From 7f1d1c62936e91b96ca8b0fece73293f1ebb2678 Mon Sep 17 00:00:00 2001 From: 233mawile <903945079@qq.com> Date: Wed, 18 Sep 2024 05:12:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ringcent?= =?UTF-8?q?ral/juno@352018e9b9cb4e20b11d45d74db4d8e6c1ce3203=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iframe.html | 2 +- index.js | 8164 +++++++++-------- ...undle.js => main.ab3b66ed.iframe.bundle.js | 2 +- project.json | 2 +- 4 files changed, 4130 insertions(+), 4040 deletions(-) rename main.83ffa83f.iframe.bundle.js => main.ab3b66ed.iframe.bundle.js (60%) diff --git a/iframe.html b/iframe.html index 0a50128e..f9ceebb6 100644 --- a/iframe.html +++ b/iframe.html @@ -361,4 +361,4 @@ - window['STORIES'] = [{"titlePrefix":"","directory":"./packages","files":"**/*.story.tsx","importPathMatcher":"^\\.[\\\\/](?:packages(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.story\\.tsx)$"},{"titlePrefix":"","directory":"./packages","files":"**/*.story.mdx","importPathMatcher":"^\\.[\\\\/](?:packages(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.story\\.mdx)$"}]; \ No newline at end of file + window['STORIES'] = [{"titlePrefix":"","directory":"./packages","files":"**/*.story.tsx","importPathMatcher":"^\\.[\\\\/](?:packages(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.story\\.tsx)$"},{"titlePrefix":"","directory":"./packages","files":"**/*.story.mdx","importPathMatcher":"^\\.[\\\\/](?:packages(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.story\\.mdx)$"}]; \ No newline at end of file diff --git a/index.js b/index.js index 0757ca95..3a43c370 100644 --- a/index.js +++ b/index.js @@ -5504,6 +5504,7 @@ __export(juno_icon_exports, { AiIndicator: () => AiIndicator_default, AiSmartNotes: () => AiSmartNotes_default, AiSmartNotesSp: () => AiSmartNotesSp_default, + AiSparkle: () => AiSparkle_default, AiSparkles: () => AiSparkles_default, AiWritingOptions: () => AiWritingOptions_default, Airbrake: () => Airbrake_default, @@ -6000,6 +6001,10 @@ __export(juno_icon_exports, { Theme: () => Theme_default, ThreadReply: () => ThreadReply_default, ThreadReplySnackbar: () => ThreadReplySnackbar_default, + ThumbDownBorderSp: () => ThumbDownBorderSp_default, + ThumbDownSp: () => ThumbDownSp_default, + ThumbUpBorderSp: () => ThumbUpBorderSp_default, + ThumbUpSp: () => ThumbUpSp_default, Thumbup: () => Thumbup_default, ThumbupBorder: () => ThumbupBorder_default, Time: () => Time_default, @@ -7102,17 +7107,34 @@ AiSmartNotes.displayName = "AiSmartNotes"; AiSmartNotes["iconName"] = "ai-smart-notes"; var AiSmartNotes_default = AiSmartNotes; -// ../juno-icon/src/AiSparkles.tsx +// ../juno-icon/src/AiSparkle.tsx import { createElement as createElement57 } from "react"; import { forwardRef as forwardRef57, memo as memo57 } from "react"; -var AiSparkles = memo57(forwardRef57((props, ref2) => /* @__PURE__ */ createElement57("svg", { +var AiSparkle = memo57(forwardRef57((props, ref2) => /* @__PURE__ */ createElement57("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props }, /* @__PURE__ */ createElement57("path", { + d: "M14.88 2.236h2.24l2.683 6.975c.398 1.035.53 1.354.714 1.613.181.255.404.478.659.659.259.184.578.316 1.613.714l6.975 2.683v2.24l-6.975 2.683c-1.035.398-1.354.53-1.613.714a2.786 2.786 0 0 0-.659.659c-.184.259-.316.578-.714 1.613l-2.683 6.975h-2.24l-2.683-6.975c-.398-1.035-.53-1.354-.714-1.613a2.786 2.786 0 0 0-.659-.659c-.259-.184-.578-.316-1.613-.714L2.236 17.12v-2.24l6.975-2.683c1.035-.398 1.354-.53 1.613-.714.255-.181.478-.404.659-.659.184-.259.316-.578.714-1.613l2.683-6.975zM16 6.009l-1.563 4.063-.049.128c-.328.854-.568 1.477-.949 2.014a5.177 5.177 0 0 1-1.225 1.224c-.537.382-1.16.621-2.014.949l-.128.049-4.063 1.563 4.063 1.563.128.049c.854.328 1.477.567 2.014.949.474.337.888.751 1.224 1.224.382.537.621 1.16.949 2.014l.049.128 1.563 4.063 1.563-4.063.049-.128c.328-.854.567-1.477.949-2.014a5.191 5.191 0 0 1 1.224-1.224c.537-.382 1.16-.621 2.014-.949l.128-.049 4.063-1.563-4.063-1.563-.128-.049c-.854-.328-1.477-.568-2.014-.949a5.177 5.177 0 0 1-1.224-1.225c-.382-.537-.621-1.16-.949-2.014l-.049-.128-1.563-4.063z" +})))); +AiSparkle.displayName = "AiSparkle"; +AiSparkle["iconName"] = "ai-sparkle"; +var AiSparkle_default = AiSparkle; + +// ../juno-icon/src/AiSparkles.tsx +import { + createElement as createElement58 +} from "react"; +import { forwardRef as forwardRef58, memo as memo58 } from "react"; +var AiSparkles = memo58(forwardRef58((props, ref2) => /* @__PURE__ */ createElement58("svg", { + viewBox: "0 0 32 32", + xmlns: "http://www.w3.org/2000/svg", + ref: ref2, + ...props +}, /* @__PURE__ */ createElement58("path", { d: "M27.943 5.806a2.566 2.566 0 0 1-1.761-1.767l-.272-.931c-.048-.144-.288-.144-.32 0l-.272.931a2.57 2.57 0 0 1-1.761 1.767l-.725.213-.042.012c-.13.037-.29.082-.29.208 0 .08.048.145.128.161l.929.273a2.566 2.566 0 0 1 1.761 1.767l.213.727.012.043c.036.13.081.29.207.29.08 0 .144-.048.16-.129l.272-.931a2.57 2.57 0 0 1 1.761-1.767l.724-.213.042-.012c.131-.037.29-.082.29-.209a.158.158 0 0 0-.128-.161l-.928-.273zM3.356 13.738l2.618.739a7.146 7.146 0 0 1 4.931 4.945l.737 2.625c.051.204.254.357.457.357s.407-.153.458-.357l.737-2.625a7.192 7.192 0 0 1 4.931-4.945l2.618-.739c.203-.051.356-.255.356-.459s-.152-.408-.356-.459l-2.618-.739a7.146 7.146 0 0 1-4.931-4.945l-.737-2.626c-.127-.408-.813-.408-.915 0l-.737 2.626a7.192 7.192 0 0 1-4.931 4.945l-2.618.739c-.203.051-.356.255-.356.459s.153.408.356.459zm22.519 10.126-1.396-.401a3.853 3.853 0 0 1-2.639-2.642l-.403-1.403c-.06-.224-.432-.224-.492 0l-.402 1.403c-.373 1.284-1.357 2.284-2.639 2.642l-1.401.403c-.104.03-.179.134-.179.254s.075.209.179.254l1.401.403a3.853 3.853 0 0 1 2.639 2.642l.402 1.403c.03.105.134.179.253.179s.209-.075.253-.179l.403-1.403a3.853 3.853 0 0 1 2.639-2.642l1.401-.403a.26.26 0 0 0 .179-.254.273.273 0 0 0-.171-.25.047.047 0 0 0-.017-.004l-.012-.002z" })))); AiSparkles.displayName = "AiSparkles"; @@ -7121,17 +7143,17 @@ var AiSparkles_default = AiSparkles; // ../juno-icon/src/AiWritingOptions.tsx import { - createElement as createElement58 + createElement as createElement59 } from "react"; -import { forwardRef as forwardRef58, memo as memo58 } from "react"; -var AiWritingOptions = memo58(forwardRef58((props, ref2) => /* @__PURE__ */ createElement58("svg", { +import { forwardRef as forwardRef59, memo as memo59 } from "react"; +var AiWritingOptions = memo59(forwardRef59((props, ref2) => /* @__PURE__ */ createElement59("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement58("path", { +}, /* @__PURE__ */ createElement59("path", { d: "M8.522 25.987A1.58 1.58 0 0 1 7.438 24.9l-.167-.573c-.03-.089-.177-.089-.197 0l-.167.573a1.58 1.58 0 0 1-1.084 1.087l-.446.131c-.083.024-.204.049-.204.136 0 .049.03.089.079.099l.571.168a1.58 1.58 0 0 1 1.084 1.087l.131.448c.024.083.048.204.135.204.049 0 .089-.03.099-.079l.167-.573a1.58 1.58 0 0 1 1.084-1.087l.446-.131c.083-.024.204-.049.204-.136a.097.097 0 0 0-.079-.099l-.571-.168zM22.288 6.943l.863.244a2.358 2.358 0 0 1 1.626 1.63l.243.866c.017.067.084.118.151.118s.134-.05.151-.118l.243-.866a2.37 2.37 0 0 1 1.626-1.63l.863-.244c.067-.017.117-.084.117-.151s-.05-.134-.117-.151l-.863-.244a2.358 2.358 0 0 1-1.626-1.63l-.243-.866c-.042-.134-.268-.134-.302 0l-.243.866a2.37 2.37 0 0 1-1.626 1.63l-.863.244c-.067.017-.117.084-.117.151s.05.134.117.151zM26.008 14.387l.093.055.083.063.052.046 1.884 1.722a.938.938 0 0 1 .344 1.005l-.034.099-.044.091-.074.129-9.63 9.762a1.3 1.3 0 0 1-.407.275l-.135.053-.124.034-2.468.552h-.09l-.104-.003a.924.924 0 0 1-.792-.586l-.028-.09-.021-.12-.012-.141.438-2.428a1.23 1.23 0 0 1 .184-.45l.083-.118.082-.092 9.612-9.747a1.018 1.018 0 0 1 1.106-.112l.003-.001zm-3.067 4.296-6.467 6.559-.238 1.321 1.36-.303 6.417-6.504-1.072-1.074zm2.622-2.659-1.45 1.47 1.074 1.074 1.5-1.52-1.123-1.024zM13.009 15.163l-.92-2.954h-.065l-.918 2.954h1.902z" -}), /* @__PURE__ */ createElement58("path", { +}), /* @__PURE__ */ createElement59("path", { d: "m13.699 24.273-.199.002c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10l-.002.199-9.799 9.799zm-5.758-5.83h2.147l.544-1.75h2.854l.545 1.75h2.147l-2.789-8.333H10.73l-2.789 8.333zm9.151-6.426-.013 6.426h1.973V10.11h-1.96v1.907z" })))); AiWritingOptions.displayName = "AiWritingOptions"; @@ -7140,15 +7162,15 @@ var AiWritingOptions_default = AiWritingOptions; // ../juno-icon/src/Airbrake.tsx import { - createElement as createElement59 + createElement as createElement60 } from "react"; -import { forwardRef as forwardRef59, memo as memo59 } from "react"; -var Airbrake = memo59(forwardRef59((props, ref2) => /* @__PURE__ */ createElement59("svg", { +import { forwardRef as forwardRef60, memo as memo60 } from "react"; +var Airbrake = memo60(forwardRef60((props, ref2) => /* @__PURE__ */ createElement60("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement59("path", { +}, /* @__PURE__ */ createElement60("path", { d: "m16.175 2.248 13.642 6.947v13.541L16.21 29.753l-.035-.001-.072.001h-.416L2.184 22.736V9.195l13.503-6.947h.488zm1.179 7.11h-2.793l-4.303 10.767c-.122.335-.285.411-.632.411H9.3v2.071h1.611c1.02 0 1.366-.243 1.692-1.083l.897-2.314h4.894l.897 2.314c.326.84.693 1.083 1.713 1.083h1.59v-2.071h-.326c-.346 0-.509-.075-.632-.411L17.354 9.358zm-1.387 2.537s.306 1.251.571 1.979l1.244 3.322h-3.67l1.244-3.322c.265-.727.571-1.979.571-1.979z" })))); Airbrake.displayName = "Airbrake"; @@ -7157,15 +7179,15 @@ var Airbrake_default = Airbrake; // ../juno-icon/src/AlignCenter.tsx import { - createElement as createElement60 + createElement as createElement61 } from "react"; -import { forwardRef as forwardRef60, memo as memo60 } from "react"; -var AlignCenter = memo60(forwardRef60((props, ref2) => /* @__PURE__ */ createElement60("svg", { +import { forwardRef as forwardRef61, memo as memo61 } from "react"; +var AlignCenter = memo61(forwardRef61((props, ref2) => /* @__PURE__ */ createElement61("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement60("path", { +}, /* @__PURE__ */ createElement61("path", { d: "M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm-4-9a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14zm4-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z" })))); AlignCenter.displayName = "AlignCenter"; @@ -7174,15 +7196,15 @@ var AlignCenter_default = AlignCenter; // ../juno-icon/src/AlignJustify.tsx import { - createElement as createElement61 + createElement as createElement62 } from "react"; -import { forwardRef as forwardRef61, memo as memo61 } from "react"; -var AlignJustify = memo61(forwardRef61((props, ref2) => /* @__PURE__ */ createElement61("svg", { +import { forwardRef as forwardRef62, memo as memo62 } from "react"; +var AlignJustify = memo62(forwardRef62((props, ref2) => /* @__PURE__ */ createElement62("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement61("path", { +}, /* @__PURE__ */ createElement62("path", { d: "M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z" })))); AlignJustify.displayName = "AlignJustify"; @@ -7191,15 +7213,15 @@ var AlignJustify_default = AlignJustify; // ../juno-icon/src/AlignLeft.tsx import { - createElement as createElement62 + createElement as createElement63 } from "react"; -import { forwardRef as forwardRef62, memo as memo62 } from "react"; -var AlignLeft = memo62(forwardRef62((props, ref2) => /* @__PURE__ */ createElement62("svg", { +import { forwardRef as forwardRef63, memo as memo63 } from "react"; +var AlignLeft = memo63(forwardRef63((props, ref2) => /* @__PURE__ */ createElement63("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement62("path", { +}, /* @__PURE__ */ createElement63("path", { d: "M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm-8-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h14zm8-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z" })))); AlignLeft.displayName = "AlignLeft"; @@ -7208,15 +7230,15 @@ var AlignLeft_default = AlignLeft; // ../juno-icon/src/AlignRight.tsx import { - createElement as createElement63 + createElement as createElement64 } from "react"; -import { forwardRef as forwardRef63, memo as memo63 } from "react"; -var AlignRight = memo63(forwardRef63((props, ref2) => /* @__PURE__ */ createElement63("svg", { +import { forwardRef as forwardRef64, memo as memo64 } from "react"; +var AlignRight = memo64(forwardRef64((props, ref2) => /* @__PURE__ */ createElement64("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement63("path", { +}, /* @__PURE__ */ createElement64("path", { d: "M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z" })))); AlignRight.displayName = "AlignRight"; @@ -7225,15 +7247,15 @@ var AlignRight_default = AlignRight; // ../juno-icon/src/AnalyticsBorder.tsx import { - createElement as createElement64 + createElement as createElement65 } from "react"; -import { forwardRef as forwardRef64, memo as memo64 } from "react"; -var AnalyticsBorder = memo64(forwardRef64((props, ref2) => /* @__PURE__ */ createElement64("svg", { +import { forwardRef as forwardRef65, memo as memo65 } from "react"; +var AnalyticsBorder = memo65(forwardRef65((props, ref2) => /* @__PURE__ */ createElement65("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement64("path", { +}, /* @__PURE__ */ createElement65("path", { d: "M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-16 6a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0v-6a1 1 0 0 1 1-1zm5-2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zm5 4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z" })))); AnalyticsBorder.displayName = "AnalyticsBorder"; @@ -7242,15 +7264,15 @@ var AnalyticsBorder_default = AnalyticsBorder; // ../juno-icon/src/Analytics.tsx import { - createElement as createElement65 + createElement as createElement66 } from "react"; -import { forwardRef as forwardRef65, memo as memo65 } from "react"; -var Analytics = memo65(forwardRef65((props, ref2) => /* @__PURE__ */ createElement65("svg", { +import { forwardRef as forwardRef66, memo as memo66 } from "react"; +var Analytics = memo66(forwardRef66((props, ref2) => /* @__PURE__ */ createElement66("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement65("path", { +}, /* @__PURE__ */ createElement66("path", { d: "M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-17 8a1 1 0 0 0-.993.883L10 12v6a1 1 0 0 0 1.993.117L12 18v-6a1 1 0 0 0-1-1zm5-2a1 1 0 0 0-.993.883L15 10v8a1 1 0 0 0 1.993.117L17 18v-8a1 1 0 0 0-1-1zm5 4a1 1 0 0 0-.993.883L20 14v4a1 1 0 0 0 1.993.117L22 18v-4a1 1 0 0 0-1-1z" })))); Analytics.displayName = "Analytics"; @@ -7259,15 +7281,15 @@ var Analytics_default = Analytics; // ../juno-icon/src/AppleLogo.tsx import { - createElement as createElement66 + createElement as createElement67 } from "react"; -import { forwardRef as forwardRef66, memo as memo66 } from "react"; -var AppleLogo = memo66(forwardRef66((props, ref2) => /* @__PURE__ */ createElement66("svg", { +import { forwardRef as forwardRef67, memo as memo67 } from "react"; +var AppleLogo = memo67(forwardRef67((props, ref2) => /* @__PURE__ */ createElement67("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement66("path", { +}, /* @__PURE__ */ createElement67("path", { d: "M16.73 8.462c1.264 0 2.848-.854 3.791-1.994.854-1.032 1.477-2.474 1.477-3.916A2.68 2.68 0 0 0 21.945 2c-1.406.053-3.097.943-4.112 2.136-.801.908-1.531 2.332-1.531 3.791 0 .214.036.427.053.498.089.018.231.036.374.036zM12.28 30c1.727 0 2.492-1.157 4.646-1.157 2.189 0 2.67 1.121 4.593 1.121 1.887 0 3.151-1.744 4.343-3.453 1.335-1.958 1.887-3.88 1.922-3.97-.125-.036-3.738-1.513-3.738-5.661 0-3.596 2.848-5.215 3.008-5.34-1.887-2.706-4.753-2.777-5.536-2.777-2.118 0-3.845 1.282-4.931 1.282-1.175 0-2.723-1.21-4.557-1.21-3.489 0-7.031 2.884-7.031 8.331 0 3.382 1.317 6.96 2.937 9.274C9.324 28.398 10.535 30 12.279 30z" })))); AppleLogo.displayName = "AppleLogo"; @@ -7276,15 +7298,15 @@ var AppleLogo_default = AppleLogo; // ../juno-icon/src/AppsCategories.tsx import { - createElement as createElement67 + createElement as createElement68 } from "react"; -import { forwardRef as forwardRef67, memo as memo67 } from "react"; -var AppsCategories = memo67(forwardRef67((props, ref2) => /* @__PURE__ */ createElement67("svg", { +import { forwardRef as forwardRef68, memo as memo68 } from "react"; +var AppsCategories = memo68(forwardRef68((props, ref2) => /* @__PURE__ */ createElement68("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement67("path", { +}, /* @__PURE__ */ createElement68("path", { d: "M4 5h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM4 19h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zM14 5h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM14 19h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" })))); AppsCategories.displayName = "AppsCategories"; @@ -7293,15 +7315,15 @@ var AppsCategories_default = AppsCategories; // ../juno-icon/src/AppsDevelopers.tsx import { - createElement as createElement68 + createElement as createElement69 } from "react"; -import { forwardRef as forwardRef68, memo as memo68 } from "react"; -var AppsDevelopers = memo68(forwardRef68((props, ref2) => /* @__PURE__ */ createElement68("svg", { +import { forwardRef as forwardRef69, memo as memo69 } from "react"; +var AppsDevelopers = memo69(forwardRef69((props, ref2) => /* @__PURE__ */ createElement69("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement68("path", { +}, /* @__PURE__ */ createElement69("path", { d: "M18.833 3.038c.76.173 1.253.895 1.156 1.653l-.025.142-5 23a1.5 1.5 0 0 1-2.951-.523l.025-.142 5-23a1.5 1.5 0 0 1 1.795-1.13zm5.614 5.298.114.103 6 6a1.5 1.5 0 0 1 .103 2.007l-.103.114-6 6a1.5 1.5 0 0 1-2.224-2.007l.103-.114 4.94-4.939-4.94-4.939a1.5 1.5 0 0 1-.103-2.007l.103-.114a1.5 1.5 0 0 1 2.007-.103zm-16.894 0a1.5 1.5 0 0 1 2.007.103l.103.114a1.5 1.5 0 0 1-.103 2.007l-4.94 4.939 4.94 4.939.103.114a1.5 1.5 0 0 1-2.224 2.007l-6-6-.103-.114a1.5 1.5 0 0 1 .103-2.007l6-6z" })))); AppsDevelopers.displayName = "AppsDevelopers"; @@ -7310,15 +7332,15 @@ var AppsDevelopers_default = AppsDevelopers; // ../juno-icon/src/AppsDiscovery.tsx import { - createElement as createElement69 + createElement as createElement70 } from "react"; -import { forwardRef as forwardRef69, memo as memo69 } from "react"; -var AppsDiscovery = memo69(forwardRef69((props, ref2) => /* @__PURE__ */ createElement69("svg", { +import { forwardRef as forwardRef70, memo as memo70 } from "react"; +var AppsDiscovery = memo70(forwardRef70((props, ref2) => /* @__PURE__ */ createElement70("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement69("path", { +}, /* @__PURE__ */ createElement70("path", { d: "M16.919 17.75a1.2 1.2 0 0 1 1.479-.832l11.593 3.246a1.2 1.2 0 0 1 .014 2.307l-5.824 1.709-1.71 5.825a1.201 1.201 0 0 1-2.307-.014l-3.246-11.594a1.205 1.205 0 0 1 0-.647zM11 17a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6zm0-14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6zm14 0a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6z" })))); AppsDiscovery.displayName = "AppsDiscovery"; @@ -7327,15 +7349,15 @@ var AppsDiscovery_default = AppsDiscovery; // ../juno-icon/src/AppsInstalled.tsx import { - createElement as createElement70 + createElement as createElement71 } from "react"; -import { forwardRef as forwardRef70, memo as memo70 } from "react"; -var AppsInstalled = memo70(forwardRef70((props, ref2) => /* @__PURE__ */ createElement70("svg", { +import { forwardRef as forwardRef71, memo as memo71 } from "react"; +var AppsInstalled = memo71(forwardRef71((props, ref2) => /* @__PURE__ */ createElement71("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement70("path", { +}, /* @__PURE__ */ createElement71("path", { d: "M14.172 2a3.724 3.724 0 0 1 3.724 3.724v.931h5.586c1.028 0 1.862.834 1.862 1.862v5.586h.931a3.724 3.724 0 1 1 0 7.448h-.931v5.586a1.862 1.862 0 0 1-1.862 1.862h-5.586v-.931a3.725 3.725 0 0 0-3.538-3.72l-.186-.005a3.725 3.725 0 0 0-3.72 3.538l-.005.186v.931H4.861a1.862 1.862 0 0 1-1.862-1.862V21.55h.931a3.725 3.725 0 0 0 3.72-3.538l.005-.186a3.725 3.725 0 0 0-3.538-3.72l-.186-.005H3V8.515c0-1.028.834-1.862 1.862-1.862h5.586v-.931a3.724 3.724 0 0 1 3.724-3.724z" })))); AppsInstalled.displayName = "AppsInstalled"; @@ -7344,15 +7366,15 @@ var AppsInstalled_default = AppsInstalled; // ../juno-icon/src/AppsProduct.tsx import { - createElement as createElement71 + createElement as createElement72 } from "react"; -import { forwardRef as forwardRef71, memo as memo71 } from "react"; -var AppsProduct = memo71(forwardRef71((props, ref2) => /* @__PURE__ */ createElement71("svg", { +import { forwardRef as forwardRef72, memo as memo72 } from "react"; +var AppsProduct = memo72(forwardRef72((props, ref2) => /* @__PURE__ */ createElement72("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement71("path", { +}, /* @__PURE__ */ createElement72("path", { d: "M28 10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2zm-5.103 4.038a1.5 1.5 0 0 0-2.074-.447 7.857 7.857 0 0 1-4.278 1.26 7.87 7.87 0 0 1-4.279-1.26 1.5 1.5 0 1 0-1.625 2.521 10.863 10.863 0 0 0 5.904 1.738c2.122 0 4.157-.611 5.905-1.739a1.5 1.5 0 0 0 .447-2.074zM6.618 8a1 1 0 0 1-.894-1.448l1.829-3.658a1 1 0 0 1 1.342-.447l8.282 4.141 3.216-3.858a1 1 0 0 1 1.267-.227l.101.067 4.84 3.63a1 1 0 0 1-.6 1.8z" })))); AppsProduct.displayName = "AppsProduct"; @@ -7361,15 +7383,15 @@ var AppsProduct_default = AppsProduct; // ../juno-icon/src/Apps.tsx import { - createElement as createElement72 + createElement as createElement73 } from "react"; -import { forwardRef as forwardRef72, memo as memo72 } from "react"; -var Apps = memo72(forwardRef72((props, ref2) => /* @__PURE__ */ createElement72("svg", { +import { forwardRef as forwardRef73, memo as memo73 } from "react"; +var Apps = memo73(forwardRef73((props, ref2) => /* @__PURE__ */ createElement73("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement72("path", { +}, /* @__PURE__ */ createElement73("path", { d: "M28 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm-16 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0-16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm16 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8z" })))); Apps.displayName = "Apps"; @@ -7378,15 +7400,15 @@ var Apps_default = Apps; // ../juno-icon/src/Ar.tsx import { - createElement as createElement73 + createElement as createElement74 } from "react"; -import { forwardRef as forwardRef73, memo as memo73 } from "react"; -var Ar = memo73(forwardRef73((props, ref2) => /* @__PURE__ */ createElement73("svg", { +import { forwardRef as forwardRef74, memo as memo74 } from "react"; +var Ar = memo74(forwardRef74((props, ref2) => /* @__PURE__ */ createElement74("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement73("path", { +}, /* @__PURE__ */ createElement74("path", { d: "M6.72 22c.181 0 .335-.051.46-.152s.209-.213.252-.336l.864-2.36h4.792l.864 2.36a.729.729 0 0 0 .72.488h1.664l-4.544-11.568h-2.2L5.048 22H6.72zm5.816-4.368H8.848l1.408-3.832c.069-.176.14-.381.212-.616s.145-.488.22-.76a15.419 15.419 0 0 0 .44 1.36l1.408 3.848zM19.752 22v-4.52h.92c.213 0 .375.029.484.088s.209.157.3.296l2.432 3.704c.091.139.201.245.332.32s.289.112.476.112h1.936l-2.896-4.272a2.132 2.132 0 0 0-.704-.664c.405-.128.767-.299 1.084-.512s.584-.461.8-.744c.216-.283.381-.597.496-.944s.172-.715.172-1.104c0-.491-.084-.94-.252-1.348s-.432-.759-.792-1.052c-.36-.293-.821-.521-1.384-.684s-1.239-.244-2.028-.244H17.6V22h2.152zm1.344-6.064h-1.344v-3.84h1.376c.795 0 1.385.157 1.772.472s.58.765.58 1.352c0 .293-.048.563-.144.808s-.241.457-.436.636-.443.319-.744.42-.655.152-1.06.152z" })))); Ar.displayName = "Ar"; @@ -7395,15 +7417,15 @@ var Ar_default = Ar; // ../juno-icon/src/Archive.tsx import { - createElement as createElement74 + createElement as createElement75 } from "react"; -import { forwardRef as forwardRef74, memo as memo74 } from "react"; -var Archive = memo74(forwardRef74((props, ref2) => /* @__PURE__ */ createElement74("svg", { +import { forwardRef as forwardRef75, memo as memo75 } from "react"; +var Archive = memo75(forwardRef75((props, ref2) => /* @__PURE__ */ createElement75("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement74("path", { +}, /* @__PURE__ */ createElement75("path", { d: "M28 3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-2 8H6v15a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V11zm-7 4a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h6zm8-10H5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z" })))); Archive.displayName = "Archive"; @@ -7412,15 +7434,15 @@ var Archive_default = Archive; // ../juno-icon/src/ArrowDown2.tsx import { - createElement as createElement75 + createElement as createElement76 } from "react"; -import { forwardRef as forwardRef75, memo as memo75 } from "react"; -var ArrowDown2 = memo75(forwardRef75((props, ref2) => /* @__PURE__ */ createElement75("svg", { +import { forwardRef as forwardRef76, memo as memo76 } from "react"; +var ArrowDown2 = memo76(forwardRef76((props, ref2) => /* @__PURE__ */ createElement76("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement75("path", { +}, /* @__PURE__ */ createElement76("path", { d: "M9.636 13.05a.999.999 0 0 1 1.414 0L16 18l4.95-4.95a.999.999 0 1 1 1.414 1.414l-5.657 5.657a.999.999 0 0 1-1.414 0l-5.657-5.657a.999.999 0 0 1 0-1.414z" })))); ArrowDown2.displayName = "ArrowDown2"; @@ -7429,15 +7451,15 @@ var ArrowDown2_default = ArrowDown2; // ../juno-icon/src/ArrowDown.tsx import { - createElement as createElement76 + createElement as createElement77 } from "react"; -import { forwardRef as forwardRef76, memo as memo76 } from "react"; -var ArrowDown = memo76(forwardRef76((props, ref2) => /* @__PURE__ */ createElement76("svg", { +import { forwardRef as forwardRef77, memo as memo77 } from "react"; +var ArrowDown = memo77(forwardRef77((props, ref2) => /* @__PURE__ */ createElement77("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement76("path", { +}, /* @__PURE__ */ createElement77("path", { d: "m16.707 20.293 5.586-5.586A.999.999 0 0 0 21.586 13H10.414a1 1 0 0 0-.707 1.707l5.586 5.586a.999.999 0 0 0 1.414 0z" })))); ArrowDown.displayName = "ArrowDown"; @@ -7446,15 +7468,15 @@ var ArrowDown_default = ArrowDown; // ../juno-icon/src/ArrowLeft2.tsx import { - createElement as createElement77 + createElement as createElement78 } from "react"; -import { forwardRef as forwardRef77, memo as memo77 } from "react"; -var ArrowLeft2 = memo77(forwardRef77((props, ref2) => /* @__PURE__ */ createElement77("svg", { +import { forwardRef as forwardRef78, memo as memo78 } from "react"; +var ArrowLeft2 = memo78(forwardRef78((props, ref2) => /* @__PURE__ */ createElement78("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement77("path", { +}, /* @__PURE__ */ createElement78("path", { d: "M18.95 9.636a.999.999 0 0 1 0 1.414L14 16l4.95 4.95a.999.999 0 1 1-1.414 1.414l-5.657-5.657a.999.999 0 0 1 0-1.414l5.657-5.657a.999.999 0 0 1 1.414 0z" })))); ArrowLeft2.displayName = "ArrowLeft2"; @@ -7463,15 +7485,15 @@ var ArrowLeft2_default = ArrowLeft2; // ../juno-icon/src/ArrowLeft.tsx import { - createElement as createElement78 + createElement as createElement79 } from "react"; -import { forwardRef as forwardRef78, memo as memo78 } from "react"; -var ArrowLeft = memo78(forwardRef78((props, ref2) => /* @__PURE__ */ createElement78("svg", { +import { forwardRef as forwardRef79, memo as memo79 } from "react"; +var ArrowLeft = memo79(forwardRef79((props, ref2) => /* @__PURE__ */ createElement79("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement78("path", { +}, /* @__PURE__ */ createElement79("path", { d: "m11.707 15.293 5.586-5.586a.999.999 0 0 1 1.707.707v11.172a1 1 0 0 1-1.707.707l-5.586-5.586a.999.999 0 0 1 0-1.414z" })))); ArrowLeft.displayName = "ArrowLeft"; @@ -7480,15 +7502,15 @@ var ArrowLeft_default = ArrowLeft; // ../juno-icon/src/ArrowRight.tsx import { - createElement as createElement79 + createElement as createElement80 } from "react"; -import { forwardRef as forwardRef79, memo as memo79 } from "react"; -var ArrowRight = memo79(forwardRef79((props, ref2) => /* @__PURE__ */ createElement79("svg", { +import { forwardRef as forwardRef80, memo as memo80 } from "react"; +var ArrowRight = memo80(forwardRef80((props, ref2) => /* @__PURE__ */ createElement80("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement79("path", { +}, /* @__PURE__ */ createElement80("path", { d: "M13.05 9.636a.999.999 0 0 0 0 1.414L18 16l-4.95 4.95a.999.999 0 1 0 1.414 1.414l5.657-5.657a.999.999 0 0 0 0-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0z" })))); ArrowRight.displayName = "ArrowRight"; @@ -7497,15 +7519,15 @@ var ArrowRight_default = ArrowRight; // ../juno-icon/src/ArrowRight1.tsx import { - createElement as createElement80 + createElement as createElement81 } from "react"; -import { forwardRef as forwardRef80, memo as memo80 } from "react"; -var ArrowRight1 = memo80(forwardRef80((props, ref2) => /* @__PURE__ */ createElement80("svg", { +import { forwardRef as forwardRef81, memo as memo81 } from "react"; +var ArrowRight1 = memo81(forwardRef81((props, ref2) => /* @__PURE__ */ createElement81("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement80("path", { +}, /* @__PURE__ */ createElement81("path", { d: "m20.293 15.293-5.586-5.586a.999.999 0 0 0-1.707.707v11.172a1 1 0 0 0 1.707.707l5.586-5.586a.999.999 0 0 0 0-1.414z" })))); ArrowRight1.displayName = "ArrowRight1"; @@ -7514,15 +7536,15 @@ var ArrowRight1_default = ArrowRight1; // ../juno-icon/src/ArrowUp2.tsx import { - createElement as createElement81 + createElement as createElement82 } from "react"; -import { forwardRef as forwardRef81, memo as memo81 } from "react"; -var ArrowUp2 = memo81(forwardRef81((props, ref2) => /* @__PURE__ */ createElement81("svg", { +import { forwardRef as forwardRef82, memo as memo82 } from "react"; +var ArrowUp2 = memo82(forwardRef82((props, ref2) => /* @__PURE__ */ createElement82("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement81("path", { +}, /* @__PURE__ */ createElement82("path", { d: "M9.636 18.95a.999.999 0 0 0 1.414 0L16 14l4.95 4.95a.999.999 0 1 0 1.414-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0l-5.657 5.657a.999.999 0 0 0 0 1.414z" })))); ArrowUp2.displayName = "ArrowUp2"; @@ -7531,15 +7553,15 @@ var ArrowUp2_default = ArrowUp2; // ../juno-icon/src/ArrowUp.tsx import { - createElement as createElement82 + createElement as createElement83 } from "react"; -import { forwardRef as forwardRef82, memo as memo82 } from "react"; -var ArrowUp = memo82(forwardRef82((props, ref2) => /* @__PURE__ */ createElement82("svg", { +import { forwardRef as forwardRef83, memo as memo83 } from "react"; +var ArrowUp = memo83(forwardRef83((props, ref2) => /* @__PURE__ */ createElement83("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement82("path", { +}, /* @__PURE__ */ createElement83("path", { d: "m16.707 11.707 5.586 5.586A.999.999 0 0 1 21.586 19H10.414a1 1 0 0 1-.707-1.707l5.586-5.586a.999.999 0 0 1 1.414 0z" })))); ArrowUp.displayName = "ArrowUp"; @@ -7548,15 +7570,15 @@ var ArrowUp_default = ArrowUp; // ../juno-icon/src/Asana.tsx import { - createElement as createElement83 + createElement as createElement84 } from "react"; -import { forwardRef as forwardRef83, memo as memo83 } from "react"; -var Asana = memo83(forwardRef83((props, ref2) => /* @__PURE__ */ createElement83("svg", { +import { forwardRef as forwardRef84, memo as memo84 } from "react"; +var Asana = memo84(forwardRef84((props, ref2) => /* @__PURE__ */ createElement84("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement83("path", { +}, /* @__PURE__ */ createElement84("path", { d: "M30.027 24c1.106 0 1.973.878 1.973 2 0 1.103-.885 2.001-1.973 2.001-1.07 0-1.973-.916-1.973-2.001 0-1.103.886-2 1.973-2zM11.443 4c7.883 0 10.693 3.445 10.693 6.668v16.774h-2.178l-.731-1.852c-1.959 1.279-5.873 2.411-8.529 2.411C3.6 28.001 0 25.723 0 21.23c0-4.281 3.612-6.581 11.367-7.239 4.935-.425 7.652-1.615 7.652-3.351 0-2.107-2.99-3.469-7.617-3.469-6.303 0-7.569 2.141-7.97 3.743a9.508 9.508 0 0 0-.197.859H.397s.022-.655.082-.988c.733-4.564 4.319-6.783 10.964-6.783zm7.697 11.503c-1.955 1.018-4.139 1.372-7.7 1.693-7.262.657-8.193 2.5-8.193 4.032 0 2.323 2.646 3.603 7.451 3.603 4.586 0 8.294-2.568 8.442-3.389zm10.887.498c1.106 0 1.973.878 1.973 2 0 1.103-.885 2-1.973 2-1.07 0-1.973-.915-1.973-2 0-1.103.886-2 1.973-2zm0-8.001C31.133 8 32 8.878 32 10c0 1.103-.885 2.001-1.973 2.001-1.07 0-1.973-.916-1.973-2.001 0-1.103.886-2 1.973-2z" })))); Asana.displayName = "Asana"; @@ -7565,15 +7587,15 @@ var Asana_default = Asana; // ../juno-icon/src/AskfirstSp.tsx import { - createElement as createElement84 + createElement as createElement85 } from "react"; -import { forwardRef as forwardRef84, memo as memo84 } from "react"; -var AskfirstSp = memo84(forwardRef84((props, ref2) => /* @__PURE__ */ createElement84("svg", { +import { forwardRef as forwardRef85, memo as memo85 } from "react"; +var AskfirstSp = memo85(forwardRef85((props, ref2) => /* @__PURE__ */ createElement85("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement84("path", { +}, /* @__PURE__ */ createElement85("path", { d: "m6.846 14.358 3.614 1.362a2.966 2.966 0 0 1 1.961 2.786l-.003.155c0 .551.344 1.021.828 1.208l.144.046c.653.169 1.635.376 2.617.406.981.005 1.959-.097 2.918-.303a.975.975 0 0 0 .746-.783l.013-.133.009-.275a2.986 2.986 0 0 1 1.924-2.696l.218-.072 3.949-1.152.243.943c1 1.851 1.157 3.671.451 5.269h-.002a5.938 5.938 0 0 1-1.054 1.591l-.371.376a8.966 8.966 0 0 1-1.789 1.286l-.047.023c-1.906 1.038-4.321 1.598-6.848 1.598l-.531-.009c-4.646-.139-8.706-2.146-10.107-4.994-.618-1.257-1.014-3.29.606-5.831l.512-.8zM16 14.71a1.289 1.289 0 1 1 0 2.578l-.14-.008a1.29 1.29 0 0 1 .14-2.571zm1.794-9.153a3.39 3.39 0 0 1 1.278 1.159c.323.502.489 1.08.489 1.718 0 .385-.071.751-.213 1.088a3.07 3.07 0 0 1-.659.956 7.249 7.249 0 0 1-.989.806l-.025.016c-.24.159-.449.328-.642.512l.002-.002a.768.768 0 0 0-.181.252l-.002.005a1.153 1.153 0 0 0-.056.361v.715h-1.714v-.681c0-.36.055-.689.158-.981.135-.345.332-.639.58-.882.264-.255.551-.489.858-.697l.022-.014a5.65 5.65 0 0 0 .773-.618c.123-.118.224-.257.296-.411.05-.12.079-.26.079-.406v-.019l.001-.041c0-.221-.051-.43-.142-.616l-.072-.129a1.662 1.662 0 0 0-.628-.568l-.009-.004a2.176 2.176 0 0 0-1.772-.058l-.178.081-.132.08a1.692 1.692 0 0 0-.761 1.451v.001h-1.714v-.047c0-1.284.712-2.401 1.763-2.979l.018-.009c1.062-.589 2.505-.599 3.575-.038z" })))); AskfirstSp.displayName = "AskfirstSp"; @@ -7582,15 +7604,15 @@ var AskfirstSp_default = AskfirstSp; // ../juno-icon/src/Askfirst.tsx import { - createElement as createElement85 + createElement as createElement86 } from "react"; -import { forwardRef as forwardRef85, memo as memo85 } from "react"; -var Askfirst = memo85(forwardRef85((props, ref2) => /* @__PURE__ */ createElement85("svg", { +import { forwardRef as forwardRef86, memo as memo86 } from "react"; +var Askfirst = memo86(forwardRef86((props, ref2) => /* @__PURE__ */ createElement86("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement85("path", { +}, /* @__PURE__ */ createElement86("path", { d: "M25 19a2 2 0 0 1 1.994 1.851L27 21v6a2 2 0 0 1-1.851 1.994L25 29h-1a3 3 0 0 1-2.995-2.824L21 26v-4a3 3 0 0 1 2.824-2.995L24 19h1zM8 19a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h1zm8-17c7.732 0 14 6.268 14 14v7a1 1 0 0 1-2 0v-7c0-6.525-5.209-11.834-11.695-11.996L16 4C9.475 4 4.166 9.209 4.004 15.695L4 16v7a1 1 0 0 1-2 0v-7C2 8.268 8.268 2 16 2z" })))); Askfirst.displayName = "Askfirst"; @@ -7599,15 +7621,15 @@ var Askfirst_default = Askfirst; // ../juno-icon/src/Assignment.tsx import { - createElement as createElement86 + createElement as createElement87 } from "react"; -import { forwardRef as forwardRef86, memo as memo86 } from "react"; -var Assignment = memo86(forwardRef86((props, ref2) => /* @__PURE__ */ createElement86("svg", { +import { forwardRef as forwardRef87, memo as memo87 } from "react"; +var Assignment = memo87(forwardRef87((props, ref2) => /* @__PURE__ */ createElement87("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement86("path", { +}, /* @__PURE__ */ createElement87("path", { d: "M25.333 4H19.76C19.2 2.453 17.733 1.333 16 1.333S12.8 2.453 12.24 4H6.667A2.675 2.675 0 0 0 4 6.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667V6.667C28.001 5.2 26.801 4 25.334 4zM16 4c.733 0 1.333.6 1.333 1.333s-.6 1.333-1.333 1.333-1.333-.6-1.333-1.333S15.267 4 16 4zm0 5.333c2.213 0 4 1.787 4 4s-1.787 4-4 4-4-1.787-4-4 1.787-4 4-4zm8 16H8v-1.867c0-2.667 5.333-4.133 8-4.133s8 1.467 8 4.133v1.867z" })))); Assignment.displayName = "Assignment"; @@ -7616,15 +7638,15 @@ var Assignment_default = Assignment; // ../juno-icon/src/Asterisk.tsx import { - createElement as createElement87 + createElement as createElement88 } from "react"; -import { forwardRef as forwardRef87, memo as memo87 } from "react"; -var Asterisk = memo87(forwardRef87((props, ref2) => /* @__PURE__ */ createElement87("svg", { +import { forwardRef as forwardRef88, memo as memo88 } from "react"; +var Asterisk = memo88(forwardRef88((props, ref2) => /* @__PURE__ */ createElement88("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement87("path", { +}, /* @__PURE__ */ createElement88("path", { d: "M16.583 20v-2.463a1.93 1.93 0 0 0-.212-.896c.097.133.207.245.331.336s.265.182.424.274l2.291 1.244.583-.933-2.291-1.257c-.15-.091-.298-.16-.444-.205s-.298-.077-.457-.093a2.09 2.09 0 0 0 .901-.311l2.278-1.244-.583-.933-2.278 1.232c-.15.091-.285.182-.404.274s-.227.199-.325.323a2.04 2.04 0 0 0 .185-.896v-2.451h-1.166v2.463c0 .166.015.326.046.479s.086.305.166.454a2.224 2.224 0 0 0-.755-.647l-2.291-1.244-.583.933 2.291 1.257c.159.1.316.172.47.218s.32.077.497.093a2.365 2.365 0 0 0-.967.299l-2.278 1.244.583.933 2.278-1.232c.291-.166.525-.352.702-.56-.062.133-.104.27-.126.411s-.033.29-.033.448v2.451h1.166z" })))); Asterisk.displayName = "Asterisk"; @@ -7633,15 +7655,15 @@ var Asterisk_default = Asterisk; // ../juno-icon/src/Attachment.tsx import { - createElement as createElement88 + createElement as createElement89 } from "react"; -import { forwardRef as forwardRef88, memo as memo88 } from "react"; -var Attachment = memo88(forwardRef88((props, ref2) => /* @__PURE__ */ createElement88("svg", { +import { forwardRef as forwardRef89, memo as memo89 } from "react"; +var Attachment = memo89(forwardRef89((props, ref2) => /* @__PURE__ */ createElement89("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement88("path", { +}, /* @__PURE__ */ createElement89("path", { d: "M15.828 24.056a4 4 0 0 1-5.657-5.657l8.485-8.485a.999.999 0 1 1 1.414 1.414l-8.485 8.485a2 2 0 1 0 2.828 2.828l10.96-10.96a4.5 4.5 0 0 0-6.364-6.364l-10.96 10.96a7 7 0 0 0 9.899 9.899l8.485-8.485a.999.999 0 1 1 1.414 1.414l-8.485 8.485a9 9 0 0 1-12.728 0 9 9 0 0 1 0-12.728l10.96-10.96a6.5 6.5 0 0 1 9.192 9.192l-10.96 10.96z" })))); Attachment.displayName = "Attachment"; @@ -7650,18 +7672,18 @@ var Attachment_default = Attachment; // ../juno-icon/src/AudioLowSp.tsx import { - createElement as createElement89 + createElement as createElement90 } from "react"; -import { forwardRef as forwardRef89, memo as memo89 } from "react"; -var AudioLowSp = memo89(forwardRef89((props, ref2) => /* @__PURE__ */ createElement89("svg", { +import { forwardRef as forwardRef90, memo as memo90 } from "react"; +var AudioLowSp = memo90(forwardRef90((props, ref2) => /* @__PURE__ */ createElement90("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement89("path", { +}, /* @__PURE__ */ createElement90("path", { fill: "#000", d: "m18.286 26.946-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.434-1.457-1.401-3.514-1.39-4.393l.002-.745-.002-.198c-.015-.933-.043-2.877 1.365-4.309.958-.971 2.381-1.486 4.231-1.529l6.835-4.552v21.808z" -}), /* @__PURE__ */ createElement89("path", { +}), /* @__PURE__ */ createElement90("path", { fill: "#000", opacity: 0.32, d: "m22.869 9.456.034.019A7.651 7.651 0 0 1 26.579 16l-.007.306c-.109 2.636-1.552 4.928-3.703 6.239l-.88-1.471.026-.015A5.94 5.94 0 0 0 24.864 16c-.005-2.143-1.144-4.018-2.875-5.073l.88-1.471zm-1.783 3.295.017.009A3.806 3.806 0 0 1 22.93 16a3.81 3.81 0 0 1-1.843 3.25l-.88-1.472c.631-.378 1.007-1.042 1.007-1.778s-.376-1.4-1.007-1.778l.88-1.471z" @@ -7672,18 +7694,18 @@ var AudioLowSp_default = AudioLowSp; // ../juno-icon/src/AudioLow.tsx import { - createElement as createElement90 + createElement as createElement91 } from "react"; -import { forwardRef as forwardRef90, memo as memo90 } from "react"; -var AudioLow = memo90(forwardRef90((props, ref2) => /* @__PURE__ */ createElement90("svg", { +import { forwardRef as forwardRef91, memo as memo91 } from "react"; +var AudioLow = memo91(forwardRef91((props, ref2) => /* @__PURE__ */ createElement91("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement90("path", { +}, /* @__PURE__ */ createElement91("path", { fill: "#000", d: "M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0z" -}), /* @__PURE__ */ createElement90("path", { +}), /* @__PURE__ */ createElement91("path", { fill: "#000", opacity: 0.32, d: "M27.398 7.869C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z" @@ -7694,15 +7716,15 @@ var AudioLow_default = AudioLow; // ../juno-icon/src/AudioSp.tsx import { - createElement as createElement91 + createElement as createElement92 } from "react"; -import { forwardRef as forwardRef91, memo as memo91 } from "react"; -var AudioSp = memo91(forwardRef91((props, ref2) => /* @__PURE__ */ createElement91("svg", { +import { forwardRef as forwardRef92, memo as memo92 } from "react"; +var AudioSp = memo92(forwardRef92((props, ref2) => /* @__PURE__ */ createElement92("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement91("path", { +}, /* @__PURE__ */ createElement92("path", { d: "m18.286 26.946-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.434-1.457-1.401-3.514-1.39-4.393l.002-.745-.002-.198c-.015-.933-.043-2.877 1.365-4.309.958-.971 2.381-1.486 4.231-1.529l6.835-4.552v21.808zM26.578 16a7.653 7.653 0 0 0-3.676-6.525l-.034-.019-.88 1.471c1.731 1.055 2.871 2.93 2.875 5.072V16a5.94 5.94 0 0 1-2.849 5.059l-.026.015.88 1.471c2.234-1.361 3.704-3.781 3.71-6.544V16zm-3.649 0a3.805 3.805 0 0 0-1.827-3.24l-.017-.009-.88 1.471c.631.378 1.007 1.042 1.007 1.778s-.376 1.4-1.007 1.778l.88 1.472A3.808 3.808 0 0 0 22.928 16v-.001z" })))); AudioSp.displayName = "AudioSp"; @@ -7711,15 +7733,15 @@ var AudioSp_default = AudioSp; // ../juno-icon/src/Audio.tsx import { - createElement as createElement92 + createElement as createElement93 } from "react"; -import { forwardRef as forwardRef92, memo as memo92 } from "react"; -var Audio2 = memo92(forwardRef92((props, ref2) => /* @__PURE__ */ createElement92("svg", { +import { forwardRef as forwardRef93, memo as memo93 } from "react"; +var Audio2 = memo93(forwardRef93((props, ref2) => /* @__PURE__ */ createElement93("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement92("path", { +}, /* @__PURE__ */ createElement93("path", { d: "M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0zm8.919 3.335C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z" })))); Audio2.displayName = "Audio"; @@ -7728,15 +7750,15 @@ var Audio_default = Audio2; // ../juno-icon/src/AvatarDelegatedLines.tsx import { - createElement as createElement93 + createElement as createElement94 } from "react"; -import { forwardRef as forwardRef93, memo as memo93 } from "react"; -var AvatarDelegatedLines = memo93(forwardRef93((props, ref2) => /* @__PURE__ */ createElement93("svg", { +import { forwardRef as forwardRef94, memo as memo94 } from "react"; +var AvatarDelegatedLines = memo94(forwardRef94((props, ref2) => /* @__PURE__ */ createElement94("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement93("path", { +}, /* @__PURE__ */ createElement94("path", { d: "M9.241 12.001a1.75 1.75 0 0 1 2.384.665l.235.414.293.5.155.252.186.285.111.164.405.578a1.554 1.554 0 0 1-.532 2.275l-.41.22.046.12c.095.217.268.491.524.813l.135.165c.401.478.767.81 1.087 1l.104.058.298-.357.108-.11a1.543 1.543 0 0 1 2.18.094c.175.19.334.359.479.506l.269.264.119.11c.033.03.068.061.106.093l.258.215.318.252.398.305.148.129a1.75 1.75 0 0 1 .129 2.362l-.337.41a3.437 3.437 0 0 1-3.892 1.026c-1.654-.637-3.269-1.909-4.856-3.801l-.272-.331c-1.238-1.538-2.019-2.974-2.335-4.32a3.75 3.75 0 0 1 1.586-3.987l.467-.308zm1.077 1.401a.25.25 0 0 0-.341-.095l-.481.317a2.249 2.249 0 0 0-.951 2.392c.278 1.183 1.039 2.531 2.296 4.029l.269.314c1.345 1.536 2.673 2.549 3.977 3.051.78.3 1.664.067 2.194-.578l.337-.41a.25.25 0 0 0-.035-.352l-.217-.165-.374-.292-.316-.257-.259-.223a9.72 9.72 0 0 1-.444-.427l-.342-.356-.185-.2a.044.044 0 0 0-.061-.003l-.39.467a1.25 1.25 0 0 1-1.403.369c-.654-.248-1.301-.774-1.967-1.568-.644-.767-1.012-1.434-1.084-2.049a1.25 1.25 0 0 1 .652-1.247l.579-.31a.053.053 0 0 0 .022-.074l-.432-.617-.226-.339-.096-.149-.168-.273-.198-.335zM20 7.25A4.753 4.753 0 0 1 24.645 11H25a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1l-.691.001A4.75 4.75 0 0 1 20 16.75a.75.75 0 0 1 0-1.5 3.25 3.25 0 1 0-3.245-3.434L16.75 12v1.251a.75.75 0 0 1-.75.75L15.985 14H15a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.355A4.752 4.752 0 0 1 20 7.25zm0 2.25a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z" })))); AvatarDelegatedLines.displayName = "AvatarDelegatedLines"; @@ -7745,15 +7767,15 @@ var AvatarDelegatedLines_default = AvatarDelegatedLines; // ../juno-icon/src/AvatarRooms.tsx import { - createElement as createElement94 + createElement as createElement95 } from "react"; -import { forwardRef as forwardRef94, memo as memo94 } from "react"; -var AvatarRooms = memo94(forwardRef94((props, ref2) => /* @__PURE__ */ createElement94("svg", { +import { forwardRef as forwardRef95, memo as memo95 } from "react"; +var AvatarRooms = memo95(forwardRef95((props, ref2) => /* @__PURE__ */ createElement95("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement94("path", { +}, /* @__PURE__ */ createElement95("path", { d: "M19.024 22.814c.244 0 .442.198.442.441v.441a.441.441 0 0 1-.442.441h-6.047a.442.442 0 0 1-.442-.441v-.441c0-.244.198-.441.442-.441zM16 19.137c.774 0 1.401.625 1.401 1.397s-.627 1.397-1.401 1.397-1.401-.625-1.401-1.397.627-1.397 1.401-1.397zm6.858-8.97a1.476 1.476 0 0 1 1.475 1.471v7.353a1.478 1.478 0 0 1-1.475 1.471h-.434a.315.315 0 0 1-.316-.294c-.195-3.222-2.872-5.735-6.109-5.735s-5.914 2.513-6.109 5.735a.315.315 0 0 1-.316.294H9.14a1.476 1.476 0 0 1-1.475-1.471v-7.353a1.478 1.478 0 0 1 1.475-1.471zM16 16.049a4.494 4.494 0 0 1 4.476 4.044.338.338 0 0 1-.34.368h-.8a.342.342 0 0 1-.338-.303c-.189-1.507-1.474-2.638-2.997-2.638s-2.808 1.131-2.997 2.638a.342.342 0 0 1-.338.303h-.8a.338.338 0 0 1-.341-.368 4.493 4.493 0 0 1 4.476-4.044z" })))); AvatarRooms.displayName = "AvatarRooms"; @@ -7762,15 +7784,15 @@ var AvatarRooms_default = AvatarRooms; // ../juno-icon/src/BargeSp.tsx import { - createElement as createElement95 + createElement as createElement96 } from "react"; -import { forwardRef as forwardRef95, memo as memo95 } from "react"; -var BargeSp = memo95(forwardRef95((props, ref2) => /* @__PURE__ */ createElement95("svg", { +import { forwardRef as forwardRef96, memo as memo96 } from "react"; +var BargeSp = memo96(forwardRef96((props, ref2) => /* @__PURE__ */ createElement96("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement95("path", { +}, /* @__PURE__ */ createElement96("path", { d: "m14.57 22.093.301.148.197.087c.91.379 1.513 1.02 1.929 1.925.301.702.492 1.406.616 2.194l.057.402.058.608-.578.003-6.03-.003-2.913-.014-1.388-.014H4.573c-.025-2.306.247-3.547 1.142-4.296.628-.526 1.587-.806 3.041-1.005l.608-.076.325-.035 1.059-.099c1.701-.147 2.918-.091 3.821.175zm6.681-.176.721.065.663.069c1.801.204 2.938.485 3.651 1.08.896.749 1.168 1.99 1.143 4.296l-4.86.007-3.115.013-.045-.494c-.234-2.152-.818-3.796-1.831-4.931.972-.209 2.121-.239 3.673-.105zm-.733-8.299c.768-.499 1.728-.651 2.706-.423 2.057.481 3.149 2.301 2.654 4.423-.406 1.739-1.757 2.826-3.368 2.826-.281 0-.57-.033-.863-.102-.903-.21-1.674-.719-2.174-1.429-.408-.582-.824-1.571-.49-2.997.23-.989.776-1.806 1.535-2.299zm-11.742-.423c.977-.226 1.936-.077 2.707.423.758.494 1.304 1.311 1.534 2.299.333 1.425-.082 2.415-.49 2.997l-.007.011a3.665 3.665 0 0 1-2.166 1.419 3.876 3.876 0 0 1-.864.101c-1.609 0-2.96-1.087-3.366-2.824-.496-2.125.595-3.943 2.653-4.425zm8.023-8.624v6.561l2.167-2.167 1.211 1.211L16 14.354l-4.177-4.178 1.211-1.211 2.05 2.048V4.571h1.714z" })))); BargeSp.displayName = "BargeSp"; @@ -7779,15 +7801,15 @@ var BargeSp_default = BargeSp; // ../juno-icon/src/Barge.tsx import { - createElement as createElement96 + createElement as createElement97 } from "react"; -import { forwardRef as forwardRef96, memo as memo96 } from "react"; -var Barge = memo96(forwardRef96((props, ref2) => /* @__PURE__ */ createElement96("svg", { +import { forwardRef as forwardRef97, memo as memo97 } from "react"; +var Barge = memo97(forwardRef97((props, ref2) => /* @__PURE__ */ createElement97("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement96("path", { +}, /* @__PURE__ */ createElement97("path", { d: "m8 21 4 2v3a2 2 0 1 1-4 0v-5zM24.849 5.225c.099.242.151.5.151.761v16.027a2 2 0 0 1-2.762 1.849l-13-5.353a2.001 2.001 0 0 1-1.239-1.849v-5.321c0-.81.489-1.541 1.239-1.849l13-5.353a2 2 0 0 1 2.611 1.088zM6 10v8a4 4 0 0 1 0-8zm21 1a3 3 0 0 1 .176 5.995L27 17v-6z" })))); Barge.displayName = "Barge"; @@ -7796,15 +7818,15 @@ var Barge_default = Barge; // ../juno-icon/src/Billing.tsx import { - createElement as createElement97 + createElement as createElement98 } from "react"; -import { forwardRef as forwardRef97, memo as memo97 } from "react"; -var Billing = memo97(forwardRef97((props, ref2) => /* @__PURE__ */ createElement97("svg", { +import { forwardRef as forwardRef98, memo as memo98 } from "react"; +var Billing = memo98(forwardRef98((props, ref2) => /* @__PURE__ */ createElement98("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement97("path", { +}, /* @__PURE__ */ createElement98("path", { d: "m11.511 21.198-.087.081-2.17 2.316-.67-.715-.091-.087a.875.875 0 0 0-1.228.08c-.325.347-.357.92-.072 1.313l.078.094 1.192 1.272.056.082.065.077a.89.89 0 0 0 1.217.09l.087-.081 2.849-3.04.08-.098a1.045 1.045 0 0 0-.089-1.293.896.896 0 0 0-1.124-.158l-.094.067zM25.005 23h-8.009a.987.987 0 0 0-.995 1c0 .498.384.933.879.993l.116.007h8.009A.987.987 0 0 0 26 24c0-.536-.446-1-.995-1zm-13.494-7.802-.087.081-2.17 2.316-.67-.715-.091-.087a.875.875 0 0 0-1.228.08c-.325.347-.357.92-.072 1.313l.078.094 1.192 1.272.056.082.065.077a.89.89 0 0 0 1.217.09l.087-.081 2.849-3.04.08-.098a1.045 1.045 0 0 0-.089-1.293.892.892 0 0 0-1.217-.091zM25.005 17h-8.009a.987.987 0 0 0-.995 1c0 .498.384.933.879.993l.116.007h8.009A.987.987 0 0 0 26 18c0-.536-.446-1-.995-1zM6 11v2h20V8h2l.136.005c.99.072 1.781.851 1.858 1.83l.006.156v18.016c0 1.05-.82 1.91-1.863 1.987l-.151.005H4.014a2.003 2.003 0 0 1-2.008-1.843L2 28.007V9.991c0-1.1.9-1.992 2.014-1.992H6v3h2v-3c0-1.056.825-1.918 1.847-1.995l.147-.005H11.1a5.003 5.003 0 0 1 4.9-4 5.004 5.004 0 0 1 4.852 3.788l.048.212h1.106a1.99 1.99 0 0 1 1.989 1.848l.005.15v3.002H6zm10-7a2 2 0 1 0 .001 4.001A2 2 0 0 0 16 4z" })))); Billing.displayName = "Billing"; @@ -7813,15 +7835,15 @@ var Billing_default = Billing; // ../juno-icon/src/Birthday.tsx import { - createElement as createElement98 + createElement as createElement99 } from "react"; -import { forwardRef as forwardRef98, memo as memo98 } from "react"; -var Birthday = memo98(forwardRef98((props, ref2) => /* @__PURE__ */ createElement98("svg", { +import { forwardRef as forwardRef99, memo as memo99 } from "react"; +var Birthday = memo99(forwardRef99((props, ref2) => /* @__PURE__ */ createElement99("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement98("path", { +}, /* @__PURE__ */ createElement99("path", { d: "M16.68 1.36c.469.793 2 3.473 2 4.636 0 .64-.228 1.229-.606 1.689.49.431.8 1.063.8 1.765v7.527h2.139l.001-2.814c0-.702.31-1.334.801-1.766a2.644 2.644 0 0 1-.607-1.688c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0 .469.793 2 3.473 2 4.636 0 .62-.213 1.191-.571 1.645.58.432.979 1.083.979 1.809v2.814h1.34c1.305 0 2.389.779 2.389 2.078l-1.511 6.665 1.021.001a.787.787 0 0 1 .687 1.17l-1.293 3.708a.787.787 0 0 1-.688.401H3.225a.79.79 0 0 1-.688-.401l-1.434-3.708a.784.784 0 0 1 .687-1.17l.978-.001L1.3 19.055c0-1.299 1.038-2.078 2.343-2.078h1.378v-2.814c0-.727.402-1.379.984-1.811a2.652 2.652 0 0 1-.569-1.643c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0 .469.793 2 3.473 2 4.636 0 .64-.228 1.229-.606 1.689.49.431.8 1.063.8 1.765v2.814h2.139l.001-7.527c0-.702.31-1.334.801-1.766a2.644 2.644 0 0 1-.607-1.688c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0zM29.298 27H2.703l.839 1.963h24.772L29.299 27zm-5.624-4.572-1.126 1.122a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0l-1.126 1.122c-.348.347-.812.538-1.305.538s-.957-.191-1.305-.538l-1.126-1.122a.272.272 0 0 0-.381 0l-1.126 1.122a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0L6.817 23.55a1.854 1.854 0 0 1-2.611 0l-.249-.249.428 1.68h23.048l.428-1.503-.071.072a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0zm4.616-3.373H3.619c-.435 0-.743-.433-.743 0l.589 2.312c.198-.228.454-.328.733-.05l1.126 1.121a.27.27 0 0 0 .38 0l1.126-1.122a1.853 1.853 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.125-1.121a1.854 1.854 0 0 1 2.611 0l1.126 1.122c.137.136.243.136.38 0l1.126-1.122a1.853 1.853 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.125-1.121a1.854 1.854 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.126-1.121c.207-.206.45-.165.681-.014l.641-2.248c0-.433-.399 0-.834 0zM16.508 8.665h-1.015c-.435 0-.572.352-.572.786l-.023 7.527h2.204l.023-7.527c0-.433-.183-.786-.617-.786zm-7.887 4.713H7.606c-.435 0-.572.352-.572.786l-.023 2.814h1.965v-2.814c0-.433.079-.786-.355-.786zm15.773 0h-1.015c-.435 0-.377.352-.377.786v2.814h1.987l.023-2.814c0-.433-.183-.786-.617-.786zM8.114 8.086c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623zm15.772 0c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623zM16 3.373c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623z" })))); Birthday.displayName = "Birthday"; @@ -7830,15 +7852,15 @@ var Birthday_default = Birthday; // ../juno-icon/src/Bitbucket.tsx import { - createElement as createElement99 + createElement as createElement100 } from "react"; -import { forwardRef as forwardRef99, memo as memo99 } from "react"; -var Bitbucket = memo99(forwardRef99((props, ref2) => /* @__PURE__ */ createElement99("svg", { +import { forwardRef as forwardRef100, memo as memo100 } from "react"; +var Bitbucket = memo100(forwardRef100((props, ref2) => /* @__PURE__ */ createElement100("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement99("path", { +}, /* @__PURE__ */ createElement100("path", { d: "M17.924 15.51a1.928 1.928 0 0 1-1.933 1.916 1.92 1.92 0 0 1-1.911-1.932 1.914 1.914 0 0 1 1.928-1.914 1.922 1.922 0 0 1 1.915 1.93zm7.177 6.578a.833.833 0 0 1-.019.238c-.268 1.412-.54 2.82-.802 4.232a2.287 2.287 0 0 1-.637 1.212c-.371.38-.807.661-1.274.899-.862.438-1.776.714-2.713.907-1.212.252-2.438.364-3.135.358-2.12-.005-3.681-.174-5.205-.614a8.728 8.728 0 0 1-2.023-.838 4.434 4.434 0 0 1-.916-.695 2.283 2.283 0 0 1-.652-1.228c-.261-1.411-.536-2.821-.805-4.231a1.034 1.034 0 0 1-.017-.215c.017-.346.326-.525.637-.372.032.019.063.036.092.055 1.033.75 2.185 1.251 3.394 1.633 1.11.352 2.248.564 3.407.667 1.337.121 2.667.091 3.993-.097 1.76-.247 3.441-.749 5.003-1.608.311-.171.603-.378.901-.568.049-.032.096-.067.148-.092.298-.133.592.034.622.355zM23.636 5.93a1.59 1.59 0 0 1-.383.314c-.396.236-.837.36-1.279.477-.837.213-1.692.337-2.547.426a33.041 33.041 0 0 1-3.335.165c-1.311-.007-2.564-.059-3.811-.209-.936-.114-1.868-.256-2.768-.557a6.127 6.127 0 0 1-.777-.335 1.236 1.236 0 0 1-.339-.267c-.173-.19-.173-.397.004-.583.103-.111.228-.204.358-.278.373-.216.783-.343 1.196-.45.865-.225 1.746-.354 2.634-.448a33.199 33.199 0 0 1 4.369-.151c1.34.04 2.679.139 4.003.379.62.112 1.238.241 1.825.48.207.084.408.191.601.304a.952.952 0 0 1 .253.234c.124.16.13.349-.004.5zm-7.654 13.412a3.835 3.835 0 0 1-3.812-3.855 3.82 3.82 0 0 1 3.843-3.816 3.828 3.828 0 0 1 3.827 3.859c-.01 2.109-1.741 3.819-3.858 3.812zM27.759 5.16a3.03 3.03 0 0 0-.641-.648c-.537-.419-1.141-.717-1.769-.97-1.334-.537-2.724-.854-4.136-1.081-1.722-.275-3.459-.385-5.284-.396-1.631.014-3.34.118-5.036.382-1.204.189-2.393.445-3.549.836-.764.262-1.504.571-2.179 1.025a3.656 3.656 0 0 0-.859.764c-.303.386-.432.815-.354 1.301.152.961.293 1.923.452 2.879.232 1.417.472 2.834.713 4.247.269 1.571.546 3.143.808 4.715.062.366.216.676.462.941.157.171.326.332.505.478.642.519 1.374.889 2.139 1.191 1.831.73 3.746 1.06 5.705 1.169 1.422.079 2.842.029 4.256-.165 1.204-.163 2.384-.421 3.529-.834.849-.307 1.662-.682 2.397-1.215.312-.229.601-.482.831-.794.16-.209.268-.443.312-.708.349-2.059.712-4.116 1.052-6.177.318-1.91.616-3.823.93-5.734a1.564 1.564 0 0 0-.285-1.206z" })))); Bitbucket.displayName = "Bitbucket"; @@ -7847,15 +7869,15 @@ var Bitbucket_default = Bitbucket; // ../juno-icon/src/Blocked.tsx import { - createElement as createElement100 + createElement as createElement101 } from "react"; -import { forwardRef as forwardRef100, memo as memo100 } from "react"; -var Blocked = memo100(forwardRef100((props, ref2) => /* @__PURE__ */ createElement100("svg", { +import { forwardRef as forwardRef101, memo as memo101 } from "react"; +var Blocked = memo101(forwardRef101((props, ref2) => /* @__PURE__ */ createElement101("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement100("path", { +}, /* @__PURE__ */ createElement101("path", { d: "M6.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm19.063 2.15L8.252 25.163c4.715 3.996 11.786 3.77 16.234-.678 4.376-4.376 4.666-11.292.868-16.004l-.19-.23zM7.515 7.515c-4.448 4.448-4.674 11.52-.678 16.235L23.75 6.837c-4.715-3.997-11.787-3.771-16.235.678z" })))); Blocked.displayName = "Blocked"; @@ -7864,15 +7886,15 @@ var Blocked_default = Blocked; // ../juno-icon/src/Bold.tsx import { - createElement as createElement101 + createElement as createElement102 } from "react"; -import { forwardRef as forwardRef101, memo as memo101 } from "react"; -var Bold = memo101(forwardRef101((props, ref2) => /* @__PURE__ */ createElement101("svg", { +import { forwardRef as forwardRef102, memo as memo102 } from "react"; +var Bold = memo102(forwardRef102((props, ref2) => /* @__PURE__ */ createElement102("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement101("path", { +}, /* @__PURE__ */ createElement102("path", { d: "M16.776 28c1.386 0 2.618-.177 3.696-.531s1.985-.844 2.723-1.469c.737-.625 1.298-1.369 1.683-2.232s.578-1.804.578-2.822c0-2.822-1.639-4.603-4.917-5.344.737-.255 1.372-.564 1.906-.929s.974-.772 1.32-1.22c.346-.448.602-.929.767-1.444s.247-1.054.247-1.618c0-.985-.165-1.87-.495-2.656s-.85-1.455-1.559-2.008c-.709-.553-1.617-.979-2.723-1.278s-2.439-.448-4.001-.448H9.768c-1.105 0-2 .901-2 2.012v19.976c0 1.111.895 2.012 2 2.012h7.009zm-4.571-13.61V7.452H16c1.496 0 2.596.266 3.3.797s1.056 1.422 1.056 2.672c0 1.206-.39 2.086-1.172 2.639s-1.925.83-3.432.83h-3.547zm0 10.125v-7.037h4.488c.781 0 1.447.077 1.997.232s1.001.379 1.353.672c.352.293.611.647.776 1.062s.247.882.247 1.402c0 .498-.074.968-.223 1.411s-.39.83-.726 1.162c-.335.332-.781.598-1.337.797s-1.246.299-2.071.299h-4.505z" })))); Bold.displayName = "Bold"; @@ -7881,15 +7903,15 @@ var Bold_default = Bold; // ../juno-icon/src/BookmarkBorder.tsx import { - createElement as createElement102 + createElement as createElement103 } from "react"; -import { forwardRef as forwardRef102, memo as memo102 } from "react"; -var BookmarkBorder = memo102(forwardRef102((props, ref2) => /* @__PURE__ */ createElement102("svg", { +import { forwardRef as forwardRef103, memo as memo103 } from "react"; +var BookmarkBorder = memo103(forwardRef103((props, ref2) => /* @__PURE__ */ createElement103("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement102("path", { +}, /* @__PURE__ */ createElement103("path", { d: "M25 3a2 2 0 0 1 2 2v23.178a1 1 0 0 1-1.537.844l-8.926-5.68a1.002 1.002 0 0 0-1.074 0l-8.926 5.68A1.001 1.001 0 0 1 5 28.178V5a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-1 1v20.357l7.926-5.044a2 2 0 0 1 2.148 0L25 26.357V6a1 1 0 0 0-1-1z" })))); BookmarkBorder.displayName = "BookmarkBorder"; @@ -7898,15 +7920,15 @@ var BookmarkBorder_default = BookmarkBorder; // ../juno-icon/src/Bookmark.tsx import { - createElement as createElement103 + createElement as createElement104 } from "react"; -import { forwardRef as forwardRef103, memo as memo103 } from "react"; -var Bookmark = memo103(forwardRef103((props, ref2) => /* @__PURE__ */ createElement103("svg", { +import { forwardRef as forwardRef104, memo as memo104 } from "react"; +var Bookmark = memo104(forwardRef104((props, ref2) => /* @__PURE__ */ createElement104("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement103("path", { +}, /* @__PURE__ */ createElement104("path", { d: "M25 3a2 2 0 0 1 2 2v23.178a1 1 0 0 1-1.537.844l-8.926-5.68a1.002 1.002 0 0 0-1.074 0l-8.926 5.68A1.001 1.001 0 0 1 5 28.178V5a2 2 0 0 1 2-2h18z" })))); Bookmark.displayName = "Bookmark"; @@ -7915,15 +7937,15 @@ var Bookmark_default = Bookmark; // ../juno-icon/src/Box.tsx import { - createElement as createElement104 + createElement as createElement105 } from "react"; -import { forwardRef as forwardRef104, memo as memo104 } from "react"; -var Box = memo104(forwardRef104((props, ref2) => /* @__PURE__ */ createElement104("svg", { +import { forwardRef as forwardRef105, memo as memo105 } from "react"; +var Box = memo105(forwardRef105((props, ref2) => /* @__PURE__ */ createElement105("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement104("path", { +}, /* @__PURE__ */ createElement105("path", { d: "M1.279 7.364C.559 7.364 0 7.924 0 8.563v10.065a6.122 6.122 0 0 0 6.119 5.992h.034-.002a6.29 6.29 0 0 0 5.497-3.244l.016-.032c1.039 1.917 3.116 3.276 5.432 3.276 3.436 0 6.232-2.716 6.232-6.151.08-3.276-2.716-5.993-6.151-5.993-2.317 0-4.393 1.279-5.432 3.196-1.04-1.917-3.117-3.196-5.513-3.196-1.439 0-2.717.48-3.756 1.199V8.563A1.227 1.227 0 0 0 1.28 7.364h-.001zm22.19 4.983a1.265 1.265 0 0 0-.943.213l.004-.003c-.48.4-.639 1.199-.24 1.757l3.196 4.155-3.195 4.153c-.4.56-.32 1.28.24 1.68.559.4 1.355.397 1.755-.163l2.719-3.515L29.8 24.22c.4.48 1.199.559 1.757.16.48-.4.56-1.12.161-1.679l-3.117-4.153 3.117-4.076c.4-.559.397-1.357-.161-1.757-.64-.4-1.359-.32-1.757.24l-2.795 3.435-2.72-3.593c-.199-.24-.497-.4-.816-.451zM6.151 14.872c2.077 0 3.756 1.68 3.756 3.677 0 2.077-1.679 3.675-3.756 3.675s-3.755-1.597-3.755-3.675c0-1.997 1.677-3.677 3.755-3.677zm11.026 0c2.077 0 3.755 1.68 3.755 3.677-.08 2.077-1.757 3.675-3.755 3.675-2.077 0-3.756-1.597-3.756-3.675 0-1.997 1.679-3.677 3.756-3.677z" })))); Box.displayName = "Box"; @@ -7932,15 +7954,15 @@ var Box_default = Box; // ../juno-icon/src/BubbleLines.tsx import { - createElement as createElement105 + createElement as createElement106 } from "react"; -import { forwardRef as forwardRef105, memo as memo105 } from "react"; -var BubbleLines = memo105(forwardRef105((props, ref2) => /* @__PURE__ */ createElement105("svg", { +import { forwardRef as forwardRef106, memo as memo106 } from "react"; +var BubbleLines = memo106(forwardRef106((props, ref2) => /* @__PURE__ */ createElement106("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement105("path", { +}, /* @__PURE__ */ createElement106("path", { d: "M22 9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 25H4.001a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h18zm6-6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-9a2.001 2.001 0 0 0-1.851-1.995L23 8H8V5a2 2 0 0 1 2-2h18z" })))); BubbleLines.displayName = "BubbleLines"; @@ -7949,15 +7971,15 @@ var BubbleLines_default = BubbleLines; // ../juno-icon/src/BubbleLinesBorder.tsx import { - createElement as createElement106 + createElement as createElement107 } from "react"; -import { forwardRef as forwardRef106, memo as memo106 } from "react"; -var BubbleLinesBorder = memo106(forwardRef106((props, ref2) => /* @__PURE__ */ createElement106("svg", { +import { forwardRef as forwardRef107, memo as memo107 } from "react"; +var BubbleLinesBorder = memo107(forwardRef107((props, ref2) => /* @__PURE__ */ createElement107("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement106("path", { +}, /* @__PURE__ */ createElement107("path", { d: "M22 9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 25H4.001a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h18zm-1 2H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L13 26.172l2.586-2.586A2 2 0 0 1 17 23h4a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1zm7-8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-2h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2H8V5a2 2 0 0 1 2-2h18z" })))); BubbleLinesBorder.displayName = "BubbleLinesBorder"; @@ -7966,19 +7988,19 @@ var BubbleLinesBorder_default = BubbleLinesBorder; // ../juno-icon/src/Bundle.tsx import { - createElement as createElement107 + createElement as createElement108 } from "react"; -import { forwardRef as forwardRef107, memo as memo107 } from "react"; -var Bundle = memo107(forwardRef107((props, ref2) => /* @__PURE__ */ createElement107("svg", { +import { forwardRef as forwardRef108, memo as memo108 } from "react"; +var Bundle = memo108(forwardRef108((props, ref2) => /* @__PURE__ */ createElement108("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement107("path", { +}, /* @__PURE__ */ createElement108("path", { d: "M14.658 2.553a3.001 3.001 0 0 1 2.683 0l11.105 5.553a1 1 0 0 1 0 1.788L17.34 15.447a3.001 3.001 0 0 1-2.683 0L3.551 9.894a1 1 0 0 1 0-1.788l11.106-5.553zm1.789 1.789a.998.998 0 0 0-.894 0L6.236 9l9.317 4.658a.998.998 0 0 0 .894 0L25.764 9l-9.317-4.658z" -}), /* @__PURE__ */ createElement107("path", { +}), /* @__PURE__ */ createElement108("path", { d: "m11.241 13.294-5.206 2.937 9.473 5.344a1 1 0 0 0 .983 0l9.473-5.344-5.206-2.937.983-1.742 6.75 3.808a1 1 0 0 1 0 1.742l-11.017 6.215a3 3 0 0 1-2.948 0L3.509 17.102a1 1 0 0 1 0-1.742l6.75-3.808.983 1.742z" -}), /* @__PURE__ */ createElement107("path", { +}), /* @__PURE__ */ createElement108("path", { d: "m6.191 22.846 4.265-2.187-.913-1.78-6 3.077a1 1 0 0 0 0 1.78l11.087 5.686a2.999 2.999 0 0 0 2.738 0l11.087-5.686a1 1 0 0 0 0-1.78l-6-3.077-.913 1.78 4.265 2.187-9.352 4.796a1 1 0 0 1-.913 0L6.19 22.846z" })))); Bundle.displayName = "Bundle"; @@ -7987,15 +8009,15 @@ var Bundle_default = Bundle; // ../juno-icon/src/CalendarDay.tsx import { - createElement as createElement108 + createElement as createElement109 } from "react"; -import { forwardRef as forwardRef108, memo as memo108 } from "react"; -var CalendarDay = memo108(forwardRef108((props, ref2) => /* @__PURE__ */ createElement108("svg", { +import { forwardRef as forwardRef109, memo as memo109 } from "react"; +var CalendarDay = memo109(forwardRef109((props, ref2) => /* @__PURE__ */ createElement109("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement108("path", { +}, /* @__PURE__ */ createElement109("path", { d: "M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-3 9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h12zm-1 2H11v4h10v-4zm1-8a1 1 0 0 1 0 2H10a1 1 0 0 1 0-2h12z" })))); CalendarDay.displayName = "CalendarDay"; @@ -8004,15 +8026,15 @@ var CalendarDay_default = CalendarDay; // ../juno-icon/src/CalendarMonth.tsx import { - createElement as createElement109 + createElement as createElement110 } from "react"; -import { forwardRef as forwardRef109, memo as memo109 } from "react"; -var CalendarMonth = memo109(forwardRef109((props, ref2) => /* @__PURE__ */ createElement109("svg", { +import { forwardRef as forwardRef110, memo as memo110 } from "react"; +var CalendarMonth = memo110(forwardRef110((props, ref2) => /* @__PURE__ */ createElement110("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement109("path", { +}, /* @__PURE__ */ createElement110("path", { d: "M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-15 9a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 15zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 15zm-6-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 9zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 9zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 22 9z" })))); CalendarMonth.displayName = "CalendarMonth"; @@ -8021,15 +8043,15 @@ var CalendarMonth_default = CalendarMonth; // ../juno-icon/src/CalendarWeek.tsx import { - createElement as createElement110 + createElement as createElement111 } from "react"; -import { forwardRef as forwardRef110, memo as memo110 } from "react"; -var CalendarWeek = memo110(forwardRef110((props, ref2) => /* @__PURE__ */ createElement110("svg", { +import { forwardRef as forwardRef111, memo as memo111 } from "react"; +var CalendarWeek = memo111(forwardRef111((props, ref2) => /* @__PURE__ */ createElement111("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement110("path", { +}, /* @__PURE__ */ createElement111("path", { d: "M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM10 9a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L10 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L10 9zm12 0a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L22 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L22 9zm-6 0a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L16 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L16 9z" })))); CalendarWeek.displayName = "CalendarWeek"; @@ -8038,15 +8060,15 @@ var CalendarWeek_default = CalendarWeek; // ../juno-icon/src/CallAddSp.tsx import { - createElement as createElement111 + createElement as createElement112 } from "react"; -import { forwardRef as forwardRef111, memo as memo111 } from "react"; -var CallAddSp = memo111(forwardRef111((props, ref2) => /* @__PURE__ */ createElement111("svg", { +import { forwardRef as forwardRef112, memo as memo112 } from "react"; +var CallAddSp = memo112(forwardRef112((props, ref2) => /* @__PURE__ */ createElement112("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement111("path", { +}, /* @__PURE__ */ createElement112("path", { d: "M17.714 6.857v7.429h7.429v3.429h-7.429v7.429h-3.429v-7.429H6.856v-3.429h7.429V6.857z" })))); CallAddSp.displayName = "CallAddSp"; @@ -8055,15 +8077,15 @@ var CallAddSp_default = CallAddSp; // ../juno-icon/src/CallAdd.tsx import { - createElement as createElement112 + createElement as createElement113 } from "react"; -import { forwardRef as forwardRef112, memo as memo112 } from "react"; -var CallAdd = memo112(forwardRef112((props, ref2) => /* @__PURE__ */ createElement112("svg", { +import { forwardRef as forwardRef113, memo as memo113 } from "react"; +var CallAdd = memo113(forwardRef113((props, ref2) => /* @__PURE__ */ createElement113("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement112("path", { +}, /* @__PURE__ */ createElement113("path", { d: "M16 4a2 2 0 0 1 2 2v8h8a2 2 0 1 1 0 4h-8v8a2 2 0 1 1-4 0v-8H6a2 2 0 1 1 0-4h8V6a2 2 0 0 1 2-2z" })))); CallAdd.displayName = "CallAdd"; @@ -8072,15 +8094,15 @@ var CallAdd_default = CallAdd; // ../juno-icon/src/CallList.tsx import { - createElement as createElement113 + createElement as createElement114 } from "react"; -import { forwardRef as forwardRef113, memo as memo113 } from "react"; -var CallList = memo113(forwardRef113((props, ref2) => /* @__PURE__ */ createElement113("svg", { +import { forwardRef as forwardRef114, memo as memo114 } from "react"; +var CallList = memo114(forwardRef114((props, ref2) => /* @__PURE__ */ createElement114("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement113("path", { +}, /* @__PURE__ */ createElement114("path", { d: "m6.185 11.773 1.148 3.329c.13.367.05.712-.326.928l-1.005.58c-.961.555-1.055 1.421-.724 2.377.228.657.717 1.604 1.27 2.563l.278.473c.464.775.928 1.472 1.312 1.917.657.755 1.454 1.107 2.415.552l1.005-.58c.376-.217.715-.114.967.182l2.224 2.561c.733.806.399 1.477-.606 2.057-.909.525-1.846.576-2.845.317-2.547-.679-5.07-3.234-6.828-6.279s-2.709-6.508-2.024-9.053c.276-.995.789-1.781 1.697-2.305.948-.547 1.69-.557 2.043.382zM29 24a1 1 0 0 1 0 2H19a1 1 0 0 1 0-2h10zm0-9a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h16zm0-9a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26z" })))); CallList.displayName = "CallList"; @@ -8089,15 +8111,15 @@ var CallList_default = CallList; // ../juno-icon/src/CallMoreSp.tsx import { - createElement as createElement114 + createElement as createElement115 } from "react"; -import { forwardRef as forwardRef114, memo as memo114 } from "react"; -var CallMoreSp = memo114(forwardRef114((props, ref2) => /* @__PURE__ */ createElement114("svg", { +import { forwardRef as forwardRef115, memo as memo115 } from "react"; +var CallMoreSp = memo115(forwardRef115((props, ref2) => /* @__PURE__ */ createElement115("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement114("path", { +}, /* @__PURE__ */ createElement115("path", { d: "M8.286 13.429a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.714 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.714 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142z" })))); CallMoreSp.displayName = "CallMoreSp"; @@ -8106,15 +8128,15 @@ var CallMoreSp_default = CallMoreSp; // ../juno-icon/src/CallMore.tsx import { - createElement as createElement115 + createElement as createElement116 } from "react"; -import { forwardRef as forwardRef115, memo as memo115 } from "react"; -var CallMore = memo115(forwardRef115((props, ref2) => /* @__PURE__ */ createElement115("svg", { +import { forwardRef as forwardRef116, memo as memo116 } from "react"; +var CallMore = memo116(forwardRef116((props, ref2) => /* @__PURE__ */ createElement116("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement115("path", { +}, /* @__PURE__ */ createElement116("path", { d: "M6 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" })))); CallMore.displayName = "CallMore"; @@ -8123,15 +8145,15 @@ var CallMore_default = CallMore; // ../juno-icon/src/CallOnBehalf.tsx import { - createElement as createElement116 + createElement as createElement117 } from "react"; -import { forwardRef as forwardRef116, memo as memo116 } from "react"; -var CallOnBehalf = memo116(forwardRef116((props, ref2) => /* @__PURE__ */ createElement116("svg", { +import { forwardRef as forwardRef117, memo as memo117 } from "react"; +var CallOnBehalf = memo117(forwardRef117((props, ref2) => /* @__PURE__ */ createElement117("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement116("path", { +}, /* @__PURE__ */ createElement117("path", { d: "M27.11 11.037c.405.063.849.222 1.37.477.495.242.886.48 1.188.733.693.585 1.117 1.376 1.263 2.319.137.8.076 1.695-.171 2.661-.232.907-.625 1.862-1.178 2.871-.542.998-1.236 2.007-2.08 3.024a20.858 20.858 0 0 1-1.956 2.035 14.3 14.3 0 0 1-1.999 1.57c-.696.448-1.385.796-2.07 1.042a6.334 6.334 0 0 1-2.144.397c-.458 0-.889-.062-1.289-.19a3.418 3.418 0 0 1-.943-.467l-.208-.159c-.261-.195-.578-.517-.917-.931-.309-.376-.536-.712-.688-1.032l-.069-.159c-.233-.461-.284-1.074-.125-1.676a2.824 2.824 0 0 1 .953-1.467l.845-.71.494-.429c.338-.299.664-.597.978-.895.391-.423.989-.701 1.658-.761a2.912 2.912 0 0 1 1.767.398l.125.085a4.6 4.6 0 0 1 .205.152l.135.114-.052.049c.183-.164.39-.383.619-.654l.148-.183.176-.232.078-.11.09-.135-.154-.111a5.72 5.72 0 0 1-.175-.142c-.517-.518-.789-1.055-.868-1.66a2.577 2.577 0 0 1 .418-1.771l.206-.302.369-.561c.114-.178.219-.348.317-.51.241-.401.454-.788.639-1.159.318-.585.758-1.006 1.317-1.27a2.937 2.937 0 0 1 1.731-.25zM12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26h10.981a1 1 0 0 0-.098 1.993L14 28H3a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm14.233-3.904a.853.853 0 0 0-.398.386c-.193.387-.431.819-.697 1.263s-.581.928-.946 1.461a.56.56 0 0 0-.094.397c.021.16.091.298.246.455l.008.003.123.087.089.058c.032.02.067.04.104.06l.091.059.076.038.11.06.068.031.707.375-.146.729a2.586 2.586 0 0 1-.153.479 4.367 4.367 0 0 1-.405.782c-.178.282-.4.582-.663.898a8.648 8.648 0 0 1-.816.859 4.275 4.275 0 0 1-.755.557c-.086.048-.167.09-.242.124l-.664.302-.608-.669h-.002l.002-.146h-.126l-.01-.014.007.014-.207-.2a1.714 1.714 0 0 0-.217-.167.9.9 0 0 0-.519-.094c-.19.017-.327.08-.415.175-.281.269-.545.513-.809.751l-.424.376-.556.477-.674.564a.832.832 0 0 0-.294.437.492.492 0 0 0 .015.349c.091.218.237.443.479.738.247.301.459.516.613.632.174.143.334.23.519.289.196.063.422.095.68.095.456 0 .945-.092 1.469-.28a8.166 8.166 0 0 0 1.662-.84c.575-.37 1.154-.826 1.731-1.364a18.76 18.76 0 0 0 1.774-1.845c.758-.913 1.379-1.815 1.858-2.697.479-.873.809-1.675.997-2.409.181-.71.223-1.325.134-1.845-.077-.495-.266-.848-.576-1.11-.158-.132-.417-.291-.778-.467-.357-.174-.625-.27-.802-.298a.946.946 0 0 0-.567.083zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); CallOnBehalf.displayName = "CallOnBehalf"; @@ -8140,17 +8162,17 @@ var CallOnBehalf_default = CallOnBehalf; // ../juno-icon/src/CallrailBorder.tsx import { - createElement as createElement117 + createElement as createElement118 } from "react"; -import { forwardRef as forwardRef117, memo as memo117 } from "react"; -var CallrailBorder = memo117(forwardRef117((props, ref2) => /* @__PURE__ */ createElement117("svg", { +import { forwardRef as forwardRef118, memo as memo118 } from "react"; +var CallrailBorder = memo118(forwardRef118((props, ref2) => /* @__PURE__ */ createElement118("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement117("path", { +}, /* @__PURE__ */ createElement118("path", { d: "M13.25 15.25A.75.75 0 0 1 14 16v3.75a.75.75 0 0 1-1.5 0V16a.75.75 0 0 1 .75-.75zM11.5 13a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 1.5 0v-5z" -}), /* @__PURE__ */ createElement117("path", { +}), /* @__PURE__ */ createElement118("path", { d: "M28.804 18.651c-1.109 6.122-6.595 9.92-12.804 9.92a13.12 13.12 0 0 1-6.257-1.576 8.682 8.682 0 0 1-2.041 1.664l-.001.001c-1.884 1.087-4.416-.623-3.667-2.943.529-1.638.576-2.86-.067-5.082a12.577 12.577 0 0 1-.968-4.848c0-7.099 5.86-12.785 13-12.785 6.971 0 12.997 4.876 13 12.13 0 .6-.231 1.141-.606 1.544.37.552.541 1.247.409 1.977zM9.291 24.333c.522.395 1.081.744 1.672 1.043a11.125 11.125 0 0 0 5.038 1.195c5.058 0 9.321-2.849 10.605-7.293.093-.32.169-.648.23-.983a.709.709 0 0 0-.706-.829H17v3.535a1 1 0 0 1-2 0v-10a1 1 0 0 1 2 0v4.341l9.725.059a.272.272 0 0 0 .275-.27C26.997 9.177 22.073 5 16 5S5 9.828 5 15.785c0 1.481.304 2.892.855 4.177.569 1.929.713 3.332.477 4.78l-.048.271-.013.066a9.905 9.905 0 0 1-.189.775v.001c-.044.157-.092.315-.144.476-.146.451.349.835.764.596.119-.069.242-.146.366-.231a6.767 6.767 0 0 0 1.106-.95l.066-.07c.344-.371.685-.81 1.006-1.325l.013-.021.008-.013.002-.001.002.001.021.016z" })))); CallrailBorder.displayName = "CallrailBorder"; @@ -8159,15 +8181,15 @@ var CallrailBorder_default = CallrailBorder; // ../juno-icon/src/Callrail.tsx import { - createElement as createElement118 + createElement as createElement119 } from "react"; -import { forwardRef as forwardRef118, memo as memo118 } from "react"; -var Callrail = memo118(forwardRef118((props, ref2) => /* @__PURE__ */ createElement118("svg", { +import { forwardRef as forwardRef119, memo as memo119 } from "react"; +var Callrail = memo119(forwardRef119((props, ref2) => /* @__PURE__ */ createElement119("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement118("path", { +}, /* @__PURE__ */ createElement119("path", { d: "M16 3c6.971 0 12.997 4.876 13 12.13a.243.243 0 0 1-.243.24L17 15.342v-4.341l-.007-.117a1 1 0 0 0-1.967-.112l-.02.113-.007.117v10l.007.117a1 1 0 0 0 1.967.112l.02-.113.007-.117v-3.535l11.515.001c.208 0 .377.169.377.377l-.001.026-.015.187-.034.332c-.012.1-.025.189-.038.262-1.109 6.122-6.595 9.92-12.804 9.92a13.12 13.12 0 0 1-6.257-1.576 8.682 8.682 0 0 1-2.041 1.664c-1.885 1.088-4.418-.622-3.668-2.942.529-1.638.576-2.86-.067-5.082a12.577 12.577 0 0 1-.968-4.848c0-7.099 5.86-12.785 13-12.785zm-2.75 12.25a.75.75 0 0 0-.743.648L12.5 16v3.75a.75.75 0 0 0 1.493.102L14 19.75V16a.75.75 0 0 0-.75-.75zm-2.5-3A.75.75 0 0 0 10 13v5a.75.75 0 0 0 1.5 0v-5a.75.75 0 0 0-.75-.75z" })))); Callrail.displayName = "Callrail"; @@ -8176,15 +8198,15 @@ var Callrail_default = Callrail; // ../juno-icon/src/CallsBorder.tsx import { - createElement as createElement119 + createElement as createElement120 } from "react"; -import { forwardRef as forwardRef119, memo as memo119 } from "react"; -var CallsBorder = memo119(forwardRef119((props, ref2) => /* @__PURE__ */ createElement119("svg", { +import { forwardRef as forwardRef120, memo as memo120 } from "react"; +var CallsBorder = memo120(forwardRef120((props, ref2) => /* @__PURE__ */ createElement120("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement119("path", { +}, /* @__PURE__ */ createElement120("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 2a1 1 0 0 1 .993.883L17 7v8.585l3.707 3.708a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.32.083l-.094-.083-4-4a1.002 1.002 0 0 1-.284-.576L15 16V7a1 1 0 0 1 1-1z" })))); CallsBorder.displayName = "CallsBorder"; @@ -8193,15 +8215,15 @@ var CallsBorder_default = CallsBorder; // ../juno-icon/src/Calls.tsx import { - createElement as createElement120 + createElement as createElement121 } from "react"; -import { forwardRef as forwardRef120, memo as memo120 } from "react"; -var Calls = memo120(forwardRef120((props, ref2) => /* @__PURE__ */ createElement120("svg", { +import { forwardRef as forwardRef121, memo as memo121 } from "react"; +var Calls = memo121(forwardRef121((props, ref2) => /* @__PURE__ */ createElement121("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement120("path", { +}, /* @__PURE__ */ createElement121("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 0 0-.993.883L15 7v9l.009.131c.023.173.091.338.197.477l.087.099 4 4 .094.083a1 1 0 0 0 1.226 0l.094-.083.083-.094a1 1 0 0 0 0-1.226l-.083-.094L17 15.585V7l-.007-.117A1 1 0 0 0 16 6z" })))); Calls.displayName = "Calls"; @@ -8210,15 +8232,15 @@ var Calls_default = Calls; // ../juno-icon/src/CameraFilled.tsx import { - createElement as createElement121 + createElement as createElement122 } from "react"; -import { forwardRef as forwardRef121, memo as memo121 } from "react"; -var CameraFilled = memo121(forwardRef121((props, ref2) => /* @__PURE__ */ createElement121("svg", { +import { forwardRef as forwardRef122, memo as memo122 } from "react"; +var CameraFilled = memo122(forwardRef122((props, ref2) => /* @__PURE__ */ createElement122("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement121("path", { +}, /* @__PURE__ */ createElement122("path", { d: "M23 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm-7 8.75a5.25 5.25 0 1 0 .001 10.501A5.25 5.25 0 0 0 16 10.75zm7-3.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 23 7.25z" })))); CameraFilled.displayName = "CameraFilled"; @@ -8227,15 +8249,15 @@ var CameraFilled_default = CameraFilled; // ../juno-icon/src/CameraOutlined.tsx import { - createElement as createElement122 + createElement as createElement123 } from "react"; -import { forwardRef as forwardRef122, memo as memo122 } from "react"; -var CameraOutlined = memo122(forwardRef122((props, ref2) => /* @__PURE__ */ createElement122("svg", { +import { forwardRef as forwardRef123, memo as memo123 } from "react"; +var CameraOutlined = memo123(forwardRef123((props, ref2) => /* @__PURE__ */ createElement123("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement122("path", { +}, /* @__PURE__ */ createElement123("path", { d: "M23 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm0 2.1H9a4.9 4.9 0 0 0-4.891 4.601L4.1 9v14a4.9 4.9 0 0 0 4.601 4.891L9 27.9h14a4.9 4.9 0 0 0 4.891-4.602l.009-.299v-14a4.9 4.9 0 0 0-4.602-4.891l-.299-.009zm-7 6.3a5.6 5.6 0 1 1 0 11.2 5.6 5.6 0 0 1 0-11.2zm0 2.1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm7-5.25a1.75 1.75 0 1 1-.001 3.501A1.75 1.75 0 0 1 23 7.25z" })))); CameraOutlined.displayName = "CameraOutlined"; @@ -8244,15 +8266,15 @@ var CameraOutlined_default = CameraOutlined; // ../juno-icon/src/Category.tsx import { - createElement as createElement123 + createElement as createElement124 } from "react"; -import { forwardRef as forwardRef123, memo as memo123 } from "react"; -var Category = memo123(forwardRef123((props, ref2) => /* @__PURE__ */ createElement123("svg", { +import { forwardRef as forwardRef124, memo as memo124 } from "react"; +var Category = memo124(forwardRef124((props, ref2) => /* @__PURE__ */ createElement124("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement123("path", { +}, /* @__PURE__ */ createElement124("path", { d: "M12 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2H4v8h8V4zm16-2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2h-8v8h8V4zM12 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0 2H4v8h8v-8zm16-2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0 2h-8v8h8v-8z" })))); Category.displayName = "Category"; @@ -8261,15 +8283,15 @@ var Category_default = Category; // ../juno-icon/src/CcLSp.tsx import { - createElement as createElement124 + createElement as createElement125 } from "react"; -import { forwardRef as forwardRef124, memo as memo124 } from "react"; -var CcLSp = memo124(forwardRef124((props, ref2) => /* @__PURE__ */ createElement124("svg", { +import { forwardRef as forwardRef125, memo as memo125 } from "react"; +var CcLSp = memo125(forwardRef125((props, ref2) => /* @__PURE__ */ createElement125("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement124("path", { +}, /* @__PURE__ */ createElement125("path", { d: "M16 2.16C1.539 2.16 0 3.461 0 16c0 12.541 1.48 13.84 16 13.84S32 28.541 32 16C32 3.461 30.461 2.16 16 2.16zm0 25.28C2.44 27.44 2.44 26.8 2.44 16S2.44 4.56 16 4.56 29.56 5.2 29.56 16s0 11.44-13.56 11.44zM8 16c0 2.501 0 2.501 2.539 2.501 2.541 0 2.461-.122 2.461-.762h2c0 2.762-2.28 2.762-4.461 2.762C6.68 20.501 6 19.821 6 16c0-3.819.68-4.499 4.539-4.499 2.181 0 4.461 0 4.461 2.739h-2c0-.619 0-.739-2.461-.739C8.08 13.501 8 13.501 8 16zm11 0c0 2.501 0 2.501 2.539 2.501 2.541 0 2.461-.101 2.461-.762h2c0 2.762-2.16 2.762-4.461 2.762C17.68 20.501 17 19.821 17 16c0-3.819.68-4.499 4.539-4.499 2.301 0 4.461 0 4.461 2.739h-2c0-.64 0-.739-2.461-.739-2.459 0-2.539 0-2.539 2.499z" })))); CcLSp.displayName = "CcLSp"; @@ -8278,15 +8300,15 @@ var CcLSp_default = CcLSp; // ../juno-icon/src/CcSp.tsx import { - createElement as createElement125 + createElement as createElement126 } from "react"; -import { forwardRef as forwardRef125, memo as memo125 } from "react"; -var CcSp = memo125(forwardRef125((props, ref2) => /* @__PURE__ */ createElement125("svg", { +import { forwardRef as forwardRef126, memo as memo126 } from "react"; +var CcSp = memo126(forwardRef126((props, ref2) => /* @__PURE__ */ createElement126("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement125("path", { +}, /* @__PURE__ */ createElement126("path", { d: "m15.283 6.859 1.775.002.988.015.618.017.869.038.541.034.512.043.484.052.456.061c2.875.431 4.044 1.52 4.495 4.155l.064.418.053.443.044.469.035.495.027.522.019.55.017.88.005.947-.009 1.232-.02.848-.022.531-.029.504-.037.478-.046.452-.056.427-.066.403c-.407 2.216-1.357 3.301-3.49 3.819l-.389.086-.414.075-.44.064-.467.055-.244.024-.509.041-.538.033-.567.026-.598.019-.956.018-1.388.008-1.388-.008-.956-.018-.598-.019-.567-.026-.538-.033-.509-.041-.481-.05-.454-.059a53.406 53.406 0 0 1-.217-.033l-.414-.075-.389-.086c-2.133-.518-3.083-1.602-3.49-3.819l-.066-.403-.056-.427-.046-.452-.037-.478-.029-.504-.022-.531-.02-.848-.008-.913.002-.954.013-.902.016-.565.023-.537.031-.509.039-.482.023-.231.053-.443c.341-2.51 1.218-3.739 3.348-4.326l.377-.095c.13-.03.264-.057.403-.083l.429-.072.224-.032.47-.056.498-.047.527-.038.556-.031.587-.023.618-.017 1.333-.017zm-1.22 2.287-1.121.015-.743.024-.451.024-.418.032-.385.04-.354.05c-1.582.26-2.192.877-2.431 2.343l-.046.327-.036.354-.037.585-.016.427-.017.947L8 16.29l.008 1.842.016.676.018.413.026.384.034.356.044.329c.254 1.631.951 2.227 2.853 2.444l.383.038.415.029.447.022.481.016.788.014 1.5.007 2.9-.002 1.105-.013.735-.021.447-.022.415-.029.384-.038c1.902-.218 2.599-.814 2.853-2.444l.044-.329.034-.356.026-.384.018-.413.016-.676.008-1.286-.002-2.242-.012-.981-.022-.653-.023-.398-.031-.369-.04-.341-.051-.315c-.253-1.359-.859-1.945-2.311-2.2l-.337-.051-.366-.042-.396-.033-.427-.025-.46-.019-.494-.013-1.391-.016-3.575-.001zm-1.178 3.712.223.004c1.546.05 2.199.507 2.305 1.662l.011.17.004.193-.057.28-1.658-.057.054-.363-.393-.032-.402-.014-.175-.002-.886-.001-.104.007c-.213.025-.321.116-.359.313l-.012.091-.007.177v1.51l.005.112c.02.232.096.341.277.378l.084.011.079.004.911-.001.321-.005.341-.015.269.021.056-.485 1.657.057-.002.409c-.049 1.283-.641 1.775-2.235 1.849l-.224.008-.375.003-.419-.007c-1.865-.065-2.388-.621-2.451-2.676l-.007-.463.006-.459c.056-1.906.517-2.521 2.072-2.652l.192-.013.395-.014.505-.001zm6.741-.001.223.002.419.013.208.013c1.366.103 1.884.523 1.969 1.643l.01.173.003.185-.057.281-1.658-.057.053-.362-.303-.03-.346-.015-1.1-.012-.152.004-.109.015c-.158.032-.253.108-.298.239l-.021.086-.012.136.004.654-.001.745-.004.257.007.112c.025.223.124.329.348.36l.104.009.181.001 1.047-.011.342-.014.262.027.056-.492 1.657.057-.002.412c-.042 1.254-.541 1.718-1.99 1.828l-.203.013-.42.013h-.436c-1.902-.03-2.509-.494-2.635-2.267l-.021-.416-.007-.462.006-.461c.059-1.971.544-2.56 2.257-2.662l.195-.009.424-.008z" })))); CcSp.displayName = "CcSp"; @@ -8295,15 +8317,15 @@ var CcSp_default = CcSp; // ../juno-icon/src/ChangeLength.tsx import { - createElement as createElement126 + createElement as createElement127 } from "react"; -import { forwardRef as forwardRef126, memo as memo126 } from "react"; -var ChangeLength = memo126(forwardRef126((props, ref2) => /* @__PURE__ */ createElement126("svg", { +import { forwardRef as forwardRef127, memo as memo127 } from "react"; +var ChangeLength = memo127(forwardRef127((props, ref2) => /* @__PURE__ */ createElement127("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement126("path", { +}, /* @__PURE__ */ createElement127("path", { d: "M12.523 23.373a1 1 0 0 0-1.412-1.415l-1.627 1.627V8.413l1.627 1.627a1.001 1.001 0 0 0 1.414-1.415L9.192 5.292a1.001 1.001 0 0 0-1.415 0L4.444 8.625a1 1 0 1 0 1.415 1.415l1.627-1.627v15.172l-1.627-1.627a1 1 0 1 0-1.415 1.415l3.333 3.333a1.015 1.015 0 0 0 .707.293.992.992 0 0 0 .707-.293l3.333-3.333zM18.821 18a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2h-8zM15.821 25.06a1 1 0 0 1 1-1h10a1 1 0 0 1 0 2h-10a1 1 0 0 1-1-1zM16.821 12a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2h-10z" })))); ChangeLength.displayName = "ChangeLength"; @@ -8312,15 +8334,15 @@ var ChangeLength_default = ChangeLength; // ../juno-icon/src/ChangeTone.tsx import { - createElement as createElement127 + createElement as createElement128 } from "react"; -import { forwardRef as forwardRef127, memo as memo127 } from "react"; -var ChangeTone = memo127(forwardRef127((props, ref2) => /* @__PURE__ */ createElement127("svg", { +import { forwardRef as forwardRef128, memo as memo128 } from "react"; +var ChangeTone = memo128(forwardRef128((props, ref2) => /* @__PURE__ */ createElement128("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement127("path", { +}, /* @__PURE__ */ createElement128("path", { d: "M16 6.5a1 1 0 0 1 1 1v17a1 1 0 0 1-2 0v-17a1 1 0 0 1 1-1zM10 11a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zM4 13.677a1 1 0 0 1 1 1V17.5a1 1 0 0 1-2 0v-2.823a1 1 0 0 1 1-1zM22 11a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zM28 13.677a1 1 0 0 1 1 1V17.5a1 1 0 0 1-2 0v-2.823a1 1 0 0 1 1-1z" })))); ChangeTone.displayName = "ChangeTone"; @@ -8329,15 +8351,15 @@ var ChangeTone_default = ChangeTone; // ../juno-icon/src/ChatBubble.tsx import { - createElement as createElement128 + createElement as createElement129 } from "react"; -import { forwardRef as forwardRef128, memo as memo128 } from "react"; -var ChatBubble = memo128(forwardRef128((props, ref2) => /* @__PURE__ */ createElement128("svg", { +import { forwardRef as forwardRef129, memo as memo129 } from "react"; +var ChatBubble = memo129(forwardRef129((props, ref2) => /* @__PURE__ */ createElement129("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement128("path", { +}, /* @__PURE__ */ createElement129("path", { d: "M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-7.222 3a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0l.001-4.585-6.072 6.07a.999.999 0 1 1-1.414-1.414l6.072-6.07L12.779 11a1 1 0 0 1 0-2h7z" })))); ChatBubble.displayName = "ChatBubble"; @@ -8346,15 +8368,15 @@ var ChatBubble_default = ChatBubble; // ../juno-icon/src/Chat.tsx import { - createElement as createElement129 + createElement as createElement130 } from "react"; -import { forwardRef as forwardRef129, memo as memo129 } from "react"; -var Chat = memo129(forwardRef129((props, ref2) => /* @__PURE__ */ createElement129("svg", { +import { forwardRef as forwardRef130, memo as memo130 } from "react"; +var Chat = memo130(forwardRef130((props, ref2) => /* @__PURE__ */ createElement130("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement129("path", { +}, /* @__PURE__ */ createElement130("path", { d: "M27.2 2H4.8a2.796 2.796 0 0 0-2.786 2.8L2 30l5.6-5.6h19.6c1.54 0 2.8-1.26 2.8-2.8V4.8C30 3.26 28.74 2 27.2 2zM7.6 11.8h16.8v2.8H7.6v-2.8zm11.2 7H7.6V16h11.2v2.8zm5.6-8.4H7.6V7.6h16.8v2.8z" })))); Chat.displayName = "Chat"; @@ -8363,15 +8385,15 @@ var Chat_default = Chat; // ../juno-icon/src/Check.tsx import { - createElement as createElement130 + createElement as createElement131 } from "react"; -import { forwardRef as forwardRef130, memo as memo130 } from "react"; -var Check = memo130(forwardRef130((props, ref2) => /* @__PURE__ */ createElement130("svg", { +import { forwardRef as forwardRef131, memo as memo131 } from "react"; +var Check = memo131(forwardRef131((props, ref2) => /* @__PURE__ */ createElement131("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement130("path", { +}, /* @__PURE__ */ createElement131("path", { d: "M24.678 8.293a.999.999 0 0 1 1.497 1.32l-.083.094-12.314 12.314a1 1 0 0 1-1.32.083l-.094-.083-7.071-7.071a.999.999 0 0 1 1.32-1.497l.094.083L13.07 19.9 24.678 8.293z" })))); Check.displayName = "Check"; @@ -8380,15 +8402,15 @@ var Check_default = Check; // ../juno-icon/src/ChevronLeft.tsx import { - createElement as createElement131 + createElement as createElement132 } from "react"; -import { forwardRef as forwardRef131, memo as memo131 } from "react"; -var ChevronLeft = memo131(forwardRef131((props, ref2) => /* @__PURE__ */ createElement131("svg", { +import { forwardRef as forwardRef132, memo as memo132 } from "react"; +var ChevronLeft = memo132(forwardRef132((props, ref2) => /* @__PURE__ */ createElement132("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement131("path", { +}, /* @__PURE__ */ createElement132("path", { d: "M9.318 14.939a1.5 1.5 0 0 0 0 2.121l10.607 10.607a1.5 1.5 0 1 0 2.121-2.121L12.5 16l9.546-9.546a1.5 1.5 0 1 0-2.121-2.121L9.318 14.94z" })))); ChevronLeft.displayName = "ChevronLeft"; @@ -8397,15 +8419,15 @@ var ChevronLeft_default = ChevronLeft; // ../juno-icon/src/ChevronRight.tsx import { - createElement as createElement132 + createElement as createElement133 } from "react"; -import { forwardRef as forwardRef132, memo as memo132 } from "react"; -var ChevronRight = memo132(forwardRef132((props, ref2) => /* @__PURE__ */ createElement132("svg", { +import { forwardRef as forwardRef133, memo as memo133 } from "react"; +var ChevronRight = memo133(forwardRef133((props, ref2) => /* @__PURE__ */ createElement133("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement132("path", { +}, /* @__PURE__ */ createElement133("path", { d: "M22.682 14.939a1.5 1.5 0 0 1 0 2.121L12.075 27.667a1.5 1.5 0 1 1-2.121-2.121L19.5 16 9.954 6.454a1.5 1.5 0 1 1 2.121-2.121L22.682 14.94z" })))); ChevronRight.displayName = "ChevronRight"; @@ -8414,15 +8436,15 @@ var ChevronRight_default = ChevronRight; // ../juno-icon/src/Close.tsx import { - createElement as createElement133 + createElement as createElement134 } from "react"; -import { forwardRef as forwardRef133, memo as memo133 } from "react"; -var Close = memo133(forwardRef133((props, ref2) => /* @__PURE__ */ createElement133("svg", { +import { forwardRef as forwardRef134, memo as memo134 } from "react"; +var Close = memo134(forwardRef134((props, ref2) => /* @__PURE__ */ createElement134("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement133("path", { +}, /* @__PURE__ */ createElement134("path", { d: "M25.899 7.515 17.414 16l8.485 8.486a1 1 0 0 1-1.414 1.414L16 17.413 7.515 25.9a1 1 0 0 1-1.414-1.414l8.485-8.487-8.485-8.484a.999.999 0 1 1 1.414-1.414l8.486 8.485 8.485-8.485A.999.999 0 1 1 25.9 7.515z" })))); Close.displayName = "Close"; @@ -8431,15 +8453,15 @@ var Close_default = Close; // ../juno-icon/src/CloudContact.tsx import { - createElement as createElement134 + createElement as createElement135 } from "react"; -import { forwardRef as forwardRef134, memo as memo134 } from "react"; -var CloudContact = memo134(forwardRef134((props, ref2) => /* @__PURE__ */ createElement134("svg", { +import { forwardRef as forwardRef135, memo as memo135 } from "react"; +var CloudContact = memo135(forwardRef135((props, ref2) => /* @__PURE__ */ createElement135("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement134("path", { +}, /* @__PURE__ */ createElement135("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm7 7H9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h2.793c.133 0 .26.053.354.146l3.571 5.571a.4.4 0 0 0 .566 0l3.571-5.571a.5.5 0 0 1 .354-.146h2.793a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1z" })))); CloudContact.displayName = "CloudContact"; @@ -8448,15 +8470,15 @@ var CloudContact_default = CloudContact; // ../juno-icon/src/CodeSnippets.tsx import { - createElement as createElement135 + createElement as createElement136 } from "react"; -import { forwardRef as forwardRef135, memo as memo135 } from "react"; -var CodeSnippets = memo135(forwardRef135((props, ref2) => /* @__PURE__ */ createElement135("svg", { +import { forwardRef as forwardRef136, memo as memo136 } from "react"; +var CodeSnippets = memo136(forwardRef136((props, ref2) => /* @__PURE__ */ createElement136("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement135("path", { +}, /* @__PURE__ */ createElement136("path", { d: "M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm0 7H4v14a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V11zM9.707 13.293l4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a1 1 0 0 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414zM23 21a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h6zm4-15H5a1 1 0 0 0-1 1v2h24V7a1 1 0 0 0-1-1z" })))); CodeSnippets.displayName = "CodeSnippets"; @@ -8465,15 +8487,15 @@ var CodeSnippets_default = CodeSnippets; // ../juno-icon/src/Comments.tsx import { - createElement as createElement136 + createElement as createElement137 } from "react"; -import { forwardRef as forwardRef136, memo as memo136 } from "react"; -var Comments = memo136(forwardRef136((props, ref2) => /* @__PURE__ */ createElement136("svg", { +import { forwardRef as forwardRef137, memo as memo137 } from "react"; +var Comments = memo137(forwardRef137((props, ref2) => /* @__PURE__ */ createElement137("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement136("path", { +}, /* @__PURE__ */ createElement137("path", { d: "M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM9 12a2 2 0 1 1 .001 3.999A2 2 0 0 1 9 12zm7 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 12zm7 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 23 12z" })))); Comments.displayName = "Comments"; @@ -8482,15 +8504,15 @@ var Comments_default = Comments; // ../juno-icon/src/CompanyLineBorder.tsx import { - createElement as createElement137 + createElement as createElement138 } from "react"; -import { forwardRef as forwardRef137, memo as memo137 } from "react"; -var CompanyLineBorder = memo137(forwardRef137((props, ref2) => /* @__PURE__ */ createElement137("svg", { +import { forwardRef as forwardRef138, memo as memo138 } from "react"; +var CompanyLineBorder = memo138(forwardRef138((props, ref2) => /* @__PURE__ */ createElement138("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement137("path", { +}, /* @__PURE__ */ createElement138("path", { d: "M2 5v19.833h2.333V26c0 2.579 2.087 4.667 4.667 4.667S13.667 28.58 13.667 26v-1.167H30V5H11.333v21c0 1.39-.943 2.333-2.333 2.333S6.667 27.39 6.667 26v-1.167H9V5H2zm2.333 2.333h2.333V22.5H4.333V7.333zm9.334 0h14V22.5h-14V7.333zM16 9.667V12h9.333V9.667H16zm0 4.666v2.333h2.333v-2.333H16zm3.5 0v2.333h2.333v-2.333H19.5zm3.5 0v2.333h2.333v-2.333H23zm-7 3.5v2.333h2.333v-2.333H16zm3.5 0v2.333h2.333v-2.333H19.5zm3.5 0v2.333h2.333v-2.333H23z" })))); CompanyLineBorder.displayName = "CompanyLineBorder"; @@ -8499,15 +8521,15 @@ var CompanyLineBorder_default = CompanyLineBorder; // ../juno-icon/src/Compose.tsx import { - createElement as createElement138 + createElement as createElement139 } from "react"; -import { forwardRef as forwardRef138, memo as memo138 } from "react"; -var Compose = memo138(forwardRef138((props, ref2) => /* @__PURE__ */ createElement138("svg", { +import { forwardRef as forwardRef139, memo as memo139 } from "react"; +var Compose = memo139(forwardRef139((props, ref2) => /* @__PURE__ */ createElement139("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement138("path", { +}, /* @__PURE__ */ createElement139("path", { d: "m14.67 5 1.394.003c-.504.66-.9 1.395-1.173 2.178l-2.015.008-1.015.017-.472.014-.666.029-.416.026-.395.031-.374.038-.354.045-.17.025-.325.056-.306.064c-1.631.376-2.431 1.153-2.824 2.751l-.067.3c-.01.052-.021.104-.03.157l-.055.328-.047.348-.04.368-.034.388-.028.409-.022.431-.018.454-.023.977-.011 1.073v2.956l.015 1.318.018.72.017.452.022.43.027.408.033.387.039.367.046.347.053.327.061.309c.022.1.045.197.07.29l.079.273c.446 1.409 1.303 2.088 2.949 2.415l.318.057.337.05.357.042.377.036.397.03.419.024.44.019.703.021 1.018.016 2.326.007 1.707-.007 1.016-.016.702-.021.651-.031.407-.027.387-.033.186-.019.356-.042.171-.024.327-.053.309-.061c.1-.022.197-.045.29-.069l.273-.078.13-.043.247-.093c1.117-.458 1.704-1.255 2.012-2.643l.062-.306.054-.325.046-.344.04-.364.048-.584.035-.631.018-.448.023-.964.011-1.058.003-1.462a7.684 7.684 0 0 0 1.889-.935l.289-.205.005 1.069-.01 1.59-.017.884-.027.833-.039.783-.033.496-.04.475-.047.454-.054.434c-.01.071-.019.141-.03.21l-.065.405c-.058.33-.124.64-.201.931l-.096.341c-.574 1.883-1.622 2.931-3.505 3.505l-.341.096c-.233.061-.478.116-.736.165l-.396.069-.205.032-.424.058-.444.05-.464.043-.485.037-.506.03-.528.025-.833.027-.884.017-1.59.01-1.297-.006-.612-.009-.874-.021-.554-.02-.532-.025-.51-.031-.488-.037-.467-.044a15.612 15.612 0 0 1-.226-.025l-.437-.055-.417-.063a12.952 12.952 0 0 1-.397-.071l-.378-.08c-2.152-.493-3.359-1.458-4.025-3.298l-.109-.324a9.38 9.38 0 0 1-.188-.702l-.08-.378-.071-.397-.063-.417-.055-.437-.048-.457-.041-.478-.034-.499-.028-.521-.032-.823-.021-.874-.013-1.249V16.35l.008-.936.017-.884.027-.833.039-.783.033-.496.04-.475.047-.454.054-.434c.01-.071.019-.141.03-.21l.065-.405c.058-.33.124-.64.201-.931l.096-.341c.574-1.883 1.622-2.931 3.505-3.505l.341-.096c.233-.061.478-.116.736-.165l.396-.069.205-.032.424-.058.444-.05.464-.043.485-.037.506-.03.528-.025.833-.027.884-.017 1.26-.01zm11.687-2 .204.01a3.1 3.1 0 0 1 1.963.907l.137.148.618.713a2.952 2.952 0 0 1-.223 4.098l-.144.127-7.66 6.564a3.127 3.127 0 0 1-1.374.655l-.216.036-5.661.741 1.701-5.317a2.97 2.97 0 0 1 .788-1.254l.162-.143 7.662-6.564A3.114 3.114 0 0 1 26.358 3zm.027 2.145a.884.884 0 0 0-.547.129l-.093.067-7.662 6.564a.872.872 0 0 0-.24.296l-.048.118-.676 2.116 2.253-.296a.888.888 0 0 0 .347-.121l.101-.071 7.662-6.566a.849.849 0 0 0 .19-1.129l-.069-.092-.618-.713a.873.873 0 0 0-.599-.301z" })))); Compose.displayName = "Compose"; @@ -8516,15 +8538,15 @@ var Compose_default = Compose; // ../juno-icon/src/Computer.tsx import { - createElement as createElement139 + createElement as createElement140 } from "react"; -import { forwardRef as forwardRef139, memo as memo139 } from "react"; -var Computer = memo139(forwardRef139((props, ref2) => /* @__PURE__ */ createElement139("svg", { +import { forwardRef as forwardRef140, memo as memo140 } from "react"; +var Computer = memo140(forwardRef140((props, ref2) => /* @__PURE__ */ createElement140("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement139("path", { +}, /* @__PURE__ */ createElement140("path", { d: "M5 24.005a2.002 2.002 0 0 1-2-2v-16a2.002 2.002 0 0 1 2-2h22a2.002 2.002 0 0 1 2 2v16a2.003 2.003 0 0 1-2 2H5zm0-17v14a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1zm-3 19h28a1 1 0 0 1 0 2H2a1 1 0 0 1 0-2z" })))); Computer.displayName = "Computer"; @@ -8533,15 +8555,15 @@ var Computer_default = Computer; // ../juno-icon/src/ConferenceBorder.tsx import { - createElement as createElement140 + createElement as createElement141 } from "react"; -import { forwardRef as forwardRef140, memo as memo140 } from "react"; -var ConferenceBorder = memo140(forwardRef140((props, ref2) => /* @__PURE__ */ createElement140("svg", { +import { forwardRef as forwardRef141, memo as memo141 } from "react"; +var ConferenceBorder = memo141(forwardRef141((props, ref2) => /* @__PURE__ */ createElement141("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement140("path", { +}, /* @__PURE__ */ createElement141("path", { d: "M28.758 21.902a3 3 0 1 1-3 5.196 3 3 0 1 1 3-5.196zM7.34 23a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zM16 10a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm10.392 14a1 1 0 1 0 1.733 1 1 1 0 0 0-1.733-1zm-22.15-.366a1 1 0 1 0 1.001 1.732 1 1 0 0 0-1.001-1.732zM16 12a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0-10a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" })))); ConferenceBorder.displayName = "ConferenceBorder"; @@ -8550,15 +8572,15 @@ var ConferenceBorder_default = ConferenceBorder; // ../juno-icon/src/Conference.tsx import { - createElement as createElement141 + createElement as createElement142 } from "react"; -import { forwardRef as forwardRef141, memo as memo141 } from "react"; -var Conference = memo141(forwardRef141((props, ref2) => /* @__PURE__ */ createElement141("svg", { +import { forwardRef as forwardRef142, memo as memo142 } from "react"; +var Conference = memo142(forwardRef142((props, ref2) => /* @__PURE__ */ createElement142("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement141("path", { +}, /* @__PURE__ */ createElement142("path", { d: "M28.758 21.902a3 3 0 1 1-3 5.196 3 3 0 1 1 3-5.196zM7.34 23a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zM16 10a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" })))); Conference.displayName = "Conference"; @@ -8567,15 +8589,15 @@ var Conference_default = Conference; // ../juno-icon/src/Connect.tsx import { - createElement as createElement142 + createElement as createElement143 } from "react"; -import { forwardRef as forwardRef142, memo as memo142 } from "react"; -var Connect = memo142(forwardRef142((props, ref2) => /* @__PURE__ */ createElement142("svg", { +import { forwardRef as forwardRef143, memo as memo143 } from "react"; +var Connect = memo143(forwardRef143((props, ref2) => /* @__PURE__ */ createElement143("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement142("path", { +}, /* @__PURE__ */ createElement143("path", { d: "M23.344 16.945a1 1 0 0 0-1.32.083l-.083.094a1 1 0 0 0 .083 1.32l2.562 2.563L12.953 21a1 1 0 0 0 .117 1.993l11.518.012-2.564 2.565-.083.094a1 1 0 0 0 1.497 1.32l4.271-4.271.083-.094a1 1 0 0 0-.083-1.32l-4.271-4.271zM8.654 4.962l-.094.083-4.271 4.271a1 1 0 0 0-.083 1.32l.083.094 4.271 4.271a.999.999 0 0 0 1.497-1.32l-.083-.094-2.564-2.565 12.586-.012a1 1 0 0 0 .117-1.993l-.117-.007-12.584.012 2.562-2.563a1 1 0 0 0 .083-1.32l-.083-.094a1 1 0 0 0-1.32-.083z" })))); Connect.displayName = "Connect"; @@ -8584,15 +8606,15 @@ var Connect_default = Connect; // ../juno-icon/src/ContactsAndCalendars.tsx import { - createElement as createElement143 + createElement as createElement144 } from "react"; -import { forwardRef as forwardRef143, memo as memo143 } from "react"; -var ContactsAndCalendars = memo143(forwardRef143((props, ref2) => /* @__PURE__ */ createElement143("svg", { +import { forwardRef as forwardRef144, memo as memo144 } from "react"; +var ContactsAndCalendars = memo144(forwardRef144((props, ref2) => /* @__PURE__ */ createElement144("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement143("path", { +}, /* @__PURE__ */ createElement144("path", { d: "M22 2a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 1 1 4 0v2h8V4a2 2 0 0 1 2-2zm0 18H10a2.001 2.001 0 0 0-1.995 1.851L8 22v4h16v-4a2 2 0 0 0-2-2zm-6-10a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); ContactsAndCalendars.displayName = "ContactsAndCalendars"; @@ -8601,15 +8623,15 @@ var ContactsAndCalendars_default = ContactsAndCalendars; // ../juno-icon/src/ContactsBorder.tsx import { - createElement as createElement144 + createElement as createElement145 } from "react"; -import { forwardRef as forwardRef144, memo as memo144 } from "react"; -var ContactsBorder = memo144(forwardRef144((props, ref2) => /* @__PURE__ */ createElement144("svg", { +import { forwardRef as forwardRef145, memo as memo145 } from "react"; +var ContactsBorder = memo145(forwardRef145((props, ref2) => /* @__PURE__ */ createElement145("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement144("path", { +}, /* @__PURE__ */ createElement145("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 20c-3.209 0-6.025 1.306-7.618 3.272l.082.067c2.06 1.665 4.682 2.662 7.537 2.662s5.477-.997 7.537-2.662l.081-.066c-1.594-1.966-4.41-3.272-7.618-3.272zm8.199 2.763-.251.229a9.08 9.08 0 0 0 .251-.229zM16 4C9.373 4 4 9.373 4 16c0 3.011 1.109 5.763 2.941 7.87C8.94 21.506 12.285 20 16 20s7.059 1.506 9.059 3.868A11.948 11.948 0 0 0 28 16c0-6.627-5.373-12-12-12zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); ContactsBorder.displayName = "ContactsBorder"; @@ -8618,15 +8640,15 @@ var ContactsBorder_default = ContactsBorder; // ../juno-icon/src/Contacts.tsx import { - createElement as createElement145 + createElement as createElement146 } from "react"; -import { forwardRef as forwardRef145, memo as memo145 } from "react"; -var Contacts = memo145(forwardRef145((props, ref2) => /* @__PURE__ */ createElement145("svg", { +import { forwardRef as forwardRef146, memo as memo146 } from "react"; +var Contacts = memo146(forwardRef146((props, ref2) => /* @__PURE__ */ createElement146("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement145("path", { +}, /* @__PURE__ */ createElement146("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 18c-3.715 0-7.059 1.506-9.059 3.87.352.405.731.786 1.134 1.14l.307.261.082.067.272.213c2.017 1.536 4.534 2.448 7.265 2.448s5.248-.912 7.265-2.448l.272-.213.081-.066.307-.261c.403-.355.782-.736 1.135-1.142-2-2.363-5.345-3.869-9.06-3.869zm0-13a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 7z" })))); Contacts.displayName = "Contacts"; @@ -8635,15 +8657,15 @@ var Contacts_default = Contacts; // ../juno-icon/src/ControlRoom.tsx import { - createElement as createElement146 + createElement as createElement147 } from "react"; -import { forwardRef as forwardRef146, memo as memo146 } from "react"; -var ControlRoom = memo146(forwardRef146((props, ref2) => /* @__PURE__ */ createElement146("svg", { +import { forwardRef as forwardRef147, memo as memo147 } from "react"; +var ControlRoom = memo147(forwardRef147((props, ref2) => /* @__PURE__ */ createElement147("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement146("path", { +}, /* @__PURE__ */ createElement147("path", { d: "M25.669 8.368c.012.15-.038.298-.139.408s-.243.173-.392.172H23.89a.534.534 0 0 1-.527-.477C22 5 17.5 4.317 16.003 4.317S10 5 8.668 8.471a.535.535 0 0 1-.527.477H6.893a.532.532 0 0 1-.532-.58c.354-3.614 4.964-6.369 9.64-6.369s9.312 2.754 9.667 6.369zm-7.482 5.695c0-1.216-.978-2.2-2.185-2.2s-2.185.984-2.185 2.2c0 1.216.978 2.2 2.185 2.2s2.185-.984 2.185-2.2zm4.797-.695c-.356-3.614-3.374-6.367-6.982-6.369-3.608 0-6.626 2.754-6.98 6.369a.535.535 0 0 0 .532.58h1.248a.536.536 0 0 0 .527-.477c.295-2.373 2.299-4.154 4.675-4.154s4.38 1.781 4.675 4.154c.03.271.257.476.527.477h1.248a.537.537 0 0 0 .531-.58zM16 21a7.87 7.87 0 0 0 4-1.096V24a4 4 0 0 1-8 0v-4.096A7.86 7.86 0 0 0 16 21zm-6-1.764c0-1.055 1.949-1.716 2.845-1.158.858.534 1.909.922 3.155.922s2.297-.388 3.155-.922c.896-.558 2.845.103 2.845 1.158V24a6 6 0 1 1-12 0v-4.764z" })))); ControlRoom.displayName = "ControlRoom"; @@ -8652,15 +8674,15 @@ var ControlRoom_default = ControlRoom; // ../juno-icon/src/Conversion.tsx import { - createElement as createElement147 + createElement as createElement148 } from "react"; -import { forwardRef as forwardRef147, memo as memo147 } from "react"; -var Conversion = memo147(forwardRef147((props, ref2) => /* @__PURE__ */ createElement147("svg", { +import { forwardRef as forwardRef148, memo as memo148 } from "react"; +var Conversion = memo148(forwardRef148((props, ref2) => /* @__PURE__ */ createElement148("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement147("path", { +}, /* @__PURE__ */ createElement148("path", { d: "M10 18a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM20.974 6.076A12.002 12.002 0 0 1 28 17a11.97 11.97 0 0 1-4.064 9.001L29 26v2h-9v-9h2l.001 6A9.985 9.985 0 0 0 26 17a10 10 0 0 0-5.884-9.116l.858-1.807zM10 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); Conversion.displayName = "Conversion"; @@ -8669,15 +8691,15 @@ var Conversion_default = Conversion; // ../juno-icon/src/Copy.tsx import { - createElement as createElement148 + createElement as createElement149 } from "react"; -import { forwardRef as forwardRef148, memo as memo148 } from "react"; -var Copy = memo148(forwardRef148((props, ref2) => /* @__PURE__ */ createElement148("svg", { +import { forwardRef as forwardRef149, memo as memo149 } from "react"; +var Copy = memo149(forwardRef149((props, ref2) => /* @__PURE__ */ createElement149("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement148("path", { +}, /* @__PURE__ */ createElement149("path", { d: "M27 28H10a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1zm1-21H9a2 2 0 0 0-2 2v19a2 2 0 0 0 2 2h19a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM3 18a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h13a1 1 0 0 1 0 2H5a1 1 0 0 0-1 1v12a1 1 0 0 1-1 1z" })))); Copy.displayName = "Copy"; @@ -8686,15 +8708,15 @@ var Copy_default = Copy; // ../juno-icon/src/Crashlytics.tsx import { - createElement as createElement149 + createElement as createElement150 } from "react"; -import { forwardRef as forwardRef149, memo as memo149 } from "react"; -var Crashlytics = memo149(forwardRef149((props, ref2) => /* @__PURE__ */ createElement149("svg", { +import { forwardRef as forwardRef150, memo as memo150 } from "react"; +var Crashlytics = memo150(forwardRef150((props, ref2) => /* @__PURE__ */ createElement150("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement149("path", { +}, /* @__PURE__ */ createElement150("path", { d: "m17.25 2.04 1.662.003c1.116.003 1.836.712 1.839 1.822.005 2.162.002 4.325 0 6.488 0 .113-.013.228-.022.388-2.037-1.179-4.115-1.354-6.228-.376-1.579.731-2.674 1.951-3.256 3.595-1.16 3.278.614 6.879 3.932 8.003 3.443 1.165 7.338-.75 8.303-4.685.099.083 3.365 3.29 4.901 4.813.834.827.833 1.817.002 2.644-.757.753-1.517 1.504-2.278 2.254-.847.832-1.85.836-2.69.01-.762-.748-2.675-2.619-2.675-2.619v.101l.001.167c.002.438.007 1.342.008 2.177v1.059l-.001.279c-.007 1.064-.729 1.787-1.789 1.793-1.134.005-2.268.005-3.402 0-1.082-.005-1.81-.721-1.823-1.81-.003-.243-.005-.574-.006-.938l-.001-.374V26.065l.001-.548v-.169l.001-.31v-.137l.001-.233v-.092l.001-.175s-1.845 1.852-2.598 2.591c-.846.829-1.845.829-2.689.001-.753-.739-1.504-1.48-2.252-2.223-.872-.865-.869-1.832-.014-2.7.832-.843 2.555-2.609 2.555-2.609H8.69l-.707.001H5.457l-.321-.001-.279-.001c-1.181-.006-1.861-.691-1.865-1.871a489.145 489.145 0 0 1 0-3.205c.005-1.151.69-1.839 1.849-1.846l.429-.002.336-.001h2.521l.521.001h.097l-.552-.552-.888-.888-.407-.406-.132-.131-.676-.675c-.796-.793-.803-1.797-.014-2.585.792-.792 1.588-1.581 2.391-2.364.756-.736 1.8-.743 2.544.005.864.867 2.713 2.605 2.713 2.605l.001-1.427v-.182l.001-.56.005-1.476c.008-1.139.726-1.857 1.854-1.86 1.107-.004 2.215-.004 3.323 0zm.018 11.393a2.56 2.56 0 0 1 2.57 2.553c.001 1.419-1.132 2.546-2.564 2.551-1.455.005-2.595-1.124-2.589-2.564a2.561 2.561 0 0 1 2.583-2.54z" })))); Crashlytics.displayName = "Crashlytics"; @@ -8703,15 +8725,15 @@ var Crashlytics_default = Crashlytics; // ../juno-icon/src/CustomizeTabs.tsx import { - createElement as createElement150 + createElement as createElement151 } from "react"; -import { forwardRef as forwardRef150, memo as memo150 } from "react"; -var CustomizeTabs = memo150(forwardRef150((props, ref2) => /* @__PURE__ */ createElement150("svg", { +import { forwardRef as forwardRef151, memo as memo151 } from "react"; +var CustomizeTabs = memo151(forwardRef151((props, ref2) => /* @__PURE__ */ createElement151("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement150("path", { +}, /* @__PURE__ */ createElement151("path", { d: "M22.32 22.967a1.742 1.742 0 0 1 0 3.484H4.306a1.742 1.742 0 0 1 0-3.484H22.32zm5.374-8.709a1.742 1.742 0 0 1 0 3.484H13.263a1.742 1.742 0 0 1 0-3.484h14.431zM22.32 5.55a1.742 1.742 0 0 1 0 3.484H4.306a1.742 1.742 0 0 1 0-3.484H22.32z" })))); CustomizeTabs.displayName = "CustomizeTabs"; @@ -8720,15 +8742,15 @@ var CustomizeTabs_default = CustomizeTabs; // ../juno-icon/src/Customize.tsx import { - createElement as createElement151 + createElement as createElement152 } from "react"; -import { forwardRef as forwardRef151, memo as memo151 } from "react"; -var Customize = memo151(forwardRef151((props, ref2) => /* @__PURE__ */ createElement151("svg", { +import { forwardRef as forwardRef152, memo as memo152 } from "react"; +var Customize = memo152(forwardRef152((props, ref2) => /* @__PURE__ */ createElement152("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement151("path", { +}, /* @__PURE__ */ createElement152("path", { d: "M27.077 10c.51 0 .923.448.923 1 0 .513-.356.935-.815.993l-.108.007H4.923C4.413 12 4 11.552 4 11c0-.513.356-.935.815-.993L4.923 10h22.154zM27.077 20c.51 0 .923.448.923 1 0 .513-.356.936-.815.993l-.108.007H4.923C4.413 22 4 21.552 4 21c0-.513.356-.936.815-.993L4.923 20h22.154z" })))); Customize.displayName = "Customize"; @@ -8737,15 +8759,15 @@ var Customize_default = Customize; // ../juno-icon/src/DashboardBorder.tsx import { - createElement as createElement152 + createElement as createElement153 } from "react"; -import { forwardRef as forwardRef152, memo as memo152 } from "react"; -var DashboardBorder = memo152(forwardRef152((props, ref2) => /* @__PURE__ */ createElement152("svg", { +import { forwardRef as forwardRef153, memo as memo153 } from "react"; +var DashboardBorder = memo153(forwardRef153((props, ref2) => /* @__PURE__ */ createElement153("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement152("path", { +}, /* @__PURE__ */ createElement153("path", { d: "M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zM13 21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8zM26 5h-6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM12 23H6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm1-20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zm-1 2H6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z" })))); DashboardBorder.displayName = "DashboardBorder"; @@ -8754,15 +8776,15 @@ var DashboardBorder_default = DashboardBorder; // ../juno-icon/src/Dashboard.tsx import { - createElement as createElement153 + createElement as createElement154 } from "react"; -import { forwardRef as forwardRef153, memo as memo153 } from "react"; -var Dashboard = memo153(forwardRef153((props, ref2) => /* @__PURE__ */ createElement153("svg", { +import { forwardRef as forwardRef154, memo as memo154 } from "react"; +var Dashboard = memo154(forwardRef154((props, ref2) => /* @__PURE__ */ createElement154("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement153("path", { +}, /* @__PURE__ */ createElement154("path", { d: "M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zM13 21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8zm0-18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8z" })))); Dashboard.displayName = "Dashboard"; @@ -8771,15 +8793,15 @@ var Dashboard_default = Dashboard; // ../juno-icon/src/DateBorder.tsx import { - createElement as createElement154 + createElement as createElement155 } from "react"; -import { forwardRef as forwardRef154, memo as memo154 } from "react"; -var DateBorder = memo154(forwardRef154((props, ref2) => /* @__PURE__ */ createElement154("svg", { +import { forwardRef as forwardRef155, memo as memo155 } from "react"; +var DateBorder = memo155(forwardRef155((props, ref2) => /* @__PURE__ */ createElement155("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement154("path", { +}, /* @__PURE__ */ createElement155("path", { d: "M26 4h-4V3a1 1 0 0 0-2 0v1h-8V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-1 22H7a1 1 0 0 1-1-1V12h20v13a1 1 0 0 1-1 1zm1-16H6V7a1 1 0 0 1 1-1h3v1a1 1 0 0 0 2 0V6h8v1a1 1 0 0 0 2 0V6h3a1 1 0 0 1 1 1v3z" })))); DateBorder.displayName = "DateBorder"; @@ -8788,15 +8810,15 @@ var DateBorder_default = DateBorder; // ../juno-icon/src/Date.tsx import { - createElement as createElement155 + createElement as createElement156 } from "react"; -import { forwardRef as forwardRef155, memo as memo155 } from "react"; -var Date2 = memo155(forwardRef155((props, ref2) => /* @__PURE__ */ createElement155("svg", { +import { forwardRef as forwardRef156, memo as memo156 } from "react"; +var Date2 = memo156(forwardRef156((props, ref2) => /* @__PURE__ */ createElement156("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement155("path", { +}, /* @__PURE__ */ createElement156("path", { d: "M26 4h-4V3a1 1 0 0 0-2 0v1h-8V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM4 10h24v2H4v-2z" })))); Date2.displayName = "Date"; @@ -8805,15 +8827,15 @@ var Date_default = Date2; // ../juno-icon/src/DefaultAvatar.tsx import { - createElement as createElement156 + createElement as createElement157 } from "react"; -import { forwardRef as forwardRef156, memo as memo156 } from "react"; -var DefaultAvatar = memo156(forwardRef156((props, ref2) => /* @__PURE__ */ createElement156("svg", { +import { forwardRef as forwardRef157, memo as memo157 } from "react"; +var DefaultAvatar = memo157(forwardRef157((props, ref2) => /* @__PURE__ */ createElement157("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement156("path", { +}, /* @__PURE__ */ createElement157("path", { d: "M7.333 24.867c.04 0 .08-.041.113-.041a42.167 42.167 0 0 1 5.467-2.049c.113 0 .113 0 .113-.621a4.708 4.708 0 0 0-.227-1.523c-.113-.512-.38-1.25-.5-2.049a4.743 4.743 0 0 1-.873-2.049 2.76 2.76 0 0 1 0-1.755v-.061c0-.232-.12-1.407-.233-2.418a4.398 4.398 0 0 1 .88-3.162 4.382 4.382 0 0 1 3.48-1.755h1.113a4.349 4.349 0 0 1 3.473 1.755 4.398 4.398 0 0 1 .88 3.162 22.43 22.43 0 0 0-.113 2.418v.116c.183.57.183 1.185 0 1.755a4.849 4.849 0 0 1-.953 2.049 4.71 4.71 0 0 1-.5 2.049 7.383 7.383 0 0 0-.38 1.523c0 .621 0 .621.113.621a49.085 49.085 0 0 1 5.54 2.049 12.771 12.771 0 0 1-17.393-.014zm18.794-.074v-.04c.121-.147.268-.3.389-.453v-.08c.121-.147.235-.3.349-.453.04-.04.04-.08.074-.08.121-.147.194-.3.308-.453.04-.04.04-.08.08-.113.074-.153.188-.307.268-.46.04-.04.04-.073.074-.113l.235-.46c.04-.033.04-.113.074-.153.083-.143.148-.295.194-.453.04-.08.04-.113.08-.193s.114-.3.188-.42.04-.113.08-.187.114-.267.154-.42c.04-.153.034-.153.074-.227s.08-.267.114-.42c.034-.153.04-.153.08-.227l.114-.42c0-.08.04-.153.04-.233s.04-.267.074-.413c.034-.147.04-.153.04-.267s.04-.307.08-.42c.04-.113 0-.153 0-.267s.04-.307.04-.493v-.92a13.144 13.144 0 0 0-1.81-6.891c-.22-.369-.462-.725-.724-1.066-.268-.34-.536-.666-.804-.993a11.07 11.07 0 0 0-.925-.913 6.628 6.628 0 0 0-.496-.42 12.834 12.834 0 0 0-2.735-1.713c-.389-.187-.811-.34-1.193-.493-.415-.15-.838-.277-1.267-.38a12.53 12.53 0 0 0-3.264-.42C8.7 2.662 2.684 8.626 2.666 15.995v.953c0 .153.04.307.04.46s.034.187.034.26c0 .073.04.267.04.42s.04.193.04.267c0 .073.04.267.074.42s.04.193.08.267c.04.073.074.267.114.38s.04.193.08.267c.04.073.074.267.114.38.032.087.057.176.074.267.037.132.088.259.154.38l.121.233c.034.113.114.267.147.38l.121.227c.074.113.114.267.188.38l.121.233c.079.118.142.246.188.38.04.073.08.113.121.187s.154.267.228.38c.074.113.074.12.114.193s.194.267.268.38c.074.113.08.113.121.153s.188.267.302.38l.121.113c.114.153.228.267.342.42.04.04.08.08.08.113.114.153.268.267.382.42l.074.08.463.453c5.377 4.898 13.7 4.646 18.768-.566l.349-.46z" })))); DefaultAvatar.displayName = "DefaultAvatar"; @@ -8822,18 +8844,18 @@ var DefaultAvatar_default = DefaultAvatar; // ../juno-icon/src/DefaultBoxD.tsx import { - createElement as createElement157 + createElement as createElement158 } from "react"; -import { forwardRef as forwardRef157, memo as memo157 } from "react"; -var DefaultBoxD = memo157(forwardRef157((props, ref2) => /* @__PURE__ */ createElement157("svg", { +import { forwardRef as forwardRef158, memo as memo158 } from "react"; +var DefaultBoxD = memo158(forwardRef158((props, ref2) => /* @__PURE__ */ createElement158("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement157("path", { +}, /* @__PURE__ */ createElement158("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement157("path", { +}), /* @__PURE__ */ createElement158("path", { fill: "#0061d5", d: "M4.959 9C4.419 9 4 9.419 4 9.897v7.531a4.586 4.586 0 0 0 4.589 4.483h.025-.001a4.718 4.718 0 0 0 4.123-2.427l.012-.024c.779 1.434 2.337 2.451 4.074 2.451 2.577 0 4.674-2.032 4.674-4.602.06-2.451-2.037-4.484-4.613-4.484-1.738 0-3.295.957-4.074 2.391-.78-1.434-2.338-2.391-4.135-2.391a4.935 4.935 0 0 0-2.817.897V9.897A.92.92 0 0 0 4.96 9h-.001zm16.643 3.728a.944.944 0 0 0-.707.16l.003-.002c-.36.299-.479.897-.18 1.315l2.397 3.108-2.396 3.107c-.3.419-.24.958.18 1.257.419.299 1.016.297 1.316-.122l2.039-2.63 2.096 2.69c.3.359.899.418 1.318.12.36-.299.42-.838.121-1.256l-2.338-3.107 2.338-3.05c.3-.418.298-1.016-.121-1.315-.48-.299-1.019-.239-1.318.18l-2.096 2.57-2.04-2.688a1.001 1.001 0 0 0-.612-.337zM8.613 14.617c1.558 0 2.817 1.257 2.817 2.751 0 1.554-1.259 2.749-2.817 2.749s-2.816-1.195-2.816-2.749c0-1.494 1.258-2.751 2.816-2.751zm8.27 0c1.558 0 2.816 1.257 2.816 2.751-.06 1.554-1.318 2.749-2.816 2.749-1.558 0-2.817-1.195-2.817-2.749 0-1.494 1.259-2.751 2.817-2.751z" })))); @@ -13035,7 +13057,7 @@ function jssPreset() { } // ../../node_modules/@material-ui/styles/esm/makeStyles/makeStyles.js -import React161 from "react"; +import React162 from "react"; // ../../node_modules/@material-ui/styles/esm/mergeClasses/mergeClasses.js function mergeClasses() { @@ -13089,11 +13111,11 @@ var multiKeyStore = { var multiKeyStore_default = multiKeyStore; // ../../node_modules/@material-ui/styles/esm/useTheme/useTheme.js -import React159 from "react"; +import React160 from "react"; // ../../node_modules/@material-ui/styles/esm/useTheme/ThemeContext.js -import React158 from "react"; -var ThemeContext = React158.createContext(null); +import React159 from "react"; +var ThemeContext = React159.createContext(null); if (true) { ThemeContext.displayName = "ThemeContext"; } @@ -13101,16 +13123,16 @@ var ThemeContext_default = ThemeContext; // ../../node_modules/@material-ui/styles/esm/useTheme/useTheme.js function useTheme() { - var theme = React159.useContext(ThemeContext_default); + var theme = React160.useContext(ThemeContext_default); if (true) { - React159.useDebugValue(theme); + React160.useDebugValue(theme); } return theme; } // ../../node_modules/@material-ui/styles/esm/StylesProvider/StylesProvider.js var import_prop_types5 = __toModule(require_prop_types()); -import React160 from "react"; +import React161 from "react"; var jss = createJss(jssPreset()); var generateClassName = createGenerateClassName(); var sheetsManager = /* @__PURE__ */ new Map(); @@ -13122,14 +13144,14 @@ var defaultOptions = { sheetsManager, sheetsRegistry: null }; -var StylesContext = React160.createContext(defaultOptions); +var StylesContext = React161.createContext(defaultOptions); if (true) { StylesContext.displayName = "StylesContext"; } var injectFirstNode; function StylesProvider(props) { var children2 = props.children, _props$injectFirst = props.injectFirst, injectFirst = _props$injectFirst === void 0 ? false : _props$injectFirst, _props$disableGenerat = props.disableGeneration, disableGeneration = _props$disableGenerat === void 0 ? false : _props$disableGenerat, localOptions = _objectWithoutProperties(props, ["children", "injectFirst", "disableGeneration"]); - var outerOptions = React160.useContext(StylesContext); + var outerOptions = React161.useContext(StylesContext); var context = _extends({}, outerOptions, { disableGeneration }, localOptions); @@ -13158,7 +13180,7 @@ function StylesProvider(props) { insertionPoint: injectFirstNode }); } - return /* @__PURE__ */ React160.createElement(StylesContext.Provider, { + return /* @__PURE__ */ React161.createElement(StylesContext.Provider, { value: context }, children2); } @@ -13353,16 +13375,16 @@ function detach(_ref42) { } } function useSynchronousEffect(func4, values5) { - var key = React161.useRef([]); + var key = React162.useRef([]); var output; - var currentKey = React161.useMemo(function() { + var currentKey = React162.useMemo(function() { return {}; }, values5); if (key.current !== currentKey) { key.current = currentKey; output = func4(); } - React161.useEffect(function() { + React162.useEffect(function() { return function() { if (output) { output(); @@ -13384,9 +13406,9 @@ function makeStyles(stylesOrCreator) { var useStyles4 = function useStyles5() { var props = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}; var theme = useTheme() || defaultTheme2; - var stylesOptions = _extends({}, React161.useContext(StylesContext), stylesOptions2); - var instance = React161.useRef(); - var shouldUpdate = React161.useRef(); + var stylesOptions = _extends({}, React162.useContext(StylesContext), stylesOptions2); + var instance = React162.useRef(); + var shouldUpdate = React162.useRef(); useSynchronousEffect(function() { var current = { name, @@ -13402,7 +13424,7 @@ function makeStyles(stylesOrCreator) { detach(current); }; }, [theme, stylesCreator]); - React161.useEffect(function() { + React162.useEffect(function() { if (shouldUpdate.current) { update(instance.current, props); } @@ -13410,7 +13432,7 @@ function makeStyles(stylesOrCreator) { }); var classes = getClasses(instance.current, props.classes, Component7); if (true) { - React161.useDebugValue(classes); + React162.useDebugValue(classes); } return classes; }; @@ -13425,7 +13447,7 @@ function _classCallCheck(instance, Constructor) { } // ../../node_modules/@material-ui/styles/esm/styled/styled.js -import React162 from "react"; +import React163 from "react"; // ../../node_modules/clsx/dist/clsx.m.js function r(e2) { @@ -13502,7 +13524,7 @@ function styled(Component7) { propTypes = style3.propTypes; delete style3.propTypes; } - var StyledComponent = /* @__PURE__ */ React162.forwardRef(function StyledComponent2(props, ref2) { + var StyledComponent = /* @__PURE__ */ React163.forwardRef(function StyledComponent2(props, ref2) { var children2 = props.children, classNameProp = props.className, clone2 = props.clone, ComponentProp = props.component, other = _objectWithoutProperties(props, ["children", "className", "clone", "component"]); var classes = useStyles4(props); var className = clsx_m_default(classes.root, classNameProp); @@ -13511,7 +13533,7 @@ function styled(Component7) { spread = omit2(spread, filterProps); } if (clone2) { - return /* @__PURE__ */ React162.cloneElement(children2, _extends({ + return /* @__PURE__ */ React163.cloneElement(children2, _extends({ className: clsx_m_default(children2.props.className, className) }, spread)); } @@ -13521,7 +13543,7 @@ function styled(Component7) { }, spread)); } var FinalComponent = ComponentProp || Component7; - return /* @__PURE__ */ React162.createElement(FinalComponent, _extends({ + return /* @__PURE__ */ React163.createElement(FinalComponent, _extends({ ref: ref2, className }, spread), children2); @@ -13548,7 +13570,7 @@ function styled(Component7) { // ../../node_modules/@material-ui/styles/esm/ThemeProvider/ThemeProvider.js var import_prop_types7 = __toModule(require_prop_types()); -import React163 from "react"; +import React164 from "react"; function mergeOuterLocalTheme(outerTheme, localTheme) { if (typeof localTheme === "function") { var mergedTheme = localTheme(outerTheme); @@ -13569,14 +13591,14 @@ function ThemeProvider(props) { console.error(["Material-UI: You are providing a theme function prop to the ThemeProvider component:", " outerTheme} />", "", "However, no outer theme is present.", "Make sure a theme is already injected higher in the React tree or provide a theme object."].join("\n")); } } - var theme = React163.useMemo(function() { + var theme = React164.useMemo(function() { var output = outerTheme === null ? localTheme : mergeOuterLocalTheme(outerTheme, localTheme); if (output != null) { output[nested_default] = outerTheme !== null; } return output; }, [localTheme, outerTheme]); - return /* @__PURE__ */ React163.createElement(ThemeContext_default.Provider, { + return /* @__PURE__ */ React164.createElement(ThemeContext_default.Provider, { value: theme }, children2); } @@ -13592,7 +13614,7 @@ var ThemeProvider_default = ThemeProvider; // ../../node_modules/@material-ui/styles/esm/withStyles/withStyles.js var import_prop_types8 = __toModule(require_prop_types()); var import_hoist_non_react_statics2 = __toModule(require_hoist_non_react_statics_cjs()); -import React164 from "react"; +import React165 from "react"; var withStyles = function withStyles2(stylesOrCreator) { var options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}; return function(Component7) { @@ -13617,7 +13639,7 @@ var withStyles = function withStyles2(stylesOrCreator) { name: name || Component7.displayName, classNamePrefix }, stylesOptions)); - var WithStyles = /* @__PURE__ */ React164.forwardRef(function WithStyles2(props, ref2) { + var WithStyles = /* @__PURE__ */ React165.forwardRef(function WithStyles2(props, ref2) { var classesProp = props.classes, innerRef = props.innerRef, other = _objectWithoutProperties(props, ["classes", "innerRef"]); var classes = useStyles4(_extends({}, Component7.defaultProps, props)); var theme; @@ -13635,7 +13657,7 @@ var withStyles = function withStyles2(stylesOrCreator) { more.theme = theme; } } - return /* @__PURE__ */ React164.createElement(Component7, _extends({ + return /* @__PURE__ */ React165.createElement(Component7, _extends({ ref: innerRef || ref2, classes }, more)); @@ -13702,11 +13724,11 @@ var styled2 = function styled3(Component7) { var styled_default = styled2; // ../../node_modules/@material-ui/core/esm/styles/useTheme.js -import React165 from "react"; +import React166 from "react"; function useTheme2() { var theme = useTheme() || defaultTheme_default; if (true) { - React165.useDebugValue(theme); + React166.useDebugValue(theme); } return theme; } @@ -13753,13 +13775,13 @@ function createChainedFunction() { } // ../../node_modules/@material-ui/core/esm/utils/createSvgIcon.js -import React167 from "react"; +import React168 from "react"; // ../../node_modules/@material-ui/core/esm/SvgIcon/SvgIcon.js var import_prop_types9 = __toModule(require_prop_types()); import { - createElement as createElement158, - forwardRef as forwardRef158 + createElement as createElement159, + forwardRef as forwardRef159 } from "react"; var styles = function styles2(theme) { return { @@ -13801,9 +13823,9 @@ var styles = function styles2(theme) { } }; }; -var SvgIcon = /* @__PURE__ */ forwardRef158(function SvgIcon2(props, ref2) { +var SvgIcon = /* @__PURE__ */ forwardRef159(function SvgIcon2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "inherit" : _props$color, _props$component = props.component, Component7 = _props$component === void 0 ? "svg" : _props$component, _props$fontSize = props.fontSize, fontSize3 = _props$fontSize === void 0 ? "medium" : _props$fontSize, htmlColor = props.htmlColor, titleAccess = props.titleAccess, _props$viewBox = props.viewBox, viewBox = _props$viewBox === void 0 ? "0 0 24 24" : _props$viewBox, other = _objectWithoutProperties(props, ["children", "classes", "className", "color", "component", "fontSize", "htmlColor", "titleAccess", "viewBox"]); - return /* @__PURE__ */ createElement158(Component7, _extends({ + return /* @__PURE__ */ createElement159(Component7, _extends({ className: clsx_m_default(classes.root, className, color2 !== "inherit" && classes["color".concat(capitalize(color2))], fontSize3 !== "default" && fontSize3 !== "medium" && classes["fontSize".concat(capitalize(fontSize3))]), focusable: "false", viewBox, @@ -13811,7 +13833,7 @@ var SvgIcon = /* @__PURE__ */ forwardRef158(function SvgIcon2(props, ref2) { "aria-hidden": titleAccess ? void 0 : true, role: titleAccess ? "img" : void 0, ref: ref2 - }, other), children2, titleAccess ? /* @__PURE__ */ createElement158("title", null, titleAccess) : null); + }, other), children2, titleAccess ? /* @__PURE__ */ createElement159("title", null, titleAccess) : null); }); true ? SvgIcon.propTypes = { children: import_prop_types9.default.node, @@ -13839,7 +13861,7 @@ var SvgIcon_default = withStyles_default2(styles, { // ../../node_modules/@material-ui/core/esm/utils/createSvgIcon.js function createSvgIcon(path, displayName3) { var Component7 = function Component8(props, ref2) { - return /* @__PURE__ */ React167.createElement(SvgIcon_default, _extends({ + return /* @__PURE__ */ React168.createElement(SvgIcon_default, _extends({ ref: ref2 }, props), path); }; @@ -13847,7 +13869,7 @@ function createSvgIcon(path, displayName3) { Component7.displayName = "".concat(displayName3, "Icon"); } Component7.muiName = SvgIcon_default.muiName; - return /* @__PURE__ */ React167.memo(/* @__PURE__ */ React167.forwardRef(Component7)); + return /* @__PURE__ */ React168.memo(/* @__PURE__ */ React168.forwardRef(Component7)); } // ../../node_modules/@material-ui/core/esm/utils/debounce.js @@ -14134,8 +14156,8 @@ var import_react_is2 = __toModule(require_react_is2()); var import_prop_types18 = __toModule(require_prop_types()); import { Children as Children2, - createElement as createElement161, - forwardRef as forwardRef161, + createElement as createElement162, + forwardRef as forwardRef162, isValidElement as isValidElement3, useCallback as useCallback4, useMemo as useMemo2 @@ -14143,8 +14165,8 @@ import { // ../../node_modules/@material-ui/core/esm/Collapse/Collapse.js import { - createElement as createElement159, - forwardRef as forwardRef159, + createElement as createElement160, + forwardRef as forwardRef160, useEffect as useEffect4, useRef as useRef3 } from "react"; @@ -14186,11 +14208,11 @@ function removeClass(element2, className) { } // ../../node_modules/react-transition-group/esm/CSSTransition.js -import React176 from "react"; +import React177 from "react"; // ../../node_modules/react-transition-group/esm/Transition.js var import_prop_types11 = __toModule(require_prop_types()); -import React175 from "react"; +import React176 from "react"; import ReactDOM2 from "react-dom"; // ../../node_modules/react-transition-group/esm/config.js @@ -14219,8 +14241,8 @@ var classNamesShape = true ? import_prop_types10.default.oneOfType([import_prop_ })]) : null; // ../../node_modules/react-transition-group/esm/TransitionGroupContext.js -import React174 from "react"; -var TransitionGroupContext_default = React174.createContext(null); +import React175 from "react"; +var TransitionGroupContext_default = React175.createContext(null); // ../../node_modules/react-transition-group/esm/Transition.js var UNMOUNTED = "unmounted"; @@ -14424,12 +14446,12 @@ var Transition = /* @__PURE__ */ function(_React$Component) { return null; } var _this$props = this.props, children2 = _this$props.children, _in = _this$props.in, _mountOnEnter = _this$props.mountOnEnter, _unmountOnExit = _this$props.unmountOnExit, _appear = _this$props.appear, _enter = _this$props.enter, _exit = _this$props.exit, _timeout = _this$props.timeout, _addEndListener = _this$props.addEndListener, _onEnter = _this$props.onEnter, _onEntering = _this$props.onEntering, _onEntered = _this$props.onEntered, _onExit = _this$props.onExit, _onExiting = _this$props.onExiting, _onExited = _this$props.onExited, _nodeRef = _this$props.nodeRef, childProps = _objectWithoutPropertiesLoose(_this$props, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]); - return /* @__PURE__ */ React175.createElement(TransitionGroupContext_default.Provider, { + return /* @__PURE__ */ React176.createElement(TransitionGroupContext_default.Provider, { value: null - }, typeof children2 === "function" ? children2(status, childProps) : React175.cloneElement(React175.Children.only(children2), childProps)); + }, typeof children2 === "function" ? children2(status, childProps) : React176.cloneElement(React176.Children.only(children2), childProps)); }; return Transition2; -}(React175.Component); +}(React176.Component); Transition.contextType = TransitionGroupContext_default; Transition.propTypes = true ? { nodeRef: import_prop_types11.default.shape({ @@ -14606,7 +14628,7 @@ var CSSTransition = /* @__PURE__ */ function(_React$Component) { }; _proto.render = function render() { var _this$props = this.props, _32 = _this$props.classNames, props = _objectWithoutPropertiesLoose(_this$props, ["classNames"]); - return /* @__PURE__ */ React176.createElement(Transition_default, _extends({}, props, { + return /* @__PURE__ */ React177.createElement(Transition_default, _extends({}, props, { onEnter: this.onEnter, onEntered: this.onEntered, onEntering: this.onEntering, @@ -14616,7 +14638,7 @@ var CSSTransition = /* @__PURE__ */ function(_React$Component) { })); }; return CSSTransition2; -}(React176.Component); +}(React177.Component); CSSTransition.defaultProps = { classNames: "" }; @@ -14633,12 +14655,12 @@ var CSSTransition_default = CSSTransition; // ../../node_modules/react-transition-group/esm/ReplaceTransition.js var import_prop_types14 = __toModule(require_prop_types()); -import React178 from "react"; +import React179 from "react"; import ReactDOM3 from "react-dom"; // ../../node_modules/react-transition-group/esm/TransitionGroup.js var import_prop_types13 = __toModule(require_prop_types()); -import React177 from "react"; +import React178 from "react"; // ../../node_modules/react-transition-group/esm/utils/ChildMapping.js import { Children, cloneElement, isValidElement as isValidElement2 } from "react"; @@ -14808,16 +14830,16 @@ var TransitionGroup = /* @__PURE__ */ function(_React$Component) { delete props.enter; delete props.exit; if (Component7 === null) { - return /* @__PURE__ */ React177.createElement(TransitionGroupContext_default.Provider, { + return /* @__PURE__ */ React178.createElement(TransitionGroupContext_default.Provider, { value: contextValue }, children2); } - return /* @__PURE__ */ React177.createElement(TransitionGroupContext_default.Provider, { + return /* @__PURE__ */ React178.createElement(TransitionGroupContext_default.Provider, { value: contextValue - }, /* @__PURE__ */ React177.createElement(Component7, props, children2)); + }, /* @__PURE__ */ React178.createElement(Component7, props, children2)); }; return TransitionGroup2; -}(React177.Component); +}(React178.Component); TransitionGroup.propTypes = true ? { component: import_prop_types13.default.any, children: import_prop_types13.default.node, @@ -14880,7 +14902,7 @@ var ReplaceTransition = /* @__PURE__ */ function(_React$Component) { _proto.handleLifecycle = function handleLifecycle(handler, idx, originalArgs) { var _child$props; var children2 = this.props.children; - var child = React178.Children.toArray(children2)[idx]; + var child = React179.Children.toArray(children2)[idx]; if (child.props[handler]) (_child$props = child.props)[handler].apply(_child$props, originalArgs); if (this.props[handler]) { @@ -14890,19 +14912,19 @@ var ReplaceTransition = /* @__PURE__ */ function(_React$Component) { }; _proto.render = function render() { var _this$props = this.props, children2 = _this$props.children, inProp = _this$props.in, props = _objectWithoutPropertiesLoose(_this$props, ["children", "in"]); - var _React$Children$toArr = React178.Children.toArray(children2), first = _React$Children$toArr[0], second = _React$Children$toArr[1]; + var _React$Children$toArr = React179.Children.toArray(children2), first = _React$Children$toArr[0], second = _React$Children$toArr[1]; delete props.onEnter; delete props.onEntering; delete props.onEntered; delete props.onExit; delete props.onExiting; delete props.onExited; - return /* @__PURE__ */ React178.createElement(TransitionGroup_default, props, inProp ? React178.cloneElement(first, { + return /* @__PURE__ */ React179.createElement(TransitionGroup_default, props, inProp ? React179.cloneElement(first, { key: "first", onEnter: this.handleEnter, onEntering: this.handleEntering, onEntered: this.handleEntered - }) : React178.cloneElement(second, { + }) : React179.cloneElement(second, { key: "second", onEnter: this.handleExit, onEntering: this.handleExiting, @@ -14910,11 +14932,11 @@ var ReplaceTransition = /* @__PURE__ */ function(_React$Component) { })); }; return ReplaceTransition2; -}(React178.Component); +}(React179.Component); ReplaceTransition.propTypes = true ? { in: import_prop_types14.default.bool.isRequired, children: function children(props, propName) { - if (React178.Children.count(props[propName]) !== 2) + if (React179.Children.count(props[propName]) !== 2) return new Error('"' + propName + '" must be exactly two transition components.'); return null; } @@ -14923,13 +14945,13 @@ var ReplaceTransition_default = ReplaceTransition; // ../../node_modules/react-transition-group/esm/SwitchTransition.js var import_prop_types15 = __toModule(require_prop_types()); -import React179 from "react"; +import React180 from "react"; var _leaveRenders; var _enterRenders; function areChildrenDifferent(oldChildren, newChildren) { if (oldChildren === newChildren) return false; - if (React179.isValidElement(oldChildren) && React179.isValidElement(newChildren) && oldChildren.key != null && oldChildren.key === newChildren.key) { + if (React180.isValidElement(oldChildren) && React180.isValidElement(newChildren) && oldChildren.key != null && oldChildren.key === newChildren.key) { return false; } return true; @@ -14947,7 +14969,7 @@ var callHook = function callHook2(element2, name, cb) { }; var leaveRenders = (_leaveRenders = {}, _leaveRenders[modes.out] = function(_ref6) { var current = _ref6.current, changeState = _ref6.changeState; - return React179.cloneElement(current, { + return React180.cloneElement(current, { in: false, onExited: callHook(current, "onExited", function() { changeState(ENTERING, null); @@ -14955,7 +14977,7 @@ var leaveRenders = (_leaveRenders = {}, _leaveRenders[modes.out] = function(_ref }); }, _leaveRenders[modes.in] = function(_ref23) { var current = _ref23.current, changeState = _ref23.changeState, children2 = _ref23.children; - return [current, React179.cloneElement(children2, { + return [current, React180.cloneElement(children2, { in: true, onEntered: callHook(children2, "onEntered", function() { changeState(ENTERING); @@ -14964,24 +14986,24 @@ var leaveRenders = (_leaveRenders = {}, _leaveRenders[modes.out] = function(_ref }, _leaveRenders); var enterRenders = (_enterRenders = {}, _enterRenders[modes.out] = function(_ref32) { var children2 = _ref32.children, changeState = _ref32.changeState; - return React179.cloneElement(children2, { + return React180.cloneElement(children2, { in: true, onEntered: callHook(children2, "onEntered", function() { - changeState(ENTERED, React179.cloneElement(children2, { + changeState(ENTERED, React180.cloneElement(children2, { in: true })); }) }); }, _enterRenders[modes.in] = function(_ref42) { var current = _ref42.current, children2 = _ref42.children, changeState = _ref42.changeState; - return [React179.cloneElement(current, { + return [React180.cloneElement(current, { in: false, onExited: callHook(current, "onExited", function() { - changeState(ENTERED, React179.cloneElement(children2, { + changeState(ENTERED, React180.cloneElement(children2, { in: true })); }) - }), React179.cloneElement(children2, { + }), React180.cloneElement(children2, { in: true })]; }, _enterRenders); @@ -15030,7 +15052,7 @@ var SwitchTransition = /* @__PURE__ */ function(_React$Component) { }; } return { - current: React179.cloneElement(props.children, { + current: React180.cloneElement(props.children, { in: true }) }; @@ -15054,14 +15076,14 @@ var SwitchTransition = /* @__PURE__ */ function(_React$Component) { case ENTERED: component = current; } - return /* @__PURE__ */ React179.createElement(TransitionGroupContext_default.Provider, { + return /* @__PURE__ */ React180.createElement(TransitionGroupContext_default.Provider, { value: { isMounting: !this.appeared } }, component); }; return SwitchTransition2; -}(React179.Component); +}(React180.Component); SwitchTransition.propTypes = true ? { mode: import_prop_types15.default.oneOf([modes.in, modes.out]), children: import_prop_types15.default.oneOfType([import_prop_types15.default.element.isRequired]) @@ -15106,7 +15128,7 @@ var styles3 = function styles4(theme) { } }; }; -var Collapse = /* @__PURE__ */ forwardRef159(function Collapse2(props, ref2) { +var Collapse = /* @__PURE__ */ forwardRef160(function Collapse2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, collapsedHeight = props.collapsedHeight, _props$collapsedSize = props.collapsedSize, collapsedSizeProp = _props$collapsedSize === void 0 ? "0px" : _props$collapsedSize, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style3 = props.style, _props$timeout = props.timeout, timeout2 = _props$timeout === void 0 ? duration.standard : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition_default : _props$TransitionComp, other = _objectWithoutProperties(props, ["children", "classes", "className", "collapsedHeight", "collapsedSize", "component", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var theme = useTheme2(); var timer = useRef3(); @@ -15199,7 +15221,7 @@ var Collapse = /* @__PURE__ */ forwardRef159(function Collapse2(props, ref2) { timer.current = setTimeout(next, autoTransitionDuration.current || 0); } }; - return /* @__PURE__ */ createElement159(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement160(TransitionComponent, _extends({ in: inProp, onEnter: handleEnter, onEntered: handleEntered, @@ -15211,7 +15233,7 @@ var Collapse = /* @__PURE__ */ forwardRef159(function Collapse2(props, ref2) { nodeRef: enableStrictModeCompat ? nodeRef : void 0, timeout: timeout2 === "auto" ? null : timeout2 }, other), function(state, childProps) { - return /* @__PURE__ */ createElement159(Component7, _extends({ + return /* @__PURE__ */ createElement160(Component7, _extends({ className: clsx_m_default(classes.root, classes.container, className, { "entered": classes.entered, "exited": !inProp && collapsedSize === "0px" && classes.hidden @@ -15220,10 +15242,10 @@ var Collapse = /* @__PURE__ */ forwardRef159(function Collapse2(props, ref2) { minHeight: collapsedSize }, style3), ref: handleRef - }, childProps), /* @__PURE__ */ createElement159("div", { + }, childProps), /* @__PURE__ */ createElement160("div", { className: classes.wrapper, ref: wrapperRef - }, /* @__PURE__ */ createElement159("div", { + }, /* @__PURE__ */ createElement160("div", { className: classes.wrapperInner }, children2))); }); @@ -15263,8 +15285,8 @@ var Collapse_default = withStyles_default2(styles3, { // ../../node_modules/@material-ui/core/esm/Paper/Paper.js var import_prop_types17 = __toModule(require_prop_types()); import { - createElement as createElement160, - forwardRef as forwardRef160 + createElement as createElement161, + forwardRef as forwardRef161 } from "react"; var styles5 = function styles6(theme) { var elevations = {}; @@ -15287,9 +15309,9 @@ var styles5 = function styles6(theme) { } }, elevations); }; -var Paper = /* @__PURE__ */ forwardRef160(function Paper2(props, ref2) { +var Paper = /* @__PURE__ */ forwardRef161(function Paper2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$square = props.square, square = _props$square === void 0 ? false : _props$square, _props$elevation = props.elevation, elevation = _props$elevation === void 0 ? 1 : _props$elevation, _props$variant = props.variant, variant = _props$variant === void 0 ? "elevation" : _props$variant, other = _objectWithoutProperties(props, ["classes", "className", "component", "square", "elevation", "variant"]); - return /* @__PURE__ */ createElement160(Component7, _extends({ + return /* @__PURE__ */ createElement161(Component7, _extends({ className: clsx_m_default(classes.root, className, variant === "outlined" ? classes.outlined : classes["elevation".concat(elevation)], !square && classes.rounded), ref: ref2 }, other)); @@ -15391,7 +15413,7 @@ var styles7 = function styles8(theme) { disabled: {} }; }; -var Accordion = /* @__PURE__ */ forwardRef161(function Accordion2(props, ref2) { +var Accordion = /* @__PURE__ */ forwardRef162(function Accordion2(props, ref2) { var childrenProp = props.children, classes = props.classes, className = props.className, _props$defaultExpande = props.defaultExpanded, defaultExpanded = _props$defaultExpande === void 0 ? false : _props$defaultExpande, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, expandedProp = props.expanded, onChange = props.onChange, _props$square = props.square, square = _props$square === void 0 ? false : _props$square, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Collapse_default : _props$TransitionComp, TransitionProps4 = props.TransitionProps, other = _objectWithoutProperties(props, ["children", "classes", "className", "defaultExpanded", "disabled", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"]); var _useControlled = useControlled({ controlled: expandedProp, @@ -15413,16 +15435,16 @@ var Accordion = /* @__PURE__ */ forwardRef161(function Accordion2(props, ref2) { toggle: handleChange }; }, [expanded, disabled3, handleChange]); - return /* @__PURE__ */ createElement161(Paper_default, _extends({ + return /* @__PURE__ */ createElement162(Paper_default, _extends({ className: clsx_m_default(classes.root, className, expanded && classes.expanded, disabled3 && classes.disabled, !square && classes.rounded), ref: ref2, square - }, other), /* @__PURE__ */ createElement161(AccordionContext_default.Provider, { + }, other), /* @__PURE__ */ createElement162(AccordionContext_default.Provider, { value: contextValue - }, summary), /* @__PURE__ */ createElement161(TransitionComponent, _extends({ + }, summary), /* @__PURE__ */ createElement162(TransitionComponent, _extends({ in: expanded, timeout: "auto" - }, TransitionProps4), /* @__PURE__ */ createElement161("div", { + }, TransitionProps4), /* @__PURE__ */ createElement162("div", { "aria-labelledby": summary.props.id, id: summary.props["aria-controls"], role: "region" @@ -15456,8 +15478,8 @@ var Accordion_default = withStyles_default2(styles7, { // ../../node_modules/@material-ui/core/esm/AccordionDetails/AccordionDetails.js var import_prop_types19 = __toModule(require_prop_types()); import { - createElement as createElement162, - forwardRef as forwardRef162 + createElement as createElement163, + forwardRef as forwardRef163 } from "react"; var styles9 = function styles10(theme) { return { @@ -15467,9 +15489,9 @@ var styles9 = function styles10(theme) { } }; }; -var AccordionDetails = /* @__PURE__ */ forwardRef162(function AccordionDetails2(props, ref2) { +var AccordionDetails = /* @__PURE__ */ forwardRef163(function AccordionDetails2(props, ref2) { var classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["classes", "className"]); - return /* @__PURE__ */ createElement162("div", _extends({ + return /* @__PURE__ */ createElement163("div", _extends({ className: clsx_m_default(classes.root, className), ref: ref2 }, other)); @@ -15486,16 +15508,16 @@ var AccordionDetails_default = withStyles_default2(styles9, { // ../../node_modules/@material-ui/core/esm/AccordionSummary/AccordionSummary.js var import_prop_types24 = __toModule(require_prop_types()); import { - createElement as createElement167, - forwardRef as forwardRef166, + createElement as createElement168, + forwardRef as forwardRef167, useContext } from "react"; // ../../node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js var import_prop_types22 = __toModule(require_prop_types()); import { - createElement as createElement165, - forwardRef as forwardRef164, + createElement as createElement166, + forwardRef as forwardRef165, useEffect as useEffect7, useImperativeHandle as useImperativeHandle2, useRef as useRef5, @@ -15508,9 +15530,9 @@ import { // ../../node_modules/@material-ui/core/esm/ButtonBase/TouchRipple.js var import_prop_types21 = __toModule(require_prop_types()); import { - createElement as createElement164, - forwardRef as forwardRef163, - memo as memo158, + createElement as createElement165, + forwardRef as forwardRef164, + memo as memo159, useCallback as useCallback5, useEffect as useEffect6, useImperativeHandle, @@ -15521,7 +15543,7 @@ import { // ../../node_modules/@material-ui/core/esm/ButtonBase/Ripple.js var import_prop_types20 = __toModule(require_prop_types()); import { - createElement as createElement163, + createElement as createElement164, useEffect as useEffect5, useLayoutEffect as useLayoutEffect2, useState as useState3 @@ -15550,10 +15572,10 @@ function Ripple(props) { } return void 0; }, [handleExited, inProp, timeout2]); - return /* @__PURE__ */ createElement163("span", { + return /* @__PURE__ */ createElement164("span", { className: rippleClassName, style: rippleStyles - }, /* @__PURE__ */ createElement163("span", { + }, /* @__PURE__ */ createElement164("span", { className: childClassName })); } @@ -15646,7 +15668,7 @@ var styles11 = function styles12(theme) { } }; }; -var TouchRipple = /* @__PURE__ */ forwardRef163(function TouchRipple2(props, ref2) { +var TouchRipple = /* @__PURE__ */ forwardRef164(function TouchRipple2(props, ref2) { var _props$center = props.center, centerProp = _props$center === void 0 ? false : _props$center, classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["center", "classes", "className"]); var _React$useState = useState4([]), ripples = _React$useState[0], setRipples = _React$useState[1]; var nextKey = useRef4(0); @@ -15669,7 +15691,7 @@ var TouchRipple = /* @__PURE__ */ forwardRef163(function TouchRipple2(props, ref var startCommit = useCallback5(function(params) { var pulsate2 = params.pulsate, rippleX = params.rippleX, rippleY = params.rippleY, rippleSize = params.rippleSize, cb = params.cb; setRipples(function(oldRipples) { - return [].concat(_toConsumableArray(oldRipples), [/* @__PURE__ */ createElement164(Ripple_default, { + return [].concat(_toConsumableArray(oldRipples), [/* @__PURE__ */ createElement165(Ripple_default, { key: nextKey.current, classes, timeout: DURATION, @@ -15782,10 +15804,10 @@ var TouchRipple = /* @__PURE__ */ forwardRef163(function TouchRipple2(props, ref stop }; }, [pulsate, start3, stop]); - return /* @__PURE__ */ createElement164("span", _extends({ + return /* @__PURE__ */ createElement165("span", _extends({ className: clsx_m_default(classes.root, className), ref: container - }, other), /* @__PURE__ */ createElement164(TransitionGroup_default, { + }, other), /* @__PURE__ */ createElement165(TransitionGroup_default, { component: null, exit: true }, ripples)); @@ -15798,7 +15820,7 @@ true ? TouchRipple.propTypes = { var TouchRipple_default = withStyles_default2(styles11, { flip: false, name: "MuiTouchRipple" -})(/* @__PURE__ */ memo158(TouchRipple)); +})(/* @__PURE__ */ memo159(TouchRipple)); // ../../node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js var styles13 = { @@ -15835,7 +15857,7 @@ var styles13 = { disabled: {}, focusVisible: {} }; -var ButtonBase = /* @__PURE__ */ forwardRef164(function ButtonBase2(props, ref2) { +var ButtonBase = /* @__PURE__ */ forwardRef165(function ButtonBase2(props, ref2) { var action3 = props.action, buttonRefProp = props.buttonRef, _props$centerRipple = props.centerRipple, centerRipple = _props$centerRipple === void 0 ? false : _props$centerRipple, children2 = props.children, classes = props.classes, className = props.className, _props$component = props.component, component = _props$component === void 0 ? "button" : _props$component, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableRipple = props.disableRipple, disableRipple = _props$disableRipple === void 0 ? false : _props$disableRipple, _props$disableTouchRi = props.disableTouchRipple, disableTouchRipple = _props$disableTouchRi === void 0 ? false : _props$disableTouchRi, _props$focusRipple = props.focusRipple, focusRipple = _props$focusRipple === void 0 ? false : _props$focusRipple, focusVisibleClassName = props.focusVisibleClassName, onBlur = props.onBlur, onClick = props.onClick, onFocus = props.onFocus, onFocusVisible = props.onFocusVisible, onKeyDown = props.onKeyDown, onKeyUp = props.onKeyUp, onMouseDown = props.onMouseDown, onMouseLeave = props.onMouseLeave, onMouseUp = props.onMouseUp, onTouchEnd = props.onTouchEnd, onTouchMove = props.onTouchMove, onTouchStart = props.onTouchStart, onDragLeave = props.onDragLeave, _props$tabIndex = props.tabIndex, tabIndex = _props$tabIndex === void 0 ? 0 : _props$tabIndex, TouchRippleProps = props.TouchRippleProps, _props$type = props.type, type3 = _props$type === void 0 ? "button" : _props$type, other = _objectWithoutProperties(props, ["action", "buttonRef", "centerRipple", "children", "classes", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "onBlur", "onClick", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "onDragLeave", "tabIndex", "TouchRippleProps", "type"]); var buttonRef = useRef5(null); function getButtonNode() { @@ -15980,7 +16002,7 @@ var ButtonBase = /* @__PURE__ */ forwardRef164(function ButtonBase2(props, ref2) } }, [enableTouchRipple]); } - return /* @__PURE__ */ createElement165(ComponentProp, _extends({ + return /* @__PURE__ */ createElement166(ComponentProp, _extends({ className: clsx_m_default(classes.root, className, focusVisible2 && [classes.focusVisible, focusVisibleClassName], disabled3 && classes.disabled), onBlur: handleBlur, onClick, @@ -15996,7 +16018,7 @@ var ButtonBase = /* @__PURE__ */ forwardRef164(function ButtonBase2(props, ref2) onTouchStart: handleTouchStart, ref: handleRef, tabIndex: disabled3 ? -1 : tabIndex - }, buttonProps, other), children2, enableTouchRipple ? /* @__PURE__ */ createElement165(TouchRipple_default, _extends({ + }, buttonProps, other), children2, enableTouchRipple ? /* @__PURE__ */ createElement166(TouchRipple_default, _extends({ ref: rippleRef, center: centerRipple }, TouchRippleProps)) : null); @@ -16040,8 +16062,8 @@ var ButtonBase_default = withStyles_default2(styles13, { var import_prop_types23 = __toModule(require_prop_types()); import { Children as Children3, - createElement as createElement166, - forwardRef as forwardRef165, + createElement as createElement167, + forwardRef as forwardRef166, isValidElement as isValidElement4 } from "react"; var styles14 = function styles15(theme) { @@ -16114,9 +16136,9 @@ var styles14 = function styles15(theme) { } }; }; -var IconButton = /* @__PURE__ */ forwardRef165(function IconButton2(props, ref2) { +var IconButton = /* @__PURE__ */ forwardRef166(function IconButton2(props, ref2) { var _props$edge = props.edge, edge = _props$edge === void 0 ? false : _props$edge, children2 = props.children, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "default" : _props$color, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, other = _objectWithoutProperties(props, ["edge", "children", "classes", "className", "color", "disabled", "disableFocusRipple", "size"]); - return /* @__PURE__ */ createElement166(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement167(ButtonBase_default, _extends({ className: clsx_m_default(classes.root, className, color2 !== "default" && classes["color".concat(capitalize(color2))], disabled3 && classes.disabled, size === "small" && classes["size".concat(capitalize(size))], { "start": classes.edgeStart, "end": classes.edgeEnd @@ -16125,7 +16147,7 @@ var IconButton = /* @__PURE__ */ forwardRef165(function IconButton2(props, ref2) focusRipple: !disableFocusRipple, disabled: disabled3, ref: ref2 - }, other), /* @__PURE__ */ createElement166("span", { + }, other), /* @__PURE__ */ createElement167("span", { className: classes.label }, children2)); }); @@ -16201,7 +16223,7 @@ var styles16 = function styles17(theme) { } }; }; -var AccordionSummary = /* @__PURE__ */ forwardRef166(function AccordionSummary2(props, ref2) { +var AccordionSummary = /* @__PURE__ */ forwardRef167(function AccordionSummary2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, expandIcon = props.expandIcon, focusVisibleClassName = props.focusVisibleClassName, _props$IconButtonProp = props.IconButtonProps, IconButtonProps = _props$IconButtonProp === void 0 ? {} : _props$IconButtonProp, onClick = props.onClick, other = _objectWithoutProperties(props, ["children", "classes", "className", "expandIcon", "focusVisibleClassName", "IconButtonProps", "onClick"]); var _React$useContext = useContext(AccordionContext_default), _React$useContext$dis = _React$useContext.disabled, disabled3 = _React$useContext$dis === void 0 ? false : _React$useContext$dis, expanded = _React$useContext.expanded, toggle = _React$useContext.toggle; var handleChange = function handleChange2(event) { @@ -16212,7 +16234,7 @@ var AccordionSummary = /* @__PURE__ */ forwardRef166(function AccordionSummary2( onClick(event); } }; - return /* @__PURE__ */ createElement167(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement168(ButtonBase_default, _extends({ focusRipple: false, disableRipple: true, disabled: disabled3, @@ -16222,9 +16244,9 @@ var AccordionSummary = /* @__PURE__ */ forwardRef166(function AccordionSummary2( focusVisibleClassName: clsx_m_default(classes.focusVisible, classes.focused, focusVisibleClassName), onClick: handleChange, ref: ref2 - }, other), /* @__PURE__ */ createElement167("div", { + }, other), /* @__PURE__ */ createElement168("div", { className: clsx_m_default(classes.content, expanded && classes.expanded) - }, children2), expandIcon && /* @__PURE__ */ createElement167(IconButton_default, _extends({ + }, children2), expandIcon && /* @__PURE__ */ createElement168(IconButton_default, _extends({ className: clsx_m_default(classes.expandIcon, expanded && classes.expanded), edge: "end", component: "div", @@ -16254,8 +16276,8 @@ var AccordionSummary_default = withStyles_default2(styles16, { // ../../node_modules/@material-ui/core/esm/AppBar/AppBar.js var import_prop_types25 = __toModule(require_prop_types()); import { - createElement as createElement168, - forwardRef as forwardRef167 + createElement as createElement169, + forwardRef as forwardRef168 } from "react"; var styles18 = function styles19(theme) { var backgroundColorDefault = theme.palette.type === "light" ? theme.palette.grey[100] : theme.palette.grey[900]; @@ -16316,9 +16338,9 @@ var styles18 = function styles19(theme) { } }; }; -var AppBar = /* @__PURE__ */ forwardRef167(function AppBar2(props, ref2) { +var AppBar = /* @__PURE__ */ forwardRef168(function AppBar2(props, ref2) { var classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "primary" : _props$color, _props$position = props.position, position4 = _props$position === void 0 ? "fixed" : _props$position, other = _objectWithoutProperties(props, ["classes", "className", "color", "position"]); - return /* @__PURE__ */ createElement168(Paper_default, _extends({ + return /* @__PURE__ */ createElement169(Paper_default, _extends({ square: true, component: "header", elevation: 4, @@ -16340,16 +16362,16 @@ var AppBar_default = withStyles_default2(styles18, { // ../../node_modules/@material-ui/core/esm/Backdrop/Backdrop.js var import_prop_types27 = __toModule(require_prop_types()); import { - createElement as createElement170, - forwardRef as forwardRef169 + createElement as createElement171, + forwardRef as forwardRef170 } from "react"; // ../../node_modules/@material-ui/core/esm/Fade/Fade.js var import_prop_types26 = __toModule(require_prop_types()); import { cloneElement as cloneElement2, - createElement as createElement169, - forwardRef as forwardRef168, + createElement as createElement170, + forwardRef as forwardRef169, useRef as useRef6 } from "react"; var styles20 = { @@ -16364,7 +16386,7 @@ var defaultTimeout = { enter: duration.enteringScreen, exit: duration.leavingScreen }; -var Fade = /* @__PURE__ */ forwardRef168(function Fade2(props, ref2) { +var Fade = /* @__PURE__ */ forwardRef169(function Fade2(props, ref2) { var children2 = props.children, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style3 = props.style, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition_default : _props$TransitionComp, _props$timeout = props.timeout, timeout2 = _props$timeout === void 0 ? defaultTimeout : _props$timeout, other = _objectWithoutProperties(props, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "TransitionComponent", "timeout"]); var theme = useTheme2(); var enableStrictModeCompat = theme.unstable_strictMode && !disableStrictModeCompat; @@ -16414,7 +16436,7 @@ var Fade = /* @__PURE__ */ forwardRef168(function Fade2(props, ref2) { } }); var handleExited = normalizedTransitionCallback(onExited); - return /* @__PURE__ */ createElement169(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement170(TransitionComponent, _extends({ appear: true, in: inProp, nodeRef: enableStrictModeCompat ? nodeRef : void 0, @@ -16473,12 +16495,12 @@ var styles21 = { backgroundColor: "transparent" } }; -var Backdrop = /* @__PURE__ */ forwardRef169(function Backdrop2(props, ref2) { +var Backdrop = /* @__PURE__ */ forwardRef170(function Backdrop2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$invisible = props.invisible, invisible = _props$invisible === void 0 ? false : _props$invisible, open = props.open, transitionDuration = props.transitionDuration, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Fade_default : _props$TransitionComp, other = _objectWithoutProperties(props, ["children", "classes", "className", "invisible", "open", "transitionDuration", "TransitionComponent"]); - return /* @__PURE__ */ createElement170(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement171(TransitionComponent, _extends({ in: open, timeout: transitionDuration - }, other), /* @__PURE__ */ createElement170("div", { + }, other), /* @__PURE__ */ createElement171("div", { className: clsx_m_default(classes.root, className, invisible && classes.invisible), "aria-hidden": true, ref: ref2 @@ -16503,8 +16525,8 @@ var Backdrop_default = withStyles_default2(styles21, { // ../../node_modules/@material-ui/core/esm/Badge/Badge.js var import_prop_types28 = __toModule(require_prop_types()); import { - createElement as createElement171, - forwardRef as forwardRef170 + createElement as createElement172, + forwardRef as forwardRef171 } from "react"; var RADIUS_STANDARD = 10; var RADIUS_DOT = 4; @@ -16709,7 +16731,7 @@ var styles22 = function styles23(theme) { } }; }; -var Badge = /* @__PURE__ */ forwardRef170(function Badge2(props, ref2) { +var Badge = /* @__PURE__ */ forwardRef171(function Badge2(props, ref2) { var _props$anchorOrigin = props.anchorOrigin, anchorOrigin = _props$anchorOrigin === void 0 ? { vertical: "top", horizontal: "right" @@ -16722,10 +16744,10 @@ var Badge = /* @__PURE__ */ forwardRef170(function Badge2(props, ref2) { if (variant !== "dot") { displayValue = badgeContent > max2 ? "".concat(max2, "+") : badgeContent; } - return /* @__PURE__ */ createElement171(ComponentProp, _extends({ + return /* @__PURE__ */ createElement172(ComponentProp, _extends({ className: clsx_m_default(classes.root, className), ref: ref2 - }, other), children2, /* @__PURE__ */ createElement171("span", { + }, other), children2, /* @__PURE__ */ createElement172("span", { className: clsx_m_default(classes.badge, classes["".concat(anchorOrigin.horizontal).concat(capitalize(anchorOrigin.vertical), "}")], classes["anchorOrigin".concat(capitalize(anchorOrigin.vertical)).concat(capitalize(anchorOrigin.horizontal)).concat(capitalize(overlap))], color2 !== "default" && classes["color".concat(capitalize(color2))], invisible && classes.invisible, variant === "dot" && classes.dot) }, displayValue)); }); @@ -16781,8 +16803,8 @@ var Box_default2 = Box2; // ../../node_modules/@material-ui/core/esm/Typography/Typography.js var import_prop_types29 = __toModule(require_prop_types()); import { - createElement as createElement172, - forwardRef as forwardRef171 + createElement as createElement173, + forwardRef as forwardRef172 } from "react"; var styles24 = function styles25(theme) { return { @@ -16869,10 +16891,10 @@ var defaultVariantMapping = { body1: "p", body2: "p" }; -var Typography = /* @__PURE__ */ forwardRef171(function Typography2(props, ref2) { +var Typography = /* @__PURE__ */ forwardRef172(function Typography2(props, ref2) { var _props$align = props.align, align = _props$align === void 0 ? "inherit" : _props$align, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "initial" : _props$color, component = props.component, _props$display = props.display, display = _props$display === void 0 ? "initial" : _props$display, _props$gutterBottom = props.gutterBottom, gutterBottom = _props$gutterBottom === void 0 ? false : _props$gutterBottom, _props$noWrap = props.noWrap, noWrap = _props$noWrap === void 0 ? false : _props$noWrap, _props$paragraph = props.paragraph, paragraph = _props$paragraph === void 0 ? false : _props$paragraph, _props$variant = props.variant, variant = _props$variant === void 0 ? "body1" : _props$variant, _props$variantMapping = props.variantMapping, variantMapping = _props$variantMapping === void 0 ? defaultVariantMapping : _props$variantMapping, other = _objectWithoutProperties(props, ["align", "classes", "className", "color", "component", "display", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"]); var Component7 = component || (paragraph ? "p" : variantMapping[variant] || defaultVariantMapping[variant]) || "span"; - return /* @__PURE__ */ createElement172(Component7, _extends({ + return /* @__PURE__ */ createElement173(Component7, _extends({ className: clsx_m_default(classes.root, className, variant !== "inherit" && classes[variant], color2 !== "initial" && classes["color".concat(capitalize(color2))], noWrap && classes.noWrap, gutterBottom && classes.gutterBottom, paragraph && classes.paragraph, align !== "inherit" && classes["align".concat(capitalize(align))], display !== "initial" && classes["display".concat(capitalize(display))]), ref: ref2 }, other)); @@ -16898,8 +16920,8 @@ var Typography_default = withStyles_default2(styles24, { // ../../node_modules/@material-ui/core/esm/Button/Button.js var import_prop_types30 = __toModule(require_prop_types()); import { - createElement as createElement173, - forwardRef as forwardRef172 + createElement as createElement174, + forwardRef as forwardRef173 } from "react"; var styles26 = function styles27(theme) { return { @@ -17115,15 +17137,15 @@ var styles26 = function styles27(theme) { } }; }; -var Button = /* @__PURE__ */ forwardRef172(function Button2(props, ref2) { +var Button = /* @__PURE__ */ forwardRef173(function Button2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "default" : _props$color, _props$component = props.component, component = _props$component === void 0 ? "button" : _props$component, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableElevati = props.disableElevation, disableElevation = _props$disableElevati === void 0 ? false : _props$disableElevati, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, endIconProp = props.endIcon, focusVisibleClassName = props.focusVisibleClassName, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, startIconProp = props.startIcon, _props$type = props.type, type3 = _props$type === void 0 ? "button" : _props$type, _props$variant = props.variant, variant = _props$variant === void 0 ? "text" : _props$variant, other = _objectWithoutProperties(props, ["children", "classes", "className", "color", "component", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"]); - var startIcon = startIconProp && /* @__PURE__ */ createElement173("span", { + var startIcon = startIconProp && /* @__PURE__ */ createElement174("span", { className: clsx_m_default(classes.startIcon, classes["iconSize".concat(capitalize(size))]) }, startIconProp); - var endIcon = endIconProp && /* @__PURE__ */ createElement173("span", { + var endIcon = endIconProp && /* @__PURE__ */ createElement174("span", { className: clsx_m_default(classes.endIcon, classes["iconSize".concat(capitalize(size))]) }, endIconProp); - return /* @__PURE__ */ createElement173(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement174(ButtonBase_default, _extends({ className: clsx_m_default(classes.root, classes[variant], className, color2 === "inherit" ? classes.colorInherit : color2 !== "default" && classes["".concat(variant).concat(capitalize(color2))], size !== "medium" && [classes["".concat(variant, "Size").concat(capitalize(size))], classes["size".concat(capitalize(size))]], disableElevation && classes.disableElevation, disabled3 && classes.disabled, fullWidth && classes.fullWidth), component, disabled: disabled3, @@ -17131,7 +17153,7 @@ var Button = /* @__PURE__ */ forwardRef172(function Button2(props, ref2) { focusVisibleClassName: clsx_m_default(classes.focusVisible, focusVisibleClassName), ref: ref2, type: type3 - }, other), /* @__PURE__ */ createElement173("span", { + }, other), /* @__PURE__ */ createElement174("span", { className: classes.label }, startIcon, children2, endIcon)); }); @@ -17164,8 +17186,8 @@ var import_prop_types31 = __toModule(require_prop_types()); import { Children as Children4, cloneElement as cloneElement3, - createElement as createElement174, - forwardRef as forwardRef173, + createElement as createElement175, + forwardRef as forwardRef174, isValidElement as isValidElement5 } from "react"; Button_default.styles; @@ -17290,10 +17312,10 @@ var styles28 = function styles29(theme) { } }; }; -var ButtonGroup = /* @__PURE__ */ forwardRef173(function ButtonGroup2(props, ref2) { +var ButtonGroup = /* @__PURE__ */ forwardRef174(function ButtonGroup2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "default" : _props$color, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableElevati = props.disableElevation, disableElevation = _props$disableElevati === void 0 ? false : _props$disableElevati, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, _props$disableRipple = props.disableRipple, disableRipple = _props$disableRipple === void 0 ? false : _props$disableRipple, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? "outlined" : _props$variant, other = _objectWithoutProperties(props, ["children", "classes", "className", "color", "component", "disabled", "disableElevation", "disableFocusRipple", "disableRipple", "fullWidth", "orientation", "size", "variant"]); var buttonClassName = clsx_m_default(classes.grouped, classes["grouped".concat(capitalize(orientation))], classes["grouped".concat(capitalize(variant))], classes["grouped".concat(capitalize(variant)).concat(capitalize(orientation))], classes["grouped".concat(capitalize(variant)).concat(color2 !== "default" ? capitalize(color2) : "")], disabled3 && classes.disabled); - return /* @__PURE__ */ createElement174(Component7, _extends({ + return /* @__PURE__ */ createElement175(Component7, _extends({ role: "group", className: clsx_m_default(classes.root, className, fullWidth && classes.fullWidth, disableElevation && classes.disableElevation, variant === "contained" && classes.contained, orientation === "vertical" && classes.vertical), ref: ref2 @@ -17341,17 +17363,17 @@ var ButtonGroup_default = withStyles_default2(styles28, { // ../../node_modules/@material-ui/core/esm/Card/Card.js var import_prop_types32 = __toModule(require_prop_types()); import { - createElement as createElement175, - forwardRef as forwardRef174 + createElement as createElement176, + forwardRef as forwardRef175 } from "react"; var styles30 = { root: { overflow: "hidden" } }; -var Card = /* @__PURE__ */ forwardRef174(function Card2(props, ref2) { +var Card = /* @__PURE__ */ forwardRef175(function Card2(props, ref2) { var classes = props.classes, className = props.className, _props$raised = props.raised, raised = _props$raised === void 0 ? false : _props$raised, other = _objectWithoutProperties(props, ["classes", "className", "raised"]); - return /* @__PURE__ */ createElement175(Paper_default, _extends({ + return /* @__PURE__ */ createElement176(Paper_default, _extends({ className: clsx_m_default(classes.root, className), elevation: raised ? 8 : 1, ref: ref2 @@ -17370,8 +17392,8 @@ var Card_default = withStyles_default2(styles30, { // ../../node_modules/@material-ui/core/esm/CardActionArea/CardActionArea.js var import_prop_types33 = __toModule(require_prop_types()); import { - createElement as createElement176, - forwardRef as forwardRef175 + createElement as createElement177, + forwardRef as forwardRef176 } from "react"; var styles31 = function styles32(theme) { return { @@ -17404,13 +17426,13 @@ var styles31 = function styles32(theme) { } }; }; -var CardActionArea = /* @__PURE__ */ forwardRef175(function CardActionArea2(props, ref2) { +var CardActionArea = /* @__PURE__ */ forwardRef176(function CardActionArea2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, focusVisibleClassName = props.focusVisibleClassName, other = _objectWithoutProperties(props, ["children", "classes", "className", "focusVisibleClassName"]); - return /* @__PURE__ */ createElement176(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement177(ButtonBase_default, _extends({ className: clsx_m_default(classes.root, className), focusVisibleClassName: clsx_m_default(focusVisibleClassName, classes.focusVisible), ref: ref2 - }, other), children2, /* @__PURE__ */ createElement176("span", { + }, other), children2, /* @__PURE__ */ createElement177("span", { className: classes.focusHighlight })); }); @@ -17427,8 +17449,8 @@ var CardActionArea_default = withStyles_default2(styles31, { // ../../node_modules/@material-ui/core/esm/CardActions/CardActions.js var import_prop_types34 = __toModule(require_prop_types()); import { - createElement as createElement177, - forwardRef as forwardRef176 + createElement as createElement178, + forwardRef as forwardRef177 } from "react"; var styles33 = { root: { @@ -17442,9 +17464,9 @@ var styles33 = { } } }; -var CardActions = /* @__PURE__ */ forwardRef176(function CardActions2(props, ref2) { +var CardActions = /* @__PURE__ */ forwardRef177(function CardActions2(props, ref2) { var _props$disableSpacing = props.disableSpacing, disableSpacing = _props$disableSpacing === void 0 ? false : _props$disableSpacing, classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["disableSpacing", "classes", "className"]); - return /* @__PURE__ */ createElement177("div", _extends({ + return /* @__PURE__ */ createElement178("div", _extends({ className: clsx_m_default(classes.root, className, !disableSpacing && classes.spacing), ref: ref2 }, other)); @@ -17462,8 +17484,8 @@ var CardActions_default = withStyles_default2(styles33, { // ../../node_modules/@material-ui/core/esm/CardContent/CardContent.js var import_prop_types35 = __toModule(require_prop_types()); import { - createElement as createElement178, - forwardRef as forwardRef177 + createElement as createElement179, + forwardRef as forwardRef178 } from "react"; var styles34 = { root: { @@ -17473,9 +17495,9 @@ var styles34 = { } } }; -var CardContent = /* @__PURE__ */ forwardRef177(function CardContent2(props, ref2) { +var CardContent = /* @__PURE__ */ forwardRef178(function CardContent2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, other = _objectWithoutProperties(props, ["classes", "className", "component"]); - return /* @__PURE__ */ createElement178(Component7, _extends({ + return /* @__PURE__ */ createElement179(Component7, _extends({ className: clsx_m_default(classes.root, className), ref: ref2 }, other)); @@ -17493,8 +17515,8 @@ var CardContent_default = withStyles_default2(styles34, { // ../../node_modules/@material-ui/core/esm/CardHeader/CardHeader.js var import_prop_types36 = __toModule(require_prop_types()); import { - createElement as createElement179, - forwardRef as forwardRef178 + createElement as createElement180, + forwardRef as forwardRef179 } from "react"; var styles35 = { root: { @@ -17518,11 +17540,11 @@ var styles35 = { title: {}, subheader: {} }; -var CardHeader = /* @__PURE__ */ forwardRef178(function CardHeader2(props, ref2) { +var CardHeader = /* @__PURE__ */ forwardRef179(function CardHeader2(props, ref2) { var action3 = props.action, avatar3 = props.avatar, classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$disableTypogra = props.disableTypography, disableTypography = _props$disableTypogra === void 0 ? false : _props$disableTypogra, subheaderProp = props.subheader, subheaderTypographyProps = props.subheaderTypographyProps, titleProp = props.title, titleTypographyProps = props.titleTypographyProps, other = _objectWithoutProperties(props, ["action", "avatar", "classes", "className", "component", "disableTypography", "subheader", "subheaderTypographyProps", "title", "titleTypographyProps"]); var title = titleProp; if (title != null && title.type !== Typography_default && !disableTypography) { - title = /* @__PURE__ */ createElement179(Typography_default, _extends({ + title = /* @__PURE__ */ createElement180(Typography_default, _extends({ variant: avatar3 ? "body2" : "h5", className: classes.title, component: "span", @@ -17531,7 +17553,7 @@ var CardHeader = /* @__PURE__ */ forwardRef178(function CardHeader2(props, ref2) } var subheader = subheaderProp; if (subheader != null && subheader.type !== Typography_default && !disableTypography) { - subheader = /* @__PURE__ */ createElement179(Typography_default, _extends({ + subheader = /* @__PURE__ */ createElement180(Typography_default, _extends({ variant: avatar3 ? "body2" : "body1", className: classes.subheader, color: "textSecondary", @@ -17539,14 +17561,14 @@ var CardHeader = /* @__PURE__ */ forwardRef178(function CardHeader2(props, ref2) display: "block" }, subheaderTypographyProps), subheader); } - return /* @__PURE__ */ createElement179(Component7, _extends({ + return /* @__PURE__ */ createElement180(Component7, _extends({ className: clsx_m_default(classes.root, className), ref: ref2 - }, other), avatar3 && /* @__PURE__ */ createElement179("div", { + }, other), avatar3 && /* @__PURE__ */ createElement180("div", { className: classes.avatar - }, avatar3), /* @__PURE__ */ createElement179("div", { + }, avatar3), /* @__PURE__ */ createElement180("div", { className: classes.content - }, title, subheader), action3 && /* @__PURE__ */ createElement179("div", { + }, title, subheader), action3 && /* @__PURE__ */ createElement180("div", { className: classes.action }, action3)); }); @@ -17570,8 +17592,8 @@ var CardHeader_default = withStyles_default2(styles35, { // ../../node_modules/@material-ui/core/esm/CardMedia/CardMedia.js var import_prop_types37 = __toModule(require_prop_types()); import { - createElement as createElement180, - forwardRef as forwardRef179 + createElement as createElement181, + forwardRef as forwardRef180 } from "react"; var styles36 = { root: { @@ -17588,13 +17610,13 @@ var styles36 = { } }; var MEDIA_COMPONENTS = ["video", "audio", "picture", "iframe", "img"]; -var CardMedia = /* @__PURE__ */ forwardRef179(function CardMedia2(props, ref2) { +var CardMedia = /* @__PURE__ */ forwardRef180(function CardMedia2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, image = props.image, src = props.src, style3 = props.style, other = _objectWithoutProperties(props, ["children", "classes", "className", "component", "image", "src", "style"]); var isMediaComponent = MEDIA_COMPONENTS.indexOf(Component7) !== -1; var composedStyle = !isMediaComponent && image ? _extends({ backgroundImage: 'url("'.concat(image, '")') }, style3) : style3; - return /* @__PURE__ */ createElement180(Component7, _extends({ + return /* @__PURE__ */ createElement181(Component7, _extends({ className: clsx_m_default(classes.root, className, isMediaComponent && classes.media, "picture img".indexOf(Component7) !== -1 && classes.img), ref: ref2, style: composedStyle, @@ -17623,15 +17645,15 @@ var CardMedia_default = withStyles_default2(styles36, { var import_prop_types39 = __toModule(require_prop_types()); import { cloneElement as cloneElement4, - createElement as createElement185, - forwardRef as forwardRef181 + createElement as createElement186, + forwardRef as forwardRef182 } from "react"; // ../../node_modules/@material-ui/core/esm/internal/SwitchBase.js var import_prop_types38 = __toModule(require_prop_types()); import { - createElement as createElement181, - forwardRef as forwardRef180 + createElement as createElement182, + forwardRef as forwardRef181 } from "react"; // ../../node_modules/@material-ui/core/esm/FormControl/useFormControl.js @@ -17678,7 +17700,7 @@ var styles37 = { zIndex: 1 } }; -var SwitchBase = /* @__PURE__ */ forwardRef180(function SwitchBase2(props, ref2) { +var SwitchBase = /* @__PURE__ */ forwardRef181(function SwitchBase2(props, ref2) { var autoFocus = props.autoFocus, checkedProp = props.checked, checkedIcon = props.checkedIcon, classes = props.classes, className = props.className, defaultChecked = props.defaultChecked, disabledProp = props.disabled, icon = props.icon, id2 = props.id, inputProps = props.inputProps, inputRef = props.inputRef, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onFocus = props.onFocus, readOnly = props.readOnly, required2 = props.required, tabIndex = props.tabIndex, type3 = props.type, value = props.value, other = _objectWithoutProperties(props, ["autoFocus", "checked", "checkedIcon", "classes", "className", "defaultChecked", "disabled", "icon", "id", "inputProps", "inputRef", "name", "onBlur", "onChange", "onFocus", "readOnly", "required", "tabIndex", "type", "value"]); var _useControlled = useControlled({ controlled: checkedProp, @@ -17717,7 +17739,7 @@ var SwitchBase = /* @__PURE__ */ forwardRef180(function SwitchBase2(props, ref2) } } var hasLabelFor = type3 === "checkbox" || type3 === "radio"; - return /* @__PURE__ */ createElement181(IconButton_default, _extends({ + return /* @__PURE__ */ createElement182(IconButton_default, _extends({ component: "span", className: clsx_m_default(classes.root, className, checked && classes.checked, disabled3 && classes.disabled), disabled: disabled3, @@ -17726,7 +17748,7 @@ var SwitchBase = /* @__PURE__ */ forwardRef180(function SwitchBase2(props, ref2) onFocus: handleFocus, onBlur: handleBlur, ref: ref2 - }, other), /* @__PURE__ */ createElement181("input", _extends({ + }, other), /* @__PURE__ */ createElement182("input", _extends({ autoFocus, checked: checkedProp, defaultChecked, @@ -17771,25 +17793,25 @@ var SwitchBase_default = withStyles_default2(styles37, { // ../../node_modules/@material-ui/core/esm/internal/svg-icons/CheckBoxOutlineBlank.js import { - createElement as createElement182 + createElement as createElement183 } from "react"; -var CheckBoxOutlineBlank_default = createSvgIcon(/* @__PURE__ */ createElement182("path", { +var CheckBoxOutlineBlank_default = createSvgIcon(/* @__PURE__ */ createElement183("path", { d: "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" }), "CheckBoxOutlineBlank"); // ../../node_modules/@material-ui/core/esm/internal/svg-icons/CheckBox.js import { - createElement as createElement183 + createElement as createElement184 } from "react"; -var CheckBox_default = createSvgIcon(/* @__PURE__ */ createElement183("path", { +var CheckBox_default = createSvgIcon(/* @__PURE__ */ createElement184("path", { d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" }), "CheckBox"); // ../../node_modules/@material-ui/core/esm/internal/svg-icons/IndeterminateCheckBox.js import { - createElement as createElement184 + createElement as createElement185 } from "react"; -var IndeterminateCheckBox_default = createSvgIcon(/* @__PURE__ */ createElement184("path", { +var IndeterminateCheckBox_default = createSvgIcon(/* @__PURE__ */ createElement185("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z" }), "IndeterminateCheckBox"); @@ -17832,14 +17854,14 @@ var styles38 = function styles39(theme) { } }; }; -var defaultCheckedIcon = /* @__PURE__ */ createElement185(CheckBox_default, null); -var defaultIcon = /* @__PURE__ */ createElement185(CheckBoxOutlineBlank_default, null); -var defaultIndeterminateIcon = /* @__PURE__ */ createElement185(IndeterminateCheckBox_default, null); -var Checkbox = /* @__PURE__ */ forwardRef181(function Checkbox2(props, ref2) { +var defaultCheckedIcon = /* @__PURE__ */ createElement186(CheckBox_default, null); +var defaultIcon = /* @__PURE__ */ createElement186(CheckBoxOutlineBlank_default, null); +var defaultIndeterminateIcon = /* @__PURE__ */ createElement186(IndeterminateCheckBox_default, null); +var Checkbox = /* @__PURE__ */ forwardRef182(function Checkbox2(props, ref2) { var _props$checkedIcon = props.checkedIcon, checkedIcon = _props$checkedIcon === void 0 ? defaultCheckedIcon : _props$checkedIcon, classes = props.classes, _props$color = props.color, color2 = _props$color === void 0 ? "secondary" : _props$color, _props$icon = props.icon, iconProp = _props$icon === void 0 ? defaultIcon : _props$icon, _props$indeterminate = props.indeterminate, indeterminate = _props$indeterminate === void 0 ? false : _props$indeterminate, _props$indeterminateI = props.indeterminateIcon, indeterminateIconProp = _props$indeterminateI === void 0 ? defaultIndeterminateIcon : _props$indeterminateI, inputProps = props.inputProps, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, other = _objectWithoutProperties(props, ["checkedIcon", "classes", "color", "icon", "indeterminate", "indeterminateIcon", "inputProps", "size"]); var icon = indeterminate ? indeterminateIconProp : iconProp; var indeterminateIcon = indeterminate ? indeterminateIconProp : checkedIcon; - return /* @__PURE__ */ createElement185(SwitchBase_default, _extends({ + return /* @__PURE__ */ createElement186(SwitchBase_default, _extends({ type: "checkbox", classes: { root: clsx_m_default(classes.root, classes["color".concat(capitalize(color2))], indeterminate && classes.indeterminate), @@ -17885,17 +17907,17 @@ var Checkbox_default = withStyles_default2(styles38, { var import_prop_types40 = __toModule(require_prop_types()); import { cloneElement as cloneElement5, - createElement as createElement187, - forwardRef as forwardRef182, + createElement as createElement188, + forwardRef as forwardRef183, isValidElement as isValidElement6, useRef as useRef7 } from "react"; // ../../node_modules/@material-ui/core/esm/internal/svg-icons/Cancel.js import { - createElement as createElement186 + createElement as createElement187 } from "react"; -var Cancel_default = createSvgIcon(/* @__PURE__ */ createElement186("path", { +var Cancel_default = createSvgIcon(/* @__PURE__ */ createElement187("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z" }), "Cancel"); @@ -18116,7 +18138,7 @@ var styles40 = function styles41(theme) { function isDeleteKeyboardEvent(keyboardEvent) { return keyboardEvent.key === "Backspace" || keyboardEvent.key === "Delete"; } -var Chip = /* @__PURE__ */ forwardRef182(function Chip2(props, ref2) { +var Chip = /* @__PURE__ */ forwardRef183(function Chip2(props, ref2) { var avatarProp = props.avatar, classes = props.classes, className = props.className, clickableProp = props.clickable, _props$color = props.color, color2 = _props$color === void 0 ? "default" : _props$color, ComponentProp = props.component, deleteIconProp = props.deleteIcon, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, iconProp = props.icon, label3 = props.label, onClick = props.onClick, onDelete = props.onDelete, onKeyDown = props.onKeyDown, onKeyUp = props.onKeyUp, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? "default" : _props$variant, other = _objectWithoutProperties(props, ["avatar", "classes", "className", "clickable", "color", "component", "deleteIcon", "disabled", "icon", "label", "onClick", "onDelete", "onKeyDown", "onKeyUp", "size", "variant"]); var chipRef = useRef7(null); var handleRef = useForkRef(chipRef, ref2); @@ -18158,7 +18180,7 @@ var Chip = /* @__PURE__ */ forwardRef182(function Chip2(props, ref2) { deleteIcon = deleteIconProp && /* @__PURE__ */ isValidElement6(deleteIconProp) ? /* @__PURE__ */ cloneElement5(deleteIconProp, { className: clsx_m_default(deleteIconProp.props.className, classes.deleteIcon, customClasses), onClick: handleDeleteIconClick - }) : /* @__PURE__ */ createElement187(Cancel_default, { + }) : /* @__PURE__ */ createElement188(Cancel_default, { className: clsx_m_default(classes.deleteIcon, customClasses), onClick: handleDeleteIconClick }); @@ -18180,7 +18202,7 @@ var Chip = /* @__PURE__ */ forwardRef182(function Chip2(props, ref2) { console.error("Material-UI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one."); } } - return /* @__PURE__ */ createElement187(Component7, _extends({ + return /* @__PURE__ */ createElement188(Component7, _extends({ role: clickable || onDelete ? "button" : void 0, className: clsx_m_default(classes.root, className, color2 !== "default" && [classes["color".concat(capitalize(color2))], clickable && classes["clickableColor".concat(capitalize(color2))], onDelete && classes["deletableColor".concat(capitalize(color2))]], variant !== "default" && [classes.outlined, { "primary": classes.outlinedPrimary, @@ -18192,7 +18214,7 @@ var Chip = /* @__PURE__ */ forwardRef182(function Chip2(props, ref2) { onKeyDown: handleKeyDown2, onKeyUp: handleKeyUp, ref: handleRef - }, moreProps, other), avatar3 || icon, /* @__PURE__ */ createElement187("span", { + }, moreProps, other), avatar3 || icon, /* @__PURE__ */ createElement188("span", { className: clsx_m_default(classes.label, small && classes.labelSmall) }, label3), deleteIcon); }); @@ -18222,8 +18244,8 @@ var Chip_default = withStyles_default2(styles40, { // ../../node_modules/@material-ui/core/esm/CircularProgress/CircularProgress.js var import_prop_types41 = __toModule(require_prop_types()); import { - createElement as createElement188, - forwardRef as forwardRef183 + createElement as createElement189, + forwardRef as forwardRef184 } from "react"; var SIZE = 44; var styles42 = function styles43(theme) { @@ -18290,7 +18312,7 @@ var styles42 = function styles43(theme) { } }; }; -var CircularProgress = /* @__PURE__ */ forwardRef183(function CircularProgress2(props, ref2) { +var CircularProgress = /* @__PURE__ */ forwardRef184(function CircularProgress2(props, ref2) { var classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "primary" : _props$color, _props$disableShrink = props.disableShrink, disableShrink = _props$disableShrink === void 0 ? false : _props$disableShrink, _props$size = props.size, size = _props$size === void 0 ? 40 : _props$size, style3 = props.style, _props$thickness = props.thickness, thickness = _props$thickness === void 0 ? 3.6 : _props$thickness, _props$value = props.value, value = _props$value === void 0 ? 0 : _props$value, _props$variant = props.variant, variant = _props$variant === void 0 ? "indeterminate" : _props$variant, other = _objectWithoutProperties(props, ["classes", "className", "color", "disableShrink", "size", "style", "thickness", "value", "variant"]); var circleStyle = {}; var rootStyle = {}; @@ -18302,7 +18324,7 @@ var CircularProgress = /* @__PURE__ */ forwardRef183(function CircularProgress2( circleStyle.strokeDashoffset = "".concat(((100 - value) / 100 * circumference).toFixed(3), "px"); rootStyle.transform = "rotate(-90deg)"; } - return /* @__PURE__ */ createElement188("div", _extends({ + return /* @__PURE__ */ createElement189("div", _extends({ className: clsx_m_default(classes.root, className, color2 !== "inherit" && classes["color".concat(capitalize(color2))], { "determinate": classes.determinate, "indeterminate": classes.indeterminate, @@ -18314,10 +18336,10 @@ var CircularProgress = /* @__PURE__ */ forwardRef183(function CircularProgress2( }, rootStyle, style3), ref: ref2, role: "progressbar" - }, rootProps, other), /* @__PURE__ */ createElement188("svg", { + }, rootProps, other), /* @__PURE__ */ createElement189("svg", { className: classes.svg, viewBox: "".concat(SIZE / 2, " ").concat(SIZE / 2, " ").concat(SIZE, " ").concat(SIZE) - }, /* @__PURE__ */ createElement188("circle", { + }, /* @__PURE__ */ createElement189("circle", { className: clsx_m_default(classes.circle, disableShrink && classes.circleDisableShrink, { "determinate": classes.circleDeterminate, "indeterminate": classes.circleIndeterminate, @@ -18363,7 +18385,7 @@ var import_prop_types42 = __toModule(require_prop_types()); import { Fragment, cloneElement as cloneElement6, - createElement as createElement189, + createElement as createElement190, useCallback as useCallback6, useEffect as useEffect8, useRef as useRef8 @@ -18461,7 +18483,7 @@ function ClickAwayListener(props) { } return void 0; }, [handleClickAway, mouseEvent]); - return /* @__PURE__ */ createElement189(Fragment, null, /* @__PURE__ */ cloneElement6(children2, childrenProps)); + return /* @__PURE__ */ createElement190(Fragment, null, /* @__PURE__ */ cloneElement6(children2, childrenProps)); } true ? ClickAwayListener.propTypes = { children: elementAcceptingRef_default.isRequired, @@ -18478,8 +18500,8 @@ var ClickAwayListener_default = ClickAwayListener; // ../../node_modules/@material-ui/core/esm/Dialog/Dialog.js var import_prop_types47 = __toModule(require_prop_types()); import { - createElement as createElement193, - forwardRef as forwardRef187, + createElement as createElement194, + forwardRef as forwardRef188, useRef as useRef11 } from "react"; @@ -18488,8 +18510,8 @@ var import_prop_types46 = __toModule(require_prop_types()); import { Component as Component2, cloneElement as cloneElement9, - createElement as createElement192, - forwardRef as forwardRef186, + createElement as createElement193, + forwardRef as forwardRef187, useCallback as useCallback8, useEffect as useEffect11, useRef as useRef10, @@ -18504,7 +18526,7 @@ var import_prop_types43 = __toModule(require_prop_types()); import { Component, cloneElement as cloneElement7, - forwardRef as forwardRef184, + forwardRef as forwardRef185, isValidElement as isValidElement7, useEffect as useEffect9, useLayoutEffect as useLayoutEffect3, @@ -18519,7 +18541,7 @@ function getContainer(container) { return findDOMNode4(container); } var useEnhancedEffect3 = typeof window !== "undefined" ? useLayoutEffect3 : useEffect9; -var Portal = /* @__PURE__ */ forwardRef184(function Portal2(props, ref2) { +var Portal = /* @__PURE__ */ forwardRef185(function Portal2(props, ref2) { var children2 = props.children, container = props.container, _props$disablePortal = props.disablePortal, disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal, onRendered = props.onRendered; var _React$useState = useState6(null), mountNode = _React$useState[0], setMountNode = _React$useState[1]; var handleRef = useForkRef(/* @__PURE__ */ isValidElement7(children2) ? children2.ref : null, ref2); @@ -18766,7 +18788,7 @@ var import_prop_types44 = __toModule(require_prop_types()); import { Fragment as Fragment2, cloneElement as cloneElement8, - createElement as createElement190, + createElement as createElement191, useCallback as useCallback7, useEffect as useEffect10, useRef as useRef9 @@ -18849,13 +18871,13 @@ function Unstable_TrapFocus(props) { } }; }, [disableAutoFocus, disableEnforceFocus, disableRestoreFocus, isEnabled, open]); - return /* @__PURE__ */ createElement190(Fragment2, null, /* @__PURE__ */ createElement190("div", { + return /* @__PURE__ */ createElement191(Fragment2, null, /* @__PURE__ */ createElement191("div", { tabIndex: 0, ref: sentinelStart, "data-test": "sentinelStart" }), /* @__PURE__ */ cloneElement8(children2, { ref: handleRef - }), /* @__PURE__ */ createElement190("div", { + }), /* @__PURE__ */ createElement191("div", { tabIndex: 0, ref: sentinelEnd, "data-test": "sentinelEnd" @@ -18878,8 +18900,8 @@ var Unstable_TrapFocus_default = Unstable_TrapFocus; // ../../node_modules/@material-ui/core/esm/Modal/SimpleBackdrop.js var import_prop_types45 = __toModule(require_prop_types()); import { - createElement as createElement191, - forwardRef as forwardRef185 + createElement as createElement192, + forwardRef as forwardRef186 } from "react"; var styles44 = { root: { @@ -18896,9 +18918,9 @@ var styles44 = { backgroundColor: "transparent" } }; -var SimpleBackdrop = /* @__PURE__ */ forwardRef185(function SimpleBackdrop2(props, ref2) { +var SimpleBackdrop = /* @__PURE__ */ forwardRef186(function SimpleBackdrop2(props, ref2) { var _props$invisible = props.invisible, invisible = _props$invisible === void 0 ? false : _props$invisible, open = props.open, other = _objectWithoutProperties(props, ["invisible", "open"]); - return open ? /* @__PURE__ */ createElement191("div", _extends({ + return open ? /* @__PURE__ */ createElement192("div", _extends({ "aria-hidden": true, ref: ref2 }, other, { @@ -18935,7 +18957,7 @@ var styles45 = function styles46(theme) { } }; }; -var Modal = /* @__PURE__ */ forwardRef186(function Modal2(inProps, ref2) { +var Modal = /* @__PURE__ */ forwardRef187(function Modal2(inProps, ref2) { var theme = useTheme(); var props = getThemeProps({ name: "MuiModal", @@ -19050,20 +19072,20 @@ var Modal = /* @__PURE__ */ forwardRef186(function Modal2(inProps, ref2) { childProps.onEnter = createChainedFunction(handleEnter, children2.props.onEnter); childProps.onExited = createChainedFunction(handleExited, children2.props.onExited); } - return /* @__PURE__ */ createElement192(Portal_default, { + return /* @__PURE__ */ createElement193(Portal_default, { ref: handlePortalRef, container, disablePortal - }, /* @__PURE__ */ createElement192("div", _extends({ + }, /* @__PURE__ */ createElement193("div", _extends({ ref: handleRef, onKeyDown: handleKeyDown2, role: "presentation" }, other, { style: _extends({}, inlineStyle.root, !open && exited ? inlineStyle.hidden : {}, other.style) - }), hideBackdrop ? null : /* @__PURE__ */ createElement192(BackdropComponent, _extends({ + }), hideBackdrop ? null : /* @__PURE__ */ createElement193(BackdropComponent, _extends({ open, onClick: handleBackdropClick - }, BackdropProps)), /* @__PURE__ */ createElement192(Unstable_TrapFocus_default, { + }, BackdropProps)), /* @__PURE__ */ createElement193(Unstable_TrapFocus_default, { disableEnforceFocus, disableAutoFocus, disableRestoreFocus, @@ -19201,7 +19223,7 @@ var defaultTransitionDuration = { enter: duration.enteringScreen, exit: duration.leavingScreen }; -var Dialog = /* @__PURE__ */ forwardRef187(function Dialog2(props, ref2) { +var Dialog = /* @__PURE__ */ forwardRef188(function Dialog2(props, ref2) { var BackdropProps = props.BackdropProps, children2 = props.children, classes = props.classes, className = props.className, _props$disableBackdro = props.disableBackdropClick, disableBackdropClick = _props$disableBackdro === void 0 ? false : _props$disableBackdro, _props$disableEscapeK = props.disableEscapeKeyDown, disableEscapeKeyDown = _props$disableEscapeK === void 0 ? false : _props$disableEscapeK, _props$fullScreen = props.fullScreen, fullScreen = _props$fullScreen === void 0 ? false : _props$fullScreen, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$maxWidth = props.maxWidth, maxWidth2 = _props$maxWidth === void 0 ? "sm" : _props$maxWidth, onBackdropClick = props.onBackdropClick, onClose = props.onClose, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onEscapeKeyDown = props.onEscapeKeyDown, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, open = props.open, _props$PaperComponent = props.PaperComponent, PaperComponent = _props$PaperComponent === void 0 ? Paper_default : _props$PaperComponent, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, _props$scroll = props.scroll, scroll3 = _props$scroll === void 0 ? "paper" : _props$scroll, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Fade_default : _props$TransitionComp, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? defaultTransitionDuration : _props$transitionDura, TransitionProps4 = props.TransitionProps, ariaDescribedby = props["aria-describedby"], ariaLabelledby = props["aria-labelledby"], other = _objectWithoutProperties(props, ["BackdropProps", "children", "classes", "className", "disableBackdropClick", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClose", "onEnter", "onEntered", "onEntering", "onEscapeKeyDown", "onExit", "onExited", "onExiting", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps", "aria-describedby", "aria-labelledby"]); var mouseDownTarget = useRef11(); var handleMouseDown = function handleMouseDown2(event) { @@ -19222,7 +19244,7 @@ var Dialog = /* @__PURE__ */ forwardRef187(function Dialog2(props, ref2) { onClose(event, "backdropClick"); } }; - return /* @__PURE__ */ createElement193(Modal_default, _extends({ + return /* @__PURE__ */ createElement194(Modal_default, _extends({ className: clsx_m_default(classes.root, className), BackdropComponent: Backdrop_default, BackdropProps: _extends({ @@ -19237,7 +19259,7 @@ var Dialog = /* @__PURE__ */ forwardRef187(function Dialog2(props, ref2) { onClose, open, ref: ref2 - }, other), /* @__PURE__ */ createElement193(TransitionComponent, _extends({ + }, other), /* @__PURE__ */ createElement194(TransitionComponent, _extends({ appear: true, in: open, timeout: transitionDuration, @@ -19248,11 +19270,11 @@ var Dialog = /* @__PURE__ */ forwardRef187(function Dialog2(props, ref2) { onExiting, onExited, role: "none presentation" - }, TransitionProps4), /* @__PURE__ */ createElement193("div", { + }, TransitionProps4), /* @__PURE__ */ createElement194("div", { className: clsx_m_default(classes.container, classes["scroll".concat(capitalize(scroll3))]), onMouseUp: handleBackdropClick, onMouseDown: handleMouseDown - }, /* @__PURE__ */ createElement193(PaperComponent, _extends({ + }, /* @__PURE__ */ createElement194(PaperComponent, _extends({ elevation: 24, role: "dialog", "aria-describedby": ariaDescribedby, @@ -19301,8 +19323,8 @@ var Dialog_default = withStyles_default2(styles47, { // ../../node_modules/@material-ui/core/esm/DialogActions/DialogActions.js var import_prop_types48 = __toModule(require_prop_types()); import { - createElement as createElement194, - forwardRef as forwardRef188 + createElement as createElement195, + forwardRef as forwardRef189 } from "react"; var styles49 = { root: { @@ -19318,9 +19340,9 @@ var styles49 = { } } }; -var DialogActions = /* @__PURE__ */ forwardRef188(function DialogActions2(props, ref2) { +var DialogActions = /* @__PURE__ */ forwardRef189(function DialogActions2(props, ref2) { var _props$disableSpacing = props.disableSpacing, disableSpacing = _props$disableSpacing === void 0 ? false : _props$disableSpacing, classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["disableSpacing", "classes", "className"]); - return /* @__PURE__ */ createElement194("div", _extends({ + return /* @__PURE__ */ createElement195("div", _extends({ className: clsx_m_default(classes.root, className, !disableSpacing && classes.spacing), ref: ref2 }, other)); @@ -19338,8 +19360,8 @@ var DialogActions_default = withStyles_default2(styles49, { // ../../node_modules/@material-ui/core/esm/DialogContent/DialogContent.js var import_prop_types49 = __toModule(require_prop_types()); import { - createElement as createElement195, - forwardRef as forwardRef189 + createElement as createElement196, + forwardRef as forwardRef190 } from "react"; var styles50 = function styles51(theme) { return { @@ -19359,9 +19381,9 @@ var styles50 = function styles51(theme) { } }; }; -var DialogContent = /* @__PURE__ */ forwardRef189(function DialogContent2(props, ref2) { +var DialogContent = /* @__PURE__ */ forwardRef190(function DialogContent2(props, ref2) { var classes = props.classes, className = props.className, _props$dividers = props.dividers, dividers = _props$dividers === void 0 ? false : _props$dividers, other = _objectWithoutProperties(props, ["classes", "className", "dividers"]); - return /* @__PURE__ */ createElement195("div", _extends({ + return /* @__PURE__ */ createElement196("div", _extends({ className: clsx_m_default(classes.root, className, dividers && classes.dividers), ref: ref2 }, other)); @@ -19379,16 +19401,16 @@ var DialogContent_default = withStyles_default2(styles50, { // ../../node_modules/@material-ui/core/esm/DialogContentText/DialogContentText.js var import_prop_types50 = __toModule(require_prop_types()); import { - createElement as createElement196, - forwardRef as forwardRef190 + createElement as createElement197, + forwardRef as forwardRef191 } from "react"; var styles52 = { root: { marginBottom: 12 } }; -var DialogContentText = /* @__PURE__ */ forwardRef190(function DialogContentText2(props, ref2) { - return /* @__PURE__ */ createElement196(Typography_default, _extends({ +var DialogContentText = /* @__PURE__ */ forwardRef191(function DialogContentText2(props, ref2) { + return /* @__PURE__ */ createElement197(Typography_default, _extends({ component: "p", variant: "body1", color: "textSecondary", @@ -19406,8 +19428,8 @@ var DialogContentText_default = withStyles_default2(styles52, { // ../../node_modules/@material-ui/core/esm/DialogTitle/DialogTitle.js var import_prop_types51 = __toModule(require_prop_types()); import { - createElement as createElement197, - forwardRef as forwardRef191 + createElement as createElement198, + forwardRef as forwardRef192 } from "react"; var styles53 = { root: { @@ -19416,12 +19438,12 @@ var styles53 = { flex: "0 0 auto" } }; -var DialogTitle = /* @__PURE__ */ forwardRef191(function DialogTitle2(props, ref2) { +var DialogTitle = /* @__PURE__ */ forwardRef192(function DialogTitle2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$disableTypogra = props.disableTypography, disableTypography = _props$disableTypogra === void 0 ? false : _props$disableTypogra, other = _objectWithoutProperties(props, ["children", "classes", "className", "disableTypography"]); - return /* @__PURE__ */ createElement197("div", _extends({ + return /* @__PURE__ */ createElement198("div", _extends({ className: clsx_m_default(classes.root, className), ref: ref2 - }, other), disableTypography ? children2 : /* @__PURE__ */ createElement197(Typography_default, { + }, other), disableTypography ? children2 : /* @__PURE__ */ createElement198(Typography_default, { component: "h2", variant: "h6" }, children2)); @@ -19439,8 +19461,8 @@ var DialogTitle_default = withStyles_default2(styles53, { // ../../node_modules/@material-ui/core/esm/Drawer/Drawer.js var import_prop_types53 = __toModule(require_prop_types()); import { - createElement as createElement199, - forwardRef as forwardRef193, + createElement as createElement200, + forwardRef as forwardRef194, useEffect as useEffect13, useRef as useRef13 } from "react"; @@ -19449,8 +19471,8 @@ import { var import_prop_types52 = __toModule(require_prop_types()); import { cloneElement as cloneElement10, - createElement as createElement198, - forwardRef as forwardRef192, + createElement as createElement199, + forwardRef as forwardRef193, useCallback as useCallback9, useEffect as useEffect12, useRef as useRef12 @@ -19496,7 +19518,7 @@ var defaultTimeout2 = { enter: duration.enteringScreen, exit: duration.leavingScreen }; -var Slide = /* @__PURE__ */ forwardRef192(function Slide2(props, ref2) { +var Slide = /* @__PURE__ */ forwardRef193(function Slide2(props, ref2) { var children2 = props.children, _props$direction = props.direction, direction = _props$direction === void 0 ? "down" : _props$direction, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style3 = props.style, _props$timeout = props.timeout, timeout2 = _props$timeout === void 0 ? defaultTimeout2 : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition_default : _props$TransitionComp, other = _objectWithoutProperties(props, ["children", "direction", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var theme = useTheme2(); var childrenRef = useRef12(null); @@ -19594,7 +19616,7 @@ var Slide = /* @__PURE__ */ forwardRef192(function Slide2(props, ref2) { updatePosition(); } }, [inProp, updatePosition]); - return /* @__PURE__ */ createElement198(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement199(TransitionComponent, _extends({ nodeRef: childrenRef, onEnter: handleEnter, onEntered: handleEntered, @@ -19707,7 +19729,7 @@ var defaultTransitionDuration2 = { enter: duration.enteringScreen, exit: duration.leavingScreen }; -var Drawer = /* @__PURE__ */ forwardRef193(function Drawer2(props, ref2) { +var Drawer = /* @__PURE__ */ forwardRef194(function Drawer2(props, ref2) { var _props$anchor = props.anchor, anchorProp = _props$anchor === void 0 ? "left" : _props$anchor, BackdropProps = props.BackdropProps, children2 = props.children, classes = props.classes, className = props.className, _props$elevation = props.elevation, elevation = _props$elevation === void 0 ? 16 : _props$elevation, _props$ModalProps = props.ModalProps; _props$ModalProps = _props$ModalProps === void 0 ? {} : _props$ModalProps; var BackdropPropsProp = _props$ModalProps.BackdropProps, ModalProps = _objectWithoutProperties(_props$ModalProps, ["BackdropProps"]), onClose = props.onClose, _props$open = props.open, open = _props$open === void 0 ? false : _props$open, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, SlideProps = props.SlideProps, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Slide_default : _props$TransitionComp, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? defaultTransitionDuration2 : _props$transitionDura, _props$variant = props.variant, variant = _props$variant === void 0 ? "temporary" : _props$variant, other = _objectWithoutProperties(props, ["anchor", "BackdropProps", "children", "classes", "className", "elevation", "ModalProps", "onClose", "open", "PaperProps", "SlideProps", "TransitionComponent", "transitionDuration", "variant"]); @@ -19717,31 +19739,31 @@ var Drawer = /* @__PURE__ */ forwardRef193(function Drawer2(props, ref2) { mounted.current = true; }, []); var anchor = getAnchor(theme, anchorProp); - var drawer2 = /* @__PURE__ */ createElement199(Paper_default, _extends({ + var drawer2 = /* @__PURE__ */ createElement200(Paper_default, _extends({ elevation: variant === "temporary" ? elevation : 0, square: true }, PaperProps, { className: clsx_m_default(classes.paper, classes["paperAnchor".concat(capitalize(anchor))], PaperProps.className, variant !== "temporary" && classes["paperAnchorDocked".concat(capitalize(anchor))]) }), children2); if (variant === "permanent") { - return /* @__PURE__ */ createElement199("div", _extends({ + return /* @__PURE__ */ createElement200("div", _extends({ className: clsx_m_default(classes.root, classes.docked, className), ref: ref2 }, other), drawer2); } - var slidingDrawer = /* @__PURE__ */ createElement199(TransitionComponent, _extends({ + var slidingDrawer = /* @__PURE__ */ createElement200(TransitionComponent, _extends({ in: open, direction: oppositeDirection[anchor], timeout: transitionDuration, appear: mounted.current }, SlideProps), drawer2); if (variant === "persistent") { - return /* @__PURE__ */ createElement199("div", _extends({ + return /* @__PURE__ */ createElement200("div", _extends({ className: clsx_m_default(classes.root, classes.docked, className), ref: ref2 }, other), slidingDrawer); } - return /* @__PURE__ */ createElement199(Modal_default, _extends({ + return /* @__PURE__ */ createElement200(Modal_default, _extends({ BackdropProps: _extends({}, BackdropProps, BackdropPropsProp, { transitionDuration }), @@ -19779,15 +19801,15 @@ var Drawer_default = withStyles_default2(styles54, { // ../../node_modules/@material-ui/core/esm/FilledInput/FilledInput.js var import_prop_types56 = __toModule(require_prop_types()); import { - createElement as createElement202, - forwardRef as forwardRef196 + createElement as createElement203, + forwardRef as forwardRef197 } from "react"; // ../../node_modules/@material-ui/core/esm/InputBase/InputBase.js var import_prop_types55 = __toModule(require_prop_types()); import { - createElement as createElement201, - forwardRef as forwardRef195, + createElement as createElement202, + forwardRef as forwardRef196, useCallback as useCallback11, useEffect as useEffect15, useLayoutEffect as useLayoutEffect5, @@ -19813,8 +19835,8 @@ function formControlState(_ref6) { var import_prop_types54 = __toModule(require_prop_types()); import { Fragment as Fragment3, - createElement as createElement200, - forwardRef as forwardRef194, + createElement as createElement201, + forwardRef as forwardRef195, useCallback as useCallback10, useEffect as useEffect14, useLayoutEffect as useLayoutEffect4, @@ -19836,7 +19858,7 @@ var styles56 = { transform: "translateZ(0)" } }; -var TextareaAutosize = /* @__PURE__ */ forwardRef194(function TextareaAutosize2(props, ref2) { +var TextareaAutosize = /* @__PURE__ */ forwardRef195(function TextareaAutosize2(props, ref2) { var onChange = props.onChange, rows = props.rows, rowsMax = props.rowsMax, rowsMinProp = props.rowsMin, maxRowsProp = props.maxRows, _props$minRows = props.minRows, minRowsProp = _props$minRows === void 0 ? 1 : _props$minRows, style3 = props.style, value = props.value, other = _objectWithoutProperties(props, ["onChange", "rows", "rowsMax", "rowsMin", "maxRows", "minRows", "style", "value"]); var maxRows = maxRowsProp || rowsMax; var minRows = rows || rowsMinProp || minRowsProp; @@ -19913,7 +19935,7 @@ var TextareaAutosize = /* @__PURE__ */ forwardRef194(function TextareaAutosize2( onChange(event); } }; - return /* @__PURE__ */ createElement200(Fragment3, null, /* @__PURE__ */ createElement200("textarea", _extends({ + return /* @__PURE__ */ createElement201(Fragment3, null, /* @__PURE__ */ createElement201("textarea", _extends({ value, onChange: handleChange, ref: handleRef, @@ -19922,7 +19944,7 @@ var TextareaAutosize = /* @__PURE__ */ forwardRef194(function TextareaAutosize2( height: state.outerHeightStyle, overflow: state.overflow ? "hidden" : null }, style3) - }, other)), /* @__PURE__ */ createElement200("textarea", { + }, other)), /* @__PURE__ */ createElement201("textarea", { "aria-hidden": true, className: props.className, readOnly: true, @@ -20073,7 +20095,7 @@ var styles57 = function styles58(theme) { }; }; var useEnhancedEffect5 = typeof window === "undefined" ? useEffect15 : useLayoutEffect5; -var InputBase = /* @__PURE__ */ forwardRef195(function InputBase2(props, ref2) { +var InputBase = /* @__PURE__ */ forwardRef196(function InputBase2(props, ref2) { var ariaDescribedby = props["aria-describedby"], autoComplete = props.autoComplete, autoFocus = props.autoFocus, classes = props.classes, className = props.className, color2 = props.color, defaultValue = props.defaultValue, disabled3 = props.disabled, endAdornment = props.endAdornment, error4 = props.error, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, id2 = props.id, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? "input" : _props$inputComponent, _props$inputProps = props.inputProps, inputPropsProp = _props$inputProps === void 0 ? {} : _props$inputProps, inputRefProp = props.inputRef, margin = props.margin, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onClick = props.onClick, onFocus = props.onFocus, onKeyDown = props.onKeyDown, onKeyUp = props.onKeyUp, placeholder2 = props.placeholder, readOnly = props.readOnly, renderSuffix = props.renderSuffix, rows = props.rows, rowsMax = props.rowsMax, rowsMin = props.rowsMin, maxRows = props.maxRows, minRows = props.minRows, startAdornment = props.startAdornment, _props$type = props.type, type3 = _props$type === void 0 ? "text" : _props$type, valueProp = props.value, other = _objectWithoutProperties(props, ["aria-describedby", "autoComplete", "autoFocus", "classes", "className", "color", "defaultValue", "disabled", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "rowsMax", "rowsMin", "maxRows", "minRows", "startAdornment", "type", "value"]); var value = inputPropsProp.value != null ? inputPropsProp.value : valueProp; var _React$useRef = useRef15(value != null), isControlled = _React$useRef.current; @@ -20228,13 +20250,13 @@ var InputBase = /* @__PURE__ */ forwardRef195(function InputBase2(props, ref2) { muiFormControl.setAdornedStart(Boolean(startAdornment)); } }, [muiFormControl, startAdornment]); - return /* @__PURE__ */ createElement201("div", _extends({ + return /* @__PURE__ */ createElement202("div", _extends({ className: clsx_m_default(classes.root, classes["color".concat(capitalize(fcs.color || "primary"))], className, fcs.disabled && classes.disabled, fcs.error && classes.error, fullWidth && classes.fullWidth, fcs.focused && classes.focused, muiFormControl && classes.formControl, multiline && classes.multiline, startAdornment && classes.adornedStart, endAdornment && classes.adornedEnd, fcs.margin === "dense" && classes.marginDense), onClick: handleClick, ref: ref2 - }, other), startAdornment, /* @__PURE__ */ createElement201(FormControlContext_default.Provider, { + }, other), startAdornment, /* @__PURE__ */ createElement202(FormControlContext_default.Provider, { value: null - }, /* @__PURE__ */ createElement201(InputComponent, _extends({ + }, /* @__PURE__ */ createElement202(InputComponent, _extends({ "aria-invalid": fcs.error, "aria-describedby": ariaDescribedby, autoComplete, @@ -20426,9 +20448,9 @@ var styles59 = function styles60(theme) { } }; }; -var FilledInput = /* @__PURE__ */ forwardRef196(function FilledInput2(props, ref2) { +var FilledInput = /* @__PURE__ */ forwardRef197(function FilledInput2(props, ref2) { var disableUnderline = props.disableUnderline, classes = props.classes, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? "input" : _props$inputComponent, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, _props$type = props.type, type3 = _props$type === void 0 ? "text" : _props$type, other = _objectWithoutProperties(props, ["disableUnderline", "classes", "fullWidth", "inputComponent", "multiline", "type"]); - return /* @__PURE__ */ createElement202(InputBase_default, _extends({ + return /* @__PURE__ */ createElement203(InputBase_default, _extends({ classes: _extends({}, classes, { root: clsx_m_default(classes.root, !disableUnderline && classes.underline), underline: null @@ -20477,8 +20499,8 @@ var FilledInput_default = withStyles_default2(styles59, { var import_prop_types57 = __toModule(require_prop_types()); import { Children as Children5, - createElement as createElement203, - forwardRef as forwardRef197, + createElement as createElement204, + forwardRef as forwardRef198, useCallback as useCallback12, useRef as useRef16, useState as useState10 @@ -20506,7 +20528,7 @@ var styles61 = { width: "100%" } }; -var FormControl = /* @__PURE__ */ forwardRef197(function FormControl2(props, ref2) { +var FormControl = /* @__PURE__ */ forwardRef198(function FormControl2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "primary" : _props$color, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$error = props.error, error4 = _props$error === void 0 ? false : _props$error, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, visuallyFocused = props.focused, _props$hiddenLabel = props.hiddenLabel, hiddenLabel = _props$hiddenLabel === void 0 ? false : _props$hiddenLabel, _props$margin = props.margin, margin = _props$margin === void 0 ? "none" : _props$margin, _props$required = props.required, required2 = _props$required === void 0 ? false : _props$required, size = props.size, _props$variant = props.variant, variant = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["children", "classes", "className", "color", "component", "disabled", "error", "fullWidth", "focused", "hiddenLabel", "margin", "required", "size", "variant"]); var _React$useState = useState10(function() { var initialAdornedStart = false; @@ -20584,9 +20606,9 @@ var FormControl = /* @__PURE__ */ forwardRef197(function FormControl2(props, ref required: required2, variant }; - return /* @__PURE__ */ createElement203(FormControlContext_default.Provider, { + return /* @__PURE__ */ createElement204(FormControlContext_default.Provider, { value: childContext - }, /* @__PURE__ */ createElement203(Component7, _extends({ + }, /* @__PURE__ */ createElement204(Component7, _extends({ className: clsx_m_default(classes.root, className, margin !== "none" && classes["margin".concat(capitalize(margin))], fullWidth && classes.fullWidth), ref: ref2 }, other), children2)); @@ -20615,8 +20637,8 @@ var FormControl_default = withStyles_default2(styles61, { var import_prop_types58 = __toModule(require_prop_types()); import { cloneElement as cloneElement11, - createElement as createElement204, - forwardRef as forwardRef198 + createElement as createElement205, + forwardRef as forwardRef199 } from "react"; var styles62 = function styles63(theme) { return { @@ -20653,7 +20675,7 @@ var styles62 = function styles63(theme) { } }; }; -var FormControlLabel = /* @__PURE__ */ forwardRef198(function FormControlLabel2(props, ref2) { +var FormControlLabel = /* @__PURE__ */ forwardRef199(function FormControlLabel2(props, ref2) { var checked = props.checked, classes = props.classes, className = props.className, control = props.control, disabledProp = props.disabled, inputRef = props.inputRef, label3 = props.label, _props$labelPlacement = props.labelPlacement, labelPlacement = _props$labelPlacement === void 0 ? "end" : _props$labelPlacement, name = props.name, onChange = props.onChange, value = props.value, other = _objectWithoutProperties(props, ["checked", "classes", "className", "control", "disabled", "inputRef", "label", "labelPlacement", "name", "onChange", "value"]); var muiFormControl = useFormControl2(); var disabled3 = disabledProp; @@ -20671,10 +20693,10 @@ var FormControlLabel = /* @__PURE__ */ forwardRef198(function FormControlLabel2( controlProps[key] = props[key]; } }); - return /* @__PURE__ */ createElement204("label", _extends({ + return /* @__PURE__ */ createElement205("label", _extends({ className: clsx_m_default(classes.root, className, labelPlacement !== "end" && classes["labelPlacement".concat(capitalize(labelPlacement))], disabled3 && classes.disabled), ref: ref2 - }, other), /* @__PURE__ */ cloneElement11(control, controlProps), /* @__PURE__ */ createElement204(Typography_default, { + }, other), /* @__PURE__ */ cloneElement11(control, controlProps), /* @__PURE__ */ createElement205(Typography_default, { component: "span", className: clsx_m_default(classes.label, disabled3 && classes.disabled) }, label3)); @@ -20699,8 +20721,8 @@ var FormControlLabel_default = withStyles_default2(styles62, { // ../../node_modules/@material-ui/core/esm/FormGroup/FormGroup.js var import_prop_types59 = __toModule(require_prop_types()); import { - createElement as createElement205, - forwardRef as forwardRef199 + createElement as createElement206, + forwardRef as forwardRef200 } from "react"; var styles64 = { root: { @@ -20712,9 +20734,9 @@ var styles64 = { flexDirection: "row" } }; -var FormGroup = /* @__PURE__ */ forwardRef199(function FormGroup2(props, ref2) { +var FormGroup = /* @__PURE__ */ forwardRef200(function FormGroup2(props, ref2) { var classes = props.classes, className = props.className, _props$row = props.row, row = _props$row === void 0 ? false : _props$row, other = _objectWithoutProperties(props, ["classes", "className", "row"]); - return /* @__PURE__ */ createElement205("div", _extends({ + return /* @__PURE__ */ createElement206("div", _extends({ className: clsx_m_default(classes.root, className, row && classes.row), ref: ref2 }, other)); @@ -20732,8 +20754,8 @@ var FormGroup_default = withStyles_default2(styles64, { // ../../node_modules/@material-ui/core/esm/FormHelperText/FormHelperText.js var import_prop_types60 = __toModule(require_prop_types()); import { - createElement as createElement206, - forwardRef as forwardRef200 + createElement as createElement207, + forwardRef as forwardRef201 } from "react"; var styles65 = function styles66(theme) { return { @@ -20764,7 +20786,7 @@ var styles65 = function styles66(theme) { required: {} }; }; -var FormHelperText = /* @__PURE__ */ forwardRef200(function FormHelperText2(props, ref2) { +var FormHelperText = /* @__PURE__ */ forwardRef201(function FormHelperText2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "p" : _props$component, disabled3 = props.disabled, error4 = props.error, filled = props.filled, focused = props.focused, margin = props.margin, required2 = props.required, variant = props.variant, other = _objectWithoutProperties(props, ["children", "classes", "className", "component", "disabled", "error", "filled", "focused", "margin", "required", "variant"]); var muiFormControl = useFormControl2(); var fcs = formControlState({ @@ -20772,10 +20794,10 @@ var FormHelperText = /* @__PURE__ */ forwardRef200(function FormHelperText2(prop muiFormControl, states: ["variant", "margin", "disabled", "error", "filled", "focused", "required"] }); - return /* @__PURE__ */ createElement206(Component7, _extends({ + return /* @__PURE__ */ createElement207(Component7, _extends({ className: clsx_m_default(classes.root, (fcs.variant === "filled" || fcs.variant === "outlined") && classes.contained, className, fcs.disabled && classes.disabled, fcs.error && classes.error, fcs.filled && classes.filled, fcs.focused && classes.focused, fcs.required && classes.required, fcs.margin === "dense" && classes.marginDense), ref: ref2 - }, other), children2 === " " ? /* @__PURE__ */ createElement206("span", { + }, other), children2 === " " ? /* @__PURE__ */ createElement207("span", { dangerouslySetInnerHTML: { __html: "​" } @@ -20801,8 +20823,8 @@ var FormHelperText_default = withStyles_default2(styles65, { // ../../node_modules/@material-ui/core/esm/FormLabel/FormLabel.js var import_prop_types61 = __toModule(require_prop_types()); import { - createElement as createElement207, - forwardRef as forwardRef201 + createElement as createElement208, + forwardRef as forwardRef202 } from "react"; var styles67 = function styles68(theme) { return { @@ -20838,7 +20860,7 @@ var styles67 = function styles68(theme) { } }; }; -var FormLabel = /* @__PURE__ */ forwardRef201(function FormLabel2(props, ref2) { +var FormLabel = /* @__PURE__ */ forwardRef202(function FormLabel2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, color2 = props.color, _props$component = props.component, Component7 = _props$component === void 0 ? "label" : _props$component, disabled3 = props.disabled, error4 = props.error, filled = props.filled, focused = props.focused, required2 = props.required, other = _objectWithoutProperties(props, ["children", "classes", "className", "color", "component", "disabled", "error", "filled", "focused", "required"]); var muiFormControl = useFormControl2(); var fcs = formControlState({ @@ -20846,10 +20868,10 @@ var FormLabel = /* @__PURE__ */ forwardRef201(function FormLabel2(props, ref2) { muiFormControl, states: ["color", "required", "focused", "disabled", "error", "filled"] }); - return /* @__PURE__ */ createElement207(Component7, _extends({ + return /* @__PURE__ */ createElement208(Component7, _extends({ className: clsx_m_default(classes.root, classes["color".concat(capitalize(fcs.color || "primary"))], className, fcs.disabled && classes.disabled, fcs.error && classes.error, fcs.filled && classes.filled, fcs.focused && classes.focused, fcs.required && classes.required), ref: ref2 - }, other), children2, fcs.required && /* @__PURE__ */ createElement207("span", { + }, other), children2, fcs.required && /* @__PURE__ */ createElement208("span", { "aria-hidden": true, className: clsx_m_default(classes.asterisk, fcs.error && classes.error) }, "\u2009", "*")); @@ -20873,8 +20895,8 @@ var FormLabel_default = withStyles_default2(styles67, { // ../../node_modules/@material-ui/core/esm/Grid/Grid.js var import_prop_types62 = __toModule(require_prop_types()); import { - createElement as createElement208, - forwardRef as forwardRef202 + createElement as createElement209, + forwardRef as forwardRef203 } from "react"; var SPACINGS = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; var GRID_SIZES = ["auto", true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; @@ -21011,10 +21033,10 @@ var styles69 = function styles70(theme) { return accumulator; }, {})); }; -var Grid = /* @__PURE__ */ forwardRef202(function Grid2(props, ref2) { +var Grid = /* @__PURE__ */ forwardRef203(function Grid2(props, ref2) { var _props$alignContent = props.alignContent, alignContent2 = _props$alignContent === void 0 ? "stretch" : _props$alignContent, _props$alignItems = props.alignItems, alignItems2 = _props$alignItems === void 0 ? "stretch" : _props$alignItems, classes = props.classes, classNameProp = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$container = props.container, container = _props$container === void 0 ? false : _props$container, _props$direction = props.direction, direction = _props$direction === void 0 ? "row" : _props$direction, _props$item = props.item, item = _props$item === void 0 ? false : _props$item, justify = props.justify, _props$justifyContent = props.justifyContent, justifyContent2 = _props$justifyContent === void 0 ? "flex-start" : _props$justifyContent, _props$lg = props.lg, lg2 = _props$lg === void 0 ? false : _props$lg, _props$md = props.md, md2 = _props$md === void 0 ? false : _props$md, _props$sm = props.sm, sm2 = _props$sm === void 0 ? false : _props$sm, _props$spacing = props.spacing, spacing4 = _props$spacing === void 0 ? 0 : _props$spacing, _props$wrap = props.wrap, wrap = _props$wrap === void 0 ? "wrap" : _props$wrap, _props$xl = props.xl, xl2 = _props$xl === void 0 ? false : _props$xl, _props$xs = props.xs, xs = _props$xs === void 0 ? false : _props$xs, _props$zeroMinWidth = props.zeroMinWidth, zeroMinWidth = _props$zeroMinWidth === void 0 ? false : _props$zeroMinWidth, other = _objectWithoutProperties(props, ["alignContent", "alignItems", "classes", "className", "component", "container", "direction", "item", "justify", "justifyContent", "lg", "md", "sm", "spacing", "wrap", "xl", "xs", "zeroMinWidth"]); var className = clsx_m_default(classes.root, classNameProp, container && [classes.container, spacing4 !== 0 && classes["spacing-xs-".concat(String(spacing4))]], item && classes.item, zeroMinWidth && classes.zeroMinWidth, direction !== "row" && classes["direction-xs-".concat(String(direction))], wrap !== "wrap" && classes["wrap-xs-".concat(String(wrap))], alignItems2 !== "stretch" && classes["align-items-xs-".concat(String(alignItems2))], alignContent2 !== "stretch" && classes["align-content-xs-".concat(String(alignContent2))], (justify || justifyContent2) !== "flex-start" && classes["justify-content-xs-".concat(String(justify || justifyContent2))], xs !== false && classes["grid-xs-".concat(String(xs))], sm2 !== false && classes["grid-sm-".concat(String(sm2))], md2 !== false && classes["grid-md-".concat(String(md2))], lg2 !== false && classes["grid-lg-".concat(String(lg2))], xl2 !== false && classes["grid-xl-".concat(String(xl2))]); - return /* @__PURE__ */ createElement208(Component7, _extends({ + return /* @__PURE__ */ createElement209(Component7, _extends({ className, ref: ref2 }, other)); @@ -21066,8 +21088,8 @@ var Grid_default = StyledGrid; var import_prop_types63 = __toModule(require_prop_types()); import { cloneElement as cloneElement12, - createElement as createElement209, - forwardRef as forwardRef203, + createElement as createElement210, + forwardRef as forwardRef204, useEffect as useEffect16, useRef as useRef17 } from "react"; @@ -21084,7 +21106,7 @@ var styles71 = { transform: "none" } }; -var Grow = /* @__PURE__ */ forwardRef203(function Grow2(props, ref2) { +var Grow = /* @__PURE__ */ forwardRef204(function Grow2(props, ref2) { var children2 = props.children, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style3 = props.style, _props$timeout = props.timeout, timeout2 = _props$timeout === void 0 ? "auto" : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition_default : _props$TransitionComp, other = _objectWithoutProperties(props, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var timer = useRef17(); var autoTimeout = useRef17(); @@ -21173,7 +21195,7 @@ var Grow = /* @__PURE__ */ forwardRef203(function Grow2(props, ref2) { clearTimeout(timer.current); }; }, []); - return /* @__PURE__ */ createElement209(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement210(TransitionComponent, _extends({ appear: true, in: inProp, nodeRef: enableStrictModeCompat ? nodeRef : void 0, @@ -21219,7 +21241,7 @@ var Grow_default = Grow; // ../../node_modules/@material-ui/core/esm/Hidden/Hidden.js var import_prop_types67 = __toModule(require_prop_types()); import { - createElement as createElement212 + createElement as createElement213 } from "react"; // ../../node_modules/@material-ui/core/esm/Hidden/HiddenJs.js @@ -21228,7 +21250,7 @@ var import_prop_types65 = __toModule(require_prop_types()); // ../../node_modules/@material-ui/core/esm/withWidth/withWidth.js var import_prop_types64 = __toModule(require_prop_types()); import { - createElement as createElement210, + createElement as createElement211, useEffect as useEffect18, useLayoutEffect as useLayoutEffect6, useState as useState12 @@ -21339,7 +21361,7 @@ var withWidth = function withWidth2() { if (more.width === void 0) { return null; } - return /* @__PURE__ */ createElement210(Component7, more); + return /* @__PURE__ */ createElement211(Component7, more); } true ? WithWidth.propTypes = { initialWidth: import_prop_types64.default.oneOf(["xs", "sm", "md", "lg", "xl"]), @@ -21415,7 +21437,7 @@ var HiddenJs_default = withWidth_default()(HiddenJs); // ../../node_modules/@material-ui/core/esm/Hidden/HiddenCss.js var import_prop_types66 = __toModule(require_prop_types()); import { - createElement as createElement211 + createElement as createElement212 } from "react"; var styles72 = function styles73(theme) { var hidden = { @@ -21463,7 +21485,7 @@ function HiddenCss(props) { clsx2.push(classes["only".concat(capitalize(breakpoint2))]); }); } - return /* @__PURE__ */ createElement211("div", { + return /* @__PURE__ */ createElement212("div", { className: clsx2.join(" ") }, children2); } @@ -21492,7 +21514,7 @@ var HiddenCss_default = withStyles_default2(styles72, { function Hidden(props) { var _props$implementation = props.implementation, implementation = _props$implementation === void 0 ? "js" : _props$implementation, _props$lgDown = props.lgDown, lgDown = _props$lgDown === void 0 ? false : _props$lgDown, _props$lgUp = props.lgUp, lgUp = _props$lgUp === void 0 ? false : _props$lgUp, _props$mdDown = props.mdDown, mdDown = _props$mdDown === void 0 ? false : _props$mdDown, _props$mdUp = props.mdUp, mdUp = _props$mdUp === void 0 ? false : _props$mdUp, _props$smDown = props.smDown, smDown = _props$smDown === void 0 ? false : _props$smDown, _props$smUp = props.smUp, smUp = _props$smUp === void 0 ? false : _props$smUp, _props$xlDown = props.xlDown, xlDown = _props$xlDown === void 0 ? false : _props$xlDown, _props$xlUp = props.xlUp, xlUp = _props$xlUp === void 0 ? false : _props$xlUp, _props$xsDown = props.xsDown, xsDown = _props$xsDown === void 0 ? false : _props$xsDown, _props$xsUp = props.xsUp, xsUp = _props$xsUp === void 0 ? false : _props$xsUp, other = _objectWithoutProperties(props, ["implementation", "lgDown", "lgUp", "mdDown", "mdUp", "smDown", "smUp", "xlDown", "xlUp", "xsDown", "xsUp"]); if (implementation === "js") { - return /* @__PURE__ */ createElement212(HiddenJs_default, _extends({ + return /* @__PURE__ */ createElement213(HiddenJs_default, _extends({ lgDown, lgUp, mdDown, @@ -21505,7 +21527,7 @@ function Hidden(props) { xsUp }, other)); } - return /* @__PURE__ */ createElement212(HiddenCss_default, _extends({ + return /* @__PURE__ */ createElement213(HiddenCss_default, _extends({ lgDown, lgUp, mdDown, @@ -21540,8 +21562,8 @@ var Hidden_default = Hidden; // ../../node_modules/@material-ui/core/esm/Input/Input.js var import_prop_types68 = __toModule(require_prop_types()); import { - createElement as createElement213, - forwardRef as forwardRef204 + createElement as createElement214, + forwardRef as forwardRef205 } from "react"; var styles74 = function styles75(theme) { var light2 = theme.palette.type === "light"; @@ -21616,9 +21638,9 @@ var styles74 = function styles75(theme) { inputTypeSearch: {} }; }; -var Input = /* @__PURE__ */ forwardRef204(function Input2(props, ref2) { +var Input = /* @__PURE__ */ forwardRef205(function Input2(props, ref2) { var disableUnderline = props.disableUnderline, classes = props.classes, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? "input" : _props$inputComponent, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, _props$type = props.type, type3 = _props$type === void 0 ? "text" : _props$type, other = _objectWithoutProperties(props, ["disableUnderline", "classes", "fullWidth", "inputComponent", "multiline", "type"]); - return /* @__PURE__ */ createElement213(InputBase_default, _extends({ + return /* @__PURE__ */ createElement214(InputBase_default, _extends({ classes: _extends({}, classes, { root: clsx_m_default(classes.root, !disableUnderline && classes.underline), underline: null @@ -21666,8 +21688,8 @@ var Input_default = withStyles_default2(styles74, { // ../../node_modules/@material-ui/core/esm/InputLabel/InputLabel.js var import_prop_types69 = __toModule(require_prop_types()); import { - createElement as createElement214, - forwardRef as forwardRef205 + createElement as createElement215, + forwardRef as forwardRef206 } from "react"; var styles76 = function styles77(theme) { return { @@ -21726,7 +21748,7 @@ var styles76 = function styles77(theme) { } }; }; -var InputLabel = /* @__PURE__ */ forwardRef205(function InputLabel2(props, ref2) { +var InputLabel = /* @__PURE__ */ forwardRef206(function InputLabel2(props, ref2) { var classes = props.classes, className = props.className, _props$disableAnimati = props.disableAnimation, disableAnimation = _props$disableAnimati === void 0 ? false : _props$disableAnimati, margin = props.margin, shrinkProp = props.shrink, variant = props.variant, other = _objectWithoutProperties(props, ["classes", "className", "disableAnimation", "margin", "shrink", "variant"]); var muiFormControl = useFormControl2(); var shrink3 = shrinkProp; @@ -21738,7 +21760,7 @@ var InputLabel = /* @__PURE__ */ forwardRef205(function InputLabel2(props, ref2) muiFormControl, states: ["margin", "variant"] }); - return /* @__PURE__ */ createElement214(FormLabel_default, _extends({ + return /* @__PURE__ */ createElement215(FormLabel_default, _extends({ "data-shrink": shrink3, className: clsx_m_default(classes.root, className, muiFormControl && classes.formControl, !disableAnimation && classes.animated, shrink3 && classes.shrink, fcs.margin === "dense" && classes.marginDense, { "filled": classes.filled, @@ -21775,8 +21797,8 @@ var InputLabel_default = withStyles_default2(styles76, { // ../../node_modules/@material-ui/core/esm/LinearProgress/LinearProgress.js var import_prop_types70 = __toModule(require_prop_types()); import { - createElement as createElement215, - forwardRef as forwardRef206 + createElement as createElement216, + forwardRef as forwardRef207 } from "react"; var TRANSITION_DURATION = 4; var styles78 = function styles79(theme) { @@ -21902,7 +21924,7 @@ var styles78 = function styles79(theme) { } }; }; -var LinearProgress = /* @__PURE__ */ forwardRef206(function LinearProgress2(props, ref2) { +var LinearProgress = /* @__PURE__ */ forwardRef207(function LinearProgress2(props, ref2) { var classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "primary" : _props$color, value = props.value, valueBuffer = props.valueBuffer, _props$variant = props.variant, variant = _props$variant === void 0 ? "indeterminate" : _props$variant, other = _objectWithoutProperties(props, ["classes", "className", "color", "value", "valueBuffer", "variant"]); var theme = useTheme2(); var rootProps = {}; @@ -21935,7 +21957,7 @@ var LinearProgress = /* @__PURE__ */ forwardRef206(function LinearProgress2(prop console.error("Material-UI: You need to provide a valueBuffer prop when using the buffer variant of LinearProgress."); } } - return /* @__PURE__ */ createElement215("div", _extends({ + return /* @__PURE__ */ createElement216("div", _extends({ className: clsx_m_default(classes.root, classes["color".concat(capitalize(color2))], className, { "determinate": classes.determinate, "indeterminate": classes.indeterminate, @@ -21945,15 +21967,15 @@ var LinearProgress = /* @__PURE__ */ forwardRef206(function LinearProgress2(prop role: "progressbar" }, rootProps, { ref: ref2 - }, other), variant === "buffer" ? /* @__PURE__ */ createElement215("div", { + }, other), variant === "buffer" ? /* @__PURE__ */ createElement216("div", { className: clsx_m_default(classes.dashed, classes["dashedColor".concat(capitalize(color2))]) - }) : null, /* @__PURE__ */ createElement215("div", { + }) : null, /* @__PURE__ */ createElement216("div", { className: clsx_m_default(classes.bar, classes["barColor".concat(capitalize(color2))], (variant === "indeterminate" || variant === "query") && classes.bar1Indeterminate, { "determinate": classes.bar1Determinate, "buffer": classes.bar1Buffer }[variant]), style: inlineStyles.bar1 - }), variant === "determinate" ? null : /* @__PURE__ */ createElement215("div", { + }), variant === "determinate" ? null : /* @__PURE__ */ createElement216("div", { className: clsx_m_default(classes.bar, (variant === "indeterminate" || variant === "query") && classes.bar2Indeterminate, variant === "buffer" ? [classes["color".concat(capitalize(color2))], classes.bar2Buffer] : classes["barColor".concat(capitalize(color2))]), style: inlineStyles.bar2 })); @@ -21973,8 +21995,8 @@ var LinearProgress_default = withStyles_default2(styles78, { // ../../node_modules/@material-ui/core/esm/List/List.js var import_prop_types71 = __toModule(require_prop_types()); import { - createElement as createElement216, - forwardRef as forwardRef207, + createElement as createElement217, + forwardRef as forwardRef208, useMemo as useMemo3 } from "react"; @@ -22005,16 +22027,16 @@ var styles80 = { paddingTop: 0 } }; -var List = /* @__PURE__ */ forwardRef207(function List2(props, ref2) { +var List = /* @__PURE__ */ forwardRef208(function List2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "ul" : _props$component, _props$dense = props.dense, dense = _props$dense === void 0 ? false : _props$dense, _props$disablePadding = props.disablePadding, disablePadding = _props$disablePadding === void 0 ? false : _props$disablePadding, subheader = props.subheader, other = _objectWithoutProperties(props, ["children", "classes", "className", "component", "dense", "disablePadding", "subheader"]); var context = useMemo3(function() { return { dense }; }, [dense]); - return /* @__PURE__ */ createElement216(ListContext_default.Provider, { + return /* @__PURE__ */ createElement217(ListContext_default.Provider, { value: context - }, /* @__PURE__ */ createElement216(Component7, _extends({ + }, /* @__PURE__ */ createElement217(Component7, _extends({ className: clsx_m_default(classes.root, className, dense && classes.dense, !disablePadding && classes.padding, subheader && classes.subheader), ref: ref2 }, other), subheader, children2)); @@ -22036,8 +22058,8 @@ var List_default = withStyles_default2(styles80, { var import_prop_types72 = __toModule(require_prop_types()); import { Children as Children6, - createElement as createElement217, - forwardRef as forwardRef208, + createElement as createElement218, + forwardRef as forwardRef209, useCallback as useCallback13, useContext as useContext4, useEffect as useEffect19, @@ -22109,7 +22131,7 @@ var styles81 = function styles82(theme) { }; }; var useEnhancedEffect7 = typeof window === "undefined" ? useEffect19 : useLayoutEffect7; -var ListItem = /* @__PURE__ */ forwardRef208(function ListItem2(props, ref2) { +var ListItem = /* @__PURE__ */ forwardRef209(function ListItem2(props, ref2) { var _props$alignItems = props.alignItems, alignItems2 = _props$alignItems === void 0 ? "center" : _props$alignItems, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus, _props$button = props.button, button2 = _props$button === void 0 ? false : _props$button, childrenProp = props.children, classes = props.classes, className = props.className, componentProp = props.component, _props$ContainerCompo = props.ContainerComponent, ContainerComponent = _props$ContainerCompo === void 0 ? "li" : _props$ContainerCompo, _props$ContainerProps = props.ContainerProps; _props$ContainerProps = _props$ContainerProps === void 0 ? {} : _props$ContainerProps; var ContainerClassName = _props$ContainerProps.className, ContainerProps = _objectWithoutProperties(_props$ContainerProps, ["className"]), _props$dense = props.dense, dense = _props$dense === void 0 ? false : _props$dense, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, _props$divider = props.divider, divider = _props$divider === void 0 ? false : _props$divider, focusVisibleClassName = props.focusVisibleClassName, _props$selected = props.selected, selected = _props$selected === void 0 ? false : _props$selected, other = _objectWithoutProperties(props, ["alignItems", "autoFocus", "button", "children", "classes", "className", "component", "ContainerComponent", "ContainerProps", "dense", "disabled", "disableGutters", "divider", "focusVisibleClassName", "selected"]); @@ -22153,16 +22175,16 @@ var ListItem = /* @__PURE__ */ forwardRef208(function ListItem2(props, ref2) { componentProps.component = "div"; } } - return /* @__PURE__ */ createElement217(ListContext_default.Provider, { + return /* @__PURE__ */ createElement218(ListContext_default.Provider, { value: childContext - }, /* @__PURE__ */ createElement217(ContainerComponent, _extends({ + }, /* @__PURE__ */ createElement218(ContainerComponent, _extends({ className: clsx_m_default(classes.container, ContainerClassName), ref: handleRef - }, ContainerProps), /* @__PURE__ */ createElement217(Component7, componentProps, children2), children2.pop())); + }, ContainerProps), /* @__PURE__ */ createElement218(Component7, componentProps, children2), children2.pop())); } - return /* @__PURE__ */ createElement217(ListContext_default.Provider, { + return /* @__PURE__ */ createElement218(ListContext_default.Provider, { value: childContext - }, /* @__PURE__ */ createElement217(Component7, _extends({ + }, /* @__PURE__ */ createElement218(Component7, _extends({ ref: handleRef }, componentProps), children2)); }); @@ -22204,8 +22226,8 @@ var ListItem_default = withStyles_default2(styles81, { // ../../node_modules/@material-ui/core/esm/ListItemAvatar/ListItemAvatar.js var import_prop_types73 = __toModule(require_prop_types()); import { - createElement as createElement218, - forwardRef as forwardRef209, + createElement as createElement219, + forwardRef as forwardRef210, useContext as useContext5 } from "react"; var styles83 = { @@ -22217,10 +22239,10 @@ var styles83 = { marginTop: 8 } }; -var ListItemAvatar = /* @__PURE__ */ forwardRef209(function ListItemAvatar2(props, ref2) { +var ListItemAvatar = /* @__PURE__ */ forwardRef210(function ListItemAvatar2(props, ref2) { var classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["classes", "className"]); var context = useContext5(ListContext_default); - return /* @__PURE__ */ createElement218("div", _extends({ + return /* @__PURE__ */ createElement219("div", _extends({ className: clsx_m_default(classes.root, className, context.alignItems === "flex-start" && classes.alignItemsFlexStart), ref: ref2 }, other)); @@ -22237,8 +22259,8 @@ var ListItemAvatar_default = withStyles_default2(styles83, { // ../../node_modules/@material-ui/core/esm/ListItemIcon/ListItemIcon.js var import_prop_types74 = __toModule(require_prop_types()); import { - createElement as createElement219, - forwardRef as forwardRef210, + createElement as createElement220, + forwardRef as forwardRef211, useContext as useContext6 } from "react"; var styles84 = function styles85(theme) { @@ -22254,10 +22276,10 @@ var styles84 = function styles85(theme) { } }; }; -var ListItemIcon = /* @__PURE__ */ forwardRef210(function ListItemIcon2(props, ref2) { +var ListItemIcon = /* @__PURE__ */ forwardRef211(function ListItemIcon2(props, ref2) { var classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["classes", "className"]); var context = useContext6(ListContext_default); - return /* @__PURE__ */ createElement219("div", _extends({ + return /* @__PURE__ */ createElement220("div", _extends({ className: clsx_m_default(classes.root, className, context.alignItems === "flex-start" && classes.alignItemsFlexStart), ref: ref2 }, other)); @@ -22274,8 +22296,8 @@ var ListItemIcon_default = withStyles_default2(styles84, { // ../../node_modules/@material-ui/core/esm/ListItemSecondaryAction/ListItemSecondaryAction.js var import_prop_types75 = __toModule(require_prop_types()); import { - createElement as createElement220, - forwardRef as forwardRef211 + createElement as createElement221, + forwardRef as forwardRef212 } from "react"; var styles86 = { root: { @@ -22285,9 +22307,9 @@ var styles86 = { transform: "translateY(-50%)" } }; -var ListItemSecondaryAction = /* @__PURE__ */ forwardRef211(function ListItemSecondaryAction2(props, ref2) { +var ListItemSecondaryAction = /* @__PURE__ */ forwardRef212(function ListItemSecondaryAction2(props, ref2) { var classes = props.classes, className = props.className, other = _objectWithoutProperties(props, ["classes", "className"]); - return /* @__PURE__ */ createElement220("div", _extends({ + return /* @__PURE__ */ createElement221("div", _extends({ className: clsx_m_default(classes.root, className), ref: ref2 }, other)); @@ -22305,8 +22327,8 @@ var ListItemSecondaryAction_default = withStyles_default2(styles86, { // ../../node_modules/@material-ui/core/esm/ListItemText/ListItemText.js var import_prop_types76 = __toModule(require_prop_types()); import { - createElement as createElement221, - forwardRef as forwardRef212, + createElement as createElement222, + forwardRef as forwardRef213, useContext as useContext7 } from "react"; var styles87 = { @@ -22327,12 +22349,12 @@ var styles87 = { primary: {}, secondary: {} }; -var ListItemText = /* @__PURE__ */ forwardRef212(function ListItemText2(props, ref2) { +var ListItemText = /* @__PURE__ */ forwardRef213(function ListItemText2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$disableTypogra = props.disableTypography, disableTypography = _props$disableTypogra === void 0 ? false : _props$disableTypogra, _props$inset = props.inset, inset = _props$inset === void 0 ? false : _props$inset, primaryProp = props.primary, primaryTypographyProps = props.primaryTypographyProps, secondaryProp = props.secondary, secondaryTypographyProps = props.secondaryTypographyProps, other = _objectWithoutProperties(props, ["children", "classes", "className", "disableTypography", "inset", "primary", "primaryTypographyProps", "secondary", "secondaryTypographyProps"]); var _React$useContext = useContext7(ListContext_default), dense = _React$useContext.dense; var primary3 = primaryProp != null ? primaryProp : children2; if (primary3 != null && primary3.type !== Typography_default && !disableTypography) { - primary3 = /* @__PURE__ */ createElement221(Typography_default, _extends({ + primary3 = /* @__PURE__ */ createElement222(Typography_default, _extends({ variant: dense ? "body2" : "body1", className: classes.primary, component: "span", @@ -22341,14 +22363,14 @@ var ListItemText = /* @__PURE__ */ forwardRef212(function ListItemText2(props, r } var secondary3 = secondaryProp; if (secondary3 != null && secondary3.type !== Typography_default && !disableTypography) { - secondary3 = /* @__PURE__ */ createElement221(Typography_default, _extends({ + secondary3 = /* @__PURE__ */ createElement222(Typography_default, _extends({ variant: "body2", className: classes.secondary, color: "textSecondary", display: "block" }, secondaryTypographyProps), secondary3); } - return /* @__PURE__ */ createElement221("div", _extends({ + return /* @__PURE__ */ createElement222("div", _extends({ className: clsx_m_default(classes.root, className, dense && classes.dense, inset && classes.inset, primary3 && secondary3 && classes.multiline), ref: ref2 }, other), primary3, secondary3); @@ -22371,8 +22393,8 @@ var ListItemText_default = withStyles_default2(styles87, { // ../../node_modules/@material-ui/core/esm/ListSubheader/ListSubheader.js var import_prop_types77 = __toModule(require_prop_types()); import { - createElement as createElement222, - forwardRef as forwardRef213 + createElement as createElement223, + forwardRef as forwardRef214 } from "react"; var styles88 = function styles89(theme) { return { @@ -22406,9 +22428,9 @@ var styles88 = function styles89(theme) { } }; }; -var ListSubheader = /* @__PURE__ */ forwardRef213(function ListSubheader2(props, ref2) { +var ListSubheader = /* @__PURE__ */ forwardRef214(function ListSubheader2(props, ref2) { var classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "default" : _props$color, _props$component = props.component, Component7 = _props$component === void 0 ? "li" : _props$component, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, _props$disableSticky = props.disableSticky, disableSticky = _props$disableSticky === void 0 ? false : _props$disableSticky, _props$inset = props.inset, inset = _props$inset === void 0 ? false : _props$inset, other = _objectWithoutProperties(props, ["classes", "className", "color", "component", "disableGutters", "disableSticky", "inset"]); - return /* @__PURE__ */ createElement222(Component7, _extends({ + return /* @__PURE__ */ createElement223(Component7, _extends({ className: clsx_m_default(classes.root, className, color2 !== "default" && classes["color".concat(capitalize(color2))], inset && classes.inset, !disableSticky && classes.sticky, !disableGutters && classes.gutters), ref: ref2 }, other)); @@ -22433,8 +22455,8 @@ var import_prop_types80 = __toModule(require_prop_types()); import { Children as Children8, cloneElement as cloneElement14, - createElement as createElement225, - forwardRef as forwardRef216, + createElement as createElement226, + forwardRef as forwardRef217, isValidElement as isValidElement9, useRef as useRef21 } from "react"; @@ -22443,8 +22465,8 @@ import { var import_prop_types78 = __toModule(require_prop_types()); import { Component as Component3, - createElement as createElement223, - forwardRef as forwardRef214, + createElement as createElement224, + forwardRef as forwardRef215, useCallback as useCallback14, useEffect as useEffect20, useImperativeHandle as useImperativeHandle3, @@ -22505,7 +22527,7 @@ var styles90 = { outline: 0 } }; -var Popover = /* @__PURE__ */ forwardRef214(function Popover2(props, ref2) { +var Popover = /* @__PURE__ */ forwardRef215(function Popover2(props, ref2) { var action3 = props.action, anchorEl = props.anchorEl, _props$anchorOrigin = props.anchorOrigin, anchorOrigin = _props$anchorOrigin === void 0 ? { vertical: "top", horizontal: "left" @@ -22665,7 +22687,7 @@ var Popover = /* @__PURE__ */ forwardRef214(function Popover2(props, ref2) { transitionDuration = void 0; } var container = containerProp || (anchorEl ? ownerDocument(getAnchorEl(anchorEl)).body : void 0); - return /* @__PURE__ */ createElement223(Modal_default, _extends({ + return /* @__PURE__ */ createElement224(Modal_default, _extends({ container, open, ref: ref2, @@ -22673,7 +22695,7 @@ var Popover = /* @__PURE__ */ forwardRef214(function Popover2(props, ref2) { invisible: true }, className: clsx_m_default(classes.root, className) - }, other), /* @__PURE__ */ createElement223(TransitionComponent, _extends({ + }, other), /* @__PURE__ */ createElement224(TransitionComponent, _extends({ appear: true, in: open, onEnter, @@ -22684,7 +22706,7 @@ var Popover = /* @__PURE__ */ forwardRef214(function Popover2(props, ref2) { timeout: transitionDuration }, TransitionProps4, { onEntering: createChainedFunction(handleEntering, TransitionProps4.onEntering) - }), /* @__PURE__ */ createElement223(Paper_default, _extends({ + }), /* @__PURE__ */ createElement224(Paper_default, _extends({ elevation, ref: handlePaperRef }, PaperProps, { @@ -22756,8 +22778,8 @@ var import_prop_types79 = __toModule(require_prop_types()); import { Children as Children7, cloneElement as cloneElement13, - createElement as createElement224, - forwardRef as forwardRef215, + createElement as createElement225, + forwardRef as forwardRef216, isValidElement as isValidElement8, useCallback as useCallback15, useEffect as useEffect21, @@ -22823,7 +22845,7 @@ function moveFocus(list, currentFocus, disableListWrap, disabledItemsFocusable, } } var useEnhancedEffect8 = typeof window === "undefined" ? useEffect21 : useLayoutEffect8; -var MenuList = /* @__PURE__ */ forwardRef215(function MenuList2(props, ref2) { +var MenuList = /* @__PURE__ */ forwardRef216(function MenuList2(props, ref2) { var actions = props.actions, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus, _props$autoFocusItem = props.autoFocusItem, autoFocusItem = _props$autoFocusItem === void 0 ? false : _props$autoFocusItem, children2 = props.children, className = props.className, _props$disabledItemsF = props.disabledItemsFocusable, disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF, _props$disableListWra = props.disableListWrap, disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra, onKeyDown = props.onKeyDown, _props$variant = props.variant, variant = _props$variant === void 0 ? "selectedMenu" : _props$variant, other = _objectWithoutProperties(props, ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"]); var listRef = useRef20(null); var textCriteriaRef = useRef20({ @@ -22927,7 +22949,7 @@ var MenuList = /* @__PURE__ */ forwardRef215(function MenuList2(props, ref2) { } return child; }); - return /* @__PURE__ */ createElement224(List_default, _extends({ + return /* @__PURE__ */ createElement225(List_default, _extends({ role: "menu", ref: handleRef, className, @@ -22968,7 +22990,7 @@ var styles91 = { outline: 0 } }; -var Menu = /* @__PURE__ */ forwardRef216(function Menu2(props, ref2) { +var Menu = /* @__PURE__ */ forwardRef217(function Menu2(props, ref2) { var _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? true : _props$autoFocus, children2 = props.children, classes = props.classes, _props$disableAutoFoc = props.disableAutoFocusItem, disableAutoFocusItem = _props$disableAutoFoc === void 0 ? false : _props$disableAutoFoc, _props$MenuListProps = props.MenuListProps, MenuListProps = _props$MenuListProps === void 0 ? {} : _props$MenuListProps, onClose = props.onClose, onEnteringProp = props.onEntering, open = props.open, _props$PaperProps = props.PaperProps, PaperProps = _props$PaperProps === void 0 ? {} : _props$PaperProps, PopoverClasses = props.PopoverClasses, _props$transitionDura = props.transitionDuration, transitionDuration = _props$transitionDura === void 0 ? "auto" : _props$transitionDura, _props$TransitionProp = props.TransitionProps; _props$TransitionProp = _props$TransitionProp === void 0 ? {} : _props$TransitionProp; var onEntering = _props$TransitionProp.onEntering, TransitionProps4 = _objectWithoutProperties(_props$TransitionProp, ["onEntering"]), _props$variant = props.variant, variant = _props$variant === void 0 ? "selectedMenu" : _props$variant, other = _objectWithoutProperties(props, ["autoFocus", "children", "classes", "disableAutoFocusItem", "MenuListProps", "onClose", "onEntering", "open", "PaperProps", "PopoverClasses", "transitionDuration", "TransitionProps", "variant"]); @@ -23027,7 +23049,7 @@ var Menu = /* @__PURE__ */ forwardRef216(function Menu2(props, ref2) { } return child; }); - return /* @__PURE__ */ createElement225(Popover_default, _extends({ + return /* @__PURE__ */ createElement226(Popover_default, _extends({ getContentAnchorEl, classes: PopoverClasses, onClose, @@ -23044,7 +23066,7 @@ var Menu = /* @__PURE__ */ forwardRef216(function Menu2(props, ref2) { open, ref: ref2, transitionDuration - }, other), /* @__PURE__ */ createElement225(MenuList_default, _extends({ + }, other), /* @__PURE__ */ createElement226(MenuList_default, _extends({ onKeyDown: handleListKeyDown, actions: menuListActionsRef, autoFocus: autoFocus && (activeItemIndex === -1 || disableAutoFocusItem), @@ -23086,8 +23108,8 @@ var Menu_default = withStyles_default2(styles91, { // ../../node_modules/@material-ui/core/esm/MenuItem/MenuItem.js var import_prop_types81 = __toModule(require_prop_types()); import { - createElement as createElement226, - forwardRef as forwardRef217 + createElement as createElement227, + forwardRef as forwardRef218 } from "react"; var styles92 = function styles93(theme) { return { @@ -23109,13 +23131,13 @@ var styles92 = function styles93(theme) { }) }; }; -var MenuItem = /* @__PURE__ */ forwardRef217(function MenuItem2(props, ref2) { +var MenuItem = /* @__PURE__ */ forwardRef218(function MenuItem2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, component = _props$component === void 0 ? "li" : _props$component, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, ListItemClasses = props.ListItemClasses, _props$role = props.role, role = _props$role === void 0 ? "menuitem" : _props$role, selected = props.selected, tabIndexProp = props.tabIndex, other = _objectWithoutProperties(props, ["classes", "className", "component", "disableGutters", "ListItemClasses", "role", "selected", "tabIndex"]); var tabIndex; if (!props.disabled) { tabIndex = tabIndexProp !== void 0 ? tabIndexProp : -1; } - return /* @__PURE__ */ createElement226(ListItem_default, _extends({ + return /* @__PURE__ */ createElement227(ListItem_default, _extends({ button: true, role, tabIndex, @@ -23150,24 +23172,24 @@ var MenuItem_default = withStyles_default2(styles92, { var import_prop_types83 = __toModule(require_prop_types()); import { cloneElement as cloneElement15, - createElement as createElement229, - forwardRef as forwardRef219 + createElement as createElement230, + forwardRef as forwardRef220 } from "react"; // ../../node_modules/@material-ui/core/esm/NativeSelect/NativeSelectInput.js var import_prop_types82 = __toModule(require_prop_types()); import { Fragment as Fragment4, - createElement as createElement227, - forwardRef as forwardRef218 + createElement as createElement228, + forwardRef as forwardRef219 } from "react"; -var NativeSelectInput = /* @__PURE__ */ forwardRef218(function NativeSelectInput2(props, ref2) { +var NativeSelectInput = /* @__PURE__ */ forwardRef219(function NativeSelectInput2(props, ref2) { var classes = props.classes, className = props.className, disabled3 = props.disabled, IconComponent = props.IconComponent, inputRef = props.inputRef, _props$variant = props.variant, variant = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["classes", "className", "disabled", "IconComponent", "inputRef", "variant"]); - return /* @__PURE__ */ createElement227(Fragment4, null, /* @__PURE__ */ createElement227("select", _extends({ + return /* @__PURE__ */ createElement228(Fragment4, null, /* @__PURE__ */ createElement228("select", _extends({ className: clsx_m_default(classes.root, classes.select, classes[variant], className, disabled3 && classes.disabled), disabled: disabled3, ref: inputRef || ref2 - }, other)), props.multiple ? null : /* @__PURE__ */ createElement227(IconComponent, { + }, other)), props.multiple ? null : /* @__PURE__ */ createElement228(IconComponent, { className: clsx_m_default(classes.icon, classes["icon".concat(capitalize(variant))], disabled3 && classes.disabled) })); }); @@ -23188,9 +23210,9 @@ var NativeSelectInput_default = NativeSelectInput; // ../../node_modules/@material-ui/core/esm/internal/svg-icons/ArrowDropDown.js import { - createElement as createElement228 + createElement as createElement229 } from "react"; -var ArrowDropDown_default = createSvgIcon(/* @__PURE__ */ createElement228("path", { +var ArrowDropDown_default = createSvgIcon(/* @__PURE__ */ createElement229("path", { d: "M7 10l5 5 5-5z" }), "ArrowDropDown"); @@ -23273,8 +23295,8 @@ var styles94 = function styles95(theme) { } }; }; -var defaultInput = /* @__PURE__ */ createElement229(Input_default, null); -var NativeSelect = /* @__PURE__ */ forwardRef219(function NativeSelect2(props, ref2) { +var defaultInput = /* @__PURE__ */ createElement230(Input_default, null); +var NativeSelect = /* @__PURE__ */ forwardRef220(function NativeSelect2(props, ref2) { var children2 = props.children, classes = props.classes, _props$IconComponent = props.IconComponent, IconComponent = _props$IconComponent === void 0 ? ArrowDropDown_default : _props$IconComponent, _props$input = props.input, input = _props$input === void 0 ? defaultInput : _props$input, inputProps = props.inputProps, variant = props.variant, other = _objectWithoutProperties(props, ["children", "classes", "IconComponent", "input", "inputProps", "variant"]); var muiFormControl = useFormControl2(); var fcs = formControlState({ @@ -23312,15 +23334,15 @@ var NativeSelect_default = withStyles_default2(styles94, { // ../../node_modules/@material-ui/core/esm/OutlinedInput/OutlinedInput.js var import_prop_types85 = __toModule(require_prop_types()); import { - createElement as createElement231, - forwardRef as forwardRef221 + createElement as createElement232, + forwardRef as forwardRef222 } from "react"; // ../../node_modules/@material-ui/core/esm/OutlinedInput/NotchedOutline.js var import_prop_types84 = __toModule(require_prop_types()); import { - createElement as createElement230, - forwardRef as forwardRef220 + createElement as createElement231, + forwardRef as forwardRef221 } from "react"; var styles96 = function styles97(theme) { return { @@ -23376,36 +23398,36 @@ var styles96 = function styles97(theme) { } }; }; -var NotchedOutline = /* @__PURE__ */ forwardRef220(function NotchedOutline2(props, ref2) { +var NotchedOutline = /* @__PURE__ */ forwardRef221(function NotchedOutline2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, label3 = props.label, labelWidthProp = props.labelWidth, notched = props.notched, style3 = props.style, other = _objectWithoutProperties(props, ["children", "classes", "className", "label", "labelWidth", "notched", "style"]); var theme = useTheme2(); var align = theme.direction === "rtl" ? "right" : "left"; if (label3 !== void 0) { - return /* @__PURE__ */ createElement230("fieldset", _extends({ + return /* @__PURE__ */ createElement231("fieldset", _extends({ "aria-hidden": true, className: clsx_m_default(classes.root, className), ref: ref2, style: style3 - }, other), /* @__PURE__ */ createElement230("legend", { + }, other), /* @__PURE__ */ createElement231("legend", { className: clsx_m_default(classes.legendLabelled, notched && classes.legendNotched) - }, label3 ? /* @__PURE__ */ createElement230("span", null, label3) : /* @__PURE__ */ createElement230("span", { + }, label3 ? /* @__PURE__ */ createElement231("span", null, label3) : /* @__PURE__ */ createElement231("span", { dangerouslySetInnerHTML: { __html: "​" } }))); } var labelWidth = labelWidthProp > 0 ? labelWidthProp * 0.75 + 8 : 0.01; - return /* @__PURE__ */ createElement230("fieldset", _extends({ + return /* @__PURE__ */ createElement231("fieldset", _extends({ "aria-hidden": true, style: _extends(_defineProperty({}, "padding".concat(capitalize(align)), 8), style3), className: clsx_m_default(classes.root, className), ref: ref2 - }, other), /* @__PURE__ */ createElement230("legend", { + }, other), /* @__PURE__ */ createElement231("legend", { className: classes.legend, style: { width: notched ? labelWidth : 0.01 } - }, /* @__PURE__ */ createElement230("span", { + }, /* @__PURE__ */ createElement231("span", { dangerouslySetInnerHTML: { __html: "​" } @@ -23499,11 +23521,11 @@ var styles98 = function styles99(theme) { } }; }; -var OutlinedInput = /* @__PURE__ */ forwardRef221(function OutlinedInput2(props, ref2) { +var OutlinedInput = /* @__PURE__ */ forwardRef222(function OutlinedInput2(props, ref2) { var classes = props.classes, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, _props$inputComponent = props.inputComponent, inputComponent = _props$inputComponent === void 0 ? "input" : _props$inputComponent, label3 = props.label, _props$labelWidth = props.labelWidth, labelWidth = _props$labelWidth === void 0 ? 0 : _props$labelWidth, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, notched = props.notched, _props$type = props.type, type3 = _props$type === void 0 ? "text" : _props$type, other = _objectWithoutProperties(props, ["classes", "fullWidth", "inputComponent", "label", "labelWidth", "multiline", "notched", "type"]); - return /* @__PURE__ */ createElement231(InputBase_default, _extends({ + return /* @__PURE__ */ createElement232(InputBase_default, _extends({ renderSuffix: function renderSuffix(state) { - return /* @__PURE__ */ createElement231(NotchedOutline_default, { + return /* @__PURE__ */ createElement232(NotchedOutline_default, { className: classes.notchedOutline, label: label3, labelWidth, @@ -23560,8 +23582,8 @@ var OutlinedInput_default = withStyles_default2(styles98, { var import_prop_types86 = __toModule(require_prop_types()); import { Component as Component4, - createElement as createElement232, - forwardRef as forwardRef222, + createElement as createElement233, + forwardRef as forwardRef223, useCallback as useCallback16, useEffect as useEffect22, useImperativeHandle as useImperativeHandle5, @@ -24814,7 +24836,7 @@ function getAnchorEl2(anchorEl) { } var useEnhancedEffect9 = typeof window !== "undefined" ? useLayoutEffect9 : useEffect22; var defaultPopperOptions = {}; -var Popper2 = /* @__PURE__ */ forwardRef222(function Popper3(props, ref2) { +var Popper2 = /* @__PURE__ */ forwardRef223(function Popper3(props, ref2) { var anchorEl = props.anchorEl, children2 = props.children, container = props.container, _props$disablePortal = props.disablePortal, disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal, _props$keepMounted = props.keepMounted, keepMounted = _props$keepMounted === void 0 ? false : _props$keepMounted, modifiers2 = props.modifiers, open = props.open, _props$placement = props.placement, initialPlacement = _props$placement === void 0 ? "bottom" : _props$placement, _props$popperOptions = props.popperOptions, popperOptions = _props$popperOptions === void 0 ? defaultPopperOptions : _props$popperOptions, popperRefProp = props.popperRef, style3 = props.style, _props$transition = props.transition, transition3 = _props$transition === void 0 ? false : _props$transition, other = _objectWithoutProperties(props, ["anchorEl", "children", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "style", "transition"]); var tooltipRef = useRef22(null); var ownRef = useForkRef(tooltipRef, ref2); @@ -24910,10 +24932,10 @@ var Popper2 = /* @__PURE__ */ forwardRef222(function Popper3(props, ref2) { onExited: handleExited }; } - return /* @__PURE__ */ createElement232(Portal_default, { + return /* @__PURE__ */ createElement233(Portal_default, { disablePortal, container - }, /* @__PURE__ */ createElement232("div", _extends({ + }, /* @__PURE__ */ createElement233("div", _extends({ ref: handleRef, role: "tooltip" }, other, { @@ -24958,29 +24980,29 @@ var Popper_default = Popper2; var import_prop_types88 = __toModule(require_prop_types()); import { cloneElement as cloneElement16, - createElement as createElement236, - forwardRef as forwardRef223 + createElement as createElement237, + forwardRef as forwardRef224 } from "react"; // ../../node_modules/@material-ui/core/esm/Radio/RadioButtonIcon.js var import_prop_types87 = __toModule(require_prop_types()); import { - createElement as createElement235 + createElement as createElement236 } from "react"; // ../../node_modules/@material-ui/core/esm/internal/svg-icons/RadioButtonUnchecked.js import { - createElement as createElement233 + createElement as createElement234 } from "react"; -var RadioButtonUnchecked_default = createSvgIcon(/* @__PURE__ */ createElement233("path", { +var RadioButtonUnchecked_default = createSvgIcon(/* @__PURE__ */ createElement234("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }), "RadioButtonUnchecked"); // ../../node_modules/@material-ui/core/esm/internal/svg-icons/RadioButtonChecked.js import { - createElement as createElement234 + createElement as createElement235 } from "react"; -var RadioButtonChecked_default = createSvgIcon(/* @__PURE__ */ createElement234("path", { +var RadioButtonChecked_default = createSvgIcon(/* @__PURE__ */ createElement235("path", { d: "M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z" }), "RadioButtonChecked"); @@ -25012,11 +25034,11 @@ var styles100 = function styles101(theme) { }; function RadioButtonIcon(props) { var checked = props.checked, classes = props.classes, fontSize3 = props.fontSize; - return /* @__PURE__ */ createElement235("div", { + return /* @__PURE__ */ createElement236("div", { className: clsx_m_default(classes.root, checked && classes.checked) - }, /* @__PURE__ */ createElement235(RadioButtonUnchecked_default, { + }, /* @__PURE__ */ createElement236(RadioButtonUnchecked_default, { fontSize: fontSize3 - }), /* @__PURE__ */ createElement235(RadioButtonChecked_default, { + }), /* @__PURE__ */ createElement236(RadioButtonChecked_default, { fontSize: fontSize3, className: classes.layer })); @@ -25088,11 +25110,11 @@ var styles102 = function styles103(theme) { } }; }; -var defaultCheckedIcon2 = /* @__PURE__ */ createElement236(RadioButtonIcon_default, { +var defaultCheckedIcon2 = /* @__PURE__ */ createElement237(RadioButtonIcon_default, { checked: true }); -var defaultIcon2 = /* @__PURE__ */ createElement236(RadioButtonIcon_default, null); -var Radio = /* @__PURE__ */ forwardRef223(function Radio2(props, ref2) { +var defaultIcon2 = /* @__PURE__ */ createElement237(RadioButtonIcon_default, null); +var Radio = /* @__PURE__ */ forwardRef224(function Radio2(props, ref2) { var checkedProp = props.checked, classes = props.classes, _props$color = props.color, color2 = _props$color === void 0 ? "secondary" : _props$color, nameProp = props.name, onChangeProp = props.onChange, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, other = _objectWithoutProperties(props, ["checked", "classes", "color", "name", "onChange", "size"]); var radioGroup = useRadioGroup(); var checked = checkedProp; @@ -25106,7 +25128,7 @@ var Radio = /* @__PURE__ */ forwardRef223(function Radio2(props, ref2) { name = radioGroup.name; } } - return /* @__PURE__ */ createElement236(SwitchBase_default, _extends({ + return /* @__PURE__ */ createElement237(SwitchBase_default, _extends({ color: color2, type: "radio", icon: /* @__PURE__ */ cloneElement16(defaultIcon2, { @@ -25150,12 +25172,12 @@ var Radio_default = withStyles_default2(styles102, { // ../../node_modules/@material-ui/core/esm/RadioGroup/RadioGroup.js var import_prop_types89 = __toModule(require_prop_types()); import { - createElement as createElement237, - forwardRef as forwardRef224, + createElement as createElement238, + forwardRef as forwardRef225, useImperativeHandle as useImperativeHandle6, useRef as useRef23 } from "react"; -var RadioGroup = /* @__PURE__ */ forwardRef224(function RadioGroup2(props, ref2) { +var RadioGroup = /* @__PURE__ */ forwardRef225(function RadioGroup2(props, ref2) { var actions = props.actions, children2 = props.children, nameProp = props.name, valueProp = props.value, onChange = props.onChange, other = _objectWithoutProperties(props, ["actions", "children", "name", "value", "onChange"]); var rootRef = useRef23(null); var _useControlled = useControlled({ @@ -25184,13 +25206,13 @@ var RadioGroup = /* @__PURE__ */ forwardRef224(function RadioGroup2(props, ref2) } }; var name = useId(nameProp); - return /* @__PURE__ */ createElement237(RadioGroupContext_default.Provider, { + return /* @__PURE__ */ createElement238(RadioGroupContext_default.Provider, { value: { name, onChange: handleChange, value } - }, /* @__PURE__ */ createElement237(FormGroup_default, _extends({ + }, /* @__PURE__ */ createElement238(FormGroup_default, _extends({ role: "radiogroup", ref: handleRef }, other), children2)); @@ -25245,8 +25267,8 @@ function _getPrototypeOf(o2) { var import_prop_types91 = __toModule(require_prop_types()); import { cloneElement as cloneElement18, - createElement as createElement239, - forwardRef as forwardRef226 + createElement as createElement240, + forwardRef as forwardRef227 } from "react"; // ../../node_modules/@material-ui/core/esm/Select/SelectInput.js @@ -25256,8 +25278,8 @@ import { Children as Children9, Fragment as Fragment5, cloneElement as cloneElement17, - createElement as createElement238, - forwardRef as forwardRef225, + createElement as createElement239, + forwardRef as forwardRef226, isValidElement as isValidElement10, useEffect as useEffect23, useImperativeHandle as useImperativeHandle7, @@ -25273,7 +25295,7 @@ function areEqualValues(a2, b2) { function isEmpty(display) { return display == null || typeof display === "string" && !display.trim(); } -var SelectInput = /* @__PURE__ */ forwardRef225(function SelectInput2(props, ref2) { +var SelectInput = /* @__PURE__ */ forwardRef226(function SelectInput2(props, ref2) { var ariaLabel = props["aria-label"], autoFocus = props.autoFocus, autoWidth = props.autoWidth, children2 = props.children, classes = props.classes, className = props.className, defaultValue = props.defaultValue, disabled3 = props.disabled, displayEmpty = props.displayEmpty, IconComponent = props.IconComponent, inputRefProp = props.inputRef, labelId = props.labelId, _props$MenuProps = props.MenuProps, MenuProps = _props$MenuProps === void 0 ? {} : _props$MenuProps, multiple = props.multiple, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onClose = props.onClose, onFocus = props.onFocus, onOpen = props.onOpen, openProp = props.open, readOnly = props.readOnly, renderValue = props.renderValue, _props$SelectDisplayP = props.SelectDisplayProps, SelectDisplayProps = _props$SelectDisplayP === void 0 ? {} : _props$SelectDisplayP, tabIndexProp = props.tabIndex, type3 = props.type, valueProp = props.value, _props$variant = props.variant, variant = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["aria-label", "autoFocus", "autoWidth", "children", "classes", "className", "defaultValue", "disabled", "displayEmpty", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"]); var _useControlled = useControlled({ controlled: valueProp, @@ -25509,7 +25531,7 @@ var SelectInput = /* @__PURE__ */ forwardRef225(function SelectInput2(props, ref tabIndex = disabled3 ? null : 0; } var buttonId = SelectDisplayProps.id || (name ? "mui-component-select-".concat(name) : void 0); - return /* @__PURE__ */ createElement238(Fragment5, null, /* @__PURE__ */ createElement238("div", _extends({ + return /* @__PURE__ */ createElement239(Fragment5, null, /* @__PURE__ */ createElement239("div", _extends({ className: clsx_m_default(classes.root, classes.select, classes.selectMenu, classes[variant], className, disabled3 && classes.disabled), ref: setDisplayNode, tabIndex, @@ -25525,11 +25547,11 @@ var SelectInput = /* @__PURE__ */ forwardRef225(function SelectInput2(props, ref onFocus }, SelectDisplayProps, { id: buttonId - }), isEmpty(display) ? /* @__PURE__ */ createElement238("span", { + }), isEmpty(display) ? /* @__PURE__ */ createElement239("span", { dangerouslySetInnerHTML: { __html: "​" } - }) : display), /* @__PURE__ */ createElement238("input", _extends({ + }) : display), /* @__PURE__ */ createElement239("input", _extends({ value: Array.isArray(value) ? value.join(",") : value, name, ref: inputRef, @@ -25538,9 +25560,9 @@ var SelectInput = /* @__PURE__ */ forwardRef225(function SelectInput2(props, ref tabIndex: -1, className: classes.nativeInput, autoFocus - }, other)), /* @__PURE__ */ createElement238(IconComponent, { + }, other)), /* @__PURE__ */ createElement239(IconComponent, { className: clsx_m_default(classes.icon, classes["icon".concat(capitalize(variant))], open && classes.iconOpen, disabled3 && classes.disabled) - }), /* @__PURE__ */ createElement238(Menu_default, _extends({ + }), /* @__PURE__ */ createElement239(Menu_default, _extends({ id: "menu-".concat(name || ""), anchorEl: displayNode, open, @@ -25592,9 +25614,9 @@ var SelectInput_default = SelectInput; // ../../node_modules/@material-ui/core/esm/Select/Select.js var styles104 = styles94; -var _ref = /* @__PURE__ */ createElement239(Input_default, null); -var _ref2 = /* @__PURE__ */ createElement239(FilledInput_default, null); -var Select = /* @__PURE__ */ forwardRef226(function Select2(props, ref2) { +var _ref = /* @__PURE__ */ createElement240(Input_default, null); +var _ref2 = /* @__PURE__ */ createElement240(FilledInput_default, null); +var Select = /* @__PURE__ */ forwardRef227(function Select2(props, ref2) { var _props$autoWidth = props.autoWidth, autoWidth = _props$autoWidth === void 0 ? false : _props$autoWidth, children2 = props.children, classes = props.classes, _props$displayEmpty = props.displayEmpty, displayEmpty = _props$displayEmpty === void 0 ? false : _props$displayEmpty, _props$IconComponent = props.IconComponent, IconComponent = _props$IconComponent === void 0 ? ArrowDropDown_default : _props$IconComponent, id2 = props.id, input = props.input, inputProps = props.inputProps, label3 = props.label, labelId = props.labelId, _props$labelWidth = props.labelWidth, labelWidth = _props$labelWidth === void 0 ? 0 : _props$labelWidth, MenuProps = props.MenuProps, _props$multiple = props.multiple, multiple = _props$multiple === void 0 ? false : _props$multiple, _props$native = props.native, native = _props$native === void 0 ? false : _props$native, onClose = props.onClose, onOpen = props.onOpen, open = props.open, renderValue = props.renderValue, SelectDisplayProps = props.SelectDisplayProps, _props$variant = props.variant, variantProps = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["autoWidth", "children", "classes", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "labelWidth", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"]); var inputComponent = native ? NativeSelectInput_default : SelectInput_default; var muiFormControl = useFormControl2(); @@ -25606,7 +25628,7 @@ var Select = /* @__PURE__ */ forwardRef226(function Select2(props, ref2) { var variant = fcs.variant || variantProps; var InputComponent = input || { standard: _ref, - outlined: /* @__PURE__ */ createElement239(OutlinedInput_default, { + outlined: /* @__PURE__ */ createElement240(OutlinedInput_default, { label: label3, labelWidth }), @@ -25678,8 +25700,8 @@ var Select_default = withStyles_default2(styles104, { var import_prop_types92 = __toModule(require_prop_types()); import { Fragment as Fragment6, - createElement as createElement241, - forwardRef as forwardRef227, + createElement as createElement242, + forwardRef as forwardRef228, useEffect as useEffect24, useRef as useRef25, useState as useState15 @@ -25688,7 +25710,7 @@ import { // ../../node_modules/@material-ui/core/esm/Slider/ValueLabel.js import { cloneElement as cloneElement19, - createElement as createElement240 + createElement as createElement241 } from "react"; var styles105 = function styles106(theme) { return { @@ -25736,11 +25758,11 @@ function ValueLabel(props) { } return /* @__PURE__ */ cloneElement19(children2, { className: clsx_m_default(children2.props.className, (open || valueLabelDisplay === "on") && classes.open, classes.thumb) - }, /* @__PURE__ */ createElement240("span", { + }, /* @__PURE__ */ createElement241("span", { className: clsx_m_default(classes.offset, className) - }, /* @__PURE__ */ createElement240("span", { + }, /* @__PURE__ */ createElement241("span", { className: classes.circle - }, /* @__PURE__ */ createElement240("span", { + }, /* @__PURE__ */ createElement241("span", { className: classes.label }, value)))); } @@ -26046,7 +26068,7 @@ var styles107 = function styles108(theme) { } }; }; -var Slider = /* @__PURE__ */ forwardRef227(function Slider2(props, ref2) { +var Slider = /* @__PURE__ */ forwardRef228(function Slider2(props, ref2) { var ariaLabel = props["aria-label"], ariaLabelledby = props["aria-labelledby"], ariaValuetext = props["aria-valuetext"], classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "primary" : _props$color, _props$component = props.component, Component7 = _props$component === void 0 ? "span" : _props$component, defaultValue = props.defaultValue, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, getAriaLabel = props.getAriaLabel, getAriaValueText = props.getAriaValueText, _props$marks = props.marks, marksProp = _props$marks === void 0 ? false : _props$marks, _props$max = props.max, max2 = _props$max === void 0 ? 100 : _props$max, _props$min = props.min, min2 = _props$min === void 0 ? 0 : _props$min, name = props.name, onChange = props.onChange, onChangeCommitted = props.onChangeCommitted, onMouseDown = props.onMouseDown, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, _props$scale = props.scale, scale = _props$scale === void 0 ? Identity : _props$scale, _props$step = props.step, step = _props$step === void 0 ? 1 : _props$step, _props$ThumbComponent = props.ThumbComponent, ThumbComponent = _props$ThumbComponent === void 0 ? "span" : _props$ThumbComponent, _props$track = props.track, track = _props$track === void 0 ? "normal" : _props$track, valueProp = props.value, _props$ValueLabelComp = props.ValueLabelComponent, ValueLabelComponent = _props$ValueLabelComp === void 0 ? ValueLabel_default : _props$ValueLabelComp, _props$valueLabelDisp = props.valueLabelDisplay, valueLabelDisplay = _props$valueLabelDisp === void 0 ? "off" : _props$valueLabelDisp, _props$valueLabelForm = props.valueLabelFormat, valueLabelFormat = _props$valueLabelForm === void 0 ? Identity : _props$valueLabelForm, other = _objectWithoutProperties(props, ["aria-label", "aria-labelledby", "aria-valuetext", "classes", "className", "color", "component", "defaultValue", "disabled", "getAriaLabel", "getAriaValueText", "marks", "max", "min", "name", "onChange", "onChangeCommitted", "onMouseDown", "orientation", "scale", "step", "ThumbComponent", "track", "value", "ValueLabelComponent", "valueLabelDisplay", "valueLabelFormat"]); var theme = useTheme2(); var touchId = useRef25(); @@ -26329,18 +26351,18 @@ var Slider = /* @__PURE__ */ forwardRef227(function Slider2(props, ref2) { var trackOffset = valueToPercent(range2 ? values5[0] : min2, min2, max2); var trackLeap = valueToPercent(values5[values5.length - 1], min2, max2) - trackOffset; var trackStyle = _extends({}, axisProps[axis].offset(trackOffset), axisProps[axis].leap(trackLeap)); - return /* @__PURE__ */ createElement241(Component7, _extends({ + return /* @__PURE__ */ createElement242(Component7, _extends({ ref: handleRef, className: clsx_m_default(classes.root, classes["color".concat(capitalize(color2))], className, disabled3 && classes.disabled, marks.length > 0 && marks.some(function(mark) { return mark.label; }) && classes.marked, track === false && classes.trackFalse, orientation === "vertical" && classes.vertical, track === "inverted" && classes.trackInverted), onMouseDown: handleMouseDown - }, other), /* @__PURE__ */ createElement241("span", { + }, other), /* @__PURE__ */ createElement242("span", { className: classes.rail - }), /* @__PURE__ */ createElement241("span", { + }), /* @__PURE__ */ createElement242("span", { className: classes.track, style: trackStyle - }), /* @__PURE__ */ createElement241("input", { + }), /* @__PURE__ */ createElement242("input", { value: values5.join(","), name, type: "hidden" @@ -26353,13 +26375,13 @@ var Slider = /* @__PURE__ */ forwardRef227(function Slider2(props, ref2) { } else { markActive = track === "normal" && (range2 ? mark.value >= values5[0] && mark.value <= values5[values5.length - 1] : mark.value <= values5[0]) || track === "inverted" && (range2 ? mark.value <= values5[0] || mark.value >= values5[values5.length - 1] : mark.value >= values5[0]); } - return /* @__PURE__ */ createElement241(Fragment6, { + return /* @__PURE__ */ createElement242(Fragment6, { key: mark.value - }, /* @__PURE__ */ createElement241("span", { + }, /* @__PURE__ */ createElement242("span", { style: style3, "data-index": index4, className: clsx_m_default(classes.mark, markActive && classes.markActive) - }), mark.label != null ? /* @__PURE__ */ createElement241("span", { + }), mark.label != null ? /* @__PURE__ */ createElement242("span", { "aria-hidden": true, "data-index": index4, style: style3, @@ -26368,7 +26390,7 @@ var Slider = /* @__PURE__ */ forwardRef227(function Slider2(props, ref2) { }), values5.map(function(value, index4) { var percent2 = valueToPercent(value, min2, max2); var style3 = axisProps[axis].offset(percent2); - return /* @__PURE__ */ createElement241(ValueLabelComponent, { + return /* @__PURE__ */ createElement242(ValueLabelComponent, { key: index4, valueLabelFormat, valueLabelDisplay, @@ -26377,7 +26399,7 @@ var Slider = /* @__PURE__ */ forwardRef227(function Slider2(props, ref2) { index: index4, open: open === index4 || active === index4 || valueLabelDisplay === "on", disabled: disabled3 - }, /* @__PURE__ */ createElement241(ThumbComponent, { + }, /* @__PURE__ */ createElement242(ThumbComponent, { className: clsx_m_default(classes.thumb, classes["thumbColor".concat(capitalize(color2))], active === index4 && classes.active, disabled3 && classes.disabled, focusVisible2 === index4 && classes.focusVisible), tabIndex: disabled3 ? null : 0, role: "slider", @@ -26446,8 +26468,8 @@ var Slider_default = withStyles_default2(styles107, { // ../../node_modules/@material-ui/core/esm/Snackbar/Snackbar.js var import_prop_types94 = __toModule(require_prop_types()); import { - createElement as createElement243, - forwardRef as forwardRef229, + createElement as createElement244, + forwardRef as forwardRef230, useCallback as useCallback17, useEffect as useEffect25, useRef as useRef26, @@ -26457,8 +26479,8 @@ import { // ../../node_modules/@material-ui/core/esm/SnackbarContent/SnackbarContent.js var import_prop_types93 = __toModule(require_prop_types()); import { - createElement as createElement242, - forwardRef as forwardRef228 + createElement as createElement243, + forwardRef as forwardRef229 } from "react"; var styles109 = function styles110(theme) { var emphasis = theme.palette.type === "light" ? 0.8 : 0.98; @@ -26489,17 +26511,17 @@ var styles109 = function styles110(theme) { } }; }; -var SnackbarContent = /* @__PURE__ */ forwardRef228(function SnackbarContent2(props, ref2) { +var SnackbarContent = /* @__PURE__ */ forwardRef229(function SnackbarContent2(props, ref2) { var action3 = props.action, classes = props.classes, className = props.className, message = props.message, _props$role = props.role, role = _props$role === void 0 ? "alert" : _props$role, other = _objectWithoutProperties(props, ["action", "classes", "className", "message", "role"]); - return /* @__PURE__ */ createElement242(Paper_default, _extends({ + return /* @__PURE__ */ createElement243(Paper_default, _extends({ role, square: true, elevation: 6, className: clsx_m_default(classes.root, className), ref: ref2 - }, other), /* @__PURE__ */ createElement242("div", { + }, other), /* @__PURE__ */ createElement243("div", { className: classes.message - }, message), action3 ? /* @__PURE__ */ createElement242("div", { + }, message), action3 ? /* @__PURE__ */ createElement243("div", { className: classes.action }, action3) : null); }); @@ -26571,7 +26593,7 @@ var styles111 = function styles112(theme) { }, bottom3, left3))) }; }; -var Snackbar = /* @__PURE__ */ forwardRef229(function Snackbar2(props, ref2) { +var Snackbar = /* @__PURE__ */ forwardRef230(function Snackbar2(props, ref2) { var action3 = props.action, _props$anchorOrigin = props.anchorOrigin; _props$anchorOrigin = _props$anchorOrigin === void 0 ? { vertical: "bottom", @@ -26650,14 +26672,14 @@ var Snackbar = /* @__PURE__ */ forwardRef229(function Snackbar2(props, ref2) { if (!open && exited) { return null; } - return /* @__PURE__ */ createElement243(ClickAwayListener_default, _extends({ + return /* @__PURE__ */ createElement244(ClickAwayListener_default, _extends({ onClickAway: handleClickAway - }, ClickAwayListenerProps), /* @__PURE__ */ createElement243("div", _extends({ + }, ClickAwayListenerProps), /* @__PURE__ */ createElement244("div", _extends({ className: clsx_m_default(classes.root, classes["anchorOrigin".concat(capitalize(vertical2)).concat(capitalize(horizontal2))], className), onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, ref: ref2 - }, other), /* @__PURE__ */ createElement243(TransitionComponent, _extends({ + }, other), /* @__PURE__ */ createElement244(TransitionComponent, _extends({ appear: true, in: open, onEnter: createChainedFunction(handleEnter, onEnter), @@ -26668,7 +26690,7 @@ var Snackbar = /* @__PURE__ */ forwardRef229(function Snackbar2(props, ref2) { onExiting, timeout: transitionDuration, direction: vertical2 === "top" ? "down" : "up" - }, TransitionProps4), children2 || /* @__PURE__ */ createElement243(SnackbarContent_default, _extends({ + }, TransitionProps4), children2 || /* @__PURE__ */ createElement244(SnackbarContent_default, _extends({ message, action: action3 }, ContentProps))))); @@ -26719,8 +26741,8 @@ import { Children as Children10, Fragment as Fragment7, cloneElement as cloneElement20, - createElement as createElement244, - forwardRef as forwardRef230, + createElement as createElement245, + forwardRef as forwardRef231, isValidElement as isValidElement11 } from "react"; var styles113 = { @@ -26736,7 +26758,7 @@ var styles113 = { }, completed: {} }; -var Step = /* @__PURE__ */ forwardRef230(function Step2(props, ref2) { +var Step = /* @__PURE__ */ forwardRef231(function Step2(props, ref2) { var _props$active = props.active, active = _props$active === void 0 ? false : _props$active, alternativeLabel = props.alternativeLabel, children2 = props.children, classes = props.classes, className = props.className, _props$completed = props.completed, completed = _props$completed === void 0 ? false : _props$completed, connectorProp = props.connector, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$expanded = props.expanded, expanded = _props$expanded === void 0 ? false : _props$expanded, index4 = props.index, last2 = props.last, orientation = props.orientation, other = _objectWithoutProperties(props, ["active", "alternativeLabel", "children", "classes", "className", "completed", "connector", "disabled", "expanded", "index", "last", "orientation"]); var connector = connectorProp ? /* @__PURE__ */ cloneElement20(connectorProp, { orientation, @@ -26746,7 +26768,7 @@ var Step = /* @__PURE__ */ forwardRef230(function Step2(props, ref2) { completed, disabled: disabled3 }) : null; - var newChildren = /* @__PURE__ */ createElement244("div", _extends({ + var newChildren = /* @__PURE__ */ createElement245("div", _extends({ className: clsx_m_default(classes.root, classes[orientation], className, alternativeLabel && classes.alternativeLabel, completed && classes.completed), ref: ref2 }, other), connector && alternativeLabel && index4 !== 0 ? connector : null, Children10.map(children2, function(child) { @@ -26770,7 +26792,7 @@ var Step = /* @__PURE__ */ forwardRef230(function Step2(props, ref2) { }, child.props)); })); if (connector && !alternativeLabel && index4 !== 0) { - return /* @__PURE__ */ createElement244(Fragment7, null, connector, newChildren); + return /* @__PURE__ */ createElement245(Fragment7, null, connector, newChildren); } return newChildren; }); @@ -26791,37 +26813,37 @@ var Step_default = withStyles_default2(styles113, { var import_prop_types98 = __toModule(require_prop_types()); import { cloneElement as cloneElement21, - createElement as createElement249, - forwardRef as forwardRef233 + createElement as createElement250, + forwardRef as forwardRef234 } from "react"; // ../../node_modules/@material-ui/core/esm/StepLabel/StepLabel.js var import_prop_types97 = __toModule(require_prop_types()); import { - createElement as createElement248, - forwardRef as forwardRef232 + createElement as createElement249, + forwardRef as forwardRef233 } from "react"; // ../../node_modules/@material-ui/core/esm/StepIcon/StepIcon.js var import_prop_types96 = __toModule(require_prop_types()); import { - createElement as createElement247, - forwardRef as forwardRef231 + createElement as createElement248, + forwardRef as forwardRef232 } from "react"; // ../../node_modules/@material-ui/core/esm/internal/svg-icons/CheckCircle.js import { - createElement as createElement245 + createElement as createElement246 } from "react"; -var CheckCircle_default = createSvgIcon(/* @__PURE__ */ createElement245("path", { +var CheckCircle_default = createSvgIcon(/* @__PURE__ */ createElement246("path", { d: "M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm-2 17l-5-5 1.4-1.4 3.6 3.6 7.6-7.6L19 8l-9 9z" }), "CheckCircle"); // ../../node_modules/@material-ui/core/esm/internal/svg-icons/Warning.js import { - createElement as createElement246 + createElement as createElement247 } from "react"; -var Warning_default = createSvgIcon(/* @__PURE__ */ createElement246("path", { +var Warning_default = createSvgIcon(/* @__PURE__ */ createElement247("path", { d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" }), "Warning"); @@ -26851,31 +26873,31 @@ var styles114 = function styles115(theme) { error: {} }; }; -var _ref3 = /* @__PURE__ */ createElement247("circle", { +var _ref3 = /* @__PURE__ */ createElement248("circle", { cx: "12", cy: "12", r: "12" }); -var StepIcon = /* @__PURE__ */ forwardRef231(function StepIcon2(props, ref2) { +var StepIcon = /* @__PURE__ */ forwardRef232(function StepIcon2(props, ref2) { var _props$completed = props.completed, completed = _props$completed === void 0 ? false : _props$completed, icon = props.icon, _props$active = props.active, active = _props$active === void 0 ? false : _props$active, _props$error = props.error, error4 = _props$error === void 0 ? false : _props$error, classes = props.classes; if (typeof icon === "number" || typeof icon === "string") { var className = clsx_m_default(classes.root, active && classes.active, error4 && classes.error, completed && classes.completed); if (error4) { - return /* @__PURE__ */ createElement247(Warning_default, { + return /* @__PURE__ */ createElement248(Warning_default, { className, ref: ref2 }); } if (completed) { - return /* @__PURE__ */ createElement247(CheckCircle_default, { + return /* @__PURE__ */ createElement248(CheckCircle_default, { className, ref: ref2 }); } - return /* @__PURE__ */ createElement247(SvgIcon_default, { + return /* @__PURE__ */ createElement248(SvgIcon_default, { className, ref: ref2 - }, _ref3, /* @__PURE__ */ createElement247("text", { + }, _ref3, /* @__PURE__ */ createElement248("text", { className: classes.text, x: "12", y: "16", @@ -26946,25 +26968,25 @@ var styles116 = function styles117(theme) { } }; }; -var StepLabel = /* @__PURE__ */ forwardRef232(function StepLabel2(props, ref2) { +var StepLabel = /* @__PURE__ */ forwardRef233(function StepLabel2(props, ref2) { var _props$active = props.active, active = _props$active === void 0 ? false : _props$active, _props$alternativeLab = props.alternativeLabel, alternativeLabel = _props$alternativeLab === void 0 ? false : _props$alternativeLab, children2 = props.children, classes = props.classes, className = props.className, _props$completed = props.completed, completed = _props$completed === void 0 ? false : _props$completed, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$error = props.error, error4 = _props$error === void 0 ? false : _props$error, expanded = props.expanded, icon = props.icon, last2 = props.last, optional = props.optional, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, StepIconComponentProp = props.StepIconComponent, StepIconProps = props.StepIconProps, other = _objectWithoutProperties(props, ["active", "alternativeLabel", "children", "classes", "className", "completed", "disabled", "error", "expanded", "icon", "last", "optional", "orientation", "StepIconComponent", "StepIconProps"]); var StepIconComponent = StepIconComponentProp; if (icon && !StepIconComponent) { StepIconComponent = StepIcon_default; } - return /* @__PURE__ */ createElement248("span", _extends({ + return /* @__PURE__ */ createElement249("span", _extends({ className: clsx_m_default(classes.root, classes[orientation], className, disabled3 && classes.disabled, alternativeLabel && classes.alternativeLabel, error4 && classes.error), ref: ref2 - }, other), icon || StepIconComponent ? /* @__PURE__ */ createElement248("span", { + }, other), icon || StepIconComponent ? /* @__PURE__ */ createElement249("span", { className: clsx_m_default(classes.iconContainer, alternativeLabel && classes.alternativeLabel) - }, /* @__PURE__ */ createElement248(StepIconComponent, _extends({ + }, /* @__PURE__ */ createElement249(StepIconComponent, _extends({ completed, active, error: error4, icon - }, StepIconProps))) : null, /* @__PURE__ */ createElement248("span", { + }, StepIconProps))) : null, /* @__PURE__ */ createElement249("span", { className: classes.labelContainer - }, children2 ? /* @__PURE__ */ createElement248(Typography_default, { + }, children2 ? /* @__PURE__ */ createElement249(Typography_default, { variant: "body2", component: "span", display: "block", @@ -27005,7 +27027,7 @@ var styles118 = { color: "rgba(0, 0, 0, 0.3)" } }; -var StepButton = /* @__PURE__ */ forwardRef233(function StepButton2(props, ref2) { +var StepButton = /* @__PURE__ */ forwardRef234(function StepButton2(props, ref2) { var active = props.active, alternativeLabel = props.alternativeLabel, children2 = props.children, classes = props.classes, className = props.className, completed = props.completed, disabled3 = props.disabled, expanded = props.expanded, icon = props.icon, last2 = props.last, optional = props.optional, orientation = props.orientation, other = _objectWithoutProperties(props, ["active", "alternativeLabel", "children", "classes", "className", "completed", "disabled", "expanded", "icon", "last", "optional", "orientation"]); var childProps = { active, @@ -27016,8 +27038,8 @@ var StepButton = /* @__PURE__ */ forwardRef233(function StepButton2(props, ref2) optional, orientation }; - var child = isMuiElement(children2, ["StepLabel"]) ? /* @__PURE__ */ cloneElement21(children2, childProps) : /* @__PURE__ */ createElement249(StepLabel_default, childProps, children2); - return /* @__PURE__ */ createElement249(ButtonBase_default, _extends({ + var child = isMuiElement(children2, ["StepLabel"]) ? /* @__PURE__ */ cloneElement21(children2, childProps) : /* @__PURE__ */ createElement250(StepLabel_default, childProps, children2); + return /* @__PURE__ */ createElement250(ButtonBase_default, _extends({ focusRipple: true, disabled: disabled3, TouchRippleProps: { @@ -27048,8 +27070,8 @@ var StepButton_default = withStyles_default2(styles118, { // ../../node_modules/@material-ui/core/esm/StepConnector/StepConnector.js var import_prop_types99 = __toModule(require_prop_types()); import { - createElement as createElement250, - forwardRef as forwardRef234 + createElement as createElement251, + forwardRef as forwardRef235 } from "react"; var styles119 = function styles120(theme) { return { @@ -27085,12 +27107,12 @@ var styles119 = function styles120(theme) { } }; }; -var StepConnector = /* @__PURE__ */ forwardRef234(function StepConnector2(props, ref2) { +var StepConnector = /* @__PURE__ */ forwardRef235(function StepConnector2(props, ref2) { var active = props.active, _props$alternativeLab = props.alternativeLabel, alternativeLabel = _props$alternativeLab === void 0 ? false : _props$alternativeLab, classes = props.classes, className = props.className, completed = props.completed, disabled3 = props.disabled, index4 = props.index, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, other = _objectWithoutProperties(props, ["active", "alternativeLabel", "classes", "className", "completed", "disabled", "index", "orientation"]); - return /* @__PURE__ */ createElement250("div", _extends({ + return /* @__PURE__ */ createElement251("div", _extends({ className: clsx_m_default(classes.root, classes[orientation], className, alternativeLabel && classes.alternativeLabel, active && classes.active, completed && classes.completed, disabled3 && classes.disabled), ref: ref2 - }, other), /* @__PURE__ */ createElement250("span", { + }, other), /* @__PURE__ */ createElement251("span", { className: clsx_m_default(classes.line, { "horizontal": classes.lineHorizontal, "vertical": classes.lineVertical @@ -27110,8 +27132,8 @@ var import_prop_types100 = __toModule(require_prop_types()); import { Children as Children11, cloneElement as cloneElement22, - createElement as createElement251, - forwardRef as forwardRef235, + createElement as createElement252, + forwardRef as forwardRef236, isValidElement as isValidElement12 } from "react"; var styles121 = { @@ -27130,8 +27152,8 @@ var styles121 = { alignItems: "flex-start" } }; -var defaultConnector = /* @__PURE__ */ createElement251(StepConnector_default, null); -var Stepper = /* @__PURE__ */ forwardRef235(function Stepper2(props, ref2) { +var defaultConnector = /* @__PURE__ */ createElement252(StepConnector_default, null); +var Stepper = /* @__PURE__ */ forwardRef236(function Stepper2(props, ref2) { var _props$activeStep = props.activeStep, activeStep = _props$activeStep === void 0 ? 0 : _props$activeStep, _props$alternativeLab = props.alternativeLabel, alternativeLabel = _props$alternativeLab === void 0 ? false : _props$alternativeLab, children2 = props.children, classes = props.classes, className = props.className, _props$connector = props.connector, connectorProp = _props$connector === void 0 ? defaultConnector : _props$connector, _props$nonLinear = props.nonLinear, nonLinear = _props$nonLinear === void 0 ? false : _props$nonLinear, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, other = _objectWithoutProperties(props, ["activeStep", "alternativeLabel", "children", "classes", "className", "connector", "nonLinear", "orientation"]); var connector = /* @__PURE__ */ isValidElement12(connectorProp) ? /* @__PURE__ */ cloneElement22(connectorProp, { orientation @@ -27158,7 +27180,7 @@ var Stepper = /* @__PURE__ */ forwardRef235(function Stepper2(props, ref2) { orientation }, state, step.props)); }); - return /* @__PURE__ */ createElement251(Paper_default, _extends({ + return /* @__PURE__ */ createElement252(Paper_default, _extends({ square: true, elevation: 0, className: clsx_m_default(classes.root, classes[orientation], className, alternativeLabel && classes.alternativeLabel), @@ -27182,8 +27204,8 @@ var Stepper_default = withStyles_default2(styles121, { // ../../node_modules/@material-ui/core/esm/Switch/Switch.js var import_prop_types101 = __toModule(require_prop_types()); import { - createElement as createElement252, - forwardRef as forwardRef236 + createElement as createElement253, + forwardRef as forwardRef237 } from "react"; var styles122 = function styles123(theme) { return { @@ -27311,17 +27333,17 @@ var styles122 = function styles123(theme) { } }; }; -var Switch = /* @__PURE__ */ forwardRef236(function Switch2(props, ref2) { +var Switch = /* @__PURE__ */ forwardRef237(function Switch2(props, ref2) { var classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "secondary" : _props$color, _props$edge = props.edge, edge = _props$edge === void 0 ? false : _props$edge, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, other = _objectWithoutProperties(props, ["classes", "className", "color", "edge", "size"]); - var icon = /* @__PURE__ */ createElement252("span", { + var icon = /* @__PURE__ */ createElement253("span", { className: classes.thumb }); - return /* @__PURE__ */ createElement252("span", { + return /* @__PURE__ */ createElement253("span", { className: clsx_m_default(classes.root, className, { "start": classes.edgeStart, "end": classes.edgeEnd }[edge], size === "small" && classes["size".concat(capitalize(size))]) - }, /* @__PURE__ */ createElement252(SwitchBase_default, _extends({ + }, /* @__PURE__ */ createElement253(SwitchBase_default, _extends({ type: "checkbox", icon, checkedIcon: icon, @@ -27332,7 +27354,7 @@ var Switch = /* @__PURE__ */ forwardRef236(function Switch2(props, ref2) { disabled: classes.disabled }, ref: ref2 - }, other)), /* @__PURE__ */ createElement252("span", { + }, other)), /* @__PURE__ */ createElement253("span", { className: classes.track })); }); @@ -27362,8 +27384,8 @@ var Switch_default = withStyles_default2(styles122, { // ../../node_modules/@material-ui/core/esm/Tab/Tab.js var import_prop_types102 = __toModule(require_prop_types()); import { - createElement as createElement253, - forwardRef as forwardRef237 + createElement as createElement254, + forwardRef as forwardRef238 } from "react"; var styles124 = function styles125(theme) { var _extends22; @@ -27437,7 +27459,7 @@ var styles124 = function styles125(theme) { } }; }; -var Tab = /* @__PURE__ */ forwardRef237(function Tab2(props, ref2) { +var Tab = /* @__PURE__ */ forwardRef238(function Tab2(props, ref2) { var classes = props.classes, className = props.className, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, fullWidth = props.fullWidth, icon = props.icon, indicator = props.indicator, label3 = props.label, onChange = props.onChange, onClick = props.onClick, onFocus = props.onFocus, selected = props.selected, selectionFollowsFocus = props.selectionFollowsFocus, _props$textColor = props.textColor, textColor4 = _props$textColor === void 0 ? "inherit" : _props$textColor, value = props.value, _props$wrapped = props.wrapped, wrapped = _props$wrapped === void 0 ? false : _props$wrapped, other = _objectWithoutProperties(props, ["classes", "className", "disabled", "disableFocusRipple", "fullWidth", "icon", "indicator", "label", "onChange", "onClick", "onFocus", "selected", "selectionFollowsFocus", "textColor", "value", "wrapped"]); var handleClick = function handleClick2(event) { if (onChange) { @@ -27455,7 +27477,7 @@ var Tab = /* @__PURE__ */ forwardRef237(function Tab2(props, ref2) { onFocus(event); } }; - return /* @__PURE__ */ createElement253(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement254(ButtonBase_default, _extends({ focusRipple: !disableFocusRipple, className: clsx_m_default(classes.root, classes["textColor".concat(capitalize(textColor4))], className, disabled3 && classes.disabled, selected && classes.selected, label3 && icon && classes.labelIcon, fullWidth && classes.fullWidth, wrapped && classes.wrapped), ref: ref2, @@ -27465,7 +27487,7 @@ var Tab = /* @__PURE__ */ forwardRef237(function Tab2(props, ref2) { onClick: handleClick, onFocus: handleFocus, tabIndex: selected ? 0 : -1 - }, other), /* @__PURE__ */ createElement253("span", { + }, other), /* @__PURE__ */ createElement254("span", { className: classes.wrapper }, icon, label3), indicator); }); @@ -27496,8 +27518,8 @@ var Tab_default = withStyles_default2(styles124, { // ../../node_modules/@material-ui/core/esm/Table/Table.js var import_prop_types103 = __toModule(require_prop_types()); import { - createElement as createElement254, - forwardRef as forwardRef238, + createElement as createElement255, + forwardRef as forwardRef239, useMemo as useMemo4 } from "react"; @@ -27532,7 +27554,7 @@ var styles126 = function styles127(theme) { }; }; var defaultComponent = "table"; -var Table = /* @__PURE__ */ forwardRef238(function Table2(props, ref2) { +var Table = /* @__PURE__ */ forwardRef239(function Table2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? defaultComponent : _props$component, _props$padding = props.padding, padding = _props$padding === void 0 ? "normal" : _props$padding, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, _props$stickyHeader = props.stickyHeader, stickyHeader = _props$stickyHeader === void 0 ? false : _props$stickyHeader, other = _objectWithoutProperties(props, ["classes", "className", "component", "padding", "size", "stickyHeader"]); var table = useMemo4(function() { return { @@ -27541,9 +27563,9 @@ var Table = /* @__PURE__ */ forwardRef238(function Table2(props, ref2) { stickyHeader }; }, [padding, size, stickyHeader]); - return /* @__PURE__ */ createElement254(TableContext_default.Provider, { + return /* @__PURE__ */ createElement255(TableContext_default.Provider, { value: table - }, /* @__PURE__ */ createElement254(Component7, _extends({ + }, /* @__PURE__ */ createElement255(Component7, _extends({ role: Component7 === defaultComponent ? null : "table", ref: ref2, className: clsx_m_default(classes.root, className, stickyHeader && classes.stickyHeader) @@ -27570,8 +27592,8 @@ var Table_default = withStyles_default2(styles126, { // ../../node_modules/@material-ui/core/esm/TableBody/TableBody.js var import_prop_types104 = __toModule(require_prop_types()); import { - createElement as createElement255, - forwardRef as forwardRef239 + createElement as createElement256, + forwardRef as forwardRef240 } from "react"; // ../../node_modules/@material-ui/core/esm/Table/Tablelvl2Context.js @@ -27594,11 +27616,11 @@ var tablelvl2 = { variant: "body" }; var defaultComponent2 = "tbody"; -var TableBody = /* @__PURE__ */ forwardRef239(function TableBody2(props, ref2) { +var TableBody = /* @__PURE__ */ forwardRef240(function TableBody2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? defaultComponent2 : _props$component, other = _objectWithoutProperties(props, ["classes", "className", "component"]); - return /* @__PURE__ */ createElement255(Tablelvl2Context_default.Provider, { + return /* @__PURE__ */ createElement256(Tablelvl2Context_default.Provider, { value: tablelvl2 - }, /* @__PURE__ */ createElement255(Component7, _extends({ + }, /* @__PURE__ */ createElement256(Component7, _extends({ className: clsx_m_default(classes.root, className), ref: ref2, role: Component7 === defaultComponent2 ? null : "rowgroup" @@ -27617,8 +27639,8 @@ var TableBody_default = withStyles_default2(styles128, { // ../../node_modules/@material-ui/core/esm/TableCell/TableCell.js var import_prop_types105 = __toModule(require_prop_types()); import { - createElement as createElement256, - forwardRef as forwardRef240, + createElement as createElement257, + forwardRef as forwardRef241, useContext as useContext9 } from "react"; var styles129 = function styles130(theme) { @@ -27696,7 +27718,7 @@ var styles129 = function styles130(theme) { } }; }; -var TableCell = /* @__PURE__ */ forwardRef240(function TableCell2(props, ref2) { +var TableCell = /* @__PURE__ */ forwardRef241(function TableCell2(props, ref2) { var _props$align = props.align, align = _props$align === void 0 ? "inherit" : _props$align, classes = props.classes, className = props.className, component = props.component, paddingProp = props.padding, scopeProp = props.scope, sizeProp = props.size, sortDirection = props.sortDirection, variantProp = props.variant, other = _objectWithoutProperties(props, ["align", "classes", "className", "component", "padding", "scope", "size", "sortDirection", "variant"]); var table = useContext9(TableContext_default); var tablelvl23 = useContext9(Tablelvl2Context_default); @@ -27720,7 +27742,7 @@ var TableCell = /* @__PURE__ */ forwardRef240(function TableCell2(props, ref2) { if (sortDirection) { ariaSort = sortDirection === "asc" ? "ascending" : "descending"; } - return /* @__PURE__ */ createElement256(Component7, _extends({ + return /* @__PURE__ */ createElement257(Component7, _extends({ ref: ref2, className: clsx_m_default(classes.root, classes[variant], className, align !== "inherit" && classes["align".concat(capitalize(align))], padding !== "normal" && classes["padding".concat(capitalize(padding))], size !== "medium" && classes["size".concat(capitalize(size))], variant === "head" && table && table.stickyHeader && classes.stickyHeader), "aria-sort": ariaSort, @@ -27752,8 +27774,8 @@ var TableCell_default = withStyles_default2(styles129, { // ../../node_modules/@material-ui/core/esm/TableContainer/TableContainer.js var import_prop_types106 = __toModule(require_prop_types()); import { - createElement as createElement257, - forwardRef as forwardRef241 + createElement as createElement258, + forwardRef as forwardRef242 } from "react"; var styles131 = { root: { @@ -27761,9 +27783,9 @@ var styles131 = { overflowX: "auto" } }; -var TableContainer = /* @__PURE__ */ forwardRef241(function TableContainer2(props, ref2) { +var TableContainer = /* @__PURE__ */ forwardRef242(function TableContainer2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, other = _objectWithoutProperties(props, ["classes", "className", "component"]); - return /* @__PURE__ */ createElement257(Component7, _extends({ + return /* @__PURE__ */ createElement258(Component7, _extends({ ref: ref2, className: clsx_m_default(classes.root, className) }, other)); @@ -27781,8 +27803,8 @@ var TableContainer_default = withStyles_default2(styles131, { // ../../node_modules/@material-ui/core/esm/TableHead/TableHead.js var import_prop_types107 = __toModule(require_prop_types()); import { - createElement as createElement258, - forwardRef as forwardRef242 + createElement as createElement259, + forwardRef as forwardRef243 } from "react"; var styles132 = { root: { @@ -27793,11 +27815,11 @@ var tablelvl22 = { variant: "head" }; var defaultComponent3 = "thead"; -var TableHead = /* @__PURE__ */ forwardRef242(function TableHead2(props, ref2) { +var TableHead = /* @__PURE__ */ forwardRef243(function TableHead2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? defaultComponent3 : _props$component, other = _objectWithoutProperties(props, ["classes", "className", "component"]); - return /* @__PURE__ */ createElement258(Tablelvl2Context_default.Provider, { + return /* @__PURE__ */ createElement259(Tablelvl2Context_default.Provider, { value: tablelvl22 - }, /* @__PURE__ */ createElement258(Component7, _extends({ + }, /* @__PURE__ */ createElement259(Component7, _extends({ className: clsx_m_default(classes.root, className), ref: ref2, role: Component7 === defaultComponent3 ? null : "rowgroup" @@ -27816,8 +27838,8 @@ var TableHead_default = withStyles_default2(styles132, { // ../../node_modules/@material-ui/core/esm/Toolbar/Toolbar.js var import_prop_types108 = __toModule(require_prop_types()); import { - createElement as createElement259, - forwardRef as forwardRef243 + createElement as createElement260, + forwardRef as forwardRef244 } from "react"; var styles133 = function styles134(theme) { return { @@ -27839,9 +27861,9 @@ var styles133 = function styles134(theme) { } }; }; -var Toolbar = /* @__PURE__ */ forwardRef243(function Toolbar2(props, ref2) { +var Toolbar = /* @__PURE__ */ forwardRef244(function Toolbar2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$disableGutters = props.disableGutters, disableGutters = _props$disableGutters === void 0 ? false : _props$disableGutters, _props$variant = props.variant, variant = _props$variant === void 0 ? "regular" : _props$variant, other = _objectWithoutProperties(props, ["classes", "className", "component", "disableGutters", "variant"]); - return /* @__PURE__ */ createElement259(Component7, _extends({ + return /* @__PURE__ */ createElement260(Component7, _extends({ className: clsx_m_default(classes.root, classes[variant], className, !disableGutters && classes.gutters), ref: ref2 }, other)); @@ -27860,25 +27882,25 @@ var Toolbar_default = withStyles_default2(styles133, { // ../../node_modules/@material-ui/core/esm/internal/svg-icons/KeyboardArrowLeft.js import { - createElement as createElement260 + createElement as createElement261 } from "react"; -var KeyboardArrowLeft_default = createSvgIcon(/* @__PURE__ */ createElement260("path", { +var KeyboardArrowLeft_default = createSvgIcon(/* @__PURE__ */ createElement261("path", { d: "M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z" }), "KeyboardArrowLeft"); // ../../node_modules/@material-ui/core/esm/internal/svg-icons/KeyboardArrowRight.js import { - createElement as createElement261 + createElement as createElement262 } from "react"; -var KeyboardArrowRight_default = createSvgIcon(/* @__PURE__ */ createElement261("path", { +var KeyboardArrowRight_default = createSvgIcon(/* @__PURE__ */ createElement262("path", { d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z" }), "KeyboardArrowRight"); // ../../node_modules/@material-ui/core/esm/TableRow/TableRow.js var import_prop_types109 = __toModule(require_prop_types()); import { - createElement as createElement262, - forwardRef as forwardRef244, + createElement as createElement263, + forwardRef as forwardRef245, useContext as useContext10 } from "react"; var styles135 = function styles136(theme) { @@ -27902,10 +27924,10 @@ var styles135 = function styles136(theme) { }; }; var defaultComponent4 = "tr"; -var TableRow = /* @__PURE__ */ forwardRef244(function TableRow2(props, ref2) { +var TableRow = /* @__PURE__ */ forwardRef245(function TableRow2(props, ref2) { var classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? defaultComponent4 : _props$component, _props$hover = props.hover, hover = _props$hover === void 0 ? false : _props$hover, _props$selected = props.selected, selected = _props$selected === void 0 ? false : _props$selected, other = _objectWithoutProperties(props, ["classes", "className", "component", "hover", "selected"]); var tablelvl23 = useContext10(Tablelvl2Context_default); - return /* @__PURE__ */ createElement262(Component7, _extends({ + return /* @__PURE__ */ createElement263(Component7, _extends({ ref: ref2, className: clsx_m_default(classes.root, className, tablelvl23 && { "head": classes.head, @@ -27932,8 +27954,8 @@ var import_prop_types113 = __toModule(require_prop_types()); import { Children as Children12, cloneElement as cloneElement23, - createElement as createElement266, - forwardRef as forwardRef247, + createElement as createElement267, + forwardRef as forwardRef248, isValidElement as isValidElement13, useCallback as useCallback18, useEffect as useEffect27, @@ -28033,7 +28055,7 @@ function animate(property, element2, to) { // ../../node_modules/@material-ui/core/esm/Tabs/ScrollbarSize.js var import_prop_types110 = __toModule(require_prop_types()); import { - createElement as createElement263, + createElement as createElement264, useEffect as useEffect26, useRef as useRef27 } from "react"; @@ -28069,7 +28091,7 @@ function ScrollbarSize(props) { setMeasurements(); onChange(scrollbarHeight.current); }, [onChange]); - return /* @__PURE__ */ createElement263("div", _extends({ + return /* @__PURE__ */ createElement264("div", _extends({ style: styles137, ref: nodeRef }, other)); @@ -28081,8 +28103,8 @@ true ? ScrollbarSize.propTypes = { // ../../node_modules/@material-ui/core/esm/Tabs/TabIndicator.js var import_prop_types111 = __toModule(require_prop_types()); import { - createElement as createElement264, - forwardRef as forwardRef245 + createElement as createElement265, + forwardRef as forwardRef246 } from "react"; var styles138 = function styles139(theme) { return { @@ -28106,9 +28128,9 @@ var styles138 = function styles139(theme) { } }; }; -var TabIndicator = /* @__PURE__ */ forwardRef245(function TabIndicator2(props, ref2) { +var TabIndicator = /* @__PURE__ */ forwardRef246(function TabIndicator2(props, ref2) { var classes = props.classes, className = props.className, color2 = props.color, orientation = props.orientation, other = _objectWithoutProperties(props, ["classes", "className", "color", "orientation"]); - return /* @__PURE__ */ createElement264("span", _extends({ + return /* @__PURE__ */ createElement265("span", _extends({ className: clsx_m_default(classes.root, classes["color".concat(capitalize(color2))], className, orientation === "vertical" && classes.vertical), ref: ref2 }, other)); @@ -28126,8 +28148,8 @@ var TabIndicator_default = withStyles_default2(styles138, { // ../../node_modules/@material-ui/core/esm/TabScrollButton/TabScrollButton.js var import_prop_types112 = __toModule(require_prop_types()); import { - createElement as createElement265, - forwardRef as forwardRef246 + createElement as createElement266, + forwardRef as forwardRef247 } from "react"; var styles140 = { root: { @@ -28147,15 +28169,15 @@ var styles140 = { }, disabled: {} }; -var _ref4 = /* @__PURE__ */ createElement265(KeyboardArrowLeft_default, { +var _ref4 = /* @__PURE__ */ createElement266(KeyboardArrowLeft_default, { fontSize: "small" }); -var _ref22 = /* @__PURE__ */ createElement265(KeyboardArrowRight_default, { +var _ref22 = /* @__PURE__ */ createElement266(KeyboardArrowRight_default, { fontSize: "small" }); -var TabScrollButton = /* @__PURE__ */ forwardRef246(function TabScrollButton2(props, ref2) { +var TabScrollButton = /* @__PURE__ */ forwardRef247(function TabScrollButton2(props, ref2) { var classes = props.classes, classNameProp = props.className, direction = props.direction, orientation = props.orientation, disabled3 = props.disabled, other = _objectWithoutProperties(props, ["classes", "className", "direction", "orientation", "disabled"]); - return /* @__PURE__ */ createElement265(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement266(ButtonBase_default, _extends({ component: "div", className: clsx_m_default(classes.root, classNameProp, disabled3 && classes.disabled, orientation === "vertical" && classes.vertical), ref: ref2, @@ -28220,7 +28242,7 @@ var styles141 = function styles142(theme) { indicator: {} }; }; -var Tabs = /* @__PURE__ */ forwardRef247(function Tabs2(props, ref2) { +var Tabs = /* @__PURE__ */ forwardRef248(function Tabs2(props, ref2) { var ariaLabel = props["aria-label"], ariaLabelledBy = props["aria-labelledby"], action3 = props.action, _props$centered = props.centered, centered = _props$centered === void 0 ? false : _props$centered, childrenProp = props.children, classes = props.classes, className = props.className, _props$component = props.component, Component7 = _props$component === void 0 ? "div" : _props$component, _props$indicatorColor = props.indicatorColor, indicatorColor = _props$indicatorColor === void 0 ? "secondary" : _props$indicatorColor, onChange = props.onChange, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, _props$ScrollButtonCo = props.ScrollButtonComponent, ScrollButtonComponent = _props$ScrollButtonCo === void 0 ? TabScrollButton_default : _props$ScrollButtonCo, _props$scrollButtons = props.scrollButtons, scrollButtons = _props$scrollButtons === void 0 ? "auto" : _props$scrollButtons, selectionFollowsFocus = props.selectionFollowsFocus, _props$TabIndicatorPr = props.TabIndicatorProps, TabIndicatorProps = _props$TabIndicatorPr === void 0 ? {} : _props$TabIndicatorPr, TabScrollButtonProps = props.TabScrollButtonProps, _props$textColor = props.textColor, textColor4 = _props$textColor === void 0 ? "inherit" : _props$textColor, value = props.value, _props$variant = props.variant, variant = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["aria-label", "aria-labelledby", "action", "centered", "children", "classes", "className", "component", "indicatorColor", "onChange", "orientation", "ScrollButtonComponent", "scrollButtons", "selectionFollowsFocus", "TabIndicatorProps", "TabScrollButtonProps", "textColor", "value", "variant"]); var theme = useTheme2(); var scrollable = variant === "scrollable"; @@ -28334,20 +28356,20 @@ var Tabs = /* @__PURE__ */ forwardRef247(function Tabs2(props, ref2) { }, []); var getConditionalElements = function getConditionalElements2() { var conditionalElements2 = {}; - conditionalElements2.scrollbarSizeListener = scrollable ? /* @__PURE__ */ createElement266(ScrollbarSize, { + conditionalElements2.scrollbarSizeListener = scrollable ? /* @__PURE__ */ createElement267(ScrollbarSize, { className: classes.scrollable, onChange: handleScrollbarSizeChange }) : null; var scrollButtonsActive = displayScroll.start || displayScroll.end; var showScrollButtons = scrollable && (scrollButtons === "auto" && scrollButtonsActive || scrollButtons === "desktop" || scrollButtons === "on"); - conditionalElements2.scrollButtonStart = showScrollButtons ? /* @__PURE__ */ createElement266(ScrollButtonComponent, _extends({ + conditionalElements2.scrollButtonStart = showScrollButtons ? /* @__PURE__ */ createElement267(ScrollButtonComponent, _extends({ orientation, direction: isRtl ? "right" : "left", onClick: handleStartScrollClick, disabled: !displayScroll.start, className: clsx_m_default(classes.scrollButtons, scrollButtons !== "on" && classes.scrollButtonsDesktop) }, TabScrollButtonProps)) : null; - conditionalElements2.scrollButtonEnd = showScrollButtons ? /* @__PURE__ */ createElement266(ScrollButtonComponent, _extends({ + conditionalElements2.scrollButtonEnd = showScrollButtons ? /* @__PURE__ */ createElement267(ScrollButtonComponent, _extends({ orientation, direction: isRtl ? "left" : "right", onClick: handleEndScrollClick, @@ -28426,7 +28448,7 @@ var Tabs = /* @__PURE__ */ forwardRef247(function Tabs2(props, ref2) { updateScrollButtons: updateScrollButtonState }; }, [updateIndicatorState, updateScrollButtonState]); - var indicator = /* @__PURE__ */ createElement266(TabIndicator_default, _extends({ + var indicator = /* @__PURE__ */ createElement267(TabIndicator_default, _extends({ className: classes.indicator, orientation, color: indicatorColor @@ -28492,15 +28514,15 @@ var Tabs = /* @__PURE__ */ forwardRef247(function Tabs2(props, ref2) { } }; var conditionalElements = getConditionalElements(); - return /* @__PURE__ */ createElement266(Component7, _extends({ + return /* @__PURE__ */ createElement267(Component7, _extends({ className: clsx_m_default(classes.root, className, vertical2 && classes.vertical), ref: ref2 - }, other), conditionalElements.scrollButtonStart, conditionalElements.scrollbarSizeListener, /* @__PURE__ */ createElement266("div", { + }, other), conditionalElements.scrollButtonStart, conditionalElements.scrollbarSizeListener, /* @__PURE__ */ createElement267("div", { className: clsx_m_default(classes.scroller, scrollable ? classes.scrollable : classes.fixed), style: scrollerStyle2, ref: tabsRef, onScroll: handleTabsScroll - }, /* @__PURE__ */ createElement266("div", { + }, /* @__PURE__ */ createElement267("div", { "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className: clsx_m_default(classes.flexContainer, vertical2 && classes.flexContainerVertical, centered && !scrollable && classes.centered), @@ -28538,8 +28560,8 @@ var Tabs_default = withStyles_default2(styles141, { var import_prop_types114 = __toModule(require_prop_types()); import { Fragment as Fragment8, - createElement as createElement267, - forwardRef as forwardRef248 + createElement as createElement268, + forwardRef as forwardRef249 } from "react"; var variantComponent = { standard: Input_default, @@ -28549,7 +28571,7 @@ var variantComponent = { var styles143 = { root: {} }; -var TextField = /* @__PURE__ */ forwardRef248(function TextField2(props, ref2) { +var TextField = /* @__PURE__ */ forwardRef249(function TextField2(props, ref2) { var autoComplete = props.autoComplete, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? false : _props$autoFocus, children2 = props.children, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "primary" : _props$color, defaultValue = props.defaultValue, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$error = props.error, error4 = _props$error === void 0 ? false : _props$error, FormHelperTextProps = props.FormHelperTextProps, _props$fullWidth = props.fullWidth, fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth, helperText = props.helperText, hiddenLabel = props.hiddenLabel, id2 = props.id, InputLabelProps = props.InputLabelProps, inputProps = props.inputProps, InputProps = props.InputProps, inputRef = props.inputRef, label3 = props.label, _props$multiline = props.multiline, multiline = _props$multiline === void 0 ? false : _props$multiline, name = props.name, onBlur = props.onBlur, onChange = props.onChange, onFocus = props.onFocus, placeholder2 = props.placeholder, _props$required = props.required, required2 = _props$required === void 0 ? false : _props$required, rows = props.rows, rowsMax = props.rowsMax, maxRows = props.maxRows, minRows = props.minRows, _props$select = props.select, select = _props$select === void 0 ? false : _props$select, SelectProps = props.SelectProps, type3 = props.type, value = props.value, _props$variant = props.variant, variant = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["autoComplete", "autoFocus", "children", "classes", "className", "color", "defaultValue", "disabled", "error", "FormHelperTextProps", "fullWidth", "helperText", "hiddenLabel", "id", "InputLabelProps", "inputProps", "InputProps", "inputRef", "label", "multiline", "name", "onBlur", "onChange", "onFocus", "placeholder", "required", "rows", "rowsMax", "maxRows", "minRows", "select", "SelectProps", "type", "value", "variant"]); if (true) { if (select && !children2) { @@ -28564,7 +28586,7 @@ var TextField = /* @__PURE__ */ forwardRef248(function TextField2(props, ref2) { if (label3) { var _InputLabelProps$requ; var displayRequired = (_InputLabelProps$requ = InputLabelProps === null || InputLabelProps === void 0 ? void 0 : InputLabelProps.required) !== null && _InputLabelProps$requ !== void 0 ? _InputLabelProps$requ : required2; - InputMore.label = /* @__PURE__ */ createElement267(Fragment8, null, label3, displayRequired && "\xA0*"); + InputMore.label = /* @__PURE__ */ createElement268(Fragment8, null, label3, displayRequired && "\xA0*"); } } if (select) { @@ -28576,7 +28598,7 @@ var TextField = /* @__PURE__ */ forwardRef248(function TextField2(props, ref2) { var helperTextId = helperText && id2 ? "".concat(id2, "-helper-text") : void 0; var inputLabelId = label3 && id2 ? "".concat(id2, "-label") : void 0; var InputComponent = variantComponent[variant]; - var InputElement = /* @__PURE__ */ createElement267(InputComponent, _extends({ + var InputElement = /* @__PURE__ */ createElement268(InputComponent, _extends({ "aria-describedby": helperTextId, autoComplete, autoFocus, @@ -28598,7 +28620,7 @@ var TextField = /* @__PURE__ */ forwardRef248(function TextField2(props, ref2) { placeholder: placeholder2, inputProps }, InputMore, InputProps)); - return /* @__PURE__ */ createElement267(FormControl_default, _extends({ + return /* @__PURE__ */ createElement268(FormControl_default, _extends({ className: clsx_m_default(classes.root, className), disabled: disabled3, error: error4, @@ -28608,16 +28630,16 @@ var TextField = /* @__PURE__ */ forwardRef248(function TextField2(props, ref2) { required: required2, color: color2, variant - }, other), label3 && /* @__PURE__ */ createElement267(InputLabel_default, _extends({ + }, other), label3 && /* @__PURE__ */ createElement268(InputLabel_default, _extends({ htmlFor: id2, id: inputLabelId - }, InputLabelProps), label3), select ? /* @__PURE__ */ createElement267(Select_default, _extends({ + }, InputLabelProps), label3), select ? /* @__PURE__ */ createElement268(Select_default, _extends({ "aria-describedby": helperTextId, id: id2, labelId: inputLabelId, value, input: InputElement - }, SelectProps), children2) : InputElement, helperText && /* @__PURE__ */ createElement267(FormHelperText_default, _extends({ + }, SelectProps), children2) : InputElement, helperText && /* @__PURE__ */ createElement268(FormHelperText_default, _extends({ id: helperTextId }, FormHelperTextProps), helperText)); }); @@ -28669,8 +28691,8 @@ var import_prop_types115 = __toModule(require_prop_types()); import { Fragment as Fragment9, cloneElement as cloneElement24, - createElement as createElement268, - forwardRef as forwardRef249, + createElement as createElement269, + forwardRef as forwardRef250, useCallback as useCallback19, useEffect as useEffect28, useMemo as useMemo5, @@ -28806,7 +28828,7 @@ var styles144 = function styles145(theme) { }; var hystersisOpen = false; var hystersisTimer = null; -var Tooltip = /* @__PURE__ */ forwardRef249(function Tooltip2(props, ref2) { +var Tooltip = /* @__PURE__ */ forwardRef250(function Tooltip2(props, ref2) { var _props$arrow = props.arrow, arrow2 = _props$arrow === void 0 ? false : _props$arrow, children2 = props.children, classes = props.classes, _props$disableFocusLi = props.disableFocusListener, disableFocusListener = _props$disableFocusLi === void 0 ? false : _props$disableFocusLi, _props$disableHoverLi = props.disableHoverListener, disableHoverListener = _props$disableHoverLi === void 0 ? false : _props$disableHoverLi, _props$disableTouchLi = props.disableTouchListener, disableTouchListener = _props$disableTouchLi === void 0 ? false : _props$disableTouchLi, _props$enterDelay = props.enterDelay, enterDelay = _props$enterDelay === void 0 ? 100 : _props$enterDelay, _props$enterNextDelay = props.enterNextDelay, enterNextDelay = _props$enterNextDelay === void 0 ? 0 : _props$enterNextDelay, _props$enterTouchDela = props.enterTouchDelay, enterTouchDelay = _props$enterTouchDela === void 0 ? 700 : _props$enterTouchDela, idProp = props.id, _props$interactive = props.interactive, interactive3 = _props$interactive === void 0 ? false : _props$interactive, _props$leaveDelay = props.leaveDelay, leaveDelay = _props$leaveDelay === void 0 ? 0 : _props$leaveDelay, _props$leaveTouchDela = props.leaveTouchDelay, leaveTouchDelay = _props$leaveTouchDela === void 0 ? 1500 : _props$leaveTouchDela, onClose = props.onClose, onOpen = props.onOpen, openProp = props.open, _props$placement = props.placement, placement = _props$placement === void 0 ? "bottom" : _props$placement, _props$PopperComponen = props.PopperComponent, PopperComponent = _props$PopperComponen === void 0 ? Popper_default : _props$PopperComponen, PopperProps = props.PopperProps, title = props.title, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Grow_default : _props$TransitionComp, TransitionProps4 = props.TransitionProps, other = _objectWithoutProperties(props, ["arrow", "children", "classes", "disableFocusListener", "disableHoverListener", "disableTouchListener", "enterDelay", "enterNextDelay", "enterTouchDelay", "id", "interactive", "leaveDelay", "leaveTouchDelay", "onClose", "onOpen", "open", "placement", "PopperComponent", "PopperProps", "title", "TransitionComponent", "TransitionProps"]); var theme = useTheme2(); var _React$useState = useState18(), childNode = _React$useState[0], setChildNode = _React$useState[1]; @@ -29016,7 +29038,7 @@ var Tooltip = /* @__PURE__ */ forwardRef249(function Tooltip2(props, ref2) { } }, PopperProps); }, [arrowRef, PopperProps]); - return /* @__PURE__ */ createElement268(Fragment9, null, /* @__PURE__ */ cloneElement24(children2, childrenProps), /* @__PURE__ */ createElement268(PopperComponent, _extends({ + return /* @__PURE__ */ createElement269(Fragment9, null, /* @__PURE__ */ cloneElement24(children2, childrenProps), /* @__PURE__ */ createElement269(PopperComponent, _extends({ className: clsx_m_default(classes.popper, interactive3 && classes.popperInteractive, arrow2 && classes.popperArrow), placement, anchorEl: childNode, @@ -29025,11 +29047,11 @@ var Tooltip = /* @__PURE__ */ forwardRef249(function Tooltip2(props, ref2) { transition: true }, interactiveWrapperListeners, mergedPopperProps), function(_ref6) { var placementInner = _ref6.placement, TransitionPropsInner = _ref6.TransitionProps; - return /* @__PURE__ */ createElement268(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement269(TransitionComponent, _extends({ timeout: theme.transitions.duration.shorter - }, TransitionPropsInner, TransitionProps4), /* @__PURE__ */ createElement268("div", { + }, TransitionPropsInner, TransitionProps4), /* @__PURE__ */ createElement269("div", { className: clsx_m_default(classes.tooltip, classes["tooltipPlacement".concat(capitalize(placementInner.split("-")[0]))], ignoreNonTouchEvents.current && classes.touch, arrow2 && classes.tooltipArrow) - }, title, arrow2 ? /* @__PURE__ */ createElement268("span", { + }, title, arrow2 ? /* @__PURE__ */ createElement269("span", { className: classes.arrow, ref: setArrowRef }) : null)); @@ -29069,8 +29091,8 @@ var Tooltip_default = withStyles_default2(styles144, { var import_prop_types116 = __toModule(require_prop_types()); import { cloneElement as cloneElement25, - createElement as createElement269, - forwardRef as forwardRef250, + createElement as createElement270, + forwardRef as forwardRef251, useRef as useRef30 } from "react"; var styles146 = { @@ -29085,7 +29107,7 @@ var defaultTimeout3 = { enter: duration.enteringScreen, exit: duration.leavingScreen }; -var Zoom = /* @__PURE__ */ forwardRef250(function Zoom2(props, ref2) { +var Zoom = /* @__PURE__ */ forwardRef251(function Zoom2(props, ref2) { var children2 = props.children, _props$disableStrictM = props.disableStrictModeCompat, disableStrictModeCompat = _props$disableStrictM === void 0 ? false : _props$disableStrictM, inProp = props.in, onEnter = props.onEnter, onEntered = props.onEntered, onEntering = props.onEntering, onExit = props.onExit, onExited = props.onExited, onExiting = props.onExiting, style3 = props.style, _props$timeout = props.timeout, timeout2 = _props$timeout === void 0 ? defaultTimeout3 : _props$timeout, _props$TransitionComp = props.TransitionComponent, TransitionComponent = _props$TransitionComp === void 0 ? Transition_default : _props$TransitionComp, other = _objectWithoutProperties(props, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]); var theme = useTheme2(); var enableStrictModeCompat = theme.unstable_strictMode && !disableStrictModeCompat; @@ -29135,7 +29157,7 @@ var Zoom = /* @__PURE__ */ forwardRef250(function Zoom2(props, ref2) { } }); var handleExited = normalizedTransitionCallback(onExited); - return /* @__PURE__ */ createElement269(TransitionComponent, _extends({ + return /* @__PURE__ */ createElement270(TransitionComponent, _extends({ appear: true, in: inProp, nodeRef: enableStrictModeCompat ? nodeRef : void 0, @@ -29177,29 +29199,29 @@ var Zoom_default = Zoom; // ../juno-icon/src/DefaultBox.tsx import { - createElement as createElement270 + createElement as createElement271 } from "react"; -import { forwardRef as forwardRef251, memo as memo159 } from "react"; -var DefaultBox = memo159(forwardRef251((inProps, ref2) => { +import { forwardRef as forwardRef252, memo as memo160 } from "react"; +var DefaultBox = memo160(forwardRef252((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement270(DefaultBoxD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement271(DefaultBoxD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement270("svg", { + }) : /* @__PURE__ */ createElement271("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement270("path", { + }, /* @__PURE__ */ createElement271("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement270("path", { + }), /* @__PURE__ */ createElement271("path", { fill: "#a7aaae", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement270("path", { + }), /* @__PURE__ */ createElement271("path", { fill: "#0061d5", d: "M4.959 9C4.419 9 4 9.419 4 9.897v7.531a4.586 4.586 0 0 0 4.589 4.483h.025-.001a4.718 4.718 0 0 0 4.123-2.427l.012-.024c.779 1.434 2.337 2.451 4.074 2.451 2.577 0 4.674-2.032 4.674-4.602.06-2.451-2.037-4.484-4.613-4.484-1.738 0-3.295.957-4.074 2.391-.78-1.434-2.338-2.391-4.135-2.391a4.935 4.935 0 0 0-2.817.897V9.897A.92.92 0 0 0 4.96 9h-.001zm16.643 3.728a.944.944 0 0 0-.707.16l.003-.002c-.36.299-.479.897-.18 1.315l2.397 3.108-2.396 3.107c-.3.419-.24.958.18 1.257.419.299 1.016.297 1.316-.122l2.039-2.63 2.096 2.69c.3.359.899.418 1.318.12.36-.299.42-.838.121-1.256l-2.338-3.107 2.338-3.05c.3-.418.298-1.016-.121-1.315-.48-.299-1.019-.239-1.318.18l-2.096 2.57-2.04-2.688a1.001 1.001 0 0 0-.612-.337zM8.613 14.617c1.558 0 2.817 1.257 2.817 2.751 0 1.554-1.259 2.749-2.817 2.749s-2.816-1.195-2.816-2.749c0-1.494 1.258-2.751 2.816-2.751zm8.27 0c1.558 0 2.816 1.257 2.816 2.751-.06 1.554-1.318 2.749-2.816 2.749-1.558 0-2.817-1.195-2.817-2.749 0-1.494 1.259-2.751 2.817-2.751z" })); @@ -29210,21 +29232,21 @@ var DefaultBox_default = DefaultBox; // ../juno-icon/src/DefaultFileD.tsx import { - createElement as createElement271 + createElement as createElement272 } from "react"; -import { forwardRef as forwardRef252, memo as memo160 } from "react"; -var DefaultFileD = memo160(forwardRef252((props, ref2) => /* @__PURE__ */ createElement271("svg", { +import { forwardRef as forwardRef253, memo as memo161 } from "react"; +var DefaultFileD = memo161(forwardRef253((props, ref2) => /* @__PURE__ */ createElement272("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement271("path", { +}, /* @__PURE__ */ createElement272("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement271("path", { +}), /* @__PURE__ */ createElement272("path", { fill: "#2f51b1", d: "M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 0 0 .136-.052.933.933 0 0 1 .522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 0 0 .182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z" -}), /* @__PURE__ */ createElement271("path", { +}), /* @__PURE__ */ createElement272("path", { fill: "#356afd", d: "M23.965 13.314a1.879 1.879 0 0 0-.928-.242h-8.563a1.113 1.113 0 0 1-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 0 0-.907.232 1.779 1.779 0 0 0-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 0 0-.924-1.55z" })))); @@ -29234,32 +29256,32 @@ var DefaultFileD_default = DefaultFileD; // ../juno-icon/src/DefaultFile.tsx import { - createElement as createElement272 + createElement as createElement273 } from "react"; -import { forwardRef as forwardRef253, memo as memo161 } from "react"; -var DefaultFile = memo161(forwardRef253((inProps, ref2) => { +import { forwardRef as forwardRef254, memo as memo162 } from "react"; +var DefaultFile = memo162(forwardRef254((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement272(DefaultFileD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement273(DefaultFileD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement272("svg", { + }) : /* @__PURE__ */ createElement273("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement272("path", { + }, /* @__PURE__ */ createElement273("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement272("path", { + }), /* @__PURE__ */ createElement273("path", { fill: "#4975ed", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement272("path", { + }), /* @__PURE__ */ createElement273("path", { fill: "#2f51b1", d: "M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 0 0 .136-.052.933.933 0 0 1 .522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 0 0 .182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z" - }), /* @__PURE__ */ createElement272("path", { + }), /* @__PURE__ */ createElement273("path", { fill: "#4b77f1", d: "M23.965 13.314a1.879 1.879 0 0 0-.928-.242h-8.563a1.113 1.113 0 0 1-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 0 0-.907.232 1.779 1.779 0 0 0-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 0 0-.924-1.55z" })); @@ -29270,24 +29292,24 @@ var DefaultFile_default = DefaultFile; // ../juno-icon/src/DefaultGdriveD.tsx import { - createElement as createElement273 + createElement as createElement274 } from "react"; -import { forwardRef as forwardRef254, memo as memo162 } from "react"; -var DefaultGdriveD = memo162(forwardRef254((props, ref2) => /* @__PURE__ */ createElement273("svg", { +import { forwardRef as forwardRef255, memo as memo163 } from "react"; +var DefaultGdriveD = memo163(forwardRef255((props, ref2) => /* @__PURE__ */ createElement274("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement273("path", { +}, /* @__PURE__ */ createElement274("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement273("path", { +}), /* @__PURE__ */ createElement274("path", { fill: "#ffc107", d: "M13.333 8.889h5.778l5.778 9.778h-5.778z" -}), /* @__PURE__ */ createElement273("path", { +}), /* @__PURE__ */ createElement274("path", { fill: "#1976d2", d: "m9.778 24 3.038-5.333h12.073L21.877 24z" -}), /* @__PURE__ */ createElement273("path", { +}), /* @__PURE__ */ createElement274("path", { fill: "#4caf50", d: "M7.111 19.015 10.021 24 16 13.926l-2.963-5.037z" })))); @@ -29297,35 +29319,35 @@ var DefaultGdriveD_default = DefaultGdriveD; // ../juno-icon/src/DefaultGdrive.tsx import { - createElement as createElement274 + createElement as createElement275 } from "react"; -import { forwardRef as forwardRef255, memo as memo163 } from "react"; -var DefaultGdrive = memo163(forwardRef255((inProps, ref2) => { +import { forwardRef as forwardRef256, memo as memo164 } from "react"; +var DefaultGdrive = memo164(forwardRef256((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement274(DefaultGdriveD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement275(DefaultGdriveD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement274("svg", { + }) : /* @__PURE__ */ createElement275("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement274("path", { + }, /* @__PURE__ */ createElement275("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement274("path", { + }), /* @__PURE__ */ createElement275("path", { fill: "#a7aaae", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement274("path", { + }), /* @__PURE__ */ createElement275("path", { fill: "#ffc107", d: "M13.333 8.889h5.778l5.778 9.778h-5.778z" - }), /* @__PURE__ */ createElement274("path", { + }), /* @__PURE__ */ createElement275("path", { fill: "#1976d2", d: "m9.778 24 3.039-5.333h12.072L21.878 24z" - }), /* @__PURE__ */ createElement274("path", { + }), /* @__PURE__ */ createElement275("path", { fill: "#4caf50", d: "M7.111 19.015 10.021 24 16 13.926l-2.963-5.037z" })); @@ -29336,15 +29358,15 @@ var DefaultGdrive_default = DefaultGdrive; // ../juno-icon/src/DefaultGroupAvatar.tsx import { - createElement as createElement275 + createElement as createElement276 } from "react"; -import { forwardRef as forwardRef256, memo as memo164 } from "react"; -var DefaultGroupAvatar = memo164(forwardRef256((props, ref2) => /* @__PURE__ */ createElement275("svg", { +import { forwardRef as forwardRef257, memo as memo165 } from "react"; +var DefaultGroupAvatar = memo165(forwardRef257((props, ref2) => /* @__PURE__ */ createElement276("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement275("path", { +}, /* @__PURE__ */ createElement276("path", { d: "M5.483 27.417c1.234-.457 2.559-.914 3.61-1.188.137 0 .137 0 .137-.731 0-.868-.137-1.279-.274-1.691-.137-.548-.411-1.416-.548-2.285-.274-.274-.731-1.005-1.005-2.285-.274-1.142-.137-1.554 0-2.011v-.137c0-.274-.137-1.554-.274-2.696-.137-.731 0-2.285 1.005-3.564.548-.868 1.828-1.828 3.975-2.011h1.279c2.102.183 3.381 1.188 3.975 2.056 1.005 1.279 1.142 2.833 1.005 3.564-.137 1.005-.137 2.422-.137 2.696v.137c.137.411.274.868 0 2.011-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691 0 .731 0 .731.137.731 2.011.548 5.118 1.691 6.397 2.285.503.228.868.503 1.142.823a15.519 15.519 0 0 1-7.905 2.148 15.9 15.9 0 0 1-10.556-4.113zm18.918 1.599c-.228-.32-.457-.548-.685-.685-1.371-.594-4.524-1.965-6.626-2.559-.137 0-.32 0-.137-.777.046-.32.183-.548.32-.868.228-.64.548-1.325.548-2.239.32-.32.777-1.051 1.051-2.422.32-1.188.137-1.645 0-2.102v-.137c0-.32 0-1.828.137-2.879.137-.777 0-2.422-1.051-3.793-.503-.731-1.554-1.645-3.107-2.056.685-.64 1.828-1.188 3.381-1.325h1.279c2.148.137 3.427 1.142 3.975 2.011 1.005 1.279 1.142 2.833 1.005 3.564-.137 1.005-.137 2.422-.137 2.696v.137c.137.411.274.868 0 2.011-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691 0 .731 0 .731.137.731 1.508.411 3.61 1.188 5.164 1.782-1.051 1.005-2.102 1.873-3.29 2.65z" })))); DefaultGroupAvatar.displayName = "DefaultGroupAvatar"; @@ -29353,15 +29375,15 @@ var DefaultGroupAvatar_default = DefaultGroupAvatar; // ../juno-icon/src/DefaultIntegrationBorder.tsx import { - createElement as createElement276 + createElement as createElement277 } from "react"; -import { forwardRef as forwardRef257, memo as memo165 } from "react"; -var DefaultIntegrationBorder = memo165(forwardRef257((props, ref2) => /* @__PURE__ */ createElement276("svg", { +import { forwardRef as forwardRef258, memo as memo166 } from "react"; +var DefaultIntegrationBorder = memo166(forwardRef258((props, ref2) => /* @__PURE__ */ createElement277("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement276("path", { +}, /* @__PURE__ */ createElement277("path", { d: "M14 1a5 5 0 0 1 5 5h5a2 2 0 0 1 2 2v5a5 5 0 0 1 0 10v5a2 2 0 0 1-2 2h-7v-2a3 3 0 0 0-2.824-2.995L14 25a3 3 0 0 0-2.995 2.824L11 28v2H4a2 2 0 0 1-2-2v-7h2a3 3 0 0 0 2.995-2.824L7 18a3 3 0 0 0-2.824-2.995L4 15H2V8a2 2 0 0 1 2-2h5a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-2.995 2.824L11 6v2H4v5l.058.001.234.008c2.564.149 4.593 2.219 4.702 4.825l.005.225-.008.234a5 5 0 0 1-4.772 4.703l-.22.005v5h5L9 27.943l.008-.234c.149-2.564 2.219-4.593 4.825-4.703l.225-.005.234.008a5 5 0 0 1 4.703 4.772l.005.22h5v-7h2a3 3 0 0 0 .176-5.995L26 15.001h-2v-7h-7v-2a3 3 0 0 0-3-3z" })))); DefaultIntegrationBorder.displayName = "DefaultIntegrationBorder"; @@ -29370,15 +29392,15 @@ var DefaultIntegrationBorder_default = DefaultIntegrationBorder; // ../juno-icon/src/DefaultIntegration.tsx import { - createElement as createElement277 + createElement as createElement278 } from "react"; -import { forwardRef as forwardRef258, memo as memo166 } from "react"; -var DefaultIntegration = memo166(forwardRef258((props, ref2) => /* @__PURE__ */ createElement277("svg", { +import { forwardRef as forwardRef259, memo as memo167 } from "react"; +var DefaultIntegration = memo167(forwardRef259((props, ref2) => /* @__PURE__ */ createElement278("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement277("path", { +}, /* @__PURE__ */ createElement278("path", { d: "M14 1a4 4 0 0 1 4 4v1h6a2 2 0 0 1 2 2v6h1a4 4 0 0 1 0 8h-1v6a2 2 0 0 1-2 2h-6v-1a4 4 0 0 0-3.8-3.995L14 25a4 4 0 0 0-3.995 3.8L10 29v1H4a2 2 0 0 1-2-2v-6h1a4 4 0 0 0 3.995-3.8L7 18a4 4 0 0 0-3.8-3.995L3 14H2V8a2 2 0 0 1 2-2h6V5a4 4 0 0 1 4-4z" })))); DefaultIntegration.displayName = "DefaultIntegration"; @@ -29387,21 +29409,21 @@ var DefaultIntegration_default = DefaultIntegration; // ../juno-icon/src/DefaultMusicD.tsx import { - createElement as createElement278 + createElement as createElement279 } from "react"; -import { forwardRef as forwardRef259, memo as memo167 } from "react"; -var DefaultMusicD = memo167(forwardRef259((props, ref2) => /* @__PURE__ */ createElement278("svg", { +import { forwardRef as forwardRef260, memo as memo168 } from "react"; +var DefaultMusicD = memo168(forwardRef260((props, ref2) => /* @__PURE__ */ createElement279("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement278("path", { +}, /* @__PURE__ */ createElement279("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement278("path", { +}), /* @__PURE__ */ createElement279("path", { fill: "#356afd", d: "M22.222 7.111a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667h12.444z" -}), /* @__PURE__ */ createElement278("path", { +}), /* @__PURE__ */ createElement279("path", { fill: "#f1f1f1", d: "m20.793 9.787-8 1.778a.444.444 0 0 0-.348.434v7.032a2.567 2.567 0 0 0-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 0 0-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 0 0-.54-.434z" })))); @@ -29411,29 +29433,29 @@ var DefaultMusicD_default = DefaultMusicD; // ../juno-icon/src/DefaultMusic.tsx import { - createElement as createElement279 + createElement as createElement280 } from "react"; -import { forwardRef as forwardRef260, memo as memo168 } from "react"; -var DefaultMusic = memo168(forwardRef260((inProps, ref2) => { +import { forwardRef as forwardRef261, memo as memo169 } from "react"; +var DefaultMusic = memo169(forwardRef261((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement279(DefaultMusicD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement280(DefaultMusicD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement279("svg", { + }) : /* @__PURE__ */ createElement280("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement279("path", { + }, /* @__PURE__ */ createElement280("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement279("path", { + }), /* @__PURE__ */ createElement280("path", { fill: "#4975ed", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement279("path", { + }), /* @__PURE__ */ createElement280("path", { fill: "#4b77f1", d: "M22.222 7.111a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667h12.444zm-1.429 2.676-8 1.778a.444.444 0 0 0-.348.434v7.032a2.567 2.567 0 0 0-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 0 0-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 0 0-.54-.434z" })); @@ -29444,15 +29466,15 @@ var DefaultMusic_default = DefaultMusic; // ../juno-icon/src/DefaultTeamAvatar.tsx import { - createElement as createElement280 + createElement as createElement281 } from "react"; -import { forwardRef as forwardRef261, memo as memo169 } from "react"; -var DefaultTeamAvatar = memo169(forwardRef261((props, ref2) => /* @__PURE__ */ createElement280("svg", { +import { forwardRef as forwardRef262, memo as memo170 } from "react"; +var DefaultTeamAvatar = memo170(forwardRef262((props, ref2) => /* @__PURE__ */ createElement281("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement280("path", { +}, /* @__PURE__ */ createElement281("path", { d: "M30.002 10c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S22 11.083 22 10c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm-20 0c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S2 11.083 2 10c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10 17.999c0 1.083-.396 2.021-1.188 2.813S17.084 32 16.001 32c-1.083 0-2.021-.396-2.813-1.188S12 29.082 12 27.999c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10-5.999c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S22 23.083 22 22c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm-20 0c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S2 23.083 2 22c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10-17.999c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S12 5.084 12 4.001c0-1.083.396-2.021 1.188-2.813S14.918 0 16.001 0c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813z" })))); DefaultTeamAvatar.displayName = "DefaultTeamAvatar"; @@ -29461,21 +29483,21 @@ var DefaultTeamAvatar_default = DefaultTeamAvatar; // ../juno-icon/src/DefaultVideoD.tsx import { - createElement as createElement281 + createElement as createElement282 } from "react"; -import { forwardRef as forwardRef262, memo as memo170 } from "react"; -var DefaultVideoD = memo170(forwardRef262((props, ref2) => /* @__PURE__ */ createElement281("svg", { +import { forwardRef as forwardRef263, memo as memo171 } from "react"; +var DefaultVideoD = memo171(forwardRef263((props, ref2) => /* @__PURE__ */ createElement282("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement281("path", { +}, /* @__PURE__ */ createElement282("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement281("path", { +}), /* @__PURE__ */ createElement282("path", { fill: "#356afd", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 0 0 0-17.778z" -}), /* @__PURE__ */ createElement281("path", { +}), /* @__PURE__ */ createElement282("path", { fill: "#f1f1f1", d: "m19.497 16.771-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" })))); @@ -29485,29 +29507,29 @@ var DefaultVideoD_default = DefaultVideoD; // ../juno-icon/src/DefaultVideo.tsx import { - createElement as createElement282 + createElement as createElement283 } from "react"; -import { forwardRef as forwardRef263, memo as memo171 } from "react"; -var DefaultVideo = memo171(forwardRef263((inProps, ref2) => { +import { forwardRef as forwardRef264, memo as memo172 } from "react"; +var DefaultVideo = memo172(forwardRef264((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement282(DefaultVideoD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement283(DefaultVideoD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement282("svg", { + }) : /* @__PURE__ */ createElement283("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement282("path", { + }, /* @__PURE__ */ createElement283("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement282("path", { + }), /* @__PURE__ */ createElement283("path", { fill: "#4975ed", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement282("path", { + }), /* @__PURE__ */ createElement283("path", { fill: "#4b77f1", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 0 0 0-17.778zm3.497 9.66-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" })); @@ -29518,15 +29540,15 @@ var DefaultVideo_default = DefaultVideo; // ../juno-icon/src/DeleteCircle.tsx import { - createElement as createElement283 + createElement as createElement284 } from "react"; -import { forwardRef as forwardRef264, memo as memo172 } from "react"; -var DeleteCircle = memo172(forwardRef264((props, ref2) => /* @__PURE__ */ createElement283("svg", { +import { forwardRef as forwardRef265, memo as memo173 } from "react"; +var DeleteCircle = memo173(forwardRef265((props, ref2) => /* @__PURE__ */ createElement284("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement283("path", { +}, /* @__PURE__ */ createElement284("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-4.243 8.343a.999.999 0 0 0-1.497 1.32l.083.094 4.243 4.241-4.243 4.244a.999.999 0 0 0 1.32 1.497l.094-.083L16 17.412l4.243 4.244a.999.999 0 0 0 1.497-1.32l-.083-.094-4.243-4.244 4.243-4.241a.999.999 0 0 0-1.32-1.497l-.094.083L16 14.584l-4.243-4.241z" })))); DeleteCircle.displayName = "DeleteCircle"; @@ -29535,15 +29557,15 @@ var DeleteCircle_default = DeleteCircle; // ../juno-icon/src/Delete.tsx import { - createElement as createElement284 + createElement as createElement285 } from "react"; -import { forwardRef as forwardRef265, memo as memo173 } from "react"; -var Delete = memo173(forwardRef265((props, ref2) => /* @__PURE__ */ createElement284("svg", { +import { forwardRef as forwardRef266, memo as memo174 } from "react"; +var Delete = memo174(forwardRef266((props, ref2) => /* @__PURE__ */ createElement285("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement284("path", { +}, /* @__PURE__ */ createElement285("path", { d: "M20 2a2 2 0 0 1 2 2v2h6a1 1 0 0 1 0 2h-1.083l-.837 20.083A2 2 0 0 1 24.082 30H7.919a2 2 0 0 1-1.998-1.917L5.084 8H4.001a1 1 0 0 1 0-2h6V4a2 2 0 0 1 2-2h8zm4.914 6H7.085l.793 19.042a1 1 0 0 0 .999.958h14.245a1 1 0 0 0 .999-.958L24.913 8zM13 12a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V13a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V13a1 1 0 0 1 1-1zm0-8h-6a1 1 0 0 0-1 1v1h8V5a1 1 0 0 0-1-1z" })))); Delete.displayName = "Delete"; @@ -29552,24 +29574,24 @@ var Delete_default = Delete; // ../juno-icon/src/DeletedFile.tsx import { - createElement as createElement286 + createElement as createElement287 } from "react"; -import { forwardRef as forwardRef267, memo as memo175 } from "react"; +import { forwardRef as forwardRef268, memo as memo176 } from "react"; // ../juno-icon/src/DeletedFileD.tsx import { - createElement as createElement285 + createElement as createElement286 } from "react"; -import { forwardRef as forwardRef266, memo as memo174 } from "react"; -var DeletedFileD = memo174(forwardRef266((props, ref2) => /* @__PURE__ */ createElement285("svg", { +import { forwardRef as forwardRef267, memo as memo175 } from "react"; +var DeletedFileD = memo175(forwardRef267((props, ref2) => /* @__PURE__ */ createElement286("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement285("path", { +}, /* @__PURE__ */ createElement286("path", { fill: "#30323a", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement285("path", { +}), /* @__PURE__ */ createElement286("path", { fill: "#8f9199", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 1 1 0 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 0 1-1.778-1.778v-9.778h-.889a.889.889 0 1 1 0-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.555zm0 6.222a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm-3.556 0a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" })))); @@ -29578,21 +29600,21 @@ DeletedFileD["iconName"] = "deleted_file_D"; var DeletedFileD_default = DeletedFileD; // ../juno-icon/src/DeletedFile.tsx -var DeletedFile = memo175(forwardRef267((inProps, ref2) => { +var DeletedFile = memo176(forwardRef268((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement286(DeletedFileD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement287(DeletedFileD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement286("svg", { + }) : /* @__PURE__ */ createElement287("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement286("path", { + }, /* @__PURE__ */ createElement287("path", { fill: "#e8e9ed", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement286("path", { + }), /* @__PURE__ */ createElement287("path", { fill: "#81899d", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 1 1 0 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 0 1-1.778-1.778v-9.778h-.889a.889.889 0 1 1 0-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.556zm0 6.222a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm-3.556 0a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" })); @@ -29603,15 +29625,15 @@ var DeletedFile_default = DeletedFile; // ../juno-icon/src/Deletenumber.tsx import { - createElement as createElement287 + createElement as createElement288 } from "react"; -import { forwardRef as forwardRef268, memo as memo176 } from "react"; -var Deletenumber = memo176(forwardRef268((props, ref2) => /* @__PURE__ */ createElement287("svg", { +import { forwardRef as forwardRef269, memo as memo177 } from "react"; +var Deletenumber = memo177(forwardRef269((props, ref2) => /* @__PURE__ */ createElement288("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement287("path", { +}, /* @__PURE__ */ createElement288("path", { d: "M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H10.891a2.003 2.003 0 0 1-1.487-.662l-7.2-8a2 2 0 0 1 0-2.676l7.2-8c.379-.421.92-.662 1.487-.662H28zm-1 2H11.336a.996.996 0 0 0-.743.331l-6.3 7a1 1 0 0 0 0 1.338l6.3 7a1 1 0 0 0 .743.331H27a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm-10.536 3.05L20 14.584l3.536-3.534a.999.999 0 1 1 1.414 1.414l-3.536 3.534 3.536 3.537a.999.999 0 1 1-1.414 1.414L20 17.412l-3.536 3.537a.999.999 0 1 1-1.414-1.414l3.536-3.537-3.536-3.534a.999.999 0 1 1 1.414-1.414z" })))); Deletenumber.displayName = "Deletenumber"; @@ -29620,15 +29642,15 @@ var Deletenumber_default = Deletenumber; // ../juno-icon/src/Department.tsx import { - createElement as createElement288 + createElement as createElement289 } from "react"; -import { forwardRef as forwardRef269, memo as memo177 } from "react"; -var Department = memo177(forwardRef269((props, ref2) => /* @__PURE__ */ createElement288("svg", { +import { forwardRef as forwardRef270, memo as memo178 } from "react"; +var Department = memo178(forwardRef270((props, ref2) => /* @__PURE__ */ createElement289("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement288("path", { +}, /* @__PURE__ */ createElement289("path", { d: "M11 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm18 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm-18 2H3v8h8v-8zm18 0h-8v8h8v-8zM20 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2h-8v8h8V4z" })))); Department.displayName = "Department"; @@ -29637,15 +29659,15 @@ var Department_default = Department; // ../juno-icon/src/DeskphonePairingInfo.tsx import { - createElement as createElement289 + createElement as createElement290 } from "react"; -import { forwardRef as forwardRef270, memo as memo178 } from "react"; -var DeskphonePairingInfo = memo178(forwardRef270((props, ref2) => /* @__PURE__ */ createElement289("svg", { +import { forwardRef as forwardRef271, memo as memo179 } from "react"; +var DeskphonePairingInfo = memo179(forwardRef271((props, ref2) => /* @__PURE__ */ createElement290("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement289("path", { +}, /* @__PURE__ */ createElement290("path", { d: "M16 9a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 11zm1 5v3h-2v-3h2zm0-3v2h-2v-2h2z" })))); DeskphonePairingInfo.displayName = "DeskphonePairingInfo"; @@ -29654,15 +29676,15 @@ var DeskphonePairingInfo_default = DeskphonePairingInfo; // ../juno-icon/src/Deskphone.tsx import { - createElement as createElement290 + createElement as createElement291 } from "react"; -import { forwardRef as forwardRef271, memo as memo179 } from "react"; -var Deskphone = memo179(forwardRef271((props, ref2) => /* @__PURE__ */ createElement290("svg", { +import { forwardRef as forwardRef272, memo as memo180 } from "react"; +var Deskphone = memo180(forwardRef272((props, ref2) => /* @__PURE__ */ createElement291("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement290("path", { +}, /* @__PURE__ */ createElement291("path", { d: "M8 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4zm20 1a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14zm-9 16h-2a1 1 0 0 0-.117 1.993L17 23h2a1 1 0 0 0 0-2zm6 0h-2a1 1 0 0 0-.117 1.993L23 23h2a1 1 0 0 0 0-2zm-6-4h-2a1 1 0 0 0-.117 1.993L17 19h2a1 1 0 0 0 0-2zm6 0h-2a1 1 0 0 0-.117 1.993L23 19h2a1 1 0 0 0 0-2zm0-8h-8a1 1 0 0 0-.993.883L16 10v2a1 1 0 0 0 .883.993L17 13h8a1 1 0 0 0 .993-.883L26 12v-2a1 1 0 0 0-1-1z" })))); Deskphone.displayName = "Deskphone"; @@ -29671,15 +29693,15 @@ var Deskphone_default = Deskphone; // ../juno-icon/src/Device.tsx import { - createElement as createElement291 + createElement as createElement292 } from "react"; -import { forwardRef as forwardRef272, memo as memo180 } from "react"; -var Device = memo180(forwardRef272((props, ref2) => /* @__PURE__ */ createElement291("svg", { +import { forwardRef as forwardRef273, memo as memo181 } from "react"; +var Device = memo181(forwardRef273((props, ref2) => /* @__PURE__ */ createElement292("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement291("path", { +}, /* @__PURE__ */ createElement292("path", { d: "M5 4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h13a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H14.829A3.001 3.001 0 0 1 12 31H8a3.001 3.001 0 0 1-2.829-2H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4zm0 3H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h1V7zm10 20h13a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H15v20zM8 3a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H8zm9 8a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1z" })))); Device.displayName = "Device"; @@ -29688,15 +29710,15 @@ var Device_default = Device; // ../juno-icon/src/Dial.tsx import { - createElement as createElement292 + createElement as createElement293 } from "react"; -import { forwardRef as forwardRef273, memo as memo181 } from "react"; -var Dial = memo181(forwardRef273((props, ref2) => /* @__PURE__ */ createElement292("svg", { +import { forwardRef as forwardRef274, memo as memo182 } from "react"; +var Dial = memo182(forwardRef274((props, ref2) => /* @__PURE__ */ createElement293("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement292("path", { +}, /* @__PURE__ */ createElement293("path", { d: "M28 3a1 1 0 0 0-1 1v12a1 1 0 0 1-1 1l-19.586.001 6.536-6.536a.999.999 0 1 0-1.414-1.414l-8.243 8.243a.999.999 0 0 0 0 1.414l8.243 8.243a.999.999 0 1 0 1.414-1.414l-6.536-6.535L27 19.001a2 2 0 0 0 2-2v-13a1 1 0 0 0-1-1z" })))); Dial.displayName = "Dial"; @@ -29705,15 +29727,15 @@ var Dial_default = Dial; // ../juno-icon/src/DialerS.tsx import { - createElement as createElement293 + createElement as createElement294 } from "react"; -import { forwardRef as forwardRef274, memo as memo182 } from "react"; -var DialerS = memo182(forwardRef274((props, ref2) => /* @__PURE__ */ createElement293("svg", { +import { forwardRef as forwardRef275, memo as memo183 } from "react"; +var DialerS = memo183(forwardRef275((props, ref2) => /* @__PURE__ */ createElement294("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement293("path", { +}, /* @__PURE__ */ createElement294("path", { d: "M16 24.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM7.5 17a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-17-7.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM7.5 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM16 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z" })))); DialerS.displayName = "DialerS"; @@ -29722,15 +29744,15 @@ var DialerS_default = DialerS; // ../juno-icon/src/Dialer.tsx import { - createElement as createElement294 + createElement as createElement295 } from "react"; -import { forwardRef as forwardRef275, memo as memo183 } from "react"; -var Dialer = memo183(forwardRef275((props, ref2) => /* @__PURE__ */ createElement294("svg", { +import { forwardRef as forwardRef276, memo as memo184 } from "react"; +var Dialer = memo184(forwardRef276((props, ref2) => /* @__PURE__ */ createElement295("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement294("path", { +}, /* @__PURE__ */ createElement295("path", { d: "M7 17a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" })))); Dialer.displayName = "Dialer"; @@ -29739,15 +29761,15 @@ var Dialer_default = Dialer; // ../juno-icon/src/DirectLineBorder.tsx import { - createElement as createElement295 + createElement as createElement296 } from "react"; -import { forwardRef as forwardRef276, memo as memo184 } from "react"; -var DirectLineBorder = memo184(forwardRef276((props, ref2) => /* @__PURE__ */ createElement295("svg", { +import { forwardRef as forwardRef277, memo as memo185 } from "react"; +var DirectLineBorder = memo185(forwardRef277((props, ref2) => /* @__PURE__ */ createElement296("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement295("path", { +}, /* @__PURE__ */ createElement296("path", { d: "M8 2v25.76c0 .586.206 1.186.63 1.61s1.024.63 1.61.63h11.2c.586 0 1.186-.206 1.61-.63s.63-1.024.63-1.61V7.6c0-.586-.206-1.186-.63-1.61s-1.024-.63-1.61-.63h-11.2V2H8zm2.24 5.6h11.2v4.48h-11.2V7.6zm0 6.72h11.2v13.44h-11.2V14.32zm1.12 2.24v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm-6.72 3.36v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm-6.72 3.36v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24z" })))); DirectLineBorder.displayName = "DirectLineBorder"; @@ -29756,21 +29778,21 @@ var DirectLineBorder_default = DirectLineBorder; // ../juno-icon/src/DocD.tsx import { - createElement as createElement296 + createElement as createElement297 } from "react"; -import { forwardRef as forwardRef277, memo as memo185 } from "react"; -var DocD = memo185(forwardRef277((props, ref2) => /* @__PURE__ */ createElement296("svg", { +import { forwardRef as forwardRef278, memo as memo186 } from "react"; +var DocD = memo186(forwardRef278((props, ref2) => /* @__PURE__ */ createElement297("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement296("path", { +}, /* @__PURE__ */ createElement297("path", { fill: "#222f42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement296("path", { +}), /* @__PURE__ */ createElement297("path", { fill: "#4169a1", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z" -}), /* @__PURE__ */ createElement296("path", { +}), /* @__PURE__ */ createElement297("path", { fill: "#f1f1f1", d: "m17.009 20.53-1.202-4.842h-.037l-1.24 4.842h-1.052l-1.954-6.129h1.09l1.39 5.032 1.24-5.032h1.089l1.278 5.032 1.39-5.032h1.014l-1.916 6.129z" })))); @@ -29780,29 +29802,29 @@ var DocD_default = DocD; // ../juno-icon/src/Doc.tsx import { - createElement as createElement297 + createElement as createElement298 } from "react"; -import { forwardRef as forwardRef278, memo as memo186 } from "react"; -var Doc = memo186(forwardRef278((inProps, ref2) => { +import { forwardRef as forwardRef279, memo as memo187 } from "react"; +var Doc = memo187(forwardRef279((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement297(DocD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement298(DocD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement297("svg", { + }) : /* @__PURE__ */ createElement298("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement297("path", { + }, /* @__PURE__ */ createElement298("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement297("path", { + }), /* @__PURE__ */ createElement298("path", { fill: "#4169a1", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement297("path", { + }), /* @__PURE__ */ createElement298("path", { fill: "#4169a1", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm5.09 12.53-1.202-4.842h-.038l-1.24 4.842h-1.052l-1.954-6.128h1.09l1.39 5.031 1.24-5.031h1.09l1.277 5.031L19 14.402h1.014l-1.916 6.128h-1.09z" })); @@ -29813,15 +29835,15 @@ var Doc_default = Doc; // ../juno-icon/src/DockBorder.tsx import { - createElement as createElement298 + createElement as createElement299 } from "react"; -import { forwardRef as forwardRef279, memo as memo187 } from "react"; -var DockBorder = memo187(forwardRef279((props, ref2) => /* @__PURE__ */ createElement298("svg", { +import { forwardRef as forwardRef280, memo as memo188 } from "react"; +var DockBorder = memo188(forwardRef280((props, ref2) => /* @__PURE__ */ createElement299("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement298("path", { +}, /* @__PURE__ */ createElement299("path", { d: "M8 10v2H4v16h16v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h4zm20-8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H12a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16zm0 2H12v16h16V4zm-2.808 2.707a.999.999 0 0 1 0 1.414l-6.498 6.499 2.356 2.309h-6L15 11l2.266 2.221 6.513-6.514a.999.999 0 0 1 1.414 0z" })))); DockBorder.displayName = "DockBorder"; @@ -29830,15 +29852,15 @@ var DockBorder_default = DockBorder; // ../juno-icon/src/Donedone.tsx import { - createElement as createElement299 + createElement as createElement300 } from "react"; -import { forwardRef as forwardRef280, memo as memo188 } from "react"; -var Donedone = memo188(forwardRef280((props, ref2) => /* @__PURE__ */ createElement299("svg", { +import { forwardRef as forwardRef281, memo as memo189 } from "react"; +var Donedone = memo189(forwardRef281((props, ref2) => /* @__PURE__ */ createElement300("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement299("path", { +}, /* @__PURE__ */ createElement300("path", { d: "M16.04 2C8.33 2 2.08 8.251 2.08 15.962s6.25 13.962 13.96 13.962c7.71 0 13.96-6.251 13.96-13.962S23.75 2 16.04 2zm-5.781 16.048L6.575 14.42a.492.492 0 0 1-.011-.705l1.741-1.74a.506.506 0 0 1 .704-.007l1.679 1.623 6.348-6.285a.508.508 0 0 1 .72-.008l1.789 1.741a.481.481 0 0 1 .006.691l-8.579 8.33a.516.516 0 0 1-.713-.013zm15.323-1.607-8.579 8.329a.515.515 0 0 1-.713-.013l-3.684-3.627a.492.492 0 0 1-.011-.705l1.74-1.74a.507.507 0 0 1 .704-.008l1.679 1.624 6.348-6.285a.508.508 0 0 1 .72-.008l1.789 1.74c.195.19.202.504.007.692z" })))); Donedone.displayName = "Donedone"; @@ -29847,15 +29869,15 @@ var Donedone_default = Donedone; // ../juno-icon/src/DoubleChevronLeft.tsx import { - createElement as createElement300 + createElement as createElement301 } from "react"; -import { forwardRef as forwardRef281, memo as memo189 } from "react"; -var DoubleChevronLeft = memo189(forwardRef281((props, ref2) => /* @__PURE__ */ createElement300("svg", { +import { forwardRef as forwardRef282, memo as memo190 } from "react"; +var DoubleChevronLeft = memo190(forwardRef282((props, ref2) => /* @__PURE__ */ createElement301("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement300("path", { +}, /* @__PURE__ */ createElement301("path", { d: "M5 4a1 1 0 0 1 1 1v22a1 1 0 0 1-2 0V5a1 1 0 0 1 1-1zm12.314 2.101a.999.999 0 0 1 0 1.414L9.827 15H27a1 1 0 0 1 0 2H9.829l7.485 7.485a.999.999 0 1 1-1.414 1.414l-9.192-9.192a.999.999 0 0 1 0-1.414L15.9 6.101a.999.999 0 0 1 1.414 0z" })))); DoubleChevronLeft.displayName = "DoubleChevronLeft"; @@ -29864,15 +29886,15 @@ var DoubleChevronLeft_default = DoubleChevronLeft; // ../juno-icon/src/DoubleChevronRight.tsx import { - createElement as createElement301 + createElement as createElement302 } from "react"; -import { forwardRef as forwardRef282, memo as memo190 } from "react"; -var DoubleChevronRight = memo190(forwardRef282((props, ref2) => /* @__PURE__ */ createElement301("svg", { +import { forwardRef as forwardRef283, memo as memo191 } from "react"; +var DoubleChevronRight = memo191(forwardRef283((props, ref2) => /* @__PURE__ */ createElement302("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement301("path", { +}, /* @__PURE__ */ createElement302("path", { d: "M26.899 4a1 1 0 0 0-1 1v22a1 1 0 0 0 2 0V5a1 1 0 0 0-1-1zM14.586 6.101a.999.999 0 0 0 0 1.414L22.073 15H5a1 1 0 0 0 0 2h17.07l-7.485 7.485a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 0 0 0-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0z" })))); DoubleChevronRight.displayName = "DoubleChevronRight"; @@ -29881,15 +29903,15 @@ var DoubleChevronRight_default = DoubleChevronRight; // ../juno-icon/src/Download.tsx import { - createElement as createElement302 + createElement as createElement303 } from "react"; -import { forwardRef as forwardRef283, memo as memo191 } from "react"; -var Download = memo191(forwardRef283((props, ref2) => /* @__PURE__ */ createElement302("svg", { +import { forwardRef as forwardRef284, memo as memo192 } from "react"; +var Download = memo192(forwardRef284((props, ref2) => /* @__PURE__ */ createElement303("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement302("path", { +}, /* @__PURE__ */ createElement303("path", { d: "M27 26a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM16 3a1 1 0 0 1 .993.883L17 4v16.17l6.885-6.875a.998.998 0 0 1 1.493 1.316l-.083.094-8.588 8.588a.999.999 0 0 1-1.414 0l-8.588-8.588a.998.998 0 0 1 1.316-1.493l.094.083L15 20.17V4a1 1 0 0 1 1-1z" })))); Download.displayName = "Download"; @@ -29898,15 +29920,15 @@ var Download_default = Download; // ../juno-icon/src/DownwardsArrowWithTipRightwards.tsx import { - createElement as createElement303 + createElement as createElement304 } from "react"; -import { forwardRef as forwardRef284, memo as memo192 } from "react"; -var DownwardsArrowWithTipRightwards = memo192(forwardRef284((props, ref2) => /* @__PURE__ */ createElement303("svg", { +import { forwardRef as forwardRef285, memo as memo193 } from "react"; +var DownwardsArrowWithTipRightwards = memo193(forwardRef285((props, ref2) => /* @__PURE__ */ createElement304("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement303("path", { +}, /* @__PURE__ */ createElement304("path", { d: "M4 3a1 1 0 0 1 1 1v12a1 1 0 0 0 1 1l19.586.001-6.536-6.536a.999.999 0 1 1 1.414-1.414l8.243 8.243a.999.999 0 0 1 0 1.414l-8.243 8.243a.999.999 0 1 1-1.414-1.414l6.536-6.535L5 19.001a2 2 0 0 1-2-2v-13a1 1 0 0 1 1-1z" })))); DownwardsArrowWithTipRightwards.displayName = "DownwardsArrowWithTipRightwards"; @@ -29915,15 +29937,15 @@ var DownwardsArrowWithTipRightwards_default = DownwardsArrowWithTipRightwards; // ../juno-icon/src/Draft.tsx import { - createElement as createElement304 + createElement as createElement305 } from "react"; -import { forwardRef as forwardRef285, memo as memo193 } from "react"; -var Draft = memo193(forwardRef285((props, ref2) => /* @__PURE__ */ createElement304("svg", { +import { forwardRef as forwardRef286, memo as memo194 } from "react"; +var Draft = memo194(forwardRef286((props, ref2) => /* @__PURE__ */ createElement305("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement304("path", { +}, /* @__PURE__ */ createElement305("path", { d: "M29 27a1 1 0 0 1 0 2H14a1 1 0 0 1 0-2h15zm-.99-23a4 4 0 0 1 0 5.657L10.761 26.906c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022L22.353 4.001a4 4 0 0 1 5.657 0zm-7.071 4.242L6.597 22.584l2.828 2.828L23.767 11.07l-2.828-2.828zm2.828-2.828-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 1 0-2.828-2.828z" })))); Draft.displayName = "Draft"; @@ -29932,15 +29954,15 @@ var Draft_default = Draft; // ../juno-icon/src/DragableArea.tsx import { - createElement as createElement305 + createElement as createElement306 } from "react"; -import { forwardRef as forwardRef286, memo as memo194 } from "react"; -var DragableArea = memo194(forwardRef286((props, ref2) => /* @__PURE__ */ createElement305("svg", { +import { forwardRef as forwardRef287, memo as memo195 } from "react"; +var DragableArea = memo195(forwardRef287((props, ref2) => /* @__PURE__ */ createElement306("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement305("path", { +}, /* @__PURE__ */ createElement306("path", { d: "M11 23a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM11 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM11 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" })))); DragableArea.displayName = "DragableArea"; @@ -29949,15 +29971,15 @@ var DragableArea_default = DragableArea; // ../juno-icon/src/Dropbox.tsx import { - createElement as createElement306 + createElement as createElement307 } from "react"; -import { forwardRef as forwardRef287, memo as memo195 } from "react"; -var Dropbox = memo195(forwardRef287((props, ref2) => /* @__PURE__ */ createElement306("svg", { +import { forwardRef as forwardRef288, memo as memo196 } from "react"; +var Dropbox = memo196(forwardRef288((props, ref2) => /* @__PURE__ */ createElement307("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement306("path", { +}, /* @__PURE__ */ createElement307("path", { d: "m10.519 22.653-7.852-5.227 5.416-4.441 7.916 4.998-5.48 4.67zm5.48-4.671 7.918-4.997 5.416 4.44-7.837 5.228-5.497-4.671zm.033 1.017 5.496 4.653 2.357-1.572v1.769l-7.853 4.801v.016l-.016-.016-.017.016v-.016l-7.835-4.801V22.08l2.356 1.572L16 18.999v-.033l.017.016.016-.016v.033zM2.667 8.56l7.852-5.227 5.48 4.671-7.916 4.981L2.667 8.56zm18.829-5.227 7.837 5.227-5.416 4.425-7.918-4.981 5.497-4.671z" })))); Dropbox.displayName = "Dropbox"; @@ -29966,15 +29988,15 @@ var Dropbox_default = Dropbox; // ../juno-icon/src/E2EeSp.tsx import { - createElement as createElement307 + createElement as createElement308 } from "react"; -import { forwardRef as forwardRef288, memo as memo196 } from "react"; -var E2EeSp = memo196(forwardRef288((props, ref2) => /* @__PURE__ */ createElement307("svg", { +import { forwardRef as forwardRef289, memo as memo197 } from "react"; +var E2EeSp = memo197(forwardRef289((props, ref2) => /* @__PURE__ */ createElement308("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement307("path", { +}, /* @__PURE__ */ createElement308("path", { d: "m16 5.714 2.522 1.026 3.081.715 2.481.417v9.093c.008.423-.061.935-.257 1.561-.489 1.387-1.203 2.573-2.301 3.798-.31.34-.637.664-.981.967a23.95 23.95 0 0 1-1.097.921c-.369.292-.772.584-1.176.869l-1.034.723-1.234.825-.88-.54c-1.352-.904-1.841-1.292-2.329-1.694l-.729-.605a19.483 19.483 0 0 1-1.696-1.574c-1.001-1.061-1.671-2.147-2.065-3.217-.25-.681-.364-1.28-.387-1.784l-.004-9.372 1.061-.145.845-.121.588-.089 3.48-.885c.225-.082.43-.169.642-.257l.912-.367.559-.265zm-.019 1.834-.518.205-.54.224-.364.144-.334.122-.378.134-.411.14-.339.111-.28.085-.255.069-.128.032-.285.059-.321.06-.265.047-.349.058-.693.109-.463.07-.485.069v7.764c.002.328.073.73.221 1.181l.068.196c.329.892.896 1.784 1.714 2.651.367.388.789.787 1.261 1.193l.94.785.549.445.321.25.152.114.294.212.315.216.159.107.406.264.322-.22 1.055-.738.353-.252.453-.334.263-.203c.381-.303.722-.59 1.031-.866.296-.261.581-.542.845-.832.852-.951 1.448-1.878 1.798-2.756l.103-.276c.147-.428.221-.794.234-1.026l.002-.08-.004-.11-.001-7.695-.642-.107-.476-.083-.959-.172-.346-.065-.316-.061-.383-.081-.223-.052-.19-.051-.36-.109-.428-.145-.476-.173-1.066-.393-.311-.123-.268-.114zm-.011 1.541 1.149.425.503.183.338.116.204.066.105.031.05.016.178.052.209.056.095.024.185.042.406.086.336.065.355.066.912.163.001 6.489.002.088-.001.03a1.902 1.902 0 0 1-.059.314l-.03.11-.066.208-.083.22c-.285.71-.79 1.494-1.532 2.323-.222.243-.47.488-.727.715-.221.198-.456.399-.712.607l-.263.212-.241.187-.274.204-.488.35-.569.398-.178-.126-.275-.205-.299-.233-.334-.269-.184-.151-.916-.765a15.616 15.616 0 0 1-1.157-1.093c-.626-.663-1.066-1.325-1.336-1.97l-.076-.193-.049-.139a2.859 2.859 0 0 1-.149-.673l-.003-.081v-6.521l.436-.069.359-.06.467-.083.156-.03.31-.064.12-.028.13-.033.289-.08.252-.077.192-.062.374-.125.419-.146.557-.202.401-.159.508-.212z" })))); E2EeSp.displayName = "E2EeSp"; @@ -29983,15 +30005,15 @@ var E2EeSp_default = E2EeSp; // ../juno-icon/src/Edit.tsx import { - createElement as createElement308 + createElement as createElement309 } from "react"; -import { forwardRef as forwardRef289, memo as memo197 } from "react"; -var Edit = memo197(forwardRef289((props, ref2) => /* @__PURE__ */ createElement308("svg", { +import { forwardRef as forwardRef290, memo as memo198 } from "react"; +var Edit = memo198(forwardRef290((props, ref2) => /* @__PURE__ */ createElement309("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement308("path", { +}, /* @__PURE__ */ createElement309("path", { d: "M28.01 4a4 4 0 0 1 0 5.657L10.761 26.906c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022L22.353 4.001a4 4 0 0 1 5.657 0zm-4.242 7.07L20.94 8.242 6.598 22.584l2.828 2.828L23.768 11.07zm2.827-5.656a2 2 0 0 0-2.828 0l-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 0 0 0-2.828z" })))); Edit.displayName = "Edit"; @@ -30000,15 +30022,15 @@ var Edit_default = Edit; // ../juno-icon/src/Email.tsx import { - createElement as createElement309 + createElement as createElement310 } from "react"; -import { forwardRef as forwardRef290, memo as memo198 } from "react"; -var Email = memo198(forwardRef290((props, ref2) => /* @__PURE__ */ createElement309("svg", { +import { forwardRef as forwardRef291, memo as memo199 } from "react"; +var Email = memo199(forwardRef291((props, ref2) => /* @__PURE__ */ createElement310("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement309("path", { +}, /* @__PURE__ */ createElement310("path", { d: "M28 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h24zM4 9.032v13.744l7.698-7.146 1.529 1.31-8.601 7.988A.992.992 0 0 0 5 25h22c.132 0 .259-.026.374-.072l-8.602-7.988-.82.704-.149.12a3 3 0 0 1-3.599.005l-.157-.126L3.999 9.031zm24-.001-7.699 6.599L28 22.779V24l-.007.122A.987.987 0 0 0 28 24V9.031zM27 7H5a.98.98 0 0 0-.255.033l10.701 9.166a1 1 0 0 0 1.097.007l.107-.08 10.605-9.092a.982.982 0 0 0-.256-.033z" })))); Email.displayName = "Email"; @@ -30017,15 +30039,15 @@ var Email_default = Email; // ../juno-icon/src/Emoji.tsx import { - createElement as createElement310 + createElement as createElement311 } from "react"; -import { forwardRef as forwardRef291, memo as memo199 } from "react"; -var Emoji = memo199(forwardRef291((props, ref2) => /* @__PURE__ */ createElement310("svg", { +import { forwardRef as forwardRef292, memo as memo200 } from "react"; +var Emoji = memo200(forwardRef292((props, ref2) => /* @__PURE__ */ createElement311("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement310("path", { +}, /* @__PURE__ */ createElement311("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm4.328 14.505a1 1 0 1 1 1.73 1.004A6.997 6.997 0 0 1 16 23a6.996 6.996 0 0 1-6.031-3.445 1 1 0 1 1 1.723-1.017A4.997 4.997 0 0 0 16.001 21a4.995 4.995 0 0 0 4.328-2.495zM11 10a2 2 0 1 1 .001 3.999A2 2 0 0 1 11 10zm10 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 10z" })))); Emoji.displayName = "Emoji"; @@ -30034,18 +30056,18 @@ var Emoji_default = Emoji; // ../juno-icon/src/EndAnswer.tsx import { - createElement as createElement311 + createElement as createElement312 } from "react"; -import { forwardRef as forwardRef292, memo as memo200 } from "react"; -var EndAnswer = memo200(forwardRef292((props, ref2) => /* @__PURE__ */ createElement311("svg", { +import { forwardRef as forwardRef293, memo as memo201 } from "react"; +var EndAnswer = memo201(forwardRef293((props, ref2) => /* @__PURE__ */ createElement312("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement311("path", { +}, /* @__PURE__ */ createElement312("path", { fill: "#f54c3d", d: "M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 0 0-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zm0 6.541c-1.621.015-2.615.344-3.437 1.021-.383.315-.53.678-.53 1.156l.003.07.01.06a.866.866 0 0 0 .272.478c.192.158.419.227.751.18l1.121-.188c.382-.072.399-.404.391-.697l-.004-.22.001-.03c.011-.135.104-.213.347-.228.219-.015.89-.001 1.116 0 .183.001.759-.019.954 0 .254.024.348.109.352.261l-.003.218.002.048c.024.286.158.618.555.673l1.123.188.061.006a.964.964 0 0 0 .67-.213.776.776 0 0 0 .276-.443l.018-.113-.002-.077c-.017-.479-.154-.814-.608-1.188-.745-.614-1.815-.978-3.44-.964z" -}), /* @__PURE__ */ createElement311("path", { +}), /* @__PURE__ */ createElement312("path", { fill: "#299e0b", d: "M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 0 0-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 0 0-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 0 0-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 0 0-.786-.362 1.437 1.437 0 0 0-.868.193 2.097 2.097 0 0 0-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 0 1-.125-.064 2.47 2.47 0 0 1-.427-.317 5.516 5.516 0 0 1-.531-.557 5.786 5.786 0 0 1-.436-.586 2.595 2.595 0 0 1-.241-.462 1.307 1.307 0 0 1-.073-.219.645.645 0 0 1 .058-.027.767.767 0 0 0 .089-.048l.068-.033a.428.428 0 0 0 .087-.055 2.329 2.329 0 0 0 .411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 0 0-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 0 0-.631-.6z" })))); @@ -30055,15 +30077,15 @@ var EndAnswer_default = EndAnswer; // ../juno-icon/src/EngageBorder.tsx import { - createElement as createElement312 + createElement as createElement313 } from "react"; -import { forwardRef as forwardRef293, memo as memo201 } from "react"; -var EngageBorder = memo201(forwardRef293((props, ref2) => /* @__PURE__ */ createElement312("svg", { +import { forwardRef as forwardRef294, memo as memo202 } from "react"; +var EngageBorder = memo202(forwardRef294((props, ref2) => /* @__PURE__ */ createElement313("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement312("path", { +}, /* @__PURE__ */ createElement313("path", { d: "M30.3 19c0-1.5-.5-3.2-2.7-4.3v-.1c0-6.1-4.1-12.3-12-12.3C7.3 2.3 4.3 9 4.3 14.6v.1c-2.1 1.1-2.7 2.9-2.7 4.3 0 2 1 4.6 6 5.3h1.6c.6 0 1-.4 1-1v-8.7c0-.6-.4-1-1-1H7.8c-.5.1-.9.2-1.4.3.2-4.8 2.7-9.6 9.3-9.6s9.7 4.9 10 9.6c-.4-.1-.9-.2-1.4-.3h-1.6c-.6 0-1 .4-1 1v8.7c0 .6.4 1 1 1h1.6c-.3 1.1-1.2 2.5-4.6 3.1.1-.2.1-.5.1-.8 0-2-1.6-3.7-3.7-3.7-2 0-3.7 1.6-3.7 3.7 0 2 1.6 3.7 3.7 3.7.8 0 1.5-.3 2.1-.7 6.3-.6 8-3.4 8.2-5.8 3.2-1 3.9-3.1 3.9-4.8zM7.9 15.7h.4v6.7h-.4c-3.8-.5-4.3-2.2-4.3-3.3 0-.9.2-2 1.9-2.7.1 0 .2-.1.2-.1.7-.3 1.4-.5 2.2-.6zM16 28.3c-.9 0-1.7-.7-1.7-1.7S15.1 25 16 25s1.7.7 1.7 1.7-.8 1.6-1.7 1.6zm8.1-6h-.4v-6.7h.4c.9.1 1.6.3 2.1.5.1 0 .1.1.2.1 1.7.7 1.9 1.9 1.9 2.7 0 1.3-.4 2.9-4.2 3.4z" })))); EngageBorder.displayName = "EngageBorder"; @@ -30072,15 +30094,15 @@ var EngageBorder_default = EngageBorder; // ../juno-icon/src/EngageDigitalBorder.tsx import { - createElement as createElement313 + createElement as createElement314 } from "react"; -import { forwardRef as forwardRef294, memo as memo202 } from "react"; -var EngageDigitalBorder = memo202(forwardRef294((props, ref2) => /* @__PURE__ */ createElement313("svg", { +import { forwardRef as forwardRef295, memo as memo203 } from "react"; +var EngageDigitalBorder = memo203(forwardRef295((props, ref2) => /* @__PURE__ */ createElement314("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement313("path", { +}, /* @__PURE__ */ createElement314("path", { d: "M8.7 11.7c-2.4 0-4.3 1.9-4.3 4.3s1.9 4.3 4.3 4.3S13 18.4 13 16s-1.9-4.3-4.3-4.3zm0 6.6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3c0 1.3-1 2.3-2.3 2.3zm18-6h-9.3c-.6 0-1 .4-1 1s.4 1 1 1h9.3c.6 0 1-.4 1-1s-.5-1-1-1zM13.3 9h13.3c.6 0 1-.4 1-1s-.4-1-1-1H13.3c-.6 0-1 .4-1 1s.5 1 1 1zm13.4 14H13.3c-.6 0-1 .4-1 1s.4 1 1 1h13.3c.6 0 1-.4 1-1s-.4-1-.9-1zm0-5.3h-9.3c-.6 0-1 .4-1 1s.4 1 1 1h9.3c.6 0 1-.4 1-1s-.5-1-1-1zM6 22.3c-.9 0-1.7.7-1.7 1.7S5 25.7 6 25.7 7.6 25 7.6 24s-.7-1.7-1.6-1.7zM6 9.6c.9 0 1.6-.7 1.6-1.6S6.9 6.4 6 6.4c-.9 0-1.6.7-1.6 1.6S5.1 9.6 6 9.6z" })))); EngageDigitalBorder.displayName = "EngageDigitalBorder"; @@ -30089,15 +30111,15 @@ var EngageDigitalBorder_default = EngageDigitalBorder; // ../juno-icon/src/EventNewBorder.tsx import { - createElement as createElement314 + createElement as createElement315 } from "react"; -import { forwardRef as forwardRef295, memo as memo203 } from "react"; -var EventNewBorder = memo203(forwardRef295((props, ref2) => /* @__PURE__ */ createElement314("svg", { +import { forwardRef as forwardRef296, memo as memo204 } from "react"; +var EventNewBorder = memo204(forwardRef296((props, ref2) => /* @__PURE__ */ createElement315("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement314("path", { +}, /* @__PURE__ */ createElement315("path", { d: "M21 2a1 1 0 0 1 .993.883L22 3v1h4a2 2 0 0 1 1.994 1.851L28 6v20a2 2 0 0 1-1.851 1.994L26 28H6a2.001 2.001 0 0 1-1.995-1.851L3.999 26V6c0-1.054.816-1.918 1.851-1.995l.149-.006h4v-1a1 1 0 0 1 1.993-.117l.007.117v1h8v-1a1 1 0 0 1 1-1zm5 8H6v15a1 1 0 0 0 .883.993L7 26h18a1 1 0 0 0 .993-.883L26 25V10zm-13 3h6a1 1 0 0 1 .923 1.385l-.049.101-5 9a1 1 0 0 1-1.799-.866l.051-.105 4.175-7.514h-4.3a1 1 0 0 1-.117-1.993l.117-.007zm12-7H7a1 1 0 0 0-.993.883L6 7v1h20V7a1 1 0 0 0-.883-.993L25 6z" })))); EventNewBorder.displayName = "EventNewBorder"; @@ -30106,15 +30128,15 @@ var EventNewBorder_default = EventNewBorder; // ../juno-icon/src/EventNew.tsx import { - createElement as createElement315 + createElement as createElement316 } from "react"; -import { forwardRef as forwardRef296, memo as memo204 } from "react"; -var EventNew = memo204(forwardRef296((props, ref2) => /* @__PURE__ */ createElement315("svg", { +import { forwardRef as forwardRef297, memo as memo205 } from "react"; +var EventNew = memo205(forwardRef297((props, ref2) => /* @__PURE__ */ createElement316("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement315("path", { +}, /* @__PURE__ */ createElement316("path", { d: "M28 10v16a2 2 0 0 1-1.851 1.994L26 28H6a2.001 2.001 0 0 1-1.995-1.851L3.999 26V10h24zm-9 3h-6l-.117.007a1 1 0 0 0 0 1.986L13 15h4.301l-4.175 7.514-.051.105a1 1 0 0 0 1.736.965l.063-.099 5-9 .049-.101a1 1 0 0 0-.805-1.378L19 12.999zM4 6c0-1.054.816-1.918 1.851-1.995L6 3.999h4v-1a1 1 0 0 1 1.993-.117l.007.117v1h8v-1a1 1 0 0 1 1.993-.117l.007.117v1h4a2 2 0 0 1 1.994 1.851l.006.149v2H4v-2z" })))); EventNew.displayName = "EventNew"; @@ -30123,15 +30145,15 @@ var EventNew_default = EventNew; // ../juno-icon/src/Evernote.tsx import { - createElement as createElement316 + createElement as createElement317 } from "react"; -import { forwardRef as forwardRef297, memo as memo205 } from "react"; -var Evernote = memo205(forwardRef297((props, ref2) => /* @__PURE__ */ createElement316("svg", { +import { forwardRef as forwardRef298, memo as memo206 } from "react"; +var Evernote = memo206(forwardRef298((props, ref2) => /* @__PURE__ */ createElement317("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement316("path", { +}, /* @__PURE__ */ createElement317("path", { d: "M21.631 15.271a5.645 5.645 0 0 0-1.063.063c.094-.744.407-1.657 1.515-1.619 1.226.042 1.397 1.18 1.401 1.95-.517-.227-1.157-.371-1.854-.395zm5.242-8.073c-.206-1.077-.857-1.609-1.446-1.817-.636-.226-1.927-.46-3.548-.648-1.305-.151-2.836-.138-3.763-.111-.112-.747-.645-1.431-1.242-1.667-1.592-.629-4.051-.477-4.683-.303-.502.138-1.057.419-1.366.854-.207.291-.342.663-.343 1.183 0 .295.008.988.016 1.604.007.618.016 1.17.016 1.174 0 .55-.454.997-1.017.998h-2.58c-.55 0-.971.091-1.292.234s-.55.338-.723.566c-.344.455-.405 1.015-.403 1.587 0 0 .005.468.12 1.373.096.7.869 5.593 1.603 7.081.285.578.474.82 1.034 1.075 1.246.524 4.094 1.108 5.428 1.275 1.332.167 2.168.52 2.667-.507.001-.003.099-.256.235-.626.433-1.287.493-2.43.493-3.256 0-.085.126-.088.126 0 0 .583-.114 2.648 1.474 3.203.627.218 1.928.413 3.249.565 1.196.135 2.063.597 2.063 3.608 0 1.832-.392 2.083-2.44 2.083-1.66 0-2.294.043-2.294-1.253 0-1.047 1.055-.937 1.836-.937.349 0 .096-.255.096-.901 0-.643.409-1.014.023-1.023-2.701-.073-4.292-.004-4.292 3.316 0 3.013 1.174 3.573 5.009 3.573 3.007 0 4.068-.097 5.309-3.88.246-.746.841-3.027 1.199-6.854.228-2.42-.214-9.724-.564-11.567zm-20.076.531h2.582a.265.265 0 0 0 .267-.262c0-.001-.031-2.172-.031-2.777v-.006c0-.496.106-.929.29-1.291l.088-.163a.056.056 0 0 0-.03.016L4.95 8.128a.059.059 0 0 0-.019.029c.104-.05.246-.119.266-.127.436-.194.966-.3 1.599-.3z" })))); Evernote.displayName = "Evernote"; @@ -30140,21 +30162,21 @@ var Evernote_default = Evernote; // ../juno-icon/src/ExcelD.tsx import { - createElement as createElement317 + createElement as createElement318 } from "react"; -import { forwardRef as forwardRef298, memo as memo206 } from "react"; -var ExcelD = memo206(forwardRef298((props, ref2) => /* @__PURE__ */ createElement317("svg", { +import { forwardRef as forwardRef299, memo as memo207 } from "react"; +var ExcelD = memo207(forwardRef299((props, ref2) => /* @__PURE__ */ createElement318("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement317("path", { +}, /* @__PURE__ */ createElement318("path", { fill: "#1e2f27", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement317("path", { +}), /* @__PURE__ */ createElement318("path", { fill: "#008f4d", d: "m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z" -}), /* @__PURE__ */ createElement317("path", { +}), /* @__PURE__ */ createElement318("path", { fill: "#f1f1f1", d: "M14.258 14.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.836 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.347-1.575-2.347z" })))); @@ -30164,29 +30186,29 @@ var ExcelD_default = ExcelD; // ../juno-icon/src/Excel.tsx import { - createElement as createElement318 + createElement as createElement319 } from "react"; -import { forwardRef as forwardRef299, memo as memo207 } from "react"; -var Excel = memo207(forwardRef299((inProps, ref2) => { +import { forwardRef as forwardRef300, memo as memo208 } from "react"; +var Excel = memo208(forwardRef300((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement318(ExcelD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement319(ExcelD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement318("svg", { + }) : /* @__PURE__ */ createElement319("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement318("path", { + }, /* @__PURE__ */ createElement319("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement318("path", { + }), /* @__PURE__ */ createElement319("path", { fill: "#007640", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement318("path", { + }), /* @__PURE__ */ createElement319("path", { fill: "#007640", d: "m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm2.343 6.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.837 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.346-1.575-2.346z" })); @@ -30197,15 +30219,15 @@ var Excel_default = Excel; // ../juno-icon/src/ExpandSp.tsx import { - createElement as createElement319 + createElement as createElement320 } from "react"; -import { forwardRef as forwardRef300, memo as memo208 } from "react"; -var ExpandSp = memo208(forwardRef300((props, ref2) => /* @__PURE__ */ createElement319("svg", { +import { forwardRef as forwardRef301, memo as memo209 } from "react"; +var ExpandSp = memo209(forwardRef301((props, ref2) => /* @__PURE__ */ createElement320("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement319("path", { +}, /* @__PURE__ */ createElement320("path", { d: "M4.8 3.2v25.6H2.4V3.2h2.4zm24.8 11.6H10.139l8.221-8.219L16.68 4.8 5.6 16l11.2 11.2 1.68-1.699-8.341-8.301H29.6v-2.4z" })))); ExpandSp.displayName = "ExpandSp"; @@ -30214,15 +30236,15 @@ var ExpandSp_default = ExpandSp; // ../juno-icon/src/Expand.tsx import { - createElement as createElement320 + createElement as createElement321 } from "react"; -import { forwardRef as forwardRef301, memo as memo209 } from "react"; -var Expand = memo209(forwardRef301((props, ref2) => /* @__PURE__ */ createElement320("svg", { +import { forwardRef as forwardRef302, memo as memo210 } from "react"; +var Expand = memo210(forwardRef302((props, ref2) => /* @__PURE__ */ createElement321("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement320("path", { +}, /* @__PURE__ */ createElement321("path", { d: "M5 18a1 1 0 0 1 1 1l.001 5.586 5.827-5.829a.999.999 0 1 1 1.414 1.414L7.415 26H13a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1zM27 4a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a.999.999 0 1 1-1.414-1.414L24.585 6H19a1 1 0 0 1 0-2h8z" })))); Expand.displayName = "Expand"; @@ -30231,15 +30253,15 @@ var Expand_default = Expand; // ../juno-icon/src/Export.tsx import { - createElement as createElement321 + createElement as createElement322 } from "react"; -import { forwardRef as forwardRef302, memo as memo210 } from "react"; -var Export = memo210(forwardRef302((props, ref2) => /* @__PURE__ */ createElement321("svg", { +import { forwardRef as forwardRef303, memo as memo211 } from "react"; +var Export = memo211(forwardRef303((props, ref2) => /* @__PURE__ */ createElement322("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement321("path", { +}, /* @__PURE__ */ createElement322("path", { d: "M15.121 2.001c6.584 0 11.922 5.418 11.922 12.101l.001 2.229a7.948 7.948 0 0 0-1.987-.892l-.001-1.337c0-5.569-4.448-10.084-9.935-10.084H6.18a1 1 0 0 0-.993 1.008v22.185a1 1 0 0 0 .993 1.008l10.465.001a8.045 8.045 0 0 0 2.508 2.017l-13.966-.001c-1.097 0-1.987-.903-1.987-2.017V4.017C3.2 2.903 4.09 2 5.187 2l9.934.001zm1.428 16.134a8.007 8.007 0 0 0-1.174 2.017h-5.222a1 1 0 0 1-.993-1.008 1 1 0 0 1 .993-1.008l6.396-.001zm7.365-.309 4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414l2.879-2.879H17.82a1 1 0 0 1 0-2h7.559L22.5 19.24a1 1 0 0 1 1.414-1.414zm-3.826-5.741c.549 0 .993.451.993 1.008a1 1 0 0 1-.993 1.008h-9.935a1 1 0 0 1-.993-1.008 1 1 0 0 1 .993-1.008h9.935z" })))); Export.displayName = "Export"; @@ -30248,15 +30270,15 @@ var Export_default = Export; // ../juno-icon/src/ExtensionLineBorder.tsx import { - createElement as createElement322 + createElement as createElement323 } from "react"; -import { forwardRef as forwardRef303, memo as memo211 } from "react"; -var ExtensionLineBorder = memo211(forwardRef303((props, ref2) => /* @__PURE__ */ createElement322("svg", { +import { forwardRef as forwardRef304, memo as memo212 } from "react"; +var ExtensionLineBorder = memo212(forwardRef304((props, ref2) => /* @__PURE__ */ createElement323("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement322("path", { +}, /* @__PURE__ */ createElement323("path", { d: "M16 4c-4.194 0-7.745.77-10.13 1.481A5.42 5.42 0 0 0 2 10.664v3.029a2.17 2.17 0 0 0 2.154 2.154h4.308a2.17 2.17 0 0 0 2.154-2.154v-2.827c.202-.093.244-.13.841-.303.98-.286 2.478-.572 4.543-.572s3.563.286 4.543.572c.597.172.639.21.841.303v2.827a2.17 2.17 0 0 0 2.154 2.154h4.308A2.17 2.17 0 0 0 30 13.693v-3.029a5.426 5.426 0 0 0-3.87-5.183A35.975 35.975 0 0 0 16 4zm0 2.154c3.929 0 7.29.715 9.524 1.38a3.248 3.248 0 0 1 2.322 3.13v3.029h-4.308V9.52L23 9.217s-.686-.4-1.851-.74-2.877-.639-5.149-.639c-2.272 0-3.984.299-5.149.639S9 9.217 9 9.217l-.538.303v4.173H4.154v-3.029c0-1.443.93-2.718 2.322-3.13A33.908 33.908 0 0 1 16 6.154zM9.538 18c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S10.729 18 9.538 18zM16 18c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S17.191 18 16 18zm6.462 0c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S23.653 18 22.462 18zM9.538 24.462c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154zm6.462 0c-1.191 0-2.154.963-2.154 2.154S14.809 28.77 16 28.77c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154zm6.462 0c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154z" })))); ExtensionLineBorder.displayName = "ExtensionLineBorder"; @@ -30265,15 +30287,15 @@ var ExtensionLineBorder_default = ExtensionLineBorder; // ../juno-icon/src/ExternalLinkGlobal.tsx import { - createElement as createElement323 + createElement as createElement324 } from "react"; -import { forwardRef as forwardRef304, memo as memo212 } from "react"; -var ExternalLinkGlobal = memo212(forwardRef304((props, ref2) => /* @__PURE__ */ createElement323("svg", { +import { forwardRef as forwardRef305, memo as memo213 } from "react"; +var ExternalLinkGlobal = memo213(forwardRef305((props, ref2) => /* @__PURE__ */ createElement324("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement323("path", { +}, /* @__PURE__ */ createElement324("path", { d: "M9.778 8.222a1 1 0 0 0 1 1h10.586L7.515 23.072a.999.999 0 1 0 1.414 1.414L22.78 10.635l-.001 10.588a1 1 0 0 0 2 0v-13a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1z" })))); ExternalLinkGlobal.displayName = "ExternalLinkGlobal"; @@ -30282,15 +30304,15 @@ var ExternalLinkGlobal_default = ExternalLinkGlobal; // ../juno-icon/src/ExternalLink.tsx import { - createElement as createElement324 + createElement as createElement325 } from "react"; -import { forwardRef as forwardRef305, memo as memo213 } from "react"; -var ExternalLink = memo213(forwardRef305((props, ref2) => /* @__PURE__ */ createElement324("svg", { +import { forwardRef as forwardRef306, memo as memo214 } from "react"; +var ExternalLink = memo214(forwardRef306((props, ref2) => /* @__PURE__ */ createElement325("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement324("path", { +}, /* @__PURE__ */ createElement325("path", { d: "M25 29H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h8a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-7a1 1 0 0 1 2 0v8a2 2 0 0 1-2 2zM20 4a1 1 0 0 0 1 1h4.59l-7.885 7.885a.998.998 0 0 0 1.41 1.41L27 6.41V11a1 1 0 0 0 2 0V4a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1z" })))); ExternalLink.displayName = "ExternalLink"; @@ -30299,15 +30321,15 @@ var ExternalLink_default = ExternalLink; // ../juno-icon/src/FacebookShareNumberIcon.tsx import { - createElement as createElement325 + createElement as createElement326 } from "react"; -import { forwardRef as forwardRef306, memo as memo214 } from "react"; -var FacebookShareNumberIcon = memo214(forwardRef306((props, ref2) => /* @__PURE__ */ createElement325("svg", { +import { forwardRef as forwardRef307, memo as memo215 } from "react"; +var FacebookShareNumberIcon = memo215(forwardRef307((props, ref2) => /* @__PURE__ */ createElement326("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement325("path", { +}, /* @__PURE__ */ createElement326("path", { fill: "#3768ea", d: "M16 2C8.268 2 2 8.273 2 16.01c0 7.024 5.171 12.824 11.907 13.837V19.722h-3.464V16.04h3.464v-2.451c0-4.057 1.975-5.838 5.345-5.838 1.613 0 2.468.12 2.871.174v3.214h-2.298c-1.43 0-1.93 1.358-1.93 2.887v2.013h4.192l-.568 3.682h-3.624v10.154C24.728 28.948 30 23.101 30 16.008c0-7.737-6.268-14.01-14-14.01z" })))); @@ -30317,15 +30339,15 @@ var FacebookShareNumberIcon_default = FacebookShareNumberIcon; // ../juno-icon/src/FailedFaxBorder.tsx import { - createElement as createElement326 + createElement as createElement327 } from "react"; -import { forwardRef as forwardRef307, memo as memo215 } from "react"; -var FailedFaxBorder = memo215(forwardRef307((props, ref2) => /* @__PURE__ */ createElement326("svg", { +import { forwardRef as forwardRef308, memo as memo216 } from "react"; +var FailedFaxBorder = memo216(forwardRef308((props, ref2) => /* @__PURE__ */ createElement327("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement326("path", { +}, /* @__PURE__ */ createElement327("path", { d: "M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm5 18a2 2 0 1 1 .001 3.999A2 2 0 0 1 28 22zM19 6H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zM28 6c.552 0 1 .348 1 .778v12.444c0 .43-.448.778-1 .778s-1-.348-1-.778V6.778c0-.43.448-.778 1-.778zm-12.833 8c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z" })))); FailedFaxBorder.displayName = "FailedFaxBorder"; @@ -30334,15 +30356,15 @@ var FailedFaxBorder_default = FailedFaxBorder; // ../juno-icon/src/FailedFax.tsx import { - createElement as createElement327 + createElement as createElement328 } from "react"; -import { forwardRef as forwardRef308, memo as memo216 } from "react"; -var FailedFax = memo216(forwardRef308((props, ref2) => /* @__PURE__ */ createElement327("svg", { +import { forwardRef as forwardRef309, memo as memo217 } from "react"; +var FailedFax = memo217(forwardRef309((props, ref2) => /* @__PURE__ */ createElement328("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement327("path", { +}, /* @__PURE__ */ createElement328("path", { d: "M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zM28 22a2 2 0 1 1 .001 3.999A2 2 0 0 1 28 22zm0-16c.552 0 1 .348 1 .778v12.444c0 .43-.448.778-1 .778s-1-.348-1-.778V6.778c0-.43.448-.778 1-.778zm-12.833 8H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z" })))); FailedFax.displayName = "FailedFax"; @@ -30351,15 +30373,15 @@ var FailedFax_default = FailedFax; // ../juno-icon/src/FaxBorder.tsx import { - createElement as createElement328 + createElement as createElement329 } from "react"; -import { forwardRef as forwardRef309, memo as memo217 } from "react"; -var FaxBorder = memo217(forwardRef309((props, ref2) => /* @__PURE__ */ createElement328("svg", { +import { forwardRef as forwardRef310, memo as memo218 } from "react"; +var FaxBorder = memo218(forwardRef310((props, ref2) => /* @__PURE__ */ createElement329("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement328("path", { +}, /* @__PURE__ */ createElement329("path", { d: "M29 3a1 1 0 0 1 0 2h-2v15.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H6.999a2 2 0 0 1-2-2V5h-2a1 1 0 0 1 0-2h26zm-4 2H7v21a1 1 0 0 0 1 1h10v-5a2 2 0 0 1 2-2h5V5zm-.83 17H21a1 1 0 0 0-1 1v3.17L24.17 22zM21 14a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10zm0-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z" })))); FaxBorder.displayName = "FaxBorder"; @@ -30368,15 +30390,15 @@ var FaxBorder_default = FaxBorder; // ../juno-icon/src/Fax.tsx import { - createElement as createElement329 + createElement as createElement330 } from "react"; -import { forwardRef as forwardRef310, memo as memo218 } from "react"; -var Fax = memo218(forwardRef310((props, ref2) => /* @__PURE__ */ createElement329("svg", { +import { forwardRef as forwardRef311, memo as memo219 } from "react"; +var Fax = memo219(forwardRef311((props, ref2) => /* @__PURE__ */ createElement330("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement329("path", { +}, /* @__PURE__ */ createElement330("path", { d: "M29 3a1 1 0 0 1 0 2h-2v15h-7a2 2 0 0 0-1.994 1.851L18 22v7H7a2 2 0 0 1-2-2V5H3a1 1 0 0 1 0-2h26zm-2.272 19-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V23a1 1 0 0 1 .883-.993L21 22h5.728zM21 14H11a1 1 0 0 0-.117 1.993L11 16h10a1 1 0 0 0 0-2zm0-6H11a1 1 0 0 0-.117 1.993L11 10h10a1 1 0 0 0 0-2z" })))); Fax.displayName = "Fax"; @@ -30385,15 +30407,15 @@ var Fax_default = Fax; // ../juno-icon/src/Features.tsx import { - createElement as createElement330 + createElement as createElement331 } from "react"; -import { forwardRef as forwardRef311, memo as memo219 } from "react"; -var Features = memo219(forwardRef311((props, ref2) => /* @__PURE__ */ createElement330("svg", { +import { forwardRef as forwardRef312, memo as memo220 } from "react"; +var Features = memo220(forwardRef312((props, ref2) => /* @__PURE__ */ createElement331("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement330("path", { +}, /* @__PURE__ */ createElement331("path", { d: "M18.197 2.6 11.92 9.42l-4.396 4.836-1.571 1.753-.121.157-.039.056-.109.178c-.02.035-.041.073-.061.112a2.558 2.558 0 0 0-.263.743l-.026.188c-.109 1.176.793 2.039 2.12 2.039h7.468l-2.468 8.765a1.492 1.492 0 0 0 2.533 1.414l2.014-2.224 5.594-6.249 4.416-4.973.087-.186.082-.192c.59-1.522-.381-2.769-1.937-2.769l-7.396-.001 2.847-8.984A1.492 1.492 0 0 0 18.197 2.6z" })))); Features.displayName = "Features"; @@ -30402,15 +30424,15 @@ var Features_default = Features; // ../juno-icon/src/Feedback.tsx import { - createElement as createElement331 + createElement as createElement332 } from "react"; -import { forwardRef as forwardRef312, memo as memo220 } from "react"; -var Feedback = memo220(forwardRef312((props, ref2) => /* @__PURE__ */ createElement331("svg", { +import { forwardRef as forwardRef313, memo as memo221 } from "react"; +var Feedback = memo221(forwardRef313((props, ref2) => /* @__PURE__ */ createElement332("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement331("path", { +}, /* @__PURE__ */ createElement332("path", { d: "M26.667 2.667a2.667 2.667 0 0 1 2.667 2.667v16a2.667 2.667 0 0 1-2.667 2.667h-12L9.113 29a.666.666 0 0 1-1.112-.496v-4.503H5.334a2.667 2.667 0 0 1-2.667-2.667v-16a2.667 2.667 0 0 1 2.667-2.667h21.333zM15.994 17.333a1.334 1.334 0 1 0-.002 2.666 1.334 1.334 0 1 0 .002-2.666zM16 6.667l-.142.005a1.853 1.853 0 0 0-1.705 1.989l.411 5.343a1.44 1.44 0 0 0 2.872 0l.415-5.414.001-.071A1.852 1.852 0 0 0 16 6.667z" })))); Feedback.displayName = "Feedback"; @@ -30419,15 +30441,15 @@ var Feedback_default = Feedback; // ../juno-icon/src/FileBorder.tsx import { - createElement as createElement332 + createElement as createElement333 } from "react"; -import { forwardRef as forwardRef313, memo as memo221 } from "react"; -var FileBorder = memo221(forwardRef313((props, ref2) => /* @__PURE__ */ createElement332("svg", { +import { forwardRef as forwardRef314, memo as memo222 } from "react"; +var FileBorder = memo222(forwardRef314((props, ref2) => /* @__PURE__ */ createElement333("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement332("path", { +}, /* @__PURE__ */ createElement333("path", { d: "M30 26a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2v17zm-2-12H4v11a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V14zM10.955 6H5a1 1 0 0 0-1 1v5h24v-2a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6z" })))); FileBorder.displayName = "FileBorder"; @@ -30436,15 +30458,15 @@ var FileBorder_default = FileBorder; // ../juno-icon/src/File.tsx import { - createElement as createElement333 + createElement as createElement334 } from "react"; -import { forwardRef as forwardRef314, memo as memo222 } from "react"; -var File = memo222(forwardRef314((props, ref2) => /* @__PURE__ */ createElement333("svg", { +import { forwardRef as forwardRef315, memo as memo223 } from "react"; +var File = memo223(forwardRef315((props, ref2) => /* @__PURE__ */ createElement334("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement333("path", { +}, /* @__PURE__ */ createElement334("path", { d: "M30 14v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V14h28zM2 6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2v3H2V6z" })))); File.displayName = "File"; @@ -30453,15 +30475,15 @@ var File_default = File; // ../juno-icon/src/Filter.tsx import { - createElement as createElement334 + createElement as createElement335 } from "react"; -import { forwardRef as forwardRef315, memo as memo223 } from "react"; -var Filter = memo223(forwardRef315((props, ref2) => /* @__PURE__ */ createElement334("svg", { +import { forwardRef as forwardRef316, memo as memo224 } from "react"; +var Filter = memo224(forwardRef316((props, ref2) => /* @__PURE__ */ createElement335("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement334("path", { +}, /* @__PURE__ */ createElement335("path", { d: "M18 29h-4a2 2 0 0 1-2-2v-8.176a.997.997 0 0 0-.293-.707L4.59 11A1.996 1.996 0 0 1 4 9.59V5a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v4.59a1.996 1.996 0 0 1-.59 1.41l-7.117 7.117a1 1 0 0 0-.293.707V27a2 2 0 0 1-2 2zM6 6v3.176c0 .265.105.52.293.707l7.121 7.121A2 2 0 0 1 14 18.418V26a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-7.582a2 2 0 0 1 .586-1.414l7.121-7.121A1 1 0 0 0 26 9.176V6a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" })))); Filter.displayName = "Filter"; @@ -30470,15 +30492,15 @@ var Filter_default = Filter; // ../juno-icon/src/FlipSp.tsx import { - createElement as createElement335 + createElement as createElement336 } from "react"; -import { forwardRef as forwardRef316, memo as memo224 } from "react"; -var FlipSp = memo224(forwardRef316((props, ref2) => /* @__PURE__ */ createElement335("svg", { +import { forwardRef as forwardRef317, memo as memo225 } from "react"; +var FlipSp = memo225(forwardRef317((props, ref2) => /* @__PURE__ */ createElement336("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement335("path", { +}, /* @__PURE__ */ createElement336("path", { d: "M8.571 14.881V16c0 2.445 1.819 4.443 4.09 4.565l.221.006 6.073-.001-2.537-2.536 1.615-1.615 5.297 5.295-5.297 5.295-1.615-1.615 2.538-2.538-6.074.001c-3.473 0-6.323-2.802-6.578-6.34l-.014-.26L6.285 16v-1.119h2.286zm5.395-9.891 1.615 1.615-2.539 2.537h6.074c3.474 0 6.324 2.802 6.579 6.34l.014.26.005.257v1.119h-2.286v-1.119c0-2.445-1.819-4.443-4.091-4.565l-.221-.006h-6.073l2.538 2.537-1.615 1.615-5.297-5.295 5.297-5.295z" })))); FlipSp.displayName = "FlipSp"; @@ -30487,15 +30509,15 @@ var FlipSp_default = FlipSp; // ../juno-icon/src/FolderBorder.tsx import { - createElement as createElement336 + createElement as createElement337 } from "react"; -import { forwardRef as forwardRef317, memo as memo225 } from "react"; -var FolderBorder = memo225(forwardRef317((props, ref2) => /* @__PURE__ */ createElement336("svg", { +import { forwardRef as forwardRef318, memo as memo226 } from "react"; +var FolderBorder = memo226(forwardRef318((props, ref2) => /* @__PURE__ */ createElement337("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement336("path", { +}, /* @__PURE__ */ createElement337("path", { d: "m13.281 4.632 1.923 2.052a.996.996 0 0 0 .612.309l.118.007h12.067a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632zM10.955 6H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6z" })))); FolderBorder.displayName = "FolderBorder"; @@ -30504,15 +30526,15 @@ var FolderBorder_default = FolderBorder; // ../juno-icon/src/Folder.tsx import { - createElement as createElement337 + createElement as createElement338 } from "react"; -import { forwardRef as forwardRef318, memo as memo226 } from "react"; -var Folder = memo226(forwardRef318((props, ref2) => /* @__PURE__ */ createElement337("svg", { +import { forwardRef as forwardRef319, memo as memo227 } from "react"; +var Folder = memo227(forwardRef319((props, ref2) => /* @__PURE__ */ createElement338("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement337("path", { +}, /* @__PURE__ */ createElement338("path", { d: "m13.281 4.632 1.923 2.052a.996.996 0 0 0 .612.309l.118.007h12.067a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632z" })))); Folder.displayName = "Folder"; @@ -30521,15 +30543,15 @@ var Folder_default = Folder; // ../juno-icon/src/Foldercreated.tsx import { - createElement as createElement338 + createElement as createElement339 } from "react"; -import { forwardRef as forwardRef319, memo as memo227 } from "react"; -var Foldercreated = memo227(forwardRef319((props, ref2) => /* @__PURE__ */ createElement338("svg", { +import { forwardRef as forwardRef320, memo as memo228 } from "react"; +var Foldercreated = memo228(forwardRef320((props, ref2) => /* @__PURE__ */ createElement339("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement338("path", { +}, /* @__PURE__ */ createElement339("path", { d: "M27.2 7.95H16l-1.98-1.944a2.826 2.826 0 0 0-1.98-.806H4.799c-1.54 0-2.8 1.237-2.8 2.75v16.5c0 1.512 1.26 2.75 2.8 2.75h22.4c1.54 0 2.8-1.238 2.8-2.75V10.7c0-1.512-1.26-2.75-2.8-2.75z" })))); Foldercreated.displayName = "Foldercreated"; @@ -30538,18 +30560,18 @@ var Foldercreated_default = Foldercreated; // ../juno-icon/src/FontColor.tsx import { - createElement as createElement339 + createElement as createElement340 } from "react"; -import { forwardRef as forwardRef320, memo as memo228 } from "react"; -var FontColor = memo228(forwardRef320((props, ref2) => /* @__PURE__ */ createElement339("svg", { +import { forwardRef as forwardRef321, memo as memo229 } from "react"; +var FontColor = memo229(forwardRef321((props, ref2) => /* @__PURE__ */ createElement340("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement339("path", { +}, /* @__PURE__ */ createElement340("path", { fill: "#000", d: "m16.873 3.511.054.113 7.5 18.5a1 1 0 0 1-1.803.857l-.05-.106-1.976-4.876h-9.195l-1.975 4.876a1.001 1.001 0 0 1-1.192.589l-.111-.038a1.001 1.001 0 0 1-.589-1.192l.038-.111 7.5-18.5c.304-.751 1.294-.824 1.732-.22l.068.107zM16 6.66 12.213 16h7.573L16 6.66z" -}), /* @__PURE__ */ createElement339("path", { +}), /* @__PURE__ */ createElement340("path", { fill: "#212121", d: "M27 25v3H5v-3z" })))); @@ -30559,15 +30581,15 @@ var FontColor_default = FontColor; // ../juno-icon/src/FontSize.tsx import { - createElement as createElement340 + createElement as createElement341 } from "react"; -import { forwardRef as forwardRef321, memo as memo229 } from "react"; -var FontSize = memo229(forwardRef321((props, ref2) => /* @__PURE__ */ createElement340("svg", { +import { forwardRef as forwardRef322, memo as memo230 } from "react"; +var FontSize = memo230(forwardRef322((props, ref2) => /* @__PURE__ */ createElement341("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement340("path", { +}, /* @__PURE__ */ createElement341("path", { d: "m20.304 4.402.068.106.054.113 9 22a1 1 0 0 1-1.801.862l-.05-.105-2.746-6.713H14.172l-2.745 6.713a1 1 0 0 1-1.194.585l-.111-.038a1 1 0 0 1-.585-1.194l.038-.11 9-22c.306-.748 1.291-.821 1.729-.219zM9.81 12.411l.067.109.053.115 2.089 5.318-1.106 2.654-1.914-4.872-2.266 5.766 3.808-.001-.833 2.001h-3.76L4.43 27.367a1 1 0 0 1-1.185.601l-.111-.036a1 1 0 0 1-.601-1.185l.036-.111 5.5-14c.3-.763 1.303-.838 1.741-.224zM19.5 7.64l-4.511 11.026h9.021L19.5 7.64z" })))); FontSize.displayName = "FontSize"; @@ -30576,15 +30598,15 @@ var FontSize_default = FontSize; // ../juno-icon/src/Forward.tsx import { - createElement as createElement341 + createElement as createElement342 } from "react"; -import { forwardRef as forwardRef322, memo as memo230 } from "react"; -var Forward = memo230(forwardRef322((props, ref2) => /* @__PURE__ */ createElement341("svg", { +import { forwardRef as forwardRef323, memo as memo231 } from "react"; +var Forward = memo231(forwardRef323((props, ref2) => /* @__PURE__ */ createElement342("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement341("path", { +}, /* @__PURE__ */ createElement342("path", { d: "M17.101 6.101a.999.999 0 0 0 0 1.414L24.586 15H5a1 1 0 0 0 0 2h19.588L17.1 24.486a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 0 0 0-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0z" })))); Forward.displayName = "Forward"; @@ -30593,15 +30615,15 @@ var Forward_default = Forward; // ../juno-icon/src/Forwardcall.tsx import { - createElement as createElement342 + createElement as createElement343 } from "react"; -import { forwardRef as forwardRef323, memo as memo231 } from "react"; -var Forwardcall = memo231(forwardRef323((props, ref2) => /* @__PURE__ */ createElement342("svg", { +import { forwardRef as forwardRef324, memo as memo232 } from "react"; +var Forwardcall = memo232(forwardRef324((props, ref2) => /* @__PURE__ */ createElement343("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement342("path", { +}, /* @__PURE__ */ createElement343("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm15.916-.06 4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414zm-5 0 4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414z" })))); Forwardcall.displayName = "Forwardcall"; @@ -30610,15 +30632,15 @@ var Forwardcall_default = Forwardcall; // ../juno-icon/src/ForwardingBorder.tsx import { - createElement as createElement343 + createElement as createElement344 } from "react"; -import { forwardRef as forwardRef324, memo as memo232 } from "react"; -var ForwardingBorder = memo232(forwardRef324((props, ref2) => /* @__PURE__ */ createElement343("svg", { +import { forwardRef as forwardRef325, memo as memo233 } from "react"; +var ForwardingBorder = memo233(forwardRef325((props, ref2) => /* @__PURE__ */ createElement344("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement343("path", { +}, /* @__PURE__ */ createElement344("path", { d: "m19.287 27.703.127-.117 10.172-10.172a2 2 0 0 0 .117-2.701l-.117-.127L19.414 4.414a2 2 0 0 0-3.408 1.265L16 5.828 15.999 11 15 10.999c-7.18 0-13 5.82-13 13v3c0 1.192 1.711 1.384 1.975.221a8 8 0 0 1 7.538-6.217l.263-.004h4.222l.001 5.171a2 2 0 0 0 3.287 1.531zM14 13h2.999a1 1 0 0 0 .993-.883l.007-.117L18 6.311c0-.11.09-.2.2-.2.053 0 .104.021.141.059l9.689 9.689a.2.2 0 0 1 0 .283l-9.689 9.689a.2.2 0 0 1-.342-.141l-.001-5.688a1 1 0 0 0-1-1l-5.531.005a9.996 9.996 0 0 0-7.179 3.365l-.202.235.04-.284c.759-4.955 4.824-8.822 9.873-9.277l-.001-.045z" })))); ForwardingBorder.displayName = "ForwardingBorder"; @@ -30627,15 +30649,15 @@ var ForwardingBorder_default = ForwardingBorder; // ../juno-icon/src/Forwarding.tsx import { - createElement as createElement344 + createElement as createElement345 } from "react"; -import { forwardRef as forwardRef325, memo as memo233 } from "react"; -var Forwarding = memo233(forwardRef325((props, ref2) => /* @__PURE__ */ createElement344("svg", { +import { forwardRef as forwardRef326, memo as memo234 } from "react"; +var Forwarding = memo234(forwardRef326((props, ref2) => /* @__PURE__ */ createElement345("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement344("path", { +}, /* @__PURE__ */ createElement345("path", { d: "m19.287 27.703.127-.117 10.172-10.172a2 2 0 0 0 .117-2.701l-.117-.127L19.414 4.414a2 2 0 0 0-3.408 1.265L16 5.828 15.999 11 15 10.999c-7.18 0-13 5.82-13 13v3c0 1.192 1.711 1.384 1.975.221a8 8 0 0 1 7.538-6.217l.263-.004h4.222l.001 5.171a2 2 0 0 0 3.287 1.531z" })))); Forwarding.displayName = "Forwarding"; @@ -30644,30 +30666,30 @@ var Forwarding_default = Forwarding; // ../juno-icon/src/GdriveLogo.tsx import { - createElement as createElement345 + createElement as createElement346 } from "react"; -import { forwardRef as forwardRef326, memo as memo234 } from "react"; -var GdriveLogo = memo234(forwardRef326((props, ref2) => /* @__PURE__ */ createElement345("svg", { +import { forwardRef as forwardRef327, memo as memo235 } from "react"; +var GdriveLogo = memo235(forwardRef327((props, ref2) => /* @__PURE__ */ createElement346("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement345("path", { +}, /* @__PURE__ */ createElement346("path", { fill: "#0066da", d: "m4.117 24.441 1.235 2.133c.257.449.625.802 1.058 1.058l4.41-7.633H2c0 .497.128.994.385 1.443l1.732 2.999z" -}), /* @__PURE__ */ createElement345("path", { +}), /* @__PURE__ */ createElement346("path", { fill: "#00ac47", d: "m16 11.018-4.41-7.633a2.909 2.909 0 0 0-1.058 1.058L2.385 18.555A2.9 2.9 0 0 0 2 19.998h8.82L16 11.017z" -}), /* @__PURE__ */ createElement345("path", { +}), /* @__PURE__ */ createElement346("path", { fill: "#ea4335", d: "M25.59 27.632a2.909 2.909 0 0 0 1.058-1.058l.513-.882 2.454-4.25A2.9 2.9 0 0 0 30 19.999h-8.821l1.877 3.688 2.534 3.945z" -}), /* @__PURE__ */ createElement345("path", { +}), /* @__PURE__ */ createElement346("path", { fill: "#00832d", d: "m16 11.018 4.41-7.633A2.815 2.815 0 0 0 18.967 3h-5.934a2.98 2.98 0 0 0-1.443.385L16 11.018z" -}), /* @__PURE__ */ createElement345("path", { +}), /* @__PURE__ */ createElement346("path", { fill: "#2684fc", d: "M21.18 19.999H10.82l-4.41 7.633c.433.257.93.385 1.443.385h16.293a2.98 2.98 0 0 0 1.443-.385l-4.41-7.633z" -}), /* @__PURE__ */ createElement345("path", { +}), /* @__PURE__ */ createElement346("path", { fill: "#ffba00", d: "m25.542 11.499-4.073-7.056a2.909 2.909 0 0 0-1.058-1.058l-4.41 7.633 5.18 8.981h8.804a2.9 2.9 0 0 0-.385-1.443L25.543 11.5z" })))); @@ -30677,21 +30699,21 @@ var GdriveLogo_default = GdriveLogo; // ../juno-icon/src/GifFileD.tsx import { - createElement as createElement346 + createElement as createElement347 } from "react"; -import { forwardRef as forwardRef327, memo as memo235 } from "react"; -var GifFileD = memo235(forwardRef327((props, ref2) => /* @__PURE__ */ createElement346("svg", { +import { forwardRef as forwardRef328, memo as memo236 } from "react"; +var GifFileD = memo236(forwardRef328((props, ref2) => /* @__PURE__ */ createElement347("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement346("path", { +}, /* @__PURE__ */ createElement347("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement346("path", { +}), /* @__PURE__ */ createElement347("path", { fill: "#356afd", d: "M9.778 7.111h12.444a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667z" -}), /* @__PURE__ */ createElement346("path", { +}), /* @__PURE__ */ createElement347("path", { fill: "#f1f1f1", d: "M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 0 1 .922.142c.12.041.23.09.329.147l.291.169a.407.407 0 0 0 .218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z" })))); @@ -30701,32 +30723,32 @@ var GifFileD_default = GifFileD; // ../juno-icon/src/GifFile.tsx import { - createElement as createElement347 + createElement as createElement348 } from "react"; -import { forwardRef as forwardRef328, memo as memo236 } from "react"; -var GifFile = memo236(forwardRef328((inProps, ref2) => { +import { forwardRef as forwardRef329, memo as memo237 } from "react"; +var GifFile = memo237(forwardRef329((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement347(GifFileD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement348(GifFileD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement347("svg", { + }) : /* @__PURE__ */ createElement348("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement347("path", { + }, /* @__PURE__ */ createElement348("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement347("path", { + }), /* @__PURE__ */ createElement348("path", { fill: "#4975ed", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement347("path", { + }), /* @__PURE__ */ createElement348("path", { fill: "#4b77f1", d: "M9.778 7.111h12.444a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667z" - }), /* @__PURE__ */ createElement347("path", { + }), /* @__PURE__ */ createElement348("path", { fill: "#fff", d: "M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 0 1 .922.142c.12.041.23.09.329.147l.291.169a.407.407 0 0 0 .218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z" })); @@ -30737,15 +30759,15 @@ var GifFile_default = GifFile; // ../juno-icon/src/Gif.tsx import { - createElement as createElement348 + createElement as createElement349 } from "react"; -import { forwardRef as forwardRef329, memo as memo237 } from "react"; -var Gif = memo237(forwardRef329((props, ref2) => /* @__PURE__ */ createElement348("svg", { +import { forwardRef as forwardRef330, memo as memo238 } from "react"; +var Gif = memo238(forwardRef330((props, ref2) => /* @__PURE__ */ createElement349("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement348("path", { +}, /* @__PURE__ */ createElement349("path", { d: "M9.36 18.008c.464 0 .897.034 1.298.103s.775.168 1.121.298c.346.13.666.288.96.474.293.185.566.393.82.625l.123.112-.529.846c-.126.2-.305.309-.521.309a.766.766 0 0 1-.382-.116l-.293-.174-.284-.177a4.048 4.048 0 0 0-.45-.217 4.647 4.647 0 0 0-.805-.241 5.347 5.347 0 0 0-1.106-.1c-.621 0-1.179.101-1.677.302-.496.2-.917.485-1.265.855s-.617.822-.805 1.354a5.407 5.407 0 0 0-.285 1.809c0 .703.099 1.327.296 1.872.196.543.471 1 .825 1.375s.772.659 1.258.856a4.265 4.265 0 0 0 1.621.297c.302 0 .579-.014.829-.043.25-.028.485-.071.705-.127s.428-.124.622-.203c.161-.066.322-.139.484-.221V25.67h-1.576c-.151 0-.282-.047-.382-.143s-.154-.221-.154-.361v-.58a.5.5 0 0 1 .5-.5h2.42a1 1 0 0 1 1 1v3.6l-.083.162a6.276 6.276 0 0 1-1.961.962 7.46 7.46 0 0 1-1.171.239c-.414.052-.862.078-1.345.078-.857 0-1.646-.148-2.364-.443s-1.339-.711-1.859-1.245c-.52-.534-.926-1.174-1.215-1.919s-.434-1.56-.434-2.448c0-.898.142-1.72.425-2.463.284-.746.691-1.387 1.221-1.921s1.169-.949 1.917-1.242c.747-.292 1.581-.438 2.501-.438zm7.616.128c.539 0 .976.437.976.976v9.912a.976.976 0 0 1-1.952 0v-9.912c0-.539.437-.976.976-.976zm10.28 0a.832.832 0 0 1 0 1.664h-4.672v3.608h3.872a.832.832 0 0 1 0 1.664h-3.872v3.948a.98.98 0 0 1-1.96 0v-9.884a1 1 0 0 1 1-1h5.632zM19.249 2c.484 0 .952.176 1.317.495l6.751 5.908A2 2 0 0 1 28 9.908V15a1 1 0 0 1-2 0v-4.639c0-.288-.124-.563-.341-.753l-6.127-5.361A.996.996 0 0 0 18.873 4H7a1 1 0 0 0-1 1v10a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2h13.249z" })))); Gif.displayName = "Gif"; @@ -30754,15 +30776,15 @@ var Gif_default = Gif; // ../juno-icon/src/Github.tsx import { - createElement as createElement349 + createElement as createElement350 } from "react"; -import { forwardRef as forwardRef330, memo as memo238 } from "react"; -var Github = memo238(forwardRef330((props, ref2) => /* @__PURE__ */ createElement349("svg", { +import { forwardRef as forwardRef331, memo as memo239 } from "react"; +var Github = memo239(forwardRef331((props, ref2) => /* @__PURE__ */ createElement350("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement349("path", { +}, /* @__PURE__ */ createElement350("path", { d: "M26.901 13.759c.102-.652.167-1.367.183-2.169-.006-3.439-1.649-4.656-1.965-5.226.465-2.606-.078-3.791-.33-4.197-.931-.332-3.238.854-4.499 1.688-2.057-.602-6.4-.544-8.029.156-3.006-2.157-4.596-1.828-4.596-1.828S6.637 4.03 7.393 6.732c-.989 1.263-1.726 2.156-1.726 4.524 0 .568.035 1.103.095 1.619.852 4.488 4.4 6.424 7.886 6.758-.525.399-1.154 1.155-1.241 2.031-.659.427-1.985.568-3.016.243-1.445-.457-1.997-3.324-4.161-2.915-.468.088-.375.398.03.661.659.428 1.28.96 1.758 2.1.367.875 1.14 2.436 3.584 2.436.97 0 1.65-.114 1.65-.114s.018 2.229.018 3.098c0 1-1.347 1.281-1.347 1.761 0 .191.446.209.804.209.708 0 2.182-.591 2.182-1.631 0-.826.013-3.602.013-4.089 0-1.063.568-1.4.568-1.4s.069 5.672-.137 6.432c-.242.894-.68.768-.68 1.165 0 .594 1.772.146 2.36-1.154.455-1.015.251-6.578.251-6.578l.473-.011s.006 2.548-.01 3.712c-.018 1.205-.142 2.73.573 3.449.469.472 1.906 1.303 1.906.544 0-.44-1.007-.803-1.007-1.994v-5.487c.612 0 .738 1.804.738 1.804l.22 3.35s-.147 1.222 1.319 1.733c.517.181 1.622.23 1.675-.074.051-.305-1.332-.757-1.346-1.703-.006-.577.027-.913.027-3.42 0-2.505-.336-3.432-1.506-4.171 3.395-.349 6.919-1.869 7.555-5.863z" })))); Github.displayName = "Github"; @@ -30771,15 +30793,15 @@ var Github_default = Github; // ../juno-icon/src/Glipwebhooks.tsx import { - createElement as createElement350 + createElement as createElement351 } from "react"; -import { forwardRef as forwardRef331, memo as memo239 } from "react"; -var Glipwebhooks = memo239(forwardRef331((props, ref2) => /* @__PURE__ */ createElement350("svg", { +import { forwardRef as forwardRef332, memo as memo240 } from "react"; +var Glipwebhooks = memo240(forwardRef332((props, ref2) => /* @__PURE__ */ createElement351("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement350("path", { +}, /* @__PURE__ */ createElement351("path", { d: "M15.001 6.548a3.046 3.046 0 0 1 3.455.944c.667.846.879 1.797.528 2.84-.098.291-.224.573-.361.917l.883 1.561 1.774 3.136c4.471-1.388 7.843 1.095 9.053 3.751 1.461 3.209.462 7.011-2.407 8.991-2.945 2.032-6.669 1.685-9.279-.925l2.048-1.718c2.577 1.674 4.831 1.594 6.505-.387a4.505 4.505 0 0 0-.073-5.866c-1.695-1.91-3.965-1.968-6.708-.134-1.139-2.024-2.297-4.033-3.399-6.072-.372-.687-.782-1.086-1.62-1.231-1.399-.243-2.302-1.448-2.356-2.797a3.073 3.073 0 0 1 1.957-3.01zm-8.434 9.069.689 2.507c-3.043 1.557-4.097 3.518-3.245 5.971.749 2.158 2.88 3.342 5.192 2.883 2.362-.467 3.552-2.435 3.407-5.592 2.239 0 4.48-.023 6.719.012.875.014 1.549-.077 2.208-.85 1.084-1.272 3.081-1.157 4.248.043 1.194 1.228 1.137 3.202-.126 4.378a3.041 3.041 0 0 1-4.285-.148c-.234-.252-.419-.552-.65-.861h-5.383c-.516 2.128-1.631 3.846-3.551 4.938-1.492.849-3.102 1.137-4.814.86-3.153-.51-5.731-3.356-5.958-6.56-.257-3.631 2.232-6.857 5.549-7.581zm4.407-11.521a7.172 7.172 0 0 1 8.967-.943c2.739 1.763 3.993 5.199 2.924 8.14l-2.51-.683c.336-1.635.087-3.104-1.013-4.361-.726-.831-1.659-1.266-2.719-1.426-2.126-.322-4.213 1.047-4.832 3.139-.703 2.374.361 4.312 3.268 5.774-1.248 2.103-2.444 4.14-3.664 6.161-.314.52-.469.942-.218 1.602.692 1.823-.284 3.596-2.117 4.077-1.729.454-3.413-.685-3.756-2.54-.304-1.643.967-3.253 2.773-3.509.152-.021.306-.024.56-.043l2.748-4.618c-1.728-1.722-2.757-3.736-2.529-6.231.161-1.763.853-3.288 2.117-4.537z" })))); Glipwebhooks.displayName = "Glipwebhooks"; @@ -30788,19 +30810,19 @@ var Glipwebhooks_default = Glipwebhooks; // ../juno-icon/src/Globe.tsx import { - createElement as createElement351 + createElement as createElement352 } from "react"; -import { forwardRef as forwardRef332, memo as memo240 } from "react"; -var Globe = memo240(forwardRef332((props, ref2) => /* @__PURE__ */ createElement351("svg", { +import { forwardRef as forwardRef333, memo as memo241 } from "react"; +var Globe = memo241(forwardRef333((props, ref2) => /* @__PURE__ */ createElement352("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement351("path", { +}, /* @__PURE__ */ createElement352("path", { d: "M16 3.629c-6.834 0-12.373 5.54-12.373 12.373S9.167 28.375 16 28.375c6.834 0 12.373-5.54 12.373-12.373S22.833 3.629 16 3.629zM1.706 16.003c0-7.894 6.399-14.293 14.293-14.293s14.293 6.399 14.293 14.293c0 7.894-6.399 14.293-14.293 14.293S1.706 23.897 1.706 16.003z" -}), /* @__PURE__ */ createElement351("path", { +}), /* @__PURE__ */ createElement352("path", { d: "M1.706 16.001c0-.53.43-.96.96-.96h26.667a.96.96 0 0 1 0 1.92H2.666a.96.96 0 0 1-.96-.96z" -}), /* @__PURE__ */ createElement351("path", { +}), /* @__PURE__ */ createElement352("path", { d: "M16 1.709c.27 0 .527.113.709.313a21.36 21.36 0 0 1 5.584 13.961v.04a21.36 21.36 0 0 1-5.584 13.961.96.96 0 0 1-1.418 0 21.36 21.36 0 0 1-5.584-13.961v-.04a21.36 21.36 0 0 1 5.584-13.961.961.961 0 0 1 .709-.313zm-4.374 14.294a19.438 19.438 0 0 0 4.373 11.865 19.438 19.438 0 0 0 4.373-11.865 19.438 19.438 0 0 0-4.373-11.865 19.438 19.438 0 0 0-4.373 11.865z" })))); Globe.displayName = "Globe"; @@ -30809,27 +30831,27 @@ var Globe_default = Globe; // ../juno-icon/src/Gmail.tsx import { - createElement as createElement352 + createElement as createElement353 } from "react"; -import { forwardRef as forwardRef333, memo as memo241 } from "react"; -var Gmail = memo241(forwardRef333((props, ref2) => /* @__PURE__ */ createElement352("svg", { +import { forwardRef as forwardRef334, memo as memo242 } from "react"; +var Gmail = memo242(forwardRef334((props, ref2) => /* @__PURE__ */ createElement353("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement352("path", { +}, /* @__PURE__ */ createElement353("path", { fill: "#4285f4", d: "M3.909 27h4.455V15.67L2 10.671v14.33C2 26.107 2.856 27 3.909 27z" -}), /* @__PURE__ */ createElement352("path", { +}), /* @__PURE__ */ createElement353("path", { fill: "#34a853", d: "M23.636 27h4.455C29.147 27 30 26.104 30 25.001v-14.33l-6.364 4.999z" -}), /* @__PURE__ */ createElement352("path", { +}), /* @__PURE__ */ createElement353("path", { fill: "#fbbc04", d: "M23.636 7.005v8.664L30 10.67V8.004c0-2.473-2.695-3.882-4.582-2.399z" -}), /* @__PURE__ */ createElement352("path", { +}), /* @__PURE__ */ createElement353("path", { fill: "#ea4335", d: "M8.364 15.67V7.006L16 13.004l7.636-5.998v8.664L16 21.668z" -}), /* @__PURE__ */ createElement352("path", { +}), /* @__PURE__ */ createElement353("path", { fill: "#c5221f", d: "M2 8.005v2.666l6.364 4.999V7.006l-1.782-1.4C4.692 4.123 2 5.533 2 8.005z" })))); @@ -30839,15 +30861,15 @@ var Gmail_default = Gmail; // ../juno-icon/src/GoodConnection.tsx import { - createElement as createElement353 + createElement as createElement354 } from "react"; -import { forwardRef as forwardRef334, memo as memo242 } from "react"; -var GoodConnection = memo242(forwardRef334((props, ref2) => /* @__PURE__ */ createElement353("svg", { +import { forwardRef as forwardRef335, memo as memo243 } from "react"; +var GoodConnection = memo243(forwardRef335((props, ref2) => /* @__PURE__ */ createElement354("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement353("path", { +}, /* @__PURE__ */ createElement354("path", { d: "M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2z" })))); GoodConnection.displayName = "GoodConnection"; @@ -30856,45 +30878,45 @@ var GoodConnection_default = GoodConnection; // ../juno-icon/src/GoogleBusiness.tsx import { - createElement as createElement354 + createElement as createElement355 } from "react"; -import { forwardRef as forwardRef335, memo as memo243 } from "react"; -var GoogleBusiness = memo243(forwardRef335((props, ref2) => /* @__PURE__ */ createElement354("svg", { +import { forwardRef as forwardRef336, memo as memo244 } from "react"; +var GoogleBusiness = memo244(forwardRef336((props, ref2) => /* @__PURE__ */ createElement355("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement354("path", { +}, /* @__PURE__ */ createElement355("path", { fill: "#4989f5", d: "M4.907 28.439a1.5 1.5 0 0 1-1.5-1.5v-10.66c0-.382.022-.758.066-1.128.15-1.666.605-5.169 1.161-5.169l1.148-.001a9.518 9.518 0 0 1 7.167-3.242 9.54 9.54 0 0 1 2.27.274l3.792.929a11.657 11.657 0 0 1 4.283 2.04l3.36.001a1.244 1.244 0 0 1 1.24 1.24l.001 7.513c.008.181.013.362.013.545 0 .163-.004.324-.013.485l-.001 7.434a1.244 1.244 0 0 1-1.24 1.24H4.908z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#3c4ba6", d: "M9.001 13.188h7V4.001h-5.952z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#7babf7", d: "M23.001 13.188h-7V4.001h5.952l1.048 9.187zm4.93-7.446.033.1c-.008-.035-.024-.068-.033-.1z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#3f51b5", d: "m27.915 5.773-.009-.031A2.215 2.215 0 0 0 25.744 4h-3.792l1.047 9.188h7l-2.085-7.415z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#7babf7", d: "m4.144 5.742-.033.1c.008-.035.024-.068.033-.1z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#7babf7", d: "m4.086 5.773.009-.031A2.215 2.215 0 0 1 6.257 4h3.793l-1.049 9.188h-7l2.086-7.415z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#709be0", d: "M9.013 13.185a3.498 3.498 0 1 1-6.996 0h6.996z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#3c4ba6", d: "M16.009 13.185a3.498 3.498 0 1 1-6.996 0h6.996z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#709be0", d: "M23.005 13.185a3.498 3.498 0 1 1-6.996 0h6.996z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#3c4ba6", d: "M30 13.185a3.498 3.498 0 1 1-6.996 0H30z" -}), /* @__PURE__ */ createElement354("path", { +}), /* @__PURE__ */ createElement355("path", { fill: "#fff", d: "M26.502 22.662a6.518 6.518 0 0 0-.062-.513h-3.816c0 .534 0 1.116-.002 1.65h2.211a1.922 1.922 0 0 1-.809 1.234s0-.009-.002-.009a2.3 2.3 0 0 1-.895.349c-.32.059-.648.057-.968-.004a2.412 2.412 0 0 1-.903-.391 2.529 2.529 0 0 1-.888-1.134l-.039-.108v-.004l.003-.003a2.448 2.448 0 0 1-.001-1.575c.122-.358.323-.685.587-.955a2.385 2.385 0 0 1 2.403-.626c.328.101.627.277.874.515l.746-.746c.132-.133.268-.262.395-.399a3.932 3.932 0 0 0-1.306-.809 4.104 4.104 0 0 0-2.732-.024c-.031.011-.062.021-.092.033A4.084 4.084 0 0 0 19 21.12a4.059 4.059 0 0 0 2.574 5.742 4.339 4.339 0 0 0 2.076.022 3.69 3.69 0 0 0 1.662-.863 3.695 3.695 0 0 0 1.026-1.691c.154-.541.21-1.106.165-1.667z" })))); @@ -30904,30 +30926,30 @@ var GoogleBusiness_default = GoogleBusiness; // ../juno-icon/src/GoogleCalendar2019.tsx import { - createElement as createElement355 + createElement as createElement356 } from "react"; -import { forwardRef as forwardRef336, memo as memo244 } from "react"; -var GoogleCalendar2019 = memo244(forwardRef336((props, ref2) => /* @__PURE__ */ createElement355("svg", { +import { forwardRef as forwardRef337, memo as memo245 } from "react"; +var GoogleCalendar2019 = memo245(forwardRef337((props, ref2) => /* @__PURE__ */ createElement356("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement355("path", { +}, /* @__PURE__ */ createElement356("path", { fill: "#c7c7c7", d: "M26 2.357H6c-.789 0-1.429.639-1.429 1.429v2.143h22.857V3.786c0-.789-.639-1.429-1.429-1.429zM8.857 4.5a.714.714 0 1 1 0-1.429.714.714 0 0 1 0 1.429zm14.286 0a.714.714 0 1 1 0-1.429.714.714 0 0 1 0 1.429z" -}), /* @__PURE__ */ createElement355("path", { +}), /* @__PURE__ */ createElement356("path", { fill: "#1976d2", d: "M30.286 6.643c.074-.416-1.006-1.429-1.429-1.429H3.143c-.714 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714h24.286s1.555-7.383 2.143-10.714z" -}), /* @__PURE__ */ createElement355("path", { +}), /* @__PURE__ */ createElement356("path", { fill: "#1e88e5", d: "M28.143 17.357H3.857S2.302 24.74 1.714 28.071c0 .819.566 1.429 1.429 1.429h25.714c.422 0 1.429-.357 1.429-1.429-.588-3.331-2.143-10.714-2.143-10.714z" -}), /* @__PURE__ */ createElement355("path", { +}), /* @__PURE__ */ createElement356("path", { fill: "#fafafa", d: "M13.524 17.357c.703.232 1.205.607 1.504 1.112.309.523.464 1.107.464 1.755 0 1.13-.371 2.019-1.111 2.666s-1.688.971-2.841.971c-1.13 0-2.066-.305-2.807-.916s-1.097-1.439-1.069-2.483l.026-.051h1.601c0 .653.2 1.173.601 1.559s.95.579 1.649.579c.71 0 1.266-.193 1.669-.579s.605-.957.605-1.712c0-.766-.179-1.331-.536-1.695s-.923-.545-1.695-.545h-1.465v-.661h3.406zm7.931 0h1.678v6.326h-1.678v-6.326z" -}), /* @__PURE__ */ createElement355("path", { +}), /* @__PURE__ */ createElement356("path", { fill: "#e0e0e0", d: "M9.376 14.526h-1.61l-.017-.051c-.029-.937.311-1.734 1.018-2.389s1.631-.984 2.773-.984c1.147 0 2.061.305 2.743.916s1.022 1.481 1.022 2.611c0 .511-.155 1.021-.464 1.529s-.774.896-1.393 1.163l.076.037h-3.407v-.651h1.465c.744 0 1.271-.186 1.58-.558s.464-.89.464-1.554c0-.71-.176-1.249-.528-1.619s-.871-.554-1.559-.554c-.653 0-1.177.191-1.571.575-.381.37-.579.859-.592 1.529zm13.757 2.831h-1.678v-4.441l-2.539.034v-1.21l4.216-.46v6.077z" -}), /* @__PURE__ */ createElement355("path", { +}), /* @__PURE__ */ createElement356("path", { fill: "#1976d2", d: "M3.143 5.214c-1.027 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714L3.143 5.214zm25 12.143s1.555-7.383 2.143-10.714c0-1.161-1.006-1.429-1.429-1.429l-.714 12.143z" })))); @@ -30937,24 +30959,24 @@ var GoogleCalendar2019_default = GoogleCalendar2019; // ../juno-icon/src/GoogleChromeLogo.tsx import { - createElement as createElement356 + createElement as createElement357 } from "react"; -import { forwardRef as forwardRef337, memo as memo245 } from "react"; -var GoogleChromeLogo = memo245(forwardRef337((props, ref2) => /* @__PURE__ */ createElement356("svg", { +import { forwardRef as forwardRef338, memo as memo246 } from "react"; +var GoogleChromeLogo = memo246(forwardRef338((props, ref2) => /* @__PURE__ */ createElement357("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement356("path", { +}, /* @__PURE__ */ createElement357("path", { fill: "#1e8e3e", d: "m3.01 8.502 6.492 11.245a7.295 7.295 0 0 0 .625.918l.12.147.147.169c.332.376.702.717 1.104 1.018l.338.238.183.118.269.162.279.151c.174.089.351.172.533.249l.348.136.309.104.301.088.381.091.257.05.222.035.248.033.22.021.288.018.329.007c.156 0 .311-.005.466-.014l.319-.028.156-.017.292-.043.412-.08.315-.078.136-.038.318-.1.187-.067.278-.109.289-.127.312-.155.271-.149.311-.19.204-.137.181-.129.165-.125.259-.211.183-.162.275-.264.208-.219.21-.24.216-.27.176-.239.01-.015c.103-.146.201-.297.293-.451L16.004 31A15 15 0 0 1 2.786 8.908l.226-.406z" -}), /* @__PURE__ */ createElement356("path", { +}), /* @__PURE__ */ createElement357("path", { fill: "#fcc934", d: "M28.988 8.5a15.003 15.003 0 0 1 .003 15 14.994 14.994 0 0 1-12.526 7.492l-.464.007 6.444-11.161a7.5 7.5 0 0 0-6.363-11.339l12.906.001z" -}), /* @__PURE__ */ createElement356("path", { +}), /* @__PURE__ */ createElement357("path", { fill: "#d93025", d: "m10.777 10.616-.187.188-.127.136a7.47 7.47 0 0 0-1.932 4.379l-.025.386-.006.294.009.378a7.453 7.453 0 0 0 .903 3.21l.09.16L3.01 8.502c1.243-2.154 3-3.963 5.113-5.267l.376-.225a14.995 14.995 0 0 1 15 0 14.995 14.995 0 0 1 5.266 5.114l.225.377-12.989-.002a7.473 7.473 0 0 0-5.223 2.118z" -}), /* @__PURE__ */ createElement356("path", { +}), /* @__PURE__ */ createElement357("path", { fill: "#1a73e8", d: "M16.001 21.939a5.938 5.938 0 1 0 0-11.876 5.938 5.938 0 0 0 0 11.876z" })))); @@ -30964,21 +30986,21 @@ var GoogleChromeLogo_default = GoogleChromeLogo; // ../juno-icon/src/GoogleDocD.tsx import { - createElement as createElement357 + createElement as createElement358 } from "react"; -import { forwardRef as forwardRef338, memo as memo246 } from "react"; -var GoogleDocD = memo246(forwardRef338((props, ref2) => /* @__PURE__ */ createElement357("svg", { +import { forwardRef as forwardRef339, memo as memo247 } from "react"; +var GoogleDocD = memo247(forwardRef339((props, ref2) => /* @__PURE__ */ createElement358("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement357("path", { +}, /* @__PURE__ */ createElement358("path", { fill: "#223442", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement357("path", { +}), /* @__PURE__ */ createElement358("path", { fill: "#2196f3", d: "m16.759 8.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624l4.844.023z" -}), /* @__PURE__ */ createElement357("path", { +}), /* @__PURE__ */ createElement358("path", { fill: "#f1f1f1", d: "M16.494 20.148v.988h-4.938v-.988h4.938zm3.95-1.975v.988h-8.889v-.988h8.889zm0-1.975v.988h-8.889v-.988h8.889zm0-1.976v.988h-8.889v-.988h8.889z" })))); @@ -30988,29 +31010,29 @@ var GoogleDocD_default = GoogleDocD; // ../juno-icon/src/GoogleDoc.tsx import { - createElement as createElement358 + createElement as createElement359 } from "react"; -import { forwardRef as forwardRef339, memo as memo247 } from "react"; -var GoogleDoc = memo247(forwardRef339((inProps, ref2) => { +import { forwardRef as forwardRef340, memo as memo248 } from "react"; +var GoogleDoc = memo248(forwardRef340((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement358(GoogleDocD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement359(GoogleDocD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement358("svg", { + }) : /* @__PURE__ */ createElement359("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement358("path", { + }, /* @__PURE__ */ createElement359("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement358("path", { + }), /* @__PURE__ */ createElement359("path", { fill: "#2196f3", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement358("path", { + }), /* @__PURE__ */ createElement359("path", { fill: "#2196f3", d: "m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm4.579 12.148h-4.938v.988h4.938v-.988zm3.95-1.975h-8.889v.988h8.889v-.988zm0-1.975h-8.889v.988h8.889v-.988zm0-1.976h-8.889v.988h8.889v-.988z" })); @@ -31021,15 +31043,15 @@ var GoogleDoc_default = GoogleDoc; // ../juno-icon/src/GoogleLogoDisabled.tsx import { - createElement as createElement359 + createElement as createElement360 } from "react"; -import { forwardRef as forwardRef340, memo as memo248 } from "react"; -var GoogleLogoDisabled = memo248(forwardRef340((props, ref2) => /* @__PURE__ */ createElement359("svg", { +import { forwardRef as forwardRef341, memo as memo249 } from "react"; +var GoogleLogoDisabled = memo249(forwardRef341((props, ref2) => /* @__PURE__ */ createElement360("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement359("path", { +}, /* @__PURE__ */ createElement360("path", { d: "M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 0 1 8.8 16 7.2 7.2 0 0 1 16 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z" })))); GoogleLogoDisabled.displayName = "GoogleLogoDisabled"; @@ -31038,24 +31060,24 @@ var GoogleLogoDisabled_default = GoogleLogoDisabled; // ../juno-icon/src/GoogleLogo.tsx import { - createElement as createElement360 + createElement as createElement361 } from "react"; -import { forwardRef as forwardRef341, memo as memo249 } from "react"; -var GoogleLogo = memo249(forwardRef341((props, ref2) => /* @__PURE__ */ createElement360("svg", { +import { forwardRef as forwardRef342, memo as memo250 } from "react"; +var GoogleLogo = memo250(forwardRef342((props, ref2) => /* @__PURE__ */ createElement361("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement360("path", { +}, /* @__PURE__ */ createElement361("path", { fill: "#ffc107", d: "M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 0 1 8.8 16 7.2 7.2 0 0 1 16 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z" -}), /* @__PURE__ */ createElement360("path", { +}), /* @__PURE__ */ createElement361("path", { fill: "#ff3d00", d: "m5.384 10.415 3.943 2.891A7.197 7.197 0 0 1 16.001 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16.001 4c-4.609 0-8.606 2.602-10.616 6.415z" -}), /* @__PURE__ */ createElement360("path", { +}), /* @__PURE__ */ createElement361("path", { fill: "#4caf50", d: "M16 28c3.1 0 5.916-1.186 8.045-3.115l-3.714-3.143A7.143 7.143 0 0 1 16 23.2c-3.121 0-5.771-1.99-6.77-4.768l-3.913 3.015C7.303 25.333 11.336 28 16 28z" -}), /* @__PURE__ */ createElement360("path", { +}), /* @__PURE__ */ createElement361("path", { fill: "#1976d2", d: "M27.767 13.65H26.8v-.05H16v4.8h6.782a7.229 7.229 0 0 1-2.452 3.343l.002-.001 3.714 3.143c-.263.239 3.955-2.884 3.955-8.884 0-.805-.083-1.59-.233-2.35z" })))); @@ -31065,21 +31087,21 @@ var GoogleLogo_default = GoogleLogo; // ../juno-icon/src/GoogleSheetD.tsx import { - createElement as createElement361 + createElement as createElement362 } from "react"; -import { forwardRef as forwardRef342, memo as memo250 } from "react"; -var GoogleSheetD = memo250(forwardRef342((props, ref2) => /* @__PURE__ */ createElement361("svg", { +import { forwardRef as forwardRef343, memo as memo251 } from "react"; +var GoogleSheetD = memo251(forwardRef343((props, ref2) => /* @__PURE__ */ createElement362("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement361("path", { +}, /* @__PURE__ */ createElement362("path", { fill: "#1e2f1f", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement361("path", { +}), /* @__PURE__ */ createElement362("path", { fill: "#43a047", d: "m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z" -}), /* @__PURE__ */ createElement361("path", { +}), /* @__PURE__ */ createElement362("path", { fill: "#f1f1f1", d: "M20.444 14.222v6.914h-8.889v-6.914h8.889zm-5.926 4.938h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988z" })))); @@ -31089,29 +31111,29 @@ var GoogleSheetD_default = GoogleSheetD; // ../juno-icon/src/GoogleSheet.tsx import { - createElement as createElement362 + createElement as createElement363 } from "react"; -import { forwardRef as forwardRef343, memo as memo251 } from "react"; -var GoogleSheet = memo251(forwardRef343((inProps, ref2) => { +import { forwardRef as forwardRef344, memo as memo252 } from "react"; +var GoogleSheet = memo252(forwardRef344((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement362(GoogleSheetD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement363(GoogleSheetD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement362("svg", { + }) : /* @__PURE__ */ createElement363("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement362("path", { + }, /* @__PURE__ */ createElement363("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement362("path", { + }), /* @__PURE__ */ createElement363("path", { fill: "#43a047", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement362("path", { + }), /* @__PURE__ */ createElement363("path", { fill: "#43a047", d: "m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm7.542 6.222h-7.901v6.914h8.889v-6.914h-.988zm-6.914.988h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm6.914.988h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988z" })); @@ -31122,21 +31144,21 @@ var GoogleSheet_default = GoogleSheet; // ../juno-icon/src/GoogleSlideD.tsx import { - createElement as createElement363 + createElement as createElement364 } from "react"; -import { forwardRef as forwardRef344, memo as memo252 } from "react"; -var GoogleSlideD = memo252(forwardRef344((props, ref2) => /* @__PURE__ */ createElement363("svg", { +import { forwardRef as forwardRef345, memo as memo253 } from "react"; +var GoogleSlideD = memo253(forwardRef345((props, ref2) => /* @__PURE__ */ createElement364("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement363("path", { +}, /* @__PURE__ */ createElement364("path", { fill: "#2f291e", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement363("path", { +}), /* @__PURE__ */ createElement364("path", { fill: "#f6ad16", d: "m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018z" -}), /* @__PURE__ */ createElement363("path", { +}), /* @__PURE__ */ createElement364("path", { fill: "#f1f1f1", d: "M18.667 15.111h-5.333a.889.889 0 0 0-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 0 0 .889-.889V16a.889.889 0 0 0-.889-.889z" })))); @@ -31146,29 +31168,29 @@ var GoogleSlideD_default = GoogleSlideD; // ../juno-icon/src/GoogleSlide.tsx import { - createElement as createElement364 + createElement as createElement365 } from "react"; -import { forwardRef as forwardRef345, memo as memo253 } from "react"; -var GoogleSlide = memo253(forwardRef345((inProps, ref2) => { +import { forwardRef as forwardRef346, memo as memo254 } from "react"; +var GoogleSlide = memo254(forwardRef346((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement364(GoogleSlideD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement365(GoogleSlideD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement364("svg", { + }) : /* @__PURE__ */ createElement365("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement364("path", { + }, /* @__PURE__ */ createElement365("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement364("path", { + }), /* @__PURE__ */ createElement365("path", { fill: "#f6ad16", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement364("path", { + }), /* @__PURE__ */ createElement365("path", { fill: "#f6ad16", d: "m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018zm1.911 7.111h-5.333a.889.889 0 0 0-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 0 0 .889-.889V16a.889.889 0 0 0-.889-.889z" })); @@ -31179,15 +31201,15 @@ var GoogleSlide_default = GoogleSlide; // ../juno-icon/src/Google.tsx import { - createElement as createElement365 + createElement as createElement366 } from "react"; -import { forwardRef as forwardRef346, memo as memo254 } from "react"; -var Google = memo254(forwardRef346((props, ref2) => /* @__PURE__ */ createElement365("svg", { +import { forwardRef as forwardRef347, memo as memo255 } from "react"; +var Google = memo255(forwardRef347((props, ref2) => /* @__PURE__ */ createElement366("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement365("path", { +}, /* @__PURE__ */ createElement366("path", { d: "M2.667 20.421 6.864 28l8.148-14.527-4.321-7.579-8.025 14.527zm10.494 0L8.964 28h16.173l4.197-7.579H13.161zM20.197 4h-8.395l8.518 15.158h8.395L20.197 4z" })))); Google.displayName = "Google"; @@ -31196,15 +31218,15 @@ var Google_default = Google; // ../juno-icon/src/GroupDefault.tsx import { - createElement as createElement366 + createElement as createElement367 } from "react"; -import { forwardRef as forwardRef347, memo as memo255 } from "react"; -var GroupDefault = memo255(forwardRef347((props, ref2) => /* @__PURE__ */ createElement366("svg", { +import { forwardRef as forwardRef348, memo as memo256 } from "react"; +var GroupDefault = memo256(forwardRef348((props, ref2) => /* @__PURE__ */ createElement367("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement366("path", { +}, /* @__PURE__ */ createElement367("path", { d: "M13.389 8.019c2.102.183 3.381 1.188 3.975 2.056 1.005 1.279 1.142 2.833 1.005 3.564-.119.87-.135 2.048-.137 2.527v.306l.047.146c.116.38.195.855-.047 1.864-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691l.001.292c.003.439.021.439.137.439 2.011.548 5.118 1.691 6.397 2.285.413.188 1.041.688 1.404 1.038a15.134 15.134 0 0 1-8.205 2.402 15.154 15.154 0 0 1-10.749-4.453l.232-.13.324-.119c1.138-.416 2.327-.819 3.286-1.069l.037-.001c.1-.007.1-.072.1-.73 0-.868-.137-1.279-.274-1.691l-.037-.144c-.145-.549-.386-1.345-.511-2.141l-.04-.042c-.277-.303-.704-1.024-.965-2.242-.274-1.142-.137-1.554 0-2.011v-.137c0-.274-.137-1.554-.274-2.696-.137-.731 0-2.285 1.005-3.564.548-.868 1.828-1.828 3.975-2.011h1.279zm6.123-1.645c2.148.137 3.427 1.142 3.976 2.011 1.005 1.279 1.142 2.833 1.005 3.564-.125.92-.136 2.184-.137 2.602v.231l.047.146c.116.38.195.855-.047 1.864-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691l.001.292c.003.439.021.439.136.439 1.418.387 3.633 1.303 5.184 1.905a15.26 15.26 0 0 1-2.902 2.699 8.23 8.23 0 0 0-1.094-.857l-.972-.42c-1.576-.675-3.957-1.66-5.653-2.139l-.038-.001c-.129-.006-.265-.07-.099-.776.046-.32.183-.548.32-.868l.054-.149c.222-.598.494-1.247.494-2.091l.044-.046c.317-.341.745-1.067 1.007-2.376.32-1.188.137-1.645 0-2.102l.002-.563c.006-.607.032-1.66.135-2.453.137-.777 0-2.422-1.051-3.793-.503-.731-1.554-1.645-3.107-2.056.685-.64 1.828-1.188 3.381-1.325h1.279z" })))); GroupDefault.displayName = "GroupDefault"; @@ -31213,15 +31235,15 @@ var GroupDefault_default = GroupDefault; // ../juno-icon/src/HandUp.tsx import { - createElement as createElement367 + createElement as createElement368 } from "react"; -import { forwardRef as forwardRef348, memo as memo256 } from "react"; -var HandUp = memo256(forwardRef348((props, ref2) => /* @__PURE__ */ createElement367("svg", { +import { forwardRef as forwardRef349, memo as memo257 } from "react"; +var HandUp = memo257(forwardRef349((props, ref2) => /* @__PURE__ */ createElement368("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement367("path", { +}, /* @__PURE__ */ createElement368("path", { d: "M28.52 20.419a3.22 3.22 0 0 1-2.233.709l-.204-.021-4.453-.628c-1.326-.181-2.174-.863-2.253-1.818l-.006-.162.01-.728c-.01-.507-.324-.789-1.172-.871a25.213 25.213 0 0 0-2.087-.104 37.206 37.206 0 0 0-2.448.085c-.811.052-1.122.309-1.158.761l-.003.1.012.734c.027.979-.735 1.68-2.01 1.919l-.217.035-4.068.592c-1.108.157-1.863-.074-2.503-.602-.446-.367-.781-.99-.905-1.595l-.033-.2-.009-.233c-.003-1.594.49-2.804 1.766-3.855 2.739-2.257 6.051-3.353 11.456-3.402 5.419-.049 8.985 1.166 11.468 3.212 1.515 1.248 1.97 2.363 2.027 3.961l.006.256-.061.377c-.122.585-.453 1.091-.92 1.476z" })))); HandUp.displayName = "HandUp"; @@ -31230,15 +31252,15 @@ var HandUp_default = HandUp; // ../juno-icon/src/HangUpSp.tsx import { - createElement as createElement368 + createElement as createElement369 } from "react"; -import { forwardRef as forwardRef349, memo as memo257 } from "react"; -var HangUpSp = memo257(forwardRef349((props, ref2) => /* @__PURE__ */ createElement368("svg", { +import { forwardRef as forwardRef350, memo as memo258 } from "react"; +var HangUpSp = memo258(forwardRef350((props, ref2) => /* @__PURE__ */ createElement369("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement368("path", { +}, /* @__PURE__ */ createElement369("path", { d: "m15.653 7.245.525.01c5.934.179 11.101 2.67 12.856 6.238.948 1.933.908 4.197-.584 6.699l-.301.482-4.399-1.28a3.124 3.124 0 0 1-2.078-2.837l-.001-.418a2.605 2.605 0 0 0-1.96-2.422c-1.232-.32-2.513-.538-3.711-.575-1.305-.039-2.726.13-4.132.427a2.2 2.2 0 0 0-1.024.534c-.388.388-.611.825-.672 1.314l-.016.212-.014.364a3.121 3.121 0 0 1-2.08 2.863l-.196.063-4.447 1.008-.104-.187c-1.271-2.281-1.498-4.518-.642-6.456a7.122 7.122 0 0 1 1.017-1.618l.254-.288.283-.296.157-.152.363-.322a11.08 11.08 0 0 1 1.941-1.322c2.484-1.349 5.649-2.066 8.965-2.042z" })))); HangUpSp.displayName = "HangUpSp"; @@ -31247,15 +31269,15 @@ var HangUpSp_default = HangUpSp; // ../juno-icon/src/Hangouts.tsx import { - createElement as createElement369 + createElement as createElement370 } from "react"; -import { forwardRef as forwardRef350, memo as memo258 } from "react"; -var Hangouts = memo258(forwardRef350((props, ref2) => /* @__PURE__ */ createElement369("svg", { +import { forwardRef as forwardRef351, memo as memo259 } from "react"; +var Hangouts = memo259(forwardRef351((props, ref2) => /* @__PURE__ */ createElement370("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement369("path", { +}, /* @__PURE__ */ createElement370("path", { d: "m20.739 14.293-1.354 2.732h-2.031l1.354-2.732h-2.032v-4.098h4.062v4.098zm-5.416 0-1.354 2.732h-2.031l1.354-2.732h-2.031v-4.098h4.062v4.098zM16 2C9.636 2 4.491 7.19 4.491 13.61S9.636 25.22 16 25.22h.677v4.781c6.634-3.142 10.832-10.244 10.832-16.39 0-6.42-5.146-11.61-11.509-11.61z" })))); Hangouts.displayName = "Hangouts"; @@ -31264,15 +31286,15 @@ var Hangouts_default = Hangouts; // ../juno-icon/src/Harvest.tsx import { - createElement as createElement370 + createElement as createElement371 } from "react"; -import { forwardRef as forwardRef351, memo as memo259 } from "react"; -var Harvest = memo259(forwardRef351((props, ref2) => /* @__PURE__ */ createElement370("svg", { +import { forwardRef as forwardRef352, memo as memo260 } from "react"; +var Harvest = memo260(forwardRef352((props, ref2) => /* @__PURE__ */ createElement371("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement370("path", { +}, /* @__PURE__ */ createElement371("path", { d: "M18.292 14.254h-4.474V7.598h-3.274v16.75h3.274v-7.257h4.474v7.257h3.274V7.598h-3.274v6.656zM2.033 4.366a2.333 2.333 0 0 1 2.334-2.334h23.268a2.334 2.334 0 0 1 2.334 2.334v23.268a2.333 2.333 0 0 1-2.334 2.334H4.367a2.334 2.334 0 0 1-2.334-2.334V4.366z" })))); Harvest.displayName = "Harvest"; @@ -31281,15 +31303,15 @@ var Harvest_default = Harvest; // ../juno-icon/src/Hash.tsx import { - createElement as createElement371 + createElement as createElement372 } from "react"; -import { forwardRef as forwardRef352, memo as memo260 } from "react"; -var Hash = memo260(forwardRef352((props, ref2) => /* @__PURE__ */ createElement371("svg", { +import { forwardRef as forwardRef353, memo as memo261 } from "react"; +var Hash = memo261(forwardRef353((props, ref2) => /* @__PURE__ */ createElement372("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement371("path", { +}, /* @__PURE__ */ createElement372("path", { d: "m16.523 11-.559 2.65h1.645l.559-2.65h.526c.111 0 .203.031.276.094s.11.144.11.245a.367.367 0 0 1-.007.082l-.486 2.23h1.412l-.087.471c-.022.121-.074.21-.157.267s-.208.085-.376.085h-.919l-.433 2.047h1.192c.107 0 .189.024.246.072s.087.133.087.254l-.008.101-.066.395H17.9L17.341 20h-.54c-.102 0-.189-.036-.26-.107s-.107-.163-.107-.276l.001-.024.007-.047.479-2.202h-1.645l-.473 2.23c-.036.155-.103.265-.203.33s-.214.097-.343.097h-.526l.566-2.657h-.972c-.102 0-.182-.024-.24-.072s-.087-.131-.087-.248l.001-.033.007-.074.059-.396h1.359l.433-2.047h-1.545l.087-.465c.022-.121.073-.211.153-.27s.206-.088.38-.088h1.052l.48-2.248c.027-.126.088-.224.183-.295s.21-.107.343-.107h.533zm.959 3.473h-1.645l-.433 2.047h1.645l.433-2.047z" })))); Hash.displayName = "Hash"; @@ -31298,15 +31320,15 @@ var Hash_default = Hash; // ../juno-icon/src/Hd.tsx import { - createElement as createElement372 + createElement as createElement373 } from "react"; -import { forwardRef as forwardRef353, memo as memo261 } from "react"; -var Hd = memo261(forwardRef353((props, ref2) => /* @__PURE__ */ createElement372("svg", { +import { forwardRef as forwardRef354, memo as memo262 } from "react"; +var Hd = memo262(forwardRef354((props, ref2) => /* @__PURE__ */ createElement373("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement372("path", { +}, /* @__PURE__ */ createElement373("path", { d: "M3.5 7A1.5 1.5 0 0 1 5 8.5L4.999 14H10V8.5A1.5 1.5 0 0 1 11.5 7h1A1.5 1.5 0 0 1 14 8.5v16a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V18H4.999L5 24.5A1.5 1.5 0 0 1 3.5 26h-1A1.5 1.5 0 0 1 1 24.5v-16A1.5 1.5 0 0 1 2.5 7h1zm18.217 0c2.374 0 4.487.607 6.291 1.87 1.828 1.239 2.991 4.57 2.991 7.509 0 2.987-1.163 6.319-2.968 7.654C26.227 25.32 24.066 26 21.716 26h-3.229c-1.424 0-2.489-.79-2.489-2.248V9.366c0-1.457 1.064-2.367 2.489-2.367h3.229zm-.55 4H20v10.984l1.167.016c4.473 0 5.909-2.456 5.909-6 0-3.148-1.437-5-5.909-5z" })))); Hd.displayName = "Hd"; @@ -31315,15 +31337,15 @@ var Hd_default = Hd; // ../juno-icon/src/HelpBorder.tsx import { - createElement as createElement373 + createElement as createElement374 } from "react"; -import { forwardRef as forwardRef354, memo as memo262 } from "react"; -var HelpBorder = memo262(forwardRef354((props, ref2) => /* @__PURE__ */ createElement373("svg", { +import { forwardRef as forwardRef355, memo as memo263 } from "react"; +var HelpBorder = memo263(forwardRef355((props, ref2) => /* @__PURE__ */ createElement374("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement373("path", { +}, /* @__PURE__ */ createElement374("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-.42 16.75c.207 0 .403.04.59.12s.347.187.48.32.24.293.32.48.12.383.12.59c0 .213-.04.412-.12.595s-.187.342-.32.475a1.532 1.532 0 0 1-1.07.43 1.56 1.56 0 0 1-1.085-.43c-.137-.133-.243-.292-.32-.475s-.115-.382-.115-.595c0-.207.038-.403.115-.59s.183-.347.32-.48.298-.24.485-.32.387-.12.6-.12zM16 9c.58 0 1.108.08 1.585.24s.885.388 1.225.685c.34.297.603.655.79 1.075s.28.89.28 1.41c0 .507-.073.945-.22 1.315s-.332.692-.555.965c-.223.273-.465.51-.725.71l-.74.565c-.233.177-.435.35-.605.52a1.064 1.064 0 0 0-.277.45l-.028.125-.23 1.46h-1.69l-.17-1.63-.008-.046-.002-.124c0-.293.073-.548.22-.765s.33-.42.55-.61c.22-.19.457-.375.71-.555s.49-.375.71-.585c.22-.21.403-.448.55-.715s.22-.58.22-.94c0-.24-.045-.455-.135-.645s-.215-.353-.375-.49-.352-.242-.575-.315-.465-.11-.725-.11c-.38 0-.702.042-.965.125s-.487.177-.67.28c-.183.103-.338.197-.465.28s-.24.125-.34.125c-.206 0-.362-.073-.47-.22l-.7-1.11c.227-.2.475-.39.745-.57a5.336 5.336 0 0 1 1.895-.785A5.79 5.79 0 0 1 16 9z" })))); HelpBorder.displayName = "HelpBorder"; @@ -31332,15 +31354,15 @@ var HelpBorder_default = HelpBorder; // ../juno-icon/src/Help.tsx import { - createElement as createElement374 + createElement as createElement375 } from "react"; -import { forwardRef as forwardRef355, memo as memo263 } from "react"; -var Help = memo263(forwardRef355((props, ref2) => /* @__PURE__ */ createElement374("svg", { +import { forwardRef as forwardRef356, memo as memo264 } from "react"; +var Help = memo264(forwardRef356((props, ref2) => /* @__PURE__ */ createElement375("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement374("path", { +}, /* @__PURE__ */ createElement375("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-.42 18.75c-.213 0-.413.04-.6.12s-.348.187-.485.32-.243.293-.32.48-.115.383-.115.59c0 .213.038.412.115.595s.183.342.32.475a1.56 1.56 0 0 0 1.085.43 1.532 1.532 0 0 0 1.07-.43c.133-.133.24-.292.32-.475s.12-.382.12-.595c0-.207-.04-.403-.12-.59s-.187-.347-.32-.48-.293-.24-.48-.32-.383-.12-.59-.12zM16 9c-.427 0-.823.038-1.19.115s-.707.182-1.02.315c-.313.133-.605.29-.875.47s-.518.37-.745.57l.7 1.11c.108.147.264.22.47.22.1 0 .213-.042.34-.125s.282-.177.465-.28c.183-.103.407-.197.67-.28s.585-.125.965-.125c.26 0 .502.037.725.11s.415.178.575.315c.16.137.285.3.375.49s.135.405.135.645c0 .36-.073.673-.22.94s-.33.505-.55.715c-.22.21-.457.405-.71.585s-.49.365-.71.555c-.22.19-.403.393-.55.61s-.22.472-.22.765l.002.124.008.046.17 1.63h1.69l.23-1.46.028-.125c.049-.164.141-.314.277-.45.17-.17.372-.343.605-.52l.74-.565c.26-.2.502-.437.725-.71s.408-.595.555-.965.22-.808.22-1.315c0-.52-.093-.99-.28-1.41s-.45-.778-.79-1.075c-.34-.297-.748-.525-1.225-.685S16.58 9 16 9z" })))); Help.displayName = "Help"; @@ -31349,15 +31371,15 @@ var Help_default = Help; // ../juno-icon/src/HideBorder.tsx import { - createElement as createElement375 + createElement as createElement376 } from "react"; -import { forwardRef as forwardRef356, memo as memo264 } from "react"; -var HideBorder = memo264(forwardRef356((props, ref2) => /* @__PURE__ */ createElement375("svg", { +import { forwardRef as forwardRef357, memo as memo265 } from "react"; +var HideBorder = memo265(forwardRef357((props, ref2) => /* @__PURE__ */ createElement376("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement375("path", { +}, /* @__PURE__ */ createElement376("path", { d: "M28.749 3.293a.999.999 0 0 1 0 1.414l-3.546 3.546C28.731 10.822 31 14.256 31 16c0 3-6.716 11-15 11-2.706 0-5.245-.854-7.437-2.108l-3.856 3.856a.999.999 0 1 1-1.414-1.414L27.335 3.292a.999.999 0 0 1 1.414 0zm-4.978 6.392-2.862 2.863a6 6 0 0 1-8.36 8.36l-2.514 2.514C11.952 24.433 13.987 25 16 25c3.233 0 6.526-1.462 9.29-3.88 1.169-1.022 2.162-2.156 2.853-3.223.569-.878.857-1.609.857-1.897s-.289-1.019-.857-1.897c-.691-1.066-1.684-2.2-2.853-3.223a18.306 18.306 0 0 0-1.519-1.195zM16 5c2.201 0 4.292.565 6.176 1.451l-1.515 1.516c-1.523-.625-3.099-.966-4.661-.966-3.233 0-6.526 1.462-9.29 3.88-1.169 1.022-2.162 2.156-2.853 3.223-.568.878-.857 1.609-.857 1.897s.289 1.019.857 1.897c.691 1.066 1.684 2.2 2.853 3.223.142.125.286.247.432.366l-1.421 1.42C2.815 20.471 1 17.561 1 16.001c0-3 6.716-11 15-11zm3.462 8.995-5.467 5.467a4 4 0 0 0 5.467-5.467zM16 10c.78 0 1.525.149 2.208.419l-1.624 1.623a4 4 0 0 0-4.542 4.542l-1.623 1.624A6 6 0 0 1 16 10z" })))); HideBorder.displayName = "HideBorder"; @@ -31366,15 +31388,15 @@ var HideBorder_default = HideBorder; // ../juno-icon/src/HideSp.tsx import { - createElement as createElement376 + createElement as createElement377 } from "react"; -import { forwardRef as forwardRef357, memo as memo265 } from "react"; -var HideSp = memo265(forwardRef357((props, ref2) => /* @__PURE__ */ createElement376("svg", { +import { forwardRef as forwardRef358, memo as memo266 } from "react"; +var HideSp = memo266(forwardRef358((props, ref2) => /* @__PURE__ */ createElement377("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement376("path", { +}, /* @__PURE__ */ createElement377("path", { d: "M27.2 28.8V3.2h2.4v25.6h-2.4zM2.4 17.2h19.46l-8.22 8.22 1.68 1.78L26.4 16 15.2 4.8l-1.68 1.7 8.34 8.3H2.4v2.4z" })))); HideSp.displayName = "HideSp"; @@ -31383,15 +31405,15 @@ var HideSp_default = HideSp; // ../juno-icon/src/Highlight.tsx import { - createElement as createElement377 + createElement as createElement378 } from "react"; -import { forwardRef as forwardRef358, memo as memo266 } from "react"; -var Highlight = memo266(forwardRef358((props, ref2) => /* @__PURE__ */ createElement377("svg", { +import { forwardRef as forwardRef359, memo as memo267 } from "react"; +var Highlight = memo267(forwardRef359((props, ref2) => /* @__PURE__ */ createElement378("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement377("path", { +}, /* @__PURE__ */ createElement378("path", { d: "m20.701 10.969 8.394 1.186c.578.084.982.604.893 1.167a1.016 1.016 0 0 1-.307.588l-6.073 5.757 1.435 8.13c.099.559-.288 1.09-.863 1.186a1.08 1.08 0 0 1-.671-.103l-7.508-3.838-7.508 3.838a1.074 1.074 0 0 1-1.472-.523.999.999 0 0 1-.062-.561l1.435-8.13-6.073-5.757a1.014 1.014 0 0 1-.02-1.456c.162-.161.374-.267.605-.299l8.394-1.186 3.752-7.397a1.076 1.076 0 0 1 1.418-.466c.208.1.377.264.479.466l3.752 7.397z" })))); Highlight.displayName = "Highlight"; @@ -31400,18 +31422,18 @@ var Highlight_default = Highlight; // ../juno-icon/src/HoldAnswer.tsx import { - createElement as createElement378 + createElement as createElement379 } from "react"; -import { forwardRef as forwardRef359, memo as memo267 } from "react"; -var HoldAnswer = memo267(forwardRef359((props, ref2) => /* @__PURE__ */ createElement378("svg", { +import { forwardRef as forwardRef360, memo as memo268 } from "react"; +var HoldAnswer = memo268(forwardRef360((props, ref2) => /* @__PURE__ */ createElement379("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement378("path", { +}, /* @__PURE__ */ createElement379("path", { fill: "#4475fd", d: "M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 0 0-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zM6.2 4.8l-.045.002A.6.6 0 0 0 5.6 5.4v5.2a.6.6 0 0 0 .6.6l.045-.002A.6.6 0 0 0 6.8 10.6V5.4a.6.6 0 0 0-.6-.6zm3.6 0-.045.002A.6.6 0 0 0 9.2 5.4v5.2a.6.6 0 0 0 .6.6l.045-.002a.6.6 0 0 0 .555-.598V5.4a.6.6 0 0 0-.6-.6z" -}), /* @__PURE__ */ createElement378("path", { +}), /* @__PURE__ */ createElement379("path", { fill: "#299e0b", d: "M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 0 0-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 0 0-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 0 0-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 0 0-.786-.362 1.437 1.437 0 0 0-.868.193 2.097 2.097 0 0 0-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 0 1-.125-.064 2.47 2.47 0 0 1-.427-.317 5.516 5.516 0 0 1-.531-.557 5.786 5.786 0 0 1-.436-.586 2.595 2.595 0 0 1-.241-.462 1.307 1.307 0 0 1-.073-.219.645.645 0 0 1 .058-.027.767.767 0 0 0 .089-.048l.068-.033a.428.428 0 0 0 .087-.055 2.329 2.329 0 0 0 .411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 0 0-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 0 0-.631-.6z" })))); @@ -31421,15 +31443,15 @@ var HoldAnswer_default = HoldAnswer; // ../juno-icon/src/HoldSp.tsx import { - createElement as createElement379 + createElement as createElement380 } from "react"; -import { forwardRef as forwardRef360, memo as memo268 } from "react"; -var HoldSp = memo268(forwardRef360((props, ref2) => /* @__PURE__ */ createElement379("svg", { +import { forwardRef as forwardRef361, memo as memo269 } from "react"; +var HoldSp = memo269(forwardRef361((props, ref2) => /* @__PURE__ */ createElement380("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement379("path", { +}, /* @__PURE__ */ createElement380("path", { d: "M13.143 8v16H9.714V8h3.429zm9.143 0v16h-3.429V8h3.429z" })))); HoldSp.displayName = "HoldSp"; @@ -31438,15 +31460,15 @@ var HoldSp_default = HoldSp; // ../juno-icon/src/Hold.tsx import { - createElement as createElement380 + createElement as createElement381 } from "react"; -import { forwardRef as forwardRef361, memo as memo269 } from "react"; -var Hold = memo269(forwardRef361((props, ref2) => /* @__PURE__ */ createElement380("svg", { +import { forwardRef as forwardRef362, memo as memo270 } from "react"; +var Hold = memo270(forwardRef362((props, ref2) => /* @__PURE__ */ createElement381("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement380("path", { +}, /* @__PURE__ */ createElement381("path", { d: "M10 4a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L10 28a2 2 0 0 1-2-2V6c0-1.054.816-1.918 1.851-1.995L10 3.999zm12 0a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L22 28a2 2 0 0 1-2-2V6c0-1.054.816-1.918 1.851-1.995L22 3.999z" })))); Hold.displayName = "Hold"; @@ -31455,15 +31477,15 @@ var Hold_default = Hold; // ../juno-icon/src/HoldcallBorder.tsx import { - createElement as createElement381 + createElement as createElement382 } from "react"; -import { forwardRef as forwardRef362, memo as memo270 } from "react"; -var HoldcallBorder = memo270(forwardRef362((props, ref2) => /* @__PURE__ */ createElement381("svg", { +import { forwardRef as forwardRef363, memo as memo271 } from "react"; +var HoldcallBorder = memo271(forwardRef363((props, ref2) => /* @__PURE__ */ createElement382("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement381("path", { +}, /* @__PURE__ */ createElement382("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM27 3a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1zm-6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1z" })))); HoldcallBorder.displayName = "HoldcallBorder"; @@ -31472,15 +31494,15 @@ var HoldcallBorder_default = HoldcallBorder; // ../juno-icon/src/HomeBorder.tsx import { - createElement as createElement382 + createElement as createElement383 } from "react"; -import { forwardRef as forwardRef363, memo as memo271 } from "react"; -var HomeBorder = memo271(forwardRef363((props, ref2) => /* @__PURE__ */ createElement382("svg", { +import { forwardRef as forwardRef364, memo as memo272 } from "react"; +var HomeBorder = memo272(forwardRef364((props, ref2) => /* @__PURE__ */ createElement383("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement382("path", { +}, /* @__PURE__ */ createElement383("path", { d: "m29.201 15.933-.001.05.001.05a14.276 14.276 0 0 1-1.623 6.97l-.002-.001a11.72 11.72 0 0 1-4.456 4.502l-.053.027-.019.01c-1.919 1.041-4.221 1.661-6.683 1.661-.114 0-.223-.001-.327-.003l-.049-.001-.049.001a14.2 14.2 0 0 1-6.964-1.644l.001-.002a11.723 11.723 0 0 1-4.501-4.439l-.025-.048-.008-.016c-1.031-1.918-1.647-4.216-1.647-6.67 0-.113.002-.229.004-.352l.001-.036-.001-.036a13.947 13.947 0 0 1 1.752-7.002l.002.001a11.49 11.49 0 0 1 4.342-4.47l.043-.023.013-.007c1.919-1.042 4.221-1.663 6.681-1.663.116 0 .226.001.332.003l.033.001h.033a14.273 14.273 0 0 1 7.006 1.755l.001.001a11.48 11.48 0 0 1 4.477 4.352l.022.041.006.012c1.039 1.899 1.66 4.179 1.66 6.616 0 .118-.002.238-.004.36zm.122 8.047.026-.05a16.267 16.267 0 0 0 1.851-7.951c.003-.135.005-.271.005-.407 0-2.775-.706-5.384-1.905-7.576l-.035-.065a13.484 13.484 0 0 0-5.266-5.135 16.268 16.268 0 0 0-7.987-2 15.88 15.88 0 0 0-.378-.004c-2.794 0-5.424.705-7.635 1.905l-.065.034a13.475 13.475 0 0 0-5.078 5.161l-.014.025-.044.079.042-.08-.044.079-.008.015a15.942 15.942 0 0 0-1.989 7.975c-.003.131-.005.263-.005.395 0 2.786.698 5.409 1.885 7.617l.035.068a13.713 13.713 0 0 0 5.174 5.17l.028.016.084.047-.086-.043.085.046.04.021a16.2 16.2 0 0 0 7.952 1.875c.124.003.248.004.373.004 2.795 0 5.425-.704 7.636-1.903l.068-.035a13.704 13.704 0 0 0 5.185-5.167l.019-.033.048-.085-.043.088.046-.087zm-14.644-.94c.168.576.68.954 1.302.96h.038c.622-.006 1.134-.384 1.302-.96l.578-2.01c.439-1.52 1.595-2.69 3.11-3.12l2.004-.58c.578-.17.987-.71.987-1.32s-.409-1.15-.997-1.32l-2.004-.57a4.509 4.509 0 0 1-3.11-3.12l-.578-2.01A1.38 1.38 0 0 0 16 8a1.38 1.38 0 0 0-1.311.99L14.111 11a4.51 4.51 0 0 1-3.11 3.12l-2.004.57c-.588.17-.997.71-.997 1.32s.409 1.15.987 1.32l2.004.58a4.509 4.509 0 0 1 3.11 3.12l.578 2.01zm1.326-2.658L16 20.364l-.005.018a6.51 6.51 0 0 0-4.354-4.366 6.508 6.508 0 0 0 4.36-4.351 6.506 6.506 0 0 0 4.36 4.351 6.513 6.513 0 0 0-4.355 4.366z" })))); HomeBorder.displayName = "HomeBorder"; @@ -31489,15 +31511,15 @@ var HomeBorder_default = HomeBorder; // ../juno-icon/src/HorizontalLine.tsx import { - createElement as createElement383 + createElement as createElement384 } from "react"; -import { forwardRef as forwardRef364, memo as memo272 } from "react"; -var HorizontalLine = memo272(forwardRef364((props, ref2) => /* @__PURE__ */ createElement383("svg", { +import { forwardRef as forwardRef365, memo as memo273 } from "react"; +var HorizontalLine = memo273(forwardRef365((props, ref2) => /* @__PURE__ */ createElement384("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement383("path", { +}, /* @__PURE__ */ createElement384("path", { d: "M5 15h22a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z" })))); HorizontalLine.displayName = "HorizontalLine"; @@ -31506,15 +31528,15 @@ var HorizontalLine_default = HorizontalLine; // ../juno-icon/src/HudBorder.tsx import { - createElement as createElement384 + createElement as createElement385 } from "react"; -import { forwardRef as forwardRef365, memo as memo273 } from "react"; -var HudBorder = memo273(forwardRef365((props, ref2) => /* @__PURE__ */ createElement384("svg", { +import { forwardRef as forwardRef366, memo as memo274 } from "react"; +var HudBorder = memo274(forwardRef366((props, ref2) => /* @__PURE__ */ createElement385("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement384("path", { +}, /* @__PURE__ */ createElement385("path", { d: "M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-3 3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16zm-1 2H9v8h14v-8z" })))); HudBorder.displayName = "HudBorder"; @@ -31523,15 +31545,15 @@ var HudBorder_default = HudBorder; // ../juno-icon/src/HybridContact.tsx import { - createElement as createElement385 + createElement as createElement386 } from "react"; -import { forwardRef as forwardRef366, memo as memo274 } from "react"; -var HybridContact = memo274(forwardRef366((props, ref2) => /* @__PURE__ */ createElement385("svg", { +import { forwardRef as forwardRef367, memo as memo275 } from "react"; +var HybridContact = memo275(forwardRef367((props, ref2) => /* @__PURE__ */ createElement386("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement385("path", { +}, /* @__PURE__ */ createElement386("path", { d: "M29 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h26zm-4.912 3.957c-.48-.019-1.531.204-1.919.432-.436.242-.667.732-.568 1.256.252 1.087.403 2.221.529 3.352.052.505.437.879.946.932.299.031.578-.028.84-.076.201-.052.384-.066.581-.058 0 0 .091.009.171.107.19.205.64.825.666 2.78-.007 2.088-.548 2.664-.714 2.799a.509.509 0 0 1-.129.076c-.195-.005-.387-.042-.579-.078-.281-.047-.551-.105-.853-.077-.502.052-.911.459-.942.926-.12 1.138-.313 2.284-.501 3.366l-.018.128c-.041.472.176.913.584 1.11.371.218 1.422.436 1.936.432.45.016.892-.179 1.305-.513 1.583-1.282 2.519-4.347 2.509-8.171-.026-5.567-1.992-8.632-3.842-8.723zm-8.086 10.021-10.16.006a1.998 1.998 0 0 0-1.818 1.677l-.019.161-.005.149V24h14v-5.029l-.005-.149a1.996 1.996 0 0 0-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986 3.996-1.784 3.996-3.986S13.219 7 11.012 7z" })))); HybridContact.displayName = "HybridContact"; @@ -31540,27 +31562,27 @@ var HybridContact_default = HybridContact; // ../juno-icon/src/Ical.tsx import { - createElement as createElement386 + createElement as createElement387 } from "react"; -import { forwardRef as forwardRef367, memo as memo275 } from "react"; -var Ical = memo275(forwardRef367((props, ref2) => /* @__PURE__ */ createElement386("svg", { +import { forwardRef as forwardRef368, memo as memo276 } from "react"; +var Ical = memo276(forwardRef368((props, ref2) => /* @__PURE__ */ createElement387("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement386("path", { +}, /* @__PURE__ */ createElement387("path", { fill: "#000", d: "M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571v14.857a4.571 4.571 0 0 1-4.571 4.571H8.571A4.571 4.571 0 0 1 4 23.428V8.571A4.571 4.571 0 0 1 8.571 4z" -}), /* @__PURE__ */ createElement386("path", { +}), /* @__PURE__ */ createElement387("path", { fill: "#f8f8f8", d: "M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571v14.857a4.571 4.571 0 0 1-4.571 4.571H8.571A4.571 4.571 0 0 1 4 23.428V8.571A4.571 4.571 0 0 1 8.571 4z" -}), /* @__PURE__ */ createElement386("path", { +}), /* @__PURE__ */ createElement387("path", { fill: "#e23736", d: "M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571V11.2h-24V8.571A4.571 4.571 0 0 1 8.57 4z" -}), /* @__PURE__ */ createElement386("path", { +}), /* @__PURE__ */ createElement387("path", { fill: "#f4f2f2", d: "M12.395 9.22c.256 0 .459-.039.61-.118s.266-.176.346-.293c.08-.117.131-.242.154-.377s.034-.258.034-.37V5.715h-.754v2.314c0 .061-.002.124-.007.19s-.019.126-.043.182c-.024.056-.063.102-.118.137s-.131.053-.23.053c-.09 0-.162-.014-.218-.043s-.1-.068-.132-.118c-.032-.05-.054-.11-.067-.18s-.019-.147-.019-.23v-.154h-.682v.298c0 .189.032.35.096.482s.149.242.254.326c.106.085.226.147.36.187s.274.06.418.06zm3.49 0c.458 0 .816-.113 1.075-.338s.389-.57.389-1.034V5.717h-.754v2.131c0 .256-.051.444-.154.564s-.288.18-.557.18c-.154 0-.276-.022-.367-.065s-.162-.099-.214-.168c-.051-.069-.085-.148-.101-.238s-.024-.181-.024-.274V5.716h-.754v2.131c0 .467.127.813.382 1.037s.614.336 1.078.336zm4.776-.077v-.634h-1.67V5.715h-.754v3.427h2.424z" -}), /* @__PURE__ */ createElement386("path", { +}), /* @__PURE__ */ createElement387("path", { fill: "#212121", d: "M13.138 24.4V14.254h-.942l-2.735 1.877v.977l2.721-1.828h.028v9.12h.928zm4.247 0 4.648-9.246v-.9h-6.609v.858h5.646v.028l-4.704 9.26h1.02z" })))); @@ -31570,15 +31592,15 @@ var Ical_default = Ical; // ../juno-icon/src/Ignore.tsx import { - createElement as createElement387 + createElement as createElement388 } from "react"; -import { forwardRef as forwardRef368, memo as memo276 } from "react"; -var Ignore = memo276(forwardRef368((props, ref2) => /* @__PURE__ */ createElement387("svg", { +import { forwardRef as forwardRef369, memo as memo277 } from "react"; +var Ignore = memo277(forwardRef369((props, ref2) => /* @__PURE__ */ createElement388("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement387("path", { +}, /* @__PURE__ */ createElement388("path", { d: "M26.286 14c.947 0 1.714.895 1.714 2s-.767 2-1.714 2H5.715c-.947 0-1.714-.895-1.714-2s.768-2 1.714-2h20.571z" })))); Ignore.displayName = "Ignore"; @@ -31587,21 +31609,21 @@ var Ignore_default = Ignore; // ../juno-icon/src/ImageBrokenD.tsx import { - createElement as createElement388 + createElement as createElement389 } from "react"; -import { forwardRef as forwardRef369, memo as memo277 } from "react"; -var ImageBrokenD = memo277(forwardRef369((props, ref2) => /* @__PURE__ */ createElement388("svg", { +import { forwardRef as forwardRef370, memo as memo278 } from "react"; +var ImageBrokenD = memo278(forwardRef370((props, ref2) => /* @__PURE__ */ createElement389("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement388("path", { +}, /* @__PURE__ */ createElement389("path", { fill: "#30323a", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement388("path", { +}), /* @__PURE__ */ createElement389("path", { fill: "#8f9199", d: "M11.893 8.018 16.755 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625z" -}), /* @__PURE__ */ createElement388("path", { +}), /* @__PURE__ */ createElement389("path", { fill: "#f1f1f1", d: "M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388.141.297.06.121.119.223.118.2c.037.059.072.109.104.151l.057.069.027-.021a.753.753 0 0 0 .086-.097l.106-.152.126-.206.144-.259.161-.311.176-.362.19-.413.1-.225-.006 1.994c-.41.651-.782.962-1.157.962l-.121-.005c-.327-.029-.53-.198-.853-.803l-.146-.287-.165-.346-.091-.197-.608-1.346-.151-.314-.151-.295-.135-.246-.115-.195-.091-.142-.063-.087c-.016-.019-.026-.029-.03-.029-.008 0-.02.008-.036.023l-.059.07-.082.118-.105.167-.2.344-.161.293-.184.346-.579 1.133-.215.403c-.548.998-.913 1.395-1.442 1.395-.525 0-.919-.43-1.473-1.396l-.231-.415-.675-1.274-.258-.469-.302-.522-.102-.163-.034-.048c-.003-.004-.006-.006-.007-.006l-.008-.002-.016-.026c-.003-.004-.008-.005-.016.003l-.042.052-.086.131-2.212 3.692-.005-1.744.868-1.464.08-.13.211-.331.219-.321c.381-.531.659-.75 1.008-.75l.113.004c.3.021.49.147.814.666l.16.269.184.331.103.191.784 1.487.209.374c.165.285.307.506.438.676.046.059.088.109.124.149l.124.124.028.022c.017 0 .044-.019.081-.057l.085-.1.108-.149.129-.197.148-.245.166-.291.089-.163.36-.7.404-.792.193-.364.172-.306c.408-.699.658-.904 1.048-.927l.08-.002z" })))); @@ -31611,32 +31633,32 @@ var ImageBrokenD_default = ImageBrokenD; // ../juno-icon/src/ImageBroken.tsx import { - createElement as createElement389 + createElement as createElement390 } from "react"; -import { forwardRef as forwardRef370, memo as memo278 } from "react"; -var ImageBroken = memo278(forwardRef370((inProps, ref2) => { +import { forwardRef as forwardRef371, memo as memo279 } from "react"; +var ImageBroken = memo279(forwardRef371((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement389(ImageBrokenD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement390(ImageBrokenD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement389("svg", { + }) : /* @__PURE__ */ createElement390("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement389("path", { + }, /* @__PURE__ */ createElement390("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement389("path", { + }), /* @__PURE__ */ createElement390("path", { fill: "#a7aaae", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement389("path", { + }), /* @__PURE__ */ createElement390("path", { fill: "#a7aaae", d: "M11.893 8.018 16.755 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625z" - }), /* @__PURE__ */ createElement389("path", { + }), /* @__PURE__ */ createElement390("path", { fill: "#f1f1f2", d: "M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388c.134.291.216.453.32.64.083.15.157.267.221.351l.057.069.027-.021c.255-.235.893-1.441 1.677-3.452l.195-.509.832.313-.323.84c-1.01 2.563-1.726 3.74-2.456 3.74l-.121-.005c-.444-.039-.66-.336-1.255-1.633l-.608-1.346-.151-.314c-.316-.637-.559-.994-.585-.994-.06 0-.34.43-.826 1.361l-.464.91c-.747 1.461-1.143 2.021-1.771 2.021-.595 0-1.021-.552-1.704-1.811l-.675-1.274c-.445-.822-.688-1.208-.702-1.208l-.008-.002c-.028-.016.01-.11-.16.161l-2.439 4.071-.763-.456 1.744-2.952c.081-.134.145-.241.188-.309l.211-.331c.502-.764.815-1.071 1.227-1.071l.113.004c.415.029.619.259 1.261 1.456l.784 1.487.209.374c.165.285.307.506.438.676.16.207.275.296.276.296.079 0 .382-.414.805-1.202l.36-.7.298-.587c.764-1.487 1.025-1.803 1.599-1.803z" })); @@ -31647,21 +31669,21 @@ var ImageBroken_default = ImageBroken; // ../juno-icon/src/ImagePreviewD.tsx import { - createElement as createElement390 + createElement as createElement391 } from "react"; -import { forwardRef as forwardRef371, memo as memo279 } from "react"; -var ImagePreviewD = memo279(forwardRef371((props, ref2) => /* @__PURE__ */ createElement390("svg", { +import { forwardRef as forwardRef372, memo as memo280 } from "react"; +var ImagePreviewD = memo280(forwardRef372((props, ref2) => /* @__PURE__ */ createElement391("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement390("path", { +}, /* @__PURE__ */ createElement391("path", { fill: "#30323a", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement390("path", { +}), /* @__PURE__ */ createElement391("path", { fill: "#8f9199", d: "m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018z" -}), /* @__PURE__ */ createElement390("path", { +}), /* @__PURE__ */ createElement391("path", { fill: "#f1f1f1", d: "m17.393 14.633 2.987 5.82-3.789-.001.012.015h-5.134l2.209-3.896 1.562 2.081 2.153-4.02zm-3.615-2.189a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667z" })))); @@ -31671,29 +31693,29 @@ var ImagePreviewD_default = ImagePreviewD; // ../juno-icon/src/ImagePreview.tsx import { - createElement as createElement391 + createElement as createElement392 } from "react"; -import { forwardRef as forwardRef372, memo as memo280 } from "react"; -var ImagePreview = memo280(forwardRef372((inProps, ref2) => { +import { forwardRef as forwardRef373, memo as memo281 } from "react"; +var ImagePreview = memo281(forwardRef373((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement391(ImagePreviewD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement392(ImagePreviewD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement391("svg", { + }) : /* @__PURE__ */ createElement392("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement391("path", { + }, /* @__PURE__ */ createElement392("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement391("path", { + }), /* @__PURE__ */ createElement392("path", { fill: "#a7aaae", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement391("path", { + }), /* @__PURE__ */ createElement392("path", { fill: "#a7aaae", d: "m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018zm.637 6.633-2.153 4.02-1.562-2.081-2.209 3.896h5.134l-.012-.015 3.789.001-2.987-5.82zm-3.615-2.189a1.333 1.333 0 1 0 0 2.667 1.333 1.333 0 0 0 0-2.667z" })); @@ -31704,15 +31726,15 @@ var ImagePreview_default = ImagePreview; // ../juno-icon/src/ImproveWithAi.tsx import { - createElement as createElement392 + createElement as createElement393 } from "react"; -import { forwardRef as forwardRef373, memo as memo281 } from "react"; -var ImproveWithAi = memo281(forwardRef373((props, ref2) => /* @__PURE__ */ createElement392("svg", { +import { forwardRef as forwardRef374, memo as memo282 } from "react"; +var ImproveWithAi = memo282(forwardRef374((props, ref2) => /* @__PURE__ */ createElement393("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement392("path", { +}, /* @__PURE__ */ createElement393("path", { d: "m15.636 13.944 13.113 13.113c.467.467.467 1.235 0 1.703s-1.235.467-1.703 0L13.933 15.647c-.467-.467-.467-1.235 0-1.703s1.235-.467 1.703 0zm-4.153 7.559a1.038 1.038 0 0 1 1.263-.736c.558.155.875.717.733 1.265l-1.01 3.775c-.157.574-.713.887-1.258.738a1.04 1.04 0 0 1-.738-1.266l1.01-3.775zm-7.847-5.358 3.783-1.012a1.03 1.03 0 0 1 1.257.728c.148.533-.17 1.1-.725 1.256l-3.783 1.012a1.03 1.03 0 0 1-1.257-.728c-.148-.533.17-1.1.725-1.256zM9.6 9.813a1.022 1.022 0 0 1-1.454 0L5.377 7.044c-.405-.405-.405-1.049 0-1.454s1.049-.405 1.454 0L9.6 8.359a1.022 1.022 0 0 1 0 1.454zm7.303-1.865a1.038 1.038 0 0 1-1.263.736 1.038 1.038 0 0 1-.733-1.265l1.01-3.775a1.037 1.037 0 0 1 1.263-.736c.558.155.875.717.733 1.265l-1.01 3.775zm8.47 4.72L21.59 13.68a1.03 1.03 0 0 1-1.257-.728c-.148-.533.17-1.1.725-1.256l3.783-1.012a1.028 1.028 0 0 1 1.256.728c.148.533-.17 1.1-.725 1.256z" })))); ImproveWithAi.displayName = "ImproveWithAi"; @@ -31721,15 +31743,15 @@ var ImproveWithAi_default = ImproveWithAi; // ../juno-icon/src/InProgress.tsx import { - createElement as createElement393 + createElement as createElement394 } from "react"; -import { forwardRef as forwardRef374, memo as memo282 } from "react"; -var InProgress = memo282(forwardRef374((props, ref2) => /* @__PURE__ */ createElement393("svg", { +import { forwardRef as forwardRef375, memo as memo283 } from "react"; +var InProgress = memo283(forwardRef375((props, ref2) => /* @__PURE__ */ createElement394("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement393("path", { +}, /* @__PURE__ */ createElement394("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-.117 7.073a.744.744 0 0 0 0 1.053l5.575 5.574H8.744a.745.745 0 1 0 0 1.49h12.712l-5.574 5.574a.744.744 0 1 0 1.053 1.053l6.846-6.846a.744.744 0 0 0 0-1.053l-6.846-6.846a.744.744 0 0 0-1.053 0z" })))); InProgress.displayName = "InProgress"; @@ -31738,15 +31760,15 @@ var InProgress_default = InProgress; // ../juno-icon/src/InboundCallOnBehalf.tsx import { - createElement as createElement394 + createElement as createElement395 } from "react"; -import { forwardRef as forwardRef375, memo as memo283 } from "react"; -var InboundCallOnBehalf = memo283(forwardRef375((props, ref2) => /* @__PURE__ */ createElement394("svg", { +import { forwardRef as forwardRef376, memo as memo284 } from "react"; +var InboundCallOnBehalf = memo284(forwardRef376((props, ref2) => /* @__PURE__ */ createElement395("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement394("path", { +}, /* @__PURE__ */ createElement395("path", { d: "M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm18.701-1.701a1.02 1.02 0 0 1 0 1.443l-7.217 7.216 5.701.001a1.02 1.02 0 1 1 0 2.042H21.02a1.02 1.02 0 0 1-1.021-1.021v-8.165a1.02 1.02 0 1 1 2.042 0l-.001 5.7 7.217-7.216a1.02 1.02 0 0 1 1.443 0zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); InboundCallOnBehalf.displayName = "InboundCallOnBehalf"; @@ -31755,15 +31777,15 @@ var InboundCallOnBehalf_default = InboundCallOnBehalf; // ../juno-icon/src/InboundFaxBorder.tsx import { - createElement as createElement395 + createElement as createElement396 } from "react"; -import { forwardRef as forwardRef376, memo as memo284 } from "react"; -var InboundFaxBorder = memo284(forwardRef376((props, ref2) => /* @__PURE__ */ createElement395("svg", { +import { forwardRef as forwardRef377, memo as memo285 } from "react"; +var InboundFaxBorder = memo285(forwardRef377((props, ref2) => /* @__PURE__ */ createElement396("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement395("path", { +}, /* @__PURE__ */ createElement396("path", { d: "M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm-4 2H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zm10.209-10.293a1 1 0 0 1 1.497 1.32l-.083.094L26.086 16l3.707 3.879a1 1 0 0 1-1.32 1.497l-.094-.083-4.586-4.586a1 1 0 0 1-.083-1.32l.083-.094 4.586-4.586zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z" })))); InboundFaxBorder.displayName = "InboundFaxBorder"; @@ -31772,15 +31794,15 @@ var InboundFaxBorder_default = InboundFaxBorder; // ../juno-icon/src/InboundFax.tsx import { - createElement as createElement396 + createElement as createElement397 } from "react"; -import { forwardRef as forwardRef377, memo as memo285 } from "react"; -var InboundFax = memo285(forwardRef377((props, ref2) => /* @__PURE__ */ createElement396("svg", { +import { forwardRef as forwardRef378, memo as memo286 } from "react"; +var InboundFax = memo286(forwardRef378((props, ref2) => /* @__PURE__ */ createElement397("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement396("path", { +}, /* @__PURE__ */ createElement397("path", { d: "M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zm7.651-10.293a1 1 0 0 1 1.497 1.32l-.083.094L26.086 16l3.707 3.879a1 1 0 0 1-1.32 1.497l-.094-.083-4.586-4.586a1 1 0 0 1-.083-1.32l.083-.094 4.586-4.586zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z" })))); InboundFax.displayName = "InboundFax"; @@ -31789,15 +31811,15 @@ var InboundFax_default = InboundFax; // ../juno-icon/src/Inbox.tsx import { - createElement as createElement397 + createElement as createElement398 } from "react"; -import { forwardRef as forwardRef378, memo as memo286 } from "react"; -var Inbox = memo286(forwardRef378((props, ref2) => /* @__PURE__ */ createElement397("svg", { +import { forwardRef as forwardRef379, memo as memo287 } from "react"; +var Inbox = memo287(forwardRef379((props, ref2) => /* @__PURE__ */ createElement398("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement397("path", { +}, /* @__PURE__ */ createElement398("path", { d: "M30 25a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V14.333c0-.865.281-1.708.8-2.4L7.4 5.8A2 2 0 0 1 9 5h14c.63 0 1.222.296 1.6.8l4.6 6.133c.519.692.8 1.535.8 2.4V25zM11.1 15H4v9a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-9h-7.1a5.002 5.002 0 0 1-9.752.212L11.1 15zm11.4-8h-13a1 1 0 0 0-.8.4l-3.96 5.28a.2.2 0 0 0 .16.32H12a1 1 0 0 1 1 1 3 3 0 0 0 5.995.176l.012-.293A1 1 0 0 1 20 13h7.1a.2.2 0 0 0 .16-.32L23.3 7.4a1 1 0 0 0-.8-.4z" })))); Inbox.displayName = "Inbox"; @@ -31806,15 +31828,15 @@ var Inbox_default = Inbox; // ../juno-icon/src/IncallBorder.tsx import { - createElement as createElement398 + createElement as createElement399 } from "react"; -import { forwardRef as forwardRef379, memo as memo287 } from "react"; -var IncallBorder = memo287(forwardRef379((props, ref2) => /* @__PURE__ */ createElement398("svg", { +import { forwardRef as forwardRef380, memo as memo288 } from "react"; +var IncallBorder = memo288(forwardRef380((props, ref2) => /* @__PURE__ */ createElement399("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement398("path", { +}, /* @__PURE__ */ createElement399("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695a71.406 71.406 0 0 1-1.764-1.573l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm21.741-1.729a.999.999 0 0 1 0 1.414l-7.072 7.07 5.586.001a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 2 0l-.001 5.585 7.072-7.07a.999.999 0 0 1 1.414 0z" })))); IncallBorder.displayName = "IncallBorder"; @@ -31823,15 +31845,15 @@ var IncallBorder_default = IncallBorder; // ../juno-icon/src/Incall.tsx import { - createElement as createElement399 + createElement as createElement400 } from "react"; -import { forwardRef as forwardRef380, memo as memo288 } from "react"; -var Incall = memo288(forwardRef380((props, ref2) => /* @__PURE__ */ createElement399("svg", { +import { forwardRef as forwardRef381, memo as memo289 } from "react"; +var Incall = memo289(forwardRef381((props, ref2) => /* @__PURE__ */ createElement400("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement399("path", { +}, /* @__PURE__ */ createElement400("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm19.916-.06a.999.999 0 0 1 0 1.414l-7.072 7.07 5.586.001a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 2 0l-.001 5.585 7.072-7.07a.999.999 0 0 1 1.414 0z" })))); Incall.displayName = "Incall"; @@ -31840,15 +31862,15 @@ var Incall_default = Incall; // ../juno-icon/src/Indent.tsx import { - createElement as createElement400 + createElement as createElement401 } from "react"; -import { forwardRef as forwardRef381, memo as memo289 } from "react"; -var Indent = memo289(forwardRef381((props, ref2) => /* @__PURE__ */ createElement400("svg", { +import { forwardRef as forwardRef382, memo as memo290 } from "react"; +var Indent = memo290(forwardRef382((props, ref2) => /* @__PURE__ */ createElement401("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement400("path", { +}, /* @__PURE__ */ createElement401("path", { d: "M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM5.598 12.201l.174.114 3.737 2.73c.591.444.658 1.332.152 1.85l-.152.131-3.737 2.684c-.772.548-1.656.304-1.761-.611l-.01-.206v-5.748c-.01-1.043.784-1.413 1.598-.943zM27 15a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z" })))); Indent.displayName = "Indent"; @@ -31857,15 +31879,15 @@ var Indent_default = Indent; // ../juno-icon/src/Indeterminate.tsx import { - createElement as createElement401 + createElement as createElement402 } from "react"; -import { forwardRef as forwardRef382, memo as memo290 } from "react"; -var Indeterminate = memo290(forwardRef382((props, ref2) => /* @__PURE__ */ createElement401("svg", { +import { forwardRef as forwardRef383, memo as memo291 } from "react"; +var Indeterminate = memo291(forwardRef383((props, ref2) => /* @__PURE__ */ createElement402("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement401("path", { +}, /* @__PURE__ */ createElement402("path", { d: "M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm-3.333 12.667H8.334a1.333 1.333 0 0 0-.128 2.66l.128.006h15.333a1.333 1.333 0 0 0 .128-2.66l-.128-.006z" })))); Indeterminate.displayName = "Indeterminate"; @@ -31874,15 +31896,15 @@ var Indeterminate_default = Indeterminate; // ../juno-icon/src/InfoBorder.tsx import { - createElement as createElement402 + createElement as createElement403 } from "react"; -import { forwardRef as forwardRef383, memo as memo291 } from "react"; -var InfoBorder = memo291(forwardRef383((props, ref2) => /* @__PURE__ */ createElement402("svg", { +import { forwardRef as forwardRef384, memo as memo292 } from "react"; +var InfoBorder = memo292(forwardRef384((props, ref2) => /* @__PURE__ */ createElement403("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement402("path", { +}, /* @__PURE__ */ createElement403("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 9a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V14a1 1 0 0 1 1-1zm0-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 7z" })))); InfoBorder.displayName = "InfoBorder"; @@ -31891,15 +31913,15 @@ var InfoBorder_default = InfoBorder; // ../juno-icon/src/Info.tsx import { - createElement as createElement403 + createElement as createElement404 } from "react"; -import { forwardRef as forwardRef384, memo as memo292 } from "react"; -var Info = memo292(forwardRef384((props, ref2) => /* @__PURE__ */ createElement403("svg", { +import { forwardRef as forwardRef385, memo as memo293 } from "react"; +var Info = memo293(forwardRef385((props, ref2) => /* @__PURE__ */ createElement404("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement403("path", { +}, /* @__PURE__ */ createElement404("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 11a1 1 0 0 0-1 1v10a1 1 0 0 0 2 0V14a1 1 0 0 0-1-1zm0-6a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 7z" })))); Info.displayName = "Info"; @@ -31908,15 +31930,15 @@ var Info_default = Info; // ../juno-icon/src/InsertCode.tsx import { - createElement as createElement404 + createElement as createElement405 } from "react"; -import { forwardRef as forwardRef385, memo as memo293 } from "react"; -var InsertCode = memo293(forwardRef385((props, ref2) => /* @__PURE__ */ createElement404("svg", { +import { forwardRef as forwardRef386, memo as memo294 } from "react"; +var InsertCode = memo294(forwardRef386((props, ref2) => /* @__PURE__ */ createElement405("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement404("path", { +}, /* @__PURE__ */ createElement405("path", { d: "M18.722 4.025a1 1 0 0 1 .773 1.082l-.019.115-5 22a1 1 0 0 1-1.97-.329l.019-.115 5-22a.999.999 0 0 1 1.197-.753zm5.983 5.68 4.881 4.881a2 2 0 0 1 0 2.828l-4.881 4.881a.998.998 0 0 1-1.411-1.411l4.17-4.178a1 1 0 0 0 0-1.413l-4.17-4.178a.998.998 0 0 1 1.411-1.411zm-16 0a.999.999 0 0 1 .001 1.411l-4.17 4.178a1 1 0 0 0 0 1.413l4.17 4.178a.998.998 0 0 1-1.411 1.411l-4.881-4.881a2 2 0 0 1 0-2.828l4.881-4.881a.998.998 0 0 1 1.41 0z" })))); InsertCode.displayName = "InsertCode"; @@ -31925,15 +31947,15 @@ var InsertCode_default = InsertCode; // ../juno-icon/src/InsertImage.tsx import { - createElement as createElement405 + createElement as createElement406 } from "react"; -import { forwardRef as forwardRef386, memo as memo294 } from "react"; -var InsertImage = memo294(forwardRef386((props, ref2) => /* @__PURE__ */ createElement405("svg", { +import { forwardRef as forwardRef387, memo as memo295 } from "react"; +var InsertImage = memo295(forwardRef387((props, ref2) => /* @__PURE__ */ createElement406("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement405("path", { +}, /* @__PURE__ */ createElement406("path", { d: "M4 28a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L28 28H4zM27 6H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h1.585L17.42 15.166a3.999 3.999 0 0 1 5.111-.456l.173.127L28 18.955V7a1 1 0 0 0-1-1zm-8.035 10.461-.13.119L9.415 26h17.586a1 1 0 0 0 1-.983v-3.528l-6.523-5.074a2 2 0 0 0-2.512.045zM10 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" })))); InsertImage.displayName = "InsertImage"; @@ -31942,15 +31964,15 @@ var InsertImage_default = InsertImage; // ../juno-icon/src/InsertLink.tsx import { - createElement as createElement406 + createElement as createElement407 } from "react"; -import { forwardRef as forwardRef387, memo as memo295 } from "react"; -var InsertLink = memo295(forwardRef387((props, ref2) => /* @__PURE__ */ createElement406("svg", { +import { forwardRef as forwardRef388, memo as memo296 } from "react"; +var InsertLink = memo296(forwardRef388((props, ref2) => /* @__PURE__ */ createElement407("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement406("path", { +}, /* @__PURE__ */ createElement407("path", { d: "M16.607 5.494a7 7 0 0 1 9.899 9.899l-2.364 2.367a9.05 9.05 0 0 0-.122-2.708l1.071-1.073a5 5 0 0 0 0-7.071 5 5 0 0 0-7.071 0l-4.243 4.243a5 5 0 0 0 2.828 8.485l-1.645 1.645a6.999 6.999 0 0 1-2.597-11.544l4.243-4.243zM6 16.101l2.364-2.367a9.05 9.05 0 0 0 .122 2.708l-1.071 1.073a5 5 0 0 0 0 7.071 5 5 0 0 0 7.071 0l4.243-4.243a5 5 0 0 0-2.828-8.485l1.645-1.645a6.999 6.999 0 0 1 2.597 11.544L15.9 26a7 7 0 0 1-9.899-9.899z" })))); InsertLink.displayName = "InsertLink"; @@ -31959,15 +31981,15 @@ var InsertLink_default = InsertLink; // ../juno-icon/src/InsertTable.tsx import { - createElement as createElement407 + createElement as createElement408 } from "react"; -import { forwardRef as forwardRef388, memo as memo296 } from "react"; -var InsertTable = memo296(forwardRef388((props, ref2) => /* @__PURE__ */ createElement407("svg", { +import { forwardRef as forwardRef389, memo as memo297 } from "react"; +var InsertTable = memo297(forwardRef389((props, ref2) => /* @__PURE__ */ createElement408("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement407("path", { +}, /* @__PURE__ */ createElement408("path", { d: "M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zM11 15H4v10a1 1 0 0 0 1 1h6V15zm17 0H13v11h14a1 1 0 0 0 1-1V15zM5 6a1 1 0 0 0-1 1v6h7V6H5zm8 7h15V7a1 1 0 0 0-1-1H13v7z" })))); InsertTable.displayName = "InsertTable"; @@ -31976,15 +31998,15 @@ var InsertTable_default = InsertTable; // ../juno-icon/src/InsertVideo.tsx import { - createElement as createElement408 + createElement as createElement409 } from "react"; -import { forwardRef as forwardRef389, memo as memo297 } from "react"; -var InsertVideo = memo297(forwardRef389((props, ref2) => /* @__PURE__ */ createElement408("svg", { +import { forwardRef as forwardRef390, memo as memo298 } from "react"; +var InsertVideo = memo298(forwardRef390((props, ref2) => /* @__PURE__ */ createElement409("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement408("path", { +}, /* @__PURE__ */ createElement409("path", { d: "M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-12.337 6.241.109.074 3.737 2.73c.606.455.661 1.38.11 1.891l-.11.091-3.737 2.684c-.791.562-1.7.291-1.768-.681L13 18.893v-5.748c-.01-1.024.756-1.4 1.554-.967l.109.064z" })))); InsertVideo.displayName = "InsertVideo"; @@ -31993,15 +32015,15 @@ var InsertVideo_default = InsertVideo; // ../juno-icon/src/Italic.tsx import { - createElement as createElement409 + createElement as createElement410 } from "react"; -import { forwardRef as forwardRef390, memo as memo298 } from "react"; -var Italic = memo298(forwardRef390((props, ref2) => /* @__PURE__ */ createElement409("svg", { +import { forwardRef as forwardRef391, memo as memo299 } from "react"; +var Italic = memo299(forwardRef391((props, ref2) => /* @__PURE__ */ createElement410("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement409("path", { +}, /* @__PURE__ */ createElement410("path", { d: "M26 4a1 1 0 0 1 0 2h-6.237l-5.455 20H20a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h6.236L17.69 6H12a1 1 0 0 1 0-2h14z" })))); Italic.displayName = "Italic"; @@ -32010,15 +32032,15 @@ var Italic_default = Italic; // ../juno-icon/src/ItemListSelected.tsx import { - createElement as createElement410 + createElement as createElement411 } from "react"; -import { forwardRef as forwardRef391, memo as memo299 } from "react"; -var ItemListSelected = memo299(forwardRef391((props, ref2) => /* @__PURE__ */ createElement410("svg", { +import { forwardRef as forwardRef392, memo as memo300 } from "react"; +var ItemListSelected = memo300(forwardRef392((props, ref2) => /* @__PURE__ */ createElement411("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement410("path", { +}, /* @__PURE__ */ createElement411("path", { fill: "#4475fd", d: "M16 2.667C8.64 2.667 2.667 8.64 2.667 16S8.64 29.333 16 29.333 29.333 23.36 29.333 16 23.36 2.667 16 2.667zm-2.286 19.908L8 16.861l1.611-1.611 4.103 4.091 8.674-8.674 1.611 1.623-10.286 10.286z" })))); @@ -32028,15 +32050,15 @@ var ItemListSelected_default = ItemListSelected; // ../juno-icon/src/Jira.tsx import { - createElement as createElement411 + createElement as createElement412 } from "react"; -import { forwardRef as forwardRef392, memo as memo300 } from "react"; -var Jira = memo300(forwardRef392((props, ref2) => /* @__PURE__ */ createElement411("svg", { +import { forwardRef as forwardRef393, memo as memo301 } from "react"; +var Jira = memo301(forwardRef393((props, ref2) => /* @__PURE__ */ createElement412("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement411("path", { +}, /* @__PURE__ */ createElement412("path", { d: "M11.883 21.685c1.422 1.453 2.498 2.673 3.304 3.716-1.463 2.172-1.63 3.513-1.428 4.572H9.216l-.004-.12-.001-.18c.01-1.02.235-4.487 2.672-7.988zM5.576 9.015c-.001-1.031.894-.494.894-.494 1.549 1.247 3.732 1.331 4.016 1.336h.031c.729 3.159 4.911 7.072 5.552 7.658.962-.909 4.725-4.611 5.413-7.592 0 0 2.387-.034 4.047-1.369 0 0 .895-.571.894.461v.109c-.018.708-.378 4.801-6.048 10.369-.363.356-.706.698-1.03 1.03 3.173 3.807 3.435 7.814 3.444 8.899v.122a4.112 4.112 0 0 1-.004.162h-4.543c.342-1.722-.369-4.213-6.616-10.346-5.67-5.568-6.03-9.553-6.048-10.241zm12.638 1.224s.587-.083.444.696c-.138.752-1.302 2.027-2.036 2.769l-.216.215c-.231.228-.383.368-.383.368s-.082-.076-.218-.21l-.153-.153c-.564-.572-1.632-1.73-2.197-2.837 0 0-.319-.848.256-.848zm3.716-6.623a1.968 1.968 0 1 1-.001 3.935 1.968 1.968 0 0 1 .001-3.935zm-11.586 0a1.968 1.968 0 1 1-.001 3.935 1.968 1.968 0 0 1 .001-3.935zm5.906-1.589a1.967 1.967 0 1 1 0 3.934 1.967 1.967 0 0 1 0-3.934z" })))); Jira.displayName = "Jira"; @@ -32045,15 +32067,15 @@ var Jira_default = Jira; // ../juno-icon/src/JoinAudioPoc.tsx import { - createElement as createElement412 + createElement as createElement413 } from "react"; -import { forwardRef as forwardRef393, memo as memo301 } from "react"; -var JoinAudioPoc = memo301(forwardRef393((props, ref2) => /* @__PURE__ */ createElement412("svg", { +import { forwardRef as forwardRef394, memo as memo302 } from "react"; +var JoinAudioPoc = memo302(forwardRef394((props, ref2) => /* @__PURE__ */ createElement413("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement412("path", { +}, /* @__PURE__ */ createElement413("path", { d: "M25.899 6.101c5.467 5.467 5.467 14.332 0 19.799s-14.332 5.467-19.799 0C.633 20.433.633 11.568 6.1 6.101s14.332-5.467 19.799 0zm-8.898 8.898L17 9a1 1 0 0 0-1.993-.117L15 9l.001 5.999L9 15a1 1 0 0 0-.117 1.993L9 17l6.001-.001L15 23a1 1 0 0 0 1.993.117L17 23l.001-6.001L23 17a1 1 0 0 0 .117-1.993L23 15l-5.999-.001z" })))); JoinAudioPoc.displayName = "JoinAudioPoc"; @@ -32062,15 +32084,15 @@ var JoinAudioPoc_default = JoinAudioPoc; // ../juno-icon/src/JoinMeeting.tsx import { - createElement as createElement413 + createElement as createElement414 } from "react"; -import { forwardRef as forwardRef394, memo as memo302 } from "react"; -var JoinMeeting = memo302(forwardRef394((props, ref2) => /* @__PURE__ */ createElement413("svg", { +import { forwardRef as forwardRef395, memo as memo303 } from "react"; +var JoinMeeting = memo303(forwardRef395((props, ref2) => /* @__PURE__ */ createElement414("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement413("path", { +}, /* @__PURE__ */ createElement414("path", { d: "M27.556 5.333A2.667 2.667 0 0 1 30.223 8v16a2.667 2.667 0 0 1-2.667 2.667H8A2.667 2.667 0 0 1 5.333 24v-4.444h1.778V24c0 .456.343.832.785.883l.104.006h19.556a.889.889 0 0 0 .883-.785l.006-.104V8a.889.889 0 0 0-.785-.883l-.104-.006H8a.889.889 0 0 0-.883.785L7.111 8v4.444H5.333V8A2.667 2.667 0 0 1 8 5.333h19.556zM12.597 11.34l3.619 3.619a.91.91 0 0 1 .172.241.89.89 0 0 1 0 1.602.863.863 0 0 1-.171.241l-3.619 3.619a.889.889 0 0 1-1.257-1.257l2.513-2.515H2.667a.889.889 0 1 1 0-1.778h11.187l-2.513-2.514a.889.889 0 0 1 1.257-1.257z" })))); JoinMeeting.displayName = "JoinMeeting"; @@ -32079,17 +32101,17 @@ var JoinMeeting_default = JoinMeeting; // ../juno-icon/src/Join.tsx import { - createElement as createElement414 + createElement as createElement415 } from "react"; -import { forwardRef as forwardRef395, memo as memo303 } from "react"; -var Join = memo303(forwardRef395((props, ref2) => /* @__PURE__ */ createElement414("svg", { +import { forwardRef as forwardRef396, memo as memo304 } from "react"; +var Join = memo304(forwardRef396((props, ref2) => /* @__PURE__ */ createElement415("svg", { viewBox: "0 0 27 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement414("path", { +}, /* @__PURE__ */ createElement415("path", { d: "M2.667 5.49h21.02a2.667 2.667 0 0 1 2.667 2.667v21.02a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 29.177V8.157A2.667 2.667 0 0 1 2.667 5.49zm.666 3.334V28.51h19.686V8.824H3.333zM13.176 0a5.49 5.49 0 0 1 5.49 5.49h-3.294a2.196 2.196 0 1 0-4.392 0H7.686A5.49 5.49 0 0 1 13.176 0z" -}), /* @__PURE__ */ createElement414("path", { +}), /* @__PURE__ */ createElement415("path", { d: "M14.274 19.765a5.49 5.49 0 0 1 5.49 5.49h-2.196a3.294 3.294 0 0 0-3.294-3.294h-2.196a3.294 3.294 0 0 0-3.294 3.294H6.588l.007-.274a5.49 5.49 0 0 1 5.483-5.216zm-1.098-8.785a3.294 3.294 0 1 1 0 6.589 3.294 3.294 0 0 1 0-6.589zm0 2.196a1.099 1.099 0 1 0 .001 2.197 1.099 1.099 0 0 0-.001-2.197z" })))); Join.displayName = "Join"; @@ -32098,15 +32120,15 @@ var Join_default = Join; // ../juno-icon/src/JumpToLatest.tsx import { - createElement as createElement415 + createElement as createElement416 } from "react"; -import { forwardRef as forwardRef396, memo as memo304 } from "react"; -var JumpToLatest = memo304(forwardRef396((props, ref2) => /* @__PURE__ */ createElement415("svg", { +import { forwardRef as forwardRef397, memo as memo305 } from "react"; +var JumpToLatest = memo305(forwardRef397((props, ref2) => /* @__PURE__ */ createElement416("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement415("path", { +}, /* @__PURE__ */ createElement416("path", { d: "M6.101 17.101a.999.999 0 0 1 1.414 0L15 24.586V5a1 1 0 0 1 2 0v19.588l7.486-7.488a.999.999 0 1 1 1.414 1.414l-9.192 9.192a.999.999 0 0 1-1.414 0l-9.192-9.192a.999.999 0 0 1 0-1.414z" })))); JumpToLatest.displayName = "JumpToLatest"; @@ -32115,15 +32137,15 @@ var JumpToLatest_default = JumpToLatest; // ../juno-icon/src/JumpToUnread.tsx import { - createElement as createElement416 + createElement as createElement417 } from "react"; -import { forwardRef as forwardRef397, memo as memo305 } from "react"; -var JumpToUnread = memo305(forwardRef397((props, ref2) => /* @__PURE__ */ createElement416("svg", { +import { forwardRef as forwardRef398, memo as memo306 } from "react"; +var JumpToUnread = memo306(forwardRef398((props, ref2) => /* @__PURE__ */ createElement417("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement416("path", { +}, /* @__PURE__ */ createElement417("path", { d: "M6.101 14.899a.999.999 0 0 0 1.414 0L15 7.413v19.586a1 1 0 0 0 2 0V7.411l7.486 7.488a.999.999 0 1 0 1.414-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0l-9.192 9.192a.999.999 0 0 0 0 1.414z" })))); JumpToUnread.displayName = "JumpToUnread"; @@ -32132,15 +32154,15 @@ var JumpToUnread_default = JumpToUnread; // ../juno-icon/src/KeypadOffSp.tsx import { - createElement as createElement417 + createElement as createElement418 } from "react"; -import { forwardRef as forwardRef398, memo as memo306 } from "react"; -var KeypadOffSp = memo306(forwardRef398((props, ref2) => /* @__PURE__ */ createElement417("svg", { +import { forwardRef as forwardRef399, memo as memo307 } from "react"; +var KeypadOffSp = memo307(forwardRef399((props, ref2) => /* @__PURE__ */ createElement418("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement417("path", { +}, /* @__PURE__ */ createElement418("path", { d: "m8.439 5.893 16.824 18.685a1.144 1.144 0 0 1-1.699 1.531l-2.176-2.417-.053-.025a2.725 2.725 0 0 1-.595-.427 2.24 2.24 0 0 1-.5-.739l-.052-.143-4.405-4.889a1.876 1.876 0 0 1-.269-.099 2.816 2.816 0 0 1-.751-.512 2.409 2.409 0 0 1-.512-.739 2.059 2.059 0 0 1-.152-.523l-4.001-4.443A2.127 2.127 0 0 1 9.489 11c-.261-.111-.512-.277-.751-.5s-.413-.468-.524-.739a2.292 2.292 0 0 1-.167-.881v-.005L6.738 7.422a1.144 1.144 0 0 1 1.699-1.531l.003.001zm1.944 13.417c.333 0 .631.056.893.167s.512.277.751.5c.223.223.389.468.5.739s.167.564.167.881c0 .333-.06.631-.179.893s-.281.512-.488.751c-.223.239-.468.409-.739.512s-.572.155-.905.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.239-.223-.409-.468-.512-.739s-.155-.572-.155-.905c0-.317.056-.607.167-.869s.277-.512.5-.751.468-.409.739-.512c.271-.103.564-.155.881-.155zm6 0c.317 0 .607.056.869.167s.512.277.751.5c.239.223.413.468.524.739s.167.564.167.881c0 .333-.06.631-.179.893s-.289.512-.512.751c-.223.239-.468.409-.739.512s-.564.155-.881.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.223-.223-.393-.468-.512-.739s-.179-.572-.179-.905c0-.317.06-.607.179-.869s.289-.512.512-.751c.223-.223.468-.389.739-.5s.564-.167.881-.167zm6 0c.317 0 .607.056.869.167s.512.277.751.5c.239.223.409.468.512.739s.155.564.155.881c0 .225-.025.436-.076.629l-2.601-2.888c.125-.017.256-.025.392-.025l-.001-.003zm-12.024-6.381c.317 0 .607.06.869.179s.512.289.751.512c.239.239.413.488.524.751s.167.552.167.869c0 .317-.06.607-.179.869s-.289.512-.512.751c-.223.239-.468.413-.739.524s-.564.167-.881.167c-.317 0-.607-.06-.869-.179s-.512-.289-.751-.512c-.239-.223-.413-.468-.524-.739s-.167-.564-.167-.881c0-.317.06-.607.179-.869s.289-.512.512-.751c.207-.223.448-.393.727-.512s.576-.179.893-.179zm11.976 0c.333 0 .631.06.893.179s.512.289.751.512c.207.239.369.488.488.751s.179.552.179.869c0 .317-.06.607-.179.869s-.281.512-.488.751c-.223.239-.468.413-.739.524s-.572.167-.905.167c-.317 0-.607-.06-.869-.179s-.512-.289-.751-.512c-.239-.223-.409-.468-.512-.739s-.155-.564-.155-.881c0-.317.056-.607.167-.869s.277-.512.5-.751c.223-.223.468-.393.739-.512s.564-.179.881-.179zm-5.952 0c.317 0 .607.06.869.179s.512.289.751.512c.223.239.393.488.512.751s.179.552.179.869c0 .137-.011.269-.033.397l-2.432-2.701.156-.005-.001-.001zm-.024-6.358c.317 0 .607.056.869.167s.512.277.751.5c.239.223.409.472.512.751s.155.576.155.893-.056.607-.167.869c-.111.263-.277.512-.5.751s-.468.409-.739.512a2.457 2.457 0 0 1-.881.155c-.333 0-.631-.056-.893-.167s-.512-.277-.751-.5c-.223-.223-.389-.468-.5-.739s-.167-.564-.167-.881c0-.333.056-.631.167-.893s.277-.512.5-.751c.223-.223.468-.389.739-.5s.572-.167.905-.167zm5.976 0c.333 0 .631.056.893.167s.512.277.751.5c.239.223.409.472.512.751s.155.576.155.893-.06.607-.179.869a3.093 3.093 0 0 1-.488.751c-.223.239-.468.409-.739.512s-.572.155-.905.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.239-.223-.409-.468-.512-.739s-.155-.564-.155-.881c0-.333.056-.631.167-.893s.277-.512.5-.751c.223-.239.468-.409.739-.512s.564-.155.881-.155zm-11.832.004c.261.015.504.068.725.163.261.111.512.277.751.5s.413.472.524.751c.111.277.167.576.167.893l-.001.099-2.165-2.405z" })))); KeypadOffSp.displayName = "KeypadOffSp"; @@ -32149,15 +32171,15 @@ var KeypadOffSp_default = KeypadOffSp; // ../juno-icon/src/KeypadSp.tsx import { - createElement as createElement418 + createElement as createElement419 } from "react"; -import { forwardRef as forwardRef399, memo as memo307 } from "react"; -var KeypadSp = memo307(forwardRef399((props, ref2) => /* @__PURE__ */ createElement418("svg", { +import { forwardRef as forwardRef400, memo as memo308 } from "react"; +var KeypadSp = memo308(forwardRef400((props, ref2) => /* @__PURE__ */ createElement419("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement418("path", { +}, /* @__PURE__ */ createElement419("path", { d: "M8.857 20.571a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zM8.857 13.429a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zM8.857 6.286a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142z" })))); KeypadSp.displayName = "KeypadSp"; @@ -32166,15 +32188,15 @@ var KeypadSp_default = KeypadSp; // ../juno-icon/src/Keypad.tsx import { - createElement as createElement419 + createElement as createElement420 } from "react"; -import { forwardRef as forwardRef400, memo as memo308 } from "react"; -var Keypad = memo308(forwardRef400((props, ref2) => /* @__PURE__ */ createElement419("svg", { +import { forwardRef as forwardRef401, memo as memo309 } from "react"; +var Keypad = memo309(forwardRef401((props, ref2) => /* @__PURE__ */ createElement420("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement419("path", { +}, /* @__PURE__ */ createElement420("path", { d: "M7 22a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" })))); Keypad.displayName = "Keypad"; @@ -32183,15 +32205,15 @@ var Keypad_default = Keypad; // ../juno-icon/src/LeaveMeeting.tsx import { - createElement as createElement420 + createElement as createElement421 } from "react"; -import { forwardRef as forwardRef401, memo as memo309 } from "react"; -var LeaveMeeting = memo309(forwardRef401((props, ref2) => /* @__PURE__ */ createElement420("svg", { +import { forwardRef as forwardRef402, memo as memo310 } from "react"; +var LeaveMeeting = memo310(forwardRef402((props, ref2) => /* @__PURE__ */ createElement421("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement420("path", { +}, /* @__PURE__ */ createElement421("path", { d: "M30.825 21.116a3.86 3.86 0 0 1-2.674.85l-.245-.026-5.332-.752c-1.588-.217-2.603-1.034-2.697-2.177l-.007-.193.012-.872c-.012-.608-.388-.945-1.403-1.042a30.137 30.137 0 0 0-2.5-.125 43.57 43.57 0 0 0-2.932.102c-.971.063-1.344.371-1.386.911l-.004.119.014.879c.032 1.172-.88 2.012-2.406 2.298l-.26.042-4.872.709c-1.326.187-2.23-.088-2.998-.72-.534-.44-.936-1.186-1.084-1.909l-.04-.24L0 18.691c-.003-1.909.587-3.357 2.115-4.616 3.28-2.703 7.246-4.015 13.718-4.074 6.49-.058 10.759 1.396 13.733 3.847 1.814 1.495 2.359 2.83 2.428 4.743l.007.307-.073.451c-.146.7-.543 1.306-1.102 1.767z" })))); LeaveMeeting.displayName = "LeaveMeeting"; @@ -32200,15 +32222,15 @@ var LeaveMeeting_default = LeaveMeeting; // ../juno-icon/src/LeaveSp.tsx import { - createElement as createElement421 + createElement as createElement422 } from "react"; -import { forwardRef as forwardRef402, memo as memo310 } from "react"; -var LeaveSp = memo310(forwardRef402((props, ref2) => /* @__PURE__ */ createElement421("svg", { +import { forwardRef as forwardRef403, memo as memo311 } from "react"; +var LeaveSp = memo311(forwardRef403((props, ref2) => /* @__PURE__ */ createElement422("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement421("path", { +}, /* @__PURE__ */ createElement422("path", { d: "M19.886 3.657A2.743 2.743 0 0 1 22.629 6.4v6.171h-2.057V6.4a.686.686 0 0 0-.562-.675l-.123-.011h-7.883l4.453 1.573a2.057 2.057 0 0 1 1.372 1.94v14.316h2.057a.686.686 0 0 0 .675-.562l.011-.123v-4.114h2.057v4.114a2.743 2.743 0 0 1-2.743 2.743h-2.057v1.207a2.057 2.057 0 0 1-2.742 1.94l-7.085-2.501a2.743 2.743 0 0 1-1.83-2.587V6.401a2.743 2.743 0 0 1 2.743-2.743h10.971zm5.182 7.031 5.017 5.013-5.017 5.013-1.454-1.454 2.6-2.6-7.014.027V14.63l6.872-.027-2.458-2.46 1.454-1.454z" })))); LeaveSp.displayName = "LeaveSp"; @@ -32217,15 +32239,15 @@ var LeaveSp_default = LeaveSp; // ../juno-icon/src/Leave.tsx import { - createElement as createElement422 + createElement as createElement423 } from "react"; -import { forwardRef as forwardRef403, memo as memo311 } from "react"; -var Leave = memo311(forwardRef403((props, ref2) => /* @__PURE__ */ createElement422("svg", { +import { forwardRef as forwardRef404, memo as memo312 } from "react"; +var Leave = memo312(forwardRef404((props, ref2) => /* @__PURE__ */ createElement423("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement422("path", { +}, /* @__PURE__ */ createElement423("path", { d: "M11.272 2.688a4.5 4.5 0 0 1 5.231 6.274c.309.075.607.2.88.371l4.986-1.336a1.998 1.998 0 0 1 1.932.518l2.726 2.797a3 3 0 1 1-4.243 4.243l-1.094-1.164-1.011.271 2.849 4.747 3.028-.222.234-.009c.242-.005.566-.003.702.009 1.377.118 2.362.715 2.739 2.121a3 3 0 0 1-2.121 3.674l-6.258.784a1.001 1.001 0 0 1-.711-.182l-3.374-2.443-1.227.731.963 3.591a3 3 0 0 1-5.795 1.553L9.93 22.855a3 3 0 0 1 1.038-3.131c.137-.116.287-.223.449-.316l1.616-.88-.834-.986-.581.301c-.928.473-1.652.799-2.172.979-.936.323-2.188.514-3.099-.059a2.998 2.998 0 0 1-.806-.576l-2.958-3.356a3 3 0 1 1 4.243-4.243l1.867 1.689 2.037-1.078a4.5 4.5 0 0 1 .543-8.51zm-7.276 9.314a1 1 0 0 0-.078 1.327l3.036 3.443c.054.054.112.1.173.139l.284.158a1 1 0 0 0 .809.116l-.299.111.525-.207c.793-.31 1.999-.904 3.62-1.781a1 1 0 0 1 1.302.267l.064.099 1.825 2.704a1 1 0 0 1-.269 1.302l-.112.072-2.458 1.387a1.386 1.386 0 0 0-.208.153 1 1 0 0 0-.37.927l.024.117 1.778 6.161a1 1 0 0 0 1.956-.403l-.024-.114-1.159-4.322a1 1 0 0 1 .477-1.131l2.565-1.338a.998.998 0 0 1 1.06.085l3.151 2.35c.213.159.48.226.743.188l5.182-.762a1 1 0 0 0 .707-1.225c-.133-.495-.605-.776-1.111-.731l-1.902.146-2.031.149c-.472.061-.92-.082-1.14-.49l-5.46-9.523a1 1 0 0 0-1.262-.418l-.104.053-6.927 3.766-2.952-2.774a.999.999 0 0 0-1.414 0zm14.746-.964.969 1.811 2.577-.689 1.911 1.98a.999.999 0 0 0 1.492-1.327l-.078-.087-2.726-2.797-4.145 1.109zM11.79 4.619a2.5 2.5 0 1 0 1.294 4.83 2.5 2.5 0 0 0-1.294-4.83z" })))); Leave.displayName = "Leave"; @@ -32234,15 +32256,15 @@ var Leave_default = Leave; // ../juno-icon/src/ListBulletL.tsx import { - createElement as createElement423 + createElement as createElement424 } from "react"; -import { forwardRef as forwardRef404, memo as memo312 } from "react"; -var ListBulletL = memo312(forwardRef404((props, ref2) => /* @__PURE__ */ createElement423("svg", { +import { forwardRef as forwardRef405, memo as memo313 } from "react"; +var ListBulletL = memo313(forwardRef405((props, ref2) => /* @__PURE__ */ createElement424("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement423("path", { +}, /* @__PURE__ */ createElement424("path", { d: "M4.333 22.667c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm21 0c1.234 0 2.246.96 2.328 2.174l.005.16a2.334 2.334 0 0 1-2.333 2.333h-14a2.334 2.334 0 0 1 0-4.666h14zm-21-9.334c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm18.667 0c1.234 0 2.246.96 2.328 2.174l.005.16A2.334 2.334 0 0 1 23 18H11.333a2.334 2.334 0 0 1 0-4.666H23zM4.333 4c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm23.334 0c1.234 0 2.246.96 2.328 2.174l.005.16a2.334 2.334 0 0 1-2.333 2.333H11.334a2.334 2.334 0 0 1 0-4.666h16.333z" })))); ListBulletL.displayName = "ListBulletL"; @@ -32251,15 +32273,15 @@ var ListBulletL_default = ListBulletL; // ../juno-icon/src/ListBullet.tsx import { - createElement as createElement424 + createElement as createElement425 } from "react"; -import { forwardRef as forwardRef405, memo as memo313 } from "react"; -var ListBullet = memo313(forwardRef405((props, ref2) => /* @__PURE__ */ createElement424("svg", { +import { forwardRef as forwardRef406, memo as memo314 } from "react"; +var ListBullet = memo314(forwardRef406((props, ref2) => /* @__PURE__ */ createElement425("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement424("path", { +}, /* @__PURE__ */ createElement425("path", { d: "M6 23a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 23zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM6 14a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 14zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM6 5a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 5zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16z" })))); ListBullet.displayName = "ListBullet"; @@ -32268,15 +32290,15 @@ var ListBullet_default = ListBullet; // ../juno-icon/src/ListOrdered.tsx import { - createElement as createElement425 + createElement as createElement426 } from "react"; -import { forwardRef as forwardRef406, memo as memo314 } from "react"; -var ListOrdered = memo314(forwardRef406((props, ref2) => /* @__PURE__ */ createElement425("svg", { +import { forwardRef as forwardRef407, memo as memo315 } from "react"; +var ListOrdered = memo315(forwardRef407((props, ref2) => /* @__PURE__ */ createElement426("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement425("path", { +}, /* @__PURE__ */ createElement426("path", { d: "M5.172 21.127c1.285 0 2.215.561 2.215 1.531 0 .715-.429 1.155-1.075 1.322l-.142.032v.041c.957.082 1.436.615 1.436 1.34 0 1.094-.916 1.791-2.434 1.791-1.053 0-2.256-.492-2.256-1.395 0-.369.26-.602.656-.602.219 0 .369.109.52.273.246.301.602.547 1.08.547.492 0 .875-.287.875-.711 0-.416-.303-.647-.866-.679l-.146-.004h-.219c-.342 0-.561-.205-.561-.52 0-.32.177-.507.462-.541l.099-.006h.205c.574 0 .93-.232.93-.629 0-.438-.328-.67-.793-.67-.328 0-.581.097-.834.368l-.095.11c-.178.219-.301.314-.574.314-.355 0-.602-.232-.602-.574 0-.848 1.094-1.34 2.119-1.34zm-.027-8.285c1.367 0 2.242.711 2.242 1.736 0 .702-.274 1.118-1.077 1.826l-.18.156-1.176.998v.041h2.064c.328 0 .561.219.561.588a.544.544 0 0 1-.468.554l-.092.007H3.601c-.397 0-.656-.26-.656-.629a.81.81 0 0 1 .237-.6l.091-.084 1.764-1.518c.697-.588.875-.861.875-1.23 0-.396-.314-.684-.738-.684-.377 0-.645.151-.825.434l-.063.112c-.15.301-.342.396-.629.396-.383 0-.643-.205-.643-.602 0-.82.889-1.504 2.133-1.504zM27 24a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zm0-9a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM5.596 4.543c.48 0 .819.28.869.731l.006.116v4.43c0 .533-.314.793-.779.793-.442 0-.732-.221-.774-.675l-.005-.118V6.074h-.027l-.684.492c-.219.15-.301.178-.465.178a.532.532 0 0 1-.547-.547c0-.223.1-.365.301-.522l.109-.08.984-.684c.301-.219.561-.369 1.012-.369zM27 6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16z" })))); ListOrdered.displayName = "ListOrdered"; @@ -32285,15 +32307,15 @@ var ListOrdered_default = ListOrdered; // ../juno-icon/src/ListView.tsx import { - createElement as createElement426 + createElement as createElement427 } from "react"; -import { forwardRef as forwardRef407, memo as memo315 } from "react"; -var ListView = memo315(forwardRef407((props, ref2) => /* @__PURE__ */ createElement426("svg", { +import { forwardRef as forwardRef408, memo as memo316 } from "react"; +var ListView = memo316(forwardRef408((props, ref2) => /* @__PURE__ */ createElement427("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement426("path", { +}, /* @__PURE__ */ createElement427("path", { d: "M26.667 22.667a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333zm0-8a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333zm0-8a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333z" })))); ListView.displayName = "ListView"; @@ -32302,15 +32324,15 @@ var ListView_default = ListView; // ../juno-icon/src/LocationBorder.tsx import { - createElement as createElement427 + createElement as createElement428 } from "react"; -import { forwardRef as forwardRef408, memo as memo316 } from "react"; -var LocationBorder = memo316(forwardRef408((props, ref2) => /* @__PURE__ */ createElement427("svg", { +import { forwardRef as forwardRef409, memo as memo317 } from "react"; +var LocationBorder = memo317(forwardRef409((props, ref2) => /* @__PURE__ */ createElement428("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement427("path", { +}, /* @__PURE__ */ createElement428("path", { d: "M16 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 2C10.477 4 6 8.477 6 14c0 3.433 3.233 8.527 9.801 15.024l.199.196.199-.196c6.442-6.372 9.675-11.395 9.797-14.824L26 14c0-5.523-4.477-10-10-10zm0 4a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 8zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" })))); LocationBorder.displayName = "LocationBorder"; @@ -32319,15 +32341,15 @@ var LocationBorder_default = LocationBorder; // ../juno-icon/src/Location.tsx import { - createElement as createElement428 + createElement as createElement429 } from "react"; -import { forwardRef as forwardRef409, memo as memo317 } from "react"; -var Location = memo317(forwardRef409((props, ref2) => /* @__PURE__ */ createElement428("svg", { +import { forwardRef as forwardRef410, memo as memo318 } from "react"; +var Location = memo318(forwardRef410((props, ref2) => /* @__PURE__ */ createElement429("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement428("path", { +}, /* @__PURE__ */ createElement429("path", { d: "M16 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 7a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); Location.displayName = "Location"; @@ -32336,15 +32358,15 @@ var Location_default = Location; // ../juno-icon/src/LockBorder.tsx import { - createElement as createElement429 + createElement as createElement430 } from "react"; -import { forwardRef as forwardRef410, memo as memo318 } from "react"; -var LockBorder = memo318(forwardRef410((props, ref2) => /* @__PURE__ */ createElement429("svg", { +import { forwardRef as forwardRef411, memo as memo319 } from "react"; +var LockBorder = memo319(forwardRef411((props, ref2) => /* @__PURE__ */ createElement430("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement429("path", { +}, /* @__PURE__ */ createElement430("path", { d: "M16 2a6 6 0 0 1 6 6l-.001 6H24a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 0 1 6-6zm7 14H9a1 1 0 0 0-.993.883L8 17v10a1 1 0 0 0 .883.993L9 28h14a1 1 0 0 0 .993-.883L24 27V17a1 1 0 0 0-.883-.993L23 16zm-7 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1zm0-15a4 4 0 0 0-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 0 0-3.8-3.995L16 4z" })))); LockBorder.displayName = "LockBorder"; @@ -32353,15 +32375,15 @@ var LockBorder_default = LockBorder; // ../juno-icon/src/Lock.tsx import { - createElement as createElement430 + createElement as createElement431 } from "react"; -import { forwardRef as forwardRef411, memo as memo319 } from "react"; -var Lock = memo319(forwardRef411((props, ref2) => /* @__PURE__ */ createElement430("svg", { +import { forwardRef as forwardRef412, memo as memo320 } from "react"; +var Lock = memo320(forwardRef412((props, ref2) => /* @__PURE__ */ createElement431("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement430("path", { +}, /* @__PURE__ */ createElement431("path", { d: "M16 2a6 6 0 0 1 6 6l-.001 6H24a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 0 1 6-6zm0 17a1 1 0 0 0-.993.883L15 20v4a1 1 0 0 0 1.993.117L17 24v-4a1 1 0 0 0-1-1zm0-15a4 4 0 0 0-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 0 0-3.8-3.995L16 4z" })))); Lock.displayName = "Lock"; @@ -32370,15 +32392,15 @@ var Lock_default = Lock; // ../juno-icon/src/Login.tsx import { - createElement as createElement431 + createElement as createElement432 } from "react"; -import { forwardRef as forwardRef412, memo as memo320 } from "react"; -var Login = memo320(forwardRef412((props, ref2) => /* @__PURE__ */ createElement431("svg", { +import { forwardRef as forwardRef413, memo as memo321 } from "react"; +var Login = memo321(forwardRef413((props, ref2) => /* @__PURE__ */ createElement432("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement431("path", { +}, /* @__PURE__ */ createElement432("path", { d: "M27 29H12a2.002 2.002 0 0 1-2-2v-2a1 1 0 0 1 2 0v1a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H13a1 1 0 0 0-1 1v1a1 1 0 0 1-2 0V5a2.002 2.002 0 0 1 2-2h15a2.002 2.002 0 0 1 2 2v22a2.002 2.002 0 0 1-2 2zm-12.707-9.121L17.172 17H4a1 1 0 0 1 0-2h13.172l-2.879-2.879a1 1 0 0 1 1.414-1.414l4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414z" })))); Login.displayName = "Login"; @@ -32387,21 +32409,21 @@ var Login_default = Login; // ../juno-icon/src/MacKeynoteD.tsx import { - createElement as createElement432 + createElement as createElement433 } from "react"; -import { forwardRef as forwardRef413, memo as memo321 } from "react"; -var MacKeynoteD = memo321(forwardRef413((props, ref2) => /* @__PURE__ */ createElement432("svg", { +import { forwardRef as forwardRef414, memo as memo322 } from "react"; +var MacKeynoteD = memo322(forwardRef414((props, ref2) => /* @__PURE__ */ createElement433("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement432("path", { +}, /* @__PURE__ */ createElement433("path", { fill: "#223642", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement432("path", { +}), /* @__PURE__ */ createElement433("path", { fill: "#039dfa", d: "M24.889 16a8.894 8.894 0 0 1-5.787 8.333 8.864 8.864 0 0 1-3.102.556 8.876 8.876 0 0 1-3.163-.579A8.89 8.89 0 1 1 24.889 16z" -}), /* @__PURE__ */ createElement432("path", { +}), /* @__PURE__ */ createElement433("path", { fill: "#f1f1f1", d: "M16.406 18.258v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041a8.67 8.67 0 0 1-3.07.558 8.68 8.68 0 0 1-3.13-.581.357.357 0 0 1 .113-.019h1.911a.72.72 0 0 0 .714-.724v-5.307h.673zm6.73-1.138a.678.678 0 0 1-.673.683H9.788a.678.678 0 0 1-.673-.683zm-7.533-8.724a.62.62 0 0 1 .615.624v.133a.62.62 0 0 1-.615.624h-1.387a.616.616 0 0 1-.591-.452H11.89a.556.556 0 0 0-.551.559v.788h10.283c.367 0 .671.291.691.663l.298 5.33H9.525l.298-5.33a.697.697 0 0 1 .691-.663h.412v-.788a.97.97 0 0 1 .962-.976h1.722a.618.618 0 0 1 .605-.512z" })))); @@ -32411,32 +32433,32 @@ var MacKeynoteD_default = MacKeynoteD; // ../juno-icon/src/MacKeynote.tsx import { - createElement as createElement433 + createElement as createElement434 } from "react"; -import { forwardRef as forwardRef414, memo as memo322 } from "react"; -var MacKeynote = memo322(forwardRef414((inProps, ref2) => { +import { forwardRef as forwardRef415, memo as memo323 } from "react"; +var MacKeynote = memo323(forwardRef415((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement433(MacKeynoteD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement434(MacKeynoteD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement433("svg", { + }) : /* @__PURE__ */ createElement434("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement433("path", { + }, /* @__PURE__ */ createElement434("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement433("path", { + }), /* @__PURE__ */ createElement434("path", { fill: "#039dfa", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement433("path", { + }), /* @__PURE__ */ createElement434("path", { fill: "#039dfa", d: "M24.889 16a8.894 8.894 0 0 1-5.787 8.333 8.864 8.864 0 0 1-3.102.556 8.876 8.876 0 0 1-3.163-.579A8.89 8.89 0 1 1 24.889 16z" - }), /* @__PURE__ */ createElement433("path", { + }), /* @__PURE__ */ createElement434("path", { fill: "#f2f2f2", d: "M9.114 17.12c0 .377.301.683.673.683h12.675a.678.678 0 0 0 .673-.683H9.114zM19.195 24.33a8.67 8.67 0 0 1-3.07.558 8.68 8.68 0 0 1-3.13-.581.357.357 0 0 1 .113-.019h1.911a.72.72 0 0 0 .714-.724v-5.307h.673v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041zM22.314 11.334a.697.697 0 0 0-.691-.663H11.34v-.788c0-.308.247-.559.551-.559h1.735c.074.261.31.452.591.452h1.387a.62.62 0 0 0 .615-.624v-.133a.62.62 0 0 0-.615-.624h-1.387a.618.618 0 0 0-.605.512H11.89a.97.97 0 0 0-.962.976v.788h-.412a.696.696 0 0 0-.691.663l-.298 5.33h13.086l-.298-5.33z" })); @@ -32447,21 +32469,21 @@ var MacKeynote_default = MacKeynote; // ../juno-icon/src/MacNumbersD.tsx import { - createElement as createElement434 + createElement as createElement435 } from "react"; -import { forwardRef as forwardRef415, memo as memo323 } from "react"; -var MacNumbersD = memo323(forwardRef415((props, ref2) => /* @__PURE__ */ createElement434("svg", { +import { forwardRef as forwardRef416, memo as memo324 } from "react"; +var MacNumbersD = memo324(forwardRef416((props, ref2) => /* @__PURE__ */ createElement435("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement434("path", { +}, /* @__PURE__ */ createElement435("path", { fill: "#2a3d27", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement434("path", { +}), /* @__PURE__ */ createElement435("path", { fill: "#54cb43", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 0 1-2.222 2.222H9.334a2.222 2.222 0 0 1-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333z" -}), /* @__PURE__ */ createElement434("path", { +}), /* @__PURE__ */ createElement435("path", { fill: "#f1f1f1", d: "M22.389 21v.556H9.611V21h12.778zm-3.333-10.556v10h-2.778v-10h2.778zm-6.667 8.334v1.667H9.611v-1.667h2.778zM15.722 16v4.444h-2.778V16h2.778zm6.667-2.778v7.222h-2.778v-7.222h2.778z" })))); @@ -32471,29 +32493,29 @@ var MacNumbersD_default = MacNumbersD; // ../juno-icon/src/MacNumbers.tsx import { - createElement as createElement435 + createElement as createElement436 } from "react"; -import { forwardRef as forwardRef416, memo as memo324 } from "react"; -var MacNumbers = memo324(forwardRef416((inProps, ref2) => { +import { forwardRef as forwardRef417, memo as memo325 } from "react"; +var MacNumbers = memo325(forwardRef417((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement435(MacNumbersD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement436(MacNumbersD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement435("svg", { + }) : /* @__PURE__ */ createElement436("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement435("path", { + }, /* @__PURE__ */ createElement436("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement435("path", { + }), /* @__PURE__ */ createElement436("path", { fill: "#54cb43", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement435("path", { + }), /* @__PURE__ */ createElement436("path", { fill: "#54cb43", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 0 1-2.222 2.222H9.334a2.222 2.222 0 0 1-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333zM22.389 21H9.611v.556h12.778V21zm-10-2.222H9.611v1.667h2.778v-1.667zM15.722 16h-2.778v4.444h2.778V16zm3.334-5.556h-2.778v10h2.778v-10zm3.333 2.778h-2.778v7.222h2.778v-7.222z" })); @@ -32504,21 +32526,21 @@ var MacNumbers_default = MacNumbers; // ../juno-icon/src/MacPagesD.tsx import { - createElement as createElement436 + createElement as createElement437 } from "react"; -import { forwardRef as forwardRef417, memo as memo325 } from "react"; -var MacPagesD = memo325(forwardRef417((props, ref2) => /* @__PURE__ */ createElement436("svg", { +import { forwardRef as forwardRef418, memo as memo326 } from "react"; +var MacPagesD = memo326(forwardRef418((props, ref2) => /* @__PURE__ */ createElement437("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement436("path", { +}, /* @__PURE__ */ createElement437("path", { fill: "#2f291e", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement436("path", { +}), /* @__PURE__ */ createElement437("path", { fill: "#ffbc31", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 0 0-.039.378l.038.004h13.726v1.263a2.222 2.222 0 0 1-2.222 2.222H9.333a2.222 2.222 0 0 1-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333z" -}), /* @__PURE__ */ createElement436("path", { +}), /* @__PURE__ */ createElement437("path", { fill: "#fff", d: "M24.889 21.022v.382L11.125 21.4a.19.19 0 0 1 .039-.378H24.89zM11.537 19.85l.401.395-.496.289-.038.016a.154.154 0 0 1-.19-.184l.02-.049.303-.466zm7.809-8.311.872.864-7.088 7.147c-.085.078-.176.15-.272.215l-.147.092-.627.325-.469-.466.344-.63.087-.127c.06-.083.124-.163.192-.239l.105-.111 7.002-7.07zm2.001-1.11a.61.61 0 0 1 .076.781l-.07.086-.982.99-.873-.864.982-.99.054-.048a.612.612 0 0 1 .814.045z" })))); @@ -32528,29 +32550,29 @@ var MacPagesD_default = MacPagesD; // ../juno-icon/src/MacPages.tsx import { - createElement as createElement437 + createElement as createElement438 } from "react"; -import { forwardRef as forwardRef418, memo as memo326 } from "react"; -var MacPages = memo326(forwardRef418((inProps, ref2) => { +import { forwardRef as forwardRef419, memo as memo327 } from "react"; +var MacPages = memo327(forwardRef419((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement437(MacPagesD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement438(MacPagesD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement437("svg", { + }) : /* @__PURE__ */ createElement438("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement437("path", { + }, /* @__PURE__ */ createElement438("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement437("path", { + }), /* @__PURE__ */ createElement438("path", { fill: "#ffbc31", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement437("path", { + }), /* @__PURE__ */ createElement438("path", { fill: "#ffbc31", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 0 0-.039.378l.038.004h13.726v1.263a2.222 2.222 0 0 1-2.222 2.222H9.333a2.222 2.222 0 0 1-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333zM11.537 19.85l-.303.466a.157.157 0 0 0 .022.194.154.154 0 0 0 .148.04l.038-.016.496-.289-.401-.395zm7.809-8.311-7.002 7.07a2.863 2.863 0 0 0-.298.351l-.087.127-.344.63.469.466.627-.325c.15-.087.291-.19.419-.308l.094-.091 6.994-7.057-.872-.864zm2.001-1.11a.612.612 0 0 0-.814-.045l-.054.048-.982.99.873.864.982-.99a.613.613 0 0 0-.005-.867z" })); @@ -32561,15 +32583,15 @@ var MacPages_default = MacPages; // ../juno-icon/src/Mailchimp.tsx import { - createElement as createElement438 + createElement as createElement439 } from "react"; -import { forwardRef as forwardRef419, memo as memo327 } from "react"; -var Mailchimp = memo327(forwardRef419((props, ref2) => /* @__PURE__ */ createElement438("svg", { +import { forwardRef as forwardRef420, memo as memo328 } from "react"; +var Mailchimp = memo328(forwardRef420((props, ref2) => /* @__PURE__ */ createElement439("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement438("path", { +}, /* @__PURE__ */ createElement439("path", { d: "M29.425 20.54a46.843 46.843 0 0 0-.133-.4 1.4 1.4 0 0 1-.067-.034l-.034-.134-.201-.166-.1-.133a5.164 5.164 0 0 1-.133-.034c-.011-.022-.022-.045-.034-.066h-.067v-.034h-.066v-.034h-.101l-.034-.066a3.862 3.862 0 0 0-.099.034l-.034-.1a1.4 1.4 0 0 1-.067-.034l-.034-.3h-.033v-.066h-.034v-.1h-.034v-.1h-.034v-.1h-.033v-.066h-.034v-.067h-.033v-.066h-.034v-.1h-.034a.275.275 0 0 1 .068-.134h.033l.034-.1.067-.033v-.067l.068-.033v-.066l.067-.034v-.1h.033v-.066l.068-.034v-.166h.034c.043-.146-.004-.438-.034-.533v-.133h-.034v-.067h-.034v-.1h-.033l-.034-.133-.067-.034v-.066a4.338 4.338 0 0 1-.1-.067v-.066h-.034l-.1-.134h-.067l-.1-.133a5.164 5.164 0 0 1-.133-.034v-.033h-.068v-.034c-.067-.022-.133-.045-.201-.066v-.034a16.91 16.91 0 0 1-.201-.034l-.235-.266h-.066l-.135-.166-.133-.034-.067-.1h-.067l-.034-.066a.62.62 0 0 0-.235-.1v-.066c-.148-.021-.146-.085-.3-.1 0 0-.006-.13-.034-.067v.034h-.034v-.066l-.167-.034c-.038-.098.006-.037-.1-.034v-.066l-.168-.034c0-.001.009-.119-.033-.066-.024.007.009.056-.034.034-.022-.012-.017-.079-.067-.067v.034h-.034v-.066c-.118-.013-.162-.048-.267-.067v-.066h-.1c-.007-.126-.043-.211-.068-.3-.02-.077.041-.092.034-.133h-.034v-.167h-.033c-.031-.107.044-.212.033-.266h-.033v-.133h-.033v-.367h-.034v-.4h-.034v-.166h-.034c-.021-.075.038-.149.034-.166h-.034v-.1h-.033v-.266h-.034v-.234h-.033l-.068-.366h-.034v-.134h-.033v-.1h-.034l-.033-.133h-.034c-.034-.1-.068-.2-.1-.3l-.067-.034-.068-.2h-.034c-.058-.074-.111-.12-.133-.233-.107-.029-.118-.086-.201-.134v-.066a5.164 5.164 0 0 1-.133-.034 15.711 15.711 0 0 0-.068-.2h-.034v-.066l-.066-.034-.068-.2-.068-.033v-.067l-.066-.033v-.067l-.067-.033v-.067h-.034c-.06-.073-.11-.12-.133-.233-.094-.023-.128-.061-.167-.134-.037-.037-.015.001-.034-.066.062-.05.16-.194.201-.266v-.067c.023-.011.045-.021.067-.033.011-.045.023-.089.033-.134l.068-.034.034-.1h.034v-.066l.066-.066v-.066h.034v-.067h.034v-.066h.034v-.066h.034v-.067h.033v-.066h.033v-.066h.034v-.067h.034v-.066h.034v-.1l.067-.034v-.1h.033v-.066h.034v-.1h.034l.034-.133h.033l.034-.2h.033v-.1h.034v-.1h.034v-.067h.034V6.25h.033l.033-.266.068-.034.068-.633h.033v-.133h.033v-.8h-.033c-.003-.045.055-.054.033-.133h-.033v-.134h-.033v-.2h-.034l-.034-.234h-.034l-.034-.166h-.033v-.066h-.033v-.1h-.034v-.066l-.068-.034c-.011-.045-.023-.089-.033-.134l-.067-.033a2.931 2.931 0 0 0-.034-.1h-.034l-.034-.1h-.067a.25.25 0 0 0-.2-.2v-.067c-.225-.061-.311-.275-.569-.299v-.067c-.014.016-.113.028-.167 0l-.034-.066h-.134v-.034h-.133l-.034-.066c-.039.007-.062.06-.133.034v-.034h-.068v-.034h-.334v-.033c-.163-.049-.653 0-.769.033l-.368-.033v.066l-.201.034c-.004-.001-.013-.049-.068-.034v.034h-.067v.033c-.072.023-.099-.044-.134-.033l-.034.066h-.2v.034h-.067v.033l-.067-.033c-.028.013.003.044-.099.066-.038-.037 0-.014-.068-.034v.067l-.268.033-.033.067-.1-.034-.034.066-.334.066v.067a2.931 2.931 0 0 1-.1-.034v.066l-.301.067-.034.066h-.067v.034l-.167.033-.034.067-.067-.034v.066c-.129.016-.139.055-.268.067v.066l-.234.066-.033.067-.135.033v.034l-.133.034-.034.066c-.034.022-.275.12-.334.1v-.034l-.1-.033v-.034h-.033v-.066c-.038-.043-.082-.002-.135-.034a1.353 1.353 0 0 0-.033-.066.654.654 0 0 0-.267-.167v-.066l-.435-.3V2.58c-.137-.019-.143-.074-.267-.1 0 0-.005-.13-.033-.066-.047.007.013.031-.034.033v-.066a1.84 1.84 0 0 1-.268-.066l-.033-.067a2.931 2.931 0 0 0-.1.034c-.011-.022-.022-.045-.034-.066h-.033v.033c-.051-.014-.054-.028-.134-.033v-.067c-.114.021-.175.046-.301 0v-.033c-.065-.023-.116-.013-.167-.034v.066l-.401-.033c-.079.022-.147.061-.268.066-.038-.098.006-.037-.1-.034v.067c-.082.006-.098.031-.134.033-.018-.012-.026-.061-.1-.033l-.033.066a6.573 6.573 0 0 1-.134-.034v.067l-.402.066-.033.066h-.1v.034l-.201.033-.033.067h-.1v.033a.71.71 0 0 1-.268.067s-.005.129-.033.066c-.046-.008.014-.032-.033-.034v.067c-.129.015-.138.054-.268.066v.066a6.573 6.573 0 0 0-.134.034l-.033.066-.134.034v.034l-.067-.034v.066h-.067v.034l-.134.066v-.033h-.033v.066c-.151.042-.152.146-.334.166v.066a.648.648 0 0 0-.234.1l-.067.1c-.051.031-.103-.013-.134.034v.066c-.274.073-.401.376-.669.433v.066c-.114.031-.086.071-.2.1v.066c-.103.03-.125.08-.201.134v.034h-.1c-.049.179-.217.196-.301.333h-.067c-.038.137-.101.128-.201.2l-.368.4h-.067l-.267.3a10.87 10.87 0 0 0-.167.134v.066l-.134.1c-.133.134-.341.338-.435.5h-.067c-.044.159-.198.291-.301.4l-.067.033v.066l-.234.2v.067h-.033c-.048.058-.078.08-.1.166h-.067a.606.606 0 0 1-.134.234c-.022.01-.045.021-.067.033v.067c-.022.01-.045.021-.067.033v.034a8.687 8.687 0 0 0-.1.066v.066l-.134.1v.067l-.067.033v.067l-.1.066v.066l-.1.067v.066l-.134.1v.066l-.067.034-.033.1h-.033v.066l-.067.034v.066l-.1.066v.067c-.023.011-.045.021-.067.033v.067c-.022.011-.045.021-.067.033v.067h-.034l-.033.1-.067.033v.067c-.034.021-.067.044-.1.066l-.034.133-.067.034v.066a1.4 1.4 0 0 0-.067.034v.066l-.067.034v.066l-.067.034-.067.2h-.033l-.033.1-.067.034v.066l-.067.034v.066l-.067.066v.066h-.034v.067l-.067.033v.067l-.067.066v.066h-.033v.067c-.022.011-.045.021-.067.033l-.033.134-.067.066v.067h-.033v.066h-.033v.066h-.034v.066h-.033v.067h-.033v.066h-.034v.066h-.033v.067l-.067.066v.066l-.067.034-.033.2h-.034l-.067.2h-.034v.066h-.033l-.033.166h-.034v.067h-.033l-.067.3h-.033l-.033.133h-.033l-.034.234h-.033v.1h-.033v.066h-.034l-.033.234h-.033v.133a1.4 1.4 0 0 0-.067.034v.166h-.033v.167h-.033v.199h-.034v.2h-.033v.1h-.033v.334c-.03.096-.076.693-.034.832h.034v.266h.033v.1h.033l-.033.1.067.034.033.234h.033l.067.2h.033v.066h.033l.034.133.067.034v.066l.067.034v.066h.033l.033.1c.121.033.14.112.235.167v.066c.092.023.122.064.201.1v.066c.121.012.142.026.167.134.101.014.108.021.167.066v.034h.067l.034.066h.067l.1.134h.067l.067.1h.067l.033.066.201.134c-.012.13-.065.258-.1.366v.133h-.033v.067h-.033v.033h.033v.034h-.033v.2h-.034v.533l-.033.433.067.034v.266h.033l.067.366h.034v.134h.033v.066h.033v.1h.034l.033.2h.033v.066l.067.034v.1h.033v.066h.034v.066l.067.034.067.2.067.034v.066h.034a.416.416 0 0 1 .1.2h.067c.045.178.214.291.334.4l.034.066h.067v.066h.034v.034h.067l.1.134h.067v.066c.101.015.107.021.167.066v.034l.134.034.067.1h.067l.033.066a1.4 1.4 0 0 0 .067-.034v.066c.104.022.149.058.267.067.038.098-.005.036.1.033v.067l.234.033.034.067.1-.034.033.066c.033-.011.067-.021.1-.033v.033h.067v.034h.234c.223.066.513.056.735.034.021.074.028.082.067.133h.033l.034.134.067.034v.066l.067.034.033.133.1.066.033.1h.034v.067h.033a.412.412 0 0 1 .1.2h.067a.556.556 0 0 0 .134.233l.067.034.034.1.1.066v.066l.134.1v.067l.134.1v.066h.067v.066h.033l.167.2.067.034c.046.062-.015.049.067.1v.066c.139.038.18.146.267.234l.301.266.1.134h.067v.033c.085.071.147.168.267.2v.067c.033.01.067.021.1.033l.1.134h.067l.1.133h.067l.067.1.1.034.033.066a.548.548 0 0 0 .234.134v.066l.134.034v.066c.156.022.155.102.301.134v.066c.229.033.306.22.535.266v.067c.075.01.088.002.134.033v.034h.067l.033.066.301.1.033.067.301.1.033.066h.067v.034c.056.01.112.021.167.033v.066l.301.067v.066l.435.1v.066c.034-.011.067-.021.1-.033l.034.066h.1l.033.034v.033c.033-.011.067-.021.1-.033v.066l.1-.034.033.067c.134.021.268.044.401.066l.034.066.1-.033v.033h.067v.034h.134v.034h.201l.033.066c.036.011.06-.058.134-.034v.034h.067v.034c.055.017.062-.033.067-.034h.034v.034h.099l.034.066.201-.034.034.067c.034.01.067.021.099.033v-.066c.134.013.204.057.302.1v-.066c.099.01.201.021.3.033v.066h.134v-.033l1.204.033c.355 0 .614-.029.937 0v-.066c.119-.001.181-.018.267-.033v.066h.034c-.005-.065.113-.048.167-.066v-.034c.138-.044.363-.007.468 0v-.066c.08-.007.102-.033.134-.034.02.012.004.052.067.034v-.034h.067v-.034c.077-.024.09.03.134.034l.033-.066h.168v-.034h.167c.011-.022.022-.045.034-.066l.201-.034.033.034.034-.067.401-.066v-.066l.235-.034.033-.066h.067v-.034l.101.034v-.067l.3-.066c.037-.098-.006-.037.101-.034v-.066c.227-.053.337-.224.601-.233v-.067c.162-.038.193-.147.369-.166v-.066h.133v-.067c.153-.042.195-.163.368-.2v-.066c.141-.025.151-.094.235-.166l.067.033v-.066h.033l.034-.066h.068v-.034c.09-.055.064.03.099-.1.114-.031.086-.071.201-.1v-.066c.116-.031.191-.128.268-.2l.034-.066h.066l.034-.067h.068c.034-.055.067-.11.099-.166h.068l.034-.066.099-.066v-.067l.067-.033v-.067l.133-.1c.13-.13.289-.292.368-.466h.068c.024-.112.073-.161.133-.233h.034l.034-.1.1-.067v-.066l.067-.034.034-.1h.034v-.066l.067-.034v-.066l.1-.066v-.067a.832.832 0 0 0 .067-.033l.034-.134.067-.033.034-.1h.034l.033-.134.1-.066v-.1l.068-.034c.01-.045.022-.089.033-.134l.067-.033v-.067l.068-.066v-.066h.033v-.066l.067-.034.034-.166.068-.034v-.066h.033v-.067h.034v-.1h.033v-.066l.068-.034v-.1h.034v-.066h.033l.067-.2h.034v-.1h.034v-.066h.034v-.1h.033c.011-.045.023-.089.033-.134h.034v-.1h.034l.034-.2c.023-.01.044-.021.067-.033v-.134h.033l.034-.2h.034v-.066h.034v-.134h.033v-.1h.034v-.066h.033v-.066l.068-.034v-.066h.034v-.1h.033v-.066h.034c.01-.045.022-.09.033-.134h.034v-.1h.034v-.134c.023-.011.045-.021.067-.033l-.033-.034c-.007-.182.143-.392.066-.633zM9.527 22.671H9.46v.034h-.067v.034h-.1v.033a6.573 6.573 0 0 0-.134.034v.034h-.1c-.286.114-.804.245-1.204.133l-.368-.033a4.285 4.285 0 0 1-1.104-.566l-.2-.234-.167-.134v-.066l-.1-.066v-.067l-.1-.066-.033-.133a1.4 1.4 0 0 1-.067-.034l-.033-.134H5.65l-.034-.133h-.033v-.1H5.55a6.573 6.573 0 0 0-.034-.134h-.033l-.033-.266c-.139-.411-.18-.991-.033-1.432v-.134h.033v-.134h.033v-.1h.033v-.1h.034v-.066h.033v-.1h.033l.034-.133h.033v-.067c.022-.011.045-.021.067-.033l.067-.2.1-.067v-.066l.1-.066v-.067l.134-.099.234-.267h.067l.067-.1h.067l.034-.066h.067c.011-.022.022-.045.034-.066h.067l.034-.067a3.27 3.27 0 0 0 .134-.033v-.034l.134-.034v-.033h.1v-.034h.1v-.034h.1v-.033h.1v-.034h.167c.451-.136 1.04-.044 1.405.1l.301.1.067.1.201.166v.067c.022.011.045.021.067.033.011.045.023.089.033.134h.034l.067.2h.034v.1c.093.23.202.512.2.832h.067l.201-.666h.033c.09.218.128.491.201.732.041.136-.009.376.067.467v.599h.033l.268-.466c.02-.066-.005-.028.033-.066.27 1.485-.614 2.614-1.438 3.131zm2.106-12.956v.066l-.201.166v.067l-.167.133v.067l-.201.166v.066l-.201.167v.066l-.1.066v.034l-.067.033v.067l-.2.166v.066l-.167.134v.066l-.168.134v.066l-.2.166v.067l-.167.133v.067l-.167.133v.067c-.023.011-.045.021-.067.033-.049.052-.079.121-.134.167v.033h-.034c.026-.116.086-.181.134-.266v-.066l.067-.034.067-.2.067-.034v-.066l.067-.066v-.067l.067-.033.033-.134.067-.033v-.067l.067-.033v-.067l.067-.033v-.067c.022-.011.045-.021.067-.033v-.067a.832.832 0 0 0 .067-.033v-.067h.033l.034-.1.067-.033v-.067c.034-.021.067-.044.1-.066v-.066a1.4 1.4 0 0 0 .067-.034v-.066l.134-.1v-.066l.1-.067v-.066l.1-.066v-.067l.1-.066v-.066l.134-.1v-.066l.134-.1.034-.1.067-.034v-.066a1.4 1.4 0 0 0 .067-.034v-.034c.022-.011.045-.021.067-.033v-.067l.134-.1v-.066l.167-.134v-.066l.167-.133v-.067l.201-.166v-.066l.234-.2v-.067l.301-.266v-.066l.602-.566v-.067l.268-.233.1-.134h.067l.034-.066.334-.3v-.066a.429.429 0 0 0-.201.1v.033h-.067l-.033.067h-.067l-.033.066h-.067l-.067.1h-.067l-.033.066h-.067l-.1.134h-.067l-.034.066h-.067l-.067.1h-.067l-.1.134-.1.033-.033.067h-.067l-.167.2h-.067l-.1.133h-.034l-.033.067h-.067l-.301.333h-.067l-.401.433c-.326.325-.661.62-.936.999l-.268.234v.066l-.201.166v.067l-.167.133v.067l-.134.1v.066l-.134.1v.066l-.134.1v.066l-.1.067-.033.1-.067.033v.067l-.1.066-.033.1a1.4 1.4 0 0 0-.067.034v.066l-.1.066v.067c-.022.01-.045.021-.067.033l-.034.1h-.033v.066l-.1.067v.066l-.067.034-.033.1h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.1h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.133-.1.067v.066h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.133-.067.034c-.011.045-.023.089-.033.134-.022.011-.045.021-.067.033-.011.045-.023.089-.033.134l-.067.034-.067.2c-.022.01-.045.021-.067.033v.067l-.067.066v.066h-.033v.066h-.033v.067l-.067.033v.067l-.067.066v.066h-.033v.067h-.033v.066H7.36v.066h-.033v.067h-.033v.066h-.033v.066h-.034v.067h-.033v.066h-.033v.1h-.034v.066h-.033v.066h-.033l-.034.134h-.033v.1h-.033a6.573 6.573 0 0 1-.034.134h-.033v.1h-.033v.066h-.033l-.034.166h-.033v.1h-.033v.066h-.034l-.067.3h-.034v.067H6.56v.133c-.058.158-.163.321-.167.534-.033.011-.067.021-.1.033v.034h-.067v.034h-.067l-.067.1h-.067l-.067.1h-.067l-.167.2h-.067l-.1.133-.067.034-.033.1-.201.166c-.063.088-.077.174-.168.233v.033c-.033-.011-.067-.021-.1-.033v-.034a2.931 2.931 0 0 1-.1-.034 4.012 4.012 0 0 1-.034-.066h-.067l-.067-.1h-.067l-.1-.134h-.067l-.1-.133h-.067l-.134-.166h-.067l-.067-.1-.167-.134v-.066l-.067-.034-.067-.2h-.033v-.1h-.034v-.1H3.65c-.046-.131-.122-.873-.067-1.066h.033v-.3h.033v-.2c.05-.165.113-.373.167-.533v-.134h.033v-.1h.033v-.1h.034v-.1h.033l.033-.2h.034v-.066h.033l.067-.3h.033l.033-.133h.033v-.1h.034v-.067h.033v-.1h.033l.067-.2h.033v-.066h.034v-.1l.067-.033.1-.3h.033v-.067h.034v-.066l.067-.066v-.067c.022-.01.045-.021.067-.033v-.067l.067-.066v-.066h.033v-.067h.033v-.066l.067-.066v-.066l.067-.034v-.066l.067-.067v-.066h.033v-.066a1.4 1.4 0 0 0 .067-.034v-.066h.033v-.067l.067-.033.033-.134a1.4 1.4 0 0 0 .067-.034v-.066h.033v-.066a1.4 1.4 0 0 0 .067-.034l.033-.1h.033l.034-.133.067-.034v-.066a1.4 1.4 0 0 0 .067-.034v-.066l.067-.034v-.066l.067-.034v-.066l.067-.034v-.066h.033l.033-.1a1.4 1.4 0 0 0 .067-.034v-.066l.1-.066V9.48c.023-.011.045-.021.067-.033V9.38l.1-.066.034-.1.067-.034v-.066l.067-.034v-.066l.134-.1v-.066l.1-.066v-.067l.134-.1v-.066l.134-.1v-.066l.134-.1v-.067l.167-.133v-.067l.234-.199V7.75l.234-.2v-.066h.033l.067-.1.301-.266v-.066l.368-.334c.281-.28.543-.563.87-.8l.234-.266h.067v-.034l.1-.066.067-.1h.067l.134-.166h.067l.033-.067.1-.033.1-.134h.067l.1-.133h.067l.033-.067h.067l.067-.1h.067l.067-.1h.067l.034-.066h.067l.067-.1h.067l.033-.066h.067l.033-.067c.045-.01.089-.022.134-.033l.033-.066h.067l.033-.067h.067l.033-.066h.067v-.034h.067l.034-.066h.067l.067-.066h.067v-.034h.067l.034-.066h.067l.067-.067h.067v-.033h.067v-.034h.067v-.034h.067v-.033l.201-.067v-.033h.1v-.033h.067v-.034h.1v-.033h.067V3.42l.201-.033v-.034h.1v-.034h.1v-.033h.1v-.034h.134v-.034h.201c.131-.039.502-.122.702-.066.045.012.206.067.301.034v-.034l.134-.034v-.033h.1v-.034l.201-.034v-.033c.145.04.114.105.201.166h.067v.034l.101.066.033.066h.067l.167.2h.068l.133.166h.068l.133.167h.067l.067.1.1.066v.034h.068v.033c.075.064.124.138.234.167v.033l.1-.033v-.034h.067c.011-.022.022-.045.034-.066l.2-.067.034-.066h.068l.067-.066h.067v-.034h.068l.034-.066h.066v-.034l.168-.034.033-.066h.068v-.034l.3-.1v-.033l.135-.034v-.034h.099v-.033l.134-.034v-.033h.1v-.034h.067v-.034h.1V3.28h.068v-.034l.201-.034v-.033h.099v-.034h.101v-.034h.099v-.033h.134c.202-.072.473-.169.736-.167v.034l-.201.034v.033h-.101v.034h-.099v.034h-.101v.033h-.099v.034h-.067v.034h-.099v.033h-.068v.034h-.1v.034l-.134.033v.034h-.099v.034l-.201.066v.033h-.068v.034h-.067v.034h-.067v.033h-.068v.034h-.067v.034h-.067l-.068.066h-.067l-.033.066-.201.067-.034.066-.201.066v.034c-.034.011-.068.022-.1.034a4.012 4.012 0 0 0-.034.066l-.134.034-.033.066h-.067l-.034.066h-.068l-.066.1h-.068a4.012 4.012 0 0 1-.034.066h-.067a3.481 3.481 0 0 1-.067.1h-.068l-.033.067h-.067l-.068.1h-.067a1.353 1.353 0 0 0-.033.066h-.068l-.068.1h-.066l-.034.066h-.068l-.034.067-.099.033-.067.1h-.067l-.067.1h-.068l-.067.1h-.067l-.068.1h-.066l-.101.134c-.034.011-.067.021-.099.033l-.034.067h-.068a5.712 5.712 0 0 0-.099.133h-.068l-.1.134h-.067l-.1.134h-.067l-.1.133h-.067l-.134.166h-.067l-.134.167h-.067l-.1.133h-.033l-.034.067h-.067l-.268.3h-.067l-.234.266-.569.532v.067l-.301.266v.066l-.267.233v.066l-.201.166v.067l-.234.199v.067h-.033a3.481 3.481 0 0 0-.067.1l-.1.066v.066l-.201.167v.066l-.234.2zm2.709.2-.033.066h-.067l-.067.1h-.067l-.067.1h-.067l-.067.1h-.067l-.1.134h-.067l-.134.166h-.067l-.167.2h-.067c-.112.121-.223.244-.334.366h-.067l-.234.266-.1.067v.066l-.334.3v.066a1.4 1.4 0 0 0-.067.034l-.1.133h-.033v.067h-.033c-.048.058-.076.08-.1.166h-.067l.167-.3h.033c.011-.034.023-.066.033-.1a1.4 1.4 0 0 0 .067-.034v-.066l.067-.034v-.066l.1-.066v-.067l.1-.066v-.066l.134-.1v-.066l.134-.1v-.067l.167-.133v-.067l.301-.266v-.066l.201-.166.268-.3h.067v-.034l.1-.066.167-.2h.067l.134-.166h.067l.1-.134h.067l.1-.134h.067l.067-.1h.067l.033-.066h.067l.067-.1h.067l.033-.066.1-.034v-.034h.067l.033-.066.1-.033v-.034h.067v-.034h.067l.033-.066c.061-.039.075-.001.134-.066.038-.029.005.004.033-.034h-.033c-.055-.041-.505.026-.636.034v-.067a.282.282 0 0 0 .134-.066v-.034h.067v-.033h.067l.033-.067h.067v-.033l.803-.334h.133v-.034h.067v-.033h.134c.118-.041.24-.096.402-.1v-.066c-.257-.051-.503-.106-.837-.1v-.067l.803-.266.401-.034c.403-.115.921-.043 1.338 0v-.066c-.033-.062-.48-.259-.602-.266v-.034a2.803 2.803 0 0 1 1.338.067h.167v.033c.118.043.191.015.268.1h.1c-.068-.148-.196-.32-.335-.4V6.75l.568.133v.034h.068v.034h.099v.033l.135.034v.034l.133.033v.034l.133.033c.096.051.127.119.268.134a.47.47 0 0 0-.167-.233v-.034c.221.022.385.137.535.233h.068l.033.067.134.033c.034.045.067.089.099.134h.068l.167.2.068.034v.066l.099.066c.056.08.063.172.134.234v.066c-.112-.066-.222-.134-.335-.2h-.099v-.033h-.101v-.034h-.099v-.034h-.101v-.033h-.167v-.034l-.769-.034c-.649 0-1.217.041-1.705.2l-.636.134v.033l-.602.167v.033h-.066v.034h-.101v.034l-.201.033v.034l-.133.034v.033h-.1v.034l-.134.034v.033l-.167.034v.034l-.201.066v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033h-.067v.034h-.068v.033h-.067l-.067.067h-.068l-.034.066c-.066.022-.133.045-.2.066l-.034.067-.201.066v.034c-.033.011-.067.021-.1.033l-.033.067-.134.033-.033.067h-.067l-.033.066h-.067l-.033.066h-.067v.034l-.1.034-.033.066h-.067l-.067.1h-.067zm14.147 11.192h-.034v.066h-.033l-.033.166h-.034v.067c-.023.01-.045.021-.068.033v.067a3.403 3.403 0 0 0-.099.066v.066h-.034l-.068.366h-.033v.1h-.034v.067h-.033l-.034.2h-.034v.066h-.034v.1h-.033l-.033.133h-.034v.067h-.034v.1l-.068.033v.067l-.066.066v.066h-.034v.067h-.034v.066l-.067.066v.067h-.034l-.033.1-.068.033-.034.134a4.208 4.208 0 0 1-.067.033v.067l-.067.033v.067a2.472 2.472 0 0 0-.1.066v.066l-.067.034v.066l-.068.034v.034c-.023.01-.044.021-.067.033v.067l-.134.1v.066l-.234.2v.066l-.168.134c-.099.11-.201.221-.3.333h-.068l-.201.234h-.067l-.1.133h-.067l-.034.067h-.033l-.034.066h-.068l-.033.066h-.067l-.068.1h-.067l-.033.067c-.034.011-.068.021-.101.033v.034l-.133.034a4.012 4.012 0 0 0-.034.066c-.034.011-.068.022-.1.034v.033l-.134.034-.033.066h-.067l-.068.067h-.067v.033h-.067v.034h-.068v.033h-.067v.034h-.067v.034c-.068.021-.134.044-.201.066v.034l-.201.033v.034a6.573 6.573 0 0 0-.134.034v.033l-.301.067v.033h-.067v.034h-.1v.034l-.267.033v.034h-.1v.034h-.134v.033h-.134v.034h-.167v.034h-.167v.033l-.401.034c-.291.084-.699.066-1.07.066h-.434v-.033h-.335v-.034h-.2v-.034h-.168v-.033h-.168v-.034h-.133v-.034h-.133v-.033h-.101v-.034h-.099v-.034h-.101v-.033l-.201-.034v-.034l-.201-.066v-.034h-.066v-.033h-.068v-.034a5.164 5.164 0 0 1-.133-.034 4.012 4.012 0 0 1-.034-.066h-.068l-.033-.066h-.067l-.068-.1h-.067l-.067-.1-.235-.2v-.066l-.133-.1v-.067c-.034-.021-.068-.044-.101-.066v-.066l-.067-.034v-.066l-.067-.034-.034-.134a.832.832 0 0 1-.067-.033c-.011-.045-.023-.089-.033-.134-.079-.143-.197-.286-.234-.466h-.101l-.066.534H16.5l-.133-.367h-.034l-.034-.2a3.496 3.496 0 0 1-.235-1.365l-.099.033-.068.2c-.076.14-.22.306-.235.5h-.066l-.168-.566-.067-.633c-.006-.135-.035-.425.033-.499v-.3h-.033l-.235.366h-.033c.001-.287-.078-.626 0-.9v-.366h.033v-.234h.034v-.133h.033v-.134h.033v-.133h.034l.067-.3h.034v-.067h.033v-.1h.033l.067-.2h.033l.034-.133a1.4 1.4 0 0 0 .067-.034l.067-.2h.034l.034-.1.067-.033v-.067l.067-.033v-.067c.034-.021.068-.044.101-.066v-.066l.133-.1v-.067l.167-.133v-.066l.068-.034.167-.2h.067v-.066a116.84 116.84 0 0 0-.335-.134v-.034h-.067v-.033h-.067l-.068-.067h-.066l-.034-.066h-.068l-.034-.066-.133-.034-.068-.1h-.066l-.034-.066h-.067c-.022-.014-.023-.045-.067-.066.032-.03.307-.064.369-.067-.095-.158-.276-.239-.402-.366l-.067-.1h-.033v-.066l-.201-.166v-.067l-.1-.066v-.066l-.067-.034v-.066a1.4 1.4 0 0 1-.067-.034c-.011-.034-.023-.066-.033-.1h-.034l-.033-.134h-.033l-.067-.2h-.033v-.099h-.033v-.067h-.034v-.1h-.033c-.011-.078-.023-.155-.033-.233h-.034v-.134c.167.098.295.317.502.366-.026-.138-.063-.335-.1-.466v-.433h-.033c-.029-.101.019-.25.033-.3v-.434h.033v-.233h.034v-.167h.033v-.133h.033l.034-.2h.033v-.067h.033v-.099h.033v-.067h.034l.067-.2c.022-.011.045-.021.067-.033v-.067c.023-.011.045-.021.067-.033v-.067l.1-.066v-.066l.301-.266.133-.167h.068l.034-.066.099-.034v-.033h.068l.033-.067h.067l.068-.066h.067v-.034h.067v-.033h.067v-.034l.602-.166h.3v-.034h.469v.034h.769v.033h.602v-.033h.334v-.034l.301-.034v-.033h.134v-.034h.099v-.034c.045-.01.09-.022.134-.033v-.034h.1v-.034h.068v-.033h.066l.034-.066.134-.034.033-.066h.068l.067-.1h.067l.101-.134h.067l.267-.3h.068l.099-.134c.045-.01.09-.021.134-.033v-.034l.201-.066v-.034h.134v-.033h.201v-.034c.087-.025.439.042.501.066v.034h.1l.034.066h.067l.034.066h.067l.1.134.067.034v.066l.066.034.034.1h.034l.234.599v.134h.033v.1h.034v.2h.033v.234h.034v.299h.034v.334h.034v.3h.033v.366h.034v.366h.033v.3h.034v.2h.034v.134h.034v.133h.033v.1h.033l.034.134.068.034c.034.044.067.089.099.133h.068l.067.067h.067v.033h.068v.034h.067v.033h.067v.034h.101v.034l.201.066v.034h.066v.033h.068v.034h.068v.034h.066v.033h.068v.034h.067v.034h.067v.033l.134.034.034.066.2.067v.033l.101.034.034.066h.066l.034.067h.068l.034.066.099.033.1.134h.067l.368.4.401.066.034.067h.067c.056.039.085.121.167.166l.034.166h.033a.559.559 0 0 1-.134.366 8.499 8.499 0 0 0-.099.067v.066l-.602.566-.268.3h-.067l-.167.2h-.067l-.101.133h-.066l-.068.1h-.068a8.687 8.687 0 0 1-.066.1h-.067l-.034.067h-.067v.033l-.1.034-.067.1-.134.034-.034.066a3.862 3.862 0 0 0-.099.034v.033h-.068v.034h-.067l-.033.066h-.067l-.068.067h-.066v.033h-.068l-.034.067-.201.066v.033h-.067v.034l-.2.066v.034h-.101v.034l-.133.033v.034h-.068v.034h-.099v.033l-.134.034v.034l-.301.066v.034h-.068v.033l-.334.067v.033h-.1v.034h-.1v.034h-.133v.033l-.268.034v.034h-.099v.033h-.168c-.205.064-.494.106-.703.166l-2.24.167v.033h-.068v.034h-.1l-.033.066h-.068l-.034.067h-.066l-.101.133a1.4 1.4 0 0 0-.067.034v.066l-.1.067-.068.199h-.033v.067h-.033v.133h-.034v.134h-.034v.666c.207.695.574 1.062 1.204 1.332h.099v.034h.101v.034h.133v.033h.167v.034h.167c.257.077.849.114 1.138.034l.669-.034v-.034h.201v-.033h.201v-.034h.167l1.171-.334v-.033h.068v-.034l.3-.066v-.034h.068v-.034l.167-.033v-.034l.201-.066v-.034h.067v-.033h.1v-.034c.068-.022.133-.045.201-.066v-.034h.067v-.034l.133-.033.034-.067h.067l.067-.066h.068v-.034h.067l.033-.066.201-.066v-.034l.101-.034.033-.066.134-.034v-.033a2.29 2.29 0 0 0 .099-.034l.034-.066h.068l.067-.1h.067c.011-.022.022-.045.034-.066h.067l.034-.067c.033-.011.067-.021.1-.033l.067-.1h.067l.134-.167h.067l.201-.233h.068c.067-.078.133-.156.201-.233l.067-.033v-.067l.201-.166v-.066l.1-.067a.95.95 0 0 0 .133-.3c-.126.035-.217.121-.3.2l-.034.067h-.068l-.099.133h-.067l-.067.1h-.067l-.101.134h-.066l-.068.1h-.068l-.033.066h-.067l-.068.1h-.067l-.033.066-.101.034v.034h-.067l-.033.066-.134.034-.033.066-.101.034v.033a6.484 6.484 0 0 0-.133.034 4.012 4.012 0 0 1-.034.066 5.164 5.164 0 0 0-.133.034 4.012 4.012 0 0 1-.034.066h-.068v.034h-.067l-.033.066h-.068l-.067.067h-.067v.033h-.068v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033l-.134.034v.034h-.067v.033h-.1v.034a5.164 5.164 0 0 0-.133.034v.033h-.101v.034h-.066v.034h-.101v.033h-.067v.034a14.05 14.05 0 0 0-.201.034v.033a14.05 14.05 0 0 0-.201.034v.034h-.067v.033h-.1v.034l-.369.066v.034l-1.203.233-.936.034c-.84 0-1.98-.212-2.006-.966 1.261.226 2.822.058 3.812-.3h.134v-.033h.1v-.034h.099v-.034h.101v-.033l.201-.034v-.034h.067v-.033h.1v-.034h.067v-.034h.1v-.033l.201-.067v-.033h.068v-.034l.167-.034.034-.066.2-.066.034-.067h.067v-.033c.034-.011.068-.022.1-.034v-.066c-.13.014-.207.066-.301.1l-.235.033v.034h-.066v.034h-.134v.033h-.1v.034l-.334.066v.034l-1.405.334h-.201c-.193.056-.469.076-.669.133h-.401c-.118.034-.774.078-.937.034v-.034l-.535-.033c-.122-.037-.238-.091-.401-.1.005-.331.196-.643.435-.733h.201v-.033h.869v-.034h.435v-.034h.268v-.033h.234v-.034h.201v-.034h.234v-.033h.168v-.034h.134v-.034c.099-.011.201-.021.3-.033v-.034l.301-.034v-.033h.1v-.034h.1v-.034c.089-.011.179-.021.267-.033v-.034h.068v-.034h.099v-.033l.235-.034v-.034h.068v-.033h.099v-.034h.068v-.033h.1v-.034h.1v-.034l.133-.033v-.034h.101v-.034h.066v-.033h.101v-.034c.067-.022.133-.045.201-.066v-.034h.067v-.034h.067v-.033h.068v-.034h.066v-.034h.068l.067-.066h.066c.011-.022.022-.045.034-.066h.068l.067-.067h.067v-.033h.068l.033-.067h.067v-.033h.068l.034-.067.133-.033c.011-.022.022-.045.034-.066h.067l.033-.067h.068l.034-.066h.067v-.034c.033-.011.067-.021.1-.033l.034-.067h.067l.033-.066.101-.034.067-.1h.067l.1-.133h.067l.167-.2h.068c.068-.078.133-.156.201-.233h.067l.034.134.067.033.034.167h.034c.011.066.023.133.033.2.119.3.21.672.201 1.099.249-.01.653-.107.803.067.121.029.177.107.2.233.054.061.073.327.034.434zM14.844 4.185c.114.048.212.096.368.1l-.267-.999h-.067c-.039.176-.229.536-.067.699a.523.523 0 0 0 .034.2zm-.602 1.699.201.233h.1l.067-.1c.088-.083.205-.122.267-.233.013-.021.052-.004.033-.067l-.435-.333-.033-.067h-.067l-.033-.066h-.033l-.034-.066h-.067l-.134-.166h-.067l-.134-.167h-.067a19.497 19.497 0 0 0-.134-.166h-.067l-.033-.066h-.033l-.034-.067h-.067a3.481 3.481 0 0 1-.067-.1h-.033a4.012 4.012 0 0 1-.034-.066h-.067l-.033-.066-.1-.066v-.034h-.067v-.034c-.049-.038-.059-.048-.134-.066l.1.732c.121.057.209.147.301.234l.034.066h.067l.201.234h.067l.033.066h.034l.167.2h.067l.201.234h.067zm1.906-1.033h.034l.033-.066c.123-.064.265-.082.301-.234-.131-.036-.12-.093-.201-.166a2.931 2.931 0 0 1-.1-.034l-.033-.066a.46.46 0 0 0-.234-.133c.015.149.127.59.201.666v.033zm-1.304.034h.067l.1.134c.034.01.067.021.1.033l.033.067c.079.073.22.205.335.233.1-.122.284-.163.368-.3h.033v-.033l-1.237-.367v.067c.033.011.067.021.1.033l.1.134zm7.291 9.326c.036.122-.008.256.068.334v.066c.064.099.372-.006.501.034.136.041.269.122.435.133a2.416 2.416 0 0 0-.167-.732v-.1h-.034v-.066h-.034a9.88 9.88 0 0 0-.034-.167c-.023-.01-.044-.021-.067-.033l-.033-.134a2.154 2.154 0 0 1-.068-.034 3.862 3.862 0 0 0-.034-.099l-.099-.034-.068-.1H22.3v.034c-.034.01-.067.021-.099.033-.07.086-.16.656-.101.866h.034zm-3.111 1.499.201.033v.034l.133.034v.033h.135v.034a.414.414 0 0 0 .167-.034.35.35 0 0 0-.101-.233h-.033v-.067l-.067-.066h-.068a4.2 4.2 0 0 1-.099-.134h-.068a4.012 4.012 0 0 1-.034-.066c-.33-.209-.748-.246-1.304-.233-.074.065-.197.028-.301.066v.034h-.1c-.236.119-.706.394-.769.666h-.034l.034.1c.238-.008.373-.097.535-.167h.101v-.033h.099v-.034l.235-.034v-.033h.133c.416-.133.867-.026 1.204.1zm4.013-.233h-.066l-.068.1h-.034v.066h-.033a.575.575 0 0 0-.034.4h.034c.034.079-.034.036.033.1.039.064.09.079.134.134.16-.013.301-.093.335-.234h.034v-.133h.033a.38.38 0 0 0-.067-.3c-.025-.094-.06-.096-.101-.167h-.201v.034zm-1.003 1.2v-.034l.134-.034c.015-.072.021-.094.067-.133-.007-.268-.107-.275-.201-.433-.151-.036-.414-.195-.568-.033-.048.029-.076.046-.1.1v.066h-.034c.024.236.144.281.235.433.114.024.293.127.468.067zm-3.511-.134h.099v-.034c.219-.069.758.091.903-.033h.033c-.072-.276-.619-.403-.97-.3l-.266.033-.034.067-.167.033-.068.1h-.067v.034l-.134.1c-.015.082-.032.122-.034.234a.959.959 0 0 0 .335-.1v-.034c.123-.022.245-.045.369-.066v-.034z" })))); Mailchimp.displayName = "Mailchimp"; @@ -32578,15 +32600,15 @@ var Mailchimp_default = Mailchimp; // ../juno-icon/src/MarkAsReadBorder.tsx import { - createElement as createElement439 + createElement as createElement440 } from "react"; -import { forwardRef as forwardRef420, memo as memo328 } from "react"; -var MarkAsReadBorder = memo328(forwardRef420((props, ref2) => /* @__PURE__ */ createElement439("svg", { +import { forwardRef as forwardRef421, memo as memo329 } from "react"; +var MarkAsReadBorder = memo329(forwardRef421((props, ref2) => /* @__PURE__ */ createElement440("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement439("path", { +}, /* @__PURE__ */ createElement440("path", { d: "M20 8a3 3 0 1 1 6 0 3 3 0 1 1-6 0zm3-5a5 5 0 0 0 0 10 5 5 0 0 0 0-10zM6 7a1 1 0 0 1 1-1h7a1 1 0 0 0 0-2H7a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h2v5a1 1 0 0 0 1.651.759L17.37 23H24a3 3 0 0 0 3-3v-3a1 1 0 0 0-2 0v3a1 1 0 0 1-1 1h-7a.996.996 0 0 0-.651.241l.001-.001L11 25.827V22a1 1 0 0 0-1-1H7a1 1 0 0 1-1-1V7z" })))); MarkAsReadBorder.displayName = "MarkAsReadBorder"; @@ -32595,15 +32617,15 @@ var MarkAsReadBorder_default = MarkAsReadBorder; // ../juno-icon/src/MarkReplyAsUnread.tsx import { - createElement as createElement440 + createElement as createElement441 } from "react"; -import { forwardRef as forwardRef421, memo as memo329 } from "react"; -var MarkReplyAsUnread = memo329(forwardRef421((props, ref2) => /* @__PURE__ */ createElement440("svg", { +import { forwardRef as forwardRef422, memo as memo330 } from "react"; +var MarkReplyAsUnread = memo330(forwardRef422((props, ref2) => /* @__PURE__ */ createElement441("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement440("path", { +}, /* @__PURE__ */ createElement441("path", { d: "M14.368 6.667c.455 0 .842.158 1.161.474.292.29.466.634.521 1.033l.012.11v4.249c0 .224.168.409.383.433l.047.003h.445c1.53 0 2.96.297 4.289.892 1.348.595 2.522 1.408 3.524 2.44s1.794 2.235 2.377 3.611c.55 1.317.841 2.708.872 4.174l.003.259v2.649c0 .52-.25.809-.751.864s-.815-.177-.942-.697a6.683 6.683 0 0 0-.847-2.119c-.401-.669-.883-1.241-1.448-1.715s-1.202-.86-1.912-1.157a6.25 6.25 0 0 0-2-.438l-.212-.008h-3.395a.432.432 0 0 0-.427.388l-.003.047v4.082c0 .242-.041.469-.123.683s-.205.404-.369.572c-.286.292-.63.457-1.032.495l-.102.007-.11.002a1.613 1.613 0 0 1-.882-.265l-.086-.06-.083-.067-8.769-9.035a1.592 1.592 0 0 1-.505-1.157 1.866 1.866 0 0 1 .331-1.124l.065-.089 8.769-9.007c.164-.167.351-.297.56-.39s.423-.139.642-.139zm-.307 2.476-7.973 8.189 7.973 8.216.003-3.494.011-.154a2.434 2.434 0 0 1 2.21-2.167l.206-.009 3.473.002.243.01c.921.05 1.804.243 2.664.59a9.392 9.392 0 0 1 2.735 1.743l.163.158-.069-.296a9.203 9.203 0 0 0-.258-.832l-.159-.406a9.644 9.644 0 0 0-1.97-2.998 9.134 9.134 0 0 0-2.906-2.008 8.277 8.277 0 0 0-3.007-.707l-.465-.011-.554-.003-.156-.012a2.433 2.433 0 0 1-2.156-2.216l-.008-.205V9.142zm10.606-6.476a4.667 4.667 0 1 1 0 9.334 4.667 4.667 0 0 1 0-9.334zm0 1.866a2.8 2.8 0 1 0 .001 5.601 2.8 2.8 0 0 0-.001-5.601z" })))); MarkReplyAsUnread.displayName = "MarkReplyAsUnread"; @@ -32612,18 +32634,18 @@ var MarkReplyAsUnread_default = MarkReplyAsUnread; // ../juno-icon/src/MarkerM.tsx import { - createElement as createElement441 + createElement as createElement442 } from "react"; -import { forwardRef as forwardRef422, memo as memo330 } from "react"; -var MarkerM = memo330(forwardRef422((props, ref2) => /* @__PURE__ */ createElement441("svg", { +import { forwardRef as forwardRef423, memo as memo331 } from "react"; +var MarkerM = memo331(forwardRef423((props, ref2) => /* @__PURE__ */ createElement442("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement441("path", { +}, /* @__PURE__ */ createElement442("path", { fill: "#fff", d: "m15.76 28.205.662-.632.675-.651c5.969-5.818 8.982-10.512 8.982-14.218 0-5.776-4.617-10.464-10.32-10.464S5.439 6.928 5.439 12.704c0 3.843 3.24 8.75 9.658 14.869l.662.632zm-8.4-15.501c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z" -}), /* @__PURE__ */ createElement441("path", { +}), /* @__PURE__ */ createElement442("path", { fill: "#ffd800", d: "M7.36 12.704c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z" })))); @@ -32633,18 +32655,18 @@ var MarkerM_default = MarkerM; // ../juno-icon/src/MarkerS.tsx import { - createElement as createElement442 + createElement as createElement443 } from "react"; -import { forwardRef as forwardRef423, memo as memo331 } from "react"; -var MarkerS = memo331(forwardRef423((props, ref2) => /* @__PURE__ */ createElement442("svg", { +import { forwardRef as forwardRef424, memo as memo332 } from "react"; +var MarkerS = memo332(forwardRef424((props, ref2) => /* @__PURE__ */ createElement443("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement442("path", { +}, /* @__PURE__ */ createElement443("path", { fill: "#fff", d: "m14.671 28.015 1.079 1.032.69-.658C23.125 22.015 26.5 16.904 26.5 12.9 26.5 6.884 21.691 2 15.75 2S5 6.883 5 12.9c0 3.925 3.244 8.914 9.671 15.115zM7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z" -}), /* @__PURE__ */ createElement442("path", { +}), /* @__PURE__ */ createElement443("path", { fill: "#4475fd", d: "M7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z" })))); @@ -32654,15 +32676,15 @@ var MarkerS_default = MarkerS; // ../juno-icon/src/MemberBorder.tsx import { - createElement as createElement443 + createElement as createElement444 } from "react"; -import { forwardRef as forwardRef424, memo as memo332 } from "react"; -var MemberBorder = memo332(forwardRef424((props, ref2) => /* @__PURE__ */ createElement443("svg", { +import { forwardRef as forwardRef425, memo as memo333 } from "react"; +var MemberBorder = memo333(forwardRef425((props, ref2) => /* @__PURE__ */ createElement444("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement443("path", { +}, /* @__PURE__ */ createElement444("path", { d: "M16 18c7.067 0 13 4.315 13 10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2c0-5.685 5.933-10 13-10zm0 2c-5.736 0-10.447 3.193-10.955 7.269-.063.503.17.731.567.731H26.53c.239 0 .48-.158.444-.551C26.585 23.288 21.82 20 16 20zm0-18a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 4z" })))); MemberBorder.displayName = "MemberBorder"; @@ -32671,15 +32693,15 @@ var MemberBorder_default = MemberBorder; // ../juno-icon/src/MentionBorder.tsx import { - createElement as createElement444 + createElement as createElement445 } from "react"; -import { forwardRef as forwardRef425, memo as memo333 } from "react"; -var MentionBorder = memo333(forwardRef425((props, ref2) => /* @__PURE__ */ createElement444("svg", { +import { forwardRef as forwardRef426, memo as memo334 } from "react"; +var MentionBorder = memo334(forwardRef426((props, ref2) => /* @__PURE__ */ createElement445("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement444("path", { +}, /* @__PURE__ */ createElement445("path", { d: "M2 16c0 8.366 6.205 14 14 14 2.107 0 4.113-.292 5.357-.698.876-.279 1.155-.736 1.155-1.206s-.368-.825-.838-.825c-.122 0-.276.016-.457.055l-.14.034c-1.549.381-2.882.635-4.672.635-6.944 0-12.223-4.745-12.223-11.918 0-6.868 5.063-12.083 11.791-12.083 5.954 0 12.007 4.007 12.007 10.596 0 3.847-2.371 6.599-4.466 6.599-1.396 0-2.184-.813-2.184-2.196v-8.607c0-.686-.381-1.104-1.028-1.104-.635 0-1.028.419-1.028 1.104v1.447h-.114c-.647-1.562-2.234-2.552-4.126-2.552-3.288 0-5.599 2.806-5.599 6.83 0 4.063 2.298 6.894 5.649 6.894 1.968 0 3.491-1.066 4.228-2.869h.114c.241 1.79 1.752 2.882 3.758 2.882 3.542 0 6.814-3.641 6.814-8.516 0-7.376-6.497-12.5-14-12.5-7.884 0-14 5.824-14 14zm13.313 5.25c-2.272 0-3.72-1.892-3.72-4.9 0-2.958 1.46-4.85 3.732-4.85 2.336 0 3.809 1.854 3.809 4.799 0 3.009-1.511 4.951-3.821 4.951z" })))); MentionBorder.displayName = "MentionBorder"; @@ -32688,15 +32710,15 @@ var MentionBorder_default = MentionBorder; // ../juno-icon/src/Mention.tsx import { - createElement as createElement445 + createElement as createElement446 } from "react"; -import { forwardRef as forwardRef426, memo as memo334 } from "react"; -var Mention = memo334(forwardRef426((props, ref2) => /* @__PURE__ */ createElement445("svg", { +import { forwardRef as forwardRef427, memo as memo335 } from "react"; +var Mention = memo335(forwardRef427((props, ref2) => /* @__PURE__ */ createElement446("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement445("path", { +}, /* @__PURE__ */ createElement446("path", { d: "M16 2c7.755 0 14 5.37 14 12.554 0 4.812-3.235 8.711-7.071 8.711-1.666 0-3.019-.715-3.692-1.915l-.1-.194-.03.046c-.807 1.176-2.027 1.895-3.489 2.027l-.261.017-.239.005c-3.525 0-5.948-2.964-5.948-7.147 0-4.133 2.424-7.086 5.899-7.086 1.279 0 2.439.429 3.296 1.179l.179.165.117.12.003-.051c.054-.746.51-1.276 1.199-1.39l.141-.017.147-.006c.856 0 1.426.564 1.486 1.412l.005.153v8.3c0 1.067.544 1.618 1.606 1.618 1.877 0 3.806-2.639 3.806-5.863 0-5.623-5.063-9.717-11.078-9.717-6.2 0-10.87 4.793-10.87 11.151 0 6.5 4.719 10.992 11.286 10.992 1.371 0 2.455-.143 3.965-.497l.569-.137a2.62 2.62 0 0 1 .546-.065 1.29 1.29 0 0 1 1.308 1.296c0 .753-.5 1.333-1.459 1.638-1.31.428-3.32.698-5.321.698-7.986 0-14-5.844-14-14 0-8.064 6.024-14 14-14zm-.556 10.346c-1.884 0-3.098 1.567-3.098 4.149 0 2.628 1.201 4.197 3.086 4.197 1.924 0 3.184-1.62 3.184-4.246 0-2.568-1.223-4.1-3.171-4.1z" })))); Mention.displayName = "Mention"; @@ -32705,15 +32727,15 @@ var Mention_default = Mention; // ../juno-icon/src/Merge.tsx import { - createElement as createElement446 + createElement as createElement447 } from "react"; -import { forwardRef as forwardRef427, memo as memo335 } from "react"; -var Merge = memo335(forwardRef427((props, ref2) => /* @__PURE__ */ createElement446("svg", { +import { forwardRef as forwardRef428, memo as memo336 } from "react"; +var Merge = memo336(forwardRef428((props, ref2) => /* @__PURE__ */ createElement447("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement446("path", { +}, /* @__PURE__ */ createElement447("path", { d: "M23.221 12.175c.312.457.108.828-.439.828h-5.074l.002.813c.008.593.036-.467-.015.708-.059 1.373.436 2.492 1.285 3.516.701.846 1.523 1.523 2.451 2.104.874.548 1.748 1.121 2.522 1.799 1.454 1.272 2.151 2.994 2.553 4.846.416 1.919.461 3.954.461 3.954a.482.482 0 0 1-.489.505h-2.432a.53.53 0 0 1-.514-.406l-.011-.087s-.03-1.06-.081-1.829c-.097-1.479-.27-1.465-.818-2.86a4.394 4.394 0 0 0-1.857-2.207c-.736-.449-1.474-.896-2.19-1.378-1.032-.696-1.871-1.595-2.576-2.659l-.092.094a.253.253 0 0 0-.033.042c-.848 1.289-1.978 2.272-3.285 3.062l-.824.505-.417.243c-1.212.676-1.901 1.739-2.264 3.051l-.238.867c-.268 1.005-.352 1.512-.38 2.753l-.006.326a.488.488 0 0 1-.496.474H5.495a.468.468 0 0 1-.471-.403l-.004-.089s.065-3.058.867-5.46c.64-1.919 1.848-3.386 3.534-4.467.436-.279.873-.557 1.323-.813 1.104-.63 1.956-1.527 2.687-2.55.53-.741.807-1.564.793-2.495l-.002-1.933H9.786c-.354 0-.463-.32-.357-.586l.022-.05 6.041-10.536c.254-.443.659-.472.938-.091l.738 1.209c2.41 3.898 6.051 9.198 6.051 9.198z" })))); Merge.displayName = "Merge"; @@ -32722,15 +32744,15 @@ var Merge_default = Merge; // ../juno-icon/src/MicBorder.tsx import { - createElement as createElement447 + createElement as createElement448 } from "react"; -import { forwardRef as forwardRef428, memo as memo336 } from "react"; -var MicBorder = memo336(forwardRef428((props, ref2) => /* @__PURE__ */ createElement447("svg", { +import { forwardRef as forwardRef429, memo as memo337 } from "react"; +var MicBorder = memo337(forwardRef429((props, ref2) => /* @__PURE__ */ createElement448("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement447("path", { +}, /* @__PURE__ */ createElement448("path", { d: "M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055A9 9 0 0 1 7 16v-3a1 1 0 0 1 2 0v3a7 7 0 1 0 14 0v-3a1 1 0 0 1 1-1zM16 2a5 5 0 0 1 5 5v9a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-3 3v9a3 3 0 1 0 6 0V7a3 3 0 0 0-3-3z" })))); MicBorder.displayName = "MicBorder"; @@ -32739,15 +32761,15 @@ var MicBorder_default = MicBorder; // ../juno-icon/src/MicOffBorder.tsx import { - createElement as createElement448 + createElement as createElement449 } from "react"; -import { forwardRef as forwardRef429, memo as memo337 } from "react"; -var MicOffBorder = memo337(forwardRef429((props, ref2) => /* @__PURE__ */ createElement448("svg", { +import { forwardRef as forwardRef430, memo as memo338 } from "react"; +var MicOffBorder = memo338(forwardRef430((props, ref2) => /* @__PURE__ */ createElement449("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement448("path", { +}, /* @__PURE__ */ createElement449("path", { d: "M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 23 16v-3a1 1 0 0 1 1-1zm5.435-8.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 13.828V16a5 5 0 0 1-6.827 4.656l1.661-1.66.165.004a3 3 0 0 0 3-3v-.172l2-2zM8 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 7 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-2 2V7a3 3 0 1 0-6 0v9l.005.167-1.66 1.662A4.978 4.978 0 0 1 11 16V7a5 5 0 0 1 5-5z" })))); MicOffBorder.displayName = "MicOffBorder"; @@ -32756,15 +32778,15 @@ var MicOffBorder_default = MicOffBorder; // ../juno-icon/src/MicOffSp.tsx import { - createElement as createElement449 + createElement as createElement450 } from "react"; -import { forwardRef as forwardRef430, memo as memo338 } from "react"; -var MicOffSp = memo338(forwardRef430((props, ref2) => /* @__PURE__ */ createElement449("svg", { +import { forwardRef as forwardRef431, memo as memo339 } from "react"; +var MicOffSp = memo339(forwardRef431((props, ref2) => /* @__PURE__ */ createElement450("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement449("path", { +}, /* @__PURE__ */ createElement450("path", { d: "m23.686 13.822 1.714.071c-.269 6.28-3.219 9.743-8.543 10.074v3.462h-1.714v-3.462c-1.819-.114-3.361-.593-4.614-1.425l1.504-1.129c1.088.581 2.411.873 3.967.873 4.862 0 7.447-2.848 7.686-8.464zm1.556-5.765.943 1.301L6.758 23.943l-.944-1.299L25.243 8.058zM14.489 19.568l6.572-4.934-.047.437c-.326 2.592-1.43 4.643-5.013 4.643a7.266 7.266 0 0 1-1.511-.146zm-6.175-5.746c.081 1.895.428 3.475 1.04 4.736l-1.41 1.058c-.794-1.524-1.247-3.437-1.345-5.723l1.714-.071zM16 5.143c3.59 0 4.692 2.06 5.015 4.659l-9.573 7.188c-.439-1.125-.556-2.495-.58-3.91l-.004-.876.01-.673.026-.665.013-.219.034-.433c.013-.143.029-.285.046-.425l.06-.415C11.44 6.981 12.611 5.145 16 5.145z" })))); MicOffSp.displayName = "MicOffSp"; @@ -32773,15 +32795,15 @@ var MicOffSp_default = MicOffSp; // ../juno-icon/src/MicOff.tsx import { - createElement as createElement450 + createElement as createElement451 } from "react"; -import { forwardRef as forwardRef431, memo as memo339 } from "react"; -var MicOff = memo339(forwardRef431((props, ref2) => /* @__PURE__ */ createElement450("svg", { +import { forwardRef as forwardRef432, memo as memo340 } from "react"; +var MicOff = memo340(forwardRef432((props, ref2) => /* @__PURE__ */ createElement451("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement450("path", { +}, /* @__PURE__ */ createElement451("path", { d: "M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 23 16v-3a1 1 0 0 1 1-1zm5.435-8.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 13.828V16a5 5 0 0 1-6.827 4.656L21 13.828zM8 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 7 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-9.655 9.656A4.978 4.978 0 0 1 11 15.999v-9a5 5 0 0 1 5-5z" })))); MicOff.displayName = "MicOff"; @@ -32790,15 +32812,15 @@ var MicOff_default = MicOff; // ../juno-icon/src/MicSp.tsx import { - createElement as createElement451 + createElement as createElement452 } from "react"; -import { forwardRef as forwardRef432, memo as memo340 } from "react"; -var MicSp = memo340(forwardRef432((props, ref2) => /* @__PURE__ */ createElement451("svg", { +import { forwardRef as forwardRef433, memo as memo341 } from "react"; +var MicSp = memo341(forwardRef433((props, ref2) => /* @__PURE__ */ createElement452("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement451("path", { +}, /* @__PURE__ */ createElement452("path", { d: "M16.857 23.967v3.462h-1.714v-3.462c-5.322-.333-8.274-3.794-8.543-10.074l1.714-.071c.239 5.616 2.824 8.464 7.686 8.464s7.447-2.848 7.686-8.464l1.714.071c-.269 6.28-3.219 9.743-8.543 10.074zm-6-11.538c0-3.686.398-7.286 5.143-7.286 4.746 0 5.143 3.6 5.143 7.286s-.397 7.286-5.143 7.286c-4.745 0-5.143-3.6-5.143-7.286z" })))); MicSp.displayName = "MicSp"; @@ -32807,15 +32829,15 @@ var MicSp_default = MicSp; // ../juno-icon/src/Mic.tsx import { - createElement as createElement452 + createElement as createElement453 } from "react"; -import { forwardRef as forwardRef433, memo as memo341 } from "react"; -var Mic = memo341(forwardRef433((props, ref2) => /* @__PURE__ */ createElement452("svg", { +import { forwardRef as forwardRef434, memo as memo342 } from "react"; +var Mic = memo342(forwardRef434((props, ref2) => /* @__PURE__ */ createElement453("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement452("path", { +}, /* @__PURE__ */ createElement453("path", { d: "M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055A9 9 0 0 1 7 16v-3a1 1 0 0 1 2 0v3a7 7 0 1 0 14 0v-3a1 1 0 0 1 1-1zM16 2a5 5 0 0 1 5 5v9a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5z" })))); Mic.displayName = "Mic"; @@ -32824,15 +32846,15 @@ var Mic_default = Mic; // ../juno-icon/src/MicrosoftLogoDisabled.tsx import { - createElement as createElement453 + createElement as createElement454 } from "react"; -import { forwardRef as forwardRef434, memo as memo342 } from "react"; -var MicrosoftLogoDisabled = memo342(forwardRef434((props, ref2) => /* @__PURE__ */ createElement453("svg", { +import { forwardRef as forwardRef435, memo as memo343 } from "react"; +var MicrosoftLogoDisabled = memo343(forwardRef435((props, ref2) => /* @__PURE__ */ createElement454("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement453("path", { +}, /* @__PURE__ */ createElement454("path", { d: "M15.403 15.403H4V4h11.403zM27.997 15.403H16.592V4h11.403v11.403zM15.403 28H4V16.597h11.403zM27.997 28H16.592V16.597h11.403V28z" })))); MicrosoftLogoDisabled.displayName = "MicrosoftLogoDisabled"; @@ -32841,24 +32863,24 @@ var MicrosoftLogoDisabled_default = MicrosoftLogoDisabled; // ../juno-icon/src/MicrosoftLogo.tsx import { - createElement as createElement454 + createElement as createElement455 } from "react"; -import { forwardRef as forwardRef435, memo as memo343 } from "react"; -var MicrosoftLogo = memo343(forwardRef435((props, ref2) => /* @__PURE__ */ createElement454("svg", { +import { forwardRef as forwardRef436, memo as memo344 } from "react"; +var MicrosoftLogo = memo344(forwardRef436((props, ref2) => /* @__PURE__ */ createElement455("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement454("path", { +}, /* @__PURE__ */ createElement455("path", { fill: "#f1511b", d: "M15.403 15.403H4V4h11.403z" -}), /* @__PURE__ */ createElement454("path", { +}), /* @__PURE__ */ createElement455("path", { fill: "#80cc28", d: "M27.997 15.403H16.592V4h11.403v11.403z" -}), /* @__PURE__ */ createElement454("path", { +}), /* @__PURE__ */ createElement455("path", { fill: "#00adef", d: "M15.403 28H4V16.597h11.403z" -}), /* @__PURE__ */ createElement454("path", { +}), /* @__PURE__ */ createElement455("path", { fill: "#fbbc09", d: "M27.997 28H16.592V16.597h11.403V28z" })))); @@ -32868,57 +32890,57 @@ var MicrosoftLogo_default = MicrosoftLogo; // ../juno-icon/src/MicrosoftOutlook2019.tsx import { - createElement as createElement455 + createElement as createElement456 } from "react"; -import { forwardRef as forwardRef436, memo as memo344 } from "react"; -var MicrosoftOutlook2019 = memo344(forwardRef436((props, ref2) => /* @__PURE__ */ createElement455("svg", { +import { forwardRef as forwardRef437, memo as memo345 } from "react"; +var MicrosoftOutlook2019 = memo345(forwardRef437((props, ref2) => /* @__PURE__ */ createElement456("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement455("path", { +}, /* @__PURE__ */ createElement456("path", { fill: "#1a237e", d: "m30.005 15.68-5.116-2.98v8.281h5.396v-4.813a.567.567 0 0 0-.281-.489z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#0c4999", d: "M23.085 5.029h6.461v-.791c0-.684-.554-1.237-1.236-1.237H11.476c-.683 0-1.237.554-1.237 1.237v.791h12.846z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#0f73d9", d: "M23.085 22.659h5.224c.683 0 1.237-.554 1.237-1.237v-4.876h-6.461v6.114z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#0f439d", d: "M10.24 16.546v4.876c0 .683.554 1.237 1.237 1.237h5.195v-6.113l-6.432-.001z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#2ecdfd", d: "M23.085 5.029h6.461v5.734h-6.461z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#1c5fb0", d: "M10.24 5.029h6.432v5.734H10.24z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#1467c7", d: "M16.671 16.546h6.414v6.113h-6.414z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#1690d5", d: "M16.671 5.029h6.414v5.734h-6.414z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#1bb4ff", d: "M23.085 10.762h6.461v5.783h-6.461z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#074daf", d: "M10.24 10.762h6.432v5.783H10.24z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#2076d4", d: "M16.671 10.762h6.414v5.783h-6.414z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#2ed0ff", d: "M9.886 28.714h19.193c.666 0 1.206-.54 1.206-1.206V16.17s-.021.47-1.251 1.155c-.929.517-19.646 11.079-19.646 11.079s.167.31.498.31z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#139fe2", d: "m29.056 28.712-18.993.002c-.666 0-1.206-.54-1.206-1.206V16.619l20.974 11.83c-.175.14-.397.263-.774.263z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#00488d", d: "M14.799 23H2.915a1.201 1.201 0 0 1-1.201-1.201V9.915c0-.663.538-1.201 1.201-1.201h11.884c.663 0 1.201.538 1.201 1.201v11.884c0 .663-.538 1.201-1.201 1.201z" -}), /* @__PURE__ */ createElement455("path", { +}), /* @__PURE__ */ createElement456("path", { fill: "#fff", d: "M8.796 12.096c-2.236 0-3.584 1.709-3.584 3.816s1.342 3.816 3.584 3.816 3.584-1.709 3.584-3.816-1.347-3.816-3.584-3.816zm0 6.344c-1.269 0-2.027-1.131-2.027-2.528s.762-2.528 2.027-2.528c1.265 0 2.028 1.132 2.028 2.528s-.76 2.528-2.028 2.528z" })))); @@ -32928,39 +32950,39 @@ var MicrosoftOutlook2019_default = MicrosoftOutlook2019; // ../juno-icon/src/MicrosoftTeams2019.tsx import { - createElement as createElement456 + createElement as createElement457 } from "react"; -import { forwardRef as forwardRef437, memo as memo345 } from "react"; -var MicrosoftTeams2019 = memo345(forwardRef437((props, ref2) => /* @__PURE__ */ createElement456("svg", { +import { forwardRef as forwardRef438, memo as memo346 } from "react"; +var MicrosoftTeams2019 = memo346(forwardRef438((props, ref2) => /* @__PURE__ */ createElement457("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement456("path", { +}, /* @__PURE__ */ createElement457("path", { fill: "#5059c9", d: "M31 14.526v5.895c0 2.442-2.014 4.421-4.5 4.421S22 22.863 22 20.421v-7.368h7.5c.829 0 1.5.659 1.5 1.474zm-4.5-4.421c1.657 0 3-1.32 3-2.947s-1.343-2.947-3-2.947-3 1.32-3 2.947 1.343 2.947 3 2.947z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#7b83eb", d: "M24.25 14.526v8.105c0 4.232-3.631 7.631-8 7.352-3.986-.253-7-3.681-7-7.605v-9.326h13.5c.829 0 1.5.659 1.5 1.474zm-7.5-3.684c2.486 0 4.5-1.979 4.5-4.421S19.236 2 16.75 2s-4.5 1.979-4.5 4.421 2.014 4.421 4.5 4.421z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#7b83eb", d: "M21.25 6.421c0 2.442-2.015 4.421-4.5 4.421s-4.5-1.979-4.5-4.421S14.265 2 16.75 2s4.5 1.979 4.5 4.421z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#000", opacity: 0.05, d: "M17.5 22.867v-9.814H9.25v9.326c0 1.13.257 2.216.708 3.2h4.78c1.525 0 2.761-1.214 2.761-2.712z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#000", opacity: 0.07, d: "M9.25 13.053v9.326c0 .855.151 1.683.415 2.463h4.993c1.293 0 2.341-1.029 2.341-2.3v-9.49h-7.75z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#000", opacity: 0.09, d: "M16.5 13.053H9.25v9.326c0 .591.076 1.167.206 1.726h5.124c1.06 0 1.92-.844 1.92-1.886v-9.166h.001z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#5961c3", d: "M14.5 23.369h-12c-.829 0-1.5-.659-1.5-1.474v-11.79c0-.814.671-1.474 1.5-1.474h12c.829 0 1.5.659 1.5 1.474v11.79c0 .814-.671 1.474-1.5 1.474z" -}), /* @__PURE__ */ createElement456("path", { +}), /* @__PURE__ */ createElement457("path", { fill: "#fff", d: "M11.551 12.315H5.449v1.267h2.285v6.101h1.531v-6.101h2.285z" })))); @@ -32970,15 +32992,15 @@ var MicrosoftTeams2019_default = MicrosoftTeams2019; // ../juno-icon/src/Minimize.tsx import { - createElement as createElement457 + createElement as createElement458 } from "react"; -import { forwardRef as forwardRef438, memo as memo346 } from "react"; -var Minimize = memo346(forwardRef438((props, ref2) => /* @__PURE__ */ createElement457("svg", { +import { forwardRef as forwardRef439, memo as memo347 } from "react"; +var Minimize = memo347(forwardRef439((props, ref2) => /* @__PURE__ */ createElement458("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement457("path", { +}, /* @__PURE__ */ createElement458("path", { d: "M5.333 18v-4h21.333v4z" })))); Minimize.displayName = "Minimize"; @@ -32987,15 +33009,15 @@ var Minimize_default = Minimize; // ../juno-icon/src/MissedCallDnd.tsx import { - createElement as createElement458 + createElement as createElement459 } from "react"; -import { forwardRef as forwardRef439, memo as memo347 } from "react"; -var MissedCallDnd = memo347(forwardRef439((props, ref2) => /* @__PURE__ */ createElement458("svg", { +import { forwardRef as forwardRef440, memo as memo348 } from "react"; +var MissedCallDnd = memo348(forwardRef440((props, ref2) => /* @__PURE__ */ createElement459("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement458("path", { +}, /* @__PURE__ */ createElement459("path", { d: "M8.791 3.353a3.627 3.627 0 0 0-2.133-.308c-.55.086-1.215.325-2.018.716-.788.383-1.395.75-1.828 1.11-.934.784-1.499 1.843-1.703 3.149-.212 1.235-.116 2.629.281 4.173.39 1.516 1.063 3.139 2.018 4.87.95 1.74 2.172 3.504 3.664 5.291a36.73 36.73 0 0 0 3.448 3.565l.431.391a24.3 24.3 0 0 0 3.044 2.327c1.176.753 2.331 1.332 3.466 1.737 1.163.415 2.283.625 3.356.625.662 0 1.272-.087 1.829-.264a4.481 4.481 0 0 0 1.516-.818l.161-.127c.383-.315.819-.767 1.295-1.343.552-.669.924-1.233 1.117-1.713l.087-.194c.209-.527.238-1.126.074-1.743-.182-.684-.571-1.275-1.157-1.757l-1.129-.938-.947-.804-.459-.399a73.401 73.401 0 0 1-1.865-1.697c-.482-.515-1.162-.834-1.965-.905a3.573 3.573 0 0 0-2.169.483 5.112 5.112 0 0 0-.617.477l-.049.045-.272.265-.254.263-.085.107-.08.079-.218.239a4.97 4.97 0 0 1-.312-.159c-.315-.175-.673-.439-1.068-.791a14.026 14.026 0 0 1-1.328-1.391 14.205 14.205 0 0 1-1.09-1.465 6.411 6.411 0 0 1-.602-1.154l-.098-.258a2.282 2.282 0 0 1-.083-.29c.043-.023.091-.045.144-.067l.045-.022.178-.098.171-.083a1.18 1.18 0 0 0 .218-.137 6.076 6.076 0 0 0 1.027-.705c.574-.578.886-1.201.977-1.9.093-.711-.072-1.392-.486-2.017a50.889 50.889 0 0 1-1.696-2.601 33.63 33.63 0 0 1-1.257-2.265 3.43 3.43 0 0 0-1.577-1.5zM6.966 5.022c.34-.053.657-.008.976.142l.12.063c.23.133.406.319.553.588.357.713.801 1.514 1.299 2.338.497.822 1.081 1.72 1.763 2.705a.87.87 0 0 1 .147.621l-.02.109a1.201 1.201 0 0 1-.289.528l-.049.052-.102.083-.175.127a4.017 4.017 0 0 1-.346.21l-.143.086-.05.036-.111.054-.178.098-.25.12a2.002 2.002 0 0 0-1.025 2.162c.056.281.153.573.292.913l.073.183c.172.406.404.833.691 1.286.335.527.75 1.085 1.243 1.674a16.124 16.124 0 0 0 1.531 1.601c.494.441.968.792 1.428 1.047.164.091.317.169.459.233a2 2 0 0 0 2.3-.472l.157-.172.159-.162.09-.104.036-.047.227-.231.16-.152.079-.069c.055-.046.117-.094.189-.145l.049-.035.119-.063c.253-.117.523-.161.827-.134.321.028.543.131.681.279l.088.088.624.582c.421.388.852.775 1.293 1.163l.471.41.817.695 1.295 1.078c.27.222.424.456.496.726.061.231.047.403-.017.53l-.106.236c-.122.252-.374.623-.765 1.097-.452.547-.838.937-1.112 1.142l-.155.12a2.565 2.565 0 0 1-.768.392 4.05 4.05 0 0 1-1.223.17c-.831 0-1.725-.167-2.684-.509-.984-.351-2.004-.862-3.059-1.538a22.88 22.88 0 0 1-3.194-2.502 34.87 34.87 0 0 1-3.283-3.393c-1.401-1.677-2.548-3.335-3.432-4.954-.883-1.601-1.492-3.07-1.836-4.41-.332-1.289-.407-2.403-.247-3.337.137-.878.47-1.496 1.018-1.956.282-.235.755-.522 1.416-.843.651-.317 1.137-.49 1.451-.538zM24 3l-.225.004A6 6 0 0 0 24 15l.225-.004A6 6 0 0 0 30 9l-.004-.225A6 6 0 0 0 24 3zm2.637 6.694h-5.275A.697.697 0 0 1 20.668 9a.697.697 0 0 1 .694-.694h5.275a.697.697 0 0 1 .694.694.697.697 0 0 1-.694.694z" })))); MissedCallDnd.displayName = "MissedCallDnd"; @@ -33004,15 +33026,15 @@ var MissedCallDnd_default = MissedCallDnd; // ../juno-icon/src/MissedcallBorder.tsx import { - createElement as createElement459 + createElement as createElement460 } from "react"; -import { forwardRef as forwardRef440, memo as memo348 } from "react"; -var MissedcallBorder = memo348(forwardRef440((props, ref2) => /* @__PURE__ */ createElement459("svg", { +import { forwardRef as forwardRef441, memo as memo349 } from "react"; +var MissedcallBorder = memo349(forwardRef441((props, ref2) => /* @__PURE__ */ createElement460("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement459("path", { +}, /* @__PURE__ */ createElement460("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm13.241-1.729 3.536 3.535 3.535-3.535a.999.999 0 1 1 1.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 1 1-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 1 1 1.414-1.414z" })))); MissedcallBorder.displayName = "MissedcallBorder"; @@ -33021,15 +33043,15 @@ var MissedcallBorder_default = MissedcallBorder; // ../juno-icon/src/Missedcall.tsx import { - createElement as createElement460 + createElement as createElement461 } from "react"; -import { forwardRef as forwardRef441, memo as memo349 } from "react"; -var Missedcall = memo349(forwardRef441((props, ref2) => /* @__PURE__ */ createElement460("svg", { +import { forwardRef as forwardRef442, memo as memo350 } from "react"; +var Missedcall = memo350(forwardRef442((props, ref2) => /* @__PURE__ */ createElement461("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement460("path", { +}, /* @__PURE__ */ createElement461("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm11.416-.06 3.536 3.535 3.535-3.535a.999.999 0 1 1 1.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 1 1-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 1 1 1.414-1.414z" })))); Missedcall.displayName = "Missedcall"; @@ -33038,15 +33060,15 @@ var Missedcall_default = Missedcall; // ../juno-icon/src/Mobile.tsx import { - createElement as createElement461 + createElement as createElement462 } from "react"; -import { forwardRef as forwardRef442, memo as memo350 } from "react"; -var Mobile = memo350(forwardRef442((props, ref2) => /* @__PURE__ */ createElement461("svg", { +import { forwardRef as forwardRef443, memo as memo351 } from "react"; +var Mobile = memo351(forwardRef443((props, ref2) => /* @__PURE__ */ createElement462("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement461("path", { +}, /* @__PURE__ */ createElement462("path", { d: "m9.571 2 12.857.013c1.358 0 2.478 1.044 2.566 2.366l.006.167v22.909c0 1.344-1.066 2.453-2.403 2.54l-.168.005H9.572c-1.358 0-2.478-1.056-2.566-2.379l-.005-.167V4.545c0-1.344 1.066-2.453 2.403-2.54L9.572 2zM22 4H10a1 1 0 0 0-.993.883L9 5v22a1 1 0 0 0 .883.993L10 28h12a1 1 0 0 0 .993-.883L23 27V5a1 1 0 0 0-.883-.993L22 4zm-4 20a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4z" })))); Mobile.displayName = "Mobile"; @@ -33055,15 +33077,15 @@ var Mobile_default = Mobile; // ../juno-icon/src/MonitorCall.tsx import { - createElement as createElement462 + createElement as createElement463 } from "react"; -import { forwardRef as forwardRef443, memo as memo351 } from "react"; -var MonitorCall = memo351(forwardRef443((props, ref2) => /* @__PURE__ */ createElement462("svg", { +import { forwardRef as forwardRef444, memo as memo352 } from "react"; +var MonitorCall = memo352(forwardRef444((props, ref2) => /* @__PURE__ */ createElement463("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement462("path", { +}, /* @__PURE__ */ createElement463("path", { d: "M17 24a3 3 0 1 1 0 6h-2a3 3 0 1 1 0-6h2zm1-22a8 8 0 0 1 8 8v1h1a3 3 0 0 1 2.995 2.824L30 14v4a3 3 0 0 1-3 3h-1v3a4 4 0 0 1-4 4h-2v-2.001L22 26a2 2 0 0 0 1.994-1.851L24 24V10a6 6 0 0 0-5.775-5.996L18 4h-4a6 6 0 0 0-5.996 5.775L8 10v11H5a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3h1v-1a8 8 0 0 1 8-8h4zm-1 24h-2a1 1 0 0 0-.117 1.993L15 28h2a1 1 0 0 0 .117-1.993L17 26zM6 13H5a1 1 0 0 0-.993.883L4 14v4a1 1 0 0 0 .883.993L5 19h1v-6zm21 0h-1v6h1l.117-.007A1 1 0 0 0 28 18v-4l-.007-.117A1 1 0 0 0 27 13z" })))); MonitorCall.displayName = "MonitorCall"; @@ -33072,15 +33094,15 @@ var MonitorCall_default = MonitorCall; // ../juno-icon/src/MoreHoriz.tsx import { - createElement as createElement463 + createElement as createElement464 } from "react"; -import { forwardRef as forwardRef444, memo as memo352 } from "react"; -var MoreHoriz = memo352(forwardRef444((props, ref2) => /* @__PURE__ */ createElement463("svg", { +import { forwardRef as forwardRef445, memo as memo353 } from "react"; +var MoreHoriz = memo353(forwardRef445((props, ref2) => /* @__PURE__ */ createElement464("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement463("path", { +}, /* @__PURE__ */ createElement464("path", { d: "M9 16a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm9.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm9.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z" })))); MoreHoriz.displayName = "MoreHoriz"; @@ -33089,15 +33111,15 @@ var MoreHoriz_default = MoreHoriz; // ../juno-icon/src/MoreVert.tsx import { - createElement as createElement464 + createElement as createElement465 } from "react"; -import { forwardRef as forwardRef445, memo as memo353 } from "react"; -var MoreVert = memo353(forwardRef445((props, ref2) => /* @__PURE__ */ createElement464("svg", { +import { forwardRef as forwardRef446, memo as memo354 } from "react"; +var MoreVert = memo354(forwardRef446((props, ref2) => /* @__PURE__ */ createElement465("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement464("path", { +}, /* @__PURE__ */ createElement465("path", { d: "M16 23a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0-9.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM16 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z" })))); MoreVert.displayName = "MoreVert"; @@ -33106,15 +33128,15 @@ var MoreVert_default = MoreVert; // ../juno-icon/src/MuteNotificationBorder.tsx import { - createElement as createElement465 + createElement as createElement466 } from "react"; -import { forwardRef as forwardRef446, memo as memo354 } from "react"; -var MuteNotificationBorder = memo354(forwardRef446((props, ref2) => /* @__PURE__ */ createElement465("svg", { +import { forwardRef as forwardRef447, memo as memo355 } from "react"; +var MuteNotificationBorder = memo355(forwardRef447((props, ref2) => /* @__PURE__ */ createElement466("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement465("path", { +}, /* @__PURE__ */ createElement466("path", { d: "M24.574 10.255c.277.865.426 1.787.426 2.745v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0H8.827L10.828 24h16.066l-2.195-2.805a8.001 8.001 0 0 1-1.7-4.93v-3.264c0-.369-.029-.732-.084-1.086l1.658-1.659zm4.861-6.276a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM18.829 26.001h-5.658a3 3 0 0 0 5.658 0zM16 2a1 1 0 0 1 1 1l.001 1.055a8.975 8.975 0 0 1 5.449 2.668l-1.414 1.415A7 7 0 0 0 9 13v3.264a7.995 7.995 0 0 1-1.7 4.93l-2.195 2.805h.067l-1.447 1.448a2.003 2.003 0 0 1-.195-2.681l2.195-2.805A6 6 0 0 0 7 16.263v-3.264a9 9 0 0 1 8-8.945V2.999a1 1 0 0 1 1-1z" })))); MuteNotificationBorder.displayName = "MuteNotificationBorder"; @@ -33123,15 +33145,15 @@ var MuteNotificationBorder_default = MuteNotificationBorder; // ../juno-icon/src/MuteNotification.tsx import { - createElement as createElement466 + createElement as createElement467 } from "react"; -import { forwardRef as forwardRef447, memo as memo355 } from "react"; -var MuteNotification = memo355(forwardRef447((props, ref2) => /* @__PURE__ */ createElement466("svg", { +import { forwardRef as forwardRef448, memo as memo356 } from "react"; +var MuteNotification = memo356(forwardRef448((props, ref2) => /* @__PURE__ */ createElement467("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement466("path", { +}, /* @__PURE__ */ createElement467("path", { d: "M25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0H8.827l15.746-15.746c.277.865.426 1.787.426 2.745zm4.435-9.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM18.829 26.001h-5.658a3 3 0 0 0 5.658 0zM16 2a1 1 0 0 1 1 1l.001 1.055a8.975 8.975 0 0 1 5.449 2.668L3.725 25.448a2.003 2.003 0 0 1-.195-2.681l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1z" })))); MuteNotification.displayName = "MuteNotification"; @@ -33140,15 +33162,15 @@ var MuteNotification_default = MuteNotification; // ../juno-icon/src/NewAction.tsx import { - createElement as createElement467 + createElement as createElement468 } from "react"; -import { forwardRef as forwardRef448, memo as memo356 } from "react"; -var NewAction = memo356(forwardRef448((props, ref2) => /* @__PURE__ */ createElement467("svg", { +import { forwardRef as forwardRef449, memo as memo357 } from "react"; +var NewAction = memo357(forwardRef449((props, ref2) => /* @__PURE__ */ createElement468("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement467("path", { +}, /* @__PURE__ */ createElement468("path", { d: "M16 3a1.5 1.5 0 0 1 1.5 1.5v10h10a1.5 1.5 0 0 1 0 3H17.499l.001 10a1.5 1.5 0 0 1-3 0l-.001-10H4.5a1.5 1.5 0 0 1 0-3h10v-10A1.5 1.5 0 0 1 16 3z" })))); NewAction.displayName = "NewAction"; @@ -33157,15 +33179,15 @@ var NewAction_default = NewAction; // ../juno-icon/src/NewFax.tsx import { - createElement as createElement468 + createElement as createElement469 } from "react"; -import { forwardRef as forwardRef449, memo as memo357 } from "react"; -var NewFax = memo357(forwardRef449((props, ref2) => /* @__PURE__ */ createElement468("svg", { +import { forwardRef as forwardRef450, memo as memo358 } from "react"; +var NewFax = memo358(forwardRef450((props, ref2) => /* @__PURE__ */ createElement469("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement468("path", { +}, /* @__PURE__ */ createElement469("path", { d: "M22.999 18a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001l.001 4a1 1 0 0 1-2 0l-.001-4h-3.999a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM29 3a1 1 0 0 1 0 2h-2v12a1 1 0 0 1-2 0V5H7v21a1 1 0 0 0 1 1h8a1 1 0 0 1 0 2H7a2 2 0 0 1-2-2V5H3a1 1 0 0 1 0-2h26zm-8 11a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10zm0-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z" })))); NewFax.displayName = "NewFax"; @@ -33174,15 +33196,15 @@ var NewFax_default = NewFax; // ../juno-icon/src/NewFile.tsx import { - createElement as createElement469 + createElement as createElement470 } from "react"; -import { forwardRef as forwardRef450, memo as memo358 } from "react"; -var NewFile = memo358(forwardRef450((props, ref2) => /* @__PURE__ */ createElement469("svg", { +import { forwardRef as forwardRef451, memo as memo359 } from "react"; +var NewFile = memo359(forwardRef451((props, ref2) => /* @__PURE__ */ createElement470("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement469("path", { +}, /* @__PURE__ */ createElement470("path", { d: "M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM11.821 3a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2l.001 9.71a8.05 8.05 0 0 0-2-1.639L28 13H4v11a1 1 0 0 0 1 1h11.252c.183.71.46 1.382.819 2.001L4 27a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.821zm-.866 2H5a1 1 0 0 0-1 1v5h24V9a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 5z" })))); NewFile.displayName = "NewFile"; @@ -33191,15 +33213,15 @@ var NewFile_default = NewFile; // ../juno-icon/src/NewNote.tsx import { - createElement as createElement470 + createElement as createElement471 } from "react"; -import { forwardRef as forwardRef451, memo as memo359 } from "react"; -var NewNote = memo359(forwardRef451((props, ref2) => /* @__PURE__ */ createElement470("svg", { +import { forwardRef as forwardRef452, memo as memo360 } from "react"; +var NewNote = memo360(forwardRef452((props, ref2) => /* @__PURE__ */ createElement471("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement470("path", { +}, /* @__PURE__ */ createElement471("path", { d: "M15.999 2c6.525 0 11.834 5.209 11.996 11.695l.004.305v3a1 1 0 0 1-1.993.117L25.999 17v-3c0-5.429-4.327-9.848-9.72-9.996L15.999 4H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h8.999a1 1 0 0 1 .117 1.993l-.117.007H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.999zm7 16a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001l.001 4a1 1 0 0 1-2 0l-.001-4h-3.999a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-7-1 .117.007a1 1 0 0 1 0 1.986l-.117.007h-4.997l-.117-.007a1 1 0 0 1 0-1.986l.117-.007h4.997zm5-6 .117.007a1 1 0 0 1 0 1.986l-.117.007-10.113-.007a1 1 0 0 1 0-1.986l.117-.007H21z" })))); NewNote.displayName = "NewNote"; @@ -33208,15 +33230,15 @@ var NewNote_default = NewNote; // ../juno-icon/src/Nickname.tsx import { - createElement as createElement471 + createElement as createElement472 } from "react"; -import { forwardRef as forwardRef452, memo as memo360 } from "react"; -var Nickname = memo360(forwardRef452((props, ref2) => /* @__PURE__ */ createElement471("svg", { +import { forwardRef as forwardRef453, memo as memo361 } from "react"; +var Nickname = memo361(forwardRef453((props, ref2) => /* @__PURE__ */ createElement472("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement471("path", { +}, /* @__PURE__ */ createElement472("path", { d: "M13 17c1.722 0 3.365.324 4.831.907a8.026 8.026 0 0 0-1.09 1.726A11.152 11.152 0 0 0 13 19.001c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l12.029.001a8.01 8.01 0 0 0 1.173 2l-13.755-.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm16 9a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zm-4-4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm4-4a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); Nickname.displayName = "Nickname"; @@ -33225,15 +33247,15 @@ var Nickname_default = Nickname; // ../juno-icon/src/NoAudioSp.tsx import { - createElement as createElement472 + createElement as createElement473 } from "react"; -import { forwardRef as forwardRef453, memo as memo361 } from "react"; -var NoAudioSp = memo361(forwardRef453((props, ref2) => /* @__PURE__ */ createElement472("svg", { +import { forwardRef as forwardRef454, memo as memo362 } from "react"; +var NoAudioSp = memo362(forwardRef454((props, ref2) => /* @__PURE__ */ createElement473("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement472("path", { +}, /* @__PURE__ */ createElement473("path", { d: "M18.286 5.138v21.808l-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.06-1.077-1.319-2.482-1.377-3.496l-.013-.341-.001-.435.002-.121.002-.745-.005-.632.008-.341c.042-1.015.272-2.427 1.36-3.534.958-.971 2.381-1.486 4.231-1.529l6.835-4.552zm8.505 6.291 1.7 1.7L25.7 16l2.871 2.791-1.7 1.7L24 17.7l-2.791 2.871-1.78-1.78L22.3 16l-2.871-2.791 1.78-1.78L24 14.3l2.791-2.871z" })))); NoAudioSp.displayName = "NoAudioSp"; @@ -33242,15 +33264,15 @@ var NoAudioSp_default = NoAudioSp; // ../juno-icon/src/NoAudio.tsx import { - createElement as createElement473 + createElement as createElement474 } from "react"; -import { forwardRef as forwardRef454, memo as memo362 } from "react"; -var NoAudio = memo362(forwardRef454((props, ref2) => /* @__PURE__ */ createElement473("svg", { +import { forwardRef as forwardRef455, memo as memo363 } from "react"; +var NoAudio = memo363(forwardRef455((props, ref2) => /* @__PURE__ */ createElement474("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement473("path", { +}, /* @__PURE__ */ createElement474("path", { d: "M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0zm4.693 7.223 2.83 2.828 2.827-2.828a.999.999 0 1 1 1.414 1.414l-2.827 2.828 2.827 2.828a.999.999 0 1 1-1.414 1.414l-2.827-2.828-2.83 2.828a.999.999 0 1 1-1.414-1.414l2.83-2.828-2.83-2.828a.999.999 0 1 1 1.414-1.414z" })))); NoAudio.displayName = "NoAudio"; @@ -33259,19 +33281,19 @@ var NoAudio_default = NoAudio; // ../juno-icon/src/NoConnection.tsx import { - createElement as createElement474 + createElement as createElement475 } from "react"; -import { forwardRef as forwardRef455, memo as memo363 } from "react"; -var NoConnection = memo363(forwardRef455((props, ref2) => /* @__PURE__ */ createElement474("svg", { +import { forwardRef as forwardRef456, memo as memo364 } from "react"; +var NoConnection = memo364(forwardRef456((props, ref2) => /* @__PURE__ */ createElement475("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement474("path", { +}, /* @__PURE__ */ createElement475("path", { fill: "#000", opacity: 0.32, d: "M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-8.634l2.191 2.165a1.593 1.593 0 0 0 2.257 0l1.069-1.058.092-.103.098-.136c.456-.695.372-1.634-.218-2.218l-2.039-2.017h.551zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2zm8.026-6 2.759 2.727a.769.769 0 0 1 .053 1.005l-.025.031-1.068 1.058a.593.593 0 0 1-.851 0l-2.893-2.86.005-.109a2.001 2.001 0 0 1 1.838-1.845l.183-.006z" -}), /* @__PURE__ */ createElement474("path", { +}), /* @__PURE__ */ createElement475("path", { fill: "#f54c3d", d: "m11 10.018 4.893-4.838a.59.59 0 0 1 .774-.065l.076.065 1.041 1.029a.774.774 0 0 1 .061.995l-.061.069L13.003 12l4.781 4.728a.769.769 0 0 1 .053 1.005l-.025.031-1.068 1.058a.593.593 0 0 1-.851 0L11 13.983l-4.894 4.839a.59.59 0 0 1-.774.065l-.076-.065-1.041-1.029a.774.774 0 0 1-.061-.995l.061-.069 4.78-4.728-4.78-4.727a.769.769 0 0 1-.053-1.005l.053-.059 1.041-1.029a.593.593 0 0 1 .851 0L11 10.019z" })))); @@ -33281,15 +33303,15 @@ var NoConnection_default = NoConnection; // ../juno-icon/src/NonEdit.tsx import { - createElement as createElement475 + createElement as createElement476 } from "react"; -import { forwardRef as forwardRef456, memo as memo364 } from "react"; -var NonEdit = memo364(forwardRef456((props, ref2) => /* @__PURE__ */ createElement475("svg", { +import { forwardRef as forwardRef457, memo as memo365 } from "react"; +var NonEdit = memo365(forwardRef457((props, ref2) => /* @__PURE__ */ createElement476("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement475("path", { +}, /* @__PURE__ */ createElement476("path", { d: "M2.565 3.979a1 1 0 0 1 1.32-.083l.094.083 24.042 24.042a.999.999 0 0 1-1.32 1.497l-.094-.083L2.565 5.393a.999.999 0 0 1 0-1.414zm9.197 10.611 1.414 1.414-6.579 6.58 2.828 2.828 6.579-6.579 1.414 1.414-6.659 6.659c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022l6.658-6.659zM28.01 4a4 4 0 0 1 0 5.657l-7.763 7.762-1.414-1.414 4.935-4.934-2.828-2.828-4.935 4.934-1.414-1.414 7.762-7.762a4 4 0 0 1 5.657 0zm-4.243 1.414-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 1 0-2.828-2.828z" })))); NonEdit.displayName = "NonEdit"; @@ -33298,15 +33320,15 @@ var NonEdit_default = NonEdit; // ../juno-icon/src/NoteBorder.tsx import { - createElement as createElement476 + createElement as createElement477 } from "react"; -import { forwardRef as forwardRef457, memo as memo365 } from "react"; -var NoteBorder = memo365(forwardRef457((props, ref2) => /* @__PURE__ */ createElement476("svg", { +import { forwardRef as forwardRef458, memo as memo366 } from "react"; +var NoteBorder = memo366(forwardRef458((props, ref2) => /* @__PURE__ */ createElement477("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement476("path", { +}, /* @__PURE__ */ createElement477("path", { d: "M16 2c6.627 0 12 5.373 12 12v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10zm0 2H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V14c0-5.523-4.477-10-10-10zm2 14a1 1 0 0 1 0 2h-7a1 1 0 0 1 0-2h7zm3-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z" })))); NoteBorder.displayName = "NoteBorder"; @@ -33315,15 +33337,15 @@ var NoteBorder_default = NoteBorder; // ../juno-icon/src/Note.tsx import { - createElement as createElement477 + createElement as createElement478 } from "react"; -import { forwardRef as forwardRef458, memo as memo366 } from "react"; -var Note = memo366(forwardRef458((props, ref2) => /* @__PURE__ */ createElement477("svg", { +import { forwardRef as forwardRef459, memo as memo367 } from "react"; +var Note = memo367(forwardRef459((props, ref2) => /* @__PURE__ */ createElement478("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement477("path", { +}, /* @__PURE__ */ createElement478("path", { d: "M16 2c6.627 0 12 5.373 12 12v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10zm2 16h-7a1 1 0 0 0-.117 1.993L11 20h7a1 1 0 0 0 .117-1.993L18 18zm3-6H11a1 1 0 0 0-.117 1.993L11 14h10a1 1 0 0 0 .117-1.993L21 12z" })))); Note.displayName = "Note"; @@ -33332,15 +33354,15 @@ var Note_default = Note; // ../juno-icon/src/Notes.tsx import { - createElement as createElement478 + createElement as createElement479 } from "react"; -import { forwardRef as forwardRef459, memo as memo367 } from "react"; -var Notes = memo367(forwardRef459((props, ref2) => /* @__PURE__ */ createElement478("svg", { +import { forwardRef as forwardRef460, memo as memo368 } from "react"; +var Notes = memo368(forwardRef460((props, ref2) => /* @__PURE__ */ createElement479("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement478("path", { +}, /* @__PURE__ */ createElement479("path", { d: "M9.406 2.001c.328 0 .593.266.593.593l-.001.829h3.915l.001-.83c0-.328.266-.593.593-.593h.83c.328 0 .593.266.593.593l-.001.83h3.915l.001-.83c0-.328.266-.593.593-.593h.83c.328 0 .593.266.593.593l-.001.83h.599c2.334 0 4.247 1.813 4.368 4.087l.006.229v6.27c0 .695-.569 1.258-1.272 1.258a1.266 1.266 0 0 1-1.271-1.258v-6.27c0-.993-.821-1.802-1.832-1.802h-.598l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69h-3.915l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69H9.998l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69h-.607c-.954 0-1.739.723-1.823 1.638l-.008.164v17.944c0 .993.821 1.802 1.832 1.802h5.831c.702 0 1.272.562 1.272 1.258 0 .694-.569 1.256-1.272 1.256H7.375c-2.412 0-4.374-1.935-4.374-4.316V7.739c0-2.38 1.962-4.315 4.374-4.315l.607-.001.001-.83c0-.328.266-.593.593-.593h.83v.001zm14.638 16.422a3.137 3.137 0 0 1 4.386 0 3.032 3.032 0 0 1 0 4.326l-5.666 5.576a1.047 1.047 0 0 1-.454.261l-4.174 1.139a1.048 1.048 0 0 1-1.017-.27 1.007 1.007 0 0 1-.249-1.008l1.236-4.012c.05-.161.139-.308.26-.426l5.678-5.584zm-.201 3.079-3.832 3.769-.615 1.993 2.1-.572 3.808-3.749-1.462-1.441zm-8.149-.637c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593v-1.186c0-.328.266-.593.593-.593h7.118zm5.339-5.339c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593v-1.186c0-.328.266-.593.593-.593h12.457zm0-5.339c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593V10.78c0-.328.266-.593.593-.593h12.457z" })))); Notes.displayName = "Notes"; @@ -33349,15 +33371,15 @@ var Notes_default = Notes; // ../juno-icon/src/NotificationBorder.tsx import { - createElement as createElement479 + createElement as createElement480 } from "react"; -import { forwardRef as forwardRef460, memo as memo368 } from "react"; -var NotificationBorder = memo368(forwardRef460((props, ref2) => /* @__PURE__ */ createElement479("svg", { +import { forwardRef as forwardRef461, memo as memo369 } from "react"; +var NotificationBorder = memo369(forwardRef461((props, ref2) => /* @__PURE__ */ createElement480("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement479("path", { +}, /* @__PURE__ */ createElement480("path", { d: "M16 2a1 1 0 0 1 1 1l.001 1.055A9.001 9.001 0 0 1 25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0L5.105 26a2 2 0 0 1-1.575-3.233l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1zm2.829 24.001h-5.658a3 3 0 0 0 5.658 0zM16 6a7 7 0 0 0-7 7v3.264a7.995 7.995 0 0 1-1.7 4.93l-2.195 2.805h21.79L24.7 21.194a8.001 8.001 0 0 1-1.7-4.93V13a7 7 0 0 0-7-7z" })))); NotificationBorder.displayName = "NotificationBorder"; @@ -33366,15 +33388,15 @@ var NotificationBorder_default = NotificationBorder; // ../juno-icon/src/Notification.tsx import { - createElement as createElement480 + createElement as createElement481 } from "react"; -import { forwardRef as forwardRef461, memo as memo369 } from "react"; -var Notification = memo369(forwardRef461((props, ref2) => /* @__PURE__ */ createElement480("svg", { +import { forwardRef as forwardRef462, memo as memo370 } from "react"; +var Notification = memo370(forwardRef462((props, ref2) => /* @__PURE__ */ createElement481("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement480("path", { +}, /* @__PURE__ */ createElement481("path", { d: "M16 2a1 1 0 0 1 1 1l.001 1.055A9.001 9.001 0 0 1 25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0L5.105 26a2 2 0 0 1-1.575-3.233l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1zm2.829 24.001h-5.658a3 3 0 0 0 5.658 0z" })))); Notification.displayName = "Notification"; @@ -33383,15 +33405,15 @@ var Notification_default = Notification; // ../juno-icon/src/Onedrive.tsx import { - createElement as createElement481 + createElement as createElement482 } from "react"; -import { forwardRef as forwardRef462, memo as memo370 } from "react"; -var Onedrive = memo370(forwardRef462((props, ref2) => /* @__PURE__ */ createElement481("svg", { +import { forwardRef as forwardRef463, memo as memo371 } from "react"; +var Onedrive = memo371(forwardRef463((props, ref2) => /* @__PURE__ */ createElement482("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement481("path", { +}, /* @__PURE__ */ createElement482("path", { d: "M27.933 18.397c1.492.535 2.193 1.659 2.065 3.311-.083 1.081-.586 1.944-1.386 2.372l-.375.201-8.349.016c-6.415.013-8.454-.01-8.806-.098-1.695-.424-2.64-1.774-2.643-3.777-.001-.64.045-.947.205-1.359.391-1.009 1.427-1.771 2.789-2.051.678-.14.887-.289.887-.636 0-.109.081-.433.179-.72.448-1.304 1.278-2.392 2.164-2.837.928-.465 1.396-.57 2.519-.565 1.594.008 2.389.355 3.501 1.525l.611.644.548-.19c2.652-.92 5.296.645 5.509 3.261l.058.715.522.188zM7.729 22.665c.099.194.154.379.123.411-.081.081-2.67.053-3.028-.032-.99-.236-2.038-1.111-2.53-2.113C2.015 20.363 2 20.28 2 19.275c0-.956.024-1.11.246-1.584.468-1 1.365-1.723 2.491-2.007.237-.06.46-.156.496-.213s.074-.367.087-.689c.079-2.001 1.39-3.765 3.22-4.332.989-.305 2.232-.23 3.307.2.341.137.303.167 1.024-.781.427-.56 1.289-1.258 1.995-1.613.761-.383 1.553-.559 2.5-.557 2.648.007 4.929 1.665 5.772 4.197.27.808.256 1.035-.062 1.042-.139.003-.536.08-.883.17l-.631.165-.576-.577c-1.624-1.626-4.274-1.978-6.527-.866a5.417 5.417 0 0 0-2.169 1.914c-.39.592-.886 1.699-.886 1.973 0 .194-.157.292-.83.513-2.082.683-3.297 2.262-3.296 4.283 0 .736.19 1.636.452 2.151z" })))); Onedrive.displayName = "Onedrive"; @@ -33400,15 +33422,15 @@ var Onedrive_default = Onedrive; // ../juno-icon/src/OpenFolder.tsx import { - createElement as createElement482 + createElement as createElement483 } from "react"; -import { forwardRef as forwardRef463, memo as memo371 } from "react"; -var OpenFolder = memo371(forwardRef463((props, ref2) => /* @__PURE__ */ createElement482("svg", { +import { forwardRef as forwardRef464, memo as memo372 } from "react"; +var OpenFolder = memo372(forwardRef464((props, ref2) => /* @__PURE__ */ createElement483("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement482("path", { +}, /* @__PURE__ */ createElement483("path", { d: "M29.004 19.489c.489 0 .896.352.98.817l.016.179v5.976a.996.996 0 0 1-1.976.179l-.016-.179-.002-3.239-5.381 5.382a.996.996 0 0 1-1.524-1.271l.115-.138 5.715-5.717-3.904.002a.996.996 0 0 1-.98-.817l-.016-.179c0-.489.352-.896.817-.98l.179-.016h5.976zM11.783 2.999a1.99 1.99 0 0 1 1.453.63l1.915 2.044a1 1 0 0 0 .61.308l.117.007h12.019c1.1 0 1.992.892 1.992 1.992l.001 9.671a8.002 8.002 0 0 0-1.992-1.632l-.001-3.059H3.992v10.957c0 .55.446.996.996.996h11.208c.182.707.459 1.376.816 1.993l-13.019-.001c-1.1 0-1.992-.892-1.992-1.992V4.992c0-1.1.892-1.992 1.992-1.992h7.79zm-.864 1.992H4.988a.996.996 0 0 0-.996.996v4.98h23.905V8.975a.996.996 0 0 0-.996-.996l-11.374-.021a2.989 2.989 0 0 1-1.829-.924L12.373 5.62a1.992 1.992 0 0 0-1.453-.63z" })))); OpenFolder.displayName = "OpenFolder"; @@ -33417,15 +33439,15 @@ var OpenFolder_default = OpenFolder; // ../juno-icon/src/OuboundCallOnBehalf.tsx import { - createElement as createElement483 + createElement as createElement484 } from "react"; -import { forwardRef as forwardRef464, memo as memo372 } from "react"; -var OuboundCallOnBehalf = memo372(forwardRef464((props, ref2) => /* @__PURE__ */ createElement483("svg", { +import { forwardRef as forwardRef465, memo as memo373 } from "react"; +var OuboundCallOnBehalf = memo373(forwardRef465((props, ref2) => /* @__PURE__ */ createElement484("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement483("path", { +}, /* @__PURE__ */ createElement484("path", { d: "M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm17.979-2A1.02 1.02 0 0 1 31 16.021v8.165a1.02 1.02 0 1 1-2.042 0l.001-5.7-7.217 7.216a1.02 1.02 0 1 1-1.443-1.443l7.217-7.216-5.701-.001a1.02 1.02 0 1 1 0-2.042h8.165zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); OuboundCallOnBehalf.displayName = "OuboundCallOnBehalf"; @@ -33434,15 +33456,15 @@ var OuboundCallOnBehalf_default = OuboundCallOnBehalf; // ../juno-icon/src/OutboundFaxBorder.tsx import { - createElement as createElement484 + createElement as createElement485 } from "react"; -import { forwardRef as forwardRef465, memo as memo373 } from "react"; -var OutboundFaxBorder = memo373(forwardRef465((props, ref2) => /* @__PURE__ */ createElement484("svg", { +import { forwardRef as forwardRef466, memo as memo374 } from "react"; +var OutboundFaxBorder = memo374(forwardRef466((props, ref2) => /* @__PURE__ */ createElement485("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement484("path", { +}, /* @__PURE__ */ createElement485("path", { d: "M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm-4 2H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zm7.037-10.293 4.586 4.586a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 0 1 1.414-1.414zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z" })))); OutboundFaxBorder.displayName = "OutboundFaxBorder"; @@ -33451,15 +33473,15 @@ var OutboundFaxBorder_default = OutboundFaxBorder; // ../juno-icon/src/OutboundFax.tsx import { - createElement as createElement485 + createElement as createElement486 } from "react"; -import { forwardRef as forwardRef466, memo as memo374 } from "react"; -var OutboundFax = memo374(forwardRef466((props, ref2) => /* @__PURE__ */ createElement485("svg", { +import { forwardRef as forwardRef467, memo as memo375 } from "react"; +var OutboundFax = memo375(forwardRef467((props, ref2) => /* @__PURE__ */ createElement486("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement485("path", { +}, /* @__PURE__ */ createElement486("path", { d: "M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zm4.479-10.293 4.586 4.586a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 0 1 1.414-1.414zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z" })))); OutboundFax.displayName = "OutboundFax"; @@ -33468,15 +33490,15 @@ var OutboundFax_default = OutboundFax; // ../juno-icon/src/OutcallBorder.tsx import { - createElement as createElement486 + createElement as createElement487 } from "react"; -import { forwardRef as forwardRef467, memo as memo375 } from "react"; -var OutcallBorder = memo375(forwardRef467((props, ref2) => /* @__PURE__ */ createElement486("svg", { +import { forwardRef as forwardRef468, memo as memo376 } from "react"; +var OutcallBorder = memo376(forwardRef468((props, ref2) => /* @__PURE__ */ createElement487("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement486("path", { +}, /* @__PURE__ */ createElement487("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM29 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l.001-5.585-7.072 7.07a.999.999 0 1 1-1.414-1.414l7.072-7.07L21.001 4a1 1 0 0 1 0-2h8z" })))); OutcallBorder.displayName = "OutcallBorder"; @@ -33485,15 +33507,15 @@ var OutcallBorder_default = OutcallBorder; // ../juno-icon/src/Outcall.tsx import { - createElement as createElement487 + createElement as createElement488 } from "react"; -import { forwardRef as forwardRef468, memo as memo376 } from "react"; -var Outcall = memo376(forwardRef468((props, ref2) => /* @__PURE__ */ createElement487("svg", { +import { forwardRef as forwardRef469, memo as memo377 } from "react"; +var Outcall = memo377(forwardRef469((props, ref2) => /* @__PURE__ */ createElement488("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement487("path", { +}, /* @__PURE__ */ createElement488("path", { d: "M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM29 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l.001-5.585-7.072 7.07a.999.999 0 1 1-1.414-1.414l7.072-7.07L21.001 4a1 1 0 0 1 0-2h8z" })))); Outcall.displayName = "Outcall"; @@ -33502,15 +33524,15 @@ var Outcall_default = Outcall; // ../juno-icon/src/Outdent.tsx import { - createElement as createElement488 + createElement as createElement489 } from "react"; -import { forwardRef as forwardRef469, memo as memo377 } from "react"; -var Outdent = memo377(forwardRef469((props, ref2) => /* @__PURE__ */ createElement488("svg", { +import { forwardRef as forwardRef470, memo as memo378 } from "react"; +var Outdent = memo378(forwardRef470((props, ref2) => /* @__PURE__ */ createElement489("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement488("path", { +}, /* @__PURE__ */ createElement489("path", { d: "M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM8.402 12.201c.776-.449 1.535-.132 1.594.805l.004.138v5.748l-.01.206c-.101.872-.907 1.135-1.65.684l-.111-.073-3.737-2.684-.152-.131c-.474-.485-.445-1.297.048-1.762l.105-.088 3.737-2.73.174-.114zM27 15a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z" })))); Outdent.displayName = "Outdent"; @@ -33519,15 +33541,15 @@ var Outdent_default = Outdent; // ../juno-icon/src/Pagerduty.tsx import { - createElement as createElement489 + createElement as createElement490 } from "react"; -import { forwardRef as forwardRef470, memo as memo378 } from "react"; -var Pagerduty = memo378(forwardRef470((props, ref2) => /* @__PURE__ */ createElement489("svg", { +import { forwardRef as forwardRef471, memo as memo379 } from "react"; +var Pagerduty = memo379(forwardRef471((props, ref2) => /* @__PURE__ */ createElement490("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement489("path", { +}, /* @__PURE__ */ createElement490("path", { d: "M26.01 2.214a3.778 3.778 0 0 1 3.776 3.776v20.02a3.778 3.778 0 0 1-3.776 3.776H5.99a3.778 3.778 0 0 1-3.776-3.776V5.99A3.778 3.778 0 0 1 5.99 2.214zm-13.978 8.31H7.503a3.02 3.02 0 0 0-3.023 3.022v4.909c0 .128.008.254.023.378H4.48v6.798h2.644v-4.178c.124.015.251.024.38.024h4.529a3.02 3.02 0 0 0 3.023-3.022v-4.909a3.024 3.024 0 0 0-3.023-3.022zm15.487-4.155h-2.644v4.178a3.164 3.164 0 0 0-.38-.024h-4.529a3.02 3.02 0 0 0-3.023 3.022v4.909a3.024 3.024 0 0 0 3.023 3.022h4.529a3.02 3.02 0 0 0 3.023-3.022v-4.909a2.95 2.95 0 0 0-.024-.378h.024V6.369zM12.037 12.79c.415 0 .752.336.752.755v4.91a.754.754 0 0 1-.752.755H7.876a.752.752 0 0 1-.752-.755v-4.91c0-.417.337-.755.752-.755zm12.086 0c.416 0 .752.336.752.755v4.91a.754.754 0 0 1-.752.755h-4.16a.752.752 0 0 1-.752-.755v-4.91c0-.417.337-.755.752-.755z" })))); Pagerduty.displayName = "Pagerduty"; @@ -33536,15 +33558,15 @@ var Pagerduty_default = Pagerduty; // ../juno-icon/src/ParkCallMessage.tsx import { - createElement as createElement490 + createElement as createElement491 } from "react"; -import { forwardRef as forwardRef471, memo as memo379 } from "react"; -var ParkCallMessage = memo379(forwardRef471((props, ref2) => /* @__PURE__ */ createElement490("svg", { +import { forwardRef as forwardRef472, memo as memo380 } from "react"; +var ParkCallMessage = memo380(forwardRef472((props, ref2) => /* @__PURE__ */ createElement491("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement490("path", { +}, /* @__PURE__ */ createElement491("path", { d: "M22 8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 26H4.001a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h18zm-1 2H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L13 27.172l2.586-2.586A2 2 0 0 1 17 24h4a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-6.656 2.382c1.74 0 2.98 1.306 2.98 3.117 0 1.75-1.162 3.034-2.806 3.123l-.185.005-2.632-.001.001 1.965c0 .505-.295.898-.746 1l-.116.019-.122.007c-.54 0-.925-.376-.977-.902l-.006-.124v-7.184c0-.547.346-.963.861-1.019l.122-.007h3.625zM28 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1H8V4a2 2 0 0 1 2-2h18zM14.091 14.287l-2.39-.001v2.437h2.39c.826 0 1.239-.411 1.239-1.224 0-.757-.359-1.16-1.088-1.208l-.151-.005z" })))); ParkCallMessage.displayName = "ParkCallMessage"; @@ -33553,15 +33575,15 @@ var ParkCallMessage_default = ParkCallMessage; // ../juno-icon/src/ParkCallSp.tsx import { - createElement as createElement491 + createElement as createElement492 } from "react"; -import { forwardRef as forwardRef472, memo as memo380 } from "react"; -var ParkCallSp = memo380(forwardRef472((props, ref2) => /* @__PURE__ */ createElement491("svg", { +import { forwardRef as forwardRef473, memo as memo381 } from "react"; +var ParkCallSp = memo381(forwardRef473((props, ref2) => /* @__PURE__ */ createElement492("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement491("path", { +}, /* @__PURE__ */ createElement492("path", { d: "M7.429 12c0 5.554 4.217 10.117 9.488 10.281l.289.005 5.895-.001-1.598-1.596 1.215-1.214 3.665 3.667-3.666 3.665-1.213-1.213 1.597-1.597h-5.89c-6.105.002-11.155-5.008-11.48-11.351l-.013-.326-.003-.321h1.713zm10-6.857a7.294 7.294 0 0 1 7.281 7.024l.005.262a7.294 7.294 0 0 1-7.024 7.281l-.262.005a7.295 7.295 0 0 1-7.286-7.285 7.293 7.293 0 0 1 7.024-7.281l.262-.005zm.857 3.428h-1.714v4.598l2.791 2.901 1.209-1.213-2.286-2.399V8.571z" })))); ParkCallSp.displayName = "ParkCallSp"; @@ -33570,15 +33592,15 @@ var ParkCallSp_default = ParkCallSp; // ../juno-icon/src/ParkCallText.tsx import { - createElement as createElement492 + createElement as createElement493 } from "react"; -import { forwardRef as forwardRef473, memo as memo381 } from "react"; -var ParkCallText = memo381(forwardRef473((props, ref2) => /* @__PURE__ */ createElement492("svg", { +import { forwardRef as forwardRef474, memo as memo382 } from "react"; +var ParkCallText = memo382(forwardRef474((props, ref2) => /* @__PURE__ */ createElement493("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement492("path", { +}, /* @__PURE__ */ createElement493("path", { d: "M16 3c1.944 0 3.762.304 5.454.912 1.711.627 3.199 1.48 4.463 2.559s2.256 2.353 2.975 3.824C29.631 11.766 30 13.354 30 15.06s-.369 3.304-1.108 4.794c-.739 1.49-1.74 2.794-3.004 3.912s-2.751 2-4.462 2.647c-1.692.627-3.5.941-5.425.941-.369 0-.739-.01-1.108-.029s-.739-.059-1.108-.118l-.467-.088-.058.059c-.719.627-1.556 1.137-2.508 1.529s-2.012.608-3.179.647H5.59c-.35 0-.617-.162-.802-.485s-.18-.642.015-.956l.817-1.324c.292-.51.525-.946.7-1.309s.311-.681.408-.956l.029-.029-.292-.235c-.681-.569-1.293-1.186-1.837-1.853s-1.006-1.368-1.385-2.103c-.379-.735-.676-1.505-.89-2.309s-.331-1.608-.35-2.412v-.324c0-1.706.369-3.294 1.108-4.765.719-1.451 1.711-2.721 2.975-3.809s2.751-1.936 4.463-2.544C12.241 3.314 14.059 3 16.003 3zm0 1.882c-1.692 0-3.276.265-4.754.794s-2.761 1.25-3.85 2.162a10.343 10.343 0 0 0-2.596 3.25 8.707 8.707 0 0 0-.933 3.971c0 .765.097 1.52.292 2.265.214.765.51 1.495.89 2.191s.851 1.348 1.415 1.956a13.026 13.026 0 0 0 1.896 1.676c.136.098.243.23.321.397s.097.338.058.515c-.058.373-.185.789-.379 1.25S7.893 26.333 7.543 27l-.263.471h.292c.953-.039 1.818-.226 2.596-.559s1.458-.765 2.042-1.294l.175-.176c.117-.098.248-.172.394-.221s.287-.054.423-.015c.506.098.987.167 1.444.206s.909.059 1.356.059c1.672 0 3.247-.274 4.725-.824s2.766-1.294 3.865-2.235a10.26 10.26 0 0 0 2.581-3.324c.642-1.255.962-2.598.962-4.029s-.311-2.765-.933-4c-.622-1.235-1.483-2.309-2.581-3.221s-2.387-1.632-3.865-2.162c-1.478-.529-3.063-.794-4.754-.794zm.989 5.618c2.052 0 3.511 1.537 3.511 3.678 0 2.076-1.377 3.591-3.328 3.687l-.197.005h-3.303v2.493c0 .57-.332 1.007-.84 1.113l-.12.019-.126.006c-.602 0-1.027-.418-1.081-1.009l-.006-.129V11.64c0-.614.385-1.073.96-1.132l.126-.006h4.402zm-.307 2.098h-3.009v3.173h3.009c1.062 0 1.612-.547 1.612-1.593 0-.982-.486-1.518-1.439-1.575l-.173-.005z" })))); ParkCallText.displayName = "ParkCallText"; @@ -33587,15 +33609,15 @@ var ParkCallText_default = ParkCallText; // ../juno-icon/src/ParkCall.tsx import { - createElement as createElement493 + createElement as createElement494 } from "react"; -import { forwardRef as forwardRef474, memo as memo382 } from "react"; -var ParkCall = memo382(forwardRef474((props, ref2) => /* @__PURE__ */ createElement493("svg", { +import { forwardRef as forwardRef475, memo as memo383 } from "react"; +var ParkCall = memo383(forwardRef475((props, ref2) => /* @__PURE__ */ createElement494("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement493("path", { +}, /* @__PURE__ */ createElement494("path", { d: "M19.837 3.75c4.69 0 7.803 2.902 7.803 7.298 0 4.216-2.865 7.052-7.271 7.269l-.303.011-.245.003h-8.829l.001 8.259c0 .476-.232.864-.621 1.049l-.135.054-.133.035-.13.018-.111.005c-.566 0-.986-.356-1.09-.906l-.019-.141-.005-.114V4.911c0-.582.334-1.024.866-1.135l.137-.021.111-.005h9.974zm-.208 2.132h-8.637v10.315l8.64.001c3.585 0 5.75-1.949 5.75-5.15 0-3.061-1.944-4.971-5.228-5.152l-.293-.011-.233-.003z" })))); ParkCall.displayName = "ParkCall"; @@ -33604,15 +33626,15 @@ var ParkCall_default = ParkCall; // ../juno-icon/src/ParkLocationFull.tsx import { - createElement as createElement494 + createElement as createElement495 } from "react"; -import { forwardRef as forwardRef475, memo as memo383 } from "react"; -var ParkLocationFull = memo383(forwardRef475((props, ref2) => /* @__PURE__ */ createElement494("svg", { +import { forwardRef as forwardRef476, memo as memo384 } from "react"; +var ParkLocationFull = memo384(forwardRef476((props, ref2) => /* @__PURE__ */ createElement495("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement494("path", { +}, /* @__PURE__ */ createElement495("path", { d: "M22 2a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8h12zm-4.639 7.226h-3.262l-.153.007-.154.021a1.813 1.813 0 0 0-1.499 1.787V21.5l.007.116.022.122c.113.475.529.812 1.017.812.578 0 1.046-.47 1.046-1.05l-.001-3.527 2.959.001.221-.005.219-.014c2.312-.2 3.912-1.95 3.912-4.328 0-2.582-1.785-4.399-4.333-4.399zm-.417 1.922.201.004c1.58.066 2.411.921 2.411 2.475s-.933 2.424-2.612 2.424h-2.561v-4.903h2.561z" })))); ParkLocationFull.displayName = "ParkLocationFull"; @@ -33621,15 +33643,15 @@ var ParkLocationFull_default = ParkLocationFull; // ../juno-icon/src/ParkLocation.tsx import { - createElement as createElement495 + createElement as createElement496 } from "react"; -import { forwardRef as forwardRef476, memo as memo384 } from "react"; -var ParkLocation = memo384(forwardRef476((props, ref2) => /* @__PURE__ */ createElement495("svg", { +import { forwardRef as forwardRef477, memo as memo385 } from "react"; +var ParkLocation = memo385(forwardRef477((props, ref2) => /* @__PURE__ */ createElement496("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement495("path", { +}, /* @__PURE__ */ createElement496("path", { d: "M22 2a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8h12zm0 2H10a6 6 0 0 0-5.996 5.775L4 10v12a6 6 0 0 0 5.775 5.996L10 28h12a6 6 0 0 0 5.996-5.775L28 22V10a6 6 0 0 0-5.775-5.996L22 4zm-4.639 5.226c2.548 0 4.333 1.816 4.333 4.399 0 2.379-1.6 4.129-3.912 4.328l-.219.014-.221.005-2.959-.001.001 3.527c0 .58-.467 1.05-1.046 1.05-.488 0-.904-.337-1.017-.812l-.022-.122-.007-.116V11.039c0-.888.638-1.635 1.499-1.787l.154-.021.153-.007h3.262zm-.417 1.922h-2.561v4.903h2.561c1.679 0 2.612-.871 2.612-2.424s-.831-2.409-2.411-2.475l-.201-.004z" })))); ParkLocation.displayName = "ParkLocation"; @@ -33638,15 +33660,15 @@ var ParkLocation_default = ParkLocation; // ../juno-icon/src/ParkedCallBorder.tsx import { - createElement as createElement496 + createElement as createElement497 } from "react"; -import { forwardRef as forwardRef477, memo as memo385 } from "react"; -var ParkedCallBorder = memo385(forwardRef477((props, ref2) => /* @__PURE__ */ createElement496("svg", { +import { forwardRef as forwardRef478, memo as memo386 } from "react"; +var ParkedCallBorder = memo386(forwardRef478((props, ref2) => /* @__PURE__ */ createElement497("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement496("path", { +}, /* @__PURE__ */ createElement497("path", { d: "M9.792 2.353a3.425 3.425 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.355-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.15.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.799.221-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.274-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM24.634.986l.321.005c.736.022 1.382.123 1.938.301.636.204 1.161.489 1.575.855s.72.804.918 1.314c.198.51.297 1.068.297 1.674 0 .63-.105 1.207-.315 1.732s-.525.976-.945 1.354c-.42.378-.945.672-1.575.882s-1.368.315-2.214.315h-1.818v4.581h-2.421V.985h4.239zm0 1.872h-1.818v4.671h1.818c.444 0 .831-.056 1.161-.167s.603-.27.819-.477c.216-.207.378-.459.486-.756s.162-.628.162-.995c0-.348-.054-.663-.162-.945s-.27-.522-.486-.72c-.216-.198-.489-.349-.819-.454s-.717-.158-1.161-.158z" })))); ParkedCallBorder.displayName = "ParkedCallBorder"; @@ -33655,15 +33677,15 @@ var ParkedCallBorder_default = ParkedCallBorder; // ../juno-icon/src/PartnerCloudContact.tsx import { - createElement as createElement497 + createElement as createElement498 } from "react"; -import { forwardRef as forwardRef478, memo as memo386 } from "react"; -var PartnerCloudContact = memo386(forwardRef478((props, ref2) => /* @__PURE__ */ createElement497("svg", { +import { forwardRef as forwardRef479, memo as memo387 } from "react"; +var PartnerCloudContact = memo387(forwardRef479((props, ref2) => /* @__PURE__ */ createElement498("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement497("path", { +}, /* @__PURE__ */ createElement498("path", { d: "M28 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H7.986V3H28zM5.971 3v26H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.971zm18.024 14.014H13.982a2 2 0 0 0-2 2v5.047h14.013v-5.047a2 2 0 0 0-2-2zM19 7a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); PartnerCloudContact.displayName = "PartnerCloudContact"; @@ -33672,15 +33694,15 @@ var PartnerCloudContact_default = PartnerCloudContact; // ../juno-icon/src/PauseBorder.tsx import { - createElement as createElement498 + createElement as createElement499 } from "react"; -import { forwardRef as forwardRef479, memo as memo387 } from "react"; -var PauseBorder = memo387(forwardRef479((props, ref2) => /* @__PURE__ */ createElement498("svg", { +import { forwardRef as forwardRef480, memo as memo388 } from "react"; +var PauseBorder = memo388(forwardRef480((props, ref2) => /* @__PURE__ */ createElement499("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement498("path", { +}, /* @__PURE__ */ createElement499("path", { d: "M11 25H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm1-20H8a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm11 20h-2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm1-20h-4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z" })))); PauseBorder.displayName = "PauseBorder"; @@ -33689,15 +33711,15 @@ var PauseBorder_default = PauseBorder; // ../juno-icon/src/PauseCircle.tsx import { - createElement as createElement499 + createElement as createElement500 } from "react"; -import { forwardRef as forwardRef480, memo as memo388 } from "react"; -var PauseCircle = memo388(forwardRef480((props, ref2) => /* @__PURE__ */ createElement499("svg", { +import { forwardRef as forwardRef481, memo as memo389 } from "react"; +var PauseCircle = memo389(forwardRef481((props, ref2) => /* @__PURE__ */ createElement500("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement499("path", { +}, /* @__PURE__ */ createElement500("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-3 8a1 1 0 0 0-.993.883L12 11v10a1 1 0 0 0 1.993.117L14 21V11a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-.993.883L18 11v10a1 1 0 0 0 1.993.117L20 21V11a1 1 0 0 0-1-1z" })))); PauseCircle.displayName = "PauseCircle"; @@ -33706,15 +33728,15 @@ var PauseCircle_default = PauseCircle; // ../juno-icon/src/PauseCircleBorder.tsx import { - createElement as createElement500 + createElement as createElement501 } from "react"; -import { forwardRef as forwardRef481, memo as memo389 } from "react"; -var PauseCircleBorder = memo389(forwardRef481((props, ref2) => /* @__PURE__ */ createElement500("svg", { +import { forwardRef as forwardRef482, memo as memo390 } from "react"; +var PauseCircleBorder = memo390(forwardRef482((props, ref2) => /* @__PURE__ */ createElement501("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement500("path", { +}, /* @__PURE__ */ createElement501("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-3 6a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1z" })))); PauseCircleBorder.displayName = "PauseCircleBorder"; @@ -33723,15 +33745,15 @@ var PauseCircleBorder_default = PauseCircleBorder; // ../juno-icon/src/Pause.tsx import { - createElement as createElement501 + createElement as createElement502 } from "react"; -import { forwardRef as forwardRef482, memo as memo390 } from "react"; -var Pause = memo390(forwardRef482((props, ref2) => /* @__PURE__ */ createElement501("svg", { +import { forwardRef as forwardRef483, memo as memo391 } from "react"; +var Pause = memo391(forwardRef483((props, ref2) => /* @__PURE__ */ createElement502("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement501("path", { +}, /* @__PURE__ */ createElement502("path", { d: "M12 5c1.054 0 1.918.816 1.995 1.851L14 7v18a2 2 0 0 1-1.851 1.994L12 27H8a2.001 2.001 0 0 1-1.995-1.851L6 25V7c0-1.054.816-1.918 1.851-1.995L8 5h4zm12 0a2 2 0 0 1 1.994 1.851L26 7v18a2 2 0 0 1-1.851 1.994L24 27h-4a2 2 0 0 1-1.994-1.851L18 25V7c0-1.054.816-1.918 1.851-1.995L20 5h4z" })))); Pause.displayName = "Pause"; @@ -33740,17 +33762,17 @@ var Pause_default = Pause; // ../juno-icon/src/PaymentMethod.tsx import { - createElement as createElement502 + createElement as createElement503 } from "react"; -import { forwardRef as forwardRef483, memo as memo391 } from "react"; -var PaymentMethod = memo391(forwardRef483((props, ref2) => /* @__PURE__ */ createElement502("svg", { +import { forwardRef as forwardRef484, memo as memo392 } from "react"; +var PaymentMethod = memo392(forwardRef484((props, ref2) => /* @__PURE__ */ createElement503("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement502("path", { +}, /* @__PURE__ */ createElement503("path", { d: "M2 9a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9zm3-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5z" -}), /* @__PURE__ */ createElement502("path", { +}), /* @__PURE__ */ createElement503("path", { d: "M3 12h26v4H3v-4zM6 21a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1z" })))); PaymentMethod.displayName = "PaymentMethod"; @@ -33759,21 +33781,21 @@ var PaymentMethod_default = PaymentMethod; // ../juno-icon/src/PdfD.tsx import { - createElement as createElement503 + createElement as createElement504 } from "react"; -import { forwardRef as forwardRef484, memo as memo392 } from "react"; -var PdfD = memo392(forwardRef484((props, ref2) => /* @__PURE__ */ createElement503("svg", { +import { forwardRef as forwardRef485, memo as memo393 } from "react"; +var PdfD = memo393(forwardRef485((props, ref2) => /* @__PURE__ */ createElement504("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement503("path", { +}, /* @__PURE__ */ createElement504("path", { fill: "#43201f", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement503("path", { +}), /* @__PURE__ */ createElement504("path", { fill: "#de4944", d: "M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8z" -}), /* @__PURE__ */ createElement503("path", { +}), /* @__PURE__ */ createElement504("path", { fill: "#f1f1f1", d: "M15.208 10.748a.834.834 0 0 1 .9.225l.049.057.048.066c.262.387.35 1.05.28 2.02-.03.42-.166.975-.403 1.654l.041.05.959 1.201.267.328.236.281.26.297.17-.004.169-.001c1.613 0 2.705.34 3.075.981a.871.871 0 0 1 .009.89c-.197.341-.602.552-1.096.579l-.102.003-.13-.004a2.44 2.44 0 0 1-.264-.033c-.653-.12-1.357-.6-2.209-1.497-.206.012-.417.028-.631.049-.768.074-1.605.222-2.4.469l-.183.323-.091.157c-.637 1.091-1.256 1.946-1.753 2.271a1.59 1.59 0 0 1-.722.268l-.097.004-.081-.003-.078-.009a.836.836 0 0 1-.667-.514c-.216-.53.084-1.232.802-1.933.546-.533 1.302-.972 2.25-1.306a24.63 24.63 0 0 0 1.257-2.712l-.08-.134-.076-.137c-.537-1.015-.695-2.253-.432-3.062.15-.459.408-.72.719-.825zm-2.156 8.19-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.002.009.044-.004.05-.011a.854.854 0 0 0 .233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103.104.086.111.088c.33.252.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 0 0 .328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097-.128.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 0 1 1.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127-.021.021-.022.029a.793.793 0 0 0-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z" })))); @@ -33783,15 +33805,15 @@ var PdfD_default = PdfD; // ../juno-icon/src/PdfBorder.tsx import { - createElement as createElement504 + createElement as createElement505 } from "react"; -import { forwardRef as forwardRef485, memo as memo393 } from "react"; -var PdfBorder = memo393(forwardRef485((props, ref2) => /* @__PURE__ */ createElement504("svg", { +import { forwardRef as forwardRef486, memo as memo394 } from "react"; +var PdfBorder = memo394(forwardRef486((props, ref2) => /* @__PURE__ */ createElement505("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement504("path", { +}, /* @__PURE__ */ createElement505("path", { d: "M6.419 17.2c.762 0 1.422.094 1.986.285.562.19 1.027.461 1.397.811.37.346.643.763.819 1.258.182.493.272 1.04.272 1.64s-.096 1.152-.288 1.658c-.194.499-.478.93-.853 1.293a3.856 3.856 0 0 1-1.405.846c-.557.197-1.2.294-1.928.294H4.584v3.766c0 .523-.395.949-.882.949s-.88-.426-.88-.949V17.809c0-.336.253-.61.565-.61h3.032zm9.504 0c.883 0 1.685.155 2.406.464a5.358 5.358 0 0 1 1.861 1.31c.518.558.918 1.232 1.2 2.022.286.786.43 1.653.43 2.603 0 .957-.144 1.827-.43 2.611a5.902 5.902 0 0 1-1.2 2.024 5.405 5.405 0 0 1-1.861 1.301c-.722.309-1.523.464-2.406.464h-3.776c-.381 0-.69-.333-.69-.742V17.942c0-.41.309-.742.69-.742h3.776zm13.384 0c.395 0 .715.346.715.771s-.32.771-.715.771h-4.875v4.286h4.048c.395 0 .715.346.715.771s-.32.771-.715.771h-4.048v4.475c0 .526-.397.954-.885.954-.49 0-.885-.427-.885-.954V17.576c0-.208.157-.378.35-.378h6.294zm-13.384 1.533h-2.696v9.734h2.696a4.16 4.16 0 0 0 1.688-.33 3.493 3.493 0 0 0 1.29-.954c.358-.422.634-.934.827-1.534s.29-1.283.29-2.05c0-.76-.096-1.442-.29-2.042-.194-.606-.469-1.117-.827-1.533a3.443 3.443 0 0 0-1.29-.963 4.177 4.177 0 0 0-1.688-.33zm-9.504-.045H4.584v5.099h1.835c.446 0 .838-.062 1.174-.187.342-.125.626-.301.853-.526.23-.232.405-.504.52-.819.117-.322.174-.675.174-1.061 0-.779-.227-1.39-.678-1.837-.446-.445-1.128-.669-2.043-.669zM19.248 2a2 2 0 0 1 1.317.494l6.752 5.907c.434.381.683.93.683 1.506V15a1 1 0 0 1-2 0v-4.638c0-.288-.125-.563-.341-.752l-6.128-5.362A.997.997 0 0 0 18.872 4H7a1 1 0 0 0-1 1v10a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2h13.248z" })))); PdfBorder.displayName = "PdfBorder"; @@ -33800,29 +33822,29 @@ var PdfBorder_default = PdfBorder; // ../juno-icon/src/Pdf.tsx import { - createElement as createElement505 + createElement as createElement506 } from "react"; -import { forwardRef as forwardRef486, memo as memo394 } from "react"; -var Pdf = memo394(forwardRef486((inProps, ref2) => { +import { forwardRef as forwardRef487, memo as memo395 } from "react"; +var Pdf = memo395(forwardRef487((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement505(PdfD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement506(PdfD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement505("svg", { + }) : /* @__PURE__ */ createElement506("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement505("path", { + }, /* @__PURE__ */ createElement506("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement505("path", { + }), /* @__PURE__ */ createElement506("path", { fill: "#e6413c", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement505("path", { + }), /* @__PURE__ */ createElement506("path", { fill: "#e6413c", d: "M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8zm4.239 3.029-.049-.057a.839.839 0 0 0-.9-.225c-.311.104-.569.365-.719.825-.264.808-.106 2.047.432 3.062l.076.137.08.134a24.63 24.63 0 0 1-1.257 2.712c-.948.334-1.704.773-2.25 1.306-.718.701-1.018 1.403-.802 1.933.115.282.36.467.667.514l.078.009.081.003.097-.004a1.59 1.59 0 0 0 .722-.268c.497-.325 1.116-1.18 1.753-2.271l.091-.157.183-.324a12.122 12.122 0 0 1 2.4-.469c.213-.021.425-.037.631-.049.852.897 1.556 1.376 2.209 1.497.088.016.177.027.264.033l.13.004.102-.003c.494-.026.899-.237 1.096-.579a.871.871 0 0 0-.009-.89c-.37-.641-1.462-.981-3.075-.981l-.169.001-.17.004-.26-.297-.236-.281-.267-.328-.959-1.201-.041-.05c.237-.679.373-1.234.403-1.654.07-.97-.018-1.633-.28-2.02l-.048-.066zm-3.106 7.909-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.001.009.044-.004.05-.011a.854.854 0 0 0 .233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103.104.087.111.088c.33.251.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 0 0 .328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097-.127.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 0 1 1.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127-.021.021-.022.029a.793.793 0 0 0-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z" })); @@ -33833,15 +33855,15 @@ var Pdf_default = Pdf; // ../juno-icon/src/People.tsx import { - createElement as createElement506 + createElement as createElement507 } from "react"; -import { forwardRef as forwardRef487, memo as memo395 } from "react"; -var People = memo395(forwardRef487((props, ref2) => /* @__PURE__ */ createElement506("svg", { +import { forwardRef as forwardRef488, memo as memo396 } from "react"; +var People = memo396(forwardRef488((props, ref2) => /* @__PURE__ */ createElement507("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement506("path", { +}, /* @__PURE__ */ createElement507("path", { d: "M16 18c7.067 0 13 4.315 13 10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2c0-5.685 5.933-10 13-10zm0-16a7 7 0 1 1 0 14 7 7 0 0 1 0-14z" })))); People.displayName = "People"; @@ -33850,17 +33872,17 @@ var People_default = People; // ../juno-icon/src/PersonalMeeting.tsx import { - createElement as createElement507 + createElement as createElement508 } from "react"; -import { forwardRef as forwardRef488, memo as memo396 } from "react"; -var PersonalMeeting = memo396(forwardRef488((props, ref2) => /* @__PURE__ */ createElement507("svg", { +import { forwardRef as forwardRef489, memo as memo397 } from "react"; +var PersonalMeeting = memo397(forwardRef489((props, ref2) => /* @__PURE__ */ createElement508("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement507("path", { +}, /* @__PURE__ */ createElement508("path", { d: "M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.777 1.777 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.876v-9.79z" -}), /* @__PURE__ */ createElement507("path", { +}), /* @__PURE__ */ createElement508("path", { d: "M14.373 16.369c1.169-.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384.756 2.434 1.925 2.837-3.097.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984.936 2.984 2.985h1.493c0-2.211-.284-4.072-3.381-4.415zm-2.624-2.836c0-1.131.823-1.533 1.528-1.533s1.528.402 1.528 1.533c0 .958-.571 1.531-1.528 1.531s-1.528-.573-1.528-1.531z" })))); PersonalMeeting.displayName = "PersonalMeeting"; @@ -33869,15 +33891,15 @@ var PersonalMeeting_default = PersonalMeeting; // ../juno-icon/src/PhoneBorder.tsx import { - createElement as createElement508 + createElement as createElement509 } from "react"; -import { forwardRef as forwardRef489, memo as memo397 } from "react"; -var PhoneBorder = memo397(forwardRef489((props, ref2) => /* @__PURE__ */ createElement508("svg", { +import { forwardRef as forwardRef490, memo as memo398 } from "react"; +var PhoneBorder = memo398(forwardRef490((props, ref2) => /* @__PURE__ */ createElement509("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement508("path", { +}, /* @__PURE__ */ createElement509("path", { d: "M10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm-.849 1.811a1.627 1.627 0 0 0-.976-.142c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 0 1-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063z" })))); PhoneBorder.displayName = "PhoneBorder"; @@ -33886,15 +33908,15 @@ var PhoneBorder_default = PhoneBorder; // ../juno-icon/src/PhoneInboxBorder.tsx import { - createElement as createElement509 + createElement as createElement510 } from "react"; -import { forwardRef as forwardRef490, memo as memo398 } from "react"; -var PhoneInboxBorder = memo398(forwardRef490((props, ref2) => /* @__PURE__ */ createElement509("svg", { +import { forwardRef as forwardRef491, memo as memo399 } from "react"; +var PhoneInboxBorder = memo399(forwardRef491((props, ref2) => /* @__PURE__ */ createElement510("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement509("path", { +}, /* @__PURE__ */ createElement510("path", { d: "M10 7a1 1 0 0 1 .117 1.993L10 9H7.7l-3.273 9h4.745c.729 0 1.431.266 1.977.743l.145.136 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.006h4.744l-3.272-9H22a1 1 0 0 1-.117-1.993L22 7.001h2.3a2 2 0 0 1 1.82 1.171l.059.145 3.761 10.342a.978.978 0 0 1 .053.226l.007.116v7a2 2 0 0 1-1.851 1.994l-.149.006H4a2 2 0 0 1-1.994-1.851L2 26.001v-7c0-.078.009-.155.027-.23l.033-.111L5.821 8.318a1.999 1.999 0 0 1 1.723-1.31l.157-.006h2.3zm18 19v-6h-5.172a1 1 0 0 0-.608.206l-.099.087-1.828 1.828a3 3 0 0 1-1.923.872l-.198.006h-4.343a3.006 3.006 0 0 1-1.977-.743l-.145-.136-1.828-1.828a.996.996 0 0 0-.576-.284l-.132-.009H3.999v6h24zM16 2a1 1 0 0 1 1 1v10.999l1.95-1.949a.999.999 0 1 1 1.414 1.414l-3.657 3.657a.999.999 0 0 1-1.414 0l-3.657-3.657a.999.999 0 1 1 1.414-1.414L15 14.001V3a1 1 0 0 1 1-1z" })))); PhoneInboxBorder.displayName = "PhoneInboxBorder"; @@ -33903,15 +33925,15 @@ var PhoneInboxBorder_default = PhoneInboxBorder; // ../juno-icon/src/PhoneInbox.tsx import { - createElement as createElement510 + createElement as createElement511 } from "react"; -import { forwardRef as forwardRef491, memo as memo399 } from "react"; -var PhoneInbox = memo399(forwardRef491((props, ref2) => /* @__PURE__ */ createElement510("svg", { +import { forwardRef as forwardRef492, memo as memo400 } from "react"; +var PhoneInbox = memo400(forwardRef492((props, ref2) => /* @__PURE__ */ createElement511("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement510("path", { +}, /* @__PURE__ */ createElement511("path", { d: "M10 7a1 1 0 0 1 .117 1.993L10 9H7.7l-3.273 9h4.745c.729 0 1.431.266 1.977.743l.145.136 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.006h4.744l-3.272-9H22a1 1 0 0 1-.117-1.993L22 7.001h2.3a2 2 0 0 1 1.82 1.171l.059.145 3.761 10.342a.978.978 0 0 1 .053.226l.007.116v7a2 2 0 0 1-1.851 1.994l-.149.006H4a2 2 0 0 1-1.994-1.851L2 26.001v-7c0-.078.009-.155.027-.23l.033-.111L5.821 8.318a1.999 1.999 0 0 1 1.723-1.31l.157-.006h2.3zm6-5a1 1 0 0 1 1 1v10.999l1.95-1.949a.999.999 0 1 1 1.414 1.414l-3.657 3.657a.999.999 0 0 1-1.414 0l-3.657-3.657a.999.999 0 1 1 1.414-1.414L15 14.001V3a1 1 0 0 1 1-1z" })))); PhoneInbox.displayName = "PhoneInbox"; @@ -33920,15 +33942,15 @@ var PhoneInbox_default = PhoneInbox; // ../juno-icon/src/PhoneOffBorder.tsx import { - createElement as createElement511 + createElement as createElement512 } from "react"; -import { forwardRef as forwardRef492, memo as memo400 } from "react"; -var PhoneOffBorder = memo400(forwardRef492((props, ref2) => /* @__PURE__ */ createElement511("svg", { +import { forwardRef as forwardRef493, memo as memo401 } from "react"; +var PhoneOffBorder = memo401(forwardRef493((props, ref2) => /* @__PURE__ */ createElement512("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement511("path", { +}, /* @__PURE__ */ createElement512("path", { d: "M21.373 17.3c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a34.21 34.21 0 0 1-1.339-1.27l1.414-1.415c.282.283.566.557.852.823l.431.394a22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695a71.406 71.406 0 0 1-1.764-1.573l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233 7.973 7.973 0 0 1-1.367-.993l1.416-1.419.048.041c.319.269.611.477.874.623.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483zm8.062-13.321a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.117.314.304.677.56 1.086l-1.444 1.446c-.07-.103-.137-.205-.201-.306a8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.74 1.355 1.664 2.737 2.767 4.135L8.508 20.66c-1.239-1.551-2.272-3.085-3.099-4.599-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308z" })))); PhoneOffBorder.displayName = "PhoneOffBorder"; @@ -33937,15 +33959,15 @@ var PhoneOffBorder_default = PhoneOffBorder; // ../juno-icon/src/PhoneOff.tsx import { - createElement as createElement512 + createElement as createElement513 } from "react"; -import { forwardRef as forwardRef493, memo as memo401 } from "react"; -var PhoneOff = memo401(forwardRef493((props, ref2) => /* @__PURE__ */ createElement512("svg", { +import { forwardRef as forwardRef494, memo as memo402 } from "react"; +var PhoneOff = memo402(forwardRef494((props, ref2) => /* @__PURE__ */ createElement513("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement512("path", { +}, /* @__PURE__ */ createElement513("path", { d: "M21.373 17.3c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a34.21 34.21 0 0 1-1.339-1.27l5.212-5.216.048.041c.319.269.611.477.874.623.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483zm8.062-13.321a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.117.314.304.677.56 1.086l-5.28 5.281c-1.239-1.551-2.272-3.085-3.099-4.599-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308z" })))); PhoneOff.displayName = "PhoneOff"; @@ -33954,15 +33976,15 @@ var PhoneOff_default = PhoneOff; // ../juno-icon/src/PhoneS.tsx import { - createElement as createElement513 + createElement as createElement514 } from "react"; -import { forwardRef as forwardRef494, memo as memo402 } from "react"; -var PhoneS = memo402(forwardRef494((props, ref2) => /* @__PURE__ */ createElement513("svg", { +import { forwardRef as forwardRef495, memo as memo403 } from "react"; +var PhoneS = memo403(forwardRef495((props, ref2) => /* @__PURE__ */ createElement514("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement513("path", { +}, /* @__PURE__ */ createElement514("path", { d: "M16.917 19.961c-.771-.449-1.676-1.258-2.708-2.509-.955-1.192-1.557-2.191-1.871-3.004-.209-.54-.264-.915-.242-1.206.208-.178.41-.307.647-.412.087-.044.17-.088.26-.137l.23-.126c.399-.225.7-.435.974-.706.866-.857 1.015-2.138.352-3.146-1.329-2.041-2.285-3.65-3.067-5.232-.597-1.085-1.739-1.642-2.899-1.443-.893.126-2.747 1.043-3.516 1.715-3.168 2.796-1.505 10.028 4.506 17.424 4.493 5.506 9.488 8.822 13.431 8.822 1.152 0 2.125-.294 2.843-.916.831-.648 2.118-2.233 2.422-3.049.488-1.008.151-2.266-.802-3.06-2.144-1.849-3.311-2.895-4.54-4.11-.779-.822-2.152-.96-3.163-.31-.377.248-.632.492-1.043.95l-.203.227a7.645 7.645 0 0 1-.562.607c-.227-.001-.566-.096-1.049-.377v-.001z" })))); PhoneS.displayName = "PhoneS"; @@ -33971,15 +33993,15 @@ var PhoneS_default = PhoneS; // ../juno-icon/src/Phone.tsx import { - createElement as createElement514 + createElement as createElement515 } from "react"; -import { forwardRef as forwardRef495, memo as memo403 } from "react"; -var Phone = memo403(forwardRef495((props, ref2) => /* @__PURE__ */ createElement514("svg", { +import { forwardRef as forwardRef496, memo as memo404 } from "react"; +var Phone = memo404(forwardRef496((props, ref2) => /* @__PURE__ */ createElement515("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement514("path", { +}, /* @__PURE__ */ createElement515("path", { d: "M13.228 14.296c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.078c-.004.003.001-.001.009-.015l.076-.093c.226-.238.417-.428.575-.573.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905.599.566 1.221 1.131 1.865 1.697s1.489 1.28 2.534 2.141c.586.482.976 1.073 1.157 1.757.184.694.125 1.365-.161 1.937-.193.479-.565 1.044-1.117 1.713-.544.659-1.035 1.155-1.456 1.47-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.989 24.989 0 0 1-3.475-2.719 36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716.735-.115 1.455-.01 2.133.308s1.204.818 1.577 1.5a33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083a2.256 2.256 0 0 1-.223.12 1.99 1.99 0 0 0-.144.067c.027.132.084.31.182.548z" })))); Phone.displayName = "Phone"; @@ -33988,15 +34010,15 @@ var Phone_default = Phone; // ../juno-icon/src/PickUpCall.tsx import { - createElement as createElement515 + createElement as createElement516 } from "react"; -import { forwardRef as forwardRef496, memo as memo404 } from "react"; -var PickUpCall = memo404(forwardRef496((props, ref2) => /* @__PURE__ */ createElement515("svg", { +import { forwardRef as forwardRef497, memo as memo405 } from "react"; +var PickUpCall = memo405(forwardRef497((props, ref2) => /* @__PURE__ */ createElement516("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement515("path", { +}, /* @__PURE__ */ createElement516("path", { d: "M8.064 16.054a2.241 2.241 0 0 1 2.146 2.168c.054.846.025 1.695.036 2.543l-.018.279c3.111.906 8.414.901 11.523-.014l-.011-2.01a3.597 3.597 0 0 1 .223-1.575 2.116 2.116 0 0 1 1.919-1.353 90.817 90.817 0 0 1 4.868.009 2.262 2.262 0 0 1 2.167 2.102c.022.275.039.613.052.984l.02.775.01.804v1.137l-.008.63c-.032.772-.313 2.513-.8 3.109a1.638 1.638 0 0 0-.08.149l-.649.673-.71.518c-.119.085-.239.169-.362.249a16.805 16.805 0 0 1-4.005 1.772l-.529.146c-2.453.707-6.002 1.02-8.552.927-3.121-.131-7.154-.682-10.021-1.992a10.117 10.117 0 0 1-2.869-1.852c-.858-.747-1.362-3.825-1.389-4.969l-.02-1.148a20.044 20.044 0 0 1 .031-1.717c.109-1.461.956-2.316 2.407-2.368a65.916 65.916 0 0 1 4.621.025zm-4.549 1.974-.165.01c-.211.022-.271.084-.302.317l-.017.182-.021.393-.009.427.004.73.02 1.128c.02.888.461 3.296.742 3.541a8.167 8.167 0 0 0 2.018 1.358l.329.148c2.432 1.111 6.133 1.681 9.263 1.812 2.158.079 5.316-.16 7.447-.719l.532-.146a14.715 14.715 0 0 0 3.938-1.654l.221-.15.629-.459.346-.359.068-.109.085-.104c.213-.261.337-1.587.35-1.879l.007-.581.002-.92-.01-.916-.013-.574-.018-.52-.023-.445a7.104 7.104 0 0 0-.014-.188c-.011-.142-.118-.247-.229-.25a90.072 90.072 0 0 0-4.764-.009.111.111 0 0 0-.097.064 1.586 1.586 0 0 0-.104.558l.012.296.02 3.515-1.444.425c-3.324.978-8.847 1.025-12.191.142l-.455-.126-1.517-.442.093-1.834-.002-1.41-.005-.36-.01-.314-.016-.309a.25.25 0 0 0-.167-.233l-.057-.01a64.05 64.05 0 0 0-4.473-.025zM16 2c.32 0 .604.15.787.383a.994.994 0 0 1 .091.081l5.657 5.657a.999.999 0 1 1-1.414 1.414l-4.122-4.122v12.586a1 1 0 0 1-2 0V5.412l-4.121 4.123a.999.999 0 1 1-1.414-1.414l5.657-5.657.094-.083A.998.998 0 0 1 15.999 2z" })))); PickUpCall.displayName = "PickUpCall"; @@ -34005,15 +34027,15 @@ var PickUpCall_default = PickUpCall; // ../juno-icon/src/PinWindow.tsx import { - createElement as createElement516 + createElement as createElement517 } from "react"; -import { forwardRef as forwardRef497, memo as memo405 } from "react"; -var PinWindow = memo405(forwardRef497((props, ref2) => /* @__PURE__ */ createElement516("svg", { +import { forwardRef as forwardRef498, memo as memo406 } from "react"; +var PinWindow = memo406(forwardRef498((props, ref2) => /* @__PURE__ */ createElement517("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement516("path", { +}, /* @__PURE__ */ createElement517("path", { d: "M28.59 1.52C27.684.617 26.434.058 25.054.058s-2.63.558-3.536 1.462a4.984 4.984 0 0 0-1.452 3.524c0 .955.268 1.848.732 2.607l-.012-.022-6.579 6.578 1.696 1.698 6.579-6.579a4.945 4.945 0 0 0 2.571.728H25.067a4.987 4.987 0 0 0 4.987-4.987v-.012.001-.014c0-1.376-.56-2.621-1.464-3.52zm-1.696 5.374a2.603 2.603 0 0 1-3.684-3.679 2.603 2.603 0 0 1 3.684 3.678h-.002zm.244 6.592A90.8 90.8 0 0 1 27.199 17c0 11.061-1.232 12.2-13.198 12.2S.801 28.059.801 17s1.234-12.2 13.2-12.2h.8v2.4h-.8c-10.598 0-10.8.182-10.8 9.8s.2 9.8 10.8 9.8c10.6 0 10.8-.182 10.8-9.8 0-1.283-.019-2.422-.059-3.416l2.397-.098z" })))); PinWindow.displayName = "PinWindow"; @@ -34022,15 +34044,15 @@ var PinWindow_default = PinWindow; // ../juno-icon/src/Pin.tsx import { - createElement as createElement517 + createElement as createElement518 } from "react"; -import { forwardRef as forwardRef498, memo as memo406 } from "react"; -var Pin = memo406(forwardRef498((props, ref2) => /* @__PURE__ */ createElement517("svg", { +import { forwardRef as forwardRef499, memo as memo407 } from "react"; +var Pin = memo407(forwardRef499((props, ref2) => /* @__PURE__ */ createElement518("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement517("path", { +}, /* @__PURE__ */ createElement518("path", { d: "M4.302 14.798a1.141 1.141 0 0 1 0-1.613 10.248 10.248 0 0 1 8.724-2.901l5.045-8.715a1.14 1.14 0 0 1 1.793-.234l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-8.715 5.046a10.246 10.246 0 0 1-2.901 8.723 1.141 1.141 0 0 1-1.613 0l-5.644-5.644-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256-5.644-5.644z" })))); Pin.displayName = "Pin"; @@ -34039,15 +34061,15 @@ var Pin_default = Pin; // ../juno-icon/src/PivotalTracker.tsx import { - createElement as createElement518 + createElement as createElement519 } from "react"; -import { forwardRef as forwardRef499, memo as memo407 } from "react"; -var PivotalTracker = memo407(forwardRef499((props, ref2) => /* @__PURE__ */ createElement518("svg", { +import { forwardRef as forwardRef500, memo as memo408 } from "react"; +var PivotalTracker = memo408(forwardRef500((props, ref2) => /* @__PURE__ */ createElement519("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement518("path", { +}, /* @__PURE__ */ createElement519("path", { d: "M16.001 2.003c7.718 0 13.996 6.278 13.996 13.995 0 7.72-6.278 13.999-13.996 13.999S2.003 23.717 2.003 15.998c0-7.717 6.279-13.995 13.998-13.995zm0 2.834c-6.165 0-11.163 4.997-11.163 11.161 0 6.167 4.998 11.165 11.163 11.165s11.162-4.999 11.162-11.165c0-6.165-4.997-11.161-11.162-11.161zm-.949 13.195a2.226 2.226 0 0 0 1.531.135l3.125 5.413-3.555 2.052-2.745-4.754zm-1.286-1.838c.046.518.272 1.012.649 1.391l-3.127 5.417-3.555-2.054 2.746-4.753zm10.655.385v4.104H18.93l-1.644-2.847a2.241 2.241 0 0 0 .881-1.256h6.255zm-3.71-7.581 3.554 2.052-2.747 4.756h-3.285a2.242 2.242 0 0 0-.65-1.394l3.127-5.415zm-7.638 2.318 1.643 2.844a2.225 2.225 0 0 0-.882 1.26H7.582v.035H7.58v-4.14h5.493zm2.773-4.95 2.746 4.755-1.643 2.846a2.24 2.24 0 0 0-1.53-.137l-3.125-5.412 3.552-2.052z" })))); PivotalTracker.displayName = "PivotalTracker"; @@ -34056,15 +34078,15 @@ var PivotalTracker_default = PivotalTracker; // ../juno-icon/src/PlayBorder.tsx import { - createElement as createElement519 + createElement as createElement520 } from "react"; -import { forwardRef as forwardRef500, memo as memo408 } from "react"; -var PlayBorder = memo408(forwardRef500((props, ref2) => /* @__PURE__ */ createElement519("svg", { +import { forwardRef as forwardRef501, memo as memo409 } from "react"; +var PlayBorder = memo409(forwardRef501((props, ref2) => /* @__PURE__ */ createElement520("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement519("path", { +}, /* @__PURE__ */ createElement520("path", { d: "m10.614 5.267.193.101 16.217 9.164c1.294.837 1.303 2.087.017 2.934l-.214.13-16.185 9.128c-1.409.694-2.538.035-2.633-1.519l-.007-.217-.003-17.973.005-.201c.087-1.567 1.206-2.229 2.609-1.547zm-.615 1.941.003 17.587 15.576-8.789L9.999 7.208z" })))); PlayBorder.displayName = "PlayBorder"; @@ -34073,15 +34095,15 @@ var PlayBorder_default = PlayBorder; // ../juno-icon/src/PlayCircle.tsx import { - createElement as createElement520 + createElement as createElement521 } from "react"; -import { forwardRef as forwardRef501, memo as memo409 } from "react"; -var PlayCircle = memo409(forwardRef501((props, ref2) => /* @__PURE__ */ createElement520("svg", { +import { forwardRef as forwardRef502, memo as memo410 } from "react"; +var PlayCircle = memo410(forwardRef502((props, ref2) => /* @__PURE__ */ createElement521("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement520("path", { +}, /* @__PURE__ */ createElement521("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-2.693 8.146c-.662-.351-1.198-.049-1.292.706l-.012.138-.003.11.002 9.803.003.119c.045.801.551 1.166 1.201.885l.116-.056.089-.051 8.11-4.998c.605-.435.637-1.064.099-1.518l-.108-.083-.093-.061-8.112-4.993z" })))); PlayCircle.displayName = "PlayCircle"; @@ -34090,15 +34112,15 @@ var PlayCircle_default = PlayCircle; // ../juno-icon/src/PlayCircleBorder.tsx import { - createElement as createElement521 + createElement as createElement522 } from "react"; -import { forwardRef as forwardRef502, memo as memo410 } from "react"; -var PlayCircleBorder = memo410(forwardRef502((props, ref2) => /* @__PURE__ */ createElement521("svg", { +import { forwardRef as forwardRef503, memo as memo411 } from "react"; +var PlayCircleBorder = memo411(forwardRef503((props, ref2) => /* @__PURE__ */ createElement522("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement521("path", { +}, /* @__PURE__ */ createElement522("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-3.432 5.17.116.065 9.73 5.832c.776.533.782 1.328.01 1.867l-.128.083-9.711 5.808c-.845.442-1.523.022-1.58-.967l-.004-.138-.002-11.437.003-.128c.052-.997.724-1.418 1.565-.984zm.431 2.584.002 8.494 7.093-4.245-7.095-4.249z" })))); PlayCircleBorder.displayName = "PlayCircleBorder"; @@ -34107,15 +34129,15 @@ var PlayCircleBorder_default = PlayCircleBorder; // ../juno-icon/src/Play.tsx import { - createElement as createElement522 + createElement as createElement523 } from "react"; -import { forwardRef as forwardRef503, memo as memo411 } from "react"; -var Play = memo411(forwardRef503((props, ref2) => /* @__PURE__ */ createElement522("svg", { +import { forwardRef as forwardRef504, memo as memo412 } from "react"; +var Play = memo412(forwardRef504((props, ref2) => /* @__PURE__ */ createElement523("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement522("path", { +}, /* @__PURE__ */ createElement523("path", { d: "m10.614 5.267.193.101 16.217 9.164c1.294.837 1.303 2.087.017 2.934l-.214.13-16.185 9.128c-1.409.694-2.538.035-2.633-1.519l-.007-.217-.003-17.973.005-.201c.087-1.567 1.206-2.229 2.609-1.547z" })))); Play.displayName = "Play"; @@ -34124,15 +34146,15 @@ var Play_default = Play; // ../juno-icon/src/PollBorder.tsx import { - createElement as createElement523 + createElement as createElement524 } from "react"; -import { forwardRef as forwardRef504, memo as memo412 } from "react"; -var PollBorder = memo412(forwardRef504((props, ref2) => /* @__PURE__ */ createElement523("svg", { +import { forwardRef as forwardRef505, memo as memo413 } from "react"; +var PollBorder = memo413(forwardRef505((props, ref2) => /* @__PURE__ */ createElement524("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement523("path", { +}, /* @__PURE__ */ createElement524("path", { d: "M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-.993.883L7 8v16a1 1 0 0 0 .883.993L8 25h16a1 1 0 0 0 .993-.883L25 24V8a1 1 0 0 0-1-1zm-13 6a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1zm5-3a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1zm5 5a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0v-5a1 1 0 0 1 1-1z" })))); PollBorder.displayName = "PollBorder"; @@ -34141,15 +34163,15 @@ var PollBorder_default = PollBorder; // ../juno-icon/src/Poll.tsx import { - createElement as createElement524 + createElement as createElement525 } from "react"; -import { forwardRef as forwardRef505, memo as memo413 } from "react"; -var Poll = memo413(forwardRef505((props, ref2) => /* @__PURE__ */ createElement524("svg", { +import { forwardRef as forwardRef506, memo as memo414 } from "react"; +var Poll = memo414(forwardRef506((props, ref2) => /* @__PURE__ */ createElement525("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement524("path", { +}, /* @__PURE__ */ createElement525("path", { d: "M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-14 8a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-1-1zm5-3a1 1 0 0 0-1 1v10a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1zm5 5a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1z" })))); Poll.displayName = "Poll"; @@ -34158,19 +34180,19 @@ var Poll_default = Poll; // ../juno-icon/src/PoorConnection.tsx import { - createElement as createElement525 + createElement as createElement526 } from "react"; -import { forwardRef as forwardRef506, memo as memo414 } from "react"; -var PoorConnection = memo414(forwardRef506((props, ref2) => /* @__PURE__ */ createElement525("svg", { +import { forwardRef as forwardRef507, memo as memo415 } from "react"; +var PoorConnection = memo415(forwardRef507((props, ref2) => /* @__PURE__ */ createElement526("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement525("path", { +}, /* @__PURE__ */ createElement526("path", { fill: "#000", opacity: 0.32, d: "M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2z" -}), /* @__PURE__ */ createElement525("path", { +}), /* @__PURE__ */ createElement526("path", { fill: "#000", d: "M5 20h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" })))); @@ -34180,15 +34202,15 @@ var PoorConnection_default = PoorConnection; // ../juno-icon/src/PopIn.tsx import { - createElement as createElement526 + createElement as createElement527 } from "react"; -import { forwardRef as forwardRef507, memo as memo415 } from "react"; -var PopIn = memo415(forwardRef507((props, ref2) => /* @__PURE__ */ createElement526("svg", { +import { forwardRef as forwardRef508, memo as memo416 } from "react"; +var PopIn = memo416(forwardRef508((props, ref2) => /* @__PURE__ */ createElement527("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement526("path", { +}, /* @__PURE__ */ createElement527("path", { d: "M14 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8a1 1 0 0 1 2 0v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9zm12.885-1.295a.998.998 0 0 1 1.493 1.316l-.083.094L14.41 19H20a1 1 0 0 1 .117 1.993L20 21h-8a1 1 0 0 1-.993-.883L11 20v-8a1 1 0 0 1 1.993-.117L13 12v5.59L26.885 3.705z" })))); PopIn.displayName = "PopIn"; @@ -34197,15 +34219,15 @@ var PopIn_default = PopIn; // ../juno-icon/src/PopOut.tsx import { - createElement as createElement527 + createElement as createElement528 } from "react"; -import { forwardRef as forwardRef508, memo as memo416 } from "react"; -var PopOut = memo416(forwardRef508((props, ref2) => /* @__PURE__ */ createElement527("svg", { +import { forwardRef as forwardRef509, memo as memo417 } from "react"; +var PopOut = memo417(forwardRef509((props, ref2) => /* @__PURE__ */ createElement528("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement527("path", { +}, /* @__PURE__ */ createElement528("path", { d: "M14 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8a1 1 0 0 1 2 0v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9zm14-2a1 1 0 0 1 .993.883L29 4v8a1 1 0 0 1-1.993.117L27 12V6.41L13.115 20.295a.998.998 0 0 1-1.493-1.316l.083-.094L25.59 5H20a1 1 0 0 1-.117-1.993L20 3h8z" })))); PopOut.displayName = "PopOut"; @@ -34214,21 +34236,21 @@ var PopOut_default = PopOut; // ../juno-icon/src/PptD.tsx import { - createElement as createElement528 + createElement as createElement529 } from "react"; -import { forwardRef as forwardRef509, memo as memo417 } from "react"; -var PptD = memo417(forwardRef509((props, ref2) => /* @__PURE__ */ createElement528("svg", { +import { forwardRef as forwardRef510, memo as memo418 } from "react"; +var PptD = memo418(forwardRef510((props, ref2) => /* @__PURE__ */ createElement529("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement528("path", { +}, /* @__PURE__ */ createElement529("path", { fill: "#43261f", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement528("path", { +}), /* @__PURE__ */ createElement529("path", { fill: "#d5583c", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z" -}), /* @__PURE__ */ createElement528("path", { +}), /* @__PURE__ */ createElement529("path", { fill: "#f1f1f1", d: "M16.756 12.936c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436h3.532zm-.375.946h-2.217v3.102h2.217c.301 0 .57-.032.808-.095s.432-.158.582-.284c.15-.151.257-.322.319-.511s.094-.41.094-.662c0-.252-.031-.473-.094-.662s-.169-.359-.319-.511c-.15-.126-.344-.221-.582-.284s-.507-.095-.808-.095z" })))); @@ -34238,29 +34260,29 @@ var PptD_default = PptD; // ../juno-icon/src/Ppt.tsx import { - createElement as createElement529 + createElement as createElement530 } from "react"; -import { forwardRef as forwardRef510, memo as memo418 } from "react"; -var Ppt = memo418(forwardRef510((inProps, ref2) => { +import { forwardRef as forwardRef511, memo as memo419 } from "react"; +var Ppt = memo419(forwardRef511((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement529(PptD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement530(PptD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement529("svg", { + }) : /* @__PURE__ */ createElement530("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement529("path", { + }, /* @__PURE__ */ createElement530("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement529("path", { + }), /* @__PURE__ */ createElement530("path", { fill: "#d5583c", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement529("path", { + }), /* @__PURE__ */ createElement530("path", { fill: "#d5583c", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm2.245 8.984v-3.102h2.217c.301 0 .57.032.808.095s.432.158.582.284c.15.151.257.322.319.511s.094.41.094.662c0 .252-.031.473-.094.662s-.169.359-.319.511c-.15.126-.344.221-.582.284s-.507.095-.808.095h-2.217zm-.939-4.048h3.532c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436z" })); @@ -34271,15 +34293,15 @@ var Ppt_default = Ppt; // ../juno-icon/src/Previous.tsx import { - createElement as createElement530 + createElement as createElement531 } from "react"; -import { forwardRef as forwardRef511, memo as memo419 } from "react"; -var Previous = memo419(forwardRef511((props, ref2) => /* @__PURE__ */ createElement530("svg", { +import { forwardRef as forwardRef512, memo as memo420 } from "react"; +var Previous = memo420(forwardRef512((props, ref2) => /* @__PURE__ */ createElement531("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement530("path", { +}, /* @__PURE__ */ createElement531("path", { d: "M14.899 6.101a.999.999 0 0 1 0 1.414L7.413 15h19.586a1 1 0 0 1 0 2H7.411l7.488 7.486a.999.999 0 1 1-1.414 1.414l-9.192-9.192a.999.999 0 0 1 0-1.414l9.192-9.192a.999.999 0 0 1 1.414 0z" })))); Previous.displayName = "Previous"; @@ -34288,17 +34310,17 @@ var Previous_default = Previous; // ../juno-icon/src/PurchaseCart.tsx import { - createElement as createElement531 + createElement as createElement532 } from "react"; -import { forwardRef as forwardRef512, memo as memo420 } from "react"; -var PurchaseCart = memo420(forwardRef512((props, ref2) => /* @__PURE__ */ createElement531("svg", { +import { forwardRef as forwardRef513, memo as memo421 } from "react"; +var PurchaseCart = memo421(forwardRef513((props, ref2) => /* @__PURE__ */ createElement532("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement531("path", { +}, /* @__PURE__ */ createElement532("path", { d: "M10 28a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM29.217 7.024a1 1 0 0 1 .759 1.193l-2 9a1 1 0 1 1-1.952-.434l2-9a1 1 0 0 1 1.193-.759zM2 3a1 1 0 0 1 1-1h2c.489 0 .906.353.986.836L8.847 20H27a1 1 0 0 1 0 2H8a.999.999 0 0 1-.986-.836L4.153 4H3a1 1 0 0 1-1-1zM24 28a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" -}), /* @__PURE__ */ createElement531("path", { +}), /* @__PURE__ */ createElement532("path", { d: "M5 8a1 1 0 0 1 1-1h23a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1zM7 17a1 1 0 0 1 1-1h19a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1z" })))); PurchaseCart.displayName = "PurchaseCart"; @@ -34307,15 +34329,15 @@ var PurchaseCart_default = PurchaseCart; // ../juno-icon/src/PushToTalk.tsx import { - createElement as createElement532 + createElement as createElement533 } from "react"; -import { forwardRef as forwardRef513, memo as memo421 } from "react"; -var PushToTalk = memo421(forwardRef513((props, ref2) => /* @__PURE__ */ createElement532("svg", { +import { forwardRef as forwardRef514, memo as memo422 } from "react"; +var PushToTalk = memo422(forwardRef514((props, ref2) => /* @__PURE__ */ createElement533("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement532("path", { +}, /* @__PURE__ */ createElement533("path", { d: "M11 1a1 1 0 0 1 1 1l-.001 3.008 11.997.001a3 3 0 0 1 2.993 2.795l.007.205v12.387c0 .591-.175 1.169-.502 1.662l-1.543 2.317-.686 4.119a3 3 0 0 1-2.777 2.501l-.182.006H10.695a3 3 0 0 1-2.959-2.507l-.687-4.119-1.536-2.32a2.999 2.999 0 0 1-.491-1.436l-.008-.22V8.01a3 3 0 0 1 3-3H10V2.002a1 1 0 0 1 1-1zm12.996 6.009H8.014a1 1 0 0 0-1 1v12.389c0 .196.058.388.166.552l1.772 2.676.756 4.539a1 1 0 0 0 .986.836h10.611a1 1 0 0 0 .986-.836l.757-4.54 1.78-2.675c.109-.164.167-.357.167-.554V8.009a1 1 0 0 0-1-1zM18 24a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm2-4a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zm.667-9.667a1 1 0 0 1 1 1v4.333a1 1 0 0 1-1 1h-9.333a1 1 0 0 1-1-1v-4.333a1 1 0 0 1 1-1h9.333zm-1 2h-7.333v2.333h7.333v-2.333z" })))); PushToTalk.displayName = "PushToTalk"; @@ -34324,15 +34346,15 @@ var PushToTalk_default = PushToTalk; // ../juno-icon/src/Quote.tsx import { - createElement as createElement533 + createElement as createElement534 } from "react"; -import { forwardRef as forwardRef514, memo as memo422 } from "react"; -var Quote = memo422(forwardRef514((props, ref2) => /* @__PURE__ */ createElement533("svg", { +import { forwardRef as forwardRef515, memo as memo423 } from "react"; +var Quote = memo423(forwardRef515((props, ref2) => /* @__PURE__ */ createElement534("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement533("path", { +}, /* @__PURE__ */ createElement534("path", { d: "M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-15 4a3 3 0 0 1 2.98 2.65l.015.185.005.164-.004.147a2.529 2.529 0 0 1-.01.152l.001-.031a6.958 6.958 0 0 1-3.056 5.525.5.5 0 0 1-.579-.818 6.018 6.018 0 0 0 2.026-2.31 3 3 0 1 1-1.376-5.666zm8 0a3 3 0 0 1 2.98 2.65l.015.185.005.164-.004.147a2.529 2.529 0 0 1-.01.152v-.031a6.958 6.958 0 0 1-3.056 5.525.5.5 0 0 1-.579-.818 6.018 6.018 0 0 0 2.026-2.31 3 3 0 1 1-1.376-5.666z" })))); Quote.displayName = "Quote"; @@ -34341,15 +34363,15 @@ var Quote_default = Quote; // ../juno-icon/src/RadioUnselect.tsx import { - createElement as createElement534 + createElement as createElement535 } from "react"; -import { forwardRef as forwardRef515, memo as memo423 } from "react"; -var RadioUnselect = memo423(forwardRef515((props, ref2) => /* @__PURE__ */ createElement534("svg", { +import { forwardRef as forwardRef516, memo as memo424 } from "react"; +var RadioUnselect = memo424(forwardRef516((props, ref2) => /* @__PURE__ */ createElement535("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement534("path", { +}, /* @__PURE__ */ createElement535("path", { d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 2.5C8.544 2.5 2.5 8.544 2.5 16S8.544 29.5 16 29.5 29.5 23.456 29.5 16 23.456 2.5 16 2.5z" })))); RadioUnselect.displayName = "RadioUnselect"; @@ -34358,15 +34380,15 @@ var RadioUnselect_default = RadioUnselect; // ../juno-icon/src/Radio.tsx import { - createElement as createElement535 + createElement as createElement536 } from "react"; -import { forwardRef as forwardRef516, memo as memo424 } from "react"; -var Radio3 = memo424(forwardRef516((props, ref2) => /* @__PURE__ */ createElement535("svg", { +import { forwardRef as forwardRef517, memo as memo425 } from "react"; +var Radio3 = memo425(forwardRef517((props, ref2) => /* @__PURE__ */ createElement536("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement535("path", { +}, /* @__PURE__ */ createElement536("path", { d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 2.5C8.544 2.5 2.5 8.544 2.5 16S8.544 29.5 16 29.5 29.5 23.456 29.5 16 23.456 2.5 16 2.5zM16 7c4.971 0 9 4.029 9 9s-4.029 9-9 9-9-4.029-9-9 4.029-9 9-9z" })))); Radio3.displayName = "Radio"; @@ -34375,15 +34397,15 @@ var Radio_default2 = Radio3; // ../juno-icon/src/RbnOff.tsx import { - createElement as createElement536 + createElement as createElement537 } from "react"; -import { forwardRef as forwardRef517, memo as memo425 } from "react"; -var RbnOff = memo425(forwardRef517((props, ref2) => /* @__PURE__ */ createElement536("svg", { +import { forwardRef as forwardRef518, memo as memo426 } from "react"; +var RbnOff = memo426(forwardRef518((props, ref2) => /* @__PURE__ */ createElement537("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement536("path", { +}, /* @__PURE__ */ createElement537("path", { d: "M28.728 3.272a2 2 0 0 1 0 2.828L6.101 28.727a2 2 0 1 1-2.828-2.828L25.9 3.272a2 2 0 0 1 2.828 0zm-.41 6.068A13.96 13.96 0 0 1 30 16c0 3.771-1.501 7.31-4.12 9.919a1.999 1.999 0 1 1-2.822-2.834A9.961 9.961 0 0 0 26.001 16a9.994 9.994 0 0 0-.688-3.654l3.006-3.006zM8.919 6.107a2 2 0 0 1 .003 2.828A9.961 9.961 0 0 0 6 15.999c0 1.274.239 2.509.688 3.655L3.682 22.66a13.964 13.964 0 0 1-1.683-6.661c0-3.757 1.489-7.283 4.091-9.89a2 2 0 0 1 2.828-.003zm14.81 7.823a8.013 8.013 0 0 1-2.051 7.706 2 2 0 0 1-2.849-2.808l4.901-4.899zm-10.646-3.541a2 2 0 0 1 .159 2.699l-.115.129-4.856 4.855A8.028 8.028 0 0 1 8 16c0-2.105.819-4.086 2.255-5.567a2 2 0 0 1 2.828-.044z" })))); RbnOff.displayName = "RbnOff"; @@ -34392,15 +34414,15 @@ var RbnOff_default = RbnOff; // ../juno-icon/src/RbnOn.tsx import { - createElement as createElement537 + createElement as createElement538 } from "react"; -import { forwardRef as forwardRef518, memo as memo426 } from "react"; -var RbnOn = memo426(forwardRef518((props, ref2) => /* @__PURE__ */ createElement537("svg", { +import { forwardRef as forwardRef519, memo as memo427 } from "react"; +var RbnOn = memo427(forwardRef519((props, ref2) => /* @__PURE__ */ createElement538("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement537("path", { +}, /* @__PURE__ */ createElement538("path", { d: "M8.919 6.107a2 2 0 0 1 .003 2.828A9.963 9.963 0 0 0 6 15.999a9.96 9.96 0 0 0 2.962 7.104 2 2 0 1 1-2.815 2.841A13.962 13.962 0 0 1 2 15.999c0-3.757 1.489-7.283 4.091-9.89a2 2 0 0 1 2.828-.003zm17.001.014A13.96 13.96 0 0 1 30 16c0 3.771-1.501 7.31-4.12 9.919a1.999 1.999 0 1 1-2.822-2.834A9.961 9.961 0 0 0 26.001 16a9.962 9.962 0 0 0-2.915-7.057 2 2 0 1 1 2.834-2.822zm-12.837 4.268a2 2 0 0 1 .159 2.699l-.115.129A3.976 3.976 0 0 0 12 16c0 1.028.388 1.99 1.071 2.724l.163.165a2 2 0 1 1-2.767 2.889A7.98 7.98 0 0 1 8 16c0-2.105.819-4.086 2.255-5.567a2 2 0 0 1 2.828-.044zm8.528-.092A7.981 7.981 0 0 1 24 16a7.98 7.98 0 0 1-2.322 5.636 2 2 0 1 1-2.838-2.818A3.982 3.982 0 0 0 20.001 16a3.975 3.975 0 0 0-1.037-2.687l-.158-.164a2 2 0 1 1 2.805-2.851z" })))); RbnOn.displayName = "RbnOn"; @@ -34409,17 +34431,17 @@ var RbnOn_default = RbnOn; // ../juno-icon/src/RcApp.tsx import { - createElement as createElement538 + createElement as createElement539 } from "react"; -import { forwardRef as forwardRef519, memo as memo427 } from "react"; -var RcApp = memo427(forwardRef519((props, ref2) => /* @__PURE__ */ createElement538("svg", { +import { forwardRef as forwardRef520, memo as memo428 } from "react"; +var RcApp = memo428(forwardRef520((props, ref2) => /* @__PURE__ */ createElement539("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement538("path", { +}, /* @__PURE__ */ createElement539("path", { d: "M21.015 2h-10.03c-2.649 0-3.921.246-5.244.953a6.715 6.715 0 0 0-2.788 2.788C2.246 7.063 2 8.336 2 10.985v10.03c0 2.649.246 3.921.953 5.244a6.715 6.715 0 0 0 2.788 2.788c1.322.707 2.595.953 5.244.953h10.03c2.649 0 3.921-.246 5.244-.953a6.715 6.715 0 0 0 2.788-2.788c.707-1.322.953-2.595.953-5.244v-10.03c0-2.649-.246-3.921-.953-5.244a6.715 6.715 0 0 0-2.788-2.788C24.937 2.246 23.664 2 21.015 2zM10.948 4.406l11.645.044.054.004.054.004.053.004.052.004.051.004.051.004.05.005.074.007.048.005.048.005.047.005.046.005.046.006.045.006.045.006.044.006.043.006.043.006.042.006.041.007.041.007a.918.918 0 0 1 .02.003l.04.007.04.007.039.007.019.004c.524.101.9.24 1.355.483a4.314 4.314 0 0 1 1.801 1.801c.244.456.382.832.483 1.355l.007.039.007.039a.142.142 0 0 0 .004.02l.007.04.007.041.007.041.003.021.006.042.006.043.006.043.006.044.006.044.006.045.006.046.005.046.005.047.005.048.005.048.005.049.007.075.004.051.004.051.004.052.004.053.004.054.004.054.004.055.003.056.003.056.003.057.003.058.003.059.004.09.002.061.002.062.002.062.003.095.003.097.002.099.002.101.001.068.001.104.001.07.001.107v10.4l-.001.109-.001.071-.001.07-.001.104-.001.068-.001.067-.002.099-.003.098-.002.064-.003.094-.003.093-.002.061-.004.09-.004.088-.003.058-.005.085-.003.056-.004.055-.004.054-.004.054-.004.053-.004.052-.004.051-.004.051-.005.05-.007.074-.005.048-.005.048-.005.047-.005.046-.006.046-.006.045-.006.044-.006.044-.006.043-.006.043-.006.042-.007.041-.007.041a.918.918 0 0 1-.003.02l-.007.04-.007.04-.007.039-.004.019c-.101.524-.24.9-.483 1.355a4.314 4.314 0 0 1-1.801 1.801 4.417 4.417 0 0 1-1.355.483l-.039.007-.039.007a.142.142 0 0 0-.02.004l-.04.007-.041.007-.041.007-.021.003-.042.006-.043.006-.043.006-.044.006-.045.006-.045.006-.046.006-.046.005-.047.005-.048.005-.048.005-.049.005-.075.007-.051.004-.051.004-.052.004-.053.004-.054.004-.054.004-.055.004-.056.003-.056.003-.057.003-.058.003-.059.003-.09.004-.061.002-.062.002-.062.002-.095.003-.097.003-.099.002-.101.002-.068.001-.174.002-.18.001h-.111l-11.645-.044-.054-.004-.054-.004-.053-.004-.052-.004-.051-.004-.051-.004-.05-.005-.074-.007-.048-.005-.048-.005-.047-.005-.046-.005-.046-.006-.045-.006-.045-.006-.044-.006-.043-.006-.043-.006-.042-.006-.041-.007-.041-.007a.918.918 0 0 1-.02-.003l-.04-.007-.04-.007-.039-.007-.019-.004c-.524-.101-.9-.24-1.355-.483a4.314 4.314 0 0 1-1.801-1.801 4.417 4.417 0 0 1-.483-1.355l-.007-.039-.007-.039a.142.142 0 0 0-.004-.02l-.007-.04-.007-.041-.007-.041-.003-.021-.006-.042-.006-.043-.006-.043-.006-.044-.006-.045-.006-.045-.006-.046-.005-.046-.005-.047-.005-.048-.005-.048-.005-.049-.007-.075-.004-.051-.004-.051-.004-.052-.004-.053-.004-.054-.004-.054-.004-.055-.003-.056-.003-.056-.003-.057-.003-.058-.003-.059-.004-.09-.002-.061-.002-.062-.002-.062-.003-.095-.003-.097-.002-.099-.002-.101-.001-.068-.001-.104-.001-.07-.001-.107v-10.4l.001-.109.001-.071.001-.07.001-.104.001-.068.001-.067.002-.099.002-.098.002-.064.003-.094.003-.093.002-.061.004-.09.004-.088.003-.058.005-.085.003-.056.004-.055.004-.054.004-.054.004-.053.004-.052.004-.051.004-.051.005-.05.007-.074.005-.048.005-.048.005-.047.005-.046.006-.046.006-.045.006-.044.006-.044.006-.043.006-.043.006-.042.007-.041.007-.041a.918.918 0 0 1 .003-.02l.007-.04.007-.04.007-.039.004-.019c.101-.524.24-.9.483-1.355a4.314 4.314 0 0 1 1.801-1.801 4.417 4.417 0 0 1 1.355-.483l.039-.007.039-.007a.142.142 0 0 0 .02-.004l.04-.007.041-.007.041-.007.021-.003.042-.006.043-.006.043-.006.044-.006.045-.006.045-.006.046-.006.046-.005.047-.005.048-.005.048-.005.049-.005.075-.007.051-.004.051-.004.052-.004.053-.004.054-.004.054-.004.055-.004.056-.003.056-.003.057-.003.058-.003.059-.003.09-.004.061-.002.062-.002.062-.002.095-.003.097-.003.099-.002.101-.002.068-.001.174-.002.18-.001h.111z" -}), /* @__PURE__ */ createElement538("path", { +}), /* @__PURE__ */ createElement539("path", { d: "M11.426 24.081c.055.002.11-.007.162-.026a.381.381 0 0 0 .227-.227.41.41 0 0 0 .027-.162V11.98a.327.327 0 0 1 .368-.37h7.577c.049-.005.099.001.146.017s.089.044.124.08a.32.32 0 0 1 .089.273v3.648a.332.332 0 0 1-.088.274.327.327 0 0 1-.271.097h-3.413a.33.33 0 0 0-.375.37v1.617a4.86 4.86 0 0 0 .104 1.096c.079.326.216.635.404.912l2.355 3.695a.84.84 0 0 0 .785.393h3.072c.154 0 .255-.041.302-.128.021-.051.028-.107.02-.162s-.031-.106-.067-.149l-2.335-3.772c-.108-.154-.068-.277.117-.37l1.638-.738a2.751 2.751 0 0 0 1.283-1.063 3.168 3.168 0 0 0 .406-1.654v-5.358c0-.909-.235-1.598-.704-2.067s-1.159-.704-2.068-.704H10.687c-.89 0-1.574.235-2.053.704s-.719 1.159-.719 2.067v12.979a.41.41 0 0 0 .115.3c.04.039.087.069.138.088s.107.029.162.027h3.095z" })))); RcApp.displayName = "RcApp"; @@ -34428,15 +34450,15 @@ var RcApp_default = RcApp; // ../juno-icon/src/RcBlog.tsx import { - createElement as createElement539 + createElement as createElement540 } from "react"; -import { forwardRef as forwardRef520, memo as memo428 } from "react"; -var RcBlog = memo428(forwardRef520((props, ref2) => /* @__PURE__ */ createElement539("svg", { +import { forwardRef as forwardRef521, memo as memo429 } from "react"; +var RcBlog = memo429(forwardRef521((props, ref2) => /* @__PURE__ */ createElement540("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement539("path", { +}, /* @__PURE__ */ createElement540("path", { d: "M27 1a4 4 0 0 1 4 4v22a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5a4 4 0 0 1 4-4h22zm-8 22H8a1 1 0 0 0 0 2h11a1 1 0 0 0 0-2zm5-6H8a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2zM23 7H9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2v2H9V9h14z" })))); RcBlog.displayName = "RcBlog"; @@ -34445,15 +34467,15 @@ var RcBlog_default = RcBlog; // ../juno-icon/src/RcCcBorder.tsx import { - createElement as createElement540 + createElement as createElement541 } from "react"; -import { forwardRef as forwardRef521, memo as memo429 } from "react"; -var RcCcBorder = memo429(forwardRef521((props, ref2) => /* @__PURE__ */ createElement540("svg", { +import { forwardRef as forwardRef522, memo as memo430 } from "react"; +var RcCcBorder = memo430(forwardRef522((props, ref2) => /* @__PURE__ */ createElement541("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement540("path", { +}, /* @__PURE__ */ createElement541("path", { d: "M6.7 21c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.3-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3zm18.6-8c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm-1-12h-2.1l3.1 3.1 3.1-3.1h-2.1v-4.7H17v-1.4c2.3-.5 4-2.5 4-4.9 0-2.8-2.2-5-5-5s-5 2.2-5 5c0 2.4 1.7 4.4 4 4.9v1.4H5.7V17H3.6l3.1 3.1 3-3.1h-2v-2.7h16.6V17zM13 6c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3-3-1.3-3-3z" })))); RcCcBorder.displayName = "RcCcBorder"; @@ -34462,15 +34484,15 @@ var RcCcBorder_default = RcCcBorder; // ../juno-icon/src/RcCloudContact.tsx import { - createElement as createElement541 + createElement as createElement542 } from "react"; -import { forwardRef as forwardRef522, memo as memo430 } from "react"; -var RcCloudContact = memo430(forwardRef522((props, ref2) => /* @__PURE__ */ createElement541("svg", { +import { forwardRef as forwardRef523, memo as memo431 } from "react"; +var RcCloudContact = memo431(forwardRef523((props, ref2) => /* @__PURE__ */ createElement542("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement541("path", { +}, /* @__PURE__ */ createElement542("path", { d: "M7.906 4h16.188A3.912 3.912 0 0 1 28 7.913v7.285c0 2.86-2.71 4.652-4.673 5.232.882 1.667 2.262 4.193 4.142 7.57h-6.365l-4.2-7.285h-.275c-.477 0-1.603-.243-1.603-.721v-4.988h7.981V8.919H8.957v10.42c0 1.855 1.789 5.395 4.591 8.661H7.183C4.844 26.285 4 22.778 4 20.715V7.913A3.912 3.912 0 0 1 7.906 4z" })))); RcCloudContact.displayName = "RcCloudContact"; @@ -34479,15 +34501,15 @@ var RcCloudContact_default = RcCloudContact; // ../juno-icon/src/RcContact.tsx import { - createElement as createElement542 + createElement as createElement543 } from "react"; -import { forwardRef as forwardRef523, memo as memo431 } from "react"; -var RcContact = memo431(forwardRef523((props, ref2) => /* @__PURE__ */ createElement542("svg", { +import { forwardRef as forwardRef524, memo as memo432 } from "react"; +var RcContact = memo432(forwardRef524((props, ref2) => /* @__PURE__ */ createElement543("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement542("path", { +}, /* @__PURE__ */ createElement543("path", { fill: "#f80", d: "M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24z" })))); @@ -34497,15 +34519,15 @@ var RcContact_default = RcContact; // ../juno-icon/src/RcHelp.tsx import { - createElement as createElement543 + createElement as createElement544 } from "react"; -import { forwardRef as forwardRef524, memo as memo432 } from "react"; -var RcHelp = memo432(forwardRef524((props, ref2) => /* @__PURE__ */ createElement543("svg", { +import { forwardRef as forwardRef525, memo as memo433 } from "react"; +var RcHelp = memo433(forwardRef525((props, ref2) => /* @__PURE__ */ createElement544("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement543("path", { +}, /* @__PURE__ */ createElement544("path", { d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm1.205 20.001h-2.204V22h2.204v-1.999zM15.913 9c-.893 0-1.645.198-2.258.595-.97.621-1.593 1.933-1.655 3.42h2.25c0-.433.232-1.109.484-1.511s.679-.602 1.281-.602c.612 0 1.034.163 1.265.489s.346.687.346 1.084c0 .344-.104.66-.311.947a2.004 2.004 0 0 1-.451.462l-.568.446c-.56.438-.908.825-1.043 1.162s-.117 1.657-.148 2.539h2.102c.005-.417-.062-.437 0-.635.099-.313.298-1.587.599-1.822l.553-.43c.561-.438.939-.798 1.137-1.08.337-.464.506-1.035.506-1.714 0-1.106-.388-1.94-1.164-2.504s-1.75-.845-2.923-.845z" })))); RcHelp.displayName = "RcHelp"; @@ -34514,21 +34536,21 @@ var RcHelp_default = RcHelp; // ../juno-icon/src/RcLogo.tsx import { - createElement as createElement544 + createElement as createElement545 } from "react"; -import { forwardRef as forwardRef525, memo as memo433 } from "react"; -var RcLogo = memo433(forwardRef525((props, ref2) => /* @__PURE__ */ createElement544("svg", { +import { forwardRef as forwardRef526, memo as memo434 } from "react"; +var RcLogo = memo434(forwardRef526((props, ref2) => /* @__PURE__ */ createElement545("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement544("path", { +}, /* @__PURE__ */ createElement545("path", { fill: "#ff7a00", d: "M21.732 0H10.269C7.242 0 5.787.281 4.276 1.089a7.683 7.683 0 0 0-3.187 3.186C.281 5.786 0 7.241 0 10.268v11.463c0 3.027.281 4.482 1.089 5.993a7.672 7.672 0 0 0 3.187 3.186c1.511.808 2.966 1.089 5.993 1.089h11.463c3.027 0 4.482-.281 5.993-1.089a7.675 7.675 0 0 0 3.186-3.186C31.719 26.213 32 24.758 32 21.731V10.268c0-3.027-.281-4.482-1.089-5.993a7.683 7.683 0 0 0-3.186-3.187C26.214.28 24.759-.001 21.732-.001zM10.226 2.75l12.816.024.102.005.1.005.066.003.097.006.064.004.063.004.062.004.061.004.06.005.06.005.059.005.058.005.057.005.084.008.055.006.055.006.054.006.053.006.052.006.052.007.051.007.05.007.049.007.049.007.048.007.047.008.047.008.023.004.046.008.045.008.045.008.022.004a5.084 5.084 0 0 1 1.549.552 4.921 4.921 0 0 1 2.058 2.058c.278.521.437.95.552 1.549l.008.044.008.045.004.023.008.046.008.046.008.047.004.024.007.048.007.049.007.049.007.05.007.051.007.052.006.052.006.053.006.054.006.054.006.055.006.056.008.085.005.058.005.059.005.06.005.06.004.061.004.062.004.063.004.064.004.065.004.065.003.066.003.067.005.102.003.069.003.07.002.071.003.109.003.111.003.113.002.115.001.078.002.119.001.08.001.123v11.883l-.001.124-.001.081-.001.08-.002.119-.001.078-.001.077-.002.114-.003.111-.002.073-.003.108-.004.106-.003.069-.005.102-.005.1-.003.066-.006.097-.004.064-.004.063-.004.062-.004.061-.005.06-.005.06-.005.059-.005.058-.005.057-.008.084-.006.055-.006.055-.006.054-.006.053-.006.052-.007.052-.007.051-.007.05-.007.049-.007.049-.007.048-.008.047-.008.047-.004.023-.008.046-.008.045-.008.045-.004.022a5.084 5.084 0 0 1-.552 1.549 4.921 4.921 0 0 1-2.058 2.058c-.521.278-.95.437-1.549.552l-.044.008-.045.008-.023.004-.046.008-.046.008-.047.008-.024.004-.048.007-.049.007-.049.007-.05.007-.051.007-.052.007-.052.006-.053.006-.054.006-.055.006-.055.006-.056.006-.085.008-.058.005-.059.005-.06.005-.06.005-.061.004-.062.004-.063.004-.064.004-.065.004-.065.004-.066.003-.067.003-.102.005-.069.003-.07.003-.071.002-.109.003-.111.003-.113.003-.115.002-.078.001-.119.002-.08.001-.123.001H21.776L8.96 29.221l-.102-.005-.1-.005-.066-.003-.097-.006-.064-.004-.063-.004-.062-.004-.061-.004-.06-.005-.06-.005-.059-.005-.058-.005-.057-.005-.084-.008-.055-.006-.054-.006-.054-.006-.053-.006-.052-.006-.052-.007-.051-.007-.05-.007-.049-.007-.049-.007-.048-.007-.047-.008-.047-.008-.023-.004-.046-.008-.045-.008-.045-.008-.022-.004a5.084 5.084 0 0 1-1.549-.552 4.921 4.921 0 0 1-2.058-2.058 5.049 5.049 0 0 1-.552-1.549l-.008-.044-.008-.045-.004-.023-.008-.046-.008-.046-.008-.047-.004-.024-.007-.048-.007-.049-.007-.049-.007-.05-.007-.051-.007-.052-.006-.052-.006-.053-.006-.054-.006-.055-.006-.055-.006-.056-.008-.085-.005-.058-.005-.059-.005-.06-.005-.06-.004-.061-.004-.062-.004-.063-.004-.064-.004-.065-.004-.065-.003-.066-.003-.067-.005-.102-.003-.069-.003-.07-.002-.071-.003-.109-.003-.111-.003-.113-.002-.115-.001-.078-.002-.119-.001-.08-.001-.123V10.097l.001-.124.001-.081.001-.08.002-.119.001-.078.001-.077.002-.114.003-.111.002-.073.003-.108.004-.106.003-.069.005-.102.005-.1.003-.066.006-.097.004-.064.004-.063.004-.062.004-.061.005-.06.005-.06.005-.059.005-.058.005-.057.008-.084.006-.055.006-.054.006-.054.006-.053.006-.052.007-.052.007-.051.007-.05.007-.049.007-.049.007-.048.008-.047.008-.047.004-.023.008-.046.008-.045.008-.045.004-.022a5.084 5.084 0 0 1 .552-1.549 4.921 4.921 0 0 1 2.058-2.058c.521-.278.95-.437 1.549-.552l.044-.008.045-.008.023-.004.046-.008.046-.008.047-.008.024-.004.048-.007.049-.007.049-.007.05-.007.051-.007.052-.007.052-.006.053-.006.054-.006.054-.006.055-.006.056-.006.085-.008.058-.005.059-.005.06-.005.06-.005.061-.004.062-.004.063-.004.064-.004.065-.004.065-.004.066-.003.067-.003.102-.005.069-.003.07-.003.071-.002.109-.003.111-.003.113-.003.115-.002.078-.001.119-.002.08-.001.123-.001H10.226z" -}), /* @__PURE__ */ createElement544("path", { +}), /* @__PURE__ */ createElement545("path", { fill: "#fff", d: "m10.206 2.704 12.86.024.103.005.101.005.066.003.098.006.064.004.063.004.062.004.061.004.061.005.06.005.059.005.058.005.057.005.085.008.055.006.055.006.054.006.053.006.052.006.052.007.051.007.05.007.05.007.049.007.048.007.048.008.047.008.023.004.046.008.045.008.045.008.022.004c.6.116 1.032.275 1.554.554a4.947 4.947 0 0 1 2.066 2.066c.279.522.438.954.554 1.554l.008.044.008.045.004.023.008.046.008.047.008.047.004.024.007.048.007.049.007.05.007.05.007.051.007.052.006.052.006.053.006.054.006.055.006.055.006.056.008.086.005.058.005.059.005.06.005.061.004.061.004.062.004.063.004.064.004.065.004.066.003.067.003.067.005.103.003.07.003.071.002.072.003.109.003.111.003.113.002.116.001.078.002.119.001.081.001.123v11.925l-.001.125-.001.082-.001.081-.002.119-.001.078-.001.077-.002.114-.003.112-.002.073-.003.108-.004.106-.003.07-.005.103-.005.101-.003.066-.006.098-.004.064-.004.063-.004.062-.004.061-.005.061-.005.06-.005.059-.005.058-.005.057-.008.085-.006.055-.006.055-.006.054-.006.053-.006.052-.007.052-.007.051-.007.05-.007.05-.007.049-.007.048-.008.048-.008.047-.004.023-.008.046-.008.045-.008.045-.004.022a5.081 5.081 0 0 1-.554 1.554 4.953 4.953 0 0 1-2.066 2.066 5.081 5.081 0 0 1-1.554.554l-.044.008-.045.008-.023.004-.046.008-.047.008-.047.008-.024.004-.048.007-.049.007-.05.007-.05.007-.051.007-.052.007-.052.006-.053.006-.054.006-.055.006-.055.006-.056.006-.086.008-.058.005-.059.005-.06.005-.061.005-.061.004-.062.004-.063.004-.064.004-.065.004-.066.004-.067.003-.067.003-.103.005-.07.003-.071.003-.072.002-.109.003-.111.003-.113.003-.116.002-.078.001-.119.002-.081.001-.206.001h-.127l-12.86-.024-.103-.005-.101-.005-.066-.003-.098-.006-.064-.004-.063-.004-.062-.004-.061-.004-.061-.005-.06-.005-.059-.005-.058-.005-.057-.005-.085-.008-.055-.006-.055-.006-.054-.006-.053-.006-.052-.006-.052-.007-.051-.007-.05-.007-.05-.007-.049-.007-.048-.007-.048-.008-.047-.008-.023-.004-.046-.008-.045-.008-.045-.008-.022-.004a5.081 5.081 0 0 1-1.554-.554 4.953 4.953 0 0 1-2.066-2.066 5.081 5.081 0 0 1-.554-1.554l-.008-.044-.008-.045-.004-.023-.008-.046-.008-.047-.008-.047-.004-.024-.007-.048-.007-.049-.007-.05-.007-.05-.007-.051-.007-.052-.006-.052-.006-.053-.006-.054-.006-.055-.006-.055-.006-.056-.008-.086-.005-.058-.005-.059-.005-.06-.005-.061-.004-.061-.004-.062-.004-.063-.004-.064-.004-.065-.004-.066-.003-.067-.003-.067-.005-.103-.003-.07-.003-.071-.002-.072-.003-.109-.003-.111-.003-.113-.002-.116-.001-.078-.002-.119-.001-.081-.001-.123V10.079l.001-.125.001-.082.001-.081.002-.119.001-.078.001-.077.002-.114.003-.112.002-.073.003-.108.004-.106.003-.07.005-.103.005-.101.003-.066.006-.098.004-.064.004-.063.004-.062.004-.061.005-.061.005-.06.005-.059.005-.058.005-.057.008-.085.006-.055.006-.055.006-.054.006-.053.006-.052.007-.052.007-.051.007-.05.007-.05.007-.049.007-.048.008-.048.008-.047.004-.023.008-.046.008-.045.008-.045.004-.022c.116-.6.275-1.032.554-1.554a4.953 4.953 0 0 1 2.066-2.066 5.081 5.081 0 0 1 1.554-.554l.044-.008.045-.008.023-.004.046-.008.047-.008.047-.008.024-.004.048-.007.049-.007.05-.007.05-.007.051-.007.052-.007.052-.006.053-.006.054-.006.055-.006.055-.006.056-.006.086-.008.058-.005.059-.005.06-.005.061-.005.061-.004.062-.004.063-.004.064-.004.065-.004.066-.004.067-.003.067-.003.103-.005.07-.003.071-.003.072-.002.109-.003.111-.003.113-.003.116-.002.078-.001.119-.002.081-.001.206-.001h.127z" -}), /* @__PURE__ */ createElement544("path", { +}), /* @__PURE__ */ createElement545("path", { fill: "#0684bc", d: "M10.772 25.236a.467.467 0 0 0 .343-.131.472.472 0 0 0 .133-.343V11.407a.382.382 0 0 1 .105-.317.373.373 0 0 1 .315-.106h8.659a.377.377 0 0 1 .308.111.374.374 0 0 1 .102.312v4.169a.366.366 0 0 1-.243.404c-.054.019-.111.026-.168.019h-3.901a.376.376 0 0 0-.414.25.362.362 0 0 0-.015.173v1.848c-.008.421.032.841.119 1.252.09.372.247.726.462 1.043l2.691 4.223a.954.954 0 0 0 .897.45h3.511c.177 0 .291-.047.345-.146a.346.346 0 0 0-.053-.355l-2.669-4.311c-.123-.177-.078-.316.133-.423l1.872-.844a3.134 3.134 0 0 0 1.466-1.215c.325-.576.485-1.23.464-1.891V9.929c0-1.039-.268-1.826-.805-2.363s-1.324-.805-2.363-.805H9.925c-1.017 0-1.799.268-2.347.805s-.821 1.324-.821 2.363v14.834a.467.467 0 0 0 .131.343.47.47 0 0 0 .343.131h3.537z" })))); @@ -34538,18 +34560,18 @@ var RcLogo_default = RcLogo; // ../juno-icon/src/RcvMicOff.tsx import { - createElement as createElement545 + createElement as createElement546 } from "react"; -import { forwardRef as forwardRef526, memo as memo434 } from "react"; -var RcvMicOff = memo434(forwardRef526((props, ref2) => /* @__PURE__ */ createElement545("svg", { +import { forwardRef as forwardRef527, memo as memo435 } from "react"; +var RcvMicOff = memo435(forwardRef527((props, ref2) => /* @__PURE__ */ createElement546("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement545("path", { +}, /* @__PURE__ */ createElement546("path", { fill: "#6a7186", d: "M23.5 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L16.5 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 22.5 16v-3a1 1 0 0 1 1-1zm-3 1.828V16a5 5 0 0 1-6.827 4.656l6.827-6.828zM7.5 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 6.5 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-9.655 9.656a4.978 4.978 0 0 1-.345-1.829v-9a5 5 0 0 1 5-5z" -}), /* @__PURE__ */ createElement545("path", { +}), /* @__PURE__ */ createElement546("path", { fill: "#f54c3d", d: "M28.935 3.979a.999.999 0 0 1 0 1.414L4.893 29.435a.999.999 0 1 1-1.414-1.414L27.521 3.979a.999.999 0 0 1 1.414 0z" })))); @@ -34559,18 +34581,18 @@ var RcvMicOff_default = RcvMicOff; // ../juno-icon/src/RcvVideocamOff.tsx import { - createElement as createElement546 + createElement as createElement547 } from "react"; -import { forwardRef as forwardRef527, memo as memo435 } from "react"; -var RcvVideocamOff = memo435(forwardRef527((props, ref2) => /* @__PURE__ */ createElement546("svg", { +import { forwardRef as forwardRef528, memo as memo436 } from "react"; +var RcvVideocamOff = memo436(forwardRef528((props, ref2) => /* @__PURE__ */ createElement547("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement546("path", { +}, /* @__PURE__ */ createElement547("path", { fill: "#6a7186", d: "M21 5.5c.597 0 1.132.261 1.499.675L3.172 25.5H3a2 2 0 0 1-2-2v-16a2 2 0 0 1 2-2h18zm2 5.828V23.5a2 2 0 0 1-2 2H8.827L23 11.328zm7-2.21a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.381v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z" -}), /* @__PURE__ */ createElement546("path", { +}), /* @__PURE__ */ createElement547("path", { fill: "#f54c3d", d: "M29.435 3.479a.999.999 0 0 1 0 1.414L5.393 28.935a.999.999 0 1 1-1.414-1.414L28.021 3.479a.999.999 0 0 1 1.414 0z" })))); @@ -34580,15 +34602,15 @@ var RcvVideocamOff_default = RcvVideocamOff; // ../juno-icon/src/Read.tsx import { - createElement as createElement547 + createElement as createElement548 } from "react"; -import { forwardRef as forwardRef528, memo as memo436 } from "react"; -var Read = memo436(forwardRef528((props, ref2) => /* @__PURE__ */ createElement547("svg", { +import { forwardRef as forwardRef529, memo as memo437 } from "react"; +var Read = memo437(forwardRef529((props, ref2) => /* @__PURE__ */ createElement548("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement547("path", { +}, /* @__PURE__ */ createElement548("path", { d: "M25.615 2a2 2 0 0 1 1.752 2.965L24 11.08l3.331 5.943a2 2 0 0 1-1.745 2.978H6v9a1 1 0 0 1-2 0v-26a1 1 0 0 1 1-1h20.615zm-.001 2H6v14h19.586l-3.331-5.943a2 2 0 0 1-.084-1.789l.076-.154 3.366-6.115z" })))); Read.displayName = "Read"; @@ -34597,15 +34619,15 @@ var Read_default = Read; // ../juno-icon/src/RecTransciptSp.tsx import { - createElement as createElement548 + createElement as createElement549 } from "react"; -import { forwardRef as forwardRef529, memo as memo437 } from "react"; -var RecTransciptSp = memo437(forwardRef529((props, ref2) => /* @__PURE__ */ createElement548("svg", { +import { forwardRef as forwardRef530, memo as memo438 } from "react"; +var RecTransciptSp = memo438(forwardRef530((props, ref2) => /* @__PURE__ */ createElement549("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement548("path", { +}, /* @__PURE__ */ createElement549("path", { d: "M12.571 8a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm12.572 11.429v2.286h-3.429v-2.286h3.429zm-12.572-9.143a5.714 5.714 0 1 0 0 11.427 5.714 5.714 0 0 0 0-11.427zm0 1.714a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm14.858 2.857v2.286h-5.714v-2.286h5.714zm0-4.571v2.286h-5.714v-2.286h5.714z" })))); RecTransciptSp.displayName = "RecTransciptSp"; @@ -34614,15 +34636,15 @@ var RecTransciptSp_default = RecTransciptSp; // ../juno-icon/src/Recent.tsx import { - createElement as createElement549 + createElement as createElement550 } from "react"; -import { forwardRef as forwardRef530, memo as memo438 } from "react"; -var Recent = memo438(forwardRef530((props, ref2) => /* @__PURE__ */ createElement549("svg", { +import { forwardRef as forwardRef531, memo as memo439 } from "react"; +var Recent = memo439(forwardRef531((props, ref2) => /* @__PURE__ */ createElement550("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement549("path", { +}, /* @__PURE__ */ createElement550("path", { d: "M17 24a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h14zm6-13.002.117.007c.459.053.823.418.877.877l.007.117v10.585l3.793-3.792.094-.083a1 1 0 0 1 1.403 1.403l-.083.094-5.5 5.5-.085.076c-.608.491-1.534.107-1.617-.67L22 24.998v-13l.007-.117c.053-.459.418-.823.877-.877l.117-.007zM17 15a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h14zm12-9a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26z" })))); Recent.displayName = "Recent"; @@ -34631,15 +34653,15 @@ var Recent_default = Recent; // ../juno-icon/src/RecordBorder.tsx import { - createElement as createElement550 + createElement as createElement551 } from "react"; -import { forwardRef as forwardRef531, memo as memo439 } from "react"; -var RecordBorder = memo439(forwardRef531((props, ref2) => /* @__PURE__ */ createElement550("svg", { +import { forwardRef as forwardRef532, memo as memo440 } from "react"; +var RecordBorder = memo440(forwardRef532((props, ref2) => /* @__PURE__ */ createElement551("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement550("path", { +}, /* @__PURE__ */ createElement551("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 11z" })))); RecordBorder.displayName = "RecordBorder"; @@ -34648,17 +34670,17 @@ var RecordBorder_default = RecordBorder; // ../juno-icon/src/RecordSp.tsx import { - createElement as createElement551 + createElement as createElement552 } from "react"; -import { forwardRef as forwardRef532, memo as memo440 } from "react"; -var RecordSp = memo440(forwardRef532((props, ref2) => /* @__PURE__ */ createElement551("svg", { +import { forwardRef as forwardRef533, memo as memo441 } from "react"; +var RecordSp = memo441(forwardRef533((props, ref2) => /* @__PURE__ */ createElement552("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement551("path", { +}, /* @__PURE__ */ createElement552("path", { d: "M16.001 6.857a9.157 9.157 0 0 1 9.137 8.858l.005.285-.004.285A9.143 9.143 0 0 1 16 25.143a9.143 9.143 0 0 1-.285-18.281L16 6.858zm0 2.286-.258.005A6.857 6.857 0 0 0 16 22.857c3.621 0 6.599-2.812 6.84-6.353l.012-.254.004-.246a6.871 6.871 0 0 0-6.6-6.856l-.257-.005z" -}), /* @__PURE__ */ createElement551("path", { +}), /* @__PURE__ */ createElement552("path", { d: "M16 11.429a4.572 4.572 0 0 1 .229 9.137l-.228.006-.228-.006a4.572 4.572 0 0 1 .229-9.137z" })))); RecordSp.displayName = "RecordSp"; @@ -34667,15 +34689,15 @@ var RecordSp_default = RecordSp; // ../juno-icon/src/Record.tsx import { - createElement as createElement552 + createElement as createElement553 } from "react"; -import { forwardRef as forwardRef533, memo as memo441 } from "react"; -var Record = memo441(forwardRef533((props, ref2) => /* @__PURE__ */ createElement552("svg", { +import { forwardRef as forwardRef534, memo as memo442 } from "react"; +var Record = memo442(forwardRef534((props, ref2) => /* @__PURE__ */ createElement553("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement552("path", { +}, /* @__PURE__ */ createElement553("path", { d: "M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z" })))); Record.displayName = "Record"; @@ -34684,19 +34706,19 @@ var Record_default = Record; // ../juno-icon/src/RecordingInsights.tsx import { - createElement as createElement553 + createElement as createElement554 } from "react"; -import { forwardRef as forwardRef534, memo as memo442 } from "react"; -var RecordingInsights = memo442(forwardRef534((props, ref2) => /* @__PURE__ */ createElement553("svg", { +import { forwardRef as forwardRef535, memo as memo443 } from "react"; +var RecordingInsights = memo443(forwardRef535((props, ref2) => /* @__PURE__ */ createElement554("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement553("path", { +}, /* @__PURE__ */ createElement554("path", { d: "M25.581 1.167c-.074-.222-.444-.222-.493 0L24.669 2.6C24.3 3.91 23.29 4.923 21.96 5.318l-1.181.346c-.201.057-.445.126-.445.321 0 .123.074.222.197.247l1.429.42c1.305.371 2.315 1.384 2.709 2.718l.327 1.119.019.066c.056.201.124.446.319.446a.24.24 0 0 0 .246-.198l.419-1.433c.369-1.31 1.379-2.323 2.709-2.718l1.18-.346c.2-.056.446-.126.446-.321a.241.241 0 0 0-.197-.247l-1.428-.42C27.404 4.947 26.394 3.934 26 2.6l-.419-1.433z" -}), /* @__PURE__ */ createElement553("path", { +}), /* @__PURE__ */ createElement554("path", { d: "M16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11c0-.577-.044-1.142-.129-1.694a1 1 0 1 1 1.977-.305c.101.652.153 1.32.153 1.999 0 7.18-5.82 13-13 13s-13-5.82-13-13 5.82-13 13-13c.679 0 1.347.052 1.999.153a1 1 0 1 1-.305 1.977 11.118 11.118 0 0 0-1.694-.129z" -}), /* @__PURE__ */ createElement553("path", { +}), /* @__PURE__ */ createElement554("path", { d: "M21 16a5 5 0 1 1-10.001-.001A5 5 0 0 1 21 16z" })))); RecordingInsights.displayName = "RecordingInsights"; @@ -34705,15 +34727,15 @@ var RecordingInsights_default = RecordingInsights; // ../juno-icon/src/Refresh.tsx import { - createElement as createElement554 + createElement as createElement555 } from "react"; -import { forwardRef as forwardRef535, memo as memo443 } from "react"; -var Refresh = memo443(forwardRef535((props, ref2) => /* @__PURE__ */ createElement554("svg", { +import { forwardRef as forwardRef536, memo as memo444 } from "react"; +var Refresh = memo444(forwardRef536((props, ref2) => /* @__PURE__ */ createElement555("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement554("path", { +}, /* @__PURE__ */ createElement555("path", { d: "M27 3a1 1 0 0 1 1 1v6a1 1 0 0 1-.883.993L27 11h-6a1 1 0 0 1 0-2l3.486-.001A10.981 10.981 0 0 0 16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11a1 1 0 0 1 2 0c0 7.18-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3a12.98 12.98 0 0 1 10.001 4.693L26 4a1 1 0 0 1 1-1z" })))); Refresh.displayName = "Refresh"; @@ -34722,15 +34744,15 @@ var Refresh_default = Refresh; // ../juno-icon/src/Regenerate.tsx import { - createElement as createElement555 + createElement as createElement556 } from "react"; -import { forwardRef as forwardRef536, memo as memo444 } from "react"; -var Regenerate = memo444(forwardRef536((props, ref2) => /* @__PURE__ */ createElement555("svg", { +import { forwardRef as forwardRef537, memo as memo445 } from "react"; +var Regenerate = memo445(forwardRef537((props, ref2) => /* @__PURE__ */ createElement556("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement555("path", { +}, /* @__PURE__ */ createElement556("path", { d: "M28.915 17.441a12.992 12.992 0 0 1-23.914 5.474v3.752a.997.997 0 0 1-1 1 .997.997 0 0 1-1-1V20a.997.997 0 0 1 1-1h6.667a.997.997 0 0 1 1 1 .997.997 0 0 1-1 1h-4.44a10.983 10.983 0 0 0 17.828 2.514 10.978 10.978 0 0 0 2.879-6.288 1.01 1.01 0 0 1 .712-.868 1.005 1.005 0 0 1 .769.083 1.01 1.01 0 0 1 .48.607c.036.128.045.262.029.393h-.007zM28 4.333a.997.997 0 0 0-1 1v3.752a12.991 12.991 0 0 0-23.914 5.474 1.001 1.001 0 0 0 .887 1.103h.109a1.004 1.004 0 0 0 .992-.892 10.98 10.98 0 0 1 20.7-3.77h-4.44a.997.997 0 0 0-1 1 .997.997 0 0 0 1 1h6.667a.997.997 0 0 0 1-1V5.333a.997.997 0 0 0-1-1z" })))); Regenerate.displayName = "Regenerate"; @@ -34739,15 +34761,15 @@ var Regenerate_default = Regenerate; // ../juno-icon/src/ReminderBorder.tsx import { - createElement as createElement556 + createElement as createElement557 } from "react"; -import { forwardRef as forwardRef537, memo as memo445 } from "react"; -var ReminderBorder = memo445(forwardRef537((props, ref2) => /* @__PURE__ */ createElement556("svg", { +import { forwardRef as forwardRef538, memo as memo446 } from "react"; +var ReminderBorder = memo446(forwardRef538((props, ref2) => /* @__PURE__ */ createElement557("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement556("path", { +}, /* @__PURE__ */ createElement557("path", { d: "M10.371 3.805 3.597 8.803a1 1 0 1 1-1.191-1.608l6.775-4.998a1 1 0 1 1 1.189 1.608zm12.445-1.61 6.781 5.002A.998.998 0 0 1 29.001 9a.993.993 0 0 1-.594-.195l-6.78-5.002A.998.998 0 0 1 22.223 2a.99.99 0 0 1 .593.195zM17 11v6h4.5a1 1 0 0 1 0 2H17a2 2 0 0 1-2-2v-6a1 1 0 0 1 2 0zm9 7c0-5.523-4.477-10-10-10S6 12.477 6 18s4.477 10 10 10 10-4.477 10-10zm2 0c0 6.627-5.373 12-12 12S4 24.627 4 18 9.373 6 16 6s12 5.373 12 12z" })))); ReminderBorder.displayName = "ReminderBorder"; @@ -34756,15 +34778,15 @@ var ReminderBorder_default = ReminderBorder; // ../juno-icon/src/Reminder.tsx import { - createElement as createElement557 + createElement as createElement558 } from "react"; -import { forwardRef as forwardRef538, memo as memo446 } from "react"; -var Reminder = memo446(forwardRef538((props, ref2) => /* @__PURE__ */ createElement557("svg", { +import { forwardRef as forwardRef539, memo as memo447 } from "react"; +var Reminder = memo447(forwardRef539((props, ref2) => /* @__PURE__ */ createElement558("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement557("path", { +}, /* @__PURE__ */ createElement558("path", { d: "M10.582 2.406a1.002 1.002 0 0 1-.207 1.398l-.003.002-6.778 5a1 1 0 0 1-1.19-1.608l.003-.002 6.778-5a.998.998 0 0 1 1.397.208l.002.003zm10.835 0a1 1 0 0 1 1.401-.208l-.003-.002 6.778 5a1 1 0 1 1-1.191 1.607l.003.002-6.777-5a1 1 0 0 1-.21-1.401l-.002.003zM28 18c0 6.627-5.373 12-12 12S4 24.627 4 18 9.373 6 16 6s12 5.373 12 12zm-11-7a1 1 0 0 0-2 0v6a2 2 0 0 0 2 2h4.5a1 1 0 0 0 0-2H17v-6z" })))); Reminder.displayName = "Reminder"; @@ -34773,15 +34795,15 @@ var Reminder_default = Reminder; // ../juno-icon/src/RemoveBorder.tsx import { - createElement as createElement558 + createElement as createElement559 } from "react"; -import { forwardRef as forwardRef539, memo as memo447 } from "react"; -var RemoveBorder = memo447(forwardRef539((props, ref2) => /* @__PURE__ */ createElement558("svg", { +import { forwardRef as forwardRef540, memo as memo448 } from "react"; +var RemoveBorder = memo448(forwardRef540((props, ref2) => /* @__PURE__ */ createElement559("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement558("path", { +}, /* @__PURE__ */ createElement559("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm7 11a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14z" })))); RemoveBorder.displayName = "RemoveBorder"; @@ -34790,15 +34812,15 @@ var RemoveBorder_default = RemoveBorder; // ../juno-icon/src/RemoveField.tsx import { - createElement as createElement559 + createElement as createElement560 } from "react"; -import { forwardRef as forwardRef540, memo as memo448 } from "react"; -var RemoveField = memo448(forwardRef540((props, ref2) => /* @__PURE__ */ createElement559("svg", { +import { forwardRef as forwardRef541, memo as memo449 } from "react"; +var RemoveField = memo449(forwardRef541((props, ref2) => /* @__PURE__ */ createElement560("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement559("path", { +}, /* @__PURE__ */ createElement560("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm3.712 7.813-3.713 3.713-3.712-3.712a1.75 1.75 0 0 0-2.475 2.475l3.712 3.712-3.713 3.713a1.75 1.75 0 0 0 2.475 2.475l3.712-3.713 3.713 3.713a1.75 1.75 0 0 0 2.475-2.475l-3.713-3.713 3.713-3.712a1.75 1.75 0 0 0-2.475-2.475z" })))); RemoveField.displayName = "RemoveField"; @@ -34807,15 +34829,15 @@ var RemoveField_default = RemoveField; // ../juno-icon/src/RemoveMemberBorder.tsx import { - createElement as createElement560 + createElement as createElement561 } from "react"; -import { forwardRef as forwardRef541, memo as memo449 } from "react"; -var RemoveMemberBorder = memo449(forwardRef541((props, ref2) => /* @__PURE__ */ createElement560("svg", { +import { forwardRef as forwardRef542, memo as memo450 } from "react"; +var RemoveMemberBorder = memo450(forwardRef542((props, ref2) => /* @__PURE__ */ createElement561("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement560("path", { +}, /* @__PURE__ */ createElement561("path", { d: "M13 17c.96 0 1.895.101 2.789.291-.4.575-.742 1.193-1.016 1.846A11.424 11.424 0 0 0 12.999 19c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l9.905.001c.221.703.518 1.373.88 2L3.998 28a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm7.172 1.757L23 21.585l2.828-2.828a.999.999 0 1 1 1.414 1.414l-2.828 2.828 2.828 2.828a.999.999 0 1 1-1.414 1.414l-2.829-2.829-2.828 2.829a.999.999 0 1 1-1.414-1.414l2.828-2.829-2.828-2.828a.999.999 0 1 1 1.414-1.414zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); RemoveMemberBorder.displayName = "RemoveMemberBorder"; @@ -34824,15 +34846,15 @@ var RemoveMemberBorder_default = RemoveMemberBorder; // ../juno-icon/src/Remove.tsx import { - createElement as createElement561 + createElement as createElement562 } from "react"; -import { forwardRef as forwardRef542, memo as memo450 } from "react"; -var Remove = memo450(forwardRef542((props, ref2) => /* @__PURE__ */ createElement561("svg", { +import { forwardRef as forwardRef543, memo as memo451 } from "react"; +var Remove = memo451(forwardRef543((props, ref2) => /* @__PURE__ */ createElement562("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement561("path", { +}, /* @__PURE__ */ createElement562("path", { d: "M25.899 6.101C20.432.634 11.567.634 6.1 6.101S.633 20.433 6.1 25.9c5.467 5.467 14.332 5.467 19.799 0s5.467-14.332 0-19.799zM9 15h14a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2z" })))); Remove.displayName = "Remove"; @@ -34841,15 +34863,15 @@ var Remove_default = Remove; // ../juno-icon/src/Repeat.tsx import { - createElement as createElement562 + createElement as createElement563 } from "react"; -import { forwardRef as forwardRef543, memo as memo451 } from "react"; -var Repeat = memo451(forwardRef543((props, ref2) => /* @__PURE__ */ createElement562("svg", { +import { forwardRef as forwardRef544, memo as memo452 } from "react"; +var Repeat = memo452(forwardRef544((props, ref2) => /* @__PURE__ */ createElement563("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement562("path", { +}, /* @__PURE__ */ createElement563("path", { d: "M27 15a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1l-17.829.001 2.536-2.536a.999.999 0 1 0-1.414-1.414L4.05 23.294a.999.999 0 0 0 0 1.414l4.243 4.243a.999.999 0 1 0 1.414-1.414l-2.536-2.535L26 25.001a2 2 0 0 0 2-2v-7a1 1 0 0 0-1-1zM22.293 3.05a.999.999 0 0 0 0 1.414l2.536 2.535L6 7a2 2 0 0 0-2 2v7a1 1 0 0 0 2 0v-6a1 1 0 0 1 1-1l17.829-.001-2.536 2.536a.999.999 0 1 0 1.414 1.414l4.243-4.243a.999.999 0 0 0 0-1.414l-4.243-4.243a.999.999 0 0 0-1.414 0z" })))); Repeat.displayName = "Repeat"; @@ -34858,15 +34880,15 @@ var Repeat_default = Repeat; // ../juno-icon/src/Reply.tsx import { - createElement as createElement563 + createElement as createElement564 } from "react"; -import { forwardRef as forwardRef544, memo as memo452 } from "react"; -var Reply = memo452(forwardRef544((props, ref2) => /* @__PURE__ */ createElement563("svg", { +import { forwardRef as forwardRef545, memo as memo453 } from "react"; +var Reply = memo453(forwardRef545((props, ref2) => /* @__PURE__ */ createElement564("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement563("path", { +}, /* @__PURE__ */ createElement564("path", { d: "m19.287 4.297.127.117 10.172 10.172a2 2 0 0 1 .117 2.701l-.117.127-10.172 10.172a2 2 0 0 1-3.408-1.265L16 26.172 15.999 21l-.999.001c-7.18 0-13-5.82-13-13v-3c0-1.192 1.711-1.384 1.975-.221a8 8 0 0 0 7.538 6.217l.263.004h4.222l.001-5.171a2 2 0 0 1 3.287-1.531zM14 19h2.999a1 1 0 0 1 .993.883l.007.117.001 5.689c0 .11.09.2.2.2a.197.197 0 0 0 .141-.059l9.689-9.689a.2.2 0 0 0 0-.283l-9.689-9.689a.2.2 0 0 0-.342.141l-.001 5.688a1 1 0 0 1-1 1l-5.531-.005a9.996 9.996 0 0 1-7.179-3.365l-.202-.235.04.284c.759 4.955 4.824 8.822 9.873 9.277l-.001.045z" })))); Reply.displayName = "Reply"; @@ -34875,15 +34897,15 @@ var Reply_default = Reply; // ../juno-icon/src/ReportAnIssueAlternative.tsx import { - createElement as createElement564 + createElement as createElement565 } from "react"; -import { forwardRef as forwardRef545, memo as memo453 } from "react"; -var ReportAnIssueAlternative = memo453(forwardRef545((props, ref2) => /* @__PURE__ */ createElement564("svg", { +import { forwardRef as forwardRef546, memo as memo454 } from "react"; +var ReportAnIssueAlternative = memo454(forwardRef546((props, ref2) => /* @__PURE__ */ createElement565("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement564("path", { +}, /* @__PURE__ */ createElement565("path", { d: "M25.45 3C27.95 3 30 5.082 30 7.624v12.09c0 2.539-2.049 4.623-4.55 4.623h-8.051L10.4 29.67c-1.1.839-2.8-.024-2.8-1.423v-3.91H6.55c-2.5 0-4.55-2.084-4.55-4.623V7.624C2 5.082 4.049 3 6.55 3h18.9zm0 2.134H6.55c-1.364 0-2.449 1.103-2.449 2.49v12.09c0 1.387 1.085 2.489 2.449 2.489h2.1c.58 0 1.05.477 1.05 1.066v4.268l6.72-5.119c.18-.14.403-.215.63-.215h8.4c1.364 0 2.45-1.102 2.45-2.489V7.624c0-1.387-1.085-2.49-2.45-2.49zM16 16.436c.553 0 1.001.479 1.001 1.071 0 .591-.448 1.071-1.001 1.071-.551 0-.999-.48-.999-1.071s.448-1.071.999-1.071zm0-9.282c.521 0 .947.424.995.968l.006.105v5.711c0 .591-.448 1.069-1.001 1.069-.522-.006-.954-.426-.995-.966l-.004-.105V8.225c0-.592.448-1.071.999-1.071z" })))); ReportAnIssueAlternative.displayName = "ReportAnIssueAlternative"; @@ -34892,15 +34914,15 @@ var ReportAnIssueAlternative_default = ReportAnIssueAlternative; // ../juno-icon/src/ReportAnIssue.tsx import { - createElement as createElement565 + createElement as createElement566 } from "react"; -import { forwardRef as forwardRef546, memo as memo454 } from "react"; -var ReportAnIssue = memo454(forwardRef546((props, ref2) => /* @__PURE__ */ createElement565("svg", { +import { forwardRef as forwardRef547, memo as memo455 } from "react"; +var ReportAnIssue = memo455(forwardRef547((props, ref2) => /* @__PURE__ */ createElement566("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement565("path", { +}, /* @__PURE__ */ createElement566("path", { d: "M16.894 2.683c.387.194.701.507.894.894l11.764 23.528a2 2 0 0 1-1.788 2.894H4.236a2 2 0 0 1-1.789-2.894L14.211 3.577a2 2 0 0 1 2.683-.894zM16 4.472 4.236 28h23.528L16 4.472zM16 22a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 22zm0-11a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1z" })))); ReportAnIssue.displayName = "ReportAnIssue"; @@ -34909,15 +34931,15 @@ var ReportAnIssue_default = ReportAnIssue; // ../juno-icon/src/ResendFax.tsx import { - createElement as createElement566 + createElement as createElement567 } from "react"; -import { forwardRef as forwardRef547, memo as memo455 } from "react"; -var ResendFax = memo455(forwardRef547((props, ref2) => /* @__PURE__ */ createElement566("svg", { +import { forwardRef as forwardRef548, memo as memo456 } from "react"; +var ResendFax = memo456(forwardRef548((props, ref2) => /* @__PURE__ */ createElement567("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement566("path", { +}, /* @__PURE__ */ createElement567("path", { d: "M6.258 4.144c.223-.069.448.1.445.335l-.084 5.619a.345.345 0 0 1-.548.276l-1.785-1.3c-1.844 3.856-2.155 8.04-.407 11.695 1.895 3.962 5.623 6.577 10.568 6.718.666.019 1.156.596 1.114 1.31-.044.786-.706 1.434-1.441 1.412-5.832-.166-10.264-3.245-12.55-8.034-2.167-4.528-2.223-9.621.667-14.592L.642 6.424a.345.345 0 0 1 .103-.61zM17.193 0c4.967 0 9.624 2.747 12.252 6.831 2.772 4.306 2.97 9.477.592 14.67a1.373 1.373 0 0 1-.134.226l1.913 1.021a.348.348 0 0 1-.02.624l-5.231 2.411a.348.348 0 0 1-.489-.273l-.69-5.575a.347.347 0 0 1 .507-.348l1.835.98c.012-.032.019-.063.031-.091 2.017-4.404 1.879-8.736-.414-12.3-2.183-3.399-6.249-5.549-10.22-5.688a1.244 1.244 0 0 1-1.206-1.162 1.26 1.26 0 0 1 1.272-1.328z" })))); ResendFax.displayName = "ResendFax"; @@ -34926,15 +34948,15 @@ var ResendFax_default = ResendFax; // ../juno-icon/src/ResetZoom.tsx import { - createElement as createElement567 + createElement as createElement568 } from "react"; -import { forwardRef as forwardRef548, memo as memo456 } from "react"; -var ResetZoom = memo456(forwardRef548((props, ref2) => /* @__PURE__ */ createElement567("svg", { +import { forwardRef as forwardRef549, memo as memo457 } from "react"; +var ResetZoom = memo457(forwardRef549((props, ref2) => /* @__PURE__ */ createElement568("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement567("path", { +}, /* @__PURE__ */ createElement568("path", { d: "M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h22zm-1 2H6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-2 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 1-1zM14 7a1 1 0 0 1 0 2H9v5a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1h6z" })))); ResetZoom.displayName = "ResetZoom"; @@ -34943,15 +34965,15 @@ var ResetZoom_default = ResetZoom; // ../juno-icon/src/RichTextEditor.tsx import { - createElement as createElement568 + createElement as createElement569 } from "react"; -import { forwardRef as forwardRef549, memo as memo457 } from "react"; -var RichTextEditor = memo457(forwardRef549((props, ref2) => /* @__PURE__ */ createElement568("svg", { +import { forwardRef as forwardRef550, memo as memo458 } from "react"; +var RichTextEditor = memo458(forwardRef550((props, ref2) => /* @__PURE__ */ createElement569("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement568("path", { +}, /* @__PURE__ */ createElement569("path", { d: "m22.118 24.538.796 1.96a1.176 1.176 0 0 1-2.121 1.008l-.059-.124-.406-1.053 1.791-1.791zM13.947 4.475l.08.126.063.133 4.188 10.33-1.772 1.772L13 8.306l-4.508 10.71 5.835-.001-1.982 1.982-4.894.001-2.184 6.385a1.176 1.176 0 0 1-1.402.692l-.13-.044a1.176 1.176 0 0 1-.692-1.402l.044-.13L11.91 4.735c.358-.884 1.522-.97 2.038-.259zm11.825 6.893.112.066.099.076.062.055 2.257 2.062c.381.289.536.765.412 1.204l-.041.118-.053.109-.089.155-11.533 11.692a1.56 1.56 0 0 1-.487.329l-.162.064-.149.041-2.956.661h-.108l-.124-.003a1.106 1.106 0 0 1-.948-.702l-.034-.108-.025-.144-.015-.169.524-2.908c.034-.181.102-.355.221-.539l.099-.141.098-.11 11.512-11.673a1.219 1.219 0 0 1 1.325-.134zm-3.673 5.145-7.745 7.856-.285 1.582 1.629-.363 7.685-7.789-1.285-1.285zm3.141-3.185-1.737 1.76 1.286 1.286 1.796-1.82-1.345-1.227z" })))); RichTextEditor.displayName = "RichTextEditor"; @@ -34960,15 +34982,15 @@ var RichTextEditor_default = RichTextEditor; // ../juno-icon/src/Ringsense.tsx import { - createElement as createElement569 + createElement as createElement570 } from "react"; -import { forwardRef as forwardRef550, memo as memo458 } from "react"; -var Ringsense = memo458(forwardRef550((props, ref2) => /* @__PURE__ */ createElement569("svg", { +import { forwardRef as forwardRef551, memo as memo459 } from "react"; +var Ringsense = memo459(forwardRef551((props, ref2) => /* @__PURE__ */ createElement570("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement569("path", { +}, /* @__PURE__ */ createElement570("path", { d: "M15.89 24.459a8.676 8.676 0 0 1-6.174-2.557l1.443-1.441a6.65 6.65 0 0 0 4.731 1.953 6.687 6.687 0 0 0 6.686-6.683 6.687 6.687 0 0 0-6.686-6.682 6.644 6.644 0 0 0-6.21 4.199l-1.9-.767a8.684 8.684 0 0 1 8.11-5.497c4.823 0 8.732 3.908 8.732 8.728s-3.91 8.728-8.732 8.728v.018zm-7.617.657a11.946 11.946 0 0 1-4.22-9.111C4.035 9.414 9.406 4.045 16 4.045V2C8.273 2 1.989 8.281 1.989 16.005a14.055 14.055 0 0 0 4.933 10.682l1.333-1.571h.018zm3.397 1.17c-.949 0-1.734.767-1.734 1.733 0 .968.767 1.735 1.734 1.735.969 0 1.736-.767 1.736-1.735 0-.967-.767-1.733-1.736-1.733zm15.144-1.516c2.374-2.885 3.471-6.537 3.105-10.261a13.935 13.935 0 0 0-5.972-10.133l-1.171 1.679a11.96 11.96 0 0 1 5.097 8.655 11.914 11.914 0 0 1-2.649 8.764 11.985 11.985 0 0 1-8.074 4.328l.2 2.045a13.96 13.96 0 0 0 9.463-5.058v-.018zM20.238 5.287a1.724 1.724 0 1 0-.329-3.434 1.724 1.724 0 1 0 .329 3.434zm-1.461 14.516h-1.808l-.11-.182c-.128-.22-.274-.73-.53-1.863-.2-.949-.511-1.132-1.132-1.151h-.512v3.196h-1.68v-7.942l.292-.056a11.28 11.28 0 0 1 1.9-.164c1.113 0 1.844.22 2.374.694.438.384.695 1.004.695 1.681 0 .821-.384 1.515-1.023 1.935.328.31.565.767.711 1.387.166.748.384 1.662.53 1.937l.292.529zm-4.11-4.656h.603c.804 0 1.297-.401 1.297-1.041 0-.256 0-1.004-1.333-1.023-.238 0-.438 0-.566.036v2.027z" })))); Ringsense.displayName = "Ringsense"; @@ -34977,15 +34999,15 @@ var Ringsense_default = Ringsense; // ../juno-icon/src/RollAp.tsx import { - createElement as createElement570 + createElement as createElement571 } from "react"; -import { forwardRef as forwardRef551, memo as memo459 } from "react"; -var RollAp = memo459(forwardRef551((props, ref2) => /* @__PURE__ */ createElement570("svg", { +import { forwardRef as forwardRef552, memo as memo460 } from "react"; +var RollAp = memo460(forwardRef552((props, ref2) => /* @__PURE__ */ createElement571("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement570("path", { +}, /* @__PURE__ */ createElement571("path", { d: "M13 18a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a.999.999 0 1 1-1.414-1.414L10.585 20H5a1 1 0 0 1 0-2h8zm6-14a1 1 0 0 1 1 1l.001 5.586 5.827-5.829a.999.999 0 1 1 1.414 1.414L21.415 12H27a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" })))); RollAp.displayName = "RollAp"; @@ -34994,15 +35016,15 @@ var RollAp_default = RollAp; // ../juno-icon/src/Salesforce.tsx import { - createElement as createElement571 + createElement as createElement572 } from "react"; -import { forwardRef as forwardRef552, memo as memo460 } from "react"; -var Salesforce = memo460(forwardRef552((props, ref2) => /* @__PURE__ */ createElement571("svg", { +import { forwardRef as forwardRef553, memo as memo461 } from "react"; +var Salesforce = memo461(forwardRef553((props, ref2) => /* @__PURE__ */ createElement572("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement571("path", { +}, /* @__PURE__ */ createElement572("path", { d: "M13.484 8.29a5.258 5.258 0 0 1 3.804-1.634c1.98 0 3.708 1.104 4.628 2.744a6.387 6.387 0 0 1 2.616-.557c3.572 0 6.467 2.922 6.467 6.525s-2.895 6.525-6.467 6.525c-.436 0-.862-.044-1.274-.127a4.726 4.726 0 0 1-6.194 1.946 5.395 5.395 0 0 1-10.028-.244c-.332.07-.676.107-1.029.107-2.766 0-5.008-2.265-5.008-5.059a5.071 5.071 0 0 1 2.504-4.384A5.823 5.823 0 0 1 8.85 5.999c1.889 0 3.568.899 4.633 2.29z" })))); Salesforce.displayName = "Salesforce"; @@ -35011,15 +35033,15 @@ var Salesforce_default = Salesforce; // ../juno-icon/src/SaveDraft.tsx import { - createElement as createElement572 + createElement as createElement573 } from "react"; -import { forwardRef as forwardRef553, memo as memo461 } from "react"; -var SaveDraft = memo461(forwardRef553((props, ref2) => /* @__PURE__ */ createElement572("svg", { +import { forwardRef as forwardRef554, memo as memo462 } from "react"; +var SaveDraft = memo462(forwardRef554((props, ref2) => /* @__PURE__ */ createElement573("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement572("path", { +}, /* @__PURE__ */ createElement573("path", { d: "M22.172 3a2 2 0 0 1 1.414.586l4.828 4.828A2 2 0 0 1 29 9.828V27a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h17.172zM10 5H6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V10.243a.997.997 0 0 0-.293-.707L23 5.829V13c0 1.105-.767 2-1.714 2h-9.571c-.947 0-1.714-.895-1.714-2V5zm11.286 0h-9.571v7a1 1 0 0 0 1 1h7.571a1 1 0 0 0 1-1V5zM19 7a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z" })))); SaveDraft.displayName = "SaveDraft"; @@ -35028,15 +35050,15 @@ var SaveDraft_default = SaveDraft; // ../juno-icon/src/Scan.tsx import { - createElement as createElement573 + createElement as createElement574 } from "react"; -import { forwardRef as forwardRef554, memo as memo462 } from "react"; -var Scan = memo462(forwardRef554((props, ref2) => /* @__PURE__ */ createElement573("svg", { +import { forwardRef as forwardRef555, memo as memo463 } from "react"; +var Scan = memo463(forwardRef555((props, ref2) => /* @__PURE__ */ createElement574("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement573("path", { +}, /* @__PURE__ */ createElement574("path", { d: "M13.38 28v2h-2v-2h2zM17 28v2h-2v-2h2zm3.66 0v2h-2v-2h2zM7 25.765V27a1 1 0 0 0 .883.993L8 28h1.356v2H8a3 3 0 0 1-2.995-2.824L5 27v-1.235h2zm20 .014V27a3 3 0 0 1-2.824 2.995L24 30h-1.286v-2H24a1 1 0 0 0 .993-.883L25 27v-1.221h2zM7 22.3v2H5v-2h2zm20 0v2h-2v-2h2zm2-5.3a1 1 0 0 1 .993.883L30 18v4a1 1 0 0 1-1.993.117L28 22v-1H4v1a1 1 0 0 1-1.993.117L2 22v-4a1 1 0 0 1 1.993-.117L4 18v1h24v-1a1 1 0 0 1 1-1zM19.425 2 27 9.625v7.973h-2v-5.973h-6.575a1 1 0 0 1-.993-.883l-.007-.117L17.424 4H8a1 1 0 0 0-.993.883L7 5v12.598H5V5a3 3 0 0 1 2.824-2.995L8 2h11.425zm-.001 2.837v4.788h4.756l-4.756-4.788z" })))); Scan.displayName = "Scan"; @@ -35045,15 +35067,15 @@ var Scan_default = Scan; // ../juno-icon/src/ScheduleMeeting.tsx import { - createElement as createElement574 + createElement as createElement575 } from "react"; -import { forwardRef as forwardRef555, memo as memo463 } from "react"; -var ScheduleMeeting = memo463(forwardRef555((props, ref2) => /* @__PURE__ */ createElement574("svg", { +import { forwardRef as forwardRef556, memo as memo464 } from "react"; +var ScheduleMeeting = memo464(forwardRef556((props, ref2) => /* @__PURE__ */ createElement575("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement574("path", { +}, /* @__PURE__ */ createElement575("path", { d: "M24.889 5.333A2.667 2.667 0 0 1 27.556 8v16a2.667 2.667 0 0 1-2.667 2.667H7.111A2.667 2.667 0 0 1 4.444 24V8a2.667 2.667 0 0 1 2.667-2.667h17.778zm.889 8H6.222V24c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V13.333zm-10.667 7.111a.889.889 0 1 1 0 1.778H9.778a.889.889 0 1 1 0-1.778h5.333zM22.222 16a.889.889 0 1 1 0 1.778H9.778a.889.889 0 1 1 0-1.778h12.444zm2.667-8.889H7.111a.889.889 0 0 0-.883.785L6.222 8v3.556h19.556V8a.889.889 0 0 0-.785-.883l-.104-.006z" })))); ScheduleMeeting.displayName = "ScheduleMeeting"; @@ -35062,21 +35084,21 @@ var ScheduleMeeting_default = ScheduleMeeting; // ../juno-icon/src/Schedule.tsx import { - createElement as createElement575 + createElement as createElement576 } from "react"; -import { forwardRef as forwardRef556, memo as memo464 } from "react"; -var Schedule = memo464(forwardRef556((props, ref2) => /* @__PURE__ */ createElement575("svg", { +import { forwardRef as forwardRef557, memo as memo465 } from "react"; +var Schedule = memo465(forwardRef557((props, ref2) => /* @__PURE__ */ createElement576("svg", { viewBox: "0 0 33 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement575("path", { +}, /* @__PURE__ */ createElement576("path", { d: "M23.793 30.946a8.434 8.434 0 1 0-.001-16.867 8.434 8.434 0 0 0 .001 16.867zm0-3.2a5.233 5.233 0 1 1 0-10.466 5.233 5.233 0 0 1 0 10.466z" -}), /* @__PURE__ */ createElement575("path", { +}), /* @__PURE__ */ createElement576("path", { d: "M23.793 19.351c.582 0 1.054.472 1.054 1.054v1.054h1.054a1.054 1.054 0 0 1 0 2.108h-1.054v1.054a1.054 1.054 0 0 1-2.108 0v-1.054h-1.054a1.054 1.054 0 0 1 0-2.108h1.054v-1.054c0-.582.472-1.054 1.054-1.054zM1.431 10.24h23.04v3.2H1.431v-3.2zM8 0a1.6 1.6 0 0 1 1.6 1.6v1.92a1.6 1.6 0 1 1-3.2 0V1.6A1.6 1.6 0 0 1 8 0zM18.24 0a1.6 1.6 0 0 1 1.6 1.6v1.92a1.6 1.6 0 1 1-3.2 0V1.6a1.6 1.6 0 0 1 1.6-1.6z" -}), /* @__PURE__ */ createElement575("path", { +}), /* @__PURE__ */ createElement576("path", { d: "M1.6 3.84a1.6 1.6 0 0 1 1.6 1.6V24A1.6 1.6 0 1 1 0 24V5.44a1.6 1.6 0 0 1 1.6-1.6zM24.64 3.84a1.6 1.6 0 0 1 1.6 1.6v9.6a1.6 1.6 0 1 1-3.2 0v-9.6a1.6 1.6 0 0 1 1.6-1.6z" -}), /* @__PURE__ */ createElement575("path", { +}), /* @__PURE__ */ createElement576("path", { d: "M1.6 3.84h23.04a1.6 1.6 0 1 1 0 3.2H1.6a1.6 1.6 0 1 1 0-3.2zM1.6 22.4h14.72a1.6 1.6 0 1 1 0 3.2H1.6a1.6 1.6 0 1 1 0-3.2z" })))); Schedule.displayName = "Schedule"; @@ -35085,15 +35107,15 @@ var Schedule_default = Schedule; // ../juno-icon/src/ScreenshareBorder.tsx import { - createElement as createElement576 + createElement as createElement577 } from "react"; -import { forwardRef as forwardRef557, memo as memo465 } from "react"; -var ScreenshareBorder = memo465(forwardRef557((props, ref2) => /* @__PURE__ */ createElement576("svg", { +import { forwardRef as forwardRef558, memo as memo466 } from "react"; +var ScreenshareBorder = memo466(forwardRef558((props, ref2) => /* @__PURE__ */ createElement577("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement576("path", { +}, /* @__PURE__ */ createElement577("path", { d: "M27 5a2 2 0 0 1 1.994 1.851L29 7v18h2a1 1 0 0 1 .117 1.993L31 27H1a1 1 0 0 1-.117-1.993L1 25h2V7c0-1.054.816-1.918 1.851-1.995L5 5h22zm0 2H5v18h22V7zm-10.387 3.21.094.083 4.657 4.657a1 1 0 0 1-1.32 1.497l-.094-.083-2.951-2.95L17 21a1 1 0 0 1-2 0l-.001-7.586-2.949 2.95a1 1 0 0 1-1.497-1.32l.083-.094 4.657-4.657a1 1 0 0 1 1.32-.083z" })))); ScreenshareBorder.displayName = "ScreenshareBorder"; @@ -35102,15 +35124,15 @@ var ScreenshareBorder_default = ScreenshareBorder; // ../juno-icon/src/Screenshare.tsx import { - createElement as createElement577 + createElement as createElement578 } from "react"; -import { forwardRef as forwardRef558, memo as memo466 } from "react"; -var Screenshare = memo466(forwardRef558((props, ref2) => /* @__PURE__ */ createElement577("svg", { +import { forwardRef as forwardRef559, memo as memo467 } from "react"; +var Screenshare = memo467(forwardRef559((props, ref2) => /* @__PURE__ */ createElement578("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement577("path", { +}, /* @__PURE__ */ createElement578("path", { d: "M27 5H5a2 2 0 0 0-2 2v18H1a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2h-2V7a2 2 0 0 0-2-2zm-10.293 5.293 4.657 4.657a1 1 0 0 1-1.32 1.497l-.094-.083-2.951-2.95L17 21a1 1 0 0 1-2 0l-.001-7.586-2.949 2.95a1 1 0 0 1-1.497-1.32l.083-.094 4.657-4.657a1 1 0 0 1 1.32-.083l.094.083z" })))); Screenshare.displayName = "Screenshare"; @@ -35119,15 +35141,15 @@ var Screenshare_default = Screenshare; // ../juno-icon/src/SearchNav.tsx import { - createElement as createElement578 + createElement as createElement579 } from "react"; -import { forwardRef as forwardRef559, memo as memo467 } from "react"; -var SearchNav = memo467(forwardRef559((props, ref2) => /* @__PURE__ */ createElement578("svg", { +import { forwardRef as forwardRef560, memo as memo468 } from "react"; +var SearchNav = memo468(forwardRef560((props, ref2) => /* @__PURE__ */ createElement579("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement578("path", { +}, /* @__PURE__ */ createElement579("path", { d: "M14 3c6.075 0 11 4.925 11 11a10.95 10.95 0 0 1-2.454 6.926l6.197 6.195a1.5 1.5 0 1 1-2.121 2.121l-6.265-6.264A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14S7.925 3 14 3zm0 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16z" })))); SearchNav.displayName = "SearchNav"; @@ -35136,15 +35158,15 @@ var SearchNav_default = SearchNav; // ../juno-icon/src/Search.tsx import { - createElement as createElement579 + createElement as createElement580 } from "react"; -import { forwardRef as forwardRef560, memo as memo468 } from "react"; -var Search = memo468(forwardRef560((props, ref2) => /* @__PURE__ */ createElement579("svg", { +import { forwardRef as forwardRef561, memo as memo469 } from "react"; +var Search = memo469(forwardRef561((props, ref2) => /* @__PURE__ */ createElement580("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement579("path", { +}, /* @__PURE__ */ createElement580("path", { d: "M21.778 6.222c4.057 4.057 4.283 10.495.676 14.817l6.395 6.396a.999.999 0 1 1-1.414 1.414l-6.395-6.396c-4.322 3.607-10.76 3.382-14.818-.675-4.296-4.296-4.296-11.261 0-15.556s11.261-4.296 15.556 0zm-.859 13.535c2.968-3.556 2.744-8.822-.555-12.121a9 9 0 0 0-12.728 0 9 9 0 0 0 0 12.728c3.299 3.299 8.566 3.522 12.122.554l.633-.528.528-.633z" })))); Search.displayName = "Search"; @@ -35153,15 +35175,15 @@ var Search_default = Search; // ../juno-icon/src/Selects.tsx import { - createElement as createElement580 + createElement as createElement581 } from "react"; -import { forwardRef as forwardRef561, memo as memo469 } from "react"; -var Selects = memo469(forwardRef561((props, ref2) => /* @__PURE__ */ createElement580("svg", { +import { forwardRef as forwardRef562, memo as memo470 } from "react"; +var Selects = memo470(forwardRef562((props, ref2) => /* @__PURE__ */ createElement581("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement580("path", { +}, /* @__PURE__ */ createElement581("path", { d: "M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm-4.593 8.375-8.201 7.993-3.433-3.412a1.334 1.334 0 0 0-1.878 1.894l4.36 4.331a1.333 1.333 0 0 0 1.865.012l9.14-8.9a1.332 1.332 0 1 0-1.853-1.917z" })))); Selects.displayName = "Selects"; @@ -35170,15 +35192,15 @@ var Selects_default = Selects; // ../juno-icon/src/SendFilled.tsx import { - createElement as createElement581 + createElement as createElement582 } from "react"; -import { forwardRef as forwardRef562, memo as memo470 } from "react"; -var SendFilled = memo470(forwardRef562((props, ref2) => /* @__PURE__ */ createElement581("svg", { +import { forwardRef as forwardRef563, memo as memo471 } from "react"; +var SendFilled = memo471(forwardRef563((props, ref2) => /* @__PURE__ */ createElement582("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement581("path", { +}, /* @__PURE__ */ createElement582("path", { d: "m28.941 4.342-8.666 24c-.305.843-1.48.891-1.851.074l-4.196-9.23 7.309-7.307-1.414-1.414-7.308 7.308-9.227-4.193c-.816-.371-.769-1.546.074-1.851l24-8.666a1 1 0 0 1 1.28 1.28z" })))); SendFilled.displayName = "SendFilled"; @@ -35187,15 +35209,15 @@ var SendFilled_default = SendFilled; // ../juno-icon/src/Send.tsx import { - createElement as createElement582 + createElement as createElement583 } from "react"; -import { forwardRef as forwardRef563, memo as memo471 } from "react"; -var Send = memo471(forwardRef563((props, ref2) => /* @__PURE__ */ createElement582("svg", { +import { forwardRef as forwardRef564, memo as memo472 } from "react"; +var Send = memo472(forwardRef564((props, ref2) => /* @__PURE__ */ createElement583("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement582("path", { +}, /* @__PURE__ */ createElement583("path", { d: "m28.941 4.342-8.666 24c-.305.843-1.48.891-1.851.074l-4.637-10.201-10.201-4.637c-.816-.371-.769-1.546.074-1.851l24-8.666a1 1 0 0 1 1.28 1.28zm-3.406 3.539-9.796 9.796 3.489 7.675 6.307-17.471zM24.12 6.466 6.65 12.775l7.674 3.487 9.796-9.796z" })))); Send.displayName = "Send"; @@ -35204,15 +35226,15 @@ var Send_default = Send; // ../juno-icon/src/SettingsBorder.tsx import { - createElement as createElement583 + createElement as createElement584 } from "react"; -import { forwardRef as forwardRef564, memo as memo472 } from "react"; -var SettingsBorder = memo472(forwardRef564((props, ref2) => /* @__PURE__ */ createElement583("svg", { +import { forwardRef as forwardRef565, memo as memo473 } from "react"; +var SettingsBorder = memo473(forwardRef565((props, ref2) => /* @__PURE__ */ createElement584("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement583("path", { +}, /* @__PURE__ */ createElement584("path", { d: "M20.857 2.057a15.048 15.048 0 0 1 4.823 2.688c.357.296.477.786.297 1.21a4.13 4.13 0 0 0 .241 3.731 4.29 4.29 0 0 0 3.411 2.095c.467.033.858.359.966.806a14.528 14.528 0 0 1 .001 6.827c-.108.448-.5.774-.967.807a4.285 4.285 0 0 0-3.411 2.094 4.132 4.132 0 0 0-.241 3.732c.18.423.06.913-.296 1.209a15.044 15.044 0 0 1-4.822 2.689 1.081 1.081 0 0 1-1.249-.428c-.783-1.2-2.13-1.939-3.608-1.939s-2.825.739-3.61 1.939a1.08 1.08 0 0 1-1.248.427 15.014 15.014 0 0 1-4.822-2.687 1.04 1.04 0 0 1-.297-1.21 4.13 4.13 0 0 0-.241-3.731 4.29 4.29 0 0 0-3.411-2.095 1.066 1.066 0 0 1-.966-.806 14.528 14.528 0 0 1-.001-6.827c.108-.448.5-.774.967-.807a4.285 4.285 0 0 0 3.411-2.094 4.135 4.135 0 0 0 .242-3.732 1.04 1.04 0 0 1 .296-1.209 15.044 15.044 0 0 1 4.822-2.689c.467-.157.982.02 1.249.428a4.295 4.295 0 0 0 3.608 1.94c1.458 0 2.789-.719 3.562-1.867l.038-.06a1.08 1.08 0 0 1 1.257-.441zm-9.694 2.121-.205.082c-.945.39-1.841.889-2.667 1.487l-.176.131.023.076a6.126 6.126 0 0 1-.495 4.501l-.136.244a6.27 6.27 0 0 1-4.229 2.975l-.063.01-.037.2c-.095.556-.152 1.12-.171 1.688L3 15.999c0 .714.06 1.421.179 2.115l.037.198.063.012a6.279 6.279 0 0 1 4.093 2.756l.136.22a6.13 6.13 0 0 1 .63 4.746l-.023.075.176.132a13.017 13.017 0 0 0 2.667 1.486l.205.081.027-.031a6.302 6.302 0 0 1 4.545-2.207l.267-.006a6.3 6.3 0 0 1 4.811 2.215l.025.03.206-.081c.945-.39 1.841-.889 2.667-1.487l.175-.132-.022-.075a6.126 6.126 0 0 1 .495-4.501l.136-.244a6.27 6.27 0 0 1 4.229-2.975l.062-.011.038-.199c.095-.556.152-1.12.171-1.688l.007-.427c0-.714-.06-1.421-.179-2.115l-.038-.199-.062-.011a6.279 6.279 0 0 1-4.093-2.756l-.136-.22a6.13 6.13 0 0 1-.63-4.746l.022-.076-.175-.131a13.05 13.05 0 0 0-2.668-1.487l-.203-.08-.087.104a6.305 6.305 0 0 1-4.489 2.134l-.262.005a6.3 6.3 0 0 1-4.811-2.215l-.026-.032zM16 11a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 11zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" })))); SettingsBorder.displayName = "SettingsBorder"; @@ -35221,15 +35243,15 @@ var SettingsBorder_default = SettingsBorder; // ../juno-icon/src/Settings.tsx import { - createElement as createElement584 + createElement as createElement585 } from "react"; -import { forwardRef as forwardRef565, memo as memo473 } from "react"; -var Settings = memo473(forwardRef565((props, ref2) => /* @__PURE__ */ createElement584("svg", { +import { forwardRef as forwardRef566, memo as memo474 } from "react"; +var Settings = memo474(forwardRef566((props, ref2) => /* @__PURE__ */ createElement585("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement584("path", { +}, /* @__PURE__ */ createElement585("path", { d: "M20.857 2.057a15.048 15.048 0 0 1 4.823 2.688c.357.296.477.786.297 1.21a4.13 4.13 0 0 0 .241 3.731 4.29 4.29 0 0 0 3.411 2.095c.467.033.858.359.966.806a14.528 14.528 0 0 1 .001 6.827c-.108.448-.5.774-.967.807a4.285 4.285 0 0 0-3.411 2.094 4.132 4.132 0 0 0-.241 3.732c.18.423.06.913-.296 1.209a15.044 15.044 0 0 1-4.822 2.689 1.081 1.081 0 0 1-1.249-.428c-.783-1.2-2.13-1.939-3.608-1.939s-2.825.739-3.61 1.939a1.08 1.08 0 0 1-1.248.427 15.014 15.014 0 0 1-4.822-2.687 1.04 1.04 0 0 1-.297-1.21 4.13 4.13 0 0 0-.241-3.731 4.29 4.29 0 0 0-3.411-2.095 1.066 1.066 0 0 1-.966-.806 14.528 14.528 0 0 1-.001-6.827c.108-.448.5-.774.967-.807a4.285 4.285 0 0 0 3.411-2.094 4.135 4.135 0 0 0 .242-3.732 1.04 1.04 0 0 1 .296-1.209 15.044 15.044 0 0 1 4.822-2.689c.467-.157.982.02 1.249.428a4.295 4.295 0 0 0 3.608 1.94c1.458 0 2.789-.719 3.562-1.867l.038-.06a1.08 1.08 0 0 1 1.257-.441zM16 12a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); Settings.displayName = "Settings"; @@ -35238,15 +35260,15 @@ var Settings_default = Settings; // ../juno-icon/src/Share.tsx import { - createElement as createElement585 + createElement as createElement586 } from "react"; -import { forwardRef as forwardRef566, memo as memo474 } from "react"; -var Share = memo474(forwardRef566((props, ref2) => /* @__PURE__ */ createElement585("svg", { +import { forwardRef as forwardRef567, memo as memo475 } from "react"; +var Share = memo475(forwardRef567((props, ref2) => /* @__PURE__ */ createElement586("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement585("path", { +}, /* @__PURE__ */ createElement586("path", { d: "M26 30H6a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h3a1 1 0 0 1 0 2H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2zM19.884 8.292 17 5.416v11.17a1 1 0 0 1-2 0V5.416l-2.884 2.876a.998.998 0 0 1-1.411-1.411l4.588-4.588a.999.999 0 0 1 1.414 0l4.588 4.588a.998.998 0 0 1-1.411 1.411z" })))); Share.displayName = "Share"; @@ -35255,15 +35277,15 @@ var Share_default = Share; // ../juno-icon/src/SharedDirectory.tsx import { - createElement as createElement586 + createElement as createElement587 } from "react"; -import { forwardRef as forwardRef567, memo as memo475 } from "react"; -var SharedDirectory = memo475(forwardRef567((props, ref2) => /* @__PURE__ */ createElement586("svg", { +import { forwardRef as forwardRef568, memo as memo476 } from "react"; +var SharedDirectory = memo476(forwardRef568((props, ref2) => /* @__PURE__ */ createElement587("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement586("path", { +}, /* @__PURE__ */ createElement587("path", { d: "M30 5v22a2 2 0 0 1-2 2H7.986V3H28a2 2 0 0 1 2 2zM5.971 29V3H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h1.971zm11.136-11.645c-.615-.108-1.147-.161-1.596-.161a9.504 9.504 0 0 0-3.361.674 5.154 5.154 0 0 0-1.428.835c-.39.342-.586.737-.586 1.186v1.486h10.75v-1.486c0-.449-.196-.844-.586-1.186-.39-.332-.866-.611-1.428-.835s-1.15-.396-1.765-.513zm7.627.67c-.541-.09-1.008-.134-1.402-.134a8.669 8.669 0 0 0-2.391.372c.246.216.459.485.612.753.157.28.206.746.206 1.12v1.238h6.294v-1.238c0-.374-.171-.703-.514-.988-.343-.277-.761-.509-1.254-.696s-1.01-.329-1.55-.427zm.265-4.956c-.462-.435-1.018-.653-1.668-.653s-1.206.217-1.668.653-.692.962-.692 1.581.231 1.147.692 1.587 1.018.659 1.668.659c.65 0 1.206-.22 1.668-.659s.692-.968.692-1.587-.231-1.145-.692-1.581zm-7.59-1.661c-.526-.523-1.158-.784-1.898-.784s-1.373.261-1.899.784-.788 1.155-.788 1.897.262 1.376.788 1.904 1.159.791 1.899.791 1.373-.263 1.898-.791.789-1.161.789-1.904c0-.742-.263-1.374-.789-1.897z" })))); SharedDirectory.displayName = "SharedDirectory"; @@ -35272,15 +35294,15 @@ var SharedDirectory_default = SharedDirectory; // ../juno-icon/src/Sharepoint.tsx import { - createElement as createElement587 + createElement as createElement588 } from "react"; -import { forwardRef as forwardRef568, memo as memo476 } from "react"; -var Sharepoint = memo476(forwardRef568((props, ref2) => /* @__PURE__ */ createElement587("svg", { +import { forwardRef as forwardRef569, memo as memo477 } from "react"; +var Sharepoint = memo477(forwardRef569((props, ref2) => /* @__PURE__ */ createElement588("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement587("path", { +}, /* @__PURE__ */ createElement588("path", { d: "M18.257 2c-.041-.002-.081.009-.122.017L2.455 4.975a.57.57 0 0 0-.455.56v20.877c0 .269.19.51.455.56l15.68 3.011c.035.006.07.017.105.017a.535.535 0 0 0 .35-.123.576.576 0 0 0 .21-.437V2.56a.58.58 0 0 0-.21-.437.546.546 0 0 0-.333-.123zm1.663 4.533v6.615a3.303 3.303 0 0 0 2.66-2.362 5.718 5.718 0 0 1 2.607 2.187A3.362 3.362 0 0 0 23.28 16a3.36 3.36 0 0 0 1.89 3.01 5.738 5.738 0 0 1-2.607 2.153 3.301 3.301 0 0 0-2.643-2.31v6.615c1.562-.251 2.717-1.544 2.783-3.167a6.817 6.817 0 0 0 3.57-2.957c.118.013.245.017.367.017a3.363 3.363 0 0 0 3.36-3.36 3.365 3.365 0 0 0-3.692-3.343 6.813 6.813 0 0 0-3.605-3.01c-.09-1.599-1.238-2.865-2.783-3.115zm-9.747 4.095c.56 0 1.008.048 1.4.105s.783.168 1.12.28V13.2a5.117 5.117 0 0 0-.56-.333c-.195-.1-.4-.176-.613-.227-.223-.057-.444-.105-.613-.105a2.26 2.26 0 0 0-.613-.07c-.28 0-.512.013-.735.07s-.392.099-.56.21a.977.977 0 0 0-.456.788c0 .168.066.343.123.455.111.112.216.274.385.385s.389.221.613.332c.223.112.507.239.787.35.391.169.783.337 1.12.56.337.169.617.385.84.665.223.223.391.503.56.84.111.337.175.676.175 1.067-.057.617-.164 1.061-.332 1.453-.223.392-.519.722-.91.945s-.774.396-1.278.507c-.503.111-1.015.175-1.575.175s-1.124-.063-1.627-.175a3.844 3.844 0 0 1-1.278-.385v-2.292c.395.342.853.603 1.348.77.503.168.949.28 1.452.28.28 0 .564.004.787-.053s.392-.116.56-.228c.169-.111.276-.221.333-.332s.105-.274.105-.385c0-.223-.046-.391-.157-.56s-.287-.286-.455-.455c-.223-.112-.455-.274-.735-.385s-.556-.234-.892-.402c-.783-.337-1.394-.722-1.785-1.225s-.613-1.061-.613-1.733c0-.56.11-1.008.333-1.4s.501-.682.893-.962c.392-.223.792-.449 1.295-.56s.997-.158 1.557-.158h.001z" })))); Sharepoint.displayName = "Sharepoint"; @@ -35289,15 +35311,15 @@ var Sharepoint_default = Sharepoint; // ../juno-icon/src/Shield.tsx import { - createElement as createElement588 + createElement as createElement589 } from "react"; -import { forwardRef as forwardRef569, memo as memo477 } from "react"; -var Shield = memo477(forwardRef569((props, ref2) => /* @__PURE__ */ createElement588("svg", { +import { forwardRef as forwardRef570, memo as memo478 } from "react"; +var Shield = memo478(forwardRef570((props, ref2) => /* @__PURE__ */ createElement589("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement588("path", { +}, /* @__PURE__ */ createElement589("path", { d: "m16 2 .507.223.622.263c.18.075.378.15.58.224l.608.22 1.12.414.343.12.393.132.148.044.139.044.373.102.233.053.503.106.414.08.471.088 1.327.238.66.115 2.556.426v12.466l.003.05c.008.514-.086 1.197-.344 2.022l-.092.28-.035.098c-.544 1.525-1.525 3.15-3.029 4.829-.426.467-.876.912-1.35 1.33-.459.412-.969.839-1.521 1.277-.512.405-1.072.811-1.631 1.205l-1.442 1.008-.519.356-.245.163-.793.522-1.047-.642-.654-.424-.493-.333a29.192 29.192 0 0 1-2.088-1.595l-1.02-.846a26.759 26.759 0 0 1-2.346-2.177c-1.368-1.45-2.286-2.933-2.824-4.394-.337-.917-.491-1.723-.522-2.388l-.006-.216V4.858l1.21-.166 1.186-.17.839-.127.748-.119.474-.079.602-.107.318-.063.214-.045.198-.05.353-.101.201-.062.444-.145.549-.188.802-.287c.422-.154.797-.317 1.197-.483l.955-.381.712-.287zm-.027 2.167-.725.287-.756.314-.51.202-.468.171-.53.188-.575.197-.475.155-.393.119-.357.096-.179.044-.399.083-.449.083-.371.066-.488.081-.97.152-.648.098-.679.097v10.87c.003.459.102 1.022.309 1.653l.096.274c.46 1.249 1.255 2.497 2.4 3.711a23.547 23.547 0 0 0 1.766 1.67l1.316 1.099.768.623.449.349.212.16.412.297.441.302.223.149.568.37.451-.307 1.477-1.034.494-.353.634-.468.368-.285a32.274 32.274 0 0 0 1.443-1.212c.414-.365.813-.759 1.184-1.165 1.192-1.331 2.027-2.629 2.518-3.858l.144-.386c.206-.6.309-1.112.327-1.436l.003-.112-.005-.154-.001-10.772-.899-.149-.667-.116-1.343-.241-.484-.09-.443-.086-.536-.113-.313-.073-.267-.072-.504-.152-.599-.203-.666-.242-1.492-.55-.436-.172-.375-.159zm-.727 2.453.712-.296 1.609.594.705.256.474.162.286.093.148.044.071.023.25.073.292.079.133.033.259.059.568.12.471.092.497.093 1.276.229.001 9.084.003.124-.002.042a2.704 2.704 0 0 1-.082.44l-.042.154-.093.291-.116.308c-.399.994-1.105 2.091-2.145 3.252-.311.341-.658.683-1.017 1-.309.277-.639.558-.997.85l-.368.296-.338.262-.384.285-.683.49-.797.558-.249-.176-.385-.286-.418-.326-.467-.377-.257-.211-1.283-1.07a21.85 21.85 0 0 1-1.619-1.53c-.876-.928-1.492-1.854-1.87-2.757l-.106-.27-.068-.195a4.071 4.071 0 0 1-.209-.942l-.005-.114v-9.13l.611-.097.503-.084.654-.116.218-.042.434-.09.167-.039.182-.046.404-.112.353-.108.269-.087.524-.175.587-.204.78-.283.562-.222z" })))); Shield.displayName = "Shield"; @@ -35306,15 +35328,15 @@ var Shield_default = Shield; // ../juno-icon/src/ShortcutBorder.tsx import { - createElement as createElement589 + createElement as createElement590 } from "react"; -import { forwardRef as forwardRef570, memo as memo478 } from "react"; -var ShortcutBorder = memo478(forwardRef570((props, ref2) => /* @__PURE__ */ createElement589("svg", { +import { forwardRef as forwardRef571, memo as memo479 } from "react"; +var ShortcutBorder = memo479(forwardRef571((props, ref2) => /* @__PURE__ */ createElement590("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement589("path", { +}, /* @__PURE__ */ createElement590("path", { d: "M22 24a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h12zm-1 2H11a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2zM17.2 2.9l12.4 9.3A1 1 0 0 1 29 14h-5v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7H3a1 1 0 0 1-.6-1.8l12.4-9.3a2.001 2.001 0 0 1 2.4 0zM16 4.5 5.999 11.999 9 12a1 1 0 0 1 1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 1 1-1l3-.001L16 4.5z" })))); ShortcutBorder.displayName = "ShortcutBorder"; @@ -35323,15 +35345,15 @@ var ShortcutBorder_default = ShortcutBorder; // ../juno-icon/src/Shortcut.tsx import { - createElement as createElement590 + createElement as createElement591 } from "react"; -import { forwardRef as forwardRef571, memo as memo479 } from "react"; -var Shortcut = memo479(forwardRef571((props, ref2) => /* @__PURE__ */ createElement590("svg", { +import { forwardRef as forwardRef572, memo as memo480 } from "react"; +var Shortcut = memo480(forwardRef572((props, ref2) => /* @__PURE__ */ createElement591("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement590("path", { +}, /* @__PURE__ */ createElement591("path", { d: "M22 24a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h12zM17.2 2.9l12.4 9.3A1 1 0 0 1 29 14h-5v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7H3a1 1 0 0 1-.6-1.8l12.4-9.3a2.001 2.001 0 0 1 2.4 0z" })))); Shortcut.displayName = "Shortcut"; @@ -35340,15 +35362,15 @@ var Shortcut_default = Shortcut; // ../juno-icon/src/Signal0.tsx import { - createElement as createElement591 + createElement as createElement592 } from "react"; -import { forwardRef as forwardRef572, memo as memo480 } from "react"; -var Signal0 = memo480(forwardRef572((props, ref2) => /* @__PURE__ */ createElement591("svg", { +import { forwardRef as forwardRef573, memo as memo481 } from "react"; +var Signal0 = memo481(forwardRef573((props, ref2) => /* @__PURE__ */ createElement592("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement591("path", { +}, /* @__PURE__ */ createElement592("path", { d: "M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM6 14a2 2 0 1 0-.001 3.999A2 2 0 0 0 6 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z" })))); Signal0.displayName = "Signal0"; @@ -35357,15 +35379,15 @@ var Signal0_default = Signal0; // ../juno-icon/src/Signal1.tsx import { - createElement as createElement592 + createElement as createElement593 } from "react"; -import { forwardRef as forwardRef573, memo as memo481 } from "react"; -var Signal1 = memo481(forwardRef573((props, ref2) => /* @__PURE__ */ createElement592("svg", { +import { forwardRef as forwardRef574, memo as memo482 } from "react"; +var Signal1 = memo482(forwardRef574((props, ref2) => /* @__PURE__ */ createElement593("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement592("path", { +}, /* @__PURE__ */ createElement593("path", { d: "M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-10 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z" })))); Signal1.displayName = "Signal1"; @@ -35374,15 +35396,15 @@ var Signal1_default = Signal1; // ../juno-icon/src/Signal2.tsx import { - createElement as createElement593 + createElement as createElement594 } from "react"; -import { forwardRef as forwardRef574, memo as memo482 } from "react"; -var Signal2 = memo482(forwardRef574((props, ref2) => /* @__PURE__ */ createElement593("svg", { +import { forwardRef as forwardRef575, memo as memo483 } from "react"; +var Signal2 = memo483(forwardRef575((props, ref2) => /* @__PURE__ */ createElement594("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement593("path", { +}, /* @__PURE__ */ createElement594("path", { d: "M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z" })))); Signal2.displayName = "Signal2"; @@ -35391,15 +35413,15 @@ var Signal2_default = Signal2; // ../juno-icon/src/Signal3.tsx import { - createElement as createElement594 + createElement as createElement595 } from "react"; -import { forwardRef as forwardRef575, memo as memo483 } from "react"; -var Signal3 = memo483(forwardRef575((props, ref2) => /* @__PURE__ */ createElement594("svg", { +import { forwardRef as forwardRef576, memo as memo484 } from "react"; +var Signal3 = memo484(forwardRef576((props, ref2) => /* @__PURE__ */ createElement595("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement594("path", { +}, /* @__PURE__ */ createElement595("path", { d: "M10.667 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM20 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM29.333 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" })))); Signal3.displayName = "Signal3"; @@ -35408,15 +35430,15 @@ var Signal3_default = Signal3; // ../juno-icon/src/SmartCompose.tsx import { - createElement as createElement595 + createElement as createElement596 } from "react"; -import { forwardRef as forwardRef576, memo as memo484 } from "react"; -var SmartCompose = memo484(forwardRef576((props, ref2) => /* @__PURE__ */ createElement595("svg", { +import { forwardRef as forwardRef577, memo as memo485 } from "react"; +var SmartCompose = memo485(forwardRef577((props, ref2) => /* @__PURE__ */ createElement596("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement595("path", { +}, /* @__PURE__ */ createElement596("path", { d: "M25.806 8.448a2.396 2.396 0 0 0-.521-2.617l-1.128-1.128a2.411 2.411 0 0 0-1.698-.704 2.396 2.396 0 0 0-1.698.704l-1.057 1.058a.871.871 0 0 0-.08.07l-.022.023a.606.606 0 0 0-.047.056l-8.31 8.323a.79.79 0 0 0-.185.186l-.483.484a.796.796 0 0 0-.21.371l-1.136 4.528a.8.8 0 0 0 .973.97l4.528-1.152a.791.791 0 0 0 .368-.21L25.284 9.226c.223-.223.4-.488.521-.779zm-3.652-2.787a.803.803 0 0 1 .872.174l1.128 1.128a.785.785 0 0 1 .174.872.787.787 0 0 1-.174.26l-.563.563L21.328 6.4l.566-.567a.826.826 0 0 1 .259-.174zm-1.956 1.872L22.46 9.79l-7.356 7.356-2.254-2.253 7.348-7.359zm-8.391 8.579 2.074 2.074-2.771.705.697-2.779zM6.069 23.666a1.6 1.6 0 0 1 1.131-.469.8.8 0 1 0 0-1.6 3.2 3.2 0 1 0 0 6.4h20a.8.8 0 1 0 0-1.6h-20a1.6 1.6 0 0 1-1.131-2.731z" })))); SmartCompose.displayName = "SmartCompose"; @@ -35425,15 +35447,15 @@ var SmartCompose_default = SmartCompose; // ../juno-icon/src/SmartSummary.tsx import { - createElement as createElement596 + createElement as createElement597 } from "react"; -import { forwardRef as forwardRef577, memo as memo485 } from "react"; -var SmartSummary = memo485(forwardRef577((props, ref2) => /* @__PURE__ */ createElement596("svg", { +import { forwardRef as forwardRef578, memo as memo486 } from "react"; +var SmartSummary = memo486(forwardRef578((props, ref2) => /* @__PURE__ */ createElement597("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement596("path", { +}, /* @__PURE__ */ createElement597("path", { d: "m21.752 3.626-.312 1.072-.005.021a2.974 2.974 0 0 1-2.029 2.019l-.884.26c-.15.042-.334.094-.334.24v.009a.18.18 0 0 0 .148.177l1.07.314a2.96 2.96 0 0 1 2.032 2.038l.246.84.014.05c.042.15.094.334.24.334h.007a.18.18 0 0 0 .177-.148l.314-1.074.005-.021a2.977 2.977 0 0 1 2.027-2.019l.836-.246.024-.006.024-.008c.152-.04.336-.094.336-.24v-.009a.18.18 0 0 0-.148-.177l-1.072-.312a2.974 2.974 0 0 1-2.032-2.04l-.314-1.074c-.056-.168-.332-.168-.37 0zM1.312 13.5c0 .69.56 1.25 1.25 1.25h12.5a1.25 1.25 0 0 0 0-2.5h-12.5c-.69 0-1.25.56-1.25 1.25zm1.248 3.75h8.974a1.25 1.25 0 0 1 0 2.5H2.562a1.25 1.25 0 0 1 0-2.5zM1.312 23.5c0 .69.56 1.25 1.25 1.25h6.324a1.25 1.25 0 0 0 0-2.5H2.562c-.69 0-1.25.56-1.25 1.25zm26.376-12.29-.116-.068h-.004a1.266 1.266 0 0 0-1.385.142l.002-.002-12.016 12.184-.1.114-.104.148c-.109.16-.189.348-.23.55l-.002.01-.546 3.036.016.178.026.15.034.112c.162.408.538.698.986.732h.004l.13.004h.112l3.086-.69.154-.042.17-.068c.197-.085.366-.201.508-.342l12.038-12.204.092-.16.056-.116.042-.122a1.174 1.174 0 0 0-.427-1.256l-.003-.002-2.356-2.152-.064-.056-.104-.08zm-12.034 13.5 8.084-8.2 1.34 1.344-8.02 8.128-1.7.38.296-1.652zm11.362-11.524 1.404 1.28-1.876 1.9-1.34-1.342 1.812-1.838z" })))); SmartSummary.displayName = "SmartSummary"; @@ -35442,15 +35464,15 @@ var SmartSummary_default = SmartSummary; // ../juno-icon/src/SmsBorder.tsx import { - createElement as createElement597 + createElement as createElement598 } from "react"; -import { forwardRef as forwardRef578, memo as memo486 } from "react"; -var SmsBorder = memo486(forwardRef578((props, ref2) => /* @__PURE__ */ createElement597("svg", { +import { forwardRef as forwardRef579, memo as memo487 } from "react"; +var SmsBorder = memo487(forwardRef579((props, ref2) => /* @__PURE__ */ createElement598("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement597("path", { +}, /* @__PURE__ */ createElement598("path", { d: "M16 3c7.763 0 14 5.174 14 11.889 0 6.732-6.306 12.148-14 12.148-.586 0-1.172-.035-1.77-.103l-.451-.057-.461-.072-.048.042c-1.386 1.166-3.175 1.983-5.325 2.129l-.362.018-.333.005H5.598a.929.929 0 0 1-.848-1.317l.054-.099.811-1.308.271-.479.122-.221.217-.41.184-.368c.112-.232.202-.439.275-.624l.051-.135.013-.04-.294-.232c-2.617-2.133-4.235-5.11-4.433-8.229l-.016-.335L2 14.888C2 8.198 8.252 2.999 16 2.999zm0 2C9.351 5 4.167 9.285 4.004 14.6L4 14.858l.004.284c.078 2.528 1.326 5.014 3.433 6.84l.257.216 1.4 1.105-.478 1.417c-.202.557-.515 1.21-.993 2.069l-.116.206.014.001c1.623-.052 3.05-.576 4.203-1.467l.227-.183.75-.659 1.357.211c.672.094 1.311.141 1.942.141 6.671 0 12-4.61 12-10.148 0-5.485-5.223-9.889-12-9.889z" })))); SmsBorder.displayName = "SmsBorder"; @@ -35459,15 +35481,15 @@ var SmsBorder_default = SmsBorder; // ../juno-icon/src/SmsDefault.tsx import { - createElement as createElement598 + createElement as createElement599 } from "react"; -import { forwardRef as forwardRef579, memo as memo487 } from "react"; -var SmsDefault = memo487(forwardRef579((props, ref2) => /* @__PURE__ */ createElement598("svg", { +import { forwardRef as forwardRef580, memo as memo488 } from "react"; +var SmsDefault = memo488(forwardRef580((props, ref2) => /* @__PURE__ */ createElement599("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement598("path", { +}, /* @__PURE__ */ createElement599("path", { d: "M16 8c-4.649 0-8.4 3.159-8.4 7.225l.003.191c.06 1.969 1.043 3.862 2.669 5.204l.176.141-.008.024c-.114.32-.324.748-.671 1.36l-.486.795c-.23.376.038.86.477.86h.991l.2-.003a5.452 5.452 0 0 0 3.412-1.305l.029-.026.276.043c.454.065.893.097 1.332.097 4.616 0 8.4-3.292 8.4-7.382 0-4.081-3.742-7.225-8.4-7.225z" })))); SmsDefault.displayName = "SmsDefault"; @@ -35476,15 +35498,15 @@ var SmsDefault_default = SmsDefault; // ../juno-icon/src/SmsInviteBorder.tsx import { - createElement as createElement599 + createElement as createElement600 } from "react"; -import { forwardRef as forwardRef580, memo as memo488 } from "react"; -var SmsInviteBorder = memo488(forwardRef580((props, ref2) => /* @__PURE__ */ createElement599("svg", { +import { forwardRef as forwardRef581, memo as memo489 } from "react"; +var SmsInviteBorder = memo489(forwardRef581((props, ref2) => /* @__PURE__ */ createElement600("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement599("path", { +}, /* @__PURE__ */ createElement600("path", { d: "M16 3c7.763 0 14 5.174 14 11.889 0 .858-.102 1.694-.297 2.501a8.047 8.047 0 0 0-1.779-1.363c.05-.374.076-.754.076-1.138C28 9.404 22.777 5 16 5 9.351 5 4.167 9.285 4.004 14.6L4 14.858l.004.284c.078 2.528 1.326 5.014 3.433 6.84l.257.216 1.4 1.105-.478 1.417c-.202.557-.515 1.21-.993 2.069l-.116.206.014.001c1.623-.052 3.05-.576 4.203-1.467l.227-.183.75-.659 1.357.211c.672.094 1.311.141 1.942.141l.261-.002c.183.698.458 1.358.811 1.968a15.607 15.607 0 0 1-2.842-.069l-.451-.057-.461-.072-.048.042c-1.386 1.166-3.175 1.983-5.325 2.129l-.362.018-.333.005H5.598a.929.929 0 0 1-.848-1.317l.054-.099.811-1.308.271-.479.122-.221.217-.41.184-.368c.112-.232.202-.439.275-.624l.051-.135.013-.04-.294-.232c-2.617-2.133-4.235-5.11-4.433-8.229l-.016-.335L2 14.89C2 8.2 8.252 3.001 16 3.001zm8 14a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1z" })))); SmsInviteBorder.displayName = "SmsInviteBorder"; @@ -35493,15 +35515,15 @@ var SmsInviteBorder_default = SmsInviteBorder; // ../juno-icon/src/SmsTemplate.tsx import { - createElement as createElement600 + createElement as createElement601 } from "react"; -import { forwardRef as forwardRef581, memo as memo489 } from "react"; -var SmsTemplate = memo489(forwardRef581((props, ref2) => /* @__PURE__ */ createElement600("svg", { +import { forwardRef as forwardRef582, memo as memo490 } from "react"; +var SmsTemplate = memo490(forwardRef582((props, ref2) => /* @__PURE__ */ createElement601("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement600("path", { +}, /* @__PURE__ */ createElement601("path", { d: "M22.129 16.509a1 1 0 0 1 1.742 0l1.996 3.542 3.988.806a1 1 0 0 1 .615 1.564l-.076.093-2.754 2.993.468 4.041a1 1 0 0 1-1.303 1.066l-.107-.042L23 28.88l-3.698 1.692a1 1 0 0 1-1.416-.91l.007-.114.467-4.041-2.753-2.993a1 1 0 0 1 .422-1.626l.117-.031 3.987-.806zM16 2c6.627 0 12 5.373 12 12v1h-2v-1c0-5.523-4.477-10-10-10H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h8v2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 17.037-1.351 2.396a.998.998 0 0 1-.673.489l-2.697.544 1.862 2.025a.997.997 0 0 1 .264.668l-.007.124-.316 2.732 2.502-1.144a.999.999 0 0 1 .717-.044l.115.044 2.501 1.144-.315-2.732a1 1 0 0 1 .179-.696l.078-.096 1.861-2.025-2.696-.544a1.001 1.001 0 0 1-.606-.385l-.067-.104zM18 14a1 1 0 0 1 0 2h-7a1 1 0 0 1 0-2zm2-5a1 1 0 0 1 0 2h-9a1 1 0 0 1 0-2z" })))); SmsTemplate.displayName = "SmsTemplate"; @@ -35510,15 +35532,15 @@ var SmsTemplate_default = SmsTemplate; // ../juno-icon/src/Sms.tsx import { - createElement as createElement601 + createElement as createElement602 } from "react"; -import { forwardRef as forwardRef582, memo as memo490 } from "react"; -var Sms = memo490(forwardRef582((props, ref2) => /* @__PURE__ */ createElement601("svg", { +import { forwardRef as forwardRef583, memo as memo491 } from "react"; +var Sms = memo491(forwardRef583((props, ref2) => /* @__PURE__ */ createElement602("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement601("path", { +}, /* @__PURE__ */ createElement602("path", { d: "M16 3C8.252 3 2 8.199 2 14.889l.005.314c.1 3.24 1.738 6.355 4.449 8.564l.294.232-.013.04c-.191.526-.539 1.231-1.119 2.237l-.811 1.308A.929.929 0 0 0 5.6 29h1.652l.333-.005c2.311-.074 4.224-.916 5.687-2.147l.048-.042.461.072a15.9 15.9 0 0 0 2.221.16c7.694 0 14-5.417 14-12.148 0-6.715-6.237-11.889-14-11.889z" })))); Sms.displayName = "Sms"; @@ -35527,15 +35549,15 @@ var Sms_default = Sms; // ../juno-icon/src/SortMessage.tsx import { - createElement as createElement602 + createElement as createElement603 } from "react"; -import { forwardRef as forwardRef583, memo as memo491 } from "react"; -var SortMessage = memo491(forwardRef583((props, ref2) => /* @__PURE__ */ createElement602("svg", { +import { forwardRef as forwardRef584, memo as memo492 } from "react"; +var SortMessage = memo492(forwardRef584((props, ref2) => /* @__PURE__ */ createElement603("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement602("path", { +}, /* @__PURE__ */ createElement603("path", { d: "m4.914 21.5 2.879 2.879V5.207a1 1 0 0 1 2 0v19.172l2.879-2.879a1 1 0 0 1 1.414 1.414L9.5 27.5a.999.999 0 0 1-1.414 0L3.5 22.914A1 1 0 0 1 4.914 21.5zm14-11 2.879-2.879v19.172a1 1 0 0 0 2 0V7.621l2.879 2.879a1 1 0 0 0 1.414-1.414L23.5 4.5a.999.999 0 0 0-1.414 0L17.5 9.086a1 1 0 0 0 1.414 1.414z" })))); SortMessage.displayName = "SortMessage"; @@ -35544,18 +35566,18 @@ var SortMessage_default = SortMessage; // ../juno-icon/src/Sort.tsx import { - createElement as createElement603 + createElement as createElement604 } from "react"; -import { forwardRef as forwardRef584, memo as memo492 } from "react"; -var Sort = memo492(forwardRef584((props, ref2) => /* @__PURE__ */ createElement603("svg", { +import { forwardRef as forwardRef585, memo as memo493 } from "react"; +var Sort = memo493(forwardRef585((props, ref2) => /* @__PURE__ */ createElement604("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement603("path", { +}, /* @__PURE__ */ createElement604("path", { fill: "#000", d: "m16.707 5.293 5.586 5.586a1 1 0 0 1-.707 1.707H10.414a1 1 0 0 1-.707-1.707l5.586-5.586a.999.999 0 0 1 1.414 0z" -}), /* @__PURE__ */ createElement603("path", { +}), /* @__PURE__ */ createElement604("path", { fill: "#212121", d: "m16.703 26.293 5.586-5.586A1 1 0 0 0 21.582 19H10.41a1 1 0 0 0-.707 1.707l5.586 5.586a1 1 0 0 0 1.414 0z" })))); @@ -35565,15 +35587,15 @@ var Sort_default = Sort; // ../juno-icon/src/SpeakerDown.tsx import { - createElement as createElement604 + createElement as createElement605 } from "react"; -import { forwardRef as forwardRef585, memo as memo493 } from "react"; -var SpeakerDown = memo493(forwardRef585((props, ref2) => /* @__PURE__ */ createElement604("svg", { +import { forwardRef as forwardRef586, memo as memo494 } from "react"; +var SpeakerDown = memo494(forwardRef586((props, ref2) => /* @__PURE__ */ createElement605("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement604("path", { +}, /* @__PURE__ */ createElement605("path", { d: "M21.414 3.414A2 2 0 0 1 22 4.828v22.343a2 2 0 0 1-3.414 1.414L12 21.999H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM20 4.828l-6.586 6.586A2 2 0 0 1 12 12H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L20 27.172V4.829zm5.511 5.551a1 1 0 0 1 1.332.474A11.959 11.959 0 0 1 28 16c0 1.839-.415 3.621-1.202 5.24a1 1 0 1 1-1.799-.875 9.958 9.958 0 0 0 1-4.366 9.96 9.96 0 0 0-.963-4.288 1 1 0 0 1 .474-1.332z" })))); SpeakerDown.displayName = "SpeakerDown"; @@ -35582,15 +35604,15 @@ var SpeakerDown_default = SpeakerDown; // ../juno-icon/src/SpeakerMute.tsx import { - createElement as createElement605 + createElement as createElement606 } from "react"; -import { forwardRef as forwardRef586, memo as memo494 } from "react"; -var SpeakerMute = memo494(forwardRef586((props, ref2) => /* @__PURE__ */ createElement605("svg", { +import { forwardRef as forwardRef587, memo as memo495 } from "react"; +var SpeakerMute = memo495(forwardRef587((props, ref2) => /* @__PURE__ */ createElement606("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement605("path", { +}, /* @__PURE__ */ createElement606("path", { d: "M19.414 3.414A2 2 0 0 1 20 4.828v22.343a2 2 0 0 1-3.414 1.414L10 21.999H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM18 4.828l-6.586 6.586A2 2 0 0 1 10 12H5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L18 27.172V4.829zm5.172 6.929 2.83 2.828 2.827-2.828a.999.999 0 1 1 1.414 1.414l-2.827 2.828 2.827 2.828a.999.999 0 1 1-1.414 1.414l-2.827-2.828-2.83 2.828a.999.999 0 1 1-1.414-1.414l2.83-2.828-2.83-2.828a.999.999 0 1 1 1.414-1.414z" })))); SpeakerMute.displayName = "SpeakerMute"; @@ -35599,15 +35621,15 @@ var SpeakerMute_default = SpeakerMute; // ../juno-icon/src/SpeakerUp.tsx import { - createElement as createElement606 + createElement as createElement607 } from "react"; -import { forwardRef as forwardRef587, memo as memo495 } from "react"; -var SpeakerUp = memo495(forwardRef587((props, ref2) => /* @__PURE__ */ createElement606("svg", { +import { forwardRef as forwardRef588, memo as memo496 } from "react"; +var SpeakerUp = memo496(forwardRef588((props, ref2) => /* @__PURE__ */ createElement607("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement606("path", { +}, /* @__PURE__ */ createElement607("path", { d: "M19.414 3.414A2 2 0 0 1 20 4.828v22.343a2 2 0 0 1-3.414 1.414L10 21.999H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM18 4.828l-6.586 6.586A2 2 0 0 1 10 12H5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L18 27.172V4.829zm8.003 2.809a1 1 0 0 1 1.395.232C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 .232-1.395zm-3.521 3.568a1 1 0 0 1 1.362.38A8.963 8.963 0 0 1 25 16.001a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16.001a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 .38-1.362z" })))); SpeakerUp.displayName = "SpeakerUp"; @@ -35616,15 +35638,15 @@ var SpeakerUp_default = SpeakerUp; // ../juno-icon/src/StarBorder.tsx import { - createElement as createElement607 + createElement as createElement608 } from "react"; -import { forwardRef as forwardRef588, memo as memo496 } from "react"; -var StarBorder = memo496(forwardRef588((props, ref2) => /* @__PURE__ */ createElement607("svg", { +import { forwardRef as forwardRef589, memo as memo497 } from "react"; +var StarBorder = memo497(forwardRef589((props, ref2) => /* @__PURE__ */ createElement608("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement607("path", { +}, /* @__PURE__ */ createElement608("path", { d: "M16.885 1.726c.394.195.714.514.908.908l2.97 6.018a1 1 0 0 0 .753.547l6.641.965a2.001 2.001 0 0 1 1.109 3.412L24.46 18.26c-.236.23-.343.561-.288.885l1.134 6.614a1.999 1.999 0 0 1-2.902 2.108l-5.94-3.123a1.002 1.002 0 0 0-.931 0l-5.94 3.123a2 2 0 0 1-2.902-2.109l1.134-6.614a.999.999 0 0 0-.288-.885l-4.806-4.684a2 2 0 0 1 1.109-3.411l6.641-.965a1 1 0 0 0 .753-.547l2.97-6.018a2 2 0 0 1 2.679-.908zM13.03 9.537a3.001 3.001 0 0 1-2.259 1.641l-6.24.907a.2.2 0 0 0-.111.341l4.515 4.401a3 3 0 0 1 .863 2.655l-1.066 6.215a.2.2 0 0 0 .29.211l5.581-2.934a3.003 3.003 0 0 1 2.792 0l5.581 2.934a.2.2 0 0 0 .27-.084c.02-.039.028-.084.02-.127L22.2 19.482a3 3 0 0 1 .863-2.655l4.515-4.401a.2.2 0 0 0-.11-.341l-6.24-.907a3.001 3.001 0 0 1-2.259-1.641l-2.791-5.655a.2.2 0 0 0-.359 0l-2.791 5.655z" })))); StarBorder.displayName = "StarBorder"; @@ -35633,15 +35655,15 @@ var StarBorder_default = StarBorder; // ../juno-icon/src/Star.tsx import { - createElement as createElement608 + createElement as createElement609 } from "react"; -import { forwardRef as forwardRef589, memo as memo497 } from "react"; -var Star = memo497(forwardRef589((props, ref2) => /* @__PURE__ */ createElement608("svg", { +import { forwardRef as forwardRef590, memo as memo498 } from "react"; +var Star = memo498(forwardRef590((props, ref2) => /* @__PURE__ */ createElement609("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement608("path", { +}, /* @__PURE__ */ createElement609("path", { d: "M16.885 1.726c.394.195.714.514.908.908l2.97 6.018a1 1 0 0 0 .753.547l6.641.965a2.001 2.001 0 0 1 1.109 3.412L24.46 18.26c-.236.23-.343.561-.288.885l1.134 6.614a1.999 1.999 0 0 1-2.902 2.108l-5.94-3.123a1.002 1.002 0 0 0-.931 0l-5.94 3.123a2 2 0 0 1-2.902-2.109l1.134-6.614a.999.999 0 0 0-.288-.885l-4.806-4.684a2 2 0 0 1 1.109-3.411l6.641-.965a1 1 0 0 0 .753-.547l2.97-6.018a2 2 0 0 1 2.679-.908z" })))); Star.displayName = "Star"; @@ -35650,15 +35672,15 @@ var Star_default = Star; // ../juno-icon/src/StartMeeting.tsx import { - createElement as createElement609 + createElement as createElement610 } from "react"; -import { forwardRef as forwardRef590, memo as memo498 } from "react"; -var StartMeeting = memo498(forwardRef590((props, ref2) => /* @__PURE__ */ createElement609("svg", { +import { forwardRef as forwardRef591, memo as memo499 } from "react"; +var StartMeeting = memo499(forwardRef591((props, ref2) => /* @__PURE__ */ createElement610("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement609("path", { +}, /* @__PURE__ */ createElement610("path", { d: "M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.778 1.778 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.877v-9.79zm-15.111.451c.491 0 .889.398.889.889v2.667h2.667a.889.889 0 1 1 0 1.778h-2.667v2.667a.889.889 0 1 1-1.778 0v-2.668l-2.667.001a.889.889 0 1 1 0-1.778l2.667-.001v-2.666c0-.491.398-.889.889-.889z" })))); StartMeeting.displayName = "StartMeeting"; @@ -35667,17 +35689,17 @@ var StartMeeting_default = StartMeeting; // ../juno-icon/src/Start.tsx import { - createElement as createElement610 + createElement as createElement611 } from "react"; -import { forwardRef as forwardRef591, memo as memo499 } from "react"; -var Start = memo499(forwardRef591((props, ref2) => /* @__PURE__ */ createElement610("svg", { +import { forwardRef as forwardRef592, memo as memo500 } from "react"; +var Start = memo500(forwardRef592((props, ref2) => /* @__PURE__ */ createElement611("svg", { viewBox: "0 0 27 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement610("path", { +}, /* @__PURE__ */ createElement611("path", { d: "M2.667 5.49h21.02a2.667 2.667 0 0 1 2.667 2.667v21.02a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 29.177V8.157A2.667 2.667 0 0 1 2.667 5.49zm.666 3.334V28.51h19.686V8.824H3.333z" -}), /* @__PURE__ */ createElement610("path", { +}), /* @__PURE__ */ createElement611("path", { d: "M13.176 13.176c.606 0 1.098.492 1.098 1.098v3.294h3.294a1.099 1.099 0 0 1 0 2.196h-3.294v3.294a1.099 1.099 0 0 1-2.196 0v-3.294H8.784a1.099 1.099 0 0 1 0-2.196h3.294v-3.294c0-.606.492-1.098 1.098-1.098zM13.176 0a5.49 5.49 0 0 1 5.49 5.49h-3.294a2.196 2.196 0 1 0-4.392 0H7.686A5.49 5.49 0 0 1 13.176 0z" })))); Start.displayName = "Start"; @@ -35686,15 +35708,15 @@ var Start_default = Start; // ../juno-icon/src/StopBorder.tsx import { - createElement as createElement611 + createElement as createElement612 } from "react"; -import { forwardRef as forwardRef592, memo as memo500 } from "react"; -var StopBorder = memo500(forwardRef592((props, ref2) => /* @__PURE__ */ createElement611("svg", { +import { forwardRef as forwardRef593, memo as memo501 } from "react"; +var StopBorder = memo501(forwardRef593((props, ref2) => /* @__PURE__ */ createElement612("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement611("path", { +}, /* @__PURE__ */ createElement612("path", { d: "M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1z" })))); StopBorder.displayName = "StopBorder"; @@ -35703,15 +35725,15 @@ var StopBorder_default = StopBorder; // ../juno-icon/src/StopCircle.tsx import { - createElement as createElement612 + createElement as createElement613 } from "react"; -import { forwardRef as forwardRef593, memo as memo501 } from "react"; -var StopCircle = memo501(forwardRef593((props, ref2) => /* @__PURE__ */ createElement612("svg", { +import { forwardRef as forwardRef594, memo as memo502 } from "react"; +var StopCircle = memo502(forwardRef594((props, ref2) => /* @__PURE__ */ createElement613("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement612("path", { +}, /* @__PURE__ */ createElement613("path", { d: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm3 9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6z" })))); StopCircle.displayName = "StopCircle"; @@ -35720,15 +35742,15 @@ var StopCircle_default = StopCircle; // ../juno-icon/src/StopCircleBorder.tsx import { - createElement as createElement613 + createElement as createElement614 } from "react"; -import { forwardRef as forwardRef594, memo as memo502 } from "react"; -var StopCircleBorder = memo502(forwardRef594((props, ref2) => /* @__PURE__ */ createElement613("svg", { +import { forwardRef as forwardRef595, memo as memo503 } from "react"; +var StopCircleBorder = memo503(forwardRef595((props, ref2) => /* @__PURE__ */ createElement614("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement613("path", { +}, /* @__PURE__ */ createElement614("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm3 7a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6z" })))); StopCircleBorder.displayName = "StopCircleBorder"; @@ -35737,15 +35759,15 @@ var StopCircleBorder_default = StopCircleBorder; // ../juno-icon/src/StopRecord.tsx import { - createElement as createElement614 + createElement as createElement615 } from "react"; -import { forwardRef as forwardRef595, memo as memo503 } from "react"; -var StopRecord = memo503(forwardRef595((props, ref2) => /* @__PURE__ */ createElement614("svg", { +import { forwardRef as forwardRef596, memo as memo504 } from "react"; +var StopRecord = memo504(forwardRef596((props, ref2) => /* @__PURE__ */ createElement615("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement614("path", { +}, /* @__PURE__ */ createElement615("path", { fill: "#f44336", d: "M26 23.441A2.54 2.54 0 0 1 23.441 26H8.558a2.54 2.54 0 0 1-2.559-2.559V8.558a2.54 2.54 0 0 1 2.559-2.559h14.883A2.54 2.54 0 0 1 26 8.558v14.883z" })))); @@ -35755,15 +35777,15 @@ var StopRecord_default = StopRecord; // ../juno-icon/src/StopSp.tsx import { - createElement as createElement615 + createElement as createElement616 } from "react"; -import { forwardRef as forwardRef596, memo as memo504 } from "react"; -var StopSp = memo504(forwardRef596((props, ref2) => /* @__PURE__ */ createElement615("svg", { +import { forwardRef as forwardRef597, memo as memo505 } from "react"; +var StopSp = memo505(forwardRef597((props, ref2) => /* @__PURE__ */ createElement616("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement615("path", { +}, /* @__PURE__ */ createElement616("path", { d: "M16.001 8C8.824 8 8 8.822 8 16s.824 8 8.001 8c7.086 0 7.984-.858 7.999-7.655v-.689c-.014-6.798-.913-7.655-7.999-7.655z" })))); StopSp.displayName = "StopSp"; @@ -35772,15 +35794,15 @@ var StopSp_default = StopSp; // ../juno-icon/src/Stop.tsx import { - createElement as createElement616 + createElement as createElement617 } from "react"; -import { forwardRef as forwardRef597, memo as memo505 } from "react"; -var Stop = memo505(forwardRef597((props, ref2) => /* @__PURE__ */ createElement616("svg", { +import { forwardRef as forwardRef598, memo as memo506 } from "react"; +var Stop = memo506(forwardRef598((props, ref2) => /* @__PURE__ */ createElement617("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement616("path", { +}, /* @__PURE__ */ createElement617("path", { d: "M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18z" })))); Stop.displayName = "Stop"; @@ -35789,15 +35811,15 @@ var Stop_default = Stop; // ../juno-icon/src/Strike.tsx import { - createElement as createElement617 + createElement as createElement618 } from "react"; -import { forwardRef as forwardRef598, memo as memo506 } from "react"; -var Strike = memo506(forwardRef598((props, ref2) => /* @__PURE__ */ createElement617("svg", { +import { forwardRef as forwardRef599, memo as memo507 } from "react"; +var Strike = memo507(forwardRef599((props, ref2) => /* @__PURE__ */ createElement618("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement617("path", { +}, /* @__PURE__ */ createElement618("path", { d: "M24.21 18c.824.974 1.212 2.165 1.212 3.633 0 4.412-3.691 7.383-9.369 7.383-4.781 0-8.402-2.18-9.281-5.66a3.708 3.708 0 0 1-.105-.844c0-.721.422-1.16 1.143-1.16.615 0 .879.299 1.125.967.791 2.777 3.568 4.553 7.137 4.553 4.061 0 6.855-2.092 6.855-4.975 0-1.815-.992-3.004-3.256-3.896h4.54zM29 16a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26zM16 3c4.518 0 7.928 2.215 8.701 5.396.07.264.105.58.105.791 0 .686-.439 1.09-1.125 1.09-.563 0-.879-.264-1.072-.809C21.888 6.779 19.41 5.144 16 5.144c-3.604 0-6.328 1.969-6.328 4.764 0 1.997 1.371 3.193 4.449 4.092H8.743c-1.062-1.035-1.567-2.329-1.567-3.934C7.176 5.935 10.973 3 16 3z" })))); Strike.displayName = "Strike"; @@ -35806,15 +35828,15 @@ var Strike_default = Strike; // ../juno-icon/src/Stripe.tsx import { - createElement as createElement618 + createElement as createElement619 } from "react"; -import { forwardRef as forwardRef599, memo as memo507 } from "react"; -var Stripe = memo507(forwardRef599((props, ref2) => /* @__PURE__ */ createElement618("svg", { +import { forwardRef as forwardRef600, memo as memo508 } from "react"; +var Stripe = memo508(forwardRef600((props, ref2) => /* @__PURE__ */ createElement619("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement618("path", { +}, /* @__PURE__ */ createElement619("path", { d: "M2 2v28h28V2H2zm17.932 20.643c-.968.775-2.402 1.182-4.126 1.182-2.169 0-4.261-.659-5.384-1.298l.581-3.622c1.317.775 3.331 1.375 4.552 1.375.988 0 1.53-.368 1.53-1.007 0-.659-.562-1.085-2.247-1.685-2.615-.949-4.222-2.072-4.222-4.707 0-1.453.523-2.653 1.53-3.486.968-.794 2.324-1.22 3.951-1.22 2.305 0 3.971.639 4.784 1.027l-.581 3.583c-1.027-.504-2.518-1.065-3.971-1.065-.794 0-1.24.31-1.24.852 0 .639.775 1.046 2.189 1.569 2.653.949 4.3 2.072 4.3 4.765 0 1.627-.562 2.886-1.646 3.738z" })))); Stripe.displayName = "Stripe"; @@ -35823,15 +35845,15 @@ var Stripe_default = Stripe; // ../juno-icon/src/Summary.tsx import { - createElement as createElement619 + createElement as createElement620 } from "react"; -import { forwardRef as forwardRef600, memo as memo508 } from "react"; -var Summary = memo508(forwardRef600((props, ref2) => /* @__PURE__ */ createElement619("svg", { +import { forwardRef as forwardRef601, memo as memo509 } from "react"; +var Summary = memo509(forwardRef601((props, ref2) => /* @__PURE__ */ createElement620("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement619("path", { +}, /* @__PURE__ */ createElement620("path", { d: "M8.446 2h9.555c.897 0 1.759.35 2.402.975l5.953 5.788a3.448 3.448 0 0 1 1.044 2.471v15.32A3.446 3.446 0 0 1 23.954 30H8.446A3.446 3.446 0 0 1 5 26.554V5.446A3.446 3.446 0 0 1 8.446 2zm13.096 8.615V9.581H10.074l4.205 7.065-4.205 7.065h11.468v-3.044h-2.068v.976h-5.763l2.974-4.997-2.974-4.997h5.763v.976h2.068v-2.01z" })))); Summary.displayName = "Summary"; @@ -35840,15 +35862,15 @@ var Summary_default = Summary; // ../juno-icon/src/SupportCase.tsx import { - createElement as createElement620 + createElement as createElement621 } from "react"; -import { forwardRef as forwardRef601, memo as memo509 } from "react"; -var SupportCase = memo509(forwardRef601((props, ref2) => /* @__PURE__ */ createElement620("svg", { +import { forwardRef as forwardRef602, memo as memo510 } from "react"; +var SupportCase = memo510(forwardRef602((props, ref2) => /* @__PURE__ */ createElement621("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement620("path", { +}, /* @__PURE__ */ createElement621("path", { d: "M3 7v3.341a6.003 6.003 0 0 1 0 11.318V25h10.935A8.96 8.96 0 0 1 13 21a9 9 0 0 1 9-9 9 9 0 0 1 3 .512V7H3zm12.292 20H3a2 2 0 0 1-2-2v-4.714a4.286 4.286 0 0 0 0-8.572V7a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v6.515A9 9 0 1 1 15.292 27zM9 11a1 1 0 0 1 2 0v10a1 1 0 0 1-2 0V11zm13 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm0-12a1 1 0 0 0-1 1v3h-3a1 1 0 0 0 0 2h3v3a1 1 0 0 0 2 0v-3h3a1 1 0 0 0 0-2h-3v-3a1 1 0 0 0-1-1z" })))); SupportCase.displayName = "SupportCase"; @@ -35857,15 +35879,15 @@ var SupportCase_default = SupportCase; // ../juno-icon/src/Swap.tsx import { - createElement as createElement621 + createElement as createElement622 } from "react"; -import { forwardRef as forwardRef602, memo as memo510 } from "react"; -var Swap = memo510(forwardRef602((props, ref2) => /* @__PURE__ */ createElement621("svg", { +import { forwardRef as forwardRef603, memo as memo511 } from "react"; +var Swap = memo511(forwardRef603((props, ref2) => /* @__PURE__ */ createElement622("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement621("path", { +}, /* @__PURE__ */ createElement622("path", { d: "M14.6 10.5c0-3.038 2.507-5.5 5.6-5.5s5.6 2.462 5.6 5.5v11H30L24.4 27l-5.6-5.5H23v-11c0-1.519-1.254-2.75-2.8-2.75s-2.8 1.231-2.8 2.75v11c0 3.038-2.507 5.5-5.6 5.5s-5.6-2.462-5.6-5.5v-11H2L7.6 5l5.6 5.5H9v11c0 1.519 1.254 2.75 2.8 2.75s2.8-1.231 2.8-2.75v-11z" })))); Swap.displayName = "Swap"; @@ -35874,15 +35896,15 @@ var Swap_default = Swap; // ../juno-icon/src/SwitchboardBorder.tsx import { - createElement as createElement622 + createElement as createElement623 } from "react"; -import { forwardRef as forwardRef603, memo as memo511 } from "react"; -var SwitchboardBorder = memo511(forwardRef603((props, ref2) => /* @__PURE__ */ createElement622("svg", { +import { forwardRef as forwardRef604, memo as memo512 } from "react"; +var SwitchboardBorder = memo512(forwardRef604((props, ref2) => /* @__PURE__ */ createElement623("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement622("path", { +}, /* @__PURE__ */ createElement623("path", { d: "m17.954 3.672-.057.003-.862-.003-.262.003-.454.016a5.253 5.253 0 0 0-.195.014l-.876.097c-.901.102-1.466.207-2.054.422-1.026.376-1.754.993-2.677 2.081l-.693.827-.221.251-.103.112c-.42.448-.795.931-1.265 1.602l-.729 1.053-.361.5c-1.139 1.525-1.723 2.556-2.008 3.851-.414 1.882.133 2.976 1.956 3.647.408.15.814.231 1.351.288l1.274.103 1.866.091.345.024-.178.308a16.09 16.09 0 0 1-.354.564l-.371.549-1.474 2.098-.646.96-.413.628-.367.573-.337.544c-.055.09-.109.179-.162.269-.567.949-.239 2.419.807 2.819.879.336 1.371.455 1.999.322 1.55-.327 2.592-.62 3.6-1.068 1.469-.652 2.955-1.437 4.672-2.444l.872-.523c1.095-.674 1.939-1.27 2.716-1.94l.667-.581.585-.524c1.187-1.084 1.875-1.856 2.548-2.892.5-.769.773-1.37.878-2.098.162-1.122-.409-2.183-1.457-2.603a4.932 4.932 0 0 0-1.46-.346l-.988-.058-1.608-.07-.521-.03-.036.171c.063-.367.194-.714.361-.95l.521-.722 1.578-2.1.539-.738.462-.666c.53-.784.794-1.549.642-2.298-.197-.972-1.017-1.573-2.271-1.791l-.358-.061-.642-.101-.559-.075a16.134 16.134 0 0 0-.497-.053l-.454-.033c-.147-.008-.29-.014-.432-.017l-1.837-.006zm1.453 2.003.162.001c.123.001.245.003.369.008l.383.022.417.038.228.026.506.069.59.093.332.057c.116.02.212.04.292.06l.192.056.112.049c.039.022.054.04.056.052.019.092-.057.329-.249.642l-.306.455-.597.832-1.813 2.418-.338.468-.112.157c-.351.498-.588 1.123-.698 1.766-.201 1.176.584 2.072 1.761 2.154l.849.048 1.774.078.594.038c.276.02.577.093.862.207.168.067.255.229.222.461-.055.385-.22.746-.575 1.293a10.36 10.36 0 0 1-1.385 1.706l-.412.405c-.073.07-.149.141-.228.214l-.505.459-.579.51-.32.277c-.861.743-1.848 1.404-3.293 2.252-1.657.972-3.079 1.723-4.471 2.341-.85.377-1.778.638-3.202.939l-.047.004c-.073 0-.188-.022-.355-.073l-.274-.091.314-.514.337-.534.582-.89.649-.965 1.536-2.189.09-.132c.383-.564.697-1.073.967-1.581.65-1.223-.039-2.55-1.429-2.681l-.497-.04-.829-.044-.908-.041-1.262-.091c-.519-.045-.843-.1-1.112-.199l-.151-.057-.248-.104c-.392-.184-.451-.357-.359-.866l.064-.313c.208-.943.677-1.771 1.667-3.097l.382-.529.737-1.065c.348-.496.629-.867.912-1.189l.415-.457.428-.503.415-.497c.713-.84 1.212-1.263 1.835-1.491.249-.091.514-.157.862-.215l.461-.066 1.105-.125.321-.017.517-.008.785.003h.712l.664.007.097-.007z" })))); SwitchboardBorder.displayName = "SwitchboardBorder"; @@ -35891,15 +35913,15 @@ var SwitchboardBorder_default = SwitchboardBorder; // ../juno-icon/src/Switchboard.tsx import { - createElement as createElement623 + createElement as createElement624 } from "react"; -import { forwardRef as forwardRef604, memo as memo512 } from "react"; -var Switchboard = memo512(forwardRef604((props, ref2) => /* @__PURE__ */ createElement623("svg", { +import { forwardRef as forwardRef605, memo as memo513 } from "react"; +var Switchboard = memo513(forwardRef605((props, ref2) => /* @__PURE__ */ createElement624("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement623("path", { +}, /* @__PURE__ */ createElement624("path", { d: "m17.954 3.672-.057.003-.862-.003-.262.003-.454.016a5.253 5.253 0 0 0-.195.014l-.876.097c-.901.102-1.466.207-2.054.422-1.026.376-1.754.993-2.677 2.081l-.693.827-.221.251-.103.112c-.42.448-.795.931-1.265 1.602l-.729 1.053-.361.5c-1.139 1.525-1.723 2.556-2.008 3.851-.414 1.882.133 2.976 1.956 3.647.408.15.814.231 1.351.288l1.274.103 1.866.091.345.024-.178.308a16.09 16.09 0 0 1-.354.564l-.371.549-1.474 2.098-.646.96-.413.628-.367.573-.337.544c-.055.09-.109.179-.162.269-.567.949-.239 2.419.807 2.819.879.336 1.371.455 1.999.322 1.55-.327 2.592-.62 3.6-1.068 1.469-.652 2.955-1.437 4.672-2.444l.872-.523c1.095-.674 1.939-1.27 2.716-1.94l.667-.581.585-.524c1.187-1.084 1.875-1.856 2.548-2.892.5-.769.773-1.37.878-2.098.162-1.122-.409-2.183-1.457-2.603a4.932 4.932 0 0 0-1.46-.346l-.988-.058-1.608-.07-.521-.03-.036.171c.063-.367.194-.714.361-.95l.521-.722 1.578-2.1.539-.738.462-.666c.53-.784.794-1.549.642-2.298-.197-.972-1.017-1.573-2.271-1.791l-.358-.061-.642-.101-.559-.075a16.134 16.134 0 0 0-.497-.053l-.454-.033c-.147-.008-.29-.014-.432-.017l-1.837-.006z" })))); Switchboard.displayName = "Switchboard"; @@ -35908,15 +35930,15 @@ var Switchboard_default = Switchboard; // ../juno-icon/src/TakeNotes.tsx import { - createElement as createElement624 + createElement as createElement625 } from "react"; -import { forwardRef as forwardRef605, memo as memo513 } from "react"; -var TakeNotes = memo513(forwardRef605((props, ref2) => /* @__PURE__ */ createElement624("svg", { +import { forwardRef as forwardRef606, memo as memo514 } from "react"; +var TakeNotes = memo514(forwardRef606((props, ref2) => /* @__PURE__ */ createElement625("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement624("path", { +}, /* @__PURE__ */ createElement625("path", { d: "M27.573 5.6c.997 0 1.889.463 2.49 1.196l.65.797c.481.587.771 1.345.771 2.174a3.406 3.406 0 0 1-1.155 2.57L16.69 25.187c-.493.427-1.07.69-1.687.776L9 26.795l1.805-5.966.006-.024a3.355 3.355 0 0 1 1.002-1.544L25.45 6.414a3.176 3.176 0 0 1 2.123-.814zm-.01 2.405a.896.896 0 0 0-.594.225L13.327 21.08a.99.99 0 0 0-.304.463l-.718 2.374 2.391-.333a.907.907 0 0 0 .474-.214l13.643-12.852a.975.975 0 0 0 .346-.749.977.977 0 0 0-.22-.622l-.655-.801a.91.91 0 0 0-.721-.341z" })))); TakeNotes.displayName = "TakeNotes"; @@ -35925,15 +35947,15 @@ var TakeNotes_default = TakeNotes; // ../juno-icon/src/TakeOverSp.tsx import { - createElement as createElement625 + createElement as createElement626 } from "react"; -import { forwardRef as forwardRef606, memo as memo514 } from "react"; -var TakeOverSp = memo514(forwardRef606((props, ref2) => /* @__PURE__ */ createElement625("svg", { +import { forwardRef as forwardRef607, memo as memo515 } from "react"; +var TakeOverSp = memo515(forwardRef607((props, ref2) => /* @__PURE__ */ createElement626("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement625("path", { +}, /* @__PURE__ */ createElement626("path", { d: "m6.846 14.358 3.614 1.362a2.966 2.966 0 0 1 1.961 2.786l-.003.155c0 .551.344 1.021.828 1.208l.144.046c.653.169 1.635.376 2.617.406.981.005 1.959-.097 2.918-.303a.975.975 0 0 0 .746-.783l.013-.133.009-.275a2.986 2.986 0 0 1 1.924-2.696l.218-.072 3.949-1.152.243.943c1 1.851 1.157 3.671.451 5.269h-.002a5.938 5.938 0 0 1-1.054 1.591l-.371.376a8.966 8.966 0 0 1-1.789 1.286l-.047.023c-1.906 1.038-4.321 1.598-6.848 1.598l-.531-.009c-4.646-.139-8.706-2.146-10.107-4.994-.618-1.257-1.014-3.29.606-5.831l.512-.8zM16 4.571l4.177 4.181-1.211 1.211-2.167-2.167v8.847h-1.714V7.915l-2.05 2.048-1.211-1.211 4.177-4.181z" })))); TakeOverSp.displayName = "TakeOverSp"; @@ -35942,15 +35964,15 @@ var TakeOverSp_default = TakeOverSp; // ../juno-icon/src/TakeOver.tsx import { - createElement as createElement626 + createElement as createElement627 } from "react"; -import { forwardRef as forwardRef607, memo as memo515 } from "react"; -var TakeOver = memo515(forwardRef607((props, ref2) => /* @__PURE__ */ createElement626("svg", { +import { forwardRef as forwardRef608, memo as memo516 } from "react"; +var TakeOver = memo516(forwardRef608((props, ref2) => /* @__PURE__ */ createElement627("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement626("path", { +}, /* @__PURE__ */ createElement627("path", { d: "M9.064 16.054a2.241 2.241 0 0 1 2.146 2.168c.054.846.025 1.695.036 2.543l-.018 1.279c3.111.906 6.414.901 9.523-.014l-.011-3.01a3.597 3.597 0 0 1 .223-1.575 2.116 2.116 0 0 1 1.919-1.353 90.817 90.817 0 0 1 4.868.009 2.262 2.262 0 0 1 2.167 2.102c.022.275.039.613.052.984l.02.775.01.804v1.137l-.008.63c-.032.772-.313 2.513-.8 3.109a1.638 1.638 0 0 0-.08.149l-.649.673-.71.518c-.119.085-.239.169-.362.249a16.805 16.805 0 0 1-4.005 1.772l-.529.146a24.097 24.097 0 0 1-7.552.927c-3.121-.131-6.154-.682-9.021-1.992a10.117 10.117 0 0 1-2.869-1.852c-.858-.747-1.362-3.825-1.389-4.969l-.02-1.148a20.044 20.044 0 0 1 .031-1.717c.109-1.461.956-2.316 2.407-2.368a65.916 65.916 0 0 1 4.621.025zM16 2c.32 0 .604.15.787.383a.994.994 0 0 1 .091.081l5.657 5.657a.999.999 0 1 1-1.414 1.414l-4.122-4.122v12.586a1 1 0 0 1-2 0V5.412l-4.121 4.123a.999.999 0 1 1-1.414-1.414l5.657-5.657.094-.083A.998.998 0 0 1 15.999 2z" })))); TakeOver.displayName = "TakeOver"; @@ -35959,15 +35981,15 @@ var TakeOver_default = TakeOver; // ../juno-icon/src/TaskNewBorder.tsx import { - createElement as createElement627 + createElement as createElement628 } from "react"; -import { forwardRef as forwardRef608, memo as memo516 } from "react"; -var TaskNewBorder = memo516(forwardRef608((props, ref2) => /* @__PURE__ */ createElement627("svg", { +import { forwardRef as forwardRef609, memo as memo517 } from "react"; +var TaskNewBorder = memo517(forwardRef609((props, ref2) => /* @__PURE__ */ createElement628("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement627("path", { +}, /* @__PURE__ */ createElement628("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm6.376 7.741a.999.999 0 0 1 0 1.414l-7.071 7.071a.99.99 0 0 1-.531.277l-.117.014h-.118a.997.997 0 0 1-.648-.291l-4.243-4.243a.999.999 0 1 1 1.414-1.414l3.535 3.535 6.365-6.363a.999.999 0 0 1 1.414 0z" })))); TaskNewBorder.displayName = "TaskNewBorder"; @@ -35976,15 +35998,15 @@ var TaskNewBorder_default = TaskNewBorder; // ../juno-icon/src/TaskNew.tsx import { - createElement as createElement628 + createElement as createElement629 } from "react"; -import { forwardRef as forwardRef609, memo as memo517 } from "react"; -var TaskNew = memo517(forwardRef609((props, ref2) => /* @__PURE__ */ createElement628("svg", { +import { forwardRef as forwardRef610, memo as memo518 } from "react"; +var TaskNew = memo518(forwardRef610((props, ref2) => /* @__PURE__ */ createElement629("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement628("path", { +}, /* @__PURE__ */ createElement629("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm6.376 9.741a1 1 0 0 0-1.32-.083l-.094.083-6.365 6.363-3.535-3.535a.999.999 0 0 0-1.497 1.32l.083.094 4.243 4.243a.99.99 0 0 0 .531.277l.117.014h.118l.117-.014a.99.99 0 0 0 .436-.194l.094-.083 7.071-7.071a.999.999 0 0 0 0-1.414z" })))); TaskNew.displayName = "TaskNew"; @@ -35993,15 +36015,15 @@ var TaskNew_default = TaskNew; // ../juno-icon/src/TeamBorder.tsx import { - createElement as createElement629 + createElement as createElement630 } from "react"; -import { forwardRef as forwardRef610, memo as memo518 } from "react"; -var TeamBorder = memo518(forwardRef610((props, ref2) => /* @__PURE__ */ createElement629("svg", { +import { forwardRef as forwardRef611, memo as memo519 } from "react"; +var TeamBorder = memo519(forwardRef611((props, ref2) => /* @__PURE__ */ createElement630("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement629("path", { +}, /* @__PURE__ */ createElement630("path", { d: "M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001a3.98 3.98 0 0 1-.527-1.73L8 26c-3.576.011-5.455.011-5.637 0-.272-.017-.363-.289-.324-.574C2.381 22.935 4.919 21 8 21c.452 0 .892.042 1.315.12.358-.62.784-1.204 1.267-1.747A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zm0 2c4.707 0 8.571 2.811 8.967 6.393.053.479-.253.607-.448.607H12.28c-.177 0-.279-.209-.264-.416C12.293 21.912 16.209 19 21 19zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zM8 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm13-4a4 4 0 1 1 0 8 4 4 0 0 1 0-8z" })))); TeamBorder.displayName = "TeamBorder"; @@ -36010,15 +36032,15 @@ var TeamBorder_default = TeamBorder; // ../juno-icon/src/TeamDefault.tsx import { - createElement as createElement630 + createElement as createElement631 } from "react"; -import { forwardRef as forwardRef611, memo as memo519 } from "react"; -var TeamDefault = memo519(forwardRef611((props, ref2) => /* @__PURE__ */ createElement630("svg", { +import { forwardRef as forwardRef612, memo as memo520 } from "react"; +var TeamDefault = memo520(forwardRef612((props, ref2) => /* @__PURE__ */ createElement631("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement630("path", { +}, /* @__PURE__ */ createElement631("path", { d: "M23.6 12.7c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm-10.999 0c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm5.499 9.899c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm5.5-3.299c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm-10.999 0c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zM18.1 9.401c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547z" })))); TeamDefault.displayName = "TeamDefault"; @@ -36027,100 +36049,168 @@ var TeamDefault_default = TeamDefault; // ../juno-icon/src/Team.tsx import { - createElement as createElement631 + createElement as createElement632 +} from "react"; +import { forwardRef as forwardRef613, memo as memo521 } from "react"; +var Team = memo521(forwardRef613((props, ref2) => /* @__PURE__ */ createElement632("svg", { + viewBox: "0 0 32 32", + xmlns: "http://www.w3.org/2000/svg", + ref: ref2, + ...props +}, /* @__PURE__ */ createElement632("path", { + d: "M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001A3.98 3.98 0 0 1 8 26c0-2.541.969-4.815 2.582-6.627A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12z" +})))); +Team.displayName = "Team"; +Team["iconName"] = "team"; +var Team_default = Team; + +// ../juno-icon/src/Text.tsx +import { + createElement as createElement633 +} from "react"; +import { forwardRef as forwardRef614, memo as memo522 } from "react"; +var Text = memo522(forwardRef614((props, ref2) => /* @__PURE__ */ createElement633("svg", { + viewBox: "0 0 32 32", + xmlns: "http://www.w3.org/2000/svg", + ref: ref2, + ...props +}, /* @__PURE__ */ createElement633("path", { + d: "M16.533 5.001c.466-.02.906.263 1.069.719l7.279 20.333a.92.92 0 0 1-.628 1.2 1.086 1.086 0 0 1-1.303-.683l-2.126-5.939a.978.978 0 0 1-.163.013h-8.553l-2.12 5.926c-.19.532-.757.829-1.303.683a.921.921 0 0 1-.651-1.128c.007-.024.014-.048.023-.072L15.336 5.72a1.086 1.086 0 0 1 1.135-.714zm3.578 13.644L16.467 8.463l-3.645 10.182h7.289z" +})))); +Text.displayName = "Text"; +Text["iconName"] = "text"; +var Text_default = Text; + +// ../juno-icon/src/Theme.tsx +import { + createElement as createElement634 +} from "react"; +import { forwardRef as forwardRef615, memo as memo523 } from "react"; +var Theme = memo523(forwardRef615((props, ref2) => /* @__PURE__ */ createElement634("svg", { + viewBox: "0 0 32 32", + xmlns: "http://www.w3.org/2000/svg", + ref: ref2, + ...props +}, /* @__PURE__ */ createElement634("path", { + d: "M25.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-5-7a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM9 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM6.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14a2.333 2.333 0 0 0 2.333-2.333c0-.607-.233-1.151-.607-1.556a2.407 2.407 0 0 1-.591-1.556 2.333 2.333 0 0 1 2.333-2.333h2.753a7.777 7.777 0 0 0 7.778-7.778C29.999 7.568 23.73 2 15.999 2z" +})))); +Theme.displayName = "Theme"; +Theme["iconName"] = "theme"; +var Theme_default = Theme; + +// ../juno-icon/src/ThreadReplySnackbar.tsx +import { + createElement as createElement635 +} from "react"; +import { forwardRef as forwardRef616, memo as memo524 } from "react"; +var ThreadReplySnackbar = memo524(forwardRef616((props, ref2) => /* @__PURE__ */ createElement635("svg", { + viewBox: "0 0 32 32", + xmlns: "http://www.w3.org/2000/svg", + ref: ref2, + ...props +}, /* @__PURE__ */ createElement635("path", { + d: "M16.407 4.089c1.027 0 1.869.801 1.943 1.818l.006.146.001 5.08.973-.001c6.998 0 12.67 5.717 12.67 12.77v2.947c0 1.17-1.667 1.359-1.925.218-.78-3.463-3.801-5.998-7.346-6.107l-.257-.004h-4.114l-.001 5.08c0 .52-.206 1.021-.571 1.389a1.938 1.938 0 0 1-2.632.115l-.001.002-.124-.115-9.914-9.992a1.976 1.976 0 0 1-.114-2.653l.114-.124 9.914-9.992a1.942 1.942 0 0 1 1.379-.575l.001-.001zm-4.325.224a.994.994 0 0 1 .013 1.325l-.183.206-9.946 10.2 9.946 10.042.179.202a.994.994 0 0 1-.07 1.39.958.958 0 0 1-1.178.096l-.13-.103L.594 17.454a1.998 1.998 0 0 1-.048-2.795l.077-.076.08-.072 10.01-10.247a.959.959 0 0 1 1.368.049zm4.131 2.018a.194.194 0 0 0-.138.057l-9.443 9.518a.197.197 0 0 0 0 .279l9.443 9.518a.196.196 0 0 0 .334-.139l.001-5.587a.98.98 0 0 1 .974-.983l5.39.005a9.71 9.71 0 0 1 6.996 3.306l.197.231-.039-.279c-.74-4.867-4.701-8.665-9.622-9.112l.001-.044-2.924-.001a.975.975 0 0 1-.967-.868l-.007-.115-.001-5.588a.195.195 0 0 0-.194-.196l-.001-.001z" +})))); +ThreadReplySnackbar.displayName = "ThreadReplySnackbar"; +ThreadReplySnackbar["iconName"] = "thread-reply-snackbar"; +var ThreadReplySnackbar_default = ThreadReplySnackbar; + +// ../juno-icon/src/ThreadReply.tsx +import { + createElement as createElement636 } from "react"; -import { forwardRef as forwardRef612, memo as memo520 } from "react"; -var Team = memo520(forwardRef612((props, ref2) => /* @__PURE__ */ createElement631("svg", { +import { forwardRef as forwardRef617, memo as memo525 } from "react"; +var ThreadReply = memo525(forwardRef617((props, ref2) => /* @__PURE__ */ createElement636("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement631("path", { - d: "M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001A3.98 3.98 0 0 1 8 26c0-2.541.969-4.815 2.582-6.627A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12z" +}, /* @__PURE__ */ createElement636("path", { + d: "M16.099 6.667c.872 0 1.586.67 1.649 1.521l.005.122.001 4.249.826-.001c5.939 0 10.753 4.782 10.753 10.681v2.465c0 .979-1.415 1.137-1.634.182-.662-2.897-3.226-5.017-6.235-5.108l-.218-.003h-3.492l-.001 4.249c0 .435-.175.854-.485 1.162a1.662 1.662 0 0 1-2.234.096l-.001.002-.105-.096-8.414-8.358a1.636 1.636 0 0 1-.097-2.219l.097-.104 8.414-8.358a1.66 1.66 0 0 1 1.17-.481zm-3.671.187c.29.311.294.792.011 1.108l-.155.172-8.441 8.532 8.441 8.4.152.169a.824.824 0 0 1-1.059 1.243l-.11-.086-8.588-8.546a1.654 1.654 0 0 1-.041-2.338l.065-.064.068-.06 8.496-8.571a.822.822 0 0 1 1.161.041zm3.506 1.688a.165.165 0 0 0-.117.048l-8.014 7.961a.164.164 0 0 0 0 .233l8.014 7.961a.167.167 0 0 0 .283-.116l.001-4.673c0-.454.371-.822.827-.822l4.575.004a8.293 8.293 0 0 1 5.938 2.765l.167.193-.033-.233c-.628-4.071-3.99-7.248-8.166-7.622l.001-.037-2.482-.001a.824.824 0 0 1-.821-.726l-.006-.096-.001-4.674a.165.165 0 0 0-.165-.164z" })))); -Team.displayName = "Team"; -Team["iconName"] = "team"; -var Team_default = Team; +ThreadReply.displayName = "ThreadReply"; +ThreadReply["iconName"] = "thread-reply"; +var ThreadReply_default = ThreadReply; -// ../juno-icon/src/Text.tsx +// ../juno-icon/src/ThumbDownBorderSp.tsx import { - createElement as createElement632 + createElement as createElement637 } from "react"; -import { forwardRef as forwardRef613, memo as memo521 } from "react"; -var Text = memo521(forwardRef613((props, ref2) => /* @__PURE__ */ createElement632("svg", { +import { forwardRef as forwardRef618, memo as memo526 } from "react"; +var ThumbDownBorderSp = memo526(forwardRef618((props, ref2) => /* @__PURE__ */ createElement637("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement632("path", { - d: "M16.533 5.001c.466-.02.906.263 1.069.719l7.279 20.333a.92.92 0 0 1-.628 1.2 1.086 1.086 0 0 1-1.303-.683l-2.126-5.939a.978.978 0 0 1-.163.013h-8.553l-2.12 5.926c-.19.532-.757.829-1.303.683a.921.921 0 0 1-.651-1.128c.007-.024.014-.048.023-.072L15.336 5.72a1.086 1.086 0 0 1 1.135-.714zm3.578 13.644L16.467 8.463l-3.645 10.182h7.289z" +}, /* @__PURE__ */ createElement637("path", { + d: "m16.139 27.554 2.537.846 4.928-10.678h3.232a2.8 2.8 0 0 0 2.8-2.8v-9.6a2.8 2.8 0 0 0-2.8-2.8H8.809a2.8 2.8 0 0 0-2.67 1.957l-3.132 9.918c-.896 2.836 1.222 5.725 4.196 5.725h4.834v1.74a6 6 0 0 0 4.103 5.692zm5.898-12.162-4.639 10.052-.499-.166a3.6 3.6 0 0 1-2.462-3.415v-4.14H7.203a2 2 0 0 1-1.907-2.602l3.132-9.918a.401.401 0 0 1 .381-.28h13.227v10.47zm2.4-.07v-10.4h2.4a.4.4 0 0 1 .4.4v9.6a.4.4 0 0 1-.4.4h-2.4z" })))); -Text.displayName = "Text"; -Text["iconName"] = "text"; -var Text_default = Text; +ThumbDownBorderSp.displayName = "ThumbDownBorderSp"; +ThumbDownBorderSp["iconName"] = "thumb-down_border_sp"; +var ThumbDownBorderSp_default = ThumbDownBorderSp; -// ../juno-icon/src/Theme.tsx +// ../juno-icon/src/ThumbDownSp.tsx import { - createElement as createElement633 + createElement as createElement638 } from "react"; -import { forwardRef as forwardRef614, memo as memo522 } from "react"; -var Theme = memo522(forwardRef614((props, ref2) => /* @__PURE__ */ createElement633("svg", { +import { forwardRef as forwardRef619, memo as memo527 } from "react"; +var ThumbDownSp = memo527(forwardRef619((props, ref2) => /* @__PURE__ */ createElement638("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement633("path", { - d: "M25.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-5-7a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM9 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM6.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14a2.333 2.333 0 0 0 2.333-2.333c0-.607-.233-1.151-.607-1.556a2.407 2.407 0 0 1-.591-1.556 2.333 2.333 0 0 1 2.333-2.333h2.753a7.777 7.777 0 0 0 7.778-7.778C29.999 7.568 23.73 2 15.999 2z" +}, /* @__PURE__ */ createElement638("path", { + d: "m16.139 27.554 2.537.846 4.928-10.678h3.232a2.8 2.8 0 0 0 2.8-2.8v-9.6a2.8 2.8 0 0 0-2.8-2.8H8.809a2.8 2.8 0 0 0-2.67 1.957l-3.132 9.918c-.896 2.836 1.222 5.725 4.196 5.725h4.834v1.74a6 6 0 0 0 4.103 5.692zm7.493-12.232v-10.4h3.205a.4.4 0 0 1 .4.4v9.6a.4.4 0 0 1-.4.4h-3.205z" })))); -Theme.displayName = "Theme"; -Theme["iconName"] = "theme"; -var Theme_default = Theme; +ThumbDownSp.displayName = "ThumbDownSp"; +ThumbDownSp["iconName"] = "thumb-down_sp"; +var ThumbDownSp_default = ThumbDownSp; -// ../juno-icon/src/ThreadReplySnackbar.tsx +// ../juno-icon/src/ThumbUpBorderSp.tsx import { - createElement as createElement634 + createElement as createElement639 } from "react"; -import { forwardRef as forwardRef615, memo as memo523 } from "react"; -var ThreadReplySnackbar = memo523(forwardRef615((props, ref2) => /* @__PURE__ */ createElement634("svg", { +import { forwardRef as forwardRef620, memo as memo528 } from "react"; +var ThumbUpBorderSp = memo528(forwardRef620((props, ref2) => /* @__PURE__ */ createElement639("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement634("path", { - d: "M16.407 4.089c1.027 0 1.869.801 1.943 1.818l.006.146.001 5.08.973-.001c6.998 0 12.67 5.717 12.67 12.77v2.947c0 1.17-1.667 1.359-1.925.218-.78-3.463-3.801-5.998-7.346-6.107l-.257-.004h-4.114l-.001 5.08c0 .52-.206 1.021-.571 1.389a1.938 1.938 0 0 1-2.632.115l-.001.002-.124-.115-9.914-9.992a1.976 1.976 0 0 1-.114-2.653l.114-.124 9.914-9.992a1.942 1.942 0 0 1 1.379-.575l.001-.001zm-4.325.224a.994.994 0 0 1 .013 1.325l-.183.206-9.946 10.2 9.946 10.042.179.202a.994.994 0 0 1-.07 1.39.958.958 0 0 1-1.178.096l-.13-.103L.594 17.454a1.998 1.998 0 0 1-.048-2.795l.077-.076.08-.072 10.01-10.247a.959.959 0 0 1 1.368.049zm4.131 2.018a.194.194 0 0 0-.138.057l-9.443 9.518a.197.197 0 0 0 0 .279l9.443 9.518a.196.196 0 0 0 .334-.139l.001-5.587a.98.98 0 0 1 .974-.983l5.39.005a9.71 9.71 0 0 1 6.996 3.306l.197.231-.039-.279c-.74-4.867-4.701-8.665-9.622-9.112l.001-.044-2.924-.001a.975.975 0 0 1-.967-.868l-.007-.115-.001-5.588a.195.195 0 0 0-.194-.196l-.001-.001z" +}, /* @__PURE__ */ createElement639("path", { + d: "m16.297 3.368-2.537-.846L8.832 13.2H5.6A2.8 2.8 0 0 0 2.8 16v9.6a2.8 2.8 0 0 0 2.8 2.8h18.027a2.8 2.8 0 0 0 2.67-1.957l3.132-9.918c.896-2.836-1.222-5.725-4.196-5.725h-4.834V9.06a6 6 0 0 0-4.103-5.692zM10.4 15.53l4.639-10.052.499.166A3.6 3.6 0 0 1 18 9.059v4.14h7.234a2 2 0 0 1 1.907 2.602l-3.132 9.918a.4.4 0 0 1-.381.28H10.401v-10.47zM8 15.6V26H5.6a.4.4 0 0 1-.4-.4V16a.4.4 0 0 1 .4-.4H8z" })))); -ThreadReplySnackbar.displayName = "ThreadReplySnackbar"; -ThreadReplySnackbar["iconName"] = "thread-reply-snackbar"; -var ThreadReplySnackbar_default = ThreadReplySnackbar; +ThumbUpBorderSp.displayName = "ThumbUpBorderSp"; +ThumbUpBorderSp["iconName"] = "thumb-up_border_sp"; +var ThumbUpBorderSp_default = ThumbUpBorderSp; -// ../juno-icon/src/ThreadReply.tsx +// ../juno-icon/src/ThumbUpSp.tsx import { - createElement as createElement635 + createElement as createElement640 } from "react"; -import { forwardRef as forwardRef616, memo as memo524 } from "react"; -var ThreadReply = memo524(forwardRef616((props, ref2) => /* @__PURE__ */ createElement635("svg", { +import { forwardRef as forwardRef621, memo as memo529 } from "react"; +var ThumbUpSp = memo529(forwardRef621((props, ref2) => /* @__PURE__ */ createElement640("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement635("path", { - d: "M16.099 6.667c.872 0 1.586.67 1.649 1.521l.005.122.001 4.249.826-.001c5.939 0 10.753 4.782 10.753 10.681v2.465c0 .979-1.415 1.137-1.634.182-.662-2.897-3.226-5.017-6.235-5.108l-.218-.003h-3.492l-.001 4.249c0 .435-.175.854-.485 1.162a1.662 1.662 0 0 1-2.234.096l-.001.002-.105-.096-8.414-8.358a1.636 1.636 0 0 1-.097-2.219l.097-.104 8.414-8.358a1.66 1.66 0 0 1 1.17-.481zm-3.671.187c.29.311.294.792.011 1.108l-.155.172-8.441 8.532 8.441 8.4.152.169a.824.824 0 0 1-1.059 1.243l-.11-.086-8.588-8.546a1.654 1.654 0 0 1-.041-2.338l.065-.064.068-.06 8.496-8.571a.822.822 0 0 1 1.161.041zm3.506 1.688a.165.165 0 0 0-.117.048l-8.014 7.961a.164.164 0 0 0 0 .233l8.014 7.961a.167.167 0 0 0 .283-.116l.001-4.673c0-.454.371-.822.827-.822l4.575.004a8.293 8.293 0 0 1 5.938 2.765l.167.193-.033-.233c-.628-4.071-3.99-7.248-8.166-7.622l.001-.037-2.482-.001a.824.824 0 0 1-.821-.726l-.006-.096-.001-4.674a.165.165 0 0 0-.165-.164z" +}, /* @__PURE__ */ createElement640("path", { + d: "m16.297 3.368-2.537-.846L8.832 13.2H5.6A2.8 2.8 0 0 0 2.8 16v9.6a2.8 2.8 0 0 0 2.8 2.8h18.027a2.8 2.8 0 0 0 2.67-1.957l3.132-9.918c.896-2.836-1.222-5.725-4.196-5.725h-4.834V9.06a6 6 0 0 0-4.103-5.692zM8.8 15.6V26H5.6a.4.4 0 0 1-.4-.4V16a.4.4 0 0 1 .4-.4h3.2z" })))); -ThreadReply.displayName = "ThreadReply"; -ThreadReply["iconName"] = "thread-reply"; -var ThreadReply_default = ThreadReply; +ThumbUpSp.displayName = "ThumbUpSp"; +ThumbUpSp["iconName"] = "thumb-up_sp"; +var ThumbUpSp_default = ThumbUpSp; // ../juno-icon/src/ThumbupBorder.tsx import { - createElement as createElement636 + createElement as createElement641 } from "react"; -import { forwardRef as forwardRef617, memo as memo525 } from "react"; -var ThumbupBorder = memo525(forwardRef617((props, ref2) => /* @__PURE__ */ createElement636("svg", { +import { forwardRef as forwardRef622, memo as memo530 } from "react"; +var ThumbupBorder = memo530(forwardRef622((props, ref2) => /* @__PURE__ */ createElement641("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement636("path", { +}, /* @__PURE__ */ createElement641("path", { d: "M4 28a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h4l6.825-11.12A4 4 0 0 1 18.217 2H19a2.305 2.305 0 0 1 2.227 2.899L19.867 10H26a4 4 0 0 1 4 4v4.5a9.5 9.5 0 0 1-9.5 9.5H4zm3-11H5a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2v-9zM19 4h-.783a1.99 1.99 0 0 0-1.687.926l-6.825 11.12C9.341 16.639 9 17 9 17v9h11.5a7.5 7.5 0 0 0 7.5-7.5V14a2 2 0 0 0-2-2h-6.133a2 2 0 0 1-1.933-2.515l1.36-5.101A.305.305 0 0 0 18.999 4z" })))); ThumbupBorder.displayName = "ThumbupBorder"; @@ -36129,15 +36219,15 @@ var ThumbupBorder_default = ThumbupBorder; // ../juno-icon/src/Thumbup.tsx import { - createElement as createElement637 + createElement as createElement642 } from "react"; -import { forwardRef as forwardRef618, memo as memo526 } from "react"; -var Thumbup = memo526(forwardRef618((props, ref2) => /* @__PURE__ */ createElement637("svg", { +import { forwardRef as forwardRef623, memo as memo531 } from "react"; +var Thumbup = memo531(forwardRef623((props, ref2) => /* @__PURE__ */ createElement642("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement637("path", { +}, /* @__PURE__ */ createElement642("path", { d: "M7 15v13H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h3zM19 2a2.305 2.305 0 0 1 2.227 2.899L19.867 10H26a4 4 0 0 1 4 4v4.5a9.5 9.5 0 0 1-9.5 9.5H9V13.37l5.825-9.49A4 4 0 0 1 18.217 2H19z" })))); Thumbup.displayName = "Thumbup"; @@ -36146,15 +36236,15 @@ var Thumbup_default = Thumbup; // ../juno-icon/src/TimeBorder.tsx import { - createElement as createElement638 + createElement as createElement643 } from "react"; -import { forwardRef as forwardRef619, memo as memo527 } from "react"; -var TimeBorder = memo527(forwardRef619((props, ref2) => /* @__PURE__ */ createElement638("svg", { +import { forwardRef as forwardRef624, memo as memo532 } from "react"; +var TimeBorder = memo532(forwardRef624((props, ref2) => /* @__PURE__ */ createElement643("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement638("path", { +}, /* @__PURE__ */ createElement643("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zM9 17a1 1 0 0 1 0-2h6V7a1 1 0 0 1 2 0v9a1 1 0 0 1-.883.993L16 17H9z" })))); TimeBorder.displayName = "TimeBorder"; @@ -36163,15 +36253,15 @@ var TimeBorder_default = TimeBorder; // ../juno-icon/src/Time.tsx import { - createElement as createElement639 + createElement as createElement644 } from "react"; -import { forwardRef as forwardRef620, memo as memo528 } from "react"; -var Time = memo528(forwardRef620((props, ref2) => /* @__PURE__ */ createElement639("svg", { +import { forwardRef as forwardRef625, memo as memo533 } from "react"; +var Time = memo533(forwardRef625((props, ref2) => /* @__PURE__ */ createElement644("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement639("path", { +}, /* @__PURE__ */ createElement644("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 0 0-.993.883L15 7v8H9a1 1 0 0 0-.117 1.993L9 17l7.117-.007c.459-.053.823-.418.877-.877l.007-.117v-9a1 1 0 0 0-1-1z" })))); Time.displayName = "Time"; @@ -36180,15 +36270,15 @@ var Time_default = Time; // ../juno-icon/src/TodayCalendarIco.tsx import { - createElement as createElement640 + createElement as createElement645 } from "react"; -import { forwardRef as forwardRef621, memo as memo529 } from "react"; -var TodayCalendarIco = memo529(forwardRef621((props, ref2) => /* @__PURE__ */ createElement640("svg", { +import { forwardRef as forwardRef626, memo as memo534 } from "react"; +var TodayCalendarIco = memo534(forwardRef626((props, ref2) => /* @__PURE__ */ createElement645("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement640("path", { +}, /* @__PURE__ */ createElement645("path", { d: "M7.056 2C4.278 2 2 4.277 2 7.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056V7.056C30.001 4.278 27.724 2 24.945 2H7.056zm0 2.333h17.889a2.706 2.706 0 0 1 2.722 2.722v1.167H4.334V7.055a2.706 2.706 0 0 1 2.722-2.722zm-2.723 6.223h23.333v14.389a2.706 2.706 0 0 1-2.722 2.722H7.055a2.706 2.706 0 0 1-2.722-2.722V10.556zm17.532 3.098a1.168 1.168 0 0 0-.899.398l-6.18 6.863-3.018-3.018a1.166 1.166 0 1 0-1.651 1.65l3.889 3.889a1.165 1.165 0 0 0 1.693-.044l7-7.778a1.166 1.166 0 0 0-.836-1.96h.001z" })))); TodayCalendarIco.displayName = "TodayCalendarIco"; @@ -36197,15 +36287,15 @@ var TodayCalendarIco_default = TodayCalendarIco; // ../juno-icon/src/TransciptSp.tsx import { - createElement as createElement641 + createElement as createElement646 } from "react"; -import { forwardRef as forwardRef622, memo as memo530 } from "react"; -var TransciptSp = memo530(forwardRef622((props, ref2) => /* @__PURE__ */ createElement641("svg", { +import { forwardRef as forwardRef627, memo as memo535 } from "react"; +var TransciptSp = memo535(forwardRef627((props, ref2) => /* @__PURE__ */ createElement646("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement641("path", { +}, /* @__PURE__ */ createElement646("path", { d: "m19.049 13.523 1.751.071c-.274 6.312-3.288 9.793-8.725 10.126v3.48h-1.751v-3.48c-5.436-.334-8.45-3.814-8.725-10.126l1.751-.071c.244 5.645 2.884 8.507 7.849 8.507s7.605-2.863 7.849-8.507zM27.2 20.8V24h-4.8v-3.2h4.8zm-16-16c3.855 0 4.901 2.289 5.167 5.09l.042.548c.006.092.011.185.015.278l.019.562.008.567-.003.832-.013.551-.025.544-.04.535c-.259 2.823-1.294 5.139-5.171 5.139-3.855 0-4.9-2.289-5.167-5.09l-.042-.548a12.597 12.597 0 0 1-.015-.278l-.019-.562-.008-.567.003-.832.013-.551.025-.544.04-.535C6.288 7.116 7.323 4.8 11.2 4.8zm19.2 9.6v3.2h-8v-3.2h8zm0-6.4v3.2h-8V8h8z" })))); TransciptSp.displayName = "TransciptSp"; @@ -36214,15 +36304,15 @@ var TransciptSp_default = TransciptSp; // ../juno-icon/src/Transcribe.tsx import { - createElement as createElement642 + createElement as createElement647 } from "react"; -import { forwardRef as forwardRef623, memo as memo531 } from "react"; -var Transcribe = memo531(forwardRef623((props, ref2) => /* @__PURE__ */ createElement642("svg", { +import { forwardRef as forwardRef628, memo as memo536 } from "react"; +var Transcribe = memo536(forwardRef628((props, ref2) => /* @__PURE__ */ createElement647("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement642("path", { +}, /* @__PURE__ */ createElement647("path", { d: "M7 9h18v3H7V9zm0 5h18v3H7v-3zm0 5h14v3H7v-3z" })))); Transcribe.displayName = "Transcribe"; @@ -36231,15 +36321,15 @@ var Transcribe_default = Transcribe; // ../juno-icon/src/TranscriptBottom.tsx import { - createElement as createElement643 + createElement as createElement648 } from "react"; -import { forwardRef as forwardRef624, memo as memo532 } from "react"; -var TranscriptBottom = memo532(forwardRef624((props, ref2) => /* @__PURE__ */ createElement643("svg", { +import { forwardRef as forwardRef629, memo as memo537 } from "react"; +var TranscriptBottom = memo537(forwardRef629((props, ref2) => /* @__PURE__ */ createElement648("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement643("path", { +}, /* @__PURE__ */ createElement648("path", { d: "M28 8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 29.172l2.586-2.586A2 2 0 0 1 20 26h7a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-3 11a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1zm17-4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2h2zm-6 0a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5zm-9 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h3z" })))); TranscriptBottom.displayName = "TranscriptBottom"; @@ -36248,15 +36338,15 @@ var TranscriptBottom_default = TranscriptBottom; // ../juno-icon/src/Transcript.tsx import { - createElement as createElement644 + createElement as createElement649 } from "react"; -import { forwardRef as forwardRef625, memo as memo533 } from "react"; -var Transcript = memo533(forwardRef625((props, ref2) => /* @__PURE__ */ createElement644("svg", { +import { forwardRef as forwardRef630, memo as memo538 } from "react"; +var Transcript = memo538(forwardRef630((props, ref2) => /* @__PURE__ */ createElement649("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement644("path", { +}, /* @__PURE__ */ createElement649("path", { d: "M7.25 2A5.25 5.25 0 0 0 2 7.25v17.5A5.25 5.25 0 0 0 7.25 30h17.5c2.9 0 5.25-2.35 5.25-5.25V7.25A5.25 5.25 0 0 0 24.75 2H7.25zM9 11.625V9h12.25v2.625H9zm14 5.688H9v-2.625h14v2.625zM9 23v-2.625h8.75V23H9z" })))); Transcript.displayName = "Transcript"; @@ -36265,15 +36355,15 @@ var Transcript_default = Transcript; // ../juno-icon/src/Transcription.tsx import { - createElement as createElement645 + createElement as createElement650 } from "react"; -import { forwardRef as forwardRef626, memo as memo534 } from "react"; -var Transcription = memo534(forwardRef626((props, ref2) => /* @__PURE__ */ createElement645("svg", { +import { forwardRef as forwardRef631, memo as memo539 } from "react"; +var Transcription = memo539(forwardRef631((props, ref2) => /* @__PURE__ */ createElement650("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement645("path", { +}, /* @__PURE__ */ createElement650("path", { d: "M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-3 11a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1zm17-4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2h2zm-6 0a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5zm-9 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h3z" })))); Transcription.displayName = "Transcription"; @@ -36282,15 +36372,15 @@ var Transcription_default = Transcription; // ../juno-icon/src/TransferCallSp.tsx import { - createElement as createElement646 + createElement as createElement651 } from "react"; -import { forwardRef as forwardRef627, memo as memo535 } from "react"; -var TransferCallSp = memo535(forwardRef627((props, ref2) => /* @__PURE__ */ createElement646("svg", { +import { forwardRef as forwardRef632, memo as memo540 } from "react"; +var TransferCallSp = memo540(forwardRef632((props, ref2) => /* @__PURE__ */ createElement651("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement646("path", { +}, /* @__PURE__ */ createElement651("path", { d: "m26.759 17.143-7.665 7.665-1.616-1.616 3.762-3.763H5.714v-2.286h21.045zm-7.665-9.951 7.665 7.665H5.714v-2.286H21.24l-3.762-3.763 1.616-1.616z" })))); TransferCallSp.displayName = "TransferCallSp"; @@ -36299,15 +36389,15 @@ var TransferCallSp_default = TransferCallSp; // ../juno-icon/src/TransferCall.tsx import { - createElement as createElement647 + createElement as createElement652 } from "react"; -import { forwardRef as forwardRef628, memo as memo536 } from "react"; -var TransferCall = memo536(forwardRef628((props, ref2) => /* @__PURE__ */ createElement647("svg", { +import { forwardRef as forwardRef633, memo as memo541 } from "react"; +var TransferCall = memo541(forwardRef633((props, ref2) => /* @__PURE__ */ createElement652("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement647("path", { +}, /* @__PURE__ */ createElement652("path", { d: "M15.998 19.956c-.011.453.06.432-.433.556-.803.208-1.633.268-2.456.314a99.83 99.83 0 0 1-3.946.156c-2.256.038-4.513.035-6.758-.236a8.248 8.248 0 0 1-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a16.172 16.172 0 0 1 0-.853.269.269 0 0 0-.111-.234 3.778 3.778 0 0 1-1.009-1.211c-.544-1.027-.652-2.114-.425-3.241.199-.972.627-1.822 1.373-2.491 1.274-1.139 3.143-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.593 3.596-.04.032-.066.11-.066.164-.009.297 0 .597-.006.897-.003.101.028.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.65.32 1.177.796 1.479 1.476.242.545.311 1.122.293 1.71zm14.704 4.291c.242.545.311 1.122.296 1.707-.011.45.06.432-.436.559-.803.208-1.632.268-2.456.314a99.78 99.78 0 0 1-3.945.156c-2.256.038-4.512.035-6.757-.236a8.248 8.248 0 0 1-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a20.214 20.214 0 0 1 0-.853.269.269 0 0 0-.111-.234 3.763 3.763 0 0 1-1.008-1.211c-.544-1.026-.652-2.114-.424-3.241.199-.972.627-1.822 1.373-2.491 1.273-1.139 3.142-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.592 3.596-.04.032-.066.11-.066.164-.009.3 0 .597-.006.897-.003.101.029.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.649.32 1.176.796 1.478 1.476zM13.996 6.08a.765.765 0 0 1-.933-.448.806.806 0 0 1 .481-1.079c1.296-.419 3.451-.733 5.761.358.407.192.77.445 1.099.739L23.001 4l-.242 6.546a.51.51 0 0 1-.798.361L16.9 7.881l2.012-1.28a4.005 4.005 0 0 0-.402-.227c-1.838-.873-3.434-.64-4.513-.294z" })))); TransferCall.displayName = "TransferCall"; @@ -36316,15 +36406,15 @@ var TransferCall_default = TransferCall; // ../juno-icon/src/TransferCallBorder.tsx import { - createElement as createElement648 + createElement as createElement653 } from "react"; -import { forwardRef as forwardRef629, memo as memo537 } from "react"; -var TransferCallBorder = memo537(forwardRef629((props, ref2) => /* @__PURE__ */ createElement648("svg", { +import { forwardRef as forwardRef634, memo as memo542 } from "react"; +var TransferCallBorder = memo542(forwardRef634((props, ref2) => /* @__PURE__ */ createElement653("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement648("path", { +}, /* @__PURE__ */ createElement653("path", { d: "M8.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87C.992 9.65.896 8.256 1.108 7.021c.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM6.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 0 1-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm17.135 1.265a1.014 1.014 0 0 1 1.414 0l5.192 5.019a.968.968 0 0 1 0 1.388l-5.192 5.019c-.391.383-1.024.383-1.414 0s-.391-1.004 0-1.388l3.488-3.344H17.001c-.552 0-1-.439-1-.981s.448-.981 1-.981h10.586l-3.486-3.344a.968.968 0 0 1 0-1.388z" })))); TransferCallBorder.displayName = "TransferCallBorder"; @@ -36333,15 +36423,15 @@ var TransferCallBorder_default = TransferCallBorder; // ../juno-icon/src/Translate.tsx import { - createElement as createElement649 + createElement as createElement654 } from "react"; -import { forwardRef as forwardRef630, memo as memo538 } from "react"; -var Translate = memo538(forwardRef630((props, ref2) => /* @__PURE__ */ createElement649("svg", { +import { forwardRef as forwardRef635, memo as memo543 } from "react"; +var Translate = memo543(forwardRef635((props, ref2) => /* @__PURE__ */ createElement654("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement649("path", { +}, /* @__PURE__ */ createElement654("path", { d: "M16.106 19.332c.28.277.372.692.234 1.06l-.099.267a1 1 0 0 1-1.644.358l-2.454-2.454-5.007 5.007a1 1 0 0 1-1.414 0l-.204-.204a1 1 0 0 1 .005-1.419l5.1-5.03a20.249 20.249 0 0 1-2.719-3.829c-.348-.636.133-1.382.857-1.382h.131c.375 0 .717.211.899.539a17.903 17.903 0 0 0 2.352 3.29 18.024 18.024 0 0 0 3.623-6.114H4.001a1 1 0 0 1-1-1v-.286a1 1 0 0 1 1-1h7V5.849a1 1 0 0 1 1-1h.286a1 1 0 0 1 1 1v1.286h7a1 1 0 0 1 1 1v.286a1 1 0 0 1-1 1h-2.349a20.013 20.013 0 0 1-4.24 7.463.048.048 0 0 0 0 .068l2.408 2.38zM27.559 27a1 1 0 0 0 .937-1.35l-4.485-12a1 1 0 0 0-.937-.65h-1.137a1 1 0 0 0-.936.649l-4.493 12A1 1 0 0 0 17.444 27h.492c.209 0 .384-.061.525-.184s.236-.258.286-.407l.995-2.856h5.519l.995 2.856c.068.168.169.31.304.426.135.11.31.165.525.165h.475zm-4.557-9.943 1.622 4.657h-4.238l1.612-4.638c.08-.213.163-.462.249-.745.086-.291.169-.6.249-.93.086.329.172.636.258.92s.169.529.249.736z" })))); Translate.displayName = "Translate"; @@ -36350,15 +36440,15 @@ var Translate_default = Translate; // ../juno-icon/src/Trello.tsx import { - createElement as createElement650 + createElement as createElement655 } from "react"; -import { forwardRef as forwardRef631, memo as memo539 } from "react"; -var Trello = memo539(forwardRef631((props, ref2) => /* @__PURE__ */ createElement650("svg", { +import { forwardRef as forwardRef636, memo as memo544 } from "react"; +var Trello = memo544(forwardRef636((props, ref2) => /* @__PURE__ */ createElement655("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement650("path", { +}, /* @__PURE__ */ createElement655("path", { d: "M27.018 17.16c0 .169-.054.308-.163.417s-.247.163-.417.163h-8.699c-.17 0-.308-.054-.417-.163s-.163-.248-.163-.417V5.562c0-.17.054-.308.163-.417s.248-.163.417-.163h8.699c.17 0 .308.054.417.163s.163.247.163.417V17.16zM14.84 24.119c0 .169-.054.308-.163.417s-.248.163-.417.163H5.561c-.169 0-.308-.054-.417-.163s-.163-.248-.163-.417V5.562c0-.17.054-.308.163-.417s.248-.163.417-.163h8.699c.169 0 .308.054.417.163s.163.247.163.417v18.557zM29.573 2.427a1.111 1.111 0 0 0-.816-.344H3.241c-.314 0-.586.114-.815.344s-.344.502-.344.816v25.516c0 .314.115.586.344.815s.502.344.815.344h25.516c.315 0 .587-.114.816-.344s.344-.502.344-.815V3.243a1.12 1.12 0 0 0-.344-.816z" })))); Trello.displayName = "Trello"; @@ -36367,15 +36457,15 @@ var Trello_default = Trello; // ../juno-icon/src/TxtBorder.tsx import { - createElement as createElement651 + createElement as createElement656 } from "react"; -import { forwardRef as forwardRef632, memo as memo540 } from "react"; -var TxtBorder = memo540(forwardRef632((props, ref2) => /* @__PURE__ */ createElement651("svg", { +import { forwardRef as forwardRef637, memo as memo545 } from "react"; +var TxtBorder = memo545(forwardRef637((props, ref2) => /* @__PURE__ */ createElement656("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement651("path", { +}, /* @__PURE__ */ createElement656("path", { d: "M20.565 2.494A2.02 2.02 0 0 0 19.248 2H6c-1.08 0-2 .907-2 2v11c0 .546.466.99 1.006.99S6 15.546 6 15V5c0-.546.46-1 1-1h11.872c.238 0 .481.09.659.248l6.128 5.362c.211.187.383.514.383.799l-.043 4.592c0 .546.46 1 1 1s1-.454 1-1V9.959c0-.57-.259-1.18-.683-1.557l-6.752-5.907zm9.256 16.672c.482 0 .872-.412.872-.919s-.39-.919-.872-.919h-6.838c-.481 0-.872.412-.872.919s.392.919.872.919h2.391v9.739c0 .605.465 1.095 1.038 1.095s1.038-.489 1.038-1.095v-9.739h2.371zm-7.919 9.503c.354.572-.036 1.331-.684 1.331h-.559a.521.521 0 0 1-.363-.124 1.18 1.18 0 0 1-.215-.279l-3.635-4.81-3.724 4.81a2.33 2.33 0 0 1-.225.279.448.448 0 0 1-.323.124h-.428c-.651 0-1.04-.765-.68-1.337l3.968-5-3.747-4.992c-.365-.572.024-1.342.677-1.342h.532c.15 0 .261.024.334.073.072.048.133.12.186.215l3.556 4.951 3.547-4.909c.058-.111.124-.193.196-.249s.163-.082.274-.082h.437c.658 0 1.046.776.673 1.348l-3.755 4.893 3.957 5.1zM9.404 19.166c.481 0 .872-.412.872-.919s-.392-.919-.872-.919H2.566c-.482 0-.872.412-.872.919s.39.919.872.919h2.39v9.739c0 .605.465 1.095 1.04 1.095.573 0 1.038-.489 1.038-1.095v-9.739h2.371z" })))); TxtBorder.displayName = "TxtBorder"; @@ -36384,15 +36474,15 @@ var TxtBorder_default = TxtBorder; // ../juno-icon/src/Unblocked.tsx import { - createElement as createElement652 + createElement as createElement657 } from "react"; -import { forwardRef as forwardRef633, memo as memo541 } from "react"; -var Unblocked = memo541(forwardRef633((props, ref2) => /* @__PURE__ */ createElement652("svg", { +import { forwardRef as forwardRef638, memo as memo546 } from "react"; +var Unblocked = memo546(forwardRef638((props, ref2) => /* @__PURE__ */ createElement657("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement652("path", { +}, /* @__PURE__ */ createElement657("path", { d: "M6.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm16.97 1.414L7.515 23.071a.999.999 0 0 0 1.32 1.497l.094-.083L24.485 8.929a.999.999 0 0 0-1.32-1.497l-.094.083z" })))); Unblocked.displayName = "Unblocked"; @@ -36401,15 +36491,15 @@ var Unblocked_default = Unblocked; // ../juno-icon/src/Underline.tsx import { - createElement as createElement653 + createElement as createElement658 } from "react"; -import { forwardRef as forwardRef634, memo as memo542 } from "react"; -var Underline = memo542(forwardRef634((props, ref2) => /* @__PURE__ */ createElement653("svg", { +import { forwardRef as forwardRef639, memo as memo547 } from "react"; +var Underline = memo547(forwardRef639((props, ref2) => /* @__PURE__ */ createElement658("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement653("path", { +}, /* @__PURE__ */ createElement658("path", { d: "M24 26a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2h16zm0-22a1 1 0 0 1 1 1v10c0 4.971-4.029 9-9 9s-9-4.029-9-9V5a1 1 0 0 1 2 0v10a7 7 0 0 0 6.759 6.996L16 22a7 7 0 0 0 6.996-6.759L23 15V5a1 1 0 0 1 1-1z" })))); Underline.displayName = "Underline"; @@ -36418,15 +36508,15 @@ var Underline_default = Underline; // ../juno-icon/src/UndockBorder.tsx import { - createElement as createElement654 + createElement as createElement659 } from "react"; -import { forwardRef as forwardRef635, memo as memo543 } from "react"; -var UndockBorder = memo543(forwardRef635((props, ref2) => /* @__PURE__ */ createElement654("svg", { +import { forwardRef as forwardRef640, memo as memo548 } from "react"; +var UndockBorder = memo548(forwardRef640((props, ref2) => /* @__PURE__ */ createElement659("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement654("path", { +}, /* @__PURE__ */ createElement659("path", { d: "M20 10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16zm0 2H4v16h16V12zm-3 3v6l-2.343-2.344-6.536 6.536a.999.999 0 1 1-1.414-1.414l6.536-6.536L11 15h6zM28 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-4v-2h4V4H12v4h-2V4a2 2 0 0 1 2-2h16z" })))); UndockBorder.displayName = "UndockBorder"; @@ -36435,15 +36525,15 @@ var UndockBorder_default = UndockBorder; // ../juno-icon/src/Undock.tsx import { - createElement as createElement655 + createElement as createElement660 } from "react"; -import { forwardRef as forwardRef636, memo as memo544 } from "react"; -var Undock = memo544(forwardRef636((props, ref2) => /* @__PURE__ */ createElement655("svg", { +import { forwardRef as forwardRef641, memo as memo549 } from "react"; +var Undock = memo549(forwardRef641((props, ref2) => /* @__PURE__ */ createElement660("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement655("path", { +}, /* @__PURE__ */ createElement660("path", { d: "M20 10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16zm-3 5h-6l2.243 2.242-6.536 6.536a.999.999 0 0 0 1.32 1.497l.094-.083 6.536-6.536L17 21v-6zM28 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-4V8H10V4a2 2 0 0 1 2-2h16z" })))); Undock.displayName = "Undock"; @@ -36452,15 +36542,15 @@ var Undock_default = Undock; // ../juno-icon/src/UnfoldLess.tsx import { - createElement as createElement656 + createElement as createElement661 } from "react"; -import { forwardRef as forwardRef637, memo as memo545 } from "react"; -var UnfoldLess = memo545(forwardRef637((props, ref2) => /* @__PURE__ */ createElement656("svg", { +import { forwardRef as forwardRef642, memo as memo550 } from "react"; +var UnfoldLess = memo550(forwardRef642((props, ref2) => /* @__PURE__ */ createElement661("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement656("path", { +}, /* @__PURE__ */ createElement661("path", { d: "m11.05 27.621 4.95-4.95 4.95 4.95a.999.999 0 1 0 1.414-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0l-5.657 5.657a.999.999 0 1 0 1.414 1.414zM9.636 5.707l5.657 5.657a1 1 0 0 0 1.32.083l.094-.083 5.657-5.657a.999.999 0 0 0-1.32-1.497l-.094.083L16 9.243l-4.95-4.95a.999.999 0 0 0-1.497 1.32l.083.094z" })))); UnfoldLess.displayName = "UnfoldLess"; @@ -36469,15 +36559,15 @@ var UnfoldLess_default = UnfoldLess; // ../juno-icon/src/UnfoldMore.tsx import { - createElement as createElement657 + createElement as createElement662 } from "react"; -import { forwardRef as forwardRef638, memo as memo546 } from "react"; -var UnfoldMore = memo546(forwardRef638((props, ref2) => /* @__PURE__ */ createElement657("svg", { +import { forwardRef as forwardRef643, memo as memo551 } from "react"; +var UnfoldMore = memo551(forwardRef643((props, ref2) => /* @__PURE__ */ createElement662("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement657("path", { +}, /* @__PURE__ */ createElement662("path", { d: "M11.05 20.55 16 25.5l4.95-4.95a.999.999 0 1 1 1.414 1.414l-5.657 5.657a.999.999 0 0 1-1.414 0l-5.657-5.657a.999.999 0 1 1 1.414-1.414zM9.636 9.95l5.657-5.657a1 1 0 0 1 1.32-.083l.094.083 5.657 5.657a.999.999 0 0 1-1.32 1.497l-.094-.083L16 6.414l-4.95 4.95a.999.999 0 0 1-1.497-1.32l.083-.094z" })))); UnfoldMore.displayName = "UnfoldMore"; @@ -36486,15 +36576,15 @@ var UnfoldMore_default = UnfoldMore; // ../juno-icon/src/Unlock.tsx import { - createElement as createElement658 + createElement as createElement663 } from "react"; -import { forwardRef as forwardRef639, memo as memo547 } from "react"; -var Unlock = memo547(forwardRef639((props, ref2) => /* @__PURE__ */ createElement658("svg", { +import { forwardRef as forwardRef644, memo as memo552 } from "react"; +var Unlock = memo552(forwardRef644((props, ref2) => /* @__PURE__ */ createElement663("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement658("path", { +}, /* @__PURE__ */ createElement663("path", { d: "M24 2a6 6 0 0 1 6 6v4h-2V8a4 4 0 0 0-3.8-3.995L24 4a4 4 0 0 0-3.995 3.8L20 8v6h4a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h10V8a6 6 0 0 1 6-6zm-1 14H9a1 1 0 0 0-.993.883L8 17v10a1 1 0 0 0 .883.993L9 28h14a1 1 0 0 0 .993-.883L24 27V17a1 1 0 0 0-.883-.993L23 16zm-7 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z" })))); Unlock.displayName = "Unlock"; @@ -36503,15 +36593,15 @@ var Unlock_default = Unlock; // ../juno-icon/src/UnpinSlash.tsx import { - createElement as createElement659 + createElement as createElement664 } from "react"; -import { forwardRef as forwardRef640, memo as memo548 } from "react"; -var UnpinSlash = memo548(forwardRef640((props, ref2) => /* @__PURE__ */ createElement659("svg", { +import { forwardRef as forwardRef645, memo as memo553 } from "react"; +var UnpinSlash = memo553(forwardRef645((props, ref2) => /* @__PURE__ */ createElement664("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement659("path", { +}, /* @__PURE__ */ createElement664("path", { d: "M3.565 2.979a.999.999 0 0 1 1.414 0l24.042 24.042a.999.999 0 1 1-1.414 1.414l-5.984-5.983-.078.359a10.215 10.215 0 0 1-2.73 4.888 1.141 1.141 0 0 1-1.613 0l-5.644-5.644-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256-5.644-5.644a1.141 1.141 0 0 1 0-1.613 10.214 10.214 0 0 1 5.246-2.808L3.565 4.394a.999.999 0 0 1 0-1.414zm7.788 9.202a8.23 8.23 0 0 0-4.716 1.623l-.281.219 11.62 11.62.029-.033a8.234 8.234 0 0 0 1.814-4.964l-8.466-8.465zM19.63 1.154c.086.05.165.11.235.181l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-7.394 4.28-1.464-1.463 6.887-3.988-9.219-9.219-3.987 6.888-1.463-1.464 4.28-7.394a1.14 1.14 0 0 1 1.558-.415z" })))); UnpinSlash.displayName = "UnpinSlash"; @@ -36520,15 +36610,15 @@ var UnpinSlash_default = UnpinSlash; // ../juno-icon/src/Unpin.tsx import { - createElement as createElement660 + createElement as createElement665 } from "react"; -import { forwardRef as forwardRef641, memo as memo549 } from "react"; -var Unpin = memo549(forwardRef641((props, ref2) => /* @__PURE__ */ createElement660("svg", { +import { forwardRef as forwardRef646, memo as memo554 } from "react"; +var Unpin = memo554(forwardRef646((props, ref2) => /* @__PURE__ */ createElement665("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement660("path", { +}, /* @__PURE__ */ createElement665("path", { d: "m9.946 20.442 1.613 1.613-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256zM19.63 1.154c.086.05.165.11.235.181l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-8.715 5.046a10.246 10.246 0 0 1-2.901 8.723 1.141 1.141 0 0 1-1.613 0l-12.9-12.9a1.141 1.141 0 0 1 0-1.613 10.248 10.248 0 0 1 8.724-2.901l5.045-8.715a1.14 1.14 0 0 1 1.558-.415zm-.389 2.385-5.161 8.917-1.338-.192a8.249 8.249 0 0 0-6.105 1.54l-.281.219 11.62 11.62.029-.033a8.24 8.24 0 0 0 1.768-6.055l-.037-.296-.192-1.338 8.916-5.163-9.219-9.219z" })))); Unpin.displayName = "Unpin"; @@ -36537,15 +36627,15 @@ var Unpin_default = Unpin; // ../juno-icon/src/Unread.tsx import { - createElement as createElement661 + createElement as createElement666 } from "react"; -import { forwardRef as forwardRef642, memo as memo550 } from "react"; -var Unread = memo550(forwardRef642((props, ref2) => /* @__PURE__ */ createElement661("svg", { +import { forwardRef as forwardRef647, memo as memo555 } from "react"; +var Unread = memo555(forwardRef647((props, ref2) => /* @__PURE__ */ createElement666("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement661("path", { +}, /* @__PURE__ */ createElement666("path", { d: "M25.615 2a2 2 0 0 1 1.752 2.965L24 11.08l3.331 5.943a2 2 0 0 1-1.745 2.978H6v9a1 1 0 0 1-2 0v-26a1 1 0 0 1 1-1h20.615z" })))); Unread.displayName = "Unread"; @@ -36554,15 +36644,15 @@ var Unread_default = Unread; // ../juno-icon/src/Unselect.tsx import { - createElement as createElement662 + createElement as createElement667 } from "react"; -import { forwardRef as forwardRef643, memo as memo551 } from "react"; -var Unselect = memo551(forwardRef643((props, ref2) => /* @__PURE__ */ createElement662("svg", { +import { forwardRef as forwardRef648, memo as memo556 } from "react"; +var Unselect = memo556(forwardRef648((props, ref2) => /* @__PURE__ */ createElement667("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement662("path", { +}, /* @__PURE__ */ createElement667("path", { d: "M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm0 2.5H5a.5.5 0 0 0-.492.41L4.5 5v22a.5.5 0 0 0 .41.492L5 27.5h22a.5.5 0 0 0 .492-.41L27.5 27V5a.5.5 0 0 0-.41-.492L27 4.5z" })))); Unselect.displayName = "Unselect"; @@ -36571,15 +36661,15 @@ var Unselect_default = Unselect; // ../juno-icon/src/Update.tsx import { - createElement as createElement663 + createElement as createElement668 } from "react"; -import { forwardRef as forwardRef644, memo as memo552 } from "react"; -var Update = memo552(forwardRef644((props, ref2) => /* @__PURE__ */ createElement663("svg", { +import { forwardRef as forwardRef649, memo as memo557 } from "react"; +var Update = memo557(forwardRef649((props, ref2) => /* @__PURE__ */ createElement668("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement663("path", { +}, /* @__PURE__ */ createElement668("path", { d: "m25.813 6.324-1.964-4.598a.5.5 0 0 0-.893-.054l-.965 1.671A13.95 13.95 0 0 0 16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14c0-.757-.06-1.499-.176-2.224a.936.936 0 0 0-.937-.776c-.641 0-1.109.606-1.016 1.24.084.574.128 1.162.128 1.76 0 6.627-5.373 12-12 12s-12-5.373-12-12 5.373-12 12-12c1.779 0 3.468.387 4.987 1.082l-1.031 1.786a.5.5 0 0 0 .493.746l4.964-.598a.5.5 0 0 0 .4-.693zm-4.106 5.969a1 1 0 0 1 0 1.414L14 21.414l-3.707-3.707a.999.999 0 1 1 1.414-1.414L14 18.586l6.293-6.293a1 1 0 0 1 1.414 0z" })))); Update.displayName = "Update"; @@ -36588,15 +36678,15 @@ var Update_default = Update; // ../juno-icon/src/UserDefault.tsx import { - createElement as createElement664 + createElement as createElement669 } from "react"; -import { forwardRef as forwardRef645, memo as memo553 } from "react"; -var UserDefault = memo553(forwardRef645((props, ref2) => /* @__PURE__ */ createElement664("svg", { +import { forwardRef as forwardRef650, memo as memo558 } from "react"; +var UserDefault = memo558(forwardRef650((props, ref2) => /* @__PURE__ */ createElement669("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement664("path", { +}, /* @__PURE__ */ createElement669("path", { d: "M16.8 5.66a5.222 5.222 0 0 1 4.168 2.106 5.276 5.276 0 0 1 1.056 3.794 26.765 26.765 0 0 0-.136 2.901v.139a3.457 3.457 0 0 1 0 2.106 5.804 5.804 0 0 1-1.144 2.459 5.648 5.648 0 0 1-.6 2.459 8.879 8.879 0 0 0-.456 1.828v.155c.001.59.01.59.136.59 2.188.662 4.644 1.774 6.763 2.708A15.152 15.152 0 0 1 16 31.199a15.151 15.151 0 0 1-10.724-4.428.14.14 0 0 1 .059-.021 57.038 57.038 0 0 1 6.96-2.618h.019c.117-.002.117-.037.117-.746a5.668 5.668 0 0 0-.272-1.828c-.136-.615-.456-1.5-.6-2.459a5.694 5.694 0 0 1-1.048-2.459 3.3 3.3 0 0 1 0-2.106v-.074c0-.279-.144-1.688-.28-2.901a5.276 5.276 0 0 1 1.056-3.794 5.259 5.259 0 0 1 4.176-2.106h1.336z" })))); UserDefault.displayName = "UserDefault"; @@ -36605,15 +36695,15 @@ var UserDefault_default = UserDefault; // ../juno-icon/src/VideoAndMessage.tsx import { - createElement as createElement665 + createElement as createElement670 } from "react"; -import { forwardRef as forwardRef646, memo as memo554 } from "react"; -var VideoAndMessage = memo554(forwardRef646((props, ref2) => /* @__PURE__ */ createElement665("svg", { +import { forwardRef as forwardRef651, memo as memo559 } from "react"; +var VideoAndMessage = memo559(forwardRef651((props, ref2) => /* @__PURE__ */ createElement670("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement665("path", { +}, /* @__PURE__ */ createElement670("path", { d: "M21 6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 7.587 24H3.001a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm-1 2H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L12 25.172l2.586-2.586A2 2 0 0 1 16 22h4a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm10 .618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 17.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528zM13 16a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h7zm5-4a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h12z" })))); VideoAndMessage.displayName = "VideoAndMessage"; @@ -36622,15 +36712,15 @@ var VideoAndMessage_default = VideoAndMessage; // ../juno-icon/src/VideoMeeting.tsx import { - createElement as createElement666 + createElement as createElement671 } from "react"; -import { forwardRef as forwardRef647, memo as memo555 } from "react"; -var VideoMeeting = memo555(forwardRef647((props, ref2) => /* @__PURE__ */ createElement666("svg", { +import { forwardRef as forwardRef652, memo as memo560 } from "react"; +var VideoMeeting = memo560(forwardRef652((props, ref2) => /* @__PURE__ */ createElement671("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement666("path", { +}, /* @__PURE__ */ createElement671("path", { d: "M21.182 8C22.186 8 23 8.761 23 9.7v13.6c0 .939-.814 1.7-1.818 1.7H4.818C3.814 25 3 24.239 3 23.3V9.7C3 8.761 3.814 8 4.818 8h16.364zm7.104 3c.366 0 .668.333.709.761l.005.101v9.276c0 .134-.026.266-.075.385-.164.395-.545.572-.882.425l-.077-.04-3.571-2.154c-.215-.13-.36-.38-.389-.663L24 18.983v-4.967c0-.29.121-.558.318-.717l.077-.054 3.571-2.154a.615.615 0 0 1 .319-.091z" })))); VideoMeeting.displayName = "VideoMeeting"; @@ -36639,15 +36729,15 @@ var VideoMeeting_default = VideoMeeting; // ../juno-icon/src/VideoMeetingSp.tsx import { - createElement as createElement667 + createElement as createElement672 } from "react"; -import { forwardRef as forwardRef648, memo as memo556 } from "react"; -var VideoMeetingSp = memo556(forwardRef648((props, ref2) => /* @__PURE__ */ createElement667("svg", { +import { forwardRef as forwardRef653, memo as memo561 } from "react"; +var VideoMeetingSp = memo561(forwardRef653((props, ref2) => /* @__PURE__ */ createElement672("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement667("path", { +}, /* @__PURE__ */ createElement672("path", { d: "M26.286 10.427v12.049l-4.36-2.732c.079-.826.119-1.773.119-2.853v-.64c0-1.107-.04-2.079-.132-2.92l4.372-2.905zM13.09 9.143c-6.616 0-7.376.764-7.376 7.429s.76 7.429 7.376 7.429c6.533 0 7.36-.797 7.374-7.109v-.64c-.013-6.312-.841-7.109-7.374-7.109z" })))); VideoMeetingSp.displayName = "VideoMeetingSp"; @@ -36656,15 +36746,15 @@ var VideoMeetingSp_default = VideoMeetingSp; // ../juno-icon/src/VideocamBorder.tsx import { - createElement as createElement668 + createElement as createElement673 } from "react"; -import { forwardRef as forwardRef649, memo as memo557 } from "react"; -var VideocamBorder = memo557(forwardRef649((props, ref2) => /* @__PURE__ */ createElement668("svg", { +import { forwardRef as forwardRef654, memo as memo562 } from "react"; +var VideocamBorder = memo562(forwardRef654((props, ref2) => /* @__PURE__ */ createElement673("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement668("path", { +}, /* @__PURE__ */ createElement673("path", { d: "M21 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm-1 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm10 1.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528z" })))); VideocamBorder.displayName = "VideocamBorder"; @@ -36673,15 +36763,15 @@ var VideocamBorder_default = VideocamBorder; // ../juno-icon/src/VideocamOffBorder.tsx import { - createElement as createElement669 + createElement as createElement674 } from "react"; -import { forwardRef as forwardRef650, memo as memo558 } from "react"; -var VideocamOffBorder = memo558(forwardRef650((props, ref2) => /* @__PURE__ */ createElement669("svg", { +import { forwardRef as forwardRef655, memo as memo563 } from "react"; +var VideocamOffBorder = memo563(forwardRef655((props, ref2) => /* @__PURE__ */ createElement674("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement669("path", { +}, /* @__PURE__ */ createElement674("path", { d: "M21 6c.597 0 1.132.261 1.499.675l-1.711 1.709A.998.998 0 0 0 20 8H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1.172l-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zM5.393 29.434a.999.999 0 1 1-1.414-1.414L28.021 3.978a.999.999 0 1 1 1.414 1.414L23 11.827v12.172a2 2 0 0 1-2 2H8.827l2-2H20a1 1 0 0 0 1-1v-9.172L5.393 29.433zM30 9.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528z" })))); VideocamOffBorder.displayName = "VideocamOffBorder"; @@ -36690,15 +36780,15 @@ var VideocamOffBorder_default = VideocamOffBorder; // ../juno-icon/src/VideocamOff.tsx import { - createElement as createElement670 + createElement as createElement675 } from "react"; -import { forwardRef as forwardRef651, memo as memo559 } from "react"; -var VideocamOff = memo559(forwardRef651((props, ref2) => /* @__PURE__ */ createElement670("svg", { +import { forwardRef as forwardRef656, memo as memo564 } from "react"; +var VideocamOff = memo564(forwardRef656((props, ref2) => /* @__PURE__ */ createElement675("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement670("path", { +}, /* @__PURE__ */ createElement675("path", { d: "M29.435 3.979a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 6c.597 0 1.132.261 1.499.675L3.172 26H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm2 5.828V24a2 2 0 0 1-2 2H8.827L23 11.828zm7-2.21a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z" })))); VideocamOff.displayName = "VideocamOff"; @@ -36707,15 +36797,15 @@ var VideocamOff_default = VideocamOff; // ../juno-icon/src/Videocam.tsx import { - createElement as createElement671 + createElement as createElement676 } from "react"; -import { forwardRef as forwardRef652, memo as memo560 } from "react"; -var Videocam = memo560(forwardRef652((props, ref2) => /* @__PURE__ */ createElement671("svg", { +import { forwardRef as forwardRef657, memo as memo565 } from "react"; +var Videocam = memo565(forwardRef657((props, ref2) => /* @__PURE__ */ createElement676("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement671("path", { +}, /* @__PURE__ */ createElement676("path", { d: "M21 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm9 3.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z" })))); Videocam.displayName = "Videocam"; @@ -36724,15 +36814,15 @@ var Videocam_default = Videocam; // ../juno-icon/src/ViewBorder.tsx import { - createElement as createElement672 + createElement as createElement677 } from "react"; -import { forwardRef as forwardRef653, memo as memo561 } from "react"; -var ViewBorder = memo561(forwardRef653((props, ref2) => /* @__PURE__ */ createElement672("svg", { +import { forwardRef as forwardRef658, memo as memo566 } from "react"; +var ViewBorder = memo566(forwardRef658((props, ref2) => /* @__PURE__ */ createElement677("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement672("path", { +}, /* @__PURE__ */ createElement677("path", { d: "M16 5c8.284 0 15 8 15 11s-6.716 11-15 11C7.716 27 1 19 1 16S7.716 5 16 5zm0 2c-3.233 0-6.526 1.462-9.29 3.88-1.169 1.022-2.162 2.156-2.853 3.223C3.289 14.981 3 15.712 3 16s.289 1.019.857 1.897c.691 1.066 1.684 2.2 2.853 3.223C9.474 23.538 12.766 25 16 25s6.526-1.462 9.29-3.88c1.169-1.022 2.162-2.156 2.853-3.223.569-.878.857-1.609.857-1.897s-.289-1.019-.857-1.897c-.691-1.066-1.684-2.2-2.853-3.223C22.526 8.462 19.234 7 16 7zm0 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })))); ViewBorder.displayName = "ViewBorder"; @@ -36741,15 +36831,15 @@ var ViewBorder_default = ViewBorder; // ../juno-icon/src/ViewInConversationThread.tsx import { - createElement as createElement673 + createElement as createElement678 } from "react"; -import { forwardRef as forwardRef654, memo as memo562 } from "react"; -var ViewInConversationThread = memo562(forwardRef654((props, ref2) => /* @__PURE__ */ createElement673("svg", { +import { forwardRef as forwardRef659, memo as memo567 } from "react"; +var ViewInConversationThread = memo567(forwardRef659((props, ref2) => /* @__PURE__ */ createElement678("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement673("path", { +}, /* @__PURE__ */ createElement678("path", { d: "M25.333 4A2.667 2.667 0 0 1 28 6.667v2.667h-2V6.667a.668.668 0 0 0-.547-.656L25.333 6H6.666a.668.668 0 0 0-.656.547l-.011.12V20c0 .327.236.599.547.656l.12.011h4.804l4.529 4.683 4.529-4.683h4.804a.668.668 0 0 0 .656-.547l.011-.12v-2.667h2V20a2.667 2.667 0 0 1-2.667 2.667h-3.956l-4.914 5.081a.668.668 0 0 1-.852.063l-.091-.079-4.898-5.065H6.665A2.667 2.667 0 0 1 3.998 20V6.667A2.667 2.667 0 0 1 6.665 4h18.667zm-5.948 4.627a1 1 0 0 1 .095 1.302l-.097.112-2.299 2.292H31a1 1 0 0 1 0 2H17.355l1.976 1.704a1 1 0 0 1 .192 1.291l-.088.119a1 1 0 0 1-1.291.192l-.119-.088-3.525-3.044a1.667 1.667 0 0 1-.152-2.254l.122-.135 3.502-3.493a1 1 0 0 1 1.414.002z" })))); ViewInConversationThread.displayName = "ViewInConversationThread"; @@ -36758,15 +36848,15 @@ var ViewInConversationThread_default = ViewInConversationThread; // ../juno-icon/src/ViewLogBorder.tsx import { - createElement as createElement674 + createElement as createElement679 } from "react"; -import { forwardRef as forwardRef655, memo as memo563 } from "react"; -var ViewLogBorder = memo563(forwardRef655((props, ref2) => /* @__PURE__ */ createElement674("svg", { +import { forwardRef as forwardRef660, memo as memo568 } from "react"; +var ViewLogBorder = memo568(forwardRef660((props, ref2) => /* @__PURE__ */ createElement679("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement674("path", { +}, /* @__PURE__ */ createElement679("path", { d: "M14 2a1 1 0 0 1 0 2H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V16l.007-.117A1 1 0 0 1 28 16v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 17a1 1 0 0 1 .117 1.993L21 21h-9.997a1 1 0 0 1-.117-1.993l.117-.007H21zm-5-6a1 1 0 0 1 .117 1.993L16 15h-4.997a1 1 0 0 1-.117-1.993l.117-.007H16zM27 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a1 1 0 0 1-1.414-1.414L24.585 4H19a1 1 0 0 1 0-2h8z" })))); ViewLogBorder.displayName = "ViewLogBorder"; @@ -36775,15 +36865,15 @@ var ViewLogBorder_default = ViewLogBorder; // ../juno-icon/src/View.tsx import { - createElement as createElement675 + createElement as createElement680 } from "react"; -import { forwardRef as forwardRef656, memo as memo564 } from "react"; -var View = memo564(forwardRef656((props, ref2) => /* @__PURE__ */ createElement675("svg", { +import { forwardRef as forwardRef661, memo as memo569 } from "react"; +var View = memo569(forwardRef661((props, ref2) => /* @__PURE__ */ createElement680("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement675("path", { +}, /* @__PURE__ */ createElement680("path", { d: "M16 5c8.284 0 15 8 15 11s-6.716 11-15 11C7.716 27 1 19 1 16S7.716 5 16 5zm0 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z" })))); View.displayName = "View"; @@ -36792,15 +36882,15 @@ var View_default = View; // ../juno-icon/src/VoicemailBorder.tsx import { - createElement as createElement676 + createElement as createElement681 } from "react"; -import { forwardRef as forwardRef657, memo as memo565 } from "react"; -var VoicemailBorder = memo565(forwardRef657((props, ref2) => /* @__PURE__ */ createElement676("svg", { +import { forwardRef as forwardRef662, memo as memo570 } from "react"; +var VoicemailBorder = memo570(forwardRef662((props, ref2) => /* @__PURE__ */ createElement681("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement676("path", { +}, /* @__PURE__ */ createElement681("path", { d: "M7 24v-.016a7.5 7.5 0 1 1 5.598-1.983h6.804a7.5 7.5 0 1 1 5.599 1.983L25 24H7zm.5-13a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11zm17 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11z" })))); VoicemailBorder.displayName = "VoicemailBorder"; @@ -36809,15 +36899,15 @@ var VoicemailBorder_default = VoicemailBorder; // ../juno-icon/src/Voicemail.tsx import { - createElement as createElement677 + createElement as createElement682 } from "react"; -import { forwardRef as forwardRef658, memo as memo566 } from "react"; -var Voicemail = memo566(forwardRef658((props, ref2) => /* @__PURE__ */ createElement677("svg", { +import { forwardRef as forwardRef663, memo as memo571 } from "react"; +var Voicemail = memo571(forwardRef663((props, ref2) => /* @__PURE__ */ createElement682("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement677("path", { +}, /* @__PURE__ */ createElement682("path", { d: "M8 23a7 7 0 1 1 6.326-3.999h3.348A7 7 0 1 1 24 23H8zm0-10a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm16 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" })))); Voicemail.displayName = "Voicemail"; @@ -36826,15 +36916,15 @@ var Voicemail_default = Voicemail; // ../juno-icon/src/Warning.tsx import { - createElement as createElement678 + createElement as createElement683 } from "react"; -import { forwardRef as forwardRef659, memo as memo567 } from "react"; -var Warning = memo567(forwardRef659((props, ref2) => /* @__PURE__ */ createElement678("svg", { +import { forwardRef as forwardRef664, memo as memo572 } from "react"; +var Warning = memo572(forwardRef664((props, ref2) => /* @__PURE__ */ createElement683("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement678("path", { +}, /* @__PURE__ */ createElement683("path", { d: "M16.999 4.27c.304.176.557.428.733.733l11.537 19.998a2 2 0 0 1-1.732 3H4.463a2 2 0 0 1-1.732-2.999L14.268 5.004A2 2 0 0 1 17 4.271zM16 22a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm0-10a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1z" })))); Warning.displayName = "Warning"; @@ -36843,15 +36933,15 @@ var Warning_default2 = Warning; // ../juno-icon/src/WatchVideo.tsx import { - createElement as createElement679 + createElement as createElement684 } from "react"; -import { forwardRef as forwardRef660, memo as memo568 } from "react"; -var WatchVideo = memo568(forwardRef660((props, ref2) => /* @__PURE__ */ createElement679("svg", { +import { forwardRef as forwardRef665, memo as memo573 } from "react"; +var WatchVideo = memo573(forwardRef665((props, ref2) => /* @__PURE__ */ createElement684("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement679("path", { +}, /* @__PURE__ */ createElement684("path", { d: "M17.818 5a5 5 0 0 1 5 5v3.92l6.328-5.751c.614-.559 1.584-.166 1.667.629l.006.111v14.545c0 .868-1.03 1.324-1.673.74l-6.328-5.753v3.922a4.999 4.999 0 0 1-4.783 4.995l-.217.005H6a5 5 0 0 1-5-5V9.999a5 5 0 0 1 5-5zm0 2H6a3 3 0 0 0-3 3v12.364a3 3 0 0 0 3 3h11.818a3 3 0 0 0 3-3V10a3 3 0 0 0-3-3zm11 4.168-5.514 5.012 5.514 5.014V11.168z" })))); WatchVideo.displayName = "WatchVideo"; @@ -36860,19 +36950,19 @@ var WatchVideo_default = WatchVideo; // ../juno-icon/src/WeakConnection.tsx import { - createElement as createElement680 + createElement as createElement685 } from "react"; -import { forwardRef as forwardRef661, memo as memo569 } from "react"; -var WeakConnection = memo569(forwardRef661((props, ref2) => /* @__PURE__ */ createElement680("svg", { +import { forwardRef as forwardRef666, memo as memo574 } from "react"; +var WeakConnection = memo574(forwardRef666((props, ref2) => /* @__PURE__ */ createElement685("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement680("path", { +}, /* @__PURE__ */ createElement685("path", { fill: "#000", opacity: 0.32, d: "M25 4h2a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z" -}), /* @__PURE__ */ createElement680("path", { +}), /* @__PURE__ */ createElement685("path", { fill: "#000", d: "M17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2z" })))); @@ -36882,15 +36972,15 @@ var WeakConnection_default = WeakConnection; // ../juno-icon/src/WebinarBorder.tsx import { - createElement as createElement681 + createElement as createElement686 } from "react"; -import { forwardRef as forwardRef662, memo as memo570 } from "react"; -var WebinarBorder = memo570(forwardRef662((props, ref2) => /* @__PURE__ */ createElement681("svg", { +import { forwardRef as forwardRef667, memo as memo575 } from "react"; +var WebinarBorder = memo575(forwardRef667((props, ref2) => /* @__PURE__ */ createElement686("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement681("path", { +}, /* @__PURE__ */ createElement686("path", { d: "M28 3a2 2 0 0 1 2 2v18c0 .073-.004.146-.012.217.008.146.012.297.012.45 0 .736-.905 1.333-1.506 1.333H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10.026c.336-4.169 3.838-6 7.49-6 2.063 0 4.07.576 5.485 1.834L28 6a1 1 0 0 0-1-1zm-4.484 14c-3.035 0-5.09 1.341-5.484 3.775a.197.197 0 0 0 .168.223l.028.002H27a1 1 0 0 0 .902-.568c-.502-2.167-2.374-3.359-5.127-3.429L22.517 19zM13 15a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h6zm9.5-7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 2a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 22.5 10zM13 9a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h6z" })))); WebinarBorder.displayName = "WebinarBorder"; @@ -36899,15 +36989,15 @@ var WebinarBorder_default = WebinarBorder; // ../juno-icon/src/Webinar.tsx import { - createElement as createElement682 + createElement as createElement687 } from "react"; -import { forwardRef as forwardRef663, memo as memo571 } from "react"; -var Webinar = memo571(forwardRef663((props, ref2) => /* @__PURE__ */ createElement682("svg", { +import { forwardRef as forwardRef668, memo as memo576 } from "react"; +var Webinar = memo576(forwardRef668((props, ref2) => /* @__PURE__ */ createElement687("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement682("path", { +}, /* @__PURE__ */ createElement687("path", { d: "M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-6 14c-3.262 0-6 2.157-6 5 0 .552.413 1 .923 1h10.154c.51 0 .923-.448.923-1 0-2.843-2.738-5-6-5zm-9-2H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zm9-6.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM13 9H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2z" })))); Webinar.displayName = "Webinar"; @@ -36916,15 +37006,15 @@ var Webinar_default = Webinar; // ../juno-icon/src/Webpage.tsx import { - createElement as createElement683 + createElement as createElement688 } from "react"; -import { forwardRef as forwardRef664, memo as memo572 } from "react"; -var Webpage = memo572(forwardRef664((props, ref2) => /* @__PURE__ */ createElement683("svg", { +import { forwardRef as forwardRef669, memo as memo577 } from "react"; +var Webpage = memo577(forwardRef669((props, ref2) => /* @__PURE__ */ createElement688("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement683("path", { +}, /* @__PURE__ */ createElement688("path", { d: "M16.607 5.494a7 7 0 0 1 9.899 9.899l-2.364 2.367a9.05 9.05 0 0 0-.122-2.708l1.071-1.073a5 5 0 0 0 0-7.071 5 5 0 0 0-7.071 0l-4.243 4.243a5 5 0 0 0 2.828 8.485l-1.645 1.645a6.999 6.999 0 0 1-2.597-11.544l4.243-4.243zM6 16.101l2.364-2.367a9.05 9.05 0 0 0 .122 2.708l-1.071 1.073a5 5 0 0 0 0 7.071 5 5 0 0 0 7.071 0l4.243-4.243a5 5 0 0 0-2.828-8.485l1.645-1.645a6.999 6.999 0 0 1 2.597 11.544L15.9 26a7 7 0 0 1-9.899-9.899z" })))); Webpage.displayName = "Webpage"; @@ -36933,15 +37023,15 @@ var Webpage_default = Webpage; // ../juno-icon/src/Welcome.tsx import { - createElement as createElement684 + createElement as createElement689 } from "react"; -import { forwardRef as forwardRef665, memo as memo573 } from "react"; -var Welcome = memo573(forwardRef665((props, ref2) => /* @__PURE__ */ createElement684("svg", { +import { forwardRef as forwardRef670, memo as memo578 } from "react"; +var Welcome = memo578(forwardRef670((props, ref2) => /* @__PURE__ */ createElement689("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement684("path", { +}, /* @__PURE__ */ createElement689("path", { d: "M20.892 2a.976.976 0 0 0-.539 1.795c1.732 1.164 2.99 2.992 2.99 2.992a.978.978 0 0 0 1.687-.119.974.974 0 0 0-.069-.974s-1.377-2.078-3.519-3.518a.978.978 0 0 0-.551-.174zm-4.584 1.303a.978.978 0 0 0-.407 1.855c2.181 1.097 4.142 4.187 4.142 4.187a.98.98 0 0 0 1.692-.027.977.977 0 0 0-.016-.977s-1.945-3.42-4.941-4.927a.975.975 0 0 0-.47-.111zm-5.465 1.328a1.305 1.305 0 0 0-.964.544c-.379.526-.267 1.266.192 1.724l5.657 5.657a.65.65 0 1 1-.921.921L7.902 6.573a1.302 1.302 0 0 0-1.983.167c-.379.526-.267 1.264.192 1.723l6.856 6.856a.65.65 0 1 1-.921.921l-6.019-6.018a1.302 1.302 0 0 0-1.983.167c-.379.526-.267 1.266.192 1.724l6.43 6.43a.65.65 0 1 1-.921.921l-4.472-4.478c-.458-.459-1.197-.571-1.724-.192a1.302 1.302 0 0 0-.168 1.983L13.61 27.011a5.598 5.598 0 0 0 7.919.001l5.151-5.151c.62-.62 1.132-1.85 1.13-2.727-.01-3.823.657-5.585 1.092-7.629.324-1.522-1.075-2.949-2.559-2.023-2.518 1.57-1.543 5.053-3.249 6.759L11.863 5.01a1.297 1.297 0 0 0-1.02-.378zM4.637 22.175a.98.98 0 0 0-.889 1.426c2.128 4.255 6.296 6.296 6.296 6.296a.976.976 0 1 0 .873-1.747s-3.644-1.865-5.423-5.421a.976.976 0 0 0-.858-.553z" })))); Welcome.displayName = "Welcome"; @@ -36950,15 +37040,15 @@ var Welcome_default = Welcome; // ../juno-icon/src/WhatIsNew.tsx import { - createElement as createElement685 + createElement as createElement690 } from "react"; -import { forwardRef as forwardRef666, memo as memo574 } from "react"; -var WhatIsNew = memo574(forwardRef666((props, ref2) => /* @__PURE__ */ createElement685("svg", { +import { forwardRef as forwardRef671, memo as memo579 } from "react"; +var WhatIsNew = memo579(forwardRef671((props, ref2) => /* @__PURE__ */ createElement690("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement685("path", { +}, /* @__PURE__ */ createElement690("path", { d: "M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h22zm-8 13H9a1 1 0 0 0-.117 1.993L9 18h10a1 1 0 0 0 .117-1.993L19 16zm4-6H9a1 1 0 0 0-.117 1.993L9 12h14a1 1 0 0 0 .117-1.993L23 10z" })))); WhatIsNew.displayName = "WhatIsNew"; @@ -36967,15 +37057,15 @@ var WhatIsNew_default = WhatIsNew; // ../juno-icon/src/WhatsNew.tsx import { - createElement as createElement686 + createElement as createElement691 } from "react"; -import { forwardRef as forwardRef667, memo as memo575 } from "react"; -var WhatsNew = memo575(forwardRef667((props, ref2) => /* @__PURE__ */ createElement686("svg", { +import { forwardRef as forwardRef672, memo as memo580 } from "react"; +var WhatsNew = memo580(forwardRef672((props, ref2) => /* @__PURE__ */ createElement691("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement686("path", { +}, /* @__PURE__ */ createElement691("path", { d: "M12 10.048v8H8v-8h4zm2-.292 10-4.754v18.092L14 18.34V9.755zM8 8.048a2 2 0 0 0-2 2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2c0 .74.402 1.387 1 1.732v5.268a3 3 0 1 0 6 0v-5l10.257 4.903A2 2 0 0 0 26 23.094v-5.046a4 4 0 0 0 0-8V5.002a2 2 0 0 0-2.743-1.857L13 8.048H8zm-4 4h2v4H4v-4zm5 13v-5h2v5a1 1 0 0 1-2 0zm19-11a2 2 0 0 1-2 2v-4a2 2 0 0 1 2 2z" })))); WhatsNew.displayName = "WhatsNew"; @@ -36984,15 +37074,15 @@ var WhatsNew_default = WhatsNew; // ../juno-icon/src/WhisperSp.tsx import { - createElement as createElement687 + createElement as createElement692 } from "react"; -import { forwardRef as forwardRef668, memo as memo576 } from "react"; -var WhisperSp = memo576(forwardRef668((props, ref2) => /* @__PURE__ */ createElement687("svg", { +import { forwardRef as forwardRef673, memo as memo581 } from "react"; +var WhisperSp = memo581(forwardRef673((props, ref2) => /* @__PURE__ */ createElement692("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement687("path", { +}, /* @__PURE__ */ createElement692("path", { d: "m16.811 25.606-.22.001-.26-.007-.367-.024-.099-.011-.239 1.697-.039-.004c.015.002.021.002.019-.001l-.061-.024-.564-.165-4.162-1.125a11.43 11.43 0 0 0 1.557-1.497l.257-.311.233-.303.197-.274.21-.313-.049.076c.147-.223.282-.446.407-.668l.174-.321.141-.28.08-.167a11.737 11.737 0 0 0 .469-1.152l.085-.252c.111-.339.203-.666.281-.977l.1-.425.111-.544.059-.326.164-.982c.026-.152.307-.37.743-.37.401 0 .683.191.741.348l.011.057.002 4.775.75.095c.402.05 1.632.343 1.993 1.014.183.342.127.815-.165 1.405a1.257 1.257 0 0 1-.115.191l-.103.125-.04.041-.123.11-.097.073-.137.087-.207.105-.169.069-.166.056-.212.058-.318.064-.205.03-.162.018-.137.012-.37.017zM16 5.143c5.681 0 10.286 4.605 10.286 10.286 0 3.749-2.006 7.029-5.003 8.827.164-.777.022-1.38-.179-1.806l-.062-.122c-.532-.982-1.595-1.467-2.376-1.699l-.163-.046v-3.32c0-1.169-1.105-2.119-2.464-2.119-1.157 0-2.135.669-2.393 1.613l-.038.169-.202 1.2-.081.417-.099.443c-.365 1.518-1.093 3.416-2.835 5.063a10.269 10.269 0 0 1-4.677-8.621C5.714 9.747 10.319 5.142 16 5.142zm4.286 6.75a1.25 1.25 0 0 0-.268 2.473l.132.021.136.007.136-.007a1.252 1.252 0 0 0-.136-2.495zm-8.572-.002a1.25 1.25 0 1 0 .269.029l-.132-.021-.136-.007z" })))); WhisperSp.displayName = "WhisperSp"; @@ -37001,15 +37091,15 @@ var WhisperSp_default = WhisperSp; // ../juno-icon/src/Whisper.tsx import { - createElement as createElement688 + createElement as createElement693 } from "react"; -import { forwardRef as forwardRef669, memo as memo577 } from "react"; -var Whisper = memo577(forwardRef669((props, ref2) => /* @__PURE__ */ createElement688("svg", { +import { forwardRef as forwardRef674, memo as memo582 } from "react"; +var Whisper = memo582(forwardRef674((props, ref2) => /* @__PURE__ */ createElement693("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement688("path", { +}, /* @__PURE__ */ createElement693("path", { d: "M8.832 6.356c.365-1.305 2.042-2.795 3.836-2.234s4.948-.047 4.983-.047a.16.16 0 0 1 .11.04.162.162 0 0 1 .056.112c.012.454-.157.894-.47 1.218 2.67 1.811 2.004 5.368 1.696 6.89l.027.037c.642.862.69 2.075.458 2.907-.142.523-.407 1.462-1.007 2.062-.24.846-.978 1.633-1.505 2.331v.922c0 .029.019.054.047.062 2.281.538 7.938 2.252 7.938 6.536 0 .462-.453.803-.908.808H1.727c-.454-.01-.729-.352-.726-.813 0-4.289 5.718-6.058 8.004-6.593a.063.063 0 0 0 .047-.062v-.907c-.528-.704-1.332-1.44-1.571-2.292-.598-.6-.862-1.549-1.004-2.062-.233-.832-.112-2.038.528-2.899l.029-.037c-.044-.249-.427-.498-.447-.747-.289-1.953-.071-3.408.664-4.322.391-.5.959-.826 1.582-.909zm15.908-.822 1.86 1.022A6.985 6.985 0 0 0 24 12a6.992 6.992 0 0 0 2.902 5.676l-1.706 1.203A8.98 8.98 0 0 1 22 12a8.97 8.97 0 0 1 2.74-6.466zm2.821 1.549 2.093 1.149a4.002 4.002 0 0 0-.03 7.525l-1.849 1.304A5.995 5.995 0 0 1 25 12a5.992 5.992 0 0 1 2.561-4.917zM31 9v2a1 1 0 0 0 0 2v1.787l-.283.2A3 3 0 0 1 31 9z" })))); Whisper.displayName = "Whisper"; @@ -37018,15 +37108,15 @@ var Whisper_default = Whisper; // ../juno-icon/src/Whiteboard.tsx import { - createElement as createElement689 + createElement as createElement694 } from "react"; -import { forwardRef as forwardRef670, memo as memo578 } from "react"; -var Whiteboard = memo578(forwardRef670((props, ref2) => /* @__PURE__ */ createElement689("svg", { +import { forwardRef as forwardRef675, memo as memo583 } from "react"; +var Whiteboard = memo583(forwardRef675((props, ref2) => /* @__PURE__ */ createElement694("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement689("path", { +}, /* @__PURE__ */ createElement694("path", { d: "M27.2 3A2.8 2.8 0 0 1 30 5.8v15.4a2.8 2.8 0 0 1-2.8 2.8h-4.724l1.396 5.209-2.028.543L20.303 24H11.7l-1.541 5.752-2.028-.543L9.527 24H4.802a2.8 2.8 0 0 1-2.8-2.8V5.8a2.8 2.8 0 0 1 2.8-2.8h22.4zM16.562 7.268c-.694-.223-1.521.115-2.627.989l-.38.312-.396.347-.231.209-.402.379-.296.287-.355.354-.568.581-.67.705-.969 1.051-.626.692-1.169 1.31-.321.364-.487.544-.296.321-.079.081-.013.008a.986.986 0 0 0-.375.487l-.035.123-.063.293.051.044.002.013a.997.997 0 0 0 .155.408.962.962 0 0 0 .483.381l.12.034.124.023a.741.741 0 0 0 .157.009c.203-.007.365-.079.561-.241l.139-.125.188-.189.275-.295.557-.624.715-.806 1.166-1.292.568-.618.633-.678.504-.529.305-.316.729-.734.442-.429.435-.404.361-.321.406-.338.258-.195.119-.082v.014a7.315 7.315 0 0 1-.115 1.053l-.075.388-.127.553-.095.366-.226.789-.133.437-.271.93-.108.405-.081.362-.047.266-.004.032c-.089.607-.036 1.082.217 1.457l.099.131c.133.149.293.268.473.349l.166.062c.175.053.357.069.536.05l.357-.061.27-.064.369-.111.367-.134.129-.052.444-.193.569-.272.507-.258.701-.373.971-.525.402-.211.593-.292.356-.151.197-.064.002.018c.005.053.007.114.005.183-.006.21-.049.459-.129.73l-.081.245c-.325.907-.298 1.679.128 2.238l.097.117.053.055c.342.324.784.511 1.246.53l.195-.002a5.19 5.19 0 0 0 1.203-.183l.294-.089.06-.021a.994.994 0 0 0 .619-1.104l-.034-.135a.966.966 0 0 0-1.037-.667l-.113.022-.708.18a2.445 2.445 0 0 1-.171.02l-.108.005c.01-.052.024-.107.043-.168l.04-.121c.442-1.249.441-2.389-.062-3.112l-.1-.131a1.807 1.807 0 0 0-.682-.486l-.19-.065a1.768 1.768 0 0 0-.738-.04l-.227.049-.289.079-.242.086-.389.167-.366.177-.437.225-.525.279-1.158.624-.624.323-.487.236-.294.134-.205.088-.322.125.08-.319.088-.325.188-.674.227-.777.227-.838.109-.453.063-.291.05-.251c.145-.768.205-1.454.166-2.077l-.026-.287-.001-.033a1.5 1.5 0 0 0-.273-.773 1.457 1.457 0 0 0-.531-.459l-.164-.071z" })))); Whiteboard.displayName = "Whiteboard"; @@ -37035,15 +37125,15 @@ var Whiteboard_default = Whiteboard; // ../juno-icon/src/Work.tsx import { - createElement as createElement690 + createElement as createElement695 } from "react"; -import { forwardRef as forwardRef671, memo as memo579 } from "react"; -var Work = memo579(forwardRef671((props, ref2) => /* @__PURE__ */ createElement690("svg", { +import { forwardRef as forwardRef676, memo as memo584 } from "react"; +var Work = memo584(forwardRef676((props, ref2) => /* @__PURE__ */ createElement695("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement690("path", { +}, /* @__PURE__ */ createElement695("path", { d: "M22 3a2 2 0 0 1 2 2v3h4a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h4V5a2 2 0 0 1 2-2h12zm5 7H5a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-6-5H11a1 1 0 0 0-1 1v2h12V6a1 1 0 0 0-1-1z" })))); Work.displayName = "Work"; @@ -37052,15 +37142,15 @@ var Work_default = Work; // ../juno-icon/src/WorkflowFilled.tsx import { - createElement as createElement691 + createElement as createElement696 } from "react"; -import { forwardRef as forwardRef672, memo as memo580 } from "react"; -var WorkflowFilled = memo580(forwardRef672((props, ref2) => /* @__PURE__ */ createElement691("svg", { +import { forwardRef as forwardRef677, memo as memo585 } from "react"; +var WorkflowFilled = memo585(forwardRef677((props, ref2) => /* @__PURE__ */ createElement696("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement691("path", { +}, /* @__PURE__ */ createElement696("path", { d: "M21 6v.001a5 5 0 0 1-3.967 4.893L17 10.9V15h5a5 5 0 0 1 5 5v1.1c2.299.482 4 2.492 4 4.899a5 5 0 1 1-6.033-4.893L25 21.1V20a3 3 0 0 0-3-3H10a3 3 0 0 0-3 3v1.1c2.299.482 4 2.492 4 4.899a5 5 0 1 1-6.033-4.893L5 21.1V20a5 5 0 0 1 5-5h5v-4.1c-2.299-.482-4-2.492-4-4.899A5 5 0 0 1 21 6z" })))); WorkflowFilled.displayName = "WorkflowFilled"; @@ -37069,15 +37159,15 @@ var WorkflowFilled_default = WorkflowFilled; // ../juno-icon/src/WorkflowOutlined.tsx import { - createElement as createElement692 + createElement as createElement697 } from "react"; -import { forwardRef as forwardRef673, memo as memo581 } from "react"; -var WorkflowOutlined = memo581(forwardRef673((props, ref2) => /* @__PURE__ */ createElement692("svg", { +import { forwardRef as forwardRef678, memo as memo586 } from "react"; +var WorkflowOutlined = memo586(forwardRef678((props, ref2) => /* @__PURE__ */ createElement697("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement692("path", { +}, /* @__PURE__ */ createElement697("path", { d: "M16 8.533a3.2 3.2 0 0 0 0-6.4 3.2 3.2 0 0 0 0 6.4zm5.333-3.2v.001a5.334 5.334 0 0 1-4.232 5.219l-.035.006v4.373h5.333a5.333 5.333 0 0 1 5.333 5.333v1.173c2.452.514 4.267 2.658 4.267 5.226a5.333 5.333 0 1 1-6.434-5.219l.035-.006v-1.173a3.2 3.2 0 0 0-3.2-3.2H9.6a3.2 3.2 0 0 0-3.2 3.2v1.173c2.452.514 4.267 2.658 4.267 5.226a5.333 5.333 0 1 1-6.434-5.219l.035-.006v-1.173a5.333 5.333 0 0 1 5.333-5.333h5.333v-4.373c-2.452-.514-4.267-2.658-4.267-5.226a5.333 5.333 0 0 1 10.666-.001zm-16 24.534a3.2 3.2 0 0 0 0-6.4 3.2 3.2 0 0 0 0 6.4zm18.134-3.2a3.2 3.2 0 0 0 6.4 0 3.2 3.2 0 0 0-6.4 0z" })))); WorkflowOutlined.displayName = "WorkflowOutlined"; @@ -37086,15 +37176,15 @@ var WorkflowOutlined_default = WorkflowOutlined; // ../juno-icon/src/WorkspaceBorder.tsx import { - createElement as createElement693 + createElement as createElement698 } from "react"; -import { forwardRef as forwardRef674, memo as memo582 } from "react"; -var WorkspaceBorder = memo582(forwardRef674((props, ref2) => /* @__PURE__ */ createElement693("svg", { +import { forwardRef as forwardRef679, memo as memo587 } from "react"; +var WorkspaceBorder = memo587(forwardRef679((props, ref2) => /* @__PURE__ */ createElement698("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement693("path", { +}, /* @__PURE__ */ createElement698("path", { d: "M23.558 4a2 2 0 0 1 1.897 1.368l4.236 12.709c.204.612.308 1.252.308 1.897V26a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-6.026c0-.645.104-1.286.308-1.897L6.543 5.368A2 2 0 0 1 8.44 4h15.117zM9.172 20H4v5a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-5h-5.172a1 1 0 0 0-.608.206l-.099.087-1.828 1.828a3 3 0 0 1-1.923.872l-.198.007h-4.343a3.006 3.006 0 0 1-1.977-.743l-.145-.135-1.828-1.828a.996.996 0 0 0-.576-.284l-.131-.009zM22.838 6H9.163a1 1 0 0 0-.949.684L4.441 18h4.731c.729 0 1.431.266 1.977.743l.145.135 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.007h4.73L23.786 6.683a1 1 0 0 0-.949-.684zM23 13a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14zm-2-5a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z" })))); WorkspaceBorder.displayName = "WorkspaceBorder"; @@ -37103,15 +37193,15 @@ var WorkspaceBorder_default = WorkspaceBorder; // ../juno-icon/src/Workspace.tsx import { - createElement as createElement694 + createElement as createElement699 } from "react"; -import { forwardRef as forwardRef675, memo as memo583 } from "react"; -var Workspace = memo583(forwardRef675((props, ref2) => /* @__PURE__ */ createElement694("svg", { +import { forwardRef as forwardRef680, memo as memo588 } from "react"; +var Workspace = memo588(forwardRef680((props, ref2) => /* @__PURE__ */ createElement699("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement694("path", { +}, /* @__PURE__ */ createElement699("path", { d: "m9.172 20 .131.009c.173.023.338.091.477.197l.099.087 1.828 1.828.145.135c.491.43 1.108.688 1.759.735l.218.008h4.343l.198-.007a3 3 0 0 0 1.764-.724l.16-.148 1.828-1.828.099-.087c.139-.106.303-.174.477-.197l.131-.009h7.172v6a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-6h7.172zM23.558 4a2 2 0 0 1 1.897 1.368L29.666 18l-7.037.007a3 3 0 0 0-1.764.724l-.16.148-1.828 1.828-.099.087a1.003 1.003 0 0 1-.477.197L18.17 21h-4.343l-.131-.009a1.007 1.007 0 0 1-.477-.197l-.099-.087-1.828-1.828-.145-.135a2.996 2.996 0 0 0-1.759-.735l-.218-.008H2.33L6.542 5.369a2 2 0 0 1 1.897-1.368h15.117zM23 13H9a1 1 0 0 0-.117 1.993L9 15h14a1 1 0 0 0 .117-1.993L23 13zm-2-5H11a1 1 0 0 0-.117 1.993L11 10h10a1 1 0 0 0 .117-1.993L21 8z" })))); Workspace.displayName = "Workspace"; @@ -37120,15 +37210,15 @@ var Workspace_default = Workspace; // ../juno-icon/src/Yelp.tsx import { - createElement as createElement695 + createElement as createElement700 } from "react"; -import { forwardRef as forwardRef676, memo as memo584 } from "react"; -var Yelp = memo584(forwardRef676((props, ref2) => /* @__PURE__ */ createElement695("svg", { +import { forwardRef as forwardRef681, memo as memo589 } from "react"; +var Yelp = memo589(forwardRef681((props, ref2) => /* @__PURE__ */ createElement700("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement695("path", { +}, /* @__PURE__ */ createElement700("path", { fill: "#dd2c00", d: "M7.117 22.105c-.334 0-.601-.209-.801-.557-.133-.279-.2-.697-.267-1.184-.133-1.533 0-3.832.467-4.529a.938.938 0 0 1 .801-.488c.2 0 .4.07 4.738 1.951l1.268.557c.467.209.734.697.734 1.254s-.334.975-.801 1.115l-1.802.627c-4.004 1.254-4.137 1.254-4.337 1.254zm8.874 2.508c0 4.389 0 4.529-.067 4.738a.972.972 0 0 1-.734.627c-1.068.209-4.404-1.115-5.138-1.951a2.146 2.146 0 0 1-.267-.557c0-.139 0-.279.067-.418.067-.209.2-.418 3.203-4.111l.867-1.115c.267-.418.867-.488 1.335-.348.467.209.801.627.734 1.115v2.02zm-.801-9.336c-.2.07-.867.279-1.668-1.115 0 0-5.405-8.988-5.538-9.266-.067-.279 0-.697.267-.975.801-.906 5.138-2.16 6.272-1.881.4.07.601.348.734.697.067.418.601 8.709.667 10.59.133 1.672-.534 1.881-.734 1.951zm2.936 2.09c-.267-.418-.267-.975 0-1.324l1.134-1.602c2.402-3.484 2.536-3.693 2.736-3.762.267-.209.601-.209.934-.07.934.488 2.936 3.553 3.069 4.668v.07c0 .418-.133.697-.4.906-.2.139-.334.209-4.938 1.324-.734.209-1.134.279-1.334.348v-.07c-.4.209-.934-.07-1.201-.488zm7.807 5.922c-.133 1.115-2.335 4.041-3.403 4.459-.334.139-.667.139-.934-.139-.2-.139-.334-.418-2.736-4.459l-.734-1.184c-.267-.418-.2-.975.133-1.463.334-.418.801-.557 1.268-.418l1.802.627c4.004 1.393 4.137 1.393 4.27 1.533.267.348.4.697.334 1.045z" })))); @@ -37138,15 +37228,15 @@ var Yelp_default = Yelp; // ../juno-icon/src/Zapier.tsx import { - createElement as createElement696 + createElement as createElement701 } from "react"; -import { forwardRef as forwardRef677, memo as memo585 } from "react"; -var Zapier = memo585(forwardRef677((props, ref2) => /* @__PURE__ */ createElement696("svg", { +import { forwardRef as forwardRef682, memo as memo590 } from "react"; +var Zapier = memo590(forwardRef682((props, ref2) => /* @__PURE__ */ createElement701("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement696("path", { +}, /* @__PURE__ */ createElement701("path", { d: "M29.749 13.676H21.61l5.756-5.756a13.996 13.996 0 0 0-3.288-3.286l-5.755 5.755V2.251a13.932 13.932 0 0 0-2.317-.195h-.015c-.789 0-1.562.067-2.316.195v8.139L7.92 4.635c-.635.451-1.231.955-1.78 1.506l-.003.002a14.043 14.043 0 0 0-1.504 1.778l5.756 5.756H2.25s-.194 1.528-.194 2.319v.01c0 .791.067 1.565.194 2.319h8.139l-5.756 5.756a14.047 14.047 0 0 0 3.287 3.286l5.755-5.756v8.139c.753.126 1.526.193 2.314.194h.019a14.004 14.004 0 0 0 2.314-.194v-8.139l5.755 5.756a13.934 13.934 0 0 0 1.781-1.506l.001-.001a14.304 14.304 0 0 0 1.506-1.78l-5.756-5.756h8.139c.126-.753.193-1.525.194-2.314v-.019a14.004 14.004 0 0 0-.194-2.314zm-10.263 2.33a8.354 8.354 0 0 1-.535 2.944 8.36 8.36 0 0 1-2.945.536h-.012a8.359 8.359 0 0 1-2.944-.536 8.35 8.35 0 0 1-.536-2.944v-.012a8.354 8.354 0 0 1 .535-2.944 8.364 8.364 0 0 1 2.945-.536h.012a8.36 8.36 0 0 1 2.945.536c.344.915.535 1.908.535 2.944v.012z" })))); Zapier.displayName = "Zapier"; @@ -37155,15 +37245,15 @@ var Zapier_default = Zapier; // ../juno-icon/src/Zendesk.tsx import { - createElement as createElement697 + createElement as createElement702 } from "react"; -import { forwardRef as forwardRef678, memo as memo586 } from "react"; -var Zendesk = memo586(forwardRef678((props, ref2) => /* @__PURE__ */ createElement697("svg", { +import { forwardRef as forwardRef683, memo as memo591 } from "react"; +var Zendesk = memo591(forwardRef683((props, ref2) => /* @__PURE__ */ createElement702("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement697("path", { +}, /* @__PURE__ */ createElement702("path", { d: "M12.178 19.074c1.487 1.368 3.12 2.282 3.752 2.607a7.719 7.719 0 0 0 4.179 4.134 7.719 7.719 0 0 1-4.014 3.97 7.84 7.84 0 0 1-4.104-4.025 7.555 7.555 0 0 1-.674-3.142c0-1.237.299-2.453.861-3.545zm-2.661-4.098c.314 1.295 1.074 2.441 1.971 3.407a7.899 7.899 0 0 0-1.455 4.556c0 .695.094 1.397.289 2.098a7.93 7.93 0 0 1-1.886.231 7.707 7.707 0 0 1-3.712-.95 8.777 8.777 0 0 1-.262-2.095c0-1.22.292-2.455.907-3.611a7.716 7.716 0 0 1 4.149-3.636zm17.237 3.617a7.715 7.715 0 0 1 .905 3.626c0 .67-.084 1.333-.249 1.977a8.13 8.13 0 0 1-3.834.985 7.614 7.614 0 0 1-1.864-.229 7.712 7.712 0 0 1-4.675-3.381c.709-.384 2.115-1.209 3.424-2.39.715.286 1.562.428 2.419.428a7.907 7.907 0 0 0 3.874-1.017zm-1.593-9.772c.096.016.181.054.274.074 1.808.454 3.431 1.496 4.535 2.949a7.828 7.828 0 0 1-2.912 4.951 7.714 7.714 0 0 1-4.761 1.64c-.334 0-.671-.023-1.006-.064 1.168-1.268 2.103-2.845 2.105-4.655 0-.312-.034-.609-.083-.883.94-1.024 1.61-2.402 1.842-3.95zm-16.883.038c1.398 0 2.731.38 3.892 1.057-1.499.384-2.809 1.69-2.806 3.797 0 .083.004.171.004.25-1.68.324-3.305 1.329-4.464 2.883a7.716 7.716 0 0 1-2.874-4.85A7.818 7.818 0 0 1 8.278 8.86zm1.46-6.53c.041.024.151.024.267.024 1.824 0 3.657.634 5.133 1.942a7.704 7.704 0 0 1 2.6 5.779c0 .09-.004.18-.004.267-.526.245-1.021.722-1.354 1.377-.623-1.217-1.806-1.83-2.962-1.911C12.041 8.445 10.099 7.6 7.976 7.6c-.091 0-.178.004-.265.004.01-.016.01-.04.01-.069 0-1.991.757-3.821 2.016-5.205zm12.081-.115a7.817 7.817 0 0 1 2.106 5.345 7.738 7.738 0 0 1-1.104 3.984c-.696-1.128-1.911-1.726-3.116-1.75h-.084c-.313 0-.632.037-.947.118.004-.148.009-.298.009-.45 0-1.888-.505-3.776-1.904-5.265 1.466-1.325 3.081-1.981 4.927-1.981z" })))); Zendesk.displayName = "Zendesk"; @@ -37172,21 +37262,21 @@ var Zendesk_default = Zendesk; // ../juno-icon/src/ZipD.tsx import { - createElement as createElement698 + createElement as createElement703 } from "react"; -import { forwardRef as forwardRef679, memo as memo587 } from "react"; -var ZipD = memo587(forwardRef679((props, ref2) => /* @__PURE__ */ createElement698("svg", { +import { forwardRef as forwardRef684, memo as memo592 } from "react"; +var ZipD = memo592(forwardRef684((props, ref2) => /* @__PURE__ */ createElement703("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement698("path", { +}, /* @__PURE__ */ createElement703("path", { fill: "#222b42", d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" -}), /* @__PURE__ */ createElement698("path", { +}), /* @__PURE__ */ createElement703("path", { fill: "#356afd", d: "m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z" -}), /* @__PURE__ */ createElement698("path", { +}), /* @__PURE__ */ createElement703("path", { fill: "#f1f1f1", d: "M13.333 8.012v1.766h-1.777v.889h1.777v1.777h-1.777v.889h1.777v1.778h-1.777V16h1.777v1.778h-1.777v.889H16v-.889h-1.778V16H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.888h-1.778V8.009z" })))); @@ -37196,29 +37286,29 @@ var ZipD_default = ZipD; // ../juno-icon/src/Zip.tsx import { - createElement as createElement699 + createElement as createElement704 } from "react"; -import { forwardRef as forwardRef680, memo as memo588 } from "react"; -var Zip = memo588(forwardRef680((inProps, ref2) => { +import { forwardRef as forwardRef685, memo as memo593 } from "react"; +var Zip = memo593(forwardRef685((inProps, ref2) => { const theme = useTheme2(); const { themeType = theme.palette.type, ...props } = inProps; - return themeType === "dark" ? /* @__PURE__ */ createElement699(ZipD_default, { + return themeType === "dark" ? /* @__PURE__ */ createElement704(ZipD_default, { ...props, ref: ref2 - }) : /* @__PURE__ */ createElement699("svg", { + }) : /* @__PURE__ */ createElement704("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props - }, /* @__PURE__ */ createElement699("path", { + }, /* @__PURE__ */ createElement704("path", { fill: "#fff", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement699("path", { + }), /* @__PURE__ */ createElement704("path", { fill: "#4475fd", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z" - }), /* @__PURE__ */ createElement699("path", { + }), /* @__PURE__ */ createElement704("path", { fill: "#4475fd", d: "m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z" })); @@ -37229,15 +37319,15 @@ var Zip_default = Zip; // ../juno-icon/src/ZoomIn.tsx import { - createElement as createElement700 + createElement as createElement705 } from "react"; -import { forwardRef as forwardRef681, memo as memo589 } from "react"; -var ZoomIn = memo589(forwardRef681((props, ref2) => /* @__PURE__ */ createElement700("svg", { +import { forwardRef as forwardRef686, memo as memo594 } from "react"; +var ZoomIn = memo594(forwardRef686((props, ref2) => /* @__PURE__ */ createElement705("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement700("path", { +}, /* @__PURE__ */ createElement705("path", { d: "M16 4a1 1 0 0 1 1 1v10h10a1 1 0 0 1 0 2H17v10a1 1 0 0 1-2 0V17H5a1 1 0 0 1 0-2h10V5a1 1 0 0 1 1-1z" })))); ZoomIn.displayName = "ZoomIn"; @@ -37246,15 +37336,15 @@ var ZoomIn_default = ZoomIn; // ../juno-icon/src/ZoomOut.tsx import { - createElement as createElement701 + createElement as createElement706 } from "react"; -import { forwardRef as forwardRef682, memo as memo590 } from "react"; -var ZoomOut = memo590(forwardRef682((props, ref2) => /* @__PURE__ */ createElement701("svg", { +import { forwardRef as forwardRef687, memo as memo595 } from "react"; +var ZoomOut = memo595(forwardRef687((props, ref2) => /* @__PURE__ */ createElement706("svg", { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref2, ...props -}, /* @__PURE__ */ createElement701("path", { +}, /* @__PURE__ */ createElement706("path", { d: "M28 16a1 1 0 0 1-1 1H5a1 1 0 0 1 0-2h22a1 1 0 0 1 1 1z" })))); ZoomOut.displayName = "ZoomOut"; @@ -49246,7 +49336,7 @@ __export(components_exports, { }); // ../juno-core/src/components/Accordion/Accordion.tsx -import React740, { forwardRef as forwardRef684, useMemo as useMemo8 } from "react"; +import React745, { forwardRef as forwardRef689, useMemo as useMemo8 } from "react"; // ../../node_modules/styled-components/dist/styled-components.browser.esm.js var styled_components_browser_esm_exports = {}; @@ -50653,7 +50743,7 @@ var useResponsiveContext = () => { }; // ../juno-core/src/foundation/hoc/withDelay/withDelay.tsx -import React733, { useEffect as useEffect29, useState as useState19 } from "react"; +import React738, { useEffect as useEffect29, useState as useState19 } from "react"; function withDelay(Component7) { return function ComponentWithDelay(props) { const { delay = 0, placeholder: placeholder2 = null, ...rest } = props; @@ -50666,7 +50756,7 @@ function withDelay(Component7) { } }; }, []); - return visible ? /* @__PURE__ */ React733.createElement(Component7, { + return visible ? /* @__PURE__ */ React738.createElement(Component7, { ...rest }) : placeholder2; }; @@ -50674,7 +50764,7 @@ function withDelay(Component7) { // ../juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx var import_isArray = __toModule(require_isArray()); -import React734, { forwardRef as forwardRef683, useMemo as useMemo6 } from "react"; +import React739, { forwardRef as forwardRef688, useMemo as useMemo6 } from "react"; // ../juno-core/src/foundation/hoc/withResponsive/utils.ts var getSizeMap = (withResponsiveTokens) => { @@ -50719,7 +50809,7 @@ function withResponsive(Component7, responsivePropKeys) { "hiddenPatterns", ...responsivePropKeys ]; - const ResponsiveComponent = forwardRef683((props, ref2) => { + const ResponsiveComponent = forwardRef688((props, ref2) => { const breakpoint = useResponsiveContext(); const componentProps = responsiveKeys.reduce((props2, key) => { Reflect.deleteProperty(props2, key); @@ -50772,7 +50862,7 @@ function withResponsive(Component7, responsivePropKeys) { if (hidden) { return null; } - return /* @__PURE__ */ React734.createElement(Component7, { + return /* @__PURE__ */ React739.createElement(Component7, { ...componentProps, ref: ref2, ...sizeProps @@ -51428,7 +51518,7 @@ var useEver = (value, targetValue = defaultEverTargetValue) => { }; // ../juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx -import React735, { useMemo as useMemo7 } from "react"; +import React740, { useMemo as useMemo7 } from "react"; var FOCUSABLE_QUERY = '[data-focusable="true"]'; var RcFocusInside = styled_components_default.span` overflow: hidden; @@ -51440,7 +51530,7 @@ var RcFocusInside = styled_components_default.span` var useFocusInside = (options = {}) => { const { containerRef, selector = FOCUSABLE_QUERY } = options; return useMemo7(() => { - const start3 = /* @__PURE__ */ React735.createElement(RcFocusInside, { + const start3 = /* @__PURE__ */ React740.createElement(RcFocusInside, { tabIndex: 0, ...true ? { "data-test-automation-id": "focus-inside-start" } : void 0, onFocus: (e2) => { @@ -51458,7 +51548,7 @@ var useFocusInside = (options = {}) => { } } }); - const end2 = /* @__PURE__ */ React735.createElement(RcFocusInside, { + const end2 = /* @__PURE__ */ React740.createElement(RcFocusInside, { tabIndex: 0, ...true ? { "data-test-automation-id": "focus-inside-end" } : void 0, onFocus: (e2) => { @@ -53371,7 +53461,7 @@ __publicField(RcThemeHandler, "instance"); // ../juno-core/src/foundation/theme/ThemeProvider.tsx var import_focus_visible = __toModule(require_focus_visible()); -import React737, { +import React742, { createContext as createContext9, useContext as useContext13 } from "react"; @@ -53383,9 +53473,9 @@ var SubThemeProvider = ({ const parentTheme = RcUseTheme(); const isHaveParentRcTheme = parentTheme.palette?.content?.brand; const theme = !themeProp && isHaveParentRcTheme ? parentTheme : createTheme_default2(themeProp); - return /* @__PURE__ */ React737.createElement(ThemeProvider_default, { + return /* @__PURE__ */ React742.createElement(ThemeProvider_default, { theme - }, /* @__PURE__ */ React737.createElement(ThemeProvider2, { + }, /* @__PURE__ */ React742.createElement(ThemeProvider2, { theme }, children2)); }; @@ -53398,29 +53488,29 @@ var RootThemeProvider = (props) => { }) } : {}; }); - return /* @__PURE__ */ React737.createElement(StylesProvider, { + return /* @__PURE__ */ React742.createElement(StylesProvider, { injectFirst: true, ...stylesProviderProps.current - }, /* @__PURE__ */ React737.createElement(SubThemeProvider, { + }, /* @__PURE__ */ React742.createElement(SubThemeProvider, { ...rest })); }; var RcThemeProvider = (props) => { const isSubProvider = useContext13(NestedThemeContext); const ThemeProvider3 = isSubProvider ? SubThemeProvider : RootThemeProvider; - return /* @__PURE__ */ React737.createElement(NestedThemeContext.Provider, { + return /* @__PURE__ */ React742.createElement(NestedThemeContext.Provider, { value: true - }, /* @__PURE__ */ React737.createElement(ThemeProvider3, { + }, /* @__PURE__ */ React742.createElement(ThemeProvider3, { ...props })); }; // ../juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx -import React738 from "react"; -var RcThemeContext = React738.createContext({}); +import React743 from "react"; +var RcThemeContext = React743.createContext({}); // ../juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx -import React739, { isValidElement as isValidElement16, useState as useState21 } from "react"; +import React744, { isValidElement as isValidElement16, useState as useState21 } from "react"; // ../juno-core/src/foundation/theme/ThemeSwitcherProvider/rcDark.json var breakpoints = { @@ -54239,20 +54329,20 @@ var RcThemeSwitcherProvider = ({ themeMap = RcThemeSwitcherDefaultTheme.themeMap }) => { const [currentTheme, setTheme] = useState21(defaultTheme2); - return /* @__PURE__ */ React739.createElement(RcThemeContext.Provider, { + return /* @__PURE__ */ React744.createElement(RcThemeContext.Provider, { value: { defaultTheme: defaultTheme2, themeMap, theme: currentTheme, setTheme } - }, /* @__PURE__ */ React739.createElement(RcThemeContext.Consumer, null, ({ theme, themeMap: themeMap2 }) => { + }, /* @__PURE__ */ React744.createElement(RcThemeContext.Consumer, null, ({ theme, themeMap: themeMap2 }) => { Object.keys(themeMap2).forEach((key) => { document.body.removeAttribute(key); }); document.body.setAttribute(theme, ""); if (isValidElement16(children2)) { - const _children = React739.cloneElement(children2, { + const _children = React744.cloneElement(children2, { theme: themeMap2[theme] }); return _children; @@ -54724,11 +54814,11 @@ var AccordionStyle = () => { }; // ../juno-core/src/components/Accordion/Accordion.tsx -var _RcAccordion = forwardRef684((inProps, ref2) => { +var _RcAccordion = forwardRef689((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcAccordion" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo8(() => combineClasses(RcAccordionClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React740.createElement(Accordion_default, { + return /* @__PURE__ */ React745.createElement(Accordion_default, { square: true, ...rest, ref: ref2, @@ -54742,19 +54832,19 @@ RcAccordion.defaultProps = {}; RcAccordion.displayName = "RcAccordion"; // ../juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx -import React748, { forwardRef as forwardRef692, useMemo as useMemo13 } from "react"; +import React753, { forwardRef as forwardRef697, useMemo as useMemo13 } from "react"; // ../juno-core/src/components/Buttons/IconButton/IconButton.tsx -import React747, { forwardRef as forwardRef691, memo as memo592, useMemo as useMemo12 } from "react"; +import React752, { forwardRef as forwardRef696, memo as memo597, useMemo as useMemo12 } from "react"; // ../juno-core/src/components/Icon/Icon.tsx -import React744, { - forwardRef as forwardRef688, - memo as memo591 +import React749, { + forwardRef as forwardRef693, + memo as memo596 } from "react"; // ../juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx -import React741, { forwardRef as forwardRef685, useMemo as useMemo9 } from "react"; +import React746, { forwardRef as forwardRef690, useMemo as useMemo9 } from "react"; // ../juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx var CircularProgressStyle = (props) => { @@ -54769,11 +54859,11 @@ var CircularProgressStyle = (props) => { var RcCircularProgressClasses = RcClasses([], "RcCircularProgress"); // ../juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx -var _RcCircularProgress = forwardRef685((inProps, ref2) => { +var _RcCircularProgress = forwardRef690((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCircularProgress" }); const { classes: classesProp, color: color2, ...rest } = props; const classes = useMemo9(() => combineClasses(RcCircularProgressClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React741.createElement(CircularProgress_default, { + return /* @__PURE__ */ React746.createElement(CircularProgress_default, { ...rest, color: "inherit", ref: ref2, @@ -54790,7 +54880,7 @@ RcCircularProgress.defaultProps = { RcCircularProgress.displayName = "RcCircularProgress"; // ../juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx -import React742, { forwardRef as forwardRef686, useMemo as useMemo10 } from "react"; +import React747, { forwardRef as forwardRef691, useMemo as useMemo10 } from "react"; // ../juno-core/src/components/Progress/LinearProgress/utils/LinearProgressUtils.ts var RcLinearProgressClasses = RcClasses(["buffer", "colorPrimary", "barColorPrimary", "dashedColorPrimary"], "RcLinearProgress"); @@ -54819,11 +54909,11 @@ var LinearProgressStyle = (props) => { }; // ../juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx -var _RcLinearProgress = forwardRef686((inProps, ref2) => { +var _RcLinearProgress = forwardRef691((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcLinearProgress" }); const { classes: classesProp, color: color2, ...rest } = props; const classes = useMemo10(() => combineClasses(RcLinearProgressClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React742.createElement(LinearProgress_default, { + return /* @__PURE__ */ React747.createElement(LinearProgress_default, { ...rest, ref: ref2, classes @@ -54909,9 +54999,9 @@ var IconStyle = (props) => { }; // ../juno-core/src/components/Icon/styles/iconSvg.tsx -import React743, { forwardRef as forwardRef687 } from "react"; -var _StyledSvg = forwardRef687(({ children: children2, ...props }, ref2) => { - return React743.cloneElement(children2, { ref: ref2, ...props }); +import React748, { forwardRef as forwardRef692 } from "react"; +var _StyledSvg = forwardRef692(({ children: children2, ...props }, ref2) => { + return React748.cloneElement(children2, { ref: ref2, ...props }); }); var StyledSvg = styled_components_default(_StyledSvg)` width: 1em; @@ -54969,7 +55059,7 @@ function useIconService() { } // ../juno-core/src/components/Icon/Icon.tsx -var _RcIcon = memo591(forwardRef688((inProps, ref2) => { +var _RcIcon = memo596(forwardRef693((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcIcon" }); if (true) { useDeprecatedCheck(RcIcon, props, [ @@ -55037,7 +55127,7 @@ var _RcIcon = memo591(forwardRef688((inProps, ref2) => { iconName = `${symbol.id}`; } else { Icon = symbol; - renderDom = /* @__PURE__ */ React744.createElement(Icon, null); + renderDom = /* @__PURE__ */ React749.createElement(Icon, null); iconName = symbol["iconName"]; } } else if (typeof children2 === "string" || icon) { @@ -55045,7 +55135,7 @@ var _RcIcon = memo591(forwardRef688((inProps, ref2) => { Icon = iconMap[childrenIconKey]; iconName = childrenIconKey; if (Icon) { - renderDom = /* @__PURE__ */ React744.createElement(Icon, null); + renderDom = /* @__PURE__ */ React749.createElement(Icon, null); } } else { renderDom = children2; @@ -55053,19 +55143,19 @@ var _RcIcon = memo591(forwardRef688((inProps, ref2) => { const _className = clsx_m_default(className, iconName, "icon"); if (loading) { const progressSize = RcIconSizes[size]; - return /* @__PURE__ */ React744.createElement(RcCircularProgress, { + return /* @__PURE__ */ React749.createElement(RcCircularProgress, { size: loadingSize || typeof progressSize === "string" ? "1em" : progressSize, ref: ref2, ...CircularProgressProps }); } - return /* @__PURE__ */ React744.createElement("span", { + return /* @__PURE__ */ React749.createElement("span", { className: _className, ...rest, ref: ref2 - }, renderDom && /* @__PURE__ */ React744.createElement(StyledSvg, null, renderDom), href && /* @__PURE__ */ React744.createElement(StyledSvg, null, /* @__PURE__ */ React744.createElement("svg", { + }, renderDom && /* @__PURE__ */ React749.createElement(StyledSvg, null, renderDom), href && /* @__PURE__ */ React749.createElement(StyledSvg, null, /* @__PURE__ */ React749.createElement("svg", { role: "img" - }, !!desc && /* @__PURE__ */ React744.createElement("title", null, desc), /* @__PURE__ */ React744.createElement("use", { + }, !!desc && /* @__PURE__ */ React749.createElement("title", null, desc), /* @__PURE__ */ React749.createElement("use", { xlinkHref: href, href })))); @@ -55079,8 +55169,8 @@ RcIcon.defaultProps = { RcIcon.displayName = "RcIcon"; // ../juno-core/src/components/Tooltip/Tooltip.tsx -import React745, { - forwardRef as forwardRef689, +import React750, { + forwardRef as forwardRef694, useLayoutEffect as useLayoutEffect12, useMemo as useMemo11, useRef as useRef51, @@ -55261,7 +55351,7 @@ var tooltipStyle = () => { }; // ../juno-core/src/components/Tooltip/Tooltip.tsx -var _RcTooltip = forwardRef689((inProps, ref2) => { +var _RcTooltip = forwardRef694((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTooltip" }); if (true) { useDeprecatedCheck(RcTooltip, props, [ @@ -55342,7 +55432,7 @@ var _RcTooltip = forwardRef689((inProps, ref2) => { setIsDisabledButton(false); } }); - return /* @__PURE__ */ React745.createElement(Tooltip_default, { + return /* @__PURE__ */ React750.createElement(Tooltip_default, { ref: tooltipRef, title: isDisabledButton ? "" : title, arrow: true, @@ -55350,7 +55440,7 @@ var _RcTooltip = forwardRef689((inProps, ref2) => { PopperProps, ...additionProp, ...rest - }, ignorePointer ? /* @__PURE__ */ React745.createElement(Mask, { + }, ignorePointer ? /* @__PURE__ */ React750.createElement(Mask, { ...maskProps }, children2) : children2); }); @@ -55366,20 +55456,20 @@ RcTooltip.defaultProps = { RcTooltip.displayName = "RcTooltip"; // ../juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx -import React746, { forwardRef as forwardRef690 } from "react"; +import React751, { forwardRef as forwardRef695 } from "react"; function withTooltip(Component7) { - return forwardRef690((props, ref2) => { + return forwardRef695((props, ref2) => { const { title, useRcTooltip, TooltipProps, ...rest } = props; if (title && useRcTooltip) { - return /* @__PURE__ */ React746.createElement(RcTooltip, { + return /* @__PURE__ */ React751.createElement(RcTooltip, { title, ...TooltipProps - }, /* @__PURE__ */ React746.createElement(Component7, { + }, /* @__PURE__ */ React751.createElement(Component7, { ...rest, ref: ref2 })); } - return /* @__PURE__ */ React746.createElement(Component7, { + return /* @__PURE__ */ React751.createElement(Component7, { title, ...rest, ref: ref2 @@ -55742,7 +55832,7 @@ var iconButtonStyle = ({ }; // ../juno-core/src/components/Buttons/IconButton/IconButton.tsx -var _RcIconButton = memo592(forwardRef691((props, ref2) => { +var _RcIconButton = memo597(forwardRef696((props, ref2) => { if (true) { useDeprecatedCheck(RcIconButton, props, rcIconButtonWarning); } @@ -55804,7 +55894,7 @@ var _RcIconButton = memo592(forwardRef691((props, ref2) => { }); const iconButton = (() => { const { color: color3, ...IconPropsWithoutColor } = IconProps; - const icon = React747.isValidElement(children2) || children2 === "" ? children2 : /* @__PURE__ */ React747.createElement(RcIcon, { + const icon = React752.isValidElement(children2) || children2 === "" ? children2 : /* @__PURE__ */ React752.createElement(RcIcon, { symbol, className: classes.icon, loading, @@ -55812,7 +55902,7 @@ var _RcIconButton = memo592(forwardRef691((props, ref2) => { CircularProgressProps, ...IconPropsWithoutColor }, children2); - const iconButton2 = /* @__PURE__ */ React747.createElement(RcButtonBase, { + const iconButton2 = /* @__PURE__ */ React752.createElement(RcButtonBase, { ref: buttonRef, disableRipple: theme.props?.MuiButtonBase?.disableRipple || isPlain, type: type3, @@ -55827,14 +55917,14 @@ var _RcIconButton = memo592(forwardRef691((props, ref2) => { ...rest }, icon); if (download && href) { - return /* @__PURE__ */ React747.createElement("a", { + return /* @__PURE__ */ React752.createElement("a", { download: true, href, ref: aRef }, iconButton2); } if (externalLink && href) { - return /* @__PURE__ */ React747.createElement("a", { + return /* @__PURE__ */ React752.createElement("a", { rel: "noopener noreferrer external", target: "_blank", href @@ -55843,7 +55933,7 @@ var _RcIconButton = memo592(forwardRef691((props, ref2) => { return iconButton2; })(); if (!!tooltipTitle && (!disabled3 && !disableToolTip || disabled3 && alwaysEnableTooltip)) { - return /* @__PURE__ */ React747.createElement(RcTooltip, { + return /* @__PURE__ */ React752.createElement(RcTooltip, { title: tooltipTitle, tooltipForceHide, placement: tooltipPlacement, @@ -55917,7 +56007,7 @@ var AccordionSummaryStyle = () => { // ../juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx var defaultIconButtonProps = { disableRipple: true }; -var _RcAccordionSummary = forwardRef692((inProps, ref2) => { +var _RcAccordionSummary = forwardRef697((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcAccordionSummary" }); const { classes: classesProp, @@ -55927,12 +56017,12 @@ var _RcAccordionSummary = forwardRef692((inProps, ref2) => { ...rest } = props; const classes = useMemo13(() => combineClasses(RcAccordionSummaryClasses, classesProp), [classesProp]); - const expandIcon = useMemo13(() => expandIconProp ? /* @__PURE__ */ React748.createElement(RcIconButton, { + const expandIcon = useMemo13(() => expandIconProp ? /* @__PURE__ */ React753.createElement(RcIconButton, { symbol: expandIconProp === true ? ArrowDown2_default : expandIconProp, tabIndex: -1, ...IconButtonProps }) : void 0, [IconButtonProps, expandIconProp]); - return /* @__PURE__ */ React748.createElement(AccordionSummary_default, { + return /* @__PURE__ */ React753.createElement(AccordionSummary_default, { ...rest, ref: ref2, classes, @@ -55949,7 +56039,7 @@ RcAccordionSummary.defaultProps = { RcAccordionSummary.displayName = "RcAccordionSummary"; // ../juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx -import React749, { forwardRef as forwardRef693, useMemo as useMemo14 } from "react"; +import React754, { forwardRef as forwardRef698, useMemo as useMemo14 } from "react"; // ../juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx var AccordionDetailsStyle = () => { @@ -55963,11 +56053,11 @@ var AccordionDetailsStyle = () => { var RcAccordionDetailsClasses = RcClasses([], "RcAccordionDetails"); // ../juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx -var _RcAccordionDetails = forwardRef693((inProps, ref2) => { +var _RcAccordionDetails = forwardRef698((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcAccordionDetails" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo14(() => combineClasses(RcAccordionDetailsClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React749.createElement(AccordionDetails_default, { + return /* @__PURE__ */ React754.createElement(AccordionDetails_default, { ...rest, ref: ref2, classes @@ -55980,52 +56070,52 @@ RcAccordionDetails.defaultProps = {}; RcAccordionDetails.displayName = "RcAccordionDetails"; // ../juno-core/src/components/Alert/Alert.tsx -import React757, { forwardRef as forwardRef695 } from "react"; +import React762, { forwardRef as forwardRef700 } from "react"; // ../../node_modules/@material-ui/lab/esm/Alert/Alert.js var import_prop_types117 = __toModule(require_prop_types()); import { - createElement as createElement707, - forwardRef as forwardRef694 + createElement as createElement712, + forwardRef as forwardRef699 } from "react"; // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/SuccessOutlined.js import { - createElement as createElement702 + createElement as createElement707 } from "react"; -var SuccessOutlined_default = createSvgIcon(/* @__PURE__ */ createElement702("path", { +var SuccessOutlined_default = createSvgIcon(/* @__PURE__ */ createElement707("path", { d: "M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z" }), "SuccessOutlined"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/ReportProblemOutlined.js import { - createElement as createElement703 + createElement as createElement708 } from "react"; -var ReportProblemOutlined_default = createSvgIcon(/* @__PURE__ */ createElement703("path", { +var ReportProblemOutlined_default = createSvgIcon(/* @__PURE__ */ createElement708("path", { d: "M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z" }), "ReportProblemOutlined"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/ErrorOutline.js import { - createElement as createElement704 + createElement as createElement709 } from "react"; -var ErrorOutline_default = createSvgIcon(/* @__PURE__ */ createElement704("path", { +var ErrorOutline_default = createSvgIcon(/* @__PURE__ */ createElement709("path", { d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }), "ErrorOutline"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/InfoOutlined.js import { - createElement as createElement705 + createElement as createElement710 } from "react"; -var InfoOutlined_default = createSvgIcon(/* @__PURE__ */ createElement705("path", { +var InfoOutlined_default = createSvgIcon(/* @__PURE__ */ createElement710("path", { d: "M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z" }), "InfoOutlined"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/Close.js import { - createElement as createElement706 + createElement as createElement711 } from "react"; -var Close_default2 = createSvgIcon(/* @__PURE__ */ createElement706("path", { +var Close_default2 = createSvgIcon(/* @__PURE__ */ createElement711("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }), "Close"); @@ -56136,39 +56226,39 @@ var styles147 = function styles148(theme) { }; }; var defaultIconMapping = { - success: /* @__PURE__ */ createElement707(SuccessOutlined_default, { + success: /* @__PURE__ */ createElement712(SuccessOutlined_default, { fontSize: "inherit" }), - warning: /* @__PURE__ */ createElement707(ReportProblemOutlined_default, { + warning: /* @__PURE__ */ createElement712(ReportProblemOutlined_default, { fontSize: "inherit" }), - error: /* @__PURE__ */ createElement707(ErrorOutline_default, { + error: /* @__PURE__ */ createElement712(ErrorOutline_default, { fontSize: "inherit" }), - info: /* @__PURE__ */ createElement707(InfoOutlined_default, { + info: /* @__PURE__ */ createElement712(InfoOutlined_default, { fontSize: "inherit" }) }; -var _ref5 = /* @__PURE__ */ createElement707(Close_default2, { +var _ref5 = /* @__PURE__ */ createElement712(Close_default2, { fontSize: "small" }); -var Alert = /* @__PURE__ */ forwardRef694(function Alert2(props, ref2) { +var Alert = /* @__PURE__ */ forwardRef699(function Alert2(props, ref2) { var action3 = props.action, children2 = props.children, classes = props.classes, className = props.className, _props$closeText = props.closeText, closeText = _props$closeText === void 0 ? "Close" : _props$closeText, color2 = props.color, icon = props.icon, _props$iconMapping = props.iconMapping, iconMapping = _props$iconMapping === void 0 ? defaultIconMapping : _props$iconMapping, onClose = props.onClose, _props$role = props.role, role = _props$role === void 0 ? "alert" : _props$role, _props$severity = props.severity, severity = _props$severity === void 0 ? "success" : _props$severity, _props$variant = props.variant, variant = _props$variant === void 0 ? "standard" : _props$variant, other = _objectWithoutProperties(props, ["action", "children", "classes", "className", "closeText", "color", "icon", "iconMapping", "onClose", "role", "severity", "variant"]); - return /* @__PURE__ */ createElement707(Paper_default, _extends({ + return /* @__PURE__ */ createElement712(Paper_default, _extends({ role, square: true, elevation: 0, className: clsx_m_default(classes.root, classes["".concat(variant).concat(capitalize(color2 || severity))], className), ref: ref2 - }, other), icon !== false ? /* @__PURE__ */ createElement707("div", { + }, other), icon !== false ? /* @__PURE__ */ createElement712("div", { className: classes.icon - }, icon || iconMapping[severity] || defaultIconMapping[severity]) : null, /* @__PURE__ */ createElement707("div", { + }, icon || iconMapping[severity] || defaultIconMapping[severity]) : null, /* @__PURE__ */ createElement712("div", { className: classes.message - }, children2), action3 != null ? /* @__PURE__ */ createElement707("div", { + }, children2), action3 != null ? /* @__PURE__ */ createElement712("div", { className: classes.action - }, action3) : null, action3 == null && onClose ? /* @__PURE__ */ createElement707("div", { + }, action3) : null, action3 == null && onClose ? /* @__PURE__ */ createElement712("div", { className: classes.action - }, /* @__PURE__ */ createElement707(IconButton_default, { + }, /* @__PURE__ */ createElement712(IconButton_default, { size: "small", "aria-label": closeText, title: closeText, @@ -56200,7 +56290,7 @@ var Alert_default = withStyles_default2(styles147, { })(Alert); // ../juno-core/src/components/Alert/styles/AlertStyle.tsx -import React756 from "react"; +import React761 from "react"; // ../juno-core/src/components/Alert/utils/AlertUtils.ts var RcAlertClasses = RcClasses(["root", "message", "icon"], "RcAlert"); @@ -56231,7 +56321,7 @@ var RcAlertColors = { var textColor = ({ severity }) => RcAlertColors[severity].text; var backgroundColor = ({ severity }) => RcAlertColors[severity].background; var rootSpacing = ({ size }) => RcAlertSpacings[size]; -var EmptyIcon = /* @__PURE__ */ React756.createElement(React756.Fragment, null); +var EmptyIcon = /* @__PURE__ */ React761.createElement(React761.Fragment, null); var AlertStyle = ({ align, square, @@ -56264,11 +56354,11 @@ var AlertStyle = ({ }; // ../juno-core/src/components/Alert/Alert.tsx -var _RcAlert = forwardRef695((inProps, ref2) => { +var _RcAlert = forwardRef700((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcAlert" }); const { icon, classes: classesProp, children: children2, align, size, ...rest } = props; const classes = combineClasses(RcAlertClasses, classesProp); - return /* @__PURE__ */ React757.createElement(Alert_default, { + return /* @__PURE__ */ React762.createElement(Alert_default, { icon: icon === true ? void 0 : icon ?? EmptyIcon, ...rest, ref: ref2, @@ -56287,8 +56377,8 @@ RcAlert.defaultProps = { RcAlert.displayName = "RcAlert"; // ../juno-core/src/components/Animations/Highlight/Highlight.tsx -import React765, { - forwardRef as forwardRef703, +import React770, { + forwardRef as forwardRef708, useImperativeHandle as useImperativeHandle9, useRef as useRef54, useState as useState24 @@ -56316,10 +56406,10 @@ __export(Transitions_exports, { }); // ../juno-core/src/components/Transitions/Collapse/Collapse.tsx -import React758, { forwardRef as forwardRef696 } from "react"; -var _RcCollapse = forwardRef696((inProps, ref2) => { +import React763, { forwardRef as forwardRef701 } from "react"; +var _RcCollapse = forwardRef701((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCollapse" }); - return /* @__PURE__ */ React758.createElement(Collapse_default, { + return /* @__PURE__ */ React763.createElement(Collapse_default, { ref: ref2, ...props }); @@ -56327,10 +56417,10 @@ var _RcCollapse = forwardRef696((inProps, ref2) => { var RcCollapse = _RcCollapse; // ../juno-core/src/components/Transitions/Fade/Fade.tsx -import React759, { forwardRef as forwardRef697 } from "react"; -var _RcFade = forwardRef697((inProps, ref2) => { +import React764, { forwardRef as forwardRef702 } from "react"; +var _RcFade = forwardRef702((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcFade" }); - return /* @__PURE__ */ React759.createElement(Fade_default, { + return /* @__PURE__ */ React764.createElement(Fade_default, { ref: ref2, ...props }); @@ -56338,10 +56428,10 @@ var _RcFade = forwardRef697((inProps, ref2) => { var RcFade = _RcFade; // ../juno-core/src/components/Transitions/Grow/Grow.tsx -import React760, { forwardRef as forwardRef698 } from "react"; -var _RcGrow = forwardRef698((inProps, ref2) => { +import React765, { forwardRef as forwardRef703 } from "react"; +var _RcGrow = forwardRef703((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcGrow" }); - return /* @__PURE__ */ React760.createElement(Grow_default, { + return /* @__PURE__ */ React765.createElement(Grow_default, { ref: ref2, ...props }); @@ -56349,10 +56439,10 @@ var _RcGrow = forwardRef698((inProps, ref2) => { var RcGrow = _RcGrow; // ../juno-core/src/components/Transitions/Slide/Slide.tsx -import React761, { forwardRef as forwardRef699 } from "react"; -var _RcSlide = forwardRef699((inProps, ref2) => { +import React766, { forwardRef as forwardRef704 } from "react"; +var _RcSlide = forwardRef704((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSlide" }); - return /* @__PURE__ */ React761.createElement(Slide_default, { + return /* @__PURE__ */ React766.createElement(Slide_default, { ref: ref2, ...props }); @@ -56392,10 +56482,10 @@ var setTransitionStyle = (node4, value) => { __reExport(Transitions_exports, Transition_exports); // ../juno-core/src/components/Transitions/Zoom/Zoom.tsx -import React762, { forwardRef as forwardRef700 } from "react"; -var _RcZoom = forwardRef700((inProps, ref2) => { +import React767, { forwardRef as forwardRef705 } from "react"; +var _RcZoom = forwardRef705((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcZoom" }); - return /* @__PURE__ */ React762.createElement(Zoom_default, { + return /* @__PURE__ */ React767.createElement(Zoom_default, { ref: ref2, ...props }); @@ -56403,7 +56493,7 @@ var _RcZoom = forwardRef700((inProps, ref2) => { var RcZoom = _RcZoom; // ../juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx -import React763, { forwardRef as forwardRef701, useRef as useRef52 } from "react"; +import React768, { forwardRef as forwardRef706, useRef as useRef52 } from "react"; // ../juno-core/src/components/Transitions/utils/transitionendSubscriber.ts var transitionendSubscriber = (elm, event) => { @@ -56477,7 +56567,7 @@ var styles149 = { }, exited: {} }; -var RcZoomFrom = forwardRef701((inProps, ref2) => { +var RcZoomFrom = forwardRef706((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcZoomFrom" }); const { from: fromRef, @@ -56529,7 +56619,7 @@ var RcZoomFrom = forwardRef701((inProps, ref2) => { }, nodeRef); const foreignRef = useForkRef2(children2.ref, ref2); const handleRef = useForkRef2(nodeRef, foreignRef); - return /* @__PURE__ */ React763.createElement(Transition_default, { + return /* @__PURE__ */ React768.createElement(Transition_default, { appear: true, timeout: timeout2, nodeRef, @@ -56537,7 +56627,7 @@ var RcZoomFrom = forwardRef701((inProps, ref2) => { ...handlers, ...other }, (state, childProps) => { - return React763.cloneElement(children2, { + return React768.cloneElement(children2, { style: { visibility: state === "exited" && !inProp ? "hidden" : void 0, ...style3, @@ -56558,7 +56648,7 @@ RcZoomFrom.defaultProps = { RcZoomFrom.displayName = "ZoomInFadeOut"; // ../juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx -import React764, { forwardRef as forwardRef702, useRef as useRef53 } from "react"; +import React769, { forwardRef as forwardRef707, useRef as useRef53 } from "react"; var styles150 = { entering: { opacity: 0, @@ -56576,7 +56666,7 @@ var styles150 = { opacity: 0 } }; -var RcZoomInFadeOut = forwardRef702((inProps, ref2) => { +var RcZoomInFadeOut = forwardRef707((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcZoomInFadeOut" }); const { children: children2, @@ -56611,7 +56701,7 @@ var RcZoomInFadeOut = forwardRef702((inProps, ref2) => { }, nodeRef); const foreignRef = useForkRef2(children2.ref, ref2); const handleRef = useForkRef2(nodeRef, foreignRef); - return /* @__PURE__ */ React764.createElement(Transition_default, { + return /* @__PURE__ */ React769.createElement(Transition_default, { appear: true, nodeRef, in: inProp, @@ -56619,7 +56709,7 @@ var RcZoomInFadeOut = forwardRef702((inProps, ref2) => { ...handlers, ...other }, (state, childProps) => { - return React764.cloneElement(children2, { + return React769.cloneElement(children2, { style: { transform: "scale(0)", opacity: state === "entering" ? 0 : 1, @@ -56665,7 +56755,7 @@ function getHighlightStyle({ } // ../juno-core/src/components/Animations/Highlight/Highlight.tsx -var RcHighlight = forwardRef703((inProps, ref2) => { +var RcHighlight = forwardRef708((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcHighlight" }); const { children: children2, @@ -56714,7 +56804,7 @@ var RcHighlight = forwardRef703((inProps, ref2) => { setInValue(true); setTimeout(() => setInValue(false), 0); }, []); - return /* @__PURE__ */ React765.createElement(Transition_default, { + return /* @__PURE__ */ React770.createElement(Transition_default, { appear: true, nodeRef, in: inValue, @@ -56722,7 +56812,7 @@ var RcHighlight = forwardRef703((inProps, ref2) => { ...other, timeout: { exit: duration5 } }, (state, childProps) => { - return React765.cloneElement(children2, { + return React770.cloneElement(children2, { style: { ...style3, ...children2.props.style, @@ -56756,22 +56846,22 @@ RcAppBar.defaultProps = { }; // ../juno-core/src/components/Avatar/Avatar.tsx -import React777, { forwardRef as forwardRef713, useMemo as useMemo15 } from "react"; +import React782, { forwardRef as forwardRef718, useMemo as useMemo15 } from "react"; // ../juno-core/src/components/Presence/Presence.tsx -import React772, { forwardRef as forwardRef710 } from "react"; +import React777, { forwardRef as forwardRef715 } from "react"; // ../juno-core/src/components/Presence/assets/Unattended.tsx -import React766, { forwardRef as forwardRef704, memo as memo593 } from "react"; -var Unattended = memo593(forwardRef704((props, svgRef) => /* @__PURE__ */ React766.createElement("svg", { +import React771, { forwardRef as forwardRef709, memo as memo598 } from "react"; +var Unattended = memo598(forwardRef709((props, svgRef) => /* @__PURE__ */ React771.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ref: svgRef, ...props -}, /* @__PURE__ */ React766.createElement("path", { +}, /* @__PURE__ */ React771.createElement("path", { fill: "#dd6057", d: "M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z" -}), /* @__PURE__ */ React766.createElement("path", { +}), /* @__PURE__ */ React771.createElement("path", { fill: "#fff", d: "M23.54,20.39a2.23,2.23,0,0,1-3.15,3.15h0L16,19.15l-4.39,4.39a2.23,2.23,0,0,1-3.15-3.15h0L12.85,16,8.46,11.61a2.23,2.23,0,0,1,3.15-3.15L16,12.85l4.39-4.39a2.23,2.23,0,0,1,3.15,3.15h0L19.15,16Z" })))); @@ -56780,19 +56870,19 @@ Unattended["iconName"] = "unattended"; var Unattended_default = Unattended; // ../juno-core/src/components/Presence/assets/Check.tsx -import React767, { forwardRef as forwardRef705, memo as memo594 } from "react"; -var Check2 = memo594(forwardRef705((props, svgRef) => /* @__PURE__ */ React767.createElement("svg", { +import React772, { forwardRef as forwardRef710, memo as memo599 } from "react"; +var Check2 = memo599(forwardRef710((props, svgRef) => /* @__PURE__ */ React772.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ref: svgRef, ...props -}, /* @__PURE__ */ React767.createElement("g", { +}, /* @__PURE__ */ React772.createElement("g", { id: "Available" -}, /* @__PURE__ */ React767.createElement("path", { +}, /* @__PURE__ */ React772.createElement("path", { id: "Shape", fill: "#3c9949", d: "M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z" -})), /* @__PURE__ */ React767.createElement("path", { +})), /* @__PURE__ */ React772.createElement("path", { fill: "#fff", d: "M24.62,10.38,17.51,23.72A2.19,2.19,0,0,1,16,24.89h-.41a2.17,2.17,0,0,1-1.37-.53L8,19a2.22,2.22,0,0,1,2.38-3.7,2,2,0,0,1,.39.32L14.9,19.2,20.71,8.3a2.22,2.22,0,0,1,2.94-1.07h0a2.15,2.15,0,0,1,1.15,1.25,2.23,2.23,0,0,1-.08,1.7l-.11.21Z" })))); @@ -56801,13 +56891,13 @@ Check2["iconName"] = "check"; var Check_default2 = Check2; // ../juno-core/src/components/Presence/assets/Default.tsx -import React768, { forwardRef as forwardRef706, memo as memo595 } from "react"; -var Default = memo595(forwardRef706((props, svgRef) => /* @__PURE__ */ React768.createElement("svg", { +import React773, { forwardRef as forwardRef711, memo as memo600 } from "react"; +var Default = memo600(forwardRef711((props, svgRef) => /* @__PURE__ */ React773.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ref: svgRef, ...props -}, /* @__PURE__ */ React768.createElement("circle", { +}, /* @__PURE__ */ React773.createElement("circle", { cx: "16", cy: "16", r: "16" @@ -56817,12 +56907,12 @@ Default["iconName"] = "default"; var Default_default = Default; // ../juno-core/src/components/Presence/assets/Offline.tsx -import React769, { forwardRef as forwardRef707, memo as memo596 } from "react"; -var Offline = memo596(forwardRef707((props, svgRef) => /* @__PURE__ */ React769.createElement("svg", { +import React774, { forwardRef as forwardRef712, memo as memo601 } from "react"; +var Offline = memo601(forwardRef712((props, svgRef) => /* @__PURE__ */ React774.createElement("svg", { viewBox: "0 0 32 32", ref: svgRef, ...props -}, /* @__PURE__ */ React769.createElement("path", { +}, /* @__PURE__ */ React774.createElement("path", { d: "M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Zm0,27.2A11.2,11.2,0,1,1,27.2,16,11.19,11.19,0,0,1,16,27.2Z" })))); Offline.displayName = "Offline"; @@ -56830,16 +56920,16 @@ Offline["iconName"] = "offline"; var Offline_default = Offline; // ../juno-core/src/components/Presence/assets/Dnd.tsx -import React770, { forwardRef as forwardRef708, memo as memo597 } from "react"; -var Dnd = memo597(forwardRef708((props, svgRef) => /* @__PURE__ */ React770.createElement("svg", { +import React775, { forwardRef as forwardRef713, memo as memo602 } from "react"; +var Dnd = memo602(forwardRef713((props, svgRef) => /* @__PURE__ */ React775.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ref: svgRef, ...props -}, /* @__PURE__ */ React770.createElement("path", { +}, /* @__PURE__ */ React775.createElement("path", { fill: "#dd6057", d: "M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z" -}), /* @__PURE__ */ React770.createElement("path", { +}), /* @__PURE__ */ React775.createElement("path", { fill: "#fff", d: "M24.44,18.22H7.56a2.22,2.22,0,1,1,0-4.44H24.44a2.22,2.22,0,0,1,0,4.44Z" })))); @@ -56848,8 +56938,8 @@ Dnd["iconName"] = "dnd"; var Dnd_default = Dnd; // ../juno-core/src/components/Presence/styles/StyledPresence.tsx -import React771, { forwardRef as forwardRef709 } from "react"; -var _StyledPresence = forwardRef709(({ color: color2, type: type3, iconSizeValue, borderSizeValue, ...rest }, ref2) => /* @__PURE__ */ React771.createElement("div", { +import React776, { forwardRef as forwardRef714 } from "react"; +var _StyledPresence = forwardRef714(({ color: color2, type: type3, iconSizeValue, borderSizeValue, ...rest }, ref2) => /* @__PURE__ */ React776.createElement("div", { ref: ref2, ...rest })); @@ -56918,7 +57008,7 @@ var RcPresenceColors = { }; // ../juno-core/src/components/Presence/Presence.tsx -var _RcPresence = forwardRef710((inProps, ref2) => { +var _RcPresence = forwardRef715((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPresence" }); const { type: type3, color: color2, size, borderSize, ...rest } = props; const sizeProps = { @@ -56943,14 +57033,14 @@ var _RcPresence = forwardRef710((inProps, ref2) => { return Default_default; } })(); - return /* @__PURE__ */ React772.createElement(PresenceContainer, { + return /* @__PURE__ */ React777.createElement(PresenceContainer, { ref: ref2, ...sizeProps, ...rest - }, /* @__PURE__ */ React772.createElement(StyledPresence, { + }, /* @__PURE__ */ React777.createElement(StyledPresence, { ...sizeProps, color: color2 - }, /* @__PURE__ */ React772.createElement(RcIcon, { + }, /* @__PURE__ */ React777.createElement(RcIcon, { symbol, color: color2 || RcPresenceColors[type3], size: "inherit" @@ -56964,7 +57054,7 @@ RcPresence.defaultProps = { RcPresence.displayName = "RcPresence"; // ../juno-core/src/components/Avatar/styles/StyledAvatar.tsx -import React773, { forwardRef as forwardRef711 } from "react"; +import React778, { forwardRef as forwardRef716 } from "react"; // ../juno-core/src/components/Avatar/utils/AvatarUtils.ts var RcAvatarSizes = { @@ -56993,8 +57083,8 @@ var getBackgroundColor = (color2, iconSymbol) => { } return getParsePaletteColor(color2, iconSymbol ? ["avatar", "primary"] : ["neutral", "b03"]); }; -var _StyledAvatar = forwardRef711(({ color: color2, size, iconSymbol, ...rest }, ref2) => { - return /* @__PURE__ */ React773.createElement("div", { +var _StyledAvatar = forwardRef716(({ color: color2, size, iconSymbol, ...rest }, ref2) => { + return /* @__PURE__ */ React778.createElement("div", { ref: ref2, ...rest }); @@ -57030,16 +57120,16 @@ var StyledAvatar = styled_components_default(_StyledAvatar)` `; // ../juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx -import React774, { forwardRef as forwardRef712 } from "react"; -var _StyledAvatarWrapper = forwardRef712(({ children: children2, clickable, color: color2, shouldRenderPresenceHovered, ...rest }, ref2) => { +import React779, { forwardRef as forwardRef717 } from "react"; +var _StyledAvatarWrapper = forwardRef717(({ children: children2, clickable, color: color2, shouldRenderPresenceHovered, ...rest }, ref2) => { if (clickable) { - return /* @__PURE__ */ React774.createElement("button", { + return /* @__PURE__ */ React779.createElement("button", { ref: ref2, type: "button", ...rest }, children2); } - return /* @__PURE__ */ React774.createElement("div", { + return /* @__PURE__ */ React779.createElement("div", { ref: ref2, ...rest }, children2); @@ -57090,11 +57180,11 @@ var StyledAvatarWrapper = styled_components_default(_StyledAvatarWrapper)` `; // ../juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx -import React775 from "react"; +import React780 from "react"; var _StyledIconAvatar = ({ size, ...rest -}) => /* @__PURE__ */ React775.createElement(RcIcon, { +}) => /* @__PURE__ */ React780.createElement(RcIcon, { size: "inherit", ...rest }); @@ -57103,7 +57193,7 @@ var StyledIconAvatar = styled_components_default(_StyledIconAvatar)` `; // ../juno-core/src/components/Avatar/styles/StyledMask.tsx -import React776 from "react"; +import React781 from "react"; var StyledMask = styled_components_default.div` position: absolute; right: 0; @@ -57116,7 +57206,7 @@ var StyledMask = styled_components_default.div` text-align: center; ${flexCenterStyle} `; -var defaultChildren = /* @__PURE__ */ React776.createElement(RcIcon, { +var defaultChildren = /* @__PURE__ */ React781.createElement(RcIcon, { size: "small", symbol: Edit_default }); @@ -57124,7 +57214,7 @@ var RcAvatarMask = ({ className, children: children2 = defaultChildren }) => { - return /* @__PURE__ */ React776.createElement(StyledMask, { + return /* @__PURE__ */ React781.createElement(StyledMask, { className }, children2); }; @@ -57142,7 +57232,7 @@ var StyledPresenceWrapper = styled_components_default.div` `; // ../juno-core/src/components/Avatar/Avatar.tsx -var _RcAvatar = forwardRef713((inProps, ref2) => { +var _RcAvatar = forwardRef718((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcAvatar" }); if (true) { useDeprecatedCheck(RcAvatar, inProps, [ @@ -57213,7 +57303,7 @@ var _RcAvatar = forwardRef713((inProps, ref2) => { const src = srcProp || imgProps?.src; if (src) { const ImgComp = Img || "img"; - return /* @__PURE__ */ React777.createElement(ImgComp, { + return /* @__PURE__ */ React782.createElement(ImgComp, { src, alt: altProp, ...imgProps @@ -57221,23 +57311,23 @@ var _RcAvatar = forwardRef713((inProps, ref2) => { } if (iconSymbol) { const _size = iconSize === "half" ? RcAvatarSizes[size] / 2 : RcAvatarSizes[iconSize || size]; - return /* @__PURE__ */ React777.createElement(StyledIconAvatar, { + return /* @__PURE__ */ React782.createElement(StyledIconAvatar, { size: _size, symbol: iconSymbol }); } return children2 || null; })(); - let _avatar = /* @__PURE__ */ React777.createElement(StyledAvatar, { + let _avatar = /* @__PURE__ */ React782.createElement(StyledAvatar, { size, color: color2, iconSymbol, className: clsx_m_default(classes?.avatarContainer, RcAvatarClasses.avatarContainer) - }, avatarChildren, mask2 && /* @__PURE__ */ React777.createElement(RcAvatarMask, { + }, avatarChildren, mask2 && /* @__PURE__ */ React782.createElement(RcAvatarMask, { className: clsx_m_default(classes?.mask, RcAvatarClasses.mask) }, typeof mask2 === "boolean" ? void 0 : mask2)); if (tooltip2) { - _avatar = /* @__PURE__ */ React777.createElement(RcTooltip, { + _avatar = /* @__PURE__ */ React782.createElement(RcTooltip, { title: tooltip2 }, _avatar); } @@ -57263,13 +57353,13 @@ var _RcAvatar = forwardRef713((inProps, ref2) => { if (presence3) { _presence = presence3; } else if (presenceProps) { - _presence = /* @__PURE__ */ React777.createElement(RcPresence, { + _presence = /* @__PURE__ */ React782.createElement(RcPresence, { size, ...presenceProps }); } if (_presence) { - return /* @__PURE__ */ React777.createElement(StyledPresenceWrapper, { + return /* @__PURE__ */ React782.createElement(StyledPresenceWrapper, { horizontal: horizontal2, vertical: vertical2, className: clsx_m_default(classes?.presenceWrapper, RcAvatarClasses.presenceWrapper) @@ -57283,7 +57373,7 @@ var _RcAvatar = forwardRef713((inProps, ref2) => { "data-cid": `${idProps}`, "data-test-automation-value": `${idProps}` } : {}; - return /* @__PURE__ */ React777.createElement(StyledAvatarWrapper, { + return /* @__PURE__ */ React782.createElement(StyledAvatarWrapper, { ref: ref2, ...dataAttrProps, onClick: handleClick, @@ -57378,7 +57468,7 @@ var useAvatarShortName = ({ }; // ../juno-core/src/components/Backdrop/Backdrop.tsx -import React778, { forwardRef as forwardRef714, useMemo as useMemo18 } from "react"; +import React783, { forwardRef as forwardRef719, useMemo as useMemo18 } from "react"; // ../juno-core/src/components/Backdrop/utils/BackdropUtils.ts var RcBackdropClasses = RcClasses(["root"], "RcBackdrop"); @@ -57393,11 +57483,11 @@ var BackdropStyle = () => { }; // ../juno-core/src/components/Backdrop/Backdrop.tsx -var _RcBackdrop = forwardRef714((inProps, ref2) => { +var _RcBackdrop = forwardRef719((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcBackdrop" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo18(() => combineClasses(RcBackdropClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React778.createElement(Backdrop_default, { + return /* @__PURE__ */ React783.createElement(Backdrop_default, { ...rest, ref: ref2, classes @@ -57410,8 +57500,8 @@ RcBackdrop.defaultProps = {}; RcBackdrop.displayName = "RcBackdrop"; // ../juno-core/src/components/Badge/Badge.tsx -import React782, { - forwardRef as forwardRef717, +import React787, { + forwardRef as forwardRef722, useMemo as useMemo19, useRef as useRef56 } from "react"; @@ -57496,14 +57586,14 @@ var DefaultDotComponent = styled_components_default.div` `; // ../juno-core/src/components/Badge/DotBadge.tsx -import React781, { createContext as createContext10, forwardRef as forwardRef716, useContext as useContext15 } from "react"; +import React786, { createContext as createContext10, forwardRef as forwardRef721, useContext as useContext15 } from "react"; // ../juno-core/src/components/Box/Box.tsx -import React780, { forwardRef as forwardRef715 } from "react"; -var RcBox = forwardRef715((inProps, ref2) => { +import React785, { forwardRef as forwardRef720 } from "react"; +var RcBox = forwardRef720((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcBox" }); const addProps = { ref: ref2 }; - return /* @__PURE__ */ React780.createElement(Box_default2, { + return /* @__PURE__ */ React785.createElement(Box_default2, { ...addProps, ...props }); @@ -57511,7 +57601,7 @@ var RcBox = forwardRef715((inProps, ref2) => { // ../juno-core/src/components/Badge/DotBadge.tsx var DotBadgeContext = createContext10({}); -var DotBadge = forwardRef716(({ children: OmitChildren, ...rest }, ref2) => { +var DotBadge = forwardRef721(({ children: OmitChildren, ...rest }, ref2) => { const { anchorOrigin, dotComponent, @@ -57535,20 +57625,20 @@ var DotBadge = forwardRef716(({ children: OmitChildren, ...rest }, ref2) => { "MuiBadge-invisible": invisible }) }, dotProps); - return /* @__PURE__ */ React781.createElement("div", { + return /* @__PURE__ */ React786.createElement("div", { ...rest, ref: ref2 - }, children2, dotComponent !== null && /* @__PURE__ */ React781.createElement(RcBox, { + }, children2, dotComponent !== null && /* @__PURE__ */ React786.createElement(RcBox, { position: "absolute", zIndex: "1", clone: true - }, /* @__PURE__ */ React781.createElement(DotComponent, { + }, /* @__PURE__ */ React786.createElement(DotComponent, { ...applyDotProps }))); }); // ../juno-core/src/components/Badge/Badge.tsx -var _RcBadge = forwardRef717((inProps, ref2) => { +var _RcBadge = forwardRef722((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcBadge" }); const { classes: classesProp, @@ -57587,7 +57677,7 @@ var _RcBadge = forwardRef717((inProps, ref2) => { useRoundBadgeOffset(innerRef); } const classes = useMemo19(() => combineClasses(RcBadgeClasses, classesProp), [classesProp]); - const renderBadge = (customComponent = component) => /* @__PURE__ */ React782.createElement(Badge_default, { + const renderBadge = (customComponent = component) => /* @__PURE__ */ React787.createElement(Badge_default, { ...rest, variant, invisible, @@ -57600,7 +57690,7 @@ var _RcBadge = forwardRef717((inProps, ref2) => { classes }, children2); if (isDot) { - return /* @__PURE__ */ React782.createElement(DotBadgeContext.Provider, { + return /* @__PURE__ */ React787.createElement(DotBadgeContext.Provider, { value: { anchorOrigin, dotComponent, @@ -57630,8 +57720,8 @@ RcBadge.defaultProps = { RcBadge.displayName = "RcBadge"; // ../juno-core/src/components/Buttons/Button/Button.tsx -import React783, { - forwardRef as forwardRef718, +import React788, { + forwardRef as forwardRef723, useCallback as useCallback25, useLayoutEffect as useLayoutEffect13, useMemo as useMemo20, @@ -57882,7 +57972,7 @@ var buttonStyle = (props) => { }; // ../juno-core/src/components/Buttons/Button/Button.tsx -var _RcButton = forwardRef718((props, ref2) => { +var _RcButton = forwardRef723((props, ref2) => { if (true) { useDeprecatedCheck(RcButton, props, [ { @@ -57921,7 +58011,7 @@ var _RcButton = forwardRef718((props, ref2) => { const loadingElm = useMemo20(() => { if (loading) { const progressSize = RcIconSizes[iconSize]; - return /* @__PURE__ */ React783.createElement(RcCircularProgress, { + return /* @__PURE__ */ React788.createElement(RcCircularProgress, { size: progressSize, color: "inherit", ...CircularProgressProps @@ -57931,7 +58021,7 @@ var _RcButton = forwardRef718((props, ref2) => { }, [CircularProgressProps, iconSize, loading]); const getCurrIcon = useCallback25((currIcon) => { if (isRcElement(currIcon, ["RcIcon"]) && currIcon.props.size === RcIcon.defaultProps.size) { - return React783.cloneElement(currIcon, { size: iconSize }); + return React788.cloneElement(currIcon, { size: iconSize }); } return currIcon; }, [iconSize]); @@ -57950,7 +58040,7 @@ var _RcButton = forwardRef718((props, ref2) => { return getCurrIcon(startIconProp); } if (IconProps) { - return /* @__PURE__ */ React783.createElement(RcIcon, { + return /* @__PURE__ */ React788.createElement(RcIcon, { size: iconSize, ...IconProps }); @@ -57985,7 +58075,7 @@ var _RcButton = forwardRef718((props, ref2) => { removeClassName(innerRef, "MuiButton-iconSizeMedium"); }); const disableFocusRipple = disableFocusRippleProp ?? focusVariant === "focusRing"; - return /* @__PURE__ */ React783.createElement(Button_default, { + return /* @__PURE__ */ React788.createElement(Button_default, { ref: buttonRef, disabled: disabled3 || loading, variant: isPlain ? void 0 : variant, @@ -58025,10 +58115,10 @@ var RcButton = styled_components_default(withTooltip(_RcButton)).attrs((inProps) RcButton.displayName = "RcButton"; // ../juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx -import React784, { forwardRef as forwardRef719 } from "react"; -var _RcButtonGroup = forwardRef719((inProps, ref2) => { +import React789, { forwardRef as forwardRef724 } from "react"; +var _RcButtonGroup = forwardRef724((inProps, ref2) => { const { ...rest } = useThemeProps({ props: inProps, name: "RcButtonGroup" }); - return /* @__PURE__ */ React784.createElement(ButtonGroup_default, { + return /* @__PURE__ */ React789.createElement(ButtonGroup_default, { ref: ref2, size: RcButtonDefaultSize, color: RcButtonDefaultColor, @@ -58039,7 +58129,7 @@ var _RcButtonGroup = forwardRef719((inProps, ref2) => { var RcButtonGroup = styled_components_default(_RcButtonGroup)``; // ../juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx -import React785, { forwardRef as forwardRef720 } from "react"; +import React790, { forwardRef as forwardRef725 } from "react"; // ../juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx var IconButtonGroupStyle = (props) => { @@ -58068,7 +58158,7 @@ var IconButtonGroupStyle = (props) => { }; // ../juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx -var _RcIconButtonGroup = forwardRef720((inProps, ref2) => { +var _RcIconButtonGroup = forwardRef725((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcIconButtonGroup" }); const { children: children2, @@ -58093,7 +58183,7 @@ var _RcIconButtonGroup = forwardRef720((inProps, ref2) => { isStopPropagation && event.stopPropagation(); handleOnKeyUp(event); }); - return /* @__PURE__ */ React785.createElement(Component7, { + return /* @__PURE__ */ React790.createElement(Component7, { onClick: clickHandler, onKeyUp: keyUpHandler, ref: ref2, @@ -58110,17 +58200,17 @@ RcIconButtonGroup.defaultProps = { RcIconButtonGroup.displayName = "RcIconButtonGroup"; // ../juno-core/src/components/Buttons/SplitButton/SplitButton.tsx -import React789, { - forwardRef as forwardRef723, +import React794, { + forwardRef as forwardRef728, useMemo as useMemo22, useRef as useRef58, useState as useState26 } from "react"; // ../juno-core/src/components/Menu/Menu/Menu.tsx -import React787, { - forwardRef as forwardRef722, - memo as memo598, +import React792, { + forwardRef as forwardRef727, + memo as memo603, useMemo as useMemo21, useState as useState25 } from "react"; @@ -58136,7 +58226,7 @@ var RcMenuContext = createContext11({ }); // ../juno-core/src/components/Divider/Divider.tsx -import React786, { forwardRef as forwardRef721 } from "react"; +import React791, { forwardRef as forwardRef726 } from "react"; // ../juno-core/src/components/Divider/styles/StyledDivider.tsx var full = "100%"; @@ -58176,7 +58266,7 @@ var DividerStyle = ({ }; // ../juno-core/src/components/Divider/Divider.tsx -var _RcDivider = forwardRef721((inProps, ref2) => { +var _RcDivider = forwardRef726((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDivider" }); const { vertical: vertical2, @@ -58187,7 +58277,7 @@ var _RcDivider = forwardRef721((inProps, ref2) => { component: ComponentProp = "hr", ...rest } = props; - return /* @__PURE__ */ React786.createElement(ComponentProp, { + return /* @__PURE__ */ React791.createElement(ComponentProp, { ref: ref2, role: "separator", ...rest @@ -58230,8 +58320,8 @@ var MenuStyle = () => { var RcMenuClasses = RcClasses([], "RcMenu"); // ../juno-core/src/components/Menu/Menu/Menu.tsx -var MemoMuiMenu = memo598(Menu_default); -var _RcMenu = forwardRef722((inProps, ref2) => { +var MemoMuiMenu = memo603(Menu_default); +var _RcMenu = forwardRef727((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcMenu" }); const { classes: classesProp, children: children2, autoClose, onClose, ...rest } = props; const [focusedMenuItemId, setFocusedMenuItemId] = useState25(null); @@ -58248,9 +58338,9 @@ var _RcMenu = forwardRef722((inProps, ref2) => { setFocusedMenuItemId, closeMenu: handleClose }), [autoClose, focusedMenuItemId, handleClose, id2]); - return /* @__PURE__ */ React787.createElement(RcMenuContext.Provider, { + return /* @__PURE__ */ React792.createElement(RcMenuContext.Provider, { value: ctxValue - }, /* @__PURE__ */ React787.createElement(MemoMuiMenu, { + }, /* @__PURE__ */ React792.createElement(MemoMuiMenu, { container: externalWindow?.document.body, ...rest, ref: ref2, @@ -58271,8 +58361,8 @@ RcMenu.defaultProps = { RcMenu.displayName = "RcMenu"; // ../juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx -import React788 from "react"; -var _StyledArrowIcon = (props) => /* @__PURE__ */ React788.createElement(RcIcon, { +import React793 from "react"; +var _StyledArrowIcon = (props) => /* @__PURE__ */ React793.createElement(RcIcon, { symbol: ArrowDown_default, size: "medium", ...props @@ -58546,7 +58636,7 @@ var splitButtonStyle = (props) => { // ../juno-core/src/components/Buttons/SplitButton/SplitButton.tsx var DEFAULT_DELAY = 166; -var _RcSplitButton = forwardRef723((inProps, ref2) => { +var _RcSplitButton = forwardRef728((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSplitButton" }); const { classes: classesProp, @@ -58625,7 +58715,7 @@ var _RcSplitButton = forwardRef723((inProps, ref2) => { } const _children = []; let actionButtonProps2 = {}; - React789.Children.forEach(childrenProp, (child, i2) => { + React794.Children.forEach(childrenProp, (child, i2) => { const { onClick, children: children3, @@ -58644,7 +58734,7 @@ var _RcSplitButton = forwardRef723((inProps, ref2) => { }; return; } - _children.push(React789.cloneElement(child, { + _children.push(React794.cloneElement(child, { ...i2 === 1 ? { TooltipProps: { enterNextDelay, @@ -58717,7 +58807,7 @@ var _RcSplitButton = forwardRef723((inProps, ref2) => { SharedButtonProps, ControlButtonProps ]); - return /* @__PURE__ */ React789.createElement(React789.Fragment, null, /* @__PURE__ */ React789.createElement(RcButtonGroup, { + return /* @__PURE__ */ React794.createElement(React794.Fragment, null, /* @__PURE__ */ React794.createElement(RcButtonGroup, { disableRipple: theme.props?.MuiButtonGroup?.disableRipple || variantIs(["plain", "plainIcon"]), ...rest, className: clsx_m_default(className, { @@ -58725,18 +58815,18 @@ var _RcSplitButton = forwardRef723((inProps, ref2) => { }), innerRef: splitRef, classes - }, /* @__PURE__ */ React789.createElement(RcButton, { + }, /* @__PURE__ */ React794.createElement(RcButton, { ..._ActionButtonProps, focusVariant: "ripple" - }), /* @__PURE__ */ React789.createElement(RcButton, { + }), /* @__PURE__ */ React794.createElement(RcButton, { "aria-haspopup": "listbox", ..._ControlButtonProps, focusVariant: "ripple" - }, /* @__PURE__ */ React789.createElement(StyledArrowIcon, { + }, /* @__PURE__ */ React794.createElement(StyledArrowIcon, { open: isMenuOpen, size: variantIs(["round", "plainIcon"]) ? size : toButtonSize, ...ArrowIconProps - }))), isMenuEverOpen && /* @__PURE__ */ React789.createElement(RcMenu, { + }))), isMenuEverOpen && /* @__PURE__ */ React794.createElement(RcMenu, { ...MenuProps, anchorEl, open: isMenuOpen, @@ -58758,8 +58848,8 @@ RcSplitButton.defaultProps = { }; // ../juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx -import React791, { - forwardRef as forwardRef725, +import React796, { + forwardRef as forwardRef730, useLayoutEffect as useLayoutEffect14, useMemo as useMemo23, useRef as useRef59 @@ -58768,8 +58858,8 @@ import React791, { // ../../node_modules/@material-ui/lab/esm/ToggleButton/ToggleButton.js var import_prop_types118 = __toModule(require_prop_types()); import { - createElement as createElement708, - forwardRef as forwardRef724 + createElement as createElement713, + forwardRef as forwardRef729 } from "react"; var styles151 = function styles152(theme) { return { @@ -58822,7 +58912,7 @@ var styles151 = function styles152(theme) { } }; }; -var ToggleButton = /* @__PURE__ */ forwardRef724(function ToggleButton2(props, ref2) { +var ToggleButton = /* @__PURE__ */ forwardRef729(function ToggleButton2(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, _props$disableFocusRi = props.disableFocusRipple, disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi, onChange = props.onChange, onClick = props.onClick, selected = props.selected, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, value = props.value, other = _objectWithoutProperties(props, ["children", "classes", "className", "disabled", "disableFocusRipple", "onChange", "onClick", "selected", "size", "value"]); var handleChange = function handleChange2(event) { if (onClick) { @@ -58835,7 +58925,7 @@ var ToggleButton = /* @__PURE__ */ forwardRef724(function ToggleButton2(props, r onChange(event, value); } }; - return /* @__PURE__ */ createElement708(ButtonBase_default, _extends({ + return /* @__PURE__ */ createElement713(ButtonBase_default, _extends({ className: clsx_m_default(classes.root, className, disabled3 && classes.disabled, selected && classes.selected, size !== "medium" && classes["size".concat(capitalize(size))]), disabled: disabled3, focusRipple: !disableFocusRipple, @@ -58844,7 +58934,7 @@ var ToggleButton = /* @__PURE__ */ forwardRef724(function ToggleButton2(props, r onChange, value, "aria-pressed": selected - }, other), /* @__PURE__ */ createElement708("span", { + }, other), /* @__PURE__ */ createElement713("span", { className: classes.label }, children2)); }); @@ -58949,7 +59039,7 @@ var ToggleButtonStyle = (props) => { }; // ../juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx -var _RcToggleButton = forwardRef725((inProps, ref2) => { +var _RcToggleButton = forwardRef730((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcToggleButton" }); const { classes: classesProp, @@ -58966,12 +59056,12 @@ var _RcToggleButton = forwardRef725((inProps, ref2) => { useLayoutEffect14(() => { removeClassName(innerRef, "Mui-selected"); }); - return /* @__PURE__ */ React791.createElement(ToggleButton_default, { + return /* @__PURE__ */ React796.createElement(ToggleButton_default, { ...rest, ref: buttonRef, innerRef: buttonRef, classes - }, symbol && /* @__PURE__ */ React791.createElement(RcIcon, { + }, symbol && /* @__PURE__ */ React796.createElement(RcIcon, { symbol, size: "inherit", ...IconProps @@ -58988,7 +59078,7 @@ RcToggleButton.defaultProps = { RcToggleButton.displayName = "RcToggleButton"; // ../juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx -import React793, { forwardRef as forwardRef727, useMemo as useMemo24 } from "react"; +import React798, { forwardRef as forwardRef732, useMemo as useMemo24 } from "react"; // ../../node_modules/@material-ui/lab/esm/ToggleButtonGroup/ToggleButtonGroup.js var import_react_is10 = __toModule(require_react_is2()); @@ -58996,8 +59086,8 @@ var import_prop_types119 = __toModule(require_prop_types()); import { Children as Children13, cloneElement as cloneElement26, - createElement as createElement709, - forwardRef as forwardRef726, + createElement as createElement714, + forwardRef as forwardRef731, isValidElement as isValidElement17 } from "react"; @@ -59049,7 +59139,7 @@ var styles153 = function styles154(theme) { } }; }; -var ToggleButtonGroup = /* @__PURE__ */ forwardRef726(function ToggleButton3(props, ref2) { +var ToggleButtonGroup = /* @__PURE__ */ forwardRef731(function ToggleButton3(props, ref2) { var children2 = props.children, classes = props.classes, className = props.className, _props$exclusive = props.exclusive, exclusive = _props$exclusive === void 0 ? false : _props$exclusive, onChange = props.onChange, _props$orientation = props.orientation, orientation = _props$orientation === void 0 ? "horizontal" : _props$orientation, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, value = props.value, other = _objectWithoutProperties(props, ["children", "classes", "className", "exclusive", "onChange", "orientation", "size", "value"]); var handleChange = function handleChange2(event, buttonValue) { if (!onChange) { @@ -59071,7 +59161,7 @@ var ToggleButtonGroup = /* @__PURE__ */ forwardRef726(function ToggleButton3(pro } onChange(event, value === buttonValue ? null : buttonValue); }; - return /* @__PURE__ */ createElement709("div", _extends({ + return /* @__PURE__ */ createElement714("div", _extends({ role: "group", className: clsx_m_default(classes.root, className, orientation === "vertical" && classes.vertical), ref: ref2 @@ -59251,18 +59341,18 @@ var ToggleButtonGroupStyle = (props) => { }; // ../juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx -var _RcToggleButtonGroup = forwardRef727((inProps, ref2) => { +var _RcToggleButtonGroup = forwardRef732((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcToggleButtonGroup" }); const { classes: classesProp, children: children2, variant, size, ...rest } = props; const classes = useMemo24(() => combineClasses(RcToggleButtonGroupClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React793.createElement(ToggleButtonGroup_default, { + return /* @__PURE__ */ React798.createElement(ToggleButtonGroup_default, { ...rest, ref: ref2, classes - }, children2.map((x2, i2) => React793.cloneElement(x2, { key: `.${i2}`, size, variant }))); + }, children2.map((x2, i2) => React798.cloneElement(x2, { key: `.${i2}`, size, variant }))); }); var RcToggleButtonGroup = styled_components_default(_RcToggleButtonGroup)` ${ToggleButtonGroupStyle} @@ -59274,7 +59364,7 @@ RcToggleButtonGroup.defaultProps = { RcToggleButtonGroup.displayName = "RcToggleButtonGroup"; // ../juno-core/src/components/Card/Card/Card.tsx -import React794, { forwardRef as forwardRef728, useMemo as useMemo25, useState as useState27 } from "react"; +import React799, { forwardRef as forwardRef733, useMemo as useMemo25, useState as useState27 } from "react"; // ../juno-core/src/components/Card/Card/CardContext.ts import { createContext as createContext12, useContext as useContext16 } from "react"; @@ -59316,7 +59406,7 @@ var CardStyle = (props) => { }; // ../juno-core/src/components/Card/Card/Card.tsx -var _RcCard = forwardRef728((inProps, ref2) => { +var _RcCard = forwardRef733((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCard" }); const { classes: classesProp, @@ -59331,9 +59421,9 @@ var _RcCard = forwardRef728((inProps, ref2) => { [RcCardClasses.focusVisible]: focusVisibleProp || focusVisible2, [RcCardClasses.selected]: selected }); - return /* @__PURE__ */ React794.createElement(RcCardContext.Provider, { + return /* @__PURE__ */ React799.createElement(RcCardContext.Provider, { value: { focusVisible: focusVisible2, setFocusVisible } - }, /* @__PURE__ */ React794.createElement(Card_default, { + }, /* @__PURE__ */ React799.createElement(Card_default, { ...rest, className, ref: ref2, @@ -59347,7 +59437,7 @@ RcCard.displayName = "RcCard"; RcCard.defaultProps = {}; // ../juno-core/src/components/Card/CardActionArea/CardActionArea.tsx -import React795, { forwardRef as forwardRef729, useMemo as useMemo26 } from "react"; +import React800, { forwardRef as forwardRef734, useMemo as useMemo26 } from "react"; // ../juno-core/src/components/Card/CardActionArea/utils/CardActionAreaUtils.ts var RcCardActionAreaClasses = RcClasses(["root", "focusHighlight", "focusVisible", "disableRipple"], "RcCardActionArea"); @@ -59389,7 +59479,7 @@ var CardActionAreaStyle = () => { }; // ../juno-core/src/components/Card/CardActionArea/CardActionArea.tsx -var _RcCardActionArea = forwardRef729((inProps, ref2) => { +var _RcCardActionArea = forwardRef734((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardActionArea" }); const { className: classNameProp, @@ -59414,7 +59504,7 @@ var _RcCardActionArea = forwardRef729((inProps, ref2) => { [RcCardActionAreaClasses.disableRipple]: disableRipple || disableTouchRipple }); const TouchRippleProps = useMemo26(() => combineProps({ classes: RcCardActionAreaRippleClasses }, TouchRipplePropsProp), [TouchRipplePropsProp]); - return /* @__PURE__ */ React795.createElement(CardActionArea_default, { + return /* @__PURE__ */ React800.createElement(CardActionArea_default, { ...rest, ...events, ref: ref2, @@ -59432,7 +59522,7 @@ RcCardActionArea.defaultProps = {}; RcCardActionArea.displayName = "RcCardActionArea"; // ../juno-core/src/components/Card/CardMedia/CardMedia.tsx -import React796, { forwardRef as forwardRef730, useMemo as useMemo27 } from "react"; +import React801, { forwardRef as forwardRef735, useMemo as useMemo27 } from "react"; // ../juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx var CardMediaStyle = () => { @@ -59443,11 +59533,11 @@ var CardMediaStyle = () => { var RcCardMediaClasses = RcClasses(["root"], "RcCardMedia"); // ../juno-core/src/components/Card/CardMedia/CardMedia.tsx -var _RcCardMedia = forwardRef730((inProps, ref2) => { +var _RcCardMedia = forwardRef735((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardMedia" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo27(() => combineClasses(RcCardMediaClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React796.createElement(CardMedia_default, { + return /* @__PURE__ */ React801.createElement(CardMedia_default, { ...rest, ref: ref2, classes @@ -59460,7 +59550,7 @@ RcCardMedia.defaultProps = {}; RcCardMedia.displayName = "RcCardMedia"; // ../juno-core/src/components/Card/CardContent/CardContent.tsx -import React797, { forwardRef as forwardRef731, useMemo as useMemo28 } from "react"; +import React802, { forwardRef as forwardRef736, useMemo as useMemo28 } from "react"; // ../juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx var CardContentStyle = () => { @@ -59473,11 +59563,11 @@ var CardContentStyle = () => { var RcCardContentClasses = RcClasses(["root"], "RcCardContent"); // ../juno-core/src/components/Card/CardContent/CardContent.tsx -var _RcCardContent = forwardRef731((inProps, ref2) => { +var _RcCardContent = forwardRef736((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardContent" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo28(() => combineClasses(RcCardContentClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React797.createElement(CardContent_default, { + return /* @__PURE__ */ React802.createElement(CardContent_default, { ...rest, ref: ref2, classes @@ -59490,7 +59580,7 @@ RcCardContent.defaultProps = {}; RcCardContent.displayName = "RcCardContent"; // ../juno-core/src/components/Card/CardHeader/CardHeader.tsx -import React798, { forwardRef as forwardRef732, useMemo as useMemo29 } from "react"; +import React803, { forwardRef as forwardRef737, useMemo as useMemo29 } from "react"; // ../juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx var CardHeaderStyle = () => { @@ -59501,11 +59591,11 @@ var CardHeaderStyle = () => { var RcCardHeaderClasses = RcClasses([], "RcCardHeader"); // ../juno-core/src/components/Card/CardHeader/CardHeader.tsx -var _RcCardHeader = forwardRef732((inProps, ref2) => { +var _RcCardHeader = forwardRef737((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardHeader" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo29(() => combineClasses(RcCardHeaderClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React798.createElement(CardHeader_default, { + return /* @__PURE__ */ React803.createElement(CardHeader_default, { ...rest, ref: ref2, classes @@ -59518,7 +59608,7 @@ RcCardHeader.defaultProps = {}; RcCardHeader.displayName = "RcCardHeader"; // ../juno-core/src/components/Card/CardActions/CardActions.tsx -import React799, { forwardRef as forwardRef733, useMemo as useMemo30 } from "react"; +import React804, { forwardRef as forwardRef738, useMemo as useMemo30 } from "react"; // ../juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx var CardActionsStyle = () => { @@ -59533,11 +59623,11 @@ var CardActionsStyle = () => { var RcCardActionsClasses = RcClasses([], "RcCardActions"); // ../juno-core/src/components/Card/CardActions/CardActions.tsx -var _RcCardActions = forwardRef733((inProps, ref2) => { +var _RcCardActions = forwardRef738((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardActions" }); const { classes: classesProp, ...rest } = props; const classes = useMemo30(() => combineClasses(RcCardActionsClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React799.createElement(CardActions_default, { + return /* @__PURE__ */ React804.createElement(CardActions_default, { ...rest, ref: ref2, classes @@ -59550,7 +59640,7 @@ RcCardActions.defaultProps = {}; RcCardActions.displayName = "RcCardActions"; // ../juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx -import React800, { forwardRef as forwardRef734, useMemo as useMemo31 } from "react"; +import React805, { forwardRef as forwardRef739, useMemo as useMemo31 } from "react"; // ../juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx var hoverTransitionEasing = `cubic-bezier(0.25, 0.8, 0.25, 1)`; @@ -59571,13 +59661,13 @@ var CardHoverActionsStyle = () => { }; // ../juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx -var _RcCardHoverActions = forwardRef734((inProps, ref2) => { +var _RcCardHoverActions = forwardRef739((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardHoverActions" }); const { className: classNameProp, visible, ...rest } = props; const className = useMemo31(() => clsx_m_default(classNameProp, RcCardHoverActionsClasses.root, { [RcCardHoverActionsClasses.visible]: visible }), [classNameProp, visible]); - return /* @__PURE__ */ React800.createElement("div", { + return /* @__PURE__ */ React805.createElement("div", { ...rest, ref: ref2, className @@ -59590,7 +59680,7 @@ RcCardHoverActions.defaultProps = {}; RcCardHoverActions.displayName = "RcCardHoverActions"; // ../juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx -import React801, { forwardRef as forwardRef735, useMemo as useMemo32 } from "react"; +import React806, { forwardRef as forwardRef740, useMemo as useMemo32 } from "react"; // ../juno-core/src/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.ts var RcCardSelectionAreaClasses = RcClasses(["root", "checked", "iconOuterCircle", "iconInnerCircle", "icon"], "RcCardSelectionArea"); @@ -59648,18 +59738,18 @@ var CardSelectionAreaStyle = () => { // ../juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx var SelectionIcon = ({ checked }) => { const { iconOuterCircle, iconInnerCircle, icon } = RcCardSelectionAreaClasses; - return /* @__PURE__ */ React801.createElement("div", { + return /* @__PURE__ */ React806.createElement("div", { className: iconOuterCircle - }, /* @__PURE__ */ React801.createElement("div", { + }, /* @__PURE__ */ React806.createElement("div", { className: iconInnerCircle - }, checked && /* @__PURE__ */ React801.createElement(RcIcon, { + }, checked && /* @__PURE__ */ React806.createElement(RcIcon, { className: icon, symbol: Check_default, size: "small", color: "neutral.f01" }))); }; -var _RcCardSelectionArea = forwardRef735((inProps, ref2) => { +var _RcCardSelectionArea = forwardRef740((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCardSelectionArea" @@ -59678,13 +59768,13 @@ var _RcCardSelectionArea = forwardRef735((inProps, ref2) => { "iconOuterCircle", "icon" ]), [classesProp]); - return /* @__PURE__ */ React801.createElement(Checkbox_default, { + return /* @__PURE__ */ React806.createElement(Checkbox_default, { ...rest, ...events, ref: ref2, classes, - icon: /* @__PURE__ */ React801.createElement(SelectionIcon, null), - checkedIcon: /* @__PURE__ */ React801.createElement(SelectionIcon, { + icon: /* @__PURE__ */ React806.createElement(SelectionIcon, null), + checkedIcon: /* @__PURE__ */ React806.createElement(SelectionIcon, { checked: true }), disableRipple: true @@ -59697,26 +59787,26 @@ RcCardSelectionArea.defaultProps = {}; RcCardSelectionArea.displayName = "RcCardSelectionArea"; // ../juno-core/src/components/Chip/Chip.tsx -import React803, { - forwardRef as forwardRef737, +import React808, { + forwardRef as forwardRef742, useLayoutEffect as useLayoutEffect15, useMemo as useMemo33, useRef as useRef60 } from "react"; // ../juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx -import React802, { forwardRef as forwardRef736 } from "react"; +import React807, { forwardRef as forwardRef741 } from "react"; var FakeButton = styled_components_default(RcIconButton)` position: absolute; right: 0; pointer-events: none; `; -var _ClearIconButton = forwardRef736(({ onMouseDown, size, iconSize, ...rest }, ref2) => { - return /* @__PURE__ */ React802.createElement(RcBox, { +var _ClearIconButton = forwardRef741(({ onMouseDown, size, iconSize, ...rest }, ref2) => { + return /* @__PURE__ */ React807.createElement(RcBox, { display: "inline-flex", alignItems: "center", position: "relative" - }, /* @__PURE__ */ React802.createElement(RcIconButton, { + }, /* @__PURE__ */ React807.createElement(RcIconButton, { type: "button", "aria-hidden": true, variant: "plain", @@ -59729,7 +59819,7 @@ var _ClearIconButton = forwardRef736(({ onMouseDown, size, iconSize, ...rest }, size, ...rest, useRcTooltip: false - }), /* @__PURE__ */ React802.createElement(FakeButton, { + }), /* @__PURE__ */ React807.createElement(FakeButton, { variant: "plain", as: "div", size, @@ -60176,7 +60266,7 @@ var ChipStyle = (props) => { }; // ../juno-core/src/components/Chip/Chip.tsx -var _RcChip = forwardRef737((inProps, ref2) => { +var _RcChip = forwardRef742((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcChip" }); const { Avatar: AvatarProp, @@ -60203,10 +60293,10 @@ var _RcChip = forwardRef737((inProps, ref2) => { const combinedClasses = useMemo33(() => combineClasses(RcChipClasses, classesProp), [classesProp]); const classes = useMemo33(() => omit3(combinedClasses, ["focused"]), [combinedClasses]); const deleteIcon = useMemo33(() => { - return deleteIconProp ? React803.cloneElement(deleteIconProp, { + return deleteIconProp ? React808.cloneElement(deleteIconProp, { tabIndex: -1, ...deleteIconProps - }) : /* @__PURE__ */ React803.createElement(RcIconButton, { + }) : /* @__PURE__ */ React808.createElement(RcIconButton, { tabIndex: -1, disabled: disabled3, variant: "plain", @@ -60227,8 +60317,8 @@ var _RcChip = forwardRef737((inProps, ref2) => { ]); const avatar3 = useMemo33(() => { if (avatarProp) { - if (React803.isValidElement(avatarProp) && isRcElement(avatarProp, ["RcAvatar"]) && avatarProp.props.size === "medium") { - return React803.cloneElement(avatarProp, { + if (React808.isValidElement(avatarProp) && isRcElement(avatarProp, ["RcAvatar"]) && avatarProp.props.size === "medium") { + return React808.cloneElement(avatarProp, { size: "xxsmall" }); } @@ -60239,7 +60329,7 @@ var _RcChip = forwardRef737((inProps, ref2) => { useLayoutEffect15(() => { removeClassName(innerRef, "MuiChip-deletable"); }); - return /* @__PURE__ */ React803.createElement(Chip_default, { + return /* @__PURE__ */ React808.createElement(Chip_default, { ref: chipRef, id: id2, tabIndex: disabled3 ? -1 : tabIndex, @@ -60265,9 +60355,9 @@ RcChip.defaultProps = { RcChip.displayName = "RcChip"; // ../juno-core/src/components/DetachedWindow/DetachedWindow.tsx -import React805, { - forwardRef as forwardRef738, - memo as memo599, +import React810, { + forwardRef as forwardRef743, + memo as memo604, useEffect as useEffect44, useImperativeHandle as useImperativeHandle10, useMemo as useMemo34, @@ -60277,7 +60367,7 @@ import React805, { import ReactDOM15 from "react-dom"; // ../juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx -import React804, { useEffect as useEffect43, useRef as useRef61 } from "react"; +import React809, { useEffect as useEffect43, useRef as useRef61 } from "react"; // ../juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts var jssInst = createJss(jssPreset()); @@ -60468,9 +60558,9 @@ var RcDetachedWindowStylesProvider = (props) => { if (!sheetCache.current) { sheetCache.current = Ke.masterSheet.reconstructWithOptions({ target: externalWindow.document.head }, false); } - return /* @__PURE__ */ React804.createElement(StyleSheetManager, { + return /* @__PURE__ */ React809.createElement(StyleSheetManager, { sheet: sheetCache.current - }, /* @__PURE__ */ React804.createElement(StylesContext.Consumer, null, (options) => /* @__PURE__ */ React804.createElement(StylesProvider, { + }, /* @__PURE__ */ React809.createElement(StylesContext.Consumer, null, (options) => /* @__PURE__ */ React809.createElement(StylesProvider, { ...options, jss: jssCache.current, sheetsManager: sheetsManagerRef.current @@ -60492,7 +60582,7 @@ var GlobalStyle = createGlobalStyle` `; // ../juno-core/src/components/DetachedWindow/DetachedWindow.tsx -var RcDetachedWindow = memo599(forwardRef738((inProps, ref2) => { +var RcDetachedWindow = memo604(forwardRef743((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDetachedWindow" }); const { children: childrenProp, @@ -60574,15 +60664,15 @@ var RcDetachedWindow = memo599(forwardRef738((inProps, ref2) => { const children2 = useMemo34(() => { if (!externalWindow?.document.body) return null; - return /* @__PURE__ */ React805.createElement(RcDetachedWindowStylesProvider, { + return /* @__PURE__ */ React810.createElement(RcDetachedWindowStylesProvider, { jssInsertionPoint: MUI_INSERTION_POINT, externalWindow - }, /* @__PURE__ */ React805.createElement(RcPortalWindowContext.Provider, { + }, /* @__PURE__ */ React810.createElement(RcPortalWindowContext.Provider, { value: { externalWindow, document: externalWindow?.document || document } - }, /* @__PURE__ */ React805.createElement(GlobalStyle, null), childrenProp)); + }, /* @__PURE__ */ React810.createElement(GlobalStyle, null), childrenProp)); }, [childrenProp, externalWindow]); if (!open && keep) return childrenProp; @@ -60594,7 +60684,7 @@ var RcDetachedWindow = memo599(forwardRef738((inProps, ref2) => { RcDetachedWindow.displayName = "RcDetachedWindow"; // ../juno-core/src/components/Dialer/DialDelete/DialDelete.tsx -import React806 from "react"; +import React811 from "react"; // ../juno-core/src/components/Dialer/utils/DialerContext.ts import { createContext as createContext13, useContext as useContext17 } from "react"; @@ -60617,15 +60707,15 @@ var RcDialDelete = (inProps) => { }; const { ref: ref2, ...events } = useLongPress({ onTap: handleDelete, onPress: handleClear }, children2.props, { delay: holdTime, externalWindow: props.externalWindow }); const forkEleRef = useForkRef2(children2.props.ref, ref2); - return React806.cloneElement(children2, { + return React811.cloneElement(children2, { ref: forkEleRef, ...events }); }; // ../juno-core/src/components/Dialer/DialPad/DialPad.tsx -import React809, { - forwardRef as forwardRef739, +import React814, { + forwardRef as forwardRef744, useEffect as useEffect46, useImperativeHandle as useImperativeHandle11, useRef as useRef65, @@ -60639,7 +60729,7 @@ var RcVisuallyHidden = styled_components_default.span` RcVisuallyHidden.displayName = "RcVisuallyHidden"; // ../juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx -import React807 from "react"; +import React812 from "react"; // ../juno-core/src/components/Dialer/DialPadButton/styles/StyledDialPadButton.tsx var buttonWrapperStyle = css2` @@ -60674,7 +60764,7 @@ var _RcDialPadButton = (props) => { onKeyEffect(longPressValue, reason); } : void 0 }, rest, { delay: longPressDelay, externalWindow }); - return /* @__PURE__ */ React807.createElement(RcIconButton, { + return /* @__PURE__ */ React812.createElement(RcIconButton, { ref: ref2, variant: "round", stretchIcon: true, @@ -60807,7 +60897,7 @@ var useKeyAudio = ({ sounds, processor }) => { }; // ../juno-core/src/components/Dialer/DialPad/DialPad.tsx -var _RcDialPad = forwardRef739((inProps, ref2) => { +var _RcDialPad = forwardRef744((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialPad" }); const { sounds, @@ -60902,15 +60992,15 @@ var _RcDialPad = forwardRef739((inProps, ref2) => { clearTimeout(timer); } }, []); - return /* @__PURE__ */ React809.createElement("div", { + return /* @__PURE__ */ React814.createElement("div", { ref: forkRef, ...divProps - }, /* @__PURE__ */ React809.createElement(RcVisuallyHidden, { + }, /* @__PURE__ */ React814.createElement(RcVisuallyHidden, { ref: hiddenRef, tabIndex: -1 }), DIALER_PAD_ICONS.map(([symbol, key, additionLabel], index4) => { const ariaLabelArr = additionLabel ? [key, additionLabel] : [key]; - return /* @__PURE__ */ React809.createElement(RcDialPadButton, { + return /* @__PURE__ */ React814.createElement(RcDialPadButton, { classes, symbol, key, @@ -60997,8 +61087,8 @@ var RcDialerPadSoundsMPEG_default = { }; // ../juno-core/src/components/Dialer/DialTextField/DialTextField.tsx -import React811, { - forwardRef as forwardRef741, +import React816, { + forwardRef as forwardRef746, useImperativeHandle as useImperativeHandle12, useLayoutEffect as useLayoutEffect17, useMemo as useMemo36, @@ -61006,8 +61096,8 @@ import React811, { } from "react"; // ../juno-core/src/components/Forms/TextField/TextField.tsx -import React810, { - forwardRef as forwardRef740, +import React815, { + forwardRef as forwardRef745, useEffect as useEffect47, useLayoutEffect as useLayoutEffect16, useMemo as useMemo35, @@ -61023,7 +61113,7 @@ var useRcFormContext = () => useContext18(RcFormContext); // ../juno-core/src/components/Forms/TextField/TextField.tsx var combineOutlineClasses = combineClasses(RcTextFieldInputClasses, RcOutlineTextFieldInputClasses); var displayName = "RcTextField"; -var _RcTextField = forwardRef740((inProps, ref2) => { +var _RcTextField = forwardRef745((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTextField" }); if (true) { useDeprecatedCheck(RcTextField, props, [ @@ -61111,7 +61201,7 @@ var _RcTextField = forwardRef740((inProps, ref2) => { onClick: handleClear, size: RcOutlineTextFieldIconSizes[size] }, clearButtonProps); - return /* @__PURE__ */ React810.createElement(ClearIconButton, { + return /* @__PURE__ */ React815.createElement(ClearIconButton, { title: iconTitle, "aria-label": clearAriaLabel || iconTitle, symbol: DeleteCircle_default, @@ -61120,7 +61210,7 @@ var _RcTextField = forwardRef740((inProps, ref2) => { }; if (InputPropsProp?.endAdornment) { if (clearBtn) { - return /* @__PURE__ */ React810.createElement(React810.Fragment, null, getCleanButton(), InputPropsProp.endAdornment); + return /* @__PURE__ */ React815.createElement(React815.Fragment, null, getCleanButton(), InputPropsProp.endAdornment); } return InputPropsProp.endAdornment; } @@ -61187,7 +61277,7 @@ var _RcTextField = forwardRef740((inProps, ref2) => { formContext.delete(id2); }; }, []); - return /* @__PURE__ */ React810.createElement(TextField_default, { + return /* @__PURE__ */ React815.createElement(TextField_default, { ...rest, ...events, id: id2, @@ -61286,7 +61376,7 @@ var useFixedEndSelection = () => { }; // ../juno-core/src/components/Dialer/DialTextField/DialTextField.tsx -var _RcDialTextField = forwardRef741((inProps, ref2) => { +var _RcDialTextField = forwardRef746((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialTextField" }); const { children: children2, @@ -61458,7 +61548,7 @@ var _RcDialTextField = forwardRef741((inProps, ref2) => { onKeypadModeFocus ]); const inputProps = useMemo36(() => ({ ...inputPropsProp, maxLength }), [inputPropsProp, maxLength]); - return /* @__PURE__ */ React811.createElement(RcTextField, { + return /* @__PURE__ */ React816.createElement(RcTextField, { ref: ref2, inputRef: forkInputRef, clearBtn: false, @@ -61482,14 +61572,14 @@ RcDialTextField.defaultProps = { RcDialTextField.displayName = "RcDialTextField"; // ../juno-core/src/components/Dialer/Dialer.tsx -import React812, { useRef as useRef69 } from "react"; +import React817, { useRef as useRef69 } from "react"; var RcDialer = ({ children: children2 }) => { const dialPadActionRef = useRef69(null); const onInsertRef = useRef69(null); const inputRef = useRef69(null); const onDeleteRef = useRef69(null); const onClearRef = useRef69(null); - return /* @__PURE__ */ React812.createElement(RcDialerContext.Provider, { + return /* @__PURE__ */ React817.createElement(RcDialerContext.Provider, { value: { dialPadActionRef, onInsertRef, @@ -61497,13 +61587,13 @@ var RcDialer = ({ children: children2 }) => { inputRef, onClearRef } - }, /* @__PURE__ */ React812.createElement(React812.Fragment, null, children2)); + }, /* @__PURE__ */ React817.createElement(React817.Fragment, null, children2)); }; RcDialer.defaultProps = {}; RcDialer.displayName = "RcDialer"; // ../juno-core/src/components/Dialog/Dialog.tsx -import React816, { forwardRef as forwardRef742, useMemo as useMemo38 } from "react"; +import React821, { forwardRef as forwardRef747, useMemo as useMemo38 } from "react"; // ../juno-core/src/components/PortalHost/Connectable/ThrottleScheduler.ts var ThrottleScheduler = class { @@ -61568,9 +61658,9 @@ var Connectable = class { }; // ../juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx -import React813, { createContext as createContext15 } from "react"; +import React818, { createContext as createContext15 } from "react"; var HasPortalParentContext = createContext15(false); -var HasPortalParentProvider = ({ children: children2 }) => /* @__PURE__ */ React813.createElement(HasPortalParentContext.Provider, { +var HasPortalParentProvider = ({ children: children2 }) => /* @__PURE__ */ React818.createElement(HasPortalParentContext.Provider, { value: true }, children2); @@ -61585,10 +61675,10 @@ var PortalManagerContext = createContext17(void 0); var PortalManagerProvider = PortalManagerContext.Provider; // ../juno-core/src/components/PortalHost/PortalHost.tsx -import React815, { useEffect as useEffect49, useRef as useRef70, useState as useState30 } from "react"; +import React820, { useEffect as useEffect49, useRef as useRef70, useState as useState30 } from "react"; // ../juno-core/src/components/PortalHost/PortalRenderer.tsx -import React814, { useEffect as useEffect48, useMemo as useMemo37 } from "react"; +import React819, { useEffect as useEffect48, useMemo as useMemo37 } from "react"; var RcPortalRenderer = ({ portalDescriptor }) => { @@ -61607,11 +61697,11 @@ var RcPortalRenderer = ({ }, []); const element2 = useMemo37(() => { const props = { ..._props, onClose, open }; - return /* @__PURE__ */ React814.createElement(Component7, { + return /* @__PURE__ */ React819.createElement(Component7, { ...props }); }, [_props, open]); - return /* @__PURE__ */ React814.createElement(PortalIDProvider, { + return /* @__PURE__ */ React819.createElement(PortalIDProvider, { value: id2 }, element2); }; @@ -61627,9 +61717,9 @@ var RcPortalHost = ({ manager }) => { }); return disconnectHandler; }, []); - return /* @__PURE__ */ React815.createElement(PortalManagerProvider, { + return /* @__PURE__ */ React820.createElement(PortalManagerProvider, { value: managerRef.current - }, portals.map((portal) => /* @__PURE__ */ React815.createElement(RcPortalRenderer, { + }, portals.map((portal) => /* @__PURE__ */ React820.createElement(RcPortalRenderer, { key: portal.id, portalDescriptor: portal }))); @@ -61954,7 +62044,7 @@ var DialogStyle = (props) => { }; // ../juno-core/src/components/Dialog/Dialog.tsx -var _RcDialog = forwardRef742((inProps, ref2) => { +var _RcDialog = forwardRef747((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialog" }); if (true) { useDeprecatedCheck(RcDialog, props, [ @@ -62013,7 +62103,7 @@ var _RcDialog = forwardRef742((inProps, ref2) => { "aria-modal": true, ...PaperPropsProp }; - return /* @__PURE__ */ React816.createElement(HasPortalParentProvider, null, /* @__PURE__ */ React816.createElement(Dialog_default, { + return /* @__PURE__ */ React821.createElement(HasPortalParentProvider, null, /* @__PURE__ */ React821.createElement(Dialog_default, { ref: ref2, fullWidth, container: externalWindow?.document.body, @@ -62024,7 +62114,7 @@ var _RcDialog = forwardRef742((inProps, ref2) => { PaperProps, BackdropComponent: RcBackdrop, ...rest - }, /* @__PURE__ */ React816.createElement(RcDialogContext.Provider, { + }, /* @__PURE__ */ React821.createElement(RcDialogContext.Provider, { value: contextValue }, children2))); }); @@ -62035,7 +62125,7 @@ RcDialog.defaultProps = {}; RcDialog.displayName = "RcDialog"; // ../juno-core/src/components/Dialog/DialogActions/DialogActions.tsx -import React817, { forwardRef as forwardRef743, useMemo as useMemo39 } from "react"; +import React822, { forwardRef as forwardRef748, useMemo as useMemo39 } from "react"; // ../juno-core/src/components/Dialog/DialogContent/utils/DialogContentUtils.ts var RcDialogContentClasses = RcClasses(["dividers"], "RcDialogContent"); @@ -62092,11 +62182,11 @@ var DialogActionsStyle = (props) => { }; // ../juno-core/src/components/Dialog/DialogActions/DialogActions.tsx -var _RcDialogActions = forwardRef743((inProps, ref2) => { +var _RcDialogActions = forwardRef748((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialogActions" }); const { classes: classesProp, size, children: children2, reverse, ...rest } = props; const classes = useMemo39(() => combineClasses(RcDialogActionsClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React817.createElement(DialogActions_default, { + return /* @__PURE__ */ React822.createElement(DialogActions_default, { ...rest, ref: ref2, classes, @@ -62119,7 +62209,7 @@ RcDialogActions.defaultProps = {}; RcDialogActions.displayName = "RcDialogActions"; // ../juno-core/src/components/Dialog/DialogContent/DialogContent.tsx -import React818, { forwardRef as forwardRef744, useMemo as useMemo40 } from "react"; +import React823, { forwardRef as forwardRef749, useMemo as useMemo40 } from "react"; // ../juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx var DialogContentStyle = (props) => { @@ -62135,11 +62225,11 @@ var DialogContentStyle = (props) => { }; // ../juno-core/src/components/Dialog/DialogContent/DialogContent.tsx -var _RcDialogContent = forwardRef744((inProps, ref2) => { +var _RcDialogContent = forwardRef749((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialogContent" }); const { classes: classesProp, children: children2, size, ...rest } = props; const classes = useMemo40(() => combineClasses(RcDialogContentClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React818.createElement(DialogContent_default, { + return /* @__PURE__ */ React823.createElement(DialogContent_default, { ...rest, ref: ref2, classes @@ -62152,7 +62242,7 @@ RcDialogContent.defaultProps = {}; RcDialogContent.displayName = "RcDialogContent"; // ../juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx -import React819, { forwardRef as forwardRef745, useMemo as useMemo41 } from "react"; +import React824, { forwardRef as forwardRef750, useMemo as useMemo41 } from "react"; // ../juno-core/src/components/Typography/utils/TypographyUtils.ts var MuiDefaultColor = [ @@ -62211,7 +62301,7 @@ var DialogContentTextStyle = ({ gutterBottom }) => { var RcDialogContentTextClasses = RcClasses([], "RcDialogContentText"); // ../juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx -var _RcDialogContentText = forwardRef745((inProps, ref2) => { +var _RcDialogContentText = forwardRef750((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialogContentText" @@ -62229,7 +62319,7 @@ var _RcDialogContentText = forwardRef745((inProps, ref2) => { const component = componentProp || RcCustomTypographyVariant[variant]; const classes = useMemo41(() => combineClasses(RcDialogContentTextClasses, classesProp), [classesProp]); const color2 = useMemo41(() => MuiDefaultColor.includes(colorProp) ? colorProp : void 0, [colorProp]); - return /* @__PURE__ */ React819.createElement(DialogContentText_default, { + return /* @__PURE__ */ React824.createElement(DialogContentText_default, { "data-variant": variant, "data-color": color2, color: color2, @@ -62254,11 +62344,11 @@ RcDialogContentText.defaultProps = {}; RcDialogContentText.displayName = "RcDialogContentText"; // ../juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx -import React821, { forwardRef as forwardRef747, useMemo as useMemo43 } from "react"; +import React826, { forwardRef as forwardRef752, useMemo as useMemo43 } from "react"; // ../juno-core/src/components/Typography/Typography.tsx -import React820, { forwardRef as forwardRef746, useMemo as useMemo42 } from "react"; -var _RcTypography = forwardRef746((inProps, ref2) => { +import React825, { forwardRef as forwardRef751, useMemo as useMemo42 } from "react"; +var _RcTypography = forwardRef751((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTypography" }); const { variant, @@ -62269,7 +62359,7 @@ var _RcTypography = forwardRef746((inProps, ref2) => { } = props; const component = componentProp || RcCustomTypographyVariant[variant]; const color2 = useMemo42(() => MuiDefaultColor.includes(colorProp) ? colorProp : void 0, [colorProp]); - return /* @__PURE__ */ React820.createElement(Typography_default, { + return /* @__PURE__ */ React825.createElement(Typography_default, { "data-variant": variant, "data-color": typeof colorProp === "string" ? colorProp : void 0, ref: ref2, @@ -62313,7 +62403,7 @@ var DialogTitleStyle = (props) => { }; // ../juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx -var _RcDialogTitle = forwardRef747((inProps, ref2) => { +var _RcDialogTitle = forwardRef752((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDialogTitle" }); const { classes: classesProp, @@ -62325,12 +62415,12 @@ var _RcDialogTitle = forwardRef747((inProps, ref2) => { ...rest } = props; const classes = useMemo43(() => combineClasses(RcDialogTitleClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React821.createElement(DialogTitle_default, { + return /* @__PURE__ */ React826.createElement(DialogTitle_default, { ...rest, disableTypography: true, ref: ref2, classes - }, disableTypography ? children2 : /* @__PURE__ */ React821.createElement(RcTypography, { + }, disableTypography ? children2 : /* @__PURE__ */ React826.createElement(RcTypography, { variant: RcDialogTitleTypographyVariant[size], component: "h2" }, children2)); @@ -62342,10 +62432,10 @@ RcDialogTitle.defaultProps = {}; RcDialogTitle.displayName = "RcDialogTitle"; // ../juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx -import React826 from "react"; +import React831 from "react"; // ../../node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js -import React825, { useLayoutEffect as useLayoutEffect19, useEffect as useEffect52, useRef as useRef74, useState as useState32, useContext as useContext25 } from "react"; +import React830, { useLayoutEffect as useLayoutEffect19, useEffect as useEffect52, useRef as useRef74, useState as useState32, useContext as useContext25 } from "react"; // ../../node_modules/@babel/runtime/helpers/esm/objectSpread2.js function ownKeys(object3, enumerableOnly) { @@ -62649,11 +62739,11 @@ if (typeof isCrushed.name === "string" && isCrushed.name !== "isCrushed") { // ../../node_modules/react-redux/es/components/Provider.js var import_prop_types120 = __toModule(require_prop_types()); -import React823, { useMemo as useMemo44 } from "react"; +import React828, { useMemo as useMemo44 } from "react"; // ../../node_modules/react-redux/es/components/Context.js -import React822 from "react"; -var ReactReduxContext = /* @__PURE__ */ React822.createContext(null); +import React827 from "react"; +var ReactReduxContext = /* @__PURE__ */ React827.createContext(null); if (true) { ReactReduxContext.displayName = "ReactRedux"; } @@ -62811,7 +62901,7 @@ function Provider(_ref6) { }; }, [contextValue, previousState]); var Context2 = context || ReactReduxContext; - return /* @__PURE__ */ React823.createElement(Context2.Provider, { + return /* @__PURE__ */ React828.createElement(Context2.Provider, { value: contextValue }, children2); } @@ -62831,7 +62921,7 @@ var Provider_default = Provider; // ../../node_modules/react-redux/es/components/connectAdvanced.js var import_hoist_non_react_statics5 = __toModule(require_hoist_non_react_statics_cjs()); var import_react_is11 = __toModule(require_react_is2()); -import React824, { useContext as useContext21, useMemo as useMemo45, useRef as useRef71, useReducer } from "react"; +import React829, { useContext as useContext21, useMemo as useMemo45, useRef as useRef71, useReducer } from "react"; var _excluded = ["getDisplayName", "methodName", "renderCountProp", "shouldHandleStateChanges", "storeKey", "withRef", "forwardRef", "context"]; var _excluded2 = ["reactReduxForwardedRef"]; var EMPTY_ARRAY = []; @@ -62919,7 +63009,7 @@ function connectAdvanced(selectorFactory, _ref6) { } var _ref23 = _ref6, _ref2$getDisplayName = _ref23.getDisplayName, getDisplayName2 = _ref2$getDisplayName === void 0 ? function(name) { return "ConnectAdvanced(" + name + ")"; - } : _ref2$getDisplayName, _ref2$methodName = _ref23.methodName, methodName = _ref2$methodName === void 0 ? "connectAdvanced" : _ref2$methodName, _ref2$renderCountProp = _ref23.renderCountProp, renderCountProp = _ref2$renderCountProp === void 0 ? void 0 : _ref2$renderCountProp, _ref2$shouldHandleSta = _ref23.shouldHandleStateChanges, shouldHandleStateChanges = _ref2$shouldHandleSta === void 0 ? true : _ref2$shouldHandleSta, _ref2$storeKey = _ref23.storeKey, storeKey = _ref2$storeKey === void 0 ? "store" : _ref2$storeKey, _ref2$withRef = _ref23.withRef, withRef = _ref2$withRef === void 0 ? false : _ref2$withRef, _ref2$forwardRef = _ref23.forwardRef, forwardRef838 = _ref2$forwardRef === void 0 ? false : _ref2$forwardRef, _ref2$context = _ref23.context, context = _ref2$context === void 0 ? ReactReduxContext : _ref2$context, connectOptions = _objectWithoutPropertiesLoose(_ref23, _excluded); + } : _ref2$getDisplayName, _ref2$methodName = _ref23.methodName, methodName = _ref2$methodName === void 0 ? "connectAdvanced" : _ref2$methodName, _ref2$renderCountProp = _ref23.renderCountProp, renderCountProp = _ref2$renderCountProp === void 0 ? void 0 : _ref2$renderCountProp, _ref2$shouldHandleSta = _ref23.shouldHandleStateChanges, shouldHandleStateChanges = _ref2$shouldHandleSta === void 0 ? true : _ref2$shouldHandleSta, _ref2$storeKey = _ref23.storeKey, storeKey = _ref2$storeKey === void 0 ? "store" : _ref2$storeKey, _ref2$withRef = _ref23.withRef, withRef = _ref2$withRef === void 0 ? false : _ref2$withRef, _ref2$forwardRef = _ref23.forwardRef, forwardRef843 = _ref2$forwardRef === void 0 ? false : _ref2$forwardRef, _ref2$context = _ref23.context, context = _ref2$context === void 0 ? ReactReduxContext : _ref2$context, connectOptions = _objectWithoutPropertiesLoose(_ref23, _excluded); if (true) { if (renderCountProp !== void 0) { throw new Error("renderCountProp is removed. render counting is built into the latest React Dev Tools profiling extension"); @@ -62962,7 +63052,7 @@ function connectAdvanced(selectorFactory, _ref6) { return [props.context, reactReduxForwardedRef2, wrapperProps2]; }, [props]), propsContext = _useMemo[0], reactReduxForwardedRef = _useMemo[1], wrapperProps = _useMemo[2]; var ContextToUse = useMemo45(function() { - return propsContext && propsContext.Consumer && (0, import_react_is11.isContextConsumer)(/* @__PURE__ */ React824.createElement(propsContext.Consumer, null)) ? propsContext : Context2; + return propsContext && propsContext.Consumer && (0, import_react_is11.isContextConsumer)(/* @__PURE__ */ React829.createElement(propsContext.Consumer, null)) ? propsContext : Context2; }, [propsContext, Context2]); var contextValue = useContext21(ContextToUse); var didStoreComeFromProps = Boolean(props.store) && Boolean(props.store.getState) && Boolean(props.store.dispatch); @@ -63006,13 +63096,13 @@ function connectAdvanced(selectorFactory, _ref6) { useIsomorphicLayoutEffectWithArgs(captureWrapperProps, [lastWrapperProps, lastChildProps, renderIsScheduled, wrapperProps, actualChildProps, childPropsFromStoreUpdate, notifyNestedSubs]); useIsomorphicLayoutEffectWithArgs(subscribeUpdates, [shouldHandleStateChanges, store, subscription, childPropsSelector, lastWrapperProps, lastChildProps, renderIsScheduled, childPropsFromStoreUpdate, notifyNestedSubs, forceComponentUpdateDispatch], [store, subscription, childPropsSelector]); var renderedWrappedComponent = useMemo45(function() { - return /* @__PURE__ */ React824.createElement(WrappedComponent, _extends({}, actualChildProps, { + return /* @__PURE__ */ React829.createElement(WrappedComponent, _extends({}, actualChildProps, { ref: reactReduxForwardedRef })); }, [reactReduxForwardedRef, WrappedComponent, actualChildProps]); var renderedChild = useMemo45(function() { if (shouldHandleStateChanges) { - return /* @__PURE__ */ React824.createElement(ContextToUse.Provider, { + return /* @__PURE__ */ React829.createElement(ContextToUse.Provider, { value: overriddenContextValue }, renderedWrappedComponent); } @@ -63020,12 +63110,12 @@ function connectAdvanced(selectorFactory, _ref6) { }, [ContextToUse, renderedWrappedComponent, overriddenContextValue]); return renderedChild; } - var Connect2 = pure ? React824.memo(ConnectFunction) : ConnectFunction; + var Connect2 = pure ? React829.memo(ConnectFunction) : ConnectFunction; Connect2.WrappedComponent = WrappedComponent; Connect2.displayName = ConnectFunction.displayName = displayName3; - if (forwardRef838) { - var forwarded = React824.forwardRef(function forwardConnectRef(props, ref2) { - return /* @__PURE__ */ React824.createElement(Connect2, _extends({}, props, { + if (forwardRef843) { + var forwarded = React829.forwardRef(function forwardConnectRef(props, ref2) { + return /* @__PURE__ */ React829.createElement(Connect2, _extends({}, props, { reactReduxForwardedRef: ref2 })); }); @@ -63751,7 +63841,7 @@ var ErrorBoundary = function(_React$Component) { return this.props.children(this.setCallbacks); }; return ErrorBoundary2; -}(React825.Component); +}(React830.Component); var dragHandleUsageInstructions = "\n Press space bar to start a drag.\n When dragging you can use the arrow keys to move the item around and escape to cancel.\n Some screen readers may require you to be in focus mode or to use your pass through key\n"; var position2 = function position3(index4) { return index4 + 1; @@ -67937,7 +68027,7 @@ function useRegistry() { }, [registry]); return registry; } -var StoreContext = React825.createContext(null); +var StoreContext = React830.createContext(null); var getBodyElement = function() { var body = document.body; !body ? true ? invariant2(false, "Cannot find document.body") : invariant2(false) : void 0; @@ -68034,7 +68124,7 @@ function useHiddenTextElement(_ref23) { }, [id2, text]); return id2; } -var AppContext = React825.createContext(null); +var AppContext = React830.createContext(null); var peerDependencies = { react: "^16.8.5 || ^17.0.0", "react-dom": "^16.8.5 || ^17.0.0" @@ -68108,7 +68198,7 @@ function useDevSetupWarning(fn, inputs) { } function useStartupValidation() { useDevSetupWarning(function() { - checkReactVersion(peerDependencies.react, React825.version); + checkReactVersion(peerDependencies.react, React830.version); checkDoctype(document); }, []); } @@ -69298,9 +69388,9 @@ function App(props) { useEffect52(function() { return tryResetStore; }, [tryResetStore]); - return React825.createElement(AppContext.Provider, { + return React830.createElement(AppContext.Provider, { value: appContext - }, React825.createElement(Provider_default, { + }, React830.createElement(Provider_default, { context: StoreContext, store }, props.children)); @@ -69314,8 +69404,8 @@ function useInstanceCount() { function DragDropContext(props) { var contextId = useInstanceCount(); var dragHandleUsageInstructions2 = props.dragHandleUsageInstructions || preset.dragHandleUsageInstructions; - return React825.createElement(ErrorBoundary, null, function(setCallbacks) { - return React825.createElement(App, { + return React830.createElement(ErrorBoundary, null, function(setCallbacks) { + return React830.createElement(App, { nonce: props.nonce, contextId, setCallbacks, @@ -69782,15 +69872,15 @@ function Placeholder(props) { animate: props.animate, placeholder: props.placeholder }); - return React825.createElement(props.placeholder.tagName, { + return React830.createElement(props.placeholder.tagName, { style: style3, "data-rbd-placeholder-context-id": contextId, onTransitionEnd: onSizeChangeEnd, ref: props.innerRef }); } -var Placeholder$1 = React825.memo(Placeholder); -var DroppableContext = React825.createContext(null); +var Placeholder$1 = React830.memo(Placeholder); +var DroppableContext = React830.createContext(null); function checkIsValidInnerRef(el2) { !(el2 && isHtmlElement(el2)) ? true ? invariant2(false, "\n provided.innerRef has not been provided with a HTMLElement.\n\n You can find a guide on using the innerRef callback functions at:\n https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/guides/using-inner-ref.md\n ") : invariant2(false) : void 0; } @@ -69908,7 +69998,7 @@ var AnimateInOut = function(_React$PureComponent) { return this.props.children(provided); }; return AnimateInOut2; -}(React825.PureComponent); +}(React830.PureComponent); var zIndexOptions = { dragging: 5e3, dropAnimating: 4500 @@ -70357,13 +70447,13 @@ function PrivateDraggable(props) { if (isUsingCloneFor === props.draggableId && !props.isClone) { return null; } - return React825.createElement(ConnectedDraggable, props); + return React830.createElement(ConnectedDraggable, props); } function PublicDraggable(props) { var isEnabled = typeof props.isDragDisabled === "boolean" ? !props.isDragDisabled : true; var canDragInteractiveElements = Boolean(props.disableInteractiveElementBlocking); var shouldRespectForcePress = Boolean(props.shouldRespectForcePress); - return React825.createElement(PrivateDraggable, _extends({}, props, { + return React830.createElement(PrivateDraggable, _extends({}, props, { isClone: false, isEnabled, canDragInteractiveElements, @@ -70411,12 +70501,12 @@ function Droppable(props) { ignoreContainerClipping, getDroppableRef }); - var placeholder2 = React825.createElement(AnimateInOut, { + var placeholder2 = React830.createElement(AnimateInOut, { on: props.placeholder, shouldAnimate: props.shouldAnimatePlaceholder }, function(_ref6) { var onClose = _ref6.onClose, data = _ref6.data, animate2 = _ref6.animate; - return React825.createElement(Placeholder$1, { + return React830.createElement(Placeholder$1, { placeholder: data, onClose, innerRef: setPlaceholderRef, @@ -70448,7 +70538,7 @@ function Droppable(props) { return null; } var dragging = useClone.dragging, render = useClone.render; - var node4 = React825.createElement(PrivateDraggable, { + var node4 = React830.createElement(PrivateDraggable, { draggableId: dragging.draggableId, index: dragging.source.index, isClone: true, @@ -70460,7 +70550,7 @@ function Droppable(props) { }); return ReactDOM16.createPortal(node4, getContainerForClone()); } - return React825.createElement(DroppableContext.Provider, { + return React830.createElement(DroppableContext.Provider, { value: droppableContext }, children2(provided, snapshot), getClone()); } @@ -70659,7 +70749,7 @@ var GlobalDraggableStyle = createGlobalStyle` // ../juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx var RcDragDropContext = (inProps) => { const props = useThemeProps({ props: inProps, name: "RcDragDropContext" }); - return /* @__PURE__ */ React826.createElement(React826.Fragment, null, /* @__PURE__ */ React826.createElement(GlobalDraggableStyle, null), /* @__PURE__ */ React826.createElement(DragDropContext, { + return /* @__PURE__ */ React831.createElement(React831.Fragment, null, /* @__PURE__ */ React831.createElement(GlobalDraggableStyle, null), /* @__PURE__ */ React831.createElement(DragDropContext, { ...props })); }; @@ -70667,11 +70757,11 @@ RcDragDropContext.defaultProps = {}; RcDragDropContext.displayName = "RcDragDropContext"; // ../juno-core/src/components/DnD/Draggable/Draggable.tsx -import React827, { forwardRef as forwardRef748 } from "react"; -var _RcDraggable = forwardRef748((inProps, ref2) => { +import React832, { forwardRef as forwardRef753 } from "react"; +var _RcDraggable = forwardRef753((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDraggable" }); const { classes, children: children2, directionOnly, ...rest } = props; - return /* @__PURE__ */ React827.createElement(PublicDraggable, { + return /* @__PURE__ */ React832.createElement(PublicDraggable, { ...rest, ref: ref2 }, (provided, snapshot, ...args) => { @@ -70687,11 +70777,11 @@ RcDraggable.defaultProps = {}; RcDraggable.displayName = "RcDraggable"; // ../juno-core/src/components/DnD/Droppable/Droppable.tsx -import React828, { forwardRef as forwardRef749 } from "react"; -var _RcDroppable = forwardRef749((inProps, ref2) => { +import React833, { forwardRef as forwardRef754 } from "react"; +var _RcDroppable = forwardRef754((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDroppable" }); const { children: children2, ...rest } = props; - return /* @__PURE__ */ React828.createElement(ConnectedDroppable, { + return /* @__PURE__ */ React833.createElement(ConnectedDroppable, { ...rest, ref: ref2 }, (...args) => children2(...args)); @@ -70701,7 +70791,7 @@ RcDroppable.defaultProps = {}; RcDroppable.displayName = "RcDroppable"; // ../juno-core/src/components/DnD/DragHandle/DragHandle.tsx -import React829, { forwardRef as forwardRef750 } from "react"; +import React834, { forwardRef as forwardRef755 } from "react"; // ../juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx var dragHandleStyle = () => { @@ -70723,15 +70813,15 @@ var dragHandleStyle = () => { var RcDragHandleClasses = RcClasses(["root"], "RcDraggable"); // ../juno-core/src/components/DnD/DragHandle/DragHandle.tsx -var defaultChildren2 = /* @__PURE__ */ React829.createElement(RcIcon, { +var defaultChildren2 = /* @__PURE__ */ React834.createElement(RcIcon, { size: "xsmall", symbol: DragableArea_default }); -var _DragHandle = forwardRef750((inProps, ref2) => { +var _DragHandle = forwardRef755((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDragHandle" }); const { children: children2 = defaultChildren2, className, ...rest } = props; const ClassName = clsx_m_default(RcDragHandleClasses.root, className); - return /* @__PURE__ */ React829.createElement("div", { + return /* @__PURE__ */ React834.createElement("div", { ...rest, className: ClassName, ref: ref2 @@ -70744,18 +70834,18 @@ RcDragHandle.defaultProps = {}; RcDragHandle.displayName = "RcDragHandle"; // ../juno-core/src/components/Downshift/utils/DownshiftUtils.tsx -import React843 from "react"; +import React848 from "react"; // ../juno-core/src/components/Menu/MenuItem/MenuItem.tsx -import React842, { - forwardRef as forwardRef762, +import React847, { + forwardRef as forwardRef767, useContext as useContext26, useImperativeHandle as useImperativeHandle13, useMemo as useMemo59 } from "react"; // ../juno-core/src/components/List/List/List.tsx -import React830, { forwardRef as forwardRef751, useMemo as useMemo48 } from "react"; +import React835, { forwardRef as forwardRef756, useMemo as useMemo48 } from "react"; // ../juno-core/src/components/List/List/styles/ListStyle.tsx var ListStyle = () => { @@ -70766,11 +70856,11 @@ var ListStyle = () => { var RcListClasses = RcClasses([], "RcList"); // ../juno-core/src/components/List/List/List.tsx -var _RcList = forwardRef751((inProps, ref2) => { +var _RcList = forwardRef756((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcList" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo48(() => combineClasses(RcListClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React830.createElement(List_default, { + return /* @__PURE__ */ React835.createElement(List_default, { ...rest, ref: ref2, classes @@ -70785,10 +70875,10 @@ RcList.defaultProps = { RcList.displayName = "RcList"; // ../juno-core/src/components/List/ListItem/ListItem.tsx -import React833, { forwardRef as forwardRef754, useMemo as useMemo51 } from "react"; +import React838, { forwardRef as forwardRef759, useMemo as useMemo51 } from "react"; // ../juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx -import React831, { forwardRef as forwardRef752, useMemo as useMemo49 } from "react"; +import React836, { forwardRef as forwardRef757, useMemo as useMemo49 } from "react"; // ../juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx var StyledControl = styled_components_default.span` @@ -70839,11 +70929,11 @@ var FormControlLabelStyle = () => { }; // ../juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx -var _RcFormControlLabel = forwardRef752((inProps, ref2) => { +var _RcFormControlLabel = forwardRef757((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcFormControlLabel" }); const { classes: classesProp, ...rest } = props; const classes = useMemo49(() => combineClasses(RcFormControlLabelClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React831.createElement(FormControlLabel_default, { + return /* @__PURE__ */ React836.createElement(FormControlLabel_default, { ...rest, ref: ref2, classes @@ -70856,7 +70946,7 @@ RcFormControlLabel.defaultProps = {}; RcFormControlLabel.displayName = "RcFormControlLabel"; // ../juno-core/src/components/Forms/Switch/Switch.tsx -import React832, { forwardRef as forwardRef753, useMemo as useMemo50, useRef as useRef75 } from "react"; +import React837, { forwardRef as forwardRef758, useMemo as useMemo50, useRef as useRef75 } from "react"; // ../juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx var thumbColor = palette22("neutral", "f01"); @@ -70950,7 +71040,7 @@ var SwitchStyle = ({ }; // ../juno-core/src/components/Forms/Switch/Switch.tsx -var _RcSwitch = forwardRef753((inProps, ref2) => { +var _RcSwitch = forwardRef758((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSwitch" }); const { label: label3, @@ -70968,7 +71058,7 @@ var _RcSwitch = forwardRef753((inProps, ref2) => { const focusVisibleClassName = useMemo50(() => clsx_m_default(RcSwitchClasses.focusVisible, focusVisibleClassNameProp), [focusVisibleClassNameProp]); const inputRef = useRef75(null); const handleInputRef = useForkRef2(inputRef, inputRefProp); - const Switch3 = /* @__PURE__ */ React832.createElement(Switch_default, { + const Switch3 = /* @__PURE__ */ React837.createElement(Switch_default, { ref: ref2, inputRef: handleInputRef, focusVisibleClassName, @@ -70990,7 +71080,7 @@ var _RcSwitch = forwardRef753((inProps, ref2) => { } }); if (label3) { - return /* @__PURE__ */ React832.createElement(RcFormControlLabel, { + return /* @__PURE__ */ React837.createElement(RcFormControlLabel, { ...formControlLabelProps, label: label3, control: Switch3 @@ -71121,7 +71211,7 @@ var ListItemStyle = (props) => { }; // ../juno-core/src/components/List/ListItem/ListItem.tsx -var _RcListItem = forwardRef754((props, ref2) => { +var _RcListItem = forwardRef759((props, ref2) => { if (true) { useDeprecatedCheck(RcListItem, props, [ { @@ -71163,7 +71253,7 @@ var _RcListItem = forwardRef754((props, ref2) => { const additionProps = useMemo51(() => button2 ? { TouchRippleProps: combineProps({ classes: RcListItemRippleClasses }, TouchRipplePropsProp) } : {}, [TouchRipplePropsProp, button2]); - return /* @__PURE__ */ React833.createElement(ListItem_default, { + return /* @__PURE__ */ React838.createElement(ListItem_default, { ...rest, ...additionProps, ref: ref2, @@ -71198,7 +71288,7 @@ var RcListItem = styled_components_default(withTooltip(_RcListItem)).attrs((inPr RcListItem.displayName = "RcListItem"; // ../juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx -import React834, { forwardRef as forwardRef755, useMemo as useMemo52 } from "react"; +import React839, { forwardRef as forwardRef760, useMemo as useMemo52 } from "react"; // ../juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx var ListItemAvatarStyle = () => css2` @@ -71211,11 +71301,11 @@ var ListItemAvatarStyle = () => css2` var RcListItemAvatarClasses = RcClasses([], "RcListItemAvatar"); // ../juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx -var _RcListItemAvatar = forwardRef755((inProps, ref2) => { +var _RcListItemAvatar = forwardRef760((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcListItemAvatar" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo52(() => combineClasses(RcListItemAvatarClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React834.createElement(ListItemAvatar_default, { + return /* @__PURE__ */ React839.createElement(ListItemAvatar_default, { ...rest, ref: ref2, classes @@ -71228,13 +71318,13 @@ RcListItemAvatar.defaultProps = {}; RcListItemAvatar.displayName = "RcListItemAvatar"; // ../juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx -import React838, { forwardRef as forwardRef758, useMemo as useMemo55 } from "react"; +import React843, { forwardRef as forwardRef763, useMemo as useMemo55 } from "react"; // ../juno-core/src/components/Forms/Checkbox/Checkbox.tsx -import React836, { forwardRef as forwardRef756, useMemo as useMemo53 } from "react"; +import React841, { forwardRef as forwardRef761, useMemo as useMemo53 } from "react"; // ../juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx -import React835, { isValidElement as isValidElement18 } from "react"; +import React840, { isValidElement as isValidElement18 } from "react"; var CustomIconPropsGetter = (options) => { const { icon: defaultIcon5, @@ -71271,7 +71361,7 @@ function getResultIcon(iconProp, size, defaultIcon5) { } } if (!icon && defaultIcon5) { - icon = isValidElement18(defaultIcon5) ? cloneProps(defaultIcon5, size) : /* @__PURE__ */ React835.createElement(RcIcon, { + icon = isValidElement18(defaultIcon5) ? cloneProps(defaultIcon5, size) : /* @__PURE__ */ React840.createElement(RcIcon, { symbol: defaultIcon5, size }); @@ -71279,7 +71369,7 @@ function getResultIcon(iconProp, size, defaultIcon5) { return icon; } function cloneProps(iconProp, size) { - return React835.cloneElement(iconProp, { + return React840.cloneElement(iconProp, { size }); } @@ -71333,7 +71423,7 @@ var getIconProps = CustomIconPropsGetter({ checkedIcon: Selects_default, indeterminateIcon: Indeterminate_default }); -var _RcCheckbox = forwardRef756((inProps, ref2) => { +var _RcCheckbox = forwardRef761((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcCheckbox" }); if (true) { useDeprecatedCheck(RcCheckbox, props, [ @@ -71363,7 +71453,7 @@ var _RcCheckbox = forwardRef756((inProps, ref2) => { } const classes = useMemo53(() => combineClasses(RcCheckboxClasses, classesProp), [classesProp]); const iconProps = useMemo53(() => getIconProps({ size, icon, checkedIcon }), [checkedIcon, icon, size]); - const Checkbox3 = /* @__PURE__ */ React836.createElement(Checkbox_default, { + const Checkbox3 = /* @__PURE__ */ React841.createElement(Checkbox_default, { ...iconProps, ...rest, ref: ref2, @@ -71371,7 +71461,7 @@ var _RcCheckbox = forwardRef756((inProps, ref2) => { classes }); if (label3) { - return /* @__PURE__ */ React836.createElement(RcFormControlLabel, { + return /* @__PURE__ */ React841.createElement(RcFormControlLabel, { ...formControlLabelProps, label: label3, control: Checkbox3 @@ -71389,7 +71479,7 @@ RcCheckbox.defaultProps = { }; // ../juno-core/src/components/Forms/Radio/Radio.tsx -import React837, { forwardRef as forwardRef757, useMemo as useMemo54 } from "react"; +import React842, { forwardRef as forwardRef762, useMemo as useMemo54 } from "react"; // ../juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx var RadioStyle = ({ @@ -71413,15 +71503,15 @@ var RadioStyle = ({ // ../juno-core/src/components/Forms/Radio/Radio.tsx var getIconProps2 = CustomIconPropsGetter({ - checkedIcon: /* @__PURE__ */ React837.createElement(RadioButtonIcon_default, { + checkedIcon: /* @__PURE__ */ React842.createElement(RadioButtonIcon_default, { checked: true, classes: RadioButtonIconClasses }), - icon: /* @__PURE__ */ React837.createElement(RadioButtonIcon_default, { + icon: /* @__PURE__ */ React842.createElement(RadioButtonIcon_default, { classes: RadioButtonIconClasses }) }); -var _RcRadio = forwardRef757((inProps, ref2) => { +var _RcRadio = forwardRef762((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcRadio" }); const { label: label3, @@ -71437,7 +71527,7 @@ var _RcRadio = forwardRef757((inProps, ref2) => { } = props; const classes = useMemo54(() => combineClasses(RcRadioClasses, classesProp), [classesProp]); const iconProps = useMemo54(() => getIconProps2({ size, icon, checkedIcon }), [checkedIcon, icon, size]); - const Radio4 = /* @__PURE__ */ React837.createElement(Radio_default, { + const Radio4 = /* @__PURE__ */ React842.createElement(Radio_default, { ...iconProps, ...rest, ref: ref2, @@ -71445,7 +71535,7 @@ var _RcRadio = forwardRef757((inProps, ref2) => { classes }); if (label3) { - return /* @__PURE__ */ React837.createElement(RcFormControlLabel, { + return /* @__PURE__ */ React842.createElement(RcFormControlLabel, { ...formControlLabelProps, label: label3, control: Radio4 @@ -71494,11 +71584,11 @@ var ListItemIconStyle = ({ var RcListItemIconClasses = RcClasses(["alignItemsFlexStart"], "RcListItemIcon"); // ../juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx -var _RcListItemIcon = forwardRef758((inProps, ref2) => { +var _RcListItemIcon = forwardRef763((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcListItemIcon" }); const { classes: classesProp, children: children2, color: color2, ...rest } = props; const classes = useMemo55(() => combineClasses(RcListItemIconClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React838.createElement(ListItemIcon_default, { + return /* @__PURE__ */ React843.createElement(ListItemIcon_default, { ...rest, ref: ref2, classes @@ -71511,8 +71601,8 @@ RcListItemIcon.defaultProps = {}; RcListItemIcon.displayName = "RcListItemIcon"; // ../juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx -import React839, { - forwardRef as forwardRef759, +import React844, { + forwardRef as forwardRef764, useLayoutEffect as useLayoutEffect20, useMemo as useMemo56, useRef as useRef76 @@ -71543,7 +71633,7 @@ var ListItemSecondaryActionStyle = () => { var RcListItemSecondaryActionClasses = RcClasses([], "RcListItemSecondaryAction"); // ../juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx -var _RcListItemSecondaryAction = forwardRef759((inProps, ref2) => { +var _RcListItemSecondaryAction = forwardRef764((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcListItemSecondaryAction" @@ -71555,7 +71645,7 @@ var _RcListItemSecondaryAction = forwardRef759((inProps, ref2) => { useLayoutEffect20(() => { removeClassName(innerRef, "MuiListItemSecondaryAction-root"); }); - return /* @__PURE__ */ React839.createElement(ListItemSecondaryAction_default, { + return /* @__PURE__ */ React844.createElement(ListItemSecondaryAction_default, { ...rest, ref: divRef, classes @@ -71568,7 +71658,7 @@ RcListItemSecondaryAction.defaultProps = {}; RcListItemSecondaryAction.displayName = "RcListItemSecondaryAction"; // ../juno-core/src/components/List/ListSubheader/ListSubheader.tsx -import React840, { forwardRef as forwardRef760, useMemo as useMemo57 } from "react"; +import React845, { forwardRef as forwardRef765, useMemo as useMemo57 } from "react"; // ../juno-core/src/components/List/ListSubheader/utils/ListSubheaderUtils.ts var RcListSubheaderClasses = RcClasses(["gutters", "inset"], "RcListSubheader"); @@ -71596,11 +71686,11 @@ var ListSubheaderStyle = () => { }; // ../juno-core/src/components/List/ListSubheader/ListSubheader.tsx -var _RcListSubheader = forwardRef760((inProps, ref2) => { +var _RcListSubheader = forwardRef765((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcListSubheader" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo57(() => combineClasses(RcListSubheaderClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React840.createElement(ListSubheader_default, { + return /* @__PURE__ */ React845.createElement(ListSubheader_default, { ...rest, ref: ref2, classes, @@ -71616,7 +71706,7 @@ RcListSubheader.defaultProps = { RcListSubheader.displayName = "RcListSubheader"; // ../juno-core/src/components/List/ListItemText/ListItemText.tsx -import React841, { forwardRef as forwardRef761, useMemo as useMemo58 } from "react"; +import React846, { forwardRef as forwardRef766, useMemo as useMemo58 } from "react"; // ../juno-core/src/components/List/ListItemText/utils/ListItemTextUtils.ts var RcListItemTextClasses = RcClasses(["primary", "secondary", "inset", "multiline"], "RcListItemText"); @@ -71670,7 +71760,7 @@ var ListItemTextStyle = ({ }; // ../juno-core/src/components/List/ListItemText/ListItemText.tsx -var _RcListItemText = forwardRef761((inProps, ref2) => { +var _RcListItemText = forwardRef766((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcListItemText" }); if (true) { useDeprecatedCheck(RcListItemText, props, [ @@ -71705,7 +71795,7 @@ var _RcListItemText = forwardRef761((inProps, ref2) => { const classes = useMemo58(() => combineClasses(RcListItemTextClasses, classesProp), [classesProp]); const primaryTypographyProps = useMemo58(() => omit3(primaryTypographyPropsProp, ["color", "variant"]), [primaryTypographyPropsProp]); const secondaryTypographyProps = useMemo58(() => omit3(secondaryTypographyPropsProp, ["color", "variant"]), [secondaryTypographyPropsProp]); - return /* @__PURE__ */ React841.createElement(ListItemText_default, { + return /* @__PURE__ */ React846.createElement(ListItemText_default, { ...rest, ref: ref2, classes, @@ -71802,7 +71892,7 @@ var MenuItemStyle = (props) => { }; // ../juno-core/src/components/Menu/MenuItem/MenuItem.tsx -var _RcMenuItem = forwardRef762((props, ref2) => { +var _RcMenuItem = forwardRef767((props, ref2) => { const { classes: classesProp, children: children2, @@ -71845,20 +71935,20 @@ var _RcMenuItem = forwardRef762((props, ref2) => { const classes = useMemo59(() => combineClasses(RcMenuItemClasses, classesProp), [classesProp]); const toClasses = useMemo59(() => omit3(classes, ["checked", "unchecked", "focusVisible"]), [classes]); const itemAvatar = useMemo59(() => { - if (React842.isValidElement(avatar3)) { - return isRcElement(avatar3, ["RcListItemAvatar"]) ? avatar3 : /* @__PURE__ */ React842.createElement(RcListItemAvatar, null, avatar3); + if (React847.isValidElement(avatar3)) { + return isRcElement(avatar3, ["RcListItemAvatar"]) ? avatar3 : /* @__PURE__ */ React847.createElement(RcListItemAvatar, null, avatar3); } return null; }, [avatar3]); const itemIcon = useMemo59(() => { if (symbol) { - return /* @__PURE__ */ React842.createElement(RcListItemIcon, null, /* @__PURE__ */ React842.createElement(RcIcon, { + return /* @__PURE__ */ React847.createElement(RcListItemIcon, null, /* @__PURE__ */ React847.createElement(RcIcon, { size: "small", symbol })); } - if (React842.isValidElement(icon)) { - return isRcElement(icon, ["RcListItemIcon"]) ? icon : /* @__PURE__ */ React842.createElement(RcListItemIcon, null, icon); + if (React847.isValidElement(icon)) { + return isRcElement(icon, ["RcListItemIcon"]) ? icon : /* @__PURE__ */ React847.createElement(RcListItemIcon, null, icon); } if (typeof icon === "string") { if (true) { @@ -71867,7 +71957,7 @@ var _RcMenuItem = forwardRef762((props, ref2) => { message: "please use symbol to replace icon string" }); } - return /* @__PURE__ */ React842.createElement(RcListItemIcon, null, /* @__PURE__ */ React842.createElement(RcIcon, { + return /* @__PURE__ */ React847.createElement(RcListItemIcon, null, /* @__PURE__ */ React847.createElement(RcIcon, { size: "small" }, icon)); } @@ -71875,13 +71965,13 @@ var _RcMenuItem = forwardRef762((props, ref2) => { }, [icon, symbol]); const itemSubAction = useMemo59(() => { if (isCheckedType && checked) { - return /* @__PURE__ */ React842.createElement(RcListItemSecondaryAction, null, /* @__PURE__ */ React842.createElement(StyledCheckIcon, { + return /* @__PURE__ */ React847.createElement(RcListItemSecondaryAction, null, /* @__PURE__ */ React847.createElement(StyledCheckIcon, { size: "large", symbol: Check_default, color: ["interactive", "f01"] })); } - return secondaryAction ? isRcElement(secondaryAction, ["RcListItemSecondaryAction"]) ? secondaryAction : /* @__PURE__ */ React842.createElement(RcListItemSecondaryAction, null, secondaryAction) : null; + return secondaryAction ? isRcElement(secondaryAction, ["RcListItemSecondaryAction"]) ? secondaryAction : /* @__PURE__ */ React847.createElement(RcListItemSecondaryAction, null, secondaryAction) : null; }, [checked, isCheckedType, secondaryAction]); const additionProps = useMemo59(() => button2 ? { TouchRippleProps: combineProps({ classes: RcMenuItemRippleClasses }, TouchRipplePropsProp) @@ -71904,7 +71994,7 @@ var _RcMenuItem = forwardRef762((props, ref2) => { onFocus?.(e2); }); useImperativeHandle13(idRef, () => menuItemId, [menuItemId]); - return /* @__PURE__ */ React842.createElement(MenuItem_default, { + return /* @__PURE__ */ React847.createElement(MenuItem_default, { "aria-checked": isCheckedType && checked ? true : void 0, ...additionProps, ...rest, @@ -71952,7 +72042,7 @@ var DEFAULT_KEY_TO_CHIPS = [";", ",", "\\n"]; var DEFAULT_LIMIT_CHIPS = 20; var DEFAULT_GET_OPTION_LABEL = (item) => item?.label || ""; var RcDownshiftDefaultRenderNoOptions = (getNoOptionsProps) => { - return /* @__PURE__ */ React843.createElement(RcMenuItem, { + return /* @__PURE__ */ React848.createElement(RcMenuItem, { component: "div", ...getNoOptionsProps() }, "No Options"); @@ -73191,7 +73281,7 @@ var useDownshift = ({ // ../juno-core/src/components/Downshift/utils/useDownshiftError.tsx var import_react_is12 = __toModule(require_react_is2()); -import React844, { useEffect as useEffect54 } from "react"; +import React849, { useEffect as useEffect54 } from "react"; var useDownshiftError = ({ isNew, MenuItem: MenuItem3, InputItem }) => { if (!rcConfiguration.WARNING_IGNORE) { useEffect54(() => { @@ -73205,7 +73295,7 @@ var useDownshiftError = ({ isNew, MenuItem: MenuItem3, InputItem }) => { 4. tags with isError should use \`renderTags\` and check error outside` }); } - if (MenuItem3 && !(0, import_react_is12.isForwardRef)(/* @__PURE__ */ React844.createElement(MenuItem3, null))) { + if (MenuItem3 && !(0, import_react_is12.isForwardRef)(/* @__PURE__ */ React849.createElement(MenuItem3, null))) { logInDev({ component: "RcDownshift", message: `\`MenuItem\` must wrap with forwardRef, and that props is a deprecated props, @@ -73213,7 +73303,7 @@ var useDownshiftError = ({ isNew, MenuItem: MenuItem3, InputItem }) => { level: "error" }); } - if (InputItem && !(0, import_react_is12.isForwardRef)(/* @__PURE__ */ React844.createElement(InputItem, null))) { + if (InputItem && !(0, import_react_is12.isForwardRef)(/* @__PURE__ */ React849.createElement(InputItem, null))) { logInDev({ component: "RcDownshift", message: `\`InputItem\` must wrap with \`forwardRef\`, and that props is a deprecated props, @@ -73226,9 +73316,9 @@ var useDownshiftError = ({ isNew, MenuItem: MenuItem3, InputItem }) => { }; // ../juno-core/src/components/Downshift/Downshift.tsx -import React861, { - forwardRef as forwardRef767, - memo as memo600, +import React866, { + forwardRef as forwardRef772, + memo as memo605, useImperativeHandle as useImperativeHandle14, useMemo as useMemo65, useRef as useRef83, @@ -73236,7 +73326,7 @@ import React861, { } from "react"; // ../juno-core/src/components/Downshift/styles/DownshiftInput.tsx -import React845 from "react"; +import React850 from "react"; var RcDownshiftInput = ({ inputRef, containerRef, @@ -73244,11 +73334,11 @@ var RcDownshiftInput = ({ containerClassName, onContainerClick, ...rest -}) => /* @__PURE__ */ React845.createElement("div", { +}) => /* @__PURE__ */ React850.createElement("div", { ref: containerRef, onClick: onContainerClick, className: containerClassName -}, startAdornment, /* @__PURE__ */ React845.createElement("input", { +}, startAdornment, /* @__PURE__ */ React850.createElement("input", { ref: inputRef, ...rest })); @@ -73295,10 +73385,10 @@ var DownshiftStyle = ({ }; // ../juno-core/src/components/Downshift/styles/StyledPopper.tsx -import React847, { forwardRef as forwardRef764 } from "react"; +import React852, { forwardRef as forwardRef769 } from "react"; // ../juno-core/src/components/Popper/Popper.tsx -import React846, { forwardRef as forwardRef763 } from "react"; +import React851, { forwardRef as forwardRef768 } from "react"; // ../juno-core/src/components/Popper/styles/PopperStyle.tsx var PopperStyle = () => { @@ -73335,11 +73425,11 @@ var fixOffsetsModifer = { }; // ../juno-core/src/components/Popper/Popper.tsx -var _RcPopper = forwardRef763((inProps, ref2) => { +var _RcPopper = forwardRef768((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPopper" }); const { children: children2, modifiers: modifiers2, ...rest } = props; const { externalWindow } = useRcPortalWindowContext(); - return /* @__PURE__ */ React846.createElement(Popper_default, { + return /* @__PURE__ */ React851.createElement(Popper_default, { container: externalWindow?.document.body, ...rest, modifiers: { fixOffsets: fixOffsetsModifer, ...modifiers2 }, @@ -73354,8 +73444,8 @@ RcPopper.displayName = "RcPopper"; // ../juno-core/src/components/Downshift/styles/StyledPopper.tsx var radiusLg = radius3("lg"); -var _StyledPopper = forwardRef764(({ position: position4, component: Component7 = RcPopper, ...rest }, ref2) => { - return /* @__PURE__ */ React847.createElement(Component7, { +var _StyledPopper = forwardRef769(({ position: position4, component: Component7 = RcPopper, ...rest }, ref2) => { + return /* @__PURE__ */ React852.createElement(Component7, { ref: ref2, ...rest }); @@ -73377,13 +73467,13 @@ var StyledPopper = styled_components_default(_StyledPopper)` `; // ../juno-core/src/components/Downshift/styles/StyledTextField.tsx -import React848, { forwardRef as forwardRef765 } from "react"; -var _StyledTextField = forwardRef765(({ hasTags, renderInput, ...rest }, ref2) => { +import React853, { forwardRef as forwardRef770 } from "react"; +var _StyledTextField = forwardRef770(({ hasTags, renderInput, ...rest }, ref2) => { if (renderInput) { const child = renderInput({ ...rest, ref: ref2 }); return child; } - return /* @__PURE__ */ React848.createElement(RcTextField, { + return /* @__PURE__ */ React853.createElement(RcTextField, { ref: ref2, ...rest }); @@ -73398,9 +73488,9 @@ var StyledTextField = styled_components_default(_StyledTextField)` `; // ../juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx -import React860, { +import React865, { createContext as createContext21, - forwardRef as forwardRef766, + forwardRef as forwardRef771, useContext as useContext27, useLayoutEffect as useLayoutEffect22, useMemo as useMemo64, @@ -73428,7 +73518,7 @@ var VirtualizedMenuStyle = () => { }; // ../juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts -import React849 from "react"; +import React854 from "react"; // ../juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts var PUBLISH = 0; @@ -73767,13 +73857,13 @@ function omit4(keys3, obj) { } return result; } -var useIsomorphicLayoutEffect3 = typeof document !== "undefined" ? React849.useLayoutEffect : React849.useEffect; +var useIsomorphicLayoutEffect3 = typeof document !== "undefined" ? React854.useLayoutEffect : React854.useEffect; function systemToComponent(systemSpec, map2, Root) { const requiredPropNames = Object.keys(map2.required || {}); const optionalPropNames = Object.keys(map2.optional || {}); const methodNames = Object.keys(map2.methods || {}); const eventNames = Object.keys(map2.events || {}); - const Context2 = React849.createContext({}); + const Context2 = React854.createContext({}); function applyPropsToSystem(system2, props) { if (system2["propsReady"]) { publish(system2["propsReady"], false); @@ -73808,12 +73898,12 @@ function systemToComponent(systemSpec, map2, Root) { return handlers; }, {}); } - const Component7 = React849.forwardRef((propsWithChildren, ref2) => { + const Component7 = React854.forwardRef((propsWithChildren, ref2) => { const { children: children2, ...props } = propsWithChildren; - const [system2] = React849.useState(() => { + const [system2] = React854.useState(() => { return tap(init(systemSpec), (system3) => applyPropsToSystem(system3, props)); }); - const [handlers] = React849.useState(curry1to0(buildEventHandlers, system2)); + const [handlers] = React854.useState(curry1to0(buildEventHandlers, system2)); useIsomorphicLayoutEffect3(() => { for (const eventName of eventNames) { if (eventName in props) { @@ -73827,16 +73917,16 @@ function systemToComponent(systemSpec, map2, Root) { useIsomorphicLayoutEffect3(() => { applyPropsToSystem(system2, props); }); - React849.useImperativeHandle(ref2, always(buildMethods(system2))); - return React849.createElement(Context2.Provider, { value: system2 }, Root ? React849.createElement(Root, omit4([...requiredPropNames, ...optionalPropNames, ...eventNames], props), children2) : children2); + React854.useImperativeHandle(ref2, always(buildMethods(system2))); + return React854.createElement(Context2.Provider, { value: system2 }, Root ? React854.createElement(Root, omit4([...requiredPropNames, ...optionalPropNames, ...eventNames], props), children2) : children2); }); const usePublisher4 = (key) => { - return React849.useCallback(curry2to1(publish, React849.useContext(Context2)[key]), [key]); + return React854.useCallback(curry2to1(publish, React854.useContext(Context2)[key]), [key]); }; const useEmitterValue4 = (key) => { - const system2 = React849.useContext(Context2); + const system2 = React854.useContext(Context2); const source = system2[key]; - const [value, setValue] = React849.useState(curry1to0(getValue3, source)); + const [value, setValue] = React854.useState(curry1to0(getValue3, source)); useIsomorphicLayoutEffect3(() => subscribe(source, (next) => { if (next !== value) { setValue(always(next)); @@ -73845,7 +73935,7 @@ function systemToComponent(systemSpec, map2, Root) { return value; }; const useEmitter4 = (key, callback) => { - const context = React849.useContext(Context2); + const context = React854.useContext(Context2); const source = context[key]; useIsomorphicLayoutEffect3(() => subscribe(source, callback), [callback, source]); }; @@ -73858,15 +73948,15 @@ function systemToComponent(systemSpec, map2, Root) { } // ../juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx -import React856 from "react"; +import React861 from "react"; // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useIsomorphicLayoutEffect.ts -import React850 from "react"; -var useIsomorphicLayoutEffect4 = typeof document !== "undefined" ? React850.useLayoutEffect : React850.useEffect; +import React855 from "react"; +var useIsomorphicLayoutEffect4 = typeof document !== "undefined" ? React855.useLayoutEffect : React855.useEffect; var useIsomorphicLayoutEffect_default = useIsomorphicLayoutEffect4; // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts -import React852 from "react"; +import React857 from "react"; // ../juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts var LogLevel = /* @__PURE__ */ ((LogLevel2) => { @@ -73898,15 +73988,15 @@ var loggerSystem = system(() => { }, [], { singleton: true }); // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts -import React851 from "react"; +import React856 from "react"; function useSizeWithElRef(callback, enabled = true) { - const ref2 = React851.useRef(null); + const ref2 = React856.useRef(null); const { externalWindow = window } = useRcPortalWindowContext(); let callbackRef = (_el) => { void 0; }; if (typeof externalWindow["ResizeObserver"] !== "undefined") { - const observer = React851.useMemo(() => { + const observer = React856.useMemo(() => { return new externalWindow["ResizeObserver"]((entries) => { const element2 = entries[0].target; if (element2.offsetParent !== null) { @@ -73935,7 +74025,7 @@ function useSize(callback, enabled = true) { // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts function useChangedListContentsSizes(callback, itemSize, enabled, scrollContainerStateCallback, log2, gap, customScrollParent) { const { externalWindow = window } = useRcPortalWindowContext(); - const memoedCallback = React852.useCallback((el2) => { + const memoedCallback = React857.useCallback((el2) => { const ranges = getChangedChildSizes(el2.children, itemSize, "offsetHeight", log2); let scrollableElement = el2.parentElement; while (!scrollableElement.dataset["virtuosoScroller"]) { @@ -73997,7 +74087,7 @@ function resolveGapValue(property, value, log2) { } // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useScrollTop.ts -import React853 from "react"; +import React858 from "react"; // ../juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts function correctItemSize(el2, dimension) { @@ -74014,11 +74104,11 @@ function approximatelyEqual(num1, num2) { // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useScrollTop.ts function useScrollTop(scrollContainerStateCallback, smoothScrollTargetReached, scrollerElement, scrollerRefCallback = noop3, customScrollParent) { - const scrollerRef = React853.useRef(null); - const scrollTopTarget = React853.useRef(null); - const timeoutRef = React853.useRef(null); + const scrollerRef = React858.useRef(null); + const scrollTopTarget = React858.useRef(null); + const timeoutRef = React858.useRef(null); const { externalWindow = window } = useRcPortalWindowContext(); - const handler = React853.useCallback((ev) => { + const handler = React858.useCallback((ev) => { const el2 = ev.target; const windowScroll = el2 === externalWindow || el2 === externalWindow.document; const scrollTop = windowScroll ? externalWindow.pageYOffset || externalWindow.document.documentElement.scrollTop : el2.scrollTop; @@ -74047,7 +74137,7 @@ function useScrollTop(scrollContainerStateCallback, smoothScrollTargetReached, s } } }, [externalWindow, scrollContainerStateCallback, smoothScrollTargetReached]); - React853.useEffect(() => { + React858.useEffect(() => { const localRef = customScrollParent ? customScrollParent : scrollerRef.current; scrollerRefCallback(customScrollParent ? customScrollParent : scrollerRef.current); handler({ target: localRef, suppressFlushSync: true }); @@ -75844,11 +75934,11 @@ var positionStickyCssValue = simpleMemoize(() => { }); // ../juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts -import React854 from "react"; +import React859 from "react"; function useWindowViewportRectRef(callback, customScrollParent) { - const viewportInfo = React854.useRef(null); + const viewportInfo = React859.useRef(null); const { externalWindow = window } = useRcPortalWindowContext(); - const calculateInfo = React854.useCallback((element2) => { + const calculateInfo = React859.useCallback((element2) => { if (element2 === null || !element2.offsetParent) { return; } @@ -75872,10 +75962,10 @@ function useWindowViewportRectRef(callback, customScrollParent) { callback(viewportInfo.current); }, [callback, customScrollParent, externalWindow]); const { callbackRef, ref: ref2 } = useSizeWithElRef(calculateInfo); - const scrollAndResizeEventHandler = React854.useCallback(() => { + const scrollAndResizeEventHandler = React859.useCallback(() => { calculateInfo(ref2.current); }, [calculateInfo, ref2]); - React854.useEffect(() => { + React859.useEffect(() => { if (customScrollParent) { customScrollParent.addEventListener("scroll", scrollAndResizeEventHandler); const observer = new externalWindow["ResizeObserver"](scrollAndResizeEventHandler); @@ -75897,9 +75987,9 @@ function useWindowViewportRectRef(callback, customScrollParent) { } // ../juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts -import React855 from "react"; -var VirtuosoMockContext = React855.createContext(void 0); -var VirtuosoGridMockContext = React855.createContext(void 0); +import React860 from "react"; +var VirtuosoMockContext = React860.createContext(void 0); +var VirtuosoGridMockContext = React860.createContext(void 0); // ../juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx function identity(value) { @@ -75938,12 +76028,12 @@ var listComponentPropsSystem = /* @__PURE__ */ system(() => { var combinedSystem = /* @__PURE__ */ system(([listSystem2, propsSystem]) => { return { ...listSystem2, ...propsSystem }; }, tup(listSystem, listComponentPropsSystem)); -var DefaultScrollSeekPlaceholder = ({ height: height2 }) => /* @__PURE__ */ React856.createElement("div", { +var DefaultScrollSeekPlaceholder = ({ height: height2 }) => /* @__PURE__ */ React861.createElement("div", { style: { height: height2 } }); var GROUP_STYLE = { position: positionStickyCssValue(), zIndex: 1, overflowAnchor: "none" }; var ITEM_STYLE = { overflowAnchor: "none" }; -var Items = /* @__PURE__ */ React856.memo(function VirtuosoItems({ showTopList = false }) { +var Items = /* @__PURE__ */ React861.memo(function VirtuosoItems({ showTopList = false }) { const listState = useEmitterValue("listState"); const sizeRanges = usePublisher("sizeRanges"); const useWindowScroll = useEmitterValue("useWindowScroll"); @@ -75959,7 +76049,7 @@ var Items = /* @__PURE__ */ React856.memo(function VirtuosoItems({ showTopList = const log2 = useEmitterValue("log"); const listGap = usePublisher("gap"); const { callbackRef } = useChangedListContentsSizes(sizeRanges, itemSize, trackItemSizes, showTopList ? noop3 : scrollContainerStateCallback, log2, listGap, customScrollParent); - const [deviation, setDeviation] = React856.useState(0); + const [deviation, setDeviation] = React861.useState(0); useEmitter("deviation", (value) => { if (deviation !== value) { setDeviation(value); @@ -75983,9 +76073,9 @@ var Items = /* @__PURE__ */ React856.memo(function VirtuosoItems({ showTopList = ...scrolledToInitialItem ? {} : { visibility: "hidden" } }; if (!showTopList && listState.totalCount === 0 && EmptyPlaceholder) { - return React856.createElement(EmptyPlaceholder, contextPropIfNotDomElement(EmptyPlaceholder, context)); + return React861.createElement(EmptyPlaceholder, contextPropIfNotDomElement(EmptyPlaceholder, context)); } - return React856.createElement(ListComponent, { + return React861.createElement(ListComponent, { ...contextPropIfNotDomElement(ListComponent, context), ref: callbackRef, style: containerStyle, @@ -75994,7 +76084,7 @@ var Items = /* @__PURE__ */ React856.memo(function VirtuosoItems({ showTopList = const index4 = item.originalIndex; const key = computeItemKey(index4 + listState.firstItemIndex, item.data, context); if (isSeeking) { - return React856.createElement(ScrollSeekPlaceholder, { + return React861.createElement(ScrollSeekPlaceholder, { ...contextPropIfNotDomElement(ScrollSeekPlaceholder, context), key, index: item.index, @@ -76004,7 +76094,7 @@ var Items = /* @__PURE__ */ React856.memo(function VirtuosoItems({ showTopList = }); } if (item.type === "group") { - return React856.createElement(GroupComponent, { + return React861.createElement(GroupComponent, { ...contextPropIfNotDomElement(GroupComponent, context), key, "data-index": index4, @@ -76013,7 +76103,7 @@ var Items = /* @__PURE__ */ React856.memo(function VirtuosoItems({ showTopList = style: GROUP_STYLE }, groupContent(item.index, context)); } else { - return React856.createElement(ItemComponent, { + return React861.createElement(ItemComponent, { ...contextPropIfNotDomElement(ItemComponent, context), ...itemPropIfNotDomElement(ItemComponent, item.data), key, @@ -76054,24 +76144,24 @@ function contextPropIfNotDomElement(element2, context) { function itemPropIfNotDomElement(element2, item) { return { item: typeof element2 === "string" ? void 0 : item }; } -var Header = /* @__PURE__ */ React856.memo(function VirtuosoHeader() { +var Header = /* @__PURE__ */ React861.memo(function VirtuosoHeader() { const Header3 = useEmitterValue("HeaderComponent"); const headerHeight = usePublisher("headerHeight"); const headerFooterTag = useEmitterValue("headerFooterTag"); const ref2 = useSize((el2) => headerHeight(correctItemSize(el2, "height"))); const context = useEmitterValue("context"); - return Header3 ? React856.createElement(headerFooterTag, { ref: ref2 }, React856.createElement(Header3, contextPropIfNotDomElement(Header3, context))) : null; + return Header3 ? React861.createElement(headerFooterTag, { ref: ref2 }, React861.createElement(Header3, contextPropIfNotDomElement(Header3, context))) : null; }); -var Footer = /* @__PURE__ */ React856.memo(function VirtuosoFooter() { +var Footer = /* @__PURE__ */ React861.memo(function VirtuosoFooter() { const Footer3 = useEmitterValue("FooterComponent"); const footerHeight = usePublisher("footerHeight"); const headerFooterTag = useEmitterValue("headerFooterTag"); const ref2 = useSize((el2) => footerHeight(correctItemSize(el2, "height"))); const context = useEmitterValue("context"); - return Footer3 ? React856.createElement(headerFooterTag, { ref: ref2 }, React856.createElement(Footer3, contextPropIfNotDomElement(Footer3, context))) : null; + return Footer3 ? React861.createElement(headerFooterTag, { ref: ref2 }, React861.createElement(Footer3, contextPropIfNotDomElement(Footer3, context))) : null; }); function buildScroller({ usePublisher: usePublisher4, useEmitter: useEmitter4, useEmitterValue: useEmitterValue4 }) { - const Scroller4 = React856.memo(function VirtuosoScroller({ style: style3, children: children2, ...props }) { + const Scroller4 = React861.memo(function VirtuosoScroller({ style: style3, children: children2, ...props }) { const scrollContainerStateCallback = usePublisher4("scrollContainerState"); const ScrollerComponent = useEmitterValue4("ScrollerComponent"); const smoothScrollTargetReached = usePublisher4("smoothScrollTargetReached"); @@ -76080,7 +76170,7 @@ function buildScroller({ usePublisher: usePublisher4, useEmitter: useEmitter4, u const { scrollerRef, scrollByCallback, scrollToCallback } = useScrollTop(scrollContainerStateCallback, smoothScrollTargetReached, ScrollerComponent, scrollerRefCallback); useEmitter4("scrollTo", scrollToCallback); useEmitter4("scrollBy", scrollByCallback); - return React856.createElement(ScrollerComponent, { + return React861.createElement(ScrollerComponent, { ref: scrollerRef, style: { ...scrollerStyle, ...style3 }, "data-test-id": "virtuoso-scroller", @@ -76093,7 +76183,7 @@ function buildScroller({ usePublisher: usePublisher4, useEmitter: useEmitter4, u return Scroller4; } function buildWindowScroller({ usePublisher: usePublisher4, useEmitter: useEmitter4, useEmitterValue: useEmitterValue4 }) { - const Scroller4 = React856.memo(function VirtuosoWindowScroller({ style: style3, children: children2, ...props }) { + const Scroller4 = React861.memo(function VirtuosoWindowScroller({ style: style3, children: children2, ...props }) { const scrollContainerStateCallback = usePublisher4("windowScrollContainerState"); const ScrollerComponent = useEmitterValue4("ScrollerComponent"); const smoothScrollTargetReached = usePublisher4("smoothScrollTargetReached"); @@ -76110,7 +76200,7 @@ function buildWindowScroller({ usePublisher: usePublisher4, useEmitter: useEmitt }, [scrollerRef, customScrollParent]); useEmitter4("windowScrollTo", scrollToCallback); useEmitter4("scrollBy", scrollByCallback); - return React856.createElement(ScrollerComponent, { + return React861.createElement(ScrollerComponent, { style: { position: "relative", ...style3, ...totalListHeight !== 0 ? { height: totalListHeight + deviation } : {} }, "data-virtuoso-scroller": true, ...props, @@ -76120,35 +76210,35 @@ function buildWindowScroller({ usePublisher: usePublisher4, useEmitter: useEmitt return Scroller4; } var Viewport = ({ children: children2 }) => { - const ctx = React856.useContext(VirtuosoMockContext); + const ctx = React861.useContext(VirtuosoMockContext); const viewportHeight = usePublisher("viewportHeight"); const fixedItemHeight = usePublisher("fixedItemHeight"); const viewportRef = useSize(compose3(viewportHeight, (el2) => correctItemSize(el2, "height"))); - React856.useEffect(() => { + React861.useEffect(() => { if (ctx) { viewportHeight(ctx.viewportHeight); fixedItemHeight(ctx.itemHeight); } }, [ctx, viewportHeight, fixedItemHeight]); - return /* @__PURE__ */ React856.createElement("div", { + return /* @__PURE__ */ React861.createElement("div", { style: viewportStyle, ref: viewportRef, "data-viewport-type": "element" }, children2); }; var WindowViewport = ({ children: children2 }) => { - const ctx = React856.useContext(VirtuosoMockContext); + const ctx = React861.useContext(VirtuosoMockContext); const windowViewportRect = usePublisher("windowViewportRect"); const fixedItemHeight = usePublisher("fixedItemHeight"); const customScrollParent = useEmitterValue("customScrollParent"); const viewportRef = useWindowViewportRectRef(windowViewportRect, customScrollParent); - React856.useEffect(() => { + React861.useEffect(() => { if (ctx) { fixedItemHeight(ctx.itemHeight); windowViewportRect({ offsetTop: 0, visibleHeight: ctx.viewportHeight, visibleWidth: 100 }); } }, [ctx, windowViewportRect, fixedItemHeight]); - return /* @__PURE__ */ React856.createElement("div", { + return /* @__PURE__ */ React861.createElement("div", { ref: viewportRef, style: viewportStyle, "data-viewport-type": "window" @@ -76159,19 +76249,19 @@ var TopItemListContainer = ({ children: children2 }) => { const headerHeight = useEmitterValue("headerHeight"); const style3 = { ...topItemListStyle, marginTop: `${headerHeight}px` }; const context = useEmitterValue("context"); - return React856.createElement(TopItemList || "div", { style: style3, context }, children2); + return React861.createElement(TopItemList || "div", { style: style3, context }, children2); }; -var ListRoot = /* @__PURE__ */ React856.memo(function VirtuosoRoot(props) { +var ListRoot = /* @__PURE__ */ React861.memo(function VirtuosoRoot(props) { const useWindowScroll = useEmitterValue("useWindowScroll"); const showTopList = useEmitterValue("topItemsIndexes").length > 0; const customScrollParent = useEmitterValue("customScrollParent"); const TheScroller = customScrollParent || useWindowScroll ? WindowScroller : Scroller; const TheViewport = customScrollParent || useWindowScroll ? WindowViewport : Viewport; - return /* @__PURE__ */ React856.createElement(TheScroller, { + return /* @__PURE__ */ React861.createElement(TheScroller, { ...props - }, showTopList && /* @__PURE__ */ React856.createElement(TopItemListContainer, null, /* @__PURE__ */ React856.createElement(Items, { + }, showTopList && /* @__PURE__ */ React861.createElement(TopItemListContainer, null, /* @__PURE__ */ React861.createElement(Items, { showTopList: true - })), /* @__PURE__ */ React856.createElement(TheViewport, null, /* @__PURE__ */ React856.createElement(Header, null), /* @__PURE__ */ React856.createElement(Items, null), /* @__PURE__ */ React856.createElement(Footer, null))); + })), /* @__PURE__ */ React861.createElement(TheViewport, null, /* @__PURE__ */ React861.createElement(Header, null), /* @__PURE__ */ React861.createElement(Items, null), /* @__PURE__ */ React861.createElement(Footer, null))); }); var { Component: List3, @@ -76237,7 +76327,7 @@ var Virtuoso = List3; var GroupedVirtuoso = List3; // ../juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx -import React857 from "react"; +import React862 from "react"; // ../juno-core/src/components/Virtuoso/react-virtuoso/gridSystem.ts var INITIAL_GRID_STATE = { @@ -76522,7 +76612,7 @@ var gridComponentPropsSystem = /* @__PURE__ */ system(() => { var combinedSystem2 = /* @__PURE__ */ system(([gridSystem2, gridComponentPropsSystem2]) => { return { ...gridSystem2, ...gridComponentPropsSystem2 }; }, tup(gridSystem, gridComponentPropsSystem)); -var GridItems = /* @__PURE__ */ React857.memo(function GridItems2() { +var GridItems = /* @__PURE__ */ React862.memo(function GridItems2() { const gridState = useEmitterValue2("gridState"); const listClassName = useEmitterValue2("listClassName"); const itemClassName = useEmitterValue2("itemClassName"); @@ -76554,7 +76644,7 @@ var GridItems = /* @__PURE__ */ React857.memo(function GridItems2() { if (stateRestoreInProgress) { return null; } - return React857.createElement(ListComponent, { + return React862.createElement(ListComponent, { ref: listRef, className: listClassName, ...contextPropIfNotDomElement(ListComponent, context), @@ -76562,74 +76652,74 @@ var GridItems = /* @__PURE__ */ React857.memo(function GridItems2() { "data-test-id": "virtuoso-item-list" }, gridState.items.map((item) => { const key = computeItemKey(item.index, item.data, context); - return isSeeking ? React857.createElement(ScrollSeekPlaceholder, { + return isSeeking ? React862.createElement(ScrollSeekPlaceholder, { key, ...contextPropIfNotDomElement(ScrollSeekPlaceholder, context), index: item.index, height: gridState.itemHeight, width: gridState.itemWidth - }) : React857.createElement(ItemComponent, { ...contextPropIfNotDomElement(ItemComponent, context), className: itemClassName, "data-index": item.index, key }, itemContent(item.index, item.data, context)); + }) : React862.createElement(ItemComponent, { ...contextPropIfNotDomElement(ItemComponent, context), className: itemClassName, "data-index": item.index, key }, itemContent(item.index, item.data, context)); })); }); -var Header2 = React857.memo(function VirtuosoHeader2() { +var Header2 = React862.memo(function VirtuosoHeader2() { const Header3 = useEmitterValue2("HeaderComponent"); const headerHeight = usePublisher2("headerHeight"); const headerFooterTag = useEmitterValue2("headerFooterTag"); const ref2 = useSize((el2) => headerHeight(correctItemSize(el2, "height"))); const context = useEmitterValue2("context"); - return Header3 ? React857.createElement(headerFooterTag, { ref: ref2 }, React857.createElement(Header3, contextPropIfNotDomElement(Header3, context))) : null; + return Header3 ? React862.createElement(headerFooterTag, { ref: ref2 }, React862.createElement(Header3, contextPropIfNotDomElement(Header3, context))) : null; }); -var Footer2 = React857.memo(function VirtuosoGridFooter() { +var Footer2 = React862.memo(function VirtuosoGridFooter() { const Footer3 = useEmitterValue2("FooterComponent"); const footerHeight = usePublisher2("footerHeight"); const headerFooterTag = useEmitterValue2("headerFooterTag"); const ref2 = useSize((el2) => footerHeight(correctItemSize(el2, "height"))); const context = useEmitterValue2("context"); - return Footer3 ? React857.createElement(headerFooterTag, { ref: ref2 }, React857.createElement(Footer3, contextPropIfNotDomElement(Footer3, context))) : null; + return Footer3 ? React862.createElement(headerFooterTag, { ref: ref2 }, React862.createElement(Footer3, contextPropIfNotDomElement(Footer3, context))) : null; }); var Viewport2 = ({ children: children2 }) => { - const ctx = React857.useContext(VirtuosoGridMockContext); + const ctx = React862.useContext(VirtuosoGridMockContext); const itemDimensions = usePublisher2("itemDimensions"); const viewportDimensions = usePublisher2("viewportDimensions"); const viewportRef = useSize((el2) => { viewportDimensions(el2.getBoundingClientRect()); }); - React857.useEffect(() => { + React862.useEffect(() => { if (ctx) { viewportDimensions({ height: ctx.viewportHeight, width: ctx.viewportWidth }); itemDimensions({ height: ctx.itemHeight, width: ctx.itemWidth }); } }, [ctx, viewportDimensions, itemDimensions]); - return /* @__PURE__ */ React857.createElement("div", { + return /* @__PURE__ */ React862.createElement("div", { style: viewportStyle, ref: viewportRef }, children2); }; var WindowViewport2 = ({ children: children2 }) => { - const ctx = React857.useContext(VirtuosoGridMockContext); + const ctx = React862.useContext(VirtuosoGridMockContext); const windowViewportRect = usePublisher2("windowViewportRect"); const itemDimensions = usePublisher2("itemDimensions"); const customScrollParent = useEmitterValue2("customScrollParent"); const viewportRef = useWindowViewportRectRef(windowViewportRect, customScrollParent); - React857.useEffect(() => { + React862.useEffect(() => { if (ctx) { itemDimensions({ height: ctx.itemHeight, width: ctx.itemWidth }); windowViewportRect({ offsetTop: 0, visibleHeight: ctx.viewportHeight, visibleWidth: ctx.viewportWidth }); } }, [ctx, windowViewportRect, itemDimensions]); - return /* @__PURE__ */ React857.createElement("div", { + return /* @__PURE__ */ React862.createElement("div", { ref: viewportRef, style: viewportStyle }, children2); }; -var GridRoot = /* @__PURE__ */ React857.memo(function GridRoot2({ ...props }) { +var GridRoot = /* @__PURE__ */ React862.memo(function GridRoot2({ ...props }) { const useWindowScroll = useEmitterValue2("useWindowScroll"); const customScrollParent = useEmitterValue2("customScrollParent"); const TheScroller = customScrollParent || useWindowScroll ? WindowScroller2 : Scroller2; const TheViewport = customScrollParent || useWindowScroll ? WindowViewport2 : Viewport2; - return /* @__PURE__ */ React857.createElement(TheScroller, { + return /* @__PURE__ */ React862.createElement(TheScroller, { ...props - }, /* @__PURE__ */ React857.createElement(TheViewport, null, /* @__PURE__ */ React857.createElement(Header2, null), /* @__PURE__ */ React857.createElement(GridItems, null), /* @__PURE__ */ React857.createElement(Footer2, null))); + }, /* @__PURE__ */ React862.createElement(TheViewport, null, /* @__PURE__ */ React862.createElement(Header2, null), /* @__PURE__ */ React862.createElement(GridItems, null), /* @__PURE__ */ React862.createElement(Footer2, null))); }); var { Component: Grid3, @@ -76686,9 +76776,9 @@ function resolveGapValue2(property, value, log2) { var VirtuosoGrid = Grid3; // ../juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx -import React858 from "react"; +import React863 from "react"; var tableComponentPropsSystem = /* @__PURE__ */ system(() => { - const itemContent = statefulStream((index4) => /* @__PURE__ */ React858.createElement("td", null, "Item $", index4)); + const itemContent = statefulStream((index4) => /* @__PURE__ */ React863.createElement("td", null, "Item $", index4)); const context = statefulStream(null); const fixedHeaderContent = statefulStream(null); const fixedFooterContent = statefulStream(null); @@ -76720,14 +76810,14 @@ var tableComponentPropsSystem = /* @__PURE__ */ system(() => { var combinedSystem3 = /* @__PURE__ */ system(([listSystem2, propsSystem]) => { return { ...listSystem2, ...propsSystem }; }, tup(listSystem, tableComponentPropsSystem)); -var DefaultScrollSeekPlaceholder2 = ({ height: height2 }) => /* @__PURE__ */ React858.createElement("tr", null, /* @__PURE__ */ React858.createElement("td", { +var DefaultScrollSeekPlaceholder2 = ({ height: height2 }) => /* @__PURE__ */ React863.createElement("tr", null, /* @__PURE__ */ React863.createElement("td", { style: { height: height2 } })); -var DefaultFillerRow = ({ height: height2 }) => /* @__PURE__ */ React858.createElement("tr", null, /* @__PURE__ */ React858.createElement("td", { +var DefaultFillerRow = ({ height: height2 }) => /* @__PURE__ */ React863.createElement("tr", null, /* @__PURE__ */ React863.createElement("td", { style: { height: height2, padding: 0, border: 0 } })); var ITEM_STYLE2 = { overflowAnchor: "none" }; -var Items2 = /* @__PURE__ */ React858.memo(function VirtuosoItems2() { +var Items2 = /* @__PURE__ */ React863.memo(function VirtuosoItems2() { const listState = useEmitterValue3("listState"); const sizeRanges = usePublisher3("sizeRanges"); const useWindowScroll = useEmitterValue3("useWindowScroll"); @@ -76740,7 +76830,7 @@ var Items2 = /* @__PURE__ */ React858.memo(function VirtuosoItems2() { const itemSize = useEmitterValue3("itemSize"); const log2 = useEmitterValue3("log"); const { callbackRef, ref: ref2 } = useChangedListContentsSizes(sizeRanges, itemSize, trackItemSizes, scrollContainerStateCallback, log2, void 0, customScrollParent); - const [deviation, setDeviation] = React858.useState(0); + const [deviation, setDeviation] = React863.useState(0); useEmitter3("deviation", (value) => { if (deviation !== value) { ref2.current.style.marginTop = `${value}px`; @@ -76759,16 +76849,16 @@ var Items2 = /* @__PURE__ */ React858.memo(function VirtuosoItems2() { const statefulTotalCount = useEmitterValue3("statefulTotalCount"); const context = useEmitterValue3("context"); if (statefulTotalCount === 0 && EmptyPlaceholder) { - return React858.createElement(EmptyPlaceholder, contextPropIfNotDomElement(EmptyPlaceholder, context)); + return React863.createElement(EmptyPlaceholder, contextPropIfNotDomElement(EmptyPlaceholder, context)); } const paddingTop = listState.offsetTop + paddingTopAddition + deviation; const paddingBottom = listState.offsetBottom; - const paddingTopEl = paddingTop > 0 ? /* @__PURE__ */ React858.createElement(FillerRow, { + const paddingTopEl = paddingTop > 0 ? /* @__PURE__ */ React863.createElement(FillerRow, { height: paddingTop, key: "padding-top", context }) : null; - const paddingBottomEl = paddingBottom > 0 ? /* @__PURE__ */ React858.createElement(FillerRow, { + const paddingBottomEl = paddingBottom > 0 ? /* @__PURE__ */ React863.createElement(FillerRow, { height: paddingBottom, key: "padding-bottom", context @@ -76777,7 +76867,7 @@ var Items2 = /* @__PURE__ */ React858.memo(function VirtuosoItems2() { const index4 = item.originalIndex; const key = computeItemKey(index4 + firstItemIndex, item.data, context); if (isSeeking) { - return React858.createElement(ScrollSeekPlaceholder, { + return React863.createElement(ScrollSeekPlaceholder, { ...contextPropIfNotDomElement(ScrollSeekPlaceholder, context), key, index: item.index, @@ -76785,7 +76875,7 @@ var Items2 = /* @__PURE__ */ React858.memo(function VirtuosoItems2() { type: item.type || "item" }); } - return React858.createElement(TableRowComponent, { + return React863.createElement(TableRowComponent, { ...contextPropIfNotDomElement(TableRowComponent, context), ...itemPropIfNotDomElement(TableRowComponent, item.data), key, @@ -76795,44 +76885,44 @@ var Items2 = /* @__PURE__ */ React858.memo(function VirtuosoItems2() { style: ITEM_STYLE2 }, itemContent(item.index, item.data, context)); }); - return React858.createElement(TableBodyComponent, { ref: callbackRef, "data-test-id": "virtuoso-item-list", ...contextPropIfNotDomElement(TableBodyComponent, context) }, [paddingTopEl, ...items, paddingBottomEl]); + return React863.createElement(TableBodyComponent, { ref: callbackRef, "data-test-id": "virtuoso-item-list", ...contextPropIfNotDomElement(TableBodyComponent, context) }, [paddingTopEl, ...items, paddingBottomEl]); }); var Viewport3 = ({ children: children2 }) => { - const ctx = React858.useContext(VirtuosoMockContext); + const ctx = React863.useContext(VirtuosoMockContext); const viewportHeight = usePublisher3("viewportHeight"); const fixedItemHeight = usePublisher3("fixedItemHeight"); const viewportRef = useSize(compose3(viewportHeight, (el2) => correctItemSize(el2, "height"))); - React858.useEffect(() => { + React863.useEffect(() => { if (ctx) { viewportHeight(ctx.viewportHeight); fixedItemHeight(ctx.itemHeight); } }, [ctx, viewportHeight, fixedItemHeight]); - return /* @__PURE__ */ React858.createElement("div", { + return /* @__PURE__ */ React863.createElement("div", { style: viewportStyle, ref: viewportRef, "data-viewport-type": "element" }, children2); }; var WindowViewport3 = ({ children: children2 }) => { - const ctx = React858.useContext(VirtuosoMockContext); + const ctx = React863.useContext(VirtuosoMockContext); const windowViewportRect = usePublisher3("windowViewportRect"); const fixedItemHeight = usePublisher3("fixedItemHeight"); const customScrollParent = useEmitterValue3("customScrollParent"); const viewportRef = useWindowViewportRectRef(windowViewportRect, customScrollParent); - React858.useEffect(() => { + React863.useEffect(() => { if (ctx) { fixedItemHeight(ctx.itemHeight); windowViewportRect({ offsetTop: 0, visibleHeight: ctx.viewportHeight, visibleWidth: 100 }); } }, [ctx, windowViewportRect, fixedItemHeight]); - return /* @__PURE__ */ React858.createElement("div", { + return /* @__PURE__ */ React863.createElement("div", { ref: viewportRef, style: viewportStyle, "data-viewport-type": "window" }, children2); }; -var TableRoot = /* @__PURE__ */ React858.memo(function TableVirtuosoRoot(props) { +var TableRoot = /* @__PURE__ */ React863.memo(function TableVirtuosoRoot(props) { const useWindowScroll = useEmitterValue3("useWindowScroll"); const customScrollParent = useEmitterValue3("customScrollParent"); const fixedHeaderHeight = usePublisher3("fixedHeaderHeight"); @@ -76847,21 +76937,21 @@ var TableRoot = /* @__PURE__ */ React858.memo(function TableVirtuosoRoot(props) const TheTable = useEmitterValue3("TableComponent"); const TheTHead = useEmitterValue3("TableHeadComponent"); const TheTFoot = useEmitterValue3("TableFooterComponent"); - const theHead = fixedHeaderContent ? React858.createElement(TheTHead, { + const theHead = fixedHeaderContent ? React863.createElement(TheTHead, { key: "TableHead", style: { zIndex: 2, position: "sticky", top: 0 }, ref: theadRef, ...contextPropIfNotDomElement(TheTHead, context) }, fixedHeaderContent()) : null; - const theFoot = fixedFooterContent ? React858.createElement(TheTFoot, { + const theFoot = fixedFooterContent ? React863.createElement(TheTFoot, { key: "TableFoot", style: { zIndex: 1, position: "sticky", bottom: 0 }, ref: tfootRef, ...contextPropIfNotDomElement(TheTFoot, context) }, fixedFooterContent()) : null; - return /* @__PURE__ */ React858.createElement(TheScroller, { + return /* @__PURE__ */ React863.createElement(TheScroller, { ...props - }, /* @__PURE__ */ React858.createElement(TheViewport, null, React858.createElement(TheTable, { style: { borderSpacing: 0, overflowAnchor: "none" }, ...contextPropIfNotDomElement(TheTable, context) }, [theHead, /* @__PURE__ */ React858.createElement(Items2, { + }, /* @__PURE__ */ React863.createElement(TheViewport, null, React863.createElement(TheTable, { style: { borderSpacing: 0, overflowAnchor: "none" }, ...contextPropIfNotDomElement(TheTable, context) }, [theHead, /* @__PURE__ */ React863.createElement(Items2, { key: "TableBody" }), theFoot]))); }); @@ -77083,16 +77173,16 @@ var SuggestionListStyle = () => { // ../juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx var SuggestionListContext = createContext21(null); -var List4 = forwardRef766((props, ref2) => { +var List4 = forwardRef771((props, ref2) => { const listRef = useContext27(SuggestionListContext); const forkRef = useForkRef2(ref2, listRef); - return /* @__PURE__ */ React860.createElement("div", { + return /* @__PURE__ */ React865.createElement("div", { ref: forkRef, "data-suggestion-list": true, ...props }); }); -var SuggestionList = forwardRef766((inProps, ref2) => { +var SuggestionList = forwardRef771((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSuggestionList" }); const { highlightedIndex, @@ -77242,7 +77332,7 @@ var SuggestionList = forwardRef766((inProps, ref2) => { return renderOption(resultProps, state); } if (MenuItem3) { - return /* @__PURE__ */ React860.createElement(MenuItem3, { + return /* @__PURE__ */ React865.createElement(MenuItem3, { ...resultProps, itemId: option.id, "data-suggestion-item-id": option.id, @@ -77250,7 +77340,7 @@ var SuggestionList = forwardRef766((inProps, ref2) => { isMember: option.isMember }); } - return /* @__PURE__ */ React860.createElement(RcMenuItem, { + return /* @__PURE__ */ React865.createElement(RcMenuItem, { component: "div", selected, focused: highlighted, @@ -77260,16 +77350,16 @@ var SuggestionList = forwardRef766((inProps, ref2) => { "label", "unSelectable" ]) - }, getOptionLabel ? getOptionLabel(option) : option.label, /* @__PURE__ */ React860.createElement(RcBox, { + }, getOptionLabel ? getOptionLabel(option) : option.label, /* @__PURE__ */ React865.createElement(RcBox, { flex: "1 1 auto" - }), expandIconProps && /* @__PURE__ */ React860.createElement(RcIconButton, { + }), expandIconProps && /* @__PURE__ */ React865.createElement(RcIconButton, { ...expandIconProps, symbol: ArrowDown2_default })); }; const PaddingComponent = useMemo64(() => { const paddingValue = padding !== void 0 && itemCount > 0 ? typeof padding === "number" ? padding : menuListBoundaryPadding : 0; - return () => /* @__PURE__ */ React860.createElement(StyledMenuListPadding, { + return () => /* @__PURE__ */ React865.createElement(StyledMenuListPadding, { height: paddingValue }); }, [itemCount, padding]); @@ -77281,9 +77371,9 @@ var SuggestionList = forwardRef766((inProps, ref2) => { ...componentsProp }; }, [componentsProp, PaddingComponent]); - return /* @__PURE__ */ React860.createElement(SuggestionListContext.Provider, { + return /* @__PURE__ */ React865.createElement(SuggestionListContext.Provider, { value: listRef - }, virtualize ? /* @__PURE__ */ React860.createElement(Virtuoso, { + }, virtualize ? /* @__PURE__ */ React865.createElement(Virtuoso, { ref: forkVlRef, totalCount: itemCount, data: itemData, @@ -77301,14 +77391,14 @@ var SuggestionList = forwardRef766((inProps, ref2) => { style: style3, isScrolling: handleScrolling }, rest) - }) : /* @__PURE__ */ React860.createElement(List4, { + }) : /* @__PURE__ */ React865.createElement(List4, { style: { maxHeight: style3.height, overflow: "auto" }, ref: (scrollElm) => { scrollerRefFn(scrollElm); } - }, /* @__PURE__ */ React860.createElement(PaddingComponent, null), options.map((x2, i2) => { + }, /* @__PURE__ */ React865.createElement(PaddingComponent, null), options.map((x2, i2) => { return itemContent(i2, x2); - }), /* @__PURE__ */ React860.createElement(PaddingComponent, null))); + }), /* @__PURE__ */ React865.createElement(PaddingComponent, null))); }); var RcSuggestionList = styled_components_default(SuggestionList)` ${SuggestionListStyle}; @@ -77317,7 +77407,7 @@ RcSuggestionList.displayName = "RcSuggestionList"; // ../juno-core/src/components/Downshift/Downshift.tsx var DEFAULT_GROW_STYLE = { style: { transformOrigin: "0 0 0" } }; -var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { +var _RcDownshift = memo605(forwardRef772((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDownshift" }); if (true) { useDeprecatedCheck(RcDownshift, props, [ @@ -77654,13 +77744,13 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { const itemChipProps = getCustomizedTagProps(selectedItem, index4); if (InputItem) { const isError2 = emailError && emailError === selectedItem.label?.trim() || selectedItem.id && errorSelectedItems?.includes(selectedItem.id) || selectedItem.isError || selectedItem.error; - return /* @__PURE__ */ React861.createElement(InputItem, { + return /* @__PURE__ */ React866.createElement(InputItem, { ...selectedItem, ...itemChipProps, isError: isError2 }); } - return /* @__PURE__ */ React861.createElement(RcChip, { + return /* @__PURE__ */ React866.createElement(RcChip, { ...itemChipProps, deleteIconProps: { "aria-label": "remove" @@ -77668,9 +77758,9 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { }); }); })(); - const endAdornment = (toggleButton || clearBtn) && /* @__PURE__ */ React861.createElement(EndAdornment, null, clearBtn && /* @__PURE__ */ React861.createElement(ClearIconButton, { + const endAdornment = (toggleButton || clearBtn) && /* @__PURE__ */ React866.createElement(EndAdornment, null, clearBtn && /* @__PURE__ */ React866.createElement(ClearIconButton, { ...getClearButtonProps(clearButtonProps) - }), toggleButton && /* @__PURE__ */ React861.createElement(ArrowDownButton, { + }), toggleButton && /* @__PURE__ */ React866.createElement(ArrowDownButton, { variant: "plain", "aria-hidden": true, color: isDownshiftFocused ? color2 || "interactive.f01" : error4 ? "danger.f02" : "neutral.f04", @@ -77714,7 +77804,7 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { const handleUpdatePopper = useEventCallback2(() => { popperRef.current?.update(); }); - const menuChildren = /* @__PURE__ */ React861.createElement(React861.Fragment, null, isOpen && /* @__PURE__ */ React861.createElement(RcSuggestionList, { + const menuChildren = /* @__PURE__ */ React866.createElement(React866.Fragment, null, isOpen && /* @__PURE__ */ React866.createElement(RcSuggestionList, { selectedIndex: isAutocomplete ? autoCompleteSelectedIndex : void 0, highlightedIndex, optionsGroupList, @@ -77738,7 +77828,7 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { ...SuggestionListProps }), isRenderNoOptions && renderNoOptions?.(getNoOptionsProps, noOptionItem)); const prevMenuChildren = usePrevious(() => menuChildren); - return /* @__PURE__ */ React861.createElement(React861.Fragment, null, /* @__PURE__ */ React861.createElement(StyledTextField, { + return /* @__PURE__ */ React866.createElement(React866.Fragment, null, /* @__PURE__ */ React866.createElement(StyledTextField, { renderInput, hasTags, ref: toTextFieldRef, @@ -77767,9 +77857,9 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { }, rest), value: inputValue, clearBtn: false - }), !helperText && screenReaderText && /* @__PURE__ */ React861.createElement(RcVisuallyHidden, { + }), !helperText && screenReaderText && /* @__PURE__ */ React866.createElement(RcVisuallyHidden, { id: describedbyId - }, screenReaderText), /* @__PURE__ */ React861.createElement(StyledPopper, { + }, screenReaderText), /* @__PURE__ */ React866.createElement(StyledPopper, { ref: popperElementRef, open, position: position4, @@ -77804,7 +77894,7 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { onExitProp(); TransitionPropsProp.onExited?.(node4); }; - return /* @__PURE__ */ React861.createElement(TransitionComponent, { + return /* @__PURE__ */ React866.createElement(TransitionComponent, { in: inProp, onEnter, onExited, @@ -77812,7 +77902,7 @@ var _RcDownshift = memo600(forwardRef767((inProps, ref2) => { timeout: transitionDuration, ...virtualize ? {} : DEFAULT_GROW_STYLE, ...TransitionPropsProp - }, /* @__PURE__ */ React861.createElement("div", null, inProp ? menuChildren : prevMenuChildren)); + }, /* @__PURE__ */ React866.createElement("div", null, inProp ? menuChildren : prevMenuChildren)); } : menuChildren)); })); var RcDownshift = styled_components_default(_RcDownshift)` @@ -77823,10 +77913,10 @@ RcDownshift.displayName = "RcDownshift"; var ExportType2 = RcDownshift; // ../juno-core/src/components/Drawer/Drawer.tsx -import React863, { forwardRef as forwardRef769, useMemo as useMemo67 } from "react"; +import React868, { forwardRef as forwardRef774, useMemo as useMemo67 } from "react"; // ../juno-core/src/components/Paper/Paper.tsx -import React862, { forwardRef as forwardRef768, useMemo as useMemo66 } from "react"; +import React867, { forwardRef as forwardRef773, useMemo as useMemo66 } from "react"; // ../juno-core/src/components/Paper/styles/PaperStyle.tsx var PaperStyle = () => { @@ -77837,11 +77927,11 @@ var PaperStyle = () => { var RcPaperClasses = RcClasses([], "RcPaper"); // ../juno-core/src/components/Paper/Paper.tsx -var _RcPaper = forwardRef768((inProps, ref2) => { +var _RcPaper = forwardRef773((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPaper" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo66(() => combineClasses(RcPaperClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React862.createElement(Paper_default, { + return /* @__PURE__ */ React867.createElement(Paper_default, { ...rest, ref: ref2, classes @@ -77899,7 +77989,7 @@ var DrawerStyle = (props) => { }; // ../juno-core/src/components/Drawer/Drawer.tsx -var _RcDrawer = forwardRef769((inProps, ref2) => { +var _RcDrawer = forwardRef774((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDrawer" }); const { inlinePaper, @@ -77928,7 +78018,7 @@ var _RcDrawer = forwardRef769((inProps, ref2) => { onExited, ...managerWithID ? { appear: true } : {} }; - return /* @__PURE__ */ React863.createElement(HasPortalParentProvider, null, /* @__PURE__ */ React863.createElement(Drawer_default, { + return /* @__PURE__ */ React868.createElement(HasPortalParentProvider, null, /* @__PURE__ */ React868.createElement(Drawer_default, { BackdropComponent: RcBackdrop, ...rest, ref: ref2, @@ -77948,7 +78038,7 @@ RcDrawer.defaultProps = { RcDrawer.displayName = "RcDrawer"; // ../juno-core/src/components/Forms/Form/Form/Form.tsx -import React864, { useCallback as useCallback30, useState as useState35 } from "react"; +import React869, { useCallback as useCallback30, useState as useState35 } from "react"; var RcForm = (inProps) => { const props = useThemeProps({ props: inProps, name: "RcForm" }); const { @@ -77972,9 +78062,9 @@ var RcForm = (inProps) => { } onSubmit && onSubmit(event); }, [isSubmitting, onBeforeSubmit, fieldManager, onSubmit, onValidateFailed]); - return /* @__PURE__ */ React864.createElement(RcFormContext.Provider, { + return /* @__PURE__ */ React869.createElement(RcFormContext.Provider, { value: fieldManager - }, /* @__PURE__ */ React864.createElement("form", { + }, /* @__PURE__ */ React869.createElement("form", { onSubmit: handleSubmit, ...rest }, children2)); @@ -77985,10 +78075,10 @@ var RcFormControl = styled_components_default(FormControl_default)``; RcFormControl.displayName = "RcFormControl"; // ../juno-core/src/components/Forms/FormGroup/FormGroup.tsx -import React865, { forwardRef as forwardRef770 } from "react"; -var _RcFormGroup = forwardRef770((inProps, ref2) => { +import React870, { forwardRef as forwardRef775 } from "react"; +var _RcFormGroup = forwardRef775((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcFormGroup" }); - return /* @__PURE__ */ React865.createElement(FormGroup_default, { + return /* @__PURE__ */ React870.createElement(FormGroup_default, { ref: ref2, ...props }); @@ -77997,12 +78087,12 @@ var RcFormGroup = styled_components_default(_RcFormGroup)``; RcFormGroup.displayName = "RcFormGroup"; // ../juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx -import React867, { forwardRef as forwardRef772 } from "react"; +import React872, { forwardRef as forwardRef777 } from "react"; // ../juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx -import React866, { forwardRef as forwardRef771 } from "react"; -var _StyledFormHelperText = forwardRef771(({ ...rest }, ref2) => { - return /* @__PURE__ */ React866.createElement(FormHelperText_default, { +import React871, { forwardRef as forwardRef776 } from "react"; +var _StyledFormHelperText = forwardRef776(({ ...rest }, ref2) => { + return /* @__PURE__ */ React871.createElement(FormHelperText_default, { ...rest, ref: ref2 }); @@ -78013,10 +78103,10 @@ var StyledFormHelperText = styled_components_default(_StyledFormHelperText)``; var RcFormHelperTextClasses = RcClasses([], "RcFormHelperText"); // ../juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx -var _RcFormHelperText = forwardRef772((inProps, ref2) => { +var _RcFormHelperText = forwardRef777((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcFormHelperText" }); const { classes, children: children2 } = props; - return /* @__PURE__ */ React867.createElement(StyledFormHelperText, { + return /* @__PURE__ */ React872.createElement(StyledFormHelperText, { ...props, ref: ref2, classes: combineClasses(RcFormHelperTextClasses, classes) @@ -78027,10 +78117,10 @@ RcFormHelperText.defaultProps = {}; RcFormHelperText.displayName = "RcFormHelperText"; // ../juno-core/src/components/Forms/FormLabel.tsx -import React868, { forwardRef as forwardRef773 } from "react"; -var _RcFormLabel = React868.memo(forwardRef773((inProps, ref2) => { +import React873, { forwardRef as forwardRef778 } from "react"; +var _RcFormLabel = React873.memo(forwardRef778((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcFormLabel" }); - return /* @__PURE__ */ React868.createElement(FormLabel_default, { + return /* @__PURE__ */ React873.createElement(FormLabel_default, { ref: ref2, ...props }); @@ -78042,12 +78132,12 @@ var RcFormLabel = styled_components_default(_RcFormLabel)` RcFormLabel.displayName = "RcFormLabel"; // ../juno-core/src/components/Forms/InputLabel/InputLabel.tsx -import React870, { forwardRef as forwardRef775 } from "react"; +import React875, { forwardRef as forwardRef780 } from "react"; // ../juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx -import React869, { forwardRef as forwardRef774 } from "react"; -var _StyledInputLabel = forwardRef774(({ ...rest }, ref2) => { - return /* @__PURE__ */ React869.createElement(InputLabel_default, { +import React874, { forwardRef as forwardRef779 } from "react"; +var _StyledInputLabel = forwardRef779(({ ...rest }, ref2) => { + return /* @__PURE__ */ React874.createElement(InputLabel_default, { ...rest, ref: ref2 }); @@ -78058,10 +78148,10 @@ var StyledInputLabel = styled_components_default(_StyledInputLabel)``; var RcInputLabelClasses = RcClasses([], "RcInputLabel"); // ../juno-core/src/components/Forms/InputLabel/InputLabel.tsx -var _RcInputLabel = forwardRef775((inProps, ref2) => { +var _RcInputLabel = forwardRef780((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcInputLabel" }); const { classes, children: children2 } = props; - return /* @__PURE__ */ React870.createElement(StyledInputLabel, { + return /* @__PURE__ */ React875.createElement(StyledInputLabel, { ...props, ref: ref2, classes: combineClasses(RcInputLabelClasses, classes) @@ -78073,8 +78163,8 @@ RcInputLabel.displayName = "RcInputLabel"; // ../juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx var import_dayjs3 = __toModule(require_dayjs_min()); -import React882, { - forwardRef as forwardRef785, +import React887, { + forwardRef as forwardRef790, useCallback as useCallback32, useEffect as useEffect57, useMemo as useMemo73, @@ -78307,7 +78397,7 @@ import "react"; // ../../node_modules/@material-ui/pickers/esm/useUtils-cfb96ac9.js var import_prop_types121 = __toModule(require_prop_types()); -import { createContext as createContext22, useMemo as useMemo68, createElement as createElement710, useContext as useContext28 } from "react"; +import { createContext as createContext22, useMemo as useMemo68, createElement as createElement715, useContext as useContext28 } from "react"; var MuiPickersContext = createContext22(null); var MuiPickersUtilsProvider = function MuiPickersUtilsProvider2(_ref6) { var Utils = _ref6.utils, children2 = _ref6.children, locale = _ref6.locale, libInstance = _ref6.libInstance; @@ -78317,7 +78407,7 @@ var MuiPickersUtilsProvider = function MuiPickersUtilsProvider2(_ref6) { instance: libInstance }); }, [Utils, libInstance, locale]); - return createElement710(MuiPickersContext.Provider, { + return createElement715(MuiPickersContext.Provider, { value: utils, children: children2 }); @@ -78340,7 +78430,7 @@ function useUtils() { // ../../node_modules/@material-ui/pickers/esm/Wrapper-241966d7.js var import_prop_types122 = __toModule(require_prop_types()); -import { createElement as createElement711, useEffect as useEffect55, useLayoutEffect as useLayoutEffect23, useRef as useRef84, Fragment as Fragment10, createContext as createContext23 } from "react"; +import { createElement as createElement716, useEffect as useEffect55, useLayoutEffect as useLayoutEffect23, useRef as useRef84, Fragment as Fragment10, createContext as createContext23 } from "react"; var DIALOG_WIDTH = 310; var DIALOG_WIDTH_WIDER = 325; var useStyles = makeStyles_default(function(theme) { @@ -78358,29 +78448,29 @@ var useStyles = makeStyles_default(function(theme) { }); var ModalDialog = function ModalDialog2(_ref6) { var children2 = _ref6.children, classes = _ref6.classes, onAccept = _ref6.onAccept, onDismiss = _ref6.onDismiss, onClear = _ref6.onClear, onSetToday = _ref6.onSetToday, okLabel = _ref6.okLabel, cancelLabel = _ref6.cancelLabel, clearLabel = _ref6.clearLabel, todayLabel = _ref6.todayLabel, clearable = _ref6.clearable, showTodayButton = _ref6.showTodayButton, showTabs = _ref6.showTabs, wider = _ref6.wider, other = _objectWithoutProperties(_ref6, ["children", "classes", "onAccept", "onDismiss", "onClear", "onSetToday", "okLabel", "cancelLabel", "clearLabel", "todayLabel", "clearable", "showTodayButton", "showTabs", "wider"]); - return createElement711(Dialog_default, _extends({ + return createElement716(Dialog_default, _extends({ role: "dialog", onClose: onDismiss, classes: { paper: clsx_m_default(classes.dialogRoot, wider && classes.dialogRootWider) } - }, other), createElement711(DialogContent_default, { + }, other), createElement716(DialogContent_default, { children: children2, className: classes.dialog - }), createElement711(DialogActions_default, { + }), createElement716(DialogActions_default, { classes: { root: clsx_m_default((clearable || showTodayButton) && classes.withAdditionalAction) } - }, clearable && createElement711(Button_default, { + }, clearable && createElement716(Button_default, { color: "primary", onClick: onClear - }, clearLabel), showTodayButton && createElement711(Button_default, { + }, clearLabel), showTodayButton && createElement716(Button_default, { color: "primary", onClick: onSetToday - }, todayLabel), cancelLabel && createElement711(Button_default, { + }, todayLabel), cancelLabel && createElement716(Button_default, { color: "primary", onClick: onDismiss - }, cancelLabel), okLabel && createElement711(Button_default, { + }, cancelLabel), okLabel && createElement716(Button_default, { color: "primary", onClick: onAccept }, okLabel))); @@ -78436,7 +78526,7 @@ var ModalWrapper = function ModalWrapper2(_ref6) { useKeyDown(open, { Enter: onAccept }); - return createElement711(Fragment10, null, createElement711(InputComponent, _extends({}, other, DateInputProps)), createElement711(ModalDialog$1, _extends({ + return createElement716(Fragment10, null, createElement716(InputComponent, _extends({}, other, DateInputProps)), createElement716(ModalDialog$1, _extends({ wider, showTabs, open, @@ -78476,9 +78566,9 @@ var InlineWrapper = function InlineWrapper2(_ref6) { useKeyDown(open, { Enter: onAccept }); - return createElement711(Fragment10, null, createElement711(InputComponent, _extends({}, other, DateInputProps, { + return createElement716(Fragment10, null, createElement716(InputComponent, _extends({}, other, DateInputProps, { inputRef: ref2 - })), createElement711(Popover_default, _extends({ + })), createElement716(Popover_default, _extends({ open, onClose: onDismiss, anchorEl: ref2.current, @@ -78505,11 +78595,11 @@ import { Component as Component5 } from "react"; // ../../node_modules/@material-ui/pickers/esm/Calendar-11ae61f6.js var import_prop_types124 = __toModule(require_prop_types()); -import React__default, { useCallback as useCallback31, createElement as createElement713, cloneElement as cloneElement27, Fragment as Fragment11, Component as Component6, useEffect as useEffect56 } from "react"; +import React__default, { useCallback as useCallback31, createElement as createElement718, cloneElement as cloneElement27, Fragment as Fragment11, Component as Component6, useEffect as useEffect56 } from "react"; // ../../node_modules/@material-ui/pickers/esm/Day.js var import_prop_types123 = __toModule(require_prop_types()); -import { createElement as createElement712 } from "react"; +import { createElement as createElement717 } from "react"; var useStyles2 = makeStyles_default(function(theme) { return { day: { @@ -78549,10 +78639,10 @@ var Day = function Day2(_ref6) { var children2 = _ref6.children, disabled3 = _ref6.disabled, hidden = _ref6.hidden, current = _ref6.current, selected = _ref6.selected, other = _objectWithoutProperties(_ref6, ["children", "disabled", "hidden", "current", "selected"]); var classes = useStyles2(); var className = clsx_m_default(classes.day, hidden && classes.hidden, current && classes.current, selected && classes.daySelected, disabled3 && classes.dayDisabled); - return createElement712(IconButton_default, _extends({ + return createElement717(IconButton_default, _extends({ className, tabIndex: hidden || disabled3 ? -1 : 0 - }, other), createElement712(Typography_default, { + }, other), createElement717(Typography_default, { variant: "body2", color: "inherit" }, children2)); @@ -78621,7 +78711,7 @@ var DayWrapper = function DayWrapper2(_ref6) { var handleClick = useCallback31(function() { return onSelect(value); }, [onSelect, value]); - return createElement713("div", _extends({ + return createElement718("div", _extends({ role: "presentation", onClick: dayInCurrentMonth && !disabled3 ? handleClick : void 0, onKeyPress: dayInCurrentMonth && !disabled3 ? handleClick : void 0 @@ -78682,14 +78772,14 @@ var SlideTransition = function SlideTransition2(_ref6) { enter: classes["slideEnter-" + slideDirection], exitActive: classes["slideExitActiveLeft-" + slideDirection] }; - return createElement713(TransitionGroup_default, { + return createElement718(TransitionGroup_default, { className: clsx_m_default(classes.transitionContainer, className), childFactory: function childFactory2(element2) { return cloneElement27(element2, { classNames: transitionClasses }); } - }, createElement713(CSSTransition_default, { + }, createElement718(CSSTransition_default, { mountOnEnter: true, unmountOnExit: true, key: transKey + slideDirection, @@ -78760,27 +78850,27 @@ var CalendarHeader = function CalendarHeader2(_ref6) { var selectPreviousMonth = function selectPreviousMonth2() { return onMonthChange(utils.getPreviousMonth(currentMonth), "right"); }; - return createElement713("div", null, createElement713("div", { + return createElement718("div", null, createElement718("div", { className: classes.switchHeader - }, createElement713(IconButton_default, _extends({}, leftArrowButtonProps, { + }, createElement718(IconButton_default, _extends({}, leftArrowButtonProps, { disabled: disablePrevMonth, onClick: selectPreviousMonth, className: classes.iconButton - }), rtl ? rightArrowIcon : leftArrowIcon), createElement713(SlideTransition, { + }), rtl ? rightArrowIcon : leftArrowIcon), createElement718(SlideTransition, { slideDirection, transKey: currentMonth.toString(), className: classes.transitionContainer - }, createElement713(Typography_default, { + }, createElement718(Typography_default, { align: "center", variant: "body1" - }, utils.getCalendarHeaderText(currentMonth))), createElement713(IconButton_default, _extends({}, rightArrowButtonProps, { + }, utils.getCalendarHeaderText(currentMonth))), createElement718(IconButton_default, _extends({}, rightArrowButtonProps, { disabled: disableNextMonth, onClick: selectNextMonth, className: classes.iconButton - }), rtl ? leftArrowIcon : rightArrowIcon)), createElement713("div", { + }), rtl ? leftArrowIcon : rightArrowIcon)), createElement718("div", { className: classes.daysHeader }, utils.getWeekdays().map(function(day, index4) { - return createElement713(Typography_default, { + return createElement718(Typography_default, { key: index4, variant: "caption", className: classes.dayLabel @@ -78795,8 +78885,8 @@ true ? CalendarHeader.propTypes = { disableNextMonth: import_prop_types124.bool } : void 0; CalendarHeader.defaultProps = { - leftArrowIcon: createElement713(ArrowLeftIcon, null), - rightArrowIcon: createElement713(ArrowRightIcon, null), + leftArrowIcon: createElement718(ArrowLeftIcon, null), + rightArrowIcon: createElement718(ArrowRightIcon, null), disablePrevMonth: false, disableNextMonth: false }; @@ -78804,7 +78894,7 @@ var withUtils = function withUtils2() { return function(Component7) { var WithUtils = function WithUtils2(props) { var utils = useUtils(); - return createElement713(Component7, _extends({ + return createElement718(Component7, _extends({ utils }, props)); }; @@ -78921,7 +79011,7 @@ var Calendar = /* @__PURE__ */ function(_React$Component) { var _this$props6 = _this.props, utils = _this$props6.utils, classes = _this$props6.classes; var weeks = utils.getWeekArray(_this.state.currentMonth); return weeks.map(function(week) { - return createElement713("div", { + return createElement718("div", { key: "week-".concat(week[0].toString()), className: classes.week }, _this.renderDays(week)); @@ -78935,7 +79025,7 @@ var Calendar = /* @__PURE__ */ function(_React$Component) { return week.map(function(day) { var disabled3 = _this.shouldDisableDate(day); var isDayInCurrentMonth = utils.getMonth(day) === currentMonthNumber; - var dayComponent = createElement713(Day_default, { + var dayComponent = createElement718(Day_default, { disabled: disabled3, current: utils.isSameDay(day, now2), hidden: !isDayInCurrentMonth, @@ -78944,7 +79034,7 @@ var Calendar = /* @__PURE__ */ function(_React$Component) { if (renderDay) { dayComponent = renderDay(day, selectedDate, isDayInCurrentMonth, dayComponent); } - return createElement713(DayWrapper, { + return createElement718(DayWrapper, { value: day, key: day.toString(), disabled: disabled3, @@ -78977,10 +79067,10 @@ var Calendar = /* @__PURE__ */ function(_React$Component) { value: function render() { var _this$state = this.state, currentMonth = _this$state.currentMonth, slideDirection = _this$state.slideDirection; var _this$props9 = this.props, classes = _this$props9.classes, allowKeyboardControl = _this$props9.allowKeyboardControl, leftArrowButtonProps = _this$props9.leftArrowButtonProps, leftArrowIcon = _this$props9.leftArrowIcon, rightArrowButtonProps = _this$props9.rightArrowButtonProps, rightArrowIcon = _this$props9.rightArrowIcon, loadingIndicator = _this$props9.loadingIndicator; - var loadingElement = loadingIndicator ? loadingIndicator : createElement713(CircularProgress_default, null); - return createElement713(Fragment11, null, allowKeyboardControl && this.context !== "static" && createElement713(KeyDownListener, { + var loadingElement = loadingIndicator ? loadingIndicator : createElement718(CircularProgress_default, null); + return createElement718(Fragment11, null, allowKeyboardControl && this.context !== "static" && createElement718(KeyDownListener, { onKeyDown: this.handleKeyDown - }), createElement713(CalendarHeader, { + }), createElement718(CalendarHeader, { currentMonth, slideDirection, onMonthChange: this.handleChangeMonth, @@ -78990,13 +79080,13 @@ var Calendar = /* @__PURE__ */ function(_React$Component) { rightArrowButtonProps, disablePrevMonth: this.shouldDisablePrevMonth(), disableNextMonth: this.shouldDisableNextMonth() - }), createElement713(SlideTransition, { + }), createElement718(SlideTransition, { slideDirection, transKey: currentMonth.toString(), className: classes.transitionContainer - }, createElement713(Fragment11, null, this.state.loadingQueue > 0 && createElement713("div", { + }, createElement718(Fragment11, null, this.state.loadingQueue > 0 && createElement718("div", { className: classes.progressContainer - }, loadingElement) || createElement713("div", null, this.renderWeeks())))); + }, loadingElement) || createElement718("div", null, this.renderWeeks())))); } }], [{ key: "getDerivedStateFromProps", @@ -79059,8 +79149,8 @@ var import_date_utils = __toModule(require_date_utils()); // ../juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx var import_uniqueId3 = __toModule(require_uniqueId()); -import React875, { - forwardRef as forwardRef779, +import React880, { + forwardRef as forwardRef784, useImperativeHandle as useImperativeHandle15, useMemo as useMemo70, useRef as useRef85, @@ -79068,10 +79158,10 @@ import React875, { } from "react"; // ../juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx -import React871, { forwardRef as forwardRef776 } from "react"; -var PickerBaseIconButton = forwardRef776((props, ref2) => { +import React876, { forwardRef as forwardRef781 } from "react"; +var PickerBaseIconButton = forwardRef781((props, ref2) => { const { children: children2, selected, hidden, ...rest } = props; - return /* @__PURE__ */ React871.createElement(RcIconButton, { + return /* @__PURE__ */ React876.createElement(RcIconButton, { elevation: 0, activeElevation: 0, ref: ref2, @@ -79086,10 +79176,10 @@ var PickerBaseIconButton = forwardRef776((props, ref2) => { PickerBaseIconButton.displayName = "PickerBaseIconButton"; // ../juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx -import React872, { forwardRef as forwardRef777 } from "react"; -var _RcTextField2 = forwardRef777((props, ref2) => { +import React877, { forwardRef as forwardRef782 } from "react"; +var _RcTextField2 = forwardRef782((props, ref2) => { const { ...rest } = props; - return /* @__PURE__ */ React872.createElement(RcTextField, { + return /* @__PURE__ */ React877.createElement(RcTextField, { ref: ref2, ...rest, clearBtn: false @@ -79136,7 +79226,7 @@ var StyledPickerTextField = styled_components_default(_RcTextField2)` `; // ../juno-core/src/components/Popover/Popover.tsx -import React873, { forwardRef as forwardRef778, useMemo as useMemo69 } from "react"; +import React878, { forwardRef as forwardRef783, useMemo as useMemo69 } from "react"; // ../juno-core/src/components/Popover/styles/PopoverStyle.tsx var PopoverStyle = () => { @@ -79147,12 +79237,12 @@ var PopoverStyle = () => { var RcPopoverClasses = RcClasses([], "RcPopover"); // ../juno-core/src/components/Popover/Popover.tsx -var _RcPopover = forwardRef778((inProps, ref2) => { +var _RcPopover = forwardRef783((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPopover" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo69(() => combineClasses(RcPopoverClasses, classesProp), [classesProp]); const { externalWindow } = useRcPortalWindowContext(); - return /* @__PURE__ */ React873.createElement(Popover_default, { + return /* @__PURE__ */ React878.createElement(Popover_default, { container: externalWindow?.document.body, ...rest, ref: ref2, @@ -79240,14 +79330,14 @@ var invalidateDateInRange = (day, { }; // ../juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx -import React874, { createContext as createContext24, useContext as useContext29 } from "react"; +import React879, { createContext as createContext24, useContext as useContext29 } from "react"; var ScreenReaderContext = createContext24({}); var useScreenReaderContext = () => useContext29(ScreenReaderContext); var ScreenReaderProvider = ({ screenReaderProps, children: children2 }) => { - return /* @__PURE__ */ React874.createElement(ScreenReaderContext.Provider, { + return /* @__PURE__ */ React879.createElement(ScreenReaderContext.Provider, { value: screenReaderProps || {} }, children2); }; @@ -79532,7 +79622,7 @@ var popoverTransformOrigin = { horizontal: "left" }; var PICKER_DISPLAY_NAME = "PickerTextField"; -var PickerTextField = forwardRef779((props, ref2) => { +var PickerTextField = forwardRef784((props, ref2) => { const { onClear, InputProps, @@ -79582,7 +79672,7 @@ var PickerTextField = forwardRef779((props, ref2) => { }, clearButtonProps); return combineProps({ readOnly: true, - endAdornment: /* @__PURE__ */ React875.createElement(React875.Fragment, null, value && /* @__PURE__ */ React875.createElement(RcIconButton, { + endAdornment: /* @__PURE__ */ React880.createElement(React880.Fragment, null, value && /* @__PURE__ */ React880.createElement(RcIconButton, { className: "picker-clear", variant: "plain", tabIndex: -1, @@ -79591,7 +79681,7 @@ var PickerTextField = forwardRef779((props, ref2) => { title: iconTitle, "aria-label": iconTitle, ...combineClearProps - }), /* @__PURE__ */ React875.createElement(RcIconButton, { + }), /* @__PURE__ */ React880.createElement(RcIconButton, { className: "picker-action", variant: "plain", tabIndex: -1, @@ -79633,7 +79723,7 @@ var PickerTextField = forwardRef779((props, ref2) => { useImperativeHandle15(action3, () => ({ close: onPickerViewClose }), [onPickerViewClose]); - return /* @__PURE__ */ React875.createElement(React875.Fragment, null, /* @__PURE__ */ React875.createElement(StyledPickerTextField, { + return /* @__PURE__ */ React880.createElement(React880.Fragment, null, /* @__PURE__ */ React880.createElement(StyledPickerTextField, { id: idForInput, ref: ref2, InputProps: _InputProps, @@ -79643,14 +79733,14 @@ var PickerTextField = forwardRef779((props, ref2) => { clearBtn, value, ...rest - }), /* @__PURE__ */ React875.createElement(StyledPopover, { + }), /* @__PURE__ */ React880.createElement(StyledPopover, { open: popoverOpen, anchorEl, onClose: onPickerViewClose, anchorOrigin: popoverAnchorOrigin, transformOrigin: popoverTransformOrigin, ...PopoverProps - }, focusInside.start, children2, focusInside.end), /* @__PURE__ */ React875.createElement(RcVisuallyHidden, { + }, focusInside.start, children2, focusInside.end), /* @__PURE__ */ React880.createElement(RcVisuallyHidden, { id: idForInstruction }, announcementText)); }); @@ -79658,8 +79748,8 @@ PickerTextField.displayName = PICKER_DISPLAY_NAME; // ../juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx var import_dayjs2 = __toModule(require_dayjs_min()); -import React881, { - forwardRef as forwardRef784, +import React886, { + forwardRef as forwardRef789, useLayoutEffect as useLayoutEffect25, useMemo as useMemo72, useRef as useRef88, @@ -79667,11 +79757,11 @@ import React881, { } from "react"; // ../juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx -import React877, { memo as memo601, useRef as useRef86 } from "react"; +import React882, { memo as memo606, useRef as useRef86 } from "react"; // ../juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx -import React876, { forwardRef as forwardRef780 } from "react"; -var _SelectArrowDownIcon = forwardRef780(({ className, ...rest }, ref2) => /* @__PURE__ */ React876.createElement(RcIcon, { +import React881, { forwardRef as forwardRef785 } from "react"; +var _SelectArrowDownIcon = forwardRef785(({ className, ...rest }, ref2) => /* @__PURE__ */ React881.createElement(RcIcon, { ref: ref2, className: clsx_m_default("MuiSvgIcon-root", className), color: "neutral.f04", @@ -79920,7 +80010,7 @@ var YearsWrapper = styled_components_default.ul` `; // ../juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx -var DatePickerHeader = memo601((props) => { +var DatePickerHeader = memo606((props) => { const { focusedDate, onMonthChange, @@ -79949,13 +80039,13 @@ var DatePickerHeader = memo601((props) => { const monthYearAriaLabel = getMonthYearAriaLabel?.(`${monthLabel}`, ariaExpanded); const nextMonthAriaLabel = getSwitchMonthAriaLabel?.(true, utils.getMonthText(focusedDate)); const previousMonthAriaLabel = getSwitchMonthAriaLabel?.(false, utils.getMonthText(focusedDate)); - return /* @__PURE__ */ React877.createElement(React877.Fragment, null, changeFromRef.current && /* @__PURE__ */ React877.createElement(RcVisuallyHidden, { + return /* @__PURE__ */ React882.createElement(React882.Fragment, null, changeFromRef.current && /* @__PURE__ */ React882.createElement(RcVisuallyHidden, { role: "region", "aria-live": "assertive" - }, changeFromRef.current === "next" ? nextMonthAriaLabel : previousMonthAriaLabel), /* @__PURE__ */ React877.createElement(SwitchHeaderWrapper, { + }, changeFromRef.current === "next" ? nextMonthAriaLabel : previousMonthAriaLabel), /* @__PURE__ */ React882.createElement(SwitchHeaderWrapper, { size, className: classes.header - }, /* @__PURE__ */ React877.createElement(StyledCurrentMonth, { + }, /* @__PURE__ */ React882.createElement(StyledCurrentMonth, { role: "button", tabIndex: 0, "data-focusable": true, @@ -79965,11 +80055,11 @@ var DatePickerHeader = memo601((props) => { "aria-expanded": ariaExpanded, "data-test-automation-id": "date-picker-month-year", className: classes.select - }, monthLabel, /* @__PURE__ */ React877.createElement(SelectArrowDownIcon, null)), /* @__PURE__ */ React877.createElement(SwitchHeaderButtonWrapper, { + }, monthLabel, /* @__PURE__ */ React882.createElement(SelectArrowDownIcon, null)), /* @__PURE__ */ React882.createElement(SwitchHeaderButtonWrapper, { size, gap: 3, view - }, /* @__PURE__ */ React877.createElement(SwitchHeaderButton, { + }, /* @__PURE__ */ React882.createElement(SwitchHeaderButton, { color: "neutral.f04", size: "small", disabled: disablePrevMonth, @@ -79980,7 +80070,7 @@ var DatePickerHeader = memo601((props) => { "data-test-automation-id": "date-picker-pre-month", className: classes.leftArrow, focusVariant: "focusRing" - }), /* @__PURE__ */ React877.createElement(SwitchHeaderButton, { + }), /* @__PURE__ */ React882.createElement(SwitchHeaderButton, { color: "neutral.f04", size: "small", disabled: disableNextMonth, @@ -80000,8 +80090,8 @@ DatePickerHeader.defaultProps = { DatePickerHeader.displayName = "RcDatePickerHeader"; // ../juno-core/src/components/Forms/Picker/DatePicker/Day.tsx -import React878, { forwardRef as forwardRef781, memo as memo602 } from "react"; -var _Day = forwardRef781((props, ref2) => { +import React883, { forwardRef as forwardRef786, memo as memo607 } from "react"; +var _Day = forwardRef786((props, ref2) => { const { children: children2, disabled: disabled3, @@ -80013,7 +80103,7 @@ var _Day = forwardRef781((props, ref2) => { day, ...rest } = props; - return /* @__PURE__ */ React878.createElement(PickerBaseIconButton, { + return /* @__PURE__ */ React883.createElement(PickerBaseIconButton, { "aria-pressed": focused, ref: ref2, size, @@ -80024,7 +80114,7 @@ var _Day = forwardRef781((props, ref2) => { "data-test-automation-value": children2, disabled: disabled3, ...rest - }, /* @__PURE__ */ React878.createElement(React878.Fragment, null, children2)); + }, /* @__PURE__ */ React883.createElement(React883.Fragment, null, children2)); }); _Day.displayName = "RcDay"; _Day.defaultProps = { @@ -80033,16 +80123,16 @@ _Day.defaultProps = { current: false, selected: false }; -var Day3 = memo602(styled_components_default(_Day)` +var Day3 = memo607(styled_components_default(_Day)` ${DayStyle} `); // ../juno-core/src/components/Forms/Picker/DatePicker/Years.tsx -import React880, { forwardRef as forwardRef783, useLayoutEffect as useLayoutEffect24, useMemo as useMemo71, useRef as useRef87 } from "react"; +import React885, { forwardRef as forwardRef788, useLayoutEffect as useLayoutEffect24, useMemo as useMemo71, useRef as useRef87 } from "react"; // ../juno-core/src/components/Forms/Picker/DatePicker/Year.tsx -import React879, { forwardRef as forwardRef782, memo as memo603 } from "react"; -var Year = memo603(forwardRef782((props, ref2) => { +import React884, { forwardRef as forwardRef787, memo as memo608 } from "react"; +var Year = memo608(forwardRef787((props, ref2) => { const { onSelect, value, selected, disabled: disabled3, focused, children: children2, ...rest } = props; const { getYearAriaLabel } = useScreenReaderContext(); const _handleClick = useEventCallback2(() => onSelect(value)); @@ -80052,7 +80142,7 @@ var Year = memo603(forwardRef782((props, ref2) => { }); const yearAriaLabel = getYearAriaLabel?.(`${value}`, selected); const handleClick = !disabled3 ? _handleClick : void 0; - return /* @__PURE__ */ React879.createElement(StyledYear, { + return /* @__PURE__ */ React884.createElement(StyledYear, { radius: "round", onClick: handleClick, onKeyPress: handleClick, @@ -80066,12 +80156,12 @@ var Year = memo603(forwardRef782((props, ref2) => { "data-test-automation-class": "date-picker-year", "data-test-automation-value": children2, ...rest - }, /* @__PURE__ */ React879.createElement(React879.Fragment, null, children2)); + }, /* @__PURE__ */ React884.createElement(React884.Fragment, null, children2)); })); Year.displayName = "RcYear"; // ../juno-core/src/components/Forms/Picker/DatePicker/Years.tsx -var Years = forwardRef783((props, ref2) => { +var Years = forwardRef788((props, ref2) => { const { date, onYearChange, @@ -80115,7 +80205,7 @@ var Years = forwardRef783((props, ref2) => { const index4 = years.findIndex((x2) => utils.getYear(x2) === currentYear); focusIndex(index4); }, []); - return /* @__PURE__ */ React880.createElement(YearsWrapper, { + return /* @__PURE__ */ React885.createElement(YearsWrapper, { role: "presentation", "aria-label": " ", columns, @@ -80126,9 +80216,9 @@ var Years = forwardRef783((props, ref2) => { const selected = yearNumber === currentYear; const focused = yearNumber === focusedYear; const disabled3 = getOptionDisabled(year); - return /* @__PURE__ */ React880.createElement("li", { + return /* @__PURE__ */ React885.createElement("li", { key: utils.getYearText(year) - }, /* @__PURE__ */ React880.createElement(Year, { + }, /* @__PURE__ */ React885.createElement(Year, { ...getItemProps(index4), ref: focused ? selectedYearRef : void 0, key: utils.getYearText(year), @@ -80143,7 +80233,7 @@ var Years = forwardRef783((props, ref2) => { Years.displayName = "RcYears"; // ../juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx -var Calendar2 = forwardRef784(({ +var Calendar2 = forwardRef789(({ onMonthChange, size, date, @@ -80249,9 +80339,9 @@ var Calendar2 = forwardRef784(({ }); const { getBackToTodayAriaLabel, getDayAriaLabel } = useScreenReaderContext(); const backToTodayAriaLabel = getBackToTodayAriaLabel?.(); - const header3 = useMemo72(() => /* @__PURE__ */ React881.createElement(StyledDaysHeader, { + const header3 = useMemo72(() => /* @__PURE__ */ React886.createElement(StyledDaysHeader, { size - }, weekdays.map((day) => /* @__PURE__ */ React881.createElement(StyledDayLabel, { + }, weekdays.map((day) => /* @__PURE__ */ React886.createElement(StyledDayLabel, { size, key: day, variant: "caption" @@ -80265,7 +80355,7 @@ var Calendar2 = forwardRef784(({ const selected = utils.isSameDay(day, selectedDate); const ariaLabel = getDayAriaLabel?.(selected, `${utils.getDatePickerHeaderText(day)} ${utils.getYearText(day)}`); const focused = utils.isSameDay(focusedDate, day); - const dayComponent = /* @__PURE__ */ React881.createElement(Day3, { + const dayComponent = /* @__PURE__ */ React886.createElement(Day3, { size, disabled: disabled3, current: utils.isSameDay(day, now2), @@ -80277,7 +80367,7 @@ var Calendar2 = forwardRef784(({ "aria-label": ariaLabel }, dayText); const handleClick = !disabled3 && isDayInCurrentMonth ? () => handleDaySelect(day) : void 0; - return /* @__PURE__ */ React881.createElement("div", { + return /* @__PURE__ */ React886.createElement("div", { role: "cell", key: day.toString(), onClick: handleClick, @@ -80286,29 +80376,29 @@ var Calendar2 = forwardRef784(({ }); }; const renderBody = () => { - const loadingElement = loadingIndicator ? loadingIndicator : /* @__PURE__ */ React881.createElement(CircularProgress_default, null); + const loadingElement = loadingIndicator ? loadingIndicator : /* @__PURE__ */ React886.createElement(CircularProgress_default, null); switch (view) { case "day": - return /* @__PURE__ */ React881.createElement(DaysWrapper, { + return /* @__PURE__ */ React886.createElement(DaysWrapper, { role: "presentation", "aria-label": " " - }, header3, /* @__PURE__ */ React881.createElement(CalendarSlideTransitionWrapper, { + }, header3, /* @__PURE__ */ React886.createElement(CalendarSlideTransitionWrapper, { className: classes.calendarSlider, slideDirection, transKey: currentMonthNumber - }, loadingQueue > 0 ? /* @__PURE__ */ React881.createElement(ProgressContainer, { + }, loadingQueue > 0 ? /* @__PURE__ */ React886.createElement(ProgressContainer, { className: classes.progress - }, loadingElement) : /* @__PURE__ */ React881.createElement("div", { + }, loadingElement) : /* @__PURE__ */ React886.createElement("div", { role: "rowgroup", "data-transition-tag": true, onKeyDown: handleKeyDown2 - }, weeks.current.map((week) => /* @__PURE__ */ React881.createElement(WeekWrapper, { + }, weeks.current.map((week) => /* @__PURE__ */ React886.createElement(WeekWrapper, { role: "row", size, key: `week-${week[0].toString()}` - }, renderDays(week))))), /* @__PURE__ */ React881.createElement(DayFooterWrapper, { + }, renderDays(week))))), /* @__PURE__ */ React886.createElement(DayFooterWrapper, { className: classes.footer - }, /* @__PURE__ */ React881.createElement(RcButton, { + }, /* @__PURE__ */ React886.createElement(RcButton, { "data-focusable": true, variant: "plain", onClick: backToToday, @@ -80317,7 +80407,7 @@ var Calendar2 = forwardRef784(({ "data-test-automation-id": "date-picker-today" }, todayButtonText))); case "year": - return /* @__PURE__ */ React881.createElement(Years, { + return /* @__PURE__ */ React886.createElement(Years, { date: focusedDate, size, minDate: min2, @@ -80355,10 +80445,10 @@ var Calendar2 = forwardRef784(({ unsubscribe(); }; }, []); - return /* @__PURE__ */ React881.createElement(DatePickerWrapper, { + return /* @__PURE__ */ React886.createElement(DatePickerWrapper, { size, ref: ref2 - }, /* @__PURE__ */ React881.createElement(DatePickerHeader, { + }, /* @__PURE__ */ React886.createElement(DatePickerHeader, { classes: pickClasses, size, focusedDate, @@ -80377,7 +80467,7 @@ Calendar2.displayName = "RcCalendar"; var defaultMinDate = new Date("1900-01-01"); var defaultMaxDate = new Date("2100-01-01"); var DEFAULT_FORMAT = "MM/DD/YYYY"; -var InnerRcDatePicker = forwardRef785((props, ref2) => { +var InnerRcDatePicker = forwardRef790((props, ref2) => { const { date, value = date, @@ -80475,7 +80565,7 @@ var InnerRcDatePicker = forwardRef785((props, ref2) => { handleDaySelect(closestEnabledDate, false); } }, [value]); - return /* @__PURE__ */ React882.createElement(PickerTextField, { + return /* @__PURE__ */ React887.createElement(PickerTextField, { ref: ref2, action: actionRef, onClear: handleClear, @@ -80484,9 +80574,9 @@ var InnerRcDatePicker = forwardRef785((props, ref2) => { disabled: disabled3, ActionSymbol: DateBorder_default, ...rest - }, /* @__PURE__ */ React882.createElement(ScreenReaderProvider, { + }, /* @__PURE__ */ React887.createElement(ScreenReaderProvider, { screenReaderProps - }, /* @__PURE__ */ React882.createElement(Calendar2, { + }, /* @__PURE__ */ React887.createElement(Calendar2, { size, classes: calendarClasses, date: nowDate, @@ -80503,7 +80593,7 @@ var InnerRcDatePicker = forwardRef785((props, ref2) => { formatString }))); }); -var _RcDatePicker = forwardRef785((inProps, ref2) => { +var _RcDatePicker = forwardRef790((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcDatePicker" }); if (true) { useDeprecatedCheck(RcDatePicker, props, [ @@ -80524,11 +80614,11 @@ var _RcDatePicker = forwardRef785((inProps, ref2) => { } ]); } - return /* @__PURE__ */ React882.createElement(MuiPickersUtilsProvider, { + return /* @__PURE__ */ React887.createElement(MuiPickersUtilsProvider, { utils: index_esm_default, locale: props.locale, libInstance: import_dayjs3.default - }, /* @__PURE__ */ React882.createElement(InnerRcDatePicker, { + }, /* @__PURE__ */ React887.createElement(InnerRcDatePicker, { ref: ref2, ...props })); @@ -80545,9 +80635,9 @@ RcDatePicker.defaultProps = { RcDatePicker.displayName = "RcDatePicker"; // ../juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx -import React884, { - forwardRef as forwardRef787, - memo as memo604, +import React889, { + forwardRef as forwardRef792, + memo as memo609, useImperativeHandle as useImperativeHandle16, useMemo as useMemo74, useRef as useRef90, @@ -80579,9 +80669,9 @@ var StyledNumberPicker = styled_components_default.div` `; // ../juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx -import React883, { forwardRef as forwardRef786 } from "react"; -var _StyledTimeIconButton = forwardRef786(({ itemLength, wrapperSize, ...rest }, ref2) => { - return /* @__PURE__ */ React883.createElement(PickerBaseIconButton, { +import React888, { forwardRef as forwardRef791 } from "react"; +var _StyledTimeIconButton = forwardRef791(({ itemLength, wrapperSize, ...rest }, ref2) => { + return /* @__PURE__ */ React888.createElement(PickerBaseIconButton, { ref: ref2, ...rest }); @@ -80607,7 +80697,7 @@ var StyledTimeIconButton = styled_components_default(_StyledTimeIconButton)` `; // ../juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx -var _NumberPicker = forwardRef787((props, ref2) => { +var _NumberPicker = forwardRef792((props, ref2) => { const { onClick, value, @@ -80718,7 +80808,7 @@ var _NumberPicker = forwardRef787((props, ref2) => { return "large"; } })(); - return /* @__PURE__ */ React884.createElement(StyledNumberPicker, { + return /* @__PURE__ */ React889.createElement(StyledNumberPicker, { tabIndex: 0, onKeyDown: handleKeyDown2, "aria-live": "assertive", @@ -80726,7 +80816,7 @@ var _NumberPicker = forwardRef787((props, ref2) => { ref: pickerRef, "data-focusable": true, ...rest - }, /* @__PURE__ */ React884.createElement(StyledTimeIconButton, { + }, /* @__PURE__ */ React889.createElement(StyledTimeIconButton, { tabIndex: -1, size: iconSize, color: "neutral.f04", @@ -80738,12 +80828,12 @@ var _NumberPicker = forwardRef787((props, ref2) => { symbol: ArrowUp_default, "data-test-automation-id": automationId && `${automationId}-prev-pagination`, "aria-label": "Arrow Up" - }), /* @__PURE__ */ React884.createElement(StyledTimeIconButton, { + }), /* @__PURE__ */ React889.createElement(StyledTimeIconButton, { wrapperSize: size, tabIndex: -1, onClick, "data-test-automation-id": automationId && `${automationId}-text` - }, /* @__PURE__ */ React884.createElement(React884.Fragment, null, showValue)), /* @__PURE__ */ React884.createElement(StyledTimeIconButton, { + }, /* @__PURE__ */ React889.createElement(React889.Fragment, null, showValue)), /* @__PURE__ */ React889.createElement(StyledTimeIconButton, { tabIndex: -1, size: iconSize, color: "neutral.f04", @@ -80757,13 +80847,13 @@ var _NumberPicker = forwardRef787((props, ref2) => { "aria-label": "Arrow Down" })); }); -var NumberPicker = styled_components_default(memo604(_NumberPicker))``; +var NumberPicker = styled_components_default(memo609(_NumberPicker))``; NumberPicker.displayName = "NumberPicker"; // ../juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx -import React885, { - forwardRef as forwardRef788, - memo as memo605, +import React890, { + forwardRef as forwardRef793, + memo as memo610, useImperativeHandle as useImperativeHandle17 } from "react"; @@ -80808,7 +80898,7 @@ var StyledSelectionView = styled_components_default.div` `; // ../juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx -var _ToggleText = memo605(forwardRef788(({ +var _ToggleText = memo610(forwardRef793(({ onUpdateValue, onInnerChange, value, @@ -80856,7 +80946,7 @@ var _ToggleText = memo605(forwardRef788(({ useImperativeHandle17(ref2, () => ({ value: innerValue }), [innerValue]); - return /* @__PURE__ */ React885.createElement(StyledTimeIconButton, { + return /* @__PURE__ */ React890.createElement(StyledTimeIconButton, { wrapperSize: size, onClick: handleClick, onKeyDown: handleToggleKeyDown, @@ -80865,7 +80955,7 @@ var _ToggleText = memo605(forwardRef788(({ "aria-live": "assertive", "aria-label": label3, ...rest - }, /* @__PURE__ */ React885.createElement(React885.Fragment, null, periodTexts[innerValue])); + }, /* @__PURE__ */ React890.createElement(React890.Fragment, null, periodTexts[innerValue])); })); var ToggleText = styled_components_default(_ToggleText)` margin-left: ${({ size }) => RcTimePickerUtils[size].timeSystem.margin}; @@ -80873,7 +80963,7 @@ var ToggleText = styled_components_default(_ToggleText)` ToggleText.displayName = "ToggleText"; // ../juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx -import React886 from "react"; +import React891 from "react"; var SelectionView = (props) => { const { source, @@ -80894,12 +80984,12 @@ var SelectionView = (props) => { return () => onClick(toValue2); }; const showValue = parseNumberToString(value, isTwelveHourSystem); - return /* @__PURE__ */ React886.createElement(StyledSelectionView, { + return /* @__PURE__ */ React891.createElement(StyledSelectionView, { size }, source.map((v2) => { const disabled3 = !!(max2 !== void 0 && v2 > max2 || min2 !== void 0 && v2 < min2); const itemShowValue = parseNumberToString(v2, isTwelveHourSystem); - return /* @__PURE__ */ React886.createElement(StyledSelectionItem, { + return /* @__PURE__ */ React891.createElement(StyledSelectionItem, { disabled: disabled3, "data-focusable": true, radius: "round", @@ -80909,14 +80999,14 @@ var SelectionView = (props) => { selected: itemShowValue === showValue, "data-test-automation-id": automationId && `${automationId}-${itemShowValue}`, itemLength: source.length - }, /* @__PURE__ */ React886.createElement(React886.Fragment, null, itemShowValue)); + }, /* @__PURE__ */ React891.createElement(React891.Fragment, null, itemShowValue)); })); }; SelectionView.displayName = "SelectionView"; // ../juno-core/src/components/Forms/Picker/TimePicker/TimePicker.tsx -import React887, { - forwardRef as forwardRef789, +import React892, { + forwardRef as forwardRef794, useCallback as useCallback33, useLayoutEffect as useLayoutEffect27, useMemo as useMemo75, @@ -80927,7 +81017,7 @@ var defaultPeriodTexts = { input: { AM: "AM", PM: "PM" }, toggle: { AM: "AM", PM: "PM" } }; -var _RcTimePicker = forwardRef789((inProps, ref2) => { +var _RcTimePicker = forwardRef794((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTimePicker" }); const { isTwelveHourSystem, @@ -81135,7 +81225,7 @@ var _RcTimePicker = forwardRef789((inProps, ref2) => { const hourValue = isTwelveHourSystem ? originalHourValue % HALF_DAY_HOURS : originalHourValue; const minuteValue = isHaveValue ? currentHourMinute.minute : boundary.minute.min; const periodValue = isHaveValue ? currentPeriod : getPeriod(originalHourValue); - return /* @__PURE__ */ React887.createElement(PickerTextField, { + return /* @__PURE__ */ React892.createElement(PickerTextField, { ref: ref2, action: actionRef, onClear: handleClear, @@ -81144,9 +81234,9 @@ var _RcTimePicker = forwardRef789((inProps, ref2) => { PopoverProps, ActionSymbol: TimeBorder_default, ...rest - }, /* @__PURE__ */ React887.createElement(StyledPickerPopperWrap, { + }, /* @__PURE__ */ React892.createElement(StyledPickerPopperWrap, { size - }, selectionShowType === "none" ? /* @__PURE__ */ React887.createElement(React887.Fragment, null, /* @__PURE__ */ React887.createElement(NumberPicker, { + }, selectionShowType === "none" ? /* @__PURE__ */ React892.createElement(React892.Fragment, null, /* @__PURE__ */ React892.createElement(NumberPicker, { ref: hourRef, size, onInnerChange: handleHourInnerChange, @@ -81161,10 +81251,10 @@ var _RcTimePicker = forwardRef789((inProps, ref2) => { automationId: "time-picker-hour", autoFocus: true, ...HourPickerProps - }), /* @__PURE__ */ React887.createElement(RcBox, { + }), /* @__PURE__ */ React892.createElement(RcBox, { textAlign: "center", width: "48px" - }, ":"), /* @__PURE__ */ React887.createElement(NumberPicker, { + }, ":"), /* @__PURE__ */ React892.createElement(NumberPicker, { ref: minuteRef, size, ...boundary.minute, @@ -81176,7 +81266,7 @@ var _RcTimePicker = forwardRef789((inProps, ref2) => { step: TIME_GAP, automationId: "time-picker-minute", ...MinutePickerProps - }), isTwelveHourSystem && /* @__PURE__ */ React887.createElement("div", null, /* @__PURE__ */ React887.createElement(ToggleText, { + }), isTwelveHourSystem && /* @__PURE__ */ React892.createElement("div", null, /* @__PURE__ */ React892.createElement(ToggleText, { periodTexts: periodTexts.toggle, ref: periodRef, size, @@ -81187,7 +81277,7 @@ var _RcTimePicker = forwardRef789((inProps, ref2) => { value: periodValue, "data-focusable": true, ...PeriodToggleProps - }))) : /* @__PURE__ */ React887.createElement(SelectionView, { + }))) : /* @__PURE__ */ React892.createElement(SelectionView, { size, ...isHourView ? boundary.hour : boundary.minute, source: isHourView ? isTwelveHourSystem ? twelveHourSystemSource : twentyFourHourSystemSource : minuteSource, @@ -81216,11 +81306,11 @@ RcTimePicker.displayName = "RcTimePicker"; var ExportType3 = RcTimePicker; // ../juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx -import React888, { forwardRef as forwardRef790 } from "react"; -var _RcRadioGroup = forwardRef790((inProps, ref2) => { +import React893, { forwardRef as forwardRef795 } from "react"; +var _RcRadioGroup = forwardRef795((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcRadioGroup" }); const { classes: classesProp, children: children2, ...rest } = props; - return /* @__PURE__ */ React888.createElement(RadioGroup_default, { + return /* @__PURE__ */ React893.createElement(RadioGroup_default, { ...rest, ref: ref2, classes: classesProp @@ -81231,20 +81321,20 @@ RcRadioGroup.defaultProps = {}; RcRadioGroup.displayName = "RcRadioGroup"; // ../juno-core/src/components/Forms/Select/Select.tsx -import React893, { forwardRef as forwardRef795, useMemo as useMemo78 } from "react"; +import React898, { forwardRef as forwardRef800, useMemo as useMemo78 } from "react"; // ../juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx -import React890, { forwardRef as forwardRef792, useMemo as useMemo77, useRef as useRef93 } from "react"; +import React895, { forwardRef as forwardRef797, useMemo as useMemo77, useRef as useRef93 } from "react"; // ../juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx var import_react_is13 = __toModule(require_react_is2()); -import React889, { - forwardRef as forwardRef791, +import React894, { + forwardRef as forwardRef796, useImperativeHandle as useImperativeHandle18, useMemo as useMemo76, useRef as useRef92 } from "react"; -var _RcVirtualizedMenuList = forwardRef791((inProps, ref2) => { +var _RcVirtualizedMenuList = forwardRef796((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcVirtualizedMenuList" @@ -81270,15 +81360,15 @@ var _RcVirtualizedMenuList = forwardRef791((inProps, ref2) => { const theme = RcUseTheme(); const { document: document2 } = useRcPortalWindowContext(); const vlRef = useRef92(null); - const innerListRef = React889.useRef(null); + const innerListRef = React894.useRef(null); const handleRef = useForkRef2(innerListRef, ref2); const rangeChangedRef = useRef92({ startIndex: 0, endIndex: 0 }); const isMountedRef = useMountState(); const itemRenderedDescriptorRef = useRef92(null); let hasSearchText = false; let activeItemIndex = -1; - const items = React889.Children.map(childrenProp, (child, index4) => { - if (!React889.isValidElement(child)) { + const items = React894.Children.map(childrenProp, (child, index4) => { + if (!React894.isValidElement(child)) { return; } if ((0, import_react_is13.isFragment)(child)) { @@ -81402,9 +81492,9 @@ var _RcVirtualizedMenuList = forwardRef791((inProps, ref2) => { const components = useMemo76(() => ({ Header: disablePadding ? void 0 : StyledMenuListPadding, Footer: disablePadding ? void 0 : StyledMenuListPadding, - List: React889.forwardRef(({ children: children2, ...listRest }, listRef) => { + List: React894.forwardRef(({ children: children2, ...listRest }, listRef) => { const toRef = useForkRef2(handleRef, listRef); - return /* @__PURE__ */ React889.createElement(RcList, { + return /* @__PURE__ */ React894.createElement(RcList, { role: "menu", ref: toRef, ...combineProps(listRest, rest) @@ -81412,7 +81502,7 @@ var _RcVirtualizedMenuList = forwardRef791((inProps, ref2) => { }), Item: ({ children: child, ...itemRest }) => { const index4 = itemRest["data-index"]; - return React889.cloneElement(child, { + return React894.cloneElement(child, { ...itemRest, "aria-posinset": index4, "aria-setsize": itemCount, @@ -81448,12 +81538,12 @@ var _RcVirtualizedMenuList = forwardRef791((inProps, ref2) => { style: style3, ...events }, VirtuosoProps2); - return /* @__PURE__ */ React889.createElement(React889.Fragment, null, /* @__PURE__ */ React889.createElement(RcVisuallyHidden, { + return /* @__PURE__ */ React894.createElement(React894.Fragment, null, /* @__PURE__ */ React894.createElement(RcVisuallyHidden, { ref: hiddenRef, onFocus: () => { focusItemByIndex(rangeChangedRef.current?.startIndex || 0, focusedIndexRef.current); } - }), /* @__PURE__ */ React889.createElement(Virtuoso, { + }), /* @__PURE__ */ React894.createElement(Virtuoso, { ref: vlRef, data: items, itemContent: (index4, data) => data, @@ -81467,7 +81557,7 @@ RcVirtualizedMenuList.defaultProps = {}; RcVirtualizedMenuList.displayName = "RcVirtualizedMenuList"; // ../juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx -var _RcVirtualizedMenu = forwardRef792((inProps, ref2) => { +var _RcVirtualizedMenu = forwardRef797((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcVirtualizedMenu" }); const { autoFocus = true, @@ -81526,7 +81616,7 @@ var _RcVirtualizedMenu = forwardRef792((inProps, ref2) => { } } }); - return /* @__PURE__ */ React890.createElement(RcPopover, { + return /* @__PURE__ */ React895.createElement(RcPopover, { ref: handleRef, action: handlePopoverAction, container: document2.body, @@ -81538,7 +81628,7 @@ var _RcVirtualizedMenu = forwardRef792((inProps, ref2) => { PaperProps, TransitionProps: TransitionProps4, ...rest - }, /* @__PURE__ */ React890.createElement(RcVirtualizedMenuList, { + }, /* @__PURE__ */ React895.createElement(RcVirtualizedMenuList, { position: "unset", action: menuListActionRef, autoFocus, @@ -81571,17 +81661,17 @@ RcVirtualizedMenu.defaultProps = { }; // ../juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx -import React891, { forwardRef as forwardRef793 } from "react"; -var _RcVirtualizedDivider = forwardRef793((inProps, ref2) => { +import React896, { forwardRef as forwardRef798 } from "react"; +var _RcVirtualizedDivider = forwardRef798((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcVirtualizedDivider" }); const { className, ...rest } = props; - return /* @__PURE__ */ React891.createElement("li", { + return /* @__PURE__ */ React896.createElement("li", { className, "data-disabled-focus": true - }, /* @__PURE__ */ React891.createElement(RcDivider, { + }, /* @__PURE__ */ React896.createElement(RcDivider, { ...rest, ref: ref2 })); @@ -81594,7 +81684,7 @@ RcVirtualizedDivider.defaultProps = {}; RcVirtualizedDivider.displayName = "RcVirtualizedDivider"; // ../juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx -import React892, { forwardRef as forwardRef794, useState as useState39 } from "react"; +import React897, { forwardRef as forwardRef799, useState as useState39 } from "react"; var import_react_is14 = __toModule(require_react_is2()); var import_utils259 = __toModule(require_utils()); function areEqualValues2(a2, b2) { @@ -81606,7 +81696,7 @@ function areEqualValues2(a2, b2) { function isEmpty2(display) { return display == null || typeof display === "string" && !display.trim(); } -var SelectInput3 = forwardRef794((props, ref2) => { +var SelectInput3 = forwardRef799((props, ref2) => { const { MenuComponent = Menu_default, "aria-label": ariaLabel, @@ -81643,32 +81733,32 @@ var SelectInput3 = forwardRef794((props, ref2) => { default: defaultValue, name: "Select" }); - const inputRef = React892.useRef(null); - const displayRef = React892.useRef(null); - const [displayNode, setDisplayNode] = React892.useState(null); - const { current: isOpenControlled } = React892.useRef(openProp != null); + const inputRef = React897.useRef(null); + const displayRef = React897.useRef(null); + const [displayNode, setDisplayNode] = React897.useState(null); + const { current: isOpenControlled } = React897.useRef(openProp != null); const [menuMinWidthState, setMenuMinWidthState] = useState39(); - const [openState, setOpenState] = React892.useState(false); + const [openState, setOpenState] = React897.useState(false); const handleRef = useForkRef(ref2, inputRefProp); - const handleDisplayRef = React892.useCallback((node4) => { + const handleDisplayRef = React897.useCallback((node4) => { displayRef.current = node4; if (node4) { setDisplayNode(node4); } }, []); - React892.useImperativeHandle(handleRef, () => ({ + React897.useImperativeHandle(handleRef, () => ({ focus: () => { displayRef.current.focus(); }, node: inputRef.current, value }), [value]); - React892.useEffect(() => { + React897.useEffect(() => { if (autoFocus) { displayRef.current.focus(); } }, [autoFocus]); - React892.useEffect(() => { + React897.useEffect(() => { const label3 = ownerDocument(displayRef.current).getElementById(labelId); if (label3) { const handler = () => { @@ -81707,7 +81797,7 @@ var SelectInput3 = forwardRef794((props, ref2) => { const handleClose = (event) => { update4(false, event); }; - const childrenArray = React892.Children.toArray(children2); + const childrenArray = React897.Children.toArray(children2); const handleChange = (event) => { const index4 = childrenArray.map((child2) => child2.props.value).indexOf(event.target.value); if (index4 === -1) { @@ -81789,7 +81879,7 @@ var SelectInput3 = forwardRef794((props, ref2) => { } } const items = childrenArray.map((child) => { - if (!React892.isValidElement(child)) { + if (!React897.isValidElement(child)) { return null; } if (true) { @@ -81818,7 +81908,7 @@ var SelectInput3 = forwardRef794((props, ref2) => { if (selected) { foundMatch = true; } - return React892.cloneElement(child, { + return React897.cloneElement(child, { "aria-selected": selected ? "true" : "false", onClick: handleItemClick(child), onKeyUp: (event) => { @@ -81836,7 +81926,7 @@ var SelectInput3 = forwardRef794((props, ref2) => { }); }); if (true) { - React892.useEffect(() => { + React897.useEffect(() => { if (!foundMatch && !multiple && value !== "") { const values5 = childrenArray.map((child) => child.props.value); console.warn([ @@ -81861,7 +81951,7 @@ var SelectInput3 = forwardRef794((props, ref2) => { tabIndex = disabled3 ? void 0 : 0; } const buttonId = SelectDisplayProps.id || (name ? `mui-component-select-${name}` : void 0); - return /* @__PURE__ */ React892.createElement(React892.Fragment, null, /* @__PURE__ */ React892.createElement("div", { + return /* @__PURE__ */ React897.createElement(React897.Fragment, null, /* @__PURE__ */ React897.createElement("div", { ref: handleDisplayRef, tabIndex, role: "button", @@ -81879,9 +81969,9 @@ var SelectInput3 = forwardRef794((props, ref2) => { [classes.disabled]: disabled3 }, className, SelectDisplayProps.className), id: buttonId - }, isEmpty2(display) ? /* @__PURE__ */ React892.createElement("span", { + }, isEmpty2(display) ? /* @__PURE__ */ React897.createElement("span", { dangerouslySetInnerHTML: { __html: "​" } - }) : display), /* @__PURE__ */ React892.createElement("input", { + }) : display), /* @__PURE__ */ React897.createElement("input", { value: Array.isArray(value) ? value.join(",") : value, name, ref: inputRef, @@ -81892,14 +81982,14 @@ var SelectInput3 = forwardRef794((props, ref2) => { className: classes.nativeInput, autoFocus, ...other - }), /* @__PURE__ */ React892.createElement(IconComponent, { + }), /* @__PURE__ */ React897.createElement(IconComponent, { disabled: disabled3, className: clsx_m_default(classes.icon, classes.iconOpen && { [classes.iconOpen]: open }, classes.disabled && { [classes.disabled]: disabled3 }) - }), /* @__PURE__ */ React892.createElement(MenuComponent, { + }), /* @__PURE__ */ React897.createElement(MenuComponent, { id: `menu-${name || ""}`, anchorEl: displayNode, open, @@ -82062,7 +82152,7 @@ var leftBottomAnchorOrigin = { horizontal: "left", vertical: "bottom" }; -var _RcSelect = forwardRef795((inProps, ref2) => { +var _RcSelect = forwardRef800((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSelect" }); const { children: children2, @@ -82157,7 +82247,7 @@ var _RcSelect = forwardRef795((inProps, ref2) => { }, [InputProps, placeholder2, nonValue, applyClasses, variant]); const valueIsNumber = typeof value === "number"; const currValue = valueIsNumber ? value : value || ""; - return /* @__PURE__ */ React893.createElement(RcSelectTextField, { + return /* @__PURE__ */ React898.createElement(RcSelectTextField, { ref: ref2, id: id2, className, @@ -82192,12 +82282,12 @@ RcSelect.defaultProps = { }; // ../juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx -import React896, { forwardRef as forwardRef798, useMemo as useMemo81, useState as useState42 } from "react"; +import React901, { forwardRef as forwardRef803, useMemo as useMemo81, useState as useState42 } from "react"; // ../juno-core/src/components/Menu/MenuList/MenuList.tsx -import React894, { - forwardRef as forwardRef796, - memo as memo606, +import React899, { + forwardRef as forwardRef801, + memo as memo611, useContext as useContext30, useMemo as useMemo79, useState as useState40 @@ -82207,8 +82297,8 @@ import React894, { var RcMenuListClasses = RcClasses([], "RcMenuList"); // ../juno-core/src/components/Menu/MenuList/MenuList.tsx -var MemoMuiListMenu = memo606(MenuList_default); -var _RcMenuList = forwardRef796((inProps, ref2) => { +var MemoMuiListMenu = memo611(MenuList_default); +var _RcMenuList = forwardRef801((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcMenuList" }); const { classes: classesProp, @@ -82229,9 +82319,9 @@ var _RcMenuList = forwardRef796((inProps, ref2) => { setFocusedMenuItemId, onClose: onCloseProp }), [autoClose, focusedMenuItemId, id2, onCloseProp, subMenuContext.autoClose]); - return /* @__PURE__ */ React894.createElement(RcMenuListContext.Provider, { + return /* @__PURE__ */ React899.createElement(RcMenuListContext.Provider, { value: ctxValue - }, /* @__PURE__ */ React894.createElement(MemoMuiListMenu, { + }, /* @__PURE__ */ React899.createElement(MemoMuiListMenu, { ...rest, ref: ref2, classes @@ -82246,9 +82336,9 @@ RcMenuList.defaultProps = { RcMenuList.displayName = "RcMenuList"; // ../juno-core/src/components/Menu/SubMenu/SubMenu.tsx -import React895, { - forwardRef as forwardRef797, - memo as memo607, +import React900, { + forwardRef as forwardRef802, + memo as memo612, useContext as useContext31, useLayoutEffect as useLayoutEffect28, useMemo as useMemo80, @@ -82275,8 +82365,8 @@ var RcSubMenuClasses = RcClasses([], "RcSubMenu"); // ../juno-core/src/components/Menu/SubMenu/SubMenu.tsx var POPPER_OFFSET = 2; -var MemoMenuList = memo607(RcMenuList); -var _RcSubMenu = forwardRef797((inProps, ref2) => { +var MemoMenuList = memo612(RcMenuList); +var _RcSubMenu = forwardRef802((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSubMenu" }); const { classes: classesProp, @@ -82348,7 +82438,7 @@ var _RcSubMenu = forwardRef797((inProps, ref2) => { } }; const classes = useMemo80(() => combineClasses(RcSubMenuClasses, classesProp), [classesProp]); - const title = useMemo80(() => typeof titleProp === "string" ? /* @__PURE__ */ React895.createElement(RcListItemText, null, titleProp) : titleProp, [titleProp]); + const title = useMemo80(() => typeof titleProp === "string" ? /* @__PURE__ */ React900.createElement(RcListItemText, null, titleProp) : titleProp, [titleProp]); const { onKeyDown: onPopperKeyDown, onMouseLeave: onPopperMouseLeave, @@ -82443,7 +82533,7 @@ var _RcSubMenu = forwardRef797((inProps, ref2) => { boundariesElement: externalWindow ? "window" : "viewport" } }), [externalWindow]); - return /* @__PURE__ */ React895.createElement(React895.Fragment, null, /* @__PURE__ */ React895.createElement(RcMenuItem, { + return /* @__PURE__ */ React900.createElement(React900.Fragment, null, /* @__PURE__ */ React900.createElement(RcMenuItem, { "aria-controls": popperId, ...rest, ref: ref2, @@ -82458,11 +82548,11 @@ var _RcSubMenu = forwardRef797((inProps, ref2) => { isSubMenuItem: true, "aria-haspopup": "true", "aria-expanded": open - }, title, /* @__PURE__ */ React895.createElement(StyledListItemSecondaryAction, null, /* @__PURE__ */ React895.createElement(RcIcon, { + }, title, /* @__PURE__ */ React900.createElement(StyledListItemSecondaryAction, null, /* @__PURE__ */ React900.createElement(RcIcon, { size: "medium", color: "neutral.f04", symbol: ArrowRight_default - }))), /* @__PURE__ */ React895.createElement(RcPopper, { + }))), /* @__PURE__ */ React900.createElement(RcPopper, { role: "menu", id: popperId, container: externalWindow?.document.body, @@ -82475,14 +82565,14 @@ var _RcSubMenu = forwardRef797((inProps, ref2) => { modifiers: modifiers2, onKeyDown: handlePopperKeyDown, onMouseLeave: handlePopperMouseLeave - }, ({ TransitionProps: TransitionProps4 }) => /* @__PURE__ */ React895.createElement(StyledGrow, { + }, ({ TransitionProps: TransitionProps4 }) => /* @__PURE__ */ React900.createElement(StyledGrow, { ...TransitionProps4, timeout: "auto" - }, /* @__PURE__ */ React895.createElement(RcPaper, null, /* @__PURE__ */ React895.createElement(RcSubMenuContext.Provider, { + }, /* @__PURE__ */ React900.createElement(RcPaper, null, /* @__PURE__ */ React900.createElement(RcSubMenuContext.Provider, { value: ctxValue - }, /* @__PURE__ */ React895.createElement(ClickAwayListener_default, { + }, /* @__PURE__ */ React900.createElement(ClickAwayListener_default, { onClickAway: handlePopperClickAway - }, /* @__PURE__ */ React895.createElement(MemoMenuList, { + }, /* @__PURE__ */ React900.createElement(MemoMenuList, { ...MenuListProps, autoFocusItem: true }, children2))))))); @@ -82581,7 +82671,7 @@ var plainAnchorOrigin = { horizontal: "left", vertical: "bottom" }; -var _RcPlainSelect = forwardRef798(({ +var _RcPlainSelect = forwardRef803(({ children: children2, className, classes, @@ -82627,7 +82717,7 @@ var _RcPlainSelect = forwardRef798(({ }, [children2, value]); const _renderValue = (newValue) => { const _variant = switchVariantToButtonVariant(variant); - return /* @__PURE__ */ React896.createElement(RcButton, { + return /* @__PURE__ */ React901.createElement(RcButton, { ref: ref2, innerRef, disabled: disabled3, @@ -82639,9 +82729,9 @@ var _RcPlainSelect = forwardRef798(({ "aria-label": "open menu", "aria-haspopup": "listbox", ...combineProps(defaultButtonProps, ButtonProps) - }, renderValue ? renderValue(newValue) : display, IconComponent && /* @__PURE__ */ React896.createElement(IconComponent, { + }, renderValue ? renderValue(newValue) : display, IconComponent && /* @__PURE__ */ React901.createElement(IconComponent, { open - }) || /* @__PURE__ */ React896.createElement(SelectArrowDownIcon, { + }) || /* @__PURE__ */ React901.createElement(SelectArrowDownIcon, { color: void 0, className: open ? "MuiSelect-iconOpen" : "" })); @@ -82665,7 +82755,7 @@ var _RcPlainSelect = forwardRef798(({ disableUnderline: true }, InputProps); }, [InputProps]); - return /* @__PURE__ */ React896.createElement(RcSelect, { + return /* @__PURE__ */ React901.createElement(RcSelect, { className, value, variant: "none", @@ -82701,7 +82791,7 @@ RcPlainSelect.defaultProps = { RcPlainSelect.displayName = displayName2; // ../juno-core/src/components/Forms/Slider/Slider.tsx -import React897, { forwardRef as forwardRef799, useMemo as useMemo82 } from "react"; +import React902, { forwardRef as forwardRef804, useMemo as useMemo82 } from "react"; // ../juno-core/src/components/Forms/Slider/utils/SliderUtil.ts var RcSliderClasses = RcClasses(["thumb", "active", "trackInverted", "track", "focusVisible", "disabled"], "RcSlider"); @@ -82742,11 +82832,11 @@ var SliderStyle = (props) => { }; // ../juno-core/src/components/Forms/Slider/Slider.tsx -var _RcSlider = forwardRef799((inProps, ref2) => { +var _RcSlider = forwardRef804((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSlider" }); const { classes: classesProp, color: color2, children: children2, ...rest } = props; const classes = useMemo82(() => combineClasses(RcSliderClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React897.createElement(Slider_default, { + return /* @__PURE__ */ React902.createElement(Slider_default, { ...rest, ref: ref2, classes @@ -82762,7 +82852,7 @@ RcSlider.defaultProps = { RcSlider.displayName = "RcSlider"; // ../juno-core/src/components/Forms/Textarea/Textarea.tsx -import React898, { forwardRef as forwardRef800, useMemo as useMemo83 } from "react"; +import React903, { forwardRef as forwardRef805, useMemo as useMemo83 } from "react"; // ../juno-core/src/components/Forms/Textarea/utils/TextareaUtils.ts var RcTextareaInputClasses = RcClasses(["inputMultiline", "root"], "RcTextareaInput"); @@ -82793,7 +82883,7 @@ var TextareaStyle = ({ }; // ../juno-core/src/components/Forms/Textarea/Textarea.tsx -var _RcTextarea = forwardRef800((inProps, ref2) => { +var _RcTextarea = forwardRef805((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTextarea" }); const { classes, @@ -82810,7 +82900,7 @@ var _RcTextarea = forwardRef800((inProps, ref2) => { if (minRows || maxRows) { rows = void 0; } - return /* @__PURE__ */ React898.createElement(RcTextField, { + return /* @__PURE__ */ React903.createElement(RcTextField, { ...rest, rows, minRows, @@ -82830,7 +82920,7 @@ RcTextarea.defaultProps = { RcTextarea.displayName = "RcTextarea"; // ../juno-core/src/components/Grid/Grid.tsx -import React899, { forwardRef as forwardRef801, useMemo as useMemo84 } from "react"; +import React904, { forwardRef as forwardRef806, useMemo as useMemo84 } from "react"; // ../juno-core/src/components/Grid/styles/GridStyle.tsx var GridStyle = () => { @@ -82841,11 +82931,11 @@ var GridStyle = () => { var RcGridClasses = RcClasses([], "RcGrid"); // ../juno-core/src/components/Grid/Grid.tsx -var _RcGrid = forwardRef801((inProps, ref2) => { +var _RcGrid = forwardRef806((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcGrid" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo84(() => combineClasses(RcGridClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React899.createElement(Grid_default, { + return /* @__PURE__ */ React904.createElement(Grid_default, { ...rest, ref: ref2, classes @@ -82862,8 +82952,8 @@ var RcHidden = Hidden_default; RcHidden.displayName = "RcHidden"; // ../juno-core/src/components/InlineEditable/InlineEditable.tsx -import React900, { - forwardRef as forwardRef802, +import React905, { + forwardRef as forwardRef807, useEffect as useEffect58, useMemo as useMemo85, useRef as useRef95, @@ -82982,7 +83072,7 @@ var InlineEditableStyle = ({ variant, multiline, fullWidth, disabled: disabled3, }; // ../juno-core/src/components/InlineEditable/InlineEditable.tsx -var _RcInlineEditable = forwardRef802((inProps, ref2) => { +var _RcInlineEditable = forwardRef807((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcInlineEditable" }); const { onSave, @@ -83105,7 +83195,7 @@ var _RcInlineEditable = forwardRef802((inProps, ref2) => { const draft = draftRef.current; const displayValue = isEditing || saving ? draft : value; const toTooltipTitle = ((0, import_isString.default)(TooltipProps?.title) ? TooltipProps?.title : void 0) ?? tooltipTitle; - const children2 = /* @__PURE__ */ React900.createElement("div", { + const children2 = /* @__PURE__ */ React905.createElement("div", { ref: ref2, "data-test-automation-id": automationId, onKeyDown: handleKeyDown2, @@ -83114,7 +83204,7 @@ var _RcInlineEditable = forwardRef802((inProps, ref2) => { }), onMouseDown: handleMouseDown, ...rest - }, disabled3 ? null : /* @__PURE__ */ React900.createElement(Component7, { + }, disabled3 ? null : /* @__PURE__ */ React905.createElement(Component7, { ref: textFieldRef, value: draft, autoComplete: "off", @@ -83132,7 +83222,7 @@ var _RcInlineEditable = forwardRef802((inProps, ref2) => { onBlurCapture: handleBlur, className: classes.textField }, inputProps) - }), /* @__PURE__ */ React900.createElement("div", { + }), /* @__PURE__ */ React905.createElement("div", { ref: labelRef, title: title || displayValue, className: clsx_m_default(classes.label, { @@ -83143,7 +83233,7 @@ var _RcInlineEditable = forwardRef802((inProps, ref2) => { onKeyDown: disabled3 || saving ? void 0 : focusTextField }, displayValue || placeholder2)); if (!disabled3 && toTooltipTitle && (TooltipProps || tooltipTitle)) { - return /* @__PURE__ */ React900.createElement(RcTooltip, { + return /* @__PURE__ */ React905.createElement(RcTooltip, { tooltipForceHide: isEditing, disableFocusListener: true, ...TooltipProps, @@ -83162,7 +83252,7 @@ RcInlineEditable.defaultProps = { RcInlineEditable.displayName = "RcInlineEditable"; // ../juno-core/src/components/Link/Link.tsx -import React901, { forwardRef as forwardRef803 } from "react"; +import React906, { forwardRef as forwardRef808 } from "react"; // ../juno-core/src/components/Link/utils/LinkUtils.ts var RcLinkTypographies = { @@ -83212,7 +83302,7 @@ var LinkStyle = ({ }; // ../juno-core/src/components/Link/Link.tsx -var _RcLink = forwardRef803((inProps, ref2) => { +var _RcLink = forwardRef808((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcLink" }); if (true) { useDeprecatedCheck(RcLink, props, [ @@ -83250,7 +83340,7 @@ var _RcLink = forwardRef803((inProps, ref2) => { checkKeys: ["Enter"] }); const Component7 = ComponentProp; - return /* @__PURE__ */ React901.createElement(Component7, { + return /* @__PURE__ */ React906.createElement(Component7, { ...rest, tabIndex: disabled3 ? -1 : tabIndex, ref: ref2, @@ -83270,10 +83360,10 @@ RcLink.defaultProps = { RcLink.displayName = "RcLink"; // ../juno-core/src/components/Loading/Loading.tsx -import React903 from "react"; +import React908 from "react"; // ../juno-core/src/components/Loading/styles/StyledLoadingPage.tsx -import React902 from "react"; +import React907 from "react"; var StyledLoadingPage = styled_components_default.div` position: absolute; width: 100%; @@ -83287,10 +83377,10 @@ var StyledLoadingPage = styled_components_default.div` background: ${palette22("neutral", "b01")}; z-index: 1000; `; -var RcDefaultLoadingWithDelay = withDelay(({ backgroundType, size, disableShrink }) => /* @__PURE__ */ React902.createElement(StyledLoadingPage, { +var RcDefaultLoadingWithDelay = withDelay(({ backgroundType, size, disableShrink }) => /* @__PURE__ */ React907.createElement(StyledLoadingPage, { "data-test-automation-id": "loading-page", backgroundType -}, /* @__PURE__ */ React902.createElement(RcCircularProgress, { +}, /* @__PURE__ */ React907.createElement(RcCircularProgress, { size, disableShrink }))); @@ -83313,8 +83403,8 @@ var RcLoading = (inProps) => { } = props; const childrenWhenLoading = !keepMounted && loading ? null : children2; const getCloneNode = () => { - if (childrenWhenLoading && React903.isValidElement(childrenWhenLoading) && childrenWhenLoading.type !== React903.Fragment) { - return /* @__PURE__ */ React903.createElement(RcBox, { + if (childrenWhenLoading && React908.isValidElement(childrenWhenLoading) && childrenWhenLoading.type !== React908.Fragment) { + return /* @__PURE__ */ React908.createElement(RcBox, { clone: true, display: "none" }, childrenWhenLoading); @@ -83327,7 +83417,7 @@ var RcLoading = (inProps) => { } return childrenWhenLoading; }; - return /* @__PURE__ */ React903.createElement(React903.Fragment, null, loading && /* @__PURE__ */ React903.createElement(LoadingComponent, { + return /* @__PURE__ */ React908.createElement(React908.Fragment, null, loading && /* @__PURE__ */ React908.createElement(LoadingComponent, { delay, backgroundType, size, @@ -83336,13 +83426,13 @@ var RcLoading = (inProps) => { }; // ../juno-core/src/components/Pagination/Pagination/Pagination.tsx -import React910, { forwardRef as forwardRef806, useMemo as useMemo86 } from "react"; +import React915, { forwardRef as forwardRef811, useMemo as useMemo86 } from "react"; // ../../node_modules/@material-ui/lab/esm/Pagination/Pagination.js var import_prop_types126 = __toModule(require_prop_types()); import { - createElement as createElement719, - forwardRef as forwardRef805 + createElement as createElement724, + forwardRef as forwardRef810 } from "react"; // ../../node_modules/@material-ui/lab/esm/Pagination/usePagination.js @@ -83418,39 +83508,39 @@ function usePagination() { // ../../node_modules/@material-ui/lab/esm/PaginationItem/PaginationItem.js var import_prop_types125 = __toModule(require_prop_types()); import { - createElement as createElement718, - forwardRef as forwardRef804 + createElement as createElement723, + forwardRef as forwardRef809 } from "react"; // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/FirstPage.js import { - createElement as createElement714 + createElement as createElement719 } from "react"; -var FirstPage_default = createSvgIcon(/* @__PURE__ */ createElement714("path", { +var FirstPage_default = createSvgIcon(/* @__PURE__ */ createElement719("path", { d: "M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z" }), "FirstPage"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/LastPage.js import { - createElement as createElement715 + createElement as createElement720 } from "react"; -var LastPage_default = createSvgIcon(/* @__PURE__ */ createElement715("path", { +var LastPage_default = createSvgIcon(/* @__PURE__ */ createElement720("path", { d: "M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z" }), "LastPage"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/NavigateBefore.js import { - createElement as createElement716 + createElement as createElement721 } from "react"; -var NavigateBefore_default = createSvgIcon(/* @__PURE__ */ createElement716("path", { +var NavigateBefore_default = createSvgIcon(/* @__PURE__ */ createElement721("path", { d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" }), "NavigateBefore"); // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/NavigateNext.js import { - createElement as createElement717 + createElement as createElement722 } from "react"; -var NavigateNext_default = createSvgIcon(/* @__PURE__ */ createElement717("path", { +var NavigateNext_default = createSvgIcon(/* @__PURE__ */ createElement722("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" }), "NavigateNext"); @@ -83606,7 +83696,7 @@ var styles158 = function styles159(theme) { } }; }; -var PaginationItem = /* @__PURE__ */ forwardRef804(function PaginationItem2(props, ref2) { +var PaginationItem = /* @__PURE__ */ forwardRef809(function PaginationItem2(props, ref2) { var classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "standard" : _props$color, component = props.component, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, page = props.page, _props$selected = props.selected, selected = _props$selected === void 0 ? false : _props$selected, _props$shape = props.shape, shape2 = _props$shape === void 0 ? "round" : _props$shape, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, _props$type = props.type, type3 = _props$type === void 0 ? "page" : _props$type, _props$variant = props.variant, variant = _props$variant === void 0 ? "text" : _props$variant, other = _objectWithoutProperties(props, ["classes", "className", "color", "component", "disabled", "page", "selected", "shape", "size", "type", "variant"]); var theme = useTheme2(); var normalizedIcons = theme.direction === "rtl" ? { @@ -83621,16 +83711,16 @@ var PaginationItem = /* @__PURE__ */ forwardRef804(function PaginationItem2(prop last: LastPage_default }; var Icon = normalizedIcons[type3]; - return type3 === "start-ellipsis" || type3 === "end-ellipsis" ? /* @__PURE__ */ createElement718("div", { + return type3 === "start-ellipsis" || type3 === "end-ellipsis" ? /* @__PURE__ */ createElement723("div", { ref: ref2, className: clsx_m_default(classes.root, classes.ellipsis, disabled3 && classes.disabled, size !== "medium" && classes["size".concat(capitalize(size))]) - }, "\u2026") : /* @__PURE__ */ createElement718(ButtonBase_default, _extends({ + }, "\u2026") : /* @__PURE__ */ createElement723(ButtonBase_default, _extends({ ref: ref2, component, disabled: disabled3, focusVisibleClassName: classes.focusVisible, className: clsx_m_default(classes.root, classes.page, classes[variant], classes[shape2], className, color2 !== "standard" && classes["".concat(variant).concat(capitalize(color2))], disabled3 && classes.disabled, selected && classes.selected, size !== "medium" && classes["size".concat(capitalize(size))]) - }, other), type3 === "page" && page, Icon ? /* @__PURE__ */ createElement718(Icon, { + }, other), type3 === "page" && page, Icon ? /* @__PURE__ */ createElement723(Icon, { className: classes.icon }) : null); }); @@ -83669,21 +83759,21 @@ function defaultGetAriaLabel(type3, page, selected) { } return "Go to ".concat(type3, " page"); } -var Pagination = /* @__PURE__ */ forwardRef805(function Pagination2(props, ref2) { +var Pagination = /* @__PURE__ */ forwardRef810(function Pagination2(props, ref2) { var boundaryCount = props.boundaryCount, classes = props.classes, className = props.className, _props$color = props.color, color2 = _props$color === void 0 ? "standard" : _props$color, count2 = props.count, defaultPage = props.defaultPage, disabled3 = props.disabled, _props$getItemAriaLab = props.getItemAriaLabel, getItemAriaLabel = _props$getItemAriaLab === void 0 ? defaultGetAriaLabel : _props$getItemAriaLab, hideNextButton = props.hideNextButton, hidePrevButton = props.hidePrevButton, onChange = props.onChange, page = props.page, _props$renderItem = props.renderItem, renderItem = _props$renderItem === void 0 ? function(item) { - return /* @__PURE__ */ createElement719(PaginationItem_default, item); + return /* @__PURE__ */ createElement724(PaginationItem_default, item); } : _props$renderItem, _props$shape = props.shape, shape2 = _props$shape === void 0 ? "round" : _props$shape, showFirstButton = props.showFirstButton, showLastButton = props.showLastButton, siblingCount = props.siblingCount, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, _props$variant = props.variant, variant = _props$variant === void 0 ? "text" : _props$variant, other = _objectWithoutProperties(props, ["boundaryCount", "classes", "className", "color", "count", "defaultPage", "disabled", "getItemAriaLabel", "hideNextButton", "hidePrevButton", "onChange", "page", "renderItem", "shape", "showFirstButton", "showLastButton", "siblingCount", "size", "variant"]); var _usePagination = usePagination(_extends({}, props, { componentName: "Pagination" })), items = _usePagination.items; - return /* @__PURE__ */ createElement719("nav", _extends({ + return /* @__PURE__ */ createElement724("nav", _extends({ "aria-label": "pagination navigation", className: clsx_m_default(classes.root, className), ref: ref2 - }, other), /* @__PURE__ */ createElement719("ul", { + }, other), /* @__PURE__ */ createElement724("ul", { className: classes.ul }, items.map(function(item, index4) { - return /* @__PURE__ */ createElement719("li", { + return /* @__PURE__ */ createElement724("li", { key: index4 }, renderItem(_extends({}, item, { color: color2, @@ -83728,11 +83818,11 @@ var paginationStyle = () => { var RcPaginationClasses = RcClasses([], "RcPagination"); // ../juno-core/src/components/Pagination/Pagination/Pagination.tsx -var _RcPagination = forwardRef806((inProps, ref2) => { +var _RcPagination = forwardRef811((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPagination" }); const { classes: classesProp, ...reset2 } = props; const classes = useMemo86(() => combineProps(RcPaginationClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React910.createElement(Pagination_default, { + return /* @__PURE__ */ React915.createElement(Pagination_default, { ref: ref2, classes, ...reset2 @@ -83745,17 +83835,17 @@ RcPagination.defaultProps = {}; RcPagination.displayName = "RcPagination"; // ../juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx -import React911, { forwardRef as forwardRef807, useMemo as useMemo87 } from "react"; +import React916, { forwardRef as forwardRef812, useMemo as useMemo87 } from "react"; // ../juno-core/src/components/Pagination/PaginationItem/utils/PaginationItemUtils.ts var RcPaginationItemClasses = RcClasses([], "RcPaginationItem"); // ../juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx -var _RcPaginationItem = forwardRef807((inProps, ref2) => { +var _RcPaginationItem = forwardRef812((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPaginationItem" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo87(() => combineProps(RcPaginationItemClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React911.createElement(PaginationItem_default, { + return /* @__PURE__ */ React916.createElement(PaginationItem_default, { ...rest, ref: ref2, classes @@ -83766,8 +83856,8 @@ RcPaginationItem.defaultProps = {}; RcPaginationItem.displayName = "RcPaginationItem"; // ../juno-core/src/components/PopupBox/PopupBox.tsx -import React912, { forwardRef as forwardRef808 } from "react"; -var _RcPopupBox = forwardRef808((inProps, ref2) => { +import React917, { forwardRef as forwardRef813 } from "react"; +var _RcPopupBox = forwardRef813((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcPopupBox" }); const { childrenSize, @@ -83800,32 +83890,32 @@ var _RcPopupBox = forwardRef808((inProps, ref2) => { onClose?.(e2, reason); onCancel?.(e2, reason); }); - return /* @__PURE__ */ React912.createElement(RcDialog, { + return /* @__PURE__ */ React917.createElement(RcDialog, { ref: ref2, childrenSize, disableEscapeKeyDown: isLoading, onClose: handleClose, open, ...rest - }, /* @__PURE__ */ React912.createElement(RcLoading, { + }, /* @__PURE__ */ React917.createElement(RcLoading, { loading: loadingOverlay - }, /* @__PURE__ */ React912.createElement(RcDialogTitle, { + }, /* @__PURE__ */ React917.createElement(RcDialogTitle, { "data-test-automation-id": "DialogTitle", ...TitleProps - }, title), /* @__PURE__ */ React912.createElement(RcDialogContent, { + }, title), /* @__PURE__ */ React917.createElement(RcDialogContent, { "data-test-automation-id": "DialogContent", ...ContentProps - }, typeof children2 === "string" ? /* @__PURE__ */ React912.createElement(RcDialogContentText, null, children2) : children2), footer !== null && /* @__PURE__ */ React912.createElement(RcDialogActions, { + }, typeof children2 === "string" ? /* @__PURE__ */ React917.createElement(RcDialogContentText, null, children2) : children2), footer !== null && /* @__PURE__ */ React917.createElement(RcDialogActions, { "data-test-automation-id": "DialogActions", ...ActionsProps - }, footer || /* @__PURE__ */ React912.createElement(React912.Fragment, null, cancelButtonText && /* @__PURE__ */ React912.createElement(RcButton, { + }, footer || /* @__PURE__ */ React917.createElement(React917.Fragment, null, cancelButtonText && /* @__PURE__ */ React917.createElement(RcButton, { fullWidth: isXsmall, variant: "text", onClick: (e2) => onCancel?.(e2, "cancelClick"), "data-test-automation-id": "DialogCancelButton", disabled: loading, ...cancelButtonProps - }, cancelButtonText), confirmButtonText && /* @__PURE__ */ React912.createElement(RcButton, { + }, cancelButtonText), confirmButtonText && /* @__PURE__ */ React917.createElement(RcButton, { fullWidth: isXsmall, onClick: onConfirm, variant: "contained", @@ -83839,33 +83929,33 @@ var RcPopupBox = styled_components_default(_RcPopupBox)``; RcPopupBox.defaultProps = {}; // ../juno-core/src/components/Portal/Portal.tsx -import React913 from "react"; +import React918 from "react"; var _RcPortal = (inProps) => { const props = useThemeProps({ props: inProps, name: "RcPortal" }); - return /* @__PURE__ */ React913.createElement(Portal_default, { + return /* @__PURE__ */ React918.createElement(Portal_default, { ...props }); }; var RcPortal = _RcPortal; // ../juno-core/src/components/Rating/Rating.tsx -import React917, { forwardRef as forwardRef810, useCallback as useCallback34, useMemo as useMemo88 } from "react"; +import React922, { forwardRef as forwardRef815, useCallback as useCallback34, useMemo as useMemo88 } from "react"; // ../../node_modules/@material-ui/lab/esm/Rating/Rating.js var import_prop_types127 = __toModule(require_prop_types()); import { Fragment as Fragment12, - createElement as createElement721, - forwardRef as forwardRef809, + createElement as createElement726, + forwardRef as forwardRef814, useRef as useRef96, useState as useState44 } from "react"; // ../../node_modules/@material-ui/lab/esm/internal/svg-icons/Star.js import { - createElement as createElement720 + createElement as createElement725 } from "react"; -var Star_default2 = createSvgIcon(/* @__PURE__ */ createElement720("path", { +var Star_default2 = createSvgIcon(/* @__PURE__ */ createElement725("path", { d: "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" }), "Star"); @@ -83966,18 +84056,18 @@ var styles161 = function styles162(theme) { }; function IconContainer(props) { var value = props.value, other = _objectWithoutProperties(props, ["value"]); - return /* @__PURE__ */ createElement721("span", other); + return /* @__PURE__ */ createElement726("span", other); } true ? IconContainer.propTypes = { value: import_prop_types127.default.number.isRequired } : void 0; -var defaultIcon3 = /* @__PURE__ */ createElement721(Star_default2, { +var defaultIcon3 = /* @__PURE__ */ createElement726(Star_default2, { fontSize: "inherit" }); function defaultLabelText(value) { return "".concat(value, " Star").concat(value !== 1 ? "s" : ""); } -var Rating = /* @__PURE__ */ forwardRef809(function Rating2(props, ref2) { +var Rating = /* @__PURE__ */ forwardRef814(function Rating2(props, ref2) { var classes = props.classes, className = props.className, _props$defaultValue = props.defaultValue, defaultValue = _props$defaultValue === void 0 ? null : _props$defaultValue, _props$disabled = props.disabled, disabled3 = _props$disabled === void 0 ? false : _props$disabled, emptyIcon = props.emptyIcon, _props$emptyLabelText = props.emptyLabelText, emptyLabelText = _props$emptyLabelText === void 0 ? "Empty" : _props$emptyLabelText, _props$getLabelText = props.getLabelText, getLabelText = _props$getLabelText === void 0 ? defaultLabelText : _props$getLabelText, _props$icon = props.icon, icon = _props$icon === void 0 ? defaultIcon3 : _props$icon, _props$IconContainerC = props.IconContainerComponent, IconContainerComponent = _props$IconContainerC === void 0 ? IconContainer : _props$IconContainerC, _props$max = props.max, max2 = _props$max === void 0 ? 5 : _props$max, nameProp = props.name, onChange = props.onChange, onChangeActive = props.onChangeActive, onMouseLeave = props.onMouseLeave, onMouseMove = props.onMouseMove, _props$precision = props.precision, precision = _props$precision === void 0 ? 1 : _props$precision, _props$readOnly = props.readOnly, readOnly = _props$readOnly === void 0 ? false : _props$readOnly, _props$size = props.size, size = _props$size === void 0 ? "medium" : _props$size, valueProp = props.value, other = _objectWithoutProperties(props, ["classes", "className", "defaultValue", "disabled", "emptyIcon", "emptyLabelText", "getLabelText", "icon", "IconContainerComponent", "max", "name", "onChange", "onChangeActive", "onMouseLeave", "onMouseMove", "precision", "readOnly", "size", "value"]); var name = useId(nameProp); var _useControlled = useControlled({ @@ -84098,23 +84188,23 @@ var Rating = /* @__PURE__ */ forwardRef809(function Rating2(props, ref2) { }; var item = function item2(state, labelProps) { var id2 = "".concat(name, "-").concat(String(state.value).replace(".", "-")); - var container = /* @__PURE__ */ createElement721(IconContainerComponent, { + var container = /* @__PURE__ */ createElement726(IconContainerComponent, { value: state.value, className: clsx_m_default(classes.icon, state.filled ? classes.iconFilled : classes.iconEmpty, state.hover && classes.iconHover, state.focus && classes.iconFocus, state.active && classes.iconActive) }, emptyIcon && !state.filled ? emptyIcon : icon); if (readOnly) { - return /* @__PURE__ */ createElement721("span", _extends({ + return /* @__PURE__ */ createElement726("span", _extends({ key: state.value }, labelProps), container); } - return /* @__PURE__ */ createElement721(Fragment12, { + return /* @__PURE__ */ createElement726(Fragment12, { key: state.value - }, /* @__PURE__ */ createElement721("label", _extends({ + }, /* @__PURE__ */ createElement726("label", _extends({ className: classes.label, htmlFor: id2 - }, labelProps), container, /* @__PURE__ */ createElement721("span", { + }, labelProps), container, /* @__PURE__ */ createElement726("span", { className: classes.visuallyhidden - }, getLabelText(state.value))), /* @__PURE__ */ createElement721("input", { + }, getLabelText(state.value))), /* @__PURE__ */ createElement726("input", { onFocus: handleFocus, onBlur: handleBlur, onChange: handleChange, @@ -84128,7 +84218,7 @@ var Rating = /* @__PURE__ */ forwardRef809(function Rating2(props, ref2) { className: classes.visuallyhidden })); }; - return /* @__PURE__ */ createElement721("span", _extends({ + return /* @__PURE__ */ createElement726("span", _extends({ ref: handleRef, onMouseMove: handleMouseMove, onMouseLeave: handleMouseLeave, @@ -84139,7 +84229,7 @@ var Rating = /* @__PURE__ */ forwardRef809(function Rating2(props, ref2) { var itemValue = index4 + 1; if (precision < 1) { var items = Array.from(new Array(1 / precision)); - return /* @__PURE__ */ createElement721("span", { + return /* @__PURE__ */ createElement726("span", { key: itemValue, className: clsx_m_default(classes.decimal, itemValue === Math.ceil(value) && (hover !== -1 || focus2 !== -1) && classes.iconActive) }, items.map(function($2, indexDecimal) { @@ -84168,17 +84258,17 @@ var Rating = /* @__PURE__ */ forwardRef809(function Rating2(props, ref2) { focus: itemValue <= focus2, checked: itemValue === valueRounded }); - }), !readOnly && !disabled3 && valueRounded == null && /* @__PURE__ */ createElement721(Fragment12, null, /* @__PURE__ */ createElement721("input", { + }), !readOnly && !disabled3 && valueRounded == null && /* @__PURE__ */ createElement726(Fragment12, null, /* @__PURE__ */ createElement726("input", { value: "", id: "".concat(name, "-empty"), type: "radio", name, defaultChecked: true, className: classes.visuallyhidden - }), /* @__PURE__ */ createElement721("label", { + }), /* @__PURE__ */ createElement726("label", { className: classes.pristine, htmlFor: "".concat(name, "-empty") - }, /* @__PURE__ */ createElement721("span", { + }, /* @__PURE__ */ createElement726("span", { className: classes.visuallyhidden }, emptyLabelText)))); }); @@ -84218,7 +84308,7 @@ var Rating_default = withStyles_default2(styles161, { })(Rating); // ../juno-core/src/components/Rating/styles/RatingStyle.tsx -import React916 from "react"; +import React921 from "react"; // ../juno-core/src/components/Rating/utils/RatingUtils.ts var RcRatingClasses = RcClasses([ @@ -84239,7 +84329,7 @@ var getColor = ({ emphasized, color: color2 }) => { }; var RatingStyle = (props) => { const { icon, emptyIcon, emphasized, color: color2 } = props; - const isIcon = React916.isValidElement(icon) && React916.isValidElement(emptyIcon) && isRcElement(icon, ["RcIcon"]) && isRcElement(emptyIcon, ["RcIcon"]); + const isIcon = React921.isValidElement(icon) && React921.isValidElement(emptyIcon) && isRcElement(icon, ["RcIcon"]) && isRcElement(emptyIcon, ["RcIcon"]); return css2` &.${RcRatingClasses.focusVisible} .${RcRatingClasses.iconActive}, @@ -84290,15 +84380,15 @@ var RatingStyle = (props) => { // ../juno-core/src/components/Rating/Rating.tsx var defaultSize = "xlarge"; -var defaultIcon4 = /* @__PURE__ */ React917.createElement(RcIcon, { +var defaultIcon4 = /* @__PURE__ */ React922.createElement(RcIcon, { size: defaultSize, symbol: Star_default }); -var defaultEmptyIcon = /* @__PURE__ */ React917.createElement(RcIcon, { +var defaultEmptyIcon = /* @__PURE__ */ React922.createElement(RcIcon, { size: defaultSize, symbol: StarBorder_default }); -var _RcRating = forwardRef810((inProps, ref2) => { +var _RcRating = forwardRef815((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcRating" }); const { TooltipProps, @@ -84320,9 +84410,9 @@ var _RcRating = forwardRef810((inProps, ref2) => { }, [max2]); const IconContainer2 = useCallback34((containerProps) => { const { value: itemValue, children: children2, ...other } = containerProps; - return /* @__PURE__ */ React917.createElement("span", { + return /* @__PURE__ */ React922.createElement("span", { ...other - }, !disableTooltip && tooltips?.[itemValue - 1] ? /* @__PURE__ */ React917.createElement(RcTooltip, { + }, !disableTooltip && tooltips?.[itemValue - 1] ? /* @__PURE__ */ React922.createElement(RcTooltip, { title: tooltips[itemValue - 1], open: !!tooltipOpenStatus[itemValue - 1], ...TooltipProps @@ -84335,7 +84425,7 @@ var _RcRating = forwardRef810((inProps, ref2) => { onChangeActiveProp?.(e2, value); }); const classes = useMemo88(() => combineClasses(RcRatingClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React917.createElement(Rating_default, { + return /* @__PURE__ */ React922.createElement(Rating_default, { ref: ref2, classes, max: max2, @@ -84360,7 +84450,7 @@ RcRating.defaultProps = { RcRating.displayName = "RcRating"; // ../juno-core/src/components/Responsive/Responsive.tsx -import React918, { useRef as useRef97, useState as useState45 } from "react"; +import React923, { useRef as useRef97, useState as useState45 } from "react"; // ../juno-core/src/components/Responsive/utils/getMatchedBreakpoint.ts var bpListL2S = [...breakpointList].reverse(); @@ -84395,7 +84485,7 @@ var RcResponsive = (inProps) => { const matchedBreakpoint = getMatchedBreakpoint(width2, breakpointMap); setContextValue(matchedBreakpoint); }, { mode: "throttle", time: resizeThrottle }); - return /* @__PURE__ */ React918.createElement(RcResponsiveContext.Provider, { + return /* @__PURE__ */ React923.createElement(RcResponsiveContext.Provider, { value: contextValue }, children2); }; @@ -84405,11 +84495,11 @@ RcResponsive.defaultProps = { RcResponsive.displayName = "RcResponsive"; // ../juno-core/src/components/Snackbar/Snackbar.tsx -import React920, { forwardRef as forwardRef812, useMemo as useMemo90 } from "react"; +import React925, { forwardRef as forwardRef817, useMemo as useMemo90 } from "react"; // ../juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx -import React919, { - forwardRef as forwardRef811, +import React924, { + forwardRef as forwardRef816, isValidElement as isValidElement19, useMemo as useMemo89 } from "react"; @@ -84494,7 +84584,7 @@ var snackbarContentStyle = ({ fullWidth, square, messageAlign, size }) => { }; // ../juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx -var _RcSnackbarContent = forwardRef811((inProps, ref2) => { +var _RcSnackbarContent = forwardRef816((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSnackbarContent" }); if (true) { useDeprecatedCheck(RcSnackbarContent, props, [ @@ -84522,7 +84612,7 @@ var _RcSnackbarContent = forwardRef811((inProps, ref2) => { if (size !== RcSnackbarContent.defaultProps.size) { return item; } - return React919.cloneElement(item, { size }); + return React924.cloneElement(item, { size }); } return item; }; @@ -84531,11 +84621,11 @@ var _RcSnackbarContent = forwardRef811((inProps, ref2) => { } return getItem(actionProp); }, [actionProp, size]); - return /* @__PURE__ */ React919.createElement(SnackbarContent_default, { + return /* @__PURE__ */ React924.createElement(SnackbarContent_default, { ...rest, ref: ref2, classes, - action: loading ? /* @__PURE__ */ React919.createElement(RcCircularProgress, { + action: loading ? /* @__PURE__ */ React924.createElement(RcCircularProgress, { color: "inherit", size: RcSnackbarContentLoadingSizes[size] }) : action3 @@ -84560,7 +84650,7 @@ var SnackbarStyle = () => { var RcSnackbarClasses = RcClasses([], "RcSnackbar"); // ../juno-core/src/components/Snackbar/Snackbar.tsx -var _RcSnackbar = forwardRef812((inProps, ref2) => { +var _RcSnackbar = forwardRef817((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcSnackbar" }); const { classes: classesProp, @@ -84576,12 +84666,12 @@ var _RcSnackbar = forwardRef812((inProps, ref2) => { const classes = useMemo90(() => combineClasses(RcSnackbarClasses, classesProp), [classesProp]); const onExited = useUnmountPortalHandler(TransitionPropsProp?.onExited); const TransitionProps4 = { ...TransitionPropsProp, onExited }; - return /* @__PURE__ */ React920.createElement(HasPortalParentProvider, null, /* @__PURE__ */ React920.createElement(Snackbar_default, { + return /* @__PURE__ */ React925.createElement(HasPortalParentProvider, null, /* @__PURE__ */ React925.createElement(Snackbar_default, { ref: ref2, classes, TransitionProps: TransitionProps4, ...rest - }, children2 || /* @__PURE__ */ React920.createElement(RcSnackbarContent, { + }, children2 || /* @__PURE__ */ React925.createElement(RcSnackbarContent, { size, type: type3, message, @@ -84602,7 +84692,7 @@ RcSnackbar.defaultProps = { RcSnackbar.displayName = "RcSnackbar"; // ../juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx -import React921, { useMemo as useMemo91 } from "react"; +import React926, { useMemo as useMemo91 } from "react"; // ../juno-core/src/components/Snackbar/SnackbarAction/utils/SnackbarActionUtils.tsx var RcSnackbarActionClasses = RcClasses(["text", "icon"], "RcSnackbarAction"); @@ -84664,11 +84754,11 @@ var _RcSnackbarAction = (inProps) => { [RcSnackbarActionClasses.icon]: variant === "icon" }), [classNameProp, variant]); const classes = useMemo91(() => omit3(classesProp, ["text", "icon"]), [classesProp]); - return /* @__PURE__ */ React921.createElement(ButtonBase_default, { + return /* @__PURE__ */ React926.createElement(ButtonBase_default, { className, classes, ...rest - }, variant === "icon" ? /* @__PURE__ */ React921.createElement(RcIcon, { + }, variant === "icon" ? /* @__PURE__ */ React926.createElement(RcIcon, { size, symbol }, children2) : children2); @@ -84684,7 +84774,7 @@ RcSnackbarAction.defaultProps = { }; // ../juno-core/src/components/Stepper/Step/Step.tsx -import React922, { forwardRef as forwardRef813, useMemo as useMemo92 } from "react"; +import React927, { forwardRef as forwardRef818, useMemo as useMemo92 } from "react"; // ../juno-core/src/components/Stepper/Step/utils/StepUtils.ts var RcStepClasses = RcClasses(["root", "horizontal"], "RcStep"); @@ -84701,11 +84791,11 @@ var StepStyle = () => { }; // ../juno-core/src/components/Stepper/Step/Step.tsx -var _RcStep = forwardRef813((inProps, ref2) => { +var _RcStep = forwardRef818((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcStep" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo92(() => combineClasses(RcStepClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React922.createElement(Step_default, { + return /* @__PURE__ */ React927.createElement(Step_default, { ...rest, ref: ref2, classes @@ -84718,17 +84808,17 @@ RcStep.defaultProps = {}; RcStep.displayName = "RcStep"; // ../juno-core/src/components/Stepper/StepButton/StepButton.tsx -import React926, { +import React931, { cloneElement as cloneElement28, - forwardRef as forwardRef816, + forwardRef as forwardRef821, useMemo as useMemo95 } from "react"; // ../juno-core/src/components/Stepper/StepLabel/StepLabel.tsx -import React925, { forwardRef as forwardRef815, useMemo as useMemo94 } from "react"; +import React930, { forwardRef as forwardRef820, useMemo as useMemo94 } from "react"; // ../juno-core/src/components/Stepper/StepIcon/StepIcon.tsx -import React924, { forwardRef as forwardRef814, useMemo as useMemo93 } from "react"; +import React929, { forwardRef as forwardRef819, useMemo as useMemo93 } from "react"; // ../juno-core/src/components/Stepper/StepIcon/utils/StepIconUtils.ts import { useRef as useRef98 } from "react"; @@ -84776,12 +84866,12 @@ var StepIconStyle = () => { }; // ../juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx -import React923 from "react"; +import React928 from "react"; var _StyledCircleIcon = ({ isEdit, ...rest }) => { - return /* @__PURE__ */ React923.createElement(RcIcon, { + return /* @__PURE__ */ React928.createElement(RcIcon, { ...rest }); }; @@ -84798,7 +84888,7 @@ var StyledCircleIcon = styled_components_default(_StyledCircleIcon)` `; // ../juno-core/src/components/Stepper/StepIcon/StepIcon.tsx -var _RcStepIcon = forwardRef814((inProps, ref2) => { +var _RcStepIcon = forwardRef819((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcStepIcon" }); const { icon: iconProp, @@ -84812,19 +84902,19 @@ var _RcStepIcon = forwardRef814((inProps, ref2) => { const isEdit = useIsEditable(props); const icon = useMemo93(() => { if (editable) { - return /* @__PURE__ */ React924.createElement(StyledCircleIcon, { + return /* @__PURE__ */ React929.createElement(StyledCircleIcon, { isEdit: true, symbol: Edit_default, size: "small" }); } - return completed ? /* @__PURE__ */ React924.createElement(StyledCircleIcon, { + return completed ? /* @__PURE__ */ React929.createElement(StyledCircleIcon, { isEdit, symbol: isEdit ? Edit_default : Check_default, size: "small" }) : iconProp; }, [editable, completed, isEdit, iconProp]); - return /* @__PURE__ */ React924.createElement(StepIcon_default, { + return /* @__PURE__ */ React929.createElement(StepIcon_default, { ...rest, ref: ref2, classes, @@ -84893,7 +84983,7 @@ var StepLabelStyle = () => { }; // ../juno-core/src/components/Stepper/StepLabel/StepLabel.tsx -var _RcStepLabel = forwardRef815((inProps, ref2) => { +var _RcStepLabel = forwardRef820((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcStepLabel" }); const { classes: classesProp, @@ -84906,7 +84996,7 @@ var _RcStepLabel = forwardRef815((inProps, ref2) => { } = props; const classes = useMemo94(() => combineClasses(RcStepLabelClasses, classesProp), [classesProp]); const StepIconProps = useMemo94(() => combineProps({ editable }, StepIconPropsProp), [StepIconPropsProp, editable]); - return /* @__PURE__ */ React925.createElement(StepLabel_default, { + return /* @__PURE__ */ React930.createElement(StepLabel_default, { ref: ref2, StepIconComponent: RcStepIcon, StepIconProps, @@ -84936,7 +85026,7 @@ var StepButtonStyle = () => { }; // ../juno-core/src/components/Stepper/StepButton/StepButton.tsx -var _RcStepButton = forwardRef816((inProps, ref2) => { +var _RcStepButton = forwardRef821((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcStepButton" }); const { classes: classesProp, @@ -84956,11 +85046,11 @@ var _RcStepButton = forwardRef816((inProps, ref2) => { error: error4, StepIconProps: { editable } }, StepLabelProps); - return isRcElement(childrenProp, ["RcStepLabel"]) ? cloneElement28(childrenProp, childProps) : /* @__PURE__ */ React926.createElement(RcStepLabel, { + return isRcElement(childrenProp, ["RcStepLabel"]) ? cloneElement28(childrenProp, childProps) : /* @__PURE__ */ React931.createElement(RcStepLabel, { ...childProps }, childrenProp); }, [StepLabelProps, childrenProp, editable, error4, icon, optional]); - return /* @__PURE__ */ React926.createElement(StepButton_default, { + return /* @__PURE__ */ React931.createElement(StepButton_default, { ...rest, icon, optional, @@ -84977,7 +85067,7 @@ RcStepButton.defaultProps = { RcStepButton.displayName = "RcStepButton"; // ../juno-core/src/components/Stepper/StepConnector/StepConnector.tsx -import React927, { forwardRef as forwardRef817, useMemo as useMemo96 } from "react"; +import React932, { forwardRef as forwardRef822, useMemo as useMemo96 } from "react"; // ../juno-core/src/components/Stepper/StepConnector/utils/StepConnectorUtils.ts var RcStepConnectorClasses = RcClasses(["line"], "RcStepConnector"); @@ -84992,11 +85082,11 @@ var StepConnectorStyle = () => { }; // ../juno-core/src/components/Stepper/StepConnector/StepConnector.tsx -var _RcStepConnector = forwardRef817((inProps, ref2) => { +var _RcStepConnector = forwardRef822((inProps, ref2) => { const prop = useThemeProps({ props: inProps, name: "RcStepConnector" }); const { classes: classesProp, ...rest } = prop; const classes = useMemo96(() => combineClasses(RcStepConnectorClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React927.createElement(StepConnector_default, { + return /* @__PURE__ */ React932.createElement(StepConnector_default, { ...rest, ref: ref2, classes @@ -85009,7 +85099,7 @@ RcStepConnector.defaultProps = {}; RcStepConnector.displayName = "RcStepConnector"; // ../juno-core/src/components/Stepper/Stepper.tsx -import React928, { forwardRef as forwardRef818, useMemo as useMemo97 } from "react"; +import React933, { forwardRef as forwardRef823, useMemo as useMemo97 } from "react"; // ../juno-core/src/components/Stepper/styles/StepperStyle.tsx var StepperStyle = () => { @@ -85022,11 +85112,11 @@ var StepperStyle = () => { var RcStepperClasses = RcClasses([], "RcStepper"); // ../juno-core/src/components/Stepper/Stepper.tsx -var _RcStepper = forwardRef818((inProps, ref2) => { +var _RcStepper = forwardRef823((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcStepper" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo97(() => combineClasses(RcStepperClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React928.createElement(Stepper_default, { + return /* @__PURE__ */ React933.createElement(Stepper_default, { ...rest, ref: ref2, classes @@ -85038,18 +85128,18 @@ var RcStepper = styled_components_default(_RcStepper)` RcStepper.defaultProps = { alternativeLabel: true, nonLinear: true, - connector: /* @__PURE__ */ React928.createElement(RcStepConnector, null) + connector: /* @__PURE__ */ React933.createElement(RcStepConnector, null) }; RcStepper.displayName = "RcStepper"; // ../juno-core/src/components/TablePagination/TablePagination.tsx -import React931, { forwardRef as forwardRef820, useMemo as useMemo98 } from "react"; +import React936, { forwardRef as forwardRef825, useMemo as useMemo98 } from "react"; // ../juno-core/src/components/Toolbar/Toolbar.tsx -import React929, { forwardRef as forwardRef819 } from "react"; -var _RcToolbar = forwardRef819((inProps, ref2) => { +import React934, { forwardRef as forwardRef824 } from "react"; +var _RcToolbar = forwardRef824((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcToolbar" }); - return /* @__PURE__ */ React929.createElement(Toolbar_default, { + return /* @__PURE__ */ React934.createElement(Toolbar_default, { ref: ref2, ...props }); @@ -85058,12 +85148,12 @@ var RcToolbar = styled_components_default(_RcToolbar)``; RcToolbar.displayName = "RcToolbar"; // ../juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx -import React930, { memo as memo608 } from "react"; +import React935, { memo as memo613 } from "react"; var TablePaginationActionsWrapper = styled_components_default.div` display: flex; margin-left: ${spacing2(5)}; `; -var RcTablePaginationActions = memo608((props) => { +var RcTablePaginationActions = memo613((props) => { const { onPageChange, page, @@ -85081,15 +85171,15 @@ var RcTablePaginationActions = memo608((props) => { }; const prevDisabled = page === 0; const nextDisabled = count2 !== -1 ? page >= Math.ceil(count2 / rowsPerPage) - 1 : false; - return /* @__PURE__ */ React930.createElement(TablePaginationActionsWrapper, { + return /* @__PURE__ */ React935.createElement(TablePaginationActionsWrapper, { className - }, /* @__PURE__ */ React930.createElement(RcIconButton, { + }, /* @__PURE__ */ React935.createElement(RcIconButton, { symbol: ArrowLeft2_default, onClick: handleBackButtonClick, size: "medium", disabled: prevDisabled, ...combineProps({ TooltipProps: { tooltipForceHide: prevDisabled } }, backIconButtonProps) - }), /* @__PURE__ */ React930.createElement(RcIconButton, { + }), /* @__PURE__ */ React935.createElement(RcIconButton, { symbol: ArrowRight_default, onClick: handleNextButtonClick, size: "medium", @@ -85173,7 +85263,7 @@ var TablePaginationStyle = () => { var TablePaginationRoot = styled_components_default(TableCell_default)``; // ../juno-core/src/components/TablePagination/TablePagination.tsx -var _RcTablePagination = forwardRef820((inProps, ref2) => { +var _RcTablePagination = forwardRef825((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTablePagination" }); const { classes: classesProp, @@ -85214,7 +85304,7 @@ var _RcTablePagination = forwardRef820((inProps, ref2) => { if (!isPageSelection) return menus; for (let i2 = 0; i2 < totalPage; i2++) { - menus.push(/* @__PURE__ */ React931.createElement(MenuItemComponent, { + menus.push(/* @__PURE__ */ React936.createElement(MenuItemComponent, { value: i2, selected: i2 === page, key: i2, @@ -85233,21 +85323,21 @@ var _RcTablePagination = forwardRef820((inProps, ref2) => { page, totalPage ]); - return /* @__PURE__ */ React931.createElement(TablePaginationRoot, { + return /* @__PURE__ */ React936.createElement(TablePaginationRoot, { colSpan, ref: ref2, as: component, className: clsx_m_default(classes.root, className), ...rest - }, /* @__PURE__ */ React931.createElement(RcToolbar, { + }, /* @__PURE__ */ React936.createElement(RcToolbar, { className: classes.toolbar - }, /* @__PURE__ */ React931.createElement("div", { + }, /* @__PURE__ */ React936.createElement("div", { className: classes.spacer - }), rowsPerPageOptions.length > 1 && /* @__PURE__ */ React931.createElement(RcTypography, { + }), rowsPerPageOptions.length > 1 && /* @__PURE__ */ React936.createElement(RcTypography, { color: "inherit", variant: "body1", className: classes.caption - }, labelRowsPerPage), rowsPerPageOptions.length > 1 && /* @__PURE__ */ React931.createElement(RcSelect, { + }, labelRowsPerPage), rowsPerPageOptions.length > 1 && /* @__PURE__ */ React936.createElement(RcSelect, { className: classes.selectRoot, InputProps: { disableUnderline: true }, value: rowsPerPage, @@ -85256,26 +85346,26 @@ var _RcTablePagination = forwardRef820((inProps, ref2) => { }, rowsPerPageOptions.map((rowsPerPageOption) => { const value = rowsPerPageOption.value ? rowsPerPageOption.value : rowsPerPageOption; const label3 = rowsPerPageOption.label ? rowsPerPageOption.label : rowsPerPageOption; - return /* @__PURE__ */ React931.createElement(MenuItemComponent, { + return /* @__PURE__ */ React936.createElement(MenuItemComponent, { className: classes.menuItem, key: value, value }, label3); - })), isPageSelection ? /* @__PURE__ */ React931.createElement(React931.Fragment, null, /* @__PURE__ */ React931.createElement(RcSelect, { + })), isPageSelection ? /* @__PURE__ */ React936.createElement(React936.Fragment, null, /* @__PURE__ */ React936.createElement(RcSelect, { value: page, InputProps: { disableUnderline: true }, renderValue: (p) => p + 1, virtualize: true - }, menuItems), /* @__PURE__ */ React931.createElement("p", { + }, menuItems), /* @__PURE__ */ React936.createElement("p", { className: classes.caption - }, labelOfPage({ totalPage }))) : /* @__PURE__ */ React931.createElement("p", { + }, labelOfPage({ totalPage }))) : /* @__PURE__ */ React936.createElement("p", { className: classes.caption }, labelDisplayedRows({ from: count2 === 0 ? 0 : page * rowsPerPage + 1, to: getLabelDisplayedRowsTo(), count: count2 === -1 ? -1 : count2, page - })), /* @__PURE__ */ React931.createElement(ActionsComponent, { + })), /* @__PURE__ */ React936.createElement(ActionsComponent, { className: classes.actions, backIconButtonProps, count: count2, @@ -85295,14 +85385,14 @@ import { createContext as createContext25 } from "react"; var RcTableContext = createContext25({}); // ../juno-core/src/components/Table/Table.tsx -import React932, { forwardRef as forwardRef821, useMemo as useMemo99 } from "react"; -var _RcTable = forwardRef821((props, ref2) => { +import React937, { forwardRef as forwardRef826, useMemo as useMemo99 } from "react"; +var _RcTable = forwardRef826((props, ref2) => { const { children: children2, size, ...rest } = useThemeProps({ props, name: "RcTable" }); const tableContextValue = useMemo99(() => ({ size }), [size]); - return /* @__PURE__ */ React932.createElement(Table_default, { + return /* @__PURE__ */ React937.createElement(Table_default, { ...rest, ref: ref2 - }, /* @__PURE__ */ React932.createElement(RcTableContext.Provider, { + }, /* @__PURE__ */ React937.createElement(RcTableContext.Provider, { value: tableContextValue }, children2)); }); @@ -85310,10 +85400,10 @@ var RcTable = styled_components_default(_RcTable)``; RcTable.displayName = "RcTable"; // ../juno-core/src/components/Table/TableBody/TableBody.tsx -import React933, { forwardRef as forwardRef822 } from "react"; -var _RcTableBody = forwardRef822((props, ref2) => { +import React938, { forwardRef as forwardRef827 } from "react"; +var _RcTableBody = forwardRef827((props, ref2) => { const { children: children2, ...rest } = useThemeProps({ props, name: "RcTableHead" }); - return /* @__PURE__ */ React933.createElement(TableBody_default, { + return /* @__PURE__ */ React938.createElement(TableBody_default, { ...rest, ref: ref2 }, children2); @@ -85322,7 +85412,7 @@ var RcTableBody = styled_components_default(_RcTableBody)``; RcTableBody.displayName = "RcTableBody"; // ../juno-core/src/components/Table/TableCell/TableCell.tsx -import React934, { forwardRef as forwardRef823, useMemo as useMemo100, useContext as useContext32 } from "react"; +import React939, { forwardRef as forwardRef828, useMemo as useMemo100, useContext as useContext32 } from "react"; // ../juno-core/src/components/Table/TableCell/utils/TableCellUtils.ts var RcTableCellClasses = RcClasses([ @@ -85423,7 +85513,7 @@ var TableCellStyle = (prop) => { }; // ../juno-core/src/components/Table/TableCell/TableCell.tsx -var _RcTableCell = forwardRef823((props, ref2) => { +var _RcTableCell = forwardRef828((props, ref2) => { const { classes: classesProp, children: childrenProp, @@ -85441,12 +85531,12 @@ var _RcTableCell = forwardRef823((props, ref2) => { } = classes; const children2 = useMemo100(() => { if (sortDirection) { - return /* @__PURE__ */ React934.createElement(RcButtonBase, { + return /* @__PURE__ */ React939.createElement(RcButtonBase, { disableRipple: true, className: clsx_m_default(classes.sortButton, { [classes.activeSort]: activeSort }) - }, childrenProp, /* @__PURE__ */ React934.createElement(RcIcon, { + }, childrenProp, /* @__PURE__ */ React939.createElement(RcIcon, { size: "small", className: classes.sortIcon, symbol: sortDirection === "asc" ? JumpToUnread_default : JumpToLatest_default @@ -85454,7 +85544,7 @@ var _RcTableCell = forwardRef823((props, ref2) => { } return childrenProp; }, [activeSort, childrenProp, classes, sortDirection]); - return /* @__PURE__ */ React934.createElement(TableCell_default, { + return /* @__PURE__ */ React939.createElement(TableCell_default, { ...rest, ...sortDirection ? { sortDirection } : {}, ref: ref2, @@ -85471,10 +85561,10 @@ var RcTableCell = styled_components_default(_RcTableCell).attrs(({ size: sizePro RcTableCell.displayName = "RcTableCell"; // ../juno-core/src/components/Table/TableContainer/TableContainer.tsx -import React936, { forwardRef as forwardRef825 } from "react"; +import React941, { forwardRef as forwardRef830 } from "react"; // ../juno-core/src/components/Table/TableRow/TableRow.tsx -import React935, { forwardRef as forwardRef824, useMemo as useMemo101 } from "react"; +import React940, { forwardRef as forwardRef829, useMemo as useMemo101 } from "react"; // ../juno-core/src/components/Table/TableRow/utils/TableRowUtils.ts var RcTableRowClasses = RcClasses(["selected", "hover", "disabled"], "RcTableRow"); @@ -85504,7 +85594,7 @@ var TableRowStyle = () => { }; // ../juno-core/src/components/Table/TableRow/TableRow.tsx -var _RcTableRow = forwardRef824((props, ref2) => { +var _RcTableRow = forwardRef829((props, ref2) => { const { className, classes: classesProp, @@ -85514,7 +85604,7 @@ var _RcTableRow = forwardRef824((props, ref2) => { } = useThemeProps({ props, name: "RcTableRow" }); const classes = useMemo101(() => combineClasses(RcTableRowClasses, classesProp), [classesProp]); const { disabled: disabledClass, ...tableRowClasses } = classes; - return /* @__PURE__ */ React935.createElement(TableRow_default, { + return /* @__PURE__ */ React940.createElement(TableRow_default, { ...rest, ref: ref2, classes: tableRowClasses, @@ -85543,12 +85633,12 @@ var TableContainerStyle = (props) => { }; // ../juno-core/src/components/Table/TableContainer/TableContainer.tsx -var _RcTableContainer = forwardRef825((props, ref2) => { +var _RcTableContainer = forwardRef830((props, ref2) => { const { children: children2, bordered, square, ...rest } = useThemeProps({ props, name: "RcTableContainer" }); - return /* @__PURE__ */ React936.createElement(TableContainer_default, { + return /* @__PURE__ */ React941.createElement(TableContainer_default, { ...rest, ref: ref2 }, children2); @@ -85563,10 +85653,10 @@ RcTableContainer.defaultProps = { RcTableContainer.displayName = "RcTableContainer"; // ../juno-core/src/components/Table/TableHead/TableHead.tsx -import React937, { forwardRef as forwardRef826 } from "react"; -var _RcTableHead = forwardRef826((props, ref2) => { +import React942, { forwardRef as forwardRef831 } from "react"; +var _RcTableHead = forwardRef831((props, ref2) => { const { children: children2, ...rest } = useThemeProps({ props, name: "RcTableHead" }); - return /* @__PURE__ */ React937.createElement(TableHead_default, { + return /* @__PURE__ */ React942.createElement(TableHead_default, { ...rest, ref: ref2 }, children2); @@ -85575,12 +85665,12 @@ var RcTableHead = styled_components_default(_RcTableHead)``; RcTableHead.displayName = "RcTableHead"; // ../juno-core/src/components/Tabs/Tabs/Tabs.tsx -import React942, { forwardRef as forwardRef831, useMemo as useMemo104 } from "react"; +import React947, { forwardRef as forwardRef836, useMemo as useMemo104 } from "react"; // ../juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx -import React941, { +import React946, { cloneElement as cloneElement29, - forwardRef as forwardRef830, + forwardRef as forwardRef835, isValidElement as isValidElement20, useEffect as useEffect59, useRef as useRef99, @@ -85588,10 +85678,10 @@ import React941, { } from "react"; // ../juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx -import React939, { forwardRef as forwardRef828, useMemo as useMemo103, useState as useState46 } from "react"; +import React944, { forwardRef as forwardRef833, useMemo as useMemo103, useState as useState46 } from "react"; // ../juno-core/src/components/Tabs/Tab/Tab.tsx -import React938, { forwardRef as forwardRef827, useMemo as useMemo102 } from "react"; +import React943, { forwardRef as forwardRef832, useMemo as useMemo102 } from "react"; // ../juno-core/src/components/Tabs/Tab/utils/TabUtils.ts var RcTabClasses = RcClasses(["labelIcon", "wrapper", "selected"], "RcTab"); @@ -85630,11 +85720,11 @@ var TabStyle = (props) => { }; // ../juno-core/src/components/Tabs/Tab/Tab.tsx -var _RcTab = forwardRef827((inProps, ref2) => { +var _RcTab = forwardRef832((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTab" }); const { classes: classesProp, children: children2, direction, ...rest } = props; const classes = useMemo102(() => combineProps(RcTabClasses, classesProp), [classesProp]); - return /* @__PURE__ */ React938.createElement(Tab_default, { + return /* @__PURE__ */ React943.createElement(Tab_default, { ...rest, ref: ref2, classes @@ -85668,7 +85758,7 @@ var MoreMenuTabStyle = ({ // ../juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx var DEFAULT_MORE_MENU_TAB_LABEL = "more_menu_tab"; -var _MoreMenuTab = forwardRef828((props, ref2) => { +var _MoreMenuTab = forwardRef833((props, ref2) => { const { menuItems, MenuItemComponent = RcMenuItem, @@ -85689,7 +85779,7 @@ var _MoreMenuTab = forwardRef828((props, ref2) => { const MoreIcon = (() => { let Icon; if (!MoreIconProp) { - Icon = /* @__PURE__ */ React939.createElement(RcIcon, { + Icon = /* @__PURE__ */ React944.createElement(RcIcon, { size: "medium", color: "neutral.f04", symbol: MoreHoriz_default @@ -85700,7 +85790,7 @@ var _MoreMenuTab = forwardRef828((props, ref2) => { Icon = MoreIconProp; } if (TooltipProps?.title) { - return /* @__PURE__ */ React939.createElement(RcTooltip, { + return /* @__PURE__ */ React944.createElement(RcTooltip, { ...TooltipProps }, Icon); } @@ -85732,19 +85822,19 @@ var _MoreMenuTab = forwardRef828((props, ref2) => { onChange?.(event, value); onClick?.(event); }; - return /* @__PURE__ */ React939.createElement(MenuItemComponent, { + return /* @__PURE__ */ React944.createElement(MenuItemComponent, { key, disabled: disabled3, selected, value, onClick: handleClick, "data-test-automation-id": menuItemRest["data-test-automation-id"] - }, icon ? /* @__PURE__ */ React939.createElement(RcListItemIcon, null, icon) : null, /* @__PURE__ */ React939.createElement(RcListItemText, { + }, icon ? /* @__PURE__ */ React944.createElement(RcListItemIcon, null, icon) : null, /* @__PURE__ */ React944.createElement(RcListItemText, { primary: label3 || value })); }); }, [MenuItemComponent, menuItems, onChange]); - return /* @__PURE__ */ React939.createElement(React939.Fragment, null, /* @__PURE__ */ React939.createElement(RcTab, { + return /* @__PURE__ */ React944.createElement(React944.Fragment, null, /* @__PURE__ */ React944.createElement(RcTab, { ...rest, ref: ref2, onClick: handleTabClick, @@ -85753,7 +85843,7 @@ var _MoreMenuTab = forwardRef828((props, ref2) => { "aria-haspopup": "true", "aria-controls": menuId, "data-tab-more-button": "" - }), /* @__PURE__ */ React939.createElement(RcMenu, { + }), /* @__PURE__ */ React944.createElement(RcMenu, { autoClose: true, ...MenuPropsRest, id: menuId, @@ -85773,10 +85863,10 @@ MoreMenuTab.defaultProps = { MoreMenuTab.displayName = "MoreMenuTab"; // ../juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx -import React940, { forwardRef as forwardRef829 } from "react"; -var MoreMenuTabSentinel = forwardRef829((props, ref2) => { +import React945, { forwardRef as forwardRef834 } from "react"; +var MoreMenuTabSentinel = forwardRef834((props, ref2) => { const { onFocus, id: id2 } = props; - return /* @__PURE__ */ React940.createElement("div", { + return /* @__PURE__ */ React945.createElement("div", { ref: ref2, "aria-hidden": true, style: { position: "absolute", top: 0, left: 0, height: 0, width: 0 }, @@ -85790,7 +85880,7 @@ MoreMenuTabSentinel.displayName = "MoreMenuTabSentinel"; // ../juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx var basicMoreButtonSize = 44; var getTabsInfoFromChildren = (children2) => { - const childrenInfo = React941.Children.map(children2, (child, index4) => { + const childrenInfo = React946.Children.map(children2, (child, index4) => { if (isValidElement20(child)) { const key = child.key ?? index4; return { @@ -85806,7 +85896,7 @@ var getTabsInfoFromChildren = (children2) => { return []; return childrenInfo.filter((info3) => Boolean(info3)); }; -var _MoreMenuTabs = forwardRef830((props, ref2) => { +var _MoreMenuTabs = forwardRef835((props, ref2) => { const { orientation, children: childrenProp, @@ -85973,7 +86063,7 @@ var _MoreMenuTabs = forwardRef830((props, ref2) => { const menuItems = groupInfo.menu.map(({ key, element: element2 }) => { return { ...element2.props, key }; }); - return useMoreMode ? /* @__PURE__ */ React941.createElement(MoreMenuTab, { + return useMoreMode ? /* @__PURE__ */ React946.createElement(MoreMenuTab, { ...MoreButtonPropsRest, key: DEFAULT_MORE_MENU_TAB_LABEL, size: rest.size, @@ -85996,7 +86086,7 @@ var _MoreMenuTabs = forwardRef830((props, ref2) => { return tabGroupElements; return [ ...tabGroupElements, - /* @__PURE__ */ React941.createElement(MoreMenuTabSentinel, { + /* @__PURE__ */ React946.createElement(MoreMenuTabSentinel, { id: "start", value: "sentinel-start", key: "sentinel-start", @@ -86022,7 +86112,7 @@ var _MoreMenuTabs = forwardRef830((props, ref2) => { } }); }), - /* @__PURE__ */ React941.createElement(MoreMenuTabSentinel, { + /* @__PURE__ */ React946.createElement(MoreMenuTabSentinel, { id: "end", value: "sentinel-end", key: "sentinel-end", @@ -86034,7 +86124,7 @@ var _MoreMenuTabs = forwardRef830((props, ref2) => { }) ]; })(); - return /* @__PURE__ */ React941.createElement(Tabs_default, { + return /* @__PURE__ */ React946.createElement(Tabs_default, { ...rest, ref: tabsRef, value, @@ -86063,7 +86153,7 @@ var TabsStyle = () => { }; // ../juno-core/src/components/Tabs/Tabs/Tabs.tsx -var _RcTabs = forwardRef831((inProps, ref2) => { +var _RcTabs = forwardRef836((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTabs" }); const { classes: classesProp, @@ -86076,9 +86166,9 @@ var _RcTabs = forwardRef831((inProps, ref2) => { } = props; const isMore = variantProp === "moreMenu"; const classes = useMemo104(() => combineProps(RcTabsClasses, classesProp), [classesProp]); - const children2 = useMemo104(() => React942.Children.map(childrenProp, (child) => React942.cloneElement(child, { size })), [childrenProp, size]); + const children2 = useMemo104(() => React947.Children.map(childrenProp, (child) => React947.cloneElement(child, { size })), [childrenProp, size]); if (isMore) { - return /* @__PURE__ */ React942.createElement(MoreMenuTabs, { + return /* @__PURE__ */ React947.createElement(MoreMenuTabs, { ...rest, resizeThrottleTime, ref: ref2, @@ -86087,7 +86177,7 @@ var _RcTabs = forwardRef831((inProps, ref2) => { MoreButtonProps }, children2); } - return /* @__PURE__ */ React942.createElement(Tabs_default, { + return /* @__PURE__ */ React947.createElement(Tabs_default, { ...rest, ref: ref2, classes, @@ -86109,7 +86199,7 @@ RcTabs.displayName = "RcTabs"; var PropTypes125 = __toModule(require_prop_types()); import { createContext as createContext26, - createElement as createElement722, + createElement as createElement727, useContext as useContext33, useEffect as useEffect60, useMemo as useMemo105, @@ -86135,7 +86225,7 @@ function TabContext(props) { value }; }, [idPrefix, value]); - return /* @__PURE__ */ createElement722(Context.Provider, { + return /* @__PURE__ */ createElement727(Context.Provider, { value: context }, children2); } @@ -86166,7 +86256,7 @@ var RcTabContext = TabContext; RcTabContext.displayName = "RcTabContext"; // ../juno-core/src/components/Tabs/TabList/TabList.tsx -import React944, { forwardRef as forwardRef832, useMemo as useMemo106 } from "react"; +import React949, { forwardRef as forwardRef837, useMemo as useMemo106 } from "react"; // ../juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx var TabListStyle = () => { @@ -86177,7 +86267,7 @@ var TabListStyle = () => { var RcTabListClasses = RcClasses([], "RcTabList"); // ../juno-core/src/components/Tabs/TabList/TabList.tsx -var _RcTabList = forwardRef832((inProps, ref2) => { +var _RcTabList = forwardRef837((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTabList" }); const { classes: classesProp, children: childrenProp, ...rest } = props; const classes = useMemo106(() => combineClasses(RcTabListClasses, classesProp), [classesProp]); @@ -86185,14 +86275,14 @@ var _RcTabList = forwardRef832((inProps, ref2) => { if (context === null) { throw new TypeError("[RcTabList] No TabContext provided"); } - const children2 = useMemo106(() => React944.Children.map(childrenProp, (child) => { + const children2 = useMemo106(() => React949.Children.map(childrenProp, (child) => { const { value } = child.props; - return React944.cloneElement(child, { + return React949.cloneElement(child, { "aria-controls": getPanelId(context, value), id: getTabId(context, value) }); }), [childrenProp, context]); - return /* @__PURE__ */ React944.createElement(RcTabs, { + return /* @__PURE__ */ React949.createElement(RcTabs, { ...rest, ref: ref2, classes, @@ -86206,13 +86296,13 @@ RcTabList.defaultProps = {}; RcTabList.displayName = "RcTabList"; // ../juno-core/src/components/Tabs/TabPanel/TabPanel.tsx -import React946, { forwardRef as forwardRef834, useMemo as useMemo107 } from "react"; +import React951, { forwardRef as forwardRef839, useMemo as useMemo107 } from "react"; // ../../node_modules/@material-ui/lab/esm/TabPanel/TabPanel.js var import_prop_types128 = __toModule(require_prop_types()); import { - createElement as createElement723, - forwardRef as forwardRef833 + createElement as createElement728, + forwardRef as forwardRef838 } from "react"; var styles163 = function styles164(theme) { return { @@ -86221,7 +86311,7 @@ var styles163 = function styles164(theme) { } }; }; -var TabPanel = /* @__PURE__ */ forwardRef833(function TabPanel2(props, ref2) { +var TabPanel = /* @__PURE__ */ forwardRef838(function TabPanel2(props, ref2) { var children2 = props.children, className = props.className, classes = props.classes, value = props.value, other = _objectWithoutProperties(props, ["children", "className", "classes", "value"]); var context = useTabContext(); if (context === null) { @@ -86229,7 +86319,7 @@ var TabPanel = /* @__PURE__ */ forwardRef833(function TabPanel2(props, ref2) { } var id2 = getPanelId(context, value); var tabId = getTabId(context, value); - return /* @__PURE__ */ createElement723("div", _extends({ + return /* @__PURE__ */ createElement728("div", _extends({ "aria-labelledby": tabId, className: clsx_m_default(classes.root, className), hidden: value !== context.value, @@ -86257,7 +86347,7 @@ var TabPanelStyle = () => { var RcTabPanelClasses = RcClasses([], "RcTabPanel"); // ../juno-core/src/components/Tabs/TabPanel/TabPanel.tsx -var _RcTabPanel = forwardRef834((inProps, ref2) => { +var _RcTabPanel = forwardRef839((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTabPanel" }); const { classes: classesProp, children: children2, ...rest } = props; const classes = useMemo107(() => combineClasses(RcTabPanelClasses, classesProp), [classesProp]); @@ -86265,7 +86355,7 @@ var _RcTabPanel = forwardRef834((inProps, ref2) => { if (context === null) { throw new TypeError("[RcTabList] No RcTabContext provided"); } - return /* @__PURE__ */ React946.createElement(TabPanel_default, { + return /* @__PURE__ */ React951.createElement(TabPanel_default, { ...rest, ref: ref2, classes @@ -86278,7 +86368,7 @@ RcTabPanel.defaultProps = {}; RcTabPanel.displayName = "RcTabPanel"; // ../juno-core/src/components/Tag/Tag.tsx -import React947, { forwardRef as forwardRef835, memo as memo609 } from "react"; +import React952, { forwardRef as forwardRef840, memo as memo614 } from "react"; // ../juno-core/src/components/Tag/utils/TagUtils.ts var colorMap2 = { @@ -86315,7 +86405,7 @@ var TagStyle = ({ }; // ../juno-core/src/components/Tag/Tag.tsx -var _RcTag = memo609(forwardRef835((inProps, ref2) => { +var _RcTag = memo614(forwardRef840((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcTag" }); if (true) { useDeprecatedCheck(RcTag, props, [ @@ -86335,7 +86425,7 @@ var _RcTag = memo609(forwardRef835((inProps, ref2) => { radius: radius4, ...rest } = props; - return /* @__PURE__ */ React947.createElement("span", { + return /* @__PURE__ */ React952.createElement("span", { ...rest, ref: ref2 }, content3 || children2); @@ -86351,7 +86441,7 @@ RcTag.defaultProps = { RcTag.displayName = "RcTag"; // ../juno-core/src/components/Text/Text.tsx -import React948, { forwardRef as forwardRef836, useMemo as useMemo108, useRef as useRef100, useState as useState49 } from "react"; +import React953, { forwardRef as forwardRef841, useMemo as useMemo108, useRef as useRef100, useState as useState49 } from "react"; var import_isString2 = __toModule(require_isString()); // ../juno-core/src/components/Text/styles/StyledText.tsx @@ -86377,7 +86467,7 @@ var textStyle = (props) => { }; // ../juno-core/src/components/Text/Text.tsx -var _RcText = forwardRef836((inProps, ref2) => { +var _RcText = forwardRef841((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcText" }); const { children: children2, @@ -86400,7 +86490,7 @@ var _RcText = forwardRef836((inProps, ref2) => { const TooltipProps = useMemo108(() => combineProps({ tooltipForceHide: !isShowTitle }, TooltipPropsProp), [TooltipPropsProp, isShowTitle]); - return /* @__PURE__ */ React948.createElement(RcTypography, { + return /* @__PURE__ */ React953.createElement(RcTypography, { ref: textRef, title: isShowTitle || useRcTooltip ? title ?? ((0, import_isString2.default)(children2) ? children2 : void 0) : void 0, TooltipProps, @@ -86419,7 +86509,7 @@ RcText.defaultProps = { }; // ../juno-core/src/components/Thumbnail/Thumbnail.tsx -import React949, { forwardRef as forwardRef837, memo as memo610 } from "react"; +import React954, { forwardRef as forwardRef842, memo as memo615 } from "react"; // ../juno-core/src/components/Thumbnail/utils/ThumbnailUtils.ts var RcThumbnailSizes = { @@ -86444,7 +86534,7 @@ var StyledThumbnail = styled_components_default.span` `; // ../juno-core/src/components/Thumbnail/Thumbnail.tsx -var _RcThumbnail = forwardRef837((inProps, ref2) => { +var _RcThumbnail = forwardRef842((inProps, ref2) => { const props = useThemeProps({ props: inProps, name: "RcThumbnail" }); if (true) { useDeprecatedCheck(RcThumbnail, props, [ @@ -86461,13 +86551,13 @@ var _RcThumbnail = forwardRef837((inProps, ref2) => { ]); } const { url, src = url, iconType, size, symbol, ...rest } = props; - return /* @__PURE__ */ React949.createElement(React949.Fragment, null, src ? /* @__PURE__ */ React949.createElement(StyledThumbnail, { + return /* @__PURE__ */ React954.createElement(React954.Fragment, null, src ? /* @__PURE__ */ React954.createElement(StyledThumbnail, { ref: ref2, src, size, "data-test-automation-id": "thumbnail", ...rest - }) : /* @__PURE__ */ React949.createElement(RcIcon, { + }) : /* @__PURE__ */ React954.createElement(RcIcon, { ref: ref2, "data-test-automation-id": "iconThumbnail", ...rest, @@ -86475,7 +86565,7 @@ var _RcThumbnail = forwardRef837((inProps, ref2) => { symbol }, iconType)); }); -var RcThumbnail = styled_components_default(memo610(_RcThumbnail))``; +var RcThumbnail = styled_components_default(memo615(_RcThumbnail))``; RcThumbnail.defaultProps = { size: "large" }; diff --git a/main.83ffa83f.iframe.bundle.js b/main.ab3b66ed.iframe.bundle.js similarity index 60% rename from main.83ffa83f.iframe.bundle.js rename to main.ab3b66ed.iframe.bundle.js index f8e9642b..5cd71106 100644 --- a/main.83ffa83f.iframe.bundle.js +++ b/main.ab3b66ed.iframe.bundle.js @@ -1 +1 @@ -(globalThis.webpackChunk_ringcentral_juno_monorepo=globalThis.webpackChunk_ringcentral_juno_monorepo||[]).push([[179],{"./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./.storybook/index.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/runtime/api.js"),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_8_use_1_node_modules_typeface_lato_index_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./node_modules/typeface-lato/index.css"),___CSS_LOADER_EXPORT___=_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.i(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_8_use_1_node_modules_typeface_lato_index_css__WEBPACK_IMPORTED_MODULE_2__.Z),___CSS_LOADER_EXPORT___.push([module.id,"body,\nhtml {\n height: 100%;\n padding: 0;\n margin: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n}\n","",{version:3,sources:["webpack://./.storybook/index.css"],names:[],mappings:"AAEA;;EAEE,YAAY;EACZ,UAAU;EACV,SAAS;EACT,+CAA+C;AACjD",sourcesContent:["@import '~typeface-lato/index.css';\n\nbody,\nhtml {\n height: 100%;\n padding: 0;\n margin: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./.storybook.doc/preview.js-generated-config-entry.js":(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";var _storybook_doc_preview_namespaceObject={};__webpack_require__.r(_storybook_doc_preview_namespaceObject),__webpack_require__.d(_storybook_doc_preview_namespaceObject,{__namedExportsOrder:()=>preview_namedExportsOrder,decorators:()=>decorators,globalTypes:()=>globalTypes,parameters:()=>parameters});var ClientApi=__webpack_require__("./node_modules/@storybook/client-api/dist/esm/ClientApi.js"),injectStylesIntoStyleTag=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),injectStylesIntoStyleTag_default=__webpack_require__.n(injectStylesIntoStyleTag),cjs_ruleSet_1_rules_8_use_1_storybook=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./.storybook/index.css"),options={insert:"head",singleton:!1};injectStylesIntoStyleTag_default()(cjs_ruleSet_1_rules_8_use_1_storybook.Z,options);cjs_ruleSet_1_rules_8_use_1_storybook.Z.locals;var esm=__webpack_require__("./node_modules/@storybook/theming/dist/esm/index.js"),juno_storybook=__webpack_require__("./packages/juno-storybook/index.ts"),brandTitle='\n
\n \n
\n
\n

Juno

\n
\n
\n',customThemes={light:(0,esm.Ue)({base:"light",brandTitle}),dark:(0,esm.Ue)({base:"dark",brandTitle}),highContrast:(0,esm.Ue)({base:"dark",brandTitle})},getTheme=function(type){return customThemes[type]};function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAccordion,\n RcAccordionDetails,\n RcAccordionSummary,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Accordion/AccordionDetails',\n component: RcAccordionDetails,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AccordionDetailsProps = ComponentProps;\n\nexport const AccordionDetails: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n Expansion Panel 1\n \n {children}\n \n );\n};\n\nAccordionDetails.storyName = 'AccordionDetails';\n\nAccordionDetails.args = {\n children: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.`,\n};\n\nAccordionDetails.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAccordionDetails.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/accordion-details/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"accordion-details":{startLoc:{col:62,line:27},endLoc:{col:1,line:39},startBody:{col:62,line:27},endBody:{col:1,line:39}}}}},title:"🚀 Cleanup Components/Accordion/AccordionDetails",component:juno_1.RcAccordionDetails,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.AccordionDetails=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,{expanded:!0},react_1.default.createElement(juno_1.RcAccordionSummary,tslib_1.__assign({},args,{expandIcon:!0}),"Expansion Panel 1"),react_1.default.createElement(juno_1.RcAccordionDetails,tslib_1.__assign({},args),children))},exports.AccordionDetails.storyName="AccordionDetails",exports.AccordionDetails.args={children:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget."},exports.AccordionDetails.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.AccordionDetails.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:"https://material-ui.com/api/accordion-details/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Accordion/AccordionSummary/__stories__/AccordionSummary.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAccordion,\n RcAccordionDetails,\n RcAccordionSummary,\n} from '@ringcentral/juno';\nimport { ArrowUp } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Accordion/AccordionSummary',\n component: RcAccordionSummary,\n argTypes: {\n ...sortInDocTable([\n 'disableRipple',\n 'expandIcon',\n 'IconButtonProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AccordionSummaryProps = ComponentProps;\n\nexport const AccordionSummary: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n Expansion Panel 1\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.\n \n \n );\n};\nAccordionSummary.storyName = 'AccordionSummary';\n\nAccordionSummary.args = {};\n\nAccordionSummary.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAccordionSummary.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B3474330-9DD0-44B0-92D5-8A8B71F7406B',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/accordion-summary/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const AccordionSummaryExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n Custom Icon and size\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.\n \n \n );\n};\n\nAccordionSummaryExamples.storyName = 'AccordionSummary Examples';\n",locationsMap:{"accordion-summary":{startLoc:{col:62,line:32},endLoc:{col:1,line:47},startBody:{col:62,line:32},endBody:{col:1,line:47}},"accordion-summary-examples":{startLoc:{col:70,line:73},endLoc:{col:1,line:92},startBody:{col:70,line:73},endBody:{col:1,line:92}}}}},title:"🚀 Cleanup Components/Accordion/AccordionSummary",component:juno_1.RcAccordionSummary,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["disableRipple","expandIcon","IconButtonProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.AccordionSummary=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,null,react_1.default.createElement(juno_1.RcAccordionSummary,tslib_1.__assign({},args,{expandIcon:!0}),"Expansion Panel 1"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada lacus ex, sit amet blandit leo lobortis eget."))},exports.AccordionSummary.storyName="AccordionSummary",exports.AccordionSummary.args={},exports.AccordionSummary.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.AccordionSummary.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B3474330-9DD0-44B0-92D5-8A8B71F7406B"},{name:"Mui",href:"https://material-ui.com/api/accordion-summary/"},{name:"Accessibility",value:"100%"}]},exports.AccordionSummaryExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,null,react_1.default.createElement(juno_1.RcAccordionSummary,tslib_1.__assign({},args,{expandIcon:juno_icon_1.ArrowUp,IconButtonProps:{size:"xsmall"}}),"Custom Icon and size"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada lacus ex, sit amet blandit leo lobortis eget."))},exports.AccordionSummaryExamples.storyName="AccordionSummary Examples"},"./packages/juno-core/src/components/Accordion/__stories__/Accordion.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAccordion,\n RcAccordionDetails,\n RcAccordionProps,\n RcAccordionSummary,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Accordion/Accordion',\n component: RcAccordion,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'disabled',\n 'expanded',\n 'defaultExpanded',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AccordionProps = ComponentProps;\n\nexport const Accordion: Story = ({ children, ...args }) => {\n return (\n \n Expansion Panel 1\n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.\n \n \n );\n};\n\nAccordion.args = {};\n\nAccordion.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAccordion.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EEDBD24-7FC7-4489-94B6-C1868436B6A3',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/accordion/#accordion',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const AccordionExamples: Story = () => {\n const [expanded, setExpanded] = React.useState(false);\n const handleChange =\n (panel: string) => (event: React.ChangeEvent<{}>, isExpanded: boolean) => {\n setExpanded(isExpanded ? panel : false);\n };\n\n return (\n <>\n \n \n General settings\n \n \n Nulla facilisi. Phasellus sollicitudin nulla et quam mattis feugiat.\n Aliquam eget maximus est, id dignissim quam.\n \n \n \n \n Users\n \n \n Donec placerat, lectus sed mattis semper, neque lectus feugiat lectus,\n varius pulvinar diam eros in elit. Pellentesque convallis laoreet\n laoreet.\n \n \n \n \n Advanced settings\n \n \n Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit\n amet egestas eros, vitae egestas augue. Duis vel est augue.\n \n \n \n \n Personal data (only when expanded have icon)\n \n \n Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit\n amet egestas eros, vitae egestas augue. Duis vel est augue.\n \n \n \n );\n};\n",locationsMap:{accordion:{startLoc:{col:50,line:33},endLoc:{col:1,line:43},startBody:{col:50,line:33},endBody:{col:1,line:43}},"accordion-examples":{startLoc:{col:58,line:68},endLoc:{col:1,line:144},startBody:{col:58,line:68},endBody:{col:1,line:144}}}}},title:"🚀 Cleanup Components/Accordion/Accordion",component:juno_1.RcAccordion,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","disabled","expanded","defaultExpanded"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Accordion=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0},"Expansion Panel 1"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada lacus ex, sit amet blandit leo lobortis eget."))},exports.Accordion.args={},exports.Accordion.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Accordion.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EEDBD24-7FC7-4489-94B6-C1868436B6A3"},{name:"Mui",href:"https://material-ui.com/components/accordion/#accordion"},{name:"Accessibility",value:"100%"}]},exports.AccordionExamples=function(){var _a=tslib_1.__read(react_1.default.useState(!1),2),expanded=_a[0],setExpanded=_a[1],handleChange=function(panel){return function(event,isExpanded){setExpanded(!!isExpanded&&panel)}};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel1"===expanded,onChange:handleChange("panel1")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0,"aria-controls":"panel1bh-content",id:"panel1bh-header"},"General settings"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Nulla facilisi. Phasellus sollicitudin nulla et quam mattis feugiat. Aliquam eget maximus est, id dignissim quam.")),react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel2"===expanded,onChange:handleChange("panel2")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0,"aria-controls":"panel2bh-content",id:"panel2bh-header"},"Users"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Donec placerat, lectus sed mattis semper, neque lectus feugiat lectus, varius pulvinar diam eros in elit. Pellentesque convallis laoreet laoreet.")),react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel3"===expanded,onChange:handleChange("panel3")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0,"aria-controls":"panel3bh-content",id:"panel3bh-header"},"Advanced settings"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit amet egestas eros, vitae egestas augue. Duis vel est augue.")),react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel4"===expanded,onChange:handleChange("panel4")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:"panel4"===expanded,"aria-controls":"panel4bh-content",id:"panel4bh-header"},"Personal data (only when expanded have icon)"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit amet egestas eros, vitae egestas augue. Duis vel est augue.")))}},"./packages/juno-core/src/components/Alert/__stories__/Alert.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcAlert, RcTypography } from '@ringcentral/juno';\nimport { sortInDocTable } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Alert',\n component: RcAlert,\n argTypes: {\n ...sortInDocTable([\n 'severity',\n 'size',\n 'align',\n 'children',\n 'icon',\n 'square',\n ]),\n },\n} as Meta;\n\ntype AlertProps = ComponentProps;\n\nexport const Alert: Story = ({ children, ...args }) => {\n return {children};\n};\n\nAlert.args = {\n children: 'example1',\n};\n\nAlert.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/EB8B3A28-2DC3-4DF5-995B-ED6A5E999F2B',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/alert',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const AlertExamples: Story = () => {\n return (\n <>\n \n info\n \n Example\n
\n \n error\n \n Example\n
\n \n success\n \n Example\n
\n \n warning\n \n Example\n
\n \n With default Icon\n \n With default Icon\n \n );\n};\n",locationsMap:{alert:{startLoc:{col:40,line:24},endLoc:{col:1,line:26},startBody:{col:40,line:24},endBody:{col:1,line:26}},"alert-examples":{startLoc:{col:48,line:49},endLoc:{col:1,line:78},startBody:{col:48,line:49},endBody:{col:1,line:78}}}}},title:"🚀 Cleanup Components/Alert",component:juno_1.RcAlert,argTypes:tslib_1.__assign({},juno_storybook_1.sortInDocTable(["severity","size","align","children","icon","square"]))},exports.Alert=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAlert,tslib_1.__assign({},args),children)},exports.Alert.args={children:"example1"},exports.Alert.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/EB8B3A28-2DC3-4DF5-995B-ED6A5E999F2B"},{name:"Mui",href:"https://material-ui.com/components/alert"},{name:"Accessibility",value:"100%"}]},exports.AlertExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"info"),react_1.default.createElement(juno_1.RcAlert,{severity:"info"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"error"),react_1.default.createElement(juno_1.RcAlert,{severity:"error"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"success"),react_1.default.createElement(juno_1.RcAlert,{severity:"success"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"warning"),react_1.default.createElement(juno_1.RcAlert,{severity:"warning"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"With default Icon"),react_1.default.createElement(juno_1.RcAlert,{icon:!0},"With default Icon"))}},"./packages/juno-core/src/components/Animations/Highlight/__stories__/Highlight.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n flexCenterStyle,\n palette2,\n RcButton,\n RcHighlight,\n styled,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Highlight',\n} as Meta;\n\nconst Item = styled.div`\n height: 300px;\n width: 300px;\n color: ${palette2('neutral', 'f06')};\n ${flexCenterStyle};\n`;\n\nexport const Highlight: Story = () => {\n const highlightRef = useRef(() => {});\n\n return (\n <>\n {\n highlightRef.current();\n }}\n >\n Highlight\n \n console.log('Enter')}\n onEntering={() => console.log('Entering')}\n onEntered={() => console.log('Entered')}\n onExit={() => console.log('Exit')}\n onExiting={() => console.log('Exiting')}\n onExited={() => console.log('Exited')}\n >\n Highlight\n \n \n );\n};\n\nHighlight.storyName = 'Highlight';\n\nHighlight.args = {};\n\nHighlight.argTypes = {};\n\nHighlight.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'react-transition-group',\n href: 'http://reactcommunity.org/react-transition-group/transition',\n },\n ],\n};\n",locationsMap:{highlight:{startLoc:{col:37,line:23},endLoc:{col:1,line:48},startBody:{col:37,line:23},endBody:{col:1,line:48}}}}},title:"🚀 Cleanup Components/🌈Animations/Highlight"};var templateObject_1,Item=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 300px;\n width: 300px;\n color: ",";\n ",";\n"],["\n height: 300px;\n width: 300px;\n color: ",";\n ",";\n"])),juno_1.palette2("neutral","f06"),juno_1.flexCenterStyle);exports.Highlight=function(){var highlightRef=react_1.useRef((function(){}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){highlightRef.current()}},"Highlight"),react_1.default.createElement(juno_1.RcHighlight,{action:highlightRef,onEnter:function(){return console.log("Enter")},onEntering:function(){return console.log("Entering")},onEntered:function(){return console.log("Entered")},onExit:function(){return console.log("Exit")},onExiting:function(){return console.log("Exiting")},onExited:function(){return console.log("Exited")}},react_1.default.createElement(Item,null,"Highlight")))},exports.Highlight.storyName="Highlight",exports.Highlight.args={},exports.Highlight.argTypes={},exports.Highlight.parameters={tags:[{name:"Source",value:"react-transition-group",href:"http://reactcommunity.org/react-transition-group/transition"}]}},"./packages/juno-core/src/components/AppBar/__stories__/AppBar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcAppBar } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/AppBar',\n component: RcAppBar,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AppBarProps = ComponentProps;\n\nexport const AppBar: Story = ({ children, ...args }) => {\n return {children};\n};\n\nAppBar.storyName = 'AppBar';\n\nAppBar.args = {};\n\nAppBar.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAppBar.parameters = {\n tags: [\n // {\n // name: 'Spec',\n // href: '',\n // },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/app-bar',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"app-bar":{startLoc:{col:42,line:23},endLoc:{col:1,line:25},startBody:{col:42,line:23},endBody:{col:1,line:25}}}}},title:"🚀 Cleanup Components/AppBar",component:juno_1.RcAppBar,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.AppBar=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAppBar,tslib_1.__assign({},args),children)},exports.AppBar.storyName="AppBar",exports.AppBar.args={},exports.AppBar.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.AppBar.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/app-bar"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Avatar_doc_1=__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n palette2,\n PresenceOrigin,\n RcAvatar,\n RcBox,\n RcButton,\n RcIcon,\n RcPresence,\n RcTypography,\n useAvatarColorToken,\n useAvatarShortName,\n} from '@ringcentral/juno';\nimport {\n CallAdd,\n DefaultTeamAvatar as TeamAvatar,\n} from '@ringcentral/juno-icon';\nimport {\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n useCheckRenderButton,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { AvatarDoc } from './Avatar.doc';\nimport avatar from './img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Avatar',\n component: AvatarDoc,\n argTypes: {\n ...sortInDocTable(['clickable']),\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...notShowInDocTable([\n 'isMember',\n 'displayName',\n 'unClickable',\n 'customColor',\n 'iconSymbol',\n 'alt',\n 'Img',\n 'tooltip',\n ]),\n },\n} as Meta;\n\ntype AvatarProps = ComponentProps;\n\nexport const Avatar: Story = ({ children, ...args }) => {\n return ;\n};\n\nAvatar.args = {\n src: `${avatar}`,\n title: 'tooltip',\n useRcTooltip: true,\n imgProps: {\n alt: 'avatar-image',\n },\n};\n\nAvatar.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5ddb9073872ba4b03bb609aceb8c5f8185524a33/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B1BC628D-D65D-4D77-A14D-11A30B7A4A7E',\n },\n ],\n};\n\nAvatar.argTypes = {};\n\nexport const AvatarWithCustomImg: Story = () => {\n return (\n \n \"avatar\"\n \n );\n};\n\nexport const AvatarWithText: Story = ({ children, ...args }) => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n {...args}\n >\n CK\n \n );\n};\n\nAvatarWithText.args = {\n color: 'interactive.b02',\n};\n\nexport const AvatarWithPresence: Story = () => {\n const [presenceOrigin, setPresenceOrigin] = useState({\n vertical: 'bottom',\n horizontal: 'right',\n });\n return (\n <>\n \n \n \n Only render presence when active and hover\n \n \n \n
\n
\n \n setPresenceOrigin((pre) =>\n pre.horizontal === 'right'\n ? { ...pre, horizontal: 'left' }\n : { ...pre, horizontal: 'right' },\n )\n }\n >\n {presenceOrigin.horizontal === 'right' ? 'left' : 'right'} presence\n \n
\n
\n \n setPresenceOrigin((pre) =>\n pre.vertical === 'bottom'\n ? { ...pre, vertical: 'top' }\n : { ...pre, vertical: 'bottom' },\n )\n }\n >\n {presenceOrigin.vertical === 'bottom' ? 'top' : 'bottom'} presence\n \n \n );\n};\n\nexport const AvatarWithCustomPresence: Story = () => {\n const sizes = [\n 'xxsmall',\n 'xsmall',\n 'small',\n 'medium',\n 'large',\n 'xlarge',\n ] as AvatarProps['size'][];\n\n return (\n <>\n {sizes.map((avatarSize) => (\n \n {sizes.map((presenceSize) => (\n \n }\n />\n ))}\n
\n
\n ))}\n \n );\n};\n\nexport const AvatarWithIcon: Story = ({ ...args }) => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n iconSymbol={CallAdd}\n {...args}\n />\n );\n};\n\nAvatarWithIcon.args = {\n color: 'interactive.b02',\n title: 'tooltip',\n useRcTooltip: true,\n};\n\nexport const AvatarWithCustomIcon: Story = () => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n >\n \n \n );\n};\n\nexport const AvatarWithMask: Story = () => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n mask\n clickable\n >\n \n \n );\n};\n\nAvatarWithMask.argTypes = {};\n\nexport const AvatarWithCustomMask: Story = () => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n mask={}\n >\n \n \n );\n};\n\nexport const AvatarWithDisabled: Story = () => {\n return (\n \n }\n disabled\n clickable\n title=\"This is disabled tips\"\n useRcTooltip\n TooltipProps={{ ignorePointer: true }}\n />\n \n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n mask={}\n disabled\n clickable\n >\n \n \n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n iconSymbol={CallAdd}\n disabled\n clickable\n />\n \n );\n};\n\nexport const AvatarWithBuildInColorAndShortName: Story = () => {\n const name = useAvatarShortName({\n firstName: 'Alan',\n lastName: 'Zou',\n });\n\n const { count, element } = useCheckRenderButton('id');\n const color = useAvatarColorToken(count);\n\n return (\n <>\n \n {name}\n \n {element}\n \n );\n};\n",locationsMap:{avatar:{startLoc:{col:42,line:56},endLoc:{col:1,line:58},startBody:{col:42,line:56},endBody:{col:1,line:58}},"avatar-with-custom-img":{startLoc:{col:55,line:80},endLoc:{col:1,line:86},startBody:{col:55,line:80},endBody:{col:1,line:86}},"avatar-with-text":{startLoc:{col:50,line:88},endLoc:{col:1,line:98},startBody:{col:50,line:88},endBody:{col:1,line:98}},"avatar-with-presence":{startLoc:{col:54,line:104},endLoc:{col:1,line:174},startBody:{col:54,line:104},endBody:{col:1,line:174}},"avatar-with-custom-presence":{startLoc:{col:60,line:176},endLoc:{col:1,line:208},startBody:{col:60,line:176},endBody:{col:1,line:208}},"avatar-with-icon":{startLoc:{col:50,line:210},endLoc:{col:1,line:219},startBody:{col:50,line:210},endBody:{col:1,line:219}},"avatar-with-custom-icon":{startLoc:{col:56,line:227},endLoc:{col:1,line:237},startBody:{col:56,line:227},endBody:{col:1,line:237}},"avatar-with-mask":{startLoc:{col:50,line:239},endLoc:{col:1,line:251},startBody:{col:50,line:239},endBody:{col:1,line:251}},"avatar-with-custom-mask":{startLoc:{col:56,line:255},endLoc:{col:1,line:266},startBody:{col:56,line:255},endBody:{col:1,line:266}},"avatar-with-disabled":{startLoc:{col:54,line:268},endLoc:{col:1,line:307},startBody:{col:54,line:268},endBody:{col:1,line:307}},"avatar-with-build-in-color-and-short-name":{startLoc:{col:70,line:309},endLoc:{col:1,line:326},startBody:{col:70,line:309},endBody:{col:1,line:326}}}}},title:"🚀 Cleanup Components/Avatar",component:Avatar_doc_1.AvatarDoc,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["clickable"])),{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}),juno_storybook_1.notShowInDocTable(["isMember","displayName","unClickable","customColor","iconSymbol","alt","Img","tooltip"]))},exports.Avatar=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({},args))},exports.Avatar.args={src:""+avatar_jpg_1.default,title:"tooltip",useRcTooltip:!0,imgProps:{alt:"avatar-image"}},exports.Avatar.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5ddb9073872ba4b03bb609aceb8c5f8185524a33/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B1BC628D-D65D-4D77-A14D-11A30B7A4A7E"}]},exports.Avatar.argTypes={},exports.AvatarWithCustomImg=function(){return react_1.default.createElement(juno_1.RcAvatar,null,react_1.default.createElement("img",{src:"https://placeimg.com/100/100/any",alt:"avatar"}))},exports.AvatarWithText=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")}},args),"CK")},exports.AvatarWithText.args={color:"interactive.b02"},exports.AvatarWithPresence=function(){var _a=tslib_1.__read(react_1.useState({vertical:"bottom",horizontal:"right"}),2),presenceOrigin=_a[0],setPresenceOrigin=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"available"}}),react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"DND"}}),react_1.default.createElement(juno_1.RcTypography,{variant:"subheading2",color:"neutral.f06"},"Only render presence when active and hover"),react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"notReady"},shouldRenderPresenceHovered:!0,clickable:!0}),react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"busy"},shouldRenderPresenceHovered:!0,clickable:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setPresenceOrigin((function(pre){return"right"===pre.horizontal?tslib_1.__assign(tslib_1.__assign({},pre),{horizontal:"left"}):tslib_1.__assign(tslib_1.__assign({},pre),{horizontal:"right"})}))}},"right"===presenceOrigin.horizontal?"left":"right"," presence"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setPresenceOrigin((function(pre){return"bottom"===pre.vertical?tslib_1.__assign(tslib_1.__assign({},pre),{vertical:"top"}):tslib_1.__assign(tslib_1.__assign({},pre),{vertical:"bottom"})}))}},"bottom"===presenceOrigin.vertical?"top":"bottom"," presence"))},exports.AvatarWithCustomPresence=function(){var sizes=["xxsmall","xsmall","small","medium","large","xlarge"];return react_1.default.createElement(react_1.default.Fragment,null,sizes.map((function(avatarSize){return react_1.default.createElement(react_1.default.Fragment,{key:avatarSize},sizes.map((function(presenceSize){return react_1.default.createElement(juno_1.RcAvatar,{key:avatarSize+presenceSize,src:avatar_jpg_1.default,size:avatarSize,presence:react_1.default.createElement(juno_1.RcPresence,{size:presenceSize,color:juno_1.palette2("interactive","b02")})})})),react_1.default.createElement("br",null))})))},exports.AvatarWithIcon=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},iconSymbol:juno_icon_1.CallAdd},args))},exports.AvatarWithIcon.args={color:"interactive.b02",title:"tooltip",useRcTooltip:!0},exports.AvatarWithCustomIcon=function(){return react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")}},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd}))},exports.AvatarWithMask=function(){return react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},mask:!0,clickable:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultTeamAvatar}))},exports.AvatarWithMask.argTypes={},exports.AvatarWithCustomMask=function(){return react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},mask:react_1.default.createElement(juno_1.RcIcon,{size:"small",symbol:juno_icon_1.CallAdd})},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultTeamAvatar}))},exports.AvatarWithDisabled=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,presence:react_1.default.createElement(juno_1.RcPresence,{color:juno_1.palette2("interactive","b02")}),disabled:!0,clickable:!0,title:"This is disabled tips",useRcTooltip:!0,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,presenceProps:{type:"DND"},disabled:!0,clickable:!0}),react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},mask:react_1.default.createElement(juno_1.RcIcon,{size:"small",symbol:juno_icon_1.CallAdd}),disabled:!0,clickable:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultTeamAvatar})),react_1.default.createElement(juno_1.RcAvatar,{onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},iconSymbol:juno_icon_1.CallAdd,disabled:!0,clickable:!0}))},exports.AvatarWithBuildInColorAndShortName=function(){var name=juno_1.useAvatarShortName({firstName:"Alan",lastName:"Zou"}),_a=juno_storybook_1.useCheckRenderButton("id"),count=_a.count,element=_a.element,color=juno_1.useAvatarColorToken(count);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcAvatar,{clickable:!0,color},name),element)}},"./packages/juno-core/src/components/Backdrop/__stories__/Backdrop.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcBackdrop,\n RcButton,\n RcCircularProgress,\n styled,\n zIndex,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Backdrop',\n component: RcBackdrop,\n argTypes: {\n ...sortInDocTable([\n 'open',\n 'invisible',\n 'timeout',\n 'disableStrictModeCompat',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['in']),\n },\n} as Meta;\n\nconst CustomZIndexBackdrop = styled(RcBackdrop)`\n z-index: ${zIndex('drawer')};\n`;\n\ntype BackdropProps = ComponentProps;\n\nexport const Backdrop: Story = ({\n children,\n open: openProp,\n ...args\n}) => {\n const [open, setOpen] = React.useState(openProp);\n\n const handleClose = () => {\n setOpen(false);\n };\n const handleToggle = () => {\n setOpen(!open);\n };\n return (\n <>\n \n Show backdrop\n \n \n \n \n \n );\n};\n\nBackdrop.args = {\n open: false,\n};\n\nBackdrop.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBackdrop.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/backdrop/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{backdrop:{startLoc:{col:46,line:38},endLoc:{col:1,line:65},startBody:{col:46,line:38},endBody:{col:1,line:65}}}}},title:"🚀 Cleanup Components/Backdrop",component:juno_1.RcBackdrop,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","invisible","timeout","disableStrictModeCompat"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["in"]))};var templateObject_1,CustomZIndexBackdrop=juno_1.styled(juno_1.RcBackdrop)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n z-index: ",";\n"],["\n z-index: ",";\n"])),juno_1.zIndex("drawer"));exports.Backdrop=function(_a){_a.children;var openProp=_a.open,args=tslib_1.__rest(_a,["children","open"]),_b=tslib_1.__read(react_1.default.useState(openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{variant:"outlined",color:"interactive.f01",onClick:function(){setOpen(!open)}},"Show backdrop"),react_1.default.createElement(CustomZIndexBackdrop,tslib_1.__assign({},args,{open,onClick:function(){setOpen(!1)}}),react_1.default.createElement(juno_1.RcCircularProgress,null)))},exports.Backdrop.args={open:!1},exports.Backdrop.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Backdrop.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/backdrop/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Badge/__stories__/Badge.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcAvatar,\n RcBadge,\n RcButton,\n RcGrid,\n RcIcon,\n RcText,\n} from '@ringcentral/juno';\nimport { Phone } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Badge',\n component: RcBadge,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n textColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n borderColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'badgeContent',\n 'max',\n 'showZero',\n ]),\n ...notControlInDocTable(['overlap']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype BadgeProps = ComponentProps;\n\nexport const Badge: Story = ({\n children,\n anchorOrigin,\n ...args\n}) => {\n const [count, setCount] = useState(0);\n return (\n <>\n \n setCount(count + 1)}>+1\n \n
\n
\n \n setCount(count + 1)} radius=\"round\">\n +1{Array(count).fill('1')}\n \n \n
\n
\n \n CK\n \n \n );\n};\n\nBadge.storyName = 'Badge';\n\nBadge.args = {\n max: 5,\n showZero: true,\n};\n\nBadge.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBadge.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/701C6EEF-518C-4FDD-BB1E-5B5A78356269',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/badges/#badge',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const BadgeExamples: Story = ({\n children,\n anchorOrigin,\n ...args\n}) => {\n return (\n \n \n overlap=\"rectangular\"\n \n right bottom\n \n
\n
\n \n right bottom\n \n
\n
\n \n left top\n \n
\n
\n \n left bottom\n \n
\n
\n
\n overlap=\"round\"\n \n right bottom\n \n
\n
\n \n right bottom\n \n
\n
\n \n left top\n \n
\n
\n \n left bottom\n \n
\n \n overlap=\"circular\"\n \n CK\n \n
\n
\n \n CK\n \n
\n
\n \n CK\n \n
\n
\n \n CK\n \n
\n \n Overlap None\n \n
\n \n
\n
\n With Icon\n \n \n \n
\n
\n \n When BadgeContent is number, that will limit with prop{' '}\n <RcText highlight>max</RcText>\n \n \n CK\n \n
\n
\n \n When BadgeContent is not number, that will not limit with prop{' '}\n <RcText highlight>max</RcText>\n \n \n CK\n \n
\n
\n );\n};\n\nBadgeExamples.storyName = 'Badge Examples';\n\nBadgeExamples.args = {\n badgeContent: 1,\n};\n\nBadgeExamples.argTypes = {\n ...notControlInDocTable(['overlap']),\n};\n",locationsMap:{badge:{startLoc:{col:40,line:56},endLoc:{col:1,line:81},startBody:{col:40,line:56},endBody:{col:1,line:81}},"badge-examples":{startLoc:{col:48,line:111},endLoc:{col:1,line:249},startBody:{col:48,line:111},endBody:{col:1,line:249}}}}},title:"🚀 Cleanup Components/Badge",component:juno_1.RcBadge,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},textColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},borderColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","badgeContent","max","showZero"])),juno_storybook_1.notControlInDocTable(["overlap"])),juno_storybook_1.notShowInDocTable([]))},exports.Badge=function(_a){_a.children,_a.anchorOrigin;var args=tslib_1.__rest(_a,["children","anchorOrigin"]),_b=tslib_1.__read(react_1.useState(0),2),count=_b[0],setCount=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({badgeContent:count},args),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setCount(count+1)}},"+1")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({badgeContent:count},args,{overlap:"round"}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setCount(count+1)},radius:"round"},"+1",Array(count).fill("1"))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({badgeContent:count},args,{overlap:"circular"}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")))},exports.Badge.storyName="Badge",exports.Badge.args={max:5,showZero:!0},exports.Badge.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Badge.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/701C6EEF-518C-4FDD-BB1E-5B5A78356269"},{name:"Mui",href:"https://material-ui.com/components/badges/#badge"},{name:"Accessibility",value:"100%"}]},exports.BadgeExamples=function(_a){_a.children,_a.anchorOrigin;var args=tslib_1.__rest(_a,["children","anchorOrigin"]);return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,'overlap="rectangular"'),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{anchorOrigin:{horizontal:"right",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,null,"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{anchorOrigin:{horizontal:"left",vertical:"top"}}),react_1.default.createElement(juno_1.RcButton,null,"left top")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{anchorOrigin:{horizontal:"left",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,null,"left bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,'overlap="round"'),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({overlap:"round"},args),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"round",anchorOrigin:{horizontal:"right",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"round",anchorOrigin:{horizontal:"left",vertical:"top"}}),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"left top")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"round",anchorOrigin:{horizontal:"left",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"left bottom"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,'overlap="circular"'),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular"}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular",dotProps:{size:"large"},anchorOrigin:{horizontal:"right",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular",dotComponent:null,anchorOrigin:{horizontal:"left",vertical:"top"}}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular",anchorOrigin:{horizontal:"left",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcAvatar,null,"CK"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Overlap None"),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{badgeContent:"abc",overlap:"none"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"none"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"With Icon"),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Phone,color:"interactive.f01"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"When BadgeContent is number, that will limit with prop"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"max")),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{badgeContent:"123",overlap:"circular",max:5}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"When BadgeContent is not number, that will not limit with prop"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"max")),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{badgeContent:"- 123 -",overlap:"circular",max:5}),react_1.default.createElement(juno_1.RcAvatar,null,"CK"))))},exports.BadgeExamples.storyName="Badge Examples",exports.BadgeExamples.args={badgeContent:1},exports.BadgeExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["overlap"]))},"./packages/juno-core/src/components/Box/__stories__/Box.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBox, RcLink, RcText } from '@ringcentral/juno';\nimport { notControlInDocTable, Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Box',\n component: RcBox,\n argTypes: {\n children: {\n description: 'Box render function or node.',\n control: { type: 'object' },\n },\n clone: {\n description: `If \\`true\\`, the box will recycle its children DOM element. It's using \\`React.cloneElement\\` internally.`,\n control: { type: 'boolean' },\n },\n component: {\n description: `The component used for the root node. Either a string to use a DOM element or a component.`,\n control: { type: 'object' },\n },\n },\n} as Meta;\n\ntype BoxProps = ComponentProps;\n\nexport const Box: Story = ({ children, ...args }) => {\n return (\n <>\n \n The Box component packages{' '}\n <RcText highlight>all the style functions</RcText> that are exposed in{' '}\n <RcLink href=\"https://material-ui.com/system/basics/\" variant=\"inherit\">\n <RcText highlight>@material-ui/system</RcText>\n </RcLink>\n \n \n
Box Example
\n
\n \n Box Example\n \n \n );\n};\n\nBox.storyName = 'Box';\n\nBox.args = {};\n\nBox.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBox.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/box/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{box:{startLoc:{col:36,line:28},endLoc:{col:1,line:57},startBody:{col:36,line:28},endBody:{col:1,line:57}}}}},title:"🚀 Cleanup Components/Box",component:juno_1.RcBox,argTypes:{children:{description:"Box render function or node.",control:{type:"object"}},clone:{description:"If `true`, the box will recycle its children DOM element. It's using `React.cloneElement` internally.",control:{type:"boolean"}},component:{description:"The component used for the root node. Either a string to use a DOM element or a component.",control:{type:"object"}}}},exports.Box=function(_a){_a.children,tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"The Box component packages"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"all the style functions")," that are exposed in"," ",react_1.default.createElement(juno_1.RcLink,{href:"https://material-ui.com/system/basics/",variant:"inherit"},react_1.default.createElement(juno_1.RcText,{highlight:!0},"@material-ui/system"))),react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06",bgcolor:"neutral.b01",clone:!0,width:300},react_1.default.createElement("div",null,"Box Example")),react_1.default.createElement(juno_1.RcBox,{zIndex:"modal",color:"warning.f02",bgcolor:"neutral.b03",border:"1px solid",borderColor:"warning.f02",m:1,p:3,component:"div",boxShadow:3,width:1/4},"Box Example"))},exports.Box.storyName="Box",exports.Box.args={},exports.Box.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Box.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:"https://material-ui.com/components/box/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),ButtonUtils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/ButtonUtils.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcBox,\n RcButton,\n RcButtonSize,\n RcButtonVariant,\n RcIcon,\n RcTypography,\n styled,\n useTheme,\n} from \'@ringcentral/juno\';\nimport {\n BubbleLinesBorder,\n CallAdd,\n Leave,\n NewEmail,\n UserDefault,\n} from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\nimport { RcButtonHeights } from \'../utils/ButtonUtils\';\n\nexport default {\n title: \'🚀 Cleanup Components/Buttons\',\n component: RcButton,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: \'select\',\n },\n },\n ...sortInDocTable([\n \'variant\',\n \'size\',\n \'focusVariant\',\n \'radius\',\n \'children\',\n \'title\',\n \'useRcTooltip\',\n \'loading\',\n \'loadingMode\',\n \'disabled\',\n \'fullWidth\',\n \'startIcon\',\n \'endIcon\',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\'IconProps\']),\n },\n} as Meta;\n\ntype ButtonProps = ComponentProps;\n\nexport const Button: Story = ({ children, ...args }) => {\n return {children};\n};\n\nButton.args = {\n children: \'button\',\n title: \'button\',\n};\n\nButton.argTypes = {\n ...notControlInDocTable([]),\n};\n\nButton.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/16D99BD2-4BF8-483C-93D8-D6CE2B45B593?mode=design&sha=7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/components/buttons/#button\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst Wrapper = styled.ul`\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n`;\n\nconst variants = [\n \'contained\',\n \'outlined\',\n \'text\',\n \'plain\',\n] as RcButtonVariant[];\n\nconst sizes = Object.keys(RcButtonHeights) as RcButtonSize[];\n\nexport const ButtonExamples: Story = ({ children, ...args }) => {\n return (\n \n {variants.map((variant) => (\n
  • \n \n {children}\n \n }\n >\n {children}\n \n }\n >\n {children}\n \n }\n endIcon={}\n >\n {children}\n \n
  • \n ))}\n
    \n
    \n
    \n All Size button\n \n
  • \n {sizes.map((size) => {\n return (\n \n {size}\n \n {children}\n \n
    \n
    \n }\n >\n {children}\n \n
    \n
    \n }\n >\n Start a conversation\n \n
    \n );\n })}\n
  • \n
    \n
    \n );\n};\n\nButtonExamples.args = {\n children: \'button\',\n title: \'button\',\n};\n\nButtonExamples.argTypes = {\n ...notShowInDocTable([\'variant\']),\n};\n\nexport const ButtonVariants: Story = () => {\n return (\n \n
  • \n click me\n click me\n click me\n click me\n
  • \n
    \n );\n};\n\nexport const ButtonSizes: Story = () => {\n return (\n \n
  • \n {sizes.map((size) => {\n return (\n \n {size}\n click\n
    \n
    \n }>\n Start a conversation\n \n
    \n );\n })}\n
  • \n
    \n );\n};\n\nexport const ButtonWithLoading: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {variants.map((variant) => (\n
  • \n
    \n replace(default)\n \n click\n \n
    \n
    \n prefix\n \n click\n \n
    \n
    \n suffix\n \n click\n \n
    \n
    \n with custom loading props\n \n click\n \n
    \n
  • \n ))}\n
    \n );\n};\n\nButtonWithLoading.args = {\n loading: true,\n};\n\nButtonWithLoading.argTypes = {\n ...notControlInDocTable([\'variant\']),\n};\n\nexport const ButtonWithDisabled: Story = () => {\n return (\n \n
  • \n
    \n Normal\n button\n
    \n
    \n Mask\n \n button\n \n
    \n
  • \n
    \n );\n};\n\nexport const ButtonWithCustomRadius: Story = () => {\n const theme = useTheme();\n return (\n \n \n button\n \n \n );\n};\n\nexport const ButtonWithKeepElevation: Story = () => {\n return (\n \n Keep\n \n );\n};\n\nexport const ButtonWithIcon: Story = () => {\n return (\n \n
  • \n
    \n startIcon\n }>login\n
    \n
    \n endIcon\n }>logout\n
    \n
    \n both\n }\n endIcon={}\n >\n logout\n \n
    \n
  • \n
    \n );\n};\n\nexport const ButtonWithCustomColor: Story = () => {\n return (\n \n
  • \n logout\n logout\n logout\n logout\n
  • \n
    \n );\n};\n\nexport const ButtonWithFocusRing: Story = () => {\n return (\n <>\n \n
  • \n button\n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n \n );\n};\n',locationsMap:{button:{startLoc:{col:42,line:62},endLoc:{col:1,line:64},startBody:{col:42,line:62},endBody:{col:1,line:64}},"button-examples":{startLoc:{col:50,line:119},endLoc:{col:1,line:189},startBody:{col:50,line:119},endBody:{col:1,line:189}},"button-variants":{startLoc:{col:50,line:200},endLoc:{col:1,line:211},startBody:{col:50,line:200},endBody:{col:1,line:211}},"button-sizes":{startLoc:{col:47,line:213},endLoc:{col:1,line:233},startBody:{col:47,line:213},endBody:{col:1,line:233}},"button-with-loading":{startLoc:{col:53,line:235},endLoc:{col:1,line:278},startBody:{col:53,line:235},endBody:{col:1,line:278}},"button-with-disabled":{startLoc:{col:54,line:288},endLoc:{col:1,line:305},startBody:{col:54,line:288},endBody:{col:1,line:305}},"button-with-custom-radius":{startLoc:{col:58,line:307},endLoc:{col:1,line:325},startBody:{col:58,line:307},endBody:{col:1,line:325}},"button-with-keep-elevation":{startLoc:{col:59,line:327},endLoc:{col:1,line:333},startBody:{col:59,line:327},endBody:{col:1,line:333}},"button-with-icon":{startLoc:{col:50,line:335},endLoc:{col:1,line:359},startBody:{col:50,line:335},endBody:{col:1,line:359}},"button-with-custom-color":{startLoc:{col:57,line:361},endLoc:{col:1,line:372},startBody:{col:57,line:361},endBody:{col:1,line:372}},"button-with-focus-ring":{startLoc:{col:55,line:374},endLoc:{col:1,line:579},startBody:{col:55,line:374},endBody:{col:1,line:579}}}}},title:"🚀 Cleanup Components/Buttons",component:juno_1.RcButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","size","focusVariant","radius","children","title","useRcTooltip","loading","loadingMode","disabled","fullWidth","startIcon","endIcon"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["IconProps"]))},exports.Button=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args),children)},exports.Button.args={children:"button",title:"button"},exports.Button.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Button.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/16D99BD2-4BF8-483C-93D8-D6CE2B45B593?mode=design&sha=7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1"},{name:"Mui",href:"https://material-ui.com/components/buttons/#button"},{name:"Accessibility",value:"100%"}]};var templateObject_1,Wrapper=juno_1.styled.ul(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"],["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"]))),variants=["contained","outlined","text","plain"],sizes=Object.keys(ButtonUtils_1.RcButtonHeights);exports.ButtonExamples=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,variants.map((function(variant){return react_1.default.createElement("li",{key:variant},react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant}),children),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder})}),children),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder})}),children),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder}),endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder})}),children))})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},"All Size button"),react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcBox,{key:size,display:"inline-block"},react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},size),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{size}),children),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{size,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd})}),children),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{size,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd})}),"Start a conversation"))})))))},exports.ButtonExamples.args={children:"button",title:"button"},exports.ButtonExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["variant"])),exports.ButtonVariants=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"text"},"click me"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined"},"click me"),react_1.default.createElement(juno_1.RcButton,{variant:"contained"},"click me"),react_1.default.createElement(juno_1.RcButton,{variant:"plain"},"click me")))},exports.ButtonSizes=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcBox,{key:size,display:"inline-block"},react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},size),react_1.default.createElement(juno_1.RcButton,{size},"click"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{size,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd})},"Start a conversation"))}))))},exports.ButtonWithLoading=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,variants.map((function(variant){return react_1.default.createElement("li",{key:variant},react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"replace(default)"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant}),"click")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"prefix"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,loadingMode:"prefix"}),"click")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"suffix"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,loadingMode:"suffix"}),"click")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"with custom loading props"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,loadingMode:"suffix",CircularProgressProps:{thickness:10}}),"click")))})))},exports.ButtonWithLoading.args={loading:!0},exports.ButtonWithLoading.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant"])),exports.ButtonWithDisabled=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Normal"),react_1.default.createElement(juno_1.RcButton,{disabled:!0},"button")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Mask"),react_1.default.createElement(juno_1.RcButton,{disabled:!0,disabledVariant:"mask"},"button"))))},exports.ButtonWithCustomRadius=function(){var theme=juno_1.useTheme();return react_1.default.createElement(juno_1.RcButton,{radius:"round",keepElevation:!0,color:"neutral.elevation",size:"small",style:{minWidth:"104px"},TouchRippleProps:{style:{color:theme.palette.interactive.b02}}},react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"interactive.f01"},"button"))},exports.ButtonWithKeepElevation=function(){return react_1.default.createElement(juno_1.RcBox,{bgcolor:"neutral.elevation",display:"inline-block",padding:"1em"},react_1.default.createElement(juno_1.RcButton,{keepElevation:!0},"Keep"))},exports.ButtonWithIcon=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"startIcon"),react_1.default.createElement(juno_1.RcButton,{startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.UserDefault})},"login")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"endIcon"),react_1.default.createElement(juno_1.RcButton,{endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Leave})},"logout")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"both"),react_1.default.createElement(juno_1.RcButton,{startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder}),endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.NewEmail})},"logout"))))},exports.ButtonWithCustomColor=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{color:"danger.b03"},"logout"),react_1.default.createElement(juno_1.RcButton,{color:"success.b03"},"logout"),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b03"},"logout"),react_1.default.createElement(juno_1.RcButton,{color:"informative.b01"},"logout")))},exports.ButtonWithFocusRing=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",color:"highlight.b03"},"button"))),react_1.default.createElement("br",null),react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button"))))}},"./packages/juno-core/src/components/Buttons/ButtonBase/__stories__/ButtonBase.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButtonBase, RcTypography, styled } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Buttons/ButtonBase',\n component: RcButtonBase,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ButtonBaseProps = ComponentProps;\n\nconst Wrapper = styled.div`\n .ripple {\n color: red;\n }\n`;\n\ntype ButtonBaseButtonProps = ComponentProps;\n\nexport const ButtonBase: Story = ({ ...args }) => {\n return (\n \n \n cool\n \n \n );\n};\n\nButtonBase.args = {};\n\nButtonBase.argTypes = {\n ...notControlInDocTable([]),\n};\n\nButtonBase.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/button-base/',\n },\n ],\n};\n\nButtonBase.storyName = 'ButtonBase';\n",locationsMap:{"button-base":{startLoc:{col:56,line:31},endLoc:{col:1,line:46},startBody:{col:56,line:31},endBody:{col:1,line:46}}}}},title:"🚀 Cleanup Components/Buttons/ButtonBase",component:juno_1.RcButtonBase,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .ripple {\n color: red;\n }\n"],["\n .ripple {\n color: red;\n }\n"])));exports.ButtonBase=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcButtonBase,tslib_1.__assign({},args,{TouchRippleProps:{classes:{ripple:"ripple"}}}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"cool")))},exports.ButtonBase.args={},exports.ButtonBase.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ButtonBase.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/button-base/"}]},exports.ButtonBase.storyName="ButtonBase"},"./packages/juno-core/src/components/Buttons/ButtonGroup/__stories__/ButtonGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcButtonGroup } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Buttons/ButtonGroup',\n component: RcButtonGroup,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ButtonGroupProps = ComponentProps;\n\nexport const ButtonGroup: Story = ({ children, ...args }) => {\n return (\n \n One\n Two\n \n );\n};\n\nButtonGroup.storyName = 'ButtonGroup';\n\nButtonGroup.args = {};\n\nButtonGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nButtonGroup.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/button-group/#button-group',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"button-group":{startLoc:{col:52,line:23},endLoc:{col:1,line:30},startBody:{col:52,line:23},endBody:{col:1,line:30}}}}},title:"🚀 Cleanup Components/Buttons/ButtonGroup",component:juno_1.RcButtonGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ButtonGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcButtonGroup,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"One"),react_1.default.createElement(juno_1.RcButton,null,"Two"))},exports.ButtonGroup.storyName="ButtonGroup",exports.ButtonGroup.args={},exports.ButtonGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ButtonGroup.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/button-group/#button-group"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),radius_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/radius.json")),Icon_story_1=__webpack_require__("./packages/juno-core/src/components/Icon/__stories__/Icon.story.tsx"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcBox,\n RcIcon,\n RcIconButton,\n RcIconButtonVariant,\n RcPaletteProp,\n RcText,\n} from \'@ringcentral/juno\';\nimport { Star as StarIcon, Phone } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport radiusObj from \'../../../../foundation/theme/assets/radius.json\';\nimport { Icon } from \'../../../Icon/__stories__/Icon.story\';\nimport { RcIconButtonSizes } from \'../utils\';\nimport { Box } from \'@material-ui/core\';\n\nexport default {\n title: \'🚀 Cleanup Components/IconButton\',\n component: RcIconButton,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: \'select\',\n value: RcIconButton.defaultProps?.color,\n },\n },\n ...sortInDocTable([\n \'symbol\',\n \'size\',\n \'variant\',\n \'radius\',\n \'disabled\',\n \'autoFocus\',\n \'useRcTooltip\',\n \'centerRipple\',\n \'loading\',\n \'title\',\n \'focusVariant\',\n ]),\n ...notShowInDocTable([\n \'autoFocus\',\n \'alwaysEnableTooltip\',\n \'tooltipTitle\',\n \'tooltipPlacement\',\n \'disableToolTip\',\n \'popperProps\',\n \'tooltipForceHide\',\n \'externalLink\',\n \'ariaLabel\',\n \'download\',\n \'buttonRef\',\n \'aRef\',\n \'href\',\n ]),\n },\n} as Meta;\n\ntype IconButtonProps = ComponentProps;\n\nexport const IconButton: Story = ({ children, ...args }) => {\n return ;\n};\n\nIconButton.storyName = \'IconButton\';\nIconButton.args = {};\nIconButton.argTypes = {\n ...Icon.argTypes,\n};\nIconButton.parameters = {\n tags: [\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/button-base/#buttonbase-api\',\n value: \'ButtonBase\',\n },\n ],\n};\n\nexport const IconButtonExamples: Story = ({\n children,\n variant,\n TooltipProps,\n symbol,\n title,\n ...args\n}) => {\n return (\n \n {(\n [\n \'round\',\n \'contained\',\n \'inverse\',\n \'outline\',\n \'plain\',\n ] as RcIconButtonVariant[]\n ).map((variant) => (\n \n {variant}\n \n
    \n \n
    \n ))}\n
    \n );\n};\n\nIconButtonExamples.storyName = \'IconButton Examples\';\n\nIconButtonExamples.argTypes = {\n ...notControlInDocTable([\n \'variant\',\n \'TooltipProps\',\n \'symbol\',\n \'title\',\n ]),\n};\n\nexport const IconButtonContained: Story = ({\n variant = \'contained\',\n ...args\n}) => {\n return (\n \n {variant}\n \n \n \n \n
    \n
    \n Disabled ripple\n \n \n
    \n
    \n \n disabledFakeBorder\n <br />\n <RcText highlight variant="body1">\n (Only use in highContractMode)\n </RcText>\n \n \n \n
    \n
    \n custom icon color\n \n \n
    \n
    \n icon disabled\n \n
    \n normal\n
    \n \n
    \n disabled\n
    \n \n
    \n useColorWhenDisabled\n
    \n );\n};\n\nexport const IconButtonWithElevation: Story = () => {\n return (\n <>\n \n {[...new Array(25)].map((x, i) => (\n \n \n {i}\n \n \n ))}\n \n
    \n
    {\' \'}\n \n Without elevation\n \n \n \n );\n};\n\nIconButtonWithElevation.storyName = \'IconButton with elevation\';\n\nexport const IconButtonWithRadius: Story = () => {\n return (\n \n {Object.keys(radiusObj).map((radius: any) => (\n \n {radius}\n \n \n ))}\n \n );\n};\n\nexport const IconButtonWithColorAndSize: Story = () => {\n const colors = [\n \'success.b03\',\n \'success.b04\',\n \'highlight.b01\',\n \'highlight.b02\',\n \'highlight.b03\',\n \'danger.b03\',\n \'danger.b04\',\n ] as RcPaletteProp[];\n\n return (\n \n {Object.entries(RcIconButtonSizes).map(([size, valuePx]: any, i) => (\n \n \n {size}\n <br />\n <RcText color="neutral.f04">({valuePx * 2}px)</RcText>\n \n {(\n [\n \'round\',\n \'contained\',\n \'inverse\',\n \'outline\',\n \'plain\',\n ] as RcIconButtonVariant[]\n ).map((variant) => (\n \n \n
    \n
    \n
    \n ))}\n
    \n ))}\n
    \n );\n};\n\nIconButtonWithColorAndSize.storyName = \'IconButton with color and size\';\n\nexport const IconButtonWithDisabledColor: Story = () => {\n return (\n <>\n \n \n \n );\n};\n\nIconButtonWithDisabledColor.storyName = \'IconButton with color when disabled\';\n\nexport const IconButtonWithFocusRing: Story = () => {\n return (\n
    \n Only support for inverse and round variant. Plain variant always use\n focusRing\n \n \n \n\n \n \n \n \n \n \n\n \n \n \n \n \n \n\n \n \n \n
    \n );\n};\n',locationsMap:{"icon-button":{startLoc:{col:50,line:70},endLoc:{col:1,line:72},startBody:{col:50,line:70},endBody:{col:1,line:72}},"icon-button-examples":{startLoc:{col:58,line:89},endLoc:{col:1,line:125},startBody:{col:58,line:89},endBody:{col:1,line:125}},"icon-button-contained":{startLoc:{col:59,line:138},endLoc:{col:1,line:264},startBody:{col:59,line:138},endBody:{col:1,line:264}},"icon-button-with-elevation":{startLoc:{col:63,line:266},endLoc:{col:1,line:291},startBody:{col:63,line:266},endBody:{col:1,line:291}},"icon-button-with-radius":{startLoc:{col:60,line:295},endLoc:{col:1,line:306},startBody:{col:60,line:295},endBody:{col:1,line:306}},"icon-button-with-color-and-size":{startLoc:{col:66,line:308},endLoc:{col:1,line:352},startBody:{col:66,line:308},endBody:{col:1,line:352}},"icon-button-with-disabled-color":{startLoc:{col:67,line:356},endLoc:{col:1,line:374},startBody:{col:67,line:356},endBody:{col:1,line:374}},"icon-button-with-focus-ring":{startLoc:{col:63,line:378},endLoc:{col:1,line:471},startBody:{col:63,line:378},endBody:{col:1,line:471}}}}},title:"🚀 Cleanup Components/IconButton",component:juno_1.RcIconButton,argTypes:tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select",value:null===(_a=juno_1.RcIconButton.defaultProps)||void 0===_a?void 0:_a.color}}},juno_storybook_1.sortInDocTable(["symbol","size","variant","radius","disabled","autoFocus","useRcTooltip","centerRipple","loading","title","focusVariant"])),juno_storybook_1.notShowInDocTable(["autoFocus","alwaysEnableTooltip","tooltipTitle","tooltipPlacement","disableToolTip","popperProps","tooltipForceHide","externalLink","ariaLabel","download","buttonRef","aRef","href"]))},exports.IconButton=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({},args,{symbol:juno_icon_1.Star}))},exports.IconButton.storyName="IconButton",exports.IconButton.args={},exports.IconButton.argTypes=tslib_1.__assign({},Icon_story_1.Icon.argTypes),exports.IconButton.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/button-base/#buttonbase-api",value:"ButtonBase"}]},exports.IconButtonExamples=function(_a){_a.children,_a.variant,_a.TooltipProps,_a.symbol,_a.title;var args=tslib_1.__rest(_a,["children","variant","TooltipProps","symbol","title"]);return react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},["round","contained","inverse","outline","plain"].map((function(variant){return react_1.default.createElement(juno_1.RcBox,{margin:"1em",textAlign:"center",key:variant},react_1.default.createElement(juno_storybook_1.Title,null,variant),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Star,title:"star",TooltipProps:{placement:"top"}},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,{variant,symbol:juno_icon_1.Star,stretchIcon:!0}))})))},exports.IconButtonExamples.storyName="IconButton Examples",exports.IconButtonExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant","TooltipProps","symbol","title"])),exports.IconButtonContained=function(_a){var _b=_a.variant,variant=void 0===_b?"contained":_b,args=tslib_1.__rest(_a,["variant"]);return react_1.default.createElement(juno_1.RcBox,{margin:"1em",textAlign:"center",key:variant},react_1.default.createElement(juno_storybook_1.Title,null,variant),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone},args,{color:"neutral.b01"})),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone},args,{color:"neutral.b05"})),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone,color:"success.b03",elevation:0,activeElevation:0},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Disabled ripple"),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone,disableRipple:!0,elevation:0,activeElevation:0,color:"danger.b04"},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"inverse",symbol:juno_icon_1.Phone,disableRipple:!0,elevation:0,activeElevation:0,color:"danger.b04"},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"disabledFakeBorder",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcText,{highlight:!0,variant:"body1"},"(Only use in highContractMode)")),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,disabledFakeBorder:!0,color:"danger.b04"},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"inverse",symbol:juno_icon_1.Phone,disabledFakeBorder:!0,color:"danger.b04"},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"custom icon color"),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"}},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"action.primary",IconProps:{color:"danger.b03"}},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"icon disabled"),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"}},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"normal"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"},disabled:!0},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"disabled"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"},disabled:!0,useColorWhenDisabled:!0},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"useColorWhenDisabled"))},exports.IconButtonWithElevation=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},tslib_1.__spread(new Array(25)).map((function(x,i){return react_1.default.createElement(juno_1.RcBox,{margin:"1em",key:i,textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,i),react_1.default.createElement(juno_1.RcIconButton,{variant:"contained",symbol:juno_icon_1.Star,elevation:i}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null)," ",react_1.default.createElement(juno_1.RcBox,{margin:"1em",textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,"Without elevation"),react_1.default.createElement(juno_1.RcIconButton,{variant:"contained",symbol:juno_icon_1.Star,elevation:"0",activeElevation:"0"})))},exports.IconButtonWithElevation.storyName="IconButton with elevation",exports.IconButtonWithRadius=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},Object.keys(radius_json_1.default).map((function(radius){return react_1.default.createElement(juno_1.RcBox,{margin:"1em",key:radius,textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,radius),react_1.default.createElement(juno_1.RcIconButton,{variant:"contained",symbol:juno_icon_1.Star,radius}))})))},exports.IconButtonWithColorAndSize=function(){var colors=["success.b03","success.b04","highlight.b01","highlight.b02","highlight.b03","danger.b03","danger.b04"];return react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},Object.entries(utils_1.RcIconButtonSizes).map((function(_a,i){var _b=tslib_1.__read(_a,2),size=_b[0],valuePx=_b[1];return react_1.default.createElement(juno_1.RcBox,{margin:"1em",key:size,textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,size,react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcText,{color:"neutral.f04"},"(",2*valuePx,"px)")),["round","contained","inverse","outline","plain"].map((function(variant){return react_1.default.createElement(react_1.default.Fragment,{key:variant},react_1.default.createElement(juno_1.RcIconButton,{variant,color:colors[i],symbol:juno_icon_1.Star,size}),react_1.default.createElement("br",null),react_1.default.createElement("br",null))})))})))},exports.IconButtonWithColorAndSize.storyName="IconButton with color and size",exports.IconButtonWithDisabledColor=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"round",useColorWhenDisabled:!0,symbol:juno_icon_1.Star,disabled:!0,color:"highlight.f02"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",symbol:juno_icon_1.Star,disabled:!0,color:"highlight.f02"}))},exports.IconButtonWithDisabledColor.storyName="IconButton with color when disabled",exports.IconButtonWithFocusRing=function(){return react_1.default.createElement("div",null,"Only support for inverse and round variant. Plain variant always use focusRing",react_1.default.createElement(core_1.Box,{width:200,display:"flex",justifyContent:"space-between",marginTop:10},react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",color:"danger.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",color:"success.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",color:"highlight.b03",symbol:juno_icon_1.Star})),react_1.default.createElement(core_1.Box,{width:200,display:"flex",justifyContent:"space-between",marginTop:10},react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",color:"danger.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",color:"success.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",color:"highlight.b03",symbol:juno_icon_1.Star})),react_1.default.createElement(core_1.Box,{width:200,display:"flex",justifyContent:"space-between",marginTop:10},react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",color:"danger.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",color:"success.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",color:"highlight.b03",symbol:juno_icon_1.Star})))}},"./packages/juno-core/src/components/Buttons/IconButtonGroup/__stories__/IconButtonGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n palette2,\n RcIconButton,\n RcIconButtonGroup,\n shadows,\n styled,\n} from \'@ringcentral/juno\';\nimport { Emoji, Quote, Signal0, Unpin } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Buttons/IconButtonGroup\',\n component: RcIconButtonGroup,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst Wrapper = styled.div`\n .group {\n background: ${palette2(\'neutral\', \'b03\')};\n box-shadow: ${shadows(\'3\')};\n }\n`;\n\ntype IconButtonGroupProps = ComponentProps;\n\nexport const IconButtonGroup: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n \n \n );\n};\n\nIconButtonGroup.storyName = \'IconButtonGroup\';\n\nIconButtonGroup.args = {\n gap: 5,\n space: 2,\n radius: \'round\',\n};\n\nIconButtonGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nIconButtonGroup.parameters = {\n tags: [\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nexport const IconButtonGroupExamples: Story = ({\n ...args\n}) => {\n return (\n \n plain\n \n \n \n \n \n \n\n round\n\n \n \n \n \n \n \n\n inverse\n\n \n \n \n \n \n \n\n outline\n \n \n \n \n \n \n \n );\n};\n\nIconButtonGroupExamples.storyName = \'IconButtonGroup Examples\';\n',locationsMap:{"icon-button-group":{startLoc:{col:60,line:38},endLoc:{col:1,line:52},startBody:{col:60,line:38},endBody:{col:1,line:52}},"icon-button-group-examples":{startLoc:{col:68,line:75},endLoc:{col:1,line:121},startBody:{col:68,line:75},endBody:{col:1,line:121}}}}},title:"🚀 Cleanup Components/Buttons/IconButtonGroup",component:juno_1.RcIconButtonGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .group {\n background: ",";\n box-shadow: ",";\n }\n"],["\n .group {\n background: ",";\n box-shadow: ",";\n }\n"])),juno_1.palette2("neutral","b03"),juno_1.shadows("3"));exports.IconButtonGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Signal0})))},exports.IconButtonGroup.storyName="IconButtonGroup",exports.IconButtonGroup.args={gap:5,space:2,radius:"round"},exports.IconButtonGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.IconButtonGroup.parameters={tags:[{name:"Accessibility",value:"100%"}]},exports.IconButtonGroupExamples=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(Wrapper,{style:{textAlign:"center"}},react_1.default.createElement(juno_storybook_1.Title,null,"plain"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",space:2,gap:3,radius:"round"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Signal0})),react_1.default.createElement(juno_storybook_1.Title,null,"round"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",radius:"round"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Signal0})),react_1.default.createElement(juno_storybook_1.Title,null,"inverse"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",radius:"round"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Signal0})),react_1.default.createElement(juno_storybook_1.Title,null,"outline"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",radius:"md"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Signal0})))},exports.IconButtonGroupExamples.storyName="IconButtonGroup Examples"},"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent } from 'react';\n\nimport {\n RcGrid,\n RcIcon,\n RcListItem,\n RcMenuItem,\n RcSplitButton,\n RcTooltip,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Add as AddSvg, Reply as ReplySvg } from '@ringcentral/juno-icon';\nimport {\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/SplitButton',\n component: RcSplitButton,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable(['size', 'variant', 'disabled']),\n },\n} as Meta;\n\ntype SplitButtonProps = ComponentProps;\n\nconst SplitButtonComponent: FunctionComponent = ({\n children,\n ...args\n}) => {\n return (\n \n console.log('Text', e)}\n >\n Text\n \n {\n console.log('Task', e);\n }}\n >\n Task\n \n {\n console.log('Cool, that stopPropagation, so not close menu', e);\n e.stopPropagation();\n }}\n >\n Cool (stopPropagation)\n \n \n );\n};\n\nexport const SplitButton: Story = (args) => (\n \n);\n\nSplitButton.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n ControlButtonProps: {\n title: 'arrow',\n },\n};\n\nSplitButton.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/22353029-616A-4875-98C0-B06EF9A043DD',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/button-group',\n value: 'ButtonGroup',\n },\n {\n name: 'Accessibility',\n value: '90%',\n },\n ],\n};\n\nSplitButton.storyName = 'SplitButton';\n\nconst variants = [\n 'contained',\n 'outlined',\n 'text',\n 'plain',\n 'round',\n 'plainIcon',\n] as SplitButtonProps['variant'][];\n\nconst SplitButtonExamplesComponent: FunctionComponent = ({\n children,\n ...args\n}) => {\n return (\n
    \n \n {variants.map((variant) => (\n \n \n {variant}\n \n console.log('open')}\n onClose={(e, reason) => console.log('close', e, reason)}\n >\n console.log('Text', e)}>\n Text\n \n console.log('Task', e)}>\n Task\n \n console.log('Cool', e)}>\n Cool\n \n \n \n ))}\n \n\n
    \n
    \n Custom Props\n {\n console.log(e);\n e.stopPropagation();\n },\n }}\n ControlButtonProps={{\n title: 'custom controlButton props',\n onClick: (e) => {\n console.log(e);\n },\n }}\n MenuProps={{\n keepMounted: true,\n ...args.MenuProps,\n }}\n >\n console.log('Text', e)}\n >\n Text\n \n {\n console.log('Task', e);\n }}\n >\n Task\n \n {\n console.log('Cool, that stopPropagation, so not close menu', e);\n e.stopPropagation();\n }}\n >\n Cool (stopPropagation)\n \n \n {\n console.log(e);\n e.stopPropagation();\n },\n }}\n ControlButtonProps={{\n title: 'custom controlButton props',\n onClick: (e) => {\n console.log(e);\n },\n }}\n MenuProps={{\n keepMounted: true,\n ...args.MenuProps,\n }}\n >\n console.log('Text', e)}\n >\n Text\n \n {\n console.log('Task', e);\n }}\n >\n Task\n \n {\n console.log('Cool, that stopPropagation, so not close menu', e);\n e.stopPropagation();\n }}\n >\n Cool (stopPropagation)\n \n \n\n Custom ActionButton Children Render\n Text,\n }}\n MenuProps={{\n keepMounted: true,\n ...args.MenuProps,\n }}\n >\n console.log('Text', e)} />\n console.log('Task', e)}>\n \n Task\n \n console.log('Cool', e)}>\n \n \n \n Cool\n \n \n
    \n );\n};\n\nexport const SplitButtonExamples: Story = (args) => (\n \n);\n\nSplitButtonExamples.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n ActionButtonProps: {\n 'aria-label': 'mainAction',\n },\n ControlButtonProps: {\n 'aria-label': 'openMenu',\n },\n};\n\nSplitButtonExamples.storyName = 'SplitButton Examples';\n\nconst SplitButtonLoadingExamplesComponent: FunctionComponent =\n ({ children, ...args }) => {\n return (\n \n {variants.map((variant) => (\n \n \n {variant}\n \n console.log('open')}\n onClose={(e, reason) => console.log('close', e, reason)}\n >\n console.log('Text', e)}>\n Text\n \n console.log('Task', e)}>\n Task\n \n console.log('Cool', e)}>\n Cool\n \n \n \n ))}\n \n );\n };\n\nexport const SplitButtonLoadingExamples: Story = (args) => (\n \n);\n\nSplitButtonLoadingExamples.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n loading: true,\n ActionButtonProps: {\n 'aria-label': 'mainAction',\n },\n ControlButtonProps: {\n 'aria-label': 'openMenu',\n },\n};\n\nSplitButtonLoadingExamples.storyName = 'SplitButton Loading';\n",locationsMap:{"split-button":{startLoc:{col:52,line:82},endLoc:{col:1,line:84},startBody:{col:52,line:82},endBody:{col:1,line:84}},"split-button-examples":{startLoc:{col:60,line:304},endLoc:{col:1,line:306},startBody:{col:60,line:304},endBody:{col:1,line:306}},"split-button-loading-examples":{startLoc:{col:67,line:360},endLoc:{col:1,line:362},startBody:{col:67,line:360},endBody:{col:1,line:362}}}}},title:"🚀 Cleanup Components/SplitButton",component:juno_1.RcSplitButton,argTypes:tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","variant","disabled"]))};var SplitButtonComponent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{ControlButtonProps:{focusVariant:"focusRing"},ActionButtonProps:{focusVariant:"focusRing"},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",title:"Text",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{title:"cool",useRcTooltip:!0,key:"2",onClick:function(e){console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",title:"cool",useRcTooltip:!0,onClick:function(e){console.log("Cool, that stopPropagation, so not close menu",e),e.stopPropagation()}},"Cool (stopPropagation)"))};exports.SplitButton=function(args){return react_1.default.createElement(SplitButtonComponent,tslib_1.__assign({},args))},exports.SplitButton.args={color:"primary",variant:"contained",size:"large",ControlButtonProps:{title:"arrow"}},exports.SplitButton.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/22353029-616A-4875-98C0-B06EF9A043DD"},{name:"Mui",href:"https://material-ui.com/components/button-group",value:"ButtonGroup"},{name:"Accessibility",value:"90%"}]},exports.SplitButton.storyName="SplitButton";var variants=["contained","outlined","text","plain","round","plainIcon"],SplitButtonExamplesComponent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:2},variants.map((function(variant){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0,key:variant},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04",style:{textTransform:"capitalize"}},variant),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps),variant,onOpen:function(){return console.log("open")},onClose:function(e,reason){return console.log("close",e,reason)}}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{key:"2",onClick:function(e){return console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},"Cool")))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Custom Props"),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{ActionButtonProps:{title:"custom actionButton props",disabled:!0,TooltipProps:{ignorePointer:!0},onClick:function(e){console.log(e),e.stopPropagation()}},ControlButtonProps:{title:"custom controlButton props",onClick:function(e){console.log(e)}},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",title:"Text",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{title:"cool",useRcTooltip:!0,key:"2",onClick:function(e){console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",title:"cool",useRcTooltip:!0,onClick:function(e){console.log("Cool, that stopPropagation, so not close menu",e),e.stopPropagation()}},"Cool (stopPropagation)")),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{ActionButtonProps:{title:"custom actionButton props",disabled:!0,TooltipProps:{ignorePointer:!0,maskProps:{tabIndex:0}},onClick:function(e){console.log(e),e.stopPropagation()}},ControlButtonProps:{title:"custom controlButton props",onClick:function(e){console.log(e)}},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",title:"Text",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{title:"cool",useRcTooltip:!0,key:"2",onClick:function(e){console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",title:"cool",useRcTooltip:!0,onClick:function(e){console.log("Cool, that stopPropagation, so not close menu",e),e.stopPropagation()}},"Cool (stopPropagation)")),react_1.default.createElement(juno_storybook_1.Title,null,"Custom ActionButton Children Render"),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{variant:"round",ActionButtonProps:{children:react_1.default.createElement(react_1.default.Fragment,null,"Text")},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcListItem,{key:"1",onClick:function(e){return console.log("Text",e)}}),react_1.default.createElement(juno_1.RcListItem,{key:"2",onClick:function(e){return console.log("Task",e)}},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Reply,size:"medium"}),"Task"),react_1.default.createElement(juno_1.RcListItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},react_1.default.createElement(juno_1.RcTooltip,{title:"cool"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"medium"})),"Cool")))};exports.SplitButtonExamples=function(args){return react_1.default.createElement(SplitButtonExamplesComponent,tslib_1.__assign({},args))},exports.SplitButtonExamples.args={color:"primary",variant:"contained",size:"large",ActionButtonProps:{"aria-label":"mainAction"},ControlButtonProps:{"aria-label":"openMenu"}},exports.SplitButtonExamples.storyName="SplitButton Examples";var SplitButtonLoadingExamplesComponent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:2},variants.map((function(variant){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0,key:variant},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04",style:{textTransform:"capitalize"}},variant),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps),variant,onOpen:function(){return console.log("open")},onClose:function(e,reason){return console.log("close",e,reason)}}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{key:"2",onClick:function(e){return console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},"Cool")))})))};exports.SplitButtonLoadingExamples=function(args){return react_1.default.createElement(SplitButtonLoadingExamplesComponent,tslib_1.__assign({},args))},exports.SplitButtonLoadingExamples.args={color:"primary",variant:"contained",size:"large",loading:!0,ActionButtonProps:{"aria-label":"mainAction"},ControlButtonProps:{"aria-label":"openMenu"}},exports.SplitButtonLoadingExamples.storyName="SplitButton Loading"},"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitRoundButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, Fragment } from 'react';\n\nimport {\n omit,\n RcGrid,\n RcIcon,\n RcListItem,\n RcSplitButton,\n RcTooltip,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n Add as AddSvg,\n Reply as ReplySvg,\n Start as StartSvg,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { RcIconSizes } from '../../../Icon/utils';\n\nexport default {\n title: '🚀 Cleanup Components/SplitButton/SplitButton Examples(Icon)',\n component: RcSplitButton,\n argTypes: {\n ...sortInDocTable(['color', 'variant', 'disabled']),\n ...notShowInDocTable([]),\n ...notControlInDocTable(['size']),\n },\n} as Meta;\n\ntype SplitButtonProps = ComponentProps;\n\nconst variants: SplitButtonProps['variant'][] = ['round', 'plainIcon'];\n\nexport const SplitButtonRound: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {Object.keys(omit(RcIconSizes, ['inherit'])).map(\n (size: NonNullable) => (\n \n \n {size}\n \n {variants.map((variant) => (\n \n {variant}\n \n console.log('Text', e)}>\n \n \n \n \n console.log('Task', e)}>\n \n \n console.log('Cool', e)}>\n \n \n \n \n \n
    \n
    \n ))}\n
    \n ),\n )}\n
    \n );\n};\n\nSplitButtonRound.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n ActionButtonProps: {\n 'aria-label': 'mainAction',\n },\n ControlButtonProps: {\n 'aria-label': 'openMenu',\n },\n};\n\nSplitButtonRound.storyName = 'SplitButton Examples(Icon)';\n",locationsMap:{"split-button-round":{startLoc:{col:57,line:40},endLoc:{col:1,line:78},startBody:{col:57,line:40},endBody:{col:1,line:78}}}}},title:"🚀 Cleanup Components/SplitButton/SplitButton Examples(Icon)",component:juno_1.RcSplitButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["color","variant","disabled"])),juno_storybook_1.notShowInDocTable([])),juno_storybook_1.notControlInDocTable(["size"]))};var variants=["round","plainIcon"];exports.SplitButtonRound=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcGrid,{container:!0},Object.keys(juno_1.omit(utils_1.RcIconSizes,["inherit"])).map((function(size){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0,key:size},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"title2"},size),variants.map((function(variant){return react_1.default.createElement(react_1.Fragment,{key:size+"_"+variant},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},variant),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{variant,size}),react_1.default.createElement(juno_1.RcListItem,{key:"1",onClick:function(e){return console.log("Text",e)}},react_1.default.createElement(juno_1.RcTooltip,{title:"cool"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size}))),react_1.default.createElement(juno_1.RcListItem,{key:"2",onClick:function(e){return console.log("Task",e)}},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Reply,size})),react_1.default.createElement(juno_1.RcListItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},react_1.default.createElement(juno_1.RcTooltip,{title:"cool"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Start,size})))),react_1.default.createElement("br",null))})))})))},exports.SplitButtonRound.args={color:"primary",variant:"contained",size:"large",ActionButtonProps:{"aria-label":"mainAction"},ControlButtonProps:{"aria-label":"openMenu"}},exports.SplitButtonRound.storyName="SplitButton Examples(Icon)"},"./packages/juno-core/src/components/Buttons/ToggleButton/__stories__/ToggleButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcToggleButton } from '@ringcentral/juno';\nimport { AlignJustify } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Buttons/ToggleButtonGroup/ToggleButton',\n component: RcToggleButton,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'size',\n 'symbol',\n 'IconProps',\n 'selected',\n 'disabled',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ToggleButtonProps = ComponentProps;\n\nexport const ToggleButton: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n ToggleButton should use with RcToggleButton\n \n \n );\n};\n\nToggleButton.storyName = 'ToggleButton';\n\nToggleButton.args = {};\n\nToggleButton.argTypes = {\n ...notControlInDocTable([]),\n};\n\nToggleButton.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/toggle-button/#toggle-buttons',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"toggle-button":{startLoc:{col:54,line:32},endLoc:{col:1,line:42},startBody:{col:54,line:32},endBody:{col:1,line:42}}}}},title:"🚀 Cleanup Components/Buttons/ToggleButtonGroup/ToggleButton",component:juno_1.RcToggleButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","size","symbol","IconProps","selected","disabled"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ToggleButton=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"ToggleButton should use with RcToggleButton"),react_1.default.createElement(juno_1.RcToggleButton,tslib_1.__assign({value:"justify"},args,{symbol:juno_icon_1.AlignJustify})))},exports.ToggleButton.storyName="ToggleButton",exports.ToggleButton.args={},exports.ToggleButton.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ToggleButton.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design"},{name:"Mui",href:"https://material-ui.com/components/toggle-button/#toggle-buttons"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/__stories__/ToggleButtonGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcGrid,\n RcToggleButton,\n RcToggleButtonGroup,\n RcToggleButtonGroupProps,\n RcToggleButtonProps,\n} from \'@ringcentral/juno\';\nimport {\n AlignCenter,\n AlignJustify,\n AlignLeft,\n AlignRight,\n} from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Buttons/ToggleButtonGroup\',\n component: RcToggleButtonGroup,\n argTypes: {\n ...sortInDocTable([\n \'size\',\n \'variant\',\n \'orientation\',\n ]),\n ...notControlInDocTable([\'exclusive\']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ToggleButtonGroupProps = ComponentProps;\n\nexport const ToggleButtonGroup: Story = ({\n children,\n ...args\n}) => {\n const [alignment, setAlignment] = React.useState(\'left\');\n\n const handleAlignment = (\n event: React.MouseEvent,\n newAlignment: string | null,\n ) => {\n setAlignment(newAlignment);\n };\n\n return (\n \n \n \n \n \n \n );\n};\n\nToggleButtonGroup.storyName = \'ToggleButtonGroup\';\n\nToggleButtonGroup.args = {};\n\nToggleButtonGroup.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/toggle-button-group/\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst orientations: RcToggleButtonGroupProps[\'orientation\'][] = [\n \'horizontal\',\n \'vertical\',\n];\n\nexport const ToggleButtonGroupExamples: Story = ({\n children,\n ...args\n}) => {\n const [alignment, setAlignment] = React.useState(\'left\');\n const [alignments, setAlignments] = React.useState([\n \'left\',\n \'right\',\n ]);\n\n const handleAlignment = (\n event: React.MouseEvent,\n newAlignment: string | null,\n ) => {\n setAlignment(newAlignment);\n };\n\n const handleAlignments = (\n event: React.MouseEvent,\n newAlignments: string[],\n ) => {\n setAlignments(newAlignments);\n };\n\n const props: ({ groupTitle: string } & RcToggleButtonProps)[] = [\n { groupTitle: \'Standard\', variant: \'standard\' },\n { groupTitle: \'Box\', variant: \'box\' },\n ];\n\n return (\n \n {orientations.map((orientation) => (\n \n \n Exclusive selection\n {props.map(({ groupTitle, variant }) => (\n \n {groupTitle}\n \n \n \n \n \n \n \n ))}\n \n \n Multiple selection\n {props.map(({ groupTitle, variant }) => (\n \n {groupTitle}\n \n \n \n \n \n \n
    \n
    \n
    \n ))}\n
    \n
    \n ))}\n
    \n );\n};\n\nToggleButtonGroupExamples.storyName = \'ToggleButtonGroup Examples\';\n\nToggleButtonGroupExamples.args = {};\n\nToggleButtonGroupExamples.argTypes = {\n ...notControlInDocTable([\n \'variant\',\n \'orientation\',\n ]),\n};\n',locationsMap:{"toggle-button-group":{startLoc:{col:64,line:40},endLoc:{col:1,line:84},startBody:{col:64,line:40},endBody:{col:1,line:84}},"toggle-button-group-examples":{startLoc:{col:72,line:112},endLoc:{col:1,line:234},startBody:{col:72,line:112},endBody:{col:1,line:234}}}}},title:"🚀 Cleanup Components/Buttons/ToggleButtonGroup",component:juno_1.RcToggleButtonGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","variant","orientation"])),juno_storybook_1.notControlInDocTable(["exclusive"])),juno_storybook_1.notShowInDocTable([]))},exports.ToggleButtonGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState("left"),2),alignment=_b[0],setAlignment=_b[1];return react_1.default.createElement(juno_1.RcToggleButtonGroup,tslib_1.__assign({},args,{value:alignment,exclusive:!0,onChange:function(event,newAlignment){setAlignment(newAlignment)},"aria-label":"text alignment"}),react_1.default.createElement(juno_1.RcToggleButton,{value:"left","aria-label":"left aligned",symbol:juno_icon_1.AlignLeft}),react_1.default.createElement(juno_1.RcToggleButton,{value:"center","aria-label":"centered",symbol:juno_icon_1.AlignCenter}),react_1.default.createElement(juno_1.RcToggleButton,{symbol:juno_icon_1.AlignRight,value:"right","aria-label":"right aligned",disabled:!0}),react_1.default.createElement(juno_1.RcToggleButton,{symbol:juno_icon_1.AlignJustify,value:"justify","aria-label":"justified"}))},exports.ToggleButtonGroup.storyName="ToggleButtonGroup",exports.ToggleButtonGroup.args={},exports.ToggleButtonGroup.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design"},{name:"Mui",href:"https://material-ui.com/api/toggle-button-group/"},{name:"Accessibility",value:"100%"}]};var orientations=["horizontal","vertical"];exports.ToggleButtonGroupExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState("left"),2),alignment=_b[0],setAlignment=_b[1],_c=tslib_1.__read(react_1.default.useState(["left","right"]),2),alignments=_c[0],setAlignments=_c[1],handleAlignment=function(event,newAlignment){setAlignment(newAlignment)},handleAlignments=function(event,newAlignments){setAlignments(newAlignments)},props=[{groupTitle:"Standard",variant:"standard"},{groupTitle:"Box",variant:"box"}];return react_1.default.createElement(juno_1.RcGrid,{container:!0},orientations.map((function(orientation){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6,key:orientation,container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"Exclusive selection"),props.map((function(_a){var groupTitle=_a.groupTitle,variant=_a.variant;return react_1.default.createElement(react_1.default.Fragment,{key:groupTitle},react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},groupTitle),react_1.default.createElement(juno_1.RcToggleButtonGroup,tslib_1.__assign({},args,{orientation,value:alignment,exclusive:!0,variant,onChange:handleAlignment,"aria-label":"text alignment"}),react_1.default.createElement(juno_1.RcToggleButton,{value:"left","aria-label":"left aligned",symbol:juno_icon_1.AlignLeft,title:"left aligned",useRcTooltip:!0}),react_1.default.createElement(juno_1.RcToggleButton,{value:"center","aria-label":"centered",symbol:juno_icon_1.AlignCenter,title:"centered",useRcTooltip:!0}),react_1.default.createElement(juno_1.RcToggleButton,{value:"right","aria-label":"right aligned",symbol:juno_icon_1.AlignRight,title:"right aligned",useRcTooltip:!0}),react_1.default.createElement(juno_1.RcToggleButton,{value:"justify","aria-label":"justified",symbol:juno_icon_1.AlignJustify,title:"justified",useRcTooltip:!0})))}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"Multiple selection"),props.map((function(_a){var groupTitle=_a.groupTitle,variant=_a.variant;return react_1.default.createElement(react_1.default.Fragment,{key:groupTitle},react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},groupTitle),react_1.default.createElement(juno_1.RcToggleButtonGroup,tslib_1.__assign({},args,{orientation,value:alignments,variant,onChange:handleAlignments,"aria-label":"text alignment"}),react_1.default.createElement(juno_1.RcToggleButton,{value:"left","aria-label":"left aligned",symbol:juno_icon_1.AlignLeft}),react_1.default.createElement(juno_1.RcToggleButton,{value:"center","aria-label":"centered",symbol:juno_icon_1.AlignCenter}),react_1.default.createElement(juno_1.RcToggleButton,{value:"right","aria-label":"right aligned",symbol:juno_icon_1.AlignRight}),react_1.default.createElement(juno_1.RcToggleButton,{value:"justify","aria-label":"justified",symbol:juno_icon_1.AlignJustify})),react_1.default.createElement("br",null),react_1.default.createElement("br",null))}))))})))},exports.ToggleButtonGroupExamples.storyName="ToggleButtonGroup Examples",exports.ToggleButtonGroupExamples.args={},exports.ToggleButtonGroupExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant","orientation"]))},"./packages/juno-core/src/components/Card/Card/__stories__/Card.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcAvatar,\n RcBox,\n RcCard,\n RcCardContent,\n RcCheckbox,\n RcDivider,\n RcIcon,\n RcLink,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcMenuItem,\n RcSelect,\n RcSwitch,\n RcThumbnail,\n RcTypography,\n spacing,\n styled,\n} from \'@ringcentral/juno\';\nimport { DateBorder, Doc, TimeBorder } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport avatar from \'../../../Avatar/__stories__/img/avatar.jpg\';\n\nexport default {\n title: \'🚀 Cleanup Components/Cards/Card\',\n component: RcCard,\n argTypes: {\n ...sortInDocTable([\n \'variant\',\n \'square\',\n \'elevation\',\n \'selected\',\n \'focusVisible\',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardProps = ComponentProps;\n\nexport const Card: Story = ({ children, ...args }) => {\n return (\n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCard.storyName = \'Card\';\n\nCard.args = {\n style: { width: 300 },\n};\n\nCard.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCard.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/components/cards/\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst Container = styled(RcCard)`\n padding: ${spacing(4, 10)};\n max-width: 508px;\n box-sizing: border-box;\n`;\n\nconst Header = styled.header`\n display: flex;\n align-items: center;\n margin-bottom: ${spacing(4)};\n`;\n\nconst Title = styled(RcTypography)``;\nTitle.defaultProps = {\n color: \'neutral.f04\',\n};\n\nconst Content = styled(RcTypography)``;\nContent.defaultProps = {\n color: \'neutral.f06\',\n weight: \'bold\',\n component: \'div\',\n};\n\nconst Item = styled.div<{ display?: string }>`\n margin-bottom: ${spacing(5)};\n display: ${({ display }) => display};\n\n &:last-child {\n margin-bottom: unset;\n }\n`;\n\nconst Main = styled.main``;\n\nconst Wrapper = styled.div`\n display: flex;\n flex-wrap: wrap;\n ${Container} + ${Container} {\n margin-left: 1em;\n }\n\n .mr-2 {\n margin-right: ${spacing(2)};\n }\n`;\n\nconst Container2 = styled(RcCard)`\n margin: ${spacing(2)};\n padding: ${spacing(4, 6)};\n max-width: 400px;\n box-sizing: border-box;\n\n ${RcDivider} {\n margin-bottom: ${spacing(5)};\n }\n`;\n\nconst AvatarWrapper = styled.div`\n display: inline-flex;\n align-items: center;\n\n ${RcAvatar} {\n margin-right: ${spacing(1)};\n }\n`;\n\nconst Container3 = styled(Container2)`\n margin: ${spacing(2)};\n padding: ${spacing(4, 6)};\n max-width: 800px;\n box-sizing: border-box;\n`;\n\nconst menus = [\n { id: 0, value: \'All new messages\' },\n { id: 1, value: \'Direct messages and mentions\' },\n { id: 2, value: \'Off\' },\n];\n\nexport const CardExamples: Story = () => {\n return (\n \n \n
    \n \n \n \n Global presentation with marketing team\n \n \n
    \n
    \n \n Date & time\n \n Thu, 12/05/2019 at 8:00 AM - 11:00AM, repeating every month\n \n \n \n Location\n XMN office - 10F\n \n \n Description\n \n This is description of note. Mauris non tempor quam, et lacinia\n sapien. Mauris accumsan eros eget libero posuere vulputate.\n \n \n
    \n
    \n \n
    \n \n \n Global presentation with marketing team\n \n \n \n
    \n \n
    \n
    \n
    \n \n \n \n Thu, 12/05/2019 at 8:00 AM - 11:00AM\n \n \n \n Assignee\n \n \n \n Jesse\n \n \n \n Tomas\n \n \n \n \n Section\n \n This is description of note. Mauris non tempor quam, et lacinia\n sapien.\n \n \n\n \n Attachments\n \n \n \n \n \n \n \n \n \n
    \n
    \n\n \n
    \n \n \n Desktop notifications for browser\n \n Receive notifications in your web browser when the RingCentral\n app is not open (browser permission needed)\n \n \n \n \n \n \n \n \n \n New messages\n \n Choose your preference for desktop notifications for new\n messages\n \n \n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n \n \n Incoming calls\n Receive notifications for incoming calls\n \n \n \n \n \n \n \n \n Missed calls and new voicemails\n \n Receive notifications for missed calls and new voicemails\n \n \n \n \n \n \n
    \n
    \n
    \n );\n};\n',locationsMap:{card:{startLoc:{col:40,line:51},endLoc:{col:1,line:65},startBody:{col:40,line:51},endBody:{col:1,line:65}},"card-examples":{startLoc:{col:48,line:174},endLoc:{col:1,line:326},startBody:{col:48,line:174},endBody:{col:1,line:326}}}}},title:"🚀 Cleanup Components/Cards/Card",component:juno_1.RcCard,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","square","elevation","selected","focusVisible"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Card=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.Card.storyName="Card",exports.Card.args={style:{width:300}},exports.Card.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Card.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/components/cards/"},{name:"Accessibility",value:"100%"}]};var Container=juno_1.styled(juno_1.RcCard)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n max-width: 508px;\n box-sizing: border-box;\n"],["\n padding: ",";\n max-width: 508px;\n box-sizing: border-box;\n"])),juno_1.spacing(4,10)),Header=juno_1.styled.header(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-bottom: ",";\n"],["\n display: flex;\n align-items: center;\n margin-bottom: ",";\n"])),juno_1.spacing(4)),Title=juno_1.styled(juno_1.RcTypography)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""])));Title.defaultProps={color:"neutral.f04"};var Content=juno_1.styled(juno_1.RcTypography)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject([""],[""])));Content.defaultProps={color:"neutral.f06",weight:"bold",component:"div"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,Item=juno_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n display: ",";\n\n &:last-child {\n margin-bottom: unset;\n }\n"],["\n margin-bottom: ",";\n display: ",";\n\n &:last-child {\n margin-bottom: unset;\n }\n"])),juno_1.spacing(5),(function(_a){return _a.display})),Main=juno_1.styled.main(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject([""],[""]))),Wrapper=juno_1.styled.div(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n "," + "," {\n margin-left: 1em;\n }\n\n .mr-2 {\n margin-right: ",";\n }\n"],["\n display: flex;\n flex-wrap: wrap;\n "," + "," {\n margin-left: 1em;\n }\n\n .mr-2 {\n margin-right: ",";\n }\n"])),Container,Container,juno_1.spacing(2)),Container2=juno_1.styled(juno_1.RcCard)(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n margin: ",";\n padding: ",";\n max-width: 400px;\n box-sizing: border-box;\n\n "," {\n margin-bottom: ",";\n }\n"],["\n margin: ",";\n padding: ",";\n max-width: 400px;\n box-sizing: border-box;\n\n "," {\n margin-bottom: ",";\n }\n"])),juno_1.spacing(2),juno_1.spacing(4,6),juno_1.RcDivider,juno_1.spacing(5)),AvatarWrapper=juno_1.styled.div(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n\n "," {\n margin-right: ",";\n }\n"],["\n display: inline-flex;\n align-items: center;\n\n "," {\n margin-right: ",";\n }\n"])),juno_1.RcAvatar,juno_1.spacing(1)),Container3=juno_1.styled(Container2)(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n margin: ",";\n padding: ",";\n max-width: 800px;\n box-sizing: border-box;\n"],["\n margin: ",";\n padding: ",";\n max-width: 800px;\n box-sizing: border-box;\n"])),juno_1.spacing(2),juno_1.spacing(4,6)),menus=[{id:0,value:"All new messages"},{id:1,value:"Direct messages and mentions"},{id:2,value:"Off"}];exports.CardExamples=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement(Container,{variant:"outlined"},react_1.default.createElement(Header,null,react_1.default.createElement(juno_1.RcIcon,{className:"mr-2",symbol:juno_icon_1.DateBorder,color:"informative.f02"}),react_1.default.createElement(juno_1.RcLink,{color:"informative.f02"},react_1.default.createElement(juno_1.RcTypography,{weight:"bold",variant:"subheading2"},"Global presentation with marketing team"))),react_1.default.createElement(Main,null,react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Date & time"),react_1.default.createElement(Content,null,"Thu, 12/05/2019 at 8:00 AM - 11:00AM, repeating every month")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Location"),react_1.default.createElement(Content,null,"XMN office - 10F")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Description"),react_1.default.createElement(Content,null,"This is description of note. Mauris non tempor quam, et lacinia sapien. Mauris accumsan eros eget libero posuere vulputate.")))),react_1.default.createElement(Container2,{variant:"outlined"},react_1.default.createElement(Header,null,react_1.default.createElement(juno_1.RcLink,{color:"danger.f02"},react_1.default.createElement(juno_1.RcTypography,{weight:"bold",variant:"subheading2"},"Global presentation with marketing team")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcCheckbox,{color:"danger.f02",followColorWhenUnChecked:!0}))),react_1.default.createElement(Main,null,react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcIcon,{className:"mr-2",symbol:juno_icon_1.TimeBorder,color:"neutral.f04"}),react_1.default.createElement(Content,{display:"inline"},"Thu, 12/05/2019 at 8:00 AM - 11:00AM")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Assignee"),react_1.default.createElement(Content,null,react_1.default.createElement(AvatarWrapper,{className:"mr-2"},react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"xsmall"}),"Jesse"),react_1.default.createElement(AvatarWrapper,null,react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"xsmall"}),"Tomas"))),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Section"),react_1.default.createElement(Content,null,"This is description of note. Mauris non tempor quam, et lacinia sapien.")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Attachments"),react_1.default.createElement(Content,null,react_1.default.createElement(juno_1.RcListItem,{button:!0},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcThumbnail,{symbol:juno_icon_1.Doc})),react_1.default.createElement(juno_1.RcListItemText,{primary:"RCB Press Relate.docx",secondary:"Michael Peachey 4/2/2020"})))))),react_1.default.createElement(Container3,{variant:"outlined"},react_1.default.createElement(Main,null,react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"Desktop notifications for browser"),react_1.default.createElement(Title,null,"Receive notifications in your web browser when the RingCentral app is not open (browser permission needed)")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",textAlign:"right"},react_1.default.createElement(juno_1.RcSwitch,{defaultChecked:!0}))),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"New messages"),react_1.default.createElement(Title,null,"Choose your preference for desktop notifications for new messages")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",display:"flex",justifyContent:"flex-end"},react_1.default.createElement(juno_1.RcSelect,{id:"line-select",value:0,variant:"box"},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"Incoming calls"),react_1.default.createElement(Title,null,"Receive notifications for incoming calls")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",textAlign:"right"},react_1.default.createElement(juno_1.RcSwitch,{defaultChecked:!0}))),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"Missed calls and new voicemails"),react_1.default.createElement(Title,null,"Receive notifications for missed calls and new voicemails")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",textAlign:"right"},react_1.default.createElement(juno_1.RcSwitch,null))))))}},"./packages/juno-core/src/components/Card/CardActionArea/__stories__/CardActionArea.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCard,\n RcCardActionArea,\n RcCardContent,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardActionArea',\n component: RcCardActionArea,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CardActionAreaProps = ComponentProps;\n\nexport const CardActionArea: Story = ({\n children,\n ...args\n}) => {\n const handleCardActionAreaClick = (e: React.MouseEvent) =>\n console.log('RcCardActionArea onClick', e);\n\n return (\n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n \n );\n};\n\nCardActionArea.storyName = 'CardActionArea';\n\nCardActionArea.args = {};\n\nCardActionArea.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardActionArea.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-action-area/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-action-area":{startLoc:{col:58,line:28},endLoc:{col:1,line:50},startBody:{col:58,line:28},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Cards/CardActionArea",component:juno_1.RcCardActionArea,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardActionArea=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300},variant:"outlined"},react_1.default.createElement(juno_1.RcCardActionArea,tslib_1.__assign({},args,{onClick:function(e){return console.log("RcCardActionArea onClick",e)}}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica"))))},exports.CardActionArea.storyName="CardActionArea",exports.CardActionArea.args={},exports.CardActionArea.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardActionArea.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/card-action-area/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardActions/__stories__/CardActions.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcButton,\n RcCard,\n RcCardActions,\n RcCardContent,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardActions',\n component: RcCardActions,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardActionsProps = ComponentProps;\n\nexport const CardActions: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n Watch Lizards\n Watch Lizards\n \n \n );\n};\n\nCardActions.storyName = 'CardActions';\n\nCardActions.args = {\n disableSpacing: false,\n};\n\nCardActions.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardActions.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-actions/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-actions":{startLoc:{col:54,line:29},endLoc:{col:1,line:50},startBody:{col:54,line:29},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Cards/CardActions",component:juno_1.RcCardActions,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardActions=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300}},react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")),react_1.default.createElement(juno_1.RcCardActions,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"Watch Lizards"),react_1.default.createElement(juno_1.RcButton,null,"Watch Lizards")))},exports.CardActions.storyName="CardActions",exports.CardActions.args={disableSpacing:!1},exports.CardActions.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardActions.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/card-actions/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardContent/__stories__/CardContent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCard, RcCardContent, RcTypography } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardContent',\n component: RcCardContent,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardContentProps = ComponentProps;\n\nexport const CardContent: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardContent.storyName = 'CardContent';\n\nCardContent.args = {};\n\nCardContent.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardContent.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-content/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-content":{startLoc:{col:54,line:23},endLoc:{col:1,line:40},startBody:{col:54,line:23},endBody:{col:1,line:40}}}}},title:"🚀 Cleanup Components/Cards/CardContent",component:juno_1.RcCardContent,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardContent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300}},react_1.default.createElement(juno_1.RcCardContent,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardContent.storyName="CardContent",exports.CardContent.args={},exports.CardContent.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardContent.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/card-content/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardHeader/__stories__/CardHeader.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAvatar,\n RcCard,\n RcCardHeader,\n RcIconButton,\n} from '@ringcentral/juno';\nimport { Phone } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardHeader',\n component: RcCardHeader,\n argTypes: {\n ...sortInDocTable([\n 'action',\n 'avatar',\n 'component',\n 'disableTypography',\n 'subheader',\n 'subheaderTypographyProps',\n 'title',\n 'titleTypographyProps',\n ]),\n ...notControlInDocTable(['action', 'avatar']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CardHeaderProps = ComponentProps;\n\nexport const CardHeader: Story = ({ children, ...args }) => {\n return (\n \n \n CK\n \n }\n action={\n \n }\n title=\"Shrimp and Chorizo Paella\"\n subheader=\"September 14, 2016\"\n />\n \n );\n};\n\nCardHeader.storyName = 'CardHeader';\n\nCardHeader.args = {};\n\nCardHeader.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardHeader.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-header/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-header":{startLoc:{col:50,line:38},endLoc:{col:1,line:61},startBody:{col:50,line:38},endBody:{col:1,line:61}}}}},title:"🚀 Cleanup Components/Cards/CardHeader",component:juno_1.RcCardHeader,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["action","avatar","component","disableTypography","subheader","subheaderTypographyProps","title","titleTypographyProps"])),juno_storybook_1.notControlInDocTable(["action","avatar"])),juno_storybook_1.notShowInDocTable([]))},exports.CardHeader=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,null,react_1.default.createElement(juno_1.RcCardHeader,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{"aria-label":"recipe",size:"small",color:"interactive.b02"},"CK"),action:react_1.default.createElement(juno_1.RcIconButton,{"aria-label":"settings",symbol:juno_icon_1.Phone,size:"large",style:{margin:"8px"}}),title:"Shrimp and Chorizo Paella",subheader:"September 14, 2016"})))},exports.CardHeader.storyName="CardHeader",exports.CardHeader.args={},exports.CardHeader.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardHeader.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/card-header/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardHoverActions/__stories__/CardHoverActions.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCard,\n RcCardContent,\n RcCardHoverActions,\n RcIconButton,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Delete, Edit } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardHoverActions',\n component: RcCardHoverActions,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardHoverActionsProps = ComponentProps;\n\nexport const CardHoverActions: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardHoverActions.storyName = 'CardHoverActions';\n\nCardHoverActions.args = {\n visible: false,\n};\n\nCardHoverActions.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardHoverActions.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-hover-actions":{startLoc:{col:64,line:30},endLoc:{col:1,line:62},startBody:{col:64,line:30},endBody:{col:1,line:62}}}}},title:"🚀 Cleanup Components/Cards/CardHoverActions",component:juno_1.RcCardHoverActions,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardHoverActions=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300},tabIndex:0},react_1.default.createElement(juno_1.RcCardHoverActions,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Edit,size:"small",variant:"contained",color:"neutral.b01",style:{marginRight:16}}),react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Delete,size:"small",variant:"contained",color:"neutral.b01"})),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardHoverActions.storyName="CardHoverActions",exports.CardHoverActions.args={visible:!1},exports.CardHoverActions.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardHoverActions.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardMedia/__stories__/CardMedia.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCard,\n RcCardContent,\n RcCardMedia,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardMedia',\n component: RcCardMedia,\n argTypes: {\n src: {\n control: 'text',\n },\n ...sortInDocTable(['image']),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardMediaProps = ComponentProps;\n\nexport const CardMediaProps: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardMediaProps.storyName = 'CardMedia';\n\nCardMediaProps.args = {\n image:\n 'https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Lizard_namely_Oriental_Garden_Lizard.jpg/1200px-Lizard_namely_Oriental_Garden_Lizard.jpg',\n component: 'div',\n style: {\n height: 140,\n },\n};\n\nCardMediaProps.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardMediaProps.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/cards/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-media-props":{startLoc:{col:55,line:31},endLoc:{col:1,line:49},startBody:{col:55,line:31},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Cards/CardMedia",component:juno_1.RcCardMedia,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({src:{control:"text"}},juno_storybook_1.sortInDocTable(["image"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardMediaProps=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300}},react_1.default.createElement(juno_1.RcCardMedia,tslib_1.__assign({},args)),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardMediaProps.storyName="CardMedia",exports.CardMediaProps.args={image:"https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Lizard_namely_Oriental_Garden_Lizard.jpg/1200px-Lizard_namely_Oriental_Garden_Lizard.jpg",component:"div",style:{height:140}},exports.CardMediaProps.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardMediaProps.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/components/cards/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardSelectionArea/__stories__/CardSelectionArea.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcCard,\n RcCardContent,\n RcCardSelectionArea,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardSelectionArea',\n component: RcCardSelectionArea,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardSelectionAreaProps = ComponentProps;\n\nexport const CardSelectionArea: Story = ({\n ...args\n}) => {\n const [selected, setSelected] = useState(false);\n const onSelectionChange = (\n e: React.ChangeEvent,\n checked: boolean,\n ) => setSelected(checked);\n\n return (\n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardSelectionArea.storyName = 'CardSelectionArea';\n\nCardSelectionArea.args = {\n disabled: false,\n};\n\nCardSelectionArea.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardSelectionArea.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/checkbox/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-selection-area":{startLoc:{col:66,line:28},endLoc:{col:1,line:51},startBody:{col:66,line:28},endBody:{col:1,line:51}}}}},title:"🚀 Cleanup Components/Cards/CardSelectionArea",component:juno_1.RcCardSelectionArea,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardSelectionArea=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(!1),2),selected=_b[0],setSelected=_b[1];return react_1.default.createElement(juno_1.RcCard,{style:{width:300},selected},react_1.default.createElement(juno_1.RcCardSelectionArea,tslib_1.__assign({},args,{onChange:function(e,checked){return setSelected(checked)}})),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardSelectionArea.storyName="CardSelectionArea",exports.CardSelectionArea.args={disabled:!1},exports.CardSelectionArea.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardSelectionArea.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/checkbox/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/__stories__/CardExample.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:'import React, { FunctionComponent, useCallback, useState } from \'react\';\n\nimport {\n palette2,\n px,\n RcButton,\n RcCard,\n RcCardActionArea,\n RcCardActionAreaProps,\n RcCardActions,\n RcCardContent,\n RcCardHoverActions,\n RcCardMedia,\n RcCardProps,\n RcGrid,\n RcIcon,\n RcIconButton,\n RcIconButtonProps,\n RcMenu,\n RcMenuItem,\n RcMenuItemProps,\n RcMenuProps,\n RcTypography,\n spacing,\n styled,\n} from \'@ringcentral/juno\';\nimport {\n Delete,\n Edit,\n ExternalLink,\n GoogleDoc,\n MoreVert,\n Pin,\n} from \'@ringcentral/juno-icon\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Cards/CardExample\',\n} as Meta;\n\nconst CardCtaArea = styled.div`\n ${RcTypography} {\n display: flex;\n flex-wrap: nowrap;\n margin-top: ${spacing(4)};\n ${RcIcon} {\n margin-left: ${spacing(1)};\n font-size: 14px;\n }\n }\n`;\n\nconst CardSubTitle = styled(RcTypography)`\n margin-bottom: ${spacing(2)};\n`;\n\nconst CardTitle = styled(RcTypography)``;\n\nconst CardBody = styled(RcTypography)`\n margin-top: ${spacing(2)};\n min-height: 44px;\n`;\n\nexport const SimpleCardExample: Story<{}> = () => {\n const onClick = () =>\n window.open(\'https://en.wikipedia.org/wiki/Boat\', \'_blank\');\n\n return (\n
    \n \n \n \n \n in its simplest form\n \n \n Simple\n \n \n This is a simple card. It has everything a card has except media\n and an icon.\n \n \n \n Simple CTA\n \n \n \n \n \n \n
    \n );\n};\n\nconst stopPropagation = (event: React.MouseEvent) => {\n event.stopPropagation();\n};\n\nconst logAndStopPropagation = (text: string) => {\n return (e: React.MouseEvent) => {\n console.log(text);\n stopPropagation(e);\n };\n};\n\nconst RcCardWithHoverActions = styled(RcCard)`\n width: 314px;\n ${RcCardHoverActions} {\n display: flex-end;\n align-content: right;\n ${RcIconButton} {\n background-color: ${palette2(\'neutral\', \'b01\')};\n border-radius: 50%;\n margin-left: auto;\n margin-right: ${spacing(2)};\n }\n }\n`;\n\nconst CardWithHoverActions: FunctionComponent<\n RcCardProps & RcCardActionAreaProps\n> = (props) => {\n const { onClick, children } = props;\n const [isMoreMenuOpen, setIsMoreMenuOpen] = useState(false);\n\n const moreMenusItemProps = [\n {\n symbol: Pin,\n tooltip: \'Pin\',\n onClick: logAndStopPropagation(\'Pin\'),\n },\n {\n symbol: Delete,\n tooltip: \'Delete\',\n onClick: logAndStopPropagation(\'Delete\'),\n },\n ];\n\n const onEnter = useCallback(() => {\n setIsMoreMenuOpen(true);\n }, [setIsMoreMenuOpen]);\n const onExit = useCallback(() => {\n setIsMoreMenuOpen(false);\n }, [setIsMoreMenuOpen]);\n\n return (\n \n \n \n \n \n \n {children}\n \n \n Toast\n \n \n Boast\n \n \n \n \n );\n};\n\ntype CardHoverMoreButtonProps = RcIconButtonProps & {\n menuItemProps: RcMenuItemProps & { tooltip: string }[];\n} & Pick;\n\nconst CardHoverMoreButton: FunctionComponent = (\n props,\n) => {\n const { menuItemProps, onEnter, onExit, ...rest } = props;\n\n const menuItemComps = menuItemProps.map(({ tooltip, ...rests }) => (\n \n {tooltip}\n \n ));\n\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClose = () => setAnchorEl(null);\n\n const handleClick = (\n event: React.MouseEvent,\n ) => {\n stopPropagation(event);\n setAnchorEl(event.currentTarget);\n };\n\n return (\n <>\n \n \n {menuItemComps}\n \n \n );\n};\n\nexport const MediaCardExample: Story<{}> = () => {\n const onClick = () =>\n window.open(\'https://en.wikipedia.org/wiki/Boat\', \'_blank\');\n\n return (\n <>\n \n \n \n \n A boat afloat\n \n \n Boat\n \n \n Note this boat afloat a moat. And dote and gloat this boat which\n totes. I quote devote a toast to boats.\n \n \n \n \n );\n};\n\nconst CardIcon = styled(RcIcon)`\n padding: ${spacing(4, 0, 0, 4)};\n font-size: 64px;\n`;\n\nexport const IconCardExample: Story<{}> = () => {\n const onClick = () =>\n window.open(\'https://en.wikipedia.org/wiki/Boat\', \'_blank\');\n\n return (\n <>\n \n \n \n \n A boat afloat\n \n \n Boat\n \n \n Note this boat afloat a moat. And dote and gloat this boat which\n totes. I quote devote a toast to boats.\n \n \n \n \n );\n};\n\nconst CardExample = () => {\n let bodyText = \'This is the body text.\';\n if (Math.random() > 0.5) {\n bodyText += " Let\'s make it two lines long.";\n }\n return (\n \n \n \n \n Title\n {bodyText}\n \n \n \n );\n};\n\nconst RcGridContainer = styled(RcGrid)`\n width: ${px(960)};\n`;\n\nexport const CardResponsiveExample: Story = () => {\n const noOfCards = 6;\n\n return (\n \n {Array(noOfCards)\n .fill(null)\n .map((x, i) => (\n \n \n \n \n ))}\n \n );\n};\n',locationsMap:{"simple-card-example":{startLoc:{col:44,line:64},endLoc:{col:1,line:94},startBody:{col:44,line:64},endBody:{col:1,line:94}},"media-card-example":{startLoc:{col:43,line:246},endLoc:{col:1,line:272},startBody:{col:43,line:246},endBody:{col:1,line:272}},"icon-card-example":{startLoc:{col:42,line:279},endLoc:{col:1,line:302},startBody:{col:42,line:279},endBody:{col:1,line:302}},"card-responsive-example":{startLoc:{col:57,line:329},endLoc:{col:1,line:344},startBody:{col:57,line:329},endBody:{col:1,line:344}}}}},title:"🚀 Cleanup Components/Cards/CardExample"};var CardCtaArea=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n display: flex;\n flex-wrap: nowrap;\n margin-top: ",";\n "," {\n margin-left: ",";\n font-size: 14px;\n }\n }\n"],["\n "," {\n display: flex;\n flex-wrap: nowrap;\n margin-top: ",";\n "," {\n margin-left: ",";\n font-size: 14px;\n }\n }\n"])),juno_1.RcTypography,juno_1.spacing(4),juno_1.RcIcon,juno_1.spacing(1)),CardSubTitle=juno_1.styled(juno_1.RcTypography)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n"],["\n margin-bottom: ",";\n"])),juno_1.spacing(2)),CardTitle=juno_1.styled(juno_1.RcTypography)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""]))),CardBody=juno_1.styled(juno_1.RcTypography)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n min-height: 44px;\n"],["\n margin-top: ",";\n min-height: 44px;\n"])),juno_1.spacing(2));exports.SimpleCardExample=function(){return react_1.default.createElement("div",{style:{width:360}},react_1.default.createElement(juno_1.RcCard,null,react_1.default.createElement(juno_1.RcCardActionArea,{onClick:function(){return window.open("https://en.wikipedia.org/wiki/Boat","_blank")}},react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardSubTitle,{variant:"caption2",color:"neutral.f04"},"in its simplest form"),react_1.default.createElement(CardTitle,{variant:"title2",color:"neutral.f06"},"Simple"),react_1.default.createElement(CardBody,{variant:"body1",color:"neutral.f04"},"This is a simple card. It has everything a card has except media and an icon."),react_1.default.createElement(CardCtaArea,null,react_1.default.createElement(juno_1.RcTypography,{variant:"caption2",color:"neutral.f05"},"Simple CTA",react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.ExternalLink,color:"neutral.f04"})))))))};var stopPropagation=function(event){event.stopPropagation()},logAndStopPropagation=function(text){return function(e){console.log(text),stopPropagation(e)}},RcCardWithHoverActions=juno_1.styled(juno_1.RcCard)(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n width: 314px;\n "," {\n display: flex-end;\n align-content: right;\n "," {\n background-color: ",";\n border-radius: 50%;\n margin-left: auto;\n margin-right: ",";\n }\n }\n"],["\n width: 314px;\n "," {\n display: flex-end;\n align-content: right;\n "," {\n background-color: ",";\n border-radius: 50%;\n margin-left: auto;\n margin-right: ",";\n }\n }\n"])),juno_1.RcCardHoverActions,juno_1.RcIconButton,juno_1.palette2("neutral","b01"),juno_1.spacing(2)),CardWithHoverActions=function(props){var onClick=props.onClick,children=props.children,_a=tslib_1.__read(react_1.useState(!1),2),isMoreMenuOpen=_a[0],setIsMoreMenuOpen=_a[1],moreMenusItemProps=[{symbol:juno_icon_1.Pin,tooltip:"Pin",onClick:logAndStopPropagation("Pin")},{symbol:juno_icon_1.Delete,tooltip:"Delete",onClick:logAndStopPropagation("Delete")}],onEnter=react_1.useCallback((function(){setIsMoreMenuOpen(!0)}),[setIsMoreMenuOpen]),onExit=react_1.useCallback((function(){setIsMoreMenuOpen(!1)}),[setIsMoreMenuOpen]);return react_1.default.createElement(RcCardWithHoverActions,{variant:"outlined"},react_1.default.createElement(juno_1.RcCardActionArea,{component:"div",onClick},react_1.default.createElement(juno_1.RcCardHoverActions,{visible:isMoreMenuOpen,onClick:stopPropagation,onMouseDown:stopPropagation},react_1.default.createElement(juno_1.RcIconButton,{onMouseDown:stopPropagation,size:"small",variant:"contained",color:"neutral.b01",title:"Edit",onClick:logAndStopPropagation("HoverActionButton:onEditClick"),symbol:juno_icon_1.Edit}),react_1.default.createElement(CardHoverMoreButton,{title:"More",symbol:juno_icon_1.MoreVert,onExit,onEnter,menuItemProps:moreMenusItemProps})),children,react_1.default.createElement(juno_1.RcCardActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:logAndStopPropagation("Toast"),onMouseDown:stopPropagation,color:"interactive.f01"},"Toast"),react_1.default.createElement(juno_1.RcButton,{onClick:logAndStopPropagation("Boast"),onMouseDown:stopPropagation,variant:"outlined"},"Boast"))))},CardHoverMoreButton=function(props){var menuItemProps=props.menuItemProps,onEnter=props.onEnter,onExit=props.onExit,rest=tslib_1.__rest(props,["menuItemProps","onEnter","onExit"]),menuItemComps=menuItemProps.map((function(_a){var tooltip=_a.tooltip,rests=tslib_1.__rest(_a,["tooltip"]);return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},rests,{key:tooltip}),tooltip)})),_a=tslib_1.__read(react_1.useState(null),2),anchorEl=_a[0],setAnchorEl=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({onMouseDown:stopPropagation,size:"small",variant:"contained",color:"neutral.b01",onClick:function(event){stopPropagation(event),setAnchorEl(event.currentTarget)}},rest)),react_1.default.createElement(juno_1.RcMenu,{open:Boolean(anchorEl),anchorEl,onClose:function(){return setAnchorEl(null)},TransitionProps:{onExit,onEnter},autoClose:!0},menuItemComps))};exports.MediaCardExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(CardWithHoverActions,{onClick:function(){return window.open("https://en.wikipedia.org/wiki/Boat","_blank")}},react_1.default.createElement(juno_1.RcCardMedia,{image:"https://live.staticflickr.com/5126/5369581593_b9e2ec903c_n.jpg",style:{height:160}}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardSubTitle,{variant:"caption2",color:"neutral.f04"},"A boat afloat"),react_1.default.createElement(CardTitle,{variant:"title2",color:"neutral.f06"},"Boat"),react_1.default.createElement(CardBody,{variant:"body1",color:"neutral.f04"},"Note this boat afloat a moat. And dote and gloat this boat which totes. I quote devote a toast to boats."))))};var CardIcon=juno_1.styled(juno_1.RcIcon)(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n padding: ",";\n font-size: 64px;\n"],["\n padding: ",";\n font-size: 64px;\n"])),juno_1.spacing(4,0,0,4));exports.IconCardExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(CardWithHoverActions,{onClick:function(){return window.open("https://en.wikipedia.org/wiki/Boat","_blank")}},react_1.default.createElement(CardIcon,{symbol:juno_icon_1.GoogleDoc}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardSubTitle,{variant:"caption2",color:"neutral.f04"},"A boat afloat"),react_1.default.createElement(CardTitle,{variant:"title2",color:"neutral.f06"},"Boat"),react_1.default.createElement(CardBody,{variant:"body1",color:"neutral.f04"},"Note this boat afloat a moat. And dote and gloat this boat which totes. I quote devote a toast to boats."))))};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,CardExample=function(){var bodyText="This is the body text.";return Math.random()>.5&&(bodyText+=" Let's make it two lines long."),react_1.default.createElement(juno_1.RcCard,null,react_1.default.createElement(juno_1.RcCardActionArea,null,react_1.default.createElement(juno_1.RcCardMedia,{image:"https://live.staticflickr.com/5126/5369581593_b9e2ec903c_n.jpg",style:{height:160}}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardTitle,null,"Title"),react_1.default.createElement(CardBody,null,bodyText))))},RcGridContainer=juno_1.styled(juno_1.RcGrid)(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n width: ",";\n"],["\n width: ",";\n"])),juno_1.px(960));exports.CardResponsiveExample=function(){return react_1.default.createElement(RcGridContainer,{container:!0,spacing:2},Array(6).fill(null).map((function(x,i){return react_1.default.createElement(juno_1.RcGrid,{key:i,item:!0,xs:12,sm:6,md:4,lg:3,xl:2},react_1.default.createElement(CardExample,null))})))}},"./packages/juno-core/src/components/Chip/__stories__/Chip.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),isString_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isString.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg")),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, Fragment, FunctionComponent } from 'react';\n\nimport isString from 'lodash/isString';\n\nimport { RcAvatar, RcChip, RcGrid, RcText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../Avatar/__stories__/img/avatar.jpg';\nimport { RcTypography } from '../../Typography';\n\nexport default {\n title: '🚀 Cleanup Components/Chip',\n component: RcChip,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'label',\n 'clickable',\n 'disabled',\n 'error',\n 'avatar',\n 'onDelete',\n 'deleteIcon',\n 'deleteIconProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'Avatar',\n 'isError',\n 'deleteTooltip',\n 'deleteAutomationId',\n ]),\n },\n} as Meta;\n\ntype ChipProps = ComponentProps;\n\nconst handleDelete = (e: Event) => {\n e.stopPropagation();\n e.preventDefault();\n};\n\nexport const Chip: Story = ({ children, ...args }) => {\n return (\n <>\n {}} {...args} />\n \n \n );\n};\n\nChip.args = {};\n\nChip.argTypes = {\n ...notControlInDocTable([]),\n};\n\nChip.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/ACE7FA47-C251-4CED-803E-EEF8D56E3FF3',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/chips/#chip',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst ChipExampleComponent: FunctionComponent = (args) => {\n const { variant } = args;\n return (\n \n {variant}\n \n \n Basic Chip\n \n
    \n
    \n Delete Icon\n {\n console.log('delete');\n }}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n Disabled\n \n
    \n
    \n Error\n \n
    \n
    \n Focused\n \n \n
    \n\n \n Avatar\n } />\n
    \n
    \n Avatar & Delete Icon\n }\n onDelete={handleDelete}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n Custom color\n {variant === 'default' && (\n \n (default only show color when keyboard focus)\n \n )}\n \n
    \n
    \n {variant === 'outlined' && (\n \n Custom color\n \n
    \n
    \n \n when only set color, that will use color to calculate default\n background color\n <br />\n lighten: lighten 0.92 main color\n <br />\n darken: darken 0.72 main color\n \n \n
    \n )}\n
    \n \n Truncate Content\n }\n onDelete={handleDelete}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n \n Truncate Content when overflow, resize to view result(with RcText)\n \n {args.label}}\n style={{\n maxWidth: '30%',\n }}\n avatar={}\n onDelete={handleDelete}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n
    \n
    \n
    \n );\n};\n\nexport const ChipDefaultExamples: Story = ({\n children,\n ...args\n}) => {\n return ;\n};\n\nChipDefaultExamples.args = {\n label: 'Basic default Chip',\n};\n\nChipDefaultExamples.argTypes = {\n ...notControlInDocTable([]),\n};\n\nChipDefaultExamples.storyName = 'Chip Examples(Default)';\n\nexport const ChipOutlinedExamples: Story = ({\n children,\n ...args\n}) => {\n return ;\n};\n\nChipOutlinedExamples.args = {\n label: 'Basic outlined Chip',\n};\n\nChipOutlinedExamples.argTypes = {\n ...notControlInDocTable([]),\n};\n\nChipOutlinedExamples.storyName = 'Chip Examples(outlined)';\n",locationsMap:{chip:{startLoc:{col:38,line:55},endLoc:{col:1,line:62},startBody:{col:38,line:55},endBody:{col:1,line:62}},"chip-default-examples":{startLoc:{col:53,line:218},endLoc:{col:1,line:223},startBody:{col:53,line:218},endBody:{col:1,line:223}},"chip-outlined-examples":{startLoc:{col:54,line:235},endLoc:{col:1,line:240},startBody:{col:54,line:235},endBody:{col:1,line:240}}}}},title:"🚀 Cleanup Components/Chip",component:juno_1.RcChip,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["label","clickable","disabled","error","avatar","onDelete","deleteIcon","deleteIconProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["Avatar","isError","deleteTooltip","deleteAutomationId"]))};var handleDelete=function(e){e.stopPropagation(),e.preventDefault()};exports.Chip=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({label:"default Chip",onClick:function(){}},args)),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({variant:"outlined",label:"outlined Chip"},args)))},exports.Chip.args={},exports.Chip.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Chip.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/ACE7FA47-C251-4CED-803E-EEF8D56E3FF3"},{name:"Mui",href:"https://material-ui.com/components/chips/#chip"},{name:"Accessibility",value:"100%"}]};var ChipExampleComponent=function(args){var variant=args.variant;return react_1.default.createElement(react_1.default.Fragment,{key:variant},react_1.default.createElement(juno_storybook_1.Title,{variant:"display1"},variant),react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Basic Chip"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Basic Chip"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Delete Icon"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{onDelete:handleDelete,onClick:function(){console.log("delete")},deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Disabled"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{disabled:!0,onDelete:handleDelete,deleteTooltip:"Remove",deleteIconProps:{TooltipProps:{tooltipForceHide:!0}}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Error"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{error:!0,onDelete:handleDelete,deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Focused"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{focused:!0})),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{focused:!0,color:"success.f11"}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Avatar"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default})})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Avatar & Delete Icon"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default}),onDelete:handleDelete,deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{paragraph:!1},"Custom color"),"default"===variant&&react_1.default.createElement(Typography_1.RcTypography,{gutterBottom:!0,color:"neutral.f04",variant:"caption1"},"(default only show color when keyboard focus)"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Basic Chip",color:"warning.f01"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),"outlined"===variant&&react_1.default.createElement(react_1.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Custom color"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Custom background color",color:"interactive.f01",backgroundColor:"interactive.b01"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"caption1",color:"neutral.f04"},"when only set color, that will use color to calculate default background color",react_1.default.createElement("br",null),"lighten: lighten 0.92 main color",react_1.default.createElement("br",null),"darken: darken 0.72 main color"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Only color",color:"interactive.f01"})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Truncate Content"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{title:isString_1.default(args.label)?args.label:void 0,style:{maxWidth:120},avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default}),onDelete:handleDelete,deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Truncate Content when overflow, resize to view result(with RcText)"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:!0},args.label),style:{maxWidth:"30%"},avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default}),onDelete:handleDelete,deleteTooltip:"Remove"})))),react_1.default.createElement("br",null),react_1.default.createElement("br",null))};exports.ChipDefaultExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(ChipExampleComponent,tslib_1.__assign({},args,{variant:"default"}))},exports.ChipDefaultExamples.args={label:"Basic default Chip"},exports.ChipDefaultExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ChipDefaultExamples.storyName="Chip Examples(Default)",exports.ChipOutlinedExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(ChipExampleComponent,tslib_1.__assign({},args,{variant:"outlined"}))},exports.ChipOutlinedExamples.args={label:"Basic outlined Chip"},exports.ChipOutlinedExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ChipOutlinedExamples.storyName="Chip Examples(outlined)"},"./packages/juno-core/src/components/DetachedWindow/__stories__/DetachedWindow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Dialog_story_1=__webpack_require__("./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx"),Downshift_story_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.tsx"),Drawer_story_1=__webpack_require__("./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.tsx"),SubMenu_story_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx"),Popover_story_1=__webpack_require__("./packages/juno-core/src/components/Popover/__stories__/Popover.story.tsx"),Popper_story_1=__webpack_require__("./packages/juno-core/src/components/Popper/__stories__/Popper.story.tsx"),Tabs_story_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx"),VirtualizedMenu_story_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx"),Virtuoso_story_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx"),Box=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 50px;\n height: 50px;\n background: pink;\n transform: translateX(","px);\n"],["\n width: 50px;\n height: 50px;\n background: pink;\n transform: translateX(","px);\n"])),(function(_a){return _a.v}));exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n FunctionComponent,\n useRef,\n useState,\n} from 'react';\n\nimport {\n RcButton,\n RcDetachedWindow,\n RcDetachedWindowRef,\n RcDivider,\n RcGrid,\n RcIconButton,\n RcPaper,\n RcText,\n RcTypography,\n styled,\n} from '@ringcentral/juno';\nimport { Close } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport {\n DialogExampleComponent,\n DialogWithResponsiveExample,\n} from '../../Dialog/__stories__/Dialog.story';\nimport { DownshiftExamples } from '../../Downshift/__stories__/Downshift.story';\nimport { MultiDrawer } from '../../Drawer/__stories__/Drawer.story';\nimport { SubMenuExampleComponent } from '../../Menu/SubMenu/__stories__/SubMenu.story';\nimport { Popover } from '../../Popover/__stories__/Popover.story';\nimport { Popper } from '../../Popper/__stories__/Popper.story';\nimport { TabsExampleComponent } from '../../Tabs/Tabs/__stories__/Tabs.story';\nimport { VirtualizedMenu } from '../../VirtualizedMenu/__stories__/VirtualizedMenu.story';\nimport { VirtuosoExample } from '../../Virtuoso/__stories__/Virtuoso.story';\n\nconst Box = styled.div`\n width: 50px;\n height: 50px;\n background: pink;\n transform: translateX(${({ v }) => v}px);\n`;\n\nexport default {\n title: '🚀 Cleanup Components/DetachedWindow',\n component: RcDetachedWindow,\n argTypes: {\n ...sortInDocTable(['keep']),\n ...notControlInDocTable(['open', 'onUnload']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DetachedWindowProps = ComponentProps;\n\n/**\n * website url will be like\n * http://localhost:6006/iframe.html?id=%F0%9F%9A%80-cleanup-components-detachedwindow--detached-window&viewMode=story&args=\n * https://ringcentral.github.io/juno/iframe.html?id=%F0%9F%9A%80-cleanup-components-detachedwindow--detached-window&viewMode=docs&args='\n *\n * so we should split from iframe.html\n */\nconst websiteUrl = window.location.href.split('iframe.html')[0];\n\nexport const DetachedWindow: Story = ({\n children,\n ...args\n}) => {\n const [open, setOpen] = useState(false);\n const [value, setValue] = useState(1);\n const ref = useRef(null);\n\n return (\n <>\n \n That can make render element on new window, and can shared state easy.\n
    \n Also you can get window use ref,{' '}\n ref.current.window, you can get that after{' '}\n onload, or get that in{' '}\n onOpen={`{(window) => ... }`} trigger arg\n
    \n count: {value}\n
    \n setValue(value + 1)}>\n +1\n \n {\n setOpen((detached) => !detached);\n }}\n >\n {open ? 'Close' : 'Open'} this block\n \n {\n // * must need for trigger open change to show children when user close window directly\n setOpen(false);\n console.dir('[onUnload] current ref', ref.current);\n }}\n onOpen={(targetWindow) => {\n console.log('[onOpen] current ref', targetWindow, ref.current);\n // when there is no resizeObserver append that\n if (targetWindow && !targetWindow['ResizeObserver']) {\n const s = targetWindow.document.createElement('script');\n s.src = `${websiteUrl}assets/ResizeObserver.global.js`;\n s.async = true;\n targetWindow.document.head.appendChild(s);\n }\n }}\n onload={(e) => {\n console.dir('[onload] current ref', ref.current);\n }}\n onBeforeunload={(e) => {\n console.dir('[onBeforeunload] current ref', ref.current);\n }}\n >\n \n \n \n \n Block\n \n \n \n {\n setOpen(false);\n }}\n />\n \n \n
    \n setValue(value + 1)}>\n +1\n \n \n disabled button with tooltip\n \n count: {value}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n \n \n );\n};\nDetachedWindow.storyName = 'DetachedWindow';\n\nDetachedWindow.args = {\n title: 'new window',\n name: 'window',\n specs:\n 'toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400',\n};\n\nDetachedWindow.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDetachedWindow.parameters = {\n tags: [],\n};\n\ntype ContentProps = {\n setOpen: any;\n value: number;\n};\n\nconst Content: FunctionComponent = ({ setOpen, value }) => {\n return (\n \n \n \n \n Block\n \n \n \n {\n setOpen(false);\n }}\n />\n \n \n
    \n count: {value}\n
    \n );\n};\n\nexport const DetachedWindowExamples: Story = () => {\n const [value, setValue] = useState(1);\n\n const [open, setOpen] = useState(false);\n const [open2, setOpen2] = useState(false);\n const [open3, setOpen3] = useState(false);\n const ref = useRef(null);\n const ref2 = useRef(null);\n const ref3 = useRef(null);\n\n return (\n <>\n \n Control window in another window\n
    \n count: {value}\n
    \n setValue(value + 1)}>\n +1\n \n setOpen((o) => !o)}>\n {open ? 'close' : 'open'} 1\n \n setOpen2((o) => !o)}>\n {open2 ? 'close' : 'open'} 2\n \n setOpen3((o) => !o)}>\n {open3 ? 'close' : 'open'} 3\n \n
    \n setOpen(false)}\n title=\"new window\"\n name=\"window1\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400\"\n >\n \n setOpen2((o) => !o)}\n >\n {open2 ? 'close' : 'open'} window 2\n \n \n setOpen2(false)}\n title=\"new window2\"\n name=\"window2\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400\"\n >\n \n setOpen((o) => !o)}\n >\n {open ? 'close' : 'open'} window 1\n \n setOpen3((o) => !o)}\n >\n {open ? 'close' : 'open'} window 3\n \n \n setOpen3(false)}\n title=\"new window3\"\n name=\"window3\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=400,left=1200,width=400,height=400\"\n >\n \n setOpen((o) => !o)}\n >\n {open ? 'close' : 'open'} window 1\n \n \n \n );\n};\n\nDetachedWindowExamples.storyName = 'DetachedWindow Examples';\n\nexport const DetachedWindowGetWindow: Story = () => {\n const [value, setValue] = useState(1);\n\n const [open, setOpen] = useState(false);\n const ref = useRef(null);\n\n return (\n <>\n \n Open window with getWindow\n
    \n count: {value}\n
    \n setValue(value + 1)}>\n +1\n \n {\n setOpen((detached) => !detached);\n }}\n >\n {open ? 'Close' : 'Open'} this block\n \n
    \n setOpen(false)}\n getWindow={({ url, name, specs, title }) => {\n const win = window.open(url, name, specs);\n\n if (win) {\n win.document.title = title!;\n\n return win;\n }\n return null;\n }}\n title=\"new window\"\n name=\"window1\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400\"\n >\n \n \n \n );\n};\n\nDetachedWindowGetWindow.storyName = 'open window by yourself';\n",locationsMap:{"detached-window":{startLoc:{col:58,line:69},endLoc:{col:1,line:183},startBody:{col:58,line:69},endBody:{col:1,line:183}},"detached-window-examples":{startLoc:{col:66,line:232},endLoc:{col:1,line:322},startBody:{col:66,line:232},endBody:{col:1,line:322}},"detached-window-get-window":{startLoc:{col:67,line:326},endLoc:{col:1,line:375},startBody:{col:67,line:326},endBody:{col:1,line:375}}}}},title:"🚀 Cleanup Components/DetachedWindow",component:juno_1.RcDetachedWindow,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["keep"])),juno_storybook_1.notControlInDocTable(["open","onUnload"])),juno_storybook_1.notShowInDocTable([]))};var websiteUrl=window.location.href.split("iframe.html")[0];exports.DetachedWindow=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],_c=tslib_1.__read(react_1.useState(1),2),value=_c[0],setValue=_c[1],ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"That can make render element on new window, and can shared state easy.",react_1.default.createElement("br",null),"Also you can get window use ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"ref"),","," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"ref.current.window"),", you can get that after"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"onload"),", or get that in"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"onOpen=","{(window) => ... }")," trigger arg",react_1.default.createElement("br",null),"count: ",value),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{style:{float:"right"},title:"This is tooltip",useRcTooltip:!0,onClick:function(){setOpen((function(detached){return!detached}))}},open?"Close":"Open"," this block"),react_1.default.createElement(juno_1.RcDetachedWindow,tslib_1.__assign({},args,{ref,open,onUnload:function(e){setOpen(!1),console.dir("[onUnload] current ref",ref.current)},onOpen:function(targetWindow){if(console.log("[onOpen] current ref",targetWindow,ref.current),targetWindow&&!targetWindow.ResizeObserver){var s=targetWindow.document.createElement("script");s.src=websiteUrl+"assets/ResizeObserver.global.js",s.async=!0,targetWindow.document.head.appendChild(s)}},onload:function(e){console.dir("[onload] current ref",ref.current)},onBeforeunload:function(e){console.dir("[onBeforeunload] current ref",ref.current)}}),react_1.default.createElement(juno_1.RcPaper,null,react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcTypography,{variant:"display1",color:"neutral.f06"},"Block")),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Close,variant:"inverse",title:"Close window",onClick:function(){setOpen(!1)}}))),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{title:"+1",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{title:"I'm disabled",useRcTooltip:!0,TooltipProps:{ignorePointer:!0},disabled:!0},"disabled button with tooltip"),"count: ",value,react_1.default.createElement(Box,{v:value}),react_1.default.createElement(VirtualizedMenu_story_1.VirtualizedMenu,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Virtuoso_story_1.VirtuosoExample,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Tabs_story_1.TabsExampleComponent,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(SubMenu_story_1.SubMenuExampleComponent,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Dialog_story_1.DialogExampleComponent,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Dialog_story_1.DialogWithResponsiveExample,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Popper_story_1.Popper,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Popover_story_1.Popover,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Downshift_story_1.DownshiftExamples,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Drawer_story_1.MultiDrawer,{anchor:"bottom"}))))},exports.DetachedWindow.storyName="DetachedWindow",exports.DetachedWindow.args={title:"new window",name:"window",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400"},exports.DetachedWindow.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DetachedWindow.parameters={tags:[]};var templateObject_1,Content=function(_a){var setOpen=_a.setOpen,value=_a.value;return react_1.default.createElement(juno_1.RcPaper,null,react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcTypography,{variant:"display1",color:"neutral.f06"},"Block")),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Close,variant:"inverse",title:"Close window",onClick:function(){setOpen(!1)}}))),react_1.default.createElement("br",null),"count: ",value)};exports.DetachedWindowExamples=function(){var _a=tslib_1.__read(react_1.useState(1),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open2=_c[0],setOpen2=_c[1],_d=tslib_1.__read(react_1.useState(!1),2),open3=_d[0],setOpen3=_d[1],ref=react_1.useRef(null),ref2=react_1.useRef(null),ref3=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"Control window in another window",react_1.default.createElement("br",null),"count: ",value),react_1.default.createElement(juno_1.RcButton,{title:"+1",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setOpen((function(o){return!o}))}},open?"close":"open"," 1"),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setOpen2((function(o){return!o}))}},open2?"close":"open"," 2"),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setOpen3((function(o){return!o}))}},open3?"close":"open"," 3"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcDetachedWindow,{ref,open,onUnload:function(){return setOpen(!1)},title:"new window",name:"window1",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400"},react_1.default.createElement(Content,{setOpen,value}),react_1.default.createElement(juno_1.RcButton,{title:"window 2",useRcTooltip:!0,onClick:function(){return setOpen2((function(o){return!o}))}},open2?"close":"open"," window 2")),react_1.default.createElement(juno_1.RcDetachedWindow,{ref:ref2,open:open2,onUnload:function(){return setOpen2(!1)},title:"new window2",name:"window2",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400"},react_1.default.createElement(Content,{setOpen:setOpen2,value}),react_1.default.createElement(juno_1.RcButton,{title:"window 1",useRcTooltip:!0,onClick:function(){return setOpen((function(o){return!o}))}},open?"close":"open"," window 1"),react_1.default.createElement(juno_1.RcButton,{title:"window 3",useRcTooltip:!0,onClick:function(){return setOpen3((function(o){return!o}))}},open?"close":"open"," window 3")),react_1.default.createElement(juno_1.RcDetachedWindow,{ref:ref3,open:open3,onUnload:function(){return setOpen3(!1)},title:"new window3",name:"window3",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=400,left=1200,width=400,height=400"},react_1.default.createElement(Content,{setOpen:setOpen3,value}),react_1.default.createElement(juno_1.RcButton,{title:"window 1",useRcTooltip:!0,onClick:function(){return setOpen((function(o){return!o}))}},open?"close":"open"," window 1")))},exports.DetachedWindowExamples.storyName="DetachedWindow Examples",exports.DetachedWindowGetWindow=function(){var _a=tslib_1.__read(react_1.useState(1),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"Open window with getWindow",react_1.default.createElement("br",null),"count: ",value),react_1.default.createElement(juno_1.RcButton,{title:"+1",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{style:{float:"right"},title:"This is tooltip",useRcTooltip:!0,onClick:function(){setOpen((function(detached){return!detached}))}},open?"Close":"Open"," this block"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcDetachedWindow,{ref,open,onUnload:function(){return setOpen(!1)},getWindow:function(_a){var url=_a.url,name=_a.name,specs=_a.specs,title=_a.title,win=window.open(url,name,specs);return win?(win.document.title=title,win):null},title:"new window",name:"window1",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400"},react_1.default.createElement(Content,{setOpen,value})))},exports.DetachedWindowGetWindow.storyName="open window by yourself"},"./packages/juno-core/src/components/Dialer/DialDelete/__stories__/DialDelete.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcDialDelete, RcIconButton } from '@ringcentral/juno';\nimport { Deletenumber } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/DialDelete',\n component: RcDialDelete,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialDeleteProps = ComponentProps;\n\nexport const DialDelete: Story = ({ children, ...args }) => {\n return (\n {\n console.log('delete', e, reason);\n }}\n onClear={(e, reason) => {\n console.log('clear', e, reason);\n }}\n >\n \n \n );\n};\n\nDialDelete.storyName = 'DialDelete';\n\nDialDelete.args = {};\n\nDialDelete.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialDelete.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dial-delete":{startLoc:{col:50,line:24},endLoc:{col:1,line:44},startBody:{col:50,line:24},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Dialer/DialDelete",component:juno_1.RcDialDelete,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialDelete=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialDelete,tslib_1.__assign({},args,{onDelete:function(e,reason){console.log("delete",e,reason)},onClear:function(e,reason){console.log("clear",e,reason)}}),react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Deletenumber,"data-sign":"deleteButton",title:"delete",variant:"plain",size:"large"}))},exports.DialDelete.storyName="DialDelete",exports.DialDelete.args={},exports.DialDelete.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialDelete.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialer/DialPad/__stories__/DialPad.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useEffect, useState } from 'react';\n\nimport {\n RcDialerPadSoundsMPEG,\n RcDialPad,\n RcDialPadButton,\n spacing,\n styled,\n RcMenuItem,\n RcSelect,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/DialPad',\n component: RcDialPad,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialPadProps = ComponentProps;\n\nconst Wrapper = styled.div`\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n`;\n\nexport const DialPad: Story = ({ children, ...args }) => {\n return (\n \n ({ 'data-test-id': `${v}` })}\n {...args}\n />\n \n );\n};\n\nexport const DialPadWithCustomAudio: Story = ({\n children,\n ...args\n}) => {\n const [sinkId, setSinkId] = useState(undefined);\n const [devices, setDevices] = useState([]);\n useEffect(() => {\n (async () => {\n try {\n await navigator.mediaDevices.getUserMedia({\n audio: true,\n video: false,\n });\n\n const audioDevice = (\n await navigator.mediaDevices.enumerateDevices()\n ).filter((device) => device.kind === 'audiooutput');\n console.log('🐞 ~ audioDevice:', audioDevice);\n\n setDevices(audioDevice);\n } catch (error) {\n //\n }\n })();\n }, []);\n\n return (\n \n {\n setSinkId(e.target.value as any);\n }}\n >\n default\n {devices.map((item) => (\n \n {item.label || 'unknown'}\n \n ))}\n \n ({ 'data-test-id': `${v}` })}\n {...args}\n />\n \n );\n};\n\nconst CustomWrapper = styled.div`\n width: 195px;\n overflow: hidden;\n\n ${RcDialPadButton} {\n margin: ${spacing(2)};\n }\n`;\n\nexport const CustomDialPad: Story = ({ children, ...args }) => {\n return (\n \n ({\n 'data-test-id': `${v}`,\n size: 'large',\n variant: 'contained',\n color: 'neutral.b03',\n elevation: '0',\n activeElevation: '0',\n })}\n autoSize={false}\n {...args}\n />\n \n );\n};\n\nDialPad.storyName = 'DialPad';\n\nDialPad.args = {};\n\nDialPad.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialPad.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dial-pad":{startLoc:{col:44,line:37},endLoc:{col:1,line:47},startBody:{col:44,line:37},endBody:{col:1,line:47}},"dial-pad-with-custom-audio":{startLoc:{col:59,line:49},endLoc:{col:1,line:100},startBody:{col:59,line:49},endBody:{col:1,line:100}},"custom-dial-pad":{startLoc:{col:50,line:111},endLoc:{col:1,line:129},startBody:{col:50,line:111},endBody:{col:1,line:129}}}}},title:"🚀 Cleanup Components/Dialer/DialPad",component:juno_1.RcDialPad,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n"],["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n"])));exports.DialPad=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},args)))},exports.DialPadWithCustomAudio=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(void 0),2),sinkId=_b[0],setSinkId=_b[1],_c=tslib_1.__read(react_1.useState([]),2),devices=_c[0],setDevices=_c[1];return react_1.useEffect((function(){tslib_1.__awaiter(void 0,void 0,void 0,(function(){var audioDevice;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,3,,4]),[4,navigator.mediaDevices.getUserMedia({audio:!0,video:!1})];case 1:return _a.sent(),[4,navigator.mediaDevices.enumerateDevices()];case 2:return audioDevice=_a.sent().filter((function(device){return"audiooutput"===device.kind})),console.log("🐞 ~ audioDevice:",audioDevice),setDevices(audioDevice),[3,4];case 3:return _a.sent(),[3,4];case 4:return[2]}}))}))}),[]),react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcSelect,{fullWidth:!0,placeholder:"Select audio output",value:sinkId,onChange:function(e){setSinkId(e.target.value)}},react_1.default.createElement(juno_1.RcMenuItem,{value:void 0},"default"),devices.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.deviceId,key:item.deviceId},item.label||"unknown")}))),react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sinkId,sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},args)))};var templateObject_1,templateObject_2,CustomWrapper=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: 195px;\n overflow: hidden;\n\n "," {\n margin: ",";\n }\n"],["\n width: 195px;\n overflow: hidden;\n\n "," {\n margin: ",";\n }\n"])),juno_1.RcDialPadButton,juno_1.spacing(2));exports.CustomDialPad=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(CustomWrapper,null,react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v,size:"large",variant:"contained",color:"neutral.b03",elevation:"0",activeElevation:"0"}},autoSize:!1},args)))},exports.DialPad.storyName="DialPad",exports.DialPad.args={},exports.DialPad.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialPad.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/DialTextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcDialTextField } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/DialTextField',\n component: RcDialTextField,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialTextFieldProps = ComponentProps;\n\nexport const DialTextField: Story = ({\n children,\n ...args\n}) => {\n const [value, setValue] = useState('');\n\n return (\n \n {children}\n \n );\n};\n\nDialTextField.storyName = 'DialTextField';\n\nDialTextField.args = {\n placeholder: 'Enter a number',\n};\n\nDialTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialTextField.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dial-text-field":{startLoc:{col:56,line:23},endLoc:{col:1,line:34},startBody:{col:56,line:23},endBody:{col:1,line:34}}}}},title:"🚀 Cleanup Components/Dialer/DialTextField",component:juno_1.RcDialTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialTextField=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDialTextField,tslib_1.__assign({},args,{value,onChange:setValue}),children)},exports.DialTextField.storyName="DialTextField",exports.DialTextField.args={placeholder:"Enter a number"},exports.DialTextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialTextField.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/useFixedEndSelection.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { useFixedEndSelection } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/useFixedEndSelection',\n argTypes: {},\n} as Meta;\n\nexport const useFixedEndSelectionExample: Story<{}> = () => {\n const { ref, onFocus, onKeyDown, onClick } = useFixedEndSelection();\n\n return (\n \n );\n};\n\nuseFixedEndSelectionExample.args = {};\nuseFixedEndSelectionExample.storyName = 'useFixedEndSelection';\n",locationsMap:{"use-fixed-end-selection-example":{startLoc:{col:54,line:11},endLoc:{col:1,line:23},startBody:{col:54,line:11},endBody:{col:1,line:23}}}}},title:"🚀 Cleanup Components/Dialer/useFixedEndSelection",argTypes:{}},exports.useFixedEndSelectionExample=function(){var _a=juno_1.useFixedEndSelection(),ref=_a.ref,onFocus=_a.onFocus,onKeyDown=_a.onKeyDown,onClick=_a.onClick;return react_1.default.createElement("input",{ref,type:"text",onFocus,onKeyDown,onClick})},exports.useFixedEndSelectionExample.args={},exports.useFixedEndSelectionExample.storyName="useFixedEndSelection"},"./packages/juno-core/src/components/Dialer/__stories__/Dialer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),uniqueId_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg")),options_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/options.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n FunctionComponent,\n useRef,\n useState,\n} from 'react';\n\nimport uniqueId from 'lodash/uniqueId';\n\nimport {\n flexCenterStyle,\n flexWidth,\n palette2,\n radius,\n RcAvatar,\n RcBox,\n RcClasses,\n RcCollapse,\n RcDialDelete,\n RcDialer,\n RcDialerPadSoundsOGG,\n RcDialPad,\n RcDialTextField,\n RcDownshiftDefaultFilterOptions,\n RcDownshiftInput,\n RcFade,\n RcGlobalScrollBarStyle,\n RcIcon,\n RcIconButton,\n RcListItemSecondaryAction,\n RcListItemText,\n RcMenuItem,\n RcPaper,\n RcSelect,\n RcSelectProps,\n RcSlide,\n RcSuggestionList,\n RcText,\n RcTooltip,\n setOpacity,\n shadows,\n spacing,\n styled,\n typography,\n useDialKeyboard,\n useDownshift,\n RcDialerPadSoundsMPEG,\n} from '@ringcentral/juno';\nimport {\n Close,\n Deletenumber,\n Dialer as DialerSvg,\n IncallBorder,\n Keypad,\n Minimize,\n Phone,\n TimeBorder,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../Avatar/__stories__/img/avatar.jpg';\nimport { options } from '../../Downshift/__stories__/options';\nimport { RcDialPadOnChangeReason } from '../DialPad';\nimport { useEventListener } from '../../../foundation';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer',\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([\n 'sounds',\n 'control',\n 'onChange',\n ]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialerProps = ComponentProps;\n\nconst DialerWrapper = styled.div`\n width: 280px;\n margin: ${spacing(5)};\n overflow: hidden;\n box-shadow: ${shadows('16')};\n background: ${palette2('neutral', 'elevation')};\n border-radius: ${radius('xl')};\n`;\n\nconst Header = styled.header`\n background-color: ${palette2('dialHeader', 'bg')};\n\n color: ${palette2('dialHeader', 'text')};\n padding: ${spacing(0, 4)};\n`;\n\nconst HeaderTitle = styled.div`\n display: flex;\n align-items: center;\n height: 36px;\n`;\n\nconst Body = styled.main`\n position: relative;\n padding: ${spacing(0, 6, 6)};\n`;\n\nconst TextFieldWrapper = styled.div<{ isHaveValue: boolean }>`\n display: flex;\n align-items: center;\n padding: ${spacing(1, 0, 3)};\n\n ${RcDialTextField} {\n padding-left: ${({ isHaveValue }) => isHaveValue && spacing(6)};\n\n margin: ${spacing(0, 3)};\n position: relative;\n\n input {\n color: ${palette2('dialHeader', 'text')};\n caret-color: ${palette2('dialHeader', 'text')};\n\n &::placeholder {\n color: ${palette2('dialHeader', 'textHint')};\n ${typography('subheading1')}\n ${flexCenterStyle};\n position: absolute;\n width: 100%;\n height: 100%;\n }\n }\n }\n\n ${RcIconButton} {\n align-self: flex-start;\n }\n`;\n\nconst customSelectInputClasses = RcClasses(\n ['root'],\n 'custom-select-input',\n);\n\nconst BodyTop = styled.div`\n ${flexCenterStyle};\n padding-top: ${spacing(1.5)};\n\n ${RcSelect} {\n width: auto;\n\n .${customSelectInputClasses.root} {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n`;\n\nconst BodyBottom = styled.div`\n ${flexCenterStyle};\n margin-top: ${spacing(6)};\n\n && {\n ${RcIcon} {\n font-size: 28px;\n }\n }\n`;\n\nconst SearchWrapper = styled.div`\n overflow: hidden;\n position: absolute;\n display: flex;\n flex-direction: column;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: ${palette2('neutral', 'elevation')};\n\n ${RcListItemSecondaryAction} {\n ${flexWidth('88px')};\n justify-content: space-between;\n }\n`;\n\nconst DialerActionIconButton = styled(RcIconButton)`\n position: absolute;\n right: 0;\n top: 0;\n margin-right: ${spacing(4)};\n transform: translateY(-50%);\n z-index: 1;\n`;\n\nconst menus = [\n { id: 1, value: '(000) 000-0000' },\n { id: 2, value: '(000) 000-0000' },\n { id: 3, value: '(000) 000-0000' },\n { id: 4, value: '(000) 000-0000' },\n];\n\nconst FullDialer: FunctionComponent = ({ children, ...rest }) => {\n const [value, setValue] = useState('');\n const dialKeyboardProps = useDialKeyboard();\n\n const isHaveValue = value.length > 0;\n\n const inputRef = useRef(null);\n\n const {\n optionItems,\n highlightedIndex,\n getToggleButtonProps,\n getTagListBoxProps,\n getMenuProps,\n getInputProps,\n getInputAriaProps,\n getLabelProps,\n getItemProps,\n isOpen,\n inputValue,\n changeHighlightedIndexReason,\n isKeepHighlightedIndex,\n // setHighlightedIndex,\n // keepHighlightedIndex,\n // closeMenu,\n // openMenu,\n // reset,\n } = useDownshift({\n inputRef,\n value: [],\n inputValue: value,\n options,\n freeSolo: true,\n keyToTags: ['-'],\n autoHighlight: true,\n addNoOptionItem: 'first',\n onChange: ([e]) => {\n // trigger action\n console.log('select item', e);\n },\n onInputChange: (e) => {\n console.log('inputChange', e);\n setValue(e || '');\n },\n filterOptions: RcDownshiftDefaultFilterOptions,\n });\n\n const { onBlur, ...InputProps } = getInputProps();\n\n return (\n \n \n \n
    \n \n \n New Call\n \n \n \n \n \n \n {isHaveValue && (\n \n \n \n )}\n \n
    \n \n \n \n Call from:\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n ({ 'data-test-id': `${v}` })}\n {...dialKeyboardProps}\n />\n \n \n \n\n \n\n {isOpen && (\n \n
    \n \n \n Call from:\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n
    \n\n \n {\n return (\n }\n {...restProps}\n >\n \n \n \n 2021/6/11\n \n \n );\n }}\n />\n \n
    \n )}\n \n
    \n
    \n );\n};\n\nconst Wrapper = styled.div`\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n box-shadow: ${shadows('16')};\n\n ${RcDialTextField} {\n .${customSelectInputClasses.root} {\n padding: 1em;\n }\n }\n`;\n\nconst SimpleDialer: FunctionComponent = ({ ...args }) => {\n const [value, setValue] = useState('');\n const dialKeyboardProps = useDialKeyboard();\n\n return (\n \n \n 0 && (\n \n \n \n ),\n }}\n />\n\n ({ 'data-test-id': `${v}` })}\n {...dialKeyboardProps}\n />\n \n \n );\n};\n\nexport const Dialer: Story = ({ ...args }) => {\n return (\n \n
    \n \n MPEG\n \n \n
    \n
    \n \n OGG\n \n \n
    \n
    \n );\n};\n\nexport const DialerExamples: Story = ({ ...args }) => {\n return ;\n};\n\nDialer.storyName = 'Dialer';\n\nDialer.args = {};\n\nDialer.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialer.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/share/c332ce38-eab2-43ca-8b98-399e270e3a56?mode=design&sha=f07a7e1cbecce82d5ab97b46641a07e7f83ed834',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst KeypadModeWrapper = styled.div`\n position: relative;\n width: 300px;\n height: 450px;\n overflow: hidden;\n border: 1px solid ${palette2('neutral', 'l03')};\n`;\n\nconst Backdrop = styled.div`\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: ${setOpacity(palette2('neutral', 'b05'), '80')};\n`;\n\nconst StyledCollapse = styled(RcCollapse)`\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n box-shadow: ${shadows('16')};\n\n ${RcPaper} {\n border-radius: ${radius('zero')};\n }\n\n ${RcDialTextField} {\n input {\n margin: ${spacing(0, 4)};\n }\n }\n`;\n\nconst Footer = styled.div<{ open: boolean }>`\n display: flex;\n flex-direction: column;\n padding: ${({ open }) => {\n return open && spacing(2, 4, 0, 0);\n }};\n align-items: ${({ open }) => (open ? 'flex-end' : 'center')};\n`;\n\nconst footHeight = 28;\n\nconst OpenWrapper = styled.div`\n ${flexCenterStyle}\n\n height: ${footHeight}px;\n width: 100%;\n cursor: pointer;\n`;\n\nexport const KeypadMode: Story = () => {\n const [open, setOpen] = useState(false);\n const [value, setValue] = useState('');\n\n const inputRef = useRef(null);\n const openButtonRef = useRef(null);\n\n const { onKeyDown, onKeyUp, control } = useDialKeyboard();\n\n useEventListener(document, 'keydown', onKeyDown);\n useEventListener(document, 'keyup', onKeyUp);\n\n const [history, setHistory] = useState<\n { id: string; value: string; reason: RcDialPadOnChangeReason }[]\n >([]);\n\n return (\n \n {\n if (e.key === 'Escape') {\n setOpen(false);\n }\n }}\n >\n \n setOpen(false)} />\n \n {\n inputRef.current?.focus();\n }}\n onExited={() => {\n setValue('');\n openButtonRef.current?.focus();\n }}\n >\n \n
    \n {open ? (\n setOpen(!open)}\n title=\"Close\"\n />\n ) : (\n \n setOpen(!open)}>\n \n \n \n )}\n
    \n\n \n {\n e.stopPropagation();\n }}\n onKeyUp={(e) => {\n e.stopPropagation();\n }}\n onChange={setValue}\n onEmit={(newValue, reason) => {\n console.log('Get value', newValue, reason);\n setHistory(\n [\n { id: uniqueId('dial-'), value: newValue, reason },\n ...history,\n ].slice(0, 20),\n );\n }}\n placeholder=\"Enter a number\"\n />\n \n \n
    \n \n \n \n {history.map((x) => (\n \n \n value: {x.value}, reason: {x.reason}\n \n \n ))}\n \n
    \n );\n};\n\nKeypadMode.storyName = 'Keypad mode';\n\nKeypadMode.args = {};\n\nKeypadMode.argTypes = {};\n\nKeypadMode.parameters = {};\n",locationsMap:{dialer:{startLoc:{col:42,line:478},endLoc:{col:1,line:495},startBody:{col:42,line:478},endBody:{col:1,line:495}},"dialer-examples":{startLoc:{col:50,line:497},endLoc:{col:1,line:499},startBody:{col:50,line:497},endBody:{col:1,line:499}},"keypad-mode":{startLoc:{col:38,line:576},endLoc:{col:1,line:681},startBody:{col:38,line:576},endBody:{col:1,line:681}}}}},title:"🚀 Cleanup Components/Dialer",argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable(["sounds","control","onChange"])),juno_storybook_1.notShowInDocTable([]))};var DialerWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 280px;\n margin: ",";\n overflow: hidden;\n box-shadow: ",";\n background: ",";\n border-radius: ",";\n"],["\n width: 280px;\n margin: ",";\n overflow: hidden;\n box-shadow: ",";\n background: ",";\n border-radius: ",";\n"])),juno_1.spacing(5),juno_1.shadows("16"),juno_1.palette2("neutral","elevation"),juno_1.radius("xl")),Header=juno_1.styled.header(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n background-color: ",";\n\n color: ",";\n padding: ",";\n"],["\n background-color: ",";\n\n color: ",";\n padding: ",";\n"])),juno_1.palette2("dialHeader","bg"),juno_1.palette2("dialHeader","text"),juno_1.spacing(0,4)),HeaderTitle=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n height: 36px;\n"],["\n display: flex;\n align-items: center;\n height: 36px;\n"]))),Body=juno_1.styled.main(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: relative;\n padding: ",";\n"],["\n position: relative;\n padding: ",";\n"])),juno_1.spacing(0,6,6)),TextFieldWrapper=juno_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n padding: ",";\n\n "," {\n padding-left: ",";\n\n margin: ",";\n position: relative;\n\n input {\n color: ",";\n caret-color: ",";\n\n &::placeholder {\n color: ",";\n ","\n ",";\n position: absolute;\n width: 100%;\n height: 100%;\n }\n }\n }\n\n "," {\n align-self: flex-start;\n }\n"],["\n display: flex;\n align-items: center;\n padding: ",";\n\n "," {\n padding-left: ",";\n\n margin: ",";\n position: relative;\n\n input {\n color: ",";\n caret-color: ",";\n\n &::placeholder {\n color: ",";\n ","\n ",";\n position: absolute;\n width: 100%;\n height: 100%;\n }\n }\n }\n\n "," {\n align-self: flex-start;\n }\n"])),juno_1.spacing(1,0,3),juno_1.RcDialTextField,(function(_a){return _a.isHaveValue&&juno_1.spacing(6)}),juno_1.spacing(0,3),juno_1.palette2("dialHeader","text"),juno_1.palette2("dialHeader","text"),juno_1.palette2("dialHeader","textHint"),juno_1.typography("subheading1"),juno_1.flexCenterStyle,juno_1.RcIconButton),customSelectInputClasses=juno_1.RcClasses(["root"],"custom-select-input"),BodyTop=juno_1.styled.div(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n ",";\n padding-top: ",";\n\n "," {\n width: auto;\n\n ."," {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n"],["\n ",";\n padding-top: ",";\n\n "," {\n width: auto;\n\n ."," {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n"])),juno_1.flexCenterStyle,juno_1.spacing(1.5),juno_1.RcSelect,customSelectInputClasses.root),BodyBottom=juno_1.styled.div(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ",";\n margin-top: ",";\n\n && {\n "," {\n font-size: 28px;\n }\n }\n"],["\n ",";\n margin-top: ",";\n\n && {\n "," {\n font-size: 28px;\n }\n }\n"])),juno_1.flexCenterStyle,juno_1.spacing(6),juno_1.RcIcon),SearchWrapper=juno_1.styled.div(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n position: absolute;\n display: flex;\n flex-direction: column;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: ",";\n\n "," {\n ",";\n justify-content: space-between;\n }\n"],["\n overflow: hidden;\n position: absolute;\n display: flex;\n flex-direction: column;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: ",";\n\n "," {\n ",";\n justify-content: space-between;\n }\n"])),juno_1.palette2("neutral","elevation"),juno_1.RcListItemSecondaryAction,juno_1.flexWidth("88px")),DialerActionIconButton=juno_1.styled(juno_1.RcIconButton)(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n margin-right: ",";\n transform: translateY(-50%);\n z-index: 1;\n"],["\n position: absolute;\n right: 0;\n top: 0;\n margin-right: ",";\n transform: translateY(-50%);\n z-index: 1;\n"])),juno_1.spacing(4)),menus=[{id:1,value:"(000) 000-0000"},{id:2,value:"(000) 000-0000"},{id:3,value:"(000) 000-0000"},{id:4,value:"(000) 000-0000"}],FullDialer=function(_a){_a.children;var rest=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],dialKeyboardProps=juno_1.useDialKeyboard(),isHaveValue=value.length>0,inputRef=react_1.useRef(null),_c=juno_1.useDownshift({inputRef,value:[],inputValue:value,options:options_1.options,freeSolo:!0,keyToTags:["-"],autoHighlight:!0,addNoOptionItem:"first",onChange:function(_a){var e=tslib_1.__read(_a,1)[0];console.log("select item",e)},onInputChange:function(e){console.log("inputChange",e),setValue(e||"")},filterOptions:juno_1.RcDownshiftDefaultFilterOptions}),optionItems=_c.optionItems,highlightedIndex=_c.highlightedIndex,getToggleButtonProps=_c.getToggleButtonProps,getTagListBoxProps=_c.getTagListBoxProps,getMenuProps=_c.getMenuProps,getInputProps=_c.getInputProps,getInputAriaProps=_c.getInputAriaProps,getLabelProps=_c.getLabelProps,getItemProps=_c.getItemProps,isOpen=_c.isOpen,inputValue=_c.inputValue,changeHighlightedIndexReason=_c.changeHighlightedIndexReason,isKeepHighlightedIndex=_c.isKeepHighlightedIndex,_d=getInputProps(),InputProps=(_d.onBlur,tslib_1.__rest(_d,["onBlur"]));return react_1.default.createElement(juno_1.RcDialer,tslib_1.__assign({},rest),react_1.default.createElement(juno_1.RcGlobalScrollBarStyle,null),react_1.default.createElement(DialerWrapper,null,react_1.default.createElement(Header,null,react_1.default.createElement(HeaderTitle,null,react_1.default.createElement(juno_1.RcText,{variant:"body1",color:"dialHeader.text"},"New Call"),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Minimize,size:"small",color:"dialHeader.icon"})),react_1.default.createElement(TextFieldWrapper,{isHaveValue},react_1.default.createElement(juno_1.RcDialTextField,{inputRef,InputLabelProps:getLabelProps(),InputProps:tslib_1.__assign(tslib_1.__assign({inputComponent:juno_1.RcDownshiftInput},getTagListBoxProps()),InputProps),inputProps:tslib_1.__assign({maxLength:30},getInputAriaProps()),value,fullWidth:!0,align:"center",onChange:setValue,placeholder:"Enter a number"}),isHaveValue&&react_1.default.createElement(juno_1.RcDialDelete,null,react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Deletenumber,"data-sign":"deleteButton",color:"dialHeader.icon",title:"delete",variant:"plain",size:"large"})))),react_1.default.createElement(Body,null,react_1.default.createElement(BodyTop,null,react_1.default.createElement(juno_1.RcText,{color:"neutral.f02",variant:"caption2"},"Call from:"),react_1.default.createElement(juno_1.RcSelect,{value:1,variant:"box",textVariant:"caption1",InputProps:{classes:customSelectInputClasses}},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},dialKeyboardProps)),react_1.default.createElement(BodyBottom,null,react_1.default.createElement(juno_1.RcIconButton,{color:"success.b03",symbol:juno_icon_1.Phone,size:"xxlarge",variant:"contained",elevation:"0",activeElevation:"0"})),react_1.default.createElement(DialerActionIconButton,tslib_1.__assign({variant:"contained",activeElevation:"1",color:"neutral.elevation",size:"small",symbol:isOpen?juno_icon_1.Dialer:juno_icon_1.TimeBorder},getToggleButtonProps())),isOpen&&react_1.default.createElement(SearchWrapper,null,react_1.default.createElement("div",null,react_1.default.createElement(BodyTop,null,react_1.default.createElement(juno_1.RcText,{color:"neutral.f02",variant:"caption2"},"Call from:"),react_1.default.createElement(juno_1.RcSelect,{value:1,variant:"box",textVariant:"caption1",InputProps:{classes:customSelectInputClasses}},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"},react_1.default.createElement(juno_1.RcSuggestionList,{highlightedIndex,options:optionItems,inputValue,getItemProps,getMenuProps,changeHighlightedIndexReason,isKeepHighlightedIndex,renderOption:function(_a,state){var label=_a.label,id=(_a.freeSolo,_a.id),restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","freeSolo","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id,component:"div",selected:state.selected,avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"small"})},restProps),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"ext. 000"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIcon,{size:"medium",symbol:juno_icon_1.IncallBorder}),"2021/6/11"))}}))))))},Wrapper=juno_1.styled.div(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n box-shadow: ",";\n\n "," {\n ."," {\n padding: 1em;\n }\n }\n"],["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n box-shadow: ",";\n\n "," {\n ."," {\n padding: 1em;\n }\n }\n"])),juno_1.shadows("16"),juno_1.RcDialTextField,customSelectInputClasses.root),SimpleDialer=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],dialKeyboardProps=juno_1.useDialKeyboard();return react_1.default.createElement(juno_1.RcDialer,tslib_1.__assign({},args),react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcDialTextField,{value,align:"center",fullWidth:!0,onChange:setValue,placeholder:"Enter a number",InputProps:{classes:customSelectInputClasses,endAdornment:value.length>0&&react_1.default.createElement(juno_1.RcDialDelete,null,react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Deletenumber,"data-sign":"deleteButton",title:"delete",variant:"plain",size:"large"}))}}),react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:args.sounds,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},dialKeyboardProps))))};exports.Dialer=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcText,{align:"center",color:"neutral.f06",variant:"title1"},"MPEG"),react_1.default.createElement(SimpleDialer,tslib_1.__assign({},args,{sounds:juno_1.RcDialerPadSoundsMPEG}))),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcText,{align:"center",color:"neutral.f06",variant:"title1"},"OGG"),react_1.default.createElement(SimpleDialer,tslib_1.__assign({},args,{sounds:juno_1.RcDialerPadSoundsOGG}))))},exports.DialerExamples=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(FullDialer,tslib_1.__assign({},args))},exports.Dialer.storyName="Dialer",exports.Dialer.args={},exports.Dialer.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Dialer.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/share/c332ce38-eab2-43ca-8b98-399e270e3a56?mode=design&sha=f07a7e1cbecce82d5ab97b46641a07e7f83ed834"},{name:"Accessibility",value:"100%"}]};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,KeypadModeWrapper=juno_1.styled.div(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n position: relative;\n width: 300px;\n height: 450px;\n overflow: hidden;\n border: 1px solid ",";\n"],["\n position: relative;\n width: 300px;\n height: 450px;\n overflow: hidden;\n border: 1px solid ",";\n"])),juno_1.palette2("neutral","l03")),Backdrop=juno_1.styled.div(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: ",";\n"],["\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: ",";\n"])),juno_1.setOpacity(juno_1.palette2("neutral","b05"),"80")),StyledCollapse=juno_1.styled(juno_1.RcCollapse)(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n box-shadow: ",";\n\n "," {\n border-radius: ",";\n }\n\n "," {\n input {\n margin: ",";\n }\n }\n"],["\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n box-shadow: ",";\n\n "," {\n border-radius: ",";\n }\n\n "," {\n input {\n margin: ",";\n }\n }\n"])),juno_1.shadows("16"),juno_1.RcPaper,juno_1.radius("zero"),juno_1.RcDialTextField,juno_1.spacing(0,4)),Footer=juno_1.styled.div(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n padding: ",";\n align-items: ",";\n"],["\n display: flex;\n flex-direction: column;\n padding: ",";\n align-items: ",";\n"])),(function(_a){return _a.open&&juno_1.spacing(2,4,0,0)}),(function(_a){return _a.open?"flex-end":"center"})),OpenWrapper=juno_1.styled.div(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n ","\n\n height: ","px;\n width: 100%;\n cursor: pointer;\n"],["\n ","\n\n height: ","px;\n width: 100%;\n cursor: pointer;\n"])),juno_1.flexCenterStyle,28);exports.KeypadMode=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],inputRef=react_1.useRef(null),openButtonRef=react_1.useRef(null),_c=juno_1.useDialKeyboard(),onKeyDown=_c.onKeyDown,onKeyUp=_c.onKeyUp,control=_c.control;foundation_1.useEventListener(document,"keydown",onKeyDown),foundation_1.useEventListener(document,"keyup",onKeyUp);var _d=tslib_1.__read(react_1.useState([]),2),history=_d[0],setHistory=_d[1];return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(KeypadModeWrapper,{onKeyDown:function(e){"Escape"===e.key&&setOpen(!1)}},react_1.default.createElement(juno_1.RcFade,{in:open},react_1.default.createElement(Backdrop,{onClick:function(){return setOpen(!1)}})),react_1.default.createElement(StyledCollapse,{in:open,collapsedSize:"28px",onEntered:function(){var _a;null===(_a=inputRef.current)||void 0===_a||_a.focus()},onExited:function(){var _a;setValue(""),null===(_a=openButtonRef.current)||void 0===_a||_a.focus()}},react_1.default.createElement(juno_1.RcPaper,{elevation:16},react_1.default.createElement(Footer,{open},open?react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",size:"medium",symbol:juno_icon_1.Close,onClick:function(){return setOpen(!open)},title:"Close"}):react_1.default.createElement(juno_1.RcTooltip,{title:"Open"},react_1.default.createElement(OpenWrapper,{onClick:function(){return setOpen(!open)}},react_1.default.createElement(juno_1.RcIconButton,{ref:openButtonRef,variant:"plain",size:"xsmall",symbol:juno_icon_1.Keypad})))),react_1.default.createElement(juno_1.RcDialer,null,react_1.default.createElement(juno_1.RcDialTextField,{inputRef,value,align:"center",fullWidth:!0,onlyAllowKeypadValue:!0,keypadMode:!0,onKeyDown:function(e){e.stopPropagation()},onKeyUp:function(e){e.stopPropagation()},onChange:setValue,onEmit:function(newValue,reason){console.log("Get value",newValue,reason),setHistory(tslib_1.__spread([{id:uniqueId_1.default("dial-"),value:newValue,reason}],history).slice(0,20))},placeholder:"Enter a number"}),react_1.default.createElement(juno_1.RcDialPad,{control,sounds:juno_1.RcDialerPadSoundsMPEG}))))),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},history.map((function(x){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:x.id,direction:"left"},react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},"value: ",x.value,", reason: ",x.reason))}))))},exports.KeypadMode.storyName="Keypad mode",exports.KeypadMode.args={},exports.KeypadMode.argTypes={},exports.KeypadMode.parameters={}},"./packages/juno-core/src/components/Dialog/DialogActions/__stories__/DialogActions.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcDialogActions } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/DialogActions',\n component: RcDialogActions,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogActionsProps = ComponentProps;\n\nexport const DialogActions: Story = ({\n children,\n ...args\n}) => {\n return (\n \n Cancel\n Ok\n \n );\n};\n\nDialogActions.storyName = 'DialogActions';\n\nDialogActions.args = {};\n\nDialogActions.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogActions.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dialog-actions":{startLoc:{col:56,line:23},endLoc:{col:1,line:33},startBody:{col:56,line:23},endBody:{col:1,line:33}}}}},title:"🚀 Cleanup Components/Dialog/DialogActions",component:juno_1.RcDialogActions,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogActions=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogActions,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,{variant:"text"},"Cancel"),react_1.default.createElement(juno_1.RcButton,null,"Ok"))},exports.DialogActions.storyName="DialogActions",exports.DialogActions.args={},exports.DialogActions.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogActions.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialog/DialogContent/__stories__/DialogContent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcDialogContent } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/DialogContent',\n component: RcDialogContent,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogContentProps = ComponentProps;\n\nexport const DialogContent: Story = ({\n children,\n ...args\n}) => {\n return {children};\n};\n\nDialogContent.storyName = 'DialogContent';\n\nDialogContent.args = {\n children: 'Content',\n};\n\nDialogContent.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogContent.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dialog-content":{startLoc:{col:56,line:23},endLoc:{col:1,line:28},startBody:{col:56,line:23},endBody:{col:1,line:28}}}}},title:"🚀 Cleanup Components/Dialog/DialogContent",component:juno_1.RcDialogContent,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogContent=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogContent,tslib_1.__assign({},args),children)},exports.DialogContent.storyName="DialogContent",exports.DialogContent.args={children:"Content"},exports.DialogContent.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogContent.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialog/DialogContentText/__stories__/DialogContentText.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcDialogContentText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n textPaletteChoice,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { MuiDefaultColor } from '../../../Typography/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/DialogContentText',\n component: RcDialogContentText,\n argTypes: {\n color: {\n options: [...MuiDefaultColor, ...textPaletteChoice],\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'display',\n 'align',\n 'weight',\n 'gutterBottom',\n 'paragraph',\n 'noWrap',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogContentTextProps = ComponentProps;\n\nexport const DialogContentText: Story = ({\n children,\n ...args\n}) => {\n return {children};\n};\n\nDialogContentText.storyName = 'DialogContentText';\n\nDialogContentText.args = {\n children: 'You can set my maximum width and whether to adapt or not.',\n};\n\nDialogContentText.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogContentText.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dialog-content-text":{startLoc:{col:64,line:39},endLoc:{col:1,line:44},startBody:{col:64,line:39},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Dialog/DialogContentText",component:juno_1.RcDialogContentText,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:tslib_1.__spread(utils_1.MuiDefaultColor,juno_storybook_1.textPaletteChoice),control:{type:"select"}}},juno_storybook_1.sortInDocTable(["display","align","weight","gutterBottom","paragraph","noWrap"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogContentText=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogContentText,tslib_1.__assign({},args),children)},exports.DialogContentText.storyName="DialogContentText",exports.DialogContentText.args={children:"You can set my maximum width and whether to adapt or not."},exports.DialogContentText.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogContentText.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialog/DialogTitle/__stories__/DialogTitle.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcAvatar,\n RcBox,\n RcDialogTitle,\n RcIconButton,\n RcIconButtonGroup,\n RcTypography,\n} from \'@ringcentral/juno\';\nimport { Close, Settings, Star } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Dialog/DialogTitle\',\n component: RcDialogTitle,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogTitleProps = ComponentProps;\n\nexport const DialogTitle: Story = ({ children, ...args }) => {\n return {children};\n};\n\nDialogTitle.storyName = \'DialogTitle\';\n\nDialogTitle.args = {\n children: \'Title\',\n};\n\nDialogTitle.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogTitle.parameters = {\n tags: [\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/dialog-title/\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nexport const DialogTitleExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n SH\n \n \n \n Jessica Lewis\n \n \n 1/23/2019 10:02 AM\n \n \n \n \n {children}\n \n \n \n \n \n \n \n \n );\n};\n\nDialogTitleExamples.storyName = \'DialogTitle Examples\';\n',locationsMap:{"dialog-title":{startLoc:{col:52,line:31},endLoc:{col:1,line:33},startBody:{col:52,line:31},endBody:{col:1,line:33}},"dialog-title-examples":{startLoc:{col:60,line:58},endLoc:{col:1,line:92},startBody:{col:60,line:58},endBody:{col:1,line:92}}}}},title:"🚀 Cleanup Components/Dialog/DialogTitle",component:juno_1.RcDialogTitle,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogTitle=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogTitle,tslib_1.__assign({},args),children)},exports.DialogTitle.storyName="DialogTitle",exports.DialogTitle.args={children:"Title"},exports.DialogTitle.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogTitle.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/dialog-title/"},{name:"Accessibility",value:"100%"}]},exports.DialogTitleExamples=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogTitle,tslib_1.__assign({display:"flex",disableTypography:!0},args,{space:[0,6]}),react_1.default.createElement(juno_1.RcAvatar,{size:"medium",color:"avatar.lake"},"SH"),react_1.default.createElement(juno_1.RcBox,{display:"flex",justifyContent:"center",flexDirection:"column",margin:"0 16px 0 8px"},react_1.default.createElement(juno_1.RcTypography,{variant:"body1",color:"neutral.f06"},"Jessica Lewis"),react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"neutral.f03"},"1/23/2019 10:02 AM")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto",alignItems:"center",display:"flex"},react_1.default.createElement(juno_1.RcTypography,{variant:"subheading2",component:"h2"},children)),react_1.default.createElement(juno_1.RcIconButtonGroup,{gap:-2.5},react_1.default.createElement(juno_1.RcIconButton,{color:"warning.f01",title:"Favorite",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{title:"Settings",symbol:juno_icon_1.Settings}),react_1.default.createElement(juno_1.RcIconButton,{title:"Close",symbol:juno_icon_1.Close})))},exports.DialogTitleExamples.storyName="DialogTitle Examples"},"./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcCheckbox,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogContentProps,\n RcDialogContentText,\n RcDialogContext,\n RcDialogProps,\n RcDialogTitle,\n RcDrawer,\n RcFormControlLabel,\n RcRadio,\n RcRadioGroup,\n RcResponsive,\n RcSwitch,\n RcTypography,\n styled,\n useResponsiveContext,\n useResponsiveMatch,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/Dialog',\n component: RcDialog,\n excludeStories: /DialogExampleComponent|DialogWithResponsiveExample/,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'scroll',\n 'fullWidth',\n 'fullScreen',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogProps = ComponentProps;\n\nconst Content: FunctionComponent = ({\n children,\n childrenSize,\n dividers,\n onClick,\n}) => {\n const isSmall = childrenSize === 'small';\n\n return (\n <>\n Title\n \n some content\n {children}\n \n \n \n Cancel\n \n \n Ok\n \n \n \n );\n};\n\ntype DialogExampleComponentProps = Partial<\n DialogProps & Pick\n>;\n\nexport const DialogExampleComponent: FunctionComponent =\n (props) => {\n const { children, childrenSize, dividers, ...rest } = props;\n const [openState, setOpenState] = useState(false);\n\n return (\n <>\n {\n setOpenState(true);\n }}\n >\n Open Children Modal\n {childrenSize && (childrenSize: {childrenSize})}\n \n {\n setOpenState(false);\n console.log('onClose', e, reason);\n }}\n TransitionProps={{\n onExited: (e) => console.log('onExited', e),\n }}\n >\n setOpenState(false)}>\n \n \n \n \n \n \n \n \n \n );\n };\n\nexport const Dialog: Story = ({ children, ...args }) => {\n return ;\n};\n\nDialog.storyName = 'Dialog';\n\nDialog.args = {};\n\nDialog.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialog.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/AC3B5209-2248-47A2-B030-17F44D343197',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/dialogs/#dialog',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst ResponsiveDialogExample = ({ ...args }) => {\n const [openState, setOpenState] = useState(false);\n const [enableRes, setEnableRes] = useState(false);\n\n const bp = useResponsiveContext();\n const matchResult = useResponsiveMatch();\n\n console.log(bp, matchResult);\n const { ltSM, xs, gtXS } = matchResult;\n\n return (\n <>\n {\n setOpenState(true);\n }}\n >\n Open Responsive Dialog\n \n \n {bp} Size\n \n try to resize screen\n setEnableRes(checked)}\n />\n }\n label=\"Enable Comp Responsive\"\n />\n \n \n \n \n \n \n setOpenState(false)}\n color=\"danger.b04\"\n fullWidth={enableRes && xs}\n >\n Cancel\n \n OK\n \n \n \n );\n};\n\nexport const DialogWithResponsiveExample: FunctionComponent<\n Partial\n> = ({ children, ...args }) => {\n return (\n <>\n \n {children}\n \n \n );\n};\n\nexport const DialogWithResponsive: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {children}\n \n );\n};\n\nDialogWithResponsive.storyName = 'Dialog with responsive';\n\nDialogWithResponsive.args = {};\n\nDialogWithResponsive.argTypes = {\n ...notControlInDocTable([]),\n};\n\nconst DrawerWrapper = styled.div`\n ${RcDialogContent} {\n max-height: 200px;\n overflow: auto;\n }\n`;\n\nexport const DialogChildrenSizes: Story = ({\n children,\n childrenSize: childrenSizeProp,\n ...args\n}) => {\n const [dividers, setDividers] = useState(false);\n const [openState, setOpenState] = useState(false);\n const [mode, setMode] = useState('dialog');\n const [childrenSize, setChildrenSize] = useState(\n childrenSizeProp || 'medium',\n );\n\n const handleClose: RcDialogProps['onClose'] = (e, reason) => {\n setOpenState(false);\n console.log('onClose', e, reason);\n };\n\n const handleChange = (event: React.ChangeEvent) => {\n setMode(event.target.value);\n };\n\n const handleChildrenSize = (event: React.ChangeEvent) => {\n setChildrenSize(event.target.value as any);\n };\n\n const content = (\n setOpenState(false)}\n >\n \n Show in dialog\n \n \n bottom\n
    \n );\n\n return (\n <>\n setDividers(!dividers)}\n />\n
    \n \n \n \n \n
    \n \n \n \n \n
    \n {\n setOpenState(true);\n }}\n >\n Open Children Modal\n \n {mode === 'drawer' ? (\n \n \n {content}\n \n \n ) : (\n console.log('onExited', e),\n }}\n >\n {content}\n \n )}\n \n );\n};\n\nDialogChildrenSizes.storyName = 'Dialog with different children sizes';\n\nDialogChildrenSizes.args = {};\n\nDialogChildrenSizes.argTypes = {\n ...notControlInDocTable([]),\n};\n",locationsMap:{"dialog-example-component":{startLoc:{col:2,line:83},endLoc:{col:3,line:121},startBody:{col:2,line:83},endBody:{col:3,line:121}},dialog:{startLoc:{col:42,line:123},endLoc:{col:1,line:125},startBody:{col:42,line:123},endBody:{col:1,line:125}},"dialog-with-responsive-example":{startLoc:{col:4,line:214},endLoc:{col:1,line:222},startBody:{col:4,line:214},endBody:{col:1,line:222}},"dialog-with-responsive":{startLoc:{col:56,line:224},endLoc:{col:1,line:233},startBody:{col:56,line:224},endBody:{col:1,line:233}},"dialog-children-sizes":{startLoc:{col:55,line:250},endLoc:{col:1,line:342},startBody:{col:55,line:250},endBody:{col:1,line:342}}}}},title:"🚀 Cleanup Components/Dialog/Dialog",component:juno_1.RcDialog,excludeStories:/DialogExampleComponent|DialogWithResponsiveExample/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","scroll","fullWidth","fullScreen"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var Content=function(_a){var children=_a.children,childrenSize=_a.childrenSize,dividers=_a.dividers,onClick=_a.onClick,isSmall="small"===childrenSize;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDialogTitle,null,"Title"),react_1.default.createElement(juno_1.RcDialogContent,{dividers},react_1.default.createElement(juno_1.RcDialogContentText,null,"some content"),children),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{fullWidth:isSmall,variant:"text",onClick},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:isSmall,onClick},"Ok")))};exports.DialogExampleComponent=function(props){props.children;var childrenSize=props.childrenSize,rest=(props.dividers,tslib_1.__rest(props,["children","childrenSize","dividers"])),_a=tslib_1.__read(react_1.useState(!1),2),openState=_a[0],setOpenState=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)}},"Open Children Modal",childrenSize&&react_1.default.createElement("span",null,"(childrenSize: ",childrenSize,")")),react_1.default.createElement(juno_1.RcDialog,tslib_1.__assign({childrenSize},rest,{open:openState,onClose:function(e,reason){setOpenState(!1),console.log("onClose",e,reason)},TransitionProps:{onExited:function(e){return console.log("onExited",e)}}}),react_1.default.createElement(Content,tslib_1.__assign({},props,{onClick:function(){return setOpenState(!1)}}),react_1.default.createElement(juno_1.RcCheckbox,{title:"Go",label:"Do something"}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Custom Field"}),react_1.default.createElement(juno_1.RcRadioGroup,{defaultValue:"mail"},react_1.default.createElement(juno_1.RcRadio,{label:"mail",value:"mail"}),react_1.default.createElement(juno_1.RcRadio,{label:"address",value:"address"})))))},exports.Dialog=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(exports.DialogExampleComponent,tslib_1.__assign({},args))},exports.Dialog.storyName="Dialog",exports.Dialog.args={},exports.Dialog.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Dialog.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/AC3B5209-2248-47A2-B030-17F44D343197"},{name:"Mui",href:"https://material-ui.com/components/dialogs/#dialog"},{name:"Accessibility",value:"100%"}]};var ResponsiveDialogExample=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(!1),2),openState=_b[0],setOpenState=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),enableRes=_c[0],setEnableRes=_c[1],bp=juno_1.useResponsiveContext(),matchResult=juno_1.useResponsiveMatch();console.log(bp,matchResult);var ltSM=matchResult.ltSM,xs=matchResult.xs,gtXS=matchResult.gtXS;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)}},"Open Responsive Dialog"),react_1.default.createElement(juno_1.RcDialog,tslib_1.__assign({},args,{open:openState,fullScreen:ltSM}),react_1.default.createElement(juno_1.RcDialogTitle,null,bp," Size"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"try to resize screen"),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,{name:"enable component responsive",value:enableRes,onChange:function(evt,checked){return setEnableRes(checked)}}),label:"Enable Comp Responsive"}),react_1.default.createElement(juno_1.RcRadioGroup,{row:enableRes&>XS},react_1.default.createElement(juno_1.RcRadio,{label:enableRes&>XS?"horizontal radio":"vertical radio"}),react_1.default.createElement(juno_1.RcRadio,{label:enableRes&>XS?"horizontal radio":"vertical radio"}))),react_1.default.createElement(juno_1.RcDialogActions,{direction:enableRes&&xs?"vertical":"horizontal"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpenState(!1)},color:"danger.b04",fullWidth:enableRes&&xs},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:enableRes&&xs},"OK"))))};exports.DialogWithResponsiveExample=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcResponsive,null,react_1.default.createElement(ResponsiveDialogExample,tslib_1.__assign({},args),children)))},exports.DialogWithResponsive=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(exports.DialogWithResponsiveExample,tslib_1.__assign({},args),children)},exports.DialogWithResponsive.storyName="Dialog with responsive",exports.DialogWithResponsive.args={},exports.DialogWithResponsive.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]));var templateObject_1,DrawerWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n max-height: 200px;\n overflow: auto;\n }\n"],["\n "," {\n max-height: 200px;\n overflow: auto;\n }\n"])),juno_1.RcDialogContent);exports.DialogChildrenSizes=function(_a){_a.children;var childrenSizeProp=_a.childrenSize,args=tslib_1.__rest(_a,["children","childrenSize"]),_b=tslib_1.__read(react_1.useState(!1),2),dividers=_b[0],setDividers=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),openState=_c[0],setOpenState=_c[1],_d=tslib_1.__read(react_1.useState("dialog"),2),mode=_d[0],setMode=_d[1],_e=tslib_1.__read(react_1.useState(childrenSizeProp||"medium"),2),childrenSize=_e[0],setChildrenSize=_e[1],handleClose=function(e,reason){setOpenState(!1),console.log("onClose",e,reason)},content=react_1.default.createElement(Content,{childrenSize,dividers,onClick:function(){return setOpenState(!1)}},react_1.default.createElement(juno_1.RcDialogContentText,{gutterBottom:!1},"Show in dialog"),react_1.default.createElement(juno_1.RcBox,{height:"1000px"}),react_1.default.createElement(juno_1.RcDialogContentText,{gutterBottom:!1},"bottom"));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{label:"dividers",value:dividers,onChange:function(){return setDividers(!dividers)}}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcRadioGroup,{row:!0,value:mode,onChange:function(event){setMode(event.target.value)}},react_1.default.createElement(juno_1.RcRadio,{label:"dialog",value:"dialog"}),react_1.default.createElement(juno_1.RcRadio,{label:"drawer",value:"drawer"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcRadioGroup,{row:!0,value:childrenSize,onChange:function(event){setChildrenSize(event.target.value)}},react_1.default.createElement(juno_1.RcRadio,{label:"small",value:"small"}),react_1.default.createElement(juno_1.RcRadio,{label:"medium",value:"medium"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)}},"Open Children Modal"),"drawer"===mode?react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{anchor:"bottom",radius:"xl",open:openState,onClose:handleClose}),react_1.default.createElement(juno_1.RcDialogContext.Provider,{value:{size:childrenSize}},react_1.default.createElement(DrawerWrapper,null,content))):react_1.default.createElement(juno_1.RcDialog,tslib_1.__assign({},args,{childrenSize,open:openState,onClose:handleClose,TransitionProps:{onExited:function(e){return console.log("onExited",e)}}}),content))},exports.DialogChildrenSizes.storyName="Dialog with different children sizes",exports.DialogChildrenSizes.args={},exports.DialogChildrenSizes.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]));try{DialogExampleComponent.displayName="DialogExampleComponent",DialogExampleComponent.__docgenInfo={description:"",displayName:"DialogExampleComponent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},dividers:{defaultValue:null,description:"Display the top and bottom dividers.",name:"dividers",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogExampleComponent"]={docgenInfo:DialogExampleComponent.__docgenInfo,name:"DialogExampleComponent",path:"packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogExampleComponent"})}catch(__react_docgen_typescript_loader_error){}try{DialogWithResponsiveExample.displayName="DialogWithResponsiveExample",DialogWithResponsiveExample.__docgenInfo={description:"",displayName:"DialogWithResponsiveExample",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogWithResponsiveExample"]={docgenInfo:DialogWithResponsiveExample.__docgenInfo,name:"DialogWithResponsiveExample",path:"packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogWithResponsiveExample"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Divider/__stories__/Divider.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { palette2, RcDivider, styled } from '@ringcentral/juno';\nimport { paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Divider',\n component: RcDivider,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n titleBgColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\nconst P = styled.p`\n padding: 10px;\n margin: 0;\n color: ${palette2('interactive', 'f01')};\n`;\n\nconst Wrapper = styled.div`\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\ntype DividerProps = ComponentProps;\n\nexport const Divider: Story = ({ children, ...args }) => {\n return (\n \n

    test test test test test

    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n \n );\n};\n\nDivider.args = {};\n\nDivider.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/c098bb8a667d08ce4af62c20b580dbcf8629238e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/9C67772C-84D8-432A-9B2A-A5CF971B0DAF',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const DividerExamples: Story = () => {\n return (\n <>\n \n

    test test test test test

    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n \n
    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n \n \n );\n};\n\nDividerExamples.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n titleBgColor: {\n control: {\n type: null,\n },\n },\n};\n",locationsMap:{divider:{startLoc:{col:44,line:40},endLoc:{col:1,line:56},startBody:{col:44,line:40},endBody:{col:1,line:56}},"divider-examples":{startLoc:{col:52,line:73},endLoc:{col:1,line:104},startBody:{col:52,line:73},endBody:{col:1,line:104}}}}},title:"🚀 Cleanup Components/Divider",component:juno_1.RcDivider,argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},titleBgColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}};var templateObject_1,templateObject_2,P=juno_1.styled.p(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: 10px;\n margin: 0;\n color: ",";\n"],["\n padding: 10px;\n margin: 0;\n color: ",";\n"])),juno_1.palette2("interactive","f01")),Wrapper=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n"])));exports.Divider=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,{style:{flexDirection:args.vertical?"row":"column",height:args.vertical?"3em":"auto"}},react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,tslib_1.__assign({},args)),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,tslib_1.__assign({},args)),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,tslib_1.__assign({},args)))},exports.Divider.args={},exports.Divider.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/c098bb8a667d08ce4af62c20b580dbcf8629238e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/9C67772C-84D8-432A-9B2A-A5CF971B0DAF"},{name:"Accessibility",value:"100%"}]},exports.DividerExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Wrapper,{style:{flexDirection:"column"}},react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{title:"divider title"}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{title:"divider title"}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{title:"divider title"})),react_1.default.createElement("br",null),react_1.default.createElement(Wrapper,{style:{flexDirection:"row",height:"3em"}},react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{vertical:!0}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{vertical:!0}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{vertical:!0})))},exports.DividerExamples.argTypes={color:{control:{type:null}},titleBgColor:{control:{type:null}}}},"./packages/juno-core/src/components/DnD/__stories__/DnD.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),DnDExampleData_1=__webpack_require__("./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcDragDropContext,\n RcDragDropContextProps,\n RcDraggable,\n RcDraggableProps,\n RcDragHandle,\n RcDroppable,\n RcList,\n RcListItem,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nimport { simpleInitialData } from './DnDExampleData';\n\nexport default {\n title: '🚀 Cleanup Components/DnD',\n argTypes: {\n enableDirectionOnly: {\n control: {\n type: 'boolean',\n },\n label: 'enable directionOnly',\n },\n direction: {\n options: ['vertical', 'horizontal'],\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype DnDProps = {\n enableDirectionOnly: boolean;\n direction: RcDraggableProps['directionOnly'];\n};\n\nexport const DnD: Story = ({ enableDirectionOnly, direction }) => {\n const [data, setData] = useState(simpleInitialData);\n\n const handleDragEnd: RcDragDropContextProps['onDragEnd'] = (result) => {\n const { destination, source, draggableId } = result;\n\n if (!destination) {\n return;\n }\n\n if (\n destination.droppableId === source.droppableId &&\n destination.index === source.index\n ) {\n return;\n }\n\n const start = data.groups[source.droppableId];\n const finish = data.groups[destination.droppableId];\n\n if (start === finish) {\n const group = data.groups[source.droppableId];\n const newItemIds = Array.from(group.itemIds);\n newItemIds.splice(source.index, 1);\n newItemIds.splice(destination.index, 0, draggableId);\n\n const newGroup = {\n ...group,\n itemIds: newItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newGroup.id]: newGroup,\n },\n };\n\n setData(newState);\n return;\n }\n };\n\n return (\n \n {data.groupOrder.map((groupId) => {\n const group = data.groups[groupId];\n const items = group.itemIds.map((itemsId) => data.items[itemsId]);\n return (\n \n {(provided) => (\n \n {items.map((item, index) => (\n \n {(provided) => {\n return (\n \n \n {item.content}\n \n );\n }}\n \n ))}\n {provided.placeholder}\n \n )}\n \n );\n })}\n \n );\n};\n\nDnD.args = {\n enableDirectionOnly: false,\n direction: 'vertical',\n};\n\nDnD.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/1967dd0543b8d49c947c2b344866631686eae425/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1B32D85F-E3F3-47C9-B00F-BA16160DE597',\n },\n {\n name: 'Source',\n value: 'react-beautiful-dnd',\n href: 'https://github.com/atlassian/react-beautiful-dnd',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nDnD.storyName = 'DnD';\n",locationsMap:{"dn-d":{startLoc:{col:36,line:40},endLoc:{col:1,line:133},startBody:{col:36,line:40},endBody:{col:1,line:133}}}}},title:"🚀 Cleanup Components/DnD",argTypes:{enableDirectionOnly:{control:{type:"boolean"},label:"enable directionOnly"},direction:{options:["vertical","horizontal"],control:{type:"select"}}}},exports.DnD=function(_a){var enableDirectionOnly=_a.enableDirectionOnly,direction=_a.direction,_b=tslib_1.__read(react_1.useState(DnDExampleData_1.simpleInitialData),2),data=_b[0],setData=_b[1];return react_1.default.createElement(juno_1.RcDragDropContext,{onDragEnd:function(result){var _a,destination=result.destination,source=result.source,draggableId=result.draggableId;if(destination&&(destination.droppableId!==source.droppableId||destination.index!==source.index))if(data.groups[source.droppableId]!==data.groups[destination.droppableId]);else{var group=data.groups[source.droppableId],newItemIds=Array.from(group.itemIds);newItemIds.splice(source.index,1),newItemIds.splice(destination.index,0,draggableId);var newGroup=tslib_1.__assign(tslib_1.__assign({},group),{itemIds:newItemIds}),newState=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_a={},_a[newGroup.id]=newGroup,_a))});setData(newState)}}},data.groupOrder.map((function(groupId){var group=data.groups[groupId],items=group.itemIds.map((function(itemsId){return data.items[itemsId]}));return react_1.default.createElement(juno_1.RcDroppable,{key:group.id,droppableId:group.id,direction,type:"items"},(function(provided){return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({innerRef:provided.innerRef},provided.droppableProps,{style:{display:"flex",flexDirection:"vertical"===direction?"column":"row"}}),items.map((function(item,index){return react_1.default.createElement(juno_1.RcDraggable,{key:item.id,index,draggableId:item.id,directionOnly:enableDirectionOnly?direction:void 0},(function(provided){return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({ref:provided.innerRef},provided.draggableProps),react_1.default.createElement(juno_1.RcDragHandle,tslib_1.__assign({},provided.dragHandleProps)),item.content)}))})),provided.placeholder)}))})))},exports.DnD.args={enableDirectionOnly:!1,direction:"vertical"},exports.DnD.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/1967dd0543b8d49c947c2b344866631686eae425/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1B32D85F-E3F3-47C9-B00F-BA16160DE597"},{name:"Source",value:"react-beautiful-dnd",href:"https://github.com/atlassian/react-beautiful-dnd"},{name:"Accessibility",value:"100%"}]},exports.DnD.storyName="DnD"},"./packages/juno-core/src/components/DnD/__stories__/DnDList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),DnDExampleData_1=__webpack_require__("./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts");exports.default={parameters:{storySource:{source:"import React, { FunctionComponent, useState } from 'react';\n\nimport {\n RcCollapse,\n RcDragDropContext,\n RcDragDropContextProps,\n RcDraggable,\n RcDraggableProps,\n RcDroppable,\n RcList,\n RcListItem,\n RcListSubheader,\n} from '@ringcentral/juno';\n\nimport { Meta, Story } from '@storybook/react';\n\nimport { DataType, GroupType, initialData, ItemType } from './DnDExampleData';\n\nexport default {\n title: '🚀 Cleanup Components/DnD/Dnd Examples/Multiple list',\n argTypes: {\n direction: {\n options: ['vertical', 'horizontal'],\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\nconst Item: FunctionComponent<{\n item: ItemType;\n index: number;\n}> = (props) => {\n return (\n \n {(provider) => {\n return (\n \n {props.item.content}\n \n );\n }}\n \n );\n};\nconst Items: FunctionComponent<{\n items: ItemType[];\n}> = (props) => {\n return (\n <>\n {props.items.map((item, index) => (\n \n ))}\n \n );\n};\n\nconst Group: FunctionComponent<{\n group: GroupType;\n items: ItemType[];\n index: number;\n}> = (props) => {\n return (\n \n {(provider) => (\n
    \n \n {props.group.title}\n \n \n \n {(provided) => {\n return (\n \n \n {provided.placeholder}\n \n );\n }}\n \n \n
    \n )}\n
    \n );\n};\nconst Groups: FunctionComponent = (props) => {\n return (\n <>\n {props.groupOrder.map((groupId, index) => {\n const group = props.groups[groupId];\n const items = group.itemIds.map((itemsId) => props.items[itemsId]);\n return (\n \n );\n })}\n \n );\n};\n\ntype DnDListProps = {\n direction: RcDraggableProps['directionOnly'];\n};\n\nexport const DnDList: Story = ({ direction }) => {\n const [data, setData] = useState(initialData);\n\n const handleDragEnd: RcDragDropContextProps['onDragEnd'] = (result) => {\n const { destination, source, draggableId, type } = result;\n\n if (!destination) {\n return;\n }\n\n if (\n destination.droppableId === source.droppableId &&\n destination.index === source.index\n ) {\n return;\n }\n\n if (type === 'groups') {\n const newGroupOrder = Array.from(data.groupOrder);\n newGroupOrder.splice(source.index, 1);\n newGroupOrder.splice(destination.index, 0, draggableId);\n\n const newState = {\n ...data,\n groupOrder: newGroupOrder,\n };\n setData(newState);\n return;\n }\n\n const start = data.groups[source.droppableId];\n const finish = data.groups[destination.droppableId];\n\n if (start === finish) {\n const group = data.groups[source.droppableId];\n const newItemIds = Array.from(group.itemIds);\n newItemIds.splice(source.index, 1);\n newItemIds.splice(destination.index, 0, draggableId);\n\n const newGroup = {\n ...group,\n itemIds: newItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newGroup.id]: newGroup,\n },\n };\n\n setData(newState);\n return;\n }\n\n const startItemIds = Array.from(start.itemIds);\n startItemIds.splice(source.index, 1);\n const newStart = {\n ...start,\n itemIds: startItemIds,\n };\n\n const finishItemIds = Array.from(finish.itemIds);\n finishItemIds.splice(destination.index, 0, draggableId);\n const newFinish = {\n ...finish,\n itemIds: finishItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newStart.id]: newStart,\n [newFinish.id]: newFinish,\n },\n };\n setData(newState);\n };\n\n return (\n \n \n {(provider) => (\n \n \n {provider.placeholder}\n \n )}\n \n \n );\n};\n\nDnDList.args = {\n direction: 'vertical',\n};\nDnDList.storyName = 'Multiple DnD List';\n",locationsMap:{"dn-d-list":{startLoc:{col:44,line:118},endLoc:{col:1,line:222},startBody:{col:44,line:118},endBody:{col:1,line:222}}}}},title:"🚀 Cleanup Components/DnD/Dnd Examples/Multiple list",argTypes:{direction:{options:["vertical","horizontal"],control:{type:"select"}}}};var Item=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.item.id,index:props.index},(function(provider){return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({ref:provider.innerRef},provider.dragHandleProps,provider.draggableProps),props.item.content)}))},Items=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.items.map((function(item,index){return react_1.default.createElement(Item,{key:item.id,item,index})})))},Group=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.group.id,index:props.index},(function(provider){return react_1.default.createElement("div",tslib_1.__assign({},provider.draggableProps,{ref:provider.innerRef}),react_1.default.createElement(juno_1.RcListSubheader,tslib_1.__assign({disableSticky:!0},provider.dragHandleProps),props.group.title),react_1.default.createElement(juno_1.RcCollapse,{in:!0,timeout:"auto",unmountOnExit:!0},react_1.default.createElement(juno_1.RcDroppable,{droppableId:props.group.id,direction:"vertical",type:"items"},(function(provided){return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({innerRef:provided.innerRef},provided.droppableProps,{style:{minHeight:"1px"}}),react_1.default.createElement(Items,{items:props.items}),provided.placeholder)}))))}))},Groups=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.groupOrder.map((function(groupId,index){var group=props.groups[groupId],items=group.itemIds.map((function(itemsId){return props.items[itemsId]}));return react_1.default.createElement(Group,{key:group.id,group,items,index})})))};exports.DnDList=function(_a){var direction=_a.direction,_b=tslib_1.__read(react_1.useState(DnDExampleData_1.initialData),2),data=_b[0],setData=_b[1];return react_1.default.createElement(juno_1.RcDragDropContext,{onDragEnd:function(result){var _a,_b,destination=result.destination,source=result.source,draggableId=result.draggableId,type=result.type;if(destination&&(destination.droppableId!==source.droppableId||destination.index!==source.index))if("groups"!==type){var start=data.groups[source.droppableId],finish=data.groups[destination.droppableId];if(start!==finish){var startItemIds=Array.from(start.itemIds);startItemIds.splice(source.index,1);var newStart=tslib_1.__assign(tslib_1.__assign({},start),{itemIds:startItemIds}),finishItemIds=Array.from(finish.itemIds);finishItemIds.splice(destination.index,0,draggableId);var newFinish=tslib_1.__assign(tslib_1.__assign({},finish),{itemIds:finishItemIds}),newState=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_b={},_b[newStart.id]=newStart,_b[newFinish.id]=newFinish,_b))});setData(newState)}else{var group=data.groups[source.droppableId],newItemIds=Array.from(group.itemIds);newItemIds.splice(source.index,1),newItemIds.splice(destination.index,0,draggableId);var newGroup=tslib_1.__assign(tslib_1.__assign({},group),{itemIds:newItemIds}),newState_2=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_a={},_a[newGroup.id]=newGroup,_a))});setData(newState_2)}}else{var newGroupOrder=Array.from(data.groupOrder);newGroupOrder.splice(source.index,1),newGroupOrder.splice(destination.index,0,draggableId);var newState_1=tslib_1.__assign(tslib_1.__assign({},data),{groupOrder:newGroupOrder});setData(newState_1)}}},react_1.default.createElement(juno_1.RcDroppable,{droppableId:"all-groups",direction,type:"groups"},(function(provider){return react_1.default.createElement("div",tslib_1.__assign({},provider.droppableProps,{ref:provider.innerRef,style:{display:"flex",flexDirection:"vertical"===direction?"column":"row"}}),react_1.default.createElement(Groups,{groups:data.groups,groupOrder:data.groupOrder,items:data.items}),provider.placeholder)})))},exports.DnDList.args={direction:"vertical"},exports.DnDList.storyName="Multiple DnD List"},"./packages/juno-core/src/components/DnD/__stories__/DnDListPortal.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_dom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react-dom/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),DnDExampleData_1=__webpack_require__("./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts");exports.default={parameters:{storySource:{source:"import React, { forwardRef, FunctionComponent, useState } from 'react';\nimport ReactDOM from 'react-dom';\n\nimport { DraggableProvided, DraggableStateSnapshot } from 'react-beautiful-dnd';\n\nimport {\n css,\n RcCollapse,\n RcDragDropContext,\n RcDragDropContextProps,\n RcDraggable,\n RcDraggableProps,\n RcDroppable,\n RcList,\n RcListItem,\n RcListItemProps,\n RcListSubheader,\n styled,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nimport { DataType, GroupType, initialData, ItemType } from './DnDExampleData';\n\nexport default {\n title:\n '🚀 Cleanup Components/DnD/Dnd Examples/Multiple list/Multiple DnD List(Portal)',\n direction: {\n options: ['vertical', 'horizontal'],\n control: {\n type: 'select',\n },\n },\n} as Meta;\n\nconst portal: HTMLElement = document.createElement('div');\nportal.classList.add('my-super-cool-portal');\n\nif (!document.body) {\n throw new Error('body not ready for portal creation!');\n}\n\ndocument.body.appendChild(portal);\n\ntype StyledListItemProps = RcListItemProps & { inPortal: boolean };\n\nconst _StyledListItem = forwardRef(\n ({ inPortal, ...rest }, ref) => {\n return ;\n },\n);\n\nconst StyledListItem = styled(_StyledListItem)`\n position: relative;\n ${({ inPortal }) =>\n inPortal\n ? css`\n & ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n `\n : ''}\n`;\n\nconst PortalAwareListItem: FunctionComponent<{\n provider: DraggableProvided;\n snapshot: DraggableStateSnapshot;\n}> = (props) => {\n const { provider, snapshot, children } = props;\n\n const usePortal: boolean = snapshot.isDragging;\n\n const child = (\n \n {children}\n \n );\n\n if (!usePortal) {\n return <>{child};\n }\n\n // if dragging - put the item in a portal\n return ReactDOM.createPortal(child, portal);\n};\n\ntype StyledGroupProps = {\n inPortal: boolean;\n};\n\nconst StyledGroup = styled.div`\n position: relative;\n\n ${({ inPortal }) =>\n inPortal\n ? css`\n & > ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n `\n : ''}\n`;\n\nconst PortalAwareGroup: FunctionComponent<{\n provider: DraggableProvided;\n snapshot: DraggableStateSnapshot;\n}> = (props) => {\n const { provider, snapshot, children } = props;\n\n const usePortal: boolean = snapshot.isDragging;\n\n const child = (\n \n {children}\n \n );\n\n if (!usePortal) {\n return <>{child};\n }\n\n // if dragging - put the item in a portal\n return ReactDOM.createPortal(child, portal);\n};\n\nconst Item: FunctionComponent<{\n item: ItemType;\n index: number;\n}> = (props) => {\n return (\n \n {(provider, snapshot) => {\n return (\n \n {props.item.content}\n \n );\n }}\n \n );\n};\nconst Items: FunctionComponent<{\n items: ItemType[];\n}> = (props) => {\n return (\n <>\n {props.items.map((item, index) => (\n \n ))}\n \n );\n};\n\nconst Group: FunctionComponent<{\n group: GroupType;\n items: ItemType[];\n index: number;\n}> = (props) => {\n return (\n \n {(provider, snapshot) => (\n \n \n {props.group.title}\n \n \n \n {(provider) => {\n return (\n \n \n {provider.placeholder}\n \n );\n }}\n \n \n \n )}\n \n );\n};\nconst Groups: FunctionComponent = (props) => {\n return (\n <>\n {props.groupOrder.map((groupId, index) => {\n const group = props.groups[groupId];\n const items = group.itemIds.map((itemsId) => props.items[itemsId]);\n return (\n \n );\n })}\n \n );\n};\ntype DnDListProps = {\n direction: RcDraggableProps['directionOnly'];\n};\n\nexport const DnDListPortal: Story = ({ direction }) => {\n const [data, setData] = useState(initialData);\n\n const handleDragEnd: RcDragDropContextProps['onDragEnd'] = (result) => {\n const { destination, source, draggableId, type } = result;\n\n if (!destination) {\n return;\n }\n\n if (\n destination.droppableId === source.droppableId &&\n destination.index === source.index\n ) {\n return;\n }\n\n if (type === 'groups') {\n const newGroupOrder = Array.from(data.groupOrder);\n newGroupOrder.splice(source.index, 1);\n newGroupOrder.splice(destination.index, 0, draggableId);\n\n const newState = {\n ...data,\n groupOrder: newGroupOrder,\n };\n setData(newState);\n return;\n }\n\n const start = data.groups[source.droppableId];\n const finish = data.groups[destination.droppableId];\n\n if (start === finish) {\n const group = data.groups[source.droppableId];\n const newItemIds = Array.from(group.itemIds);\n newItemIds.splice(source.index, 1);\n newItemIds.splice(destination.index, 0, draggableId);\n\n const newGroup = {\n ...group,\n itemIds: newItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newGroup.id]: newGroup,\n },\n };\n\n setData(newState);\n return;\n }\n\n const startItemIds = Array.from(start.itemIds);\n startItemIds.splice(source.index, 1);\n const newStart = {\n ...start,\n itemIds: startItemIds,\n };\n\n const finishItemIds = Array.from(finish.itemIds);\n finishItemIds.splice(destination.index, 0, draggableId);\n const newFinish = {\n ...finish,\n itemIds: finishItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newStart.id]: newStart,\n [newFinish.id]: newFinish,\n },\n };\n setData(newState);\n };\n\n return (\n \n \n \n {(provider) => (\n \n \n {provider.placeholder}\n \n )}\n \n \n \n );\n};\n\nDnDListPortal.args = { direction: 'vertical' };\nDnDListPortal.storyName = 'Multiple DnD List(Portal)';\n",locationsMap:{"dn-d-list-portal":{startLoc:{col:50,line:236},endLoc:{col:1,line:353},startBody:{col:50,line:236},endBody:{col:1,line:353}}}}},title:"🚀 Cleanup Components/DnD/Dnd Examples/Multiple list/Multiple DnD List(Portal)",direction:{options:["vertical","horizontal"],control:{type:"select"}}};var portal=document.createElement("div");if(portal.classList.add("my-super-cool-portal"),!document.body)throw new Error("body not ready for portal creation!");document.body.appendChild(portal);var templateObject_1,templateObject_2,templateObject_3,templateObject_4,_StyledListItem=react_1.forwardRef((function(_a,ref){_a.inPortal;var rest=tslib_1.__rest(_a,["inPortal"]);return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},rest,{ref}))})),StyledListItem=juno_1.styled(_StyledListItem)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n ","\n"],["\n position: relative;\n ","\n"])),(function(_a){return _a.inPortal?juno_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n & ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "],["\n & ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "]))):""})),PortalAwareListItem=function(props){var provider=props.provider,snapshot=props.snapshot,children=props.children,usePortal=snapshot.isDragging,child=react_1.default.createElement(StyledListItem,tslib_1.__assign({ref:provider.innerRef},provider.draggableProps,provider.dragHandleProps,{inPortal:usePortal}),children);return usePortal?react_dom_1.default.createPortal(child,portal):react_1.default.createElement(react_1.default.Fragment,null,child)},StyledGroup=juno_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: relative;\n\n ","\n"],["\n position: relative;\n\n ","\n"])),(function(_a){return _a.inPortal?juno_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n & > ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "],["\n & > ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "]))):""})),PortalAwareGroup=function(props){var provider=props.provider,snapshot=props.snapshot,children=props.children,usePortal=snapshot.isDragging,child=react_1.default.createElement(StyledGroup,tslib_1.__assign({ref:provider.innerRef},provider.draggableProps,provider.dragHandleProps,{inPortal:usePortal}),children);return usePortal?react_dom_1.default.createPortal(child,portal):react_1.default.createElement(react_1.default.Fragment,null,child)},Item=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.item.id,index:props.index},(function(provider,snapshot){return react_1.default.createElement(PortalAwareListItem,{provider,snapshot},props.item.content)}))},Items=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.items.map((function(item,index){return react_1.default.createElement(Item,{key:item.id,item,index})})))},Group=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.group.id,index:props.index,classes:{root:"my-custom-root",isDragging:"my-custom-dragging"}},(function(provider,snapshot){return react_1.default.createElement(PortalAwareGroup,{provider,snapshot},react_1.default.createElement(juno_1.RcListSubheader,tslib_1.__assign({disableSticky:!0},provider.dragHandleProps),props.group.title),react_1.default.createElement(juno_1.RcCollapse,{in:!0,timeout:"auto",unmountOnExit:!0},react_1.default.createElement(juno_1.RcDroppable,{droppableId:props.group.id,direction:"vertical",type:"items"},(function(provider){return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({innerRef:provider.innerRef},provider.droppableProps,{style:{minHeight:"1px"}}),react_1.default.createElement(Items,{items:props.items}),provider.placeholder)}))))}))},Groups=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.groupOrder.map((function(groupId,index){var group=props.groups[groupId],items=group.itemIds.map((function(itemsId){return props.items[itemsId]}));return react_1.default.createElement(Group,{key:group.id,group,items,index})})))};exports.DnDListPortal=function(_a){var direction=_a.direction,_b=tslib_1.__read(react_1.useState(DnDExampleData_1.initialData),2),data=_b[0],setData=_b[1];return react_1.default.createElement("div",{style:{display:"flex",left:"80px",top:"20px",transform:"translate3d(0,0,0)"}},react_1.default.createElement(juno_1.RcDragDropContext,{onDragEnd:function(result){var _a,_b,destination=result.destination,source=result.source,draggableId=result.draggableId,type=result.type;if(destination&&(destination.droppableId!==source.droppableId||destination.index!==source.index))if("groups"!==type){var start=data.groups[source.droppableId],finish=data.groups[destination.droppableId];if(start!==finish){var startItemIds=Array.from(start.itemIds);startItemIds.splice(source.index,1);var newStart=tslib_1.__assign(tslib_1.__assign({},start),{itemIds:startItemIds}),finishItemIds=Array.from(finish.itemIds);finishItemIds.splice(destination.index,0,draggableId);var newFinish=tslib_1.__assign(tslib_1.__assign({},finish),{itemIds:finishItemIds}),newState=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_b={},_b[newStart.id]=newStart,_b[newFinish.id]=newFinish,_b))});setData(newState)}else{var group=data.groups[source.droppableId],newItemIds=Array.from(group.itemIds);newItemIds.splice(source.index,1),newItemIds.splice(destination.index,0,draggableId);var newGroup=tslib_1.__assign(tslib_1.__assign({},group),{itemIds:newItemIds}),newState_2=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_a={},_a[newGroup.id]=newGroup,_a))});setData(newState_2)}}else{var newGroupOrder=Array.from(data.groupOrder);newGroupOrder.splice(source.index,1),newGroupOrder.splice(destination.index,0,draggableId);var newState_1=tslib_1.__assign(tslib_1.__assign({},data),{groupOrder:newGroupOrder});setData(newState_1)}}},react_1.default.createElement(juno_1.RcDroppable,{droppableId:"all-groups",direction,type:"groups"},(function(provider){return react_1.default.createElement("div",tslib_1.__assign({},provider.droppableProps,{ref:provider.innerRef,style:{display:"flex",flexDirection:"vertical"===direction?"column":"row"}}),react_1.default.createElement(Groups,{groups:data.groups,groupOrder:data.groupOrder,items:data.items}),provider.placeholder)}))))},exports.DnDListPortal.args={direction:"vertical"},exports.DnDListPortal.storyName="Multiple DnD List(Portal)"},"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Dialog_story_1=__webpack_require__("./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx"),Downshift_doc_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx"),options_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/options.ts"),Popper_1=__webpack_require__("./packages/juno-core/src/components/Popper/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useCallback,\n useEffect,\n useRef,\n useState,\n} from 'react';\n\nimport {\n combineProps,\n DEFAULT_KEY_TO_CHIPS,\n RcAutocompleteDefaultFilterOptions,\n RcAvatar,\n RcBox,\n RcButton,\n RcChip,\n RcClasses,\n RcDownshift,\n RcDownshiftDefaultFilterOptions,\n RcDownshiftFilterOptions,\n RcDownshiftProps,\n RcDownshiftRef,\n RcDownshiftSelectedItem,\n RcIconButton,\n RcListItemText,\n RcMenuItem,\n RcText,\n RcTextField,\n RcTypography,\n spacing,\n styled,\n useEventCallback,\n} from '@ringcentral/juno';\nimport { ArrowDown2, ArrowUp2 } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { DialogExampleComponent } from '../../Dialog/__stories__/Dialog.story';\nimport { DownshiftDoc } from './Downshift.doc';\nimport { options } from './options';\nimport { RcPopper } from '../../Popper';\n\nexport default {\n title: '🚀 Cleanup Components/Downshift',\n component: DownshiftDoc,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'options',\n 'value',\n 'onChange',\n 'onInputChange',\n 'multiple',\n 'freeSolo',\n 'autoSelect',\n 'getOptionLabel',\n 'renderOption',\n 'renderTags',\n 'inputValue',\n 'label',\n 'placeholder',\n 'action',\n 'toggleButton',\n 'keyToTags',\n 'maxFreeSolo',\n 'onMaxFreeSolo',\n 'onKeyDown',\n 'disabled',\n 'error',\n 'defaultIsOpen',\n 'initialIsOpen',\n 'ToggleButtonProps',\n 'PopperProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'style',\n 'onSelectChange',\n 'itemToString',\n 'keyToChips',\n 'limitOfFreeChips',\n 'suggestionItems',\n 'messageRef',\n 'MenuItem',\n 'inputLabel',\n 'nameError',\n 'maxLength',\n 'InputItem',\n 'emailError',\n 'autoSwitchEmail',\n 'enableFreeChips',\n 'inputPlaceholder',\n 'errorSelectedItems',\n 'enableAutoTransform',\n 'allowPlainHelperText',\n 'TextFieldProps',\n 'selectedItems',\n 'automationId',\n 'minRowHeight',\n ]),\n },\n args: {\n keyToTags: DEFAULT_KEY_TO_CHIPS,\n },\n} as Meta;\n\ntype DownshiftProps = Partial>;\n\nexport const Downshift: Story = ({\n options: optionsProp,\n ...args\n}) => {\n const ref = useRef(null);\n const inputRef = useRef(null);\n\n const [value, setValue] = useState([]);\n\n useEffect(() => {\n console.log(ref, inputRef, optionsProp);\n }, []);\n\n return (\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onInputChange={(e) => {\n console.log('textChange', e);\n }}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderTags={(selectedItems, getTagProps) => {\n return selectedItems.map((selectedItem, index) => {\n const tagProps = getTagProps(selectedItem, index);\n\n return (\n \n );\n });\n }}\n />\n );\n};\n\nDownshift.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n freeSolo: true,\n toggleButton: true,\n autoSelect: true,\n gutterBottom: true,\n multiple: true,\n clearBtn: true,\n};\n\nDownshift.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDownshift.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3952c27d13b050f313cfd227467437458b36cf8b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/63AFC39B-35B2-432F-B4DC-A8337BD3FFD2',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst smallOptions = options.slice(0, 20);\n\nconst CustomPopper = styled(RcPopper)`\n > div {\n padding: 10px;\n }\n`;\n\nexport const DownshiftWithCustomToggleButton: Story = ({\n ...args\n}) => {\n return (\n <>\n Non virtualize\n \n virtualize\n \n \n );\n};\n\nDownshiftWithCustomToggleButton.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n freeSolo: true,\n toggleButton: true,\n autoSelect: true,\n gutterBottom: true,\n multiple: true,\n clearBtn: true,\n helperText: 'typing something to get value',\n PopperProps: {\n anchorElType: 'input',\n transition: true,\n },\n getToggleButtonProps: (isOpen) => {\n return {\n symbol: isOpen ? ArrowUp2 : ArrowDown2,\n };\n },\n};\n\nexport const DownshiftDebug: Story = ({ ...args }) => {\n return ;\n};\n\nDownshiftDebug.args = { ...Downshift.args, debug: true };\n\nexport const DownshiftFixedItemHeight: Story = ({\n ...args\n}) => {\n return ;\n};\nDownshiftFixedItemHeight.args = {\n ...Downshift.args,\n SuggestionListProps: { fixedItemHeight: 32 },\n};\n\nconst DownshiftExample = ({ actionRef, additionValue = [], ...rest }: any) => {\n const inputRef = useRef(null);\n\n const [value, setValue] = useState([\n options[0],\n options[1],\n ...additionValue,\n ]);\n\n useEffect(() => {\n console.log(inputRef, actionRef);\n \n }, []);\n\n return (\n console.log('textChange')}\n value={value}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onFocus={(e) => console.log('focus')}\n onKeyDown={(e, highlightedIndex) =>\n console.log('onKeyDown', highlightedIndex)\n }\n inputRef={inputRef}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n options={options}\n filterOptions={RcDownshiftDefaultFilterOptions}\n {...rest}\n renderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n ) => (\n \n {label}\n \n )}\n />\n );\n};\n\nexport const DownshiftExamples: Story = () => {\n const actionRef = useRef(null);\n\n return (\n <>\n \n \n \n \n \n \n \n {' '}\n {\n if (actionRef.current) {\n actionRef.current.focus();\n actionRef.current.openMenu();\n }\n }}\n >\n Focus Downshift And Open Outside\n \n {' '}\n {\n actionRef.current?.reset();\n }}\n >\n Reset Downshift\n \n \n );\n};\n\nconst showNumber = 20;\nconst toLoadCount = 10;\n\nconst lazyLoadOptions = options.slice(0, showNumber);\n\nexport const DownshiftLazyLoadExamples: Story = () => {\n const setMapRef = useRef({});\n const actionRef = useRef(null);\n const [currOptions, setOptions] = useState(lazyLoadOptions);\n\n const [value, setValue] = useState([]);\n\n return (\n {\n setValue(selectedItems);\n }}\n toggleButton\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={RcDownshiftDefaultFilterOptions}\n SuggestionListProps={{\n rangeChanged: (e) => {\n const endIndex = e.endIndex;\n\n const currentStep = Math.floor(endIndex / (showNumber - 5));\n\n if (\n currentStep > 0 &&\n (endIndex % (showNumber - 5)) % toLoadCount > 0\n ) {\n const currLatest =\n currentStep * showNumber + (showNumber - toLoadCount);\n\n if (!setMapRef.current[currLatest]) {\n setMapRef.current[currLatest] = true;\n\n const result = [\n ...currOptions,\n ...options.slice(currLatest, currLatest + showNumber),\n ];\n // console.log('load', result);\n\n actionRef.current?.keepHighlightedIndex();\n setOptions(result);\n }\n }\n },\n }}\n />\n );\n};\n\nexport const DownshiftGroupBy: Story = () => {\n const [value, setValue] = useState([]);\n\n const [groupExpanded, setGroupExpanded] = useState>(\n {},\n );\n\n const getExpandIconProps = useCallback<\n NonNullable\n >(({ group, expanded }) => {\n const showMessage = expanded ? 'less' : 'more';\n\n return {\n 'aria-label': `${group} group, use Shift F10 to show ${showMessage} emails`,\n title: showMessage,\n };\n }, []);\n\n const handleChange = useEventCallback(\n (selectedItems: RcDownshiftSelectedItem[]) => {\n setValue(selectedItems);\n },\n );\n\n const groupBy = useCallback(\n (option: RcDownshiftSelectedItem) => option.label?.[0] || '',\n [],\n );\n\n const filterOptions: RcDownshiftFilterOptions = (\n options,\n { inputValue, getOptionLabel, selectedItems },\n ): RcDownshiftSelectedItem[] => {\n return options.filter(\n (item) =>\n !selectedItems.some((selectedItem) => item.id === selectedItem.id) &&\n getOptionLabel?.(item)\n .toLowerCase()\n .startsWith(inputValue?.toLowerCase() || ''),\n );\n };\n return (\n /**\n * When have some country or address label or others chrome support autofill\n * that will support auto fill address in input\n * if you not need should use autoComplete=\"chrome-off\"\n * more detail https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill\n */\n <>\n Normal Group\n {\n console.log(group, groupStateMap);\n setGroupExpanded(groupStateMap);\n }}\n InputProps={{\n autoComplete: 'chrome-off',\n }}\n toggleButton\n groupBy={groupBy}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n Expanded Group\n {\n console.log(group, groupStateMap);\n setGroupExpanded(groupStateMap);\n }}\n InputProps={{\n autoComplete: 'chrome-off',\n }}\n toggleButton\n groupBy={groupBy}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n Normal Group (Custom render)\n {\n return (\n \n \n {label}\n \n \n );\n }}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n Expanded Group (Custom render)\n {\n return (\n \n \n\n \n {expandIconProps && (\n \n )}\n \n );\n }}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n \n );\n};\n\nexport const DownshiftDisabled: Story = ({ ...args }) => {\n const ref = useRef(null);\n const inputRef = useRef(null);\n const actionRef = useRef(null);\n\n const [value, setValue] = useState([]);\n\n useEffect(() => {\n console.log(ref, inputRef, actionRef);\n }, []);\n // console.log(options);\n\n return (\n <>\n option.label?.includes('e') || false}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onInputChange={(e) => {\n console.log('textChange', e);\n }}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderTags={(selectedItems, getTagProps) => {\n return selectedItems.map((selectedItem, index) => {\n const tagProps = getTagProps(selectedItem, index);\n\n return (\n \n );\n });\n }}\n />\n \n no skip disabled option highlight\n <br />\n <RcText component=\"span\" variant=\"subheading2\" color=\"neutral.f04\">\n (if you also like can be focus with mouse, use renderOption to custom\n your render)\n </RcText>\n \n option.label?.includes('e') || false}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onInputChange={(e) => {\n console.log('textChange', e);\n }}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderTags={(selectedItems, getTagProps) => {\n return selectedItems.map((selectedItem, index) => {\n const tagProps = getTagProps(selectedItem, index);\n\n return (\n \n );\n });\n }}\n />\n actionRef.current?.clearInput()}>\n Clear input value\n \n \n );\n};\n\nDownshiftDisabled.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n freeSolo: true,\n toggleButton: true,\n autoSelect: true,\n gutterBottom: true,\n multiple: true,\n};\n\nexport const DownshiftWithDynamic: Story = ({ ...args }) => {\n const [value, setValue] = useState([]);\n\n return (\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n ) => (\n \n {state.index % 2 === 0 ? (\n \n
    \n
    \n {label}\n
    \n
    \n
    \n ) : (\n label\n )}\n \n )}\n />\n );\n};\n\nDownshiftWithDynamic.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: true,\n clearBtn: true,\n toggleButton: true,\n};\n\nexport const DownshiftWithAvatar: Story = ({ ...args }) => {\n const [value, setValue] = useState([]);\n\n return (\n <>\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n getOptionLabel={(option) => `${option.label} (Custom String)`}\n gutterBottom\n />\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderOption={(\n {\n label,\n id,\n error,\n unSelectable,\n isSuggestion,\n isError,\n ...restProps\n },\n state,\n ) => (\n \n \n {label}\n \n )}\n />\n \n );\n};\n\nDownshiftWithAvatar.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: true,\n clearBtn: true,\n toggleButton: true,\n};\n\nconst CustomDownshiftInputClasses = RcClasses(\n ['root', 'input'],\n 'CustomDownshiftInput',\n);\n\nconst CustomTextField = styled(RcTextField)`\n .${CustomDownshiftInputClasses.root} {\n padding-left: ${spacing(2)};\n height: auto;\n }\n\n .${CustomDownshiftInputClasses.input} {\n margin-left: 0;\n }\n`;\n\nexport const DownshiftWithCustomInput: Story = ({\n ...args\n}) => {\n const [value, setValue] = useState([]);\n\n return (\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n renderInput={({ InputProps: InputPropsProp, ...params }) => {\n const InputProps = combineProps(\n { classes: CustomDownshiftInputClasses },\n InputPropsProp,\n );\n\n return (\n \n );\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n />\n );\n};\n\nDownshiftWithCustomInput.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: true,\n clearBtn: true,\n toggleButton: true,\n};\n\nexport const DownshiftAutocomplete: Story = ({ ...args }) => {\n const [inputValue, setInputValue] = useState('');\n const [value, setValue] = useState([options[0]]);\n\n return (\n <>\n console.log('open')}\n onClose={(e, r) => console.log('close', r)}\n value={value}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n inputValue={inputValue}\n onInputChange={(value) => {\n setInputValue(value || '');\n console.log('input change', value);\n }}\n SuggestionListProps={{\n padding: true,\n }}\n filterOptions={RcAutocompleteDefaultFilterOptions}\n gutterBottom\n />\n\n With custom popper width\n
    \n console.log('open')}\n onClose={(e, r) => console.log('close', r)}\n value={value}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n inputValue={inputValue}\n onInputChange={(value) => {\n setInputValue(value || '');\n console.log('input change', value);\n }}\n PopperProps={{ style: { width: 'auto', minWidth: 300 } }}\n SuggestionListProps={{\n padding: true,\n }}\n filterOptions={RcAutocompleteDefaultFilterOptions}\n />\n
    \n \n );\n};\n\nDownshiftAutocomplete.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: false,\n clearBtn: true,\n toggleButton: true,\n disableCloseOnSelect: false,\n openOnFocus: true,\n};\n",locationsMap:{downshift:{startLoc:{col:48,line:120},endLoc:{col:1,line:166},startBody:{col:48,line:120},endBody:{col:1,line:166}},"downshift-with-custom-toggle-button":{startLoc:{col:70,line:209},endLoc:{col:1,line:225},startBody:{col:70,line:209},endBody:{col:1,line:225}},"downshift-debug":{startLoc:{col:53,line:248},endLoc:{col:1,line:250},startBody:{col:53,line:248},endBody:{col:1,line:250}},"downshift-fixed-item-height":{startLoc:{col:63,line:254},endLoc:{col:1,line:258},startBody:{col:63,line:254},endBody:{col:1,line:258}},"downshift-examples":{startLoc:{col:56,line:322},endLoc:{col:1,line:365},startBody:{col:56,line:322},endBody:{col:1,line:365}},"downshift-lazy-load-examples":{startLoc:{col:64,line:372},endLoc:{col:1,line:425},startBody:{col:64,line:372},endBody:{col:1,line:425}},"downshift-group-by":{startLoc:{col:55,line:427},endLoc:{col:1,line:623},startBody:{col:55,line:427},endBody:{col:1,line:623}},"downshift-disabled":{startLoc:{col:56,line:625},endLoc:{col:1,line:721},startBody:{col:56,line:625},endBody:{col:1,line:721}},"downshift-with-dynamic":{startLoc:{col:59,line:733},endLoc:{col:1,line:771},startBody:{col:59,line:733},endBody:{col:1,line:771}},"downshift-with-avatar":{startLoc:{col:58,line:781},endLoc:{col:1,line:832},startBody:{col:58,line:781},endBody:{col:1,line:832}},"downshift-with-custom-input":{startLoc:{col:63,line:858},endLoc:{col:1,line:889},startBody:{col:63,line:858},endBody:{col:1,line:889}},"downshift-autocomplete":{startLoc:{col:60,line:899},endLoc:{col:1,line:955},startBody:{col:60,line:899},endBody:{col:1,line:955}}}}},title:"🚀 Cleanup Components/Downshift",component:Downshift_doc_1.DownshiftDoc,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["options","value","onChange","onInputChange","multiple","freeSolo","autoSelect","getOptionLabel","renderOption","renderTags","inputValue","label","placeholder","action","toggleButton","keyToTags","maxFreeSolo","onMaxFreeSolo","onKeyDown","disabled","error","defaultIsOpen","initialIsOpen","ToggleButtonProps","PopperProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["style","onSelectChange","itemToString","keyToChips","limitOfFreeChips","suggestionItems","messageRef","MenuItem","inputLabel","nameError","maxLength","InputItem","emailError","autoSwitchEmail","enableFreeChips","inputPlaceholder","errorSelectedItems","enableAutoTransform","allowPlainHelperText","TextFieldProps","selectedItems","automationId","minRowHeight"])),args:{keyToTags:juno_1.DEFAULT_KEY_TO_CHIPS}},exports.Downshift=function(_a){var optionsProp=_a.options,args=tslib_1.__rest(_a,["options"]),ref=react_1.useRef(null),inputRef=react_1.useRef(null),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.useEffect((function(){console.log(ref,inputRef,optionsProp)}),[]),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{ref,options:null!=optionsProp?optionsProp:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onInputChange:function(e){console.log("textChange",e)},onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderTags:function(selectedItems,getTagProps){return selectedItems.map((function(selectedItem,index){var tagProps=getTagProps(selectedItem,index);return react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},tagProps,{deleteIconProps:{title:"remove"}}))}))}}))},exports.Downshift.args={label:"Downshift",placeholder:"Search and select",freeSolo:!0,toggleButton:!0,autoSelect:!0,gutterBottom:!0,multiple:!0,clearBtn:!0},exports.Downshift.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Downshift.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3952c27d13b050f313cfd227467437458b36cf8b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/63AFC39B-35B2-432F-B4DC-A8337BD3FFD2"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/"},{name:"Accessibility",value:"100%"}]};var smallOptions=options_1.options.slice(0,20),CustomPopper=juno_1.styled(Popper_1.RcPopper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n > div {\n padding: 10px;\n }\n"],["\n > div {\n padding: 10px;\n }\n"])));exports.DownshiftWithCustomToggleButton=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Non virtualize"),react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args,{options:smallOptions,PopperComponent:CustomPopper,SuggestionListProps:{virtualize:!1}})),react_1.default.createElement(juno_storybook_1.Title,null,"virtualize"),react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args)))},exports.DownshiftWithCustomToggleButton.args={label:"Downshift",placeholder:"Search and select",freeSolo:!0,toggleButton:!0,autoSelect:!0,gutterBottom:!0,multiple:!0,clearBtn:!0,helperText:"typing something to get value",PopperProps:{anchorElType:"input",transition:!0},getToggleButtonProps:function(isOpen){return{symbol:isOpen?juno_icon_1.ArrowUp2:juno_icon_1.ArrowDown2}}},exports.DownshiftDebug=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args))},exports.DownshiftDebug.args=tslib_1.__assign(tslib_1.__assign({},exports.Downshift.args),{debug:!0}),exports.DownshiftFixedItemHeight=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args))},exports.DownshiftFixedItemHeight.args=tslib_1.__assign(tslib_1.__assign({},exports.Downshift.args),{SuggestionListProps:{fixedItemHeight:32}});var DownshiftExample=function(_a){var actionRef=_a.actionRef,_b=_a.additionValue,additionValue=void 0===_b?[]:_b,rest=tslib_1.__rest(_a,["actionRef","additionValue"]),inputRef=react_1.useRef(null),_c=tslib_1.__read(react_1.useState(tslib_1.__spread([options_1.options[0],options_1.options[1]],additionValue)),2),value=_c[0],setValue=_c[1];return react_1.useEffect((function(){console.log(inputRef,actionRef)}),[]),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({gutterBottom:!0,action:actionRef,label:"Country",toggleButton:!0,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",onInputChange:function(e){return console.log("textChange")},value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onFocus:function(e){return console.log("focus")},onKeyDown:function(e,highlightedIndex){return console.log("onKeyDown",highlightedIndex)},inputRef,onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},options:options_1.options,filterOptions:juno_1.RcDownshiftDefaultFilterOptions},rest,{renderOption:function(_a,state){var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id},tslib_1.__assign(tslib_1.__assign({},restProps),{component:"div"}),{focused:state.highlighted,key:(id||label)+"-"+state.index}),label)}}))};exports.DownshiftExamples=function(){var actionRef=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(DownshiftExample,{actionRef,additionValue:[{id:"free",label:"If true, the selected option becomes the value of the input when the Autocomplete loses focus unless the user chooses a different option or changes the character string in the input. Callback fired when the popup requests to be closed. Use in controlled mode (see open).",freeSolo:!0}]}),react_1.default.createElement(DownshiftExample,{disabled:!0}),react_1.default.createElement(DownshiftExample,{error:!0}),react_1.default.createElement(DownshiftExample,{color:"success.f11"}),react_1.default.createElement(Dialog_story_1.DialogExampleComponent,null,react_1.default.createElement(DownshiftExample,null))," ",react_1.default.createElement(juno_1.RcButton,{onClick:function(){actionRef.current&&(actionRef.current.focus(),actionRef.current.openMenu())}},"Focus Downshift And Open Outside")," ",react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;null===(_a=actionRef.current)||void 0===_a||_a.reset()}},"Reset Downshift"))};var lazyLoadOptions=options_1.options.slice(0,20);exports.DownshiftLazyLoadExamples=function(){var setMapRef=react_1.useRef({}),actionRef=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(lazyLoadOptions),2),currOptions=_a[0],setOptions=_a[1],_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:currOptions,label:"Country",value,action:actionRef,onChange:function(selectedItems){setValue(selectedItems)},toggleButton:!0,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions:juno_1.RcDownshiftDefaultFilterOptions,SuggestionListProps:{rangeChanged:function(e){var _a,endIndex=e.endIndex,currentStep=Math.floor(endIndex/15);if(currentStep>0&&endIndex%15%10>0){var currLatest=20*currentStep+10;if(!setMapRef.current[currLatest]){setMapRef.current[currLatest]=!0;var result=tslib_1.__spread(currOptions,options_1.options.slice(currLatest,currLatest+20));null===(_a=actionRef.current)||void 0===_a||_a.keepHighlightedIndex(),setOptions(result)}}}}})},exports.DownshiftGroupBy=function(){var _a=tslib_1.__read(react_1.useState([]),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState({}),2),groupExpanded=_b[0],setGroupExpanded=_b[1],getExpandIconProps=react_1.useCallback((function(_a){var group=_a.group,showMessage=_a.expanded?"less":"more";return{"aria-label":group+" group, use Shift F10 to show "+showMessage+" emails",title:showMessage}}),[]),handleChange=juno_1.useEventCallback((function(selectedItems){setValue(selectedItems)})),groupBy=react_1.useCallback((function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a[0])||""}),[]),filterOptions=function(options,_a){var inputValue=_a.inputValue,getOptionLabel=_a.getOptionLabel,selectedItems=_a.selectedItems;return options.filter((function(item){return!selectedItems.some((function(selectedItem){return item.id===selectedItem.id}))&&(null==getOptionLabel?void 0:getOptionLabel(item).toLowerCase().startsWith((null==inputValue?void 0:inputValue.toLowerCase())||""))}))};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Normal Group"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Country",value,onChange:handleChange,groupExpanded,getExpandIconProps,onGroupExpanded:function(group,groupStateMap){console.log(group,groupStateMap),setGroupExpanded(groupStateMap)},InputProps:{autoComplete:"chrome-off"},toggleButton:!0,groupBy,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}),react_1.default.createElement(juno_storybook_1.Title,null,"Expanded Group"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Address",value,onChange:handleChange,groupVariant:"expanded",groupExpanded,getExpandIconProps,onGroupExpanded:function(group,groupStateMap){console.log(group,groupStateMap),setGroupExpanded(groupStateMap)},InputProps:{autoComplete:"chrome-off"},toggleButton:!0,groupBy,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}),react_1.default.createElement(juno_storybook_1.Title,null,"Normal Group (Custom render)"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Country",value,onChange:handleChange,getExpandIconProps,toggleButton:!0,groupBy,InputProps:{autoComplete:"chrome-off"},renderGroup:function(_a,_b){_b.selected,_b.expanded,_b.expandIconProps;var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError","group"]));return react_1.default.createElement(juno_1.RcBox,tslib_1.__assign({margin:"1em",id:""+id},restProps),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.b04",variant:"title2"},label))},multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}),react_1.default.createElement(juno_storybook_1.Title,null,"Expanded Group (Custom render)"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Country",value,onChange:handleChange,groupVariant:"expanded",getExpandIconProps,toggleButton:!0,groupBy,InputProps:{autoComplete:"chrome-off"},renderGroup:function(_a,_b){var selected=_b.selected,expanded=_b.expanded,expandIconProps=_b.expandIconProps,label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError","group"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({component:"div",id:""+id,selected},restProps),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"("+(expanded?"open":"close")+")"}),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),expandIconProps&&react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({color:"content.brand"},expandIconProps,{symbol:juno_icon_1.ArrowDown2})))},multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}))},exports.DownshiftDisabled=function(_a){var args=tslib_1.__rest(_a,[]),ref=react_1.useRef(null),inputRef=react_1.useRef(null),actionRef=react_1.useRef(null),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.useEffect((function(){console.log(ref,inputRef,actionRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{ref,action:actionRef,options:options_1.options.slice(0,10),openOnFocus:!0,value,getOptionDisabled:function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a.includes("e"))||!1},onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onInputChange:function(e){console.log("textChange",e)},onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderTags:function(selectedItems,getTagProps){return selectedItems.map((function(selectedItem,index){var tagProps=getTagProps(selectedItem,index);return react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},tagProps,{deleteIconProps:{title:"remove"}}))}))}})),react_1.default.createElement(juno_storybook_1.Title,null,"no skip disabled option highlight",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcText,{component:"span",variant:"subheading2",color:"neutral.f04"},"(if you also like can be focus with mouse, use renderOption to custom your render)")),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{ref,action:actionRef,options:options_1.options.slice(0,10),openOnFocus:!0,disabledItemsHighlightable:!0,value,getOptionDisabled:function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a.includes("e"))||!1},onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onInputChange:function(e){console.log("textChange",e)},onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderTags:function(selectedItems,getTagProps){return selectedItems.map((function(selectedItem,index){var tagProps=getTagProps(selectedItem,index);return react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},tagProps,{deleteIconProps:{title:"remove"}}))}))}})),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;return null===(_a=actionRef.current)||void 0===_a?void 0:_a.clearInput()}},"Clear input value"))},exports.DownshiftDisabled.args={label:"Downshift",placeholder:"Search and select",freeSolo:!0,toggleButton:!0,autoSelect:!0,gutterBottom:!0,multiple:!0},exports.DownshiftWithDynamic=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderOption:function(_a,state){var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id},tslib_1.__assign(tslib_1.__assign({},restProps),{component:"div"}),{focused:state.highlighted,key:(id||label)+"-"+state.index}),state.index%2==0?react_1.default.createElement(juno_1.RcBox,{bgcolor:"neutral.b04"},react_1.default.createElement("br",null),react_1.default.createElement("br",null),label,react_1.default.createElement("br",null),react_1.default.createElement("br",null)):label)}}))},exports.DownshiftWithDynamic.args={label:"Downshift",placeholder:"Search and select",multiple:!0,clearBtn:!0,toggleButton:!0},exports.DownshiftWithAvatar=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,getOptionLabel:function(option){return option.label+" (Custom String)"},gutterBottom:!0})),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderOption:function(_a,state){var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id},tslib_1.__assign(tslib_1.__assign({},restProps),{component:"div"}),{focused:state.highlighted,key:(id||label)+"-"+state.index}),react_1.default.createElement(juno_1.RcAvatar,{src:"https://placeimg.com/100/100/"+state.index}),react_1.default.createElement(juno_1.RcBox,{marginLeft:"2rem"},label))}})))},exports.DownshiftWithAvatar.args={label:"Downshift",placeholder:"Search and select",multiple:!0,clearBtn:!0,toggleButton:!0};var templateObject_1,templateObject_2,CustomDownshiftInputClasses=juno_1.RcClasses(["root","input"],"CustomDownshiftInput"),CustomTextField=juno_1.styled(juno_1.RcTextField)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n padding-left: ",";\n height: auto;\n }\n\n ."," {\n margin-left: 0;\n }\n"],["\n ."," {\n padding-left: ",";\n height: auto;\n }\n\n ."," {\n margin-left: 0;\n }\n"])),CustomDownshiftInputClasses.root,juno_1.spacing(2),CustomDownshiftInputClasses.input);exports.DownshiftWithCustomInput=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},renderInput:function(_a){var InputPropsProp=_a.InputProps,params=tslib_1.__rest(_a,["InputProps"]),InputProps=juno_1.combineProps({classes:CustomDownshiftInputClasses},InputPropsProp);return react_1.default.createElement(CustomTextField,tslib_1.__assign({},params,{InputProps,variant:"outline"}))},filterOptions:juno_1.RcDownshiftDefaultFilterOptions}))},exports.DownshiftWithCustomInput.args={label:"Downshift",placeholder:"Search and select",multiple:!0,clearBtn:!0,toggleButton:!0},exports.DownshiftAutocomplete=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(""),2),inputValue=_b[0],setInputValue=_b[1],_c=tslib_1.__read(react_1.useState([options_1.options[0]]),2),value=_c[0],setValue=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{variant:"autocomplete",options:options_1.options,onOpen:function(){return console.log("open")},onClose:function(e,r){return console.log("close",r)},value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},inputValue,onInputChange:function(value){setInputValue(value||""),console.log("input change",value)},SuggestionListProps:{padding:!0},filterOptions:juno_1.RcAutocompleteDefaultFilterOptions,gutterBottom:!0})),react_1.default.createElement(juno_storybook_1.Title,null,"With custom popper width"),react_1.default.createElement("div",{style:{width:150}},react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{variant:"autocomplete",options:options_1.options,onOpen:function(){return console.log("open")},onClose:function(e,r){return console.log("close",r)},value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},inputValue,onInputChange:function(value){setInputValue(value||""),console.log("input change",value)},PopperProps:{style:{width:"auto",minWidth:300}},SuggestionListProps:{padding:!0},filterOptions:juno_1.RcAutocompleteDefaultFilterOptions}))))},exports.DownshiftAutocomplete.args={label:"Downshift",placeholder:"Search and select",multiple:!1,clearBtn:!0,toggleButton:!0,disableCloseOnSelect:!1,openOnFocus:!0}},"./packages/juno-core/src/components/Downshift/__stories__/useSuggestionList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),options_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/options.ts");exports.default={parameters:{storySource:{source:"import React, { useCallback, useRef, useState } from 'react';\n\nimport {\n RcBox,\n RcDownshiftInput,\n RcDownshiftSelectedItem,\n RcIconButton,\n RcListItemText,\n RcMenuItem,\n RcSuggestionList,\n RcTextField,\n useAnnouncer,\n useSuggestionList,\n} from '@ringcentral/juno';\nimport { ArrowDown2 } from '@ringcentral/juno-icon';\nimport { Meta, Story } from '@storybook/react';\n\nimport { options } from './options';\n\nexport default {\n title: '🚀 Cleanup Components/Downshift/useSuggestionList',\n} as Meta;\n\nconst containerHeight = 300;\n\nexport const useSuggestionListExample: Story = () => {\n const groupBy = useCallback(\n (option: RcDownshiftSelectedItem) => option.label?.[0] || '',\n [],\n );\n\n const inputRef = useRef(null);\n\n const [groupExpanded, setGroupExpanded] = useState<\n Record | undefined\n >(undefined);\n\n const [value, setValue] = useState('');\n\n const announce = useAnnouncer();\n\n const {\n optionItems,\n highlightedIndex,\n changeHighlightedIndexReason,\n getMenuProps,\n getInputProps,\n getInputAriaProps,\n getLabelProps,\n getItemProps,\n inputValue,\n optionsGroupList,\n setHighlightedIndex,\n // reset,\n } = useSuggestionList({\n inputRef,\n inputValue: value,\n options,\n groupVariant: 'normal',\n groupExpanded,\n groupDefaultExpanded: true,\n onSelect: (e, option) => {\n const { id } = getItemProps({ item: option, index: highlightedIndex });\n\n console.log(option, id, id && document.getElementById(id));\n \n alert(option.label);\n },\n onInputChange: (e) => {\n console.log(e);\n setValue(e || '');\n },\n filterOptions: (options, { inputValue }) => {\n return options.filter((item) =>\n item.label?.toLocaleLowerCase().includes(inputValue || ''),\n );\n },\n onGroupExpanded: (group, groupStateMap) => {\n console.log(group, groupStateMap);\n\n announce(\n `${group.group} Group being ${\n group.expanded ? 'expanded' : 'collapsed'\n }`,\n );\n\n setGroupExpanded(groupStateMap);\n },\n groupBy,\n getOptionDisabled: (option) => {\n const currGroup = option.group;\n const isGroupTitle = option === currGroup?.options[0];\n\n return isGroupTitle && currGroup?.options.length === 2;\n },\n });\n\n const InputProps = getInputProps({\n onKeyDown: () => {\n // you can add some keydown logic here\n },\n onBlur: () => {\n // you can add some blur logic here\n // like reset index to top\n // setHighlightedIndex(-1, { reason: 'auto', reRender: true });\n },\n });\n\n return (\n <>\n \n \n {\n const groupName = group!.group;\n const groupTotal = group!.options.length - 1 || 0;\n\n const currIndex = (state.indexInOwnGroup || 0) + 1;\n\n return (\n \n \n \n );\n }}\n optionsGroupList={optionsGroupList}\n renderGroup={(\n {\n label,\n freeSolo,\n id,\n error,\n unSelectable,\n isSuggestion,\n isError,\n group,\n ...restProps\n },\n { selected, expanded, expandIconProps },\n ) => {\n const groupTotal = group!.options.length - 1 || 0;\n const groupName = group!.group;\n\n const { onClick } = expandIconProps || {};\n\n return (\n \n \n\n \n {expandIconProps && (\n \n )}\n \n );\n }}\n />\n \n \n );\n};\n\nuseSuggestionListExample.storyName = 'useSuggestionList';\n",locationsMap:{"use-suggestion-list-example":{startLoc:{col:52,line:26},endLoc:{col:1,line:218},startBody:{col:52,line:26},endBody:{col:1,line:218}}}}},title:"🚀 Cleanup Components/Downshift/useSuggestionList"};exports.useSuggestionListExample=function(){var groupBy=react_1.useCallback((function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a[0])||""}),[]),inputRef=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(void 0),2),groupExpanded=_a[0],setGroupExpanded=_a[1],_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],announce=juno_1.useAnnouncer(),_c=juno_1.useSuggestionList({inputRef,inputValue:value,options:options_1.options,groupVariant:"normal",groupExpanded,groupDefaultExpanded:!0,onSelect:function(e,option){var id=getItemProps({item:option,index:highlightedIndex}).id;console.log(option,id,id&&document.getElementById(id)),alert(option.label)},onInputChange:function(e){console.log(e),setValue(e||"")},filterOptions:function(options,_a){var inputValue=_a.inputValue;return options.filter((function(item){var _a;return null===(_a=item.label)||void 0===_a?void 0:_a.toLocaleLowerCase().includes(inputValue||"")}))},onGroupExpanded:function(group,groupStateMap){console.log(group,groupStateMap),announce(group.group+" Group being "+(group.expanded?"expanded":"collapsed")),setGroupExpanded(groupStateMap)},groupBy,getOptionDisabled:function(option){var currGroup=option.group;return option===(null==currGroup?void 0:currGroup.options[0])&&2===(null==currGroup?void 0:currGroup.options.length)}}),optionItems=_c.optionItems,highlightedIndex=_c.highlightedIndex,changeHighlightedIndexReason=_c.changeHighlightedIndexReason,getMenuProps=_c.getMenuProps,getInputProps=_c.getInputProps,getInputAriaProps=_c.getInputAriaProps,getLabelProps=_c.getLabelProps,getItemProps=_c.getItemProps,inputValue=_c.inputValue,optionsGroupList=_c.optionsGroupList,InputProps=(_c.setHighlightedIndex,getInputProps({onKeyDown:function(){},onBlur:function(){}}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,{label:"search item belong to group",variant:"outline",inputRef,value:inputValue,InputLabelProps:getLabelProps(),InputProps:tslib_1.__assign({inputComponent:juno_1.RcDownshiftInput},InputProps),inputProps:tslib_1.__assign({maxLength:30},getInputAriaProps())}),react_1.default.createElement(juno_1.RcBox,{width:300,height:300},react_1.default.createElement(juno_1.RcSuggestionList,{tabIndex:-1,highlightedIndex,options:optionItems,inputValue,getItemProps,getMenuProps,changeHighlightedIndexReason,maxContainerHeight:300,renderOption:function(_a,state){var label=_a.label,id=(_a.freeSolo,_a.id),group=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group),restProps=tslib_1.__rest(_a,["label","freeSolo","id","error","unSelectable","isSuggestion","isError","group"]),groupName=group.group,groupTotal=group.options.length-1||0,currIndex=(state.indexInOwnGroup||0)+1;return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id,component:"div",selected:state.selected,"aria-label":label+" at "+groupName+" group, "+currIndex+" of "+groupTotal},restProps),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"ext. 000"}))},optionsGroupList,renderGroup:function(_a,_b){var selected=_b.selected,expanded=_b.expanded,expandIconProps=_b.expandIconProps,label=_a.label,id=(_a.freeSolo,_a.id),group=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group),restProps=tslib_1.__rest(_a,["label","freeSolo","id","error","unSelectable","isSuggestion","isError","group"]),groupTotal=group.options.length-1||0,groupName=group.group,onClick=(expandIconProps||{}).onClick;return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({component:"div",id:""+id,selected},restProps,{"aria-label":"You are at "+groupName+" group, total "+groupTotal+" items",onClick}),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"("+(expanded?"open":"close")+")","aria-hidden":"true"}),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),expandIconProps&&react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({color:"content.brand"},expandIconProps,{symbol:juno_icon_1.ArrowDown2})))}})))},exports.useSuggestionListExample.storyName="useSuggestionList"},"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n flexCenterStyle,\n radius,\n RcAvatar,\n RcBox,\n RcButton,\n RcDialog,\n RcDialogContent,\n RcDialogTitle,\n RcDivider,\n RcDrawer,\n RcIcon,\n RcList,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcMenuItem,\n RcMenuList,\n RcPaper,\n RcSelect,\n RcSwitch,\n RcText,\n RcTypography,\n spacing,\n styled,\n} from '@ringcentral/juno';\nimport {\n Delete,\n Draft,\n Email,\n Inbox,\n NewEmail,\n SendFilled,\n Voicemail,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../Avatar/__stories__/img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Drawer',\n component: RcDrawer,\n argTypes: {\n ...sortInDocTable([\n 'anchor',\n 'inlinePaper',\n 'elevation',\n ]),\n ...notControlInDocTable(['open', 'variant']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DrawerProps = ComponentProps;\n\ntype Anchor = NonNullable;\n\nconst CustomPaper = styled(RcPaper)`\n ${flexCenterStyle}\n flex-direction: column;\n padding: ${spacing(4, 6, 3, 6)};\n\n .mt-2 {\n margin-top: ${spacing(2)};\n }\n`;\n\nconst List: FunctionComponent<{\n onClick: React.MouseEventHandler | undefined;\n}> = ({ onClick }) => (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n);\n\nexport const Drawer: Story = ({ children, ...args }) => {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n setOpen(true)}>open\n setOpen(false)}>\n setOpen(false)} />\n \n \n );\n};\n\nDrawer.storyName = 'Drawer';\n\nDrawer.args = {};\n\nDrawer.argTypes = {\n ...notControlInDocTable(['anchor', 'inlinePaper']),\n};\n\nDrawer.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/drawers',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const DrawerExamples: Story = ({\n children,\n inlinePaper,\n ...args\n}) => {\n const [state, setState] = React.useState({\n top: false,\n left: false,\n bottom: false,\n right: false,\n });\n\n const toggleDrawer =\n (anchor: Anchor, open: boolean) =>\n (\n event: React.KeyboardEvent | React.MouseEvent,\n reason?: 'backdropClick' | 'escapeKeyDown',\n ) => {\n console.log(event, reason);\n setState({ ...state, [anchor]: open });\n };\n\n return (\n
    \n {(['left', 'right', 'top', 'bottom'] as Anchor[]).map((anchor) => (\n \n {anchor}\n \n \n \n \n \n \n \n \n ))}\n
    \n );\n};\n\nDrawerExamples.args = {};\n\nDrawerExamples.argTypes = {\n ...notControlInDocTable(['anchor']),\n};\n\nexport const DrawerWithInlinePaper: Story = ({\n children,\n ...args\n}) => {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n setOpen(true)}>open\n setOpen(false)}\n >\n \n setOpen(false)} />\n \n \n \n );\n};\n\nDrawerWithInlinePaper.args = {\n anchor: 'bottom',\n radius: 'xl',\n};\n\n// https://stackoverflow.com/questions/11381673/detecting-a-mobile-browser\nfunction checkIsMobile() {\n let check = false;\n (function (a) {\n if (\n /(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(\n a,\n ) ||\n /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(\n a.substr(0, 4),\n )\n )\n check = true;\n })(navigator.userAgent || navigator.vendor || (window as any).opera);\n return check;\n}\n\nconst isMobile = checkIsMobile();\n\nconst Text = styled(RcText)`\n margin: ${spacing(4)};\n`;\n\nconst Button = styled(RcButton)`\n && {\n padding: ${spacing(5, 0)};\n }\n`;\n\nconst CustomDrawer = styled(RcDrawer)`\n ${RcPaper}${RcPaper} {\n min-width: 360px;\n border-radius: ${radius('md')};\n margin-bottom: ${spacing(2)};\n }\n`;\n\nconst DialogContent = styled(RcDialogContent)`\n && {\n padding: 0;\n }\n`;\n\nconst ListTitle = styled(RcText)`\n margin: ${spacing(2, 4)};\n`;\n\nListTitle.defaultProps = {\n color: 'neutral.f04',\n variant: 'caption1',\n};\n\nconst items = range(0, 20);\n\nexport const DrawerAndModalSwitchInDevice: Story = ({\n children,\n ...args\n}) => {\n const [open, setOpen] = useState(false);\n const [open2, setOpen2] = useState(false);\n\n const [mobile, setMobile] = useState(isMobile);\n\n const handleClose = () => setOpen(false);\n const handleClose2 = () => setOpen2(false);\n\n const header = (\n <>\n \n Are you sure you want to leave this webinar?\n \n \n \n );\n\n const confirm = (\n \n );\n\n const cancel = (\n \n Cancel\n \n );\n\n const content = (\n <>\n \n How Covid 19 has changed workplace permanently\n \n \n \n Host\n }>\n \n \n Panelists\n {items.map((x) => (\n }>\n \n \n ))}\n \n \n \n );\n\n return (\n <>\n setOpen(true)}>open confirm\n
    \n
    \n setOpen2(true)}>open details\n current is {mobile ? 'mobile' : 'desktop'}\n setMobile(!mobile)}>\n switch to {mobile ? 'desktop' : 'mobile'}\n \n {mobile ? (\n \n \n {header}\n {confirm}\n \n {cancel}\n \n ) : (\n \n {header}\n {confirm}\n {cancel}\n \n )}\n\n {mobile ? (\n \n {content}\n \n ) : (\n \n {content}\n \n )}\n \n );\n};\n\nDrawerAndModalSwitchInDevice.args = {\n anchor: 'bottom',\n radius: 'xl',\n};\n\nconst SelectDemo = () => {\n const [value, setValue] = useState(0);\n return (\n setValue(evt.target.value as any)}\n >\n {Array.from(new Array(20).keys()).map((item) => (\n \n MenuItem {item}\n \n ))}\n \n );\n};\n\nexport const MultiDrawer: Story = ({ children, ...args }) => {\n const [opens, setOpens] = useState({});\n const [keepDrawer, setKeepDrawer] = useState(true);\n\n return (\n <>\n setOpens({ ...opens, level_0: true })}>\n open Drawer 0\n \n setKeepDrawer(!keepDrawer)}\n />\n setOpens({ ...opens, level_0: false })}\n >\n Drawer 0\n \n \n \n \n ListItem 0 - 0\n ListItem 0 - 1\n ListItem 0 - 2\n \n setOpens({\n ...opens,\n level_1: true,\n level_0: !!keepDrawer,\n })\n }\n >\n Open Drawer 1\n
    \n setOpens({ ...opens, level_0: false })}>\n Close Drawer 0\n \n \n \n setOpens({ ...opens, level_1: false })}\n >\n Drawer 1\n \n \n ListItem 1 - 0\n ListItem 1 - 1\n \n setOpens({ ...opens, level_2: true, level_1: !!keepDrawer })\n }\n >\n Open Drawer 2\n \n setOpens({ ...opens, level_1: false })}>\n Close Drawer 1\n \n \n \n setOpens({ ...opens, level_2: false })}\n >\n Drawer 2\n \n \n \n \n ListItem 2 - 0\n ListItem 2 - 1\n setOpens({ ...opens, level_2: false })}>\n Close Drawer 2\n \n \n \n \n );\n};\n\nMultiDrawer.args = {\n anchor: 'bottom',\n};\n",locationsMap:{drawer:{startLoc:{col:42,line:128},endLoc:{col:1,line:139},startBody:{col:42,line:128},endBody:{col:1,line:139}},"drawer-examples":{startLoc:{col:50,line:166},endLoc:{col:1,line:210},startBody:{col:50,line:166},endBody:{col:1,line:210}},"drawer-with-inline-paper":{startLoc:{col:57,line:218},endLoc:{col:1,line:239},startBody:{col:57,line:218},endBody:{col:1,line:239}},"drawer-and-modal-switch-in-device":{startLoc:{col:64,line:300},endLoc:{col:1,line:411},startBody:{col:64,line:300},endBody:{col:1,line:411}},"multi-drawer":{startLoc:{col:47,line:435},endLoc:{col:1,line:521},startBody:{col:47,line:435},endBody:{col:1,line:521}}}}},title:"🚀 Cleanup Components/Drawer",component:juno_1.RcDrawer,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["anchor","inlinePaper","elevation"])),juno_storybook_1.notControlInDocTable(["open","variant"])),juno_storybook_1.notShowInDocTable([]))};var CustomPaper=juno_1.styled(juno_1.RcPaper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n flex-direction: column;\n padding: ",";\n\n .mt-2 {\n margin-top: ",";\n }\n"],["\n ","\n flex-direction: column;\n padding: ",";\n\n .mt-2 {\n margin-top: ",";\n }\n"])),juno_1.flexCenterStyle,juno_1.spacing(4,6,3,6),juno_1.spacing(2)),List=function(_a){var onClick=_a.onClick;return react_1.default.createElement(juno_1.RcList,{style:{width:"100%"}},react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Inbox,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Inbox"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.NewEmail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Starred"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.SendFilled,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Send email"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Draft,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Drafts"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"}),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Email,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"All mail"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Delete,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Trash"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Voicemail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Voicemail"})))};exports.Drawer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open"),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{open,onClose:function(){return setOpen(!1)}}),react_1.default.createElement(List,{onClick:function(){return setOpen(!1)}})))},exports.Drawer.storyName="Drawer",exports.Drawer.args={},exports.Drawer.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchor","inlinePaper"])),exports.Drawer.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:"https://material-ui.com/components/drawers"},{name:"Accessibility",value:"100%"}]},exports.DrawerExamples=function(_a){_a.children;var inlinePaper=_a.inlinePaper,args=tslib_1.__rest(_a,["children","inlinePaper"]),_b=tslib_1.__read(react_1.default.useState({top:!1,left:!1,bottom:!1,right:!1}),2),state=_b[0],setState=_b[1],toggleDrawer=function(anchor,open){return function(event,reason){var _a;console.log(event,reason),setState(tslib_1.__assign(tslib_1.__assign({},state),((_a={})[anchor]=open,_a)))}};return react_1.default.createElement("div",null,["left","right","top","bottom"].map((function(anchor){return react_1.default.createElement(react_1.default.Fragment,{key:anchor},react_1.default.createElement(juno_1.RcButton,{onClick:toggleDrawer(anchor,!0)},anchor),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({anchor,open:state[anchor],onClose:toggleDrawer(anchor,!1),inlinePaper},args),react_1.default.createElement(juno_1.RcBox,{maxWidth:inlinePaper?"300px":void 0,clone:!0},react_1.default.createElement(CustomPaper,{as:inlinePaper?void 0:"div"},react_1.default.createElement(List,{onClick:toggleDrawer(anchor,!1)})))))})))},exports.DrawerExamples.args={},exports.DrawerExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchor"])),exports.DrawerWithInlinePaper=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open"),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{inlinePaper:!0,open,onClose:function(){return setOpen(!1)}}),react_1.default.createElement(CustomPaper,null,react_1.default.createElement(List,{onClick:function(){return setOpen(!1)}}))))},exports.DrawerWithInlinePaper.args={anchor:"bottom",radius:"xl"};var isMobile=function checkIsMobile(){var a,check=!1;return a=navigator.userAgent||navigator.vendor||window.opera,(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(a.substr(0,4)))&&(check=!0),check}(),Text=juno_1.styled(juno_1.RcText)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(4)),Button=juno_1.styled(juno_1.RcButton)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n && {\n padding: ",";\n }\n"],["\n && {\n padding: ",";\n }\n"])),juno_1.spacing(5,0)),CustomDrawer=juno_1.styled(juno_1.RcDrawer)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ",""," {\n min-width: 360px;\n border-radius: ",";\n margin-bottom: ",";\n }\n"],["\n ",""," {\n min-width: 360px;\n border-radius: ",";\n margin-bottom: ",";\n }\n"])),juno_1.RcPaper,juno_1.RcPaper,juno_1.radius("md"),juno_1.spacing(2)),DialogContent=juno_1.styled(juno_1.RcDialogContent)(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n && {\n padding: 0;\n }\n"],["\n && {\n padding: 0;\n }\n"]))),ListTitle=juno_1.styled(juno_1.RcText)(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(2,4));ListTitle.defaultProps={color:"neutral.f04",variant:"caption1"};var items=range_1.default(0,20);exports.DrawerAndModalSwitchInDevice=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open2=_c[0],setOpen2=_c[1],_d=tslib_1.__read(react_1.useState(isMobile),2),mobile=_d[0],setMobile=_d[1],handleClose=function(){return setOpen(!1)},handleClose2=function(){return setOpen2(!1)},header=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Text,{align:"center",color:"neutral.f04",variant:"caption1"},"Are you sure you want to leave this webinar?"),react_1.default.createElement(juno_1.RcDivider,null)),confirm=react_1.default.createElement(Button,{onClick:handleClose,color:"danger.f02",variant:"plain",fullWidth:!0},"Leave"),cancel=react_1.default.createElement(Button,{onClick:handleClose,color:"interactive.f01",variant:"plain",fullWidth:!0},"Cancel"),content=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDialogTitle,null,"How Covid 19 has changed workplace permanently"),react_1.default.createElement(DialogContent,{dividers:!0},react_1.default.createElement(juno_1.RcMenuList,{maxHeight:300},react_1.default.createElement(ListTitle,null,"Host"),react_1.default.createElement(juno_1.RcMenuItem,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"small"})},react_1.default.createElement(juno_1.RcListItemText,{primary:"label"})),react_1.default.createElement(ListTitle,null,"Panelists"),items.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x,avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"small"})},react_1.default.createElement(juno_1.RcListItemText,{primary:"User Name "+x}))})))));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open confirm"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen2(!0)}},"open details"),react_1.default.createElement(juno_storybook_1.Title,null,"current is ",mobile?"mobile":"desktop"),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b01",onClick:function(){return setMobile(!mobile)}},"switch to ",mobile?"desktop":"mobile"),mobile?react_1.default.createElement(CustomDrawer,tslib_1.__assign({},args,{inlinePaper:!0,open,onClose:handleClose}),react_1.default.createElement(juno_1.RcPaper,null,header,confirm),react_1.default.createElement(juno_1.RcPaper,null,cancel)):react_1.default.createElement(juno_1.RcDialog,{maxWidth:"xs",open,onClose:handleClose},header,confirm,cancel),mobile?react_1.default.createElement(CustomDrawer,tslib_1.__assign({},args,{open:open2,radius:"md",onClose:handleClose2}),content):react_1.default.createElement(juno_1.RcDialog,{maxWidth:"xs",open:open2,onClose:handleClose2},content))},exports.DrawerAndModalSwitchInDevice.args={anchor:"bottom",radius:"xl"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,SelectDemo=function(){var _a=tslib_1.__read(react_1.useState(0),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcSelect,{variant:"box",value,onChange:function(evt){return setValue(evt.target.value)}},Array.from(new Array(20).keys()).map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{key:item,value:item},"MenuItem ",item)})))};exports.MultiDrawer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState({}),2),opens=_b[0],setOpens=_b[1],_c=tslib_1.__read(react_1.useState(!0),2),keepDrawer=_c[0],setKeepDrawer=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_0:!0}))}},"open Drawer 0"),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle Drawer Keep",onChange:function(){return setKeepDrawer(!keepDrawer)}}),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{"data-drawer-level":"0",open:opens.level_0,onClose:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_0:!1}))}}),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1"},"Drawer 0"),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(SelectDemo,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcList,null,react_1.default.createElement(juno_1.RcListItem,null,"ListItem 0 - 0"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 0 - 1"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 0 - 2"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_1:!0,level_0:!!keepDrawer}))}},"Open Drawer 1"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_0:!1}))}},"Close Drawer 0"))),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{"data-drawer-level":"1",open:opens.level_1,onClose:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_1:!1}))}}),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1"},"Drawer 1"),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcList,null,react_1.default.createElement(juno_1.RcListItem,null,"ListItem 1 - 0"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 1 - 1"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_2:!0,level_1:!!keepDrawer}))}},"Open Drawer 2"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_1:!1}))}},"Close Drawer 1"))),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{"data-drawer-level":"2",open:opens.level_2,onClose:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_2:!1}))}}),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1"},"Drawer 2"),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(SelectDemo,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcList,null,react_1.default.createElement(juno_1.RcListItem,null,"ListItem 2 - 0"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 2 - 1"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_2:!1}))}},"Close Drawer 2"))))},exports.MultiDrawer.args={anchor:"bottom"}},"./packages/juno-core/src/components/Forms/Checkbox/__stories__/Checkbox.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCheckbox, RcIcon, RcTypography } from '@ringcentral/juno';\nimport { Add, AddBorder, MemberBorder, People } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Checkbox',\n component: RcCheckbox,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'size',\n 'checked',\n 'disabled',\n 'autoFocus',\n 'readOnly',\n 'required',\n 'error',\n 'followColorWhenUnChecked',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CheckboxProps = ComponentProps;\n\nexport const Checkbox: Story = ({ ...args }) => {\n return ;\n};\n\nCheckbox.args = {\n color: 'interactive.f01',\n size: 'medium',\n};\n\nCheckbox.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCheckbox.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a11e88130c79a89ea23900bab4855c3e872610fe/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/checkboxes/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const CheckboxExamples: Story = () => {\n return (\n
    \n \n Label placement end\n \n \n
    \n
    \n
    \n \n Label placement start\n \n \n
    \n );\n};\n\nCheckboxExamples.storyName = 'Checkbox Examples';\n\nexport const CheckboxWithCustomIcon: Story = () => {\n return (\n <>\n }\n checkedIcon={}\n />\n }\n checkedIcon={}\n />\n \n );\n};\n\nCheckboxWithCustomIcon.storyName = 'Checkbox with custom icon';\n",locationsMap:{checkbox:{startLoc:{col:46,line:40},endLoc:{col:1,line:42},startBody:{col:46,line:40},endBody:{col:1,line:42}},"checkbox-examples":{startLoc:{col:54,line:70},endLoc:{col:1,line:106},startBody:{col:54,line:70},endBody:{col:1,line:106}},"checkbox-with-custom-icon":{startLoc:{col:60,line:110},endLoc:{col:1,line:125},startBody:{col:60,line:110},endBody:{col:1,line:125}}}}},title:"🚀 Cleanup Components/Forms/Checkbox",component:juno_1.RcCheckbox,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","checked","disabled","autoFocus","readOnly","required","error","followColorWhenUnChecked"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Checkbox=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcCheckbox,tslib_1.__assign({},args))},exports.Checkbox.args={color:"interactive.f01",size:"medium"},exports.Checkbox.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Checkbox.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a11e88130c79a89ea23900bab4855c3e872610fe/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe"},{name:"Mui",href:"https://material-ui.com/components/checkboxes/"},{name:"Accessibility",value:"100%"}]},exports.CheckboxExamples=function(){return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement end"),react_1.default.createElement(juno_1.RcCheckbox,{formControlLabelProps:{labelPlacement:"end"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement start"),react_1.default.createElement(juno_1.RcCheckbox,{formControlLabelProps:{labelPlacement:"start"},label:"Label"}))},exports.CheckboxExamples.storyName="Checkbox Examples",exports.CheckboxWithCustomIcon=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcCheckbox,{label:"Are you available?",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.MemberBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.People})}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Is that ok?",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.AddBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add})}))},exports.CheckboxWithCustomIcon.storyName="Checkbox with custom icon"},"./packages/juno-core/src/components/Forms/FormGroup/__stories__/FormGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCheckbox, RcFormGroup, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/FormGroup',\n component: RcFormGroup,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype FormGroupProps = ComponentProps;\n\nexport const FormGroup: Story = ({ children, ...args }) => {\n const onChange = (checked: any) => console.log(checked);\n\n return (\n \n \n \n \n \n \n \n \n );\n};\n\nFormGroup.args = {};\n\nFormGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nFormGroup.storyName = 'FormGroup';\n\nFormGroup.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/form-group/#formgroup-api',\n },\n ],\n};\n",locationsMap:{"form-group":{startLoc:{col:48,line:23},endLoc:{col:1,line:36},startBody:{col:48,line:23},endBody:{col:1,line:36}}}}},title:"🚀 Cleanup Components/Forms/FormGroup",component:juno_1.RcFormGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.FormGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),onChange=function(checked){return console.log(checked)};return react_1.default.createElement(juno_1.RcFormGroup,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle button 1",onChange}),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle button 2",onChange}),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle button 3",onChange}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Toggle button 3",onChange}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Toggle button 3",onChange}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Toggle button 3",onChange}))},exports.FormGroup.args={},exports.FormGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.FormGroup.storyName="FormGroup",exports.FormGroup.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/form-group/#formgroup-api"}]}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/__stories__/DatePicker.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),dayjs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/dayjs/dayjs.min.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\n\nimport dayjs from 'dayjs';\n\nimport {\n RcButton,\n RcDatePicker,\n RcGrid,\n RcTimePicker,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n isTestEnv,\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/DatePicker',\n component: RcDatePicker,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'label',\n 'value',\n 'placeholder',\n 'disabled',\n 'disableFuture',\n 'disablePast',\n 'max',\n 'min',\n 'locale',\n 'fullWidth',\n 'helperText',\n 'todayButtonText',\n 'formatString',\n 'renderDay',\n 'shouldDisableDate',\n 'clearBtn',\n 'clearButtonProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['minDate', 'maxDate', 'date']),\n },\n} as Meta;\n\ntype DatePickerProps = ComponentProps;\n\nexport const DatePicker: Story = ({ value, ...args }) => {\n const ref = useRef(null);\n\n const [date, setDate] = useState(value);\n\n useEffect(() => {\n console.log(ref);\n }, []);\n\n return (\n <>\n {' '}\n \n \n );\n};\n\nDatePicker.storyName = 'DatePicker';\n\nDatePicker.args = {\n label: RcDatePicker.defaultProps!.label,\n value: isTestEnv ? new Date('2019-11-15') : undefined,\n placeholder: 'when?',\n};\n\nDatePicker.argTypes = {};\n\nDatePicker.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f99d35470270f99f34bb2db645816331d1bdf7a/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/068C0B4C-7869-4F18-9BA3-BDD5C5AE7DC1',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pickers/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst minDate = new Date();\n\n// TODO: need fix snapshot mock with date\nif (!isTestEnv) {\n minDate.setDate(minDate.getDate() + 1);\n}\n\nconst maxDate = new Date('2025-11-15');\n\nexport const DatePickerWithRange: Story = ({\n value,\n ...args\n}) => {\n const [date, setDate] = useState(value);\n\n return (\n \n \n Min\n \n \n \n Max\n \n \n \n Min and Max\n \n \n \n disablePast\n \n \n \n disableFuture\n \n \n \n init value invalid(2019-11-16~2020-11-20)\n \n

    \n {\n setDate(new Date('2019-11-14'));\n }}\n >\n set past date of min(will auto reset to valid min range)\n \n

    \n {\n setDate(new Date('2020-11-25'));\n }}\n >\n set future date of max(will auto reset to valid max range)\n \n
    \n
    \n );\n};\n\nDatePickerWithRange.storyName = 'DatePicker with range';\n\nDatePickerWithRange.args = {\n label: RcDatePicker.defaultProps!.label,\n value: new Date('2019-11-15'),\n placeholder: 'when?',\n};\n\nDatePickerWithRange.argTypes = {};\nconst weekdays = '(日)_(一)_(二)_(三)_(四)_(五)_(六)'.split('_');\n// * if you want to custom dayjs option, you need set that global by yourself\ndayjs.locale('zh-cn', {\n months:\n '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_',\n ),\n weekdaysShort: weekdays,\n weekdaysMin: weekdays,\n weekdays,\n});\n\nexport const DatePickerExamples: Story = () => {\n const [date, setDate] = useState(new Date('2019-11-15'));\n\n const screenReaderProps = useMemo(\n () => ({\n getMonthYearAriaLabel: (monthLabel?: string, expanded?: boolean) => {\n return expanded\n ? `${monthLabel} press enter to access date selector`\n : `${monthLabel}\n press enter to access year selector`;\n },\n getYearAriaLabel: (year?: string, selected?: boolean) => {\n return selected\n ? `Year ${year}, selected. Use arrow keys to navigate`\n : `Year ${year}, press Enter to select and continue`;\n },\n getSwitchMonthAriaLabel: (isNext?: boolean, currentMonth?: string) => {\n return isNext\n ? `Go to next month, current month ${currentMonth}`\n : `Go to previous month, current month ${currentMonth}`;\n },\n getBackToTodayAriaLabel: () => {\n return `Select today as date, press enter to select and return to form`;\n },\n getDayAriaLabel: (selected?: boolean, day?: string) => {\n return selected\n ? `${day}, selected. Use arrow keys to navigate and choose another date`\n : `${day}, press enter to select and return to form. Use arrow keys to navigate to another date`;\n },\n }),\n [],\n );\n\n return (\n <>\n console.log('click', e)}\n onClear={(e: any) => console.log('clear', e)}\n onClose={() => console.log('close')}\n onKeyDown={(e) => console.log('keydown', e)}\n locale=\"en\"\n gutterBottom\n />\n \n
    \n \n Locale\n \n console.log('click', e)}\n onClear={(e: any) => console.log('clear', e)}\n onClose={() => console.log('close')}\n onKeyDown={(e) => console.log('keydown', e)}\n locale=\"zh-cn\"\n todayButtonText=\"今天\"\n label=\"日期\"\n helperText=\"选择日期\"\n />\n console.log('click', e)}\n onClear={(e: any) => console.log('clear', e)}\n onClose={() => console.log('close')}\n onKeyDown={(e) => console.log('keydown', e)}\n locale=\"zh-cn\"\n todayButtonText=\"今天\"\n label=\"日期\"\n helperText=\"选择日期\"\n />\n \n );\n};\n\nDatePickerExamples.storyName = 'DatePicker Examples';\n\nexport const DatePickerWithTimePick: Story = ({\n value,\n ...args\n}) => {\n const ref = useRef(null);\n\n const [date, setDate] = useState(value || null);\n const [time, setTime] = useState(null);\n\n useEffect(() => {\n console.log(ref);\n }, []);\n\n return (\n <>\n \n
    \n setTime(v)} />\n \n );\n};\n\nDatePickerWithTimePick.storyName = 'DatePicker with TimePick';\n",locationsMap:{"date-picker":{startLoc:{col:50,line:58},endLoc:{col:1,line:79},startBody:{col:50,line:58},endBody:{col:1,line:79}},"date-picker-with-range":{startLoc:{col:59,line:117},endLoc:{col:1,line:173},startBody:{col:59,line:117},endBody:{col:1,line:173}},"date-picker-examples":{startLoc:{col:58,line:196},endLoc:{col:1,line:304},startBody:{col:58,line:196},endBody:{col:1,line:304}},"date-picker-with-time-pick":{startLoc:{col:62,line:308},endLoc:{col:1,line:328},startBody:{col:62,line:308},endBody:{col:1,line:328}}}}},title:"🚀 Cleanup Components/Forms/DatePicker",component:juno_1.RcDatePicker,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","label","value","placeholder","disabled","disableFuture","disablePast","max","min","locale","fullWidth","helperText","todayButtonText","formatString","renderDay","shouldDisableDate","clearBtn","clearButtonProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["minDate","maxDate","date"]))},exports.DatePicker=function(_a){var value=_a.value,args=tslib_1.__rest(_a,["value"]),ref=react_1.useRef(null),_b=tslib_1.__read(react_1.useState(value),2),date=_b[0],setDate=_b[1];return react_1.useEffect((function(){console.log(ref)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({size:"small",ref,value:date,onChange:setDate},args))," ",react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({ref,value:date,onChange:setDate},args)))},exports.DatePicker.storyName="DatePicker",exports.DatePicker.args={label:juno_1.RcDatePicker.defaultProps.label,value:juno_storybook_1.isTestEnv?new Date("2019-11-15"):void 0,placeholder:"when?"},exports.DatePicker.argTypes={},exports.DatePicker.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f99d35470270f99f34bb2db645816331d1bdf7a/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/068C0B4C-7869-4F18-9BA3-BDD5C5AE7DC1"},{name:"Mui",href:"https://material-ui.com/components/pickers/"},{name:"Accessibility",value:"100%"}]};var minDate=new Date;juno_storybook_1.isTestEnv||minDate.setDate(minDate.getDate()+1);var maxDate=new Date("2025-11-15");exports.DatePickerWithRange=function(_a){var value=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(value),2),date=_b[0],setDate=_b[1];return react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Min"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({min:minDate},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Max"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({max:maxDate},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Min and Max"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({min:minDate,max:maxDate},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"disablePast"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({disablePast:!0},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"disableFuture"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({disableFuture:!0},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"init value invalid(2019-11-16~2020-11-20)"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({min:new Date("2019-11-16"),max:new Date("2020-11-20"),value:date,onChange:setDate},args)),react_1.default.createElement("br",null)," ",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setDate(new Date("2019-11-14"))}},"set past date of min(will auto reset to valid min range)"),react_1.default.createElement("br",null)," ",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setDate(new Date("2020-11-25"))}},"set future date of max(will auto reset to valid max range)")))},exports.DatePickerWithRange.storyName="DatePicker with range",exports.DatePickerWithRange.args={label:juno_1.RcDatePicker.defaultProps.label,value:new Date("2019-11-15"),placeholder:"when?"},exports.DatePickerWithRange.argTypes={};var weekdays="(日)_(一)_(二)_(三)_(四)_(五)_(六)".split("_");dayjs_1.default.locale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),weekdaysShort:weekdays,weekdaysMin:weekdays,weekdays}),exports.DatePickerExamples=function(){var _a=tslib_1.__read(react_1.useState(new Date("2019-11-15")),2),date=_a[0],setDate=_a[1],screenReaderProps=react_1.useMemo((function(){return{getMonthYearAriaLabel:function(monthLabel,expanded){return expanded?monthLabel+" press enter to access date selector":monthLabel+"\n press enter to access year selector"},getYearAriaLabel:function(year,selected){return selected?"Year "+year+", selected. Use arrow keys to navigate":"Year "+year+", press Enter to select and continue"},getSwitchMonthAriaLabel:function(isNext,currentMonth){return isNext?"Go to next month, current month "+currentMonth:"Go to previous month, current month "+currentMonth},getBackToTodayAriaLabel:function(){return"Select today as date, press enter to select and return to form"},getDayAriaLabel:function(selected,day){return selected?day+", selected. Use arrow keys to navigate and choose another date":day+", press enter to select and return to form. Use arrow keys to navigate to another date"}}}),[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDatePicker,{placeholder:"when?",inputProps:{announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},value:date,onChange:setDate,onClick:function(e){return console.log("click",e)},onClear:function(e){return console.log("clear",e)},onClose:function(){return console.log("close")},onKeyDown:function(e){return console.log("keydown",e)},locale:"en",gutterBottom:!0}),react_1.default.createElement(juno_1.RcDatePicker,{screenReaderProps,value:date,onChange:setDate,placeholder:"when?",locale:"en",fullWidth:!0,clearButtonProps:{title:"clear"},gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"display1",color:"neutral.f06"},"Locale"),react_1.default.createElement(juno_1.RcDatePicker,{clearBtn:!1,screenReaderProps,inputProps:{"aria-describedby":"text-field-today"},value:date,placeholder:"when?",onChange:setDate,onClick:function(e){return console.log("click",e)},onClear:function(e){return console.log("clear",e)},onClose:function(){return console.log("close")},onKeyDown:function(e){return console.log("keydown",e)},locale:"zh-cn",todayButtonText:"今天",label:"日期",helperText:"选择日期"}),react_1.default.createElement(juno_1.RcDatePicker,{size:"small",clearBtn:!1,screenReaderProps,inputProps:{"aria-describedby":"text-field-today"},value:date,placeholder:"when?",onChange:setDate,onClick:function(e){return console.log("click",e)},onClear:function(e){return console.log("clear",e)},onClose:function(){return console.log("close")},onKeyDown:function(e){return console.log("keydown",e)},locale:"zh-cn",todayButtonText:"今天",label:"日期",helperText:"选择日期"}))},exports.DatePickerExamples.storyName="DatePicker Examples",exports.DatePickerWithTimePick=function(_a){var value=_a.value,args=tslib_1.__rest(_a,["value"]),ref=react_1.useRef(null),_b=tslib_1.__read(react_1.useState(value||null),2),date=_b[0],setDate=_b[1],_c=tslib_1.__read(react_1.useState(null),2),time=_c[0],setTime=_c[1];return react_1.useEffect((function(){console.log(ref)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({ref,value:date,onChange:setDate},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,{dateMode:!0,value:time,onChange:function(v){return setTime(v)}}))},exports.DatePickerWithTimePick.storyName="DatePicker with TimePick"},"./packages/juno-core/src/components/Forms/Picker/TimePicker/__stories__/TimePicker.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n getTimestampFromHourAndMin,\n RcButton,\n RcTimePicker,\n RcTimePickerProps,\n RcTypography,\n spacing,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/TimePicker',\n component: RcTimePicker,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'label',\n 'value',\n 'placeholder',\n 'disabled',\n 'max',\n 'min',\n 'fullWidth',\n 'helperText',\n 'clearBtn',\n 'clearButtonProps',\n ]),\n ...notControlInDocTable([]),\n },\n} as Meta;\n\ntype TimePickerProps = ComponentProps;\n\nexport const TimePicker: Story = ({\n value: valueProp,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp);\n\n const handleChange = (time: number) => {\n console.log('time', time);\n setValue(time);\n };\n\n return (\n \n );\n};\n\nTimePicker.storyName = 'TimePicker';\n\nTimePicker.args = {\n label: 'Time',\n value: 58500000,\n placeholder: \"what's time?\",\n};\n\nTimePicker.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTimePicker.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fec04c7f22b6a20886ad30d237b145b6ccd23339/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/842D98B0-CDF7-415E-A9E1-06FE657204D8',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pickers/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const TimePickerWithCoustomPeriodText: Story = () => {\n const [value, setValue] = useState(58500000);\n\n const handleChange = (time: number) => {\n console.log('time', time);\n setValue(time);\n };\n\n return (\n \n );\n};\n\nconst accessibilityProps = {\n HourPickerProps: {\n 'aria-describedby': 'this is hour button',\n getScreenReaderLabel: (hour: string) =>\n `Hour is ${hour}, use up or down arrow keys to change the value`,\n } as RcTimePickerProps['HourPickerProps'],\n MinutePickerProps: {\n 'aria-describedby': 'this is min button',\n getScreenReaderLabel: (minute: string) =>\n `Minute is ${minute}, use up or down arrow keys to change the value`,\n } as RcTimePickerProps['MinutePickerProps'],\n PeriodToggleProps: {\n 'aria-describedby': 'this is period button',\n getScreenReaderLabel: (period: string) =>\n `Period is ${period}, use up or down arrow keys to switch the value`,\n } as RcTimePickerProps['PeriodToggleProps'],\n};\n\nconst defaultPickerValue = new Date('2022/1/1 13:15');\n\nexport const TimePickerExamples: Story = () => {\n // 58500000\n // new Date('2021-01-20T01:30:00.000Z'),\n const [times1, setTimes1] = useState(58500000);\n const [times2, setTimes2] = useState(null);\n const [times3, setTimes3] = useState(null);\n const [times4, setTimes4] = useState(null);\n const [times5, setTimes5] = useState(null);\n\n const handleChange1 = (times: number) => {\n console.log('time', times);\n setTimes1(times);\n };\n\n const handleChange2 = (DateTime: Date) => {\n console.log('DateTime', DateTime);\n setTimes2(DateTime);\n };\n\n const handleChange3 = (times: number) => {\n console.log('time', times);\n setTimes3(times);\n };\n\n const handleChange4 = (DateTime: Date) => {\n console.log('DateTime', DateTime);\n setTimes4(DateTime);\n };\n\n const handleChange5 = (DateTime: Date) => {\n console.log('DateTime', DateTime);\n setTimes5(DateTime);\n };\n\n return (\n <>\n Timestamp Mode\n
    \n \n
    \n \n Date Mode\n
    \n \n
    \n
    \n \n Has min and max\n \n
    \n
    \n
    \n Timestamp Mode\n
    \n \n
    \n
    \n Date Mode\n
    \n \n
    \n
    \n
    \n
    \n \n Twelve Hour System\n \n
    \n
    \n
    \n Timestamp Mode\n
    \n \n
    \n
    \n Date Mode\n
    \n \n
    \n
    \n
    \n
    \n \n With Default Picker Value\n \n
    \n \n \n );\n};\n\nconst Wrapper = styled.div`\n display: flex;\n > * + * {\n margin-left: ${spacing(2)};\n }\n`;\n\nexport const TimePickerChangeRange: Story = () => {\n const [times, setTimes] = useState(38500000);\n const [times2, setTimes2] = useState(38500000);\n const [min, setMin] = useState(38500000);\n const [max, setMax] = useState(58500000);\n\n const [isTwelveHourSystem, setIsTwelveHourSystem] = useState(false);\n\n const minButtons = [\n { hour: 5, minute: 15 },\n { hour: 16, minute: 0 },\n { hour: 16, minute: 15 },\n ];\n\n const maxButtons = [\n { hour: 11, minute: 15 },\n { hour: 16, minute: 0 },\n { hour: 19, minute: 0 },\n { hour: 19, minute: 15 },\n ];\n\n return (\n <>\n \n
    \n Min and Max\n {\n console.log('time', value);\n setTimes(value);\n }}\n min={min}\n max={max}\n isTwelveHourSystem={isTwelveHourSystem}\n gutterBottom\n placeholder=\"what's time?\"\n PopoverProps={{\n PaperProps: {\n 'aria-label':\n 'press Enter to save the time or use Tab to make further changes or Escape to cancel',\n },\n }}\n {...accessibilityProps}\n inputProps={{\n announcementText: 'press enter or space to change the time',\n }}\n />\n
    \n
    \n Only min\n {\n console.log('time', value);\n setTimes2(value);\n }}\n min={min}\n isTwelveHourSystem={isTwelveHourSystem}\n gutterBottom\n placeholder=\"what's time?\"\n PopoverProps={{\n PaperProps: {\n 'aria-label':\n 'press Enter to save the time or use Tab to make further changes or Escape to cancel',\n },\n }}\n {...accessibilityProps}\n inputProps={{\n announcementText: 'press enter or space to change the time',\n }}\n />\n
    \n
    \n
    \n {\n setIsTwelveHourSystem(!isTwelveHourSystem);\n }}\n >\n switch to twelve hour system\n \n
    \n
    \n \n {minButtons.map((x) => {\n const toSetTimestamp = getTimestampFromHourAndMin(x);\n\n const showValue = `reset min to ${x.hour}:${x.minute}`;\n\n return (\n {\n setMin(toSetTimestamp);\n }}\n >\n {showValue}\n \n );\n })}\n \n
    \n \n {maxButtons.map((x) => {\n const toSetTimestamp = getTimestampFromHourAndMin(x);\n\n const showValue = `reset max to ${x.hour}:${x.minute}`;\n\n return (\n toSetTimestamp}\n onClick={() => {\n setMax(toSetTimestamp);\n }}\n >\n {showValue}\n \n );\n })}\n \n \n );\n};\n\nTimePickerExamples.storyName = 'TimePicker Examples';\n\nexport const TimePickerWithDefaultPickerValue: Story = ({\n value: valueProp,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp);\n\n const handleChange = (time: number) => {\n console.log('time', time);\n setValue(time);\n };\n\n return (\n \n );\n};\n\nTimePickerWithDefaultPickerValue.storyName =\n 'TimePicker with default picker value';\n\nTimePickerWithDefaultPickerValue.args = {\n label: 'Time',\n value: null,\n defaultPickerValue: new Date('2021/12/12 14:15:11'),\n placeholder: \"what's time?\",\n};\n\nTimePickerWithDefaultPickerValue.argTypes = {\n ...notControlInDocTable([]),\n};\n",locationsMap:{"time-picker":{startLoc:{col:50,line:42},endLoc:{col:1,line:61},startBody:{col:50,line:42},endBody:{col:1,line:61}},"time-picker-with-coustom-period-text":{startLoc:{col:54,line:92},endLoc:{col:1,line:114},startBody:{col:54,line:92},endBody:{col:1,line:114}},"time-picker-examples":{startLoc:{col:58,line:136},endLoc:{col:1,line:373},startBody:{col:58,line:136},endBody:{col:1,line:373}},"time-picker-change-range":{startLoc:{col:61,line:382},endLoc:{col:1,line:508},startBody:{col:61,line:382},endBody:{col:1,line:508}},"time-picker-with-default-picker-value":{startLoc:{col:72,line:512},endLoc:{col:1,line:532},startBody:{col:72,line:512},endBody:{col:1,line:532}}}}},title:"🚀 Cleanup Components/Forms/TimePicker",component:juno_1.RcTimePicker,argTypes:tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","label","value","placeholder","disabled","max","min","fullWidth","helperText","clearBtn","clearButtonProps"])),juno_storybook_1.notControlInDocTable([]))},exports.TimePicker=function(_a){var valueProp=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueProp),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value,onChange:function(time){console.log("time",time),setValue(time)}},args,accessibilityProps))},exports.TimePicker.storyName="TimePicker",exports.TimePicker.args={label:"Time",value:585e5,placeholder:"what's time?"},exports.TimePicker.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TimePicker.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fec04c7f22b6a20886ad30d237b145b6ccd23339/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/842D98B0-CDF7-415E-A9E1-06FE657204D8"},{name:"Mui",href:"https://material-ui.com/components/pickers/"},{name:"Accessibility",value:"100%"}]},exports.TimePickerWithCoustomPeriodText=function(){var _a=tslib_1.__read(react_1.useState(585e5),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value,onChange:function(time){console.log("time",time),setValue(time)},label:"Time",isTwelveHourSystem:!0,placeholder:"what's time?",periodTexts:{input:{AM:"早上",PM:"晚上"},toggle:{AM:"早",PM:"晚"}}},accessibilityProps))};var accessibilityProps={HourPickerProps:{"aria-describedby":"this is hour button",getScreenReaderLabel:function(hour){return"Hour is "+hour+", use up or down arrow keys to change the value"}},MinutePickerProps:{"aria-describedby":"this is min button",getScreenReaderLabel:function(minute){return"Minute is "+minute+", use up or down arrow keys to change the value"}},PeriodToggleProps:{"aria-describedby":"this is period button",getScreenReaderLabel:function(period){return"Period is "+period+", use up or down arrow keys to switch the value"}}},defaultPickerValue=new Date("2022/1/1 13:15");exports.TimePickerExamples=function(){var _a=tslib_1.__read(react_1.useState(585e5),2),times1=_a[0],setTimes1=_a[1],_b=tslib_1.__read(react_1.useState(null),2),times2=_b[0],setTimes2=_b[1],_c=tslib_1.__read(react_1.useState(null),2),times3=_c[0],setTimes3=_c[1],_d=tslib_1.__read(react_1.useState(null),2),times4=_d[0],setTimes4=_d[1],_e=tslib_1.__read(react_1.useState(null),2),times5=_e[0],setTimes5=_e[1],handleChange1=function(times){console.log("time",times),setTimes1(times)},handleChange3=function(times){console.log("time",times),setTimes3(times)},handleChange4=function(DateTime){console.log("DateTime",DateTime),setTimes4(DateTime)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Timestamp Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times1,onChange:handleChange1,inputProps:{announcementText:"press enter or space to change the time"},gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times1,onChange:handleChange1,isTwelveHourSystem:!0,inputProps:{announcementText:"press enter or space to change the time"},gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps)),react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Date Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times2,onChange:function(DateTime){console.log("DateTime",DateTime),setTimes2(DateTime)},dateMode:!0,placeholder:"what's time?",inputProps:{"data-test-automation-id":"eventEditEndTimePicker",announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},InputProps:{fullWidth:!0,required:!0},fullWidth:!0},accessibilityProps,{isTwelveHourSystem:!0})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1",color:"neutral.f06"},"Has min and max"),react_1.default.createElement("br",null),react_1.default.createElement("div",{style:{display:"flex"}},react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Timestamp Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times3,placeholder:"what's time?",onChange:handleChange3,inputProps:{announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},min:585e5,max:66606e3},accessibilityProps))),react_1.default.createElement("div",{style:{marginLeft:"30px"}},react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Date Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times4,placeholder:"what's time?",onChange:handleChange4,min:new Date("2020/01/01 16:10"),max:new Date("2020/01/01 18:31"),dateMode:!0,inputProps:{"data-test-automation-id":"eventEditEndTimePicker",announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},InputProps:{fullWidth:!0,required:!0}},accessibilityProps)))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1",color:"neutral.f06"},"Twelve Hour System"),react_1.default.createElement("br",null),react_1.default.createElement("div",{style:{display:"flex"}},react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Timestamp Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times3,placeholder:"what's time?",onChange:handleChange3,isTwelveHourSystem:!0,inputProps:{announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},min:585e5,max:66606e3},accessibilityProps))),react_1.default.createElement("div",{style:{marginLeft:"30px"}},react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Date Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times4,placeholder:"what's time?",onChange:handleChange4,isTwelveHourSystem:!0,min:new Date("2020/01/01 16:10"),max:new Date("2020/01/01 18:31"),dateMode:!0,inputProps:{"data-test-automation-id":"eventEditEndTimePicker",announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},InputProps:{fullWidth:!0,required:!0}},accessibilityProps)))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"With Default Picker Value"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({dateMode:!0,value:times5,onChange:function(DateTime){console.log("DateTime",DateTime),setTimes5(DateTime)},defaultPickerValue,inputProps:{announcementText:"press enter or space to change the time"},gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps)))};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n > * + * {\n margin-left: ",";\n }\n"],["\n display: flex;\n > * + * {\n margin-left: ",";\n }\n"])),juno_1.spacing(2));exports.TimePickerChangeRange=function(){var _a=tslib_1.__read(react_1.useState(385e5),2),times=_a[0],setTimes=_a[1],_b=tslib_1.__read(react_1.useState(385e5),2),times2=_b[0],setTimes2=_b[1],_c=tslib_1.__read(react_1.useState(385e5),2),min=_c[0],setMin=_c[1],_d=tslib_1.__read(react_1.useState(585e5),2),max=_d[0],setMax=_d[1],_e=tslib_1.__read(react_1.useState(!1),2),isTwelveHourSystem=_e[0],setIsTwelveHourSystem=_e[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Wrapper,null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Min and Max"),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times,onChange:function(value){console.log("time",value),setTimes(value)},min,max,isTwelveHourSystem,gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps,{inputProps:{announcementText:"press enter or space to change the time"}}))),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Only min"),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times2,onChange:function(value){console.log("time",value),setTimes2(value)},min,isTwelveHourSystem,gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps,{inputProps:{announcementText:"press enter or space to change the time"}})))),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b03",onClick:function(){setIsTwelveHourSystem(!isTwelveHourSystem)}},"switch to twelve hour system"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(Wrapper,null,[{hour:5,minute:15},{hour:16,minute:0},{hour:16,minute:15}].map((function(x){var toSetTimestamp=juno_1.getTimestampFromHourAndMin(x),showValue="reset min to "+x.hour+":"+x.minute;return react_1.default.createElement(juno_1.RcButton,{key:showValue,disabled:maxtoSetTimestamp,onClick:function(){setMax(toSetTimestamp)}},showValue)}))))},exports.TimePickerExamples.storyName="TimePicker Examples",exports.TimePickerWithDefaultPickerValue=function(_a){var valueProp=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueProp),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value,onChange:function(time){console.log("time",time),setValue(time)},dateMode:!0},args,accessibilityProps))},exports.TimePickerWithDefaultPickerValue.storyName="TimePicker with default picker value",exports.TimePickerWithDefaultPickerValue.args={label:"Time",value:null,defaultPickerValue:new Date("2021/12/12 14:15:11"),placeholder:"what's time?"},exports.TimePickerWithDefaultPickerValue.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]))},"./packages/juno-core/src/components/Forms/Radio/__stories__/Radio.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcFormControl,\n RcFormLabel,\n RcIcon,\n RcRadio,\n RcRadioGroup,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Add, AddBorder, MemberBorder, People } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Radio',\n component: RcRadio,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'size',\n 'checked',\n 'disabled',\n 'autoFocus',\n 'readOnly',\n 'required',\n 'error',\n 'followColorWhenUnChecked',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RadioProps = ComponentProps;\n\nexport const Radio: Story = ({ ...args }) => {\n return ;\n};\n\nRadio.args = {\n color: 'interactive.f01',\n size: 'medium',\n};\n\nRadio.argTypes = {\n ...notControlInDocTable([]),\n};\n\nRadio.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/radio-buttons/#radio',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const RadioExamples: Story = () => {\n return (\n <>\n \n Label placement end\n \n \n
    \n
    \n
    \n \n Label placement start\n \n \n \n );\n};\n\nRadioExamples.storyName = 'Radio Examples';\n\nexport const RadioWithCustomIcon: Story = ({ size }) => {\n const [value, setValue] = React.useState(0);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(+event.target.value);\n };\n\n return (\n \n Gender\n \n }\n checkedIcon={}\n />\n }\n checkedIcon={}\n />\n \n \n );\n};\n\nRadioWithCustomIcon.storyName = 'Radio with custom icon';\n",locationsMap:{radio:{startLoc:{col:40,line:47},endLoc:{col:1,line:49},startBody:{col:40,line:47},endBody:{col:1,line:49}},"radio-examples":{startLoc:{col:48,line:77},endLoc:{col:1,line:113},startBody:{col:48,line:77},endBody:{col:1,line:113}},"radio-with-custom-icon":{startLoc:{col:54,line:117},endLoc:{col:1,line:145},startBody:{col:54,line:117},endBody:{col:1,line:145}}}}},title:"🚀 Cleanup Components/Forms/Radio",component:juno_1.RcRadio,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","checked","disabled","autoFocus","readOnly","required","error","followColorWhenUnChecked"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Radio=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcRadio,tslib_1.__assign({},args))},exports.Radio.args={color:"interactive.f01",size:"medium"},exports.Radio.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Radio.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe"},{name:"Mui",href:"https://material-ui.com/components/radio-buttons/#radio"},{name:"Accessibility",value:"100%"}]},exports.RadioExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement end"),react_1.default.createElement(juno_1.RcRadio,{formControlLabelProps:{labelPlacement:"end"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement start"),react_1.default.createElement(juno_1.RcRadio,{formControlLabelProps:{labelPlacement:"start"},label:"Label"}))},exports.RadioExamples.storyName="Radio Examples",exports.RadioWithCustomIcon=function(_a){var size=_a.size,_b=tslib_1.__read(react_1.default.useState(0),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcFormControl,null,react_1.default.createElement(juno_1.RcFormLabel,null,"Gender"),react_1.default.createElement(juno_1.RcRadioGroup,{row:!0,value,onChange:function(event){setValue(+event.target.value)}},react_1.default.createElement(juno_1.RcRadio,{value:0,size,label:"female",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.MemberBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.People})}),react_1.default.createElement(juno_1.RcRadio,{value:1,size,label:"male",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.AddBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add})})))},exports.RadioWithCustomIcon.storyName="Radio with custom icon"},"./packages/juno-core/src/components/Forms/RadioGroup/__stories__/RadioGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcFormControl,\n RcFormControlLabel,\n RcFormLabel,\n RcRadio,\n RcRadioGroup,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/RadioGroup',\n component: RcRadioGroup,\n argTypes: {\n ...sortInDocTable(['row', 'value']),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RadioGroupProps = ComponentProps;\n\nexport const RadioGroup: Story = ({ children, ...args }) => {\n return (\n \n }\n label=\"Radio 1\"\n />\n }\n label=\"Radio 2\"\n />\n \n );\n};\n\nRadioGroup.args = {};\n\nRadioGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nRadioGroup.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/radio-buttons/#radio',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const RadioGroupExamples: Story = () => {\n const [value, setValue] = React.useState('radio1');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n
    \n \n With RcFormControl and RcRadioGroup\n \n \n FormLabel\n \n }\n label=\"RcRadio wrapped by RcFormControlLabel\"\n />\n \n \n \n \n
    \n );\n};\n\nRadioGroupExamples.storyName = 'RadioGroup Examples';\n",locationsMap:{"radio-group":{startLoc:{col:50,line:30},endLoc:{col:1,line:45},startBody:{col:50,line:30},endBody:{col:1,line:45}},"radio-group-examples":{startLoc:{col:58,line:70},endLoc:{col:1,line:101},startBody:{col:58,line:70},endBody:{col:1,line:101}}}}},title:"🚀 Cleanup Components/Forms/RadioGroup",component:juno_1.RcRadioGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["row","value"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.RadioGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcRadioGroup,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcFormControlLabel,{value:"radio1",control:react_1.default.createElement(juno_1.RcRadio,null),label:"Radio 1"}),react_1.default.createElement(juno_1.RcFormControlLabel,{value:"radio2",control:react_1.default.createElement(juno_1.RcRadio,null),label:"Radio 2"}))},exports.RadioGroup.args={},exports.RadioGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.RadioGroup.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe"},{name:"Mui",href:"https://material-ui.com/components/radio-buttons/#radio"},{name:"Accessibility",value:"100%"}]},exports.RadioGroupExamples=function(){var _a=tslib_1.__read(react_1.default.useState("radio1"),2),value=_a[0],setValue=_a[1];return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"With RcFormControl and RcRadioGroup"),react_1.default.createElement(juno_1.RcFormControl,null,react_1.default.createElement(juno_1.RcFormLabel,null,"FormLabel"),react_1.default.createElement(juno_1.RcRadioGroup,{value,onChange:function(event){setValue(event.target.value)}},react_1.default.createElement(juno_1.RcFormControlLabel,{value:"radio1",control:react_1.default.createElement(juno_1.RcRadio,null),label:"RcRadio wrapped by RcFormControlLabel"}),react_1.default.createElement(juno_1.RcRadio,{label:"RcRadio use label prop",value:"radio2"}),react_1.default.createElement(juno_1.RcRadio,{label:"RcRadio disabled",value:"radio3",disabled:!0}))))},exports.RadioGroupExamples.storyName="RadioGroup Examples"},"./packages/juno-core/src/components/Forms/Select/PlainSelect/__stories__/PlainSelects.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport {\n RcBox,\n RcGrid,\n RcIcon,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcPlainSelect,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Add, BubbleLines, BubbleLinesBorder } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Selects/PlainSelect',\n component: RcPlainSelect,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'size',\n 'virtualize',\n 'disabled',\n 'fullWidth',\n 'autoFocus',\n ]),\n ...notControlInDocTable(['value']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst menuList = [\n { id: 1, value: 'One', symbol: BubbleLinesBorder },\n { id: 2, value: 'Two', symbol: BubbleLines },\n { id: 3, value: 'Three', symbol: Add },\n];\n\ntype PlainSelectProps = ComponentProps;\n\nexport const PlainSelect: Story = ({ ...args }) => {\n const [value, setValue] = useState(1);\n\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const id = Number(event.target.value);\n setValue(id);\n };\n\n return (\n \n \n controlled mode\n {\n console.log('open', e);\n }}\n onClose={(e) => {\n console.log(e);\n }}\n >\n {menuList.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n uncontrolled mode\n {\n console.log('value change', e, v);\n }}\n data-test-automation-id=\"demo\"\n >\n {menuList.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n );\n};\n\nPlainSelect.storyName = 'PlainSelect';\n\nPlainSelect.args = {};\nPlainSelect.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3D1C7D1B-2973-4396-AFA9-349A5D2F2393',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst PlainSelectComponent: FunctionComponent> = ({\n color,\n}) => {\n const [value, setValue] = useState(1);\n\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const id = Number(event.target.value);\n setValue(id);\n };\n\n return (\n
    \n text\n \n {menuList.map((item) => (\n \n {item.value}\n \n ))}\n \n
    \n
    \n plain\n \n {menuList.map((item) => (\n \n \n \n \n \n \n ))}\n \n
    \n
    \n round\n \n {menuList.map((item) => (\n \n \n \n ))}\n \n
    \n
    \n plainIcon\n \n {menuList.map((item) => (\n \n \n \n ))}\n \n
    \n );\n};\n\nexport const PlainSelectExamples: Story = () => {\n return (\n \n \n \n \n );\n};\n\nPlainSelectExamples.storyName = 'PlainSelect Examples';\n",locationsMap:{"plain-select":{startLoc:{col:52,line:54},endLoc:{col:1,line:106},startBody:{col:52,line:54},endBody:{col:1,line:106}},"plain-select-examples":{startLoc:{col:60,line:206},endLoc:{col:1,line:213},startBody:{col:60,line:206},endBody:{col:1,line:213}}}}},title:"🚀 Cleanup Components/Selects/PlainSelect",component:juno_1.RcPlainSelect,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","size","virtualize","disabled","fullWidth","autoFocus"])),juno_storybook_1.notControlInDocTable(["value"])),juno_storybook_1.notShowInDocTable([]))};var menuList=[{id:1,value:"One",symbol:juno_icon_1.BubbleLinesBorder},{id:2,value:"Two",symbol:juno_icon_1.BubbleLines},{id:3,value:"Three",symbol:juno_icon_1.Add}];exports.PlainSelect=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(1),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"controlled mode"),react_1.default.createElement(juno_1.RcPlainSelect,tslib_1.__assign({},args,{value,onChange:function(event){var id=Number(event.target.value);setValue(id)},"data-test-automation-id":"demo",onOpen:function(e){console.log("open",e)},onClose:function(e){console.log(e)}}),menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"uncontrolled mode"),react_1.default.createElement(juno_1.RcPlainSelect,tslib_1.__assign({},args,{defaultValue:1,onChange:function(e,v){console.log("value change",e,v)},"data-test-automation-id":"demo"}),menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},item.value)})))))},exports.PlainSelect.storyName="PlainSelect",exports.PlainSelect.args={},exports.PlainSelect.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3D1C7D1B-2973-4396-AFA9-349A5D2F2393"},{name:"Accessibility",value:"100%"}]};var PlainSelectComponent=function(_a){var color=_a.color,_b=tslib_1.__read(react_1.useState(1),2),value=_b[0],setValue=_b[1],handleChange=function(event){var id=Number(event.target.value);setValue(id)};return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"text"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"text"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"plain"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"plain"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},react_1.default.createElement(juno_1.RcListItemIcon,{color:"inherit"},react_1.default.createElement(juno_1.RcIcon,{symbol:item.symbol})),react_1.default.createElement(juno_1.RcListItemText,{primaryTypographyProps:{color:"inherit"},primary:item.value}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"round"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"round"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},react_1.default.createElement(juno_1.RcIcon,{symbol:item.symbol}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"plainIcon"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"plainIcon"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},react_1.default.createElement(juno_1.RcIcon,{symbol:item.symbol}))}))))};exports.PlainSelectExamples=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(PlainSelectComponent,null),react_1.default.createElement(PlainSelectComponent,{color:"success.f11"}))},exports.PlainSelectExamples.storyName="PlainSelect Examples"},"./packages/juno-core/src/components/Forms/Select/__stories__/Selects.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcCheckbox,\n RcGrid,\n RcListItem,\n RcMenuItem,\n RcSelect,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Selects/Select',\n component: RcSelect,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'size',\n 'disabled',\n 'error',\n 'required',\n 'fullWidth',\n 'virtualize',\n 'label',\n 'placeholder',\n 'open',\n 'displayEmpty',\n 'readOnly',\n 'focused',\n 'autoFocus',\n ]),\n ...notControlInDocTable([\n 'multiple',\n 'defaultValue',\n 'value',\n ]),\n ...notShowInDocTable(['onFocus', 'onBlur']),\n },\n} as Meta;\n\nconst menus = [\n { id: -1, value: 0 },\n { id: 0, value: 'Zero' },\n { id: 1, value: 'One: truncated when text too long!!!' },\n { id: 2, value: 'Two' },\n { id: 3, value: 'Three' },\n];\n\ntype SelectProps = ComponentProps;\n\nconst disabledIndexes = [5];\n\nconst virtualizeMenus = range(0, 1000).map((index) => {\n return (\n \n {index}-Item\n \n );\n});\n\nexport const Select: Story = ({ id, variant, ...args }) => {\n const [value, setValue] = useState(undefined);\n\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n \n \n \n LineSelect\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n BoxSelect\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n uncontrolled mode\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n uncontrolled mode\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n );\n};\n\nSelect.args = {\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nSelect.argTypes = {\n ...notControlInDocTable(['id', 'variant']),\n};\n\nSelect.parameters = {\n tags: [\n {\n name: 'Spec',\n value: 'LineSelect',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/30351BF2-EF70-4F72-ABFB-0511FF5A4E9F',\n },\n {\n name: 'Spec',\n value: 'BoxSelect',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8F8CA3D0-3173-4B76-980A-F7977FD20412',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/selects/#select',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const VirtualizeMenu: Story = ({ ...args }) => {\n const [value2, setValue2] = useState(null);\n\n return (\n \n \n \n VirtualizeLineSelect\n \n setValue2(e.target.value)}\n onOpen={(e) => {\n console.log('open', e);\n }}\n virtualize\n value={value2}\n >\n {virtualizeMenus}\n \n \n \n \n VirtualizeBoxSelect\n \n setValue2(e.target.value)}\n onOpen={(e) => {\n console.log('open', e);\n }}\n virtualize\n value={value2}\n >\n {virtualizeMenus}\n \n \n \n );\n};\n\nVirtualizeMenu.args = {\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nexport const LineSelect: Story = ({ ...args }) => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n const [value2, setValue2] = useState([]);\n\n const handleChange2 = (event: React.ChangeEvent) => {\n // * here will get the result array\n console.log(event);\n setValue2(event.target.value as any);\n };\n\n return (\n <>\n \n Single Select\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Custom color\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Focused with custom color\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Multiple\n \n {\n console.log('open', e);\n }}\n value={value2}\n renderValue={(v: number[]) => `Filter(${v?.length})`}\n {...args}\n placeholder=\"Select multiple item\"\n >\n {menus.map((item) => (\n \n -1} />\n {item.value}\n \n ))}\n \n \n Focused\n \n {\n console.log('open', e);\n }}\n value={value}\n focused\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Error\n \n {\n console.log('open', e);\n }}\n value={value}\n error\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Disabled\n \n {\n console.log('open', e);\n }}\n value={value}\n disabled\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n\nLineSelect.storyName = 'LineSelect';\n\nLineSelect.args = {\n id: 'select-id',\n variant: 'line',\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nLineSelect.argTypes = {\n ...notShowInDocTable([]),\n};\n\nexport const BoxSelect: Story = ({ ...args }) => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n <>\n \n Single Select\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Focused with custom color\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n
    \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Error\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Disabled\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Focused\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n\nBoxSelect.storyName = 'BoxSelect';\n\nBoxSelect.args = {\n id: 'select-id2',\n variant: 'box',\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nBoxSelect.argTypes = {\n ...notShowInDocTable([]),\n};\n\nexport const SelectWithoutLabel: Story = () => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n <>\n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n
    \n
    \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n\nexport const SelectWithCustomMenuProps: Story = () => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n <>\n {\n console.log('open', e);\n }}\n value={value}\n MenuProps={{\n anchorOrigin: {\n vertical: 'bottom',\n horizontal: 'left',\n },\n getContentAnchorEl: null,\n }}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n",locationsMap:{select:{startLoc:{col:42,line:82},endLoc:{col:1,line:194},startBody:{col:42,line:82},endBody:{col:1,line:194}},"virtualize-menu":{startLoc:{col:50,line:229},endLoc:{col:1,line:281},startBody:{col:50,line:229},endBody:{col:1,line:281}},"line-select":{startLoc:{col:46,line:289},endLoc:{col:1,line:439},startBody:{col:46,line:289},endBody:{col:1,line:439}},"box-select":{startLoc:{col:45,line:455},endLoc:{col:1,line:575},startBody:{col:45,line:455},endBody:{col:1,line:575}},"select-without-label":{startLoc:{col:54,line:591},endLoc:{col:1,line:635},startBody:{col:54,line:591},endBody:{col:1,line:635}},"select-with-custom-menu-props":{startLoc:{col:61,line:637},endLoc:{col:1,line:671},startBody:{col:61,line:637},endBody:{col:1,line:671}}}}},title:"🚀 Cleanup Components/Selects/Select",component:juno_1.RcSelect,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","size","disabled","error","required","fullWidth","virtualize","label","placeholder","open","displayEmpty","readOnly","focused","autoFocus"])),juno_storybook_1.notControlInDocTable(["multiple","defaultValue","value"])),juno_storybook_1.notShowInDocTable(["onFocus","onBlur"]))};var menus=[{id:-1,value:0},{id:0,value:"Zero"},{id:1,value:"One: truncated when text too long!!!"},{id:2,value:"Two"},{id:3,value:"Three"}],disabledIndexes=[5],virtualizeMenus=range_1.default(0,1e3).map((function(index){return react_1.default.createElement(juno_1.RcMenuItem,{disabled:disabledIndexes.includes(index),key:index+"-Item","data-search-text":index+"-Item",value:index+"-Item"},index,"-Item")}));exports.Select=function(_a){_a.id,_a.variant;var args=tslib_1.__rest(_a,["id","variant"]),_b=tslib_1.__read(react_1.useState(void 0),2),value=_b[0],setValue=_b[1],handleChange=function(event){var value=event.target.value;setValue(+value)};return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"LineSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{title:"example",onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"BoxSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{variant:"box",id:"box-select",SelectInputProps:{MenuProps:{MenuListProps:{"aria-activedescendant":"test message"}}},onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"uncontrolled mode"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{id:"line-select-uncontrolled",defaultValue:3}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"uncontrolled mode"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{variant:"box",id:"box-select-uncontrolled",defaultValue:3}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))))},exports.Select.args={placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.Select.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["id","variant"])),exports.Select.parameters={tags:[{name:"Spec",value:"LineSelect",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/30351BF2-EF70-4F72-ABFB-0511FF5A4E9F"},{name:"Spec",value:"BoxSelect",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8F8CA3D0-3173-4B76-980A-F7977FD20412"},{name:"Mui",href:"https://material-ui.com/components/selects/#select"},{name:"Accessibility",value:"100%"}]},exports.VirtualizeMenu=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(null),2),value2=_b[0],setValue2=_b[1];return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"VirtualizeLineSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{id:"virtual-line-select",onChange:function(e){return setValue2(e.target.value)},onOpen:function(e){console.log("open",e)},virtualize:!0,value:value2}),virtualizeMenus)),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"VirtualizeBoxSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{variant:"box",id:"virtual-box-select",onChange:function(e){return setValue2(e.target.value)},onOpen:function(e){console.log("open",e)},virtualize:!0,value:value2}),virtualizeMenus)))},exports.VirtualizeMenu.args={placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.LineSelect=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(void 0),2),value=_b[0],setValue=_b[1],handleChange=function(event){var value=event.target.value;setValue(+value)},_c=tslib_1.__read(react_1.useState([]),2),value2=_c[0],setValue2=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Single Select"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Custom color"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"warning.f11",onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused with custom color"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"success.f11",focused:!0,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Multiple"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:function(event){console.log(event),setValue2(event.target.value)},multiple:!0,onOpen:function(e){console.log("open",e)},value:value2,renderValue:function(v){return"Filter("+(null==v?void 0:v.length)+")"}},args,{placeholder:"Select multiple item"}),menus.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0,value:item.id,key:item.id},react_1.default.createElement(juno_1.RcCheckbox,{checked:value2.indexOf(item.id)>-1}),item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value,focused:!0},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Error"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value,error:!0},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Disabled"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value,disabled:!0},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))},exports.LineSelect.storyName="LineSelect",exports.LineSelect.args={id:"select-id",variant:"line",placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.LineSelect.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable([])),exports.BoxSelect=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(void 0),2),value=_b[0],setValue=_b[1],handleChange=function(event){var value=event.target.value;setValue(+value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Single Select"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused with custom color"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"warning.f11",focused:!0,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"success.f11",focused:!0,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Error"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{error:!0,onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Disabled"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{disabled:!0,onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{focused:!0,onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))},exports.BoxSelect.storyName="BoxSelect",exports.BoxSelect.args={id:"select-id2",variant:"box",placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.BoxSelect.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable([])),exports.SelectWithoutLabel=function(){var _a=tslib_1.__read(react_1.useState(void 0),2),value=_a[0],setValue=_a[1],handleChange=function(event){var value=event.target.value;setValue(+value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSelect,{placeholder:"Select an age, please",onChange:handleChange,onOpen:function(e){console.log("open",e)},value},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSelect,{variant:"box",placeholder:"Select an age, please",onChange:handleChange,onOpen:function(e){console.log("open",e)},value},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))},exports.SelectWithCustomMenuProps=function(){var _a=tslib_1.__read(react_1.useState(void 0),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSelect,{placeholder:"Select an age, please",onChange:function(event){var value=event.target.value;setValue(+value)},onOpen:function(e){console.log("open",e)},value,MenuProps:{anchorOrigin:{vertical:"bottom",horizontal:"left"},getContentAnchorEl:null}},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))}},"./packages/juno-core/src/components/Forms/Slider/__stories__/Slider.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcGrid, RcIcon, RcSlider, RcTextField } from '@ringcentral/juno';\nimport { SpeakerMute, SpeakerUp, Star } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Slider',\n component: RcSlider,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'defaultValue',\n 'valueLabelDisplay',\n 'value',\n 'onChange',\n 'onChangeCommitted',\n 'disabled',\n 'track',\n 'step',\n 'marks',\n 'orientation',\n 'max',\n 'min',\n 'scale',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SliderProps = ComponentProps;\n\nexport const Slider: Story = ({ value: valueProp, ...args }) => {\n const [value, setValue] = useState(valueProp || 0);\n\n return setValue(v)} {...args} />;\n};\n\nSlider.args = {};\n\nSlider.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSlider.parameters = {\n tags: [\n // {\n // name: 'Spec',\n // href: '',\n // },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/slider/#slider',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const SliderExamples: Story = ({\n value: valueProp,\n color,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp || 0);\n const [value2, setValue2] = useState(valueProp || 0);\n const [value3, setValue3] = useState(valueProp || 0);\n\n const handleChange = (\n _e: React.ChangeEvent<{}>,\n v: number | number[],\n ): void => setValue(v);\n const handleChange2 = (\n _e: React.ChangeEvent<{}>,\n v: number | number[],\n ): void => setValue2(v);\n const handleChange3 = (\n _e: React.ChangeEvent<{}>,\n v: number | number[],\n ): void => setValue3(v);\n\n return (\n <>\n Slider with icon\n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n Slider with TextField\n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n Slider with Volume\n \n \n \n \n \n `${x}%`}\n color={color}\n {...args}\n />\n \n \n \n \n \n \n );\n};\n",locationsMap:{slider:{startLoc:{col:42,line:46},endLoc:{col:1,line:50},startBody:{col:42,line:46},endBody:{col:1,line:50}},"slider-examples":{startLoc:{col:50,line:75},endLoc:{col:1,line:167},startBody:{col:50,line:75},endBody:{col:1,line:167}}}}},title:"🚀 Cleanup Components/Forms/Slider",component:juno_1.RcSlider,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["defaultValue","valueLabelDisplay","value","onChange","onChangeCommitted","disabled","track","step","marks","orientation","max","min","scale"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Slider=function(_a){var valueProp=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueProp||0),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value,onChange:function(e,v){return setValue(v)}},args))},exports.Slider.args={},exports.Slider.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Slider.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/slider/#slider"},{name:"Accessibility",value:"100%"}]},exports.SliderExamples=function(_a){var valueProp=_a.value,color=_a.color,args=tslib_1.__rest(_a,["value","color"]),_b=tslib_1.__read(react_1.useState(valueProp||0),2),value=_b[0],setValue=_b[1],_c=tslib_1.__read(react_1.useState(valueProp||0),2),value2=_c[0],setValue2=_c[1],_d=tslib_1.__read(react_1.useState(valueProp||0),2),value3=_d[0],setValue3=_d[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Slider with icon"),react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4,alignItems:"center"},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,color,size:"medium"})),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value,"aria-labelledby":"input-slider",onChange:function(_e,v){return setValue(v)},color},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,color,size:"medium"}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Slider with TextField"),react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4,alignItems:"center"},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,color,size:"medium"})),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value:value2,onChange:function(_e,v){return setValue2(v)},"aria-labelledby":"input-slider",color},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcTextField,{value:value2,style:{width:"2em"},InputProps:{readOnly:!0},clearBtn:!1}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Slider with Volume"),react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4,alignItems:"center"},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.SpeakerUp,color,size:"medium"})),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value:value3,onChange:function(_e,v){return setValue3(v)},"aria-labelledby":"input-slider",valueLabelFormat:function(x){return x+"%"},color},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.SpeakerMute,color,size:"medium"}))))}},"./packages/juno-core/src/components/Forms/Switch/__stories__/Switch.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcFormControl,\n RcFormControlLabel,\n RcFormGroup,\n RcFormLabel,\n RcSwitch,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Switch',\n component: RcSwitch,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'checked',\n 'disabled',\n 'autoFocus',\n 'readOnly',\n 'required',\n 'label',\n 'formControlLabelProps',\n ]),\n trackColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SwitchProps = ComponentProps;\n\nexport const Switch: Story = ({ ...args }) => {\n return ;\n};\n\nSwitch.args = {};\n\nSwitch.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSwitch.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/de8b75d5-8b52-4f2d-a5d5-67f4f9961d99?mode=design&sha=a6497a24bcae3cd22071b657cca0b73b11887d09',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/switches/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const SwitchExamples: Story = () => {\n return (\n
    \n \n Label placement end\n \n \n
    \n
    \n
    \n \n Label placement start\n \n \n
    \n
    \n
    \n \n With RcFormControl and RcFormControlLabel\n \n \n FormLabel\n \n }\n label=\"RcSwitch wrapped by RcFormControlLabel\"\n />\n \n \n \n
    \n );\n};\n\nSwitchExamples.storyName = 'Switch Examples';\n\nexport const SwitchWithCustomTrackColor: Story = () => {\n return (\n <>\n \n \n prop \"trackColor\" is applied when switch is unchecked.\n \n \n );\n};\n\nSwitchWithCustomTrackColor.storyName = 'Switch with custom trackColor';\n",locationsMap:{switch:{startLoc:{col:42,line:51},endLoc:{col:1,line:53},startBody:{col:42,line:51},endBody:{col:1,line:53}},"switch-examples":{startLoc:{col:50,line:78},endLoc:{col:1,line:135},startBody:{col:50,line:78},endBody:{col:1,line:135}},"switch-with-custom-track-color":{startLoc:{col:62,line:139},endLoc:{col:1,line:148},startBody:{col:62,line:139},endBody:{col:1,line:148}}}}},title:"🚀 Cleanup Components/Forms/Switch",component:juno_1.RcSwitch,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["checked","disabled","autoFocus","readOnly","required","label","formControlLabelProps"])),{trackColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Switch=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcSwitch,tslib_1.__assign({},args))},exports.Switch.args={},exports.Switch.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Switch.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/de8b75d5-8b52-4f2d-a5d5-67f4f9961d99?mode=design&sha=a6497a24bcae3cd22071b657cca0b73b11887d09"},{name:"Mui",href:"https://material-ui.com/components/switches/"},{name:"Accessibility",value:"100%"}]},exports.SwitchExamples=function(){return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement end"),react_1.default.createElement(juno_1.RcSwitch,{formControlLabelProps:{labelPlacement:"end"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement start"),react_1.default.createElement(juno_1.RcSwitch,{formControlLabelProps:{labelPlacement:"start"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"With RcFormControl and RcFormControlLabel"),react_1.default.createElement(juno_1.RcFormControl,null,react_1.default.createElement(juno_1.RcFormLabel,null,"FormLabel"),react_1.default.createElement(juno_1.RcFormGroup,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,{name:"RcSwitch name prop"}),label:"RcSwitch wrapped by RcFormControlLabel"}),react_1.default.createElement(juno_1.RcSwitch,{label:"RcSwitch use label prop"}))))},exports.SwitchExamples.storyName="Switch Examples",exports.SwitchWithCustomTrackColor=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{label:"Label",trackColor:["success","b03"]}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body1",paragraph:!0},'prop "trackColor" is applied when switch is unchecked.'))},exports.SwitchWithCustomTrackColor.storyName="Switch with custom trackColor"},"./packages/juno-core/src/components/Forms/TextField/__stories__/BorderLessTextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),TextField_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx"));exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useLayoutEffect,\n useRef,\n useState,\n} from 'react';\n\nimport { RcTextField } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport TextFieldStory from './TextField.story';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/BorderLessTextField',\n component: RcTextField,\n argTypes: {\n ...sortInDocTable([\n 'align',\n 'multiline',\n 'textVariant',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n ...TextFieldStory.argTypes,\n },\n} as Meta;\n\ntype BorderLessTextFieldProps = ComponentProps;\n\nexport const BorderLessTextField: Story = ({\n children,\n value: valueArg,\n ...args\n}) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n \n );\n};\n\nBorderLessTextField.storyName = 'BorderLessTextField';\n\nBorderLessTextField.args = {\n variant: 'borderLess',\n placeholder: 'title',\n fullWidth: true,\n clearBtn: false,\n id: 'id-BorderLessTextField-1',\n textVariant: 'display1',\n align: 'center',\n multiline: true,\n};\n\nBorderLessTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBorderLessTextField.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/text-fields',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"border-less-text-field":{startLoc:{col:68,line:35},endLoc:{col:1,line:62},startBody:{col:68,line:35},endBody:{col:1,line:62}}}}},title:"🚀 Cleanup Components/Forms/BorderLessTextField",component:juno_1.RcTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["align","multiline","textVariant"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([])),TextField_story_1.default.argTypes)},exports.BorderLessTextField=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1];return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,onChange:function(event){setValue(event.target.value)},ref,inputRef}))},exports.BorderLessTextField.storyName="BorderLessTextField",exports.BorderLessTextField.args={variant:"borderLess",placeholder:"title",fullWidth:!0,clearBtn:!1,id:"id-BorderLessTextField-1",textVariant:"display1",align:"center",multiline:!0},exports.BorderLessTextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.BorderLessTextField.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE"},{name:"Mui",href:"https://material-ui.com/components/text-fields"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Forms/TextField/__stories__/OutlineTextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),TextField_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx"));exports.default={parameters:{storySource:{source:'import React, {\n ComponentProps,\n FunctionComponent,\n useLayoutEffect,\n useRef,\n useState,\n} from \'react\';\n\nimport {\n RcIcon,\n RcIconButton,\n RcOutlineTextFieldIconSizes,\n RcTextField,\n} from \'@ringcentral/juno\';\nimport {\n Add as AddSvg,\n DefaultBox as BoxSvg,\n Close,\n Lock,\n LockBorder,\n SearchNav,\n} from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport TextFieldStory from \'./TextField.story\';\n\nexport default {\n title: \'🚀 Cleanup Components/Forms/OutlineTextField\',\n component: RcTextField,\n argTypes: {\n ...sortInDocTable([\'size\', \'radius\']),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n ...TextFieldStory.argTypes,\n },\n} as Meta;\n\ntype OutlineTextFieldProps = ComponentProps;\n\nconst OutlineTextFieldComponent: FunctionComponent = ({\n children,\n value: valueArg,\n size,\n ...args\n}) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n <>\n \n
    \n \n ),\n endAdornment: (\n \n ),\n }}\n clearButtonProps={{ size }}\n onChange={handleChange}\n label="Number"\n fullWidth\n />\n \n );\n};\n\nexport const OutlineTextField: Story = (args) => (\n \n);\n\nOutlineTextField.storyName = \'OutlineTextField\';\n\nOutlineTextField.args = {\n helperText: \'some helper text\',\n label: \'Topic\',\n placeholder: \'Placeholder\',\n id: \'id-OutlineTextField-1\',\n};\n\nOutlineTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nOutlineTextField.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/components/text-fields\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst OutlineTextFieldExamplesComponent: FunctionComponent =\n ({ size, radius }) => {\n const [value, setValue] = useState(\'\');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n <>\n \n
    \n ,\n endAdornment: (\n \n ),\n }}\n placeholder="what\'s your title?"\n onChange={handleChange}\n label="Title"\n fullWidth\n helperText="some helper text"\n gutterBottom\n />\n
    \n \n ),\n }}\n placeholder="what\'s your password?"\n onChange={handleChange}\n label="Password"\n fullWidth\n helperText="some helper text"\n gutterBottom\n />\n
    \n \n ),\n }}\n placeholder="what\'s your title?"\n onChange={handleChange}\n label="Title"\n fullWidth\n helperText="some helper text"\n gutterBottom\n focused\n />\n
    \n \n
    \n \n ),\n endAdornment: (\n <>\n clear\n \n \n ),\n }}\n label="Title"\n fullWidth\n helperText="some helper text"\n gutterBottom\n disabled\n />\n
    \n \n \n );\n };\n\nexport const OutlineTextFieldExamples: Story = (\n args,\n) => ;\n\nOutlineTextFieldExamples.storyName = \'OutlineTextField Examples\';\n\nconst sizes = [\'small\', \'medium\', \'large\'] as OutlineTextFieldProps[\'size\'][];\n\nconst OutlineTextFieldSizesComponent: FunctionComponent =\n ({ children, value: valueArg, ...args }) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n <>\n {sizes.map((size) => (\n \n \n ),\n endAdornment: (\n \n ),\n }}\n />\n \n ),\n endAdornment: (\n \n ),\n }}\n />\n
    \n
    \n
    \n ))}\n \n );\n };\n\nexport const OutlineTextFieldSizes: Story = (args) => (\n \n);\n\nOutlineTextFieldSizes.storyName = \'OutlineTextField Sizes\';\n\nOutlineTextFieldSizes.args = {\n helperText: \'some helper text\',\n placeholder: \'Placeholder\',\n id: \'id-OutlineTextFieldWithSize-1\',\n};\n\nOutlineTextFieldSizes.argTypes = {\n ...notControlInDocTable([\'size\']),\n};\n',locationsMap:{"outline-text-field":{startLoc:{col:62,line:104},endLoc:{col:1,line:106},startBody:{col:62,line:104},endBody:{col:1,line:106}},"outline-text-field-examples":{startLoc:{col:70,line:274},endLoc:{col:52,line:276},startBody:{col:70,line:274},endBody:{col:52,line:276}},"outline-text-field-sizes":{startLoc:{col:67,line:366},endLoc:{col:1,line:368},startBody:{col:67,line:366},endBody:{col:1,line:368}}}}},title:"🚀 Cleanup Components/Forms/OutlineTextField",component:juno_1.RcTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","radius"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([])),TextField_story_1.default.argTypes)};var OutlineTextFieldComponent=function(_a){_a.children;var valueArg=_a.value,size=_a.size,args=tslib_1.__rest(_a,["children","value","size"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{variant:"outline",value,size,onChange:handleChange,ref,inputRef,fullWidth:!0})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{variant:"outline",value,size,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f04",size,symbol:juno_icon_1.DefaultBox}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{color:"neutral.f04",variant:"plain",size,symbol:juno_icon_1.Add})},clearButtonProps:{size},onChange:handleChange,label:"Number",fullWidth:!0})))};exports.OutlineTextField=function(args){return react_1.default.createElement(OutlineTextFieldComponent,tslib_1.__assign({},args))},exports.OutlineTextField.storyName="OutlineTextField",exports.OutlineTextField.args={helperText:"some helper text",label:"Topic",placeholder:"Placeholder",id:"id-OutlineTextField-1"},exports.OutlineTextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.OutlineTextField.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE"},{name:"Mui",href:"https://material-ui.com/components/text-fields"},{name:"Accessibility",value:"100%"}]};var OutlineTextFieldExamplesComponent=function(_a){var size=_a.size,radius=_a.radius,_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius,placeholder:"what's your age?",onChange:handleChange,fullWidth:!0,helperText:"some helper text",gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius:"round",InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",size,symbol:juno_icon_1.DefaultBox})},placeholder:"what's your title?",onChange:handleChange,label:"Title",fullWidth:!0,helperText:"some helper text",gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,type:"password",size,radius:"zero",InputProps:{endAdornment:react_1.default.createElement(juno_1.RcIconButton,{size,variant:"plain",symbol:juno_icon_1.Lock})},placeholder:"what's your password?",onChange:handleChange,label:"Password",fullWidth:!0,helperText:"some helper text",gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius,InputProps:{endAdornment:react_1.default.createElement(juno_1.RcIconButton,{size,variant:"plain",symbol:juno_icon_1.LockBorder})},placeholder:"what's your title?",onChange:handleChange,label:"Title",fullWidth:!0,helperText:"some helper text",gutterBottom:!0,focused:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius,placeholder:"what's your title?",onChange:handleChange,label:"Title",helperText:"some helper text",fullWidth:!0,gutterBottom:!0,error:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,placeholder:"what's your title?",size,radius,onChange:handleChange,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{size,color:"disabled.f02",symbol:juno_icon_1.SearchNav}),endAdornment:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("span",null,"clear"),react_1.default.createElement(juno_1.RcIconButton,{disabled:!0,size,variant:"plain",symbol:juno_icon_1.Close}))},label:"Title",fullWidth:!0,helperText:"some helper text",gutterBottom:!0,disabled:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",label:"Custom color",fullWidth:!0,helperText:"some helper text",gutterBottom:!0,placeholder:"what's your title?",color:"warning.f11"}))};exports.OutlineTextFieldExamples=function(args){return react_1.default.createElement(OutlineTextFieldExamplesComponent,tslib_1.__assign({},args))},exports.OutlineTextFieldExamples.storyName="OutlineTextField Examples";var sizes=["small","medium","large"],OutlineTextFieldSizesComponent=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,sizes.map((function(size){return react_1.default.createElement(react_1.default.Fragment,{key:size},react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{variant:"outline",label:size,value,size,onChange:handleChange,ref,inputRef,fullWidth:!0,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f04",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.DefaultBox}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{color:"neutral.f04",variant:"plain",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.Add})}})),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{multiline:!0,variant:"outline",label:size+"-multiline",value,size,onChange:handleChange,ref,inputRef,fullWidth:!0,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f04",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.DefaultBox}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{color:"neutral.f04",variant:"plain",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.Add})}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null))})))};exports.OutlineTextFieldSizes=function(args){return react_1.default.createElement(OutlineTextFieldSizesComponent,tslib_1.__assign({},args))},exports.OutlineTextFieldSizes.storyName="OutlineTextField Sizes",exports.OutlineTextFieldSizes.args={helperText:"some helper text",placeholder:"Placeholder",id:"id-OutlineTextFieldWithSize-1"},exports.OutlineTextFieldSizes.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["size"]))},"./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useLayoutEffect,\n useRef,\n useState,\n} from 'react';\n\nimport {\n RcGrid,\n RcIconButton,\n RcText,\n RcTextField,\n RcTypography,\n} from '@ringcentral/juno';\nimport { HideBorder } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/TextField',\n component: RcTextField,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'align',\n 'gutterBottom',\n 'disabled',\n 'error',\n 'fullWidth',\n 'defaultValue',\n 'value',\n 'helperText',\n 'label',\n 'placeholder',\n 'id',\n 'focused',\n 'clearBtn',\n 'required',\n 'autoFocus',\n 'autoSelect',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'focusOnMount',\n 'selectOnMount',\n 'autoFocusDelay',\n ]),\n },\n} as Meta;\n\ntype TextFieldProps = ComponentProps;\n\nexport const TextField: Story = ({\n children,\n value: valueArg,\n ...args\n}) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState((valueArg as any) || '');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n <>\n \n If you want TextField with margin at bottom, set{' '}\n gutterBottom to be{' '}\n true\n \n Control\n \n
    \n
    \n UnControl\n\n \n \n );\n};\n\nTextField.storyName = 'TextField';\n\nTextField.args = {\n helperText: 'some helper text',\n label: 'Topic',\n placeholder: 'Placeholder',\n};\n\nTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTextField.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/text-fields',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const TextFieldExamples: Story = () => {\n const [value, setValue] = useState('Example');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n const [value2, setValue2] = useState();\n\n const handleChange2 = (event: React.ChangeEvent) => {\n setValue2(+event.target.value);\n };\n\n return (\n <>\n \n
    \n \n
    \n ,\n }}\n helperText=\"some helper text\"\n />\n
    \n \n
    \n \n
    \n \n
    \n \n
    \n \n \n );\n};\n\nTextFieldExamples.storyName = 'TextField Examples';\n\nexport const TextFieldWithAlign: Story = ({\n children,\n value: valueArg,\n ...args\n}) => {\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n \n \n \n
    \n \n
    \n \n
    \n \n \n Compare with native input\n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n );\n};\n\nTextFieldWithAlign.storyName = 'TextField with align';\n\nTextFieldWithAlign.args = {\n helperText: 'some helper text',\n label: 'Topic',\n placeholder: 'Placeholder',\n value: 'text align',\n};\n",locationsMap:{"text-field":{startLoc:{col:48,line:65},endLoc:{col:1,line:114},startBody:{col:48,line:65},endBody:{col:1,line:114}},"text-field-examples":{startLoc:{col:56,line:145},endLoc:{col:1,line:244},startBody:{col:56,line:145},endBody:{col:1,line:244}},"text-field-with-align":{startLoc:{col:57,line:248},endLoc:{col:1,line:316},startBody:{col:57,line:248},endBody:{col:1,line:316}}}}},title:"🚀 Cleanup Components/Forms/TextField",component:juno_1.RcTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","align","gutterBottom","disabled","error","fullWidth","defaultValue","value","helperText","label","placeholder","id","focused","clearBtn","required","autoFocus","autoSelect"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["focusOnMount","selectOnMount","autoFocusDelay"]))},exports.TextField=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg||""),2),value=_b[0],setValue=_b[1];return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"If you want TextField with margin at bottom, set"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"gutterBottom")," to be"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"true")),react_1.default.createElement(juno_storybook_1.Title,null,"Control"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{id:"control",ref,inputRef,clearButtonProps:{title:"clear"},value,onChange:function(event){setValue(event.target.value)}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"UnControl"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({id:"search",type:"search"},args,{placeholder:"Placeholder with very long text that should be truncated"})))},exports.TextField.storyName="TextField",exports.TextField.args={helperText:"some helper text",label:"Topic",placeholder:"Placeholder"},exports.TextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TextField.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE"},{name:"Mui",href:"https://material-ui.com/components/text-fields"},{name:"Accessibility",value:"100%"}]},exports.TextFieldExamples=function(){var _a=tslib_1.__read(react_1.useState("Example"),2),value=_a[0],setValue=_a[1],handleChange=function(event){setValue(event.target.value)},_b=tslib_1.__read(react_1.useState(),2),value2=_b[0],setValue2=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,{value:value2,type:"number",clearButtonProps:{title:"clear"},gutterBottom:!0,placeholder:"what's your age?",onChange:function(event){setValue2(+event.target.value)},label:"Number",helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,placeholder:"what's your title?",onChange:handleChange,label:"Title",helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,type:"password",placeholder:"what's your password?",onChange:handleChange,label:"Password",InputProps:{endAdornment:react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.HideBorder})},helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,placeholder:"what's your title?",onChange:handleChange,label:"Title",focused:!0,helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,placeholder:"what's your title?",onChange:handleChange,label:"Title",error:!0,helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",disabled:!0,gutterBottom:!0,fullWidth:!0,helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",gutterBottom:!0,color:"warning.f11",helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",color:"success.f11",focused:!0,helperText:"some helper text"}))},exports.TextFieldExamples.storyName="TextField Examples",exports.TextFieldWithAlign=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,type:"search",gutterBottom:!0,onChange:handleChange})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,align:"center",type:"search",gutterBottom:!0,onChange:handleChange})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,align:"right",type:"search",gutterBottom:!0,onChange:handleChange}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",paragraph:!0},"Compare with native input"),react_1.default.createElement("input",{type:"search",value,onChange:handleChange}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("input",{type:"search",style:{textAlign:"center"},value,onChange:handleChange}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("input",{type:"search",style:{textAlign:"right"},value,onChange:handleChange})))},exports.TextFieldWithAlign.storyName="TextField with align",exports.TextFieldWithAlign.args={helperText:"some helper text",label:"Topic",placeholder:"Placeholder",value:"text align"}},"./packages/juno-core/src/components/Forms/Textarea/__stories__/Textarea.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),TextField_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcTextarea } from '@ringcentral/juno';\nimport { sortInDocTable, Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport TextFieldStory from '../../TextField/__stories__/TextField.story';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Textarea',\n component: RcTextarea,\n argTypes: {\n ...sortInDocTable(['rows', 'minRows', 'maxRows']),\n ...TextFieldStory.argTypes,\n },\n} as Meta;\n\ntype TextareaProps = ComponentProps;\n\nexport const Textarea: Story = ({\n value: valueArg,\n ...args\n}) => {\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n console.log(event);\n setValue(event.target.value);\n };\n\n return (\n <>\n Control\n \n
    \n
    \n UnControl\n \n \n );\n};\n\nTextarea.args = {\n id: 'Example id',\n label: 'New Message',\n placeholder: 'placeholder',\n};\n\nexport const TextareaExamples: Story = () => {\n const [value, setValue] = useState('Example');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n <>\n \n
    \n \n
    \n \n
    \n \n
    \n \n
    \n \n \n );\n};\n\nTextareaExamples.storyName = 'Textarea Examples';\n",locationsMap:{textarea:{startLoc:{col:46,line:20},endLoc:{col:1,line:41},startBody:{col:46,line:20},endBody:{col:1,line:41}},"textarea-examples":{startLoc:{col:54,line:49},endLoc:{col:1,line:107},startBody:{col:54,line:49},endBody:{col:1,line:107}}}}},title:"🚀 Cleanup Components/Forms/Textarea",component:juno_1.RcTextarea,argTypes:tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["rows","minRows","maxRows"])),TextField_story_1.default.argTypes)},exports.Textarea=function(_a){var valueArg=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Control"),react_1.default.createElement(juno_1.RcTextarea,tslib_1.__assign({},args,{value,onChange:function(event){console.log(event),setValue(event.target.value)}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"UnControl"),react_1.default.createElement(juno_1.RcTextarea,tslib_1.__assign({},args)))},exports.Textarea.args={id:"Example id",label:"New Message",placeholder:"placeholder"},exports.TextareaExamples=function(){var _a=tslib_1.__read(react_1.useState("Example"),2),value=_a[0],setValue=_a[1],handleChange=function(event){setValue(event.target.value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",fullWidth:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",focused:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",error:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",disabled:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"Auto size change?",onChange:handleChange,label:"Auto size",minRows:3,maxRows:5}))},exports.TextareaExamples.storyName="Textarea Examples"},"./packages/juno-core/src/components/Grid/__stories__/Grid.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcGrid, RcPaper, RcText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Grid',\n component: RcGrid,\n argTypes: {\n ...notControlInDocTable(['container']),\n ...sortInDocTable(['direction', 'wrap']),\n justify: {\n control: { type: 'radio' },\n },\n alignContent: {\n control: { type: 'radio' },\n },\n ...sortInDocTable(['alignItems', 'spacing']),\n ...notShowInDocTable([\n 'item',\n 'sm',\n 'xl',\n 'md',\n 'xs',\n 'lg',\n 'zeroMinWidth',\n ]),\n },\n} as Meta;\n\ntype GridProps = ComponentProps;\n\nexport const GridContainer: Story = ({ children, ...args }) => {\n return (\n <>\n \n align-content \n determines the spacing between lines\n \n \n align-items \n determines how the items as a whole are aligned within the container.\n \n\n \n \n 1. xs=3\n \n \n 2. xs=3\n \n \n 3. xs=3\n \n \n \n );\n};\n\nGridContainer.args = {\n spacing: 9,\n};\n\nGridContainer.argTypes = {};\n\nGridContainer.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/grid/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"grid-container":{startLoc:{col:47,line:38},endLoc:{col:1,line:63},startBody:{col:47,line:38},endBody:{col:1,line:63}}}}},title:"🚀 Cleanup Components/Grid",component:juno_1.RcGrid,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["container"])),juno_storybook_1.sortInDocTable(["direction","wrap"])),{justify:{control:{type:"radio"}},alignContent:{control:{type:"radio"}}}),juno_storybook_1.sortInDocTable(["alignItems","spacing"])),juno_storybook_1.notShowInDocTable(["item","sm","xl","md","xs","lg","zeroMinWidth"]))},exports.GridContainer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcText,{noWrap:!1},react_1.default.createElement(juno_1.RcText,{highlight:!0},"align-content "),"determines the spacing between lines"),react_1.default.createElement(juno_1.RcText,{noWrap:!1,gutterBottom:!0},react_1.default.createElement(juno_1.RcText,{highlight:!0},"align-items "),"determines how the items as a whole are aligned within the container."),react_1.default.createElement(juno_1.RcGrid,tslib_1.__assign({container:!0},args),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:4},react_1.default.createElement(juno_1.RcPaper,null,"1. xs=3")),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:4},react_1.default.createElement(juno_1.RcPaper,null,"2. xs=3")),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:5},react_1.default.createElement(juno_1.RcPaper,null,"3. xs=3"))))},exports.GridContainer.args={spacing:9},exports.GridContainer.argTypes={},exports.GridContainer.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/grid/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Grid/__stories__/GridItem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcGrid, RcPaper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Grid/Grid Item',\n component: RcGrid,\n argTypes: {\n ...sortInDocTable([\n 'item',\n 'xs',\n 'sm',\n 'md',\n 'lg',\n 'xl',\n 'zeroMinWidth',\n ]),\n ...notControlInDocTable(['item']),\n ...notShowInDocTable([\n 'container',\n 'direction',\n 'wrap',\n 'justify',\n 'alignContent',\n 'alignItems',\n 'spacing',\n ]),\n },\n} as Meta;\n\ntype GridProps = ComponentProps;\n\nexport const GridItem: Story = ({ children, ...args }) => {\n const items = [...new Array(6)].map((x, i) => i);\n\n return (\n \n {items.map((item) => (\n \n {item}\n \n ))}\n \n );\n};\n\nGridItem.args = {\n xs: 1,\n sm: 2,\n md: 3,\n lg: 4,\n xl: 5,\n};\n\nGridItem.argTypes = {};\n\nGridItem.parameters = {\n tags: [],\n};\n",locationsMap:{"grid-item":{startLoc:{col:42,line:39},endLoc:{col:1,line:51},startBody:{col:42,line:39},endBody:{col:1,line:51}}}}},title:"🚀 Cleanup Components/Grid/Grid Item",component:juno_1.RcGrid,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["item","xs","sm","md","lg","xl","zeroMinWidth"])),juno_storybook_1.notControlInDocTable(["item"])),juno_storybook_1.notShowInDocTable(["container","direction","wrap","justify","alignContent","alignItems","spacing"]))},exports.GridItem=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),items=tslib_1.__spread(new Array(6)).map((function(x,i){return i}));return react_1.default.createElement(juno_1.RcGrid,{container:!0},items.map((function(item){return react_1.default.createElement(juno_1.RcGrid,tslib_1.__assign({key:item,item:!0},args),react_1.default.createElement(juno_1.RcPaper,null,item))})))},exports.GridItem.args={xs:1,sm:2,md:3,lg:4,xl:5},exports.GridItem.argTypes={},exports.GridItem.parameters={tags:[]}},"./packages/juno-core/src/components/Hidden/__stories__/Hidden.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBox, RcButton, RcGrid, RcHidden, useTheme } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Hidden',\n component: RcHidden,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype HiddenProps = ComponentProps;\n\nexport const Hidden: Story = ({ ...args }) => {\n const theme = useTheme();\n\n return (\n <>\n \n
    {JSON.stringify(theme.breakpoints.values, null, 2)}
    \n
    \n \n \n \n smDown\n \n \n \n \n lgUp\n \n \n \n \n Hidden on md\n \n \n \n \n Hidden on lg and sm\n \n \n \n \n );\n};\n\nHidden.storyName = 'Hidden';\n\nHidden.args = {};\n\nHidden.argTypes = {\n ...notControlInDocTable([]),\n};\n\nHidden.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/hidden',\n },\n ],\n};\n",locationsMap:{hidden:{startLoc:{col:42,line:23},endLoc:{col:1,line:55},startBody:{col:42,line:23},endBody:{col:1,line:55}}}}},title:"🚀 Cleanup Components/Hidden",component:juno_1.RcHidden,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Hidden=function(_a){var args=tslib_1.__rest(_a,[]),theme=juno_1.useTheme();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06",bgcolor:"neutral.elevation"},react_1.default.createElement("pre",null,JSON.stringify(theme.breakpoints.values,null,2))),react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,tslib_1.__assign({smDown:!0},args),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b03"},"smDown"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,tslib_1.__assign({lgUp:!0},args),react_1.default.createElement(juno_1.RcButton,null,"lgUp"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,{only:"md"},react_1.default.createElement(juno_1.RcButton,{color:"danger.b03"},"Hidden on md"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,{only:["lg","sm"]},react_1.default.createElement(juno_1.RcButton,null,"Hidden on lg and sm")))))},exports.Hidden.storyName="Hidden",exports.Hidden.args={},exports.Hidden.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Hidden.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/hidden"}]}},"./packages/juno-core/src/components/Icon/__stories__/Icon.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent } from 'react';\n\nimport {\n RcButton,\n RcDefaultDarkTheme,\n RcIcon,\n RcThemeProvider,\n RcThemeSwitcherProvider,\n styled,\n useThemeSwitcher,\n} from '@ringcentral/juno';\nimport { Add, DefaultFile, Phone } from '@ringcentral/juno-icon';\nimport { notShowInDocTable, paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Icon',\n component: RcIcon,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype IconProps = ComponentProps;\n\nexport const Icon: Story = ({ children, ...args }) => {\n return ;\n};\n\nIcon.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/86290A52-4AC2-4996-A5A3-3F7F1ABB4CBA?mode=design&sha=fdfe21d224a1083661c84a4ff73ab05d8677c51c',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nIcon.args = {\n symbol: Add,\n};\n\nIcon.argTypes = {\n ...notShowInDocTable([\n 'useLoading',\n 'loadingSize',\n 'icon',\n 'iconColor',\n 'iconSize',\n 'desc',\n ]),\n};\n\nconst Wrapper = styled.ul`\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n`;\n\nexport const IconWithSymbol: Story = () => {\n return (\n \n
  • \n \n \n
  • \n
    \n );\n};\n\nexport const IconWithCustomColor: Story = () => {\n return (\n \n
  • \n \n \n \n \n
  • \n
    \n );\n};\n\nexport const IconWithCustomSize: Story = () => {\n return (\n \n
  • \n \n \n \n \n \n \n \n
  • \n
    \n );\n};\n\nconst ThemeSwitcher: FunctionComponent<{}> = () => {\n const { setTheme, themeMap = {} } = useThemeSwitcher();\n\n return (\n <>\n {Object.keys(themeMap).map((value) => (\n {\n if (setTheme) {\n setTheme(value);\n }\n }}\n >\n {value}\n \n ))}\n \n );\n};\n\nexport const IconWithDarkTheme: Story = () => {\n const themeMap = {\n light: {},\n dark: RcDefaultDarkTheme,\n };\n\n return (\n \n
  • \n \n \n \n \n \n \n
  • \n
    \n );\n};\n",locationsMap:{icon:{startLoc:{col:38,line:31},endLoc:{col:1,line:33},startBody:{col:38,line:31},endBody:{col:1,line:33}},"icon-with-symbol":{startLoc:{col:48,line:81},endLoc:{col:1,line:90},startBody:{col:48,line:81},endBody:{col:1,line:90}},"icon-with-custom-color":{startLoc:{col:53,line:92},endLoc:{col:1,line:103},startBody:{col:53,line:92},endBody:{col:1,line:103}},"icon-with-custom-size":{startLoc:{col:52,line:105},endLoc:{col:1,line:119},startBody:{col:52,line:105},endBody:{col:1,line:119}},"icon-with-dark-theme":{startLoc:{col:51,line:142},endLoc:{col:1,line:160},startBody:{col:51,line:142},endBody:{col:1,line:160}}}}},title:"🚀 Cleanup Components/Icon",component:juno_1.RcIcon,argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}},exports.Icon=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcIcon,tslib_1.__assign({},args))},exports.Icon.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/86290A52-4AC2-4996-A5A3-3F7F1ABB4CBA?mode=design&sha=fdfe21d224a1083661c84a4ff73ab05d8677c51c"},{name:"Accessibility",value:"100%"}]},exports.Icon.args={symbol:juno_icon_1.Add},exports.Icon.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["useLoading","loadingSize","icon","iconColor","iconSize","desc"]));var Wrapper=juno_1.styled.ul(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"],["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"])));exports.IconWithSymbol=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Phone})))},exports.IconWithCustomColor=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcIcon,{color:"danger.b03",symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{color:"success.b03",symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{color:"highlight.b03",symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{color:"informative.b01",symbol:juno_icon_1.Add})))},exports.IconWithCustomSize=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xsmall"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"small"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"medium"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"large"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xlarge"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xxlarge"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xxxlarge"})))};var templateObject_1,ThemeSwitcher=function(){var _a=juno_1.useThemeSwitcher(),setTheme=_a.setTheme,_b=_a.themeMap,themeMap=void 0===_b?{}:_b;return react_1.default.createElement(react_1.default.Fragment,null,Object.keys(themeMap).map((function(value){return react_1.default.createElement(juno_1.RcButton,{key:value,onClick:function(){setTheme&&setTheme(value)}},value)})))};exports.IconWithDarkTheme=function(){var themeMap={light:{},dark:juno_1.RcDefaultDarkTheme};return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcThemeSwitcherProvider,{defaultTheme:"light",themeMap},react_1.default.createElement(juno_1.RcThemeProvider,null,react_1.default.createElement(ThemeSwitcher,null),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultFile})))))}},"./packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),allIcons=tslib_1.__importStar(__webpack_require__("./packages/juno-icon/index.ts")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),iconSymbol_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/devUtils/iconSymbol.ts")),iconJsonSymbol_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/devUtils/iconJsonSymbol.json")),svgToComponentMapping=__webpack_require__("./packages/juno-icon/devUtils/svgToComponentMapping.ts"),localIconMap=Object.entries(svgToComponentMapping).reduce((function(prev,_a){var _b=tslib_1.__read(_a,2),key=_b[0];return prev[_b[1]]=key,prev}),{});exports.default={parameters:{storySource:{source:"import React, { FunctionComponent, useEffect, useMemo, useState } from 'react';\n\nimport {\n css,\n palette2,\n RcBox,\n RcCircularProgress,\n RcIcon,\n RcSwitch,\n RcText,\n RcTextField,\n RcTypography,\n styled,\n useEventCallback,\n} from '@ringcentral/juno';\nimport * as allIcons from '@ringcentral/juno-icon';\nimport { Warning } from '@ringcentral/juno-icon';\nimport localIcons from '@ringcentral/juno-icon/devUtils/iconSymbol';\nimport localJsonIcons from '@ringcentral/juno-icon/devUtils/iconJsonSymbol.json';\nimport { Meta } from '@storybook/react';\n\nimport { SelectionSvgResponse } from './SelectionSvgResponse';\n\nconst svgToComponentMapping = require('@ringcentral/juno-icon/devUtils/svgToComponentMapping.ts');\n\nconst localIconMap = Object.entries(svgToComponentMapping).reduce(\n (prev, [key, value]) => {\n prev[value] = key;\n return prev;\n },\n {},\n);\n\nexport default {\n title: '🔧 Foundation/Icon List',\n} as Meta;\n\nconst StyledMain = styled.div`\n color: ${palette2('neutral', 'f06')};\n`;\n\nconst StyledList = styled.div`\n display: grid;\n grid-template-columns: repeat(5, 1fr);\n`;\n\ntype StyledIconProps = {\n state: 'new' | 'delete' | 'exist';\n duplicated?: boolean;\n};\n\nconst StyledIcon = styled.div`\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: 10px;\n position: relative;\n\n & svg {\n font-size: 36px;\n\n ${({ state, duplicated }) => {\n if (duplicated) {\n return css`\n box-shadow: 0 0 3px 5px ${palette2('warning', 'f02')};\n `;\n }\n switch (state) {\n case 'new':\n return css`\n box-shadow: 0 0 3px 5px ${palette2('success', 'f02')};\n `;\n case 'delete':\n return css`\n box-shadow: 0 0 3px 5px ${palette2('danger', 'f02')};\n `;\n default:\n return css`\n box-shadow: 0px 0px 0px 1px ${palette2('neutral', 'f06')};\n `;\n }\n }};\n }\n`;\n\nconst getRemoteSvgFile = async () => {\n try {\n return await fetch(\n 'https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/symbol-defs.svg',\n ).then((res) => {\n return res.text();\n });\n } catch (e) {\n return null;\n }\n};\n\nfunction getIconList(response: SelectionSvgResponse) {\n const iconNames = response.icons.map((icon) => {\n return icon.properties.name;\n });\n return iconNames;\n}\n\nconst getRemoteSelectionJsonFile = async () => {\n try {\n const res = await fetch(\n 'https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/selection-svg.json',\n );\n const response: SelectionSvgResponse = await res.json();\n\n return getIconList(response);\n } catch (e) {\n return null;\n }\n};\n\ntype IconListProps = {};\n\nconst insertSVG = (data: string) => {\n const body = document.body;\n const x = document.createElement('x');\n x.innerHTML = data;\n const svg = x.getElementsByTagName('svg')[0];\n if (svg) {\n svg.setAttribute('aria-hidden', 'true');\n svg.style.position = 'absolute';\n svg.style.width = '0';\n svg.style.height = '0';\n svg.style.overflow = 'hidden';\n body.insertBefore(svg, body.firstChild);\n }\n};\n\nconst localIconList = getIconList(localJsonIcons as SelectionSvgResponse);\n\nexport const IconList: FunctionComponent = () => {\n const [remoteIcons, setRemoteIcons] = useState([]);\n const [showMode, setShowMode] = useState<'local' | 'remote'>('local');\n\n const [loading, setLoading] = useState(true);\n const [loadFail, setLoadFail] = useState(false);\n const [filterText, setFilterText] = useState('');\n\n const resultIcons = useMemo(() => {\n const _filterText = filterText.toLocaleLowerCase().replace(/_|-/g, '');\n\n const showIcons = showMode === 'local' ? localIconList : remoteIcons;\n\n return filterText\n ? showIcons.filter((x) => {\n function isInclude(value: string) {\n const _value = value.toLocaleLowerCase().replace(/_|-/g, '');\n\n return _value.includes(_filterText);\n }\n\n return isInclude(x);\n })\n : showIcons;\n }, [filterText, showMode, remoteIcons]);\n\n const getRemoteIconList = async () => {\n const [value, remoteSelectionIcons] = await Promise.all([\n getRemoteSvgFile(),\n getRemoteSelectionJsonFile(),\n ]);\n\n if (value && remoteSelectionIcons) {\n insertSVG(value);\n setLoading(false);\n\n setRemoteIcons(remoteSelectionIcons);\n\n return;\n }\n\n setLoadFail(true);\n insertSVG(localIcons);\n // setRemoteIcons(currentIcons);\n setLoading(false);\n };\n\n useEffect(() => {\n getRemoteIconList();\n }, []);\n\n const handleChange = useEventCallback(\n (e: React.ChangeEvent): void => {\n setFilterText(e.target.value);\n },\n );\n\n return (\n \n

    current icon number: {Object.keys(localIconMap).length}

    \n

    \n latest icon number:{' '}\n {loading ? : remoteIcons.length}\n {''}\n {\n setShowMode(checked ? 'remote' : 'local');\n }}\n label=\"Show Remote\"\n />\n

    \n

    \n \n green{' '}\n \n badge means this icon is not in current version of icon yet, you can\n update icon by running 'yarn update-icon'\n

    \n

    \n \n red{' '}\n \n badge means this icon is deleted, they will not be available in next\n version of icon\n

    \n

    \n \n warning{' '}\n \n badge means that icon have a duplicated name, should remove that or\n change name (name is not case sensitive)\n

    \n
    \n \n
    \n {!(loading && showMode === 'remote') && (\n <>\n {loadFail && (\n \n \n get remote svg file fail, current is\n local files\n \n \n )}\n \n {resultIcons.map((icon) => {\n const sourceName = localIconMap[icon];\n\n const ComponentName = Number.isNaN(+sourceName)\n ? sourceName\n : `Svg${sourceName}`;\n\n const isExist = !!sourceName;\n\n const RemoteComponent = (props: any) => (\n \n \n \n );\n\n const IconComponent = isExist\n ? allIcons[ComponentName]\n : RemoteComponent;\n\n const duplicated = !isExist && IconComponent;\n\n return (\n \n \n {isExist && (\n \n {ComponentName}\n \n )}\n {icon}\n \n );\n })}\n \n \n )}\n
    \n );\n};\n",locationsMap:{"icon-list":{startLoc:{col:58,line:137},endLoc:{col:1,line:295},startBody:{col:58,line:137},endBody:{col:1,line:295}}}}},title:"🔧 Foundation/Icon List"};var StyledMain=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n"],["\n color: ",";\n"])),juno_1.palette2("neutral","f06")),StyledList=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: grid;\n grid-template-columns: repeat(5, 1fr);\n"],["\n display: grid;\n grid-template-columns: repeat(5, 1fr);\n"]))),StyledIcon=juno_1.styled.div(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: 10px;\n position: relative;\n\n & svg {\n font-size: 36px;\n\n ",";\n }\n"],["\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: 10px;\n position: relative;\n\n & svg {\n font-size: 36px;\n\n ",";\n }\n"])),(function(_a){var state=_a.state;if(_a.duplicated)return juno_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 3px 5px ",";\n "],["\n box-shadow: 0 0 3px 5px ",";\n "])),juno_1.palette2("warning","f02"));switch(state){case"new":return juno_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 3px 5px ",";\n "],["\n box-shadow: 0 0 3px 5px ",";\n "])),juno_1.palette2("success","f02"));case"delete":return juno_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 3px 5px ",";\n "],["\n box-shadow: 0 0 3px 5px ",";\n "])),juno_1.palette2("danger","f02"));default:return juno_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n box-shadow: 0px 0px 0px 1px ",";\n "],["\n box-shadow: 0px 0px 0px 1px ",";\n "])),juno_1.palette2("neutral","f06"))}}));function getIconList(response){return response.icons.map((function(icon){return icon.properties.name}))}var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,insertSVG=function(data){var body=document.body,x=document.createElement("x");x.innerHTML=data;var svg=x.getElementsByTagName("svg")[0];svg&&(svg.setAttribute("aria-hidden","true"),svg.style.position="absolute",svg.style.width="0",svg.style.height="0",svg.style.overflow="hidden",body.insertBefore(svg,body.firstChild))},localIconList=getIconList(iconJsonSymbol_json_1.default);exports.IconList=function(){var _a=tslib_1.__read(react_1.useState([]),2),remoteIcons=_a[0],setRemoteIcons=_a[1],_b=tslib_1.__read(react_1.useState("local"),2),showMode=_b[0],setShowMode=_b[1],_c=tslib_1.__read(react_1.useState(!0),2),loading=_c[0],setLoading=_c[1],_d=tslib_1.__read(react_1.useState(!1),2),loadFail=_d[0],setLoadFail=_d[1],_e=tslib_1.__read(react_1.useState(""),2),filterText=_e[0],setFilterText=_e[1],resultIcons=react_1.useMemo((function(){var _filterText=filterText.toLocaleLowerCase().replace(/_|-/g,""),showIcons="local"===showMode?localIconList:remoteIcons;return filterText?showIcons.filter((function(x){return function isInclude(value){return value.toLocaleLowerCase().replace(/_|-/g,"").includes(_filterText)}(x)})):showIcons}),[filterText,showMode,remoteIcons]);react_1.useEffect((function(){tslib_1.__awaiter(void 0,void 0,void 0,(function(){var _a,value,remoteSelectionIcons;return tslib_1.__generator(this,(function(_b){switch(_b.label){case 0:return[4,Promise.all([tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,2,,3]),[4,fetch("https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/symbol-defs.svg").then((function(res){return res.text()}))];case 1:return[2,_a.sent()];case 2:return _a.sent(),[2,null];case 3:return[2]}}))})),tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,3,,4]),[4,fetch("https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/selection-svg.json")];case 1:return[4,_a.sent().json()];case 2:return[2,getIconList(_a.sent())];case 3:return _a.sent(),[2,null];case 4:return[2]}}))}))])];case 1:return _a=tslib_1.__read.apply(void 0,[_b.sent(),2]),value=_a[0],remoteSelectionIcons=_a[1],value&&remoteSelectionIcons?(insertSVG(value),setLoading(!1),setRemoteIcons(remoteSelectionIcons),[2]):(setLoadFail(!0),insertSVG(iconSymbol_1.default),setLoading(!1),[2])}}))}))}),[]);var handleChange=juno_1.useEventCallback((function(e){setFilterText(e.target.value)}));return react_1.default.createElement(StyledMain,null,react_1.default.createElement("h3",null,"current icon number: ",Object.keys(localIconMap).length),react_1.default.createElement("h3",null,"latest icon number:"," ",loading?react_1.default.createElement(juno_1.RcCircularProgress,null):remoteIcons.length,react_1.default.createElement("span",{style:{paddingLeft:"1em"}},""),react_1.default.createElement(juno_1.RcSwitch,{onChange:function(e,checked){setShowMode(checked?"remote":"local")},label:"Show Remote"})),react_1.default.createElement("p",null,react_1.default.createElement(juno_1.RcTypography,{color:"success.f02",variant:"body1",component:"span"},"green"," "),"badge means this icon is not in current version of icon yet, you can update icon by running 'yarn update-icon'"),react_1.default.createElement("p",null,react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02",variant:"body1",component:"span"},"red"," "),"badge means this icon is deleted, they will not be available in next version of icon"),react_1.default.createElement("p",null,react_1.default.createElement(juno_1.RcTypography,{color:"warning.f02",variant:"body1",component:"span"},"warning"," "),"badge means that icon have a duplicated name, should remove that or change name ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"(name is not case sensitive)")),react_1.default.createElement("div",{style:{width:600}},react_1.default.createElement(juno_1.RcTextField,{value:filterText,variant:"outline",gutterBottom:!0,fullWidth:!0,placeholder:"Search by component name or svg name",onChange:handleChange})),!(loading&&"remote"===showMode)&&react_1.default.createElement(react_1.default.Fragment,null,loadFail&&react_1.default.createElement(juno_1.RcBox,{display:"flex",alignItems:"center",clone:!0,marginBottom:"1em"},react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02",variant:"body1",component:"span"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Warning})," get remote svg file fail, current is local files")),react_1.default.createElement(StyledList,null,resultIcons.map((function(icon){var sourceName=localIconMap[icon],ComponentName=Number.isNaN(+sourceName)?sourceName:"Svg"+sourceName,isExist=!!sourceName,RemoteComponent=function(props){return react_1.default.createElement("svg",tslib_1.__assign({},props),react_1.default.createElement("use",{xlinkHref:"#icon-"+icon}))},IconComponent=isExist?allIcons[ComponentName]:RemoteComponent,duplicated=!isExist&&IconComponent;return react_1.default.createElement(StyledIcon,{state:isExist?"exist":"new",duplicated,key:icon},react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f06",symbol:duplicated?RemoteComponent:IconComponent}),isExist&&react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"subheading2"},ComponentName),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f03"},icon))})))))};try{IconList.displayName="IconList",IconList.__docgenInfo={description:"",displayName:"IconList",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx#IconList"]={docgenInfo:IconList.__docgenInfo,name:"IconList",path:"packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx#IconList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n palette2,\n RcButton,\n RcCircularProgress,\n RcInlineEditable,\n RcTypography,\n shadows,\n styled,\n useTheme,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sleep,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/InlineEditable',\n component: RcInlineEditable,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'value',\n 'multiline',\n 'variant',\n 'disabled',\n 'saving',\n 'placeholder',\n 'fullWidth',\n 'onChange',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'shouldRemoveNode',\n 'automationId',\n 'onSave',\n 'tooltipTitle',\n ]),\n },\n} as Meta;\n\ntype InlineEditableProps = ComponentProps;\n\nexport const InlineEditable: Story = ({\n value: valueProp,\n disabled: disabledProp,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp || '');\n\n const [disabled, setDisabled] = useState(disabledProp);\n\n return (\n <>\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n TooltipProps={{ title: 'click to edit' }}\n />\n
    \n
    \n setDisabled(!disabled)}>\n Switch to {disabled ? 'enabled' : 'disabled'}\n \n \n );\n};\n\nInlineEditable.storyName = 'InlineEditable';\n\nInlineEditable.args = {\n placeholder: 'Enter value here',\n};\n\nInlineEditable.argTypes = {\n ...notControlInDocTable([]),\n};\n\nInlineEditable.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const InlineEditableMultiline: Story = () => {\n const [value, setValue] = useState(`All-in-one business communications\nMessage,\nvideo,\nphone in one,\nso your team can do their best work from anywhere.`);\n\n return (\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n placeholder=\"Enter value here\"\n multiline\n />\n );\n};\n\nInlineEditableMultiline.storyName = 'InlineEditable multiline';\n\nexport const InlineEditableCustomVariant: Story = () => {\n const [value, setValue] = useState('');\n const [value2, setValue2] = useState('');\n\n return (\n <>\n Single line\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n placeholder=\"Enter value here\"\n fullWidth\n variant=\"title1\"\n />\n
    \n
    \n
    \n
    \n\n Multi line\n {\n console.log(newValue, reason);\n setValue2(newValue);\n }}\n placeholder=\"Enter value here\"\n multiline\n variant=\"title2\"\n color=\"label.blue01\"\n />\n \n );\n};\n\nInlineEditableCustomVariant.storyName = 'InlineEditable custom';\n\nexport const InlineEditableOnlyEnter: Story = () => {\n const [value, setValue] = useState('');\n\n return (\n {\n console.log(newValue, reason);\n if (reason === 'confirm') {\n setValue(newValue);\n }\n }}\n placeholder=\"Enter value here\"\n multiline\n />\n );\n};\n\nInlineEditableOnlyEnter.storyName = 'InlineEditable only enter';\n\nconst savingClass = 'custom-saving';\n\nconst Wrapper = styled.div`\n .${savingClass} {\n box-shadow: ${shadows('16')};\n background-color: ${palette2('neutral', 'b03')};\n }\n`;\n\nexport const InlineEditableLoading: Story = () => {\n const [value, setValue] = useState('show loading style when onChange');\n\n const [isSaving, setSaving] = useState(false);\n\n return (\n \n {\n setSaving(true);\n await sleep(2000);\n\n setValue(newValue);\n setSaving(false);\n }}\n />\n {isSaving && }\n \n );\n};\n\nInlineEditableLoading.storyName = 'InlineEditable with loading';\n\nexport const InlineEditableWithTooltip: Story = () => {\n const [value, setValue] = useState('So value as tooltip when disabled');\n\n const [disabled, setDisabled] = useState(false);\n\n return (\n <>\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n placeholder=\"Enter value here\"\n TooltipProps={{ title: 'click to edit' }}\n />\n
    \n
    \n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n title=\"custom title\"\n placeholder=\"Enter value here\"\n TooltipProps={{ title: 'click to edit' }}\n multiline\n />\n
    \n
    \n setDisabled(!disabled)}>\n Switch to {disabled ? 'enabled' : 'disabled'}\n \n \n );\n};\n\nInlineEditableWithTooltip.storyName = 'InlineEditable with tooltip';\n\nexport const InlineEditableWithoutPlaceholder: Story =\n () => {\n const [value, setValue] = useState('');\n const [disabled, setDisabled] = useState(false);\n\n const theme = useTheme();\n\n const green = palette2('success', 'b02')({ theme });\n const red = palette2('danger', 'b04')({ theme });\n\n return (\n <>\n \n When not have value and also non placeholder, show size boundary\n below.\n \n
    \n \n red is InlineEditable container, green is input\n \n
    \n setDisabled(!disabled)}>\n Switch to {disabled ? 'enabled' : 'disabled'}\n \n
    \n one line: \n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n />\n
    \n multiple line: \n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n multiline\n />\n \n );\n };\n\nInlineEditableWithoutPlaceholder.storyName =\n 'InlineEditable without placeholder';\n",locationsMap:{"inline-editable":{startLoc:{col:58,line:55},endLoc:{col:1,line:83},startBody:{col:58,line:55},endBody:{col:1,line:83}},"inline-editable-multiline":{startLoc:{col:67,line:104},endLoc:{col:1,line:122},startBody:{col:67,line:104},endBody:{col:1,line:122}},"inline-editable-custom-variant":{startLoc:{col:71,line:126},endLoc:{col:1,line:162},startBody:{col:71,line:126},endBody:{col:1,line:162}},"inline-editable-only-enter":{startLoc:{col:67,line:166},endLoc:{col:1,line:182},startBody:{col:67,line:166},endBody:{col:1,line:182}},"inline-editable-loading":{startLoc:{col:65,line:195},endLoc:{col:1,line:219},startBody:{col:65,line:195},endBody:{col:1,line:219}},"inline-editable-with-tooltip":{startLoc:{col:69,line:223},endLoc:{col:1,line:261},startBody:{col:69,line:223},endBody:{col:1,line:261}},"inline-editable-without-placeholder":{startLoc:{col:2,line:266},endLoc:{col:3,line:318},startBody:{col:2,line:266},endBody:{col:3,line:318}}}}},title:"🚀 Cleanup Components/InlineEditable",component:juno_1.RcInlineEditable,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["value","multiline","variant","disabled","saving","placeholder","fullWidth","onChange"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["shouldRemoveNode","automationId","onSave","tooltipTitle"]))},exports.InlineEditable=function(_a){var valueProp=_a.value,disabledProp=_a.disabled,args=tslib_1.__rest(_a,["value","disabled"]),_b=tslib_1.__read(react_1.useState(valueProp||""),2),value=_b[0],setValue=_b[1],_c=tslib_1.__read(react_1.useState(disabledProp),2),disabled=_c[0],setDisabled=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcInlineEditable,tslib_1.__assign({},args,{value,disabled,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},TooltipProps:{title:"click to edit"}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setDisabled(!disabled)}},"Switch to ",disabled?"enabled":"disabled"))},exports.InlineEditable.storyName="InlineEditable",exports.InlineEditable.args={placeholder:"Enter value here"},exports.InlineEditable.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.InlineEditable.parameters={tags:[{name:"Accessibility",value:"100%"}]},exports.InlineEditableMultiline=function(){var _a=tslib_1.__read(react_1.useState("All-in-one business communications\nMessage,\nvideo,\nphone in one,\nso your team can do their best work from anywhere."),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcInlineEditable,{value,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},placeholder:"Enter value here",multiline:!0})},exports.InlineEditableMultiline.storyName="InlineEditable multiline",exports.InlineEditableCustomVariant=function(){var _a=tslib_1.__read(react_1.useState(""),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(""),2),value2=_b[0],setValue2=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Single line"),react_1.default.createElement(juno_1.RcInlineEditable,{value,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},placeholder:"Enter value here",fullWidth:!0,variant:"title1"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Multi line"),react_1.default.createElement(juno_1.RcInlineEditable,{value:value2,onChange:function(newValue,reason){console.log(newValue,reason),setValue2(newValue)},placeholder:"Enter value here",multiline:!0,variant:"title2",color:"label.blue01"}))},exports.InlineEditableCustomVariant.storyName="InlineEditable custom",exports.InlineEditableOnlyEnter=function(){var _a=tslib_1.__read(react_1.useState(""),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcInlineEditable,{value,onChange:function(newValue,reason){console.log(newValue,reason),"confirm"===reason&&setValue(newValue)},placeholder:"Enter value here",multiline:!0})},exports.InlineEditableOnlyEnter.storyName="InlineEditable only enter";var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n box-shadow: ",";\n background-color: ",";\n }\n"],["\n ."," {\n box-shadow: ",";\n background-color: ",";\n }\n"])),"custom-saving",juno_1.shadows("16"),juno_1.palette2("neutral","b03"));exports.InlineEditableLoading=function(){var _a=tslib_1.__read(react_1.useState("show loading style when onChange"),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),isSaving=_b[0],setSaving=_b[1];return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcInlineEditable,{value,placeholder:"Enter value here",TooltipProps:{title:"click to edit"},saving:isSaving,classes:{saving:"custom-saving"},onChange:function(newValue){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return setSaving(!0),[4,juno_storybook_1.sleep(2e3)];case 1:return _a.sent(),setValue(newValue),setSaving(!1),[2]}}))}))}}),isSaving&&react_1.default.createElement(juno_1.RcCircularProgress,{style:{marginLeft:"1em"}}))},exports.InlineEditableLoading.storyName="InlineEditable with loading",exports.InlineEditableWithTooltip=function(){var _a=tslib_1.__read(react_1.useState("So value as tooltip when disabled"),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),disabled=_b[0],setDisabled=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcInlineEditable,{value,disabled,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},placeholder:"Enter value here",TooltipProps:{title:"click to edit"}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcInlineEditable,{value,disabled,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},title:"custom title",placeholder:"Enter value here",TooltipProps:{title:"click to edit"},multiline:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setDisabled(!disabled)}},"Switch to ",disabled?"enabled":"disabled"))},exports.InlineEditableWithTooltip.storyName="InlineEditable with tooltip",exports.InlineEditableWithoutPlaceholder=function(){var _a=tslib_1.__read(react_1.useState(""),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),disabled=_b[0],setDisabled=_b[1],theme=juno_1.useTheme(),green=juno_1.palette2("success","b02")({theme}),red=juno_1.palette2("danger","b04")({theme});return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"title1",color:"neutral.f06"},"When not have value and also non placeholder, show size boundary below."),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"red is InlineEditable container, green is input"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setDisabled(!disabled)}},"Switch to ",disabled?"enabled":"disabled"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"one line: "),react_1.default.createElement(juno_1.RcInlineEditable,{style:{backgroundColor:red},disabled,value,inputProps:{style:{backgroundColor:green}},onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)}}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"multiple line: "),react_1.default.createElement(juno_1.RcInlineEditable,{style:{backgroundColor:red},disabled,value,inputProps:{style:{backgroundColor:green}},onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},multiline:!0}))},exports.InlineEditableWithoutPlaceholder.storyName="InlineEditable without placeholder"},"./packages/juno-core/src/components/Link/__stories__/Link.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcLink } from '@ringcentral/juno';\nimport { notShowInDocTable, paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Link',\n component: RcLink,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n children: {\n control: {\n type: 'text',\n },\n },\n ...notShowInDocTable(['handleOnClick', 'size']),\n },\n} as Meta;\n\ntype LinkProps = ComponentProps;\n\nexport const Link: Story = ({ children, ...args }) => {\n return (\n <>\n {\n console.log('onClick');\n }}\n onKeyDown={(e) => {\n console.log('onKeyDown');\n }}\n {...args}\n >\n {children}\n \n
    \n {\n console.log('onClick');\n }}\n {...args}\n Component=\"div\"\n underline\n >\n {children}\n \n \n );\n};\n\nLink.args = {\n children: 'button',\n};\n\nLink.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{link:{startLoc:{col:38,line:28},endLoc:{col:1,line:59},startBody:{col:38,line:28},endBody:{col:1,line:59}}}}},title:"🚀 Cleanup Components/Link",component:juno_1.RcLink,argTypes:tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},children:{control:{type:"text"}}},juno_storybook_1.notShowInDocTable(["handleOnClick","size"]))},exports.Link=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcLink,tslib_1.__assign({tabIndex:0,href:"https://ringcentral.github.io/juno/assets/logo.png",target:"_blank",onClick:function(e){console.log("onClick")},onKeyDown:function(e){console.log("onKeyDown")}},args),children),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcLink,tslib_1.__assign({tabIndex:0,onClick:function(e){console.log("onClick")}},args,{Component:"div",underline:!0}),children))},exports.Link.args={children:"button"},exports.Link.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/List/List/__stories__/List.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcList, RcListItem, RcListItemText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/List',\n component: RcList,\n argTypes: {\n ...sortInDocTable([\n 'dense',\n 'disablePadding',\n 'subheader',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListProps = ComponentProps;\n\nconst ListItems = (\n <>\n \n \n \n \n \n \n \n);\n\nexport const List: Story = ({ children, ...args }) => {\n return {ListItems};\n};\n\nList.args = {};\n\nList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nList.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/lists/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nList.storyName = 'List';\n",locationsMap:{list:{startLoc:{col:38,line:38},endLoc:{col:1,line:40},startBody:{col:38,line:38},endBody:{col:1,line:40}}}}},title:"🚀 Cleanup Components/Lists/List",component:juno_1.RcList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["dense","disablePadding","subheader"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var ListItems=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem 1"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem 2"})));exports.List=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({},args),ListItems)},exports.List.args={},exports.List.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.List.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726"},{name:"Mui",href:"https://material-ui.com/components/lists/"},{name:"Accessibility",value:"100%"}]},exports.List.storyName="List"},"./packages/juno-core/src/components/List/List/__stories__/ListExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcDivider,\n RcIcon,\n RcIconButton,\n RcList,\n RcListItem,\n RcListItemIcon,\n RcListItemSecondaryAction,\n RcListItemText,\n} from '@ringcentral/juno';\nimport { Draft, Inbox } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/List Examples',\n component: RcList,\n argTypes: {\n ...sortInDocTable([\n 'dense',\n 'disablePadding',\n 'subheader',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListProps = ComponentProps;\n\nexport const ListSimpleExamples: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nListSimpleExamples.args = {};\n\nListSimpleExamples.storyName = 'Simple List';\n\nexport const ListControlExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {[0, 1, 2, 3].map((value) => (\n \n \n \n \n \n \n ))}\n \n );\n};\n\nListControlExamples.args = {};\n\nListControlExamples.storyName = 'List With Control';\n",locationsMap:{"list-simple-examples":{startLoc:{col:52,line:37},endLoc:{col:1,line:61},startBody:{col:52,line:37},endBody:{col:1,line:61}},"list-control-examples":{startLoc:{col:53,line:67},endLoc:{col:1,line:83},startBody:{col:53,line:67},endBody:{col:1,line:83}}}}},title:"🚀 Cleanup Components/Lists/List Examples",component:juno_1.RcList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["dense","disablePadding","subheader"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListSimpleExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Inbox})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Inbox"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Draft})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Drafts"})),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"Trash"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"Spam"})))},exports.ListSimpleExamples.args={},exports.ListSimpleExamples.storyName="Simple List",exports.ListControlExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({},args),[0,1,2,3].map((function(value){return react_1.default.createElement(juno_1.RcListItem,{key:value,button:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"Line item "+(value+1)}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIconButton,{size:"small","aria-label":"Comments",symbol:juno_icon_1.Inbox})))})))},exports.ListControlExamples.args={},exports.ListControlExamples.storyName="List With Control"},"./packages/juno-core/src/components/List/ListItem/__stories__/ListItem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItem, RcListItemText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItem',\n component: RcListItem,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'focusVariant',\n 'autoFocus',\n 'disabled',\n 'selected',\n 'highlighted',\n 'singleLine',\n 'canHover',\n 'button',\n 'divider',\n 'isInline',\n 'alignItems',\n 'disableGutters',\n 'dense',\n 'baseColor',\n 'component',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['maxWidth']),\n },\n} as Meta;\n\ntype ListItemProps = ComponentProps;\n\nexport const ListItem: Story = ({ children, ...args }) => {\n return (\n <>\n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n \n );\n};\n\nListItem.args = {};\n\nListItem.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItem.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/lists/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItem.storyName = 'ListItem';\n",locationsMap:{"list-item":{startLoc:{col:46,line:40},endLoc:{col:1,line:83},startBody:{col:46,line:40},endBody:{col:1,line:83}}}}},title:"🚀 Cleanup Components/Lists/ListItem",component:juno_1.RcListItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","focusVariant","autoFocus","disabled","selected","highlighted","singleLine","canHover","button","divider","isInline","alignItems","disableGutters","dense","baseColor","component"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["maxWidth"]))},exports.ListItem=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem Content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{selected:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Selected Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{focused:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Focused Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{highlighted:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Highlighted Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{highlighted:!0,color:"success.b05"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{highlighted:!0,color:"highlight.b01"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})))},exports.ListItem.args={},exports.ListItem.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItem.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726"},{name:"Mui",href:"https://material-ui.com/components/lists/"},{name:"Accessibility",value:"100%"}]},exports.ListItem.storyName="ListItem"},"./packages/juno-core/src/components/List/ListItem/__stories__/ListItemExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcAvatar,\n RcCheckbox,\n RcDivider,\n RcFormControlLabel,\n RcIcon,\n RcIconButton,\n RcList,\n RcListItem,\n RcListItemAvatar,\n RcListItemIcon,\n RcListItemSecondaryAction,\n RcListItemText,\n RcListSubheader,\n RcRadio,\n RcSwitch,\n RcThumbnail,\n} from \'@ringcentral/juno\';\nimport { Info, Pdf, Star } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport avatar from \'../../../Avatar/__stories__/img/avatar.jpg\';\n\nexport default {\n title: \'🚀 Cleanup Components/Lists/ListItem Examples\',\n component: RcListItem,\n argTypes: {\n ...sortInDocTable([\n \'size\',\n \'autoFocus\',\n \'disabled\',\n \'selected\',\n \'highlighted\',\n \'singleLine\',\n \'canHover\',\n \'button\',\n \'divider\',\n \'isInline\',\n \'alignItems\',\n \'disableGutters\',\n \'dense\',\n \'baseColor\',\n \'component\',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\'singleLine\', \'maxWidth\']),\n },\n} as Meta;\n\ntype ListItemProps = ComponentProps;\n\nexport const SingleLineListItemExamples: Story = ({\n ...args\n}) => {\n const AvatarCase = (\n <>\n Avatar Case:\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const IconCase = (\n <>\n Icon/IconButton Case:\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const IconControlCase = (\n <>\n \n IconControl Case: use ListItemIcon with just Control\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n IconControl Case: use ListItemIcon with FormControlLabel\n \n \n \n } label="" />\n \n \n \n \n \n } label="" />\n \n \n \n \n \n } label="" />\n \n \n \n\n \n IconControl Case: not ListItemIcon and use FormControlLabel\n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n );\n\n const SecondaryActionCase = (\n <>\n SecondaryAction Case:\n \n \n \n \n \n \n \n \n meta\n \n \n \n \n meta\n \n \n \n \n \n );\n\n const SecondaryActionControlCase = (\n <>\n SecondaryActionControl Case:\n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n );\n\n return (\n \n {AvatarCase}\n {IconCase}\n {IconControlCase}\n {SecondaryActionCase}\n {SecondaryActionControlCase}\n \n );\n};\n\nSingleLineListItemExamples.args = {\n singleLine: true,\n};\n\nSingleLineListItemExamples.argTypes = {};\n\nSingleLineListItemExamples.storyName = \'Single-Line Item\';\n\nexport const MultipleLineListItemExamples: Story = ({\n ...args\n}) => {\n const MultipleLineActions = {\n Icon: (\n \n \n \n ),\n Text: Meta,\n IconAndText: (\n \n meta\n \n \n ),\n };\n\n const primary = \'Two-line item name\';\n const secondary = \'Secondary Text\';\n\n return (\n \n {Object.entries(MultipleLineActions).map(([key, value]) => {\n return (\n \n \n {value}\n \n );\n })}\n \n \n \n \n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n } label="" />\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n } label="" />\n \n \n \n );\n};\n\nMultipleLineListItemExamples.args = {};\n\nMultipleLineListItemExamples.argTypes = {};\n\nMultipleLineListItemExamples.storyName = \'Multiple-Line Item\';\n',locationsMap:{"single-line-list-item-examples":{startLoc:{col:64,line:59},endLoc:{col:1,line:237},startBody:{col:64,line:59},endBody:{col:1,line:237}},"multiple-line-list-item-examples":{startLoc:{col:66,line:247},endLoc:{col:1,line:326},startBody:{col:66,line:247},endBody:{col:1,line:326}}}}},title:"🚀 Cleanup Components/Lists/ListItem Examples",component:juno_1.RcListItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","autoFocus","disabled","selected","highlighted","singleLine","canHover","button","divider","isInline","alignItems","disableGutters","dense","baseColor","component"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["singleLine","maxWidth"]))},exports.SingleLineListItemExamples=function(_a){var args=tslib_1.__rest(_a,[]),AvatarCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Avatar Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{size:"xsmall",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with Avatar size xsmall"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{size:"medium",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with Avatar size medium"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Icon/IconButton Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use RcIcon"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"favorite",symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use RcIconButton"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case: use ListItemIcon with just Control"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcCheckbox,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcRadio,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Radio Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcSwitch,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Switch Case"})),react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case: use ListItemIcon with FormControlLabel"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Radio Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Switch Case"})),react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case: not ListItemIcon and use FormControlLabel"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary:"RcRadio Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary:"RcSwitch Case"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryAction Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"with RcIconButton"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"with string content"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,"meta")),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"with RcIconButton and span"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryActionControl Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl Checkbox"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl RcRadio"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl RcSwitch"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""}))),react_1.default.createElement(juno_1.RcDivider,{component:"li"}));return react_1.default.createElement(juno_1.RcList,null,AvatarCase,IconCase,IconControlCase,SecondaryActionCase,SecondaryActionControlCase)},exports.SingleLineListItemExamples.args={singleLine:!0},exports.SingleLineListItemExamples.argTypes={},exports.SingleLineListItemExamples.storyName="Single-Line Item",exports.MultipleLineListItemExamples=function(_a){var args=tslib_1.__rest(_a,[]),MultipleLineActions={Icon:react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info})),Text:react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,"Meta"),IconAndText:react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))},primary="Two-line item name",secondary="Secondary Text";return react_1.default.createElement(juno_1.RcList,null,Object.entries(MultipleLineActions).map((function(_a){var _b=tslib_1.__read(_a,2),key=_b[0],value=_b[1];return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({key},args),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),value)})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"favorite",symbol:juno_icon_1.Star,size:"medium"})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{size:"xsmall",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcThumbnail,{symbol:juno_icon_1.Pdf})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcSwitch,null))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcThumbnail,{symbol:juno_icon_1.Pdf})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""}))))},exports.MultipleLineListItemExamples.args={},exports.MultipleLineListItemExamples.argTypes={},exports.MultipleLineListItemExamples.storyName="Multiple-Line Item"},"./packages/juno-core/src/components/List/ListItemAvatar/__stories__/ListItemAvatar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAvatar,\n RcListItem,\n RcListItemAvatar,\n RcListItemText,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../../Avatar/__stories__/img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemAvatar',\n component: RcListItemAvatar,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListItemAvatarProps = ComponentProps;\n\nexport const ListItemAvatar: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n );\n};\n\nListItemAvatar.args = {};\n\nListItemAvatar.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemAvatar.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#align-list-items',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemAvatar.storyName = 'ListItemAvatar';\n",locationsMap:{"list-item-avatar":{startLoc:{col:58,line:30},endLoc:{col:1,line:42},startBody:{col:58,line:30},endBody:{col:1,line:42}}}}},title:"🚀 Cleanup Components/Lists/ListItemAvatar",component:juno_1.RcListItemAvatar,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListItemAvatar=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0},react_1.default.createElement(juno_1.RcListItemAvatar,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcAvatar,{size:"xsmall",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem Content"}))},exports.ListItemAvatar.args={},exports.ListItemAvatar.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemAvatar.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#align-list-items"},{name:"Accessibility",value:"100%"}]},exports.ListItemAvatar.storyName="ListItemAvatar"},"./packages/juno-core/src/components/List/ListItemIcon/__stories__/ListItemIcon.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcIcon,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n} from '@ringcentral/juno';\nimport { Star } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemIcon',\n component: RcListItemIcon,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListItemIconProps = ComponentProps;\n\nexport const ListItemIcon: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n );\n};\n\nListItemIcon.args = {};\n\nListItemIcon.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemIcon.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#nested-list',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemIcon.storyName = 'ListItemIcon';\n",locationsMap:{"list-item-icon":{startLoc:{col:54,line:36},endLoc:{col:1,line:48},startBody:{col:54,line:36},endBody:{col:1,line:48}}}}},title:"🚀 Cleanup Components/Lists/ListItemIcon",component:juno_1.RcListItemIcon,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListItemIcon=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0},react_1.default.createElement(juno_1.RcListItemIcon,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Favorite Item"}))},exports.ListItemIcon.args={},exports.ListItemIcon.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemIcon.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#nested-list"},{name:"Accessibility",value:"100%"}]},exports.ListItemIcon.storyName="ListItemIcon"},"./packages/juno-core/src/components/List/ListItemSecondaryAction/__stories__/ListItemSecondaryAction.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCheckbox,\n RcFormControlLabel,\n RcListItem,\n RcListItemSecondaryAction,\n RcListItemText,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemSecondaryAction',\n component: RcListItemSecondaryAction,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListItemSecondaryActionProps = ComponentProps<\n typeof RcListItemSecondaryAction\n>;\n\nexport const ListItemSecondaryAction: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n meta\n } label=\"\" />\n \n \n );\n};\n\nListItemSecondaryAction.args = {};\n\nListItemSecondaryAction.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemSecondaryAction.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#list-controls',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemSecondaryAction.storyName = 'ListItemSecondaryAction';\n",locationsMap:{"list-item-secondary-action":{startLoc:{col:76,line:31},endLoc:{col:1,line:44},startBody:{col:76,line:31},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Lists/ListItemSecondaryAction",component:juno_1.RcListItemSecondaryAction,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListItemSecondaryAction=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem Content"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,tslib_1.__assign({},args),react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""})))},exports.ListItemSecondaryAction.args={},exports.ListItemSecondaryAction.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemSecondaryAction.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#list-controls"},{name:"Accessibility",value:"100%"}]},exports.ListItemSecondaryAction.storyName="ListItemSecondaryAction"},"./packages/juno-core/src/components/List/ListItemText/__stories__/ListItemText.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItem, RcListItemText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemText',\n component: RcListItemText,\n argTypes: {\n ...sortInDocTable([\n 'inset',\n 'disableTypography',\n 'isEllipsis',\n 'primary',\n 'primaryTypographyProps',\n 'secondary',\n 'secondaryTypographyProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'primaryColor',\n 'alignCenter',\n 'lineThrough',\n ]),\n },\n} as Meta;\n\ntype ListItemTextProps = ComponentProps;\n\nexport const ListItemText: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n );\n};\n\nListItemText.args = {\n primary: 'ListItem Primary Content',\n secondary: 'ListItem Secondary Content',\n primaryTypographyProps: {\n variant: 'body1',\n color: 'neutral.f06',\n },\n secondaryTypographyProps: {\n variant: 'caption1',\n color: 'neutral.f04',\n },\n};\n\nListItemText.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemText.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemText.storyName = 'ListItemText';\n",locationsMap:{"list-item-text":{startLoc:{col:54,line:35},endLoc:{col:1,line:44},startBody:{col:54,line:35},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Lists/ListItemText",component:juno_1.RcListItemText,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["inset","disableTypography","isEllipsis","primary","primaryTypographyProps","secondary","secondaryTypographyProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["primaryColor","alignCenter","lineThrough"]))},exports.ListItemText=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,tslib_1.__assign({},args)))},exports.ListItemText.args={primary:"ListItem Primary Content",secondary:"ListItem Secondary Content",primaryTypographyProps:{variant:"body1",color:"neutral.f06"},secondaryTypographyProps:{variant:"caption1",color:"neutral.f04"}},exports.ListItemText.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemText.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/"},{name:"Accessibility",value:"100%"}]},exports.ListItemText.storyName="ListItemText"},"./packages/juno-core/src/components/List/ListSubheader/__stories__/ListSubheader.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcList,\n RcListItem,\n RcListItemText,\n RcListSubheader,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListSubheader',\n component: RcListSubheader,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListSubheaderProps = ComponentProps;\n\nexport const ListSubheader: Story = ({\n children,\n ...args\n}) => {\n return (\n } style={{ height: '200px', overflow: 'auto' }}>\n {[0, 1, 2, 3, 4].map((sectionId) => (\n
  • \n
      \n \n {`I'm sticky ${sectionId}`}\n \n {[0, 1, 2].map((item) => (\n \n \n \n ))}\n
    \n
  • \n ))}\n
    \n );\n};\n\nListSubheader.args = {};\n\nListSubheader.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListSubheader.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#pinned-subheader-list',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListSubheader.storyName = 'ListSubheader';\n",locationsMap:{"list-subheader":{startLoc:{col:56,line:28},endLoc:{col:1,line:50},startBody:{col:56,line:28},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Lists/ListSubheader",component:juno_1.RcListSubheader,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListSubheader=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,{subheader:react_1.default.createElement("li",null),style:{height:"200px",overflow:"auto"}},[0,1,2,3,4].map((function(sectionId){return react_1.default.createElement("li",{key:"section-"+sectionId},react_1.default.createElement("ul",null,react_1.default.createElement(juno_1.RcListSubheader,tslib_1.__assign({},args),"I'm sticky "+sectionId),[0,1,2].map((function(item){return react_1.default.createElement(juno_1.RcListItem,{key:"item-"+sectionId+"-"+item},react_1.default.createElement(juno_1.RcListItemText,{primary:"Item "+item}))}))))})))},exports.ListSubheader.args={},exports.ListSubheader.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListSubheader.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#pinned-subheader-list"},{name:"Accessibility",value:"100%"}]},exports.ListSubheader.storyName="ListSubheader"},"./packages/juno-core/src/components/Loading/__stories__/Loading.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n flexCenterStyle,\n palette2,\n RcButton,\n RcLoading,\n styled,\n} from '@ringcentral/juno';\nimport { notShowInDocTable } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Loading',\n component: RcLoading,\n argTypes: {\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype LoadingProps = ComponentProps;\n\nconst Container = styled.div`\n position: relative;\n height: 300px;\n width: 300px;\n background: ${palette2('neutral', 'b03')};\n ${flexCenterStyle};\n`;\n\nexport const Loading: Story = ({\n children,\n loading: loadingProp,\n ...args\n}) => {\n const [loading, setLoading] = useState(loadingProp);\n return (\n <>\n \n \n <>\n setLoading(true)}>start loading\n \n \n \n setLoading(true)}>start loading \n setLoading(false)}>end loading \n \n );\n};\n\nLoading.args = {};\n\nLoading.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{loading:{startLoc:{col:44,line:31},endLoc:{col:1,line:50},startBody:{col:44,line:31},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Loading",component:juno_1.RcLoading,argTypes:tslib_1.__assign({},juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n height: 300px;\n width: 300px;\n background: ",";\n ",";\n"],["\n position: relative;\n height: 300px;\n width: 300px;\n background: ",";\n ",";\n"])),juno_1.palette2("neutral","b03"),juno_1.flexCenterStyle);exports.Loading=function(_a){_a.children;var loadingProp=_a.loading,args=tslib_1.__rest(_a,["children","loading"]),_b=tslib_1.__read(react_1.useState(loadingProp),2),loading=_b[0],setLoading=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Container,null,react_1.default.createElement(juno_1.RcLoading,tslib_1.__assign({},args,{loading}),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setLoading(!0)}},"start loading")))),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setLoading(!0)}},"start loading "),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setLoading(!1)}},"end loading "))},exports.Loading.args={},exports.Loading.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcButton,\n RcDivider,\n RcListItemText,\n RcMenu,\n RcMenuItem,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/Menu',\n component: RcMenu,\n excludeStories: /MenuExampleComponent/,\n argTypes: {\n ...sortInDocTable([\n // Menu\n 'open',\n 'anchorEl',\n 'autoFocus',\n 'autoClose',\n 'variant',\n 'onClose',\n 'classes',\n 'keepMounted', // Modal\n\n // MenuList\n 'MenuListProps',\n 'disableAutoFocusItem',\n 'disableAutoFocus', // Modal\n\n // Popover\n 'action',\n 'anchorOrigin',\n 'anchorPosition',\n 'anchorReference',\n 'elevation',\n 'getContentAnchorEl',\n 'marginThreshold',\n 'PaperProps',\n 'PopoverClasses',\n 'TransitionProps',\n 'TransitionComponent',\n 'transformOrigin',\n 'transitionDuration',\n\n // Modal\n 'BackdropComponent',\n 'BackdropProps',\n 'closeAfterTransition',\n 'container',\n // 'disableEnforceFocus',\n 'disableEscapeKeyDown',\n 'disablePortal',\n 'disableRestoreFocus',\n 'disableScrollLock',\n 'hideBackdrop',\n 'onBackdropClick',\n 'onEscapeKeyDown',\n 'onRendered',\n ]),\n ...notControlInDocTable(['open', 'anchorEl']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuProps = ComponentProps;\n\nexport const Menu: Story = ({ children, ...args }) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (\n event: React.MouseEvent,\n ) => setAnchorEl(event.currentTarget);\n\n const handleClose = () => setAnchorEl(null);\n\n return (\n <>\n Open Menu\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenu.args = {\n variant: 'selectedMenu',\n getContentAnchorEl: null,\n anchorReference: 'anchorEl',\n anchorOrigin: { vertical: 'bottom', horizontal: 'left' },\n};\n\nMenu.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenu.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\ntype MenuExampleComponentProps = {} & Partial>;\n\nconst menus = range(0, 20);\n\nexport const MenuExampleComponent: FunctionComponent =\n (props) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n return (\n <>\n Open Menu\n \n {menus.map((x) => (\n \n \n \n ))}\n MenuItem One\n MenuItem Two(disabled)\n MenuItem Three\n \n MenuItem Five\n \n \n );\n };\n\nexport const MenuExamples: Story = ({ anchorOrigin, ...args }) => {\n return ;\n};\n\nMenuExamples.argTypes = {\n ...notControlInDocTable(['anchorOrigin']),\n};\n",locationsMap:{menu:{startLoc:{col:38,line:77},endLoc:{col:1,line:110},startBody:{col:38,line:77},endBody:{col:1,line:110}},"menu-example-component":{startLoc:{col:2,line:145},endLoc:{col:3,line:179},startBody:{col:2,line:145},endBody:{col:3,line:179}},"menu-examples":{startLoc:{col:46,line:181},endLoc:{col:1,line:183},startBody:{col:46,line:181},endBody:{col:1,line:183}}}}},title:"🚀 Cleanup Components/Menu/Menu",component:juno_1.RcMenu,excludeStories:/MenuExampleComponent/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","anchorEl","autoFocus","autoClose","variant","onClose","classes","keepMounted","MenuListProps","disableAutoFocusItem","disableAutoFocus","action","anchorOrigin","anchorPosition","anchorReference","elevation","getContentAnchorEl","marginThreshold","PaperProps","PopoverClasses","TransitionProps","TransitionComponent","transformOrigin","transitionDuration","BackdropComponent","BackdropProps","closeAfterTransition","container","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","onBackdropClick","onEscapeKeyDown","onRendered"])),juno_storybook_1.notControlInDocTable(["open","anchorEl"])),juno_storybook_1.notShowInDocTable([]))},exports.Menu=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl),anchorEl,onClose:function(){return setAnchorEl(null)}}),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"}))))},exports.Menu.args={variant:"selectedMenu",getContentAnchorEl:null,anchorReference:"anchorEl",anchorOrigin:{vertical:"bottom",horizontal:"left"}},exports.Menu.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Menu.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/"},{name:"Accessibility",value:"100%"}]};var menus=range_1.default(0,20);exports.MenuExampleComponent=function(props){var _a=tslib_1.__read(react_1.useState(null),2),anchorEl=_a[0],setAnchorEl=_a[1],handleClose=function(){setAnchorEl(null)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcMenu,tslib_1.__assign({},props,{anchorEl,open:Boolean(anchorEl),keepMounted:!0,onClose:handleClose}),menus.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem "+x}))})),react_1.default.createElement(juno_1.RcMenuItem,null,"MenuItem One"),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},"MenuItem Two(disabled)"),react_1.default.createElement(juno_1.RcMenuItem,{title:"native tooltip"},"MenuItem Three"),react_1.default.createElement(juno_1.RcDivider,{component:"li"}),react_1.default.createElement(juno_1.RcMenuItem,null,"MenuItem Five")))},exports.MenuExamples=function(_a){_a.anchorOrigin;var args=tslib_1.__rest(_a,["anchorOrigin"]);return react_1.default.createElement(exports.MenuExampleComponent,tslib_1.__assign({},args))},exports.MenuExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchorOrigin"]));try{MenuExampleComponent.displayName="MenuExampleComponent",MenuExampleComponent.__docgenInfo={description:"",displayName:"MenuExampleComponent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"Props applied to the [`MenuList`](/api/menu-list/) element.",name:"MenuListProps",required:!1,type:{name:"Partial"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx#MenuExampleComponent"]={docgenInfo:MenuExampleComponent.__docgenInfo,name:"MenuExampleComponent",path:"packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx#MenuExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItemText, RcMenuItem } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuItem',\n component: RcMenuItem,\n argTypes: {\n ...sortInDocTable([\n 'component',\n 'focusVariant',\n 'size',\n 'selected',\n 'type',\n 'checked',\n 'disabled',\n 'divider',\n 'dense',\n 'alignItems',\n 'disableGutters',\n 'tabIndex',\n 'autoFocus',\n 'icon',\n 'symbol',\n 'avatar',\n 'secondaryAction',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['action', 'isSubMenuItem']),\n },\n} as Meta;\n\ntype MenuItemProps = ComponentProps;\n\nexport const MenuItem: Story = ({ children, ...args }) => {\n return (\n <>\n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n \n );\n};\n\nMenuItem.args = {};\n\nMenuItem.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenuItem.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nMenuItem.storyName = 'MenuItem';\n",locationsMap:{"menu-item":{startLoc:{col:46,line:41},endLoc:{col:1,line:91},startBody:{col:46,line:41},endBody:{col:1,line:91}}}}},title:"🚀 Cleanup Components/Menu/MenuItem",component:juno_1.RcMenuItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["component","focusVariant","size","selected","type","checked","disabled","divider","dense","alignItems","disableGutters","tabIndex","autoFocus","icon","symbol","avatar","secondaryAction"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["action","isSubMenuItem"]))},exports.MenuItem=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,selected:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Selected Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,highlighted:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Highlighted Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,focused:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Focused Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,highlighted:!0,color:"success.b05"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,highlighted:!0,color:"highlight.b01"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})))},exports.MenuItem.args={},exports.MenuItem.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.MenuItem.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/"},{name:"Accessibility",value:"100%"}]},exports.MenuItem.storyName="MenuItem"},"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItemExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAvatar,\n RcCheckbox,\n RcDivider,\n RcFormControlLabel,\n RcIcon,\n RcIconButton,\n RcListItemAvatar,\n RcListItemIcon,\n RcListItemSecondaryAction,\n RcListItemText,\n RcListSubheader,\n RcMenuItem,\n RcRadio,\n RcSwitch,\n} from '@ringcentral/juno';\nimport { Info, Star } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../../Avatar/__stories__/img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuItem/MenuItem Examples',\n component: RcMenuItem,\n argTypes: {\n ...sortInDocTable([\n 'component',\n 'size',\n 'disabled',\n 'divider',\n 'dense',\n 'alignItems',\n 'disableGutters',\n 'tabIndex',\n 'autoFocus',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'selected',\n 'type',\n 'checked',\n 'icon',\n 'symbol',\n 'avatar',\n 'secondaryAction',\n 'isSubMenuItem',\n ]),\n },\n} as Meta;\n\ntype MenuItemProps = ComponentProps;\n\nexport const MenuItemExamples: Story = ({\n children,\n ...args\n}) => {\n const CheckedTypeCase = (\n <>\n Checked Type Case:\n \n \n \n \n \n \n \n \n );\n\n const AvatarCase = (\n <>\n Avatar Case:\n }>\n \n \n \n \n \n \n \n \n \n \n );\n\n const IconCase = (\n <>\n Icon Case:\n }>\n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const IconControlCase = (\n <>\n IconControl Case\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const SecondaryActionCase = (\n <>\n SecondaryAction Case:\n \n \n \n \n meta\n \n \n }\n >\n \n \n \n \n \n meta\n \n \n \n\n \n \n );\n\n const SecondaryActionControlCase = (\n <>\n SecondaryActionControl Case:\n \n \n } label=\"\" />\n \n \n \n } label=\"\" />\n \n \n \n );\n\n return (\n <>\n {CheckedTypeCase}\n {AvatarCase}\n {IconCase}\n {IconControlCase}\n {SecondaryActionCase}\n {SecondaryActionControlCase}\n \n );\n};\n\nMenuItemExamples.args = {};\n\nMenuItemExamples.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenuItemExamples.storyName = 'Primary Line MenuItem';\n\nexport const MenuItemWithTwoLine: Story = () => {\n return (\n console.log('onClick Profile')} avatar={avatar}>\n \n \n );\n};\n\nMenuItemWithTwoLine.storyName = 'Secondary Lines MenuItem';\n",locationsMap:{"menu-item-examples":{startLoc:{col:54,line:60},endLoc:{col:1,line:191},startBody:{col:54,line:60},endBody:{col:1,line:191}},"menu-item-with-two-line":{startLoc:{col:57,line:201},endLoc:{col:1,line:207},startBody:{col:57,line:201},endBody:{col:1,line:207}}}}},title:"🚀 Cleanup Components/Menu/MenuItem/MenuItem Examples",component:juno_1.RcMenuItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["component","size","disabled","divider","dense","alignItems","disableGutters","tabIndex","autoFocus"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["selected","type","checked","icon","symbol","avatar","secondaryAction","isSubMenuItem"]))},exports.MenuItemExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),CheckedTypeCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Checked Type Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{type:"checked"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checked Type: UnCheck"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{type:"checked",checked:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checked Type: Checked"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),AvatarCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Avatar Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default})}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use avatar prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use ListItemAvatar"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Icon Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,size:"small"})}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use icon prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use symbol prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use ListItemIcon"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcCheckbox,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcRadio,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Radio Case"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcSwitch,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Switch Case"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryAction Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{secondaryAction:"secondaryAction string Action"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use secondaryAction prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{secondaryAction:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Info,size:"small"}))}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use secondaryAction prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"use ListItemSecondaryAction"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryActionControl Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl Checkbox"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""}))));return react_1.default.createElement(react_1.default.Fragment,null,CheckedTypeCase,AvatarCase,IconCase,IconControlCase,SecondaryActionCase,SecondaryActionControlCase)},exports.MenuItemExamples.args={},exports.MenuItemExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.MenuItemExamples.storyName="Primary Line MenuItem",exports.MenuItemWithTwoLine=function(){return react_1.default.createElement(juno_1.RcMenuItem,{onClick:function(){return console.log("onClick Profile")},avatar:avatar_jpg_1.default},react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary Title",secondary:"secondary text"}))},exports.MenuItemWithTwoLine.storyName="Secondary Lines MenuItem"},"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItemText, RcMenuItem, RcMenuList } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuList',\n component: RcMenuList,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'autoFocus',\n 'autoFocusItem',\n 'disabledItemsFocusable',\n 'disableListWrap',\n 'disablePadding',\n 'maxHeight',\n 'dense',\n ]),\n ...notControlInDocTable(['autoClose']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuListProps = ComponentProps;\n\nexport const MenuList: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenuList.args = {\n variant: 'selectedMenu',\n};\n\nMenuList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenuList.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nMenuList.storyName = 'MenuList';\n",locationsMap:{"menu-list":{startLoc:{col:46,line:32},endLoc:{col:1,line:49},startBody:{col:46,line:32},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Menu/MenuList",component:juno_1.RcMenuList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","autoFocus","autoFocusItem","disabledItemsFocusable","disableListWrap","disablePadding","maxHeight","dense"])),juno_storybook_1.notControlInDocTable(["autoClose"])),juno_storybook_1.notShowInDocTable([]))},exports.MenuList=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcMenuList,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"})))},exports.MenuList.args={variant:"selectedMenu"},exports.MenuList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.MenuList.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/"},{name:"Accessibility",value:"100%"}]},exports.MenuList.storyName="MenuList"},"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuListExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcListItemText,\n RcMenuItem,\n RcMenuList,\n RcText,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuList/MenuList Examples',\n component: RcMenuList,\n argTypes: {\n ...sortInDocTable([\n 'autoFocus',\n 'autoFocusItem',\n 'disabledItemsFocusable',\n 'disableListWrap',\n 'disablePadding',\n 'maxHeight',\n 'dense',\n ]),\n ...notControlInDocTable(['autoClose']),\n ...notShowInDocTable(['variant']),\n },\n} as Meta;\n\ntype MenuListProps = ComponentProps;\n\nexport const MenuListTypeMenuExample: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n MenuList type=\"<RcText highlight>menu</RcText>\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenuListTypeMenuExample.storyName = 'menu type';\n\nexport const MenuListTypeSelectedMenuExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n MenuList type=\"<RcText highlight>selectedMenu</RcText>\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenuListTypeSelectedMenuExamples.storyName = 'selectedMenu type';\n",locationsMap:{"menu-list-type-menu-example":{startLoc:{col:61,line:37},endLoc:{col:1,line:62},startBody:{col:61,line:37},endBody:{col:1,line:62}},"menu-list-type-selected-menu-examples":{startLoc:{col:70,line:66},endLoc:{col:1,line:91},startBody:{col:70,line:66},endBody:{col:1,line:91}}}}},title:"🚀 Cleanup Components/Menu/MenuList/MenuList Examples",component:juno_1.RcMenuList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["autoFocus","autoFocusItem","disabledItemsFocusable","disableListWrap","disablePadding","maxHeight","dense"])),juno_storybook_1.notControlInDocTable(["autoClose"])),juno_storybook_1.notShowInDocTable(["variant"]))},exports.MenuListTypeMenuExample=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,'MenuList type="',react_1.default.createElement(juno_1.RcText,{highlight:!0},"menu"),'"'),react_1.default.createElement(juno_1.RcMenuList,tslib_1.__assign({},args,{variant:"menu"}),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3 (disabled)"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"}))))},exports.MenuListTypeMenuExample.storyName="menu type",exports.MenuListTypeSelectedMenuExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,'MenuList type="',react_1.default.createElement(juno_1.RcText,{highlight:!0},"selectedMenu"),'"'),react_1.default.createElement(juno_1.RcMenuList,tslib_1.__assign({},args,{variant:"selectedMenu"}),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,{selected:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2 (selected)"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3 (disabled)"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"}))))},exports.MenuListTypeSelectedMenuExamples.storyName="selectedMenu type"},"./packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps, FunctionComponent, useState } from \'react\';\n\nimport {\n RcButton,\n RcListItemText,\n RcMenu,\n RcMenuItem,\n RcMenuList,\n RcMenuOnCloseReasonsType,\n RcSubMenu,\n} from \'@ringcentral/juno\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Menu/SubMenu\',\n component: RcSubMenu,\n excludeStories: /SubMenuExampleComponent/,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SubMenuProps = ComponentProps;\n\nexport const SubMenuWithMenuList: Story = ({ ...args }) => {\n return (\n console.log(\'RcMenuList onClose\', e, r)}\n >\n console.log(\'RcSubMenu onClose\', e, r)}\n >\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nSubMenuWithMenuList.storyName = \'SubMenu With MenuList\';\n\nSubMenuWithMenuList.args = {\n title: \'SubMenu Item\',\n};\n\nSubMenuWithMenuList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSubMenuWithMenuList.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\ntype SubMenuExampleComponentProps = {} & Partial<\n ComponentProps\n>;\n\nexport const SubMenuExampleComponent: FunctionComponent =\n ({ children, ...args }) => {\n return {children};\n };\n\nexport const SubMenuWithMenu: Story = ({ ...args }) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = (e: any, reason: RcMenuOnCloseReasonsType) => {\n setAnchorEl(null);\n console.log(\'RcMenu onClose\', e, reason);\n };\n\n return (\n <>\n Open Menu\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nSubMenuWithMenu.args = {\n title: \'SubMenu Item\',\n};\n\nSubMenuWithMenu.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSubMenuWithMenu.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nSubMenuWithMenu.storyName = \'SubMenu With Menu\';\n',locationsMap:{"sub-menu-with-menu-list":{startLoc:{col:56,line:32},endLoc:{col:1,line:82},startBody:{col:56,line:32},endBody:{col:1,line:82}},"sub-menu-example-component":{startLoc:{col:2,line:112},endLoc:{col:3,line:114},startBody:{col:2,line:112},endBody:{col:3,line:114}},"sub-menu-with-menu":{startLoc:{col:52,line:116},endLoc:{col:1,line:186},startBody:{col:52,line:116},endBody:{col:1,line:186}}}}},title:"🚀 Cleanup Components/Menu/SubMenu",component:juno_1.RcSubMenu,excludeStories:/SubMenuExampleComponent/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.SubMenuWithMenuList=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcMenuList,{style:{width:"180px"},autoClose:!0,onClose:function(e,r){return console.log("RcMenuList onClose",e,r)}},react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args,{onClose:function(e,r){return console.log("RcSubMenu onClose",e,r)}}),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))))},exports.SubMenuWithMenuList.storyName="SubMenu With MenuList",exports.SubMenuWithMenuList.args={title:"SubMenu Item"},exports.SubMenuWithMenuList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.SubMenuWithMenuList.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Accessibility",value:"100%"}]},exports.SubMenuExampleComponent=function(_a){var children=_a.children;tslib_1.__rest(_a,["children"]);return react_1.default.createElement(exports.SubMenuWithMenu,{title:"SubMenuItem"},children)},exports.SubMenuWithMenu=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcMenu,{anchorEl,open:Boolean(anchorEl),onClose:function(e,reason){setAnchorEl(null),console.log("RcMenu onClose",e,reason)},autoClose:!0},react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"})),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))))))},exports.SubMenuWithMenu.args={title:"SubMenu Item"},exports.SubMenuWithMenu.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.SubMenuWithMenu.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Accessibility",value:"100%"}]},exports.SubMenuWithMenu.storyName="SubMenu With Menu";try{SubMenuExampleComponent.displayName="SubMenuExampleComponent",SubMenuExampleComponent.__docgenInfo={description:"",displayName:"SubMenuExampleComponent",props:{symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"SubMenuItem's title",name:"title",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"children, use MenuItem array\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"emit when sub menu popper closed",name:"onClose",required:!1,type:{name:"((e: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},MenuListProps:{defaultValue:null,description:"MenuList props",name:"MenuListProps",required:!1,type:{name:'Pick'}},PopperProps:{defaultValue:null,description:"Popper props",name:"PopperProps",required:!1,type:{name:'Pick, "slot" | ... 255 more ... | "popperOptions">'}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx#SubMenuExampleComponent"]={docgenInfo:SubMenuExampleComponent.__docgenInfo,name:"SubMenuExampleComponent",path:"packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx#SubMenuExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/Pagination/__stories__/Pagination.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcButton,\n RcPagination,\n RcPaginationItem,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Pagination',\n component: RcPagination,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PaginationProps = ComponentProps;\n\nexport const Pagination: Story = (args) => {\n return ;\n};\n\nPagination.storyName = 'Pagination';\n\nPagination.args = {\n count: 50,\n};\n\nPagination.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPagination.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/39f391c0-3c68-11e9-9430-af40e4ce41b8/branches/676df647-c0cf-4f76-bdd9-4433ff86d534/commits/1a7175cc1a20af0a2e15bfd83db3d2ef75c0f498/files/dcf0f6a7-0c9f-4117-87f1-420b2adba4e6/layers/C9DFD433-67FA-4F57-8715-DE969E96DE84',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pagination/#pagination',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const PaginationCustomItem: Story = (args) => {\n const [bg, setBg] = useState('red');\n return (\n <>\n {\n return ;\n }}\n />\n
    \n setBg('red')}>\n red bg\n \n
    \n
    \n setBg('blue')}>\n blue bg\n \n
    \n
    \n setBg('green')}>\n green bg\n \n \n );\n};\nconst ColorDiv = styled.div<{ bg: string }>`\n background-color: ${(props) => props.bg};\n color: white;\n`;\nPaginationCustomItem.storyName = 'Pagination Custom Item';\n\nPaginationCustomItem.args = { count: 50 };\n\nPaginationCustomItem.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPaginationCustomItem.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pagination/#pagination',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{pagination:{startLoc:{col:50,line:28},endLoc:{col:1,line:30},startBody:{col:50,line:28},endBody:{col:1,line:30}},"pagination-custom-item":{startLoc:{col:60,line:59},endLoc:{col:1,line:85},startBody:{col:60,line:59},endBody:{col:1,line:85}}}}},title:"🚀 Cleanup Components/Pagination",component:juno_1.RcPagination,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Pagination=function(args){return react_1.default.createElement(juno_1.RcPagination,tslib_1.__assign({},args))},exports.Pagination.storyName="Pagination",exports.Pagination.args={count:50},exports.Pagination.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Pagination.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/39f391c0-3c68-11e9-9430-af40e4ce41b8/branches/676df647-c0cf-4f76-bdd9-4433ff86d534/commits/1a7175cc1a20af0a2e15bfd83db3d2ef75c0f498/files/dcf0f6a7-0c9f-4117-87f1-420b2adba4e6/layers/C9DFD433-67FA-4F57-8715-DE969E96DE84"},{name:"Mui",href:"https://material-ui.com/components/pagination/#pagination"},{name:"Accessibility",value:"100%"}]},exports.PaginationCustomItem=function(args){var _a=tslib_1.__read(react_1.useState("red"),2),bg=_a[0],setBg=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPagination,tslib_1.__assign({},args,{renderItem:function(item){return react_1.default.createElement(juno_1.RcPaginationItem,tslib_1.__assign({},item,{component:ColorDiv,bg}))}})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){return setBg("red")}},"red bg"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"interactive.b02",onClick:function(){return setBg("blue")}},"blue bg"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"success.b04",onClick:function(){return setBg("green")}},"green bg"))};var templateObject_1,ColorDiv=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background-color: ",";\n color: white;\n"],["\n background-color: ",";\n color: white;\n"])),(function(props){return props.bg}));exports.PaginationCustomItem.storyName="Pagination Custom Item",exports.PaginationCustomItem.args={count:50},exports.PaginationCustomItem.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.PaginationCustomItem.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/pagination/#pagination"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Paper/__stories__/Paper.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcPaper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Paper',\n component: RcPaper,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PaperProps = ComponentProps;\n\nexport const Paper: Story = ({ children, ...args }) => {\n return (\n \n

    This is a sheet of paper.

    \n

    \n Paper can be used to build surface or other elements for your\n application.\n

    \n
    \n );\n};\n\nPaper.args = {\n elevation: 1,\n};\n\nPaper.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPaper.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/paper/#paper',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{paper:{startLoc:{col:40,line:23},endLoc:{col:1,line:33},startBody:{col:40,line:23},endBody:{col:1,line:33}}}}},title:"🚀 Cleanup Components/Paper",component:juno_1.RcPaper,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Paper=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcPaper,tslib_1.__assign({},args),react_1.default.createElement("h3",null,"This is a sheet of paper."),react_1.default.createElement("p",null,"Paper can be used to build surface or other elements for your application."))},exports.Paper.args={elevation:1},exports.Paper.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Paper.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/paper/#paper"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Popover/__stories__/Popover.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcPopover, RcTypography } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n originChoice,\n originChoiceStringToObj,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Popover',\n component: RcPopover,\n argTypes: {\n ...sortInDocTable(['open', 'anchorEl']),\n anchorOrigin: {\n options: originChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'anchorPosition',\n 'anchorReference',\n 'container',\n 'getContentAnchorEl',\n 'elevation',\n 'marginThreshold',\n 'PaperProps',\n\n 'transformOrigin',\n 'TransitionComponent',\n 'transitionDuration',\n 'TransitionProps',\n ]),\n transformOrigin: {\n options: originChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'TransitionComponent',\n 'transitionDuration',\n 'TransitionProps',\n ]),\n ...notControlInDocTable(['open', 'anchorEl']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PopoverProps = Partial>;\n\nexport const Popover: Story = ({\n children,\n anchorOrigin: anchorOriginProp,\n transformOrigin: transformOriginProp,\n ...args\n}) => {\n const anchorOrigin = originChoiceStringToObj(anchorOriginProp as any);\n const transformOrigin = originChoiceStringToObj(transformOriginProp as any);\n\n const [anchorEl, setAnchorEl] = React.useState(\n null,\n );\n\n const handleClick = (\n event: React.MouseEvent,\n ) => {\n setAnchorEl(event.currentTarget as HTMLButtonElement);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n const open = Boolean(anchorEl);\n const id = open ? 'simple-popover' : undefined;\n\n return (\n \n \n Open Popover\n \n \n \n The content of the Popover.\n \n \n \n );\n};\n\nPopover.args = {\n anchorOrigin: originChoice[0] as any,\n};\n\nPopover.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPopover.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/popover/#popover',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{popover:{startLoc:{col:44,line:56},endLoc:{col:1,line:108},startBody:{col:44,line:56},endBody:{col:1,line:108}}}}},title:"🚀 Cleanup Components/Popover",component:juno_1.RcPopover,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","anchorEl"])),{anchorOrigin:{options:juno_storybook_1.originChoice,control:{type:"select"}}}),juno_storybook_1.sortInDocTable(["anchorPosition","anchorReference","container","getContentAnchorEl","elevation","marginThreshold","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"])),{transformOrigin:{options:juno_storybook_1.originChoice,control:{type:"select"}}}),juno_storybook_1.sortInDocTable(["TransitionComponent","transitionDuration","TransitionProps"])),juno_storybook_1.notControlInDocTable(["open","anchorEl"])),juno_storybook_1.notShowInDocTable([]))},exports.Popover=function(_a){_a.children;var anchorOriginProp=_a.anchorOrigin,transformOriginProp=_a.transformOrigin,args=tslib_1.__rest(_a,["children","anchorOrigin","transformOrigin"]),anchorOrigin=juno_storybook_1.originChoiceStringToObj(anchorOriginProp),transformOrigin=juno_storybook_1.originChoiceStringToObj(transformOriginProp),_b=tslib_1.__read(react_1.default.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],open=Boolean(anchorEl),id=open?"simple-popover":void 0;return react_1.default.createElement("div",{style:{display:"flex",justifyContent:"center",alignContent:"middle"}},react_1.default.createElement(juno_1.RcButton,{"aria-describedby":id,onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Popover"),react_1.default.createElement(juno_1.RcPopover,tslib_1.__assign({},args,{id,open,anchorEl,anchorOrigin,transformOrigin,onClose:function(){setAnchorEl(null)}}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"The content of the Popover.")))},exports.Popover.args={anchorOrigin:juno_storybook_1.originChoice[0]},exports.Popover.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Popover.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/popover/#popover"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Popper/__stories__/Popper.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcPopper, RcTypography } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Popper',\n component: RcPopper,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PopperProps = Partial>;\n\nexport const Popper: Story = ({ children, ...args }) => {\n const [anchorEl, setAnchorEl] = React.useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(anchorEl ? null : event.currentTarget);\n };\n\n const open = Boolean(anchorEl);\n const id = open ? 'simple-popper' : undefined;\n\n return (\n
    \n \n Toggle Popper\n \n \n
    \n \n The content of the Popper.\n \n
    \n
    \n
    \n );\n};\n\nPopper.args = {};\n\nPopper.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPopper.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/popper/#popper',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{popper:{startLoc:{col:42,line:23},endLoc:{col:1,line:47},startBody:{col:42,line:23},endBody:{col:1,line:47}}}}},title:"🚀 Cleanup Components/Popper",component:juno_1.RcPopper,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Popper=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],open=Boolean(anchorEl),id=open?"simple-popper":void 0;return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcButton,{"aria-describedby":id,type:"button",onClick:function(event){setAnchorEl(anchorEl?null:event.currentTarget)}},"Toggle Popper"),react_1.default.createElement(juno_1.RcPopper,tslib_1.__assign({},args,{id,open,anchorEl}),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"The content of the Popper."))))},exports.Popper.args={},exports.Popper.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Popper.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/popper/#popper"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/PopupBox/__stories__/PopupBox.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcDialogContentText,\n RcPopupBox,\n RcTextField,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/PopupBox',\n component: RcPopupBox,\n argTypes: {\n ...sortInDocTable([\n 'open',\n 'scroll',\n 'title',\n 'footer',\n 'loading',\n 'loadingOverlay',\n 'disableEscapeKeyDown',\n 'disableBackdropClick',\n 'confirmButtonText',\n 'confirmButtonProps',\n 'onConfirm',\n 'cancelButtonText',\n 'cancelButtonProps',\n 'onCancel',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PopupBoxProps = ComponentProps;\n\nexport const PopupBox: Story = ({ open: openProp, ...args }) => {\n const [open, setOpen] = useState(openProp);\n\n return (\n <>\n {\n setOpen(true);\n }}\n >\n Open Children Modal\n \n\n {\n console.log('exit');\n },\n }}\n onConfirm={() => {\n console.log('confirm');\n setOpen(false);\n }}\n onCancel={(e, reason) => {\n console.log('cancel', reason);\n setOpen(false);\n }}\n >\n \n cool\n bottom\n \n \n );\n};\n\nPopupBox.storyName = 'PopupBox';\n\nPopupBox.args = {\n confirmButtonText: 'ok',\n cancelButtonText: 'cancel',\n title: 'Title',\n open: false,\n};\n\nPopupBox.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPopupBox.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'w3c',\n color: 'informative.b01',\n href: 'https://www.w3schools.com/js/js_popup.asp',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/dialogs/#alerts',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"popup-box":{startLoc:{col:46,line:44},endLoc:{col:1,line:80},startBody:{col:46,line:44},endBody:{col:1,line:80}}}}},title:"🚀 Cleanup Components/PopupBox",component:juno_1.RcPopupBox,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","scroll","title","footer","loading","loadingOverlay","disableEscapeKeyDown","disableBackdropClick","confirmButtonText","confirmButtonProps","onConfirm","cancelButtonText","cancelButtonProps","onCancel"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.PopupBox=function(_a){var openProp=_a.open,args=tslib_1.__rest(_a,["open"]),_b=tslib_1.__read(react_1.useState(openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!0)}},"Open Children Modal"),react_1.default.createElement(juno_1.RcPopupBox,tslib_1.__assign({},args,{open,TransitionProps:{onExited:function(e){console.log("exit")}},onConfirm:function(){console.log("confirm"),setOpen(!1)},onCancel:function(e,reason){console.log("cancel",reason),setOpen(!1)}}),react_1.default.createElement(juno_1.RcTextField,{fullWidth:!0,autoFocus:!0}),react_1.default.createElement(juno_1.RcBox,{height:"1000px"},"cool"),react_1.default.createElement(juno_1.RcDialogContentText,{gutterBottom:!1},"bottom")))},exports.PopupBox.storyName="PopupBox",exports.PopupBox.args={confirmButtonText:"ok",cancelButtonText:"cancel",title:"Title",open:!1},exports.PopupBox.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.PopupBox.parameters={tags:[{name:"Source",value:"w3c",color:"informative.b01",href:"https://www.w3schools.com/js/js_popup.asp"},{name:"Mui",href:"https://material-ui.com/components/dialogs/#alerts"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Portal/__stories__/Portal.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBox, RcPortal, RcText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Portal',\n component: RcPortal,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PortalProps = ComponentProps;\n\nexport const Portal: Story = ({ children, ...args }) => {\n return (\n \n \n \n This text is portaled at the end of document.body!\n \n \n \n );\n};\n\nPortal.storyName = 'Portal';\n\nPortal.args = {};\n\nPortal.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPortal.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/portal/#portal',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{portal:{startLoc:{col:42,line:23},endLoc:{col:1,line:33},startBody:{col:42,line:23},endBody:{col:1,line:33}}}}},title:"🚀 Cleanup Components/Portal",component:juno_1.RcPortal,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Portal=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcPortal,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcBox,{position:"absolute",top:"100px",left:"100px"},react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},"This text is portaled at the end of document.body!")))},exports.Portal.storyName="Portal",exports.Portal.args={},exports.Portal.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Portal.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/portal/#portal"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/PortalHost/__stories__/PortalHost.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Drawer_1=__webpack_require__("./packages/juno-core/src/components/Drawer/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FC, useEffect, useRef, useState } from 'react';\n\nimport {\n ControlledProps,\n PortalController,\n PortalManager,\n RcButton,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcDivider,\n RcIcon,\n RcList,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcPortalHost,\n RcSnackbar,\n RcSnackbarProps,\n RcTextField,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { RcDrawer, RcDrawerProps } from '../../Drawer';\nimport {\n Delete,\n Draft,\n Email,\n Inbox,\n NewEmail,\n SendFilled,\n Voicemail,\n} from '@ringcentral/juno-icon';\n\n// FIXME: switch between Docs and canvas page issue will throw connectable error, should handle destroy\n\nexport default {\n title: '🚀 Cleanup Components/PortalHost',\n component: RcPortalHost,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PortalHostProps = ComponentProps;\n\nconst portalManager = new PortalManager();\n\ntype DialogProps = ControlledProps<{ n?: number }, string>;\n\nconst Dialog: FC = ({ onClose, n = 0, open }) => {\n const [content, setContent] = useState('no content');\n\n return (\n {\n onClose(`dialog ${n} closed, reason: ${reason}`);\n }}\n >\n Base Dialog {n}\n {content}\n \n {\n portalManager\n .open(Dialog, {\n props: { n: n + 1 },\n })\n .onClosed.then((feedback) => {\n if (feedback) setContent(feedback);\n });\n }}\n >\n open Dialog\n \n {\n onClose(`dialog ${n} closed, reason: closed button`);\n }}\n >\n close\n \n \n \n );\n};\n\nexport const PortalHostDialogExample: Story = () => {\n return (\n <>\n \n {\n portalManager.open(Dialog, { props: { n: 0 } });\n }}\n >\n open dialog\n \n \n );\n};\n\nPortalHostDialogExample.storyName = 'PortalHost Dialog Example';\n\ntype SnackbarProps = ControlledProps;\n\nconst portalManager2 = new PortalManager();\n\nconst Snackbar: FC = ({ onClose, children, ...rest }) => {\n return (\n {\n if (reason !== 'clickaway') onClose();\n }}\n {...rest}\n />\n );\n};\n\nexport const PortalHostSnackbarExample: Story = () => {\n const [open, setOpen] = useState(false);\n const snackbarRef = useRef>();\n\n return (\n <>\n \n {\n if (!open) {\n snackbarRef.current = portalManager2.open(Snackbar, {\n props: { autoHideDuration: 2000, message: '233' },\n });\n\n snackbarRef.current.onOpened.then(() => {\n setOpen(true);\n });\n snackbarRef.current.onClosed.then(() => {\n setOpen(false);\n });\n } else {\n snackbarRef.current?.close();\n }\n }}\n >\n {open ? 'close' : 'open'} snackbar\n \n \n );\n};\n\nPortalHostSnackbarExample.storyName = 'PortalHost Snackbar Example';\n\nconst drawerManager = new PortalManager();\n\nconst Drawer: FC & ControlledProps> = ({\n onClose,\n children,\n open,\n ...rest\n}) => {\n return (\n {\n onClose();\n }}\n open={open}\n {...rest}\n >\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport const PortalHostDrawerExample: Story = () => {\n return (\n <>\n \n {\n drawerManager.open(Drawer);\n }}\n >\n toggle drawer\n \n \n );\n};\n\nPortalHostDrawerExample.storyName = 'PortalHost Drawer Example';\n\nconst portalManager3 = new PortalManager();\n\nexport const PortalHostUpdatePropsExample: Story = () => {\n const snackbarRef = useRef>();\n\n const [value, setValue] = useState('Example');\n\n useEffect(() => {\n snackbarRef.current = portalManager3.open(Snackbar, {\n props: { autoHideDuration: null, message: value },\n });\n \n }, []);\n\n return (\n <>\n \n
    \n setValue(e.target.value)}\n />\n
    \n
    \n {\n snackbarRef.current?.updateProps({ message: value });\n }}\n >\n update props\n \n \n );\n};\n\nPortalHostUpdatePropsExample.storyName = 'PortalHost Update Props Example';\n\nclass TagPortalManager extends PortalManager<{ tag: string }> {\n closeByTag(tag: string) {\n for (const portal of this.portalStore.portals) {\n if (portal.portalController.data?.tag === tag) {\n this.closeByID(portal.id);\n }\n }\n }\n}\nconst tagPortalManager = new TagPortalManager();\n\nexport const PortalHostWithAdditionExample: Story = () => {\n const [open, setOpen] = useState(false);\n\n const toggle = () => {\n setOpen(!open);\n\n if (!open) {\n tagPortalManager.open(Snackbar, {\n props: { message: '233' },\n data: { tag: 'a-tag' },\n });\n return;\n }\n tagPortalManager.closeByTag('a-tag');\n };\n\n return (\n <>\n \n {open ? 'close' : 'open'} by tag\n \n );\n};\n\nPortalHostWithAdditionExample.storyName = 'PortalHost With Addition Example';\n\nconst InnerDialogPortal = (props: ControlledProps) => {\n const { onClose, open } = props;\n const [openDialog, setOpenDialog] = useState(false);\n\n return (\n {\n onClose();\n }}\n >\n Dialog\n \n {\n setOpenDialog(false);\n }}\n >\n Inner Dialog\n This is content\n \n {\n setOpenDialog(false);\n }}\n >\n close\n \n \n \n {\n setOpenDialog(true);\n }}\n >\n open inner dialog\n \n \n \n {\n onClose();\n }}\n >\n close\n \n \n \n );\n};\n\nconst innerDialogPortalManager = new PortalManager();\n\nexport const PortalHostWithInnerDialog: Story = () => {\n const openDialog = () => {\n innerDialogPortalManager.open(InnerDialogPortal);\n };\n\n return (\n <>\n \n open dialog\n \n );\n};\n\nPortalHostWithInnerDialog.storyName = 'PortalHost With Inner Dialog';\n",locationsMap:{"portal-host-dialog-example":{startLoc:{col:63,line:96},endLoc:{col:1,line:109},startBody:{col:63,line:96},endBody:{col:1,line:109}},"portal-host-snackbar-example":{startLoc:{col:65,line:128},endLoc:{col:1,line:157},startBody:{col:65,line:128},endBody:{col:1,line:157}},"portal-host-drawer-example":{startLoc:{col:63,line:226},endLoc:{col:1,line:239},startBody:{col:63,line:226},endBody:{col:1,line:239}},"portal-host-update-props-example":{startLoc:{col:68,line:245},endLoc:{col:1,line:277},startBody:{col:68,line:245},endBody:{col:1,line:277}},"portal-host-with-addition-example":{startLoc:{col:69,line:292},endLoc:{col:1,line:314},startBody:{col:69,line:292},endBody:{col:1,line:314}},"portal-host-with-inner-dialog":{startLoc:{col:65,line:373},endLoc:{col:1,line:384},startBody:{col:65,line:373},endBody:{col:1,line:384}}}}},title:"🚀 Cleanup Components/PortalHost",component:juno_1.RcPortalHost,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var portalManager=new juno_1.PortalManager,Dialog=function(_a){var onClose=_a.onClose,_b=_a.n,n=void 0===_b?0:_b,open=_a.open,_c=tslib_1.__read(react_1.useState("no content"),2),content=_c[0],setContent=_c[1];return react_1.default.createElement(juno_1.RcDialog,{open,onClose:function(_,reason){onClose("dialog "+n+" closed, reason: "+reason)}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Base Dialog ",n),react_1.default.createElement(juno_1.RcDialogContent,null,content),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){portalManager.open(Dialog,{props:{n:n+1}}).onClosed.then((function(feedback){feedback&&setContent(feedback)}))}},"open Dialog"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){onClose("dialog "+n+" closed, reason: closed button")}},"close")))};exports.PortalHostDialogExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:portalManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){portalManager.open(Dialog,{props:{n:0}})}},"open dialog"))},exports.PortalHostDialogExample.storyName="PortalHost Dialog Example";var portalManager2=new juno_1.PortalManager,Snackbar=function(_a){var onClose=_a.onClose,rest=(_a.children,tslib_1.__rest(_a,["onClose","children"]));return react_1.default.createElement(juno_1.RcSnackbar,tslib_1.__assign({onClose:function(_,reason){"clickaway"!==reason&&onClose()}},rest))};exports.PortalHostSnackbarExample=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],snackbarRef=react_1.useRef();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:portalManager2}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;open?null===(_a=snackbarRef.current)||void 0===_a||_a.close():(snackbarRef.current=portalManager2.open(Snackbar,{props:{autoHideDuration:2e3,message:"233"}}),snackbarRef.current.onOpened.then((function(){setOpen(!0)})),snackbarRef.current.onClosed.then((function(){setOpen(!1)})))}},open?"close":"open"," snackbar"))},exports.PortalHostSnackbarExample.storyName="PortalHost Snackbar Example";var drawerManager=new juno_1.PortalManager,Drawer=function(_a){var onClose=_a.onClose,open=(_a.children,_a.open),rest=tslib_1.__rest(_a,["onClose","children","open"]);return react_1.default.createElement(Drawer_1.RcDrawer,tslib_1.__assign({onClose:function(){onClose()},open},rest),react_1.default.createElement(juno_1.RcList,{style:{width:"100%"}},react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Inbox,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Inbox"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.NewEmail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Starred"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.SendFilled,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Send email"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Draft,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Drafts"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"}),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Email,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"All mail"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Delete,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Trash"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Voicemail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Voicemail"}))))};exports.PortalHostDrawerExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:drawerManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){drawerManager.open(Drawer)}},"toggle drawer"))},exports.PortalHostDrawerExample.storyName="PortalHost Drawer Example";var portalManager3=new juno_1.PortalManager;exports.PortalHostUpdatePropsExample=function(){var snackbarRef=react_1.useRef(),_a=tslib_1.__read(react_1.useState("Example"),2),value=_a[0],setValue=_a[1];return react_1.useEffect((function(){snackbarRef.current=portalManager3.open(Snackbar,{props:{autoHideDuration:null,message:value}})}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:portalManager3}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{placeholder:"snackbar message",value,onChange:function(e){return setValue(e.target.value)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;null===(_a=snackbarRef.current)||void 0===_a||_a.updateProps({message:value})}},"update props"))},exports.PortalHostUpdatePropsExample.storyName="PortalHost Update Props Example";var tagPortalManager=new(function(_super){function TagPortalManager(){return null!==_super&&_super.apply(this,arguments)||this}return tslib_1.__extends(TagPortalManager,_super),TagPortalManager.prototype.closeByTag=function(tag){var e_1,_a,_b;try{for(var _c=tslib_1.__values(this.portalStore.portals),_d=_c.next();!_d.done;_d=_c.next()){var portal=_d.value;(null===(_b=portal.portalController.data)||void 0===_b?void 0:_b.tag)===tag&&this.closeByID(portal.id)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_d&&!_d.done&&(_a=_c.return)&&_a.call(_c)}finally{if(e_1)throw e_1.error}}},TagPortalManager}(juno_1.PortalManager));exports.PortalHostWithAdditionExample=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:tagPortalManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!open),open?tagPortalManager.closeByTag("a-tag"):tagPortalManager.open(Snackbar,{props:{message:"233"},data:{tag:"a-tag"}})}},open?"close":"open"," by tag"))},exports.PortalHostWithAdditionExample.storyName="PortalHost With Addition Example";var InnerDialogPortal=function(props){var onClose=props.onClose,open=props.open,_a=tslib_1.__read(react_1.useState(!1),2),openDialog=_a[0],setOpenDialog=_a[1];return react_1.default.createElement(juno_1.RcDialog,{open,onClose:function(){onClose()}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Dialog"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcDialog,{maxWidth:"xs",open:openDialog,onClose:function(){setOpenDialog(!1)}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Inner Dialog"),react_1.default.createElement(juno_1.RcDialogContent,null,"This is content"),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpenDialog(!1)}},"close"))),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpenDialog(!0)}},"open inner dialog")),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){onClose()}},"close")))},innerDialogPortalManager=new juno_1.PortalManager;exports.PortalHostWithInnerDialog=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:innerDialogPortalManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){innerDialogPortalManager.open(InnerDialogPortal)}},"open dialog"))},exports.PortalHostWithInnerDialog.storyName="PortalHost With Inner Dialog"},"./packages/juno-core/src/components/Presence/__stories__/Presence.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Presence/utils/index.ts");exports.default={title:"🚀 Cleanup Components/Presence",component:juno_1.RcPresence,parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { palette2, RcPresence, styled } from '@ringcentral/juno';\nimport { paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { RcPresenceColors } from '../utils';\n\nexport default {\n title: '🚀 Cleanup Components/Presence',\n component: RcPresence,\n parameters: {\n backgroundColor: 'informative.b01',\n },\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype PresenceProps = ComponentProps;\n\nexport const Presence: Story = ({ children, ...args }) => {\n return {children};\n};\n\nPresence.args = {};\nPresence.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/62a84878-b3f6-4fd5-a347-2e6941c7753d/branches/master/commits/43b6a77214eda68d934bc8369aad5b5e37b30e28/files/620ad987-618f-4395-a945-495a61a844e9/layers/6F98D42C-A874-433E-91A8-B3FC59712FCA',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst StyledWrapper = styled.div`\n display: flex;\n padding: 10px;\n`;\n\nconst StyledText = styled.span`\n margin-left: 5px;\n color: ${palette2('neutral', 'f06')};\n`;\n\nconst sizes: PresenceProps['size'][] = [\n 'xxsmall',\n 'xsmall',\n 'small',\n 'medium',\n 'large',\n 'xlarge',\n];\n\nconst types: PresenceProps['type'][] = Object.keys(RcPresenceColors) as any;\n\nexport const PresenceExamples: Story = () => {\n return (\n <>\n {types.map((type) => (\n \n {sizes.map((size) => (\n \n ))}\n {type}\n \n ))}\n\n \n {sizes.map((size) => (\n \n ))}\n Custom Color with theme method\n \n \n {sizes.map((size) => (\n \n ))}\n Custom Color with css color\n \n \n );\n};\n",locationsMap:{presence:{startLoc:{col:46,line:27},endLoc:{col:1,line:29},startBody:{col:46,line:27},endBody:{col:1,line:29}},"presence-examples":{startLoc:{col:54,line:66},endLoc:{col:1,line:96},startBody:{col:54,line:66},endBody:{col:1,line:96}}}},backgroundColor:"informative.b01"},argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}},exports.Presence=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcPresence,tslib_1.__assign({},args),children)},exports.Presence.args={},exports.Presence.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/62a84878-b3f6-4fd5-a347-2e6941c7753d/branches/master/commits/43b6a77214eda68d934bc8369aad5b5e37b30e28/files/620ad987-618f-4395-a945-495a61a844e9/layers/6F98D42C-A874-433E-91A8-B3FC59712FCA"},{name:"Accessibility",value:"100%"}]};var templateObject_1,templateObject_2,StyledWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n padding: 10px;\n"],["\n display: flex;\n padding: 10px;\n"]))),StyledText=juno_1.styled.span(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-left: 5px;\n color: ",";\n"],["\n margin-left: 5px;\n color: ",";\n"])),juno_1.palette2("neutral","f06")),sizes=["xxsmall","xsmall","small","medium","large","xlarge"],types=Object.keys(utils_1.RcPresenceColors);exports.PresenceExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,types.map((function(type){return react_1.default.createElement(StyledWrapper,{key:type},sizes.map((function(size){return react_1.default.createElement(juno_1.RcPresence,{key:type+"_"+size,size,type})})),react_1.default.createElement(StyledText,null,type))})),react_1.default.createElement(StyledWrapper,null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcPresence,{key:size,size,color:juno_1.palette2("interactive","b02")})})),react_1.default.createElement(StyledText,null,"Custom Color with theme method")),react_1.default.createElement(StyledWrapper,null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcPresence,{key:size,size,color:"yellow"})})),react_1.default.createElement(StyledText,null,"Custom Color with css color")))}},"./packages/juno-core/src/components/Progress/CircularProgress/__stories__/CircularProgress.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCircularProgress } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Progress/CircularProgress',\n component: RcCircularProgress,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'size',\n 'variant',\n 'value',\n 'thickness',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CircularProgressProps = ComponentProps;\n\nexport const CircularProgress: Story = ({ ...args }) => {\n return ;\n};\n\nCircularProgress.storyName = 'CircularProgress';\nCircularProgress.args = {};\nCircularProgress.argTypes = {\n ...notControlInDocTable([]),\n};\nCircularProgress.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/progress/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const CircularProgressExample: Story = ({\n color,\n thickness,\n}) => {\n return (\n
    \n Default\n \n
    \n
    \n Determinate with value\n \n
    \n
    \n \n
    \n
    \n Size\n \n
    \n
    \n Thickness\n \n
    \n );\n};\n\nCircularProgressExample.storyName = 'CircularProgress Examples';\n\nCircularProgressExample.args = {\n color: 'danger.f02',\n};\n\nCircularProgressExample.argTypes = {\n ...notShowInDocTable([\n 'variant',\n 'value',\n 'size',\n 'disableShrink',\n 'classes',\n 'innerRef',\n ]),\n};\n",locationsMap:{"circular-progress":{startLoc:{col:62,line:36},endLoc:{col:1,line:38},startBody:{col:62,line:36},endBody:{col:1,line:38}},"circular-progress-example":{startLoc:{col:69,line:58},endLoc:{col:1,line:93},startBody:{col:69,line:58},endBody:{col:1,line:93}}}}},title:"🚀 Cleanup Components/Progress/CircularProgress",component:juno_1.RcCircularProgress,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","variant","value","thickness"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CircularProgress=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcCircularProgress,tslib_1.__assign({},args))},exports.CircularProgress.storyName="CircularProgress",exports.CircularProgress.args={},exports.CircularProgress.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CircularProgress.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/progress/"},{name:"Accessibility",value:"100%"}]},exports.CircularProgressExample=function(_a){var color=_a.color,thickness=_a.thickness;return react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Default"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Determinate with value"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness,variant:"determinate",value:25}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness,variant:"determinate",value:50}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Size"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness,size:36}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Thickness"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness:10,size:50}))},exports.CircularProgressExample.storyName="CircularProgress Examples",exports.CircularProgressExample.args={color:"danger.f02"},exports.CircularProgressExample.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["variant","value","size","disableShrink","classes","innerRef"]))},"./packages/juno-core/src/components/Progress/LinearProgress/__stories__/LinearProgress.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcLinearProgress } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Progress/LinearProgress',\n component: RcLinearProgress,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'value',\n 'valueBuffer',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype LinearProgressProps = ComponentProps;\n\nexport const LinearProgress: Story = ({ ...args }) => {\n return ;\n};\n\nLinearProgress.storyName = 'LinearProgress';\n\nLinearProgress.args = {};\n\nLinearProgress.argTypes = {\n ...notControlInDocTable([]),\n};\nLinearProgress.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/progress/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const LinearProgressExample: Story = ({\n color,\n}) => {\n return (\n
    \n Default\n \n
    \n
    \n Determinate with value\n \n
    \n
    \n Query progress\n \n
    \n
    \n Buffer progress\n \n
    \n );\n};\n\nLinearProgressExample.storyName = 'LinearProgress Examples';\n\nLinearProgressExample.args = {\n color: 'danger.f02',\n};\n",locationsMap:{"linear-progress":{startLoc:{col:58,line:35},endLoc:{col:1,line:37},startBody:{col:58,line:35},endBody:{col:1,line:37}},"linear-progress-example":{startLoc:{col:65,line:59},endLoc:{col:1,line:85},startBody:{col:65,line:59},endBody:{col:1,line:85}}}}},title:"🚀 Cleanup Components/Progress/LinearProgress",component:juno_1.RcLinearProgress,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","value","valueBuffer"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.LinearProgress=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcLinearProgress,tslib_1.__assign({},args))},exports.LinearProgress.storyName="LinearProgress",exports.LinearProgress.args={},exports.LinearProgress.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.LinearProgress.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/progress/"},{name:"Accessibility",value:"100%"}]},exports.LinearProgressExample=function(_a){var color=_a.color;return react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Default"),react_1.default.createElement(juno_1.RcLinearProgress,{color}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Determinate with value"),react_1.default.createElement(juno_1.RcLinearProgress,{color,variant:"determinate",value:25}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Query progress"),react_1.default.createElement(juno_1.RcLinearProgress,{color,variant:"query",value:25}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Buffer progress"),react_1.default.createElement(juno_1.RcLinearProgress,{color,variant:"buffer",value:25,valueBuffer:50}))},exports.LinearProgressExample.storyName="LinearProgress Examples",exports.LinearProgressExample.args={color:"danger.f02"}},"./packages/juno-core/src/components/Rating/__stories__/Rating.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcIcon, RcRating, RcTypography, styled } from '@ringcentral/juno';\nimport { Add, AddBorder } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n paletteChoice,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Rating',\n component: RcRating,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...notControlInDocTable(['icon', 'emptyIcon']),\n },\n args: {\n defaultValue: 1,\n tooltips: ['Poor', 'Fair', 'Okay', 'Good', 'Great'],\n },\n} as Meta;\n\ntype RatingProps = ComponentProps;\n\nexport const Rating: Story = ({ icon, emptyIcon, ...args }) => {\n return ;\n};\n\nRating.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3d6eba7c40a87916a314315eaa635be6ae8c0c3e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/233B16D2-EEE7-4F28-8DAD-F64F9C472C7F',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/rating/#rating',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst CustomWrapper = styled.div`\n height: 100px;\n width: 100px;\n font-size: 80px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\nconst customIcon = (\n \n + (a)\n \n);\n\nconst customEmptyIcon = (\n \n - (b)\n \n);\n\nexport const CustomRatingRender: Story = ({\n icon,\n emptyIcon,\n ...args\n}) => {\n const [value, setValue] = useState(2);\n\n return (\n <>\n {\n setValue(newValue);\n }}\n icon={}\n emptyIcon={}\n {...args}\n />\n
    \n {\n setValue(newValue);\n }}\n icon={customIcon}\n emptyIcon={customEmptyIcon}\n {...args}\n />\n \n );\n};\n\nCustomRatingRender.args = {\n color: 'success.b04',\n emphasized: false,\n};\n\nCustomRatingRender.argTypes = {\n ...notControlInDocTable(['defaultValue', 'value']),\n};\n",locationsMap:{rating:{startLoc:{col:42,line:31},endLoc:{col:1,line:33},startBody:{col:42,line:31},endBody:{col:1,line:33}},"custom-rating-render":{startLoc:{col:54,line:74},endLoc:{col:1,line:105},startBody:{col:54,line:74},endBody:{col:1,line:105}}}}},title:"🚀 Cleanup Components/Rating",component:juno_1.RcRating,argTypes:tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.notControlInDocTable(["icon","emptyIcon"])),args:{defaultValue:1,tooltips:["Poor","Fair","Okay","Good","Great"]}},exports.Rating=function(_a){_a.icon,_a.emptyIcon;var args=tslib_1.__rest(_a,["icon","emptyIcon"]);return react_1.default.createElement(juno_1.RcRating,tslib_1.__assign({},args))},exports.Rating.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3d6eba7c40a87916a314315eaa635be6ae8c0c3e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/233B16D2-EEE7-4F28-8DAD-F64F9C472C7F"},{name:"Mui",href:"https://material-ui.com/components/rating/#rating"},{name:"Accessibility",value:"100%"}]};var templateObject_1,CustomWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 100px;\n width: 100px;\n font-size: 80px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n height: 100px;\n width: 100px;\n font-size: 80px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n"]))),customIcon=react_1.default.createElement(CustomWrapper,null,"+ ",react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"(a)")),customEmptyIcon=react_1.default.createElement(CustomWrapper,null,"- ",react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"(b)"));exports.CustomRatingRender=function(_a){_a.icon,_a.emptyIcon;var args=tslib_1.__rest(_a,["icon","emptyIcon"]),_b=tslib_1.__read(react_1.useState(2),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcRating,tslib_1.__assign({value,onChange:function(e,newValue){setValue(newValue)},icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add}),emptyIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.AddBorder})},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcRating,tslib_1.__assign({value,name:"add",onChange:function(e,newValue){setValue(newValue)},icon:customIcon,emptyIcon:customEmptyIcon},args)))},exports.CustomRatingRender.args={color:"success.b04",emphasized:!1},exports.CustomRatingRender.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["defaultValue","value"]))},"./packages/juno-core/src/components/Responsive/__stories__/Responsive.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useRef, useState } from 'react';\n\nimport {\n RcButton,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcRadio,\n RcRadioGroup,\n RcResponsive,\n RcTypography,\n styled,\n useResponsiveContext,\n useResponsiveMatch,\n withResponsive,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Responsive',\n component: RcResponsive,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([\n 'breakpointMap',\n 'resizeThrottle',\n ]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ResponsiveProps = ComponentProps;\n\nconst ResizeWrapper = styled.div`\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n`;\n\nconst DialogStory = ({\n open,\n setOpen,\n}: {\n open: boolean;\n setOpen: React.Dispatch>;\n}) => {\n const bp = useResponsiveContext();\n const matchResult = useResponsiveMatch();\n\n console.log(matchResult);\n const { ltMD, gtSM } = matchResult;\n\n return (\n <>\n setOpen(false)} open={open}>\n {bp} Size\n \n try to resize screen\n \n \n \n \n \n \n setOpen(false)}\n color=\"danger.b04\"\n fullWidth={ltMD}\n >\n Cancel\n \n OK\n \n \n \n );\n};\n\nconst ResponsiveButton = withResponsive(RcButton, ['size']);\n\nexport const ResponsiveButtonExamples: Story = () => {\n const ref = useRef(null);\n const [open, setOpen] = useState(false);\n\n return (\n <>\n \n If you want to make duplicate component can responsive size such as\n listItemActions, this hook is better than 'withResponsive'. Because\n there is no need to double count the matched size\n \n {/* default bind responsive with window */}\n \n \n \n {/* also can bind in different element */}\n \n \n \n lg: 'large', md: 'medium', sm: 'small', xs: hidden,\n \n setOpen(true)}\n size={['medium.md', 'small.sm', 'large.lg']}\n >\n open dialog\n \n \n \n \n );\n};\n\nResponsiveButtonExamples.storyName = 'Responsive';\n",locationsMap:{"responsive-button-examples":{startLoc:{col:47,line:91},endLoc:{col:1,line:123},startBody:{col:47,line:91},endBody:{col:1,line:123}}}}},title:"🚀 Cleanup Components/Responsive",component:juno_1.RcResponsive,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable(["breakpointMap","resizeThrottle"])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,ResizeWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"],["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"]))),DialogStory=function(_a){var open=_a.open,setOpen=_a.setOpen,bp=juno_1.useResponsiveContext(),matchResult=juno_1.useResponsiveMatch();console.log(matchResult);var ltMD=matchResult.ltMD,gtSM=matchResult.gtSM;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDialog,{onClose:function(){return setOpen(!1)},open},react_1.default.createElement(juno_1.RcDialogTitle,null,bp," Size"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"try to resize screen"),react_1.default.createElement(juno_1.RcRadioGroup,{row:gtSM},react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}),react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}))),react_1.default.createElement(juno_1.RcDialogActions,{direction:ltMD?"vertical":"horizontal"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!1)},color:"danger.b04",fullWidth:ltMD},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:ltMD},"OK"))))},ResponsiveButton=juno_1.withResponsive(juno_1.RcButton,["size"]);exports.ResponsiveButtonExamples=function(){var ref=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02"},"If you want to make duplicate component can responsive size such as listItemActions, this hook is better than 'withResponsive'. Because there is no need to double count the matched size"),react_1.default.createElement(juno_1.RcResponsive,null,react_1.default.createElement(DialogStory,{open,setOpen})),react_1.default.createElement(juno_1.RcResponsive,{responsiveTarget:ref},react_1.default.createElement(ResizeWrapper,{ref},react_1.default.createElement(juno_1.RcTypography,null,"lg: 'large', md: 'medium', sm: 'small', xs: hidden,"),react_1.default.createElement(ResponsiveButton,{hiddenPatterns:"xs",onClick:function(){return setOpen(!0)},size:["medium.md","small.sm","large.lg"]},"open dialog"))))},exports.ResponsiveButtonExamples.storyName="Responsive"},"./packages/juno-core/src/components/Snackbar/SnackbarAction/__stories__/SnackbarAction.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcSnackbarAction, RcSnackbarContent } from '@ringcentral/juno';\nimport { Add, Close } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Snackbar/SnackbarAction',\n component: RcSnackbarAction,\n argTypes: {\n size: {\n table: { defaultValue: 'medium' },\n },\n ...sortInDocTable(['variant', 'disabled']),\n ...notControlInDocTable(['icon', 'symbol']),\n },\n} as Meta;\n\ntype SnackbarActionProps = ComponentProps;\n\nexport const SnackbarAction: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {args.variant === 'text' ? (\n \n {children}\n \n ) : (\n \n )}\n \n Action\n \n Action\n \n \n }\n />\n );\n};\n\nSnackbarAction.args = {\n children: 'Example',\n};\nSnackbarAction.storyName = 'SnackbarAction';\n\nSnackbarAction.parameters = {\n tags: [],\n};\n",locationsMap:{"snackbar-action":{startLoc:{col:58,line:25},endLoc:{col:1,line:52},startBody:{col:58,line:25},endBody:{col:1,line:52}}}}},title:"🚀 Cleanup Components/Snackbar/SnackbarAction",component:juno_1.RcSnackbarAction,argTypes:tslib_1.__assign(tslib_1.__assign({size:{table:{defaultValue:"medium"}}},juno_storybook_1.sortInDocTable(["variant","disabled"])),juno_storybook_1.notControlInDocTable(["icon","symbol"]))},exports.SnackbarAction=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",size:args.size,message:"This is an error message.",action:react_1.default.createElement(react_1.default.Fragment,null,"text"===args.variant?react_1.default.createElement(juno_1.RcSnackbarAction,tslib_1.__assign({key:"1"},args),children):react_1.default.createElement(juno_1.RcSnackbarAction,tslib_1.__assign({key:"1"},args,{symbol:juno_icon_1.Add})),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1",disabled:!0},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action2"},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close}))})},exports.SnackbarAction.args={children:"Example"},exports.SnackbarAction.storyName="SnackbarAction",exports.SnackbarAction.parameters={tags:[]}},"./packages/juno-core/src/components/Snackbar/SnackbarContent/__stories__/SnackbarContent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcLink,\n RcSnackbarAction,\n RcSnackbarContent,\n styled,\n} from \'@ringcentral/juno\';\nimport { Close } from \'@ringcentral/juno-icon\';\nimport { notShowInDocTable, sortInDocTable } from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Snackbar/SnackbarContent\',\n component: RcSnackbarContent,\n argTypes: {\n ...sortInDocTable([\n \'type\',\n \'size\',\n \'messageAlign\',\n \'square\',\n ]),\n ...notShowInDocTable([\'ariaLabel\']),\n },\n} as Meta;\n\ntype SnackbarContentProps = ComponentProps;\n\nexport const SnackbarContent: Story = ({ ...args }) => {\n return ;\n};\n\nSnackbarContent.args = {\n message: \'Example snackbar content\',\n};\nSnackbarContent.storyName = \'SnackbarContent\';\n\nSnackbarContent.parameters = {\n tags: [\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/snackbar-content/\',\n },\n ],\n};\n\nconst Wrapper = styled.div`\n display: flex;\n flex-direction: column;\n text-align: center;\n padding: 12px 24px;\n margin: 12px 0;\n\n > div {\n margin-bottom: 10px;\n }\n`;\n\nexport const SnackbarContentExamples: Story = () => {\n return (\n \n \n Action}\n />\n \n This is an warning message.  \n \n https://app.ringcentral.com/\n \n \n }\n action={[\n Action,\n Action,\n ]}\n />\n \n Action\n ,\n Action,\n ,\n ]}\n />\n \n \n }\n />\n ,\n ]}\n />\n \n );\n};\n\nSnackbarContentExamples.storyName = \'SnackbarContent Examples\';\n',locationsMap:{"snackbar-content":{startLoc:{col:60,line:29},endLoc:{col:1,line:31},startBody:{col:60,line:29},endBody:{col:1,line:31}},"snackbar-content-examples":{startLoc:{col:68,line:59},endLoc:{col:1,line:116},startBody:{col:68,line:59},endBody:{col:1,line:116}}}}},title:"🚀 Cleanup Components/Snackbar/SnackbarContent",component:juno_1.RcSnackbarContent,argTypes:tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["type","size","messageAlign","square"])),juno_storybook_1.notShowInDocTable(["ariaLabel"]))},exports.SnackbarContent=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcSnackbarContent,tslib_1.__assign({},args))},exports.SnackbarContent.args={message:"Example snackbar content"},exports.SnackbarContent.storyName="SnackbarContent",exports.SnackbarContent.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/snackbar-content/"}]};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n text-align: center;\n padding: 12px 24px;\n margin: 12px 0;\n\n > div {\n margin-bottom: 10px;\n }\n"],["\n display: flex;\n flex-direction: column;\n text-align: center;\n padding: 12px 24px;\n margin: 12px 0;\n\n > div {\n margin-bottom: 10px;\n }\n"])));exports.SnackbarContentExamples=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcSnackbarContent,{message:"This is an success message.",type:"success"}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"error",message:"This is an error message.",action:react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1"},"Action")}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"warn",message:react_1.default.createElement(react_1.default.Fragment,null,"This is an warning message.  ",react_1.default.createElement(juno_1.RcLink,{href:"https://app.ringcentral.com/",target:"_blank"},"https://app.ringcentral.com/")),action:[react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1"},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action2"},"Action")]}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"This is an informational message.",action:[react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1",disabled:!0},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action2"},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close})]}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"This is an neutral message.",loading:!0}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"Only has icon",fullWidth:!0,action:react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close})}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"In the cellular phone industry, mobile phones and their networks sometimes support concatenated short message service (or concatenated SMS) to overcome the limitation on the number of characters that can be sent in a single SMS text message transmission (which is usually 160). Using this method, long messages are split into smaller messages by the sending device and recombined at the receiving end. Each message is then billed separately. When the feature works properly, it is nearly transparent to the user, appearing as a single long text message. Previously, due to incompatibilities between providers and lack of support in some phone models, there was not widespread use of this feature.",action:[react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close})]}))},exports.SnackbarContentExamples.storyName="SnackbarContent Examples"},"./packages/juno-core/src/components/Snackbar/__stories__/Snackbar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcButton, RcSnackbar, RcSnackbarAction } from '@ringcentral/juno';\nimport { Close } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Snackbar',\n component: RcSnackbar,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'type',\n 'open',\n 'action',\n 'message',\n 'autoHideDuration',\n 'transitionDuration',\n 'resumeHideDuration',\n 'ClickAwayListenerProps',\n ]),\n ...notControlInDocTable([\n 'anchorOrigin',\n 'TransitionComponent',\n ]),\n ...notShowInDocTable(['key']),\n },\n} as Meta;\n\ntype SnackbarProps = ComponentProps;\n\nexport const Snackbar: Story = ({\n children,\n TransitionComponent,\n anchorOrigin,\n open: openProp,\n ...args\n}) => {\n const [open, setOpen] = useState(openProp);\n\n const toggleShow = () => {\n setOpen(!open);\n };\n\n const handleClose = (\n event: React.SyntheticEvent | React.MouseEvent,\n reason?: string,\n ) => {\n if (reason === 'clickaway') {\n return;\n }\n\n setOpen(false);\n };\n\n return (\n <>\n \n {open ? 'Close' : 'Open'} simple snackbar\n \n \n }\n />\n \n );\n};\n\nSnackbar.storyName = 'Snackbar';\n\nSnackbar.args = {\n message: 'Note archived',\n autoHideDuration: 6000,\n};\n\nSnackbar.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSnackbar.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1D6692A9-B526-428D-89C5-5DD8D537C603',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/snackbars/#snackbar',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{snackbar:{startLoc:{col:46,line:37},endLoc:{col:1,line:81},startBody:{col:46,line:37},endBody:{col:1,line:81}}}}},title:"🚀 Cleanup Components/Snackbar",component:juno_1.RcSnackbar,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","type","open","action","message","autoHideDuration","transitionDuration","resumeHideDuration","ClickAwayListenerProps"])),juno_storybook_1.notControlInDocTable(["anchorOrigin","TransitionComponent"])),juno_storybook_1.notShowInDocTable(["key"]))},exports.Snackbar=function(_a){_a.children,_a.TransitionComponent,_a.anchorOrigin;var openProp=_a.open,args=tslib_1.__rest(_a,["children","TransitionComponent","anchorOrigin","open"]),_b=tslib_1.__read(react_1.useState(openProp),2),open=_b[0],setOpen=_b[1],handleClose=function(event,reason){"clickaway"!==reason&&setOpen(!1)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!open)}},open?"Close":"Open"," simple snackbar"),react_1.default.createElement(juno_1.RcSnackbar,tslib_1.__assign({},args,{open,onClose:handleClose,action:react_1.default.createElement(juno_1.RcSnackbarAction,{variant:"icon","aria-label":"close",onClick:handleClose,symbol:juno_icon_1.Close})})))},exports.Snackbar.storyName="Snackbar",exports.Snackbar.args={message:"Note archived",autoHideDuration:6e3},exports.Snackbar.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Snackbar.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1D6692A9-B526-428D-89C5-5DD8D537C603"},{name:"Mui",href:"https://material-ui.com/components/snackbars/#snackbar"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/Step/__stories__/Step.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcStep, RcStepButton, RcStepper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/Step',\n component: RcStep,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype StepProps = ComponentProps;\n\nexport const Step: Story = ({ children, ...args }) => {\n return (\n \n \n Select campaign settings\n \n \n );\n};\n\nStep.storyName = 'Step';\n\nStep.args = {};\n\nStep.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStep.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/step/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{step:{startLoc:{col:38,line:23},endLoc:{col:1,line:31},startBody:{col:38,line:23},endBody:{col:1,line:31}}}}},title:"🚀 Cleanup Components/Stepper/Step",component:juno_1.RcStep,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Step=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcStepper,null,react_1.default.createElement(juno_1.RcStep,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcStepButton,null,"Select campaign settings")))},exports.Step.storyName="Step",exports.Step.args={},exports.Step.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Step.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/step/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/StepButton/__stories__/StepButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcStep,\n RcStepButton,\n RcStepper,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/StepButton',\n component: RcStepButton,\n argTypes: {\n ...sortInDocTable([\n 'disabled',\n 'error',\n 'editable',\n 'icon',\n 'active',\n 'completed',\n ]),\n ...notControlInDocTable(['optional']),\n ...notShowInDocTable(['last']),\n },\n} as Meta;\n\ntype StepButtonProps = ComponentProps;\n\nexport const StepButton: Story = ({ children, ...args }) => {\n return (\n \n \n {\n console.log('click');\n }}\n optional={\n \n optional\n \n }\n >\n Select campaign settings\n \n \n \n Select campaign settings\n \n \n Select campaign settings\n \n \n );\n};\n\nStepButton.storyName = 'StepButton';\n\nStepButton.args = {};\n\nStepButton.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStepButton.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/step-button/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"step-button":{startLoc:{col:50,line:35},endLoc:{col:1,line:61},startBody:{col:50,line:35},endBody:{col:1,line:61}}}}},title:"🚀 Cleanup Components/Stepper/StepButton",component:juno_1.RcStepButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["disabled","error","editable","icon","active","completed"])),juno_storybook_1.notControlInDocTable(["optional"])),juno_storybook_1.notShowInDocTable(["last"]))},exports.StepButton=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcStepper,null,react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,tslib_1.__assign({},args,{onClick:function(){console.log("click")},optional:react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f03",variant:"subheading1"},"optional")}),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,tslib_1.__assign({},args),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,tslib_1.__assign({},args),"Select campaign settings")))},exports.StepButton.storyName="StepButton",exports.StepButton.args={},exports.StepButton.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.StepButton.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/step-button/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/StepLabel/__stories__/StepLabel.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcStep, RcStepLabel, RcStepper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/StepLabel',\n component: RcStepLabel,\n argTypes: {\n ...sortInDocTable([\n 'disabled',\n 'error',\n 'editable',\n 'icon',\n 'active',\n 'completed',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype StepLabelProps = ComponentProps;\n\nexport const StepLabel: Story = ({ children, ...args }) => {\n return (\n <>\n \n When you only need label step, not need click event, you can use label\n directly\n \n \n \n {\n console.log('click');\n }}\n {...args}\n >\n Select campaign settings\n \n \n \n Select campaign settings\n \n \n Select campaign settings\n \n \n \n );\n};\n\nStepLabel.storyName = 'StepLabel';\n\nStepLabel.args = {};\n\nStepLabel.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStepLabel.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/step-label/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"step-label":{startLoc:{col:48,line:31},endLoc:{col:1,line:58},startBody:{col:48,line:31},endBody:{col:1,line:58}}}}},title:"🚀 Cleanup Components/Stepper/StepLabel",component:juno_1.RcStepLabel,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["disabled","error","editable","icon","active","completed"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.StepLabel=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},"When you only need label step, not need click event, you can use label directly"),react_1.default.createElement(juno_1.RcStepper,null,react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,tslib_1.__assign({onClick:function(){console.log("click")}},args),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,tslib_1.__assign({},args),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,tslib_1.__assign({},args),"Select campaign settings"))))},exports.StepLabel.storyName="StepLabel",exports.StepLabel.args={},exports.StepLabel.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.StepLabel.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/step-label/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/__stories__/Stepper.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcButton,\n RcStep,\n RcStepButton,\n RcStepLabel,\n RcStepper,\n RcTypography,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper',\n component: RcStepper,\n argTypes: {\n clickable: {\n control: {\n type: 'boolean',\n },\n },\n ...sortInDocTable([\n 'activeStep',\n 'nonLinear',\n 'variant',\n 'elevation',\n 'square',\n 'alternativeLabel',\n // 'orientation',\n ]),\n ...notControlInDocTable(['connector']),\n ...notShowInDocTable([\n // 'orientation'\n ]),\n },\n} as Meta;\n\ntype StepperProps = ComponentProps & { clickable: boolean };\n\nfunction getStepContent(step: number) {\n switch (step) {\n case 0:\n return 'Select campaign settings...';\n case 1:\n return 'What is an ad group anyways?';\n case 2:\n return 'This is the bit I really care about!';\n default:\n return 'Unknown step';\n }\n}\n\nconst CustomButton = styled(RcButton)`\n & + & {\n margin-left: 1em;\n }\n`;\n\nexport const Stepper: Story = ({\n children,\n connector,\n activeStep: activeStepProp,\n clickable,\n ...args\n}) => {\n const [activeStep, setActiveStep] = useState(activeStepProp || 0);\n const [completed, setCompleted] = useState(new Set());\n const [skipped, setSkipped] = useState(new Set());\n\n const steps = [\n 'Select campaign settings',\n 'Create an ad group',\n 'Create an ad',\n ];\n\n const isStepOptional = (step: number) => {\n return step === 1;\n };\n\n const isStepSkipped = (step: number) => {\n return skipped.has(step);\n };\n\n const handleStep = (step: number) => () => {\n setActiveStep(step);\n };\n\n function isStepComplete(step: number) {\n return completed.has(step);\n }\n\n const totalSteps = () => {\n return steps.length;\n };\n\n const skippedSteps = () => {\n return skipped.size;\n };\n\n const allStepsCompleted = () => {\n return completedSteps() === totalSteps() - skippedSteps();\n };\n\n const isLastStep = () => {\n return activeStep === totalSteps() - 1;\n };\n\n const completedSteps = () => {\n return completed.size;\n };\n\n const handleReset = () => {\n setActiveStep(0);\n setCompleted(new Set());\n setSkipped(new Set());\n };\n\n const handleSkip = () => {\n if (!isStepOptional(activeStep)) {\n // You probably want to guard against something like this\n // it should never occur unless someone's actively trying to break something.\n throw new Error(\"You can't skip a step that isn't optional.\");\n }\n\n setActiveStep((prevActiveStep) => prevActiveStep + 1);\n setSkipped((prevSkipped) => {\n const newSkipped = new Set(prevSkipped.values());\n newSkipped.add(activeStep);\n return newSkipped;\n });\n };\n\n const handleNext = () => {\n const newActiveStep =\n isLastStep() && !allStepsCompleted()\n ? // It's the last step, but not all steps have been completed\n // find the first step that has been completed\n steps.findIndex((step, i) => !completed.has(i))\n : activeStep + 1;\n\n setActiveStep(newActiveStep);\n };\n\n const handleBack = () => {\n setActiveStep((prevActiveStep) => prevActiveStep - 1);\n };\n\n const handleComplete = () => {\n const newCompleted = new Set(completed);\n newCompleted.add(activeStep);\n setCompleted(newCompleted);\n\n /**\n * Sigh... it would be much nicer to replace the following if conditional with\n * `if (!this.allStepsComplete())` however state is not set when we do this,\n * thus we have to resort to not being very DRY.\n */\n if (completed.size !== totalSteps() - skippedSteps()) {\n handleNext();\n }\n };\n\n const StepComponent = clickable ? RcStepButton : RcStepLabel;\n\n return (\n <>\n Detail api could view each component doc\n \n {steps.map((step, i) => {\n const stepProps: { completed?: boolean } = {};\n const buttonProps: { optional?: React.ReactNode } = {};\n if (isStepOptional(i)) {\n buttonProps.optional = (\n \n Optional\n \n );\n }\n if (isStepSkipped(i)) {\n stepProps.completed = false;\n }\n return (\n \n \n {step}\n \n \n );\n })}\n \n
    \n \n {getStepContent(activeStep)}\n \n
    \n
    \n {allStepsCompleted() ? (\n <>\n \n All steps completed - you're finished\n \n Reset\n \n ) : (\n <>\n \n Back\n \n Next\n {isStepOptional(activeStep) && !completed.has(activeStep) && (\n Skip\n )}\n {activeStep !== steps.length &&\n (completed.has(activeStep) ? (\n \n Step {activeStep + 1} already completed\n \n ) : (\n \n {completedSteps() === totalSteps() - 1\n ? 'Finish'\n : 'Complete Step'}\n \n ))}\n \n )}\n \n );\n};\n\nStepper.storyName = 'Stepper';\n\nStepper.args = {\n clickable: true,\n};\n\nStepper.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStepper.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/0EAFB2A6-4ADA-47A8-9FD1-5884BB65D7C1',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/steppers/#stepper',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{stepper:{startLoc:{col:44,line:66},endLoc:{col:1,line:239},startBody:{col:44,line:66},endBody:{col:1,line:239}}}}},title:"🚀 Cleanup Components/Stepper",component:juno_1.RcStepper,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({clickable:{control:{type:"boolean"}}},juno_storybook_1.sortInDocTable(["activeStep","nonLinear","variant","elevation","square","alternativeLabel"])),juno_storybook_1.notControlInDocTable(["connector"])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,CustomButton=juno_1.styled(juno_1.RcButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n & + & {\n margin-left: 1em;\n }\n"],["\n & + & {\n margin-left: 1em;\n }\n"])));exports.Stepper=function(_a){_a.children,_a.connector;var activeStepProp=_a.activeStep,clickable=_a.clickable,args=tslib_1.__rest(_a,["children","connector","activeStep","clickable"]),_b=tslib_1.__read(react_1.useState(activeStepProp||0),2),activeStep=_b[0],setActiveStep=_b[1],_c=tslib_1.__read(react_1.useState(new Set),2),completed=_c[0],setCompleted=_c[1],_d=tslib_1.__read(react_1.useState(new Set),2),skipped=_d[0],setSkipped=_d[1],steps=["Select campaign settings","Create an ad group","Create an ad"],isStepOptional=function(step){return 1===step},handleStep=function(step){return function(){setActiveStep(step)}};function isStepComplete(step){return completed.has(step)}var totalSteps=function(){return steps.length},skippedSteps=function(){return skipped.size},allStepsCompleted=function(){return completedSteps()===totalSteps()-skippedSteps()},completedSteps=function(){return completed.size},handleNext=function(){var newActiveStep=activeStep!==totalSteps()-1||allStepsCompleted()?activeStep+1:steps.findIndex((function(step,i){return!completed.has(i)}));setActiveStep(newActiveStep)},StepComponent=clickable?juno_1.RcStepButton:juno_1.RcStepLabel;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},"Detail api could view each component doc"),react_1.default.createElement(juno_1.RcStepper,tslib_1.__assign({activeStep},args),steps.map((function(step,i){var stepProps={},buttonProps={};return isStepOptional(i)&&(buttonProps.optional=react_1.default.createElement(juno_1.RcTypography,{variant:"subheading1",color:"neutral.f03"},"Optional")),function(step){return skipped.has(step)}(i)&&(stepProps.completed=!1),react_1.default.createElement(juno_1.RcStep,tslib_1.__assign({key:step},stepProps,{completed:isStepComplete(i)}),react_1.default.createElement(StepComponent,tslib_1.__assign({onClick:clickable?handleStep(i):void 0},buttonProps),step))}))),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},function getStepContent(step){switch(step){case 0:return"Select campaign settings...";case 1:return"What is an ad group anyways?";case 2:return"This is the bit I really care about!";default:return"Unknown step"}}(activeStep))),react_1.default.createElement("br",null),allStepsCompleted()?react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,null,"All steps completed - you're finished"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setActiveStep(0),setCompleted(new Set),setSkipped(new Set)}},"Reset")):react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(CustomButton,{disabled:0===activeStep,onClick:function(){setActiveStep((function(prevActiveStep){return prevActiveStep-1}))}},"Back"),react_1.default.createElement(CustomButton,{onClick:handleNext},"Next"),isStepOptional(activeStep)&&!completed.has(activeStep)&&react_1.default.createElement(CustomButton,{onClick:function(){if(!isStepOptional(activeStep))throw new Error("You can't skip a step that isn't optional.");setActiveStep((function(prevActiveStep){return prevActiveStep+1})),setSkipped((function(prevSkipped){var newSkipped=new Set(prevSkipped.values());return newSkipped.add(activeStep),newSkipped}))}},"Skip"),activeStep!==steps.length&&(completed.has(activeStep)?react_1.default.createElement(juno_1.RcTypography,{variant:"body1"},"Step ",activeStep+1," already completed"):react_1.default.createElement(CustomButton,{onClick:function(){var newCompleted=new Set(completed);newCompleted.add(activeStep),setCompleted(newCompleted),completed.size!==totalSteps()-skippedSteps()&&handleNext()}},completedSteps()===totalSteps()-1?"Finish":"Complete Step"))))},exports.Stepper.storyName="Stepper",exports.Stepper.args={clickable:!0},exports.Stepper.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Stepper.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/0EAFB2A6-4ADA-47A8-9FD1-5884BB65D7C1"},{name:"Mui",href:"https://material-ui.com/components/steppers/#stepper"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/__stories__/StepperState.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n RcStep,\n RcStepButton,\n RcStepLabel,\n RcStepper,\n} from '@ringcentral/juno';\nimport { Meta } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/Stepper All State',\n} as Meta;\n\nexport const StepperAllState = () => {\n return (\n <>\n \n \n A\n \n \n B\n \n \n C\n \n \n D\n \n \n \n E\n \n \n \n F\n \n \n \n );\n};\n",locationsMap:{"stepper-all-state":{startLoc:{col:31,line:15},endLoc:{col:1,line:46},startBody:{col:31,line:15},endBody:{col:1,line:46}}}}},title:"🚀 Cleanup Components/Stepper/Stepper All State"},exports.StepperAllState=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcStepper,{activeStep:0},react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,{active:!0},"A")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,{error:!0},"B")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,{disabled:!0},"C")),react_1.default.createElement(juno_1.RcStep,{completed:!0},react_1.default.createElement(juno_1.RcStepButton,null,"D")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,{StepLabelProps:{StepIconProps:{editable:!0}}},"E")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,{StepIconProps:{editable:!1}},"F"))))}},"./packages/juno-core/src/components/Table/TableBody/__stories__/TableBody.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { headRow, tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableBody',\n component: RcTableBody,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableBodyProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableBody: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n {headRow.map(({ label, align, key }) => (\n \n {label}\n \n ))}\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableBody.storyName = 'TableBody';\n\nTableBody.args = {};\n\nTableBody.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableBody.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-body":{startLoc:{col:48,line:32},endLoc:{col:1,line:59},startBody:{col:48,line:32},endBody:{col:1,line:59}}}}},title:"🚀 Cleanup Components/Table/TableBody",component:juno_1.RcTableBody,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableBody=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align},label)})))),react_1.default.createElement(juno_1.RcTableBody,tslib_1.__assign({},args),data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableBody.storyName="TableBody",exports.TableBody.args={},exports.TableBody.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableBody.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/TableCell/__stories__/TableCell.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableCell',\n component: RcTableCell,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableCellProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableCell: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n age\n \n \n \n {data.map(({ age }) => {\n return (\n \n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableCell.storyName = 'TableCell';\n\nTableCell.args = {};\n\nTableCell.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableCell.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-cell":{startLoc:{col:48,line:32},endLoc:{col:1,line:53},startBody:{col:48,line:32},endBody:{col:1,line:53}}}}},title:"🚀 Cleanup Components/Table/TableCell",component:juno_1.RcTableCell,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableCell=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,"age"))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,tslib_1.__assign({},args),age))})))))},exports.TableCell.storyName="TableCell",exports.TableCell.args={},exports.TableCell.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableCell.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/TableContainer/__stories__/TableContainer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { RcTableContainerProps } from '../../../../../../juno-framer/src';\nimport { headRow, tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableContainer',\n component: RcTableContainer,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableContainerProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableContainer: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n {headRow.map(({ label, align, key }) => (\n \n {label}\n \n ))}\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableContainer.storyName = 'TableContainer';\n\nTableContainer.args = {};\n\nTableContainer.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableContainer.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst ContainerExample = (props: RcTableContainerProps) => {\n return (\n \n \n \n \n {headRow.map(({ label, align, key }) => (\n \n {label}\n \n ))}\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nexport const TableContainerExample: Story = () => {\n return (\n <>\n \n No border\n \n \n
    \n
    \n \n Round border\n \n \n
    \n
    \n \n Square border\n \n \n
    \n
    \n \n );\n};\n\nTableContainer.storyName = 'Table Container Example';\n",locationsMap:{"table-container":{startLoc:{col:58,line:34},endLoc:{col:1,line:64},startBody:{col:58,line:34},endBody:{col:1,line:64}},"table-container-example":{startLoc:{col:44,line:112},endLoc:{col:1,line:135},startBody:{col:44,line:112},endBody:{col:1,line:135}}}}},title:"🚀 Cleanup Components/Table/TableContainer",component:juno_1.RcTableContainer,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableContainer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align},label)})))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableContainer.storyName="TableContainer",exports.TableContainer.args={},exports.TableContainer.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableContainer.parameters={tags:[{name:"Accessibility",value:"100%"}]};var ContainerExample=function(props){return react_1.default.createElement(juno_1.RcTableContainer,tslib_1.__assign({},props),react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align},label)})))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))};exports.TableContainerExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"title2",color:"neutral.f05"},"No border"),react_1.default.createElement(ContainerExample,null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"title2",color:"neutral.f05"},"Round border"),react_1.default.createElement(ContainerExample,{bordered:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"title2",color:"neutral.f05"},"Square border"),react_1.default.createElement(ContainerExample,{bordered:!0,square:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null))},exports.TableContainer.storyName="Table Container Example"},"./packages/juno-core/src/components/Table/TableHead/__stories__/TableHead.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableHead',\n component: RcTableCell,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableHeadProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableHead: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n age\n \n \n \n {data.map(({ age }) => {\n return (\n \n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableHead.storyName = 'TableHead';\n\nTableHead.args = {};\n\nTableHead.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableHead.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-head":{startLoc:{col:48,line:32},endLoc:{col:1,line:53},startBody:{col:48,line:32},endBody:{col:1,line:53}}}}},title:"🚀 Cleanup Components/Table/TableHead",component:juno_1.RcTableCell,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableHead=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{align:"right"},"age"))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableHead.storyName="TableHead",exports.TableHead.args={},exports.TableHead.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableHead.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/TableRow/__stories__/TableRow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableRow',\n component: RcTableRow,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableRowProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableRow: Story = ({ children, ...args }) => {\n return (\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableRow.storyName = 'TableRow';\n\nTableRow.args = {};\n\nTableRow.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableRow.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-row":{startLoc:{col:46,line:31},endLoc:{col:1,line:49},startBody:{col:46,line:31},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Table/TableRow",component:juno_1.RcTableRow,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableRow=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableRow.storyName="TableRow",exports.TableRow.args={},exports.TableRow.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableRow.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/__stories__/Table.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),lodash_1=__webpack_require__("./node_modules/lodash/lodash.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),iterable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/iterable.ts"),useSelectTable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/useSelectTable.ts"),useSortTable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/useSortTable.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n ItemProps,\n RcButton,\n RcCheckbox,\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n ScrollerProps,\n styled,\n TableProps as VirtuosoTableProps,\n TableVirtuoso,\n TableVirtuosoHandle,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { range } from 'lodash';\nimport React, { ComponentProps, FC, forwardRef, useRef, useState } from 'react';\nimport { iterateMap } from './iterable';\nimport { useSelectTable } from './useSelectTable';\nimport { useSortTable } from './useSortTable';\nimport { createData, DataType, headRow, sortHandle, tableData } from './utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/Table',\n component: RcTable,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableProps = ComponentProps;\n\nconst defaultSortDirection = 'desc';\nconst defaultSortKey = 'firstName';\n\nconst StyledTableContainer = styled(RcTableContainer)`\n max-height: 500px;\n`;\n\nexport const Table: Story = ({ children, ...args }) => {\n const [data, setData] = useState(() =>\n [...tableData].sort(sortHandle[defaultSortDirection](defaultSortKey)),\n );\n\n const { sortedKey, switchDirection, direction } = useSortTable(\n (order, key) => {\n if (key !== null) setData((pre) => [...pre].sort(sortHandle[order](key)));\n },\n {\n defaultKey: defaultSortKey,\n defaultDirection: defaultSortDirection,\n },\n );\n\n const { isSelected, switchSelectState, selectAll, isSelectedAll } =\n useSelectTable({\n getAll: () => iterateMap(data, (value) => value.id),\n });\n\n return (\n \n \n \n \n \n selectAll()}\n />\n \n {headRow.map(({ label, align, key }) => (\n {\n switchDirection(key);\n }}\n >\n {label}\n \n ))}\n \n \n \n {data.map(({ id, firstName, lastName, age }) => {\n const checked = isSelected(id);\n return (\n \n \n switchSelectState(id)}\n />\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTable.args = {};\n\nTable.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTable.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://ringcentral.invisionapp.com/share/MTELJMS5G8A#/screens/265488775_Session2_5-0',\n },\n {\n name: 'Mui',\n href: 'https://v4.mui.com/components/tables/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\ntype VlContext = { isSelected: (key: number) => boolean; data: DataType[] };\n\nconst vldata = range(2000).map((v) =>\n createData(`firstName${v}`, `lastName${v}`, v),\n);\n\nconst TableVirtuosoScroller = forwardRef(\n ({ children, ...rest }, ref) => (\n \n {children}\n \n ),\n);\n\nconst TableVirtuosoTable = forwardRef(\n ({ children, ...rest }, ref) => (\n \n {children}\n \n ),\n);\n\nconst TableVirtuosoRow: FC = ({\n children,\n 'data-index': dataIndex,\n context: { isSelected, data },\n ...rest\n}) => (\n \n {children}\n \n);\n\nexport const VirtualizedTable: Story = () => {\n const [data, setData] = useState(() => vldata.slice(0, 300));\n\n const { sortedKey, switchDirection, direction } = useSortTable(\n (order, key) => {\n if (key !== null)\n setData((pre) =>\n vldata.sort(sortHandle[order](key)).slice(0, pre.length),\n );\n virtuosoRef.current?.scrollToIndex(0);\n },\n {\n defaultKey: defaultSortKey,\n defaultDirection: defaultSortDirection,\n },\n );\n\n const loadMore = (i: number) => {\n console.log(i);\n setData((preData) => {\n return vldata.slice(0, preData.length + 200);\n });\n };\n\n const { isSelected, switchSelectState, selectAll, isSelectedAll } =\n useSelectTable({\n getAll: () => iterateMap(data, (value) => value.id),\n });\n\n const virtuosoRef = useRef(null);\n\n return (\n \n ref={virtuosoRef}\n style={{ height: 800 }}\n data={data}\n endReached={loadMore}\n context={{ isSelected, data }}\n // overscan={1000}\n increaseViewportBy={1000}\n components={{\n Scroller: TableVirtuosoScroller,\n Table: TableVirtuosoTable,\n TableHead: RcTableHead as any,\n TableRow: TableVirtuosoRow,\n // need forward ref\n TableBody: RcTableBody as any,\n }}\n fixedHeaderContent={() => (\n \n \n selectAll()} />\n \n {headRow.map(({ label, align, key }) => (\n {\n switchDirection(key);\n }}\n >\n {label}\n \n ))}\n \n )}\n itemContent={(_, { firstName, lastName, age, id }) => (\n <>\n \n switchSelectState(id)}\n />\n \n {firstName}\n {lastName}\n {age}\n \n )}\n />\n );\n};\n",locationsMap:{table:{startLoc:{col:40,line:49},endLoc:{col:1,line:116},startBody:{col:40,line:49},endBody:{col:1,line:116}},"virtualized-table":{startLoc:{col:39,line:178},endLoc:{col:1,line:261},startBody:{col:39,line:178},endBody:{col:1,line:261}}}}},title:"🚀 Cleanup Components/Table/Table",component:juno_1.RcTable,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var StyledTableContainer=juno_1.styled(juno_1.RcTableContainer)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n max-height: 500px;\n"],["\n max-height: 500px;\n"])));exports.Table=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState((function(){return tslib_1.__spread(utils_1.tableData).sort(utils_1.sortHandle.desc("firstName"))})),2),data=_b[0],setData=_b[1],_c=useSortTable_1.useSortTable((function(order,key){null!==key&&setData((function(pre){return tslib_1.__spread(pre).sort(utils_1.sortHandle[order](key))}))}),{defaultKey:"firstName",defaultDirection:"desc"}),sortedKey=_c.sortedKey,switchDirection=_c.switchDirection,direction=_c.direction,_d=useSelectTable_1.useSelectTable({getAll:function(){return iterable_1.iterateMap(data,(function(value){return value.id}))}}),isSelected=_d.isSelected,switchSelectState=_d.switchSelectState,selectAll=_d.selectAll,isSelectedAll=_d.isSelectedAll;return react_1.default.createElement(StyledTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,tslib_1.__assign({stickyHeader:!0},args),react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked:isSelectedAll(),onClick:function(){return selectAll()}})),utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align,activeSort:sortedKey===key,sortDirection:direction,onClick:function(){switchDirection(key)}},label)})))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var id=_a.id,firstName=_a.firstName,lastName=_a.lastName,age=_a.age,checked=isSelected(id);return react_1.default.createElement(juno_1.RcTableRow,{key:id,selected:checked},react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked,onClick:function(){return switchSelectState(id)}})),react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.Table.args={},exports.Table.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Table.parameters={tags:[{name:"Spec",href:"https://ringcentral.invisionapp.com/share/MTELJMS5G8A#/screens/265488775_Session2_5-0"},{name:"Mui",href:"https://v4.mui.com/components/tables/"},{name:"Accessibility",value:"100%"}]};var templateObject_1,vldata=lodash_1.range(2e3).map((function(v){return utils_1.createData("firstName"+v,"lastName"+v,v)})),TableVirtuosoScroller=react_1.forwardRef((function(_a,ref){var children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,tslib_1.__assign({},rest,{ref,bordered:!0}),children)})),TableVirtuosoTable=react_1.forwardRef((function(_a,ref){var children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTable,tslib_1.__assign({},rest,{ref,stickyHeader:!0}),children)})),TableVirtuosoRow=function(_a){var children=_a.children,dataIndex=_a["data-index"],_b=_a.context,isSelected=_b.isSelected,data=_b.data,rest=tslib_1.__rest(_a,["children","data-index","context"]);return react_1.default.createElement(juno_1.RcTableRow,tslib_1.__assign({selected:isSelected(data[dataIndex].id),"data-index":dataIndex},rest),children)};exports.VirtualizedTable=function(){var _a=tslib_1.__read(react_1.useState((function(){return vldata.slice(0,300)})),2),data=_a[0],setData=_a[1],_b=useSortTable_1.useSortTable((function(order,key){var _a;null!==key&&setData((function(pre){return vldata.sort(utils_1.sortHandle[order](key)).slice(0,pre.length)})),null===(_a=virtuosoRef.current)||void 0===_a||_a.scrollToIndex(0)}),{defaultKey:"firstName",defaultDirection:"desc"}),sortedKey=_b.sortedKey,switchDirection=_b.switchDirection,direction=_b.direction,_c=useSelectTable_1.useSelectTable({getAll:function(){return iterable_1.iterateMap(data,(function(value){return value.id}))}}),isSelected=_c.isSelected,switchSelectState=_c.switchSelectState,selectAll=_c.selectAll,isSelectedAll=_c.isSelectedAll,virtuosoRef=react_1.useRef(null);return react_1.default.createElement(juno_1.TableVirtuoso,{ref:virtuosoRef,style:{height:800},data,endReached:function(i){console.log(i),setData((function(preData){return vldata.slice(0,preData.length+200)}))},context:{isSelected,data},increaseViewportBy:1e3,components:{Scroller:TableVirtuosoScroller,Table:TableVirtuosoTable,TableHead:juno_1.RcTableHead,TableRow:TableVirtuosoRow,TableBody:juno_1.RcTableBody},fixedHeaderContent:function(){return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked:isSelectedAll(),onClick:function(){return selectAll()}})),utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align,activeSort:sortedKey===key,sortDirection:direction,onClick:function(){switchDirection(key)}},label)})))},itemContent:function(_,_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age,id=_a.id;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked:isSelected(id),onClick:function(){return switchSelectState(id)}})),react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))}})}},"./packages/juno-core/src/components/TablePagination/__stories__/TablePaginationComponent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcTablePagination, styled } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/TablePagination',\n component: RcTablePagination,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst Table = styled.table`\n width: 100%;\n`;\n\ntype TablePaginationProps = ComponentProps;\n\nexport const TablePagination: Story = ({\n children,\n ...args\n}) => {\n const [page, setPage] = useState(0);\n\n const [rowsPerPage, setRowsPerPage] = useState(10);\n\n const handlePageChange = (\n event: React.MouseEvent | null,\n newPage: number,\n ) => {\n console.log('page change', newPage);\n setPage(newPage);\n };\n\n const handleRowsPerPageChange = (\n event: React.ChangeEvent,\n ) => {\n console.log('RowsPerPage change', event);\n setRowsPerPage(parseInt(event.target.value, 10));\n setPage(0);\n };\n\n return (\n <>\n \n \n \n \n \n \n
    \n \n \n \n \n \n \n
    \n Page Selection\n \n \n \n \n \n \n
    \n \n \n \n `之 ${totalPage} 頁`}\n onRowsPerPageChange={handleRowsPerPageChange}\n labelRowsPerPage=\"每頁幾筆\"\n />\n \n \n
    \n Displayed Rows\n \n \n \n \n \n \n
    \n \n \n \n \n `第${page + 1}頁 ${from}-${to} 共 ${count} 筆`\n }\n onRowsPerPageChange={handleRowsPerPageChange}\n />\n \n \n
    \n Non Table Pagination{' '}\n \n `第${page + 1}頁 ${from}-${to} 共 ${count} 筆`\n }\n onRowsPerPageChange={handleRowsPerPageChange}\n />\n \n );\n};\n\nTablePagination.storyName = 'TablePagination';\n\nTablePagination.args = {\n count: 10000,\n};\n\nTablePagination.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTablePagination.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: '',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-pagination":{startLoc:{col:60,line:28},endLoc:{col:1,line:202},startBody:{col:60,line:28},endBody:{col:1,line:202}}}}},title:"🚀 Cleanup Components/TablePagination",component:juno_1.RcTablePagination,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Table=juno_1.styled.table(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 100%;\n"],["\n width: 100%;\n"])));exports.TablePagination=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(0),2),page=_b[0],setPage=_b[1],_c=tslib_1.__read(react_1.useState(10),2),rowsPerPage=_c[0],setRowsPerPage=_c[1],handlePageChange=function(event,newPage){console.log("page change",newPage),setPage(newPage)},handleRowsPerPageChange=function(event){console.log("RowsPerPage change",event),setRowsPerPage(parseInt(event.target.value,10)),setPage(0)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"pageSelection",nextIconButtonProps:{title:"next"},backIconButtonProps:{title:"prev"},page,onPageChange:handlePageChange,rowsPerPageOptions:[],rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"displayedRows",page,onPageChange:handlePageChange,rowsPerPageOptions:[],rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(juno_storybook_1.Title,{align:"right"},"Page Selection"),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"pageSelection",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{page,type:"pageSelection",nextIconButtonProps:{},backIconButtonProps:{},onPageChange:handlePageChange,rowsPerPage,labelOfPage:function(_a){return"之 "+_a.totalPage+" 頁"},onRowsPerPageChange:handleRowsPerPageChange,labelRowsPerPage:"每頁幾筆"}))))),react_1.default.createElement(juno_storybook_1.Title,{align:"right"},"Displayed Rows"),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"displayedRows",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"displayedRows",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,rowsPerPageOptions:[{label:"10👌",value:10},{label:"100👌",value:100}],labelRowsPerPage:"每頁幾筆",labelDisplayedRows:function(_a){var count=_a.count,from=_a.from;return"第"+(_a.page+1)+"頁 "+from+"-"+_a.to+" 共 "+count+" 筆"},onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(juno_storybook_1.Title,{align:"right"},"Non Table Pagination")," ",react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{component:"div",type:"displayedRows",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,rowsPerPageOptions:[{label:"10👌",value:10},{label:"100👌",value:100}],labelRowsPerPage:"每頁幾筆",labelDisplayedRows:function(_a){var count=_a.count,from=_a.from;return"第"+(_a.page+1)+"頁 "+from+"-"+_a.to+" 共 "+count+" 筆"},onRowsPerPageChange:handleRowsPerPageChange})))},exports.TablePagination.storyName="TablePagination",exports.TablePagination.args={count:1e4},exports.TablePagination.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TablePagination.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:""},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Tabs/Tab/__stories__/Tab.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBadge, RcIcon, RcTab, RcTypography } from '@ringcentral/juno';\nimport { Pin as PinSvg } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/Tab',\n component: RcTab,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TabProps = ComponentProps;\n\nexport const Tab: Story = ({ children, ...args }) => {\n return (\n <>\n \n
    \n } />\n
    \n \n \n Tab 1\n \n \n \n }\n value=\"tab_1\"\n />\n \n );\n};\n\nTab.storyName = 'Tab';\n\nTab.args = {\n tabIndex: 0,\n direction: undefined,\n};\n\nTab.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTab.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/tabs/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{tab:{startLoc:{col:36,line:24},endLoc:{col:1,line:45},startBody:{col:36,line:24},endBody:{col:1,line:45}}}}},title:"🚀 Cleanup Components/Tabs/Tab",component:juno_1.RcTab,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Tab=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({},args,{label:"Just Tab Component"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({},args,{label:"With Icon",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Pin})})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({},args,{label:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body1",component:"span"},"Tab 1"),react_1.default.createElement(juno_1.RcBadge,{badgeContent:5,overlap:"none"})),value:"tab_1"})))},exports.Tab.storyName="Tab",exports.Tab.args={tabIndex:0,direction:void 0},exports.Tab.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Tab.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33"},{name:"Mui",href:"https://material-ui.com/components/tabs/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Tabs/TabList/__stories__/TabList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcPaper,\n RcTab,\n RcTabContext,\n RcTabList,\n RcTabPanel,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/TabContext/TabList',\n component: RcTabList,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'size',\n 'orientation',\n 'centered',\n 'scrollButtons',\n 'selectionFollowsFocus',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst tabsData = [\n { label: 'Tab 0', value: 'tab-0', content: 'Tab Content 0' },\n { label: 'Tab 1', value: 'tab-1', content: 'Tab Content 1' },\n { label: 'Tab 2', value: 'tab-2', content: 'Tab Content 2' },\n { label: 'Tab 3', value: 'tab-3', content: 'Tab Content 3' },\n { label: 'Tab 4', value: 'tab-4', content: 'Tab Content 4' },\n {\n label: 'Tab 5',\n value: 'tab-5',\n disabled: true,\n content: 'Tab Content 5',\n },\n { label: 'Tab 6', value: 'tab-6', content: 'Tab Content 6' },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n content: 'Tab Content 7',\n },\n { label: 'Tab 8', value: 'tab-8', content: 'Tab Content 8' },\n { label: 'Tab 9', value: 'tab-9', content: 'Tab Content 9' },\n];\n\ntype TabListProps = ComponentProps;\n\nexport const TabList: Story = ({ ...args }) => {\n const [value, setValue] = React.useState(tabsData[0].value);\n\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, content, ...rest } = tab;\n return (\n \n );\n });\n\n const TabContentChildren = tabsData.map((tab) => {\n const { value, content } = tab;\n return (\n \n {content}\n \n );\n });\n\n return (\n \n \n \n {TabChildren}\n \n \n {TabContentChildren}\n \n );\n};\n\nTabList.storyName = 'TabList';\n\nTabList.args = {};\n\nTabList.argTypes = {\n ...notControlInDocTable([]),\n};\n",locationsMap:{"tab-list":{startLoc:{col:44,line:58},endLoc:{col:1,line:101},startBody:{col:44,line:58},endBody:{col:1,line:101}}}}},title:"🚀 Cleanup Components/Tabs/TabContext/TabList",component:juno_1.RcTabList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","size","orientation","centered","scrollButtons","selectionFollowsFocus"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var tabsData=[{label:"Tab 0",value:"tab-0",content:"Tab Content 0"},{label:"Tab 1",value:"tab-1",content:"Tab Content 1"},{label:"Tab 2",value:"tab-2",content:"Tab Content 2"},{label:"Tab 3",value:"tab-3",content:"Tab Content 3"},{label:"Tab 4",value:"tab-4",content:"Tab Content 4"},{label:"Tab 5",value:"tab-5",disabled:!0,content:"Tab Content 5"},{label:"Tab 6",value:"tab-6",content:"Tab Content 6"},{label:"Tab 77777777",value:"tab-7",content:"Tab Content 7"},{label:"Tab 8",value:"tab-8",content:"Tab Content 8"},{label:"Tab 9",value:"tab-9",content:"Tab Content 9"}];exports.TabList=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState(tabsData[0].value),2),value=_b[0],setValue=_b[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=(tab.content,tslib_1.__rest(tab,["label","value","disabled","content"]));return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))})),TabContentChildren=tabsData.map((function(tab){var value=tab.value,content=tab.content;return react_1.default.createElement(juno_1.RcTabPanel,{key:value,value},content)}));return react_1.default.createElement(juno_1.RcTabContext,{value},react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabList,tslib_1.__assign({},args,{onChange:function(event,value){setValue(value)},"aria-label":"simple tabs example"}),TabChildren)),TabContentChildren)},exports.TabList.storyName="TabList",exports.TabList.args={},exports.TabList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]))},"./packages/juno-core/src/components/Tabs/TabPanel/__stories__/TabPanel.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcPaper,\n RcTab,\n RcTabContext,\n RcTabList,\n RcTabPanel,\n RcTypography,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/TabContext/TabPanel',\n component: RcTabPanel,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst tabsData = [\n { label: 'Tab 0', value: 'tab-0', content: 'Tab Content 0' },\n { label: 'Tab 1', value: 'tab-1', content: 'Tab Content 1' },\n { label: 'Tab 2', value: 'tab-2', content: 'Tab Content 2' },\n { label: 'Tab 3', value: 'tab-3', content: 'Tab Content 3' },\n { label: 'Tab 4', value: 'tab-4', content: 'Tab Content 4' },\n {\n label: 'Tab 5',\n value: 'tab-5',\n disabled: true,\n content: 'Tab Content 5',\n },\n { label: 'Tab 6', value: 'tab-6', content: 'Tab Content 6' },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n content: 'Tab Content 7',\n },\n { label: 'Tab 8', value: 'tab-8', content: 'Tab Content 8' },\n { label: 'Tab 9', value: 'tab-9', content: 'Tab Content 9' },\n];\n\ntype TabPanelProps = ComponentProps;\n\nconst CustomTabPanel = styled(RcTabPanel)<{ idx: number }>`\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n\n background: linear-gradient(\n 120deg,\n #84fab0 ${({ idx }) => `${idx * 10}%`},\n #8fd3f4 ${({ idx }) => `${(idx + 1.5) * 10}%`}\n );\n }\n`;\n\nexport const TabPanel: Story = ({ ...args }) => {\n const [value, setValue] = React.useState(tabsData[0].value);\n\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, content, ...rest } = tab;\n return (\n \n );\n });\n\n const TabContentChildren = tabsData.map((tab, idx) => {\n const { value, content } = tab;\n return (\n \n {content}\n \n );\n });\n\n return (\n <>\n \n Custom RcTabPanel\n \n \n \n \n {TabChildren}\n \n \n {TabContentChildren}\n \n \n );\n};\n\nTabPanel.storyName = 'TabPanel';\n\nTabPanel.args = {};\n\nTabPanel.argTypes = {\n ...notControlInDocTable(['value']),\n};\n",locationsMap:{"tab-panel":{startLoc:{col:46,line:73},endLoc:{col:1,line:117},startBody:{col:46,line:73},endBody:{col:1,line:117}}}}},title:"🚀 Cleanup Components/Tabs/TabContext/TabPanel",component:juno_1.RcTabPanel,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,tabsData=[{label:"Tab 0",value:"tab-0",content:"Tab Content 0"},{label:"Tab 1",value:"tab-1",content:"Tab Content 1"},{label:"Tab 2",value:"tab-2",content:"Tab Content 2"},{label:"Tab 3",value:"tab-3",content:"Tab Content 3"},{label:"Tab 4",value:"tab-4",content:"Tab Content 4"},{label:"Tab 5",value:"tab-5",disabled:!0,content:"Tab Content 5"},{label:"Tab 6",value:"tab-6",content:"Tab Content 6"},{label:"Tab 77777777",value:"tab-7",content:"Tab Content 7"},{label:"Tab 8",value:"tab-8",content:"Tab Content 8"},{label:"Tab 9",value:"tab-9",content:"Tab Content 9"}],CustomTabPanel=juno_1.styled(juno_1.RcTabPanel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n\n background: linear-gradient(\n 120deg,\n #84fab0 ",",\n #8fd3f4 ","\n );\n }\n"],["\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n\n background: linear-gradient(\n 120deg,\n #84fab0 ",",\n #8fd3f4 ","\n );\n }\n"])),(function(_a){return 10*_a.idx+"%"}),(function(_a){return 10*(_a.idx+1.5)+"%"}));exports.TabPanel=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState(tabsData[0].value),2),value=_b[0],setValue=_b[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=(tab.content,tslib_1.__rest(tab,["label","value","disabled","content"]));return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))})),TabContentChildren=tabsData.map((function(tab,idx){var value=tab.value,content=tab.content;return react_1.default.createElement(CustomTabPanel,tslib_1.__assign({},args,{idx,key:value,value}),content)}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body2",gutterBottom:!0},"Custom RcTabPanel"),react_1.default.createElement(juno_1.RcTabContext,{value},react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabList,{onChange:function(event,value){setValue(value)},"aria-label":"simple tabs example"},TabChildren)),TabContentChildren))},exports.TabPanel.storyName="TabPanel",exports.TabPanel.args={},exports.TabPanel.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["value"]))},"./packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n FunctionComponent,\n useMemo,\n useState,\n useRef,\n cloneElement,\n} from 'react';\n\nimport {\n RcBadge,\n RcButton,\n RcBox,\n RcIcon,\n RcPaper,\n RcTab,\n RcTabs,\n RcTabsMoreMenuGroupInfoType,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n MoreHoriz as MoreHorizIcon,\n ArrowUp2,\n ArrowDown2,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { RcMenuItem, RcMenuItemProps } from '../../../Menu';\nimport { createGlobalStyle } from '../../../../foundation';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/Tabs',\n component: RcTabs,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'size',\n 'orientation',\n 'centered',\n 'scrollButtons',\n 'selectionFollowsFocus',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n excludeStories: /TabsExampleComponent/,\n} as Meta;\n\ntype TabsProps = ComponentProps;\n\nexport const Tabs: Story = ({ ...args }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nTabs.storyName = 'Tabs';\n\nTabs.args = {\n value: 0,\n};\n\nTabs.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTabs.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/tabs/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst tabsData = [\n { label: 'Tab 0', value: 'tab-0', 'data-test-automation-id': 'tab-test-0' },\n { label: 'Tab 1', value: 'tab-1', 'data-test-automation-id': 'tab-test-1' },\n { label: 'Tab 2', value: 'tab-2', 'data-test-automation-id': 'tab-test-2' },\n { label: 'Tab 3', value: 'tab-3', 'data-test-automation-id': 'tab-test-3' },\n { label: 'Tab 4', value: 'tab-4', 'data-test-automation-id': 'tab-test-4' },\n {\n label: 'Tab 5',\n value: 'tab-5',\n disabled: true,\n 'data-test-automation-id': 'tab-test-5',\n },\n { label: 'Tab 6', value: 'tab-6', 'data-test-automation-id': 'tab-test-6' },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n 'data-test-automation-id': 'tab-test-7',\n },\n { label: 'Tab 8', value: 'tab-8', 'data-test-automation-id': 'tab-test-8' },\n { label: 'Tab 9', value: 'tab-9', 'data-test-automation-id': 'tab-test-9' },\n];\n\nexport const TabsChangeExample: Story = ({ ...args }) => {\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const [tabs, setTabs] = React.useState(tabsData);\n\n const TabChildren = useMemo(\n () =>\n tabs.map((tab) => {\n const { label, value, disabled, ...rest } = tab;\n return (\n \n );\n }),\n [tabs],\n );\n\n const handleAddTab = () => {\n setTabs([\n ...tabs,\n {\n label: `Tab ${tabs.length}`,\n value: `tab-${tabs.length}`,\n 'data-test-automation-id': `tab-test-${tabs.length}`,\n },\n ]);\n };\n\n return (\n <>\n \n variant = \"standard\"\n \n \n \n {TabChildren}\n \n \n
    \n \n variant = \"scrollable\"\n \n \n \n {TabChildren}\n \n \n
    \n \n variant = \"fullWidth\"\n \n \n \n {TabChildren}\n \n \n
    \n \n variant = \"moreMenu\"\n \n \n \n {TabChildren}\n \n \n
    \n \n Add Tab\n \n \n );\n};\n\nTabsChangeExample.storyName = 'Tabs Example';\n\nTabsChangeExample.argTypes = {\n ...notControlInDocTable(['variant']),\n};\n\nTabsChangeExample.args = {};\n\ntype TabsCustomExampleProps = {};\n\nconst tabsData2: {\n key: string;\n badgeNumber: number;\n label: string;\n value: string;\n}[] = [\n {\n key: 'tab-0',\n badgeNumber: 7,\n label: 'Tab 0',\n value: 'tab-0',\n },\n {\n key: 'tab-1',\n badgeNumber: 0,\n label: 'Tab 1',\n value: 'tab-1',\n },\n {\n key: 'tab-2',\n badgeNumber: 54,\n label: 'Tab 2',\n value: 'tab-2',\n },\n {\n key: 'tab-3',\n badgeNumber: 72,\n label: 'Tab 3',\n value: 'tab-3',\n },\n {\n key: 'tab-4',\n badgeNumber: 2,\n label: 'Tab 4',\n value: 'tab-4',\n },\n];\n\nconst badgeNumberMap = tabsData2.reduce((acc, curr) => {\n acc[curr.key] = curr.badgeNumber;\n return acc;\n}, {} as Record);\n\nconst CustomMenuItem: FunctionComponent = ({\n children,\n ...rest\n}) => {\n const value = rest.value as string;\n return (\n \n custom render in value {value}\n \n \n );\n};\n\nconst TabsCustomExampleComponent: FunctionComponent = (\n args,\n) => {\n const [value, setValue] = React.useState('tab-0');\n const [moreBadgeNumber, setMoreBadgeNumber] = React.useState(0);\n\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n console.log(event, value);\n setValue(value);\n };\n\n const MoreIconCmp = (isMenuOpen: boolean) => (\n <>\n \n \n \n );\n\n const handleGroupInfoChange = (info: RcTabsMoreMenuGroupInfoType) => {\n console.log(info);\n const [, menuItems] = info;\n setMoreBadgeNumber(\n menuItems.reduce(\n (acc, curr) =>\n curr.index ? acc + tabsData2[curr.index].badgeNumber : acc,\n 0,\n ),\n );\n };\n\n return (\n <>\n \n Through the resize window, observe the change of the badge on the more\n button. (variant=\"moreMenu\")\n \n \n \n {tabsData2.map((data) => {\n const { key, label, value, badgeNumber } = data;\n return (\n \n \n {label}\n \n \n \n }\n value={value}\n direction=\"vertical\"\n />\n );\n })}\n \n \n \n );\n};\n\nexport const TabsCustomExample: Story = (args) => {\n return ;\n};\nTabsCustomExample.args = {\n variant: 'moreMenu',\n};\n\ntype TabsExampleComponentProps = {} & Partial>;\n\nexport const TabsExampleComponent: FunctionComponent =\n (args) => {\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, ...rest } = tab;\n return (\n \n );\n });\n\n return (\n \n \n {TabChildren}\n \n \n );\n };\n\nexport const TabsWithDynamicChildren: Story = ({ ...args }) => {\n const [index, setIndex] = useState(0);\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, ...rest } = tab;\n return (\n \n );\n });\n\n return (\n <>\n \n \n {TabChildren}\n \n \n
    \n
    \n {\n setIndex(index + 10);\n }}\n >\n click\n \n \n );\n};\n\nconst ChangeSizeGlobalStyle = createGlobalStyle`\n [data-large-size] {\n ${RcTab} {\n padding: 6px 20px;\n }\n }\n`;\n\nexport const MoreMenuTabs: Story = ({ ...args }) => {\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const idRef = useRef(0);\n const tabsRef = useRef(null);\n\n const [tabs, setTabs] = React.useState(() => [\n { label: 'Tab 0', value: 'tab-0', key: idRef.current++ },\n { label: 'Tab 1', value: 'tab-1', key: idRef.current++ },\n { label: 'Tab 2', value: 'tab-2', key: idRef.current++ },\n { label: 'Tab 3', value: 'tab-3', key: idRef.current++ },\n { label: 'Tab 4', value: 'tab-4', key: idRef.current++ },\n {\n label: 'Tab 5',\n value: 'tab-5',\n key: idRef.current++,\n },\n { label: 'Tab 6', value: 'tab-6', key: idRef.current++ },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n key: idRef.current++,\n },\n { label: 'Tab 8', value: 'tab-8', key: idRef.current++ },\n { label: 'Tab 9', value: 'tab-9', key: idRef.current++ },\n ]);\n\n const TabChildren = useMemo(\n () =>\n tabs.map((tab) => {\n const { label, value, ...rest } = tab;\n return (\n \n );\n }),\n [tabs],\n );\n\n const handleAddTabHead = () => {\n setTabs([\n {\n label: `Tab ${tabs.length}`,\n value: `tab-${tabs.length}`,\n key: idRef.current++,\n },\n ...tabs,\n ]);\n };\n const handleRemoveTabHead = () => {\n const newTabs = [...tabs];\n const shiftedTab = newTabs.shift();\n if (shiftedTab?.value === value) {\n setValue(newTabs[0].value);\n }\n setTabs(newTabs);\n };\n const handleAddTabTail = () => {\n setTabs([\n ...tabs,\n {\n label: `Tab ${tabs.length}`,\n value: `tab-${tabs.length}`,\n key: idRef.current++,\n },\n ]);\n };\n\n const handleChangeTabSize = () => {\n const tablist = tabsRef.current!;\n if (typeof tablist.dataset['largeSize'] === 'string') {\n delete tablist.dataset['largeSize'];\n } else {\n tablist.dataset['largeSize'] = '';\n }\n };\n\n return (\n <>\n \n \n {TabChildren}\n \n \n \n
    \n \n Add Tab head\n
    \n
    \n Remove Tab head\n
    \n
    \n Add Tab tail\n
    \n
    \n change Tab size\n
    \n \n );\n};\n",locationsMap:{tabs:{startLoc:{col:38,line:55},endLoc:{col:1,line:70},startBody:{col:38,line:55},endBody:{col:1,line:70}},"tabs-change-example":{startLoc:{col:51,line:121},endLoc:{col:1,line:232},startBody:{col:51,line:121},endBody:{col:1,line:232}},"tabs-custom-example":{startLoc:{col:64,line:380},endLoc:{col:1,line:382},startBody:{col:64,line:380},endBody:{col:1,line:382}},"tabs-example-component":{startLoc:{col:2,line:390},endLoc:{col:3,line:421},startBody:{col:2,line:390},endBody:{col:3,line:421}},"tabs-with-dynamic-children":{startLoc:{col:57,line:423},endLoc:{col:1,line:461},startBody:{col:57,line:423},endBody:{col:1,line:461}},"more-menu-tabs":{startLoc:{col:46,line:471},endLoc:{col:1,line:590},startBody:{col:46,line:471},endBody:{col:1,line:590}}}}},title:"🚀 Cleanup Components/Tabs/Tabs",component:juno_1.RcTabs,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","size","orientation","centered","scrollButtons","selectionFollowsFocus"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([])),excludeStories:/TabsExampleComponent/},exports.Tabs=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTab,{label:"Tab 1"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 2"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 3"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 4"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 5"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 6",disabled:!0}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 7"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 8"})))},exports.Tabs.storyName="Tabs",exports.Tabs.args={value:0},exports.Tabs.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Tabs.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33"},{name:"Mui",href:"https://material-ui.com/components/tabs/"},{name:"Accessibility",value:"100%"}]};var tabsData=[{label:"Tab 0",value:"tab-0","data-test-automation-id":"tab-test-0"},{label:"Tab 1",value:"tab-1","data-test-automation-id":"tab-test-1"},{label:"Tab 2",value:"tab-2","data-test-automation-id":"tab-test-2"},{label:"Tab 3",value:"tab-3","data-test-automation-id":"tab-test-3"},{label:"Tab 4",value:"tab-4","data-test-automation-id":"tab-test-4"},{label:"Tab 5",value:"tab-5",disabled:!0,"data-test-automation-id":"tab-test-5"},{label:"Tab 6",value:"tab-6","data-test-automation-id":"tab-test-6"},{label:"Tab 77777777",value:"tab-7","data-test-automation-id":"tab-test-7"},{label:"Tab 8",value:"tab-8","data-test-automation-id":"tab-test-8"},{label:"Tab 9",value:"tab-9","data-test-automation-id":"tab-test-9"}];exports.TabsChangeExample=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_b[0],setValue=_b[1],handleChange=function(event,value){setValue(value)},_c=tslib_1.__read(react_1.default.useState(tabsData),2),tabs=_c[0],setTabs=_c[1],TabChildren=react_1.useMemo((function(){return tabs.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=tslib_1.__rest(tab,["label","value","disabled"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))}))}),[tabs]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "standard"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"standard"}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "scrollable"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"scrollable"}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "fullWidth"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"fullWidth"}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "moreMenu"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"moreMenu",MoreButtonProps:{MenuProps:{id:"custom-menu-id",MenuListProps:{className:"moreMenuList-className"}},TooltipProps:{title:"tooltip","data-test-automation-id":"tooltip-automation-id"}}}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setTabs(tslib_1.__spread(tabs,[{label:"Tab "+tabs.length,value:"tab-"+tabs.length,"data-test-automation-id":"tab-test-"+tabs.length}]))}},"Add Tab")))},exports.TabsChangeExample.storyName="Tabs Example",exports.TabsChangeExample.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant"])),exports.TabsChangeExample.args={};var tabsData2=[{key:"tab-0",badgeNumber:7,label:"Tab 0",value:"tab-0"},{key:"tab-1",badgeNumber:0,label:"Tab 1",value:"tab-1"},{key:"tab-2",badgeNumber:54,label:"Tab 2",value:"tab-2"},{key:"tab-3",badgeNumber:72,label:"Tab 3",value:"tab-3"},{key:"tab-4",badgeNumber:2,label:"Tab 4",value:"tab-4"}],badgeNumberMap=tabsData2.reduce((function(acc,curr){return acc[curr.key]=curr.badgeNumber,acc}),{}),CustomMenuItem=function(_a){_a.children;var rest=tslib_1.__rest(_a,["children"]),value=rest.value;return react_1.default.createElement(Menu_1.RcMenuItem,tslib_1.__assign({},rest),"custom render in value ",value,react_1.default.createElement(juno_1.RcBadge,{badgeContent:badgeNumberMap[value],showZero:!1,overlap:"none"}))},TabsCustomExampleComponent=function(args){var _a=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.default.useState(0),2),moreBadgeNumber=_b[0],setMoreBadgeNumber=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body1",gutterBottom:!0},'Through the resize window, observe the change of the badge on the more button. (variant="moreMenu")'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:function(event,value){console.log(event,value),setValue(value)},MoreButtonProps:{MoreIcon:function(isMenuOpen){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcIcon,{size:"medium",symbol:isMenuOpen?juno_icon_1.ArrowUp2:juno_icon_1.ArrowDown2}),react_1.default.createElement(juno_1.RcBadge,{badgeContent:moreBadgeNumber,showZero:!1,overlap:"none"}))},direction:"vertical",MenuItemComponent:CustomMenuItem,onGroupInfoChange:function(info){console.log(info);var menuItems=tslib_1.__read(info,2)[1];setMoreBadgeNumber(menuItems.reduce((function(acc,curr){return curr.index?acc+tabsData2[curr.index].badgeNumber:acc}),0))}}}),tabsData2.map((function(data){var key=data.key,label=data.label,value=data.value,badgeNumber=data.badgeNumber;return react_1.default.createElement(juno_1.RcTab,{key,label:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body1",component:"span"},label),react_1.default.createElement(juno_1.RcBadge,{badgeContent:badgeNumber,showZero:!1,overlap:"none"})),value,direction:"vertical"})})))))};exports.TabsCustomExample=function(args){return react_1.default.createElement(TabsCustomExampleComponent,tslib_1.__assign({},args))},exports.TabsCustomExample.args={variant:"moreMenu"},exports.TabsExampleComponent=function(args){var _a=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_a[0],setValue=_a[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=tslib_1.__rest(tab,["label","value","disabled"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))}));return react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:function(event,value){setValue(value)},variant:"moreMenu"}),TabChildren))},exports.TabsWithDynamicChildren=function(_a){tslib_1.__rest(_a,[]);var _b=tslib_1.__read(react_1.useState(0),2),index=_b[0],setIndex=_b[1],_c=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_c[0],setValue=_c[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=tslib_1.__rest(tab,["label","value","disabled"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label:label+"-"+index,value,disabled},rest))}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,{value,onChange:function(event,value){setValue(value)},variant:"moreMenu"},TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setIndex(index+10)}},"click"))};var templateObject_1,ChangeSizeGlobalStyle=foundation_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n [data-large-size] {\n "," {\n padding: 6px 20px;\n }\n }\n"],["\n [data-large-size] {\n "," {\n padding: 6px 20px;\n }\n }\n"])),juno_1.RcTab);exports.MoreMenuTabs=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_b[0],setValue=_b[1],idRef=react_1.useRef(0),tabsRef=react_1.useRef(null),_c=tslib_1.__read(react_1.default.useState((function(){return[{label:"Tab 0",value:"tab-0",key:idRef.current++},{label:"Tab 1",value:"tab-1",key:idRef.current++},{label:"Tab 2",value:"tab-2",key:idRef.current++},{label:"Tab 3",value:"tab-3",key:idRef.current++},{label:"Tab 4",value:"tab-4",key:idRef.current++},{label:"Tab 5",value:"tab-5",key:idRef.current++},{label:"Tab 6",value:"tab-6",key:idRef.current++},{label:"Tab 77777777",value:"tab-7",key:idRef.current++},{label:"Tab 8",value:"tab-8",key:idRef.current++},{label:"Tab 9",value:"tab-9",key:idRef.current++}]})),2),tabs=_c[0],setTabs=_c[1],TabChildren=react_1.useMemo((function(){return tabs.map((function(tab){var label=tab.label,value=tab.value,rest=tslib_1.__rest(tab,["label","value"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:idRef.current++,label,value},rest))}))}),[tabs]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{ref:tabsRef,value,onChange:function(event,value){setValue(value)},variant:"moreMenu",MoreButtonProps:{MenuProps:{id:"custom-menu-id",MenuListProps:{className:"moreMenuList-className"}},TooltipProps:{title:"tooltip"}}}),TabChildren)),react_1.default.createElement(ChangeSizeGlobalStyle,null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setTabs(tslib_1.__spread([{label:"Tab "+tabs.length,value:"tab-"+tabs.length,key:idRef.current++}],tabs))}},"Add Tab head"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var newTabs=tslib_1.__spread(tabs),shiftedTab=newTabs.shift();(null==shiftedTab?void 0:shiftedTab.value)===value&&setValue(newTabs[0].value),setTabs(newTabs)}},"Remove Tab head"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setTabs(tslib_1.__spread(tabs,[{label:"Tab "+tabs.length,value:"tab-"+tabs.length,key:idRef.current++}]))}},"Add Tab tail"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var tablist=tabsRef.current;"string"==typeof tablist.dataset.largeSize?delete tablist.dataset.largeSize:tablist.dataset.largeSize=""}},"change Tab size")))};try{TabsExampleComponent.displayName="TabsExampleComponent",TabsExampleComponent.__docgenInfo={description:"",displayName:"TabsExampleComponent",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx#TabsExampleComponent"]={docgenInfo:TabsExampleComponent.__docgenInfo,name:"TabsExampleComponent",path:"packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx#TabsExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tag/__stories__/Tag.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcTag } from '@ringcentral/juno';\nimport { notShowInDocTable, paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tag',\n component: RcTag,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n textColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n borderColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype TagProps = ComponentProps;\n\nexport const Tag: Story = ({ children, ...args }) => {\n return (\n <>\n {children}\n \n );\n};\n\nTag.args = {\n children: 'tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa',\n};\n\nTag.argTypes = {\n ...notShowInDocTable(['content']),\n};\n\nTag.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2AC918E7-7D85-4BF4-B43E-C01311A9383D',\n },\n ],\n};\n\nexport const TagWithCustomBorder = () => {\n return (\n {\n console.log('tag click');\n }}\n >\n tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa\n \n );\n};\n",locationsMap:{tag:{startLoc:{col:36,line:34},endLoc:{col:1,line:40},startBody:{col:36,line:34},endBody:{col:1,line:40}},"tag-with-custom-border":{startLoc:{col:35,line:59},endLoc:{col:1,line:72},startBody:{col:35,line:59},endBody:{col:1,line:72}}}}},title:"🚀 Cleanup Components/Tag",component:juno_1.RcTag,argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},textColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},borderColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}},exports.Tag=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTag,tslib_1.__assign({},args),children))},exports.Tag.args={children:"tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa"},exports.Tag.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["content"])),exports.Tag.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2AC918E7-7D85-4BF4-B43E-C01311A9383D"}]},exports.TagWithCustomBorder=function(){return react_1.default.createElement(juno_1.RcTag,{color:"neutral.b01",textColor:"interactive.f01",borderColor:"highlight.f02",onClick:function(){console.log("tag click")}},"tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa")}},"./packages/juno-core/src/components/Text/__stories__/Text.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),Typography_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Typography/__stories__/Typography.story.tsx"));exports.default={parameters:{storySource:{source:'import React, { ComponentProps, useState } from \'react\';\n\nimport { RcButton, RcLink, RcText } from \'@ringcentral/juno\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport TypographyStory from \'../../Typography/__stories__/Typography.story\';\n\nexport default {\n title: \'🚀 Cleanup Components/Typography/Text\',\n component: RcText,\n argTypes: {\n ...TypographyStory.argTypes,\n },\n} as Meta;\n\ntype TextProps = ComponentProps;\n\nexport const Text: Story = ({ children, ...args }) => {\n const [width, setWidth] = useState(undefined);\n\n return (\n <>\n {\n setWidth(width === undefined ? 400 : undefined);\n }}\n >\n Resize Container\n \n
    \n {children}\n
    \n \n );\n};\n\nText.args = {\n children:\n \'RcText will auto add title with text, when that children is string, and the default wrap is noWrap\',\n};\n\nexport const TextWithHighlight: Story = () => {\n return (\n <>\n \n highlight text will be\n "Span"\n tag, and set color to be\n \n "mention"\n \n \n \n );\n};\n\nTextWithHighlight.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n\nexport const TextWithLink: Story = () => {\n return (\n \n You are an admin to this team.\n Learn about team administration\n \n );\n};\n\nTextWithLink.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n\nexport const TextWithoutDefaultTitle: Story = () => {\n return (\n \n <>\n Make that wrap with a react element will ignore that auto title feature\n \n \n );\n};\n\nTextWithoutDefaultTitle.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n\nexport const TextWithTitleWhenOverflow: Story = () => {\n const [width, setWidth] = useState(undefined);\n return (\n <>\n {\n setWidth(width === undefined ? 400 : undefined);\n }}\n >\n Resize Container\n \n
    \n \n Show title only when text overflow, default is always show title with\n same value with children\n \n \n Show title only when text overflow, default is always show title with\n same value with children, also support custom Title\n \n \n Show title only when text overflow, default is always show title with\n same value with children, also support custom Title and line ellipsis.\n \n
    \n \n );\n};\n\nTextWithTitleWhenOverflow.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n',locationsMap:{text:{startLoc:{col:38,line:18},endLoc:{col:1,line:35},startBody:{col:38,line:18},endBody:{col:1,line:35}},"text-with-highlight":{startLoc:{col:51,line:42},endLoc:{col:1,line:55},startBody:{col:51,line:42},endBody:{col:1,line:55}},"text-with-link":{startLoc:{col:46,line:65},endLoc:{col:1,line:72},startBody:{col:46,line:65},endBody:{col:1,line:72}},"text-without-default-title":{startLoc:{col:57,line:82},endLoc:{col:1,line:90},startBody:{col:57,line:82},endBody:{col:1,line:90}},"text-with-title-when-overflow":{startLoc:{col:59,line:100},endLoc:{col:1,line:127},startBody:{col:59,line:100},endBody:{col:1,line:127}}}}},title:"🚀 Cleanup Components/Typography/Text",component:juno_1.RcText,argTypes:tslib_1.__assign({},Typography_story_1.default.argTypes)},exports.Text=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(void 0),2),width=_b[0],setWidth=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setWidth(void 0===width?400:void 0)}},"Resize Container"),react_1.default.createElement("div",{style:{width}},react_1.default.createElement(juno_1.RcText,tslib_1.__assign({},args),children)))},exports.Text.args={children:"RcText will auto add title with text, when that children is string, and the default wrap is noWrap"},exports.TextWithHighlight=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcText,{variant:"subheading1",color:"neutral.f06"},"highlight text will be",react_1.default.createElement(juno_1.RcText,{highlight:!0},'"Span"'),"tag, and set color to be",react_1.default.createElement(juno_1.RcText,{highlight:!0,variant:"headline1"},'"mention"')))},exports.TextWithHighlight.argTypes={color:{control:{type:null}}},exports.TextWithLink=function(){return react_1.default.createElement(juno_1.RcText,{variant:"caption1",color:"neutral.f03"},"You are an admin to this team.",react_1.default.createElement(juno_1.RcLink,{variant:"inherit"},"Learn about team administration"))},exports.TextWithLink.argTypes={color:{control:{type:null}}},exports.TextWithoutDefaultTitle=function(){return react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},react_1.default.createElement(react_1.default.Fragment,null,"Make that wrap with a react element will ignore that auto title feature"))},exports.TextWithoutDefaultTitle.argTypes={color:{control:{type:null}}},exports.TextWithTitleWhenOverflow=function(){var _a=tslib_1.__read(react_1.useState(void 0),2),width=_a[0],setWidth=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setWidth(void 0===width?400:void 0)}},"Resize Container"),react_1.default.createElement("div",{style:{width}},react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:!0,color:"neutral.f05"},"Show title only when text overflow, default is always show title with same value with children"),react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:!0,color:"neutral.f05",title:"cool",useRcTooltip:!0},"Show title only when text overflow, default is always show title with same value with children, also support custom Title"),react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:2,color:"neutral.f05"},"Show title only when text overflow, default is always show title with same value with children, also support custom Title and line ellipsis.")))},exports.TextWithTitleWhenOverflow.argTypes={color:{control:{type:null}}}},"./packages/juno-core/src/components/Thumbnail/__stories__/Thumbnail.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcThumbnail } from '@ringcentral/juno';\nimport { NonEdit } from '@ringcentral/juno-icon';\nimport { notShowInDocTable } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Thumbnail',\n component: RcThumbnail,\n} as Meta;\n\ntype ThumbnailProps = ComponentProps;\n\nexport const Thumbnail: Story = ({ ...args }) => {\n return ;\n};\n\nThumbnail.args = {\n src: 'https://picsum.photos/100/100/?image=1',\n symbol: NonEdit,\n};\n\nThumbnail.argTypes = {\n ...notShowInDocTable(['iconType', 'url']),\n};\n",locationsMap:{thumbnail:{startLoc:{col:48,line:15},endLoc:{col:1,line:17},startBody:{col:48,line:15},endBody:{col:1,line:17}}}}},title:"🚀 Cleanup Components/Thumbnail",component:juno_1.RcThumbnail},exports.Thumbnail=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcThumbnail,tslib_1.__assign({},args))},exports.Thumbnail.args={src:"https://picsum.photos/100/100/?image=1",symbol:juno_icon_1.NonEdit},exports.Thumbnail.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["iconType","url"]))},"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useLayoutEffect,\n useRef,\n useState,\n} from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcCheckbox,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcIcon,\n RcIconButton,\n RcLink,\n RcListItem,\n RcRadio,\n RcSplitButton,\n RcSwitch,\n RcText,\n RcTooltip,\n RcTypography,\n styled,\n useTheme,\n} from '@ringcentral/juno';\nimport { Add, Videocam } from '@ringcentral/juno-icon';\nimport {\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { useSleep } from '../../../foundation';\n\nexport default {\n title: '🚀 Cleanup Components/Tooltip',\n component: RcTooltip,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'textColor',\n 'placement',\n 'tooltipForceHide',\n ]),\n ...notShowInDocTable(['injectGlobalStyle']),\n },\n} as Meta;\n\ntype TooltipProps = ComponentProps;\n\nconst isTestEnv = (window as any).TEST_ENV;\n\nexport const Tooltip: Story = ({ children, ...args }) => {\n return (\n \n \n Tooltip when hover or keyboard focus\n \n {!isTestEnv && (\n <>\n
    \n
    \n
    \n
    \n
    \n \n tooltip always open\n \n \n )}\n
    \n );\n};\n\nTooltip.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/31528da0142148db8a57d27e9ea279135ff28d5a/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/2AECC24B-6598-424C-827F-E1729A9382DF',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/tooltips/#tooltip',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nTooltip.args = {\n title: 'I am arrow tip',\n};\n\nconst Wrapper = styled.div`\n display: flex;\n justify-content: space-around;\n`;\n\nexport const TooltipSizes: Story = () => {\n return (\n <>\n {!isTestEnv ? (\n \n
    \n medium\n \n Button\n \n
    \n
    \n large\n \n Button\n \n
    \n
    \n xlarge\n \n Button\n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n {/* those br for tooltip space */}\n
    \n
    \n ) : null}\n \n );\n};\n\nexport const TooltipWithDisabledChildren: Story = () => {\n const [disabled, setDisabled] = useState(false);\n const ref = useRef(null);\n\n const handleClick = () => {\n setDisabled(!disabled);\n };\n\n useLayoutEffect(() => {\n console.log(ref);\n }, []);\n\n const title = disabled ? 'Title when disabled' : 'Normal Title';\n\n const theme = useTheme();\n\n return (\n <>\n \n ignorePointer{' '}\n <RcText highlight>that will add a span wrap children component,</RcText>\n \n \n Toggle disabled state\n \n
    \n
    \n \n \n \n
    \n
    \n ,\n TooltipProps: {\n ignorePointer: true,\n },\n title,\n }}\n ControlButtonProps={{\n TooltipProps: {\n ignorePointer: true,\n },\n title,\n }}\n >\n console.log('Text', e)} />\n console.log('Task', e)}>\n Task\n \n console.log('Cool', e)}>\n Cool\n \n \n \n disabled item also have Tooltip\n \n
    \n
    \n \n Always have tooltip when disabled with Round radius\n \n
    \n
    \n \n Always have tooltip when disabled with circle radius\n \n \n );\n};\n\nexport const TooltipWithForceHide: Story = ({\n children,\n ...args\n}) => {\n const [force, setForce] = useState(false);\n\n const [openState, setOpenState] = useState(false);\n\n return (\n <>\n console.log('close', e)}\n onOpen={(e) => console.log('open', e)}\n >\n {\n setForce(!force);\n }}\n >\n Switch force\n \n \n console.log('close', e)}\n onOpen={(e) => console.log('open', e)}\n >\n {\n setOpenState(true);\n }}\n style={{ marginLeft: '1em' }}\n color=\"highlight.b03\"\n >\n Open\n \n \n {\n setOpenState(false);\n console.log('close', e, reason);\n }}\n TransitionProps={{\n onExited: (e) => console.log('onExited', e),\n }}\n >\n Title\n \n some content\n \n \n \n \n Custom Button\n Custom Button\n \n \n
    \n
    \n {\n setForce(!force);\n }}\n label={`Click to Switch forceHide: ${force ? 'true' : 'false'}`}\n />\n \n );\n};\n\nTooltipWithForceHide.args = {\n title: 'Add',\n};\n\nexport const TooltipWithCustomColor: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n Open\n \n \n \n Close\n \n \n \n );\n};\n\nTooltipWithCustomColor.args = {\n title: 'Add',\n};\n\nexport const TooltipWithInteractiveLink: Story = ({\n children,\n ...args\n}) => {\n return (\n \n open{' '}\n \n ringcentral\n \n \n }\n interactive\n >\n Open\n \n );\n};\n\nTooltipWithInteractiveLink.args = {};\n\nexport const TooltipWithToggleShow: Story = () => {\n const [hidden, setHidden] = useState(false);\n\n const { sleep } = useSleep();\n\n return (\n <>\n \n When host anchor be disappear, tooltip should also be hidden\n \n \n \n \n );\n};\n",locationsMap:{tooltip:{startLoc:{col:44,line:62},endLoc:{col:1,line:82},startBody:{col:44,line:62},endBody:{col:1,line:82}},"tooltip-sizes":{startLoc:{col:49,line:110},endLoc:{col:1,line:149},startBody:{col:49,line:110},endBody:{col:1,line:149}},"tooltip-with-disabled-children":{startLoc:{col:64,line:151},endLoc:{col:1,line:273},startBody:{col:64,line:151},endBody:{col:1,line:273}},"tooltip-with-force-hide":{startLoc:{col:57,line:275},endLoc:{col:1,line:349},startBody:{col:57,line:275},endBody:{col:1,line:349}},"tooltip-with-custom-color":{startLoc:{col:59,line:355},endLoc:{col:1,line:375},startBody:{col:59,line:355},endBody:{col:1,line:375}},"tooltip-with-interactive-link":{startLoc:{col:63,line:381},endLoc:{col:1,line:406},startBody:{col:63,line:381},endBody:{col:1,line:406}},"tooltip-with-toggle-show":{startLoc:{col:58,line:410},endLoc:{col:1,line:436},startBody:{col:58,line:410},endBody:{col:1,line:436}}}}},title:"🚀 Cleanup Components/Tooltip",component:juno_1.RcTooltip,argTypes:tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["textColor","placement","tooltipForceHide"])),juno_storybook_1.notShowInDocTable(["injectGlobalStyle"]))};var isTestEnv=window.TEST_ENV;exports.Tooltip=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcBox,{textAlign:"center"},react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"Tooltip when hover or keyboard focus")),!isTestEnv&&react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{title:"I'm tooltip",open:!0}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"tooltip always open"))))},exports.Tooltip.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/31528da0142148db8a57d27e9ea279135ff28d5a/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/2AECC24B-6598-424C-827F-E1729A9382DF"},{name:"Mui",href:"https://material-ui.com/components/tooltips/#tooltip"},{name:"Accessibility",value:"100%"}]},exports.Tooltip.args={title:"I am arrow tip"};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: space-around;\n"],["\n display: flex;\n justify-content: space-around;\n"])));exports.TooltipSizes=function(){return react_1.default.createElement(react_1.default.Fragment,null,isTestEnv?null:react_1.default.createElement(Wrapper,null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"medium"),react_1.default.createElement(juno_1.RcTooltip,{title:"I'm tooltip",open:!0,size:"medium"},react_1.default.createElement(juno_1.RcButton,null,"Button"))),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"large"),react_1.default.createElement(juno_1.RcTooltip,{title:"I'm tooltip",open:!0,size:"large"},react_1.default.createElement(juno_1.RcButton,null,"Button"))),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"xlarge"),react_1.default.createElement(juno_1.RcTooltip,{title:"Lorem ipsum dolor sit amet, consecteturssffff adipiscing elit. Sed in nunc diam. Aeneanssffaf efficitur nibh dui, ac posuere elitffdafdaffff consequatAenean",open:!0,size:"xlarge"},react_1.default.createElement(juno_1.RcButton,null,"Button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null))))},exports.TooltipWithDisabledChildren=function(){var _a=tslib_1.__read(react_1.useState(!1),2),disabled=_a[0],setDisabled=_a[1],ref=react_1.useRef(null);react_1.useLayoutEffect((function(){console.log(ref)}),[]);var title=disabled?"Title when disabled":"Normal Title",theme=juno_1.useTheme();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"ignorePointer"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"that will add a span wrap children component,")),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setDisabled(!disabled)},color:"highlight.f02"},"Toggle disabled state"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,{title,disabled,symbol:juno_icon_1.Add,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement(juno_1.RcCheckbox,{title,useRcTooltip:!0,disabled,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement(juno_1.RcRadio,{title,useRcTooltip:!0,disabled,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSplitButton,{disabled,ActionButtonProps:{children:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Videocam,size:"medium"}),TooltipProps:{ignorePointer:!0},title},ControlButtonProps:{TooltipProps:{ignorePointer:!0},title}},react_1.default.createElement(juno_1.RcListItem,{key:"1",onClick:function(e){return console.log("Text",e)}}),react_1.default.createElement(juno_1.RcListItem,{key:"2",onClick:function(e){return console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcListItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},"Cool")),react_1.default.createElement(juno_1.RcTooltip,{title:"disabled item tooltip",ignorePointer:!0,maskProps:{as:"div"}},react_1.default.createElement(juno_1.RcButton,{disabled:!0},"disabled item also have Tooltip")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{useRcTooltip:!0,title,radius:"round",fullWidth:!0,disabled,TooltipProps:{ignorePointer:disabled,maskProps:{as:"div",style:{width:"100%",borderRadius:theme.radius.round}}}},"Always have tooltip when disabled with Round radius"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{useRcTooltip:!0,title,radius:"circle",fullWidth:!0,ref,disabled,TooltipProps:{ignorePointer:disabled,maskProps:{style:{width:"100%",borderRadius:theme.radius.circle}}}},"Always have tooltip when disabled with circle radius"))},exports.TooltipWithForceHide=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),force=_b[0],setForce=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),openState=_c[0],setOpenState=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{tooltipForceHide:force,onClose:function(e){return console.log("close",e)},onOpen:function(e){return console.log("open",e)}}),react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setForce(!force)}},"Switch force")),react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{tooltipForceHide:force,onClose:function(e){return console.log("close",e)},onOpen:function(e){return console.log("open",e)}}),react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)},style:{marginLeft:"1em"},color:"highlight.b03"},"Open")),react_1.default.createElement(juno_1.RcDialog,{open:openState,onClose:function(e,reason){setOpenState(!1),console.log("close",e,reason)},TransitionProps:{onExited:function(e){return console.log("onExited",e)}}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Title"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"some content"),react_1.default.createElement(juno_1.RcCheckbox,{title:"Go",label:"Do something"}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Custom Field"})),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,null,"Custom Button"),react_1.default.createElement(juno_1.RcButton,null,"Custom Button"))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSwitch,{checked:force,onClick:function(){setForce(!force)},label:"Click to Switch forceHide: "+(force?"true":"false")}))},exports.TooltipWithForceHide.args={title:"Add"},exports.TooltipWithCustomColor=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{color:"interactive.b02",textColor:"neutral.f01"}),react_1.default.createElement(juno_1.RcButton,{type:"button"},"Open")),react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{color:"highlight.b03",textColor:"neutral.f06"}),react_1.default.createElement(juno_1.RcButton,{type:"button",color:"highlight.b03",style:{marginLeft:"1em"}},"Close")))},exports.TooltipWithCustomColor.args={title:"Add"},exports.TooltipWithInteractiveLink=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{title:react_1.default.createElement(react_1.default.Fragment,null,"open"," ",react_1.default.createElement(juno_1.RcLink,{href:"https://www.ringcentral.com",color:"neutral.f01",underline:!0,target:"_blank"},"ringcentral")),interactive:!0}),react_1.default.createElement(juno_1.RcButton,{type:"button"},"Open"))},exports.TooltipWithInteractiveLink.args={},exports.TooltipWithToggleShow=function(){var _a=tslib_1.__read(react_1.useState(!1),2),hidden=_a[0],setHidden=_a[1],sleep=foundation_1.useSleep().sleep;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"When host anchor be disappear, tooltip should also be hidden"),react_1.default.createElement(juno_1.RcTooltip,{title:"I'm tooltip",size:"medium"},react_1.default.createElement(juno_1.RcButton,{style:{display:hidden?"none":void 0},onClick:function(){setHidden(!0),sleep(1e3).then((function(){setHidden(!1)}))}},"Button")))}},"./packages/juno-core/src/components/Tooltip/withTooltip/__stories__/withTooltip.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { forwardRef } from 'react';\n\nimport { RcTooltipProps, withTooltip } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tooltip/withTooltip',\n argTypes: {\n useRcTooltip: {\n control: {\n type: 'boolean',\n },\n },\n placement: {\n options: [\n 'top',\n 'top-start',\n 'top-end',\n 'right',\n 'right-start',\n 'right-end',\n 'bottom',\n 'bottom-start',\n 'bottom-end',\n 'left',\n 'left-start',\n 'left-end',\n ],\n control: {\n type: 'select',\n },\n },\n title: {\n control: {\n type: 'text',\n },\n },\n },\n} as Meta;\n\ntype CustomComponentProps = { content?: string };\nconst CustomComponent = forwardRef(\n ({ content, ...rest }, ref) => {\n return (\n \n );\n },\n);\n\nconst WithTooltipComponent = withTooltip(CustomComponent);\ntype WithTooltipProps = {\n placement: RcTooltipProps['placement'];\n title: string;\n useRcTooltip: boolean;\n};\n\nexport const _withTooltip: Story = ({\n placement,\n ...rest\n}) => {\n return (\n \n );\n};\n\n_withTooltip.args = {\n title: 'button',\n useRcTooltip: true,\n placement: 'bottom',\n};\n\n_withTooltip.storyName = 'withTooltip';\n",locationsMap:{"with-tooltip":{startLoc:{col:53,line:59},endLoc:{col:1,line:72},startBody:{col:53,line:59},endBody:{col:1,line:72}}}}},title:"🚀 Cleanup Components/Tooltip/withTooltip",argTypes:{useRcTooltip:{control:{type:"boolean"}},placement:{options:["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],control:{type:"select"}},title:{control:{type:"text"}}}};var CustomComponent=react_1.forwardRef((function(_a,ref){var content=_a.content,rest=tslib_1.__rest(_a,["content"]);return react_1.default.createElement("button",tslib_1.__assign({},rest,{ref}),content)})),WithTooltipComponent=juno_1.withTooltip(CustomComponent);exports._withTooltip=function(_a){var placement=_a.placement,rest=tslib_1.__rest(_a,["placement"]);return react_1.default.createElement(WithTooltipComponent,tslib_1.__assign({content:"Custom Button"},rest,{TooltipProps:{placement}}))},exports._withTooltip.args={title:"button",useRcTooltip:!0,placement:"bottom"},exports._withTooltip.storyName="withTooltip"},"./packages/juno-core/src/components/Transitions/Collapse/__stories__/Collapse.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcButton, RcCollapse } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Collapse',\n component: RcCollapse,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CollapseProps = ComponentProps;\n\nexport const Collapse: Story = ({\n children,\n in: openProp,\n ...args\n}) => {\n const [open, setOpen] = useState(openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n >\n Collapse\n \n
    \n
    \n \n \n \n \n\n \n \n \n \n \n );\n};\n\nCollapse.storyName = 'Collapse';\n\nCollapse.args = {};\n\nCollapse.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCollapse.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#collapse',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{collapse:{startLoc:{col:46,line:23},endLoc:{col:1,line:57},startBody:{col:46,line:23},endBody:{col:1,line:57}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Collapse",component:juno_1.RcCollapse,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Collapse=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!open)}},"Collapse"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcCollapse,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"})),react_1.default.createElement(juno_1.RcCollapse,{in:open,collapsedSize:"28px"},react_1.default.createElement(juno_1.RcBox,{width:"100px",marginLeft:"1rem",height:"100px",bgcolor:"neutral.b03"}))))},exports.Collapse.storyName="Collapse",exports.Collapse.args={},exports.Collapse.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Collapse.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#collapse"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Fade/__stories__/Fade.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcFade, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Fade',\n component: RcFade,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype GrowProps = ComponentProps;\n\nexport const Fade: Story = ({ children, in: openProp, ...args }) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nFade.storyName = 'Fade';\n\nFade.args = {};\n\nFade.argTypes = {\n ...notControlInDocTable([]),\n};\n\nFade.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#fade',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{fade:{startLoc:{col:38,line:23},endLoc:{col:1,line:44},startBody:{col:38,line:23},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Fade",component:juno_1.RcFade,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Fade=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcFade,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Fade.storyName="Fade",exports.Fade.args={},exports.Fade.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Fade.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#fade"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Grow/__stories__/Grow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcGrow, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Grow',\n component: RcGrow,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype GrowProps = ComponentProps;\n\nexport const Grow: Story = ({ children, in: openProp, ...args }) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nGrow.storyName = 'Grow';\n\nGrow.args = {};\n\nGrow.argTypes = {\n ...notControlInDocTable([]),\n};\n\nGrow.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#Grow',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{grow:{startLoc:{col:38,line:23},endLoc:{col:1,line:44},startBody:{col:38,line:23},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Grow",component:juno_1.RcGrow,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Grow=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcGrow,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Grow.storyName="Grow",exports.Grow.args={},exports.Grow.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Grow.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#Grow"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Slide/__stories__/Slide.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcSlide, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Slide',\n component: RcSlide,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SlideProps = ComponentProps;\n\nexport const Slide: Story = ({\n children,\n in: openProp,\n ...args\n}) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nSlide.storyName = 'Slide';\n\nSlide.args = {};\n\nSlide.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSlide.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#slide',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{slide:{startLoc:{col:40,line:23},endLoc:{col:1,line:48},startBody:{col:40,line:23},endBody:{col:1,line:48}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Slide",component:juno_1.RcSlide,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Slide=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcSlide,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Slide.storyName="Slide",exports.Slide.args={},exports.Slide.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Slide.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#slide"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Zoom/__stories__/Zoom.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcSwitch, RcZoom } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Zoom',\n component: RcZoom,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ZoomProps = ComponentProps;\n\nexport const Zoom: Story = ({ children, in: openProp, ...args }) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nZoom.storyName = 'Zoom';\n\nZoom.args = {};\n\nZoom.argTypes = {\n ...notControlInDocTable([]),\n};\n\nZoom.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#zoom',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{zoom:{startLoc:{col:38,line:23},endLoc:{col:1,line:44},startBody:{col:38,line:23},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Zoom",component:juno_1.RcZoom,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Zoom=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcZoom,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Zoom.storyName="Zoom",exports.Zoom.args={},exports.Zoom.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Zoom.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#zoom"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/ZoomFrom/__stories__/ZoomFrom.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef, useState } from 'react';\n\nimport {\n RcBox,\n RcDialog,\n RcDialogContent,\n RcDialogTitle,\n RcIconButton,\n RcSwitch,\n RcZoomFrom,\n styled,\n} from '@ringcentral/juno';\nimport { Close } from '@ringcentral/juno-icon';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/ZoomFrom',\n} as Meta;\n\nconst Img = styled.img`\n height: 200px;\n width: 200px;\n right: 100px;\n top: 100px;\n position: absolute;\n`;\n\nexport const ZoomFrom: Story = () => {\n const [open, setOpen] = useState(false);\n\n const sourceRef = useRef(null);\n\n const toggleOpen = () => setOpen(!open);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n console.log('Enter')}\n onEntering={() => console.log('Entering')}\n onEntered={() => console.log('Entered')}\n onExit={() => console.log('Exit')}\n onExiting={() => console.log('Exiting')}\n onExited={() => console.log('Exited')}\n >\n \n \n \n );\n};\n\nZoomFrom.storyName = 'ZoomFrom';\n\nZoomFrom.args = {};\n\nZoomFrom.argTypes = {};\n\nZoomFrom.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'react-transition-group',\n href: 'http://reactcommunity.org/react-transition-group/transition',\n },\n ],\n};\n\nexport const ZoomFromWithDialog: Story = () => {\n const [open, setOpen] = useState(false);\n\n const sourceRef = useRef(null);\n\n const toggleOpen = () => setOpen(!open);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n \n console.log('Enter')}\n onEntering={() => console.log('Entering')}\n onEntered={() => console.log('Entered')}\n onExit={() => console.log('Exit')}\n onExiting={() => console.log('Exiting')}\n onExited={() => console.log('Exited')}\n >\n \n \n \n \n \n );\n};\n\nZoomFromWithDialog.storyName = 'ZoomFromWithDialog';\n\nZoomFromWithDialog.args = {};\n\nZoomFromWithDialog.argTypes = {};\n",locationsMap:{"zoom-from":{startLoc:{col:36,line:28},endLoc:{col:1,line:73},startBody:{col:36,line:28},endBody:{col:1,line:73}},"zoom-from-with-dialog":{startLoc:{col:46,line:91},endLoc:{col:1,line:144},startBody:{col:46,line:91},endBody:{col:1,line:144}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/ZoomFrom"};var templateObject_1,Img=juno_1.styled.img(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 200px;\n width: 200px;\n right: 100px;\n top: 100px;\n position: absolute;\n"],["\n height: 200px;\n width: 200px;\n right: 100px;\n top: 100px;\n position: absolute;\n"])));exports.ZoomFrom=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],sourceRef=react_1.useRef(null),toggleOpen=function(){return setOpen(!open)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("img",{alt:"",style:{width:100,height:100},role:"presentation",ref:sourceRef,src:"./assets/logo.png",onClick:toggleOpen}),react_1.default.createElement(juno_1.RcZoomFrom,{from:sourceRef,in:open,onEnter:function(){return console.log("Enter")},onEntering:function(){return console.log("Entering")},onEntered:function(){return console.log("Entered")},onExit:function(){return console.log("Exit")},onExiting:function(){return console.log("Exiting")},onExited:function(){return console.log("Exited")}},react_1.default.createElement(Img,{alt:"",role:"presentation",src:"./assets/logo.png",onClick:toggleOpen})))},exports.ZoomFrom.storyName="ZoomFrom",exports.ZoomFrom.args={},exports.ZoomFrom.argTypes={},exports.ZoomFrom.parameters={tags:[{name:"Source",value:"react-transition-group",href:"http://reactcommunity.org/react-transition-group/transition"}]},exports.ZoomFromWithDialog=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],sourceRef=react_1.useRef(null),toggleOpen=function(){return setOpen(!open)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("img",{alt:"",style:{width:100,height:100},role:"presentation",ref:sourceRef,src:"./assets/logo.png",onClick:toggleOpen}),react_1.default.createElement(juno_1.RcDialog,{open,fullScreen:!0,onClose:toggleOpen},react_1.default.createElement(juno_1.RcDialogTitle,{display:"flex",disableTypography:!0,space:6},react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto",alignItems:"center",display:"flex"}),react_1.default.createElement(juno_1.RcIconButton,{title:"Close",symbol:juno_icon_1.Close,onClick:toggleOpen})),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcZoomFrom,{from:sourceRef,in:open,onEnter:function(){return console.log("Enter")},onEntering:function(){return console.log("Entering")},onEntered:function(){return console.log("Entered")},onExit:function(){return console.log("Exit")},onExiting:function(){return console.log("Exiting")},onExited:function(){return console.log("Exited")}},react_1.default.createElement(Img,{alt:"",role:"presentation",src:"./assets/logo.png",onClick:toggleOpen})))))},exports.ZoomFromWithDialog.storyName="ZoomFromWithDialog",exports.ZoomFromWithDialog.args={},exports.ZoomFromWithDialog.argTypes={}},"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/__stories__/ZoomInFadeOut.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n flexCenterStyle,\n palette2,\n RcSwitch,\n RcZoomInFadeOut,\n styled,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/ZoomInFadeOut',\n} as Meta;\n\nconst Item = styled.div`\n height: 300px;\n width: 300px;\n background-color: ${palette2('highlight', 'b03')};\n color: ${palette2('neutral', 'f06')};\n ${flexCenterStyle};\n`;\n\nexport const ZoomInFadeOut: Story = () => {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n \n ZoomInFadeOut\n \n \n );\n};\n\nZoomInFadeOut.storyName = 'ZoomInFadeOut';\n\nZoomInFadeOut.args = {};\n\nZoomInFadeOut.argTypes = {};\n\nZoomInFadeOut.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'react-transition-group',\n href: 'http://reactcommunity.org/react-transition-group/transition',\n },\n ],\n};\n",locationsMap:{"zoom-in-fade-out":{startLoc:{col:41,line:24},endLoc:{col:1,line:41},startBody:{col:41,line:24},endBody:{col:1,line:41}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/ZoomInFadeOut"};var templateObject_1,Item=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 300px;\n width: 300px;\n background-color: ",";\n color: ",";\n ",";\n"],["\n height: 300px;\n width: 300px;\n background-color: ",";\n color: ",";\n ",";\n"])),juno_1.palette2("highlight","b03"),juno_1.palette2("neutral","f06"),juno_1.flexCenterStyle);exports.ZoomInFadeOut=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement(juno_1.RcZoomInFadeOut,{in:open},react_1.default.createElement(Item,null,"ZoomInFadeOut")))},exports.ZoomInFadeOut.storyName="ZoomInFadeOut",exports.ZoomInFadeOut.args={},exports.ZoomInFadeOut.argTypes={},exports.ZoomInFadeOut.parameters={tags:[{name:"Source",value:"react-transition-group",href:"http://reactcommunity.org/react-transition-group/transition"}]}},"./packages/juno-core/src/components/Typography/__stories__/Typography.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useEffect, useRef } from 'react';\n\nimport { palette2, RcTypography, styled } from '@ringcentral/juno';\nimport {\n notShowInDocTable,\n textPaletteChoice,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { MuiDefaultColor } from '../utils';\n\nexport default {\n title: '🚀 Cleanup Components/Typography',\n component: RcTypography,\n argTypes: {\n color: {\n options: [...MuiDefaultColor, ...textPaletteChoice],\n control: {\n type: 'select',\n },\n },\n ...notShowInDocTable([\n 'style',\n 'className',\n 'innerRef',\n ]),\n },\n} as Meta;\n\ntype TypographyProps = ComponentProps;\n\nconst ShowForKnowButtonMargin = styled.div`\n background: ${palette2('neutral', 'f06')};\n color: ${palette2('neutral', 'f01')};\n`;\n\nexport const Typography: Story = ({\n children,\n variant,\n ...args\n}) => {\n const ref = useRef();\n\n useEffect(() => {\n console.log(ref);\n }, []);\n\n return (\n <>\n
    \n
    \n
    \n \n Current variant: {variant}\n
    \n {children}\n
    \n
    \n \n \n Show for you know bottom margin, when you use props\n \n \n paragraph: 16px\n \n \n gutterBottom: 0.35em\n \n \n \n );\n};\n\nTypography.args = {\n children:\n 'Typography component provides you can use Juno font style with our token, make all font in your app to be uniform',\n};\n\nTypography.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/e65d3c10bdd9553b5d21220ebb6a1ed045ff5e09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2159857C-AD1D-4568-9D7C-CF31EC7D61DE',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/typography/#typography',\n },\n ],\n};\n",locationsMap:{typography:{startLoc:{col:50,line:37},endLoc:{col:1,line:77},startBody:{col:50,line:37},endBody:{col:1,line:77}}}}},title:"🚀 Cleanup Components/Typography",component:juno_1.RcTypography,argTypes:tslib_1.__assign({color:{options:tslib_1.__spread(utils_1.MuiDefaultColor,juno_storybook_1.textPaletteChoice),control:{type:"select"}}},juno_storybook_1.notShowInDocTable(["style","className","innerRef"]))};var templateObject_1,ShowForKnowButtonMargin=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background: ",";\n color: ",";\n"],["\n background: ",";\n color: ",";\n"])),juno_1.palette2("neutral","f06"),juno_1.palette2("neutral","f01"));exports.Typography=function(_a){var children=_a.children,variant=_a.variant,args=tslib_1.__rest(_a,["children","variant"]),ref=react_1.useRef();return react_1.useEffect((function(){console.log(ref)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("div",{style:{maxWidth:800}},react_1.default.createElement(juno_1.RcTypography,tslib_1.__assign({ref,variant},args),"Current variant: ",variant,react_1.default.createElement("br",null),children)),react_1.default.createElement(ShowForKnowButtonMargin,null,react_1.default.createElement(juno_1.RcTypography,{align:"center",display:"block",title:"this is useRcTooltip",useRcTooltip:!0},"Show for you know bottom margin, when you use props"),react_1.default.createElement(juno_1.RcTypography,{align:"center",color:"highlight.f02",display:"block"},"paragraph: 16px"),react_1.default.createElement(juno_1.RcTypography,{align:"center",color:"highlight.f02",display:"block"},"gutterBottom: 0.35em")))},exports.Typography.args={children:"Typography component provides you can use Juno font style with our token, make all font in your app to be uniform"},exports.Typography.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/e65d3c10bdd9553b5d21220ebb6a1ed045ff5e09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2159857C-AD1D-4568-9D7C-CF31EC7D61DE"},{name:"Mui",href:"https://material-ui.com/components/typography/#typography"}]}},"./packages/juno-core/src/components/Typography/__stories__/TypographyExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n RcDivider,\n RcPaper,\n RcTypography,\n RcTypographyVariant,\n styled,\n} from '@ringcentral/juno';\nimport { Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Typography List',\n};\n\nconst variants: RcTypographyVariant[] = [\n 'display4',\n 'display3',\n 'display2',\n 'display1',\n 'headline2',\n 'headline1',\n 'title2',\n 'title1',\n 'subheading2',\n 'subheading1',\n 'body2',\n 'body1',\n 'caption2',\n 'caption1',\n 'inherit',\n];\n\nconst Text = styled(RcTypography)`\n margin-bottom: 1rem;\n flex: 2 1 0;\n`;\n\nconst Attribute = styled(RcTypography)`\n flex: 1 1 0;\n`;\n\nconst StyledContainer = styled.div`\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n margin-top: 1rem;\n`;\n\nclass TypographyShow extends React.PureComponent<{ variant: string }> {\n text: React.RefObject;\n\n state: any;\n\n constructor(props: any) {\n super(props);\n this.text = React.createRef();\n this.state = {};\n }\n\n componentDidMount() {\n const isTestEnv = (window as any).TEST_ENV;\n if (isTestEnv) {\n return;\n }\n const { fontSize, fontWeight, lineHeight } = window.getComputedStyle(\n this.text.current,\n );\n this.setState({\n fontSize,\n fontWeight,\n lineHeight,\n });\n }\n\n render() {\n return (\n \n \n {this.props.variant}\n \n {this.state.fontWeight}\n {this.state.fontSize}\n {this.state.lineHeight}\n \n );\n }\n}\n\nexport const Typography: Story = () => (\n \n \n Name/TypeFace\n font weight\n font size\n line height\n \n \n {variants.map((variant) => (\n \n {variant}\n \n \n ))}\n \n);\n\nTypography.storyName = 'Typography List';\n",locationsMap:{typography:{startLoc:{col:33,line:90},endLoc:{col:1,line:111},startBody:{col:33,line:90},endBody:{col:1,line:111}}}}},title:"🔧 Foundation/Typography List"};var templateObject_1,templateObject_2,templateObject_3,variants=["display4","display3","display2","display1","headline2","headline1","title2","title1","subheading2","subheading1","body2","body1","caption2","caption1","inherit"],Text=juno_1.styled(juno_1.RcTypography)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-bottom: 1rem;\n flex: 2 1 0;\n"],["\n margin-bottom: 1rem;\n flex: 2 1 0;\n"]))),Attribute=juno_1.styled(juno_1.RcTypography)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n flex: 1 1 0;\n"],["\n flex: 1 1 0;\n"]))),StyledContainer=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n margin-top: 1rem;\n"],["\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n margin-top: 1rem;\n"]))),TypographyShow=function(_super){function TypographyShow(props){var _this=_super.call(this,props)||this;return _this.text=react_1.default.createRef(),_this.state={},_this}return tslib_1.__extends(TypographyShow,_super),TypographyShow.prototype.componentDidMount=function(){if(!window.TEST_ENV){var _a=window.getComputedStyle(this.text.current),fontSize=_a.fontSize,fontWeight=_a.fontWeight,lineHeight=_a.lineHeight;this.setState({fontSize,fontWeight,lineHeight})}},TypographyShow.prototype.render=function(){return react_1.default.createElement(StyledContainer,null,react_1.default.createElement(Text,{ref:this.text,variant:this.props.variant},this.props.variant),react_1.default.createElement(Attribute,null,this.state.fontWeight),react_1.default.createElement(Attribute,null,this.state.fontSize),react_1.default.createElement(Attribute,null,this.state.lineHeight))},TypographyShow}(react_1.default.PureComponent);exports.Typography=function(){return react_1.default.createElement(juno_1.RcPaper,{style:{padding:"4rem",width:"1000px"}},react_1.default.createElement(StyledContainer,null,react_1.default.createElement(Text,{variant:"caption1"},"Name/TypeFace"),react_1.default.createElement(Attribute,null,"font weight"),react_1.default.createElement(Attribute,null,"font size"),react_1.default.createElement(Attribute,null,"line height")),react_1.default.createElement(juno_1.RcDivider,null),variants.map((function(variant){return react_1.default.createElement(react_1.default.Fragment,{key:variant},react_1.default.createElement(TypographyShow,{variant},variant),react_1.default.createElement(juno_1.RcDivider,null))})))},exports.Typography.storyName="Typography List"},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/__stories__/VirtualizedDivider.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcListItemText,\n RcMenuItem,\n RcVirtualizedDivider,\n Virtuoso,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Virtuoso/VirtualizedDivider',\n component: RcVirtualizedDivider,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype VirtualizedDividerProps = ComponentProps;\n\nconst menus = range(0, 1000);\n\nexport const VirtualizedDivider: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n Virtuoso can't calculate item height correctly, should always use\n padding when you need space between items\n \n {\n const label = `${index}-MenuItem`;\n return index % 10 !== 0 ? (\n \n \n \n ) : (\n {children}\n );\n }}\n />\n \n );\n};\n\nVirtualizedDivider.storyName = 'VirtualizedDivider';\n\nVirtualizedDivider.args = {};\n\nVirtualizedDivider.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtualizedDivider.parameters = {\n tags: [],\n};\n",locationsMap:{"virtualized-divider":{startLoc:{col:66,line:33},endLoc:{col:1,line:60},startBody:{col:66,line:33},endBody:{col:1,line:60}}}}},title:"🚀 Cleanup Components/Virtuoso/VirtualizedDivider",component:juno_1.RcVirtualizedDivider,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3);exports.VirtualizedDivider=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Virtuoso can't calculate item height correctly, should always use padding when you need space between items"),react_1.default.createElement(juno_1.Virtuoso,{style:{height:"200px"},totalCount:1e3,data:menus,itemContent:function(index){var label=index+"-MenuItem";return index%10!=0?react_1.default.createElement(juno_1.RcMenuItem,{key:index,"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label})):react_1.default.createElement(juno_1.RcVirtualizedDivider,tslib_1.__assign({},args),children)}}))},exports.VirtualizedDivider.storyName="VirtualizedDivider",exports.VirtualizedDivider.args={},exports.VirtualizedDivider.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtualizedDivider.parameters={tags:[]}},"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcButton,\n RcListItemText,\n RcMenuItem,\n RcVirtualizedMenu,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/VirtualizedMenu',\n component: RcVirtualizedMenu,\n excludeStories: /MenuExampleComponent/,\n argTypes: {\n ...sortInDocTable([\n // Menu\n 'open',\n 'anchorEl',\n 'autoFocus',\n 'autoClose',\n 'variant',\n 'onClose',\n 'classes',\n 'keepMounted', // Modal\n\n // MenuList\n 'MenuListProps',\n 'disableAutoFocusItem',\n 'disableAutoFocus', // Modal\n\n // Popover\n 'action',\n 'anchorOrigin',\n 'anchorPosition',\n 'anchorReference',\n 'elevation',\n 'getContentAnchorEl',\n 'marginThreshold',\n 'PaperProps',\n 'PopoverClasses',\n 'TransitionProps',\n 'TransitionComponent',\n 'transformOrigin',\n 'transitionDuration',\n\n // Modal\n 'BackdropComponent',\n 'BackdropProps',\n 'closeAfterTransition',\n 'container',\n 'disableBackdropClick',\n // 'disableEnforceFocus',\n 'disableEscapeKeyDown',\n 'disablePortal',\n 'disableRestoreFocus',\n 'disableScrollLock',\n 'hideBackdrop',\n 'onBackdropClick',\n 'onEscapeKeyDown',\n 'onRendered',\n ]),\n ...notControlInDocTable(['open', 'anchorEl']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuProps = ComponentProps;\n\nconst menus = range(0, 1000);\nconst threeItems = range(0, 3);\n\nexport const VirtualizedMenu: Story> = ({\n children,\n ...args\n}) => {\n const [anchorEl, setAnchorEl] = useState(null);\n const [anchorEl2, setAnchorEl2] = useState(null);\n const [anchorEl3, setAnchorEl3] = useState(null);\n const [count, setCount] = useState(0);\n const handleClick = (\n event: React.MouseEvent,\n ) => setAnchorEl(event.currentTarget);\n\n const handleClick2 = (\n event: React.MouseEvent,\n ) => setAnchorEl2(event.currentTarget);\n\n const handleClick3 = (\n event: React.MouseEvent,\n ) => setAnchorEl3(event.currentTarget);\n\n const handleClose = () => setAnchorEl(null);\n const handleClose2 = () => setAnchorEl2(null);\n const handleClose3 = () => setAnchorEl3(null);\n\n return (\n <>\n Open Menu\n \n {menus.map((x) => {\n const label = `${x}-MenuItem${count}`;\n return (\n {\n setCount(count + 1);\n }}\n data-search-text={label}\n >\n \n \n );\n })}\n \n\n
    \n
    \n\n Open Menu(less items)\n \n {threeItems.map((x) => {\n const label = `${x}-MenuItem${count}`;\n return (\n {\n setCount(count + 1);\n }}\n data-search-text={label}\n >\n \n \n );\n })}\n \n\n
    \n
    \n\n \n Open Menu(less items, above button)\n \n \n {threeItems.map((x) => {\n const label = `${x}-MenuItem${count}`;\n return (\n {\n setCount(count + 1);\n }}\n data-search-text={label}\n >\n \n \n );\n })}\n \n \n );\n};\n\nVirtualizedMenu.args = {};\n\nVirtualizedMenu.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtualizedMenu.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n value: 'Menu',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n color: 'avatar.lake',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\ntype MenuExampleComponentProps = {} & Partial<\n ComponentProps\n>;\n\nexport const MenuExampleComponent: FunctionComponent =\n (props) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n return (\n <>\n Open Menu\n \n {menus.map((x) => (\n \n \n \n ))}\n MenuItem Five\n \n \n );\n };\n\nexport const MenuExamples: Story = ({ anchorOrigin, ...args }) => {\n return ;\n};\n\nMenuExamples.argTypes = {\n ...notControlInDocTable(['anchorOrigin']),\n};\n",locationsMap:{"virtualized-menu":{startLoc:{col:58,line:80},endLoc:{col:1,line:193},startBody:{col:58,line:80},endBody:{col:1,line:193}},"menu-example-component":{startLoc:{col:2,line:230},endLoc:{col:3,line:260},startBody:{col:2,line:230},endBody:{col:3,line:260}},"menu-examples":{startLoc:{col:46,line:262},endLoc:{col:1,line:264},startBody:{col:46,line:262},endBody:{col:1,line:264}}}}},title:"🚀 Cleanup Components/VirtualizedMenu",component:juno_1.RcVirtualizedMenu,excludeStories:/MenuExampleComponent/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","anchorEl","autoFocus","autoClose","variant","onClose","classes","keepMounted","MenuListProps","disableAutoFocusItem","disableAutoFocus","action","anchorOrigin","anchorPosition","anchorReference","elevation","getContentAnchorEl","marginThreshold","PaperProps","PopoverClasses","TransitionProps","TransitionComponent","transformOrigin","transitionDuration","BackdropComponent","BackdropProps","closeAfterTransition","container","disableBackdropClick","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","onBackdropClick","onEscapeKeyDown","onRendered"])),juno_storybook_1.notControlInDocTable(["open","anchorEl"])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3),threeItems=range_1.default(0,3);exports.VirtualizedMenu=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],_c=tslib_1.__read(react_1.useState(null),2),anchorEl2=_c[0],setAnchorEl2=_c[1],_d=tslib_1.__read(react_1.useState(null),2),anchorEl3=_d[0],setAnchorEl3=_d[1],_e=tslib_1.__read(react_1.useState(0),2),count=_e[0],setCount=_e[1],handleClose=function(){return setAnchorEl(null)},handleClose2=function(){return setAnchorEl2(null)},handleClose3=function(){return setAnchorEl3(null)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl),anchorEl,onClose:handleClose}),menus.map((function(x){var label=x+"-MenuItem"+count;return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose,onContextMenu:function(){setCount(count+1)},"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl2(event.currentTarget)}},"Open Menu(less items)"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl2),anchorEl:anchorEl2,onClose:handleClose2}),threeItems.map((function(x){var label=x+"-MenuItem"+count;return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose2,onContextMenu:function(){setCount(count+1)},"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl3(event.currentTarget)}},"Open Menu(less items, above button)"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl3),anchorEl:anchorEl3,onClose:handleClose3,anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{vertical:"bottom",horizontal:"left"}}),threeItems.map((function(x){var label=x+"-MenuItem"+count;return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose3,onContextMenu:function(){setCount(count+1)},"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}))))},exports.VirtualizedMenu.args={},exports.VirtualizedMenu.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtualizedMenu.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/",value:"Menu"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/",color:"avatar.lake"},{name:"Accessibility",value:"100%"}]},exports.MenuExampleComponent=function(props){var _a=tslib_1.__read(react_1.useState(null),2),anchorEl=_a[0],setAnchorEl=_a[1],handleClose=function(){setAnchorEl(null)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},props,{anchorEl,open:Boolean(anchorEl),keepMounted:!0,onClose:handleClose}),menus.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem "+x}))})),react_1.default.createElement(juno_1.RcMenuItem,{key:"cool"},"MenuItem Five")))},exports.MenuExamples=function(_a){_a.anchorOrigin;var args=tslib_1.__rest(_a,["anchorOrigin"]);return react_1.default.createElement(exports.MenuExampleComponent,tslib_1.__assign({},args))},exports.MenuExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchorOrigin"]));try{MenuExampleComponent.displayName="MenuExampleComponent",MenuExampleComponent.__docgenInfo={description:"",displayName:"MenuExampleComponent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"props for apply on inner `MenuList`",name:"MenuListProps",required:!1,type:{name:"RcVirtualizedMenuListProps"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx#MenuExampleComponent"]={docgenInfo:MenuExampleComponent.__docgenInfo,name:"MenuExampleComponent",path:"packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx#MenuExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenuList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcListItemText,\n RcMenuItem,\n RcVirtualizedMenuList,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/VirtualizedMenu/VirtualizedMenuList',\n component: RcVirtualizedMenuList,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuProps = ComponentProps;\n\nconst menus = range(0, 1000);\n\nexport const VirtualizedMenuList: Story> = ({\n children,\n ...args\n}) => {\n return (\n \n {menus.map((x) => (\n \n \n \n ))}\n \n );\n};\n\nVirtualizedMenuList.args = {\n maxHeight: 180,\n VirtuosoProps: {\n // view more in https://virtuoso.dev/virtuoso-api-reference/\n increaseViewportBy: 200,\n },\n};\n\nVirtualizedMenuList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtualizedMenuList.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/menu-list/',\n value: 'MenuList',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n color: 'avatar.lake',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nVirtualizedMenuList.storyName = 'VirtualizedMenuList';\n",locationsMap:{"virtualized-menu-list":{startLoc:{col:62,line:31},endLoc:{col:1,line:44},startBody:{col:62,line:31},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/VirtualizedMenu/VirtualizedMenuList",component:juno_1.RcVirtualizedMenuList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3);exports.VirtualizedMenuList=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcVirtualizedMenuList,tslib_1.__assign({},args),menus.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem "+x}))})))},exports.VirtualizedMenuList.args={maxHeight:180,VirtuosoProps:{increaseViewportBy:200}},exports.VirtualizedMenuList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtualizedMenuList.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/menu-list/",value:"MenuList"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/",color:"avatar.lake"},{name:"Accessibility",value:"100%"}]},exports.VirtualizedMenuList.storyName="VirtualizedMenuList"},"./packages/juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport range from 'lodash/range';\n\nimport { RcListItemText, RcMenuItem, Virtuoso } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Virtuoso',\n component: Virtuoso,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype VirtuosoProps = ComponentProps;\n\nconst menus = range(0, 1000);\n\nexport const VirtuosoExample: Story> = ({\n children,\n ...args\n}) => {\n return (\n <>\n {\n const label = `${index}-MenuItem`;\n return (\n \n \n \n );\n }}\n {...args}\n />\n \n );\n};\n\nVirtuosoExample.args = {};\n\nVirtuosoExample.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtuosoExample.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n value: 'Menu',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n color: 'avatar.lake',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"virtuoso-example":{startLoc:{col:62,line:27},endLoc:{col:1,line:49},startBody:{col:62,line:27},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Virtuoso",component:juno_1.Virtuoso,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3);exports.VirtuosoExample=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.Virtuoso,tslib_1.__assign({style:{height:"200px"},totalCount:1e3,data:menus,itemContent:function(index){var label=index+"-MenuItem";return react_1.default.createElement(juno_1.RcMenuItem,{key:index,"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}},args)))},exports.VirtuosoExample.args={},exports.VirtuosoExample.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtuosoExample.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/",value:"Menu"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/",color:"avatar.lake"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/foundation/__stories__/Palette.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useCallback, useMemo, useState } from 'react';\n\nimport {\n radius,\n RcBox,\n RcTextField,\n RcTypography,\n spacing,\n styled,\n useTheme,\n} from '@ringcentral/juno';\nimport { isValidPalettes } from '@ringcentral/juno-storybook';\nimport { Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Palette',\n};\n\nconst titleVariants: any[] = ['display1', 'headline1'];\n\nconst Container = styled.div`\n display: flex;\n flex-direction: column;\n height: calc(100vh - 40px - 0.7rem);\n`;\n\nconst itemWidth = '245px';\n\nconst Wrapper = styled.div`\n display: inline-flex;\n flex: 1 1 ${itemWidth};\n max-width: ${itemWidth};\n min-width: ${itemWidth};\n padding: 1%;\n box-sizing: border-box;\n`;\n\nconst ColorWrapper = styled.div`\n margin: ${spacing(4)};\n`;\n\nconst ColorDiv = styled.div<{ color: string }>`\n background: ${({ color }) => color};\n width: 48px;\n height: 48px;\n border-radius: ${radius('md')};\n display: inline-block;\n`;\n\nconst InfoWrapper = styled.div`\n margin-left: ${spacing(2)};\n`;\n\nconst getColorArr = (\n parent: any,\n parentKey = '',\n layer = 0,\n searchText: string,\n) => {\n const renderArr: any[] = [];\n Object.entries(parent).forEach(([key, value]) => {\n const type = typeof value;\n\n switch (type) {\n case 'string':\n {\n const itemKey = parentKey ? `${parentKey}.${key}` : key;\n\n const _searchText = searchText.toLocaleLowerCase();\n\n if (\n !isValidPalettes(itemKey) ||\n (searchText &&\n !(\n itemKey.toLocaleLowerCase().includes(_searchText) ||\n value.toLocaleLowerCase().includes(_searchText)\n ))\n ) {\n return;\n }\n\n const item = (\n \n \n \n {itemKey}\n {value}\n \n \n );\n\n // * when layer is zero and that is string, add title first\n if (layer === 0) {\n renderArr.push(\n \n {itemKey}\n ,\n {item},\n );\n break;\n }\n\n renderArr.push(item);\n }\n break;\n case 'object':\n {\n const renderValue = `${parentKey}${parentKey ? '.' : ''}${key}`;\n\n const items = getColorArr(value, key, layer + 1, searchText);\n\n if (items.length > 0) {\n renderArr.push(\n \n {renderValue}\n ,\n );\n renderArr.push(\n \n {items}\n ,\n );\n }\n }\n break;\n default:\n break;\n }\n });\n return renderArr;\n};\n\nexport const Palette: Story = () => {\n const [filterText, setFilterText] = useState('');\n\n const { palette } = useTheme();\n\n const colorItems = useMemo(() => {\n return getColorArr(palette, undefined, undefined, filterText);\n }, [filterText, palette]);\n\n const onChange = useCallback(\n (e: React.ChangeEvent): void => {\n setFilterText(e.target.value);\n },\n [],\n );\n\n return (\n <>\n \n \n \n {colorItems}\n \n \n \n );\n};\n\nPalette.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'Token Sheet',\n href: 'https://docs.google.com/spreadsheets/d/1eGJAib2seE1AMIReWVtbGJAhQppQNVfU49rct8a6CKk/edit#gid=0',\n },\n {\n name: 'Source',\n value: 'New vs Old',\n href: 'https://docs.google.com/spreadsheets/d/1BYZUI2aDwLyvizO45tpQNylpVpMIkmeWLSz4geeuTP0/edit#gid=360032390',\n color: 'highlight.b03',\n },\n {\n name: 'Source',\n value: 'Wiki',\n href: 'https://wiki.ringcentral.com/pages/viewpage.action?pageId=424536658',\n color: 'content.brand',\n },\n ],\n};\n",locationsMap:{palette:{startLoc:{col:30,line:141},endLoc:{col:1,line:174},startBody:{col:30,line:141},endBody:{col:1,line:174}}}}},title:"🔧 Foundation/Palette"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,titleVariants=["display1","headline1"],Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: calc(100vh - 40px - 0.7rem);\n"],["\n display: flex;\n flex-direction: column;\n height: calc(100vh - 40px - 0.7rem);\n"]))),Wrapper=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n flex: 1 1 ",";\n max-width: ",";\n min-width: ",";\n padding: 1%;\n box-sizing: border-box;\n"],["\n display: inline-flex;\n flex: 1 1 ",";\n max-width: ",";\n min-width: ",";\n padding: 1%;\n box-sizing: border-box;\n"])),"245px","245px","245px"),ColorWrapper=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(4)),ColorDiv=juno_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n background: ",";\n width: 48px;\n height: 48px;\n border-radius: ",";\n display: inline-block;\n"],["\n background: ",";\n width: 48px;\n height: 48px;\n border-radius: ",";\n display: inline-block;\n"])),(function(_a){return _a.color}),juno_1.radius("md")),InfoWrapper=juno_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n"],["\n margin-left: ",";\n"])),juno_1.spacing(2)),getColorArr=function(parent,parentKey,layer,searchText){void 0===parentKey&&(parentKey=""),void 0===layer&&(layer=0);var renderArr=[];return Object.entries(parent).forEach((function(_a){var _b=tslib_1.__read(_a,2),key=_b[0],value=_b[1];switch(typeof value){case"string":var itemKey=parentKey?parentKey+"."+key:key,_searchText=searchText.toLocaleLowerCase();if(!juno_storybook_1.isValidPalettes(itemKey)||searchText&&!itemKey.toLocaleLowerCase().includes(_searchText)&&!value.toLocaleLowerCase().includes(_searchText))return;var item=react_1.default.createElement(Wrapper,{key:itemKey},react_1.default.createElement(ColorDiv,{color:value}),react_1.default.createElement(InfoWrapper,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},itemKey),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f05"},value)));if(0===layer){renderArr.push(react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",key:itemKey+"_title",variant:titleVariants[layer]},itemKey),react_1.default.createElement(ColorWrapper,{key:itemKey+"wrapper"},item));break}renderArr.push(item);break;case"object":var renderValue=parentKey+(parentKey?".":"")+key,items=getColorArr(value,key,layer+1,searchText);items.length>0&&(renderArr.push(react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",key:renderValue,variant:titleVariants[layer]},renderValue)),renderArr.push(react_1.default.createElement(ColorWrapper,{key:renderValue+"wrapper"},items)))}})),renderArr};exports.Palette=function(){var _a=tslib_1.__read(react_1.useState(""),2),filterText=_a[0],setFilterText=_a[1],palette=juno_1.useTheme().palette,colorItems=react_1.useMemo((function(){return getColorArr(palette,void 0,void 0,filterText)}),[filterText,palette]),onChange=react_1.useCallback((function(e){setFilterText(e.target.value)}),[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Container,null,react_1.default.createElement(juno_1.RcTextField,{value:filterText,variant:"outline",gutterBottom:!0,fullWidth:!0,placeholder:"Search color token or color value",onChange}),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto",overflow:"auto"},colorItems)))},exports.Palette.parameters={tags:[{name:"Source",value:"Token Sheet",href:"https://docs.google.com/spreadsheets/d/1eGJAib2seE1AMIReWVtbGJAhQppQNVfU49rct8a6CKk/edit#gid=0"},{name:"Source",value:"New vs Old",href:"https://docs.google.com/spreadsheets/d/1BYZUI2aDwLyvizO45tpQNylpVpMIkmeWLSz4geeuTP0/edit#gid=360032390",color:"highlight.b03"},{name:"Source",value:"Wiki",href:"https://wiki.ringcentral.com/pages/viewpage.action?pageId=424536658",color:"content.brand"}]}},"./packages/juno-core/src/foundation/__stories__/Spacing.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { css, RcGrid, RcTypography, spacing, styled } from '@ringcentral/juno';\n\nexport default {\n title: '🔧 Foundation/Spacing',\n};\n\nconst items = [\n {\n color: '#ef99b7',\n count: 1,\n },\n {\n color: '#79ecfa',\n count: 2,\n },\n {\n color: '#e479f7',\n count: 3,\n },\n {\n color: '#f8a58b',\n count: 4,\n },\n {\n color: '#91a0f9',\n count: 5,\n },\n {\n color: '#f9cf7a',\n count: 6,\n },\n {\n color: '#79d7e4',\n count: 8,\n },\n {\n color: '#79c4be',\n count: 10,\n },\n {\n color: '#a88ec9',\n count: 12,\n },\n];\n\ntype SpaceItemProps = { vertical?: boolean } & typeof items[number];\n\nconst defaultSize = '100px';\n\nconst SpaceItem = styled.div`\n background: ${({ color }) => color};\n ${({ vertical, count }) => {\n if (vertical) {\n return css`\n width: ${defaultSize};\n height: ${spacing(count)};\n `;\n }\n return css`\n margin-right: 30px;\n width: ${spacing(count)};\n height: ${defaultSize};\n `;\n }}\n`;\n\nconst FlexContainer = styled.div`\n display: flex;\n align-items: center;\n margin-bottom: 15px;\n span {\n margin-left: 10px;\n }\n`;\n\nexport const Spacing = () => {\n return (\n \n \n {items.map((item) => {\n return (\n \n \n \n \n spacing({item.count})\n \n \n {item.count * 4}px\n \n \n \n );\n })}\n \n \n \n {items.map((item) => {\n return ;\n })}\n \n \n \n );\n};\n",locationsMap:{spacing:{startLoc:{col:23,line:78},endLoc:{col:1,line:107},startBody:{col:23,line:78},endBody:{col:1,line:107}}}}},title:"🔧 Foundation/Spacing"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,items=[{color:"#ef99b7",count:1},{color:"#79ecfa",count:2},{color:"#e479f7",count:3},{color:"#f8a58b",count:4},{color:"#91a0f9",count:5},{color:"#f9cf7a",count:6},{color:"#79d7e4",count:8},{color:"#79c4be",count:10},{color:"#a88ec9",count:12}],SpaceItem=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n background: ",";\n ","\n"],["\n background: ",";\n ","\n"])),(function(_a){return _a.color}),(function(_a){var vertical=_a.vertical,count=_a.count;return vertical?juno_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),"100px",juno_1.spacing(count)):juno_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-right: 30px;\n width: ",";\n height: ",";\n "],["\n margin-right: 30px;\n width: ",";\n height: ",";\n "])),juno_1.spacing(count),"100px")})),FlexContainer=juno_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-bottom: 15px;\n span {\n margin-left: 10px;\n }\n"],["\n display: flex;\n align-items: center;\n margin-bottom: 15px;\n span {\n margin-left: 10px;\n }\n"])));exports.Spacing=function(){return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:4},items.map((function(item){return react_1.default.createElement(FlexContainer,{key:item.color},react_1.default.createElement(SpaceItem,tslib_1.__assign({},item,{vertical:!0})),react_1.default.createElement("span",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.b06"},"spacing(",item.count,")"),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},4*item.count,"px")))}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:8},react_1.default.createElement(FlexContainer,null,items.map((function(item){return react_1.default.createElement(SpaceItem,tslib_1.__assign({key:item.color},item))})))))}},"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n RcButton,\n RcResponsive,\n RcTypography,\n styled,\n withResponsive,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/HoC/withResponsive',\n} as Meta;\n\nconst ResizeWrapper = styled.div`\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n`;\n\nconst ResponsiveButton = withResponsive(RcButton, ['size']);\n\nexport const WithResponsive: Story = () => {\n const ref = useRef(null);\n return (\n <>\n \n If you want to make duplicate component can responsive size such as\n listItemActions, this hook is better than 'withResponsive'. Because\n there is no need to double count the matched size\n \n \n \n \n lg: 'large', md: 'medium', sm: 'small', xs: hidden,\n \n \n resize\n \n \n \n \n );\n};\n\nWithResponsive.storyName = 'withResponsive';\n\nWithResponsive.args = {};\n\nWithResponsive.argTypes = {};\n\nWithResponsive.parameters = {};\n",locationsMap:{"with-responsive":{startLoc:{col:37,line:28},endLoc:{col:1,line:52},startBody:{col:37,line:28},endBody:{col:1,line:52}}}}},title:"🔧 Foundation/HoC/withResponsive"};var templateObject_1,ResizeWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"],["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"]))),ResponsiveButton=juno_1.withResponsive(juno_1.RcButton,["size"]);exports.WithResponsive=function(){var ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02"},"If you want to make duplicate component can responsive size such as listItemActions, this hook is better than 'withResponsive'. Because there is no need to double count the matched size"),react_1.default.createElement(juno_1.RcResponsive,{responsiveTarget:ref},react_1.default.createElement(ResizeWrapper,{ref},react_1.default.createElement(juno_1.RcTypography,null,"lg: 'large', md: 'medium', sm: 'small', xs: hidden,"),react_1.default.createElement(ResponsiveButton,{hiddenPatterns:"xs",size:["medium.md","small.sm","large.lg"]},"resize"))))},exports.WithResponsive.storyName="withResponsive",exports.WithResponsive.args={},exports.WithResponsive.argTypes={},exports.WithResponsive.parameters={}},"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcBox, RcButton, useAnnouncer } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useAnnouncer',\n argTypes: {},\n} as Meta;\n\nexport const SimpleAnnouncer: Story<{}> = () => {\n const announce = useAnnouncer('simpleId');\n const [announceTimes, setAnnounceTimes] = useState(0);\n\n const handleClick = () => {\n setAnnounceTimes(announceTimes + 1);\n announce(`You click \"Announce\" button ${announceTimes} times`);\n };\n\n return (\n \n Please enable the Screen Reader, and click the \"Announce\" button.\n
    For example, Mac: VoiceOver; Windows: NVDA;\n
    \n
    \n Announcement: You click \"Announce\" button {announceTimes} times\n
    \n
    \n Announce\n
    \n );\n};\n\nSimpleAnnouncer.args = {};\nSimpleAnnouncer.storyName = 'useAnnouncer';\n",locationsMap:{"simple-announcer":{startLoc:{col:42,line:11},endLoc:{col:1,line:32},startBody:{col:42,line:11},endBody:{col:1,line:32}}}}},title:"🔧 Foundation/Hooks/useAnnouncer",argTypes:{}},exports.SimpleAnnouncer=function(){var announce=juno_1.useAnnouncer("simpleId"),_a=tslib_1.__read(react_1.useState(0),2),announceTimes=_a[0],setAnnounceTimes=_a[1];return react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06"},'Please enable the Screen Reader, and click the "Announce" button.',react_1.default.createElement("br",null)," For example, Mac: VoiceOver; Windows: NVDA;",react_1.default.createElement("br",null),react_1.default.createElement("br",null),'Announcement: You click "Announce" button ',announceTimes," times",react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setAnnounceTimes(announceTimes+1),announce('You click "Announce" button '+announceTimes+" times")}},"Announce"))},exports.SimpleAnnouncer.args={},exports.SimpleAnnouncer.storyName="useAnnouncer"},"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcIconButton, useAudio } from '@ringcentral/juno';\nimport { PauseCircleBorder, PlayCircleBorder } from '@ringcentral/juno-icon';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useAudio',\n argTypes: {},\n} as Meta;\n\nexport const SimpleAnnouncer: Story<{}> = () => {\n const audio = useAudio((instance) => {\n instance.src =\n 'https://www.bensound.com/bensound-music/bensound-ukulele.mp3';\n });\n\n const [isPlaying, setIsPlaying] = useState(false);\n\n return (\n {\n setIsPlaying(!isPlaying);\n if (isPlaying) {\n audio.pause();\n } else {\n \n await audio.play();\n }\n }}\n />\n );\n};\n\nSimpleAnnouncer.args = {};\nSimpleAnnouncer.storyName = 'useAudio';\n",locationsMap:{"simple-announcer":{startLoc:{col:42,line:12},endLoc:{col:1,line:39},startBody:{col:42,line:12},endBody:{col:1,line:39}}}}},title:"🔧 Foundation/Hooks/useAudio",argTypes:{}},exports.SimpleAnnouncer=function(){var audio=juno_1.useAudio((function(instance){instance.src="https://www.bensound.com/bensound-music/bensound-ukulele.mp3"})),_a=tslib_1.__read(react_1.useState(!1),2),isPlaying=_a[0],setIsPlaying=_a[1];return react_1.default.createElement(juno_1.RcIconButton,{size:"medium",variant:"contained",CircularProgressProps:{color:"inherit"},stretchIcon:!0,color:"interactive.b02",symbol:isPlaying?juno_icon_1.PauseCircleBorder:juno_icon_1.PlayCircleBorder,onClick:function(){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return setIsPlaying(!isPlaying),isPlaying?(audio.pause(),[3,3]):[3,1];case 1:return[4,audio.play()];case 2:_a.sent(),_a.label=3;case 3:return[2]}}))}))}})},exports.SimpleAnnouncer.args={},exports.SimpleAnnouncer.storyName="useAudio"},"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcButton, useDebounce } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useDebounce',\n argTypes: {},\n} as Meta;\n\nexport const useDebounceExample: Story<{}> = () => {\n const debounceFn = useDebounce((value: number) => {\n alert(`trigger event after 1000ms debounce, get value: ${value}`);\n return 50;\n }, 1000);\n\n const handleClick = () => {\n console.log('click');\n debounceFn(9999);\n };\n\n return (\n <>\n Trigger event(debounce 1000ms)\n
    \n {\n debounceFn.cancel();\n }}\n >\n cancel\n \n
    \n {\n console.log(debounceFn.flush());\n }}\n >\n flush (trigger pending event inimitably)\n \n \n );\n};\n\nuseDebounceExample.args = {};\nuseDebounceExample.storyName = 'useDebounce';\n",locationsMap:{"use-debounce-example":{startLoc:{col:45,line:11},endLoc:{col:1,line:45},startBody:{col:45,line:11},endBody:{col:1,line:45}}}}},title:"🔧 Foundation/Hooks/useDebounce",argTypes:{}},exports.useDebounceExample=function(){var debounceFn=juno_1.useDebounce((function(value){return alert("trigger event after 1000ms debounce, get value: "+value),50}),1e3);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){console.log("click"),debounceFn(9999)}},"Trigger event(debounce 1000ms)"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){debounceFn.cancel()}},"cancel"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"success.b04",onClick:function(){console.log(debounceFn.flush())}},"flush (trigger pending event inimitably)"))},exports.useDebounceExample.args={},exports.useDebounceExample.storyName="useDebounce"},"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport { RcBox, RcButton, RcText, useEventListener } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useEventListener',\n argTypes: {},\n} as Meta;\n\nexport const UseEventListenerExample: Story<{}> = () => {\n const ref = useRef(null);\n\n const listener = useEventListener(ref, 'click', () =>\n console.log('trigger event'),\n );\n\n const keydownListener = useEventListener(\n window,\n 'keyup',\n (e: KeyboardEvent) => console.log('window key up', e.key),\n );\n\n return (\n <>\n \n Click Button that event bind with{' '}\n <RcText highlight>useEventListener</RcText>\n \n Click\n
    \n
    \n \n listener.listen()}>Listen again{' '}\n listener.remove()}>Remove listen\n \n
    \n
    \n \n keydown in this window that event bind with{' '}\n <RcText highlight>useEventListener</RcText>\n \n \n keydownListener.listen()}>\n Listen again\n {' '}\n keydownListener.remove()}>\n Remove listen\n \n \n \n );\n};\n\nUseEventListenerExample.args = {};\nUseEventListenerExample.storyName = 'useEventListener';\n",locationsMap:{"use-event-listener-example":{startLoc:{col:50,line:12},endLoc:{col:1,line:54},startBody:{col:50,line:12},endBody:{col:1,line:54}}}}},title:"🔧 Foundation/Hooks/useEventListener",argTypes:{}},exports.UseEventListenerExample=function(){var ref=react_1.useRef(null),listener=juno_1.useEventListener(ref,"click",(function(){return console.log("trigger event")})),keydownListener=juno_1.useEventListener(window,"keyup",(function(e){return console.log("window key up",e.key)}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Click Button that event bind with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useEventListener")),react_1.default.createElement(juno_1.RcButton,{ref},"Click"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{textAlign:"right"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return listener.listen()}},"Listen again")," ",react_1.default.createElement(juno_1.RcButton,{onClick:function(){return listener.remove()}},"Remove listen")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"keydown in this window that event bind with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useEventListener")),react_1.default.createElement(juno_1.RcBox,{textAlign:"right"},react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){return keydownListener.listen()}},"Listen again")," ",react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){return keydownListener.remove()}},"Remove listen")))},exports.UseEventListenerExample.args={},exports.UseEventListenerExample.storyName="useEventListener"},"./packages/juno-core/src/foundation/hooks/useEver/__stories__/useEver.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useCallback, useRef, useState } from 'react';\n\nimport { MenuItem } from '@material-ui/core';\nimport { RcButton, RcMenu, useEver } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useEver',\n argTypes: {},\n} as Meta;\n\nexport const useOnReRenderExample: Story<{}> = () => {\n const buttonRef = useRef(null);\n const [open, setOpen] = useState(false);\n const isEverOpen = useEver(open);\n\n const handleToggleButtonClick = useCallback(() => {\n setOpen(!open);\n }, [open]);\n\n const handleMenuClose = useCallback(() => {\n setOpen(false);\n }, []);\n\n return (\n <>\n \n Return true when the value ever to be `you want value` once. Useful for\n optimizing the first screen rendering.\n \n open: {open ? 'true' : 'false'}\n isEverOpen: {isEverOpen ? 'true' : 'false'}\n \n Toggle\n \n {isEverOpen && (\n \n Item 1\n Item 2\n Item 3\n \n )}\n \n );\n};\n\nuseOnReRenderExample.args = {};\nuseOnReRenderExample.storyName = 'useEver';\n",locationsMap:{"use-on-re-render-example":{startLoc:{col:47,line:13},endLoc:{col:1,line:50},startBody:{col:47,line:13},endBody:{col:1,line:50}}}}},title:"🔧 Foundation/Hooks/useEver",argTypes:{}},exports.useOnReRenderExample=function(){var buttonRef=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],isEverOpen=juno_1.useEver(open),handleToggleButtonClick=react_1.useCallback((function(){setOpen(!open)}),[open]),handleMenuClose=react_1.useCallback((function(){setOpen(!1)}),[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Return true when the value ever to be `you want value` once. Useful for optimizing the first screen rendering."),react_1.default.createElement(juno_storybook_1.Title,null,"open: ",open?"true":"false"),react_1.default.createElement(juno_storybook_1.Title,null,"isEverOpen: ",isEverOpen?"true":"false"),react_1.default.createElement(juno_1.RcButton,{ref:buttonRef,onClick:handleToggleButtonClick},"Toggle"),isEverOpen&&react_1.default.createElement(juno_1.RcMenu,{open,anchorEl:buttonRef.current,onClose:handleMenuClose},react_1.default.createElement(core_1.MenuItem,null,"Item 1"),react_1.default.createElement(core_1.MenuItem,null,"Item 2"),react_1.default.createElement(core_1.MenuItem,null,"Item 3")))},exports.useOnReRenderExample.args={},exports.useOnReRenderExample.storyName="useEver"},"./packages/juno-core/src/foundation/hooks/useFocusInside/__stories__/useFocusInside.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useEffect, useRef } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcTypography,\n RcAvatar,\n RcBox,\n RcText,\n useFocusInside,\n} from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useFocusInside',\n argTypes: {},\n} as Meta;\n\nexport const useFocusInsideExample: Story<{}> = () => {\n const containerRef = useRef(null);\n const focusInside = useFocusInside({ containerRef });\n\n useEffect(() => {\n // just simulate focus first element, then focus will move inside the container\n const container = containerRef.current;\n container?.querySelector('[data-focusable]')?.focus();\n }, []);\n\n return (\n <>\n \n Focus will alway inside the container with{' '}\n <RcText highlight>useFocusInside</RcText>\n <br />\n <br />\n use tab to switch focus, will alway keep inside container{' '}\n \n \n {focusInside.start}\n {range(10).map((i) => {\n return (\n \n {`${i}`}\n \n );\n })}\n {focusInside.end}\n \n \n );\n};\n\nuseFocusInsideExample.args = {};\nuseFocusInsideExample.storyName = 'useFocusInside';\n",locationsMap:{"use-focus-inside-example":{startLoc:{col:48,line:20},endLoc:{col:1,line:60},startBody:{col:48,line:20},endBody:{col:1,line:60}}}}},title:"🔧 Foundation/Hooks/useFocusInside",argTypes:{}},exports.useFocusInsideExample=function(){var containerRef=react_1.useRef(null),focusInside=juno_1.useFocusInside({containerRef});return react_1.useEffect((function(){var _a,container=containerRef.current;null===(_a=null==container?void 0:container.querySelector("[data-focusable]"))||void 0===_a||_a.focus()}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Focus will alway inside the container with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useFocusInside"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),"use tab to switch focus, will alway keep inside container"," "),react_1.default.createElement(juno_1.RcBox,{ref:containerRef,display:"flex",width:"100%",flexWrap:"wrap",border:"1px solid blue",padding:"16px",maxWidth:"400px"},focusInside.start,range_1.default(10).map((function(i){return react_1.default.createElement(juno_1.RcAvatar,{key:i,"data-focusable":!0,clickable:!0},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},""+i))})),focusInside.end))},exports.useFocusInsideExample.args={},exports.useFocusInsideExample.storyName="useFocusInside"},"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport { RcButton, useForceUpdate } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useForceUpdate',\n argTypes: {},\n} as Meta;\n\nexport const useForceUpdateExample: Story<{}> = () => {\n const forceUpdate = useForceUpdate();\n\n const count = useRef(0);\n\n count.current++;\n\n return (\n <>\n Trigger force update\n Render times: {count.current}\n
    \n
    \n \n Event you trigger forceUpdate many time, that will only trigger update\n once\n \n {\n forceUpdate();\n forceUpdate();\n forceUpdate();\n forceUpdate();\n forceUpdate();\n forceUpdate();\n }}\n >\n Render times: {count.current}\n \n \n );\n};\n\nuseForceUpdateExample.args = {};\nuseForceUpdateExample.storyName = 'useForceUpdate';\n",locationsMap:{"use-force-update-example":{startLoc:{col:48,line:12},endLoc:{col:1,line:43},startBody:{col:48,line:12},endBody:{col:1,line:43}}}}},title:"🔧 Foundation/Hooks/useForceUpdate",argTypes:{}},exports.useForceUpdateExample=function(){var forceUpdate=juno_1.useForceUpdate(),count=react_1.useRef(0);return count.current++,react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Trigger force update"),react_1.default.createElement(juno_1.RcButton,{onClick:forceUpdate},"Render times: ",count.current),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Event you trigger forceUpdate many time, that will only trigger update once"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){forceUpdate(),forceUpdate(),forceUpdate(),forceUpdate(),forceUpdate(),forceUpdate()}},"Render times: ",count.current))},exports.useForceUpdateExample.args={},exports.useForceUpdateExample.storyName="useForceUpdate"},"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useEffect, useRef } from 'react';\n\nimport { useForkRef } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useForkRef',\n argTypes: {},\n} as Meta;\n\nexport const useForkRefExample: Story<{}> = () => {\n const refA = useRef(null);\n const refB = useRef(null);\n\n const ref = useForkRef(refA, refB);\n\n useEffect(() => {\n console.log('refA', refA); // get that current div dom\n console.log('refB', refB); // also get that current div dom\n }, []);\n\n return (\n
    \n view console to get ref value\n
    \n );\n};\n\nuseForkRefExample.args = {};\nuseForkRefExample.storyName = 'useForkRef';\n",locationsMap:{"use-fork-ref-example":{startLoc:{col:44,line:12},endLoc:{col:1,line:28},startBody:{col:44,line:12},endBody:{col:1,line:28}}}}},title:"🔧 Foundation/Hooks/useForkRef",argTypes:{}},exports.useForkRefExample=function(){var refA=react_1.useRef(null),refB=react_1.useRef(null),ref=juno_1.useForkRef(refA,refB);return react_1.useEffect((function(){console.log("refA",refA),console.log("refB",refB)}),[]),react_1.default.createElement("div",{ref},react_1.default.createElement(juno_storybook_1.Title,null,"view console to get ref value"))},exports.useForkRefExample.args={},exports.useForkRefExample.storyName="useForkRef"},"./packages/juno-core/src/foundation/hooks/useGlobalListener/__stories__/useGlobalListener.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"\nimport React, { useEffect, useRef, useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcSlide,\n RcText,\n RcTypography,\n useForceUpdate,\n useGlobalListener,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useGlobalListener',\n argTypes: {},\n} as Meta;\n\nexport const UseGlobalListenerExample: Story<{}> = () => {\n const [events, setEvents] = useState([]);\n const boxRef = useRef(null);\n function addLog(message: string) {\n console.log(message);\n setEvents([`${events.length + 1}. ${message}`, ...events]);\n }\n\n const blur1 = useGlobalListener('blur', () => addLog('blur event1'));\n const blur2 = useGlobalListener('blur', () => addLog('blur event2'));\n const blur3 = useGlobalListener('blur', () => addLog('blur event3'));\n\n useGlobalListener(\n 'touchend',\n () => addLog('touchend'),\n {\n passive: false,\n },\n { target: boxRef, customKey: 'box-touchend' },\n );\n\n const focus = useGlobalListener(\n 'focus',\n () => {\n addLog('focus event');\n },\n { target: window },\n );\n\n const forceUpdate = useForceUpdate();\n\n useEffect(() => {\n // first forceUpdate for make that listening state show correctly\n forceUpdate();\n \n }, []);\n\n return (\n <>\n \n change page focus state to view how that work, you can use{' '}\n getEventListeners(window) to view state\n change after remove all listeners or add new listeners\n \n \n {\n focus.state.listening ? focus.remove() : focus.listen();\n forceUpdate();\n }}\n >\n {focus.state.listening ? 'focus listening' : 'focus un listening'}\n {' '}\n {\n blur1.state.listening ? blur1.remove() : blur1.listen();\n forceUpdate();\n }}\n >\n {blur1.state.listening ? 'blur1 listening' : 'blur1 un listening'}\n {' '}\n {\n blur2.state.listening ? blur2.remove() : blur2.listen();\n forceUpdate();\n }}\n >\n {blur2.state.listening ? 'blur2 listening' : 'blur2 un listening'}\n {' '}\n {\n blur3.state.listening ? blur3.remove() : blur3.listen();\n forceUpdate();\n }}\n >\n {blur3.state.listening ? 'blur3 listening' : 'blur3 un listening'}\n \n \n\n \n {events.map((event) => (\n \n {event}\n \n ))}\n \n \n );\n};\n\nUseGlobalListenerExample.args = {};\nUseGlobalListenerExample.storyName = 'useGlobalListener';\n",locationsMap:{"use-global-listener-example":{startLoc:{col:51,line:20},endLoc:{col:1,line:112},startBody:{col:51,line:20},endBody:{col:1,line:112}}}}},title:"🔧 Foundation/Hooks/useGlobalListener",argTypes:{}},exports.UseGlobalListenerExample=function(){var _a=tslib_1.__read(react_1.useState([]),2),events=_a[0],setEvents=_a[1],boxRef=react_1.useRef(null);function addLog(message){console.log(message),setEvents(tslib_1.__spread([events.length+1+". "+message],events))}var blur1=juno_1.useGlobalListener("blur",(function(){return addLog("blur event1")})),blur2=juno_1.useGlobalListener("blur",(function(){return addLog("blur event2")})),blur3=juno_1.useGlobalListener("blur",(function(){return addLog("blur event3")}));juno_1.useGlobalListener("touchend",(function(){return addLog("touchend")}),{passive:!1},{target:boxRef,customKey:"box-touchend"});var focus=juno_1.useGlobalListener("focus",(function(){addLog("focus event")}),{target:window}),forceUpdate=juno_1.useForceUpdate();return react_1.useEffect((function(){forceUpdate()}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"change page focus state to view how that work, you can use"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"getEventListeners(window)")," to view state change after remove all listeners or add new listeners"),react_1.default.createElement(juno_1.RcBox,{textAlign:"right",ref:boxRef},react_1.default.createElement(juno_1.RcButton,{color:focus.state.listening?"success.b04":"danger.b04",onClick:function(){focus.state.listening?focus.remove():focus.listen(),forceUpdate()}},focus.state.listening?"focus listening":"focus un listening")," ",react_1.default.createElement(juno_1.RcButton,{color:blur1.state.listening?"success.b04":"danger.b04",onClick:function(){blur1.state.listening?blur1.remove():blur1.listen(),forceUpdate()}},blur1.state.listening?"blur1 listening":"blur1 un listening")," ",react_1.default.createElement(juno_1.RcButton,{color:blur2.state.listening?"success.b04":"danger.b04",onClick:function(){blur2.state.listening?blur2.remove():blur2.listen(),forceUpdate()}},blur2.state.listening?"blur2 listening":"blur2 un listening")," ",react_1.default.createElement(juno_1.RcButton,{color:blur3.state.listening?"success.b04":"danger.b04",onClick:function(){blur3.state.listening?blur3.remove():blur3.listen(),forceUpdate()}},blur3.state.listening?"blur3 listening":"blur3 un listening")),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},events.map((function(event){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:event,direction:"left"},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},event))}))))},exports.UseGlobalListenerExample.args={},exports.UseGlobalListenerExample.storyName="useGlobalListener"},"./packages/juno-core/src/foundation/hooks/useHiddenTabindex/__stories__/useHiddenTabindex.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n palette2,\n RcButton,\n styled,\n useHiddenTabindex,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useHiddenTabindex',\n argTypes: {},\n} as Meta;\n\nconst Item = styled.div`\n height: 100px;\n width: 100px;\n &[tabindex='-1'] {\n background-color: ${palette2('interactive', 'b01')};\n }\n`;\n\nexport const useHiddenTabindexExample: Story<{}> = () => {\n const hiddenRef = useRef(null);\n const buttonRef = useRef(null);\n\n const events = useHiddenTabindex(hiddenRef);\n\n return (\n <>\n {\n buttonRef.current?.focus();\n }}\n />\n \n focus\n \n \n );\n};\n\nuseHiddenTabindexExample.args = {};\nuseHiddenTabindexExample.storyName = 'useHiddenTabindex';\n",locationsMap:{"use-hidden-tabindex-example":{startLoc:{col:51,line:24},endLoc:{col:1,line:43},startBody:{col:51,line:24},endBody:{col:1,line:43}}}}},title:"🔧 Foundation/Hooks/useHiddenTabindex",argTypes:{}};var templateObject_1,Item=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 100px;\n width: 100px;\n &[tabindex='-1'] {\n background-color: ",";\n }\n"],["\n height: 100px;\n width: 100px;\n &[tabindex='-1'] {\n background-color: ",";\n }\n"])),juno_1.palette2("interactive","b01"));exports.useHiddenTabindexExample=function(){var hiddenRef=react_1.useRef(null),buttonRef=react_1.useRef(null),events=juno_1.useHiddenTabindex(hiddenRef);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Item,{ref:hiddenRef,onFocus:function(){var _a;null===(_a=buttonRef.current)||void 0===_a||_a.focus()}}),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({ref:buttonRef},events),"focus"))},exports.useHiddenTabindexExample.args={},exports.useHiddenTabindexExample.storyName="useHiddenTabindex"},"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { useId } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useId',\n argTypes: {},\n} as Meta;\n\nexport const useIdExample: Story<{}> = () => {\n const id = useId();\n const id2 = useId();\n const customId = useId('custom-prefix', true);\n const customId2 = useId('custom-prefix', true);\n\n return (\n <>\n \n useId provide you a unique id, id will auto increase for each call,\n <br />\n That will be helpful when you want a unique id\n \n
    \n
    \n Default: {id}\n Default: {id2}\n
    \n
    \n CustomPrefix: {customId}\n CustomPrefix: {customId2}\n \n );\n};\n\nuseIdExample.args = {};\nuseIdExample.storyName = 'useId';\n",locationsMap:{"use-id-example":{startLoc:{col:39,line:12},endLoc:{col:1,line:35},startBody:{col:39,line:12},endBody:{col:1,line:35}}}}},title:"🔧 Foundation/Hooks/useId",argTypes:{}},exports.useIdExample=function(){var id=juno_1.useId(),id2=juno_1.useId(),customId=juno_1.useId("custom-prefix",!0),customId2=juno_1.useId("custom-prefix",!0);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"useId provide you a unique id, id will auto increase for each call,",react_1.default.createElement("br",null),"That will be helpful when you want a unique id"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Default: ",id),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Default: ",id2),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"CustomPrefix: ",customId),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"CustomPrefix: ",customId2))},exports.useIdExample.args={},exports.useIdExample.storyName="useId"},"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcButton, useInterval } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useInterval',\n argTypes: {},\n} as Meta;\n\nexport const useRetryExample: Story<{}> = () => {\n const [times, setTimes] = useState(0);\n\n const { cancel, play, pause, getRunning } = useInterval((t) => {\n console.log('current times from 0', t);\n setTimes(t);\n }, 1000);\n\n return (\n <>\n pause()} color=\"warning.b03\">\n Pause\n \n play()} color=\"success.b04\">\n Continue\n \n {\n cancel();\n setTimes(0);\n }}\n color=\"danger.b03\"\n >\n Cancel\n \n {\n \n alert(`current interval running state is ${getRunning()}`);\n }}\n >\n Get Running State\n \n {times}\n \n );\n};\n\nuseRetryExample.args = {};\nuseRetryExample.storyName = 'useInterval';\n",locationsMap:{"use-retry-example":{startLoc:{col:42,line:12},endLoc:{col:1,line:48},startBody:{col:42,line:12},endBody:{col:1,line:48}}}}},title:"🔧 Foundation/Hooks/useInterval",argTypes:{}},exports.useRetryExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),times=_a[0],setTimes=_a[1],_b=juno_1.useInterval((function(t){console.log("current times from 0",t),setTimes(t)}),1e3),cancel=_b.cancel,play=_b.play,pause=_b.pause,getRunning=_b.getRunning;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return pause()},color:"warning.b03"},"Pause"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return play()},color:"success.b04"},"Continue"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){cancel(),setTimes(0)},color:"danger.b03"},"Cancel"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){alert("current interval running state is "+getRunning())}},"Get Running State"),react_1.default.createElement(juno_storybook_1.Title,null,times))},exports.useRetryExample.args={},exports.useRetryExample.storyName="useInterval"},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcText, RcTextField, useKeyDownOnce } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useKeyDownOnce',\n argTypes: {},\n} as Meta;\n\nexport const useKeyDownOnceExample: Story<{}> = () => {\n const [count, setCount] = useState(0);\n const originEvents = {\n onKeyDown: (e: React.KeyboardEvent) => {\n console.log('onKeyDown', e);\n setCount(count + 1);\n },\n onKeyUp: (e: React.KeyboardEvent) => {\n console.log('onKeyUp', e);\n },\n };\n\n const events = useKeyDownOnce(['1', '2', '3'], originEvents);\n\n return (\n <>\n \n Trigger onKeyDown once time when hold press on key(1,2,3), others will\n not trigger event\n \n Trigger keydown many time\n
    \n
    \n \n Trigger onKeyDown many time when hold press on key\n \n Trigger keydown only once\n Trigger times: {count}\n \n );\n};\n\nuseKeyDownOnceExample.args = {};\nuseKeyDownOnceExample.storyName = 'useKeyDownOnce';\n",locationsMap:{"use-key-down-once-example":{startLoc:{col:48,line:12},endLoc:{col:1,line:42},startBody:{col:48,line:12},endBody:{col:1,line:42}}}}},title:"🔧 Foundation/Hooks/useKeyDownOnce",argTypes:{}},exports.useKeyDownOnceExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),count=_a[0],setCount=_a[1],originEvents={onKeyDown:function(e){console.log("onKeyDown",e),setCount(count+1)},onKeyUp:function(e){console.log("onKeyUp",e)}},events=juno_1.useKeyDownOnce(["1","2","3"],originEvents);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Trigger onKeyDown once time when hold press on key(1,2,3), others will not trigger event"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},events),"Trigger keydown many time"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Trigger onKeyDown many time when hold press on key"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},originEvents),"Trigger keydown only once"),react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},"Trigger times: ",count))},exports.useKeyDownOnceExample.args={},exports.useKeyDownOnceExample.storyName="useKeyDownOnce"},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useMoveFocusedIndex.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { FunctionComponent, useLayoutEffect, useRef } from \'react\';\n\nimport range from \'lodash/range\';\n\nimport {\n RcAvatar,\n RcBox,\n RcText,\n styled,\n useKeyboardMoveFocus,\n UseKeyboardMoveFocusParams,\n useOnlyOneFocusable,\n useResultRef,\n} from \'@ringcentral/juno\';\nimport { isTestEnv, Title } from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🔧 Foundation/Hooks/useKeyboardMoveFocus\',\n argTypes: {},\n} as Meta;\n\nconst Container = styled.div<{ columns: number }>`\n width: ${({ columns }) => 32 * columns}px;\n`;\n\nconst options = range(0, 20);\n\nfunction getRandom(arr: any[], n: number) {\n const result = new Array(n);\n let len = arr.length;\n const taken = new Array(len);\n if (n > len)\n throw new RangeError(\'getRandom: more elements taken than available\');\n while (n--) {\n const x = Math.floor(Math.random() * len);\n result[n] = arr[x in taken ? taken[x] : x];\n taken[x] = --len in taken ? taken[len] : len;\n }\n return result;\n}\n\nconst Column: FunctionComponent<\n {\n title: string;\n } & Pick, \'columns\' | \'infinite\'>\n> = ({ columns = 1, infinite, title }) => {\n const focusedIndexRef = useRef(0);\n const containerRef = useRef(null);\n\n const { focusIndex, getItemProps, setIndexTabIndex } = useOnlyOneFocusable({\n focusedIndexRef,\n containerRef,\n });\n const disabledOptionsRef = useResultRef(() =>\n isTestEnv ? [2, 4, 6] : getRandom(options, 5),\n );\n\n const getOptionDisabled = (index: number) =>\n disabledOptionsRef.current.includes(index);\n\n const { onKeyFocusedIndexHandle, getNextFocusableOption } =\n useKeyboardMoveFocus({\n options,\n focusedIndexRef,\n infinite,\n columns,\n onFocusedIndexChange: (event, toIndex) => {\n focusedIndexRef.current = toIndex;\n focusIndex(toIndex);\n\n event.preventDefault();\n },\n getOptionSearchText: (option) => {\n return `${option}`;\n },\n getOptionDisabled,\n });\n\n useLayoutEffect(() => {\n const toIndex = getNextFocusableOption();\n\n if (toIndex !== focusedIndexRef.current) {\n focusedIndexRef.current = toIndex;\n setIndexTabIndex(toIndex);\n }\n \n }, []);\n\n return (\n
    \n {title}\n \n {options.map((x, index) => (\n \n {`${index}`}\n \n ))}\n \n
    \n );\n};\n\nexport const useKeyboardMoveFocusExample: Story<{}> = () => {\n return (\n <>\n \n Use keyboard to move index in the box, work with{\' \'}\n <RcText highlight>useOnlyOneFocusable</RcText>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nuseKeyboardMoveFocusExample.args = {};\nuseKeyboardMoveFocusExample.storyName = \'useKeyboardMoveFocus\';\n',locationsMap:{"use-keyboard-move-focus-example":{startLoc:{col:54,line:115},endLoc:{col:1,line:144},startBody:{col:54,line:115},endBody:{col:1,line:144}}}}},title:"🔧 Foundation/Hooks/useKeyboardMoveFocus",argTypes:{}};var Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n"],["\n width: ","px;\n"])),(function(_a){return 32*_a.columns})),options=range_1.default(0,20);var templateObject_1,Column=function(_a){var _b=_a.columns,columns=void 0===_b?1:_b,infinite=_a.infinite,title=_a.title,focusedIndexRef=react_1.useRef(0),containerRef=react_1.useRef(null),_c=juno_1.useOnlyOneFocusable({focusedIndexRef,containerRef}),focusIndex=_c.focusIndex,getItemProps=_c.getItemProps,setIndexTabIndex=_c.setIndexTabIndex,disabledOptionsRef=juno_1.useResultRef((function(){return juno_storybook_1.isTestEnv?[2,4,6]:function getRandom(arr,n){var result=new Array(n),len=arr.length,taken=new Array(len);if(n>len)throw new RangeError("getRandom: more elements taken than available");for(;n--;){var x=Math.floor(Math.random()*len);result[n]=arr[x in taken?taken[x]:x],taken[x]=--len in taken?taken[len]:len}return result}(options,5)})),getOptionDisabled=function(index){return disabledOptionsRef.current.includes(index)},_d=juno_1.useKeyboardMoveFocus({options,focusedIndexRef,infinite,columns,onFocusedIndexChange:function(event,toIndex){focusedIndexRef.current=toIndex,focusIndex(toIndex),event.preventDefault()},getOptionSearchText:function(option){return""+option},getOptionDisabled}),onKeyFocusedIndexHandle=_d.onKeyFocusedIndexHandle,getNextFocusableOption=_d.getNextFocusableOption;return react_1.useLayoutEffect((function(){var toIndex=getNextFocusableOption();toIndex!==focusedIndexRef.current&&(focusedIndexRef.current=toIndex,setIndexTabIndex(toIndex))}),[]),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,title),react_1.default.createElement(Container,{ref:containerRef,columns,onKeyDown:onKeyFocusedIndexHandle},options.map((function(x,index){return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({key:x,clickable:!0,size:"xsmall",color:"avatar.global",disabled:getOptionDisabled(index)},getItemProps(index)),""+index)}))))};exports.useKeyboardMoveFocusExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Use keyboard to move index in the box, work with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useOnlyOneFocusable")),react_1.default.createElement(juno_1.RcBox,{display:"flex",width:"100%",justifyContent:"space-around",flexWrap:"wrap"},react_1.default.createElement(Column,{columns:1,title:"1 column(non infinite)"}),react_1.default.createElement(Column,{columns:1,infinite:!0,title:"1 columns"}),react_1.default.createElement(Column,{columns:2,infinite:!0,title:"2 columns"}),react_1.default.createElement(Column,{columns:2,infinite:"order",title:"2 columns(order mode)"}),react_1.default.createElement(Column,{columns:3,infinite:!0,title:"3 columns"}),react_1.default.createElement(Column,{columns:4,infinite:!0,title:"4 columns"}),react_1.default.createElement(Column,{columns:5,infinite:!0,title:"5 columns"}),react_1.default.createElement(Column,{columns:6,infinite:!0,title:"6 columns"}),react_1.default.createElement(Column,{columns:6,infinite:!0,title:"6 columns"}),react_1.default.createElement(Column,{columns:7,infinite:!0,title:"7 columns"}),react_1.default.createElement(Column,{columns:8,infinite:!0,title:"8 columns"}),react_1.default.createElement(Column,{columns:9,infinite:!0,title:"9 columns"}),react_1.default.createElement(Column,{columns:10,infinite:!0,title:"10 columns"})))},exports.useKeyboardMoveFocusExample.args={},exports.useKeyboardMoveFocusExample.storyName="useKeyboardMoveFocus"},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcIconButton,\n RcText,\n styled,\n useOnlyOneFocusable,\n} from '@ringcentral/juno';\nimport { Add } from '@ringcentral/juno-icon';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useOnlyOneFocusable',\n argTypes: {},\n} as Meta;\n\nconst Container = styled.div<{ columns: number }>`\n width: ${({ columns }) => 40 * columns}px;\n`;\n\nconst columns = 3;\n\nconst options = range(0, 8);\n\nexport const useOnlyOneFocusableExample: Story<{}> = () => {\n const focusedIndexRef = useRef(0);\n const containerRef = useRef(null);\n\n const { getItemProps } = useOnlyOneFocusable({\n focusedIndexRef,\n containerRef,\n });\n\n return (\n <>\n \n Only latest be focus item can be focus, this hook always use with{' '}\n <RcText highlight>useKeyboardMoveFocus</RcText>\n \n \n {options.map((x, index) => (\n \n ))}\n \n \n );\n};\n\nuseOnlyOneFocusableExample.args = {};\nuseOnlyOneFocusableExample.storyName = 'useOnlyOneFocusable';\n",locationsMap:{"use-only-one-focusable-example":{startLoc:{col:53,line:28},endLoc:{col:1,line:50},startBody:{col:53,line:28},endBody:{col:1,line:50}}}}},title:"🔧 Foundation/Hooks/useOnlyOneFocusable",argTypes:{}};var templateObject_1,Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n"],["\n width: ","px;\n"])),(function(_a){return 40*_a.columns})),options=range_1.default(0,8);exports.useOnlyOneFocusableExample=function(){var focusedIndexRef=react_1.useRef(0),containerRef=react_1.useRef(null),getItemProps=juno_1.useOnlyOneFocusable({focusedIndexRef,containerRef}).getItemProps;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Only latest be focus item can be focus, this hook always use with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useKeyboardMoveFocus")),react_1.default.createElement(Container,{ref:containerRef,columns:3},options.map((function(x,index){return react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({key:x,symbol:juno_icon_1.Add},getItemProps(index)))}))))},exports.useOnlyOneFocusableExample.args={},exports.useOnlyOneFocusableExample.storyName="useOnlyOneFocusable"},"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcSlide,\n RcText,\n RcTypography,\n useLongPress,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useLongPress',\n argTypes: {},\n} as Meta;\n\nexport const UseTouchMouseEventExample: Story<{}> = () => {\n const [events, setEvents] = useState([]);\n\n function addLog(message: string) {\n setEvents([`${events.length + 1}. ${message}`, ...events]);\n }\n\n const { ref, ...eventProps } = useLongPress(\n {\n onPress: (e, reason) => {\n console.log('onPress', e, reason);\n addLog(`onPress: ${reason}`);\n },\n onTap: (e, reason) => {\n console.log('onTap', e, reason);\n addLog(`onTap: ${reason}`);\n },\n },\n {},\n { delay: 1000 },\n );\n\n return (\n <>\n \n Provide longPress helper, both{' '}\n `click`/`tab`/`keydown('a11y keyboard')` will\n trigger event\n
  • - Trigger `onTap` when user action leave small than delay time.
  • \n
  • - Trigger `onPress` when action time is long than delay time.
  • \n
    \n \n Trigger event\n \n\n \n {events.map((event) => (\n \n {event}\n \n ))}\n \n \n );\n};\n\nUseTouchMouseEventExample.args = {};\nUseTouchMouseEventExample.storyName = 'useLongPress';\n",locationsMap:{"use-touch-mouse-event-example":{startLoc:{col:52,line:18},endLoc:{col:1,line:62},startBody:{col:52,line:18},endBody:{col:1,line:62}}}}},title:"🔧 Foundation/Hooks/useLongPress",argTypes:{}},exports.UseTouchMouseEventExample=function(){var _a=tslib_1.__read(react_1.useState([]),2),events=_a[0],setEvents=_a[1];function addLog(message){setEvents(tslib_1.__spread([events.length+1+". "+message],events))}var _b=juno_1.useLongPress({onPress:function(e,reason){console.log("onPress",e,reason),addLog("onPress: "+reason)},onTap:function(e,reason){console.log("onTap",e,reason),addLog("onTap: "+reason)}},{},{delay:1e3}),ref=_b.ref,eventProps=tslib_1.__rest(_b,["ref"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"Provide longPress helper, both"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"`click`/`tab`/`keydown"),"('a11y keyboard')` will trigger event",react_1.default.createElement("li",null,"- Trigger `onTap` when user action leave small than delay time."),react_1.default.createElement("li",null,"- Trigger `onPress` when action time is long than delay time.")),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({ref},eventProps),"Trigger event"),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},events.map((function(event){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:event,direction:"left"},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},event))}))))},exports.UseTouchMouseEventExample.args={},exports.UseTouchMouseEventExample.storyName="useLongPress"},"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n RcButton,\n RcText,\n useForceUpdate,\n useOnReRender,\n} from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useOnReRender',\n argTypes: {},\n} as Meta;\n\nexport const useOnReRenderExample: Story<{}> = () => {\n const count = useRef(0);\n count.current++;\n const forceUpdate = useForceUpdate();\n\n useOnReRender(() => {\n console.log(\n 'this only trigger when re-render, first time render not be trigger',\n );\n\n return () => {\n console.log('destroy also only trigger when have re-render');\n };\n });\n\n return (\n <>\n \n <RcText highlight>useOnReRender</RcText>\n only trigger when <RcText highlight>re-render</RcText>, that event will\n not trigger in first render\n \n Render times: {count.current}\n ForceRender\n \n );\n};\n\nuseOnReRenderExample.args = {};\nuseOnReRenderExample.storyName = 'useOnReRender';\n",locationsMap:{"use-on-re-render-example":{startLoc:{col:47,line:17},endLoc:{col:1,line:43},startBody:{col:47,line:17},endBody:{col:1,line:43}}}}},title:"🔧 Foundation/Hooks/useOnReRender",argTypes:{}},exports.useOnReRenderExample=function(){var count=react_1.useRef(0);count.current++;var forceUpdate=juno_1.useForceUpdate();return juno_1.useOnReRender((function(){return console.log("this only trigger when re-render, first time render not be trigger"),function(){console.log("destroy also only trigger when have re-render")}})),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,react_1.default.createElement(juno_1.RcText,{highlight:!0},"useOnReRender"),"only trigger when ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"re-render"),", that event will not trigger in first render"),react_1.default.createElement(juno_storybook_1.Title,null,"Render times: ",count.current),react_1.default.createElement(juno_1.RcButton,{onClick:forceUpdate},"ForceRender"))},exports.useOnReRenderExample.args={},exports.useOnReRenderExample.storyName="useOnReRender"},"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef, useState } from 'react';\n\nimport { palette2, styled, useOverflow } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useOverflow',\n argTypes: {},\n} as Meta;\n\nconst ResizeWrapper = styled.div<{ border: boolean }>`\n width: 500px;\n height: 300px;\n resize: both;\n overflow: hidden;\n border: 2px solid transparent;\n color: ${palette2('neutral', 'f06')};\n border-color: ${({ border }) => border && palette2('neutral', 'l04')};\n`;\n\nexport const useOverflowExample: Story<{}> = () => {\n const ref = useRef(null);\n const [border, setBorder] = useState(false);\n\n useOverflow(ref, (state, value) => {\n setBorder(state);\n\n console.log(value);\n });\n\n return (\n <>\n That border only show when text overflow\n \n A free cultural work is, according to the definition of Free Cultural\n Works, one that has no significant legal restriction on people's freedom\n to: use the content and benefit from using it, study the content and\n apply what is learned, make and distribute copies of the content, change\n and improve the content and distribute these derivative works.[1][2]\n Free content encompasses all works in the public domain and also those\n copyrighted works whose licenses honor and uphold the freedoms mentioned\n above. Because the Berne Convention in most countries by default grants\n copyright holders monopolistic control over their creations, copyright\n content must be explicitly declared free, usually by the referencing or\n inclusion of licensing statements from within the work. Although there\n are a great many different definitions in regular everyday use, free\n content is legally very similar, if not like an identical twin, to open\n content. An analogy is a use of the rival terms free software and\n open-source, which describe ideological differences rather than legal\n ones.[3][4][5] For instance, the Open Knowledge Foundation's Open\n Definition describes \"open\" as synonymous to the definition of free in\n the \"Definition of Free Cultural Works\" (as also in the Open Source\n Definition and Free Software Definition).[6] For such free/open content\n both movements recommend the same three Creative Commons licenses, the\n CC BY, CC BY-SA, and CC0.[7][8][9][10]\n \n \n );\n};\n\nuseOverflowExample.args = {};\nuseOverflowExample.storyName = 'useOverflow';\n",locationsMap:{"use-overflow-example":{startLoc:{col:45,line:22},endLoc:{col:1,line:60},startBody:{col:45,line:22},endBody:{col:1,line:60}}}}},title:"🔧 Foundation/Hooks/useOverflow",argTypes:{}};var templateObject_1,ResizeWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 500px;\n height: 300px;\n resize: both;\n overflow: hidden;\n border: 2px solid transparent;\n color: ",";\n border-color: ",";\n"],["\n width: 500px;\n height: 300px;\n resize: both;\n overflow: hidden;\n border: 2px solid transparent;\n color: ",";\n border-color: ",";\n"])),juno_1.palette2("neutral","f06"),(function(_a){return _a.border&&juno_1.palette2("neutral","l04")}));exports.useOverflowExample=function(){var ref=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(!1),2),border=_a[0],setBorder=_a[1];return juno_1.useOverflow(ref,(function(state,value){setBorder(state),console.log(value)})),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"That border only show when text overflow"),react_1.default.createElement(ResizeWrapper,{ref,border},'A free cultural work is, according to the definition of Free Cultural Works, one that has no significant legal restriction on people\'s freedom to: use the content and benefit from using it, study the content and apply what is learned, make and distribute copies of the content, change and improve the content and distribute these derivative works.[1][2] Free content encompasses all works in the public domain and also those copyrighted works whose licenses honor and uphold the freedoms mentioned above. Because the Berne Convention in most countries by default grants copyright holders monopolistic control over their creations, copyright content must be explicitly declared free, usually by the referencing or inclusion of licensing statements from within the work. Although there are a great many different definitions in regular everyday use, free content is legally very similar, if not like an identical twin, to open content. An analogy is a use of the rival terms free software and open-source, which describe ideological differences rather than legal ones.[3][4][5] For instance, the Open Knowledge Foundation\'s Open Definition describes "open" as synonymous to the definition of free in the "Definition of Free Cultural Works" (as also in the Open Source Definition and Free Software Definition).[6] For such free/open content both movements recommend the same three Creative Commons licenses, the CC BY, CC BY-SA, and CC0.[7][8][9][10]'))},exports.useOverflowExample.args={},exports.useOverflowExample.storyName="useOverflow"},"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcButton, useForceUpdate, usePrevious } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/usePrevious',\n argTypes: {},\n} as Meta;\n\nexport const usePreviousExample: Story<{}> = () => {\n const [stateCount, setStateCount] = useState(0);\n const previousCount = usePrevious(() => stateCount);\n\n const forceUpdate = useForceUpdate();\n\n return (\n <>\n setStateCount(stateCount + 1)}>Add\n
    \n
    \n \n Current render:\n {stateCount}\n \n \n Previous render:\n {previousCount}\n \n ForceRender\n \n );\n};\n\nusePreviousExample.args = {};\nusePreviousExample.storyName = 'usePrevious';\n",locationsMap:{"use-previous-example":{startLoc:{col:45,line:12},endLoc:{col:1,line:34},startBody:{col:45,line:12},endBody:{col:1,line:34}}}}},title:"🔧 Foundation/Hooks/usePrevious",argTypes:{}},exports.usePreviousExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),stateCount=_a[0],setStateCount=_a[1],previousCount=juno_1.usePrevious((function(){return stateCount})),forceUpdate=juno_1.useForceUpdate();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setStateCount(stateCount+1)}},"Add"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Current render:",stateCount),react_1.default.createElement(juno_storybook_1.Title,null,"Previous render:",previousCount),react_1.default.createElement(juno_1.RcButton,{onClick:forceUpdate},"ForceRender"))},exports.usePreviousExample.args={},exports.usePreviousExample.storyName="usePrevious"},"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcButton, useRefState } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useRefState',\n argTypes: {},\n} as Meta;\n\nexport const useRefStateExample: Story<{}> = () => {\n const [valueRef, setValue] = useRefState(1);\n\n return (\n <>\n setValue(valueRef.current + 1)}>\n add (re-render)\n \n setValue(valueRef.current + 1, false)}>\n add (non-render)\n \n {valueRef.current}\n \n );\n};\n\nuseRefStateExample.args = {};\nuseRefStateExample.storyName = 'useRefState';\n",locationsMap:{"use-ref-state-example":{startLoc:{col:45,line:12},endLoc:{col:1,line:26},startBody:{col:45,line:12},endBody:{col:1,line:26}}}}},title:"🔧 Foundation/Hooks/useRefState",argTypes:{}},exports.useRefStateExample=function(){var _a=tslib_1.__read(juno_1.useRefState(1),2),valueRef=_a[0],setValue=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setValue(valueRef.current+1)}},"add (re-render)"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setValue(valueRef.current+1,!1)}},"add (non-render)"),react_1.default.createElement(juno_storybook_1.Title,null,valueRef.current))},exports.useRefStateExample.args={},exports.useRefStateExample.storyName="useRefState"},"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport { shadows, styled, useResizeObserver } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useResizeObserver',\n argTypes: {},\n} as Meta;\n\nconst Wrapper = styled.div`\n width: 280px;\n resize: both;\n overflow: hidden;\n box-shadow: ${shadows('16')};\n`;\n\nexport const useResizeObserverExample: Story<{}> = () => {\n const ref = useRef(null);\n\n useResizeObserver(ref, () => {\n console.log('resize');\n });\n\n return (\n \n Resize here\n \n );\n};\n\nuseResizeObserverExample.args = {};\nuseResizeObserverExample.storyName = 'useResizeObserver';\n",locationsMap:{"use-resize-observer-example":{startLoc:{col:51,line:19},endLoc:{col:1,line:31},startBody:{col:51,line:19},endBody:{col:1,line:31}}}}},title:"🔧 Foundation/Hooks/useResizeObserver",argTypes:{}};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 280px;\n resize: both;\n overflow: hidden;\n box-shadow: ",";\n"],["\n width: 280px;\n resize: both;\n overflow: hidden;\n box-shadow: ",";\n"])),juno_1.shadows("16"));exports.useResizeObserverExample=function(){var ref=react_1.useRef(null);return juno_1.useResizeObserver(ref,(function(){console.log("resize")})),react_1.default.createElement(Wrapper,{ref},react_1.default.createElement(juno_storybook_1.Title,null,"Resize here"))},exports.useResizeObserverExample.args={},exports.useResizeObserverExample.storyName="useResizeObserver"},"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcButton,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcRadio,\n RcRadioGroup,\n RcResponsive,\n RcTypography,\n useResponsiveContext,\n useResponsiveMatch,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useResponsiveMatch',\n} as Meta;\n\nconst DialogStory = () => {\n const [open, setOpen] = useState(false);\n const bp = useResponsiveContext();\n const { ltSM, gtSM } = useResponsiveMatch();\n\n return (\n <>\n setOpen(true)}>open dialog\n setOpen(false)} open={open}>\n {bp} Size\n \n try to resize screen\n \n \n \n \n \n \n setOpen(false)}\n color=\"danger.b04\"\n fullWidth={ltSM}\n >\n Cancel\n \n OK\n \n \n \n );\n};\n\nexport const ResponsiveDialog: Story = () => {\n return (\n \n \n \n );\n};\n",locationsMap:{"responsive-dialog":{startLoc:{col:39,line:54},endLoc:{col:1,line:60},startBody:{col:39,line:54},endBody:{col:1,line:60}}}}},title:"🔧 Foundation/Hooks/useResponsiveMatch"};var DialogStory=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],bp=juno_1.useResponsiveContext(),_b=juno_1.useResponsiveMatch(),ltSM=_b.ltSM,gtSM=_b.gtSM;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open dialog"),react_1.default.createElement(juno_1.RcDialog,{onClose:function(){return setOpen(!1)},open},react_1.default.createElement(juno_1.RcDialogTitle,null,bp," Size"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"try to resize screen"),react_1.default.createElement(juno_1.RcRadioGroup,{row:gtSM},react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}),react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}))),react_1.default.createElement(juno_1.RcDialogActions,{direction:ltSM?"vertical":"horizontal"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!1)},color:"danger.b04",fullWidth:ltSM},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:ltSM},"OK"))))};exports.ResponsiveDialog=function(){return react_1.default.createElement(juno_1.RcResponsive,null,react_1.default.createElement(DialogStory,null))}},"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useEffect } from 'react';\n\nimport { useResultRef } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useResultRef',\n argTypes: {},\n} as Meta;\n\nexport const useResultRefExample: Story<{}> = () => {\n const ref = useResultRef(() => {\n console.log('only trigger once');\n return 1 + 1;\n });\n\n useEffect(() => {\n console.log('refA', ref.current); // get that current div dom\n }, []);\n\n return {ref.current};\n};\n\nuseResultRefExample.args = {};\nuseResultRefExample.storyName = 'useResultRef';\n",locationsMap:{"use-result-ref-example":{startLoc:{col:46,line:12},endLoc:{col:1,line:23},startBody:{col:46,line:12},endBody:{col:1,line:23}}}}},title:"🔧 Foundation/Hooks/useResultRef",argTypes:{}},exports.useResultRefExample=function(){var ref=juno_1.useResultRef((function(){return console.log("only trigger once"),2}));return react_1.useEffect((function(){console.log("refA",ref.current)}),[]),react_1.default.createElement(juno_storybook_1.Title,null,ref.current)},exports.useResultRefExample.args={},exports.useResultRefExample.storyName="useResultRef"},"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcBox, RcButton, RcLoading, useRetry } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useRetry',\n argTypes: {},\n} as Meta;\n\nexport const useRetryExample: Story<{}> = () => {\n const [showValue, setShowValue] = useState(0);\n const [loading, setLoading] = useState(false);\n const [isComplete, setIsComplete] = useState(false);\n\n const { retry, cancel } = useRetry(\n (e: React.MouseEvent, times?: number) => {\n setShowValue(times);\n console.log('retry', times);\n\n // * when value is three, that retry will stop\n return times === 4;\n },\n {\n retryTimes: 5,\n intervalTime: 300,\n onStart: () => {\n setIsComplete(false);\n setLoading(true);\n setShowValue('Start');\n },\n onSuccess: () => {\n setShowValue('Success');\n },\n onCancel: () => {\n setShowValue('Cancel');\n },\n onComplete: () => {\n setLoading(false);\n setIsComplete(true);\n },\n },\n );\n\n return (\n <>\n retry(e)}>Go\n \n Cancel\n \n
    \n
    \n \n \n {showValue}\n \n \n
    \n
    \n {isComplete && Complete}\n \n );\n};\n\nuseRetryExample.args = {};\nuseRetryExample.storyName = 'useRetry';\n\nconst fetchApi = (susses: boolean) =>\n new Promise((resolve, reject) => {\n setTimeout(() => {\n if (susses) {\n resolve(true);\n } else {\n reject();\n }\n }, 2000);\n });\n\nexport const useRetryAsyncExample: Story<{}> = () => {\n const [showValue, setShowValue] = useState(0);\n const [loading, setLoading] = useState(false);\n const [isComplete, setIsComplete] = useState(false);\n\n const { retry: retryAsync, cancel } = useRetry(\n async (\n e: React.MouseEvent,\n times?: number,\n ) => {\n console.log('do', times);\n\n if (times !== undefined) {\n setShowValue(times);\n }\n\n if (times === 2) {\n try {\n const value = await fetchApi(false);\n return value;\n } catch (error) {\n console.log('fail');\n return false;\n }\n }\n\n if (times === 4) {\n const value = await fetchApi(true);\n return value;\n }\n\n return times === 5;\n },\n {\n retryTimes: 5,\n intervalTime: 100,\n onStart: () => {\n setIsComplete(false);\n setLoading(true);\n setShowValue('Start');\n },\n onSuccess: () => {\n setShowValue('Success');\n },\n onCancel: () => {\n setShowValue('Cancel');\n },\n onComplete: () => {\n setLoading(false);\n setIsComplete(true);\n },\n },\n );\n\n const { retry } = useRetry(\n (e: React.MouseEvent, times?: number) => {\n setShowValue(times);\n console.log('retry', times);\n\n // * when value is three, that retry will stop\n return times === 3;\n },\n {\n retryTimes: 5,\n intervalTime: 150,\n },\n );\n\n return (\n <>\n retryAsync(e)}>Go\n \n Cancel\n \n
    \n
    \n \n \n {showValue}\n \n \n
    \n
    \n {isComplete && Complete}\n \n );\n};\n\nuseRetryAsyncExample.args = {};\nuseRetryAsyncExample.storyName = 'useRetry with async';\n",locationsMap:{"use-retry-example":{startLoc:{col:42,line:12},endLoc:{col:1,line:72},startBody:{col:42,line:12},endBody:{col:1,line:72}},"use-retry-async-example":{startLoc:{col:47,line:88},endLoc:{col:1,line:182},startBody:{col:47,line:88},endBody:{col:1,line:182}}}}},title:"🔧 Foundation/Hooks/useRetry",argTypes:{}},exports.useRetryExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),showValue=_a[0],setShowValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),loading=_b[0],setLoading=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),isComplete=_c[0],setIsComplete=_c[1],_d=juno_1.useRetry((function(e,times){return setShowValue(times),console.log("retry",times),4===times}),{retryTimes:5,intervalTime:300,onStart:function(){setIsComplete(!1),setLoading(!0),setShowValue("Start")},onSuccess:function(){setShowValue("Success")},onCancel:function(){setShowValue("Cancel")},onComplete:function(){setLoading(!1),setIsComplete(!0)}}),retry=_d.retry,cancel=_d.cancel;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return retry(e)}},"Go"),react_1.default.createElement(juno_1.RcButton,{disabled:!loading,onClick:cancel,color:"danger.b03"},"Cancel"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{position:"relative",display:"flex",justifyContent:"center",alignItems:"center",width:"100px",height:"100px",bgcolor:"neutral.elevation"},react_1.default.createElement(juno_1.RcLoading,{loading},react_1.default.createElement(juno_storybook_1.Title,{paragraph:!1},showValue))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),isComplete&&react_1.default.createElement(juno_storybook_1.Title,null,"Complete"))},exports.useRetryExample.args={},exports.useRetryExample.storyName="useRetry";var fetchApi=function(susses){return new Promise((function(resolve,reject){setTimeout((function(){susses?resolve(!0):reject()}),2e3)}))};exports.useRetryAsyncExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),showValue=_a[0],setShowValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),loading=_b[0],setLoading=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),isComplete=_c[0],setIsComplete=_c[1],_d=juno_1.useRetry((function(e,times){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:if(console.log("do",times),void 0!==times&&setShowValue(times),2!==times)return[3,4];_a.label=1;case 1:return _a.trys.push([1,3,,4]),[4,fetchApi(!1)];case 2:return[2,_a.sent()];case 3:return _a.sent(),console.log("fail"),[2,!1];case 4:return 4!==times?[3,6]:[4,fetchApi(!0)];case 5:return[2,_a.sent()];case 6:return[2,5===times]}}))}))}),{retryTimes:5,intervalTime:100,onStart:function(){setIsComplete(!1),setLoading(!0),setShowValue("Start")},onSuccess:function(){setShowValue("Success")},onCancel:function(){setShowValue("Cancel")},onComplete:function(){setLoading(!1),setIsComplete(!0)}}),retryAsync=_d.retry,cancel=_d.cancel;juno_1.useRetry((function(e,times){return setShowValue(times),console.log("retry",times),3===times}),{retryTimes:5,intervalTime:150}).retry;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return retryAsync(e)}},"Go"),react_1.default.createElement(juno_1.RcButton,{disabled:!loading,onClick:cancel,color:"danger.b03"},"Cancel"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{position:"relative",display:"flex",justifyContent:"center",alignItems:"center",width:"100px",height:"100px",bgcolor:"neutral.elevation"},react_1.default.createElement(juno_1.RcLoading,{loading},react_1.default.createElement(juno_storybook_1.Title,{paragraph:!1},showValue))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),isComplete&&react_1.default.createElement(juno_storybook_1.Title,null,"Complete"))},exports.useRetryAsyncExample.args={},exports.useRetryAsyncExample.storyName="useRetry with async"},"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcButton, useSleep } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useSleep',\n argTypes: {},\n} as Meta;\n\nexport const useRetryExample: Story<{}> = () => {\n const { sleep, cancel } = useSleep();\n const [text, setText] = useState('');\n\n return (\n <>\n {\n setText('start');\n try {\n await sleep(1000);\n setText('complete');\n } catch (error) {\n setText('cancel');\n }\n }}\n >\n Go\n \n cancel()} color=\"danger.b03\">\n Cancel\n \n {text}\n \n );\n};\n\nuseRetryExample.args = {};\nuseRetryExample.storyName = 'useSleep';\n",locationsMap:{"use-retry-example":{startLoc:{col:42,line:12},endLoc:{col:1,line:37},startBody:{col:42,line:12},endBody:{col:1,line:37}}}}},title:"🔧 Foundation/Hooks/useSleep",argTypes:{}},exports.useRetryExample=function(){var _a=juno_1.useSleep(),sleep=_a.sleep,cancel=_a.cancel,_b=tslib_1.__read(react_1.useState(""),2),text=_b[0],setText=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:setText("start"),_a.label=1;case 1:return _a.trys.push([1,3,,4]),[4,sleep(1e3)];case 2:return _a.sent(),setText("complete"),[3,4];case 3:return _a.sent(),setText("cancel"),[3,4];case 4:return[2]}}))}))}},"Go"),react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return cancel()},color:"danger.b03"},"Cancel"),react_1.default.createElement(juno_storybook_1.Title,null,text))},exports.useRetryExample.args={},exports.useRetryExample.storyName="useSleep"},"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcButton, useThrottle } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useThrottle',\n argTypes: {},\n} as Meta;\n\nexport const useThrottleExample: Story<{}> = () => {\n const debounceFn = useThrottle(\n () => console.log('trigger event with 1000ms throttle'),\n 1000,\n );\n\n const handleClick = () => {\n console.log('click');\n debounceFn();\n };\n\n return Trigger event;\n};\n\nuseThrottleExample.args = {};\nuseThrottleExample.storyName = 'useThrottle';\n",locationsMap:{"use-throttle-example":{startLoc:{col:45,line:11},endLoc:{col:1,line:23},startBody:{col:45,line:11},endBody:{col:1,line:23}}}}},title:"🔧 Foundation/Hooks/useThrottle",argTypes:{}},exports.useThrottleExample=function(){var debounceFn=juno_1.useThrottle((function(){return console.log("trigger event with 1000ms throttle")}),1e3);return react_1.default.createElement(juno_1.RcButton,{onClick:function(){console.log("click"),debounceFn()}},"Trigger event")},exports.useThrottleExample.args={},exports.useThrottleExample.storyName="useThrottle"},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcSlide,\n RcTypography,\n useTouchMouseEvent,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useTouchMouseEvent',\n argTypes: {},\n} as Meta;\n\nexport const UseTouchMouseEventExample: Story<{}> = () => {\n const [events, setEvents] = useState([]);\n function addLog(message: string) {\n setEvents([`${events.length + 1}. ${message}`, ...events]);\n }\n\n const props = useTouchMouseEvent({\n onTouchStart: (e) => {\n console.log('onTouchStart', e);\n addLog('onTouchStart');\n },\n onTouchEnd: (e) => {\n console.log('onTouchEnd', e);\n addLog('onTouchEnd');\n },\n onMouseDown: (e) => {\n console.log('onMouseDown', e);\n addLog('onMouseDown');\n },\n onMouseUp: (e) => {\n console.log('onMouseUp', e);\n addLog('onMouseUp');\n },\n });\n\n return (\n
    \n Trigger event\n\n \n {events.map((event) => (\n \n {event}\n \n ))}\n \n
    \n );\n};\n\nUseTouchMouseEventExample.args = {};\nUseTouchMouseEventExample.storyName = 'useTouchMouseEvent';\n",locationsMap:{"use-touch-mouse-event-example":{startLoc:{col:52,line:17},endLoc:{col:1,line:55},startBody:{col:52,line:17},endBody:{col:1,line:55}}}}},title:"🔧 Foundation/Hooks/useTouchMouseEvent",argTypes:{}},exports.UseTouchMouseEventExample=function(){var _a=tslib_1.__read(react_1.useState([]),2),events=_a[0],setEvents=_a[1];function addLog(message){setEvents(tslib_1.__spread([events.length+1+". "+message],events))}var props=juno_1.useTouchMouseEvent({onTouchStart:function(e){console.log("onTouchStart",e),addLog("onTouchStart")},onTouchEnd:function(e){console.log("onTouchEnd",e),addLog("onTouchEnd")},onMouseDown:function(e){console.log("onMouseDown",e),addLog("onMouseDown")},onMouseUp:function(e){console.log("onMouseUp",e),addLog("onMouseUp")}});return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},props),"Trigger event"),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},events.map((function(event){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:event,direction:"left"},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},event))}))))},exports.UseTouchMouseEventExample.args={},exports.UseTouchMouseEventExample.storyName="useTouchMouseEvent"},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcBox, RcGlobalScrollBarStyle } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '💅 Style system/utils/GlobalScrollBarStyle',\n argTypes: {},\n} as Meta;\n\nexport const GlobalScrollBarStyleExample: Story<{}> = () => {\n return (\n \n Custom ScrollBar\n \n {[...new Array(100)].map((x, i) => (\n \n \n {i}\n
    \n
    \n ))}\n
    \n );\n};\n\nGlobalScrollBarStyleExample.args = {};\nGlobalScrollBarStyleExample.storyName = 'GlobalScrollBarStyle';\n",locationsMap:{"global-scroll-bar-style-example":{startLoc:{col:54,line:12},endLoc:{col:1,line:26},startBody:{col:54,line:12},endBody:{col:1,line:26}}}}},title:"💅 Style system/utils/GlobalScrollBarStyle",argTypes:{}},exports.GlobalScrollBarStyleExample=function(){return react_1.default.createElement(juno_1.RcBox,{height:"200px",overflow:"auto"},react_1.default.createElement(juno_storybook_1.Title,null,"Custom ScrollBar"),react_1.default.createElement(juno_1.RcGlobalScrollBarStyle,null),tslib_1.__spread(new Array(100)).map((function(x,i){return react_1.default.createElement(react_1.default.Fragment,{key:i},i,react_1.default.createElement("br",null))})))},exports.GlobalScrollBarStyleExample.args={},exports.GlobalScrollBarStyleExample.storyName="GlobalScrollBarStyle"},"./packages/juno-core/src/foundation/styles/__stories__/styleSystem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n css,\n darken,\n ellipsis,\n fakeBorder,\n flexCenterStyle,\n flexWidth,\n focusRing,\n FocusRingVariant,\n focusVisible,\n focusVisibleShadowStyle,\n getContrastBgColor,\n getParsePaletteColor,\n lighten,\n lineClamp,\n nonStyleButton,\n nonTouchHoverMedia,\n opacity,\n palette2,\n paletteContrastText,\n radius,\n RcBox,\n RcTheme,\n setOpacity,\n shadows,\n spacing,\n styled,\n typography,\n zIndex,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '💅 Style system/utils',\n argTypes: {},\n} as Meta;\n\nconst Basic = styled.div`\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ${palette2('neutral', 'f06')};\n`;\n\nconst Block = styled(Basic)`\n margin: 1em;\n width: 100px;\n height: 100px;\n background-color: ${palette2('interactive', 'b02')};\n`;\n\nconst Darken = styled(Block)`\n background-color: ${darken(palette2('interactive', 'b02'), 0.5)};\n`;\nexport const DarkenExample: Story<{}> = () => {\n return darken;\n};\nDarkenExample.storyName = 'darken';\n\nconst Lighten = styled(Block)`\n background-color: ${lighten(palette2('interactive', 'b02'), 0.5)};\n`;\nexport const LightenExample: Story<{}> = () => {\n return Lighten;\n};\nLightenExample.storyName = 'lighten';\n\nconst Opacity = styled(Block)`\n opacity: ${opacity('48')};\n`;\nexport const OpacityExample: Story<{}> = () => {\n return Opacity;\n};\nOpacityExample.storyName = 'opacity';\n\nconst PaletteContrastText = styled(Block)`\n color: ${paletteContrastText(palette2('interactive', 'b02'))};\n`;\nexport const PaletteContrastTextExample: Story<{}> = () => {\n return PaletteContrastText;\n};\nPaletteContrastTextExample.storyName = 'paletteContrastText';\n\nconst Radius = styled(Block)`\n border-radius: ${radius('circle')};\n`;\nexport const RadiusExample: Story<{}> = () => {\n return ;\n};\nRadiusExample.storyName = 'radius';\n\nconst Shadows = styled(Radius)`\n box-shadow: ${shadows('16')};\n`;\nexport const ShadowsExample: Story<{}> = () => {\n return ;\n};\nShadowsExample.storyName = 'shadows';\n\nconst Padding = styled(Radius)`\n padding: ${spacing(6)};\n box-sizing: border-box;\n`;\nconst Margin = styled(Padding)`\n margin: ${spacing(10)};\n`;\nexport const SpacingExample: Story<{}> = () => {\n return (\n <>\n padding\n margin\n \n );\n};\nSpacingExample.storyName = 'spacing';\n\nconst ContrastBgColor = styled(Block)`\n ${({ theme }) => {\n const [currColor, contrastBgColor] = getContrastBgColor({\n theme,\n color: 'interactive.b02',\n });\n\n return css`\n color: ${currColor};\n background-color: ${contrastBgColor};\n `;\n }};\n`;\nconst ContrastBgColor2 = styled(Block)`\n ${({ theme }) => {\n const [currColor, contrastBgColor] = getContrastBgColor({\n theme,\n color: 'highlight.b01',\n });\n\n return css`\n color: ${currColor};\n background-color: ${contrastBgColor};\n `;\n }};\n`;\nexport const ContrastBgColorExample: Story<{}> = () => {\n return (\n <>\n getContrastBgColor2\n getContrastBgColor2\n \n );\n};\nContrastBgColorExample.storyName = 'getContrastBgColor';\n\nconst Typography = styled.div`\n ${typography('display1')}\n`;\nexport const TypographyExample: Story<{}> = () => {\n return Typography display1;\n};\nTypographyExample.storyName = 'typography';\n\nconst FakeBorder = styled(Block)`\n ${\n // default will use `palette2('highContrast')`, that will only show in highContrast theme\n fakeBorder()\n }\n`;\nconst FakeBorder2 = styled(Block)`\n ${fakeBorder({\n color: palette2('neutral', 'l03'),\n })}\n`;\nexport const FakeBorderExample: Story<{}> = () => {\n return (\n <>\n border in highContrast theme\n fakeborder\n \n );\n};\nFakeBorderExample.storyName = 'fakeBorder';\n\nconst FlexCenter = styled(Block)`\n ${flexCenterStyle}\n`;\nexport const FlexCenterExample: Story<{}> = () => {\n return flex center;\n};\nFlexCenterExample.storyName = 'FlexCenter';\n\ntype FlexWidthProps = {\n width: string;\n height?: string;\n color?: any;\n};\nconst FlexWidth = styled(Block)`\n ${({ width }) => flexWidth(width)};\n height: ${({ height }) => height};\n background: ${({ color }) => getParsePaletteColor(color)};\n`;\nexport const FlexWidthExample: Story<{}> = () => {\n return (\n \n \n \n \n \n );\n};\nFlexWidthExample.storyName = 'flexWidth';\n\nconst FocusVisible = styled(Basic)`\n outline: none;\n position: relative;\n ${focusVisibleShadowStyle};\n`;\n\nconst FocusRing = styled(Basic)<{ ringType: FocusRingVariant }>`\n outline: none;\n position: relative;\n background: ${palette2('warning', 'b02')};\n\n ${focusVisible} {\n ${({ ringType }) => focusRing(ringType)};\n }\n`;\n\nexport const FocusVisibleExample: Story<{}> = () => {\n return focus visible;\n};\nFocusVisibleExample.storyName = 'focusVisibleShadowStyle';\n\nexport const FocusRingExample: Story<{}> = () => {\n return (\n <>\n \n focus visible\n \n \n focus visible\n \n \n );\n};\nFocusRingExample.storyName = 'focusRing';\n\nconst Ellipsis = styled(Block)`\n ${ellipsis}\n`;\nexport const EllipsisExample: Story<{}> = () => {\n return line 1 line 2 line 3;\n};\nEllipsisExample.storyName = 'ellipsis';\n\nconst LineClamp = styled(Basic)`\n outline: none;\n position: relative;\n ${lineClamp(2, 38)};\n`;\nexport const LineClampExample: Story<{}> = () => {\n return (\n \n line 1
    \n line 2
    \n line 3
    \n
    \n );\n};\nLineClampExample.storyName = 'lineClamp';\n\nconst Palette = styled(Basic)`\n background-color: ${palette2('highlight', 'b03')};\n`;\nexport const PaletteExample: Story<{}> = () => {\n return Palette;\n};\nPaletteExample.storyName = 'palette';\n\nconst NonStyleButton = styled.button`\n ${nonStyleButton};\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ${palette2('neutral', 'f06')};\n background-color: ${palette2('highlight', 'b02')};\n`;\nexport const NonStyleButtonExample: Story<{}> = () => {\n return NonStyleButton;\n};\nNonStyleButtonExample.storyName = 'nonStyleButton';\n\nconst NonTouchHoverMedia = styled(NonStyleButton)`\n ${nonTouchHoverMedia} {\n &:hover {\n background-color: ${setOpacity(palette2('highlight', 'b02'), '24')};\n }\n }\n`;\nexport const NonTouchHoverMediaExample: Story<{}> = () => {\n return NonTouchHoverMedia;\n};\nNonTouchHoverMediaExample.storyName = 'nonTouchHoverMedia';\n\nconst ZIndex = styled(FlexWidth)<{ zIndex: keyof RcTheme['zIndex'] }>`\n position: absolute;\n z-index: ${({ zIndex: value }) => zIndex(value)};\n`;\nexport const ZIndexExample: Story<{}> = () => {\n return (\n \n \n snackbar\n \n \n modal\n \n \n );\n};\nZIndexExample.storyName = 'zIndex';\n// Interaction state\n// https://wiki.ringcentral.com/pages/viewpage.action?pageId=424536658\n",locationsMap:{"darken-example":{startLoc:{col:40,line:57},endLoc:{col:1,line:59},startBody:{col:40,line:57},endBody:{col:1,line:59}},"lighten-example":{startLoc:{col:41,line:65},endLoc:{col:1,line:67},startBody:{col:41,line:65},endBody:{col:1,line:67}},"opacity-example":{startLoc:{col:41,line:73},endLoc:{col:1,line:75},startBody:{col:41,line:73},endBody:{col:1,line:75}},"palette-contrast-text-example":{startLoc:{col:53,line:81},endLoc:{col:1,line:83},startBody:{col:53,line:81},endBody:{col:1,line:83}},"radius-example":{startLoc:{col:40,line:89},endLoc:{col:1,line:91},startBody:{col:40,line:89},endBody:{col:1,line:91}},"shadows-example":{startLoc:{col:41,line:97},endLoc:{col:1,line:99},startBody:{col:41,line:97},endBody:{col:1,line:99}},"spacing-example":{startLoc:{col:41,line:109},endLoc:{col:1,line:116},startBody:{col:41,line:109},endBody:{col:1,line:116}},"contrast-bg-color-example":{startLoc:{col:49,line:145},endLoc:{col:1,line:152},startBody:{col:49,line:145},endBody:{col:1,line:152}},"typography-example":{startLoc:{col:44,line:158},endLoc:{col:1,line:160},startBody:{col:44,line:158},endBody:{col:1,line:160}},"fake-border-example":{startLoc:{col:44,line:174},endLoc:{col:1,line:181},startBody:{col:44,line:174},endBody:{col:1,line:181}},"flex-center-example":{startLoc:{col:44,line:187},endLoc:{col:1,line:189},startBody:{col:44,line:187},endBody:{col:1,line:189}},"flex-width-example":{startLoc:{col:43,line:202},endLoc:{col:1,line:210},startBody:{col:43,line:202},endBody:{col:1,line:210}},"focus-visible-example":{startLoc:{col:46,line:229},endLoc:{col:1,line:231},startBody:{col:46,line:229},endBody:{col:1,line:231}},"focus-ring-example":{startLoc:{col:43,line:234},endLoc:{col:1,line:245},startBody:{col:43,line:234},endBody:{col:1,line:245}},"ellipsis-example":{startLoc:{col:42,line:251},endLoc:{col:1,line:253},startBody:{col:42,line:251},endBody:{col:1,line:253}},"line-clamp-example":{startLoc:{col:43,line:261},endLoc:{col:1,line:269},startBody:{col:43,line:261},endBody:{col:1,line:269}},"palette-example":{startLoc:{col:41,line:275},endLoc:{col:1,line:277},startBody:{col:41,line:275},endBody:{col:1,line:277}},"non-style-button-example":{startLoc:{col:48,line:288},endLoc:{col:1,line:290},startBody:{col:48,line:288},endBody:{col:1,line:290}},"non-touch-hover-media-example":{startLoc:{col:52,line:300},endLoc:{col:1,line:302},startBody:{col:52,line:300},endBody:{col:1,line:302}},"z-index-example":{startLoc:{col:40,line:309},endLoc:{col:1,line:320},startBody:{col:40,line:309},endBody:{col:1,line:320}}}}},title:"💅 Style system/utils",argTypes:{}};var Basic=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n"],["\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n"])),juno_1.palette2("neutral","f06")),Block=juno_1.styled(Basic)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin: 1em;\n width: 100px;\n height: 100px;\n background-color: ",";\n"],["\n margin: 1em;\n width: 100px;\n height: 100px;\n background-color: ",";\n"])),juno_1.palette2("interactive","b02")),Darken=juno_1.styled(Block)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),juno_1.darken(juno_1.palette2("interactive","b02"),.5));exports.DarkenExample=function(){return react_1.default.createElement(Darken,null,"darken")},exports.DarkenExample.storyName="darken";var Lighten=juno_1.styled(Block)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),juno_1.lighten(juno_1.palette2("interactive","b02"),.5));exports.LightenExample=function(){return react_1.default.createElement(Lighten,null,"Lighten")},exports.LightenExample.storyName="lighten";var Opacity=juno_1.styled(Block)(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n opacity: ",";\n"],["\n opacity: ",";\n"])),juno_1.opacity("48"));exports.OpacityExample=function(){return react_1.default.createElement(Opacity,null,"Opacity")},exports.OpacityExample.storyName="opacity";var PaletteContrastText=juno_1.styled(Block)(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n color: ",";\n"],["\n color: ",";\n"])),juno_1.paletteContrastText(juno_1.palette2("interactive","b02")));exports.PaletteContrastTextExample=function(){return react_1.default.createElement(PaletteContrastText,null,"PaletteContrastText")},exports.PaletteContrastTextExample.storyName="paletteContrastText";var Radius=juno_1.styled(Block)(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n border-radius: ",";\n"],["\n border-radius: ",";\n"])),juno_1.radius("circle"));exports.RadiusExample=function(){return react_1.default.createElement(Radius,null)},exports.RadiusExample.storyName="radius";var Shadows=juno_1.styled(Radius)(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n box-shadow: ",";\n"],["\n box-shadow: ",";\n"])),juno_1.shadows("16"));exports.ShadowsExample=function(){return react_1.default.createElement(Shadows,null)},exports.ShadowsExample.storyName="shadows";var Padding=juno_1.styled(Radius)(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n padding: ",";\n box-sizing: border-box;\n"],["\n padding: ",";\n box-sizing: border-box;\n"])),juno_1.spacing(6)),Margin=juno_1.styled(Padding)(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(10));exports.SpacingExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Padding,null,"padding"),react_1.default.createElement(Margin,null,"margin"))},exports.SpacingExample.storyName="spacing";var ContrastBgColor=juno_1.styled(Block)(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(_a){var theme=_a.theme,_b=tslib_1.__read(juno_1.getContrastBgColor({theme,color:"interactive.b02"}),2),currColor=_b[0],contrastBgColor=_b[1];return juno_1.css(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n "],["\n color: ",";\n background-color: ",";\n "])),currColor,contrastBgColor)})),ContrastBgColor2=juno_1.styled(Block)(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(_a){var theme=_a.theme,_b=tslib_1.__read(juno_1.getContrastBgColor({theme,color:"highlight.b01"}),2),currColor=_b[0],contrastBgColor=_b[1];return juno_1.css(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n "],["\n color: ",";\n background-color: ",";\n "])),currColor,contrastBgColor)}));exports.ContrastBgColorExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(ContrastBgColor,null,"getContrastBgColor2"),react_1.default.createElement(ContrastBgColor2,null,"getContrastBgColor2"))},exports.ContrastBgColorExample.storyName="getContrastBgColor";var Typography=juno_1.styled.div(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.typography("display1"));exports.TypographyExample=function(){return react_1.default.createElement(Typography,null,"Typography display1")},exports.TypographyExample.storyName="typography";var FakeBorder=juno_1.styled(Block)(templateObject_16||(templateObject_16=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.fakeBorder()),FakeBorder2=juno_1.styled(Block)(templateObject_17||(templateObject_17=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.fakeBorder({color:juno_1.palette2("neutral","l03")}));exports.FakeBorderExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(FakeBorder,null,"border in highContrast theme"),react_1.default.createElement(FakeBorder2,null,"fakeborder"))},exports.FakeBorderExample.storyName="fakeBorder";var FlexCenter=juno_1.styled(Block)(templateObject_18||(templateObject_18=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.flexCenterStyle);exports.FlexCenterExample=function(){return react_1.default.createElement(FlexCenter,null,"flex center")},exports.FlexCenterExample.storyName="FlexCenter";var FlexWidth=juno_1.styled(Block)(templateObject_19||(templateObject_19=tslib_1.__makeTemplateObject(["\n ",";\n height: ",";\n background: ",";\n"],["\n ",";\n height: ",";\n background: ",";\n"])),(function(_a){var width=_a.width;return juno_1.flexWidth(width)}),(function(_a){return _a.height}),(function(_a){var color=_a.color;return juno_1.getParsePaletteColor(color)}));exports.FlexWidthExample=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex",width:"100%"},react_1.default.createElement(FlexWidth,{width:"300px"}),react_1.default.createElement(FlexWidth,{width:"auto",color:"neutral.b04"}),react_1.default.createElement(FlexWidth,{width:"200px"}))},exports.FlexWidthExample.storyName="flexWidth";var FocusVisible=juno_1.styled(Basic)(templateObject_20||(templateObject_20=tslib_1.__makeTemplateObject(["\n outline: none;\n position: relative;\n ",";\n"],["\n outline: none;\n position: relative;\n ",";\n"])),juno_1.focusVisibleShadowStyle),FocusRing=juno_1.styled(Basic)(templateObject_21||(templateObject_21=tslib_1.__makeTemplateObject(["\n outline: none;\n position: relative;\n background: ",";\n\n "," {\n ",";\n }\n"],["\n outline: none;\n position: relative;\n background: ",";\n\n "," {\n ",";\n }\n"])),juno_1.palette2("warning","b02"),juno_1.focusVisible,(function(_a){var ringType=_a.ringType;return juno_1.focusRing(ringType)}));exports.FocusVisibleExample=function(){return react_1.default.createElement(FocusVisible,{tabIndex:0},"focus visible")},exports.FocusVisibleExample.storyName="focusVisibleShadowStyle",exports.FocusRingExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(FocusRing,{tabIndex:0,ringType:"inset"},"focus visible"),react_1.default.createElement(FocusRing,{tabIndex:0,ringType:"normal"},"focus visible"))},exports.FocusRingExample.storyName="focusRing";var Ellipsis=juno_1.styled(Block)(templateObject_22||(templateObject_22=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.ellipsis);exports.EllipsisExample=function(){return react_1.default.createElement(Ellipsis,null,"line 1 line 2 line 3")},exports.EllipsisExample.storyName="ellipsis";var LineClamp=juno_1.styled(Basic)(templateObject_23||(templateObject_23=tslib_1.__makeTemplateObject(["\n outline: none;\n position: relative;\n ",";\n"],["\n outline: none;\n position: relative;\n ",";\n"])),juno_1.lineClamp(2,38));exports.LineClampExample=function(){return react_1.default.createElement(LineClamp,null,"line 1 ",react_1.default.createElement("br",null),"line 2 ",react_1.default.createElement("br",null),"line 3 ",react_1.default.createElement("br",null))},exports.LineClampExample.storyName="lineClamp";var Palette=juno_1.styled(Basic)(templateObject_24||(templateObject_24=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),juno_1.palette2("highlight","b03"));exports.PaletteExample=function(){return react_1.default.createElement(Palette,null,"Palette")},exports.PaletteExample.storyName="palette";var NonStyleButton=juno_1.styled.button(templateObject_25||(templateObject_25=tslib_1.__makeTemplateObject(["\n ",";\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n background-color: ",";\n"],["\n ",";\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n background-color: ",";\n"])),juno_1.nonStyleButton,juno_1.palette2("neutral","f06"),juno_1.palette2("highlight","b02"));exports.NonStyleButtonExample=function(){return react_1.default.createElement(NonStyleButton,null,"NonStyleButton")},exports.NonStyleButtonExample.storyName="nonStyleButton";var NonTouchHoverMedia=juno_1.styled(NonStyleButton)(templateObject_26||(templateObject_26=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n background-color: ",";\n }\n }\n"],["\n "," {\n &:hover {\n background-color: ",";\n }\n }\n"])),juno_1.nonTouchHoverMedia,juno_1.setOpacity(juno_1.palette2("highlight","b02"),"24"));exports.NonTouchHoverMediaExample=function(){return react_1.default.createElement(NonTouchHoverMedia,null,"NonTouchHoverMedia")},exports.NonTouchHoverMediaExample.storyName="nonTouchHoverMedia";var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,templateObject_16,templateObject_17,templateObject_18,templateObject_19,templateObject_20,templateObject_21,templateObject_22,templateObject_23,templateObject_24,templateObject_25,templateObject_26,templateObject_27,ZIndex=juno_1.styled(FlexWidth)(templateObject_27||(templateObject_27=tslib_1.__makeTemplateObject(["\n position: absolute;\n z-index: ",";\n"],["\n position: absolute;\n z-index: ",";\n"])),(function(_a){var value=_a.zIndex;return juno_1.zIndex(value)}));exports.ZIndexExample=function(){return react_1.default.createElement(FlexCenter,null,react_1.default.createElement(ZIndex,{zIndex:"snackbar",width:"30px",height:"30px"},"snackbar"),react_1.default.createElement(ZIndex,{zIndex:"modal",width:"100px",color:"highlight.b01"},"modal"))},exports.ZIndexExample.storyName="zIndex"},"./packages/juno-core/src/foundation/theme/__stories__/useTheme.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n RcBox,\n RcDefaultDarkTheme,\n RcDefaultHighContrastTheme,\n RcThemeProvider,\n useTheme,\n} from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useTheme',\n argTypes: {},\n} as Meta;\n\nexport const ThemeValue = () => {\n const theme = useTheme();\n return (\n \n
    {JSON.stringify(theme, null, 2)}
    \n
    \n );\n};\n\nexport const useThemeExample: Story<{}> = () => {\n return (\n <>\n Current Theme\n \n Dark Theme\n \n \n \n HighContrast Theme\n \n \n \n \n );\n};\n\nuseThemeExample.args = {};\nuseThemeExample.storyName = 'useTheme';\n",locationsMap:{"theme-value":{startLoc:{col:26,line:18},endLoc:{col:1,line:25},startBody:{col:26,line:18},endBody:{col:1,line:25}},"use-theme-example":{startLoc:{col:42,line:27},endLoc:{col:1,line:42},startBody:{col:42,line:27},endBody:{col:1,line:42}}}}},title:"🔧 Foundation/Hooks/useTheme",argTypes:{}},exports.ThemeValue=function(){var theme=juno_1.useTheme();return react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06",bgcolor:"neutral.elevation"},react_1.default.createElement("pre",null,JSON.stringify(theme,null,2)))},exports.useThemeExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Current Theme"),react_1.default.createElement(exports.ThemeValue,null),react_1.default.createElement(juno_storybook_1.Title,null,"Dark Theme"),react_1.default.createElement(juno_1.RcThemeProvider,{theme:juno_1.RcDefaultDarkTheme},react_1.default.createElement(exports.ThemeValue,null)),react_1.default.createElement(juno_storybook_1.Title,null,"HighContrast Theme"),react_1.default.createElement(juno_1.RcThemeProvider,{theme:juno_1.RcDefaultHighContrastTheme},react_1.default.createElement(exports.ThemeValue,null)))},exports.useThemeExample.args={},exports.useThemeExample.storyName="useTheme"},"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { FunctionComponent } from 'react';\n\nimport {\n RcButtonProps,\n RcText,\n RcThemeInput,\n RcThemeProvider,\n useThemeProps,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useThemeProps',\n argTypes: {},\n} as Meta;\n\nconst RcButtonExample: FunctionComponent = (inProps) => {\n const props = useThemeProps({ props: inProps, name: 'RcButton' });\n console.log(props);\n const { loading } = props;\n\n return loading: {`${loading}`};\n};\n\nRcButtonExample.defaultProps = {\n size: 'large',\n};\n\nexport const useThemePropsExample: Story<{}> = () => {\n const theme: RcThemeInput = {\n props: {\n RcButton: {\n loading: true,\n },\n },\n };\n\n return (\n <>\n Origin: \n \n\n Custom Component Theme: \n \n \n \n \n );\n};\n\nuseThemePropsExample.args = {};\nuseThemePropsExample.storyName = 'useThemeProps';\n",locationsMap:{"use-theme-props-example":{startLoc:{col:47,line:29},endLoc:{col:1,line:49},startBody:{col:47,line:29},endBody:{col:1,line:49}}}}},title:"🔧 Foundation/Hooks/useThemeProps",argTypes:{}};var RcButtonExample=function(inProps){var props=juno_1.useThemeProps({props:inProps,name:"RcButton"});console.log(props);var loading=props.loading;return react_1.default.createElement(juno_1.RcText,null,"loading: ",""+loading)};RcButtonExample.defaultProps={size:"large"},exports.useThemePropsExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcText,{highlight:!0},"Origin: "),react_1.default.createElement(RcButtonExample,null),react_1.default.createElement(juno_1.RcText,{highlight:!0},"Custom Component Theme: "),react_1.default.createElement(juno_1.RcThemeProvider,{theme:{props:{RcButton:{loading:!0}}}},react_1.default.createElement(RcButtonExample,null)))},exports.useThemePropsExample.args={},exports.useThemePropsExample.storyName="useThemeProps"},"./packages/juno-core/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/index.ts"),exports)},"./packages/juno-core/src/components/Accordion/Accordion.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Accordion_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Accordion/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Accordion/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/utils/index.ts"),_RcAccordion=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAccordion"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcAccordionClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Accordion_1.default,tslib_1.__assign({square:!0},rest,{ref,classes}),children)})),RcAccordion=foundation_1.styled(_RcAccordion)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AccordionStyle);exports.RcAccordion=RcAccordion,RcAccordion.defaultProps={},RcAccordion.displayName="RcAccordion";try{RcAccordion.displayName="RcAccordion",RcAccordion.__docgenInfo={description:"",displayName:"RcAccordion",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"If `true`, expands the accordion, otherwise collapse it.\nSetting this prop enables control over the accordion.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"If `true`, the accordion will be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the expand/collapse state is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, expanded: boolean) => void)"}},children:{defaultValue:null,description:"The content of the accordion.",name:"children",required:!1,type:{name:"string | number | boolean | {} | (string & {}) | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 38 more ... | (ReactPortal & Iterable<...>)"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},defaultExpanded:{defaultValue:null,description:"If `true`, expands the accordion by default.",name:"defaultExpanded",required:!1,type:{name:"boolean"}},TransitionComponent:{defaultValue:null,description:"The component used for the collapse effect.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/Accordion.tsx#RcAccordion"]={docgenInfo:RcAccordion.__docgenInfo,name:"RcAccordion",path:"packages/juno-core/src/components/Accordion/Accordion.tsx#RcAccordion"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),AccordionDetails_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/AccordionDetails/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/utils/index.ts"),_RcAccordionDetails=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAccordionDetails"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcAccordionDetailsClasses,classesProp)}),[classesProp]);return react_1.default.createElement(AccordionDetails_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcAccordionDetails=foundation_1.styled(_RcAccordionDetails)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AccordionDetailsStyle);exports.RcAccordionDetails=RcAccordionDetails,RcAccordionDetails.defaultProps={},RcAccordionDetails.displayName="RcAccordionDetails";try{RcAccordionDetails.displayName="RcAccordionDetails",RcAccordionDetails.__docgenInfo={description:"",displayName:"RcAccordionDetails",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the accordion details.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx#RcAccordionDetails"]={docgenInfo:RcAccordionDetails.__docgenInfo,name:"RcAccordionDetails",path:"packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx#RcAccordionDetails"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionDetails/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.AccordionDetailsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-top: 1px solid ",";\n padding: ",";\n "],["\n border-top: 1px solid ",";\n padding: ",";\n "])),foundation_1.palette2("neutral","l02"),foundation_1.spacing(4))};try{AccordionDetailsStyle.displayName="AccordionDetailsStyle",AccordionDetailsStyle.__docgenInfo={description:"",displayName:"AccordionDetailsStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the accordion details.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx#AccordionDetailsStyle"]={docgenInfo:AccordionDetailsStyle.__docgenInfo,name:"AccordionDetailsStyle",path:"packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx#AccordionDetailsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionDetails/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionDetails/utils/AccordionDetailsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAccordionDetailsClasses=foundation_1.RcClasses([],"RcAccordionDetails")},"./packages/juno-core/src/components/Accordion/AccordionDetails/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/utils/AccordionDetailsUtils.ts"),exports)},"./packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),AccordionSummary_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/AccordionSummary/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/utils/index.ts"),defaultIconButtonProps={disableRipple:!0},_RcAccordionSummary=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAccordionSummary"}),classesProp=props.classes,expandIconProp=props.expandIcon,IconButtonProps=props.IconButtonProps,children=props.children,rest=tslib_1.__rest(props,["classes","expandIcon","IconButtonProps","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcAccordionSummaryClasses,classesProp)}),[classesProp]),expandIcon=react_1.useMemo((function(){return expandIconProp?react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({symbol:!0===expandIconProp?juno_icon_1.ArrowDown2:expandIconProp,tabIndex:-1},IconButtonProps)):void 0}),[IconButtonProps,expandIconProp]);return react_1.default.createElement(AccordionSummary_1.default,tslib_1.__assign({},rest,{ref,classes,IconButtonProps:defaultIconButtonProps,expandIcon}),children)})),RcAccordionSummary=foundation_1.styled(_RcAccordionSummary)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AccordionSummaryStyle);exports.RcAccordionSummary=RcAccordionSummary,RcAccordionSummary.defaultProps={disableRipple:!1},RcAccordionSummary.displayName="RcAccordionSummary";try{RcAccordionSummary.displayName="RcAccordionSummary",RcAccordionSummary.__docgenInfo={description:"",displayName:"RcAccordionSummary",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the accordion summary.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},expandIcon:{defaultValue:null,description:"The icon to display as the expand indicator, default is `ArrowUp2`",name:"expandIcon",required:!1,type:{name:"boolean | BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},IconButtonProps:{defaultValue:null,description:"The props apply on `RcIconButton`",name:"IconButtonProps",required:!1,type:{name:"Partial"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:{value:"false"},description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx#RcAccordionSummary"]={docgenInfo:RcAccordionSummary.__docgenInfo,name:"RcAccordionSummary",path:"packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx#RcAccordionSummary"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionSummary/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/utils/index.ts");exports.AccordionSummaryStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-sizing: border-box;\n padding: ",";\n\n &."," {\n margin: 0;\n min-height: 48px;\n }\n\n ."," {\n margin: 0;\n align-items: center;\n }\n\n "," {\n position: relative;\n overflow: hidden;\n }\n\n ."," {\n margin-right: 0;\n padding: 0;\n }\n "],["\n box-sizing: border-box;\n padding: ",";\n\n &."," {\n margin: 0;\n min-height: 48px;\n }\n\n ."," {\n margin: 0;\n align-items: center;\n }\n\n "," {\n position: relative;\n overflow: hidden;\n }\n\n ."," {\n margin-right: 0;\n padding: 0;\n }\n "])),foundation_1.spacing(0,4),utils_1.RcAccordionSummaryClasses.expanded,utils_1.RcAccordionSummaryClasses.content,IconButton_1.RcIconButton,utils_1.RcAccordionSummaryClasses.expandIcon)};try{AccordionSummaryStyle.displayName="AccordionSummaryStyle",AccordionSummaryStyle.__docgenInfo={description:"",displayName:"AccordionSummaryStyle",props:{IconButtonProps:{defaultValue:null,description:"The props apply on `RcIconButton`",name:"IconButtonProps",required:!1,type:{name:"Partial"}},expandIcon:{defaultValue:null,description:"The icon to display as the expand indicator, default is `ArrowUp2`",name:"expandIcon",required:!1,type:{name:"boolean | BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the accordion summary.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx#AccordionSummaryStyle"]={docgenInfo:AccordionSummaryStyle.__docgenInfo,name:"AccordionSummaryStyle",path:"packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx#AccordionSummaryStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionSummary/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionSummary/utils/AccordionSummaryUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAccordionSummaryClasses=foundation_1.RcClasses(["content","expanded","expandIcon"],"RcAccordionSummary")},"./packages/juno-core/src/components/Accordion/AccordionSummary/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/utils/AccordionSummaryUtils.ts"),exports)},"./packages/juno-core/src/components/Accordion/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/Accordion.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/index.ts"),exports)},"./packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/utils/index.ts");exports.AccordionStyleBetweenClassName=["&."+utils_1.RcAccordionClasses.root+" + &."+utils_1.RcAccordionClasses.expanded,"&."+utils_1.RcAccordionClasses.expanded+" + &."+utils_1.RcAccordionClasses.root].join(","),exports.AccordionStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-shadow: none;\n\n &:before {\n display: none;\n }\n\n &."," + &."," {\n border-top: 1px solid ",";\n }\n\n "," {\n margin-top: ",";\n border-top: 0;\n }\n\n &."," {\n box-shadow: ",";\n margin: 0;\n }\n "],["\n box-shadow: none;\n\n &:before {\n display: none;\n }\n\n &."," + &."," {\n border-top: 1px solid ",";\n }\n\n "," {\n margin-top: ",";\n border-top: 0;\n }\n\n &."," {\n box-shadow: ",";\n margin: 0;\n }\n "])),utils_1.RcAccordionClasses.root,utils_1.RcAccordionClasses.root,foundation_1.palette2("neutral","l02"),exports.AccordionStyleBetweenClassName,foundation_1.spacing(4),utils_1.RcAccordionClasses.expanded,foundation_1.shadows(2))};try{AccordionStyle.displayName="AccordionStyle",AccordionStyle.__docgenInfo={description:"",displayName:"AccordionStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"If `true`, expands the accordion, otherwise collapse it.\nSetting this prop enables control over the accordion.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"If `true`, the accordion will be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the expand/collapse state is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, expanded: boolean) => void)"}},children:{defaultValue:null,description:"The content of the accordion.",name:"children",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},defaultExpanded:{defaultValue:null,description:"If `true`, expands the accordion by default.",name:"defaultExpanded",required:!1,type:{name:"boolean"}},TransitionComponent:{defaultValue:null,description:"The component used for the collapse effect.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx#AccordionStyle"]={docgenInfo:AccordionStyle.__docgenInfo,name:"AccordionStyle",path:"packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx#AccordionStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx"),exports)},"./packages/juno-core/src/components/Accordion/utils/AccordionUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAccordionClasses=foundation_1.RcClasses(["expanded","root"],"RcAccordion")},"./packages/juno-core/src/components/Accordion/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/utils/AccordionUtils.ts"),exports)},"./packages/juno-core/src/components/Alert/Alert.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Alert_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/Alert/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Alert/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Alert/utils/index.ts"),_RcAlert=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAlert"}),icon=props.icon,classesProp=props.classes,children=props.children,rest=(props.align,props.size,tslib_1.__rest(props,["icon","classes","children","align","size"])),classes=foundation_1.combineClasses(utils_1.RcAlertClasses,classesProp);return react_1.default.createElement(Alert_1.default,tslib_1.__assign({icon:!0===icon?void 0:null!=icon?icon:styles_1.EmptyIcon},rest,{ref,classes}),children)})),RcAlert=foundation_1.styled(_RcAlert)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AlertStyle);exports.RcAlert=RcAlert,RcAlert.defaultProps={severity:"info",size:"medium",align:"left",square:!0},RcAlert.displayName="RcAlert";try{RcAlert.displayName="RcAlert",RcAlert.__docgenInfo={description:"",displayName:"RcAlert",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:{value:"true"},description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the alert.",name:"action",required:!1,type:{name:"ReactNode"}},icon:{defaultValue:null,description:"Override the icon displayed before the children.\nUnless provided, the icon is mapped to the value of the `severity` prop.",name:"icon",required:!1,type:{name:"ReactNode"}},size:{defaultValue:{value:"medium"},description:"size with spacing between message and root",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},closeText:{defaultValue:null,description:"Override the default label for the *close popup* icon button.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).",name:"closeText",required:!1,type:{name:"string"}},severity:{defaultValue:{value:"info"},description:"The severity of the alert. This defines the color and icon used.",name:"severity",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"success"'},{value:'"info"'},{value:'"warning"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nWhen provided and no `action` prop is set, a close icon button is displayed that triggers the callback when clicked.\n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent) => void)"}},align:{defaultValue:{value:"left"},description:"that text align of message",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Alert/Alert.tsx#RcAlert"]={docgenInfo:RcAlert.__docgenInfo,name:"RcAlert",path:"packages/juno-core/src/components/Alert/Alert.tsx#RcAlert"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Alert/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/Alert.tsx"),exports)},"./packages/juno-core/src/components/Alert/styles/AlertStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Alert/utils/index.ts"),textColor=function(_a){var severity=_a.severity;return utils_1.RcAlertColors[severity].text},backgroundColor=function(_a){var severity=_a.severity;return utils_1.RcAlertColors[severity].background},rootSpacing=function(_a){var size=_a.size;return utils_1.RcAlertSpacings[size]};exports.EmptyIcon=react_1.default.createElement(react_1.default.Fragment,null),exports.AlertStyle=function(_a){var align=_a.align,square=_a.square,isEmpty=void 0===_a.icon;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n background-color: ",";\n display: flex;\n padding: ",";\n word-break: break-word;\n border-radius: ",";\n }\n\n ."," {\n ",";\n color: ",";\n text-align: ",";\n flex: 1 1 auto;\n padding: 0;\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n }\n "],["\n &."," {\n background-color: ",";\n display: flex;\n padding: ",";\n word-break: break-word;\n border-radius: ",";\n }\n\n ."," {\n ",";\n color: ",";\n text-align: ",";\n flex: 1 1 auto;\n padding: 0;\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n }\n "])),utils_1.RcAlertClasses.root,backgroundColor,rootSpacing,square&&foundation_1.radius("zero"),utils_1.RcAlertClasses.message,foundation_1.typography("body1"),textColor,align,utils_1.RcAlertClasses.icon,foundation_1.flexCenterStyle,isEmpty&&"margin: 0")};try{AlertStyle.displayName="AlertStyle",AlertStyle.__docgenInfo={description:"",displayName:"AlertStyle",props:{align:{defaultValue:null,description:"that text align of message",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},size:{defaultValue:null,description:"size with spacing between message and root",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the alert.",name:"action",required:!1,type:{name:"ReactNode"}},icon:{defaultValue:null,description:"Override the icon displayed before the children.\nUnless provided, the icon is mapped to the value of the `severity` prop.",name:"icon",required:!1,type:{name:"ReactNode"}},closeText:{defaultValue:null,description:"Override the default label for the *close popup* icon button.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).",name:"closeText",required:!1,type:{name:"string"}},severity:{defaultValue:null,description:"The severity of the alert. This defines the color and icon used.",name:"severity",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"success"'},{value:'"info"'},{value:'"warning"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nWhen provided and no `action` prop is set, a close icon button is displayed that triggers the callback when clicked.\n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Alert/styles/AlertStyle.tsx#AlertStyle"]={docgenInfo:AlertStyle.__docgenInfo,name:"AlertStyle",path:"packages/juno-core/src/components/Alert/styles/AlertStyle.tsx#AlertStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Alert/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/styles/AlertStyle.tsx"),exports)},"./packages/juno-core/src/components/Alert/utils/AlertUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAlertClasses=foundation_1.RcClasses(["root","message","icon"],"RcAlert"),exports.RcAlertSpacings={small:foundation_1.spacing(3,4),medium:foundation_1.spacing(4,5)},exports.RcAlertColors={info:{text:foundation_1.palette2("neutral","f06"),background:foundation_1.palette2("neutral","b03")},error:{text:foundation_1.palette2("danger","f02"),background:foundation_1.palette2("danger","b01")},success:{text:foundation_1.palette2("success","f02"),background:foundation_1.palette2("success","b01")},warning:{text:foundation_1.palette2("warning","f02"),background:foundation_1.palette2("warning","b01")}}},"./packages/juno-core/src/components/Alert/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/utils/AlertUtils.ts"),exports)},"./packages/juno-core/src/components/Animations/Highlight/Highlight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Transitions_1=__webpack_require__("./packages/juno-core/src/components/Transitions/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/utils/index.ts"),RcHighlight=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcHighlight"}),children=props.children,style=props.style,onExit=props.onExit,onEnter=props.onEnter,onExited=props.onExited,backgroundColorProp=props.backgroundColor,_a=props.duration,duration=void 0===_a?3e3:_a,_b=props.holdTime,holdTime=void 0===_b?1e3:_b,_c=props.easing,easing=void 0===_c?"cubic-bezier(.575, .105, .835, .295)":_c,action=props.action,other=tslib_1.__rest(props,["children","style","onExit","onEnter","onExited","backgroundColor","duration","holdTime","easing","action"]),theme=foundation_1.useTheme(),_d=tslib_1.__read(react_1.useState(!1),2),inValue=_d[0],setInValue=_d[1],styles=utils_2.getHighlightStyle({backgroundColorProp,theme}),nodeRef=react_1.useRef(null),handlers=utils_1.useNormalizedTransitionProps(tslib_1.__assign(tslib_1.__assign({},props),{onEnter:function(node,isAppearing){Transitions_1.reflow(node),Transitions_1.setTransitionStyle(node,""),null==onEnter||onEnter(node,isAppearing)},onExit:function(node){var transitionProps=Transitions_1.getTransitionProps({style:{transitionDelay:holdTime+"ms"},timeout:{exit:duration-holdTime},easing},{mode:"exit"}),transitionStyle=theme.transitions.create(["background-color"],transitionProps);Transitions_1.setTransitionStyle(node,transitionStyle),null==onExit||onExit(node)},onExited:function(node){Transitions_1.setTransitionStyle(node,""),null==onExited||onExited(node)}}),nodeRef),foreignRef=foundation_1.useForkRef(children.ref,ref),handleRef=foundation_1.useForkRef(nodeRef,foreignRef);return react_1.useImperativeHandle(action,(function(){return function(){setInValue(!0),setTimeout((function(){return setInValue(!1)}),0)}}),[]),react_1.default.createElement(Transitions_1.Transition,tslib_1.__assign({appear:!0,nodeRef,in:inValue},handlers,other,{timeout:{exit:duration}}),(function(state,childProps){return react_1.default.cloneElement(children,tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},style),children.props.style),styles[state]),ref:handleRef},childProps))}))}));exports.RcHighlight=RcHighlight,RcHighlight.defaultProps={},RcHighlight.displayName="RcHighlight";try{RcHighlight.displayName="RcHighlight",RcHighlight.__docgenInfo={description:"provide transition for highlight element,\ndefault behaviors: highlight for `1s` then transition to non background with `2s`",displayName:"RcHighlight",props:{children:{defaultValue:null,description:"host animation element",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},duration:{defaultValue:null,description:"the time of that animation time, default as `3000`ms",name:"duration",required:!1,type:{name:"number"}},holdTime:{defaultValue:null,description:"the time of that highligh hold time, default as `1000`ms",name:"holdTime",required:!1,type:{name:"number"}},easing:{defaultValue:null,description:"that animation easing",name:"easing",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"that trigger highlight action ref",name:"action",required:!1,type:{name:"((instance: (() => void) | null) => void) | RefObject<() => void> | null"}},backgroundColor:{defaultValue:null,description:"background color when highlight",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Animations/Highlight/Highlight.tsx#RcHighlight"]={docgenInfo:RcHighlight.__docgenInfo,name:"RcHighlight",path:"packages/juno-core/src/components/Animations/Highlight/Highlight.tsx#RcHighlight"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Animations/Highlight/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/Highlight.tsx"),exports)},"./packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");function getHighlightStyle(_a){var backgroundColorProp=_a.backgroundColorProp,theme=_a.theme,backgroundColor=(backgroundColorProp?foundation_1.getParsePaletteColor(backgroundColorProp):foundation_1.setOpacity(foundation_1.palette2("warning","b03"),"12"))({theme});return{entering:{backgroundColor},entered:{backgroundColor},exiting:{backgroundColor:"rgba(255, 255, 255, 0)"},exited:{backgroundColor:""}}}exports.getHighlightStyle=getHighlightStyle;try{getHighlightStyle.displayName="getHighlightStyle",getHighlightStyle.__docgenInfo={description:"",displayName:"getHighlightStyle",props:{backgroundColorProp:{defaultValue:null,description:"",name:"backgroundColorProp",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx#getHighlightStyle"]={docgenInfo:getHighlightStyle.__docgenInfo,name:"getHighlightStyle",path:"packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx#getHighlightStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Animations/Highlight/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx"),exports)},"./packages/juno-core/src/components/Animations/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/index.ts"),exports)},"./packages/juno-core/src/components/AppBar/AppBar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),AppBar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/AppBar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcAppBar=foundation_1.styled(AppBar_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: ",";\n background-color: ",";\n background: linear-gradient(\n to right,\n ",",\n ","\n );\n border-bottom: 1px solid ",";\n z-index: ",";\n"],["\n height: ",";\n background-color: ",";\n background: linear-gradient(\n to right,\n ",",\n ","\n );\n border-bottom: 1px solid ",";\n z-index: ",";\n"])),"56px",foundation_1.palette2("neutral","b01"),foundation_1.palette2("header","bgLeft"),foundation_1.palette2("header","bgRight"),foundation_1.palette2("header","divider"),(function(_a){return""+(_a.theme.zIndex.drawer+10)}));exports.RcAppBar=RcAppBar,RcAppBar.displayName="RcAppBar",RcAppBar.defaultProps={position:"static",elevation:0};try{RcAppBar.displayName="RcAppBar",RcAppBar.__docgenInfo={description:"",displayName:"RcAppBar",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"inherit"'},{value:'"transparent"'},{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:{value:"0"},description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},position:{defaultValue:{value:"static"},description:"The positioning type. The behavior of the different options is described\n[in the MDN web docs](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Positioning).\nNote: `sticky` is not universally supported and will fall back to `static` when unavailable.",name:"position",required:!1,type:{name:"enum",value:[{value:'"static"'},{value:'"sticky"'},{value:'"fixed"'},{value:'"absolute"'},{value:'"relative"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/AppBar/AppBar.tsx#RcAppBar"]={docgenInfo:RcAppBar.__docgenInfo,name:"RcAppBar",path:"packages/juno-core/src/components/AppBar/AppBar.tsx#RcAppBar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/AppBar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/AppBar/AppBar.tsx"),exports)},"./packages/juno-core/src/components/Avatar/Avatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Presence_1=__webpack_require__("./packages/juno-core/src/components/Presence/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Avatar/styles/index.ts");exports.StyledAvatar=styles_1.StyledAvatar;var utils_1=__webpack_require__("./packages/juno-core/src/components/Avatar/utils/index.ts"),_RcAvatar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAvatar"});var presenceOrigin=props.presenceOrigin,idProps=props.id,size=props.size,classes=props.classes,color=props.color,children=props.children,_clickable=props.clickable,onClick=props.onClick,mask=props.mask,presence=props.presence,tooltip=(props.customColor,props.tooltip),iconSize=props.iconSize,iconSymbol=props.iconSymbol,srcProp=props.src,altProp=props.alt,Img=props.Img,imgProps=props.imgProps,presenceProps=props.presenceProps,rest=(props.displayName,tslib_1.__rest(props,["presenceOrigin","id","size","classes","color","children","clickable","onClick","mask","presence","customColor","tooltip","iconSize","iconSymbol","src","alt","Img","imgProps","presenceProps","displayName"])),unClickable=props.unClickable;unClickable=null==unClickable||unClickable;var clickable=null!=_clickable?_clickable:!unClickable,handleClick=react_1.useMemo((function(){return clickable||!unClickable&&onClick?onClick:void 0}),[clickable,onClick,unClickable]),avatar=react_1.useMemo((function(){var avatarChildren=function(){var src=srcProp||(null==imgProps?void 0:imgProps.src);if(src){var ImgComp=Img||"img";return react_1.default.createElement(ImgComp,tslib_1.__assign({src,alt:altProp},imgProps))}if(iconSymbol){var _size="half"===iconSize?utils_1.RcAvatarSizes[size]/2:utils_1.RcAvatarSizes[iconSize||size];return react_1.default.createElement(styles_1.StyledIconAvatar,{size:_size,symbol:iconSymbol})}return children||null}(),_avatar=react_1.default.createElement(styles_1.StyledAvatar,{size,color,iconSymbol,className:clsx_1.default(null==classes?void 0:classes.avatarContainer,utils_1.RcAvatarClasses.avatarContainer)},avatarChildren,mask&&react_1.default.createElement(styles_1.RcAvatarMask,{className:clsx_1.default(null==classes?void 0:classes.mask,utils_1.RcAvatarClasses.mask)},"boolean"==typeof mask?void 0:mask));return tooltip&&(_avatar=react_1.default.createElement(Tooltip_1.RcTooltip,{title:tooltip},_avatar)),_avatar}),[Img,altProp,children,null==classes?void 0:classes.avatarContainer,null==classes?void 0:classes.mask,color,iconSize,iconSymbol,imgProps,mask,size,srcProp,tooltip]),_a=presenceOrigin,horizontal=_a.horizontal,vertical=_a.vertical,presenceChildren=react_1.useMemo((function(){var _presence=null;return presence?_presence=presence:presenceProps&&(_presence=react_1.default.createElement(Presence_1.RcPresence,tslib_1.__assign({size},presenceProps))),_presence?react_1.default.createElement(styles_1.StyledPresenceWrapper,{horizontal,vertical,className:clsx_1.default(null==classes?void 0:classes.presenceWrapper,utils_1.RcAvatarClasses.presenceWrapper)},_presence):null}),[classes,horizontal,presence,presenceProps,size,vertical]),dataAttrProps=idProps?{id:""+idProps,"data-uid":""+idProps,"data-cid":""+idProps,"data-test-automation-value":""+idProps}:{};return react_1.default.createElement(styles_1.StyledAvatarWrapper,tslib_1.__assign({ref},dataAttrProps,{onClick:handleClick,"data-test-automation-class":"avatar",clickable},rest),avatar,presenceChildren)})),RcAvatar=foundation_1.styled(Tooltip_1.withTooltip(_RcAvatar))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));RcAvatar.defaultProps={size:"medium",presenceOrigin:{horizontal:"right",vertical:"bottom"}},RcAvatar.displayName="RcAvatar";var templateObject_1,ExportType=RcAvatar;exports.RcAvatar=ExportType;try{RcAvatar.displayName="RcAvatar",RcAvatar.__docgenInfo={description:"",displayName:"RcAvatar",props:{color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/Avatar.tsx#RcAvatar"]={docgenInfo:RcAvatar.__docgenInfo,name:"RcAvatar",path:"packages/juno-core/src/components/Avatar/Avatar.tsx#RcAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),AvatarDoc=function(props){return react_1.default.createElement(react_1.default.Fragment,null,"This component only for props generator")};exports.AvatarDoc=AvatarDoc;try{AvatarDoc.displayName="AvatarDoc",AvatarDoc.__docgenInfo={description:"",displayName:"AvatarDoc",props:{presenceOrigin:{defaultValue:null,description:"The anchor of the presence.",name:"presenceOrigin",required:!1,type:{name:"PresenceOrigin"}},src:{defaultValue:null,description:"src for avatar image",name:"src",required:!1,type:{name:"string"}},imgProps:{defaultValue:null,description:"attrs on img element",name:"imgProps",required:!1,type:{name:"ImgHTMLAttributes"}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},clickable:{defaultValue:null,description:"is that avatar can be click, default is false",name:"clickable",required:!1,type:{name:"boolean"}},mask:{defaultValue:null,description:"with mack in the bottom of avatar,\nwhen pass boolean, that will use default `` to render mask,\nalso can provide `jsx` to custom below render",name:"mask",required:!1,type:{name:"boolean | Element"}},presence:{defaultValue:null,description:"support custom presence",name:"presence",required:!1,type:{name:"Element"}},presenceProps:{defaultValue:null,description:"useless when prop 'presence' is not empty",name:"presenceProps",required:!1,type:{name:'Pick'}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},iconSize:{defaultValue:null,description:"can custom the icon size, half mean that will be half size of avatar",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"half"'}]}},shouldRenderPresenceHovered:{defaultValue:null,description:"only show presence when hovered or active",name:"shouldRenderPresenceHovered",required:!1,type:{name:"boolean"}},Img:{defaultValue:null,description:"@deprecated",name:"Img",required:!1,type:{name:"ComponentClass<{ src: string; }, any> | FunctionComponent<{ src: string; }>"}},customColor:{defaultValue:null,description:"@deprecated",name:"customColor",required:!1,type:{name:"boolean"}},unClickable:{defaultValue:null,description:"@deprecated",name:"unClickable",required:!1,type:{name:"boolean"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},displayName:{defaultValue:null,description:"@deprecated",name:"displayName",required:!1,type:{name:"string"}},alt:{defaultValue:null,description:"@deprecated",name:"alt",required:!1,type:{name:"string"}},tooltip:{defaultValue:null,description:"@deprecated",name:"tooltip",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:"Partial>"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx#AvatarDoc"]={docgenInfo:AvatarDoc.__docgenInfo,name:"AvatarDoc",path:"packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx#AvatarDoc"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/Avatar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/utils/useAvatarColorToken.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/utils/useAvatarShortName.ts"),exports)},"./packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),palette_light_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.light.json")),utils_1=__webpack_require__("./packages/juno-core/src/components/Avatar/utils/index.ts"),avatarPaletteKeys=Object.keys(palette_light_json_1.default.avatar),_StyledAvatar=react_1.forwardRef((function(_a,ref){_a.color,_a.size,_a.iconSymbol;var rest=tslib_1.__rest(_a,["color","size","iconSymbol"]);return react_1.default.createElement("div",tslib_1.__assign({ref},rest))}));exports.StyledAvatar=foundation_1.styled(_StyledAvatar)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n line-height: 1;\n border-radius: ",";\n overflow: hidden;\n user-select: none;\n outline: none;\n color: ",";\n\n ",";\n\n > img,\n > canvas {\n width: 100%;\n height: 100%;\n }\n"],["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n line-height: 1;\n border-radius: ",";\n overflow: hidden;\n user-select: none;\n outline: none;\n color: ",";\n\n ",";\n\n > img,\n > canvas {\n width: 100%;\n height: 100%;\n }\n"])),foundation_1.radius("circle"),foundation_1.palette2("neutral","f01"),(function(_a){var size=_a.size,color=_a.color,iconSymbol=_a.iconSymbol,value=utils_1.RcAvatarSizes[size];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n width: ","px;\n height: ","px;\n background-color: ",";\n "],["\n ",";\n width: ","px;\n height: ","px;\n background-color: ",";\n "])),foundation_1.typography(utils_1.RcAvatarFonts[size]),value,value,function(color,iconSymbol){return color&&"string"==typeof color&&avatarPaletteKeys.indexOf(color)>-1?foundation_1.palette2("avatar",color):foundation_1.getParsePaletteColor(color,iconSymbol?["avatar","primary"]:["neutral","b03"])}(color,iconSymbol))}));try{StyledAvatar.displayName="StyledAvatar",StyledAvatar.__docgenInfo={description:"",displayName:"StyledAvatar",props:{color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx#StyledAvatar"]={docgenInfo:StyledAvatar.__docgenInfo,name:"StyledAvatar",path:"packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx#StyledAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Avatar/utils/index.ts"),_StyledAvatarWrapper=react_1.forwardRef((function(_a,ref){var children=_a.children,clickable=_a.clickable,rest=(_a.color,_a.shouldRenderPresenceHovered,tslib_1.__rest(_a,["children","clickable","color","shouldRenderPresenceHovered"]));return clickable?react_1.default.createElement("button",tslib_1.__assign({ref,type:"button"},rest),children):react_1.default.createElement("div",tslib_1.__assign({ref},rest),children)})),focusVisibleAndAvatarContainer=foundation_1.focusVisible+" ."+utils_1.RcAvatarClasses.avatarContainer;exports.StyledAvatarWrapper=foundation_1.styled(_StyledAvatarWrapper)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: relative;\n display: inline-flex;\n outline: 0;\n\n ",";\n\n ","\n\n ",";\n"],["\n position: relative;\n display: inline-flex;\n outline: 0;\n\n ",";\n\n ","\n\n ",";\n"])),(function(_a){return _a.disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n pointer-events: none;\n opacity: ",";\n "],["\n pointer-events: none;\n opacity: ",";\n "])),foundation_1.opacity("32"))}),(function(_a){return _a.shouldRenderPresenceHovered&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n visibility: hidden;\n }\n\n "," {\n ."," {\n visibility: visible;\n }\n }\n "],["\n ."," {\n visibility: hidden;\n }\n\n "," {\n ."," {\n visibility: visible;\n }\n }\n "])),utils_1.RcAvatarClasses.presenceWrapper,foundation_1.focusWithin,utils_1.RcAvatarClasses.presenceWrapper)}),(function(_a){return _a.clickable&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: 4px;\n }\n\n ",",\n .",":hover {\n opacity: ",";\n }\n\n ",",\n ."," {\n &:active {\n opacity: ",";\n }\n }\n "],["\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: 4px;\n }\n\n ",",\n .",":hover {\n opacity: ",";\n }\n\n ",",\n ."," {\n &:active {\n opacity: ",";\n }\n }\n "])),foundation_1.nonStyleButton,foundation_1.focusVisible,foundation_1.focusVisibleColor,focusVisibleAndAvatarContainer,utils_1.RcAvatarClasses.avatarContainer,foundation_1.opacity("12",!0),focusVisibleAndAvatarContainer,utils_1.RcAvatarClasses.avatarContainer,foundation_1.opacity("24",!0))}));try{StyledAvatarWrapper.displayName="StyledAvatarWrapper",StyledAvatarWrapper.__docgenInfo={description:"",displayName:"StyledAvatarWrapper",props:{mask:{defaultValue:null,description:"with mack in the bottom of avatar,\nwhen pass boolean, that will use default `` to render mask,\nalso can provide `jsx` to custom below render",name:"mask",required:!1,type:{name:"boolean | Element"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},tooltip:{defaultValue:null,description:"@deprecated",name:"tooltip",required:!1,type:{name:"string"}},iconSize:{defaultValue:null,description:"can custom the icon size, half mean that will be half size of avatar",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"half"'}]}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},src:{defaultValue:null,description:"src for avatar image",name:"src",required:!1,type:{name:"string"}},clickable:{defaultValue:null,description:"is that avatar can be click, default is false",name:"clickable",required:!1,type:{name:"true"}},alt:{defaultValue:null,description:"@deprecated",name:"alt",required:!1,type:{name:"string"}},presence:{defaultValue:null,description:"support custom presence",name:"presence",required:!1,type:{name:"Element"}},presenceOrigin:{defaultValue:null,description:"The anchor of the presence.",name:"presenceOrigin",required:!1,type:{name:"PresenceOrigin"}},imgProps:{defaultValue:null,description:"attrs on img element",name:"imgProps",required:!1,type:{name:"ImgHTMLAttributes"}},presenceProps:{defaultValue:null,description:"useless when prop 'presence' is not empty",name:"presenceProps",required:!1,type:{name:'Pick'}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},shouldRenderPresenceHovered:{defaultValue:null,description:"only show presence when hovered or active",name:"shouldRenderPresenceHovered",required:!1,type:{name:"boolean"}},Img:{defaultValue:null,description:"@deprecated",name:"Img",required:!1,type:{name:"ComponentClass<{ src: string; }, any> | FunctionComponent<{ src: string; }>"}},customColor:{defaultValue:null,description:"@deprecated",name:"customColor",required:!1,type:{name:"boolean"}},unClickable:{defaultValue:null,description:"@deprecated",name:"unClickable",required:!1,type:{name:"boolean"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},displayName:{defaultValue:null,description:"@deprecated",name:"displayName",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx#StyledAvatarWrapper"]={docgenInfo:StyledAvatarWrapper.__docgenInfo,name:"StyledAvatarWrapper",path:"packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx#StyledAvatarWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.StyledIconAvatar=foundation_1.styled((function(_a){_a.size;var rest=tslib_1.__rest(_a,["size"]);return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({size:"inherit"},rest))}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n font-size: ","px;\n"],["\n font-size: ","px;\n"])),(function(_a){return _a.size}));try{StyledIconAvatar.displayName="StyledIconAvatar",StyledIconAvatar.__docgenInfo={description:"",displayName:"StyledIconAvatar",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},size:{defaultValue:null,description:"",name:"size",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx#StyledIconAvatar"]={docgenInfo:StyledIconAvatar.__docgenInfo,name:"StyledIconAvatar",path:"packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx#StyledIconAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledMask.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),StyledMask=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n bottom: 0;\n\n width: 100%;\n height: 27.5%;\n background-color: ",";\n color: ",";\n text-align: center;\n ","\n"],["\n position: absolute;\n right: 0;\n bottom: 0;\n\n width: 100%;\n height: 27.5%;\n background-color: ",";\n color: ",";\n text-align: center;\n ","\n"])),foundation_1.setOpacity(foundation_1.palette2("neutral","b06"),"56"),foundation_1.palette2("neutral","f01"),foundation_1.flexCenterStyle),defaultChildren=react_1.default.createElement(Icon_1.RcIcon,{size:"small",symbol:juno_icon_1.Edit}),RcAvatarMask=function(_a){var className=_a.className,_b=_a.children,children=void 0===_b?defaultChildren:_b;return react_1.default.createElement(StyledMask,{className},children)};exports.RcAvatarMask=RcAvatarMask;try{RcAvatarMask.displayName="RcAvatarMask",RcAvatarMask.__docgenInfo={description:"",displayName:"RcAvatarMask",props:{className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledMask.tsx#RcAvatarMask"]={docgenInfo:RcAvatarMask.__docgenInfo,name:"RcAvatarMask",path:"packages/juno-core/src/components/Avatar/styles/StyledMask.tsx#RcAvatarMask"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.StyledPresenceWrapper=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n ",": 14%;\n ",": 14%;\n transform: translate(\n ","50%,\n ","50%\n );\n transform-origin: 100% 100%;\n"],["\n position: absolute;\n ",": 14%;\n ",": 14%;\n transform: translate(\n ","50%,\n ","50%\n );\n transform-origin: 100% 100%;\n"])),(function(_a){return _a.horizontal}),(function(_a){return _a.vertical}),(function(_a){return"right"===_a.horizontal?"":"-"}),(function(_a){return"bottom"===_a.vertical?"":"-"}));try{StyledPresenceWrapper.displayName="StyledPresenceWrapper",StyledPresenceWrapper.__docgenInfo={description:"",displayName:"StyledPresenceWrapper",props:{horizontal:{defaultValue:null,description:"",name:"horizontal",required:!0,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'}]}},vertical:{defaultValue:null,description:"",name:"vertical",required:!0,type:{name:"enum",value:[{value:'"bottom"'},{value:'"top"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx#StyledPresenceWrapper"]={docgenInfo:StyledPresenceWrapper.__docgenInfo,name:"StyledPresenceWrapper",path:"packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx#StyledPresenceWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledMask.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx"),exports)},"./packages/juno-core/src/components/Avatar/utils/AvatarUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAvatarSizes={xxsmall:24,xsmall:32,small:40,medium:64,large:80,xlarge:100},exports.RcAvatarClasses=foundation_1.RcClasses(["presenceWrapper","avatarContainer","mask"],"RcAvatar"),exports.RcAvatarFonts={xlarge:"display2",large:"display1",medium:"title2",small:"subheading2",xsmall:"subheading2",xxsmall:"caption2"}},"./packages/juno-core/src/components/Avatar/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/utils/AvatarUtils.ts"),exports)},"./packages/juno-core/src/components/Avatar/utils/useAvatarColorToken.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),AVATAR_COLORS=["avatar.tomato","avatar.blueberry","avatar.oasis","avatar.gold","avatar.sage","avatar.ash","avatar.persimmon","avatar.pear","avatar.brass","avatar.lake"];function getAvatarColorTokenFromId(id){var e_1,_a,hash=0,total=AVATAR_COLORS.length;try{for(var _b=tslib_1.__values(""+(null!=id?id:"")),_c=_b.next();!_c.done;_c=_b.next()){var i=_c.value;hash+=String(i).charCodeAt(0)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}return hash<0&&(hash=-hash),AVATAR_COLORS[hash%total]}exports.getAvatarColorTokenFromId=getAvatarColorTokenFromId,exports.useAvatarColorToken=function(id){return react_1.useMemo((function(){return getAvatarColorTokenFromId(id)}),[id])}},"./packages/juno-core/src/components/Avatar/utils/useAvatarShortName.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");function isValidOnlyLetterOrNumbers(value){return/^[0-9A-Za-z\s\-~`!@#$%^&*()-_+=[\]{};:"',<.>/?,。?¥!……【】’“;《》()]+$/.test(value)}function getFirstUpperCase(name){return name&&name[0].toUpperCase()||""}function handleOnlyLetterOrNumbers(firstName,lastName){return""+getFirstUpperCase(firstName)+getFirstUpperCase(lastName)}function getAvatarShortName(firstName,lastName,email){if(void 0===firstName&&(firstName=""),void 0===lastName&&(lastName=""),lastName||firstName){var firstValid=isValidOnlyLetterOrNumbers(firstName),lastValid=isValidOnlyLetterOrNumbers(lastName);return firstValid&&lastValid?handleOnlyLetterOrNumbers(firstName,lastName):firstValid||lastValid?function handleOneOfName(firstName,lastName){var names=!!firstName&&firstName.split(/\s+/)||!!lastName&&lastName.split(/\s+/);return""+getFirstUpperCase(names[0])+getFirstUpperCase(names[1])}(firstName,lastName):""}return email?handleOnlyLetterOrNumbers(email,""):""}exports.getAvatarShortName=getAvatarShortName,exports.useAvatarShortName=function(_a){var firstName=_a.firstName,lastName=_a.lastName,email=_a.email;return react_1.useMemo((function(){return getAvatarShortName(firstName,lastName,email)}),[email,firstName,lastName])}},"./packages/juno-core/src/components/Backdrop/Backdrop.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Backdrop_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Backdrop/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/utils/index.ts"),_RcBackdrop=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcBackdrop"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcBackdropClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Backdrop_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcBackdrop=foundation_1.styled(_RcBackdrop)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.BackdropStyle);exports.RcBackdrop=RcBackdrop,RcBackdrop.defaultProps={},RcBackdrop.displayName="RcBackdrop";try{RcBackdrop.displayName="RcBackdrop",RcBackdrop.__docgenInfo={description:"",displayName:"RcBackdrop",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},invisible:{defaultValue:null,description:"If `true`, the backdrop is invisible.\nIt can be used when rendering a popover or a custom select component.",name:"invisible",required:!1,type:{name:"boolean"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the backdrop is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Backdrop/Backdrop.tsx#RcBackdrop"]={docgenInfo:RcBackdrop.__docgenInfo,name:"RcBackdrop",path:"packages/juno-core/src/components/Backdrop/Backdrop.tsx#RcBackdrop"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Backdrop/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/Backdrop.tsx"),exports)},"./packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/utils/index.ts");exports.BackdropStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n background-color: rgba(0, 0, 0, 0.7);\n }\n "],["\n &."," {\n background-color: rgba(0, 0, 0, 0.7);\n }\n "])),utils_1.RcBackdropClasses.root)};try{BackdropStyle.displayName="BackdropStyle",BackdropStyle.__docgenInfo={description:"",displayName:"BackdropStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},invisible:{defaultValue:null,description:"If `true`, the backdrop is invisible.\nIt can be used when rendering a popover or a custom select component.",name:"invisible",required:!1,type:{name:"boolean"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the backdrop is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx#BackdropStyle"]={docgenInfo:BackdropStyle.__docgenInfo,name:"BackdropStyle",path:"packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx#BackdropStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Backdrop/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx"),exports)},"./packages/juno-core/src/components/Backdrop/utils/BackdropUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcBackdropClasses=foundation_1.RcClasses(["root"],"RcBackdrop")},"./packages/juno-core/src/components/Backdrop/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/utils/BackdropUtils.ts"),exports)},"./packages/juno-core/src/components/Badge/Badge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Badge_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Badge/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Badge/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Badge/utils/index.ts"),DotBadge_1=__webpack_require__("./packages/juno-core/src/components/Badge/DotBadge.tsx"),_RcBadge=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcBadge"}),classesProp=props.classes,children=props.children,overlap=props.overlap,variant=(props.color,props.variant),anchorOrigin=(props.textColor,props.anchorOrigin),component=(props.borderColor,props.component),dotComponent=props.dotComponent,dotProps=props.dotProps,invisible=props.invisible,badgeContent=props.badgeContent,_a=props.showZero,showZero=void 0!==_a&&_a,rest=tslib_1.__rest(props,["classes","children","overlap","color","variant","textColor","anchorOrigin","borderColor","component","dotComponent","dotProps","invisible","badgeContent","showZero"]);var innerRef=react_1.useRef(null),badgeRef=foundation_1.useForkRef(innerRef,ref),isRound="round"===overlap,isDot="dot"===variant,notPassOverlapToMui="none"!==overlap&&!isRound;isRound&&utils_1.useRoundBadgeOffset(innerRef);var classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcBadgeClasses,classesProp)}),[classesProp]),renderBadge=function(customComponent){return void 0===customComponent&&(customComponent=component),react_1.default.createElement(Badge_1.default,tslib_1.__assign({},rest,{variant,invisible,badgeContent,showZero,anchorOrigin,component:customComponent,overlap:notPassOverlapToMui?overlap:void 0,ref:badgeRef,classes}),children)};return isDot?react_1.default.createElement(DotBadge_1.DotBadgeContext.Provider,{value:{anchorOrigin,dotComponent,dotProps,invisible,overlap,children,badgeContent,showZero}},renderBadge(DotBadge_1.DotBadge)):renderBadge(component)})),RcBadge=foundation_1.styled(_RcBadge)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.BadgeStyle);exports.RcBadge=RcBadge,RcBadge.defaultProps={color:"umi.mentioned",textColor:"umi.text",overlap:"rectangular",anchorOrigin:{horizontal:"right",vertical:"top"}},RcBadge.displayName="RcBadge";try{RcBadge.displayName="RcBadge",RcBadge.__docgenInfo={description:"",displayName:"RcBadge",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:{value:"umi.mentioned"},description:"tag color, default is `umi.mentioned`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},children:{defaultValue:null,description:"The badge will be added relative to this node.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"dot"'},{value:'"standard"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},invisible:{defaultValue:null,description:"If `true`, the badge will be invisible.",name:"invisible",required:!1,type:{name:"boolean"}},anchorOrigin:{defaultValue:{value:"{\n horizontal: 'right',\n vertical: 'top',\n }"},description:"The anchor of the badge.",name:"anchorOrigin",required:!1,type:{name:"BadgeOrigin"}},overlap:{defaultValue:{value:"rectangular"},description:'Wrapped shape the badge should overlap\n- `circular`: for circular children\n- `rectangular`: for rectangular children\n- `round`: for round radius rectangular children, like\n```jsx\nclick\n```\n- `none`: not do any overlap on that badge',name:"overlap",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"round"'},{value:'"rectangular"'},{value:'"circular"'}]}},badgeContent:{defaultValue:null,description:"The content rendered within the badge.",name:"badgeContent",required:!1,type:{name:"ReactNode"}},max:{defaultValue:null,description:"Max count to show.",name:"max",required:!1,type:{name:"number"}},showZero:{defaultValue:null,description:"Controls whether the badge is hidden when `badgeContent` is zero.",name:"showZero",required:!1,type:{name:"boolean"}},borderColor:{defaultValue:null,description:"tag border color",name:"borderColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},textColor:{defaultValue:{value:"umi.text"},description:"text color, default is `umi.text`",name:"textColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},dotComponent:{defaultValue:null,description:"Custom dot render Component in `dot` mode\nif you don't want any dot, you can set `null`",name:"dotComponent",required:!1,type:{name:"ComponentClass | FunctionComponent | null"}},dotProps:{defaultValue:null,description:"when mode is dot, that addition dotProps",name:"dotProps",required:!1,type:{name:"RcPresenceProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/Badge.tsx#RcBadge"]={docgenInfo:RcBadge.__docgenInfo,name:"RcBadge",path:"packages/juno-core/src/components/Badge/Badge.tsx#RcBadge"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Badge/DotBadge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js"),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Badge/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Badge/utils/index.ts");exports.DotBadgeContext=react_1.createContext({}),exports.DotBadge=react_1.forwardRef((function(_a,ref){_a.children;var _b,rest=tslib_1.__rest(_a,["children"]),_c=react_1.useContext(exports.DotBadgeContext),anchorOrigin=_c.anchorOrigin,dotComponent=_c.dotComponent,dotProps=_c.dotProps,invisibleProp=_c.invisible,badgeContent=_c.badgeContent,showZero=_c.showZero,overlap=_c.overlap,children=_c.children,invisible=invisibleProp;"boolean"==typeof invisibleProp||0!==badgeContent||showZero||(invisible=!0);var _d=anchorOrigin,horizontal=_d.horizontal,vertical=_d.vertical,addClassName="MuiBadge-anchorOrigin"+utils_1.capitalize(vertical)+utils_1.capitalize(horizontal)+utils_1.capitalize(overlap),DotComponent=null!=dotComponent?dotComponent:styles_1.DefaultDotComponent,applyDotProps=foundation_1.combineProps({className:clsx_1.default(addClassName,utils_2.RcBadgeClasses.badge,(_b={},_b[utils_2.RcBadgeClasses.invisible]=invisible,_b["MuiBadge-invisible"]=invisible,_b))},dotProps);return react_1.default.createElement("div",tslib_1.__assign({},rest,{ref}),children,null!==dotComponent&&react_1.default.createElement(Box_1.RcBox,{position:"absolute",zIndex:"1",clone:!0},react_1.default.createElement(DotComponent,tslib_1.__assign({},applyDotProps))))}));try{DotBadge.displayName="DotBadge",DotBadge.__docgenInfo={description:"",displayName:"DotBadge",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/DotBadge.tsx#DotBadge"]={docgenInfo:DotBadge.__docgenInfo,name:"DotBadge",path:"packages/juno-core/src/components/Badge/DotBadge.tsx#DotBadge"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Badge/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/Badge.tsx"),exports)},"./packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Badge/utils/index.ts");exports.BadgeStyle=function(_a){var badgeContent=_a.badgeContent,overlap=_a.overlap,variant=_a.variant,textColor=_a.textColor,borderColor=_a.borderColor,max=_a.max,color=_a.color,overlapRound="round"===overlap,overlapNone="none"===overlap,isStandard="dot"!==variant,borderCurrColor=foundation_1.getParsePaletteColor(borderColor,null,!1),manyChar=["number","string"].includes(typeof badgeContent)&&1!==(""+badgeContent).length||max&&max>0&&+badgeContent>max;return foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n ."," {\n margin: ",";\n color: ",";\n background-color: ",";\n transition: ",";\n\n ",";\n\n ","\n\n ","\n }\n "],["\n ."," {\n margin: ",";\n color: ",";\n background-color: ",";\n transition: ",";\n\n ",";\n\n ","\n\n ","\n }\n "])),utils_1.RcBadgeClasses.badge,overlapRound&&"var("+utils_1.roundBadgeMarginKey+")",foundation_1.getParsePaletteColor(textColor,null,!1),foundation_1.getParsePaletteColor(color,null,!1),(function(_a){var theme=_a.theme;return theme.transitions.create("transform",{easing:theme.transitions.easing.easeInOut,duration:theme.transitions.duration.enteringScreen})}),borderColor&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),isStandard?foundation_1.fakeBorder({color:borderCurrColor,radius:"round"}):foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-color: ",";\n "],["\n border-color: ",";\n "])),borderCurrColor)),isStandard&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 18px;\n min-width: 18px;\n padding: ",";\n "],["\n height: 18px;\n min-width: 18px;\n padding: ",";\n "])),!manyChar&&0),overlapNone&&foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: unset;\n transform: unset;\n\n &."," {\n transform: scale(0);\n }\n "],["\n position: unset;\n transform: unset;\n\n &."," {\n transform: scale(0);\n }\n "])),utils_1.RcBadgeClasses.invisible))},exports.DefaultDotComponent=foundation_1.styled.div(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n border-radius: 50%;\n width: 8px;\n height: 8px;\n border: 2px solid ",";\n"],["\n border-radius: 50%;\n width: 8px;\n height: 8px;\n border: 2px solid ",";\n"])),foundation_1.palette2("neutral","l01"));try{BadgeStyle.displayName="BadgeStyle",BadgeStyle.__docgenInfo={description:"",displayName:"BadgeStyle",props:{color:{defaultValue:null,description:"tag color, default is `umi.mentioned`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},textColor:{defaultValue:null,description:"text color, default is `umi.text`",name:"textColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},borderColor:{defaultValue:null,description:"tag border color",name:"borderColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},overlap:{defaultValue:null,description:'Wrapped shape the badge should overlap\n- `circular`: for circular children\n- `rectangular`: for rectangular children\n- `round`: for round radius rectangular children, like\n```jsx\nclick\n```\n- `none`: not do any overlap on that badge',name:"overlap",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"round"'},{value:'"rectangular"'},{value:'"circular"'}]}},dotComponent:{defaultValue:null,description:"Custom dot render Component in `dot` mode\nif you don't want any dot, you can set `null`",name:"dotComponent",required:!1,type:{name:"ComponentClass | FunctionComponent | null"}},dotProps:{defaultValue:null,description:"when mode is dot, that addition dotProps",name:"dotProps",required:!1,type:{name:"RcPresenceProps"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The badge will be added relative to this node.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"dot"'},{value:'"standard"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},invisible:{defaultValue:null,description:"If `true`, the badge will be invisible.",name:"invisible",required:!1,type:{name:"boolean"}},anchorOrigin:{defaultValue:null,description:"The anchor of the badge.",name:"anchorOrigin",required:!1,type:{name:"BadgeOrigin"}},badgeContent:{defaultValue:null,description:"The content rendered within the badge.",name:"badgeContent",required:!1,type:{name:"ReactNode"}},max:{defaultValue:null,description:"Max count to show.",name:"max",required:!1,type:{name:"number"}},showZero:{defaultValue:null,description:"Controls whether the badge is hidden when `badgeContent` is zero.",name:"showZero",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#BadgeStyle"]={docgenInfo:BadgeStyle.__docgenInfo,name:"BadgeStyle",path:"packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#BadgeStyle"})}catch(__react_docgen_typescript_loader_error){}try{DefaultDotComponent.displayName="DefaultDotComponent",DefaultDotComponent.__docgenInfo={description:"",displayName:"DefaultDotComponent",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#DefaultDotComponent"]={docgenInfo:DefaultDotComponent.__docgenInfo,name:"DefaultDotComponent",path:"packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#DefaultDotComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Badge/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx"),exports)},"./packages/juno-core/src/components/Badge/utils/BadgeUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcBadgeClasses=foundation_1.RcClasses(["badge","invisible"],"RcBadge"),exports.roundBadgeMarginKey="--badge-round-margin";var sqrt2=Math.sqrt(2),powBy=sqrt2-1;exports.getRoundOffset=function(x){return x*powBy/sqrt2}},"./packages/juno-core/src/components/Badge/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/utils/BadgeUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx"),exports)},"./packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),BadgeUtils_1=__webpack_require__("./packages/juno-core/src/components/Badge/utils/BadgeUtils.ts");exports.useRoundBadgeOffset=function(badgeRef){var currHeightRef=react_1.useRef(0);foundation_1.useResizeObserver(badgeRef,(function(_a){var badgeObsEntry=tslib_1.__read(_a,1)[0],height=badgeObsEntry.contentRect.height,element=badgeObsEntry.target;if(currHeightRef.current!==height){currHeightRef.current=height;var offset=BadgeUtils_1.getRoundOffset(height/2);element.style.setProperty(BadgeUtils_1.roundBadgeMarginKey,foundation_1.px(offset))}}),{mode:"throttle"})};try{useRoundBadgeOffset.displayName="useRoundBadgeOffset",useRoundBadgeOffset.__docgenInfo={description:"modify round badge offset to correct position,\nonly trigger when host element height change",displayName:"useRoundBadgeOffset",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx#useRoundBadgeOffset"]={docgenInfo:useRoundBadgeOffset.__docgenInfo,name:"useRoundBadgeOffset",path:"packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx#useRoundBadgeOffset"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Box/Box.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Box_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Box/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcBox=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcBox"}),addProps={ref};return react_1.default.createElement(Box_1.default,tslib_1.__assign({},addProps,props))}));exports.RcBox=RcBox;try{RcBox.displayName="RcBox",RcBox.__docgenInfo={description:"",displayName:"RcBox",props:{color:{defaultValue:null,description:"all palette color support",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},bgcolor:{defaultValue:null,description:"all palette color support",name:"bgcolor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},borderColor:{defaultValue:null,description:"all palette color support",name:"borderColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},zIndex:{defaultValue:null,description:"",name:"zIndex",required:!1,type:{name:"any"}},p:{defaultValue:null,description:"",name:"p",required:!1,type:{name:"any"}},component:{defaultValue:null,description:"",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},fontFamily:{defaultValue:null,description:"",name:"fontFamily",required:!1,type:{name:"any"}},fontSize:{defaultValue:null,description:"",name:"fontSize",required:!1,type:{name:"any"}},bottom:{defaultValue:null,description:"",name:"bottom",required:!1,type:{name:"any"}},left:{defaultValue:null,description:"",name:"left",required:!1,type:{name:"any"}},right:{defaultValue:null,description:"",name:"right",required:!1,type:{name:"any"}},top:{defaultValue:null,description:"",name:"top",required:!1,type:{name:"any"}},position:{defaultValue:null,description:"",name:"position",required:!1,type:{name:"any"}},border:{defaultValue:null,description:"",name:"border",required:!1,type:{name:"any"}},borderTop:{defaultValue:null,description:"",name:"borderTop",required:!1,type:{name:"any"}},borderRight:{defaultValue:null,description:"",name:"borderRight",required:!1,type:{name:"any"}},borderBottom:{defaultValue:null,description:"",name:"borderBottom",required:!1,type:{name:"any"}},borderLeft:{defaultValue:null,description:"",name:"borderLeft",required:!1,type:{name:"any"}},borderRadius:{defaultValue:null,description:"",name:"borderRadius",required:!1,type:{name:"any"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"any"}},displayPrint:{defaultValue:null,description:"",name:"displayPrint",required:!1,type:{name:"any"}},overflow:{defaultValue:null,description:"",name:"overflow",required:!1,type:{name:"any"}},textOverflow:{defaultValue:null,description:"",name:"textOverflow",required:!1,type:{name:"any"}},visibility:{defaultValue:null,description:"",name:"visibility",required:!1,type:{name:"any"}},whiteSpace:{defaultValue:null,description:"",name:"whiteSpace",required:!1,type:{name:"any"}},flexBasis:{defaultValue:null,description:"",name:"flexBasis",required:!1,type:{name:"any"}},flexDirection:{defaultValue:null,description:"",name:"flexDirection",required:!1,type:{name:"any"}},flexWrap:{defaultValue:null,description:"",name:"flexWrap",required:!1,type:{name:"any"}},justifyContent:{defaultValue:null,description:"",name:"justifyContent",required:!1,type:{name:"any"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"any"}},alignContent:{defaultValue:null,description:"",name:"alignContent",required:!1,type:{name:"any"}},order:{defaultValue:null,description:"",name:"order",required:!1,type:{name:"any"}},flex:{defaultValue:null,description:"",name:"flex",required:!1,type:{name:"any"}},flexGrow:{defaultValue:null,description:"",name:"flexGrow",required:!1,type:{name:"any"}},flexShrink:{defaultValue:null,description:"",name:"flexShrink",required:!1,type:{name:"any"}},alignSelf:{defaultValue:null,description:"",name:"alignSelf",required:!1,type:{name:"any"}},justifyItems:{defaultValue:null,description:"",name:"justifyItems",required:!1,type:{name:"any"}},justifySelf:{defaultValue:null,description:"",name:"justifySelf",required:!1,type:{name:"any"}},gridGap:{defaultValue:null,description:"",name:"gridGap",required:!1,type:{name:"any"}},gridColumnGap:{defaultValue:null,description:"",name:"gridColumnGap",required:!1,type:{name:"any"}},gridRowGap:{defaultValue:null,description:"",name:"gridRowGap",required:!1,type:{name:"any"}},gridColumn:{defaultValue:null,description:"",name:"gridColumn",required:!1,type:{name:"any"}},gridRow:{defaultValue:null,description:"",name:"gridRow",required:!1,type:{name:"any"}},gridAutoFlow:{defaultValue:null,description:"",name:"gridAutoFlow",required:!1,type:{name:"any"}},gridAutoColumns:{defaultValue:null,description:"",name:"gridAutoColumns",required:!1,type:{name:"any"}},gridAutoRows:{defaultValue:null,description:"",name:"gridAutoRows",required:!1,type:{name:"any"}},gridTemplateColumns:{defaultValue:null,description:"",name:"gridTemplateColumns",required:!1,type:{name:"any"}},gridTemplateRows:{defaultValue:null,description:"",name:"gridTemplateRows",required:!1,type:{name:"any"}},gridTemplateAreas:{defaultValue:null,description:"",name:"gridTemplateAreas",required:!1,type:{name:"any"}},gridArea:{defaultValue:null,description:"",name:"gridArea",required:!1,type:{name:"any"}},boxShadow:{defaultValue:null,description:"",name:"boxShadow",required:!1,type:{name:"any"}},width:{defaultValue:null,description:"",name:"width",required:!1,type:{name:"any"}},maxWidth:{defaultValue:null,description:"",name:"maxWidth",required:!1,type:{name:"any"}},minWidth:{defaultValue:null,description:"",name:"minWidth",required:!1,type:{name:"any"}},height:{defaultValue:null,description:"",name:"height",required:!1,type:{name:"any"}},maxHeight:{defaultValue:null,description:"",name:"maxHeight",required:!1,type:{name:"any"}},minHeight:{defaultValue:null,description:"",name:"minHeight",required:!1,type:{name:"any"}},sizeWidth:{defaultValue:null,description:"",name:"sizeWidth",required:!1,type:{name:"any"}},sizeHeight:{defaultValue:null,description:"",name:"sizeHeight",required:!1,type:{name:"any"}},boxSizing:{defaultValue:null,description:"",name:"boxSizing",required:!1,type:{name:"any"}},m:{defaultValue:null,description:"",name:"m",required:!1,type:{name:"any"}},mt:{defaultValue:null,description:"",name:"mt",required:!1,type:{name:"any"}},mr:{defaultValue:null,description:"",name:"mr",required:!1,type:{name:"any"}},mb:{defaultValue:null,description:"",name:"mb",required:!1,type:{name:"any"}},ml:{defaultValue:null,description:"",name:"ml",required:!1,type:{name:"any"}},mx:{defaultValue:null,description:"",name:"mx",required:!1,type:{name:"any"}},my:{defaultValue:null,description:"",name:"my",required:!1,type:{name:"any"}},pt:{defaultValue:null,description:"",name:"pt",required:!1,type:{name:"any"}},pr:{defaultValue:null,description:"",name:"pr",required:!1,type:{name:"any"}},pb:{defaultValue:null,description:"",name:"pb",required:!1,type:{name:"any"}},pl:{defaultValue:null,description:"",name:"pl",required:!1,type:{name:"any"}},px:{defaultValue:null,description:"",name:"px",required:!1,type:{name:"any"}},py:{defaultValue:null,description:"",name:"py",required:!1,type:{name:"any"}},margin:{defaultValue:null,description:"",name:"margin",required:!1,type:{name:"any"}},marginTop:{defaultValue:null,description:"",name:"marginTop",required:!1,type:{name:"any"}},marginRight:{defaultValue:null,description:"",name:"marginRight",required:!1,type:{name:"any"}},marginBottom:{defaultValue:null,description:"",name:"marginBottom",required:!1,type:{name:"any"}},marginLeft:{defaultValue:null,description:"",name:"marginLeft",required:!1,type:{name:"any"}},marginX:{defaultValue:null,description:"",name:"marginX",required:!1,type:{name:"any"}},marginY:{defaultValue:null,description:"",name:"marginY",required:!1,type:{name:"any"}},padding:{defaultValue:null,description:"",name:"padding",required:!1,type:{name:"any"}},paddingTop:{defaultValue:null,description:"",name:"paddingTop",required:!1,type:{name:"any"}},paddingRight:{defaultValue:null,description:"",name:"paddingRight",required:!1,type:{name:"any"}},paddingBottom:{defaultValue:null,description:"",name:"paddingBottom",required:!1,type:{name:"any"}},paddingLeft:{defaultValue:null,description:"",name:"paddingLeft",required:!1,type:{name:"any"}},paddingX:{defaultValue:null,description:"",name:"paddingX",required:!1,type:{name:"any"}},paddingY:{defaultValue:null,description:"",name:"paddingY",required:!1,type:{name:"any"}},fontStyle:{defaultValue:null,description:"",name:"fontStyle",required:!1,type:{name:"any"}},fontWeight:{defaultValue:null,description:"",name:"fontWeight",required:!1,type:{name:"any"}},letterSpacing:{defaultValue:null,description:"",name:"letterSpacing",required:!1,type:{name:"any"}},lineHeight:{defaultValue:null,description:"",name:"lineHeight",required:!1,type:{name:"any"}},textAlign:{defaultValue:null,description:"",name:"textAlign",required:!1,type:{name:"any"}},clone:{defaultValue:null,description:"",name:"clone",required:!1,type:{name:"boolean"}},sx:{defaultValue:null,description:"",name:"sx",required:!1,type:{name:'(Partial> & Partial> & ... 7 more ... & Partial<...>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Box/Box.tsx#RcBox"]={docgenInfo:RcBox.__docgenInfo,name:"RcBox",path:"packages/juno-core/src/components/Box/Box.tsx#RcBox"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Box/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Box/Box.tsx"),exports)},"./packages/juno-core/src/components/Buttons/Button/Button.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Button_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Button/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts"),Progress_1=__webpack_require__("./packages/juno-core/src/components/Progress/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/index.ts"),_RcButton=react_1.forwardRef((function(props,ref){var _a,_b;var childrenProp=props.children,classesProp=props.classes,startIconProp=props.startIcon,endIconProp=props.endIcon,loading=props.loading,loadingMode=props.loadingMode,disabled=props.disabled,IconProps=props.IconProps,size=props.size,CircularProgressProps=(props.color,props.CircularProgressProps),variant=props.variant,focusVariant=(props.disabledVariant,props.radius,props.keepElevation,props.focusVariant),disableFocusRippleProp=props.disableFocusRipple,rest=tslib_1.__rest(props,["children","classes","startIcon","endIcon","loading","loadingMode","disabled","IconProps","size","color","CircularProgressProps","variant","disabledVariant","radius","keepElevation","focusVariant","disableFocusRipple"]),theme=foundation_1.useTheme(),innerRef=react_1.useRef(null),buttonRef=foundation_1.useForkRef(innerRef,ref),isPlain="plain"===variant,isReplace="replace"===loadingMode,iconSize=utils_2.getButtonIconSize(size),loadingElm=react_1.useMemo((function(){if(loading){var progressSize=utils_1.RcIconSizes[iconSize];return react_1.default.createElement(Progress_1.RcCircularProgress,tslib_1.__assign({size:progressSize,color:"inherit"},CircularProgressProps))}}),[CircularProgressProps,iconSize,loading]),getCurrIcon=react_1.useCallback((function(currIcon){return foundation_1.isRcElement(currIcon,["RcIcon"])&&currIcon.props.size===Icon_1.RcIcon.defaultProps.size?react_1.default.cloneElement(currIcon,{size:iconSize}):currIcon}),[iconSize]),startIcon=react_1.useMemo((function(){if(loadingElm)switch(loadingMode){case"prefix":return loadingElm;case"replace":return}return startIconProp?getCurrIcon(startIconProp):IconProps?react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({size:iconSize},IconProps)):void 0}),[IconProps,getCurrIcon,iconSize,loadingElm,loadingMode,startIconProp]),endIcon=react_1.useMemo((function(){if(loadingElm)switch(loadingMode){case"suffix":return loadingElm;case"replace":return}if(endIconProp)return getCurrIcon(endIconProp)}),[loadingElm,endIconProp,loadingMode,getCurrIcon]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcButtonClasses,classesProp)}),[classesProp]);react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"MuiButton-iconSizeMedium")}));var disableFocusRipple=null!=disableFocusRippleProp?disableFocusRippleProp:"focusRing"===focusVariant;return react_1.default.createElement(Button_1.default,tslib_1.__assign({ref:buttonRef,disabled:disabled||loading,variant:isPlain?void 0:variant,disableRipple:(null===(_b=null===(_a=null==theme?void 0:theme.props)||void 0===_a?void 0:_a.MuiButton)||void 0===_b?void 0:_b.disableRipple)||isPlain,startIcon,endIcon,classes,disableFocusRipple},rest),loading&&isReplace?loadingElm:childrenProp)}));exports.RcButtonDefaultSize="large",exports.RcButtonDefaultColor="primary",exports.RcButtonDefaultVariant="contained";var templateObject_1,RcButton=foundation_1.styled(Tooltip_1.withTooltip(_RcButton)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcButton"}),_b=(_a.theme,_a.className,_a.size),size=void 0===_b?exports.RcButtonDefaultSize:_b,_c=_a.color,color=void 0===_c?exports.RcButtonDefaultColor:_c,_d=_a.variant,variant=void 0===_d?exports.RcButtonDefaultVariant:_d,_e=_a.loadingMode,loadingMode=void 0===_e?"replace":_e,_f=_a.focusVariant,focusVariant=void 0===_f?"ripple":_f,rest=tslib_1.__rest(_a,["theme","className","size","color","variant","loadingMode","focusVariant"]);return tslib_1.__assign({size,color,variant,loadingMode,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.buttonStyle);exports.RcButton=RcButton,RcButton.displayName="RcButton";try{RcButton.displayName="RcButton",RcButton.__docgenInfo={description:"",displayName:"RcButton",props:{radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/Button.tsx#RcButton"]={docgenInfo:RcButton.__docgenInfo,name:"RcButton",path:"packages/juno-core/src/components/Buttons/Button/Button.tsx#RcButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/Button/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/Button.tsx"),exports)},"./packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/index.ts");exports.buttonColor=function(_a){var color=_a.color;return"string"==typeof color&&utils_1.RcButtonColors[color]||foundation_1.getParsePaletteColor(color)},exports.plainButtonTextColor=function(_a){var color=_a.color;return"string"==typeof color&&utils_1.RcButtonTextColors[color]||foundation_1.getParsePaletteColor(color)},exports.buttonTextColor=function(props){return foundation_1.paletteContrastText(exports.buttonColor(props))},exports.buttonHoverColor=function(props){return foundation_1.setOpacity(exports.buttonColor(props),"08")};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,textButtonFocusVisibleColor=function(props){return foundation_1.setOpacity(exports.buttonColor(props),"08")},containedButtonHoverColor=function(props){return foundation_1.setOpacity(exports.buttonColor(props),"08",!0)};exports.buttonStyle=function(props){var variant=props.variant,size=props.size,_a=props.radius,radiusProp=void 0===_a?"lg":_a,keepElevation=props.keepElevation,loading=props.loading,disabled=props.disabled,disabledVariant=props.disabledVariant,focusVariant=props.focusVariant,isMask=loading||disabled&&"mask"===disabledVariant,textDisabledColor=isMask?void 0:foundation_1.palette2("disabled","f02"),plainTextColor=exports.plainButtonTextColor(props),iconSpace=foundation_1.spacing(utils_1.RcButtonIconSpace[size]),isPlain="plain"===variant;return foundation_1.css(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n text-transform: none;\n ",";\n text-align: center;\n box-shadow: ",";\n border-radius: ",";\n\n ",";\n\n ",";\n\n ."," {\n margin-right: ",";\n\n ",";\n }\n\n ."," {\n margin-left: ",";\n\n ",";\n }\n\n &."," {\n color: ",";\n\n &."," {\n color: ",";\n }\n\n ","\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ","\n\n ","\n }\n\n &."," {\n color: ",";\n border-color: ",";\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n color: ",";\n border-color: ",";\n }\n\n ","\n }\n "],["\n text-transform: none;\n ",";\n text-align: center;\n box-shadow: ",";\n border-radius: ",";\n\n ",";\n\n ",";\n\n ."," {\n margin-right: ",";\n\n ",";\n }\n\n ."," {\n margin-left: ",";\n\n ",";\n }\n\n &."," {\n color: ",";\n\n &."," {\n color: ",";\n }\n\n ","\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ","\n\n ","\n }\n\n &."," {\n color: ",";\n border-color: ",";\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n color: ",";\n border-color: ",";\n }\n\n ","\n }\n "])),foundation_1.typography(utils_1.RcButtonTypographies[size],!0),!keepElevation&&"unset",foundation_1.radius(radiusProp),isMask&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n display: block;\n background: ",";\n width: 100%;\n height: 100%;\n border-radius: ",";\n }\n "],["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n display: block;\n background: ",";\n width: 100%;\n height: 100%;\n border-radius: ",";\n }\n "])),foundation_1.setOpacity(foundation_1.palette2("neutral","b01"),"32"),foundation_1.radius(null!=radiusProp?radiusProp:"lg")),!isPlain&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n min-width: ",";\n min-height: ",";\n padding: ",";\n "],["\n min-width: ",";\n min-height: ",";\n padding: ",";\n "])),foundation_1.px(utils_1.RcButtonMinWidths[size]),foundation_1.px(utils_1.RcButtonHeights[size]),foundation_1.spacing(0,utils_1.RcButtonPadding[size])),utils_1.RcButtonClasses.startIcon,iconSpace,isPlain&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-left: 0;\n "],["\n margin-left: 0;\n "]))),utils_1.RcButtonClasses.endIcon,iconSpace,isPlain&&foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n margin-right: 0;\n "],["\n margin-right: 0;\n "]))),utils_1.RcButtonClasses.text,exports.plainButtonTextColor,utils_1.RcButtonClasses.disabled,textDisabledColor,"focusRing"===focusVariant&&foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n "," {\n ","\n background-color: ",";\n }\n "],["\n "," {\n ","\n background-color: ",";\n }\n "])),foundation_1.focusVisible,foundation_1.focusRing("normal",{borderRadius:radiusProp}),textButtonFocusVisibleColor),foundation_1.nonTouchHoverMedia,exports.buttonHoverColor,isPlain&&foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n padding: ",";\n min-width: unset;\n line-height: 1;\n\n "," {\n &:hover {\n color: ",";\n background-color: transparent;\n }\n }\n\n "," {\n ","\n background-color: transparent;\n }\n\n &:active {\n &."," {\n color: ",";\n }\n }\n "],["\n padding: ",";\n min-width: unset;\n line-height: 1;\n\n "," {\n &:hover {\n color: ",";\n background-color: transparent;\n }\n }\n\n "," {\n ","\n background-color: transparent;\n }\n\n &:active {\n &."," {\n color: ",";\n }\n }\n "])),foundation_1.spacing(1),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(plainTextColor,"80"),foundation_1.focusVisible,foundation_1.focusRing("inset",{borderRadius:radiusProp}),utils_1.RcButtonClasses.text,foundation_1.setOpacity(plainTextColor,"64")),utils_1.RcButtonClasses.contained,exports.buttonTextColor,exports.buttonColor,foundation_1.nonTouchHoverMedia,containedButtonHoverColor,"focusRing"===focusVariant&&foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n "," {\n ","\n box-shadow: unset;\n }\n "],["\n "," {\n ","\n box-shadow: unset;\n }\n "])),foundation_1.focusVisible,foundation_1.focusRing("normal",{borderRadius:radiusProp})),!isMask&&foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n &."," {\n background-color: ",";\n color: ",";\n }\n "],["\n &."," {\n background-color: ",";\n color: ",";\n }\n "])),utils_1.RcButtonClasses.disabled,foundation_1.palette2("disabled","b01"),foundation_1.palette2("disabled","f01")),utils_1.RcButtonClasses.outlined,exports.plainButtonTextColor,exports.plainButtonTextColor,foundation_1.spacing(0,utils_1.RcButtonPadding[size]-.25),foundation_1.nonTouchHoverMedia,exports.buttonHoverColor,utils_1.RcButtonClasses.disabled,textDisabledColor,textDisabledColor,"focusRing"===focusVariant&&foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n "," {\n ","\n }\n "],["\n "," {\n ","\n }\n "])),foundation_1.focusVisible,foundation_1.focusRing("normal",{borderRadius:radiusProp,borderWidth:"1px"})))};try{buttonColor.displayName="buttonColor",buttonColor.__docgenInfo={description:"",displayName:"buttonColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonColor"]={docgenInfo:buttonColor.__docgenInfo,name:"buttonColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonColor"})}catch(__react_docgen_typescript_loader_error){}try{plainButtonTextColor.displayName="plainButtonTextColor",plainButtonTextColor.__docgenInfo={description:"",displayName:"plainButtonTextColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#plainButtonTextColor"]={docgenInfo:plainButtonTextColor.__docgenInfo,name:"plainButtonTextColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#plainButtonTextColor"})}catch(__react_docgen_typescript_loader_error){}try{buttonTextColor.displayName="buttonTextColor",buttonTextColor.__docgenInfo={description:"",displayName:"buttonTextColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonTextColor"]={docgenInfo:buttonTextColor.__docgenInfo,name:"buttonTextColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonTextColor"})}catch(__react_docgen_typescript_loader_error){}try{buttonHoverColor.displayName="buttonHoverColor",buttonHoverColor.__docgenInfo={description:"",displayName:"buttonHoverColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonHoverColor"]={docgenInfo:buttonHoverColor.__docgenInfo,name:"buttonHoverColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonHoverColor"})}catch(__react_docgen_typescript_loader_error){}try{buttonStyle.displayName="buttonStyle",buttonStyle.__docgenInfo={description:"",displayName:"buttonStyle",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonStyle"]={docgenInfo:buttonStyle.__docgenInfo,name:"buttonStyle",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/Button/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/Button/utils/ButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcButtonClasses=foundation_1.RcClasses(["disabled","contained","text","outlined","endIcon","startIcon"],"RcButton"),exports.RcButtonColors={primary:foundation_1.palette2("interactive","b02"),secondary:foundation_1.palette2("highlight","b03"),negative:foundation_1.palette2("danger","b04"),positive:foundation_1.palette2("success","b04"),action:foundation_1.palette2("neutral","elevation"),neutral:foundation_1.palette2("neutral","b04")},exports.RcButtonTextColors={primary:foundation_1.palette2("interactive","f01"),secondary:foundation_1.palette2("highlight","f02"),negative:foundation_1.palette2("danger","f02"),positive:foundation_1.palette2("success","f02"),action:foundation_1.palette2("neutral","f01"),neutral:foundation_1.palette2("neutral","f04")},exports.RcButtonTypographies={xsmall:"caption1",small:"caption2",medium:"body2",large:"body2",xlarge:"subheading2"},exports.RcButtonHeights={xsmall:24,small:28,medium:32,large:36,xlarge:48},exports.RcButtonMinWidths={xsmall:0,small:0,medium:88,large:96,xlarge:140},exports.RcButtonPadding={xsmall:2,small:4,medium:3,large:4,xlarge:5},exports.RcButtonIconSpace={xsmall:1,small:1.5,medium:2,large:2,xlarge:3}},"./packages/juno-core/src/components/Buttons/Button/utils/getButtonIconSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getButtonIconSize=function getButtonIconSize(size){switch(size){case"xlarge":return"large";case"large":return"medium";case"small":case"medium":return"small";case"xsmall":return"xsmall";default:return"inherit"}}},"./packages/juno-core/src/components/Buttons/Button/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/ButtonUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/getButtonIconSize.ts"),exports)},"./packages/juno-core/src/components/Buttons/ButtonBase/ButtonBase.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),ButtonBase_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ButtonBase/index.js")),RcButtonBase=__webpack_require__("./packages/juno-core/src/foundation/index.ts").styled(ButtonBase_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcButtonBase=RcButtonBase,RcButtonBase.displayName="RcButtonBase"},"./packages/juno-core/src/components/Buttons/ButtonBase/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonBase/ButtonBase.ts"),exports)},"./packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ButtonGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ButtonGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),_RcButtonGroup=react_1.forwardRef((function(inProps,ref){var rest=tslib_1.__rest(foundation_1.useThemeProps({props:inProps,name:"RcButtonGroup"}),[]);return react_1.default.createElement(ButtonGroup_1.default,tslib_1.__assign({ref,size:Button_1.RcButtonDefaultSize,color:Button_1.RcButtonDefaultColor,variant:Button_1.RcButtonDefaultVariant},rest))})),RcButtonGroup=foundation_1.styled(_RcButtonGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcButtonGroup=RcButtonGroup;try{RcButtonGroup.displayName="RcButtonGroup",RcButtonGroup.__docgenInfo={description:"",displayName:"RcButtonGroup",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the buttons will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the button group.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disableRipple:{defaultValue:null,description:"If `true`, the button ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the button keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the buttons will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx#RcButtonGroup"]={docgenInfo:RcButtonGroup.__docgenInfo,name:"RcButtonGroup",path:"packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx#RcButtonGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ButtonGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),ButtonBase_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonBase/index.ts"),styles_1=(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/deprecated/IconButtonProps.ts"),__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts")),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),_RcIconButton=react_1.memo(react_1.forwardRef((function(props,ref){var _a;var _b=props.buttonRef,buttonRef=void 0===_b?ref:_b,_c=props.IconProps,IconProps=void 0===_c?{}:_c,className=props.className,classesProp=props.classes,children=props.children,title=props.title,symbol=(props.disabledFakeBorder,props.symbol),disabled=props.disabled,invisible=props.invisible,type=props.type,loading=props.loading,TouchRippleProps=props.TouchRippleProps,variant=props.variant,CircularProgressProps=props.CircularProgressProps,aRef=(props.color,props.shouldPersistBg,props.stretchIcon,props.iconColor,props.iconSize,props.disableTouchRipple,props.useColorWhenDisabled,props.size,props.radius,props.elevation,props.activeElevation,props.aRef),tooltipTitle=props.tooltipTitle,tooltipForceHide=props.tooltipForceHide,disableToolTip=props.disableToolTip,alwaysEnableTooltip=props.alwaysEnableTooltip,tooltipPlacement=props.tooltipPlacement,ariaLabel=props.ariaLabel,popperProps=props.popperProps,externalLink=props.externalLink,download=props.download,href=props.href,rest=(props.focusVariant,tslib_1.__rest(props,["buttonRef","IconProps","className","classes","children","title","disabledFakeBorder","symbol","disabled","invisible","type","loading","TouchRippleProps","variant","CircularProgressProps","color","shouldPersistBg","stretchIcon","iconColor","iconSize","disableTouchRipple","useColorWhenDisabled","size","radius","elevation","activeElevation","aRef","tooltipTitle","tooltipForceHide","disableToolTip","alwaysEnableTooltip","tooltipPlacement","ariaLabel","popperProps","externalLink","download","href","focusVariant"])),theme=foundation_1.useTheme(),isOutline="outline"===variant,isContained="contained"===variant,isInverse="inverse"===variant,isPlain="plain"===variant,isRound="round"===variant,classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcIconButtonClasses,classesProp)}),[classesProp]),IconClassName=clsx_1.default(className,classes.root,((_a={})[classes.disabled]=disabled,_a[classes.invisible]=invisible,_a[classes.outline]=isOutline,_a[classes.contained]=isContained,_a[classes.inverse]=isInverse,_a[classes.round]=isRound,_a)),iconButton=function(){IconProps.color;var _a,_b,IconPropsWithoutColor=tslib_1.__rest(IconProps,["color"]),icon=react_1.default.isValidElement(children)||""===children?children:react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({symbol,className:classes.icon,loading,size:"inherit",CircularProgressProps},IconPropsWithoutColor),children),iconButton=react_1.default.createElement(ButtonBase_1.RcButtonBase,tslib_1.__assign({ref:buttonRef,disableRipple:(null===(_b=null===(_a=theme.props)||void 0===_a?void 0:_a.MuiButtonBase)||void 0===_b?void 0:_b.disableRipple)||isPlain,type,disabled,"aria-label":ariaLabel||tooltipTitle||title,title,"aria-disabled":disabled,className:IconClassName,TouchRippleProps:foundation_1.combineProps({classes:utils_1.RcIconButtonTouchRippleClasses},TouchRippleProps)},rest),icon);return download&&href?react_1.default.createElement("a",{download:!0,href,ref:aRef},iconButton):externalLink&&href?react_1.default.createElement("a",{rel:"noopener noreferrer external",target:"_blank",href},iconButton):iconButton}();return tooltipTitle&&(!disabled&&!disableToolTip||disabled&&alwaysEnableTooltip)?react_1.default.createElement(Tooltip_1.RcTooltip,{title:tooltipTitle,tooltipForceHide,placement:tooltipPlacement,PopperProps:popperProps},iconButton):iconButton}))),RcIconButton=foundation_1.styled(Tooltip_1.withTooltip(_RcIconButton)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcIconButton"}),_b=(_a.theme,_a.className,_a.variant),variant=void 0===_b?"round":_b,_c=_a.color,color=void 0===_c?"neutral.f04":_c,_d=_a.size,size=void 0===_d?"medium":_d,_e=_a.type,type=void 0===_e?"button":_e,_f=_a.focusRipple,focusRipple=void 0===_f||_f,_g=_a.disableTouchRipple,disableTouchRipple=void 0===_g||_g,_h=_a.classes,classes=void 0===_h?{}:_h,_j=_a.useRcTooltip,useRcTooltip=void 0===_j||_j,_k=_a.focusVariant,focusVariant=void 0===_k?"highlight":_k,rest=tslib_1.__rest(_a,["theme","className","variant","color","size","type","focusRipple","disableTouchRipple","classes","useRcTooltip","focusVariant"]);return tslib_1.__assign({variant,color,size,type,focusRipple,disableTouchRipple,classes,useRcTooltip,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.iconButtonStyle);exports.RcIconButton=RcIconButton,RcIconButton.displayName="RcIconButton";try{RcIconButton.displayName="RcIconButton",RcIconButton.__docgenInfo={description:"",displayName:"RcIconButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx#RcIconButton"]={docgenInfo:RcIconButton.__docgenInfo,name:"RcIconButton",path:"packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx#RcIconButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButton/deprecated/IconButtonProps.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.rcIconButtonWarning=[{prop:"autoFocus",time:"2021-3",comment:"@deprecated don't have any logic below, now need anymore */"},{prop:"tooltipTitle",time:"2021-3",comment:"@deprecated tooltip title for the iconButton\n * please use `title`\n */"},{prop:"tooltipPlacement",time:"2021-3",comment:"@deprecated tooltip placement, default with bottom\n * please use `TooltipProps` with `placement`\n */"},{prop:"disableToolTip",time:"2021-3",comment:"@deprecated not use ToolTip, default with false\n * please use `TooltipProps` with `tooltipForceHide`\n */"},{prop:"popperProps",time:"2021-3",comment:"@deprecated popperProps for the icon tooltip\n * please use `TooltipProps` with `PopperProps`\n */"},{prop:"tooltipForceHide",time:"2021-3",comment:"@deprecated control the tooltip open or not\n * please use `TooltipProps` with `tooltipForceHide`\n */"},{prop:"externalLink",time:"2021-3",comment:'@deprecated will make iconButton becomes a link, default with false\n * please write jsx outside by yourself\n * ```ts\n * \n * \n * \n * ```\n */'},{prop:"ariaLabel",time:"2021-3",comment:"@deprecated ariaLabel, when null using tooltipTitle. use 'aria-label' replace */"},{prop:"download",time:"2021-3",comment:"@deprecated make iconButton becomes download button\n * please write jsx by yourself\n * ```ts\n * \n * \n * \n * ```\n */"},{prop:"buttonRef",time:"2021-3",comment:"@deprecated ref to the button, please `ref` directly */"},{prop:"aRef",time:"2021-3",comment:"@deprecated when download is true, pass the ref to the link\n * please write jsx by yourself\n * ```ts\n * \n * \n * \n * ```\n */"},{prop:"href",time:"2021-3",comment:"@deprecated when externalLink or download is true, the link is available\n * please write jsx by yourself\n * ```ts\n * \n * \n * \n * ```\n */"}]},"./packages/juno-core/src/components/Buttons/IconButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts");exports.getFocusVisibleInsetSize=function(_a){var size=_a.size,inset=utils_1.RcIconButtonFocusVisibleInsetSize[size];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n top: -","px;\n right: -","px;\n bottom: -","px;\n left: -","px;\n "],["\n top: -","px;\n right: -","px;\n bottom: -","px;\n left: -","px;\n "])),inset,inset,inset,inset)};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,containedVariantTransitions=function(_a){var theme=_a.theme;return theme.transitions.create(["background-color","box-shadow","border"],{duration:theme.transitions.duration.short})};exports.plainIconButtonFocusStyle=function(_a){var _b=(void 0===_a?{}:_a).radius,radiusProp=void 0===_b?"circle":_b;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &:after {\n content: '';\n position: absolute;\n ",";\n box-shadow: 0 0 0 2px ",";\n border-radius: ",";\n pointer-events: none;\n z-index: 1;\n }\n"],["\n &:after {\n content: '';\n position: absolute;\n ",";\n box-shadow: 0 0 0 2px ",";\n border-radius: ",";\n pointer-events: none;\n z-index: 1;\n }\n"])),exports.getFocusVisibleInsetSize,foundation_1.focusVisibleColor,foundation_1.radius(radiusProp))},exports.iconButtonStyle=function(_a){var variant=_a.variant,size=_a.size,stretchIcon=_a.stretchIcon,color=_a.color,disabled=_a.disabled,useColorWhenDisabled=_a.useColorWhenDisabled,shouldPersistBg=_a.shouldPersistBg,radiusProp=_a.radius,disableRipple=_a.disableRipple,elevation=_a.elevation,disabledFakeBorder=_a.disabledFakeBorder,activeElevation=_a.activeElevation,_b=_a.IconProps,IconProps=void 0===_b?{}:_b,focusVariant=_a.focusVariant,iconColor=IconProps.color,useFocusRing="focusRing"===focusVariant,iconSize=utils_1.RcIconButtonSizes[size],isCircle=["plain","round","inverse","contained"].includes(variant),isPlain="plain"===variant,isInverse="inverse"===variant,isOutline="outline"===variant,isContained="contained"===variant,isRound="round"===variant,containerSize=foundation_1.px(isPlain?iconSize:2*iconSize),mainColor=foundation_1.getParsePaletteColor(color),containedColor=iconColor?foundation_1.getParsePaletteColor(iconColor):foundation_1.paletteContrastText(mainColor),currRadius=radiusProp||(isOutline?"lg":isCircle?"circle":"zero"),persistBgColor=foundation_1.setOpacity(mainColor,isInverse?"16":"12"),defaultShadow=isContained?foundation_1.shadows("1"):void 0,nowShadow=void 0!==elevation?foundation_1.shadows(elevation):defaultShadow,radiusValue=foundation_1.radius(currRadius),contrastColorBorder=!disabledFakeBorder&&foundation_1.fakeBorder({color:foundation_1.palette2("highContrast"),radius:currRadius,pseudo:!0});return foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n\n width: ",";\n height: ",";\n color: ",";\n border-radius: ",";\n transition: ",";\n cursor: ",";\n background-color: ",";\n box-shadow: ",";\n\n ",";\n\n font-size: ",";\n\n "," {\n &:hover {\n background-color: ",";\n\n color: ",";\n }\n }\n\n &:active {\n color: ",";\n }\n\n "," {\n background-color: ",";\n\n ","\n\n &:active {\n color: ",";\n }\n\n ",";\n }\n\n &."," {\n background-color: ",";\n }\n\n &."," {\n color: ",";\n\n background-color: ",";\n }\n\n &."," {\n opacity: 0;\n visibility: hidden;\n width: 0;\n height: 0;\n }\n\n &."," {\n border: 1px solid ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n &."," {\n ","\n }\n\n &:before {\n content: '';\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n border-radius: ",";\n position: absolute;\n }\n\n ",";\n\n "," {\n &:hover {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n }\n\n "," {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n\n &:active {\n ","\n\n color: ",";\n }\n }\n\n &."," {\n ",";\n }\n\n ."," {\n border-radius: 0;\n animation-name: none;\n opacity: 0;\n }\n\n ","\n "],["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n\n width: ",";\n height: ",";\n color: ",";\n border-radius: ",";\n transition: ",";\n cursor: ",";\n background-color: ",";\n box-shadow: ",";\n\n ",";\n\n font-size: ",";\n\n "," {\n &:hover {\n background-color: ",";\n\n color: ",";\n }\n }\n\n &:active {\n color: ",";\n }\n\n "," {\n background-color: ",";\n\n ","\n\n &:active {\n color: ",";\n }\n\n ",";\n }\n\n &."," {\n background-color: ",";\n }\n\n &."," {\n color: ",";\n\n background-color: ",";\n }\n\n &."," {\n opacity: 0;\n visibility: hidden;\n width: 0;\n height: 0;\n }\n\n &."," {\n border: 1px solid ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n &."," {\n ","\n }\n\n &:before {\n content: '';\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n border-radius: ",";\n position: absolute;\n }\n\n ",";\n\n "," {\n &:hover {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n }\n\n "," {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n\n &:active {\n ","\n\n color: ",";\n }\n }\n\n &."," {\n ",";\n }\n\n ."," {\n border-radius: 0;\n animation-name: none;\n opacity: 0;\n }\n\n ","\n "])),containerSize,containerSize,mainColor,radiusValue,foundation_1.backgroundTransition,disabled?"default":"pointer",(shouldPersistBg||isInverse)&&persistBgColor,nowShadow,nowShadow&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n transition: ",";\n\n &:active {\n box-shadow: ",";\n }\n "],["\n transition: ",";\n\n &:active {\n box-shadow: ",";\n }\n "])),containedVariantTransitions,foundation_1.shadows(null!=activeElevation?activeElevation:elevation?Math.min(+elevation+11,24):"12")),stretchIcon?containerSize:foundation_1.px(isOutline?1.2*iconSize:iconSize),foundation_1.nonTouchHoverMedia,isPlain?"transparent":foundation_1.setOpacity(mainColor,isInverse?"24":"08"),foundation_1.setOpacity(mainColor,"88"),mainColor,foundation_1.focusVisible,(function(){if(useFocusRing){if(isRound)return"transparent";if(isInverse)return}return isPlain?"transparent":isInverse?foundation_1.setOpacity(mainColor,"32"):foundation_1.setOpacity(mainColor,"16")}),useFocusRing&&(isRound||isInverse)&&foundation_1.focusRing("inset",{borderRadius:currRadius}),foundation_1.setOpacity(mainColor,"88"),isPlain&&exports.plainIconButtonFocusStyle({radius:currRadius}),utils_1.RcIconButtonClasses.persistBg,persistBgColor,utils_1.RcIconButtonClasses.disabled,useColorWhenDisabled?foundation_1.setOpacity(mainColor,"32"):foundation_1.palette2("disabled","f02"),isInverse&&foundation_1.setOpacity(mainColor,"12"),utils_1.RcIconButtonClasses.invisible,utils_1.RcIconButtonClasses.outline,foundation_1.palette2("neutral","l03"),utils_1.RcIconButtonClasses.contained,containedColor,mainColor,utils_1.RcIconButtonClasses.disabled,(function(){return useColorWhenDisabled?foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n opacity: ",";\n "],["\n color: ",";\n background-color: ",";\n opacity: ",";\n "])),containedColor,mainColor,foundation_1.opacity("32")):foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n "],["\n background-color: ",";\n color: ",";\n "])),foundation_1.palette2("disabled","b01"),foundation_1.palette2("disabled","f01"))}),radiusValue,contrastColorBorder,foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(containedColor,"08"),containedColor,foundation_1.focusVisible,foundation_1.setOpacity(containedColor,"16"),containedColor,disableRipple&&foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n &:before {\n background-color: ",";\n }\n "],["\n &:before {\n background-color: ",";\n }\n "])),foundation_1.setOpacity(containedColor,"24")),containedColor,utils_1.RcIconButtonClasses.inverse,contrastColorBorder,utils_1.RcIconButtonTouchRippleClasses.ripplePulsate,!isPlain&&!["circle","round"].includes(currRadius)&&foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ."," {\n transform: scale(1.41421357);\n }\n "],["\n ."," {\n transform: scale(1.41421357);\n }\n "])),utils_1.RcIconButtonTouchRippleClasses.child))};try{getFocusVisibleInsetSize.displayName="getFocusVisibleInsetSize",getFocusVisibleInsetSize.__docgenInfo={description:"",displayName:"getFocusVisibleInsetSize",props:{variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:{value:"{}"},description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#getFocusVisibleInsetSize"]={docgenInfo:getFocusVisibleInsetSize.__docgenInfo,name:"getFocusVisibleInsetSize",path:"packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#getFocusVisibleInsetSize"})}catch(__react_docgen_typescript_loader_error){}try{plainIconButtonFocusStyle.displayName="plainIconButtonFocusStyle",plainIconButtonFocusStyle.__docgenInfo={description:"",displayName:"plainIconButtonFocusStyle",props:{radius:{defaultValue:null,description:"",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#plainIconButtonFocusStyle"]={docgenInfo:plainIconButtonFocusStyle.__docgenInfo,name:"plainIconButtonFocusStyle",path:"packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#plainIconButtonFocusStyle"})}catch(__react_docgen_typescript_loader_error){}try{iconButtonStyle.displayName="iconButtonStyle",iconButtonStyle.__docgenInfo={description:"",displayName:"iconButtonStyle",props:{variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:{value:"{}"},description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#iconButtonStyle"]={docgenInfo:iconButtonStyle.__docgenInfo,name:"iconButtonStyle",path:"packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#iconButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButton/utils/IconButtonUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts");exports.RcIconButtonClasses=foundation_1.RcClasses(["root","disabled","invisible","outline","contained","inverse","round","persistBg"],"RcIconButton"),exports.RcIconButtonTouchRippleClasses=foundation_1.RcClasses(["ripplePulsate","child"],"RcIconButtonTouchRipple"),exports.RcIconButtonSizes=foundation_1.omit(utils_1.RcIconSizes,["inherit"]),exports.RcIconButtonFocusVisibleInsetSize={xxxlarge:6,xxlarge:5,xlarge:5,large:4,medium:3,small:2,xsmall:2}},"./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/IconButtonUtils.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/index.ts"),_RcIconButtonGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcIconButtonGroup"}),children=props.children,isStopPropagation=props.isStopPropagation,onClick=props.onClick,onKeyUp=props.onKeyUp,_a=(props.gap,props.space,props.radius,props.component),Component=void 0===_a?"div":_a,rest=tslib_1.__rest(props,["children","isStopPropagation","onClick","onKeyUp","gap","space","radius","component"]),clickHandler=foundation_1.useEventCallback((function(event){null==onClick||onClick(event),isStopPropagation&&event.stopPropagation()})),handleOnKeyUp=foundation_1.useA11yKeyEvent(clickHandler,{preventDefault:!1}),keyUpHandler=foundation_1.useEventCallback((function(event){null==onKeyUp||onKeyUp(event),isStopPropagation&&event.stopPropagation(),handleOnKeyUp(event)}));return react_1.default.createElement(Component,tslib_1.__assign({onClick:clickHandler,onKeyUp:keyUpHandler,ref},rest),children)})),RcIconButtonGroup=foundation_1.styled(_RcIconButtonGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.IconButtonGroupStyle);exports.RcIconButtonGroup=RcIconButtonGroup,RcIconButtonGroup.defaultProps={gap:0,direction:"horizontal"},RcIconButtonGroup.displayName="RcIconButtonGroup";try{RcIconButtonGroup.displayName="RcIconButtonGroup",RcIconButtonGroup.__docgenInfo={description:"provide IconButton group with wrapper",displayName:"RcIconButtonGroup",props:{direction:{defaultValue:{value:"horizontal"},description:"The arrangement of components, default is `horizontal`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},radius:{defaultValue:null,description:"radius token for `border-radius`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},component:{defaultValue:null,description:"component for render root container, default is `div`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},gap:{defaultValue:{value:"0"},description:"Define the size of the gap between below each components.",name:"gap",required:!1,type:{name:"number"}},isStopPropagation:{defaultValue:null,description:"is Stop Propagation for the bar click",name:"isStopPropagation",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx#RcIconButtonGroup"]={docgenInfo:RcIconButtonGroup.__docgenInfo,name:"RcIconButtonGroup",path:"packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx#RcIconButtonGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButtonGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.IconButtonGroupStyle=function(props){var direction=props.direction,gap=props.gap,spaceProp=props.space,radiusProp=props.radius,gapSpace=gap&&foundation_1.spacing(gap),paddingValue=spaceProp&&(spaceProp instanceof Array?foundation_1.spacing.apply(void 0,tslib_1.__spread(spaceProp)):foundation_1.spacing(spaceProp)),isVertical="vertical"===direction;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n border-radius: ",";\n display: inline-flex;\n flex-direction: ",";\n white-space: nowrap;\n flex-wrap: nowrap;\n flex-shrink: 0;\n align-items: center;\n padding: ",";\n\n > * + * {\n ",";\n }\n "],["\n border-radius: ",";\n display: inline-flex;\n flex-direction: ",";\n white-space: nowrap;\n flex-wrap: nowrap;\n flex-shrink: 0;\n align-items: center;\n padding: ",";\n\n > * + * {\n ",";\n }\n "])),radiusProp&&foundation_1.radius(radiusProp),isVertical?"column":"row",paddingValue,isVertical?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n "],["\n margin-top: ",";\n "])),gapSpace):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n "],["\n margin-left: ",";\n "])),gapSpace))};try{IconButtonGroupStyle.displayName="IconButtonGroupStyle",IconButtonGroupStyle.__docgenInfo={description:"",displayName:"IconButtonGroupStyle",props:{radius:{defaultValue:null,description:"radius token for `border-radius`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},gap:{defaultValue:null,description:"Define the size of the gap between below each components.",name:"gap",required:!1,type:{name:"number"}},direction:{defaultValue:null,description:"The arrangement of components, default is `horizontal`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},isStopPropagation:{defaultValue:null,description:"is Stop Propagation for the bar click",name:"isStopPropagation",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"component for render root container, default is `div`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx#IconButtonGroupStyle"]={docgenInfo:IconButtonGroupStyle.__docgenInfo,name:"IconButtonGroupStyle",path:"packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx#IconButtonGroupStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx"),exports)},"./packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),ButtonGroup_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonGroup/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/utils/index.ts"),_RcSplitButton=react_1.forwardRef((function(inProps,ref){var _a,_b,_c,props=foundation_1.useThemeProps({props:inProps,name:"RcSplitButton"}),classesProp=props.classes,type=props.type,size=props.size,color=props.color,variant=props.variant,ControlButtonPropsProp=(props.disabled,props.ControlButtonProps),ActionButtonPropsProp=props.ActionButtonProps,MenuProps=props.MenuProps,childrenProp=props.children,onOpen=props.onOpen,onClose=props.onClose,className=props.className,loading=props.loading,rest=tslib_1.__rest(props,["classes","type","size","color","variant","disabled","ControlButtonProps","ActionButtonProps","MenuProps","children","onOpen","onClose","className","loading"]),theme=foundation_1.useTheme(),_d=ActionButtonPropsProp,actionButtonTitle=_d.title,actionButtonClassNameProp=_d.className,ActionButtonProps=tslib_1.__rest(_d,["title","className"]),variantIs=utils_1.variantIsHandler(variant),toButtonSize=["xlarge","xxlarge","xxxlarge"].includes(size)?"large":size,_e=ControlButtonPropsProp,ArrowIconProps=_e.ArrowIconProps,onControlButtonClick=_e.onClick,controlButtonClassNameProp=_e.className,ControlButtonProps=tslib_1.__rest(_e,["ArrowIconProps","onClick","className"]),_f=tslib_1.__read(react_1.useState(),2),anchorEl=_f[0],setAnchorEl=_f[1],_g=tslib_1.__read(react_1.useState(166),2),enterNextDelay=_g[0],setEnterNextDelay=_g[1],innerRef=react_1.useRef(null),splitRef=foundation_1.useForkRef(innerRef,ref),isMenuOpen=!!anchorEl,isMenuEverOpen=foundation_1.useEver(isMenuOpen),_h=react_1.useMemo((function(){var result=foundation_1.combineClasses(utils_1.RcSplitButtonClasses,classesProp);return{classes:foundation_1.omit(result,["actionButton","controlButton","menuOpen"]),actionButtonClassName:null==result?void 0:result.actionButton,controlButtonClassName:null==result?void 0:result.controlButton}}),[classesProp]),classes=_h.classes,actionButtonClassName=_h.actionButtonClassName,controlButtonClassName=_h.controlButtonClassName,handleClick=foundation_1.useEventCallback(foundation_1.checkDefaultPrevented((function(){setAnchorEl(innerRef.current),null==onOpen||onOpen()}))),handleClose=foundation_1.useEventCallback(foundation_1.checkDefaultPrevented((function(event,reason){var _a;0===enterNextDelay&&setEnterNextDelay(166),setAnchorEl(null),null===(_a=null==MenuProps?void 0:MenuProps.onClose)||void 0===_a||_a.call(MenuProps,event,reason),null==onClose||onClose(event,reason)}))),SharedButtonProps=react_1.useMemo((function(){return{type,size:toButtonSize,color,variant:utils_1.getVariant(variant),disabled:!!loading||void 0,disabledVariant:loading?"mask":void 0}}),[color,loading,toButtonSize,type,variant]),_j=react_1.useMemo((function(){var _children=[],actionButtonProps={};return react_1.default.Children.forEach(childrenProp,(function(child,i){var _a=child.props,onClick=_a.onClick,children=_a.children,_b=_a.useRcTooltip,useRcTooltip=void 0===_b||_b,TooltipProps=_a.TooltipProps,title=_a.title;0!==i?_children.push(react_1.default.cloneElement(child,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},1===i?{TooltipProps:{enterNextDelay,onOpen:function(){166===enterNextDelay&&setEnterNextDelay(0)}}}:{}),child.props),foundation_1.combineProps({onClick:handleClose},{onClick})))):actionButtonProps={title:actionButtonTitle||title,useRcTooltip,TooltipProps,onClick,children,className:foundation_1.combineClasses(actionButtonClassName,actionButtonClassNameProp)}})),{actionButtonProps,children:_children}}),[actionButtonClassName,actionButtonClassNameProp,actionButtonTitle,childrenProp,enterNextDelay,handleClose]),actionButtonProps=_j.actionButtonProps,children=_j.children,TouchRippleProps=react_1.useMemo((function(){return"round"===variant?{classes:utils_1.RcSplitButtonTouchRippleClasses}:{}}),[variant]),_ActionButtonProps=react_1.useMemo((function(){return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({TouchRippleProps,loading},actionButtonProps),SharedButtonProps),ActionButtonProps)}),[ActionButtonProps,SharedButtonProps,TouchRippleProps,actionButtonProps,loading]),_ControlButtonProps=react_1.useMemo((function(){var combineControlProps=foundation_1.combineProps({onClick:handleClick,TouchRippleProps,className:controlButtonClassName},{onClick:onControlButtonClick,className:controlButtonClassNameProp});return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({useRcTooltip:!0},SharedButtonProps),combineControlProps),ControlButtonProps)}),[handleClick,controlButtonClassName,onControlButtonClick,TouchRippleProps,controlButtonClassNameProp,SharedButtonProps,ControlButtonProps]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(ButtonGroup_1.RcButtonGroup,tslib_1.__assign({disableRipple:(null===(_c=null===(_b=theme.props)||void 0===_b?void 0:_b.MuiButtonGroup)||void 0===_c?void 0:_c.disableRipple)||variantIs(["plain","plainIcon"])},rest,{className:clsx_1.default(className,(_a={},_a[utils_1.RcSplitButtonClasses.menuOpen]=isMenuOpen,_a)),innerRef:splitRef,classes}),react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({},_ActionButtonProps,{focusVariant:"ripple"})),react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({"aria-haspopup":"listbox"},_ControlButtonProps,{focusVariant:"ripple"}),react_1.default.createElement(styles_1.StyledArrowIcon,tslib_1.__assign({open:isMenuOpen,size:variantIs(["round","plainIcon"])?size:toButtonSize},ArrowIconProps)))),isMenuEverOpen&&react_1.default.createElement(Menu_1.RcMenu,tslib_1.__assign({},MenuProps,{anchorEl,open:isMenuOpen,onClose:handleClose}),children))})),RcSplitButton=foundation_1.styled(_RcSplitButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.splitButtonStyle);exports.RcSplitButton=RcSplitButton,RcSplitButton.displayName="RcSplitButton",RcSplitButton.defaultProps={size:Button_1.RcButtonDefaultSize,color:Button_1.RcButtonDefaultColor,variant:Button_1.RcButtonDefaultVariant,ControlButtonProps:{},ActionButtonProps:{},MenuProps:{},disableElevation:!0};try{RcSplitButton.displayName="RcSplitButton",RcSplitButton.__docgenInfo={description:"",displayName:"RcSplitButton",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx#RcSplitButton"]={docgenInfo:RcSplitButton.__docgenInfo,name:"RcSplitButton",path:"packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx#RcSplitButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/SplitButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.StyledArrowIcon=foundation_1.styled((function(props){return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({symbol:juno_icon_1.ArrowDown,size:"medium"},props))}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n transform: ",";\n\n &&& {\n color: inherit;\n margin-right: 0;\n }\n"],["\n transform: ",";\n\n &&& {\n color: inherit;\n margin-right: 0;\n }\n"])),(function(_a){return _a.open&&"rotate(180deg)"}));try{StyledArrowIcon.displayName="StyledArrowIcon",StyledArrowIcon.__docgenInfo={description:"",displayName:"StyledArrowIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},open:{defaultValue:null,description:"",name:"open",required:!0,type:{name:"boolean"}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx#StyledArrowIcon"]={docgenInfo:StyledArrowIcon.__docgenInfo,name:"StyledArrowIcon",path:"packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx#StyledArrowIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,templateObject_16,templateObject_17,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/styles/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/utils/index.ts"),transition=function(_a){var theme=_a.theme;return theme.transitions.create(["background-color","box-shadow","border-color","color"],{duration:theme.transitions.duration.short})},borderLeft=function(_a){var variant=_a.variant,color=_a.color,disabled=_a.disabled,theme=_a.theme;switch(variant){case"plain":case"plainIcon":return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));case"outlined":return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "],["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "])),disabled?foundation_1.palette2("neutral","f02"):styles_1.plainButtonTextColor);case"text":case"round":return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n align-self: stretch;\n padding-right: 1px;\n border-left: 1px solid transparent;\n "],["\n align-self: stretch;\n padding-right: 1px;\n border-left: 1px solid transparent;\n "])));default:return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "],["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "])),foundation_1.setOpacity(styles_1.buttonTextColor({color,theme}),"24"))}},iconButtonStyle=function(_a){var size=_a.size,variant=_a.variant,currIconSize=utils_1.RcIconButtonSizes[size],currSize=currIconSize/2,space=foundation_1.toSpacing(currSize),rightSpace=foundation_1.toSpacing(currSize-4),width=foundation_1.px(currIconSize);return foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ."," {\n &."," {\n min-width: auto;\n ",";\n\n "," {\n margin-right: 0;\n }\n }\n\n &."," {\n min-width: ",";\n width: ",";\n }\n }\n "],["\n ."," {\n &."," {\n min-width: auto;\n ",";\n\n "," {\n margin-right: 0;\n }\n }\n\n &."," {\n min-width: ",";\n width: ",";\n }\n }\n "])),utils_2.RcSplitButtonClasses.groupedHorizontal,utils_2.RcSplitButtonClasses.actionButton,"plainIcon"===variant?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n padding: 0;\n box-shadow: none;\n\n "," {\n outline: none;\n ","\n }\n "],["\n padding: 0;\n box-shadow: none;\n\n "," {\n outline: none;\n ","\n }\n "])),foundation_1.focusVisible,styles_2.plainIconButtonFocusStyle({radius:"circle"})):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n padding: ",";\n "],["\n padding: ",";\n "])),foundation_1.spacing(space,rightSpace,space,space)),Icon_1.RcIcon,utils_2.RcSplitButtonClasses.controlButton,width,width)};exports.splitButtonStyle=function(props){var variant=props.variant,disabled=props.disabled,loading=props.loading,variantIs=utils_2.variantIsHandler(variant),currColor=styles_1.buttonColor(props),isContainer="contained"===variant,activeColor24=foundation_1.setOpacity(currColor,"24"),containedActiveColor=foundation_1.setOpacity(currColor,"24",!0);return foundation_1.css(templateObject_17||(templateObject_17=tslib_1.__makeTemplateObject(["\n ."," {\n &:not(:last-child) {\n border-right: unset;\n }\n }\n\n ."," {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n }\n\n ."," {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n\n &:after {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n &."," {\n ",";\n\n ",";\n }\n\n ."," {\n ",";\n\n &."," {\n padding: 0;\n min-width: 24px;\n ",";\n }\n\n &."," {\n border-right: ",";\n }\n\n &:not(.",") {\n margin-left: 0;\n }\n\n ",";\n }\n\n ",";\n\n ",";\n\n ",";\n\n &."," {\n ",";\n\n ."," {\n background: ",";\n }\n }\n "],["\n ."," {\n &:not(:last-child) {\n border-right: unset;\n }\n }\n\n ."," {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n }\n\n ."," {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n\n &:after {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n &."," {\n ",";\n\n ",";\n }\n\n ."," {\n ",";\n\n &."," {\n padding: 0;\n min-width: 24px;\n ",";\n }\n\n &."," {\n border-right: ",";\n }\n\n &:not(.",") {\n margin-left: 0;\n }\n\n ",";\n }\n\n ",";\n\n ",";\n\n ",";\n\n &."," {\n ",";\n\n ."," {\n background: ",";\n }\n }\n "])),utils_2.RcSplitButtonClasses.groupedContainedHorizontal,utils_2.RcSplitButtonClasses.actionButton,utils_2.RcSplitButtonClasses.controlButton,utils_2.RcSplitButtonClasses.root,!disabled&&variantIs(["outlined","text","round"])&&!loading&&foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n transition: ",";\n\n "," {\n &:hover {\n background: ",";\n }\n }\n "],["\n transition: ",";\n\n "," {\n &:hover {\n background: ",";\n }\n }\n "])),transition,foundation_1.nonTouchHoverMedia,styles_1.buttonHoverColor),variantIs(["text","round","plainIcon"])&&foundation_1.css(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n align-items: center;\n\n ","\n "],["\n align-items: center;\n\n ","\n "])),!disabled&&!loading&&foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n ."," {\n border-left-color: ",";\n }\n }\n }\n "],["\n "," {\n &:hover {\n ."," {\n border-left-color: ",";\n }\n }\n }\n "])),foundation_1.nonTouchHoverMedia,utils_2.RcSplitButtonClasses.controlButton,activeColor24)),utils_2.RcSplitButtonClasses.groupedHorizontal,variantIs(["outlined","text","contained"])&&foundation_1.css(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n min-width: 72px;\n "],["\n min-width: 72px;\n "]))),utils_2.RcSplitButtonClasses.controlButton,borderLeft,utils_2.RcSplitButtonClasses.actionButton,"outlined"===variant&&0,utils_2.RcSplitButtonClasses.actionButton,variantIs(["plain","plainIcon"])&&foundation_1.css(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n &."," {\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n box-shadow: none;\n\n transition: ",";\n\n ",";\n }\n\n &."," {\n border-top-right-radius: inherit;\n border-bottom-right-radius: inherit;\n }\n "],["\n &."," {\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n box-shadow: none;\n\n transition: ",";\n\n ",";\n }\n\n &."," {\n border-top-right-radius: inherit;\n border-bottom-right-radius: inherit;\n }\n "])),utils_2.RcSplitButtonClasses.controlButton,transition,!loading&&foundation_1.css(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n background: ",";\n }\n }\n\n "," {\n background: ",";\n }\n "],["\n "," {\n &:hover {\n background: ",";\n }\n }\n\n "," {\n background: ",";\n }\n "])),foundation_1.nonTouchHoverMedia,styles_1.buttonHoverColor,foundation_1.focusVisible,styles_1.buttonHoverColor),utils_2.RcSplitButtonClasses.actionButton),"plainIcon"===variant&&foundation_1.css(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n &.",",\n ."," {\n border-radius: ",";\n\n "," {\n min-height: auto;\n }\n }\n "],["\n &.",",\n ."," {\n border-radius: ",";\n\n "," {\n min-height: auto;\n }\n }\n "])),utils_2.RcSplitButtonClasses.root,utils_2.RcSplitButtonClasses.groupedHorizontal,foundation_1.radius("circle"),Button_1.RcButton),"round"===variant&&foundation_1.css(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n &."," {\n border-radius: ",";\n overflow: hidden;\n\n "," {\n min-height: auto;\n }\n\n .",",\n ."," {\n transform: scale(2);\n }\n\n ."," {\n &."," {\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n }\n\n &."," {\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n }\n }\n }\n "],["\n &."," {\n border-radius: ",";\n overflow: hidden;\n\n "," {\n min-height: auto;\n }\n\n .",",\n ."," {\n transform: scale(2);\n }\n\n ."," {\n &."," {\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n }\n\n &."," {\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n }\n }\n }\n "])),utils_2.RcSplitButtonClasses.root,foundation_1.radius("round"),Button_1.RcButton,utils_2.RcSplitButtonTouchRippleClasses.child,utils_2.RcSplitButtonTouchRippleClasses.ripplePulsate,utils_2.RcSplitButtonClasses.groupedHorizontal,utils_2.RcSplitButtonClasses.actionButton,foundation_1.radius("round"),foundation_1.radius("round"),utils_2.RcSplitButtonClasses.controlButton,foundation_1.radius("round"),foundation_1.radius("round")),variantIs(["round","plainIcon"])&&iconButtonStyle,utils_2.RcSplitButtonClasses.menuOpen,!variantIs(["plain","plainIcon"])&&foundation_1.css(templateObject_16||(templateObject_16=tslib_1.__makeTemplateObject(["\n ."," {\n background: ",";\n }\n "],["\n ."," {\n background: ",";\n }\n "])),utils_2.RcSplitButtonClasses.actionButton,!isContainer&&styles_1.buttonHoverColor),utils_2.RcSplitButtonClasses.controlButton,isContainer?containedActiveColor:activeColor24)};try{splitButtonStyle.displayName="splitButtonStyle",splitButtonStyle.__docgenInfo={description:"",displayName:"splitButtonStyle",props:{variant:{defaultValue:null,description:"type of variant, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"round"'},{value:'"contained"'},{value:'"plain"'},{value:'"plainIcon"'}]}},ActionButtonProps:{defaultValue:null,description:"left Action button (`RcButton`) props",name:"ActionButtonProps",required:!1,type:{name:'Partial<{ size?: "small" | "xsmall" | "medium" | "large" | "xlarge"; variant?: "text" | "outlined" | "contained" | "plain"; color?: "primary" | "secondary" | ... 137 more ... | undefined; ... 8 more ...; focusVariant?: "ripple" | ... 1 more ... | undefined; } & Pick<...> & { ...; } & Pick<......'}},ControlButtonProps:{defaultValue:null,description:"right Control button(`RcButton`) props",name:"ControlButtonProps",required:!1,type:{name:'({ ArrowIconProps?: RcIconProps; } & Pick & { ...; } & Pick<...>>, "radiu...'}},MenuProps:{defaultValue:null,description:"props for Menu component",name:"MenuProps",required:!1,type:{name:'Pick'}},onOpen:{defaultValue:null,description:"emit when menu open",name:"onOpen",required:!1,type:{name:"(() => void)"}},loading:{defaultValue:null,description:"loading state",name:"loading",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.\nIf `true`, the buttons will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the button group.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},disableRipple:{defaultValue:null,description:"If `true`, the button ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the button keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx#splitButtonStyle"]={docgenInfo:splitButtonStyle.__docgenInfo,name:"splitButtonStyle",path:"packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx#splitButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/SplitButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/SplitButton/utils/SplitButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSplitButtonClasses=foundation_1.RcClasses(["root","groupedHorizontal","actionButton","controlButton","menuOpen","groupedContainedHorizontal"],"RcSplitButton"),exports.RcSplitButtonTouchRippleClasses=foundation_1.RcClasses(["child","ripplePulsate"],"RcSplitButton-TouchRipple"),exports.getVariant=function(variant){switch(variant){case"round":return"text";case"plainIcon":return"plain";default:return variant}},exports.variantIsHandler=function(variant){return function(arr){return arr.includes(variant)}}},"./packages/juno-core/src/components/Buttons/SplitButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/utils/SplitButtonUtils.ts"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ToggleButton_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/ToggleButton/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),_RcToggleButton=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcToggleButton"}),classesProp=props.classes,children=props.children,symbol=(props.size,props.variant,props.symbol),IconProps=props.IconProps,rest=tslib_1.__rest(props,["classes","children","size","variant","symbol","IconProps"]),innerRef=react_1.useRef(null),buttonRef=foundation_1.useForkRef(ref,innerRef),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcToggleButtonClasses,classesProp)}),[classesProp]);return react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"Mui-selected")})),react_1.default.createElement(ToggleButton_1.default,tslib_1.__assign({},rest,{ref:buttonRef,innerRef:buttonRef,classes}),symbol&&react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({symbol,size:"inherit"},IconProps)),children)})),RcToggleButton=foundation_1.styled(Tooltip_1.withTooltip(_RcToggleButton))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ToggleButtonStyle);exports.RcToggleButton=RcToggleButton,RcToggleButton.defaultProps={disableRipple:!0,size:"medium",variant:"standard"},RcToggleButton.displayName="RcToggleButton";try{RcToggleButton.displayName="RcToggleButton",RcToggleButton.__docgenInfo={description:"",displayName:"RcToggleButton",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx#RcToggleButton"]={docgenInfo:RcToggleButton.__docgenInfo,name:"RcToggleButton",path:"packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx#RcToggleButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),actionColor=foundation_1.palette2("action","grayLight"),selectedBgColor=foundation_1.setOpacity(foundation_1.focusVisibleColor,"12");exports.ToggleButtonStyle=function(props){var size=props.size,variant=props.variant,disabled=props.disabled,space=foundation_1.spacing(utils_2.RcToggleButtonSpace[size].area);return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n color: ",";\n border: unset;\n\n "," {\n &:hover {\n color: ",";\n }\n }\n\n &."," {\n color: ",";\n }\n\n &."," {\n color: ",";\n }\n\n ."," {\n position: relative;\n font-size: ",";\n }\n\n ",";\n\n ",";\n "],["\n color: ",";\n border: unset;\n\n "," {\n &:hover {\n color: ",";\n }\n }\n\n &."," {\n color: ",";\n }\n\n &."," {\n color: ",";\n }\n\n ."," {\n position: relative;\n font-size: ",";\n }\n\n ",";\n\n ",";\n "])),foundation_1.palette2("neutral","f04"),foundation_1.nonTouchHoverMedia,foundation_1.palette2("neutral","f06"),utils_2.RcToggleButtonClasses.selected,foundation_1.focusVisibleColor,utils_2.RcToggleButtonClasses.disabled,foundation_1.palette2("neutral","f02"),utils_2.RcToggleButtonClasses.label,foundation_1.px(utils_1.RcIconSizes[size]),"standard"===variant&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n\n &:active {\n background-color: ",";\n }\n\n ",";\n "],["\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n\n &:active {\n background-color: ",";\n }\n\n ",";\n "])),space,foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(actionColor,"08"),foundation_1.focusVisibleShadowStyle("sm"),foundation_1.setOpacity(actionColor,"12"),!disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &.",",\n &.",":hover {\n background-color: ",";\n }\n "],["\n &.",",\n &.",":hover {\n background-color: ",";\n }\n "])),utils_2.RcToggleButtonClasses.selected,utils_2.RcToggleButtonClasses.selected,selectedBgColor)),"box"===variant&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n padding: ",";\n\n &."," {\n background-color: unset;\n }\n\n "," {\n &:hover,\n &.",":hover {\n background-color: unset;\n }\n }\n\n "," {\n ."," {\n ","\n }\n }\n "],["\n padding: ",";\n\n &."," {\n background-color: unset;\n }\n\n "," {\n &:hover,\n &.",":hover {\n background-color: unset;\n }\n }\n\n "," {\n ."," {\n ","\n }\n }\n "])),space,utils_2.RcToggleButtonClasses.selected,foundation_1.nonTouchHoverMedia,utils_2.RcToggleButtonClasses.selected,foundation_1.focusVisible,utils_2.RcToggleButtonClasses.label,styles_1.plainIconButtonFocusStyle({radius:"sm"})))};try{ToggleButtonStyle.displayName="ToggleButtonStyle",ToggleButtonStyle.__docgenInfo={description:"",displayName:"ToggleButtonStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},IconProps:{defaultValue:null,description:"IconProps apply on symbol",name:"IconProps",required:!1,type:{name:'Pick'}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx#ToggleButtonStyle"]={docgenInfo:ToggleButtonStyle.__docgenInfo,name:"ToggleButtonStyle",path:"packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx#ToggleButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButton/utils/ToggleButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcToggleButtonClasses=foundation_1.RcClasses(["selected","disabled","label"],"RcToggleButton"),exports.RcToggleButtonSpace={small:{area:.5,inner:1,outer:2},medium:{area:1,inner:1,outer:2},large:{area:1,inner:2,outer:4}}},"./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/ToggleButtonUtils.ts"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ToggleButtonGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/ToggleButtonGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts"),_RcToggleButtonGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcToggleButtonGroup"}),classesProp=props.classes,children=props.children,variant=props.variant,size=props.size,rest=tslib_1.__rest(props,["classes","children","variant","size"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcToggleButtonGroupClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ToggleButtonGroup_1.default,tslib_1.__assign({},rest,{ref,classes}),children.map((function(x,i){return react_1.default.cloneElement(x,{key:"."+i,size,variant})})))})),RcToggleButtonGroup=foundation_1.styled(_RcToggleButtonGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ToggleButtonGroupStyle);exports.RcToggleButtonGroup=RcToggleButtonGroup,RcToggleButtonGroup.defaultProps={size:"medium",variant:"standard"},RcToggleButtonGroup.displayName="RcToggleButtonGroup";try{RcToggleButtonGroup.displayName="RcToggleButtonGroup",RcToggleButtonGroup.__docgenInfo={description:"",displayName:"RcToggleButtonGroup",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx#RcToggleButtonGroup"]={docgenInfo:RcToggleButtonGroup.__docgenInfo,name:"RcToggleButtonGroup",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx#RcToggleButtonGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts"),boxStyle_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx"),standardStyle_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx"),dividerColor=foundation_1.palette2("neutral","l02");exports.ToggleButtonGroupStyle=function(props){var variant=props.variant,size=props.size,isHorizontal="vertical"!==props.orientation,_a=utils_1.RcToggleButtonSpace[size],area=_a.area,inner=_a.inner,boxInnerPadding=foundation_1.spacing(area+inner+.25);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n .","\n + .",",\n .","\n + ."," {\n "," {\n &:before {\n content: '';\n position: absolute;\n pointer-events: none;\n background: ",";\n top: 0;\n left: 0;\n\n ",";\n }\n }\n }\n\n ",";\n ",";\n "],["\n .","\n + .",",\n .","\n + ."," {\n "," {\n &:before {\n content: '';\n position: absolute;\n pointer-events: none;\n background: ",";\n top: 0;\n left: 0;\n\n ",";\n }\n }\n }\n\n ",";\n ",";\n "])),utils_2.RcToggleButtonGroupClasses.groupedHorizontal,utils_2.RcToggleButtonGroupClasses.groupedHorizontal,utils_2.RcToggleButtonGroupClasses.groupedVertical,utils_2.RcToggleButtonGroupClasses.groupedVertical,Icon_1.RcIcon,dividerColor,isHorizontal?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 100%;\n width: 1px;\n transform: translateX(-",");\n "],["\n height: 100%;\n width: 1px;\n transform: translateX(-",");\n "])),boxInnerPadding):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n height: 1px;\n width: 100%;\n transform: translateY(-",");\n "],["\n height: 1px;\n width: 100%;\n transform: translateY(-",");\n "])),boxInnerPadding),"standard"===variant&&standardStyle_1.standardStyle,"box"===variant&&boxStyle_1.boxStyle)};try{ToggleButtonGroupStyle.displayName="ToggleButtonGroupStyle",ToggleButtonGroupStyle.__docgenInfo={description:"",displayName:"ToggleButtonGroupStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},children:{defaultValue:null,description:"The content of the button.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The currently selected value within the group or an array of selected\nvalues when `exclusive` is false.\n\nThe value must have reference equality with the option in order to be selected.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},exclusive:{defaultValue:null,description:"If `true`, only allow one of the child ToggleButton values to be selected.",name:"exclusive",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx#ToggleButtonGroupStyle"]={docgenInfo:ToggleButtonGroupStyle.__docgenInfo,name:"ToggleButtonGroupStyle",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx#ToggleButtonGroupStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ToggleButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts");exports.boxStyle=function(_a){var size=_a.size,orientation=_a.orientation,_b=utils_1.RcToggleButtonSpace[size],inner=_b.inner,outer=_b.outer,area=_b.area,isHorizontal="vertical"!==orientation,radiusValue=foundation_1.radius("round"),startPadding=foundation_1.spacing(area+inner-.25),endPadding=foundation_1.spacing(area+inner),outerPadding=foundation_1.spacing(area+outer);return foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n background-color: ",";\n box-shadow: ",";\n border-radius: ",";\n\n "," {\n ",";\n }\n\n ",":first-child {\n ",";\n }\n\n ",":last-child {\n ",";\n }\n "],["\n background-color: ",";\n box-shadow: ",";\n border-radius: ",";\n\n "," {\n ",";\n }\n\n ",":first-child {\n ",";\n }\n\n ",":last-child {\n ",";\n }\n "])),foundation_1.palette2("neutral","elevation"),foundation_1.shadows("1"),foundation_1.radius("round"),ToggleButton_1.RcToggleButton,isHorizontal?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding-left: ",";\n margin-left: 1px;\n padding-right: ",";\n "],["\n padding-left: ",";\n margin-left: 1px;\n padding-right: ",";\n "])),startPadding,endPadding):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n padding-top: ",";\n margin-top: 1px;\n padding-bottom: ",";\n "],["\n padding-top: ",";\n margin-top: 1px;\n padding-bottom: ",";\n "])),startPadding,endPadding),ToggleButton_1.RcToggleButton,isHorizontal?foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n padding-left: ",";\n margin-left: 0px;\n "],["\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n padding-left: ",";\n margin-left: 0px;\n "])),radiusValue,radiusValue,outerPadding):foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n padding-top: ",";\n margin-top: 0px;\n "],["\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n padding-top: ",";\n margin-top: 0px;\n "])),radiusValue,radiusValue,outerPadding),ToggleButton_1.RcToggleButton,isHorizontal?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n padding-right: ",";\n "],["\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n padding-right: ",";\n "])),radiusValue,radiusValue,outerPadding):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n padding-bottom: ",";\n "],["\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n padding-bottom: ",";\n "])),radiusValue,radiusValue,outerPadding))};try{boxStyle.displayName="boxStyle",boxStyle.__docgenInfo={description:"",displayName:"boxStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},children:{defaultValue:null,description:"The content of the button.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The currently selected value within the group or an array of selected\nvalues when `exclusive` is false.\n\nThe value must have reference equality with the option in order to be selected.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},exclusive:{defaultValue:null,description:"If `true`, only allow one of the child ToggleButton values to be selected.",name:"exclusive",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx#boxStyle"]={docgenInfo:boxStyle.__docgenInfo,name:"boxStyle",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx#boxStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts");exports.standardStyle=function(_a){var orientation=_a.orientation,size=_a.size,isHorizontal="vertical"!==orientation,_b=utils_1.RcToggleButtonSpace[size],inner=_b.inner,outer=_b.outer,area=_b.area,margins=isHorizontal?foundation_1.spacing(inner,inner,inner,inner+.25):foundation_1.spacing(inner,inner,inner+.25,inner),outerSpace=foundation_1.spacing(outer);return foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n "," {\n margin: ",";\n padding: ",";\n border: none;\n border-radius: ",";\n\n ",";\n\n &:first-child {\n ",";\n }\n\n &:last-child {\n ",";\n }\n }\n "],["\n "," {\n margin: ",";\n padding: ",";\n border: none;\n border-radius: ",";\n\n ",";\n\n &:first-child {\n ",";\n }\n\n &:last-child {\n ",";\n }\n }\n "])),utils_2.toggleButtonBetweenClassName+",\n ."+utils_2.RcToggleButtonGroupClasses.groupedHorizontal+",\n ."+utils_2.RcToggleButtonGroupClasses.groupedVertical,margins,foundation_1.spacing(area),foundation_1.radius("sm"),isHorizontal?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-top: 0;\n margin-bottom: 0;\n "],["\n margin-top: 0;\n margin-bottom: 0;\n "]))):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-left: 0;\n margin-right: 0;\n "],["\n margin-left: 0;\n margin-right: 0;\n "]))),isHorizontal?foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n "],["\n margin-left: ",";\n "])),outerSpace):foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n "],["\n margin-top: ",";\n "])),outerSpace),isHorizontal?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-right: ",";\n "],["\n margin-right: ",";\n "])),outerSpace):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n "],["\n margin-bottom: ",";\n "])),outerSpace))};try{standardStyle.displayName="standardStyle",standardStyle.__docgenInfo={description:"",displayName:"standardStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},children:{defaultValue:null,description:"The content of the button.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The currently selected value within the group or an array of selected\nvalues when `exclusive` is false.\n\nThe value must have reference equality with the option in order to be selected.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},exclusive:{defaultValue:null,description:"If `true`, only allow one of the child ToggleButton values to be selected.",name:"exclusive",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx#standardStyle"]={docgenInfo:standardStyle.__docgenInfo,name:"standardStyle",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx#standardStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/ToggleButtonGroupUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ToggleButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts");exports.RcToggleButtonGroupClasses=foundation_1.RcClasses(["groupedHorizontal","groupedVertical"],"RcToggleButtonGroup"),exports.toggleButtonBetweenClassName=ToggleButton_1.RcToggleButton+"."+utils_1.RcToggleButtonClasses.selected+" + "+ToggleButton_1.RcToggleButton+"."+utils_1.RcToggleButtonClasses.selected},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/ToggleButtonGroupUtils.ts"),exports)},"./packages/juno-core/src/components/Buttons/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonBase/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/index.ts"),exports)},"./packages/juno-core/src/components/Card/Card/Card.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),Card_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Card/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),CardContext_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/CardContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/utils/index.ts"),_RcCard=react_1.forwardRef((function(inProps,ref){var _a,props=foundation_1.useThemeProps({props:inProps,name:"RcCard"}),classesProp=props.classes,classNameProp=props.className,selected=props.selected,focusVisibleProp=props.focusVisible,rest=tslib_1.__rest(props,["classes","className","selected","focusVisible"]),_b=tslib_1.__read(react_1.useState(!1),2),focusVisible=_b[0],setFocusVisible=_b[1],classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_1.RcCardClasses,["selected","focusVisible"]),classesProp)}),[classesProp]),className=clsx_1.default(classNameProp,((_a={})[utils_1.RcCardClasses.focusVisible]=focusVisibleProp||focusVisible,_a[utils_1.RcCardClasses.selected]=selected,_a));return react_1.default.createElement(CardContext_1.RcCardContext.Provider,{value:{focusVisible,setFocusVisible}},react_1.default.createElement(Card_1.default,tslib_1.__assign({},rest,{className,ref,classes})))})),RcCard=styled_components_1.default(_RcCard)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardStyle);exports.RcCard=RcCard,RcCard.displayName="RcCard",RcCard.defaultProps={};try{RcCard.displayName="RcCard",RcCard.__docgenInfo={description:"",displayName:"RcCard",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/Card/Card.tsx#RcCard"]={docgenInfo:RcCard.__docgenInfo,name:"RcCard",path:"packages/juno-core/src/components/Card/Card/Card.tsx#RcCard"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/Card/CardContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcCardContext=react_1.createContext({setFocusVisible:function(){}}),exports.useRcCardContext=function(){return react_1.useContext(exports.RcCardContext)}},"./packages/juno-core/src/components/Card/Card/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/Card.tsx"),exports)},"./packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Card/Card/utils/index.ts");exports.CardStyle=function(props){var variant=props.variant,square=props.square,isOutline="outlined"===variant;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n background-color: ",";\n\n ","\n "],["\n position: relative;\n background-color: ",";\n\n ","\n "])),foundation_1.palette2("neutral","elevation"),isOutline&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border: 1px solid ",";\n border-radius: ",";\n\n &.",", &."," {\n border-color: ",";\n }\n\n &:not(:hover):not(:focus-within) ."," {\n &:not(.",") {\n opacity: ",";\n }\n }\n "],["\n border: 1px solid ",";\n border-radius: ",";\n\n &.",", &."," {\n border-color: ",";\n }\n\n &:not(:hover):not(:focus-within) ."," {\n &:not(.",") {\n opacity: ",";\n }\n }\n "])),foundation_1.palette2("neutral","l02"),!square&&foundation_1.radius("xl"),utils_2.RcCardClasses.focusVisible,utils_2.RcCardClasses.selected,isOutline&&foundation_1.palette2("interactive","f01"),utils_1.RcCardHoverActionsClasses.root,utils_1.RcCardHoverActionsClasses.visible,isOutline&&0))};try{CardStyle.displayName="CardStyle",CardStyle.__docgenInfo={description:"",displayName:"CardStyle",props:{selected:{defaultValue:null,description:"applies the visual style of selection, only applied when variant outline",name:"selected",required:!1,type:{name:"boolean"}},focusVisible:{defaultValue:null,description:"sets the visible style of focus if the focus target is delegated to a child component, only applied when variant outline",name:"focusVisible",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx#CardStyle"]={docgenInfo:CardStyle.__docgenInfo,name:"CardStyle",path:"packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx#CardStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/Card/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx"),exports)},"./packages/juno-core/src/components/Card/Card/utils/CardUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardClasses=foundation_1.RcClasses(["focusVisible","selected"],"RcCard")},"./packages/juno-core/src/components/Card/Card/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/utils/CardUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),CardActionArea_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardActionArea/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),CardContext_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/CardContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/utils/index.ts"),_RcCardActionArea=react_1.forwardRef((function(inProps,ref){var _a,props=foundation_1.useThemeProps({props:inProps,name:"RcCardActionArea"}),_b=foundation_1.useThemeProps({props,name:"MuiButtonBase"}),classNameProp=_b.className,classesProp=_b.classes,TouchRipplePropsProp=_b.TouchRippleProps,onFocusVisible=_b.onFocusVisible,onBlur=_b.onBlur,disableRipple=_b.disableRipple,disableTouchRipple=_b.disableTouchRipple,rest=tslib_1.__rest(_b,["className","classes","TouchRippleProps","onFocusVisible","onBlur","disableRipple","disableTouchRipple"]),setFocusVisible=CardContext_1.useRcCardContext().setFocusVisible,events=react_1.useMemo((function(){return foundation_1.combineProps({onFocusVisible:function(){return setFocusVisible(!0)},onBlur:function(){return setFocusVisible(!1)}},{onFocusVisible,onBlur})}),[onBlur,onFocusVisible,setFocusVisible]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_1.RcCardActionAreaClasses,["disableRipple"]),classesProp)}),[classesProp]),className=clsx_1.default(classNameProp,((_a={})[utils_1.RcCardActionAreaClasses.disableRipple]=disableRipple||disableTouchRipple,_a)),TouchRippleProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:utils_1.RcCardActionAreaRippleClasses},TouchRipplePropsProp)}),[TouchRipplePropsProp]);return react_1.default.createElement(CardActionArea_1.default,tslib_1.__assign({},rest,events,{ref,className,classes,TouchRippleProps,disableRipple,disableTouchRipple}))})),RcCardActionArea=foundation_1.overridableStyled(_RcCardActionArea)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardActionAreaStyle);exports.RcCardActionArea=RcCardActionArea,RcCardActionArea.defaultProps={},RcCardActionArea.displayName="RcCardActionArea";try{RcCardActionArea.displayName="RcCardActionArea",RcCardActionArea.__docgenInfo={description:"",displayName:"RcCardActionArea",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx#RcCardActionArea"]={docgenInfo:RcCardActionArea.__docgenInfo,name:"RcCardActionArea",path:"packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx#RcCardActionArea"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActionArea/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/utils/index.ts"),rippleAnimation=function(_a){var theme=_a.theme;return foundation_1.keyframes(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n 0% {\n transform: scale(0);\n opacity: ",";\n }\n 100% {\n transform: scale(1);\n opacity: ",";\n }\n"],["\n 0% {\n transform: scale(0);\n opacity: ",";\n }\n 100% {\n transform: scale(1);\n opacity: ",";\n }\n"])),theme.opacity["08"],theme.opacity[24])};exports.CardActionAreaStyle=function(){return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &.","\n ."," {\n opacity: 0;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n opacity: ",";\n animation-name: ",";\n }\n\n &.",":active {\n background-color: ",";\n }\n "],["\n &.","\n ."," {\n opacity: 0;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n opacity: ",";\n animation-name: ",";\n }\n\n &.",":active {\n background-color: ",";\n }\n "])),utils_1.RcCardActionAreaClasses.focusVisible,utils_1.RcCardActionAreaClasses.focusHighlight,utils_1.RcCardActionAreaRippleClasses.root,foundation_1.palette2("action","grayLight"),utils_1.RcCardActionAreaRippleClasses.rippleVisible,foundation_1.opacity("24"),rippleAnimation,utils_1.RcCardActionAreaClasses.disableRipple,foundation_1.palette2("action","grayLight",.24))};try{CardActionAreaStyle.displayName="CardActionAreaStyle",CardActionAreaStyle.__docgenInfo={description:"",displayName:"CardActionAreaStyle",props:{classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx#CardActionAreaStyle"]={docgenInfo:CardActionAreaStyle.__docgenInfo,name:"CardActionAreaStyle",path:"packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx#CardActionAreaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActionArea/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActionArea/utils/CardActionAreaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardActionAreaClasses=foundation_1.RcClasses(["root","focusHighlight","focusVisible","disableRipple"],"RcCardActionArea"),exports.RcCardActionAreaRippleClasses=foundation_1.RcClasses(["root","rippleVisible"],"RcCardActionAreaTouchRipple")},"./packages/juno-core/src/components/Card/CardActionArea/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/utils/CardActionAreaUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardActions/CardActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardActions_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardActions/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActions/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActions/utils/index.ts"),_RcCardActions=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardActions"}),classesProp=props.classes,rest=tslib_1.__rest(props,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardActionsClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardActions_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcCardActions=foundation_1.styled(_RcCardActions)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardActionsStyle);exports.RcCardActions=RcCardActions,RcCardActions.defaultProps={},RcCardActions.displayName="RcCardActions";try{RcCardActions.displayName="RcCardActions",RcCardActions.__docgenInfo={description:"",displayName:"RcCardActions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActions/CardActions.tsx#RcCardActions"]={docgenInfo:RcCardActions.__docgenInfo,name:"RcCardActions",path:"packages/juno-core/src/components/Card/CardActions/CardActions.tsx#RcCardActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/CardActions.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardActionsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n padding: ",";\n z-index: 2;\n "],["\n position: relative;\n padding: ",";\n z-index: 2;\n "])),foundation_1.spacing(0,4,4,4))};try{CardActionsStyle.displayName="CardActionsStyle",CardActionsStyle.__docgenInfo={description:"",displayName:"CardActionsStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disableSpacing:{defaultValue:null,description:"If `true`, the actions do not have additional margin.",name:"disableSpacing",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx#CardActionsStyle"]={docgenInfo:CardActionsStyle.__docgenInfo,name:"CardActionsStyle",path:"packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx#CardActionsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActions/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActions/utils/CardActionsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardActionsClasses=foundation_1.RcClasses([],"RcCardActions")},"./packages/juno-core/src/components/Card/CardActions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/utils/CardActionsUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardContent/CardContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardContent_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardContent/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardContent/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardContent/utils/index.ts"),_RcCardContent=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardContent"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardContentClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardContent_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcCardContent=foundation_1.styled(_RcCardContent)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardContentStyle);exports.RcCardContent=RcCardContent,RcCardContent.defaultProps={},RcCardContent.displayName="RcCardContent";try{RcCardContent.displayName="RcCardContent",RcCardContent.__docgenInfo={description:"",displayName:"RcCardContent",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardContent/CardContent.tsx#RcCardContent"]={docgenInfo:RcCardContent.__docgenInfo,name:"RcCardContent",path:"packages/juno-core/src/components/Card/CardContent/CardContent.tsx#RcCardContent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardContent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/CardContent.tsx"),exports)},"./packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardContentStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n "],["\n padding: ",";\n "])),foundation_1.spacing(4))};try{CardContentStyle.displayName="CardContentStyle",CardContentStyle.__docgenInfo={description:"",displayName:"CardContentStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx#CardContentStyle"]={docgenInfo:CardContentStyle.__docgenInfo,name:"CardContentStyle",path:"packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx#CardContentStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardContent/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardContent/utils/CardContentUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardContentClasses=foundation_1.RcClasses(["root"],"RcCardContent")},"./packages/juno-core/src/components/Card/CardContent/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/utils/CardContentUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardHeader_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardHeader/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/utils/index.ts"),_RcCardHeader=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardHeader"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardHeaderClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardHeader_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcCardHeader=foundation_1.overridableStyled(_RcCardHeader)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardHeaderStyle);exports.RcCardHeader=RcCardHeader,RcCardHeader.defaultProps={},RcCardHeader.displayName="RcCardHeader";try{RcCardHeader.displayName="RcCardHeader",RcCardHeader.__docgenInfo={description:"",displayName:"RcCardHeader",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx#RcCardHeader"]={docgenInfo:RcCardHeader.__docgenInfo,name:"RcCardHeader",path:"packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx#RcCardHeader"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHeader/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardHeaderStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{CardHeaderStyle.displayName="CardHeaderStyle",CardHeaderStyle.__docgenInfo={description:"",displayName:"CardHeaderStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"The content of the Card Title.",name:"title",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display in the card header.",name:"action",required:!1,type:{name:"ReactNode"}},avatar:{defaultValue:null,description:"The Avatar for the Card Header.",name:"avatar",required:!1,type:{name:"ReactNode"}},disableTypography:{defaultValue:null,description:"If `true`, `subheader` and `title` won't be wrapped by a Typography component.\nThis can be useful to render an alternative Typography variant by wrapping\nthe `title` text, and optional `subheader` text\nwith the Typography component.",name:"disableTypography",required:!1,type:{name:"boolean"}},subheader:{defaultValue:null,description:"The content of the component.",name:"subheader",required:!1,type:{name:"ReactNode"}},subheaderTypographyProps:{defaultValue:null,description:"These props will be forwarded to the subheader\n(as long as disableTypography is not `true`).",name:"subheaderTypographyProps",required:!1,type:{name:'OverrideProps, "span">'}},titleTypographyProps:{defaultValue:null,description:"These props will be forwarded to the title\n(as long as disableTypography is not `true`).",name:"titleTypographyProps",required:!1,type:{name:'OverrideProps, "span">'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx#CardHeaderStyle"]={docgenInfo:CardHeaderStyle.__docgenInfo,name:"CardHeaderStyle",path:"packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx#CardHeaderStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHeader/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHeader/utils/CardHeaderUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardHeaderClasses=foundation_1.RcClasses([],"RcCardHeader")},"./packages/juno-core/src/components/Card/CardHeader/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/utils/CardHeaderUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/utils/index.ts"),_RcCardHoverActions=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardHoverActions"}),classNameProp=props.className,visible=props.visible,rest=tslib_1.__rest(props,["className","visible"]),className=react_1.useMemo((function(){var _a;return clsx_1.default(classNameProp,utils_1.RcCardHoverActionsClasses.root,((_a={})[utils_1.RcCardHoverActionsClasses.visible]=visible,_a))}),[classNameProp,visible]);return react_1.default.createElement("div",tslib_1.__assign({},rest,{ref,className}))})),RcCardHoverActions=foundation_1.styled(_RcCardHoverActions)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardHoverActionsStyle);exports.RcCardHoverActions=RcCardHoverActions,RcCardHoverActions.defaultProps={},RcCardHoverActions.displayName="RcCardHoverActions";try{RcCardHoverActions.displayName="RcCardHoverActions",RcCardHoverActions.__docgenInfo={description:"",displayName:"RcCardHoverActions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx#RcCardHoverActions"]={docgenInfo:RcCardHoverActions.__docgenInfo,name:"RcCardHoverActions",path:"packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx#RcCardHoverActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHoverActions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.hoverTransition=function(_a){var theme=_a.theme;return theme.transitions.create(["opacity"],{easing:"cubic-bezier(0.25, 0.8, 0.25, 1)",duration:theme.transitions.duration.standard})},exports.CardHoverActionsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n padding: ",";\n transition: ",";\n ","\n z-index: 1;\n "],["\n position: absolute;\n right: 0;\n top: 0;\n padding: ",";\n transition: ",";\n ","\n z-index: 1;\n "])),foundation_1.spacing(4),exports.hoverTransition,"")};try{hoverTransition.displayName="hoverTransition",hoverTransition.__docgenInfo={description:"",displayName:"hoverTransition",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#hoverTransition"]={docgenInfo:hoverTransition.__docgenInfo,name:"hoverTransition",path:"packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#hoverTransition"})}catch(__react_docgen_typescript_loader_error){}try{CardHoverActionsStyle.displayName="CardHoverActionsStyle",CardHoverActionsStyle.__docgenInfo={description:"",displayName:"CardHoverActionsStyle",props:{visible:{defaultValue:null,description:"forces visibility regardless of parent card hover state",name:"visible",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#CardHoverActionsStyle"]={docgenInfo:CardHoverActionsStyle.__docgenInfo,name:"CardHoverActionsStyle",path:"packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#CardHoverActionsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHoverActions/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHoverActions/utils/CardHoverActionsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardHoverActionsClasses=foundation_1.RcClasses(["root","visible"],"RcCardHoverActions")},"./packages/juno-core/src/components/Card/CardHoverActions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/utils/CardHoverActionsUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardMedia_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardMedia/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/utils/index.ts"),_RcCardMedia=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardMedia"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardMediaClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardMedia_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcCardMedia=foundation_1.overridableStyled(_RcCardMedia)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardMediaStyle);exports.RcCardMedia=RcCardMedia,RcCardMedia.defaultProps={},RcCardMedia.displayName="RcCardMedia";try{RcCardMedia.displayName="RcCardMedia",RcCardMedia.__docgenInfo={description:"",displayName:"RcCardMedia",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx#RcCardMedia"]={docgenInfo:RcCardMedia.__docgenInfo,name:"RcCardMedia",path:"packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx#RcCardMedia"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardMedia/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx"),exports)},"./packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardMediaStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{CardMediaStyle.displayName="CardMediaStyle",CardMediaStyle.__docgenInfo={description:"",displayName:"CardMediaStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},image:{defaultValue:null,description:"Image to be displayed as a background image.\nEither `image` or `src` prop must be specified.\nNote that caller must specify height otherwise the image will not be visible.",name:"image",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},src:{defaultValue:null,description:"An alias for `image` property.\nAvailable only with media components.\nMedia components: `video`, `audio`, `picture`, `iframe`, `img`.",name:"src",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx#CardMediaStyle"]={docgenInfo:CardMediaStyle.__docgenInfo,name:"CardMediaStyle",path:"packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx#CardMediaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardMedia/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardMedia/utils/CardMediaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardMediaClasses=foundation_1.RcClasses(["root"],"RcCardMedia")},"./packages/juno-core/src/components/Card/CardMedia/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/utils/CardMediaUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Checkbox_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Checkbox/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),CardContext_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/CardContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/utils/index.ts"),SelectionIcon=function(_a){var checked=_a.checked,iconOuterCircle=utils_1.RcCardSelectionAreaClasses.iconOuterCircle,iconInnerCircle=utils_1.RcCardSelectionAreaClasses.iconInnerCircle,icon=utils_1.RcCardSelectionAreaClasses.icon;return react_1.default.createElement("div",{className:iconOuterCircle},react_1.default.createElement("div",{className:iconInnerCircle},checked&&react_1.default.createElement(Icon_1.RcIcon,{className:icon,symbol:juno_icon_1.Check,size:"small",color:"neutral.f01"})))},_RcCardSelectionArea=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardSelectionArea"}),classesProp=props.classes,onFocusVisible=props.onFocusVisible,onBlur=props.onBlur,rest=tslib_1.__rest(props,["classes","onFocusVisible","onBlur"]),setFocusVisible=CardContext_1.useRcCardContext().setFocusVisible,events=react_1.useMemo((function(){return foundation_1.combineProps({onFocusVisible:function(){return setFocusVisible(!0)},onBlur:function(){return setFocusVisible(!1)}},{onFocusVisible,onBlur})}),[onBlur,onFocusVisible,setFocusVisible]),classes=react_1.useMemo((function(){return foundation_1.omit(foundation_1.combineClasses(utils_1.RcCardSelectionAreaClasses,classesProp),["iconInnerCircle","iconOuterCircle","icon"])}),[classesProp]);return react_1.default.createElement(Checkbox_1.default,tslib_1.__assign({},rest,events,{ref,classes,icon:react_1.default.createElement(SelectionIcon,null),checkedIcon:react_1.default.createElement(SelectionIcon,{checked:!0}),disableRipple:!0}))})),RcCardSelectionArea=foundation_1.styled(_RcCardSelectionArea)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardSelectionAreaStyle);exports.RcCardSelectionArea=RcCardSelectionArea,RcCardSelectionArea.defaultProps={},RcCardSelectionArea.displayName="RcCardSelectionArea";try{RcCardSelectionArea.displayName="RcCardSelectionArea",RcCardSelectionArea.__docgenInfo={description:"",displayName:"RcCardSelectionArea",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx#RcCardSelectionArea"]={docgenInfo:RcCardSelectionArea.__docgenInfo,name:"RcCardSelectionArea",path:"packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx#RcCardSelectionArea"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardSelectionArea/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx"),exports)},"./packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/utils/index.ts");exports.CardSelectionAreaStyle=function(){var innerCircleSize=utils_1.RcIconButtonSizes.small;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border-radius: 0;\n\n "," {\n &&:hover {\n background-color: ",";\n }\n }\n\n ."," {\n position: absolute;\n right: 0;\n top: 0;\n margin: ",";\n border-radius: ",";\n padding: ",";\n background-color: ",";\n box-shadow: ",";\n\n ."," {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: ",";\n width: ",";\n border-radius: ",";\n border: 1px solid ",";\n background-color: ",";\n }\n }\n\n &.","\n ."," {\n height: ",";\n width: ",";\n border: none;\n background-color: ",";\n }\n "],["\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border-radius: 0;\n\n "," {\n &&:hover {\n background-color: ",";\n }\n }\n\n ."," {\n position: absolute;\n right: 0;\n top: 0;\n margin: ",";\n border-radius: ",";\n padding: ",";\n background-color: ",";\n box-shadow: ",";\n\n ."," {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: ",";\n width: ",";\n border-radius: ",";\n border: 1px solid ",";\n background-color: ",";\n }\n }\n\n &.","\n ."," {\n height: ",";\n width: ",";\n border: none;\n background-color: ",";\n }\n "])),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(foundation_1.palette2("action","grayLight"),"08"),utils_2.RcCardSelectionAreaClasses.iconOuterCircle,foundation_1.spacing(2),foundation_1.radius("circle"),foundation_1.spacing(1),foundation_1.palette2("neutral","b01"),foundation_1.shadows("1"),utils_2.RcCardSelectionAreaClasses.iconInnerCircle,foundation_1.px(innerCircleSize),foundation_1.px(innerCircleSize),foundation_1.radius("circle"),foundation_1.palette2("interactive","f01"),foundation_1.palette2("neutral","b01"),utils_2.RcCardSelectionAreaClasses.checked,utils_2.RcCardSelectionAreaClasses.iconInnerCircle,foundation_1.px(innerCircleSize),foundation_1.px(innerCircleSize),foundation_1.palette2("interactive","f01"))};try{CardSelectionAreaStyle.displayName="CardSelectionAreaStyle",CardSelectionAreaStyle.__docgenInfo={description:"",displayName:"CardSelectionAreaStyle",props:{classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the checkbox will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: HTMLInputElement | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx#CardSelectionAreaStyle"]={docgenInfo:CardSelectionAreaStyle.__docgenInfo,name:"CardSelectionAreaStyle",path:"packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx#CardSelectionAreaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardSelectionArea/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardSelectionAreaClasses=foundation_1.RcClasses(["root","checked","iconOuterCircle","iconInnerCircle","icon"],"RcCardSelectionArea")},"./packages/juno-core/src/components/Card/CardSelectionArea/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.ts"),exports)},"./packages/juno-core/src/components/Card/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/index.ts"),exports)},"./packages/juno-core/src/components/Chip/Chip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),Chip_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Chip/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Chip/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Chip/utils/index.ts"),_RcChip=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcChip"}),AvatarProp=props.Avatar,deleteTooltip=props.deleteTooltip,deleteAutomationId=props.deleteAutomationId,isError=props.isError,classesProp=(props.backgroundColor,props.classes),_a=props.avatar,avatarProp=void 0===_a?AvatarProp:_a,_b=props.error,error=void 0===_b?isError:_b,id=props.id,label=props.label,disabled=props.disabled,deleteIconProp=props.deleteIcon,deleteIconProps=props.deleteIconProps,tabIndex=props.tabIndex,focused=props.focused,className=(props.color,props.className),rest=tslib_1.__rest(props,["Avatar","deleteTooltip","deleteAutomationId","isError","backgroundColor","classes","avatar","error","id","label","disabled","deleteIcon","deleteIconProps","tabIndex","focused","color","className"]),innerRef=react_1.useRef(null),chipRef=foundation_1.useForkRef(innerRef,ref),combinedClasses=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcChipClasses,classesProp)}),[classesProp]),classes=react_1.useMemo((function(){return foundation_1.omit(combinedClasses,["focused"])}),[combinedClasses]),deleteIcon=react_1.useMemo((function(){return deleteIconProp?react_1.default.cloneElement(deleteIconProp,tslib_1.__assign({tabIndex:-1},deleteIconProps)):react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({tabIndex:-1,disabled,variant:"plain",size:"medium",title:deleteTooltip,color:error?"danger.f02":void 0,"data-test-automation-id":deleteAutomationId,symbol:juno_icon_1.DeleteCircle},deleteIconProps))}),[deleteIconProp,deleteIconProps,disabled,deleteTooltip,error,deleteAutomationId]),avatar=react_1.useMemo((function(){if(avatarProp)return react_1.default.isValidElement(avatarProp)&&foundation_1.isRcElement(avatarProp,["RcAvatar"])&&"medium"===avatarProp.props.size?react_1.default.cloneElement(avatarProp,{size:"xxsmall"}):avatarProp}),[avatarProp]);return react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"MuiChip-deletable")})),react_1.default.createElement(Chip_1.default,tslib_1.__assign({ref:chipRef,id,tabIndex:disabled?-1:tabIndex,label,disabled,classes,className:clsx_1.default(className,focused?combinedClasses.focused:void 0),avatar,deleteIcon,"data-test-automation-class":"selected-item","data-test-automation-value":id||label,"data-is-error":error},rest))})),RcChip=foundation_1.overridableStyled(_RcChip)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ChipStyle);exports.RcChip=RcChip,RcChip.defaultProps={tabIndex:0,clickable:!1},RcChip.displayName="RcChip";try{RcChip.displayName="RcChip",RcChip.__docgenInfo={description:"",displayName:"RcChip",props:{component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!0,type:{name:"ElementType"}},color:{defaultValue:null,description:"color palette set,\n\n- variant: `default`: effect that active color when focus\n- variant: `outlined`: effect whole tag color\n\nin `outlined` variant when only set color, that will use color to calculate default background color\n- `lighten`: lighten `0.92` main color\n- `darken`: darken `0.72` main color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},backgroundColor:{defaultValue:null,description:"color palette set, only work when variant is `outlined`\n\neffect background color when not have any interactive.",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error chip",name:"error",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},deleteIconProps:{defaultValue:null,description:"props apply on `deleteIcon`",name:"deleteIconProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},Avatar:{defaultValue:null,description:"@deprecated",name:"Avatar",required:!1,type:{name:"ReactElement, string | ((props: any) => ReactElement | null) | (new (props: any) => Component)>"}},deleteAutomationId:{defaultValue:null,description:"@deprecated",name:"deleteAutomationId",required:!1,type:{name:"string"}},deleteTooltip:{defaultValue:null,description:"@deprecated",name:"deleteTooltip",required:!1,type:{name:"string"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}},label:{defaultValue:null,description:"The content of the label.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the chip should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"This prop isn't supported.\nUse the `component` prop if you need to change the children structure.",name:"children",required:!1,type:{name:"null"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},avatar:{defaultValue:null,description:"Avatar element.",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},clickable:{defaultValue:{value:"false"},description:"If `true`, the chip will appear clickable, and will raise when pressed,\neven if the onClick prop is not defined.\nIf false, the chip will not be clickable, even if onClick prop is defined.\nThis can be used, for example,\nalong with the component prop to indicate an anchor Chip is clickable.",name:"clickable",required:!1,type:{name:"boolean"}},deleteIcon:{defaultValue:null,description:"Override the default delete icon element. Shown only if `onDelete` is set.",name:"deleteIcon",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},onDelete:{defaultValue:null,description:"Callback function fired when the delete icon is clicked.\nIf set, the delete icon will be shown.",name:"onDelete",required:!1,type:{name:"((event: any) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Chip/Chip.tsx#RcChip"]={docgenInfo:RcChip.__docgenInfo,name:"RcChip",path:"packages/juno-core/src/components/Chip/Chip.tsx#RcChip"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Chip/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/Chip.tsx"),exports)},"./packages/juno-core/src/components/Chip/styles/ChipStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Chip/utils/index.ts"),defaultBgColor=foundation_1.palette2("action","grayDark"),defaultTextColor=foundation_1.palette2("neutral","f06"),errorBgColor=foundation_1.palette2("danger","f02"),defaultOutlineBgColor=foundation_1.palette2("neutral","b01");function fakePseudoRoundBorder(addOptions){return foundation_1.fakeBorder(tslib_1.__assign({pseudo:!0,radius:"round"},addOptions))}exports.chipColor=function(_a){var focusedBorderColor=_a.focusedBorderColor,variant=_a.variant,error=_a.error,normalBorderColor=_a.normalBorderColor,interactiveBackgroundColor=_a.interactiveBackgroundColor,normalColor=_a.normalColor,normalBackgroundColor=_a.normalBackgroundColor,color=_a.color,backgroundColor=_a.backgroundColor,theme=_a.theme,outlined="outlined"===variant,hoverColorLighten=error||outlined;outlined&&!error&&(color||backgroundColor)&&(normalColor=focusedBorderColor,normalBorderColor=focusedBorderColor,interactiveBackgroundColor=focusedBorderColor,(!backgroundColor||backgroundColor===color)&&(normalBackgroundColor="light"===theme.palette.type?foundation_1.lighten(normalBackgroundColor,.92):foundation_1.darken(normalBackgroundColor,.72)));return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n\n ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &.",", "," {\n ",";\n\n background-color: ",";\n }\n\n &:active {\n background-color: ",";\n }\n "],["\n color: ",";\n background-color: ",";\n\n ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &.",", "," {\n ",";\n\n background-color: ",";\n }\n\n &:active {\n background-color: ",";\n }\n "])),normalColor,normalBackgroundColor,fakePseudoRoundBorder({color:normalBorderColor}),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(interactiveBackgroundColor,hoverColorLighten?"08":"12"),utils_1.RcChipClasses.focused,foundation_1.focusVisible,fakePseudoRoundBorder({color:focusedBorderColor}),foundation_1.setOpacity(interactiveBackgroundColor,"16"),foundation_1.setOpacity(interactiveBackgroundColor,"24"))},exports.ChipStyle=function(props){var isError=props.isError,_a=props.error,error=void 0===_a?isError:_a,colorProp=props.color,variant=props.variant,_b=props.backgroundColor,backgroundColorProp=void 0===_b?colorProp:_b,parsedBackgroundColor=foundation_1.getParsePaletteColor(backgroundColorProp,defaultOutlineBgColor),color=foundation_1.getParsePaletteColor(colorProp,foundation_1.focusVisibleColor),outlined="outlined"===variant,normalBackgroundColor=outlined?parsedBackgroundColor:foundation_1.palette2("neutral","b03");return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 28px;\n box-sizing: border-box;\n padding: ",";\n\n position: relative;\n border-radius: ",";\n border: ",";\n\n ",";\n ",";\n\n ",";\n\n &."," {\n color: ",";\n opacity: 1;\n }\n\n ",";\n\n ."," {\n color: ",";\n margin-left: 0px;\n margin-right: -4px;\n\n span {\n width: auto;\n height: auto;\n }\n }\n "],["\n height: 28px;\n box-sizing: border-box;\n padding: ",";\n\n position: relative;\n border-radius: ",";\n border: ",";\n\n ",";\n ",";\n\n ",";\n\n &."," {\n color: ",";\n opacity: 1;\n }\n\n ",";\n\n ."," {\n color: ",";\n margin-left: 0px;\n margin-right: -4px;\n\n span {\n width: auto;\n height: auto;\n }\n }\n "])),foundation_1.spacing(.5),foundation_1.radius("round"),outlined&&"none",foundation_1.ellipsis,foundation_1.typography("body1"),exports.chipColor(tslib_1.__assign(tslib_1.__assign({},props),{error,normalColor:defaultTextColor,normalBackgroundColor,focusedBorderColor:color,normalBorderColor:outlined?foundation_1.palette2("neutral","l02"):void 0,interactiveBackgroundColor:defaultBgColor})),utils_1.RcChipClasses.disabled,styles_1.disabledColor,error&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &:not(.",") {\n ",";\n }\n "],["\n &:not(.",") {\n ",";\n }\n "])),utils_1.RcChipClasses.disabled,exports.chipColor(tslib_1.__assign(tslib_1.__assign({},props),{error,normalColor:errorBgColor,normalBackgroundColor:foundation_1.palette2("danger","b01"),focusedBorderColor:errorBgColor,normalBorderColor:errorBgColor,interactiveBackgroundColor:errorBgColor}))),utils_1.RcChipClasses.avatar,foundation_1.palette2("neutral","b01"))};try{chipColor.displayName="chipColor",chipColor.__docgenInfo={description:"",displayName:"chipColor",props:{color:{defaultValue:null,description:"color palette set,\n\n- variant: `default`: effect that active color when focus\n- variant: `outlined`: effect whole tag color\n\nin `outlined` variant when only set color, that will use color to calculate default background color\n- `lighten`: lighten `0.92` main color\n- `darken`: darken `0.72` main color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},backgroundColor:{defaultValue:null,description:"color palette set, only work when variant is `outlined`\n\neffect background color when not have any interactive.",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error chip",name:"error",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},deleteIconProps:{defaultValue:null,description:"props apply on `deleteIcon`",name:"deleteIconProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},Avatar:{defaultValue:null,description:"@deprecated",name:"Avatar",required:!1,type:{name:"ReactElement, string | ((props: any) => ReactElement | null) | (new (props: any) => Component)>"}},deleteAutomationId:{defaultValue:null,description:"@deprecated",name:"deleteAutomationId",required:!1,type:{name:"string"}},deleteTooltip:{defaultValue:null,description:"@deprecated",name:"deleteTooltip",required:!1,type:{name:"string"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}},label:{defaultValue:null,description:"The content of the label.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the chip should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"This prop isn't supported.\nUse the `component` prop if you need to change the children structure.",name:"children",required:!1,type:{name:"null"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},avatar:{defaultValue:null,description:"Avatar element.",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},clickable:{defaultValue:null,description:"If `true`, the chip will appear clickable, and will raise when pressed,\neven if the onClick prop is not defined.\nIf false, the chip will not be clickable, even if onClick prop is defined.\nThis can be used, for example,\nalong with the component prop to indicate an anchor Chip is clickable.",name:"clickable",required:!1,type:{name:"boolean"}},deleteIcon:{defaultValue:null,description:"Override the default delete icon element. Shown only if `onDelete` is set.",name:"deleteIcon",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},onDelete:{defaultValue:null,description:"Callback function fired when the delete icon is clicked.\nIf set, the delete icon will be shown.",name:"onDelete",required:!1,type:{name:"((event: any) => void)"}},focusedBorderColor:{defaultValue:null,description:"",name:"focusedBorderColor",required:!0,type:{name:"PaletteReturnType"}},normalBorderColor:{defaultValue:null,description:"",name:"normalBorderColor",required:!1,type:{name:"PaletteReturnType"}},interactiveBackgroundColor:{defaultValue:null,description:"",name:"interactiveBackgroundColor",required:!0,type:{name:"PaletteReturnType"}},normalColor:{defaultValue:null,description:"",name:"normalColor",required:!0,type:{name:"PaletteReturnType"}},normalBackgroundColor:{defaultValue:null,description:"",name:"normalBackgroundColor",required:!0,type:{name:"PaletteReturnType"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#chipColor"]={docgenInfo:chipColor.__docgenInfo,name:"chipColor",path:"packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#chipColor"})}catch(__react_docgen_typescript_loader_error){}try{ChipStyle.displayName="ChipStyle",ChipStyle.__docgenInfo={description:"",displayName:"ChipStyle",props:{color:{defaultValue:null,description:"color palette set,\n\n- variant: `default`: effect that active color when focus\n- variant: `outlined`: effect whole tag color\n\nin `outlined` variant when only set color, that will use color to calculate default background color\n- `lighten`: lighten `0.92` main color\n- `darken`: darken `0.72` main color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},backgroundColor:{defaultValue:null,description:"color palette set, only work when variant is `outlined`\n\neffect background color when not have any interactive.",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error chip",name:"error",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},deleteIconProps:{defaultValue:null,description:"props apply on `deleteIcon`",name:"deleteIconProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},Avatar:{defaultValue:null,description:"@deprecated",name:"Avatar",required:!1,type:{name:"ReactElement, string | ((props: any) => ReactElement | null) | (new (props: any) => Component)>"}},deleteAutomationId:{defaultValue:null,description:"@deprecated",name:"deleteAutomationId",required:!1,type:{name:"string"}},deleteTooltip:{defaultValue:null,description:"@deprecated",name:"deleteTooltip",required:!1,type:{name:"string"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}},label:{defaultValue:null,description:"The content of the label.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the chip should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"This prop isn't supported.\nUse the `component` prop if you need to change the children structure.",name:"children",required:!1,type:{name:"null"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},avatar:{defaultValue:null,description:"Avatar element.",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},clickable:{defaultValue:null,description:"If `true`, the chip will appear clickable, and will raise when pressed,\neven if the onClick prop is not defined.\nIf false, the chip will not be clickable, even if onClick prop is defined.\nThis can be used, for example,\nalong with the component prop to indicate an anchor Chip is clickable.",name:"clickable",required:!1,type:{name:"boolean"}},deleteIcon:{defaultValue:null,description:"Override the default delete icon element. Shown only if `onDelete` is set.",name:"deleteIcon",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},onDelete:{defaultValue:null,description:"Callback function fired when the delete icon is clicked.\nIf set, the delete icon will be shown.",name:"onDelete",required:!1,type:{name:"((event: any) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#ChipStyle"]={docgenInfo:ChipStyle.__docgenInfo,name:"ChipStyle",path:"packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#ChipStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Chip/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/styles/ChipStyle.tsx"),exports)},"./packages/juno-core/src/components/Chip/utils/ChipUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var RcChipClasses=__webpack_require__("./packages/juno-core/src/foundation/index.ts").RcClasses(["avatar","disabled","deleteIcon","focused"],"RcChip");exports.RcChipClasses=RcChipClasses},"./packages/juno-core/src/components/Chip/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/utils/ChipUtils.ts"),exports)},"./packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ClickAwayListener_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ClickAwayListener/index.js"));exports.ClickAwayListener=ClickAwayListener_1.default;try{ClickAwayListener.displayName="ClickAwayListener",ClickAwayListener.__docgenInfo={description:"Listen for click events that occur somewhere in the document, outside of the element itself.\nFor instance, if you need to hide a menu when people click anywhere else on your page.\nDemos:\n\n- [Click Away Listener](https://mui.com/components/click-away-listener/)\n- [Menus](https://mui.com/components/menus/)\n\nAPI:\n\n- [ClickAwayListener API](https://mui.com/api/click-away-listener/)",displayName:"ClickAwayListener",props:{children:{defaultValue:null,description:"The wrapped element.",name:"children",required:!0,type:{name:"ReactNode"}},disableReactTree:{defaultValue:null,description:"If `true`, the React tree is ignored and only the DOM tree is considered.\nThis prop changes how portaled elements are handled.",name:"disableReactTree",required:!1,type:{name:"boolean"}},mouseEvent:{defaultValue:null,description:"The mouse event to listen to. You can disable the listener by providing `false`.",name:"mouseEvent",required:!1,type:{name:'false | "onClick" | "onMouseDown" | "onMouseUp"'}},onClickAway:{defaultValue:null,description:'Callback fired when a "click away" event is detected.',name:"onClickAway",required:!0,type:{name:"(event: MouseEvent) => void"}},touchEvent:{defaultValue:null,description:"The touch event to listen to. You can disable the listener by providing `false`.",name:"touchEvent",required:!1,type:{name:'false | "onTouchEnd" | "onTouchStart"'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx#ClickAwayListener"]={docgenInfo:ClickAwayListener.__docgenInfo,name:"ClickAwayListener",path:"packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx#ClickAwayListener"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/ClickAwayListener/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx"),exports)},"./packages/juno-core/src/components/DetachedWindow/DetachedWindow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_dom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react-dom/index.js")),utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DetachedWindowStylesProvider_1=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/index.ts"),RcDetachedWindow=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDetachedWindow"}),childrenProp=props.children,onBeforeunload=props.onBeforeunload,onUnload=props.onUnload,onload=props.onload,title=props.title,url=props.url,name=props.name,specs=props.specs,open=props.open,onOpen=props.onOpen,getWindow=props.getWindow,keep=props.keep,_a=tslib_1.__read(react_1.useState(),2),externalWindow=_a[0],setExternalWindow=_a[1],isCloseByWindowExitRef=react_1.useRef(!1),innerRef=react_1.useRef(null),instanceRef=utils_1.useForkRef(ref,innerRef),beforeMainUnload=foundation_1.useEventCallback((function(){externalWindow&&closeWindow(externalWindow)})),closeWindow=foundation_1.useEventCallback((function(externalWindow,isState){void 0===isState&&(isState=!0),window.removeEventListener("beforeunload",beforeMainUnload),isCloseByWindowExitRef.current||externalWindow.close(),isCloseByWindowExitRef.current=!1,isState&&setExternalWindow(void 0)})),openWindow=foundation_1.useEventCallback((function(){var newWindow=getWindow?getWindow({url,name,specs,title}):utils_2.openExternalWindow(props);if(newWindow)return title&&(newWindow.document.title=title),utils_2.addCommentInHeader(newWindow),onload&&(newWindow.onload=onload),onUnload&&newWindow.addEventListener("unload",onUnload),newWindow.addEventListener("beforeunload",(function(e){isCloseByWindowExitRef.current=!0,null==onBeforeunload||onBeforeunload(e)})),null==onOpen||onOpen(newWindow),setExternalWindow(newWindow),window.addEventListener("beforeunload",beforeMainUnload),newWindow}));react_1.useEffect((function(){var newWindow;return utils_2.DetachedWindowRefMaps.set(innerRef,!0),open?newWindow=openWindow():externalWindow&&closeWindow(externalWindow),function(){utils_2.DetachedWindowRefMaps.delete(innerRef),open&&newWindow&&closeWindow(newWindow,!1)}}),[open]),react_1.useImperativeHandle(instanceRef,(function(){return{window:externalWindow}}),[externalWindow]);var children=react_1.useMemo((function(){return(null==externalWindow?void 0:externalWindow.document.body)?react_1.default.createElement(DetachedWindowStylesProvider_1.RcDetachedWindowStylesProvider,{jssInsertionPoint:utils_2.MUI_INSERTION_POINT,externalWindow},react_1.default.createElement(foundation_1.RcPortalWindowContext.Provider,{value:{externalWindow,document:(null==externalWindow?void 0:externalWindow.document)||document}},react_1.default.createElement(styles_1.GlobalStyle,null),childrenProp)):null}),[childrenProp,externalWindow]);return!open&&keep?childrenProp:externalWindow?react_dom_1.default.createPortal(children,externalWindow.document.body):null})));exports.RcDetachedWindow=RcDetachedWindow,RcDetachedWindow.displayName="RcDetachedWindow"},"./packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),styled_components_1=__webpack_require__("./node_modules/styled-components/dist/styled-components.browser.esm.js"),StylesProvider_1=tslib_1.__importStar(__webpack_require__("./node_modules/@material-ui/styles/esm/StylesProvider/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/index.ts");exports.RcDetachedWindowStylesProvider=function(props){var externalWindow=props.externalWindow,jssInsertionPoint=props.jssInsertionPoint,children=props.children,sheetsManagerRef=react_1.useRef(new Map),jssCache=react_1.useRef(),sheetCache=react_1.useRef();return react_1.useEffect((function(){return function(){jssCache.current=void 0,sheetCache.current=void 0}}),[]),jssCache.current||(jssCache.current=utils_1.buildJssFromWindow(externalWindow,{insertionPoint:jssInsertionPoint})),sheetCache.current||(sheetCache.current=styled_components_1.__PRIVATE__.masterSheet.reconstructWithOptions({target:externalWindow.document.head},!1)),react_1.default.createElement(foundation_1.StyleSheetManager,{sheet:sheetCache.current},react_1.default.createElement(StylesProvider_1.StylesContext.Consumer,null,(function(options){return react_1.default.createElement(StylesProvider_1.default,tslib_1.__assign({},options,{jss:jssCache.current,sheetsManager:sheetsManagerRef.current}),children)})))};try{RcDetachedWindowStylesProvider.displayName="RcDetachedWindowStylesProvider",RcDetachedWindowStylesProvider.__docgenInfo={description:"",displayName:"RcDetachedWindowStylesProvider",props:{externalWindow:{defaultValue:null,description:"the window to render content",name:"externalWindow",required:!0,type:{name:"Window"}},jssInsertionPoint:{defaultValue:null,description:"the insertion point for jss",name:"jssInsertionPoint",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx#RcDetachedWindowStylesProvider"]={docgenInfo:RcDetachedWindowStylesProvider.__docgenInfo,name:"RcDetachedWindowStylesProvider",path:"packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx#RcDetachedWindowStylesProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DetachedWindow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/DetachedWindow.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx"),exports)},"./packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.GlobalStyle=foundation_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n body {\n background-color:",";\n margin: 0;\n padding-right: 0 !important;\n background: ",";\n padding: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n"],["\n body {\n background-color:",";\n margin: 0;\n padding-right: 0 !important;\n background: ",";\n padding: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n"])),foundation_1.palette2("neutral","elevation"),foundation_1.palette2("neutral","b03"));try{GlobalStyle.displayName="GlobalStyle",GlobalStyle.__docgenInfo={description:"",displayName:"GlobalStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx#GlobalStyle"]={docgenInfo:GlobalStyle.__docgenInfo,name:"GlobalStyle",path:"packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx#GlobalStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DetachedWindow/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx"),exports)},"./packages/juno-core/src/components/DetachedWindow/utils/DetachedWindowUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MUI_INSERTION_POINT="mui-insertion-point",exports.addCommentInHeader=function addCommentInHeader(newWindow){var fragment=document.createDocumentFragment(),comment=newWindow.document.createComment(exports.MUI_INSERTION_POINT);fragment.appendChild(comment),newWindow.document.head.appendChild(fragment)}},"./packages/juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),jss_1=__webpack_require__("./node_modules/jss/dist/jss.esm.js"),jssPreset_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/styles/esm/jssPreset/index.js")),JssDomRendererConstructor=jss_1.create(jssPreset_1.default()).options.Renderer;function warning(message){0}function JssDomRendererFactory(window,sheets){var document=window.document,getHead=function(){return document.head},findPrevNode=function(options){var registry=sheets.registry;if(registry.length>0){var sheet=function(registry,options){for(var i=0;ioptions.index&&sheet.options.insertionPoint===options.insertionPoint)return sheet}return null}(registry,options);if(sheet&&sheet.renderer)return{parent:sheet.renderer.element.parentNode,node:sheet.renderer.element};if(sheet=function(registry,options){for(var i=registry.length-1;i>=0;i--){var sheet=registry[i];if(sheet.attached&&sheet.options.insertionPoint===options.insertionPoint)return sheet}return null}(registry,options),sheet&&sheet.renderer)return{parent:sheet.renderer.element.parentNode,node:sheet.renderer.element.nextSibling}}var insertionPoint=options.insertionPoint;if(insertionPoint&&"string"==typeof insertionPoint){var comment=function findCommentNode(text){for(var _a,head=getHead(),i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),JssDomRendererFactory_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts"));exports.JssDomRendererFactory=JssDomRendererFactory_1.default,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/DetachedWindowUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/openExternalWindow.ts"),exports)},"./packages/juno-core/src/components/DetachedWindow/utils/openExternalWindow.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.DetachedWindowRefMaps=new Map,exports.openExternalWindow=function(_a){var e_1,_b,_d,_e,_f,_c=_a.url,url=void 0===_c?"":_c,name=_a.name,specs=_a.specs,newWindow=null;try{for(var DetachedWindowRefMaps_1=tslib_1.__values(exports.DetachedWindowRefMaps),DetachedWindowRefMaps_1_1=DetachedWindowRefMaps_1.next();!DetachedWindowRefMaps_1_1.done;DetachedWindowRefMaps_1_1=DetachedWindowRefMaps_1.next()){var result=null===(_e=null===(_d=tslib_1.__read(DetachedWindowRefMaps_1_1.value,1)[0].current)||void 0===_d?void 0:_d.window)||void 0===_e?void 0:_e.open(url,name,specs);if(result){newWindow=result;break}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{DetachedWindowRefMaps_1_1&&!DetachedWindowRefMaps_1_1.done&&(_b=DetachedWindowRefMaps_1.return)&&_b.call(DetachedWindowRefMaps_1)}finally{if(e_1)throw e_1.error}}return(newWindow||(newWindow=window.open(url,name,specs)))&&(null===(_f=newWindow.document)||void 0===_f?void 0:_f.body)?newWindow:null}},"./packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),RcDialDelete=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialDelete"}),onDelete=props.onDelete,onClear=props.onClear,children=props.children,_a=utils_1.useRcDialerContext(),onClearRef=_a.onClearRef,onDeleteRef=_a.onDeleteRef,_b=foundation_1.useLongPress({onTap:function(e,reason){var _a;null==onDelete||onDelete(e,reason),null===(_a=null==onDeleteRef?void 0:onDeleteRef.current)||void 0===_a||_a.call(onDeleteRef,e,reason)},onPress:function(e,reason){var _a;null==onClear||onClear(e,reason),null===(_a=null==onClearRef?void 0:onClearRef.current)||void 0===_a||_a.call(onClearRef,e,reason)}},children.props,{delay:1e3,externalWindow:props.externalWindow}),ref=_b.ref,events=tslib_1.__rest(_b,["ref"]),forkEleRef=foundation_1.useForkRef(children.props.ref,ref);return react_1.default.cloneElement(children,tslib_1.__assign({ref:forkEleRef},events))};exports.RcDialDelete=RcDialDelete;try{RcDialDelete.displayName="RcDialDelete",RcDialDelete.__docgenInfo={description:"",displayName:"RcDialDelete",props:{children:{defaultValue:null,description:"that children for host delete behaviors",name:"children",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)> | (ReactElement Component<...>)> & string) | ... 5 more ... | (ReactElement<...> & ReactPortal)"}},onDelete:{defaultValue:null,description:"trigger when delete",name:"onDelete",required:!1,type:{name:"((e: MouseEvent | TouchEvent | KeyboardEvent, reason: RcDialPadOnChangeReason) => void)"}},onClear:{defaultValue:null,description:"trigger when clear",name:"onClear",required:!1,type:{name:"((e: MouseEvent | TouchEvent | KeyboardEvent, reason: RcDialPadOnChangeReason) => void)"}},externalWindow:{defaultValue:null,description:"",name:"externalWindow",required:!1,type:{name:"Window"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx#RcDialDelete"]={docgenInfo:RcDialDelete.__docgenInfo,name:"RcDialDelete",path:"packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx#RcDialDelete"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialDelete/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),DialPadButton_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/styles/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/index.ts"),_RcDialPad=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialPad"}),sounds=props.sounds,volume=props.volume,muted=(props.autoSize,props.muted),classes=props.classes,onChangeProp=props.onChange,longPressDelay=props.longPressDelay,action=props.action,persistBgTime=props.persistBgTime,control=props.control,getDialPadButtonProps=props.getDialPadButtonProps,_a=props.externalWindow,externalWindow=void 0===_a?window:_a,sinkId=props.sinkId,divProps=tslib_1.__rest(props,["sounds","volume","autoSize","muted","classes","onChange","longPressDelay","action","persistBgTime","control","getDialPadButtonProps","externalWindow","sinkId"]),containerRef=react_1.useRef(null),hiddenRef=react_1.useRef(null),keyTimerMapRef=react_1.useRef({}),forkRef=foundation_1.useForkRef(containerRef,ref),_b=utils_2.useRcDialerContext(),onInsertRef=_b.onInsertRef,dialPadActionRef=_b.dialPadActionRef,focusedIndexRef=react_1.useRef(0),_c=foundation_1.useOnlyOneFocusable({focusedIndexRef,containerRef}),focusIndex=_c.focusIndex,getItemProps=_c.getItemProps,dialButtonKey=_c.moveFocusedId+"-dial-button",onKeyFocusedIndexHandle=foundation_1.useKeyboardMoveFocus({options:utils_3.DIALER_PAD_ICONS,focusedIndexRef,infinite:!0,columns:3,onFocusedIndexChange:function(event,toIndex){focusedIndexRef.current=toIndex,focusIndex(toIndex),event.preventDefault()}}).onKeyFocusedIndexHandle,audioProcessor=react_1.useCallback((function(audio){void 0!==volume&&(audio.volume=volume),void 0!==muted&&(audio.muted=muted),"function"==typeof audio.setSinkId&&audio.setSinkId(sinkId||"")}),[muted,sinkId,volume]),play=utils_3.useKeyAudio({sounds,processor:audioProcessor}),playAudio=foundation_1.useEventCallback((function(value){var _a,key=value===utils_3.DIALER_PAD_PLUS?"0":value,keyButtonElm=null===(_a=containerRef.current)||void 0===_a?void 0:_a.querySelector("["+dialButtonKey+'="'+key+'"]');if(keyButtonElm){var oldTimer=keyTimerMapRef.current[key];oldTimer&&clearTimeout(oldTimer),keyButtonElm.classList.add(utils_1.RcIconButtonClasses.persistBg),keyTimerMapRef.current[key]=window.setTimeout((function(){keyButtonElm.classList.remove(utils_1.RcIconButtonClasses.persistBg),delete keyTimerMapRef.current[key]}),persistBgTime)}return play(value)})),handleChange=function(value,reason){var _a;playAudio(value),null===(_a=null==onInsertRef?void 0:onInsertRef.current)||void 0===_a||_a.call(onInsertRef,value,reason),null==onChangeProp||onChangeProp(value,reason)},handleKeyboardEffect=foundation_1.useEventCallback((function(value,isKeyup){var _a,_b;if(isKeyup){handleChange(value,"customKeyboard");var toIndex=utils_3.ACCEPTABLE_KEYS.findIndex((function(x){return x===value}));focusedIndexRef.current=toIndex,null!==(null===(_a=externalWindow.document.activeElement)||void 0===_a?void 0:_a.getAttribute(dialButtonKey))&&(null===(_b=hiddenRef.current)||void 0===_b||_b.focus())}})),handleKeyEffect=foundation_1.useEventCallback((function(value,reason){handleChange(value,reason)})),forkActionRef=foundation_1.useForkRef(dialPadActionRef,action);return react_1.useImperativeHandle(forkActionRef,(function(){return{playAudio}}),[playAudio]),react_1.useImperativeHandle(control,(function(){return{handleKeyboardEffect}}),[handleKeyboardEffect]),react_1.useEffect((function(){return function(){var e_1,_a;try{for(var _b=tslib_1.__values(Object.values(keyTimerMapRef.current)),_c=_b.next();!_c.done;_c=_b.next()){var timer=_c.value;clearTimeout(timer)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}}}),[]),react_1.default.createElement("div",tslib_1.__assign({ref:forkRef},divProps),react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{ref:hiddenRef,tabIndex:-1}),utils_3.DIALER_PAD_ICONS.map((function(_a,index){var _b,_c=tslib_1.__read(_a,3),symbol=_c[0],key=_c[1],additionLabel=_c[2],ariaLabelArr=additionLabel?[key,additionLabel]:[key];return react_1.default.createElement(DialPadButton_1.RcDialPadButton,tslib_1.__assign({classes,symbol,key,value:key,onKeyEffect:handleKeyEffect,externalWindow},getItemProps(index),{"aria-label":ariaLabelArr.join(","),onKeyDown:onKeyFocusedIndexHandle},((_b={})[dialButtonKey]=key,_b),null==getDialPadButtonProps?void 0:getDialPadButtonProps(key),"0"===key?{longPressValue:utils_3.DIALER_PAD_PLUS,longPressDelay}:{}))})))})),RcDialPad=foundation_1.styled(_RcDialPad)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialPadStyle);exports.RcDialPad=RcDialPad,RcDialPad.defaultProps={persistBgTime:200,volume:1,muted:!1,longPressDelay:1e3},RcDialPad.displayName="RcDialPad";try{RcDialPad.displayName="RcDialPad",RcDialPad.__docgenInfo={description:"",displayName:"RcDialPad",props:{classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},onChange:{defaultValue:null,description:"trigger when value change, `reason` for trigger from what event\n\n`reason` will be `customKeyboard` when it trigger by `useDiaKeyboard`.",name:"onChange",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},action:{defaultValue:null,description:"can manual trigger audio by ref",name:"action",required:!1,type:{name:"any"}},muted:{defaultValue:{value:"false"},description:"is keypad sound muted",name:"muted",required:!1,type:{name:"any"}},control:{defaultValue:null,description:"control inner action,\n### you should use with `useDialKeyboard`",name:"control",required:!1,type:{name:"any"}},externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"any"}},sounds:{defaultValue:null,description:"keypad sounds\n\nBy default, we not have any sound for best file size for you can define when and what audio you need\nshould pass sound map when you want play sound.\n@example \n@ringcentral \n@ringcentral",name:"sounds",required:!1,type:{name:"any"}},volume:{defaultValue:{value:"1"},description:"volume of keypad sound",name:"volume",required:!1,type:{name:"any"}},sinkId:{defaultValue:null,description:"sinkId of keypad sound\n@important",name:"sinkId",required:!1,type:{name:"any"}},longPressDelay:{defaultValue:{value:"1000"},description:"long press '0' time to typing '+'",name:"longPressDelay",required:!1,type:{name:"any"}},persistBgTime:{defaultValue:{value:"200"},description:"time of persist button background when manual trigger by 'actionRef'\nbutton background will not persist if persistBgTime less than 0",name:"persistBgTime",required:!1,type:{name:"any"}},autoSize:{defaultValue:null,description:"make that dialPad size auto fixed container width",name:"autoSize",required:!1,type:{name:"any"}},getDialPadButtonProps:{defaultValue:null,description:"method to get addition props for below each `DialPadButton`",name:"getDialPadButtonProps",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx#RcDialPad"]={docgenInfo:RcDialPad.__docgenInfo,name:"RcDialPad",path:"packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx#RcDialPad"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialPad/assets/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),RcDialerPadSoundsOGG_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsOGG.json"));exports.RcDialerPadSoundsOGG=RcDialerPadSoundsOGG_json_1.default;var RcDialerPadSoundsMPEG_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsMPEG.json"));exports.RcDialerPadSoundsMPEG=RcDialerPadSoundsMPEG_json_1.default,exports.RcDialerPadSounds=RcDialerPadSoundsMPEG_json_1.default},"./packages/juno-core/src/components/Dialer/DialPad/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useDialKeyboard.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useKeyAudio.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/assets/index.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),DialPadButton_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/index.ts");exports.DialPadStyle=function(_a){var _b=_a.autoSize,autoSize=void 0===_b||_b;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n\n ","\n "],["\n display: flex;\n flex-wrap: wrap;\n\n ","\n "])),autoSize&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n justify-content: space-between;\n\n "," {\n width: ",";\n height: 0;\n padding-top: ",";\n\n "," {\n position: absolute;\n top: 0;\n left: 0;\n svg {\n height: 100%;\n width: 100%;\n }\n }\n }\n "],["\n justify-content: space-between;\n\n "," {\n width: ",";\n height: 0;\n padding-top: ",";\n\n "," {\n position: absolute;\n top: 0;\n left: 0;\n svg {\n height: 100%;\n width: 100%;\n }\n }\n }\n "])),DialPadButton_1.RcDialPadButton,"27.59%","27.59%",Icon_1.RcIcon))};try{DialPadStyle.displayName="DialPadStyle",DialPadStyle.__docgenInfo={description:"",displayName:"DialPadStyle",props:{externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},onChange:{defaultValue:null,description:"trigger when value change, `reason` for trigger from what event\n\n`reason` will be `customKeyboard` when it trigger by `useDiaKeyboard`.",name:"onChange",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},sounds:{defaultValue:null,description:"keypad sounds\n\nBy default, we not have any sound for best file size for you can define when and what audio you need\nshould pass sound map when you want play sound.\n@example \n@ringcentral \n@ringcentral",name:"sounds",required:!1,type:{name:"DialPadSoundMap"}},volume:{defaultValue:null,description:"volume of keypad sound",name:"volume",required:!1,type:{name:"number"}},muted:{defaultValue:null,description:"is keypad sound muted",name:"muted",required:!1,type:{name:"boolean"}},sinkId:{defaultValue:null,description:"sinkId of keypad sound\n@important",name:"sinkId",required:!1,type:{name:"string"}},longPressDelay:{defaultValue:null,description:"long press '0' time to typing '+'",name:"longPressDelay",required:!1,type:{name:"number"}},persistBgTime:{defaultValue:null,description:"time of persist button background when manual trigger by 'actionRef'\nbutton background will not persist if persistBgTime less than 0",name:"persistBgTime",required:!1,type:{name:"number"}},autoSize:{defaultValue:{value:"true"},description:"make that dialPad size auto fixed container width",name:"autoSize",required:!1,type:{name:"boolean"}},action:{defaultValue:null,description:"can manual trigger audio by ref",name:"action",required:!1,type:{name:"((instance: RcDialPadAction | null) => void) | RefObject | null"}},control:{defaultValue:null,description:"control inner action,\n### you should use with `useDialKeyboard`",name:"control",required:!1,type:{name:"((instance: RcDialPadControl | null) => void) | RefObject | null"}},getDialPadButtonProps:{defaultValue:null,description:"method to get addition props for below each `DialPadButton`",name:"getDialPadButtonProps",required:!1,type:{name:'((value: DIALER_PAD_ICON_VALUES) => Pick & Record<...>)'}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx#DialPadStyle"]={docgenInfo:DialPadStyle.__docgenInfo,name:"DialPadStyle",path:"packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx#DialPadStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialPad/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.DIALER_PAD_ICONS=[[juno_icon_1.Svg1,"1",""],[juno_icon_1.Svg2,"2","A B C"],[juno_icon_1.Svg3,"3","D E F"],[juno_icon_1.Svg4,"4","G H I"],[juno_icon_1.Svg5,"5","J K L"],[juno_icon_1.Svg6,"6","M N O"],[juno_icon_1.Svg7,"7","P Q R S"],[juno_icon_1.Svg8,"8","T U V"],[juno_icon_1.Svg9,"9","W X Y Z"],[juno_icon_1.Asterisk,"*",""],[juno_icon_1.Svg0,"0","+"],[juno_icon_1.Hash,"#",""]],exports.DIALER_PAD_PLUS="+",exports.ACCEPTABLE_KEYS=tslib_1.__spread(exports.DIALER_PAD_ICONS.map((function(_a){return tslib_1.__read(_a,2)[1]})),[exports.DIALER_PAD_PLUS])},"./packages/juno-core/src/components/Dialer/DialPad/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/types.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useDialKeyboard.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useKeyAudio.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/utils/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Dialer/DialPad/utils/useDialKeyboard.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DialPadUtils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts");exports.useDialKeyboard=function(_a){var _b=void 0===_a?{}:_a,onKeyDownArg=_b.onKeyDown,onKeyUpArg=_b.onKeyUp,control=react_1.useRef(null),keyBufferRef=react_1.useRef([]),onKeyDown=foundation_1.useEventCallback((function(e){var _a;null==onKeyDownArg||onKeyDownArg(e);var key=e.key;if(DialPadUtils_1.ACCEPTABLE_KEYS.includes(key)){e.preventDefault(),e.stopPropagation();var buffer=keyBufferRef.current;buffer.includes(key)||(keyBufferRef.current=tslib_1.__spread(buffer,[key]),null===(_a=control.current)||void 0===_a||_a.handleKeyboardEffect(key,!1))}})),onKeyUp=foundation_1.useEventCallback((function(e){var _a;null==onKeyUpArg||onKeyUpArg(e);var key=e.key;DialPadUtils_1.ACCEPTABLE_KEYS.includes(key)&&(e.preventDefault(),e.stopPropagation(),keyBufferRef.current=keyBufferRef.current.filter((function(bufferedKey){return bufferedKey!==key})),null===(_a=control.current)||void 0===_a||_a.handleKeyboardEffect(key,!0))}));return{onKeyDown,onKeyUp,control}}},"./packages/juno-core/src/components/Dialer/DialPad/utils/useKeyAudio.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DialPadUtils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts");exports.useKeyAudio=function(_a){var sounds=_a.sounds,processor=_a.processor,audio=foundation_1.useAudio(),lastPlayRef=react_1.useRef();react_1.useEffect((function(){null==processor||processor(audio)}),[audio,processor]);return function(key){if(!sounds)return!1;var src,playTarget=key===DialPadUtils_1.DIALER_PAD_PLUS?"0":key,sound=sounds[playTarget];return!!sound&&(src=sound,tslib_1.__awaiter(void 0,void 0,void 0,(function(){var lastPlay;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return(lastPlay=lastPlayRef.current)?[4,lastPlay]:[3,2];case 1:_a.sent(),_a.label=2;case 2:return audio.currentTime=0,audio.src=src,lastPlayRef.current=audio.play().catch((function(reason){})),[2]}}))})))}}},"./packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/styles/index.ts"),RcDialPadButton=foundation_1.styled((function(props){var value=props.value,longPressValue=props.longPressValue,longPressDelay=props.longPressDelay,onKeyEffect=props.onKeyEffect,_a=props.externalWindow,externalWindow=void 0===_a?window:_a,rest=tslib_1.__rest(props,["value","longPressValue","longPressDelay","onKeyEffect","externalWindow"]),isPressEvent="number"==typeof longPressDelay&&"string"==typeof longPressValue,_b=foundation_1.useLongPress({onTap:function(e,reason){onKeyEffect(value,reason)},onPress:isPressEvent?function(e,reason){onKeyEffect(longPressValue,reason)}:void 0},rest,{delay:longPressDelay,externalWindow}),ref=_b.ref,events=tslib_1.__rest(_b,["ref"]);return react_1.default.createElement(Buttons_1.RcIconButton,tslib_1.__assign({ref,variant:"round",stretchIcon:!0},rest,events))}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.buttonWrapperStyle);exports.RcDialPadButton=RcDialPadButton,RcDialPadButton.displayName="RcDialPadButton";try{RcDialPadButton.displayName="RcDialPadButton",RcDialPadButton.__docgenInfo={description:"",displayName:"RcDialPadButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},value:{defaultValue:null,description:"output value when press",name:"value",required:!0,type:{name:"string"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},longPressDelay:{defaultValue:null,description:"time for long press delay trigger",name:"longPressDelay",required:!1,type:{name:"number"}},longPressValue:{defaultValue:null,description:"output value when long press",name:"longPressValue",required:!1,type:{name:"string"}},onKeyEffect:{defaultValue:null,description:"emit effect when trigger number enter",name:"onKeyEffect",required:!0,type:{name:"(value: string, reason: RcDialPadOnChangeReason) => void"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx#RcDialPadButton"]={docgenInfo:RcDialPadButton.__docgenInfo,name:"RcDialPadButton",path:"packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx#RcDialPadButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialPadButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialPadButton/styles/StyledDialPadButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.buttonWrapperStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n svg {\n path:first-child {\n fill: ",";\n }\n path:nth-child(2) {\n fill: ",";\n }\n }\n }\n"],["\n "," {\n svg {\n path:first-child {\n fill: ",";\n }\n path:nth-child(2) {\n fill: ",";\n }\n }\n }\n"])),Icon_1.RcIcon,foundation_1.palette2("neutral","f06"),foundation_1.palette2("neutral","f04"))},"./packages/juno-core/src/components/Dialer/DialPadButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/styles/StyledDialPadButton.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/styles/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/index.ts"),_RcDialTextField=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialTextField"}),children=props.children,value=props.value,onChange=props.onChange,onEmit=props.onEmit,onKeyPress=props.onKeyPress,onKeyDown=props.onKeyDown,onKeyUp=props.onKeyUp,inputRefProp=props.inputRef,inputPropsProp=props.inputProps,InputPropsProp=props.InputProps,onlyAllowKeypadValue=props.onlyAllowKeypadValue,keypadMode=props.keypadMode,_a=props.externalWindow,externalWindow=void 0===_a?window:_a,rest=tslib_1.__rest(props,["children","value","onChange","onEmit","onKeyPress","onKeyDown","onKeyUp","inputRef","inputProps","InputProps","onlyAllowKeypadValue","keypadMode","externalWindow"]),dialerContext=utils_2.useRcDialerContext(),_b=utils_3.useFixedEndSelection(),inputRef=_b.ref,onKeypadModeFocus=_b.onFocus,onKeypadModeKeyDown=_b.onKeyDown,onKeypadModeClick=_b.onClick,forkContextRef=foundation_1.useForkRef(dialerContext.inputRef,inputRef),forkInputRef=foundation_1.useForkRef(inputRefProp,forkContextRef),scrollToPositionRef=react_1.useRef(),isNotTriggerRefocusRef=react_1.useRef(!1),maxLength=keypadMode||null==inputPropsProp?void 0:inputPropsProp.maxLength,checkNotReFocus=foundation_1.useEventCallback((function(reason,isFocus){var elm=inputRef.current,isInputFocus=null!=isFocus?isFocus:externalWindow.document.activeElement===elm;"click"===reason||isInputFocus||(isNotTriggerRefocusRef.current=!0)}));react_1.useImperativeHandle(dialerContext.onClearRef,(function(){return function(e,reason){"keyboard"!==reason&&checkNotReFocus(reason),scrollToPositionRef.current=0,null==onChange||onChange("")}}),[checkNotReFocus,onChange]),react_1.useImperativeHandle(dialerContext.onDeleteRef,(function(){return function(e,reason){var elm=inputRef.current;if(elm&&(null==value?void 0:value.length)){var toPosition=void 0,toValue=void 0;if(externalWindow.document.activeElement===elm){var _a=foundation_1.getSelectionPosition(inputRef),position=_a.position;_a.isSelectRange?(toPosition=position.start,toValue=value.slice(0,position.start)+value.slice(position.end)):position.start>0&&(toPosition=position.start-1,toValue=value.slice(0,toPosition)+value.slice(position.end))}else toPosition=value.length-1,toValue=value.slice(0,-1);void 0!==toValue&&("keyboard"===reason&&""===toValue||checkNotReFocus(reason),scrollToPositionRef.current=toPosition,null==onChange||onChange(toValue))}}}),[checkNotReFocus,externalWindow,inputRef,onChange,value]),react_1.useImperativeHandle(dialerContext.onInsertRef,(function(){return function(addValue,reason){var elm=inputRef.current;if(elm){var isFocus=externalWindow.document.activeElement===elm,toPosition=void 0,toValue=void 0;if(!isFocus||keypadMode)toPosition=(toValue=value+addValue).length;else{var position=foundation_1.getSelectionPosition(inputRef).position;toValue=value.slice(0,position.start)+addValue+value.slice(position.end),toPosition=position.start+1}(void 0===maxLength||void 0!==maxLength&&toValue.length<=maxLength)&&(checkNotReFocus(reason,isFocus),scrollToPositionRef.current=toPosition,null==onChange||onChange(toValue),null==onEmit||onEmit(addValue,reason))}}}),[checkNotReFocus,externalWindow,inputRef,keypadMode,maxLength,onChange,onEmit,value]),react_1.useLayoutEffect((function(){var scrollToPosition=scrollToPositionRef.current;isNotTriggerRefocusRef.current||void 0===scrollToPosition||foundation_1.setSelectionPosition(inputRef,{start:scrollToPosition,end:scrollToPosition,scrollIntoView:!0}),scrollToPositionRef.current=void 0,isNotTriggerRefocusRef.current=!1}));var events=foundation_1.useKeyDownOnce(utils_1.ACCEPTABLE_KEYS,{onKeyDown:function(e){var _a,_b;null===(_b=null===(_a=dialerContext.dialPadActionRef)||void 0===_a?void 0:_a.current)||void 0===_b||_b.playAudio(e.key),keypadMode&&(["Delete","Backspace"].includes(e.key)&&(e.preventDefault(),e.stopPropagation()),onKeypadModeKeyDown(e)),null==onKeyDown||onKeyDown(e)},onKeyUp}),handleChange=foundation_1.useEventCallback((function(e){var currValue=e.target.value;if(onlyAllowKeypadValue){var filterValue=(currValue.match(utils_3.getDialPadValueOnlyRegex())||[]).join("");if(filterValue===value)return;var newValue=filterValue.slice(-1);return""!==newValue&&(null==onEmit||onEmit(newValue,"keyboard")),void onChange(filterValue)}onChange(currValue)})),handleKeyPress=foundation_1.useEventCallback((function(e){(null==onKeyPress||onKeyPress(e),onlyAllowKeypadValue)&&(utils_3.getDialPadValueOnlyRegex().test(e.key)||(e.preventDefault(),e.stopPropagation()))})),InputProps=react_1.useMemo((function(){return foundation_1.combineProps({onFocus:keypadMode?onKeypadModeFocus:void 0,onClick:keypadMode?onKeypadModeClick:void 0,onKeyPress:handleKeyPress,onChange:handleChange,onKeyDown:events.onKeyDown,onKeyUp:events.onKeyUp},InputPropsProp)}),[InputPropsProp,events.onKeyDown,events.onKeyUp,handleChange,handleKeyPress,keypadMode,onKeypadModeClick,onKeypadModeFocus]),inputProps=react_1.useMemo((function(){return tslib_1.__assign(tslib_1.__assign({},inputPropsProp),{maxLength})}),[inputPropsProp,maxLength]);return react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({ref,inputRef:forkInputRef,clearBtn:!1,value,variant:"borderLess",inputProps,InputProps,autoComplete:"off"},rest),children)})),RcDialTextField=foundation_1.styled(_RcDialTextField)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialTextFieldStyle);exports.RcDialTextField=RcDialTextField,RcDialTextField.defaultProps={inputProps:{maxLength:30},textVariant:"headline1"},RcDialTextField.displayName="RcDialTextField";try{RcDialTextField.displayName="RcDialTextField",RcDialTextField.__docgenInfo={description:"",displayName:"RcDialTextField",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"emit when value change",name:"onChange",required:!0,type:{name:"(value: string) => any"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"current value",name:"value",required:!0,type:{name:"string"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:{value:"{\n maxLength: 30,\n }"},description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:{value:"headline1"},description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},onEmit:{defaultValue:null,description:"emit latest trigger value, that will be helpful when you in `keypadMode`,\n`reason` for trigger from what event",name:"onEmit",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},onlyAllowKeypadValue:{defaultValue:null,description:"only allow keypad value",name:"onlyAllowKeypadValue",required:!1,type:{name:"boolean"}},keypadMode:{defaultValue:null,description:"is that in keypad mode, keypad mode\n\n1. can't select text\n2. can't delete text\n3. can't change cursor position\n4. keep focus position in the latest\n5. non maxLength",name:"keypadMode",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx#RcDialTextField"]={docgenInfo:RcDialTextField.__docgenInfo,name:"RcDialTextField",path:"packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx#RcDialTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialTextField/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/getDialPadValueOnlyRegex.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/useFixedEndSelection.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.DialTextFieldStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{DialTextFieldStyle.displayName="DialTextFieldStyle",DialTextFieldStyle.__docgenInfo={description:"",displayName:"DialTextFieldStyle",props:{externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},value:{defaultValue:null,description:"current value",name:"value",required:!0,type:{name:"string"}},onChange:{defaultValue:null,description:"emit when value change",name:"onChange",required:!0,type:{name:"(value: string) => any"}},onEmit:{defaultValue:null,description:"emit latest trigger value, that will be helpful when you in `keypadMode`,\n`reason` for trigger from what event",name:"onEmit",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},onlyAllowKeypadValue:{defaultValue:null,description:"only allow keypad value",name:"onlyAllowKeypadValue",required:!1,type:{name:"boolean"}},keypadMode:{defaultValue:null,description:"is that in keypad mode, keypad mode\n\n1. can't select text\n2. can't delete text\n3. can't change cursor position\n4. keep focus position in the latest\n5. non maxLength",name:"keypadMode",required:!1,type:{name:"boolean"}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx#DialTextFieldStyle"]={docgenInfo:DialTextFieldStyle.__docgenInfo,name:"DialTextFieldStyle",path:"packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx#DialTextFieldStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialTextField/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/utils/DialTextFieldUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialTextFieldClasses=foundation_1.RcClasses([],"RcDialTextField"),exports.RcDialTextFieldInputClasses=foundation_1.RcClasses([],"RcDialTextFieldInput")},"./packages/juno-core/src/components/Dialer/DialTextField/utils/getDialPadValueOnlyRegex.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getDialPadValueOnlyRegex=function getDialPadValueOnlyRegex(){return/[1234567890*+#]+/g}},"./packages/juno-core/src/components/Dialer/DialTextField/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/DialTextFieldUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/getDialPadValueOnlyRegex.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/useFixedEndSelection.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/utils/useFixedEndSelection.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useFixedEndSelection=function(){var ref=react_1.useRef(null),keypadModeFixedAtLatest=foundation_1.useEventCallback((function(){var _a,_b=foundation_1.getSelectionPosition(ref),position=_b.position,isSelectRange=_b.isSelectRange,value=(null===(_a=ref.current)||void 0===_a?void 0:_a.value)||"";if(isSelectRange||position.start{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),RcDialer=function(_a){var children=_a.children,dialPadActionRef=react_1.useRef(null),onInsertRef=react_1.useRef(null),inputRef=react_1.useRef(null),onDeleteRef=react_1.useRef(null),onClearRef=react_1.useRef(null);return react_1.default.createElement(utils_1.RcDialerContext.Provider,{value:{dialPadActionRef,onInsertRef,onDeleteRef,inputRef,onClearRef}},react_1.default.createElement(react_1.default.Fragment,null,children))};exports.RcDialer=RcDialer,RcDialer.defaultProps={},RcDialer.displayName="RcDialer";try{RcDialer.displayName="RcDialer",RcDialer.__docgenInfo={description:"",displayName:"RcDialer",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/Dialer.tsx#RcDialer"]={docgenInfo:RcDialer.__docgenInfo,name:"RcDialer",path:"packages/juno-core/src/components/Dialer/Dialer.tsx#RcDialer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialDelete/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/Dialer.tsx"),exports)},"./packages/juno-core/src/components/Dialer/utils/DialerContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcDialerContext=react_1.createContext({});exports.RcDialerContext=RcDialerContext;exports.useRcDialerContext=function(){return react_1.useContext(RcDialerContext)}},"./packages/juno-core/src/components/Dialer/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/utils/DialerContext.ts"),exports)},"./packages/juno-core/src/components/Dialog/Dialog.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Dialog_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Dialog/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),PortalHost_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),DialogContext_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/DialogContext.ts");exports.RcDialogContext=DialogContext_1.RcDialogContext;var templateObject_1,HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),Backdrop_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/index.ts"),_RcDialog=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialog"});var classesProp=props.classes,_a=props.size,size=void 0===_a?"medium":_a,maxWidthProp=props.maxWidth,_b=props.fullWidth,fullWidth=void 0===_b||_b,childrenSize=props.childrenSize,children=props.children,TransitionPropsProp=props.TransitionProps,PaperPropsProp=props.PaperProps,rest=tslib_1.__rest(props,["classes","size","maxWidth","fullWidth","childrenSize","children","TransitionProps","PaperProps"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcDialogClasses,classesProp)}),[classesProp]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,maxWidth=react_1.useMemo((function(){if(maxWidthProp)return maxWidthProp;switch(size){case"fullScreen":case"xsmall":return!1;case"large":return"md";case"medium":return"sm";default:return"xs"}}),[maxWidthProp,size]),contextValue=react_1.useMemo((function(){return{size:childrenSize}}),[childrenSize]),onExited=PortalHost_1.useUnmountPortalHandler(null==TransitionPropsProp?void 0:TransitionPropsProp.onExited),TransitionProps=tslib_1.__assign(tslib_1.__assign({role:"presentation"},TransitionPropsProp),{onExited}),PaperProps=tslib_1.__assign({"aria-modal":!0},PaperPropsProp);return react_1.default.createElement(HasPortalParentContext_1.HasPortalParentProvider,null,react_1.default.createElement(Dialog_1.default,tslib_1.__assign({ref,fullWidth,container:null==externalWindow?void 0:externalWindow.document.body,maxWidth,fullScreen:"fullScreen"===size||void 0,classes,TransitionProps,PaperProps,BackdropComponent:Backdrop_1.RcBackdrop},rest),react_1.default.createElement(DialogContext_1.RcDialogContext.Provider,{value:contextValue},children)))})),RcDialog=foundation_1.styled(_RcDialog)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogStyle);exports.RcDialog=RcDialog,RcDialog.defaultProps={},RcDialog.displayName="RcDialog";try{RcDialog.displayName="RcDialog",RcDialog.__docgenInfo={description:"",displayName:"RcDialog",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/Dialog.tsx#RcDialog"]={docgenInfo:RcDialog.__docgenInfo,name:"RcDialog",path:"packages/juno-core/src/components/Dialog/Dialog.tsx#RcDialog"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogActions_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogActions/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/utils/index.ts"),_RcDialogActions=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogActions"}),classesProp=props.classes,children=(props.size,props.children),rest=(props.reverse,tslib_1.__rest(props,["classes","size","children","reverse"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcDialogActionsClasses,classesProp)}),[classesProp]);return react_1.default.createElement(DialogActions_1.default,tslib_1.__assign({},rest,{ref,classes,disableSpacing:!0}),children)})),RcDialogActions=foundation_1.styled(_RcDialogActions).attrs((function(props){var _a,_b,toProps=utils_1.useDialogDefaultProps(props),direction=null!==(_a=toProps.direction)&&void 0!==_a?_a:"small"===toProps.size?"vertical":"horizontal",reverse=null!==(_b=toProps.reverse)&&void 0!==_b?_b:"vertical"===direction;return tslib_1.__assign(tslib_1.__assign({},toProps),{direction,reverse})}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogActionsStyle);exports.RcDialogActions=RcDialogActions,RcDialogActions.defaultProps={},RcDialogActions.displayName="RcDialogActions";try{RcDialogActions.displayName="RcDialogActions",RcDialogActions.__docgenInfo={description:"",displayName:"RcDialogActions",props:{direction:{defaultValue:null,description:"direction of actions",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},reverse:{defaultValue:null,description:"reverse below items",name:"reverse",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},disableSpacing:{defaultValue:null,description:"If `true`, the actions do not have additional margin.",name:"disableSpacing",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx#RcDialogActions"]={docgenInfo:RcDialogActions.__docgenInfo,name:"RcDialogActions",path:"packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx#RcDialogActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogActions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/utils/index.ts"),itemSpace=foundation_1.spacing(2);exports.DialogActionsStyle=function(props){var size=props.size,reverse=props.reverse,direction=props.direction,disableSpacing=props.disableSpacing,isVertical="vertical"===direction,columnDirection=reverse?"column-reverse":"column",rowDirection=reverse?"row-reverse":"row";return foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n padding: ",";\n flex-direction: ",";\n\n ","\n\n ",";\n "],["\n padding: ",";\n flex-direction: ",";\n\n ","\n\n ",";\n "])),foundation_1.spacing.apply(void 0,tslib_1.__spread(utils_2.RcDialogActionsSizes[size])),isVertical?columnDirection:rowDirection,"medium"===size&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," + && {\n padding-top: ",";\n }\n "],["\n ."," + && {\n padding-top: ",";\n }\n "])),utils_1.RcDialogContentClasses.dividers,foundation_1.spacing(5)),!disableSpacing&&foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n > * + * {\n ",";\n }\n "],["\n > * + * {\n ",";\n }\n "])),isVertical?foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),reverse?foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n "],["\n margin-bottom: ",";\n "])),itemSpace):foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n "],["\n margin-top: ",";\n "])),itemSpace)):foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),reverse?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-right: ",";\n "],["\n margin-right: ",";\n "])),itemSpace):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n "],["\n margin-left: ",";\n "])),itemSpace))))};try{DialogActionsStyle.displayName="DialogActionsStyle",DialogActionsStyle.__docgenInfo={description:"",displayName:"DialogActionsStyle",props:{direction:{defaultValue:null,description:"direction of actions",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},reverse:{defaultValue:null,description:"reverse below items",name:"reverse",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disableSpacing:{defaultValue:null,description:"If `true`, the actions do not have additional margin.",name:"disableSpacing",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx#DialogActionsStyle"]={docgenInfo:DialogActionsStyle.__docgenInfo,name:"DialogActionsStyle",path:"packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx#DialogActionsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogActions/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogActions/utils/DialogActionsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogActionsClasses=foundation_1.RcClasses([],"RcDialogActions"),exports.RcDialogActionsSizes={small:[4],medium:[3,6,6]}},"./packages/juno-core/src/components/Dialog/DialogActions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/utils/DialogActionsUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogContent_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogContent/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts"),_RcDialogContent=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogContent"}),classesProp=props.classes,children=props.children,rest=(props.size,tslib_1.__rest(props,["classes","children","size"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcDialogContentClasses,classesProp)}),[classesProp]);return react_1.default.createElement(DialogContent_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcDialogContent=foundation_1.styled(_RcDialogContent).attrs(utils_1.useDialogDefaultProps)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogContentStyle);exports.RcDialogContent=RcDialogContent,RcDialogContent.defaultProps={},RcDialogContent.displayName="RcDialogContent";try{RcDialogContent.displayName="RcDialogContent",RcDialogContent.__docgenInfo={description:"",displayName:"RcDialogContent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},dividers:{defaultValue:null,description:"Display the top and bottom dividers.",name:"dividers",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx#RcDialogContent"]={docgenInfo:RcDialogContent.__docgenInfo,name:"RcDialogContent",path:"packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx#RcDialogContent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts");exports.DialogContentStyle=function(props){var size=props.size,dividers=props.dividers;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n color: ",";\n\n &."," {\n border-color: ",";\n }\n "],["\n padding: ",";\n color: ",";\n\n &."," {\n border-color: ",";\n }\n "])),foundation_1.spacing.apply(void 0,tslib_1.__spread(utils_1.getRcDialogContentSpacings(dividers)[size])),foundation_1.palette2("neutral","f04"),utils_1.RcDialogContentClasses.dividers,foundation_1.palette2("neutral","l02"))};try{DialogContentStyle.displayName="DialogContentStyle",DialogContentStyle.__docgenInfo={description:"",displayName:"DialogContentStyle",props:{size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},dividers:{defaultValue:null,description:"Display the top and bottom dividers.",name:"dividers",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx#DialogContentStyle"]={docgenInfo:DialogContentStyle.__docgenInfo,name:"DialogContentStyle",path:"packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx#DialogContentStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContent/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContent/utils/DialogContentUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogContentClasses=foundation_1.RcClasses(["dividers"],"RcDialogContent"),exports.getRcDialogContentSpacings=function(isDividers){return{small:isDividers?[3,4]:[0,4,1],medium:isDividers?[3,6]:[0,6,3]}}},"./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/DialogContentUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogContentText_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogContentText/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Typography/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/styles/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/utils/index.ts"),_RcDialogContentText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogContentText"}),colorProp=props.color,componentProp=props.component,classesProp=props.classes,variant=props.variant,children=(props.weight,props.size,props.children),rest=tslib_1.__rest(props,["color","component","classes","variant","weight","size","children"]),component=componentProp||utils_1.RcCustomTypographyVariant[variant],classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_3.RcDialogContentTextClasses,classesProp)}),[classesProp]),color=react_1.useMemo((function(){return utils_1.MuiDefaultColor.includes(colorProp)?colorProp:void 0}),[colorProp]);return react_1.default.createElement(DialogContentText_1.default,tslib_1.__assign({"data-variant":variant,"data-color":color,color,ref,classes,component},rest),children)})),RcDialogContentText=foundation_1.styled(_RcDialogContentText).attrs((function(props){var toProps=utils_2.useDialogDefaultProps(props);return tslib_1.__assign({variant:"small"===toProps.size?"caption1":"body1",color:"neutral.f04"},toProps)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n ","\n"],["\n ","\n ","\n"])),styles_2.DialogContentTextStyle,styles_1.TypographyStyle);exports.RcDialogContentText=RcDialogContentText,RcDialogContentText.defaultProps={},RcDialogContentText.displayName="RcDialogContentText";try{RcDialogContentText.displayName="RcDialogContentText",RcDialogContentText.__docgenInfo={description:"",displayName:"RcDialogContentText",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},variantMapping:{defaultValue:null,description:"",name:"variantMapping",required:!1,type:{name:"Partial>"}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx#RcDialogContentText"]={docgenInfo:RcDialogContentText.__docgenInfo,name:"RcDialogContentText",path:"packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx#RcDialogContentText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContentText/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.DialogContentTextStyle=function(_a){var gutterBottom=_a.gutterBottom;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n "],["\n margin-bottom: ",";\n "])),!1===gutterBottom&&0)};try{DialogContentTextStyle.displayName="DialogContentTextStyle",DialogContentTextStyle.__docgenInfo={description:"",displayName:"DialogContentTextStyle",props:{color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},variantMapping:{defaultValue:null,description:"",name:"variantMapping",required:!1,type:{name:"Partial>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx#DialogContentTextStyle"]={docgenInfo:DialogContentTextStyle.__docgenInfo,name:"DialogContentTextStyle",path:"packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx#DialogContentTextStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContentText/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContentText/utils/DialogContentTextUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogContentTextClasses=foundation_1.RcClasses([],"RcDialogContentText")},"./packages/juno-core/src/components/Dialog/DialogContentText/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/utils/DialogContentTextUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogTitle_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogTitle/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/utils/index.ts"),_RcDialogTitle=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogTitle"}),classesProp=props.classes,children=(props.display,props.space,props.children),disableTypography=props.disableTypography,size=props.size,rest=tslib_1.__rest(props,["classes","display","space","children","disableTypography","size"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcDialogTitleClasses,classesProp)}),[classesProp]);return react_1.default.createElement(DialogTitle_1.default,tslib_1.__assign({},rest,{disableTypography:!0,ref,classes}),disableTypography?children:react_1.default.createElement(Typography_1.RcTypography,{variant:utils_2.RcDialogTitleTypographyVariant[size],component:"h2"},children))})),RcDialogTitle=foundation_1.styled(_RcDialogTitle).attrs(utils_1.useDialogDefaultProps)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogTitleStyle);exports.RcDialogTitle=RcDialogTitle,RcDialogTitle.defaultProps={},RcDialogTitle.displayName="RcDialogTitle";try{RcDialogTitle.displayName="RcDialogTitle",RcDialogTitle.__docgenInfo={description:"",displayName:"RcDialogTitle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"flex"'},{value:'"block"'}]}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a typography component.\nFor instance, this can be useful to render an h4 instead of the default h2.",name:"disableTypography",required:!1,type:{name:"boolean"}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx#RcDialogTitle"]={docgenInfo:RcDialogTitle.__docgenInfo,name:"RcDialogTitle",path:"packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx#RcDialogTitle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogTitle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/utils/index.ts");exports.DialogTitleStyle=function(props){var size=props.size,spaceProp=props.space,display=props.display,paddingValue=void 0!==spaceProp?spaceProp instanceof Array?spaceProp:[spaceProp]:utils_1.RcDialogTitleSpacings[size];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n\n padding: ",";\n\n display: ",";\n "],["\n color: ",";\n\n padding: ",";\n\n display: ",";\n "])),foundation_1.palette2("neutral","f06"),foundation_1.spacing.apply(void 0,tslib_1.__spread(paddingValue)),display)};try{DialogTitleStyle.displayName="DialogTitleStyle",DialogTitleStyle.__docgenInfo={description:"",displayName:"DialogTitleStyle",props:{display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"flex"'},{value:'"block"'}]}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a typography component.\nFor instance, this can be useful to render an h4 instead of the default h2.",name:"disableTypography",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx#DialogTitleStyle"]={docgenInfo:DialogTitleStyle.__docgenInfo,name:"DialogTitleStyle",path:"packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx#DialogTitleStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogTitle/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogTitle/utils/DialogTitleUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogTitleClasses=foundation_1.RcClasses([],"RcDialogTitle"),exports.RcDialogTitleSpacings={small:[4],medium:[4,6]},exports.RcDialogTitleTypographyVariant={small:"subheading2",medium:"title2"}},"./packages/juno-core/src/components/Dialog/DialogTitle/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/utils/DialogTitleUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/Dialog.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/index.ts"),exports)},"./packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts");exports.DialogStyle=function(props){var size=props.size,theme=props.theme,fullScreen=props.fullScreen;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n max-width: ",";\n }\n\n ","\n "],["\n ."," {\n max-width: ",";\n }\n\n ","\n "])),utils_1.RcDialogClasses.paper,utils_1.RcDialogMaxWidths[size],!fullScreen&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n max-width: ",";\n\n &."," {\n "," {\n max-width: calc(100% - 64px);\n }\n }\n }\n "],["\n ."," {\n max-width: ",";\n\n &."," {\n "," {\n max-width: calc(100% - 64px);\n }\n }\n }\n "])),utils_1.RcDialogClasses.paperWidthXs,foundation_1.px(Math.max(theme.breakpoints.values.xs,400)),utils_1.RcDialogClasses.paperScrollBody,theme.breakpoints.down(Math.max(theme.breakpoints.values.xs,400)+64)))};try{DialogStyle.displayName="DialogStyle",DialogStyle.__docgenInfo={description:"",displayName:"DialogStyle",props:{size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx#DialogStyle"]={docgenInfo:DialogStyle.__docgenInfo,name:"DialogStyle",path:"packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx#DialogStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/utils/DialogContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js");exports.RcDialogContext=react_1.createContext({}),exports.useRcDialogContext=function(){return react_1.useContext(exports.RcDialogContext)},exports.useDialogDefaultProps=function(_a){_a.theme;var props=tslib_1.__rest(_a,["theme"]),context=exports.useRcDialogContext(),_b=props.size,size=void 0===_b?context.size||"medium":_b;return tslib_1.__assign(tslib_1.__assign({},props),{size})}},"./packages/juno-core/src/components/Dialog/utils/DialogUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogClasses=foundation_1.RcClasses(["paper","root","paperFullScreen","paperWidthXs","paperScrollBody","paperFullScreen"],"RcDialog"),exports.RcDialogMaxWidths={xsmall:"272px",small:null,medium:null,large:null,fullScreen:null}},"./packages/juno-core/src/components/Dialog/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/utils/DialogContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/utils/DialogUtils.ts"),exports)},"./packages/juno-core/src/components/Divider/Divider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Divider/styles/index.ts"),_RcDivider=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDivider"}),_a=(props.vertical,props.size,props.color,props.title,props.titleBgColor,props.component),ComponentProp=void 0===_a?"hr":_a,rest=tslib_1.__rest(props,["vertical","size","color","title","titleBgColor","component"]);return react_1.default.createElement(ComponentProp,tslib_1.__assign({ref,role:"separator"},rest))})),RcDivider=foundation_1.styled(_RcDivider)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DividerStyle);exports.RcDivider=RcDivider,RcDivider.displayName="RcDivider",RcDivider.defaultProps={color:"neutral.l02",titleBgColor:"neutral.b01",size:"default"};try{RcDivider.displayName="RcDivider",RcDivider.__docgenInfo={description:"",displayName:"RcDivider",props:{title:{defaultValue:null,description:"title on divider center, only work on horizontal",name:"title",required:!1,type:{name:"string"}},color:{defaultValue:{value:"neutral.l02"},description:"divider color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},vertical:{defaultValue:null,description:"is that vertical",name:"vertical",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"component for render root",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},size:{defaultValue:{value:"default"},description:"size of divider",name:"size",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"bold"'}]}},titleBgColor:{defaultValue:{value:"neutral.b01"},description:"title background color",name:"titleBgColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Divider/Divider.tsx#RcDivider"]={docgenInfo:RcDivider.__docgenInfo,name:"RcDivider",path:"packages/juno-core/src/components/Divider/Divider.tsx#RcDivider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Divider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Divider/Divider.tsx"),exports)},"./packages/juno-core/src/components/Divider/styles/StyledDivider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.DividerStyle=function(_a){var vertical=_a.vertical,size=_a.size,color=_a.color,title=_a.title,titleBgColor=_a.titleBgColor,volume=("bold"===size?2:1)+"px";return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n margin: 0;\n border: 0;\n flex-shrink: 0;\n overflow: initial;\n\n width: ",";\n height: ",";\n background-color: ",";\n\n ",";\n "],["\n position: relative;\n margin: 0;\n border: 0;\n flex-shrink: 0;\n overflow: initial;\n\n width: ",";\n height: ",";\n background-color: ",";\n\n ",";\n "])),vertical?volume:"100%",vertical?"100%":volume,foundation_1.getParsePaletteColor(color,null,!1),!(vertical||!title)&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &::after {\n content: '","';\n ",";\n color: ",";\n position: absolute;\n left: 50%;\n top: 50%;\n padding: ",";\n transform: translate(-50%, -50%);\n background-color: ",";\n }\n "],["\n &::after {\n content: '","';\n ",";\n color: ",";\n position: absolute;\n left: 50%;\n top: 50%;\n padding: ",";\n transform: translate(-50%, -50%);\n background-color: ",";\n }\n "])),title,foundation_1.typography("caption1"),foundation_1.palette2("neutral","f06"),foundation_1.spacing(0,4),foundation_1.getParsePaletteColor(titleBgColor)))};try{DividerStyle.displayName="DividerStyle",DividerStyle.__docgenInfo={description:"",displayName:"DividerStyle",props:{vertical:{defaultValue:null,description:"is that vertical",name:"vertical",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size of divider",name:"size",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"bold"'}]}},color:{defaultValue:null,description:"divider color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},title:{defaultValue:null,description:"title on divider center, only work on horizontal",name:"title",required:!1,type:{name:"string"}},titleBgColor:{defaultValue:null,description:"title background color",name:"titleBgColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},component:{defaultValue:null,description:"component for render root",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Divider/styles/StyledDivider.tsx#DividerStyle"]={docgenInfo:DividerStyle.__docgenInfo,name:"DividerStyle",path:"packages/juno-core/src/components/Divider/styles/StyledDivider.tsx#DividerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Divider/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Divider/styles/StyledDivider.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),react_beautiful_dnd_1=__webpack_require__("./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/styles/index.ts"),RcDragDropContext=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcDragDropContext"});return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(styles_1.GlobalDraggableStyle,null),react_1.default.createElement(react_beautiful_dnd_1.DragDropContext,tslib_1.__assign({},props)))};exports.RcDragDropContext=RcDragDropContext,RcDragDropContext.defaultProps={},RcDragDropContext.displayName="RcDragDropContext";try{RcDragDropContext.displayName="RcDragDropContext",RcDragDropContext.__docgenInfo={description:"",displayName:"RcDragDropContext",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx#RcDragDropContext"]={docgenInfo:RcDragDropContext.__docgenInfo,name:"RcDragDropContext",path:"packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx#RcDragDropContext"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragDropContext/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/utils/index.ts");exports.GlobalDraggableStyle=foundation_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n &::before, &::after {\n content: '';\n opacity: 0;\n transition: opacity .2s;\n }\n }\n\n ."," {\n &::before, &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 1;\n }\n\n &::before {\n background-color: ",";\n opacity: ",";\n }\n\n &::after {\n box-shadow: ",";\n }\n\n background-color: "," !important;\n ",";\n opacity: "," !important;\n position: relative;\n }\n"],["\n ."," {\n &::before, &::after {\n content: '';\n opacity: 0;\n transition: opacity .2s;\n }\n }\n\n ."," {\n &::before, &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 1;\n }\n\n &::before {\n background-color: ",";\n opacity: ",";\n }\n\n &::after {\n box-shadow: ",";\n }\n\n background-color: "," !important;\n ",";\n opacity: "," !important;\n position: relative;\n }\n"])),utils_1.RcDraggableClasses.root,utils_1.RcDraggableClasses.isDragging,foundation_1.palette2("action","grayLight"),foundation_1.opacity("16"),foundation_1.shadows("8"),foundation_1.palette2("neutral","elevation"),foundation_1.fakeBorder(),foundation_1.opacity("88"));try{GlobalDraggableStyle.displayName="GlobalDraggableStyle",GlobalDraggableStyle.__docgenInfo={description:"",displayName:"GlobalDraggableStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx#GlobalDraggableStyle"]={docgenInfo:GlobalDraggableStyle.__docgenInfo,name:"GlobalDraggableStyle",path:"packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx#GlobalDraggableStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragDropContext/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/utils/index.ts"),defaultChildren=react_1.default.createElement(Icon_1.RcIcon,{size:"xsmall",symbol:juno_icon_1.DragableArea}),_DragHandle=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDragHandle"}),_a=props.children,children=void 0===_a?defaultChildren:_a,className=props.className,rest=tslib_1.__rest(props,["children","className"]),ClassName=clsx_1.default(utils_1.RcDragHandleClasses.root,className);return react_1.default.createElement("div",tslib_1.__assign({},rest,{className:ClassName,ref}),children)})),RcDragHandle=foundation_1.styled(_DragHandle)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.dragHandleStyle);exports.RcDragHandle=RcDragHandle,RcDragHandle.defaultProps={},RcDragHandle.displayName="RcDragHandle";try{RcDragHandle.displayName="RcDragHandle",RcDragHandle.__docgenInfo={description:"",displayName:"RcDragHandle",props:{classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx#RcDragHandle"]={docgenInfo:RcDragHandle.__docgenInfo,name:"RcDragHandle",path:"packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx#RcDragHandle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragHandle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.dragHandleStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n outline: none;\n margin-right: 4px;\n padding: 2px 0;\n\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: ",";\n }\n "],["\n outline: none;\n margin-right: 4px;\n padding: 2px 0;\n\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: ",";\n }\n "])),foundation_1.flexCenterStyle,foundation_1.focusVisible,foundation_1.focusVisibleColor,foundation_1.radius("sm"))};try{dragHandleStyle.displayName="dragHandleStyle",dragHandleStyle.__docgenInfo={description:"",displayName:"dragHandleStyle",props:{className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx#dragHandleStyle"]={docgenInfo:dragHandleStyle.__docgenInfo,name:"dragHandleStyle",path:"packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx#dragHandleStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragHandle/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragHandle/utils/DragHandleUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDragHandleClasses=foundation_1.RcClasses(["root"],"RcDraggable")},"./packages/juno-core/src/components/DnD/DragHandle/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/utils/DragHandleUtils.ts"),exports)},"./packages/juno-core/src/components/DnD/Draggable/Draggable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),react_beautiful_dnd_1=__webpack_require__("./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/utils/index.ts"),_RcDraggable=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDraggable"}),classes=props.classes,children=props.children,directionOnly=props.directionOnly,rest=tslib_1.__rest(props,["classes","children","directionOnly"]);return react_1.default.createElement(react_beautiful_dnd_1.Draggable,tslib_1.__assign({},rest,{ref}),(function(provided,snapshot){for(var args=[],_i=2;_i>'}},directionOnly:{defaultValue:null,description:"",name:"directionOnly",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/Draggable/Draggable.tsx#RcDraggable"]={docgenInfo:RcDraggable.__docgenInfo,name:"RcDraggable",path:"packages/juno-core/src/components/DnD/Draggable/Draggable.tsx#RcDraggable"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/Draggable/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/Draggable.tsx"),exports)},"./packages/juno-core/src/components/DnD/Draggable/utils/DraggableUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDraggableClasses=foundation_1.RcClasses(["root","isDragging"],"RcDraggable"),exports.getDirectionOnlyItemStyle=function(direction,style){if(!direction)return style;var isVertical="vertical"===direction,overrideStyles={},currentTransformMatch=style&&style.transform&&style.transform.match(/translate\((-?\d+)px,\s+(-?\d+)px\)/);if(currentTransformMatch){var transform=parseInt(currentTransformMatch[isVertical?2:1],10);overrideStyles.transform="translate("+(isVertical?0:transform)+"px, "+(isVertical?transform:0)+"px)"}return tslib_1.__assign(tslib_1.__assign({},style),overrideStyles)}},"./packages/juno-core/src/components/DnD/Draggable/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/utils/DraggableUtils.ts"),exports)},"./packages/juno-core/src/components/DnD/Droppable/Droppable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_beautiful_dnd_1=__webpack_require__("./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcDroppable=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDroppable"}),children=props.children,rest=tslib_1.__rest(props,["children"]);return react_1.default.createElement(react_beautiful_dnd_1.Droppable,tslib_1.__assign({},rest,{ref}),(function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Droppable/Droppable.tsx"),exports)},"./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.simpleInitialData={items:{"item-1":{id:"item-1",content:"Item 1 Content"},"item-2":{id:"item-2",content:"Item 2 Content"},"item-3":{id:"item-3",content:"Item 3 Content"},"item-4":{id:"item-4",content:"Item 4 Content"}},groups:{"group-1":{id:"group-1",title:"Group 1",itemIds:["item-1","item-2","item-3","item-4"]}},groupOrder:["group-1"]},exports.initialData={items:{"item-1":{id:"item-1",content:"Item 1 Content"},"item-2":{id:"item-2",content:"Item 2 Content"},"item-3":{id:"item-3",content:"Item 3 Content"},"item-4":{id:"item-4",content:"Item 4 Content"}},groups:{"group-1":{id:"group-1",title:"Group 1",itemIds:["item-1","item-2","item-3","item-4"]},"group-2":{id:"group-2",title:"Group 2",itemIds:[]},"group-3":{id:"group-3",title:"Group 3",itemIds:[]}},groupOrder:["group-1","group-2","group-3"]}},"./packages/juno-core/src/components/DnD/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Droppable/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/index.ts"),exports)},"./packages/juno-core/src/components/Downshift/Downshift.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),Fade_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Fade/index.ts"),Grow_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Chip_1=__webpack_require__("./packages/juno-core/src/components/Chip/index.ts"),ClearIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Downshift/styles/index.ts");exports.RcDownshiftInput=styles_1.RcDownshiftInput;var SuggestionList_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts");exports.RcDownshiftDefaultFilterOptions=utils_1.RcDownshiftDefaultFilterOptions;var DEFAULT_GROW_STYLE={style:{transformOrigin:"0 0 0"}},_RcDownshift=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDownshift"});var theme=foundation_1.useTheme(),isAutocomplete="autocomplete"===props.variant,_a=props.itemToString,itemToString=void 0===_a?utils_1.DEFAULT_GET_OPTION_LABEL:_a,_b=props.keyToChips,keyToChips=void 0===_b?utils_1.DEFAULT_KEY_TO_CHIPS:_b,_c=props.limitOfFreeChips,limitOfFreeChips=void 0===_c?utils_1.DEFAULT_LIMIT_CHIPS:_c,suggestionItems=(props.minRowHeight,props.suggestionItems),messageRef=props.messageRef,MenuItem=props.MenuItem,inputLabel=props.inputLabel,nameError=props.nameError,maxLength=props.maxLength,InputItem=props.InputItem,emailError=props.emailError,enableFreeChips=(props.autoSwitchEmail,props.enableFreeChips),inputPlaceholder=props.inputPlaceholder,errorSelectedItems=props.errorSelectedItems,enableAutoTransform=props.enableAutoTransform,allowPlainHelperText=props.allowPlainHelperText,TextFieldProps=props.TextFieldProps,selectedItemsProp=props.selectedItems,automationId=props.automationId,screenReader=props.screenReader,onSelectChange=props.onSelectChange,variant=props.variant,groupExpanded=props.groupExpanded,groupDefaultExpanded=props.groupDefaultExpanded,_d=props.groupVariant,groupVariant=void 0===_d?"normal":_d,getExpandIconProps=props.getExpandIconProps,groupBy=props.groupBy,_e=props.value,valueProp=void 0===_e?selectedItemsProp:_e,_f=props.autoHighlight,autoHighlight=void 0===_f||_f,_g=props.fullWidth,fullWidth=void 0===_g||_g,_h=props.clearBtn,clearBtn=void 0!==_h&&_h,_j=props.toggleButton,toggleButton=void 0!==_j&&_j,_k=props.multiple,multiple=void 0!==_k&&_k,clearButtonProps=props.clearButtonProps,ToggleButtonProps=(props.onClear,props.ToggleButtonProps),_l=props.getToggleButtonProps,getToggleButtonPropsProp=void 0===_l?function(isOpen){return{symbol:isOpen?juno_icon_1.ArrowUp:juno_icon_1.ArrowDown}}:_l,inputValueProp=props.inputValue,onKeyDownProp=props.onKeyDown,helperTextProp=props.helperText,options=props.options,openOnFocus=props.openOnFocus,_m=props.toggleWithInput,toggleWithInput=void 0===_m?isAutocomplete:_m,_o=props.getOptionLabel,getOptionLabel=void 0===_o?itemToString:_o,renderInput=props.renderInput,_p=props.label,label=void 0===_p?inputLabel:_p,_q=props.inputRef,inputRefProp=void 0===_q?messageRef:_q,_r=props.error,error=void 0===_r?nameError:_r,_s=props.placeholder,placeholder=void 0===_s?inputPlaceholder:_s,_t=props.freeSolo,freeSolo=void 0===_t?enableFreeChips:_t,_u=props.keyToTags,keyToTags=void 0===_u?keyToChips:_u,_v=props.maxFreeSolo,maxFreeSolo=void 0===_v?limitOfFreeChips:_v,_w=props.SuggestionListProps,_x=void 0===_w?{}:_w,_y=_x.virtualize,virtualize=void 0===_y||_y,SuggestionListProps=tslib_1.__rest(_x,["virtualize"]),_z=props.autoSelect,autoSelect=void 0===_z?enableAutoTransform:_z,PopperComponent=props.PopperComponent,_0=props.PopperProps,_1=void 0===_0?{}:_0,_2=_1.anchorElType,anchorElType=void 0===_2?"root":_2,popperTransition=_1.transition,_3=_1.TransitionComponent,TransitionComponent=void 0===_3?virtualize?Fade_1.RcFade:Grow_1.RcGrow:_3,_4=_1.transitionDuration,transitionDurationProp=void 0===_4?"auto":_4,_5=_1.TransitionProps,TransitionPropsProp=void 0===_5?{}:_5,PopperProps=tslib_1.__rest(_1,["anchorElType","transition","TransitionComponent","transitionDuration","TransitionProps"]),initialIsOpen=props.initialIsOpen,disabled=props.disabled,requiredProp=props.required,_6=props.defaultIsOpen,defaultIsOpen=void 0===_6?openOnFocus:_6,_7=props.disableCloseOnSelect,disableCloseOnSelect=void 0===_7?defaultIsOpen:_7,_8=props.onChange,onChangeProp=void 0===_8?onSelectChange:_8,onInputChangeProp=props.onInputChange,onMaxFreeSolo=props.onMaxFreeSolo,FormHelperTextPropsProp=props.FormHelperTextProps,action=props.action,filterOptions=props.filterOptions,renderOption=props.renderOption,renderTags=props.renderTags,getOptionDisabled=props.getOptionDisabled,renderGroup=props.renderGroup,onGroupExpanded=props.onGroupExpanded,renderNoOptions=props.renderNoOptions,InputPropsProp=props.InputProps,debug=props.debug,disabledItemsHighlightable=props.disabledItemsHighlightable,openProp=props.open,onOpen=props.onOpen,onClose=props.onClose,focused=props.focused,color=props.color,rest=tslib_1.__rest(props,["itemToString","keyToChips","limitOfFreeChips","minRowHeight","suggestionItems","messageRef","MenuItem","inputLabel","nameError","maxLength","InputItem","emailError","autoSwitchEmail","enableFreeChips","inputPlaceholder","errorSelectedItems","enableAutoTransform","allowPlainHelperText","TextFieldProps","selectedItems","automationId","screenReader","onSelectChange","variant","groupExpanded","groupDefaultExpanded","groupVariant","getExpandIconProps","groupBy","value","autoHighlight","fullWidth","clearBtn","toggleButton","multiple","clearButtonProps","onClear","ToggleButtonProps","getToggleButtonProps","inputValue","onKeyDown","helperText","options","openOnFocus","toggleWithInput","getOptionLabel","renderInput","label","inputRef","error","placeholder","freeSolo","keyToTags","maxFreeSolo","SuggestionListProps","autoSelect","PopperComponent","PopperProps","initialIsOpen","disabled","required","defaultIsOpen","disableCloseOnSelect","onChange","onInputChange","onMaxFreeSolo","FormHelperTextProps","action","filterOptions","renderOption","renderTags","getOptionDisabled","renderGroup","onGroupExpanded","renderNoOptions","InputProps","debug","disabledItemsHighlightable","open","onOpen","onClose","focused","color"]),_9=tslib_1.__read(react_1.useState("bottom-start"),2),position=_9[0],setPosition=_9[1],innerInputRef=react_1.useRef(null),textFieldRef=react_1.useRef(null),inputRef=foundation_1.useForkRef(inputRefProp,innerInputRef),inputContainerRef=react_1.useRef(null),isNew=!suggestionItems,transitionDuration="auto"===transitionDurationProp?void 0:transitionDurationProp,anchorElRef="input"===anchorElType?inputContainerRef:textFieldRef,oneOfTagError=!1;var required=requiredProp||(null==TextFieldProps?void 0:TextFieldProps.required),_10=utils_1.useDownshift({focused,open:openProp,variant,onOpen,onClose,wrapperRef:textFieldRef,inputContainerRef,inputRef:innerInputRef,value:valueProp,inputValue:inputValueProp,getOptionDisabled,groupExpanded:"normal"===groupVariant||groupExpanded,groupDefaultExpanded,getExpandIconProps,options:suggestionItems||options,freeSolo,label,multiple,keyToTags,maxFreeSolo,autoSelect,disableCloseOnSelect,initialIsOpen,disabled,required,openOnFocus,toggleWithInput,autoHighlight,groupBy,groupVariant,onChange:onChangeProp,onInputChange:onInputChangeProp,getOptionLabel,filterOptions,onMaxFreeSolo,renderNoOptions,onKeyDown:onKeyDownProp,disabledItemsHighlightable,onGroupExpanded}),focusInput=_10.focusInput,optionItems=_10.optionItems,optionsGroupList=_10.optionsGroupList,selectedItems=_10.tags,highlightedIndex=_10.highlightedIndex,getToggleButtonProps=_10.getToggleButtonProps,getTagProps=_10.getTagProps,getTagListBoxProps=_10.getTagListBoxProps,getMenuProps=_10.getMenuProps,getPopperProps=_10.getPopperProps,getInputProps=_10.getInputProps,getInputAriaProps=_10.getInputAriaProps,getLabelProps=_10.getLabelProps,getItemProps=_10.getItemProps,isOpen=_10.isOpen,inputValue=_10.inputValue,activeIndex=_10.activeIndex,setActiveIndex=_10.setActiveIndex,setHighlightedIndex=_10.setHighlightedIndex,onInputChange=_10.onInputChange,keepHighlightedIndex=_10.keepHighlightedIndex,changeHighlightedIndexReason=_10.changeHighlightedIndexReason,closeMenu=_10.closeMenu,openMenu=_10.openMenu,reset=_10.reset,getClearButtonProps=_10.getClearButtonProps,noOptionItem=_10.noOptionItem,getNoOptionsProps=_10.getNoOptionsProps,isKeepHighlightedIndex=_10.isKeepHighlightedIndex,isDownshiftFocused=_10.focused,autoCompleteSelectedIndex=_10.autoCompleteSelectedIndex,popperElementRef=_10.popperElementRef,open=Boolean((isOpen||noOptionItem)&&textFieldRef.current),_11=getInputProps(),onBlur=_11.onBlur,InputProps=tslib_1.__rest(_11,["onBlur"]),helperText=isNew||nameError||allowPlainHelperText?helperTextProp:void 0,describedbyId=InputProps.id+"-helper-text",FormHelperTextProps=FormHelperTextPropsProp||{},screenReaderText=react_1.useMemo((function(){if(screenReader&&selectedItems.length){var entry=screenReader.entry,entries=screenReader.entries;return(""+(1===selectedItems.length?entry:entries)).trim()}}),[screenReader,selectedItems.length]);screenReaderText&&(helperText?helperText&&(FormHelperTextProps["aria-label"]=(screenReaderText+" "+helperText).trim()):InputProps["aria-describedby"]=describedbyId);var toTextFieldRef=foundation_1.useForkRef(textFieldRef,ref),colorHex=react_1.useMemo((function(){return color?foundation_1.getParsePaletteColor(color)({theme}):void 0}),[color,theme]),startAdornment=function(){if(!isAutocomplete){var getCustomizedTagProps=function(selectedItem,index){var tagProps=getTagProps({selectedItem,index,label:getOptionLabel(selectedItem),disabled});return selectedItem.error&&(oneOfTagError=!0),tslib_1.__assign(tslib_1.__assign({},tagProps),{color:colorHex})};return renderTags?renderTags(selectedItems,getCustomizedTagProps):selectedItems.map((function(selectedItem,index){var _a,itemChipProps=getCustomizedTagProps(selectedItem,index);if(InputItem){var isError=emailError&&emailError===(null===(_a=selectedItem.label)||void 0===_a?void 0:_a.trim())||selectedItem.id&&(null==errorSelectedItems?void 0:errorSelectedItems.includes(selectedItem.id))||selectedItem.isError||selectedItem.error;return react_1.default.createElement(InputItem,tslib_1.__assign({},selectedItem,itemChipProps,{isError}))}return react_1.default.createElement(Chip_1.RcChip,tslib_1.__assign({},itemChipProps,{deleteIconProps:{"aria-label":"remove"}}))}))}}(),endAdornment=(toggleButton||clearBtn)&&react_1.default.createElement(styles_1.EndAdornment,null,clearBtn&&react_1.default.createElement(ClearIconButton_1.ClearIconButton,tslib_1.__assign({},getClearButtonProps(clearButtonProps))),toggleButton&&react_1.default.createElement(styles_1.ArrowDownButton,tslib_1.__assign({variant:"plain","aria-hidden":!0,color:isDownshiftFocused?color||"interactive.f01":error?"danger.f02":"neutral.f04",size:"large"},getToggleButtonProps(tslib_1.__assign(tslib_1.__assign({},ToggleButtonProps),getToggleButtonPropsProp(isOpen)))))),_12=function(){var _a=InputPropsProp||{},classes=_a.classes,restInputPropsProp=tslib_1.__rest(_a,["classes"]),toClasses=foundation_1.combineClasses(classes,utils_1.RcDownshiftInputClasses);return{containerClassName:toClasses.container,TextFieldInputProps:foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({classes:foundation_1.omit(toClasses,["container"]),endAdornment,inputComponent:styles_1.RcDownshiftInput},getTagListBoxProps()),InputProps),{onBlur:debug?void 0:onBlur}),restInputPropsProp)}}(),containerClassName=_12.containerClassName,TextFieldInputProps=_12.TextFieldInputProps;react_1.useImperativeHandle(action,(function(){return{getActiveIndex:function(){return activeIndex},setActiveIndex,getFilterResultItems:function(){return optionItems},getHighlightedIndex:function(){return highlightedIndex},setHighlightedIndex:function(index){return setHighlightedIndex(index,{reason:"auto",reRender:!0})},closeMenu,openMenu,reset,clearInput:function(){return onInputChange("",!1)},keepHighlightedIndex:function(){return keepHighlightedIndex()},focus:focusInput}}));var hasTags=selectedItems.length>0,isRenderNoOptions=!!noOptionItem,popperRef=react_1.useRef(null),handleUpdatePopper=foundation_1.useEventCallback((function(){var _a;null===(_a=popperRef.current)||void 0===_a||_a.update()})),menuChildren=react_1.default.createElement(react_1.default.Fragment,null,isOpen&&react_1.default.createElement(SuggestionList_1.RcSuggestionList,tslib_1.__assign({selectedIndex:isAutocomplete?autoCompleteSelectedIndex:void 0,highlightedIndex,optionsGroupList,options:optionItems,groupVariant,groupExpanded,renderGroup,MenuItem,renderOption,inputValue,getItemProps,getMenuProps,changeHighlightedIndexReason,getOptionDisabled,isKeepHighlightedIndex,onUpdatePopper:handleUpdatePopper,maxContainerHeight:180,getOptionLabel,position:"unset",virtualize},SuggestionListProps)),isRenderNoOptions&&(null==renderNoOptions?void 0:renderNoOptions(getNoOptionsProps,noOptionItem))),prevMenuChildren=foundation_1.usePrevious((function(){return menuChildren}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(styles_1.StyledTextField,tslib_1.__assign({renderInput,hasTags,ref:toTextFieldRef,inputRef,"data-test-automation-id":automationId,fullWidth,placeholder:hasTags?void 0:placeholder,label,focused:isDownshiftFocused,disabled,required,color,error:null!=error?error:oneOfTagError,FormHelperTextProps,InputProps:TextFieldInputProps,helperText},foundation_1.combineProps({InputLabelProps:getLabelProps(),inputProps:tslib_1.__assign({startAdornment,containerClassName,maxLength,containerRef:inputContainerRef},getInputAriaProps(null==TextFieldProps?void 0:TextFieldProps.inputProps))},rest),{value:inputValue,clearBtn:!1})),!helperText&&screenReaderText&&react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{id:describedbyId},screenReaderText),react_1.default.createElement(styles_1.StyledPopper,tslib_1.__assign({ref:popperElementRef,open,position,component:PopperComponent,placement:"bottom-start",anchorEl:anchorElRef.current,"data-test-automation-id":"suggestions-list",popperRef,popperOptions:{onUpdate:function(e){var currPosition=e.placement;position!==currPosition&&setPosition(currPosition)}}},getPopperProps(PopperProps),{transition:popperTransition}),popperTransition?function(_a){void 0===_a&&(_a={});var _b=_a.TransitionProps,_c=void 0===_b?{}:_b,onEnterProp=_c.onEnter,onExitProp=_c.onExited,inProp=_c.in,restTransitionProp=tslib_1.__rest(_a,["TransitionProps"]);return react_1.default.createElement(TransitionComponent,tslib_1.__assign({in:inProp,onEnter:function(node,isAppearing){var _a;onEnterProp(),null===(_a=TransitionPropsProp.onEnter)||void 0===_a||_a.call(TransitionPropsProp,node,isAppearing)},onExited:function(node){var _a;onExitProp(),null===(_a=TransitionPropsProp.onExited)||void 0===_a||_a.call(TransitionPropsProp,node)}},restTransitionProp,{timeout:transitionDuration},virtualize?{}:DEFAULT_GROW_STYLE,TransitionPropsProp),react_1.default.createElement("div",null,inProp?menuChildren:prevMenuChildren))}:menuChildren))}))),RcDownshift=foundation_1.styled(_RcDownshift)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DownshiftStyle);RcDownshift.defaultProps={},RcDownshift.displayName="RcDownshift";var templateObject_1,ExportType=RcDownshift;exports.RcDownshift=ExportType;try{RcDownshift.displayName="RcDownshift",RcDownshift.__docgenInfo={description:'default downshift filter options method, use with `variant="tags"`\n\n- filter options by input value and selected items',displayName:"RcDownshift",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/Downshift.tsx#RcDownshift"]={docgenInfo:RcDownshift.__docgenInfo,name:"RcDownshift",path:"packages/juno-core/src/components/Downshift/Downshift.tsx#RcDownshift"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts"),SuggestionListContext=react_1.createContext(null),List=react_1.forwardRef((function(props,ref){var listRef=react_1.useContext(SuggestionListContext),forkRef=foundation_1.useForkRef(ref,listRef);return react_1.default.createElement("div",tslib_1.__assign({ref:forkRef,"data-suggestion-list":!0},props))})),SuggestionList=react_1.forwardRef((function(inProps,ref){var _a,props=foundation_1.useThemeProps({props:inProps,name:"RcSuggestionList"}),highlightedIndex=props.highlightedIndex,options=props.options,getItemProps=props.getItemProps,_b=props.virtualize,virtualize=void 0===_b||_b,getMenuProps=props.getMenuProps,renderOption=props.renderOption,inputValue=(props.value,props.inputValue),groupVariant=props.groupVariant,groupExpanded=props.groupExpanded,renderGroup=props.renderGroup,getOptionDisabled=(props.optionsGroupList,props.getOptionDisabled),MenuItem=props.MenuItem,changeHighlightedIndexReason=props.changeHighlightedIndexReason,isKeepHighlightedIndex=props.isKeepHighlightedIndex,componentsProp=props.components,onUpdatePopper=props.onUpdatePopper,getOptionLabel=props.getOptionLabel,padding=props.padding,_c=props.maxContainerHeight,maxContainerHeight=void 0===_c?"100%":_c,classNameProp=props.className,classesProp=props.classes,_d=props.position,position=void 0===_d?"absolute":_d,selectedIndex=props.selectedIndex,rest=tslib_1.__rest(props,["highlightedIndex","options","getItemProps","virtualize","getMenuProps","renderOption","value","inputValue","groupVariant","groupExpanded","renderGroup","optionsGroupList","getOptionDisabled","MenuItem","changeHighlightedIndexReason","isKeepHighlightedIndex","components","onUpdatePopper","getOptionLabel","padding","maxContainerHeight","className","classes","position","selectedIndex"]),vlRef=react_1.useRef(null),forkVlRef=foundation_1.useForkRef(ref,vlRef),isTitleMode="normal"===groupVariant,listRef=react_1.useRef(null),itemData=options,itemCount=options.length,classes=foundation_1.combineClasses(utils_1.RcSuggestionListClasses,classesProp),className=clsx_1.default(classNameProp,null==classes?void 0:classes.root),_e=Virtuoso_1.useDynamicHeight({itemCount,maxContainerHeight,onContainerHeightChange:function(changeHeight){var scroller=scrollerRef.current;(null==scroller?void 0:scroller.style)&&(scroller.style.height=changeHeight+"px",null==onUpdatePopper||onUpdatePopper())}}),totalListHeightChanged=_e.totalListHeightChanged,style=_e.style,containerHeighRef=_e.containerHeighRef,sleep=foundation_1.useSleep().sleep,scrollToIndexWithRetry=foundation_1.useRetry((function(location){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){var toIndex,toElm_1,_a,_b,_c;return tslib_1.__generator(this,(function(_d){switch(_d.label){case 0:return toIndex=location.index,virtualize?(0===location.index&&void 0!==padding&&(location=tslib_1.__assign(tslib_1.__assign({},location),{offset:-("number"==typeof padding?padding:styles_1.menuListBoundaryPadding)})),null===(_b=vlRef.current)||void 0===_b||_b.scrollToIndex(location),[4,sleep(0)]):(null==(toElm_1=null===(_a=listRef.current)||void 0===_a?void 0:_a.querySelector('[data-item-index="'+toIndex+'"]'))||toElm_1.scrollIntoView({block:"nearest",inline:"nearest"}),[2,!0]);case 1:return _d.sent(),(null===(_c=listRef.current)||void 0===_c?void 0:_c.querySelector('[data-item-index="'+toIndex+'"]'))?[2,!0]:[2,!1]}}))}))}),{retryTimes:10,intervalTime:20}).retry,_f=Virtuoso_1.useHighlightScroll({containerHeighRef,scrollToIndex:scrollToIndexWithRetry}),scrollerRef=_f.scrollerRef,scrollerRefFn=_f.scrollerRefFn,itemsRendered=_f.itemsRendered,scrollToHighlightedIndex=_f.scrollToHighlightedIndex,virtuosoViewPort=null===(_a=scrollerRef.current)||void 0===_a?void 0:_a.firstElementChild;react_1.useLayoutEffect((function(){virtuosoViewPort&&(virtuosoViewPort.style.position=position)}),[virtuosoViewPort,position]);var prevHighlightedIndex=foundation_1.usePrevious((function(){return highlightedIndex}),!0);react_1.useLayoutEffect((function(){virtualize&&!vlRef.current||isKeepHighlightedIndex||!changeHighlightedIndexReason||"mouse"===changeHighlightedIndexReason||scrollToHighlightedIndex(prevHighlightedIndex,highlightedIndex,isTitleMode?1:0)}));var itemContent=function(index,option){var _a,_b,_c,_d,_e,currGroup=option.group,isGroupTitle=option===(null==currGroup?void 0:currGroup.options[0]),expandIconProps=isTitleMode||"boolean"==typeof groupExpanded||!isGroupTitle||null===(_c=null===(_b=option.group)||void 0===_b?void 0:_b.getExpandIconProps)||void 0===_c?void 0:_c.call(_b,{className:clsx_1.default(classes.toggle,(_a={},_a[classes.expanded]=null===(_d=option.group)||void 0===_d?void 0:_d.expanded,_a))}),itemProps=getItemProps({item:option,index,className:isGroupTitle?classes.groupTitle:void 0}),highlighted=highlightedIndex===index,selected=selectedIndex===index,resultProps=tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({"data-item-index":virtualize?void 0:index},option),itemProps),{key:itemProps.id}),indexInOwnGroup=resultProps.indexInOwnGroup;delete resultProps.indexInOwnGroup,resultProps.freeSolo||resultProps.disabled||!getOptionDisabled||(resultProps.disabled=getOptionDisabled(option));var state={inputValue,selected,highlighted,index,indexInOwnGroup};return renderGroup&&isGroupTitle?renderGroup(resultProps,tslib_1.__assign(tslib_1.__assign({},state),{expanded:null===(_e=option.group)||void 0===_e?void 0:_e.expanded,expandIconProps})):renderOption?renderOption(resultProps,state):MenuItem?react_1.default.createElement(MenuItem,tslib_1.__assign({},resultProps,{itemId:option.id,"data-suggestion-item-id":option.id,isHighlighted:selected||highlighted,isMember:option.isMember})):react_1.default.createElement(MenuItem_1.RcMenuItem,tslib_1.__assign({component:"div",selected,focused:highlighted},foundation_1.omit(resultProps,["isSuggestion","freeSolo","label","unSelectable"])),getOptionLabel?getOptionLabel(option):option.label,react_1.default.createElement(Box_1.RcBox,{flex:"1 1 auto"}),expandIconProps&&react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({},expandIconProps,{symbol:juno_icon_1.ArrowDown2})))},PaddingComponent=react_1.useMemo((function(){var paddingValue=void 0!==padding&&itemCount>0?"number"==typeof padding?padding:styles_1.menuListBoundaryPadding:0;return function(){return react_1.default.createElement(styles_1.StyledMenuListPadding,{height:paddingValue})}}),[itemCount,padding]),components=react_1.useMemo((function(){return tslib_1.__assign({List,Header:PaddingComponent,Footer:PaddingComponent},componentsProp)}),[componentsProp,PaddingComponent]);return react_1.default.createElement(SuggestionListContext.Provider,{value:listRef},virtualize?react_1.default.createElement(Virtuoso_1.Virtuoso,tslib_1.__assign({ref:forkVlRef,totalCount:itemCount,data:itemData,className,components,itemContent},getMenuProps(),foundation_1.combineProps({scrollerRef:function(scrollElm){scrollerRefFn(scrollElm),Virtuoso_1.modifyVlScrollerStyle(scrollElm,position)},itemsRendered,totalListHeightChanged,style,isScrolling:function(scrolling){var list=listRef.current;list&&list.style&&(list.style.pointerEvents=scrolling?"none":"")}},rest))):react_1.default.createElement(List,{style:{maxHeight:style.height,overflow:"auto"},ref:function(scrollElm){scrollerRefFn(scrollElm)}},react_1.default.createElement(PaddingComponent,null),options.map((function(x,i){return itemContent(i,x)})),react_1.default.createElement(PaddingComponent,null)))}));exports.RcSuggestionList=foundation_1.styled(SuggestionList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_2.SuggestionListStyle),exports.RcSuggestionList.displayName="RcSuggestionList";try{RcSuggestionList.displayName="RcSuggestionList",RcSuggestionList.__docgenInfo={description:"",displayName:"RcSuggestionList",props:{classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},position:{defaultValue:null,description:"## should always keep absolute for better render,\nbut when you wrap that in modal or a non have width container,\nset that as `unset`, let outside `absolute` container to calculate that.",name:"position",required:!1,type:{name:"enum",value:[{value:'"absolute"'},{value:'"unset"'}]}},padding:{defaultValue:null,description:"vertical padding from the list",name:"padding",required:!1,type:{name:"number | boolean"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"undefined"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign | GroupIndexLocationWithAlign"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"Components"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},options:{defaultValue:null,description:"select options",name:"options",required:!0,type:{name:"RcDownshiftSelectedItem[]"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},highlightedIndex:{defaultValue:null,description:"current highlightedIndex",name:"highlightedIndex",required:!0,type:{name:"number"}},getItemProps:{defaultValue:null,description:"each item props getter",name:"getItemProps",required:!0,type:{name:"(options: RcDownshiftGetItemPropsOptions) => any"}},getMenuProps:{defaultValue:null,description:"menu wrapper props getter",name:"getMenuProps",required:!0,type:{name:"(restMenuProps?: HTMLAttributes | undefined) => HTMLAttributes"}},changeHighlightedIndexReason:{defaultValue:null,description:"that reason that change highlighted",name:"changeHighlightedIndexReason",required:!0,type:{name:"enum",value:[{value:"undefined"},{value:'"mouse"'},{value:'"auto"'},{value:'"keyboard"'}]}},isKeepHighlightedIndex:{defaultValue:null,description:"is that need keep highlighted index, that will be helpful when you need load more options when scroll",name:"isKeepHighlightedIndex",required:!1,type:{name:"boolean"}},onUpdatePopper:{defaultValue:null,description:"trigger when need update outside popper position",name:"onUpdatePopper",required:!1,type:{name:"(() => any)"}},optionsGroupList:{defaultValue:null,description:"options group list, use for calculate `aria-setsize`",name:"optionsGroupList",required:!1,type:{name:"RcDownshiftGroupedOption[]"}},selectedIndex:{defaultValue:null,description:"in autocomplete mode, that will have selected index, show selected when focused",name:"selectedIndex",required:!1,type:{name:"number"}},maxContainerHeight:{defaultValue:null,description:"that virtual list container height,",name:"maxContainerHeight",required:!1,type:{name:'number | "100%"'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx#RcSuggestionList"]={docgenInfo:RcSuggestionList.__docgenInfo,name:"RcSuggestionList",path:"packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx#RcSuggestionList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/SuggestionList/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts"),exports)},"./packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts");exports.SuggestionListStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n margin-right: -",";\n\n transform: rotate(0deg);\n transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n\n &."," {\n transform: rotate(180deg);\n }\n }\n "],["\n ."," {\n margin-right: -",";\n\n transform: rotate(0deg);\n transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n\n &."," {\n transform: rotate(180deg);\n }\n }\n "])),utils_1.RcSuggestionListClasses.toggle,foundation_1.spacing(3),utils_1.RcSuggestionListClasses.expanded)};try{SuggestionListStyle.displayName="SuggestionListStyle",SuggestionListStyle.__docgenInfo={description:"",displayName:"SuggestionListStyle",props:{highlightedIndex:{defaultValue:null,description:"current highlightedIndex",name:"highlightedIndex",required:!0,type:{name:"number"}},options:{defaultValue:null,description:"select options",name:"options",required:!0,type:{name:"RcDownshiftSelectedItem[]"}},getItemProps:{defaultValue:null,description:"each item props getter",name:"getItemProps",required:!0,type:{name:"(options: RcDownshiftGetItemPropsOptions) => any"}},getMenuProps:{defaultValue:null,description:"menu wrapper props getter",name:"getMenuProps",required:!0,type:{name:"(restMenuProps?: HTMLAttributes | undefined) => HTMLAttributes"}},changeHighlightedIndexReason:{defaultValue:null,description:"that reason that change highlighted",name:"changeHighlightedIndexReason",required:!0,type:{name:"enum",value:[{value:"undefined"},{value:'"mouse"'},{value:'"auto"'},{value:'"keyboard"'}]}},isKeepHighlightedIndex:{defaultValue:null,description:"is that need keep highlighted index, that will be helpful when you need load more options when scroll",name:"isKeepHighlightedIndex",required:!1,type:{name:"boolean"}},onUpdatePopper:{defaultValue:null,description:"trigger when need update outside popper position",name:"onUpdatePopper",required:!1,type:{name:"(() => any)"}},optionsGroupList:{defaultValue:null,description:"options group list, use for calculate `aria-setsize`",name:"optionsGroupList",required:!1,type:{name:"RcDownshiftGroupedOption[]"}},position:{defaultValue:null,description:"## should always keep absolute for better render,\nbut when you wrap that in modal or a non have width container,\nset that as `unset`, let outside `absolute` container to calculate that.",name:"position",required:!1,type:{name:"enum",value:[{value:'"absolute"'},{value:'"unset"'}]}},selectedIndex:{defaultValue:null,description:"in autocomplete mode, that will have selected index, show selected when focused",name:"selectedIndex",required:!1,type:{name:"number"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"undefined"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign | GroupIndexLocationWithAlign"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"Components"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},maxContainerHeight:{defaultValue:null,description:"that virtual list container height,",name:"maxContainerHeight",required:!1,type:{name:'number | "100%"'}},padding:{defaultValue:null,description:"vertical padding from the list",name:"padding",required:!1,type:{name:"number | boolean"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx#SuggestionListStyle"]={docgenInfo:SuggestionListStyle.__docgenInfo,name:"SuggestionListStyle",path:"packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx#SuggestionListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/SuggestionList/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx"),exports)},"./packages/juno-core/src/components/Downshift/SuggestionList/utils/SuggestionListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSuggestionListClasses=foundation_1.RcClasses(["root","expanded","toggle","groupTitle"],"RcSuggestionList")},"./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/SuggestionListUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/useSuggestionList.ts"),exports)},"./packages/juno-core/src/components/Downshift/SuggestionList/utils/useSuggestionList.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DownshiftUtils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx"),useDownshiftGroup_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftGroup.ts");exports.useSuggestionList=function(_a){var id=_a.id,inputValueProp=_a.inputValue,_b=_a.getOptionLabel,getOptionLabel=void 0===_b?DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL:_b,filterOptions=_a.filterOptions,disabledItemsHighlightable=_a.disabledItemsHighlightable,options=_a.options,onInputChangeProp=_a.onInputChange,inputRef=_a.inputRef,onKeyDownProp=_a.onKeyDown,onSelect=_a.onSelect,onClear=_a.onClear,getOptionDisabled=_a.getOptionDisabled,groupBy=_a.groupBy,onGroupExpanded=_a.onGroupExpanded,groupVariant=_a.groupVariant,groupExpanded=_a.groupExpanded,groupDefaultExpanded=_a.groupDefaultExpanded,getExpandIconProps=_a.getExpandIconProps,processFilteredResult=_a.processFilteredResult,isTitleMode="normal"===groupVariant,_c=tslib_1.__read(foundation_1.useControlled({controlled:inputValueProp,default:"",name:"useSuggestionList"}),2),inputValue=_c[0],setInputValue=_c[1],updateInputValue=function(newValue){null==onInputChangeProp||onInputChangeProp(newValue),setInputValue(newValue)},focusInput=function(){var _a;return null===(_a=inputRef.current)||void 0===_a?void 0:_a.focus()},currUniqueId=foundation_1.useId(id||"suggestion-list",!id),highlightedIndexRef=react_1.useRef(-1),changeHighlightedIndexReasonRef=react_1.useRef(),forceUpdate=foundation_1.useForceUpdate(),getFilteredItems=react_1.useCallback((function(items){return filterOptions?filterOptions(items,{inputValue,getOptionLabel,selectedItems:[]}):items}),[filterOptions,getOptionLabel,inputValue]),filteredResult=react_1.useMemo((function(){var results=getFilteredItems(options);return results=processFilteredResult?processFilteredResult(results,inputValue):results}),[getFilteredItems,inputValue,options,processFilteredResult]),_d=useDownshiftGroup_1.useDownshiftGroup({id:currUniqueId,options,filteredResult,groupExpanded,groupDefaultExpanded,groupVariant,groupBy,getExpandIconProps,onGroupExpanded,getOptionDisabled}),groupedResult=_d.groupedResult,handleGroupExpandedChange=_d.handleGroupExpandedChange,optionsGroupList=_d.optionsGroupList,optionItems=groupBy?groupedResult:filteredResult,setHighlightedIndex=function(index,_a){var _b=_a.reRender,reRender=void 0!==_b&&_b,reason=_a.reason;changeHighlightedIndexReasonRef.current=reason,highlightedIndexRef.current!==index&&(highlightedIndexRef.current=index,reRender&&forceUpdate())},handleInputChange=function(newValue){return inputValue!==newValue&&(setHighlightedIndex(-1,{reason:"auto"}),updateInputValue(newValue)),!1},getIsItemCanSelected=function(item){return!!item&&item.freeSolo||DownshiftUtils_1.isItemCanSelected(item)&&!(null==getOptionDisabled?void 0:getOptionDisabled(item))},selectItem=function(e,selectedItem){return!!getIsItemCanSelected(selectedItem)&&(null==onSelect||onSelect(e,selectedItem),!0)},clearInput=function(){inputRef.current&&inputRef.current.value.length>0&&updateInputValue("")},reset=function(isFocus){clearInput(),null==onInputChangeProp||onInputChangeProp(""),isFocus&&focusInput()},_e=foundation_1.useKeyboardMoveFocus({options:optionItems,focusedIndexRef:highlightedIndexRef,infinite:!0,onFocusedIndexChange:function(event,toIndex){setHighlightedIndex(toIndex,{reason:"keyboard",reRender:!0}),null==event||event.preventDefault()},getOptionDisabled:disabledItemsHighlightable?void 0:function(child){return!getIsItemCanSelected(child)}}),onKeyFocusedIndexHandle=_e.onKeyFocusedIndexHandle,getNextFocusableOption=_e.getNextFocusableOption,handleF10KeyDown=function(e){var highlightedIndex=highlightedIndexRef.current;if(e.shiftKey){var currentGroup=optionItems[highlightedIndex].group;currentGroup&¤tGroup.options.length>1&&handleGroupExpandedChange(currentGroup.group)}};return react_1.useEffect((function(){changeHighlightedIndexReasonRef.current=void 0})),{reset,clearInput,forceUpdate,focusInput,updateInputValue,selectItem,onKeyFocusedIndexHandle,getClearButtonProps:function(props){return foundation_1.combineProps({id:currUniqueId+"-clear-button",onClick:function(e){null==onClear||onClear(e),reset(!0)}},props)},getLabelProps:function(props){return foundation_1.combineProps({htmlFor:currUniqueId+"-input",id:currUniqueId+"-label"},props)},getMenuProps:function(restMenuProps){return foundation_1.combineProps({"aria-labelledby":currUniqueId+"-label",id:currUniqueId+"-menu",role:"listbox"},restMenuProps)},getInputProps:function(props){return foundation_1.combineProps({id:currUniqueId+"-input",autoComplete:"off",onChange:function(e){var changeValue=e.target.value;handleInputChange(changeValue)},onKeyDown:function(e){var _a;switch(null==onKeyDownProp||onKeyDownProp(e,highlightedIndexRef.current),e.key){case"F10":handleF10KeyDown(e);break;case"Enter":var highlightedIndex=highlightedIndexRef.current;if(229===e.which)return;if(-1!==highlightedIndex){var currOption=optionItems[highlightedIndex];if(currOption===(null===(_a=currOption.group)||void 0===_a?void 0:_a.options[0])){var onClick=currOption.group.getExpandIconProps().onClick;null==onClick||onClick(e)}else selectItem(e,currOption);e.stopPropagation()}e.preventDefault();break;default:onKeyFocusedIndexHandle(e)}}},props)},getInputAriaProps:function(props){return foundation_1.combineProps({onContainerClick:focusInput,role:"combobox","aria-autocomplete":"list","aria-expanded":!0,"aria-haspopup":!0,"aria-owns":currUniqueId+"-menu","aria-activedescendant":highlightedIndexRef.current>-1?currUniqueId+"-option-"+highlightedIndexRef.current:void 0},props)},getItemProps:function(_a){var item=_a.item,_b=_a.index,index=void 0===_b?0:_b,itemRest=tslib_1.__rest(_a,["item","index"]),currGroup=item.group,isGroupTitle=item===(null==currGroup?void 0:currGroup.options[0]),itemCount=optionItems.length,groupOrder=(null==currGroup?void 0:currGroup.order)||0;return foundation_1.combineProps(tslib_1.__assign({id:currUniqueId+"-option-"+index,onClick:function(e){selectItem(e,item)},onMouseOver:function(){highlightedIndexRef.current!==index&&getIsItemCanSelected(item)&&setHighlightedIndex(index,{reason:"mouse",reRender:!0})}},isTitleMode&&isGroupTitle?{}:{role:"option","aria-setsize":itemCount-(isTitleMode&&(null==optionsGroupList?void 0:optionsGroupList.length)||0),"aria-posinset":index-(isTitleMode?groupOrder+1:0)}),itemRest)},highlightedIndexRef,highlightedIndex:highlightedIndexRef.current,optionItems,inputValue,onInputChange:handleInputChange,setHighlightedIndex,changeHighlightedIndexReasonRef,changeHighlightedIndexReason:changeHighlightedIndexReasonRef.current,optionsGroupList,id:currUniqueId,getNextFocusableOption,handleF10KeyDown}}},"./packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),DownshiftDoc=function(props){return react_1.default.createElement(react_1.default.Fragment,null,"This component only for props generator")};exports.DownshiftDoc=DownshiftDoc;try{DownshiftDoc.displayName="DownshiftDoc",DownshiftDoc.__docgenInfo={description:"",displayName:"DownshiftDoc",props:{variant:{defaultValue:null,description:"display mode,\nwhen be `autocomplete`, that `multiple` will be `false`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"tags"'},{value:'"autocomplete"'}]}},options:{defaultValue:null,description:"@requires",name:"options",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},value:{defaultValue:null,description:"selectedItems array list",name:"value",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},disabledItemsHighlightable:{defaultValue:null,description:"If `true`, will allow disabled items highlightable.",name:"disabledItemsHighlightable",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"emit tags change event",name:"onChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},multiple:{defaultValue:null,description:"is that can select multiple, default is `false`",name:"multiple",required:!1,type:{name:"boolean"}},debug:{defaultValue:null,description:"If `true`, the popup will ignore the blur event. You can inspect the popup markup with your browser tools. Consider this option when you need to customize the component.",name:"debug",required:!1,type:{name:"boolean"}},initialIsOpen:{defaultValue:null,description:"This is the initial isOpen value when downshift is initialized.",name:"initialIsOpen",required:!1,type:{name:"boolean"}},disableCloseOnSelect:{defaultValue:null,description:"If `true`, the popup won't close when a value is selected.",name:"disableCloseOnSelect",required:!1,type:{name:"boolean"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},filterOptions:{defaultValue:null,description:"A filter function that determines the options that are eligible.\n@param \n@param \n@returns",name:"filterOptions",required:!1,type:{name:"RcDownshiftFilterOptions"}},onInputChange:{defaultValue:null,description:"emit current input value",name:"onInputChange",required:!1,type:{name:"((value: string) => any)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},groupDefaultExpanded:{defaultValue:null,description:"group default expanded state\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupDefaultExpanded",required:!1,type:{name:"boolean | Record"}},groupBy:{defaultValue:null,description:"If provided, the options will be grouped under the returned string.\nThe groupBy value is also used as the text for group headings when `renderGroup` is not provided.\n@param \n@returns",name:"groupBy",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},onGroupExpanded:{defaultValue:null,description:"Trigger when group item expanded state change.\n@param \n@param",name:"onGroupExpanded",required:!1,type:{name:"((group: RcDownshiftGroupedOption, groupStateMap: Record) => any)"}},SuggestionListProps:{defaultValue:null,description:"SuggestionList VirtualizedList Props",name:"SuggestionListProps",required:!1,type:{name:"RcSuggestionListProps"}},onKeyDown:{defaultValue:null,description:"@param \n@param",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent, highlightedIndex?: number | null) => void)"}},freeSolo:{defaultValue:null,description:"If `true`, the RcDownshift is free solo, meaning that the user input is not bound to provided options.",name:"freeSolo",required:!1,type:{name:"boolean"}},renderTags:{defaultValue:null,description:"Render the selected value.\n@param \n@param \n@returns",name:"renderTags",required:!1,type:{name:'((selectedItems: RcDownshiftSelectedItem[], getTagProps: (selectedItem: RcDownshiftSelectedItem, index: number) => Pick, "slot" | ... 251 more ... | "onTransitionEndCapture"> & { ...; }) => ReactNode)'}},renderNoOptions:{defaultValue:null,description:"Render when search no have any options.\n@param",name:"renderNoOptions",required:!1,type:{name:"((getNoOptionsProps: (additionProps?: HTMLAttributes) => HTMLAttributes, additionItem: RcDownshiftSelectedItem | null) => ReactNode)"}},keyToTags:{defaultValue:null,description:"one of that character, also can be confirm a tag",name:"keyToTags",required:!1,type:{name:"string[]"}},maxFreeSolo:{defaultValue:null,description:"max number of tags,",name:"maxFreeSolo",required:!1,type:{name:"number"}},onMaxFreeSolo:{defaultValue:null,description:"emit when bigger than maxFreeSolo number",name:"onMaxFreeSolo",required:!1,type:{name:"((max?: number) => any)"}},autoSelect:{defaultValue:null,description:"If `true`, the selected option becomes the value of the input\nwhen the input loses focus unless the user chooses\na different option or changes the character string in the input.",name:"autoSelect",required:!1,type:{name:"boolean"}},PopperComponent:{defaultValue:null,description:"custom PopperComponent for render",name:"PopperComponent",required:!1,type:{name:'ComponentClass, any> | FunctionComponent<...>'}},PopperProps:{defaultValue:null,description:"props for apply on `RcPopper`",name:"PopperProps",required:!1,type:{name:'(Pick>, "slot" | ... 260 more ... | "transition"> & { ...; })'}},toggleButton:{defaultValue:null,description:"is have ToggleButton",name:"toggleButton",required:!1,type:{name:"boolean"}},ToggleButtonProps:{defaultValue:null,description:"Props for apply on ToggleButton",name:"ToggleButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},getToggleButtonProps:{defaultValue:null,description:"get custom `ToggleButtonProps` with menu open state.\n\nthat can be use when you need custom toggle button icon, that will override props you pass inside `ToggleButtonProps`",name:"getToggleButtonProps",required:!1,type:{name:'((isOpen: boolean) => ({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined)...'}},action:{defaultValue:null,description:"A ref for imperative actions.\n\n- `getActiveIndex`: get current active index\n- `setActiveIndex`: set current active index;\n- `getFilterResultItems`: get current filter result option items;\n- `getHighlightedIndex`: get current highlight index;\n- `setHighlightedIndex`: set current highlight index;\n- `openMenu`: open the listbox menu\n- `closeMenu`: close the listbox menu\n- `focus`: focus on text field input\n- `reset(isFocus)`: reset whole downshift, `isFocus` default is `false`",name:"action",required:!1,type:{name:"((instance: RcDownshiftRef | null) => void) | RefObject> | null"}},autoClose:{defaultValue:null,description:"auto close menu when options filter result is zero",name:"autoClose",required:!1,type:{name:"boolean"}},openOnFocus:{defaultValue:null,description:"If `true`, the popup will open on input focus.\nand that also set `disableCloseOnSelect` to `true`",name:"openOnFocus",required:!1,type:{name:"boolean"}},toggleWithInput:{defaultValue:null,description:"If `true`, the input element can be click to toggle that selection list\n\nWhen be `autocomplete`, that `toggleWithInput` default will be `true`",name:"toggleWithInput",required:!1,type:{name:"boolean"}},getExpandIconProps:{defaultValue:null,description:"get expand addition props",name:"getExpandIconProps",required:!1,type:{name:"((group: RcDownshiftGroupedOption) => Partial)"}},autoHighlight:{defaultValue:null,description:"If `true`, the first option is automatically highlighted.",name:"autoHighlight",required:!1,type:{name:"boolean"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},InputProps:{defaultValue:null,description:"Props applied to the Input element\nProps applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:'(RcClassesProps<"container"> & Partial)'}},renderInput:{defaultValue:null,description:"Render the input, default is `RcTextField`",name:"renderInput",required:!1,type:{name:"((params: Partial) => ReactNode)"}},open:{defaultValue:null,description:"Control the popup` open state.",name:"open",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the popup requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},onClose:{defaultValue:null,description:"Callback fired when the popup requests to be closed.\nUse in controlled mode (see open).\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>, reason: RcDownshiftCloseReason) => void)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},defaultIsOpen:{defaultValue:null,description:"@deprecated",name:"defaultIsOpen",required:!1,type:{name:"boolean"}},onSelectChange:{defaultValue:null,description:"@deprecated",name:"onSelectChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},suggestionItems:{defaultValue:null,description:"@deprecated",name:"suggestionItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},selectedItems:{defaultValue:null,description:"@deprecated",name:"selectedItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},itemToString:{defaultValue:null,description:"@deprecated",name:"itemToString",required:!1,type:{name:"((item: RcDownshiftSelectedItem) => string)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},minRowHeight:{defaultValue:null,description:"@deprecated",name:"minRowHeight",required:!1,type:{name:"number"}},enableFreeChips:{defaultValue:null,description:"@deprecated",name:"enableFreeChips",required:!1,type:{name:"boolean"}},inputLabel:{defaultValue:null,description:"@deprecated",name:"inputLabel",required:!1,type:{name:"ReactNode"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},inputPlaceholder:{defaultValue:null,description:"@deprecated",name:"inputPlaceholder",required:!1,type:{name:"string"}},maxLength:{defaultValue:null,description:"@deprecated",name:"maxLength",required:!1,type:{name:"number"}},screenReader:{defaultValue:null,description:"@deprecated",name:"screenReader",required:!1,type:{name:"{ entry: string; entries: string; }"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},InputItem:{defaultValue:null,description:"@deprecated",name:"InputItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},allowPlainHelperText:{defaultValue:null,description:"@deprecated",name:"allowPlainHelperText",required:!1,type:{name:"boolean"}},emailError:{defaultValue:null,description:"@deprecated",name:"emailError",required:!1,type:{name:"string"}},errorSelectedItems:{defaultValue:null,description:"@deprecated",name:"errorSelectedItems",required:!1,type:{name:"(string | number)[]"}},nameError:{defaultValue:null,description:"@deprecated",name:"nameError",required:!1,type:{name:"boolean"}},autoSwitchEmail:{defaultValue:null,description:"@deprecated",name:"autoSwitchEmail",required:!1,type:{name:"boolean"}},keyToChips:{defaultValue:null,description:"@deprecated",name:"keyToChips",required:!1,type:{name:"string[]"}},limitOfFreeChips:{defaultValue:null,description:"@deprecated",name:"limitOfFreeChips",required:!1,type:{name:"number"}},enableAutoTransform:{defaultValue:null,description:"@deprecated",name:"enableAutoTransform",required:!1,type:{name:"boolean"}},messageRef:{defaultValue:null,description:"@deprecated",name:"messageRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TextFieldProps:{defaultValue:null,description:"@deprecated",name:"TextFieldProps",required:!1,type:{name:'Pick'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx#DownshiftDoc"]={docgenInfo:DownshiftDoc.__docgenInfo,name:"DownshiftDoc",path:"packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx#DownshiftDoc"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/__stories__/options.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js"));exports.options=tslib_1.__spread([{id:"phone_1",label:"Afghanistan"},{id:"phone_2",label:"Aland Islands"},{id:"phone_3",label:"Bahamas"},{id:"phone_4",label:"Bahrain"},{id:"phone_5",label:"China"},{id:"phone_6",label:"Algeria"},{id:"phone_7",label:"American Samoa"},{id:"phone_8",label:"Andorra"},{id:"phone_9",label:"Angola"},{id:"phone_10",label:"Anguilla"},{id:"phone_11",label:"Antarctica"},{id:"phone_12",label:"Antigua and Barbuda"},{id:"phone_13",label:"Argentina"},{id:"phone_14",label:"Armenia"},{id:"phone_15",label:"This item couldn't Selectable",unSelectable:!0},{id:"phone_16",label:"木星"},{id:"phone_16_2",label:"木星_1"},{id:"phone_16_3",label:"木星_2"},{id:"phone_16_4",label:"木星_3"},{id:"phone_17",label:"鈴盛軟件"},{id:"phone_18",label:"整合"}],range_1.default(19,1e4).map((function(id){return{id:"phone_"+id,label:"Item-"+id}}))).sort((function(a,b){var nameA=a.label.toUpperCase(),nameB=b.label.toUpperCase();return nameAnameB?1:0}))},"./packages/juno-core/src/components/Downshift/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/Downshift.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/index.ts"),exports)},"./packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js"));exports.RcDownshiftInput=function(_a){var inputRef=_a.inputRef,containerRef=_a.containerRef,startAdornment=_a.startAdornment,containerClassName=_a.containerClassName,onContainerClick=_a.onContainerClick,rest=tslib_1.__rest(_a,["inputRef","containerRef","startAdornment","containerClassName","onContainerClick"]);return react_1.default.createElement("div",{ref:containerRef,onClick:onContainerClick,className:containerClassName},startAdornment,react_1.default.createElement("input",tslib_1.__assign({ref:inputRef},rest)))};try{RcDownshiftInput.displayName="RcDownshiftInput",RcDownshiftInput.__docgenInfo={description:"this custom input for make that tags area can be scrollable",displayName:"RcDownshiftInput",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx#RcDownshiftInput"]={docgenInfo:RcDownshiftInput.__docgenInfo,name:"RcDownshiftInput",path:"packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx#RcDownshiftInput"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),Chip_1=__webpack_require__("./packages/juno-core/src/components/Chip/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Chip/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts");exports.ArrowDownButton=foundation_1.styled(IconButton_1.RcIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""]))),exports.EndAdornment=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n right: 0;\n position: absolute;\n display: flex;\n"],["\n right: 0;\n position: absolute;\n display: flex;\n"]))),exports.DownshiftStyle=function(_a){var _b=_a.toggleButton,toggleButton=void 0!==_b&&_b,_c=_a.clearBtn,paddingRight=(toggleButton?36:0)+(void 0!==_c&&_c?32:0);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ."," {\n flex-wrap: wrap;\n padding: 0 "," 0 0;\n\n "," {\n margin: ",";\n\n ."," {\n margin-left: -",";\n }\n }\n\n &:before,\n &:after {\n z-index: 1;\n }\n }\n\n ."," {\n display: flex;\n flex-wrap: wrap;\n overflow-y: auto;\n max-height: 132px;\n width: 100%;\n }\n "],["\n ."," {\n flex-wrap: wrap;\n padding: 0 "," 0 0;\n\n "," {\n margin: ",";\n\n ."," {\n margin-left: -",";\n }\n }\n\n &:before,\n &:after {\n z-index: 1;\n }\n }\n\n ."," {\n display: flex;\n flex-wrap: wrap;\n overflow-y: auto;\n max-height: 132px;\n width: 100%;\n }\n "])),utils_2.RcDownshiftInputClasses.root,foundation_1.px(paddingRight),Chip_1.RcChip,foundation_1.spacing(.5),utils_1.RcChipClasses.deleteIcon,foundation_1.spacing(1.5),utils_2.RcDownshiftInputClasses.container)};try{ArrowDownButton.displayName="ArrowDownButton",ArrowDownButton.__docgenInfo={description:"",displayName:"ArrowDownButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#ArrowDownButton"]={docgenInfo:ArrowDownButton.__docgenInfo,name:"ArrowDownButton",path:"packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#ArrowDownButton"})}catch(__react_docgen_typescript_loader_error){}try{EndAdornment.displayName="EndAdornment",EndAdornment.__docgenInfo={description:"",displayName:"EndAdornment",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#EndAdornment"]={docgenInfo:EndAdornment.__docgenInfo,name:"EndAdornment",path:"packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#EndAdornment"})}catch(__react_docgen_typescript_loader_error){}try{DownshiftStyle.displayName="DownshiftStyle",DownshiftStyle.__docgenInfo={description:"",displayName:"DownshiftStyle",props:{variant:{defaultValue:null,description:"display mode,\nwhen be `autocomplete`, that `multiple` will be `false`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"tags"'},{value:'"autocomplete"'}]}},options:{defaultValue:null,description:"@requires",name:"options",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},value:{defaultValue:null,description:"selectedItems array list",name:"value",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},disabledItemsHighlightable:{defaultValue:null,description:"If `true`, will allow disabled items highlightable.",name:"disabledItemsHighlightable",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"emit tags change event",name:"onChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},multiple:{defaultValue:null,description:"is that can select multiple, default is `false`",name:"multiple",required:!1,type:{name:"boolean"}},debug:{defaultValue:null,description:"If `true`, the popup will ignore the blur event. You can inspect the popup markup with your browser tools. Consider this option when you need to customize the component.",name:"debug",required:!1,type:{name:"boolean"}},initialIsOpen:{defaultValue:null,description:"This is the initial isOpen value when downshift is initialized.",name:"initialIsOpen",required:!1,type:{name:"boolean"}},disableCloseOnSelect:{defaultValue:null,description:"If `true`, the popup won't close when a value is selected.",name:"disableCloseOnSelect",required:!1,type:{name:"boolean"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},filterOptions:{defaultValue:null,description:"A filter function that determines the options that are eligible.\n@param \n@param \n@returns",name:"filterOptions",required:!1,type:{name:"RcDownshiftFilterOptions"}},onInputChange:{defaultValue:null,description:"emit current input value",name:"onInputChange",required:!1,type:{name:"((value: string) => any)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},groupDefaultExpanded:{defaultValue:null,description:"group default expanded state\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupDefaultExpanded",required:!1,type:{name:"boolean | Record"}},groupBy:{defaultValue:null,description:"If provided, the options will be grouped under the returned string.\nThe groupBy value is also used as the text for group headings when `renderGroup` is not provided.\n@param \n@returns",name:"groupBy",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},onGroupExpanded:{defaultValue:null,description:"Trigger when group item expanded state change.\n@param \n@param",name:"onGroupExpanded",required:!1,type:{name:"((group: RcDownshiftGroupedOption, groupStateMap: Record) => any)"}},SuggestionListProps:{defaultValue:null,description:"SuggestionList VirtualizedList Props",name:"SuggestionListProps",required:!1,type:{name:"RcSuggestionListProps"}},onKeyDown:{defaultValue:null,description:"@param \n@param",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent, highlightedIndex?: number | null) => void)"}},freeSolo:{defaultValue:null,description:"If `true`, the RcDownshift is free solo, meaning that the user input is not bound to provided options.",name:"freeSolo",required:!1,type:{name:"boolean"}},renderTags:{defaultValue:null,description:"Render the selected value.\n@param \n@param \n@returns",name:"renderTags",required:!1,type:{name:'((selectedItems: RcDownshiftSelectedItem[], getTagProps: (selectedItem: RcDownshiftSelectedItem, index: number) => Pick, "slot" | ... 251 more ... | "onTransitionEndCapture"> & { ...; }) => ReactNode)'}},renderNoOptions:{defaultValue:null,description:"Render when search no have any options.\n@param",name:"renderNoOptions",required:!1,type:{name:"((getNoOptionsProps: (additionProps?: HTMLAttributes) => HTMLAttributes, additionItem: RcDownshiftSelectedItem | null) => ReactNode)"}},keyToTags:{defaultValue:null,description:"one of that character, also can be confirm a tag",name:"keyToTags",required:!1,type:{name:"string[]"}},maxFreeSolo:{defaultValue:null,description:"max number of tags,",name:"maxFreeSolo",required:!1,type:{name:"number"}},onMaxFreeSolo:{defaultValue:null,description:"emit when bigger than maxFreeSolo number",name:"onMaxFreeSolo",required:!1,type:{name:"((max?: number) => any)"}},autoSelect:{defaultValue:null,description:"If `true`, the selected option becomes the value of the input\nwhen the input loses focus unless the user chooses\na different option or changes the character string in the input.",name:"autoSelect",required:!1,type:{name:"boolean"}},PopperComponent:{defaultValue:null,description:"custom PopperComponent for render",name:"PopperComponent",required:!1,type:{name:'ComponentClass, any> | FunctionComponent<...>'}},PopperProps:{defaultValue:null,description:"props for apply on `RcPopper`",name:"PopperProps",required:!1,type:{name:'(Pick>, "slot" | ... 260 more ... | "transition"> & { ...; })'}},toggleButton:{defaultValue:{value:"false"},description:"is have ToggleButton",name:"toggleButton",required:!1,type:{name:"boolean"}},ToggleButtonProps:{defaultValue:null,description:"Props for apply on ToggleButton",name:"ToggleButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},getToggleButtonProps:{defaultValue:null,description:"get custom `ToggleButtonProps` with menu open state.\n\nthat can be use when you need custom toggle button icon, that will override props you pass inside `ToggleButtonProps`",name:"getToggleButtonProps",required:!1,type:{name:'((isOpen: boolean) => ({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined)...'}},action:{defaultValue:null,description:"A ref for imperative actions.\n\n- `getActiveIndex`: get current active index\n- `setActiveIndex`: set current active index;\n- `getFilterResultItems`: get current filter result option items;\n- `getHighlightedIndex`: get current highlight index;\n- `setHighlightedIndex`: set current highlight index;\n- `openMenu`: open the listbox menu\n- `closeMenu`: close the listbox menu\n- `focus`: focus on text field input\n- `reset(isFocus)`: reset whole downshift, `isFocus` default is `false`",name:"action",required:!1,type:{name:"((instance: RcDownshiftRef | null) => void) | RefObject> | null"}},autoClose:{defaultValue:null,description:"auto close menu when options filter result is zero",name:"autoClose",required:!1,type:{name:"boolean"}},openOnFocus:{defaultValue:null,description:"If `true`, the popup will open on input focus.\nand that also set `disableCloseOnSelect` to `true`",name:"openOnFocus",required:!1,type:{name:"boolean"}},toggleWithInput:{defaultValue:null,description:"If `true`, the input element can be click to toggle that selection list\n\nWhen be `autocomplete`, that `toggleWithInput` default will be `true`",name:"toggleWithInput",required:!1,type:{name:"boolean"}},getExpandIconProps:{defaultValue:null,description:"get expand addition props",name:"getExpandIconProps",required:!1,type:{name:"((group: RcDownshiftGroupedOption) => Partial)"}},autoHighlight:{defaultValue:null,description:"If `true`, the first option is automatically highlighted.",name:"autoHighlight",required:!1,type:{name:"boolean"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},InputProps:{defaultValue:null,description:"Props applied to the Input element\nProps applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:'(RcClassesProps<"container"> & Partial)'}},renderInput:{defaultValue:null,description:"Render the input, default is `RcTextField`",name:"renderInput",required:!1,type:{name:"((params: Partial) => ReactNode)"}},open:{defaultValue:null,description:"Control the popup` open state.",name:"open",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the popup requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},onClose:{defaultValue:null,description:"Callback fired when the popup requests to be closed.\nUse in controlled mode (see open).\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>, reason: RcDownshiftCloseReason) => void)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:{value:"false"},description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},defaultIsOpen:{defaultValue:null,description:"@deprecated",name:"defaultIsOpen",required:!1,type:{name:"boolean"}},onSelectChange:{defaultValue:null,description:"@deprecated",name:"onSelectChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},suggestionItems:{defaultValue:null,description:"@deprecated",name:"suggestionItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},selectedItems:{defaultValue:null,description:"@deprecated",name:"selectedItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},itemToString:{defaultValue:null,description:"@deprecated",name:"itemToString",required:!1,type:{name:"((item: RcDownshiftSelectedItem) => string)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},minRowHeight:{defaultValue:null,description:"@deprecated",name:"minRowHeight",required:!1,type:{name:"number"}},enableFreeChips:{defaultValue:null,description:"@deprecated",name:"enableFreeChips",required:!1,type:{name:"boolean"}},inputLabel:{defaultValue:null,description:"@deprecated",name:"inputLabel",required:!1,type:{name:"ReactNode"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},inputPlaceholder:{defaultValue:null,description:"@deprecated",name:"inputPlaceholder",required:!1,type:{name:"string"}},maxLength:{defaultValue:null,description:"@deprecated",name:"maxLength",required:!1,type:{name:"number"}},screenReader:{defaultValue:null,description:"@deprecated",name:"screenReader",required:!1,type:{name:"{ entry: string; entries: string; }"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},InputItem:{defaultValue:null,description:"@deprecated",name:"InputItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},allowPlainHelperText:{defaultValue:null,description:"@deprecated",name:"allowPlainHelperText",required:!1,type:{name:"boolean"}},emailError:{defaultValue:null,description:"@deprecated",name:"emailError",required:!1,type:{name:"string"}},errorSelectedItems:{defaultValue:null,description:"@deprecated",name:"errorSelectedItems",required:!1,type:{name:"(string | number)[]"}},nameError:{defaultValue:null,description:"@deprecated",name:"nameError",required:!1,type:{name:"boolean"}},autoSwitchEmail:{defaultValue:null,description:"@deprecated",name:"autoSwitchEmail",required:!1,type:{name:"boolean"}},keyToChips:{defaultValue:null,description:"@deprecated",name:"keyToChips",required:!1,type:{name:"string[]"}},limitOfFreeChips:{defaultValue:null,description:"@deprecated",name:"limitOfFreeChips",required:!1,type:{name:"number"}},enableAutoTransform:{defaultValue:null,description:"@deprecated",name:"enableAutoTransform",required:!1,type:{name:"boolean"}},messageRef:{defaultValue:null,description:"@deprecated",name:"messageRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TextFieldProps:{defaultValue:null,description:"@deprecated",name:"TextFieldProps",required:!1,type:{name:'Pick'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#DownshiftStyle"]={docgenInfo:DownshiftStyle.__docgenInfo,name:"DownshiftStyle",path:"packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#DownshiftStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Popper_1=__webpack_require__("./packages/juno-core/src/components/Popper/index.ts"),radiusLg=foundation_1.radius("lg"),_StyledPopper=react_1.forwardRef((function(_a,ref){_a.position;var _b=_a.component,Component=void 0===_b?Popper_1.RcPopper:_b,rest=tslib_1.__rest(_a,["position","component"]);return react_1.default.createElement(Component,tslib_1.__assign({ref},rest))}));exports.StyledPopper=foundation_1.styled(_StyledPopper)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n > div {\n box-shadow: ",";\n background-color: ",";\n overflow: hidden;\n\n ","\n }\n"],["\n > div {\n box-shadow: ",";\n background-color: ",";\n overflow: hidden;\n\n ","\n }\n"])),foundation_1.shadows("1"),foundation_1.palette2("neutral","elevation"),(function(_a){return"top-start"===_a.position?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-top-right-radius: ",";\n border-top-left-radius: ",";\n "],["\n border-top-right-radius: ",";\n border-top-left-radius: ",";\n "])),radiusLg,radiusLg):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n border-bottom-right-radius: ",";\n border-bottom-left-radius: ",";\n "],["\n border-bottom-right-radius: ",";\n border-bottom-left-radius: ",";\n "])),radiusLg,radiusLg)}));try{StyledPopper.displayName="StyledPopper",StyledPopper.__docgenInfo={description:"",displayName:"StyledPopper",props:{children:{defaultValue:null,description:"Popper render function or node.",name:"children",required:!1,type:{name:"string | number | boolean | {} | (string & {}) | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 48 more ..."}},component:{defaultValue:null,description:"custom component for popper",name:"component",required:!1,type:{name:'ComponentClass, any> | FunctionComponent<...>'}},placement:{defaultValue:null,description:"Popper placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},position:{defaultValue:null,description:"",name:"position",required:!0,type:{name:"enum",value:[{value:'"bottom-start"'},{value:'"top-start"'}]}},open:{defaultValue:null,description:"If `true`, the popper is visible.",name:"open",required:!0,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM.\nThis prop can be useful in SEO situation or\nwhen you want to maximize the responsiveness of the Popper.",name:"keepMounted",required:!1,type:{name:"boolean"}},anchorEl:{defaultValue:null,description:"A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),\nor a function that returns either.\nIt's used to set the position of the popper.\nThe return value will passed as the reference object of the Popper instance.",name:"anchorEl",required:!1,type:{name:"ReferenceObject | (() => ReferenceObject) | null"}},modifiers:{defaultValue:null,description:'Popper.js is based on a "plugin-like" architecture,\nmost of its features are fully encapsulated "modifiers".\n\nA modifier is a function that is called each time Popper.js needs to\ncompute the position of the popper.\nFor this reason, modifiers should be very performant to avoid bottlenecks.\nTo learn how to create a modifier, [read the modifiers documentation](https://popper.js.org/docs/v1/#modifiers).',name:"modifiers",required:!1,type:{name:"object"}},popperOptions:{defaultValue:null,description:"Options provided to the [`popper.js`](https://popper.js.org/docs/v1/) instance.",name:"popperOptions",required:!1,type:{name:"object"}},popperRef:{defaultValue:null,description:"A ref that points to the used popper instance.",name:"popperRef",required:!1,type:{name:"((instance: Popper | null) => void) | RefObject | null"}},transition:{defaultValue:null,description:"Help supporting a react-transition-group/Transition component.",name:"transition",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx#StyledPopper"]={docgenInfo:StyledPopper.__docgenInfo,name:"StyledPopper",path:"packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx#StyledPopper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts"),_StyledTextField=react_1.forwardRef((function(_a,ref){_a.hasTags;var renderInput=_a.renderInput,rest=tslib_1.__rest(_a,["hasTags","renderInput"]);return renderInput?renderInput(tslib_1.__assign(tslib_1.__assign({},rest),{ref})):react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({ref},rest))}));exports.StyledTextField=foundation_1.styled(_StyledTextField)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n flex: 1;\n min-width: 30px;\n }\n\n ","\n"],["\n ."," {\n flex: 1;\n min-width: 30px;\n }\n\n ","\n"])),utils_1.RcDownshiftInputClasses.input,(function(_a){return _a.hasTags&&styles_1.clearBtnInactiveStyle}));try{StyledTextField.displayName="StyledTextField",StyledTextField.__docgenInfo={description:"",displayName:"StyledTextField",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},renderInput:{defaultValue:null,description:"Render the input, default is `RcTextField`",name:"renderInput",required:!1,type:{name:"((params: Partial) => ReactNode)"}},hasTags:{defaultValue:null,description:"",name:"hasTags",required:!0,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx#StyledTextField"]={docgenInfo:StyledTextField.__docgenInfo,name:"StyledTextField",path:"packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx#StyledTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx"),exports)},"./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts");function stringArrToRegExp(keyToTags){return new RegExp((null==keyToTags?void 0:keyToTags.join("|"))||"","g")}exports.RcDownshiftInputClasses=foundation_1.RcClasses(["root","input","container"],"RcDownshiftInput"),exports.isItemCanSelected=function(item){return!(!item||item.disabled||item.isMember||item.unSelectable)},exports.DEFAULT_KEY_TO_CHIPS=[";",",","\\n"],exports.DEFAULT_LIMIT_CHIPS=20,exports.DEFAULT_GET_OPTION_LABEL=function(item){return(null==item?void 0:item.label)||""},exports.RcDownshiftDefaultRenderNoOptions=function(getNoOptionsProps){return react_1.default.createElement(MenuItem_1.RcMenuItem,tslib_1.__assign({component:"div"},getNoOptionsProps()),"No Options")},exports.RcDownshiftDefaultFilterOptions=function(options,_a){var inputValue=_a.inputValue,getOptionLabel=_a.getOptionLabel,selectedItems=_a.selectedItems;return options.filter((function(item){return selectedItems.indexOf(item)<0&&(null==getOptionLabel?void 0:getOptionLabel(item).toLowerCase().startsWith((null==inputValue?void 0:inputValue.toLowerCase())||""))}))},exports.RcAutocompleteDefaultFilterOptions=function(options,_a){var inputValue=_a.inputValue,getOptionLabel=_a.getOptionLabel;return _a.inputChanged?options.filter((function(item){return null==getOptionLabel?void 0:getOptionLabel(item).toLowerCase().startsWith((null==inputValue?void 0:inputValue.toLowerCase())||"")})):options},exports.downshiftComponentName="RcDownshift",exports.stringArrToRegExp=stringArrToRegExp;try{stringArrToRegExp.displayName="stringArrToRegExp",stringArrToRegExp.__docgenInfo={description:"",displayName:"stringArrToRegExp",props:{length:{defaultValue:null,description:"Gets or sets the length of the array. This is a number one higher than the highest element defined in an array.",name:"length",required:!0,type:{name:"number"}},toString:{defaultValue:null,description:"Returns a string representation of an array.",name:"toString",required:!1,type:{name:"() => string"}},toLocaleString:{defaultValue:null,description:"Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",name:"toLocaleString",required:!1,type:{name:"() => string"}},pop:{defaultValue:null,description:"Removes the last element from an array and returns it.",name:"pop",required:!0,type:{name:"() => string | undefined"}},push:{defaultValue:null,description:"Appends new elements to an array, and returns the new length of the array.\n@param",name:"push",required:!0,type:{name:"(...items: string[]) => number"}},concat:{defaultValue:null,description:"Combines two or more arrays.\nCombines two or more arrays.\n@param \n@param",name:"concat",required:!0,type:{name:"{ (...items: ConcatArray[]): string[]; (...items: (string | ConcatArray)[]): string[]; }"}},join:{defaultValue:null,description:"Adds all the elements of an array separated by the specified separator string.\n@param",name:"join",required:!0,type:{name:"(separator?: string | undefined) => string"}},reverse:{defaultValue:null,description:"Reverses the elements in an Array.",name:"reverse",required:!0,type:{name:"() => string[]"}},shift:{defaultValue:null,description:"Removes the first element from an array and returns it.",name:"shift",required:!0,type:{name:"() => string | undefined"}},slice:{defaultValue:null,description:"Returns a section of an array.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string[]"}},sort:{defaultValue:null,description:"Sorts an array.\n@param",name:"sort",required:!0,type:{name:"(compareFn?: ((a: string, b: string) => number) | undefined) => string[]"}},splice:{defaultValue:null,description:"Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\nRemoves elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\n@param \n@param \n@param \n@param \n@param",name:"splice",required:!0,type:{name:"{ (start: number, deleteCount?: number | undefined): string[]; (start: number, deleteCount: number, ...items: string[]): string[]; }"}},unshift:{defaultValue:null,description:"Inserts new elements at the start of an array.\n@param",name:"unshift",required:!0,type:{name:"(...items: string[]) => number"}},indexOf:{defaultValue:null,description:"Returns the index of the first occurrence of a value in an array.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchElement: string, fromIndex?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the index of the last occurrence of a specified value in an array.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchElement: string, fromIndex?: number | undefined) => number"}},every:{defaultValue:null,description:"Determines whether all the members of an array satisfy the specified test.\n@param \n@param",name:"every",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean"}},some:{defaultValue:null,description:"Determines whether the specified callback function returns true for any element of an array.\n@param \n@param",name:"some",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean"}},forEach:{defaultValue:null,description:"Performs the specified action for each element in an array.\n@param \n@param",name:"forEach",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void"}},map:{defaultValue:null,description:"Calls a defined callback function on each element of an array, and returns an array that contains the results.\n@param \n@param",name:"map",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]"}},filter:{defaultValue:null,description:"Returns the elements of an array that meet the condition specified in a callback function.\nReturns the elements of an array that meet the condition specified in a callback function.\n@param \n@param \n@param \n@param",name:"filter",required:!0,type:{name:"{ (callbackfn: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[]; (callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[]; }"}},reduce:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduce",required:!0,type:{name:"{ (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string; (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string; (callbackfn: (previousValue: U, currentValue: string, ..."}},reduceRight:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduceRight",required:!0,type:{name:"{ (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string; (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string; (callbackfn: (previousValue: U, currentValue: string, ..."}},find:{defaultValue:null,description:"Returns the value of the first element in the array where predicate is true, and undefined\notherwise.\n@param \n@param",name:"find",required:!0,type:{name:"{ (predicate: (this: void, value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined; (predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined; }"}},findIndex:{defaultValue:null,description:"Returns the index of the first element in the array where predicate is true, and -1\notherwise.\n@param \n@param",name:"findIndex",required:!0,type:{name:"(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number"}},fill:{defaultValue:null,description:"Returns the this object after filling the section identified by start and end with value\n@param \n@param \n@param",name:"fill",required:!0,type:{name:"(value: string, start?: number | undefined, end?: number | undefined) => string[]"}},copyWithin:{defaultValue:null,description:"Returns the this object after copying a section of the array identified by start and end\nto the same array starting at position target\n@param \n@param \n@param",name:"copyWithin",required:!0,type:{name:"(target: number, start: number, end?: number | undefined) => string[]"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},entries:{defaultValue:null,description:"Returns an iterable of key, value pairs for every entry in the array",name:"entries",required:!0,type:{name:"() => IterableIterator<[number, string]>"}},keys:{defaultValue:null,description:"Returns an iterable of keys in the array",name:"keys",required:!0,type:{name:"() => IterableIterator"}},values:{defaultValue:null,description:"Returns an iterable of values in the array",name:"values",required:!0,type:{name:"() => IterableIterator"}},"__@unscopables":{defaultValue:null,description:"Returns an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",name:"__@unscopables",required:!0,type:{name:"() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }"}},includes:{defaultValue:null,description:"Determines whether an array includes a certain element, returning true or false as appropriate.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchElement: string, fromIndex?: number | undefined) => boolean"}},flatMap:{defaultValue:null,description:"Calls a defined callback function on each element of an array. Then, flattens the result into\na new array.\nThis is identical to a map followed by flat with depth 1.\n@param \n@param",name:"flatMap",required:!0,type:{name:"(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined) => U[]"}},flat:{defaultValue:null,description:"Returns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth. If no depth is provided, flat method defaults to the depth of 1.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"flat",required:!0,type:{name:"{ (this: U[][][][][][][][], depth: 7): U[]; (this: U[][][][][][][], depth: 6): U[]; (this: U[][][][][][], depth: 5): U[]; (this: U[][][][][], depth: 4): U[]; (this: U[][][][], depth: 3): U[]; (this: U[][][], depth: 2): U[]; (this: U[][], depth?: 1 | undefined): U[]; (this: U[], depth: 0): U[]..."}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#stringArrToRegExp"]={docgenInfo:stringArrToRegExp.__docgenInfo,name:"stringArrToRegExp",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#stringArrToRegExp"})}catch(__react_docgen_typescript_loader_error){}try{isItemCanSelected.displayName="isItemCanSelected",isItemCanSelected.__docgenInfo={description:"",displayName:"isItemCanSelected",props:{id:{defaultValue:null,description:"children item id",name:"id",required:!1,type:{name:"string | number"}},label:{defaultValue:null,description:"display label",name:"label",required:!1,type:{name:"string"}},disabled:{defaultValue:null,description:"is that item disabled",name:"disabled",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"is that item error",name:"error",required:!1,type:{name:"boolean"}},freeSolo:{defaultValue:null,description:"is that come from freeSolo item",name:"freeSolo",required:!1,type:{name:"boolean"}},group:{defaultValue:null,description:"that item belongs group",name:"group",required:!1,type:{name:"RcDownshiftGroupedOption"}},isSuggestion:{defaultValue:null,description:"@deprecated",name:"isSuggestion",required:!1,type:{name:"boolean"}},email:{defaultValue:null,description:"@deprecated",name:"email",required:!1,type:{name:"string | Promise"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},unSelectable:{defaultValue:null,description:"@deprecated",name:"unSelectable",required:!1,type:{name:"boolean"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#isItemCanSelected"]={docgenInfo:isItemCanSelected.__docgenInfo,name:"isItemCanSelected",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#isItemCanSelected"})}catch(__react_docgen_typescript_loader_error){}try{DEFAULT_GET_OPTION_LABEL.displayName="DEFAULT_GET_OPTION_LABEL",DEFAULT_GET_OPTION_LABEL.__docgenInfo={description:"",displayName:"DEFAULT_GET_OPTION_LABEL",props:{id:{defaultValue:null,description:"children item id",name:"id",required:!1,type:{name:"string | number"}},label:{defaultValue:null,description:"display label",name:"label",required:!1,type:{name:"string"}},disabled:{defaultValue:null,description:"is that item disabled",name:"disabled",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"is that item error",name:"error",required:!1,type:{name:"boolean"}},freeSolo:{defaultValue:null,description:"is that come from freeSolo item",name:"freeSolo",required:!1,type:{name:"boolean"}},group:{defaultValue:null,description:"that item belongs group",name:"group",required:!1,type:{name:"RcDownshiftGroupedOption"}},isSuggestion:{defaultValue:null,description:"@deprecated",name:"isSuggestion",required:!1,type:{name:"boolean"}},email:{defaultValue:null,description:"@deprecated",name:"email",required:!1,type:{name:"string | Promise"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},unSelectable:{defaultValue:null,description:"@deprecated",name:"unSelectable",required:!1,type:{name:"boolean"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#DEFAULT_GET_OPTION_LABEL"]={docgenInfo:DEFAULT_GET_OPTION_LABEL.__docgenInfo,name:"DEFAULT_GET_OPTION_LABEL",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#DEFAULT_GET_OPTION_LABEL"})}catch(__react_docgen_typescript_loader_error){}try{RcDownshiftDefaultFilterOptions.displayName="RcDownshiftDefaultFilterOptions",RcDownshiftDefaultFilterOptions.__docgenInfo={description:'default downshift filter options method, use with `variant="tags"`\n\n- filter options by input value and selected items',displayName:"RcDownshiftDefaultFilterOptions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcDownshiftDefaultFilterOptions"]={docgenInfo:RcDownshiftDefaultFilterOptions.__docgenInfo,name:"RcDownshiftDefaultFilterOptions",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcDownshiftDefaultFilterOptions"})}catch(__react_docgen_typescript_loader_error){}try{RcAutocompleteDefaultFilterOptions.displayName="RcAutocompleteDefaultFilterOptions",RcAutocompleteDefaultFilterOptions.__docgenInfo={description:'default downshift filter options method, use with `variant="autocomplete"`\n\n- when open menu and not change value, that will return whole options\n- only filter options by input value when have input value changed',displayName:"RcAutocompleteDefaultFilterOptions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcAutocompleteDefaultFilterOptions"]={docgenInfo:RcAutocompleteDefaultFilterOptions.__docgenInfo,name:"RcAutocompleteDefaultFilterOptions",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcAutocompleteDefaultFilterOptions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/utils/SelectItem.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Downshift/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/SelectItem.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshift.interface.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshift.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftGroup.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftTag.ts"),exports)},"./packages/juno-core/src/components/Downshift/utils/useDownshift.interface.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Downshift/utils/useDownshift.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),useSuggestionList_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/useSuggestionList.ts"),DownshiftUtils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx"),useDownshiftTag_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftTag.ts");exports.useDownshift=function(_a){var multipleProp=_a.multiple,variant=_a.variant,labelProp=_a.label,inputValueProp=_a.inputValue,_b=_a.getOptionLabel,getOptionLabel=void 0===_b?DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL:_b,_c=_a.keyToTags,keyToTags=void 0===_c?DownshiftUtils_1.DEFAULT_KEY_TO_CHIPS:_c,filterOptionsProp=_a.filterOptions,disabledItemsHighlightable=_a.disabledItemsHighlightable,options=_a.options,freeSolo=_a.freeSolo,onInputChangeProp=_a.onInputChange,maxFreeSolo=_a.maxFreeSolo,onMaxFreeSolo=_a.onMaxFreeSolo,openOnFocus=_a.openOnFocus,toggleWithInput=_a.toggleWithInput,disableCloseOnSelect=_a.disableCloseOnSelect,initialIsOpen=_a.initialIsOpen,autoSelect=_a.autoSelect,inputContainerRef=_a.inputContainerRef,inputRef=_a.inputRef,wrapperRef=_a.wrapperRef,onKeyDownProp=_a.onKeyDown,onSelectChange=_a.onChange,_d=_a.value,selectedItemsProp=void 0===_d?[]:_d,disabled=_a.disabled,renderNoOptions=_a.renderNoOptions,onClear=_a.onClear,autoHighlight=_a.autoHighlight,getOptionDisabled=_a.getOptionDisabled,addNoOptionItem=_a.addNoOptionItem,groupBy=_a.groupBy,onGroupExpanded=_a.onGroupExpanded,groupVariant=_a.groupVariant,groupExpanded=_a.groupExpanded,groupDefaultExpanded=_a.groupDefaultExpanded,getExpandIconProps=_a.getExpandIconProps,required=_a.required,openProp=_a.open,onOpen=_a.onOpen,onClose=_a.onClose,focused=_a.focused,isAutocomplete="autocomplete"===variant,autoCompleteSelectedIndexRef=react_1.useRef(-1),downshiftId=foundation_1.useId("downshift",!0),_e=tslib_1.__read(foundation_1.useControlled({controlled:focused,default:!1,name:DownshiftUtils_1.downshiftComponentName}),2),inputFocused=_e[0],setInputFocused=_e[1],_f=tslib_1.__read(foundation_1.useControlled({controlled:openProp,default:initialIsOpen||!1,name:DownshiftUtils_1.downshiftComponentName}),2),isOpen=_f[0],setIsOpen=_f[1],isInputValueChangedRef=react_1.useRef(!1),isCompositionRef=react_1.useRef(!1),noOptionItemRef=react_1.useRef(null),stopAutoSelectRef=react_1.useRef(!1),fromPasteString=react_1.useRef(""),keepHighlightedIndexRef=react_1.useRef(!1),popperElementRef=react_1.useRef(null),_g=foundation_1.useSleep(),sleep=_g.sleep,getSleeping=_g.getSleeping,multiple=!isAutocomplete&&multipleProp,_h=useDownshiftTag_1.useDownshiftTag({id:downshiftId,value:selectedItemsProp,onChange:onSelectChange,getOptionLabel,onInputChange:onInputChangeProp,variant,wrapperRef,inputRef,freeSolo,maxFreeSolo,keyToTags,onMaxFreeSolo,multiple,label:labelProp,required,disabled,getStopCreateFreeSolo:function(){return isCompositionRef.current},onReset:function(){resetState()}}),isSelectedFromAutocompleteRef=_h.isSelectedFromAutocompleteRef,tags=_h.tags,tagFocused=_h.focused,addTag=_h.addTag,checkAndAddFreeSolo=_h.checkAndAddFreeSolo,focusedTagIndex=_h.focusedIndex,focusTag=_h.focusTag,focusLastTag=_h.focusLast,clearTags=_h.clearTags,blurTags=_h.blur,getTagProps=_h.getTagProps,getTagListBoxProps=_h.getTagListBoxProps,processFilteredResult=react_1.useCallback((function(results,inputValue){void 0===inputValue&&(inputValue="");var getInputValueAsItem=function(){var label=inputValue.trim();return label.length>0?{id:"rc-chip-empty",isSuggestion:!1,freeSolo:!0,label}:null};if(noOptionItemRef.current=null,addNoOptionItem){var item=getInputValueAsItem();if(noOptionItemRef.current=item,item&&freeSolo)switch(addNoOptionItem){case"first":return tslib_1.__spread([item],results);case"last":return tslib_1.__spread(results,[item])}}else if(0===results.length){item=getInputValueAsItem();if(noOptionItemRef.current=item,item&&freeSolo&&!renderNoOptions)return tslib_1.__spread(results,[item])}return results}),[addNoOptionItem,freeSolo,renderNoOptions]),filterOptions=react_1.useCallback((function(items,state){return filterOptionsProp?filterOptionsProp(items,tslib_1.__assign(tslib_1.__assign({},state),{inputChanged:isInputValueChangedRef.current,selectedItems:tags})):items}),[filterOptionsProp,tags]),_j=useSuggestionList_1.useSuggestionList({id:downshiftId,inputRef,inputValue:inputValueProp,options,disabledItemsHighlightable,groupVariant,groupExpanded,groupDefaultExpanded,getOptionLabel,filterOptions,processFilteredResult,onInputChange:onInputChangeProp,onKeyDown:onKeyDownProp,onClear,getOptionDisabled,groupBy,onGroupExpanded,getExpandIconProps,onSelect:function(e,selectedItem){if(addTag(selectedItem),resetState(e),inputContainerScrollToBottom(),disableCloseOnSelect)if(autoHighlight){var currIndex=highlightedIndexRef.current,nextValidIndex=getNextFocusableOption(),toIndex=nextValidIndex>currIndex||nextValidIndex===optionItems.length-1?nextValidIndex-1:nextValidIndex;setHighlightedIndex(toIndex,{reRender:!0})}else highlightedIndexRef.current=-1}}),inputValue=_j.inputValue,optionItems=_j.optionItems,optionsGroupList=_j.optionsGroupList,highlightedIndexRef=_j.highlightedIndexRef,changeHighlightedIndexReasonRef=_j.changeHighlightedIndexReasonRef,forceUpdate=_j.forceUpdate,selectItem=_j.selectItem,handleF10KeyDown=_j.handleF10KeyDown,onKeyFocusedIndexHandle=_j.onKeyFocusedIndexHandle,setHighlightedIndex=_j.setHighlightedIndex,updateInputValue=_j.updateInputValue,clearInput=_j.clearInput,getNextFocusableOption=_j.getNextFocusableOption,getSuggestionListItemProps=_j.getItemProps,focusInput=_j.focusInput,resetSuggestionList=_j.reset,getSuggestionListInputProps=_j.getInputProps,getSuggestionListInputAriaProps=_j.getInputAriaProps,getSuggestionListClearButtonProps=_j.getClearButtonProps,getLabelProps=_j.getLabelProps,getMenuProps=_j.getMenuProps,readOnly=!isAutocomplete&&!multiple&&tags.length>=1||void 0,closeMenu=function(e,reason){keepHighlightedIndexRef.current=!1,isInputValueChangedRef.current=!1,setHighlightedIndex(-1,{reason:"auto"}),isOpen&&(e&&reason&&(null==onClose||onClose(e,reason)),setIsOpen(!1))},openMenu=function(e){isOpen||(e&&(null==onOpen||onOpen(e)),setIsOpen(!0))},toggleMenu=function(e,focus){void 0===focus&&(focus=!0),isOpen?closeMenu(e,"toggleInput"):(openMenu(e),focus&&focusInput())},handleInputChange=function(newValue,open,e){if(void 0===open&&(open=!0),inputValue!==newValue){if(setHighlightedIndex(-1,{reason:"auto"}),DownshiftUtils_1.stringArrToRegExp(keyToTags).test((newValue||"").trim())){var resultHaveAdd=checkAndAddFreeSolo({value:newValue},e);return disableCloseOnSelect?open&&openMenu(e):closeMenu(e,"toggleInput"),resultHaveAdd}updateInputValue(newValue)}return open&&openMenu(e),!1},inputContainerScrollToBottom=function(){requestAnimationFrame((function(){var inputContainer=null==inputContainerRef?void 0:inputContainerRef.current;inputContainer&&(inputContainer.scrollTop=inputContainer.scrollHeight)}))},resetState=function(e){isSelectedFromAutocompleteRef.current||clearInput(),blurTags(),isSelectedFromAutocompleteRef.current=!1,noOptionItemRef.current=null,isInputValueChangedRef.current=!1,disableCloseOnSelect||closeMenu(e,"select-option")},reset=function(isFocus){resetState(),null==onSelectChange||onSelectChange([]),resetSuggestionList(isFocus)};foundation_1.useChange((function(){var shouldResetHighlightedIndex=!keepHighlightedIndexRef.current;void 0!==options&&shouldResetHighlightedIndex&&setHighlightedIndex(-1,{reason:"auto"})}),(function(){return options}));var defaultHighlightedIndex=react_1.useMemo((function(){return autoHighlight?getNextFocusableOption(0):-1}),[autoHighlight,getNextFocusableOption]);if(isOpen)if(-1===highlightedIndexRef.current){var toIndex=defaultHighlightedIndex;if(isAutocomplete&&1===tags.length){var itemText_1=getOptionLabel(tags[0]),fIndex=optionItems.findIndex((function(x){return getOptionLabel(x)===itemText_1}));fIndex>-1&&(toIndex=fIndex,autoCompleteSelectedIndexRef.current=fIndex)}setHighlightedIndex(toIndex,{reason:"auto"})}else{var currIndex=highlightedIndexRef.current,availableIndex_1=getNextFocusableOption(currIndex);currIndex!==availableIndex_1&&requestAnimationFrame((function(){setHighlightedIndex(availableIndex_1,{reason:"auto",reRender:!0})}))}var handleAutocompleteText=function(){if(isAutocomplete&&tags.length>0){var result=getOptionLabel(tags[0]);null==onInputChangeProp||onInputChangeProp(result)}};react_1.useLayoutEffect((function(){isOpen&&forceUpdate(),handleAutocompleteText()}),[]);return{focusInput,readOnly,getTagProps,getClearButtonProps:function(props){var suggestionListClearButtonProps=getSuggestionListClearButtonProps(props);return foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign({},suggestionListClearButtonProps),{onClick:function(e){null==onClear||onClear(e),reset(!0)}}),props)},activeIndex:focusedTagIndex,setActiveIndex:focusTag,isOpen,getToggleButtonProps:function(props){return foundation_1.combineProps({disabled:!isOpen&&0===optionItems.length||disabled||readOnly,id:downshiftId+"-toggle-button",onMouseDown:function(e){e.preventDefault(),e.stopPropagation()},onClick:toggleMenu,tabIndex:-1},props)},getPopperProps:function(restPopperProps){var _a;return foundation_1.combineProps({id:downshiftId+"-popper",style:{width:null===(_a=null==wrapperRef?void 0:wrapperRef.current)||void 0===_a?void 0:_a.clientWidth},role:"presentation",onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},restPopperProps)},getLabelProps,getMenuProps,getInputProps:function(props){var suggestionListInputProps=getSuggestionListInputProps(props);return foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign({},suggestionListInputProps),{onPaste:function(e){var _a;if(freeSolo){var clipboardData=e.clipboardData,position=foundation_1.getSelectionPosition(inputRef).position,currText=null!=inputValue?inputValue:"",pasteText=null!==(_a=clipboardData.getData("Text"))&&void 0!==_a?_a:"";fromPasteString.current=currText.slice(0,position.start)+pasteText+currText.slice(position.end)}},onChange:function(e){var changeValue=fromPasteString.current||e.target.value;handleInputChange(changeValue,void 0,e),isAutocomplete&&0===changeValue.length&&clearTags(),fromPasteString.current="",isInputValueChangedRef.current=!0},onFocus:function(e){var _a;setInputFocused(!0),openOnFocus&&openMenu(e),isAutocomplete&&(null===(_a=inputRef.current)||void 0===_a||_a.select()),stopAutoSelectRef.current=!1,blurTags()},onBlur:function(e){var _a;setInputFocused(!1),(null===(_a=popperElementRef.current)||void 0===_a?void 0:_a.contains(e.relatedTarget))||(autoSelect&&!stopAutoSelectRef.current&&(freeSolo||selectItem(e,optionItems[highlightedIndexRef.current]),checkAndAddFreeSolo({},e)),handleAutocompleteText(),closeMenu(e,"blur"))},onCompositionStart:function(){isCompositionRef.current=!0},onCompositionEnd:function(){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return[4,sleep(20)];case 1:return _a.sent(),isCompositionRef.current=!1,[2]}}))}))},onKeyDown:function(e){keepHighlightedIndexRef.current=!1,null==onKeyDownProp||onKeyDownProp(e,highlightedIndexRef.current);var _a=foundation_1.getSelectionPosition(inputRef),isSelectRange=_a.isSelectRange,position=_a.position,currTagsLength=tags.length;if(!isSelectRange&&0===position.start&&currTagsLength>0&&"Backspace"===e.key)stopAutoSelectRef.current=!0,focusLastTag();else{var highlightedIndex=highlightedIndexRef.current;switch(e.key){case"Escape":isOpen&&(e.preventDefault(),e.stopPropagation(),closeMenu(e,"escape"));break;case"Tab":if(229===e.which)return;if(getSleeping())return e.preventDefault(),void e.stopPropagation();if(e.shiftKey&&currTagsLength>0&&(stopAutoSelectRef.current=!0),!e.shiftKey&&!isCompositionRef.current){var currentHighlightItem=optionItems[highlightedIndex];isOpen&¤tHighlightItem?selectItem(e,currentHighlightItem)&&(e.preventDefault(),e.stopPropagation()):checkAndAddFreeSolo({},e)&&(e.preventDefault(),e.stopPropagation())}break;case"Enter":if(229===e.which)return;freeSolo&&-1===highlightedIndex&&checkAndAddFreeSolo({selectedItem:isOpen?optionItems[highlightedIndex]:void 0},e)?(e.stopPropagation(),closeMenu(e,"select-option")):-1!==highlightedIndex&&isOpen&&!isCompositionRef.current&&(selectItem(e,optionItems[highlightedIndex]),e.stopPropagation()),e.preventDefault();break;case"F10":handleF10KeyDown(e);break;case"ArrowUp":case"ArrowDown":if(readOnly)return void e.preventDefault();if(isAutocomplete&&tags.length>0&&!isOpen){openMenu(e),e.preventDefault();break}onKeyFocusedIndexHandle(e),openMenu(e);break;default:isOpen&&onKeyFocusedIndexHandle(e)}}},onMouseDown:toggleWithInput?function(e){""!==inputValue&&isOpen||toggleMenu(e,!1)}:void 0}),props)},getInputAriaProps:function(props){var suggestionListInputAriaProps=getSuggestionListInputAriaProps(props);return foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign({},suggestionListInputAriaProps),{readOnly,unselectable:readOnly?"on":void 0,"aria-owns":isOpen?downshiftId+"-menu":void 0,"aria-expanded":!!isOpen}),props)},getTagListBoxProps,getItemProps:function(props){var onMouseDown=props.onMouseDown,onMouseUp=props.onMouseUp,rest=tslib_1.__rest(props,["onMouseDown","onMouseUp"]);return getSuggestionListItemProps(tslib_1.__assign(tslib_1.__assign({},rest),{onMouseDown:function(e){e.stopPropagation(),null==onMouseDown||onMouseDown(e)},onMouseUp:function(e){focusInput(),null==onMouseUp||onMouseUp(e)}}))},getNoOptionsProps:function(additionProps){return foundation_1.combineProps({onClick:function(e){closeMenu(e,"blur")},role:"presentation"},additionProps)},noOptionItem:noOptionItemRef.current,highlightedIndex:highlightedIndexRef.current,tags,optionItems,inputValue,onInputChange:handleInputChange,keepHighlightedIndex:function(){keepHighlightedIndexRef.current=!0},isKeepHighlightedIndex:keepHighlightedIndexRef.current,setHighlightedIndex,changeHighlightedIndexReason:changeHighlightedIndexReasonRef.current,closeMenu,openMenu,reset,forceUpdate,optionsGroupList,focused:null!=focused?focused:!(!tagFocused&&!inputFocused)||void 0,id:downshiftId,inputChanged:isInputValueChangedRef.current,autoCompleteSelectedIndex:autoCompleteSelectedIndexRef.current,popperElementRef}}},"./packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),__webpack_require__("./node_modules/react-is/index.js"),__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useDownshiftError=function(_a){_a.isNew,_a.MenuItem,_a.InputItem};try{useDownshiftError.displayName="useDownshiftError",useDownshiftError.__docgenInfo={description:"",displayName:"useDownshiftError",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx#useDownshiftError"]={docgenInfo:useDownshiftError.__docgenInfo,name:"useDownshiftError",path:"packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx#useDownshiftError"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/utils/useDownshiftGroup.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useDownshiftGroup=function(_a){var groupBy=_a.groupBy,options=_a.options,filteredResult=_a.filteredResult,getExpandIconProps=_a.getExpandIconProps,groupExpanded=_a.groupExpanded,groupDefaultExpanded=_a.groupDefaultExpanded,onGroupExpanded=_a.onGroupExpanded,groupVariant=_a.groupVariant,getOptionDisabled=_a.getOptionDisabled,id=_a.id,_b=tslib_1.__read(foundation_1.useRefState({}),2),groupExpandedMapRef=_b[0],setGroupExpandedMap=_b[1],isTitleGroup="normal"===groupVariant,handleGroupExpandedChange=function(groupName){var _a,groupExpandedMap=groupExpandedMapRef.current;if("boolean"!=typeof groupExpanded){var toExpandedState=!groupExpandedMap[groupName],newExpandedMap=tslib_1.__assign(tslib_1.__assign({},groupExpandedMap),((_a={})[groupName]=toExpandedState,_a));if(setGroupExpandedMap(newExpandedMap),onGroupExpanded){var group=optionsGroupList.find((function(x){return x.group===groupName}));group&&onGroupExpanded(tslib_1.__assign(tslib_1.__assign({},foundation_1.omit(group,["getExpandIconProps"])),{expanded:toExpandedState}),newExpandedMap)}}},handleExpandIconClick=foundation_1.useEventCallback((function(e,groupName){handleGroupExpandedChange(groupName),e.preventDefault(),e.stopPropagation()})),optionsGroupList=react_1.useMemo((function(){if(groupBy&&options){new Map;var afterGroupFn_1=[],result=filteredResult.reduce((function(acc,option,index){var group=groupBy(option);if(acc.length>0&&acc[acc.length-1].group===group){var currGroup=acc[acc.length-1];acc[acc.length-1].options.push(tslib_1.__assign(tslib_1.__assign({},option),{group:currGroup,indexInOwnGroup:currGroup.options.length-1}))}else{0;var newGroup_1={key:index,index,group,order:acc.length,options:[tslib_1.__assign(tslib_1.__assign({},option),{indexInOwnGroup:0})],expanded:!1,getExpandIconProps:function(additionExpandIconProps){return newGroup_1.options.length>1?foundation_1.combineProps({onClick:function(e){handleExpandIconClick(e,group)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()},tabIndex:-1},foundation_1.combineProps(additionExpandIconProps,null==getExpandIconProps?void 0:getExpandIconProps(newGroup_1))):void 0}};if(newGroup_1.options[0].group=newGroup_1,isTitleGroup){var groupTitleOption_1={id:id+"-"+group,label:group,disabled:!0,group:newGroup_1};getOptionDisabled&&afterGroupFn_1.push((function(){groupTitleOption_1.disabled=getOptionDisabled(groupTitleOption_1)})),newGroup_1.options.unshift(groupTitleOption_1)}acc.push(newGroup_1)}return acc}),[]);return afterGroupFn_1.forEach((function(fn){fn()})),result}return[]}),[filteredResult,getExpandIconProps,getOptionDisabled,groupBy,handleExpandIconClick,id,isTitleGroup,options]),initGroupExpandedState=function(expandedState){"object"==typeof expandedState?setGroupExpandedMap(expandedState,!1):"boolean"==typeof expandedState&&setGroupExpandedMap(optionsGroupList.reduce((function(prev,curr){return prev[curr.group]=expandedState,prev}),{}),!1)};foundation_1.useDepsChange((function(){initGroupExpandedState(groupDefaultExpanded)}),[]),foundation_1.useDepsChange((function(){initGroupExpandedState(groupExpanded)}),[groupExpanded]);var groupExpandedMap=groupExpandedMapRef.current,groupedResult=react_1.useMemo((function(){var addExpandedResult=Object.entries(groupExpandedMap).reduce((function(prev,_a){var _b=tslib_1.__read(_a,2),key=_b[0],expended=_b[1],group=prev.find((function(x){return x.group===key}));return group&&(group.expanded=expended),prev}),tslib_1.__spread(optionsGroupList));return addExpandedResult.reduce((function(prev,curr){return curr.expanded?prev.push.apply(prev,tslib_1.__spread(curr.options)):prev.push(curr.options[0]),prev}),[])}),[groupExpandedMap,optionsGroupList]);return{optionsGroupList,groupedResult,groupExpandedMap,handleGroupExpandedChange}}},"./packages/juno-core/src/components/Downshift/utils/useDownshiftTag.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),uniqueId_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DownshiftUtils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx");exports.useDownshiftTag=function(_a){var downshiftId=_a.id,_b=_a.value,selectedItemsProp=void 0===_b?[]:_b,onSelectChange=_a.onChange,variant=_a.variant,_c=_a.getOptionLabel,getOptionLabel=void 0===_c?DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL:_c,onInputChangeProp=_a.onInputChange,wrapperRef=_a.wrapperRef,inputRef=_a.inputRef,freeSolo=_a.freeSolo,maxFreeSolo=_a.maxFreeSolo,keyToTags=_a.keyToTags,onMaxFreeSolo=_a.onMaxFreeSolo,multiple=_a.multiple,getStopCreateFreeSolo=_a.getStopCreateFreeSolo,onReset=_a.onReset,isAutocomplete="autocomplete"===variant,isSelectedFromAutocompleteRef=react_1.useRef(!1),_d=tslib_1.__read(foundation_1.useControlled({controlled:selectedItemsProp,default:[],name:DownshiftUtils_1.downshiftComponentName}),2),tags=_d[0],_setTags=_d[1],_e=tslib_1.__read(react_1.useState(!1),2),focused=_e[0],setFocused=_e[1],_f=tslib_1.__read(foundation_1.useRefState(0),2),focusedIndexRef=_f[0],setFocusedIndex=_f[1],freeSoloCount=react_1.useMemo((function(){return tags.filter((function(x){return x.freeSolo})).length}),[tags]),setTags=function(_selectedItems){if(_setTags(_selectedItems),null==onSelectChange||onSelectChange(_selectedItems),isAutocomplete&&1===_selectedItems.length){var result=getOptionLabel(_selectedItems[0]);null==onInputChangeProp||onInputChangeProp(result),isSelectedFromAutocompleteRef.current=!0}},focusTag=foundation_1.useEventCallback((function(tagToFocus,focus){void 0===focus&&(focus=!0),focusedIndexRef.current!==tagToFocus&&(setFocusedIndex(tagToFocus),focus&&function(tagToFocus){var _a,textFieldElm=null==wrapperRef?void 0:wrapperRef.current,inputElm=inputRef.current;-1===tagToFocus?null==inputElm||inputElm.focus():null===(_a=null==textFieldElm?void 0:textFieldElm.querySelector('[data-tag-index="'+tagToFocus+'"]'))||void 0===_a||_a.focus()}(tagToFocus))})),removeTag=function(selectedItem){var selectedItemIndex=tags.indexOf(selectedItem);selectedItemIndex>-1&&setTags(tslib_1.__spread(tags.slice(0,selectedItemIndex),tags.slice(selectedItemIndex+1)))},handleTagKey=foundation_1.useKeyboardMoveFocus({options:tags,focusedIndexRef,infinite:"order",onFocusedIndexChange:function(event,toIndex){focusTag(toIndex),null==event||event.preventDefault()}}).onKeyFocusedIndexHandle;return{focused,setFocused,tags,isSelectedFromAutocompleteRef,focusedIndex:focusedIndexRef.current,checkAndAddFreeSolo:function(_a,e){var _c,_b=void 0===_a?{}:_a,selectedItem=_b.selectedItem,value=_b.value,isAddItem=!1,currentValue=null!=value?value:null===(_c=inputRef.current)||void 0===_c?void 0:_c.value;if(!(null==getStopCreateFreeSolo?void 0:getStopCreateFreeSolo())&&!selectedItem&&freeSolo&¤tValue&¤tValue.length>0){if(freeSoloCountmaxFreeSolo&&(items.splice(-(toLength-maxFreeSolo)),null==onMaxFreeSolo||onMaxFreeSolo(maxFreeSolo)),items.length>0&&(setTags(tslib_1.__spread(tags,items.map((function(label){return{id:uniqueId_1.default("rc-chip-"),isSuggestion:!1,freeSolo:!0,label}})))),isAddItem=!0)}else null==onMaxFreeSolo||onMaxFreeSolo(maxFreeSolo);null==onReset||onReset(e)}return isAddItem},getTagListBoxProps:function(props){return tslib_1.__assign({},props)},getTagProps:function(_a){var index=_a.index,selectedItem=_a.selectedItem,restTagProps=tslib_1.__rest(_a,["index","selectedItem"]),tabIndex=focused||0!==index?-1:0;return foundation_1.combineProps({tabIndex,role:"button",key:downshiftId+"-selected-item-"+index,"data-tag-index":index,"data-item-last":index===tags.length-1,onClick:function(e){e.stopPropagation()},onBlur:function(){return setFocused(!1)},onFocus:function(){focusTag(index),setFocused(!0)},onKeyDown:function(e){var focusedIndex=focusedIndexRef.current;switch(e.key){case"Backspace":var lengthBeforeDelete=tags.length;focusTag(1===lengthBeforeDelete?-1:0===focusedIndex?0:focusedIndex-1),removeTag(selectedItem);break;case"Delete":lengthBeforeDelete=tags.length;focusTag(1===lengthBeforeDelete?-1:focusedIndex===tags.length-1?focusedIndex-1:focusedIndex),removeTag(selectedItem);break;default:handleTagKey(e)}},onDelete:function(e){var _a;0===e.button&&(removeTag(selectedItem),setFocused(!1),null===(_a=inputRef.current)||void 0===_a||_a.focus())}},restTagProps)},focusTag,addTag:function(selectedItem){if(selectedItem.freeSolo){if(!(freeSoloCount0&&focusTag(currTagsLength-1)}}}},"./packages/juno-core/src/components/Drawer/Drawer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Drawer_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Drawer/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Drawer/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Drawer/utils/index.ts"),PortalHost_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),Backdrop_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/index.ts"),_RcDrawer=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDrawer"}),inlinePaper=props.inlinePaper,classesProp=(props.radius,props.classes),children=props.children,PaperPropsProp=props.PaperProps,onClose=props.onClose,SlidePropsProp=props.SlideProps,rest=tslib_1.__rest(props,["inlinePaper","radius","classes","children","PaperProps","onClose","SlideProps"]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,PaperProps=react_1.useMemo((function(){var _a;return foundation_1.combineProps(((_a={})["data-mui-paper"]=!0,_a.onClick=inlinePaper?function(e){var _a;(null===(_a=e.target)||void 0===_a?void 0:_a.dataset.muiPaper)&&(null==onClose||onClose(e,"backdropClick"))}:void 0,_a),PaperPropsProp)}),[PaperPropsProp,inlinePaper,onClose]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcDrawerClasses,classesProp)}),[classesProp]),onExited=PortalHost_1.useUnmountPortalHandler(null==SlidePropsProp?void 0:SlidePropsProp.onExited),managerWithID=PortalHost_1.usePortalManagerWithID(),SlideProps=tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},SlidePropsProp),{onExited}),managerWithID?{appear:!0}:{});return react_1.default.createElement(HasPortalParentContext_1.HasPortalParentProvider,null,react_1.default.createElement(Drawer_1.default,tslib_1.__assign({BackdropComponent:Backdrop_1.RcBackdrop},rest,{ref,container:null==externalWindow?void 0:externalWindow.document.body,classes,onClose,PaperProps,SlideProps}),children))})),RcDrawer=foundation_1.styled(_RcDrawer)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DrawerStyle);exports.RcDrawer=RcDrawer,RcDrawer.defaultProps={radius:"lg"},RcDrawer.displayName="RcDrawer";try{RcDrawer.displayName="RcDrawer",RcDrawer.__docgenInfo={description:"",displayName:"RcDrawer",props:{radius:{defaultValue:{value:"lg"},description:"custom radius for paper, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The contents of the drawer.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the drawer.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"permanent"'},{value:'"persistent"'},{value:'"temporary"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the drawer is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},anchor:{defaultValue:null,description:"Side from which the drawer will appear.",name:"anchor",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"left"'},{value:'"right"'},{value:'"top"'}]}},ModalProps:{defaultValue:null,description:"Props applied to the [`Modal`](/api/modal/) element.",name:"ModalProps",required:!1,type:{name:"Partial"}},SlideProps:{defaultValue:null,description:"Props applied to the [`Slide`](/api/slide/) element.",name:"SlideProps",required:!1,type:{name:"Partial"}},inlinePaper:{defaultValue:null,description:"when variant is `temporary` if you want only render your children content,\nyou can set that as `true`, that will overwrite default paper\nbackground as `transparent` and remove `shadow` and keep chidden in `center`",name:"inlinePaper",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Drawer/Drawer.tsx#RcDrawer"]={docgenInfo:RcDrawer.__docgenInfo,name:"RcDrawer",path:"packages/juno-core/src/components/Drawer/Drawer.tsx#RcDrawer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Drawer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/Drawer.tsx"),exports)},"./packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Paper_1=__webpack_require__("./packages/juno-core/src/components/Paper/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Drawer/utils/index.ts");exports.DrawerStyle=function(props){var radiusProp=props.radius,inlinePaper=props.inlinePaper,_a=props.anchor,anchor=void 0===_a?"left":_a,currRadiusValue=function(){if(!radiusProp)return null;var radiusValue=foundation_1.radius(radiusProp)(props);return"0px"===radiusValue||0===radiusValue?null:utils_1.drawerRadius[anchor].map((function(x){return 1===x?radiusValue:0})).join(" ")}();return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n border-radius: ",";\n\n ","\n }\n "],["\n ."," {\n border-radius: ",";\n\n ","\n }\n "])),utils_1.RcDrawerClasses.paper,currRadiusValue,inlinePaper&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background: transparent;\n box-shadow: none;\n align-items: center;\n justify-content: center;\n overflow: unset;\n\n "," {\n border-radius: ",";\n }\n "],["\n background: transparent;\n box-shadow: none;\n align-items: center;\n justify-content: center;\n overflow: unset;\n\n "," {\n border-radius: ",";\n }\n "])),Paper_1.RcPaper,currRadiusValue))};try{DrawerStyle.displayName="DrawerStyle",DrawerStyle.__docgenInfo={description:"",displayName:"DrawerStyle",props:{radius:{defaultValue:null,description:"custom radius for paper, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},inlinePaper:{defaultValue:null,description:"when variant is `temporary` if you want only render your children content,\nyou can set that as `true`, that will overwrite default paper\nbackground as `transparent` and remove `shadow` and keep chidden in `center`",name:"inlinePaper",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The contents of the drawer.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the drawer.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"permanent"'},{value:'"persistent"'},{value:'"temporary"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the drawer is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},anchor:{defaultValue:null,description:"Side from which the drawer will appear.",name:"anchor",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"left"'},{value:'"right"'},{value:'"top"'}]}},ModalProps:{defaultValue:null,description:"Props applied to the [`Modal`](/api/modal/) element.",name:"ModalProps",required:!1,type:{name:"Partial"}},SlideProps:{defaultValue:null,description:"Props applied to the [`Slide`](/api/slide/) element.",name:"SlideProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx#DrawerStyle"]={docgenInfo:DrawerStyle.__docgenInfo,name:"DrawerStyle",path:"packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx#DrawerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Drawer/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx"),exports)},"./packages/juno-core/src/components/Drawer/utils/DrawerUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDrawerClasses=foundation_1.RcClasses(["paper","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom"],"RcDrawer"),exports.drawerRadius={left:[0,1,1,0],right:[1,0,0,1],top:[0,0,1,1],bottom:[1,1,0,0]}},"./packages/juno-core/src/components/Drawer/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/utils/DrawerUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/BaseForm.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Checkbox_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Checkbox/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts"),getIconProps=utils_1.CustomIconPropsGetter({icon:juno_icon_1.Unselect,checkedIcon:juno_icon_1.Selects,indeterminateIcon:juno_icon_1.Indeterminate}),_RcCheckbox=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCheckbox"});var label=props.label,formControlLabelProps=props.formControlLabelProps,classesProp=(props.color,props.error,props.followColorWhenUnChecked,props.classes),iconSize=props.iconSize,sizeProp=props.size,icon=props.icon,checkedIcon=props.checkedIcon,rest=tslib_1.__rest(props,["label","formControlLabelProps","color","error","followColorWhenUnChecked","classes","iconSize","size","icon","checkedIcon"]),size=sizeProp;iconSize&&(size=iconSize);var classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcCheckboxClasses,classesProp)}),[classesProp]),iconProps=react_1.useMemo((function(){return getIconProps({size,icon,checkedIcon})}),[checkedIcon,icon,size]),Checkbox=react_1.default.createElement(Checkbox_1.default,tslib_1.__assign({},iconProps,rest,{ref,color:"default",classes}));return label?react_1.default.createElement(FormControlLabel_1.RcFormControlLabel,tslib_1.__assign({},formControlLabelProps,{label,control:Checkbox})):Checkbox})),RcCheckbox=foundation_1.styled(Tooltip_1.withTooltip(_RcCheckbox))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CheckboxStyle);exports.RcCheckbox=RcCheckbox,RcCheckbox.displayName="RcCheckbox",RcCheckbox.defaultProps={color:"interactive.f01",size:"medium"};try{RcCheckbox.displayName="RcCheckbox",RcCheckbox.__docgenInfo={description:"",displayName:"RcCheckbox",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx#RcCheckbox"]={docgenInfo:RcCheckbox.__docgenInfo,name:"RcCheckbox",path:"packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx#RcCheckbox"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Checkbox/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/styles/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts");exports.CheckboxStyle=function(_a){var rest=tslib_1.__rest(_a,[]);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),utils_1.checkedStyles(tslib_1.__assign(tslib_1.__assign({},rest),{classes:utils_2.RcCheckboxClasses})))};try{CheckboxStyle.displayName="CheckboxStyle",CheckboxStyle.__docgenInfo={description:"",displayName:"CheckboxStyle",props:{iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"bottom" | "top" | "start" | "end">'}},size:{defaultValue:null,description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the checkbox will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"The icon to display when the component is unchecked.",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},indeterminate:{defaultValue:null,description:"If `true`, the component appears indeterminate.\nThis does not set the native input element to indeterminate due\nto inconsistent behavior across browsers.\nHowever, we set a `data-indeterminate` attribute on the input.",name:"indeterminate",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},checkedIcon:{defaultValue:null,description:"The icon to display when the component is checked.",name:"checkedIcon",required:!1,type:{name:"ReactNode"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: HTMLInputElement | null) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},indeterminateIcon:{defaultValue:null,description:"The icon to display when the component is indeterminate.",name:"indeterminateIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx#CheckboxStyle"]={docgenInfo:CheckboxStyle.__docgenInfo,name:"CheckboxStyle",path:"packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx#CheckboxStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Checkbox/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Checkbox/utils/CheckboxUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCheckboxClasses=foundation_1.RcClasses(["root","disabled","checked"],"RcCheckbox")},"./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/CheckboxUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Form/Form/Form.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),FormContext_1=__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts"),RcForm=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcForm"}),children=props.children,isSubmitting=props.isSubmitting,onBeforeSubmit=props.onBeforeSubmit,onValidateFailed=props.onValidateFailed,onSubmit=props.onSubmit,rest=tslib_1.__rest(props,["children","isSubmitting","onBeforeSubmit","onValidateFailed","onSubmit"]),fieldManager=tslib_1.__read(react_1.useState((function(){return new Map})),1)[0],handleSubmit=react_1.useCallback((function(event){(event.preventDefault(),isSubmitting)||(onBeforeSubmit&&onBeforeSubmit(),tslib_1.__spread(fieldManager.values()).map((function(fieldInfo){return fieldInfo.validate()})).filter((function(msg){return!1!==msg})).length>0?onValidateFailed&&onValidateFailed():onSubmit&&onSubmit(event))}),[isSubmitting,onBeforeSubmit,fieldManager,onSubmit,onValidateFailed]);return react_1.default.createElement(FormContext_1.RcFormContext.Provider,{value:fieldManager},react_1.default.createElement("form",tslib_1.__assign({onSubmit:handleSubmit},rest),children))};exports.RcForm=RcForm;try{RcForm.displayName="RcForm",RcForm.__docgenInfo={description:"",displayName:"RcForm",props:{isSubmitting:{defaultValue:null,description:"",name:"isSubmitting",required:!0,type:{name:"boolean"}},onBeforeSubmit:{defaultValue:null,description:"",name:"onBeforeSubmit",required:!1,type:{name:"(() => void)"}},onValidateFailed:{defaultValue:null,description:"",name:"onValidateFailed",required:!1,type:{name:"(() => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Form/Form/Form.tsx#RcForm"]={docgenInfo:RcForm.__docgenInfo,name:"RcForm",path:"packages/juno-core/src/components/Forms/Form/Form/Form.tsx#RcForm"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcFormContext=react_1.createContext(new Map);exports.RcFormContext=RcFormContext;exports.useRcFormContext=function(){return react_1.useContext(RcFormContext)}},"./packages/juno-core/src/components/Forms/Form/Form/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/Form.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/types.ts"),exports)},"./packages/juno-core/src/components/Forms/Form/Form/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Forms/Form/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/index.ts"),exports)},"./packages/juno-core/src/components/Forms/FormControl.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),FormControl_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormControl/index.js")),RcFormControl=__webpack_require__("./packages/juno-core/src/foundation/index.ts").styled(FormControl_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcFormControl=RcFormControl,RcFormControl.displayName="RcFormControl";try{RcFormControl.displayName="RcFormControl",RcFormControl.__docgenInfo={description:"",displayName:"RcFormControl",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the label, input and helper text should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The contents of the form control.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"The size of the text field.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},margin:{defaultValue:null,description:"If `dense` or `normal`, will adjust vertical spacing of this and contained components.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"normal"'},{value:'"dense"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the component will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},hiddenLabel:{defaultValue:null,description:"If `true`, the label will be hidden.\nThis is used to increase density for a `FilledInput`.\nBe sure to add `aria-label` to the `input` element.",name:"hiddenLabel",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControl.tsx#RcFormControl"]={docgenInfo:RcFormControl.__docgenInfo,name:"RcFormControl",path:"packages/juno-core/src/components/Forms/FormControl.tsx#RcFormControl"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormControlLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormControlLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/utils/index.ts"),_RcFormControlLabel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormControlLabel"}),classesProp=props.classes,rest=tslib_1.__rest(props,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcFormControlLabelClasses,classesProp)}),[classesProp]);return react_1.default.createElement(FormControlLabel_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcFormControlLabel=foundation_1.styled(_RcFormControlLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.FormControlLabelStyle);exports.RcFormControlLabel=RcFormControlLabel,RcFormControlLabel.defaultProps={},RcFormControlLabel.displayName="RcFormControlLabel";try{RcFormControlLabel.displayName="RcFormControlLabel",RcFormControlLabel.__docgenInfo={description:"",displayName:"RcFormControlLabel",props:{label:{defaultValue:null,description:"The text to be used in an enclosing label element.",name:"label",required:!0,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the control will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, checked: boolean) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component.",name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component appears selected.",name:"checked",required:!1,type:{name:"boolean"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},labelPlacement:{defaultValue:null,description:"The position of the label.",name:"labelPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"top"'},{value:'"start"'},{value:'"end"'}]}},control:{defaultValue:null,description:"A control element. For instance, it can be be a `Radio`, a `Switch` or a `Checkbox`.",name:"control",required:!0,type:{name:"ReactElement"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx#RcFormControlLabel"]={docgenInfo:RcFormControlLabel.__docgenInfo,name:"RcFormControlLabel",path:"packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx#RcFormControlLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),utils_4=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/utils/index.ts"),controlsClassName="."+utils_1.RcCheckboxClasses.root+", ."+utils_2.RcRadioClasses.root;exports.FormControlLabelStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n ",";\n\n ."," {\n color: ",";\n }\n\n "," {\n margin-left: 0;\n margin-right: ",";\n }\n\n ."," {\n margin: ",";\n }\n\n &."," {\n "," {\n margin-left: ",";\n margin-right: 0;\n }\n }\n "],["\n color: ",";\n ",";\n\n ."," {\n color: ",";\n }\n\n "," {\n margin-left: 0;\n margin-right: ",";\n }\n\n ."," {\n margin: ",";\n }\n\n &."," {\n "," {\n margin-left: ",";\n margin-right: 0;\n }\n }\n "])),foundation_1.palette2("neutral","f06"),foundation_1.typography("body2"),utils_4.RcFormControlLabelClasses.disabled,foundation_1.palette2("disabled","f02"),controlsClassName,foundation_1.spacing(1),utils_3.RcSwitchClasses.root,foundation_1.spacing(3),utils_4.RcFormControlLabelClasses.labelPlacementStart,controlsClassName,foundation_1.spacing(1))};try{FormControlLabelStyle.displayName="FormControlLabelStyle",FormControlLabelStyle.__docgenInfo={description:"",displayName:"FormControlLabelStyle",props:{label:{defaultValue:null,description:"The text to be used in an enclosing label element.",name:"label",required:!0,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the control will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, checked: boolean) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component.",name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component appears selected.",name:"checked",required:!1,type:{name:"boolean"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},labelPlacement:{defaultValue:null,description:"The position of the label.",name:"labelPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"top"'},{value:'"start"'},{value:'"end"'}]}},control:{defaultValue:null,description:"A control element. For instance, it can be be a `Radio`, a `Switch` or a `Checkbox`.",name:"control",required:!0,type:{name:"ReactElement"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx#FormControlLabelStyle"]={docgenInfo:FormControlLabelStyle.__docgenInfo,name:"FormControlLabelStyle",path:"packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx#FormControlLabelStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.StyledControl=foundation_1.styled.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-block;\n width: 48px;\n"],["\n display: inline-block;\n width: 48px;\n"])));try{StyledControl.displayName="StyledControl",StyledControl.__docgenInfo={description:"",displayName:"StyledControl",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx#StyledControl"]={docgenInfo:StyledControl.__docgenInfo,name:"StyledControl",path:"packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx#StyledControl"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormControlLabel/utils/FormControlLabelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcFormControlLabelClasses=foundation_1.RcClasses(["root","disabled","labelPlacementStart"],"RcFormControlLabel")},"./packages/juno-core/src/components/Forms/FormControlLabel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/utils/FormControlLabelUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),_RcFormGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormGroup"});return react_1.default.createElement(FormGroup_1.default,tslib_1.__assign({ref},props))})),RcFormGroup=styled_components_1.default(_RcFormGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcFormGroup=RcFormGroup,RcFormGroup.displayName="RcFormGroup";try{RcFormGroup.displayName="RcFormGroup",RcFormGroup.__docgenInfo={description:"",displayName:"RcFormGroup",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx#RcFormGroup"]={docgenInfo:RcFormGroup.__docgenInfo,name:"RcFormGroup",path:"packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx#RcFormGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/utils/index.ts"),_RcFormHelperText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormHelperText"}),classes=props.classes,children=props.children;return react_1.default.createElement(styles_1.StyledFormHelperText,tslib_1.__assign({},props,{ref,classes:foundation_1.combineClasses(utils_1.RcFormHelperTextClasses,classes)}),children)})),RcFormHelperText=foundation_1.styled(_RcFormHelperText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcFormHelperText=RcFormHelperText,RcFormHelperText.defaultProps={},RcFormHelperText.displayName="RcFormHelperText";try{RcFormHelperText.displayName="RcFormHelperText",RcFormHelperText.__docgenInfo={description:"",displayName:"RcFormHelperText",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the helper text should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.\n\nIf `' '` is provided, the component reserves one line height for displaying a future message.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the helper text should use focused classes key.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, helper text should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the helper text should use required classes key.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the helper text should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx#RcFormHelperText"]={docgenInfo:RcFormHelperText.__docgenInfo,name:"RcFormHelperText",path:"packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx#RcFormHelperText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormHelperText/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormHelperText_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormHelperText/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_StyledFormHelperText=react_1.forwardRef((function(_a,ref){var rest=tslib_1.__rest(_a,[]);return react_1.default.createElement(FormHelperText_1.default,tslib_1.__assign({},rest,{ref}))}));exports.StyledFormHelperText=foundation_1.styled(_StyledFormHelperText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));try{StyledFormHelperText.displayName="StyledFormHelperText",StyledFormHelperText.__docgenInfo={description:"",displayName:"StyledFormHelperText",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the helper text should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.\n\nIf `' '` is provided, the component reserves one line height for displaying a future message.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the helper text should use focused classes key.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, helper text should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the helper text should use required classes key.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the helper text should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx#StyledFormHelperText"]={docgenInfo:StyledFormHelperText.__docgenInfo,name:"StyledFormHelperText",path:"packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx#StyledFormHelperText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormHelperText/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormHelperText/utils/FormHelperTextUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcFormHelperTextClasses=foundation_1.RcClasses([],"RcFormHelperText")},"./packages/juno-core/src/components/Forms/FormHelperText/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/utils/FormHelperTextUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/FormLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcFormLabel=react_1.default.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormLabel"});return react_1.default.createElement(FormLabel_1.default,tslib_1.__assign({ref},props))}))),RcFormLabel=foundation_1.styled(_RcFormLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n color: ",";\n"],["\n ",";\n color: ",";\n"])),foundation_1.typography("subheading2"),foundation_1.palette2("interactive","f01"));exports.RcFormLabel=RcFormLabel,RcFormLabel.displayName="RcFormLabel";try{RcFormLabel.displayName="RcFormLabel",RcFormLabel.__docgenInfo={description:"",displayName:"RcFormLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the label should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the input of this label is focused (used by `FormGroup` components).",name:"focused",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the label should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormLabel.tsx#RcFormLabel"]={docgenInfo:RcFormLabel.__docgenInfo,name:"RcFormLabel",path:"packages/juno-core/src/components/Forms/FormLabel.tsx#RcFormLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/utils/index.ts"),_RcInputLabel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcInputLabel"}),classes=props.classes,children=props.children;return react_1.default.createElement(styles_1.StyledInputLabel,tslib_1.__assign({},props,{ref,classes:foundation_1.combineClasses(utils_1.RcInputLabelClasses,classes)}),children)})),RcInputLabel=foundation_1.styled(_RcInputLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcInputLabel=RcInputLabel,RcInputLabel.defaultProps={},RcInputLabel.displayName="RcInputLabel";try{RcInputLabel.displayName="RcInputLabel",RcInputLabel.__docgenInfo={description:"",displayName:"RcInputLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, apply disabled class.",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The contents of the `InputLabel`.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the input of this label is focused.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"if `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the label should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}},shrink:{defaultValue:null,description:"If `true`, the label is shrunk.",name:"shrink",required:!1,type:{name:"boolean"}},disableAnimation:{defaultValue:null,description:"If `true`, the transition animation is disabled.",name:"disableAnimation",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx#RcInputLabel"]={docgenInfo:RcInputLabel.__docgenInfo,name:"RcInputLabel",path:"packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx#RcInputLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/InputLabel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx"),exports)},"./packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),InputLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/InputLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_StyledInputLabel=react_1.forwardRef((function(_a,ref){var rest=tslib_1.__rest(_a,[]);return react_1.default.createElement(InputLabel_1.default,tslib_1.__assign({},rest,{ref}))}));exports.StyledInputLabel=foundation_1.styled(_StyledInputLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));try{StyledInputLabel.displayName="StyledInputLabel",StyledInputLabel.__docgenInfo={description:"",displayName:"StyledInputLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, apply disabled class.",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The contents of the `InputLabel`.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the input of this label is focused.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"if `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the label should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}},shrink:{defaultValue:null,description:"If `true`, the label is shrunk.",name:"shrink",required:!1,type:{name:"boolean"}},disableAnimation:{defaultValue:null,description:"If `true`, the transition animation is disabled.",name:"disableAnimation",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx#StyledInputLabel"]={docgenInfo:StyledInputLabel.__docgenInfo,name:"StyledInputLabel",path:"packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx#StyledInputLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/InputLabel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx"),exports)},"./packages/juno-core/src/components/Forms/InputLabel/utils/InputLabelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcInputLabelClasses=foundation_1.RcClasses([],"RcInputLabel")},"./packages/juno-core/src/components/Forms/InputLabel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/utils/InputLabelUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),dayjs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/dayjs/dayjs.min.js")),CircularProgress_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CircularProgress/index.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),DatePickerHeader_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx"),Day_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Day.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),Years_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx"),Calendar=react_1.forwardRef((function(_a,ref){var onMonthChange=_a.onMonthChange,size=_a.size,date=_a.date,shouldDisableDate=_a.shouldDisableDate,dateRange=_a.dateRange,todayButtonText=_a.todayButtonText,loadingIndicator=_a.loadingIndicator,disablePast=_a.disablePast,disableFuture=_a.disableFuture,renderDay=_a.renderDay,classes=_a.classes,handleDaySelect=_a.handleDaySelect,getInvalidateDateInRange=_a.getInvalidateDateInRange,utils=pickers_1.useUtils(),calendarRef=react_1.useRef(null),previousFocusDate=foundation_1.usePrevious((function(){return focusedDate})),previousView=foundation_1.usePrevious((function(){return view})),doc=foundation_1.useRcPortalWindowContext().document,weeks=react_1.useRef([]);dayjs_1.default.locale(utils.locale);var weekdays=foundation_1.useResultRef((function(){return utils.getWeekdays()})).current,_b=react_1.useMemo((function(){var nowDate=utils.date();return{now:nowDate,isTodayDisabled:shouldDisableDate(nowDate)}}),[shouldDisableDate,utils]),now=_b.now,isTodayDisabled=_b.isTodayDisabled,_c=tslib_1.__read(react_1.useState(date),2),focusedDate=_c[0],setFocusedDate=_c[1],_d=tslib_1.__read(react_1.useState("day"),2),view=_d[0],setView=_d[1],_e=tslib_1.__read(react_1.useState("left"),2),slideDirection=_e[0],setSlideDirection=_e[1],_f=tslib_1.__read(react_1.useState(0),2),loadingQueue=_f[0],setLoadingQueue=_f[1],min=dateRange.min,max=dateRange.max,currentMonthNumber=utils.getMonth(focusedDate),pickClasses=react_1.useMemo((function(){return foundation_1.pick(classes,["header","leftArrow","rightArrow","select"])}),[classes]),sameMonthDate=utils_2.isSameYearAndMonth({source:focusedDate,comparing:previousFocusDate||null},utils);sameMonthDate||(weeks.current=utils.getWeekArray(focusedDate));var viewChange=view!==previousView,handleMonthChange=foundation_1.useEventCallback((function(newMonth,direction){if(setSlideDirection(direction),setFocusedDate(getInvalidateDateInRange(newMonth)||newMonth),onMonthChange){var returnVal=onMonthChange(newMonth);returnVal&&(setLoadingQueue(loadingQueue+1),returnVal.then((function(){setLoadingQueue(loadingQueue<=0?0:loadingQueue-1)})))}})),handleChangeView=foundation_1.useEventCallback((function(){setView("day"===view?"year":"day")})),disableNextMonth=react_1.useMemo((function(){var nextStartDay=utils.startOfMonth(utils.getNextMonth(focusedDate));return!!getInvalidateDateInRange(nextStartDay)}),[focusedDate,getInvalidateDateInRange,utils]),disablePrevMonth=react_1.useMemo((function(){var prevLatestDay=utils.endOfMonth(utils.getPreviousMonth(focusedDate));return!!getInvalidateDateInRange(prevLatestDay)}),[focusedDate,getInvalidateDateInRange,utils]),backToToday=foundation_1.useEventCallback((function(){handleDaySelect(now)})),handleKeyDown=foundation_1.useEventCallback((function(event){var moveDay=function(value){var day=utils.addDays(focusedDate,value);if(day&&!shouldDisableDate(day)){var newMonthNumber=utils.getMonth(day);if(newMonthNumber!==currentMonthNumber)return handleMonthChange(day,newMonthNumber>currentMonthNumber?"left":"right");setFocusedDate(day)}},goToDate=function(day){setFocusedDate(getInvalidateDateInRange(day)||day)},confirmDate=function(){event.stopPropagation(),handleDaySelect(focusedDate)};useKeyDown_1.runKeyHandler(event.nativeEvent,{ArrowUp:function(){return moveDay(-7)},ArrowDown:function(){return moveDay(7)},ArrowLeft:function(){return moveDay(-1)},ArrowRight:function(){return moveDay(1)},Home:function(){return goToDate(utils.startOfMonth(focusedDate))},End:function(){return goToDate(utils.endOfMonth(focusedDate))},Enter:confirmDate," ":confirmDate})})),_g=utils_2.useScreenReaderContext(),getBackToTodayAriaLabel=_g.getBackToTodayAriaLabel,getDayAriaLabel=_g.getDayAriaLabel,backToTodayAriaLabel=null==getBackToTodayAriaLabel?void 0:getBackToTodayAriaLabel(),header=react_1.useMemo((function(){return react_1.default.createElement(styles_1.StyledDaysHeader,{size},weekdays.map((function(day){return react_1.default.createElement(styles_1.StyledDayLabel,{size,key:day,variant:"caption"},day)})))}),[size,weekdays]);return react_1.useLayoutEffect((function(){sameMonthDate&&!viewChange&&utils_2.focusDayElement(doc)})),react_1.useLayoutEffect((function(){previousView&&"day"===view&&viewChange&&utils_2.focusDayElement(doc)}),[previousView,view,viewChange,doc]),react_1.useLayoutEffect((function(){utils_2.focusDayElement(doc),calendarRef.current=doc.querySelector("."+utils_2.RcDatePickerClasses.popover+" ."+utils_2.RcDatePickerClasses.popoverPaper);var unsubscribe=utils_1.transitionendSubscriber(calendarRef.current,(function(event){utils_2.onTransitionEnd(event,doc)}));return function(){unsubscribe()}}),[]),react_1.default.createElement(styles_1.DatePickerWrapper,{size,ref},react_1.default.createElement(DatePickerHeader_1.DatePickerHeader,{classes:pickClasses,size,focusedDate,slideDirection,view,onMonthChange:handleMonthChange,onViewChange:handleChangeView,disablePrevMonth,disableNextMonth}),function(){var loadingElement=loadingIndicator||react_1.default.createElement(CircularProgress_1.default,null);switch(view){case"day":return react_1.default.createElement(styles_1.DaysWrapper,{role:"presentation","aria-label":" "},header,react_1.default.createElement(styles_1.CalendarSlideTransitionWrapper,{className:classes.calendarSlider,slideDirection,transKey:currentMonthNumber},loadingQueue>0?react_1.default.createElement(styles_1.ProgressContainer,{className:classes.progress},loadingElement):react_1.default.createElement("div",{role:"rowgroup","data-transition-tag":!0,onKeyDown:handleKeyDown},weeks.current.map((function(week){return react_1.default.createElement(styles_1.WeekWrapper,{role:"row",size,key:"week-"+week[0].toString()},function(week){var selectedDate=date;return week.map((function(day){var disabled=shouldDisableDate(day),isDayInCurrentMonth=utils.getMonth(day)===currentMonthNumber,dayText=utils.getDayText(day),selected=utils.isSameDay(day,selectedDate),ariaLabel=null==getDayAriaLabel?void 0:getDayAriaLabel(selected,utils.getDatePickerHeaderText(day)+" "+utils.getYearText(day)),focused=utils.isSameDay(focusedDate,day),dayComponent=react_1.default.createElement(Day_1.Day,{size,disabled,current:utils.isSameDay(day,now),hidden:!isDayInCurrentMonth,selected,tabIndex:focused?0:-1,focused,day,"aria-label":ariaLabel},dayText),handleClick=!disabled&&isDayInCurrentMonth?function(){return handleDaySelect(day)}:void 0;return react_1.default.createElement("div",{role:"cell",key:day.toString(),onClick:handleClick,onKeyPress:handleClick},renderDay?renderDay(day,focusedDate,isDayInCurrentMonth,dayComponent):dayComponent)}))}(week))})))),react_1.default.createElement(styles_1.DayFooterWrapper,{className:classes.footer},react_1.default.createElement(Buttons_1.RcButton,{"data-focusable":!0,variant:"plain",onClick:backToToday,disabled:isTodayDisabled,"aria-label":backToTodayAriaLabel,"data-test-automation-id":"date-picker-today"},todayButtonText)));case"year":return react_1.default.createElement(Years_1.Years,{date:focusedDate,size,minDate:min,maxDate:max,onYearChange:function(day){setView("day");var validateDate=getInvalidateDateInRange(day)||day;setFocusedDate(validateDate)},disablePast,disableFuture,now});default:return null}}())}));exports.Calendar=Calendar,Calendar.defaultProps={},Calendar.displayName="RcCalendar";try{RcCalendar.displayName="RcCalendar",RcCalendar.__docgenInfo={description:"",displayName:"RcCalendar",props:{dateRange:{defaultValue:null,description:"DateRange for setting",name:"dateRange",required:!0,type:{name:"{ min?: Dayjs | null | undefined; max?: Dayjs | null | undefined; }"}},disablePast:{defaultValue:null,description:"Disable past dates",name:"disablePast",required:!1,type:{name:"boolean"}},disableFuture:{defaultValue:null,description:"Disable future dates",name:"disableFuture",required:!1,type:{name:"boolean"}},todayButtonText:{defaultValue:null,description:"Text label for Today button",name:"todayButtonText",required:!1,type:{name:"string"}},formatString:{defaultValue:null,description:"Date format string, default with 'MM/DD/YYYY'",name:"formatString",required:!1,type:{name:"string"}},renderDay:{defaultValue:null,description:"Custom renderer for day @DateIOType",name:"renderDay",required:!1,type:{name:"((day: MaterialUiPickersDate, selectedDate: MaterialUiPickersDate, dayInCurrentMonth: boolean, dayComponent: Element) => Element)"}},shouldDisableDate:{defaultValue:null,description:"Disable specific date @DateIOType",name:"shouldDisableDate",required:!0,type:{name:"(day: MaterialUiPickersDate) => boolean"}},onMonthChange:{defaultValue:null,description:"Callback firing on month change. Return promise to render spinner till it will not be resolved @DateIOType",name:"onMonthChange",required:!1,type:{name:"((date: MaterialUiPickersDate) => void | Promise)"}},loadingIndicator:{defaultValue:null,description:"Custom loading indicator",name:"loadingIndicator",required:!1,type:{name:"Element"}},date:{defaultValue:null,description:"",name:"date",required:!0,type:{name:"MaterialUiPickersDate"}},handleDaySelect:{defaultValue:null,description:"",name:"handleDaySelect",required:!0,type:{name:"(day: MaterialUiPickersDate, fromUserSelect?: boolean | undefined) => void"}},getInvalidateDateInRange:{defaultValue:null,description:"",name:"getInvalidateDateInRange",required:!0,type:{name:"(day: MaterialUiPickersDate) => false | Dayjs | null"}},size:{defaultValue:null,description:"with prop medium and small, default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx#RcCalendar"]={docgenInfo:RcCalendar.__docgenInfo,name:"RcCalendar",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx#RcCalendar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),dayjs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/dayjs/dayjs.min.js")),dayjs_2=tslib_1.__importDefault(__webpack_require__("./node_modules/@date-io/dayjs/build/index.esm.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),date_utils_1=__webpack_require__("./node_modules/@material-ui/pickers/_helpers/date-utils.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/index.ts"),Calendar_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts");exports.RcDatePickerClasses=utils_2.RcDatePickerClasses;var defaultMinDate=new Date("1900-01-01"),defaultMaxDate=new Date("2100-01-01");exports.DEFAULT_FORMAT="MM/DD/YYYY";var templateObject_1,InnerRcDatePicker=react_1.forwardRef((function(props,ref){var date=props.date,_a=props.value,value=void 0===_a?date:_a,onChange=props.onChange,formatString=props.formatString,todayButtonText=(props.locale,props.todayButtonText),minDateProp=props.minDate,maxDateProp=props.maxDate,min=props.min,max=props.max,disableFuture=props.disableFuture,disablePast=props.disablePast,loadingIndicator=props.loadingIndicator,onMonthChange=props.onMonthChange,renderDay=props.renderDay,disabled=props.disabled,shouldDisableDateProp=props.shouldDisableDate,size=props.size,onClose=props.onClose,onClear=props.onClear,classes=props.classes,PopoverPropsProp=props.PopoverProps,screenReaderProps=props.screenReaderProps,rest=tslib_1.__rest(props,["date","value","onChange","formatString","locale","todayButtonText","minDate","maxDate","min","max","disableFuture","disablePast","loadingIndicator","onMonthChange","renderDay","disabled","shouldDisableDate","size","onClose","onClear","classes","PopoverProps","screenReaderProps"]),utils=pickers_1.useUtils(),_b=tslib_1.__read(foundation_1.useControlled({controlled:value,default:null,name:"RcDatePicker"}),2),controlledValue=_b[0],setControlledValue=_b[1],emitValueRef=react_1.useRef(null),maxDate=minDateProp||max,minDate=maxDateProp||min,actionRef=react_1.useRef(null),dateRange=react_1.useMemo((function(){return{min:dayjs_1.default(minDate||defaultMinDate),max:dayjs_1.default(maxDate||defaultMaxDate)}}),[minDate,maxDate]),getInvalidateDateInRange=foundation_1.useEventCallback((function(day){return utils_2.invalidateDateInRange(day,{dateRange,now:utils.date(),disableFuture,disablePast},utils)})),shouldDisableDate=foundation_1.useEventCallback((function(day){return Boolean(getInvalidateDateInRange(day))||Boolean(null==shouldDisableDateProp?void 0:shouldDisableDateProp(day))})),getClosestEnableDate=react_1.useCallback((function(currDate){return date_utils_1.findClosestEnabledDate({date:currDate,utils,minDate:utils.date(dateRange.min),maxDate:utils.date(dateRange.max),disablePast:Boolean(disablePast),disableFuture:Boolean(disableFuture),shouldDisableDate})}),[dateRange.max,dateRange.min,disableFuture,disablePast,shouldDisableDate,utils]),initDate=react_1.useMemo((function(){return getClosestEnableDate(dayjs_1.default(utils.date()))}),[getClosestEnableDate,utils]),dayjsValue=react_1.useMemo((function(){return controlledValue?dayjs_1.default(controlledValue):null}),[controlledValue]),nowDate=dayjsValue||initDate,textFiledValue=react_1.useMemo((function(){return dayjsValue?utils.format(dayjsValue,formatString):""}),[dayjsValue,utils,formatString]),PopoverProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:foundation_1.combineClasses({root:utils_2.RcDatePickerClasses.popover,paper:utils_2.RcDatePickerClasses.popoverPaper},{root:null==classes?void 0:classes.popover,paper:null==classes?void 0:classes.popoverPaper}),onClose},PopoverPropsProp)}),[PopoverPropsProp,classes,onClose]),calendarClasses=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_2.RcDatePickerClasses,["popover","popoverPaper"]),foundation_1.omit(classes,["popover","popoverPaper"]))}),[classes]),handleChange=function(toDate,fromUserSelect){var _a;null===(_a=actionRef.current)||void 0===_a||_a.close(),setControlledValue(toDate),emitValueRef.current=toDate,null==onChange||onChange(toDate,fromUserSelect)},handleClear=foundation_1.useEventCallback((function(evt){null==onClear||onClear(evt),null==handleChange||handleChange(null)})),handleDaySelect=function(day,fromUserSelect){void 0===fromUserSelect&&(fromUserSelect=!0);var newDay=day?utils.startOfDay(day).toDate():null;handleChange(newDay,fromUserSelect)};return react_1.useEffect((function(){if(dayjsValue&&value!==emitValueRef.current&&shouldDisableDate(dayjsValue)){var closestEnabledDate=getClosestEnableDate(dayjsValue);handleDaySelect(closestEnabledDate,!1)}}),[value]),react_1.default.createElement(utils_1.PickerTextField,tslib_1.__assign({ref,action:actionRef,onClear:handleClear,PopoverProps,value:textFiledValue,disabled,ActionSymbol:juno_icon_1.DateBorder},rest),react_1.default.createElement(utils_2.ScreenReaderProvider,{screenReaderProps},react_1.default.createElement(Calendar_1.Calendar,{size,classes:calendarClasses,date:nowDate,dateRange,handleDaySelect,disableFuture,disablePast,loadingIndicator,onMonthChange,renderDay,shouldDisableDate,getInvalidateDateInRange,todayButtonText,formatString})))})),_RcDatePicker=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDatePicker"});return react_1.default.createElement(pickers_1.MuiPickersUtilsProvider,{utils:dayjs_2.default,locale:props.locale,libInstance:dayjs_1.default},react_1.default.createElement(InnerRcDatePicker,tslib_1.__assign({ref},props)))})),RcDatePicker=foundation_1.styled(_RcDatePicker)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcDatePicker=RcDatePicker,RcDatePicker.defaultProps={clearBtn:!0,formatString:"MM/DD/YYYY",size:"medium",todayButtonText:"Today",locale:"en",label:"Date"},RcDatePicker.displayName="RcDatePicker";try{RcDatePicker.displayName="RcDatePicker",RcDatePicker.__docgenInfo={description:"",displayName:"RcDatePicker",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:{value:"Date"},description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial> & Partial<...>)'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Calendar onChange\n@param \n@param",name:"onChange",required:!1,type:{name:"((date: Date | null, fromUserSelect?: boolean) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},date:{defaultValue:null,description:"@deprecated",name:"date",required:!1,type:{name:"Date | null"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},action:{defaultValue:null,description:"can manual trigger close by ref",name:"action",required:!1,type:{name:"((instance: PickerTextFieldRef | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"value for picker",name:"value",required:!1,type:{name:"Date | null"}},size:{defaultValue:{value:"medium"},description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},max:{defaultValue:null,description:"Max date",name:"max",required:!1,type:{name:"Date | Dayjs | null"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nannouncementText for screen reader read",name:"inputProps",required:!1,type:{name:"({ announcementText?: string; } & InputBaseComponentProps)"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"trigger when user click the clear button",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:{value:"true"},description:"when hover on the textField, if show the clearBtn. With default is true.\nis should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},min:{defaultValue:null,description:"Min date",name:"min",required:!1,type:{name:"Date | Dayjs | null"}},disablePast:{defaultValue:null,description:"Disable past dates",name:"disablePast",required:!1,type:{name:"boolean"}},disableFuture:{defaultValue:null,description:"Disable future dates",name:"disableFuture",required:!1,type:{name:"boolean"}},todayButtonText:{defaultValue:{value:"Today"},description:"Text label for Today button\nText label for Today button",name:"todayButtonText",required:!1,type:{name:"string"}},formatString:{defaultValue:{value:"MM/DD/YYYY"},description:"Date format string, default with 'MM/DD/YYYY'\nDate format string, default with 'MM/DD/YYYY'",name:"formatString",required:!1,type:{name:"string"}},renderDay:{defaultValue:null,description:"Custom renderer for day @DateIOType",name:"renderDay",required:!1,type:{name:"((day: MaterialUiPickersDate, selectedDate: MaterialUiPickersDate, dayInCurrentMonth: boolean, dayComponent: Element) => Element)"}},shouldDisableDate:{defaultValue:null,description:"Disable specific date @DateIOType",name:"shouldDisableDate",required:!1,type:{name:"((day: MaterialUiPickersDate) => boolean)"}},onMonthChange:{defaultValue:null,description:"Callback firing on month change. Return promise to render spinner till it will not be resolved @DateIOType",name:"onMonthChange",required:!1,type:{name:"((date: MaterialUiPickersDate) => void | Promise)"}},loadingIndicator:{defaultValue:null,description:"Custom loading indicator",name:"loadingIndicator",required:!1,type:{name:"Element"}},PopoverProps:{defaultValue:null,description:"props for hourPicker component",name:"PopoverProps",required:!1,type:{name:'Pick, "slot" | ... 289 more ... | "PaperProps">'}},ActionSymbol:{defaultValue:null,description:"action icon",name:"ActionSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},locale:{defaultValue:{value:"en"},description:"i18n locale country",name:"locale",required:!1,type:{name:"string"}},screenReaderProps:{defaultValue:null,description:"Props containing functions for getting attribute for target element",name:"screenReaderProps",required:!1,type:{name:"ScreenReaderProps"}},minDate:{defaultValue:null,description:"@deprecated \n@DateIOType",name:"minDate",required:!1,type:{name:"Dayjs | null"}},maxDate:{defaultValue:null,description:"@deprecated \n@DateIOType",name:"maxDate",required:!1,type:{name:"Dayjs | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx#RcDatePicker"]={docgenInfo:RcDatePicker.__docgenInfo,name:"RcDatePicker",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx#RcDatePicker"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),SelectArrowDownIcon_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),DatePickerHeader=react_1.memo((function(props){var focusedDate=props.focusedDate,onMonthChange=props.onMonthChange,disablePrevMonth=props.disablePrevMonth,disableNextMonth=props.disableNextMonth,onViewChange=props.onViewChange,view=props.view,size=props.size,classes=props.classes,utils=pickers_1.useUtils(),preMonth=utils.getPreviousMonth(focusedDate),nextMonth=utils.getNextMonth(focusedDate),monthLabel=utils.getCalendarHeaderText(focusedDate),changeFromRef=react_1.useRef(),ariaExpanded="year"===view,_a=utils_1.useScreenReaderContext(),getMonthYearAriaLabel=_a.getMonthYearAriaLabel,getSwitchMonthAriaLabel=_a.getSwitchMonthAriaLabel,monthYearAriaLabel=null==getMonthYearAriaLabel?void 0:getMonthYearAriaLabel(""+monthLabel,ariaExpanded),nextMonthAriaLabel=null==getSwitchMonthAriaLabel?void 0:getSwitchMonthAriaLabel(!0,utils.getMonthText(focusedDate)),previousMonthAriaLabel=null==getSwitchMonthAriaLabel?void 0:getSwitchMonthAriaLabel(!1,utils.getMonthText(focusedDate));return react_1.default.createElement(react_1.default.Fragment,null,changeFromRef.current&&react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{role:"region","aria-live":"assertive"},"next"===changeFromRef.current?nextMonthAriaLabel:previousMonthAriaLabel),react_1.default.createElement(styles_1.SwitchHeaderWrapper,{size,className:classes.header},react_1.default.createElement(styles_1.StyledCurrentMonth,{role:"button",tabIndex:0,"data-focusable":!0,view,onClick:onViewChange,"aria-label":monthYearAriaLabel,"aria-expanded":ariaExpanded,"data-test-automation-id":"date-picker-month-year",className:classes.select},monthLabel,react_1.default.createElement(SelectArrowDownIcon_1.SelectArrowDownIcon,null)),react_1.default.createElement(styles_1.SwitchHeaderButtonWrapper,{size,gap:3,view},react_1.default.createElement(styles_1.SwitchHeaderButton,{color:"neutral.f04",size:"small",disabled:disablePrevMonth,onClick:function(){onMonthChange(preMonth,"right"),changeFromRef.current="previous"},symbol:juno_icon_1.ArrowLeft2,"aria-label":previousMonthAriaLabel,"data-picker-action":!0,"data-test-automation-id":"date-picker-pre-month",className:classes.leftArrow,focusVariant:"focusRing"}),react_1.default.createElement(styles_1.SwitchHeaderButton,{color:"neutral.f04",size:"small",disabled:disableNextMonth,onClick:function(){onMonthChange(nextMonth,"left"),changeFromRef.current="next"},symbol:juno_icon_1.ArrowRight,"aria-label":nextMonthAriaLabel,"data-picker-action":!0,"data-test-automation-id":"date-picker-next-month",className:classes.rightArrow,focusVariant:"focusRing"}))))}));exports.DatePickerHeader=DatePickerHeader,DatePickerHeader.defaultProps={disablePrevMonth:!1,disableNextMonth:!1},DatePickerHeader.displayName="RcDatePickerHeader";try{RcDatePickerHeader.displayName="RcDatePickerHeader",RcDatePickerHeader.__docgenInfo={description:"",displayName:"RcDatePickerHeader",props:{focusedDate:{defaultValue:null,description:"the month on display",name:"focusedDate",required:!0,type:{name:"Dayjs"}},slideDirection:{defaultValue:null,description:"with options 'right' | 'left'",name:"slideDirection",required:!0,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'}]}},view:{defaultValue:null,description:"the current view mode, with options 'day' | 'year'.",name:"view",required:!0,type:{name:"enum",value:[{value:'"day"'},{value:'"year"'}]}},onViewChange:{defaultValue:null,description:"when change view mode",name:"onViewChange",required:!0,type:{name:"() => void"}},onMonthChange:{defaultValue:null,description:"trigger when Month changes",name:"onMonthChange",required:!0,type:{name:"(date: MaterialUiPickersDate, direction: SlideDirection) => void | Promise"}},disablePrevMonth:{defaultValue:{value:"false"},description:"is disable PrevMonth? with default false.",name:"disablePrevMonth",required:!1,type:{name:"boolean"}},disableNextMonth:{defaultValue:{value:"false"},description:"is disable NextMonth? with default false.",name:"disableNextMonth",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"two sizes: medium and small, default is medium.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx#RcDatePickerHeader"]={docgenInfo:RcDatePickerHeader.__docgenInfo,name:"RcDatePickerHeader",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx#RcDatePickerHeader"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Day.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),_Day=react_1.forwardRef((function(props,ref){var children=props.children,disabled=props.disabled,hidden=props.hidden,selected=(props.current,props.selected),size=props.size,focused=props.focused,rest=(props.day,tslib_1.__rest(props,["children","disabled","hidden","current","selected","size","focused","day"]));return react_1.default.createElement(styles_1.PickerBaseIconButton,tslib_1.__assign({"aria-pressed":focused,ref,size,selected,"data-picker-focused":focused?"":void 0,hidden,"data-test-automation-class":hidden?"date-picker-hidden-day":"date-picker-day","data-test-automation-value":children,disabled},rest),react_1.default.createElement(react_1.default.Fragment,null,children))}));_Day.displayName="RcDay",_Day.defaultProps={disabled:!1,hidden:!1,current:!1,selected:!1};var templateObject_1,Day=react_1.memo(foundation_1.styled(_Day)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),styles_2.DayStyle));exports.Day=Day},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Year.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),Year=react_1.memo(react_1.forwardRef((function(props,ref){var onSelect=props.onSelect,value=props.value,selected=props.selected,disabled=props.disabled,focused=props.focused,children=props.children,rest=tslib_1.__rest(props,["onSelect","value","selected","disabled","focused","children"]),getYearAriaLabel=utils_1.useScreenReaderContext().getYearAriaLabel,_handleClick=foundation_1.useEventCallback((function(){return onSelect(value)})),className=clsx_1.default({"Year-selected":selected,"Year-disabled":disabled}),yearAriaLabel=null==getYearAriaLabel?void 0:getYearAriaLabel(""+value,selected),handleClick=disabled?void 0:_handleClick;return react_1.default.createElement(styles_1.StyledYear,tslib_1.__assign({radius:"round",onClick:handleClick,onKeyPress:handleClick,ref,selected,"aria-pressed":focused,size:"medium","aria-label":yearAriaLabel,className,"data-focusable":selected,"data-test-automation-class":"date-picker-year","data-test-automation-value":children},rest),react_1.default.createElement(react_1.default.Fragment,null,children))})));exports.Year=Year,Year.displayName="RcYear"},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),Year_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Year.tsx"),Years=react_1.forwardRef((function(props,ref){var _a,date=props.date,onYearChange=props.onYearChange,minDate=props.minDate,size=props.size,maxDate=props.maxDate,disablePast=props.disablePast,disableFuture=props.disableFuture,now=props.now,utils=pickers_1.useUtils(),containerRef=react_1.useRef(null),combineRef=foundation_1.useForkRef(containerRef,ref),selectedYearRef=react_1.useRef(null),currentYear=utils.getYear(date||now),years=react_1.useMemo((function(){return utils.getYearRange(minDate,maxDate)}),[maxDate,minDate,utils]),onYearSelect=foundation_1.useEventCallback((function(year){var newDate=utils.setYear(date,year);onYearChange(newDate)})),focusedIndexRef=react_1.useRef(0),focusedYear=null===(_a=years[focusedIndexRef.current])||void 0===_a?void 0:_a.year(),_b=foundation_1.useOnlyOneFocusable({focusedIndexRef,containerRef}),focusIndex=_b.focusIndex,getItemProps=_b.getItemProps,getOptionDisabled=function(year){return Boolean(disablePast&&utils.isBeforeYear(year,now)||disableFuture&&utils.isAfterYear(year,now))},columns="small"===size?2:4,handleKeyDown=foundation_1.useKeyboardMoveFocus({options:years,focusedIndexRef,columns,infinite:"order",onFocusedIndexChange:function(event,toIndex){focusIndex(toIndex),null==event||event.preventDefault()},getOptionDisabled}).onKeyFocusedIndexHandle;return react_1.useLayoutEffect((function(){var index=years.findIndex((function(x){return utils.getYear(x)===currentYear}));focusIndex(index)}),[]),react_1.default.createElement(styles_1.YearsWrapper,{role:"presentation","aria-label":" ",columns,ref:combineRef,onKeyDown:handleKeyDown},years.map((function(year,index){var yearNumber=utils.getYear(year),selected=yearNumber===currentYear,focused=yearNumber===focusedYear,disabled=getOptionDisabled(year);return react_1.default.createElement("li",{key:utils.getYearText(year)},react_1.default.createElement(Year_1.Year,tslib_1.__assign({},getItemProps(index),{ref:focused?selectedYearRef:void 0,key:utils.getYearText(year),selected,focused:yearNumber===focusedYear,value:yearNumber,onSelect:onYearSelect,disabled}),utils.getYearText(year)))})))}));exports.Years=Years,Years.displayName="RcYears";try{RcYears.displayName="RcYears",RcYears.__docgenInfo={description:"",displayName:"RcYears",props:{date:{defaultValue:null,description:"the selected date.",name:"date",required:!0,type:{name:"MaterialUiPickersDate"}},minDate:{defaultValue:null,description:"min Date of the displayed years range.",name:"minDate",required:!0,type:{name:"Dayjs"}},maxDate:{defaultValue:null,description:"max Date of the displayed years range.",name:"maxDate",required:!0,type:{name:"Dayjs"}},disablePast:{defaultValue:null,description:"is disable the past years.",name:"disablePast",required:!1,type:{name:"boolean"}},disableFuture:{defaultValue:null,description:"is disable the future years.",name:"disableFuture",required:!1,type:{name:"boolean"}},onYearChange:{defaultValue:null,description:"when selected year changes.",name:"onYearChange",required:!0,type:{name:"(date: MaterialUiPickersDate) => void"}},now:{defaultValue:null,description:"now date",name:"now",required:!0,type:{name:"MaterialUiPickersDate"}},size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx#RcYears"]={docgenInfo:RcYears.__docgenInfo,name:"RcYears",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx#RcYears"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Typography_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Typography/index.js")),SlideTransition_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/pickers/views/Calendar/SlideTransition.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),CalendarSlideTransitionWrapper=foundation_1.styled(SlideTransition_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n min-height: 160px;\n margin: ",";\n"],["\n min-height: 160px;\n margin: ",";\n"])),foundation_1.spacing(0,0,3));exports.CalendarSlideTransitionWrapper=CalendarSlideTransitionWrapper;var ProgressContainer=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n"])));exports.ProgressContainer=ProgressContainer;var WeekWrapper=foundation_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n\n ",";\n"],["\n display: flex;\n justify-content: center;\n\n ",";\n"])),(function(_a){return"small"===_a.size?foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 28px;\n "],["\n height: 28px;\n "]))):foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n height: 32px;\n\n & > div:not(:first-child) {\n margin-left: ",";\n }\n "],["\n height: 32px;\n\n & > div:not(:first-child) {\n margin-left: ",";\n }\n "])),foundation_1.spacing(1))}));exports.WeekWrapper=WeekWrapper;var StyledDaysHeader=foundation_1.styled.div(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n ",";\n ","\n"],["\n ",";\n ","\n"])),foundation_1.flexCenterStyle,(function(_a){return"small"===_a.size?foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n height: 28px;\n "," {\n width: 20px;\n max-width: 20px;\n flex: none;\n }\n "],["\n height: 28px;\n "," {\n width: 20px;\n max-width: 20px;\n flex: none;\n }\n "])),StyledDayLabel):foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n height: 32px;\n "],["\n height: 32px;\n "])))}));exports.StyledDaysHeader=StyledDaysHeader;var StyledDayLabel=foundation_1.styled(Typography_1.default)(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n ","\n\n text-align: center;\n ",";\n color: ",";\n"],["\n ","\n\n text-align: center;\n ",";\n color: ",";\n"])),(function(_a){return"small"===_a.size?foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n &:not(:first-child) {\n margin-left: ",";\n }\n "],["\n &:not(:first-child) {\n margin-left: ",";\n }\n "])),foundation_1.spacing(.5)):foundation_1.css(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n width: 32px;\n\n &:not(:first-child) {\n margin-left: ",";\n }\n "],["\n width: 32px;\n\n &:not(:first-child) {\n margin-left: ",";\n }\n "])),foundation_1.spacing(1))}),foundation_1.typography("caption1"),foundation_1.palette2("neutral","f04"));exports.StyledDayLabel=StyledDayLabel;var DatePickerWrapper=foundation_1.styled.div(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n ",";\n\n box-sizing: border-box;\n padding: ",";\n display: flex;\n flex-direction: column;\n background-color: ",";\n ",";\n overflow: hidden;\n"],["\n ",";\n\n box-sizing: border-box;\n padding: ",";\n display: flex;\n flex-direction: column;\n background-color: ",";\n ",";\n overflow: hidden;\n"])),(function(_a){var size=_a.size,_b=utils_1.RcDatePickerSizes[size],width=_b.width,height=_b.height;return foundation_1.css(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),width,height)}),foundation_1.spacing(3,0),foundation_1.palette2("neutral","elevation"),foundation_1.fakeBorder());exports.DatePickerWrapper=DatePickerWrapper;var DaysWrapper=foundation_1.styled.div(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n min-height: 216px;\n"],["\n min-height: 216px;\n"])));exports.DaysWrapper=DaysWrapper;var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,DayFooterWrapper=foundation_1.styled.div(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n bottom: ",";\n left: 0;\n width: 100%;\n"],["\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n bottom: ",";\n left: 0;\n width: 100%;\n"])),foundation_1.spacing(3));exports.DayFooterWrapper=DayFooterWrapper;try{CalendarSlideTransitionWrapper.displayName="CalendarSlideTransitionWrapper",CalendarSlideTransitionWrapper.__docgenInfo={description:"",displayName:"CalendarSlideTransitionWrapper",props:{className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},slideDirection:{defaultValue:null,description:"",name:"slideDirection",required:!0,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'}]}},transKey:{defaultValue:null,description:"",name:"transKey",required:!0,type:{name:"ReactText"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#CalendarSlideTransitionWrapper"]={docgenInfo:CalendarSlideTransitionWrapper.__docgenInfo,name:"CalendarSlideTransitionWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#CalendarSlideTransitionWrapper"})}catch(__react_docgen_typescript_loader_error){}try{DatePickerWrapper.displayName="DatePickerWrapper",DatePickerWrapper.__docgenInfo={description:"",displayName:"DatePickerWrapper",props:{size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DatePickerWrapper"]={docgenInfo:DatePickerWrapper.__docgenInfo,name:"DatePickerWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DatePickerWrapper"})}catch(__react_docgen_typescript_loader_error){}try{DayFooterWrapper.displayName="DayFooterWrapper",DayFooterWrapper.__docgenInfo={description:"",displayName:"DayFooterWrapper",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DayFooterWrapper"]={docgenInfo:DayFooterWrapper.__docgenInfo,name:"DayFooterWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DayFooterWrapper"})}catch(__react_docgen_typescript_loader_error){}try{DaysWrapper.displayName="DaysWrapper",DaysWrapper.__docgenInfo={description:"",displayName:"DaysWrapper",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DaysWrapper"]={docgenInfo:DaysWrapper.__docgenInfo,name:"DaysWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DaysWrapper"})}catch(__react_docgen_typescript_loader_error){}try{ProgressContainer.displayName="ProgressContainer",ProgressContainer.__docgenInfo={description:"",displayName:"ProgressContainer",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#ProgressContainer"]={docgenInfo:ProgressContainer.__docgenInfo,name:"ProgressContainer",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#ProgressContainer"})}catch(__react_docgen_typescript_loader_error){}try{StyledDayLabel.displayName="StyledDayLabel",StyledDayLabel.__docgenInfo={description:"",displayName:"StyledDayLabel",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"",name:"variant",required:!1,type:{name:"enum",value:[{value:'"button"'},{value:'"caption"'},{value:'"h1"'},{value:'"h2"'},{value:'"h3"'},{value:'"h4"'},{value:'"h5"'},{value:'"h6"'},{value:'"inherit"'},{value:'"body2"'},{value:'"body1"'},{value:'"subtitle1"'},{value:'"subtitle2"'},{value:'"overline"'},{value:'"srOnly"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},variantMapping:{defaultValue:null,description:"",name:"variantMapping",required:!1,type:{name:"Partial>"}},size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDayLabel"]={docgenInfo:StyledDayLabel.__docgenInfo,name:"StyledDayLabel",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDayLabel"})}catch(__react_docgen_typescript_loader_error){}try{StyledDaysHeader.displayName="StyledDaysHeader",StyledDaysHeader.__docgenInfo={description:"",displayName:"StyledDaysHeader",props:{size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDaysHeader"]={docgenInfo:StyledDaysHeader.__docgenInfo,name:"StyledDaysHeader",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDaysHeader"})}catch(__react_docgen_typescript_loader_error){}try{WeekWrapper.displayName="WeekWrapper",WeekWrapper.__docgenInfo={description:"",displayName:"WeekWrapper",props:{size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#WeekWrapper"]={docgenInfo:WeekWrapper.__docgenInfo,name:"WeekWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#WeekWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),monthInactiveStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &,\n "," {\n color: ",";\n }\n"],["\n &,\n "," {\n color: ",";\n }\n"])),Icon_1.RcIcon,foundation_1.focusVisibleColor),StyledCurrentMonth=foundation_1.styled.button(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n background: none;\n border: none;\n cursor: pointer;\n outline: inherit;\n\n ",";\n position: relative;\n cursor: pointer;\n margin-left: ",";\n color: ",";\n ",";\n border-radius: ",";\n\n padding: ",";\n\n ",";\n\n "," {\n margin-left: ",";\n transform: rotate(","deg);\n color: ",";\n }\n\n "," {\n ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n"],["\n background: none;\n border: none;\n cursor: pointer;\n outline: inherit;\n\n ",";\n position: relative;\n cursor: pointer;\n margin-left: ",";\n color: ",";\n ",";\n border-radius: ",";\n\n padding: ",";\n\n ",";\n\n "," {\n margin-left: ",";\n transform: rotate(","deg);\n color: ",";\n }\n\n "," {\n ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n"])),foundation_1.flexCenterStyle,foundation_1.spacing(5),utils_2.textColor,foundation_1.typography("body2"),foundation_1.radius("sm"),foundation_1.spacing(1,0,1,1),foundation_1.focusVisibleShadowStyle("lg",void 0,void 0,2),Icon_1.RcIcon,foundation_1.spacing(2),(function(_a){return"day"===_a.view?"0":"180"}),foundation_1.palette2("neutral","f04"),foundation_1.focusVisible,monthInactiveStyle,foundation_1.nonTouchHoverMedia,monthInactiveStyle);exports.StyledCurrentMonth=StyledCurrentMonth;var SwitchHeaderWrapper=foundation_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n\n ","\n"],["\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n\n ","\n"])),(function(_a){return"small"===_a.size?"":foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 24px;\n margin-bottom: 12px;\n "],["\n height: 24px;\n margin-bottom: 12px;\n "])))}));exports.SwitchHeaderWrapper=SwitchHeaderWrapper;var SwitchHeaderButtonWrapper=foundation_1.styled(Buttons_1.RcIconButtonGroup)(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n flex: 1;\n display: ",";\n justify-content: flex-end;\n padding-right: 12px;\n\n ","\n"],["\n flex: 1;\n display: ",";\n justify-content: flex-end;\n padding-right: 12px;\n\n ","\n"])),(function(_a){return"day"===_a.view?"flex":"none"}),(function(_a){return"small"===_a.size?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n flex: 1 1 100%;\n "],["\n flex: 1 1 100%;\n "]))):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n height: 24px;\n "],["\n height: 24px;\n "])))}));exports.SwitchHeaderButtonWrapper=SwitchHeaderButtonWrapper;var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,SwitchHeaderButton=foundation_1.styled(Buttons_1.RcIconButton)(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n &."," {\n "," {\n font-size: 24px;\n }\n }\n"],["\n &."," {\n "," {\n font-size: 24px;\n }\n }\n"])),utils_1.RcIconButtonClasses.root,Icon_1.RcIcon);exports.SwitchHeaderButton=SwitchHeaderButton;try{StyledCurrentMonth.displayName="StyledCurrentMonth",StyledCurrentMonth.__docgenInfo={description:"",displayName:"StyledCurrentMonth",props:{view:{defaultValue:null,description:"the current view mode, with options 'day' | 'year'.",name:"view",required:!0,type:{name:"enum",value:[{value:'"day"'},{value:'"year"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#StyledCurrentMonth"]={docgenInfo:StyledCurrentMonth.__docgenInfo,name:"StyledCurrentMonth",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#StyledCurrentMonth"})}catch(__react_docgen_typescript_loader_error){}try{SwitchHeaderButton.displayName="SwitchHeaderButton",SwitchHeaderButton.__docgenInfo={description:"",displayName:"SwitchHeaderButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButton"]={docgenInfo:SwitchHeaderButton.__docgenInfo,name:"SwitchHeaderButton",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButton"})}catch(__react_docgen_typescript_loader_error){}try{SwitchHeaderButtonWrapper.displayName="SwitchHeaderButtonWrapper",SwitchHeaderButtonWrapper.__docgenInfo={description:"",displayName:"SwitchHeaderButtonWrapper",props:{direction:{defaultValue:null,description:"The arrangement of components, default is `horizontal`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},radius:{defaultValue:null,description:"radius token for `border-radius`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},component:{defaultValue:null,description:"component for render root container, default is `div`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},gap:{defaultValue:null,description:"Define the size of the gap between below each components.",name:"gap",required:!1,type:{name:"number"}},isStopPropagation:{defaultValue:null,description:"is Stop Propagation for the bar click",name:"isStopPropagation",required:!1,type:{name:"boolean"}},view:{defaultValue:null,description:"the current view mode, with options 'day' | 'year'.",name:"view",required:!0,type:{name:"enum",value:[{value:'"day"'},{value:'"year"'}]}},size:{defaultValue:null,description:"two sizes: medium and small, default is medium.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButtonWrapper"]={docgenInfo:SwitchHeaderButtonWrapper.__docgenInfo,name:"SwitchHeaderButtonWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButtonWrapper"})}catch(__react_docgen_typescript_loader_error){}try{SwitchHeaderWrapper.displayName="SwitchHeaderWrapper",SwitchHeaderWrapper.__docgenInfo={description:"",displayName:"SwitchHeaderWrapper",props:{size:{defaultValue:null,description:"two sizes: medium and small, default is medium.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderWrapper"]={docgenInfo:SwitchHeaderWrapper.__docgenInfo,name:"SwitchHeaderWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),CurrentDayStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border: 1px solid ",";\n"],["\n border: 1px solid ",";\n"])),foundation_1.palette2("neutral","b04"));exports.DayStyle=function(_a){var current=_a.current,size=_a.size,hidden=_a.hidden,selected=_a.selected,sizeValue=utils_2.RcDatePickerIconWidths[size];return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &."," {\n width: ",";\n height: ",";\n margin: 0 2px;\n visibility: ",";\n ",";\n ",";\n\n ","\n }\n "],["\n &."," {\n width: ",";\n height: ",";\n margin: 0 2px;\n visibility: ",";\n ",";\n ",";\n\n ","\n }\n "])),utils_1.RcIconButtonClasses.root,sizeValue,sizeValue,hidden&&"hidden",foundation_1.typography("caption1"),current&&!selected&&CurrentDayStyle,styles_1.datePickerCustomFocusRingStyle)};try{DayStyle.displayName="DayStyle",DayStyle.__docgenInfo={description:"",displayName:"DayStyle",props:{children:{defaultValue:null,description:"Day text",name:"children",required:!0,type:{name:"ReactNode"}},current:{defaultValue:null,description:"is today, default with false",name:"current",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"is disabled?, default with false",name:"disabled",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"is focused?, default with false",name:"focused",required:!1,type:{name:"boolean"}},hidden:{defaultValue:null,description:"is hidden? default with false",name:"hidden",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"is selected? default with false",name:"selected",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with prop medium and small, default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},day:{defaultValue:null,description:"",name:"day",required:!0,type:{name:"MaterialUiPickersDate"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx#DayStyle"]={docgenInfo:DayStyle.__docgenInfo,name:"DayStyle",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx#DayStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts");exports.StyledYear=foundation_1.styled(styles_1.PickerBaseIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n width: 56px;\n min-width: 56px;\n height: 28px;\n margin: 4px 0;\n ",";\n ",";\n }\n"],["\n &."," {\n width: 56px;\n min-width: 56px;\n height: 28px;\n margin: 4px 0;\n ",";\n ",";\n }\n"])),utils_1.RcIconButtonClasses.root,foundation_1.typography("body1"),styles_1.datePickerCustomFocusRingStyle);try{StyledYear.displayName="StyledYear",StyledYear.__docgenInfo={description:"",displayName:"StyledYear",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx#StyledYear"]={docgenInfo:StyledYear.__docgenInfo,name:"StyledYear",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx#StyledYear"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.YearsWrapper=foundation_1.styled.ul(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n overflow-y: auto;\n padding-left: 16px;\n\n li {\n list-style: none;\n\n &:not(:nth-child(","n + 1)) {\n margin-left: 4px;\n }\n }\n"],["\n display: flex;\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n overflow-y: auto;\n padding-left: 16px;\n\n li {\n list-style: none;\n\n &:not(:nth-child(","n + 1)) {\n margin-left: 4px;\n }\n }\n"])),(function(_a){return _a.columns}));try{YearsWrapper.displayName="YearsWrapper",YearsWrapper.__docgenInfo={description:"",displayName:"YearsWrapper",props:{columns:{defaultValue:null,description:"",name:"columns",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx#YearsWrapper"]={docgenInfo:YearsWrapper.__docgenInfo,name:"YearsWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx#YearsWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),ScreenReaderContext=react_1.createContext({});exports.ScreenReaderContext=ScreenReaderContext;exports.useScreenReaderContext=function(){return react_1.useContext(ScreenReaderContext)};var ScreenReaderProvider=function(_a){var screenReaderProps=_a.screenReaderProps,children=_a.children;return react_1.default.createElement(ScreenReaderContext.Provider,{value:screenReaderProps||{}},children)};exports.ScreenReaderProvider=ScreenReaderProvider;try{ScreenReaderProvider.displayName="ScreenReaderProvider",ScreenReaderProvider.__docgenInfo={description:"",displayName:"ScreenReaderProvider",props:{screenReaderProps:{defaultValue:null,description:"",name:"screenReaderProps",required:!0,type:{name:"ScreenReaderProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx#ScreenReaderProvider"]={docgenInfo:ScreenReaderProvider.__docgenInfo,name:"ScreenReaderProvider",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx#ScreenReaderProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts");exports.textColor=foundation_1.palette2("neutral","f06"),exports.primaryColor=foundation_1.palette2("interactive","b02"),exports.primaryHoverColor=foundation_1.setOpacity(exports.primaryColor,"16"),exports.disabledColor=foundation_1.palette2("disabled","f02"),exports.RcDatePickerClasses=foundation_1.RcClasses(["popover","popoverPaper","calendarSlider","footer","progress","header","leftArrow","rightArrow","select"],"RcDatePicker"),exports.RcDatePickerSizes={small:{width:styles_1.RcDefaultTextFieldWidth,height:"296px"},medium:{width:"272px",height:"308px"}},exports.RcDatePickerIconWidths={small:"18px",medium:"28px"},exports.focusDayElement=function(doc){void 0===doc&&(doc=document);var elm=doc.querySelector("[data-picker-focused]");null==elm||elm.focus()},exports.isSameYearAndMonth=function(_a,utils){var source=_a.source,comparing=_a.comparing;if(!source||!comparing)return!1;var thisMonth=utils.getMonth(source),thisYear=utils.getYear(source),comparingMonth=utils.getMonth(comparing),comparingYear=utils.getYear(comparing);return thisMonth===comparingMonth&&thisYear===comparingYear},exports.onTransitionEnd=function(event,doc){void 0===doc&&(doc=document);var activeElm=doc.activeElement;event.target.dataset.transitionTag&&"true"!==activeElm.dataset.pickerAction&&exports.focusDayElement()},exports.invalidateDateInRange=function(day,_a,utils){var _b=_a.dateRange,min=_b.min,max=_b.max,disableFuture=_a.disableFuture,disablePast=_a.disablePast,now=_a.now;return disableFuture&&utils.isAfterDay(day,now)||disablePast&&utils.isBeforeDay(day,now)?now:min&&utils.isBeforeDay(day,utils.date(min))?min:!(!max||!utils.isAfterDay(day,utils.date(max)))&&max}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StyledNumberPicker_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx"),StyledTimeIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),_NumberPicker=react_1.forwardRef((function(props,ref){var onClick=props.onClick,value=props.value,onUpdateValue=props.onUpdateValue,onKeyDown=props.onKeyDown,source=props.source,automationId=props.automationId,size=props.size,minProp=props.min,maxProp=props.max,onClose=props.onClose,step=props.step,onInnerChange=props.onInnerChange,renderValue=props.renderValue,getScreenReaderLabel=props.getScreenReaderLabel,autoFocus=props.autoFocus,rest=tslib_1.__rest(props,["onClick","value","onUpdateValue","onKeyDown","source","automationId","size","min","max","onClose","step","onInnerChange","renderValue","getScreenReaderLabel","autoFocus"]),forceUpdate=foundation_1.useForceUpdate(),_a=tslib_1.__read(foundation_1.useRefState(value,forceUpdate),2),innerValueRef=_a[0],setInnerValue=_a[1],rangeRef=react_1.useRef({max:maxProp,min:minProp}),pickerRef=react_1.useRef(null);react_1.useLayoutEffect((function(){autoFocus&&pickerRef.current.focus()}),[]),foundation_1.useDepsChange((function(){rangeRef.current={max:maxProp,min:minProp}}),[maxProp,minProp]),foundation_1.useChange((function(){innerValueRef.current!==value&&setInnerValue(value,!1)}),(function(){return value}));var innerValue=innerValueRef.current,index=Math.floor(innerValue/step),isFirst=0===index,isLatest=index===source.length-1,firstValue=source[0],latestValue=source[source.length-1],decreaseValue=isFirst?latestValue:source[index-1],increaseValue=isLatest?firstValue:source[index+1],_b=rangeRef.current,min=_b.min,max=_b.max,decreaseDisabled=isFirst?!!(void 0!==max&&latestValue>max):!!(void 0!==min&&decreaseValuemax),showValue=react_1.useMemo((function(){return renderValue?renderValue(innerValue):utils_1.pad(innerValue)}),[innerValue,renderValue]),label=null==getScreenReaderLabel?void 0:getScreenReaderLabel(showValue),handleKeyDown=foundation_1.useEventCallback((function(event){var keydownSubmit=function(){event.stopPropagation(),onUpdateValue(innerValueRef.current),onClose(event)},handleInnerValueChange=function(toValue){setInnerValue(toValue),null==onInnerChange||onInnerChange(toValue)};useKeyDown_1.runKeyHandler(event,{ArrowUp:function(){increaseDisabled||handleInnerValueChange(increaseValue)},ArrowDown:function(){decreaseDisabled||handleInnerValueChange(decreaseValue)},Enter:keydownSubmit," ":keydownSubmit}),null==onKeyDown||onKeyDown(event)}));react_1.useImperativeHandle(ref,(function(){return{value:innerValue,setRange:function(newRange){var range=rangeRef.current;if(range.max!==newRange.max||range.min!==newRange.min){var currentValue=-1;void 0!==newRange.max&&innerValueRef.current>newRange.max&&(currentValue=newRange.max),void 0!==newRange.min&&innerValueRef.current void)"}},step:{defaultValue:null,description:"each step value",name:"step",required:!0,type:{name:"number"}},autoFocus:{defaultValue:null,description:"If `true`, the `NumberPicker` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"selected value",name:"value",required:!0,type:{name:"number"}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},onClose:{defaultValue:null,description:"trigger when confirm value",name:"onClose",required:!0,type:{name:"(event: KeyboardEvent) => void"}},max:{defaultValue:null,description:"max number",name:"max",required:!1,type:{name:"number"}},min:{defaultValue:null,description:"min number",name:"min",required:!1,type:{name:"number"}},onUpdateValue:{defaultValue:null,description:"trigger when want update value",name:"onUpdateValue",required:!0,type:{name:"(value?: number | undefined) => void"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},onInnerChange:{defaultValue:null,description:"trigger when inner update",name:"onInnerChange",required:!1,type:{name:"((value?: number) => void)"}},automationId:{defaultValue:null,description:"automationId, used for test",name:"automationId",required:!1,type:{name:"string"}},getScreenReaderLabel:{defaultValue:null,description:"get label for screen reader",name:"getScreenReaderLabel",required:!1,type:{name:"((value: string) => string)"}},renderValue:{defaultValue:null,description:"render value fn",name:"renderValue",required:!1,type:{name:"((value: number) => string)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx#NumberPicker"]={docgenInfo:NumberPicker.__docgenInfo,name:"NumberPicker",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx#NumberPicker"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),SelectionView=function(props){var source=props.source,onClick=props.onClick,value=props.value,automationId=props.automationId,size=props.size,minProp=props.min,maxProp=props.max,isTwelveHourSystem=props.isTwelveHourSystem,min=void 0!==minProp&&isTwelveHourSystem?minProp%utils_1.HALF_DAY_HOURS:minProp,max=void 0!==maxProp&&isTwelveHourSystem?maxProp%utils_1.HALF_DAY_HOURS:maxProp,handleClick=function(toValue,disabled){if(!disabled)return function(){return onClick(toValue)}},showValue=utils_1.parseNumberToString(value,isTwelveHourSystem);return react_1.default.createElement(styles_1.StyledSelectionView,{size},source.map((function(v){var disabled=!!(void 0!==max&&v>max||void 0!==min&&v void"}},automationId:{defaultValue:null,description:"automationId, used for test",name:"automationId",required:!1,type:{name:"string"}},min:{defaultValue:null,description:"min time",name:"min",required:!1,type:{name:"number"}},max:{defaultValue:null,description:"max time",name:"max",required:!1,type:{name:"number"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},disabled:{defaultValue:null,description:"disabled of icon",name:"disabled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx#SelectionView"]={docgenInfo:SelectionView.__docgenInfo,name:"SelectionView",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx#SelectionView"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/TimePicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/index.ts"),constant_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts"),NumberPicker_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx"),SelectionView_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts"),ToggleText_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),defaultPeriodTexts={input:{AM:"AM",PM:"PM"},toggle:{AM:"AM",PM:"PM"}},_RcTimePicker=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTimePicker"}),isTwelveHourSystem=props.isTwelveHourSystem,value=props.value,onChange=props.onChange,disabled=props.disabled,dateMode=props.dateMode,min=props.min,max=props.max,size=props.size,onClear=(props.onKeyDown,props.onClear),HourPickerProps=props.HourPickerProps,MinutePickerProps=props.MinutePickerProps,PeriodToggleProps=props.PeriodToggleProps,PopoverPropsProp=props.PopoverProps,classes=(props.InputProps,props.classes),defaultPickerValue=props.defaultPickerValue,_a=props.periodTexts,periodTexts=void 0===_a?defaultPeriodTexts:_a,rest=tslib_1.__rest(props,["isTwelveHourSystem","value","onChange","disabled","dateMode","min","max","size","onKeyDown","onClear","HourPickerProps","MinutePickerProps","PeriodToggleProps","PopoverProps","InputProps","classes","defaultPickerValue","periodTexts"]),actionRef=react_1.useRef(null),hourRef=react_1.useRef(null),minuteRef=react_1.useRef(null),periodRef=react_1.useRef(null),textFiledValueRef=react_1.useRef(""),_b=tslib_1.__read(react_1.useState("none"),2),selectionShowType=_b[0],setSelectionType=_b[1],_c=null!==value?{nowTime:value,isShowTextfieldValue:!0}:defaultPickerValue?{nowTime:defaultPickerValue,isShowTextfieldValue:!1}:{nowTime:null,isShowTextfieldValue:!1},nowTime=_c.nowTime,isShowTextfieldValue=_c.isShowTextfieldValue,isHaveValue=null!==nowTime,isDateMode=nowTime instanceof Date||dateMode,currentTimestamp=utils_2.getTimestamp(nowTime),currentHourMinute=utils_2.getHourAndMinute(currentTimestamp),isHourView="hour"===selectionShowType,currentPeriod=utils_2.getPeriod(currentHourMinute.hour),recoupHour=isTwelveHourSystem&¤tPeriod===constant_1.TIME_SYSTEM_TEXT.PM?utils_2.HALF_DAY_HOURS:0,range=react_1.useMemo((function(){return utils_2.getRangeBoundary({min,max})}),[max,min]),getEmitInitDate=foundation_1.useEventCallback((function(){var date=null!==nowTime?new Date(nowTime):new Date,hour=currentHourMinute.hour,minute=currentHourMinute.minute;return date.setHours(hour,minute,0,0),date})),handleChange=react_1.useCallback((function(toValue){onChange&&onChange(isDateMode?toValue:toValue?utils_2.getTimestampFromDate(toValue):null)}),[isDateMode,onChange]),updateTime=function(option){var _a,_b,_c,_d=option.hour,hour=void 0===_d?null===(_a=hourRef.current)||void 0===_a?void 0:_a.value:_d,_e=option.minute,minute=void 0===_e?null===(_b=minuteRef.current)||void 0===_b?void 0:_b.value:_e,_f=option.period,period=void 0===_f?null===(_c=periodRef.current)||void 0===_c?void 0:_c.value:_f,time=getEmitInitDate();if(void 0!==minute&&time.setMinutes(minute),void 0!==hour&&time.setHours(hour+recoupHour),void 0!==period){var currHour=time.getHours();period===constant_1.TIME_SYSTEM_TEXT.PM?currHour=utils_2.HALF_DAY_HOURS&&time.setHours(currHour-utils_2.HALF_DAY_HOURS)}var toTimestamp=utils_2.getTimestamp(time);range.max.date&&toTimestamp>range.max.timestamp?(time.setHours(range.max.hour),time.setMinutes(range.max.minute)):range.min.date&&toTimestamprange.max.timestamp?(time.setHours(range.max.hour),time.setMinutes(range.max.minute),handleChange(time)):range.min.date&¤tTimestamp=utils_2.HALF_DAY_HOURS||range.max.hour&&range.min.hour{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),constant_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),A11yUtils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/A11yUtils.ts"),_ToggleText=react_1.memo(react_1.forwardRef((function(_a,ref){var onUpdateValue=_a.onUpdateValue,onInnerChange=_a.onInnerChange,value=_a.value,size=_a.size,disabled=_a.disabled,getScreenReaderLabel=_a.getScreenReaderLabel,onClose=_a.onClose,periodTexts=_a.periodTexts,rest=tslib_1.__rest(_a,["onUpdateValue","onInnerChange","value","size","disabled","getScreenReaderLabel","onClose","periodTexts"]),_b=tslib_1.__read(foundation_1.useRefState(value),2),innerValueRef=_b[0],setInnerValue=_b[1];foundation_1.useChange((function(){innerValueRef.current!==value&&setInnerValue(value,!1)}),(function(){return value}));var innerValue=innerValueRef.current,label=null==getScreenReaderLabel?void 0:getScreenReaderLabel(innerValue),nextValue=innerValue===constant_1.TIME_SYSTEM_TEXT.AM?constant_1.TIME_SYSTEM_TEXT.PM:constant_1.TIME_SYSTEM_TEXT.AM,handleClick=foundation_1.useEventCallback((function(event){!disabled&&A11yUtils_1.isClick(event)&&onUpdateValue(nextValue)})),handleToggleKeyDown=foundation_1.useEventCallback((function(event){if(!disabled){var togglePeriod=function(){setInnerValue(nextValue),null==onInnerChange||onInnerChange(nextValue)},keydownSubmit=function(){event.stopPropagation(),onUpdateValue(innerValue),onClose(event)};useKeyDown_1.runKeyHandler(event.nativeEvent,{ArrowUp:togglePeriod,ArrowDown:togglePeriod,Enter:keydownSubmit," ":keydownSubmit})}}));return react_1.useImperativeHandle(ref,(function(){return{value:innerValue}}),[innerValue]),react_1.default.createElement(styles_1.StyledTimeIconButton,tslib_1.__assign({wrapperSize:size,onClick:handleClick,onKeyDown:handleToggleKeyDown,disabled,color:"informative.f02","aria-live":"assertive","aria-label":label},rest),react_1.default.createElement(react_1.default.Fragment,null,periodTexts[innerValue]))}))),ToggleText=foundation_1.styled(_ToggleText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n"],["\n margin-left: ",";\n"])),(function(_a){var size=_a.size;return utils_1.RcTimePickerUtils[size].timeSystem.margin}));exports.ToggleText=ToggleText,ToggleText.displayName="ToggleText";try{ToggleText.displayName="ToggleText",ToggleText.__docgenInfo={description:"",displayName:"ToggleText",props:{disabled:{defaultValue:null,description:"disabled of icon",name:"disabled",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"initial value",name:"value",required:!0,type:{name:"enum",value:[{value:'"PM"'},{value:'"AM"'}]}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},onClose:{defaultValue:null,description:"trigger when confirm value",name:"onClose",required:!0,type:{name:"(event: KeyboardEvent) => void"}},onUpdateValue:{defaultValue:null,description:"when user click th display text to change",name:"onUpdateValue",required:!0,type:{name:"(value: TIME_SYSTEM_TEXT) => void"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},onInnerChange:{defaultValue:null,description:"trigger when inner update",name:"onInnerChange",required:!1,type:{name:"((value: TIME_SYSTEM_TEXT) => void)"}},getScreenReaderLabel:{defaultValue:null,description:"get label for screen reader",name:"getScreenReaderLabel",required:!1,type:{name:"((value: string) => string)"}},periodTexts:{defaultValue:null,description:"custom text for 'AM' and 'PM'",name:"periodTexts",required:!0,type:{name:"{ AM: string; PM: string; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx#ToggleText"]={docgenInfo:ToggleText.__docgenInfo,name:"ToggleText",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx#ToggleText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts":(__unused_webpack_module,exports)=>{"use strict";var TIME_SYSTEM_TEXT;Object.defineProperty(exports,"__esModule",{value:!0}),function(TIME_SYSTEM_TEXT){TIME_SYSTEM_TEXT.PM="PM",TIME_SYSTEM_TEXT.AM="AM"}(TIME_SYSTEM_TEXT||(TIME_SYSTEM_TEXT={})),exports.TIME_SYSTEM_TEXT=TIME_SYSTEM_TEXT;exports.K_ENTER="Enter";exports.K_SPACE=" "},"./packages/juno-core/src/components/Forms/Picker/TimePicker/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/TimePicker.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts");exports.StyledNumberPicker=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n\n outline: none;\n border: 1px solid transparent;\n position: relative;\n\n ",";\n\n "," {\n "," {\n "," .icon {\n color: ",";\n }\n }\n }\n\n > * + * {\n margin-top: ",";\n }\n"],["\n display: flex;\n flex-direction: column;\n\n outline: none;\n border: 1px solid transparent;\n position: relative;\n\n ",";\n\n "," {\n "," {\n "," .icon {\n color: ",";\n }\n }\n }\n\n > * + * {\n margin-top: ",";\n }\n"])),foundation_1.focusVisibleShadowStyle("lg"),foundation_1.focusVisible,Buttons_1.RcIconButton,"&:not(."+utils_1.RcIconButtonClasses.disabled+")",foundation_1.palette2("interactive","f01"),foundation_1.spacing(2));try{StyledNumberPicker.displayName="StyledNumberPicker",StyledNumberPicker.__docgenInfo={description:"",displayName:"StyledNumberPicker",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx#StyledNumberPicker"]={docgenInfo:StyledNumberPicker.__docgenInfo,name:"StyledNumberPicker",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx#StyledNumberPicker"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts");exports.StyledPickerPopperWrap=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),(function(_a){var size=_a.size,_b=utils_1.RcTimePickerUtils[size],width=_b.width,height=_b.height;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n box-sizing: border-box;\n width: ",";\n height: ",";\n padding: ",";\n color: ",";\n "],["\n ",";\n box-sizing: border-box;\n width: ",";\n height: ",";\n padding: ",";\n color: ",";\n "])),foundation_1.flexCenterStyle,width,height,foundation_1.spacing(3,4),foundation_1.palette2("neutral","f06"))}));try{StyledPickerPopperWrap.displayName="StyledPickerPopperWrap",StyledPickerPopperWrap.__docgenInfo={description:"",displayName:"StyledPickerPopperWrap",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},action:{defaultValue:null,description:"can manual trigger close by ref",name:"action",required:!1,type:{name:"((instance: PickerTextFieldRef | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with two size: 'small' | 'medium', default with medium.\nsize for TextField when `variant=\"outline\"`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},max:{defaultValue:null,description:"max time",name:"max",required:!1,type:{name:"number | Date"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nannouncementText for screen reader read",name:"inputProps",required:!1,type:{name:"({ announcementText?: string; } & InputBaseComponentProps)"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"trigger when user click the clear button",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},min:{defaultValue:null,description:"min time",name:"min",required:!1,type:{name:"number | Date"}},PopoverProps:{defaultValue:null,description:"props for hourPicker component",name:"PopoverProps",required:!1,type:{name:'Pick, "slot" | ... 289 more ... | "PaperProps">'}},ActionSymbol:{defaultValue:null,description:"action icon",name:"ActionSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},dateMode:{defaultValue:null,description:"When all using date, this props will be remove,",name:"dateMode",required:!1,type:{name:"false"}},HourPickerProps:{defaultValue:null,description:"props for hourPicker component",name:"HourPickerProps",required:!1,type:{name:'Pick, "slot" | "style" | "title" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 249 more ... | "renderValue">'}},MinutePickerProps:{defaultValue:null,description:"props for minutePicker component",name:"MinutePickerProps",required:!1,type:{name:'Pick, "slot" | "style" | "title" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 249 more ... | "renderValue">'}},PeriodToggleProps:{defaultValue:null,description:"props for periodToggle component",name:"PeriodToggleProps",required:!1,type:{name:'Pick, "form" | "slot" | "style" | "title" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 256 more ... | "periodTexts">'}},defaultPickerValue:{defaultValue:null,description:"picker will show default value when textfield is empty",name:"defaultPickerValue",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx#StyledPickerPopperWrap"]={docgenInfo:StyledPickerPopperWrap.__docgenInfo,name:"StyledPickerPopperWrap",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx#StyledPickerPopperWrap"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StyledTimeIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx");exports.StyledSelectionItem=foundation_1.styled(StyledTimeIconButton_1.StyledTimeIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n && {\n ",";\n /* when itemLength is 4 which makes it to become two line, so add padding for it. */\n margin: ",";\n }\n"],["\n && {\n ",";\n /* when itemLength is 4 which makes it to become two line, so add padding for it. */\n margin: ",";\n }\n"])),foundation_1.typography("body1"),(function(_a){var itemLength=_a.itemLength,wrapperSize=_a.wrapperSize;return foundation_1.spacing("small"===wrapperSize&&4===itemLength?2:1)}));try{StyledSelectionItem.displayName="StyledSelectionItem",StyledSelectionItem.__docgenInfo={description:"",displayName:"StyledSelectionItem",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}},itemLength:{defaultValue:null,description:"item length of data source",name:"itemLength",required:!1,type:{name:"any"}},wrapperSize:{defaultValue:null,description:"",name:"wrapperSize",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx#StyledSelectionItem"]={docgenInfo:StyledSelectionItem.__docgenInfo,name:"StyledSelectionItem",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx#StyledSelectionItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts");exports.StyledSelectionView=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(_a){var size=_a.size,_b=utils_1.RcTimePickerUtils[size],width=_b.width,height=_b.height;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n box-sizing: border-box;\n padding: ",";\n flex-wrap: wrap;\n width: ",";\n height: ",";\n margin: ",";\n "],["\n ",";\n box-sizing: border-box;\n padding: ",";\n flex-wrap: wrap;\n width: ",";\n height: ",";\n margin: ",";\n "])),foundation_1.flexCenterStyle,foundation_1.spacing(2),width,height,foundation_1.spacing(-3,-4))}));try{StyledSelectionView.displayName="StyledSelectionView",StyledSelectionView.__docgenInfo={description:"",displayName:"StyledSelectionView",props:{isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},disabled:{defaultValue:null,description:"disabled of icon",name:"disabled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx#StyledSelectionView"]={docgenInfo:StyledSelectionView.__docgenInfo,name:"StyledSelectionView",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx#StyledSelectionView"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),_StyledTimeIconButton=react_1.forwardRef((function(_a,ref){_a.itemLength,_a.wrapperSize;var rest=tslib_1.__rest(_a,["itemLength","wrapperSize"]);return react_1.default.createElement(styles_1.PickerBaseIconButton,tslib_1.__assign({ref},rest))}));exports.StyledTimeIconButton=foundation_1.styled(_StyledTimeIconButton)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n && {\n ",";\n\n ",";\n }\n"],["\n && {\n ",";\n\n ",";\n }\n"])),(function(_a){var wrapperSize=_a.wrapperSize,itemLength=_a.itemLength,iconWidth=utils_1.RcTimePickerIconWidths[wrapperSize];return itemLength>utils_1.HALF_DAY_HOURS?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),iconWidth.s12,iconWidth.s24):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),iconWidth.s12,iconWidth.s12)}),(function(_a){var wrapperSize=_a.wrapperSize;return foundation_1.typography("medium"===wrapperSize?"title1":"subheading1")}));try{StyledTimeIconButton.displayName="StyledTimeIconButton",StyledTimeIconButton.__docgenInfo={description:"",displayName:"StyledTimeIconButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}},itemLength:{defaultValue:null,description:"item length of data source",name:"itemLength",required:!1,type:{name:"any"}},wrapperSize:{defaultValue:null,description:"",name:"wrapperSize",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx#StyledTimeIconButton"]={docgenInfo:StyledTimeIconButton.__docgenInfo,name:"StyledTimeIconButton",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx#StyledTimeIconButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/A11yUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isClick=function isClick(event){return"click"===event.type}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimeBoundary.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var TimePickerHelper_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts"),TimeBoundary=function(){function TimeBoundary(value,direction,timeGap){var date;this.value=value,this.timeGap=timeGap,this._hour=void 0,this._minute=void 0,this._date=void 0,this.timestamp=0,value&&("after"===direction?this.getAfterNearTime():this.getBeforeNearTime(),this.date=new Date((date=new Date,date.setHours(0,0,0,0),date).setHours(this.hour,this.minute,0,0)))}return Object.defineProperty(TimeBoundary.prototype,"hour",{get:function(){return this._hour},enumerable:!0,configurable:!0}),Object.defineProperty(TimeBoundary.prototype,"minute",{get:function(){return this._minute},enumerable:!0,configurable:!0}),Object.defineProperty(TimeBoundary.prototype,"date",{get:function(){return this._date},set:function(value){value&&(this.timestamp=TimePickerHelper_1.getTimestampFromDate(value)),this._date=value},enumerable:!0,configurable:!0}),TimeBoundary.prototype.getAfterNearTime=function(){var time=this.getDateTime(),hour=time.getHours(),minute=time.getMinutes(),partCount=Math.ceil(minute/this.timeGap);partCount>=TimePickerHelper_1.HOUR_MINUTES/this.timeGap&&(hour++,minute=0),this._hour=hour,this._minute=partCount*this.timeGap%TimePickerHelper_1.HOUR_MINUTES},TimeBoundary.prototype.getBeforeNearTime=function(){var time=this.getDateTime();this._hour=time.getHours(),this._minute=Math.floor(time.getMinutes()/this.timeGap)*this.timeGap},TimeBoundary.prototype.getDateTime=function(){var _a;if(this.value instanceof Date)return this.value;var _b=TimePickerHelper_1.getHourAndMinute(null!==(_a=this.value)&&void 0!==_a?_a:0),hour=_b.hour,minute=_b.minute,date=new Date;return date.setHours(hour,minute,0,0),date},TimeBoundary}();exports.TimeBoundary=TimeBoundary,exports.getRangeBoundary=function(_a){var min=_a.min,max=_a.max,_b=_a.gap,gap=void 0===_b?TimePickerHelper_1.TIME_GAP:_b;if(void 0!==min&&void 0!==max){var minTimestamp=TimePickerHelper_1.getTimestamp(min),maxTimestamp=TimePickerHelper_1.getTimestamp(max);if(minTimestamp>maxTimestamp)throw new Error("JUNO [RcTimePicker]: That boundary min "+minTimestamp+" is bigger than max "+maxTimestamp+", please confirm your min and max range props")}return{min:new TimeBoundary(min,"after",gap),max:new TimeBoundary(max,"before",gap)}}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var range_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/range.js")),constant_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts"),parseNumber=function(value,isTwelveHourSystem){var count=isTwelveHourSystem?value%12:value;return isTwelveHourSystem&&0===count?12:count};exports.parseNumber=parseNumber;var parseNumberToString=function(value,isTwelveHourSystem){var count=parseNumber(value,isTwelveHourSystem);return pad(count)};exports.parseNumberToString=parseNumberToString;var pad=function(num,size){void 0===size&&(size=2);for(var s=""+num;s.length=12?constant_1.TIME_SYSTEM_TEXT.PM:constant_1.TIME_SYSTEM_TEXT.AM};exports.getRecoupHour=function(currHour,period){switch(period){case constant_1.TIME_SYSTEM_TEXT.PM:if(currHour<12)return 12;break;case constant_1.TIME_SYSTEM_TEXT.AM:if(currHour<12&&currHour>=12)return-12}return 0}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTimePickerUtils={small:{width:"160px",height:"160px",timeSystem:{margin:foundation_1.spacing(1)}},medium:{width:"272px",height:"208px",timeSystem:{margin:foundation_1.spacing(6)}}},exports.RcTimePickerIconWidths={small:{s12:"40px",s24:"24px"},medium:{s12:"56px",s24:"24px"}},exports.RcTimePickerClasses=foundation_1.RcClasses(["popover","popoverPaper"],"RcTimePicker")},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/getNumberPickerBoundary.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var TimePickerHelper_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts");exports.getNumberPickerBoundary=function getNumberPickerBoundary(currentHour,_a){var _b,_c,_d,_e,range=_a.range,isTwelveHourSystem=_a.isTwelveHourSystem,currentIsPM=currentHour>=TimePickerHelper_1.HALF_DAY_HOURS,maxHour=null!==(_b=range.max.hour)&&void 0!==_b?_b:23,maxMinute=null!==(_c=range.max.minute)&&void 0!==_c?_c:TimePickerHelper_1.lastMinute,minHour=null!==(_d=range.min.hour)&&void 0!==_d?_d:0,minMinute=null!==(_e=range.min.minute)&&void 0!==_e?_e:0;return isTwelveHourSystem&&(currentIsPM?minHour=TimePickerHelper_1.HALF_DAY_HOURS&&(maxHour=11,maxMinute=TimePickerHelper_1.lastMinute)),maxMinute!==TimePickerHelper_1.lastMinute&¤tHourminHour&&(minMinute=0),isTwelveHourSystem&&(maxHour%=TimePickerHelper_1.HALF_DAY_HOURS,minHour%=TimePickerHelper_1.HALF_DAY_HOURS),{hour:{min:minHour,max:maxHour},minute:{min:minMinute,max:maxMinute}}}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/A11yUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimeBoundary.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/getNumberPickerBoundary.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts");exports.PickerBaseIconButton=react_1.forwardRef((function(props,ref){var children=props.children,selected=props.selected,hidden=props.hidden,rest=tslib_1.__rest(props,["children","selected","hidden"]);return react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({elevation:0,activeElevation:0,ref,variant:selected?"contained":"round",color:selected?"interactive.b02":"neutral.f06","data-hidden":hidden,size:"xsmall",focusVariant:"focusRing"},rest),children)})),exports.PickerBaseIconButton.displayName="PickerBaseIconButton";try{PickerBaseIconButton.displayName="PickerBaseIconButton",PickerBaseIconButton.__docgenInfo={description:"",displayName:"PickerBaseIconButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx#PickerBaseIconButton"]={docgenInfo:PickerBaseIconButton.__docgenInfo,name:"PickerBaseIconButton",path:"packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx#PickerBaseIconButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts"),_RcTextField=react_1.forwardRef((function(props,ref){var rest=tslib_1.__rest(props,[]);return react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({ref},rest,{clearBtn:!1}))})),StyledPickerTextField=foundation_1.styled(_RcTextField)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n .picker-clear {\n display: none;\n }\n\n .",", ."," {\n cursor: pointer;\n }\n\n ."," {\n cursor: auto;\n }\n\n .picker-action {\n margin: 0;\n }\n\n ",";\n"],["\n .picker-clear {\n display: none;\n }\n\n .",", ."," {\n cursor: pointer;\n }\n\n ."," {\n cursor: auto;\n }\n\n .picker-action {\n margin: 0;\n }\n\n ",";\n"])),utils_1.RcTextFieldInputClasses.root,utils_1.RcTextFieldInputClasses.input,utils_1.RcTextFieldInputClasses.disabled,(function(_a){var value=_a.value,clearBtn=_a.clearBtn,disabled=_a.disabled;return value&&clearBtn&&!disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n ."," {\n &:hover {\n .picker-action {\n display: none;\n }\n .picker-clear {\n display: inline-flex;\n }\n }\n }\n }\n "],["\n "," {\n ."," {\n &:hover {\n .picker-action {\n display: none;\n }\n .picker-clear {\n display: inline-flex;\n }\n }\n }\n }\n "])),foundation_1.nonTouchHoverMedia,utils_1.RcTextFieldInputClasses.root)}));exports.StyledPickerTextField=StyledPickerTextField;try{StyledPickerTextField.displayName="StyledPickerTextField",StyledPickerTextField.__docgenInfo={description:"",displayName:"StyledPickerTextField",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx#StyledPickerTextField"]={docgenInfo:StyledPickerTextField.__docgenInfo,name:"StyledPickerTextField",path:"packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx#StyledPickerTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Popover_1=__webpack_require__("./packages/juno-core/src/components/Popover/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts");exports.StyledPopover=foundation_1.styled(Popover_1.RcPopover)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .",", ."," {\n ",";\n }\n"],["\n .",", ."," {\n ",";\n }\n"])),utils_1.RcDatePickerClasses.popoverPaper,utils_2.RcTimePickerClasses.popoverPaper,foundation_1.fakeBorder({pseudo:!0,radius:"lg"}));try{StyledPopover.displayName="StyledPopover",StyledPopover.__docgenInfo={description:"",displayName:"StyledPopover",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the component is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the component is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the component has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the component is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the component is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the component has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the popover is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"Set to 'auto' to automatically calculate transition time based on height.",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the popover.",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx#StyledPopover"]={docgenInfo:StyledPopover.__docgenInfo,name:"StyledPopover",path:"packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx#StyledPopover"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPickerFocusInsetBorderSizes={small:1,medium:2},exports.datePickerCustomFocusRingStyle=function(_a){var size=_a.size,selected=_a.selected,_b=_a.radius,radius=void 0===_b?"circle":_b,focusInsetBorderSizes=exports.RcPickerFocusInsetBorderSizes[size];return selected&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n ","\n &:after {\n top: ","px;\n right: ","px;\n bottom: ","px;\n left: ","px;\n }\n &:before {\n background-color: unset !important;\n }\n }\n "],["\n "," {\n ","\n &:after {\n top: ","px;\n right: ","px;\n bottom: ","px;\n left: ","px;\n }\n &:before {\n background-color: unset !important;\n }\n }\n "])),foundation_1.focusVisible,foundation_1.shadowBorder(radius,foundation_1.palette2("neutral","b01"),!0,focusInsetBorderSizes),focusInsetBorderSizes,focusInsetBorderSizes,focusInsetBorderSizes,focusInsetBorderSizes)};try{datePickerCustomFocusRingStyle.displayName="datePickerCustomFocusRingStyle",datePickerCustomFocusRingStyle.__docgenInfo={description:"",displayName:"datePickerCustomFocusRingStyle",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:{value:"circle"},description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx#datePickerCustomFocusRingStyle"]={docgenInfo:datePickerCustomFocusRingStyle.__docgenInfo,name:"datePickerCustomFocusRingStyle",path:"packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx#datePickerCustomFocusRingStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),uniqueId_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),popoverAnchorOrigin={vertical:"bottom",horizontal:"left"},popoverTransformOrigin={vertical:"top",horizontal:"left"},PickerTextField=react_1.forwardRef((function(props,ref){var onClear=props.onClear,InputProps=props.InputProps,disabled=props.disabled,action=props.action,onKeyDown=props.onKeyDown,_a=props.inputProps,_b=void 0===_a?{}:_a,announcementText=_b.announcementText,inputProps=tslib_1.__rest(_b,["announcementText"]),PopoverPropsProp=props.PopoverProps,children=props.children,ActionSymbol=props.ActionSymbol,clearBtn=props.clearBtn,clearButtonProps=props.clearButtonProps,value=props.value,rest=tslib_1.__rest(props,["onClear","InputProps","disabled","action","onKeyDown","inputProps","PopoverProps","children","ActionSymbol","clearBtn","clearButtonProps","value"]),focusInside=foundation_1.useFocusInside(),idForInput=react_1.useRef(uniqueId_1.default("PickerTextField-")).current,_c=tslib_1.__read(react_1.useState(null),2),anchorEl=_c[0],setAnchorEl=_c[1],idForHelperText=idForInput+"-helper-text",idForInstruction=idForInput+"-instruction",handlePickerClick=foundation_1.useEventCallback((function(event){disabled||anchorEl||setAnchorEl(event.currentTarget)})),handleA11yKeydown=foundation_1.useA11yKeyEvent((function(event){setAnchorEl(event.currentTarget)})),handleKeydown=foundation_1.useEventCallback((function(event){disabled||(handleA11yKeydown(event),null==onKeyDown||onKeyDown(event))})),handleClearClick=foundation_1.useEventCallback((function(e){e.stopPropagation(),e.preventDefault(),null==onClear||onClear(e)})),_InputProps=react_1.useMemo((function(){var iconTitle=null==clearButtonProps?void 0:clearButtonProps.title,combineClearProps=clearBtn&&foundation_1.combineProps({TooltipProps:{tooltipForceHide:!iconTitle},onClick:handleClearClick},clearButtonProps);return foundation_1.combineProps({readOnly:!0,endAdornment:react_1.default.createElement(react_1.default.Fragment,null,value&&react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({className:"picker-clear",variant:"plain",tabIndex:-1,disabled,symbol:juno_icon_1.DeleteCircle,title:iconTitle,"aria-label":iconTitle},combineClearProps)),react_1.default.createElement(IconButton_1.RcIconButton,{className:"picker-action",variant:"plain",tabIndex:-1,disabled,symbol:ActionSymbol})),onClick:handlePickerClick,onKeyDown:handleKeydown,inputProps:tslib_1.__assign({"aria-describedby":idForHelperText+" "+idForInstruction,"aria-haspopup":!0},inputProps)},InputProps)}),[clearBtn,handleClearClick,clearButtonProps,value,disabled,ActionSymbol,handlePickerClick,handleKeydown,idForHelperText,idForInstruction,inputProps,InputProps]),_FormHelperTextProps=react_1.useMemo((function(){return{id:idForHelperText}}),[idForHelperText]),onPickerViewClose=foundation_1.useEventCallback((function(){setAnchorEl(null)})),PopoverProps=react_1.useMemo((function(){return foundation_1.combineProps({onClose:onPickerViewClose},PopoverPropsProp)}),[PopoverPropsProp,onPickerViewClose]),popoverOpen=Boolean(anchorEl);return react_1.useImperativeHandle(action,(function(){return{close:onPickerViewClose}}),[onPickerViewClose]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(styles_1.StyledPickerTextField,tslib_1.__assign({id:idForInput,ref,InputProps:_InputProps,FormHelperTextProps:_FormHelperTextProps,focused:!!popoverOpen||void 0,disabled,clearBtn,value},rest)),react_1.default.createElement(styles_1.StyledPopover,tslib_1.__assign({open:popoverOpen,anchorEl,onClose:onPickerViewClose,anchorOrigin:popoverAnchorOrigin,transformOrigin:popoverTransformOrigin},PopoverProps),focusInside.start,children,focusInside.end),react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{id:idForInstruction},announcementText))}));exports.PickerTextField=PickerTextField,PickerTextField.displayName="PickerTextField";try{PickerTextField.displayName="PickerTextField",PickerTextField.__docgenInfo={description:"",displayName:"PickerTextField",props:{onClear:{defaultValue:null,description:"trigger when user click the clear button",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nannouncementText for screen reader read",name:"inputProps",required:!1,type:{name:"({ announcementText?: string; } & InputBaseComponentProps)"}},PopoverProps:{defaultValue:null,description:"props for hourPicker component",name:"PopoverProps",required:!1,type:{name:'Pick, "slot" | ... 289 more ... | "PaperProps">'}},children:{defaultValue:null,description:"children for render in popover",name:"children",required:!0,type:{name:"ReactNode"}},ActionSymbol:{defaultValue:null,description:"action icon",name:"ActionSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},action:{defaultValue:null,description:"can manual trigger close by ref",name:"action",required:!1,type:{name:"((instance: PickerTextFieldRef | null) => void) | RefObject | null"}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx#PickerTextField"]={docgenInfo:PickerTextField.__docgenInfo,name:"PickerTextField",path:"packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx#PickerTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Radio/Radio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Radio_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Radio/index.js")),RadioButtonIcon_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/Radio/RadioButtonIcon.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/index.ts"),getIconProps=utils_1.CustomIconPropsGetter({checkedIcon:react_1.default.createElement(RadioButtonIcon_1.default,{checked:!0,classes:utils_2.RadioButtonIconClasses}),icon:react_1.default.createElement(RadioButtonIcon_1.default,{classes:utils_2.RadioButtonIconClasses})}),_RcRadio=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcRadio"}),label=props.label,formControlLabelProps=props.formControlLabelProps,classesProp=(props.color,props.error,props.followColorWhenUnChecked,props.classes),size=props.size,icon=props.icon,checkedIcon=props.checkedIcon,rest=tslib_1.__rest(props,["label","formControlLabelProps","color","error","followColorWhenUnChecked","classes","size","icon","checkedIcon"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcRadioClasses,classesProp)}),[classesProp]),iconProps=react_1.useMemo((function(){return getIconProps({size,icon,checkedIcon})}),[checkedIcon,icon,size]),Radio=react_1.default.createElement(Radio_1.default,tslib_1.__assign({},iconProps,rest,{ref,color:"default",classes}));return label?react_1.default.createElement(FormControlLabel_1.RcFormControlLabel,tslib_1.__assign({},formControlLabelProps,{label,control:Radio})):Radio})),RcRadio=foundation_1.styled(Tooltip_1.withTooltip(_RcRadio))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.RadioStyle);exports.RcRadio=RcRadio,RcRadio.defaultProps={color:"interactive.f01",size:"medium"},RcRadio.displayName="RcRadio";try{RcRadio.displayName="RcRadio",RcRadio.__docgenInfo={description:"",displayName:"RcRadio",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the radio will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},color:{defaultValue:{value:"interactive.f01"},description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"The icon to display when the component is unchecked.",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component. The DOM API casts this to a string.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:{value:"medium"},description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},checkedIcon:{defaultValue:null,description:"The icon to display when the component is checked.",name:"checkedIcon",required:!1,type:{name:"ReactNode"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Radio/Radio.tsx#RcRadio"]={docgenInfo:RcRadio.__docgenInfo,name:"RcRadio",path:"packages/juno-core/src/components/Forms/Radio/Radio.tsx#RcRadio"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Radio/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/Radio.tsx"),exports)},"./packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/index.ts");exports.RadioStyle=function(_a){var size=_a.size,rest=tslib_1.__rest(_a,["size"]),currSize=utils_1.RcIconButtonSizes[size],fontSize=foundation_1.px(1.2*currSize),disSize=foundation_1.px(.1*currSize);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n\n ."," {\n svg {\n font-size: ",";\n margin: -",";\n }\n }\n "],["\n ",";\n\n ."," {\n svg {\n font-size: ",";\n margin: -",";\n }\n }\n "])),utils_2.checkedStyles(tslib_1.__assign(tslib_1.__assign({size},rest),{classes:utils_3.RcRadioClasses})),utils_3.RadioButtonIconClasses.root,fontSize,disSize)};try{RadioStyle.displayName="RadioStyle",RadioStyle.__docgenInfo={description:"",displayName:"RadioStyle",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}},size:{defaultValue:null,description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the radio will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"The icon to display when the component is unchecked.",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component. The DOM API casts this to a string.",name:"value",required:!1,type:{name:"unknown"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},checkedIcon:{defaultValue:null,description:"The icon to display when the component is checked.",name:"checkedIcon",required:!1,type:{name:"ReactNode"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx#RadioStyle"]={docgenInfo:RadioStyle.__docgenInfo,name:"RadioStyle",path:"packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx#RadioStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Radio/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Radio/utils/RadioUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcRadioClasses=foundation_1.RcClasses(["root","checked","disabled"],"RcRadio"),exports.RadioButtonIconClasses=foundation_1.RcClasses(["root"],"RadioButtonIcon")},"./packages/juno-core/src/components/Forms/Radio/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/RadioUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),RadioGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/RadioGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcRadioGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcRadioGroup"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]);return react_1.default.createElement(RadioGroup_1.default,tslib_1.__assign({},rest,{ref,classes:classesProp}),children)})),RcRadioGroup=foundation_1.styled(_RcRadioGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcRadioGroup=RcRadioGroup,RcRadioGroup.defaultProps={},RcRadioGroup.displayName="RcRadioGroup";try{RcRadioGroup.displayName="RcRadioGroup",RcRadioGroup.__docgenInfo={description:"",displayName:"RcRadioGroup",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when a radio button is selected.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, value: string) => void)"}},defaultValue:{defaultValue:null,description:"The default `input` element value. Use when the component is not controlled.",name:"defaultValue",required:!1,type:{name:"string | number | readonly string[]"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},row:{defaultValue:null,description:"Display group of elements in a compact row.",name:"row",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},name:{defaultValue:null,description:"The name used to reference the value of the control.\nIf you don't provide this prop, it falls back to a randomly generated name.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"Value of the selected radio button. The DOM API casts this to a string.",name:"value",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx#RcRadioGroup"]={docgenInfo:RcRadioGroup.__docgenInfo,name:"RcRadioGroup",path:"packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx#RcRadioGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/RadioGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),VirtualizedMenu_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/index.ts"),Select_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/Select.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/index.ts"),defaultButtonProps={TouchRippleProps:{classes:utils_1.RcPlainSelectTouchRippleClasses}},EmptyIcon=function(){return null},plainAnchorOrigin={horizontal:"left",vertical:"bottom"},_RcPlainSelect=react_1.forwardRef((function(_a,ref){var children=_a.children,className=_a.className,valueProp=(_a.classes,_a.value),defaultValue=_a.defaultValue,renderValue=_a.renderValue,variant=_a.variant,ButtonProps=_a.ButtonProps,innerRef=_a.innerRef,SelectInputProps=_a.SelectInputProps,InputProps=_a.InputProps,disabled=_a.disabled,autoFocus=_a.autoFocus,size=_a.size,virtualize=_a.virtualize,fullWidth=_a.fullWidth,color=_a.color,IconComponent=_a.IconComponent,onOpenProp=_a.onOpen,onCloseProp=_a.onClose,onChangeProp=_a.onChange,rest=tslib_1.__rest(_a,["children","className","classes","value","defaultValue","renderValue","variant","ButtonProps","innerRef","SelectInputProps","InputProps","disabled","autoFocus","size","virtualize","fullWidth","color","IconComponent","onOpen","onClose","onChange"]),_b=tslib_1.__read(foundation_1.useControlled({controlled:valueProp,default:defaultValue,name:"RcPlainSelect"}),2),value=_b[0],setValue=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open=_c[0],setOpen=_c[1];foundation_1.hasValue(value);var display=react_1.useMemo((function(){var item=children.find((function(child){return child.props.value===value}));return null==item?void 0:item.props.children}),[children,value]),_SelectInputProps=react_1.useMemo((function(){return foundation_1.combineProps({MenuComponent:virtualize?VirtualizedMenu_1.RcVirtualizedMenu:Menu_1.RcMenu,MenuProps:{anchorOrigin:plainAnchorOrigin},SelectDisplayProps:{tabIndex:void 0,"aria-haspopup":void 0,role:void 0}},SelectInputProps)}),[SelectInputProps,virtualize]),_InputProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:utils_1.RcPlainSelectInputClasses,disableUnderline:!0},InputProps)}),[InputProps]);return react_1.default.createElement(Select_1.RcSelect,tslib_1.__assign({className,value,variant:"none",disabled,IconComponent:EmptyIcon,onOpen:function(e){setOpen(!0),null==onOpenProp||onOpenProp(e)},onClose:function(e){setOpen(!1),null==onCloseProp||onCloseProp(e)},onChange:function(e,v){setValue(e.target.value),null==onChangeProp||onChangeProp(e,v)},SelectInputProps:_SelectInputProps,InputProps:_InputProps,renderValue:function(newValue){var _variant=utils_1.switchVariantToButtonVariant(variant);return react_1.default.createElement(Buttons_1.RcButton,tslib_1.__assign({ref,innerRef,disabled,size,color,fullWidth,autoFocus,variant:_variant,"aria-label":"open menu","aria-haspopup":"listbox"},foundation_1.combineProps(defaultButtonProps,ButtonProps)),renderValue?renderValue(newValue):display,IconComponent&&react_1.default.createElement(IconComponent,{open})||react_1.default.createElement(styles_1.SelectArrowDownIcon,{color:void 0,className:open?"MuiSelect-iconOpen":""}))},fullWidth,color},rest),children)})),RcPlainSelect=foundation_1.styled(_RcPlainSelect)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_2.plainSelectStyle);exports.RcPlainSelect=RcPlainSelect,RcPlainSelect.defaultProps={variant:"text",size:"medium"},RcPlainSelect.displayName="RcPlainSelect";try{RcPlainSelect.displayName="RcPlainSelect",RcPlainSelect.__docgenInfo={description:"",displayName:"RcPlainSelect",props:{input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"item for the select options\nThe option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"Element[] | (Element[] & string) | (Element[] & number) | (Element[] & false) | (Element[] & true) | (Element[] & ReactElement ReactElement<...> | null) | (new (props: any) => Component<...>)>) | ... 31 more ... | (Element[] & ... 1 more ... & Iterable<...>)"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},variant:{defaultValue:{value:"text"},description:"type of variant, default is `text`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"round"'},{value:'"plain"'},{value:'"plainIcon"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"value of this component, required in PlainSelect\nThe input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:{value:"medium"},description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},ButtonProps:{defaultValue:null,description:"Button Props",name:"ButtonProps",required:!1,type:{name:"RcButtonProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx#RcPlainSelect"]={docgenInfo:RcPlainSelect.__docgenInfo,name:"RcPlainSelect",path:"packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx#RcPlainSelect"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/PlainSelect/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),ListItemText_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/index.ts"),roundVariant=["round","plainIcon"];exports.plainSelectStyle=function(_a){var variant=_a.variant,disabled=_a.disabled,isText="text"===variant,isRound=roundVariant.includes(variant);return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: auto;\n\n "," {\n "," {\n margin-right: 0;\n }\n }\n\n "," {\n margin-right: 0;\n }\n\n ."," {\n margin-bottom: 0;\n }\n\n ."," {\n width: auto;\n pointer-events: none;\n }\n\n ."," {\n padding: 0;\n height: auto;\n }\n\n "," {\n pointer-events: ",";\n min-width: unset;\n padding-left: ",";\n padding-right: ",";\n border-radius: ",";\n\n "," {\n margin: ",";\n }\n\n ","\n }\n "],["\n width: auto;\n\n "," {\n "," {\n margin-right: 0;\n }\n }\n\n "," {\n margin-right: 0;\n }\n\n ."," {\n margin-bottom: 0;\n }\n\n ."," {\n width: auto;\n pointer-events: none;\n }\n\n ."," {\n padding: 0;\n height: auto;\n }\n\n "," {\n pointer-events: ",";\n min-width: unset;\n padding-left: ",";\n padding-right: ",";\n border-radius: ",";\n\n "," {\n margin: ",";\n }\n\n ","\n }\n "])),Buttons_1.RcButton,Icon_1.RcIcon,ListItemText_1.RcListItemText,utils_1.RcTextFieldClasses.root,utils_2.RcPlainSelectInputClasses.root,utils_2.RcPlainSelectInputClasses.input,Buttons_1.RcButton,!disabled&&"auto",foundation_1.spacing(isText?4:1),foundation_1.spacing(isText?1:0),isRound&&foundation_1.radius("xxl"),styles_1.SelectArrowDownIcon,foundation_1.spacing(0,0,0,isRound?0:1),isRound&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding-top: ",";\n padding-bottom: ",";\n\n "," {\n ."," {\n background-color: currentColor;\n opacity: ",";\n }\n ."," {\n display: none;\n }\n }\n "],["\n padding-top: ",";\n padding-bottom: ",";\n\n "," {\n ."," {\n background-color: currentColor;\n opacity: ",";\n }\n ."," {\n display: none;\n }\n }\n "])),foundation_1.spacing(1.5),foundation_1.spacing(1.5),foundation_1.focusVisible,utils_2.RcPlainSelectTouchRippleClasses.root,foundation_1.opacity("32"),utils_2.RcPlainSelectTouchRippleClasses.child))};try{plainSelectStyle.displayName="plainSelectStyle",plainSelectStyle.__docgenInfo={description:"",displayName:"plainSelectStyle",props:{value:{defaultValue:null,description:"value of this component, required in PlainSelect\nThe input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},variant:{defaultValue:null,description:"type of variant, default is `text`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"round"'},{value:'"plain"'},{value:'"plainIcon"'}]}},ButtonProps:{defaultValue:null,description:"Button Props",name:"ButtonProps",required:!1,type:{name:"RcButtonProps"}},children:{defaultValue:null,description:"item for the select options\nThe option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"Element[] | (Element[] & string) | (Element[] & number) | (Element[] & false) | (Element[] & true) | (Element[] & ReactElement ReactElement<...> | null) | (new (props: any) => Component<...>)>) | (Element[] & Iterable<...>) | (Element[] & ReactPortal)"}},input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx#plainSelectStyle"]={docgenInfo:plainSelectStyle.__docgenInfo,name:"plainSelectStyle",path:"packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx#plainSelectStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");function switchVariantToButtonVariant(variant){switch(variant){case"plainIcon":return"plain";case"round":return"text";default:return variant}}exports.RcPlainSelectInputClasses=foundation_1.RcClasses(["root","input"],"RcPlainSelectInput"),exports.RcPlainSelectTouchRippleClasses=foundation_1.RcClasses(["child","root"],"RcPlainSelect-TouchRipple"),exports.switchVariantToButtonVariant=switchVariantToButtonVariant;try{switchVariantToButtonVariant.displayName="switchVariantToButtonVariant",switchVariantToButtonVariant.__docgenInfo={description:"",displayName:"switchVariantToButtonVariant",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx#switchVariantToButtonVariant"]={docgenInfo:switchVariantToButtonVariant.__docgenInfo,name:"switchVariantToButtonVariant",path:"packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx#switchVariantToButtonVariant"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/Select.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/index.ts"),VirtualizedMenu_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/index.ts"),leftBottomAnchorOrigin={horizontal:"left",vertical:"bottom"},_RcSelect=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSelect"}),children=props.children,onChange=props.onChange,defaultValue=props.defaultValue,SelectInputPropsProp=props.SelectInputProps,MenuProps=props.MenuProps,placeholder=(props.textVariant,props.placeholder),renderValue=props.renderValue,displayEmpty=props.displayEmpty,variant=props.variant,value=(props.size,props.value),virtualize=props.virtualize,focused=props.focused,gutterBottom=props.gutterBottom,helperText=props.helperText,color=props.color,label=props.label,id=props.id,className=props.className,title=props.title,validate=props.validate,InputProps=props.InputProps,required=props.required,fullWidth=props.fullWidth,disabled=props.disabled,error=props.error,rest=tslib_1.__rest(props,["children","onChange","defaultValue","SelectInputProps","MenuProps","textVariant","placeholder","renderValue","displayEmpty","variant","size","value","virtualize","focused","gutterBottom","helperText","color","label","id","className","title","validate","InputProps","required","fullWidth","disabled","error"]),hasDefaultValue=foundation_1.hasValue(defaultValue),nonValue=!foundation_1.hasValue(value)&&!hasDefaultValue||!displayEmpty&&""===value,applyClasses=react_1.useMemo((function(){var variantClasses=utils_1.RcSelectInputClassesMap[variant];return foundation_1.combineClasses(utils_1.RcSelectInputClasses,variantClasses)}),[variant]),_SelectProps=react_1.useMemo((function(){var additionProps={MenuComponent:void 0,MenuProps:void 0};return(null==rest?void 0:rest.multiple)&&(additionProps.MenuComponent=Menu_1.RcMenu,additionProps.MenuProps={anchorOrigin:leftBottomAnchorOrigin}),virtualize&&(additionProps.MenuComponent=VirtualizedMenu_1.RcVirtualizedMenu,additionProps.MenuProps={anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{horizontal:0,vertical:8}}),additionProps.MenuProps=foundation_1.combineProps(additionProps.MenuProps,MenuProps),tslib_1.__assign({renderValue,classes:foundation_1.combineClasses(utils_1.RcSelectClasses,null==rest?void 0:rest.classes),IconComponent:styles_1.SelectArrowDownIcon,displayEmpty,inputComponent:utils_1.SelectInput,inputProps:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},additionProps),null==rest?void 0:rest.inputProps),SelectInputPropsProp)},rest)}),[rest,virtualize,renderValue,displayEmpty,SelectInputPropsProp,MenuProps]),_InputProps=react_1.useMemo((function(){var result=InputProps;return placeholder&&nonValue&&(result=foundation_1.combineProps({classes:foundation_1.combineClasses(utils_1.RcSelectInputWhenPlaceholderClasses,applyClasses),disableUnderline:"box"===variant},result)),foundation_1.combineProps({classes:applyClasses},result)}),[InputProps,placeholder,nonValue,applyClasses,variant]),currValue="number"==typeof value?value:value||"";return react_1.default.createElement(utils_1.RcSelectTextField,{ref,id,className,title,onChange,color,select:!0,focused,gutterBottom,helperText,label,value:hasDefaultValue?void 0:currValue,defaultValue,validate,required,fullWidth,disabled,error,InputProps:_InputProps,clearBtn:!1,placeholder,SelectProps:_SelectProps},children)})),RcSelect=foundation_1.styled(_RcSelect)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.selectStyle);exports.RcSelect=RcSelect,RcSelect.displayName="RcSelect",RcSelect.defaultProps={size:"medium",variant:"line"};try{RcSelect.displayName="RcSelect",RcSelect.__docgenInfo={description:"",displayName:"RcSelect",props:{input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},variant:{defaultValue:{value:"line"},description:"variant for select component",name:"variant",required:!1,type:{name:"enum",value:[{value:'"line"'},{value:'"box"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:{value:"medium"},description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the input will indicate an error. This is normally obtained via context from\nFormControl.",name:"error",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},multiple:{defaultValue:null,description:"If `true`, `value` must be an array and the menu will support multiple selections.",name:"multiple",required:!1,type:{name:"boolean"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/Select.tsx#RcSelect"]={docgenInfo:RcSelect.__docgenInfo,name:"RcSelect",path:"packages/juno-core/src/components/Forms/Select/Select.tsx#RcSelect"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/Select.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),_SelectArrowDownIcon=react_1.forwardRef((function(_a,ref){var className=_a.className,rest=tslib_1.__rest(_a,["className"]);return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({ref,className:clsx_1.default("MuiSvgIcon-root",className),color:"neutral.f04",size:"large",symbol:juno_icon_1.ArrowDown},rest))}));exports.SelectArrowDownIcon=foundation_1.styled(_SelectArrowDownIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));try{SelectArrowDownIcon.displayName="SelectArrowDownIcon",SelectArrowDownIcon.__docgenInfo={description:"",displayName:"SelectArrowDownIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx#SelectArrowDownIcon"]={docgenInfo:SelectArrowDownIcon.__docgenInfo,name:"SelectArrowDownIcon",path:"packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx#SelectArrowDownIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/index.ts"),boxBackgroundColor=foundation_1.palette2("neutral","b03"),boxActionBackgroundColor=foundation_1.palette2("action","grayDark"),lineSelectStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n ",";\n line-height: unset;\n\n &:focus {\n background-color: ",";\n }\n }\n"],["\n ."," {\n ",";\n line-height: unset;\n\n &:focus {\n background-color: ",";\n }\n }\n"])),utils_1.RcLineSelectInputClasses.input,(function(_a){var textVariant=_a.textVariant;return foundation_1.typography(textVariant||"subheading1")}),foundation_1.setOpacity(foundation_1.palette2("action","grayDark"),"08"));exports.selectStyle=function(props){var variant=props.variant,placeholder=props.placeholder,colorProp=props.color,color=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("interactive","f01"));return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n color: ",";\n &:before {\n content: ",";\n border: none;\n }\n }\n\n ."," {\n color: ",";\n ."," {\n color: ",";\n }\n }\n\n ",";\n ",";\n "],["\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n color: ",";\n &:before {\n content: ",";\n border: none;\n }\n }\n\n ."," {\n color: ",";\n ."," {\n color: ",";\n }\n }\n\n ",";\n ",";\n "])),utils_1.RcSelectClasses.icon,foundation_1.palette2("neutral","f04"),utils_1.RcSelectInputClasses.focused,utils_1.RcSelectClasses.icon,color,utils_1.RcSelectInputClasses.error,utils_1.RcSelectClasses.icon,foundation_1.palette2("danger","f02"),utils_1.RcSelectInputWhenPlaceholderClasses.input,styles_1.placeholderColor,"'"+placeholder+"'",utils_1.RcSelectInputClasses.disabled,styles_1.disabledColor,utils_1.RcSelectClasses.icon,styles_1.disabledColor,"line"===variant&&lineSelectStyle,"box"===variant&&function(_a){var color=_a.color;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n > ."," {\n margin-top: ",";\n box-sizing: border-box;\n height: ",";\n border-radius: ",";\n background-color: ",";\n\n &:not(.","):hover {\n background-color: ",";\n }\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:after {\n display: none;\n }\n }\n\n > ."," {\n background-color: ",";\n\n &:before {\n ",";\n }\n }\n\n > ."," {\n &:before {\n ",";\n }\n }\n\n > ."," {\n background-color: ",";\n &:before {\n ",";\n }\n }\n\n ."," {\n padding: ",";\n ",";\n line-height: ",";\n\n &:focus {\n background: transparent;\n }\n }\n"],["\n > ."," {\n margin-top: ",";\n box-sizing: border-box;\n height: ",";\n border-radius: ",";\n background-color: ",";\n\n &:not(.","):hover {\n background-color: ",";\n }\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:after {\n display: none;\n }\n }\n\n > ."," {\n background-color: ",";\n\n &:before {\n ",";\n }\n }\n\n > ."," {\n &:before {\n ",";\n }\n }\n\n > ."," {\n background-color: ",";\n &:before {\n ",";\n }\n }\n\n ."," {\n padding: ",";\n ",";\n line-height: ",";\n\n &:focus {\n background: transparent;\n }\n }\n"])),utils_1.RcBoxSelectInputClasses.root,(function(_a){return _a.label&&foundation_1.spacing(5)}),(function(_a){var size=_a.size;return foundation_1.px(utils_1.RcBoxSelectInputHeights[size])}),foundation_1.radius("lg"),boxBackgroundColor,utils_1.RcBoxSelectInputClasses.disabled,foundation_1.setOpacity(boxActionBackgroundColor,"12"),foundation_1.radius("lg"),foundation_1.fakeBorder({color:foundation_1.palette2("highContrast")}),utils_1.RcBoxSelectInputClasses.focused,foundation_1.setOpacity(boxActionBackgroundColor,"16"),foundation_1.fakeBorder({color}),utils_1.RcBoxSelectInputClasses.error,foundation_1.fakeBorder({color:foundation_1.palette2("danger","f02")}),utils_1.RcBoxSelectInputClasses.disabled,foundation_1.setOpacity(foundation_1.palette2("action","grayLight"),"12"),foundation_1.fakeBorder({color:"transparent",allowTransparent:!0}),utils_1.RcBoxSelectInputClasses.input,foundation_1.spacing(1.5,6,1.5,2),(function(_a){var textVariant=_a.textVariant;return foundation_1.typography(textVariant||"body1")}),(function(_a){var size=_a.size;return foundation_1.px(utils_1.RcBoxSelectInputHeights[size]-12)}))}(tslib_1.__assign(tslib_1.__assign({},props),{color})))};try{selectStyle.displayName="selectStyle",selectStyle.__docgenInfo={description:"",displayName:"selectStyle",props:{size:{defaultValue:null,description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},variant:{defaultValue:null,description:"variant for select component",name:"variant",required:!1,type:{name:"enum",value:[{value:'"line"'},{value:'"box"'}]}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the input will indicate an error. This is normally obtained via context from\nFormControl.",name:"error",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},multiple:{defaultValue:null,description:"If `true`, `value` must be an array and the menu will support multiple selections.",name:"multiple",required:!1,type:{name:"boolean"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx#selectStyle"]={docgenInfo:selectStyle.__docgenInfo,name:"selectStyle",path:"packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx#selectStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),utils_1=(__webpack_require__("./node_modules/react-is/index.js"),__webpack_require__("./node_modules/@material-ui/core/InputBase/utils.js")),Menu_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Menu/index.js")),utils_2=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js"),SelectArrowDownIcon_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx");function areEqualValues(a,b){return"object"==typeof b&&null!==b?a===b:String(a)===String(b)}var SelectInput=react_1.forwardRef((function(props,ref){var _a,_b,_c,_d=props.MenuComponent,MenuComponent=void 0===_d?Menu_1.default:_d,ariaLabel=props["aria-label"],autoFocus=props.autoFocus,autoWidth=props.autoWidth,children=props.children,_e=props.classes,classes=void 0===_e?{}:_e,className=props.className,defaultValue=props.defaultValue,disabled=props.disabled,displayEmpty=props.displayEmpty,_f=props.IconComponent,IconComponent=void 0===_f?SelectArrowDownIcon_1.SelectArrowDownIcon:_f,inputRefProp=props.inputRef,labelId=props.labelId,_g=props.MenuProps,MenuProps=void 0===_g?{}:_g,multiple=props.multiple,name=props.name,onBlur=props.onBlur,onChange=props.onChange,onClose=props.onClose,onFocus=props.onFocus,onOpen=props.onOpen,openProp=props.open,readOnly=props.readOnly,renderValue=props.renderValue,_h=props.SelectDisplayProps,SelectDisplayProps=void 0===_h?{}:_h,tabIndexProp=props.tabIndex,valueProp=(props.type,props.value),other=tslib_1.__rest(props,["MenuComponent","aria-label","autoFocus","autoWidth","children","classes","className","defaultValue","disabled","displayEmpty","IconComponent","inputRef","labelId","MenuProps","multiple","name","onBlur","onChange","onClose","onFocus","onOpen","open","readOnly","renderValue","SelectDisplayProps","tabIndex","type","value"]),_j=tslib_1.__read(utils_2.useControlled({controlled:valueProp,default:defaultValue,name:"Select"}),2),value=_j[0],setValueState=_j[1],inputRef=react_1.default.useRef(null),displayRef=react_1.default.useRef(null),_k=tslib_1.__read(react_1.default.useState(null),2),displayNode=_k[0],setDisplayNode=_k[1],isOpenControlled=react_1.default.useRef(null!=openProp).current,_l=tslib_1.__read(react_1.useState(),2),menuMinWidthState=_l[0],setMenuMinWidthState=_l[1],_m=tslib_1.__read(react_1.default.useState(!1),2),openState=_m[0],setOpenState=_m[1],handleRef=utils_2.useForkRef(ref,inputRefProp),handleDisplayRef=react_1.default.useCallback((function(node){displayRef.current=node,node&&setDisplayNode(node)}),[]);react_1.default.useImperativeHandle(handleRef,(function(){return{focus:function(){displayRef.current.focus()},node:inputRef.current,value}}),[value]),react_1.default.useEffect((function(){autoFocus&&displayRef.current.focus()}),[autoFocus]),react_1.default.useEffect((function(){var label=utils_2.ownerDocument(displayRef.current).getElementById(labelId);if(label){var handler_1=function(){getSelection().isCollapsed&&displayRef.current.focus()};return label.addEventListener("click",handler_1),function(){label.removeEventListener("click",handler_1)}}}),[labelId]);var display,displaySingle,update=function(open,event){open?onOpen&&onOpen(event):onClose&&onClose(event),isOpenControlled||(setMenuMinWidthState(autoWidth?null:displayNode.clientWidth),setOpenState(open))},childrenArray=react_1.default.Children.toArray(children),handleItemClick=function(child){return function(event){var newValue;if(multiple){newValue=Array.isArray(value)?value.slice():[];var itemIndex=value.indexOf(child.props.value);-1===itemIndex?newValue.push(child.props.value):newValue.splice(itemIndex,1)}else newValue=child.props.value;child.props.onClick&&child.props.onClick(event),value!==newValue&&(setValueState(newValue),onChange&&(event.persist(),Object.defineProperty(event,"target",{writable:!0,value:{value:newValue,name}}),onChange(event,child))),multiple||update(!1,event)}},open=null!==displayNode&&(isOpenControlled?openProp:openState);delete other["aria-invalid"];var displayMultiple=[],computeDisplay=!1;(utils_1.isFilled({value})||displayEmpty)&&(renderValue?display=renderValue(value):computeDisplay=!0);var items=childrenArray.map((function(child){if(!react_1.default.isValidElement(child))return null;var selected;if(multiple){if(!Array.isArray(value))throw new Error("Material-UI: The `value` prop must be an array when using the `Select` component with `multiple`.");(selected=value.some((function(v){return areEqualValues(v,child.props.value)})))&&computeDisplay&&displayMultiple.push(child.props.children)}else(selected=areEqualValues(value,child.props.value))&&computeDisplay&&(displaySingle=child.props.children);return selected&&!0,react_1.default.cloneElement(child,{"aria-selected":selected?"true":"false",onClick:handleItemClick(child),onKeyUp:function(event){" "===event.key&&event.preventDefault(),child.props.onKeyUp&&child.props.onKeyUp(event)},role:"option",selected,value:void 0,"data-value":child.props.value})}));computeDisplay&&(display=multiple?displayMultiple.join(", "):displaySingle);var tabIndex,menuMinWidth=menuMinWidthState;!autoWidth&&isOpenControlled&&displayNode&&(menuMinWidth=displayNode.clientWidth),tabIndex=void 0!==tabIndexProp?tabIndexProp:disabled?void 0:0;var buttonId=SelectDisplayProps.id||(name?"mui-component-select-"+name:void 0);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("div",tslib_1.__assign({ref:handleDisplayRef,tabIndex,role:"button","aria-disabled":disabled?"true":void 0,"aria-expanded":open?"true":void 0,"aria-haspopup":"listbox","aria-label":ariaLabel,"aria-labelledby":[labelId,buttonId].filter(Boolean).join(" ")||void 0,onKeyDown:function(event){if(!readOnly){-1!==[" ","ArrowUp","ArrowDown","Enter"].indexOf(event.key)&&(event.preventDefault(),update(!0,event))}},onMouseDown:disabled||readOnly?void 0:function(event){0===event.button&&(event.preventDefault(),displayRef.current.focus(),update(!0,event))},onBlur:function(event){!open&&onBlur&&(event.persist(),Object.defineProperty(event,"target",{writable:!0,value:{value,name}}),onBlur(event))},onFocus},SelectDisplayProps,{className:clsx_1.default(classes.root,classes.select,classes.selectMenu,classes.disabled&&(_a={},_a[classes.disabled]=disabled,_a),className,SelectDisplayProps.className),id:buttonId}),function isEmpty(display){return null==display||"string"==typeof display&&!display.trim()}(display)?react_1.default.createElement("span",{dangerouslySetInnerHTML:{__html:"​"}}):display),react_1.default.createElement("input",tslib_1.__assign({value:Array.isArray(value)?value.join(","):value,name,ref:inputRef,"aria-hidden":!0,onChange:function(event){var index=childrenArray.map((function(child){return child.props.value})).indexOf(event.target.value);if(-1!==index){var child=childrenArray[index];setValueState(child.props.value),onChange&&onChange(event,child)}},tabIndex:-1,disabled,className:classes.nativeInput,autoFocus},other)),react_1.default.createElement(IconComponent,{disabled,className:clsx_1.default(classes.icon,classes.iconOpen&&(_b={},_b[classes.iconOpen]=open,_b),classes.disabled&&(_c={},_c[classes.disabled]=disabled,_c))}),react_1.default.createElement(MenuComponent,tslib_1.__assign({id:"menu-"+(name||""),anchorEl:displayNode,open,onClose:function(event){update(!1,event)}},MenuProps,{MenuListProps:tslib_1.__assign({"aria-labelledby":labelId,role:"listbox",disableListWrap:!0},MenuProps.MenuListProps),PaperProps:tslib_1.__assign(tslib_1.__assign({},MenuProps.PaperProps),{style:tslib_1.__assign({minWidth:menuMinWidth},null!=MenuProps.PaperProps?MenuProps.PaperProps.style:null)})}),items))}));exports.SelectInput=SelectInput,SelectInput.defaultProps={},SelectInput.displayName="SelectInput";try{SelectInput.displayName="SelectInput",SelectInput.__docgenInfo={description:"internal component",displayName:"SelectInput",props:{input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes for native input\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"({ nativeInput?: string; } & Partial>)"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"dense"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the input will indicate an error. This is normally obtained via context from\nFormControl.",name:"error",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},rowsMax:{defaultValue:null,description:"Maximum number of rows to display.\n@deprecated",name:"rowsMax",required:!1,type:{name:"string | number"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display when multiline option is set to true.",name:"minRows",required:!1,type:{name:"string | number"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},renderSuffix:{defaultValue:null,description:"",name:"renderSuffix",required:!1,type:{name:'((state: { disabled?: boolean; error?: boolean; filled?: boolean | undefined; focused?: boolean | undefined; margin?: "none" | "normal" | "dense" | undefined; required?: boolean | undefined; startAdornment?: ReactNode; }) => ReactNode) | undefined'}},rowsMin:{defaultValue:null,description:"Minimum number of rows to display.\n@deprecated",name:"rowsMin",required:!1,type:{name:"string | number"}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},multiple:{defaultValue:null,description:"If `true`, `value` must be an array and the menu will support multiple selections.",name:"multiple",required:!1,type:{name:"boolean"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the Virtualized Menu element\nProps applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},MenuComponent:{defaultValue:null,description:"",name:"MenuComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx#SelectInput"]={docgenInfo:SelectInput.__docgenInfo,name:"SelectInput",path:"packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx#SelectInput"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/utils/SelectInput/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/utils/SelectUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts");exports.RcSelectClasses=foundation_1.RcClasses(["icon"],"RcSelect"),exports.RcSelectInputClasses=foundation_1.RcClasses(["root","focused","error","disabled"],"RcSelectInput"),exports.RcSelectInputWhenPlaceholderClasses=foundation_1.RcClasses(["input"],"RcSelectInputWhenPlaceholder"),exports.RcLineSelectInputClasses=foundation_1.RcClasses(["input"],"RcLineSelectInput"),exports.RcBoxSelectInputClasses=foundation_1.RcClasses(["root","focused","input","error","disabled"],"RcBoxSelectInput"),exports.RcSelectInputClassesMap={box:exports.RcBoxSelectInputClasses,line:exports.RcLineSelectInputClasses},exports.RcBoxSelectInputHeights={medium:32,large:40},exports.RcSelectTextField=TextField_1.RcTextField},"./packages/juno-core/src/components/Forms/Select/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/SelectInput/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/SelectUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Slider/Slider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Slider_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Slider/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Slider/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Slider/utils/index.ts"),_RcSlider=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSlider"}),classesProp=props.classes,children=(props.color,props.children),rest=tslib_1.__rest(props,["classes","color","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSliderClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Slider_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcSlider=foundation_1.styled(_RcSlider)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.SliderStyle);exports.RcSlider=RcSlider,RcSlider.defaultProps={valueLabelDisplay:"auto",color:"interactive.f01"},RcSlider.displayName="RcSlider";try{RcSlider.displayName="RcSlider",RcSlider.__docgenInfo={description:"",displayName:"RcSlider",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},track:{defaultValue:null,description:"",name:"track",required:!1,type:{name:'false | "normal" | "inverted"'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},defaultValue:{defaultValue:null,description:"",name:"defaultValue",required:!1,type:{name:"number | number[]"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:{value:"interactive.f01"},description:"custom color for Slider",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},"aria-label":{defaultValue:null,description:"",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"",name:"aria-labelledby",required:!1,type:{name:"string"}},"aria-valuetext":{defaultValue:null,description:"",name:"aria-valuetext",required:!1,type:{name:"string"}},step:{defaultValue:null,description:"",name:"step",required:!1,type:{name:"number | null"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"number | number[]"}},max:{defaultValue:null,description:"",name:"max",required:!1,type:{name:"number"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},min:{defaultValue:null,description:"",name:"min",required:!1,type:{name:"number"}},scale:{defaultValue:null,description:"",name:"scale",required:!1,type:{name:"((value: number) => number)"}},getAriaLabel:{defaultValue:null,description:"",name:"getAriaLabel",required:!1,type:{name:"((index: number) => string)"}},getAriaValueText:{defaultValue:null,description:"",name:"getAriaValueText",required:!1,type:{name:"((value: number, index: number) => string)"}},marks:{defaultValue:null,description:"",name:"marks",required:!1,type:{name:"boolean | Mark[]"}},onChangeCommitted:{defaultValue:null,description:"",name:"onChangeCommitted",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},ThumbComponent:{defaultValue:null,description:"",name:"ThumbComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},ValueLabelComponent:{defaultValue:null,description:"",name:"ValueLabelComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},valueLabelDisplay:{defaultValue:{value:"auto"},description:"",name:"valueLabelDisplay",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'}]}},valueLabelFormat:{defaultValue:null,description:"",name:"valueLabelFormat",required:!1,type:{name:"string | ((value: number, index: number) => ReactNode)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Slider/Slider.tsx#RcSlider"]={docgenInfo:RcSlider.__docgenInfo,name:"RcSlider",path:"packages/juno-core/src/components/Forms/Slider/Slider.tsx#RcSlider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Slider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/Slider.tsx"),exports)},"./packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Slider/utils/index.ts");exports.SliderStyle=function(props){var _a=tslib_1.__read(foundation_1.getContrastBgColor(props),2),currColor=_a[0],contrastBgColor=_a[1],actionThumbColor=foundation_1.setOpacity(currColor,"16");return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n\n &."," {\n ."," {\n background-color: ",";\n }\n }\n\n ."," {\n &."," {\n box-shadow: 0 0 0 8px ",";\n }\n\n "," {\n &:hover {\n box-shadow: 0 0 0 8px ",";\n }\n }\n\n &."," {\n box-shadow: 0 0 0 14px ",";\n }\n }\n\n &."," {\n color: ",";\n }\n "],["\n color: ",";\n\n &."," {\n ."," {\n background-color: ",";\n }\n }\n\n ."," {\n &."," {\n box-shadow: 0 0 0 8px ",";\n }\n\n "," {\n &:hover {\n box-shadow: 0 0 0 8px ",";\n }\n }\n\n &."," {\n box-shadow: 0 0 0 14px ",";\n }\n }\n\n &."," {\n color: ",";\n }\n "])),currColor,utils_1.RcSliderClasses.trackInverted,utils_1.RcSliderClasses.track,contrastBgColor,utils_1.RcSliderClasses.thumb,utils_1.RcSliderClasses.focusVisible,actionThumbColor,foundation_1.nonTouchHoverMedia,actionThumbColor,utils_1.RcSliderClasses.active,actionThumbColor,utils_1.RcSliderClasses.disabled,foundation_1.palette2("disabled","f02"))};try{SliderStyle.displayName="SliderStyle",SliderStyle.__docgenInfo={description:"",displayName:"SliderStyle",props:{color:{defaultValue:null,description:"custom color for Slider",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},track:{defaultValue:null,description:"",name:"track",required:!1,type:{name:'false | "normal" | "inverted"'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},defaultValue:{defaultValue:null,description:"",name:"defaultValue",required:!1,type:{name:"number | number[]"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},"aria-label":{defaultValue:null,description:"",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"",name:"aria-labelledby",required:!1,type:{name:"string"}},"aria-valuetext":{defaultValue:null,description:"",name:"aria-valuetext",required:!1,type:{name:"string"}},step:{defaultValue:null,description:"",name:"step",required:!1,type:{name:"number | null"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"number | number[]"}},max:{defaultValue:null,description:"",name:"max",required:!1,type:{name:"number"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},min:{defaultValue:null,description:"",name:"min",required:!1,type:{name:"number"}},scale:{defaultValue:null,description:"",name:"scale",required:!1,type:{name:"((value: number) => number)"}},getAriaLabel:{defaultValue:null,description:"",name:"getAriaLabel",required:!1,type:{name:"((index: number) => string)"}},getAriaValueText:{defaultValue:null,description:"",name:"getAriaValueText",required:!1,type:{name:"((value: number, index: number) => string)"}},marks:{defaultValue:null,description:"",name:"marks",required:!1,type:{name:"boolean | Mark[]"}},onChangeCommitted:{defaultValue:null,description:"",name:"onChangeCommitted",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},ThumbComponent:{defaultValue:null,description:"",name:"ThumbComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},ValueLabelComponent:{defaultValue:null,description:"",name:"ValueLabelComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},valueLabelDisplay:{defaultValue:null,description:"",name:"valueLabelDisplay",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'}]}},valueLabelFormat:{defaultValue:null,description:"",name:"valueLabelFormat",required:!1,type:{name:"string | ((value: number, index: number) => ReactNode)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx#SliderStyle"]={docgenInfo:SliderStyle.__docgenInfo,name:"SliderStyle",path:"packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx#SliderStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Slider/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Slider/utils/SliderUtil.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSliderClasses=foundation_1.RcClasses(["thumb","active","trackInverted","track","focusVisible","disabled"],"RcSlider")},"./packages/juno-core/src/components/Forms/Slider/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/utils/SliderUtil.ts"),exports)},"./packages/juno-core/src/components/Forms/Switch/Switch.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),Switch_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Switch/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),_RcSwitch=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSwitch"}),label=props.label,_a=props.formControlLabelProps,formControlLabelProps=void 0===_a?{}:_a,focusVisibleClassNameProp=props.focusVisibleClassName,classesProp=props.classes,_b=(props.color,props.trackColor,props.inputRef),inputRefProp=void 0===_b?null:_b,onFocus=props.onFocus,onBlur=props.onBlur,rest=tslib_1.__rest(props,["label","formControlLabelProps","focusVisibleClassName","classes","color","trackColor","inputRef","onFocus","onBlur"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_1.RcSwitchClasses,["focusVisible"]),classesProp)}),[classesProp]),focusVisibleClassName=react_1.useMemo((function(){return clsx_1.default(utils_1.RcSwitchClasses.focusVisible,focusVisibleClassNameProp)}),[focusVisibleClassNameProp]),inputRef=react_1.useRef(null),handleInputRef=foundation_1.useForkRef(inputRef,inputRefProp),Switch=react_1.default.createElement(Switch_1.default,tslib_1.__assign({ref,inputRef:handleInputRef,focusVisibleClassName,classes},rest,{color:"default",size:"medium",disableRipple:!0,disableTouchRipple:!0,onFocus:function(e){var _a;(null===(_a=inputRef.current)||void 0===_a?void 0:_a.matches("[data-focus-visible-added]"))&&e.currentTarget.parentElement.setAttribute("data-focus-visible-within",""),null==onFocus||onFocus(e)},onBlur:function(e){e.currentTarget.parentElement.removeAttribute("data-focus-visible-within"),null==onBlur||onBlur(e)}}));return label?react_1.default.createElement(FormControlLabel_1.RcFormControlLabel,tslib_1.__assign({},formControlLabelProps,{label,control:Switch})):Switch})),RcSwitch=styled_components_1.default(_RcSwitch)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.SwitchStyle);exports.RcSwitch=RcSwitch,RcSwitch.defaultProps={color:"interactive.f01"},RcSwitch.displayName="RcSwitch";try{RcSwitch.displayName="RcSwitch",RcSwitch.__docgenInfo={description:"",displayName:"RcSwitch",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the switch will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},color:{defaultValue:{value:"interactive.f01"},description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}},trackColor:{defaultValue:null,description:"custom trackColor when unchecked status",name:"trackColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Switch/Switch.tsx#RcSwitch"]={docgenInfo:RcSwitch.__docgenInfo,name:"RcSwitch",path:"packages/juno-core/src/components/Forms/Switch/Switch.tsx#RcSwitch"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Switch/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/Switch.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/styles/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),thumbColor=foundation_1.palette2("neutral","f01"),disabledColor=foundation_1.palette2("disabled","f02"),defaultTrackColorArray=["neutral","f02"],heightCss=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 20px;\n"],["\n height: 20px;\n"]))),widthCss=foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: 36px;\n"],["\n width: 36px;\n"]))),thumbSize=foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 12px;\n width: 12px;\n"],["\n height: 12px;\n width: 12px;\n"]))),notDisabledSwitchBase=function(opacity,checkedColor,trackedColor){return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ."," {\n &:not(.",") {\n & + ."," {\n background-color: ",";\n }\n\n &."," + ."," {\n background-color: ",";\n }\n }\n }\n"],["\n ."," {\n &:not(.",") {\n & + ."," {\n background-color: ",";\n }\n\n &."," + ."," {\n background-color: ",";\n }\n }\n }\n"])),utils_1.RcSwitchClasses.switchBase,utils_1.RcSwitchClasses.disabled,utils_1.RcSwitchClasses.track,foundation_1.setOpacity(trackedColor,opacity,!0),utils_1.RcSwitchClasses.checked,utils_1.RcSwitchClasses.track,foundation_1.setOpacity(checkedColor,opacity,!0))};exports.SwitchStyle=function(_a){var colorProp=_a.color,trackColorProp=_a.trackColor,checkedColor=foundation_1.getParsePaletteColor(colorProp),trackColor=foundation_1.getParsePaletteColor(trackColorProp,defaultTrackColorArray);return foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n &."," {\n padding: 0px;\n ",";\n ",";\n\n &[data-focus-visible-within] {\n border-radius: ",";\n ","\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n background-color: transparent;\n transform: translateX(",");\n\n &."," {\n transform: translateX(",");\n }\n }\n\n ."," {\n ",";\n background-color: ",";\n box-shadow: none;\n }\n\n ."," {\n ",";\n opacity: 1;\n margin: 0;\n border-radius: ",";\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n\n &:active {\n ",";\n }\n }\n "],["\n &."," {\n padding: 0px;\n ",";\n ",";\n\n &[data-focus-visible-within] {\n border-radius: ",";\n ","\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n background-color: transparent;\n transform: translateX(",");\n\n &."," {\n transform: translateX(",");\n }\n }\n\n ."," {\n ",";\n background-color: ",";\n box-shadow: none;\n }\n\n ."," {\n ",";\n opacity: 1;\n margin: 0;\n border-radius: ",";\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n\n &:active {\n ",";\n }\n }\n "])),utils_1.RcSwitchClasses.root,widthCss,heightCss,foundation_1.radius("round"),foundation_1.focusRing("normal",{pseudo:!1}),utils_1.RcSwitchClasses.switchBase,widthCss,heightCss,foundation_1.spacing(-2),utils_1.RcSwitchClasses.checked,foundation_1.spacing(2),utils_1.RcSwitchClasses.thumb,thumbSize,thumbColor,utils_1.RcSwitchClasses.track,heightCss,foundation_1.radius("round"),trackColor,utils_1.RcSwitchClasses.checked,utils_1.RcSwitchClasses.track,checkedColor,utils_1.RcSwitchClasses.disabled,utils_1.RcSwitchClasses.track,disabledColor,foundation_1.nonTouchHoverMedia,notDisabledSwitchBase("08",checkedColor,trackColor),notDisabledSwitchBase("24",checkedColor,trackColor))};try{SwitchStyle.displayName="SwitchStyle",SwitchStyle.__docgenInfo={description:"",displayName:"SwitchStyle",props:{trackColor:{defaultValue:null,description:"custom trackColor when unchecked status",name:"trackColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the switch will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx#SwitchStyle"]={docgenInfo:SwitchStyle.__docgenInfo,name:"SwitchStyle",path:"packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx#SwitchStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Switch/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Switch/utils/SwitchUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSwitchClasses=foundation_1.RcClasses(["root","switchBase","thumb","track","checked","disabled"],"RcSwitch")},"./packages/juno-core/src/components/Forms/Switch/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/SwitchUtils.tsx"),exports)},"./packages/juno-core/src/components/Forms/TextField/TextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TextField_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TextField/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),FormContext_1=__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts");exports.RcOutlineTextFieldIconSizes=utils_1.RcOutlineTextFieldIconSizes;var templateObject_1,combineOutlineClasses=foundation_1.combineClasses(utils_1.RcTextFieldInputClasses,utils_1.RcOutlineTextFieldInputClasses),_RcTextField=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTextField"});var getCleanButton,classesProp=props.classes,InputLabelPropsProp=props.InputLabelProps,FormHelperTextPropsProp=props.FormHelperTextProps,valueProp=props.value,focusOnMount=props.focusOnMount,selectOnMount=props.selectOnMount,clearAriaLabel=props.clearAriaLabel,_a=props.autoFocus,autoFocusProp=void 0===_a?focusOnMount:_a,InputPropsProp=props.InputProps,error=props.error,helperText=props.helperText,inputRefProp=(props.defaultValue,props.inputRef),_b=props.autoSelect,autoSelect=void 0===_b?selectOnMount:_b,autoFocusDelay=props.autoFocusDelay,clearLabel=props.clearLabel,clearButtonProps=props.clearButtonProps,clearBtn=props.clearBtn,validate=props.validate,onChange=props.onChange,onBlur=props.onBlur,onFocus=props.onFocus,onClear=props.onClear,idProp=props.id,variant=props.variant,size=(props.radius,props.size),rest=(props.align,props.textVariant,props.gutterBottom,props.color,tslib_1.__rest(props,["classes","InputLabelProps","FormHelperTextProps","value","focusOnMount","selectOnMount","clearAriaLabel","autoFocus","InputProps","error","helperText","defaultValue","inputRef","autoSelect","autoFocusDelay","clearLabel","clearButtonProps","clearBtn","validate","onChange","onBlur","onFocus","onClear","id","variant","radius","size","align","textVariant","gutterBottom","color"])),formContext=FormContext_1.useRcFormContext(),innerRef=react_1.useRef(),inputRef=foundation_1.useForkRef(inputRefProp,innerRef),_c=tslib_1.__read(react_1.useState(""),2),validateMessage=_c[0],setValidateMessage=_c[1],runValidate=foundation_1.useEventCallback((function(value){void 0===value&&(value=valueProp);var validateMessage=!1;return validate&&(validateMessage=validate(value),setValidateMessage(!1!==validateMessage?validateMessage:"")),validateMessage})),handleClear=foundation_1.useEventCallback((function(event){null==onClear||onClear(event),null==onChange||onChange({target:{value:""}}),setValidateMessage("")})),endAdornment=(getCleanButton=function(){var iconTitle=clearLabel||(null==clearButtonProps?void 0:clearButtonProps.title),combineClearProps=foundation_1.combineProps({TooltipProps:{tooltipForceHide:!iconTitle},onClick:handleClear,size:utils_1.RcOutlineTextFieldIconSizes[size]},clearButtonProps);return react_1.default.createElement(styles_1.ClearIconButton,tslib_1.__assign({title:iconTitle,"aria-label":clearAriaLabel||iconTitle,symbol:juno_icon_1.DeleteCircle},combineClearProps))},(null==InputPropsProp?void 0:InputPropsProp.endAdornment)?clearBtn?react_1.default.createElement(react_1.default.Fragment,null,getCleanButton(),InputPropsProp.endAdornment):InputPropsProp.endAdornment:clearBtn?getCleanButton():void 0),events=foundation_1.combineProps({onBlur:function(){runValidate()},onFocus:function(){""!==validateMessage&&setValidateMessage("")}},{onBlur,onFocus}),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTextFieldClasses,classesProp)}),[classesProp]),additionClasses={outline:combineOutlineClasses,borderLess:void 0,standard:void 0}[variant],InputProps=foundation_1.combineProps({classes:additionClasses||utils_1.RcTextFieldInputClasses,disableUnderline:["outline","borderLess","inline"].includes(variant)},tslib_1.__assign(tslib_1.__assign({},InputPropsProp),{endAdornment})),FormHelperTextProps=foundation_1.combineProps({classes:utils_1.RcTextFieldFormHelperTextClasses},FormHelperTextPropsProp),InputLabelProps=foundation_1.combineProps({classes:utils_1.RcTextFieldInputLabelClasses,shrink:!0},InputLabelPropsProp);react_1.useLayoutEffect((function(){var inputElm=innerRef.current,autoFocus=autoFocusProp||(null==InputPropsProp?void 0:InputPropsProp.autoFocus),timerId=null;if(autoSelect&&(null==inputElm?void 0:inputElm.value))inputElm.select();else{var focus=function(){return null==inputElm?void 0:inputElm.focus()};autoFocus&&(autoFocusDelay?timerId=setTimeout(focus,autoFocusDelay):focus())}return function(){timerId&&clearTimeout(timerId),inputElm&&foundation_1.clearReactReferencesInNode(inputElm)}}),[]);var id=foundation_1.useId(idProp);return react_1.useEffect((function(){return id&&formContext.set(id,{validate:function(){return runValidate()}}),function(){id&&formContext.delete(id)}}),[]),react_1.default.createElement(TextField_1.default,tslib_1.__assign({},rest,events,{id,value:valueProp,onChange,error:validate?!!validateMessage:error,helperText:validateMessage||helperText,classes,FormHelperTextProps,InputLabelProps,InputProps,inputRef,ref}))})),RcTextField=foundation_1.styled(_RcTextField).attrs((function(_a){var _b=_a.defaultValue,defaultValue=void 0===_b?"":_b,valueProp=_a.value,onChangeProp=_a.onChange,rest=tslib_1.__rest(_a,["defaultValue","value","onChange"]),_c=tslib_1.__read(foundation_1.useControlled({default:defaultValue,controlled:valueProp,name:"RcTextField"}),2),value=_c[0],setValue=_c[1];return tslib_1.__assign(tslib_1.__assign({},rest),{value,onChange:function(event){null==onChangeProp||onChangeProp(event),setValue(event.target.value)}})}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TextFieldStyle);exports.RcTextField=RcTextField,RcTextField.defaultProps={clearBtn:!0,variant:"standard",radius:"lg",size:"medium",textVariant:"subheading1"},RcTextField.displayName="RcTextField";try{RcTextField.displayName="RcTextField",RcTextField.__docgenInfo={description:"",displayName:"RcTextField",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/TextField.tsx#RcTextField"]={docgenInfo:RcTextField.__docgenInfo,name:"RcTextField",path:"packages/juno-core/src/components/Forms/TextField/TextField.tsx#RcTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/TextField/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/TextField.tsx"),exports)},"./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),FakeButton=foundation_1.styled(IconButton_1.RcIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n pointer-events: none;\n"],["\n position: absolute;\n right: 0;\n pointer-events: none;\n"]))),_ClearIconButton=react_1.forwardRef((function(_a,ref){var onMouseDown=_a.onMouseDown,size=_a.size,rest=(_a.iconSize,tslib_1.__rest(_a,["onMouseDown","size","iconSize"]));return react_1.default.createElement(Box_1.RcBox,{display:"inline-flex",alignItems:"center",position:"relative"},react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({type:"button","aria-hidden":!0,variant:"plain",symbol:juno_icon_1.DeleteCircle,tabIndex:-1,onMouseDown:function(e){e.preventDefault(),null==onMouseDown||onMouseDown(e)},size},rest,{useRcTooltip:!1})),react_1.default.createElement(FakeButton,{variant:"plain",as:"div",size,ref}))}));exports.ClearIconButton=foundation_1.styled(Tooltip_1.withTooltip(_ClearIconButton))(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n position: relative;\n"],["\n display: flex;\n align-items: center;\n position: relative;\n"]))),exports.ClearIconButton.defaultProps={useRcTooltip:!0}},"./packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts");exports.OutlineTextFieldStyle=function(_a){var radius=_a.radius,size=_a.size,colorProp=_a.color,multiline=_a.multiline,height=foundation_1.px(utils_1.RcOutlineTextFieldHeights[size]),_b=utils_1.RcOutlineTextFieldSpaces[size],inside=_b.inside,outside=_b.outside,insideLeft=_b.insideLeft,y=_b.y,labelMargin=utils_1.RcOutlineTextFieldLabelMargins[size],typographyToken=utils_1.RcOutlineTextFieldFontStyles[size],currRadius=foundation_1.radius(radius),borderColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("neutral","l03")),focusBorderColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("interactive","f01"));return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n ",";\n }\n\n ",";\n\n * + ."," {\n margin-left: ",";\n }\n\n &."," {\n label + ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n -webkit-tap-highlight-color: transparent;\n min-height: ",";\n background: ",";\n padding: ",";\n border-radius: ",";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:not(.","):not(.","):hover {\n background: ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n background: ",";\n &:before {\n ",";\n }\n }\n "],["\n ."," {\n ",";\n }\n\n ",";\n\n * + ."," {\n margin-left: ",";\n }\n\n &."," {\n label + ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n -webkit-tap-highlight-color: transparent;\n min-height: ",";\n background: ",";\n padding: ",";\n border-radius: ",";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:not(.","):not(.","):hover {\n background: ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n background: ",";\n &:before {\n ",";\n }\n }\n "])),utils_1.RcOutlineTextFieldInputClasses.input,foundation_1.typography(typographyToken),utils_1.belowIconButtonSpacing(foundation_1.spacing(inside)),utils_1.RcOutlineTextFieldInputClasses.input,foundation_1.spacing(insideLeft||inside),utils_1.RcTextFieldClasses.root,utils_1.RcOutlineTextFieldInputClasses.root,foundation_1.spacing(labelMargin),utils_1.RcOutlineTextFieldInputClasses.root,height,foundation_1.palette2("neutral","b01"),foundation_1.spacing(multiline?y:0,outside),currRadius,currRadius,foundation_1.fakeBorder({color:borderColor}),utils_1.RcOutlineTextFieldInputClasses.focused,utils_1.RcOutlineTextFieldInputClasses.disabled,foundation_1.palette2("neutral","b02"),utils_1.RcOutlineTextFieldInputClasses.focused,foundation_1.fakeBorder({color:focusBorderColor}),utils_1.RcOutlineTextFieldInputClasses.error,foundation_1.fakeBorder({color:foundation_1.palette2("danger","f02")}),utils_1.RcOutlineTextFieldInputClasses.disabled,foundation_1.palette2("neutral","b03"),foundation_1.fakeBorder({color:foundation_1.palette2("disabled","f02")}))};try{OutlineTextFieldStyle.displayName="OutlineTextFieldStyle",OutlineTextFieldStyle.__docgenInfo={description:"",displayName:"OutlineTextFieldStyle",props:{color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx#OutlineTextFieldStyle"]={docgenInfo:OutlineTextFieldStyle.__docgenInfo,name:"OutlineTextFieldStyle",path:"packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx#OutlineTextFieldStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts"),ClearIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx"),OutlineTextFieldStyle_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx"),idleColor=foundation_1.palette2("neutral","f04"),errorTextColor=foundation_1.palette2("danger","f02"),errorColor=foundation_1.palette2("danger","f02");exports.textColor=foundation_1.palette2("neutral","f06"),exports.disabledColor=foundation_1.palette2("disabled","f02"),exports.placeholderColor=foundation_1.palette2("neutral","f03"),exports.RcDefaultTextFieldWidth="168px";var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,focusWithNotDisabled="."+utils_2.RcTextFieldInputClasses.root+":hover:not(."+utils_2.RcTextFieldInputClasses.disabled+")",TextFieldInputHoverFocusStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n display: inline-flex;\n }\n"],["\n "," {\n display: inline-flex;\n }\n"])),ClearIconButton_1.ClearIconButton);exports.clearBtnInactiveStyle=foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n "," {\n "," {\n ","\n }\n }\n\n ."," {\n ","\n }\n"],["\n "," {\n "," {\n ","\n }\n }\n\n ."," {\n ","\n }\n"])),foundation_1.nonTouchHoverMedia,focusWithNotDisabled,TextFieldInputHoverFocusStyle,utils_2.RcTextFieldInputClasses.focused,TextFieldInputHoverFocusStyle),exports.TextFieldStyle=function(props){var value=props.value,variant=props.variant,fullWidth=props.fullWidth,clearBtn=props.clearBtn,size=props.size,textVariant=props.textVariant,gutterBottom=props.gutterBottom,align=props.align,colorProp=props.color,showClean=foundation_1.isFilled({value}),color=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("interactive","f01")),labelRootColor=foundation_1.getParsePaletteColor(colorProp,idleColor),underlineColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("neutral","f02")),underlineFocusColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("neutral","f06"));return foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n ",";\n\n width: ",";\n\n ",";\n\n ."," {\n ",";\n color: ",";\n transform: scale(1);\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n\n "," {\n display: none;\n }\n }\n\n ",";\n\n ."," {\n ",";\n text-align: ",";\n\n ::placeholder {\n color: ",";\n opacity: 1;\n }\n\n &:placeholder-shown {\n ","\n }\n\n ",";\n }\n\n ."," {\n &:before {\n border-bottom-color: ",";\n }\n\n "," {\n &:hover:not(.",") {\n &:before {\n border-bottom-color: ",";\n }\n }\n }\n\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n color: ",";\n // * safari need that in disabled input\n -webkit-text-fill-color: ",";\n ::placeholder {\n color: ",";\n }\n &:before {\n border-bottom-style: solid;\n border-bottom-color: ",";\n }\n &:after {\n border-bottom-style: none;\n }\n }\n\n ."," {\n ",";\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n /* clears the 'X' from Internet Explorer */\n input[type='search']::-ms-clear,\n input[type='search']::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n }\n\n /* clears the 'X' from Chrome */\n input[type='search']::-webkit-search-decoration,\n input[type='search']::-webkit-search-cancel-button,\n input[type='search']::-webkit-search-results-button,\n input[type='search']::-webkit-search-results-decoration {\n display: none;\n }\n\n ","\n "],["\n ",";\n\n width: ",";\n\n ",";\n\n ."," {\n ",";\n color: ",";\n transform: scale(1);\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n\n "," {\n display: none;\n }\n }\n\n ",";\n\n ."," {\n ",";\n text-align: ",";\n\n ::placeholder {\n color: ",";\n opacity: 1;\n }\n\n &:placeholder-shown {\n ","\n }\n\n ",";\n }\n\n ."," {\n &:before {\n border-bottom-color: ",";\n }\n\n "," {\n &:hover:not(.",") {\n &:before {\n border-bottom-color: ",";\n }\n }\n }\n\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n color: ",";\n // * safari need that in disabled input\n -webkit-text-fill-color: ",";\n ::placeholder {\n color: ",";\n }\n &:before {\n border-bottom-style: solid;\n border-bottom-color: ",";\n }\n &:after {\n border-bottom-style: none;\n }\n }\n\n ."," {\n ",";\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n /* clears the 'X' from Internet Explorer */\n input[type='search']::-ms-clear,\n input[type='search']::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n }\n\n /* clears the 'X' from Chrome */\n input[type='search']::-webkit-search-decoration,\n input[type='search']::-webkit-search-cancel-button,\n input[type='search']::-webkit-search-results-button,\n input[type='search']::-webkit-search-results-decoration {\n display: none;\n }\n\n ","\n "])),utils_2.belowIconButtonSpacing(foundation_1.spacing(3)),!fullWidth&&exports.RcDefaultTextFieldWidth,gutterBottom&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n &."," {\n margin: 0 0 "," 0;\n }\n "],["\n &."," {\n margin: 0 0 "," 0;\n }\n "])),utils_2.RcTextFieldClasses.root,foundation_1.spacing(4)),utils_2.RcTextFieldInputLabelClasses.root,foundation_1.typography("caption2"),labelRootColor,utils_2.RcTextFieldInputLabelClasses.focused,color,utils_2.RcTextFieldInputClasses.root,exports.textColor,ClearIconButton_1.ClearIconButton,showClean&&exports.clearBtnInactiveStyle,utils_2.RcTextFieldInputClasses.input,foundation_1.typography("borderLess"===variant?textVariant:"subheading1"),align,exports.placeholderColor,foundation_1.ellipsis,clearBtn&&align&&"left"!==align&&foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n width: calc(100% - ",");\n "],["\n width: calc(100% - ",");\n "])),foundation_1.px(utils_1.RcIconButtonSizes[size])),utils_2.RcTextFieldInputClasses.underline,underlineColor,foundation_1.nonTouchHoverMedia,utils_2.RcTextFieldInputClasses.disabled,underlineFocusColor,color,utils_2.RcTextFieldInputClasses.error,errorColor,utils_2.RcTextFieldInputClasses.disabled,exports.disabledColor,exports.disabledColor,exports.disabledColor,exports.disabledColor,utils_2.RcTextFieldFormHelperTextClasses.root,foundation_1.typography("caption1"),idleColor,utils_2.RcTextFieldFormHelperTextClasses.error,utils_2.RcTextFieldInputLabelClasses.error,errorTextColor,utils_2.RcTextFieldFormHelperTextClasses.disabled,utils_2.RcTextFieldInputLabelClasses.disabled,exports.disabledColor,"outline"===variant&&OutlineTextFieldStyle_1.OutlineTextFieldStyle)};try{textColor.displayName="textColor",textColor.__docgenInfo={description:"",displayName:"textColor",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#textColor"]={docgenInfo:textColor.__docgenInfo,name:"textColor",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#textColor"})}catch(__react_docgen_typescript_loader_error){}try{disabledColor.displayName="disabledColor",disabledColor.__docgenInfo={description:"",displayName:"disabledColor",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#disabledColor"]={docgenInfo:disabledColor.__docgenInfo,name:"disabledColor",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#disabledColor"})}catch(__react_docgen_typescript_loader_error){}try{placeholderColor.displayName="placeholderColor",placeholderColor.__docgenInfo={description:"",displayName:"placeholderColor",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#placeholderColor"]={docgenInfo:placeholderColor.__docgenInfo,name:"placeholderColor",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#placeholderColor"})}catch(__react_docgen_typescript_loader_error){}try{TextFieldStyle.displayName="TextFieldStyle",TextFieldStyle.__docgenInfo={description:"",displayName:"TextFieldStyle",props:{color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#TextFieldStyle"]={docgenInfo:TextFieldStyle.__docgenInfo,name:"TextFieldStyle",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#TextFieldStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/TextField/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/TextField/utils/OutlineTextFieldUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcOutlineTextFieldInputClasses=foundation_1.RcClasses(["input","root","focused","disabled","error"],"RcOutlineTextFieldInput"),exports.RcOutlineTextFieldSpaces={small:{outside:3,inside:2,y:1},medium:{outside:4,inside:3,insideLeft:4,y:2},large:{outside:4,inside:3,insideLeft:4,y:3}},exports.RcOutlineTextFieldLabelMargins={small:5,medium:5.5,large:6},exports.RcOutlineTextFieldHeights={small:32,medium:40,large:48},exports.RcOutlineTextFieldFontStyles={small:"body1",medium:"subheading1",large:"subheading1"},exports.RcOutlineTextFieldIconSizes={small:"small",medium:"medium",large:"medium"}},"./packages/juno-core/src/components/Forms/TextField/utils/TextFieldUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts");exports.RcTextFieldClasses=foundation_1.RcClasses(["root"],"RcTextField"),exports.RcTextFieldInputClasses=foundation_1.RcClasses(["root","underline","error","focused","disabled","input"],"RcTextFieldInput"),exports.RcTextFieldInputLabelClasses=foundation_1.RcClasses(["root","error","focused","disabled"],"RcTextFieldInputLabel"),exports.RcTextFieldFormHelperTextClasses=foundation_1.RcClasses(["root","error","disabled"],"RcTextFieldFormHelperText"),exports.belowIconButtonSpacing=function(spaceNum){return function(_a){return _a.clearBtn?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n *:not(input) + "," {\n margin-left: ",";\n }\n "],["\n *:not(input) + "," {\n margin-left: ",";\n }\n "])),IconButton_1.RcIconButton,spaceNum):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n "," {\n margin-left: ",";\n }\n "],["\n "," {\n margin-left: ",";\n }\n "])),IconButton_1.RcIconButton,spaceNum)}}},"./packages/juno-core/src/components/Forms/TextField/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/OutlineTextFieldUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/TextFieldUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Textarea/Textarea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/utils/index.ts"),_RcTextarea=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTextarea"}),InputPropsProp=(props.classes,props.InputProps),rowsProp=props.rows,minRows=props.minRows,maxRows=props.maxRows,rest=tslib_1.__rest(props,["classes","InputProps","rows","minRows","maxRows"]),InputProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:utils_1.RcTextareaInputClasses},InputPropsProp)}),[InputPropsProp]),rows=rowsProp;return(minRows||maxRows)&&(rows=void 0),react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({},rest,{rows,minRows,maxRows,multiline:!0,InputProps,clearBtn:!1,ref}))})),RcTextarea=foundation_1.styled(_RcTextarea)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TextareaStyle);exports.RcTextarea=RcTextarea,RcTextarea.defaultProps={rows:3},RcTextarea.displayName="RcTextarea";try{RcTextarea.displayName="RcTextarea",RcTextarea.__docgenInfo={description:"",displayName:"RcTextarea",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Textarea/Textarea.tsx#RcTextarea"]={docgenInfo:RcTextarea.__docgenInfo,name:"RcTextarea",path:"packages/juno-core/src/components/Forms/Textarea/Textarea.tsx#RcTextarea"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Textarea/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/Textarea.tsx"),exports)},"./packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/utils/index.ts");exports.TextareaStyle=function(_a){var disabled=_a.disabled;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n margin: "," 0 0 0;\n\n background: ",";\n ",";\n ",";\n }\n\n ."," {\n padding: 0;\n }\n "],["\n ."," {\n margin: "," 0 0 0;\n\n background: ",";\n ",";\n ",";\n }\n\n ."," {\n padding: 0;\n }\n "])),utils_1.RcTextareaInputClasses.inputMultiline,foundation_1.spacing(1),foundation_1.palette2("neutral","b03"),foundation_1.fakeBorder(),!disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n background: transparent;\n }\n }\n "],["\n "," {\n &:hover {\n background: transparent;\n }\n }\n "])),foundation_1.nonTouchHoverMedia),utils_1.RcTextareaInputClasses.root)};try{TextareaStyle.displayName="TextareaStyle",TextareaStyle.__docgenInfo={description:"",displayName:"TextareaStyle",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx#TextareaStyle"]={docgenInfo:TextareaStyle.__docgenInfo,name:"TextareaStyle",path:"packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx#TextareaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Textarea/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Textarea/utils/TextareaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTextareaInputClasses=foundation_1.RcClasses(["inputMultiline","root"],"RcTextareaInput")},"./packages/juno-core/src/components/Forms/Textarea/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/utils/TextareaUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/BaseForm.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControl.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormLabel.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/RadioGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/index.ts"),exports)},"./packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");function getResultIcon(iconProp,size,defaultIcon){var icon;return iconProp&&(icon=foundation_1.isRcElement(iconProp,["RcIcon"])&&size?cloneProps(iconProp,size):iconProp),!icon&&defaultIcon&&(icon=react_1.isValidElement(defaultIcon)?cloneProps(defaultIcon,size):react_1.default.createElement(Icon_1.RcIcon,{symbol:defaultIcon,size})),icon}function cloneProps(iconProp,size){return react_1.default.cloneElement(iconProp,{size})}exports.CustomIconPropsGetter=function(options){var defaultIcon=options.icon,defaultCheckedIcon=options.checkedIcon,defaultIndeterminateIcon=options.indeterminateIcon;return function(props){var size=props.size,iconProp=props.icon,checkedIconProp=props.checkedIcon,indeterminateIconProp=props.indeterminateIcon,resultProps={},icon=getResultIcon(iconProp,size,defaultIcon);icon&&(resultProps.icon=icon);var checkedIcon=getResultIcon(checkedIconProp,size,defaultCheckedIcon);checkedIcon&&(resultProps.checkedIcon=checkedIcon);var indeterminateIcon=getResultIcon(indeterminateIconProp,size,defaultIndeterminateIcon);return indeterminateIcon&&(resultProps.indeterminateIcon=indeterminateIcon),resultProps}};try{CustomIconPropsGetter.displayName="CustomIconPropsGetter",CustomIconPropsGetter.__docgenInfo={description:"",displayName:"CustomIconPropsGetter",props:{icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 6 more ..."}},checkedIcon:{defaultValue:null,description:"",name:"checkedIcon",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 6 more ..."}},indeterminateIcon:{defaultValue:null,description:"",name:"indeterminateIcon",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 6 more ..."}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx#CustomIconPropsGetter"]={docgenInfo:CustomIconPropsGetter.__docgenInfo,name:"CustomIconPropsGetter",path:"packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx#CustomIconPropsGetter"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/utils/checkedStyles.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),backgroundColor=foundation_1.palette2("neutral","f02"),disabledColor=foundation_1.palette2("disabled","f02"),errorColor=foundation_1.palette2("danger","b04");exports.checkedStyles=function(_a){var color=_a.color,error=_a.error,followColorWhenUnChecked=_a.followColorWhenUnChecked,size=_a.size,classes=_a.classes,_color=error?errorColor:foundation_1.getParsePaletteColor(color),ripplePaddingSize=foundation_1.px(utils_1.RcIconButtonSizes[size]/2);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n color: ",";\n padding: ",";\n\n &."," {\n color: ",";\n }\n\n "," {\n &:hover {\n background-color: ",";\n\n &."," {\n color: ",";\n background-color: ",";\n }\n }\n }\n\n &."," {\n color: ",";\n }\n }\n "],["\n &."," {\n color: ",";\n padding: ",";\n\n &."," {\n color: ",";\n }\n\n "," {\n &:hover {\n background-color: ",";\n\n &."," {\n color: ",";\n background-color: ",";\n }\n }\n }\n\n &."," {\n color: ",";\n }\n }\n "])),classes.root,followColorWhenUnChecked?_color:backgroundColor,ripplePaddingSize,classes.checked,_color,foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(followColorWhenUnChecked?_color:backgroundColor,"12"),classes.checked,foundation_1.setOpacity(_color,"08",!0),foundation_1.setOpacity(_color,"12"),classes.disabled,disabledColor)};try{checkedStyles.displayName="checkedStyles",checkedStyles.__docgenInfo={description:"provide custom color for check icon",displayName:"checkedStyles",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/utils/checkedStyles.tsx#checkedStyles"]={docgenInfo:checkedStyles.__docgenInfo,name:"checkedStyles",path:"packages/juno-core/src/components/Forms/utils/checkedStyles.tsx#checkedStyles"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/utils/checkedStyles.tsx"),exports)},"./packages/juno-core/src/components/Grid/Grid.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Grid_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Grid/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Grid/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Grid/utils/index.ts"),_RcGrid=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcGrid"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcGridClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Grid_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcGrid=foundation_1.styled(_RcGrid)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.GridStyle);exports.RcGrid=RcGrid,RcGrid.defaultProps={},RcGrid.displayName="RcGrid";try{RcGrid.displayName="RcGrid",RcGrid.__docgenInfo={description:"",displayName:"RcGrid",props:{direction:{defaultValue:null,description:"Defines the `flex-direction` style property.\nIt is applied for all screen sizes.",name:"direction",required:!1,type:{name:"enum",value:[{value:'"row"'},{value:'"row-reverse"'},{value:'"column"'},{value:'"column-reverse"'}]}},spacing:{defaultValue:null,description:"Defines the space between the type `item` component.\nIt can only be used on a type `container` component.",name:"spacing",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"4"},{value:"10"},{value:"2"},{value:"3"},{value:"5"},{value:"6"},{value:"7"},{value:"8"},{value:"9"}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},xs:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for all the screen sizes with the lowest priority.",name:"xs",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},sm:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `sm` breakpoint and wider screens if not overridden.",name:"sm",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},md:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `md` breakpoint and wider screens if not overridden.",name:"md",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},lg:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `lg` breakpoint and wider screens if not overridden.",name:"lg",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},xl:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `xl` breakpoint and wider screens.",name:"xl",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},justifyContent:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.",name:"justifyContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},alignItems:{defaultValue:null,description:"Defines the `align-items` style property.\nIt's applied for all screen sizes.",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"baseline"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'}]}},alignContent:{defaultValue:null,description:"Defines the `align-content` style property.\nIt's applied for all screen sizes.",name:"alignContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'}]}},container:{defaultValue:null,description:"If `true`, the component will have the flex *container* behavior.\nYou should be wrapping *items* with a *container*.",name:"container",required:!1,type:{name:"boolean"}},justify:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.\n@deprecated",name:"justify",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},wrap:{defaultValue:null,description:"Defines the `flex-wrap` style property.\nIt's applied for all screen sizes.",name:"wrap",required:!1,type:{name:"enum",value:[{value:'"wrap"'},{value:'"nowrap"'},{value:'"wrap-reverse"'}]}},item:{defaultValue:null,description:"If `true`, the component will have the flex *item* behavior.\nYou should be wrapping *items* with a *container*.",name:"item",required:!1,type:{name:"boolean"}},zeroMinWidth:{defaultValue:null,description:"If `true`, it sets `min-width: 0` on the item.\nRefer to the limitations section of the documentation to better understand the use case.",name:"zeroMinWidth",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Grid/Grid.tsx#RcGrid"]={docgenInfo:RcGrid.__docgenInfo,name:"RcGrid",path:"packages/juno-core/src/components/Grid/Grid.tsx#RcGrid"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Grid/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/Grid.tsx"),exports)},"./packages/juno-core/src/components/Grid/styles/GridStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.GridStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{GridStyle.displayName="GridStyle",GridStyle.__docgenInfo={description:"",displayName:"GridStyle",props:{direction:{defaultValue:null,description:"Defines the `flex-direction` style property.\nIt is applied for all screen sizes.",name:"direction",required:!1,type:{name:"enum",value:[{value:'"row"'},{value:'"row-reverse"'},{value:'"column"'},{value:'"column-reverse"'}]}},spacing:{defaultValue:null,description:"Defines the space between the type `item` component.\nIt can only be used on a type `container` component.",name:"spacing",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"4"},{value:"10"},{value:"2"},{value:"3"},{value:"5"},{value:"6"},{value:"7"},{value:"8"},{value:"9"}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},xs:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for all the screen sizes with the lowest priority.",name:"xs",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},sm:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `sm` breakpoint and wider screens if not overridden.",name:"sm",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},md:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `md` breakpoint and wider screens if not overridden.",name:"md",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},lg:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `lg` breakpoint and wider screens if not overridden.",name:"lg",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},xl:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `xl` breakpoint and wider screens.",name:"xl",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},justifyContent:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.",name:"justifyContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},alignItems:{defaultValue:null,description:"Defines the `align-items` style property.\nIt's applied for all screen sizes.",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"baseline"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'}]}},alignContent:{defaultValue:null,description:"Defines the `align-content` style property.\nIt's applied for all screen sizes.",name:"alignContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'}]}},container:{defaultValue:null,description:"If `true`, the component will have the flex *container* behavior.\nYou should be wrapping *items* with a *container*.",name:"container",required:!1,type:{name:"boolean"}},justify:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.\n@deprecated",name:"justify",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},wrap:{defaultValue:null,description:"Defines the `flex-wrap` style property.\nIt's applied for all screen sizes.",name:"wrap",required:!1,type:{name:"enum",value:[{value:'"wrap"'},{value:'"nowrap"'},{value:'"wrap-reverse"'}]}},item:{defaultValue:null,description:"If `true`, the component will have the flex *item* behavior.\nYou should be wrapping *items* with a *container*.",name:"item",required:!1,type:{name:"boolean"}},zeroMinWidth:{defaultValue:null,description:"If `true`, it sets `min-width: 0` on the item.\nRefer to the limitations section of the documentation to better understand the use case.",name:"zeroMinWidth",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Grid/styles/GridStyle.tsx#GridStyle"]={docgenInfo:GridStyle.__docgenInfo,name:"GridStyle",path:"packages/juno-core/src/components/Grid/styles/GridStyle.tsx#GridStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Grid/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/styles/GridStyle.tsx"),exports)},"./packages/juno-core/src/components/Grid/utils/GridUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcGridClasses=foundation_1.RcClasses([],"RcGrid")},"./packages/juno-core/src/components/Grid/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/utils/GridUtils.ts"),exports)},"./packages/juno-core/src/components/Hidden/Hidden.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var RcHidden=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Hidden/index.js")).default;exports.RcHidden=RcHidden,RcHidden.displayName="RcHidden"},"./packages/juno-core/src/components/Hidden/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Hidden/Hidden.tsx"),exports)},"./packages/juno-core/src/components/Icon/Icon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Progress_1=__webpack_require__("./packages/juno-core/src/components/Progress/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Icon/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts"),IconService_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/IconService.ts"),_RcIcon=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcIcon"});var renderDom,loadingSize=props.loadingSize,useLoading=props.useLoading,icon=(props.iconColor,props.iconSize,props.icon),desc=props.desc,className=props.className,_a=props.loading,loading=void 0===_a?useLoading:_a,CircularProgressProps=props.CircularProgressProps,symbol=props.symbol,children=props.children,size=(props.color,props.size),rest=tslib_1.__rest(props,["loadingSize","useLoading","iconColor","iconSize","icon","desc","className","loading","CircularProgressProps","symbol","children","color","size"]),_b=IconService_1.useIconService().iconMap,iconMap=void 0===_b?{}:_b,href="",Icon=null,iconName="";if(symbol)"object"==typeof symbol&&symbol.id?(href="#"+symbol.id,iconName=""+symbol.id):(Icon=symbol,renderDom=react_1.default.createElement(Icon,null),iconName=symbol.iconName);else if("string"==typeof children||icon){var childrenIconKey=children&&children.toString()||icon||"";iconName=childrenIconKey,(Icon=iconMap[childrenIconKey])&&(renderDom=react_1.default.createElement(Icon,null))}else renderDom=children;var _className=clsx_1.default(className,iconName,"icon");if(loading){var progressSize=utils_1.RcIconSizes[size];return react_1.default.createElement(Progress_1.RcCircularProgress,tslib_1.__assign({size:loadingSize||"string"==typeof progressSize?"1em":progressSize,ref},CircularProgressProps))}return react_1.default.createElement("span",tslib_1.__assign({className:_className},rest,{ref}),renderDom&&react_1.default.createElement(styles_1.StyledSvg,null,renderDom),href&&react_1.default.createElement(styles_1.StyledSvg,null,react_1.default.createElement("svg",{role:"img"},!!desc&&react_1.default.createElement("title",null,desc),react_1.default.createElement("use",{xlinkHref:href,href}))))}))),RcIcon=foundation_1.styled(_RcIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.IconStyle);exports.RcIcon=RcIcon,RcIcon.defaultProps={size:"large"},RcIcon.displayName="RcIcon";try{RcIcon.displayName="RcIcon",RcIcon.__docgenInfo={description:"",displayName:"RcIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:{value:"large"},description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/Icon.tsx#RcIcon"]={docgenInfo:RcIcon.__docgenInfo,name:"RcIcon",path:"packages/juno-core/src/components/Icon/Icon.tsx#RcIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/Icon.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/utils/IconService.ts"),exports)},"./packages/juno-core/src/components/Icon/styles/IconStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts");exports.IconStyle=function(props){var onClick=props.onClick,sizeProp=props.size,color=props.color,iconColorProp=props.iconColor,iconSize=props.iconSize,size=utils_1.switchSize(iconSize||sizeProp),currentSize=utils_1.RcIconSizes[size],fontSize="number"==typeof currentSize?foundation_1.px(currentSize):currentSize,iconColor=foundation_1.getParsePaletteColor(color||iconColorProp,null);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n cursor: ",";\n font-size: ",";\n color: ",";\n "],["\n display: inline-flex;\n cursor: ",";\n font-size: ",";\n color: ",";\n "])),onClick&&"pointer",fontSize,iconColor)};try{IconStyle.displayName="IconStyle",IconStyle.__docgenInfo={description:"",displayName:"IconStyle",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/styles/IconStyle.tsx#IconStyle"]={docgenInfo:IconStyle.__docgenInfo,name:"IconStyle",path:"packages/juno-core/src/components/Icon/styles/IconStyle.tsx#IconStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/styles/iconSvg.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_StyledSvg=react_1.forwardRef((function(_a,ref){var children=_a.children,props=tslib_1.__rest(_a,["children"]);return react_1.default.cloneElement(children,tslib_1.__assign({ref},props))}));exports.StyledSvg=foundation_1.styled(_StyledSvg)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 1em;\n height: 1em;\n stroke-width: 0;\n stroke: currentColor;\n fill: currentColor;\n pointer-events: none;\n"],["\n width: 1em;\n height: 1em;\n stroke-width: 0;\n stroke: currentColor;\n fill: currentColor;\n pointer-events: none;\n"])));try{StyledSvg.displayName="StyledSvg",StyledSvg.__docgenInfo={description:"",displayName:"StyledSvg",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/styles/iconSvg.tsx#StyledSvg"]={docgenInfo:StyledSvg.__docgenInfo,name:"StyledSvg",path:"packages/juno-core/src/components/Icon/styles/iconSvg.tsx#StyledSvg"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/styles/IconStyle.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/styles/iconSvg.tsx"),exports)},"./packages/juno-core/src/components/Icon/utils/IconService.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),RcIconService=function(){function RcIconService(){this._iconMapChangeListeners=[]}return RcIconService.getInstance=function(){return RcIconService.instance||(RcIconService.instance=new RcIconService),RcIconService.instance},RcIconService.setInstance=function(icons){var _icon=RcIconService.getInstance();return _icon.setIconMap(icons),_icon},RcIconService.prototype.setIconMap=function(iconMap){iconMap!==this._iconMap&&(this._iconMap=iconMap,this._iconMapChangeListeners.forEach((function(listener){return listener(iconMap)})))},RcIconService.prototype.getIconMap=function(){return this._iconMap},RcIconService.prototype.onIconMapChange=function(listener){this._iconMapChangeListeners.push(listener)},RcIconService.prototype.offIconMapChange=function(listener){this._iconMapChangeListeners=this._iconMapChangeListeners.filter((function(item){return item!==listener}))},RcIconService}();exports.RcIconService=RcIconService,exports.useIconService=function useIconService(){var iconService=RcIconService.getInstance(),_a=tslib_1.__read(react_1.useState(iconService.getIconMap()),2),iconMap=_a[0],setIconMap=_a[1];return react_1.useEffect((function(){return iconService.onIconMapChange(setIconMap),function(){iconService.offIconMapChange(setIconMap)}}),[iconService]),{iconMap}}},"./packages/juno-core/src/components/Icon/utils/IconUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./packages/juno-core/src/foundation/index.ts");function switchSize(size){switch(size){case"extraSmall":return"xsmall";case"moreLarge":return"xlarge";case"mediumLarge":return"xxlarge";case"extraLarge":return"xxxlarge";default:return size}}exports.RcIconSizes={xxxlarge:36,xxlarge:32,xlarge:28,large:24,medium:20,small:16,xsmall:12,inherit:"inherit"},exports.switchSize=switchSize;try{switchSize.displayName="switchSize",switchSize.__docgenInfo={description:"",displayName:"switchSize",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/utils/IconUtils.tsx#switchSize"]={docgenInfo:switchSize.__docgenInfo,name:"switchSize",path:"packages/juno-core/src/components/Icon/utils/IconUtils.tsx#switchSize"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/utils/IconUtils.tsx"),exports)},"./packages/juno-core/src/components/InlineEditable/InlineEditable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),isString_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isString.js")),trimEnd_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/trimEnd.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/index.ts"),_RcInlineEditable=react_1.forwardRef((function(inProps,ref){var _a,_b,_c,props=foundation_1.useThemeProps({props:inProps,name:"RcInlineEditable"}),onSave=props.onSave,automationId=props.automationId,tooltipTitle=props.tooltipTitle,_d=props.shouldRemoveNode,shouldRemoveNode=void 0===_d||_d,TooltipProps=props.TooltipProps,onChange=props.onChange,onKeyDown=props.onKeyDown,onFocus=props.onFocus,onBlur=props.onBlur,onMouseDown=props.onMouseDown,value=props.value,multiline=(props.variant,props.multiline),disabled=props.disabled,maxLength=props.maxLength,placeholder=props.placeholder,title=(props.fullWidth,props.title),classesProp=props.classes,className=(props.color,props.className),savingProp=props.saving,inputProps=props.inputProps,rest=tslib_1.__rest(props,["onSave","automationId","tooltipTitle","shouldRemoveNode","TooltipProps","onChange","onKeyDown","onFocus","onBlur","onMouseDown","value","variant","multiline","disabled","maxLength","placeholder","fullWidth","title","classes","color","className","saving","inputProps"]),_e=tslib_1.__read(react_1.useState(!1),2),isEditing=_e[0],setEditing=_e[1],_f=tslib_1.__read(react_1.useState(!1),2),isSaving=_f[0],setSaving=_f[1],_g=tslib_1.__read(foundation_1.useRefState(""),2),draftRef=_g[0],setDraft=_g[1],isNotNeedSaveWhenBlurRef=react_1.useRef(!1),textFieldRef=react_1.useRef(),labelRef=react_1.useRef(null),saving=isSaving||savingProp,handleSave=function(newValue,reason){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){var outputValue;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return outputValue=multiline?trimEnd_1.default(newValue):newValue.trim(),value===newValue?[3,3]:onChange?(null==onChange||onChange(outputValue,reason),[3,3]):[3,1];case 1:return onSave?(setSaving(!0),[4,null==onSave?void 0:onSave(outputValue)]):[3,3];case 2:_a.sent(),setSaving(!1),_a.label=3;case 3:return[2]}}))}))},handleKeyDown=foundation_1.useEventCallback((function(e){null==onKeyDown||onKeyDown(e);var key=e.key,shiftKey=e.shiftKey;if(!(!isEditing||multiline&&"Enter"===key&&shiftKey)){var moveFocus=function(){var _a;e.stopPropagation(),e.preventDefault(),textFieldRef.current&&(isNotNeedSaveWhenBlurRef.current=!0,textFieldRef.current.blur(),null===(_a=labelRef.current)||void 0===_a||_a.focus({preventScroll:!0}))};switch(key){case"Enter":moveFocus(),handleSave(draftRef.current,"confirm");break;case"Escape":moveFocus()}}})),handleFocus=foundation_1.useEventCallback((function(e){null==onFocus||onFocus(e),setEditing(!0)})),focusTextField=foundation_1.useEventCallback((function(e){var _a;"Enter"===e.key&&(null===(_a=textFieldRef.current)||void 0===_a||_a.focus({preventScroll:!0}),e.preventDefault())})),handleBlur=foundation_1.useEventCallback((function(e){null==onBlur||onBlur(e),foundation_1.clearWindowSelection(),!isNotNeedSaveWhenBlurRef.current&&handleSave(draftRef.current,"leave"),setEditing(!1),isNotNeedSaveWhenBlurRef.current=!1})),handleMouseDown=foundation_1.useEventCallback((function(e){null==onMouseDown||onMouseDown(e),disabled||setEditing(!0)})),handleDraftChange=foundation_1.useEventCallback((function(e){setDraft(e.target.value)})),handleFocusCapture=foundation_1.useEventCallback((function(e){e.stopPropagation()})),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcInlineEditableClasses,classesProp)}),[classesProp]);react_1.useEffect((function(){return function(){shouldRemoveNode&&textFieldRef&&textFieldRef.current&&foundation_1.clearReactReferencesInNode(textFieldRef.current)}}),[]);var Component=multiline?"textarea":"input";foundation_1.useDepsChange((function(){isEditing||saving||setDraft(value,!1)}),[isEditing,saving,value]);var draft=draftRef.current,displayValue=isEditing||saving?draft:value,toTooltipTitle=null!==(_c=isString_1.default(null==TooltipProps?void 0:TooltipProps.title)?null==TooltipProps?void 0:TooltipProps.title:void 0)&&void 0!==_c?_c:tooltipTitle,children=react_1.default.createElement("div",tslib_1.__assign({ref,"data-test-automation-id":automationId,onKeyDown:handleKeyDown,className:clsx_1.default(className,(_a={},_a[classes.saving]=saving,_a)),onMouseDown:handleMouseDown},rest),disabled?null:react_1.default.createElement(Component,tslib_1.__assign({ref:textFieldRef,value:draft,autoComplete:"off",maxLength,placeholder},tslib_1.__assign({},multiline?{}:{type:"text","aria-label":toTooltipTitle}),foundation_1.combineProps({onChange:handleDraftChange,onFocus:handleFocus,onBlurCapture:handleBlur,className:classes.textField},inputProps))),react_1.default.createElement("div",{ref:labelRef,title:title||displayValue,className:clsx_1.default(classes.label,(_b={},_b[classes.placeholder]=!displayValue,_b)),tabIndex:-1,onFocusCapture:handleFocusCapture,onKeyDown:disabled||saving?void 0:focusTextField},displayValue||placeholder));return!disabled&&toTooltipTitle&&(TooltipProps||tooltipTitle)?react_1.default.createElement(Tooltip_1.RcTooltip,tslib_1.__assign({tooltipForceHide:isEditing,disableFocusListener:!0},TooltipProps,{title:toTooltipTitle}),children):children})),RcInlineEditable=foundation_1.styled(_RcInlineEditable)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.InlineEditableStyle);exports.RcInlineEditable=RcInlineEditable,RcInlineEditable.defaultProps={variant:"body1",color:"neutral.f06"},RcInlineEditable.displayName="RcInlineEditable";try{RcInlineEditable.displayName="RcInlineEditable",RcInlineEditable.__docgenInfo={description:"",displayName:"RcInlineEditable",props:{style:{defaultValue:null,description:"class apply to root component",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"apply title on label",name:"title",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the editable state will be disable, just plain string render.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"trigger when value change apply\n\nreason:\n- leave: trigger when blur input\n- confirm: trigger when keydown enter",name:"onChange",required:!1,type:{name:'((value: string, reason?: "leave" | "confirm") => void)'}},className:{defaultValue:null,description:"class apply to root component",name:"className",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:{value:"neutral.f06"},description:"color for apply to text, support full palette, default is `neutral.f06`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},variant:{defaultValue:{value:"body1"},description:"text variant, default is `body1`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},value:{defaultValue:null,description:"inline value",name:"value",required:!0,type:{name:"string"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when is not editing",name:"TooltipProps",required:!1,type:{name:'Pick'}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},maxLength:{defaultValue:null,description:"maxLength of that value",name:"maxLength",required:!1,type:{name:"number"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},saving:{defaultValue:null,description:"If `true`, the editable state will be saving mode",name:"saving",required:!1,type:{name:"boolean"}},shouldRemoveNode:{defaultValue:null,description:"@deprecated",name:"shouldRemoveNode",required:!1,type:{name:"boolean"}},onSave:{defaultValue:null,description:"@deprecated",name:"onSave",required:!1,type:{name:"((draft: string) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/InlineEditable/InlineEditable.tsx#RcInlineEditable"]={docgenInfo:RcInlineEditable.__docgenInfo,name:"RcInlineEditable",path:"packages/juno-core/src/components/InlineEditable/InlineEditable.tsx#RcInlineEditable"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/InlineEditable/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/InlineEditable.tsx"),exports)},"./packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/index.ts"),textFieldStyle_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/styles/textFieldStyle.tsx");exports.InlineEditableStyle=function(_a){var variant=_a.variant,multiline=_a.multiline,fullWidth=_a.fullWidth,disabled=_a.disabled,color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n position: relative;\n display: inline-block;\n width: ",";\n min-width: 32px;\n margin: -4px;\n color: ",";\n\n &."," {\n pointer-events: none;\n }\n\n ."," {\n margin: 4px;\n position: relative;\n outline: none;\n box-sizing: border-box;\n pointer-events: ",";\n ",";\n overflow-wrap: ",";\n white-space: ",";\n\n ","\n ::after {\n content: ' ';\n width: 0;\n visibility: hidden;\n display: inline-block;\n }\n\n ","\n user-select: ",";\n }\n\n ."," {\n ","\n user-select: none;\n color: ",";\n }\n\n ."," {\n ","\n }\n "],["\n ",";\n position: relative;\n display: inline-block;\n width: ",";\n min-width: 32px;\n margin: -4px;\n color: ",";\n\n &."," {\n pointer-events: none;\n }\n\n ."," {\n margin: 4px;\n position: relative;\n outline: none;\n box-sizing: border-box;\n pointer-events: ",";\n ",";\n overflow-wrap: ",";\n white-space: ",";\n\n ","\n ::after {\n content: ' ';\n width: 0;\n visibility: hidden;\n display: inline-block;\n }\n\n ","\n user-select: ",";\n }\n\n ."," {\n ","\n user-select: none;\n color: ",";\n }\n\n ."," {\n ","\n }\n "])),foundation_1.typography(variant),multiline||fullWidth?"100%":"auto",foundation_1.getParsePaletteColor(color),utils_1.RcInlineEditableClasses.saving,utils_1.RcInlineEditableClasses.label,disabled?"initial":"none",foundation_1.ellipsis(),multiline&&"anywhere",multiline?"pre-wrap":"pre","","",!disabled&&"none",utils_1.RcInlineEditableClasses.placeholder,"",styles_1.placeholderColor,utils_1.RcInlineEditableClasses.textField,multiline?textFieldStyle_1.textareaStyle:textFieldStyle_1.inputStyle)};try{InlineEditableStyle.displayName="InlineEditableStyle",InlineEditableStyle.__docgenInfo={description:"",displayName:"InlineEditableStyle",props:{value:{defaultValue:null,description:"inline value",name:"value",required:!0,type:{name:"string"}},onChange:{defaultValue:null,description:"trigger when value change apply\n\nreason:\n- leave: trigger when blur input\n- confirm: trigger when keydown enter",name:"onChange",required:!1,type:{name:'((value: string, reason?: "leave" | "confirm") => void)'}},variant:{defaultValue:null,description:"text variant, default is `body1`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},color:{defaultValue:null,description:"color for apply to text, support full palette, default is `neutral.f06`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},maxLength:{defaultValue:null,description:"maxLength of that value",name:"maxLength",required:!1,type:{name:"number"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},saving:{defaultValue:null,description:"If `true`, the editable state will be saving mode",name:"saving",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"If `true`, the editable state will be disable, just plain string render.",name:"disabled",required:!1,type:{name:"boolean"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},className:{defaultValue:null,description:"class apply to root component",name:"className",required:!1,type:{name:"string"}},style:{defaultValue:null,description:"class apply to root component",name:"style",required:!1,type:{name:"CSSProperties"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"apply title on label",name:"title",required:!1,type:{name:"string"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when is not editing",name:"TooltipProps",required:!1,type:{name:'Pick'}},shouldRemoveNode:{defaultValue:null,description:"@deprecated",name:"shouldRemoveNode",required:!1,type:{name:"boolean"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},onSave:{defaultValue:null,description:"@deprecated",name:"onSave",required:!1,type:{name:"((draft: string) => void)"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx#InlineEditableStyle"]={docgenInfo:InlineEditableStyle.__docgenInfo,name:"InlineEditableStyle",path:"packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx#InlineEditableStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/InlineEditable/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx"),exports)},"./packages/juno-core/src/components/InlineEditable/styles/textFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/index.ts"),interactionStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),foundation_1.palette2("neutral","b01")),baseInputStyles=foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: absolute;\n width: 100%;\n border: 1px solid transparent;\n padding: 2px;\n background-color: transparent;\n color: transparent;\n line-height: inherit;\n white-space: pre-wrap;\n box-sizing: border-box;\n font: inherit;\n outline: none;\n border-radius: ",";\n\n ::placeholder {\n font: inherit;\n opacity: 0;\n color: ",";\n }\n\n &:hover {\n ",";\n border: 1px solid ",";\n }\n\n &:focus {\n ",";\n border: 2px solid ",";\n color: inherit;\n\n ::placeholder {\n opacity: 1;\n }\n\n & ~ ."," {\n visibility: hidden;\n }\n }\n"],["\n position: absolute;\n width: 100%;\n border: 1px solid transparent;\n padding: 2px;\n background-color: transparent;\n color: transparent;\n line-height: inherit;\n white-space: pre-wrap;\n box-sizing: border-box;\n font: inherit;\n outline: none;\n border-radius: ",";\n\n ::placeholder {\n font: inherit;\n opacity: 0;\n color: ",";\n }\n\n &:hover {\n ",";\n border: 1px solid ",";\n }\n\n &:focus {\n ",";\n border: 2px solid ",";\n color: inherit;\n\n ::placeholder {\n opacity: 1;\n }\n\n & ~ ."," {\n visibility: hidden;\n }\n }\n"])),foundation_1.radius("lg"),foundation_1.palette2("neutral","f03"),interactionStyle,foundation_1.palette2("neutral","l02"),interactionStyle,foundation_1.palette2("interactive","f01"),utils_1.RcInlineEditableClasses.label);exports.inputStyle=foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ","\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n"],["\n ","\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n"])),baseInputStyles),exports.textareaStyle=foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ",";\n height: 100%;\n overflow: hidden;\n resize: none;\n"],["\n ",";\n height: 100%;\n overflow: hidden;\n resize: none;\n"])),baseInputStyles)},"./packages/juno-core/src/components/InlineEditable/utils/InlineEditableUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcInlineEditableClasses=foundation_1.RcClasses(["label","placeholder","textField","saving"],"RcInlineEditable")},"./packages/juno-core/src/components/InlineEditable/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/InlineEditableUtils.ts"),exports)},"./packages/juno-core/src/components/Link/Link.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Link/styles/index.ts"),_RcLink=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcLink"});var _handleOnClick=props.handleOnClick,ComponentProp=props.Component,onKeyDown=props.onKeyDown,onClick=props.onClick,disabled=props.disabled,children=props.children,tabIndex=props.tabIndex,rest=(props.color,props.underline,props.variant,tslib_1.__rest(props,["handleOnClick","Component","onKeyDown","onClick","disabled","children","tabIndex","color","underline","variant"])),handleOnClick=_handleOnClick||onClick,handleOnKeyDown=foundation_1.useA11yKeyEvent(handleOnClick,{checkKeys:["Enter"]}),Component=ComponentProp;return react_1.default.createElement(Component,tslib_1.__assign({},rest,{tabIndex:disabled?-1:tabIndex,ref,onClick:handleOnClick,onKeyDown:onKeyDown||handleOnKeyDown}),children)})),RcLink=foundation_1.styled(_RcLink)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.LinkStyle);exports.RcLink=RcLink,RcLink.defaultProps={variant:"body1",color:"informative.f02",disabled:!1,Component:"a"},RcLink.displayName="RcLink";try{RcLink.displayName="RcLink",RcLink.__docgenInfo={description:"",displayName:"RcLink",props:{disabled:{defaultValue:{value:"false"},description:"is that link is disabled",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:{value:"informative.f02"},description:"color for Link display, support palette pass",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},variant:{defaultValue:{value:"body1"},description:"variant of Link, default is body1",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},download:{defaultValue:null,description:"is that href can be download",name:"download",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},underline:{defaultValue:null,description:"is that have underline default",name:"underline",required:!1,type:{name:"boolean"}},Component:{defaultValue:{value:"a"},description:"root render element, default is ``",name:"Component",required:!1,type:{name:"enum",value:[{value:'"symbol"'},{value:'"object"'},{value:'"a"'},{value:'"abbr"'},{value:'"address"'},{value:'"area"'},{value:'"article"'},{value:'"aside"'},{value:'"audio"'},{value:'"b"'},{value:'"base"'},{value:'"bdi"'},{value:'"bdo"'},{value:'"big"'},{value:'"blockquote"'},{value:'"body"'},{value:'"br"'},{value:'"button"'},{value:'"canvas"'},{value:'"caption"'},{value:'"cite"'},{value:'"code"'},{value:'"col"'},{value:'"colgroup"'},{value:'"data"'},{value:'"datalist"'},{value:'"dd"'},{value:'"del"'},{value:'"details"'},{value:'"dfn"'},{value:'"dialog"'},{value:'"div"'},{value:'"dl"'},{value:'"dt"'},{value:'"em"'},{value:'"embed"'},{value:'"fieldset"'},{value:'"figcaption"'},{value:'"figure"'},{value:'"footer"'},{value:'"form"'},{value:'"h1"'},{value:'"h2"'},{value:'"h3"'},{value:'"h4"'},{value:'"h5"'},{value:'"h6"'},{value:'"head"'},{value:'"header"'},{value:'"hgroup"'},{value:'"hr"'},{value:'"html"'},{value:'"i"'},{value:'"iframe"'},{value:'"img"'},{value:'"input"'},{value:'"ins"'},{value:'"kbd"'},{value:'"keygen"'},{value:'"label"'},{value:'"legend"'},{value:'"li"'},{value:'"link"'},{value:'"main"'},{value:'"map"'},{value:'"mark"'},{value:'"menu"'},{value:'"menuitem"'},{value:'"meta"'},{value:'"meter"'},{value:'"nav"'},{value:'"noindex"'},{value:'"noscript"'},{value:'"ol"'},{value:'"optgroup"'},{value:'"option"'},{value:'"output"'},{value:'"p"'},{value:'"param"'},{value:'"picture"'},{value:'"pre"'},{value:'"progress"'},{value:'"q"'},{value:'"rp"'},{value:'"rt"'},{value:'"ruby"'},{value:'"s"'},{value:'"samp"'},{value:'"slot"'},{value:'"script"'},{value:'"section"'},{value:'"select"'},{value:'"small"'},{value:'"source"'},{value:'"span"'},{value:'"strong"'},{value:'"style"'},{value:'"sub"'},{value:'"summary"'},{value:'"sup"'},{value:'"table"'},{value:'"template"'},{value:'"tbody"'},{value:'"td"'},{value:'"textarea"'},{value:'"tfoot"'},{value:'"th"'},{value:'"thead"'},{value:'"time"'},{value:'"title"'},{value:'"tr"'},{value:'"track"'},{value:'"u"'},{value:'"ul"'},{value:'"var"'},{value:'"video"'},{value:'"wbr"'},{value:'"webview"'},{value:'"svg"'},{value:'"animate"'},{value:'"animateMotion"'},{value:'"animateTransform"'},{value:'"circle"'},{value:'"clipPath"'},{value:'"defs"'},{value:'"desc"'},{value:'"ellipse"'},{value:'"feBlend"'},{value:'"feColorMatrix"'},{value:'"feComponentTransfer"'},{value:'"feComposite"'},{value:'"feConvolveMatrix"'},{value:'"feDiffuseLighting"'},{value:'"feDisplacementMap"'},{value:'"feDistantLight"'},{value:'"feDropShadow"'},{value:'"feFlood"'},{value:'"feFuncA"'},{value:'"feFuncB"'},{value:'"feFuncG"'},{value:'"feFuncR"'},{value:'"feGaussianBlur"'},{value:'"feImage"'},{value:'"feMerge"'},{value:'"feMergeNode"'},{value:'"feMorphology"'},{value:'"feOffset"'},{value:'"fePointLight"'},{value:'"feSpecularLighting"'},{value:'"feSpotLight"'},{value:'"feTile"'},{value:'"feTurbulence"'},{value:'"filter"'},{value:'"foreignObject"'},{value:'"g"'},{value:'"image"'},{value:'"line"'},{value:'"linearGradient"'},{value:'"marker"'},{value:'"mask"'},{value:'"metadata"'},{value:'"mpath"'},{value:'"path"'},{value:'"pattern"'},{value:'"polygon"'},{value:'"polyline"'},{value:'"radialGradient"'},{value:'"rect"'},{value:'"stop"'},{value:'"switch"'},{value:'"text"'},{value:'"textPath"'},{value:'"tspan"'},{value:'"use"'},{value:'"view"'}]}},handleOnClick:{defaultValue:null,description:"@deprecated",name:"handleOnClick",required:!1,type:{name:"((event: MouseEvent) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Link/Link.tsx#RcLink"]={docgenInfo:RcLink.__docgenInfo,name:"RcLink",path:"packages/juno-core/src/components/Link/Link.tsx#RcLink"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Link/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/Link.tsx"),exports)},"./packages/juno-core/src/components/Link/styles/StyledLink.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Link/utils/index.ts");exports.LinkStyle=function(_a){var disabled=_a.disabled,colorProp=_a.color,size=_a.size,underline=_a.underline,variant=_a.variant,color=disabled?foundation_1.palette2("disabled","f02"):"primary"===colorProp?foundation_1.palette2("informative","f02"):foundation_1.getParsePaletteColor(colorProp);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n text-decoration: ",";\n ",";\n color: ",";\n\n &:focus {\n outline: none;\n }\n\n "," {\n text-decoration: underline;\n }\n\n ",";\n "],["\n text-decoration: ",";\n ",";\n color: ",";\n\n &:focus {\n outline: none;\n }\n\n "," {\n text-decoration: underline;\n }\n\n ",";\n "])),underline?"underline":"none",foundation_1.typography(utils_1.RcLinkTypographies[size]||variant),color,foundation_1.focusVisible,disabled?foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n pointer-events: none;\n "],["\n pointer-events: none;\n "]))):foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n cursor: pointer;\n\n "," {\n &:hover {\n text-decoration: underline;\n }\n }\n\n &:active {\n color: ",";\n }\n "],["\n cursor: pointer;\n\n "," {\n &:hover {\n text-decoration: underline;\n }\n }\n\n &:active {\n color: ",";\n }\n "])),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(color,"24",!0)))};try{LinkStyle.displayName="LinkStyle",LinkStyle.__docgenInfo={description:"",displayName:"LinkStyle",props:{variant:{defaultValue:null,description:"variant of Link, default is body1",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},disabled:{defaultValue:null,description:"is that link is disabled",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"color for Link display, support palette pass",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},Component:{defaultValue:null,description:"root render element, default is ``",name:"Component",required:!1,type:{name:"enum",value:[{value:'"symbol"'},{value:'"object"'},{value:'"a"'},{value:'"abbr"'},{value:'"address"'},{value:'"area"'},{value:'"article"'},{value:'"aside"'},{value:'"audio"'},{value:'"b"'},{value:'"base"'},{value:'"bdi"'},{value:'"bdo"'},{value:'"big"'},{value:'"blockquote"'},{value:'"body"'},{value:'"br"'},{value:'"button"'},{value:'"canvas"'},{value:'"caption"'},{value:'"cite"'},{value:'"code"'},{value:'"col"'},{value:'"colgroup"'},{value:'"data"'},{value:'"datalist"'},{value:'"dd"'},{value:'"del"'},{value:'"details"'},{value:'"dfn"'},{value:'"dialog"'},{value:'"div"'},{value:'"dl"'},{value:'"dt"'},{value:'"em"'},{value:'"embed"'},{value:'"fieldset"'},{value:'"figcaption"'},{value:'"figure"'},{value:'"footer"'},{value:'"form"'},{value:'"h1"'},{value:'"h2"'},{value:'"h3"'},{value:'"h4"'},{value:'"h5"'},{value:'"h6"'},{value:'"head"'},{value:'"header"'},{value:'"hgroup"'},{value:'"hr"'},{value:'"html"'},{value:'"i"'},{value:'"iframe"'},{value:'"img"'},{value:'"input"'},{value:'"ins"'},{value:'"kbd"'},{value:'"keygen"'},{value:'"label"'},{value:'"legend"'},{value:'"li"'},{value:'"link"'},{value:'"main"'},{value:'"map"'},{value:'"mark"'},{value:'"menu"'},{value:'"menuitem"'},{value:'"meta"'},{value:'"meter"'},{value:'"nav"'},{value:'"noindex"'},{value:'"noscript"'},{value:'"ol"'},{value:'"optgroup"'},{value:'"option"'},{value:'"output"'},{value:'"p"'},{value:'"param"'},{value:'"picture"'},{value:'"pre"'},{value:'"progress"'},{value:'"q"'},{value:'"rp"'},{value:'"rt"'},{value:'"ruby"'},{value:'"s"'},{value:'"samp"'},{value:'"slot"'},{value:'"script"'},{value:'"section"'},{value:'"select"'},{value:'"small"'},{value:'"source"'},{value:'"span"'},{value:'"strong"'},{value:'"style"'},{value:'"sub"'},{value:'"summary"'},{value:'"sup"'},{value:'"table"'},{value:'"template"'},{value:'"tbody"'},{value:'"td"'},{value:'"textarea"'},{value:'"tfoot"'},{value:'"th"'},{value:'"thead"'},{value:'"time"'},{value:'"title"'},{value:'"tr"'},{value:'"track"'},{value:'"u"'},{value:'"ul"'},{value:'"var"'},{value:'"video"'},{value:'"wbr"'},{value:'"webview"'},{value:'"svg"'},{value:'"animate"'},{value:'"animateMotion"'},{value:'"animateTransform"'},{value:'"circle"'},{value:'"clipPath"'},{value:'"defs"'},{value:'"desc"'},{value:'"ellipse"'},{value:'"feBlend"'},{value:'"feColorMatrix"'},{value:'"feComponentTransfer"'},{value:'"feComposite"'},{value:'"feConvolveMatrix"'},{value:'"feDiffuseLighting"'},{value:'"feDisplacementMap"'},{value:'"feDistantLight"'},{value:'"feDropShadow"'},{value:'"feFlood"'},{value:'"feFuncA"'},{value:'"feFuncB"'},{value:'"feFuncG"'},{value:'"feFuncR"'},{value:'"feGaussianBlur"'},{value:'"feImage"'},{value:'"feMerge"'},{value:'"feMergeNode"'},{value:'"feMorphology"'},{value:'"feOffset"'},{value:'"fePointLight"'},{value:'"feSpecularLighting"'},{value:'"feSpotLight"'},{value:'"feTile"'},{value:'"feTurbulence"'},{value:'"filter"'},{value:'"foreignObject"'},{value:'"g"'},{value:'"image"'},{value:'"line"'},{value:'"linearGradient"'},{value:'"marker"'},{value:'"mask"'},{value:'"metadata"'},{value:'"mpath"'},{value:'"path"'},{value:'"pattern"'},{value:'"polygon"'},{value:'"polyline"'},{value:'"radialGradient"'},{value:'"rect"'},{value:'"stop"'},{value:'"switch"'},{value:'"text"'},{value:'"textPath"'},{value:'"tspan"'},{value:'"use"'},{value:'"view"'}]}},underline:{defaultValue:null,description:"is that have underline default",name:"underline",required:!1,type:{name:"boolean"}},download:{defaultValue:null,description:"is that href can be download",name:"download",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},handleOnClick:{defaultValue:null,description:"@deprecated",name:"handleOnClick",required:!1,type:{name:"((event: MouseEvent) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Link/styles/StyledLink.tsx#LinkStyle"]={docgenInfo:LinkStyle.__docgenInfo,name:"LinkStyle",path:"packages/juno-core/src/components/Link/styles/StyledLink.tsx#LinkStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Link/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/styles/StyledLink.tsx"),exports)},"./packages/juno-core/src/components/Link/utils/LinkUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RcLinkTypographies={small:"caption1",medium:"body1",large:"headline1"}},"./packages/juno-core/src/components/Link/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/utils/LinkUtils.ts"),exports)},"./packages/juno-core/src/components/List/List/List.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),List_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/List/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/List/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/List/utils/index.ts"),_RcList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcList"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListClasses,classesProp)}),[classesProp]);return react_1.default.createElement(List_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcList=foundation_1.styled(_RcList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListStyle);exports.RcList=RcList,RcList.defaultProps={disablePadding:!0},RcList.displayName="RcList";try{RcList.displayName="RcList",RcList.__docgenInfo={description:"",displayName:"RcList",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:{value:"true"},description:"",name:"disablePadding",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/List/List.tsx#RcList"]={docgenInfo:RcList.__docgenInfo,name:"RcList",path:"packages/juno-core/src/components/List/List/List.tsx#RcList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/List/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/List.tsx"),exports)},"./packages/juno-core/src/components/List/List/styles/ListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.ListStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{ListStyle.displayName="ListStyle",ListStyle.__docgenInfo={description:"",displayName:"ListStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLUListElement | null) => void) | RefObject | null"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:null,description:"",name:"disablePadding",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/List/styles/ListStyle.tsx#ListStyle"]={docgenInfo:ListStyle.__docgenInfo,name:"ListStyle",path:"packages/juno-core/src/components/List/List/styles/ListStyle.tsx#ListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/List/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/styles/ListStyle.tsx"),exports)},"./packages/juno-core/src/components/List/List/utils/ListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListClasses=foundation_1.RcClasses([],"RcList")},"./packages/juno-core/src/components/List/List/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/utils/ListUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItem/ListItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),ListItem_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItem/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/utils/index.ts"),_RcListItem=react_1.forwardRef((function(props,ref){var classesProp=props.classes,TouchRipplePropsProp=(props.color,props.TouchRippleProps),children=props.children,className=props.className,singleLine=props.singleLine,button=props.button,title=(props.size,props.canHover,props.isInline,props.baseColor,props.title),focused=(props.highlighted,props.maxWidth,props.focused),rest=(props.focusVariant,tslib_1.__rest(props,["classes","color","TouchRippleProps","children","className","singleLine","button","size","canHover","isInline","baseColor","title","highlighted","maxWidth","focused","focusVariant"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemClasses,classesProp)}),[classesProp]),ListItemClassName=react_1.useMemo((function(){var _a;return clsx_1.default(className,((_a={})[utils_1.RcListItemMultilineClassName]=!singleLine,_a[classes.focusVisible]=focused,_a))}),[className,singleLine,classes,focused]),additionProps=react_1.useMemo((function(){return button?{TouchRippleProps:foundation_1.combineProps({classes:utils_1.RcListItemRippleClasses},TouchRipplePropsProp)}:{}}),[TouchRipplePropsProp,button]);return react_1.default.createElement(ListItem_1.default,tslib_1.__assign({},rest,additionProps,{ref,title:"string"==typeof title?title:void 0,classes,className:ListItemClassName,button}),children)})),RcListItem=foundation_1.styled(Tooltip_1.withTooltip(_RcListItem)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcListItem"}),_b=(_a.theme,_a.className,_a.singleLine),singleLine=void 0!==_b&&_b,_c=_a.button,button=void 0===_c||_c,_d=_a.canHover,canHover=void 0===_d||_d,_e=_a.size,size=void 0===_e?"medium":_e,_f=_a.focusVariant,focusVariant=void 0===_f?"highlight":_f,rest=tslib_1.__rest(_a,["theme","className","singleLine","button","canHover","size","focusVariant"]);return tslib_1.__assign({singleLine,button,canHover,size,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.ListItemStyle);exports.RcListItem=RcListItem,RcListItem.displayName="RcListItem";try{RcListItem.displayName="RcListItem",RcListItem.__docgenInfo={description:"",displayName:"RcListItem",props:{button:{defaultValue:null,description:"If true, the list item will be a button (using ButtonBase).\nProps intended for ButtonBase can then be applied to ListItem.",name:"button",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.\nBy default, it's a li when button is false and a div when button is true.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"native value attribute",name:"value",required:!1,type:{name:"string | number | readonly string[]"}},size:{defaultValue:null,description:"ListItem size, default is 'medium'",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},maxWidth:{defaultValue:null,description:"@deprecated",name:"maxWidth",required:!1,type:{name:"number"}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},canHover:{defaultValue:null,description:"? when hover on item, display different background, default is true",name:"canHover",required:!1,type:{name:"boolean"}},isInline:{defaultValue:null,description:"? display of ListItem",name:"isInline",required:!1,type:{name:"boolean"}},singleLine:{defaultValue:null,description:"is single line, default is false",name:"singleLine",required:!1,type:{name:"boolean"}},baseColor:{defaultValue:null,description:"@deprecated",name:"baseColor",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"black"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItem/ListItem.tsx#RcListItem"]={docgenInfo:RcListItem.__docgenInfo,name:"RcListItem",path:"packages/juno-core/src/components/List/ListItem/ListItem.tsx#RcListItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItem/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/ListItem.tsx"),exports)},"./packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),Switch_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/utils/index.ts");exports.ListItemFormControlStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n margin-right: 0;\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove this after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n }\n"],["\n "," {\n margin-right: 0;\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove this after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n }\n"])),FormControlLabel_1.RcFormControlLabel,Switch_1.RcSwitch,foundation_1.spacing(1),foundation_1.spacing(1)),exports.sharedListItemStyle=function(_a){var highlighted=_a.highlighted,color=_a.color,canHover=_a.canHover,_b=_a.baseColor,baseColorProp=void 0===_b?"black":_b,mainClasses=_a.mainClasses,rippleClasses=_a.rippleClasses,focusVariant=_a.focusVariant,baseColor=foundation_1.getParsePaletteColor(null!=color?color:utils_1.colorMap[baseColorProp]),useFocusRing="focusRing"===focusVariant;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ",";\n color: ",";\n\n ",";\n\n ","\n &.Mui-focusVisible {\n background-color: unset;\n }\n\n "," {\n background-color: ",";\n ","\n }\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n ."," {\n color: ",";\n }\n\n ",";\n "],["\n ",";\n color: ",";\n\n ",";\n\n ","\n &.Mui-focusVisible {\n background-color: unset;\n }\n\n "," {\n background-color: ",";\n ","\n }\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n ."," {\n color: ",";\n }\n\n ",";\n "])),foundation_1.typography("body1"),foundation_1.palette2("neutral","f06"),highlighted&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n background-color: ",";\n "],["\n background-color: ",";\n "])),foundation_1.setAlpha(baseColor,.05)),"",foundation_1.focusVisible,(function(){return useFocusRing&&highlighted?foundation_1.setAlpha(baseColor,.05):useFocusRing?"unset":foundation_1.setOpacity(baseColor,"16")}),useFocusRing&&foundation_1.focusRing("inset"),foundation_1.nonTouchHoverMedia,canHover?foundation_1.setOpacity(baseColor,"08"):"unset",mainClasses.selected,foundation_1.setOpacity(baseColor,"12"),rippleClasses.rippleVisible,baseColor,exports.ListItemFormControlStyle)},exports.ListItemStyle=function(props){var maxWidth=props.maxWidth,isInline=props.isInline,size=props.size,onClick=props.onClick,focusVariant=props.focusVariant,defaultPadding=utils_1.RcListItemTopAndBottomPaddings[size];return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n width: ",";\n padding-top: ",";\n padding-bottom: ",";\n display: ",";\n cursor: ",";\n\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n }\n "],["\n width: ",";\n padding-top: ",";\n padding-bottom: ",";\n display: ",";\n cursor: ",";\n\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n }\n "])),maxWidth?foundation_1.px(maxWidth):"100%",defaultPadding,defaultPadding,isInline?"inline-flex":"flex",onClick?"pointer":"default",exports.sharedListItemStyle(tslib_1.__assign(tslib_1.__assign({},props),{mainClasses:utils_1.RcListItemClasses,rippleClasses:utils_1.RcListItemRippleClasses,focusVariant})),utils_1.RcListItemClasses.gutters,foundation_1.spacing(4),foundation_1.spacing(4),utils_1.RcListItemClasses.dense,foundation_1.spacing(1),foundation_1.spacing(1))};try{sharedListItemStyle.displayName="sharedListItemStyle",sharedListItemStyle.__docgenInfo={description:"",displayName:"sharedListItemStyle",props:{color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},canHover:{defaultValue:null,description:"? when hover on item, display different background, default is true",name:"canHover",required:!1,type:{name:"boolean"}},baseColor:{defaultValue:null,description:"@deprecated",name:"baseColor",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"black"'}]}},mainClasses:{defaultValue:null,description:"",name:"mainClasses",required:!0,type:{name:"Partial>"}},rippleClasses:{defaultValue:null,description:"",name:"rippleClasses",required:!0,type:{name:"Partial>"}},focusVariant:{defaultValue:null,description:"",name:"focusVariant",required:!0,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#sharedListItemStyle"]={docgenInfo:sharedListItemStyle.__docgenInfo,name:"sharedListItemStyle",path:"packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#sharedListItemStyle"})}catch(__react_docgen_typescript_loader_error){}try{ListItemStyle.displayName="ListItemStyle",ListItemStyle.__docgenInfo={description:"",displayName:"ListItemStyle",props:{size:{defaultValue:null,description:"ListItem size, default is 'medium'",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},canHover:{defaultValue:null,description:"? when hover on item, display different background, default is true",name:"canHover",required:!1,type:{name:"boolean"}},isInline:{defaultValue:null,description:"? display of ListItem",name:"isInline",required:!1,type:{name:"boolean"}},singleLine:{defaultValue:null,description:"is single line, default is false",name:"singleLine",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},baseColor:{defaultValue:null,description:"@deprecated",name:"baseColor",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"black"'}]}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.\nBy default, it's a li when button is false and a div when button is true.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},button:{defaultValue:null,description:"If true, the list item will be a button (using ButtonBase).\nProps intended for ButtonBase can then be applied to ListItem.",name:"button",required:!1,type:{name:"boolean"}},maxWidth:{defaultValue:null,description:"@deprecated",name:"maxWidth",required:!1,type:{name:"number"}},value:{defaultValue:null,description:"native value attribute",name:"value",required:!1,type:{name:"string | number | readonly string[]"}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#ListItemStyle"]={docgenInfo:ListItemStyle.__docgenInfo,name:"ListItemStyle",path:"packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#ListItemStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItem/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItem/utils/ListItemUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemPrefix="RcListItem",exports.RcListItemRipplePrefix=exports.RcListItemPrefix+"TouchRipple",exports.RcListItemMultilineClassName=exports.RcListItemPrefix+"-multiline",exports.RcListItemClasses=foundation_1.RcClasses(["gutters","dense","selected","focusVisible"],exports.RcListItemPrefix),exports.RcListItemTopAndBottomPaddings={small:foundation_1.spacing(1),medium:foundation_1.spacing(1.25)},exports.colorMap={primary:"interactive.f01",secondary:"highlight.f02",black:"action.grayLight"},exports.RcListItemRippleClasses=foundation_1.RcClasses(["rippleVisible"],exports.RcListItemRipplePrefix)},"./packages/juno-core/src/components/List/ListItem/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/utils/ListItemUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemAvatar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemAvatar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/utils/index.ts"),_RcListItemAvatar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemAvatar"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemAvatarClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ListItemAvatar_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcListItemAvatar=foundation_1.styled(_RcListItemAvatar)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.ListItemAvatarStyle);exports.RcListItemAvatar=RcListItemAvatar,RcListItemAvatar.defaultProps={},RcListItemAvatar.displayName="RcListItemAvatar";try{RcListItemAvatar.displayName="RcListItemAvatar",RcListItemAvatar.__docgenInfo={description:"",displayName:"RcListItemAvatar",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component – normally `Avatar`.",name:"children",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)> | (ReactElement Component<...>)> & string) | ... 5 more ... | (ReactElement<...> & ReactPortal)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx#RcListItemAvatar"]={docgenInfo:RcListItemAvatar.__docgenInfo,name:"RcListItemAvatar",path:"packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx#RcListItemAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemAvatar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.ListItemAvatarStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: ",";\n min-width: 0;\n ",";\n "],["\n margin: ",";\n min-width: 0;\n ",";\n "])),foundation_1.spacing(.75,2,.75,0),foundation_1.flexCenterStyle)};try{ListItemAvatarStyle.displayName="ListItemAvatarStyle",ListItemAvatarStyle.__docgenInfo={description:"",displayName:"ListItemAvatarStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component – normally `Avatar`.",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"unknown"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx#ListItemAvatarStyle"]={docgenInfo:ListItemAvatarStyle.__docgenInfo,name:"ListItemAvatarStyle",path:"packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx#ListItemAvatarStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemAvatar/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemAvatar/utils/ListItemAvatarUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemAvatarClasses=foundation_1.RcClasses([],"RcListItemAvatar")},"./packages/juno-core/src/components/List/ListItemAvatar/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/utils/ListItemAvatarUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemIcon_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemIcon/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/utils/index.ts"),_RcListItemIcon=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemIcon"}),classesProp=props.classes,children=props.children,rest=(props.color,tslib_1.__rest(props,["classes","children","color"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemIconClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ListItemIcon_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcListItemIcon=foundation_1.styled(_RcListItemIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.ListItemIconStyle);exports.RcListItemIcon=RcListItemIcon,RcListItemIcon.defaultProps={},RcListItemIcon.displayName="RcListItemIcon";try{RcListItemIcon.displayName="RcListItemIcon",RcListItemIcon.__docgenInfo={description:"",displayName:"RcListItemIcon",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:null,description:"color for root container",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component, normally `Icon`, `SvgIcon`,\nor a `@material-ui/icons` SVG icon element.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx#RcListItemIcon"]={docgenInfo:RcListItemIcon.__docgenInfo,name:"RcListItemIcon",path:"packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx#RcListItemIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemIcon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),Checkbox_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/index.ts"),Radio_1=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/index.ts"),Switch_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.ListItemIconStyle=function(_a){var color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n width: auto;\n height: unset;\n color: ",";\n min-width: unset;\n\n > ",", > "," {\n margin-right: ",";\n }\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove margin-left after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n\n > ",", > "," {\n margin-right: ",";\n }\n "],["\n ",";\n width: auto;\n height: unset;\n color: ",";\n min-width: unset;\n\n > ",", > "," {\n margin-right: ",";\n }\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove margin-left after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n\n > ",", > "," {\n margin-right: ",";\n }\n "])),foundation_1.flexCenterStyle,foundation_1.getParsePaletteColor(color,["neutral","f04"]),Radio_1.RcRadio,Checkbox_1.RcCheckbox,foundation_1.spacing(1),Switch_1.RcSwitch,foundation_1.spacing(1),foundation_1.spacing(1),IconButton_1.RcIconButton,Icon_1.RcIcon,foundation_1.spacing(2))};try{ListItemIconStyle.displayName="ListItemIconStyle",ListItemIconStyle.__docgenInfo={description:"",displayName:"ListItemIconStyle",props:{color:{defaultValue:null,description:"color for root container",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component, normally `Icon`, `SvgIcon`,\nor a `@material-ui/icons` SVG icon element.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx#ListItemIconStyle"]={docgenInfo:ListItemIconStyle.__docgenInfo,name:"ListItemIconStyle",path:"packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx#ListItemIconStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemIcon/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemIcon/utils/ListItemIconUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemIconClasses=foundation_1.RcClasses(["alignItemsFlexStart"],"RcListItemIcon")},"./packages/juno-core/src/components/List/ListItemIcon/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/utils/ListItemIconUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemSecondaryAction_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemSecondaryAction/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/index.ts"),_RcListItemSecondaryAction=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemSecondaryAction"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),innerRef=react_1.useRef(null),divRef=foundation_1.useForkRef(innerRef,ref),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemSecondaryActionClasses,classesProp)}),[classesProp]);return react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"MuiListItemSecondaryAction-root")})),react_1.default.createElement(ListItemSecondaryAction_1.default,tslib_1.__assign({},rest,{ref:divRef,classes}),children)})),RcListItemSecondaryAction=foundation_1.styled(_RcListItemSecondaryAction)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListItemSecondaryActionStyle);exports.RcListItemSecondaryAction=RcListItemSecondaryAction,RcListItemSecondaryAction.defaultProps={},RcListItemSecondaryAction.displayName="RcListItemSecondaryAction";try{RcListItemSecondaryAction.displayName="RcListItemSecondaryAction",RcListItemSecondaryAction.__docgenInfo={description:"",displayName:"RcListItemSecondaryAction",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component, normally an `IconButton` or selection control.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx#RcListItemSecondaryAction"]={docgenInfo:RcListItemSecondaryAction.__docgenInfo,name:"RcListItemSecondaryAction",path:"packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx#RcListItemSecondaryAction"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemSecondaryAction/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Checkbox_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),Radio_1=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/index.ts"),Switch_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts");exports.ListItemSecondaryActionStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n ",";\n color: ",";\n\n "," {\n margin-right: -",";\n\n > ",", > ",", > "," {\n margin-right: 0;\n }\n }\n\n > * + * {\n margin-left: ",";\n }\n "],["\n ",";\n ",";\n color: ",";\n\n "," {\n margin-right: -",";\n\n > ",", > ",", > "," {\n margin-right: 0;\n }\n }\n\n > * + * {\n margin-left: ",";\n }\n "])),foundation_1.flexCenterStyle,foundation_1.typography("caption1"),foundation_1.palette2("neutral","f04"),FormControlLabel_1.RcFormControlLabel,foundation_1.spacing(2),Radio_1.RcRadio,Checkbox_1.RcCheckbox,Switch_1.RcSwitch,foundation_1.spacing(2))};try{ListItemSecondaryActionStyle.displayName="ListItemSecondaryActionStyle",ListItemSecondaryActionStyle.__docgenInfo={description:"",displayName:"ListItemSecondaryActionStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component, normally an `IconButton` or selection control.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx#ListItemSecondaryActionStyle"]={docgenInfo:ListItemSecondaryActionStyle.__docgenInfo,name:"ListItemSecondaryActionStyle",path:"packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx#ListItemSecondaryActionStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/ListItemSecondaryActionUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemSecondaryActionClasses=foundation_1.RcClasses([],"RcListItemSecondaryAction")},"./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/ListItemSecondaryActionUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemText/ListItemText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemText_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemText/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/utils/index.ts"),_RcListItemText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemText"});var classesProp=props.classes,children=props.children,primaryTypographyPropsProp=(props.isEllipsis,props.primaryTypographyProps),secondaryTypographyPropsProp=props.secondaryTypographyProps,rest=(props.primaryColor,props.alignCenter,props.lineThrough,tslib_1.__rest(props,["classes","children","isEllipsis","primaryTypographyProps","secondaryTypographyProps","primaryColor","alignCenter","lineThrough"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemTextClasses,classesProp)}),[classesProp]),primaryTypographyProps=react_1.useMemo((function(){return foundation_1.omit(primaryTypographyPropsProp,["color","variant"])}),[primaryTypographyPropsProp]),secondaryTypographyProps=react_1.useMemo((function(){return foundation_1.omit(secondaryTypographyPropsProp,["color","variant"])}),[secondaryTypographyPropsProp]);return react_1.default.createElement(ListItemText_1.default,tslib_1.__assign({},rest,{ref,classes,primaryTypographyProps,secondaryTypographyProps}),children)})),RcListItemText=foundation_1.styled(_RcListItemText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListItemTextStyle);exports.RcListItemText=RcListItemText,RcListItemText.defaultProps={isEllipsis:!0,primaryTypographyProps:{variant:"body1",color:"neutral.f06"},secondaryTypographyProps:{variant:"caption1",color:"neutral.f04"}},RcListItemText.displayName="RcListItemText";try{RcListItemText.displayName="RcListItemText",RcListItemText.__docgenInfo={description:"",displayName:"RcListItemText",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Alias for the `primary` prop.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},primary:{defaultValue:null,description:"The main content element.",name:"primary",required:!1,type:{name:"ReactNode"}},secondary:{defaultValue:null,description:"The secondary content element.",name:"secondary",required:!1,type:{name:"ReactNode"}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a Typography component.\nThis can be useful to render an alternative Typography variant by wrapping\nthe `children` (or `primary`) text, and optional `secondary` text\nwith the Typography component.",name:"disableTypography",required:!1,type:{name:"boolean"}},alignCenter:{defaultValue:null,description:"@deprecated",name:"alignCenter",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"If `true`, the children will be indented.\nThis should be used if there is no left avatar or left icon.",name:"inset",required:!1,type:{name:"boolean"}},primaryTypographyProps:{defaultValue:{value:"{\n variant: 'body1',\n color: 'neutral.f06',\n }"},description:"These props will be forwarded to the primary typography component (as long as disableTypography is not true).",name:"primaryTypographyProps",required:!1,type:{name:'Pick'}},secondaryTypographyProps:{defaultValue:{value:"{\n variant: 'caption1',\n color: 'neutral.f04',\n }"},description:"These props will be forwarded to the secondary typography component (as long as disableTypography is not true).",name:"secondaryTypographyProps",required:!1,type:{name:'Pick'}},isEllipsis:{defaultValue:{value:"true"},description:"is text Ellipsis, default is true.",name:"isEllipsis",required:!1,type:{name:"boolean"}},primaryColor:{defaultValue:null,description:"@deprecated",name:"primaryColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},lineThrough:{defaultValue:null,description:"@deprecated",name:"lineThrough",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemText/ListItemText.tsx#RcListItemText"]={docgenInfo:RcListItemText.__docgenInfo,name:"RcListItemText",path:"packages/juno-core/src/components/List/ListItemText/ListItemText.tsx#RcListItemText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemText/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/ListItemText.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/utils/index.ts");exports.ListItemTextStyle=function(_a){var alignCenter=_a.alignCenter,primaryColorProp=_a.primaryColor,lineThrough=_a.lineThrough,primaryTypographyProps=_a.primaryTypographyProps,secondaryTypographyProps=_a.secondaryTypographyProps,isEllipsis=_a.isEllipsis,primaryColor=foundation_1.getParsePaletteColor(primaryColorProp||(null==primaryTypographyProps?void 0:primaryTypographyProps.color),foundation_1.palette2("neutral","f06")),secondaryColor=foundation_1.getParsePaletteColor(null==secondaryTypographyProps?void 0:secondaryTypographyProps.color,foundation_1.palette2("neutral","f04")),primaryTypography=foundation_1.typography((null==primaryTypographyProps?void 0:primaryTypographyProps.variant)||"body1"),secondaryTypography=foundation_1.typography((null==secondaryTypographyProps?void 0:secondaryTypographyProps.variant)||"caption1"),textDisplay=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n text-decoration-line: ",";\n "],["\n ",";\n text-decoration-line: ",";\n "])),isEllipsis&&foundation_1.ellipsis(),lineThrough?"line-through":"inherit");return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ","\n\n padding: 0;\n /** for next ListSecondaryAction default margin */\n margin: 0 "," 0 0;\n\n &."," {\n margin: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n "],["\n ","\n\n padding: 0;\n /** for next ListSecondaryAction default margin */\n margin: 0 "," 0 0;\n\n &."," {\n margin: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n "])),alignCenter&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n flex: 'none !important';\n "],["\n flex: 'none !important';\n "]))),foundation_1.spacing(2),utils_1.RcListItemTextClasses.multiline,foundation_1.spacing(1,2,1,0),utils_1.RcListItemTextClasses.inset,foundation_1.spacing(14),utils_1.RcListItemTextClasses.primary,textDisplay,primaryTypography,primaryColor,utils_1.RcListItemTextClasses.secondary,textDisplay,secondaryTypography,secondaryColor)};try{ListItemTextStyle.displayName="ListItemTextStyle",ListItemTextStyle.__docgenInfo={description:"",displayName:"ListItemTextStyle",props:{isEllipsis:{defaultValue:null,description:"is text Ellipsis, default is true.",name:"isEllipsis",required:!1,type:{name:"boolean"}},primaryTypographyProps:{defaultValue:null,description:"These props will be forwarded to the primary typography component (as long as disableTypography is not true).",name:"primaryTypographyProps",required:!1,type:{name:'Pick'}},secondaryTypographyProps:{defaultValue:null,description:"These props will be forwarded to the secondary typography component (as long as disableTypography is not true).",name:"secondaryTypographyProps",required:!1,type:{name:'Pick'}},primaryColor:{defaultValue:null,description:"@deprecated",name:"primaryColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},alignCenter:{defaultValue:null,description:"@deprecated",name:"alignCenter",required:!1,type:{name:"boolean"}},lineThrough:{defaultValue:null,description:"@deprecated",name:"lineThrough",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Alias for the `primary` prop.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},primary:{defaultValue:null,description:"The main content element.",name:"primary",required:!1,type:{name:"ReactNode"}},secondary:{defaultValue:null,description:"The secondary content element.",name:"secondary",required:!1,type:{name:"ReactNode"}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a Typography component.\nThis can be useful to render an alternative Typography variant by wrapping\nthe `children` (or `primary`) text, and optional `secondary` text\nwith the Typography component.",name:"disableTypography",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"If `true`, the children will be indented.\nThis should be used if there is no left avatar or left icon.",name:"inset",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx#ListItemTextStyle"]={docgenInfo:ListItemTextStyle.__docgenInfo,name:"ListItemTextStyle",path:"packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx#ListItemTextStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemText/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemText/utils/ListItemTextUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemTextClasses=foundation_1.RcClasses(["primary","secondary","inset","multiline"],"RcListItemText")},"./packages/juno-core/src/components/List/ListItemText/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/utils/ListItemTextUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListSubheader_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListSubheader/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/utils/index.ts"),_RcListSubheader=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListSubheader"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListSubheaderClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ListSubheader_1.default,tslib_1.__assign({},rest,{ref,classes,color:"default"}),children)})),RcListSubheader=foundation_1.styled(_RcListSubheader)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListSubheaderStyle);exports.RcListSubheader=RcListSubheader,RcListSubheader.defaultProps={component:"li"},RcListSubheader.displayName="RcListSubheader";try{RcListSubheader.displayName="RcListSubheader",RcListSubheader.__docgenInfo={description:"",displayName:"RcListSubheader",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},component:{defaultValue:{value:"li"},description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"",name:"inset",required:!1,type:{name:"boolean"}},disableSticky:{defaultValue:null,description:"",name:"disableSticky",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx#RcListSubheader"]={docgenInfo:RcListSubheader.__docgenInfo,name:"RcListSubheader",path:"packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx#RcListSubheader"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListSubheader/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx"),exports)},"./packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/utils/index.ts");exports.ListSubheaderStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 36px;\n padding-top: ",";\n padding-bottom: ",";\n display: flex;\n background: ",";\n color: ",";\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n "],["\n height: 36px;\n padding-top: ",";\n padding-bottom: ",";\n display: flex;\n background: ",";\n color: ",";\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n "])),foundation_1.spacing(3),foundation_1.spacing(1),foundation_1.palette2("neutral","b01"),foundation_1.palette2("neutral","f04"),foundation_1.typography("body1"),utils_1.RcListSubheaderClasses.gutters,foundation_1.spacing(4),foundation_1.spacing(2),utils_1.RcListSubheaderClasses.inset,foundation_1.spacing(18))};try{ListSubheaderStyle.displayName="ListSubheaderStyle",ListSubheaderStyle.__docgenInfo={description:"",displayName:"ListSubheaderStyle",props:{component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLLIElement | null) => void) | RefObject | null"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"",name:"inset",required:!1,type:{name:"boolean"}},disableSticky:{defaultValue:null,description:"",name:"disableSticky",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx#ListSubheaderStyle"]={docgenInfo:ListSubheaderStyle.__docgenInfo,name:"ListSubheaderStyle",path:"packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx#ListSubheaderStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListSubheader/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListSubheader/utils/ListSubheaderUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListSubheaderClasses=foundation_1.RcClasses(["gutters","inset"],"RcListSubheader")},"./packages/juno-core/src/components/List/ListSubheader/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/utils/ListSubheaderUtils.ts"),exports)},"./packages/juno-core/src/components/List/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/index.ts"),exports)},"./packages/juno-core/src/components/Loading/Loading.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Loading/styles/index.ts"),RcLoading=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcLoading"}),_a=props.LoadingComponent,LoadingComponent=void 0===_a?styles_1.RcDefaultLoadingWithDelay:_a,_b=props.keepVisible,keepVisible=void 0===_b||_b,_c=props.keepMounted,keepMounted=void 0===_c||_c,loading=props.loading,_d=props.LoadingProps,_e=void 0===_d?{}:_d,_f=_e.delay,delay=void 0===_f?0:_f,_g=_e.backgroundType,backgroundType=void 0===_g?"mask":_g,_h=_e.size,size=void 0===_h?42:_h,LoadingProps=tslib_1.__rest(_e,["delay","backgroundType","size"]),children=props.children,childrenWhenLoading=!keepMounted&&loading?null:children;return react_1.default.createElement(react_1.default.Fragment,null,loading&&react_1.default.createElement(LoadingComponent,tslib_1.__assign({delay,backgroundType,size},LoadingProps)),keepVisible||!loading?childrenWhenLoading:childrenWhenLoading&&react_1.default.isValidElement(childrenWhenLoading)&&childrenWhenLoading.type!==react_1.default.Fragment?react_1.default.createElement(Box_1.RcBox,{clone:!0,display:"none"},childrenWhenLoading):childrenWhenLoading)};exports.RcLoading=RcLoading;try{RcLoading.displayName="RcLoading",RcLoading.__docgenInfo={description:"Provide a wrapper to wrap component with loading mask\n\n### when `keepVisible = false` that children must be one valid html **element**, otherwise that style could not set correctly",displayName:"RcLoading",props:{loading:{defaultValue:null,description:"is that is loading",name:"loading",required:!0,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM when `loading`",name:"keepMounted",required:!1,type:{name:"boolean"}},keepVisible:{defaultValue:null,description:"Always keep the children visible when `loading`, that need children is valid html when `keepVisible` id `false`",name:"keepVisible",required:!1,type:{name:"boolean"}},LoadingComponent:{defaultValue:null,description:"custom loading component",name:"LoadingComponent",required:!1,type:{name:"ComponentClass<(StyledLoadingPageProps & WithDelay) | PropsWithChildren, any> | FunctionComponent<...>"}},LoadingProps:{defaultValue:null,description:"other props pass into Loading Component",name:"LoadingProps",required:!1,type:{name:"(StyledLoadingPageProps & WithDelay) | PropsWithChildren"}},children:{defaultValue:null,description:"container for wrapper loading",name:"children",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Loading/Loading.tsx#RcLoading"]={docgenInfo:RcLoading.__docgenInfo,name:"RcLoading",path:"packages/juno-core/src/components/Loading/Loading.tsx#RcLoading"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Loading/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Loading/Loading.tsx"),exports)},"./packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),CircularProgress_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/index.ts");exports.StyledLoadingPage=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n top: 0px;\n left: 0px;\n opacity: ",";\n background: ",";\n z-index: 1000;\n"],["\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n top: 0px;\n left: 0px;\n opacity: ",";\n background: ",";\n z-index: 1000;\n"])),(function(_a){return _a.backgroundType?foundation_1.opacity("40",!0):1}),foundation_1.palette2("neutral","b01")),exports.RcDefaultLoadingWithDelay=foundation_1.withDelay((function(_a){var backgroundType=_a.backgroundType,size=_a.size,disableShrink=_a.disableShrink;return react_1.default.createElement(exports.StyledLoadingPage,{"data-test-automation-id":"loading-page",backgroundType},react_1.default.createElement(CircularProgress_1.RcCircularProgress,{size,disableShrink}))}));try{StyledLoadingPage.displayName="StyledLoadingPage",StyledLoadingPage.__docgenInfo={description:"",displayName:"StyledLoadingPage",props:{size:{defaultValue:null,description:"",name:"size",required:!1,type:{name:"number"}},backgroundType:{defaultValue:null,description:"",name:"backgroundType",required:!1,type:{name:"enum",value:[{value:'"mask"'}]}},disableShrink:{defaultValue:null,description:"",name:"disableShrink",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx#StyledLoadingPage"]={docgenInfo:StyledLoadingPage.__docgenInfo,name:"StyledLoadingPage",path:"packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx#StyledLoadingPage"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Loading/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx"),exports)},"./packages/juno-core/src/components/Menu/Menu/Menu.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Menu_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Menu/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/MenuContext.ts");exports.RcMenuContext=MenuContext_1.RcMenuContext;var templateObject_1,styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/utils/index.ts"),MemoMuiMenu=react_1.memo(Menu_1.default),_RcMenu=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcMenu"}),classesProp=props.classes,children=props.children,autoClose=props.autoClose,onClose=props.onClose,rest=tslib_1.__rest(props,["classes","children","autoClose","onClose"]),_a=tslib_1.__read(react_1.useState(null),2),focusedMenuItemId=_a[0],setFocusedMenuItemId=_a[1],id=foundation_1.useId("menu-",!0),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcMenuClasses,classesProp)}),[classesProp]),handleClose=foundation_1.useEventCallback((function(event,reason){null==onClose||onClose(event,reason)})),ctxValue=react_1.useMemo((function(){return{menuId:id,autoClose:!!autoClose,focusedMenuItemId,setFocusedMenuItemId,closeMenu:handleClose}}),[autoClose,focusedMenuItemId,handleClose,id]);return react_1.default.createElement(MenuContext_1.RcMenuContext.Provider,{value:ctxValue},react_1.default.createElement(MemoMuiMenu,tslib_1.__assign({container:null==externalWindow?void 0:externalWindow.document.body},rest,{ref,classes,onClose:handleClose,disableEnforceFocus:!0}),children))})),RcMenu=foundation_1.styled(_RcMenu)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.MenuStyle);exports.RcMenu=RcMenu,RcMenu.defaultProps={variant:"selectedMenu",getContentAnchorEl:null,anchorReference:"anchorEl",anchorOrigin:{vertical:"bottom",horizontal:"left"}},RcMenu.displayName="RcMenu";try{RcMenu.displayName="RcMenu",RcMenu.__docgenInfo={description:"",displayName:"RcMenu",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:{value:"selectedMenu"},description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:{value:"{ vertical: 'bottom', horizontal: 'left' }"},description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:{value:"anchorEl"},description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:{value:"null"},description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"Props applied to the [`MenuList`](/api/menu-list/) element.",name:"MenuListProps",required:!1,type:{name:"Partial"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/Menu/Menu.tsx#RcMenu"]={docgenInfo:RcMenu.__docgenInfo,name:"RcMenu",path:"packages/juno-core/src/components/Menu/Menu/Menu.tsx#RcMenu"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/Menu/MenuContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcMenuContext=react_1.createContext({menuId:"",autoClose:!1,focusedMenuItemId:null,setFocusedMenuItemId:function(){return null},closeMenu:function(){return null}})},"./packages/juno-core/src/components/Menu/Menu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/Menu.tsx"),exports)},"./packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/styles/index.ts");exports.MenuStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n "],["\n ",";\n "])),styles_1.DividerInMenuStyle)};try{MenuStyle.displayName="MenuStyle",MenuStyle.__docgenInfo={description:"",displayName:"MenuStyle",props:{autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"Props applied to the [`MenuList`](/api/menu-list/) element.",name:"MenuListProps",required:!1,type:{name:"Partial"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx#MenuStyle"]={docgenInfo:MenuStyle.__docgenInfo,name:"MenuStyle",path:"packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx#MenuStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/Menu/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/Menu/utils/MenuUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcMenuClasses=foundation_1.RcClasses([],"RcMenu")},"./packages/juno-core/src/components/Menu/Menu/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/utils/MenuUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),MenuItem_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/MenuItem/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),List_1=__webpack_require__("./packages/juno-core/src/components/List/index.ts"),ListItemAvatar_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/index.ts"),ListItemIcon_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),MenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/MenuContext.ts"),MenuListContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts"),SubMenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/utils/index.ts"),_RcMenuItem=react_1.forwardRef((function(props,ref){var _a,classesProp=props.classes,children=props.children,button=(props.color,props.button),className=props.className,onMouseEnter=props.onMouseEnter,onClick=props.onClick,onFocus=props.onFocus,type=(props.highlighted,props.size,props.type),checked=props.checked,icon=props.icon,symbol=props.symbol,avatar=props.avatar,secondaryAction=props.secondaryAction,idRef=props.idRef,isSubMenuItem=props.isSubMenuItem,TouchRipplePropsProp=props.TouchRippleProps,title=props.title,focused=props.focused,rest=(props.focusVariant,tslib_1.__rest(props,["classes","children","color","button","className","onMouseEnter","onClick","onFocus","highlighted","size","type","checked","icon","symbol","avatar","secondaryAction","idRef","isSubMenuItem","TouchRippleProps","title","focused","focusVariant"])),isCheckedType="checked"===type,menuItemId=foundation_1.useId("menu-item",!0),menuContext=react_1.useContext(MenuContext_1.RcMenuContext),menuListContext=react_1.useContext(MenuListContext_1.RcMenuListContext),subMenuContext=react_1.useContext(SubMenuContext_1.RcSubMenuContext),setFocusedMenuItemId=foundation_1.useEventCallback((function(){menuItemId&&(menuListContext.menuListId?menuListContext.setFocusedMenuItemId(menuItemId):menuContext.menuId&&menuContext.setFocusedMenuItemId(menuItemId))})),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcMenuItemClasses,classesProp)}),[classesProp]),toClasses=react_1.useMemo((function(){return foundation_1.omit(classes,["checked","unchecked","focusVisible"])}),[classes]),itemAvatar=react_1.useMemo((function(){return react_1.default.isValidElement(avatar)?foundation_1.isRcElement(avatar,["RcListItemAvatar"])?avatar:react_1.default.createElement(ListItemAvatar_1.RcListItemAvatar,null,avatar):null}),[avatar]),itemIcon=react_1.useMemo((function(){return symbol?react_1.default.createElement(ListItemIcon_1.RcListItemIcon,null,react_1.default.createElement(Icon_1.RcIcon,{size:"small",symbol})):react_1.default.isValidElement(icon)?foundation_1.isRcElement(icon,["RcListItemIcon"])?icon:react_1.default.createElement(ListItemIcon_1.RcListItemIcon,null,icon):"string"==typeof icon?react_1.default.createElement(ListItemIcon_1.RcListItemIcon,null,react_1.default.createElement(Icon_1.RcIcon,{size:"small"},icon)):null}),[icon,symbol]),itemSubAction=react_1.useMemo((function(){return isCheckedType&&checked?react_1.default.createElement(List_1.RcListItemSecondaryAction,null,react_1.default.createElement(styles_1.StyledCheckIcon,{size:"large",symbol:juno_icon_1.Check,color:["interactive","f01"]})):secondaryAction?foundation_1.isRcElement(secondaryAction,["RcListItemSecondaryAction"])?secondaryAction:react_1.default.createElement(List_1.RcListItemSecondaryAction,null,secondaryAction):null}),[checked,isCheckedType,secondaryAction]),additionProps=react_1.useMemo((function(){return button?{TouchRippleProps:foundation_1.combineProps({classes:utils_1.RcMenuItemRippleClasses},TouchRipplePropsProp)}:{}}),[TouchRipplePropsProp,button]),handleMouseEnter=foundation_1.useEventCallback((function(e){null==onMouseEnter||onMouseEnter(e),setFocusedMenuItemId()})),handleClick=foundation_1.useEventCallback((function(e){var _a;null==onClick||onClick(e),menuContext.autoClose&&!isSubMenuItem&&menuContext.closeMenu(e,"itemClick"),subMenuContext.autoClose&&!isSubMenuItem&&(null===(_a=null==subMenuContext?void 0:subMenuContext.closeSubMenu)||void 0===_a||_a.call(subMenuContext,e,"itemClick"))})),handleFocus=foundation_1.useEventCallback((function(e){setFocusedMenuItemId(),null==onFocus||onFocus(e)}));return react_1.useImperativeHandle(idRef,(function(){return menuItemId}),[menuItemId]),react_1.default.createElement(MenuItem_1.default,tslib_1.__assign({"aria-checked":!(!isCheckedType||!checked)||void 0},additionProps,rest,{ref,title:"string"==typeof title?title:void 0,classes:toClasses,className:clsx_1.default(className,(_a={},_a[classes.checked]=isCheckedType&&checked,_a[classes.unchecked]=isCheckedType&&!checked,_a[classes.focusVisible]=focused,_a)),onMouseEnter:handleMouseEnter,onClick:handleClick,onFocus:handleFocus,"data-menuitem-id":menuItemId,button}),itemAvatar,itemIcon,children,itemSubAction)})),RcMenuItem=foundation_1.styled(Tooltip_1.withTooltip(_RcMenuItem)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcMenuItem"}),_b=(_a.theme,_a.className,_a.size),size=void 0===_b?"medium":_b,_c=_a.button,button=void 0===_c||_c,_d=_a.focusVariant,focusVariant=void 0===_d?"highlight":_d,rest=tslib_1.__rest(_a,["theme","className","size","button","focusVariant"]);return tslib_1.__assign({size,button,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.MenuItemStyle);exports.RcMenuItem=RcMenuItem,RcMenuItem.displayName="RcMenuItem";try{RcMenuItem.displayName="RcMenuItem",RcMenuItem.__docgenInfo={description:"",displayName:"RcMenuItem",props:{symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"checked for that should render checked icon",name:"type",required:!1,type:{name:"enum",value:[{value:'"selected"'},{value:'"checked"'}]}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},checked:{defaultValue:null,description:"if type to be `checked`, the checked prop for that should render checked icon",name:"checked",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},idRef:{defaultValue:null,description:"id ref, can get menu item id",name:"idRef",required:!1,type:{name:"((instance: string | null) => void) | RefObject | null"}},isSubMenuItem:{defaultValue:null,description:"for subMenu component, use prevent click",name:"isSubMenuItem",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx#RcMenuItem"]={docgenInfo:RcMenuItem.__docgenInfo,name:"RcMenuItem",path:"packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx#RcMenuItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuItem/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/utils/index.ts");exports.StyledCheckIcon=foundation_1.styled(Icon_1.RcIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 22px;\n"],["\n height: 22px;\n"]))),exports.MenuItemStyle=function(props){var size=props.size,_a=props.color,color=void 0===_a?"action.grayLight":_a,focusVariant=props.focusVariant,topAndBottomPadding=utils_1.RcMenuItemTopAndBottomPaddings[size],leftAndRightPadding=utils_1.RcMenuItemLeftAndRightPaddings[size];return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n outline: none;\n box-sizing: border-box;\n height: auto;\n min-height: 32px;\n min-width: 112px;\n padding-top: ",";\n padding-bottom: ",";\n\n ",";\n\n ."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n min-height: auto;\n line-height: 22px;\n font-weight: 700;\n }\n "],["\n outline: none;\n box-sizing: border-box;\n height: auto;\n min-height: 32px;\n min-width: 112px;\n padding-top: ",";\n padding-bottom: ",";\n\n ",";\n\n ."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n min-height: auto;\n line-height: 22px;\n font-weight: 700;\n }\n "])),topAndBottomPadding,topAndBottomPadding,styles_1.sharedListItemStyle(tslib_1.__assign(tslib_1.__assign({},props),{focusVariant,color,canHover:!0,mainClasses:utils_1.RcMenuItemClasses,rippleClasses:utils_1.RcMenuItemRippleClasses})),utils_1.RcMenuItemClasses.gutters,leftAndRightPadding,leftAndRightPadding,utils_1.RcMenuItemClasses.dense,foundation_1.spacing(1),foundation_1.spacing(1))};try{StyledCheckIcon.displayName="StyledCheckIcon",StyledCheckIcon.__docgenInfo={description:"",displayName:"StyledCheckIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#StyledCheckIcon"]={docgenInfo:StyledCheckIcon.__docgenInfo,name:"StyledCheckIcon",path:"packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#StyledCheckIcon"})}catch(__react_docgen_typescript_loader_error){}try{MenuItemStyle.displayName="MenuItemStyle",MenuItemStyle.__docgenInfo={description:"",displayName:"MenuItemStyle",props:{size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},type:{defaultValue:null,description:"checked for that should render checked icon",name:"type",required:!1,type:{name:"enum",value:[{value:'"selected"'},{value:'"checked"'}]}},checked:{defaultValue:null,description:"if type to be `checked`, the checked prop for that should render checked icon",name:"checked",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLLIElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#MenuItemStyle"]={docgenInfo:MenuItemStyle.__docgenInfo,name:"MenuItemStyle",path:"packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#MenuItemStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuItem/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuItem/utils/MenuItemUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcMenuItemPrefix="RcMenuItem",exports.RcMenuItemRipplePrefix=exports.RcMenuItemPrefix+"TouchRipple",exports.RcMenuItemClasses=foundation_1.RcClasses(["checked","unchecked","gutters","dense","selected","focusVisible"],exports.RcMenuItemPrefix),exports.RcMenuItemTopAndBottomPaddings={medium:foundation_1.spacing(1),large:foundation_1.spacing(2)},exports.RcMenuItemLeftAndRightPaddings={medium:foundation_1.spacing(4),large:foundation_1.spacing(5)},exports.RcMenuItemRippleClasses=foundation_1.RcClasses(["rippleVisible"],exports.RcMenuItemRipplePrefix)},"./packages/juno-core/src/components/Menu/MenuItem/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/utils/MenuItemUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/MenuList/MenuList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),MenuList_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/MenuList/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),SubMenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts"),MenuListContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts");exports.RcMenuListContext=MenuListContext_1.RcMenuListContext;var templateObject_1,styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/utils/index.ts"),MemoMuiListMenu=react_1.memo(MenuList_1.default),_RcMenuList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcMenuList"}),classesProp=props.classes,children=props.children,autoClose=props.autoClose,onCloseProp=props.onClose,rest=(props.maxHeight,tslib_1.__rest(props,["classes","children","autoClose","onClose","maxHeight"])),_a=tslib_1.__read(react_1.useState(null),2),focusedMenuItemId=_a[0],setFocusedMenuItemId=_a[1],id=foundation_1.useId("menu-list",!0),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcMenuListClasses,classesProp)}),[classesProp]),subMenuContext=react_1.useContext(SubMenuContext_1.RcSubMenuContext),ctxValue=react_1.useMemo((function(){return{menuListId:id,autoClose:!!autoClose||subMenuContext.autoClose,focusedMenuItemId,setFocusedMenuItemId,onClose:onCloseProp}}),[autoClose,focusedMenuItemId,id,onCloseProp,subMenuContext.autoClose]);return react_1.default.createElement(MenuListContext_1.RcMenuListContext.Provider,{value:ctxValue},react_1.default.createElement(MemoMuiListMenu,tslib_1.__assign({},rest,{ref,classes}),children))})),RcMenuList=foundation_1.styled(_RcMenuList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.MenuListStyle);exports.RcMenuList=RcMenuList,RcMenuList.defaultProps={variant:"selectedMenu"},RcMenuList.displayName="RcMenuList";try{RcMenuList.displayName="RcMenuList",RcMenuList.__docgenInfo={description:"",displayName:"RcMenuList",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"MenuList contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:{value:"selectedMenu"},description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true`, will focus the `[role="menu"]` container and move into tab order.',name:"autoFocus",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit for subMenu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},maxHeight:{defaultValue:null,description:"setting max-Height for MenuList, when overflow, scroll",name:"maxHeight",required:!1,type:{name:"number"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:null,description:"",name:"disablePadding",required:!1,type:{name:"boolean"}},autoFocusItem:{defaultValue:null,description:'If `true`, will focus the first menuitem if `variant="menu"` or selected item\nif `variant="selectedMenu"`.',name:"autoFocusItem",required:!1,type:{name:"boolean"}},disabledItemsFocusable:{defaultValue:null,description:"If `true`, will allow focus on disabled items.",name:"disabledItemsFocusable",required:!1,type:{name:"boolean"}},disableListWrap:{defaultValue:null,description:"If `true`, the menu items will not wrap focus.",name:"disableListWrap",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuList/MenuList.tsx#RcMenuList"]={docgenInfo:RcMenuList.__docgenInfo,name:"RcMenuList",path:"packages/juno-core/src/components/Menu/MenuList/MenuList.tsx#RcMenuList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcMenuListContext=react_1.createContext({menuListId:"",autoClose:!1,focusedMenuItemId:null,setFocusedMenuItemId:function(){return null},onClose:void 0})},"./packages/juno-core/src/components/Menu/MenuList/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuList.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Divider_1=__webpack_require__("./packages/juno-core/src/components/Divider/index.ts");exports.DividerInMenuStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n margin: ",";\n }\n"],["\n "," {\n margin: ",";\n }\n"])),Divider_1.RcDivider,foundation_1.spacing(2,0)),exports.MenuListStyle=function(_a){var maxHeight=_a.maxHeight;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n overflow: auto;\n max-height: ",";\n ",";\n "],["\n overflow: auto;\n max-height: ",";\n ",";\n "])),maxHeight&&foundation_1.px(maxHeight),exports.DividerInMenuStyle)};try{MenuListStyle.displayName="MenuListStyle",MenuListStyle.__docgenInfo={description:"",displayName:"MenuListStyle",props:{maxHeight:{defaultValue:null,description:"setting max-Height for MenuList, when overflow, scroll",name:"maxHeight",required:!1,type:{name:"number"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit for subMenu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"MenuList contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLUListElement | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true`, will focus the `[role="menu"]` container and move into tab order.',name:"autoFocus",required:!1,type:{name:"boolean"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:null,description:"",name:"disablePadding",required:!1,type:{name:"boolean"}},autoFocusItem:{defaultValue:null,description:'If `true`, will focus the first menuitem if `variant="menu"` or selected item\nif `variant="selectedMenu"`.',name:"autoFocusItem",required:!1,type:{name:"boolean"}},disabledItemsFocusable:{defaultValue:null,description:"If `true`, will allow focus on disabled items.",name:"disabledItemsFocusable",required:!1,type:{name:"boolean"}},disableListWrap:{defaultValue:null,description:"If `true`, the menu items will not wrap focus.",name:"disableListWrap",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx#MenuListStyle"]={docgenInfo:MenuListStyle.__docgenInfo,name:"MenuListStyle",path:"packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx#MenuListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuList/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuList/utils/MenuListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcMenuListClasses=foundation_1.RcClasses([],"RcMenuList")},"./packages/juno-core/src/components/Menu/MenuList/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/utils/MenuListUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ClickAwayListener_1=__webpack_require__("./packages/juno-core/src/components/ClickAwayListener/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),ListItemText_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/index.ts"),Paper_1=__webpack_require__("./packages/juno-core/src/components/Paper/index.ts"),Popper_1=__webpack_require__("./packages/juno-core/src/components/Popper/index.ts"),MenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/MenuContext.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx"),MenuList_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuList.tsx"),MenuListContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/styles/index.ts"),SubMenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts");exports.RcSubMenuContext=SubMenuContext_1.RcSubMenuContext;var templateObject_1,utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/utils/index.ts"),MemoMenuList=react_1.memo(MenuList_1.RcMenuList),_RcSubMenu=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSubMenu"}),classesProp=props.classes,children=props.children,titleProp=props.title,disabled=props.disabled,onKeyDown=props.onKeyDown,onTouchStart=props.onTouchStart,onTouchEnd=props.onTouchEnd,onMouseEnter=props.onMouseEnter,onMouseLeave=props.onMouseLeave,MenuListProps=props.MenuListProps,_a=props.PopperProps,PopperProps=void 0===_a?{}:_a,onClose=props.onClose,rest=tslib_1.__rest(props,["classes","children","title","disabled","onKeyDown","onTouchStart","onTouchEnd","onMouseEnter","onMouseLeave","MenuListProps","PopperProps","onClose"]),_popperRef=react_1.useRef(null),popperRef=foundation_1.useForkRef(_popperRef,PopperProps.ref||null),popperId=foundation_1.useId(PopperProps.id),menuItemIdRef=react_1.useRef(null),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open=_c[0],setOpen=_c[1],menuListContext=react_1.useContext(MenuListContext_1.RcMenuListContext),menuContext=react_1.useContext(MenuContext_1.RcMenuContext),subMenuContext=react_1.useContext(SubMenuContext_1.RcSubMenuContext),ignoreMouseEventRef=react_1.useRef(!1),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,handleClose=function(e,reason){var _a;null==onClose||onClose(e,reason),null===(_a=null==menuListContext?void 0:menuListContext.onClose)||void 0===_a||_a.call(menuListContext,e,reason)},classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSubMenuClasses,classesProp)}),[classesProp]),title=react_1.useMemo((function(){return"string"==typeof titleProp?react_1.default.createElement(ListItemText_1.RcListItemText,null,titleProp):titleProp}),[titleProp]),onPopperKeyDown=PopperProps.onKeyDown,onPopperMouseLeave=PopperProps.onMouseLeave,restPopperProps=tslib_1.__rest(PopperProps,["onKeyDown","onMouseLeave"]),openPopper=function(event){!disabled&&event.currentTarget&&(setAnchorEl(event.currentTarget),setOpen(!0))},closePopper=function(){setOpen(!1),setAnchorEl(null)},handleCloseSubMenu=foundation_1.useEventCallback((function(){null==anchorEl||anchorEl.focus(),closePopper()})),handlePopperClickAway=function(e){anchorEl&&e.target&&!anchorEl.contains(e.target)&&(closePopper(),handleClose(e,"backdropClick"))};react_1.useLayoutEffect((function(){open&&""!==menuListContext.menuListId&&menuListContext.focusedMenuItemId!==menuItemIdRef.current&&handleCloseSubMenu()}),[handleCloseSubMenu,menuListContext.focusedMenuItemId,menuListContext.menuListId,open]),react_1.useLayoutEffect((function(){open&&""===menuListContext.menuListId&&menuContext.focusedMenuItemId!==menuItemIdRef.current&&handleCloseSubMenu()}),[handleCloseSubMenu,menuContext.focusedMenuItemId,menuListContext.menuListId,open]);var ctxValue=react_1.useMemo((function(){return{autoClose:menuListContext.autoClose,closeSubMenu:function(e,reason){var _a,_b;handleCloseSubMenu(),null===(_a=null==subMenuContext?void 0:subMenuContext.closeSubMenu)||void 0===_a||_a.call(subMenuContext,e,reason),null===(_b=null==menuListContext?void 0:menuListContext.onClose)||void 0===_b||_b.call(menuListContext,e,reason)}}}),[handleCloseSubMenu,menuListContext,subMenuContext]),modifiers=react_1.useMemo((function(){return{flip:{enabled:!0},offset:{offset:-8},preventOverflow:{enabled:!0,boundariesElement:externalWindow?"window":"viewport"}}}),[externalWindow]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(MenuItem_1.RcMenuItem,tslib_1.__assign({"aria-controls":popperId},rest,{ref,disabled,classes,onKeyDown:function(e){var key=e.key;[foundation_1.a11yKeyboard.ArrowRight,foundation_1.a11yKeyboard.Space,foundation_1.a11yKeyboard.Enter].includes(key)&&openPopper(e),null==onKeyDown||onKeyDown(e)},onTouchStart:function(e){ignoreMouseEventRef.current=!0,null==onTouchStart||onTouchStart(e)},onTouchEnd:function(e){foundation_1.isTap(e)&&openPopper(e),null==onTouchEnd||onTouchEnd(e)},onMouseEnter:function(e){ignoreMouseEventRef.current?ignoreMouseEventRef.current=!1:openPopper(e),null==onMouseEnter||onMouseEnter(e)},onMouseLeave:function(e){if(null==onMouseLeave||onMouseLeave(e),_popperRef.current&&e.currentTarget){var clientX=e.clientX,_a=_popperRef.current.getBoundingClientRect(),left=_a.left,width=_a.width;left | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"SubMenuItem's title",name:"title",required:!0,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"children, use MenuItem array\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"emit when sub menu popper closed",name:"onClose",required:!1,type:{name:"((e: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},MenuListProps:{defaultValue:null,description:"MenuList props",name:"MenuListProps",required:!1,type:{name:'Pick'}},PopperProps:{defaultValue:null,description:"Popper props",name:"PopperProps",required:!1,type:{name:'Pick, "slot" | ... 255 more ... | "popperOptions">'}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx#RcSubMenu"]={docgenInfo:RcSubMenu.__docgenInfo,name:"RcSubMenu",path:"packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx#RcSubMenu"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcSubMenuContext=react_1.createContext({autoClose:!1,closeSubMenu:void 0})},"./packages/juno-core/src/components/Menu/SubMenu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx"),exports)},"./packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ListItemSecondaryAction_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/index.ts"),Grow_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/index.ts");exports.StyledListItemSecondaryAction=foundation_1.styled(ListItemSecondaryAction_1.RcListItemSecondaryAction)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n transform: none;\n right: 0;\n top: 0;\n"],["\n position: relative;\n transform: none;\n right: 0;\n top: 0;\n"]))),exports.StyledGrow=foundation_1.styled(Grow_1.RcGrow)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n transform-origin: center top;\n"],["\n transform-origin: center top;\n"]))),exports.SubMenuStyle=function(){return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""])))};try{StyledListItemSecondaryAction.displayName="StyledListItemSecondaryAction",StyledListItemSecondaryAction.__docgenInfo={description:"",displayName:"StyledListItemSecondaryAction",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component, normally an `IconButton` or selection control.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledListItemSecondaryAction"]={docgenInfo:StyledListItemSecondaryAction.__docgenInfo,name:"StyledListItemSecondaryAction",path:"packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledListItemSecondaryAction"})}catch(__react_docgen_typescript_loader_error){}try{StyledGrow.displayName="StyledGrow",StyledGrow.__docgenInfo={description:"",displayName:"StyledGrow",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement | (ReactElement & string) | (ReactElement & number) | (ReactElement & false) | ... 4 more ..."}},in:{defaultValue:null,description:"If `true`, show the component; triggers the enter or exit animation.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.\n\nSet to 'auto' to automatically calculate transition time based on height.",name:"timeout",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledGrow"]={docgenInfo:StyledGrow.__docgenInfo,name:"StyledGrow",path:"packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledGrow"})}catch(__react_docgen_typescript_loader_error){}try{SubMenuStyle.displayName="SubMenuStyle",SubMenuStyle.__docgenInfo={description:"",displayName:"SubMenuStyle",props:{title:{defaultValue:null,description:"SubMenuItem's title",name:"title",required:!0,type:{name:"ReactNode"}},children:{defaultValue:null,description:"children, use MenuItem array\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},PopperProps:{defaultValue:null,description:"Popper props",name:"PopperProps",required:!1,type:{name:'Pick, "slot" | ... 255 more ... | "popperOptions">'}},MenuListProps:{defaultValue:null,description:"MenuList props",name:"MenuListProps",required:!1,type:{name:'Pick'}},onClose:{defaultValue:null,description:"emit when sub menu popper closed",name:"onClose",required:!1,type:{name:"((e: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLLIElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#SubMenuStyle"]={docgenInfo:SubMenuStyle.__docgenInfo,name:"SubMenuStyle",path:"packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#SubMenuStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/SubMenu/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/SubMenu/utils/SubMenuUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSubMenuClasses=foundation_1.RcClasses([],"RcSubMenu")},"./packages/juno-core/src/components/Menu/SubMenu/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/utils/SubMenuUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/index.ts"),exports)},"./packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Pagination_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/Pagination/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/utils/index.ts"),_RcPagination=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPagination"}),classesProp=props.classes,reset=tslib_1.__rest(props,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcPaginationClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Pagination_1.default,tslib_1.__assign({ref,classes},reset))})),RcPagination=foundation_1.styled(_RcPagination)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.paginationStyle);exports.RcPagination=RcPagination,RcPagination.defaultProps={},RcPagination.displayName="RcPagination";try{RcPagination.displayName="RcPagination",RcPagination.__docgenInfo={description:"",displayName:"RcPagination",props:{shape:{defaultValue:null,description:"The shape of the pagination items.",name:"shape",required:!1,type:{name:"enum",value:[{value:'"rounded"'},{value:'"round"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the pagination component will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the page is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, page: number) => void)"}},color:{defaultValue:null,description:"The active color.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"standard"'}]}},page:{defaultValue:null,description:"The current page.",name:"page",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"The size of the pagination component.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},getItemAriaLabel:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current page.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@param \n@param \n@returns",name:"getItemAriaLabel",required:!1,type:{name:'((type: "page" | "next" | "previous" | "last" | "first", page: number, selected: boolean) => string)'}},renderItem:{defaultValue:null,description:"Render the item.\n@param \n@returns",name:"renderItem",required:!1,type:{name:"((params: PaginationRenderItemParams) => ReactNode)"}},boundaryCount:{defaultValue:null,description:"Number of always visible pages at the beginning and end.",name:"boundaryCount",required:!1,type:{name:"number"}},componentName:{defaultValue:null,description:"The name of the component where this hook is used.",name:"componentName",required:!1,type:{name:"string"}},count:{defaultValue:null,description:"The total number of pages.",name:"count",required:!1,type:{name:"number"}},defaultPage:{defaultValue:null,description:"The page selected by default when the component is uncontrolled.",name:"defaultPage",required:!1,type:{name:"number"}},hideNextButton:{defaultValue:null,description:"If `true`, hide the next-page button.",name:"hideNextButton",required:!1,type:{name:"boolean"}},hidePrevButton:{defaultValue:null,description:"If `true`, hide the previous-page button.",name:"hidePrevButton",required:!1,type:{name:"boolean"}},showFirstButton:{defaultValue:null,description:"If `true`, show the first-page button.",name:"showFirstButton",required:!1,type:{name:"boolean"}},showLastButton:{defaultValue:null,description:"If `true`, show the last-page button.",name:"showLastButton",required:!1,type:{name:"boolean"}},siblingCount:{defaultValue:null,description:"Number of always visible pages before and after the current page.",name:"siblingCount",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx#RcPagination"]={docgenInfo:RcPagination.__docgenInfo,name:"RcPagination",path:"packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx#RcPagination"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/Pagination/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx"),exports)},"./packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.paginationStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{paginationStyle.displayName="paginationStyle",paginationStyle.__docgenInfo={description:"",displayName:"paginationStyle",props:{shape:{defaultValue:null,description:"The shape of the pagination items.",name:"shape",required:!1,type:{name:"enum",value:[{value:'"rounded"'},{value:'"round"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the pagination component will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the page is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, page: number) => void)"}},color:{defaultValue:null,description:"The active color.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"standard"'}]}},page:{defaultValue:null,description:"The current page.",name:"page",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},size:{defaultValue:null,description:"The size of the pagination component.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},getItemAriaLabel:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current page.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@param \n@param \n@returns",name:"getItemAriaLabel",required:!1,type:{name:'((type: "page" | "next" | "previous" | "last" | "first", page: number, selected: boolean) => string)'}},renderItem:{defaultValue:null,description:"Render the item.\n@param \n@returns",name:"renderItem",required:!1,type:{name:"((params: PaginationRenderItemParams) => ReactNode)"}},boundaryCount:{defaultValue:null,description:"Number of always visible pages at the beginning and end.",name:"boundaryCount",required:!1,type:{name:"number"}},componentName:{defaultValue:null,description:"The name of the component where this hook is used.",name:"componentName",required:!1,type:{name:"string"}},count:{defaultValue:null,description:"The total number of pages.",name:"count",required:!1,type:{name:"number"}},defaultPage:{defaultValue:null,description:"The page selected by default when the component is uncontrolled.",name:"defaultPage",required:!1,type:{name:"number"}},hideNextButton:{defaultValue:null,description:"If `true`, hide the next-page button.",name:"hideNextButton",required:!1,type:{name:"boolean"}},hidePrevButton:{defaultValue:null,description:"If `true`, hide the previous-page button.",name:"hidePrevButton",required:!1,type:{name:"boolean"}},showFirstButton:{defaultValue:null,description:"If `true`, show the first-page button.",name:"showFirstButton",required:!1,type:{name:"boolean"}},showLastButton:{defaultValue:null,description:"If `true`, show the last-page button.",name:"showLastButton",required:!1,type:{name:"boolean"}},siblingCount:{defaultValue:null,description:"Number of always visible pages before and after the current page.",name:"siblingCount",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx#paginationStyle"]={docgenInfo:paginationStyle.__docgenInfo,name:"paginationStyle",path:"packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx#paginationStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/Pagination/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx"),exports)},"./packages/juno-core/src/components/Pagination/Pagination/utils/PaginationUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPaginationClasses=foundation_1.RcClasses([],"RcPagination")},"./packages/juno-core/src/components/Pagination/Pagination/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/utils/PaginationUtils.ts"),exports)},"./packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),PaginationItem_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/PaginationItem/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/utils/index.ts"),_RcPaginationItem=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPaginationItem"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcPaginationItemClasses,classesProp)}),[classesProp]);return react_1.default.createElement(PaginationItem_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcPaginationItem=foundation_1.overridableStyled(_RcPaginationItem)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcPaginationItem=RcPaginationItem,RcPaginationItem.defaultProps={},RcPaginationItem.displayName="RcPaginationItem";try{RcPaginationItem.displayName="RcPaginationItem",RcPaginationItem.__docgenInfo={description:"",displayName:"RcPaginationItem",props:{component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!0,type:{name:"ElementType"}},shape:{defaultValue:null,description:"The shape of the pagination item.",name:"shape",required:!1,type:{name:"enum",value:[{value:'"rounded"'},{value:'"round"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the item will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"The active color.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"standard"'}]}},page:{defaultValue:null,description:"The current page number.",name:"page",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The pagination item variant.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"The type of pagination item.",name:"type",required:!1,type:{name:"enum",value:[{value:'"page"'},{value:'"next"'},{value:'"previous"'},{value:'"last"'},{value:'"first"'},{value:'"start-ellipsis"'},{value:'"end-ellipsis"'}]}},size:{defaultValue:null,description:"The size of the pagination item.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},selected:{defaultValue:null,description:"If `true` the pagination item is selected.",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx#RcPaginationItem"]={docgenInfo:RcPaginationItem.__docgenInfo,name:"RcPaginationItem",path:"packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx#RcPaginationItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/PaginationItem/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx"),exports)},"./packages/juno-core/src/components/Pagination/PaginationItem/utils/PaginationItemUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPaginationItemClasses=foundation_1.RcClasses([],"RcPaginationItem")},"./packages/juno-core/src/components/Pagination/PaginationItem/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/utils/PaginationItemUtils.ts"),exports)},"./packages/juno-core/src/components/Pagination/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/index.ts"),exports)},"./packages/juno-core/src/components/Paper/Paper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Paper_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Paper/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Paper/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Paper/utils/index.ts"),_RcPaper=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPaper"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcPaperClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Paper_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcPaper=foundation_1.styled(_RcPaper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.PaperStyle);exports.RcPaper=RcPaper,RcPaper.defaultProps={},RcPaper.displayName="RcPaper";try{RcPaper.displayName="RcPaper",RcPaper.__docgenInfo={description:"",displayName:"RcPaper",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Paper/Paper.tsx#RcPaper"]={docgenInfo:RcPaper.__docgenInfo,name:"RcPaper",path:"packages/juno-core/src/components/Paper/Paper.tsx#RcPaper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Paper/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/Paper.tsx"),exports)},"./packages/juno-core/src/components/Paper/styles/PaperStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.PaperStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{PaperStyle.displayName="PaperStyle",PaperStyle.__docgenInfo={description:"",displayName:"PaperStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Paper/styles/PaperStyle.tsx#PaperStyle"]={docgenInfo:PaperStyle.__docgenInfo,name:"PaperStyle",path:"packages/juno-core/src/components/Paper/styles/PaperStyle.tsx#PaperStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Paper/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/styles/PaperStyle.tsx"),exports)},"./packages/juno-core/src/components/Paper/utils/PaperUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPaperClasses=foundation_1.RcClasses([],"RcPaper")},"./packages/juno-core/src/components/Paper/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/utils/PaperUtils.ts"),exports)},"./packages/juno-core/src/components/Popover/Popover.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Popover_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Popover/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Popover/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Popover/utils/index.ts"),_RcPopover=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPopover"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcPopoverClasses,classesProp)}),[classesProp]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow;return react_1.default.createElement(Popover_1.default,tslib_1.__assign({container:null==externalWindow?void 0:externalWindow.document.body},rest,{ref,classes}),children)})),RcPopover=foundation_1.styled(_RcPopover)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.PopoverStyle);exports.RcPopover=RcPopover,RcPopover.defaultProps={anchorOrigin:{vertical:"top",horizontal:"left"},anchorReference:"anchorEl"},RcPopover.displayName="RcPopover";try{RcPopover.displayName="RcPopover",RcPopover.__docgenInfo={description:"",displayName:"RcPopover",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the component is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the component is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the component has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the component is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the component is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the component has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the popover is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"Set to 'auto' to automatically calculate transition time based on height.",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:{value:"{ vertical: 'top', horizontal: 'left' }"},description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the popover.",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:{value:"anchorEl"},description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popover/Popover.tsx#RcPopover"]={docgenInfo:RcPopover.__docgenInfo,name:"RcPopover",path:"packages/juno-core/src/components/Popover/Popover.tsx#RcPopover"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popover/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/Popover.tsx"),exports)},"./packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.PopoverStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{PopoverStyle.displayName="PopoverStyle",PopoverStyle.__docgenInfo={description:"",displayName:"PopoverStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the component is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the component is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the component has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the component is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the component is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the component has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the popover is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"Set to 'auto' to automatically calculate transition time based on height.",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the popover.",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx#PopoverStyle"]={docgenInfo:PopoverStyle.__docgenInfo,name:"PopoverStyle",path:"packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx#PopoverStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popover/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx"),exports)},"./packages/juno-core/src/components/Popover/utils/PopoverUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPopoverClasses=foundation_1.RcClasses([],"RcPopover")},"./packages/juno-core/src/components/Popover/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/utils/PopoverUtils.ts"),exports)},"./packages/juno-core/src/components/Popper/Popper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Popper_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Popper/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Popper/styles/index.ts"),modifiers_1=__webpack_require__("./packages/juno-core/src/components/Popper/modifiers/index.ts"),_RcPopper=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPopper"}),children=props.children,modifiers=props.modifiers,rest=tslib_1.__rest(props,["children","modifiers"]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow;return react_1.default.createElement(Popper_1.default,tslib_1.__assign({container:null==externalWindow?void 0:externalWindow.document.body},rest,{modifiers:tslib_1.__assign({fixOffsets:modifiers_1.fixOffsetsModifer},modifiers),ref}),children)})),RcPopper=foundation_1.styled(_RcPopper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.PopperStyle);exports.RcPopper=RcPopper,RcPopper.defaultProps={},RcPopper.displayName="RcPopper";try{RcPopper.displayName="RcPopper",RcPopper.__docgenInfo={description:"",displayName:"RcPopper",props:{children:{defaultValue:null,description:"Popper render function or node.",name:"children",required:!1,type:{name:"string | number | boolean | {} | (string & {}) | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 48 more ..."}},placement:{defaultValue:null,description:"Popper placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the popper is visible.",name:"open",required:!0,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM.\nThis prop can be useful in SEO situation or\nwhen you want to maximize the responsiveness of the Popper.",name:"keepMounted",required:!1,type:{name:"boolean"}},anchorEl:{defaultValue:null,description:"A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),\nor a function that returns either.\nIt's used to set the position of the popper.\nThe return value will passed as the reference object of the Popper instance.",name:"anchorEl",required:!1,type:{name:"ReferenceObject | (() => ReferenceObject) | null"}},modifiers:{defaultValue:null,description:'Popper.js is based on a "plugin-like" architecture,\nmost of its features are fully encapsulated "modifiers".\n\nA modifier is a function that is called each time Popper.js needs to\ncompute the position of the popper.\nFor this reason, modifiers should be very performant to avoid bottlenecks.\nTo learn how to create a modifier, [read the modifiers documentation](https://popper.js.org/docs/v1/#modifiers).',name:"modifiers",required:!1,type:{name:"object"}},popperOptions:{defaultValue:null,description:"Options provided to the [`popper.js`](https://popper.js.org/docs/v1/) instance.",name:"popperOptions",required:!1,type:{name:"object"}},popperRef:{defaultValue:null,description:"A ref that points to the used popper instance.",name:"popperRef",required:!1,type:{name:"((instance: Popper | null) => void) | RefObject | null"}},transition:{defaultValue:null,description:"Help supporting a react-transition-group/Transition component.",name:"transition",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popper/Popper.tsx#RcPopper"]={docgenInfo:RcPopper.__docgenInfo,name:"RcPopper",path:"packages/juno-core/src/components/Popper/Popper.tsx#RcPopper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popper/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/Popper.tsx"),exports)},"./packages/juno-core/src/components/Popper/modifiers/fixOffsetsModifer.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.fixOffsetsModifer={order:890,enabled:!0,fn:function(data){var e_1,_a;try{for(var _b=tslib_1.__values(["transform","msTransform","WebkitTransform","MozTransform","OTransform"]),_c=_b.next();!_c.done;_c=_b.next()){var property=_c.value,tranformValue=data.styles[property];if(tranformValue){var matchValue=tranformValue.match(/translate3d\((\d+)px, (\d+)px, 0\)/);if(matchValue){var dpr=window.devicePixelRatio,x=Math.round(Number(matchValue[1])*dpr)/dpr,y=Math.round(Number(matchValue[2])*dpr)/dpr;data.styles.transform="translate3d("+x+"px, "+y+"px, 0)"}}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}return data}}},"./packages/juno-core/src/components/Popper/modifiers/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/modifiers/fixOffsetsModifer.ts"),exports)},"./packages/juno-core/src/components/Popper/styles/PopperStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.PopperStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n z-index: ",";\n "],["\n z-index: ",";\n "])),foundation_1.zIndex("modal"))};try{PopperStyle.displayName="PopperStyle",PopperStyle.__docgenInfo={description:"",displayName:"PopperStyle",props:{children:{defaultValue:null,description:"Popper render function or node.",name:"children",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 4 more ... | undefined"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},placement:{defaultValue:null,description:"Popper placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the popper is visible.",name:"open",required:!0,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM.\nThis prop can be useful in SEO situation or\nwhen you want to maximize the responsiveness of the Popper.",name:"keepMounted",required:!1,type:{name:"boolean"}},anchorEl:{defaultValue:null,description:"A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),\nor a function that returns either.\nIt's used to set the position of the popper.\nThe return value will passed as the reference object of the Popper instance.",name:"anchorEl",required:!1,type:{name:"ReferenceObject | (() => ReferenceObject) | null"}},modifiers:{defaultValue:null,description:'Popper.js is based on a "plugin-like" architecture,\nmost of its features are fully encapsulated "modifiers".\n\nA modifier is a function that is called each time Popper.js needs to\ncompute the position of the popper.\nFor this reason, modifiers should be very performant to avoid bottlenecks.\nTo learn how to create a modifier, [read the modifiers documentation](https://popper.js.org/docs/v1/#modifiers).',name:"modifiers",required:!1,type:{name:"object"}},popperOptions:{defaultValue:null,description:"Options provided to the [`popper.js`](https://popper.js.org/docs/v1/) instance.",name:"popperOptions",required:!1,type:{name:"object"}},popperRef:{defaultValue:null,description:"A ref that points to the used popper instance.",name:"popperRef",required:!1,type:{name:"((instance: Popper | null) => void) | RefObject | null"}},transition:{defaultValue:null,description:"Help supporting a react-transition-group/Transition component.",name:"transition",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popper/styles/PopperStyle.tsx#PopperStyle"]={docgenInfo:PopperStyle.__docgenInfo,name:"PopperStyle",path:"packages/juno-core/src/components/Popper/styles/PopperStyle.tsx#PopperStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popper/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/styles/PopperStyle.tsx"),exports)},"./packages/juno-core/src/components/PopupBox/PopupBox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),Dialog_1=__webpack_require__("./packages/juno-core/src/components/Dialog/index.ts"),Loading_1=__webpack_require__("./packages/juno-core/src/components/Loading/index.ts"),_RcPopupBox=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPopupBox"}),childrenSize=props.childrenSize,title=props.title,footer=props.footer,loadingOverlay=props.loadingOverlay,loading=props.loading,confirmButtonText=props.confirmButtonText,confirmButtonProps=props.confirmButtonProps,onConfirm=props.onConfirm,cancelButtonText=props.cancelButtonText,cancelButtonProps=props.cancelButtonProps,onCancel=props.onCancel,TitleProps=props.TitleProps,ContentProps=props.ContentProps,disableBackdropClickProp=props.disableBackdropClick,ActionsProps=props.ActionsProps,children=props.children,onClose=props.onClose,open=props.open,rest=tslib_1.__rest(props,["childrenSize","title","footer","loadingOverlay","loading","confirmButtonText","confirmButtonProps","onConfirm","cancelButtonText","cancelButtonProps","onCancel","TitleProps","ContentProps","disableBackdropClick","ActionsProps","children","onClose","open"]),isXsmall="small"===childrenSize,isLoading=loading||loadingOverlay,disableBackdropClick=null!=disableBackdropClickProp?disableBackdropClickProp:isLoading,handleClose=foundation_1.useEventCallback((function(e,reason){"backdropClick"===reason&&disableBackdropClick||(null==onClose||onClose(e,reason),null==onCancel||onCancel(e,reason))}));return react_1.default.createElement(Dialog_1.RcDialog,tslib_1.__assign({ref,childrenSize,disableEscapeKeyDown:isLoading,onClose:handleClose,open},rest),react_1.default.createElement(Loading_1.RcLoading,{loading:loadingOverlay},react_1.default.createElement(Dialog_1.RcDialogTitle,tslib_1.__assign({"data-test-automation-id":"DialogTitle"},TitleProps),title),react_1.default.createElement(Dialog_1.RcDialogContent,tslib_1.__assign({"data-test-automation-id":"DialogContent"},ContentProps),"string"==typeof children?react_1.default.createElement(Dialog_1.RcDialogContentText,null,children):children),null!==footer&&react_1.default.createElement(Dialog_1.RcDialogActions,tslib_1.__assign({"data-test-automation-id":"DialogActions"},ActionsProps),footer||react_1.default.createElement(react_1.default.Fragment,null,cancelButtonText&&react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({fullWidth:isXsmall,variant:"text",onClick:function(e){return null==onCancel?void 0:onCancel(e,"cancelClick")},"data-test-automation-id":"DialogCancelButton",disabled:loading},cancelButtonProps),cancelButtonText),confirmButtonText&&react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({fullWidth:isXsmall,onClick:onConfirm,variant:"contained","data-test-automation-id":"DialogOKButton",disabled:loading,loading},confirmButtonProps),confirmButtonText)))))})),RcPopupBox=foundation_1.styled(_RcPopupBox)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcPopupBox=RcPopupBox,RcPopupBox.defaultProps={};try{RcPopupBox.displayName="RcPopupBox",RcPopupBox.__docgenInfo={description:"display a simple message or display a message and take user's confirmation on it or display a popup to take a user's input value",displayName:"RcPopupBox",props:{footer:{defaultValue:null,description:"footer render",name:"footer",required:!1,type:{name:"ReactNode"}},title:{defaultValue:null,description:"title render",name:"title",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},loading:{defaultValue:null,description:"when loading, all action button will be disabled\nand confirm button will be loading,\n\n- when loading is `true`, `disableEscapeKeyDown`, `disableBackdropClick` will be `true`\n- you still can set those value with target props,\n@example",name:"loading",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},ContentProps:{defaultValue:null,description:"",name:"ContentProps",required:!1,type:{name:"RcDialogContentProps"}},loadingOverlay:{defaultValue:null,description:"show loadingOverlay to cover whole modal\n\n- when loadingOverlay is `true`, `disableEscapeKeyDown`, `disableBackdropClick` will be `true`\n- you still can set those value with target props,\n@example",name:"loadingOverlay",required:!1,type:{name:"boolean"}},confirmButtonText:{defaultValue:null,description:"content on confirm button",name:"confirmButtonText",required:!1,type:{name:"ReactNode"}},confirmButtonProps:{defaultValue:null,description:"props apply for cancel button",name:"confirmButtonProps",required:!1,type:{name:"RcButtonProps"}},onConfirm:{defaultValue:null,description:"trigger when confirm",name:"onConfirm",required:!1,type:{name:"((event?: MouseEvent) => any)"}},cancelButtonText:{defaultValue:null,description:"content on cancel button",name:"cancelButtonText",required:!1,type:{name:"ReactNode"}},cancelButtonProps:{defaultValue:null,description:"props apply for cancel button",name:"cancelButtonProps",required:!1,type:{name:"RcButtonProps"}},onCancel:{defaultValue:null,description:"trigger when cancel",name:"onCancel",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown" | "cancelClick") => void)'}},TitleProps:{defaultValue:null,description:"",name:"TitleProps",required:!1,type:{name:"RcDialogTitleProps"}},ActionsProps:{defaultValue:null,description:"",name:"ActionsProps",required:!1,type:{name:"RcDialogActionsProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PopupBox/PopupBox.tsx#RcPopupBox"]={docgenInfo:RcPopupBox.__docgenInfo,name:"RcPopupBox",path:"packages/juno-core/src/components/PopupBox/PopupBox.tsx#RcPopupBox"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PopupBox/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/PopupBox/PopupBox.tsx"),exports)},"./packages/juno-core/src/components/Portal/Portal.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),Portal_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Portal/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcPortal=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcPortal"});return react_1.default.createElement(Portal_1.default,tslib_1.__assign({},props))};exports.RcPortal=RcPortal;try{RcPortal.displayName="RcPortal",RcPortal.__docgenInfo={description:"",displayName:"RcPortal",props:{children:{defaultValue:null,description:"The children to render into the `container`.",name:"children",required:!1,type:{name:"ReactNode"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Portal/Portal.tsx#RcPortal"]={docgenInfo:RcPortal.__docgenInfo,name:"RcPortal",path:"packages/juno-core/src/components/Portal/Portal.tsx#RcPortal"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Portal/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Portal/Portal.tsx"),exports)},"./packages/juno-core/src/components/PortalHost/Connectable/Connectable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var types_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/types.ts"),Connectable=function(){function Connectable(scheduler){this.scheduler=scheduler,this._connector=null}return Object.defineProperty(Connectable.prototype,"_isConnected",{get:function(){return Boolean(this._connector)},enumerable:!0,configurable:!0}),Connectable.prototype[types_1.ConnectSymbol]=function(connector){var _this=this;if(this._isConnected)throw Error("Only one connector is allowed to connect!");return this._connector=connector,this.onConnected(),function(){_this.onDisconnected()}},Connectable.prototype.onConnected=function(){},Connectable.prototype.onDisconnected=function(){var _a;null===(_a=this.scheduler)||void 0===_a||_a.clear(),this._connector=null},Connectable.prototype.emit=function(value){var _this=this;if(this._isConnected){var task=function(){var _a;null===(_a=_this._connector)||void 0===_a||_a.call(_this,value)};this.scheduler?this.scheduler.schedule(task):task()}},Connectable}();exports.Connectable=Connectable},"./packages/juno-core/src/components/PortalHost/Connectable/ThrottleScheduler.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ThrottleScheduler=function(){function ThrottleScheduler(){this._lastTask=null}return ThrottleScheduler.prototype.schedule=function(task){var _this=this;this._timeoutID||(this._timeoutID=window.setTimeout((function(){var _a;_this._timeoutID=void 0,null===(_a=_this._lastTask)||void 0===_a||_a.call(_this)}))),this._lastTask=task},ThrottleScheduler.prototype.clear=function(){window.clearTimeout(this._timeoutID),this._lastTask=null,this._timeoutID=void 0},ThrottleScheduler}();exports.ThrottleScheduler=ThrottleScheduler},"./packages/juno-core/src/components/PortalHost/Connectable/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/ThrottleScheduler.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/Connectable.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/types.ts"),exports)},"./packages/juno-core/src/components/PortalHost/Connectable/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.ConnectSymbol=Symbol("connect")},"./packages/juno-core/src/components/PortalHost/PortalHost.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Connectable_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts"),context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts"),PortalRenderer_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalRenderer.tsx"),RcPortalHost=function(_a){var manager=_a.manager,_b=tslib_1.__read(react_1.useState([]),2),portals=_b[0],setPortals=_b[1],managerRef=react_1.useRef(manager);return react_1.useEffect((function(){return managerRef.current[Connectable_1.ConnectSymbol]((function(portalDescriptors){setPortals(portalDescriptors)}))}),[]),react_1.default.createElement(context_1.PortalManagerProvider,{value:managerRef.current},portals.map((function(portal){return react_1.default.createElement(PortalRenderer_1.RcPortalRenderer,{key:portal.id,portalDescriptor:portal})})))};exports.RcPortalHost=RcPortalHost,RcPortalHost.displayName="RcPortalHost";try{RcPortalHost.displayName="RcPortalHost",RcPortalHost.__docgenInfo={description:"",displayName:"RcPortalHost",props:{manager:{defaultValue:null,description:"",name:"manager",required:!0,type:{name:"PortalManager<{}>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PortalHost/PortalHost.tsx#RcPortalHost"]={docgenInfo:RcPortalHost.__docgenInfo,name:"RcPortalHost",path:"packages/juno-core/src/components/PortalHost/PortalHost.tsx#RcPortalHost"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PortalHost/PortalManager/PortalManager.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Connectable_1=(__webpack_require__("./packages/juno-core/src/foundation/index.ts"),__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts")),PortalStore_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/PortalStore.ts"),types_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/types.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/utils.ts"),PortalManager=function(_super){function PortalManager(scheduler){void 0===scheduler&&(scheduler=new Connectable_1.ThrottleScheduler);var _this=_super.call(this,scheduler)||this;return _this.portalStore=new PortalStore_1.PortalStore,_this._feedbackMap=new Map,_this._uniqIdUtils=new utils_1.UniqIdUtil,_this.portalStore[Connectable_1.ConnectSymbol]((function(portals){return _this.emit(portals)})),_this}return tslib_1.__extends(PortalManager,_super),PortalManager.prototype.open=function(Component,options){var _this=this;void 0===options&&(options={});var _id=options.id,props=options.props,data=options.data,id=null!=_id?_id:this._uniqIdUtils.get(),currPortal=this.portalStore.get(id);if(null==currPortal?void 0:currPortal.open)return currPortal.portalController;var portalDescriptor=this.createPortalDescriptor({Component,id,props,data});return currPortal?currPortal.portalController.onClosed.then((function(){_this._openPortal(portalDescriptor)})):this._openPortal(portalDescriptor),portalDescriptor.portalController},PortalManager.prototype.closeAll=function(){var _this=this;this.portalStore.batch((function(store){var e_1,_a;try{for(var _b=tslib_1.__values(_this.portalStore.portals),_c=_b.next();!_c.done;_c=_b.next()){var portal=_c.value;store.addOrUpdate(tslib_1.__assign(tslib_1.__assign({},portal),{open:!1}))}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}}))},PortalManager.prototype.getTop=function(){var _a;return null===(_a=this.portalStore.lastPortal)||void 0===_a?void 0:_a.portalController},PortalManager.prototype.getByID=function(id){var _a;return null===(_a=this.portalStore.get(id))||void 0===_a?void 0:_a.portalController},PortalManager.prototype.isOpened=function(id){var portal=this.portalStore.get(id);return Boolean(null==portal?void 0:portal.open)},PortalManager.prototype.isTop=function(id){var _a;return(null===(_a=this.portalStore.lastPortal)||void 0===_a?void 0:_a.id)===id},PortalManager.prototype.closeByID=function(id,feedback){var portal=this.portalStore.get(id);(null==portal?void 0:portal.open)&&(this._feedbackMap.set(portal.id,feedback),this.portalStore.addOrUpdate(tslib_1.__assign(tslib_1.__assign({},portal),{open:!1})))},PortalManager.prototype[types_1.UnmountSymbol]=function(id){var portal=this.portalStore.get(id);portal&&this.portalStore.delete(portal.id)},PortalManager.prototype.updatePropsByID=function(id,propsOrHandler){var portal=this.portalStore.get(id);if(null==portal?void 0:portal.open){var props="function"==typeof propsOrHandler?propsOrHandler(portal.props):propsOrHandler;this.portalStore.addOrUpdate(tslib_1.__assign(tslib_1.__assign({},portal),{props}))}},PortalManager.prototype.onConnected=function(){_super.prototype.onConnected.call(this),this.portalStore.forceEmit()},PortalManager.prototype.onDisconnected=function(){_super.prototype.onDisconnected.call(this),this.portalStore.clear(),this._feedbackMap.clear()},PortalManager.prototype._openPortal=function(portal){this.portalStore.addOrUpdate(portal)},PortalManager.prototype.createPortalDescriptor=function(_a){var _this=this,props=_a.props,data=_a.data,Component=_a.Component,id=_a.id,_b=tslib_1.__read(utils_1.createPromise(),2),onOpened=_b[0],resolveOnOpened=_b[1],_c=tslib_1.__read(utils_1.createPromise(),2),onClosed=_c[0],resolveOnClosed=_c[1];return{id,Component,onMounted:function(){resolveOnOpened()},onUnmounted:function(){var feedback=_this._feedbackMap.get(id);_this._feedbackMap.delete(id),resolveOnClosed(feedback)},props,onClose:function(feedback){_this.closeByID(id,feedback)},open:!0,portalController:{id,onOpened,onClosed,close:function(feedback){_this.closeByID(id,feedback)},updateProps:function(propsOrHandler){_this.updatePropsByID(id,propsOrHandler)},data,get isOpened(){return _this.isOpened(id)},get isTop(){return _this.isTop(id)}}}},PortalManager}(Connectable_1.Connectable);exports.PortalManager=PortalManager},"./packages/juno-core/src/components/PortalHost/PortalManager/PortalStore.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),PortalStore=function(_super){function PortalStore(){var _this=null!==_super&&_super.apply(this,arguments)||this;return _this._portalMap=new Map,_this._batchMode=!1,_this}return tslib_1.__extends(PortalStore,_super),Object.defineProperty(PortalStore.prototype,"size",{get:function(){return this._portalMap.size},enumerable:!0,configurable:!0}),Object.defineProperty(PortalStore.prototype,"lastPortal",{get:function(){var e_1,_a,lastPortal;try{for(var _b=tslib_1.__values(this.portals),_c=_b.next();!_c.done;_c=_b.next()){lastPortal=_c.value}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}return lastPortal},enumerable:!0,configurable:!0}),Object.defineProperty(PortalStore.prototype,"portals",{get:function(){return this._portalMap.values()},enumerable:!0,configurable:!0}),PortalStore.prototype.addOrUpdate=function(portal){this._portalMap.set(portal.id,portal),this._batchMode||this._emitChanges()},PortalStore.prototype.delete=function(id){this._portalMap.delete(id),this._batchMode||this._emitChanges()},PortalStore.prototype.clear=function(){this._portalMap.clear(),this._batchMode||this._emitChanges()},PortalStore.prototype.has=function(id){return this._portalMap.has(id)},PortalStore.prototype.get=function(id){return this._portalMap.get(id)},PortalStore.prototype.batch=function(handle){this._batchMode=!0;try{handle(this)}finally{this._batchMode=!1,this._emitChanges()}},PortalStore.prototype.forceEmit=function(){this._emitChanges()},PortalStore.prototype._emitChanges=function(){this.emit(tslib_1.__spread(this.portals))},PortalStore}(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts").Connectable);exports.PortalStore=PortalStore},"./packages/juno-core/src/components/PortalHost/PortalManager/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/PortalManager.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/PortalStore.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/types.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/utils.ts"),exports)},"./packages/juno-core/src/components/PortalHost/PortalManager/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.UnmountSymbol=Symbol("UmountPortal")},"./packages/juno-core/src/components/PortalHost/PortalManager/utils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.createPromise=function(){var resolvePromise=null;return[new Promise((function(resolve){resolvePromise=resolve})),resolvePromise]};var UniqIdUtil=function(){function UniqIdUtil(){this._currentNumber=0}return UniqIdUtil.prototype.get=function(){return String(this._currentNumber++)},UniqIdUtil}();exports.UniqIdUtil=UniqIdUtil},"./packages/juno-core/src/components/PortalHost/PortalRenderer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts"),RcPortalRenderer=function(_a){var portalDescriptor=_a.portalDescriptor,Component=portalDescriptor.Component,_props=portalDescriptor.props,onMounted=portalDescriptor.onMounted,onUnmounted=portalDescriptor.onUnmounted,onClose=portalDescriptor.onClose,open=portalDescriptor.open,id=portalDescriptor.id;react_1.useEffect((function(){return onMounted(),function(){return onUnmounted()}}),[]);var element=react_1.useMemo((function(){var props=tslib_1.__assign(tslib_1.__assign({},_props),{onClose,open});return react_1.default.createElement(Component,tslib_1.__assign({},props))}),[_props,open]);return react_1.default.createElement(context_1.PortalIDProvider,{value:id},element)};exports.RcPortalRenderer=RcPortalRenderer,RcPortalRenderer.displayName="RcPortalRenderer";try{RcPortalRenderer.displayName="RcPortalRenderer",RcPortalRenderer.__docgenInfo={description:"private, do not use this directly",displayName:"RcPortalRenderer",props:{portalDescriptor:{defaultValue:null,description:"",name:"portalDescriptor",required:!0,type:{name:"PortalDescriptor<{}, {}, any>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PortalHost/PortalRenderer.tsx#RcPortalRenderer"]={docgenInfo:RcPortalRenderer.__docgenInfo,name:"RcPortalRenderer",path:"packages/juno-core/src/components/PortalHost/PortalRenderer.tsx#RcPortalRenderer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js"));exports.HasPortalParentContext=react_1.createContext(!1),exports.HasPortalParentProvider=function(_a){var children=_a.children;return react_1.default.createElement(exports.HasPortalParentContext.Provider,{value:!0},children)};try{HasPortalParentProvider.displayName="HasPortalParentProvider",HasPortalParentProvider.__docgenInfo={description:"",displayName:"HasPortalParentProvider",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx#HasPortalParentProvider"]={docgenInfo:HasPortalParentProvider.__docgenInfo,name:"HasPortalParentProvider",path:"packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx#HasPortalParentProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PortalHost/context/PortalIDContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.PortalIDContext=react_1.createContext(void 0),exports.PortalIDProvider=exports.PortalIDContext.Provider},"./packages/juno-core/src/components/PortalHost/context/PortalManagerContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.PortalManagerContext=react_1.createContext(void 0),exports.PortalManagerProvider=exports.PortalManagerContext.Provider},"./packages/juno-core/src/components/PortalHost/context/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/context/PortalIDContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/context/PortalManagerContext.ts"),exports)},"./packages/juno-core/src/components/PortalHost/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts"),exports);var context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts");exports.HasPortalParentProvider=context_1.HasPortalParentProvider,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalHost.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/index.ts"),exports)},"./packages/juno-core/src/components/PortalHost/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/usePortalManagerWithID.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/useUnmountPortalHandler.ts"),exports)},"./packages/juno-core/src/components/PortalHost/utils/usePortalManagerWithID.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts"),HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx");exports.usePortalManagerWithID=function(){var manager=react_1.useContext(context_1.PortalManagerContext),id=react_1.useContext(context_1.PortalIDContext);if(!react_1.useContext(HasPortalParentContext_1.HasPortalParentContext)&&manager&&void 0!==id)return{manager,id}}},"./packages/juno-core/src/components/PortalHost/utils/useUnmountPortalHandler.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),PortalManager_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/index.ts"),usePortalManagerWithID_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/usePortalManagerWithID.ts");exports.useUnmountPortalHandler=function(handler){var managerWithID=usePortalManagerWithID_1.usePortalManagerWithID();return foundation_1.useEventCallback((function(node){if(null==handler||handler(node),managerWithID){var manager=managerWithID.manager,id=managerWithID.id;manager[PortalManager_1.UnmountSymbol](id)}}))}},"./packages/juno-core/src/components/Presence/Presence.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),assets_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/index.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Presence/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Presence/utils/index.ts"),_RcPresence=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPresence"}),type=props.type,color=props.color,size=props.size,borderSize=props.borderSize,rest=tslib_1.__rest(props,["type","color","size","borderSize"]),sizeProps={iconSizeValue:utils_1.RcPresenceSizes[size][0],borderSizeValue:utils_1.RcPresenceSizes[borderSize||size][1],type},symbol=function(){switch(type){case"DND":return assets_1.Dnd;case"available":case"attended":return assets_1.Check;case"unAttended":return assets_1.Unattended;case"offline":case"unavailable":case"notReady":return assets_1.Offline;default:return assets_1.Default}}();return react_1.default.createElement(styles_1.PresenceContainer,tslib_1.__assign({ref},sizeProps,rest),react_1.default.createElement(styles_1.StyledPresence,tslib_1.__assign({},sizeProps,{color}),react_1.default.createElement(Icon_1.RcIcon,{symbol,color:color||utils_1.RcPresenceColors[type],size:"inherit"})))})),RcPresence=foundation_1.styled(_RcPresence)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcPresence=RcPresence,RcPresence.defaultProps={size:"xsmall",type:"notReady"},RcPresence.displayName="RcPresence";try{RcPresence.displayName="RcPresence",RcPresence.__docgenInfo={description:"",displayName:"RcPresence",props:{color:{defaultValue:null,description:"other custom color with presence",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},type:{defaultValue:{value:"notReady"},description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}},size:{defaultValue:{value:"xsmall"},description:"size of presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},borderSize:{defaultValue:null,description:"custom presence border, default is equal to size",name:"borderSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/Presence.tsx#RcPresence"]={docgenInfo:RcPresence.__docgenInfo,name:"RcPresence",path:"packages/juno-core/src/components/Presence/Presence.tsx#RcPresence"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Presence/assets/Check.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Check=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("g",{id:"Available"},react_1.default.createElement("path",{id:"Shape",fill:"#3c9949",d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"})),react_1.default.createElement("path",{fill:"#fff",d:"M24.62,10.38,17.51,23.72A2.19,2.19,0,0,1,16,24.89h-.41a2.17,2.17,0,0,1-1.37-.53L8,19a2.22,2.22,0,0,1,2.38-3.7,2,2,0,0,1,.39.32L14.9,19.2,20.71,8.3a2.22,2.22,0,0,1,2.94-1.07h0a2.15,2.15,0,0,1,1.15,1.25,2.23,2.23,0,0,1-.08,1.7l-.11.21Z"}))})));Check.displayName="Check",Check.iconName="check",exports.default=Check},"./packages/juno-core/src/components/Presence/assets/Default.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Default=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("circle",{cx:"16",cy:"16",r:"16"}))})));Default.displayName="Default",Default.iconName="default",exports.default=Default},"./packages/juno-core/src/components/Presence/assets/Dnd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Dnd=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{fill:"#dd6057",d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}),react_1.default.createElement("path",{fill:"#fff",d:"M24.44,18.22H7.56a2.22,2.22,0,1,1,0-4.44H24.44a2.22,2.22,0,0,1,0,4.44Z"}))})));Dnd.displayName="Dnd",Dnd.iconName="dnd",exports.default=Dnd},"./packages/juno-core/src/components/Presence/assets/Offline.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Offline=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Zm0,27.2A11.2,11.2,0,1,1,27.2,16,11.19,11.19,0,0,1,16,27.2Z"}))})));Offline.displayName="Offline",Offline.iconName="offline",exports.default=Offline},"./packages/juno-core/src/components/Presence/assets/Unattended.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Unattended=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{fill:"#dd6057",d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}),react_1.default.createElement("path",{fill:"#fff",d:"M23.54,20.39a2.23,2.23,0,0,1-3.15,3.15h0L16,19.15l-4.39,4.39a2.23,2.23,0,0,1-3.15-3.15h0L12.85,16,8.46,11.61a2.23,2.23,0,0,1,3.15-3.15L16,12.85l4.39-4.39a2.23,2.23,0,0,1,3.15,3.15h0L19.15,16Z"}))})));Unattended.displayName="Unattended",Unattended.iconName="unattended",exports.default=Unattended},"./packages/juno-core/src/components/Presence/assets/index.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var Unattended_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Unattended.tsx");exports.Unattended=Unattended_1.default;var Check_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Check.tsx");exports.Check=Check_1.default;var Default_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Default.tsx");exports.Default=Default_1.default;var Offline_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Offline.tsx");exports.Offline=Offline_1.default;var Dnd_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Dnd.tsx");exports.Dnd=Dnd_1.default},"./packages/juno-core/src/components/Presence/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/Presence.tsx"),exports)},"./packages/juno-core/src/components/Presence/styles/StyledPresence.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports._StyledPresence=react_1.forwardRef((function(_a,ref){_a.color,_a.type,_a.iconSizeValue,_a.borderSizeValue;var rest=tslib_1.__rest(_a,["color","type","iconSizeValue","borderSizeValue"]);return react_1.default.createElement("div",tslib_1.__assign({ref},rest))})),exports.StyledPresence=foundation_1.styled(exports._StyledPresence)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n box-sizing: content-box;\n\n ",";\n"],["\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n box-sizing: content-box;\n\n ",";\n"])),(function(_a){var iconSizeValue=_a.iconSizeValue,borderSizeValue=_a.borderSizeValue,color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n height: ","px;\n background: ",";\n ",";\n "," {\n svg {\n width: ","px;\n height: ","px;\n }\n }\n "],["\n width: ","px;\n height: ","px;\n background: ",";\n ",";\n "," {\n svg {\n width: ","px;\n height: ","px;\n }\n }\n "])),iconSizeValue,iconSizeValue,color?foundation_1.getParsePaletteColor(color):foundation_1.palette2("neutral","l01"),foundation_1.fakeBorder({inset:!1,color:foundation_1.palette2("neutral","l01"),size:borderSizeValue}),Icon_1.RcIcon,iconSizeValue,iconSizeValue)})),exports.PresenceContainer=foundation_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),(function(_a){var iconSizeValue=_a.iconSizeValue,borderSizeValue=_a.borderSizeValue;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n width: ","px;\n height: ","px;\n padding: ","px;\n "],["\n display: flex;\n justify-content: center;\n width: ","px;\n height: ","px;\n padding: ","px;\n "])),iconSizeValue,iconSizeValue,borderSizeValue)}));try{_StyledPresence.displayName="_StyledPresence",_StyledPresence.__docgenInfo={description:"",displayName:"_StyledPresence",props:{iconSizeValue:{defaultValue:null,description:"sizeValue in px",name:"iconSizeValue",required:!0,type:{name:"number"}},borderSizeValue:{defaultValue:null,description:"border size value in px *",name:"borderSizeValue",required:!0,type:{name:"number"}},type:{defaultValue:null,description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}},color:{defaultValue:null,description:"other custom color with presence",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#_StyledPresence"]={docgenInfo:_StyledPresence.__docgenInfo,name:"_StyledPresence",path:"packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#_StyledPresence"})}catch(__react_docgen_typescript_loader_error){}try{StyledPresence.displayName="StyledPresence",StyledPresence.__docgenInfo={description:"",displayName:"StyledPresence",props:{color:{defaultValue:null,description:"other custom color with presence",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},type:{defaultValue:null,description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}},iconSizeValue:{defaultValue:null,description:"sizeValue in px",name:"iconSizeValue",required:!0,type:{name:"number"}},borderSizeValue:{defaultValue:null,description:"border size value in px *",name:"borderSizeValue",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#StyledPresence"]={docgenInfo:StyledPresence.__docgenInfo,name:"StyledPresence",path:"packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#StyledPresence"})}catch(__react_docgen_typescript_loader_error){}try{PresenceContainer.displayName="PresenceContainer",PresenceContainer.__docgenInfo={description:"",displayName:"PresenceContainer",props:{iconSizeValue:{defaultValue:null,description:"sizeValue in px",name:"iconSizeValue",required:!0,type:{name:"number"}},borderSizeValue:{defaultValue:null,description:"border size value in px *",name:"borderSizeValue",required:!0,type:{name:"number"}},type:{defaultValue:null,description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#PresenceContainer"]={docgenInfo:PresenceContainer.__docgenInfo,name:"PresenceContainer",path:"packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#PresenceContainer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Presence/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/styles/StyledPresence.tsx"),exports)},"./packages/juno-core/src/components/Presence/utils/RcPresenceUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPresenceSizes={xxsmall:[8,1],xsmall:[10,1],small:[10,2],medium:[12,2],large:[16,2],xlarge:[20,2]};var presenceOn=foundation_1.palette2("presence","available"),presenceBusy=foundation_1.palette2("presence","busy"),presenceOff=foundation_1.palette2("presence","invisible");exports.RcPresenceColors={available:presenceOn,attended:presenceOn,unAttended:presenceBusy,onCall:presenceBusy,inMeeting:presenceBusy,DND:presenceBusy,busy:presenceBusy,unavailable:presenceOff,notReady:presenceOff,offline:presenceOff}},"./packages/juno-core/src/components/Presence/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/utils/RcPresenceUtils.tsx"),exports)},"./packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CircularProgress_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CircularProgress/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/utils/index.ts"),_RcCircularProgress=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCircularProgress"}),classesProp=props.classes,rest=(props.color,tslib_1.__rest(props,["classes","color"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCircularProgressClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CircularProgress_1.default,tslib_1.__assign({},rest,{color:"inherit",ref,classes}))})),RcCircularProgress=foundation_1.styled(_RcCircularProgress)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CircularProgressStyle);exports.RcCircularProgress=RcCircularProgress,RcCircularProgress.defaultProps={size:24,color:"interactive.f01"},RcCircularProgress.displayName="RcCircularProgress";try{RcCircularProgress.displayName="RcCircularProgress",RcCircularProgress.__docgenInfo={description:"",displayName:"RcCircularProgress",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:{value:"interactive.f01"},description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"static"'},{value:'"determinate"'},{value:'"indeterminate"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate variant.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},disableShrink:{defaultValue:null,description:"If `true`, the shrink animation is disabled.\nThis only works if variant is `indeterminate`.",name:"disableShrink",required:!1,type:{name:"boolean"}},size:{defaultValue:{value:"24"},description:"The size of the circle.\nIf using a number, the pixel unit is assumed.\nIf using a string, you need to provide the CSS unit, e.g '3rem'.",name:"size",required:!1,type:{name:"string | number"}},thickness:{defaultValue:null,description:"The thickness of the circle.",name:"thickness",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx#RcCircularProgress"]={docgenInfo:RcCircularProgress.__docgenInfo,name:"RcCircularProgress",path:"packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx#RcCircularProgress"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/CircularProgress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx"),exports)},"./packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CircularProgressStyle=function(props){var color=props.color,currColor=foundation_1.getParsePaletteColor(color);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n "],["\n color: ",";\n "])),currColor)};try{CircularProgressStyle.displayName="CircularProgressStyle",CircularProgressStyle.__docgenInfo={description:"",displayName:"CircularProgressStyle",props:{color:{defaultValue:null,description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"static"'},{value:'"determinate"'},{value:'"indeterminate"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate variant.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},disableShrink:{defaultValue:null,description:"If `true`, the shrink animation is disabled.\nThis only works if variant is `indeterminate`.",name:"disableShrink",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"The size of the circle.\nIf using a number, the pixel unit is assumed.\nIf using a string, you need to provide the CSS unit, e.g '3rem'.",name:"size",required:!1,type:{name:"string | number"}},thickness:{defaultValue:null,description:"The thickness of the circle.",name:"thickness",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx#CircularProgressStyle"]={docgenInfo:CircularProgressStyle.__docgenInfo,name:"CircularProgressStyle",path:"packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx#CircularProgressStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/CircularProgress/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx"),exports)},"./packages/juno-core/src/components/Progress/CircularProgress/utils/CircularProgressUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCircularProgressClasses=foundation_1.RcClasses([],"RcCircularProgress")},"./packages/juno-core/src/components/Progress/CircularProgress/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/utils/CircularProgressUtils.ts"),exports)},"./packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),LinearProgress_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/LinearProgress/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/utils/index.ts"),_RcLinearProgress=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcLinearProgress"}),classesProp=props.classes,rest=(props.color,tslib_1.__rest(props,["classes","color"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcLinearProgressClasses,classesProp)}),[classesProp]);return react_1.default.createElement(LinearProgress_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcLinearProgress=foundation_1.styled(_RcLinearProgress)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.LinearProgressStyle);exports.RcLinearProgress=RcLinearProgress,RcLinearProgress.defaultProps={color:"interactive.f01"},RcLinearProgress.displayName="RcLinearProgress";try{RcLinearProgress.displayName="RcLinearProgress",RcLinearProgress.__docgenInfo={description:"",displayName:"RcLinearProgress",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:{value:"interactive.f01"},description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate or query when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"determinate"'},{value:'"indeterminate"'},{value:'"buffer"'},{value:'"query"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate and buffer variants.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},valueBuffer:{defaultValue:null,description:"The value for the buffer variant.\nValue between 0 and 100.",name:"valueBuffer",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx#RcLinearProgress"]={docgenInfo:RcLinearProgress.__docgenInfo,name:"RcLinearProgress",path:"packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx#RcLinearProgress"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/LinearProgress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx"),exports)},"./packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/utils/index.ts");exports.LinearProgressStyle=function(props){var _a=tslib_1.__read(foundation_1.getContrastBgColor(props),2),currColor=_a[0],contrastBgColor=_a[1];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:not(.","),\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-image: radial-gradient(\n "," 0%,\n "," 16%,\n transparent 42%\n );\n }\n "],["\n &:not(.","),\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-image: radial-gradient(\n "," 0%,\n "," 16%,\n transparent 42%\n );\n }\n "])),utils_1.RcLinearProgressClasses.buffer,utils_1.RcLinearProgressClasses.colorPrimary,contrastBgColor,utils_1.RcLinearProgressClasses.barColorPrimary,currColor,utils_1.RcLinearProgressClasses.dashedColorPrimary,contrastBgColor,contrastBgColor)};try{LinearProgressStyle.displayName="LinearProgressStyle",LinearProgressStyle.__docgenInfo={description:"",displayName:"LinearProgressStyle",props:{color:{defaultValue:null,description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate or query when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"determinate"'},{value:'"indeterminate"'},{value:'"buffer"'},{value:'"query"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate and buffer variants.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},valueBuffer:{defaultValue:null,description:"The value for the buffer variant.\nValue between 0 and 100.",name:"valueBuffer",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx#LinearProgressStyle"]={docgenInfo:LinearProgressStyle.__docgenInfo,name:"LinearProgressStyle",path:"packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx#LinearProgressStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/LinearProgress/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx"),exports)},"./packages/juno-core/src/components/Progress/LinearProgress/utils/LinearProgressUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcLinearProgressClasses=foundation_1.RcClasses(["buffer","colorPrimary","barColorPrimary","dashedColorPrimary"],"RcLinearProgress")},"./packages/juno-core/src/components/Progress/LinearProgress/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/utils/LinearProgressUtils.ts"),exports)},"./packages/juno-core/src/components/Progress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/index.ts"),exports)},"./packages/juno-core/src/components/Rating/Rating.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Rating_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/Rating/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Rating/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Rating/utils/index.ts"),defaultIcon=react_1.default.createElement(Icon_1.RcIcon,{size:"xlarge",symbol:juno_icon_1.Star}),defaultEmptyIcon=react_1.default.createElement(Icon_1.RcIcon,{size:"xlarge",symbol:juno_icon_1.StarBorder}),_RcRating=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcRating"}),TooltipProps=props.TooltipProps,disableTooltip=props.disableTooltip,classesProp=props.classes,onChangeActiveProp=props.onChangeActive,max=props.max,tooltips=props.tooltips,rest=(props.emphasized,props.color,tslib_1.__rest(props,["TooltipProps","disableTooltip","classes","onChangeActive","max","tooltips","emphasized","color"])),tooltipOpenStatus=react_1.useMemo((function(){for(var tooltipOpenStatus=[],i=0;i>"}},disabled:{defaultValue:null,description:"If `true`, the rating will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | null) => void)"}},defaultValue:{defaultValue:null,description:"The default value. Use when the component is not controlled.",name:"defaultValue",required:!1,type:{name:"number"}},color:{defaultValue:{value:"neutral.f06"},description:"color for rating icon, when is not emphasized",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},icon:{defaultValue:{value:""},description:"The icon to display.",name:"icon",required:!1,type:{name:"ReactNode"}},name:{defaultValue:{value:"rating"},description:"The name attribute of the radio `input` elements.\nIf `readOnly` is false, the prop is required,\nthis input name`should be unique within the parent form.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The rating value.",name:"value",required:!1,type:{name:"number | null"}},max:{defaultValue:{value:"5"},description:"Maximum rating.",name:"max",required:!1,type:{name:"number"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip`",name:"TooltipProps",required:!1,type:{name:'Pick, "slot" | "style" | "classes" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 270 more ... | "injectGlobalStyle">'}},readOnly:{defaultValue:null,description:"Removes all hover effects and pointer events.",name:"readOnly",required:!1,type:{name:"boolean"}},emptyIcon:{defaultValue:{value:""},description:"The icon to display when empty.",name:"emptyIcon",required:!1,type:{name:"ReactNode"}},emptyLabelText:{defaultValue:null,description:"The label read when the rating input is empty.",name:"emptyLabelText",required:!1,type:{name:"ReactNode"}},getLabelText:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@returns",name:"getLabelText",required:!1,type:{name:"((value: number) => string)"}},onChangeActive:{defaultValue:null,description:"Callback function that is fired when the hover state changes.\n@param \n@param",name:"onChangeActive",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number) => void)"}},tooltips:{defaultValue:{value:"[]"},description:"content of tooltip, array for each icon, `['first icon', 'second icon', ...]`",name:"tooltips",required:!1,type:{name:"string[]"}},emphasized:{defaultValue:{value:"true"},description:"whether use emphasized style, emphasized means will use palette color `warning.f02`",name:"emphasized",required:!1,type:{name:"boolean"}},disableTooltip:{defaultValue:{value:"false"},description:"disable tooltip",name:"disableTooltip",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Rating/Rating.tsx#RcRating"]={docgenInfo:RcRating.__docgenInfo,name:"RcRating",path:"packages/juno-core/src/components/Rating/Rating.tsx#RcRating"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Rating/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/Rating.tsx"),exports)},"./packages/juno-core/src/components/Rating/styles/RatingStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Rating/utils/index.ts"),getColor=function(_a){var emphasized=_a.emphasized,color=_a.color;return emphasized?foundation_1.palette2("warning","f01"):foundation_1.getParsePaletteColor(color)};exports.RatingStyle=function(props){var icon=props.icon,emptyIcon=props.emptyIcon,emphasized=props.emphasized,color=props.color,isIcon=react_1.default.isValidElement(icon)&&react_1.default.isValidElement(emptyIcon)&&foundation_1.isRcElement(icon,["RcIcon"])&&foundation_1.isRcElement(emptyIcon,["RcIcon"]);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n &.","\n .",",\n input:focus\n + ."," {\n outline: none;\n border-radius: ",";\n box-shadow: 0 0 0 1px ",";\n }\n\n ."," {\n transform: scale(1, 1);\n }\n\n ."," {\n padding: 0 8px;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n &."," {\n opacity: 1;\n\n ."," {\n ","\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," ."," {\n padding: 0 8px;\n }\n "],["\n &.","\n .",",\n input:focus\n + ."," {\n outline: none;\n border-radius: ",";\n box-shadow: 0 0 0 1px ",";\n }\n\n ."," {\n transform: scale(1, 1);\n }\n\n ."," {\n padding: 0 8px;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n &."," {\n opacity: 1;\n\n ."," {\n ","\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," ."," {\n padding: 0 8px;\n }\n "])),utils_1.RcRatingClasses.focusVisible,utils_1.RcRatingClasses.iconActive,utils_1.RcRatingClasses.pristine,foundation_1.radius("xxl"),foundation_1.focusVisibleColor,utils_1.RcRatingClasses.iconActive,utils_1.RcRatingClasses.label,utils_1.RcRatingClasses.iconFilled,getColor,utils_1.RcRatingClasses.iconEmpty,foundation_1.palette2("neutral","f04"),utils_1.RcRatingClasses.disabled,utils_1.RcRatingClasses.iconFilled,isIcon?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n "],["\n color: ",";\n "])),"neutral.f06"!==color||emphasized?foundation_1.setOpacity(getColor(props),"40",!0):foundation_1.palette2("neutral","f04")):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n opacity: ",";\n "],["\n opacity: ",";\n "])),foundation_1.opacity("64")),utils_1.RcRatingClasses.iconEmpty,foundation_1.palette2("disabled","f02"),utils_1.RcRatingClasses.readOnly,utils_1.RcRatingClasses.icon)};try{RatingStyle.displayName="RatingStyle",RatingStyle.__docgenInfo={description:"",displayName:"RatingStyle",props:{tooltips:{defaultValue:null,description:"content of tooltip, array for each icon, `['first icon', 'second icon', ...]`",name:"tooltips",required:!1,type:{name:"string[]"}},emphasized:{defaultValue:null,description:"whether use emphasized style, emphasized means will use palette color `warning.f02`",name:"emphasized",required:!1,type:{name:"boolean"}},disableTooltip:{defaultValue:null,description:"disable tooltip",name:"disableTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip`",name:"TooltipProps",required:!1,type:{name:'Pick, "slot" | "style" | "classes" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 270 more ... | "injectGlobalStyle">'}},color:{defaultValue:null,description:"color for rating icon, when is not emphasized",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the rating will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | null) => void)"}},defaultValue:{defaultValue:null,description:"The default value. Use when the component is not controlled.",name:"defaultValue",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},icon:{defaultValue:null,description:"The icon to display.",name:"icon",required:!1,type:{name:"ReactNode"}},name:{defaultValue:null,description:"The name attribute of the radio `input` elements.\nIf `readOnly` is false, the prop is required,\nthis input name`should be unique within the parent form.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The rating value.",name:"value",required:!1,type:{name:"number | null"}},max:{defaultValue:null,description:"Maximum rating.",name:"max",required:!1,type:{name:"number"}},readOnly:{defaultValue:null,description:"Removes all hover effects and pointer events.",name:"readOnly",required:!1,type:{name:"boolean"}},emptyIcon:{defaultValue:null,description:"The icon to display when empty.",name:"emptyIcon",required:!1,type:{name:"ReactNode"}},emptyLabelText:{defaultValue:null,description:"The label read when the rating input is empty.",name:"emptyLabelText",required:!1,type:{name:"ReactNode"}},getLabelText:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@returns",name:"getLabelText",required:!1,type:{name:"((value: number) => string)"}},onChangeActive:{defaultValue:null,description:"Callback function that is fired when the hover state changes.\n@param \n@param",name:"onChangeActive",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Rating/styles/RatingStyle.tsx#RatingStyle"]={docgenInfo:RatingStyle.__docgenInfo,name:"RatingStyle",path:"packages/juno-core/src/components/Rating/styles/RatingStyle.tsx#RatingStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Rating/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/styles/RatingStyle.tsx"),exports)},"./packages/juno-core/src/components/Rating/utils/RatingUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var RcRatingClasses=__webpack_require__("./packages/juno-core/src/foundation/index.ts").RcClasses(["readOnly","disabled","focusVisible","pristine","label","icon","iconEmpty","iconFilled","iconActive"],"RcRating");exports.RcRatingClasses=RcRatingClasses},"./packages/juno-core/src/components/Rating/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/utils/RatingUtils.ts"),exports)},"./packages/juno-core/src/components/Responsive/Responsive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Responsive/utils/index.ts"),RcResponsive=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcResponsive"}),theme=foundation_1.useTheme(),children=props.children,responsiveTarget=props.responsiveTarget,resizeThrottle=props.resizeThrottle,_a=props.breakpointMap,breakpointMap=void 0===_a?theme.breakpoints.values:_a,externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,currentWindow=null!=externalWindow?externalWindow:window,bodyRef=react_1.useRef(currentWindow.document.body),targetRef=null!=responsiveTarget?responsiveTarget:bodyRef,_b=tslib_1.__read(react_1.useState((function(){var target=targetRef.current;if(target){var width=target.clientWidth;return utils_1.getMatchedBreakpoint(width,breakpointMap)}})),2),contextValue=_b[0],setContextValue=_b[1];return foundation_1.useResizeObserver(targetRef,(function(){if(targetRef.current){var width=targetRef.current.clientWidth,matchedBreakpoint=utils_1.getMatchedBreakpoint(width,breakpointMap);setContextValue(matchedBreakpoint)}}),{mode:"throttle",time:resizeThrottle}),react_1.default.createElement(foundation_1.RcResponsiveContext.Provider,{value:contextValue},children)};exports.RcResponsive=RcResponsive,RcResponsive.defaultProps={resizeThrottle:200},RcResponsive.displayName="RcResponsive";try{RcResponsive.displayName="RcResponsive",RcResponsive.__docgenInfo={description:"",displayName:"RcResponsive",props:{resizeThrottle:{defaultValue:{value:"200"},description:"throttle time of resize",name:"resizeThrottle",required:!1,type:{name:"number"}},breakpointMap:{defaultValue:null,description:"define the max width of each breakpoint, default is same as theme token breakpoints",name:"breakpointMap",required:!1,type:{name:"Record"}},responsiveTarget:{defaultValue:null,description:"ref with element that will be listened resize\ndefault target is body of current window",name:"responsiveTarget",required:!1,type:{name:"RefObject"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Responsive/Responsive.tsx#RcResponsive"]={docgenInfo:RcResponsive.__docgenInfo,name:"RcResponsive",path:"packages/juno-core/src/components/Responsive/Responsive.tsx#RcResponsive"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Responsive/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/Responsive.tsx"),exports)},"./packages/juno-core/src/components/Responsive/utils/getMatchedBreakpoint.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),bpListL2S=tslib_1.__spread(foundation_1.breakpointList).reverse();exports.getMatchedBreakpoint=function(width,breakpointMap){return bpListL2S.find((function(bp){return width>=breakpointMap[bp]}))||null}},"./packages/juno-core/src/components/Responsive/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/utils/getMatchedBreakpoint.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/utils/types.ts"),exports)},"./packages/juno-core/src/components/Responsive/utils/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Snackbar/Snackbar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Slide_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Slide/index.js")),Snackbar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Snackbar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),PortalHost_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),SnackbarContent_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/utils/index.ts"),HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),_RcSnackbar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSnackbar"}),classesProp=props.classes,size=props.size,type=props.type,message=props.message,action=props.action,ContentProps=props.ContentProps,children=props.children,TransitionPropsProp=props.TransitionProps,rest=tslib_1.__rest(props,["classes","size","type","message","action","ContentProps","children","TransitionProps"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSnackbarClasses,classesProp)}),[classesProp]),onExited=PortalHost_1.useUnmountPortalHandler(null==TransitionPropsProp?void 0:TransitionPropsProp.onExited),TransitionProps=tslib_1.__assign(tslib_1.__assign({},TransitionPropsProp),{onExited});return react_1.default.createElement(HasPortalParentContext_1.HasPortalParentProvider,null,react_1.default.createElement(Snackbar_1.default,tslib_1.__assign({ref,classes,TransitionProps},rest),children||react_1.default.createElement(SnackbarContent_1.RcSnackbarContent,tslib_1.__assign({size,type,message,action},ContentProps))))})),RcSnackbar=foundation_1.styled(_RcSnackbar)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.SnackbarStyle);exports.RcSnackbar=RcSnackbar,RcSnackbar.defaultProps={TransitionComponent:Slide_1.default,anchorOrigin:{vertical:"top",horizontal:"center"}},RcSnackbar.displayName="RcSnackbar";try{RcSnackbar.displayName="RcSnackbar",RcSnackbar.__docgenInfo={description:"",displayName:"RcSnackbar",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Replace the `SnackbarContent` component.",name:"children",required:!1,type:{name:"ReactElement | (ReactElement & string) | (ReactElement & number) | (ReactElement & false) | ... 4 more ..."}},onMouseEnter:{defaultValue:null,description:"",name:"onMouseEnter",required:!1,type:{name:"((event: MouseEvent) => void)"}},onMouseLeave:{defaultValue:null,description:"",name:"onMouseLeave",required:!1,type:{name:"((event: MouseEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},key:{defaultValue:null,description:"When displaying multiple consecutive Snackbars from a parent rendering a single\n, add the key prop to ensure independent treatment of each message.\ne.g. , otherwise, the message may update-in-place and\nfeatures such as autoHideDuration may be canceled.\n@document",name:"key",required:!1,type:{name:"any"}},onEnter:{defaultValue:null,description:"Callback fired before the transition is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the transition is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the transition has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the transition is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the transition is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the transition has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},type:{defaultValue:null,description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},size:{defaultValue:null,description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nTypically `onClose` is used to set state in the parent component,\nwhich is used to control the `Snackbar` `open` prop.\nThe `reason` parameter can optionally be used to control the response to `onClose`,\nfor example ignoring `clickaway`.\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent, reason: SnackbarCloseReason) => void)"}},open:{defaultValue:null,description:"If `true`, `Snackbar` is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},anchorOrigin:{defaultValue:{value:"{\n vertical: 'top',\n horizontal: 'center',\n }"},description:"The anchor of the `Snackbar`.",name:"anchorOrigin",required:!1,type:{name:"SnackbarOrigin"}},autoHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before automatically calling the\n`onClose` function. `onClose` should then set the state of the `open`\nprop to hide the Snackbar. This behavior is disabled by default with\nthe `null` value.",name:"autoHideDuration",required:!1,type:{name:"number | null"}},ClickAwayListenerProps:{defaultValue:null,description:"Props applied to the `ClickAwayListener` element.",name:"ClickAwayListenerProps",required:!1,type:{name:"Partial"}},ContentProps:{defaultValue:null,description:"props apply for `RcSnackbarContent`\nProps applied to the [`SnackbarContent`](/api/snackbar-content/) element.",name:"ContentProps",required:!1,type:{name:'({ type?: "error" | "warn" | "success" | "info"; size?: "small" | "medium"; messageAlign?: "left" | "right" | "center" | undefined; fullWidth?: boolean | undefined; loading?: boolean | undefined; ariaLabel?: string | undefined; } & Pick<...> & Partial<...>) | undefined'}},disableWindowBlurListener:{defaultValue:null,description:"If `true`, the `autoHideDuration` timer will expire even if the window is not focused.",name:"disableWindowBlurListener",required:!1,type:{name:"boolean"}},resumeHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before dismissing after user interaction.\nIf `autoHideDuration` prop isn't specified, it does nothing.\nIf `autoHideDuration` prop is specified but `resumeHideDuration` isn't,\nwe default to `autoHideDuration / 2` ms.",name:"resumeHideDuration",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/Snackbar.tsx#RcSnackbar"]={docgenInfo:RcSnackbar.__docgenInfo,name:"RcSnackbar",path:"packages/juno-core/src/components/Snackbar/Snackbar.tsx#RcSnackbar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),ButtonBase_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ButtonBase/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),SnackbarContent_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/index.ts"),RcSnackbarAction=foundation_1.styled((function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcSnackbarAction"}),children=props.children,variant=props.variant,size=props.size,icon=props.icon,_a=props.symbol,symbol=void 0===_a?icon:_a,classesProp=props.classes,classNameProp=(props.color,props.className),rest=tslib_1.__rest(props,["children","variant","size","icon","symbol","classes","color","className"]),className=react_1.useMemo((function(){var _a;return clsx_1.default(classNameProp,((_a={})[utils_1.RcSnackbarActionClasses.text]="text"===variant,_a[utils_1.RcSnackbarActionClasses.icon]="icon"===variant,_a))}),[classNameProp,variant]),classes=react_1.useMemo((function(){return foundation_1.omit(classesProp,["text","icon"])}),[classesProp]);return react_1.default.createElement(ButtonBase_1.default,tslib_1.__assign({className,classes},rest),"icon"===variant?react_1.default.createElement(Icon_1.RcIcon,{size,symbol},children):children)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.snackbarContentActionStyle);exports.RcSnackbarAction=RcSnackbarAction,RcSnackbarAction.displayName="RcSnackbarAction",RcSnackbarAction.defaultProps={disableRipple:!0,variant:"text",size:SnackbarContent_1.RcSnackbarContent.defaultProps.size};try{RcSnackbarAction.displayName="RcSnackbarAction",RcSnackbarAction.__docgenInfo={description:"",displayName:"RcSnackbarAction",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"text color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:{value:"text"},description:"variant of action",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"icon"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:{value:"true"},description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},size:{defaultValue:{value:"RcSnackbarContent.defaultProps!.size"},description:"size for action",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx#RcSnackbarAction"]={docgenInfo:RcSnackbarAction.__docgenInfo,name:"RcSnackbarAction",path:"packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx#RcSnackbarAction"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarAction/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/index.ts");exports.snackbarContentActionStyle=function(_a){var color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n\n &."," {\n ",";\n line-height: ",";\n text-decoration: underline;\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n &:active {\n opacity: ",";\n }\n\n &:disabled {\n opacity: ",";\n }\n\n "," {\n ","\n }\n "],["\n color: ",";\n\n &."," {\n ",";\n line-height: ",";\n text-decoration: underline;\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n &:active {\n opacity: ",";\n }\n\n &:disabled {\n opacity: ",";\n }\n\n "," {\n ","\n }\n "])),color&&foundation_1.getParsePaletteColor(color),utils_2.RcSnackbarActionClasses.text,foundation_1.typography("body2"),utils_1.RcSnackbarContentLineHeight,utils_2.RcSnackbarActionClasses.text,foundation_1.spacing(3),utils_2.RcSnackbarActionClasses.icon,foundation_1.spacing(4),foundation_1.opacity("24",!0),foundation_1.opacity("24"),foundation_1.focusVisible,foundation_1.fakeBorder({pseudo:!0,color:"currentColor",inset:!1,radius:"sm"}))};try{snackbarContentActionStyle.displayName="snackbarContentActionStyle",snackbarContentActionStyle.__docgenInfo={description:"",displayName:"snackbarContentActionStyle",props:{variant:{defaultValue:null,description:"variant of action",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"icon"'}]}},color:{defaultValue:null,description:"text color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"size for action",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx#snackbarContentActionStyle"]={docgenInfo:snackbarContentActionStyle.__docgenInfo,name:"snackbarContentActionStyle",path:"packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx#snackbarContentActionStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/SnackbarActionUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSnackbarActionClasses=foundation_1.RcClasses(["text","icon"],"RcSnackbarAction")},"./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/SnackbarActionUtils.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),SnackbarContent_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/SnackbarContent/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),CircularProgress_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),_RcSnackbarContent=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSnackbarContent"});var classesProp=props.classes,loading=props.loading,size=props.size,actionProp=(props.messageAlign,props.type,props.fullWidth,props.action),rest=tslib_1.__rest(props,["classes","loading","size","messageAlign","type","fullWidth","action"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSnackbarContentClasses,classesProp)}),[classesProp]),action=react_1.useMemo((function(){var getItem=function(item){return react_1.isValidElement(item)&&foundation_1.isRcElement(item,["RcSnackbarAction"])?size!==RcSnackbarContent.defaultProps.size?item:react_1.default.cloneElement(item,{size}):item};return actionProp instanceof Array?actionProp.map(getItem):getItem(actionProp)}),[actionProp,size]);return react_1.default.createElement(SnackbarContent_1.default,tslib_1.__assign({},rest,{ref,classes,action:loading?react_1.default.createElement(CircularProgress_1.RcCircularProgress,{color:"inherit",size:utils_1.RcSnackbarContentLoadingSizes[size]}):action}))})),RcSnackbarContent=foundation_1.styled(_RcSnackbarContent)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.snackbarContentStyle);exports.RcSnackbarContent=RcSnackbarContent,RcSnackbarContent.defaultProps={type:"success",messageAlign:"center",size:"medium"},RcSnackbarContent.displayName="RcSnackbarContent";try{RcSnackbarContent.displayName="RcSnackbarContent",RcSnackbarContent.__docgenInfo={description:"",displayName:"RcSnackbarContent",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx#RcSnackbarContent"]={docgenInfo:RcSnackbarContent.__docgenInfo,name:"RcSnackbarContent",path:"packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx#RcSnackbarContent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),contentBgColor=function(_a){var type=_a.type;return foundation_1.getParsePaletteColor(utils_1.RcSnackbarContentColors[type].bgColor)},contentTextColor=function(_a){var type=_a.type;return foundation_1.getParsePaletteColor(utils_1.RcSnackbarContentColors[type].textColor)};exports.snackbarContentStyle=function(_a){var fullWidth=_a.fullWidth,square=_a.square,messageAlign=_a.messageAlign,size=_a.size,radiusValue=foundation_1.radius("lg");return(square||fullWidth&&!1!==square)&&(radiusValue=0),foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n line-height: ",";\n overflow: hidden;\n background-color: ",";\n color: ",";\n box-shadow: ",";\n border-radius: ",";\n min-width: 248px;\n max-width: ",";\n width: ",";\n box-sizing: border-box;\n margin: 0 auto;\n pointer-events: auto;\n align-items: baseline;\n padding: ",";\n\n ."," {\n margin: auto;\n flex: 1;\n padding: ",";\n text-align: ",";\n\n word-break: break-word;\n\n a {\n color: ",";\n font-style: italic;\n }\n }\n\n ."," {\n text-decoration: underline;\n margin-right: 0;\n height: ",";\n }\n "],["\n ",";\n line-height: ",";\n overflow: hidden;\n background-color: ",";\n color: ",";\n box-shadow: ",";\n border-radius: ",";\n min-width: 248px;\n max-width: ",";\n width: ",";\n box-sizing: border-box;\n margin: 0 auto;\n pointer-events: auto;\n align-items: baseline;\n padding: ",";\n\n ."," {\n margin: auto;\n flex: 1;\n padding: ",";\n text-align: ",";\n\n word-break: break-word;\n\n a {\n color: ",";\n font-style: italic;\n }\n }\n\n ."," {\n text-decoration: underline;\n margin-right: 0;\n height: ",";\n }\n "])),foundation_1.typography("body1"),utils_1.RcSnackbarContentLineHeight,contentBgColor,contentTextColor,foundation_1.shadows(4),radiusValue,fullWidth?"100%":"640px",fullWidth&&"100%",utils_1.RcSnackbarContentPaddings[size],utils_1.RcSnackbarContentClasses.message,foundation_1.spacing(0),messageAlign,foundation_1.palette2("informative","f02"),utils_1.RcSnackbarContentClasses.action,utils_1.RcSnackbarContentLineHeight)};try{snackbarContentStyle.displayName="snackbarContentStyle",snackbarContentStyle.__docgenInfo={description:"",displayName:"snackbarContentStyle",props:{type:{defaultValue:null,description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},size:{defaultValue:null,description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},messageAlign:{defaultValue:null,description:"message align",name:"messageAlign",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container\nwhen fullWidth the square will be `true`, if you still want square\nset square={false}",name:"fullWidth",required:!1,type:{name:"boolean"}},loading:{defaultValue:null,description:"is use loading in action",name:"loading",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:'"article" | "button" | "dialog" | "figure" | "form" | "img" | "link" | "main" | "menu" | "menuitem" | "option" | "table" | "switch" | "alert" | "alertdialog" | "application" | "banner" | ... 53 more ...'}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx#snackbarContentStyle"]={docgenInfo:snackbarContentStyle.__docgenInfo,name:"snackbarContentStyle",path:"packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx#snackbarContentStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/SnackbarContentUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSnackbarContentColors={success:{textColor:"neutral.f01",bgColor:"success.b04"},error:{textColor:"neutral.f01",bgColor:"danger.b04"},info:{textColor:"neutral.f01",bgColor:"neutral.b04"},warn:{textColor:"neutral.f07",bgColor:"warning.b03"}};var RcSnackbarContentClasses=foundation_1.RcClasses(["message","action"],"RcSnackbarContent");exports.RcSnackbarContentClasses=RcSnackbarContentClasses;var RcSnackbarContentPaddings={small:foundation_1.spacing(1,4),medium:foundation_1.spacing(3,4)};exports.RcSnackbarContentPaddings=RcSnackbarContentPaddings;exports.RcSnackbarContentLoadingSizes={small:16,medium:20};var RcSnackbarContentLineHeight=foundation_1.px(24);exports.RcSnackbarContentLineHeight=RcSnackbarContentLineHeight},"./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/SnackbarContentUtils.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/Snackbar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/index.ts"),exports)},"./packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.SnackbarStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{SnackbarStyle.displayName="SnackbarStyle",SnackbarStyle.__docgenInfo={description:"",displayName:"SnackbarStyle",props:{ContentProps:{defaultValue:null,description:"props apply for `RcSnackbarContent`\nProps applied to the [`SnackbarContent`](/api/snackbar-content/) element.",name:"ContentProps",required:!1,type:{name:'({ type?: "error" | "warn" | "success" | "info"; size?: "small" | "medium"; messageAlign?: "left" | "right" | "center" | undefined; fullWidth?: boolean | undefined; loading?: boolean | undefined; ariaLabel?: string | undefined; } & Pick<...> & Partial<...>) | undefined'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Replace the `SnackbarContent` component.",name:"children",required:!1,type:{name:"ReactElement"}},onMouseEnter:{defaultValue:null,description:"",name:"onMouseEnter",required:!1,type:{name:"((event: MouseEvent) => void)"}},onMouseLeave:{defaultValue:null,description:"",name:"onMouseLeave",required:!1,type:{name:"((event: MouseEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},key:{defaultValue:null,description:"When displaying multiple consecutive Snackbars from a parent rendering a single\n, add the key prop to ensure independent treatment of each message.\ne.g. , otherwise, the message may update-in-place and\nfeatures such as autoHideDuration may be canceled.\n@document",name:"key",required:!1,type:{name:"any"}},onEnter:{defaultValue:null,description:"Callback fired before the transition is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the transition is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the transition has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the transition is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the transition is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the transition has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nTypically `onClose` is used to set state in the parent component,\nwhich is used to control the `Snackbar` `open` prop.\nThe `reason` parameter can optionally be used to control the response to `onClose`,\nfor example ignoring `clickaway`.\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent, reason: SnackbarCloseReason) => void)"}},open:{defaultValue:null,description:"If `true`, `Snackbar` is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},anchorOrigin:{defaultValue:null,description:"The anchor of the `Snackbar`.",name:"anchorOrigin",required:!1,type:{name:"SnackbarOrigin"}},autoHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before automatically calling the\n`onClose` function. `onClose` should then set the state of the `open`\nprop to hide the Snackbar. This behavior is disabled by default with\nthe `null` value.",name:"autoHideDuration",required:!1,type:{name:"number | null"}},ClickAwayListenerProps:{defaultValue:null,description:"Props applied to the `ClickAwayListener` element.",name:"ClickAwayListenerProps",required:!1,type:{name:"Partial"}},disableWindowBlurListener:{defaultValue:null,description:"If `true`, the `autoHideDuration` timer will expire even if the window is not focused.",name:"disableWindowBlurListener",required:!1,type:{name:"boolean"}},resumeHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before dismissing after user interaction.\nIf `autoHideDuration` prop isn't specified, it does nothing.\nIf `autoHideDuration` prop is specified but `resumeHideDuration` isn't,\nwe default to `autoHideDuration / 2` ms.",name:"resumeHideDuration",required:!1,type:{name:"number"}},type:{defaultValue:null,description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},size:{defaultValue:null,description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx#SnackbarStyle"]={docgenInfo:SnackbarStyle.__docgenInfo,name:"SnackbarStyle",path:"packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx#SnackbarStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/utils/SnackbarUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSnackbarClasses=foundation_1.RcClasses([],"RcSnackbar")},"./packages/juno-core/src/components/Snackbar/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/utils/SnackbarUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/Step/Step.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Step_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Step/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/Step/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/Step/utils/index.ts"),_RcStep=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStep"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Step_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcStep=foundation_1.styled(_RcStep)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepStyle);exports.RcStep=RcStep,RcStep.defaultProps={},RcStep.displayName="RcStep";try{RcStep.displayName="RcStep",RcStep.__docgenInfo={description:"",displayName:"RcStep",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"Expand the step.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepButton` is a child of `Step`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"Should be `Step` sub-components such as `StepLabel`, `StepContent`.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},active:{defaultValue:null,description:"Sets the step as active. Is passed to child components.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/Step/Step.tsx#RcStep"]={docgenInfo:RcStep.__docgenInfo,name:"RcStep",path:"packages/juno-core/src/components/Stepper/Step/Step.tsx#RcStep"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/Step/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/Step.tsx"),exports)},"./packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/Step/utils/index.ts"),stepPadding=foundation_1.spacing(4);exports.StepStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n "],["\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n "])),utils_1.RcStepClasses.horizontal,stepPadding,stepPadding)};try{StepStyle.displayName="StepStyle",StepStyle.__docgenInfo={description:"",displayName:"StepStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"Expand the step.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepButton` is a child of `Step`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"Should be `Step` sub-components such as `StepLabel`, `StepContent`.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},active:{defaultValue:null,description:"Sets the step as active. Is passed to child components.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx#StepStyle"]={docgenInfo:StepStyle.__docgenInfo,name:"StepStyle",path:"packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx#StepStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/Step/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/Step/utils/StepUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepClasses=foundation_1.RcClasses(["root","horizontal"],"RcStep")},"./packages/juno-core/src/components/Stepper/Step/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/utils/StepUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepButton_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepButton/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StepLabel_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/utils/index.ts"),_RcStepButton=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepButton"}),classesProp=props.classes,childrenProp=props.children,icon=props.icon,optional=props.optional,error=props.error,StepLabelProps=props.StepLabelProps,editable=props.editable,rest=tslib_1.__rest(props,["classes","children","icon","optional","error","StepLabelProps","editable"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepButtonClasses,classesProp)}),[classesProp]),children=react_1.useMemo((function(){var childProps=foundation_1.combineProps({icon,optional,error,StepIconProps:{editable}},StepLabelProps);return foundation_1.isRcElement(childrenProp,["RcStepLabel"])?react_1.cloneElement(childrenProp,childProps):react_1.default.createElement(StepLabel_1.RcStepLabel,tslib_1.__assign({},childProps),childrenProp)}),[StepLabelProps,childrenProp,editable,error,icon,optional]);return react_1.default.createElement(StepButton_1.default,tslib_1.__assign({},rest,{icon,optional,ref,classes}),children)})),RcStepButton=foundation_1.styled(_RcStepButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepButtonStyle);exports.RcStepButton=RcStepButton,RcStepButton.defaultProps={alternativeLabel:!0},RcStepButton.displayName="RcStepButton";try{RcStepButton.displayName="RcStepButton",RcStepButton.__docgenInfo={description:"",displayName:"RcStepButton",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},alternativeLabel:{defaultValue:{value:"true"},description:"",name:"alternativeLabel",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},last:{defaultValue:null,description:"",name:"last",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"",name:"optional",required:!1,type:{name:"ReactNode"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}},StepLabelProps:{defaultValue:null,description:"props apply for `StepLabel`",name:"StepLabelProps",required:!1,type:{name:"RcStepLabelProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx#RcStepButton"]={docgenInfo:RcStepButton.__docgenInfo,name:"RcStepButton",path:"packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx#RcStepButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/utils/index.ts");exports.StepButtonStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n z-index: 1;\n }\n "],["\n ."," {\n z-index: 1;\n }\n "])),utils_1.RcStepButtonClasses.touchRipple)};try{StepButtonStyle.displayName="StepButtonStyle",StepButtonStyle.__docgenInfo={description:"",displayName:"StepButtonStyle",props:{StepLabelProps:{defaultValue:null,description:"props apply for `StepLabel`",name:"StepLabelProps",required:!1,type:{name:"RcStepLabelProps"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"ReactNode"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},alternativeLabel:{defaultValue:null,description:"",name:"alternativeLabel",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},last:{defaultValue:null,description:"",name:"last",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"",name:"optional",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx#StepButtonStyle"]={docgenInfo:StepButtonStyle.__docgenInfo,name:"StepButtonStyle",path:"packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx#StepButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepButton/utils/StepButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepButtonClasses=foundation_1.RcClasses(["touchRipple"],"RcStepButton")},"./packages/juno-core/src/components/Stepper/StepButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/utils/StepButtonUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepConnector_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepConnector/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/utils/index.ts"),_RcStepConnector=react_1.forwardRef((function(inProps,ref){var prop=foundation_1.useThemeProps({props:inProps,name:"RcStepConnector"}),classesProp=prop.classes,rest=tslib_1.__rest(prop,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepConnectorClasses,classesProp)}),[classesProp]);return react_1.default.createElement(StepConnector_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcStepConnector=foundation_1.styled(_RcStepConnector)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepConnectorStyle);exports.RcStepConnector=RcStepConnector,RcStepConnector.defaultProps={},RcStepConnector.displayName="RcStepConnector";try{RcStepConnector.displayName="RcStepConnector",RcStepConnector.__docgenInfo={description:"inner component",displayName:"RcStepConnector",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx#RcStepConnector"]={docgenInfo:RcStepConnector.__docgenInfo,name:"RcStepConnector",path:"packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx#RcStepConnector"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepConnector/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/utils/index.ts");exports.StepConnectorStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n border-color: ",";\n }\n "],["\n ."," {\n border-color: ",";\n }\n "])),utils_1.RcStepConnectorClasses.line,foundation_1.palette2("neutral","l02"))};try{StepConnectorStyle.displayName="StepConnectorStyle",StepConnectorStyle.__docgenInfo={description:"",displayName:"StepConnectorStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx#StepConnectorStyle"]={docgenInfo:StepConnectorStyle.__docgenInfo,name:"StepConnectorStyle",path:"packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx#StepConnectorStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepConnector/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepConnector/utils/StepConnectorUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepConnectorClasses=foundation_1.RcClasses(["line"],"RcStepConnector")},"./packages/juno-core/src/components/Stepper/StepConnector/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/utils/StepConnectorUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepIcon_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepIcon/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/index.ts"),StyledCircleIcon_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts"),_RcStepIcon=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepIcon"}),iconProp=props.icon,classesProp=props.classes,editable=props.editable,completed=props.completed,rest=(props.children,tslib_1.__rest(props,["icon","classes","editable","completed","children"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepIconClasses,classesProp)}),[classesProp]),isEdit=utils_1.useIsEditable(props),icon=react_1.useMemo((function(){return editable?react_1.default.createElement(StyledCircleIcon_1.StyledCircleIcon,{isEdit:!0,symbol:juno_icon_1.Edit,size:"small"}):completed?react_1.default.createElement(StyledCircleIcon_1.StyledCircleIcon,{isEdit,symbol:isEdit?juno_icon_1.Edit:juno_icon_1.Check,size:"small"}):iconProp}),[editable,completed,isEdit,iconProp]);return react_1.default.createElement(StepIcon_1.default,tslib_1.__assign({},rest,{ref,classes,icon}))})),RcStepIcon=foundation_1.styled(_RcStepIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepIconStyle);exports.RcStepIcon=RcStepIcon,RcStepIcon.defaultProps={},RcStepIcon.displayName="RcStepIcon";try{RcStepIcon.displayName="RcStepIcon",RcStepIcon.__docgenInfo={description:"inner component",displayName:"RcStepIcon",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},icon:{defaultValue:null,description:"The label displayed in the step icon.",name:"icon",required:!0,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},active:{defaultValue:null,description:"Whether this step is active.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx#RcStepIcon"]={docgenInfo:RcStepIcon.__docgenInfo,name:"RcStepIcon",path:"packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx#RcStepIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepIcon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts");exports.StepIconStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n fill: ",";\n ",";\n /* for font size change with font */\n transform: translateY(1px);\n }\n "],["\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n fill: ",";\n ",";\n /* for font size change with font */\n transform: translateY(1px);\n }\n "])),utils_1.RcStepIconClasses.root,foundation_1.palette2("neutral","b04"),utils_1.RcStepIconClasses.active,utils_1.iconColor,utils_1.RcStepIconClasses.text,utils_1.iconTextColor,foundation_1.typography("body1",!0))};try{StepIconStyle.displayName="StepIconStyle",StepIconStyle.__docgenInfo={description:"",displayName:"StepIconStyle",props:{editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},icon:{defaultValue:null,description:"The label displayed in the step icon.",name:"icon",required:!0,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},active:{defaultValue:null,description:"Whether this step is active.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx#StepIconStyle"]={docgenInfo:StepIconStyle.__docgenInfo,name:"StepIconStyle",path:"packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx#StepIconStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts");exports._StyledCircleIcon=function(_a){_a.isEdit;var rest=tslib_1.__rest(_a,["isEdit"]);return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({},rest))},exports.StyledCircleIcon=foundation_1.styled(exports._StyledCircleIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 24px;\n height: 24px;\n ",";\n color: ",";\n svg {\n stroke-width: ","px;\n }\n border-radius: ",";\n background: ",";\n"],["\n width: 24px;\n height: 24px;\n ",";\n color: ",";\n svg {\n stroke-width: ","px;\n }\n border-radius: ",";\n background: ",";\n"])),foundation_1.flexCenterStyle,utils_1.iconTextColor,(function(_a){return _a.isEdit?1:2}),foundation_1.radius("circle"),utils_1.iconColor);try{_StyledCircleIcon.displayName="_StyledCircleIcon",_StyledCircleIcon.__docgenInfo={description:"",displayName:"_StyledCircleIcon",props:{isEdit:{defaultValue:null,description:"",name:"isEdit",required:!1,type:{name:"boolean"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#_StyledCircleIcon"]={docgenInfo:_StyledCircleIcon.__docgenInfo,name:"_StyledCircleIcon",path:"packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#_StyledCircleIcon"})}catch(__react_docgen_typescript_loader_error){}try{StyledCircleIcon.displayName="StyledCircleIcon",StyledCircleIcon.__docgenInfo={description:"",displayName:"StyledCircleIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}},isEdit:{defaultValue:null,description:"",name:"isEdit",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#StyledCircleIcon"]={docgenInfo:StyledCircleIcon.__docgenInfo,name:"StyledCircleIcon",path:"packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#StyledCircleIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepIcon/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepIcon/utils/StepIconUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepIconClasses=foundation_1.RcClasses(["root","active","text"],"RcStepIcon"),exports.iconColor=foundation_1.palette2("interactive","b02"),exports.iconTextColor=foundation_1.palette2("neutral","f01"),exports.useIsEditable=function(_a){var active=_a.active,completed=_a.completed,completedTimesRef=react_1.useRef(0),isEditRef=react_1.useRef(!1),completedTimes=completedTimesRef.current,isEdit=isEditRef.current;return 0===completedTimes&&!active&&completed?completedTimesRef.current=1:1!==completedTimes||completed||(completedTimesRef.current=0),1===completedTimes&&(!isEdit&&active?isEditRef.current=!0:isEdit&&!active&&(isEditRef.current=!1)),isEditRef.current}},"./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/StepIconUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StepIcon_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/utils/index.ts"),_RcStepLabel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepLabel"}),classesProp=props.classes,StepIconPropsProp=props.StepIconProps,children=props.children,disabled=props.disabled,editable=props.editable,onClick=props.onClick,rest=tslib_1.__rest(props,["classes","StepIconProps","children","disabled","editable","onClick"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepLabelClasses,classesProp)}),[classesProp]),StepIconProps=react_1.useMemo((function(){return foundation_1.combineProps({editable},StepIconPropsProp)}),[StepIconPropsProp,editable]);return react_1.default.createElement(StepLabel_1.default,tslib_1.__assign({ref,StepIconComponent:StepIcon_1.RcStepIcon,StepIconProps,classes,disabled,onClick:disabled?void 0:onClick},rest),children)})),RcStepLabel=foundation_1.styled(_RcStepLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepLabelStyle);exports.RcStepLabel=RcStepLabel,RcStepLabel.defaultProps={},RcStepLabel.muiName=StepLabel_1.default.muiName,RcStepLabel.displayName="RcStepLabel";try{RcStepLabel.displayName="RcStepLabel",RcStepLabel.__docgenInfo={description:"",displayName:"RcStepLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepLabelButton` is a child of `StepLabel`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"In most cases will simply be a string containing a title for the label.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},icon:{defaultValue:null,description:"Override the default label of the step icon.",name:"icon",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"The optional node to display.",name:"optional",required:!1,type:{name:"ReactNode"}},StepIconProps:{defaultValue:null,description:"Props applied to the `RcStepIcon` element.",name:"StepIconProps",required:!1,type:{name:"Partial"}},StepIconComponent:{defaultValue:null,description:"The component to render in place of the [`StepIcon`](/api/step-icon/).",name:"StepIconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx#RcStepLabel"]={docgenInfo:RcStepLabel.__docgenInfo,name:"RcStepLabel",path:"packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx#RcStepLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepLabel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/utils/index.ts");exports.StepLabelStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n\n ."," {\n ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n "],["\n ",";\n\n ."," {\n ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n "])),styles_1.StepIconStyle,utils_2.RcStepLabelClasses.labelContainer,utils_2.RcStepLabelClasses.alternativeLabel,foundation_1.spacing(3),utils_2.RcStepLabelClasses.label,foundation_1.typography("body1"),foundation_1.palette2("neutral","f04"),utils_2.RcStepLabelClasses.active,foundation_1.typography("body2"),foundation_1.palette2("neutral","f06"),utils_2.RcStepLabelClasses.error,utils_1.RcStepIconClasses.root,foundation_1.palette2("danger","f02"),utils_2.RcStepLabelClasses.label,foundation_1.palette2("danger","f02"),utils_2.RcStepLabelClasses.disabled,utils_1.RcStepIconClasses.root,foundation_1.palette2("disabled","f02"),utils_2.RcStepLabelClasses.label,foundation_1.palette2("disabled","f02"))};try{StepLabelStyle.displayName="StepLabelStyle",StepLabelStyle.__docgenInfo={description:"",displayName:"StepLabelStyle",props:{StepIconProps:{defaultValue:null,description:"Props applied to the `RcStepIcon` element.",name:"StepIconProps",required:!1,type:{name:"Partial"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepLabelButton` is a child of `StepLabel`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"In most cases will simply be a string containing a title for the label.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},icon:{defaultValue:null,description:"Override the default label of the step icon.",name:"icon",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"The optional node to display.",name:"optional",required:!1,type:{name:"ReactNode"}},StepIconComponent:{defaultValue:null,description:"The component to render in place of the [`StepIcon`](/api/step-icon/).",name:"StepIconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx#StepLabelStyle"]={docgenInfo:StepLabelStyle.__docgenInfo,name:"StepLabelStyle",path:"packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx#StepLabelStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepLabel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepLabel/utils/StepLabelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepLabelClasses=foundation_1.RcClasses(["disabled","label","active","alternativeLabel","labelContainer","error"],"RcStepLabel")},"./packages/juno-core/src/components/Stepper/StepLabel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/utils/StepLabelUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/Stepper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Stepper_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Stepper/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StepConnector_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/utils/index.ts"),_RcStepper=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepper"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepperClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Stepper_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcStepper=foundation_1.styled(_RcStepper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepperStyle);exports.RcStepper=RcStepper,RcStepper.defaultProps={alternativeLabel:!0,nonLinear:!0,connector:react_1.default.createElement(StepConnector_1.RcStepConnector,null)},RcStepper.displayName="RcStepper";try{RcStepper.displayName="RcStepper",RcStepper.__docgenInfo={description:"",displayName:"RcStepper",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/Stepper.tsx#RcStepper"]={docgenInfo:RcStepper.__docgenInfo,name:"RcStepper",path:"packages/juno-core/src/components/Stepper/Stepper.tsx#RcStepper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Stepper.tsx"),exports)},"./packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.StepperStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n "],["\n padding: ",";\n "])),foundation_1.spacing(6,0,6,0))};try{StepperStyle.displayName="StepperStyle",StepperStyle.__docgenInfo={description:"",displayName:"StepperStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Two or more `` components.",name:"children",required:!0,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},alternativeLabel:{defaultValue:null,description:"If set to 'true' and orientation is horizontal,\nthen the step label will be positioned under the icon.",name:"alternativeLabel",required:!1,type:{name:"boolean"}},activeStep:{defaultValue:null,description:"Set the active step (zero based index).\nSet to -1 to disable all the steps.",name:"activeStep",required:!1,type:{name:"number"}},connector:{defaultValue:null,description:"An element to be placed between each step.",name:"connector",required:!1,type:{name:"ReactElement"}},nonLinear:{defaultValue:null,description:"If set the `Stepper` will not assist in controlling steps for linear flow.",name:"nonLinear",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx#StepperStyle"]={docgenInfo:StepperStyle.__docgenInfo,name:"StepperStyle",path:"packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx#StepperStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/utils/StepperUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepperClasses=foundation_1.RcClasses([],"RcStepper")},"./packages/juno-core/src/components/Stepper/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/utils/StepperUtils.ts"),exports)},"./packages/juno-core/src/components/Table/Table.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Table_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Table/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),context_1=__webpack_require__("./packages/juno-core/src/components/Table/context.ts"),_RcTable=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTable"}),children=_a.children,size=_a.size,rest=tslib_1.__rest(_a,["children","size"]),tableContextValue=react_1.useMemo((function(){return{size}}),[size]);return react_1.default.createElement(Table_1.default,tslib_1.__assign({},rest,{ref}),react_1.default.createElement(context_1.RcTableContext.Provider,{value:tableContextValue},children))})),RcTable=foundation_1.styled(_RcTable)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcTable=RcTable,RcTable.displayName="RcTable";try{RcTable.displayName="RcTable",RcTable.__docgenInfo={description:"",displayName:"RcTable",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/Table.tsx#RcTable"]={docgenInfo:RcTable.__docgenInfo,name:"RcTable",path:"packages/juno-core/src/components/Table/Table.tsx#RcTable"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableBody/TableBody.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableBody_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableBody/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcTableBody=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableHead"}),children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(TableBody_1.default,tslib_1.__assign({},rest,{ref}),children)})),RcTableBody=foundation_1.styled(_RcTableBody)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcTableBody=RcTableBody,RcTableBody.displayName="RcTableBody";try{RcTableBody.displayName="RcTableBody",RcTableBody.__docgenInfo={description:"",displayName:"RcTableBody",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableBody/TableBody.tsx#RcTableBody"]={docgenInfo:RcTableBody.__docgenInfo,name:"RcTableBody",path:"packages/juno-core/src/components/Table/TableBody/TableBody.tsx#RcTableBody"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableBody/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableBody/TableBody.tsx"),exports)},"./packages/juno-core/src/components/Table/TableCell/TableCell.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TableCell_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableCell/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/utils/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),context_1=__webpack_require__("./packages/juno-core/src/components/Table/context.ts"),_RcTableCell=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableCell"}),classesProp=_a.classes,childrenProp=_a.children,sortDirection=(_a.size,_a.sortDirection),_b=_a.activeSort,activeSort=void 0!==_b&&_b,rest=tslib_1.__rest(_a,["classes","children","size","sortDirection","activeSort"]),classes=foundation_1.combineClasses(utils_1.RcTableCellClasses,classesProp),tableCellClasses=(classes.sortButton,classes.activeSort,classes.sortIcon,tslib_1.__rest(classes,["sortButton","activeSort","sortIcon"])),children=react_1.useMemo((function(){var _a;return sortDirection?react_1.default.createElement(Buttons_1.RcButtonBase,{disableRipple:!0,className:clsx_1.default(classes.sortButton,(_a={},_a[classes.activeSort]=activeSort,_a))},childrenProp,react_1.default.createElement(Icon_1.RcIcon,{size:"small",className:classes.sortIcon,symbol:"asc"===sortDirection?juno_icon_1.JumpToUnread:juno_icon_1.JumpToLatest})):childrenProp}),[activeSort,childrenProp,classes,sortDirection]);return react_1.default.createElement(TableCell_1.default,tslib_1.__assign({},rest,sortDirection?{sortDirection}:{},{ref,classes:tableCellClasses}),children)})),RcTableCell=foundation_1.styled(_RcTableCell).attrs((function(_a){var _b,sizeProp=_a.size,_c=_a.sortDirection,sortDirection=void 0!==_c&&_c,rest=tslib_1.__rest(_a,["size","sortDirection"]),contextSize=react_1.useContext(context_1.RcTableContext).size,size=null!==(_b=null!=sizeProp?sizeProp:contextSize)&&void 0!==_b?_b:"medium";return tslib_1.__assign(tslib_1.__assign({},rest),{size,sortDirection})}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TableCellStyle);exports.RcTableCell=RcTableCell,RcTableCell.displayName="RcTableCell";try{RcTableCell.displayName="RcTableCell",RcTableCell.__docgenInfo={description:"",displayName:"RcTableCell",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "dd" | "del" | "details" | "dfn" | "div" | "dt" | "em" | "figcaption" | ... 46 more ...'}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"Specify the size of the cell.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"auto"'}]}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}},sortDirection:{defaultValue:null,description:"The current sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}},activeSort:{defaultValue:null,description:"If `true`, the sort icon will alway show.",name:"activeSort",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableCell/TableCell.tsx#RcTableCell"]={docgenInfo:RcTableCell.__docgenInfo,name:"RcTableCell",path:"packages/juno-core/src/components/Table/TableCell/TableCell.tsx#RcTableCell"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableCell/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/TableCell.tsx"),exports)},"./packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/utils/index.ts"),SizeMap={xlarge:64,large:56,medium:48,small:40},HeadTypography=foundation_1.typography("caption2");exports.TableCellStyle=function(prop){var size=prop.size,sortDirection=prop.sortDirection;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-sizing: border-box;\n padding: ",";\n min-width: 96px;\n\n &."," {\n min-width: unset;\n padding: ",";\n }\n\n &."," {\n padding: unset;\n }\n\n &."," {\n ","\n height: 40px;\n border-bottom: 1px solid ",";\n color: ",";\n background-color: ",";\n\n padding: ",";\n\n ."," {\n opacity: 0;\n padding: ",";\n }\n\n ."," {\n color: ",";\n\n ."," {\n opacity: 1;\n color: ",";\n }\n }\n\n ."," {\n ","\n display: inline-flex;\n justify-content: flex-start;\n flex-direction: inherit;\n align-items: center;\n\n height: 100%;\n width: 100%;\n padding: ",";\n\n "," {\n color: ",";\n }\n\n &:hover {\n background-color: ",";\n\n ."," {\n opacity: 1;\n }\n }\n\n "," {\n ","\n background-color: ",";\n }\n }\n }\n\n &."," {\n ","\n color: ",";\n\n padding: ",";\n height: ",";\n }\n "],["\n box-sizing: border-box;\n padding: ",";\n min-width: 96px;\n\n &."," {\n min-width: unset;\n padding: ",";\n }\n\n &."," {\n padding: unset;\n }\n\n &."," {\n ","\n height: 40px;\n border-bottom: 1px solid ",";\n color: ",";\n background-color: ",";\n\n padding: ",";\n\n ."," {\n opacity: 0;\n padding: ",";\n }\n\n ."," {\n color: ",";\n\n ."," {\n opacity: 1;\n color: ",";\n }\n }\n\n ."," {\n ","\n display: inline-flex;\n justify-content: flex-start;\n flex-direction: inherit;\n align-items: center;\n\n height: 100%;\n width: 100%;\n padding: ",";\n\n "," {\n color: ",";\n }\n\n &:hover {\n background-color: ",";\n\n ."," {\n opacity: 1;\n }\n }\n\n "," {\n ","\n background-color: ",";\n }\n }\n }\n\n &."," {\n ","\n color: ",";\n\n padding: ",";\n height: ",";\n }\n "])),foundation_1.spacing(0,2),utils_1.RcTableCellClasses.paddingCheckbox,foundation_1.spacing(0,0,0,2),utils_1.RcTableCellClasses.paddingNone,utils_1.RcTableCellClasses.head,HeadTypography,foundation_1.palette2("neutral","l02"),foundation_1.palette2("neutral","f05"),foundation_1.palette2("neutral","b02"),Boolean(sortDirection)&&"unset",utils_1.RcTableCellClasses.sortIcon,foundation_1.spacing(0,2),utils_1.RcTableCellClasses.activeSort,foundation_1.palette2("interactive","f01"),utils_1.RcTableCellClasses.sortIcon,foundation_1.palette2("neutral","f04"),utils_1.RcTableCellClasses.sortButton,HeadTypography,foundation_1.spacing(0,2),utils_1.RcTableCellClasses.sortIcon,foundation_1.palette2("neutral","f04"),foundation_1.palette2("neutral","b03"),utils_1.RcTableCellClasses.sortIcon,foundation_1.focusVisible,foundation_1.fakeBorder({color:foundation_1.palette2("interactive","f01")}),foundation_1.palette2("neutral","b03"),utils_1.RcTableCellClasses.body,foundation_1.typography("body1"),foundation_1.palette2("neutral","f06"),"auto"===size&&foundation_1.spacing(3,2),"auto"!==size&&foundation_1.px(SizeMap[size]))};try{TableCellStyle.displayName="TableCellStyle",TableCellStyle.__docgenInfo={description:"",displayName:"TableCellStyle",props:{size:{defaultValue:null,description:"Specify the size of the cell.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"auto"'}]}},sortDirection:{defaultValue:null,description:"The current sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}},activeSort:{defaultValue:null,description:"If `true`, the sort icon will alway show.",name:"activeSort",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "dd" | "del" | "details" | "dfn" | "div" | "dt" | "em" | "figcaption" | ... 46 more ...'}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx#TableCellStyle"]={docgenInfo:TableCellStyle.__docgenInfo,name:"TableCellStyle",path:"packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx#TableCellStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableCell/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx"),exports)},"./packages/juno-core/src/components/Table/TableCell/utils/TableCellUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTableCellClasses=foundation_1.RcClasses(["head","body","sortIcon","activeSort","sortButton","paddingCheckbox","paddingNone"],"RcTableCell")},"./packages/juno-core/src/components/Table/TableCell/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/utils/TableCellUtils.ts"),exports)},"./packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableContainer_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableContainer/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/styles/index.ts"),_RcTableContainer=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableContainer"}),children=_a.children,rest=(_a.bordered,_a.square,tslib_1.__rest(_a,["children","bordered","square"]));return react_1.default.createElement(TableContainer_1.default,tslib_1.__assign({},rest,{ref}),children)})),RcTableContainer=foundation_1.styled(_RcTableContainer)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TableContainerStyle);exports.RcTableContainer=RcTableContainer,RcTableContainer.defaultProps={bordered:!1,square:!1},RcTableContainer.displayName="RcTableContainer";try{RcTableContainer.displayName="RcTableContainer",RcTableContainer.__docgenInfo={description:"",displayName:"RcTableContainer",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx#RcTableContainer"]={docgenInfo:RcTableContainer.__docgenInfo,name:"RcTableContainer",path:"packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx#RcTableContainer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableContainer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx"),exports)},"./packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TableBody_1=__webpack_require__("./packages/juno-core/src/components/Table/TableBody/index.ts"),TableCell_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/index.ts"),TableRow_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/index.ts");exports.TableContainerStyle=function(props){var bordered=props.bordered,square=props.square;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),bordered&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-radius: ",";\n border: 1px solid ",";\n\n "," ",":last-child "," {\n border: none;\n }\n "],["\n border-radius: ",";\n border: 1px solid ",";\n\n "," ",":last-child "," {\n border: none;\n }\n "])),!square&&foundation_1.px(4),foundation_1.palette2("neutral","l02"),TableBody_1.RcTableBody,TableRow_1.RcTableRow,TableCell_1.RcTableCell))};try{TableContainerStyle.displayName="TableContainerStyle",TableContainerStyle.__docgenInfo={description:"",displayName:"TableContainerStyle",props:{bordered:{defaultValue:null,description:"Add border to container",name:"bordered",required:!1,type:{name:"boolean"}},square:{defaultValue:null,description:"If `true`, rounded corners to be square that only work if bordered is `true`.",name:"square",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx#TableContainerStyle"]={docgenInfo:TableContainerStyle.__docgenInfo,name:"TableContainerStyle",path:"packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx#TableContainerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableContainer/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx"),exports)},"./packages/juno-core/src/components/Table/TableHead/TableHead.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableHead_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableHead/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcTableHead=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableHead"}),children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(TableHead_1.default,tslib_1.__assign({},rest,{ref}),children)})),RcTableHead=foundation_1.styled(_RcTableHead)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcTableHead=RcTableHead,RcTableHead.displayName="RcTableHead";try{RcTableHead.displayName="RcTableHead",RcTableHead.__docgenInfo={description:"",displayName:"RcTableHead",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableHead/TableHead.tsx#RcTableHead"]={docgenInfo:RcTableHead.__docgenInfo,name:"RcTableHead",path:"packages/juno-core/src/components/Table/TableHead/TableHead.tsx#RcTableHead"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableHead/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableHead/TableHead.tsx"),exports)},"./packages/juno-core/src/components/Table/TableRow/TableRow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TableRow_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableRow/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/utils/index.ts"),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),_RcTableRow=react_1.forwardRef((function(props,ref){var _a,_b=foundation_1.useThemeProps({props,name:"RcTableRow"}),className=_b.className,classesProp=_b.classes,children=_b.children,disabled=_b.disabled,rest=tslib_1.__rest(_b,["className","classes","children","disabled"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTableRowClasses,classesProp)}),[classesProp]),disabledClass=classes.disabled,tableRowClasses=tslib_1.__rest(classes,["disabled"]);return react_1.default.createElement(TableRow_1.default,tslib_1.__assign({},rest,{ref,classes:tableRowClasses,className:clsx_1.default(className,(_a={},_a[disabledClass]=disabled,_a))}),children)})),RcTableRow=foundation_1.styled(_RcTableRow)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TableRowStyle);exports.RcTableRow=RcTableRow,RcTableRow.defaultProps={},RcTableRow.displayName="RcTableRow";try{RcTableRow.displayName="RcTableRow",RcTableRow.__docgenInfo={description:"",displayName:"RcTableRow",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableRow/TableRow.tsx#RcTableRow"]={docgenInfo:RcTableRow.__docgenInfo,name:"RcTableRow",path:"packages/juno-core/src/components/Table/TableRow/TableRow.tsx#RcTableRow"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableRow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/TableRow.tsx"),exports)},"./packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/utils/index.ts");exports.TableRowStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n &.",", &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &.",", &.",", &:hover {\n background-color: unset;\n }\n }\n "],["\n "," {\n &.",", &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &.",", &.",", &:hover {\n background-color: unset;\n }\n }\n "])),foundation_1.nonTouchHoverMedia,utils_1.RcTableRowClasses.hover,foundation_1.setOpacity(foundation_1.palette2("action","grayLight"),"08"),utils_1.RcTableRowClasses.selected,foundation_1.setOpacity(foundation_1.palette2("interactive","f01"),"08"),utils_1.RcTableRowClasses.disabled,utils_1.RcTableRowClasses.selected,utils_1.RcTableRowClasses.hover)};try{TableRowStyle.displayName="TableRowStyle",TableRowStyle.__docgenInfo={description:"",displayName:"TableRowStyle",props:{disabled:{defaultValue:null,description:"`hover` and `selected` styles will be useless when it is `true`",name:"disabled",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"",name:"classes",required:!1,type:{name:'Partial>'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLTableRowElement | null) => void) | RefObject | null"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},hover:{defaultValue:null,description:"",name:"hover",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx#TableRowStyle"]={docgenInfo:TableRowStyle.__docgenInfo,name:"TableRowStyle",path:"packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx#TableRowStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableRow/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx"),exports)},"./packages/juno-core/src/components/Table/TableRow/utils/TableRowUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTableRowClasses=foundation_1.RcClasses(["selected","hover","disabled"],"RcTableRow")},"./packages/juno-core/src/components/Table/TableRow/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/utils/TableRowUtils.ts"),exports)},"./packages/juno-core/src/components/Table/__stories__/iterable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.isIterable=function(o){return null!=o&&"function"==typeof o[Symbol.iterator]},exports.iterateMap=function iterateMap(iterator,mapfn){var i,iterator_1,iterator_1_1,value,e_1_1,e_1,_a;return tslib_1.__generator(this,(function(_b){switch(_b.label){case 0:i=0,_b.label=1;case 1:_b.trys.push([1,6,7,8]),iterator_1=tslib_1.__values(iterator),iterator_1_1=iterator_1.next(),_b.label=2;case 2:return iterator_1_1.done?[3,5]:(value=iterator_1_1.value,[4,mapfn(value,i)]);case 3:_b.sent(),i++,_b.label=4;case 4:return iterator_1_1=iterator_1.next(),[3,2];case 5:return[3,8];case 6:return e_1_1=_b.sent(),e_1={error:e_1_1},[3,8];case 7:try{iterator_1_1&&!iterator_1_1.done&&(_a=iterator_1.return)&&_a.call(iterator_1)}finally{if(e_1)throw e_1.error}return[7];case 8:return[2]}}))}},"./packages/juno-core/src/components/Table/__stories__/useSelectTable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),iterable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/iterable.ts");exports.useSelectTable=function(options){void 0===options&&(options={});var initialSelected=options.initialSelected,_a=options.initialSelectedAll,initialSelectedAll=void 0!==_a&&_a,getAll=options.getAll,_b=tslib_1.__read(foundation_1.useRefState(initialSelectedAll),2),isSelectedAllRef=_b[0],updateIsSelectedAll=_b[1],forceUpdate=foundation_1.useForceUpdate(),selectedSetRef=foundation_1.useResultRef((function(){return initialSelected?"function"==typeof initialSelected?new Set(initialSelected()):new Set(initialSelected):new Set})),isSelected=function(key){return selectedSetRef.current.has(key)},setSelectedState=function(keys,select){var e_1,_a;void 0===select&&(select=!0);var action=select?"add":"delete";if(iterable_1.isIterable(keys))try{for(var keys_1=tslib_1.__values(keys),keys_1_1=keys_1.next();!keys_1_1.done;keys_1_1=keys_1.next()){var key=keys_1_1.value;selectedSetRef.current[action](key)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{keys_1_1&&!keys_1_1.done&&(_a=keys_1.return)&&_a.call(keys_1)}finally{if(e_1)throw e_1.error}}else selectedSetRef.current[action](keys);updateIsSelectedAll(!1),forceUpdate()};return{isSelected,switchSelectState:function(key){isSelected(key)?selectedSetRef.current.delete(key):selectedSetRef.current.add(key),updateIsSelectedAll(!1),forceUpdate()},getAllSelected:function(){return selectedSetRef.current.values()},setSelectedState,selectAll:function(selected){var _selected="boolean"!=typeof selected?!isSelectedAllRef.current:selected,all=null==getAll?void 0:getAll();all&&setSelectedState(all,_selected),updateIsSelectedAll(_selected)},isSelectedAll:function(){return isSelectedAllRef.current}}}},"./packages/juno-core/src/components/Table/__stories__/useSortTable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useSortTable=function(sortHandler,options){void 0===options&&(options={});var _a=options.defaultKey,defaultKey=void 0===_a?null:_a,_b=options.defaultDirection,defaultDirection=void 0===_b?"desc":_b,_c=tslib_1.__read(react_1.useState(defaultKey),2),sortedKey=_c[0],setSortedKey=_c[1],_d=tslib_1.__read(react_1.useState(defaultDirection),2),direction=_d[0],setDirection=_d[1],multableSortHandler=foundation_1.useEventCallback(sortHandler);react_1.useEffect((function(){multableSortHandler(direction,sortedKey)}),[direction,sortedKey,multableSortHandler]);return{switchDirection:function(key){sortedKey!==key?(setSortedKey(key),setDirection(defaultDirection)):setDirection((function(pre){return"asc"===pre?"desc":"asc"}))},sortedKey,direction,setSortedKey,setDirection}}},"./packages/juno-core/src/components/Table/__stories__/utils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var id=0;exports.createData=function(firstName,lastName,age){return{id:++id,firstName,lastName,age}},exports.sortHandle={asc:function(key){return function(a,b){return a[key]>b[key]?1:a[key]b[key]?-1:a[key]{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcTableContext=react_1.createContext({})},"./packages/juno-core/src/components/Table/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/context.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/Table.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableBody/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableHead/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/types.ts"),exports)},"./packages/juno-core/src/components/Table/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/TablePagination/TablePagination.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),TableCell_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableCell/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Select_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/index.ts"),Toolbar_1=__webpack_require__("./packages/juno-core/src/components/Toolbar/index.ts"),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/TablePagination/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/TablePagination/utils/index.ts"),_RcTablePagination=react_1.forwardRef((function(inProps,ref){var colSpan,props=foundation_1.useThemeProps({props:inProps,name:"RcTablePagination"}),classesProp=props.classes,_a=props.type,type=void 0===_a?"displayedRows":_a,_b=props.ActionsComponent,ActionsComponent=void 0===_b?styles_1.RcTablePaginationActions:_b,className=props.className,colSpanProp=props.colSpan,_c=props.component,component=void 0===_c?TableCell_1.default:_c,count=props.count,_d=props.labelDisplayedRows,labelDisplayedRows=void 0===_d?utils_1.defaultLabelDisplayedRows:_d,_e=props.labelOfPage,labelOfPage=void 0===_e?utils_1.defaultLabelOfPage:_e,_f=props.labelRowsPerPage,labelRowsPerPage=void 0===_f?"Rows per page:":_f,onPageChange=props.onPageChange,onRowsPerPageChange=props.onRowsPerPageChange,_g=props.rowsPerPageOptions,rowsPerPageOptions=void 0===_g?[10,25,50,100]:_g,_h=props.SelectProps,SelectProps=void 0===_h?{}:_h,page=props.page,rowsPerPage=props.rowsPerPage,backIconButtonProps=props.backIconButtonProps,nextIconButtonProps=props.nextIconButtonProps,rest=tslib_1.__rest(props,["classes","type","ActionsComponent","className","colSpan","component","count","labelDisplayedRows","labelOfPage","labelRowsPerPage","onPageChange","onRowsPerPageChange","rowsPerPageOptions","SelectProps","page","rowsPerPage","backIconButtonProps","nextIconButtonProps"]),MenuItemComponent=SelectProps.native?"option":styles_1.TablePaginationMenuItem,totalPage=Math.ceil(count/rowsPerPage),isPageSelection="pageSelection"===type,classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTablePaginationClasses,classesProp)}),[classesProp]);component!==TableCell_1.default&&"td"!==component||(colSpan=colSpanProp||1e3);var menuItems=react_1.useMemo((function(){var menus=[];if(!isPageSelection)return menus;for(var _loop_1=function(i){menus.push(react_1.default.createElement(MenuItemComponent,{value:i,selected:i===page,key:i,className:classes.menuItem,onClick:function(e){null==onPageChange||onPageChange(e,i)}},i+1))},i=0;i1&&react_1.default.createElement(Typography_1.RcTypography,{color:"inherit",variant:"body1",className:classes.caption},labelRowsPerPage),rowsPerPageOptions.length>1&&react_1.default.createElement(Select_1.RcSelect,tslib_1.__assign({className:classes.selectRoot,InputProps:{disableUnderline:!0},value:rowsPerPage,onChange:onRowsPerPageChange},SelectProps),rowsPerPageOptions.map((function(rowsPerPageOption){var value=rowsPerPageOption.value?rowsPerPageOption.value:rowsPerPageOption,label=rowsPerPageOption.label?rowsPerPageOption.label:rowsPerPageOption;return react_1.default.createElement(MenuItemComponent,{className:classes.menuItem,key:value,value},label)}))),isPageSelection?react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Select_1.RcSelect,{value:page,InputProps:{disableUnderline:!0},renderValue:function(p){return p+1},virtualize:!0},menuItems),react_1.default.createElement("p",{className:classes.caption},labelOfPage({totalPage}))):react_1.default.createElement("p",{className:classes.caption},labelDisplayedRows({from:0===count?0:page*rowsPerPage+1,to:-1===count?(page+1)*rowsPerPage:-1===rowsPerPage?count:Math.min(count,(page+1)*rowsPerPage),count:-1===count?-1:count,page})),react_1.default.createElement(ActionsComponent,{className:classes.actions,backIconButtonProps,count,nextIconButtonProps,onPageChange,page,rowsPerPage})))})),RcTablePagination=foundation_1.styled(_RcTablePagination)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TablePaginationStyle);exports.RcTablePagination=RcTablePagination,RcTablePagination.displayName="RcTablePagination";try{RcTablePagination.displayName="RcTablePagination",RcTablePagination.__docgenInfo={description:"",displayName:"RcTablePagination",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/TablePagination.tsx#RcTablePagination"]={docgenInfo:RcTablePagination.__docgenInfo,name:"RcTablePagination",path:"packages/juno-core/src/components/TablePagination/TablePagination.tsx#RcTablePagination"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/TablePagination/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/TablePagination.tsx"),exports)},"./packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx"),TablePaginationActionsWrapper=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n margin-left: ",";\n"],["\n display: flex;\n margin-left: ",";\n"])),foundation_1.spacing(5));exports.RcTablePaginationActions=react_1.memo((function(props){var onPageChange=props.onPageChange,page=props.page,count=props.count,rowsPerPage=props.rowsPerPage,className=props.className,backIconButtonProps=props.backIconButtonProps,nextIconButtonProps=props.nextIconButtonProps,prevDisabled=0===page,nextDisabled=-1!==count&&page>=Math.ceil(count/rowsPerPage)-1;return react_1.default.createElement(TablePaginationActionsWrapper,{className},react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({symbol:juno_icon_1.ArrowLeft2,onClick:function(event){onPageChange(event,page-1)},size:"medium",disabled:prevDisabled},foundation_1.combineProps({TooltipProps:{tooltipForceHide:prevDisabled}},backIconButtonProps))),react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({symbol:juno_icon_1.ArrowRight,onClick:function(event){onPageChange(event,page+1)},size:"medium",disabled:nextDisabled},foundation_1.combineProps({TooltipProps:{tooltipForceHide:nextDisabled}},nextIconButtonProps))))}));try{RcTablePaginationActions.displayName="RcTablePaginationActions",RcTablePaginationActions.__docgenInfo={description:"",displayName:"RcTablePaginationActions",props:{backIconButtonProps:{defaultValue:null,description:"back icon button props",name:"backIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}},nextIconButtonProps:{defaultValue:null,description:"next icon button props",name:"nextIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}},page:{defaultValue:null,description:"",name:"page",required:!0,type:{name:"number"}},count:{defaultValue:null,description:"",name:"count",required:!0,type:{name:"number"}},onPageChange:{defaultValue:null,description:"",name:"onPageChange",required:!0,type:{name:"(event: MouseEvent | null, page: number) => void"}},rowsPerPage:{defaultValue:null,description:"",name:"rowsPerPage",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx#RcTablePaginationActions"]={docgenInfo:RcTablePaginationActions.__docgenInfo,name:"RcTablePaginationActions",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx#RcTablePaginationActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableCell_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableCell/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Select_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/index.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/TablePagination/utils/index.ts");exports.TablePaginationMenuItem=foundation_1.styled(MenuItem_1.RcMenuItem)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n min-width: unset;\n"],["\n min-width: unset;\n"]))),exports.TablePaginationStyle=function(){return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: flex-end;\n color: ",";\n ",";\n\n &:last-child {\n padding: 0;\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n margin-right: ",";\n max-width: none;\n }\n\n ."," {\n font-size: inherit;\n padding: ",";\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n flex-shrink: 0;\n margin: 0px;\n }\n\n "," {\n width: auto;\n }\n\n ."," {\n transform: scale(0.75);\n }\n "],["\n display: flex;\n align-items: center;\n justify-content: flex-end;\n color: ",";\n ",";\n\n &:last-child {\n padding: 0;\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n margin-right: ",";\n max-width: none;\n }\n\n ."," {\n font-size: inherit;\n padding: ",";\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n flex-shrink: 0;\n margin: 0px;\n }\n\n "," {\n width: auto;\n }\n\n ."," {\n transform: scale(0.75);\n }\n "])),foundation_1.palette2("neutral","f06"),foundation_1.typography("body1"),utils_2.RcTablePaginationClasses.toolbar,utils_2.RcTablePaginationClasses.selectRoot,foundation_1.spacing(7),utils_1.RcLineSelectInputClasses.input,foundation_1.spacing(1.5,6,1.5,2),utils_2.RcTablePaginationClasses.toolbar,utils_2.RcTablePaginationClasses.caption,Select_1.RcSelect,utils_1.RcSelectClasses.icon)},exports.TablePaginationRoot=foundation_1.styled(TableCell_1.default)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""])));try{TablePaginationMenuItem.displayName="TablePaginationMenuItem",TablePaginationMenuItem.__docgenInfo={description:"",displayName:"TablePaginationMenuItem",props:{symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"checked for that should render checked icon",name:"type",required:!1,type:{name:"enum",value:[{value:'"selected"'},{value:'"checked"'}]}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},checked:{defaultValue:null,description:"if type to be `checked`, the checked prop for that should render checked icon",name:"checked",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},idRef:{defaultValue:null,description:"id ref, can get menu item id",name:"idRef",required:!1,type:{name:"((instance: string | null) => void) | RefObject | null"}},isSubMenuItem:{defaultValue:null,description:"for subMenu component, use prevent click",name:"isSubMenuItem",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationMenuItem"]={docgenInfo:TablePaginationMenuItem.__docgenInfo,name:"TablePaginationMenuItem",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationMenuItem"})}catch(__react_docgen_typescript_loader_error){}try{TablePaginationStyle.displayName="TablePaginationStyle",TablePaginationStyle.__docgenInfo={description:"",displayName:"TablePaginationStyle",props:{component:{defaultValue:null,description:"",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},type:{defaultValue:null,description:"type of that pagination, when set pageSelection,\nthat will can select to go page directly",name:"type",required:!1,type:{name:"enum",value:[{value:'"pageSelection"'},{value:'"displayedRows"'}]}},ActionsComponent:{defaultValue:null,description:"action components",name:"ActionsComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},SelectProps:{defaultValue:null,description:"action components",name:"SelectProps",required:!1,type:{name:"Partial"}},labelOfPage:{defaultValue:null,description:"of page render string",name:"labelOfPage",required:!1,type:{name:"((pageInfo: OfPageInfo) => string)"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},page:{defaultValue:null,description:"",name:"page",required:!0,type:{name:"number"}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},size:{defaultValue:null,description:"Specify the size of the cell.\nBy default, the Table parent component set the value (`medium`).",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}},count:{defaultValue:null,description:"",name:"count",required:!0,type:{name:"number"}},sortDirection:{defaultValue:null,description:"Set aria-sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}},backIconButtonText:{defaultValue:null,description:"",name:"backIconButtonText",required:!1,type:{name:"string"}},labelDisplayedRows:{defaultValue:null,description:"",name:"labelDisplayedRows",required:!1,type:{name:"((paginationInfo: LabelDisplayedRowsArgs) => ReactNode)"}},labelRowsPerPage:{defaultValue:null,description:"",name:"labelRowsPerPage",required:!1,type:{name:"ReactNode"}},nextIconButtonText:{defaultValue:null,description:"",name:"nextIconButtonText",required:!1,type:{name:"string"}},onChangePage:{defaultValue:null,description:"Callback fired when the page is changed.\n@param \n@param \n@deprecated",name:"onChangePage",required:!1,type:{name:"((event: MouseEvent | null, page: number) => void)"}},onPageChange:{defaultValue:null,description:"",name:"onPageChange",required:!0,type:{name:"(event: MouseEvent | null, page: number) => void"}},onChangeRowsPerPage:{defaultValue:null,description:"Callback fired when the number of rows per page is changed.\n@param \n@deprecated",name:"onChangeRowsPerPage",required:!1,type:{name:"((event: ChangeEvent) => void)"}},onRowsPerPageChange:{defaultValue:null,description:"",name:"onRowsPerPageChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},rowsPerPage:{defaultValue:null,description:"",name:"rowsPerPage",required:!0,type:{name:"number"}},rowsPerPageOptions:{defaultValue:null,description:"",name:"rowsPerPageOptions",required:!1,type:{name:"(number | { value: number; label: string; })[]"}},backIconButtonProps:{defaultValue:null,description:"back icon button props",name:"backIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}},nextIconButtonProps:{defaultValue:null,description:"next icon button props",name:"nextIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationStyle"]={docgenInfo:TablePaginationStyle.__docgenInfo,name:"TablePaginationStyle",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationStyle"})}catch(__react_docgen_typescript_loader_error){}try{TablePaginationRoot.displayName="TablePaginationRoot",TablePaginationRoot.__docgenInfo={description:"",displayName:"TablePaginationRoot",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "dd" | "del" | "details" | "dfn" | "div" | "dt" | "em" | "figcaption" | ... 46 more ...'}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},size:{defaultValue:null,description:"Specify the size of the cell.\nBy default, the Table parent component set the value (`medium`).",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}},sortDirection:{defaultValue:null,description:"Set aria-sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationRoot"]={docgenInfo:TablePaginationRoot.__docgenInfo,name:"TablePaginationRoot",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationRoot"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/TablePagination/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx"),exports)},"./packages/juno-core/src/components/TablePagination/utils/TablePaginationUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTablePaginationClasses=foundation_1.RcClasses(["root","toolbar","spacer","menuItem","caption","input","selectRoot","select","selectIcon","actions"],"RcTablePagination"),exports.defaultGetAriaLabel=function defaultGetAriaLabel(value){return"Go to "+value+" page"},exports.defaultLabelDisplayedRows=function defaultLabelDisplayedRows(_a){var from=_a.from,to=_a.to,count=_a.count;return from+"-"+to+" of "+(-1!==count?count:"more than "+to)},exports.defaultLabelOfPage=function(_a){return"of "+_a.totalPage+" pages"}},"./packages/juno-core/src/components/TablePagination/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/utils/TablePaginationUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/Tab/Tab.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tab_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tab/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/utils/index.ts"),_RcTab=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTab"}),classesProp=props.classes,rest=(props.children,props.direction,tslib_1.__rest(props,["classes","children","direction"])),classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcTabClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Tab_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcTab=foundation_1.styled(_RcTab)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabStyle);exports.RcTab=RcTab,RcTab.defaultProps={size:"small"},RcTab.displayName="RcTab";try{RcTab.displayName="RcTab",RcTab.__docgenInfo={description:"",displayName:"RcTab",props:{direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:null,description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ checked: boolean; }>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:{value:"small"},description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tab/Tab.tsx#RcTab"]={docgenInfo:RcTab.__docgenInfo,name:"RcTab",path:"packages/juno-core/src/components/Tabs/Tab/Tab.tsx#RcTab"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tab/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/Tab.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/utils/index.ts");exports.TabStyle=function(props){var size=props.size,directionProp=props.direction,isVertical="vertical"===directionProp;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n text-transform: none;\n box-sizing: border-box;\n ",";\n color: ",";\n\n &."," {\n ",";\n color: ",";\n }\n\n min-height: ",";\n min-width: 32px;\n\n ","\n "],["\n text-transform: none;\n box-sizing: border-box;\n ",";\n color: ",";\n\n &."," {\n ",";\n color: ",";\n }\n\n min-height: ",";\n min-width: 32px;\n\n ","\n "])),foundation_1.typography("body1"),foundation_1.palette2("tab","default"),utils_1.RcTabClasses.selected,foundation_1.typography("body2"),foundation_1.palette2("tab","selected"),foundation_1.px(function(size){return"large"===size?60:32}(size)),void 0!==directionProp&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n flex-direction: ",";\n }\n\n &."," ."," > *:first-child {\n margin-bottom: ",";\n // 6px is follow mui\n margin-right: ",";\n }\n "],["\n ."," {\n flex-direction: ",";\n }\n\n &."," ."," > *:first-child {\n margin-bottom: ",";\n // 6px is follow mui\n margin-right: ",";\n }\n "])),utils_1.RcTabClasses.wrapper,isVertical?"row":"column",utils_1.RcTabClasses.labelIcon,utils_1.RcTabClasses.wrapper,isVertical&&"unset",isVertical&&"6px"))};try{TabStyle.displayName="TabStyle",TabStyle.__docgenInfo={description:"",displayName:"TabStyle",props:{size:{defaultValue:null,description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:null,description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ checked: boolean; }>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx#TabStyle"]={docgenInfo:TabStyle.__docgenInfo,name:"TabStyle",path:"packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx#TabStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tab/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tab/utils/TabUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabClasses=foundation_1.RcClasses(["labelIcon","wrapper","selected"],"RcTab")},"./packages/juno-core/src/components/Tabs/Tab/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/utils/TabUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var TabContext_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/@material-ui/lab/esm/TabContext/index.js"));exports.getPanelId=TabContext_1.getPanelId,exports.getTabId=TabContext_1.getTabId,exports.useTabContext=TabContext_1.useTabContext;var RcTabContext=TabContext_1.default;exports.RcTabContext=RcTabContext,RcTabContext.displayName="RcTabContext";try{RcTabContext.displayName="RcTabContext",RcTabContext.__docgenInfo={description:"",displayName:"RcTabContext",props:{children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx#RcTabContext"]={docgenInfo:RcTabContext.__docgenInfo,name:"RcTabContext",path:"packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx#RcTabContext"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabContext/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabList/TabList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TabContext_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/index.ts"),Tabs_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/utils/index.ts"),_RcTabList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTabList"}),classesProp=props.classes,childrenProp=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTabListClasses,classesProp)}),[classesProp]),context=TabContext_1.useTabContext();if(null===context)throw new TypeError("[RcTabList] No TabContext provided");var children=react_1.useMemo((function(){return react_1.default.Children.map(childrenProp,(function(child){var value=child.props.value;return react_1.default.cloneElement(child,{"aria-controls":TabContext_1.getPanelId(context,value),id:TabContext_1.getTabId(context,value)})}))}),[childrenProp,context]);return react_1.default.createElement(Tabs_1.RcTabs,tslib_1.__assign({},rest,{ref,classes,value:context.value}),children)})),RcTabList=foundation_1.styled(_RcTabList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabListStyle);exports.RcTabList=RcTabList,RcTabList.defaultProps={},RcTabList.displayName="RcTabList";try{RcTabList.displayName="RcTabList",RcTabList.__docgenInfo={description:"",displayName:"RcTabList",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabList/TabList.tsx#RcTabList"]={docgenInfo:RcTabList.__docgenInfo,name:"RcTabList",path:"packages/juno-core/src/components/Tabs/TabList/TabList.tsx#RcTabList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabList/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/TabList.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.TabListStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{TabListStyle.displayName="TabListStyle",TabListStyle.__docgenInfo={description:"",displayName:"TabListStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx#TabListStyle"]={docgenInfo:TabListStyle.__docgenInfo,name:"TabListStyle",path:"packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx#TabListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabList/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabList/utils/TabListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabListClasses=foundation_1.RcClasses([],"RcTabList")},"./packages/juno-core/src/components/Tabs/TabList/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/utils/TabListUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TabPanel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/TabPanel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TabContext_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/utils/index.ts"),_RcTabPanel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTabPanel"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTabPanelClasses,classesProp)}),[classesProp]);if(null===TabContext_1.useTabContext())throw new TypeError("[RcTabList] No RcTabContext provided");return react_1.default.createElement(TabPanel_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcTabPanel=foundation_1.styled(_RcTabPanel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabPanelStyle);exports.RcTabPanel=RcTabPanel,RcTabPanel.defaultProps={},RcTabPanel.displayName="RcTabPanel";try{RcTabPanel.displayName="RcTabPanel",RcTabPanel.__docgenInfo={description:"",displayName:"RcTabPanel",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx#RcTabPanel"]={docgenInfo:RcTabPanel.__docgenInfo,name:"RcTabPanel",path:"packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx#RcTabPanel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabPanel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.TabPanelStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{TabPanelStyle.displayName="TabPanelStyle",TabPanelStyle.__docgenInfo={description:"",displayName:"TabPanelStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The `value` of the corresponding `Tab`. Must use the index of the `Tab` when\nno `value` was passed to `Tab`.",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx#TabPanelStyle"]={docgenInfo:TabPanelStyle.__docgenInfo,name:"TabPanelStyle",path:"packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx#TabPanelStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabPanel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabPanel/utils/TabPanelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabPanelClasses=foundation_1.RcClasses([],"RcTabPanel")},"./packages/juno-core/src/components/Tabs/TabPanel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/utils/TabPanelUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),List_1=__webpack_require__("./packages/juno-core/src/components/List/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),Tab_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/index.ts");exports.DEFAULT_MORE_MENU_TAB_LABEL="more_menu_tab";var templateObject_1,_MoreMenuTab=react_1.forwardRef((function(props,ref){var Icon,menuItems=props.menuItems,_a=props.MenuItemComponent,MenuItemComponent=void 0===_a?Menu_1.RcMenuItem:_a,_b=props.MenuProps,MenuProps=void 0===_b?{}:_b,TooltipProps=props.TooltipProps,onChange=props.onChange,MoreIconProp=props.MoreIcon,rest=tslib_1.__rest(props,["menuItems","MenuItemComponent","MenuProps","TooltipProps","onChange","MoreIcon"]),menuIdProp=MenuProps.id,onMenuCloseProp=MenuProps.onClose,MenuPropsRest=tslib_1.__rest(MenuProps,["id","onClose"]),menuId=foundation_1.useId(menuIdProp),_c=tslib_1.__read(react_1.useState(null),2),anchorEl=_c[0],setAnchorEl=_c[1],open=Boolean(anchorEl),MoreIcon=(Icon=MoreIconProp?"function"==typeof MoreIconProp?MoreIconProp(open):MoreIconProp:react_1.default.createElement(Icon_1.RcIcon,{size:"medium",color:"neutral.f04",symbol:juno_icon_1.MoreHoriz}),(null==TooltipProps?void 0:TooltipProps.title)?react_1.default.createElement(Tooltip_1.RcTooltip,tslib_1.__assign({},TooltipProps),Icon):Icon),handleTabClick=foundation_1.useEventCallback((function(event){setAnchorEl(event.currentTarget)})),handleMenuClose=foundation_1.useEventCallback((function(event,reason){setAnchorEl(null),null==onMenuCloseProp||onMenuCloseProp(event,reason)})),MenuList=react_1.useMemo((function(){return menuItems&&0!==menuItems.length?menuItems.map((function(item){var icon=item.icon,label=item.label,value=item.value,disabled=item.disabled,onClick=item.onClick,selected=item.selected,key=item.key,menuItemRest=tslib_1.__rest(item,["icon","label","value","disabled","onClick","selected","key"]);return react_1.default.createElement(MenuItemComponent,{key,disabled,selected,value,onClick:function(event){null==onChange||onChange(event,value),null==onClick||onClick(event)},"data-test-automation-id":menuItemRest["data-test-automation-id"]},icon?react_1.default.createElement(List_1.RcListItemIcon,null,icon):null,react_1.default.createElement(List_1.RcListItemText,{primary:label||value}))})):null}),[MenuItemComponent,menuItems,onChange]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Tab_1.RcTab,tslib_1.__assign({},rest,{ref,onClick:handleTabClick,label:MoreIcon,value:"more_menu_tab","aria-haspopup":"true","aria-controls":menuId,"data-tab-more-button":""})),react_1.default.createElement(Menu_1.RcMenu,tslib_1.__assign({autoClose:!0},MenuPropsRest,{id:menuId,anchorEl,open,variant:"menu",onClose:handleMenuClose}),MenuList))})),MoreMenuTab=foundation_1.styled(_MoreMenuTab)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.MoreMenuTabStyle);exports.MoreMenuTab=MoreMenuTab,MoreMenuTab.defaultProps={label:"more_menu_tab",value:"more_menu_tab"},MoreMenuTab.displayName="MoreMenuTab";try{MoreMenuTab.displayName="MoreMenuTab",MoreMenuTab.__docgenInfo={description:"inner component",displayName:"MoreMenuTab",props:{direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:{value:"more_menu_tab"},description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:{value:"more_menu_tab"},description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},TooltipProps:{defaultValue:null,description:"",name:"TooltipProps",required:!1,type:{name:'Pick'}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},MenuProps:{defaultValue:null,description:"",name:"MenuProps",required:!1,type:{name:'Pick'}},menuItems:{defaultValue:null,description:"",name:"menuItems",required:!0,type:{name:'Pick[]'}},MenuItemComponent:{defaultValue:null,description:"custom MenuItem render component",name:"MenuItemComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},MoreIcon:{defaultValue:null,description:"",name:"MoreIcon",required:!1,type:{name:"Element | ((isMenuOpen: boolean) => Element)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx#MoreMenuTab"]={docgenInfo:MoreMenuTab.__docgenInfo,name:"MoreMenuTab",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx#MoreMenuTab"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.MoreMenuTabStyle=function(_a){var isVertical="vertical"===_a.orientation;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n position: absolute;\n bottom: 0;\n\n ","\n "],["\n position: absolute;\n bottom: 0;\n\n ","\n "])),isVertical?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 100%;\n "],["\n width: 100%;\n "]))):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n top: 0;\n right: 0;\n "],["\n top: 0;\n right: 0;\n "]))))};try{MoreMenuTabStyle.displayName="MoreMenuTabStyle",MoreMenuTabStyle.__docgenInfo={description:"",displayName:"MoreMenuTabStyle",props:{menuItems:{defaultValue:null,description:"",name:"menuItems",required:!0,type:{name:'Pick[]'}},MenuProps:{defaultValue:null,description:"",name:"MenuProps",required:!1,type:{name:'Pick'}},MenuItemComponent:{defaultValue:null,description:"custom MenuItem render component",name:"MenuItemComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},TooltipProps:{defaultValue:null,description:"",name:"TooltipProps",required:!1,type:{name:'Pick'}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},MoreIcon:{defaultValue:null,description:"",name:"MoreIcon",required:!1,type:{name:"Element | ((isMenuOpen: boolean) => Element)"}},direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:null,description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx#MoreMenuTabStyle"]={docgenInfo:MoreMenuTabStyle.__docgenInfo,name:"MoreMenuTabStyle",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx#MoreMenuTabStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js"));exports.MoreMenuTabSentinel=react_1.forwardRef((function(props,ref){var onFocus=props.onFocus,id=props.id;return react_1.default.createElement("div",{ref,"aria-hidden":!0,style:{position:"absolute",top:0,left:0,height:0,width:0},tabIndex:-1,"data-tab-sentinel":id,onFocus})})),exports.MoreMenuTabSentinel.displayName="MoreMenuTabSentinel";try{MoreMenuTabSentinel.displayName="MoreMenuTabSentinel",MoreMenuTabSentinel.__docgenInfo={description:"",displayName:"MoreMenuTabSentinel",props:{onFocus:{defaultValue:null,description:"",name:"onFocus",required:!0,type:{name:"(event: FocusEvent) => void"}},id:{defaultValue:null,description:"",name:"id",required:!0,type:{name:"string"}},value:{defaultValue:null,description:"",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx#MoreMenuTabSentinel"]={docgenInfo:MoreMenuTabSentinel.__docgenInfo,name:"MoreMenuTabSentinel",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx#MoreMenuTabSentinel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Tabs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tabs/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MoreMenuTab_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/index.ts"),MoreMenuTabSentinel_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx"),getTabsInfoFromChildren=(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/index.ts"),function(children){var childrenInfo=react_1.default.Children.map(children,(function(child,index){var _a,_b;if(react_1.isValidElement(child)){var key=null!==(_a=child.key)&&void 0!==_a?_a:index;return{index,key,value:null!==(_b=child.props.value)&&void 0!==_b?_b:key,element:child}}return null}));return childrenInfo?childrenInfo.filter((function(info){return Boolean(info)})):[]}),_MoreMenuTabs=react_1.forwardRef((function(props,ref){var orientation=props.orientation,childrenProp=props.children,value=props.value,onChange=props.onChange,_a=props.MoreButtonProps,MoreButtonProps=void 0===_a?{}:_a,_b=props.resizeThrottleTime,resizeThrottleTime=void 0===_b?100:_b,rest=tslib_1.__rest(props,["orientation","children","value","onChange","MoreButtonProps","resizeThrottleTime"]),onGroupInfoChange=MoreButtonProps.onGroupInfoChange,MoreButtonPropsRest=tslib_1.__rest(MoreButtonProps,["onGroupInfoChange"]),sizeKey="vertical"===orientation?"offsetHeight":"offsetWidth",innerRef=react_1.useRef(null),moreTabRef=react_1.useRef(null),sentinelStartRef=react_1.useRef(null),tabsRef=foundation_1.useForkRef(innerRef,ref),_c=foundation_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_c?window:_c,mountStateRef=foundation_1.useMountState(),_d=tslib_1.__read(react_1.useState((function(){var tabsInfo=getTabsInfoFromChildren(childrenProp);return tabsInfo?{all:tabsInfo,tab:tabsInfo,menu:[]}:{all:[],tab:[],menu:[]}})),2),groupInfo=_d[0],setGroupInfo=_d[1],throttleCalculateGroupInfo=foundation_1.useThrottle((function(){var e_1,_a,_b,tablist=null===(_b=innerRef.current)||void 0===_b?void 0:_b.querySelector('[role="tablist"]');if(tablist){var allTabs=Array.from(tablist.children),allTabsSize=[],selectedIndex=groupInfo.all.findIndex((function(info){return info.value===value})),tablistSize=tablist[sizeKey],moreButtonSize=44,allTabsSizeSumWidthoutMoreButton=0;try{for(var allTabs_1=tslib_1.__values(allTabs),allTabs_1_1=allTabs_1.next();!allTabs_1_1.done;allTabs_1_1=allTabs_1.next()){var tabEl=allTabs_1_1.value;if("string"==typeof tabEl.dataset.tabOriginIndex){var tabOriginIndex=Number(tabEl.dataset.tabOriginIndex),elSize=tabEl[sizeKey];allTabsSize[tabOriginIndex]=elSize,allTabsSizeSumWidthoutMoreButton+=elSize}else if("string"==typeof tabEl.dataset.tabMoreButton){moreButtonSize=elSize=tabEl[sizeKey]}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{allTabs_1_1&&!allTabs_1_1.done&&(_a=allTabs_1.return)&&_a.call(allTabs_1)}finally{if(e_1)throw e_1.error}}var newGroupInfo={all:groupInfo.all,tab:[],menu:[]};if(allTabsSizeSumWidthoutMoreButton>tablistSize){for(var targetSize=allTabsSizeSumWidthoutMoreButton+moreButtonSize,i=allTabsSize.length-1;i>=0&&!(i!==selectedIndex&&(targetSize-=allTabsSize[i],newGroupInfo.menu.unshift(groupInfo.all[i]),targetSize<=tablistSize));i--);newGroupInfo.tab=groupInfo.all.filter((function(info){return!newGroupInfo.menu.some((function(_a){return _a.index===info.index}))}))}else newGroupInfo.tab=newGroupInfo.all;var shouldUpdateGroupInfo=!1;if(newGroupInfo.tab.length===groupInfo.tab.length&&newGroupInfo.tab.length===groupInfo.tab.length){for(i=0;i0,MoreMenuTabCmp=function(){if(!useMoreMode)return null;var menuItems=groupInfo.menu.map((function(_a){var key=_a.key,element=_a.element;return tslib_1.__assign(tslib_1.__assign({},element.props),{key})}));return useMoreMode?react_1.default.createElement(MoreMenuTab_1.MoreMenuTab,tslib_1.__assign({},MoreButtonPropsRest,{key:MoreMenuTab_1.DEFAULT_MORE_MENU_TAB_LABEL,size:rest.size,menuItems,ref:moreTabRef,onChange,orientation})):null}(),children=(tabGroupElements=groupInfo.tab.map((function(_a){var index=_a.index,key=_a.key,tabValue=_a.value,element=_a.element;return react_1.cloneElement(element,{key,value:tabValue,"data-tab-origin-index":index,"data-tab-key":key})})),useMoreMode?tslib_1.__spread(tabGroupElements,[react_1.default.createElement(MoreMenuTabSentinel_1.MoreMenuTabSentinel,{id:"start",value:"sentinel-start",key:"sentinel-start",ref:sentinelStartRef,onFocus:function(){var _a;null===(_a=moreTabRef.current)||void 0===_a||_a.focus()}})],groupInfo.menu.map((function(_a){var index=_a.index,key=_a.key,tabValue=_a.value,element=_a.element;return react_1.cloneElement(element,{key,value:tabValue,"data-tab-origin-index":index,"data-tab-key":key,"aria-hidden":!0,disabled:!0,style:tslib_1.__assign(tslib_1.__assign({},element.props.style),{opacity:0,position:"absolute",top:0,left:0})})})),[react_1.default.createElement(MoreMenuTabSentinel_1.MoreMenuTabSentinel,{id:"end",value:"sentinel-end",key:"sentinel-end",onFocus:function(){var _a,focusTarget=(null===(_a=sentinelStartRef.current)||void 0===_a?void 0:_a.previousElementSibling)||moreTabRef.current;focusTarget&&focusTarget.focus()}})]):tabGroupElements);return react_1.default.createElement(Tabs_1.default,tslib_1.__assign({},rest,{ref:tabsRef,value,variant:"standard",indicatorColor:"primary",textColor:"primary",onChange,orientation}),children,MoreMenuTabCmp)})),MoreMenuTabs=foundation_1.styled(_MoreMenuTabs)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.MoreMenuTabs=MoreMenuTabs,MoreMenuTabs.displayName="MoreMenuTabs";try{MoreMenuTabs.displayName="MoreMenuTabs",MoreMenuTabs.__docgenInfo={description:"inner component",displayName:"MoreMenuTabs",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx#MoreMenuTabs"]={docgenInfo:MoreMenuTabs.__docgenInfo,name:"MoreMenuTabs",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx#MoreMenuTabs"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/MoreMenuTabsUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/MoreMenuTabsUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tabs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tabs/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MoreMenuTabs_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/utils/index.ts"),_RcTabs=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTabs"}),classesProp=props.classes,childrenProp=props.children,variantProp=props.variant,size=props.size,resizeThrottleTime=props.resizeThrottleTime,MoreButtonProps=props.MoreButtonProps,rest=tslib_1.__rest(props,["classes","children","variant","size","resizeThrottleTime","MoreButtonProps"]),isMore="moreMenu"===variantProp,classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcTabsClasses,classesProp)}),[classesProp]),children=react_1.useMemo((function(){return react_1.default.Children.map(childrenProp,(function(child){return react_1.default.cloneElement(child,{size})}))}),[childrenProp,size]);return isMore?react_1.default.createElement(MoreMenuTabs_1.MoreMenuTabs,tslib_1.__assign({},rest,{resizeThrottleTime,ref,classes,size,MoreButtonProps}),children):react_1.default.createElement(Tabs_1.default,tslib_1.__assign({},rest,{ref,classes,variant:isMore?"standard":variantProp,indicatorColor:"primary",textColor:"primary"}),children)})),RcTabs=foundation_1.styled(_RcTabs)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabsStyle);exports.RcTabs=RcTabs,RcTabs.defaultProps={variant:"standard",size:"small"},RcTabs.displayName="RcTabs";try{RcTabs.displayName="RcTabs",RcTabs.__docgenInfo={description:"",displayName:"RcTabs",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx#RcTabs"]={docgenInfo:RcTabs.__docgenInfo,name:"RcTabs",path:"packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx#RcTabs"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/utils/index.ts");exports.TabsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n min-height: auto;\n\n ."," {\n background-color: ",";\n }\n "],["\n min-height: auto;\n\n ."," {\n background-color: ",";\n }\n "])),utils_1.RcTabsClasses.indicator,foundation_1.palette2("tab","selected"))};try{TabsStyle.displayName="TabsStyle",TabsStyle.__docgenInfo={description:"",displayName:"TabsStyle",props:{variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx#TabsStyle"]={docgenInfo:TabsStyle.__docgenInfo,name:"TabsStyle",path:"packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx#TabsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/utils/TabsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabsClasses=foundation_1.RcClasses(["indicator"],"RcTabs")},"./packages/juno-core/src/components/Tabs/Tabs/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/utils/TabsUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/index.ts"),exports)},"./packages/juno-core/src/components/Tag/Tag.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tag/styles/index.ts"),_RcTag=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTag"});props.color;var children=props.children,content=props.content,rest=(props.textColor,props.borderColor,props.radius,tslib_1.__rest(props,["color","children","content","textColor","borderColor","radius"]));return react_1.default.createElement("span",tslib_1.__assign({},rest,{ref}),content||children)}))),RcTag=foundation_1.styled(_RcTag)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TagStyle);exports.RcTag=RcTag,RcTag.defaultProps={color:"highlight.b03",textColor:"neutral.f01",radius:"xl"},RcTag.displayName="RcTag";try{RcTag.displayName="RcTag",RcTag.__docgenInfo={description:"",displayName:"RcTag",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tag/Tag.tsx#RcTag"]={docgenInfo:RcTag.__docgenInfo,name:"RcTag",path:"packages/juno-core/src/components/Tag/Tag.tsx#RcTag"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tag/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/Tag.tsx"),exports)},"./packages/juno-core/src/components/Tag/styles/TagStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tag/utils/index.ts");exports.TagStyle=function(_a){var textColor=_a.textColor,color=_a.color,borderColor=_a.borderColor,radiusProp=_a.radius,backgroundColor=foundation_1.getParsePaletteColor("string"==typeof color&&utils_1.colorMap[color]||color);return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: inline-block;\n\n background-color: ",";\n color: ",";\n ",";\n\n border-radius: ",";\n text-align: center;\n padding: ",";\n ",";\n min-width: ",";\n max-width: ",";\n ","\n "],["\n display: inline-block;\n\n background-color: ",";\n color: ",";\n ",";\n\n border-radius: ",";\n text-align: center;\n padding: ",";\n ",";\n min-width: ",";\n max-width: ",";\n ","\n "])),backgroundColor,foundation_1.getParsePaletteColor(textColor),borderColor&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border: 1px solid ",";\n "],["\n border: 1px solid ",";\n "])),foundation_1.getParsePaletteColor(borderColor)),foundation_1.radius(radiusProp),foundation_1.spacing(0,2),foundation_1.typography("caption1"),foundation_1.spacing(9),foundation_1.spacing(41),foundation_1.ellipsis)};try{TagStyle.displayName="TagStyle",TagStyle.__docgenInfo={description:"",displayName:"TagStyle",props:{color:{defaultValue:null,description:"tag color, default is 'highlight.b03'",name:"color",required:!1,type:{name:'"main" | "primary" | "secondary" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 125 more ...'}},borderColor:{defaultValue:null,description:"tag border color",name:"borderColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},textColor:{defaultValue:null,description:"text color, default is 'neutral.f01'",name:"textColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the tag.",name:"children",required:!1,type:{name:"ReactNode"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `xl`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},content:{defaultValue:null,description:"@deprecated",name:"content",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tag/styles/TagStyle.tsx#TagStyle"]={docgenInfo:TagStyle.__docgenInfo,name:"TagStyle",path:"packages/juno-core/src/components/Tag/styles/TagStyle.tsx#TagStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tag/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/styles/TagStyle.tsx"),exports)},"./packages/juno-core/src/components/Tag/utils/TagUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.colorMap={primary:"highlight.b03",secondary:"neutral.b04",main:"interactive.b02"}},"./packages/juno-core/src/components/Tag/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/utils/TagUtils.ts"),exports)},"./packages/juno-core/src/components/Text/Text.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),isString_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isString.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Text/styles/index.ts"),_RcText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcText"}),children=props.children,classNameProp=props.className,highlight=(props.flexFull,props.highlight),title=props.title,titleWhenOverflow=props.titleWhenOverflow,useRcTooltip=props.useRcTooltip,TooltipPropsProp=props.TooltipProps,rest=tslib_1.__rest(props,["children","className","flexFull","highlight","title","titleWhenOverflow","useRcTooltip","TooltipProps"]),_a=tslib_1.__read(react_1.useState(!0),2),isShowTitle=_a[0],setIsShowTitle=_a[1],innerRef=react_1.useRef(null),textRef=foundation_1.useForkRef(innerRef,ref);titleWhenOverflow&&foundation_1.useOverflow(innerRef,(function(state){return setIsShowTitle(state)}));var className=react_1.useMemo((function(){var _a;return clsx_1.default(classNameProp,((_a={})[styles_1.highlightClassName]=highlight,_a))}),[classNameProp,highlight]),TooltipProps=react_1.useMemo((function(){return foundation_1.combineProps({tooltipForceHide:!isShowTitle},TooltipPropsProp)}),[TooltipPropsProp,isShowTitle]);return react_1.default.createElement(Typography_1.RcTypography,tslib_1.__assign({ref:textRef,title:isShowTitle||useRcTooltip?null!=title?title:isString_1.default(children)?children:void 0:void 0,TooltipProps,useRcTooltip,variant:highlight?"inherit":void 0,component:highlight?"span":void 0,className},rest),children)})),RcText=foundation_1.styled(_RcText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.textStyle);exports.RcText=RcText,RcText.defaultProps={noWrap:!0};try{RcText.displayName="RcText",RcText.__docgenInfo={description:"`RcText` will auto add title with children when that children is string\n and the default wrap is noWrap,\n also bring with show title only when overflow",displayName:"RcText",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Text/Text.tsx#RcText"]={docgenInfo:RcText.__docgenInfo,name:"RcText",path:"packages/juno-core/src/components/Text/Text.tsx#RcText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Text/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Text/Text.tsx"),exports)},"./packages/juno-core/src/components/Text/styles/StyledText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.highlightClassName="highlight-term",exports.textStyle=function(props){var titleWhenOverflow=props.titleWhenOverflow,flexFull=props.flexFull;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n\n flex: ",";\n\n &."," {\n color: "," !important;\n background-color: "," !important;\n }\n "],["\n ",";\n\n flex: ",";\n\n &."," {\n color: "," !important;\n background-color: "," !important;\n }\n "])),"number"==typeof titleWhenOverflow&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n white-space: normal;\n "],["\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n white-space: normal;\n "])),titleWhenOverflow),flexFull&&"1 1 auto",exports.highlightClassName,foundation_1.palette2("highlight","f01"),foundation_1.palette2("highlight","b02"))};try{textStyle.displayName="textStyle",textStyle.__docgenInfo={description:"",displayName:"textStyle",props:{flexFull:{defaultValue:null,description:"when set `true`, add style `flex: 1 1 auto`",name:"flexFull",required:!1,type:{name:"boolean"}},highlight:{defaultValue:null,description:"highlight for text with color and background to be mentionMe",name:"highlight",required:!1,type:{name:"boolean"}},titleWhenOverflow:{defaultValue:null,description:"is show title only when truncated, use `number` value to truncate text at a specific number of lines.\n### should not change titleWhenOverflow dynamically, keep that be same value, that will cause hook issue",name:"titleWhenOverflow",required:!1,type:{name:"number | boolean"}},variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Text/styles/StyledText.tsx#textStyle"]={docgenInfo:textStyle.__docgenInfo,name:"textStyle",path:"packages/juno-core/src/components/Text/styles/StyledText.tsx#textStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Text/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Text/styles/StyledText.tsx"),exports)},"./packages/juno-core/src/components/Thumbnail/Thumbnail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Thumbnail/styles/index.ts"),_RcThumbnail=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcThumbnail"});var url=props.url,_a=props.src,src=void 0===_a?url:_a,iconType=props.iconType,size=props.size,symbol=props.symbol,rest=tslib_1.__rest(props,["url","src","iconType","size","symbol"]);return react_1.default.createElement(react_1.default.Fragment,null,src?react_1.default.createElement(styles_1.StyledThumbnail,tslib_1.__assign({ref,src,size,"data-test-automation-id":"thumbnail"},rest)):react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({ref,"data-test-automation-id":"iconThumbnail"},rest,{size:"small"===size?"small":"xxxlarge",symbol}),iconType))})),RcThumbnail=foundation_1.styled(react_1.memo(_RcThumbnail))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcThumbnail=RcThumbnail,RcThumbnail.defaultProps={size:"large"},RcThumbnail.displayName="RcThumbnail";try{RcThumbnail.displayName="RcThumbnail",RcThumbnail.__docgenInfo={description:"",displayName:"RcThumbnail",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Thumbnail/Thumbnail.tsx#RcThumbnail"]={docgenInfo:RcThumbnail.__docgenInfo,name:"RcThumbnail",path:"packages/juno-core/src/components/Thumbnail/Thumbnail.tsx#RcThumbnail"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Thumbnail/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/Thumbnail.tsx"),exports)},"./packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Thumbnail/utils/index.ts");exports.StyledThumbnail=foundation_1.styled.span(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n display: inline-block;\n background-color: ",";\n ",";\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center;\n"],["\n ",";\n display: inline-block;\n background-color: ",";\n ",";\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center;\n"])),(function(_a){var size=_a.size,src=_a.src;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n height: ","px;\n background-image: url(",");\n border-radius: ",";\n "],["\n width: ","px;\n height: ","px;\n background-image: url(",");\n border-radius: ",";\n "])),utils_1.RcThumbnailSizes[size],utils_1.RcThumbnailSizes[size],src,foundation_1.radius("small"===size?"sm":"lg"))}),foundation_1.palette2("neutral","b03"),foundation_1.fakeBorder());try{StyledThumbnail.displayName="StyledThumbnail",StyledThumbnail.__docgenInfo={description:"",displayName:"StyledThumbnail",props:{src:{defaultValue:null,description:"Thumbnail background url",name:"src",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"thumbnail size, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},symbol:{defaultValue:null,description:"that will render RcIcon when not have url",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},iconType:{defaultValue:null,description:"@deprecated",name:"iconType",required:!1,type:{name:"string"}},url:{defaultValue:null,description:"@deprecated",name:"url",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx#StyledThumbnail"]={docgenInfo:StyledThumbnail.__docgenInfo,name:"StyledThumbnail",path:"packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx#StyledThumbnail"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Thumbnail/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx"),exports)},"./packages/juno-core/src/components/Thumbnail/utils/ThumbnailUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RcThumbnailSizes={small:20,large:36}},"./packages/juno-core/src/components/Thumbnail/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/utils/ThumbnailUtils.ts"),exports)},"./packages/juno-core/src/components/Toolbar/Toolbar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Toolbar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Toolbar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),_RcToolbar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcToolbar"});return react_1.default.createElement(Toolbar_1.default,tslib_1.__assign({ref},props))})),RcToolbar=styled_components_1.default(_RcToolbar)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcToolbar=RcToolbar,RcToolbar.displayName="RcToolbar";try{RcToolbar.displayName="RcToolbar",RcToolbar.__docgenInfo={description:"",displayName:"RcToolbar",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},variant:{defaultValue:null,description:"",name:"variant",required:!1,type:{name:"enum",value:[{value:'"dense"'},{value:'"regular"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Toolbar/Toolbar.tsx#RcToolbar"]={docgenInfo:RcToolbar.__docgenInfo,name:"RcToolbar",path:"packages/juno-core/src/components/Toolbar/Toolbar.tsx#RcToolbar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Toolbar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Toolbar/Toolbar.tsx"),exports)},"./packages/juno-core/src/components/Tooltip/Tooltip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tooltip_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tooltip/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/index.ts"),_RcTooltip=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTooltip"});var children=props.children,tooltipForceHide=props.tooltipForceHide,openProp=props.open,onOpen=props.onOpen,onClose=props.onClose,classNameProp=props.className,classesProp=props.classes,PopperPropsProp=props.PopperProps,ignorePointer=(props.textColor,props.color,props.ignorePointer),maskProps=(props.size,props.maskProps),title=props.title,rest=(props.injectGlobalStyle,tslib_1.__rest(props,["children","tooltipForceHide","open","onOpen","onClose","className","classes","PopperProps","textColor","color","ignorePointer","size","maskProps","title","injectGlobalStyle"])),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,_a=tslib_1.__read(react_1.useState(!1),2),isDisabledButton=_a[0],setIsDisabledButton=_a[1],popperInnerRef=react_1.useRef(null),innerRef=react_1.useRef(null),tooltipRef=foundation_1.useForkRef(ref,innerRef),classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.combineClasses({popper:classNameProp},utils_1.RcTooltipClasses),classesProp)}),[classNameProp,classesProp]),PopperProps=react_1.useMemo((function(){var _a=PopperPropsProp||{},tooltipPopperRef=_a.ref,restPopperPropsProp=tslib_1.__rest(_a,["ref"]);return tslib_1.__assign(tslib_1.__assign({},foundation_1.combineProps({container:null==externalWindow?void 0:externalWindow.document.body,popperOptions:{onUpdate:function(e){var tooltipElm=null==popperInnerRef?void 0:popperInnerRef.current;tooltipElm&&e.popper&&e.popper.left<0&&e.popper.top<=0&&(tooltipElm.style.display="none")}}},restPopperPropsProp)),{ref:function(elm){popperInnerRef.current=elm,foundation_1.setRef(tooltipPopperRef,elm)}})}),[PopperPropsProp,null==externalWindow?void 0:externalWindow.document.body]),forceHideAdditionProps=utils_1.useTooltipForceHide({ref:innerRef,tooltipForceHide,open:openProp,onClose,onOpen}),additionProp=null!=forceHideAdditionProps?forceHideAdditionProps:{open:openProp,onOpen,onClose};return react_1.useLayoutEffect((function(){var childNode=innerRef.current;isDisabledButton&&childNode&&"button"===childNode.tagName.toLowerCase()&&childNode.disabled?setIsDisabledButton(!0):isDisabledButton&&setIsDisabledButton(!1)})),react_1.default.createElement(Tooltip_1.default,tslib_1.__assign({ref:tooltipRef,title:isDisabledButton?"":title,arrow:!0,classes,PopperProps},additionProp,rest),ignorePointer?react_1.default.createElement(styles_1.Mask,tslib_1.__assign({},maskProps),children):children)})),RcTooltip=foundation_1.styled(_RcTooltip)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.tooltipStyle);exports.RcTooltip=RcTooltip,RcTooltip.defaultProps={placement:"bottom",color:"neutral.b04",textColor:"neutral.f01",size:"large"},RcTooltip.displayName="RcTooltip";try{RcTooltip.displayName="RcTooltip",RcTooltip.__docgenInfo={description:"",displayName:"RcTooltip",props:{title:{defaultValue:null,description:"Tooltip title. Zero-length titles string are never displayed.",name:"title",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"className for apply on tooltip popper",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"This prop is used to help implement the accessibility logic.\nIf you don't provide this prop. It falls back to a randomly generated id.",name:"id",required:!1,type:{name:"string"}},color:{defaultValue:{value:"neutral.b04"},description:"color of tooltip",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"Tooltip reference element.",name:"children",required:!1,type:{name:"ReactElement | (ReactElement & string) | (ReactElement & number) | (ReactElement & false) | (ReactElement<...> & true) | (ReactElement<...> & ReactElement<...>) | (ReactElement<...> & Iterable<...>) | (ReactElement<...> & ReactPortal)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},size:{defaultValue:{value:"large"},description:"size of tooltip",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},placement:{defaultValue:{value:"bottom"},description:"Tooltip placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"If `true`, the tooltip is shown.",name:"open",required:!1,type:{name:"boolean"}},disableFocusListener:{defaultValue:null,description:"Do not respond to focus events.",name:"disableFocusListener",required:!1,type:{name:"boolean"}},disableHoverListener:{defaultValue:null,description:"Do not respond to hover events.",name:"disableHoverListener",required:!1,type:{name:"boolean"}},disableTouchListener:{defaultValue:null,description:"Do not respond to long press touch events.",name:"disableTouchListener",required:!1,type:{name:"boolean"}},enterDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip.\nThis prop won't impact the enter touch delay (`enterTouchDelay`).",name:"enterDelay",required:!1,type:{name:"number"}},enterNextDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip when one was already recently opened.",name:"enterNextDelay",required:!1,type:{name:"number"}},enterTouchDelay:{defaultValue:null,description:"The number of milliseconds a user must touch the element before showing the tooltip.",name:"enterTouchDelay",required:!1,type:{name:"number"}},interactive:{defaultValue:null,description:"Makes a tooltip interactive, i.e. will not close when the user\nhovers over the tooltip before the `leaveDelay` is expired.",name:"interactive",required:!1,type:{name:"boolean"}},leaveDelay:{defaultValue:null,description:"The number of milliseconds to wait before hiding the tooltip.\nThis prop won't impact the leave touch delay (`leaveTouchDelay`).",name:"leaveDelay",required:!1,type:{name:"number"}},leaveTouchDelay:{defaultValue:null,description:"The number of milliseconds after the user stops touching an element before hiding the tooltip.",name:"leaveTouchDelay",required:!1,type:{name:"number"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be open.\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},PopperComponent:{defaultValue:null,description:"The component used for the popper.",name:"PopperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},PopperProps:{defaultValue:null,description:"Props applied to the [`Popper`](/api/popper/) element.",name:"PopperProps",required:!1,type:{name:"Partial"}},tooltipForceHide:{defaultValue:null,description:"focus hide the tooltip display",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},textColor:{defaultValue:{value:"neutral.f01"},description:"text color of tooltip",name:"textColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},ignorePointer:{defaultValue:null,description:"Ignore wrap children pointer-event\n\n## that will add a span wrap children component, please make sure your style not effect",name:"ignorePointer",required:!1,type:{name:"boolean"}},maskProps:{defaultValue:null,description:"addition props for hidden mask in `ignorePointer` mode",name:"maskProps",required:!1,type:{name:"ThemedOuterStyledProps, HTMLSpanElement>, RcTheme>"}},injectGlobalStyle:{defaultValue:null,description:"@deprecated",name:"injectGlobalStyle",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/Tooltip.tsx#RcTooltip"]={docgenInfo:RcTooltip.__docgenInfo,name:"RcTooltip",path:"packages/juno-core/src/components/Tooltip/Tooltip.tsx#RcTooltip"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tooltip/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/Tooltip.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/withTooltip/index.ts"),exports)},"./packages/juno-core/src/components/Tooltip/styles/Mask.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.Mask=foundation_1.styled.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-block;\n outline: none;\n"],["\n display: inline-block;\n outline: none;\n"])));try{Mask.displayName="Mask",Mask.__docgenInfo={description:"",displayName:"Mask",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/styles/Mask.tsx#Mask"]={docgenInfo:Mask.__docgenInfo,name:"Mask",path:"packages/juno-core/src/components/Tooltip/styles/Mask.tsx#Mask"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/index.ts"),tooltipTypography=function(_a){var size=_a.size;return utils_1.RcTooltipTypography[size]},placementSpace=function(_a){var size=_a.size;return utils_1.RcTooltipSpace[size]},tooltipPadding=function(_a){var size=_a.size;return utils_1.RcTooltipPadding[size]},tooltipColor=function(_a){var color=_a.color;return foundation_1.getParsePaletteColor(color)},tooltipTextColor=function(_a){var textColor=_a.textColor;return foundation_1.getParsePaletteColor(textColor)},arrowSize={vertical:foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 0.4em;\n width: 0.6em;\n "],["\n height: 0.4em;\n width: 0.6em;\n "]))),horizontal:foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n height: 0.6em;\n width: 0.4em;\n "],["\n height: 0.6em;\n width: 0.4em;\n "])))},horizontalMarginTopAndMarginBottom=foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-top: 3px;\n margin-bottom: 3px;\n"],["\n margin-top: 3px;\n margin-bottom: 3px;\n"])));exports.tooltipStyle=function(){return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ","\n max-width: calc(100% - 10px);\n\n ."," {\n ",";\n background-color: ",";\n color: ",";\n padding: ",";\n word-break: break-word;\n position: relative;\n }\n\n .",",\n ."," {\n margin: "," 0;\n }\n\n .",",\n ."," {\n margin: 0 ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n margin-bottom: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-top: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-right: ",";\n ","\n ","\n }\n }\n\n ."," {\n ."," {\n margin-left: ",";\n ","\n ","\n }\n }\n "],["\n ","\n max-width: calc(100% - 10px);\n\n ."," {\n ",";\n background-color: ",";\n color: ",";\n padding: ",";\n word-break: break-word;\n position: relative;\n }\n\n .",",\n ."," {\n margin: "," 0;\n }\n\n .",",\n ."," {\n margin: 0 ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n margin-bottom: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-top: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-right: ",";\n ","\n ","\n }\n }\n\n ."," {\n ."," {\n margin-left: ",";\n ","\n ","\n }\n }\n "])),"",utils_1.RcTooltipClasses.tooltip,tooltipTypography,tooltipColor,tooltipTextColor,tooltipPadding,utils_1.RcTooltipClasses.tooltipPlacementTop,utils_1.RcTooltipClasses.tooltipPlacementBottom,placementSpace,utils_1.RcTooltipClasses.tooltipPlacementRight,utils_1.RcTooltipClasses.tooltipPlacementLeft,placementSpace,utils_1.RcTooltipClasses.arrow,tooltipColor,utils_1.RcTooltipClasses.tooltipPlacementTop,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.vertical,utils_1.RcTooltipClasses.tooltipPlacementBottom,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.vertical,utils_1.RcTooltipClasses.tooltipPlacementLeft,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.horizontal,horizontalMarginTopAndMarginBottom,utils_1.RcTooltipClasses.tooltipPlacementRight,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.horizontal,horizontalMarginTopAndMarginBottom)};try{tooltipStyle.displayName="tooltipStyle",tooltipStyle.__docgenInfo={description:"",displayName:"tooltipStyle",props:{tooltipForceHide:{defaultValue:null,description:"focus hide the tooltip display",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size of tooltip",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},color:{defaultValue:null,description:"color of tooltip",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},textColor:{defaultValue:null,description:"text color of tooltip",name:"textColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},className:{defaultValue:null,description:"className for apply on tooltip popper",name:"className",required:!1,type:{name:"string"}},ignorePointer:{defaultValue:null,description:"Ignore wrap children pointer-event\n\n## that will add a span wrap children component, please make sure your style not effect",name:"ignorePointer",required:!1,type:{name:"boolean"}},maskProps:{defaultValue:null,description:"addition props for hidden mask in `ignorePointer` mode",name:"maskProps",required:!1,type:{name:"ThemedOuterStyledProps, HTMLSpanElement>, RcTheme>"}},injectGlobalStyle:{defaultValue:null,description:"@deprecated",name:"injectGlobalStyle",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"Tooltip title. Zero-length titles string are never displayed.",name:"title",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},id:{defaultValue:null,description:"This prop is used to help implement the accessibility logic.\nIf you don't provide this prop. It falls back to a randomly generated id.",name:"id",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Tooltip reference element.",name:"children",required:!0,type:{name:"ReactElement"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},placement:{defaultValue:null,description:"Tooltip placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"If `true`, the tooltip is shown.",name:"open",required:!1,type:{name:"boolean"}},disableFocusListener:{defaultValue:null,description:"Do not respond to focus events.",name:"disableFocusListener",required:!1,type:{name:"boolean"}},disableHoverListener:{defaultValue:null,description:"Do not respond to hover events.",name:"disableHoverListener",required:!1,type:{name:"boolean"}},disableTouchListener:{defaultValue:null,description:"Do not respond to long press touch events.",name:"disableTouchListener",required:!1,type:{name:"boolean"}},enterDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip.\nThis prop won't impact the enter touch delay (`enterTouchDelay`).",name:"enterDelay",required:!1,type:{name:"number"}},enterNextDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip when one was already recently opened.",name:"enterNextDelay",required:!1,type:{name:"number"}},enterTouchDelay:{defaultValue:null,description:"The number of milliseconds a user must touch the element before showing the tooltip.",name:"enterTouchDelay",required:!1,type:{name:"number"}},interactive:{defaultValue:null,description:"Makes a tooltip interactive, i.e. will not close when the user\nhovers over the tooltip before the `leaveDelay` is expired.",name:"interactive",required:!1,type:{name:"boolean"}},leaveDelay:{defaultValue:null,description:"The number of milliseconds to wait before hiding the tooltip.\nThis prop won't impact the leave touch delay (`leaveTouchDelay`).",name:"leaveDelay",required:!1,type:{name:"number"}},leaveTouchDelay:{defaultValue:null,description:"The number of milliseconds after the user stops touching an element before hiding the tooltip.",name:"leaveTouchDelay",required:!1,type:{name:"number"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be open.\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},PopperComponent:{defaultValue:null,description:"The component used for the popper.",name:"PopperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},PopperProps:{defaultValue:null,description:"Props applied to the [`Popper`](/api/popper/) element.",name:"PopperProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx#tooltipStyle"]={docgenInfo:tooltipStyle.__docgenInfo,name:"tooltipStyle",path:"packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx#tooltipStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tooltip/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/styles/Mask.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx"),exports)},"./packages/juno-core/src/components/Tooltip/utils/TooltipUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTooltipClasses=foundation_1.RcClasses(["popper","tooltip","arrow","tooltipPlacementBottom","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop"],"RcTooltip"),exports.RcTooltipTypography={medium:foundation_1.typography("caption1"),large:foundation_1.typography("body1"),xlarge:foundation_1.typography("body1")},exports.RcTooltipSpace={medium:foundation_1.spacing(2),large:foundation_1.spacing(3),xlarge:foundation_1.spacing(3)},exports.RcTooltipPadding={medium:foundation_1.spacing(1,2),large:foundation_1.spacing(1,2),xlarge:foundation_1.spacing(3,3)}},"./packages/juno-core/src/components/Tooltip/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/TooltipUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/useTooltipForceHide.ts"),exports)},"./packages/juno-core/src/components/Tooltip/utils/useTooltipForceHide.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useTooltipForceHide=function(_a){var tooltipForceHide=_a.tooltipForceHide,openProp=_a.open,onClose=_a.onClose,onOpen=_a.onOpen,ref=_a.ref;if(void 0!==tooltipForceHide){var _b=tslib_1.__read(foundation_1.useRefState(!1),2),openRef=_b[0],setOpen=_b[1],isOverRef=react_1.useRef(!1),openState=!tooltipForceHide&&(null!=openProp?openProp:openRef.current),prevOpenState=foundation_1.usePrevious((function(){return openState}));foundation_1.useChange((function(){!1===tooltipForceHide&&!0===isOverRef.current&&(openState=null==openProp||openProp),tooltipForceHide&&prevOpenState?(setOpen(!1,!1),null==onClose||onClose({})):openState&&(setOpen(!0,!1),null==onOpen||onOpen({}))}),(function(){return tooltipForceHide})),foundation_1.useEventListener(ref,"mouseover",(function(){return isOverRef.current=!0}));var leaveFn=function(){return isOverRef.current=!1};foundation_1.useEventListener(ref,"mouseleave",leaveFn),foundation_1.useEventListener(ref,"blur",leaveFn);var handleOpen=foundation_1.useEventCallback((function(event){setOpen(!0),null==onOpen||onOpen(event)})),handleClose=foundation_1.useEventCallback((function(event){setOpen(!1),null==onClose||onClose(event)}));return{disableFocusListener:tooltipForceHide,disableHoverListener:tooltipForceHide,disableTouchListener:tooltipForceHide,open:openState,onOpen:handleOpen,onClose:handleClose}}}},"./packages/juno-core/src/components/Tooltip/withTooltip/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx"),exports)},"./packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/Tooltip.tsx");function withTooltip(Component){return react_1.forwardRef((function(props,ref){var title=props.title,useRcTooltip=props.useRcTooltip,TooltipProps=props.TooltipProps,rest=tslib_1.__rest(props,["title","useRcTooltip","TooltipProps"]);return title&&useRcTooltip?react_1.default.createElement(Tooltip_1.RcTooltip,tslib_1.__assign({title},TooltipProps),react_1.default.createElement(Component,tslib_1.__assign({},rest,{ref}))):react_1.default.createElement(Component,tslib_1.__assign({title},rest,{ref}))}))}exports.withTooltip=withTooltip;try{withTooltip.displayName="withTooltip",withTooltip.__docgenInfo={description:"Make a component can be use with `RcTooltip` and Tooltip Props",displayName:"withTooltip",props:{apply:{defaultValue:null,description:"Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.\n@param \n@param",name:"apply",required:!0,type:{name:"(this: Function, thisArg: any, argArray?: any) => any"}},call:{defaultValue:null,description:"Calls a method of an object, substituting another object for the current object.\n@param \n@param",name:"call",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},bind:{defaultValue:null,description:"For a given function, creates a bound function that has the same body as the original function.\nThe this object of the bound function is associated with the specified object, and has the specified initial parameters.\n@param \n@param",name:"bind",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},toString:{defaultValue:null,description:"Returns a string representation of a function.",name:"toString",required:!1,type:{name:"() => string"}},prototype:{defaultValue:null,description:"",name:"prototype",required:!0,type:{name:"any"}},length:{defaultValue:null,description:"",name:"length",required:!0,type:{name:"number"}},arguments:{defaultValue:null,description:"",name:"arguments",required:!0,type:{name:"any"}},caller:{defaultValue:null,description:"",name:"caller",required:!0,type:{name:"Function"}},name:{defaultValue:null,description:"Returns the name of the function. Function names are read-only and can not be changed.",name:"name",required:!0,type:{name:"string"}},"__@hasInstance":{defaultValue:null,description:"Determines whether the given value inherits from this function if this function was used\nas a constructor function.\n\nA constructor function can control which objects are recognized as its instances by\n'instanceof' by overriding this method.",name:"__@hasInstance",required:!0,type:{name:"(value: any) => boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx#withTooltip"]={docgenInfo:withTooltip.__docgenInfo,name:"withTooltip",path:"packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx#withTooltip"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Collapse_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Collapse/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcCollapse=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCollapse"});return react_1.default.createElement(Collapse_1.default,tslib_1.__assign({ref},props))}));exports.RcCollapse=RcCollapse;try{RcCollapse.displayName="RcCollapse",RcCollapse.__docgenInfo={description:"",displayName:"RcCollapse",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content node to be collapsed.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.\n\nSet to 'auto' to automatically calculate transition time based on height.",name:"timeout",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the passed `Component`.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}},collapsedHeight:{defaultValue:null,description:"The height of the container when collapsed.\n@deprecated",name:"collapsedHeight",required:!1,type:{name:"string | number"}},collapsedSize:{defaultValue:null,description:"The height of the container when collapsed.",name:"collapsedSize",required:!1,type:{name:"string | number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx#RcCollapse"]={docgenInfo:RcCollapse.__docgenInfo,name:"RcCollapse",path:"packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx#RcCollapse"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Collapse/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Fade/Fade.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Fade_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Fade/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcFade=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFade"});return react_1.default.createElement(Fade_1.default,tslib_1.__assign({ref},props))}));exports.RcFade=RcFade;try{RcFade.displayName="RcFade",RcFade.__docgenInfo={description:"",displayName:"RcFade",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Fade/Fade.tsx#RcFade"]={docgenInfo:RcFade.__docgenInfo,name:"RcFade",path:"packages/juno-core/src/components/Transitions/Fade/Fade.tsx#RcFade"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Fade/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Fade/Fade.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Grow/Grow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Grow_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Grow/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcGrow=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcGrow"});return react_1.default.createElement(Grow_1.default,tslib_1.__assign({ref},props))}));exports.RcGrow=RcGrow;try{RcGrow.displayName="RcGrow",RcGrow.__docgenInfo={description:"",displayName:"RcGrow",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, show the component; triggers the enter or exit animation.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.\n\nSet to 'auto' to automatically calculate transition time based on height.",name:"timeout",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Grow/Grow.tsx#RcGrow"]={docgenInfo:RcGrow.__docgenInfo,name:"RcGrow",path:"packages/juno-core/src/components/Transitions/Grow/Grow.tsx#RcGrow"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Grow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/Grow.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Slide/Slide.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Slide_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Slide/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcSlide=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSlide"});return react_1.default.createElement(Slide_1.default,tslib_1.__assign({ref},props))}));exports.RcSlide=RcSlide;try{RcSlide.displayName="RcSlide",RcSlide.__docgenInfo={description:"",displayName:"RcSlide",props:{direction:{defaultValue:null,description:"Direction the child node will enter from.",name:"direction",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"up"'},{value:'"down"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, show the component; triggers the enter or exit animation.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Slide/Slide.tsx#RcSlide"]={docgenInfo:RcSlide.__docgenInfo,name:"RcSlide",path:"packages/juno-core/src/components/Transitions/Slide/Slide.tsx#RcSlide"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Slide/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Slide/Slide.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Transition.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./node_modules/@material-ui/core/transitions/utils.js");tslib_1.__exportStar(__webpack_require__("./node_modules/react-transition-group/esm/index.js"),exports),tslib_1.__exportStar(__webpack_require__("./node_modules/@material-ui/core/styles/transitions.js"),exports),exports.reflow=utils_1.reflow,exports.getTransitionProps=function getTransitionProps(props,options){var timeout=props.timeout,easing=props.easing,_a=props.style,style=void 0===_a?{}:_a;return{duration:style.transitionDuration||"number"==typeof timeout?timeout:(null==timeout?void 0:timeout[options.mode])||0,easing:style.transitionTimingFunction||"object"==typeof easing?null==easing?void 0:easing[options.mode]:easing,delay:style.transitionDelay}},exports.setTransitionStyle=function(node,value){node.style.webkitTransition=value,node.style.transition=value}},"./packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Zoom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Zoom/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcZoom=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcZoom"});return react_1.default.createElement(Zoom_1.default,tslib_1.__assign({ref},props))}));exports.RcZoom=RcZoom;try{RcZoom.displayName="RcZoom",RcZoom.__docgenInfo={description:"",displayName:"RcZoom",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx#RcZoom"]={docgenInfo:RcZoom.__docgenInfo,name:"RcZoom",path:"packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx#RcZoom"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Zoom/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx"),exports)},"./packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Transition_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Transition.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/utils/index.ts"),styles={entering:{transform:""},entered:{},exiting:{transform:""},exited:{}},RcZoomFrom=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcZoomFrom"}),fromRef=props.from,children=props.children,inProp=props.in,style=props.style,timeout=props.timeout,onExit=props.onExit,onEnter=props.onEnter,onExited=props.onExited,onExiting=props.onExiting,onEntering=props.onEntering,other=tslib_1.__rest(props,["from","children","in","style","timeout","onExit","onEnter","onExited","onExiting","onEntering"]),theme=foundation_1.useTheme(),nodeRef=react_1.useRef(null),handlers=utils_1.useNormalizedTransitionProps(tslib_1.__assign(tslib_1.__assign({},props),{onEnter:function(node,isAppearing){utils_2.transformToFromElm(fromRef,nodeRef),Transition_1.reflow(node),null==onEnter||onEnter(node,isAppearing)},onEntering:function(node,isAppearing){var transitionProps=Transition_1.getTransitionProps(props,{mode:"enter"}),transitionStyle=theme.transitions.create(["all"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onEntering||onEntering(node,isAppearing)},onExit:function(node){var transitionProps=Transition_1.getTransitionProps(props,{mode:"exit"}),transitionStyle=theme.transitions.create(["all"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onExit||onExit(node)},onExiting:function(node){utils_2.transformToFromElm(fromRef,nodeRef),Transition_1.reflow(node),null==onExiting||onExiting(node)},onExited:function(node){Transition_1.setTransitionStyle(node,""),null==onExited||onExited(node)}}),nodeRef),foreignRef=foundation_1.useForkRef(children.ref,ref),handleRef=foundation_1.useForkRef(nodeRef,foreignRef);return react_1.default.createElement(Transition_1.Transition,tslib_1.__assign({appear:!0,timeout,nodeRef,in:inProp},handlers,other),(function(state,childProps){return react_1.default.cloneElement(children,tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({visibility:"exited"!==state||inProp?void 0:"hidden"},style),children.props.style),styles[state]),ref:handleRef},childProps))}))}));exports.RcZoomFrom=RcZoomFrom,RcZoomFrom.defaultProps={timeout:{enter:Transition_1.duration.enteringScreen,exit:Transition_1.duration.enteringScreen}},RcZoomFrom.displayName="ZoomInFadeOut";try{ZoomInFadeOut.displayName="ZoomInFadeOut",ZoomInFadeOut.__docgenInfo={description:"",displayName:"ZoomInFadeOut",props:{children:{defaultValue:null,description:"host element",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},from:{defaultValue:null,description:"that transform anchor element",name:"from",required:!0,type:{name:"RefObject"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx#ZoomInFadeOut"]={docgenInfo:ZoomInFadeOut.__docgenInfo,name:"ZoomInFadeOut",path:"packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx#ZoomInFadeOut"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/ZoomFrom/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx"),exports)},"./packages/juno-core/src/components/Transitions/ZoomFrom/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/utils/transformToFromElm.tsx"),exports)},"./packages/juno-core/src/components/Transitions/ZoomFrom/utils/transformToFromElm.tsx":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.transformToFromElm=function transformToFromElm(fromRef,toRef){var fromElm=fromRef.current,toElm=toRef.current,fromRect=fromElm.getBoundingClientRect(),toRect=toElm.getBoundingClientRect(),deltaX=fromRect.x-toRect.x,deltaY=fromRect.y-toRect.y,scaleX=fromRect.width/toRect.width,scaleY=fromRect.height/toRect.height;toElm.style.transform="translate("+deltaX+"px, "+deltaY+"px) scale("+scaleX+", "+scaleY+")",toElm.style.transformOrigin="0 0"}},"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Transition_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Transition.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),styles={entering:{opacity:0,transform:"scale(1.1)"},entered:{transform:"scale(1)",opacity:1},exiting:{opacity:0,transform:"scale(1)"},exited:{opacity:0}},RcZoomInFadeOut=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcZoomInFadeOut"}),children=props.children,inProp=props.in,style=props.style,onExit=props.onExit,onEnter=props.onEnter,timeout=props.timeout,other=tslib_1.__rest(props,["children","in","style","onExit","onEnter","timeout"]),theme=foundation_1.useTheme(),nodeRef=react_1.useRef(null),handlers=utils_1.useNormalizedTransitionProps(tslib_1.__assign(tslib_1.__assign({},props),{onEnter:function(node,isAppearing){Transition_1.reflow(node);var transitionProps=Transition_1.getTransitionProps(props,{mode:"enter"}),transitionStyle=theme.transitions.create(["opacity","transform"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onEnter||onEnter(node,isAppearing)},onExit:function(node){var transitionProps=Transition_1.getTransitionProps(props,{mode:"exit"}),transitionStyle=theme.transitions.create(["opacity","transform"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onExit||onExit(node)}}),nodeRef),foreignRef=foundation_1.useForkRef(children.ref,ref),handleRef=foundation_1.useForkRef(nodeRef,foreignRef);return react_1.default.createElement(Transition_1.Transition,tslib_1.__assign({appear:!0,nodeRef,in:inProp,timeout},handlers,other),(function(state,childProps){return react_1.default.cloneElement(children,tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({transform:"scale(0)",opacity:"entering"===state?0:1,visibility:"exited"!==state||inProp?void 0:"hidden"},style),children.props.style),styles[state]),ref:handleRef},childProps))}))}));exports.RcZoomInFadeOut=RcZoomInFadeOut,RcZoomInFadeOut.defaultProps={timeout:{enter:Transition_1.duration.enteringScreen,exit:Transition_1.duration.enteringScreen}},RcZoomInFadeOut.displayName="ZoomInFadeOut";try{ZoomInFadeOut.displayName="ZoomInFadeOut",ZoomInFadeOut.__docgenInfo={description:"",displayName:"ZoomInFadeOut",props:{children:{defaultValue:null,description:"host element",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx#ZoomInFadeOut"]={docgenInfo:ZoomInFadeOut.__docgenInfo,name:"ZoomInFadeOut",path:"packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx#ZoomInFadeOut"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx"),exports)},"./packages/juno-core/src/components/Transitions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Collapse/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Fade/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Slide/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Transition.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Zoom/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomInFadeOut/index.ts"),exports)},"./packages/juno-core/src/components/Transitions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/utils/transitionendSubscriber.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/utils/useNormalizeTransition.ts"),exports)},"./packages/juno-core/src/components/Transitions/utils/transitionendSubscriber.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.transitionendSubscriber=function(elm,event){return elm.addEventListener("transitionend",event),elm.addEventListener("transitioncancel",event),function(){elm.removeEventListener("transitionend",event),elm.removeEventListener("transitioncancel",event)}}},"./packages/juno-core/src/components/Transitions/utils/useNormalizeTransition.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.useNormalizedTransition=function(callback,nodeRef){return function(maybeIsAppearing){if(callback){var node=nodeRef.current;void 0===maybeIsAppearing?callback(node):callback(node,maybeIsAppearing)}}},exports.useNormalizedTransitionProps=function(_a,nodeRef){var onEnter=_a.onEnter,onEntering=_a.onEntering,onEntered=_a.onEntered,onExit=_a.onExit,onExiting=_a.onExiting,onExited=_a.onExited;return{onEnter:exports.useNormalizedTransition(onEnter,nodeRef),onEntering:exports.useNormalizedTransition(onEntering,nodeRef),onEntered:exports.useNormalizedTransition(onEntered,nodeRef),onExit:exports.useNormalizedTransition(onExit,nodeRef),onExiting:exports.useNormalizedTransition(onExiting,nodeRef),onExited:exports.useNormalizedTransition(onExited,nodeRef)}}},"./packages/juno-core/src/components/Typography/Typography.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Typography_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Typography/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Typography/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts"),_RcTypography=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTypography"}),variant=props.variant,colorProp=props.color,componentProp=props.component,rest=(props.weight,tslib_1.__rest(props,["variant","color","component","weight"])),component=componentProp||utils_1.RcCustomTypographyVariant[variant],color=react_1.useMemo((function(){return utils_1.MuiDefaultColor.includes(colorProp)?colorProp:void 0}),[colorProp]);return react_1.default.createElement(Typography_1.default,tslib_1.__assign({"data-variant":variant,"data-color":"string"==typeof colorProp?colorProp:void 0,ref,color,variant:"inherit",component},rest))})),RcTypography=foundation_1.styled(Tooltip_1.withTooltip(_RcTypography))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TypographyStyle);exports.RcTypography=RcTypography,RcTypography.defaultProps={variant:"body1",color:"initial"},RcTypography.displayName="RcTypography";try{RcTypography.displayName="RcTypography",RcTypography.__docgenInfo={description:"",displayName:"RcTypography",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:{value:"initial"},description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:{value:"body1"},description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Typography/Typography.tsx#RcTypography"]={docgenInfo:RcTypography.__docgenInfo,name:"RcTypography",path:"packages/juno-core/src/components/Typography/Typography.tsx#RcTypography"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Typography/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/Typography.tsx"),exports)},"./packages/juno-core/src/components/Typography/styles/StyledTypography.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts");exports.TypographyStyle=function(_a){var variant=_a.variant,color=_a.color,weight=_a.weight,colorResult=utils_1.MuiDefaultColor.includes(color)?"":foundation_1.getParsePaletteColor(color,null,!1);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n font-weight: ",";\n color: ",";\n "],["\n ",";\n font-weight: ",";\n color: ",";\n "])),foundation_1.typography(variant),weight&&utils_1.RcCustomTypographyWeight[weight],colorResult)};try{TypographyStyle.displayName="TypographyStyle",TypographyStyle.__docgenInfo={description:"",displayName:"TypographyStyle",props:{variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Typography/styles/StyledTypography.tsx#TypographyStyle"]={docgenInfo:TypographyStyle.__docgenInfo,name:"TypographyStyle",path:"packages/juno-core/src/components/Typography/styles/StyledTypography.tsx#TypographyStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Typography/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/styles/StyledTypography.tsx"),exports)},"./packages/juno-core/src/components/Typography/utils/TypographyUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MuiDefaultColor=["initial","inherit","primary","secondary","textPrimary","textSecondary","error"],exports.RcCustomTypographyVariant={display4:"h1",display3:"h2",display2:"h3",display1:"h4",headline1:"h5",headline2:"h5",title2:"h6",title1:"h6",subheading2:"h6",subheading1:"h6",body2:"p",body1:"p",caption2:"p",caption1:"p",inherit:"p"},exports.RcCustomTypographyWeight={normal:400,bold:700}},"./packages/juno-core/src/components/Typography/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/utils/TypographyUtils.ts"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Divider_1=__webpack_require__("./packages/juno-core/src/components/Divider/index.ts"),_RcVirtualizedDivider=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcVirtualizedDivider"}),className=props.className,rest=tslib_1.__rest(props,["className"]);return react_1.default.createElement("li",{className,"data-disabled-focus":!0},react_1.default.createElement(Divider_1.RcDivider,tslib_1.__assign({},rest,{ref})))})),RcVirtualizedDivider=foundation_1.styled(_RcVirtualizedDivider)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n list-style: none;\n"],["\n padding: ",";\n list-style: none;\n"])),foundation_1.spacing(2,0));exports.RcVirtualizedDivider=RcVirtualizedDivider,RcVirtualizedDivider.defaultProps={},RcVirtualizedDivider.displayName="RcVirtualizedDivider";try{RcVirtualizedDivider.displayName="RcVirtualizedDivider",RcVirtualizedDivider.__docgenInfo={description:"that virtualized divider is same as normal divider,\nbut that use a `li` to wrap outside,\nuse padding inside to prevent dynamic container height error calculate\nand make that not be focusable",displayName:"RcVirtualizedDivider",props:{title:{defaultValue:null,description:"title on divider center, only work on horizontal",name:"title",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"divider color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},vertical:{defaultValue:null,description:"is that vertical",name:"vertical",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"component for render root",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},size:{defaultValue:null,description:"size of divider",name:"size",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"bold"'}]}},titleBgColor:{defaultValue:null,description:"title background color",name:"titleBgColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx#RcVirtualizedDivider"]={docgenInfo:RcVirtualizedDivider.__docgenInfo,name:"RcVirtualizedDivider",path:"packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx#RcVirtualizedDivider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Popover_1=__webpack_require__("./packages/juno-core/src/components/Popover/index.ts"),Transitions_1=__webpack_require__("./packages/juno-core/src/components/Transitions/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/utils/index.ts"),VirtualizedMenuList_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx"),_RcVirtualizedMenu=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcVirtualizedMenu"}),_a=props.autoFocus,autoFocus=void 0===_a||_a,children=props.children,classesProp=props.classes,_b=props.disableAutoFocusItem,disableAutoFocusItem=void 0!==_b&&_b,_c=props.MenuListProps,_d=void 0===_c?{}:_c,_e=_d.maxHeight,maxHeight=void 0===_e?416:_e,onKeyDown=_d.onKeyDown,VirtuosoProps=_d.VirtuosoProps,MenuListProps=tslib_1.__rest(_d,["maxHeight","onKeyDown","VirtuosoProps"]),onClose=props.onClose,open=props.open,TransitionPropsProp=props.TransitionProps,_f=props.PaperProps,PaperPropsProp=void 0===_f?{}:_f,PopoverClasses=props.PopoverClasses,_g=props.transitionDuration,transitionDuration=void 0===_g?"auto":_g,_h=props.variant,variant=void 0===_h?"selectedMenu":_h,_j=props.action,popoverActionProp=void 0===_j?null:_j,rest=tslib_1.__rest(props,["autoFocus","children","classes","disableAutoFocusItem","MenuListProps","onClose","open","TransitionProps","PaperProps","PopoverClasses","transitionDuration","variant","action"]),document=foundation_1.useRcPortalWindowContext().document,popoverRef=react_1.useRef(null),handleRef=foundation_1.useForkRef(ref,popoverRef),popoverAction=react_1.useRef(null),handlePopoverAction=foundation_1.useForkRef(popoverAction,popoverActionProp),menuListActionRef=react_1.useRef(null),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcVirtualizedMenuClasses,classesProp)}),[classesProp]),autoFocusItem=autoFocus&&!disableAutoFocusItem&&open,TransitionProps=react_1.useMemo((function(){return foundation_1.combineProps({onEntering:function(){var _a,_b;null===(_a=menuListActionRef.current)||void 0===_a||_a.adjustStyleForScrollbar(),null===(_b=menuListActionRef.current)||void 0===_b||_b.scrollIntoViewAndFocus()},onEntered:function(){var _a,newHeight=popoverRef.current.querySelector("."+utils_1.RcVirtualizedMenuClasses.paper).clientHeight;newHeight!==maxHeight&&(null===(_a=menuListActionRef.current)||void 0===_a||_a.adjustContainerHeight(newHeight))}},TransitionPropsProp)}),[maxHeight,TransitionPropsProp]),PaperProps=foundation_1.combineProps({classes:{root:null==classes?void 0:classes.paper}},PaperPropsProp),handleListKeyDown=foundation_1.useEventCallback((function(event){null==onKeyDown||onKeyDown(event),"Tab"===event.key&&(event.preventDefault(),onClose&&onClose(event,"tabKeyDown"))}));return react_1.default.createElement(Popover_1.RcPopover,tslib_1.__assign({ref:handleRef,action:handlePopoverAction,container:document.body,classes:PopoverClasses,onClose,open,TransitionComponent:Transitions_1.RcFade,transitionDuration,PaperProps,TransitionProps},rest),react_1.default.createElement(VirtualizedMenuList_1.RcVirtualizedMenuList,tslib_1.__assign({position:"unset",action:menuListActionRef,autoFocus,autoFocusItem,maxHeight,variant,onKeyDown:handleListKeyDown,VirtuosoProps:tslib_1.__assign(tslib_1.__assign({},VirtuosoProps),{totalListHeightChanged:function(height){var _a;null===(_a=null==VirtuosoProps?void 0:VirtuosoProps.totalListHeightChanged)||void 0===_a||_a.call(VirtuosoProps,height),queueMicrotask((function(){var _a;null===(_a=popoverAction.current)||void 0===_a||_a.updatePosition()}))}})},MenuListProps,{className:clsx_1.default(classes.list,MenuListProps.className)}),children))})),RcVirtualizedMenu=foundation_1.styled(_RcVirtualizedMenu)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.VirtualizedMenuStyle);exports.RcVirtualizedMenu=RcVirtualizedMenu,RcVirtualizedMenu.defaultProps={autoFocus:!0,variant:"selectedMenu",getContentAnchorEl:null,anchorReference:"anchorEl",anchorOrigin:{vertical:"bottom",horizontal:"left"}};try{RcVirtualizedMenu.displayName="RcVirtualizedMenu",RcVirtualizedMenu.__docgenInfo={description:"",displayName:"RcVirtualizedMenu",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx#RcVirtualizedMenu"]={docgenInfo:RcVirtualizedMenu.__docgenInfo,name:"RcVirtualizedMenu",path:"packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx#RcVirtualizedMenu"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=(__webpack_require__("./node_modules/react-is/index.js"),__webpack_require__("./packages/juno-core/src/foundation/index.ts")),List_1=__webpack_require__("./packages/juno-core/src/components/List/List/List.tsx"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts"),_RcVirtualizedMenuList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcVirtualizedMenuList"}),action=props.action,disablePadding=props.disablePadding,_a=props.autoFocus,autoFocus=void 0!==_a&&_a,VirtuosoProps=props.VirtuosoProps,_b=props.autoFocusItem,autoFocusItem=void 0!==_b&&_b,childrenProp=props.children,_c=(props.className,props.classes,props.disabledItemsFocusable),disabledItemsFocusable=void 0!==_c&&_c,_d=props.disableListWrap,disableListWrap=void 0!==_d&&_d,_e=props.variant,variant=void 0===_e?"selectedMenu":_e,_f=props.maxHeight,maxHeight=void 0===_f?"100%":_f,position=(props.autoClose,props.position),rest=(props.onClose,tslib_1.__rest(props,["action","disablePadding","autoFocus","VirtuosoProps","autoFocusItem","children","className","classes","disabledItemsFocusable","disableListWrap","variant","maxHeight","autoClose","position","onClose"])),theme=foundation_1.useTheme(),document=foundation_1.useRcPortalWindowContext().document,vlRef=react_1.useRef(null),innerListRef=react_1.default.useRef(null),handleRef=foundation_1.useForkRef(innerListRef,ref),rangeChangedRef=react_1.useRef({startIndex:0,endIndex:0}),isMountedRef=foundation_1.useMountState(),itemRenderedDescriptorRef=react_1.useRef(null),hasSearchText=!1,activeItemIndex=-1,items=react_1.default.Children.map(childrenProp,(function(child,index){if(react_1.default.isValidElement(child))return child.props.disabled||("selectedMenu"===variant&&child.props.selected||-1===activeItemIndex)&&(activeItemIndex=index),void 0!==child.props["data-search-text"]&&(hasSearchText=!0),child})),itemCount=items.length,focusedIndexRef=react_1.useRef(activeItemIndex);focusedIndexRef.current=activeItemIndex;var onContainerHeightChange=foundation_1.useEventCallback((function(changeHeight){var scroller=scrollerRef.current;(null==scroller?void 0:scroller.style)&&(scroller.style.height=changeHeight+"px")})),_g=Virtuoso_1.useDynamicHeight({itemCount,maxContainerHeight:maxHeight,onContainerHeightChange}),totalListHeightChanged=_g.totalListHeightChanged,style=_g.style,containerHeighRef=_g.containerHeighRef,_h=Virtuoso_1.useHighlightScroll({containerHeighRef,scrollToIndex:function(location){var _a;null===(_a=vlRef.current)||void 0===_a||_a.scrollToIndex(location),0===location.index&&function(){var _a;null===(_a=vlRef.current)||void 0===_a||_a.scrollBy({top:-8})}()}}),scrollerRef=_h.scrollerRef,scrollerRefFn=_h.scrollerRefFn,itemsRendered=_h.itemsRendered,scrollToHighlightedIndex=_h.scrollToHighlightedIndex,_j=foundation_1.useOnlyOneFocusable({focusedIndexRef,containerRef:innerListRef}),focusIndex=_j.focusIndex,getItemProps=_j.getItemProps,focusItemByIndex=function(currentfocusedIndex,targetfocusedIndex){scrollToHighlightedIndex(null===currentfocusedIndex?0:currentfocusedIndex,targetfocusedIndex),Virtuoso_1.isOutOfRange(targetfocusedIndex,rangeChangedRef.current)?new Promise((function(resolve){itemRenderedDescriptorRef.current={resolve,index:targetfocusedIndex}})).then((function(){focusIndex(targetfocusedIndex)})):focusIndex(targetfocusedIndex)},_k=foundation_1.useKeyboardMoveFocus({options:items,focusedIndexRef,infinite:!disableListWrap,onFocusedIndexChange:function(event,toIndex){focusItemByIndex(focusedIndexRef.current,toIndex),event.preventDefault()},getOptionDisabled:function(child){return!disabledItemsFocusable&&(child.props.disabled||child.props["aria-disabled"]||child.props["data-disabled-focus"]||foundation_1.isRcElement(child,["RcDivider","RcVirtualizedDivider"]))},getOptionSearchText:hasSearchText?function(child){return child.props["data-search-text"]}:void 0}),onKeyFocusedIndexHandle=_k.onKeyFocusedIndexHandle,getNextFocusableOption=_k.getNextFocusableOption,hiddenRef=react_1.useRef(null),events=foundation_1.useHiddenTabindex(hiddenRef),onMounted=foundation_1.useEventCallback((function(){var _a;if(autoFocus&&(null===(_a=innerListRef.current)||void 0===_a||_a.focus()),disabledItemsFocusable)focusItemByIndex(null,0);else{var initFocusedIndex_1=getNextFocusableOption();autoFocusItem&&setTimeout((function(){focusItemByIndex(null,initFocusedIndex_1)}),0)}}));react_1.useImperativeHandle(action,(function(){return{scrollIntoViewAndFocus:onMounted,adjustStyleForScrollbar:function(){var listElm=innerListRef.current,scrollElm=scrollerRef.current;if("number"==typeof maxHeight&&scrollElm.clientHeight===maxHeight){var scrollbarSize=foundation_1.getScrollbarSize()+"px",styleDirection="rtl"===theme.direction?"paddingLeft":"paddingRight";listElm.style[styleDirection]=scrollbarSize,listElm.style.width="calc(100% + "+scrollbarSize+")",scrollElm.style.overflowX="hidden"}},adjustContainerHeight:function(value){containerHeighRef.current=value,onContainerHeightChange(value)}}}));var components=react_1.useMemo((function(){return{Header:disablePadding?void 0:styles_1.StyledMenuListPadding,Footer:disablePadding?void 0:styles_1.StyledMenuListPadding,List:react_1.default.forwardRef((function(_a,listRef){var children=_a.children,listRest=tslib_1.__rest(_a,["children"]),toRef=foundation_1.useForkRef(handleRef,listRef);return react_1.default.createElement(List_1.RcList,tslib_1.__assign({role:"menu",ref:toRef},foundation_1.combineProps(listRest,rest)),children)})),Item:function(_a){var child=_a.children,itemRest=tslib_1.__rest(_a,["children"]),index=itemRest["data-index"];return react_1.default.cloneElement(child,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},itemRest),{"aria-posinset":index,"aria-setsize":itemCount}),getItemProps(index)))}}}),[]),combine=foundation_1.combineProps(tslib_1.__assign({tabIndex:-1,scrollerRef:function(scrollElm){scrollerRefFn(scrollElm),Virtuoso_1.modifyVlScrollerStyle(scrollElm,position),isMountedRef.current||onMounted()},onKeyDown:onKeyFocusedIndexHandle,itemsRendered,rangeChanged:function(range){rangeChangedRef.current=range;var focusedIndex=focusedIndexRef.current,listElm=scrollerRef.current;listElm&&document.activeElement&&document.activeElement!==listElm&&listElm.contains(document.activeElement)&&Virtuoso_1.isOutOfRange(focusedIndex,range)&&listElm.focus();var itemRenderedDescriptor=itemRenderedDescriptorRef.current;itemRenderedDescriptor&&!Virtuoso_1.isOutOfRange(itemRenderedDescriptor.index,rangeChangedRef.current)&&(itemRenderedDescriptor.resolve(),itemRenderedDescriptorRef.current=null)},totalListHeightChanged,style},events),VirtuosoProps);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{ref:hiddenRef,onFocus:function(){var _a;focusItemByIndex((null===(_a=rangeChangedRef.current)||void 0===_a?void 0:_a.startIndex)||0,focusedIndexRef.current)}}),react_1.default.createElement(Virtuoso_1.Virtuoso,tslib_1.__assign({ref:vlRef,data:items,itemContent:function(index,data){return data},totalCount:itemCount,components},combine)))})),RcVirtualizedMenuList=foundation_1.styled(_RcVirtualizedMenuList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcVirtualizedMenuList=RcVirtualizedMenuList,RcVirtualizedMenuList.defaultProps={},RcVirtualizedMenuList.displayName="RcVirtualizedMenuList";try{RcVirtualizedMenuList.displayName="RcVirtualizedMenuList",RcVirtualizedMenuList.__docgenInfo={description:"",displayName:"RcVirtualizedMenuList",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx#RcVirtualizedMenuList"]={docgenInfo:RcVirtualizedMenuList.__docgenInfo,name:"RcVirtualizedMenuList",path:"packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx#RcVirtualizedMenuList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/index.ts"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.menuListBoundaryPadding=8,exports.StyledMenuListPadding=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: ","px;\n"],["\n height: ","px;\n"])),(function(_a){var _b=_a.height;return void 0===_b?exports.menuListBoundaryPadding:_b}));try{StyledMenuListPadding.displayName="StyledMenuListPadding",StyledMenuListPadding.__docgenInfo={description:"",displayName:"StyledMenuListPadding",props:{height:{defaultValue:null,description:"that element height",name:"height",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx#StyledMenuListPadding"]={docgenInfo:StyledMenuListPadding.__docgenInfo,name:"StyledMenuListPadding",path:"packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx#StyledMenuListPadding"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/utils/index.ts");exports.VirtualizedMenuStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n max-height: calc(100% - 96px);\n -webkit-overflow-scrolling: touch;\n overflow: hidden;\n }\n "],["\n ."," {\n max-height: calc(100% - 96px);\n -webkit-overflow-scrolling: touch;\n overflow: hidden;\n }\n "])),utils_1.RcVirtualizedMenuClasses.paper)};try{VirtualizedMenuStyle.displayName="VirtualizedMenuStyle",VirtualizedMenuStyle.__docgenInfo={description:"",displayName:"VirtualizedMenuStyle",props:{MenuListProps:{defaultValue:null,description:"props for apply on inner `MenuList`",name:"MenuListProps",required:!1,type:{name:"RcVirtualizedMenuListProps"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx#VirtualizedMenuStyle"]={docgenInfo:VirtualizedMenuStyle.__docgenInfo,name:"VirtualizedMenuStyle",path:"packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx#VirtualizedMenuStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/utils/VirtualizedMenuUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcVirtualizedMenuClasses=foundation_1.RcClasses(["paper"],"RcVirtualizedMenu")},"./packages/juno-core/src/components/VirtualizedMenu/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/utils/VirtualizedMenuUtils.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/index.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/index.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),NIL_NODE={lvl:0};function newAANode(k,v,lvl,l,r){return void 0===l&&(l=NIL_NODE),void 0===r&&(r=NIL_NODE),{k,v,lvl,l,r}}function empty(node){return node===NIL_NODE}function findMaxKeyValue(node,value,field){if(void 0===field&&(field="k"),empty(node))return[-1/0,void 0];if(Number(node[field])===value)return[node.k,node.v];if(Number(node[field])start&&(result=result.concat(walkWithin(l,start,end))),k>=start&&k<=end&&result.push({k,v}),k<=end&&(result=result.concat(walkWithin(r,start,end))),result}function walk(node){return empty(node)?[]:tslib_1.__spread(walk(node.l),[{k:node.k,v:node.v}],walk(node.r))}function last(node){return empty(node.r)?[node.k,node.v]:last(node.r)}function deleteLast(node){return empty(node.r)?node.l:adjust(clone(node,{r:deleteLast(node.r)}))}function clone(node,args){return newAANode(void 0!==args.k?args.k:node.k,void 0!==args.v?args.v:node.v,void 0!==args.lvl?args.lvl:node.lvl,void 0!==args.l?args.l:node.l,void 0!==args.r?args.r:node.r)}function isSingle(node){return empty(node)||node.lvl>node.r.lvl}function rebalance(node){return split(skew(node))}function adjust(node){var l=node.l,r=node.r,lvl=node.lvl;if(r.lvl>=lvl-1&&l.lvl>=lvl-1)return node;if(lvl>r.lvl+1){if(isSingle(l))return skew(clone(node,{lvl:lvl-1}));if(empty(l)||empty(l.r))throw new Error("Unexpected empty nodes");return clone(l.r,{l:clone(l,{r:l.r.l}),r:clone(node,{l:l.r.r,lvl:lvl-1}),lvl})}if(isSingle(node))return split(clone(node,{lvl:lvl-1}));if(empty(r)||empty(r.l))throw new Error("Unexpected empty nodes");var rl=r.l,rlvl=isSingle(rl)?r.lvl-1:r.lvl;return clone(rl,{l:clone(node,{r:rl.l,lvl:lvl-1}),r:split(clone(r,{l:rl.r,lvl:rlvl})),lvl:rl.lvl+1})}function arrayToRanges(items,parser){var length=items.length;if(0===length)return[];for(var _a=parser(items[0]),start=_a.index,value=_a.value,result=[],i=1;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_urx_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),useChangedChildSizes_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts")),listSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listSystem.ts"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx"),useSize_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),useWindowViewportRect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts")),context_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts"),tableComponentPropsSystem=u.system((function(){var itemContent=u.statefulStream((function(index){return react_1.default.createElement("td",null,"Item $",index)})),context=u.statefulStream(null),fixedHeaderContent=u.statefulStream(null),fixedFooterContent=u.statefulStream(null),components=u.statefulStream({}),computeItemKey=u.statefulStream(Virtuoso_1.identity),scrollerRef=u.statefulStream(u.noop),distinctProp=function(propName,defaultValue){return void 0===defaultValue&&(defaultValue=null),u.statefulStreamFromEmitter(u.pipe(components,u.map((function(components){return components[propName]})),u.distinctUntilChanged()),defaultValue)};return{context,itemContent,fixedHeaderContent,fixedFooterContent,components,computeItemKey,scrollerRef,TableComponent:distinctProp("Table","table"),TableHeadComponent:distinctProp("TableHead","thead"),TableFooterComponent:distinctProp("TableFoot","tfoot"),TableBodyComponent:distinctProp("TableBody","tbody"),TableRowComponent:distinctProp("TableRow","tr"),ScrollerComponent:distinctProp("Scroller","div"),EmptyPlaceholder:distinctProp("EmptyPlaceholder"),ScrollSeekPlaceholder:distinctProp("ScrollSeekPlaceholder"),FillerRow:distinctProp("FillerRow")}})),combinedSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),listSystem=_b[0],propsSystem=_b[1];return tslib_1.__assign(tslib_1.__assign({},listSystem),propsSystem)}),u.tup(listSystem_1.listSystem,tableComponentPropsSystem)),DefaultScrollSeekPlaceholder=function(_a){var height=_a.height;return react_1.default.createElement("tr",null,react_1.default.createElement("td",{style:{height}}))},DefaultFillerRow=function(_a){var height=_a.height;return react_1.default.createElement("tr",null,react_1.default.createElement("td",{style:{height,padding:0,border:0}}))},ITEM_STYLE={overflowAnchor:"none"},Items=react_1.default.memo((function VirtuosoItems(){var listState=useEmitterValue("listState"),sizeRanges=usePublisher("sizeRanges"),useWindowScroll=useEmitterValue("useWindowScroll"),customScrollParent=useEmitterValue("customScrollParent"),windowScrollContainerStateCallback=usePublisher("windowScrollContainerState"),_scrollContainerStateCallback=usePublisher("scrollContainerState"),scrollContainerStateCallback=customScrollParent||useWindowScroll?windowScrollContainerStateCallback:_scrollContainerStateCallback,itemContent=useEmitterValue("itemContent"),trackItemSizes=useEmitterValue("trackItemSizes"),itemSize=useEmitterValue("itemSize"),log=useEmitterValue("log"),_a=useChangedChildSizes_1.default(sizeRanges,itemSize,trackItemSizes,scrollContainerStateCallback,log,void 0,customScrollParent),callbackRef=_a.callbackRef,ref=_a.ref,_b=tslib_1.__read(react_1.default.useState(0),2),deviation=_b[0],setDeviation=_b[1];useEmitter("deviation",(function(value){deviation!==value&&(ref.current.style.marginTop=value+"px",setDeviation(value))}));var EmptyPlaceholder=useEmitterValue("EmptyPlaceholder"),ScrollSeekPlaceholder=useEmitterValue("ScrollSeekPlaceholder")||DefaultScrollSeekPlaceholder,FillerRow=useEmitterValue("FillerRow")||DefaultFillerRow,TableBodyComponent=useEmitterValue("TableBodyComponent"),TableRowComponent=useEmitterValue("TableRowComponent"),computeItemKey=useEmitterValue("computeItemKey"),isSeeking=useEmitterValue("isSeeking"),paddingTopAddition=useEmitterValue("paddingTopAddition"),firstItemIndex=useEmitterValue("firstItemIndex"),statefulTotalCount=useEmitterValue("statefulTotalCount"),context=useEmitterValue("context");if(0===statefulTotalCount&&EmptyPlaceholder)return react_1.default.createElement(EmptyPlaceholder,Virtuoso_1.contextPropIfNotDomElement(EmptyPlaceholder,context));var paddingTop=listState.offsetTop+paddingTopAddition+deviation,paddingBottom=listState.offsetBottom,paddingTopEl=paddingTop>0?react_1.default.createElement(FillerRow,{height:paddingTop,key:"padding-top",context}):null,paddingBottomEl=paddingBottom>0?react_1.default.createElement(FillerRow,{height:paddingBottom,key:"padding-bottom",context}):null,items=listState.items.map((function(item){var index=item.originalIndex,key=computeItemKey(index+firstItemIndex,item.data,context);return isSeeking?react_1.default.createElement(ScrollSeekPlaceholder,tslib_1.__assign(tslib_1.__assign({},Virtuoso_1.contextPropIfNotDomElement(ScrollSeekPlaceholder,context)),{key,index:item.index,height:item.size,type:item.type||"item"})):react_1.default.createElement(TableRowComponent,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},Virtuoso_1.contextPropIfNotDomElement(TableRowComponent,context)),Virtuoso_1.itemPropIfNotDomElement(TableRowComponent,item.data)),{key,"data-index":index,"data-known-size":item.size,"data-item-index":item.index,style:ITEM_STYLE}),itemContent(item.index,item.data,context))}));return react_1.default.createElement(TableBodyComponent,tslib_1.__assign({ref:callbackRef,"data-test-id":"virtuoso-item-list"},Virtuoso_1.contextPropIfNotDomElement(TableBodyComponent,context)),tslib_1.__spread([paddingTopEl],items,[paddingBottomEl]))})),Viewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),viewportHeight=usePublisher("viewportHeight"),fixedItemHeight=usePublisher("fixedItemHeight"),viewportRef=useSize_1.default(u.compose(viewportHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")})));return react_1.default.useEffect((function(){ctx&&(viewportHeight(ctx.viewportHeight),fixedItemHeight(ctx.itemHeight))}),[ctx,viewportHeight,fixedItemHeight]),react_1.default.createElement("div",{style:Virtuoso_1.viewportStyle,ref:viewportRef,"data-viewport-type":"element"},children)},WindowViewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),windowViewportRect=usePublisher("windowViewportRect"),fixedItemHeight=usePublisher("fixedItemHeight"),customScrollParent=useEmitterValue("customScrollParent"),viewportRef=useWindowViewportRect_1.default(windowViewportRect,customScrollParent);return react_1.default.useEffect((function(){ctx&&(fixedItemHeight(ctx.itemHeight),windowViewportRect({offsetTop:0,visibleHeight:ctx.viewportHeight,visibleWidth:100}))}),[ctx,windowViewportRect,fixedItemHeight]),react_1.default.createElement("div",{ref:viewportRef,style:Virtuoso_1.viewportStyle,"data-viewport-type":"window"},children)},TableRoot=react_1.default.memo((function TableVirtuosoRoot(props){var useWindowScroll=useEmitterValue("useWindowScroll"),customScrollParent=useEmitterValue("customScrollParent"),fixedHeaderHeight=usePublisher("fixedHeaderHeight"),fixedFooterHeight=usePublisher("fixedFooterHeight"),fixedHeaderContent=useEmitterValue("fixedHeaderContent"),fixedFooterContent=useEmitterValue("fixedFooterContent"),context=useEmitterValue("context"),theadRef=useSize_1.default(u.compose(fixedHeaderHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")}))),tfootRef=useSize_1.default(u.compose(fixedFooterHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")}))),TheScroller=customScrollParent||useWindowScroll?WindowScroller:Scroller,TheViewport=customScrollParent||useWindowScroll?WindowViewport:Viewport,TheTable=useEmitterValue("TableComponent"),TheTHead=useEmitterValue("TableHeadComponent"),TheTFoot=useEmitterValue("TableFooterComponent"),theHead=fixedHeaderContent?react_1.default.createElement(TheTHead,tslib_1.__assign({key:"TableHead",style:{zIndex:2,position:"sticky",top:0},ref:theadRef},Virtuoso_1.contextPropIfNotDomElement(TheTHead,context)),fixedHeaderContent()):null,theFoot=fixedFooterContent?react_1.default.createElement(TheTFoot,tslib_1.__assign({key:"TableFoot",style:{zIndex:1,position:"sticky",bottom:0},ref:tfootRef},Virtuoso_1.contextPropIfNotDomElement(TheTFoot,context)),fixedFooterContent()):null;return react_1.default.createElement(TheScroller,tslib_1.__assign({},props),react_1.default.createElement(TheViewport,null,react_1.default.createElement(TheTable,tslib_1.__assign({style:{borderSpacing:0,overflowAnchor:"none"}},Virtuoso_1.contextPropIfNotDomElement(TheTable,context)),[theHead,react_1.default.createElement(Items,{key:"TableBody"}),theFoot])))})),_a=react_urx_1.systemToComponent(combinedSystem,{required:{},optional:{restoreStateFrom:"restoreStateFrom",context:"context",followOutput:"followOutput",firstItemIndex:"firstItemIndex",itemContent:"itemContent",fixedHeaderContent:"fixedHeaderContent",fixedFooterContent:"fixedFooterContent",overscan:"overscan",increaseViewportBy:"increaseViewportBy",totalCount:"totalCount",topItemCount:"topItemCount",initialTopMostItemIndex:"initialTopMostItemIndex",components:"components",groupCounts:"groupCounts",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",computeItemKey:"computeItemKey",defaultItemHeight:"defaultItemHeight",fixedItemHeight:"fixedItemHeight",itemSize:"itemSize",scrollSeekConfiguration:"scrollSeekConfiguration",data:"data",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",alignToBottom:"alignToBottom",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel"},methods:{scrollToIndex:"scrollToIndex",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollBy:"scrollBy",getState:"getState"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",totalListHeightChanged:"totalListHeightChanged",itemsRendered:"itemsRendered",groupIndices:"groupIndices"}},TableRoot),Table=_a.Component,usePublisher=_a.usePublisher,useEmitterValue=_a.useEmitterValue,useEmitter=_a.useEmitter,Scroller=Virtuoso_1.buildScroller({usePublisher,useEmitterValue,useEmitter}),WindowScroller=Virtuoso_1.buildWindowScroller({usePublisher,useEmitterValue,useEmitter});exports.TableVirtuoso=Table;try{TableVirtuoso.displayName="TableVirtuoso",TableVirtuoso.__docgenInfo={description:"",displayName:"TableVirtuoso",props:{components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the table.",name:"components",required:!1,type:{name:"TableComponents"}},fixedHeaderContent:{defaultValue:null,description:"Set the contents of the table header.",name:"fixedHeaderContent",required:!1,type:{name:"(() => ReactNode) | null"}},fixedFooterContent:{defaultValue:null,description:"Set the contents of the table footer.",name:"fixedFooterContent",required:!1,type:{name:"(() => ReactNode) | null"}},totalCount:{defaultValue:null,description:"The total amount of items to be rendered.",name:"totalCount",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"readonly ItemData[]"}},overscan:{defaultValue:null,description:'Set the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in `react-window`).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"Set the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.",name:"initialTopMostItemIndex",required:!1,type:{name:"number"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},itemContent:{defaultValue:null,description:"Set the callback to specify the contents of the item.",name:"itemContent",required:!1,type:{name:"ItemContent"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the table won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"By default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"By default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"Context"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: TableVirtuosoHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx#TableVirtuoso"]={docgenInfo:TableVirtuoso.__docgenInfo,name:"TableVirtuoso",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx#TableVirtuoso"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_urx_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),useIsomorphicLayoutEffect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useIsomorphicLayoutEffect.ts")),useChangedChildSizes_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts")),useScrollTop_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useScrollTop.ts")),useSize_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts")),listSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listSystem.ts"),positionStickyCssValue_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/positionStickyCssValue.ts"),useWindowViewportRect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),context_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts");function identity(value){return value}exports.identity=identity;var listComponentPropsSystem=u.system((function(){var itemContent=u.statefulStream((function(index){return"Item "+index})),context=u.statefulStream(null),groupContent=u.statefulStream((function(index){return"Group "+index})),components=u.statefulStream({}),computeItemKey=u.statefulStream(identity),headerFooterTag=u.statefulStream("div"),scrollerRef=u.statefulStream(u.noop),distinctProp=function(propName,defaultValue){return void 0===defaultValue&&(defaultValue=null),u.statefulStreamFromEmitter(u.pipe(components,u.map((function(components){return components[propName]})),u.distinctUntilChanged()),defaultValue)};return{context,itemContent,groupContent,components,computeItemKey,headerFooterTag,scrollerRef,FooterComponent:distinctProp("Footer"),HeaderComponent:distinctProp("Header"),TopItemListComponent:distinctProp("TopItemList"),ListComponent:distinctProp("List","div"),ItemComponent:distinctProp("Item","div"),GroupComponent:distinctProp("Group","div"),ScrollerComponent:distinctProp("Scroller","div"),EmptyPlaceholder:distinctProp("EmptyPlaceholder"),ScrollSeekPlaceholder:distinctProp("ScrollSeekPlaceholder")}})),combinedSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),listSystem=_b[0],propsSystem=_b[1];return tslib_1.__assign(tslib_1.__assign({},listSystem),propsSystem)}),u.tup(listSystem_1.listSystem,listComponentPropsSystem)),DefaultScrollSeekPlaceholder=function(_a){var height=_a.height;return react_1.default.createElement("div",{style:{height}})},GROUP_STYLE={position:positionStickyCssValue_1.positionStickyCssValue(),zIndex:1,overflowAnchor:"none"},ITEM_STYLE={overflowAnchor:"none"},Items=react_1.default.memo((function VirtuosoItems(_a){var _b=_a.showTopList,showTopList=void 0!==_b&&_b,listState=exports.useEmitterValue("listState"),sizeRanges=exports.usePublisher("sizeRanges"),useWindowScroll=exports.useEmitterValue("useWindowScroll"),customScrollParent=exports.useEmitterValue("customScrollParent"),windowScrollContainerStateCallback=exports.usePublisher("windowScrollContainerState"),_scrollContainerStateCallback=exports.usePublisher("scrollContainerState"),scrollContainerStateCallback=customScrollParent||useWindowScroll?windowScrollContainerStateCallback:_scrollContainerStateCallback,itemContent=exports.useEmitterValue("itemContent"),context=exports.useEmitterValue("context"),groupContent=exports.useEmitterValue("groupContent"),trackItemSizes=exports.useEmitterValue("trackItemSizes"),itemSize=exports.useEmitterValue("itemSize"),log=exports.useEmitterValue("log"),listGap=exports.usePublisher("gap"),callbackRef=useChangedChildSizes_1.default(sizeRanges,itemSize,trackItemSizes,showTopList?u.noop:scrollContainerStateCallback,log,listGap,customScrollParent).callbackRef,_c=tslib_1.__read(react_1.default.useState(0),2),deviation=_c[0],setDeviation=_c[1];exports.useEmitter("deviation",(function(value){deviation!==value&&setDeviation(value)}));var EmptyPlaceholder=exports.useEmitterValue("EmptyPlaceholder"),ScrollSeekPlaceholder=exports.useEmitterValue("ScrollSeekPlaceholder")||DefaultScrollSeekPlaceholder,ListComponent=exports.useEmitterValue("ListComponent"),ItemComponent=exports.useEmitterValue("ItemComponent"),GroupComponent=exports.useEmitterValue("GroupComponent"),computeItemKey=exports.useEmitterValue("computeItemKey"),isSeeking=exports.useEmitterValue("isSeeking"),hasGroups=exports.useEmitterValue("groupIndices").length>0,paddingTopAddition=exports.useEmitterValue("paddingTopAddition"),scrolledToInitialItem=exports.useEmitterValue("scrolledToInitialItem"),containerStyle=showTopList?{}:tslib_1.__assign({boxSizing:"border-box",paddingTop:listState.offsetTop+paddingTopAddition,paddingBottom:listState.offsetBottom,marginTop:deviation},scrolledToInitialItem?{}:{visibility:"hidden"});return!showTopList&&0===listState.totalCount&&EmptyPlaceholder?react_1.default.createElement(EmptyPlaceholder,contextPropIfNotDomElement(EmptyPlaceholder,context)):react_1.default.createElement(ListComponent,tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(ListComponent,context)),{ref:callbackRef,style:containerStyle,"data-test-id":showTopList?"virtuoso-top-item-list":"virtuoso-item-list"}),(showTopList?listState.topItems:listState.items).map((function(item){var index=item.originalIndex,key=computeItemKey(index+listState.firstItemIndex,item.data,context);return isSeeking?react_1.default.createElement(ScrollSeekPlaceholder,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(ScrollSeekPlaceholder,context)),{key,index:item.index,height:item.size,type:item.type||"item"}),"group"===item.type?{}:{groupIndex:item.groupIndex})):"group"===item.type?react_1.default.createElement(GroupComponent,tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(GroupComponent,context)),{key,"data-index":index,"data-known-size":item.size,"data-item-index":item.index,style:GROUP_STYLE}),groupContent(item.index,context)):react_1.default.createElement(ItemComponent,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(ItemComponent,context)),itemPropIfNotDomElement(ItemComponent,item.data)),{key,"data-index":index,"data-known-size":item.size,"data-item-index":item.index,"data-item-group-index":item.groupIndex,style:ITEM_STYLE}),hasGroups?itemContent(item.index,item.groupIndex,item.data,context):itemContent(item.index,item.data,context))})))}));exports.scrollerStyle={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},exports.viewportStyle={width:"100%",height:"100%",position:"absolute",top:0};var topItemListStyle={width:"100%",position:positionStickyCssValue_1.positionStickyCssValue(),top:0,zIndex:1};function contextPropIfNotDomElement(element,context){if("string"!=typeof element)return{context}}function itemPropIfNotDomElement(element,item){return{item:"string"==typeof element?void 0:item}}exports.contextPropIfNotDomElement=contextPropIfNotDomElement,exports.itemPropIfNotDomElement=itemPropIfNotDomElement;var Header=react_1.default.memo((function VirtuosoHeader(){var Header=exports.useEmitterValue("HeaderComponent"),headerHeight=exports.usePublisher("headerHeight"),headerFooterTag=exports.useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return headerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=exports.useEmitterValue("context");return Header?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Header,contextPropIfNotDomElement(Header,context))):null})),Footer=react_1.default.memo((function VirtuosoFooter(){var Footer=exports.useEmitterValue("FooterComponent"),footerHeight=exports.usePublisher("footerHeight"),headerFooterTag=exports.useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return footerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=exports.useEmitterValue("context");return Footer?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Footer,contextPropIfNotDomElement(Footer,context))):null}));function buildScroller(_a){var usePublisher=_a.usePublisher,useEmitter=_a.useEmitter,useEmitterValue=_a.useEmitterValue,Scroller=react_1.default.memo((function VirtuosoScroller(_a){var style=_a.style,children=_a.children,props=tslib_1.__rest(_a,["style","children"]),scrollContainerStateCallback=usePublisher("scrollContainerState"),ScrollerComponent=useEmitterValue("ScrollerComponent"),smoothScrollTargetReached=usePublisher("smoothScrollTargetReached"),scrollerRefCallback=useEmitterValue("scrollerRef"),context=useEmitterValue("context"),_b=useScrollTop_1.default(scrollContainerStateCallback,smoothScrollTargetReached,ScrollerComponent,scrollerRefCallback),scrollerRef=_b.scrollerRef,scrollByCallback=_b.scrollByCallback,scrollToCallback=_b.scrollToCallback;return useEmitter("scrollTo",scrollToCallback),useEmitter("scrollBy",scrollByCallback),react_1.default.createElement(ScrollerComponent,tslib_1.__assign(tslib_1.__assign({ref:scrollerRef,style:tslib_1.__assign(tslib_1.__assign({},exports.scrollerStyle),style),"data-test-id":"virtuoso-scroller","data-virtuoso-scroller":!0,tabIndex:0},props),contextPropIfNotDomElement(ScrollerComponent,context)),children)}));return Scroller}function buildWindowScroller(_a){var usePublisher=_a.usePublisher,useEmitter=_a.useEmitter,useEmitterValue=_a.useEmitterValue,Scroller=react_1.default.memo((function VirtuosoWindowScroller(_a){var style=_a.style,children=_a.children,props=tslib_1.__rest(_a,["style","children"]),scrollContainerStateCallback=usePublisher("windowScrollContainerState"),ScrollerComponent=useEmitterValue("ScrollerComponent"),smoothScrollTargetReached=usePublisher("smoothScrollTargetReached"),totalListHeight=useEmitterValue("totalListHeight"),deviation=useEmitterValue("deviation"),customScrollParent=useEmitterValue("customScrollParent"),context=useEmitterValue("context"),_b=useScrollTop_1.default(scrollContainerStateCallback,smoothScrollTargetReached,ScrollerComponent,u.noop,customScrollParent),scrollerRef=_b.scrollerRef,scrollByCallback=_b.scrollByCallback,scrollToCallback=_b.scrollToCallback;return useIsomorphicLayoutEffect_1.default((function(){return scrollerRef.current=customScrollParent||window,function(){scrollerRef.current=null}}),[scrollerRef,customScrollParent]),useEmitter("windowScrollTo",scrollToCallback),useEmitter("scrollBy",scrollByCallback),react_1.default.createElement(ScrollerComponent,tslib_1.__assign(tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign({position:"relative"},style),0!==totalListHeight?{height:totalListHeight+deviation}:{}),"data-virtuoso-scroller":!0},props),contextPropIfNotDomElement(ScrollerComponent,context)),children)}));return Scroller}exports.buildScroller=buildScroller,exports.buildWindowScroller=buildWindowScroller;var Viewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),viewportHeight=exports.usePublisher("viewportHeight"),fixedItemHeight=exports.usePublisher("fixedItemHeight"),viewportRef=useSize_1.default(u.compose(viewportHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")})));return react_1.default.useEffect((function(){ctx&&(viewportHeight(ctx.viewportHeight),fixedItemHeight(ctx.itemHeight))}),[ctx,viewportHeight,fixedItemHeight]),react_1.default.createElement("div",{style:exports.viewportStyle,ref:viewportRef,"data-viewport-type":"element"},children)},WindowViewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),windowViewportRect=exports.usePublisher("windowViewportRect"),fixedItemHeight=exports.usePublisher("fixedItemHeight"),customScrollParent=exports.useEmitterValue("customScrollParent"),viewportRef=useWindowViewportRect_1.default(windowViewportRect,customScrollParent);return react_1.default.useEffect((function(){ctx&&(fixedItemHeight(ctx.itemHeight),windowViewportRect({offsetTop:0,visibleHeight:ctx.viewportHeight,visibleWidth:100}))}),[ctx,windowViewportRect,fixedItemHeight]),react_1.default.createElement("div",{ref:viewportRef,style:exports.viewportStyle,"data-viewport-type":"window"},children)},TopItemListContainer=function(_a){var children=_a.children,TopItemList=exports.useEmitterValue("TopItemListComponent"),headerHeight=exports.useEmitterValue("headerHeight"),style=tslib_1.__assign(tslib_1.__assign({},topItemListStyle),{marginTop:headerHeight+"px"}),context=exports.useEmitterValue("context");return react_1.default.createElement(TopItemList||"div",{style,context},children)},ListRoot=react_1.default.memo((function VirtuosoRoot(props){var useWindowScroll=exports.useEmitterValue("useWindowScroll"),showTopList=exports.useEmitterValue("topItemsIndexes").length>0,customScrollParent=exports.useEmitterValue("customScrollParent"),TheScroller=customScrollParent||useWindowScroll?WindowScroller:Scroller,TheViewport=customScrollParent||useWindowScroll?WindowViewport:Viewport;return react_1.default.createElement(TheScroller,tslib_1.__assign({},props),showTopList&&react_1.default.createElement(TopItemListContainer,null,react_1.default.createElement(Items,{showTopList:!0})),react_1.default.createElement(TheViewport,null,react_1.default.createElement(Header,null),react_1.default.createElement(Items,null),react_1.default.createElement(Footer,null)))}));exports.List=(_a=react_urx_1.systemToComponent(combinedSystem,{required:{},optional:{restoreStateFrom:"restoreStateFrom",context:"context",followOutput:"followOutput",itemContent:"itemContent",groupContent:"groupContent",overscan:"overscan",increaseViewportBy:"increaseViewportBy",totalCount:"totalCount",groupCounts:"groupCounts",topItemCount:"topItemCount",firstItemIndex:"firstItemIndex",initialTopMostItemIndex:"initialTopMostItemIndex",components:"components",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",computeItemKey:"computeItemKey",defaultItemHeight:"defaultItemHeight",fixedItemHeight:"fixedItemHeight",itemSize:"itemSize",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",data:"data",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",alignToBottom:"alignToBottom",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel"},methods:{scrollToIndex:"scrollToIndex",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollBy:"scrollBy",autoscrollToBottom:"autoscrollToBottom",getState:"getState"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",totalListHeightChanged:"totalListHeightChanged",itemsRendered:"itemsRendered",groupIndices:"groupIndices"}},ListRoot)).Component,exports.usePublisher=_a.usePublisher,exports.useEmitterValue=_a.useEmitterValue,exports.useEmitter=_a.useEmitter;var Scroller=buildScroller({usePublisher:exports.usePublisher,useEmitterValue:exports.useEmitterValue,useEmitter:exports.useEmitter}),WindowScroller=buildWindowScroller({usePublisher:exports.usePublisher,useEmitterValue:exports.useEmitterValue,useEmitter:exports.useEmitter});exports.Virtuoso=exports.List,exports.GroupedVirtuoso=exports.List;try{identity.displayName="identity",identity.__docgenInfo={description:"",displayName:"identity",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#identity"]={docgenInfo:identity.__docgenInfo,name:"identity",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#identity"})}catch(__react_docgen_typescript_loader_error){}try{buildScroller.displayName="buildScroller",buildScroller.__docgenInfo={description:"",displayName:"buildScroller",props:{usePublisher:{defaultValue:null,description:"",name:"usePublisher",required:!0,type:{name:'(key: K) => (value: { ...; }[K] extends Stream<...> ? R : never) => void'}},useEmitterValue:{defaultValue:null,description:"",name:"useEmitterValue",required:!0,type:{name:' ? R : never>(key: K) => V'}},useEmitter:{defaultValue:null,description:"",name:"useEmitter",required:!0,type:{name:' ? R : never>(key: K, callback: (value: V) => void) => ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildScroller"]={docgenInfo:buildScroller.__docgenInfo,name:"buildScroller",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildScroller"})}catch(__react_docgen_typescript_loader_error){}try{buildWindowScroller.displayName="buildWindowScroller",buildWindowScroller.__docgenInfo={description:"",displayName:"buildWindowScroller",props:{usePublisher:{defaultValue:null,description:"",name:"usePublisher",required:!0,type:{name:'(key: K) => (value: { ...; }[K] extends Stream<...> ? R : never) => void'}},useEmitterValue:{defaultValue:null,description:"",name:"useEmitterValue",required:!0,type:{name:' ? R : never>(key: K) => V'}},useEmitter:{defaultValue:null,description:"",name:"useEmitter",required:!0,type:{name:' ? R : never>(key: K, callback: (value: V) => void) => ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildWindowScroller"]={docgenInfo:buildWindowScroller.__docgenInfo,name:"buildWindowScroller",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildWindowScroller"})}catch(__react_docgen_typescript_loader_error){}try{List.displayName="List",List.__docgenInfo={description:"",displayName:"List",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#List"]={docgenInfo:List.__docgenInfo,name:"List",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#List"})}catch(__react_docgen_typescript_loader_error){}try{usePublisher.displayName="usePublisher",usePublisher.__docgenInfo={description:"",displayName:"usePublisher",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an
    HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#usePublisher"]={docgenInfo:usePublisher.__docgenInfo,name:"usePublisher",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#usePublisher"})}catch(__react_docgen_typescript_loader_error){}try{useEmitterValue.displayName="useEmitterValue",useEmitterValue.__docgenInfo={description:"",displayName:"useEmitterValue",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#useEmitterValue"]={docgenInfo:useEmitterValue.__docgenInfo,name:"useEmitterValue",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#useEmitterValue"})}catch(__react_docgen_typescript_loader_error){}try{Virtuoso.displayName="Virtuoso",Virtuoso.__docgenInfo={description:"",displayName:"Virtuoso",props:{totalCount:{defaultValue:null,description:"The total amount of items to be rendered.",name:"totalCount",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"any"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"any"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"any"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"any"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"any"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"any"}},itemContent:{defaultValue:null,description:"Set the callback to specify the contents of the item.",name:"itemContent",required:!1,type:{name:"any"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"any"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"any"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"any"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:"any"}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"any"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"any"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"any"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"any"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"any"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"any"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"any"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"any"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"any"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"any"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"any"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: VirtuosoHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#Virtuoso"]={docgenInfo:Virtuoso.__docgenInfo,name:"Virtuoso",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#Virtuoso"})}catch(__react_docgen_typescript_loader_error){}try{GroupedVirtuoso.displayName="GroupedVirtuoso",GroupedVirtuoso.__docgenInfo={description:"",displayName:"GroupedVirtuoso",props:{groupCounts:{defaultValue:null,description:"Specifies the amount of items in each group (and, actually, how many groups are there).\nFor example, passing [20, 30] will display 2 groups with 20 and 30 items each.",name:"groupCounts",required:!1,type:{name:"number[]"}},groupContent:{defaultValue:null,description:"Specifies how each each group header gets rendered. The callback receives the zero-based index of the group.",name:"groupContent",required:!1,type:{name:"GroupContent"}},itemContent:{defaultValue:null,description:"Specifies how each each item gets rendered.",name:"itemContent",required:!1,type:{name:"GroupItemContent"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling, decrease the value this property\nin combination with a change in `groupCounts` to prepend groups items to the top of the list.\nBoth new groups and extending the top group is supported.\n\nThe delta of the firstItemIndex should equal the amount of new items introduced, without the group themselves.\nAs an example, if you prepend 2 groups with 20 and 30 items each, the firstItemIndex should be decreased with 50.\n\nYou can also prepend more items to the first group, for example:\n\\{ groupCounts: [20, 30], firstItemIndex: 1000 \\} can become \\{ groupCounts: [10, 30, 30], firstItemIndex: 980 \\}\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"readonly ItemData[]"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"Context"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign | GroupIndexLocationWithAlign"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"Components"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: GroupedVirtuosoHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#GroupedVirtuoso"]={docgenInfo:GroupedVirtuoso.__docgenInfo,name:"GroupedVirtuoso",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#GroupedVirtuoso"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_urx_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),gridSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/gridSystem.ts"),useSize_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts")),useWindowViewportRect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts")),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),context_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts"),gridComponentPropsSystem=u.system((function(){var itemContent=u.statefulStream((function(index){return"Item "+index})),components=u.statefulStream({}),context=u.statefulStream(null),itemClassName=u.statefulStream("virtuoso-grid-item"),listClassName=u.statefulStream("virtuoso-grid-list"),computeItemKey=u.statefulStream(Virtuoso_1.identity),headerFooterTag=u.statefulStream("div"),scrollerRef=u.statefulStream(u.noop),distinctProp=function(propName,defaultValue){return void 0===defaultValue&&(defaultValue=null),u.statefulStreamFromEmitter(u.pipe(components,u.map((function(components){return components[propName]})),u.distinctUntilChanged()),defaultValue)};return{context,itemContent,components,computeItemKey,itemClassName,listClassName,headerFooterTag,scrollerRef,FooterComponent:distinctProp("Footer"),HeaderComponent:distinctProp("Header"),ListComponent:distinctProp("List","div"),ItemComponent:distinctProp("Item","div"),ScrollerComponent:distinctProp("Scroller","div"),ScrollSeekPlaceholder:distinctProp("ScrollSeekPlaceholder","div")}})),combinedSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),gridSystem=_b[0],gridComponentPropsSystem=_b[1];return tslib_1.__assign(tslib_1.__assign({},gridSystem),gridComponentPropsSystem)}),u.tup(gridSystem_1.gridSystem,gridComponentPropsSystem)),GridItems=react_1.default.memo((function GridItems(){var gridState=useEmitterValue("gridState"),listClassName=useEmitterValue("listClassName"),itemClassName=useEmitterValue("itemClassName"),itemContent=useEmitterValue("itemContent"),computeItemKey=useEmitterValue("computeItemKey"),isSeeking=useEmitterValue("isSeeking"),scrollHeightCallback=usePublisher("scrollHeight"),ItemComponent=useEmitterValue("ItemComponent"),ListComponent=useEmitterValue("ListComponent"),ScrollSeekPlaceholder=useEmitterValue("ScrollSeekPlaceholder"),context=useEmitterValue("context"),itemDimensions=usePublisher("itemDimensions"),gridGap=usePublisher("gap"),log=useEmitterValue("log"),stateRestoreInProgress=useEmitterValue("stateRestoreInProgress"),listRef=useSize_1.default((function(el){var scrollHeight=el.parentElement.parentElement.scrollHeight;scrollHeightCallback(scrollHeight);var firstItem=el.firstChild;if(firstItem){var _a=firstItem.getBoundingClientRect(),width=_a.width,height=_a.height;itemDimensions({width,height})}gridGap({row:resolveGapValue("row-gap",getComputedStyle(el).rowGap,log),column:resolveGapValue("column-gap",getComputedStyle(el).columnGap,log)})}));return stateRestoreInProgress?null:react_1.default.createElement(ListComponent,tslib_1.__assign(tslib_1.__assign({ref:listRef,className:listClassName},Virtuoso_1.contextPropIfNotDomElement(ListComponent,context)),{style:{paddingTop:gridState.offsetTop,paddingBottom:gridState.offsetBottom},"data-test-id":"virtuoso-item-list"}),gridState.items.map((function(item){var key=computeItemKey(item.index,item.data,context);return isSeeking?react_1.default.createElement(ScrollSeekPlaceholder,tslib_1.__assign(tslib_1.__assign({key},Virtuoso_1.contextPropIfNotDomElement(ScrollSeekPlaceholder,context)),{index:item.index,height:gridState.itemHeight,width:gridState.itemWidth})):react_1.default.createElement(ItemComponent,tslib_1.__assign(tslib_1.__assign({},Virtuoso_1.contextPropIfNotDomElement(ItemComponent,context)),{className:itemClassName,"data-index":item.index,key}),itemContent(item.index,item.data,context))})))})),Header=react_1.default.memo((function VirtuosoHeader(){var Header=useEmitterValue("HeaderComponent"),headerHeight=usePublisher("headerHeight"),headerFooterTag=useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return headerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=useEmitterValue("context");return Header?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Header,Virtuoso_1.contextPropIfNotDomElement(Header,context))):null})),Footer=react_1.default.memo((function VirtuosoGridFooter(){var Footer=useEmitterValue("FooterComponent"),footerHeight=usePublisher("footerHeight"),headerFooterTag=useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return footerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=useEmitterValue("context");return Footer?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Footer,Virtuoso_1.contextPropIfNotDomElement(Footer,context))):null})),Viewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoGridMockContext),itemDimensions=usePublisher("itemDimensions"),viewportDimensions=usePublisher("viewportDimensions"),viewportRef=useSize_1.default((function(el){viewportDimensions(el.getBoundingClientRect())}));return react_1.default.useEffect((function(){ctx&&(viewportDimensions({height:ctx.viewportHeight,width:ctx.viewportWidth}),itemDimensions({height:ctx.itemHeight,width:ctx.itemWidth}))}),[ctx,viewportDimensions,itemDimensions]),react_1.default.createElement("div",{style:Virtuoso_1.viewportStyle,ref:viewportRef},children)},WindowViewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoGridMockContext),windowViewportRect=usePublisher("windowViewportRect"),itemDimensions=usePublisher("itemDimensions"),customScrollParent=useEmitterValue("customScrollParent"),viewportRef=useWindowViewportRect_1.default(windowViewportRect,customScrollParent);return react_1.default.useEffect((function(){ctx&&(itemDimensions({height:ctx.itemHeight,width:ctx.itemWidth}),windowViewportRect({offsetTop:0,visibleHeight:ctx.viewportHeight,visibleWidth:ctx.viewportWidth}))}),[ctx,windowViewportRect,itemDimensions]),react_1.default.createElement("div",{ref:viewportRef,style:Virtuoso_1.viewportStyle},children)},GridRoot=react_1.default.memo((function GridRoot(_a){var props=tslib_1.__rest(_a,[]),useWindowScroll=useEmitterValue("useWindowScroll"),customScrollParent=useEmitterValue("customScrollParent"),TheScroller=customScrollParent||useWindowScroll?WindowScroller:Scroller,TheViewport=customScrollParent||useWindowScroll?WindowViewport:Viewport;return react_1.default.createElement(TheScroller,tslib_1.__assign({},props),react_1.default.createElement(TheViewport,null,react_1.default.createElement(Header,null),react_1.default.createElement(GridItems,null),react_1.default.createElement(Footer,null)))})),_a=react_urx_1.systemToComponent(combinedSystem,{optional:{context:"context",totalCount:"totalCount",overscan:"overscan",itemContent:"itemContent",components:"components",computeItemKey:"computeItemKey",data:"data",initialItemCount:"initialItemCount",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",listClassName:"listClassName",itemClassName:"itemClassName",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel",restoreStateFrom:"restoreStateFrom",initialTopMostItemIndex:"initialTopMostItemIndex"},methods:{scrollTo:"scrollTo",scrollBy:"scrollBy",scrollToIndex:"scrollToIndex"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",stateChanged:"stateChanged"}},GridRoot),Grid=_a.Component,usePublisher=_a.usePublisher,useEmitterValue=_a.useEmitterValue,useEmitter=_a.useEmitter;exports.Grid=Grid;var Scroller=Virtuoso_1.buildScroller({usePublisher,useEmitterValue,useEmitter}),WindowScroller=Virtuoso_1.buildWindowScroller({usePublisher,useEmitterValue,useEmitter});function resolveGapValue(property,value,log){return"normal"===value||(null==value?void 0:value.endsWith("px"))||log(property+" was not resolved to pixel value correctly",value,loggerSystem_1.LogLevel.WARN),"normal"===value?0:parseInt(null!=value?value:"0",10)}exports.VirtuosoGrid=Grid;try{Grid.displayName="Grid",Grid.__docgenInfo={description:"",displayName:"Grid",props:{data:{defaultValue:null,description:"",name:"data",required:!1,type:{name:"unknown[] | null"}},totalCount:{defaultValue:null,description:"",name:"totalCount",required:!1,type:{name:"number"}},itemContent:{defaultValue:null,description:"",name:"itemContent",required:!1,type:{name:"GridItemContent"}},context:{defaultValue:null,description:"",name:"context",required:!1,type:{name:"unknown"}},overscan:{defaultValue:null,description:"",name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},initialTopMostItemIndex:{defaultValue:null,description:"",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign"}},initialItemCount:{defaultValue:null,description:"",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"",name:"components",required:!1,type:{name:"GridComponents"}},computeItemKey:{defaultValue:null,description:"",name:"computeItemKey",required:!1,type:{name:"GridComputeItemKey"}},scrollSeekConfiguration:{defaultValue:null,description:"",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},headerFooterTag:{defaultValue:null,description:"",name:"headerFooterTag",required:!1,type:{name:"string"}},useWindowScroll:{defaultValue:null,description:"",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | null) => void)"}},logLevel:{defaultValue:null,description:"",name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"",name:"restoreStateFrom",required:!1,type:{name:"GridStateSnapshot | null"}},listClassName:{defaultValue:null,description:"",name:"listClassName",required:!1,type:{name:"string"}},itemClassName:{defaultValue:null,description:"",name:"itemClassName",required:!1,type:{name:"string"}},isScrolling:{defaultValue:null,description:"",name:"isScrolling",required:!1,type:{name:"((value: boolean) => void)"}},endReached:{defaultValue:null,description:"",name:"endReached",required:!1,type:{name:"((value: number) => void)"}},startReached:{defaultValue:null,description:"",name:"startReached",required:!1,type:{name:"((value: number) => void)"}},rangeChanged:{defaultValue:null,description:"",name:"rangeChanged",required:!1,type:{name:"((value: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"",name:"atBottomStateChange",required:!1,type:{name:"((value: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"",name:"atTopStateChange",required:!1,type:{name:"((value: boolean) => void)"}},stateChanged:{defaultValue:null,description:"",name:"stateChanged",required:!1,type:{name:"((value: GridStateSnapshot) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#Grid"]={docgenInfo:Grid.__docgenInfo,name:"Grid",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#Grid"})}catch(__react_docgen_typescript_loader_error){}try{VirtuosoGrid.displayName="VirtuosoGrid",VirtuosoGrid.__docgenInfo={description:"",displayName:"VirtuosoGrid",props:{totalCount:{defaultValue:null,description:"The total amount of items to be rendered.",name:"totalCount",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"readonly ItemData[]"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"Context"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},itemContent:{defaultValue:null,description:"Set the callback to specify the contents of the item.",name:"itemContent",required:!1,type:{name:"GridItemContent"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"GridComponents"}},overscan:{defaultValue:null,description:'Set the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"GridComputeItemKey"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},stateChanged:{defaultValue:null,description:"reports when the grid state changes. The reported value can be stored and passed back to `restoreStateFrom` to restore the grid to the same state.",name:"stateChanged",required:!1,type:{name:"((state: GridStateSnapshot) => void)"}},restoreStateFrom:{defaultValue:null,description:"",name:"restoreStateFrom",required:!1,type:{name:"GridStateSnapshot | null"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | null) => any)"}},listClassName:{defaultValue:null,description:"Sets the className for the list DOM element",name:"listClassName",required:!1,type:{name:"string"}},itemClassName:{defaultValue:null,description:"Sets the grid items' className",name:"itemClassName",required:!1,type:{name:"string"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the grid in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the grid won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},initialTopMostItemIndex:{defaultValue:null,description:"",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: VirtuosoGridHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#VirtuosoGrid"]={docgenInfo:VirtuosoGrid.__docgenInfo,name:"VirtuosoGrid",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#VirtuosoGrid"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/alignToBottomSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),totalListHeightSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/totalListHeightSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");exports.alignToBottomSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),viewportHeight=_b[0].viewportHeight,totalListHeight=_b[1].totalListHeight,alignToBottom=u.statefulStream(!1),paddingTopAddition=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(alignToBottom,viewportHeight,totalListHeight),u.filter((function(_a){return tslib_1.__read(_a,1)[0]})),u.map((function(_a){var _b=tslib_1.__read(_a,3),viewportHeight=_b[1],totalListHeight=_b[2];return Math.max(0,viewportHeight-totalListHeight)})),u.throttleTime(0),u.distinctUntilChanged()),0);return{alignToBottom,paddingTopAddition}}),u.tup(domIOSystem_1.domIOSystem,totalListHeightSystem_1.totalListHeightSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.tupleComparator=function tupleComparator(prev,current){return!(!prev||prev[0]!==current[0]||prev[1]!==current[1])},exports.rangeComparator=function rangeComparator(prev,next){return!(!prev||prev.startIndex!==next.startIndex||prev.endIndex!==next.endIndex)}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/TableVirtuoso.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/Virtuoso.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/VirtuosoGrid.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var u=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));exports.domIOSystem=u.system((function(){var scrollContainerState=u.stream(),scrollTop=u.stream(),deviation=u.statefulStream(0),smoothScrollTargetReached=u.stream(),statefulScrollTop=u.statefulStream(0),viewportHeight=u.stream(),scrollHeight=u.stream(),headerHeight=u.statefulStream(0),fixedHeaderHeight=u.statefulStream(0),fixedFooterHeight=u.statefulStream(0),footerHeight=u.statefulStream(0),scrollTo=u.stream(),scrollBy=u.stream(),scrollingInProgress=u.statefulStream(!1);return u.connect(u.pipe(scrollContainerState,u.map((function(_a){return _a.scrollTop}))),scrollTop),u.connect(u.pipe(scrollContainerState,u.map((function(_a){return _a.scrollHeight}))),scrollHeight),u.connect(scrollTop,statefulScrollTop),{scrollContainerState,scrollTop,viewportHeight,headerHeight,fixedHeaderHeight,fixedFooterHeight,footerHeight,scrollHeight,smoothScrollTargetReached,scrollTo,scrollBy,statefulScrollTop,deviation,scrollingInProgress}}),[],{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/followOutputSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");function normalizeFollowOutput(follow){return!!follow&&("smooth"===follow?"smooth":"auto")}exports.followOutputSystem=u.system((function(_a){var _b=tslib_1.__read(_a,7),_c=_b[0],totalCount=_c.totalCount,listRefresh=_c.listRefresh,_d=_b[1],isAtBottom=_d.isAtBottom,atBottomState=_d.atBottomState,scrollToIndex=_b[2].scrollToIndex,scrolledToInitialItem=_b[3].scrolledToInitialItem,_e=_b[4],propsReady=_e.propsReady,didMount=_e.didMount,log=_b[5].log,scrollingInProgress=_b[6].scrollingInProgress,followOutput=u.statefulStream(!1),autoscrollToBottom=u.stream(),pendingScrollHandle=null;function scrollToBottom(followOutputBehavior){u.publish(scrollToIndex,{index:"LAST",align:"end",behavior:followOutputBehavior})}function trapNextSizeIncrease(followOutput){var cancel=u.handleNext(atBottomState,(function(state){!followOutput||state.atBottom||"SIZE_INCREASED"!==state.notAtBottomBecause||pendingScrollHandle||(u.getValue(log)("scrolling to bottom due to increased size",{},loggerSystem_1.LogLevel.DEBUG),scrollToBottom("auto"))}));setTimeout(cancel,100)}return u.subscribe(u.pipe(u.combineLatest(u.pipe(u.duc(totalCount),u.skip(1)),didMount),u.withLatestFrom(u.duc(followOutput),isAtBottom,scrolledToInitialItem,scrollingInProgress),u.map((function(_a){var _b=tslib_1.__read(_a,5),_c=tslib_1.__read(_b[0],2),totalCount=_c[0],didMount=_c[1],followOutput=_b[1],isAtBottom=_b[2],scrolledToInitialItem=_b[3],scrollingInProgress=_b[4],shouldFollow=didMount&&scrolledToInitialItem,followOutputBehavior="auto";return shouldFollow&&(followOutputBehavior=function(follow,isAtBottom){return"function"==typeof follow?normalizeFollowOutput(follow(isAtBottom)):isAtBottom&&normalizeFollowOutput(follow)}(followOutput,isAtBottom||scrollingInProgress),shouldFollow=shouldFollow&&!!followOutputBehavior),{totalCount,shouldFollow,followOutputBehavior}})),u.filter((function(_a){return _a.shouldFollow}))),(function(_a){var totalCount=_a.totalCount,followOutputBehavior=_a.followOutputBehavior;pendingScrollHandle&&(pendingScrollHandle(),pendingScrollHandle=null),pendingScrollHandle=u.handleNext(listRefresh,(function(){u.getValue(log)("following output to ",{totalCount},loggerSystem_1.LogLevel.DEBUG),scrollToBottom(followOutputBehavior),pendingScrollHandle=null}))})),u.subscribe(u.pipe(u.combineLatest(u.duc(followOutput),totalCount,propsReady),u.filter((function(_a){var _b=tslib_1.__read(_a,3),follow=_b[0],ready=_b[2];return follow&&ready})),u.scan((function(_a,_b){var value=_a.value,next=tslib_1.__read(_b,2)[1];return{refreshed:value===next,value:next}}),{refreshed:!1,value:0}),u.filter((function(_a){return _a.refreshed})),u.withLatestFrom(followOutput,totalCount)),(function(_a){trapNextSizeIncrease(!1!==tslib_1.__read(_a,2)[1])})),u.subscribe(autoscrollToBottom,(function(){trapNextSizeIncrease(!1!==u.getValue(followOutput))})),u.subscribe(u.combineLatest(u.duc(followOutput),atBottomState),(function(_a){var _b=tslib_1.__read(_a,2),followOutput=_b[0],state=_b[1];followOutput&&!state.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===state.notAtBottomBecause&&scrollToBottom("auto")})),{followOutput,autoscrollToBottom}}),u.tup(sizeSystem_1.sizeSystem,stateFlagsSystem_1.stateFlagsSystem,scrollToIndexSystem_1.scrollToIndexSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,propsReadySystem_1.propsReadySystem,loggerSystem_1.loggerSystem,domIOSystem_1.domIOSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/gridSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),comparators_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),scrollSeekSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollSeekSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeRangeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),windowScrollerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),skipFrames_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/skipFrames.ts"),INITIAL_GRID_STATE={items:[],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},PROBE_GRID_STATE={items:[{index:0}],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},round=Math.round,ceil=Math.ceil,floor=Math.floor,min=Math.min,max=Math.max;function buildItems(startIndex,endIndex,data){return Array.from({length:endIndex-startIndex+1}).map((function(_,i){var dataItem=null===data?null:data[i+startIndex];return{index:i+startIndex,data:dataItem}}))}function gapComparator(prev,next){return prev&&prev.column===next.column&&prev.row===next.row}function dimensionComparator(prev,next){return prev&&prev.width===next.width&&prev.height===next.height}function gridLayout(viewport,gap,item,items){var itemHeight=item.height;return void 0===itemHeight||0===items.length?{top:0,bottom:0}:{top:itemTop(viewport,gap,item,items[0].index),bottom:itemTop(viewport,gap,item,items[items.length-1].index)+itemHeight}}function itemTop(viewport,gap,item,index){var perRow=itemsPerRow(viewport.width,item.width,gap.column),rowCount=floor(index/perRow),top=rowCount*item.height+max(0,rowCount-1)*gap.row;return top>0?top+gap.row:top}function itemsPerRow(viewportWidth,itemWidth,gap){return max(1,floor((viewportWidth+gap)/(floor(itemWidth)+gap)))}exports.gridSystem=u.system((function(_a){var _b=tslib_1.__read(_a,7),_c=_b[0],overscan=_c.overscan,visibleRange=_c.visibleRange,listBoundary=_c.listBoundary,_d=_b[1],scrollTop=_d.scrollTop,viewportHeight=_d.viewportHeight,scrollBy=_d.scrollBy,scrollTo=_d.scrollTo,smoothScrollTargetReached=_d.smoothScrollTargetReached,scrollContainerState=_d.scrollContainerState,footerHeight=_d.footerHeight,headerHeight=_d.headerHeight,stateFlags=_b[2],scrollSeek=_b[3],_e=_b[4],propsReady=_e.propsReady,didMount=_e.didMount,_f=_b[5],windowViewportRect=_f.windowViewportRect,useWindowScroll=_f.useWindowScroll,customScrollParent=_f.customScrollParent,windowScrollContainerState=_f.windowScrollContainerState,windowScrollTo=_f.windowScrollTo,log=_b[6],totalCount=u.statefulStream(0),initialItemCount=u.statefulStream(0),gridState=u.statefulStream(INITIAL_GRID_STATE),viewportDimensions=u.statefulStream({height:0,width:0}),itemDimensions=u.statefulStream({height:0,width:0}),scrollToIndex=u.stream(),scrollHeight=u.stream(),deviation=u.statefulStream(0),data=u.statefulStream(null),gap=u.statefulStream({row:0,column:0}),stateChanged=u.stream(),restoreStateFrom=u.stream(),stateRestoreInProgress=u.statefulStream(!1),initialTopMostItemIndex=u.statefulStream(0),scrolledToInitialItem=u.statefulStream(!0),scrollScheduled=u.statefulStream(!1);u.subscribe(u.pipe(didMount,u.withLatestFrom(initialTopMostItemIndex),u.filter((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return!!_b[1]}))),(function(){u.publish(scrolledToInitialItem,!1),u.publish(initialItemCount,0)})),u.subscribe(u.pipe(u.combineLatest(didMount,scrolledToInitialItem,itemDimensions,viewportDimensions,initialTopMostItemIndex,scrollScheduled),u.filter((function(_a){var _b=tslib_1.__read(_a,6),didMount=_b[0],scrolledToInitialItem=_b[1],itemDimensions=_b[2],viewportDimensions=_b[3],scrollScheduled=_b[5];return didMount&&!scrolledToInitialItem&&0!==itemDimensions.height&&0!==viewportDimensions.height&&!scrollScheduled}))),(function(_a){var initialTopMostItemIndex=tslib_1.__read(_a,5)[4];u.publish(scrollScheduled,!0),skipFrames_1.skipFrames(1,(function(){u.publish(scrollToIndex,initialTopMostItemIndex)})),u.handleNext(u.pipe(scrollTop),(function(){u.publish(listBoundary,[0,0]),u.publish(scrolledToInitialItem,!0)}))})),u.connect(u.pipe(restoreStateFrom,u.filter((function(value){return null!=value&&value.scrollTop>0})),u.mapTo(0)),initialItemCount),u.subscribe(u.pipe(didMount,u.withLatestFrom(restoreStateFrom),u.filter((function(_a){var snapshot=tslib_1.__read(_a,2)[1];return null!=snapshot}))),(function(_a){var snapshot=tslib_1.__read(_a,2)[1];snapshot&&(u.publish(viewportDimensions,snapshot.viewport),u.publish(itemDimensions,null==snapshot?void 0:snapshot.item),u.publish(gap,snapshot.gap),snapshot.scrollTop>0&&(u.publish(stateRestoreInProgress,!0),u.handleNext(u.pipe(scrollTop,u.skip(1)),(function(_value){u.publish(stateRestoreInProgress,!1)})),u.publish(scrollTo,{top:snapshot.scrollTop})))})),u.connect(u.pipe(viewportDimensions,u.map((function(_a){return _a.height}))),viewportHeight),u.connect(u.pipe(u.combineLatest(u.duc(viewportDimensions,dimensionComparator),u.duc(itemDimensions,dimensionComparator),u.duc(gap,(function(prev,next){return prev&&prev.column===next.column&&prev.row===next.row})),u.duc(scrollTop)),u.map((function(_a){var _b=tslib_1.__read(_a,4);return{viewport:_b[0],item:_b[1],gap:_b[2],scrollTop:_b[3]}}))),stateChanged),u.connect(u.pipe(u.combineLatest(u.duc(totalCount),visibleRange,u.duc(gap,gapComparator),u.duc(itemDimensions,dimensionComparator),u.duc(viewportDimensions,dimensionComparator),u.duc(data),u.duc(initialItemCount),u.duc(stateRestoreInProgress),u.duc(scrolledToInitialItem),u.duc(initialTopMostItemIndex)),u.filter((function(_a){return!tslib_1.__read(_a,8)[7]})),u.map((function(_a){var _b=tslib_1.__read(_a,10),totalCount=_b[0],_c=tslib_1.__read(_b[1],2),startOffset=_c[0],endOffset=_c[1],gap=_b[2],item=_b[3],viewport=_b[4],data=_b[5],initialItemCount=_b[6],scrolledToInitialItem=_b[8],initialTopMostItemIndex=_b[9],rowGap=gap.row,columnGap=gap.column,itemHeight=item.height,itemWidth=item.width,viewportWidth=viewport.width;if(0===initialItemCount&&(0===totalCount||0===viewportWidth))return INITIAL_GRID_STATE;if(0===itemWidth){var startIndex_1=initialTopMostItemIndexSystem_1.getInitialTopMostItemIndexNumber(initialTopMostItemIndex,totalCount);return function buildProbeGridState(items){return tslib_1.__assign(tslib_1.__assign({},PROBE_GRID_STATE),{items})}(buildItems(startIndex_1,0===startIndex_1?Math.max(initialItemCount-1,0):startIndex_1,data))}var startIndex,endIndex,perRow=itemsPerRow(viewportWidth,itemWidth,columnGap);scrolledToInitialItem?0===startOffset&&0===endOffset&&initialItemCount>0?(startIndex=0,endIndex=initialItemCount-1):(startIndex=perRow*floor((startOffset+rowGap)/(itemHeight+rowGap)),endIndex=perRow*ceil((endOffset+rowGap)/(itemHeight+rowGap))-1,endIndex=min(totalCount-1,max(endIndex,perRow-1)),startIndex=min(endIndex,max(0,startIndex))):(startIndex=0,endIndex=-1);var items=buildItems(startIndex,endIndex,data),_d=gridLayout(viewport,gap,item,items),top=_d.top,bottom=_d.bottom,rowCount=ceil(totalCount/perRow);return{items,offsetTop:top,offsetBottom:rowCount*itemHeight+(rowCount-1)*rowGap-bottom,top,bottom,itemHeight,itemWidth}}))),gridState),u.connect(u.pipe(data,u.filter((function(data){return null!==data})),u.map((function(data){return data.length}))),totalCount),u.connect(u.pipe(u.combineLatest(viewportDimensions,itemDimensions,gridState,gap),u.filter((function(_a){var _b=tslib_1.__read(_a,3),viewportDimensions=_b[0],itemDimensions=_b[1];return _b[2].items.length>0&&0!==itemDimensions.height&&0!==viewportDimensions.height})),u.map((function(_a){var _b=tslib_1.__read(_a,4),viewportDimensions=_b[0],itemDimensions=_b[1],items=_b[2].items,_c=gridLayout(viewportDimensions,_b[3],itemDimensions,items);return[_c.top,_c.bottom]})),u.distinctUntilChanged(comparators_1.tupleComparator)),listBoundary);var hasScrolled=u.statefulStream(!1);u.connect(u.pipe(scrollTop,u.withLatestFrom(hasScrolled),u.map((function(_a){var _b=tslib_1.__read(_a,2),scrollTop=_b[0];return _b[1]||0!==scrollTop}))),hasScrolled);var endReached=u.streamFromEmitter(u.pipe(u.duc(gridState),u.filter((function(_a){return _a.items.length>0})),u.withLatestFrom(totalCount,hasScrolled),u.filter((function(_a){var _b=tslib_1.__read(_a,3),items=_b[0].items,totalCount=_b[1];return _b[2]&&items[items.length-1].index===totalCount-1})),u.map((function(_a){return tslib_1.__read(_a,2)[1]-1})),u.distinctUntilChanged())),startReached=u.streamFromEmitter(u.pipe(u.duc(gridState),u.filter((function(_a){var items=_a.items;return items.length>0&&0===items[0].index})),u.mapTo(0),u.distinctUntilChanged())),rangeChanged=u.streamFromEmitter(u.pipe(u.duc(gridState),u.withLatestFrom(stateRestoreInProgress),u.filter((function(_a){var _b=tslib_1.__read(_a,2),items=_b[0].items,stateRestoreInProgress=_b[1];return items.length>0&&!stateRestoreInProgress})),u.map((function(_a){var items=tslib_1.__read(_a,1)[0].items;return{startIndex:items[0].index,endIndex:items[items.length-1].index}})),u.distinctUntilChanged(comparators_1.rangeComparator),u.throttleTime(0)));u.connect(rangeChanged,scrollSeek.scrollSeekRangeChanged),u.connect(u.pipe(scrollToIndex,u.withLatestFrom(viewportDimensions,itemDimensions,totalCount,gap),u.map((function(_a){var _b=tslib_1.__read(_a,5),location=_b[0],viewportDimensions=_b[1],itemDimensions=_b[2],totalCount=_b[3],gap=_b[4],normalLocation=scrollToIndexSystem_1.normalizeIndexLocation(location),align=normalLocation.align,behavior=normalLocation.behavior,offset=normalLocation.offset,index=normalLocation.index;"LAST"===index&&(index=totalCount-1);var top=itemTop(viewportDimensions,gap,itemDimensions,index=max(0,index,min(totalCount-1,index)));return"end"===align?top=round(top-viewportDimensions.height+itemDimensions.height):"center"===align&&(top=round(top-viewportDimensions.height/2+itemDimensions.height/2)),offset&&(top+=offset),{top,behavior}}))),scrollTo);var totalListHeight=u.statefulStreamFromEmitter(u.pipe(gridState,u.map((function(gridState){return gridState.offsetBottom+gridState.bottom}))),0);return u.connect(u.pipe(windowViewportRect,u.map((function(viewportInfo){return{width:viewportInfo.visibleWidth,height:viewportInfo.visibleHeight}}))),viewportDimensions),tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({data,totalCount,viewportDimensions,itemDimensions,scrollTop,scrollHeight,overscan,scrollBy,scrollTo,scrollToIndex,smoothScrollTargetReached,windowViewportRect,windowScrollTo,useWindowScroll,customScrollParent,windowScrollContainerState,deviation,scrollContainerState,footerHeight,headerHeight,initialItemCount,gap,restoreStateFrom},scrollSeek),{initialTopMostItemIndex,gridState,totalListHeight}),stateFlags),{startReached,endReached,rangeChanged,stateChanged,propsReady,stateRestoreInProgress}),log)}),u.tup(sizeRangeSystem_1.sizeRangeSystem,domIOSystem_1.domIOSystem,stateFlagsSystem_1.stateFlagsSystem,scrollSeekSystem_1.scrollSeekSystem,propsReadySystem_1.propsReadySystem,windowScrollerSystem_1.windowScrollerSystem,loggerSystem_1.loggerSystem)),exports.itemsPerRow=itemsPerRow},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/groupedListSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts");function groupCountsToIndicesAndCount(counts){return counts.reduce((function(acc,groupCount){return acc.groupIndices.push(acc.totalCount),acc.totalCount+=groupCount+1,acc}),{totalCount:0,groupIndices:[]})}exports.groupCountsToIndicesAndCount=groupCountsToIndicesAndCount,exports.groupedListSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),_c=_b[0],totalCount=_c.totalCount,groupIndices=_c.groupIndices,sizes=_c.sizes,_d=_b[1],scrollTop=_d.scrollTop,headerHeight=_d.headerHeight,groupCounts=u.stream(),topItemsIndexes=u.stream(),groupIndicesAndCount=u.streamFromEmitter(u.pipe(groupCounts,u.map(groupCountsToIndicesAndCount)));return u.connect(u.pipe(groupIndicesAndCount,u.map((function(value){return value.totalCount}))),totalCount),u.connect(u.pipe(groupIndicesAndCount,u.map((function(value){return value.groupIndices}))),groupIndices),u.connect(u.pipe(u.combineLatest(scrollTop,sizes,headerHeight),u.filter((function(_a){var _b=tslib_1.__read(_a,2),sizes=(_b[0],_b[1]);return sizeSystem_1.hasGroups(sizes)})),u.map((function(_a){var _b=tslib_1.__read(_a,3),scrollTop=_b[0],state=_b[1],headerHeight=_b[2];return AATree_1.findMaxKeyValue(state.groupOffsetTree,Math.max(scrollTop-headerHeight,0),"v")[0]})),u.distinctUntilChanged(),u.map((function(index){return[index]}))),topItemsIndexes),{groupCounts,topItemsIndexes}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),useSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts"),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");exports.default=function useChangedListContentsSizes(callback,itemSize,enabled,scrollContainerStateCallback,log,gap,customScrollParent){var _a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,memoedCallback=react_1.default.useCallback((function(el){for(var ranges=function getChangedChildSizes(children,itemSize,field,log){var length=children.length;if(0===length)return null;for(var results=[],i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),useIsomorphicLayoutEffect="undefined"!=typeof document?react_1.default.useLayoutEffect:react_1.default.useEffect;exports.default=useIsomorphicLayoutEffect},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPortalWindowContext=foundation_1.RcPortalWindowContext,exports.useRcPortalWindowContext=foundation_1.useRcPortalWindowContext},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useScrollTop.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),react_dom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react-dom/index.js")),approximatelyEqual_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/approximatelyEqual.ts"),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");exports.default=function useScrollTop(scrollContainerStateCallback,smoothScrollTargetReached,scrollerElement,scrollerRefCallback,customScrollParent){void 0===scrollerRefCallback&&(scrollerRefCallback=u.noop);var scrollerRef=react_1.default.useRef(null),scrollTopTarget=react_1.default.useRef(null),timeoutRef=react_1.default.useRef(null),_a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,handler=react_1.default.useCallback((function(ev){var el=ev.target,windowScroll=el===externalWindow||el===externalWindow.document,scrollTop=windowScroll?externalWindow.pageYOffset||externalWindow.document.documentElement.scrollTop:el.scrollTop,scrollHeight=windowScroll?externalWindow.document.documentElement.scrollHeight:el.scrollHeight,viewportHeight=windowScroll?externalWindow.innerHeight:el.offsetHeight,call=function(){scrollContainerStateCallback({scrollTop:Math.max(scrollTop,0),scrollHeight,viewportHeight})};ev.suppressFlushSync?call():react_dom_1.default.flushSync(call),null!==scrollTopTarget.current&&(scrollTop===scrollTopTarget.current||scrollTop<=0||scrollTop===scrollHeight-viewportHeight)&&(scrollTopTarget.current=null,smoothScrollTargetReached(!0),timeoutRef.current&&(clearTimeout(timeoutRef.current),timeoutRef.current=null))}),[externalWindow,scrollContainerStateCallback,smoothScrollTargetReached]);return react_1.default.useEffect((function(){var localRef=customScrollParent||scrollerRef.current;return scrollerRefCallback(customScrollParent||scrollerRef.current),handler({target:localRef,suppressFlushSync:!0}),localRef.addEventListener("scroll",handler,{passive:!0}),function(){scrollerRefCallback(null),localRef.removeEventListener("scroll",handler)}}),[scrollerRef,handler,scrollerElement,scrollerRefCallback,customScrollParent]),{scrollerRef,scrollByCallback:function scrollByCallback(location){scrollerRef.current.scrollBy(location)},scrollToCallback:function scrollToCallback(location){var scrollerElement=scrollerRef.current;if(scrollerElement&&(!("offsetHeight"in scrollerElement)||0!==scrollerElement.offsetHeight)){var offsetHeight,scrollHeight,scrollTop,isSmooth="smooth"===location.behavior;scrollerElement===externalWindow?(scrollHeight=Math.max(correctItemSize_1.correctItemSize(externalWindow.document.documentElement,"height"),externalWindow.document.documentElement.scrollHeight),offsetHeight=externalWindow.innerHeight,scrollTop=externalWindow.document.documentElement.scrollTop):(scrollHeight=scrollerElement.scrollHeight,offsetHeight=correctItemSize_1.correctItemSize(scrollerElement,"height"),scrollTop=scrollerElement.scrollTop);var maxScrollTop=scrollHeight-offsetHeight;if(location.top=Math.ceil(Math.max(Math.min(maxScrollTop,location.top),0)),approximatelyEqual_1.approximatelyEqual(offsetHeight,scrollHeight)||location.top===scrollTop)return scrollContainerStateCallback({scrollTop,scrollHeight,viewportHeight:offsetHeight}),void(isSmooth&&smoothScrollTargetReached(!0));isSmooth?(scrollTopTarget.current=location.top,timeoutRef.current&&clearTimeout(timeoutRef.current),timeoutRef.current=setTimeout((function(){timeoutRef.current=null,scrollTopTarget.current=null,smoothScrollTargetReached(!0)}),1e3)):scrollTopTarget.current=null,scrollerElement.scrollTo(location)}}}}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");function useSizeWithElRef(callback,enabled){void 0===enabled&&(enabled=!0);var ref=react_1.default.useRef(null),_a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,callbackRef=function(_el){};if(void 0!==externalWindow.ResizeObserver){var observer_1=react_1.default.useMemo((function(){return new externalWindow.ResizeObserver((function(entries){var element=entries[0].target;null!==element.offsetParent&&callback(element)}))}),[callback]);callbackRef=function(elRef){elRef&&enabled?(observer_1.observe(elRef),ref.current=elRef):(ref.current&&observer_1.unobserve(ref.current),ref.current=null)}}return{ref,callbackRef}}exports.useSizeWithElRef=useSizeWithElRef,exports.default=function useSize(callback,enabled){return void 0===enabled&&(enabled=!0),useSizeWithElRef(callback,enabled).callbackRef}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),useSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts"),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");exports.default=function useWindowViewportRectRef(callback,customScrollParent){var viewportInfo=react_1.default.useRef(null),_a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,calculateInfo=react_1.default.useCallback((function(element){if(null!==element&&element.offsetParent){var visibleHeight,offsetTop,rect=element.getBoundingClientRect(),visibleWidth=rect.width;if(customScrollParent){var customScrollParentRect=customScrollParent.getBoundingClientRect(),deltaTop=rect.top-customScrollParentRect.top;visibleHeight=customScrollParentRect.height-Math.max(0,deltaTop),offsetTop=deltaTop+customScrollParent.scrollTop}else visibleHeight=externalWindow.innerHeight-Math.max(0,rect.top),offsetTop=rect.top+externalWindow.pageYOffset;viewportInfo.current={offsetTop,visibleHeight,visibleWidth},callback(viewportInfo.current)}}),[callback,customScrollParent,externalWindow]),_b=useSize_1.useSizeWithElRef(calculateInfo),callbackRef=_b.callbackRef,ref=_b.ref,scrollAndResizeEventHandler=react_1.default.useCallback((function(){calculateInfo(ref.current)}),[calculateInfo,ref]);return react_1.default.useEffect((function(){if(customScrollParent){customScrollParent.addEventListener("scroll",scrollAndResizeEventHandler);var observer_1=new externalWindow.ResizeObserver(scrollAndResizeEventHandler);return observer_1.observe(customScrollParent),function(){customScrollParent.removeEventListener("scroll",scrollAndResizeEventHandler),observer_1.unobserve(customScrollParent)}}return externalWindow.addEventListener("scroll",scrollAndResizeEventHandler),externalWindow.addEventListener("resize",scrollAndResizeEventHandler),function(){externalWindow.removeEventListener("scroll",scrollAndResizeEventHandler),externalWindow.removeEventListener("resize",scrollAndResizeEventHandler)}}),[scrollAndResizeEventHandler,customScrollParent,externalWindow]),callbackRef}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/index.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx");exports.GroupedVirtuoso=Virtuoso_1.GroupedVirtuoso,exports.Virtuoso=Virtuoso_1.Virtuoso;var VirtuosoGrid_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx");exports.VirtuosoGrid=VirtuosoGrid_1.VirtuosoGrid;var TableVirtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx");exports.TableVirtuoso=TableVirtuoso_1.TableVirtuoso,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/interfaces.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/Virtuoso.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/TableVirtuoso.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/VirtuosoGrid.ts"),exports);var loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts");exports.LogLevel=loggerSystem_1.LogLevel,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialItemCountSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts");exports.initialItemCountSystem=u.system((function(_a){var _b=tslib_1.__read(_a,4),_c=_b[0],sizes=_c.sizes,firstItemIndex=_c.firstItemIndex,data=_c.data,gap=_c.gap,initialTopMostItemIndex=_b[1].initialTopMostItemIndex,_d=_b[2],initialItemCount=_d.initialItemCount,listState=_d.listState,didMount=_b[3].didMount;return u.connect(u.pipe(didMount,u.withLatestFrom(initialItemCount),u.filter((function(_a){return 0!==tslib_1.__read(_a,2)[1]})),u.withLatestFrom(initialTopMostItemIndex,sizes,firstItemIndex,gap,data),u.map((function(_a){var _b=tslib_1.__read(_a,6),count=tslib_1.__read(_b[0],2)[1],initialTopMostItemIndexValue=_b[1],sizes=_b[2],firstItemIndex=_b[3],gap=_b[4],_d=_b[5],data=void 0===_d?[]:_d;return listStateSystem_1.buildListStateFromItemCount(count,initialTopMostItemIndexValue,sizes,firstItemIndex,gap,data)}))),listState),{}}),u.tup(sizeSystem_1.sizeSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,listStateSystem_1.listStateSystem,propsReadySystem_1.propsReadySystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialScrollTopSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts");exports.initialScrollTopSystem=u.system((function(_a){var _b=tslib_1.__read(_a,3),didMount=_b[0].didMount,scrollTo=_b[1].scrollTo,listState=_b[2].listState,initialScrollTop=u.statefulStream(0);return u.subscribe(u.pipe(didMount,u.withLatestFrom(initialScrollTop),u.filter((function(_a){return 0!==tslib_1.__read(_a,2)[1]})),u.map((function(_a){return{top:tslib_1.__read(_a,2)[1]}}))),(function(location){u.handleNext(u.pipe(listState,u.skip(1),u.filter((function(state){return state.items.length>1}))),(function(){requestAnimationFrame((function(){u.publish(scrollTo,location)}))}))})),{initialScrollTop}}),u.tup(propsReadySystem_1.propsReadySystem,domIOSystem_1.domIOSystem,listStateSystem_1.listStateSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),skipFrames_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/skipFrames.ts");exports.getInitialTopMostItemIndexNumber=function getInitialTopMostItemIndexNumber(location,totalCount){var lastIndex=totalCount-1;return"number"==typeof location?location:"LAST"===location.index?lastIndex:location.index},exports.initialTopMostItemIndexSystem=u.system((function(_a){var _b=tslib_1.__read(_a,4),_c=_b[0],sizes=_c.sizes,listRefresh=_c.listRefresh,defaultItemSize=_c.defaultItemSize,scrollTop=_b[1].scrollTop,scrollToIndex=_b[2].scrollToIndex,didMount=_b[3].didMount,scrolledToInitialItem=u.statefulStream(!0),initialTopMostItemIndex=u.statefulStream(0),scrollScheduled=u.statefulStream(!1);return u.connect(u.pipe(didMount,u.withLatestFrom(initialTopMostItemIndex),u.filter((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return!!_b[1]})),u.mapTo(!1)),scrolledToInitialItem),u.subscribe(u.pipe(u.combineLatest(listRefresh,didMount),u.withLatestFrom(scrolledToInitialItem,sizes,defaultItemSize,scrollScheduled),u.filter((function(_a){var _b=tslib_1.__read(_a,5),didMount=tslib_1.__read(_b[0],2)[1],scrolledToInitialItem=_b[1],sizeTree=_b[2].sizeTree,defaultItemSize=_b[3],scrollScheduled=_b[4];return didMount&&(!AATree_1.empty(sizeTree)||u.isDefined(defaultItemSize))&&!scrolledToInitialItem&&!scrollScheduled})),u.withLatestFrom(initialTopMostItemIndex)),(function(_a){var initialTopMostItemIndex=tslib_1.__read(_a,2)[1];u.publish(scrollScheduled,!0),skipFrames_1.skipFrames(3,(function(){u.handleNext(scrollTop,(function(){return u.publish(scrolledToInitialItem,!0)})),u.publish(scrollToIndex,initialTopMostItemIndex)}))})),{scrolledToInitialItem,initialTopMostItemIndex}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,scrollToIndexSystem_1.scrollToIndexSystem,propsReadySystem_1.propsReadySystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/interfaces.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),groupedListSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/groupedListSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeRangeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),comparators_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx"),recalcSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/recalcSystem.ts");var EMPTY_LIST_STATE={items:[],topItems:[],offsetTop:0,offsetBottom:0,top:0,bottom:0,topListHeight:0,totalCount:0,firstItemIndex:0};function transposeItems(items,sizes,firstItemIndex){var e_1,_a;if(0===items.length)return[];if(!sizeSystem_1.hasGroups(sizes))return items.map((function(item){return tslib_1.__assign(tslib_1.__assign({},item),{index:item.index+firstItemIndex,originalIndex:item.index})}));var startIndex=items[0].index,endIndex=items[items.length-1].index,transposedItems=[],groupRanges=AATree_1.rangesWithin(sizes.groupOffsetTree,startIndex,endIndex),currentRange=void 0,currentGroupIndex=0;try{for(var items_1=tslib_1.__values(items),items_1_1=items_1.next();!items_1_1.done;items_1_1=items_1.next()){var item=items_1_1.value;(!currentRange||currentRange.end0){offsetTop=items[0].offset;var lastItem=items[items.length-1];bottom=lastItem.offset+lastItem.size}var itemCount=totalCount-lastIndex,top=offsetTop,offsetBottom=lastOffset+itemCount*lastSize+(itemCount-1)*gap-bottom;return{items:transposeItems(items,sizes,firstItemIndex),topItems:transposeItems(topItems,sizes,firstItemIndex),topListHeight:topItems.reduce((function(height,item){return item.size+height}),0),offsetTop,offsetBottom,top,bottom,totalCount,firstItemIndex}}function buildListStateFromItemCount(itemCount,initialTopMostItemIndex,sizes,firstItemIndex,gap,data){var e_2,_a,includedGroupsCount=0;if(sizes.groupIndices.length>0)try{for(var _b=tslib_1.__values(sizes.groupIndices),_c=_b.next();!_c.done;_c=_b.next()){if(_c.value-includedGroupsCount>=itemCount)break;includedGroupsCount++}}catch(e_2_1){e_2={error:e_2_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_2)throw e_2.error}}var adjustedCount=itemCount+includedGroupsCount,initialTopMostItemIndexNumber=initialTopMostItemIndexSystem_1.getInitialTopMostItemIndexNumber(initialTopMostItemIndex,adjustedCount),items=Array.from({length:adjustedCount}).map((function(_,index){return{index:index+initialTopMostItemIndexNumber,size:0,offset:0,data:data[index+initialTopMostItemIndexNumber]}}));return buildListState(items,[],adjustedCount,gap,sizes,firstItemIndex)}exports.buildListState=buildListState,exports.buildListStateFromItemCount=buildListStateFromItemCount,exports.listStateSystem=u.system((function(_a){var _b=tslib_1.__read(_a,8),_c=_b[0],sizes=_c.sizes,totalCount=_c.totalCount,data=_c.data,firstItemIndex=_c.firstItemIndex,gap=_c.gap,groupedListSystem=_b[1],_d=_b[2],visibleRange=_d.visibleRange,listBoundary=_d.listBoundary,rangeTopListHeight=_d.topListHeight,_e=_b[3],scrolledToInitialItem=_e.scrolledToInitialItem,initialTopMostItemIndex=_e.initialTopMostItemIndex,topListHeight=_b[4].topListHeight,stateFlags=_b[5],didMount=_b[6].didMount,recalcInProgress=_b[7].recalcInProgress,topItemsIndexes=u.statefulStream([]),initialItemCount=u.statefulStream(0),itemsRendered=u.stream();u.connect(groupedListSystem.topItemsIndexes,topItemsIndexes);var listState=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(didMount,recalcInProgress,u.duc(visibleRange,comparators_1.tupleComparator),u.duc(totalCount),u.duc(sizes),u.duc(initialTopMostItemIndex),scrolledToInitialItem,u.duc(topItemsIndexes),u.duc(firstItemIndex),u.duc(gap),data),u.filter((function(_a){var _b=tslib_1.__read(_a,11),mount=_b[0],recalcInProgress=_b[1],totalCount=_b[3],data=_b[10],dataChangeInProgress=data&&data.length!==totalCount;return mount&&!recalcInProgress&&!dataChangeInProgress})),u.map((function(_a){var e_3,_b,_c=tslib_1.__read(_a,11),_d=tslib_1.__read(_c[2],2),startOffset=_d[0],endOffset=_d[1],totalCount=_c[3],sizes=_c[4],initialTopMostItemIndex=_c[5],scrolledToInitialItem=_c[6],topItemsIndexes=_c[7],firstItemIndex=_c[8],gap=_c[9],data=_c[10],sizesValue=sizes,sizeTree=sizesValue.sizeTree,offsetTree=sizesValue.offsetTree,initialItemCountValue=u.getValue(initialItemCount);if(0===totalCount)return tslib_1.__assign(tslib_1.__assign({},EMPTY_LIST_STATE),{totalCount});if(0===startOffset&&0===endOffset)return 0===initialItemCountValue?tslib_1.__assign(tslib_1.__assign({},EMPTY_LIST_STATE),{totalCount}):buildListStateFromItemCount(initialItemCountValue,initialTopMostItemIndex,sizes,firstItemIndex,gap,data||[]);if(AATree_1.empty(sizeTree)){if(initialItemCountValue>0)return null;var state=buildListState(function probeItemSet(index,sizes,data){if(sizeSystem_1.hasGroups(sizes)){var itemIndex=sizeSystem_1.originalIndexFromItemIndex(index,sizes);return[{index:AATree_1.findMaxKeyValue(sizes.groupOffsetTree,itemIndex)[0],size:0,offset:0},{index:itemIndex,size:0,offset:0,data:data&&data[0]}]}return[{index,size:0,offset:0,data:data&&data[0]}]}(initialTopMostItemIndexSystem_1.getInitialTopMostItemIndexNumber(initialTopMostItemIndex,totalCount),sizesValue,data),[],totalCount,gap,sizesValue,firstItemIndex);return state}var topItems=[];if(topItemsIndexes.length>0){var startIndex=topItemsIndexes[0],endIndex=topItemsIndexes[topItemsIndexes.length-1],offset=0;try{for(var _e=tslib_1.__values(AATree_1.rangesWithin(sizeTree,startIndex,endIndex)),_f=_e.next();!_f.done;_f=_e.next())for(var range=_f.value,size=range.value,rangeStartIndex=Math.max(range.start,startIndex),rangeEndIndex=Math.min(range.end,endIndex),i=rangeStartIndex;i<=rangeEndIndex;i++)topItems.push({index:i,size,offset,data:data&&data[i]}),offset+=size}catch(e_3_1){e_3={error:e_3_1}}finally{try{_f&&!_f.done&&(_b=_e.return)&&_b.call(_e)}finally{if(e_3)throw e_3.error}}}if(!scrolledToInitialItem)return buildListState([],topItems,totalCount,gap,sizesValue,firstItemIndex);var minStartIndex=topItemsIndexes.length>0?topItemsIndexes[topItemsIndexes.length-1]+1:0,offsetPointRanges=sizeSystem_1.rangesWithinOffsets(offsetTree,startOffset,endOffset,minStartIndex);if(0===offsetPointRanges.length)return null;var maxIndex=totalCount-1,items=u.tap([],(function(result){var e_4,_a;try{for(var offsetPointRanges_1=tslib_1.__values(offsetPointRanges),offsetPointRanges_1_1=offsetPointRanges_1.next();!offsetPointRanges_1_1.done;offsetPointRanges_1_1=offsetPointRanges_1.next()){var range=offsetPointRanges_1_1.value,point=range.value,offset=point.offset,rangeStartIndex=range.start,size=point.size;if(point.offset=endOffset);i++)result.push({index:i,size,offset,data:data&&data[i]}),offset+=size+gap}}catch(e_4_1){e_4={error:e_4_1}}finally{try{offsetPointRanges_1_1&&!offsetPointRanges_1_1.done&&(_a=offsetPointRanges_1.return)&&_a.call(offsetPointRanges_1)}finally{if(e_4)throw e_4.error}}}));return buildListState(items,topItems,totalCount,gap,sizesValue,firstItemIndex)})),u.filter((function(value){return null!==value})),u.distinctUntilChanged()),EMPTY_LIST_STATE);u.connect(u.pipe(data,u.filter(u.isDefined),u.map((function(data){return null==data?void 0:data.length}))),totalCount),u.connect(u.pipe(listState,u.map((function(value){return value.topListHeight}))),topListHeight),u.connect(topListHeight,rangeTopListHeight),u.connect(u.pipe(listState,u.map((function(state){return[state.top,state.bottom]}))),listBoundary),u.connect(u.pipe(listState,u.map((function(state){return state.items}))),itemsRendered);var endReached=u.streamFromEmitter(u.pipe(listState,u.filter((function(_a){return _a.items.length>0})),u.withLatestFrom(totalCount,data),u.filter((function(_a){var _b=tslib_1.__read(_a,2),items=_b[0].items,totalCount=_b[1];return items[items.length-1].originalIndex===totalCount-1})),u.map((function(_a){var _b=tslib_1.__read(_a,3);return[_b[1]-1,_b[2]]})),u.distinctUntilChanged(comparators_1.tupleComparator),u.map((function(_a){return tslib_1.__read(_a,1)[0]})))),startReached=u.streamFromEmitter(u.pipe(listState,u.throttleTime(200),u.filter((function(_a){var items=_a.items,topItems=_a.topItems;return items.length>0&&items[0].originalIndex===topItems.length})),u.map((function(_a){return _a.items[0].index})),u.distinctUntilChanged())),rangeChanged=u.streamFromEmitter(u.pipe(listState,u.filter((function(_a){return _a.items.length>0})),u.map((function(_a){for(var items=_a.items,startIndex=0,endIndex=items.length-1;"group"===items[startIndex].type&&startIndexstartIndex;)endIndex--;return{startIndex:items[startIndex].index,endIndex:items[endIndex].index}})),u.distinctUntilChanged(comparators_1.rangeComparator)));return tslib_1.__assign({listState,topItemsIndexes,endReached,startReached,rangeChanged,itemsRendered,initialItemCount},stateFlags)}),u.tup(sizeSystem_1.sizeSystem,groupedListSystem_1.groupedListSystem,sizeRangeSystem_1.sizeRangeSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,scrollToIndexSystem_1.scrollToIndexSystem,stateFlagsSystem_1.stateFlagsSystem,propsReadySystem_1.propsReadySystem,recalcSystem_1.recalcSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/listSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),followOutputSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/followOutputSystem.ts"),groupedListSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/groupedListSystem.ts"),initialItemCountSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialItemCountSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),scrollSeekSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollSeekSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeRangeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),topItemCountSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/topItemCountSystem.ts"),totalListHeightSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/totalListHeightSystem.ts"),upwardScrollFixSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/upwardScrollFixSystem.ts"),initialScrollTopSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialScrollTopSystem.ts"),alignToBottomSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/alignToBottomSystem.ts"),windowScrollerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),scrollIntoViewSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollIntoViewSystem.ts"),stateLoadSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateLoadSystem.ts"),featureGroup1System=u.system((function(_a){var _b=tslib_1.__read(_a,10),sizeRange=_b[0],initialItemCount=_b[1],propsReady=_b[2],scrollSeek=_b[3],totalListHeight=_b[4],initialScrollTopSystem=_b[5],alignToBottom=_b[6],windowScroller=_b[7],scrollIntoView=_b[8],logger=_b[9];return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},sizeRange),initialItemCount),propsReady),scrollSeek),totalListHeight),initialScrollTopSystem),alignToBottom),windowScroller),scrollIntoView),logger)}),u.tup(sizeRangeSystem_1.sizeRangeSystem,initialItemCountSystem_1.initialItemCountSystem,propsReadySystem_1.propsReadySystem,scrollSeekSystem_1.scrollSeekSystem,totalListHeightSystem_1.totalListHeightSystem,initialScrollTopSystem_1.initialScrollTopSystem,alignToBottomSystem_1.alignToBottomSystem,windowScrollerSystem_1.windowScrollerSystem,scrollIntoViewSystem_1.scrollIntoViewSystem,loggerSystem_1.loggerSystem));exports.listSystem=u.system((function(_a){var _b=_a,_c=tslib_1.__read(_b,11),_d=_c[0],totalCount=_d.totalCount,sizeRanges=_d.sizeRanges,fixedItemSize=_d.fixedItemSize,defaultItemSize=_d.defaultItemSize,trackItemSizes=_d.trackItemSizes,itemSize=_d.itemSize,data=_d.data,firstItemIndex=_d.firstItemIndex,groupIndices=_d.groupIndices,statefulTotalCount=_d.statefulTotalCount,gap=_d.gap,sizes=_d.sizes,_e=_c[1],initialTopMostItemIndex=_e.initialTopMostItemIndex,scrolledToInitialItem=_e.scrolledToInitialItem,domIO=_c[2],stateLoad=_c[3],followOutput=_c[4],_f=_c[5],scrollToIndex=_c[6].scrollToIndex,topItemCount=(_c[7],_c[8].topItemCount),groupCounts=_c[9].groupCounts,featureGroup1=_c[10],listState=_f.listState,topItemsIndexes=_f.topItemsIndexes,flags=tslib_1.__rest(_f,["listState","topItemsIndexes"]);return u.connect(flags.rangeChanged,featureGroup1.scrollSeekRangeChanged),u.connect(u.pipe(featureGroup1.windowViewportRect,u.map((function(value){return value.visibleHeight}))),domIO.viewportHeight),tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({totalCount,data,firstItemIndex,sizeRanges,initialTopMostItemIndex,scrolledToInitialItem,topItemsIndexes,topItemCount,groupCounts,fixedItemHeight:fixedItemSize,defaultItemHeight:defaultItemSize,gap},followOutput),{statefulTotalCount,listState,scrollToIndex,trackItemSizes,itemSize,groupIndices}),flags),featureGroup1),domIO),{sizes}),stateLoad)}),u.tup(sizeSystem_1.sizeSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,domIOSystem_1.domIOSystem,stateLoadSystem_1.stateLoadSystem,followOutputSystem_1.followOutputSystem,listStateSystem_1.listStateSystem,scrollToIndexSystem_1.scrollToIndexSystem,upwardScrollFixSystem_1.upwardScrollFixSystem,topItemCountSystem_1.topItemCountSystem,groupedListSystem_1.groupedListSystem,featureGroup1System))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0});var LogLevel,u=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));!function(LogLevel){LogLevel[LogLevel.DEBUG=0]="DEBUG",LogLevel[LogLevel.INFO=1]="INFO",LogLevel[LogLevel.WARN=2]="WARN",LogLevel[LogLevel.ERROR=3]="ERROR"}(LogLevel=exports.LogLevel||(exports.LogLevel={}));var CONSOLE_METHOD_MAP=((_a={})[LogLevel.DEBUG]="debug",_a[LogLevel.INFO]="log",_a[LogLevel.WARN]="warn",_a[LogLevel.ERROR]="error",_a);exports.loggerSystem=u.system((function(){var logLevel=u.statefulStream(LogLevel.ERROR),log=u.statefulStream((function(label,message,level){var _a;void 0===level&&(level=LogLevel.INFO),level>=(null!==(_a=("undefined"==typeof globalThis?window:globalThis).VIRTUOSO_LOG_LEVEL)&&void 0!==_a?_a:u.getValue(logLevel))&&console[CONSOLE_METHOD_MAP[level]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",label,message)}));return{log,logLevel}}),[],{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts");exports.propsReadySystem=u.system((function(_a){var log=tslib_1.__read(_a,1)[0].log,propsReady=u.statefulStream(!1),didMount=u.streamFromEmitter(u.pipe(propsReady,u.filter((function(ready){return ready})),u.distinctUntilChanged()));return u.subscribe(propsReady,(function(value){value&&u.getValue(log)("props updated",{},loggerSystem_1.LogLevel.DEBUG)})),{propsReady,didMount}}),u.tup(loggerSystem_1.loggerSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));var useIsomorphicLayoutEffect="undefined"!=typeof document?react_1.default.useLayoutEffect:react_1.default.useEffect;exports.systemToComponent=function systemToComponent(systemSpec,map,Root){var requiredPropNames=Object.keys(map.required||{}),optionalPropNames=Object.keys(map.optional||{}),methodNames=Object.keys(map.methods||{}),eventNames=Object.keys(map.events||{}),Context=react_1.default.createContext({});function applyPropsToSystem(system,props){var e_1,_a,e_2,_b;system.propsReady&&u.publish(system.propsReady,!1);try{for(var requiredPropNames_1=tslib_1.__values(requiredPropNames),requiredPropNames_1_1=requiredPropNames_1.next();!requiredPropNames_1_1.done;requiredPropNames_1_1=requiredPropNames_1.next()){var requiredPropName=requiredPropNames_1_1.value,stream=system[map.required[requiredPropName]];u.publish(stream,props[requiredPropName])}}catch(e_1_1){e_1={error:e_1_1}}finally{try{requiredPropNames_1_1&&!requiredPropNames_1_1.done&&(_a=requiredPropNames_1.return)&&_a.call(requiredPropNames_1)}finally{if(e_1)throw e_1.error}}try{for(var optionalPropNames_1=tslib_1.__values(optionalPropNames),optionalPropNames_1_1=optionalPropNames_1.next();!optionalPropNames_1_1.done;optionalPropNames_1_1=optionalPropNames_1.next()){var optionalPropName=optionalPropNames_1_1.value;if(optionalPropName in props){stream=system[map.optional[optionalPropName]];u.publish(stream,props[optionalPropName])}}}catch(e_2_1){e_2={error:e_2_1}}finally{try{optionalPropNames_1_1&&!optionalPropNames_1_1.done&&(_b=optionalPropNames_1.return)&&_b.call(optionalPropNames_1)}finally{if(e_2)throw e_2.error}}system.propsReady&&u.publish(system.propsReady,!0)}function buildEventHandlers(system){return eventNames.reduce((function(handlers,eventName){return handlers[eventName]=u.eventHandler(system[map.events[eventName]]),handlers}),{})}return{Component:react_1.default.forwardRef((function(propsWithChildren,ref){var _a=propsWithChildren,children=_a.children,props=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState((function(){return u.tap(u.init(systemSpec),(function(system){return applyPropsToSystem(system,props)}))})),1),system=_b[0],handlers=tslib_1.__read(react_1.default.useState(u.curry1to0(buildEventHandlers,system)),1)[0];return useIsomorphicLayoutEffect((function(){var e_3,_a;try{for(var eventNames_1=tslib_1.__values(eventNames),eventNames_1_1=eventNames_1.next();!eventNames_1_1.done;eventNames_1_1=eventNames_1.next()){var eventName=eventNames_1_1.value;eventName in props&&u.subscribe(handlers[eventName],props[eventName])}}catch(e_3_1){e_3={error:e_3_1}}finally{try{eventNames_1_1&&!eventNames_1_1.done&&(_a=eventNames_1.return)&&_a.call(eventNames_1)}finally{if(e_3)throw e_3.error}}return function(){Object.values(handlers).map(u.reset)}}),[props,handlers,system]),useIsomorphicLayoutEffect((function(){applyPropsToSystem(system,props)})),react_1.default.useImperativeHandle(ref,u.always(function buildMethods(system){return methodNames.reduce((function(acc,methodName){return acc[methodName]=function(value){var stream=system[map.methods[methodName]];u.publish(stream,value)},acc}),{})}(system))),react_1.default.createElement(Context.Provider,{value:system},Root?react_1.default.createElement(Root,function omit(keys,obj){for(var result={},index={},idx=0,len=keys.length;idx{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var u=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));exports.recalcSystem=u.system((function(){return{recalcInProgress:u.statefulStream(!1)}}),[],{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollIntoViewSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),defaultCalculateViewLocation=function(_a){var itemTop=_a.itemTop,itemBottom=_a.itemBottom,viewportTop=_a.viewportTop,viewportBottom=_a.viewportBottom,_b=_a.locationParams,behavior=_b.behavior,align=_b.align,rest=tslib_1.__rest(_b,["behavior","align"]);return itemTopviewportBottom?tslib_1.__assign(tslib_1.__assign({},rest),{behavior,align:null!=align?align:"end"}):null};exports.scrollIntoViewSystem=u.system((function(_a){var _b=tslib_1.__read(_a,3),_c=_b[0],sizes=_c.sizes,totalCount=_c.totalCount,gap=_c.gap,_d=_b[1],scrollTop=_d.scrollTop,viewportHeight=_d.viewportHeight,headerHeight=_d.headerHeight,fixedHeaderHeight=_d.fixedHeaderHeight,fixedFooterHeight=_d.fixedFooterHeight,scrollingInProgress=_d.scrollingInProgress,scrollToIndex=_b[2].scrollToIndex,scrollIntoView=u.stream();return u.connect(u.pipe(scrollIntoView,u.withLatestFrom(sizes,viewportHeight,totalCount,headerHeight,fixedHeaderHeight,fixedFooterHeight,scrollTop),u.withLatestFrom(gap),u.map((function(_a){var _b=tslib_1.__read(_a,2),_c=tslib_1.__read(_b[0],8),viewLocation=_c[0],sizes=_c[1],viewportHeight=_c[2],totalCount=_c[3],headerHeight=_c[4],fixedHeaderHeight=_c[5],fixedFooterHeight=_c[6],scrollTop=_c[7],gap=_b[1],done=viewLocation.done,behavior=viewLocation.behavior,align=viewLocation.align,_d=viewLocation.calculateViewLocation,calculateViewLocation=void 0===_d?defaultCalculateViewLocation:_d,rest=tslib_1.__rest(viewLocation,["done","behavior","align","calculateViewLocation"]),actualIndex=sizeSystem_1.originalIndexFromLocation(viewLocation,sizes,totalCount-1),itemTop=sizeSystem_1.offsetOf(actualIndex,sizes.offsetTree,gap)+headerHeight+fixedHeaderHeight,location=calculateViewLocation({itemTop,itemBottom:itemTop+AATree_1.findMaxKeyValue(sizes.sizeTree,actualIndex)[1],viewportTop:scrollTop+fixedHeaderHeight,viewportBottom:scrollTop+viewportHeight-fixedFooterHeight,locationParams:tslib_1.__assign({behavior,align},rest)});return location?done&&u.handleNext(u.pipe(scrollingInProgress,u.filter((function(value){return!1===value})),u.skip(u.getValue(scrollingInProgress)?1:2)),done):done&&done(),location})),u.filter((function(value){return null!==value}))),scrollToIndex),{scrollIntoView}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,scrollToIndexSystem_1.scrollToIndexSystem,listStateSystem_1.listStateSystem,loggerSystem_1.loggerSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollSeekSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts");exports.scrollSeekSystem=u.system((function(_a){var scrollVelocity=tslib_1.__read(_a,1)[0].scrollVelocity,isSeeking=u.statefulStream(!1),rangeChanged=u.stream(),scrollSeekConfiguration=u.statefulStream(!1);return u.connect(u.pipe(scrollVelocity,u.withLatestFrom(scrollSeekConfiguration,isSeeking,rangeChanged),u.filter((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return!!_b[1]})),u.map((function(_a){var _b=tslib_1.__read(_a,4),speed=_b[0],config=_b[1],isSeeking=_b[2],range=_b[3],_c=config,exit=_c.exit,enter=_c.enter;if(isSeeking){if(exit(speed,range))return!1}else if(enter(speed,range))return!0;return isSeeking})),u.distinctUntilChanged()),isSeeking),u.subscribe(u.pipe(u.combineLatest(isSeeking,scrollVelocity,rangeChanged),u.withLatestFrom(scrollSeekConfiguration)),(function(_a){var _b=tslib_1.__read(_a,2),_c=tslib_1.__read(_b[0],3),isSeeking=_c[0],velocity=_c[1],range=_c[2],config=_b[1];return isSeeking&&config&&config.change&&config.change(velocity,range)})),{isSeeking,scrollSeekConfiguration,scrollVelocity,scrollSeekRangeChanged:rangeChanged}}),u.tup(stateFlagsSystem_1.stateFlagsSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),SUPPORTS_SCROLL_TO_OPTIONS="undefined"!=typeof document&&"scrollBehavior"in document.documentElement.style;function normalizeIndexLocation(location){var result="number"==typeof location?{index:location}:location;return result.align||(result.align="start"),result.behavior&&SUPPORTS_SCROLL_TO_OPTIONS||(result.behavior="auto"),result.offset||(result.offset=0),result}exports.normalizeIndexLocation=normalizeIndexLocation,exports.scrollToIndexSystem=u.system((function(_a){var _b=tslib_1.__read(_a,3),_c=_b[0],sizes=_c.sizes,totalCount=_c.totalCount,listRefresh=_c.listRefresh,gap=_c.gap,_d=_b[1],scrollingInProgress=_d.scrollingInProgress,viewportHeight=_d.viewportHeight,scrollTo=_d.scrollTo,smoothScrollTargetReached=_d.smoothScrollTargetReached,headerHeight=_d.headerHeight,footerHeight=_d.footerHeight,fixedHeaderHeight=_d.fixedHeaderHeight,fixedFooterHeight=_d.fixedFooterHeight,log=_b[2].log,scrollToIndex=u.stream(),topListHeight=u.statefulStream(0),unsubscribeNextListRefresh=null,cleartTimeoutRef=null,unsubscribeListRefresh=null;function cleanup(){unsubscribeNextListRefresh&&(unsubscribeNextListRefresh(),unsubscribeNextListRefresh=null),unsubscribeListRefresh&&(unsubscribeListRefresh(),unsubscribeListRefresh=null),cleartTimeoutRef&&(clearTimeout(cleartTimeoutRef),cleartTimeoutRef=null),u.publish(scrollingInProgress,!1)}return u.connect(u.pipe(scrollToIndex,u.withLatestFrom(sizes,viewportHeight,totalCount,topListHeight,headerHeight,footerHeight,log),u.withLatestFrom(gap,fixedHeaderHeight,fixedFooterHeight),u.map((function(_a){var _b=tslib_1.__read(_a,4),_c=tslib_1.__read(_b[0],8),location=_c[0],sizes=_c[1],viewportHeight=_c[2],totalCount=_c[3],topListHeight=_c[4],headerHeight=_c[5],footerHeight=_c[6],log=_c[7],gap=_b[1],fixedHeaderHeight=_b[2],fixedFooterHeight=_b[3],normalLocation=normalizeIndexLocation(location),align=normalLocation.align,behavior=normalLocation.behavior,offset=normalLocation.offset,lastIndex=totalCount-1,index=sizeSystem_1.originalIndexFromLocation(normalLocation,sizes,lastIndex),top=sizeSystem_1.offsetOf(index,sizes.offsetTree,gap)+headerHeight;"end"===align?(top+=fixedHeaderHeight+AATree_1.findMaxKeyValue(sizes.sizeTree,index)[1]-viewportHeight+fixedFooterHeight,index===lastIndex&&(top+=footerHeight)):"center"===align?top+=(fixedHeaderHeight+AATree_1.findMaxKeyValue(sizes.sizeTree,index)[1]-viewportHeight+fixedFooterHeight)/2:top-=topListHeight,offset&&(top+=offset);var retry=function(listChanged){cleanup(),listChanged?(log("retrying to scroll to",{location},loggerSystem_1.LogLevel.DEBUG),u.publish(scrollToIndex,location)):log("list did not change, scroll successful",{},loggerSystem_1.LogLevel.DEBUG)};if(cleanup(),"smooth"===behavior){var listChanged_1=!1;unsubscribeListRefresh=u.subscribe(listRefresh,(function(changed){listChanged_1=listChanged_1||changed})),unsubscribeNextListRefresh=u.handleNext(smoothScrollTargetReached,(function(){retry(listChanged_1)}))}else unsubscribeNextListRefresh=u.handleNext(u.pipe(listRefresh,function watchChangesFor(limit){return function(done){var timeoutRef=setTimeout((function(){done(!1)}),limit);return function(value){value&&(done(!0),clearTimeout(timeoutRef))}}}(150)),retry);return cleartTimeoutRef=setTimeout((function(){cleanup()}),1200),u.publish(scrollingInProgress,!0),log("scrolling from index to",{index,top,behavior},loggerSystem_1.LogLevel.DEBUG),{top,behavior}}))),scrollTo),{scrollToIndex,topListHeight}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,loggerSystem_1.loggerSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),comparators_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx");function getOverscan(overscan,end,direction){return"number"==typeof overscan?direction===stateFlagsSystem_1.UP&&end===exports.TOP||direction===stateFlagsSystem_1.DOWN&&end===exports.BOTTOM?overscan:0:direction===stateFlagsSystem_1.UP?end===exports.TOP?overscan.main:overscan.reverse:end===exports.BOTTOM?overscan.main:overscan.reverse}function getViewportIncrease(value,end){return"number"==typeof value?value:value[end]||0}exports.TOP="top",exports.BOTTOM="bottom",exports.NONE="none",exports.getOverscan=getOverscan,exports.sizeRangeSystem=u.system((function(_a){var _c=tslib_1.__read(_a,1)[0],scrollTop=_c.scrollTop,viewportHeight=_c.viewportHeight,deviation=_c.deviation,headerHeight=_c.headerHeight,fixedHeaderHeight=_c.fixedHeaderHeight,listBoundary=u.stream(),topListHeight=u.statefulStream(0),increaseViewportBy=u.statefulStream(0),overscan=u.statefulStream(0),visibleRange=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(u.duc(scrollTop),u.duc(viewportHeight),u.duc(headerHeight),u.duc(listBoundary,comparators_1.tupleComparator),u.duc(overscan),u.duc(topListHeight),u.duc(fixedHeaderHeight),u.duc(deviation),u.duc(increaseViewportBy)),u.map((function(_a){var _b=tslib_1.__read(_a,9),scrollTop=_b[0],viewportHeight=_b[1],headerHeight=_b[2],_c=tslib_1.__read(_b[3],2),listTop=_c[0],listBottom=_c[1],overscan=_b[4],topListHeight=_b[5],fixedHeaderHeight=_b[6],deviation=_b[7],increaseViewportBy=_b[8],top=scrollTop-deviation,stickyHeaderHeight=topListHeight+fixedHeaderHeight,headerVisible=Math.max(headerHeight-top,0),direction=exports.NONE,topViewportAddition=getViewportIncrease(increaseViewportBy,exports.TOP),bottomViewportAddition=getViewportIncrease(increaseViewportBy,exports.BOTTOM);return listTop-=deviation,listBottom+=headerHeight+fixedHeaderHeight,listBottom-=deviation,(listTop+=headerHeight+fixedHeaderHeight)>scrollTop+stickyHeaderHeight-topViewportAddition&&(direction=stateFlagsSystem_1.UP),listBottom{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),arrayBinarySearch=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/binaryArraySearch.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),recalcSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/recalcSystem.ts");function rangeIncludes(refRange){var size=refRange.size,startIndex=refRange.startIndex,endIndex=refRange.endIndex;return function(range){return range.start===startIndex&&(range.end===endIndex||range.end===1/0)&&range.value===size}}function affectedGroupCount(offset,groupIndices){for(var recognizedOffsetItems=0,groupIndex=0;recognizedOffsetItems=rangeStart||size===rangeValue)&&(sizeTree=AATree_1.remove(sizeTree,rangeStart)):(shouldInsert=rangeValue!==size,firstPassDone=!0),rangeEnd>endIndex&&endIndex>=rangeStart&&rangeValue!==size&&(sizeTree=AATree_1.insert(sizeTree,endIndex+1,rangeValue))}}catch(e_2_1){e_2={error:e_2_1}}finally{try{overlappingRanges_1_1&&!overlappingRanges_1_1.done&&(_b=overlappingRanges_1.return)&&_b.call(overlappingRanges_1)}finally{if(e_2)throw e_2.error}}shouldInsert&&(sizeTree=AATree_1.insert(sizeTree,startIndex,size))}}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{ranges_1_1&&!ranges_1_1.done&&(_a=ranges_1.return)&&_a.call(ranges_1)}finally{if(e_1)throw e_1.error}}return[sizeTree,syncStart]}function initialSizeState(){return{offsetTree:[],sizeTree:AATree_1.newTree(),groupOffsetTree:AATree_1.newTree(),lastIndex:0,lastOffset:0,lastSize:0,groupIndices:[]}}function indexComparator(_a,index){var itemIndex=_a.index;return index===itemIndex?0:index0&&log("received item sizes",ranges,loggerSystem_1.LogLevel.DEBUG);var sizeTree=state.sizeTree,newSizeTree=sizeTree,syncStart=0;if(groupIndices.length>0&&AATree_1.empty(sizeTree)&&2===ranges.length){var groupSize_1=ranges[0].size,itemSize_1=ranges[1].size;newSizeTree=groupIndices.reduce((function(tree,groupIndex){return AATree_1.insert(AATree_1.insert(tree,groupIndex,groupSize_1),groupIndex+1,itemSize_1)}),newSizeTree)}else newSizeTree=(_b=tslib_1.__read(insertRanges(newSizeTree,ranges),2))[0],syncStart=_b[1];if(newSizeTree===sizeTree)return state;var _d=createOffsetTree(state.offsetTree,syncStart,newSizeTree,gap),newOffsetTree=_d.offsetTree,lastIndex=_d.lastIndex,lastSize=_d.lastSize,lastOffset=_d.lastOffset;return{sizeTree:newSizeTree,offsetTree:newOffsetTree,lastIndex,lastOffset,lastSize,groupOffsetTree:groupIndices.reduce((function(tree,index){return AATree_1.insert(tree,index,offsetOf(index,newOffsetTree,gap))}),AATree_1.newTree()),groupIndices}}function offsetOf(index,tree,gap){if(0===tree.length)return 0;var _a=arrayBinarySearch.findClosestSmallerOrEqual(tree,index,indexComparator),offset=_a.offset,itemCount=index-_a.index,top=_a.size*itemCount+(itemCount-1)*gap+offset;return top>0?top+gap:top}function isGroupLocation(location){return void 0!==location.groupIndex}function originalIndexFromItemIndex(itemIndex,sizes){if(!hasGroups(sizes))return itemIndex;for(var groupOffset=0;sizes.groupIndices[groupOffset]<=itemIndex+groupOffset;)groupOffset++;return itemIndex+groupOffset}function hasGroups(sizes){return!AATree_1.empty(sizes.groupOffsetTree)}exports.insertRanges=insertRanges,exports.initialSizeState=initialSizeState,exports.indexComparator=indexComparator,exports.offsetComparator=offsetComparator,exports.rangesWithinOffsets=function rangesWithinOffsets(tree,startOffset,endOffset,minStartIndex){return void 0===minStartIndex&&(minStartIndex=0),minStartIndex>0&&(startOffset=Math.max(startOffset,arrayBinarySearch.findClosestSmallerOrEqual(tree,minStartIndex,indexComparator).offset)),AATree_1.arrayToRanges(arrayBinarySearch.findRange(tree,startOffset,endOffset,offsetComparator),offsetPointParser)},exports.sizeStateReducer=sizeStateReducer,exports.offsetOf=offsetOf,exports.isGroupLocation=isGroupLocation,exports.originalIndexFromLocation=function originalIndexFromLocation(location,sizes,lastIndex){if(isGroupLocation(location))return sizes.groupIndices[location.groupIndex]+1;var result=originalIndexFromItemIndex("LAST"===location.index?lastIndex:location.index,sizes);return result=Math.max(0,result,Math.min(lastIndex,result))},exports.originalIndexFromItemIndex=originalIndexFromItemIndex,exports.hasGroups=hasGroups,exports.sizeTreeToRanges=function sizeTreeToRanges(sizeTree){return AATree_1.walk(sizeTree).map((function(_a,index,sizeArray){var startIndex=_a.k,size=_a.v,nextSize=sizeArray[index+1];return{startIndex,endIndex:nextSize?nextSize.k-1:1/0,size}}))};var SIZE_MAP={offsetHeight:"height",offsetWidth:"width"};exports.sizeSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),log=_b[0].log,recalcInProgress=_b[1].recalcInProgress,sizeRanges=u.stream(),totalCount=u.stream(),statefulTotalCount=u.statefulStreamFromEmitter(totalCount,0),unshiftWith=u.stream(),shiftWith=u.stream(),firstItemIndex=u.statefulStream(0),groupIndices=u.statefulStream([]),fixedItemSize=u.statefulStream(void 0),defaultItemSize=u.statefulStream(void 0),itemSize=u.statefulStream((function(el,field){return correctItemSize_1.correctItemSize(el,SIZE_MAP[field])})),data=u.statefulStream(void 0),gap=u.statefulStream(0),initial=initialSizeState(),sizes=u.statefulStreamFromEmitter(u.pipe(sizeRanges,u.withLatestFrom(groupIndices,log,gap),u.scan(sizeStateReducer,initial),u.distinctUntilChanged()),initial),prevGroupIndices=u.statefulStreamFromEmitter(u.pipe(groupIndices,u.distinctUntilChanged(),u.scan((function(prev,curr){return{prev:prev.current,current:curr}}),{prev:[],current:[]}),u.map((function(_a){return _a.prev}))),[]);u.connect(u.pipe(groupIndices,u.filter((function(indexes){return indexes.length>0})),u.withLatestFrom(sizes,gap),u.map((function(_a){var _b=tslib_1.__read(_a,3),groupIndices=_b[0],sizes=_b[1],gap=_b[2],groupOffsetTree=groupIndices.reduce((function(tree,index,idx){return AATree_1.insert(tree,index,offsetOf(index,sizes.offsetTree,gap)||idx)}),AATree_1.newTree());return tslib_1.__assign(tslib_1.__assign({},sizes),{groupIndices,groupOffsetTree})}))),sizes),u.connect(u.pipe(totalCount,u.withLatestFrom(sizes),u.filter((function(_a){var _b=tslib_1.__read(_a,2);return _b[0]<_b[1].lastIndex})),u.map((function(_a){var _b=tslib_1.__read(_a,2),totalCount=_b[0],_c=_b[1];return[{startIndex:totalCount,endIndex:_c.lastIndex,size:_c.lastSize}]}))),sizeRanges),u.connect(fixedItemSize,defaultItemSize);var trackItemSizes=u.statefulStreamFromEmitter(u.pipe(fixedItemSize,u.map((function(size){return void 0===size}))),!0);u.connect(u.pipe(defaultItemSize,u.filter((function(value){return void 0!==value&&AATree_1.empty(u.getValue(sizes).sizeTree)})),u.map((function(size){return[{startIndex:0,endIndex:0,size}]}))),sizeRanges);var listRefresh=u.streamFromEmitter(u.pipe(sizeRanges,u.withLatestFrom(sizes),u.scan((function(_a,_b){var oldSizes=_a.sizes,_c=tslib_1.__read(_b,2),newSizes=(_c[0],_c[1]);return{changed:newSizes!==oldSizes,sizes:newSizes}}),{changed:!1,sizes:initial}),u.map((function(value){return value.changed}))));u.subscribe(u.pipe(firstItemIndex,u.scan((function(prev,next){return{diff:prev.prev-next,prev:next}}),{diff:0,prev:0}),u.map((function(val){return val.diff}))),(function(offset){var groupIndices=u.getValue(sizes).groupIndices;if(offset>0)u.publish(recalcInProgress,!0),u.publish(unshiftWith,offset+affectedGroupCount(offset,groupIndices));else if(offset<0){var prevGroupIndicesValue=u.getValue(prevGroupIndices);prevGroupIndicesValue.length>0&&(offset-=affectedGroupCount(-offset,prevGroupIndicesValue)),u.publish(shiftWith,offset)}})),u.subscribe(u.pipe(firstItemIndex,u.withLatestFrom(log)),(function(_a){var _b=tslib_1.__read(_a,2),index=_b[0],log=_b[1];index<0&&log("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex},loggerSystem_1.LogLevel.ERROR)}));var beforeUnshiftWith=u.streamFromEmitter(unshiftWith);u.connect(u.pipe(unshiftWith,u.withLatestFrom(sizes),u.map((function(_a){var _b=tslib_1.__read(_a,2),unshiftWith=_b[0],sizes=_b[1],groupedMode=sizes.groupIndices.length>0,initialRanges=[],defaultSize=sizes.lastSize;if(groupedMode){for(var firstGroupSize=AATree_1.find(sizes.sizeTree,0),prependedGroupItemsCount=0,groupIndex=0;prependedGroupItemsCount0){if(AATree_1.empty(sizes.sizeTree))return sizes;for(var newSizeTree=AATree_1.newTree(),prevGroupIndicesValue=u.getValue(prevGroupIndices),removedItemsCount=0,groupIndex=0,groupOffset=0;removedItemsCount<-shiftWith;){groupOffset=prevGroupIndicesValue[groupIndex];var groupItemCount=prevGroupIndicesValue[groupIndex+1]-groupOffset-1;groupIndex++,removedItemsCount+=groupItemCount+1}if(newSizeTree=AATree_1.walk(sizes.sizeTree).reduce((function(acc,_a){var k=_a.k,v=_a.v;return AATree_1.insert(acc,Math.max(0,k+shiftWith),v)}),newSizeTree),removedItemsCount!==-shiftWith){var firstGroupSize=AATree_1.find(sizes.sizeTree,groupOffset);newSizeTree=AATree_1.insert(newSizeTree,0,firstGroupSize);var nextItemSize=AATree_1.findMaxKeyValue(sizes.sizeTree,1-shiftWith)[1];newSizeTree=AATree_1.insert(newSizeTree,1,nextItemSize)}return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},sizes),{sizeTree:newSizeTree}),createOffsetTree(sizes.offsetTree,0,newSizeTree,gap))}newSizeTree=AATree_1.walk(sizes.sizeTree).reduce((function(acc,_a){var k=_a.k,v=_a.v;return AATree_1.insert(acc,Math.max(0,k+shiftWith),v)}),AATree_1.newTree());return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},sizes),{sizeTree:newSizeTree}),createOffsetTree(sizes.offsetTree,0,newSizeTree,gap))}))),sizes),{data,totalCount,sizeRanges,groupIndices,defaultItemSize,fixedItemSize,unshiftWith,shiftWith,shiftWithOffset,beforeUnshiftWith,firstItemIndex,gap,sizes,listRefresh,statefulTotalCount,trackItemSizes,itemSize}}),u.tup(loggerSystem_1.loggerSystem,recalcSystem_1.recalcSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),approximatelyEqual_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/approximatelyEqual.ts");exports.UP="up",exports.DOWN="down",exports.NONE="none";var INITIAL_BOTTOM_STATE={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollTop:0,viewportHeight:0,scrollHeight:0}};exports.stateFlagsSystem=u.system((function(_a){var _c=tslib_1.__read(_a,1)[0],scrollContainerState=_c.scrollContainerState,scrollTop=_c.scrollTop,viewportHeight=_c.viewportHeight,headerHeight=_c.headerHeight,footerHeight=_c.footerHeight,scrollBy=_c.scrollBy,isAtBottom=u.statefulStream(!1),isAtTop=u.statefulStream(!0),atBottomStateChange=u.stream(),atTopStateChange=u.stream(),atBottomThreshold=u.statefulStream(4),atTopThreshold=u.statefulStream(0),isScrolling=u.statefulStreamFromEmitter(u.pipe(u.merge(u.pipe(u.duc(scrollTop),u.skip(1),u.mapTo(!0)),u.pipe(u.duc(scrollTop),u.skip(1),u.mapTo(!1),u.debounceTime(100))),u.distinctUntilChanged()),!1),isScrollingBy=u.statefulStreamFromEmitter(u.pipe(u.merge(u.pipe(scrollBy,u.mapTo(!0)),u.pipe(scrollBy,u.mapTo(!1),u.debounceTime(200))),u.distinctUntilChanged()),!1);u.connect(u.pipe(u.combineLatest(u.duc(scrollTop),u.duc(atTopThreshold)),u.map((function(_a){var _b=tslib_1.__read(_a,2);return _b[0]<=_b[1]})),u.distinctUntilChanged()),isAtTop),u.connect(u.pipe(isAtTop,u.throttleTime(50)),atTopStateChange);var atBottomState=u.streamFromEmitter(u.pipe(u.combineLatest(scrollContainerState,u.duc(viewportHeight),u.duc(headerHeight),u.duc(footerHeight),u.duc(atBottomThreshold)),u.scan((function(current,_a){var _b=tslib_1.__read(_a,5),_c=_b[0],scrollTop=_c.scrollTop,scrollHeight=_c.scrollHeight,viewportHeight=_b[1],state=(_b[2],_b[3],{viewportHeight,scrollTop,scrollHeight});if(scrollTop+viewportHeight-scrollHeight>-_b[4]){var atBottomBecause=void 0,scrollTopDelta=void 0;return scrollTop>current.state.scrollTop?(atBottomBecause="SCROLLED_DOWN",scrollTopDelta=current.state.scrollTop-scrollTop):(atBottomBecause="SIZE_DECREASED",scrollTopDelta=current.state.scrollTop-scrollTop||current.scrollTopDelta),{atBottom:!0,state,atBottomBecause,scrollTopDelta}}return{atBottom:!1,notAtBottomBecause:state.scrollHeight>current.state.scrollHeight?"SIZE_INCREASED":viewportHeight{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),windowScrollerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts");function locationFromSnapshot(snapshot){return{offset:snapshot.scrollTop,index:0,align:"start"}}exports.stateLoadSystem=u.system((function(_a){var _b=tslib_1.__read(_a,5),_c=_b[0],sizes=_c.sizes,sizeRanges=_c.sizeRanges,scrollTop=_b[1].scrollTop,initialTopMostItemIndex=_b[2].initialTopMostItemIndex,didMount=_b[3].didMount,_d=_b[4],useWindowScroll=_d.useWindowScroll,windowScrollContainerState=_d.windowScrollContainerState,windowViewportRect=_d.windowViewportRect,getState=u.stream(),restoreStateFrom=u.statefulStream(void 0),statefulWindowScrollContainerState=u.statefulStream(null),statefulWindowViewportRect=u.statefulStream(null);return u.connect(windowScrollContainerState,statefulWindowScrollContainerState),u.connect(windowViewportRect,statefulWindowViewportRect),u.subscribe(u.pipe(getState,u.withLatestFrom(sizes,scrollTop,useWindowScroll,statefulWindowScrollContainerState,statefulWindowViewportRect)),(function(_a){var _b=tslib_1.__read(_a,6),callback=_b[0],sizes=_b[1],scrollTop=_b[2],useWindowScroll=_b[3],windowScrollContainerState=_b[4],windowViewportRect=_b[5],ranges=sizeSystem_1.sizeTreeToRanges(sizes.sizeTree);useWindowScroll&&null!==windowScrollContainerState&&null!==windowViewportRect&&(scrollTop=windowScrollContainerState.scrollTop-windowViewportRect.offsetTop),callback({ranges,scrollTop})})),u.connect(u.pipe(restoreStateFrom,u.filter(u.isDefined),u.map(locationFromSnapshot)),initialTopMostItemIndex),u.connect(u.pipe(didMount,u.withLatestFrom(restoreStateFrom),u.filter((function(_a){return void 0!==tslib_1.__read(_a,2)[1]})),u.distinctUntilChanged(),u.map((function(_a){return tslib_1.__read(_a,2)[1].ranges}))),sizeRanges),{getState,restoreStateFrom}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,propsReadySystem_1.propsReadySystem,windowScrollerSystem_1.windowScrollerSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/topItemCountSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts");exports.topItemCountSystem=u.system((function(_a){var topItemsIndexes=tslib_1.__read(_a,1)[0].topItemsIndexes,topItemCount=u.statefulStream(0);return u.connect(u.pipe(topItemCount,u.filter((function(length){return length>0})),u.map((function(length){return Array.from({length}).map((function(_,index){return index}))}))),topItemsIndexes),{topItemCount}}),u.tup(listStateSystem_1.listStateSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/totalListHeightSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");exports.totalListHeightSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),_c=_b[0],footerHeight=_c.footerHeight,headerHeight=_c.headerHeight,fixedHeaderHeight=_c.fixedHeaderHeight,fixedFooterHeight=_c.fixedFooterHeight,listState=_b[1].listState,totalListHeightChanged=u.stream(),totalListHeight=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(footerHeight,fixedFooterHeight,headerHeight,fixedHeaderHeight,listState),u.map((function(_a){var _b=tslib_1.__read(_a,5),footerHeight=_b[0],fixedFooterHeight=_b[1],headerHeight=_b[2],fixedHeaderHeight=_b[3],listState=_b[4];return footerHeight+fixedFooterHeight+headerHeight+fixedHeaderHeight+listState.offsetBottom+listState.bottom}))),0);return u.connect(u.duc(totalListHeight),totalListHeightChanged),{totalListHeight,totalListHeightChanged}}),u.tup(domIOSystem_1.domIOSystem,listStateSystem_1.listStateSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/upwardScrollFixSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),simpleMemoize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/simpleMemoize.ts"),recalcSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/recalcSystem.ts"),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),isMobileSafari=simpleMemoize_1.simpleMemoize((function(){return/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)}));exports.upwardScrollFixSystem=u.system((function(_a){var _b=tslib_1.__read(_a,6),_c=_b[0],scrollBy=_c.scrollBy,scrollTop=_c.scrollTop,deviation=_c.deviation,scrollingInProgress=_c.scrollingInProgress,_d=_b[1],isScrolling=_d.isScrolling,isAtBottom=_d.isAtBottom,scrollDirection=_d.scrollDirection,lastJumpDueToItemResize=_d.lastJumpDueToItemResize,listState=_b[2].listState,_e=_b[3],beforeUnshiftWith=_e.beforeUnshiftWith,shiftWithOffset=_e.shiftWithOffset,sizes=_e.sizes,gap=_e.gap,log=_b[4].log,recalcInProgress=_b[5].recalcInProgress,deviationOffset=u.streamFromEmitter(u.pipe(listState,u.withLatestFrom(lastJumpDueToItemResize),u.scan((function(_a,_b){var _c=tslib_1.__read(_a,4),prevItems=_c[1],prevTotalCount=_c[2],prevTotalHeight=_c[3],_d=tslib_1.__read(_b,2),_e=_d[0],items=_e.items,totalCount=_e.totalCount,bottom=_e.bottom,offsetBottom=_e.offsetBottom,lastJumpDueToItemResize=_d[1],totalHeight=bottom+offsetBottom,newDev=0;prevTotalCount===totalCount&&(prevItems.length>0&&items.length>0&&(0===items[0].originalIndex&&0===prevItems[0].originalIndex||0!==(newDev=totalHeight-prevTotalHeight)&&(newDev+=lastJumpDueToItemResize)));return[newDev,items,totalCount,totalHeight]}),[0,[],0,0]),u.filter((function(_a){return 0!==tslib_1.__read(_a,1)[0]})),u.withLatestFrom(scrollTop,scrollDirection,scrollingInProgress,isAtBottom,log,recalcInProgress),u.filter((function(_a){var _b=tslib_1.__read(_a,7),scrollTop=_b[1],scrollDirection=_b[2],scrollingInProgress=_b[3];return!_b[6]&&!scrollingInProgress&&0!==scrollTop&&scrollDirection===stateFlagsSystem_1.UP})),u.map((function(_a){var _b=tslib_1.__read(_a,6),amount=tslib_1.__read(_b[0],1)[0];return(0,_b[5])("Upward scrolling compensation",{amount},loggerSystem_1.LogLevel.DEBUG),amount}))));function scrollByWith(offset){offset>0?(u.publish(scrollBy,{top:-offset,behavior:"auto"}),u.publish(deviation,0)):(u.publish(deviation,0),u.publish(scrollBy,{top:-offset,behavior:"auto"}))}return u.subscribe(u.pipe(deviationOffset,u.withLatestFrom(deviation,isScrolling)),(function(_a){var _b=tslib_1.__read(_a,3),offset=_b[0],deviationAmount=_b[1];_b[2]&&isMobileSafari()?u.publish(deviation,deviationAmount-offset):scrollByWith(-offset)})),u.subscribe(u.pipe(u.combineLatest(u.statefulStreamFromEmitter(isScrolling,!1),deviation,recalcInProgress),u.filter((function(_a){var _b=tslib_1.__read(_a,3),is=_b[0],deviation=_b[1],recalc=_b[2];return!is&&!recalc&&0!==deviation})),u.map((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return _b[1]})),u.throttleTime(1)),scrollByWith),u.connect(u.pipe(shiftWithOffset,u.map((function(offset){return{top:-offset}}))),scrollBy),u.subscribe(u.pipe(beforeUnshiftWith,u.withLatestFrom(sizes,gap),u.map((function(_a){var _b=tslib_1.__read(_a,3),offset=_b[0],_c=_b[1],defaultItemSize=_c.lastSize,groupIndices=_c.groupIndices,sizeTree=_c.sizeTree,gap=_b[2];function getItemOffset(itemCount){return itemCount*(defaultItemSize+gap)}if(0===groupIndices.length)return getItemOffset(offset);for(var amount=0,defaultGroupSize=AATree_1.find(sizeTree,0),recognizedOffsetItems=0,groupIndex=0;recognizedOffsetItemsoffset&&(amount-=defaultGroupSize,groupItemCount=offset-recognizedOffsetItems+1),recognizedOffsetItems+=groupItemCount,amount+=getItemOffset(groupItemCount),groupIndex++}return amount}))),(function(offset){u.publish(deviation,offset),requestAnimationFrame((function(){u.publish(scrollBy,{top:offset}),requestAnimationFrame((function(){u.publish(deviation,0),u.publish(recalcInProgress,!1)}))}))})),{deviation}}),u.tup(domIOSystem_1.domIOSystem,stateFlagsSystem_1.stateFlagsSystem,listStateSystem_1.listStateSystem,sizeSystem_1.sizeSystem,loggerSystem_1.loggerSystem,recalcSystem_1.recalcSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts");function subscribe(emitter,subscription){return emitter(constants_1.SUBSCRIBE,subscription)}exports.subscribe=subscribe,exports.publish=function publish(publisher,value){publisher(constants_1.PUBLISH,value)},exports.reset=function reset(emitter){emitter(constants_1.RESET)},exports.getValue=function getValue(depot){return depot(constants_1.VALUE)},exports.connect=function connect(emitter,publisher){return subscribe(emitter,utils_1.curry2to1(publisher,constants_1.PUBLISH))},exports.handleNext=function handleNext(emitter,subscription){var unsub=emitter(constants_1.SUBSCRIBE,(function(value){unsub(),subscription(value)}));return unsub}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.PUBLISH=0,exports.SUBSCRIBE=1,exports.RESET=2,exports.VALUE=4},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/streams.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/transformers.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/pipe.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/system.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/pipe.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts"),actions_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts");function combineOperators(){for(var operators=[],_i=0;_i0?times--:done(value)}}},exports.throttleTime=function throttleTime(interval){var timeout,currentValue=null;return function(done){return function(value){currentValue=value,timeout||(timeout=setTimeout((function(){timeout=void 0,done(currentValue)}),interval))}}},exports.debounceTime=function debounceTime(interval){var currentValue,timeout;return function(done){return function(value){currentValue=value,timeout&&clearTimeout(timeout),timeout=setTimeout((function(){done(currentValue)}),interval)}}},exports.withLatestFrom=function withLatestFrom(){for(var sources=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var actions_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts");function stream(){var subscriptions=[];return function(action,arg){switch(action){case constants_1.RESET:return void subscriptions.splice(0,subscriptions.length);case constants_1.SUBSCRIBE:return subscriptions.push(arg),function(){var indexOf=subscriptions.indexOf(arg);indexOf>-1&&subscriptions.splice(indexOf,1)};case constants_1.PUBLISH:return void subscriptions.slice().forEach((function(subscription){subscription(arg)}));default:throw new Error("unrecognized action "+action)}}}function statefulStream(initial){var value=initial,innerSubject=stream();return function(action,arg){switch(action){case constants_1.SUBSCRIBE:arg(value);break;case constants_1.PUBLISH:value=arg;break;case constants_1.VALUE:return value}return innerSubject(action,arg)}}exports.stream=stream,exports.statefulStream=statefulStream,exports.eventHandler=function eventHandler(emitter){var unsub,currentSubscription,cleanup=function(){return unsub&&unsub()};return function(action,subscription){switch(action){case constants_1.SUBSCRIBE:if(subscription){if(currentSubscription===subscription)return;return cleanup(),currentSubscription=subscription,unsub=actions_1.subscribe(emitter,subscription)}return cleanup(),utils_1.noop;case constants_1.RESET:return cleanup(),void(currentSubscription=null);default:throw new Error("unrecognized action "+action)}}},exports.streamFromEmitter=function streamFromEmitter(emitter){return utils_1.tap(stream(),(function(stream){return actions_1.connect(emitter,stream)}))},exports.statefulStreamFromEmitter=function statefulStreamFromEmitter(emitter,initial){return utils_1.tap(statefulStream(initial),(function(stream){return actions_1.connect(emitter,stream)}))}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/system.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.system=function system(constructor,dependencies,_a){void 0===dependencies&&(dependencies=[]);var singleton=(void 0===_a?{singleton:!0}:_a).singleton;return{id:id(),constructor,dependencies,singleton}};var id=function(){return Symbol()};exports.init=function init(systemSpec){var singletons=new Map,_init=function(_a){var id=_a.id,constructor=_a.constructor,dependencies=_a.dependencies,singleton=_a.singleton;if(singleton&&singletons.has(id))return singletons.get(id);var system=constructor(dependencies.map((function(e){return _init(e)})));return singleton&&singletons.set(id,system),system};return _init(systemSpec)}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/transformers.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),actions_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts"),pipe_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/pipe.ts"),streams_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/streams.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts");exports.merge=function merge(){for(var sources=[],_i=0;_i{"use strict";function call(proc){proc()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.compose=function compose(a,b){return function(arg){return a(b(arg))}},exports.thrush=function thrush(arg,proc){return proc(arg)},exports.curry2to1=function curry2to1(proc,arg1){return function(arg2){return proc(arg1,arg2)}},exports.curry1to0=function curry1to0(proc,arg){return function(){return proc(arg)}},exports.prop=function prop(property){return function(object){return object[property]}},exports.tap=function tap(arg,proc){return proc(arg),arg},exports.tup=function tup(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.approximatelyEqual=function approximatelyEqual(num1,num2){return Math.abs(num1-num2)<1.01}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/binaryArraySearch.ts":(__unused_webpack_module,exports)=>{"use strict";function findIndexOfClosestSmallerOrEqual(items,value,comparator,start){void 0===start&&(start=0);for(var end=items.length-1;start<=end;){var index=Math.floor((start+end)/2),match=comparator(items[index],value);if(0===match)return index;if(-1===match){if(end-start<2)return index-1;end=index-1}else{if(end===start)return index;start=index+1}}throw new Error("Failed binary finding record in array - "+items.join(",")+", searched for "+value)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.findIndexOfClosestSmallerOrEqual=findIndexOfClosestSmallerOrEqual,exports.findClosestSmallerOrEqual=function findClosestSmallerOrEqual(items,value,comparator){return items[findIndexOfClosestSmallerOrEqual(items,value,comparator)]},exports.findRange=function findRange(items,startValue,endValue,comparator){var startIndex=findIndexOfClosestSmallerOrEqual(items,startValue,comparator),endIndex=findIndexOfClosestSmallerOrEqual(items,endValue,comparator,startIndex);return items.slice(startIndex,endIndex+1)}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js"));exports.VirtuosoMockContext=react_1.default.createContext(void 0),exports.VirtuosoGridMockContext=react_1.default.createContext(void 0)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.correctItemSize=function correctItemSize(el,dimension){return Math.round(el.getBoundingClientRect()[dimension])}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/positionStickyCssValue.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var simpleMemoize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/simpleMemoize.ts");exports.positionStickyCssValue=simpleMemoize_1.simpleMemoize((function(){if("undefined"==typeof document)return"sticky";var node=document.createElement("div");return node.style.position="-webkit-sticky","-webkit-sticky"===node.style.position?"-webkit-sticky":"sticky"}))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/simpleMemoize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.simpleMemoize=function simpleMemoize(func){var result,called=!1;return function(){return called||(called=!0,result=func()),result}}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/skipFrames.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.skipFrames=function skipFrames(frameCount,callback){0==frameCount?callback():requestAnimationFrame((function(){return skipFrames(frameCount-1,callback)}))}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");exports.windowScrollerSystem=u.system((function(_a){var _c=tslib_1.__read(_a,1)[0],scrollTo=_c.scrollTo,scrollContainerState=_c.scrollContainerState,windowScrollContainerState=u.stream(),windowViewportRect=u.stream(),windowScrollTo=u.stream(),useWindowScroll=u.statefulStream(!1),customScrollParent=u.statefulStream(void 0);return u.connect(u.pipe(u.combineLatest(windowScrollContainerState,windowViewportRect),u.map((function(_a){var _b=tslib_1.__read(_a,2),_c=_b[0],viewportHeight=_c.viewportHeight,windowScrollTop=_c.scrollTop,scrollHeight=_c.scrollHeight,offsetTop=_b[1].offsetTop;return{scrollTop:Math.max(0,windowScrollTop-offsetTop),scrollHeight,viewportHeight}}))),scrollContainerState),u.connect(u.pipe(scrollTo,u.withLatestFrom(windowViewportRect),u.map((function(_a){var _b=tslib_1.__read(_a,2),scrollTo=_b[0],offsetTop=_b[1].offsetTop;return tslib_1.__assign(tslib_1.__assign({},scrollTo),{top:scrollTo.top+offsetTop})}))),windowScrollTo),{useWindowScroll,customScrollParent,windowScrollContainerState,windowViewportRect,windowScrollTo}}),u.tup(domIOSystem_1.domIOSystem))},"./packages/juno-core/src/components/Virtuoso/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/isOutOfRange.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx"),exports)},"./packages/juno-core/src/components/Virtuoso/utils/isOutOfRange.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isOutOfRange=function isOutOfRange(focusedIndex,range){return focusedIndexrange.endIndex}},"./packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useDynamicHeight=function(_a){var itemCount=_a.itemCount,maxContainerHeight=_a.maxContainerHeight,onContainerHeightChange=_a.onContainerHeightChange,prevItemCount=foundation_1.usePrevious((function(){return itemCount})),fullHeight="100%"===maxContainerHeight,maxContainerSize=fullHeight?-1:maxContainerHeight,containerHeighRef=react_1.useRef(maxContainerSize);return fullHeight||(0===prevItemCount&&0!==itemCount?containerHeighRef.current=maxContainerSize:0===itemCount&&(containerHeighRef.current=0)),{containerHeighRef,totalListHeightChanged:function(height){if(!fullHeight){var containerHeigh=containerHeighRef.current,changeHeight=-1;height void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx#useDynamicHeight"]={docgenInfo:useDynamicHeight.__docgenInfo,name:"useDynamicHeight",path:"packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx#useDynamicHeight"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");function useHighlightScroll(_a){var containerHeighRef=_a.containerHeighRef,scrollToIndex=_a.scrollToIndex,renderedItemsRef=react_1.useRef([]),scrollerRef=react_1.useRef();return{scrollerRef,scrollToHighlightedIndex:function(prevHighlightedIndex,currHighlightedIndex,topHighlightIndex){if(void 0===topHighlightIndex&&(topHighlightIndex=0),scrollerRef.current){var scrollElm=scrollerRef.current,renderedItems=renderedItemsRef.current,isBackward=prevHighlightedIndex>currHighlightedIndex,isForward=prevHighlightedIndex=0;i--){if((item=renderedItems[i]).offset<=currentVisibleOffset_start)break;firstShouldScrollIndex=item.index}currHighlightedIndex=currentVisibleOffset_stop)break;lastShouldScrollIndex=item.index}currHighlightedIndex>=lastShouldScrollIndex&&scrollToIndex({index:currHighlightedIndex,align:"end"})}else scrollToIndex({index:currHighlightedIndex,align:"start"});else scrollToIndex({index:currHighlightedIndex,align:isBackward?"start":"end"})}else currHighlightedIndex!==topHighlightIndex&&requestAnimationFrame((function(){scrollToIndex({index:currHighlightedIndex,align:"start"})}))},scrollerRefFn:function(elm){return scrollerRef.current=elm},itemsRendered:function(e){return renderedItemsRef.current=e}}}function modifyVlScrollerStyle(scrollElm,position){if(void 0===position&&(position="absolute"),scrollElm&&position){var viewPortElm=scrollElm.firstChild;viewPortElm&&(viewPortElm.style.position=position)}}exports.useHighlightScroll=useHighlightScroll,exports.modifyVlScrollerStyle=modifyVlScrollerStyle;try{useHighlightScroll.displayName="useHighlightScroll",useHighlightScroll.__docgenInfo={description:"scroll into current highlight index",displayName:"useHighlightScroll",props:{scrollToIndex:{defaultValue:null,description:"function to call to scroll to target index",name:"scrollToIndex",required:!0,type:{name:"(location: FlatIndexLocationWithAlign) => void"}},containerHeighRef:{defaultValue:null,description:"that scroll container height ref",name:"containerHeighRef",required:!0,type:{name:"MutableRefObject"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#useHighlightScroll"]={docgenInfo:useHighlightScroll.__docgenInfo,name:"useHighlightScroll",path:"packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#useHighlightScroll"})}catch(__react_docgen_typescript_loader_error){}try{modifyVlScrollerStyle.displayName="modifyVlScrollerStyle",modifyVlScrollerStyle.__docgenInfo={description:"modify virtuoso style to fix safari scroll bug",displayName:"modifyVlScrollerStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#modifyVlScrollerStyle"]={docgenInfo:modifyVlScrollerStyle.__docgenInfo,name:"modifyVlScrollerStyle",path:"packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#modifyVlScrollerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcVisuallyHidden=foundation_1.styled.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),foundation_1.visuallyHiddenStyles);exports.RcVisuallyHidden=RcVisuallyHidden,RcVisuallyHidden.displayName="RcVisuallyHidden";try{RcVisuallyHidden.displayName="RcVisuallyHidden",RcVisuallyHidden.__docgenInfo={description:"",displayName:"RcVisuallyHidden",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx#RcVisuallyHidden"]={docgenInfo:RcVisuallyHidden.__docgenInfo,name:"RcVisuallyHidden",path:"packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx#RcVisuallyHidden"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VisuallyHidden/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx"),exports)},"./packages/juno-core/src/components/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/AppBar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/ClickAwayListener/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Divider/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Hidden/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Loading/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PopupBox/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Portal/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Text/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Toolbar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),exports)},"./packages/juno-core/src/foundation/config.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.rcConfiguration={},exports.configure=function(options){}},"./packages/juno-core/src/foundation/contexts/PortalWindowContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcPortalWindowContext=react_1.createContext({document:"undefined"!=typeof globalThis?globalThis.document:window.document});exports.RcPortalWindowContext=RcPortalWindowContext;exports.useRcPortalWindowContext=function(){return react_1.useContext(RcPortalWindowContext)}},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/ResponsiveContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcResponsiveContext=react_1.createContext(void 0);exports.RcResponsiveContext=RcResponsiveContext;exports.useResponsiveContext=function(){return react_1.useContext(RcResponsiveContext)}},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/breakpointList.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.breakpointList=["xs","sm","md","lg","xl"]},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/getMatchDetail.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),breakpointList_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/breakpointList.ts"),matchCache=new Map;exports.getMatchDetail=function(breakpoint){if(!matchCache.has(breakpoint)){var matchGroups=function(breakpoint){var ltMatchGroup=[],gtMatchGroup=[];if(null===breakpoint)for(var i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/breakpointList.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/getMatchDetail.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/ResponsiveContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/types.ts"),exports)},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/contexts/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/PortalWindowContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/index.ts"),exports)},"./packages/juno-core/src/foundation/hoc/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withDelay/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withResponsive/index.ts"),exports)},"./packages/juno-core/src/foundation/hoc/withDelay/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx"),exports)},"./packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js"));function withDelay(Component){return function ComponentWithDelay(props){var _a=props.delay,delay=void 0===_a?0:_a,_b=props.placeholder,placeholder=void 0===_b?null:_b,rest=tslib_1.__rest(props,["delay","placeholder"]),_c=tslib_1.__read(react_1.useState(0===delay),2),visible=_c[0],setVisible=_c[1];return react_1.useEffect((function(){var timeout=visible?void 0:window.setTimeout((function(){return setVisible(!0)}),delay);return function(){timeout&&clearTimeout(timeout)}}),[]),visible?react_1.default.createElement(Component,tslib_1.__assign({},rest)):placeholder}}exports.withDelay=withDelay;try{withDelay.displayName="withDelay",withDelay.__docgenInfo={description:"",displayName:"withDelay",props:{apply:{defaultValue:null,description:"Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.\n@param \n@param",name:"apply",required:!0,type:{name:"(this: Function, thisArg: any, argArray?: any) => any"}},call:{defaultValue:null,description:"Calls a method of an object, substituting another object for the current object.\n@param \n@param",name:"call",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},bind:{defaultValue:null,description:"For a given function, creates a bound function that has the same body as the original function.\nThe this object of the bound function is associated with the specified object, and has the specified initial parameters.\n@param \n@param",name:"bind",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},toString:{defaultValue:null,description:"Returns a string representation of a function.",name:"toString",required:!1,type:{name:"() => string"}},prototype:{defaultValue:null,description:"",name:"prototype",required:!0,type:{name:"any"}},length:{defaultValue:null,description:"",name:"length",required:!0,type:{name:"number"}},arguments:{defaultValue:null,description:"",name:"arguments",required:!0,type:{name:"any"}},caller:{defaultValue:null,description:"",name:"caller",required:!0,type:{name:"Function"}},name:{defaultValue:null,description:"Returns the name of the function. Function names are read-only and can not be changed.",name:"name",required:!0,type:{name:"string"}},"__@hasInstance":{defaultValue:null,description:"Determines whether the given value inherits from this function if this function was used\nas a constructor function.\n\nA constructor function can control which objects are recognized as its instances by\n'instanceof' by overriding this method.",name:"__@hasInstance",required:!0,type:{name:"(value: any) => boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx#withDelay"]={docgenInfo:withDelay.__docgenInfo,name:"withDelay",path:"packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx#withDelay"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hoc/withResponsive/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx"),exports)},"./packages/juno-core/src/foundation/hoc/withResponsive/utils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.getSizeMap=function(withResponsiveTokens){var e_1,_a,sizeMap={};try{for(var withResponsiveTokens_1=tslib_1.__values(withResponsiveTokens),withResponsiveTokens_1_1=withResponsiveTokens_1.next();!withResponsiveTokens_1_1.done;withResponsiveTokens_1_1=withResponsiveTokens_1.next()){var withResponsiveToken=withResponsiveTokens_1_1.value,_b=tslib_1.__read(withResponsiveToken.split("."),2),size=_b[0],_c=_b[1];sizeMap[void 0===_c?"default":_c]=size}}catch(e_1_1){e_1={error:e_1_1}}finally{try{withResponsiveTokens_1_1&&!withResponsiveTokens_1_1.done&&(_a=withResponsiveTokens_1.return)&&_a.call(withResponsiveTokens_1)}finally{if(e_1)throw e_1.error}}return sizeMap},exports.getMatchedSize=function(sizeMap,matchDetail){var matchedSize=null;if(null!==matchDetail){var matchBP=matchDetail.matchBP,gtMatchGroup_1=matchDetail.gtMatchGroup,ltMatchGroup_1=matchDetail.ltMatchGroup;matchedSize=null!==matchBP&&void 0!==sizeMap[matchBP]?sizeMap[matchBP]:function(){var e_2,_a,e_3,_b;try{for(var gtMatchGroup_2=tslib_1.__values(gtMatchGroup_1),gtMatchGroup_2_1=gtMatchGroup_2.next();!gtMatchGroup_2_1.done;gtMatchGroup_2_1=gtMatchGroup_2.next()){var gtBP=gtMatchGroup_2_1.value;if(void 0!==(size=sizeMap[gtBP]))return size}}catch(e_2_1){e_2={error:e_2_1}}finally{try{gtMatchGroup_2_1&&!gtMatchGroup_2_1.done&&(_a=gtMatchGroup_2.return)&&_a.call(gtMatchGroup_2)}finally{if(e_2)throw e_2.error}}try{for(var ltMatchGroup_2=tslib_1.__values(ltMatchGroup_1),ltMatchGroup_2_1=ltMatchGroup_2.next();!ltMatchGroup_2_1.done;ltMatchGroup_2_1=ltMatchGroup_2.next()){var size,ltBP=ltMatchGroup_2_1.value;if(void 0!==(size=sizeMap[ltBP]))return size}}catch(e_3_1){e_3={error:e_3_1}}finally{try{ltMatchGroup_2_1&&!ltMatchGroup_2_1.done&&(_b=ltMatchGroup_2.return)&&_b.call(ltMatchGroup_2)}finally{if(e_3)throw e_3.error}}return null}()}return null===matchedSize&&void 0!==sizeMap.default&&(matchedSize=sizeMap.default),matchedSize}},"./packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),isArray_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isArray.js")),ResponsiveContext_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/hoc/withResponsive/utils.ts");function withResponsive(Component,responsivePropKeys){var responsiveKeys=tslib_1.__spread(["hiddenPatterns"],responsivePropKeys),ResponsiveComponent=react_1.forwardRef((function(props,ref){var breakpoint=ResponsiveContext_1.useResponsiveContext(),componentProps=responsiveKeys.reduce((function(props,key){return Reflect.deleteProperty(props,key),props}),tslib_1.__assign({},props)),matchDetail=void 0===breakpoint?null:ResponsiveContext_1.getMatchDetail(breakpoint),hidden=react_1.useMemo((function(){var e_1,_a,_b,hiddenPatterns=props.hiddenPatterns;if(void 0===hiddenPatterns)return!1;if(null===matchDetail)return!0;if(!isArray_1.default(hiddenPatterns))return null!==(_b=matchDetail.matchMap[hiddenPatterns])&&void 0!==_b&&_b;try{for(var hiddenPatterns_1=tslib_1.__values(hiddenPatterns),hiddenPatterns_1_1=hiddenPatterns_1.next();!hiddenPatterns_1_1.done;hiddenPatterns_1_1=hiddenPatterns_1.next()){var pattern=hiddenPatterns_1_1.value;if(matchDetail.matchMap[pattern])return!0}}catch(e_1_1){e_1={error:e_1_1}}finally{try{hiddenPatterns_1_1&&!hiddenPatterns_1_1.done&&(_a=hiddenPatterns_1.return)&&_a.call(hiddenPatterns_1)}finally{if(e_1)throw e_1.error}}return!1}),tslib_1.__spread([matchDetail],[props.hiddenPatterns].flat())),patternCaches=react_1.useMemo((function(){var e_2,_a,cache={};try{for(var responsivePropKeys_1=tslib_1.__values(responsivePropKeys),responsivePropKeys_1_1=responsivePropKeys_1.next();!responsivePropKeys_1_1.done;responsivePropKeys_1_1=responsivePropKeys_1.next()){var responsivePropKey=responsivePropKeys_1_1.value,patternsOrSize=props[responsivePropKey];isArray_1.default(patternsOrSize)?cache[responsivePropKey]=utils_1.getSizeMap(patternsOrSize):cache[responsivePropKey]=patternsOrSize}}catch(e_2_1){e_2={error:e_2_1}}finally{try{responsivePropKeys_1_1&&!responsivePropKeys_1_1.done&&(_a=responsivePropKeys_1.return)&&_a.call(responsivePropKeys_1)}finally{if(e_2)throw e_2.error}}return cache}),responsivePropKeys.map((function(key){return props[key]}))),sizeProps=react_1.useMemo((function(){var e_3,_a,result={};if(null===matchDetail)return result;try{for(var responsivePropKeys_2=tslib_1.__values(responsivePropKeys),responsivePropKeys_2_1=responsivePropKeys_2.next();!responsivePropKeys_2_1.done;responsivePropKeys_2_1=responsivePropKeys_2.next()){var responsivePropKey=responsivePropKeys_2_1.value,sizeMapOrSize=patternCaches[responsivePropKey];if("object"!=typeof sizeMapOrSize)result[responsivePropKey]=sizeMapOrSize;else{var matchedSize=utils_1.getMatchedSize(sizeMapOrSize,matchDetail);null!==matchedSize&&(result[responsivePropKey]=matchedSize)}}}catch(e_3_1){e_3={error:e_3_1}}finally{try{responsivePropKeys_2_1&&!responsivePropKeys_2_1.done&&(_a=responsivePropKeys_2.return)&&_a.call(responsivePropKeys_2)}finally{if(e_3)throw e_3.error}}return result}),[matchDetail,patternCaches]);return hidden?null:react_1.default.createElement(Component,tslib_1.__assign({},componentProps,{ref},sizeProps))}));return ResponsiveComponent.displayName="WithResponsive("+Component.displayName+")",ResponsiveComponent}exports.withResponsive=withResponsive;try{withResponsive.displayName="withResponsive",withResponsive.__docgenInfo={description:"Make component can responsive size",displayName:"withResponsive",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx#withResponsive"]={docgenInfo:withResponsive.__docgenInfo,name:"withResponsive",path:"packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx#withResponsive"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAnnouncer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAudio/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useChange/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useControlled/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventListener/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEver/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useFocusInside/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForceUpdate/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForkRef/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useHiddenTabindex/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useInterval/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyDownOnce/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useLongPress/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useMountState/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOnReRender/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOverflow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/usePrevious/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRefState/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResizeObserver/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResponsiveMatch/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRetry/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useSleep/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useThrottle/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/index.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/useA11yKeyEvent.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/useA11yKeyEvent.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),defaultCheckKeys=["Enter"," "];exports.useA11yKeyEvent=function(fn,_a){var _b=void 0===_a?{}:_a,onlyOnFocus=_b.onlyOnFocus,_c=_b.preventDefault,preventDefault=void 0===_c||_c,_d=_b.checkKeys,checkKeys=void 0===_d?defaultCheckKeys:_d;return useEventCallback_1.useEventCallback((function(event){!fn||onlyOnFocus&&event.target!==event.currentTarget||checkKeys.includes(event.key)&&(preventDefault&&event.preventDefault(),fn(event))}))}},"./packages/juno-core/src/foundation/hooks/useAnnouncer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx"),exports)},"./packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useId_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/index.ts");exports.visuallyHiddenStyles="\n clip-path: inset(100%);\n clip: rect(1px, 1px, 1px, 1px);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n",exports.useAnnouncer=function(id){var _id=useId_1.useId(id?"rc-announcer-"+id:"rc-announcer",!id),ref=react_1.useRef(null);return react_1.useEffect((function(){var el=document.createElement("div");return ref.current=el,el.id=_id,el.setAttribute("aria-live","assertive"),el.setAttribute("aria-atomic","true"),el.setAttribute("aria-hidden","false"),el.setAttribute("style",exports.visuallyHiddenStyles),document.body.appendChild(el),function(){setTimeout((function(){var body=document.body;body.contains(el)&&body.removeChild(el),el===ref.current&&(ref.current=null)}))}}),[_id]),react_1.useCallback((function(message){var el=ref.current;el&&message&&(el.setAttribute("aria-hidden","false"),el.textContent=message)}),[])};try{useAnnouncer.displayName="useAnnouncer",useAnnouncer.__docgenInfo={description:"read announce when need read message.",displayName:"useAnnouncer",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx#useAnnouncer"]={docgenInfo:useAnnouncer.__docgenInfo,name:"useAnnouncer",path:"packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx#useAnnouncer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/useAudio/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAudio/useAudio.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useAudio/useAudio.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useResultRef_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts");exports.useAudio=function(init){var audioRef=useResultRef_1.useResultRef((function(){var audio=new Audio;return null==init||init(audio),audio}));return react_1.useEffect((function(){return function(){audioRef.current.srcObject=null,audioRef.current=null}}),[]),audioRef.current}},"./packages/juno-core/src/foundation/hooks/useChange/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useChange/useChange.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useChange/useChange.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),usePrevious_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/usePrevious/index.ts");exports.useChange=function(cb,listenCb){var countRef=react_1.useRef(0),valueRef=react_1.useRef(),prev=usePrevious_1.usePrevious(listenCb),curr=listenCb();return 0!==countRef.current&&prev===curr||(countRef.current=1,valueRef.current=cb(prev,curr)),valueRef.current},exports.useDepsChange=function(cb,deps){var countRef=react_1.useRef(0),valueRef=react_1.useRef(),prev=usePrevious_1.usePrevious((function(){return deps}),!0),curr=deps;return(0===countRef.current||curr.some((function(dep,index){return dep!==prev[index]})))&&(countRef.current=1,valueRef.current=cb(prev,curr)),valueRef.current}},"./packages/juno-core/src/foundation/hooks/useControlled/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useControlled/useControlled.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useControlled/useControlled.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js");exports.useControlled=utils_1.useControlled},"./packages/juno-core/src/foundation/hooks/useDebounce/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/useDebounce.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useDebounce/useDebounce.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),debounce_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/debounce.js")),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useDebounce=function(fn,debounceTime,debounceSettings){void 0===debounceTime&&(debounceTime=200);var memoFn=useEventCallback_1.useEventCallback(fn),debounceFn=react_1.useCallback(debounce_1.default(memoFn,debounceTime,debounceSettings),[]);return react_1.useEffect((function(){return function(){return debounceFn.cancel()}}),[]),debounceFn}},"./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/useEventCallback.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useEventCallback/useEventCallback.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js");exports.useEventCallback=function(func){return utils_1.useEventCallback(func)}},"./packages/juno-core/src/foundation/hooks/useEventListener/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventListener/useEventListener.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useEventListener/useEventListener.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");function getListenerOverloadOption(args){var options,config;if("boolean"==typeof args[0])options=args[0],config=args[1];else{var _a=tslib_1.__assign(tslib_1.__assign({},args[0]||{}),args[1]||{}),startImmediately=_a.startImmediately;options=tslib_1.__rest(_a,["startImmediately"]),config={startImmediately}}return{options,config}}exports.useEventListener=function useEventListener(target,key,callback){for(var args=[],_i=3;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEver/useEver.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useEver/useEver.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),defaultEverTargetValue=function(value){return!!value};exports.useEver=function(value,targetValue){void 0===targetValue&&(targetValue=defaultEverTargetValue);var result=react_1.useRef(!1);return result.current||(result.current=targetValue(value)),result.current}},"./packages/juno-core/src/foundation/hooks/useFocusInside/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx"),exports)},"./packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js"));__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");exports.RcFocusInside=styled_components_1.default.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 0;\n height: 0;\n"],["\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 0;\n height: 0;\n"]))),exports.useFocusInside=function(options){void 0===options&&(options={});var containerRef=options.containerRef,_a=options.selector,selector=void 0===_a?'[data-focusable="true"]':_a;return react_1.useMemo((function(){return{start:react_1.default.createElement(exports.RcFocusInside,tslib_1.__assign({tabIndex:0},void 0,{onFocus:function(e){var container=(null==containerRef?void 0:containerRef.current)||e.target.parentElement,nodes=null==container?void 0:container.querySelectorAll(selector);nodes&&nodes[nodes.length-1].focus()}})),end:react_1.default.createElement(exports.RcFocusInside,tslib_1.__assign({tabIndex:0},void 0,{onFocus:function(e){var container=(null==containerRef?void 0:containerRef.current)||e.target.parentElement,node=null==container?void 0:container.querySelector(selector);node&&(null==node||node.focus())}}))}}),[containerRef,selector])};try{RcFocusInside.displayName="RcFocusInside",RcFocusInside.__docgenInfo={description:"non size for just render hidden element",displayName:"RcFocusInside",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#RcFocusInside"]={docgenInfo:RcFocusInside.__docgenInfo,name:"RcFocusInside",path:"packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#RcFocusInside"})}catch(__react_docgen_typescript_loader_error){}try{useFocusInside.displayName="useFocusInside",useFocusInside.__docgenInfo={description:'focus always inside the container which `[data-focusable="true"]`',displayName:"useFocusInside",props:{containerRef:{defaultValue:null,description:'the container that should move focus inside witch `[data-focusable="true"]`',name:"containerRef",required:!1,type:{name:"RefObject"}},selector:{defaultValue:null,description:"the custom selector for focusable element",name:"selector",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#useFocusInside"]={docgenInfo:useFocusInside.__docgenInfo,name:"useFocusInside",path:"packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#useFocusInside"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/useForceUpdate/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForceUpdate/useForceUpdate.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useForceUpdate/useForceUpdate.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useForceUpdate=function useForceUpdate(){var dispatch=tslib_1.__read(react_1.useState(Object.create(null)),2)[1];return useEventCallback_1.useEventCallback((function(){dispatch(Object.create(null))}))}},"./packages/juno-core/src/foundation/hooks/useForkRef/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForkRef/useForkRef.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useForkRef/useForkRef.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js");exports.useForkRef=utils_1.useForkRef,exports.setRef=utils_1.setRef},"./packages/juno-core/src/foundation/hooks/useGlobalListener/createGlobalListener.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");exports.globalListenerEventMap=new Map,exports.createGlobalListener=function(key,listener,options,_a){var _b=void 0===_a?{}:_a,_c=_b.customKey,customKey=void 0===_c?key:_c,_d=_b.target,targetProp=void 0===_d?window:_d,listening=!1,getMapValue=function(){return exports.globalListenerEventMap.get(customKey)};return{listen:function(){return function(){if(!listening){var savedEvent=getMapValue();if(null==savedEvent?void 0:savedEvent.exec)savedEvent.listeners.add(listener);else{var exec=function(e){var event=getMapValue();null==event||event.listeners.forEach((function(c){return c(e)}))};exports.globalListenerEventMap.set(customKey,{exec,listeners:new Set([listener])});var target=utils_1.getRefElement(targetProp);null==target||target.addEventListener(key,exec,options)}listening=!0}}()},remove:function(){return function(){if(listening){listening=!1;var _savedEvent=getMapValue();if(_savedEvent){var listeners=_savedEvent.listeners;if(listeners.delete(listener),0===listeners.size){var target=utils_1.getRefElement(targetProp);null==target||target.removeEventListener(key,_savedEvent.exec,options),exports.globalListenerEventMap.delete(customKey)}}}}()},get state(){return{get count(){var _a;return(null===(_a=getMapValue())||void 0===_a?void 0:_a.listeners.size)||0},listening}}}}},"./packages/juno-core/src/foundation/hooks/useGlobalListener/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/createGlobalListener.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/useGlobalListener.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useGlobalListener/useGlobalListener.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=(__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts")),createGlobalListener_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/createGlobalListener.ts");function getListenerOverloadOption(args){var options,config;if("boolean"==typeof args[0])options=args[0],config=args[1];else{var _a=tslib_1.__assign(tslib_1.__assign({},args[0]||{}),args[1]||{}),startImmediately=_a.startImmediately,customKey=_a.customKey,target=_a.target;options=tslib_1.__rest(_a,["startImmediately","customKey","target"]),config={startImmediately,customKey,target}}return{options,config}}exports.useGlobalListener=function useGlobalListener(key,listener){for(var args=[],_i=2;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useHiddenTabindex/useHiddenTabindex.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useHiddenTabindex/useHiddenTabindex.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useHiddenTabindex=function(target){return{onFocus:useEventCallback_1.useEventCallback((function(){var hiddenElm=utils_1.getRefElement(target);hiddenElm&&0===hiddenElm.tabIndex&&(hiddenElm.tabIndex=-1)})),onBlur:useEventCallback_1.useEventCallback((function(){var hiddenElm=utils_1.getRefElement(target);hiddenElm&&-1===hiddenElm.tabIndex&&(hiddenElm.tabIndex=0)}))}}},"./packages/juno-core/src/foundation/hooks/useId/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/useId.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useId/useId.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uniqueId_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),useResultRef_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts");exports.useId=function useId(id,prefixMode){return useResultRef_1.useResultRef((function(){return id?prefixMode?uniqueId_1.default(id+"-"):id:uniqueId_1.default("rc-juno-id-")})).current}},"./packages/juno-core/src/foundation/hooks/useInterval/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useInterval/useInterval.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useInterval/useInterval.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useInterval=function(callback,delay,startImmediately){void 0===delay&&(delay=0),void 0===startImmediately&&(startImmediately=!0);var intervalRef=react_1.useRef(),countRef=react_1.useRef(0),getRunning=useEventCallback_1.useEventCallback((function(){return!!intervalRef.current})),savedCallback=useEventCallback_1.useEventCallback((function(times){callback(times)})),pause=react_1.useCallback((function(){intervalRef.current&&(clearInterval(intervalRef.current),intervalRef.current=void 0)}),[]),cancel=react_1.useCallback((function(){pause(),countRef.current=0}),[pause]),play=react_1.useCallback((function(){getRunning()||(intervalRef.current=window.setInterval((function(){countRef.current++,savedCallback(countRef.current)}),delay))}),[delay,getRunning,savedCallback]);return react_1.useEffect((function(){return startImmediately&&play(),function(){return cancel()}}),[cancel,play,startImmediately]),{cancel,pause,play,getRunning}}},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyDownOnce/useKeyDownOnce.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/useKeyDownOnce.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useKeyDownOnce=function(includeKeys,_a){var onKeyDown=_a.onKeyDown,onKeyUp=_a.onKeyUp,isKeyDownMapRef=react_1.useRef({});return{onKeyDown:useEventCallback_1.useEventCallback((function(e){includeKeys.includes(e.key)?(isKeyDownMapRef.current[e.key]?(e.preventDefault(),e.stopPropagation()):null==onKeyDown||onKeyDown(e),isKeyDownMapRef.current[e.key]=!0):null==onKeyDown||onKeyDown(e)})),onKeyUp:useEventCallback_1.useEventCallback((function(e){includeKeys.includes(e.key)&&(isKeyDownMapRef.current[e.key]=!1),null==onKeyUp||onKeyUp(e)}))}}},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/useKeyboardMoveFocus.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/useOnlyOneFocusable.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");function moveIndexInTwoDimension(direction,options){var resultIndex,currIndex=options.currIndex,columns=options.columns,total=options.total,infinite=options.infinite,lastIndex=total-1,isInOrder="order"===infinite,fillTotal=Math.ceil(total/columns)*columns;switch(direction){case"ArrowUp":var toIndex=(Math.max(currIndex,0)-columns+fillTotal)%fillTotal;resultIndex=infinite?toIndex:Math.min(toIndex,currIndex);break;case"ArrowRight":if(isInOrder){resultIndex=(tmp=currIndex+1)>lastIndex?0:tmp;break}toIndex=Math.floor(currIndex/columns)*columns+(currIndex+1)%columns;resultIndex=infinite?toIndex:Math.max(toIndex,currIndex);break;case"ArrowDown":toIndex=(currIndex+columns)%fillTotal;resultIndex=infinite?toIndex:Math.max(toIndex,currIndex);break;case"ArrowLeft":if(isInOrder){var tmp;resultIndex=(tmp=currIndex-1)<0?lastIndex:tmp;break}toIndex=Math.floor(currIndex/columns)*columns+(currIndex-1+columns)%columns;resultIndex=infinite?toIndex:Math.min(toIndex,currIndex);break;case"Home":resultIndex=0;break;case"End":resultIndex=lastIndex;break;default:resultIndex=currIndex}return!infinite&&resultIndex>=total?currIndex:resultIndex>=total?("ArrowRight"===direction&&(resultIndex=fillTotal-1),moveIndexInTwoDimension(direction,tslib_1.__assign(tslib_1.__assign({},options),{currIndex:resultIndex}))):resultIndex}exports.moveIndexInTwoDimension=moveIndexInTwoDimension;try{moveIndexInTwoDimension.displayName="moveIndexInTwoDimension",moveIndexInTwoDimension.__docgenInfo={description:"that can move index in column array",displayName:"moveIndexInTwoDimension",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx#moveIndexInTwoDimension"]={docgenInfo:moveIndexInTwoDimension.__docgenInfo,name:"moveIndexInTwoDimension",path:"packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx#moveIndexInTwoDimension"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/useKeyboardMoveFocus.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useDebounce_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/index.ts"),moveIndexInTwoDimension_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx");exports.useKeyboardMoveFocus=function(_a){var infinite=_a.infinite,_b=_a.options,options=void 0===_b?[]:_b,focusedIndexRef=_a.focusedIndexRef,onFocusedIndexChange=_a.onFocusedIndexChange,getOptionDisabled=_a.getOptionDisabled,getOptionSearchText=_a.getOptionSearchText,_c=_a.columns,columns=void 0===_c?1:_c,_d=_a.endSearchDebounceTime,endSearchDebounceTime=void 0===_d?500:_d,total=options.length,searchText=react_1.useRef(""),debounceEndSearch=useDebounce_1.useDebounce((function(){return searchText.current=""}),endSearchDebounceTime),searchTextAndFocus=function(event){var key=event.key;if(getOptionSearchText&&1===key.length){debounceEndSearch(),searchText.current+=key.toLowerCase();var matchedIndex=options.findIndex((function(option){var text=getOptionSearchText(option);return Boolean(!(null==getOptionDisabled?void 0:getOptionDisabled(option))&&text&&text.toLowerCase().startsWith(searchText.current))}));matchedIndex>-1&&onFocusedIndexChange(event,matchedIndex)}};return{getPrevFocusableOption:react_1.useCallback((function(index,isInfinite){void 0===index&&(index=focusedIndexRef.current),void 0===isInfinite&&(isInfinite=!0);for(var i=index;i>=0;i--)if(!(null==getOptionDisabled?void 0:getOptionDisabled(options[i])))return i;if(isInfinite)for(i=total-1;i>index;i--)if(!(null==getOptionDisabled?void 0:getOptionDisabled(options[i])))return i;return-1}),[focusedIndexRef,getOptionDisabled,options,total]),getNextFocusableOption:react_1.useCallback((function(index,isInfinite){void 0===index&&(index=focusedIndexRef.current),void 0===isInfinite&&(isInfinite=!0);for(var i=index;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useId_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/index.ts");exports.useOnlyOneFocusable=function(_a){var focusedIndexRef=_a.focusedIndexRef,containerRef=_a.containerRef,moveFocusedId=useId_1.useId("data-move-focused",!0),getIndexElm=function(toIndex){var _a;return null===(_a=containerRef.current)||void 0===_a?void 0:_a.querySelector("["+moveFocusedId+'="'+toIndex+'"]')},setIndexTabIndex=function(toIndex){var _a,toElm=getIndexElm(toIndex);if(toElm){var prevElm=null===(_a=containerRef.current)||void 0===_a?void 0:_a.querySelector("["+moveFocusedId+'][tabindex="0"]');null==prevElm||prevElm.setAttribute("tabindex","-1"),toElm.setAttribute("tabindex","0")}};return{moveFocusedId,focusIndex:function(toIndex){var toElm=getIndexElm(toIndex);null==toElm||toElm.focus()},setIndexTabIndex,getItemProps:function(index,options){var _a;return utils_1.combineProps(((_a={})[moveFocusedId]=index,_a.tabIndex=index===focusedIndexRef.current?0:-1,_a.onFocus=function(){focusedIndexRef.current=index,setIndexTabIndex(index)},_a),options)}}}},"./packages/juno-core/src/foundation/hooks/useLongPress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useLongPress/useLongPress.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useLongPress/useLongPress.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useA11yKeyEvent_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/index.ts"),useDebounce_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),useEventListener_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventListener/index.ts"),useGlobalListener_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/index.ts"),useTouchMouseEvent_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/index.ts");exports.isTouchEvent=function(ev){return"touches"in ev},exports.useLongPress=function(_a,_b,_c){var onTap=_a.onTap,onPress=_a.onPress,_d=void 0===_b?{}:_b,onTouchStartArg=_d.onTouchStart,onTouchEndArg=_d.onTouchEnd,onMouseDown=_d.onMouseDown,onKeyDown=_d.onKeyDown,onKeyUp=_d.onKeyUp,onMouseUpArg=_d.onMouseUp,_e=void 0===_c?{}:_c,_f=_e.isPreventDefault,isPreventDefault=void 0===_f||_f,_g=_e.delay,delay=void 0===_g?300:_g,_h=_e.externalWindow,externalWindow=void 0===_h?window:_h,isEmittedRef=react_1.useRef(!1),isA11yDownRef=react_1.useRef(!1),actionRef=react_1.useRef(null),reasonRef=react_1.useRef("click"),emitLongPress=useDebounce_1.useDebounce((function(e){onPress&&(onPress(e,reasonRef.current),isEmittedRef.current=!0)}),delay),end=function(e,isInside){globalMouseUpListener.remove(),!isEmittedRef.current&&isInside&&(null==onTap||onTap(e,reasonRef.current)),reasonRef.current="click",isEmittedRef.current=!1,emitLongPress.cancel()},start=function(e){globalMouseUpListener.listen(),"touchstart"===e.type&&(reasonRef.current="tap"),emitLongPress(e)},_j=useTouchMouseEvent_1.useTouchMouseEvent({onTouchStart:function(e){isPreventDefault&&e.preventDefault(),null==onTouchStartArg||onTouchStartArg(e),start(e)},onTouchEnd:function(e,isInside){isPreventDefault&&e.preventDefault(),null==onTouchEndArg||onTouchEndArg(e,isInside),end(e,isInside)},onMouseDown:function(e){isPreventDefault&&e.preventDefault(),null==onMouseDown||onMouseDown(e),start(e)},onMouseUp:function(e,isInside){isPreventDefault&&e.preventDefault(),null==onMouseUpArg||onMouseUpArg(e),end(e,isInside)}},{actionRef}),onMouseUp=_j.onMouseUp,onTouchEnd=_j.onTouchEnd,onTouchStart=_j.onTouchStart,events=tslib_1.__rest(_j,["onMouseUp","onTouchEnd","onTouchStart"]);useEventListener_1.useEventListener(actionRef,"touchstart",onTouchStart,{passive:!1}),useEventListener_1.useEventListener(actionRef,"touchend",onTouchEnd,{passive:!1});var globalMouseUpListener=useGlobalListener_1.useGlobalListener("mouseup",onMouseUp,{target:externalWindow,startImmediately:!1}),handleDeleteKeyDown=useA11yKeyEvent_1.useA11yKeyEvent((function(e){reasonRef.current="keyboard",isA11yDownRef.current||emitLongPress(e),isA11yDownRef.current=!0})),handleKeyDown=useEventCallback_1.useEventCallback((function(e){null==onKeyDown||onKeyDown(e),handleDeleteKeyDown(e)})),handleKeyUp=useEventCallback_1.useEventCallback((function(e){null==onKeyUp||onKeyUp(e),isA11yDownRef.current&&end(e,!0),isA11yDownRef.current=!1}));return tslib_1.__assign({ref:actionRef,onKeyDown:handleKeyDown,onKeyUp:handleKeyUp},events)}},"./packages/juno-core/src/foundation/hooks/useMountState/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useMountState/useMountState.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useMountState/useMountState.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.useMountState=function(){var isMountedRef=react_1.useRef(!1);return react_1.useEffect((function(){return isMountedRef.current=!0,function(){isMountedRef.current=!1}}),[]),isMountedRef}},"./packages/juno-core/src/foundation/hooks/useOnReRender/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOnReRender/useOnReRender.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useOnReRender/useOnReRender.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useOnReRender=function(cb,deps,isLayout){void 0===isLayout&&(isLayout=!0);var count=react_1.useRef(0),method=useEventCallback_1.useEventCallback(cb);(react_1.useRef(isLayout).current?react_1.useLayoutEffect:react_1.useEffect)((function(){return 0===count.current?(count.current=1,function(){}):method()}),deps)}},"./packages/juno-core/src/foundation/hooks/useOverflow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOverflow/useOverflow.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useOverflow/useOverflow.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useResizeObserver_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResizeObserver/index.ts");exports.useOverflow=function(target,cb,performance){void 0===performance&&(performance={mode:"throttle",time:200});var showRef=react_1.useRef();return useResizeObserver_1.useResizeObserver(target,(function(){var element=utils_1.getRefElement(target);if(element){var scrollWidth=element.scrollWidth,clientWidth=element.clientWidth,scrollHeight=element.scrollHeight,clientHeight=element.clientHeight,show=scrollWidth>clientWidth||scrollHeight>clientHeight;showRef.current!==show&&(showRef.current=show,cb(show,{scrollWidth,clientWidth,scrollHeight,clientHeight}))}}),performance)}},"./packages/juno-core/src/foundation/hooks/usePrevious/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/usePrevious/usePrevious.ts"),exports)},"./packages/juno-core/src/foundation/hooks/usePrevious/usePrevious.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.usePrevious=function usePrevious(cb,isDefault){var ref=react_1.useRef(isDefault?cb():void 0);return react_1.useEffect((function(){ref.current=cb()})),ref.current}},"./packages/juno-core/src/foundation/hooks/useRefState/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRefState/useRefState.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useRefState/useRefState.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),useForceUpdate_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useForceUpdate/index.ts");exports.useRefState=function(value,customUpdate){var forceUpdate=null!=customUpdate?customUpdate:useForceUpdate_1.useForceUpdate(),innerValueRef=react_1.useRef(value),setInnerValue=useEventCallback_1.useEventCallback((function(toValue,isUpdate){void 0===isUpdate&&(isUpdate=!0),innerValueRef.current=toValue,isUpdate&&forceUpdate()}));return[innerValueRef,setInnerValue]}},"./packages/juno-core/src/foundation/hooks/useResizeObserver/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResizeObserver/useResizeObserver.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useResizeObserver/useResizeObserver.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),debounce_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/debounce.js")),throttle_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/throttle.js")),resize_observer_polyfill_1=tslib_1.__importDefault(__webpack_require__("./node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js")),contexts_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),useResultRef_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts");exports.getResizeObserver=function(callback,externalWindow){if(externalWindow){if(void 0===(null==externalWindow?void 0:externalWindow.ResizeObserver))throw Error("window.ResizeObserver not defined");return new externalWindow.ResizeObserver(callback)}return new resize_observer_polyfill_1.default(callback)},exports.useResizeObserver=function(target,callback,performance){void 0===performance&&(performance={});var _a=performance.mode,mode=void 0===_a?"debounce":_a,_b=performance.time,performanceTime=void 0===_b?200:_b,ignoreFireWhenObserve=performance.ignoreFireWhenObserve,countRef=react_1.useRef(0),cb=useEventCallback_1.useEventCallback((function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResponsiveMatch/useResponsiveMatch.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/useResponsiveMatch.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var contexts_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts");exports.useResponsiveMatch=function(defaultBreakpoint){var _breakpoint=contexts_1.useResponsiveContext(),breakpoint=void 0===_breakpoint?defaultBreakpoint:_breakpoint;return void 0===breakpoint?{}:contexts_1.getMatchDetail(breakpoint).matchMap}},"./packages/juno-core/src/foundation/hooks/useResultRef/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/useResultRef.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useResultRef/useResultRef.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.useResultRef=function useResultRef(cb){var renderRef=react_1.useRef(0),ref=react_1.useRef();return 0===renderRef.current&&(ref.current=cb(),renderRef.current=1),ref}},"./packages/juno-core/src/foundation/hooks/useRetry/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRetry/useRetry.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useRetry/useRetry.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useSleep_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useSleep/index.ts");exports.useRetry=function(cb,options){var _a=useSleep_1.useSleep(),sleep=_a.sleep,cancelSleep=_a.cancel,isCancelRef=react_1.useRef(!0),complete=function(){var _a;isCancelRef.current=!0,null===(_a=null==options?void 0:options.onComplete)||void 0===_a||_a.call(options)},cancel=function(){var _a;isCancelRef.current||(null===(_a=null==options?void 0:options.onCancel)||void 0===_a||_a.call(options),null==complete||complete()),cancelSleep()};return{retry:function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useSleep/useSleep.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useSleep/useSleep.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.useSleep=function(){var timeoutIdRef=react_1.useRef(),rejectRef=react_1.useRef(),sleepingRef=react_1.useRef(!1),clearCurrTimeout=function(){var id=timeoutIdRef.current;sleepingRef.current=!1,void 0!==id&&window.clearTimeout(id)};return react_1.useEffect((function(){return function(){clearCurrTimeout()}}),[]),{sleep:function(time){return new Promise((function(resolve,reject){clearCurrTimeout(),sleepingRef.current=!0,rejectRef.current=reject,timeoutIdRef.current=window.setTimeout((function(){sleepingRef.current=!1,resolve()}),time)}))},cancel:function(){var _a;clearCurrTimeout(),null===(_a=rejectRef.current)||void 0===_a||_a.call(rejectRef)},getSleeping:function(){return sleepingRef.current}}}},"./packages/juno-core/src/foundation/hooks/useThrottle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useThrottle/useThrottle.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useThrottle/useThrottle.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),throttle_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/throttle.js")),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useThrottle=function(fn,throttleTime,throttleSettings){void 0===throttleTime&&(throttleTime=200);var memoFn=useEventCallback_1.useEventCallback(fn),throttleFn=react_1.useCallback(throttle_1.default(memoFn,throttleTime,throttleSettings),[]);return react_1.useEffect((function(){return function(){return throttleFn.cancel()}}),[]),throttleFn}},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/useTouchMouseEvent.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/useTouchMouseEvent.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),contexts_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useTouchMouseEvent=function(_a,_b){var onMouseDownArg=_a.onMouseDown,onMouseUpArg=_a.onMouseUp,onTouchStartArg=_a.onTouchStart,onTouchEndArg=_a.onTouchEnd,actionRef=(void 0===_b?{}:_b).actionRef,stopMouseEventRef=react_1.useRef(!1),document=contexts_1.useRcPortalWindowContext().document;function checkInside(elm){var hostElement=utils_1.getRefElement(actionRef);return!!hostElement&&!(!elm||!exports.isElmEqualOrContain(elm,hostElement))}return{onTouchStart:useEventCallback_1.useEventCallback((function(e){stopMouseEventRef.current=!0,null==onTouchStartArg||onTouchStartArg(e)})),onTouchEnd:useEventCallback_1.useEventCallback((function(e){var isInside;if(actionRef&&e.touches.length<2&&e.changedTouches.length<2){var touch=e.touches[0]||e.changedTouches[0],elm=document.elementFromPoint(touch.clientX,touch.clientY);isInside=!!elm&&checkInside(elm)}null==onTouchEndArg||onTouchEndArg(e,isInside)})),onMouseDown:useEventCallback_1.useEventCallback((function(e){stopMouseEventRef.current||null==onMouseDownArg||onMouseDownArg(e)})),onMouseUp:useEventCallback_1.useEventCallback((function(e){var isInside;if(!stopMouseEventRef.current){if(actionRef){var elm=e.target;isInside=!!elm&&checkInside(elm)}null==onMouseUpArg||onMouseUpArg(e,isInside)}}))}},exports.isElmEqualOrContain=function(sourceTarget,containTarget){var elm=utils_1.getRefElement(sourceTarget),target=utils_1.getRefElement(containTarget);return elm&&target&&(target===elm||target.contains(elm))}},"./packages/juno-core/src/foundation/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"));exports.styled=styled_components_1.default,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/config.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/overridableStyled.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),exports)},"./packages/juno-core/src/foundation/overridableStyled.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styled_components_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"));exports.overridableStyled=styled_components_1.default},"./packages/juno-core/src/foundation/styled-components.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styledComponents=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/styled-components/dist/styled-components.browser.esm.js")),styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),_a=styledComponents,styled=_a.default,css=_a.css,keyframes=_a.keyframes,createGlobalStyle=_a.createGlobalStyle,withTheme=_a.withTheme,StyleSheetManager=_a.StyleSheetManager,ThemeProvider=_a.ThemeProvider,ThemeConsumer=_a.ThemeConsumer;exports.css=css,exports.keyframes=keyframes,exports.createGlobalStyle=createGlobalStyle,exports.withTheme=withTheme,exports.StyleSheetManager=StyleSheetManager,exports.ThemeProvider=ThemeProvider,exports.ThemeConsumer=ThemeConsumer;exports.useTheme=function(){return styles_1.useTheme()},exports.default=styled},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.RcGlobalScrollBarStyle=styled_components_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n /* Firefox-only */\n * {\n scrollbar-color: "," transparent;\n }\n /*\n /* Works on Chrome/Edge/Safari */\n ::-webkit-scrollbar {\n width: 10px;\n height: 10px;\n };\n\n ::-webkit-scrollbar-track {\n background-color: transparent;\n };\n\n ::-webkit-scrollbar-thumb {\n background-color: ",";\n border-radius: 10px;\n };\n"],["\n /* Firefox-only */\n * {\n scrollbar-color: "," transparent;\n }\n /*\n /* Works on Chrome/Edge/Safari */\n ::-webkit-scrollbar {\n width: 10px;\n height: 10px;\n };\n\n ::-webkit-scrollbar-track {\n background-color: transparent;\n };\n\n ::-webkit-scrollbar-thumb {\n background-color: ",";\n border-radius: 10px;\n };\n"])),"rgba(80,80,80,0.7)","rgba(80,80,80,0.7)");try{RcGlobalScrollBarStyle.displayName="RcGlobalScrollBarStyle",RcGlobalScrollBarStyle.__docgenInfo={description:"Provide you to change whole app scrollBar color",displayName:"RcGlobalScrollBarStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx#RcGlobalScrollBarStyle"]={docgenInfo:RcGlobalScrollBarStyle.__docgenInfo,name:"RcGlobalScrollBarStyle",path:"packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx#RcGlobalScrollBarStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx"),exports)},"./packages/juno-core/src/foundation/styles/colorManipulator.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts");function darken(colorInput,coefficient){return function(props){var color="function"==typeof colorInput?colorInput(props):colorInput;return styles_1.darken(color,coefficient)}}function lighten(colorInput,coefficient){return function(props){var color="function"==typeof colorInput?colorInput(props):colorInput;return styles_1.lighten(color,coefficient)}}exports.darken=darken,exports.lighten=lighten,exports.getContrastBgColor=function(_a){var theme=_a.theme,color=_a.color,currColor=newPalette_1.getParsePaletteColor(color);return[currColor,"light"===theme.palette.type?lighten(currColor,.62):darken(currColor,.5)]}},"./packages/juno-core/src/foundation/styles/ellipsis.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.ellipsis=function ellipsis(){return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n "],["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n "])))}},"./packages/juno-core/src/foundation/styles/fakeBorder.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),focusVisible_1=__webpack_require__("./packages/juno-core/src/foundation/styles/focusVisible.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts");exports.fakeBorder=function(_a){var _b=void 0===_a?{}:_a,pseudo=_b.pseudo,_c=_b.inset,inset=void 0===_c||_c,radius=_b.radius,_d=_b.size,size=void 0===_d?1:_d,_e=_b.color,color=void 0===_e?newPalette_1.palette2("highContrast"):_e,allowTransparent=_b.allowTransparent;return function(_a){var theme=_a.theme,colorValue="function"==typeof color&&theme?color({theme}):color;if(allowTransparent||"transparent"!==colorValue)return pseudo?focusVisible_1.shadowBorder(radius,colorValue,inset,size):styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-shadow: "," 0 0 0 ","px ",";\n "],["\n box-shadow: "," 0 0 0 ","px ",";\n "])),inset?"inset":"",size,colorValue)}}},"./packages/juno-core/src/foundation/styles/flexCenter.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.flexCenterStyle=styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n"])))},"./packages/juno-core/src/foundation/styles/flexWidth.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.flexWidth=function(width){return styled_components_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n flex: 1 1 ",";\n\n ","\n"],["\n flex: 1 1 ",";\n\n ","\n"])),width,"auto"!==width?styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n max-width: ",";\n min-width: ",";\n "],["\n max-width: ",";\n min-width: ",";\n "])),width,width):styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n max-width: unset;\n min-width: unset;\n "],["\n max-width: unset;\n min-width: unset;\n "]))))}},"./packages/juno-core/src/foundation/styles/focusRing.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts"),radius_1=__webpack_require__("./packages/juno-core/src/foundation/styles/radius.ts"),focusRingOffsetMap={normal:"2px",inset:"0px"};exports.focusRing=function(variant,options){void 0===options&&(options={});var _a=options.pseudo;if(void 0===_a||_a){var _b=options.borderRadius,borderRadius=void 0===_b?"zero":_b,_c=options.borderWidth,borderWidth=void 0===_c?"0px":_c,isInset="inset"===variant,offset=focusRingOffsetMap[variant];return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:after {\n pointer-events: none;\n content: '';\n position: absolute;\n inset: 0;\n\n margin: calc(-"," - ",");\n border-radius: calc("," + ",");\n box-shadow: "," 0 0 0 2px\n ",";\n }\n "],["\n &:after {\n pointer-events: none;\n content: '';\n position: absolute;\n inset: 0;\n\n margin: calc(-"," - ",");\n border-radius: calc("," + ",");\n box-shadow: "," 0 0 0 2px\n ",";\n }\n "])),offset,borderWidth,offset,radius_1.radius(borderRadius),isInset?"inset":"",newPalette_1.palette2("interactive","f01"))}var _d=options.gapColor,gapColor=void 0===_d?"neutral.b01":_d;return styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 0 2px ",",\n 0 0 0 4px ",";\n "],["\n box-shadow: 0 0 0 2px ",",\n 0 0 0 4px ",";\n "])),newPalette_1.getParsePaletteColor(gapColor),newPalette_1.palette2("interactive","f01"))}},"./packages/juno-core/src/foundation/styles/focusVisible.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts"),radius_1=__webpack_require__("./packages/juno-core/src/foundation/styles/radius.ts");exports.focusVisible="&.focus-visible, &[data-focus-visible-added]",exports.focusWithin="&:hover, &:focus-within",exports.focusVisibleColor=newPalette_1.palette2("interactive","f01"),exports.shadowBorder=function(r,color,inset,size){return void 0===r&&(r="zero"),void 0===color&&(color=exports.focusVisibleColor),void 0===inset&&(inset=!0),void 0===size&&(size=1),styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: "," 0 0 0 ","px ",";\n border-radius: ",";\n pointer-events: none;\n }\n"],["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: "," 0 0 0 ","px ",";\n border-radius: ",";\n pointer-events: none;\n }\n"])),inset?"inset":"",size,color,radius_1.radius(r))},exports.focusVisibleShadowStyle=function(r,color,inset,size){return void 0===inset&&(inset=!0),void 0===size&&(size=1),styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n "," {\n ",";\n }\n"],["\n "," {\n ",";\n }\n"])),exports.focusVisible,exports.shadowBorder(r,color,inset,size))}},"./packages/juno-core/src/foundation/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/colorManipulator.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/ellipsis.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/fakeBorder.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/flexCenter.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/flexWidth.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/focusRing.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/focusVisible.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/lineClamp.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/nonStyleButton.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/nonTouchHoverMedia.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/opacity.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/palette.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/paletteContrastText.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/px.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/radius.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/rippleEnter.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/rippleStyle.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/shadows.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/spacing.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/typography.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/zIndex.ts"),exports)},"./packages/juno-core/src/foundation/styles/lineClamp.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),px_1=__webpack_require__("./packages/juno-core/src/foundation/styles/px.ts");exports.lineClamp=function lineClamp(lineNumber,maxHeight){return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n max-height: ",";\n word-break: break-word;\n "],["\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n max-height: ",";\n word-break: break-word;\n "])),lineNumber,px_1.px(maxHeight))}},"./packages/juno-core/src/foundation/styles/newPalette.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),parseColor_1=__webpack_require__("./packages/juno-core/src/foundation/utils/parseColor.ts"),opacity_1=__webpack_require__("./packages/juno-core/src/foundation/styles/opacity.ts");function getPaletteColor(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.nonStyleButton=function nonStyleButton(){return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n "],["\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n "])))}},"./packages/juno-core/src/foundation/styles/nonTouchHoverMedia.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.nonTouchHoverMedia="@media (hover: hover) and (pointer: fine)"},"./packages/juno-core/src/foundation/styles/opacity.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js");__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");exports.opacity=function opacity(name,reverse){return function(_a){var value=_a.theme.opacity[name];return reverse?1-value:value}},exports.doAlpha=function doAlpha(color,opacity,theme){var alpha=String(opacity).indexOf(".")>-1?opacity:theme.palette.action.hoverOpacity*opacity;try{return styles_1.alpha(color,+alpha.toFixed(2))}catch(error){return color}}},"./packages/juno-core/src/foundation/styles/palette.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var get_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/get.js")),opacity_1=__webpack_require__("./packages/juno-core/src/foundation/styles/opacity.ts");function setAlpha(colorFn,opacity){return function(_a){var theme=_a.theme;return opacity_1.doAlpha(colorFn({theme}),opacity,theme)}}exports.palette=function palette(name,sub,opacity){return void 0===sub&&(sub=""),function(_a){var theme=_a.theme,subArr=sub.toString().split("."),color=sub?theme.palette[name][sub]:theme.palette[name];return subArr.length>1&&(color=get_1.default(theme.palette[name],sub)),opacity?opacity_1.doAlpha(color,opacity,theme):color}},exports.setAlpha=setAlpha,exports.setOpacity=function setOpacity(colorFn,opacityName,reverse){return void 0===reverse&&(reverse=!1),function(props){var theme=props.theme,currentOpacity=theme.opacity[opacityName];return opacity_1.doAlpha(colorFn(props),reverse?1-currentOpacity:currentOpacity,theme)}},exports.lightAlpha=function lightAlpha(colorFn,unit){return function(_a){var theme=_a.theme;return setAlpha(colorFn,1-theme.palette.action.hoverOpacity*unit)({theme})}}},"./packages/juno-core/src/foundation/styles/paletteContrastText.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.paletteContrastText=function paletteContrastText(colorFn){return function(_a){var theme=_a.theme;return theme.palette.getContrastText(colorFn({theme}))}}},"./packages/juno-core/src/foundation/styles/px.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.px=function px(){for(var values=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.radius=function radius(name){return function(_a){return _a.theme.radius[name]}}},"./packages/juno-core/src/foundation/styles/rippleEnter.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.rippleEnter=function(theme){return styled_components_1.keyframes(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n from {\n transform: scale(0);\n opacity: 0.1;\n }\n to {\n transform: scale(1);\n opacity: ",";\n }\n"],["\n from {\n transform: scale(0);\n opacity: 0.1;\n }\n to {\n transform: scale(1);\n opacity: ",";\n }\n"])),2*theme.palette.action.hoverOpacity)}},"./packages/juno-core/src/foundation/styles/rippleStyle.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts");exports.backgroundTransition=function(_a){var theme=_a.theme;return theme.transitions.create(["background"],{easing:theme.transitions.easing.easeInOut,duration:theme.transitions.duration.shortest})},exports.rippleStyle=styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n overflow: hidden;\n transform: translate3d(0, 0, 0);\n transition: ",";\n\n &:after {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n background-image: radial-gradient(\n circle,\n "," 10%,\n transparent 10.01%\n );\n background-repeat: no-repeat;\n background-position: 50%;\n transform: scale(10, 10);\n opacity: 0;\n transition: transform 0.5s ease-out, opacity 0.6s ease-in;\n }\n\n &:active:after {\n transform: scale(0, 0);\n opacity: 0.1;\n transition: 0s;\n }\n"],["\n position: relative;\n overflow: hidden;\n transform: translate3d(0, 0, 0);\n transition: ",";\n\n &:after {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n background-image: radial-gradient(\n circle,\n "," 10%,\n transparent 10.01%\n );\n background-repeat: no-repeat;\n background-position: 50%;\n transform: scale(10, 10);\n opacity: 0;\n transition: transform 0.5s ease-out, opacity 0.6s ease-in;\n }\n\n &:active:after {\n transform: scale(0, 0);\n opacity: 0.1;\n transition: 0s;\n }\n"])),exports.backgroundTransition,newPalette_1.palette2("neutral","b06"))},"./packages/juno-core/src/foundation/styles/shadows.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.shadows=function shadows(elevation){return function(_a){return _a.theme.shadows[elevation]}}},"./packages/juno-core/src/foundation/styles/spacing.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),px_1=__webpack_require__("./packages/juno-core/src/foundation/styles/px.ts");exports.spacing=function spacing(){for(var values=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");function typographyProp(name,key){if("inherit"!==name)return function(_a){var themeOfTypography=_a.theme.typography[name];if("object"==typeof themeOfTypography)return themeOfTypography[key];utils_1.logInDev({message:"Unexpected typography name: "+name,component:"typographyProp",level:"warn"})}}exports.typographyProp=typographyProp,exports.typography=function typography(name,fontOnly){void 0===fontOnly&&(fontOnly=!1);var fontCss=styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n font-size: ",";\n font-weight: ",";\n font-family: ",";\n "],["\n font-size: ",";\n font-weight: ",";\n font-family: ",";\n "])),typographyProp(name,"fontSize"),typographyProp(name,"fontWeight"),(function(_a){return _a.theme.typography.fontFamily}));return fontOnly?fontCss:styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n line-height: ",";\n "],["\n ",";\n line-height: ",";\n "])),fontCss,typographyProp(name,"lineHeight"))}},"./packages/juno-core/src/foundation/styles/zIndex.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.zIndex=function zIndex(name){return function(_a){return _a.theme.zIndex[name]}}},"./packages/juno-core/src/foundation/theme/DefaultTheme.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/ThemeHandler.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),createTheme_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/createTheme.ts")),options_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/options.json")),RcThemeHandler=function(){function RcThemeHandler(){this.themeCache=new Map,this.themeProviderRef=0}return RcThemeHandler.getInstance=function(){return RcThemeHandler.instance||(RcThemeHandler.instance=new RcThemeHandler),RcThemeHandler.instance},RcThemeHandler.prototype.listen=function(cb){this.emit=cb},RcThemeHandler.prototype.destroy=function(){RcThemeHandler.instance=void 0},RcThemeHandler.prototype.getTheme=function(){return this.currentTheme},RcThemeHandler.prototype.setTheme=function(themeOptions,isEmit){void 0===isEmit&&(isEmit=!0);var currentKey=JSON.stringify(themeOptions),currentTheme=this.themeCache.get(currentKey);if(currentTheme)this.currentTheme=currentTheme;else{var theme=createTheme_1.default(themeOptions);this.themeCache.set(currentKey,theme),this.currentTheme=theme}return isEmit&&this.emit&&this.emit(this.currentTheme),this.currentTheme},RcThemeHandler.prototype.setThemeName=function(name){return tslib_1.__awaiter(this,void 0,void 0,(function(){var theme;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return[4,this.read(name)];case 1:return theme=_a.sent(),this.setTheme(theme),[2]}}))}))},RcThemeHandler.prototype.read=function(theme){return utils_1.isUrl(theme)?this.loadUrl(theme):this.loadUrl(""+options_json_1.default.basePath+theme+".json")},RcThemeHandler.prototype.loadUrl=function(url){return tslib_1.__awaiter(this,void 0,Promise,(function(){var response;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,7,,9]),[4,fetch(url,{cache:"force-cache"})];case 1:if(!(response=_a.sent()).ok)return[3,5];_a.label=2;case 2:return _a.trys.push([2,4,,5]),[4,response.json()];case 3:return[2,_a.sent()];case 4:return _a.sent(),[2,Promise.reject(new Error("failed parsing "+url+" to json"))];case 5:return[4,Promise.reject(new Error("failed loading "+url))];case 6:return[2,_a.sent()];case 7:return _a.sent(),[4,Promise.reject(new Error("failed loading "+url))];case 8:return[2,_a.sent()];case 9:return[2]}}))}))},RcThemeHandler}();exports.RcThemeHandler=RcThemeHandler},"./packages/juno-core/src/foundation/theme/ThemeProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");__webpack_require__("./node_modules/focus-visible/dist/focus-visible.js");var react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),hooks_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/index.ts"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),createTheme_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/createTheme.ts")),NestedThemeContext=react_1.createContext(!1),SubThemeProvider=function(_a){var _b,_c,themeProp=_a.theme,children=_a.children,parentTheme=styled_components_1.useTheme(),isHaveParentRcTheme=null===(_c=null===(_b=parentTheme.palette)||void 0===_b?void 0:_b.content)||void 0===_c?void 0:_c.brand,theme=!themeProp&&isHaveParentRcTheme?parentTheme:createTheme_1.default(themeProp);return react_1.default.createElement(styles_1.MuiThemeProvider,{theme},react_1.default.createElement(styled_components_1.ThemeProvider,{theme},children))},RootThemeProvider=function(props){var prefixGlobalClass=props.prefixGlobalClass,rest=tslib_1.__rest(props,["prefixGlobalClass"]),stylesProviderProps=hooks_1.useResultRef((function(){return prefixGlobalClass?{generateClassName:styles_1.createGenerateClassName({seed:prefixGlobalClass})}:{}}));return react_1.default.createElement(styles_1.StylesProvider,tslib_1.__assign({injectFirst:!0},stylesProviderProps.current),react_1.default.createElement(SubThemeProvider,tslib_1.__assign({},rest)))};exports.RcThemeProvider=function(props){var ThemeProvider=react_1.useContext(NestedThemeContext)?SubThemeProvider:RootThemeProvider;return react_1.default.createElement(NestedThemeContext.Provider,{value:!0},react_1.default.createElement(ThemeProvider,tslib_1.__assign({},props)))};try{RcThemeProvider.displayName="RcThemeProvider",RcThemeProvider.__docgenInfo={description:"theme wrapper, each app should always have one `RcThemeProvider` at root\n\nif you need multiple theme,\nyou can apply another `RcThemeProvider` inside root `RcThemeProvider`.\n\n`RcThemeProvider` can unlimited nest",displayName:"RcThemeProvider",props:{prefixGlobalClass:{defaultValue:null,description:"prefix the mui global class",name:"prefixGlobalClass",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/theme/ThemeProvider.tsx#RcThemeProvider"]={docgenInfo:RcThemeProvider.__docgenInfo,name:"RcThemeProvider",path:"packages/juno-core/src/foundation/theme/ThemeProvider.tsx#RcThemeProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js"));exports.RcThemeContext=react_1.default.createContext({})},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),rcDark_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcDark.json")),rcHighContrast_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json")),ThemeContext_1=__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx");exports.RcDefaultDarkTheme=rcDark_json_1.default,exports.RcDefaultHighContrastTheme=rcHighContrast_json_1.default,exports.RcThemeSwitcherDefaultTheme={defaultTheme:"light",themeMap:{light:{}}},exports.RcThemeSwitcherProvider=function(_a){var children=_a.children,_b=_a.defaultTheme,defaultTheme=void 0===_b?exports.RcThemeSwitcherDefaultTheme.defaultTheme:_b,_c=_a.themeMap,themeMap=void 0===_c?exports.RcThemeSwitcherDefaultTheme.themeMap:_c,_d=tslib_1.__read(react_1.useState(defaultTheme),2),currentTheme=_d[0],setTheme=_d[1];return react_1.default.createElement(ThemeContext_1.RcThemeContext.Provider,{value:{defaultTheme,themeMap,theme:currentTheme,setTheme}},react_1.default.createElement(ThemeContext_1.RcThemeContext.Consumer,null,(function(_a){var theme=_a.theme,themeMap=_a.themeMap;if(Object.keys(themeMap).forEach((function(key){document.body.removeAttribute(key)})),document.body.setAttribute(theme,""),react_1.isValidElement(children))return react_1.default.cloneElement(children,{theme:themeMap[theme]});throw new Error("RcThemeSwitcherProvider can only have one children with theme props")})))};try{RcThemeSwitcherProvider.displayName="RcThemeSwitcherProvider",RcThemeSwitcherProvider.__docgenInfo={description:"",displayName:"RcThemeSwitcherProvider",props:{defaultTheme:{defaultValue:{value:"light"},description:"",name:"defaultTheme",required:!1,type:{name:"string"}},themeMap:{defaultValue:{value:"{\n light: {},\n }"},description:"",name:"themeMap",required:!1,type:{name:'Record, {}>>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx#RcThemeSwitcherProvider"]={docgenInfo:RcThemeSwitcherProvider.__docgenInfo,name:"RcThemeSwitcherProvider",path:"packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx#RcThemeSwitcherProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/useThemeSwitcher.ts"),exports)},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/useThemeSwitcher.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),ThemeContext_1=__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx");exports.useThemeSwitcher=function(){var context=react_1.useContext(ThemeContext_1.RcThemeContext);if(!context)throw new Error("To use `useThemeSwitcher`, component must be within a RcThemeSwitcherProvider");return context}},"./packages/juno-core/src/foundation/theme/createTheme.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),breakpoints_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/breakpoints.json")),opacity_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/opacity.json")),palette_dark_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.dark.json")),palette_light_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.light.json")),radius_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/radius.json")),shadows_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/shadows.json")),shape_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/shape.json")),transition_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/transition.json")),typography_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/typography.json")),zIndex_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/zIndex.json"));exports.default=function createTheme(options){void 0===options&&(options={});var _a=options.palette,paletteInput=void 0===_a?{}:_a,_b=options.typography,typographyInput=void 0===_b?{}:_b,_c=options.opacity,opacityInput=void 0===_c?{}:_c,_d=options.radius,radiusInput=void 0===_d?{}:_d,_e=options.zIndex,zIndexInput=void 0===_e?{}:_e,_f=options.breakpoints,breakpointsInput=void 0===_f?{}:_f,_g=options.shape,shapeInput=void 0===_g?{}:_g,_h=options.shadows,shadowsInput=void 0===_h?[]:_h,_j=options.transitions,transitionsInput=void 0===_j?{}:_j,_breakpoints=Object.keys(breakpointsInput).length>0?breakpointsInput:breakpoints_json_1.default,_shadows=(null==shadowsInput?void 0:shadowsInput.length)>0?shadowsInput:shadows_json_1.default,_palette=utils_1.deepmerge("dark"===paletteInput.type?palette_dark_json_1.default:palette_light_json_1.default,paletteInput),theme=tslib_1.__assign(tslib_1.__assign({},options),{spacing:4,palette:_palette,typography:utils_1.deepmerge(typography_json_1.default,typographyInput),opacity:utils_1.deepmerge(opacity_json_1.default,opacityInput),radius:utils_1.deepmerge(radius_json_1.default,radiusInput),shadows:_shadows,transitions:utils_1.deepmerge(transition_json_1.default,transitionsInput),zIndex:utils_1.deepmerge(zIndex_json_1.default,zIndexInput),breakpoints:_breakpoints,shape:utils_1.deepmerge(shape_json_1.default,shapeInput)});return styles_1.createTheme(theme)}},"./packages/juno-core/src/foundation/theme/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),createTheme_1=__webpack_require__("./packages/juno-core/src/foundation/theme/createTheme.ts");exports.createTheme=createTheme_1.default,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeHandler.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeProvider.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/palette.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/paletteProp.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/theme.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/typography.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/useThemeProps.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/DefaultTheme.ts"),exports)},"./packages/juno-core/src/foundation/theme/palette.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/paletteProp.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/theme.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/typography.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/useThemeProps.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),combineProps_1=__webpack_require__("./packages/juno-core/src/foundation/utils/combineProps.ts");exports.useThemeProps=function useThemeProps(_a){var _b,props=_a.props,name=_a.name,theme=styled_components_1.useTheme();return combineProps_1.combineProps(null===(_b=theme.props)||void 0===_b?void 0:_b[name],props)}},"./packages/juno-core/src/foundation/typings/BaseColor.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseDirection.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseFocusVariant.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseFormControlLabel.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseLabelPlacement.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseProps.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/UnionOmit.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/UnitMap.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/deepPartial.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseColor.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseDirection.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseFocusVariant.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseFormControlLabel.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseLabelPlacement.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseProps.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseSize.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/UnionOmit.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/UnitMap.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/deepPartial.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/notNullRecord.ts"),exports)},"./packages/juno-core/src/foundation/typings/notNullRecord.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/utils/a11yKeyboardCode.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.a11yKeyboardCode={ArrowLeft:37,ArrowRight:39,Space:32,Escape:27,Enter:13,Tab:9},exports.a11yKeyboard={ArrowLeft:"ArrowLeft",ArrowRight:"ArrowRight",Space:" ",Escape:"Escape",Enter:"Enter",Tab:"Tab"}},"./packages/juno-core/src/foundation/utils/checkDefaultPrevented.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.checkDefaultPrevented=function(fc){return function(e){for(var args=[],_i=1;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RcClasses=function(classes,prefix){return classes.reduce((function(prev,curr){return prev[curr]=prefix+"-"+curr,prev}),{})}},"./packages/juno-core/src/foundation/utils/clearReactReferencesInNode.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx");function clearReactReferences(node){for(var key in node)key.includes("__react")&&delete node[key]}function clearReactReferencesInner(node){node.childNodes.forEach((function(node){clearReactReferences(node),node.childNodes.length&&clearReactReferencesInner(node)}))}exports.clearReactReferencesInNode=function clearReactReferencesInNode(node){try{var parentElement=node.parentElement;parentElement&&(clearReactReferencesInner(parentElement),clearReactReferences(parentElement),"function"==typeof parentElement.remove&&parentElement.remove())}catch(error){0}}},"./packages/juno-core/src/foundation/utils/combineProps.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),isPlainObject_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isPlainObject.js"));exports.combineProps=function(baseProps,newProps,coverPropKeys){return innerCombineProps({baseProps,newProps,coverPropKeys})},exports.combineClasses=function(baseClasses,newClasses){return innerCombineProps({baseProps:baseClasses,newProps:newClasses,combineAllString:!0})};var innerCombineProps=function(params){var baseProps=params.baseProps,newProps=params.newProps;if(!newProps||0===Object.keys(newProps).length)return baseProps;var outputProps=mergeChildProps(params);return tslib_1.__assign(tslib_1.__assign({},newProps),outputProps)};function mergeChildProps(_a){var baseProps=_a.baseProps,newProps=_a.newProps,combineAllString=_a.combineAllString,coverPropKeys=_a.coverPropKeys,result=Object.keys(baseProps||{}).reduce((function(output,curr){var prop=baseProps[curr],propTo=newProps[curr];if(void 0!==propTo)switch(typeof prop){case"undefined":case"boolean":case"symbol":case"bigint":case"number":output[curr]=propTo;break;case"object":!react_1.isValidElement(propTo)&&!react_1.isValidElement(prop)&&isPlainObject_1.default(propTo)&&isPlainObject_1.default(prop)?output[curr]=mergeChildProps({baseProps:prop,newProps:propTo||{},combineAllString:combineAllString||"classes"===curr}):output[curr]=propTo;break;case"string":output[curr]=combineAllString||"className"===curr?[prop,propTo].filter((function(x){return"string"==typeof x&&x})).join(" "):propTo;break;case"function":coverPropKeys&&coverPropKeys.includes(curr)&&propTo?output[curr]=propTo:output[curr]=function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./node_modules/@material-ui/utils/esm/index.js");exports.deepmerge=function deepmerge(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var isRef_1=__webpack_require__("./packages/juno-core/src/foundation/utils/isRef.ts");exports.getRefElement=function(ref){return"function"==typeof ref?ref():isRef_1.isRef(ref)?ref.current:ref}},"./packages/juno-core/src/foundation/utils/getScrollbarSize.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var getScrollbarSize_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/@material-ui/core/utils/getScrollbarSize.js"));exports.getScrollbarSize=getScrollbarSize_1.default},"./packages/juno-core/src/foundation/utils/hasValue.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/InputBase/utils.js");exports.hasValue=utils_1.hasValue,exports.isFilled=utils_1.isFilled},"./packages/juno-core/src/foundation/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/a11yKeyboardCode.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/checkDefaultPrevented.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/classes.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/clearReactReferencesInNode.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/combineProps.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/deepmerge.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/getRefElement.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/getScrollbarSize.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/hasValue.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isRcElement.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isRef.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isUrl.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/omit.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/outerSize.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/parseColor.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/pick.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/preloadImg.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/removeClassName.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/selectionHandler.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/shallowEqual.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/styleParser.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/swapArrayLocs.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isTap.ts"),exports)},"./packages/juno-core/src/foundation/utils/isRcElement.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.isRcElement=function isRcElement(element,names){var _a;return react_1.isValidElement(element)&&-1!==names.indexOf(null===(_a=element.type)||void 0===_a?void 0:_a.displayName)}},"./packages/juno-core/src/foundation/utils/isRef.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isRef=function(obj){return obj&&"current"in obj}},"./packages/juno-core/src/foundation/utils/isTap.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isTap=function(event){if(event.touches.length<2&&event.changedTouches.length<2){var touch=event.touches[0]||event.changedTouches[0],elm=document.elementFromPoint(touch.clientX,touch.clientY);return event.currentTarget===elm||event.currentTarget.contains(elm)}return!1}},"./packages/juno-core/src/foundation/utils/isUrl.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isUrl=function isUrl(url){return url.match(/(\b(https?):\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|])/gi)}},"./packages/juno-core/src/foundation/utils/omit.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var omit_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/omit.js"));exports.omit=function(classes,keys){return omit_1.default(classes,keys)}},"./packages/juno-core/src/foundation/utils/outerSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.outerSize=function outerSize(el){var style=getComputedStyle(el);return{get height(){return el.offsetHeight+parseInt(style.marginTop,10)+parseInt(style.marginBottom,10)},get width(){return el.offsetWidth+parseInt(style.marginLeft,10)+parseInt(style.marginRight,10)}}}},"./packages/juno-core/src/foundation/utils/parseColor.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.parseColor=function parseColor(color,defaultColor,useMain){if(void 0===useMain&&(useMain=!0),!color&&void 0!==defaultColor)return defaultColor;var result=["primary","main"];if(color)if(color instanceof Array)result=color;else{if("string"!=typeof color)return color;result=color.split(".")}return useMain&&(result[0]||(result[0]="primary"),result[1]||(result[1]="main")),result}},"./packages/juno-core/src/foundation/utils/pick.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var pick_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/pick.js"));exports.pick=function(classes,keys){return pick_1.default(classes,keys)}},"./packages/juno-core/src/foundation/utils/preloadImg.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.preloadImg=function preloadImg(url){return new Promise((function(resolve,reject){var img=new Image;img.style.display="none",img.onload=function(){document.body.removeChild(img),resolve()},img.onerror=function(){document.body.removeChild(img),reject()},img.src=url,document.body.appendChild(img)}))}},"./packages/juno-core/src/foundation/utils/removeClassName.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var getRefElement_1=__webpack_require__("./packages/juno-core/src/foundation/utils/getRefElement.ts");function removeClassName(target,removeClass,_a){var _b=void 0===_a?{}:_a,_c=_b.scanChildren,scanChildren=void 0!==_c&&_c,_d=_b.fullMatch,fullMatch=void 0!==_d&&_d,elm=getRefElement_1.getRefElement(target);if(elm&&(elm.className.includes(removeClass)&&(elm.className=cleanClass(elm,removeClass,fullMatch)),scanChildren)){var nodes=elm.querySelectorAll('[class*="'+removeClass+'"]');(null==nodes?void 0:nodes.length)>0&&nodes.forEach((function(node){return node.className=cleanClass(node,removeClass,fullMatch)}))}}function cleanClass(elm,removeClass,fullMatch){return elm.className.trim().split(/\s+/).filter((function(className){return!(fullMatch?className===removeClass:className.includes(removeClass))})).join(" ")}exports.removeClassName=removeClassName;try{removeClassName.displayName="removeClassName",removeClassName.__docgenInfo={description:"remove className from element, default will not scan child nodes, if you want to scan child nodes, set `scanChildren` to `true`.",displayName:"removeClassName",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/utils/removeClassName.tsx#removeClassName"]={docgenInfo:removeClassName.__docgenInfo,name:"removeClassName",path:"packages/juno-core/src/foundation/utils/removeClassName.tsx#removeClassName"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/utils/selectionHandler.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var getRefElement_1=__webpack_require__("./packages/juno-core/src/foundation/utils/getRefElement.ts");exports.getSelectionPosition=function getSelectionPosition(sourceTarget){var input=getRefElement_1.getRefElement(sourceTarget),currentPosition=null==input?void 0:input.selectionStart,currentPositionEnd=null==input?void 0:input.selectionEnd;return{isSelectRange:currentPosition!==currentPositionEnd,position:{start:currentPosition||0,end:currentPositionEnd||0}}},exports.setSelectionPosition=function setSelectionPosition(target,options){var elm=getRefElement_1.getRefElement(target);elm&&null!==options.start&&null!==options.end&&(options.scrollIntoView&&elm.blur(),elm.setSelectionRange(options.start,options.end,options.direction),options.scrollIntoView&&elm.focus())},exports.clearWindowSelection=function clearWindowSelection(){var _a,_b;if(window.getSelection){var selection=window.getSelection();selection&&(null===(_a=selection.empty)||void 0===_a||_a.call(selection),null===(_b=selection.removeAllRanges)||void 0===_b||_b.call(selection))}}},"./packages/juno-core/src/foundation/utils/shallowEqual.ts":(__unused_webpack_module,exports)=>{"use strict";function is(x,y){return x===y?0!==x||1/x==1/y:Number.isNaN(x)&&Number.isNaN(y)}Object.defineProperty(exports,"__esModule",{value:!0});var hasOwnProperty=Object.prototype.hasOwnProperty;exports.shallowEqual=function shallowEqual(objA,objB){if(is(objA,objB))return!0;if("object"!=typeof objA||null===objA||"object"!=typeof objB||null===objB)return!1;var keysA=Object.keys(objA),keysB=Object.keys(objB);if(keysA.length!==keysB.length)return!1;for(var i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.pxToNumber=function(style){return void 0===style&&(style=""),parseFloat(style)}},"./packages/juno-core/src/foundation/utils/swapArrayLocs.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.swapArrayLocs=function(arr,index1,index2){var temp=arr[index1];return arr[index1]=arr[index2],arr[index2]=temp,arr}},"./packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./node_modules/tslib/tslib.es6.js"),__webpack_require__("./node_modules/react/index.js"),__webpack_require__("./packages/juno-core/src/foundation/config.ts");exports.logInDev=function logInDev(args,cb){0},exports.useDeprecatedLog=function(){for(var args=[],_i=0;_i string"}},toLocaleString:{defaultValue:null,description:"Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",name:"toLocaleString",required:!1,type:{name:"() => string"}},pop:{defaultValue:null,description:"Removes the last element from an array and returns it.",name:"pop",required:!0,type:{name:"() => Function | ShowDeprecatedArgs | undefined"}},push:{defaultValue:null,description:"Appends new elements to an array, and returns the new length of the array.\n@param",name:"push",required:!0,type:{name:"(...items: (Function | ShowDeprecatedArgs | undefined)[]) => number"}},concat:{defaultValue:null,description:"Combines two or more arrays.\nCombines two or more arrays.\n@param \n@param",name:"concat",required:!0,type:{name:"{ (...items: ConcatArray[]): (Function | ShowDeprecatedArgs | undefined)[]; (...items: (Function | ... 2 more ... | undefined)[]): (Function | ... 1 more ... | undefined)[]; }"}},join:{defaultValue:null,description:"Adds all the elements of an array separated by the specified separator string.\n@param",name:"join",required:!0,type:{name:"(separator?: string | undefined) => string"}},reverse:{defaultValue:null,description:"Reverses the elements in an Array.",name:"reverse",required:!0,type:{name:"() => (Function | ShowDeprecatedArgs | undefined)[]"}},shift:{defaultValue:null,description:"Removes the first element from an array and returns it.",name:"shift",required:!0,type:{name:"() => Function | ShowDeprecatedArgs | undefined"}},slice:{defaultValue:null,description:"Returns a section of an array.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => (Function | ShowDeprecatedArgs | undefined)[]"}},sort:{defaultValue:null,description:"Sorts an array.\n@param",name:"sort",required:!0,type:{name:"(compareFn?: ((a: Function | ShowDeprecatedArgs | undefined, b: Function | ShowDeprecatedArgs | undefined) => number) | undefined) => [...]"}},splice:{defaultValue:null,description:"Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\nRemoves elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\n@param \n@param \n@param \n@param \n@param",name:"splice",required:!0,type:{name:"{ (start: number, deleteCount?: number | undefined): (Function | ShowDeprecatedArgs | undefined)[]; (start: number, deleteCount: number, ...items: (Function | ShowDeprecatedArgs | undefined)[]): (Function | ... 1 more ... | undefined)[]; }"}},unshift:{defaultValue:null,description:"Inserts new elements at the start of an array.\n@param",name:"unshift",required:!0,type:{name:"(...items: (Function | ShowDeprecatedArgs | undefined)[]) => number"}},indexOf:{defaultValue:null,description:"Returns the index of the first occurrence of a value in an array.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchElement: Function | ShowDeprecatedArgs | undefined, fromIndex?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the index of the last occurrence of a specified value in an array.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchElement: Function | ShowDeprecatedArgs | undefined, fromIndex?: number | undefined) => number"}},every:{defaultValue:null,description:"Determines whether all the members of an array satisfy the specified test.\n@param \n@param",name:"every",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => unknown, thisArg?: any) => boolean"}},some:{defaultValue:null,description:"Determines whether the specified callback function returns true for any element of an array.\n@param \n@param",name:"some",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => unknown, thisArg?: any) => boolean"}},forEach:{defaultValue:null,description:"Performs the specified action for each element in an array.\n@param \n@param",name:"forEach",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => void, thisArg?: any) => void"}},map:{defaultValue:null,description:"Calls a defined callback function on each element of an array, and returns an array that contains the results.\n@param \n@param",name:"map",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => U, thisArg?: any) => U[]"}},filter:{defaultValue:null,description:"Returns the elements of an array that meet the condition specified in a callback function.\nReturns the elements of an array that meet the condition specified in a callback function.\n@param \n@param \n@param \n@param",name:"filter",required:!0,type:{name:"{ (callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ... 1 more ... | undefined)[]) => value is S, thisArg?: any): S[]; (callbackfn: (value: Function | ... 1 more ... | undefined, index: number, array: (Function | ......"}},reduce:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduce",required:!0,type:{name:"{ (callbackfn: (previousValue: Function | ShowDeprecatedArgs | undefined, currentValue: Function | ShowDeprecatedArgs | undefined, currentIndex: number, array: (Function | ... 1 more ... | undefined)[]) => Function | ... 1 more ... | undefined): Function | ... 1 more ... | undefined; (callbackfn: (previousValue: Fun..."}},reduceRight:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduceRight",required:!0,type:{name:"{ (callbackfn: (previousValue: Function | ShowDeprecatedArgs | undefined, currentValue: Function | ShowDeprecatedArgs | undefined, currentIndex: number, array: (Function | ... 1 more ... | undefined)[]) => Function | ... 1 more ... | undefined): Function | ... 1 more ... | undefined; (callbackfn: (previousValue: Fun..."}},find:{defaultValue:null,description:"Returns the value of the first element in the array where predicate is true, and undefined\notherwise.\n@param \n@param",name:"find",required:!0,type:{name:"{ (predicate: (this: void, value: Function | ShowDeprecatedArgs | undefined, index: number, obj: (Function | ... 1 more ... | undefined)[]) => value is S, thisArg?: any): S | undefined; (predicate: (value: Function | ... 1 more ... | undefined, index: number, obj:..."}},findIndex:{defaultValue:null,description:"Returns the index of the first element in the array where predicate is true, and -1\notherwise.\n@param \n@param",name:"findIndex",required:!0,type:{name:"(predicate: (value: Function | ShowDeprecatedArgs | undefined, index: number, obj: (Function | ShowDeprecatedArgs | undefined)[]) => unknown, thisArg?: any) => number"}},fill:{defaultValue:null,description:"Returns the this object after filling the section identified by start and end with value\n@param \n@param \n@param",name:"fill",required:!0,type:{name:"(value: Function | ShowDeprecatedArgs | undefined, start?: number | undefined, end?: number | undefined) => [ShowDeprecatedArgs, (Function | undefined)?]"}},copyWithin:{defaultValue:null,description:"Returns the this object after copying a section of the array identified by start and end\nto the same array starting at position target\n@param \n@param \n@param",name:"copyWithin",required:!0,type:{name:"(target: number, start: number, end?: number | undefined) => [ShowDeprecatedArgs, (Function | undefined)?]"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},entries:{defaultValue:null,description:"Returns an iterable of key, value pairs for every entry in the array",name:"entries",required:!0,type:{name:"() => IterableIterator<[number, Function | ShowDeprecatedArgs | undefined]>"}},keys:{defaultValue:null,description:"Returns an iterable of keys in the array",name:"keys",required:!0,type:{name:"() => IterableIterator"}},values:{defaultValue:null,description:"Returns an iterable of values in the array",name:"values",required:!0,type:{name:"() => IterableIterator"}},"__@unscopables":{defaultValue:null,description:"Returns an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",name:"__@unscopables",required:!0,type:{name:"() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }"}},includes:{defaultValue:null,description:"Determines whether an array includes a certain element, returning true or false as appropriate.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchElement: Function | ShowDeprecatedArgs | undefined, fromIndex?: number | undefined) => boolean"}},flatMap:{defaultValue:null,description:"Calls a defined callback function on each element of an array. Then, flattens the result into\na new array.\nThis is identical to a map followed by flat with depth 1.\n@param \n@param",name:"flatMap",required:!0,type:{name:"(callback: (this: This, value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => U | readonly U[], thisArg?: This | undefined) => U[]"}},flat:{defaultValue:null,description:"Returns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth. If no depth is provided, flat method defaults to the depth of 1.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"flat",required:!0,type:{name:"{ (this: U[][][][][][][][], depth: 7): U[]; (this: U[][][][][][][], depth: 6): U[]; (this: U[][][][][][], depth: 5): U[]; (this: U[][][][][], depth: 4): U[]; (this: U[][][][], depth: 3): U[]; (this: U[][][], depth: 2): U[]; (this: U[][], depth?: 1 | undefined): U[]; (this: U[], depth: 0): U[]..."}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => Function | ShowDeprecatedArgs | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx#useDeprecatedLog"]={docgenInfo:useDeprecatedLog.__docgenInfo,name:"useDeprecatedLog",path:"packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx#useDeprecatedLog"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/index.ts"),exports)},"./packages/juno-icon/devUtils/iconSymbol.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default='\n'},"./packages/juno-icon/devUtils/svgToComponentMapping.ts":module=>{module.exports={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",HomeBorder:"home_border",IdBorder:"ID_border",WorkflowOutlined:"workflow-outlined",WorkflowFilled:"workflow-filled",ViewInConversationThread:"view-in-conversation-thread",RecordingInsights:"recording-insights",KeypadOffSp:"keypad-off_sp",Disposition:"Disposition",AiIndicator:"ai-indicator",TakeNotes:"take-notes",Regenerate:"regenerate",AiSmartNotesSp:"ai-smart-notes_sp",ImproveWithAi:"improve-with-ai",SupportCase:"support-case",WhatsNew:"whats-new",SmartCompose:"smart-compose",SmartSummary:"smart-summary",AiWritingOptions:"ai-writing-options",ChangeLength:"change-length",Translate:"translate",Export:"export",MissedCallDnd:"missed-call-dnd",CameraFilled:"camera-filled",CameraOutlined:"camera-outlined",MarkReplyAsUnread:"mark-reply-as-unread",AiSmartNotes:"ai-smart-notes",SmsTemplate:"sms-template",AiSparkles:"ai-sparkles",SharedDirectory:"shared-directory",ReportAnIssueAlternative:"report-an-issue-alternative",Transcribe:"transcribe",ControlRoom:"control-room",PersonalMeeting:"personal-meeting",Globe:"globe",Swap:"swap",PaymentMethod:"payment-method",AdditionalNumbers:"additional-numbers",Bundle:"bundle",PurchaseCart:"purchase-cart",Device:"device",PushToTalk:"push-to-talk",MarkAsReadBorder:"mark-as-read_border",Update:"update",Conversion:"conversion",Category:"category",ThreadReplySnackbar:"thread-reply-snackbar",Reminder:"reminder",ReminderBorder:"reminder_border",AvatarDelegatedLines:"avatar-delegated-lines",ThreadReply:"thread-reply",StopSp:"stop_sp",CcLSp:"cc_l_sp",HideSp:"hide_sp",ParkedCallBorder:"parked-call_border",Salesforce:"salesforce",PivotalTracker:"pivotal-tracker",Crashlytics:"crashlytics",Airbrake:"airbrake",Hangouts:"hangouts",Zapier:"zapier",Trello:"trello",Stripe:"stripe",Mailchimp:"mailchimp",Harvest:"harvest",Glipwebhooks:"glipwebhooks",Donedone:"donedone",Pagerduty:"pagerduty",Bitbucket:"bitbucket",Asana:"asana",Github:"github",Zendesk:"zendesk",Jira:"jira",NoAudioSp:"no-audio_sp",AskfirstSp:"askfirst_sp",HangUpSp:"hang-up_sp",LeaveSp:"leave_sp",WhisperSp:"whisper_sp",BargeSp:"barge_sp",TakeOverSp:"take-over_sp",ExpandSp:"expand_sp",Ringsense:"ringsense",TransciptSp:"transcipt_sp",HoldSp:"hold_sp",VideoMeetingSp:"video_meeting_sp",E2EeSp:"e2ee_sp",FlipSp:"flip_sp",TransferCallSp:"transfer-call_sp",ParkCallSp:"park-call_sp",CcSp:"cc_sp",RecordSp:"record_sp",RecTransciptSp:"rec-transcipt_sp",CallAddSp:"call-add_sp",AudioLowSp:"audio-low_sp",AudioSp:"audio_sp",CallMoreSp:"call-more_sp",KeypadSp:"keypad_sp",MicOffSp:"mic-off_sp",MicSp:"mic_sp",FontSize:"font-size",RemoveMemberBorder:"remove-member_border",Compose:"compose",Callrail:"callrail",CallrailBorder:"callrail_border",TxtBorder:"txt_border",MicrosoftTeams2019:"microsoft-teams-2019",PdfBorder:"pdf_border",GoogleChromeLogo:"google-chrome-logo",ExternalLinkGlobal:"external-link-global",ReportAnIssue:"report-an-issue",DeskphonePairingInfo:"deskphone-pairing-info",Deskphone:"deskphone",RcApp:"rc-app",RcLogo:"rc-logo",WhatIsNew:"what-is-new",CalendarDay:"calendar-day",CalendarWeek:"calendar-week",CalendarMonth:"calendar-month",Features:"features",Folder:"folder",FolderBorder:"folder_border",Recent:"recent",AdvancedSetting:"advanced-setting",Billing:"billing",AddFolderBorder:"add-folder_border",PinWindow:"pin-window",PopIn:"pop-in",PopOut:"pop-out",Whiteboard:"whiteboard",Notes:"notes",Summary:"summary",Transcript:"transcript",Chat:"chat",Highlight:"highlight",Calls:"calls",CallsBorder:"calls_border",PhoneInbox:"phone-inbox",PhoneInboxBorder:"phone-inbox_border",TranscriptBottom:"transcript_bottom",ListBulletL:"list-bullet_l",GoogleBusiness:"google-business",Yelp:"yelp",SwitchboardBorder:"switchboard_border",Switchboard:"switchboard",Scan:"scan",PhoneS:"phone_s",SortMessage:"sort-message",Welcome:"welcome",CompanyLineBorder:"company-line_border",DirectLineBorder:"direct-line_border",ExtensionLineBorder:"extension-line_border",HudBorder:"hud_border",DialerS:"dialer_s",EngageBorder:"engage_border",EngageDigitalBorder:"engage-digital_border",RcCcBorder:"rc-cc_border",RcLogoChatbot:"RC-logo-chatbot",Country:"Country",RbnOff:"rbn-off",RbnOn:"rbn-on",AddTextLog:"Add-text-log",SelectMore:"Select-more",FacebookShareNumberIcon:"facebook-share-number-icon",JumpTo:"Jump-to",TodayCalendarIco:"today-calendar-ico",HybridContact:"hybrid-contact",AppsInstalled:"apps-installed",AppsDevelopers:"apps-developers",AppsCategories:"apps-categories",AppsDiscovery:"apps-discovery",AppsProduct:"apps-product",Shield:"shield",MicrosoftExchangeServerLogoWine:"Microsoft_Exchange_Server_Logo_wine",RecordBorder:"record_border",VoicemailBorder:"voicemail_border",Customize:"customize",ParkLocationFull:"park-location-full",ParkLocation:"park-location",Mobile:"mobile",Ar:"ar",CallQueue:"Call-queue",Limited:"Limited",Message:"Message",Paging:"Paging",SharedLine:"Shared-line",Announcement:"Announcement",AvatarRooms:"avatar_rooms",PollBorder:"poll_border",Poll:"poll",Description:"Description",Info:"info",InProgress:"in-progress",Gmail:"gmail",CustomizeTabs:"customize-tabs",Connect:"connect",ViewLogBorder:"view-log_border",AppleLogo:"apple-logo",LeaveMeeting:"leave-meeting",Warning:"warning",RcBlog:"rc_blog",RcHelp:"rc_help",Hd:"hd",GdriveLogo:"gdrive-logo",WebinarBorder:"webinar_border",Webinar:"webinar",AddParkLocation:"add-park-location",ParkCallText:"park-call-text",ParkCallMessage:"park-call-message",ParkCall:"park-call",Expand:"expand",RollAp:"roll-ap",DownwardsArrowWithTipRightwards:"downwards-arrow-with-tip-rightwards",DeletedFileD:"deleted_file_D",MicrosoftLogoDisabled:"microsoft-logo-disabled",GoogleLogoDisabled:"google-logo-disabled",AddNewFolder:"add_new_folder",Foldercreated:"foldercreated",JoinAudioPoc:"join-audio-poc",SmsInviteBorder:"sms_invite_border",Advanced:"advanced",OuboundCallOnBehalf:"oubound_call_on_behalf",InboundCallOnBehalf:"inbound_call_on_behalf",CallOnBehalf:"call_on_behalf",AddReactions:"add-reactions",AddEmojiMore:"add-emoji-more",RcvMicOff:"rcv_mic-off",RcvVideocamOff:"rcv_videocam-off",Whisper:"whisper",Barge:"barge",TakeOver:"take_over",MonitorCall:"monitor_call",PickUpCall:"pick_up_call",Help:"help",HelpBorder:"help_border",OpenFolder:"open-folder",WatchVideo:"watch-video",GoodConnection:"good-connection",NoConnection:"no-connection",PoorConnection:"poor-connection",WeakConnection:"weak-connection",DeletedFile:"deleted_file",DragableArea:"dragable_area",DockBorder:"dock_border",Undock:"undock",UndockBorder:"undock_border",Hud:"HUD",CompanySetup:"Company-setup",CompanySetupBorder:"Company-setup_border",DefaultBoxD:"default-box-D",DefaultGdriveD:"default-gdrive-D",MacNumbersD:"mac-numbers-D",MacKeynoteD:"mac-keynote-D",MacPagesD:"mac-pages-D",GoogleDocD:"google-doc-D",GoogleSlideD:"google-slide-D",GoogleSheetD:"google-sheet-D",DefaultVideoD:"default-video-D",GifFileD:"gif-file-D",ZipD:"zip-D",DefaultFileD:"default-file-D",ImageBrokenD:"image-broken-D",ExcelD:"excel-D",PdfD:"pdf-D",PptD:"ppt-D",DocD:"doc-D",DefaultMusicD:"default-music-D",ImagePreviewD:"image-preview-D",CodeSnippets:"code_snippets",Theme:"theme",RcCloudContact:"rc_cloud_contact",PartnerCloudContact:"partner_cloud_contact",StartMeeting:"start_meeting",ScheduleMeeting:"schedule_meeting",JoinMeeting:"join_meeting",VideoAndMessage:"video_and_message",ScreenshareBorder:"screenshare_border",Screenshare:"screenshare",SmsDefault:"sms-default",TeamDefault:"team-default",GroupDefault:"group-default",UserDefault:"user-default",SendFilled:"send_filled",CloudContact:"cloud_contact",Nickname:"nickname",Birthday:"birthday",Address:"address",Apps:"apps",Department:"department",AddField:"add_field",RemoveField:"remove_field",ContactsAndCalendars:"contacts_and_calendars",Text:"text",RcContact:"rc_contact",Ical:"ical",GoogleLogo:"google-logo",MicrosoftLogo:"microsoft-logo",NewEmail:"New-email",VideoMeeting:"video_meeting",Sort:"sort",Radio:"radio",RadioUnselect:"radio_unselect",AddTask:"add-task",AddEvent:"add-event",HideBorder:"hide_border",WorkspaceBorder:"workspace_border",Workspace:"workspace",NewNote:"new-note",NewFile:"new-file",ForwardingBorder:"forwarding_border",Forwarding:"forwarding",AddIntegration:"add-integration",ListView:"list-view",ResendFax:"resend-fax",AudioLow:"audio-low",NoAudio:"no-audio",Audio:"audio",NewFax:"new-fax",Fax:"fax",FaxBorder:"fax_border",FailedFax:"failed-fax",FailedFaxBorder:"failed-fax_border",InboundFaxBorder:"inbound-fax_border",InboundFax:"inbound-fax",OutboundFaxBorder:"outbound-fax_border",OutboundFax:"outbound-fax",StopCircleBorder:"stop_circle_border",StopCircle:"stop_circle",Stop:"stop",StopBorder:"stop_border",PlayCircle:"play_circle",PlayCircleBorder:"play_circle_border",Play:"play",PlayBorder:"play_border",PauseCircle:"pause_circle",PauseCircleBorder:"pause_circle_border",Pause:"pause",PauseBorder:"pause_border",AlignCenter:"align-center",AlignJustify:"align-justify",AlignLeft:"align-left",AlignRight:"align-right",Bold:"bold",Italic:"italic",Underline:"underline",Strike:"strike",Indent:"indent",Outdent:"outdent",InsertCode:"insert-code",InsertImage:"insert-image",InsertLink:"insert-link",InsertTable:"insert-table",InsertVideo:"insert-video",FontColor:"font-color",HorizontalLine:"horizontal-line",ListBullet:"list-bullet",ListOrdered:"list-ordered",Sharepoint:"sharepoint",Box:"box",Evernote:"evernote",Dropbox:"dropbox",Google:"google",Onedrive:"onedrive",GifFile:"gif-file",MacPages:"mac-pages",MacNumbers:"mac-numbers",MacKeynote:"mac-keynote",GoogleDoc:"google-doc",GoogleSheet:"google-sheet",GoogleSlide:"google-slide",DefaultGdrive:"default-gdrive",DefaultBox:"default-box",DefaultFile:"default-file",DefaultMusic:"default-music",DefaultVideo:"default-video",Zip:"zip",Doc:"doc",Excel:"excel",Pdf:"pdf",Ppt:"ppt",GoogleCalendar2019:"google-calendar-2019",MicrosoftOutlook2019:"microsoft-outlook-2019",EndAnswer:"end--answer",HoldAnswer:"hold-answer",MarkerS:"marker_s",MarkerM:"marker_m",StopRecord:"stop-record",ImagePreview:"image-preview",ImageBroken:"image-broken",AdminBorder:"admin_border",Admin:"admin",AddTeamBorder:"add-team_border",AddTeam:"add-team",TeamBorder:"team_border",Team:"team",MemberBorder:"member_border",People:"people",AddMemberBorder:"add-member_border",AddMember:"add-member",ContactsBorder:"contacts_border",Contacts:"contacts",Asterisk:"asterisk",Hash:"hash",Transcription:"transcription",Comments:"comments",Quote:"quote",ChatBubble:"chat_bubble",Dial:"dial",Deletenumber:"deletenumber",ActiveCall:"active-call",Merge:"merge",Record:"record",Keypad:"keypad",Dialer:"dialer",Hold:"hold",CallAdd:"call-add",Ignore:"ignore",CallMore:"call-more",HandUp:"hand-up",Voicemail:"voicemail",Askfirst:"askfirst",Signal0:"signal-0",Signal1:"signal-1",Signal2:"signal-2",Signal3:"signal-3",MicBorder:"mic_border",Mic:"mic",MicOffBorder:"mic-off_border",MicOff:"mic-off",BubbleLinesBorder:"bubble_lines_border",BubbleLines:"bubble_lines",VideocamBorder:"videocam_border",Videocam:"videocam",VideocamOffBorder:"videocam-off_border",VideocamOff:"videocam-off",PhoneBorder:"phone_border",Phone:"phone",PhoneOffBorder:"phone-off_border",PhoneOff:"phone-off",TransferCallBorder:"transfer_call_border",IncallBorder:"incall_border",HoldcallBorder:"holdcall_border",ActivecallBorder:"activecall_border",Incall:"incall",OutcallBorder:"outcall_border",Outcall:"outcall",MissedcallBorder:"missedcall_border",Missedcall:"missedcall",Forwardcall:"forwardcall",CallList:"call-list",TransferCall:"transfer-call",ArrowUp:"arrow-up",ArrowDown:"arrow-down",ArrowLeft:"arrow-left",ArrowRight1:"arrow_right1",ArrowDown2:"arrow_down",ArrowLeft2:"arrow_left",ArrowRight:"arrow_right",ArrowUp2:"arrow_up",ChevronLeft:"chevron_left",ChevronRight:"chevron_right",DoubleChevronLeft:"double-chevron_left",DoubleChevronRight:"double-chevron_right",Previous:"previous",Forward:"forward",JumpToLatest:"jump-to-latest",JumpToUnread:"jump-to-unread",UnfoldLess:"unfold_less",UnfoldMore:"unfold_more",FileBorder:"file_border",File:"file",BookmarkBorder:"bookmark_border",Bookmark:"bookmark",StarBorder:"star_border",Star:"star",NotificationBorder:"notification_border",Notification:"notification",MuteNotificationBorder:"mute-notification_border",MuteNotification:"mute-notification",ThumbupBorder:"thumbup_border",Thumbup:"thumbup",Unpin:"unpin",UnpinSlash:"unpin-slash",Pin:"pin",Close:"close",DeleteCircle:"delete_circle",SettingsBorder:"settings_border",Settings:"settings",NoteBorder:"note_border",Note:"note",TaskNewBorder:"task-new_border",TaskNew:"task-new",EventNewBorder:"event-new_border",EventNew:"event-new",DashboardBorder:"dashboard_border",Dashboard:"dashboard",Unselect:"unselect",Indeterminate:"indeterminate",Selects:"selects",Unlock:"unlock",LockBorder:"lock_border",Lock:"lock",AddBorder:"add_border",Add:"add",RemoveBorder:"remove_border",Remove:"remove",ViewBorder:"view_border",View:"view",Blocked:"blocked",Unblocked:"unblocked",Read:"read",Unread:"unread",ShortcutBorder:"shortcut_border",Shortcut:"shortcut",TimeBorder:"time_border",Time:"time",DateBorder:"date_border",Date:"date",MentionBorder:"mention_border",Mention:"mention",AnalyticsBorder:"analytics_border",Analytics:"analytics",LocationBorder:"location_border",Location:"location",ConferenceBorder:"conference_border",Conference:"conference",DefaultIntegrationBorder:"default-integration_border",DefaultIntegration:"default-integration",SmsBorder:"sms_border",Sms:"sms",Check:"check",Computer:"computer",Copy:"copy",Delete:"delete",Logout:"Logout",Archive:"archive",Download:"download",Draft:"draft",Edit:"edit",NonEdit:"non-edit",Email:"email",Gif:"gif",ExternalLink:"external_link",Filter:"filter",Inbox:"inbox",InfoBorder:"info_border",Leave:"leave",Login:"login",MoreHoriz:"more_horiz",MoreVert:"more_vert",Refresh:"refresh",Repeat:"repeat",Reply:"reply",ResetZoom:"reset-zoom",SaveDraft:"save-draft",Send:"send",Share:"share",SpeakerDown:"speaker-down",SpeakerMute:"speaker-mute",SpeakerUp:"speaker-up",Webpage:"webpage",Work:"work",ZoomIn:"zoom-in",ZoomOut:"zoom-out",Search:"search",SearchNav:"search_nav",NewAction:"new-action",DefaultTeamAvatar:"default-team-avatar",Minimize:"minimize",Schedule:"schedule",Join:"join",Start:"start",Feedback:"feedback",DefaultGroupAvatar:"default-group-avatar",DefaultAvatar:"default-avatar",Assignment:"assignment",ItemListSelected:"item-list-selected",ChangeTone:"change-tone",RichTextEditor:"rich_text_editor",Attachment:"attachment",Emoji:"emoji"}},"./packages/juno-icon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-icon/src/index.tsx"),exports)},"./packages/juno-icon/src/0.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon0=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16 7c.489 0 .948.09 1.376.271s.8.456 1.114.827c.314.371.562.839.744 1.405s.273 1.234.273 2.004c0 .771-.091 1.438-.273 2.001s-.43 1.03-.744 1.399-.685.643-1.114.824-.887.27-1.376.27c-.494 0-.952-.09-1.376-.271s-.793-.455-1.107-.824c-.314-.369-.561-.835-.74-1.399s-.269-1.231-.269-2.001c0-.771.09-1.439.269-2.004s.426-1.034.74-1.405.683-.646 1.107-.827.883-.271 1.376-.271zm0 .928c-.296 0-.581.06-.855.181s-.514.321-.72.599c-.206.279-.371.646-.495 1.103s-.185 1.021-.185 1.694c0 .672.062 1.236.185 1.691s.288.822.495 1.1c.206.279.446.478.72.599s.559.181.855.181c.296 0 .581-.06.855-.181s.515-.321.724-.599c.209-.279.375-.646.498-1.1s.185-1.018.185-1.691c0-.672-.062-1.237-.185-1.694s-.289-.825-.498-1.103c-.209-.279-.45-.478-.724-.599s-.559-.181-.855-.181z"}),React.createElement("path",{fill:"#9e9e9e",d:"M16.198 20.583v1.471H17.6v.465h-1.402V24h-.503v-1.481H14.3v-.465h1.395v-1.471z"}))})));Icon0.displayName="Icon0",Icon0.iconName="0",exports.default=Icon0},"./packages/juno-icon/src/1.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon1=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.498 15.148h1.805V9.025c0-.184.006-.37.018-.558L13.82 9.84c-.039.033-.078.057-.117.072a.308.308 0 0 1-.269-.019.292.292 0 0 1-.105-.097l-.328-.483L15.498 7h.85v8.148h1.653V16h-4.502v-.852z"}))})));Icon1.displayName="Icon1",Icon1.iconName="1",exports.default=Icon1},"./packages/juno-icon/src/2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16.119 7c.381 0 .736.056 1.067.168s.616.274.857.488c.241.213.43.473.568.779s.207.654.207 1.043c0 .331-.05.638-.151.919s-.236.552-.408.811a6.033 6.033 0 0 1-.593.752c-.149.162-.305.325-.466.491l-2.613 2.648c.167-.046.337-.082.508-.109s.337-.04.496-.04h3.013c.121 0 .218.035.289.106s.107.162.107.273V16h-6v-.379a.647.647 0 0 1 .201-.472l2.881-2.863c.238-.24.456-.471.653-.693s.365-.444.505-.668c.14-.224.248-.45.323-.68s.113-.475.113-.736-.042-.49-.126-.686a1.35 1.35 0 0 0-.86-.777 2.039 2.039 0 0 0-.634-.096c-.226 0-.435.033-.628.099a1.687 1.687 0 0 0-.888.695 1.62 1.62 0 0 0-.217.534c-.033.12-.084.207-.151.261s-.155.081-.264.081l-.066-.003a1.577 1.577 0 0 1-.078-.009l-.584-.099c.059-.406.172-.765.339-1.078s.38-.575.637-.786c.257-.211.552-.372.885-.481s.691-.165 1.076-.165z"}),React.createElement("path",{fill:"#9e9e9e",d:"M14.357 24h-.375c-.043 0-.078-.011-.105-.032s-.047-.049-.06-.082l-.335-.865h-1.607l-.335.865c-.012.03-.032.057-.06.08s-.063.035-.105.035H11l1.433-3.582h.492l1.433 3.582zm-2.347-1.33h1.338l-.563-1.457a2.72 2.72 0 0 1-.107-.337l-.054.189-.051.151-.563 1.455zm2.8 1.33v-3.582h1.143c.22 0 .41.022.569.065s.29.105.392.185c.102.08.178.178.227.294s.074.246.074.391c0 .088-.014.173-.041.255s-.069.157-.125.227c-.056.07-.126.133-.21.188s-.183.1-.296.135c.262.052.459.146.593.282s.2.317.2.54c0 .152-.028.29-.084.415s-.137.233-.245.323c-.108.09-.239.16-.395.209s-.334.074-.534.074H14.81zm.485-1.633v1.247h.775c.138 0 .257-.016.356-.047s.181-.076.245-.134c.064-.058.111-.126.141-.205s.045-.166.045-.261c0-.185-.065-.331-.196-.439s-.329-.161-.594-.161h-.773zm0-.344h.64c.137 0 .255-.015.355-.045s.183-.072.249-.125c.066-.053.115-.118.146-.194s.047-.159.047-.249c0-.21-.063-.364-.19-.462s-.323-.148-.59-.148h-.658v1.223zm5.275 1.237c.027 0 .051.011.073.032l.19.207c-.147.17-.325.302-.534.398s-.461.142-.756.142c-.258 0-.492-.045-.703-.134s-.389-.214-.538-.375c-.148-.161-.263-.354-.345-.579s-.122-.473-.122-.742c0-.27.044-.517.131-.742s.21-.418.369-.58c.158-.162.348-.287.569-.376s.465-.134.731-.134c.263 0 .49.041.681.122s.36.192.509.332l-.157.223c-.012.017-.025.03-.04.041s-.037.016-.065.016a.125.125 0 0 1-.069-.024l-.086-.059c-.033-.023-.073-.048-.117-.075s-.098-.052-.16-.075a1.373 1.373 0 0 0-.497-.083c-.192 0-.367.033-.526.099a1.19 1.19 0 0 0-.68.726 1.7 1.7 0 0 0-.096.587c0 .223.032.422.096.598s.152.323.262.444c.111.121.242.213.394.276s.315.095.49.095c.107 0 .203-.006.288-.019s.164-.032.236-.059c.073-.027.14-.06.203-.101l.094-.067.095-.079c.028-.025.056-.038.082-.038z"}))})));Icon2.displayName="Icon2",Icon2.iconName="2",exports.default=Icon2},"./packages/juno-icon/src/3.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon3=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16.193 7c.378 0 .728.053 1.048.16s.596.258.826.455c.231.197.411.434.54.713s.193.588.193.928c0 .278-.036.527-.109.746a1.802 1.802 0 0 1-.802.998 2.721 2.721 0 0 1-.642.276c.582.152 1.02.405 1.313.762s.44.803.44 1.339c0 .405-.078.77-.234 1.094s-.369.599-.639.826c-.27.227-.585.401-.945.522s-.745.181-1.157.181c-.474 0-.879-.058-1.216-.175s-.622-.277-.854-.482c-.233-.205-.424-.447-.574-.728s-.277-.585-.38-.912l.474-.197a.666.666 0 0 1 .262-.055c.083 0 .157.017.221.052a.31.31 0 0 1 .108.096l.051.093.037.085c.058.119.129.253.212.402s.195.29.337.421c.141.131.317.242.527.332s.471.135.783.135c.312 0 .585-.05.82-.15s.43-.23.586-.39a1.637 1.637 0 0 0 .471-1.118c0-.238-.032-.455-.097-.651s-.181-.367-.349-.51c-.168-.143-.401-.256-.699-.338s-.679-.123-1.145-.123v-.793c.378-.004.702-.045.97-.123s.488-.184.658-.319c.17-.135.294-.297.371-.485s.115-.397.115-.627c0-.254-.041-.475-.122-.663s-.192-.344-.334-.467c-.141-.123-.309-.215-.502-.276s-.402-.092-.627-.092c-.225 0-.432.033-.624.098s-.361.157-.508.273c-.148.117-.271.256-.371.418s-.175.337-.225.525c-.033.119-.083.205-.15.258s-.152.08-.256.08l-.066-.003a1.577 1.577 0 0 1-.078-.009l-.58-.098c.058-.401.17-.757.337-1.066s.377-.568.633-.777c.256-.209.549-.368.879-.476s.687-.163 1.07-.163z"}),React.createElement("path",{fill:"#9e9e9e",d:"M14.54 22.21c0 .268-.043.512-.127.733s-.205.408-.36.565c-.155.157-.341.278-.557.364s-.457.129-.72.129h-1.34v-3.582h1.34c.263 0 .503.043.72.129a1.587 1.587 0 0 1 .917.931c.085.22.127.464.127.733zm-.497 0c0-.22-.03-.417-.09-.59s-.145-.32-.255-.44c-.11-.12-.243-.212-.4-.275s-.331-.095-.523-.095h-.852v2.797h.852c.192 0 .366-.032.523-.095s.29-.155.4-.274c.11-.119.195-.265.255-.439s.09-.37.09-.59zm3.364-1.792v.395h-1.72v1.19h1.393v.38h-1.393v1.223h1.72v.395H15.2v-3.582h2.207zm2.906 0v.395h-1.72v1.253h1.47v.395h-1.47v1.54h-.488v-3.582h2.207z"}))})));Icon3.displayName="Icon3",Icon3.iconName="3",exports.default=Icon3},"./packages/juno-icon/src/4.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon4=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M17.594 7v5.753H19v.641c0 .067-.021.124-.062.17s-.105.069-.191.069h-1.154v2.368h-1.018v-2.368h-4.116c-.086 0-.161-.024-.224-.072s-.103-.108-.12-.179l-.117-.572 4.518-5.809h1.076zm-.966 1.3-3.377 4.453h3.325V9.041c0-.109.003-.226.01-.352l.015-.192.027-.198z"}),React.createElement("path",{fill:"#9e9e9e",d:"M13.607 23.648c.097 0 .185-.005.266-.014a1.728 1.728 0 0 0 .432-.107c.064-.026.127-.055.19-.089v-.79h-.555c-.032 0-.057-.009-.076-.027s-.029-.041-.029-.067v-.275h1.1v1.375a1.883 1.883 0 0 1-.594.291c-.111.032-.23.057-.356.073s-.264.024-.412.024c-.26 0-.498-.045-.715-.134a1.642 1.642 0 0 1-.926-.954 2.044 2.044 0 0 1-.131-.742c0-.273.043-.523.129-.747s.208-.418.367-.579c.159-.161.352-.285.578-.374s.479-.133.759-.133c.142 0 .273.01.395.031s.235.051.339.09a1.651 1.651 0 0 1 .537.331l-.137.22c-.028.045-.065.067-.11.067a.181.181 0 0 1-.088-.027l-.14-.085c-.052-.033-.115-.065-.189-.096a1.545 1.545 0 0 0-.621-.111c-.202 0-.384.033-.547.099a1.17 1.17 0 0 0-.683.727 1.74 1.74 0 0 0-.092.586c0 .227.032.429.096.606s.155.328.271.451c.117.123.255.218.415.282s.337.098.53.098zm4.978.352h-.488v-1.63h-1.93V24h-.488v-3.582h.488v1.598h1.93v-1.598h.488V24zm1.45 0h-.485v-3.582h.485V24z"}))})));Icon4.displayName="Icon4",Icon4.iconName="4",exports.default=Icon4},"./packages/juno-icon/src/5.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon5=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M18.711 7.484c0 .157-.053.287-.158.388s-.282.152-.532.152h-2.954l-.433 2.335c.49-.099.943-.149 1.359-.149.49 0 .922.068 1.297.205s.688.325.942.565c.254.24.445.524.574.851s.194.683.194 1.068a2.936 2.936 0 0 1-.982 2.258c-.304.271-.662.479-1.073.624s-.856.217-1.333.217c-.276 0-.54-.026-.794-.078a4.195 4.195 0 0 1-1.32-.506 3.542 3.542 0 0 1-.499-.354l.354-.472a.371.371 0 0 1 .315-.162c.083 0 .181.032.292.096s.246.136.404.214c.158.079.342.15.555.214s.465.096.758.096c.328 0 .624-.05.886-.149s.487-.241.673-.425c.186-.184.329-.405.43-.662s.151-.544.151-.863c0-.277-.043-.528-.128-.752s-.214-.414-.387-.571c-.173-.157-.388-.28-.647-.366s-.56-.13-.906-.13a5.103 5.103 0 0 0-1.523.236l-.735-.205.761-4.162h4.457v.484z"}),React.createElement("path",{fill:"#9e9e9e",d:"M13.633 22.762c0 .2-.025.379-.074.538s-.122.292-.217.401c-.096.109-.214.193-.354.251s-.301.087-.482.087c-.162 0-.33-.023-.505-.07l.027-.285c.003-.028.014-.051.031-.069s.044-.026.079-.026c.02 0 .044.003.073.01l.047.012c.05.015.117.023.2.023.11 0 .208-.017.294-.05s.158-.085.217-.155c.059-.07.104-.16.135-.269s.046-.239.046-.389v-2.355h.482v2.345zm1.404-.774h.182c.063 0 .114-.008.151-.024s.073-.043.106-.081l1.193-1.35c.037-.042.072-.071.106-.089s.078-.026.131-.026h.413l-1.365 1.543c-.035.038-.068.071-.099.098s-.064.048-.099.065c.047.015.088.038.123.067s.072.067.11.113l1.425 1.698h-.42c-.032 0-.058-.003-.08-.008s-.04-.012-.056-.02l-.023-.014-.061-.061-1.238-1.422-.051-.051a.238.238 0 0 0-.127-.057l-.046-.005-.275-.002v1.64h-.482V20.42h.482v1.57zm3.358 1.605h1.55V24H17.91v-3.582h.485v3.175z"}))})));Icon5.displayName="Icon5",Icon5.iconName="5",exports.default=Icon5},"./packages/juno-icon/src/6.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon6=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m17.919 7-3.087 3.907c.211-.145.445-.258.702-.338s.534-.121.832-.121c.356 0 .694.059 1.012.177s.598.29.838.516c.24.226.431.503.571.832s.211.705.211 1.127c0 .41-.075.791-.224 1.143s-.357.658-.624.919-.589.466-.966.615-.791.224-1.242.224c-.447 0-.852-.071-1.214-.214s-.672-.346-.929-.609-.454-.582-.593-.957-.208-.794-.208-1.258c0-.389.087-.803.261-1.242s.449-.911.826-1.416l2.255-3.037c.058-.075.139-.138.242-.189s.222-.078.354-.078h.981zm-1.913 4.292c-.298 0-.567.051-.807.152s-.444.238-.612.41c-.168.172-.296.371-.385.596s-.134.461-.134.705c0 .286.041.547.124.783s.204.439.363.609c.159.17.354.301.584.394s.492.14.786.14c.298 0 .567-.048.807-.143s.446-.228.618-.398.304-.371.398-.603.14-.484.14-.758c0-.29-.046-.552-.137-.786s-.219-.433-.385-.596c-.166-.164-.364-.289-.596-.376s-.487-.13-.764-.13z"}),React.createElement("path",{fill:"#9e9e9e",d:"M19.94 20.378c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739c0 .268-.043.515-.128.739s-.205.417-.36.579c-.155.162-.341.287-.559.376s-.458.134-.721.134c-.263 0-.503-.045-.72-.134s-.402-.215-.558-.376c-.155-.162-.275-.355-.36-.579s-.128-.47-.128-.739c0-.268.043-.515.128-.739s.205-.418.36-.58c.155-.163.341-.289.558-.379s.457-.135.72-.135zm-9.583.04c.043 0 .077.004.1.012s.046.032.068.07l1.27 2.267.08.198.026-.068.027-.065c.018-.043.039-.085.063-.129l1.213-2.203c.022-.038.044-.062.068-.07s.057-.012.1-.012h.357V24h-.425l.001-2.687.009-.181-1.227 2.24c-.042.075-.1.113-.175.113h-.07c-.075 0-.133-.038-.175-.113l-1.255-2.247.011.128.004.115v2.633h-.425v-3.582h.357zm4.493 0c.043 0 .075.005.096.016s.045.033.071.066l2.075 2.7-.01-.126-.003-.119v-2.538h.425v3.582h-.245c-.038 0-.07-.007-.096-.02s-.051-.036-.076-.067l-2.072-2.697.01.233v2.553H14.6v-3.582h.25zm5.09.379c-.192 0-.366.032-.523.098s-.29.158-.401.279c-.111.121-.196.269-.256.444s-.09.372-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098z"}))})));Icon6.displayName="Icon6",Icon6.iconName="6",exports.default=Icon6},"./packages/juno-icon/src/7.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon7=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M19 7v.502c0 .142-.015.26-.046.352s-.063.17-.095.232l-3.653 7.518c-.053.109-.127.202-.222.279s-.222.116-.382.116h-.782l3.708-7.424c.053-.105.108-.201.163-.289s.118-.172.188-.251h-4.608c-.07 0-.132-.028-.188-.085S13 7.83 13 7.758v-.76h6z"}),React.createElement("path",{fill:"#9e9e9e",d:"M10.482 22.66V24H10v-3.582h1.058c.227 0 .424.026.591.079s.306.127.416.224c.11.097.192.213.246.35s.081.289.081.457c0 .167-.029.319-.088.457s-.144.258-.256.358c-.113.1-.252.178-.419.234s-.357.084-.572.084h-.575zm0-.385h.575c.138 0 .26-.018.366-.055s.195-.088.266-.154c.072-.066.126-.145.162-.236s.055-.192.055-.302c0-.228-.07-.407-.211-.535s-.354-.192-.639-.192h-.575v1.475zm5.85-.065c0 .168-.017.328-.051.48s-.084.293-.149.424a1.615 1.615 0 0 1-.553.633l.92.992h-.4c-.06 0-.113-.008-.16-.025s-.089-.046-.127-.087l-.63-.685a1.96 1.96 0 0 1-.617.095c-.263 0-.503-.045-.72-.134a1.613 1.613 0 0 1-.917-.955 2.066 2.066 0 0 1-.127-.739c0-.268.043-.515.127-.739s.205-.418.36-.58c.155-.163.341-.289.557-.379s.457-.135.72-.135c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739zm-.497 0c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098c-.192 0-.366.032-.522.098a1.136 1.136 0 0 0-.657.723 1.82 1.82 0 0 0-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591zm1.692.295V24h-.483v-3.582h1.012c.227 0 .422.023.587.069s.301.112.409.199c.108.087.187.191.239.314s.078.26.078.411c0 .127-.02.245-.06.355s-.098.209-.174.296c-.076.087-.168.162-.277.224s-.233.108-.371.14c.06.035.113.086.16.152L19.692 24h-.43c-.088 0-.153-.034-.195-.102l-.93-1.28c-.028-.04-.059-.069-.093-.086s-.083-.026-.15-.026h-.367zm0-.353h.508c.142 0 .266-.017.374-.051s.198-.082.27-.145c.073-.063.127-.137.164-.224s.055-.183.055-.288c0-.213-.07-.374-.211-.483s-.35-.163-.629-.163h-.53v1.352zm4.523-1.175c-.015.025-.031.044-.047.056s-.038.019-.065.019a.129.129 0 0 1-.063-.019l-.036-.024a1.223 1.223 0 0 0-.349-.188.903.903 0 0 0-.294-.043c-.108 0-.204.015-.288.044s-.153.069-.209.119c-.056.05-.098.109-.126.176s-.043.14-.043.219c0 .1.025.183.074.249s.114.122.195.169c.081.047.172.087.275.121l.315.106c.108.037.212.078.315.124s.194.104.275.174c.081.07.146.156.195.258s.074.227.074.375c0 .157-.027.304-.08.441s-.131.257-.234.359c-.102.102-.228.182-.378.24s-.319.087-.509.087c-.232 0-.443-.042-.634-.126s-.354-.198-.489-.341l.14-.23c.013-.018.03-.034.049-.046s.04-.019.064-.019a.15.15 0 0 1 .077.025l.148.111.064.044c.067.045.149.086.245.124s.213.056.351.056c.115 0 .218-.016.308-.047s.166-.076.229-.134c.063-.058.11-.126.144-.206s.05-.169.05-.267c0-.108-.025-.197-.074-.266s-.114-.127-.194-.174a1.354 1.354 0 0 0-.274-.119l-.315-.1c-.108-.034-.212-.074-.315-.119s-.194-.103-.274-.175c-.08-.072-.145-.161-.194-.269s-.074-.24-.074-.399a.947.947 0 0 1 .288-.682c.093-.092.209-.165.346-.22s.295-.082.474-.082c.2 0 .383.032.547.095s.309.155.433.275l-.117.23z"}))})));Icon7.displayName="Icon7",Icon7.iconName="7",exports.default=Icon7},"./packages/juno-icon/src/8.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon8=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16 7c.402 0 .768.059 1.099.178s.615.283.851.491a2.162 2.162 0 0 1 .74 1.646c0 .475-.12.884-.36 1.226s-.592.599-1.056.771c.555.156.981.417 1.279.783s.447.832.447 1.398a2.293 2.293 0 0 1-.836 1.83c-.263.217-.579.384-.947.501s-.774.175-1.217.175c-.443 0-.849-.058-1.217-.175s-.685-.284-.95-.501c-.265-.217-.47-.48-.615-.789s-.217-.656-.217-1.041c0-.565.149-1.031.447-1.398s.725-.628 1.28-.783c-.468-.172-.821-.429-1.059-.771s-.357-.751-.357-1.226a2.159 2.159 0 0 1 .74-1.646c.236-.209.519-.373.848-.491S15.597 7 16.003 7zm0 4.78c-.244 0-.478.032-.702.095s-.421.163-.593.298c-.172.135-.309.31-.41.525s-.152.474-.152.777c0 .246.042.47.127.673s.207.377.366.522c.159.145.354.258.584.338s.49.12.78.12c.29 0 .55-.04.779-.12s.424-.193.584-.338c.159-.145.282-.319.366-.522s.127-.427.127-.673c0-.303-.051-.562-.152-.777s-.238-.39-.41-.525-.37-.234-.593-.298-.458-.095-.702-.095zm0-3.932c-.265 0-.498.039-.699.117s-.369.184-.503.319c-.135.135-.236.293-.304.473s-.102.373-.102.577c0 .201.029.395.087.584s.151.355.28.501c.128.145.295.262.5.35s.452.132.742.132.537-.044.742-.132.372-.205.5-.35.222-.312.279-.501.087-.383.087-.584c0-.205-.034-.397-.102-.577a1.335 1.335 0 0 0-.807-.792 1.946 1.946 0 0 0-.699-.117z"}),React.createElement("path",{fill:"#9e9e9e",d:"M13.875 20.418v.407h-1.158V24h-.485v-3.175H11.07v-.407h2.805zm1.902 3.197c.148 0 .281-.025.398-.075s.215-.12.296-.21c.081-.09.142-.198.185-.323s.064-.262.064-.413v-2.177h.483v2.178c0 .207-.033.398-.099.575s-.16.33-.282.459c-.122.129-.272.23-.449.304s-.375.11-.595.11c-.22 0-.418-.037-.595-.11a1.297 1.297 0 0 1-.734-.763 1.63 1.63 0 0 1-.099-.575v-2.178h.482v2.175c0 .15.021.288.064.413s.104.233.185.323.18.16.297.211.25.076.399.076zm1.843-3.197h.387c.043 0 .078.011.105.032s.047.049.06.082l1.012 2.527.033.089.03.096c.019.067.038.136.056.207.015-.072.031-.141.049-.207s.038-.128.061-.185l1.008-2.527c.012-.028.032-.055.06-.079s.063-.036.105-.036h.39l-1.46 3.582h-.438l-1.46-3.582z"}))})));Icon8.displayName="Icon8",Icon8.iconName="8",exports.default=Icon8},"./packages/juno-icon/src/9.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon9=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16.058 7c.443 0 .845.07 1.206.211s.671.337.929.59c.258.253.457.555.597.907s.21.741.21 1.168a3.494 3.494 0 0 1-.29 1.404c-.095.219-.208.438-.339.655s-.281.442-.448.674l-2.252 3.13c-.056.079-.135.142-.239.189s-.222.071-.355.071h-1.058l2.813-3.547.265-.342c.082-.108.159-.215.232-.323-.237.182-.503.321-.8.416s-.611.143-.942.143c-.348 0-.678-.056-.99-.168s-.586-.276-.823-.494c-.237-.217-.425-.484-.565-.801s-.21-.68-.21-1.09c0-.389.075-.754.226-1.093s.361-.636.632-.888c.271-.253.594-.451.968-.596s.785-.217 1.232-.217zm-.013.925c-.284 0-.543.045-.777.134s-.434.212-.6.37c-.166.157-.294.346-.384.565s-.135.46-.135.72c0 .282.042.533.126.755s.204.409.361.562c.157.153.348.269.574.348s.479.118.758.118c.31 0 .584-.049.823-.146s.44-.227.603-.388c.163-.162.288-.348.374-.559s.129-.431.129-.658c0-.277-.046-.529-.139-.755s-.22-.417-.384-.575c-.163-.157-.358-.278-.584-.363s-.474-.127-.745-.127z"}),React.createElement("path",{fill:"#9e9e9e",d:"M8.8 20.418h.402c.043 0 .079.011.107.032s.047.049.057.082l.74 2.49.019.07.048.238.054-.239.864-2.558c.01-.028.03-.055.059-.079s.065-.036.106-.036h.14c.043 0 .079.011.106.032s.047.049.059.082l.838 2.49c.03.087.057.186.08.297l.042-.23.761-2.558a.167.167 0 0 1 .162-.115h.377l-1.117 3.582h-.435l-.908-2.733a1.618 1.618 0 0 1-.05-.18l-.035.14-.925 2.772h-.435l-1.117-3.582zm6.327 1.742-1.182-1.742h.482c.035 0 .061.006.078.017s.032.028.045.05l.935 1.435a.67.67 0 0 1 .053-.115l.883-1.31c.015-.023.031-.042.049-.056s.039-.021.064-.021h.462l-1.188 1.72 1.227 1.863h-.48c-.037 0-.065-.01-.086-.029s-.038-.04-.051-.064l-.96-1.503a.6.6 0 0 1-.045.1l-.935 1.402c-.015.023-.032.045-.051.064s-.046.029-.081.029h-.45l1.232-1.84zm3.763.415V24h-.483v-1.425l-1.313-2.157h.425c.043 0 .078.011.102.032s.047.048.065.08l.82 1.393c.033.058.061.113.084.165l.061.152.06-.155c.022-.052.049-.106.082-.163l.817-1.393c.015-.027.035-.052.061-.076s.06-.036.101-.036h.43l-1.315 2.157zm4.26-2.157v.18c0 .057-.017.11-.052.16l-2.027 2.848h2.045v.395h-2.68v-.19c0-.05.016-.098.047-.142l2.03-2.855H20.53v-.395h2.62z"}))})));Icon9.displayName="Icon9",Icon9.iconName="9",exports.default=Icon9},"./packages/juno-icon/src/ActiveCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ActiveCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.075 22.515c-1.339-1.139-2.75-2.35-4.061-3.626-.515-.541-1.445-.635-2.13-.2-.41.266-.69.605-.995.941-.205.235-.41.47-.65.67 0 0-.106.035-.24.035-.346 0-1.614-.17-3.75-2.72-1.96-2.419-2.026-3.626-1.995-4.066 0-.2.106-.301.106-.301.24-.205.485-.37.79-.506.379-.2.79-.405 1.134-.739.586-.57.69-1.41.24-2.08-.995-1.51-1.96-3.05-2.75-4.63a1.899 1.899 0 0 0-1.995-.974c-.72.106-2.27.875-2.854 1.374-2.235 1.946-1.586 7.65 4.054 14.494 3.885 4.694 8.186 7.52 11.485 7.52.859 0 1.614-.2 2.165-.666.65-.506 1.75-1.814 1.995-2.45.341-.706.101-1.541-.55-2.08l.002.002z"}),React.createElement("path",{d:"M21.285 17.026a.984.984 0 0 0 1.254-.83c.155-1.294.11-3.421-1.421-4.866-1.445-1.365-3.365-1.47-4.574-1.365a.987.987 0 0 0-.87 1.245v.005a.993.993 0 0 0 1.035.725c.84-.075 2.155-.019 3.05.83.915.866.925 2.294.814 3.19-.05.475.245.93.71 1.066h.002z"}),React.createElement("path",{d:"M24.72 7.595c-1.626-1.541-3.901-2.374-6.57-2.419a15.07 15.07 0 0 0-2.454.17.986.986 0 0 0-.8 1.24c.13.485.61.795 1.106.72.546-.085 1.31-.165 2.17-.146 2.174.045 3.925.68 5.19 1.875 1.27 1.2 1.92 2.981 1.93 5.285.005.955-.106 1.814-.214 2.414-.09.499.21.986.694 1.13a.99.99 0 0 0 1.25-.774c.125-.685.25-1.64.25-2.72 0-2.854-.88-5.2-2.55-6.774z"}))})));ActiveCall.displayName="ActiveCall",ActiveCall.iconName="active-call",exports.default=ActiveCall},"./packages/juno-icon/src/ActivecallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ActivecallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm10.421 2.915a8.962 8.962 0 0 1 3.94 2.305 8.963 8.963 0 0 1 2.313 3.968 1 1 0 1 1-1.929.531 6.965 6.965 0 0 0-1.799-3.085 6.973 6.973 0 0 0-3.063-1.793 1 1 0 0 1 .537-1.927zm-.113-5.14c2.855.475 5.499 1.819 7.589 3.909s3.434 4.735 3.91 7.59a1 1 0 1 1-1.973.329c-.407-2.447-1.558-4.711-3.351-6.504s-4.056-2.943-6.503-3.351a1 1 0 1 1 .329-1.973z"}))})));ActivecallBorder.displayName="ActivecallBorder",ActivecallBorder.iconName="activecall_border",exports.default=ActivecallBorder},"./packages/juno-icon/src/Add.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Add=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 6.101c5.467 5.467 5.467 14.332 0 19.799s-14.332 5.467-19.799 0C.633 20.433.633 11.568 6.1 6.101s14.332-5.467 19.799 0zm-8.898 8.898L17 9a1 1 0 0 0-1.993-.117L15 9l.001 5.999L9 15a1 1 0 0 0-.117 1.993L9 17l6.001-.001L15 23a1 1 0 0 0 1.993.117L17 23l.001-6.001L23 17a1 1 0 0 0 .117-1.993L23 15l-5.999-.001z"}))})));Add.displayName="Add",Add.iconName="add",exports.default=Add},"./packages/juno-icon/src/AddBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 4a1 1 0 0 1 .993.883L17 9l.001 5.999L23 15l.117.007a1 1 0 0 1 0 1.986L23 17l-5.999-.001L17 23l-.007.117a1 1 0 0 1-1.986 0L15 23l.001-6.001L9 17l-.117-.007a1 1 0 0 1 0-1.986L9 15l6.001-.001L15 9l.007-.117A1 1 0 0 1 16 8z"}))})));AddBorder.displayName="AddBorder",AddBorder.iconName="add_border",exports.default=AddBorder},"./packages/juno-icon/src/AddEmojiMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddEmojiMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.786 4c6.509 0 11.786 5.366 11.786 11.986 0 .776-.072 1.534-.211 2.269a6.598 6.598 0 0 0-1.743.091c.177-.758.27-1.548.27-2.361 0-5.674-4.523-10.273-10.102-10.273s-10.102 4.6-10.102 10.273c0 5.674 4.523 10.273 10.102 10.273a9.925 9.925 0 0 0 4.425-1.035c.021.607.121 1.193.29 1.749a11.56 11.56 0 0 1-4.715.999C7.277 27.971 2 22.605 2 15.985S7.277 3.999 13.786 3.999zm6.774 17.471c.745 0 1.349.614 1.349 1.371s-.604 1.371-1.349 1.371-1.349-.614-1.349-1.371.604-1.371 1.349-1.371zm4.046 0c.745 0 1.349.614 1.349 1.371s-.604 1.371-1.349 1.371-1.349-.614-1.349-1.371.604-1.371 1.349-1.371zm4.045 0c.745 0 1.349.614 1.349 1.371s-.604 1.371-1.349 1.371-1.349-.614-1.349-1.371.604-1.371 1.349-1.371zM18.58 17.82a.864.864 0 0 1 .306 1.17c-1.047 1.835-2.975 2.989-5.1 2.989-2.109 0-4.025-1.137-5.077-2.949-.236-.407-.104-.932.297-1.172s.916-.105 1.153.302a4.194 4.194 0 0 0 3.628 2.108 4.195 4.195 0 0 0 3.644-2.136.835.835 0 0 1 1.151-.311zm-9.003-6.971c.93 0 1.684.767 1.684 1.712s-.754 1.712-1.684 1.712c-.93 0-1.684-.767-1.684-1.712s.754-1.712 1.684-1.712zm8.418 0c.93 0 1.684.767 1.684 1.712s-.754 1.712-1.684 1.712c-.93 0-1.684-.767-1.684-1.712s.754-1.712 1.684-1.712z"}))})));AddEmojiMore.displayName="AddEmojiMore",AddEmojiMore.iconName="add-emoji-more",exports.default=AddEmojiMore},"./packages/juno-icon/src/AddEvent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddEvent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L24 28a1 1 0 0 1-2 0l-.001-4H18a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM21 2a1 1 0 0 1 .993.883L22 3v1h4a2 2 0 0 1 1.994 1.851L28 6l.001 10.755a7.992 7.992 0 0 0-2-1.173L26 10H6v15a1 1 0 0 0 .883.993L7 26l8.582.001a8.01 8.01 0 0 0 1.173 2L6 28a2.001 2.001 0 0 1-1.995-1.851L3.999 26V6c0-1.054.816-1.918 1.851-1.995L5.999 4h4V3a1 1 0 0 1 1.993-.117l.007.117v1h8V3a1 1 0 0 1 1-1zm4 4H7a1 1 0 0 0-.993.883L6 7v1h20V7a1 1 0 0 0-.883-.993L25 6z"}))})));AddEvent.displayName="AddEvent",AddEvent.iconName="add-event",exports.default=AddEvent},"./packages/juno-icon/src/AddField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddField=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 6a2 2 0 0 0-2 2v4h-4a2 2 0 1 0 0 4h4v4a2 2 0 1 0 4 0v-4h4a2 2 0 1 0 0-4h-4v-4a2 2 0 0 0-2-2z"}))})));AddField.displayName="AddField",AddField.iconName="add_field",exports.default=AddField},"./packages/juno-icon/src/AddFolderBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddFolderBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM11.821 4a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2l.001 8.71a8.05 8.05 0 0 0-2-1.639L28 10a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6H5.001a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1l11.582.001a8.01 8.01 0 0 0 1.173 2L4.001 28a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821z"}))})));AddFolderBorder.displayName="AddFolderBorder",AddFolderBorder.iconName="add-folder_border",exports.default=AddFolderBorder},"./packages/juno-icon/src/AddIntegration.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddIntegration=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.241 0a5.517 5.517 0 0 1 5.517 5.517h5.517c1.219 0 2.207.988 2.207 2.207v5.517a5.517 5.517 0 1 1 0 11.034v5.517a2.207 2.207 0 0 1-2.207 2.207h-7.724v-2.207a3.31 3.31 0 0 0-3.116-3.305l-.194-.006a3.31 3.31 0 0 0-3.305 3.116l-.006.195v2.207H2.206a2.207 2.207 0 0 1-2.207-2.207v-7.724h2.207a3.31 3.31 0 0 0 3.305-3.116l.006-.195a3.31 3.31 0 0 0-3.116-3.305l-.195-.006H-.001V7.722c0-1.219.988-2.207 2.207-2.207h5.517A5.517 5.517 0 0 1 13.24-.002zm0 2.207a3.31 3.31 0 0 0-3.305 3.116l-.006.194v2.207H2.206v5.517l.064.001.258.008c2.83.164 5.068 2.449 5.189 5.324l.005.248-.008.258a5.517 5.517 0 0 1-5.265 5.19l-.243.005v5.517h5.517l.001-.064.008-.258c.164-2.83 2.449-5.068 5.324-5.189l.248-.005.258.008a5.517 5.517 0 0 1 5.19 5.265l.005.243h5.517v-7.724h2.207a3.31 3.31 0 0 0 .194-6.615l-.195-.006h-2.207V7.723h-7.724V5.516a3.31 3.31 0 0 0-3.31-3.31z"}),React.createElement("path",{d:"M15.448 11.034c.609 0 1.103.494 1.103 1.103v3.31h3.31a1.103 1.103 0 0 1 0 2.206H16.55l.001 3.31a1.103 1.103 0 0 1-2.206 0l-.001-3.31h-3.309a1.103 1.103 0 0 1 0-2.206h3.31v-3.31c0-.609.494-1.103 1.103-1.103z"}))})));AddIntegration.displayName="AddIntegration",AddIntegration.iconName="add-integration",exports.default=AddIntegration},"./packages/juno-icon/src/AddMember.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddMember=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 16a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm-10 1c1.037 0 2.046.117 3.004.338A8.965 8.965 0 0 0 14 23c0 1.851.559 3.571 1.516 5.001L4 28a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm10 1a1 1 0 0 0-.993.883L22 19v3h-3a1 1 0 0 0-.117 1.993L19 24h2.999L22 27a1 1 0 0 0 1.993.117L24 27l-.001-3H27a1 1 0 0 0 .117-1.993L27 22h-3v-3a1 1 0 0 0-1-1zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"}))})));AddMember.displayName="AddMember",AddMember.iconName="add-member",exports.default=AddMember},"./packages/juno-icon/src/AddMemberBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddMemberBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-11 0c1.722 0 3.365.324 4.831.907a8.026 8.026 0 0 0-1.09 1.726A11.152 11.152 0 0 0 13 19.001c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l12.029.001a8.01 8.01 0 0 0 1.173 2l-13.755-.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm0-14a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));AddMemberBorder.displayName="AddMemberBorder",AddMemberBorder.iconName="add-member_border",exports.default=AddMemberBorder},"./packages/juno-icon/src/AddNewFolder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddNewFolder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.545 3A2.552 2.552 0 0 0 2 5.545v15.273c0 1.4 1.145 2.545 2.545 2.545h10.284a8.899 8.899 0 0 1-.102-1.273 8.91 8.91 0 0 1 8.909-8.909c1.368 0 2.66.319 3.818.87V8.09c0-1.4-1.145-2.545-2.545-2.545h-9.128a2.545 2.545 0 0 1-1.8-.746l-1.054-1.054a2.547 2.547 0 0 0-1.8-.746H4.545zm19.101 12.747c-1.625 0-3.249.623-4.492 1.864a6.325 6.325 0 0 0 0 8.978c2.484 2.484 6.497 2.484 8.981 0s2.484-6.499 0-8.984a6.326 6.326 0 0 0-4.489-1.859zm.005 2.528c.703.001 1.273.57 1.273 1.273v1.273h1.273a1.273 1.273 0 0 1 0 2.546h-1.273v1.273a1.273 1.273 0 0 1-2.546 0v-1.273h-1.273a1.273 1.273 0 0 1 0-2.546h1.273v-1.273c0-.703.57-1.273 1.273-1.273z"}))})));AddNewFolder.displayName="AddNewFolder",AddNewFolder.iconName="add_new_folder",exports.default=AddNewFolder},"./packages/juno-icon/src/AddParkLocation.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddParkLocation=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 2.995 2.824L30 5v11h-2V5a1 1 0 0 0-.883-.993L27 4H5a1 1 0 0 0-.993.883L4 5v22a1 1 0 0 0 .883.993L5 28h12v2H5a3 3 0 0 1-2.995-2.824L2 27V5a3 3 0 0 1 2.824-2.995L5 2h22zm-3 15a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-6.423-8.4c2.782 0 4.743 2.008 4.743 4.894 0 2.818-1.876 4.805-4.54 4.91l-.224.004h-5.988v4.608c0 .602-.359.983-.924.983-.524 0-.872-.328-.919-.857l-.005-.126V9.582c0-.559.31-.928.806-.977l.118-.006h6.933zm-.483 1.691h-5.527v6.426h5.527c2.115 0 3.326-1.194 3.326-3.224 0-2.019-1.201-3.203-3.326-3.203z"}))})));AddParkLocation.displayName="AddParkLocation",AddParkLocation.iconName="add-park-location",exports.default=AddParkLocation},"./packages/juno-icon/src/AddReactions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddReactions=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.921 18.612c.44.23.589.737.334 1.133-1.145 1.776-3.253 2.893-5.576 2.893-2.306 0-4.4-1.1-5.551-2.855-.258-.394-.113-.902.325-1.135s1.002-.102 1.261.292c.823 1.255 2.318 2.04 3.966 2.04 1.66 0 3.165-.798 3.984-2.068.255-.396.818-.531 1.258-.301z"}),React.createElement("path",{d:"M13.867 3.049c7.152-.626 13.458 4.665 14.084 11.818.012.142.022.283.03.424a7.435 7.435 0 0 0-2.021-.233l-.002-.016c-.529-6.052-5.865-10.529-11.917-9.999S3.512 10.908 4.042 16.96c.529 6.052 5.865 10.529 11.917 9.999a10.981 10.981 0 0 0 3.518-.907 7.424 7.424 0 0 0 1.185 1.656 12.966 12.966 0 0 1-4.528 1.244c-7.152.626-13.458-4.665-14.084-11.818S6.715 3.676 13.868 3.05z"}),React.createElement("path",{d:"M26.379 18.517a1 1 0 0 1 1 1l-.001 2.62 2.621.001a1 1 0 0 1 1 1v.069a1 1 0 0 1-1 1l-2.621-.001.001 2.621a1 1 0 0 1-1 1h-.069a1 1 0 0 1-1-1l-.001-2.621-2.62.001a1 1 0 0 1-1-1v-.069a1 1 0 0 1 1-1l2.62-.001.001-2.62a1 1 0 0 1 1-1h.069zM12.5 12.25a1.75 1.75 0 1 1-3.501-.001 1.75 1.75 0 0 1 3.501.001zM20.5 12.25a1.75 1.75 0 1 1-3.501-.001 1.75 1.75 0 0 1 3.501.001z"}))})));AddReactions.displayName="AddReactions",AddReactions.iconName="add-reactions",exports.default=AddReactions},"./packages/juno-icon/src/AddTask.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTask=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14 0 .968-.098 1.914-.285 2.827a6.986 6.986 0 0 0-1.824-1.204c.072-.531.109-1.072.109-1.623 0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12c1.039 0 2.047-.132 3.008-.38a7.02 7.02 0 0 0 1.406 1.669A13.947 13.947 0 0 1 16 30C8.268 30 2 23.732 2 16S8.268 2 16 2zm9 17a1 1 0 0 1 1 1v3h3a1 1 0 0 1 0 2h-3.001L26 28a1 1 0 0 1-2 0l-.001-3H21a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 1-1zm-2.624-7.259a.999.999 0 0 1 0 1.414l-7.071 7.071a.99.99 0 0 1-.531.277l-.117.014h-.118a.997.997 0 0 1-.648-.291l-4.243-4.243a.999.999 0 1 1 1.414-1.414l3.535 3.535 6.365-6.363a.999.999 0 0 1 1.414 0z"}))})));AddTask.displayName="AddTask",AddTask.iconName="add-task",exports.default=AddTask},"./packages/juno-icon/src/AddTeam.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTeam=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 19a5 5 0 1 1-.001 10.001A5 5 0 0 1 27 19zM8 19c.9 0 1.769.13 2.582.373C8.969 21.185 8 23.459 8 26c0 .638.149 1.241.415 1.776l.121.225L2 28a2 2 0 0 1-2-2c0-3.955 3.654-7 8-7zm13-2c1.216 0 2.392.161 3.495.461A7.004 7.004 0 0 0 21.255 28H12a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm6 3c-.473 0-.87.329-.974.771l-.02.113-.007.117v2h-2l-.117.007a1 1 0 0 0-.112 1.967l.113.02.117.007h1.999l.001 2 .007.117a1 1 0 0 0 1.967.112l.02-.113.007-.117-.001-2h2.001l.117-.007a1 1 0 0 0 .112-1.967l-.113-.02L30 23h-2v-2l-.007-.117A1 1 0 0 0 27 20zM8 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 8 7zm13-4a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"}))})));AddTeam.displayName="AddTeam",AddTeam.iconName="add-team",exports.default=AddTeam},"./packages/juno-icon/src/AddTeamBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTeamBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 19a1 1 0 0 1 1 1v3h3a1 1 0 0 1 0 2h-3.001L28 28a1 1 0 0 1-2 0l-.001-3H23a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 1-1zM8 19c.9 0 1.769.13 2.582.373a10.632 10.632 0 0 0-1.267 1.747A7.162 7.162 0 0 0 8 21c-3.081 0-5.619 1.935-5.961 4.426-.039.285.052.557.324.574l.1.003c.444.008 2.176.007 5.195-.002L7.999 26l.009.271a3.97 3.97 0 0 0 .406 1.505l.121.225L1.999 28a2 2 0 0 1-2-2c0-3.955 3.654-7 8-7zm13-2c1.216 0 2.392.161 3.495.461-.925.355-1.755.9-2.443 1.587A11.391 11.391 0 0 0 21 19c-4.791 0-8.708 2.912-8.984 6.584-.014.182.063.364.201.407l.063.009h8.01c.215.723.544 1.396.965 2H12a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zM8 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 8 7zm13-4a6 6 0 1 1 0 12 6 6 0 0 1 0-12zM8 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm13-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));AddTeamBorder.displayName="AddTeamBorder",AddTeamBorder.iconName="add-team_border",exports.default=AddTeamBorder},"./packages/juno-icon/src/AddTextLog.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTextLog=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.248 2c.51 0 .923.418.923.933a.931.931 0 0 1-.757.918l-.166.015H7.323c-.753 0-1.374.57-1.465 1.306l-.011.187v21.28c0 .761.563 1.39 1.292 1.482l.185.012h17.354c.753 0 1.374-.57 1.465-1.306l.012-.187V16.323c0-.515.413-.933.923-.933.453 0 .83.33.908.766l.015.168v10.317c0 1.763-1.343 3.209-3.051 3.349l-.273.011H7.323c-1.744 0-3.173-1.358-3.312-3.084L4 26.641V5.361c0-1.763 1.343-3.209 3.051-3.349l.273-.011h8.925zm5.823 17c.513 0 .929.448.929 1 0 .491-.328.899-.762.984l-.167.016H10.928c-.513 0-.929-.448-.929-1 0-.491.328-.899.762-.984l.167-.016h11.143zM18.1 13c.497 0 .9.448.9 1 0 .491-.318.899-.738.984L18.1 15h-7.2c-.497 0-.9-.448-.9-1 0-.491.318-.899.738-.984L10.9 13h7.2zM23 2c.491 0 .899.303.984.703l.016.154V7h4.143c.473 0 .857.448.857 1 0 .491-.303.899-.703.984L28.143 9H24v4.143c0 .473-.448.857-1 .857-.491 0-.899-.303-.984-.703L22 13.143V9h-4.143C17.384 9 17 8.552 17 8c0-.491.303-.899.703-.984L17.857 7H22V2.857c0-.473.448-.857 1-.857z"}))})));AddTextLog.displayName="AddTextLog",AddTextLog.iconName="Add-text-log",exports.default=AddTextLog},"./packages/juno-icon/src/AdditionalNumbers.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AdditionalNumbers=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.077 2.003a.999.999 0 0 1 .92 1.074l-2 26a.999.999 0 1 1-1.994-.154l2-26a.999.999 0 0 1 1.074-.92zM21.077 2.003a.999.999 0 0 1 .92 1.074l-2 26a.999.999 0 1 1-1.994-.154l2-26a.999.999 0 0 1 1.074-.92z"}),React.createElement("path",{d:"M2 20a1 1 0 0 1 1-1h24a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zM4 12a1 1 0 0 1 1-1h24a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1z"}))})));AdditionalNumbers.displayName="AdditionalNumbers",AdditionalNumbers.iconName="additional-numbers",exports.default=AdditionalNumbers},"./packages/juno-icon/src/Address.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Address=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.491 12.295 16.545 2.124a1.212 1.212 0 0 0-1.067 0L1.532 12.295c-.512.289-.683.91-.384 1.406s.939.662 1.452.372l1.42-.992V28.93c0 .579.47 1.034 1.067 1.034h21.821c.598 0 1.067-.455 1.067-1.034V13.081l1.406.992c.171.083.342.124.512.124.384 0 .726-.165.939-.537.342-.455.128-1.075-.342-1.364zM12.024 28V17h7.967v11h-7.967zm13.975 0h-4.001V16.141c0-.579-.47-1.034-1.067-1.034h-9.866c-.598 0-1.067.455-1.067 1.034V28H6.03V11.881l9.96-7.649 10.009 7.649V28z"}))})));Address.displayName="Address",Address.iconName="address",exports.default=Address},"./packages/juno-icon/src/Admin.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Admin=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.281 16.083c.826.297 1.59.754 2.255 1.346.459.409.61 1.066.383 1.635-.097.245-.081.521.044.749s.334.364.563.382a1.435 1.435 0 0 1 1.287 1.122 7.696 7.696 0 0 1 .001 3.367 1.434 1.434 0 0 1-1.288 1.123c-.228.017-.437.154-.562.381s-.141.504-.044.749a1.467 1.467 0 0 1-.383 1.634 6.908 6.908 0 0 1-2.255 1.346 1.418 1.418 0 0 1-1.692-.604c-.137-.224-.356-.351-.589-.351s-.453.127-.59.352a1.417 1.417 0 0 1-1.691.603 6.899 6.899 0 0 1-2.256-1.346 1.466 1.466 0 0 1-.383-1.635c.097-.245.081-.521-.044-.749s-.334-.364-.563-.382a1.435 1.435 0 0 1-1.287-1.122 7.696 7.696 0 0 1-.001-3.367 1.434 1.434 0 0 1 1.288-1.123c.228-.017.437-.154.562-.381s.141-.504.044-.749a1.467 1.467 0 0 1 .383-1.634 6.908 6.908 0 0 1 2.255-1.346 1.418 1.418 0 0 1 1.692.604.693.693 0 0 0 .589.351.68.68 0 0 0 .508-.233l.056-.075.089-.139a1.416 1.416 0 0 1 1.629-.509zM13 17c1.439 0 2.821.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058a3.447 3.447 0 0 0-1.636 2.229A9.627 9.627 0 0 0 15.001 23c0 .718.079 1.43.236 2.125l.048.189c.25.873.827 1.598 1.587 2.037l.106.058.001.175c.004.14.017.278.038.416H4.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm11 4a2 2 0 1 0-.001 3.999A2 2 0 0 0 24 21zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"}))})));Admin.displayName="Admin",Admin.iconName="admin",exports.default=Admin},"./packages/juno-icon/src/AdminBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AdminBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.653 16.592a1.416 1.416 0 0 1 1.629-.509c.826.297 1.59.754 2.255 1.346.459.409.61 1.066.383 1.635-.097.245-.081.521.044.749s.334.364.563.382a1.435 1.435 0 0 1 1.287 1.122 7.696 7.696 0 0 1 .001 3.367 1.434 1.434 0 0 1-1.288 1.123c-.228.017-.437.154-.562.381s-.141.504-.044.749a1.467 1.467 0 0 1-.383 1.634 6.908 6.908 0 0 1-2.255 1.346 1.418 1.418 0 0 1-1.692-.604c-.137-.224-.356-.351-.589-.351s-.453.127-.59.352a1.417 1.417 0 0 1-1.691.603 6.899 6.899 0 0 1-2.256-1.346 1.466 1.466 0 0 1-.383-1.635c.097-.245.081-.521-.044-.749s-.334-.364-.563-.382a1.435 1.435 0 0 1-1.287-1.122 7.696 7.696 0 0 1-.001-3.367 1.434 1.434 0 0 1 1.288-1.123c.228-.017.437-.154.562-.381s.141-.504.044-.749a1.467 1.467 0 0 1 .383-1.634 6.908 6.908 0 0 1 2.255-1.346 1.418 1.418 0 0 1 1.692.604.693.693 0 0 0 .589.351.68.68 0 0 0 .508-.233l.056-.075.089-.139zM13 17c1.439 0 2.821.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 13 19c-4.878 0-8.85 3.019-8.996 6.786L4 26l11.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H4.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm9.001 1.129-.095.044c-.16.078-.315.166-.466.262l-.223.15-.158.119.008.027a2.888 2.888 0 0 1-.1 1.656l-.081.196-.096.191a2.734 2.734 0 0 1-1.45 1.259l-.185.06-.084.02-.035.258-.015.156-.011.157-.009.315c0 .141.005.281.015.42l.019.208.035.256.085.022a2.7 2.7 0 0 1 1.426.994l.114.166.094.159c.31.565.417 1.212.317 1.837l-.041.207-.007.026.158.12c.146.104.298.2.453.288l.236.124.094.043.041-.047a2.678 2.678 0 0 1 1.569-.833l.203-.022.187-.007c.684 0 1.327.264 1.817.72l.142.143.039.046.096-.043c.16-.078.315-.166.466-.262l.223-.15.157-.12-.007-.026a2.888 2.888 0 0 1 .1-1.656l.081-.196.096-.191a2.734 2.734 0 0 1 1.45-1.259l.185-.06.084-.021.037-.257.015-.156.011-.157L29 23c0-.141-.005-.281-.015-.42l-.019-.208-.036-.257-.084-.021a2.7 2.7 0 0 1-1.426-.994l-.114-.166-.094-.159a2.874 2.874 0 0 1-.317-1.837l.047-.234-.157-.119a5.013 5.013 0 0 0-.453-.288l-.236-.124-.094-.043-.065.074a2.68 2.68 0 0 1-1.551.807l-.2.022-.184.006a2.663 2.663 0 0 1-1.817-.72l-.142-.143-.04-.047zM24 21a2 2 0 1 1 .001 3.999A2 2 0 0 1 24 21zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));AdminBorder.displayName="AdminBorder",AdminBorder.iconName="admin_border",exports.default=AdminBorder},"./packages/juno-icon/src/Advanced.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Advanced=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.399 4h-9.405a4 4 0 0 0-3.453 1.981l-4.678 8a4.001 4.001 0 0 0 0 4.038l4.678 8A4 4 0 0 0 10.994 28h9.405a4 4 0 0 0 3.457-1.988l4.656-8a4 4 0 0 0 0-4.024l-4.656-8A4 4 0 0 0 20.399 4zm-4.716 18c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.667 6-6 6z"}))})));Advanced.displayName="Advanced",Advanced.iconName="advanced",exports.default=Advanced},"./packages/juno-icon/src/AdvancedSetting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AdvancedSetting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.612 2a9.24 9.24 0 0 0-8.403 5.393h6.788a2.08 2.08 0 0 1 2.083 2.081v3.031a2.08 2.08 0 0 1-2.083 2.081H2a9.248 9.248 0 0 0 12.268 5.128l9.372 9.366a3.138 3.138 0 0 0 4.44 0 3.136 3.136 0 0 0 0-4.44l-9.228-9.226a9.207 9.207 0 0 0 1-4.186c0-5.097-4.135-9.23-9.239-9.23z"}))})));AdvancedSetting.displayName="AdvancedSetting",AdvancedSetting.iconName="advanced-setting",exports.default=AdvancedSetting},"./packages/juno-icon/src/AiIndicator.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiIndicator=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 34 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.453 3.322c.665 2.016 1.213 2.564 3.224 3.231a.941.941 0 0 1 0 1.793c-2.011.667-2.558 1.215-3.224 3.231a.938.938 0 0 1-1.789 0c-.665-2.016-1.213-2.564-3.224-3.231a.91.91 0 0 1-.651-.889.94.94 0 0 1 .651-.904c2.011-.667 2.558-1.215 3.224-3.231a.938.938 0 0 1 1.789 0zm-3.49 11.382 2.972.86v-.015c.858.252 1.464 1.052 1.464 1.956s-.606 1.704-1.479 1.956l-2.972.845c-2.248.652-3.978 2.371-4.614 4.624l-.858 2.979c-.251.845-1.02 1.423-1.952 1.423s-1.701-.563-1.952-1.423l-.858-2.979c-.651-2.253-2.366-3.987-4.614-4.624l-2.972-.86c-.858-.252-1.464-1.052-1.464-1.956s.606-1.704 1.479-1.956l2.972-.845c2.248-.652 3.978-2.371 4.614-4.624l.858-2.979c.251-.86 1.05-1.467 1.952-1.467s1.701.608 1.952 1.467l.858 2.994c.651 2.253 2.366 3.987 4.614 4.624z"}))})));AiIndicator.displayName="AiIndicator",AiIndicator.iconName="ai-indicator",exports.default=AiIndicator},"./packages/juno-icon/src/AiSmartNotes.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSmartNotes=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.422 14.622c.997 0 1.889.463 2.49 1.196l.65.797c.481.587.771 1.345.771 2.174a3.406 3.406 0 0 1-1.155 2.57l-6.155 5.366c-.493.427-1.07.69-1.687.776l-6.003.832 1.805-5.966.006-.024a3.355 3.355 0 0 1 1.002-1.544l6.153-5.363a3.176 3.176 0 0 1 2.123-.814zm-.01 2.405a.896.896 0 0 0-.594.225l-6.158 5.366a.99.99 0 0 0-.304.463l-.718 2.374 2.391-.333a.907.907 0 0 0 .474-.214l6.159-5.368a.975.975 0 0 0 .346-.749.977.977 0 0 0-.22-.622l-.655-.801a.91.91 0 0 0-.72-.34l-.001-.001zM12 21.6V24H2v-2.4h10zm4-6V18H2v-2.4h14zm5-6V12H2V9.6h19zm4.087-8.433c.049-.222.419-.222.493 0l.419 1.433c.394 1.334 1.404 2.347 2.709 2.718l1.428.42a.241.241 0 0 1 .197.247c0 .195-.246.265-.446.321l-.033.009-.032.009-1.115.328c-1.33.395-2.34 1.408-2.709 2.718l-.419 1.433a.24.24 0 0 1-.246.198c-.195 0-.263-.245-.319-.446a1.038 1.038 0 0 0-.019-.066l-.327-1.119c-.394-1.334-1.404-2.347-2.709-2.718l-1.429-.42a.241.241 0 0 1-.197-.247c0-.195.245-.264.446-.321l.065-.018 1.115-.328c1.33-.395 2.34-1.408 2.709-2.718l.419-1.433z"}))})));AiSmartNotes.displayName="AiSmartNotes",AiSmartNotes.iconName="ai-smart-notes",exports.default=AiSmartNotes},"./packages/juno-icon/src/AiSmartNotesSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSmartNotesSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.703 14.002c.872 0 1.653.405 2.178 1.047l.569.697c.421.513.674 1.177.674 1.902 0 .899-.391 1.705-1.01 2.249l-5.386 4.696a2.84 2.84 0 0 1-1.476.679L13.999 26l1.579-5.221.006-.021a2.94 2.94 0 0 1 .876-1.351l5.384-4.692a2.786 2.786 0 0 1 1.859-.713zm-.008 2.105a.782.782 0 0 0-.52.197l-5.389 4.695a.875.875 0 0 0-.266.405l-.628 2.078 2.092-.291a.79.79 0 0 0 .415-.188l5.389-4.697a.852.852 0 0 0 .302-.656.855.855 0 0 0-.193-.544l-.574-.701a.798.798 0 0 0-.629-.298zM12 19.5v2.625H6V19.5h6zm3.585-4.5v2.625H6V15h9.585zM20 10.375V13H6v-2.625h14zm3.16-7.229c.043-.195.366-.195.431 0l.366 1.254c.345 1.167 1.228 2.054 2.371 2.378l1.25.367a.21.21 0 0 1 .172.216c0 .171-.215.232-.391.281l-.029.008-.028.008-.975.287a3.459 3.459 0 0 0-2.371 2.378l-.366 1.254a.21.21 0 0 1-.216.173c-.17 0-.23-.214-.279-.39l-.016-.057-.286-.979c-.345-1.167-1.228-2.054-2.371-2.378l-1.25-.367A.21.21 0 0 1 19 7.363c0-.171.215-.231.39-.281l.057-.016.976-.287a3.459 3.459 0 0 0 2.371-2.378l.366-1.254z"}))})));AiSmartNotesSp.displayName="AiSmartNotesSp",AiSmartNotesSp.iconName="ai-smart-notes_sp",exports.default=AiSmartNotesSp},"./packages/juno-icon/src/AiSparkles.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSparkles=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.943 5.806a2.566 2.566 0 0 1-1.761-1.767l-.272-.931c-.048-.144-.288-.144-.32 0l-.272.931a2.57 2.57 0 0 1-1.761 1.767l-.725.213-.042.012c-.13.037-.29.082-.29.208 0 .08.048.145.128.161l.929.273a2.566 2.566 0 0 1 1.761 1.767l.213.727.012.043c.036.13.081.29.207.29.08 0 .144-.048.16-.129l.272-.931a2.57 2.57 0 0 1 1.761-1.767l.724-.213.042-.012c.131-.037.29-.082.29-.209a.158.158 0 0 0-.128-.161l-.928-.273zM3.356 13.738l2.618.739a7.146 7.146 0 0 1 4.931 4.945l.737 2.625c.051.204.254.357.457.357s.407-.153.458-.357l.737-2.625a7.192 7.192 0 0 1 4.931-4.945l2.618-.739c.203-.051.356-.255.356-.459s-.152-.408-.356-.459l-2.618-.739a7.146 7.146 0 0 1-4.931-4.945l-.737-2.626c-.127-.408-.813-.408-.915 0l-.737 2.626a7.192 7.192 0 0 1-4.931 4.945l-2.618.739c-.203.051-.356.255-.356.459s.153.408.356.459zm22.519 10.126-1.396-.401a3.853 3.853 0 0 1-2.639-2.642l-.403-1.403c-.06-.224-.432-.224-.492 0l-.402 1.403c-.373 1.284-1.357 2.284-2.639 2.642l-1.401.403c-.104.03-.179.134-.179.254s.075.209.179.254l1.401.403a3.853 3.853 0 0 1 2.639 2.642l.402 1.403c.03.105.134.179.253.179s.209-.075.253-.179l.403-1.403a3.853 3.853 0 0 1 2.639-2.642l1.401-.403a.26.26 0 0 0 .179-.254.273.273 0 0 0-.171-.25.047.047 0 0 0-.017-.004l-.012-.002z"}))})));AiSparkles.displayName="AiSparkles",AiSparkles.iconName="ai-sparkles",exports.default=AiSparkles},"./packages/juno-icon/src/AiWritingOptions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiWritingOptions=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.522 25.987A1.58 1.58 0 0 1 7.438 24.9l-.167-.573c-.03-.089-.177-.089-.197 0l-.167.573a1.58 1.58 0 0 1-1.084 1.087l-.446.131c-.083.024-.204.049-.204.136 0 .049.03.089.079.099l.571.168a1.58 1.58 0 0 1 1.084 1.087l.131.448c.024.083.048.204.135.204.049 0 .089-.03.099-.079l.167-.573a1.58 1.58 0 0 1 1.084-1.087l.446-.131c.083-.024.204-.049.204-.136a.097.097 0 0 0-.079-.099l-.571-.168zM22.288 6.943l.863.244a2.358 2.358 0 0 1 1.626 1.63l.243.866c.017.067.084.118.151.118s.134-.05.151-.118l.243-.866a2.37 2.37 0 0 1 1.626-1.63l.863-.244c.067-.017.117-.084.117-.151s-.05-.134-.117-.151l-.863-.244a2.358 2.358 0 0 1-1.626-1.63l-.243-.866c-.042-.134-.268-.134-.302 0l-.243.866a2.37 2.37 0 0 1-1.626 1.63l-.863.244c-.067.017-.117.084-.117.151s.05.134.117.151zM26.008 14.387l.093.055.083.063.052.046 1.884 1.722a.938.938 0 0 1 .344 1.005l-.034.099-.044.091-.074.129-9.63 9.762a1.3 1.3 0 0 1-.407.275l-.135.053-.124.034-2.468.552h-.09l-.104-.003a.924.924 0 0 1-.792-.586l-.028-.09-.021-.12-.012-.141.438-2.428a1.23 1.23 0 0 1 .184-.45l.083-.118.082-.092 9.612-9.747a1.018 1.018 0 0 1 1.106-.112l.003-.001zm-3.067 4.296-6.467 6.559-.238 1.321 1.36-.303 6.417-6.504-1.072-1.074zm2.622-2.659-1.45 1.47 1.074 1.074 1.5-1.52-1.123-1.024zM13.009 15.163l-.92-2.954h-.065l-.918 2.954h1.902z"}),React.createElement("path",{d:"m13.699 24.273-.199.002c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10l-.002.199-9.799 9.799zm-5.758-5.83h2.147l.544-1.75h2.854l.545 1.75h2.147l-2.789-8.333H10.73l-2.789 8.333zm9.151-6.426-.013 6.426h1.973V10.11h-1.96v1.907z"}))})));AiWritingOptions.displayName="AiWritingOptions",AiWritingOptions.iconName="ai-writing-options",exports.default=AiWritingOptions},"./packages/juno-icon/src/Airbrake.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Airbrake=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.175 2.248 13.642 6.947v13.541L16.21 29.753l-.035-.001-.072.001h-.416L2.184 22.736V9.195l13.503-6.947h.488zm1.179 7.11h-2.793l-4.303 10.767c-.122.335-.285.411-.632.411H9.3v2.071h1.611c1.02 0 1.366-.243 1.692-1.083l.897-2.314h4.894l.897 2.314c.326.84.693 1.083 1.713 1.083h1.59v-2.071h-.326c-.346 0-.509-.075-.632-.411L17.354 9.358zm-1.387 2.537s.306 1.251.571 1.979l1.244 3.322h-3.67l1.244-3.322c.265-.727.571-1.979.571-1.979z"}))})));Airbrake.displayName="Airbrake",Airbrake.iconName="airbrake",exports.default=Airbrake},"./packages/juno-icon/src/AlignCenter.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignCenter=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm-4-9a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14zm4-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignCenter.displayName="AlignCenter",AlignCenter.iconName="align-center",exports.default=AlignCenter},"./packages/juno-icon/src/AlignJustify.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignJustify=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignJustify.displayName="AlignJustify",AlignJustify.iconName="align-justify",exports.default=AlignJustify},"./packages/juno-icon/src/AlignLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm-8-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h14zm8-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignLeft.displayName="AlignLeft",AlignLeft.iconName="align-left",exports.default=AlignLeft},"./packages/juno-icon/src/AlignRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignRight.displayName="AlignRight",AlignRight.iconName="align-right",exports.default=AlignRight},"./packages/juno-icon/src/Analytics.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Analytics=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-17 8a1 1 0 0 0-.993.883L10 12v6a1 1 0 0 0 1.993.117L12 18v-6a1 1 0 0 0-1-1zm5-2a1 1 0 0 0-.993.883L15 10v8a1 1 0 0 0 1.993.117L17 18v-8a1 1 0 0 0-1-1zm5 4a1 1 0 0 0-.993.883L20 14v4a1 1 0 0 0 1.993.117L22 18v-4a1 1 0 0 0-1-1z"}))})));Analytics.displayName="Analytics",Analytics.iconName="analytics",exports.default=Analytics},"./packages/juno-icon/src/AnalyticsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AnalyticsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-16 6a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0v-6a1 1 0 0 1 1-1zm5-2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zm5 4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z"}))})));AnalyticsBorder.displayName="AnalyticsBorder",AnalyticsBorder.iconName="analytics_border",exports.default=AnalyticsBorder},"./packages/juno-icon/src/Announcement.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Announcement=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.024 11.159c.559 0 1.012.435 1.012.971v7.765c0 .536-.453.971-1.012.971l-6.07-1.726v2.346a.674.674 0 0 1-1.348 0l-.001-2.73-1.685-.478c-.598-.145-1.012-.471-1.012-.971v-2.588c0-.468.412-.793 1.012-.971l9.104-2.588zm7.258 1.575.047.054c.596.837.919 1.842.914 2.896s-.338 2.062-.943 2.906a.354.354 0 1 1-.578-.412c.518-.723.803-1.585.808-2.49s-.272-1.764-.783-2.482a.358.358 0 0 1 .085-.498.357.357 0 0 1 .45.026zm-4.373 3.295c0 1.456-1.535 2.259-1.535 2.103v-4.206c0-.163 1.535.647 1.535 2.103zm3.157-1.921a3.222 3.222 0 0 1-.017 3.176.358.358 0 1 1-.622-.352 2.516 2.516 0 0 0 .014-2.47.36.36 0 0 1 .626-.355z"}))})));Announcement.displayName="Announcement",Announcement.iconName="Announcement",exports.default=Announcement},"./packages/juno-icon/src/AppleLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppleLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.73 8.462c1.264 0 2.848-.854 3.791-1.994.854-1.032 1.477-2.474 1.477-3.916A2.68 2.68 0 0 0 21.945 2c-1.406.053-3.097.943-4.112 2.136-.801.908-1.531 2.332-1.531 3.791 0 .214.036.427.053.498.089.018.231.036.374.036zM12.28 30c1.727 0 2.492-1.157 4.646-1.157 2.189 0 2.67 1.121 4.593 1.121 1.887 0 3.151-1.744 4.343-3.453 1.335-1.958 1.887-3.88 1.922-3.97-.125-.036-3.738-1.513-3.738-5.661 0-3.596 2.848-5.215 3.008-5.34-1.887-2.706-4.753-2.777-5.536-2.777-2.118 0-3.845 1.282-4.931 1.282-1.175 0-2.723-1.21-4.557-1.21-3.489 0-7.031 2.884-7.031 8.331 0 3.382 1.317 6.96 2.937 9.274C9.324 28.398 10.535 30 12.279 30z"}))})));AppleLogo.displayName="AppleLogo",AppleLogo.iconName="apple-logo",exports.default=AppleLogo},"./packages/juno-icon/src/Apps.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Apps=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm-16 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0-16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm16 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8z"}))})));Apps.displayName="Apps",Apps.iconName="apps",exports.default=Apps},"./packages/juno-icon/src/AppsCategories.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsCategories=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 5h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM4 19h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zM14 5h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM14 19h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z"}))})));AppsCategories.displayName="AppsCategories",AppsCategories.iconName="apps-categories",exports.default=AppsCategories},"./packages/juno-icon/src/AppsDevelopers.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsDevelopers=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.833 3.038c.76.173 1.253.895 1.156 1.653l-.025.142-5 23a1.5 1.5 0 0 1-2.951-.523l.025-.142 5-23a1.5 1.5 0 0 1 1.795-1.13zm5.614 5.298.114.103 6 6a1.5 1.5 0 0 1 .103 2.007l-.103.114-6 6a1.5 1.5 0 0 1-2.224-2.007l.103-.114 4.94-4.939-4.94-4.939a1.5 1.5 0 0 1-.103-2.007l.103-.114a1.5 1.5 0 0 1 2.007-.103zm-16.894 0a1.5 1.5 0 0 1 2.007.103l.103.114a1.5 1.5 0 0 1-.103 2.007l-4.94 4.939 4.94 4.939.103.114a1.5 1.5 0 0 1-2.224 2.007l-6-6-.103-.114a1.5 1.5 0 0 1 .103-2.007l6-6z"}))})));AppsDevelopers.displayName="AppsDevelopers",AppsDevelopers.iconName="apps-developers",exports.default=AppsDevelopers},"./packages/juno-icon/src/AppsDiscovery.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsDiscovery=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.919 17.75a1.2 1.2 0 0 1 1.479-.832l11.593 3.246a1.2 1.2 0 0 1 .014 2.307l-5.824 1.709-1.71 5.825a1.201 1.201 0 0 1-2.307-.014l-3.246-11.594a1.205 1.205 0 0 1 0-.647zM11 17a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6zm0-14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6zm14 0a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6z"}))})));AppsDiscovery.displayName="AppsDiscovery",AppsDiscovery.iconName="apps-discovery",exports.default=AppsDiscovery},"./packages/juno-icon/src/AppsInstalled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsInstalled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.172 2a3.724 3.724 0 0 1 3.724 3.724v.931h5.586c1.028 0 1.862.834 1.862 1.862v5.586h.931a3.724 3.724 0 1 1 0 7.448h-.931v5.586a1.862 1.862 0 0 1-1.862 1.862h-5.586v-.931a3.725 3.725 0 0 0-3.538-3.72l-.186-.005a3.725 3.725 0 0 0-3.72 3.538l-.005.186v.931H4.861a1.862 1.862 0 0 1-1.862-1.862V21.55h.931a3.725 3.725 0 0 0 3.72-3.538l.005-.186a3.725 3.725 0 0 0-3.538-3.72l-.186-.005H3V8.515c0-1.028.834-1.862 1.862-1.862h5.586v-.931a3.724 3.724 0 0 1 3.724-3.724z"}))})));AppsInstalled.displayName="AppsInstalled",AppsInstalled.iconName="apps-installed",exports.default=AppsInstalled},"./packages/juno-icon/src/AppsProduct.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsProduct=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2zm-5.103 4.038a1.5 1.5 0 0 0-2.074-.447 7.857 7.857 0 0 1-4.278 1.26 7.87 7.87 0 0 1-4.279-1.26 1.5 1.5 0 1 0-1.625 2.521 10.863 10.863 0 0 0 5.904 1.738c2.122 0 4.157-.611 5.905-1.739a1.5 1.5 0 0 0 .447-2.074zM6.618 8a1 1 0 0 1-.894-1.448l1.829-3.658a1 1 0 0 1 1.342-.447l8.282 4.141 3.216-3.858a1 1 0 0 1 1.267-.227l.101.067 4.84 3.63a1 1 0 0 1-.6 1.8z"}))})));AppsProduct.displayName="AppsProduct",AppsProduct.iconName="apps-product",exports.default=AppsProduct},"./packages/juno-icon/src/Ar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.72 22c.181 0 .335-.051.46-.152s.209-.213.252-.336l.864-2.36h4.792l.864 2.36a.729.729 0 0 0 .72.488h1.664l-4.544-11.568h-2.2L5.048 22H6.72zm5.816-4.368H8.848l1.408-3.832c.069-.176.14-.381.212-.616s.145-.488.22-.76a15.419 15.419 0 0 0 .44 1.36l1.408 3.848zM19.752 22v-4.52h.92c.213 0 .375.029.484.088s.209.157.3.296l2.432 3.704c.091.139.201.245.332.32s.289.112.476.112h1.936l-2.896-4.272a2.132 2.132 0 0 0-.704-.664c.405-.128.767-.299 1.084-.512s.584-.461.8-.744c.216-.283.381-.597.496-.944s.172-.715.172-1.104c0-.491-.084-.94-.252-1.348s-.432-.759-.792-1.052c-.36-.293-.821-.521-1.384-.684s-1.239-.244-2.028-.244H17.6V22h2.152zm1.344-6.064h-1.344v-3.84h1.376c.795 0 1.385.157 1.772.472s.58.765.58 1.352c0 .293-.048.563-.144.808s-.241.457-.436.636-.443.319-.744.42-.655.152-1.06.152z"}))})));Ar.displayName="Ar",Ar.iconName="ar",exports.default=Ar},"./packages/juno-icon/src/Archive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Archive=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-2 8H6v15a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V11zm-7 4a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h6zm8-10H5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"}))})));Archive.displayName="Archive",Archive.iconName="archive",exports.default=Archive},"./packages/juno-icon/src/ArrowDown.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowDown=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.707 20.293 5.586-5.586A.999.999 0 0 0 21.586 13H10.414a1 1 0 0 0-.707 1.707l5.586 5.586a.999.999 0 0 0 1.414 0z"}))})));ArrowDown.displayName="ArrowDown",ArrowDown.iconName="arrow-down",exports.default=ArrowDown},"./packages/juno-icon/src/ArrowDown2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowDown2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.636 13.05a.999.999 0 0 1 1.414 0L16 18l4.95-4.95a.999.999 0 1 1 1.414 1.414l-5.657 5.657a.999.999 0 0 1-1.414 0l-5.657-5.657a.999.999 0 0 1 0-1.414z"}))})));ArrowDown2.displayName="ArrowDown2",ArrowDown2.iconName="arrow_down",exports.default=ArrowDown2},"./packages/juno-icon/src/ArrowLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m11.707 15.293 5.586-5.586a.999.999 0 0 1 1.707.707v11.172a1 1 0 0 1-1.707.707l-5.586-5.586a.999.999 0 0 1 0-1.414z"}))})));ArrowLeft.displayName="ArrowLeft",ArrowLeft.iconName="arrow-left",exports.default=ArrowLeft},"./packages/juno-icon/src/ArrowLeft2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowLeft2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.95 9.636a.999.999 0 0 1 0 1.414L14 16l4.95 4.95a.999.999 0 1 1-1.414 1.414l-5.657-5.657a.999.999 0 0 1 0-1.414l5.657-5.657a.999.999 0 0 1 1.414 0z"}))})));ArrowLeft2.displayName="ArrowLeft2",ArrowLeft2.iconName="arrow_left",exports.default=ArrowLeft2},"./packages/juno-icon/src/ArrowRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.05 9.636a.999.999 0 0 0 0 1.414L18 16l-4.95 4.95a.999.999 0 1 0 1.414 1.414l5.657-5.657a.999.999 0 0 0 0-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0z"}))})));ArrowRight.displayName="ArrowRight",ArrowRight.iconName="arrow_right",exports.default=ArrowRight},"./packages/juno-icon/src/ArrowRight1.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowRight1=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.293 15.293-5.586-5.586a.999.999 0 0 0-1.707.707v11.172a1 1 0 0 0 1.707.707l5.586-5.586a.999.999 0 0 0 0-1.414z"}))})));ArrowRight1.displayName="ArrowRight1",ArrowRight1.iconName="arrow_right1",exports.default=ArrowRight1},"./packages/juno-icon/src/ArrowUp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowUp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.707 11.707 5.586 5.586A.999.999 0 0 1 21.586 19H10.414a1 1 0 0 1-.707-1.707l5.586-5.586a.999.999 0 0 1 1.414 0z"}))})));ArrowUp.displayName="ArrowUp",ArrowUp.iconName="arrow-up",exports.default=ArrowUp},"./packages/juno-icon/src/ArrowUp2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowUp2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.636 18.95a.999.999 0 0 0 1.414 0L16 14l4.95 4.95a.999.999 0 1 0 1.414-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0l-5.657 5.657a.999.999 0 0 0 0 1.414z"}))})));ArrowUp2.displayName="ArrowUp2",ArrowUp2.iconName="arrow_up",exports.default=ArrowUp2},"./packages/juno-icon/src/Asana.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Asana=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.027 24c1.106 0 1.973.878 1.973 2 0 1.103-.885 2.001-1.973 2.001-1.07 0-1.973-.916-1.973-2.001 0-1.103.886-2 1.973-2zM11.443 4c7.883 0 10.693 3.445 10.693 6.668v16.774h-2.178l-.731-1.852c-1.959 1.279-5.873 2.411-8.529 2.411C3.6 28.001 0 25.723 0 21.23c0-4.281 3.612-6.581 11.367-7.239 4.935-.425 7.652-1.615 7.652-3.351 0-2.107-2.99-3.469-7.617-3.469-6.303 0-7.569 2.141-7.97 3.743a9.508 9.508 0 0 0-.197.859H.397s.022-.655.082-.988c.733-4.564 4.319-6.783 10.964-6.783zm7.697 11.503c-1.955 1.018-4.139 1.372-7.7 1.693-7.262.657-8.193 2.5-8.193 4.032 0 2.323 2.646 3.603 7.451 3.603 4.586 0 8.294-2.568 8.442-3.389zm10.887.498c1.106 0 1.973.878 1.973 2 0 1.103-.885 2-1.973 2-1.07 0-1.973-.915-1.973-2 0-1.103.886-2 1.973-2zm0-8.001C31.133 8 32 8.878 32 10c0 1.103-.885 2.001-1.973 2.001-1.07 0-1.973-.916-1.973-2.001 0-1.103.886-2 1.973-2z"}))})));Asana.displayName="Asana",Asana.iconName="asana",exports.default=Asana},"./packages/juno-icon/src/Askfirst.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Askfirst=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 19a2 2 0 0 1 1.994 1.851L27 21v6a2 2 0 0 1-1.851 1.994L25 29h-1a3 3 0 0 1-2.995-2.824L21 26v-4a3 3 0 0 1 2.824-2.995L24 19h1zM8 19a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h1zm8-17c7.732 0 14 6.268 14 14v7a1 1 0 0 1-2 0v-7c0-6.525-5.209-11.834-11.695-11.996L16 4C9.475 4 4.166 9.209 4.004 15.695L4 16v7a1 1 0 0 1-2 0v-7C2 8.268 8.268 2 16 2z"}))})));Askfirst.displayName="Askfirst",Askfirst.iconName="askfirst",exports.default=Askfirst},"./packages/juno-icon/src/AskfirstSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AskfirstSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.846 14.358 3.614 1.362a2.966 2.966 0 0 1 1.961 2.786l-.003.155c0 .551.344 1.021.828 1.208l.144.046c.653.169 1.635.376 2.617.406.981.005 1.959-.097 2.918-.303a.975.975 0 0 0 .746-.783l.013-.133.009-.275a2.986 2.986 0 0 1 1.924-2.696l.218-.072 3.949-1.152.243.943c1 1.851 1.157 3.671.451 5.269h-.002a5.938 5.938 0 0 1-1.054 1.591l-.371.376a8.966 8.966 0 0 1-1.789 1.286l-.047.023c-1.906 1.038-4.321 1.598-6.848 1.598l-.531-.009c-4.646-.139-8.706-2.146-10.107-4.994-.618-1.257-1.014-3.29.606-5.831l.512-.8zM16 14.71a1.289 1.289 0 1 1 0 2.578l-.14-.008a1.29 1.29 0 0 1 .14-2.571zm1.794-9.153a3.39 3.39 0 0 1 1.278 1.159c.323.502.489 1.08.489 1.718 0 .385-.071.751-.213 1.088a3.07 3.07 0 0 1-.659.956 7.249 7.249 0 0 1-.989.806l-.025.016c-.24.159-.449.328-.642.512l.002-.002a.768.768 0 0 0-.181.252l-.002.005a1.153 1.153 0 0 0-.056.361v.715h-1.714v-.681c0-.36.055-.689.158-.981.135-.345.332-.639.58-.882.264-.255.551-.489.858-.697l.022-.014a5.65 5.65 0 0 0 .773-.618c.123-.118.224-.257.296-.411.05-.12.079-.26.079-.406v-.019l.001-.041c0-.221-.051-.43-.142-.616l-.072-.129a1.662 1.662 0 0 0-.628-.568l-.009-.004a2.176 2.176 0 0 0-1.772-.058l-.178.081-.132.08a1.692 1.692 0 0 0-.761 1.451v.001h-1.714v-.047c0-1.284.712-2.401 1.763-2.979l.018-.009c1.062-.589 2.505-.599 3.575-.038z"}))})));AskfirstSp.displayName="AskfirstSp",AskfirstSp.iconName="askfirst_sp",exports.default=AskfirstSp},"./packages/juno-icon/src/Assignment.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Assignment=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.333 4H19.76C19.2 2.453 17.733 1.333 16 1.333S12.8 2.453 12.24 4H6.667A2.675 2.675 0 0 0 4 6.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667V6.667C28.001 5.2 26.801 4 25.334 4zM16 4c.733 0 1.333.6 1.333 1.333s-.6 1.333-1.333 1.333-1.333-.6-1.333-1.333S15.267 4 16 4zm0 5.333c2.213 0 4 1.787 4 4s-1.787 4-4 4-4-1.787-4-4 1.787-4 4-4zm8 16H8v-1.867c0-2.667 5.333-4.133 8-4.133s8 1.467 8 4.133v1.867z"}))})));Assignment.displayName="Assignment",Assignment.iconName="assignment",exports.default=Assignment},"./packages/juno-icon/src/Asterisk.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Asterisk=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.583 20v-2.463a1.93 1.93 0 0 0-.212-.896c.097.133.207.245.331.336s.265.182.424.274l2.291 1.244.583-.933-2.291-1.257c-.15-.091-.298-.16-.444-.205s-.298-.077-.457-.093a2.09 2.09 0 0 0 .901-.311l2.278-1.244-.583-.933-2.278 1.232c-.15.091-.285.182-.404.274s-.227.199-.325.323a2.04 2.04 0 0 0 .185-.896v-2.451h-1.166v2.463c0 .166.015.326.046.479s.086.305.166.454a2.224 2.224 0 0 0-.755-.647l-2.291-1.244-.583.933 2.291 1.257c.159.1.316.172.47.218s.32.077.497.093a2.365 2.365 0 0 0-.967.299l-2.278 1.244.583.933 2.278-1.232c.291-.166.525-.352.702-.56-.062.133-.104.27-.126.411s-.033.29-.033.448v2.451h1.166z"}))})));Asterisk.displayName="Asterisk",Asterisk.iconName="asterisk",exports.default=Asterisk},"./packages/juno-icon/src/Attachment.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Attachment=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.828 24.056a4 4 0 0 1-5.657-5.657l8.485-8.485a.999.999 0 1 1 1.414 1.414l-8.485 8.485a2 2 0 1 0 2.828 2.828l10.96-10.96a4.5 4.5 0 0 0-6.364-6.364l-10.96 10.96a7 7 0 0 0 9.899 9.899l8.485-8.485a.999.999 0 1 1 1.414 1.414l-8.485 8.485a9 9 0 0 1-12.728 0 9 9 0 0 1 0-12.728l10.96-10.96a6.5 6.5 0 0 1 9.192 9.192l-10.96 10.96z"}))})));Attachment.displayName="Attachment",Attachment.iconName="attachment",exports.default=Attachment},"./packages/juno-icon/src/Audio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Audio=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0zm8.919 3.335C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z"}))})));Audio.displayName="Audio",Audio.iconName="audio",exports.default=Audio},"./packages/juno-icon/src/AudioLow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AudioLow=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0z"}),React.createElement("path",{fill:"#000",opacity:.32,d:"M27.398 7.869C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z"}))})));AudioLow.displayName="AudioLow",AudioLow.iconName="audio-low",exports.default=AudioLow},"./packages/juno-icon/src/AudioLowSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AudioLowSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m18.286 26.946-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.434-1.457-1.401-3.514-1.39-4.393l.002-.745-.002-.198c-.015-.933-.043-2.877 1.365-4.309.958-.971 2.381-1.486 4.231-1.529l6.835-4.552v21.808z"}),React.createElement("path",{fill:"#000",opacity:.32,d:"m22.869 9.456.034.019A7.651 7.651 0 0 1 26.579 16l-.007.306c-.109 2.636-1.552 4.928-3.703 6.239l-.88-1.471.026-.015A5.94 5.94 0 0 0 24.864 16c-.005-2.143-1.144-4.018-2.875-5.073l.88-1.471zm-1.783 3.295.017.009A3.806 3.806 0 0 1 22.93 16a3.81 3.81 0 0 1-1.843 3.25l-.88-1.472c.631-.378 1.007-1.042 1.007-1.778s-.376-1.4-1.007-1.778l.88-1.471z"}))})));AudioLowSp.displayName="AudioLowSp",AudioLowSp.iconName="audio-low_sp",exports.default=AudioLowSp},"./packages/juno-icon/src/AudioSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AudioSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m18.286 26.946-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.434-1.457-1.401-3.514-1.39-4.393l.002-.745-.002-.198c-.015-.933-.043-2.877 1.365-4.309.958-.971 2.381-1.486 4.231-1.529l6.835-4.552v21.808zM26.578 16a7.653 7.653 0 0 0-3.676-6.525l-.034-.019-.88 1.471c1.731 1.055 2.871 2.93 2.875 5.072V16a5.94 5.94 0 0 1-2.849 5.059l-.026.015.88 1.471c2.234-1.361 3.704-3.781 3.71-6.544V16zm-3.649 0a3.805 3.805 0 0 0-1.827-3.24l-.017-.009-.88 1.471c.631.378 1.007 1.042 1.007 1.778s-.376 1.4-1.007 1.778l.88 1.472A3.808 3.808 0 0 0 22.928 16v-.001z"}))})));AudioSp.displayName="AudioSp",AudioSp.iconName="audio_sp",exports.default=AudioSp},"./packages/juno-icon/src/AvatarDelegatedLines.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AvatarDelegatedLines=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.241 12.001a1.75 1.75 0 0 1 2.384.665l.235.414.293.5.155.252.186.285.111.164.405.578a1.554 1.554 0 0 1-.532 2.275l-.41.22.046.12c.095.217.268.491.524.813l.135.165c.401.478.767.81 1.087 1l.104.058.298-.357.108-.11a1.543 1.543 0 0 1 2.18.094c.175.19.334.359.479.506l.269.264.119.11c.033.03.068.061.106.093l.258.215.318.252.398.305.148.129a1.75 1.75 0 0 1 .129 2.362l-.337.41a3.437 3.437 0 0 1-3.892 1.026c-1.654-.637-3.269-1.909-4.856-3.801l-.272-.331c-1.238-1.538-2.019-2.974-2.335-4.32a3.75 3.75 0 0 1 1.586-3.987l.467-.308zm1.077 1.401a.25.25 0 0 0-.341-.095l-.481.317a2.249 2.249 0 0 0-.951 2.392c.278 1.183 1.039 2.531 2.296 4.029l.269.314c1.345 1.536 2.673 2.549 3.977 3.051.78.3 1.664.067 2.194-.578l.337-.41a.25.25 0 0 0-.035-.352l-.217-.165-.374-.292-.316-.257-.259-.223a9.72 9.72 0 0 1-.444-.427l-.342-.356-.185-.2a.044.044 0 0 0-.061-.003l-.39.467a1.25 1.25 0 0 1-1.403.369c-.654-.248-1.301-.774-1.967-1.568-.644-.767-1.012-1.434-1.084-2.049a1.25 1.25 0 0 1 .652-1.247l.579-.31a.053.053 0 0 0 .022-.074l-.432-.617-.226-.339-.096-.149-.168-.273-.198-.335zM20 7.25A4.753 4.753 0 0 1 24.645 11H25a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1l-.691.001A4.75 4.75 0 0 1 20 16.75a.75.75 0 0 1 0-1.5 3.25 3.25 0 1 0-3.245-3.434L16.75 12v1.251a.75.75 0 0 1-.75.75L15.985 14H15a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.355A4.752 4.752 0 0 1 20 7.25zm0 2.25a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"}))})));AvatarDelegatedLines.displayName="AvatarDelegatedLines",AvatarDelegatedLines.iconName="avatar-delegated-lines",exports.default=AvatarDelegatedLines},"./packages/juno-icon/src/AvatarRooms.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AvatarRooms=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.024 22.814c.244 0 .442.198.442.441v.441a.441.441 0 0 1-.442.441h-6.047a.442.442 0 0 1-.442-.441v-.441c0-.244.198-.441.442-.441zM16 19.137c.774 0 1.401.625 1.401 1.397s-.627 1.397-1.401 1.397-1.401-.625-1.401-1.397.627-1.397 1.401-1.397zm6.858-8.97a1.476 1.476 0 0 1 1.475 1.471v7.353a1.478 1.478 0 0 1-1.475 1.471h-.434a.315.315 0 0 1-.316-.294c-.195-3.222-2.872-5.735-6.109-5.735s-5.914 2.513-6.109 5.735a.315.315 0 0 1-.316.294H9.14a1.476 1.476 0 0 1-1.475-1.471v-7.353a1.478 1.478 0 0 1 1.475-1.471zM16 16.049a4.494 4.494 0 0 1 4.476 4.044.338.338 0 0 1-.34.368h-.8a.342.342 0 0 1-.338-.303c-.189-1.507-1.474-2.638-2.997-2.638s-2.808 1.131-2.997 2.638a.342.342 0 0 1-.338.303h-.8a.338.338 0 0 1-.341-.368 4.493 4.493 0 0 1 4.476-4.044z"}))})));AvatarRooms.displayName="AvatarRooms",AvatarRooms.iconName="avatar_rooms",exports.default=AvatarRooms},"./packages/juno-icon/src/Barge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Barge=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m8 21 4 2v3a2 2 0 1 1-4 0v-5zM24.849 5.225c.099.242.151.5.151.761v16.027a2 2 0 0 1-2.762 1.849l-13-5.353a2.001 2.001 0 0 1-1.239-1.849v-5.321c0-.81.489-1.541 1.239-1.849l13-5.353a2 2 0 0 1 2.611 1.088zM6 10v8a4 4 0 0 1 0-8zm21 1a3 3 0 0 1 .176 5.995L27 17v-6z"}))})));Barge.displayName="Barge",Barge.iconName="barge",exports.default=Barge},"./packages/juno-icon/src/BargeSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BargeSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m14.57 22.093.301.148.197.087c.91.379 1.513 1.02 1.929 1.925.301.702.492 1.406.616 2.194l.057.402.058.608-.578.003-6.03-.003-2.913-.014-1.388-.014H4.573c-.025-2.306.247-3.547 1.142-4.296.628-.526 1.587-.806 3.041-1.005l.608-.076.325-.035 1.059-.099c1.701-.147 2.918-.091 3.821.175zm6.681-.176.721.065.663.069c1.801.204 2.938.485 3.651 1.08.896.749 1.168 1.99 1.143 4.296l-4.86.007-3.115.013-.045-.494c-.234-2.152-.818-3.796-1.831-4.931.972-.209 2.121-.239 3.673-.105zm-.733-8.299c.768-.499 1.728-.651 2.706-.423 2.057.481 3.149 2.301 2.654 4.423-.406 1.739-1.757 2.826-3.368 2.826-.281 0-.57-.033-.863-.102-.903-.21-1.674-.719-2.174-1.429-.408-.582-.824-1.571-.49-2.997.23-.989.776-1.806 1.535-2.299zm-11.742-.423c.977-.226 1.936-.077 2.707.423.758.494 1.304 1.311 1.534 2.299.333 1.425-.082 2.415-.49 2.997l-.007.011a3.665 3.665 0 0 1-2.166 1.419 3.876 3.876 0 0 1-.864.101c-1.609 0-2.96-1.087-3.366-2.824-.496-2.125.595-3.943 2.653-4.425zm8.023-8.624v6.561l2.167-2.167 1.211 1.211L16 14.354l-4.177-4.178 1.211-1.211 2.05 2.048V4.571h1.714z"}))})));BargeSp.displayName="BargeSp",BargeSp.iconName="barge_sp",exports.default=BargeSp},"./packages/juno-icon/src/Billing.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Billing=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m11.511 21.198-.087.081-2.17 2.316-.67-.715-.091-.087a.875.875 0 0 0-1.228.08c-.325.347-.357.92-.072 1.313l.078.094 1.192 1.272.056.082.065.077a.89.89 0 0 0 1.217.09l.087-.081 2.849-3.04.08-.098a1.045 1.045 0 0 0-.089-1.293.896.896 0 0 0-1.124-.158l-.094.067zM25.005 23h-8.009a.987.987 0 0 0-.995 1c0 .498.384.933.879.993l.116.007h8.009A.987.987 0 0 0 26 24c0-.536-.446-1-.995-1zm-13.494-7.802-.087.081-2.17 2.316-.67-.715-.091-.087a.875.875 0 0 0-1.228.08c-.325.347-.357.92-.072 1.313l.078.094 1.192 1.272.056.082.065.077a.89.89 0 0 0 1.217.09l.087-.081 2.849-3.04.08-.098a1.045 1.045 0 0 0-.089-1.293.892.892 0 0 0-1.217-.091zM25.005 17h-8.009a.987.987 0 0 0-.995 1c0 .498.384.933.879.993l.116.007h8.009A.987.987 0 0 0 26 18c0-.536-.446-1-.995-1zM6 11v2h20V8h2l.136.005c.99.072 1.781.851 1.858 1.83l.006.156v18.016c0 1.05-.82 1.91-1.863 1.987l-.151.005H4.014a2.003 2.003 0 0 1-2.008-1.843L2 28.007V9.991c0-1.1.9-1.992 2.014-1.992H6v3h2v-3c0-1.056.825-1.918 1.847-1.995l.147-.005H11.1a5.003 5.003 0 0 1 4.9-4 5.004 5.004 0 0 1 4.852 3.788l.048.212h1.106a1.99 1.99 0 0 1 1.989 1.848l.005.15v3.002H6zm10-7a2 2 0 1 0 .001 4.001A2 2 0 0 0 16 4z"}))})));Billing.displayName="Billing",Billing.iconName="billing",exports.default=Billing},"./packages/juno-icon/src/Birthday.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Birthday=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.68 1.36c.469.793 2 3.473 2 4.636 0 .64-.228 1.229-.606 1.689.49.431.8 1.063.8 1.765v7.527h2.139l.001-2.814c0-.702.31-1.334.801-1.766a2.644 2.644 0 0 1-.607-1.688c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0 .469.793 2 3.473 2 4.636 0 .62-.213 1.191-.571 1.645.58.432.979 1.083.979 1.809v2.814h1.34c1.305 0 2.389.779 2.389 2.078l-1.511 6.665 1.021.001a.787.787 0 0 1 .687 1.17l-1.293 3.708a.787.787 0 0 1-.688.401H3.225a.79.79 0 0 1-.688-.401l-1.434-3.708a.784.784 0 0 1 .687-1.17l.978-.001L1.3 19.055c0-1.299 1.038-2.078 2.343-2.078h1.378v-2.814c0-.727.402-1.379.984-1.811a2.652 2.652 0 0 1-.569-1.643c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0 .469.793 2 3.473 2 4.636 0 .64-.228 1.229-.606 1.689.49.431.8 1.063.8 1.765v2.814h2.139l.001-7.527c0-.702.31-1.334.801-1.766a2.644 2.644 0 0 1-.607-1.688c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0zM29.298 27H2.703l.839 1.963h24.772L29.299 27zm-5.624-4.572-1.126 1.122a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0l-1.126 1.122c-.348.347-.812.538-1.305.538s-.957-.191-1.305-.538l-1.126-1.122a.272.272 0 0 0-.381 0l-1.126 1.122a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0L6.817 23.55a1.854 1.854 0 0 1-2.611 0l-.249-.249.428 1.68h23.048l.428-1.503-.071.072a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0zm4.616-3.373H3.619c-.435 0-.743-.433-.743 0l.589 2.312c.198-.228.454-.328.733-.05l1.126 1.121a.27.27 0 0 0 .38 0l1.126-1.122a1.853 1.853 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.125-1.121a1.854 1.854 0 0 1 2.611 0l1.126 1.122c.137.136.243.136.38 0l1.126-1.122a1.853 1.853 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.125-1.121a1.854 1.854 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.126-1.121c.207-.206.45-.165.681-.014l.641-2.248c0-.433-.399 0-.834 0zM16.508 8.665h-1.015c-.435 0-.572.352-.572.786l-.023 7.527h2.204l.023-7.527c0-.433-.183-.786-.617-.786zm-7.887 4.713H7.606c-.435 0-.572.352-.572.786l-.023 2.814h1.965v-2.814c0-.433.079-.786-.355-.786zm15.773 0h-1.015c-.435 0-.377.352-.377.786v2.814h1.987l.023-2.814c0-.433-.183-.786-.617-.786zM8.114 8.086c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623zm15.772 0c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623zM16 3.373c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623z"}))})));Birthday.displayName="Birthday",Birthday.iconName="birthday",exports.default=Birthday},"./packages/juno-icon/src/Bitbucket.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bitbucket=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.924 15.51a1.928 1.928 0 0 1-1.933 1.916 1.92 1.92 0 0 1-1.911-1.932 1.914 1.914 0 0 1 1.928-1.914 1.922 1.922 0 0 1 1.915 1.93zm7.177 6.578a.833.833 0 0 1-.019.238c-.268 1.412-.54 2.82-.802 4.232a2.287 2.287 0 0 1-.637 1.212c-.371.38-.807.661-1.274.899-.862.438-1.776.714-2.713.907-1.212.252-2.438.364-3.135.358-2.12-.005-3.681-.174-5.205-.614a8.728 8.728 0 0 1-2.023-.838 4.434 4.434 0 0 1-.916-.695 2.283 2.283 0 0 1-.652-1.228c-.261-1.411-.536-2.821-.805-4.231a1.034 1.034 0 0 1-.017-.215c.017-.346.326-.525.637-.372.032.019.063.036.092.055 1.033.75 2.185 1.251 3.394 1.633 1.11.352 2.248.564 3.407.667 1.337.121 2.667.091 3.993-.097 1.76-.247 3.441-.749 5.003-1.608.311-.171.603-.378.901-.568.049-.032.096-.067.148-.092.298-.133.592.034.622.355zM23.636 5.93a1.59 1.59 0 0 1-.383.314c-.396.236-.837.36-1.279.477-.837.213-1.692.337-2.547.426a33.041 33.041 0 0 1-3.335.165c-1.311-.007-2.564-.059-3.811-.209-.936-.114-1.868-.256-2.768-.557a6.127 6.127 0 0 1-.777-.335 1.236 1.236 0 0 1-.339-.267c-.173-.19-.173-.397.004-.583.103-.111.228-.204.358-.278.373-.216.783-.343 1.196-.45.865-.225 1.746-.354 2.634-.448a33.199 33.199 0 0 1 4.369-.151c1.34.04 2.679.139 4.003.379.62.112 1.238.241 1.825.48.207.084.408.191.601.304a.952.952 0 0 1 .253.234c.124.16.13.349-.004.5zm-7.654 13.412a3.835 3.835 0 0 1-3.812-3.855 3.82 3.82 0 0 1 3.843-3.816 3.828 3.828 0 0 1 3.827 3.859c-.01 2.109-1.741 3.819-3.858 3.812zM27.759 5.16a3.03 3.03 0 0 0-.641-.648c-.537-.419-1.141-.717-1.769-.97-1.334-.537-2.724-.854-4.136-1.081-1.722-.275-3.459-.385-5.284-.396-1.631.014-3.34.118-5.036.382-1.204.189-2.393.445-3.549.836-.764.262-1.504.571-2.179 1.025a3.656 3.656 0 0 0-.859.764c-.303.386-.432.815-.354 1.301.152.961.293 1.923.452 2.879.232 1.417.472 2.834.713 4.247.269 1.571.546 3.143.808 4.715.062.366.216.676.462.941.157.171.326.332.505.478.642.519 1.374.889 2.139 1.191 1.831.73 3.746 1.06 5.705 1.169 1.422.079 2.842.029 4.256-.165 1.204-.163 2.384-.421 3.529-.834.849-.307 1.662-.682 2.397-1.215.312-.229.601-.482.831-.794.16-.209.268-.443.312-.708.349-2.059.712-4.116 1.052-6.177.318-1.91.616-3.823.93-5.734a1.564 1.564 0 0 0-.285-1.206z"}))})));Bitbucket.displayName="Bitbucket",Bitbucket.iconName="bitbucket",exports.default=Bitbucket},"./packages/juno-icon/src/Blocked.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Blocked=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm19.063 2.15L8.252 25.163c4.715 3.996 11.786 3.77 16.234-.678 4.376-4.376 4.666-11.292.868-16.004l-.19-.23zM7.515 7.515c-4.448 4.448-4.674 11.52-.678 16.235L23.75 6.837c-4.715-3.997-11.787-3.771-16.235.678z"}))})));Blocked.displayName="Blocked",Blocked.iconName="blocked",exports.default=Blocked},"./packages/juno-icon/src/Bold.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bold=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.776 28c1.386 0 2.618-.177 3.696-.531s1.985-.844 2.723-1.469c.737-.625 1.298-1.369 1.683-2.232s.578-1.804.578-2.822c0-2.822-1.639-4.603-4.917-5.344.737-.255 1.372-.564 1.906-.929s.974-.772 1.32-1.22c.346-.448.602-.929.767-1.444s.247-1.054.247-1.618c0-.985-.165-1.87-.495-2.656s-.85-1.455-1.559-2.008c-.709-.553-1.617-.979-2.723-1.278s-2.439-.448-4.001-.448H9.768c-1.105 0-2 .901-2 2.012v19.976c0 1.111.895 2.012 2 2.012h7.009zm-4.571-13.61V7.452H16c1.496 0 2.596.266 3.3.797s1.056 1.422 1.056 2.672c0 1.206-.39 2.086-1.172 2.639s-1.925.83-3.432.83h-3.547zm0 10.125v-7.037h4.488c.781 0 1.447.077 1.997.232s1.001.379 1.353.672c.352.293.611.647.776 1.062s.247.882.247 1.402c0 .498-.074.968-.223 1.411s-.39.83-.726 1.162c-.335.332-.781.598-1.337.797s-1.246.299-2.071.299h-4.505z"}))})));Bold.displayName="Bold",Bold.iconName="bold",exports.default=Bold},"./packages/juno-icon/src/Bookmark.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bookmark=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 3a2 2 0 0 1 2 2v23.178a1 1 0 0 1-1.537.844l-8.926-5.68a1.002 1.002 0 0 0-1.074 0l-8.926 5.68A1.001 1.001 0 0 1 5 28.178V5a2 2 0 0 1 2-2h18z"}))})));Bookmark.displayName="Bookmark",Bookmark.iconName="bookmark",exports.default=Bookmark},"./packages/juno-icon/src/BookmarkBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BookmarkBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 3a2 2 0 0 1 2 2v23.178a1 1 0 0 1-1.537.844l-8.926-5.68a1.002 1.002 0 0 0-1.074 0l-8.926 5.68A1.001 1.001 0 0 1 5 28.178V5a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-1 1v20.357l7.926-5.044a2 2 0 0 1 2.148 0L25 26.357V6a1 1 0 0 0-1-1z"}))})));BookmarkBorder.displayName="BookmarkBorder",BookmarkBorder.iconName="bookmark_border",exports.default=BookmarkBorder},"./packages/juno-icon/src/Box.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Box=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M1.279 7.364C.559 7.364 0 7.924 0 8.563v10.065a6.122 6.122 0 0 0 6.119 5.992h.034-.002a6.29 6.29 0 0 0 5.497-3.244l.016-.032c1.039 1.917 3.116 3.276 5.432 3.276 3.436 0 6.232-2.716 6.232-6.151.08-3.276-2.716-5.993-6.151-5.993-2.317 0-4.393 1.279-5.432 3.196-1.04-1.917-3.117-3.196-5.513-3.196-1.439 0-2.717.48-3.756 1.199V8.563A1.227 1.227 0 0 0 1.28 7.364h-.001zm22.19 4.983a1.265 1.265 0 0 0-.943.213l.004-.003c-.48.4-.639 1.199-.24 1.757l3.196 4.155-3.195 4.153c-.4.56-.32 1.28.24 1.68.559.4 1.355.397 1.755-.163l2.719-3.515L29.8 24.22c.4.48 1.199.559 1.757.16.48-.4.56-1.12.161-1.679l-3.117-4.153 3.117-4.076c.4-.559.397-1.357-.161-1.757-.64-.4-1.359-.32-1.757.24l-2.795 3.435-2.72-3.593c-.199-.24-.497-.4-.816-.451zM6.151 14.872c2.077 0 3.756 1.68 3.756 3.677 0 2.077-1.679 3.675-3.756 3.675s-3.755-1.597-3.755-3.675c0-1.997 1.677-3.677 3.755-3.677zm11.026 0c2.077 0 3.755 1.68 3.755 3.677-.08 2.077-1.757 3.675-3.755 3.675-2.077 0-3.756-1.597-3.756-3.675 0-1.997 1.679-3.677 3.756-3.677z"}))})));Box.displayName="Box",Box.iconName="box",exports.default=Box},"./packages/juno-icon/src/BubbleLines.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BubbleLines=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 25H4.001a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h18zm6-6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-9a2.001 2.001 0 0 0-1.851-1.995L23 8H8V5a2 2 0 0 1 2-2h18z"}))})));BubbleLines.displayName="BubbleLines",BubbleLines.iconName="bubble_lines",exports.default=BubbleLines},"./packages/juno-icon/src/BubbleLinesBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BubbleLinesBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 25H4.001a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h18zm-1 2H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L13 26.172l2.586-2.586A2 2 0 0 1 17 23h4a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1zm7-8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-2h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2H8V5a2 2 0 0 1 2-2h18z"}))})));BubbleLinesBorder.displayName="BubbleLinesBorder",BubbleLinesBorder.iconName="bubble_lines_border",exports.default=BubbleLinesBorder},"./packages/juno-icon/src/Bundle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bundle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.658 2.553a3.001 3.001 0 0 1 2.683 0l11.105 5.553a1 1 0 0 1 0 1.788L17.34 15.447a3.001 3.001 0 0 1-2.683 0L3.551 9.894a1 1 0 0 1 0-1.788l11.106-5.553zm1.789 1.789a.998.998 0 0 0-.894 0L6.236 9l9.317 4.658a.998.998 0 0 0 .894 0L25.764 9l-9.317-4.658z"}),React.createElement("path",{d:"m11.241 13.294-5.206 2.937 9.473 5.344a1 1 0 0 0 .983 0l9.473-5.344-5.206-2.937.983-1.742 6.75 3.808a1 1 0 0 1 0 1.742l-11.017 6.215a3 3 0 0 1-2.948 0L3.509 17.102a1 1 0 0 1 0-1.742l6.75-3.808.983 1.742z"}),React.createElement("path",{d:"m6.191 22.846 4.265-2.187-.913-1.78-6 3.077a1 1 0 0 0 0 1.78l11.087 5.686a2.999 2.999 0 0 0 2.738 0l11.087-5.686a1 1 0 0 0 0-1.78l-6-3.077-.913 1.78 4.265 2.187-9.352 4.796a1 1 0 0 1-.913 0L6.19 22.846z"}))})));Bundle.displayName="Bundle",Bundle.iconName="bundle",exports.default=Bundle},"./packages/juno-icon/src/CalendarDay.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CalendarDay=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-3 9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h12zm-1 2H11v4h10v-4zm1-8a1 1 0 0 1 0 2H10a1 1 0 0 1 0-2h12z"}))})));CalendarDay.displayName="CalendarDay",CalendarDay.iconName="calendar-day",exports.default=CalendarDay},"./packages/juno-icon/src/CalendarMonth.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CalendarMonth=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-15 9a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 15zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 15zm-6-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 9zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 9zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 22 9z"}))})));CalendarMonth.displayName="CalendarMonth",CalendarMonth.iconName="calendar-month",exports.default=CalendarMonth},"./packages/juno-icon/src/CalendarWeek.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CalendarWeek=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM10 9a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L10 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L10 9zm12 0a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L22 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L22 9zm-6 0a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L16 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L16 9z"}))})));CalendarWeek.displayName="CalendarWeek",CalendarWeek.iconName="calendar-week",exports.default=CalendarWeek},"./packages/juno-icon/src/CallAdd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallAdd=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4a2 2 0 0 1 2 2v8h8a2 2 0 1 1 0 4h-8v8a2 2 0 1 1-4 0v-8H6a2 2 0 1 1 0-4h8V6a2 2 0 0 1 2-2z"}))})));CallAdd.displayName="CallAdd",CallAdd.iconName="call-add",exports.default=CallAdd},"./packages/juno-icon/src/CallAddSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallAddSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.714 6.857v7.429h7.429v3.429h-7.429v7.429h-3.429v-7.429H6.856v-3.429h7.429V6.857z"}))})));CallAddSp.displayName="CallAddSp",CallAddSp.iconName="call-add_sp",exports.default=CallAddSp},"./packages/juno-icon/src/CallList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallList=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.185 11.773 1.148 3.329c.13.367.05.712-.326.928l-1.005.58c-.961.555-1.055 1.421-.724 2.377.228.657.717 1.604 1.27 2.563l.278.473c.464.775.928 1.472 1.312 1.917.657.755 1.454 1.107 2.415.552l1.005-.58c.376-.217.715-.114.967.182l2.224 2.561c.733.806.399 1.477-.606 2.057-.909.525-1.846.576-2.845.317-2.547-.679-5.07-3.234-6.828-6.279s-2.709-6.508-2.024-9.053c.276-.995.789-1.781 1.697-2.305.948-.547 1.69-.557 2.043.382zM29 24a1 1 0 0 1 0 2H19a1 1 0 0 1 0-2h10zm0-9a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h16zm0-9a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26z"}))})));CallList.displayName="CallList",CallList.iconName="call-list",exports.default=CallList},"./packages/juno-icon/src/CallMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));CallMore.displayName="CallMore",CallMore.iconName="call-more",exports.default=CallMore},"./packages/juno-icon/src/CallMoreSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallMoreSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.286 13.429a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.714 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.714 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142z"}))})));CallMoreSp.displayName="CallMoreSp",CallMoreSp.iconName="call-more_sp",exports.default=CallMoreSp},"./packages/juno-icon/src/CallOnBehalf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallOnBehalf=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.11 11.037c.405.063.849.222 1.37.477.495.242.886.48 1.188.733.693.585 1.117 1.376 1.263 2.319.137.8.076 1.695-.171 2.661-.232.907-.625 1.862-1.178 2.871-.542.998-1.236 2.007-2.08 3.024a20.858 20.858 0 0 1-1.956 2.035 14.3 14.3 0 0 1-1.999 1.57c-.696.448-1.385.796-2.07 1.042a6.334 6.334 0 0 1-2.144.397c-.458 0-.889-.062-1.289-.19a3.418 3.418 0 0 1-.943-.467l-.208-.159c-.261-.195-.578-.517-.917-.931-.309-.376-.536-.712-.688-1.032l-.069-.159c-.233-.461-.284-1.074-.125-1.676a2.824 2.824 0 0 1 .953-1.467l.845-.71.494-.429c.338-.299.664-.597.978-.895.391-.423.989-.701 1.658-.761a2.912 2.912 0 0 1 1.767.398l.125.085a4.6 4.6 0 0 1 .205.152l.135.114-.052.049c.183-.164.39-.383.619-.654l.148-.183.176-.232.078-.11.09-.135-.154-.111a5.72 5.72 0 0 1-.175-.142c-.517-.518-.789-1.055-.868-1.66a2.577 2.577 0 0 1 .418-1.771l.206-.302.369-.561c.114-.178.219-.348.317-.51.241-.401.454-.788.639-1.159.318-.585.758-1.006 1.317-1.27a2.937 2.937 0 0 1 1.731-.25zM12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26h10.981a1 1 0 0 0-.098 1.993L14 28H3a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm14.233-3.904a.853.853 0 0 0-.398.386c-.193.387-.431.819-.697 1.263s-.581.928-.946 1.461a.56.56 0 0 0-.094.397c.021.16.091.298.246.455l.008.003.123.087.089.058c.032.02.067.04.104.06l.091.059.076.038.11.06.068.031.707.375-.146.729a2.586 2.586 0 0 1-.153.479 4.367 4.367 0 0 1-.405.782c-.178.282-.4.582-.663.898a8.648 8.648 0 0 1-.816.859 4.275 4.275 0 0 1-.755.557c-.086.048-.167.09-.242.124l-.664.302-.608-.669h-.002l.002-.146h-.126l-.01-.014.007.014-.207-.2a1.714 1.714 0 0 0-.217-.167.9.9 0 0 0-.519-.094c-.19.017-.327.08-.415.175-.281.269-.545.513-.809.751l-.424.376-.556.477-.674.564a.832.832 0 0 0-.294.437.492.492 0 0 0 .015.349c.091.218.237.443.479.738.247.301.459.516.613.632.174.143.334.23.519.289.196.063.422.095.68.095.456 0 .945-.092 1.469-.28a8.166 8.166 0 0 0 1.662-.84c.575-.37 1.154-.826 1.731-1.364a18.76 18.76 0 0 0 1.774-1.845c.758-.913 1.379-1.815 1.858-2.697.479-.873.809-1.675.997-2.409.181-.71.223-1.325.134-1.845-.077-.495-.266-.848-.576-1.11-.158-.132-.417-.291-.778-.467-.357-.174-.625-.27-.802-.298a.946.946 0 0 0-.567.083zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));CallOnBehalf.displayName="CallOnBehalf",CallOnBehalf.iconName="call_on_behalf",exports.default=CallOnBehalf},"./packages/juno-icon/src/CallQueue.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallQueue=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.5 14c2.5 0 4.646 1.54 5.562 3.735l.49.001c.247 0 .448.201.448.448v3.632a.449.449 0 0 1-.448.448h-.49C17.146 24.459 15.001 26 12.5 26c-.336-.022-.505-.178-.505-.469s.168-.436.505-.436c2.821 0 5.107-2.23 5.107-4.981l-.005.001.004-.113v-.001l-.004-.113h.005c0-2.751-2.287-4.981-5.107-4.981-2.446 0-4.49 1.677-4.99 3.916a5.176 5.176 0 0 0-.115 1.16l-.001-.058c0 .839.198 1.634.55 2.341H6.449a.449.449 0 0 1-.448-.448v-3.632c0-.247.201-.448.448-.448h.49c.916-2.195 3.061-3.736 5.562-3.736zm.005 2.027c2.209 0 4 1.747 4 3.901s-1.791 3.901-4 3.901-4-1.747-4-3.901 1.791-3.901 4-3.901zM18.5 5c2.5 0 4.646 1.54 5.562 3.735l.49.001c.247 0 .448.201.448.448v3.632a.449.449 0 0 1-.448.448h-.49a6.095 6.095 0 0 1-3.42 3.34 9.625 9.625 0 0 0-.515-.769c1.956-.639 3.384-2.403 3.476-4.505l.005-.216-.005.001.004-.113v-.001l-.004-.113h.005c0-2.751-2.287-4.981-5.107-4.981-2.447 0-4.492 1.678-4.991 3.919a5.233 5.233 0 0 0-.116 1.061l.002.05-.002.036.007.229c.014.276.05.547.106.811l.01.042a9.484 9.484 0 0 0-1.518-.041L12 9.185c0-.247.201-.448.448-.448h.49c.916-2.195 3.061-3.736 5.562-3.736zm.005 2.027c2.209 0 4 1.747 4 3.901 0 1.922-1.425 3.52-3.301 3.842a9.463 9.463 0 0 0-4.457-2.503 3.79 3.79 0 0 1-.242-1.339c0-2.155 1.791-3.901 4-3.901z"}))})));CallQueue.displayName="CallQueue",CallQueue.iconName="Call-queue",exports.default=CallQueue},"./packages/juno-icon/src/Callrail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Callrail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c6.971 0 12.997 4.876 13 12.13a.243.243 0 0 1-.243.24L17 15.342v-4.341l-.007-.117a1 1 0 0 0-1.967-.112l-.02.113-.007.117v10l.007.117a1 1 0 0 0 1.967.112l.02-.113.007-.117v-3.535l11.515.001c.208 0 .377.169.377.377l-.001.026-.015.187-.034.332c-.012.1-.025.189-.038.262-1.109 6.122-6.595 9.92-12.804 9.92a13.12 13.12 0 0 1-6.257-1.576 8.682 8.682 0 0 1-2.041 1.664c-1.885 1.088-4.418-.622-3.668-2.942.529-1.638.576-2.86-.067-5.082a12.577 12.577 0 0 1-.968-4.848c0-7.099 5.86-12.785 13-12.785zm-2.75 12.25a.75.75 0 0 0-.743.648L12.5 16v3.75a.75.75 0 0 0 1.493.102L14 19.75V16a.75.75 0 0 0-.75-.75zm-2.5-3A.75.75 0 0 0 10 13v5a.75.75 0 0 0 1.5 0v-5a.75.75 0 0 0-.75-.75z"}))})));Callrail.displayName="Callrail",Callrail.iconName="callrail",exports.default=Callrail},"./packages/juno-icon/src/CallrailBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallrailBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.25 15.25A.75.75 0 0 1 14 16v3.75a.75.75 0 0 1-1.5 0V16a.75.75 0 0 1 .75-.75zM11.5 13a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 1.5 0v-5z"}),React.createElement("path",{d:"M28.804 18.651c-1.109 6.122-6.595 9.92-12.804 9.92a13.12 13.12 0 0 1-6.257-1.576 8.682 8.682 0 0 1-2.041 1.664l-.001.001c-1.884 1.087-4.416-.623-3.667-2.943.529-1.638.576-2.86-.067-5.082a12.577 12.577 0 0 1-.968-4.848c0-7.099 5.86-12.785 13-12.785 6.971 0 12.997 4.876 13 12.13 0 .6-.231 1.141-.606 1.544.37.552.541 1.247.409 1.977zM9.291 24.333c.522.395 1.081.744 1.672 1.043a11.125 11.125 0 0 0 5.038 1.195c5.058 0 9.321-2.849 10.605-7.293.093-.32.169-.648.23-.983a.709.709 0 0 0-.706-.829H17v3.535a1 1 0 0 1-2 0v-10a1 1 0 0 1 2 0v4.341l9.725.059a.272.272 0 0 0 .275-.27C26.997 9.177 22.073 5 16 5S5 9.828 5 15.785c0 1.481.304 2.892.855 4.177.569 1.929.713 3.332.477 4.78l-.048.271-.013.066a9.905 9.905 0 0 1-.189.775v.001c-.044.157-.092.315-.144.476-.146.451.349.835.764.596.119-.069.242-.146.366-.231a6.767 6.767 0 0 0 1.106-.95l.066-.07c.344-.371.685-.81 1.006-1.325l.013-.021.008-.013.002-.001.002.001.021.016z"}))})));CallrailBorder.displayName="CallrailBorder",CallrailBorder.iconName="callrail_border",exports.default=CallrailBorder},"./packages/juno-icon/src/Calls.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Calls=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 0 0-.993.883L15 7v9l.009.131c.023.173.091.338.197.477l.087.099 4 4 .094.083a1 1 0 0 0 1.226 0l.094-.083.083-.094a1 1 0 0 0 0-1.226l-.083-.094L17 15.585V7l-.007-.117A1 1 0 0 0 16 6z"}))})));Calls.displayName="Calls",Calls.iconName="calls",exports.default=Calls},"./packages/juno-icon/src/CallsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 2a1 1 0 0 1 .993.883L17 7v8.585l3.707 3.708a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.32.083l-.094-.083-4-4a1.002 1.002 0 0 1-.284-.576L15 16V7a1 1 0 0 1 1-1z"}))})));CallsBorder.displayName="CallsBorder",CallsBorder.iconName="calls_border",exports.default=CallsBorder},"./packages/juno-icon/src/CameraFilled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CameraFilled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm-7 8.75a5.25 5.25 0 1 0 .001 10.501A5.25 5.25 0 0 0 16 10.75zm7-3.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 23 7.25z"}))})));CameraFilled.displayName="CameraFilled",CameraFilled.iconName="camera-filled",exports.default=CameraFilled},"./packages/juno-icon/src/CameraOutlined.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CameraOutlined=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm0 2.1H9a4.9 4.9 0 0 0-4.891 4.601L4.1 9v14a4.9 4.9 0 0 0 4.601 4.891L9 27.9h14a4.9 4.9 0 0 0 4.891-4.602l.009-.299v-14a4.9 4.9 0 0 0-4.602-4.891l-.299-.009zm-7 6.3a5.6 5.6 0 1 1 0 11.2 5.6 5.6 0 0 1 0-11.2zm0 2.1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm7-5.25a1.75 1.75 0 1 1-.001 3.501A1.75 1.75 0 0 1 23 7.25z"}))})));CameraOutlined.displayName="CameraOutlined",CameraOutlined.iconName="camera-outlined",exports.default=CameraOutlined},"./packages/juno-icon/src/Category.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Category=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2H4v8h8V4zm16-2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2h-8v8h8V4zM12 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0 2H4v8h8v-8zm16-2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0 2h-8v8h8v-8z"}))})));Category.displayName="Category",Category.iconName="category",exports.default=Category},"./packages/juno-icon/src/CcLSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CcLSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2.16C1.539 2.16 0 3.461 0 16c0 12.541 1.48 13.84 16 13.84S32 28.541 32 16C32 3.461 30.461 2.16 16 2.16zm0 25.28C2.44 27.44 2.44 26.8 2.44 16S2.44 4.56 16 4.56 29.56 5.2 29.56 16s0 11.44-13.56 11.44zM8 16c0 2.501 0 2.501 2.539 2.501 2.541 0 2.461-.122 2.461-.762h2c0 2.762-2.28 2.762-4.461 2.762C6.68 20.501 6 19.821 6 16c0-3.819.68-4.499 4.539-4.499 2.181 0 4.461 0 4.461 2.739h-2c0-.619 0-.739-2.461-.739C8.08 13.501 8 13.501 8 16zm11 0c0 2.501 0 2.501 2.539 2.501 2.541 0 2.461-.101 2.461-.762h2c0 2.762-2.16 2.762-4.461 2.762C17.68 20.501 17 19.821 17 16c0-3.819.68-4.499 4.539-4.499 2.301 0 4.461 0 4.461 2.739h-2c0-.64 0-.739-2.461-.739-2.459 0-2.539 0-2.539 2.499z"}))})));CcLSp.displayName="CcLSp",CcLSp.iconName="cc_l_sp",exports.default=CcLSp},"./packages/juno-icon/src/CcSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CcSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m15.283 6.859 1.775.002.988.015.618.017.869.038.541.034.512.043.484.052.456.061c2.875.431 4.044 1.52 4.495 4.155l.064.418.053.443.044.469.035.495.027.522.019.55.017.88.005.947-.009 1.232-.02.848-.022.531-.029.504-.037.478-.046.452-.056.427-.066.403c-.407 2.216-1.357 3.301-3.49 3.819l-.389.086-.414.075-.44.064-.467.055-.244.024-.509.041-.538.033-.567.026-.598.019-.956.018-1.388.008-1.388-.008-.956-.018-.598-.019-.567-.026-.538-.033-.509-.041-.481-.05-.454-.059a53.406 53.406 0 0 1-.217-.033l-.414-.075-.389-.086c-2.133-.518-3.083-1.602-3.49-3.819l-.066-.403-.056-.427-.046-.452-.037-.478-.029-.504-.022-.531-.02-.848-.008-.913.002-.954.013-.902.016-.565.023-.537.031-.509.039-.482.023-.231.053-.443c.341-2.51 1.218-3.739 3.348-4.326l.377-.095c.13-.03.264-.057.403-.083l.429-.072.224-.032.47-.056.498-.047.527-.038.556-.031.587-.023.618-.017 1.333-.017zm-1.22 2.287-1.121.015-.743.024-.451.024-.418.032-.385.04-.354.05c-1.582.26-2.192.877-2.431 2.343l-.046.327-.036.354-.037.585-.016.427-.017.947L8 16.29l.008 1.842.016.676.018.413.026.384.034.356.044.329c.254 1.631.951 2.227 2.853 2.444l.383.038.415.029.447.022.481.016.788.014 1.5.007 2.9-.002 1.105-.013.735-.021.447-.022.415-.029.384-.038c1.902-.218 2.599-.814 2.853-2.444l.044-.329.034-.356.026-.384.018-.413.016-.676.008-1.286-.002-2.242-.012-.981-.022-.653-.023-.398-.031-.369-.04-.341-.051-.315c-.253-1.359-.859-1.945-2.311-2.2l-.337-.051-.366-.042-.396-.033-.427-.025-.46-.019-.494-.013-1.391-.016-3.575-.001zm-1.178 3.712.223.004c1.546.05 2.199.507 2.305 1.662l.011.17.004.193-.057.28-1.658-.057.054-.363-.393-.032-.402-.014-.175-.002-.886-.001-.104.007c-.213.025-.321.116-.359.313l-.012.091-.007.177v1.51l.005.112c.02.232.096.341.277.378l.084.011.079.004.911-.001.321-.005.341-.015.269.021.056-.485 1.657.057-.002.409c-.049 1.283-.641 1.775-2.235 1.849l-.224.008-.375.003-.419-.007c-1.865-.065-2.388-.621-2.451-2.676l-.007-.463.006-.459c.056-1.906.517-2.521 2.072-2.652l.192-.013.395-.014.505-.001zm6.741-.001.223.002.419.013.208.013c1.366.103 1.884.523 1.969 1.643l.01.173.003.185-.057.281-1.658-.057.053-.362-.303-.03-.346-.015-1.1-.012-.152.004-.109.015c-.158.032-.253.108-.298.239l-.021.086-.012.136.004.654-.001.745-.004.257.007.112c.025.223.124.329.348.36l.104.009.181.001 1.047-.011.342-.014.262.027.056-.492 1.657.057-.002.412c-.042 1.254-.541 1.718-1.99 1.828l-.203.013-.42.013h-.436c-1.902-.03-2.509-.494-2.635-2.267l-.021-.416-.007-.462.006-.461c.059-1.971.544-2.56 2.257-2.662l.195-.009.424-.008z"}))})));CcSp.displayName="CcSp",CcSp.iconName="cc_sp",exports.default=CcSp},"./packages/juno-icon/src/ChangeLength.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChangeLength=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.523 23.373a1 1 0 0 0-1.412-1.415l-1.627 1.627V8.413l1.627 1.627a1.001 1.001 0 0 0 1.414-1.415L9.192 5.292a1.001 1.001 0 0 0-1.415 0L4.444 8.625a1 1 0 1 0 1.415 1.415l1.627-1.627v15.172l-1.627-1.627a1 1 0 1 0-1.415 1.415l3.333 3.333a1.015 1.015 0 0 0 .707.293.992.992 0 0 0 .707-.293l3.333-3.333zM18.821 18a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2h-8zM15.821 25.06a1 1 0 0 1 1-1h10a1 1 0 0 1 0 2h-10a1 1 0 0 1-1-1zM16.821 12a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2h-10z"}))})));ChangeLength.displayName="ChangeLength",ChangeLength.iconName="change-length",exports.default=ChangeLength},"./packages/juno-icon/src/ChangeTone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChangeTone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 6.5a1 1 0 0 1 1 1v17a1 1 0 0 1-2 0v-17a1 1 0 0 1 1-1zM10 11a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zM4 13.677a1 1 0 0 1 1 1V17.5a1 1 0 0 1-2 0v-2.823a1 1 0 0 1 1-1zM22 11a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zM28 13.677a1 1 0 0 1 1 1V17.5a1 1 0 0 1-2 0v-2.823a1 1 0 0 1 1-1z"}))})));ChangeTone.displayName="ChangeTone",ChangeTone.iconName="change-tone",exports.default=ChangeTone},"./packages/juno-icon/src/Chat.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Chat=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 2H4.8a2.796 2.796 0 0 0-2.786 2.8L2 30l5.6-5.6h19.6c1.54 0 2.8-1.26 2.8-2.8V4.8C30 3.26 28.74 2 27.2 2zM7.6 11.8h16.8v2.8H7.6v-2.8zm11.2 7H7.6V16h11.2v2.8zm5.6-8.4H7.6V7.6h16.8v2.8z"}))})));Chat.displayName="Chat",Chat.iconName="chat",exports.default=Chat},"./packages/juno-icon/src/ChatBubble.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChatBubble=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-7.222 3a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0l.001-4.585-6.072 6.07a.999.999 0 1 1-1.414-1.414l6.072-6.07L12.779 11a1 1 0 0 1 0-2h7z"}))})));ChatBubble.displayName="ChatBubble",ChatBubble.iconName="chat_bubble",exports.default=ChatBubble},"./packages/juno-icon/src/Check.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Check=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.678 8.293a.999.999 0 0 1 1.497 1.32l-.083.094-12.314 12.314a1 1 0 0 1-1.32.083l-.094-.083-7.071-7.071a.999.999 0 0 1 1.32-1.497l.094.083L13.07 19.9 24.678 8.293z"}))})));Check.displayName="Check",Check.iconName="check",exports.default=Check},"./packages/juno-icon/src/ChevronLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChevronLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.318 14.939a1.5 1.5 0 0 0 0 2.121l10.607 10.607a1.5 1.5 0 1 0 2.121-2.121L12.5 16l9.546-9.546a1.5 1.5 0 1 0-2.121-2.121L9.318 14.94z"}))})));ChevronLeft.displayName="ChevronLeft",ChevronLeft.iconName="chevron_left",exports.default=ChevronLeft},"./packages/juno-icon/src/ChevronRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChevronRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.682 14.939a1.5 1.5 0 0 1 0 2.121L12.075 27.667a1.5 1.5 0 1 1-2.121-2.121L19.5 16 9.954 6.454a1.5 1.5 0 1 1 2.121-2.121L22.682 14.94z"}))})));ChevronRight.displayName="ChevronRight",ChevronRight.iconName="chevron_right",exports.default=ChevronRight},"./packages/juno-icon/src/Close.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Close=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 7.515 17.414 16l8.485 8.486a1 1 0 0 1-1.414 1.414L16 17.413 7.515 25.9a1 1 0 0 1-1.414-1.414l8.485-8.487-8.485-8.484a.999.999 0 1 1 1.414-1.414l8.486 8.485 8.485-8.485A.999.999 0 1 1 25.9 7.515z"}))})));Close.displayName="Close",Close.iconName="close",exports.default=Close},"./packages/juno-icon/src/CloudContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CloudContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm7 7H9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h2.793c.133 0 .26.053.354.146l3.571 5.571a.4.4 0 0 0 .566 0l3.571-5.571a.5.5 0 0 1 .354-.146h2.793a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1z"}))})));CloudContact.displayName="CloudContact",CloudContact.iconName="cloud_contact",exports.default=CloudContact},"./packages/juno-icon/src/CodeSnippets.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CodeSnippets=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm0 7H4v14a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V11zM9.707 13.293l4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a1 1 0 0 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414zM23 21a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h6zm4-15H5a1 1 0 0 0-1 1v2h24V7a1 1 0 0 0-1-1z"}))})));CodeSnippets.displayName="CodeSnippets",CodeSnippets.iconName="code_snippets",exports.default=CodeSnippets},"./packages/juno-icon/src/Comments.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Comments=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM9 12a2 2 0 1 1 .001 3.999A2 2 0 0 1 9 12zm7 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 12zm7 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 23 12z"}))})));Comments.displayName="Comments",Comments.iconName="comments",exports.default=Comments},"./packages/juno-icon/src/CompanyLineBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CompanyLineBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 5v19.833h2.333V26c0 2.579 2.087 4.667 4.667 4.667S13.667 28.58 13.667 26v-1.167H30V5H11.333v21c0 1.39-.943 2.333-2.333 2.333S6.667 27.39 6.667 26v-1.167H9V5H2zm2.333 2.333h2.333V22.5H4.333V7.333zm9.334 0h14V22.5h-14V7.333zM16 9.667V12h9.333V9.667H16zm0 4.666v2.333h2.333v-2.333H16zm3.5 0v2.333h2.333v-2.333H19.5zm3.5 0v2.333h2.333v-2.333H23zm-7 3.5v2.333h2.333v-2.333H16zm3.5 0v2.333h2.333v-2.333H19.5zm3.5 0v2.333h2.333v-2.333H23z"}))})));CompanyLineBorder.displayName="CompanyLineBorder",CompanyLineBorder.iconName="company-line_border",exports.default=CompanyLineBorder},"./packages/juno-icon/src/CompanySetup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CompanySetup=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.999 2.012a2 2 0 0 1 1.994 1.851l.006.149V28h.997V9.012h6.007a2 2 0 0 1 1.994 1.851l.006.149L30.002 28l.114.007A1 1 0 0 1 30.002 30l.001.012h-8.007V30h-.997v.012L2 30a1 1 0 0 1 0-2h.006l.001-23.988a2 2 0 0 1 1.851-1.994l.149-.006H19zm8.003 18.989h-2.005l-.116.007a.999.999 0 0 0 0 1.986l.116.007h2.005l.116-.007a.999.999 0 0 0-.117-1.993zM14.985 21l-7.089.007a1 1 0 0 0 0 1.986l.117.007 7.089-.007A1 1 0 0 0 14.985 21zm12.017-5.999h-2.005l-.116.007a.999.999 0 0 0 0 1.986l.116.007h2.005l.116-.007a.999.999 0 0 0-.117-1.993zM14.985 15l-7.089.007a1 1 0 0 0 0 1.986l.117.007 7.089-.007A1 1 0 0 0 14.985 15zm0-5.988-7.089.007a1 1 0 0 0 0 1.986l.117.007 7.089-.007a1 1 0 0 0-.117-1.993z"}))})));CompanySetup.displayName="CompanySetup",CompanySetup.iconName="Company-setup",exports.default=CompanySetup},"./packages/juno-icon/src/CompanySetupBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CompanySetupBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.999 2.012a2 2 0 0 1 2 2L20.998 28h7.005l.001-15.988a1 1 0 0 0-.883-.993l-.117-.007h-5.007v-2h6.007a2 2 0 0 1 2 2L30.003 28l.114.007A1 1 0 0 1 30.003 30l.001.012h-8.007V30h-.998l.001.012L2.001 30a1 1 0 0 1 0-2h.006l.001-23.988a2 2 0 0 1 1.851-1.994l.149-.006zm-1 2.001H4.998a1 1 0 0 0-1 1V28h15.001V5.013a1 1 0 0 0-.883-.993l-.117-.007zm8.003 16.988a1 1 0 0 1 .117 1.993l-.116.007h-2.005a1 1 0 0 1-.117-1.993l.116-.007h2.005zM14.985 21a1 1 0 0 1 .117 1.993l-.117.007H8.012a1 1 0 0 1-.117-1.993L8.012 21h6.973zm11.017-5.999a1 1 0 0 1 .117 1.993l-.116.007h-2.005a1 1 0 0 1-.117-1.993l.116-.007h2.005zM14.985 15a1 1 0 0 1 .117 1.993l-.117.007H8.012a1 1 0 0 1-.117-1.993L8.012 15h6.973zm0-5.988a1 1 0 0 1 .117 1.993l-.117.007H8.012a1 1 0 0 1-.117-1.993l.117-.007h6.973z"}))})));CompanySetupBorder.displayName="CompanySetupBorder",CompanySetupBorder.iconName="Company-setup_border",exports.default=CompanySetupBorder},"./packages/juno-icon/src/Compose.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Compose=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m14.67 5 1.394.003c-.504.66-.9 1.395-1.173 2.178l-2.015.008-1.015.017-.472.014-.666.029-.416.026-.395.031-.374.038-.354.045-.17.025-.325.056-.306.064c-1.631.376-2.431 1.153-2.824 2.751l-.067.3c-.01.052-.021.104-.03.157l-.055.328-.047.348-.04.368-.034.388-.028.409-.022.431-.018.454-.023.977-.011 1.073v2.956l.015 1.318.018.72.017.452.022.43.027.408.033.387.039.367.046.347.053.327.061.309c.022.1.045.197.07.29l.079.273c.446 1.409 1.303 2.088 2.949 2.415l.318.057.337.05.357.042.377.036.397.03.419.024.44.019.703.021 1.018.016 2.326.007 1.707-.007 1.016-.016.702-.021.651-.031.407-.027.387-.033.186-.019.356-.042.171-.024.327-.053.309-.061c.1-.022.197-.045.29-.069l.273-.078.13-.043.247-.093c1.117-.458 1.704-1.255 2.012-2.643l.062-.306.054-.325.046-.344.04-.364.048-.584.035-.631.018-.448.023-.964.011-1.058.003-1.462a7.684 7.684 0 0 0 1.889-.935l.289-.205.005 1.069-.01 1.59-.017.884-.027.833-.039.783-.033.496-.04.475-.047.454-.054.434c-.01.071-.019.141-.03.21l-.065.405c-.058.33-.124.64-.201.931l-.096.341c-.574 1.883-1.622 2.931-3.505 3.505l-.341.096c-.233.061-.478.116-.736.165l-.396.069-.205.032-.424.058-.444.05-.464.043-.485.037-.506.03-.528.025-.833.027-.884.017-1.59.01-1.297-.006-.612-.009-.874-.021-.554-.02-.532-.025-.51-.031-.488-.037-.467-.044a15.612 15.612 0 0 1-.226-.025l-.437-.055-.417-.063a12.952 12.952 0 0 1-.397-.071l-.378-.08c-2.152-.493-3.359-1.458-4.025-3.298l-.109-.324a9.38 9.38 0 0 1-.188-.702l-.08-.378-.071-.397-.063-.417-.055-.437-.048-.457-.041-.478-.034-.499-.028-.521-.032-.823-.021-.874-.013-1.249V16.35l.008-.936.017-.884.027-.833.039-.783.033-.496.04-.475.047-.454.054-.434c.01-.071.019-.141.03-.21l.065-.405c.058-.33.124-.64.201-.931l.096-.341c.574-1.883 1.622-2.931 3.505-3.505l.341-.096c.233-.061.478-.116.736-.165l.396-.069.205-.032.424-.058.444-.05.464-.043.485-.037.506-.03.528-.025.833-.027.884-.017 1.26-.01zm11.687-2 .204.01a3.1 3.1 0 0 1 1.963.907l.137.148.618.713a2.952 2.952 0 0 1-.223 4.098l-.144.127-7.66 6.564a3.127 3.127 0 0 1-1.374.655l-.216.036-5.661.741 1.701-5.317a2.97 2.97 0 0 1 .788-1.254l.162-.143 7.662-6.564A3.114 3.114 0 0 1 26.358 3zm.027 2.145a.884.884 0 0 0-.547.129l-.093.067-7.662 6.564a.872.872 0 0 0-.24.296l-.048.118-.676 2.116 2.253-.296a.888.888 0 0 0 .347-.121l.101-.071 7.662-6.566a.849.849 0 0 0 .19-1.129l-.069-.092-.618-.713a.873.873 0 0 0-.599-.301z"}))})));Compose.displayName="Compose",Compose.iconName="compose",exports.default=Compose},"./packages/juno-icon/src/Computer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Computer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 24.005a2.002 2.002 0 0 1-2-2v-16a2.002 2.002 0 0 1 2-2h22a2.002 2.002 0 0 1 2 2v16a2.003 2.003 0 0 1-2 2H5zm0-17v14a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1zm-3 19h28a1 1 0 0 1 0 2H2a1 1 0 0 1 0-2z"}))})));Computer.displayName="Computer",Computer.iconName="computer",exports.default=Computer},"./packages/juno-icon/src/Conference.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Conference=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.758 21.902a3 3 0 1 1-3 5.196 3 3 0 1 1 3-5.196zM7.34 23a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zM16 10a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));Conference.displayName="Conference",Conference.iconName="conference",exports.default=Conference},"./packages/juno-icon/src/ConferenceBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ConferenceBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.758 21.902a3 3 0 1 1-3 5.196 3 3 0 1 1 3-5.196zM7.34 23a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zM16 10a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm10.392 14a1 1 0 1 0 1.733 1 1 1 0 0 0-1.733-1zm-22.15-.366a1 1 0 1 0 1.001 1.732 1 1 0 0 0-1.001-1.732zM16 12a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0-10a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"}))})));ConferenceBorder.displayName="ConferenceBorder",ConferenceBorder.iconName="conference_border",exports.default=ConferenceBorder},"./packages/juno-icon/src/Connect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Connect=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.344 16.945a1 1 0 0 0-1.32.083l-.083.094a1 1 0 0 0 .083 1.32l2.562 2.563L12.953 21a1 1 0 0 0 .117 1.993l11.518.012-2.564 2.565-.083.094a1 1 0 0 0 1.497 1.32l4.271-4.271.083-.094a1 1 0 0 0-.083-1.32l-4.271-4.271zM8.654 4.962l-.094.083-4.271 4.271a1 1 0 0 0-.083 1.32l.083.094 4.271 4.271a.999.999 0 0 0 1.497-1.32l-.083-.094-2.564-2.565 12.586-.012a1 1 0 0 0 .117-1.993l-.117-.007-12.584.012 2.562-2.563a1 1 0 0 0 .083-1.32l-.083-.094a1 1 0 0 0-1.32-.083z"}))})));Connect.displayName="Connect",Connect.iconName="connect",exports.default=Connect},"./packages/juno-icon/src/Contacts.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Contacts=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 18c-3.715 0-7.059 1.506-9.059 3.87.352.405.731.786 1.134 1.14l.307.261.082.067.272.213c2.017 1.536 4.534 2.448 7.265 2.448s5.248-.912 7.265-2.448l.272-.213.081-.066.307-.261c.403-.355.782-.736 1.135-1.142-2-2.363-5.345-3.869-9.06-3.869zm0-13a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 7z"}))})));Contacts.displayName="Contacts",Contacts.iconName="contacts",exports.default=Contacts},"./packages/juno-icon/src/ContactsAndCalendars.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ContactsAndCalendars=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 2a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 1 1 4 0v2h8V4a2 2 0 0 1 2-2zm0 18H10a2.001 2.001 0 0 0-1.995 1.851L8 22v4h16v-4a2 2 0 0 0-2-2zm-6-10a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));ContactsAndCalendars.displayName="ContactsAndCalendars",ContactsAndCalendars.iconName="contacts_and_calendars",exports.default=ContactsAndCalendars},"./packages/juno-icon/src/ContactsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ContactsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 20c-3.209 0-6.025 1.306-7.618 3.272l.082.067c2.06 1.665 4.682 2.662 7.537 2.662s5.477-.997 7.537-2.662l.081-.066c-1.594-1.966-4.41-3.272-7.618-3.272zm8.199 2.763-.251.229a9.08 9.08 0 0 0 .251-.229zM16 4C9.373 4 4 9.373 4 16c0 3.011 1.109 5.763 2.941 7.87C8.94 21.506 12.285 20 16 20s7.059 1.506 9.059 3.868A11.948 11.948 0 0 0 28 16c0-6.627-5.373-12-12-12zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));ContactsBorder.displayName="ContactsBorder",ContactsBorder.iconName="contacts_border",exports.default=ContactsBorder},"./packages/juno-icon/src/ControlRoom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ControlRoom=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.669 8.368c.012.15-.038.298-.139.408s-.243.173-.392.172H23.89a.534.534 0 0 1-.527-.477C22 5 17.5 4.317 16.003 4.317S10 5 8.668 8.471a.535.535 0 0 1-.527.477H6.893a.532.532 0 0 1-.532-.58c.354-3.614 4.964-6.369 9.64-6.369s9.312 2.754 9.667 6.369zm-7.482 5.695c0-1.216-.978-2.2-2.185-2.2s-2.185.984-2.185 2.2c0 1.216.978 2.2 2.185 2.2s2.185-.984 2.185-2.2zm4.797-.695c-.356-3.614-3.374-6.367-6.982-6.369-3.608 0-6.626 2.754-6.98 6.369a.535.535 0 0 0 .532.58h1.248a.536.536 0 0 0 .527-.477c.295-2.373 2.299-4.154 4.675-4.154s4.38 1.781 4.675 4.154c.03.271.257.476.527.477h1.248a.537.537 0 0 0 .531-.58zM16 21a7.87 7.87 0 0 0 4-1.096V24a4 4 0 0 1-8 0v-4.096A7.86 7.86 0 0 0 16 21zm-6-1.764c0-1.055 1.949-1.716 2.845-1.158.858.534 1.909.922 3.155.922s2.297-.388 3.155-.922c.896-.558 2.845.103 2.845 1.158V24a6 6 0 1 1-12 0v-4.764z"}))})));ControlRoom.displayName="ControlRoom",ControlRoom.iconName="control-room",exports.default=ControlRoom},"./packages/juno-icon/src/Conversion.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Conversion=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 18a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM20.974 6.076A12.002 12.002 0 0 1 28 17a11.97 11.97 0 0 1-4.064 9.001L29 26v2h-9v-9h2l.001 6A9.985 9.985 0 0 0 26 17a10 10 0 0 0-5.884-9.116l.858-1.807zM10 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Conversion.displayName="Conversion",Conversion.iconName="conversion",exports.default=Conversion},"./packages/juno-icon/src/Copy.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Copy=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 28H10a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1zm1-21H9a2 2 0 0 0-2 2v19a2 2 0 0 0 2 2h19a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM3 18a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h13a1 1 0 0 1 0 2H5a1 1 0 0 0-1 1v12a1 1 0 0 1-1 1z"}))})));Copy.displayName="Copy",Copy.iconName="copy",exports.default=Copy},"./packages/juno-icon/src/Country.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Country=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 29.333c-1.844 0-3.578-.35-5.2-1.05s-3.033-1.65-4.233-2.85c-1.2-1.2-2.15-2.611-2.85-4.233s-1.05-3.356-1.05-5.2c0-1.844.35-3.578 1.05-5.2s1.65-3.033 2.85-4.233c1.2-1.2 2.611-2.15 4.233-2.85s3.356-1.05 5.2-1.05c1.844 0 3.578.35 5.2 1.05s3.033 1.65 4.233 2.85c1.2 1.2 2.15 2.611 2.85 4.233s1.05 3.356 1.05 5.2c0 1.844-.35 3.578-1.05 5.2s-1.65 3.033-2.85 4.233c-1.2 1.2-2.611 2.15-4.233 2.85s-3.356 1.05-5.2 1.05zM14.567 27.3v-2.733c-.778 0-1.433-.289-1.967-.867s-.8-1.256-.8-2.033V20.2l-6.833-6.833c-.111.444-.189.883-.233 1.317s-.067.872-.067 1.317c0 2.889.939 5.411 2.817 7.567s4.239 3.4 7.083 3.733zm9.8-3.6c.489-.533.917-1.1 1.283-1.7s.678-1.228.933-1.883c.256-.656.444-1.328.567-2.017s.183-1.389.183-2.1c0-2.356-.644-4.494-1.933-6.417s-3.011-3.328-5.167-4.217v.6c0 .778-.267 1.456-.8 2.033s-1.189.867-1.967.867h-2.9v2.9c0 .378-.15.689-.45.933s-.639.367-1.017.367h-2.767v2.933h8.6c.378 0 .689.144.933.433s.367.622.367 1v4.233h1.433c.644 0 1.211.189 1.7.567s.822.867 1 1.467z"}))})));Country.displayName="Country",Country.iconName="Country",exports.default=Country},"./packages/juno-icon/src/Crashlytics.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Crashlytics=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m17.25 2.04 1.662.003c1.116.003 1.836.712 1.839 1.822.005 2.162.002 4.325 0 6.488 0 .113-.013.228-.022.388-2.037-1.179-4.115-1.354-6.228-.376-1.579.731-2.674 1.951-3.256 3.595-1.16 3.278.614 6.879 3.932 8.003 3.443 1.165 7.338-.75 8.303-4.685.099.083 3.365 3.29 4.901 4.813.834.827.833 1.817.002 2.644-.757.753-1.517 1.504-2.278 2.254-.847.832-1.85.836-2.69.01-.762-.748-2.675-2.619-2.675-2.619v.101l.001.167c.002.438.007 1.342.008 2.177v1.059l-.001.279c-.007 1.064-.729 1.787-1.789 1.793-1.134.005-2.268.005-3.402 0-1.082-.005-1.81-.721-1.823-1.81-.003-.243-.005-.574-.006-.938l-.001-.374V26.065l.001-.548v-.169l.001-.31v-.137l.001-.233v-.092l.001-.175s-1.845 1.852-2.598 2.591c-.846.829-1.845.829-2.689.001-.753-.739-1.504-1.48-2.252-2.223-.872-.865-.869-1.832-.014-2.7.832-.843 2.555-2.609 2.555-2.609H8.69l-.707.001H5.457l-.321-.001-.279-.001c-1.181-.006-1.861-.691-1.865-1.871a489.145 489.145 0 0 1 0-3.205c.005-1.151.69-1.839 1.849-1.846l.429-.002.336-.001h2.521l.521.001h.097l-.552-.552-.888-.888-.407-.406-.132-.131-.676-.675c-.796-.793-.803-1.797-.014-2.585.792-.792 1.588-1.581 2.391-2.364.756-.736 1.8-.743 2.544.005.864.867 2.713 2.605 2.713 2.605l.001-1.427v-.182l.001-.56.005-1.476c.008-1.139.726-1.857 1.854-1.86 1.107-.004 2.215-.004 3.323 0zm.018 11.393a2.56 2.56 0 0 1 2.57 2.553c.001 1.419-1.132 2.546-2.564 2.551-1.455.005-2.595-1.124-2.589-2.564a2.561 2.561 0 0 1 2.583-2.54z"}))})));Crashlytics.displayName="Crashlytics",Crashlytics.iconName="crashlytics",exports.default=Crashlytics},"./packages/juno-icon/src/Customize.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Customize=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.077 10c.51 0 .923.448.923 1 0 .513-.356.935-.815.993l-.108.007H4.923C4.413 12 4 11.552 4 11c0-.513.356-.935.815-.993L4.923 10h22.154zM27.077 20c.51 0 .923.448.923 1 0 .513-.356.936-.815.993l-.108.007H4.923C4.413 22 4 21.552 4 21c0-.513.356-.936.815-.993L4.923 20h22.154z"}))})));Customize.displayName="Customize",Customize.iconName="customize",exports.default=Customize},"./packages/juno-icon/src/CustomizeTabs.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CustomizeTabs=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.32 22.967a1.742 1.742 0 0 1 0 3.484H4.306a1.742 1.742 0 0 1 0-3.484H22.32zm5.374-8.709a1.742 1.742 0 0 1 0 3.484H13.263a1.742 1.742 0 0 1 0-3.484h14.431zM22.32 5.55a1.742 1.742 0 0 1 0 3.484H4.306a1.742 1.742 0 0 1 0-3.484H22.32z"}))})));CustomizeTabs.displayName="CustomizeTabs",CustomizeTabs.iconName="customize-tabs",exports.default=CustomizeTabs},"./packages/juno-icon/src/Dashboard.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dashboard=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zM13 21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8zm0-18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8z"}))})));Dashboard.displayName="Dashboard",Dashboard.iconName="dashboard",exports.default=Dashboard},"./packages/juno-icon/src/DashboardBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DashboardBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zM13 21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8zM26 5h-6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM12 23H6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm1-20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zm-1 2H6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"}))})));DashboardBorder.displayName="DashboardBorder",DashboardBorder.iconName="dashboard_border",exports.default=DashboardBorder},"./packages/juno-icon/src/Date.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Date=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4h-4V3a1 1 0 0 0-2 0v1h-8V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM4 10h24v2H4v-2z"}))})));Date.displayName="Date",Date.iconName="date",exports.default=Date},"./packages/juno-icon/src/DateBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DateBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4h-4V3a1 1 0 0 0-2 0v1h-8V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-1 22H7a1 1 0 0 1-1-1V12h20v13a1 1 0 0 1-1 1zm1-16H6V7a1 1 0 0 1 1-1h3v1a1 1 0 0 0 2 0V6h8v1a1 1 0 0 0 2 0V6h3a1 1 0 0 1 1 1v3z"}))})));DateBorder.displayName="DateBorder",DateBorder.iconName="date_border",exports.default=DateBorder},"./packages/juno-icon/src/DefaultAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultAvatar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.333 24.867c.04 0 .08-.041.113-.041a42.167 42.167 0 0 1 5.467-2.049c.113 0 .113 0 .113-.621a4.708 4.708 0 0 0-.227-1.523c-.113-.512-.38-1.25-.5-2.049a4.743 4.743 0 0 1-.873-2.049 2.76 2.76 0 0 1 0-1.755v-.061c0-.232-.12-1.407-.233-2.418a4.398 4.398 0 0 1 .88-3.162 4.382 4.382 0 0 1 3.48-1.755h1.113a4.349 4.349 0 0 1 3.473 1.755 4.398 4.398 0 0 1 .88 3.162 22.43 22.43 0 0 0-.113 2.418v.116c.183.57.183 1.185 0 1.755a4.849 4.849 0 0 1-.953 2.049 4.71 4.71 0 0 1-.5 2.049 7.383 7.383 0 0 0-.38 1.523c0 .621 0 .621.113.621a49.085 49.085 0 0 1 5.54 2.049 12.771 12.771 0 0 1-17.393-.014zm18.794-.074v-.04c.121-.147.268-.3.389-.453v-.08c.121-.147.235-.3.349-.453.04-.04.04-.08.074-.08.121-.147.194-.3.308-.453.04-.04.04-.08.08-.113.074-.153.188-.307.268-.46.04-.04.04-.073.074-.113l.235-.46c.04-.033.04-.113.074-.153.083-.143.148-.295.194-.453.04-.08.04-.113.08-.193s.114-.3.188-.42.04-.113.08-.187.114-.267.154-.42c.04-.153.034-.153.074-.227s.08-.267.114-.42c.034-.153.04-.153.08-.227l.114-.42c0-.08.04-.153.04-.233s.04-.267.074-.413c.034-.147.04-.153.04-.267s.04-.307.08-.42c.04-.113 0-.153 0-.267s.04-.307.04-.493v-.92a13.144 13.144 0 0 0-1.81-6.891c-.22-.369-.462-.725-.724-1.066-.268-.34-.536-.666-.804-.993a11.07 11.07 0 0 0-.925-.913 6.628 6.628 0 0 0-.496-.42 12.834 12.834 0 0 0-2.735-1.713c-.389-.187-.811-.34-1.193-.493-.415-.15-.838-.277-1.267-.38a12.53 12.53 0 0 0-3.264-.42C8.7 2.662 2.684 8.626 2.666 15.995v.953c0 .153.04.307.04.46s.034.187.034.26c0 .073.04.267.04.42s.04.193.04.267c0 .073.04.267.074.42s.04.193.08.267c.04.073.074.267.114.38s.04.193.08.267c.04.073.074.267.114.38.032.087.057.176.074.267.037.132.088.259.154.38l.121.233c.034.113.114.267.147.38l.121.227c.074.113.114.267.188.38l.121.233c.079.118.142.246.188.38.04.073.08.113.121.187s.154.267.228.38c.074.113.074.12.114.193s.194.267.268.38c.074.113.08.113.121.153s.188.267.302.38l.121.113c.114.153.228.267.342.42.04.04.08.08.08.113.114.153.268.267.382.42l.074.08.463.453c5.377 4.898 13.7 4.646 18.768-.566l.349-.46z"}))})));DefaultAvatar.displayName="DefaultAvatar",DefaultAvatar.iconName="default-avatar",exports.default=DefaultAvatar},"./packages/juno-icon/src/DefaultBox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultBoxD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultBoxD.tsx")),DefaultBox=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultBoxD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#0061d5",d:"M4.959 9C4.419 9 4 9.419 4 9.897v7.531a4.586 4.586 0 0 0 4.589 4.483h.025-.001a4.718 4.718 0 0 0 4.123-2.427l.012-.024c.779 1.434 2.337 2.451 4.074 2.451 2.577 0 4.674-2.032 4.674-4.602.06-2.451-2.037-4.484-4.613-4.484-1.738 0-3.295.957-4.074 2.391-.78-1.434-2.338-2.391-4.135-2.391a4.935 4.935 0 0 0-2.817.897V9.897A.92.92 0 0 0 4.96 9h-.001zm16.643 3.728a.944.944 0 0 0-.707.16l.003-.002c-.36.299-.479.897-.18 1.315l2.397 3.108-2.396 3.107c-.3.419-.24.958.18 1.257.419.299 1.016.297 1.316-.122l2.039-2.63 2.096 2.69c.3.359.899.418 1.318.12.36-.299.42-.838.121-1.256l-2.338-3.107 2.338-3.05c.3-.418.298-1.016-.121-1.315-.48-.299-1.019-.239-1.318.18l-2.096 2.57-2.04-2.688a1.001 1.001 0 0 0-.612-.337zM8.613 14.617c1.558 0 2.817 1.257 2.817 2.751 0 1.554-1.259 2.749-2.817 2.749s-2.816-1.195-2.816-2.749c0-1.494 1.258-2.751 2.816-2.751zm8.27 0c1.558 0 2.816 1.257 2.816 2.751-.06 1.554-1.318 2.749-2.816 2.749-1.558 0-2.817-1.195-2.817-2.749 0-1.494 1.259-2.751 2.817-2.751z"}))})));DefaultBox.displayName="DefaultBox",DefaultBox.iconName="default-box",exports.default=DefaultBox},"./packages/juno-icon/src/DefaultBoxD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultBoxD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#0061d5",d:"M4.959 9C4.419 9 4 9.419 4 9.897v7.531a4.586 4.586 0 0 0 4.589 4.483h.025-.001a4.718 4.718 0 0 0 4.123-2.427l.012-.024c.779 1.434 2.337 2.451 4.074 2.451 2.577 0 4.674-2.032 4.674-4.602.06-2.451-2.037-4.484-4.613-4.484-1.738 0-3.295.957-4.074 2.391-.78-1.434-2.338-2.391-4.135-2.391a4.935 4.935 0 0 0-2.817.897V9.897A.92.92 0 0 0 4.96 9h-.001zm16.643 3.728a.944.944 0 0 0-.707.16l.003-.002c-.36.299-.479.897-.18 1.315l2.397 3.108-2.396 3.107c-.3.419-.24.958.18 1.257.419.299 1.016.297 1.316-.122l2.039-2.63 2.096 2.69c.3.359.899.418 1.318.12.36-.299.42-.838.121-1.256l-2.338-3.107 2.338-3.05c.3-.418.298-1.016-.121-1.315-.48-.299-1.019-.239-1.318.18l-2.096 2.57-2.04-2.688a1.001 1.001 0 0 0-.612-.337zM8.613 14.617c1.558 0 2.817 1.257 2.817 2.751 0 1.554-1.259 2.749-2.817 2.749s-2.816-1.195-2.816-2.749c0-1.494 1.258-2.751 2.816-2.751zm8.27 0c1.558 0 2.816 1.257 2.816 2.751-.06 1.554-1.318 2.749-2.816 2.749-1.558 0-2.817-1.195-2.817-2.749 0-1.494 1.259-2.751 2.817-2.751z"}))})));DefaultBoxD.displayName="DefaultBoxD",DefaultBoxD.iconName="default-box-D",exports.default=DefaultBoxD},"./packages/juno-icon/src/DefaultFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultFileD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultFileD.tsx")),DefaultFile=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultFileD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2f51b1",d:"M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 0 0 .136-.052.933.933 0 0 1 .522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 0 0 .182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z"}),React.createElement("path",{fill:"#4b77f1",d:"M23.965 13.314a1.879 1.879 0 0 0-.928-.242h-8.563a1.113 1.113 0 0 1-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 0 0-.907.232 1.779 1.779 0 0 0-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 0 0-.924-1.55z"}))})));DefaultFile.displayName="DefaultFile",DefaultFile.iconName="default-file",exports.default=DefaultFile},"./packages/juno-icon/src/DefaultFileD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultFileD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2f51b1",d:"M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 0 0 .136-.052.933.933 0 0 1 .522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 0 0 .182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z"}),React.createElement("path",{fill:"#356afd",d:"M23.965 13.314a1.879 1.879 0 0 0-.928-.242h-8.563a1.113 1.113 0 0 1-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 0 0-.907.232 1.779 1.779 0 0 0-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 0 0-.924-1.55z"}))})));DefaultFileD.displayName="DefaultFileD",DefaultFileD.iconName="default-file-D",exports.default=DefaultFileD},"./packages/juno-icon/src/DefaultGdrive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultGdriveD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultGdriveD.tsx")),DefaultGdrive=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultGdriveD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffc107",d:"M13.333 8.889h5.778l5.778 9.778h-5.778z"}),React.createElement("path",{fill:"#1976d2",d:"m9.778 24 3.039-5.333h12.072L21.878 24z"}),React.createElement("path",{fill:"#4caf50",d:"M7.111 19.015 10.021 24 16 13.926l-2.963-5.037z"}))})));DefaultGdrive.displayName="DefaultGdrive",DefaultGdrive.iconName="default-gdrive",exports.default=DefaultGdrive},"./packages/juno-icon/src/DefaultGdriveD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultGdriveD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffc107",d:"M13.333 8.889h5.778l5.778 9.778h-5.778z"}),React.createElement("path",{fill:"#1976d2",d:"m9.778 24 3.038-5.333h12.073L21.877 24z"}),React.createElement("path",{fill:"#4caf50",d:"M7.111 19.015 10.021 24 16 13.926l-2.963-5.037z"}))})));DefaultGdriveD.displayName="DefaultGdriveD",DefaultGdriveD.iconName="default-gdrive-D",exports.default=DefaultGdriveD},"./packages/juno-icon/src/DefaultGroupAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultGroupAvatar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5.483 27.417c1.234-.457 2.559-.914 3.61-1.188.137 0 .137 0 .137-.731 0-.868-.137-1.279-.274-1.691-.137-.548-.411-1.416-.548-2.285-.274-.274-.731-1.005-1.005-2.285-.274-1.142-.137-1.554 0-2.011v-.137c0-.274-.137-1.554-.274-2.696-.137-.731 0-2.285 1.005-3.564.548-.868 1.828-1.828 3.975-2.011h1.279c2.102.183 3.381 1.188 3.975 2.056 1.005 1.279 1.142 2.833 1.005 3.564-.137 1.005-.137 2.422-.137 2.696v.137c.137.411.274.868 0 2.011-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691 0 .731 0 .731.137.731 2.011.548 5.118 1.691 6.397 2.285.503.228.868.503 1.142.823a15.519 15.519 0 0 1-7.905 2.148 15.9 15.9 0 0 1-10.556-4.113zm18.918 1.599c-.228-.32-.457-.548-.685-.685-1.371-.594-4.524-1.965-6.626-2.559-.137 0-.32 0-.137-.777.046-.32.183-.548.32-.868.228-.64.548-1.325.548-2.239.32-.32.777-1.051 1.051-2.422.32-1.188.137-1.645 0-2.102v-.137c0-.32 0-1.828.137-2.879.137-.777 0-2.422-1.051-3.793-.503-.731-1.554-1.645-3.107-2.056.685-.64 1.828-1.188 3.381-1.325h1.279c2.148.137 3.427 1.142 3.975 2.011 1.005 1.279 1.142 2.833 1.005 3.564-.137 1.005-.137 2.422-.137 2.696v.137c.137.411.274.868 0 2.011-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691 0 .731 0 .731.137.731 1.508.411 3.61 1.188 5.164 1.782-1.051 1.005-2.102 1.873-3.29 2.65z"}))})));DefaultGroupAvatar.displayName="DefaultGroupAvatar",DefaultGroupAvatar.iconName="default-group-avatar",exports.default=DefaultGroupAvatar},"./packages/juno-icon/src/DefaultIntegration.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultIntegration=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 1a4 4 0 0 1 4 4v1h6a2 2 0 0 1 2 2v6h1a4 4 0 0 1 0 8h-1v6a2 2 0 0 1-2 2h-6v-1a4 4 0 0 0-3.8-3.995L14 25a4 4 0 0 0-3.995 3.8L10 29v1H4a2 2 0 0 1-2-2v-6h1a4 4 0 0 0 3.995-3.8L7 18a4 4 0 0 0-3.8-3.995L3 14H2V8a2 2 0 0 1 2-2h6V5a4 4 0 0 1 4-4z"}))})));DefaultIntegration.displayName="DefaultIntegration",DefaultIntegration.iconName="default-integration",exports.default=DefaultIntegration},"./packages/juno-icon/src/DefaultIntegrationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultIntegrationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 1a5 5 0 0 1 5 5h5a2 2 0 0 1 2 2v5a5 5 0 0 1 0 10v5a2 2 0 0 1-2 2h-7v-2a3 3 0 0 0-2.824-2.995L14 25a3 3 0 0 0-2.995 2.824L11 28v2H4a2 2 0 0 1-2-2v-7h2a3 3 0 0 0 2.995-2.824L7 18a3 3 0 0 0-2.824-2.995L4 15H2V8a2 2 0 0 1 2-2h5a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-2.995 2.824L11 6v2H4v5l.058.001.234.008c2.564.149 4.593 2.219 4.702 4.825l.005.225-.008.234a5 5 0 0 1-4.772 4.703l-.22.005v5h5L9 27.943l.008-.234c.149-2.564 2.219-4.593 4.825-4.703l.225-.005.234.008a5 5 0 0 1 4.703 4.772l.005.22h5v-7h2a3 3 0 0 0 .176-5.995L26 15.001h-2v-7h-7v-2a3 3 0 0 0-3-3z"}))})));DefaultIntegrationBorder.displayName="DefaultIntegrationBorder",DefaultIntegrationBorder.iconName="default-integration_border",exports.default=DefaultIntegrationBorder},"./packages/juno-icon/src/DefaultMusic.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultMusicD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultMusicD.tsx")),DefaultMusic=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultMusicD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4b77f1",d:"M22.222 7.111a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667h12.444zm-1.429 2.676-8 1.778a.444.444 0 0 0-.348.434v7.032a2.567 2.567 0 0 0-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 0 0-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 0 0-.54-.434z"}))})));DefaultMusic.displayName="DefaultMusic",DefaultMusic.iconName="default-music",exports.default=DefaultMusic},"./packages/juno-icon/src/DefaultMusicD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultMusicD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"M22.222 7.111a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667h12.444z"}),React.createElement("path",{fill:"#f1f1f1",d:"m20.793 9.787-8 1.778a.444.444 0 0 0-.348.434v7.032a2.567 2.567 0 0 0-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 0 0-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 0 0-.54-.434z"}))})));DefaultMusicD.displayName="DefaultMusicD",DefaultMusicD.iconName="default-music-D",exports.default=DefaultMusicD},"./packages/juno-icon/src/DefaultTeamAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultTeamAvatar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.002 10c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S22 11.083 22 10c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm-20 0c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S2 11.083 2 10c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10 17.999c0 1.083-.396 2.021-1.188 2.813S17.084 32 16.001 32c-1.083 0-2.021-.396-2.813-1.188S12 29.082 12 27.999c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10-5.999c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S22 23.083 22 22c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm-20 0c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S2 23.083 2 22c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10-17.999c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S12 5.084 12 4.001c0-1.083.396-2.021 1.188-2.813S14.918 0 16.001 0c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813z"}))})));DefaultTeamAvatar.displayName="DefaultTeamAvatar",DefaultTeamAvatar.iconName="default-team-avatar",exports.default=DefaultTeamAvatar},"./packages/juno-icon/src/DefaultVideo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultVideoD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultVideoD.tsx")),DefaultVideo=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultVideoD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4b77f1",d:"M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 0 0 0-17.778zm3.497 9.66-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z"}))})));DefaultVideo.displayName="DefaultVideo",DefaultVideo.iconName="default-video",exports.default=DefaultVideo},"./packages/juno-icon/src/DefaultVideoD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultVideoD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 0 0 0-17.778z"}),React.createElement("path",{fill:"#f1f1f1",d:"m19.497 16.771-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z"}))})));DefaultVideoD.displayName="DefaultVideoD",DefaultVideoD.iconName="default-video-D",exports.default=DefaultVideoD},"./packages/juno-icon/src/Delete.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Delete=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 2a2 2 0 0 1 2 2v2h6a1 1 0 0 1 0 2h-1.083l-.837 20.083A2 2 0 0 1 24.082 30H7.919a2 2 0 0 1-1.998-1.917L5.084 8H4.001a1 1 0 0 1 0-2h6V4a2 2 0 0 1 2-2h8zm4.914 6H7.085l.793 19.042a1 1 0 0 0 .999.958h14.245a1 1 0 0 0 .999-.958L24.913 8zM13 12a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V13a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V13a1 1 0 0 1 1-1zm0-8h-6a1 1 0 0 0-1 1v1h8V5a1 1 0 0 0-1-1z"}))})));Delete.displayName="Delete",Delete.iconName="delete",exports.default=Delete},"./packages/juno-icon/src/DeleteCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeleteCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-4.243 8.343a.999.999 0 0 0-1.497 1.32l.083.094 4.243 4.241-4.243 4.244a.999.999 0 0 0 1.32 1.497l.094-.083L16 17.412l4.243 4.244a.999.999 0 0 0 1.497-1.32l-.083-.094-4.243-4.244 4.243-4.241a.999.999 0 0 0-1.32-1.497l-.094.083L16 14.584l-4.243-4.241z"}))})));DeleteCircle.displayName="DeleteCircle",DeleteCircle.iconName="delete_circle",exports.default=DeleteCircle},"./packages/juno-icon/src/DeletedFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeletedFileD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DeletedFileD.tsx")),DeletedFile=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DeletedFileD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#e8e9ed",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#81899d",d:"M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 1 1 0 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 0 1-1.778-1.778v-9.778h-.889a.889.889 0 1 1 0-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.556zm0 6.222a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm-3.556 0a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z"}))})));DeletedFile.displayName="DeletedFile",DeletedFile.iconName="deleted_file",exports.default=DeletedFile},"./packages/juno-icon/src/DeletedFileD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeletedFileD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#30323a",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#8f9199",d:"M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 1 1 0 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 0 1-1.778-1.778v-9.778h-.889a.889.889 0 1 1 0-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.555zm0 6.222a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm-3.556 0a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z"}))})));DeletedFileD.displayName="DeletedFileD",DeletedFileD.iconName="deleted_file_D",exports.default=DeletedFileD},"./packages/juno-icon/src/Deletenumber.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Deletenumber=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H10.891a2.003 2.003 0 0 1-1.487-.662l-7.2-8a2 2 0 0 1 0-2.676l7.2-8c.379-.421.92-.662 1.487-.662H28zm-1 2H11.336a.996.996 0 0 0-.743.331l-6.3 7a1 1 0 0 0 0 1.338l6.3 7a1 1 0 0 0 .743.331H27a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm-10.536 3.05L20 14.584l3.536-3.534a.999.999 0 1 1 1.414 1.414l-3.536 3.534 3.536 3.537a.999.999 0 1 1-1.414 1.414L20 17.412l-3.536 3.537a.999.999 0 1 1-1.414-1.414l3.536-3.537-3.536-3.534a.999.999 0 1 1 1.414-1.414z"}))})));Deletenumber.displayName="Deletenumber",Deletenumber.iconName="deletenumber",exports.default=Deletenumber},"./packages/juno-icon/src/Department.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Department=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm18 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm-18 2H3v8h8v-8zm18 0h-8v8h8v-8zM20 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2h-8v8h8V4z"}))})));Department.displayName="Department",Department.iconName="department",exports.default=Department},"./packages/juno-icon/src/Description.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Description=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.25 24c.414 0 .75.448.75 1s-.336 1-.75 1H2.75c-.414 0-.75-.448-.75-1s.336-1 .75-1h16.5zm9.583-9c.644 0 1.167.448 1.167 1s-.522 1-1.167 1H3.166c-.644 0-1.167-.448-1.167-1s.522-1 1.167-1h25.667zm0-9C29.477 6 30 6.448 30 7s-.522 1-1.167 1H3.166c-.644 0-1.167-.448-1.167-1s.522-1 1.167-1h25.667z"}))})));Description.displayName="Description",Description.iconName="Description",exports.default=Description},"./packages/juno-icon/src/Deskphone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Deskphone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4zm20 1a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14zm-9 16h-2a1 1 0 0 0-.117 1.993L17 23h2a1 1 0 0 0 0-2zm6 0h-2a1 1 0 0 0-.117 1.993L23 23h2a1 1 0 0 0 0-2zm-6-4h-2a1 1 0 0 0-.117 1.993L17 19h2a1 1 0 0 0 0-2zm6 0h-2a1 1 0 0 0-.117 1.993L23 19h2a1 1 0 0 0 0-2zm0-8h-8a1 1 0 0 0-.993.883L16 10v2a1 1 0 0 0 .883.993L17 13h8a1 1 0 0 0 .993-.883L26 12v-2a1 1 0 0 0-1-1z"}))})));Deskphone.displayName="Deskphone",Deskphone.iconName="deskphone",exports.default=Deskphone},"./packages/juno-icon/src/DeskphonePairingInfo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeskphonePairingInfo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 9a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 11zm1 5v3h-2v-3h2zm0-3v2h-2v-2h2z"}))})));DeskphonePairingInfo.displayName="DeskphonePairingInfo",DeskphonePairingInfo.iconName="deskphone-pairing-info",exports.default=DeskphonePairingInfo},"./packages/juno-icon/src/Device.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Device=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h13a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H14.829A3.001 3.001 0 0 1 12 31H8a3.001 3.001 0 0 1-2.829-2H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4zm0 3H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h1V7zm10 20h13a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H15v20zM8 3a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H8zm9 8a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1z"}))})));Device.displayName="Device",Device.iconName="device",exports.default=Device},"./packages/juno-icon/src/Dial.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dial=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a1 1 0 0 0-1 1v12a1 1 0 0 1-1 1l-19.586.001 6.536-6.536a.999.999 0 1 0-1.414-1.414l-8.243 8.243a.999.999 0 0 0 0 1.414l8.243 8.243a.999.999 0 1 0 1.414-1.414l-6.536-6.535L27 19.001a2 2 0 0 0 2-2v-13a1 1 0 0 0-1-1z"}))})));Dial.displayName="Dial",Dial.iconName="dial",exports.default=Dial},"./packages/juno-icon/src/Dialer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dialer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 17a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));Dialer.displayName="Dialer",Dialer.iconName="dialer",exports.default=Dialer},"./packages/juno-icon/src/DialerS.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DialerS=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 24.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM7.5 17a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-17-7.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM7.5 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM16 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"}))})));DialerS.displayName="DialerS",DialerS.iconName="dialer_s",exports.default=DialerS},"./packages/juno-icon/src/DirectLineBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DirectLineBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 2v25.76c0 .586.206 1.186.63 1.61s1.024.63 1.61.63h11.2c.586 0 1.186-.206 1.61-.63s.63-1.024.63-1.61V7.6c0-.586-.206-1.186-.63-1.61s-1.024-.63-1.61-.63h-11.2V2H8zm2.24 5.6h11.2v4.48h-11.2V7.6zm0 6.72h11.2v13.44h-11.2V14.32zm1.12 2.24v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm-6.72 3.36v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm-6.72 3.36v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24z"}))})));DirectLineBorder.displayName="DirectLineBorder",DirectLineBorder.iconName="direct-line_border",exports.default=DirectLineBorder},"./packages/juno-icon/src/Disposition.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Disposition=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.858 5.1 10.929.005c2.794.07 3.803.829 4.069 3.278l.036.401.014.211.019.445.006.234.005.49a.9.9 0 0 1-1.8 0l-.005-.797-.008-.344-.014-.311-.022-.279-.031-.249c-.137-.899-.503-1.17-1.474-1.251l-.267-.017-.296-.01-.686-.006H6.86a.963.963 0 0 0-.951.861l-.006.114v16.773c0 .503.372.915.846.971l.111.007h9.918a.9.9 0 0 1 .113 1.793l-.113.007H6.86a2.767 2.767 0 0 1-2.753-2.609l-.005-.169V7.875a2.767 2.767 0 0 1 2.589-2.77l.168-.005z"}),React.createElement("path",{d:"M16.776 10.649a.9.9 0 0 1 .113 1.793l-.113.007h-8.32a.9.9 0 0 1-.113-1.793l.113-.007h8.32zm-3.429 3.044a.9.9 0 0 1 .113 1.793l-.113.007H8.456a.9.9 0 0 1-.113-1.793l.113-.007h4.891zm15.166-1.244-3.421-3.274-9.026 9.154-.604 4.309 4.299-.888 8.753-9.301zm-3.421-1.226 1.405 1.322-7.509 7.795-2.083.789.492-1.915 7.694-7.99z"}),React.createElement("path",{d:"M22.601 12.071a.9.9 0 0 1 1.181-.08l1.737 1.688c.176.176.189.361.189.592s-.063.461-.239.636a.933.933 0 0 1-1.205.08l-1.663-1.644a.901.901 0 0 1 0-1.273z"}))})));Disposition.displayName="Disposition",Disposition.iconName="Disposition",exports.default=Disposition},"./packages/juno-icon/src/Doc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DocD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DocD.tsx")),Doc=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DocD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4169a1",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4169a1",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm5.09 12.53-1.202-4.842h-.038l-1.24 4.842h-1.052l-1.954-6.128h1.09l1.39 5.031 1.24-5.031h1.09l1.277 5.031L19 14.402h1.014l-1.916 6.128h-1.09z"}))})));Doc.displayName="Doc",Doc.iconName="doc",exports.default=Doc},"./packages/juno-icon/src/DocD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DocD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222f42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4169a1",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z"}),React.createElement("path",{fill:"#f1f1f1",d:"m17.009 20.53-1.202-4.842h-.037l-1.24 4.842h-1.052l-1.954-6.129h1.09l1.39 5.032 1.24-5.032h1.089l1.278 5.032 1.39-5.032h1.014l-1.916 6.129z"}))})));DocD.displayName="DocD",DocD.iconName="doc-D",exports.default=DocD},"./packages/juno-icon/src/DockBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DockBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 10v2H4v16h16v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h4zm20-8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H12a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16zm0 2H12v16h16V4zm-2.808 2.707a.999.999 0 0 1 0 1.414l-6.498 6.499 2.356 2.309h-6L15 11l2.266 2.221 6.513-6.514a.999.999 0 0 1 1.414 0z"}))})));DockBorder.displayName="DockBorder",DockBorder.iconName="dock_border",exports.default=DockBorder},"./packages/juno-icon/src/Donedone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Donedone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.04 2C8.33 2 2.08 8.251 2.08 15.962s6.25 13.962 13.96 13.962c7.71 0 13.96-6.251 13.96-13.962S23.75 2 16.04 2zm-5.781 16.048L6.575 14.42a.492.492 0 0 1-.011-.705l1.741-1.74a.506.506 0 0 1 .704-.007l1.679 1.623 6.348-6.285a.508.508 0 0 1 .72-.008l1.789 1.741a.481.481 0 0 1 .006.691l-8.579 8.33a.516.516 0 0 1-.713-.013zm15.323-1.607-8.579 8.329a.515.515 0 0 1-.713-.013l-3.684-3.627a.492.492 0 0 1-.011-.705l1.74-1.74a.507.507 0 0 1 .704-.008l1.679 1.624 6.348-6.285a.508.508 0 0 1 .72-.008l1.789 1.74c.195.19.202.504.007.692z"}))})));Donedone.displayName="Donedone",Donedone.iconName="donedone",exports.default=Donedone},"./packages/juno-icon/src/DoubleChevronLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DoubleChevronLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 4a1 1 0 0 1 1 1v22a1 1 0 0 1-2 0V5a1 1 0 0 1 1-1zm12.314 2.101a.999.999 0 0 1 0 1.414L9.827 15H27a1 1 0 0 1 0 2H9.829l7.485 7.485a.999.999 0 1 1-1.414 1.414l-9.192-9.192a.999.999 0 0 1 0-1.414L15.9 6.101a.999.999 0 0 1 1.414 0z"}))})));DoubleChevronLeft.displayName="DoubleChevronLeft",DoubleChevronLeft.iconName="double-chevron_left",exports.default=DoubleChevronLeft},"./packages/juno-icon/src/DoubleChevronRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DoubleChevronRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.899 4a1 1 0 0 0-1 1v22a1 1 0 0 0 2 0V5a1 1 0 0 0-1-1zM14.586 6.101a.999.999 0 0 0 0 1.414L22.073 15H5a1 1 0 0 0 0 2h17.07l-7.485 7.485a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 0 0 0-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0z"}))})));DoubleChevronRight.displayName="DoubleChevronRight",DoubleChevronRight.iconName="double-chevron_right",exports.default=DoubleChevronRight},"./packages/juno-icon/src/Download.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Download=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 26a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM16 3a1 1 0 0 1 .993.883L17 4v16.17l6.885-6.875a.998.998 0 0 1 1.493 1.316l-.083.094-8.588 8.588a.999.999 0 0 1-1.414 0l-8.588-8.588a.998.998 0 0 1 1.316-1.493l.094.083L15 20.17V4a1 1 0 0 1 1-1z"}))})));Download.displayName="Download",Download.iconName="download",exports.default=Download},"./packages/juno-icon/src/DownwardsArrowWithTipRightwards.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DownwardsArrowWithTipRightwards=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 3a1 1 0 0 1 1 1v12a1 1 0 0 0 1 1l19.586.001-6.536-6.536a.999.999 0 1 1 1.414-1.414l8.243 8.243a.999.999 0 0 1 0 1.414l-8.243 8.243a.999.999 0 1 1-1.414-1.414l6.536-6.535L5 19.001a2 2 0 0 1-2-2v-13a1 1 0 0 1 1-1z"}))})));DownwardsArrowWithTipRightwards.displayName="DownwardsArrowWithTipRightwards",DownwardsArrowWithTipRightwards.iconName="downwards-arrow-with-tip-rightwards",exports.default=DownwardsArrowWithTipRightwards},"./packages/juno-icon/src/Draft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Draft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 27a1 1 0 0 1 0 2H14a1 1 0 0 1 0-2h15zm-.99-23a4 4 0 0 1 0 5.657L10.761 26.906c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022L22.353 4.001a4 4 0 0 1 5.657 0zm-7.071 4.242L6.597 22.584l2.828 2.828L23.767 11.07l-2.828-2.828zm2.828-2.828-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 1 0-2.828-2.828z"}))})));Draft.displayName="Draft",Draft.iconName="draft",exports.default=Draft},"./packages/juno-icon/src/DragableArea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DragableArea=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 23a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM11 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM11 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));DragableArea.displayName="DragableArea",DragableArea.iconName="dragable_area",exports.default=DragableArea},"./packages/juno-icon/src/Dropbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dropbox=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m10.519 22.653-7.852-5.227 5.416-4.441 7.916 4.998-5.48 4.67zm5.48-4.671 7.918-4.997 5.416 4.44-7.837 5.228-5.497-4.671zm.033 1.017 5.496 4.653 2.357-1.572v1.769l-7.853 4.801v.016l-.016-.016-.017.016v-.016l-7.835-4.801V22.08l2.356 1.572L16 18.999v-.033l.017.016.016-.016v.033zM2.667 8.56l7.852-5.227 5.48 4.671-7.916 4.981L2.667 8.56zm18.829-5.227 7.837 5.227-5.416 4.425-7.918-4.981 5.497-4.671z"}))})));Dropbox.displayName="Dropbox",Dropbox.iconName="dropbox",exports.default=Dropbox},"./packages/juno-icon/src/E2EeSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),E2EeSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16 5.714 2.522 1.026 3.081.715 2.481.417v9.093c.008.423-.061.935-.257 1.561-.489 1.387-1.203 2.573-2.301 3.798-.31.34-.637.664-.981.967a23.95 23.95 0 0 1-1.097.921c-.369.292-.772.584-1.176.869l-1.034.723-1.234.825-.88-.54c-1.352-.904-1.841-1.292-2.329-1.694l-.729-.605a19.483 19.483 0 0 1-1.696-1.574c-1.001-1.061-1.671-2.147-2.065-3.217-.25-.681-.364-1.28-.387-1.784l-.004-9.372 1.061-.145.845-.121.588-.089 3.48-.885c.225-.082.43-.169.642-.257l.912-.367.559-.265zm-.019 1.834-.518.205-.54.224-.364.144-.334.122-.378.134-.411.14-.339.111-.28.085-.255.069-.128.032-.285.059-.321.06-.265.047-.349.058-.693.109-.463.07-.485.069v7.764c.002.328.073.73.221 1.181l.068.196c.329.892.896 1.784 1.714 2.651.367.388.789.787 1.261 1.193l.94.785.549.445.321.25.152.114.294.212.315.216.159.107.406.264.322-.22 1.055-.738.353-.252.453-.334.263-.203c.381-.303.722-.59 1.031-.866.296-.261.581-.542.845-.832.852-.951 1.448-1.878 1.798-2.756l.103-.276c.147-.428.221-.794.234-1.026l.002-.08-.004-.11-.001-7.695-.642-.107-.476-.083-.959-.172-.346-.065-.316-.061-.383-.081-.223-.052-.19-.051-.36-.109-.428-.145-.476-.173-1.066-.393-.311-.123-.268-.114zm-.011 1.541 1.149.425.503.183.338.116.204.066.105.031.05.016.178.052.209.056.095.024.185.042.406.086.336.065.355.066.912.163.001 6.489.002.088-.001.03a1.902 1.902 0 0 1-.059.314l-.03.11-.066.208-.083.22c-.285.71-.79 1.494-1.532 2.323-.222.243-.47.488-.727.715-.221.198-.456.399-.712.607l-.263.212-.241.187-.274.204-.488.35-.569.398-.178-.126-.275-.205-.299-.233-.334-.269-.184-.151-.916-.765a15.616 15.616 0 0 1-1.157-1.093c-.626-.663-1.066-1.325-1.336-1.97l-.076-.193-.049-.139a2.859 2.859 0 0 1-.149-.673l-.003-.081v-6.521l.436-.069.359-.06.467-.083.156-.03.31-.064.12-.028.13-.033.289-.08.252-.077.192-.062.374-.125.419-.146.557-.202.401-.159.508-.212z"}))})));E2EeSp.displayName="E2EeSp",E2EeSp.iconName="e2ee_sp",exports.default=E2EeSp},"./packages/juno-icon/src/Edit.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Edit=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.01 4a4 4 0 0 1 0 5.657L10.761 26.906c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022L22.353 4.001a4 4 0 0 1 5.657 0zm-4.242 7.07L20.94 8.242 6.598 22.584l2.828 2.828L23.768 11.07zm2.827-5.656a2 2 0 0 0-2.828 0l-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 0 0 0-2.828z"}))})));Edit.displayName="Edit",Edit.iconName="edit",exports.default=Edit},"./packages/juno-icon/src/Email.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Email=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h24zM4 9.032v13.744l7.698-7.146 1.529 1.31-8.601 7.988A.992.992 0 0 0 5 25h22c.132 0 .259-.026.374-.072l-8.602-7.988-.82.704-.149.12a3 3 0 0 1-3.599.005l-.157-.126L3.999 9.031zm24-.001-7.699 6.599L28 22.779V24l-.007.122A.987.987 0 0 0 28 24V9.031zM27 7H5a.98.98 0 0 0-.255.033l10.701 9.166a1 1 0 0 0 1.097.007l.107-.08 10.605-9.092a.982.982 0 0 0-.256-.033z"}))})));Email.displayName="Email",Email.iconName="email",exports.default=Email},"./packages/juno-icon/src/Emoji.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Emoji=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm4.328 14.505a1 1 0 1 1 1.73 1.004A6.997 6.997 0 0 1 16 23a6.996 6.996 0 0 1-6.031-3.445 1 1 0 1 1 1.723-1.017A4.997 4.997 0 0 0 16.001 21a4.995 4.995 0 0 0 4.328-2.495zM11 10a2 2 0 1 1 .001 3.999A2 2 0 0 1 11 10zm10 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 10z"}))})));Emoji.displayName="Emoji",Emoji.iconName="emoji",exports.default=Emoji},"./packages/juno-icon/src/EndAnswer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EndAnswer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f54c3d",d:"M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 0 0-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zm0 6.541c-1.621.015-2.615.344-3.437 1.021-.383.315-.53.678-.53 1.156l.003.07.01.06a.866.866 0 0 0 .272.478c.192.158.419.227.751.18l1.121-.188c.382-.072.399-.404.391-.697l-.004-.22.001-.03c.011-.135.104-.213.347-.228.219-.015.89-.001 1.116 0 .183.001.759-.019.954 0 .254.024.348.109.352.261l-.003.218.002.048c.024.286.158.618.555.673l1.123.188.061.006a.964.964 0 0 0 .67-.213.776.776 0 0 0 .276-.443l.018-.113-.002-.077c-.017-.479-.154-.814-.608-1.188-.745-.614-1.815-.978-3.44-.964z"}),React.createElement("path",{fill:"#299e0b",d:"M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 0 0-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 0 0-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 0 0-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 0 0-.786-.362 1.437 1.437 0 0 0-.868.193 2.097 2.097 0 0 0-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 0 1-.125-.064 2.47 2.47 0 0 1-.427-.317 5.516 5.516 0 0 1-.531-.557 5.786 5.786 0 0 1-.436-.586 2.595 2.595 0 0 1-.241-.462 1.307 1.307 0 0 1-.073-.219.645.645 0 0 1 .058-.027.767.767 0 0 0 .089-.048l.068-.033a.428.428 0 0 0 .087-.055 2.329 2.329 0 0 0 .411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 0 0-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 0 0-.631-.6z"}))})));EndAnswer.displayName="EndAnswer",EndAnswer.iconName="end--answer",exports.default=EndAnswer},"./packages/juno-icon/src/EngageBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EngageBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.3 19c0-1.5-.5-3.2-2.7-4.3v-.1c0-6.1-4.1-12.3-12-12.3C7.3 2.3 4.3 9 4.3 14.6v.1c-2.1 1.1-2.7 2.9-2.7 4.3 0 2 1 4.6 6 5.3h1.6c.6 0 1-.4 1-1v-8.7c0-.6-.4-1-1-1H7.8c-.5.1-.9.2-1.4.3.2-4.8 2.7-9.6 9.3-9.6s9.7 4.9 10 9.6c-.4-.1-.9-.2-1.4-.3h-1.6c-.6 0-1 .4-1 1v8.7c0 .6.4 1 1 1h1.6c-.3 1.1-1.2 2.5-4.6 3.1.1-.2.1-.5.1-.8 0-2-1.6-3.7-3.7-3.7-2 0-3.7 1.6-3.7 3.7 0 2 1.6 3.7 3.7 3.7.8 0 1.5-.3 2.1-.7 6.3-.6 8-3.4 8.2-5.8 3.2-1 3.9-3.1 3.9-4.8zM7.9 15.7h.4v6.7h-.4c-3.8-.5-4.3-2.2-4.3-3.3 0-.9.2-2 1.9-2.7.1 0 .2-.1.2-.1.7-.3 1.4-.5 2.2-.6zM16 28.3c-.9 0-1.7-.7-1.7-1.7S15.1 25 16 25s1.7.7 1.7 1.7-.8 1.6-1.7 1.6zm8.1-6h-.4v-6.7h.4c.9.1 1.6.3 2.1.5.1 0 .1.1.2.1 1.7.7 1.9 1.9 1.9 2.7 0 1.3-.4 2.9-4.2 3.4z"}))})));EngageBorder.displayName="EngageBorder",EngageBorder.iconName="engage_border",exports.default=EngageBorder},"./packages/juno-icon/src/EngageDigitalBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EngageDigitalBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.7 11.7c-2.4 0-4.3 1.9-4.3 4.3s1.9 4.3 4.3 4.3S13 18.4 13 16s-1.9-4.3-4.3-4.3zm0 6.6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3c0 1.3-1 2.3-2.3 2.3zm18-6h-9.3c-.6 0-1 .4-1 1s.4 1 1 1h9.3c.6 0 1-.4 1-1s-.5-1-1-1zM13.3 9h13.3c.6 0 1-.4 1-1s-.4-1-1-1H13.3c-.6 0-1 .4-1 1s.5 1 1 1zm13.4 14H13.3c-.6 0-1 .4-1 1s.4 1 1 1h13.3c.6 0 1-.4 1-1s-.4-1-.9-1zm0-5.3h-9.3c-.6 0-1 .4-1 1s.4 1 1 1h9.3c.6 0 1-.4 1-1s-.5-1-1-1zM6 22.3c-.9 0-1.7.7-1.7 1.7S5 25.7 6 25.7 7.6 25 7.6 24s-.7-1.7-1.6-1.7zM6 9.6c.9 0 1.6-.7 1.6-1.6S6.9 6.4 6 6.4c-.9 0-1.6.7-1.6 1.6S5.1 9.6 6 9.6z"}))})));EngageDigitalBorder.displayName="EngageDigitalBorder",EngageDigitalBorder.iconName="engage-digital_border",exports.default=EngageDigitalBorder},"./packages/juno-icon/src/EventNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EventNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 10v16a2 2 0 0 1-1.851 1.994L26 28H6a2.001 2.001 0 0 1-1.995-1.851L3.999 26V10h24zm-9 3h-6l-.117.007a1 1 0 0 0 0 1.986L13 15h4.301l-4.175 7.514-.051.105a1 1 0 0 0 1.736.965l.063-.099 5-9 .049-.101a1 1 0 0 0-.805-1.378L19 12.999zM4 6c0-1.054.816-1.918 1.851-1.995L6 3.999h4v-1a1 1 0 0 1 1.993-.117l.007.117v1h8v-1a1 1 0 0 1 1.993-.117l.007.117v1h4a2 2 0 0 1 1.994 1.851l.006.149v2H4v-2z"}))})));EventNew.displayName="EventNew",EventNew.iconName="event-new",exports.default=EventNew},"./packages/juno-icon/src/EventNewBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EventNewBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 2a1 1 0 0 1 .993.883L22 3v1h4a2 2 0 0 1 1.994 1.851L28 6v20a2 2 0 0 1-1.851 1.994L26 28H6a2.001 2.001 0 0 1-1.995-1.851L3.999 26V6c0-1.054.816-1.918 1.851-1.995l.149-.006h4v-1a1 1 0 0 1 1.993-.117l.007.117v1h8v-1a1 1 0 0 1 1-1zm5 8H6v15a1 1 0 0 0 .883.993L7 26h18a1 1 0 0 0 .993-.883L26 25V10zm-13 3h6a1 1 0 0 1 .923 1.385l-.049.101-5 9a1 1 0 0 1-1.799-.866l.051-.105 4.175-7.514h-4.3a1 1 0 0 1-.117-1.993l.117-.007zm12-7H7a1 1 0 0 0-.993.883L6 7v1h20V7a1 1 0 0 0-.883-.993L25 6z"}))})));EventNewBorder.displayName="EventNewBorder",EventNewBorder.iconName="event-new_border",exports.default=EventNewBorder},"./packages/juno-icon/src/Evernote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Evernote=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.631 15.271a5.645 5.645 0 0 0-1.063.063c.094-.744.407-1.657 1.515-1.619 1.226.042 1.397 1.18 1.401 1.95-.517-.227-1.157-.371-1.854-.395zm5.242-8.073c-.206-1.077-.857-1.609-1.446-1.817-.636-.226-1.927-.46-3.548-.648-1.305-.151-2.836-.138-3.763-.111-.112-.747-.645-1.431-1.242-1.667-1.592-.629-4.051-.477-4.683-.303-.502.138-1.057.419-1.366.854-.207.291-.342.663-.343 1.183 0 .295.008.988.016 1.604.007.618.016 1.17.016 1.174 0 .55-.454.997-1.017.998h-2.58c-.55 0-.971.091-1.292.234s-.55.338-.723.566c-.344.455-.405 1.015-.403 1.587 0 0 .005.468.12 1.373.096.7.869 5.593 1.603 7.081.285.578.474.82 1.034 1.075 1.246.524 4.094 1.108 5.428 1.275 1.332.167 2.168.52 2.667-.507.001-.003.099-.256.235-.626.433-1.287.493-2.43.493-3.256 0-.085.126-.088.126 0 0 .583-.114 2.648 1.474 3.203.627.218 1.928.413 3.249.565 1.196.135 2.063.597 2.063 3.608 0 1.832-.392 2.083-2.44 2.083-1.66 0-2.294.043-2.294-1.253 0-1.047 1.055-.937 1.836-.937.349 0 .096-.255.096-.901 0-.643.409-1.014.023-1.023-2.701-.073-4.292-.004-4.292 3.316 0 3.013 1.174 3.573 5.009 3.573 3.007 0 4.068-.097 5.309-3.88.246-.746.841-3.027 1.199-6.854.228-2.42-.214-9.724-.564-11.567zm-20.076.531h2.582a.265.265 0 0 0 .267-.262c0-.001-.031-2.172-.031-2.777v-.006c0-.496.106-.929.29-1.291l.088-.163a.056.056 0 0 0-.03.016L4.95 8.128a.059.059 0 0 0-.019.029c.104-.05.246-.119.266-.127.436-.194.966-.3 1.599-.3z"}))})));Evernote.displayName="Evernote",Evernote.iconName="evernote",exports.default=Evernote},"./packages/juno-icon/src/Excel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExcelD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ExcelD.tsx")),Excel=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ExcelD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#007640",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#007640",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm2.343 6.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.837 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.346-1.575-2.346z"}))})));Excel.displayName="Excel",Excel.iconName="excel",exports.default=Excel},"./packages/juno-icon/src/ExcelD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExcelD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1e2f27",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#008f4d",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z"}),React.createElement("path",{fill:"#f1f1f1",d:"M14.258 14.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.836 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.347-1.575-2.347z"}))})));ExcelD.displayName="ExcelD",ExcelD.iconName="excel-D",exports.default=ExcelD},"./packages/juno-icon/src/Expand.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Expand=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 18a1 1 0 0 1 1 1l.001 5.586 5.827-5.829a.999.999 0 1 1 1.414 1.414L7.415 26H13a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1zM27 4a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a.999.999 0 1 1-1.414-1.414L24.585 6H19a1 1 0 0 1 0-2h8z"}))})));Expand.displayName="Expand",Expand.iconName="expand",exports.default=Expand},"./packages/juno-icon/src/ExpandSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExpandSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.8 3.2v25.6H2.4V3.2h2.4zm24.8 11.6H10.139l8.221-8.219L16.68 4.8 5.6 16l11.2 11.2 1.68-1.699-8.341-8.301H29.6v-2.4z"}))})));ExpandSp.displayName="ExpandSp",ExpandSp.iconName="expand_sp",exports.default=ExpandSp},"./packages/juno-icon/src/Export.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Export=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.121 2.001c6.584 0 11.922 5.418 11.922 12.101l.001 2.229a7.948 7.948 0 0 0-1.987-.892l-.001-1.337c0-5.569-4.448-10.084-9.935-10.084H6.18a1 1 0 0 0-.993 1.008v22.185a1 1 0 0 0 .993 1.008l10.465.001a8.045 8.045 0 0 0 2.508 2.017l-13.966-.001c-1.097 0-1.987-.903-1.987-2.017V4.017C3.2 2.903 4.09 2 5.187 2l9.934.001zm1.428 16.134a8.007 8.007 0 0 0-1.174 2.017h-5.222a1 1 0 0 1-.993-1.008 1 1 0 0 1 .993-1.008l6.396-.001zm7.365-.309 4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414l2.879-2.879H17.82a1 1 0 0 1 0-2h7.559L22.5 19.24a1 1 0 0 1 1.414-1.414zm-3.826-5.741c.549 0 .993.451.993 1.008a1 1 0 0 1-.993 1.008h-9.935a1 1 0 0 1-.993-1.008 1 1 0 0 1 .993-1.008h9.935z"}))})));Export.displayName="Export",Export.iconName="export",exports.default=Export},"./packages/juno-icon/src/ExtensionLineBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExtensionLineBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4c-4.194 0-7.745.77-10.13 1.481A5.42 5.42 0 0 0 2 10.664v3.029a2.17 2.17 0 0 0 2.154 2.154h4.308a2.17 2.17 0 0 0 2.154-2.154v-2.827c.202-.093.244-.13.841-.303.98-.286 2.478-.572 4.543-.572s3.563.286 4.543.572c.597.172.639.21.841.303v2.827a2.17 2.17 0 0 0 2.154 2.154h4.308A2.17 2.17 0 0 0 30 13.693v-3.029a5.426 5.426 0 0 0-3.87-5.183A35.975 35.975 0 0 0 16 4zm0 2.154c3.929 0 7.29.715 9.524 1.38a3.248 3.248 0 0 1 2.322 3.13v3.029h-4.308V9.52L23 9.217s-.686-.4-1.851-.74-2.877-.639-5.149-.639c-2.272 0-3.984.299-5.149.639S9 9.217 9 9.217l-.538.303v4.173H4.154v-3.029c0-1.443.93-2.718 2.322-3.13A33.908 33.908 0 0 1 16 6.154zM9.538 18c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S10.729 18 9.538 18zM16 18c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S17.191 18 16 18zm6.462 0c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S23.653 18 22.462 18zM9.538 24.462c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154zm6.462 0c-1.191 0-2.154.963-2.154 2.154S14.809 28.77 16 28.77c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154zm6.462 0c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154z"}))})));ExtensionLineBorder.displayName="ExtensionLineBorder",ExtensionLineBorder.iconName="extension-line_border",exports.default=ExtensionLineBorder},"./packages/juno-icon/src/ExternalLink.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExternalLink=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 29H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h8a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-7a1 1 0 0 1 2 0v8a2 2 0 0 1-2 2zM20 4a1 1 0 0 0 1 1h4.59l-7.885 7.885a.998.998 0 0 0 1.41 1.41L27 6.41V11a1 1 0 0 0 2 0V4a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1z"}))})));ExternalLink.displayName="ExternalLink",ExternalLink.iconName="external_link",exports.default=ExternalLink},"./packages/juno-icon/src/ExternalLinkGlobal.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExternalLinkGlobal=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.778 8.222a1 1 0 0 0 1 1h10.586L7.515 23.072a.999.999 0 1 0 1.414 1.414L22.78 10.635l-.001 10.588a1 1 0 0 0 2 0v-13a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1z"}))})));ExternalLinkGlobal.displayName="ExternalLinkGlobal",ExternalLinkGlobal.iconName="external-link-global",exports.default=ExternalLinkGlobal},"./packages/juno-icon/src/FacebookShareNumberIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FacebookShareNumberIcon=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#3768ea",d:"M16 2C8.268 2 2 8.273 2 16.01c0 7.024 5.171 12.824 11.907 13.837V19.722h-3.464V16.04h3.464v-2.451c0-4.057 1.975-5.838 5.345-5.838 1.613 0 2.468.12 2.871.174v3.214h-2.298c-1.43 0-1.93 1.358-1.93 2.887v2.013h4.192l-.568 3.682h-3.624v10.154C24.728 28.948 30 23.101 30 16.008c0-7.737-6.268-14.01-14-14.01z"}))})));FacebookShareNumberIcon.displayName="FacebookShareNumberIcon",FacebookShareNumberIcon.iconName="facebook-share-number-icon",exports.default=FacebookShareNumberIcon},"./packages/juno-icon/src/FailedFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FailedFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zM28 22a2 2 0 1 1 .001 3.999A2 2 0 0 1 28 22zm0-16c.552 0 1 .348 1 .778v12.444c0 .43-.448.778-1 .778s-1-.348-1-.778V6.778c0-.43.448-.778 1-.778zm-12.833 8H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z"}))})));FailedFax.displayName="FailedFax",FailedFax.iconName="failed-fax",exports.default=FailedFax},"./packages/juno-icon/src/FailedFaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FailedFaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm5 18a2 2 0 1 1 .001 3.999A2 2 0 0 1 28 22zM19 6H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zM28 6c.552 0 1 .348 1 .778v12.444c0 .43-.448.778-1 .778s-1-.348-1-.778V6.778c0-.43.448-.778 1-.778zm-12.833 8c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z"}))})));FailedFaxBorder.displayName="FailedFaxBorder",FailedFaxBorder.iconName="failed-fax_border",exports.default=FailedFaxBorder},"./packages/juno-icon/src/Fax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Fax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 3a1 1 0 0 1 0 2h-2v15h-7a2 2 0 0 0-1.994 1.851L18 22v7H7a2 2 0 0 1-2-2V5H3a1 1 0 0 1 0-2h26zm-2.272 19-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V23a1 1 0 0 1 .883-.993L21 22h5.728zM21 14H11a1 1 0 0 0-.117 1.993L11 16h10a1 1 0 0 0 0-2zm0-6H11a1 1 0 0 0-.117 1.993L11 10h10a1 1 0 0 0 0-2z"}))})));Fax.displayName="Fax",Fax.iconName="fax",exports.default=Fax},"./packages/juno-icon/src/FaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 3a1 1 0 0 1 0 2h-2v15.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H6.999a2 2 0 0 1-2-2V5h-2a1 1 0 0 1 0-2h26zm-4 2H7v21a1 1 0 0 0 1 1h10v-5a2 2 0 0 1 2-2h5V5zm-.83 17H21a1 1 0 0 0-1 1v3.17L24.17 22zM21 14a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10zm0-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));FaxBorder.displayName="FaxBorder",FaxBorder.iconName="fax_border",exports.default=FaxBorder},"./packages/juno-icon/src/Features.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Features=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.197 2.6 11.92 9.42l-4.396 4.836-1.571 1.753-.121.157-.039.056-.109.178c-.02.035-.041.073-.061.112a2.558 2.558 0 0 0-.263.743l-.026.188c-.109 1.176.793 2.039 2.12 2.039h7.468l-2.468 8.765a1.492 1.492 0 0 0 2.533 1.414l2.014-2.224 5.594-6.249 4.416-4.973.087-.186.082-.192c.59-1.522-.381-2.769-1.937-2.769l-7.396-.001 2.847-8.984A1.492 1.492 0 0 0 18.197 2.6z"}))})));Features.displayName="Features",Features.iconName="features",exports.default=Features},"./packages/juno-icon/src/Feedback.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Feedback=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.667 2.667a2.667 2.667 0 0 1 2.667 2.667v16a2.667 2.667 0 0 1-2.667 2.667h-12L9.113 29a.666.666 0 0 1-1.112-.496v-4.503H5.334a2.667 2.667 0 0 1-2.667-2.667v-16a2.667 2.667 0 0 1 2.667-2.667h21.333zM15.994 17.333a1.334 1.334 0 1 0-.002 2.666 1.334 1.334 0 1 0 .002-2.666zM16 6.667l-.142.005a1.853 1.853 0 0 0-1.705 1.989l.411 5.343a1.44 1.44 0 0 0 2.872 0l.415-5.414.001-.071A1.852 1.852 0 0 0 16 6.667z"}))})));Feedback.displayName="Feedback",Feedback.iconName="feedback",exports.default=Feedback},"./packages/juno-icon/src/File.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),File=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 14v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V14h28zM2 6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2v3H2V6z"}))})));File.displayName="File",File.iconName="file",exports.default=File},"./packages/juno-icon/src/FileBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FileBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 26a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2v17zm-2-12H4v11a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V14zM10.955 6H5a1 1 0 0 0-1 1v5h24v-2a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6z"}))})));FileBorder.displayName="FileBorder",FileBorder.iconName="file_border",exports.default=FileBorder},"./packages/juno-icon/src/Filter.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Filter=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18 29h-4a2 2 0 0 1-2-2v-8.176a.997.997 0 0 0-.293-.707L4.59 11A1.996 1.996 0 0 1 4 9.59V5a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v4.59a1.996 1.996 0 0 1-.59 1.41l-7.117 7.117a1 1 0 0 0-.293.707V27a2 2 0 0 1-2 2zM6 6v3.176c0 .265.105.52.293.707l7.121 7.121A2 2 0 0 1 14 18.418V26a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-7.582a2 2 0 0 1 .586-1.414l7.121-7.121A1 1 0 0 0 26 9.176V6a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z"}))})));Filter.displayName="Filter",Filter.iconName="filter",exports.default=Filter},"./packages/juno-icon/src/FlipSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FlipSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.571 14.881V16c0 2.445 1.819 4.443 4.09 4.565l.221.006 6.073-.001-2.537-2.536 1.615-1.615 5.297 5.295-5.297 5.295-1.615-1.615 2.538-2.538-6.074.001c-3.473 0-6.323-2.802-6.578-6.34l-.014-.26L6.285 16v-1.119h2.286zm5.395-9.891 1.615 1.615-2.539 2.537h6.074c3.474 0 6.324 2.802 6.579 6.34l.014.26.005.257v1.119h-2.286v-1.119c0-2.445-1.819-4.443-4.091-4.565l-.221-.006h-6.073l2.538 2.537-1.615 1.615-5.297-5.295 5.297-5.295z"}))})));FlipSp.displayName="FlipSp",FlipSp.iconName="flip_sp",exports.default=FlipSp},"./packages/juno-icon/src/Folder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Folder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m13.281 4.632 1.923 2.052a.996.996 0 0 0 .612.309l.118.007h12.067a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632z"}))})));Folder.displayName="Folder",Folder.iconName="folder",exports.default=Folder},"./packages/juno-icon/src/FolderBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FolderBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m13.281 4.632 1.923 2.052a.996.996 0 0 0 .612.309l.118.007h12.067a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632zM10.955 6H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6z"}))})));FolderBorder.displayName="FolderBorder",FolderBorder.iconName="folder_border",exports.default=FolderBorder},"./packages/juno-icon/src/Foldercreated.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Foldercreated=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 7.95H16l-1.98-1.944a2.826 2.826 0 0 0-1.98-.806H4.799c-1.54 0-2.8 1.237-2.8 2.75v16.5c0 1.512 1.26 2.75 2.8 2.75h22.4c1.54 0 2.8-1.238 2.8-2.75V10.7c0-1.512-1.26-2.75-2.8-2.75z"}))})));Foldercreated.displayName="Foldercreated",Foldercreated.iconName="foldercreated",exports.default=Foldercreated},"./packages/juno-icon/src/FontColor.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FontColor=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m16.873 3.511.054.113 7.5 18.5a1 1 0 0 1-1.803.857l-.05-.106-1.976-4.876h-9.195l-1.975 4.876a1.001 1.001 0 0 1-1.192.589l-.111-.038a1.001 1.001 0 0 1-.589-1.192l.038-.111 7.5-18.5c.304-.751 1.294-.824 1.732-.22l.068.107zM16 6.66 12.213 16h7.573L16 6.66z"}),React.createElement("path",{fill:"#212121",d:"M27 25v3H5v-3z"}))})));FontColor.displayName="FontColor",FontColor.iconName="font-color",exports.default=FontColor},"./packages/juno-icon/src/FontSize.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FontSize=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.304 4.402.068.106.054.113 9 22a1 1 0 0 1-1.801.862l-.05-.105-2.746-6.713H14.172l-2.745 6.713a1 1 0 0 1-1.194.585l-.111-.038a1 1 0 0 1-.585-1.194l.038-.11 9-22c.306-.748 1.291-.821 1.729-.219zM9.81 12.411l.067.109.053.115 2.089 5.318-1.106 2.654-1.914-4.872-2.266 5.766 3.808-.001-.833 2.001h-3.76L4.43 27.367a1 1 0 0 1-1.185.601l-.111-.036a1 1 0 0 1-.601-1.185l.036-.111 5.5-14c.3-.763 1.303-.838 1.741-.224zM19.5 7.64l-4.511 11.026h9.021L19.5 7.64z"}))})));FontSize.displayName="FontSize",FontSize.iconName="font-size",exports.default=FontSize},"./packages/juno-icon/src/Forward.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Forward=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.101 6.101a.999.999 0 0 0 0 1.414L24.586 15H5a1 1 0 0 0 0 2h19.588L17.1 24.486a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 0 0 0-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0z"}))})));Forward.displayName="Forward",Forward.iconName="forward",exports.default=Forward},"./packages/juno-icon/src/Forwardcall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Forwardcall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm15.916-.06 4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414zm-5 0 4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414z"}))})));Forwardcall.displayName="Forwardcall",Forwardcall.iconName="forwardcall",exports.default=Forwardcall},"./packages/juno-icon/src/Forwarding.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Forwarding=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.287 27.703.127-.117 10.172-10.172a2 2 0 0 0 .117-2.701l-.117-.127L19.414 4.414a2 2 0 0 0-3.408 1.265L16 5.828 15.999 11 15 10.999c-7.18 0-13 5.82-13 13v3c0 1.192 1.711 1.384 1.975.221a8 8 0 0 1 7.538-6.217l.263-.004h4.222l.001 5.171a2 2 0 0 0 3.287 1.531z"}))})));Forwarding.displayName="Forwarding",Forwarding.iconName="forwarding",exports.default=Forwarding},"./packages/juno-icon/src/ForwardingBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ForwardingBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.287 27.703.127-.117 10.172-10.172a2 2 0 0 0 .117-2.701l-.117-.127L19.414 4.414a2 2 0 0 0-3.408 1.265L16 5.828 15.999 11 15 10.999c-7.18 0-13 5.82-13 13v3c0 1.192 1.711 1.384 1.975.221a8 8 0 0 1 7.538-6.217l.263-.004h4.222l.001 5.171a2 2 0 0 0 3.287 1.531zM14 13h2.999a1 1 0 0 0 .993-.883l.007-.117L18 6.311c0-.11.09-.2.2-.2.053 0 .104.021.141.059l9.689 9.689a.2.2 0 0 1 0 .283l-9.689 9.689a.2.2 0 0 1-.342-.141l-.001-5.688a1 1 0 0 0-1-1l-5.531.005a9.996 9.996 0 0 0-7.179 3.365l-.202.235.04-.284c.759-4.955 4.824-8.822 9.873-9.277l-.001-.045z"}))})));ForwardingBorder.displayName="ForwardingBorder",ForwardingBorder.iconName="forwarding_border",exports.default=ForwardingBorder},"./packages/juno-icon/src/GdriveLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GdriveLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#0066da",d:"m4.117 24.441 1.235 2.133c.257.449.625.802 1.058 1.058l4.41-7.633H2c0 .497.128.994.385 1.443l1.732 2.999z"}),React.createElement("path",{fill:"#00ac47",d:"m16 11.018-4.41-7.633a2.909 2.909 0 0 0-1.058 1.058L2.385 18.555A2.9 2.9 0 0 0 2 19.998h8.82L16 11.017z"}),React.createElement("path",{fill:"#ea4335",d:"M25.59 27.632a2.909 2.909 0 0 0 1.058-1.058l.513-.882 2.454-4.25A2.9 2.9 0 0 0 30 19.999h-8.821l1.877 3.688 2.534 3.945z"}),React.createElement("path",{fill:"#00832d",d:"m16 11.018 4.41-7.633A2.815 2.815 0 0 0 18.967 3h-5.934a2.98 2.98 0 0 0-1.443.385L16 11.018z"}),React.createElement("path",{fill:"#2684fc",d:"M21.18 19.999H10.82l-4.41 7.633c.433.257.93.385 1.443.385h16.293a2.98 2.98 0 0 0 1.443-.385l-4.41-7.633z"}),React.createElement("path",{fill:"#ffba00",d:"m25.542 11.499-4.073-7.056a2.909 2.909 0 0 0-1.058-1.058l-4.41 7.633 5.18 8.981h8.804a2.9 2.9 0 0 0-.385-1.443L25.543 11.5z"}))})));GdriveLogo.displayName="GdriveLogo",GdriveLogo.iconName="gdrive-logo",exports.default=GdriveLogo},"./packages/juno-icon/src/Gif.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Gif=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.36 18.008c.464 0 .897.034 1.298.103s.775.168 1.121.298c.346.13.666.288.96.474.293.185.566.393.82.625l.123.112-.529.846c-.126.2-.305.309-.521.309a.766.766 0 0 1-.382-.116l-.293-.174-.284-.177a4.048 4.048 0 0 0-.45-.217 4.647 4.647 0 0 0-.805-.241 5.347 5.347 0 0 0-1.106-.1c-.621 0-1.179.101-1.677.302-.496.2-.917.485-1.265.855s-.617.822-.805 1.354a5.407 5.407 0 0 0-.285 1.809c0 .703.099 1.327.296 1.872.196.543.471 1 .825 1.375s.772.659 1.258.856a4.265 4.265 0 0 0 1.621.297c.302 0 .579-.014.829-.043.25-.028.485-.071.705-.127s.428-.124.622-.203c.161-.066.322-.139.484-.221V25.67h-1.576c-.151 0-.282-.047-.382-.143s-.154-.221-.154-.361v-.58a.5.5 0 0 1 .5-.5h2.42a1 1 0 0 1 1 1v3.6l-.083.162a6.276 6.276 0 0 1-1.961.962 7.46 7.46 0 0 1-1.171.239c-.414.052-.862.078-1.345.078-.857 0-1.646-.148-2.364-.443s-1.339-.711-1.859-1.245c-.52-.534-.926-1.174-1.215-1.919s-.434-1.56-.434-2.448c0-.898.142-1.72.425-2.463.284-.746.691-1.387 1.221-1.921s1.169-.949 1.917-1.242c.747-.292 1.581-.438 2.501-.438zm7.616.128c.539 0 .976.437.976.976v9.912a.976.976 0 0 1-1.952 0v-9.912c0-.539.437-.976.976-.976zm10.28 0a.832.832 0 0 1 0 1.664h-4.672v3.608h3.872a.832.832 0 0 1 0 1.664h-3.872v3.948a.98.98 0 0 1-1.96 0v-9.884a1 1 0 0 1 1-1h5.632zM19.249 2c.484 0 .952.176 1.317.495l6.751 5.908A2 2 0 0 1 28 9.908V15a1 1 0 0 1-2 0v-4.639c0-.288-.124-.563-.341-.753l-6.127-5.361A.996.996 0 0 0 18.873 4H7a1 1 0 0 0-1 1v10a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2h13.249z"}))})));Gif.displayName="Gif",Gif.iconName="gif",exports.default=Gif},"./packages/juno-icon/src/GifFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GifFileD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GifFileD.tsx")),GifFile=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GifFileD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4b77f1",d:"M9.778 7.111h12.444a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667z"}),React.createElement("path",{fill:"#fff",d:"M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 0 1 .922.142c.12.041.23.09.329.147l.291.169a.407.407 0 0 0 .218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z"}))})));GifFile.displayName="GifFile",GifFile.iconName="gif-file",exports.default=GifFile},"./packages/juno-icon/src/GifFileD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GifFileD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"M9.778 7.111h12.444a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667z"}),React.createElement("path",{fill:"#f1f1f1",d:"M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 0 1 .922.142c.12.041.23.09.329.147l.291.169a.407.407 0 0 0 .218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z"}))})));GifFileD.displayName="GifFileD",GifFileD.iconName="gif-file-D",exports.default=GifFileD},"./packages/juno-icon/src/Github.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Github=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.901 13.759c.102-.652.167-1.367.183-2.169-.006-3.439-1.649-4.656-1.965-5.226.465-2.606-.078-3.791-.33-4.197-.931-.332-3.238.854-4.499 1.688-2.057-.602-6.4-.544-8.029.156-3.006-2.157-4.596-1.828-4.596-1.828S6.637 4.03 7.393 6.732c-.989 1.263-1.726 2.156-1.726 4.524 0 .568.035 1.103.095 1.619.852 4.488 4.4 6.424 7.886 6.758-.525.399-1.154 1.155-1.241 2.031-.659.427-1.985.568-3.016.243-1.445-.457-1.997-3.324-4.161-2.915-.468.088-.375.398.03.661.659.428 1.28.96 1.758 2.1.367.875 1.14 2.436 3.584 2.436.97 0 1.65-.114 1.65-.114s.018 2.229.018 3.098c0 1-1.347 1.281-1.347 1.761 0 .191.446.209.804.209.708 0 2.182-.591 2.182-1.631 0-.826.013-3.602.013-4.089 0-1.063.568-1.4.568-1.4s.069 5.672-.137 6.432c-.242.894-.68.768-.68 1.165 0 .594 1.772.146 2.36-1.154.455-1.015.251-6.578.251-6.578l.473-.011s.006 2.548-.01 3.712c-.018 1.205-.142 2.73.573 3.449.469.472 1.906 1.303 1.906.544 0-.44-1.007-.803-1.007-1.994v-5.487c.612 0 .738 1.804.738 1.804l.22 3.35s-.147 1.222 1.319 1.733c.517.181 1.622.23 1.675-.074.051-.305-1.332-.757-1.346-1.703-.006-.577.027-.913.027-3.42 0-2.505-.336-3.432-1.506-4.171 3.395-.349 6.919-1.869 7.555-5.863z"}))})));Github.displayName="Github",Github.iconName="github",exports.default=Github},"./packages/juno-icon/src/Glipwebhooks.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Glipwebhooks=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.001 6.548a3.046 3.046 0 0 1 3.455.944c.667.846.879 1.797.528 2.84-.098.291-.224.573-.361.917l.883 1.561 1.774 3.136c4.471-1.388 7.843 1.095 9.053 3.751 1.461 3.209.462 7.011-2.407 8.991-2.945 2.032-6.669 1.685-9.279-.925l2.048-1.718c2.577 1.674 4.831 1.594 6.505-.387a4.505 4.505 0 0 0-.073-5.866c-1.695-1.91-3.965-1.968-6.708-.134-1.139-2.024-2.297-4.033-3.399-6.072-.372-.687-.782-1.086-1.62-1.231-1.399-.243-2.302-1.448-2.356-2.797a3.073 3.073 0 0 1 1.957-3.01zm-8.434 9.069.689 2.507c-3.043 1.557-4.097 3.518-3.245 5.971.749 2.158 2.88 3.342 5.192 2.883 2.362-.467 3.552-2.435 3.407-5.592 2.239 0 4.48-.023 6.719.012.875.014 1.549-.077 2.208-.85 1.084-1.272 3.081-1.157 4.248.043 1.194 1.228 1.137 3.202-.126 4.378a3.041 3.041 0 0 1-4.285-.148c-.234-.252-.419-.552-.65-.861h-5.383c-.516 2.128-1.631 3.846-3.551 4.938-1.492.849-3.102 1.137-4.814.86-3.153-.51-5.731-3.356-5.958-6.56-.257-3.631 2.232-6.857 5.549-7.581zm4.407-11.521a7.172 7.172 0 0 1 8.967-.943c2.739 1.763 3.993 5.199 2.924 8.14l-2.51-.683c.336-1.635.087-3.104-1.013-4.361-.726-.831-1.659-1.266-2.719-1.426-2.126-.322-4.213 1.047-4.832 3.139-.703 2.374.361 4.312 3.268 5.774-1.248 2.103-2.444 4.14-3.664 6.161-.314.52-.469.942-.218 1.602.692 1.823-.284 3.596-2.117 4.077-1.729.454-3.413-.685-3.756-2.54-.304-1.643.967-3.253 2.773-3.509.152-.021.306-.024.56-.043l2.748-4.618c-1.728-1.722-2.757-3.736-2.529-6.231.161-1.763.853-3.288 2.117-4.537z"}))})));Glipwebhooks.displayName="Glipwebhooks",Glipwebhooks.iconName="glipwebhooks",exports.default=Glipwebhooks},"./packages/juno-icon/src/Globe.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Globe=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3.629c-6.834 0-12.373 5.54-12.373 12.373S9.167 28.375 16 28.375c6.834 0 12.373-5.54 12.373-12.373S22.833 3.629 16 3.629zM1.706 16.003c0-7.894 6.399-14.293 14.293-14.293s14.293 6.399 14.293 14.293c0 7.894-6.399 14.293-14.293 14.293S1.706 23.897 1.706 16.003z"}),React.createElement("path",{d:"M1.706 16.001c0-.53.43-.96.96-.96h26.667a.96.96 0 0 1 0 1.92H2.666a.96.96 0 0 1-.96-.96z"}),React.createElement("path",{d:"M16 1.709c.27 0 .527.113.709.313a21.36 21.36 0 0 1 5.584 13.961v.04a21.36 21.36 0 0 1-5.584 13.961.96.96 0 0 1-1.418 0 21.36 21.36 0 0 1-5.584-13.961v-.04a21.36 21.36 0 0 1 5.584-13.961.961.961 0 0 1 .709-.313zm-4.374 14.294a19.438 19.438 0 0 0 4.373 11.865 19.438 19.438 0 0 0 4.373-11.865 19.438 19.438 0 0 0-4.373-11.865 19.438 19.438 0 0 0-4.373 11.865z"}))})));Globe.displayName="Globe",Globe.iconName="globe",exports.default=Globe},"./packages/juno-icon/src/Gmail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Gmail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4285f4",d:"M3.909 27h4.455V15.67L2 10.671v14.33C2 26.107 2.856 27 3.909 27z"}),React.createElement("path",{fill:"#34a853",d:"M23.636 27h4.455C29.147 27 30 26.104 30 25.001v-14.33l-6.364 4.999z"}),React.createElement("path",{fill:"#fbbc04",d:"M23.636 7.005v8.664L30 10.67V8.004c0-2.473-2.695-3.882-4.582-2.399z"}),React.createElement("path",{fill:"#ea4335",d:"M8.364 15.67V7.006L16 13.004l7.636-5.998v8.664L16 21.668z"}),React.createElement("path",{fill:"#c5221f",d:"M2 8.005v2.666l6.364 4.999V7.006l-1.782-1.4C4.692 4.123 2 5.533 2 8.005z"}))})));Gmail.displayName="Gmail",Gmail.iconName="gmail",exports.default=Gmail},"./packages/juno-icon/src/GoodConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoodConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2z"}))})));GoodConnection.displayName="GoodConnection",GoodConnection.iconName="good-connection",exports.default=GoodConnection},"./packages/juno-icon/src/Google.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Google=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.667 20.421 6.864 28l8.148-14.527-4.321-7.579-8.025 14.527zm10.494 0L8.964 28h16.173l4.197-7.579H13.161zM20.197 4h-8.395l8.518 15.158h8.395L20.197 4z"}))})));Google.displayName="Google",Google.iconName="google",exports.default=Google},"./packages/juno-icon/src/GoogleBusiness.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleBusiness=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4989f5",d:"M4.907 28.439a1.5 1.5 0 0 1-1.5-1.5v-10.66c0-.382.022-.758.066-1.128.15-1.666.605-5.169 1.161-5.169l1.148-.001a9.518 9.518 0 0 1 7.167-3.242 9.54 9.54 0 0 1 2.27.274l3.792.929a11.657 11.657 0 0 1 4.283 2.04l3.36.001a1.244 1.244 0 0 1 1.24 1.24l.001 7.513c.008.181.013.362.013.545 0 .163-.004.324-.013.485l-.001 7.434a1.244 1.244 0 0 1-1.24 1.24H4.908z"}),React.createElement("path",{fill:"#3c4ba6",d:"M9.001 13.188h7V4.001h-5.952z"}),React.createElement("path",{fill:"#7babf7",d:"M23.001 13.188h-7V4.001h5.952l1.048 9.187zm4.93-7.446.033.1c-.008-.035-.024-.068-.033-.1z"}),React.createElement("path",{fill:"#3f51b5",d:"m27.915 5.773-.009-.031A2.215 2.215 0 0 0 25.744 4h-3.792l1.047 9.188h7l-2.085-7.415z"}),React.createElement("path",{fill:"#7babf7",d:"m4.144 5.742-.033.1c.008-.035.024-.068.033-.1z"}),React.createElement("path",{fill:"#7babf7",d:"m4.086 5.773.009-.031A2.215 2.215 0 0 1 6.257 4h3.793l-1.049 9.188h-7l2.086-7.415z"}),React.createElement("path",{fill:"#709be0",d:"M9.013 13.185a3.498 3.498 0 1 1-6.996 0h6.996z"}),React.createElement("path",{fill:"#3c4ba6",d:"M16.009 13.185a3.498 3.498 0 1 1-6.996 0h6.996z"}),React.createElement("path",{fill:"#709be0",d:"M23.005 13.185a3.498 3.498 0 1 1-6.996 0h6.996z"}),React.createElement("path",{fill:"#3c4ba6",d:"M30 13.185a3.498 3.498 0 1 1-6.996 0H30z"}),React.createElement("path",{fill:"#fff",d:"M26.502 22.662a6.518 6.518 0 0 0-.062-.513h-3.816c0 .534 0 1.116-.002 1.65h2.211a1.922 1.922 0 0 1-.809 1.234s0-.009-.002-.009a2.3 2.3 0 0 1-.895.349c-.32.059-.648.057-.968-.004a2.412 2.412 0 0 1-.903-.391 2.529 2.529 0 0 1-.888-1.134l-.039-.108v-.004l.003-.003a2.448 2.448 0 0 1-.001-1.575c.122-.358.323-.685.587-.955a2.385 2.385 0 0 1 2.403-.626c.328.101.627.277.874.515l.746-.746c.132-.133.268-.262.395-.399a3.932 3.932 0 0 0-1.306-.809 4.104 4.104 0 0 0-2.732-.024c-.031.011-.062.021-.092.033A4.084 4.084 0 0 0 19 21.12a4.059 4.059 0 0 0 2.574 5.742 4.339 4.339 0 0 0 2.076.022 3.69 3.69 0 0 0 1.662-.863 3.695 3.695 0 0 0 1.026-1.691c.154-.541.21-1.106.165-1.667z"}))})));GoogleBusiness.displayName="GoogleBusiness",GoogleBusiness.iconName="google-business",exports.default=GoogleBusiness},"./packages/juno-icon/src/GoogleCalendar2019.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleCalendar2019=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#c7c7c7",d:"M26 2.357H6c-.789 0-1.429.639-1.429 1.429v2.143h22.857V3.786c0-.789-.639-1.429-1.429-1.429zM8.857 4.5a.714.714 0 1 1 0-1.429.714.714 0 0 1 0 1.429zm14.286 0a.714.714 0 1 1 0-1.429.714.714 0 0 1 0 1.429z"}),React.createElement("path",{fill:"#1976d2",d:"M30.286 6.643c.074-.416-1.006-1.429-1.429-1.429H3.143c-.714 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714h24.286s1.555-7.383 2.143-10.714z"}),React.createElement("path",{fill:"#1e88e5",d:"M28.143 17.357H3.857S2.302 24.74 1.714 28.071c0 .819.566 1.429 1.429 1.429h25.714c.422 0 1.429-.357 1.429-1.429-.588-3.331-2.143-10.714-2.143-10.714z"}),React.createElement("path",{fill:"#fafafa",d:"M13.524 17.357c.703.232 1.205.607 1.504 1.112.309.523.464 1.107.464 1.755 0 1.13-.371 2.019-1.111 2.666s-1.688.971-2.841.971c-1.13 0-2.066-.305-2.807-.916s-1.097-1.439-1.069-2.483l.026-.051h1.601c0 .653.2 1.173.601 1.559s.95.579 1.649.579c.71 0 1.266-.193 1.669-.579s.605-.957.605-1.712c0-.766-.179-1.331-.536-1.695s-.923-.545-1.695-.545h-1.465v-.661h3.406zm7.931 0h1.678v6.326h-1.678v-6.326z"}),React.createElement("path",{fill:"#e0e0e0",d:"M9.376 14.526h-1.61l-.017-.051c-.029-.937.311-1.734 1.018-2.389s1.631-.984 2.773-.984c1.147 0 2.061.305 2.743.916s1.022 1.481 1.022 2.611c0 .511-.155 1.021-.464 1.529s-.774.896-1.393 1.163l.076.037h-3.407v-.651h1.465c.744 0 1.271-.186 1.58-.558s.464-.89.464-1.554c0-.71-.176-1.249-.528-1.619s-.871-.554-1.559-.554c-.653 0-1.177.191-1.571.575-.381.37-.579.859-.592 1.529zm13.757 2.831h-1.678v-4.441l-2.539.034v-1.21l4.216-.46v6.077z"}),React.createElement("path",{fill:"#1976d2",d:"M3.143 5.214c-1.027 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714L3.143 5.214zm25 12.143s1.555-7.383 2.143-10.714c0-1.161-1.006-1.429-1.429-1.429l-.714 12.143z"}))})));GoogleCalendar2019.displayName="GoogleCalendar2019",GoogleCalendar2019.iconName="google-calendar-2019",exports.default=GoogleCalendar2019},"./packages/juno-icon/src/GoogleChromeLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleChromeLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1e8e3e",d:"m3.01 8.502 6.492 11.245a7.295 7.295 0 0 0 .625.918l.12.147.147.169c.332.376.702.717 1.104 1.018l.338.238.183.118.269.162.279.151c.174.089.351.172.533.249l.348.136.309.104.301.088.381.091.257.05.222.035.248.033.22.021.288.018.329.007c.156 0 .311-.005.466-.014l.319-.028.156-.017.292-.043.412-.08.315-.078.136-.038.318-.1.187-.067.278-.109.289-.127.312-.155.271-.149.311-.19.204-.137.181-.129.165-.125.259-.211.183-.162.275-.264.208-.219.21-.24.216-.27.176-.239.01-.015c.103-.146.201-.297.293-.451L16.004 31A15 15 0 0 1 2.786 8.908l.226-.406z"}),React.createElement("path",{fill:"#fcc934",d:"M28.988 8.5a15.003 15.003 0 0 1 .003 15 14.994 14.994 0 0 1-12.526 7.492l-.464.007 6.444-11.161a7.5 7.5 0 0 0-6.363-11.339l12.906.001z"}),React.createElement("path",{fill:"#d93025",d:"m10.777 10.616-.187.188-.127.136a7.47 7.47 0 0 0-1.932 4.379l-.025.386-.006.294.009.378a7.453 7.453 0 0 0 .903 3.21l.09.16L3.01 8.502c1.243-2.154 3-3.963 5.113-5.267l.376-.225a14.995 14.995 0 0 1 15 0 14.995 14.995 0 0 1 5.266 5.114l.225.377-12.989-.002a7.473 7.473 0 0 0-5.223 2.118z"}),React.createElement("path",{fill:"#1a73e8",d:"M16.001 21.939a5.938 5.938 0 1 0 0-11.876 5.938 5.938 0 0 0 0 11.876z"}))})));GoogleChromeLogo.displayName="GoogleChromeLogo",GoogleChromeLogo.iconName="google-chrome-logo",exports.default=GoogleChromeLogo},"./packages/juno-icon/src/GoogleDoc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleDocD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GoogleDocD.tsx")),GoogleDoc=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GoogleDocD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2196f3",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2196f3",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm4.579 12.148h-4.938v.988h4.938v-.988zm3.95-1.975h-8.889v.988h8.889v-.988zm0-1.975h-8.889v.988h8.889v-.988zm0-1.976h-8.889v.988h8.889v-.988z"}))})));GoogleDoc.displayName="GoogleDoc",GoogleDoc.iconName="google-doc",exports.default=GoogleDoc},"./packages/juno-icon/src/GoogleDocD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleDocD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#223442",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2196f3",d:"m16.759 8.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624l4.844.023z"}),React.createElement("path",{fill:"#f1f1f1",d:"M16.494 20.148v.988h-4.938v-.988h4.938zm3.95-1.975v.988h-8.889v-.988h8.889zm0-1.975v.988h-8.889v-.988h8.889zm0-1.976v.988h-8.889v-.988h8.889z"}))})));GoogleDocD.displayName="GoogleDocD",GoogleDocD.iconName="google-doc-D",exports.default=GoogleDocD},"./packages/juno-icon/src/GoogleLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#ffc107",d:"M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 0 1 8.8 16 7.2 7.2 0 0 1 16 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z"}),React.createElement("path",{fill:"#ff3d00",d:"m5.384 10.415 3.943 2.891A7.197 7.197 0 0 1 16.001 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16.001 4c-4.609 0-8.606 2.602-10.616 6.415z"}),React.createElement("path",{fill:"#4caf50",d:"M16 28c3.1 0 5.916-1.186 8.045-3.115l-3.714-3.143A7.143 7.143 0 0 1 16 23.2c-3.121 0-5.771-1.99-6.77-4.768l-3.913 3.015C7.303 25.333 11.336 28 16 28z"}),React.createElement("path",{fill:"#1976d2",d:"M27.767 13.65H26.8v-.05H16v4.8h6.782a7.229 7.229 0 0 1-2.452 3.343l.002-.001 3.714 3.143c-.263.239 3.955-2.884 3.955-8.884 0-.805-.083-1.59-.233-2.35z"}))})));GoogleLogo.displayName="GoogleLogo",GoogleLogo.iconName="google-logo",exports.default=GoogleLogo},"./packages/juno-icon/src/GoogleLogoDisabled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleLogoDisabled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 0 1 8.8 16 7.2 7.2 0 0 1 16 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z"}))})));GoogleLogoDisabled.displayName="GoogleLogoDisabled",GoogleLogoDisabled.iconName="google-logo-disabled",exports.default=GoogleLogoDisabled},"./packages/juno-icon/src/GoogleSheet.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSheetD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GoogleSheetD.tsx")),GoogleSheet=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GoogleSheetD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#43a047",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#43a047",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm7.542 6.222h-7.901v6.914h8.889v-6.914h-.988zm-6.914.988h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm6.914.988h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988z"}))})));GoogleSheet.displayName="GoogleSheet",GoogleSheet.iconName="google-sheet",exports.default=GoogleSheet},"./packages/juno-icon/src/GoogleSheetD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSheetD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1e2f1f",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#43a047",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z"}),React.createElement("path",{fill:"#f1f1f1",d:"M20.444 14.222v6.914h-8.889v-6.914h8.889zm-5.926 4.938h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988z"}))})));GoogleSheetD.displayName="GoogleSheetD",GoogleSheetD.iconName="google-sheet-D",exports.default=GoogleSheetD},"./packages/juno-icon/src/GoogleSlide.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSlideD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GoogleSlideD.tsx")),GoogleSlide=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GoogleSlideD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#f6ad16",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#f6ad16",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018zm1.911 7.111h-5.333a.889.889 0 0 0-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 0 0 .889-.889V16a.889.889 0 0 0-.889-.889z"}))})));GoogleSlide.displayName="GoogleSlide",GoogleSlide.iconName="google-slide",exports.default=GoogleSlide},"./packages/juno-icon/src/GoogleSlideD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSlideD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#2f291e",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#f6ad16",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018z"}),React.createElement("path",{fill:"#f1f1f1",d:"M18.667 15.111h-5.333a.889.889 0 0 0-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 0 0 .889-.889V16a.889.889 0 0 0-.889-.889z"}))})));GoogleSlideD.displayName="GoogleSlideD",GoogleSlideD.iconName="google-slide-D",exports.default=GoogleSlideD},"./packages/juno-icon/src/GroupDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GroupDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.389 8.019c2.102.183 3.381 1.188 3.975 2.056 1.005 1.279 1.142 2.833 1.005 3.564-.119.87-.135 2.048-.137 2.527v.306l.047.146c.116.38.195.855-.047 1.864-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691l.001.292c.003.439.021.439.137.439 2.011.548 5.118 1.691 6.397 2.285.413.188 1.041.688 1.404 1.038a15.134 15.134 0 0 1-8.205 2.402 15.154 15.154 0 0 1-10.749-4.453l.232-.13.324-.119c1.138-.416 2.327-.819 3.286-1.069l.037-.001c.1-.007.1-.072.1-.73 0-.868-.137-1.279-.274-1.691l-.037-.144c-.145-.549-.386-1.345-.511-2.141l-.04-.042c-.277-.303-.704-1.024-.965-2.242-.274-1.142-.137-1.554 0-2.011v-.137c0-.274-.137-1.554-.274-2.696-.137-.731 0-2.285 1.005-3.564.548-.868 1.828-1.828 3.975-2.011h1.279zm6.123-1.645c2.148.137 3.427 1.142 3.976 2.011 1.005 1.279 1.142 2.833 1.005 3.564-.125.92-.136 2.184-.137 2.602v.231l.047.146c.116.38.195.855-.047 1.864-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691l.001.292c.003.439.021.439.136.439 1.418.387 3.633 1.303 5.184 1.905a15.26 15.26 0 0 1-2.902 2.699 8.23 8.23 0 0 0-1.094-.857l-.972-.42c-1.576-.675-3.957-1.66-5.653-2.139l-.038-.001c-.129-.006-.265-.07-.099-.776.046-.32.183-.548.32-.868l.054-.149c.222-.598.494-1.247.494-2.091l.044-.046c.317-.341.745-1.067 1.007-2.376.32-1.188.137-1.645 0-2.102l.002-.563c.006-.607.032-1.66.135-2.453.137-.777 0-2.422-1.051-3.793-.503-.731-1.554-1.645-3.107-2.056.685-.64 1.828-1.188 3.381-1.325h1.279z"}))})));GroupDefault.displayName="GroupDefault",GroupDefault.iconName="group-default",exports.default=GroupDefault},"./packages/juno-icon/src/HandUp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HandUp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.52 20.419a3.22 3.22 0 0 1-2.233.709l-.204-.021-4.453-.628c-1.326-.181-2.174-.863-2.253-1.818l-.006-.162.01-.728c-.01-.507-.324-.789-1.172-.871a25.213 25.213 0 0 0-2.087-.104 37.206 37.206 0 0 0-2.448.085c-.811.052-1.122.309-1.158.761l-.003.1.012.734c.027.979-.735 1.68-2.01 1.919l-.217.035-4.068.592c-1.108.157-1.863-.074-2.503-.602-.446-.367-.781-.99-.905-1.595l-.033-.2-.009-.233c-.003-1.594.49-2.804 1.766-3.855 2.739-2.257 6.051-3.353 11.456-3.402 5.419-.049 8.985 1.166 11.468 3.212 1.515 1.248 1.97 2.363 2.027 3.961l.006.256-.061.377c-.122.585-.453 1.091-.92 1.476z"}))})));HandUp.displayName="HandUp",HandUp.iconName="hand-up",exports.default=HandUp},"./packages/juno-icon/src/HangUpSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HangUpSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m15.653 7.245.525.01c5.934.179 11.101 2.67 12.856 6.238.948 1.933.908 4.197-.584 6.699l-.301.482-4.399-1.28a3.124 3.124 0 0 1-2.078-2.837l-.001-.418a2.605 2.605 0 0 0-1.96-2.422c-1.232-.32-2.513-.538-3.711-.575-1.305-.039-2.726.13-4.132.427a2.2 2.2 0 0 0-1.024.534c-.388.388-.611.825-.672 1.314l-.016.212-.014.364a3.121 3.121 0 0 1-2.08 2.863l-.196.063-4.447 1.008-.104-.187c-1.271-2.281-1.498-4.518-.642-6.456a7.122 7.122 0 0 1 1.017-1.618l.254-.288.283-.296.157-.152.363-.322a11.08 11.08 0 0 1 1.941-1.322c2.484-1.349 5.649-2.066 8.965-2.042z"}))})));HangUpSp.displayName="HangUpSp",HangUpSp.iconName="hang-up_sp",exports.default=HangUpSp},"./packages/juno-icon/src/Hangouts.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hangouts=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.739 14.293-1.354 2.732h-2.031l1.354-2.732h-2.032v-4.098h4.062v4.098zm-5.416 0-1.354 2.732h-2.031l1.354-2.732h-2.031v-4.098h4.062v4.098zM16 2C9.636 2 4.491 7.19 4.491 13.61S9.636 25.22 16 25.22h.677v4.781c6.634-3.142 10.832-10.244 10.832-16.39 0-6.42-5.146-11.61-11.509-11.61z"}))})));Hangouts.displayName="Hangouts",Hangouts.iconName="hangouts",exports.default=Hangouts},"./packages/juno-icon/src/Harvest.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Harvest=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.292 14.254h-4.474V7.598h-3.274v16.75h3.274v-7.257h4.474v7.257h3.274V7.598h-3.274v6.656zM2.033 4.366a2.333 2.333 0 0 1 2.334-2.334h23.268a2.334 2.334 0 0 1 2.334 2.334v23.268a2.333 2.333 0 0 1-2.334 2.334H4.367a2.334 2.334 0 0 1-2.334-2.334V4.366z"}))})));Harvest.displayName="Harvest",Harvest.iconName="harvest",exports.default=Harvest},"./packages/juno-icon/src/Hash.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hash=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.523 11-.559 2.65h1.645l.559-2.65h.526c.111 0 .203.031.276.094s.11.144.11.245a.367.367 0 0 1-.007.082l-.486 2.23h1.412l-.087.471c-.022.121-.074.21-.157.267s-.208.085-.376.085h-.919l-.433 2.047h1.192c.107 0 .189.024.246.072s.087.133.087.254l-.008.101-.066.395H17.9L17.341 20h-.54c-.102 0-.189-.036-.26-.107s-.107-.163-.107-.276l.001-.024.007-.047.479-2.202h-1.645l-.473 2.23c-.036.155-.103.265-.203.33s-.214.097-.343.097h-.526l.566-2.657h-.972c-.102 0-.182-.024-.24-.072s-.087-.131-.087-.248l.001-.033.007-.074.059-.396h1.359l.433-2.047h-1.545l.087-.465c.022-.121.073-.211.153-.27s.206-.088.38-.088h1.052l.48-2.248c.027-.126.088-.224.183-.295s.21-.107.343-.107h.533zm.959 3.473h-1.645l-.433 2.047h1.645l.433-2.047z"}))})));Hash.displayName="Hash",Hash.iconName="hash",exports.default=Hash},"./packages/juno-icon/src/Hd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hd=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M3.5 7A1.5 1.5 0 0 1 5 8.5L4.999 14H10V8.5A1.5 1.5 0 0 1 11.5 7h1A1.5 1.5 0 0 1 14 8.5v16a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V18H4.999L5 24.5A1.5 1.5 0 0 1 3.5 26h-1A1.5 1.5 0 0 1 1 24.5v-16A1.5 1.5 0 0 1 2.5 7h1zm18.217 0c2.374 0 4.487.607 6.291 1.87 1.828 1.239 2.991 4.57 2.991 7.509 0 2.987-1.163 6.319-2.968 7.654C26.227 25.32 24.066 26 21.716 26h-3.229c-1.424 0-2.489-.79-2.489-2.248V9.366c0-1.457 1.064-2.367 2.489-2.367h3.229zm-.55 4H20v10.984l1.167.016c4.473 0 5.909-2.456 5.909-6 0-3.148-1.437-5-5.909-5z"}))})));Hd.displayName="Hd",Hd.iconName="hd",exports.default=Hd},"./packages/juno-icon/src/Help.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Help=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-.42 18.75c-.213 0-.413.04-.6.12s-.348.187-.485.32-.243.293-.32.48-.115.383-.115.59c0 .213.038.412.115.595s.183.342.32.475a1.56 1.56 0 0 0 1.085.43 1.532 1.532 0 0 0 1.07-.43c.133-.133.24-.292.32-.475s.12-.382.12-.595c0-.207-.04-.403-.12-.59s-.187-.347-.32-.48-.293-.24-.48-.32-.383-.12-.59-.12zM16 9c-.427 0-.823.038-1.19.115s-.707.182-1.02.315c-.313.133-.605.29-.875.47s-.518.37-.745.57l.7 1.11c.108.147.264.22.47.22.1 0 .213-.042.34-.125s.282-.177.465-.28c.183-.103.407-.197.67-.28s.585-.125.965-.125c.26 0 .502.037.725.11s.415.178.575.315c.16.137.285.3.375.49s.135.405.135.645c0 .36-.073.673-.22.94s-.33.505-.55.715c-.22.21-.457.405-.71.585s-.49.365-.71.555c-.22.19-.403.393-.55.61s-.22.472-.22.765l.002.124.008.046.17 1.63h1.69l.23-1.46.028-.125c.049-.164.141-.314.277-.45.17-.17.372-.343.605-.52l.74-.565c.26-.2.502-.437.725-.71s.408-.595.555-.965.22-.808.22-1.315c0-.52-.093-.99-.28-1.41s-.45-.778-.79-1.075c-.34-.297-.748-.525-1.225-.685S16.58 9 16 9z"}))})));Help.displayName="Help",Help.iconName="help",exports.default=Help},"./packages/juno-icon/src/HelpBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HelpBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-.42 16.75c.207 0 .403.04.59.12s.347.187.48.32.24.293.32.48.12.383.12.59c0 .213-.04.412-.12.595s-.187.342-.32.475a1.532 1.532 0 0 1-1.07.43 1.56 1.56 0 0 1-1.085-.43c-.137-.133-.243-.292-.32-.475s-.115-.382-.115-.595c0-.207.038-.403.115-.59s.183-.347.32-.48.298-.24.485-.32.387-.12.6-.12zM16 9c.58 0 1.108.08 1.585.24s.885.388 1.225.685c.34.297.603.655.79 1.075s.28.89.28 1.41c0 .507-.073.945-.22 1.315s-.332.692-.555.965c-.223.273-.465.51-.725.71l-.74.565c-.233.177-.435.35-.605.52a1.064 1.064 0 0 0-.277.45l-.028.125-.23 1.46h-1.69l-.17-1.63-.008-.046-.002-.124c0-.293.073-.548.22-.765s.33-.42.55-.61c.22-.19.457-.375.71-.555s.49-.375.71-.585c.22-.21.403-.448.55-.715s.22-.58.22-.94c0-.24-.045-.455-.135-.645s-.215-.353-.375-.49-.352-.242-.575-.315-.465-.11-.725-.11c-.38 0-.702.042-.965.125s-.487.177-.67.28c-.183.103-.338.197-.465.28s-.24.125-.34.125c-.206 0-.362-.073-.47-.22l-.7-1.11c.227-.2.475-.39.745-.57a5.336 5.336 0 0 1 1.895-.785A5.79 5.79 0 0 1 16 9z"}))})));HelpBorder.displayName="HelpBorder",HelpBorder.iconName="help_border",exports.default=HelpBorder},"./packages/juno-icon/src/HideBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HideBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.749 3.293a.999.999 0 0 1 0 1.414l-3.546 3.546C28.731 10.822 31 14.256 31 16c0 3-6.716 11-15 11-2.706 0-5.245-.854-7.437-2.108l-3.856 3.856a.999.999 0 1 1-1.414-1.414L27.335 3.292a.999.999 0 0 1 1.414 0zm-4.978 6.392-2.862 2.863a6 6 0 0 1-8.36 8.36l-2.514 2.514C11.952 24.433 13.987 25 16 25c3.233 0 6.526-1.462 9.29-3.88 1.169-1.022 2.162-2.156 2.853-3.223.569-.878.857-1.609.857-1.897s-.289-1.019-.857-1.897c-.691-1.066-1.684-2.2-2.853-3.223a18.306 18.306 0 0 0-1.519-1.195zM16 5c2.201 0 4.292.565 6.176 1.451l-1.515 1.516c-1.523-.625-3.099-.966-4.661-.966-3.233 0-6.526 1.462-9.29 3.88-1.169 1.022-2.162 2.156-2.853 3.223-.568.878-.857 1.609-.857 1.897s.289 1.019.857 1.897c.691 1.066 1.684 2.2 2.853 3.223.142.125.286.247.432.366l-1.421 1.42C2.815 20.471 1 17.561 1 16.001c0-3 6.716-11 15-11zm3.462 8.995-5.467 5.467a4 4 0 0 0 5.467-5.467zM16 10c.78 0 1.525.149 2.208.419l-1.624 1.623a4 4 0 0 0-4.542 4.542l-1.623 1.624A6 6 0 0 1 16 10z"}))})));HideBorder.displayName="HideBorder",HideBorder.iconName="hide_border",exports.default=HideBorder},"./packages/juno-icon/src/HideSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HideSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 28.8V3.2h2.4v25.6h-2.4zM2.4 17.2h19.46l-8.22 8.22 1.68 1.78L26.4 16 15.2 4.8l-1.68 1.7 8.34 8.3H2.4v2.4z"}))})));HideSp.displayName="HideSp",HideSp.iconName="hide_sp",exports.default=HideSp},"./packages/juno-icon/src/Highlight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Highlight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.701 10.969 8.394 1.186c.578.084.982.604.893 1.167a1.016 1.016 0 0 1-.307.588l-6.073 5.757 1.435 8.13c.099.559-.288 1.09-.863 1.186a1.08 1.08 0 0 1-.671-.103l-7.508-3.838-7.508 3.838a1.074 1.074 0 0 1-1.472-.523.999.999 0 0 1-.062-.561l1.435-8.13-6.073-5.757a1.014 1.014 0 0 1-.02-1.456c.162-.161.374-.267.605-.299l8.394-1.186 3.752-7.397a1.076 1.076 0 0 1 1.418-.466c.208.1.377.264.479.466l3.752 7.397z"}))})));Highlight.displayName="Highlight",Highlight.iconName="highlight",exports.default=Highlight},"./packages/juno-icon/src/Hold.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hold=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 4a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L10 28a2 2 0 0 1-2-2V6c0-1.054.816-1.918 1.851-1.995L10 3.999zm12 0a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L22 28a2 2 0 0 1-2-2V6c0-1.054.816-1.918 1.851-1.995L22 3.999z"}))})));Hold.displayName="Hold",Hold.iconName="hold",exports.default=Hold},"./packages/juno-icon/src/HoldAnswer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HoldAnswer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4475fd",d:"M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 0 0-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zM6.2 4.8l-.045.002A.6.6 0 0 0 5.6 5.4v5.2a.6.6 0 0 0 .6.6l.045-.002A.6.6 0 0 0 6.8 10.6V5.4a.6.6 0 0 0-.6-.6zm3.6 0-.045.002A.6.6 0 0 0 9.2 5.4v5.2a.6.6 0 0 0 .6.6l.045-.002a.6.6 0 0 0 .555-.598V5.4a.6.6 0 0 0-.6-.6z"}),React.createElement("path",{fill:"#299e0b",d:"M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 0 0-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 0 0-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 0 0-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 0 0-.786-.362 1.437 1.437 0 0 0-.868.193 2.097 2.097 0 0 0-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 0 1-.125-.064 2.47 2.47 0 0 1-.427-.317 5.516 5.516 0 0 1-.531-.557 5.786 5.786 0 0 1-.436-.586 2.595 2.595 0 0 1-.241-.462 1.307 1.307 0 0 1-.073-.219.645.645 0 0 1 .058-.027.767.767 0 0 0 .089-.048l.068-.033a.428.428 0 0 0 .087-.055 2.329 2.329 0 0 0 .411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 0 0-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 0 0-.631-.6z"}))})));HoldAnswer.displayName="HoldAnswer",HoldAnswer.iconName="hold-answer",exports.default=HoldAnswer},"./packages/juno-icon/src/HoldSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HoldSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.143 8v16H9.714V8h3.429zm9.143 0v16h-3.429V8h3.429z"}))})));HoldSp.displayName="HoldSp",HoldSp.iconName="hold_sp",exports.default=HoldSp},"./packages/juno-icon/src/HoldcallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HoldcallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM27 3a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1zm-6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1z"}))})));HoldcallBorder.displayName="HoldcallBorder",HoldcallBorder.iconName="holdcall_border",exports.default=HoldcallBorder},"./packages/juno-icon/src/HomeBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HomeBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m29.201 15.933-.001.05.001.05a14.276 14.276 0 0 1-1.623 6.97l-.002-.001a11.72 11.72 0 0 1-4.456 4.502l-.053.027-.019.01c-1.919 1.041-4.221 1.661-6.683 1.661-.114 0-.223-.001-.327-.003l-.049-.001-.049.001a14.2 14.2 0 0 1-6.964-1.644l.001-.002a11.723 11.723 0 0 1-4.501-4.439l-.025-.048-.008-.016c-1.031-1.918-1.647-4.216-1.647-6.67 0-.113.002-.229.004-.352l.001-.036-.001-.036a13.947 13.947 0 0 1 1.752-7.002l.002.001a11.49 11.49 0 0 1 4.342-4.47l.043-.023.013-.007c1.919-1.042 4.221-1.663 6.681-1.663.116 0 .226.001.332.003l.033.001h.033a14.273 14.273 0 0 1 7.006 1.755l.001.001a11.48 11.48 0 0 1 4.477 4.352l.022.041.006.012c1.039 1.899 1.66 4.179 1.66 6.616 0 .118-.002.238-.004.36zm.122 8.047.026-.05a16.267 16.267 0 0 0 1.851-7.951c.003-.135.005-.271.005-.407 0-2.775-.706-5.384-1.905-7.576l-.035-.065a13.484 13.484 0 0 0-5.266-5.135 16.268 16.268 0 0 0-7.987-2 15.88 15.88 0 0 0-.378-.004c-2.794 0-5.424.705-7.635 1.905l-.065.034a13.475 13.475 0 0 0-5.078 5.161l-.014.025-.044.079.042-.08-.044.079-.008.015a15.942 15.942 0 0 0-1.989 7.975c-.003.131-.005.263-.005.395 0 2.786.698 5.409 1.885 7.617l.035.068a13.713 13.713 0 0 0 5.174 5.17l.028.016.084.047-.086-.043.085.046.04.021a16.2 16.2 0 0 0 7.952 1.875c.124.003.248.004.373.004 2.795 0 5.425-.704 7.636-1.903l.068-.035a13.704 13.704 0 0 0 5.185-5.167l.019-.033.048-.085-.043.088.046-.087zm-14.644-.94c.168.576.68.954 1.302.96h.038c.622-.006 1.134-.384 1.302-.96l.578-2.01c.439-1.52 1.595-2.69 3.11-3.12l2.004-.58c.578-.17.987-.71.987-1.32s-.409-1.15-.997-1.32l-2.004-.57a4.509 4.509 0 0 1-3.11-3.12l-.578-2.01A1.38 1.38 0 0 0 16 8a1.38 1.38 0 0 0-1.311.99L14.111 11a4.51 4.51 0 0 1-3.11 3.12l-2.004.57c-.588.17-.997.71-.997 1.32s.409 1.15.987 1.32l2.004.58a4.509 4.509 0 0 1 3.11 3.12l.578 2.01zm1.326-2.658L16 20.364l-.005.018a6.51 6.51 0 0 0-4.354-4.366 6.508 6.508 0 0 0 4.36-4.351 6.506 6.506 0 0 0 4.36 4.351 6.513 6.513 0 0 0-4.355 4.366z"}))})));HomeBorder.displayName="HomeBorder",HomeBorder.iconName="home_border",exports.default=HomeBorder},"./packages/juno-icon/src/HorizontalLine.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HorizontalLine=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 15h22a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z"}))})));HorizontalLine.displayName="HorizontalLine",HorizontalLine.iconName="horizontal-line",exports.default=HorizontalLine},"./packages/juno-icon/src/Hud.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hud=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-3 3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16z"}))})));Hud.displayName="Hud",Hud.iconName="HUD",exports.default=Hud},"./packages/juno-icon/src/HudBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HudBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-3 3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16zm-1 2H9v8h14v-8z"}))})));HudBorder.displayName="HudBorder",HudBorder.iconName="hud_border",exports.default=HudBorder},"./packages/juno-icon/src/HybridContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HybridContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h26zm-4.912 3.957c-.48-.019-1.531.204-1.919.432-.436.242-.667.732-.568 1.256.252 1.087.403 2.221.529 3.352.052.505.437.879.946.932.299.031.578-.028.84-.076.201-.052.384-.066.581-.058 0 0 .091.009.171.107.19.205.64.825.666 2.78-.007 2.088-.548 2.664-.714 2.799a.509.509 0 0 1-.129.076c-.195-.005-.387-.042-.579-.078-.281-.047-.551-.105-.853-.077-.502.052-.911.459-.942.926-.12 1.138-.313 2.284-.501 3.366l-.018.128c-.041.472.176.913.584 1.11.371.218 1.422.436 1.936.432.45.016.892-.179 1.305-.513 1.583-1.282 2.519-4.347 2.509-8.171-.026-5.567-1.992-8.632-3.842-8.723zm-8.086 10.021-10.16.006a1.998 1.998 0 0 0-1.818 1.677l-.019.161-.005.149V24h14v-5.029l-.005-.149a1.996 1.996 0 0 0-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986 3.996-1.784 3.996-3.986S13.219 7 11.012 7z"}))})));HybridContact.displayName="HybridContact",HybridContact.iconName="hybrid-contact",exports.default=HybridContact},"./packages/juno-icon/src/Ical.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ical=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571v14.857a4.571 4.571 0 0 1-4.571 4.571H8.571A4.571 4.571 0 0 1 4 23.428V8.571A4.571 4.571 0 0 1 8.571 4z"}),React.createElement("path",{fill:"#f8f8f8",d:"M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571v14.857a4.571 4.571 0 0 1-4.571 4.571H8.571A4.571 4.571 0 0 1 4 23.428V8.571A4.571 4.571 0 0 1 8.571 4z"}),React.createElement("path",{fill:"#e23736",d:"M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571V11.2h-24V8.571A4.571 4.571 0 0 1 8.57 4z"}),React.createElement("path",{fill:"#f4f2f2",d:"M12.395 9.22c.256 0 .459-.039.61-.118s.266-.176.346-.293c.08-.117.131-.242.154-.377s.034-.258.034-.37V5.715h-.754v2.314c0 .061-.002.124-.007.19s-.019.126-.043.182c-.024.056-.063.102-.118.137s-.131.053-.23.053c-.09 0-.162-.014-.218-.043s-.1-.068-.132-.118c-.032-.05-.054-.11-.067-.18s-.019-.147-.019-.23v-.154h-.682v.298c0 .189.032.35.096.482s.149.242.254.326c.106.085.226.147.36.187s.274.06.418.06zm3.49 0c.458 0 .816-.113 1.075-.338s.389-.57.389-1.034V5.717h-.754v2.131c0 .256-.051.444-.154.564s-.288.18-.557.18c-.154 0-.276-.022-.367-.065s-.162-.099-.214-.168c-.051-.069-.085-.148-.101-.238s-.024-.181-.024-.274V5.716h-.754v2.131c0 .467.127.813.382 1.037s.614.336 1.078.336zm4.776-.077v-.634h-1.67V5.715h-.754v3.427h2.424z"}),React.createElement("path",{fill:"#212121",d:"M13.138 24.4V14.254h-.942l-2.735 1.877v.977l2.721-1.828h.028v9.12h.928zm4.247 0 4.648-9.246v-.9h-6.609v.858h5.646v.028l-4.704 9.26h1.02z"}))})));Ical.displayName="Ical",Ical.iconName="ical",exports.default=Ical},"./packages/juno-icon/src/IdBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),IdBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.255 5.034c-1.052-.698-2.285-1.033-3.67-1.033L22.701 4c-.831 0-1.452.503-1.452 1.308v7.95c0 .806.621 1.242 1.452 1.242h1.884c1.371 0 2.631-.376 3.683-1.087 1.053-.738 1.731-2.579 1.731-4.23 0-1.624-.678-3.465-1.745-4.149zM23 5.75h1.265c2.728 0 3.985 1.113 3.985 3.349s-1.221 3.651-3.985 3.651H23v-7zm-12.801-.129a2.996 2.996 0 0 0-1.38-1.313l-.002.001a3.171 3.171 0 0 0-1.866-.269c-.481.075-1.063.285-1.766.627-.689.334-1.221.655-1.599.971-.817.685-1.312 1.613-1.49 2.755-.185 1.081-.101 2.3.246 3.651.341 1.327.93 2.747 1.766 4.261.831 1.523 1.9 3.066 3.206 4.63a32.018 32.018 0 0 0 3.017 3.119l.377.342a21.313 21.313 0 0 0 2.663 2.036c1.029.659 2.039 1.166 3.032 1.52 1.018.363 1.997.547 2.936.547.579 0 1.114-.076 1.6-.231a3.928 3.928 0 0 0 1.326-.716l.141-.111c.335-.276.717-.671 1.133-1.175.483-.585.808-1.08.977-1.499l.076-.17c.183-.461.208-.985.065-1.525-.158-.599-.5-1.116-1.012-1.537l-.988-.821-.829-.704-.402-.349a61.83 61.83 0 0 1-1.632-1.485c-.421-.451-1.017-.73-1.719-.792a3.127 3.127 0 0 0-1.898.423c-.223.15-.39.281-.54.417l-.043.039-.238.232-.222.23-.074.094-.07.069-.191.209a3.776 3.776 0 0 1-.273-.139 5.363 5.363 0 0 1-.934-.692 12.245 12.245 0 0 1-1.162-1.217c-.386-.461-.704-.89-.954-1.282a5.638 5.638 0 0 1-.527-1.01l-.086-.226a2.032 2.032 0 0 1-.073-.254 2.59 2.59 0 0 1 .126-.059l.039-.019.156-.086.15-.073a.99.99 0 0 0 .191-.12 5.182 5.182 0 0 0 .898-.617c.502-.506.775-1.051.855-1.663.081-.621-.063-1.217-.425-1.765a44.232 44.232 0 0 1-1.484-2.276 29.261 29.261 0 0 1-1.1-1.982zM5.95 6.24c.57-.276.995-.428 1.27-.471l.002-.001c.298-.046.575-.007.854.124l.105.055c.201.117.355.279.484.514.312.625.701 1.325 1.137 2.046s.947 1.505 1.543 2.367a.762.762 0 0 1 .129.543l-.018.095a1.051 1.051 0 0 1-.253.462l-.043.046-.089.073-.153.111c-.085.059-.185.12-.303.184l-.125.075-.044.031-.097.047-.156.086-.219.105a1.751 1.751 0 0 0-.897 1.892c.049.246.134.501.255.799l.064.16c.15.355.353.729.605 1.125.293.46.657.949 1.088 1.465.473.559.916 1.023 1.34 1.401.432.385.847.692 1.249.916.143.08.277.148.402.204a1.749 1.749 0 0 0 2.012-.413l.137-.151.139-.142.079-.091.032-.041.199-.202.14-.133.069-.06c.048-.04.102-.081.165-.127l.043-.031.104-.055c.221-.102.458-.141.724-.117.281.025.475.115.596.244l.077.077.546.509c.368.339.745.679 1.131 1.018l.412.359.715.608 1.133.943c.236.194.371.399.434.635.053.202.041.352-.015.464l-.093.206c-.107.221-.327.546-.669.96-.395.479-.732.819-.973.999l-.136.105a2.23 2.23 0 0 1-.672.343 3.513 3.513 0 0 1-1.07.149c-.727 0-1.509-.146-2.348-.445-.862-.307-1.753-.755-2.677-1.346a20.127 20.127 0 0 1-2.795-2.189 30.501 30.501 0 0 1-2.873-2.969c-1.226-1.468-2.229-2.918-3.003-4.334-.773-1.401-1.305-2.686-1.606-3.858-.29-1.129-.356-2.102-.216-2.92.12-.768.411-1.309.891-1.711.247-.206.661-.457 1.239-.738zM19.5 4.875a.875.875 0 0 0-1.75 0v8.75a.875.875 0 0 0 1.75 0v-8.75z"}))})));IdBorder.displayName="IdBorder",IdBorder.iconName="ID_border",exports.default=IdBorder},"./packages/juno-icon/src/Ignore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ignore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.286 14c.947 0 1.714.895 1.714 2s-.767 2-1.714 2H5.715c-.947 0-1.714-.895-1.714-2s.768-2 1.714-2h20.571z"}))})));Ignore.displayName="Ignore",Ignore.iconName="ignore",exports.default=Ignore},"./packages/juno-icon/src/ImageBroken.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImageBrokenD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ImageBrokenD.tsx")),ImageBroken=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ImageBrokenD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",d:"M11.893 8.018 16.755 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625z"}),React.createElement("path",{fill:"#f1f1f2",d:"M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388c.134.291.216.453.32.64.083.15.157.267.221.351l.057.069.027-.021c.255-.235.893-1.441 1.677-3.452l.195-.509.832.313-.323.84c-1.01 2.563-1.726 3.74-2.456 3.74l-.121-.005c-.444-.039-.66-.336-1.255-1.633l-.608-1.346-.151-.314c-.316-.637-.559-.994-.585-.994-.06 0-.34.43-.826 1.361l-.464.91c-.747 1.461-1.143 2.021-1.771 2.021-.595 0-1.021-.552-1.704-1.811l-.675-1.274c-.445-.822-.688-1.208-.702-1.208l-.008-.002c-.028-.016.01-.11-.16.161l-2.439 4.071-.763-.456 1.744-2.952c.081-.134.145-.241.188-.309l.211-.331c.502-.764.815-1.071 1.227-1.071l.113.004c.415.029.619.259 1.261 1.456l.784 1.487.209.374c.165.285.307.506.438.676.16.207.275.296.276.296.079 0 .382-.414.805-1.202l.36-.7.298-.587c.764-1.487 1.025-1.803 1.599-1.803z"}))})));ImageBroken.displayName="ImageBroken",ImageBroken.iconName="image-broken",exports.default=ImageBroken},"./packages/juno-icon/src/ImageBrokenD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImageBrokenD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#30323a",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#8f9199",d:"M11.893 8.018 16.755 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625z"}),React.createElement("path",{fill:"#f1f1f1",d:"M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388.141.297.06.121.119.223.118.2c.037.059.072.109.104.151l.057.069.027-.021a.753.753 0 0 0 .086-.097l.106-.152.126-.206.144-.259.161-.311.176-.362.19-.413.1-.225-.006 1.994c-.41.651-.782.962-1.157.962l-.121-.005c-.327-.029-.53-.198-.853-.803l-.146-.287-.165-.346-.091-.197-.608-1.346-.151-.314-.151-.295-.135-.246-.115-.195-.091-.142-.063-.087c-.016-.019-.026-.029-.03-.029-.008 0-.02.008-.036.023l-.059.07-.082.118-.105.167-.2.344-.161.293-.184.346-.579 1.133-.215.403c-.548.998-.913 1.395-1.442 1.395-.525 0-.919-.43-1.473-1.396l-.231-.415-.675-1.274-.258-.469-.302-.522-.102-.163-.034-.048c-.003-.004-.006-.006-.007-.006l-.008-.002-.016-.026c-.003-.004-.008-.005-.016.003l-.042.052-.086.131-2.212 3.692-.005-1.744.868-1.464.08-.13.211-.331.219-.321c.381-.531.659-.75 1.008-.75l.113.004c.3.021.49.147.814.666l.16.269.184.331.103.191.784 1.487.209.374c.165.285.307.506.438.676.046.059.088.109.124.149l.124.124.028.022c.017 0 .044-.019.081-.057l.085-.1.108-.149.129-.197.148-.245.166-.291.089-.163.36-.7.404-.792.193-.364.172-.306c.408-.699.658-.904 1.048-.927l.08-.002z"}))})));ImageBrokenD.displayName="ImageBrokenD",ImageBrokenD.iconName="image-broken-D",exports.default=ImageBrokenD},"./packages/juno-icon/src/ImagePreview.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImagePreviewD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ImagePreviewD.tsx")),ImagePreview=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ImagePreviewD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018zm.637 6.633-2.153 4.02-1.562-2.081-2.209 3.896h5.134l-.012-.015 3.789.001-2.987-5.82zm-3.615-2.189a1.333 1.333 0 1 0 0 2.667 1.333 1.333 0 0 0 0-2.667z"}))})));ImagePreview.displayName="ImagePreview",ImagePreview.iconName="image-preview",exports.default=ImagePreview},"./packages/juno-icon/src/ImagePreviewD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImagePreviewD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#30323a",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#8f9199",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018z"}),React.createElement("path",{fill:"#f1f1f1",d:"m17.393 14.633 2.987 5.82-3.789-.001.012.015h-5.134l2.209-3.896 1.562 2.081 2.153-4.02zm-3.615-2.189a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667z"}))})));ImagePreviewD.displayName="ImagePreviewD",ImagePreviewD.iconName="image-preview-D",exports.default=ImagePreviewD},"./packages/juno-icon/src/ImproveWithAi.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImproveWithAi=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m15.636 13.944 13.113 13.113c.467.467.467 1.235 0 1.703s-1.235.467-1.703 0L13.933 15.647c-.467-.467-.467-1.235 0-1.703s1.235-.467 1.703 0zm-4.153 7.559a1.038 1.038 0 0 1 1.263-.736c.558.155.875.717.733 1.265l-1.01 3.775c-.157.574-.713.887-1.258.738a1.04 1.04 0 0 1-.738-1.266l1.01-3.775zm-7.847-5.358 3.783-1.012a1.03 1.03 0 0 1 1.257.728c.148.533-.17 1.1-.725 1.256l-3.783 1.012a1.03 1.03 0 0 1-1.257-.728c-.148-.533.17-1.1.725-1.256zM9.6 9.813a1.022 1.022 0 0 1-1.454 0L5.377 7.044c-.405-.405-.405-1.049 0-1.454s1.049-.405 1.454 0L9.6 8.359a1.022 1.022 0 0 1 0 1.454zm7.303-1.865a1.038 1.038 0 0 1-1.263.736 1.038 1.038 0 0 1-.733-1.265l1.01-3.775a1.037 1.037 0 0 1 1.263-.736c.558.155.875.717.733 1.265l-1.01 3.775zm8.47 4.72L21.59 13.68a1.03 1.03 0 0 1-1.257-.728c-.148-.533.17-1.1.725-1.256l3.783-1.012a1.028 1.028 0 0 1 1.256.728c.148.533-.17 1.1-.725 1.256z"}))})));ImproveWithAi.displayName="ImproveWithAi",ImproveWithAi.iconName="improve-with-ai",exports.default=ImproveWithAi},"./packages/juno-icon/src/InProgress.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InProgress=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-.117 7.073a.744.744 0 0 0 0 1.053l5.575 5.574H8.744a.745.745 0 1 0 0 1.49h12.712l-5.574 5.574a.744.744 0 1 0 1.053 1.053l6.846-6.846a.744.744 0 0 0 0-1.053l-6.846-6.846a.744.744 0 0 0-1.053 0z"}))})));InProgress.displayName="InProgress",InProgress.iconName="in-progress",exports.default=InProgress},"./packages/juno-icon/src/InboundCallOnBehalf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InboundCallOnBehalf=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm18.701-1.701a1.02 1.02 0 0 1 0 1.443l-7.217 7.216 5.701.001a1.02 1.02 0 1 1 0 2.042H21.02a1.02 1.02 0 0 1-1.021-1.021v-8.165a1.02 1.02 0 1 1 2.042 0l-.001 5.7 7.217-7.216a1.02 1.02 0 0 1 1.443 0zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));InboundCallOnBehalf.displayName="InboundCallOnBehalf",InboundCallOnBehalf.iconName="inbound_call_on_behalf",exports.default=InboundCallOnBehalf},"./packages/juno-icon/src/InboundFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InboundFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zm7.651-10.293a1 1 0 0 1 1.497 1.32l-.083.094L26.086 16l3.707 3.879a1 1 0 0 1-1.32 1.497l-.094-.083-4.586-4.586a1 1 0 0 1-.083-1.32l.083-.094 4.586-4.586zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z"}))})));InboundFax.displayName="InboundFax",InboundFax.iconName="inbound-fax",exports.default=InboundFax},"./packages/juno-icon/src/InboundFaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InboundFaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm-4 2H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zm10.209-10.293a1 1 0 0 1 1.497 1.32l-.083.094L26.086 16l3.707 3.879a1 1 0 0 1-1.32 1.497l-.094-.083-4.586-4.586a1 1 0 0 1-.083-1.32l.083-.094 4.586-4.586zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z"}))})));InboundFaxBorder.displayName="InboundFaxBorder",InboundFaxBorder.iconName="inbound-fax_border",exports.default=InboundFaxBorder},"./packages/juno-icon/src/Inbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Inbox=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 25a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V14.333c0-.865.281-1.708.8-2.4L7.4 5.8A2 2 0 0 1 9 5h14c.63 0 1.222.296 1.6.8l4.6 6.133c.519.692.8 1.535.8 2.4V25zM11.1 15H4v9a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-9h-7.1a5.002 5.002 0 0 1-9.752.212L11.1 15zm11.4-8h-13a1 1 0 0 0-.8.4l-3.96 5.28a.2.2 0 0 0 .16.32H12a1 1 0 0 1 1 1 3 3 0 0 0 5.995.176l.012-.293A1 1 0 0 1 20 13h7.1a.2.2 0 0 0 .16-.32L23.3 7.4a1 1 0 0 0-.8-.4z"}))})));Inbox.displayName="Inbox",Inbox.iconName="inbox",exports.default=Inbox},"./packages/juno-icon/src/Incall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Incall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm19.916-.06a.999.999 0 0 1 0 1.414l-7.072 7.07 5.586.001a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 2 0l-.001 5.585 7.072-7.07a.999.999 0 0 1 1.414 0z"}))})));Incall.displayName="Incall",Incall.iconName="incall",exports.default=Incall},"./packages/juno-icon/src/IncallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),IncallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695a71.406 71.406 0 0 1-1.764-1.573l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm21.741-1.729a.999.999 0 0 1 0 1.414l-7.072 7.07 5.586.001a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 2 0l-.001 5.585 7.072-7.07a.999.999 0 0 1 1.414 0z"}))})));IncallBorder.displayName="IncallBorder",IncallBorder.iconName="incall_border",exports.default=IncallBorder},"./packages/juno-icon/src/Indent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Indent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM5.598 12.201l.174.114 3.737 2.73c.591.444.658 1.332.152 1.85l-.152.131-3.737 2.684c-.772.548-1.656.304-1.761-.611l-.01-.206v-5.748c-.01-1.043.784-1.413 1.598-.943zM27 15a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));Indent.displayName="Indent",Indent.iconName="indent",exports.default=Indent},"./packages/juno-icon/src/Indeterminate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Indeterminate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm-3.333 12.667H8.334a1.333 1.333 0 0 0-.128 2.66l.128.006h15.333a1.333 1.333 0 0 0 .128-2.66l-.128-.006z"}))})));Indeterminate.displayName="Indeterminate",Indeterminate.iconName="indeterminate",exports.default=Indeterminate},"./packages/juno-icon/src/Info.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Info=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 11a1 1 0 0 0-1 1v10a1 1 0 0 0 2 0V14a1 1 0 0 0-1-1zm0-6a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 7z"}))})));Info.displayName="Info",Info.iconName="info",exports.default=Info},"./packages/juno-icon/src/InfoBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InfoBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 9a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V14a1 1 0 0 1 1-1zm0-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 7z"}))})));InfoBorder.displayName="InfoBorder",InfoBorder.iconName="info_border",exports.default=InfoBorder},"./packages/juno-icon/src/InsertCode.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertCode=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.722 4.025a1 1 0 0 1 .773 1.082l-.019.115-5 22a1 1 0 0 1-1.97-.329l.019-.115 5-22a.999.999 0 0 1 1.197-.753zm5.983 5.68 4.881 4.881a2 2 0 0 1 0 2.828l-4.881 4.881a.998.998 0 0 1-1.411-1.411l4.17-4.178a1 1 0 0 0 0-1.413l-4.17-4.178a.998.998 0 0 1 1.411-1.411zm-16 0a.999.999 0 0 1 .001 1.411l-4.17 4.178a1 1 0 0 0 0 1.413l4.17 4.178a.998.998 0 0 1-1.411 1.411l-4.881-4.881a2 2 0 0 1 0-2.828l4.881-4.881a.998.998 0 0 1 1.41 0z"}))})));InsertCode.displayName="InsertCode",InsertCode.iconName="insert-code",exports.default=InsertCode},"./packages/juno-icon/src/InsertImage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertImage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 28a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L28 28H4zM27 6H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h1.585L17.42 15.166a3.999 3.999 0 0 1 5.111-.456l.173.127L28 18.955V7a1 1 0 0 0-1-1zm-8.035 10.461-.13.119L9.415 26h17.586a1 1 0 0 0 1-.983v-3.528l-6.523-5.074a2 2 0 0 0-2.512.045zM10 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));InsertImage.displayName="InsertImage",InsertImage.iconName="insert-image",exports.default=InsertImage},"./packages/juno-icon/src/InsertLink.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertLink=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.607 5.494a7 7 0 0 1 9.899 9.899l-2.364 2.367a9.05 9.05 0 0 0-.122-2.708l1.071-1.073a5 5 0 0 0 0-7.071 5 5 0 0 0-7.071 0l-4.243 4.243a5 5 0 0 0 2.828 8.485l-1.645 1.645a6.999 6.999 0 0 1-2.597-11.544l4.243-4.243zM6 16.101l2.364-2.367a9.05 9.05 0 0 0 .122 2.708l-1.071 1.073a5 5 0 0 0 0 7.071 5 5 0 0 0 7.071 0l4.243-4.243a5 5 0 0 0-2.828-8.485l1.645-1.645a6.999 6.999 0 0 1 2.597 11.544L15.9 26a7 7 0 0 1-9.899-9.899z"}))})));InsertLink.displayName="InsertLink",InsertLink.iconName="insert-link",exports.default=InsertLink},"./packages/juno-icon/src/InsertTable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertTable=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zM11 15H4v10a1 1 0 0 0 1 1h6V15zm17 0H13v11h14a1 1 0 0 0 1-1V15zM5 6a1 1 0 0 0-1 1v6h7V6H5zm8 7h15V7a1 1 0 0 0-1-1H13v7z"}))})));InsertTable.displayName="InsertTable",InsertTable.iconName="insert-table",exports.default=InsertTable},"./packages/juno-icon/src/InsertVideo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertVideo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-12.337 6.241.109.074 3.737 2.73c.606.455.661 1.38.11 1.891l-.11.091-3.737 2.684c-.791.562-1.7.291-1.768-.681L13 18.893v-5.748c-.01-1.024.756-1.4 1.554-.967l.109.064z"}))})));InsertVideo.displayName="InsertVideo",InsertVideo.iconName="insert-video",exports.default=InsertVideo},"./packages/juno-icon/src/Italic.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Italic=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a1 1 0 0 1 0 2h-6.237l-5.455 20H20a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h6.236L17.69 6H12a1 1 0 0 1 0-2h14z"}))})));Italic.displayName="Italic",Italic.iconName="italic",exports.default=Italic},"./packages/juno-icon/src/ItemListSelected.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ItemListSelected=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4475fd",d:"M16 2.667C8.64 2.667 2.667 8.64 2.667 16S8.64 29.333 16 29.333 29.333 23.36 29.333 16 23.36 2.667 16 2.667zm-2.286 19.908L8 16.861l1.611-1.611 4.103 4.091 8.674-8.674 1.611 1.623-10.286 10.286z"}))})));ItemListSelected.displayName="ItemListSelected",ItemListSelected.iconName="item-list-selected",exports.default=ItemListSelected},"./packages/juno-icon/src/Jira.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Jira=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11.883 21.685c1.422 1.453 2.498 2.673 3.304 3.716-1.463 2.172-1.63 3.513-1.428 4.572H9.216l-.004-.12-.001-.18c.01-1.02.235-4.487 2.672-7.988zM5.576 9.015c-.001-1.031.894-.494.894-.494 1.549 1.247 3.732 1.331 4.016 1.336h.031c.729 3.159 4.911 7.072 5.552 7.658.962-.909 4.725-4.611 5.413-7.592 0 0 2.387-.034 4.047-1.369 0 0 .895-.571.894.461v.109c-.018.708-.378 4.801-6.048 10.369-.363.356-.706.698-1.03 1.03 3.173 3.807 3.435 7.814 3.444 8.899v.122a4.112 4.112 0 0 1-.004.162h-4.543c.342-1.722-.369-4.213-6.616-10.346-5.67-5.568-6.03-9.553-6.048-10.241zm12.638 1.224s.587-.083.444.696c-.138.752-1.302 2.027-2.036 2.769l-.216.215c-.231.228-.383.368-.383.368s-.082-.076-.218-.21l-.153-.153c-.564-.572-1.632-1.73-2.197-2.837 0 0-.319-.848.256-.848zm3.716-6.623a1.968 1.968 0 1 1-.001 3.935 1.968 1.968 0 0 1 .001-3.935zm-11.586 0a1.968 1.968 0 1 1-.001 3.935 1.968 1.968 0 0 1 .001-3.935zm5.906-1.589a1.967 1.967 0 1 1 0 3.934 1.967 1.967 0 0 1 0-3.934z"}))})));Jira.displayName="Jira",Jira.iconName="jira",exports.default=Jira},"./packages/juno-icon/src/Join.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Join=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 27 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.667 5.49h21.02a2.667 2.667 0 0 1 2.667 2.667v21.02a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 29.177V8.157A2.667 2.667 0 0 1 2.667 5.49zm.666 3.334V28.51h19.686V8.824H3.333zM13.176 0a5.49 5.49 0 0 1 5.49 5.49h-3.294a2.196 2.196 0 1 0-4.392 0H7.686A5.49 5.49 0 0 1 13.176 0z"}),React.createElement("path",{d:"M14.274 19.765a5.49 5.49 0 0 1 5.49 5.49h-2.196a3.294 3.294 0 0 0-3.294-3.294h-2.196a3.294 3.294 0 0 0-3.294 3.294H6.588l.007-.274a5.49 5.49 0 0 1 5.483-5.216zm-1.098-8.785a3.294 3.294 0 1 1 0 6.589 3.294 3.294 0 0 1 0-6.589zm0 2.196a1.099 1.099 0 1 0 .001 2.197 1.099 1.099 0 0 0-.001-2.197z"}))})));Join.displayName="Join",Join.iconName="join",exports.default=Join},"./packages/juno-icon/src/JoinAudioPoc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JoinAudioPoc=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 6.101c5.467 5.467 5.467 14.332 0 19.799s-14.332 5.467-19.799 0C.633 20.433.633 11.568 6.1 6.101s14.332-5.467 19.799 0zm-8.898 8.898L17 9a1 1 0 0 0-1.993-.117L15 9l.001 5.999L9 15a1 1 0 0 0-.117 1.993L9 17l6.001-.001L15 23a1 1 0 0 0 1.993.117L17 23l.001-6.001L23 17a1 1 0 0 0 .117-1.993L23 15l-5.999-.001z"}))})));JoinAudioPoc.displayName="JoinAudioPoc",JoinAudioPoc.iconName="join-audio-poc",exports.default=JoinAudioPoc},"./packages/juno-icon/src/JoinMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JoinMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.556 5.333A2.667 2.667 0 0 1 30.223 8v16a2.667 2.667 0 0 1-2.667 2.667H8A2.667 2.667 0 0 1 5.333 24v-4.444h1.778V24c0 .456.343.832.785.883l.104.006h19.556a.889.889 0 0 0 .883-.785l.006-.104V8a.889.889 0 0 0-.785-.883l-.104-.006H8a.889.889 0 0 0-.883.785L7.111 8v4.444H5.333V8A2.667 2.667 0 0 1 8 5.333h19.556zM12.597 11.34l3.619 3.619a.91.91 0 0 1 .172.241.89.89 0 0 1 0 1.602.863.863 0 0 1-.171.241l-3.619 3.619a.889.889 0 0 1-1.257-1.257l2.513-2.515H2.667a.889.889 0 1 1 0-1.778h11.187l-2.513-2.514a.889.889 0 0 1 1.257-1.257z"}))})));JoinMeeting.displayName="JoinMeeting",JoinMeeting.iconName="join_meeting",exports.default=JoinMeeting},"./packages/juno-icon/src/JumpTo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JumpTo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m23.879 9.464 5.657 5.657.083.094a.998.998 0 0 1 .065 1.514l-.096.082-5.666 5.666a.999.999 0 1 1-1.414-1.414l4.063-4.064H3.001a1 1 0 0 1 0-2h23.586l-4.122-4.121a.999.999 0 1 1 1.414-1.414z"}))})));JumpTo.displayName="JumpTo",JumpTo.iconName="Jump-to",exports.default=JumpTo},"./packages/juno-icon/src/JumpToLatest.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JumpToLatest=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 17.101a.999.999 0 0 1 1.414 0L15 24.586V5a1 1 0 0 1 2 0v19.588l7.486-7.488a.999.999 0 1 1 1.414 1.414l-9.192 9.192a.999.999 0 0 1-1.414 0l-9.192-9.192a.999.999 0 0 1 0-1.414z"}))})));JumpToLatest.displayName="JumpToLatest",JumpToLatest.iconName="jump-to-latest",exports.default=JumpToLatest},"./packages/juno-icon/src/JumpToUnread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JumpToUnread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 14.899a.999.999 0 0 0 1.414 0L15 7.413v19.586a1 1 0 0 0 2 0V7.411l7.486 7.488a.999.999 0 1 0 1.414-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0l-9.192 9.192a.999.999 0 0 0 0 1.414z"}))})));JumpToUnread.displayName="JumpToUnread",JumpToUnread.iconName="jump-to-unread",exports.default=JumpToUnread},"./packages/juno-icon/src/Keypad.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Keypad=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 22a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));Keypad.displayName="Keypad",Keypad.iconName="keypad",exports.default=Keypad},"./packages/juno-icon/src/KeypadOffSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),KeypadOffSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m8.439 5.893 16.824 18.685a1.144 1.144 0 0 1-1.699 1.531l-2.176-2.417-.053-.025a2.725 2.725 0 0 1-.595-.427 2.24 2.24 0 0 1-.5-.739l-.052-.143-4.405-4.889a1.876 1.876 0 0 1-.269-.099 2.816 2.816 0 0 1-.751-.512 2.409 2.409 0 0 1-.512-.739 2.059 2.059 0 0 1-.152-.523l-4.001-4.443A2.127 2.127 0 0 1 9.489 11c-.261-.111-.512-.277-.751-.5s-.413-.468-.524-.739a2.292 2.292 0 0 1-.167-.881v-.005L6.738 7.422a1.144 1.144 0 0 1 1.699-1.531l.003.001zm1.944 13.417c.333 0 .631.056.893.167s.512.277.751.5c.223.223.389.468.5.739s.167.564.167.881c0 .333-.06.631-.179.893s-.281.512-.488.751c-.223.239-.468.409-.739.512s-.572.155-.905.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.239-.223-.409-.468-.512-.739s-.155-.572-.155-.905c0-.317.056-.607.167-.869s.277-.512.5-.751.468-.409.739-.512c.271-.103.564-.155.881-.155zm6 0c.317 0 .607.056.869.167s.512.277.751.5c.239.223.413.468.524.739s.167.564.167.881c0 .333-.06.631-.179.893s-.289.512-.512.751c-.223.239-.468.409-.739.512s-.564.155-.881.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.223-.223-.393-.468-.512-.739s-.179-.572-.179-.905c0-.317.06-.607.179-.869s.289-.512.512-.751c.223-.223.468-.389.739-.5s.564-.167.881-.167zm6 0c.317 0 .607.056.869.167s.512.277.751.5c.239.223.409.468.512.739s.155.564.155.881c0 .225-.025.436-.076.629l-2.601-2.888c.125-.017.256-.025.392-.025l-.001-.003zm-12.024-6.381c.317 0 .607.06.869.179s.512.289.751.512c.239.239.413.488.524.751s.167.552.167.869c0 .317-.06.607-.179.869s-.289.512-.512.751c-.223.239-.468.413-.739.524s-.564.167-.881.167c-.317 0-.607-.06-.869-.179s-.512-.289-.751-.512c-.239-.223-.413-.468-.524-.739s-.167-.564-.167-.881c0-.317.06-.607.179-.869s.289-.512.512-.751c.207-.223.448-.393.727-.512s.576-.179.893-.179zm11.976 0c.333 0 .631.06.893.179s.512.289.751.512c.207.239.369.488.488.751s.179.552.179.869c0 .317-.06.607-.179.869s-.281.512-.488.751c-.223.239-.468.413-.739.524s-.572.167-.905.167c-.317 0-.607-.06-.869-.179s-.512-.289-.751-.512c-.239-.223-.409-.468-.512-.739s-.155-.564-.155-.881c0-.317.056-.607.167-.869s.277-.512.5-.751c.223-.223.468-.393.739-.512s.564-.179.881-.179zm-5.952 0c.317 0 .607.06.869.179s.512.289.751.512c.223.239.393.488.512.751s.179.552.179.869c0 .137-.011.269-.033.397l-2.432-2.701.156-.005-.001-.001zm-.024-6.358c.317 0 .607.056.869.167s.512.277.751.5c.239.223.409.472.512.751s.155.576.155.893-.056.607-.167.869c-.111.263-.277.512-.5.751s-.468.409-.739.512a2.457 2.457 0 0 1-.881.155c-.333 0-.631-.056-.893-.167s-.512-.277-.751-.5c-.223-.223-.389-.468-.5-.739s-.167-.564-.167-.881c0-.333.056-.631.167-.893s.277-.512.5-.751c.223-.223.468-.389.739-.5s.572-.167.905-.167zm5.976 0c.333 0 .631.056.893.167s.512.277.751.5c.239.223.409.472.512.751s.155.576.155.893-.06.607-.179.869a3.093 3.093 0 0 1-.488.751c-.223.239-.468.409-.739.512s-.572.155-.905.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.239-.223-.409-.468-.512-.739s-.155-.564-.155-.881c0-.333.056-.631.167-.893s.277-.512.5-.751c.223-.239.468-.409.739-.512s.564-.155.881-.155zm-11.832.004c.261.015.504.068.725.163.261.111.512.277.751.5s.413.472.524.751c.111.277.167.576.167.893l-.001.099-2.165-2.405z"}))})));KeypadOffSp.displayName="KeypadOffSp",KeypadOffSp.iconName="keypad-off_sp",exports.default=KeypadOffSp},"./packages/juno-icon/src/KeypadSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),KeypadSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.857 20.571a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zM8.857 13.429a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zM8.857 6.286a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142z"}))})));KeypadSp.displayName="KeypadSp",KeypadSp.iconName="keypad_sp",exports.default=KeypadSp},"./packages/juno-icon/src/Leave.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Leave=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11.272 2.688a4.5 4.5 0 0 1 5.231 6.274c.309.075.607.2.88.371l4.986-1.336a1.998 1.998 0 0 1 1.932.518l2.726 2.797a3 3 0 1 1-4.243 4.243l-1.094-1.164-1.011.271 2.849 4.747 3.028-.222.234-.009c.242-.005.566-.003.702.009 1.377.118 2.362.715 2.739 2.121a3 3 0 0 1-2.121 3.674l-6.258.784a1.001 1.001 0 0 1-.711-.182l-3.374-2.443-1.227.731.963 3.591a3 3 0 0 1-5.795 1.553L9.93 22.855a3 3 0 0 1 1.038-3.131c.137-.116.287-.223.449-.316l1.616-.88-.834-.986-.581.301c-.928.473-1.652.799-2.172.979-.936.323-2.188.514-3.099-.059a2.998 2.998 0 0 1-.806-.576l-2.958-3.356a3 3 0 1 1 4.243-4.243l1.867 1.689 2.037-1.078a4.5 4.5 0 0 1 .543-8.51zm-7.276 9.314a1 1 0 0 0-.078 1.327l3.036 3.443c.054.054.112.1.173.139l.284.158a1 1 0 0 0 .809.116l-.299.111.525-.207c.793-.31 1.999-.904 3.62-1.781a1 1 0 0 1 1.302.267l.064.099 1.825 2.704a1 1 0 0 1-.269 1.302l-.112.072-2.458 1.387a1.386 1.386 0 0 0-.208.153 1 1 0 0 0-.37.927l.024.117 1.778 6.161a1 1 0 0 0 1.956-.403l-.024-.114-1.159-4.322a1 1 0 0 1 .477-1.131l2.565-1.338a.998.998 0 0 1 1.06.085l3.151 2.35c.213.159.48.226.743.188l5.182-.762a1 1 0 0 0 .707-1.225c-.133-.495-.605-.776-1.111-.731l-1.902.146-2.031.149c-.472.061-.92-.082-1.14-.49l-5.46-9.523a1 1 0 0 0-1.262-.418l-.104.053-6.927 3.766-2.952-2.774a.999.999 0 0 0-1.414 0zm14.746-.964.969 1.811 2.577-.689 1.911 1.98a.999.999 0 0 0 1.492-1.327l-.078-.087-2.726-2.797-4.145 1.109zM11.79 4.619a2.5 2.5 0 1 0 1.294 4.83 2.5 2.5 0 0 0-1.294-4.83z"}))})));Leave.displayName="Leave",Leave.iconName="leave",exports.default=Leave},"./packages/juno-icon/src/LeaveMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LeaveMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.825 21.116a3.86 3.86 0 0 1-2.674.85l-.245-.026-5.332-.752c-1.588-.217-2.603-1.034-2.697-2.177l-.007-.193.012-.872c-.012-.608-.388-.945-1.403-1.042a30.137 30.137 0 0 0-2.5-.125 43.57 43.57 0 0 0-2.932.102c-.971.063-1.344.371-1.386.911l-.004.119.014.879c.032 1.172-.88 2.012-2.406 2.298l-.26.042-4.872.709c-1.326.187-2.23-.088-2.998-.72-.534-.44-.936-1.186-1.084-1.909l-.04-.24L0 18.691c-.003-1.909.587-3.357 2.115-4.616 3.28-2.703 7.246-4.015 13.718-4.074 6.49-.058 10.759 1.396 13.733 3.847 1.814 1.495 2.359 2.83 2.428 4.743l.007.307-.073.451c-.146.7-.543 1.306-1.102 1.767z"}))})));LeaveMeeting.displayName="LeaveMeeting",LeaveMeeting.iconName="leave-meeting",exports.default=LeaveMeeting},"./packages/juno-icon/src/LeaveSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LeaveSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.886 3.657A2.743 2.743 0 0 1 22.629 6.4v6.171h-2.057V6.4a.686.686 0 0 0-.562-.675l-.123-.011h-7.883l4.453 1.573a2.057 2.057 0 0 1 1.372 1.94v14.316h2.057a.686.686 0 0 0 .675-.562l.011-.123v-4.114h2.057v4.114a2.743 2.743 0 0 1-2.743 2.743h-2.057v1.207a2.057 2.057 0 0 1-2.742 1.94l-7.085-2.501a2.743 2.743 0 0 1-1.83-2.587V6.401a2.743 2.743 0 0 1 2.743-2.743h10.971zm5.182 7.031 5.017 5.013-5.017 5.013-1.454-1.454 2.6-2.6-7.014.027V14.63l6.872-.027-2.458-2.46 1.454-1.454z"}))})));LeaveSp.displayName="LeaveSp",LeaveSp.iconName="leave_sp",exports.default=LeaveSp},"./packages/juno-icon/src/Limited.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Limited=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.671 11.107c.319.15.567.385.743.707.172.343.37.699.592 1.067s.488.776.799 1.225c.195.295.273.616.229.95-.043.329-.19.623-.46.895a2.753 2.753 0 0 1-.484.332.544.544 0 0 1-.103.065l-.08.039-.084.046-.021.01c-.025.011-.048.021-.068.032.008.037.02.082.039.137l.046.122a3 3 0 0 0 .284.544c.134.211.306.442.513.69.225.265.434.484.626.656.186.166.355.29.503.373.057.032.107.057.147.075l.103-.113.038-.037.04-.05.12-.124.105-.103.047-.043c.081-.074.171-.144.291-.225.31-.183.656-.26 1.022-.228.378.033.699.184.926.426.282.267.575.533.879.8l.216.188.446.379c.163.137.34.284.532.442.276.227.46.505.545.828.077.291.064.573-.035.821l-.041.091c-.091.226-.266.492-.526.807a4.7 4.7 0 0 1-.61.633l-.076.06c-.207.171-.446.3-.714.385-.262.083-.55.124-.861.124a4.712 4.712 0 0 1-1.581-.294 8.118 8.118 0 0 1-1.633-.818 11.46 11.46 0 0 1-1.434-1.096l-.203-.184a17.168 17.168 0 0 1-1.624-1.68 15.494 15.494 0 0 1-1.726-2.493c-.45-.816-.767-1.58-.951-2.295-.187-.727-.232-1.384-.132-1.966.096-.616.362-1.115.802-1.484.204-.17.49-.343.861-.523.379-.184.692-.297.951-.337a1.709 1.709 0 0 1 1.005.145zm9.815-2.981c.163.091.298.225.389.389l3.3 5.941a1 1 0 0 1-.875 1.486h-6.601a1 1 0 0 1-.874-1.486l3.301-5.941a1 1 0 0 1 1.36-.389zm-.444 5.252a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm.008-4.437c-.307 0-.562.074-.615.171l-.01.037v3.333c0 .115.28.208.625.208.307 0 .562-.074.615-.171l.01-.037V9.149c0-.115-.28-.208-.625-.208z"}))})));Limited.displayName="Limited",Limited.iconName="Limited",exports.default=Limited},"./packages/juno-icon/src/ListBullet.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListBullet=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 23a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 23zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM6 14a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 14zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM6 5a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 5zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16z"}))})));ListBullet.displayName="ListBullet",ListBullet.iconName="list-bullet",exports.default=ListBullet},"./packages/juno-icon/src/ListBulletL.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListBulletL=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.333 22.667c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm21 0c1.234 0 2.246.96 2.328 2.174l.005.16a2.334 2.334 0 0 1-2.333 2.333h-14a2.334 2.334 0 0 1 0-4.666h14zm-21-9.334c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm18.667 0c1.234 0 2.246.96 2.328 2.174l.005.16A2.334 2.334 0 0 1 23 18H11.333a2.334 2.334 0 0 1 0-4.666H23zM4.333 4c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm23.334 0c1.234 0 2.246.96 2.328 2.174l.005.16a2.334 2.334 0 0 1-2.333 2.333H11.334a2.334 2.334 0 0 1 0-4.666h16.333z"}))})));ListBulletL.displayName="ListBulletL",ListBulletL.iconName="list-bullet_l",exports.default=ListBulletL},"./packages/juno-icon/src/ListOrdered.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListOrdered=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5.172 21.127c1.285 0 2.215.561 2.215 1.531 0 .715-.429 1.155-1.075 1.322l-.142.032v.041c.957.082 1.436.615 1.436 1.34 0 1.094-.916 1.791-2.434 1.791-1.053 0-2.256-.492-2.256-1.395 0-.369.26-.602.656-.602.219 0 .369.109.52.273.246.301.602.547 1.08.547.492 0 .875-.287.875-.711 0-.416-.303-.647-.866-.679l-.146-.004h-.219c-.342 0-.561-.205-.561-.52 0-.32.177-.507.462-.541l.099-.006h.205c.574 0 .93-.232.93-.629 0-.438-.328-.67-.793-.67-.328 0-.581.097-.834.368l-.095.11c-.178.219-.301.314-.574.314-.355 0-.602-.232-.602-.574 0-.848 1.094-1.34 2.119-1.34zm-.027-8.285c1.367 0 2.242.711 2.242 1.736 0 .702-.274 1.118-1.077 1.826l-.18.156-1.176.998v.041h2.064c.328 0 .561.219.561.588a.544.544 0 0 1-.468.554l-.092.007H3.601c-.397 0-.656-.26-.656-.629a.81.81 0 0 1 .237-.6l.091-.084 1.764-1.518c.697-.588.875-.861.875-1.23 0-.396-.314-.684-.738-.684-.377 0-.645.151-.825.434l-.063.112c-.15.301-.342.396-.629.396-.383 0-.643-.205-.643-.602 0-.82.889-1.504 2.133-1.504zM27 24a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zm0-9a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM5.596 4.543c.48 0 .819.28.869.731l.006.116v4.43c0 .533-.314.793-.779.793-.442 0-.732-.221-.774-.675l-.005-.118V6.074h-.027l-.684.492c-.219.15-.301.178-.465.178a.532.532 0 0 1-.547-.547c0-.223.1-.365.301-.522l.109-.08.984-.684c.301-.219.561-.369 1.012-.369zM27 6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16z"}))})));ListOrdered.displayName="ListOrdered",ListOrdered.iconName="list-ordered",exports.default=ListOrdered},"./packages/juno-icon/src/ListView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListView=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.667 22.667a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333zm0-8a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333zm0-8a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333z"}))})));ListView.displayName="ListView",ListView.iconName="list-view",exports.default=ListView},"./packages/juno-icon/src/Location.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Location=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 7a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Location.displayName="Location",Location.iconName="location",exports.default=Location},"./packages/juno-icon/src/LocationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LocationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 2C10.477 4 6 8.477 6 14c0 3.433 3.233 8.527 9.801 15.024l.199.196.199-.196c6.442-6.372 9.675-11.395 9.797-14.824L26 14c0-5.523-4.477-10-10-10zm0 4a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 8zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}))})));LocationBorder.displayName="LocationBorder",LocationBorder.iconName="location_border",exports.default=LocationBorder},"./packages/juno-icon/src/Lock.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Lock=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a6 6 0 0 1 6 6l-.001 6H24a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 0 1 6-6zm0 17a1 1 0 0 0-.993.883L15 20v4a1 1 0 0 0 1.993.117L17 24v-4a1 1 0 0 0-1-1zm0-15a4 4 0 0 0-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 0 0-3.8-3.995L16 4z"}))})));Lock.displayName="Lock",Lock.iconName="lock",exports.default=Lock},"./packages/juno-icon/src/LockBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LockBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a6 6 0 0 1 6 6l-.001 6H24a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 0 1 6-6zm7 14H9a1 1 0 0 0-.993.883L8 17v10a1 1 0 0 0 .883.993L9 28h14a1 1 0 0 0 .993-.883L24 27V17a1 1 0 0 0-.883-.993L23 16zm-7 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1zm0-15a4 4 0 0 0-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 0 0-3.8-3.995L16 4z"}))})));LockBorder.displayName="LockBorder",LockBorder.iconName="lock_border",exports.default=LockBorder},"./packages/juno-icon/src/Login.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Login=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 29H12a2.002 2.002 0 0 1-2-2v-2a1 1 0 0 1 2 0v1a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H13a1 1 0 0 0-1 1v1a1 1 0 0 1-2 0V5a2.002 2.002 0 0 1 2-2h15a2.002 2.002 0 0 1 2 2v22a2.002 2.002 0 0 1-2 2zm-12.707-9.121L17.172 17H4a1 1 0 0 1 0-2h13.172l-2.879-2.879a1 1 0 0 1 1.414-1.414l4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414z"}))})));Login.displayName="Login",Login.iconName="login",exports.default=Login},"./packages/juno-icon/src/Logout.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Logout=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 29h16a2.002 2.002 0 0 0 2-2v-2a1 1 0 0 0-2 0v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V5a2.002 2.002 0 0 0-2-2H8a2.002 2.002 0 0 0-2 2v22a2.002 2.002 0 0 0 2 2zm15.615-9.121L26.494 17H13.322a1 1 0 0 1 0-2h13.172l-2.879-2.879a1 1 0 0 1 1.414-1.414l4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414z"}))})));Logout.displayName="Logout",Logout.iconName="Logout",exports.default=Logout},"./packages/juno-icon/src/MacKeynote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacKeynoteD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/MacKeynoteD.tsx")),MacKeynote=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(MacKeynoteD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#039dfa",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#039dfa",d:"M24.889 16a8.894 8.894 0 0 1-5.787 8.333 8.864 8.864 0 0 1-3.102.556 8.876 8.876 0 0 1-3.163-.579A8.89 8.89 0 1 1 24.889 16z"}),React.createElement("path",{fill:"#f2f2f2",d:"M9.114 17.12c0 .377.301.683.673.683h12.675a.678.678 0 0 0 .673-.683H9.114zM19.195 24.33a8.67 8.67 0 0 1-3.07.558 8.68 8.68 0 0 1-3.13-.581.357.357 0 0 1 .113-.019h1.911a.72.72 0 0 0 .714-.724v-5.307h.673v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041zM22.314 11.334a.697.697 0 0 0-.691-.663H11.34v-.788c0-.308.247-.559.551-.559h1.735c.074.261.31.452.591.452h1.387a.62.62 0 0 0 .615-.624v-.133a.62.62 0 0 0-.615-.624h-1.387a.618.618 0 0 0-.605.512H11.89a.97.97 0 0 0-.962.976v.788h-.412a.696.696 0 0 0-.691.663l-.298 5.33h13.086l-.298-5.33z"}))})));MacKeynote.displayName="MacKeynote",MacKeynote.iconName="mac-keynote",exports.default=MacKeynote},"./packages/juno-icon/src/MacKeynoteD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacKeynoteD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#223642",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#039dfa",d:"M24.889 16a8.894 8.894 0 0 1-5.787 8.333 8.864 8.864 0 0 1-3.102.556 8.876 8.876 0 0 1-3.163-.579A8.89 8.89 0 1 1 24.889 16z"}),React.createElement("path",{fill:"#f1f1f1",d:"M16.406 18.258v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041a8.67 8.67 0 0 1-3.07.558 8.68 8.68 0 0 1-3.13-.581.357.357 0 0 1 .113-.019h1.911a.72.72 0 0 0 .714-.724v-5.307h.673zm6.73-1.138a.678.678 0 0 1-.673.683H9.788a.678.678 0 0 1-.673-.683zm-7.533-8.724a.62.62 0 0 1 .615.624v.133a.62.62 0 0 1-.615.624h-1.387a.616.616 0 0 1-.591-.452H11.89a.556.556 0 0 0-.551.559v.788h10.283c.367 0 .671.291.691.663l.298 5.33H9.525l.298-5.33a.697.697 0 0 1 .691-.663h.412v-.788a.97.97 0 0 1 .962-.976h1.722a.618.618 0 0 1 .605-.512z"}))})));MacKeynoteD.displayName="MacKeynoteD",MacKeynoteD.iconName="mac-keynote-D",exports.default=MacKeynoteD},"./packages/juno-icon/src/MacNumbers.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacNumbersD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/MacNumbersD.tsx")),MacNumbers=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(MacNumbersD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#54cb43",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#54cb43",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 0 1-2.222 2.222H9.334a2.222 2.222 0 0 1-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333zM22.389 21H9.611v.556h12.778V21zm-10-2.222H9.611v1.667h2.778v-1.667zM15.722 16h-2.778v4.444h2.778V16zm3.334-5.556h-2.778v10h2.778v-10zm3.333 2.778h-2.778v7.222h2.778v-7.222z"}))})));MacNumbers.displayName="MacNumbers",MacNumbers.iconName="mac-numbers",exports.default=MacNumbers},"./packages/juno-icon/src/MacNumbersD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacNumbersD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#2a3d27",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#54cb43",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 0 1-2.222 2.222H9.334a2.222 2.222 0 0 1-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333z"}),React.createElement("path",{fill:"#f1f1f1",d:"M22.389 21v.556H9.611V21h12.778zm-3.333-10.556v10h-2.778v-10h2.778zm-6.667 8.334v1.667H9.611v-1.667h2.778zM15.722 16v4.444h-2.778V16h2.778zm6.667-2.778v7.222h-2.778v-7.222h2.778z"}))})));MacNumbersD.displayName="MacNumbersD",MacNumbersD.iconName="mac-numbers-D",exports.default=MacNumbersD},"./packages/juno-icon/src/MacPages.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacPagesD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/MacPagesD.tsx")),MacPages=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(MacPagesD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffbc31",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffbc31",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 0 0-.039.378l.038.004h13.726v1.263a2.222 2.222 0 0 1-2.222 2.222H9.333a2.222 2.222 0 0 1-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333zM11.537 19.85l-.303.466a.157.157 0 0 0 .022.194.154.154 0 0 0 .148.04l.038-.016.496-.289-.401-.395zm7.809-8.311-7.002 7.07a2.863 2.863 0 0 0-.298.351l-.087.127-.344.63.469.466.627-.325c.15-.087.291-.19.419-.308l.094-.091 6.994-7.057-.872-.864zm2.001-1.11a.612.612 0 0 0-.814-.045l-.054.048-.982.99.873.864.982-.99a.613.613 0 0 0-.005-.867z"}))})));MacPages.displayName="MacPages",MacPages.iconName="mac-pages",exports.default=MacPages},"./packages/juno-icon/src/MacPagesD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacPagesD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#2f291e",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffbc31",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 0 0-.039.378l.038.004h13.726v1.263a2.222 2.222 0 0 1-2.222 2.222H9.333a2.222 2.222 0 0 1-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333z"}),React.createElement("path",{fill:"#fff",d:"M24.889 21.022v.382L11.125 21.4a.19.19 0 0 1 .039-.378H24.89zM11.537 19.85l.401.395-.496.289-.038.016a.154.154 0 0 1-.19-.184l.02-.049.303-.466zm7.809-8.311.872.864-7.088 7.147c-.085.078-.176.15-.272.215l-.147.092-.627.325-.469-.466.344-.63.087-.127c.06-.083.124-.163.192-.239l.105-.111 7.002-7.07zm2.001-1.11a.61.61 0 0 1 .076.781l-.07.086-.982.99-.873-.864.982-.99.054-.048a.612.612 0 0 1 .814.045z"}))})));MacPagesD.displayName="MacPagesD",MacPagesD.iconName="mac-pages-D",exports.default=MacPagesD},"./packages/juno-icon/src/Mailchimp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mailchimp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.425 20.54a46.843 46.843 0 0 0-.133-.4 1.4 1.4 0 0 1-.067-.034l-.034-.134-.201-.166-.1-.133a5.164 5.164 0 0 1-.133-.034c-.011-.022-.022-.045-.034-.066h-.067v-.034h-.066v-.034h-.101l-.034-.066a3.862 3.862 0 0 0-.099.034l-.034-.1a1.4 1.4 0 0 1-.067-.034l-.034-.3h-.033v-.066h-.034v-.1h-.034v-.1h-.034v-.1h-.033v-.066h-.034v-.067h-.033v-.066h-.034v-.1h-.034a.275.275 0 0 1 .068-.134h.033l.034-.1.067-.033v-.067l.068-.033v-.066l.067-.034v-.1h.033v-.066l.068-.034v-.166h.034c.043-.146-.004-.438-.034-.533v-.133h-.034v-.067h-.034v-.1h-.033l-.034-.133-.067-.034v-.066a4.338 4.338 0 0 1-.1-.067v-.066h-.034l-.1-.134h-.067l-.1-.133a5.164 5.164 0 0 1-.133-.034v-.033h-.068v-.034c-.067-.022-.133-.045-.201-.066v-.034a16.91 16.91 0 0 1-.201-.034l-.235-.266h-.066l-.135-.166-.133-.034-.067-.1h-.067l-.034-.066a.62.62 0 0 0-.235-.1v-.066c-.148-.021-.146-.085-.3-.1 0 0-.006-.13-.034-.067v.034h-.034v-.066l-.167-.034c-.038-.098.006-.037-.1-.034v-.066l-.168-.034c0-.001.009-.119-.033-.066-.024.007.009.056-.034.034-.022-.012-.017-.079-.067-.067v.034h-.034v-.066c-.118-.013-.162-.048-.267-.067v-.066h-.1c-.007-.126-.043-.211-.068-.3-.02-.077.041-.092.034-.133h-.034v-.167h-.033c-.031-.107.044-.212.033-.266h-.033v-.133h-.033v-.367h-.034v-.4h-.034v-.166h-.034c-.021-.075.038-.149.034-.166h-.034v-.1h-.033v-.266h-.034v-.234h-.033l-.068-.366h-.034v-.134h-.033v-.1h-.034l-.033-.133h-.034c-.034-.1-.068-.2-.1-.3l-.067-.034-.068-.2h-.034c-.058-.074-.111-.12-.133-.233-.107-.029-.118-.086-.201-.134v-.066a5.164 5.164 0 0 1-.133-.034 15.711 15.711 0 0 0-.068-.2h-.034v-.066l-.066-.034-.068-.2-.068-.033v-.067l-.066-.033v-.067l-.067-.033v-.067h-.034c-.06-.073-.11-.12-.133-.233-.094-.023-.128-.061-.167-.134-.037-.037-.015.001-.034-.066.062-.05.16-.194.201-.266v-.067c.023-.011.045-.021.067-.033.011-.045.023-.089.033-.134l.068-.034.034-.1h.034v-.066l.066-.066v-.066h.034v-.067h.034v-.066h.034v-.066h.034v-.067h.033v-.066h.033v-.066h.034v-.067h.034v-.066h.034v-.1l.067-.034v-.1h.033v-.066h.034v-.1h.034l.034-.133h.033l.034-.2h.033v-.1h.034v-.1h.034v-.067h.034V6.25h.033l.033-.266.068-.034.068-.633h.033v-.133h.033v-.8h-.033c-.003-.045.055-.054.033-.133h-.033v-.134h-.033v-.2h-.034l-.034-.234h-.034l-.034-.166h-.033v-.066h-.033v-.1h-.034v-.066l-.068-.034c-.011-.045-.023-.089-.033-.134l-.067-.033a2.931 2.931 0 0 0-.034-.1h-.034l-.034-.1h-.067a.25.25 0 0 0-.2-.2v-.067c-.225-.061-.311-.275-.569-.299v-.067c-.014.016-.113.028-.167 0l-.034-.066h-.134v-.034h-.133l-.034-.066c-.039.007-.062.06-.133.034v-.034h-.068v-.034h-.334v-.033c-.163-.049-.653 0-.769.033l-.368-.033v.066l-.201.034c-.004-.001-.013-.049-.068-.034v.034h-.067v.033c-.072.023-.099-.044-.134-.033l-.034.066h-.2v.034h-.067v.033l-.067-.033c-.028.013.003.044-.099.066-.038-.037 0-.014-.068-.034v.067l-.268.033-.033.067-.1-.034-.034.066-.334.066v.067a2.931 2.931 0 0 1-.1-.034v.066l-.301.067-.034.066h-.067v.034l-.167.033-.034.067-.067-.034v.066c-.129.016-.139.055-.268.067v.066l-.234.066-.033.067-.135.033v.034l-.133.034-.034.066c-.034.022-.275.12-.334.1v-.034l-.1-.033v-.034h-.033v-.066c-.038-.043-.082-.002-.135-.034a1.353 1.353 0 0 0-.033-.066.654.654 0 0 0-.267-.167v-.066l-.435-.3V2.58c-.137-.019-.143-.074-.267-.1 0 0-.005-.13-.033-.066-.047.007.013.031-.034.033v-.066a1.84 1.84 0 0 1-.268-.066l-.033-.067a2.931 2.931 0 0 0-.1.034c-.011-.022-.022-.045-.034-.066h-.033v.033c-.051-.014-.054-.028-.134-.033v-.067c-.114.021-.175.046-.301 0v-.033c-.065-.023-.116-.013-.167-.034v.066l-.401-.033c-.079.022-.147.061-.268.066-.038-.098.006-.037-.1-.034v.067c-.082.006-.098.031-.134.033-.018-.012-.026-.061-.1-.033l-.033.066a6.573 6.573 0 0 1-.134-.034v.067l-.402.066-.033.066h-.1v.034l-.201.033-.033.067h-.1v.033a.71.71 0 0 1-.268.067s-.005.129-.033.066c-.046-.008.014-.032-.033-.034v.067c-.129.015-.138.054-.268.066v.066a6.573 6.573 0 0 0-.134.034l-.033.066-.134.034v.034l-.067-.034v.066h-.067v.034l-.134.066v-.033h-.033v.066c-.151.042-.152.146-.334.166v.066a.648.648 0 0 0-.234.1l-.067.1c-.051.031-.103-.013-.134.034v.066c-.274.073-.401.376-.669.433v.066c-.114.031-.086.071-.2.1v.066c-.103.03-.125.08-.201.134v.034h-.1c-.049.179-.217.196-.301.333h-.067c-.038.137-.101.128-.201.2l-.368.4h-.067l-.267.3a10.87 10.87 0 0 0-.167.134v.066l-.134.1c-.133.134-.341.338-.435.5h-.067c-.044.159-.198.291-.301.4l-.067.033v.066l-.234.2v.067h-.033c-.048.058-.078.08-.1.166h-.067a.606.606 0 0 1-.134.234c-.022.01-.045.021-.067.033v.067c-.022.01-.045.021-.067.033v.034a8.687 8.687 0 0 0-.1.066v.066l-.134.1v.067l-.067.033v.067l-.1.066v.066l-.1.067v.066l-.134.1v.066l-.067.034-.033.1h-.033v.066l-.067.034v.066l-.1.066v.067c-.023.011-.045.021-.067.033v.067c-.022.011-.045.021-.067.033v.067h-.034l-.033.1-.067.033v.067c-.034.021-.067.044-.1.066l-.034.133-.067.034v.066a1.4 1.4 0 0 0-.067.034v.066l-.067.034v.066l-.067.034-.067.2h-.033l-.033.1-.067.034v.066l-.067.034v.066l-.067.066v.066h-.034v.067l-.067.033v.067l-.067.066v.066h-.033v.067c-.022.011-.045.021-.067.033l-.033.134-.067.066v.067h-.033v.066h-.033v.066h-.034v.066h-.033v.067h-.033v.066h-.034v.066h-.033v.067l-.067.066v.066l-.067.034-.033.2h-.034l-.067.2h-.034v.066h-.033l-.033.166h-.034v.067h-.033l-.067.3h-.033l-.033.133h-.033l-.034.234h-.033v.1h-.033v.066h-.034l-.033.234h-.033v.133a1.4 1.4 0 0 0-.067.034v.166h-.033v.167h-.033v.199h-.034v.2h-.033v.1h-.033v.334c-.03.096-.076.693-.034.832h.034v.266h.033v.1h.033l-.033.1.067.034.033.234h.033l.067.2h.033v.066h.033l.034.133.067.034v.066l.067.034v.066h.033l.033.1c.121.033.14.112.235.167v.066c.092.023.122.064.201.1v.066c.121.012.142.026.167.134.101.014.108.021.167.066v.034h.067l.034.066h.067l.1.134h.067l.067.1h.067l.033.066.201.134c-.012.13-.065.258-.1.366v.133h-.033v.067h-.033v.033h.033v.034h-.033v.2h-.034v.533l-.033.433.067.034v.266h.033l.067.366h.034v.134h.033v.066h.033v.1h.034l.033.2h.033v.066l.067.034v.1h.033v.066h.034v.066l.067.034.067.2.067.034v.066h.034a.416.416 0 0 1 .1.2h.067c.045.178.214.291.334.4l.034.066h.067v.066h.034v.034h.067l.1.134h.067v.066c.101.015.107.021.167.066v.034l.134.034.067.1h.067l.033.066a1.4 1.4 0 0 0 .067-.034v.066c.104.022.149.058.267.067.038.098-.005.036.1.033v.067l.234.033.034.067.1-.034.033.066c.033-.011.067-.021.1-.033v.033h.067v.034h.234c.223.066.513.056.735.034.021.074.028.082.067.133h.033l.034.134.067.034v.066l.067.034.033.133.1.066.033.1h.034v.067h.033a.412.412 0 0 1 .1.2h.067a.556.556 0 0 0 .134.233l.067.034.034.1.1.066v.066l.134.1v.067l.134.1v.066h.067v.066h.033l.167.2.067.034c.046.062-.015.049.067.1v.066c.139.038.18.146.267.234l.301.266.1.134h.067v.033c.085.071.147.168.267.2v.067c.033.01.067.021.1.033l.1.134h.067l.1.133h.067l.067.1.1.034.033.066a.548.548 0 0 0 .234.134v.066l.134.034v.066c.156.022.155.102.301.134v.066c.229.033.306.22.535.266v.067c.075.01.088.002.134.033v.034h.067l.033.066.301.1.033.067.301.1.033.066h.067v.034c.056.01.112.021.167.033v.066l.301.067v.066l.435.1v.066c.034-.011.067-.021.1-.033l.034.066h.1l.033.034v.033c.033-.011.067-.021.1-.033v.066l.1-.034.033.067c.134.021.268.044.401.066l.034.066.1-.033v.033h.067v.034h.134v.034h.201l.033.066c.036.011.06-.058.134-.034v.034h.067v.034c.055.017.062-.033.067-.034h.034v.034h.099l.034.066.201-.034.034.067c.034.01.067.021.099.033v-.066c.134.013.204.057.302.1v-.066c.099.01.201.021.3.033v.066h.134v-.033l1.204.033c.355 0 .614-.029.937 0v-.066c.119-.001.181-.018.267-.033v.066h.034c-.005-.065.113-.048.167-.066v-.034c.138-.044.363-.007.468 0v-.066c.08-.007.102-.033.134-.034.02.012.004.052.067.034v-.034h.067v-.034c.077-.024.09.03.134.034l.033-.066h.168v-.034h.167c.011-.022.022-.045.034-.066l.201-.034.033.034.034-.067.401-.066v-.066l.235-.034.033-.066h.067v-.034l.101.034v-.067l.3-.066c.037-.098-.006-.037.101-.034v-.066c.227-.053.337-.224.601-.233v-.067c.162-.038.193-.147.369-.166v-.066h.133v-.067c.153-.042.195-.163.368-.2v-.066c.141-.025.151-.094.235-.166l.067.033v-.066h.033l.034-.066h.068v-.034c.09-.055.064.03.099-.1.114-.031.086-.071.201-.1v-.066c.116-.031.191-.128.268-.2l.034-.066h.066l.034-.067h.068c.034-.055.067-.11.099-.166h.068l.034-.066.099-.066v-.067l.067-.033v-.067l.133-.1c.13-.13.289-.292.368-.466h.068c.024-.112.073-.161.133-.233h.034l.034-.1.1-.067v-.066l.067-.034.034-.1h.034v-.066l.067-.034v-.066l.1-.066v-.067a.832.832 0 0 0 .067-.033l.034-.134.067-.033.034-.1h.034l.033-.134.1-.066v-.1l.068-.034c.01-.045.022-.089.033-.134l.067-.033v-.067l.068-.066v-.066h.033v-.066l.067-.034.034-.166.068-.034v-.066h.033v-.067h.034v-.1h.033v-.066l.068-.034v-.1h.034v-.066h.033l.067-.2h.034v-.1h.034v-.066h.034v-.1h.033c.011-.045.023-.089.033-.134h.034v-.1h.034l.034-.2c.023-.01.044-.021.067-.033v-.134h.033l.034-.2h.034v-.066h.034v-.134h.033v-.1h.034v-.066h.033v-.066l.068-.034v-.066h.034v-.1h.033v-.066h.034c.01-.045.022-.09.033-.134h.034v-.1h.034v-.134c.023-.011.045-.021.067-.033l-.033-.034c-.007-.182.143-.392.066-.633zM9.527 22.671H9.46v.034h-.067v.034h-.1v.033a6.573 6.573 0 0 0-.134.034v.034h-.1c-.286.114-.804.245-1.204.133l-.368-.033a4.285 4.285 0 0 1-1.104-.566l-.2-.234-.167-.134v-.066l-.1-.066v-.067l-.1-.066-.033-.133a1.4 1.4 0 0 1-.067-.034l-.033-.134H5.65l-.034-.133h-.033v-.1H5.55a6.573 6.573 0 0 0-.034-.134h-.033l-.033-.266c-.139-.411-.18-.991-.033-1.432v-.134h.033v-.134h.033v-.1h.033v-.1h.034v-.066h.033v-.1h.033l.034-.133h.033v-.067c.022-.011.045-.021.067-.033l.067-.2.1-.067v-.066l.1-.066v-.067l.134-.099.234-.267h.067l.067-.1h.067l.034-.066h.067c.011-.022.022-.045.034-.066h.067l.034-.067a3.27 3.27 0 0 0 .134-.033v-.034l.134-.034v-.033h.1v-.034h.1v-.034h.1v-.033h.1v-.034h.167c.451-.136 1.04-.044 1.405.1l.301.1.067.1.201.166v.067c.022.011.045.021.067.033.011.045.023.089.033.134h.034l.067.2h.034v.1c.093.23.202.512.2.832h.067l.201-.666h.033c.09.218.128.491.201.732.041.136-.009.376.067.467v.599h.033l.268-.466c.02-.066-.005-.028.033-.066.27 1.485-.614 2.614-1.438 3.131zm2.106-12.956v.066l-.201.166v.067l-.167.133v.067l-.201.166v.066l-.201.167v.066l-.1.066v.034l-.067.033v.067l-.2.166v.066l-.167.134v.066l-.168.134v.066l-.2.166v.067l-.167.133v.067l-.167.133v.067c-.023.011-.045.021-.067.033-.049.052-.079.121-.134.167v.033h-.034c.026-.116.086-.181.134-.266v-.066l.067-.034.067-.2.067-.034v-.066l.067-.066v-.067l.067-.033.033-.134.067-.033v-.067l.067-.033v-.067l.067-.033v-.067c.022-.011.045-.021.067-.033v-.067a.832.832 0 0 0 .067-.033v-.067h.033l.034-.1.067-.033v-.067c.034-.021.067-.044.1-.066v-.066a1.4 1.4 0 0 0 .067-.034v-.066l.134-.1v-.066l.1-.067v-.066l.1-.066v-.067l.1-.066v-.066l.134-.1v-.066l.134-.1.034-.1.067-.034v-.066a1.4 1.4 0 0 0 .067-.034v-.034c.022-.011.045-.021.067-.033v-.067l.134-.1v-.066l.167-.134v-.066l.167-.133v-.067l.201-.166v-.066l.234-.2v-.067l.301-.266v-.066l.602-.566v-.067l.268-.233.1-.134h.067l.034-.066.334-.3v-.066a.429.429 0 0 0-.201.1v.033h-.067l-.033.067h-.067l-.033.066h-.067l-.067.1h-.067l-.033.066h-.067l-.1.134h-.067l-.034.066h-.067l-.067.1h-.067l-.1.134-.1.033-.033.067h-.067l-.167.2h-.067l-.1.133h-.034l-.033.067h-.067l-.301.333h-.067l-.401.433c-.326.325-.661.62-.936.999l-.268.234v.066l-.201.166v.067l-.167.133v.067l-.134.1v.066l-.134.1v.066l-.134.1v.066l-.1.067-.033.1-.067.033v.067l-.1.066-.033.1a1.4 1.4 0 0 0-.067.034v.066l-.1.066v.067c-.022.01-.045.021-.067.033l-.034.1h-.033v.066l-.1.067v.066l-.067.034-.033.1h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.1h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.133-.1.067v.066h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.133-.067.034c-.011.045-.023.089-.033.134-.022.011-.045.021-.067.033-.011.045-.023.089-.033.134l-.067.034-.067.2c-.022.01-.045.021-.067.033v.067l-.067.066v.066h-.033v.066h-.033v.067l-.067.033v.067l-.067.066v.066h-.033v.067h-.033v.066H7.36v.066h-.033v.067h-.033v.066h-.033v.066h-.034v.067h-.033v.066h-.033v.1h-.034v.066h-.033v.066h-.033l-.034.134h-.033v.1h-.033a6.573 6.573 0 0 1-.034.134h-.033v.1h-.033v.066h-.033l-.034.166h-.033v.1h-.033v.066h-.034l-.067.3h-.034v.067H6.56v.133c-.058.158-.163.321-.167.534-.033.011-.067.021-.1.033v.034h-.067v.034h-.067l-.067.1h-.067l-.067.1h-.067l-.167.2h-.067l-.1.133-.067.034-.033.1-.201.166c-.063.088-.077.174-.168.233v.033c-.033-.011-.067-.021-.1-.033v-.034a2.931 2.931 0 0 1-.1-.034 4.012 4.012 0 0 1-.034-.066h-.067l-.067-.1h-.067l-.1-.134h-.067l-.1-.133h-.067l-.134-.166h-.067l-.067-.1-.167-.134v-.066l-.067-.034-.067-.2h-.033v-.1h-.034v-.1H3.65c-.046-.131-.122-.873-.067-1.066h.033v-.3h.033v-.2c.05-.165.113-.373.167-.533v-.134h.033v-.1h.033v-.1h.034v-.1h.033l.033-.2h.034v-.066h.033l.067-.3h.033l.033-.133h.033v-.1h.034v-.067h.033v-.1h.033l.067-.2h.033v-.066h.034v-.1l.067-.033.1-.3h.033v-.067h.034v-.066l.067-.066v-.067c.022-.01.045-.021.067-.033v-.067l.067-.066v-.066h.033v-.067h.033v-.066l.067-.066v-.066l.067-.034v-.066l.067-.067v-.066h.033v-.066a1.4 1.4 0 0 0 .067-.034v-.066h.033v-.067l.067-.033.033-.134a1.4 1.4 0 0 0 .067-.034v-.066h.033v-.066a1.4 1.4 0 0 0 .067-.034l.033-.1h.033l.034-.133.067-.034v-.066a1.4 1.4 0 0 0 .067-.034v-.066l.067-.034v-.066l.067-.034v-.066l.067-.034v-.066h.033l.033-.1a1.4 1.4 0 0 0 .067-.034v-.066l.1-.066V9.48c.023-.011.045-.021.067-.033V9.38l.1-.066.034-.1.067-.034v-.066l.067-.034v-.066l.134-.1v-.066l.1-.066v-.067l.134-.1v-.066l.134-.1v-.066l.134-.1v-.067l.167-.133v-.067l.234-.199V7.75l.234-.2v-.066h.033l.067-.1.301-.266v-.066l.368-.334c.281-.28.543-.563.87-.8l.234-.266h.067v-.034l.1-.066.067-.1h.067l.134-.166h.067l.033-.067.1-.033.1-.134h.067l.1-.133h.067l.033-.067h.067l.067-.1h.067l.067-.1h.067l.034-.066h.067l.067-.1h.067l.033-.066h.067l.033-.067c.045-.01.089-.022.134-.033l.033-.066h.067l.033-.067h.067l.033-.066h.067v-.034h.067l.034-.066h.067l.067-.066h.067v-.034h.067l.034-.066h.067l.067-.067h.067v-.033h.067v-.034h.067v-.034h.067v-.033l.201-.067v-.033h.1v-.033h.067v-.034h.1v-.033h.067V3.42l.201-.033v-.034h.1v-.034h.1v-.033h.1v-.034h.134v-.034h.201c.131-.039.502-.122.702-.066.045.012.206.067.301.034v-.034l.134-.034v-.033h.1v-.034l.201-.034v-.033c.145.04.114.105.201.166h.067v.034l.101.066.033.066h.067l.167.2h.068l.133.166h.068l.133.167h.067l.067.1.1.066v.034h.068v.033c.075.064.124.138.234.167v.033l.1-.033v-.034h.067c.011-.022.022-.045.034-.066l.2-.067.034-.066h.068l.067-.066h.067v-.034h.068l.034-.066h.066v-.034l.168-.034.033-.066h.068v-.034l.3-.1v-.033l.135-.034v-.034h.099v-.033l.134-.034v-.033h.1v-.034h.067v-.034h.1V3.28h.068v-.034l.201-.034v-.033h.099v-.034h.101v-.034h.099v-.033h.134c.202-.072.473-.169.736-.167v.034l-.201.034v.033h-.101v.034h-.099v.034h-.101v.033h-.099v.034h-.067v.034h-.099v.033h-.068v.034h-.1v.034l-.134.033v.034h-.099v.034l-.201.066v.033h-.068v.034h-.067v.034h-.067v.033h-.068v.034h-.067v.034h-.067l-.068.066h-.067l-.033.066-.201.067-.034.066-.201.066v.034c-.034.011-.068.022-.1.034a4.012 4.012 0 0 0-.034.066l-.134.034-.033.066h-.067l-.034.066h-.068l-.066.1h-.068a4.012 4.012 0 0 1-.034.066h-.067a3.481 3.481 0 0 1-.067.1h-.068l-.033.067h-.067l-.068.1h-.067a1.353 1.353 0 0 0-.033.066h-.068l-.068.1h-.066l-.034.066h-.068l-.034.067-.099.033-.067.1h-.067l-.067.1h-.068l-.067.1h-.067l-.068.1h-.066l-.101.134c-.034.011-.067.021-.099.033l-.034.067h-.068a5.712 5.712 0 0 0-.099.133h-.068l-.1.134h-.067l-.1.134h-.067l-.1.133h-.067l-.134.166h-.067l-.134.167h-.067l-.1.133h-.033l-.034.067h-.067l-.268.3h-.067l-.234.266-.569.532v.067l-.301.266v.066l-.267.233v.066l-.201.166v.067l-.234.199v.067h-.033a3.481 3.481 0 0 0-.067.1l-.1.066v.066l-.201.167v.066l-.234.2zm2.709.2-.033.066h-.067l-.067.1h-.067l-.067.1h-.067l-.067.1h-.067l-.1.134h-.067l-.134.166h-.067l-.167.2h-.067c-.112.121-.223.244-.334.366h-.067l-.234.266-.1.067v.066l-.334.3v.066a1.4 1.4 0 0 0-.067.034l-.1.133h-.033v.067h-.033c-.048.058-.076.08-.1.166h-.067l.167-.3h.033c.011-.034.023-.066.033-.1a1.4 1.4 0 0 0 .067-.034v-.066l.067-.034v-.066l.1-.066v-.067l.1-.066v-.066l.134-.1v-.066l.134-.1v-.067l.167-.133v-.067l.301-.266v-.066l.201-.166.268-.3h.067v-.034l.1-.066.167-.2h.067l.134-.166h.067l.1-.134h.067l.1-.134h.067l.067-.1h.067l.033-.066h.067l.067-.1h.067l.033-.066.1-.034v-.034h.067l.033-.066.1-.033v-.034h.067v-.034h.067l.033-.066c.061-.039.075-.001.134-.066.038-.029.005.004.033-.034h-.033c-.055-.041-.505.026-.636.034v-.067a.282.282 0 0 0 .134-.066v-.034h.067v-.033h.067l.033-.067h.067v-.033l.803-.334h.133v-.034h.067v-.033h.134c.118-.041.24-.096.402-.1v-.066c-.257-.051-.503-.106-.837-.1v-.067l.803-.266.401-.034c.403-.115.921-.043 1.338 0v-.066c-.033-.062-.48-.259-.602-.266v-.034a2.803 2.803 0 0 1 1.338.067h.167v.033c.118.043.191.015.268.1h.1c-.068-.148-.196-.32-.335-.4V6.75l.568.133v.034h.068v.034h.099v.033l.135.034v.034l.133.033v.034l.133.033c.096.051.127.119.268.134a.47.47 0 0 0-.167-.233v-.034c.221.022.385.137.535.233h.068l.033.067.134.033c.034.045.067.089.099.134h.068l.167.2.068.034v.066l.099.066c.056.08.063.172.134.234v.066c-.112-.066-.222-.134-.335-.2h-.099v-.033h-.101v-.034h-.099v-.034h-.101v-.033h-.167v-.034l-.769-.034c-.649 0-1.217.041-1.705.2l-.636.134v.033l-.602.167v.033h-.066v.034h-.101v.034l-.201.033v.034l-.133.034v.033h-.1v.034l-.134.034v.033l-.167.034v.034l-.201.066v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033h-.067v.034h-.068v.033h-.067l-.067.067h-.068l-.034.066c-.066.022-.133.045-.2.066l-.034.067-.201.066v.034c-.033.011-.067.021-.1.033l-.033.067-.134.033-.033.067h-.067l-.033.066h-.067l-.033.066h-.067v.034l-.1.034-.033.066h-.067l-.067.1h-.067zm14.147 11.192h-.034v.066h-.033l-.033.166h-.034v.067c-.023.01-.045.021-.068.033v.067a3.403 3.403 0 0 0-.099.066v.066h-.034l-.068.366h-.033v.1h-.034v.067h-.033l-.034.2h-.034v.066h-.034v.1h-.033l-.033.133h-.034v.067h-.034v.1l-.068.033v.067l-.066.066v.066h-.034v.067h-.034v.066l-.067.066v.067h-.034l-.033.1-.068.033-.034.134a4.208 4.208 0 0 1-.067.033v.067l-.067.033v.067a2.472 2.472 0 0 0-.1.066v.066l-.067.034v.066l-.068.034v.034c-.023.01-.044.021-.067.033v.067l-.134.1v.066l-.234.2v.066l-.168.134c-.099.11-.201.221-.3.333h-.068l-.201.234h-.067l-.1.133h-.067l-.034.067h-.033l-.034.066h-.068l-.033.066h-.067l-.068.1h-.067l-.033.067c-.034.011-.068.021-.101.033v.034l-.133.034a4.012 4.012 0 0 0-.034.066c-.034.011-.068.022-.1.034v.033l-.134.034-.033.066h-.067l-.068.067h-.067v.033h-.067v.034h-.068v.033h-.067v.034h-.067v.034c-.068.021-.134.044-.201.066v.034l-.201.033v.034a6.573 6.573 0 0 0-.134.034v.033l-.301.067v.033h-.067v.034h-.1v.034l-.267.033v.034h-.1v.034h-.134v.033h-.134v.034h-.167v.034h-.167v.033l-.401.034c-.291.084-.699.066-1.07.066h-.434v-.033h-.335v-.034h-.2v-.034h-.168v-.033h-.168v-.034h-.133v-.034h-.133v-.033h-.101v-.034h-.099v-.034h-.101v-.033l-.201-.034v-.034l-.201-.066v-.034h-.066v-.033h-.068v-.034a5.164 5.164 0 0 1-.133-.034 4.012 4.012 0 0 1-.034-.066h-.068l-.033-.066h-.067l-.068-.1h-.067l-.067-.1-.235-.2v-.066l-.133-.1v-.067c-.034-.021-.068-.044-.101-.066v-.066l-.067-.034v-.066l-.067-.034-.034-.134a.832.832 0 0 1-.067-.033c-.011-.045-.023-.089-.033-.134-.079-.143-.197-.286-.234-.466h-.101l-.066.534H16.5l-.133-.367h-.034l-.034-.2a3.496 3.496 0 0 1-.235-1.365l-.099.033-.068.2c-.076.14-.22.306-.235.5h-.066l-.168-.566-.067-.633c-.006-.135-.035-.425.033-.499v-.3h-.033l-.235.366h-.033c.001-.287-.078-.626 0-.9v-.366h.033v-.234h.034v-.133h.033v-.134h.033v-.133h.034l.067-.3h.034v-.067h.033v-.1h.033l.067-.2h.033l.034-.133a1.4 1.4 0 0 0 .067-.034l.067-.2h.034l.034-.1.067-.033v-.067l.067-.033v-.067c.034-.021.068-.044.101-.066v-.066l.133-.1v-.067l.167-.133v-.066l.068-.034.167-.2h.067v-.066a116.84 116.84 0 0 0-.335-.134v-.034h-.067v-.033h-.067l-.068-.067h-.066l-.034-.066h-.068l-.034-.066-.133-.034-.068-.1h-.066l-.034-.066h-.067c-.022-.014-.023-.045-.067-.066.032-.03.307-.064.369-.067-.095-.158-.276-.239-.402-.366l-.067-.1h-.033v-.066l-.201-.166v-.067l-.1-.066v-.066l-.067-.034v-.066a1.4 1.4 0 0 1-.067-.034c-.011-.034-.023-.066-.033-.1h-.034l-.033-.134h-.033l-.067-.2h-.033v-.099h-.033v-.067h-.034v-.1h-.033c-.011-.078-.023-.155-.033-.233h-.034v-.134c.167.098.295.317.502.366-.026-.138-.063-.335-.1-.466v-.433h-.033c-.029-.101.019-.25.033-.3v-.434h.033v-.233h.034v-.167h.033v-.133h.033l.034-.2h.033v-.067h.033v-.099h.033v-.067h.034l.067-.2c.022-.011.045-.021.067-.033v-.067c.023-.011.045-.021.067-.033v-.067l.1-.066v-.066l.301-.266.133-.167h.068l.034-.066.099-.034v-.033h.068l.033-.067h.067l.068-.066h.067v-.034h.067v-.033h.067v-.034l.602-.166h.3v-.034h.469v.034h.769v.033h.602v-.033h.334v-.034l.301-.034v-.033h.134v-.034h.099v-.034c.045-.01.09-.022.134-.033v-.034h.1v-.034h.068v-.033h.066l.034-.066.134-.034.033-.066h.068l.067-.1h.067l.101-.134h.067l.267-.3h.068l.099-.134c.045-.01.09-.021.134-.033v-.034l.201-.066v-.034h.134v-.033h.201v-.034c.087-.025.439.042.501.066v.034h.1l.034.066h.067l.034.066h.067l.1.134.067.034v.066l.066.034.034.1h.034l.234.599v.134h.033v.1h.034v.2h.033v.234h.034v.299h.034v.334h.034v.3h.033v.366h.034v.366h.033v.3h.034v.2h.034v.134h.034v.133h.033v.1h.033l.034.134.068.034c.034.044.067.089.099.133h.068l.067.067h.067v.033h.068v.034h.067v.033h.067v.034h.101v.034l.201.066v.034h.066v.033h.068v.034h.068v.034h.066v.033h.068v.034h.067v.034h.067v.033l.134.034.034.066.2.067v.033l.101.034.034.066h.066l.034.067h.068l.034.066.099.033.1.134h.067l.368.4.401.066.034.067h.067c.056.039.085.121.167.166l.034.166h.033a.559.559 0 0 1-.134.366 8.499 8.499 0 0 0-.099.067v.066l-.602.566-.268.3h-.067l-.167.2h-.067l-.101.133h-.066l-.068.1h-.068a8.687 8.687 0 0 1-.066.1h-.067l-.034.067h-.067v.033l-.1.034-.067.1-.134.034-.034.066a3.862 3.862 0 0 0-.099.034v.033h-.068v.034h-.067l-.033.066h-.067l-.068.067h-.066v.033h-.068l-.034.067-.201.066v.033h-.067v.034l-.2.066v.034h-.101v.034l-.133.033v.034h-.068v.034h-.099v.033l-.134.034v.034l-.301.066v.034h-.068v.033l-.334.067v.033h-.1v.034h-.1v.034h-.133v.033l-.268.034v.034h-.099v.033h-.168c-.205.064-.494.106-.703.166l-2.24.167v.033h-.068v.034h-.1l-.033.066h-.068l-.034.067h-.066l-.101.133a1.4 1.4 0 0 0-.067.034v.066l-.1.067-.068.199h-.033v.067h-.033v.133h-.034v.134h-.034v.666c.207.695.574 1.062 1.204 1.332h.099v.034h.101v.034h.133v.033h.167v.034h.167c.257.077.849.114 1.138.034l.669-.034v-.034h.201v-.033h.201v-.034h.167l1.171-.334v-.033h.068v-.034l.3-.066v-.034h.068v-.034l.167-.033v-.034l.201-.066v-.034h.067v-.033h.1v-.034c.068-.022.133-.045.201-.066v-.034h.067v-.034l.133-.033.034-.067h.067l.067-.066h.068v-.034h.067l.033-.066.201-.066v-.034l.101-.034.033-.066.134-.034v-.033a2.29 2.29 0 0 0 .099-.034l.034-.066h.068l.067-.1h.067c.011-.022.022-.045.034-.066h.067l.034-.067c.033-.011.067-.021.1-.033l.067-.1h.067l.134-.167h.067l.201-.233h.068c.067-.078.133-.156.201-.233l.067-.033v-.067l.201-.166v-.066l.1-.067a.95.95 0 0 0 .133-.3c-.126.035-.217.121-.3.2l-.034.067h-.068l-.099.133h-.067l-.067.1h-.067l-.101.134h-.066l-.068.1h-.068l-.033.066h-.067l-.068.1h-.067l-.033.066-.101.034v.034h-.067l-.033.066-.134.034-.033.066-.101.034v.033a6.484 6.484 0 0 0-.133.034 4.012 4.012 0 0 1-.034.066 5.164 5.164 0 0 0-.133.034 4.012 4.012 0 0 1-.034.066h-.068v.034h-.067l-.033.066h-.068l-.067.067h-.067v.033h-.068v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033l-.134.034v.034h-.067v.033h-.1v.034a5.164 5.164 0 0 0-.133.034v.033h-.101v.034h-.066v.034h-.101v.033h-.067v.034a14.05 14.05 0 0 0-.201.034v.033a14.05 14.05 0 0 0-.201.034v.034h-.067v.033h-.1v.034l-.369.066v.034l-1.203.233-.936.034c-.84 0-1.98-.212-2.006-.966 1.261.226 2.822.058 3.812-.3h.134v-.033h.1v-.034h.099v-.034h.101v-.033l.201-.034v-.034h.067v-.033h.1v-.034h.067v-.034h.1v-.033l.201-.067v-.033h.068v-.034l.167-.034.034-.066.2-.066.034-.067h.067v-.033c.034-.011.068-.022.1-.034v-.066c-.13.014-.207.066-.301.1l-.235.033v.034h-.066v.034h-.134v.033h-.1v.034l-.334.066v.034l-1.405.334h-.201c-.193.056-.469.076-.669.133h-.401c-.118.034-.774.078-.937.034v-.034l-.535-.033c-.122-.037-.238-.091-.401-.1.005-.331.196-.643.435-.733h.201v-.033h.869v-.034h.435v-.034h.268v-.033h.234v-.034h.201v-.034h.234v-.033h.168v-.034h.134v-.034c.099-.011.201-.021.3-.033v-.034l.301-.034v-.033h.1v-.034h.1v-.034c.089-.011.179-.021.267-.033v-.034h.068v-.034h.099v-.033l.235-.034v-.034h.068v-.033h.099v-.034h.068v-.033h.1v-.034h.1v-.034l.133-.033v-.034h.101v-.034h.066v-.033h.101v-.034c.067-.022.133-.045.201-.066v-.034h.067v-.034h.067v-.033h.068v-.034h.066v-.034h.068l.067-.066h.066c.011-.022.022-.045.034-.066h.068l.067-.067h.067v-.033h.068l.033-.067h.067v-.033h.068l.034-.067.133-.033c.011-.022.022-.045.034-.066h.067l.033-.067h.068l.034-.066h.067v-.034c.033-.011.067-.021.1-.033l.034-.067h.067l.033-.066.101-.034.067-.1h.067l.1-.133h.067l.167-.2h.068c.068-.078.133-.156.201-.233h.067l.034.134.067.033.034.167h.034c.011.066.023.133.033.2.119.3.21.672.201 1.099.249-.01.653-.107.803.067.121.029.177.107.2.233.054.061.073.327.034.434zM14.844 4.185c.114.048.212.096.368.1l-.267-.999h-.067c-.039.176-.229.536-.067.699a.523.523 0 0 0 .034.2zm-.602 1.699.201.233h.1l.067-.1c.088-.083.205-.122.267-.233.013-.021.052-.004.033-.067l-.435-.333-.033-.067h-.067l-.033-.066h-.033l-.034-.066h-.067l-.134-.166h-.067l-.134-.167h-.067a19.497 19.497 0 0 0-.134-.166h-.067l-.033-.066h-.033l-.034-.067h-.067a3.481 3.481 0 0 1-.067-.1h-.033a4.012 4.012 0 0 1-.034-.066h-.067l-.033-.066-.1-.066v-.034h-.067v-.034c-.049-.038-.059-.048-.134-.066l.1.732c.121.057.209.147.301.234l.034.066h.067l.201.234h.067l.033.066h.034l.167.2h.067l.201.234h.067zm1.906-1.033h.034l.033-.066c.123-.064.265-.082.301-.234-.131-.036-.12-.093-.201-.166a2.931 2.931 0 0 1-.1-.034l-.033-.066a.46.46 0 0 0-.234-.133c.015.149.127.59.201.666v.033zm-1.304.034h.067l.1.134c.034.01.067.021.1.033l.033.067c.079.073.22.205.335.233.1-.122.284-.163.368-.3h.033v-.033l-1.237-.367v.067c.033.011.067.021.1.033l.1.134zm7.291 9.326c.036.122-.008.256.068.334v.066c.064.099.372-.006.501.034.136.041.269.122.435.133a2.416 2.416 0 0 0-.167-.732v-.1h-.034v-.066h-.034a9.88 9.88 0 0 0-.034-.167c-.023-.01-.044-.021-.067-.033l-.033-.134a2.154 2.154 0 0 1-.068-.034 3.862 3.862 0 0 0-.034-.099l-.099-.034-.068-.1H22.3v.034c-.034.01-.067.021-.099.033-.07.086-.16.656-.101.866h.034zm-3.111 1.499.201.033v.034l.133.034v.033h.135v.034a.414.414 0 0 0 .167-.034.35.35 0 0 0-.101-.233h-.033v-.067l-.067-.066h-.068a4.2 4.2 0 0 1-.099-.134h-.068a4.012 4.012 0 0 1-.034-.066c-.33-.209-.748-.246-1.304-.233-.074.065-.197.028-.301.066v.034h-.1c-.236.119-.706.394-.769.666h-.034l.034.1c.238-.008.373-.097.535-.167h.101v-.033h.099v-.034l.235-.034v-.033h.133c.416-.133.867-.026 1.204.1zm4.013-.233h-.066l-.068.1h-.034v.066h-.033a.575.575 0 0 0-.034.4h.034c.034.079-.034.036.033.1.039.064.09.079.134.134.16-.013.301-.093.335-.234h.034v-.133h.033a.38.38 0 0 0-.067-.3c-.025-.094-.06-.096-.101-.167h-.201v.034zm-1.003 1.2v-.034l.134-.034c.015-.072.021-.094.067-.133-.007-.268-.107-.275-.201-.433-.151-.036-.414-.195-.568-.033-.048.029-.076.046-.1.1v.066h-.034c.024.236.144.281.235.433.114.024.293.127.468.067zm-3.511-.134h.099v-.034c.219-.069.758.091.903-.033h.033c-.072-.276-.619-.403-.97-.3l-.266.033-.034.067-.167.033-.068.1h-.067v.034l-.134.1c-.015.082-.032.122-.034.234a.959.959 0 0 0 .335-.1v-.034c.123-.022.245-.045.369-.066v-.034z"}))})));Mailchimp.displayName="Mailchimp",Mailchimp.iconName="mailchimp",exports.default=Mailchimp},"./packages/juno-icon/src/MarkAsReadBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkAsReadBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 8a3 3 0 1 1 6 0 3 3 0 1 1-6 0zm3-5a5 5 0 0 0 0 10 5 5 0 0 0 0-10zM6 7a1 1 0 0 1 1-1h7a1 1 0 0 0 0-2H7a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h2v5a1 1 0 0 0 1.651.759L17.37 23H24a3 3 0 0 0 3-3v-3a1 1 0 0 0-2 0v3a1 1 0 0 1-1 1h-7a.996.996 0 0 0-.651.241l.001-.001L11 25.827V22a1 1 0 0 0-1-1H7a1 1 0 0 1-1-1V7z"}))})));MarkAsReadBorder.displayName="MarkAsReadBorder",MarkAsReadBorder.iconName="mark-as-read_border",exports.default=MarkAsReadBorder},"./packages/juno-icon/src/MarkReplyAsUnread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkReplyAsUnread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.368 6.667c.455 0 .842.158 1.161.474.292.29.466.634.521 1.033l.012.11v4.249c0 .224.168.409.383.433l.047.003h.445c1.53 0 2.96.297 4.289.892 1.348.595 2.522 1.408 3.524 2.44s1.794 2.235 2.377 3.611c.55 1.317.841 2.708.872 4.174l.003.259v2.649c0 .52-.25.809-.751.864s-.815-.177-.942-.697a6.683 6.683 0 0 0-.847-2.119c-.401-.669-.883-1.241-1.448-1.715s-1.202-.86-1.912-1.157a6.25 6.25 0 0 0-2-.438l-.212-.008h-3.395a.432.432 0 0 0-.427.388l-.003.047v4.082c0 .242-.041.469-.123.683s-.205.404-.369.572c-.286.292-.63.457-1.032.495l-.102.007-.11.002a1.613 1.613 0 0 1-.882-.265l-.086-.06-.083-.067-8.769-9.035a1.592 1.592 0 0 1-.505-1.157 1.866 1.866 0 0 1 .331-1.124l.065-.089 8.769-9.007c.164-.167.351-.297.56-.39s.423-.139.642-.139zm-.307 2.476-7.973 8.189 7.973 8.216.003-3.494.011-.154a2.434 2.434 0 0 1 2.21-2.167l.206-.009 3.473.002.243.01c.921.05 1.804.243 2.664.59a9.392 9.392 0 0 1 2.735 1.743l.163.158-.069-.296a9.203 9.203 0 0 0-.258-.832l-.159-.406a9.644 9.644 0 0 0-1.97-2.998 9.134 9.134 0 0 0-2.906-2.008 8.277 8.277 0 0 0-3.007-.707l-.465-.011-.554-.003-.156-.012a2.433 2.433 0 0 1-2.156-2.216l-.008-.205V9.142zm10.606-6.476a4.667 4.667 0 1 1 0 9.334 4.667 4.667 0 0 1 0-9.334zm0 1.866a2.8 2.8 0 1 0 .001 5.601 2.8 2.8 0 0 0-.001-5.601z"}))})));MarkReplyAsUnread.displayName="MarkReplyAsUnread",MarkReplyAsUnread.iconName="mark-reply-as-unread",exports.default=MarkReplyAsUnread},"./packages/juno-icon/src/MarkerM.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkerM=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",d:"m15.76 28.205.662-.632.675-.651c5.969-5.818 8.982-10.512 8.982-14.218 0-5.776-4.617-10.464-10.32-10.464S5.439 6.928 5.439 12.704c0 3.843 3.24 8.75 9.658 14.869l.662.632zm-8.4-15.501c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z"}),React.createElement("path",{fill:"#ffd800",d:"M7.36 12.704c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z"}))})));MarkerM.displayName="MarkerM",MarkerM.iconName="marker_m",exports.default=MarkerM},"./packages/juno-icon/src/MarkerS.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkerS=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",d:"m14.671 28.015 1.079 1.032.69-.658C23.125 22.015 26.5 16.904 26.5 12.9 26.5 6.884 21.691 2 15.75 2S5 6.883 5 12.9c0 3.925 3.244 8.914 9.671 15.115zM7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z"}),React.createElement("path",{fill:"#4475fd",d:"M7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z"}))})));MarkerS.displayName="MarkerS",MarkerS.iconName="marker_s",exports.default=MarkerS},"./packages/juno-icon/src/MemberBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MemberBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 18c7.067 0 13 4.315 13 10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2c0-5.685 5.933-10 13-10zm0 2c-5.736 0-10.447 3.193-10.955 7.269-.063.503.17.731.567.731H26.53c.239 0 .48-.158.444-.551C26.585 23.288 21.82 20 16 20zm0-18a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 4z"}))})));MemberBorder.displayName="MemberBorder",MemberBorder.iconName="member_border",exports.default=MemberBorder},"./packages/juno-icon/src/Mention.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mention=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.755 0 14 5.37 14 12.554 0 4.812-3.235 8.711-7.071 8.711-1.666 0-3.019-.715-3.692-1.915l-.1-.194-.03.046c-.807 1.176-2.027 1.895-3.489 2.027l-.261.017-.239.005c-3.525 0-5.948-2.964-5.948-7.147 0-4.133 2.424-7.086 5.899-7.086 1.279 0 2.439.429 3.296 1.179l.179.165.117.12.003-.051c.054-.746.51-1.276 1.199-1.39l.141-.017.147-.006c.856 0 1.426.564 1.486 1.412l.005.153v8.3c0 1.067.544 1.618 1.606 1.618 1.877 0 3.806-2.639 3.806-5.863 0-5.623-5.063-9.717-11.078-9.717-6.2 0-10.87 4.793-10.87 11.151 0 6.5 4.719 10.992 11.286 10.992 1.371 0 2.455-.143 3.965-.497l.569-.137a2.62 2.62 0 0 1 .546-.065 1.29 1.29 0 0 1 1.308 1.296c0 .753-.5 1.333-1.459 1.638-1.31.428-3.32.698-5.321.698-7.986 0-14-5.844-14-14 0-8.064 6.024-14 14-14zm-.556 10.346c-1.884 0-3.098 1.567-3.098 4.149 0 2.628 1.201 4.197 3.086 4.197 1.924 0 3.184-1.62 3.184-4.246 0-2.568-1.223-4.1-3.171-4.1z"}))})));Mention.displayName="Mention",Mention.iconName="mention",exports.default=Mention},"./packages/juno-icon/src/MentionBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MentionBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 16c0 8.366 6.205 14 14 14 2.107 0 4.113-.292 5.357-.698.876-.279 1.155-.736 1.155-1.206s-.368-.825-.838-.825c-.122 0-.276.016-.457.055l-.14.034c-1.549.381-2.882.635-4.672.635-6.944 0-12.223-4.745-12.223-11.918 0-6.868 5.063-12.083 11.791-12.083 5.954 0 12.007 4.007 12.007 10.596 0 3.847-2.371 6.599-4.466 6.599-1.396 0-2.184-.813-2.184-2.196v-8.607c0-.686-.381-1.104-1.028-1.104-.635 0-1.028.419-1.028 1.104v1.447h-.114c-.647-1.562-2.234-2.552-4.126-2.552-3.288 0-5.599 2.806-5.599 6.83 0 4.063 2.298 6.894 5.649 6.894 1.968 0 3.491-1.066 4.228-2.869h.114c.241 1.79 1.752 2.882 3.758 2.882 3.542 0 6.814-3.641 6.814-8.516 0-7.376-6.497-12.5-14-12.5-7.884 0-14 5.824-14 14zm13.313 5.25c-2.272 0-3.72-1.892-3.72-4.9 0-2.958 1.46-4.85 3.732-4.85 2.336 0 3.809 1.854 3.809 4.799 0 3.009-1.511 4.951-3.821 4.951z"}))})));MentionBorder.displayName="MentionBorder",MentionBorder.iconName="mention_border",exports.default=MentionBorder},"./packages/juno-icon/src/Merge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Merge=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.221 12.175c.312.457.108.828-.439.828h-5.074l.002.813c.008.593.036-.467-.015.708-.059 1.373.436 2.492 1.285 3.516.701.846 1.523 1.523 2.451 2.104.874.548 1.748 1.121 2.522 1.799 1.454 1.272 2.151 2.994 2.553 4.846.416 1.919.461 3.954.461 3.954a.482.482 0 0 1-.489.505h-2.432a.53.53 0 0 1-.514-.406l-.011-.087s-.03-1.06-.081-1.829c-.097-1.479-.27-1.465-.818-2.86a4.394 4.394 0 0 0-1.857-2.207c-.736-.449-1.474-.896-2.19-1.378-1.032-.696-1.871-1.595-2.576-2.659l-.092.094a.253.253 0 0 0-.033.042c-.848 1.289-1.978 2.272-3.285 3.062l-.824.505-.417.243c-1.212.676-1.901 1.739-2.264 3.051l-.238.867c-.268 1.005-.352 1.512-.38 2.753l-.006.326a.488.488 0 0 1-.496.474H5.495a.468.468 0 0 1-.471-.403l-.004-.089s.065-3.058.867-5.46c.64-1.919 1.848-3.386 3.534-4.467.436-.279.873-.557 1.323-.813 1.104-.63 1.956-1.527 2.687-2.55.53-.741.807-1.564.793-2.495l-.002-1.933H9.786c-.354 0-.463-.32-.357-.586l.022-.05 6.041-10.536c.254-.443.659-.472.938-.091l.738 1.209c2.41 3.898 6.051 9.198 6.051 9.198z"}))})));Merge.displayName="Merge",Merge.iconName="merge",exports.default=Merge},"./packages/juno-icon/src/Message.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Message=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.5 11c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25h-2.866a.625.625 0 0 0-.442.183l-1.963 1.963a.5.5 0 0 1-.707 0l-1.963-1.963a.625.625 0 0 0-.442-.183h-2.866c-.69 0-1.25-.56-1.25-1.25v-7.5c0-.69.56-1.25 1.25-1.25h11.25z"}))})));Message.displayName="Message",Message.iconName="Message",exports.default=Message},"./packages/juno-icon/src/Mic.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mic=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055A9 9 0 0 1 7 16v-3a1 1 0 0 1 2 0v3a7 7 0 1 0 14 0v-3a1 1 0 0 1 1-1zM16 2a5 5 0 0 1 5 5v9a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5z"}))})));Mic.displayName="Mic",Mic.iconName="mic",exports.default=Mic},"./packages/juno-icon/src/MicBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055A9 9 0 0 1 7 16v-3a1 1 0 0 1 2 0v3a7 7 0 1 0 14 0v-3a1 1 0 0 1 1-1zM16 2a5 5 0 0 1 5 5v9a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-3 3v9a3 3 0 1 0 6 0V7a3 3 0 0 0-3-3z"}))})));MicBorder.displayName="MicBorder",MicBorder.iconName="mic_border",exports.default=MicBorder},"./packages/juno-icon/src/MicOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 23 16v-3a1 1 0 0 1 1-1zm5.435-8.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 13.828V16a5 5 0 0 1-6.827 4.656L21 13.828zM8 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 7 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-9.655 9.656A4.978 4.978 0 0 1 11 15.999v-9a5 5 0 0 1 5-5z"}))})));MicOff.displayName="MicOff",MicOff.iconName="mic-off",exports.default=MicOff},"./packages/juno-icon/src/MicOffBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicOffBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 23 16v-3a1 1 0 0 1 1-1zm5.435-8.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 13.828V16a5 5 0 0 1-6.827 4.656l1.661-1.66.165.004a3 3 0 0 0 3-3v-.172l2-2zM8 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 7 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-2 2V7a3 3 0 1 0-6 0v9l.005.167-1.66 1.662A4.978 4.978 0 0 1 11 16V7a5 5 0 0 1 5-5z"}))})));MicOffBorder.displayName="MicOffBorder",MicOffBorder.iconName="mic-off_border",exports.default=MicOffBorder},"./packages/juno-icon/src/MicOffSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicOffSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m23.686 13.822 1.714.071c-.269 6.28-3.219 9.743-8.543 10.074v3.462h-1.714v-3.462c-1.819-.114-3.361-.593-4.614-1.425l1.504-1.129c1.088.581 2.411.873 3.967.873 4.862 0 7.447-2.848 7.686-8.464zm1.556-5.765.943 1.301L6.758 23.943l-.944-1.299L25.243 8.058zM14.489 19.568l6.572-4.934-.047.437c-.326 2.592-1.43 4.643-5.013 4.643a7.266 7.266 0 0 1-1.511-.146zm-6.175-5.746c.081 1.895.428 3.475 1.04 4.736l-1.41 1.058c-.794-1.524-1.247-3.437-1.345-5.723l1.714-.071zM16 5.143c3.59 0 4.692 2.06 5.015 4.659l-9.573 7.188c-.439-1.125-.556-2.495-.58-3.91l-.004-.876.01-.673.026-.665.013-.219.034-.433c.013-.143.029-.285.046-.425l.06-.415C11.44 6.981 12.611 5.145 16 5.145z"}))})));MicOffSp.displayName="MicOffSp",MicOffSp.iconName="mic-off_sp",exports.default=MicOffSp},"./packages/juno-icon/src/MicSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.857 23.967v3.462h-1.714v-3.462c-5.322-.333-8.274-3.794-8.543-10.074l1.714-.071c.239 5.616 2.824 8.464 7.686 8.464s7.447-2.848 7.686-8.464l1.714.071c-.269 6.28-3.219 9.743-8.543 10.074zm-6-11.538c0-3.686.398-7.286 5.143-7.286 4.746 0 5.143 3.6 5.143 7.286s-.397 7.286-5.143 7.286c-4.745 0-5.143-3.6-5.143-7.286z"}))})));MicSp.displayName="MicSp",MicSp.iconName="mic_sp",exports.default=MicSp},"./packages/juno-icon/src/MicrosoftExchangeServerLogoWine.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftExchangeServerLogoWine=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#28a8ea",d:"M29.068 3h-6.652c-.504 0-.988.199-1.344.554L5.371 19.153a1.884 1.884 0 0 0-.557 1.336v6.608c0 .502.201.982.557 1.337.357.354.841.553 1.345.553h6.652c.504 0 .988-.199 1.345-.554l15.7-15.599a1.88 1.88 0 0 0 .557-1.336V4.89c0-.501-.2-.982-.557-1.337S29.573 3 29.068 3z"}),React.createElement("path",{fill:"#0078d4",d:"M29.068 28.987h-6.652c-.504 0-.988-.199-1.344-.553l-3.18-3.159v-5.903c0-1.866 1.522-3.378 3.4-3.378h5.942l3.179 3.159c.357.354.557.835.557 1.336v6.609a1.895 1.895 0 0 1-1.902 1.889z"}),React.createElement("path",{fill:"#50d9ff",d:"M6.716 3h6.652c.504 0 .988.199 1.345.553l3.179 3.159v5.903c0 1.866-1.522 3.379-3.4 3.379H8.551l-3.18-3.16a1.884 1.884 0 0 1-.557-1.336V4.889C4.814 3.846 5.666 3 6.716 3z"}),React.createElement("path",{fill:"#000",opacity:.2,d:"M16.802 9.675v14.261a.92.92 0 0 1-.021.216 1.26 1.26 0 0 1-1.248 1.045H4.814V8.414h10.719a1.267 1.267 0 0 1 1.269 1.261z"}),React.createElement("path",{fill:"#000",opacity:.1,d:"M17.347 9.675v13.178a1.825 1.825 0 0 1-1.814 1.803H4.814V7.873h10.719c1 .003 1.811.808 1.814 1.802z"}),React.createElement("path",{fill:"#000",opacity:.2,d:"M16.802 9.675v13.178c.001.335-.133.656-.371.893a1.27 1.27 0 0 1-.898.368H4.814v-15.7h10.719a1.267 1.267 0 0 1 1.269 1.261z"}),React.createElement("path",{fill:"#000",opacity:.1,d:"M16.257 9.675v13.178c.001.335-.133.656-.371.893a1.27 1.27 0 0 1-.898.368H4.814v-15.7h10.174a1.267 1.267 0 0 1 1.269 1.261z"}),React.createElement("path",{fill:"#0078d4",d:"M2.271 23.573H1V8.414H16.258v15.159H2.271z"}),React.createElement("path",{fill:"#fff",d:"M11.127 13.222H7.56v2.073h3.348v1.328H7.56v2.153h3.757v1.323H5.94v-8.211h5.187z"}))})));MicrosoftExchangeServerLogoWine.displayName="MicrosoftExchangeServerLogoWine",MicrosoftExchangeServerLogoWine.iconName="Microsoft_Exchange_Server_Logo_wine",exports.default=MicrosoftExchangeServerLogoWine},"./packages/juno-icon/src/MicrosoftLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f1511b",d:"M15.403 15.403H4V4h11.403z"}),React.createElement("path",{fill:"#80cc28",d:"M27.997 15.403H16.592V4h11.403v11.403z"}),React.createElement("path",{fill:"#00adef",d:"M15.403 28H4V16.597h11.403z"}),React.createElement("path",{fill:"#fbbc09",d:"M27.997 28H16.592V16.597h11.403V28z"}))})));MicrosoftLogo.displayName="MicrosoftLogo",MicrosoftLogo.iconName="microsoft-logo",exports.default=MicrosoftLogo},"./packages/juno-icon/src/MicrosoftLogoDisabled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftLogoDisabled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.403 15.403H4V4h11.403zM27.997 15.403H16.592V4h11.403v11.403zM15.403 28H4V16.597h11.403zM27.997 28H16.592V16.597h11.403V28z"}))})));MicrosoftLogoDisabled.displayName="MicrosoftLogoDisabled",MicrosoftLogoDisabled.iconName="microsoft-logo-disabled",exports.default=MicrosoftLogoDisabled},"./packages/juno-icon/src/MicrosoftOutlook2019.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftOutlook2019=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1a237e",d:"m30.005 15.68-5.116-2.98v8.281h5.396v-4.813a.567.567 0 0 0-.281-.489z"}),React.createElement("path",{fill:"#0c4999",d:"M23.085 5.029h6.461v-.791c0-.684-.554-1.237-1.236-1.237H11.476c-.683 0-1.237.554-1.237 1.237v.791h12.846z"}),React.createElement("path",{fill:"#0f73d9",d:"M23.085 22.659h5.224c.683 0 1.237-.554 1.237-1.237v-4.876h-6.461v6.114z"}),React.createElement("path",{fill:"#0f439d",d:"M10.24 16.546v4.876c0 .683.554 1.237 1.237 1.237h5.195v-6.113l-6.432-.001z"}),React.createElement("path",{fill:"#2ecdfd",d:"M23.085 5.029h6.461v5.734h-6.461z"}),React.createElement("path",{fill:"#1c5fb0",d:"M10.24 5.029h6.432v5.734H10.24z"}),React.createElement("path",{fill:"#1467c7",d:"M16.671 16.546h6.414v6.113h-6.414z"}),React.createElement("path",{fill:"#1690d5",d:"M16.671 5.029h6.414v5.734h-6.414z"}),React.createElement("path",{fill:"#1bb4ff",d:"M23.085 10.762h6.461v5.783h-6.461z"}),React.createElement("path",{fill:"#074daf",d:"M10.24 10.762h6.432v5.783H10.24z"}),React.createElement("path",{fill:"#2076d4",d:"M16.671 10.762h6.414v5.783h-6.414z"}),React.createElement("path",{fill:"#2ed0ff",d:"M9.886 28.714h19.193c.666 0 1.206-.54 1.206-1.206V16.17s-.021.47-1.251 1.155c-.929.517-19.646 11.079-19.646 11.079s.167.31.498.31z"}),React.createElement("path",{fill:"#139fe2",d:"m29.056 28.712-18.993.002c-.666 0-1.206-.54-1.206-1.206V16.619l20.974 11.83c-.175.14-.397.263-.774.263z"}),React.createElement("path",{fill:"#00488d",d:"M14.799 23H2.915a1.201 1.201 0 0 1-1.201-1.201V9.915c0-.663.538-1.201 1.201-1.201h11.884c.663 0 1.201.538 1.201 1.201v11.884c0 .663-.538 1.201-1.201 1.201z"}),React.createElement("path",{fill:"#fff",d:"M8.796 12.096c-2.236 0-3.584 1.709-3.584 3.816s1.342 3.816 3.584 3.816 3.584-1.709 3.584-3.816-1.347-3.816-3.584-3.816zm0 6.344c-1.269 0-2.027-1.131-2.027-2.528s.762-2.528 2.027-2.528c1.265 0 2.028 1.132 2.028 2.528s-.76 2.528-2.028 2.528z"}))})));MicrosoftOutlook2019.displayName="MicrosoftOutlook2019",MicrosoftOutlook2019.iconName="microsoft-outlook-2019",exports.default=MicrosoftOutlook2019},"./packages/juno-icon/src/MicrosoftTeams2019.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftTeams2019=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#5059c9",d:"M31 14.526v5.895c0 2.442-2.014 4.421-4.5 4.421S22 22.863 22 20.421v-7.368h7.5c.829 0 1.5.659 1.5 1.474zm-4.5-4.421c1.657 0 3-1.32 3-2.947s-1.343-2.947-3-2.947-3 1.32-3 2.947 1.343 2.947 3 2.947z"}),React.createElement("path",{fill:"#7b83eb",d:"M24.25 14.526v8.105c0 4.232-3.631 7.631-8 7.352-3.986-.253-7-3.681-7-7.605v-9.326h13.5c.829 0 1.5.659 1.5 1.474zm-7.5-3.684c2.486 0 4.5-1.979 4.5-4.421S19.236 2 16.75 2s-4.5 1.979-4.5 4.421 2.014 4.421 4.5 4.421z"}),React.createElement("path",{fill:"#7b83eb",d:"M21.25 6.421c0 2.442-2.015 4.421-4.5 4.421s-4.5-1.979-4.5-4.421S14.265 2 16.75 2s4.5 1.979 4.5 4.421z"}),React.createElement("path",{fill:"#000",opacity:.05,d:"M17.5 22.867v-9.814H9.25v9.326c0 1.13.257 2.216.708 3.2h4.78c1.525 0 2.761-1.214 2.761-2.712z"}),React.createElement("path",{fill:"#000",opacity:.07,d:"M9.25 13.053v9.326c0 .855.151 1.683.415 2.463h4.993c1.293 0 2.341-1.029 2.341-2.3v-9.49h-7.75z"}),React.createElement("path",{fill:"#000",opacity:.09,d:"M16.5 13.053H9.25v9.326c0 .591.076 1.167.206 1.726h5.124c1.06 0 1.92-.844 1.92-1.886v-9.166h.001z"}),React.createElement("path",{fill:"#5961c3",d:"M14.5 23.369h-12c-.829 0-1.5-.659-1.5-1.474v-11.79c0-.814.671-1.474 1.5-1.474h12c.829 0 1.5.659 1.5 1.474v11.79c0 .814-.671 1.474-1.5 1.474z"}),React.createElement("path",{fill:"#fff",d:"M11.551 12.315H5.449v1.267h2.285v6.101h1.531v-6.101h2.285z"}))})));MicrosoftTeams2019.displayName="MicrosoftTeams2019",MicrosoftTeams2019.iconName="microsoft-teams-2019",exports.default=MicrosoftTeams2019},"./packages/juno-icon/src/Minimize.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Minimize=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5.333 18v-4h21.333v4z"}))})));Minimize.displayName="Minimize",Minimize.iconName="minimize",exports.default=Minimize},"./packages/juno-icon/src/MissedCallDnd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MissedCallDnd=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.791 3.353a3.627 3.627 0 0 0-2.133-.308c-.55.086-1.215.325-2.018.716-.788.383-1.395.75-1.828 1.11-.934.784-1.499 1.843-1.703 3.149-.212 1.235-.116 2.629.281 4.173.39 1.516 1.063 3.139 2.018 4.87.95 1.74 2.172 3.504 3.664 5.291a36.73 36.73 0 0 0 3.448 3.565l.431.391a24.3 24.3 0 0 0 3.044 2.327c1.176.753 2.331 1.332 3.466 1.737 1.163.415 2.283.625 3.356.625.662 0 1.272-.087 1.829-.264a4.481 4.481 0 0 0 1.516-.818l.161-.127c.383-.315.819-.767 1.295-1.343.552-.669.924-1.233 1.117-1.713l.087-.194c.209-.527.238-1.126.074-1.743-.182-.684-.571-1.275-1.157-1.757l-1.129-.938-.947-.804-.459-.399a73.401 73.401 0 0 1-1.865-1.697c-.482-.515-1.162-.834-1.965-.905a3.573 3.573 0 0 0-2.169.483 5.112 5.112 0 0 0-.617.477l-.049.045-.272.265-.254.263-.085.107-.08.079-.218.239a4.97 4.97 0 0 1-.312-.159c-.315-.175-.673-.439-1.068-.791a14.026 14.026 0 0 1-1.328-1.391 14.205 14.205 0 0 1-1.09-1.465 6.411 6.411 0 0 1-.602-1.154l-.098-.258a2.282 2.282 0 0 1-.083-.29c.043-.023.091-.045.144-.067l.045-.022.178-.098.171-.083a1.18 1.18 0 0 0 .218-.137 6.076 6.076 0 0 0 1.027-.705c.574-.578.886-1.201.977-1.9.093-.711-.072-1.392-.486-2.017a50.889 50.889 0 0 1-1.696-2.601 33.63 33.63 0 0 1-1.257-2.265 3.43 3.43 0 0 0-1.577-1.5zM6.966 5.022c.34-.053.657-.008.976.142l.12.063c.23.133.406.319.553.588.357.713.801 1.514 1.299 2.338.497.822 1.081 1.72 1.763 2.705a.87.87 0 0 1 .147.621l-.02.109a1.201 1.201 0 0 1-.289.528l-.049.052-.102.083-.175.127a4.017 4.017 0 0 1-.346.21l-.143.086-.05.036-.111.054-.178.098-.25.12a2.002 2.002 0 0 0-1.025 2.162c.056.281.153.573.292.913l.073.183c.172.406.404.833.691 1.286.335.527.75 1.085 1.243 1.674a16.124 16.124 0 0 0 1.531 1.601c.494.441.968.792 1.428 1.047.164.091.317.169.459.233a2 2 0 0 0 2.3-.472l.157-.172.159-.162.09-.104.036-.047.227-.231.16-.152.079-.069c.055-.046.117-.094.189-.145l.049-.035.119-.063c.253-.117.523-.161.827-.134.321.028.543.131.681.279l.088.088.624.582c.421.388.852.775 1.293 1.163l.471.41.817.695 1.295 1.078c.27.222.424.456.496.726.061.231.047.403-.017.53l-.106.236c-.122.252-.374.623-.765 1.097-.452.547-.838.937-1.112 1.142l-.155.12a2.565 2.565 0 0 1-.768.392 4.05 4.05 0 0 1-1.223.17c-.831 0-1.725-.167-2.684-.509-.984-.351-2.004-.862-3.059-1.538a22.88 22.88 0 0 1-3.194-2.502 34.87 34.87 0 0 1-3.283-3.393c-1.401-1.677-2.548-3.335-3.432-4.954-.883-1.601-1.492-3.07-1.836-4.41-.332-1.289-.407-2.403-.247-3.337.137-.878.47-1.496 1.018-1.956.282-.235.755-.522 1.416-.843.651-.317 1.137-.49 1.451-.538zM24 3l-.225.004A6 6 0 0 0 24 15l.225-.004A6 6 0 0 0 30 9l-.004-.225A6 6 0 0 0 24 3zm2.637 6.694h-5.275A.697.697 0 0 1 20.668 9a.697.697 0 0 1 .694-.694h5.275a.697.697 0 0 1 .694.694.697.697 0 0 1-.694.694z"}))})));MissedCallDnd.displayName="MissedCallDnd",MissedCallDnd.iconName="missed-call-dnd",exports.default=MissedCallDnd},"./packages/juno-icon/src/Missedcall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Missedcall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm11.416-.06 3.536 3.535 3.535-3.535a.999.999 0 1 1 1.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 1 1-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 1 1 1.414-1.414z"}))})));Missedcall.displayName="Missedcall",Missedcall.iconName="missedcall",exports.default=Missedcall},"./packages/juno-icon/src/MissedcallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MissedcallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm13.241-1.729 3.536 3.535 3.535-3.535a.999.999 0 1 1 1.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 1 1-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 1 1 1.414-1.414z"}))})));MissedcallBorder.displayName="MissedcallBorder",MissedcallBorder.iconName="missedcall_border",exports.default=MissedcallBorder},"./packages/juno-icon/src/Mobile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mobile=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m9.571 2 12.857.013c1.358 0 2.478 1.044 2.566 2.366l.006.167v22.909c0 1.344-1.066 2.453-2.403 2.54l-.168.005H9.572c-1.358 0-2.478-1.056-2.566-2.379l-.005-.167V4.545c0-1.344 1.066-2.453 2.403-2.54L9.572 2zM22 4H10a1 1 0 0 0-.993.883L9 5v22a1 1 0 0 0 .883.993L10 28h12a1 1 0 0 0 .993-.883L23 27V5a1 1 0 0 0-.883-.993L22 4zm-4 20a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4z"}))})));Mobile.displayName="Mobile",Mobile.iconName="mobile",exports.default=Mobile},"./packages/juno-icon/src/MonitorCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MonitorCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17 24a3 3 0 1 1 0 6h-2a3 3 0 1 1 0-6h2zm1-22a8 8 0 0 1 8 8v1h1a3 3 0 0 1 2.995 2.824L30 14v4a3 3 0 0 1-3 3h-1v3a4 4 0 0 1-4 4h-2v-2.001L22 26a2 2 0 0 0 1.994-1.851L24 24V10a6 6 0 0 0-5.775-5.996L18 4h-4a6 6 0 0 0-5.996 5.775L8 10v11H5a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3h1v-1a8 8 0 0 1 8-8h4zm-1 24h-2a1 1 0 0 0-.117 1.993L15 28h2a1 1 0 0 0 .117-1.993L17 26zM6 13H5a1 1 0 0 0-.993.883L4 14v4a1 1 0 0 0 .883.993L5 19h1v-6zm21 0h-1v6h1l.117-.007A1 1 0 0 0 28 18v-4l-.007-.117A1 1 0 0 0 27 13z"}))})));MonitorCall.displayName="MonitorCall",MonitorCall.iconName="monitor_call",exports.default=MonitorCall},"./packages/juno-icon/src/MoreHoriz.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MoreHoriz=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9 16a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm9.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm9.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"}))})));MoreHoriz.displayName="MoreHoriz",MoreHoriz.iconName="more_horiz",exports.default=MoreHoriz},"./packages/juno-icon/src/MoreVert.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MoreVert=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 23a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0-9.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM16 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"}))})));MoreVert.displayName="MoreVert",MoreVert.iconName="more_vert",exports.default=MoreVert},"./packages/juno-icon/src/MuteNotification.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MuteNotification=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0H8.827l15.746-15.746c.277.865.426 1.787.426 2.745zm4.435-9.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM18.829 26.001h-5.658a3 3 0 0 0 5.658 0zM16 2a1 1 0 0 1 1 1l.001 1.055a8.975 8.975 0 0 1 5.449 2.668L3.725 25.448a2.003 2.003 0 0 1-.195-2.681l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1z"}))})));MuteNotification.displayName="MuteNotification",MuteNotification.iconName="mute-notification",exports.default=MuteNotification},"./packages/juno-icon/src/MuteNotificationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MuteNotificationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.574 10.255c.277.865.426 1.787.426 2.745v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0H8.827L10.828 24h16.066l-2.195-2.805a8.001 8.001 0 0 1-1.7-4.93v-3.264c0-.369-.029-.732-.084-1.086l1.658-1.659zm4.861-6.276a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM18.829 26.001h-5.658a3 3 0 0 0 5.658 0zM16 2a1 1 0 0 1 1 1l.001 1.055a8.975 8.975 0 0 1 5.449 2.668l-1.414 1.415A7 7 0 0 0 9 13v3.264a7.995 7.995 0 0 1-1.7 4.93l-2.195 2.805h.067l-1.447 1.448a2.003 2.003 0 0 1-.195-2.681l2.195-2.805A6 6 0 0 0 7 16.263v-3.264a9 9 0 0 1 8-8.945V2.999a1 1 0 0 1 1-1z"}))})));MuteNotificationBorder.displayName="MuteNotificationBorder",MuteNotificationBorder.iconName="mute-notification_border",exports.default=MuteNotificationBorder},"./packages/juno-icon/src/NewAction.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewAction=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3a1.5 1.5 0 0 1 1.5 1.5v10h10a1.5 1.5 0 0 1 0 3H17.499l.001 10a1.5 1.5 0 0 1-3 0l-.001-10H4.5a1.5 1.5 0 0 1 0-3h10v-10A1.5 1.5 0 0 1 16 3z"}))})));NewAction.displayName="NewAction",NewAction.iconName="new-action",exports.default=NewAction},"./packages/juno-icon/src/NewEmail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewEmail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm4-12a2 2 0 0 1 2 2l.001 10.71a8.05 8.05 0 0 0-2-1.639L28 9l-10.197 8.764a3 3 0 0 1-3.599.005l-.157-.126-.822-.705-8.6 7.989a.992.992 0 0 0 .374.072h11.252c.183.71.46 1.382.819 2.001l-13.071-.001a2 2 0 0 1-2-2v-18a2 2 0 0 1 2-2h24zM4 9.032v13.744l7.698-7.146L4 9.032zM27 7H5a.98.98 0 0 0-.255.033l10.701 9.166a1 1 0 0 0 1.097.007l.107-.08 10.605-9.092a.982.982 0 0 0-.256-.033z"}))})));NewEmail.displayName="NewEmail",NewEmail.iconName="New-email",exports.default=NewEmail},"./packages/juno-icon/src/NewFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.999 18a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001l.001 4a1 1 0 0 1-2 0l-.001-4h-3.999a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM29 3a1 1 0 0 1 0 2h-2v12a1 1 0 0 1-2 0V5H7v21a1 1 0 0 0 1 1h8a1 1 0 0 1 0 2H7a2 2 0 0 1-2-2V5H3a1 1 0 0 1 0-2h26zm-8 11a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10zm0-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));NewFax.displayName="NewFax",NewFax.iconName="new-fax",exports.default=NewFax},"./packages/juno-icon/src/NewFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewFile=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM11.821 3a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2l.001 9.71a8.05 8.05 0 0 0-2-1.639L28 13H4v11a1 1 0 0 0 1 1h11.252c.183.71.46 1.382.819 2.001L4 27a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.821zm-.866 2H5a1 1 0 0 0-1 1v5h24V9a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 5z"}))})));NewFile.displayName="NewFile",NewFile.iconName="new-file",exports.default=NewFile},"./packages/juno-icon/src/NewNote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewNote=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.999 2c6.525 0 11.834 5.209 11.996 11.695l.004.305v3a1 1 0 0 1-1.993.117L25.999 17v-3c0-5.429-4.327-9.848-9.72-9.996L15.999 4H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h8.999a1 1 0 0 1 .117 1.993l-.117.007H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.999zm7 16a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001l.001 4a1 1 0 0 1-2 0l-.001-4h-3.999a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-7-1 .117.007a1 1 0 0 1 0 1.986l-.117.007h-4.997l-.117-.007a1 1 0 0 1 0-1.986l.117-.007h4.997zm5-6 .117.007a1 1 0 0 1 0 1.986l-.117.007-10.113-.007a1 1 0 0 1 0-1.986l.117-.007H21z"}))})));NewNote.displayName="NewNote",NewNote.iconName="new-note",exports.default=NewNote},"./packages/juno-icon/src/Nickname.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Nickname=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13 17c1.722 0 3.365.324 4.831.907a8.026 8.026 0 0 0-1.09 1.726A11.152 11.152 0 0 0 13 19.001c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l12.029.001a8.01 8.01 0 0 0 1.173 2l-13.755-.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm16 9a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zm-4-4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm4-4a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Nickname.displayName="Nickname",Nickname.iconName="nickname",exports.default=Nickname},"./packages/juno-icon/src/NoAudio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoAudio=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0zm4.693 7.223 2.83 2.828 2.827-2.828a.999.999 0 1 1 1.414 1.414l-2.827 2.828 2.827 2.828a.999.999 0 1 1-1.414 1.414l-2.827-2.828-2.83 2.828a.999.999 0 1 1-1.414-1.414l2.83-2.828-2.83-2.828a.999.999 0 1 1 1.414-1.414z"}))})));NoAudio.displayName="NoAudio",NoAudio.iconName="no-audio",exports.default=NoAudio},"./packages/juno-icon/src/NoAudioSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoAudioSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.286 5.138v21.808l-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.06-1.077-1.319-2.482-1.377-3.496l-.013-.341-.001-.435.002-.121.002-.745-.005-.632.008-.341c.042-1.015.272-2.427 1.36-3.534.958-.971 2.381-1.486 4.231-1.529l6.835-4.552zm8.505 6.291 1.7 1.7L25.7 16l2.871 2.791-1.7 1.7L24 17.7l-2.791 2.871-1.78-1.78L22.3 16l-2.871-2.791 1.78-1.78L24 14.3l2.791-2.871z"}))})));NoAudioSp.displayName="NoAudioSp",NoAudioSp.iconName="no-audio_sp",exports.default=NoAudioSp},"./packages/juno-icon/src/NoConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",opacity:.32,d:"M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-8.634l2.191 2.165a1.593 1.593 0 0 0 2.257 0l1.069-1.058.092-.103.098-.136c.456-.695.372-1.634-.218-2.218l-2.039-2.017h.551zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2zm8.026-6 2.759 2.727a.769.769 0 0 1 .053 1.005l-.025.031-1.068 1.058a.593.593 0 0 1-.851 0l-2.893-2.86.005-.109a2.001 2.001 0 0 1 1.838-1.845l.183-.006z"}),React.createElement("path",{fill:"#f54c3d",d:"m11 10.018 4.893-4.838a.59.59 0 0 1 .774-.065l.076.065 1.041 1.029a.774.774 0 0 1 .061.995l-.061.069L13.003 12l4.781 4.728a.769.769 0 0 1 .053 1.005l-.025.031-1.068 1.058a.593.593 0 0 1-.851 0L11 13.983l-4.894 4.839a.59.59 0 0 1-.774.065l-.076-.065-1.041-1.029a.774.774 0 0 1-.061-.995l.061-.069 4.78-4.728-4.78-4.727a.769.769 0 0 1-.053-1.005l.053-.059 1.041-1.029a.593.593 0 0 1 .851 0L11 10.019z"}))})));NoConnection.displayName="NoConnection",NoConnection.iconName="no-connection",exports.default=NoConnection},"./packages/juno-icon/src/NonEdit.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NonEdit=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.565 3.979a1 1 0 0 1 1.32-.083l.094.083 24.042 24.042a.999.999 0 0 1-1.32 1.497l-.094-.083L2.565 5.393a.999.999 0 0 1 0-1.414zm9.197 10.611 1.414 1.414-6.579 6.58 2.828 2.828 6.579-6.579 1.414 1.414-6.659 6.659c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022l6.658-6.659zM28.01 4a4 4 0 0 1 0 5.657l-7.763 7.762-1.414-1.414 4.935-4.934-2.828-2.828-4.935 4.934-1.414-1.414 7.762-7.762a4 4 0 0 1 5.657 0zm-4.243 1.414-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 1 0-2.828-2.828z"}))})));NonEdit.displayName="NonEdit",NonEdit.iconName="non-edit",exports.default=NonEdit},"./packages/juno-icon/src/Note.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Note=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10zm2 16h-7a1 1 0 0 0-.117 1.993L11 20h7a1 1 0 0 0 .117-1.993L18 18zm3-6H11a1 1 0 0 0-.117 1.993L11 14h10a1 1 0 0 0 .117-1.993L21 12z"}))})));Note.displayName="Note",Note.iconName="note",exports.default=Note},"./packages/juno-icon/src/NoteBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoteBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10zm0 2H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V14c0-5.523-4.477-10-10-10zm2 14a1 1 0 0 1 0 2h-7a1 1 0 0 1 0-2h7zm3-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));NoteBorder.displayName="NoteBorder",NoteBorder.iconName="note_border",exports.default=NoteBorder},"./packages/juno-icon/src/Notes.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Notes=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.406 2.001c.328 0 .593.266.593.593l-.001.829h3.915l.001-.83c0-.328.266-.593.593-.593h.83c.328 0 .593.266.593.593l-.001.83h3.915l.001-.83c0-.328.266-.593.593-.593h.83c.328 0 .593.266.593.593l-.001.83h.599c2.334 0 4.247 1.813 4.368 4.087l.006.229v6.27c0 .695-.569 1.258-1.272 1.258a1.266 1.266 0 0 1-1.271-1.258v-6.27c0-.993-.821-1.802-1.832-1.802h-.598l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69h-3.915l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69H9.998l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69h-.607c-.954 0-1.739.723-1.823 1.638l-.008.164v17.944c0 .993.821 1.802 1.832 1.802h5.831c.702 0 1.272.562 1.272 1.258 0 .694-.569 1.256-1.272 1.256H7.375c-2.412 0-4.374-1.935-4.374-4.316V7.739c0-2.38 1.962-4.315 4.374-4.315l.607-.001.001-.83c0-.328.266-.593.593-.593h.83v.001zm14.638 16.422a3.137 3.137 0 0 1 4.386 0 3.032 3.032 0 0 1 0 4.326l-5.666 5.576a1.047 1.047 0 0 1-.454.261l-4.174 1.139a1.048 1.048 0 0 1-1.017-.27 1.007 1.007 0 0 1-.249-1.008l1.236-4.012c.05-.161.139-.308.26-.426l5.678-5.584zm-.201 3.079-3.832 3.769-.615 1.993 2.1-.572 3.808-3.749-1.462-1.441zm-8.149-.637c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593v-1.186c0-.328.266-.593.593-.593h7.118zm5.339-5.339c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593v-1.186c0-.328.266-.593.593-.593h12.457zm0-5.339c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593V10.78c0-.328.266-.593.593-.593h12.457z"}))})));Notes.displayName="Notes",Notes.iconName="notes",exports.default=Notes},"./packages/juno-icon/src/Notification.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Notification=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a1 1 0 0 1 1 1l.001 1.055A9.001 9.001 0 0 1 25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0L5.105 26a2 2 0 0 1-1.575-3.233l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1zm2.829 24.001h-5.658a3 3 0 0 0 5.658 0z"}))})));Notification.displayName="Notification",Notification.iconName="notification",exports.default=Notification},"./packages/juno-icon/src/NotificationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NotificationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a1 1 0 0 1 1 1l.001 1.055A9.001 9.001 0 0 1 25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0L5.105 26a2 2 0 0 1-1.575-3.233l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1zm2.829 24.001h-5.658a3 3 0 0 0 5.658 0zM16 6a7 7 0 0 0-7 7v3.264a7.995 7.995 0 0 1-1.7 4.93l-2.195 2.805h21.79L24.7 21.194a8.001 8.001 0 0 1-1.7-4.93V13a7 7 0 0 0-7-7z"}))})));NotificationBorder.displayName="NotificationBorder",NotificationBorder.iconName="notification_border",exports.default=NotificationBorder},"./packages/juno-icon/src/Onedrive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Onedrive=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.933 18.397c1.492.535 2.193 1.659 2.065 3.311-.083 1.081-.586 1.944-1.386 2.372l-.375.201-8.349.016c-6.415.013-8.454-.01-8.806-.098-1.695-.424-2.64-1.774-2.643-3.777-.001-.64.045-.947.205-1.359.391-1.009 1.427-1.771 2.789-2.051.678-.14.887-.289.887-.636 0-.109.081-.433.179-.72.448-1.304 1.278-2.392 2.164-2.837.928-.465 1.396-.57 2.519-.565 1.594.008 2.389.355 3.501 1.525l.611.644.548-.19c2.652-.92 5.296.645 5.509 3.261l.058.715.522.188zM7.729 22.665c.099.194.154.379.123.411-.081.081-2.67.053-3.028-.032-.99-.236-2.038-1.111-2.53-2.113C2.015 20.363 2 20.28 2 19.275c0-.956.024-1.11.246-1.584.468-1 1.365-1.723 2.491-2.007.237-.06.46-.156.496-.213s.074-.367.087-.689c.079-2.001 1.39-3.765 3.22-4.332.989-.305 2.232-.23 3.307.2.341.137.303.167 1.024-.781.427-.56 1.289-1.258 1.995-1.613.761-.383 1.553-.559 2.5-.557 2.648.007 4.929 1.665 5.772 4.197.27.808.256 1.035-.062 1.042-.139.003-.536.08-.883.17l-.631.165-.576-.577c-1.624-1.626-4.274-1.978-6.527-.866a5.417 5.417 0 0 0-2.169 1.914c-.39.592-.886 1.699-.886 1.973 0 .194-.157.292-.83.513-2.082.683-3.297 2.262-3.296 4.283 0 .736.19 1.636.452 2.151z"}))})));Onedrive.displayName="Onedrive",Onedrive.iconName="onedrive",exports.default=Onedrive},"./packages/juno-icon/src/OpenFolder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OpenFolder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.004 19.489c.489 0 .896.352.98.817l.016.179v5.976a.996.996 0 0 1-1.976.179l-.016-.179-.002-3.239-5.381 5.382a.996.996 0 0 1-1.524-1.271l.115-.138 5.715-5.717-3.904.002a.996.996 0 0 1-.98-.817l-.016-.179c0-.489.352-.896.817-.98l.179-.016h5.976zM11.783 2.999a1.99 1.99 0 0 1 1.453.63l1.915 2.044a1 1 0 0 0 .61.308l.117.007h12.019c1.1 0 1.992.892 1.992 1.992l.001 9.671a8.002 8.002 0 0 0-1.992-1.632l-.001-3.059H3.992v10.957c0 .55.446.996.996.996h11.208c.182.707.459 1.376.816 1.993l-13.019-.001c-1.1 0-1.992-.892-1.992-1.992V4.992c0-1.1.892-1.992 1.992-1.992h7.79zm-.864 1.992H4.988a.996.996 0 0 0-.996.996v4.98h23.905V8.975a.996.996 0 0 0-.996-.996l-11.374-.021a2.989 2.989 0 0 1-1.829-.924L12.373 5.62a1.992 1.992 0 0 0-1.453-.63z"}))})));OpenFolder.displayName="OpenFolder",OpenFolder.iconName="open-folder",exports.default=OpenFolder},"./packages/juno-icon/src/OuboundCallOnBehalf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OuboundCallOnBehalf=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm17.979-2A1.02 1.02 0 0 1 31 16.021v8.165a1.02 1.02 0 1 1-2.042 0l.001-5.7-7.217 7.216a1.02 1.02 0 1 1-1.443-1.443l7.217-7.216-5.701-.001a1.02 1.02 0 1 1 0-2.042h8.165zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));OuboundCallOnBehalf.displayName="OuboundCallOnBehalf",OuboundCallOnBehalf.iconName="oubound_call_on_behalf",exports.default=OuboundCallOnBehalf},"./packages/juno-icon/src/OutboundFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OutboundFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zm4.479-10.293 4.586 4.586a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 0 1 1.414-1.414zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z"}))})));OutboundFax.displayName="OutboundFax",OutboundFax.iconName="outbound-fax",exports.default=OutboundFax},"./packages/juno-icon/src/OutboundFaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OutboundFaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm-4 2H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zm7.037-10.293 4.586 4.586a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 0 1 1.414-1.414zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z"}))})));OutboundFaxBorder.displayName="OutboundFaxBorder",OutboundFaxBorder.iconName="outbound-fax_border",exports.default=OutboundFaxBorder},"./packages/juno-icon/src/Outcall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Outcall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM29 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l.001-5.585-7.072 7.07a.999.999 0 1 1-1.414-1.414l7.072-7.07L21.001 4a1 1 0 0 1 0-2h8z"}))})));Outcall.displayName="Outcall",Outcall.iconName="outcall",exports.default=Outcall},"./packages/juno-icon/src/OutcallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OutcallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM29 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l.001-5.585-7.072 7.07a.999.999 0 1 1-1.414-1.414l7.072-7.07L21.001 4a1 1 0 0 1 0-2h8z"}))})));OutcallBorder.displayName="OutcallBorder",OutcallBorder.iconName="outcall_border",exports.default=OutcallBorder},"./packages/juno-icon/src/Outdent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Outdent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM8.402 12.201c.776-.449 1.535-.132 1.594.805l.004.138v5.748l-.01.206c-.101.872-.907 1.135-1.65.684l-.111-.073-3.737-2.684-.152-.131c-.474-.485-.445-1.297.048-1.762l.105-.088 3.737-2.73.174-.114zM27 15a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));Outdent.displayName="Outdent",Outdent.iconName="outdent",exports.default=Outdent},"./packages/juno-icon/src/Pagerduty.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Pagerduty=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.01 2.214a3.778 3.778 0 0 1 3.776 3.776v20.02a3.778 3.778 0 0 1-3.776 3.776H5.99a3.778 3.778 0 0 1-3.776-3.776V5.99A3.778 3.778 0 0 1 5.99 2.214zm-13.978 8.31H7.503a3.02 3.02 0 0 0-3.023 3.022v4.909c0 .128.008.254.023.378H4.48v6.798h2.644v-4.178c.124.015.251.024.38.024h4.529a3.02 3.02 0 0 0 3.023-3.022v-4.909a3.024 3.024 0 0 0-3.023-3.022zm15.487-4.155h-2.644v4.178a3.164 3.164 0 0 0-.38-.024h-4.529a3.02 3.02 0 0 0-3.023 3.022v4.909a3.024 3.024 0 0 0 3.023 3.022h4.529a3.02 3.02 0 0 0 3.023-3.022v-4.909a2.95 2.95 0 0 0-.024-.378h.024V6.369zM12.037 12.79c.415 0 .752.336.752.755v4.91a.754.754 0 0 1-.752.755H7.876a.752.752 0 0 1-.752-.755v-4.91c0-.417.337-.755.752-.755zm12.086 0c.416 0 .752.336.752.755v4.91a.754.754 0 0 1-.752.755h-4.16a.752.752 0 0 1-.752-.755v-4.91c0-.417.337-.755.752-.755z"}))})));Pagerduty.displayName="Pagerduty",Pagerduty.iconName="pagerduty",exports.default=Pagerduty},"./packages/juno-icon/src/Paging.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Paging=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 11a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h12zm-10 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-3.5-4h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm2-2h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z"}))})));Paging.displayName="Paging",Paging.iconName="Paging",exports.default=Paging},"./packages/juno-icon/src/ParkCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.837 3.75c4.69 0 7.803 2.902 7.803 7.298 0 4.216-2.865 7.052-7.271 7.269l-.303.011-.245.003h-8.829l.001 8.259c0 .476-.232.864-.621 1.049l-.135.054-.133.035-.13.018-.111.005c-.566 0-.986-.356-1.09-.906l-.019-.141-.005-.114V4.911c0-.582.334-1.024.866-1.135l.137-.021.111-.005h9.974zm-.208 2.132h-8.637v10.315l8.64.001c3.585 0 5.75-1.949 5.75-5.15 0-3.061-1.944-4.971-5.228-5.152l-.293-.011-.233-.003z"}))})));ParkCall.displayName="ParkCall",ParkCall.iconName="park-call",exports.default=ParkCall},"./packages/juno-icon/src/ParkCallMessage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCallMessage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 26H4.001a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h18zm-1 2H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L13 27.172l2.586-2.586A2 2 0 0 1 17 24h4a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-6.656 2.382c1.74 0 2.98 1.306 2.98 3.117 0 1.75-1.162 3.034-2.806 3.123l-.185.005-2.632-.001.001 1.965c0 .505-.295.898-.746 1l-.116.019-.122.007c-.54 0-.925-.376-.977-.902l-.006-.124v-7.184c0-.547.346-.963.861-1.019l.122-.007h3.625zM28 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1H8V4a2 2 0 0 1 2-2h18zM14.091 14.287l-2.39-.001v2.437h2.39c.826 0 1.239-.411 1.239-1.224 0-.757-.359-1.16-1.088-1.208l-.151-.005z"}))})));ParkCallMessage.displayName="ParkCallMessage",ParkCallMessage.iconName="park-call-message",exports.default=ParkCallMessage},"./packages/juno-icon/src/ParkCallSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCallSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.429 12c0 5.554 4.217 10.117 9.488 10.281l.289.005 5.895-.001-1.598-1.596 1.215-1.214 3.665 3.667-3.666 3.665-1.213-1.213 1.597-1.597h-5.89c-6.105.002-11.155-5.008-11.48-11.351l-.013-.326-.003-.321h1.713zm10-6.857a7.294 7.294 0 0 1 7.281 7.024l.005.262a7.294 7.294 0 0 1-7.024 7.281l-.262.005a7.295 7.295 0 0 1-7.286-7.285 7.293 7.293 0 0 1 7.024-7.281l.262-.005zm.857 3.428h-1.714v4.598l2.791 2.901 1.209-1.213-2.286-2.399V8.571z"}))})));ParkCallSp.displayName="ParkCallSp",ParkCallSp.iconName="park-call_sp",exports.default=ParkCallSp},"./packages/juno-icon/src/ParkCallText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCallText=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c1.944 0 3.762.304 5.454.912 1.711.627 3.199 1.48 4.463 2.559s2.256 2.353 2.975 3.824C29.631 11.766 30 13.354 30 15.06s-.369 3.304-1.108 4.794c-.739 1.49-1.74 2.794-3.004 3.912s-2.751 2-4.462 2.647c-1.692.627-3.5.941-5.425.941-.369 0-.739-.01-1.108-.029s-.739-.059-1.108-.118l-.467-.088-.058.059c-.719.627-1.556 1.137-2.508 1.529s-2.012.608-3.179.647H5.59c-.35 0-.617-.162-.802-.485s-.18-.642.015-.956l.817-1.324c.292-.51.525-.946.7-1.309s.311-.681.408-.956l.029-.029-.292-.235c-.681-.569-1.293-1.186-1.837-1.853s-1.006-1.368-1.385-2.103c-.379-.735-.676-1.505-.89-2.309s-.331-1.608-.35-2.412v-.324c0-1.706.369-3.294 1.108-4.765.719-1.451 1.711-2.721 2.975-3.809s2.751-1.936 4.463-2.544C12.241 3.314 14.059 3 16.003 3zm0 1.882c-1.692 0-3.276.265-4.754.794s-2.761 1.25-3.85 2.162a10.343 10.343 0 0 0-2.596 3.25 8.707 8.707 0 0 0-.933 3.971c0 .765.097 1.52.292 2.265.214.765.51 1.495.89 2.191s.851 1.348 1.415 1.956a13.026 13.026 0 0 0 1.896 1.676c.136.098.243.23.321.397s.097.338.058.515c-.058.373-.185.789-.379 1.25S7.893 26.333 7.543 27l-.263.471h.292c.953-.039 1.818-.226 2.596-.559s1.458-.765 2.042-1.294l.175-.176c.117-.098.248-.172.394-.221s.287-.054.423-.015c.506.098.987.167 1.444.206s.909.059 1.356.059c1.672 0 3.247-.274 4.725-.824s2.766-1.294 3.865-2.235a10.26 10.26 0 0 0 2.581-3.324c.642-1.255.962-2.598.962-4.029s-.311-2.765-.933-4c-.622-1.235-1.483-2.309-2.581-3.221s-2.387-1.632-3.865-2.162c-1.478-.529-3.063-.794-4.754-.794zm.989 5.618c2.052 0 3.511 1.537 3.511 3.678 0 2.076-1.377 3.591-3.328 3.687l-.197.005h-3.303v2.493c0 .57-.332 1.007-.84 1.113l-.12.019-.126.006c-.602 0-1.027-.418-1.081-1.009l-.006-.129V11.64c0-.614.385-1.073.96-1.132l.126-.006h4.402zm-.307 2.098h-3.009v3.173h3.009c1.062 0 1.612-.547 1.612-1.593 0-.982-.486-1.518-1.439-1.575l-.173-.005z"}))})));ParkCallText.displayName="ParkCallText",ParkCallText.iconName="park-call-text",exports.default=ParkCallText},"./packages/juno-icon/src/ParkLocation.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkLocation=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 2a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8h12zm0 2H10a6 6 0 0 0-5.996 5.775L4 10v12a6 6 0 0 0 5.775 5.996L10 28h12a6 6 0 0 0 5.996-5.775L28 22V10a6 6 0 0 0-5.775-5.996L22 4zm-4.639 5.226c2.548 0 4.333 1.816 4.333 4.399 0 2.379-1.6 4.129-3.912 4.328l-.219.014-.221.005-2.959-.001.001 3.527c0 .58-.467 1.05-1.046 1.05-.488 0-.904-.337-1.017-.812l-.022-.122-.007-.116V11.039c0-.888.638-1.635 1.499-1.787l.154-.021.153-.007h3.262zm-.417 1.922h-2.561v4.903h2.561c1.679 0 2.612-.871 2.612-2.424s-.831-2.409-2.411-2.475l-.201-.004z"}))})));ParkLocation.displayName="ParkLocation",ParkLocation.iconName="park-location",exports.default=ParkLocation},"./packages/juno-icon/src/ParkLocationFull.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkLocationFull=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 2a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8h12zm-4.639 7.226h-3.262l-.153.007-.154.021a1.813 1.813 0 0 0-1.499 1.787V21.5l.007.116.022.122c.113.475.529.812 1.017.812.578 0 1.046-.47 1.046-1.05l-.001-3.527 2.959.001.221-.005.219-.014c2.312-.2 3.912-1.95 3.912-4.328 0-2.582-1.785-4.399-4.333-4.399zm-.417 1.922.201.004c1.58.066 2.411.921 2.411 2.475s-.933 2.424-2.612 2.424h-2.561v-4.903h2.561z"}))})));ParkLocationFull.displayName="ParkLocationFull",ParkLocationFull.iconName="park-location-full",exports.default=ParkLocationFull},"./packages/juno-icon/src/ParkedCallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkedCallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.792 2.353a3.425 3.425 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.355-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.15.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.799.221-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.274-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM24.634.986l.321.005c.736.022 1.382.123 1.938.301.636.204 1.161.489 1.575.855s.72.804.918 1.314c.198.51.297 1.068.297 1.674 0 .63-.105 1.207-.315 1.732s-.525.976-.945 1.354c-.42.378-.945.672-1.575.882s-1.368.315-2.214.315h-1.818v4.581h-2.421V.985h4.239zm0 1.872h-1.818v4.671h1.818c.444 0 .831-.056 1.161-.167s.603-.27.819-.477c.216-.207.378-.459.486-.756s.162-.628.162-.995c0-.348-.054-.663-.162-.945s-.27-.522-.486-.72c-.216-.198-.489-.349-.819-.454s-.717-.158-1.161-.158z"}))})));ParkedCallBorder.displayName="ParkedCallBorder",ParkedCallBorder.iconName="parked-call_border",exports.default=ParkedCallBorder},"./packages/juno-icon/src/PartnerCloudContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PartnerCloudContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H7.986V3H28zM5.971 3v26H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.971zm18.024 14.014H13.982a2 2 0 0 0-2 2v5.047h14.013v-5.047a2 2 0 0 0-2-2zM19 7a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));PartnerCloudContact.displayName="PartnerCloudContact",PartnerCloudContact.iconName="partner_cloud_contact",exports.default=PartnerCloudContact},"./packages/juno-icon/src/Pause.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Pause=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 5c1.054 0 1.918.816 1.995 1.851L14 7v18a2 2 0 0 1-1.851 1.994L12 27H8a2.001 2.001 0 0 1-1.995-1.851L6 25V7c0-1.054.816-1.918 1.851-1.995L8 5h4zm12 0a2 2 0 0 1 1.994 1.851L26 7v18a2 2 0 0 1-1.851 1.994L24 27h-4a2 2 0 0 1-1.994-1.851L18 25V7c0-1.054.816-1.918 1.851-1.995L20 5h4z"}))})));Pause.displayName="Pause",Pause.iconName="pause",exports.default=Pause},"./packages/juno-icon/src/PauseBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PauseBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 25H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm1-20H8a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm11 20h-2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm1-20h-4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z"}))})));PauseBorder.displayName="PauseBorder",PauseBorder.iconName="pause_border",exports.default=PauseBorder},"./packages/juno-icon/src/PauseCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PauseCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-3 8a1 1 0 0 0-.993.883L12 11v10a1 1 0 0 0 1.993.117L14 21V11a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-.993.883L18 11v10a1 1 0 0 0 1.993.117L20 21V11a1 1 0 0 0-1-1z"}))})));PauseCircle.displayName="PauseCircle",PauseCircle.iconName="pause_circle",exports.default=PauseCircle},"./packages/juno-icon/src/PauseCircleBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PauseCircleBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-3 6a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1z"}))})));PauseCircleBorder.displayName="PauseCircleBorder",PauseCircleBorder.iconName="pause_circle_border",exports.default=PauseCircleBorder},"./packages/juno-icon/src/PaymentMethod.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PaymentMethod=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 9a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9zm3-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5z"}),React.createElement("path",{d:"M3 12h26v4H3v-4zM6 21a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1z"}))})));PaymentMethod.displayName="PaymentMethod",PaymentMethod.iconName="payment-method",exports.default=PaymentMethod},"./packages/juno-icon/src/Pdf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PdfD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/PdfD.tsx")),Pdf=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(PdfD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#e6413c",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#e6413c",d:"M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8zm4.239 3.029-.049-.057a.839.839 0 0 0-.9-.225c-.311.104-.569.365-.719.825-.264.808-.106 2.047.432 3.062l.076.137.08.134a24.63 24.63 0 0 1-1.257 2.712c-.948.334-1.704.773-2.25 1.306-.718.701-1.018 1.403-.802 1.933.115.282.36.467.667.514l.078.009.081.003.097-.004a1.59 1.59 0 0 0 .722-.268c.497-.325 1.116-1.18 1.753-2.271l.091-.157.183-.324a12.122 12.122 0 0 1 2.4-.469c.213-.021.425-.037.631-.049.852.897 1.556 1.376 2.209 1.497.088.016.177.027.264.033l.13.004.102-.003c.494-.026.899-.237 1.096-.579a.871.871 0 0 0-.009-.89c-.37-.641-1.462-.981-3.075-.981l-.169.001-.17.004-.26-.297-.236-.281-.267-.328-.959-1.201-.041-.05c.237-.679.373-1.234.403-1.654.07-.97-.018-1.633-.28-2.02l-.048-.066zm-3.106 7.909-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.001.009.044-.004.05-.011a.854.854 0 0 0 .233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103.104.087.111.088c.33.251.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 0 0 .328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097-.127.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 0 1 1.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127-.021.021-.022.029a.793.793 0 0 0-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z"}))})));Pdf.displayName="Pdf",Pdf.iconName="pdf",exports.default=Pdf},"./packages/juno-icon/src/PdfBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PdfBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.419 17.2c.762 0 1.422.094 1.986.285.562.19 1.027.461 1.397.811.37.346.643.763.819 1.258.182.493.272 1.04.272 1.64s-.096 1.152-.288 1.658c-.194.499-.478.93-.853 1.293a3.856 3.856 0 0 1-1.405.846c-.557.197-1.2.294-1.928.294H4.584v3.766c0 .523-.395.949-.882.949s-.88-.426-.88-.949V17.809c0-.336.253-.61.565-.61h3.032zm9.504 0c.883 0 1.685.155 2.406.464a5.358 5.358 0 0 1 1.861 1.31c.518.558.918 1.232 1.2 2.022.286.786.43 1.653.43 2.603 0 .957-.144 1.827-.43 2.611a5.902 5.902 0 0 1-1.2 2.024 5.405 5.405 0 0 1-1.861 1.301c-.722.309-1.523.464-2.406.464h-3.776c-.381 0-.69-.333-.69-.742V17.942c0-.41.309-.742.69-.742h3.776zm13.384 0c.395 0 .715.346.715.771s-.32.771-.715.771h-4.875v4.286h4.048c.395 0 .715.346.715.771s-.32.771-.715.771h-4.048v4.475c0 .526-.397.954-.885.954-.49 0-.885-.427-.885-.954V17.576c0-.208.157-.378.35-.378h6.294zm-13.384 1.533h-2.696v9.734h2.696a4.16 4.16 0 0 0 1.688-.33 3.493 3.493 0 0 0 1.29-.954c.358-.422.634-.934.827-1.534s.29-1.283.29-2.05c0-.76-.096-1.442-.29-2.042-.194-.606-.469-1.117-.827-1.533a3.443 3.443 0 0 0-1.29-.963 4.177 4.177 0 0 0-1.688-.33zm-9.504-.045H4.584v5.099h1.835c.446 0 .838-.062 1.174-.187.342-.125.626-.301.853-.526.23-.232.405-.504.52-.819.117-.322.174-.675.174-1.061 0-.779-.227-1.39-.678-1.837-.446-.445-1.128-.669-2.043-.669zM19.248 2a2 2 0 0 1 1.317.494l6.752 5.907c.434.381.683.93.683 1.506V15a1 1 0 0 1-2 0v-4.638c0-.288-.125-.563-.341-.752l-6.128-5.362A.997.997 0 0 0 18.872 4H7a1 1 0 0 0-1 1v10a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2h13.248z"}))})));PdfBorder.displayName="PdfBorder",PdfBorder.iconName="pdf_border",exports.default=PdfBorder},"./packages/juno-icon/src/PdfD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PdfD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#43201f",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#de4944",d:"M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8z"}),React.createElement("path",{fill:"#f1f1f1",d:"M15.208 10.748a.834.834 0 0 1 .9.225l.049.057.048.066c.262.387.35 1.05.28 2.02-.03.42-.166.975-.403 1.654l.041.05.959 1.201.267.328.236.281.26.297.17-.004.169-.001c1.613 0 2.705.34 3.075.981a.871.871 0 0 1 .009.89c-.197.341-.602.552-1.096.579l-.102.003-.13-.004a2.44 2.44 0 0 1-.264-.033c-.653-.12-1.357-.6-2.209-1.497-.206.012-.417.028-.631.049-.768.074-1.605.222-2.4.469l-.183.323-.091.157c-.637 1.091-1.256 1.946-1.753 2.271a1.59 1.59 0 0 1-.722.268l-.097.004-.081-.003-.078-.009a.836.836 0 0 1-.667-.514c-.216-.53.084-1.232.802-1.933.546-.533 1.302-.972 2.25-1.306a24.63 24.63 0 0 0 1.257-2.712l-.08-.134-.076-.137c-.537-1.015-.695-2.253-.432-3.062.15-.459.408-.72.719-.825zm-2.156 8.19-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.002.009.044-.004.05-.011a.854.854 0 0 0 .233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103.104.086.111.088c.33.252.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 0 0 .328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097-.128.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 0 1 1.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127-.021.021-.022.029a.793.793 0 0 0-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z"}))})));PdfD.displayName="PdfD",PdfD.iconName="pdf-D",exports.default=PdfD},"./packages/juno-icon/src/People.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),People=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 18c7.067 0 13 4.315 13 10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2c0-5.685 5.933-10 13-10zm0-16a7 7 0 1 1 0 14 7 7 0 0 1 0-14z"}))})));People.displayName="People",People.iconName="people",exports.default=People},"./packages/juno-icon/src/PersonalMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PersonalMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.777 1.777 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.876v-9.79z"}),React.createElement("path",{d:"M14.373 16.369c1.169-.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384.756 2.434 1.925 2.837-3.097.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984.936 2.984 2.985h1.493c0-2.211-.284-4.072-3.381-4.415zm-2.624-2.836c0-1.131.823-1.533 1.528-1.533s1.528.402 1.528 1.533c0 .958-.571 1.531-1.528 1.531s-1.528-.573-1.528-1.531z"}))})));PersonalMeeting.displayName="PersonalMeeting",PersonalMeeting.iconName="personal-meeting",exports.default=PersonalMeeting},"./packages/juno-icon/src/Phone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Phone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.228 14.296c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.078c-.004.003.001-.001.009-.015l.076-.093c.226-.238.417-.428.575-.573.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905.599.566 1.221 1.131 1.865 1.697s1.489 1.28 2.534 2.141c.586.482.976 1.073 1.157 1.757.184.694.125 1.365-.161 1.937-.193.479-.565 1.044-1.117 1.713-.544.659-1.035 1.155-1.456 1.47-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.989 24.989 0 0 1-3.475-2.719 36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716.735-.115 1.455-.01 2.133.308s1.204.818 1.577 1.5a33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083a2.256 2.256 0 0 1-.223.12 1.99 1.99 0 0 0-.144.067c.027.132.084.31.182.548z"}))})));Phone.displayName="Phone",Phone.iconName="phone",exports.default=Phone},"./packages/juno-icon/src/PhoneBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm-.849 1.811a1.627 1.627 0 0 0-.976-.142c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 0 1-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063z"}))})));PhoneBorder.displayName="PhoneBorder",PhoneBorder.iconName="phone_border",exports.default=PhoneBorder},"./packages/juno-icon/src/PhoneInbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneInbox=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 7a1 1 0 0 1 .117 1.993L10 9H7.7l-3.273 9h4.745c.729 0 1.431.266 1.977.743l.145.136 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.006h4.744l-3.272-9H22a1 1 0 0 1-.117-1.993L22 7.001h2.3a2 2 0 0 1 1.82 1.171l.059.145 3.761 10.342a.978.978 0 0 1 .053.226l.007.116v7a2 2 0 0 1-1.851 1.994l-.149.006H4a2 2 0 0 1-1.994-1.851L2 26.001v-7c0-.078.009-.155.027-.23l.033-.111L5.821 8.318a1.999 1.999 0 0 1 1.723-1.31l.157-.006h2.3zm6-5a1 1 0 0 1 1 1v10.999l1.95-1.949a.999.999 0 1 1 1.414 1.414l-3.657 3.657a.999.999 0 0 1-1.414 0l-3.657-3.657a.999.999 0 1 1 1.414-1.414L15 14.001V3a1 1 0 0 1 1-1z"}))})));PhoneInbox.displayName="PhoneInbox",PhoneInbox.iconName="phone-inbox",exports.default=PhoneInbox},"./packages/juno-icon/src/PhoneInboxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneInboxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 7a1 1 0 0 1 .117 1.993L10 9H7.7l-3.273 9h4.745c.729 0 1.431.266 1.977.743l.145.136 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.006h4.744l-3.272-9H22a1 1 0 0 1-.117-1.993L22 7.001h2.3a2 2 0 0 1 1.82 1.171l.059.145 3.761 10.342a.978.978 0 0 1 .053.226l.007.116v7a2 2 0 0 1-1.851 1.994l-.149.006H4a2 2 0 0 1-1.994-1.851L2 26.001v-7c0-.078.009-.155.027-.23l.033-.111L5.821 8.318a1.999 1.999 0 0 1 1.723-1.31l.157-.006h2.3zm18 19v-6h-5.172a1 1 0 0 0-.608.206l-.099.087-1.828 1.828a3 3 0 0 1-1.923.872l-.198.006h-4.343a3.006 3.006 0 0 1-1.977-.743l-.145-.136-1.828-1.828a.996.996 0 0 0-.576-.284l-.132-.009H3.999v6h24zM16 2a1 1 0 0 1 1 1v10.999l1.95-1.949a.999.999 0 1 1 1.414 1.414l-3.657 3.657a.999.999 0 0 1-1.414 0l-3.657-3.657a.999.999 0 1 1 1.414-1.414L15 14.001V3a1 1 0 0 1 1-1z"}))})));PhoneInboxBorder.displayName="PhoneInboxBorder",PhoneInboxBorder.iconName="phone-inbox_border",exports.default=PhoneInboxBorder},"./packages/juno-icon/src/PhoneOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.373 17.3c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a34.21 34.21 0 0 1-1.339-1.27l5.212-5.216.048.041c.319.269.611.477.874.623.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483zm8.062-13.321a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.117.314.304.677.56 1.086l-5.28 5.281c-1.239-1.551-2.272-3.085-3.099-4.599-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308z"}))})));PhoneOff.displayName="PhoneOff",PhoneOff.iconName="phone-off",exports.default=PhoneOff},"./packages/juno-icon/src/PhoneOffBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneOffBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.373 17.3c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a34.21 34.21 0 0 1-1.339-1.27l1.414-1.415c.282.283.566.557.852.823l.431.394a22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695a71.406 71.406 0 0 1-1.764-1.573l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233 7.973 7.973 0 0 1-1.367-.993l1.416-1.419.048.041c.319.269.611.477.874.623.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483zm8.062-13.321a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.117.314.304.677.56 1.086l-1.444 1.446c-.07-.103-.137-.205-.201-.306a8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.74 1.355 1.664 2.737 2.767 4.135L8.508 20.66c-1.239-1.551-2.272-3.085-3.099-4.599-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308z"}))})));PhoneOffBorder.displayName="PhoneOffBorder",PhoneOffBorder.iconName="phone-off_border",exports.default=PhoneOffBorder},"./packages/juno-icon/src/PhoneS.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneS=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.917 19.961c-.771-.449-1.676-1.258-2.708-2.509-.955-1.192-1.557-2.191-1.871-3.004-.209-.54-.264-.915-.242-1.206.208-.178.41-.307.647-.412.087-.044.17-.088.26-.137l.23-.126c.399-.225.7-.435.974-.706.866-.857 1.015-2.138.352-3.146-1.329-2.041-2.285-3.65-3.067-5.232-.597-1.085-1.739-1.642-2.899-1.443-.893.126-2.747 1.043-3.516 1.715-3.168 2.796-1.505 10.028 4.506 17.424 4.493 5.506 9.488 8.822 13.431 8.822 1.152 0 2.125-.294 2.843-.916.831-.648 2.118-2.233 2.422-3.049.488-1.008.151-2.266-.802-3.06-2.144-1.849-3.311-2.895-4.54-4.11-.779-.822-2.152-.96-3.163-.31-.377.248-.632.492-1.043.95l-.203.227a7.645 7.645 0 0 1-.562.607c-.227-.001-.566-.096-1.049-.377v-.001z"}))})));PhoneS.displayName="PhoneS",PhoneS.iconName="phone_s",exports.default=PhoneS},"./packages/juno-icon/src/PickUpCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PickUpCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.064 16.054a2.241 2.241 0 0 1 2.146 2.168c.054.846.025 1.695.036 2.543l-.018.279c3.111.906 8.414.901 11.523-.014l-.011-2.01a3.597 3.597 0 0 1 .223-1.575 2.116 2.116 0 0 1 1.919-1.353 90.817 90.817 0 0 1 4.868.009 2.262 2.262 0 0 1 2.167 2.102c.022.275.039.613.052.984l.02.775.01.804v1.137l-.008.63c-.032.772-.313 2.513-.8 3.109a1.638 1.638 0 0 0-.08.149l-.649.673-.71.518c-.119.085-.239.169-.362.249a16.805 16.805 0 0 1-4.005 1.772l-.529.146c-2.453.707-6.002 1.02-8.552.927-3.121-.131-7.154-.682-10.021-1.992a10.117 10.117 0 0 1-2.869-1.852c-.858-.747-1.362-3.825-1.389-4.969l-.02-1.148a20.044 20.044 0 0 1 .031-1.717c.109-1.461.956-2.316 2.407-2.368a65.916 65.916 0 0 1 4.621.025zm-4.549 1.974-.165.01c-.211.022-.271.084-.302.317l-.017.182-.021.393-.009.427.004.73.02 1.128c.02.888.461 3.296.742 3.541a8.167 8.167 0 0 0 2.018 1.358l.329.148c2.432 1.111 6.133 1.681 9.263 1.812 2.158.079 5.316-.16 7.447-.719l.532-.146a14.715 14.715 0 0 0 3.938-1.654l.221-.15.629-.459.346-.359.068-.109.085-.104c.213-.261.337-1.587.35-1.879l.007-.581.002-.92-.01-.916-.013-.574-.018-.52-.023-.445a7.104 7.104 0 0 0-.014-.188c-.011-.142-.118-.247-.229-.25a90.072 90.072 0 0 0-4.764-.009.111.111 0 0 0-.097.064 1.586 1.586 0 0 0-.104.558l.012.296.02 3.515-1.444.425c-3.324.978-8.847 1.025-12.191.142l-.455-.126-1.517-.442.093-1.834-.002-1.41-.005-.36-.01-.314-.016-.309a.25.25 0 0 0-.167-.233l-.057-.01a64.05 64.05 0 0 0-4.473-.025zM16 2c.32 0 .604.15.787.383a.994.994 0 0 1 .091.081l5.657 5.657a.999.999 0 1 1-1.414 1.414l-4.122-4.122v12.586a1 1 0 0 1-2 0V5.412l-4.121 4.123a.999.999 0 1 1-1.414-1.414l5.657-5.657.094-.083A.998.998 0 0 1 15.999 2z"}))})));PickUpCall.displayName="PickUpCall",PickUpCall.iconName="pick_up_call",exports.default=PickUpCall},"./packages/juno-icon/src/Pin.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Pin=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.302 14.798a1.141 1.141 0 0 1 0-1.613 10.248 10.248 0 0 1 8.724-2.901l5.045-8.715a1.14 1.14 0 0 1 1.793-.234l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-8.715 5.046a10.246 10.246 0 0 1-2.901 8.723 1.141 1.141 0 0 1-1.613 0l-5.644-5.644-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256-5.644-5.644z"}))})));Pin.displayName="Pin",Pin.iconName="pin",exports.default=Pin},"./packages/juno-icon/src/PinWindow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PinWindow=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.59 1.52C27.684.617 26.434.058 25.054.058s-2.63.558-3.536 1.462a4.984 4.984 0 0 0-1.452 3.524c0 .955.268 1.848.732 2.607l-.012-.022-6.579 6.578 1.696 1.698 6.579-6.579a4.945 4.945 0 0 0 2.571.728H25.067a4.987 4.987 0 0 0 4.987-4.987v-.012.001-.014c0-1.376-.56-2.621-1.464-3.52zm-1.696 5.374a2.603 2.603 0 0 1-3.684-3.679 2.603 2.603 0 0 1 3.684 3.678h-.002zm.244 6.592A90.8 90.8 0 0 1 27.199 17c0 11.061-1.232 12.2-13.198 12.2S.801 28.059.801 17s1.234-12.2 13.2-12.2h.8v2.4h-.8c-10.598 0-10.8.182-10.8 9.8s.2 9.8 10.8 9.8c10.6 0 10.8-.182 10.8-9.8 0-1.283-.019-2.422-.059-3.416l2.397-.098z"}))})));PinWindow.displayName="PinWindow",PinWindow.iconName="pin-window",exports.default=PinWindow},"./packages/juno-icon/src/PivotalTracker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PivotalTracker=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.001 2.003c7.718 0 13.996 6.278 13.996 13.995 0 7.72-6.278 13.999-13.996 13.999S2.003 23.717 2.003 15.998c0-7.717 6.279-13.995 13.998-13.995zm0 2.834c-6.165 0-11.163 4.997-11.163 11.161 0 6.167 4.998 11.165 11.163 11.165s11.162-4.999 11.162-11.165c0-6.165-4.997-11.161-11.162-11.161zm-.949 13.195a2.226 2.226 0 0 0 1.531.135l3.125 5.413-3.555 2.052-2.745-4.754zm-1.286-1.838c.046.518.272 1.012.649 1.391l-3.127 5.417-3.555-2.054 2.746-4.753zm10.655.385v4.104H18.93l-1.644-2.847a2.241 2.241 0 0 0 .881-1.256h6.255zm-3.71-7.581 3.554 2.052-2.747 4.756h-3.285a2.242 2.242 0 0 0-.65-1.394l3.127-5.415zm-7.638 2.318 1.643 2.844a2.225 2.225 0 0 0-.882 1.26H7.582v.035H7.58v-4.14h5.493zm2.773-4.95 2.746 4.755-1.643 2.846a2.24 2.24 0 0 0-1.53-.137l-3.125-5.412 3.552-2.052z"}))})));PivotalTracker.displayName="PivotalTracker",PivotalTracker.iconName="pivotal-tracker",exports.default=PivotalTracker},"./packages/juno-icon/src/Play.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Play=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m10.614 5.267.193.101 16.217 9.164c1.294.837 1.303 2.087.017 2.934l-.214.13-16.185 9.128c-1.409.694-2.538.035-2.633-1.519l-.007-.217-.003-17.973.005-.201c.087-1.567 1.206-2.229 2.609-1.547z"}))})));Play.displayName="Play",Play.iconName="play",exports.default=Play},"./packages/juno-icon/src/PlayBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PlayBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m10.614 5.267.193.101 16.217 9.164c1.294.837 1.303 2.087.017 2.934l-.214.13-16.185 9.128c-1.409.694-2.538.035-2.633-1.519l-.007-.217-.003-17.973.005-.201c.087-1.567 1.206-2.229 2.609-1.547zm-.615 1.941.003 17.587 15.576-8.789L9.999 7.208z"}))})));PlayBorder.displayName="PlayBorder",PlayBorder.iconName="play_border",exports.default=PlayBorder},"./packages/juno-icon/src/PlayCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PlayCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-2.693 8.146c-.662-.351-1.198-.049-1.292.706l-.012.138-.003.11.002 9.803.003.119c.045.801.551 1.166 1.201.885l.116-.056.089-.051 8.11-4.998c.605-.435.637-1.064.099-1.518l-.108-.083-.093-.061-8.112-4.993z"}))})));PlayCircle.displayName="PlayCircle",PlayCircle.iconName="play_circle",exports.default=PlayCircle},"./packages/juno-icon/src/PlayCircleBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PlayCircleBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-3.432 5.17.116.065 9.73 5.832c.776.533.782 1.328.01 1.867l-.128.083-9.711 5.808c-.845.442-1.523.022-1.58-.967l-.004-.138-.002-11.437.003-.128c.052-.997.724-1.418 1.565-.984zm.431 2.584.002 8.494 7.093-4.245-7.095-4.249z"}))})));PlayCircleBorder.displayName="PlayCircleBorder",PlayCircleBorder.iconName="play_circle_border",exports.default=PlayCircleBorder},"./packages/juno-icon/src/Poll.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Poll=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-14 8a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-1-1zm5-3a1 1 0 0 0-1 1v10a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1zm5 5a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1z"}))})));Poll.displayName="Poll",Poll.iconName="poll",exports.default=Poll},"./packages/juno-icon/src/PollBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PollBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-.993.883L7 8v16a1 1 0 0 0 .883.993L8 25h16a1 1 0 0 0 .993-.883L25 24V8a1 1 0 0 0-1-1zm-13 6a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1zm5-3a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1zm5 5a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0v-5a1 1 0 0 1 1-1z"}))})));PollBorder.displayName="PollBorder",PollBorder.iconName="poll_border",exports.default=PollBorder},"./packages/juno-icon/src/PoorConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PoorConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",opacity:.32,d:"M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2z"}),React.createElement("path",{fill:"#000",d:"M5 20h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z"}))})));PoorConnection.displayName="PoorConnection",PoorConnection.iconName="poor-connection",exports.default=PoorConnection},"./packages/juno-icon/src/PopIn.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PopIn=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8a1 1 0 0 1 2 0v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9zm12.885-1.295a.998.998 0 0 1 1.493 1.316l-.083.094L14.41 19H20a1 1 0 0 1 .117 1.993L20 21h-8a1 1 0 0 1-.993-.883L11 20v-8a1 1 0 0 1 1.993-.117L13 12v5.59L26.885 3.705z"}))})));PopIn.displayName="PopIn",PopIn.iconName="pop-in",exports.default=PopIn},"./packages/juno-icon/src/PopOut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PopOut=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8a1 1 0 0 1 2 0v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9zm14-2a1 1 0 0 1 .993.883L29 4v8a1 1 0 0 1-1.993.117L27 12V6.41L13.115 20.295a.998.998 0 0 1-1.493-1.316l.083-.094L25.59 5H20a1 1 0 0 1-.117-1.993L20 3h8z"}))})));PopOut.displayName="PopOut",PopOut.iconName="pop-out",exports.default=PopOut},"./packages/juno-icon/src/Ppt.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PptD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/PptD.tsx")),Ppt=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(PptD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#d5583c",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#d5583c",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm2.245 8.984v-3.102h2.217c.301 0 .57.032.808.095s.432.158.582.284c.15.151.257.322.319.511s.094.41.094.662c0 .252-.031.473-.094.662s-.169.359-.319.511c-.15.126-.344.221-.582.284s-.507.095-.808.095h-2.217zm-.939-4.048h3.532c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436z"}))})));Ppt.displayName="Ppt",Ppt.iconName="ppt",exports.default=Ppt},"./packages/juno-icon/src/PptD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PptD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#43261f",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#d5583c",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z"}),React.createElement("path",{fill:"#f1f1f1",d:"M16.756 12.936c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436h3.532zm-.375.946h-2.217v3.102h2.217c.301 0 .57-.032.808-.095s.432-.158.582-.284c.15-.151.257-.322.319-.511s.094-.41.094-.662c0-.252-.031-.473-.094-.662s-.169-.359-.319-.511c-.15-.126-.344-.221-.582-.284s-.507-.095-.808-.095z"}))})));PptD.displayName="PptD",PptD.iconName="ppt-D",exports.default=PptD},"./packages/juno-icon/src/Previous.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Previous=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.899 6.101a.999.999 0 0 1 0 1.414L7.413 15h19.586a1 1 0 0 1 0 2H7.411l7.488 7.486a.999.999 0 1 1-1.414 1.414l-9.192-9.192a.999.999 0 0 1 0-1.414l9.192-9.192a.999.999 0 0 1 1.414 0z"}))})));Previous.displayName="Previous",Previous.iconName="previous",exports.default=Previous},"./packages/juno-icon/src/PurchaseCart.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PurchaseCart=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 28a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM29.217 7.024a1 1 0 0 1 .759 1.193l-2 9a1 1 0 1 1-1.952-.434l2-9a1 1 0 0 1 1.193-.759zM2 3a1 1 0 0 1 1-1h2c.489 0 .906.353.986.836L8.847 20H27a1 1 0 0 1 0 2H8a.999.999 0 0 1-.986-.836L4.153 4H3a1 1 0 0 1-1-1zM24 28a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}),React.createElement("path",{d:"M5 8a1 1 0 0 1 1-1h23a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1zM7 17a1 1 0 0 1 1-1h19a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1z"}))})));PurchaseCart.displayName="PurchaseCart",PurchaseCart.iconName="purchase-cart",exports.default=PurchaseCart},"./packages/juno-icon/src/PushToTalk.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PushToTalk=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 1a1 1 0 0 1 1 1l-.001 3.008 11.997.001a3 3 0 0 1 2.993 2.795l.007.205v12.387c0 .591-.175 1.169-.502 1.662l-1.543 2.317-.686 4.119a3 3 0 0 1-2.777 2.501l-.182.006H10.695a3 3 0 0 1-2.959-2.507l-.687-4.119-1.536-2.32a2.999 2.999 0 0 1-.491-1.436l-.008-.22V8.01a3 3 0 0 1 3-3H10V2.002a1 1 0 0 1 1-1zm12.996 6.009H8.014a1 1 0 0 0-1 1v12.389c0 .196.058.388.166.552l1.772 2.676.756 4.539a1 1 0 0 0 .986.836h10.611a1 1 0 0 0 .986-.836l.757-4.54 1.78-2.675c.109-.164.167-.357.167-.554V8.009a1 1 0 0 0-1-1zM18 24a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm2-4a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zm.667-9.667a1 1 0 0 1 1 1v4.333a1 1 0 0 1-1 1h-9.333a1 1 0 0 1-1-1v-4.333a1 1 0 0 1 1-1h9.333zm-1 2h-7.333v2.333h7.333v-2.333z"}))})));PushToTalk.displayName="PushToTalk",PushToTalk.iconName="push-to-talk",exports.default=PushToTalk},"./packages/juno-icon/src/Quote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Quote=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-15 4a3 3 0 0 1 2.98 2.65l.015.185.005.164-.004.147a2.529 2.529 0 0 1-.01.152l.001-.031a6.958 6.958 0 0 1-3.056 5.525.5.5 0 0 1-.579-.818 6.018 6.018 0 0 0 2.026-2.31 3 3 0 1 1-1.376-5.666zm8 0a3 3 0 0 1 2.98 2.65l.015.185.005.164-.004.147a2.529 2.529 0 0 1-.01.152v-.031a6.958 6.958 0 0 1-3.056 5.525.5.5 0 0 1-.579-.818 6.018 6.018 0 0 0 2.026-2.31 3 3 0 1 1-1.376-5.666z"}))})));Quote.displayName="Quote",Quote.iconName="quote",exports.default=Quote},"./packages/juno-icon/src/Radio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Radio=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 2.5C8.544 2.5 2.5 8.544 2.5 16S8.544 29.5 16 29.5 29.5 23.456 29.5 16 23.456 2.5 16 2.5zM16 7c4.971 0 9 4.029 9 9s-4.029 9-9 9-9-4.029-9-9 4.029-9 9-9z"}))})));Radio.displayName="Radio",Radio.iconName="radio",exports.default=Radio},"./packages/juno-icon/src/RadioUnselect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RadioUnselect=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 2.5C8.544 2.5 2.5 8.544 2.5 16S8.544 29.5 16 29.5 29.5 23.456 29.5 16 23.456 2.5 16 2.5z"}))})));RadioUnselect.displayName="RadioUnselect",RadioUnselect.iconName="radio_unselect",exports.default=RadioUnselect},"./packages/juno-icon/src/RbnOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RbnOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.728 3.272a2 2 0 0 1 0 2.828L6.101 28.727a2 2 0 1 1-2.828-2.828L25.9 3.272a2 2 0 0 1 2.828 0zm-.41 6.068A13.96 13.96 0 0 1 30 16c0 3.771-1.501 7.31-4.12 9.919a1.999 1.999 0 1 1-2.822-2.834A9.961 9.961 0 0 0 26.001 16a9.994 9.994 0 0 0-.688-3.654l3.006-3.006zM8.919 6.107a2 2 0 0 1 .003 2.828A9.961 9.961 0 0 0 6 15.999c0 1.274.239 2.509.688 3.655L3.682 22.66a13.964 13.964 0 0 1-1.683-6.661c0-3.757 1.489-7.283 4.091-9.89a2 2 0 0 1 2.828-.003zm14.81 7.823a8.013 8.013 0 0 1-2.051 7.706 2 2 0 0 1-2.849-2.808l4.901-4.899zm-10.646-3.541a2 2 0 0 1 .159 2.699l-.115.129-4.856 4.855A8.028 8.028 0 0 1 8 16c0-2.105.819-4.086 2.255-5.567a2 2 0 0 1 2.828-.044z"}))})));RbnOff.displayName="RbnOff",RbnOff.iconName="rbn-off",exports.default=RbnOff},"./packages/juno-icon/src/RbnOn.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RbnOn=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.919 6.107a2 2 0 0 1 .003 2.828A9.963 9.963 0 0 0 6 15.999a9.96 9.96 0 0 0 2.962 7.104 2 2 0 1 1-2.815 2.841A13.962 13.962 0 0 1 2 15.999c0-3.757 1.489-7.283 4.091-9.89a2 2 0 0 1 2.828-.003zm17.001.014A13.96 13.96 0 0 1 30 16c0 3.771-1.501 7.31-4.12 9.919a1.999 1.999 0 1 1-2.822-2.834A9.961 9.961 0 0 0 26.001 16a9.962 9.962 0 0 0-2.915-7.057 2 2 0 1 1 2.834-2.822zm-12.837 4.268a2 2 0 0 1 .159 2.699l-.115.129A3.976 3.976 0 0 0 12 16c0 1.028.388 1.99 1.071 2.724l.163.165a2 2 0 1 1-2.767 2.889A7.98 7.98 0 0 1 8 16c0-2.105.819-4.086 2.255-5.567a2 2 0 0 1 2.828-.044zm8.528-.092A7.981 7.981 0 0 1 24 16a7.98 7.98 0 0 1-2.322 5.636 2 2 0 1 1-2.838-2.818A3.982 3.982 0 0 0 20.001 16a3.975 3.975 0 0 0-1.037-2.687l-.158-.164a2 2 0 1 1 2.805-2.851z"}))})));RbnOn.displayName="RbnOn",RbnOn.iconName="rbn-on",exports.default=RbnOn},"./packages/juno-icon/src/RcApp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcApp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.015 2h-10.03c-2.649 0-3.921.246-5.244.953a6.715 6.715 0 0 0-2.788 2.788C2.246 7.063 2 8.336 2 10.985v10.03c0 2.649.246 3.921.953 5.244a6.715 6.715 0 0 0 2.788 2.788c1.322.707 2.595.953 5.244.953h10.03c2.649 0 3.921-.246 5.244-.953a6.715 6.715 0 0 0 2.788-2.788c.707-1.322.953-2.595.953-5.244v-10.03c0-2.649-.246-3.921-.953-5.244a6.715 6.715 0 0 0-2.788-2.788C24.937 2.246 23.664 2 21.015 2zM10.948 4.406l11.645.044.054.004.054.004.053.004.052.004.051.004.051.004.05.005.074.007.048.005.048.005.047.005.046.005.046.006.045.006.045.006.044.006.043.006.043.006.042.006.041.007.041.007a.918.918 0 0 1 .02.003l.04.007.04.007.039.007.019.004c.524.101.9.24 1.355.483a4.314 4.314 0 0 1 1.801 1.801c.244.456.382.832.483 1.355l.007.039.007.039a.142.142 0 0 0 .004.02l.007.04.007.041.007.041.003.021.006.042.006.043.006.043.006.044.006.044.006.045.006.046.005.046.005.047.005.048.005.048.005.049.007.075.004.051.004.051.004.052.004.053.004.054.004.054.004.055.003.056.003.056.003.057.003.058.003.059.004.09.002.061.002.062.002.062.003.095.003.097.002.099.002.101.001.068.001.104.001.07.001.107v10.4l-.001.109-.001.071-.001.07-.001.104-.001.068-.001.067-.002.099-.003.098-.002.064-.003.094-.003.093-.002.061-.004.09-.004.088-.003.058-.005.085-.003.056-.004.055-.004.054-.004.054-.004.053-.004.052-.004.051-.004.051-.005.05-.007.074-.005.048-.005.048-.005.047-.005.046-.006.046-.006.045-.006.044-.006.044-.006.043-.006.043-.006.042-.007.041-.007.041a.918.918 0 0 1-.003.02l-.007.04-.007.04-.007.039-.004.019c-.101.524-.24.9-.483 1.355a4.314 4.314 0 0 1-1.801 1.801 4.417 4.417 0 0 1-1.355.483l-.039.007-.039.007a.142.142 0 0 0-.02.004l-.04.007-.041.007-.041.007-.021.003-.042.006-.043.006-.043.006-.044.006-.045.006-.045.006-.046.006-.046.005-.047.005-.048.005-.048.005-.049.005-.075.007-.051.004-.051.004-.052.004-.053.004-.054.004-.054.004-.055.004-.056.003-.056.003-.057.003-.058.003-.059.003-.09.004-.061.002-.062.002-.062.002-.095.003-.097.003-.099.002-.101.002-.068.001-.174.002-.18.001h-.111l-11.645-.044-.054-.004-.054-.004-.053-.004-.052-.004-.051-.004-.051-.004-.05-.005-.074-.007-.048-.005-.048-.005-.047-.005-.046-.005-.046-.006-.045-.006-.045-.006-.044-.006-.043-.006-.043-.006-.042-.006-.041-.007-.041-.007a.918.918 0 0 1-.02-.003l-.04-.007-.04-.007-.039-.007-.019-.004c-.524-.101-.9-.24-1.355-.483a4.314 4.314 0 0 1-1.801-1.801 4.417 4.417 0 0 1-.483-1.355l-.007-.039-.007-.039a.142.142 0 0 0-.004-.02l-.007-.04-.007-.041-.007-.041-.003-.021-.006-.042-.006-.043-.006-.043-.006-.044-.006-.045-.006-.045-.006-.046-.005-.046-.005-.047-.005-.048-.005-.048-.005-.049-.007-.075-.004-.051-.004-.051-.004-.052-.004-.053-.004-.054-.004-.054-.004-.055-.003-.056-.003-.056-.003-.057-.003-.058-.003-.059-.004-.09-.002-.061-.002-.062-.002-.062-.003-.095-.003-.097-.002-.099-.002-.101-.001-.068-.001-.104-.001-.07-.001-.107v-10.4l.001-.109.001-.071.001-.07.001-.104.001-.068.001-.067.002-.099.002-.098.002-.064.003-.094.003-.093.002-.061.004-.09.004-.088.003-.058.005-.085.003-.056.004-.055.004-.054.004-.054.004-.053.004-.052.004-.051.004-.051.005-.05.007-.074.005-.048.005-.048.005-.047.005-.046.006-.046.006-.045.006-.044.006-.044.006-.043.006-.043.006-.042.007-.041.007-.041a.918.918 0 0 1 .003-.02l.007-.04.007-.04.007-.039.004-.019c.101-.524.24-.9.483-1.355a4.314 4.314 0 0 1 1.801-1.801 4.417 4.417 0 0 1 1.355-.483l.039-.007.039-.007a.142.142 0 0 0 .02-.004l.04-.007.041-.007.041-.007.021-.003.042-.006.043-.006.043-.006.044-.006.045-.006.045-.006.046-.006.046-.005.047-.005.048-.005.048-.005.049-.005.075-.007.051-.004.051-.004.052-.004.053-.004.054-.004.054-.004.055-.004.056-.003.056-.003.057-.003.058-.003.059-.003.09-.004.061-.002.062-.002.062-.002.095-.003.097-.003.099-.002.101-.002.068-.001.174-.002.18-.001h.111z"}),React.createElement("path",{d:"M11.426 24.081c.055.002.11-.007.162-.026a.381.381 0 0 0 .227-.227.41.41 0 0 0 .027-.162V11.98a.327.327 0 0 1 .368-.37h7.577c.049-.005.099.001.146.017s.089.044.124.08a.32.32 0 0 1 .089.273v3.648a.332.332 0 0 1-.088.274.327.327 0 0 1-.271.097h-3.413a.33.33 0 0 0-.375.37v1.617a4.86 4.86 0 0 0 .104 1.096c.079.326.216.635.404.912l2.355 3.695a.84.84 0 0 0 .785.393h3.072c.154 0 .255-.041.302-.128.021-.051.028-.107.02-.162s-.031-.106-.067-.149l-2.335-3.772c-.108-.154-.068-.277.117-.37l1.638-.738a2.751 2.751 0 0 0 1.283-1.063 3.168 3.168 0 0 0 .406-1.654v-5.358c0-.909-.235-1.598-.704-2.067s-1.159-.704-2.068-.704H10.687c-.89 0-1.574.235-2.053.704s-.719 1.159-.719 2.067v12.979a.41.41 0 0 0 .115.3c.04.039.087.069.138.088s.107.029.162.027h3.095z"}))})));RcApp.displayName="RcApp",RcApp.iconName="rc-app",exports.default=RcApp},"./packages/juno-icon/src/RcBlog.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcBlog=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 1a4 4 0 0 1 4 4v22a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5a4 4 0 0 1 4-4h22zm-8 22H8a1 1 0 0 0 0 2h11a1 1 0 0 0 0-2zm5-6H8a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2zM23 7H9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2v2H9V9h14z"}))})));RcBlog.displayName="RcBlog",RcBlog.iconName="rc_blog",exports.default=RcBlog},"./packages/juno-icon/src/RcCcBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcCcBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.7 21c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.3-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3zm18.6-8c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm-1-12h-2.1l3.1 3.1 3.1-3.1h-2.1v-4.7H17v-1.4c2.3-.5 4-2.5 4-4.9 0-2.8-2.2-5-5-5s-5 2.2-5 5c0 2.4 1.7 4.4 4 4.9v1.4H5.7V17H3.6l3.1 3.1 3-3.1h-2v-2.7h16.6V17zM13 6c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3-3-1.3-3-3z"}))})));RcCcBorder.displayName="RcCcBorder",RcCcBorder.iconName="rc-cc_border",exports.default=RcCcBorder},"./packages/juno-icon/src/RcCloudContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcCloudContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.906 4h16.188A3.912 3.912 0 0 1 28 7.913v7.285c0 2.86-2.71 4.652-4.673 5.232.882 1.667 2.262 4.193 4.142 7.57h-6.365l-4.2-7.285h-.275c-.477 0-1.603-.243-1.603-.721v-4.988h7.981V8.919H8.957v10.42c0 1.855 1.789 5.395 4.591 8.661H7.183C4.844 26.285 4 22.778 4 20.715V7.913A3.912 3.912 0 0 1 7.906 4z"}))})));RcCloudContact.displayName="RcCloudContact",RcCloudContact.iconName="rc_cloud_contact",exports.default=RcCloudContact},"./packages/juno-icon/src/RcContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f80",d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24z"}))})));RcContact.displayName="RcContact",RcContact.iconName="rc_contact",exports.default=RcContact},"./packages/juno-icon/src/RcHelp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcHelp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm1.205 20.001h-2.204V22h2.204v-1.999zM15.913 9c-.893 0-1.645.198-2.258.595-.97.621-1.593 1.933-1.655 3.42h2.25c0-.433.232-1.109.484-1.511s.679-.602 1.281-.602c.612 0 1.034.163 1.265.489s.346.687.346 1.084c0 .344-.104.66-.311.947a2.004 2.004 0 0 1-.451.462l-.568.446c-.56.438-.908.825-1.043 1.162s-.117 1.657-.148 2.539h2.102c.005-.417-.062-.437 0-.635.099-.313.298-1.587.599-1.822l.553-.43c.561-.438.939-.798 1.137-1.08.337-.464.506-1.035.506-1.714 0-1.106-.388-1.94-1.164-2.504s-1.75-.845-2.923-.845z"}))})));RcHelp.displayName="RcHelp",RcHelp.iconName="rc_help",exports.default=RcHelp},"./packages/juno-icon/src/RcLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#ff7a00",d:"M21.732 0H10.269C7.242 0 5.787.281 4.276 1.089a7.683 7.683 0 0 0-3.187 3.186C.281 5.786 0 7.241 0 10.268v11.463c0 3.027.281 4.482 1.089 5.993a7.672 7.672 0 0 0 3.187 3.186c1.511.808 2.966 1.089 5.993 1.089h11.463c3.027 0 4.482-.281 5.993-1.089a7.675 7.675 0 0 0 3.186-3.186C31.719 26.213 32 24.758 32 21.731V10.268c0-3.027-.281-4.482-1.089-5.993a7.683 7.683 0 0 0-3.186-3.187C26.214.28 24.759-.001 21.732-.001zM10.226 2.75l12.816.024.102.005.1.005.066.003.097.006.064.004.063.004.062.004.061.004.06.005.06.005.059.005.058.005.057.005.084.008.055.006.055.006.054.006.053.006.052.006.052.007.051.007.05.007.049.007.049.007.048.007.047.008.047.008.023.004.046.008.045.008.045.008.022.004a5.084 5.084 0 0 1 1.549.552 4.921 4.921 0 0 1 2.058 2.058c.278.521.437.95.552 1.549l.008.044.008.045.004.023.008.046.008.046.008.047.004.024.007.048.007.049.007.049.007.05.007.051.007.052.006.052.006.053.006.054.006.054.006.055.006.056.008.085.005.058.005.059.005.06.005.06.004.061.004.062.004.063.004.064.004.065.004.065.003.066.003.067.005.102.003.069.003.07.002.071.003.109.003.111.003.113.002.115.001.078.002.119.001.08.001.123v11.883l-.001.124-.001.081-.001.08-.002.119-.001.078-.001.077-.002.114-.003.111-.002.073-.003.108-.004.106-.003.069-.005.102-.005.1-.003.066-.006.097-.004.064-.004.063-.004.062-.004.061-.005.06-.005.06-.005.059-.005.058-.005.057-.008.084-.006.055-.006.055-.006.054-.006.053-.006.052-.007.052-.007.051-.007.05-.007.049-.007.049-.007.048-.008.047-.008.047-.004.023-.008.046-.008.045-.008.045-.004.022a5.084 5.084 0 0 1-.552 1.549 4.921 4.921 0 0 1-2.058 2.058c-.521.278-.95.437-1.549.552l-.044.008-.045.008-.023.004-.046.008-.046.008-.047.008-.024.004-.048.007-.049.007-.049.007-.05.007-.051.007-.052.007-.052.006-.053.006-.054.006-.055.006-.055.006-.056.006-.085.008-.058.005-.059.005-.06.005-.06.005-.061.004-.062.004-.063.004-.064.004-.065.004-.065.004-.066.003-.067.003-.102.005-.069.003-.07.003-.071.002-.109.003-.111.003-.113.003-.115.002-.078.001-.119.002-.08.001-.123.001H21.776L8.96 29.221l-.102-.005-.1-.005-.066-.003-.097-.006-.064-.004-.063-.004-.062-.004-.061-.004-.06-.005-.06-.005-.059-.005-.058-.005-.057-.005-.084-.008-.055-.006-.054-.006-.054-.006-.053-.006-.052-.006-.052-.007-.051-.007-.05-.007-.049-.007-.049-.007-.048-.007-.047-.008-.047-.008-.023-.004-.046-.008-.045-.008-.045-.008-.022-.004a5.084 5.084 0 0 1-1.549-.552 4.921 4.921 0 0 1-2.058-2.058 5.049 5.049 0 0 1-.552-1.549l-.008-.044-.008-.045-.004-.023-.008-.046-.008-.046-.008-.047-.004-.024-.007-.048-.007-.049-.007-.049-.007-.05-.007-.051-.007-.052-.006-.052-.006-.053-.006-.054-.006-.055-.006-.055-.006-.056-.008-.085-.005-.058-.005-.059-.005-.06-.005-.06-.004-.061-.004-.062-.004-.063-.004-.064-.004-.065-.004-.065-.003-.066-.003-.067-.005-.102-.003-.069-.003-.07-.002-.071-.003-.109-.003-.111-.003-.113-.002-.115-.001-.078-.002-.119-.001-.08-.001-.123V10.097l.001-.124.001-.081.001-.08.002-.119.001-.078.001-.077.002-.114.003-.111.002-.073.003-.108.004-.106.003-.069.005-.102.005-.1.003-.066.006-.097.004-.064.004-.063.004-.062.004-.061.005-.06.005-.06.005-.059.005-.058.005-.057.008-.084.006-.055.006-.054.006-.054.006-.053.006-.052.007-.052.007-.051.007-.05.007-.049.007-.049.007-.048.008-.047.008-.047.004-.023.008-.046.008-.045.008-.045.004-.022a5.084 5.084 0 0 1 .552-1.549 4.921 4.921 0 0 1 2.058-2.058c.521-.278.95-.437 1.549-.552l.044-.008.045-.008.023-.004.046-.008.046-.008.047-.008.024-.004.048-.007.049-.007.049-.007.05-.007.051-.007.052-.007.052-.006.053-.006.054-.006.054-.006.055-.006.056-.006.085-.008.058-.005.059-.005.06-.005.06-.005.061-.004.062-.004.063-.004.064-.004.065-.004.065-.004.066-.003.067-.003.102-.005.069-.003.07-.003.071-.002.109-.003.111-.003.113-.003.115-.002.078-.001.119-.002.08-.001.123-.001H10.226z"}),React.createElement("path",{fill:"#fff",d:"m10.206 2.704 12.86.024.103.005.101.005.066.003.098.006.064.004.063.004.062.004.061.004.061.005.06.005.059.005.058.005.057.005.085.008.055.006.055.006.054.006.053.006.052.006.052.007.051.007.05.007.05.007.049.007.048.007.048.008.047.008.023.004.046.008.045.008.045.008.022.004c.6.116 1.032.275 1.554.554a4.947 4.947 0 0 1 2.066 2.066c.279.522.438.954.554 1.554l.008.044.008.045.004.023.008.046.008.047.008.047.004.024.007.048.007.049.007.05.007.05.007.051.007.052.006.052.006.053.006.054.006.055.006.055.006.056.008.086.005.058.005.059.005.06.005.061.004.061.004.062.004.063.004.064.004.065.004.066.003.067.003.067.005.103.003.07.003.071.002.072.003.109.003.111.003.113.002.116.001.078.002.119.001.081.001.123v11.925l-.001.125-.001.082-.001.081-.002.119-.001.078-.001.077-.002.114-.003.112-.002.073-.003.108-.004.106-.003.07-.005.103-.005.101-.003.066-.006.098-.004.064-.004.063-.004.062-.004.061-.005.061-.005.06-.005.059-.005.058-.005.057-.008.085-.006.055-.006.055-.006.054-.006.053-.006.052-.007.052-.007.051-.007.05-.007.05-.007.049-.007.048-.008.048-.008.047-.004.023-.008.046-.008.045-.008.045-.004.022a5.081 5.081 0 0 1-.554 1.554 4.953 4.953 0 0 1-2.066 2.066 5.081 5.081 0 0 1-1.554.554l-.044.008-.045.008-.023.004-.046.008-.047.008-.047.008-.024.004-.048.007-.049.007-.05.007-.05.007-.051.007-.052.007-.052.006-.053.006-.054.006-.055.006-.055.006-.056.006-.086.008-.058.005-.059.005-.06.005-.061.005-.061.004-.062.004-.063.004-.064.004-.065.004-.066.004-.067.003-.067.003-.103.005-.07.003-.071.003-.072.002-.109.003-.111.003-.113.003-.116.002-.078.001-.119.002-.081.001-.206.001h-.127l-12.86-.024-.103-.005-.101-.005-.066-.003-.098-.006-.064-.004-.063-.004-.062-.004-.061-.004-.061-.005-.06-.005-.059-.005-.058-.005-.057-.005-.085-.008-.055-.006-.055-.006-.054-.006-.053-.006-.052-.006-.052-.007-.051-.007-.05-.007-.05-.007-.049-.007-.048-.007-.048-.008-.047-.008-.023-.004-.046-.008-.045-.008-.045-.008-.022-.004a5.081 5.081 0 0 1-1.554-.554 4.953 4.953 0 0 1-2.066-2.066 5.081 5.081 0 0 1-.554-1.554l-.008-.044-.008-.045-.004-.023-.008-.046-.008-.047-.008-.047-.004-.024-.007-.048-.007-.049-.007-.05-.007-.05-.007-.051-.007-.052-.006-.052-.006-.053-.006-.054-.006-.055-.006-.055-.006-.056-.008-.086-.005-.058-.005-.059-.005-.06-.005-.061-.004-.061-.004-.062-.004-.063-.004-.064-.004-.065-.004-.066-.003-.067-.003-.067-.005-.103-.003-.07-.003-.071-.002-.072-.003-.109-.003-.111-.003-.113-.002-.116-.001-.078-.002-.119-.001-.081-.001-.123V10.079l.001-.125.001-.082.001-.081.002-.119.001-.078.001-.077.002-.114.003-.112.002-.073.003-.108.004-.106.003-.07.005-.103.005-.101.003-.066.006-.098.004-.064.004-.063.004-.062.004-.061.005-.061.005-.06.005-.059.005-.058.005-.057.008-.085.006-.055.006-.055.006-.054.006-.053.006-.052.007-.052.007-.051.007-.05.007-.05.007-.049.007-.048.008-.048.008-.047.004-.023.008-.046.008-.045.008-.045.004-.022c.116-.6.275-1.032.554-1.554a4.953 4.953 0 0 1 2.066-2.066 5.081 5.081 0 0 1 1.554-.554l.044-.008.045-.008.023-.004.046-.008.047-.008.047-.008.024-.004.048-.007.049-.007.05-.007.05-.007.051-.007.052-.007.052-.006.053-.006.054-.006.055-.006.055-.006.056-.006.086-.008.058-.005.059-.005.06-.005.061-.005.061-.004.062-.004.063-.004.064-.004.065-.004.066-.004.067-.003.067-.003.103-.005.07-.003.071-.003.072-.002.109-.003.111-.003.113-.003.116-.002.078-.001.119-.002.081-.001.206-.001h.127z"}),React.createElement("path",{fill:"#0684bc",d:"M10.772 25.236a.467.467 0 0 0 .343-.131.472.472 0 0 0 .133-.343V11.407a.382.382 0 0 1 .105-.317.373.373 0 0 1 .315-.106h8.659a.377.377 0 0 1 .308.111.374.374 0 0 1 .102.312v4.169a.366.366 0 0 1-.243.404c-.054.019-.111.026-.168.019h-3.901a.376.376 0 0 0-.414.25.362.362 0 0 0-.015.173v1.848c-.008.421.032.841.119 1.252.09.372.247.726.462 1.043l2.691 4.223a.954.954 0 0 0 .897.45h3.511c.177 0 .291-.047.345-.146a.346.346 0 0 0-.053-.355l-2.669-4.311c-.123-.177-.078-.316.133-.423l1.872-.844a3.134 3.134 0 0 0 1.466-1.215c.325-.576.485-1.23.464-1.891V9.929c0-1.039-.268-1.826-.805-2.363s-1.324-.805-2.363-.805H9.925c-1.017 0-1.799.268-2.347.805s-.821 1.324-.821 2.363v14.834a.467.467 0 0 0 .131.343.47.47 0 0 0 .343.131h3.537z"}))})));RcLogo.displayName="RcLogo",RcLogo.iconName="rc-logo",exports.default=RcLogo},"./packages/juno-icon/src/RcLogoChatbot.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcLogoChatbot=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#0684bc",d:"M29.851 5.385c-.312-1.539-1.2-2.593-2.728-3.062a6.888 6.888 0 0 0-2.04-.253H7.059a9.272 9.272 0 0 0-1.403.083c-1.574.24-2.741 1.032-3.321 2.567-.287.758-.331 1.56-.331 2.355V29.211c0 .628.22.846.847.846H7.95c.637 0 .852-.223.852-.872V9.182c0-.5.2-.72.663-.72h13.016c.493 0 .704.22.704.72v6.179c0 .498-.208.708-.707.708H16.63c-.428 0-.63.192-.631.612 0 1.13-.019 2.261.006 3.39.023.935.197 1.848.707 2.654a1309.26 1309.26 0 0 0 4.275 6.707 1.321 1.321 0 0 0 1.158.632c1.828.005 3.658.005 5.488 0 .561 0 .72-.32.419-.804a8360.64 8360.64 0 0 0-3.936-6.353c-.276-.446-.229-.607.24-.822.879-.397 1.754-.806 2.639-1.184 2.019-.861 2.976-2.424 2.99-4.574.019-3.129.007-6.258-.007-9.388a7.863 7.863 0 0 0-.127-1.554z"}))})));RcLogoChatbot.displayName="RcLogoChatbot",RcLogoChatbot.iconName="RC-logo-chatbot",exports.default=RcLogoChatbot},"./packages/juno-icon/src/RcvMicOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcvMicOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#6a7186",d:"M23.5 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L16.5 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 22.5 16v-3a1 1 0 0 1 1-1zm-3 1.828V16a5 5 0 0 1-6.827 4.656l6.827-6.828zM7.5 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 6.5 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-9.655 9.656a4.978 4.978 0 0 1-.345-1.829v-9a5 5 0 0 1 5-5z"}),React.createElement("path",{fill:"#f54c3d",d:"M28.935 3.979a.999.999 0 0 1 0 1.414L4.893 29.435a.999.999 0 1 1-1.414-1.414L27.521 3.979a.999.999 0 0 1 1.414 0z"}))})));RcvMicOff.displayName="RcvMicOff",RcvMicOff.iconName="rcv_mic-off",exports.default=RcvMicOff},"./packages/juno-icon/src/RcvVideocamOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcvVideocamOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#6a7186",d:"M21 5.5c.597 0 1.132.261 1.499.675L3.172 25.5H3a2 2 0 0 1-2-2v-16a2 2 0 0 1 2-2h18zm2 5.828V23.5a2 2 0 0 1-2 2H8.827L23 11.328zm7-2.21a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.381v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z"}),React.createElement("path",{fill:"#f54c3d",d:"M29.435 3.479a.999.999 0 0 1 0 1.414L5.393 28.935a.999.999 0 1 1-1.414-1.414L28.021 3.479a.999.999 0 0 1 1.414 0z"}))})));RcvVideocamOff.displayName="RcvVideocamOff",RcvVideocamOff.iconName="rcv_videocam-off",exports.default=RcvVideocamOff},"./packages/juno-icon/src/Read.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Read=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.615 2a2 2 0 0 1 1.752 2.965L24 11.08l3.331 5.943a2 2 0 0 1-1.745 2.978H6v9a1 1 0 0 1-2 0v-26a1 1 0 0 1 1-1h20.615zm-.001 2H6v14h19.586l-3.331-5.943a2 2 0 0 1-.084-1.789l.076-.154 3.366-6.115z"}))})));Read.displayName="Read",Read.iconName="read",exports.default=Read},"./packages/juno-icon/src/RecTransciptSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecTransciptSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.571 8a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm12.572 11.429v2.286h-3.429v-2.286h3.429zm-12.572-9.143a5.714 5.714 0 1 0 0 11.427 5.714 5.714 0 0 0 0-11.427zm0 1.714a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm14.858 2.857v2.286h-5.714v-2.286h5.714zm0-4.571v2.286h-5.714v-2.286h5.714z"}))})));RecTransciptSp.displayName="RecTransciptSp",RecTransciptSp.iconName="rec-transcipt_sp",exports.default=RecTransciptSp},"./packages/juno-icon/src/Recent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Recent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17 24a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h14zm6-13.002.117.007c.459.053.823.418.877.877l.007.117v10.585l3.793-3.792.094-.083a1 1 0 0 1 1.403 1.403l-.083.094-5.5 5.5-.085.076c-.608.491-1.534.107-1.617-.67L22 24.998v-13l.007-.117c.053-.459.418-.823.877-.877l.117-.007zM17 15a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h14zm12-9a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26z"}))})));Recent.displayName="Recent",Recent.iconName="recent",exports.default=Recent},"./packages/juno-icon/src/Record.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Record=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"}))})));Record.displayName="Record",Record.iconName="record",exports.default=Record},"./packages/juno-icon/src/RecordBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecordBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 11z"}))})));RecordBorder.displayName="RecordBorder",RecordBorder.iconName="record_border",exports.default=RecordBorder},"./packages/juno-icon/src/RecordSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecordSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.001 6.857a9.157 9.157 0 0 1 9.137 8.858l.005.285-.004.285A9.143 9.143 0 0 1 16 25.143a9.143 9.143 0 0 1-.285-18.281L16 6.858zm0 2.286-.258.005A6.857 6.857 0 0 0 16 22.857c3.621 0 6.599-2.812 6.84-6.353l.012-.254.004-.246a6.871 6.871 0 0 0-6.6-6.856l-.257-.005z"}),React.createElement("path",{d:"M16 11.429a4.572 4.572 0 0 1 .229 9.137l-.228.006-.228-.006a4.572 4.572 0 0 1 .229-9.137z"}))})));RecordSp.displayName="RecordSp",RecordSp.iconName="record_sp",exports.default=RecordSp},"./packages/juno-icon/src/RecordingInsights.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecordingInsights=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.581 1.167c-.074-.222-.444-.222-.493 0L24.669 2.6C24.3 3.91 23.29 4.923 21.96 5.318l-1.181.346c-.201.057-.445.126-.445.321 0 .123.074.222.197.247l1.429.42c1.305.371 2.315 1.384 2.709 2.718l.327 1.119.019.066c.056.201.124.446.319.446a.24.24 0 0 0 .246-.198l.419-1.433c.369-1.31 1.379-2.323 2.709-2.718l1.18-.346c.2-.056.446-.126.446-.321a.241.241 0 0 0-.197-.247l-1.428-.42C27.404 4.947 26.394 3.934 26 2.6l-.419-1.433z"}),React.createElement("path",{d:"M16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11c0-.577-.044-1.142-.129-1.694a1 1 0 1 1 1.977-.305c.101.652.153 1.32.153 1.999 0 7.18-5.82 13-13 13s-13-5.82-13-13 5.82-13 13-13c.679 0 1.347.052 1.999.153a1 1 0 1 1-.305 1.977 11.118 11.118 0 0 0-1.694-.129z"}),React.createElement("path",{d:"M21 16a5 5 0 1 1-10.001-.001A5 5 0 0 1 21 16z"}))})));RecordingInsights.displayName="RecordingInsights",RecordingInsights.iconName="recording-insights",exports.default=RecordingInsights},"./packages/juno-icon/src/Refresh.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Refresh=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a1 1 0 0 1 1 1v6a1 1 0 0 1-.883.993L27 11h-6a1 1 0 0 1 0-2l3.486-.001A10.981 10.981 0 0 0 16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11a1 1 0 0 1 2 0c0 7.18-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3a12.98 12.98 0 0 1 10.001 4.693L26 4a1 1 0 0 1 1-1z"}))})));Refresh.displayName="Refresh",Refresh.iconName="refresh",exports.default=Refresh},"./packages/juno-icon/src/Regenerate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Regenerate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.915 17.441a12.992 12.992 0 0 1-23.914 5.474v3.752a.997.997 0 0 1-1 1 .997.997 0 0 1-1-1V20a.997.997 0 0 1 1-1h6.667a.997.997 0 0 1 1 1 .997.997 0 0 1-1 1h-4.44a10.983 10.983 0 0 0 17.828 2.514 10.978 10.978 0 0 0 2.879-6.288 1.01 1.01 0 0 1 .712-.868 1.005 1.005 0 0 1 .769.083 1.01 1.01 0 0 1 .48.607c.036.128.045.262.029.393h-.007zM28 4.333a.997.997 0 0 0-1 1v3.752a12.991 12.991 0 0 0-23.914 5.474 1.001 1.001 0 0 0 .887 1.103h.109a1.004 1.004 0 0 0 .992-.892 10.98 10.98 0 0 1 20.7-3.77h-4.44a.997.997 0 0 0-1 1 .997.997 0 0 0 1 1h6.667a.997.997 0 0 0 1-1V5.333a.997.997 0 0 0-1-1z"}))})));Regenerate.displayName="Regenerate",Regenerate.iconName="regenerate",exports.default=Regenerate},"./packages/juno-icon/src/Reminder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Reminder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.582 2.406a1.002 1.002 0 0 1-.207 1.398l-.003.002-6.778 5a1 1 0 0 1-1.19-1.608l.003-.002 6.778-5a.998.998 0 0 1 1.397.208l.002.003zm10.835 0a1 1 0 0 1 1.401-.208l-.003-.002 6.778 5a1 1 0 1 1-1.191 1.607l.003.002-6.777-5a1 1 0 0 1-.21-1.401l-.002.003zM28 18c0 6.627-5.373 12-12 12S4 24.627 4 18 9.373 6 16 6s12 5.373 12 12zm-11-7a1 1 0 0 0-2 0v6a2 2 0 0 0 2 2h4.5a1 1 0 0 0 0-2H17v-6z"}))})));Reminder.displayName="Reminder",Reminder.iconName="reminder",exports.default=Reminder},"./packages/juno-icon/src/ReminderBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ReminderBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.371 3.805 3.597 8.803a1 1 0 1 1-1.191-1.608l6.775-4.998a1 1 0 1 1 1.189 1.608zm12.445-1.61 6.781 5.002A.998.998 0 0 1 29.001 9a.993.993 0 0 1-.594-.195l-6.78-5.002A.998.998 0 0 1 22.223 2a.99.99 0 0 1 .593.195zM17 11v6h4.5a1 1 0 0 1 0 2H17a2 2 0 0 1-2-2v-6a1 1 0 0 1 2 0zm9 7c0-5.523-4.477-10-10-10S6 12.477 6 18s4.477 10 10 10 10-4.477 10-10zm2 0c0 6.627-5.373 12-12 12S4 24.627 4 18 9.373 6 16 6s12 5.373 12 12z"}))})));ReminderBorder.displayName="ReminderBorder",ReminderBorder.iconName="reminder_border",exports.default=ReminderBorder},"./packages/juno-icon/src/Remove.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Remove=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 6.101C20.432.634 11.567.634 6.1 6.101S.633 20.433 6.1 25.9c5.467 5.467 14.332 5.467 19.799 0s5.467-14.332 0-19.799zM9 15h14a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2z"}))})));Remove.displayName="Remove",Remove.iconName="remove",exports.default=Remove},"./packages/juno-icon/src/RemoveBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RemoveBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm7 11a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14z"}))})));RemoveBorder.displayName="RemoveBorder",RemoveBorder.iconName="remove_border",exports.default=RemoveBorder},"./packages/juno-icon/src/RemoveField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RemoveField=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm3.712 7.813-3.713 3.713-3.712-3.712a1.75 1.75 0 0 0-2.475 2.475l3.712 3.712-3.713 3.713a1.75 1.75 0 0 0 2.475 2.475l3.712-3.713 3.713 3.713a1.75 1.75 0 0 0 2.475-2.475l-3.713-3.713 3.713-3.712a1.75 1.75 0 0 0-2.475-2.475z"}))})));RemoveField.displayName="RemoveField",RemoveField.iconName="remove_field",exports.default=RemoveField},"./packages/juno-icon/src/RemoveMemberBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RemoveMemberBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13 17c.96 0 1.895.101 2.789.291-.4.575-.742 1.193-1.016 1.846A11.424 11.424 0 0 0 12.999 19c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l9.905.001c.221.703.518 1.373.88 2L3.998 28a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm7.172 1.757L23 21.585l2.828-2.828a.999.999 0 1 1 1.414 1.414l-2.828 2.828 2.828 2.828a.999.999 0 1 1-1.414 1.414l-2.829-2.829-2.828 2.829a.999.999 0 1 1-1.414-1.414l2.828-2.829-2.828-2.828a.999.999 0 1 1 1.414-1.414zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));RemoveMemberBorder.displayName="RemoveMemberBorder",RemoveMemberBorder.iconName="remove-member_border",exports.default=RemoveMemberBorder},"./packages/juno-icon/src/Repeat.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Repeat=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 15a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1l-17.829.001 2.536-2.536a.999.999 0 1 0-1.414-1.414L4.05 23.294a.999.999 0 0 0 0 1.414l4.243 4.243a.999.999 0 1 0 1.414-1.414l-2.536-2.535L26 25.001a2 2 0 0 0 2-2v-7a1 1 0 0 0-1-1zM22.293 3.05a.999.999 0 0 0 0 1.414l2.536 2.535L6 7a2 2 0 0 0-2 2v7a1 1 0 0 0 2 0v-6a1 1 0 0 1 1-1l17.829-.001-2.536 2.536a.999.999 0 1 0 1.414 1.414l4.243-4.243a.999.999 0 0 0 0-1.414l-4.243-4.243a.999.999 0 0 0-1.414 0z"}))})));Repeat.displayName="Repeat",Repeat.iconName="repeat",exports.default=Repeat},"./packages/juno-icon/src/Reply.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Reply=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.287 4.297.127.117 10.172 10.172a2 2 0 0 1 .117 2.701l-.117.127-10.172 10.172a2 2 0 0 1-3.408-1.265L16 26.172 15.999 21l-.999.001c-7.18 0-13-5.82-13-13v-3c0-1.192 1.711-1.384 1.975-.221a8 8 0 0 0 7.538 6.217l.263.004h4.222l.001-5.171a2 2 0 0 1 3.287-1.531zM14 19h2.999a1 1 0 0 1 .993.883l.007.117.001 5.689c0 .11.09.2.2.2a.197.197 0 0 0 .141-.059l9.689-9.689a.2.2 0 0 0 0-.283l-9.689-9.689a.2.2 0 0 0-.342.141l-.001 5.688a1 1 0 0 1-1 1l-5.531-.005a9.996 9.996 0 0 1-7.179-3.365l-.202-.235.04.284c.759 4.955 4.824 8.822 9.873 9.277l-.001.045z"}))})));Reply.displayName="Reply",Reply.iconName="reply",exports.default=Reply},"./packages/juno-icon/src/ReportAnIssue.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ReportAnIssue=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.894 2.683c.387.194.701.507.894.894l11.764 23.528a2 2 0 0 1-1.788 2.894H4.236a2 2 0 0 1-1.789-2.894L14.211 3.577a2 2 0 0 1 2.683-.894zM16 4.472 4.236 28h23.528L16 4.472zM16 22a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 22zm0-11a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1z"}))})));ReportAnIssue.displayName="ReportAnIssue",ReportAnIssue.iconName="report-an-issue",exports.default=ReportAnIssue},"./packages/juno-icon/src/ReportAnIssueAlternative.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ReportAnIssueAlternative=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.45 3C27.95 3 30 5.082 30 7.624v12.09c0 2.539-2.049 4.623-4.55 4.623h-8.051L10.4 29.67c-1.1.839-2.8-.024-2.8-1.423v-3.91H6.55c-2.5 0-4.55-2.084-4.55-4.623V7.624C2 5.082 4.049 3 6.55 3h18.9zm0 2.134H6.55c-1.364 0-2.449 1.103-2.449 2.49v12.09c0 1.387 1.085 2.489 2.449 2.489h2.1c.58 0 1.05.477 1.05 1.066v4.268l6.72-5.119c.18-.14.403-.215.63-.215h8.4c1.364 0 2.45-1.102 2.45-2.489V7.624c0-1.387-1.085-2.49-2.45-2.49zM16 16.436c.553 0 1.001.479 1.001 1.071 0 .591-.448 1.071-1.001 1.071-.551 0-.999-.48-.999-1.071s.448-1.071.999-1.071zm0-9.282c.521 0 .947.424.995.968l.006.105v5.711c0 .591-.448 1.069-1.001 1.069-.522-.006-.954-.426-.995-.966l-.004-.105V8.225c0-.592.448-1.071.999-1.071z"}))})));ReportAnIssueAlternative.displayName="ReportAnIssueAlternative",ReportAnIssueAlternative.iconName="report-an-issue-alternative",exports.default=ReportAnIssueAlternative},"./packages/juno-icon/src/ResendFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ResendFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.258 4.144c.223-.069.448.1.445.335l-.084 5.619a.345.345 0 0 1-.548.276l-1.785-1.3c-1.844 3.856-2.155 8.04-.407 11.695 1.895 3.962 5.623 6.577 10.568 6.718.666.019 1.156.596 1.114 1.31-.044.786-.706 1.434-1.441 1.412-5.832-.166-10.264-3.245-12.55-8.034-2.167-4.528-2.223-9.621.667-14.592L.642 6.424a.345.345 0 0 1 .103-.61zM17.193 0c4.967 0 9.624 2.747 12.252 6.831 2.772 4.306 2.97 9.477.592 14.67a1.373 1.373 0 0 1-.134.226l1.913 1.021a.348.348 0 0 1-.02.624l-5.231 2.411a.348.348 0 0 1-.489-.273l-.69-5.575a.347.347 0 0 1 .507-.348l1.835.98c.012-.032.019-.063.031-.091 2.017-4.404 1.879-8.736-.414-12.3-2.183-3.399-6.249-5.549-10.22-5.688a1.244 1.244 0 0 1-1.206-1.162 1.26 1.26 0 0 1 1.272-1.328z"}))})));ResendFax.displayName="ResendFax",ResendFax.iconName="resend-fax",exports.default=ResendFax},"./packages/juno-icon/src/ResetZoom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ResetZoom=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h22zm-1 2H6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-2 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 1-1zM14 7a1 1 0 0 1 0 2H9v5a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1h6z"}))})));ResetZoom.displayName="ResetZoom",ResetZoom.iconName="reset-zoom",exports.default=ResetZoom},"./packages/juno-icon/src/RichTextEditor.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RichTextEditor=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m22.118 24.538.796 1.96a1.176 1.176 0 0 1-2.121 1.008l-.059-.124-.406-1.053 1.791-1.791zM13.947 4.475l.08.126.063.133 4.188 10.33-1.772 1.772L13 8.306l-4.508 10.71 5.835-.001-1.982 1.982-4.894.001-2.184 6.385a1.176 1.176 0 0 1-1.402.692l-.13-.044a1.176 1.176 0 0 1-.692-1.402l.044-.13L11.91 4.735c.358-.884 1.522-.97 2.038-.259zm11.825 6.893.112.066.099.076.062.055 2.257 2.062c.381.289.536.765.412 1.204l-.041.118-.053.109-.089.155-11.533 11.692a1.56 1.56 0 0 1-.487.329l-.162.064-.149.041-2.956.661h-.108l-.124-.003a1.106 1.106 0 0 1-.948-.702l-.034-.108-.025-.144-.015-.169.524-2.908c.034-.181.102-.355.221-.539l.099-.141.098-.11 11.512-11.673a1.219 1.219 0 0 1 1.325-.134zm-3.673 5.145-7.745 7.856-.285 1.582 1.629-.363 7.685-7.789-1.285-1.285zm3.141-3.185-1.737 1.76 1.286 1.286 1.796-1.82-1.345-1.227z"}))})));RichTextEditor.displayName="RichTextEditor",RichTextEditor.iconName="rich_text_editor",exports.default=RichTextEditor},"./packages/juno-icon/src/Ringsense.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ringsense=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.89 24.459a8.676 8.676 0 0 1-6.174-2.557l1.443-1.441a6.65 6.65 0 0 0 4.731 1.953 6.687 6.687 0 0 0 6.686-6.683 6.687 6.687 0 0 0-6.686-6.682 6.644 6.644 0 0 0-6.21 4.199l-1.9-.767a8.684 8.684 0 0 1 8.11-5.497c4.823 0 8.732 3.908 8.732 8.728s-3.91 8.728-8.732 8.728v.018zm-7.617.657a11.946 11.946 0 0 1-4.22-9.111C4.035 9.414 9.406 4.045 16 4.045V2C8.273 2 1.989 8.281 1.989 16.005a14.055 14.055 0 0 0 4.933 10.682l1.333-1.571h.018zm3.397 1.17c-.949 0-1.734.767-1.734 1.733 0 .968.767 1.735 1.734 1.735.969 0 1.736-.767 1.736-1.735 0-.967-.767-1.733-1.736-1.733zm15.144-1.516c2.374-2.885 3.471-6.537 3.105-10.261a13.935 13.935 0 0 0-5.972-10.133l-1.171 1.679a11.96 11.96 0 0 1 5.097 8.655 11.914 11.914 0 0 1-2.649 8.764 11.985 11.985 0 0 1-8.074 4.328l.2 2.045a13.96 13.96 0 0 0 9.463-5.058v-.018zM20.238 5.287a1.724 1.724 0 1 0-.329-3.434 1.724 1.724 0 1 0 .329 3.434zm-1.461 14.516h-1.808l-.11-.182c-.128-.22-.274-.73-.53-1.863-.2-.949-.511-1.132-1.132-1.151h-.512v3.196h-1.68v-7.942l.292-.056a11.28 11.28 0 0 1 1.9-.164c1.113 0 1.844.22 2.374.694.438.384.695 1.004.695 1.681 0 .821-.384 1.515-1.023 1.935.328.31.565.767.711 1.387.166.748.384 1.662.53 1.937l.292.529zm-4.11-4.656h.603c.804 0 1.297-.401 1.297-1.041 0-.256 0-1.004-1.333-1.023-.238 0-.438 0-.566.036v2.027z"}))})));Ringsense.displayName="Ringsense",Ringsense.iconName="ringsense",exports.default=Ringsense},"./packages/juno-icon/src/RollAp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RollAp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13 18a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a.999.999 0 1 1-1.414-1.414L10.585 20H5a1 1 0 0 1 0-2h8zm6-14a1 1 0 0 1 1 1l.001 5.586 5.827-5.829a.999.999 0 1 1 1.414 1.414L21.415 12H27a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}))})));RollAp.displayName="RollAp",RollAp.iconName="roll-ap",exports.default=RollAp},"./packages/juno-icon/src/Salesforce.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Salesforce=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.484 8.29a5.258 5.258 0 0 1 3.804-1.634c1.98 0 3.708 1.104 4.628 2.744a6.387 6.387 0 0 1 2.616-.557c3.572 0 6.467 2.922 6.467 6.525s-2.895 6.525-6.467 6.525c-.436 0-.862-.044-1.274-.127a4.726 4.726 0 0 1-6.194 1.946 5.395 5.395 0 0 1-10.028-.244c-.332.07-.676.107-1.029.107-2.766 0-5.008-2.265-5.008-5.059a5.071 5.071 0 0 1 2.504-4.384A5.823 5.823 0 0 1 8.85 5.999c1.889 0 3.568.899 4.633 2.29z"}))})));Salesforce.displayName="Salesforce",Salesforce.iconName="salesforce",exports.default=Salesforce},"./packages/juno-icon/src/SaveDraft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SaveDraft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.172 3a2 2 0 0 1 1.414.586l4.828 4.828A2 2 0 0 1 29 9.828V27a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h17.172zM10 5H6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V10.243a.997.997 0 0 0-.293-.707L23 5.829V13c0 1.105-.767 2-1.714 2h-9.571c-.947 0-1.714-.895-1.714-2V5zm11.286 0h-9.571v7a1 1 0 0 0 1 1h7.571a1 1 0 0 0 1-1V5zM19 7a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z"}))})));SaveDraft.displayName="SaveDraft",SaveDraft.iconName="save-draft",exports.default=SaveDraft},"./packages/juno-icon/src/Scan.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Scan=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.38 28v2h-2v-2h2zM17 28v2h-2v-2h2zm3.66 0v2h-2v-2h2zM7 25.765V27a1 1 0 0 0 .883.993L8 28h1.356v2H8a3 3 0 0 1-2.995-2.824L5 27v-1.235h2zm20 .014V27a3 3 0 0 1-2.824 2.995L24 30h-1.286v-2H24a1 1 0 0 0 .993-.883L25 27v-1.221h2zM7 22.3v2H5v-2h2zm20 0v2h-2v-2h2zm2-5.3a1 1 0 0 1 .993.883L30 18v4a1 1 0 0 1-1.993.117L28 22v-1H4v1a1 1 0 0 1-1.993.117L2 22v-4a1 1 0 0 1 1.993-.117L4 18v1h24v-1a1 1 0 0 1 1-1zM19.425 2 27 9.625v7.973h-2v-5.973h-6.575a1 1 0 0 1-.993-.883l-.007-.117L17.424 4H8a1 1 0 0 0-.993.883L7 5v12.598H5V5a3 3 0 0 1 2.824-2.995L8 2h11.425zm-.001 2.837v4.788h4.756l-4.756-4.788z"}))})));Scan.displayName="Scan",Scan.iconName="scan",exports.default=Scan},"./packages/juno-icon/src/Schedule.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Schedule=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 33 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.793 30.946a8.434 8.434 0 1 0-.001-16.867 8.434 8.434 0 0 0 .001 16.867zm0-3.2a5.233 5.233 0 1 1 0-10.466 5.233 5.233 0 0 1 0 10.466z"}),React.createElement("path",{d:"M23.793 19.351c.582 0 1.054.472 1.054 1.054v1.054h1.054a1.054 1.054 0 0 1 0 2.108h-1.054v1.054a1.054 1.054 0 0 1-2.108 0v-1.054h-1.054a1.054 1.054 0 0 1 0-2.108h1.054v-1.054c0-.582.472-1.054 1.054-1.054zM1.431 10.24h23.04v3.2H1.431v-3.2zM8 0a1.6 1.6 0 0 1 1.6 1.6v1.92a1.6 1.6 0 1 1-3.2 0V1.6A1.6 1.6 0 0 1 8 0zM18.24 0a1.6 1.6 0 0 1 1.6 1.6v1.92a1.6 1.6 0 1 1-3.2 0V1.6a1.6 1.6 0 0 1 1.6-1.6z"}),React.createElement("path",{d:"M1.6 3.84a1.6 1.6 0 0 1 1.6 1.6V24A1.6 1.6 0 1 1 0 24V5.44a1.6 1.6 0 0 1 1.6-1.6zM24.64 3.84a1.6 1.6 0 0 1 1.6 1.6v9.6a1.6 1.6 0 1 1-3.2 0v-9.6a1.6 1.6 0 0 1 1.6-1.6z"}),React.createElement("path",{d:"M1.6 3.84h23.04a1.6 1.6 0 1 1 0 3.2H1.6a1.6 1.6 0 1 1 0-3.2zM1.6 22.4h14.72a1.6 1.6 0 1 1 0 3.2H1.6a1.6 1.6 0 1 1 0-3.2z"}))})));Schedule.displayName="Schedule",Schedule.iconName="schedule",exports.default=Schedule},"./packages/juno-icon/src/ScheduleMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ScheduleMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.889 5.333A2.667 2.667 0 0 1 27.556 8v16a2.667 2.667 0 0 1-2.667 2.667H7.111A2.667 2.667 0 0 1 4.444 24V8a2.667 2.667 0 0 1 2.667-2.667h17.778zm.889 8H6.222V24c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V13.333zm-10.667 7.111a.889.889 0 1 1 0 1.778H9.778a.889.889 0 1 1 0-1.778h5.333zM22.222 16a.889.889 0 1 1 0 1.778H9.778a.889.889 0 1 1 0-1.778h12.444zm2.667-8.889H7.111a.889.889 0 0 0-.883.785L6.222 8v3.556h19.556V8a.889.889 0 0 0-.785-.883l-.104-.006z"}))})));ScheduleMeeting.displayName="ScheduleMeeting",ScheduleMeeting.iconName="schedule_meeting",exports.default=ScheduleMeeting},"./packages/juno-icon/src/Screenshare.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Screenshare=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 5H5a2 2 0 0 0-2 2v18H1a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2h-2V7a2 2 0 0 0-2-2zm-10.293 5.293 4.657 4.657a1 1 0 0 1-1.32 1.497l-.094-.083-2.951-2.95L17 21a1 1 0 0 1-2 0l-.001-7.586-2.949 2.95a1 1 0 0 1-1.497-1.32l.083-.094 4.657-4.657a1 1 0 0 1 1.32-.083l.094.083z"}))})));Screenshare.displayName="Screenshare",Screenshare.iconName="screenshare",exports.default=Screenshare},"./packages/juno-icon/src/ScreenshareBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ScreenshareBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 5a2 2 0 0 1 1.994 1.851L29 7v18h2a1 1 0 0 1 .117 1.993L31 27H1a1 1 0 0 1-.117-1.993L1 25h2V7c0-1.054.816-1.918 1.851-1.995L5 5h22zm0 2H5v18h22V7zm-10.387 3.21.094.083 4.657 4.657a1 1 0 0 1-1.32 1.497l-.094-.083-2.951-2.95L17 21a1 1 0 0 1-2 0l-.001-7.586-2.949 2.95a1 1 0 0 1-1.497-1.32l.083-.094 4.657-4.657a1 1 0 0 1 1.32-.083z"}))})));ScreenshareBorder.displayName="ScreenshareBorder",ScreenshareBorder.iconName="screenshare_border",exports.default=ScreenshareBorder},"./packages/juno-icon/src/Search.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Search=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.778 6.222c4.057 4.057 4.283 10.495.676 14.817l6.395 6.396a.999.999 0 1 1-1.414 1.414l-6.395-6.396c-4.322 3.607-10.76 3.382-14.818-.675-4.296-4.296-4.296-11.261 0-15.556s11.261-4.296 15.556 0zm-.859 13.535c2.968-3.556 2.744-8.822-.555-12.121a9 9 0 0 0-12.728 0 9 9 0 0 0 0 12.728c3.299 3.299 8.566 3.522 12.122.554l.633-.528.528-.633z"}))})));Search.displayName="Search",Search.iconName="search",exports.default=Search},"./packages/juno-icon/src/SearchNav.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SearchNav=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 3c6.075 0 11 4.925 11 11a10.95 10.95 0 0 1-2.454 6.926l6.197 6.195a1.5 1.5 0 1 1-2.121 2.121l-6.265-6.264A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14S7.925 3 14 3zm0 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"}))})));SearchNav.displayName="SearchNav",SearchNav.iconName="search_nav",exports.default=SearchNav},"./packages/juno-icon/src/SelectMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SelectMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.704 21.723a1 1 0 0 1 .053 1.322l-.085.092-4.944 4.724a1 1 0 0 1-1.314.059l-.092-.084-2.505-2.569a.999.999 0 0 1 1.339-1.481l.093.084 1.813 1.859 4.229-4.04a1 1 0 0 1 1.414.032zM28 24a1 1 0 0 1 0 2H16a1 1 0 0 1 0-2zM12.704 12.723a1 1 0 0 1 .053 1.322l-.085.092-4.944 4.724a1 1 0 0 1-1.314.059l-.092-.084-2.505-2.569a.999.999 0 0 1 1.339-1.481l.093.084 1.813 1.859 4.229-4.04a1 1 0 0 1 1.414.032zM28 15a1 1 0 0 1 0 2H16a1 1 0 0 1 0-2zM12.704 3.723a1 1 0 0 1 .053 1.322l-.085.092-4.944 4.724a1 1 0 0 1-1.314.059l-.092-.084-2.505-2.569a.999.999 0 0 1 1.339-1.481l.093.084 1.813 1.859 4.229-4.04a1 1 0 0 1 1.414.032zM28 6a1 1 0 0 1 0 2H16a1 1 0 0 1 0-2z"}))})));SelectMore.displayName="SelectMore",SelectMore.iconName="Select-more",exports.default=SelectMore},"./packages/juno-icon/src/Selects.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Selects=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm-4.593 8.375-8.201 7.993-3.433-3.412a1.334 1.334 0 0 0-1.878 1.894l4.36 4.331a1.333 1.333 0 0 0 1.865.012l9.14-8.9a1.332 1.332 0 1 0-1.853-1.917z"}))})));Selects.displayName="Selects",Selects.iconName="selects",exports.default=Selects},"./packages/juno-icon/src/Send.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Send=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m28.941 4.342-8.666 24c-.305.843-1.48.891-1.851.074l-4.637-10.201-10.201-4.637c-.816-.371-.769-1.546.074-1.851l24-8.666a1 1 0 0 1 1.28 1.28zm-3.406 3.539-9.796 9.796 3.489 7.675 6.307-17.471zM24.12 6.466 6.65 12.775l7.674 3.487 9.796-9.796z"}))})));Send.displayName="Send",Send.iconName="send",exports.default=Send},"./packages/juno-icon/src/SendFilled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SendFilled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m28.941 4.342-8.666 24c-.305.843-1.48.891-1.851.074l-4.196-9.23 7.309-7.307-1.414-1.414-7.308 7.308-9.227-4.193c-.816-.371-.769-1.546.074-1.851l24-8.666a1 1 0 0 1 1.28 1.28z"}))})));SendFilled.displayName="SendFilled",SendFilled.iconName="send_filled",exports.default=SendFilled},"./packages/juno-icon/src/Settings.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Settings=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.857 2.057a15.048 15.048 0 0 1 4.823 2.688c.357.296.477.786.297 1.21a4.13 4.13 0 0 0 .241 3.731 4.29 4.29 0 0 0 3.411 2.095c.467.033.858.359.966.806a14.528 14.528 0 0 1 .001 6.827c-.108.448-.5.774-.967.807a4.285 4.285 0 0 0-3.411 2.094 4.132 4.132 0 0 0-.241 3.732c.18.423.06.913-.296 1.209a15.044 15.044 0 0 1-4.822 2.689 1.081 1.081 0 0 1-1.249-.428c-.783-1.2-2.13-1.939-3.608-1.939s-2.825.739-3.61 1.939a1.08 1.08 0 0 1-1.248.427 15.014 15.014 0 0 1-4.822-2.687 1.04 1.04 0 0 1-.297-1.21 4.13 4.13 0 0 0-.241-3.731 4.29 4.29 0 0 0-3.411-2.095 1.066 1.066 0 0 1-.966-.806 14.528 14.528 0 0 1-.001-6.827c.108-.448.5-.774.967-.807a4.285 4.285 0 0 0 3.411-2.094 4.135 4.135 0 0 0 .242-3.732 1.04 1.04 0 0 1 .296-1.209 15.044 15.044 0 0 1 4.822-2.689c.467-.157.982.02 1.249.428a4.295 4.295 0 0 0 3.608 1.94c1.458 0 2.789-.719 3.562-1.867l.038-.06a1.08 1.08 0 0 1 1.257-.441zM16 12a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Settings.displayName="Settings",Settings.iconName="settings",exports.default=Settings},"./packages/juno-icon/src/SettingsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SettingsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.857 2.057a15.048 15.048 0 0 1 4.823 2.688c.357.296.477.786.297 1.21a4.13 4.13 0 0 0 .241 3.731 4.29 4.29 0 0 0 3.411 2.095c.467.033.858.359.966.806a14.528 14.528 0 0 1 .001 6.827c-.108.448-.5.774-.967.807a4.285 4.285 0 0 0-3.411 2.094 4.132 4.132 0 0 0-.241 3.732c.18.423.06.913-.296 1.209a15.044 15.044 0 0 1-4.822 2.689 1.081 1.081 0 0 1-1.249-.428c-.783-1.2-2.13-1.939-3.608-1.939s-2.825.739-3.61 1.939a1.08 1.08 0 0 1-1.248.427 15.014 15.014 0 0 1-4.822-2.687 1.04 1.04 0 0 1-.297-1.21 4.13 4.13 0 0 0-.241-3.731 4.29 4.29 0 0 0-3.411-2.095 1.066 1.066 0 0 1-.966-.806 14.528 14.528 0 0 1-.001-6.827c.108-.448.5-.774.967-.807a4.285 4.285 0 0 0 3.411-2.094 4.135 4.135 0 0 0 .242-3.732 1.04 1.04 0 0 1 .296-1.209 15.044 15.044 0 0 1 4.822-2.689c.467-.157.982.02 1.249.428a4.295 4.295 0 0 0 3.608 1.94c1.458 0 2.789-.719 3.562-1.867l.038-.06a1.08 1.08 0 0 1 1.257-.441zm-9.694 2.121-.205.082c-.945.39-1.841.889-2.667 1.487l-.176.131.023.076a6.126 6.126 0 0 1-.495 4.501l-.136.244a6.27 6.27 0 0 1-4.229 2.975l-.063.01-.037.2c-.095.556-.152 1.12-.171 1.688L3 15.999c0 .714.06 1.421.179 2.115l.037.198.063.012a6.279 6.279 0 0 1 4.093 2.756l.136.22a6.13 6.13 0 0 1 .63 4.746l-.023.075.176.132a13.017 13.017 0 0 0 2.667 1.486l.205.081.027-.031a6.302 6.302 0 0 1 4.545-2.207l.267-.006a6.3 6.3 0 0 1 4.811 2.215l.025.03.206-.081c.945-.39 1.841-.889 2.667-1.487l.175-.132-.022-.075a6.126 6.126 0 0 1 .495-4.501l.136-.244a6.27 6.27 0 0 1 4.229-2.975l.062-.011.038-.199c.095-.556.152-1.12.171-1.688l.007-.427c0-.714-.06-1.421-.179-2.115l-.038-.199-.062-.011a6.279 6.279 0 0 1-4.093-2.756l-.136-.22a6.13 6.13 0 0 1-.63-4.746l.022-.076-.175-.131a13.05 13.05 0 0 0-2.668-1.487l-.203-.08-.087.104a6.305 6.305 0 0 1-4.489 2.134l-.262.005a6.3 6.3 0 0 1-4.811-2.215l-.026-.032zM16 11a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 11zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}))})));SettingsBorder.displayName="SettingsBorder",SettingsBorder.iconName="settings_border",exports.default=SettingsBorder},"./packages/juno-icon/src/Share.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Share=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 30H6a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h3a1 1 0 0 1 0 2H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2zM19.884 8.292 17 5.416v11.17a1 1 0 0 1-2 0V5.416l-2.884 2.876a.998.998 0 0 1-1.411-1.411l4.588-4.588a.999.999 0 0 1 1.414 0l4.588 4.588a.998.998 0 0 1-1.411 1.411z"}))})));Share.displayName="Share",Share.iconName="share",exports.default=Share},"./packages/juno-icon/src/SharedDirectory.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SharedDirectory=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 5v22a2 2 0 0 1-2 2H7.986V3H28a2 2 0 0 1 2 2zM5.971 29V3H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h1.971zm11.136-11.645c-.615-.108-1.147-.161-1.596-.161a9.504 9.504 0 0 0-3.361.674 5.154 5.154 0 0 0-1.428.835c-.39.342-.586.737-.586 1.186v1.486h10.75v-1.486c0-.449-.196-.844-.586-1.186-.39-.332-.866-.611-1.428-.835s-1.15-.396-1.765-.513zm7.627.67c-.541-.09-1.008-.134-1.402-.134a8.669 8.669 0 0 0-2.391.372c.246.216.459.485.612.753.157.28.206.746.206 1.12v1.238h6.294v-1.238c0-.374-.171-.703-.514-.988-.343-.277-.761-.509-1.254-.696s-1.01-.329-1.55-.427zm.265-4.956c-.462-.435-1.018-.653-1.668-.653s-1.206.217-1.668.653-.692.962-.692 1.581.231 1.147.692 1.587 1.018.659 1.668.659c.65 0 1.206-.22 1.668-.659s.692-.968.692-1.587-.231-1.145-.692-1.581zm-7.59-1.661c-.526-.523-1.158-.784-1.898-.784s-1.373.261-1.899.784-.788 1.155-.788 1.897.262 1.376.788 1.904 1.159.791 1.899.791 1.373-.263 1.898-.791.789-1.161.789-1.904c0-.742-.263-1.374-.789-1.897z"}))})));SharedDirectory.displayName="SharedDirectory",SharedDirectory.iconName="shared-directory",exports.default=SharedDirectory},"./packages/juno-icon/src/SharedLine.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SharedLine=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.339 13.628c.291.136.516.35.676.643.157.312.336.636.539.971s.444.706.727 1.115c.177.268.248.56.208.865a1.381 1.381 0 0 1-.419.814 2.678 2.678 0 0 1-.441.303.532.532 0 0 1-.094.059l-.073.035a.878.878 0 0 1-.095.051.6.6 0 0 0-.062.029c.008.038.021.084.042.141l.036.094c.053.142.139.307.258.495.122.192.278.402.467.628.205.242.395.44.569.596.169.151.323.264.458.339.052.029.097.052.134.068l.093-.102.034-.033.004-.006.032-.04c.097-.102.179-.183.247-.245.073-.067.155-.131.264-.204.282-.166.596-.236.93-.207.344.03.636.167.842.388.257.242.523.485.799.727s.638.548 1.086.918c.251.206.418.46.496.753.079.298.053.585-.069.83-.083.206-.242.447-.479.734a3.94 3.94 0 0 1-.624.63 1.908 1.908 0 0 1-.65.35 2.57 2.57 0 0 1-.784.113c-.46 0-.94-.09-1.438-.268a7.335 7.335 0 0 1-1.485-.744c-.5-.32-.997-.71-1.489-1.165A15.646 15.646 0 0 1 8.6 21.775a14.086 14.086 0 0 1-1.57-2.268c-.409-.742-.698-1.437-.865-2.087-.17-.662-.211-1.259-.12-1.788.087-.56.33-1.014.73-1.35.186-.155.446-.312.784-.476.344-.167.629-.27.865-.307.315-.049.624-.004.914.132zm5.064-1.612 3.913 1.205c.226.097.273.388.089.54l-2.645 2.566-.447-1.422a2.613 2.613 0 0 0-.202.206 3.72 3.72 0 0 0-.907 2.677.478.478 0 0 1-.422.491.504.504 0 0 1-.574-.465 4.886 4.886 0 0 1 1.148-3.42c.182-.215.393-.393.624-.544l-.576-1.835zm5.405-5.901c.211.103.375.266.491.487.114.236.244.482.392.735s.323.534.528.844a.97.97 0 0 1 .151.655 1.066 1.066 0 0 1-.304.617 2.076 2.076 0 0 1-.32.229.4.4 0 0 1-.068.045l-.053.027a.774.774 0 0 1-.114.061 2.14 2.14 0 0 0 .245.553c.089.145.202.305.339.476.149.183.287.334.414.452.123.114.235.2.333.257.038.022.07.039.097.052l.068-.078.025-.025.003-.005.024-.03c.07-.077.13-.139.179-.186.053-.051.113-.099.192-.155a1.08 1.08 0 0 1 .676-.157.92.92 0 0 1 .612.294c.187.184.38.367.581.551s.464.415.79.695c.183.156.304.348.361.57a.92.92 0 0 1-.05.629c-.06.156-.176.339-.348.556a2.835 2.835 0 0 1-.454.477 1.372 1.372 0 0 1-.472.265 1.813 1.813 0 0 1-.57.086 2.99 2.99 0 0 1-1.045-.203 5.266 5.266 0 0 1-1.08-.564 7.785 7.785 0 0 1-1.082-.883c-.364-.34-.722-.725-1.074-1.157a10.72 10.72 0 0 1-1.142-1.718 7.061 7.061 0 0 1-.629-1.581c-.124-.501-.153-.954-.087-1.355.063-.424.24-.768.531-1.023.135-.117.324-.236.57-.361.25-.127.457-.205.629-.232.229-.037.453-.003.664.1z"}))})));SharedLine.displayName="SharedLine",SharedLine.iconName="Shared-line",exports.default=SharedLine},"./packages/juno-icon/src/Sharepoint.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Sharepoint=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.257 2c-.041-.002-.081.009-.122.017L2.455 4.975a.57.57 0 0 0-.455.56v20.877c0 .269.19.51.455.56l15.68 3.011c.035.006.07.017.105.017a.535.535 0 0 0 .35-.123.576.576 0 0 0 .21-.437V2.56a.58.58 0 0 0-.21-.437.546.546 0 0 0-.333-.123zm1.663 4.533v6.615a3.303 3.303 0 0 0 2.66-2.362 5.718 5.718 0 0 1 2.607 2.187A3.362 3.362 0 0 0 23.28 16a3.36 3.36 0 0 0 1.89 3.01 5.738 5.738 0 0 1-2.607 2.153 3.301 3.301 0 0 0-2.643-2.31v6.615c1.562-.251 2.717-1.544 2.783-3.167a6.817 6.817 0 0 0 3.57-2.957c.118.013.245.017.367.017a3.363 3.363 0 0 0 3.36-3.36 3.365 3.365 0 0 0-3.692-3.343 6.813 6.813 0 0 0-3.605-3.01c-.09-1.599-1.238-2.865-2.783-3.115zm-9.747 4.095c.56 0 1.008.048 1.4.105s.783.168 1.12.28V13.2a5.117 5.117 0 0 0-.56-.333c-.195-.1-.4-.176-.613-.227-.223-.057-.444-.105-.613-.105a2.26 2.26 0 0 0-.613-.07c-.28 0-.512.013-.735.07s-.392.099-.56.21a.977.977 0 0 0-.456.788c0 .168.066.343.123.455.111.112.216.274.385.385s.389.221.613.332c.223.112.507.239.787.35.391.169.783.337 1.12.56.337.169.617.385.84.665.223.223.391.503.56.84.111.337.175.676.175 1.067-.057.617-.164 1.061-.332 1.453-.223.392-.519.722-.91.945s-.774.396-1.278.507c-.503.111-1.015.175-1.575.175s-1.124-.063-1.627-.175a3.844 3.844 0 0 1-1.278-.385v-2.292c.395.342.853.603 1.348.77.503.168.949.28 1.452.28.28 0 .564.004.787-.053s.392-.116.56-.228c.169-.111.276-.221.333-.332s.105-.274.105-.385c0-.223-.046-.391-.157-.56s-.287-.286-.455-.455c-.223-.112-.455-.274-.735-.385s-.556-.234-.892-.402c-.783-.337-1.394-.722-1.785-1.225s-.613-1.061-.613-1.733c0-.56.11-1.008.333-1.4s.501-.682.893-.962c.392-.223.792-.449 1.295-.56s.997-.158 1.557-.158h.001z"}))})));Sharepoint.displayName="Sharepoint",Sharepoint.iconName="sharepoint",exports.default=Sharepoint},"./packages/juno-icon/src/Shield.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Shield=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16 2 .507.223.622.263c.18.075.378.15.58.224l.608.22 1.12.414.343.12.393.132.148.044.139.044.373.102.233.053.503.106.414.08.471.088 1.327.238.66.115 2.556.426v12.466l.003.05c.008.514-.086 1.197-.344 2.022l-.092.28-.035.098c-.544 1.525-1.525 3.15-3.029 4.829-.426.467-.876.912-1.35 1.33-.459.412-.969.839-1.521 1.277-.512.405-1.072.811-1.631 1.205l-1.442 1.008-.519.356-.245.163-.793.522-1.047-.642-.654-.424-.493-.333a29.192 29.192 0 0 1-2.088-1.595l-1.02-.846a26.759 26.759 0 0 1-2.346-2.177c-1.368-1.45-2.286-2.933-2.824-4.394-.337-.917-.491-1.723-.522-2.388l-.006-.216V4.858l1.21-.166 1.186-.17.839-.127.748-.119.474-.079.602-.107.318-.063.214-.045.198-.05.353-.101.201-.062.444-.145.549-.188.802-.287c.422-.154.797-.317 1.197-.483l.955-.381.712-.287zm-.027 2.167-.725.287-.756.314-.51.202-.468.171-.53.188-.575.197-.475.155-.393.119-.357.096-.179.044-.399.083-.449.083-.371.066-.488.081-.97.152-.648.098-.679.097v10.87c.003.459.102 1.022.309 1.653l.096.274c.46 1.249 1.255 2.497 2.4 3.711a23.547 23.547 0 0 0 1.766 1.67l1.316 1.099.768.623.449.349.212.16.412.297.441.302.223.149.568.37.451-.307 1.477-1.034.494-.353.634-.468.368-.285a32.274 32.274 0 0 0 1.443-1.212c.414-.365.813-.759 1.184-1.165 1.192-1.331 2.027-2.629 2.518-3.858l.144-.386c.206-.6.309-1.112.327-1.436l.003-.112-.005-.154-.001-10.772-.899-.149-.667-.116-1.343-.241-.484-.09-.443-.086-.536-.113-.313-.073-.267-.072-.504-.152-.599-.203-.666-.242-1.492-.55-.436-.172-.375-.159zm-.727 2.453.712-.296 1.609.594.705.256.474.162.286.093.148.044.071.023.25.073.292.079.133.033.259.059.568.12.471.092.497.093 1.276.229.001 9.084.003.124-.002.042a2.704 2.704 0 0 1-.082.44l-.042.154-.093.291-.116.308c-.399.994-1.105 2.091-2.145 3.252-.311.341-.658.683-1.017 1-.309.277-.639.558-.997.85l-.368.296-.338.262-.384.285-.683.49-.797.558-.249-.176-.385-.286-.418-.326-.467-.377-.257-.211-1.283-1.07a21.85 21.85 0 0 1-1.619-1.53c-.876-.928-1.492-1.854-1.87-2.757l-.106-.27-.068-.195a4.071 4.071 0 0 1-.209-.942l-.005-.114v-9.13l.611-.097.503-.084.654-.116.218-.042.434-.09.167-.039.182-.046.404-.112.353-.108.269-.087.524-.175.587-.204.78-.283.562-.222z"}))})));Shield.displayName="Shield",Shield.iconName="shield",exports.default=Shield},"./packages/juno-icon/src/Shortcut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Shortcut=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 24a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h12zM17.2 2.9l12.4 9.3A1 1 0 0 1 29 14h-5v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7H3a1 1 0 0 1-.6-1.8l12.4-9.3a2.001 2.001 0 0 1 2.4 0z"}))})));Shortcut.displayName="Shortcut",Shortcut.iconName="shortcut",exports.default=Shortcut},"./packages/juno-icon/src/ShortcutBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ShortcutBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 24a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h12zm-1 2H11a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2zM17.2 2.9l12.4 9.3A1 1 0 0 1 29 14h-5v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7H3a1 1 0 0 1-.6-1.8l12.4-9.3a2.001 2.001 0 0 1 2.4 0zM16 4.5 5.999 11.999 9 12a1 1 0 0 1 1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 1 1-1l3-.001L16 4.5z"}))})));ShortcutBorder.displayName="ShortcutBorder",ShortcutBorder.iconName="shortcut_border",exports.default=ShortcutBorder},"./packages/juno-icon/src/Signal0.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal0=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM6 14a2 2 0 1 0-.001 3.999A2 2 0 0 0 6 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z"}))})));Signal0.displayName="Signal0",Signal0.iconName="signal-0",exports.default=Signal0},"./packages/juno-icon/src/Signal1.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal1=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-10 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z"}))})));Signal1.displayName="Signal1",Signal1.iconName="signal-1",exports.default=Signal1},"./packages/juno-icon/src/Signal2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z"}))})));Signal2.displayName="Signal2",Signal2.iconName="signal-2",exports.default=Signal2},"./packages/juno-icon/src/Signal3.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal3=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.667 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM20 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM29.333 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"}))})));Signal3.displayName="Signal3",Signal3.iconName="signal-3",exports.default=Signal3},"./packages/juno-icon/src/SmartCompose.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmartCompose=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.806 8.448a2.396 2.396 0 0 0-.521-2.617l-1.128-1.128a2.411 2.411 0 0 0-1.698-.704 2.396 2.396 0 0 0-1.698.704l-1.057 1.058a.871.871 0 0 0-.08.07l-.022.023a.606.606 0 0 0-.047.056l-8.31 8.323a.79.79 0 0 0-.185.186l-.483.484a.796.796 0 0 0-.21.371l-1.136 4.528a.8.8 0 0 0 .973.97l4.528-1.152a.791.791 0 0 0 .368-.21L25.284 9.226c.223-.223.4-.488.521-.779zm-3.652-2.787a.803.803 0 0 1 .872.174l1.128 1.128a.785.785 0 0 1 .174.872.787.787 0 0 1-.174.26l-.563.563L21.328 6.4l.566-.567a.826.826 0 0 1 .259-.174zm-1.956 1.872L22.46 9.79l-7.356 7.356-2.254-2.253 7.348-7.359zm-8.391 8.579 2.074 2.074-2.771.705.697-2.779zM6.069 23.666a1.6 1.6 0 0 1 1.131-.469.8.8 0 1 0 0-1.6 3.2 3.2 0 1 0 0 6.4h20a.8.8 0 1 0 0-1.6h-20a1.6 1.6 0 0 1-1.131-2.731z"}))})));SmartCompose.displayName="SmartCompose",SmartCompose.iconName="smart-compose",exports.default=SmartCompose},"./packages/juno-icon/src/SmartSummary.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmartSummary=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m21.752 3.626-.312 1.072-.005.021a2.974 2.974 0 0 1-2.029 2.019l-.884.26c-.15.042-.334.094-.334.24v.009a.18.18 0 0 0 .148.177l1.07.314a2.96 2.96 0 0 1 2.032 2.038l.246.84.014.05c.042.15.094.334.24.334h.007a.18.18 0 0 0 .177-.148l.314-1.074.005-.021a2.977 2.977 0 0 1 2.027-2.019l.836-.246.024-.006.024-.008c.152-.04.336-.094.336-.24v-.009a.18.18 0 0 0-.148-.177l-1.072-.312a2.974 2.974 0 0 1-2.032-2.04l-.314-1.074c-.056-.168-.332-.168-.37 0zM1.312 13.5c0 .69.56 1.25 1.25 1.25h12.5a1.25 1.25 0 0 0 0-2.5h-12.5c-.69 0-1.25.56-1.25 1.25zm1.248 3.75h8.974a1.25 1.25 0 0 1 0 2.5H2.562a1.25 1.25 0 0 1 0-2.5zM1.312 23.5c0 .69.56 1.25 1.25 1.25h6.324a1.25 1.25 0 0 0 0-2.5H2.562c-.69 0-1.25.56-1.25 1.25zm26.376-12.29-.116-.068h-.004a1.266 1.266 0 0 0-1.385.142l.002-.002-12.016 12.184-.1.114-.104.148c-.109.16-.189.348-.23.55l-.002.01-.546 3.036.016.178.026.15.034.112c.162.408.538.698.986.732h.004l.13.004h.112l3.086-.69.154-.042.17-.068c.197-.085.366-.201.508-.342l12.038-12.204.092-.16.056-.116.042-.122a1.174 1.174 0 0 0-.427-1.256l-.003-.002-2.356-2.152-.064-.056-.104-.08zm-12.034 13.5 8.084-8.2 1.34 1.344-8.02 8.128-1.7.38.296-1.652zm11.362-11.524 1.404 1.28-1.876 1.9-1.34-1.342 1.812-1.838z"}))})));SmartSummary.displayName="SmartSummary",SmartSummary.iconName="smart-summary",exports.default=SmartSummary},"./packages/juno-icon/src/Sms.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Sms=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3C8.252 3 2 8.199 2 14.889l.005.314c.1 3.24 1.738 6.355 4.449 8.564l.294.232-.013.04c-.191.526-.539 1.231-1.119 2.237l-.811 1.308A.929.929 0 0 0 5.6 29h1.652l.333-.005c2.311-.074 4.224-.916 5.687-2.147l.048-.042.461.072a15.9 15.9 0 0 0 2.221.16c7.694 0 14-5.417 14-12.148 0-6.715-6.237-11.889-14-11.889z"}))})));Sms.displayName="Sms",Sms.iconName="sms",exports.default=Sms},"./packages/juno-icon/src/SmsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c7.763 0 14 5.174 14 11.889 0 6.732-6.306 12.148-14 12.148-.586 0-1.172-.035-1.77-.103l-.451-.057-.461-.072-.048.042c-1.386 1.166-3.175 1.983-5.325 2.129l-.362.018-.333.005H5.598a.929.929 0 0 1-.848-1.317l.054-.099.811-1.308.271-.479.122-.221.217-.41.184-.368c.112-.232.202-.439.275-.624l.051-.135.013-.04-.294-.232c-2.617-2.133-4.235-5.11-4.433-8.229l-.016-.335L2 14.888C2 8.198 8.252 2.999 16 2.999zm0 2C9.351 5 4.167 9.285 4.004 14.6L4 14.858l.004.284c.078 2.528 1.326 5.014 3.433 6.84l.257.216 1.4 1.105-.478 1.417c-.202.557-.515 1.21-.993 2.069l-.116.206.014.001c1.623-.052 3.05-.576 4.203-1.467l.227-.183.75-.659 1.357.211c.672.094 1.311.141 1.942.141 6.671 0 12-4.61 12-10.148 0-5.485-5.223-9.889-12-9.889z"}))})));SmsBorder.displayName="SmsBorder",SmsBorder.iconName="sms_border",exports.default=SmsBorder},"./packages/juno-icon/src/SmsDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 8c-4.649 0-8.4 3.159-8.4 7.225l.003.191c.06 1.969 1.043 3.862 2.669 5.204l.176.141-.008.024c-.114.32-.324.748-.671 1.36l-.486.795c-.23.376.038.86.477.86h.991l.2-.003a5.452 5.452 0 0 0 3.412-1.305l.029-.026.276.043c.454.065.893.097 1.332.097 4.616 0 8.4-3.292 8.4-7.382 0-4.081-3.742-7.225-8.4-7.225z"}))})));SmsDefault.displayName="SmsDefault",SmsDefault.iconName="sms-default",exports.default=SmsDefault},"./packages/juno-icon/src/SmsInviteBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsInviteBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c7.763 0 14 5.174 14 11.889 0 .858-.102 1.694-.297 2.501a8.047 8.047 0 0 0-1.779-1.363c.05-.374.076-.754.076-1.138C28 9.404 22.777 5 16 5 9.351 5 4.167 9.285 4.004 14.6L4 14.858l.004.284c.078 2.528 1.326 5.014 3.433 6.84l.257.216 1.4 1.105-.478 1.417c-.202.557-.515 1.21-.993 2.069l-.116.206.014.001c1.623-.052 3.05-.576 4.203-1.467l.227-.183.75-.659 1.357.211c.672.094 1.311.141 1.942.141l.261-.002c.183.698.458 1.358.811 1.968a15.607 15.607 0 0 1-2.842-.069l-.451-.057-.461-.072-.048.042c-1.386 1.166-3.175 1.983-5.325 2.129l-.362.018-.333.005H5.598a.929.929 0 0 1-.848-1.317l.054-.099.811-1.308.271-.479.122-.221.217-.41.184-.368c.112-.232.202-.439.275-.624l.051-.135.013-.04-.294-.232c-2.617-2.133-4.235-5.11-4.433-8.229l-.016-.335L2 14.89C2 8.2 8.252 3.001 16 3.001zm8 14a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1z"}))})));SmsInviteBorder.displayName="SmsInviteBorder",SmsInviteBorder.iconName="sms_invite_border",exports.default=SmsInviteBorder},"./packages/juno-icon/src/SmsTemplate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsTemplate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.129 16.509a1 1 0 0 1 1.742 0l1.996 3.542 3.988.806a1 1 0 0 1 .615 1.564l-.076.093-2.754 2.993.468 4.041a1 1 0 0 1-1.303 1.066l-.107-.042L23 28.88l-3.698 1.692a1 1 0 0 1-1.416-.91l.007-.114.467-4.041-2.753-2.993a1 1 0 0 1 .422-1.626l.117-.031 3.987-.806zM16 2c6.627 0 12 5.373 12 12v1h-2v-1c0-5.523-4.477-10-10-10H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h8v2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 17.037-1.351 2.396a.998.998 0 0 1-.673.489l-2.697.544 1.862 2.025a.997.997 0 0 1 .264.668l-.007.124-.316 2.732 2.502-1.144a.999.999 0 0 1 .717-.044l.115.044 2.501 1.144-.315-2.732a1 1 0 0 1 .179-.696l.078-.096 1.861-2.025-2.696-.544a1.001 1.001 0 0 1-.606-.385l-.067-.104zM18 14a1 1 0 0 1 0 2h-7a1 1 0 0 1 0-2zm2-5a1 1 0 0 1 0 2h-9a1 1 0 0 1 0-2z"}))})));SmsTemplate.displayName="SmsTemplate",SmsTemplate.iconName="sms-template",exports.default=SmsTemplate},"./packages/juno-icon/src/Sort.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Sort=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m16.707 5.293 5.586 5.586a1 1 0 0 1-.707 1.707H10.414a1 1 0 0 1-.707-1.707l5.586-5.586a.999.999 0 0 1 1.414 0z"}),React.createElement("path",{fill:"#212121",d:"m16.703 26.293 5.586-5.586A1 1 0 0 0 21.582 19H10.41a1 1 0 0 0-.707 1.707l5.586 5.586a1 1 0 0 0 1.414 0z"}))})));Sort.displayName="Sort",Sort.iconName="sort",exports.default=Sort},"./packages/juno-icon/src/SortMessage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SortMessage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m4.914 21.5 2.879 2.879V5.207a1 1 0 0 1 2 0v19.172l2.879-2.879a1 1 0 0 1 1.414 1.414L9.5 27.5a.999.999 0 0 1-1.414 0L3.5 22.914A1 1 0 0 1 4.914 21.5zm14-11 2.879-2.879v19.172a1 1 0 0 0 2 0V7.621l2.879 2.879a1 1 0 0 0 1.414-1.414L23.5 4.5a.999.999 0 0 0-1.414 0L17.5 9.086a1 1 0 0 0 1.414 1.414z"}))})));SortMessage.displayName="SortMessage",SortMessage.iconName="sort-message",exports.default=SortMessage},"./packages/juno-icon/src/SpeakerDown.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SpeakerDown=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.414 3.414A2 2 0 0 1 22 4.828v22.343a2 2 0 0 1-3.414 1.414L12 21.999H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM20 4.828l-6.586 6.586A2 2 0 0 1 12 12H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L20 27.172V4.829zm5.511 5.551a1 1 0 0 1 1.332.474A11.959 11.959 0 0 1 28 16c0 1.839-.415 3.621-1.202 5.24a1 1 0 1 1-1.799-.875 9.958 9.958 0 0 0 1-4.366 9.96 9.96 0 0 0-.963-4.288 1 1 0 0 1 .474-1.332z"}))})));SpeakerDown.displayName="SpeakerDown",SpeakerDown.iconName="speaker-down",exports.default=SpeakerDown},"./packages/juno-icon/src/SpeakerMute.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SpeakerMute=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.414 3.414A2 2 0 0 1 20 4.828v22.343a2 2 0 0 1-3.414 1.414L10 21.999H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM18 4.828l-6.586 6.586A2 2 0 0 1 10 12H5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L18 27.172V4.829zm5.172 6.929 2.83 2.828 2.827-2.828a.999.999 0 1 1 1.414 1.414l-2.827 2.828 2.827 2.828a.999.999 0 1 1-1.414 1.414l-2.827-2.828-2.83 2.828a.999.999 0 1 1-1.414-1.414l2.83-2.828-2.83-2.828a.999.999 0 1 1 1.414-1.414z"}))})));SpeakerMute.displayName="SpeakerMute",SpeakerMute.iconName="speaker-mute",exports.default=SpeakerMute},"./packages/juno-icon/src/SpeakerUp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SpeakerUp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.414 3.414A2 2 0 0 1 20 4.828v22.343a2 2 0 0 1-3.414 1.414L10 21.999H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM18 4.828l-6.586 6.586A2 2 0 0 1 10 12H5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L18 27.172V4.829zm8.003 2.809a1 1 0 0 1 1.395.232C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 .232-1.395zm-3.521 3.568a1 1 0 0 1 1.362.38A8.963 8.963 0 0 1 25 16.001a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16.001a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 .38-1.362z"}))})));SpeakerUp.displayName="SpeakerUp",SpeakerUp.iconName="speaker-up",exports.default=SpeakerUp},"./packages/juno-icon/src/Star.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Star=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.885 1.726c.394.195.714.514.908.908l2.97 6.018a1 1 0 0 0 .753.547l6.641.965a2.001 2.001 0 0 1 1.109 3.412L24.46 18.26c-.236.23-.343.561-.288.885l1.134 6.614a1.999 1.999 0 0 1-2.902 2.108l-5.94-3.123a1.002 1.002 0 0 0-.931 0l-5.94 3.123a2 2 0 0 1-2.902-2.109l1.134-6.614a.999.999 0 0 0-.288-.885l-4.806-4.684a2 2 0 0 1 1.109-3.411l6.641-.965a1 1 0 0 0 .753-.547l2.97-6.018a2 2 0 0 1 2.679-.908z"}))})));Star.displayName="Star",Star.iconName="star",exports.default=Star},"./packages/juno-icon/src/StarBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StarBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.885 1.726c.394.195.714.514.908.908l2.97 6.018a1 1 0 0 0 .753.547l6.641.965a2.001 2.001 0 0 1 1.109 3.412L24.46 18.26c-.236.23-.343.561-.288.885l1.134 6.614a1.999 1.999 0 0 1-2.902 2.108l-5.94-3.123a1.002 1.002 0 0 0-.931 0l-5.94 3.123a2 2 0 0 1-2.902-2.109l1.134-6.614a.999.999 0 0 0-.288-.885l-4.806-4.684a2 2 0 0 1 1.109-3.411l6.641-.965a1 1 0 0 0 .753-.547l2.97-6.018a2 2 0 0 1 2.679-.908zM13.03 9.537a3.001 3.001 0 0 1-2.259 1.641l-6.24.907a.2.2 0 0 0-.111.341l4.515 4.401a3 3 0 0 1 .863 2.655l-1.066 6.215a.2.2 0 0 0 .29.211l5.581-2.934a3.003 3.003 0 0 1 2.792 0l5.581 2.934a.2.2 0 0 0 .27-.084c.02-.039.028-.084.02-.127L22.2 19.482a3 3 0 0 1 .863-2.655l4.515-4.401a.2.2 0 0 0-.11-.341l-6.24-.907a3.001 3.001 0 0 1-2.259-1.641l-2.791-5.655a.2.2 0 0 0-.359 0l-2.791 5.655z"}))})));StarBorder.displayName="StarBorder",StarBorder.iconName="star_border",exports.default=StarBorder},"./packages/juno-icon/src/Start.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Start=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 27 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.667 5.49h21.02a2.667 2.667 0 0 1 2.667 2.667v21.02a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 29.177V8.157A2.667 2.667 0 0 1 2.667 5.49zm.666 3.334V28.51h19.686V8.824H3.333z"}),React.createElement("path",{d:"M13.176 13.176c.606 0 1.098.492 1.098 1.098v3.294h3.294a1.099 1.099 0 0 1 0 2.196h-3.294v3.294a1.099 1.099 0 0 1-2.196 0v-3.294H8.784a1.099 1.099 0 0 1 0-2.196h3.294v-3.294c0-.606.492-1.098 1.098-1.098zM13.176 0a5.49 5.49 0 0 1 5.49 5.49h-3.294a2.196 2.196 0 1 0-4.392 0H7.686A5.49 5.49 0 0 1 13.176 0z"}))})));Start.displayName="Start",Start.iconName="start",exports.default=Start},"./packages/juno-icon/src/StartMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StartMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.778 1.778 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.877v-9.79zm-15.111.451c.491 0 .889.398.889.889v2.667h2.667a.889.889 0 1 1 0 1.778h-2.667v2.667a.889.889 0 1 1-1.778 0v-2.668l-2.667.001a.889.889 0 1 1 0-1.778l2.667-.001v-2.666c0-.491.398-.889.889-.889z"}))})));StartMeeting.displayName="StartMeeting",StartMeeting.iconName="start_meeting",exports.default=StartMeeting},"./packages/juno-icon/src/Stop.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Stop=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18z"}))})));Stop.displayName="Stop",Stop.iconName="stop",exports.default=Stop},"./packages/juno-icon/src/StopBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1z"}))})));StopBorder.displayName="StopBorder",StopBorder.iconName="stop_border",exports.default=StopBorder},"./packages/juno-icon/src/StopCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm3 9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6z"}))})));StopCircle.displayName="StopCircle",StopCircle.iconName="stop_circle",exports.default=StopCircle},"./packages/juno-icon/src/StopCircleBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopCircleBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm3 7a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6z"}))})));StopCircleBorder.displayName="StopCircleBorder",StopCircleBorder.iconName="stop_circle_border",exports.default=StopCircleBorder},"./packages/juno-icon/src/StopRecord.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopRecord=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f44336",d:"M26 23.441A2.54 2.54 0 0 1 23.441 26H8.558a2.54 2.54 0 0 1-2.559-2.559V8.558a2.54 2.54 0 0 1 2.559-2.559h14.883A2.54 2.54 0 0 1 26 8.558v14.883z"}))})));StopRecord.displayName="StopRecord",StopRecord.iconName="stop-record",exports.default=StopRecord},"./packages/juno-icon/src/StopSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.001 8C8.824 8 8 8.822 8 16s.824 8 8.001 8c7.086 0 7.984-.858 7.999-7.655v-.689c-.014-6.798-.913-7.655-7.999-7.655z"}))})));StopSp.displayName="StopSp",StopSp.iconName="stop_sp",exports.default=StopSp},"./packages/juno-icon/src/Strike.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Strike=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.21 18c.824.974 1.212 2.165 1.212 3.633 0 4.412-3.691 7.383-9.369 7.383-4.781 0-8.402-2.18-9.281-5.66a3.708 3.708 0 0 1-.105-.844c0-.721.422-1.16 1.143-1.16.615 0 .879.299 1.125.967.791 2.777 3.568 4.553 7.137 4.553 4.061 0 6.855-2.092 6.855-4.975 0-1.815-.992-3.004-3.256-3.896h4.54zM29 16a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26zM16 3c4.518 0 7.928 2.215 8.701 5.396.07.264.105.58.105.791 0 .686-.439 1.09-1.125 1.09-.563 0-.879-.264-1.072-.809C21.888 6.779 19.41 5.144 16 5.144c-3.604 0-6.328 1.969-6.328 4.764 0 1.997 1.371 3.193 4.449 4.092H8.743c-1.062-1.035-1.567-2.329-1.567-3.934C7.176 5.935 10.973 3 16 3z"}))})));Strike.displayName="Strike",Strike.iconName="strike",exports.default=Strike},"./packages/juno-icon/src/Stripe.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Stripe=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 2v28h28V2H2zm17.932 20.643c-.968.775-2.402 1.182-4.126 1.182-2.169 0-4.261-.659-5.384-1.298l.581-3.622c1.317.775 3.331 1.375 4.552 1.375.988 0 1.53-.368 1.53-1.007 0-.659-.562-1.085-2.247-1.685-2.615-.949-4.222-2.072-4.222-4.707 0-1.453.523-2.653 1.53-3.486.968-.794 2.324-1.22 3.951-1.22 2.305 0 3.971.639 4.784 1.027l-.581 3.583c-1.027-.504-2.518-1.065-3.971-1.065-.794 0-1.24.31-1.24.852 0 .639.775 1.046 2.189 1.569 2.653.949 4.3 2.072 4.3 4.765 0 1.627-.562 2.886-1.646 3.738z"}))})));Stripe.displayName="Stripe",Stripe.iconName="stripe",exports.default=Stripe},"./packages/juno-icon/src/Summary.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Summary=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.446 2h9.555c.897 0 1.759.35 2.402.975l5.953 5.788a3.448 3.448 0 0 1 1.044 2.471v15.32A3.446 3.446 0 0 1 23.954 30H8.446A3.446 3.446 0 0 1 5 26.554V5.446A3.446 3.446 0 0 1 8.446 2zm13.096 8.615V9.581H10.074l4.205 7.065-4.205 7.065h11.468v-3.044h-2.068v.976h-5.763l2.974-4.997-2.974-4.997h5.763v.976h2.068v-2.01z"}))})));Summary.displayName="Summary",Summary.iconName="summary",exports.default=Summary},"./packages/juno-icon/src/SupportCase.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SupportCase=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M3 7v3.341a6.003 6.003 0 0 1 0 11.318V25h10.935A8.96 8.96 0 0 1 13 21a9 9 0 0 1 9-9 9 9 0 0 1 3 .512V7H3zm12.292 20H3a2 2 0 0 1-2-2v-4.714a4.286 4.286 0 0 0 0-8.572V7a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v6.515A9 9 0 1 1 15.292 27zM9 11a1 1 0 0 1 2 0v10a1 1 0 0 1-2 0V11zm13 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm0-12a1 1 0 0 0-1 1v3h-3a1 1 0 0 0 0 2h3v3a1 1 0 0 0 2 0v-3h3a1 1 0 0 0 0-2h-3v-3a1 1 0 0 0-1-1z"}))})));SupportCase.displayName="SupportCase",SupportCase.iconName="support-case",exports.default=SupportCase},"./packages/juno-icon/src/Swap.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Swap=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.6 10.5c0-3.038 2.507-5.5 5.6-5.5s5.6 2.462 5.6 5.5v11H30L24.4 27l-5.6-5.5H23v-11c0-1.519-1.254-2.75-2.8-2.75s-2.8 1.231-2.8 2.75v11c0 3.038-2.507 5.5-5.6 5.5s-5.6-2.462-5.6-5.5v-11H2L7.6 5l5.6 5.5H9v11c0 1.519 1.254 2.75 2.8 2.75s2.8-1.231 2.8-2.75v-11z"}))})));Swap.displayName="Swap",Swap.iconName="swap",exports.default=Swap},"./packages/juno-icon/src/Switchboard.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Switchboard=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m17.954 3.672-.057.003-.862-.003-.262.003-.454.016a5.253 5.253 0 0 0-.195.014l-.876.097c-.901.102-1.466.207-2.054.422-1.026.376-1.754.993-2.677 2.081l-.693.827-.221.251-.103.112c-.42.448-.795.931-1.265 1.602l-.729 1.053-.361.5c-1.139 1.525-1.723 2.556-2.008 3.851-.414 1.882.133 2.976 1.956 3.647.408.15.814.231 1.351.288l1.274.103 1.866.091.345.024-.178.308a16.09 16.09 0 0 1-.354.564l-.371.549-1.474 2.098-.646.96-.413.628-.367.573-.337.544c-.055.09-.109.179-.162.269-.567.949-.239 2.419.807 2.819.879.336 1.371.455 1.999.322 1.55-.327 2.592-.62 3.6-1.068 1.469-.652 2.955-1.437 4.672-2.444l.872-.523c1.095-.674 1.939-1.27 2.716-1.94l.667-.581.585-.524c1.187-1.084 1.875-1.856 2.548-2.892.5-.769.773-1.37.878-2.098.162-1.122-.409-2.183-1.457-2.603a4.932 4.932 0 0 0-1.46-.346l-.988-.058-1.608-.07-.521-.03-.036.171c.063-.367.194-.714.361-.95l.521-.722 1.578-2.1.539-.738.462-.666c.53-.784.794-1.549.642-2.298-.197-.972-1.017-1.573-2.271-1.791l-.358-.061-.642-.101-.559-.075a16.134 16.134 0 0 0-.497-.053l-.454-.033c-.147-.008-.29-.014-.432-.017l-1.837-.006z"}))})));Switchboard.displayName="Switchboard",Switchboard.iconName="switchboard",exports.default=Switchboard},"./packages/juno-icon/src/SwitchboardBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SwitchboardBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m17.954 3.672-.057.003-.862-.003-.262.003-.454.016a5.253 5.253 0 0 0-.195.014l-.876.097c-.901.102-1.466.207-2.054.422-1.026.376-1.754.993-2.677 2.081l-.693.827-.221.251-.103.112c-.42.448-.795.931-1.265 1.602l-.729 1.053-.361.5c-1.139 1.525-1.723 2.556-2.008 3.851-.414 1.882.133 2.976 1.956 3.647.408.15.814.231 1.351.288l1.274.103 1.866.091.345.024-.178.308a16.09 16.09 0 0 1-.354.564l-.371.549-1.474 2.098-.646.96-.413.628-.367.573-.337.544c-.055.09-.109.179-.162.269-.567.949-.239 2.419.807 2.819.879.336 1.371.455 1.999.322 1.55-.327 2.592-.62 3.6-1.068 1.469-.652 2.955-1.437 4.672-2.444l.872-.523c1.095-.674 1.939-1.27 2.716-1.94l.667-.581.585-.524c1.187-1.084 1.875-1.856 2.548-2.892.5-.769.773-1.37.878-2.098.162-1.122-.409-2.183-1.457-2.603a4.932 4.932 0 0 0-1.46-.346l-.988-.058-1.608-.07-.521-.03-.036.171c.063-.367.194-.714.361-.95l.521-.722 1.578-2.1.539-.738.462-.666c.53-.784.794-1.549.642-2.298-.197-.972-1.017-1.573-2.271-1.791l-.358-.061-.642-.101-.559-.075a16.134 16.134 0 0 0-.497-.053l-.454-.033c-.147-.008-.29-.014-.432-.017l-1.837-.006zm1.453 2.003.162.001c.123.001.245.003.369.008l.383.022.417.038.228.026.506.069.59.093.332.057c.116.02.212.04.292.06l.192.056.112.049c.039.022.054.04.056.052.019.092-.057.329-.249.642l-.306.455-.597.832-1.813 2.418-.338.468-.112.157c-.351.498-.588 1.123-.698 1.766-.201 1.176.584 2.072 1.761 2.154l.849.048 1.774.078.594.038c.276.02.577.093.862.207.168.067.255.229.222.461-.055.385-.22.746-.575 1.293a10.36 10.36 0 0 1-1.385 1.706l-.412.405c-.073.07-.149.141-.228.214l-.505.459-.579.51-.32.277c-.861.743-1.848 1.404-3.293 2.252-1.657.972-3.079 1.723-4.471 2.341-.85.377-1.778.638-3.202.939l-.047.004c-.073 0-.188-.022-.355-.073l-.274-.091.314-.514.337-.534.582-.89.649-.965 1.536-2.189.09-.132c.383-.564.697-1.073.967-1.581.65-1.223-.039-2.55-1.429-2.681l-.497-.04-.829-.044-.908-.041-1.262-.091c-.519-.045-.843-.1-1.112-.199l-.151-.057-.248-.104c-.392-.184-.451-.357-.359-.866l.064-.313c.208-.943.677-1.771 1.667-3.097l.382-.529.737-1.065c.348-.496.629-.867.912-1.189l.415-.457.428-.503.415-.497c.713-.84 1.212-1.263 1.835-1.491.249-.091.514-.157.862-.215l.461-.066 1.105-.125.321-.017.517-.008.785.003h.712l.664.007.097-.007z"}))})));SwitchboardBorder.displayName="SwitchboardBorder",SwitchboardBorder.iconName="switchboard_border",exports.default=SwitchboardBorder},"./packages/juno-icon/src/TakeNotes.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TakeNotes=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.573 5.6c.997 0 1.889.463 2.49 1.196l.65.797c.481.587.771 1.345.771 2.174a3.406 3.406 0 0 1-1.155 2.57L16.69 25.187c-.493.427-1.07.69-1.687.776L9 26.795l1.805-5.966.006-.024a3.355 3.355 0 0 1 1.002-1.544L25.45 6.414a3.176 3.176 0 0 1 2.123-.814zm-.01 2.405a.896.896 0 0 0-.594.225L13.327 21.08a.99.99 0 0 0-.304.463l-.718 2.374 2.391-.333a.907.907 0 0 0 .474-.214l13.643-12.852a.975.975 0 0 0 .346-.749.977.977 0 0 0-.22-.622l-.655-.801a.91.91 0 0 0-.721-.341z"}))})));TakeNotes.displayName="TakeNotes",TakeNotes.iconName="take-notes",exports.default=TakeNotes},"./packages/juno-icon/src/TakeOver.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TakeOver=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.064 16.054a2.241 2.241 0 0 1 2.146 2.168c.054.846.025 1.695.036 2.543l-.018 1.279c3.111.906 6.414.901 9.523-.014l-.011-3.01a3.597 3.597 0 0 1 .223-1.575 2.116 2.116 0 0 1 1.919-1.353 90.817 90.817 0 0 1 4.868.009 2.262 2.262 0 0 1 2.167 2.102c.022.275.039.613.052.984l.02.775.01.804v1.137l-.008.63c-.032.772-.313 2.513-.8 3.109a1.638 1.638 0 0 0-.08.149l-.649.673-.71.518c-.119.085-.239.169-.362.249a16.805 16.805 0 0 1-4.005 1.772l-.529.146a24.097 24.097 0 0 1-7.552.927c-3.121-.131-6.154-.682-9.021-1.992a10.117 10.117 0 0 1-2.869-1.852c-.858-.747-1.362-3.825-1.389-4.969l-.02-1.148a20.044 20.044 0 0 1 .031-1.717c.109-1.461.956-2.316 2.407-2.368a65.916 65.916 0 0 1 4.621.025zM16 2c.32 0 .604.15.787.383a.994.994 0 0 1 .091.081l5.657 5.657a.999.999 0 1 1-1.414 1.414l-4.122-4.122v12.586a1 1 0 0 1-2 0V5.412l-4.121 4.123a.999.999 0 1 1-1.414-1.414l5.657-5.657.094-.083A.998.998 0 0 1 15.999 2z"}))})));TakeOver.displayName="TakeOver",TakeOver.iconName="take_over",exports.default=TakeOver},"./packages/juno-icon/src/TakeOverSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TakeOverSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.846 14.358 3.614 1.362a2.966 2.966 0 0 1 1.961 2.786l-.003.155c0 .551.344 1.021.828 1.208l.144.046c.653.169 1.635.376 2.617.406.981.005 1.959-.097 2.918-.303a.975.975 0 0 0 .746-.783l.013-.133.009-.275a2.986 2.986 0 0 1 1.924-2.696l.218-.072 3.949-1.152.243.943c1 1.851 1.157 3.671.451 5.269h-.002a5.938 5.938 0 0 1-1.054 1.591l-.371.376a8.966 8.966 0 0 1-1.789 1.286l-.047.023c-1.906 1.038-4.321 1.598-6.848 1.598l-.531-.009c-4.646-.139-8.706-2.146-10.107-4.994-.618-1.257-1.014-3.29.606-5.831l.512-.8zM16 4.571l4.177 4.181-1.211 1.211-2.167-2.167v8.847h-1.714V7.915l-2.05 2.048-1.211-1.211 4.177-4.181z"}))})));TakeOverSp.displayName="TakeOverSp",TakeOverSp.iconName="take-over_sp",exports.default=TakeOverSp},"./packages/juno-icon/src/TaskNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TaskNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm6.376 9.741a1 1 0 0 0-1.32-.083l-.094.083-6.365 6.363-3.535-3.535a.999.999 0 0 0-1.497 1.32l.083.094 4.243 4.243a.99.99 0 0 0 .531.277l.117.014h.118l.117-.014a.99.99 0 0 0 .436-.194l.094-.083 7.071-7.071a.999.999 0 0 0 0-1.414z"}))})));TaskNew.displayName="TaskNew",TaskNew.iconName="task-new",exports.default=TaskNew},"./packages/juno-icon/src/TaskNewBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TaskNewBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm6.376 7.741a.999.999 0 0 1 0 1.414l-7.071 7.071a.99.99 0 0 1-.531.277l-.117.014h-.118a.997.997 0 0 1-.648-.291l-4.243-4.243a.999.999 0 1 1 1.414-1.414l3.535 3.535 6.365-6.363a.999.999 0 0 1 1.414 0z"}))})));TaskNewBorder.displayName="TaskNewBorder",TaskNewBorder.iconName="task-new_border",exports.default=TaskNewBorder},"./packages/juno-icon/src/Team.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Team=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001A3.98 3.98 0 0 1 8 26c0-2.541.969-4.815 2.582-6.627A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"}))})));Team.displayName="Team",Team.iconName="team",exports.default=Team},"./packages/juno-icon/src/TeamBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TeamBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001a3.98 3.98 0 0 1-.527-1.73L8 26c-3.576.011-5.455.011-5.637 0-.272-.017-.363-.289-.324-.574C2.381 22.935 4.919 21 8 21c.452 0 .892.042 1.315.12.358-.62.784-1.204 1.267-1.747A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zm0 2c4.707 0 8.571 2.811 8.967 6.393.053.479-.253.607-.448.607H12.28c-.177 0-.279-.209-.264-.416C12.293 21.912 16.209 19 21 19zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zM8 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm13-4a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"}))})));TeamBorder.displayName="TeamBorder",TeamBorder.iconName="team_border",exports.default=TeamBorder},"./packages/juno-icon/src/TeamDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TeamDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.6 12.7c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm-10.999 0c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm5.499 9.899c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm5.5-3.299c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm-10.999 0c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zM18.1 9.401c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547z"}))})));TeamDefault.displayName="TeamDefault",TeamDefault.iconName="team-default",exports.default=TeamDefault},"./packages/juno-icon/src/Text.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Text=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.533 5.001c.466-.02.906.263 1.069.719l7.279 20.333a.92.92 0 0 1-.628 1.2 1.086 1.086 0 0 1-1.303-.683l-2.126-5.939a.978.978 0 0 1-.163.013h-8.553l-2.12 5.926c-.19.532-.757.829-1.303.683a.921.921 0 0 1-.651-1.128c.007-.024.014-.048.023-.072L15.336 5.72a1.086 1.086 0 0 1 1.135-.714zm3.578 13.644L16.467 8.463l-3.645 10.182h7.289z"}))})));Text.displayName="Text",Text.iconName="text",exports.default=Text},"./packages/juno-icon/src/Theme.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Theme=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-5-7a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM9 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM6.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14a2.333 2.333 0 0 0 2.333-2.333c0-.607-.233-1.151-.607-1.556a2.407 2.407 0 0 1-.591-1.556 2.333 2.333 0 0 1 2.333-2.333h2.753a7.777 7.777 0 0 0 7.778-7.778C29.999 7.568 23.73 2 15.999 2z"}))})));Theme.displayName="Theme",Theme.iconName="theme",exports.default=Theme},"./packages/juno-icon/src/ThreadReply.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThreadReply=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.099 6.667c.872 0 1.586.67 1.649 1.521l.005.122.001 4.249.826-.001c5.939 0 10.753 4.782 10.753 10.681v2.465c0 .979-1.415 1.137-1.634.182-.662-2.897-3.226-5.017-6.235-5.108l-.218-.003h-3.492l-.001 4.249c0 .435-.175.854-.485 1.162a1.662 1.662 0 0 1-2.234.096l-.001.002-.105-.096-8.414-8.358a1.636 1.636 0 0 1-.097-2.219l.097-.104 8.414-8.358a1.66 1.66 0 0 1 1.17-.481zm-3.671.187c.29.311.294.792.011 1.108l-.155.172-8.441 8.532 8.441 8.4.152.169a.824.824 0 0 1-1.059 1.243l-.11-.086-8.588-8.546a1.654 1.654 0 0 1-.041-2.338l.065-.064.068-.06 8.496-8.571a.822.822 0 0 1 1.161.041zm3.506 1.688a.165.165 0 0 0-.117.048l-8.014 7.961a.164.164 0 0 0 0 .233l8.014 7.961a.167.167 0 0 0 .283-.116l.001-4.673c0-.454.371-.822.827-.822l4.575.004a8.293 8.293 0 0 1 5.938 2.765l.167.193-.033-.233c-.628-4.071-3.99-7.248-8.166-7.622l.001-.037-2.482-.001a.824.824 0 0 1-.821-.726l-.006-.096-.001-4.674a.165.165 0 0 0-.165-.164z"}))})));ThreadReply.displayName="ThreadReply",ThreadReply.iconName="thread-reply",exports.default=ThreadReply},"./packages/juno-icon/src/ThreadReplySnackbar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThreadReplySnackbar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.407 4.089c1.027 0 1.869.801 1.943 1.818l.006.146.001 5.08.973-.001c6.998 0 12.67 5.717 12.67 12.77v2.947c0 1.17-1.667 1.359-1.925.218-.78-3.463-3.801-5.998-7.346-6.107l-.257-.004h-4.114l-.001 5.08c0 .52-.206 1.021-.571 1.389a1.938 1.938 0 0 1-2.632.115l-.001.002-.124-.115-9.914-9.992a1.976 1.976 0 0 1-.114-2.653l.114-.124 9.914-9.992a1.942 1.942 0 0 1 1.379-.575l.001-.001zm-4.325.224a.994.994 0 0 1 .013 1.325l-.183.206-9.946 10.2 9.946 10.042.179.202a.994.994 0 0 1-.07 1.39.958.958 0 0 1-1.178.096l-.13-.103L.594 17.454a1.998 1.998 0 0 1-.048-2.795l.077-.076.08-.072 10.01-10.247a.959.959 0 0 1 1.368.049zm4.131 2.018a.194.194 0 0 0-.138.057l-9.443 9.518a.197.197 0 0 0 0 .279l9.443 9.518a.196.196 0 0 0 .334-.139l.001-5.587a.98.98 0 0 1 .974-.983l5.39.005a9.71 9.71 0 0 1 6.996 3.306l.197.231-.039-.279c-.74-4.867-4.701-8.665-9.622-9.112l.001-.044-2.924-.001a.975.975 0 0 1-.967-.868l-.007-.115-.001-5.588a.195.195 0 0 0-.194-.196l-.001-.001z"}))})));ThreadReplySnackbar.displayName="ThreadReplySnackbar",ThreadReplySnackbar.iconName="thread-reply-snackbar",exports.default=ThreadReplySnackbar},"./packages/juno-icon/src/Thumbup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Thumbup=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 15v13H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h3zM19 2a2.305 2.305 0 0 1 2.227 2.899L19.867 10H26a4 4 0 0 1 4 4v4.5a9.5 9.5 0 0 1-9.5 9.5H9V13.37l5.825-9.49A4 4 0 0 1 18.217 2H19z"}))})));Thumbup.displayName="Thumbup",Thumbup.iconName="thumbup",exports.default=Thumbup},"./packages/juno-icon/src/ThumbupBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThumbupBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 28a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h4l6.825-11.12A4 4 0 0 1 18.217 2H19a2.305 2.305 0 0 1 2.227 2.899L19.867 10H26a4 4 0 0 1 4 4v4.5a9.5 9.5 0 0 1-9.5 9.5H4zm3-11H5a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2v-9zM19 4h-.783a1.99 1.99 0 0 0-1.687.926l-6.825 11.12C9.341 16.639 9 17 9 17v9h11.5a7.5 7.5 0 0 0 7.5-7.5V14a2 2 0 0 0-2-2h-6.133a2 2 0 0 1-1.933-2.515l1.36-5.101A.305.305 0 0 0 18.999 4z"}))})));ThumbupBorder.displayName="ThumbupBorder",ThumbupBorder.iconName="thumbup_border",exports.default=ThumbupBorder},"./packages/juno-icon/src/Time.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Time=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 0 0-.993.883L15 7v8H9a1 1 0 0 0-.117 1.993L9 17l7.117-.007c.459-.053.823-.418.877-.877l.007-.117v-9a1 1 0 0 0-1-1z"}))})));Time.displayName="Time",Time.iconName="time",exports.default=Time},"./packages/juno-icon/src/TimeBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TimeBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zM9 17a1 1 0 0 1 0-2h6V7a1 1 0 0 1 2 0v9a1 1 0 0 1-.883.993L16 17H9z"}))})));TimeBorder.displayName="TimeBorder",TimeBorder.iconName="time_border",exports.default=TimeBorder},"./packages/juno-icon/src/TodayCalendarIco.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TodayCalendarIco=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.056 2C4.278 2 2 4.277 2 7.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056V7.056C30.001 4.278 27.724 2 24.945 2H7.056zm0 2.333h17.889a2.706 2.706 0 0 1 2.722 2.722v1.167H4.334V7.055a2.706 2.706 0 0 1 2.722-2.722zm-2.723 6.223h23.333v14.389a2.706 2.706 0 0 1-2.722 2.722H7.055a2.706 2.706 0 0 1-2.722-2.722V10.556zm17.532 3.098a1.168 1.168 0 0 0-.899.398l-6.18 6.863-3.018-3.018a1.166 1.166 0 1 0-1.651 1.65l3.889 3.889a1.165 1.165 0 0 0 1.693-.044l7-7.778a1.166 1.166 0 0 0-.836-1.96h.001z"}))})));TodayCalendarIco.displayName="TodayCalendarIco",TodayCalendarIco.iconName="today-calendar-ico",exports.default=TodayCalendarIco},"./packages/juno-icon/src/TransciptSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransciptSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.049 13.523 1.751.071c-.274 6.312-3.288 9.793-8.725 10.126v3.48h-1.751v-3.48c-5.436-.334-8.45-3.814-8.725-10.126l1.751-.071c.244 5.645 2.884 8.507 7.849 8.507s7.605-2.863 7.849-8.507zM27.2 20.8V24h-4.8v-3.2h4.8zm-16-16c3.855 0 4.901 2.289 5.167 5.09l.042.548c.006.092.011.185.015.278l.019.562.008.567-.003.832-.013.551-.025.544-.04.535c-.259 2.823-1.294 5.139-5.171 5.139-3.855 0-4.9-2.289-5.167-5.09l-.042-.548a12.597 12.597 0 0 1-.015-.278l-.019-.562-.008-.567.003-.832.013-.551.025-.544.04-.535C6.288 7.116 7.323 4.8 11.2 4.8zm19.2 9.6v3.2h-8v-3.2h8zm0-6.4v3.2h-8V8h8z"}))})));TransciptSp.displayName="TransciptSp",TransciptSp.iconName="transcipt_sp",exports.default=TransciptSp},"./packages/juno-icon/src/Transcribe.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Transcribe=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 9h18v3H7V9zm0 5h18v3H7v-3zm0 5h14v3H7v-3z"}))})));Transcribe.displayName="Transcribe",Transcribe.iconName="transcribe",exports.default=Transcribe},"./packages/juno-icon/src/Transcript.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Transcript=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.25 2A5.25 5.25 0 0 0 2 7.25v17.5A5.25 5.25 0 0 0 7.25 30h17.5c2.9 0 5.25-2.35 5.25-5.25V7.25A5.25 5.25 0 0 0 24.75 2H7.25zM9 11.625V9h12.25v2.625H9zm14 5.688H9v-2.625h14v2.625zM9 23v-2.625h8.75V23H9z"}))})));Transcript.displayName="Transcript",Transcript.iconName="transcript",exports.default=Transcript},"./packages/juno-icon/src/TranscriptBottom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TranscriptBottom=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 29.172l2.586-2.586A2 2 0 0 1 20 26h7a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-3 11a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1zm17-4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2h2zm-6 0a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5zm-9 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h3z"}))})));TranscriptBottom.displayName="TranscriptBottom",TranscriptBottom.iconName="transcript_bottom",exports.default=TranscriptBottom},"./packages/juno-icon/src/Transcription.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Transcription=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-3 11a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1zm17-4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2h2zm-6 0a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5zm-9 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h3z"}))})));Transcription.displayName="Transcription",Transcription.iconName="transcription",exports.default=Transcription},"./packages/juno-icon/src/TransferCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransferCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.998 19.956c-.011.453.06.432-.433.556-.803.208-1.633.268-2.456.314a99.83 99.83 0 0 1-3.946.156c-2.256.038-4.513.035-6.758-.236a8.248 8.248 0 0 1-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a16.172 16.172 0 0 1 0-.853.269.269 0 0 0-.111-.234 3.778 3.778 0 0 1-1.009-1.211c-.544-1.027-.652-2.114-.425-3.241.199-.972.627-1.822 1.373-2.491 1.274-1.139 3.143-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.593 3.596-.04.032-.066.11-.066.164-.009.297 0 .597-.006.897-.003.101.028.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.65.32 1.177.796 1.479 1.476.242.545.311 1.122.293 1.71zm14.704 4.291c.242.545.311 1.122.296 1.707-.011.45.06.432-.436.559-.803.208-1.632.268-2.456.314a99.78 99.78 0 0 1-3.945.156c-2.256.038-4.512.035-6.757-.236a8.248 8.248 0 0 1-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a20.214 20.214 0 0 1 0-.853.269.269 0 0 0-.111-.234 3.763 3.763 0 0 1-1.008-1.211c-.544-1.026-.652-2.114-.424-3.241.199-.972.627-1.822 1.373-2.491 1.273-1.139 3.142-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.592 3.596-.04.032-.066.11-.066.164-.009.3 0 .597-.006.897-.003.101.029.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.649.32 1.176.796 1.478 1.476zM13.996 6.08a.765.765 0 0 1-.933-.448.806.806 0 0 1 .481-1.079c1.296-.419 3.451-.733 5.761.358.407.192.77.445 1.099.739L23.001 4l-.242 6.546a.51.51 0 0 1-.798.361L16.9 7.881l2.012-1.28a4.005 4.005 0 0 0-.402-.227c-1.838-.873-3.434-.64-4.513-.294z"}))})));TransferCall.displayName="TransferCall",TransferCall.iconName="transfer-call",exports.default=TransferCall},"./packages/juno-icon/src/TransferCallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransferCallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87C.992 9.65.896 8.256 1.108 7.021c.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM6.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 0 1-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm17.135 1.265a1.014 1.014 0 0 1 1.414 0l5.192 5.019a.968.968 0 0 1 0 1.388l-5.192 5.019c-.391.383-1.024.383-1.414 0s-.391-1.004 0-1.388l3.488-3.344H17.001c-.552 0-1-.439-1-.981s.448-.981 1-.981h10.586l-3.486-3.344a.968.968 0 0 1 0-1.388z"}))})));TransferCallBorder.displayName="TransferCallBorder",TransferCallBorder.iconName="transfer_call_border",exports.default=TransferCallBorder},"./packages/juno-icon/src/TransferCallSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransferCallSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m26.759 17.143-7.665 7.665-1.616-1.616 3.762-3.763H5.714v-2.286h21.045zm-7.665-9.951 7.665 7.665H5.714v-2.286H21.24l-3.762-3.763 1.616-1.616z"}))})));TransferCallSp.displayName="TransferCallSp",TransferCallSp.iconName="transfer-call_sp",exports.default=TransferCallSp},"./packages/juno-icon/src/Translate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Translate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.106 19.332c.28.277.372.692.234 1.06l-.099.267a1 1 0 0 1-1.644.358l-2.454-2.454-5.007 5.007a1 1 0 0 1-1.414 0l-.204-.204a1 1 0 0 1 .005-1.419l5.1-5.03a20.249 20.249 0 0 1-2.719-3.829c-.348-.636.133-1.382.857-1.382h.131c.375 0 .717.211.899.539a17.903 17.903 0 0 0 2.352 3.29 18.024 18.024 0 0 0 3.623-6.114H4.001a1 1 0 0 1-1-1v-.286a1 1 0 0 1 1-1h7V5.849a1 1 0 0 1 1-1h.286a1 1 0 0 1 1 1v1.286h7a1 1 0 0 1 1 1v.286a1 1 0 0 1-1 1h-2.349a20.013 20.013 0 0 1-4.24 7.463.048.048 0 0 0 0 .068l2.408 2.38zM27.559 27a1 1 0 0 0 .937-1.35l-4.485-12a1 1 0 0 0-.937-.65h-1.137a1 1 0 0 0-.936.649l-4.493 12A1 1 0 0 0 17.444 27h.492c.209 0 .384-.061.525-.184s.236-.258.286-.407l.995-2.856h5.519l.995 2.856c.068.168.169.31.304.426.135.11.31.165.525.165h.475zm-4.557-9.943 1.622 4.657h-4.238l1.612-4.638c.08-.213.163-.462.249-.745.086-.291.169-.6.249-.93.086.329.172.636.258.92s.169.529.249.736z"}))})));Translate.displayName="Translate",Translate.iconName="translate",exports.default=Translate},"./packages/juno-icon/src/Trello.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Trello=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.018 17.16c0 .169-.054.308-.163.417s-.247.163-.417.163h-8.699c-.17 0-.308-.054-.417-.163s-.163-.248-.163-.417V5.562c0-.17.054-.308.163-.417s.248-.163.417-.163h8.699c.17 0 .308.054.417.163s.163.247.163.417V17.16zM14.84 24.119c0 .169-.054.308-.163.417s-.248.163-.417.163H5.561c-.169 0-.308-.054-.417-.163s-.163-.248-.163-.417V5.562c0-.17.054-.308.163-.417s.248-.163.417-.163h8.699c.169 0 .308.054.417.163s.163.247.163.417v18.557zM29.573 2.427a1.111 1.111 0 0 0-.816-.344H3.241c-.314 0-.586.114-.815.344s-.344.502-.344.816v25.516c0 .314.115.586.344.815s.502.344.815.344h25.516c.315 0 .587-.114.816-.344s.344-.502.344-.815V3.243a1.12 1.12 0 0 0-.344-.816z"}))})));Trello.displayName="Trello",Trello.iconName="trello",exports.default=Trello},"./packages/juno-icon/src/TxtBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TxtBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.565 2.494A2.02 2.02 0 0 0 19.248 2H6c-1.08 0-2 .907-2 2v11c0 .546.466.99 1.006.99S6 15.546 6 15V5c0-.546.46-1 1-1h11.872c.238 0 .481.09.659.248l6.128 5.362c.211.187.383.514.383.799l-.043 4.592c0 .546.46 1 1 1s1-.454 1-1V9.959c0-.57-.259-1.18-.683-1.557l-6.752-5.907zm9.256 16.672c.482 0 .872-.412.872-.919s-.39-.919-.872-.919h-6.838c-.481 0-.872.412-.872.919s.392.919.872.919h2.391v9.739c0 .605.465 1.095 1.038 1.095s1.038-.489 1.038-1.095v-9.739h2.371zm-7.919 9.503c.354.572-.036 1.331-.684 1.331h-.559a.521.521 0 0 1-.363-.124 1.18 1.18 0 0 1-.215-.279l-3.635-4.81-3.724 4.81a2.33 2.33 0 0 1-.225.279.448.448 0 0 1-.323.124h-.428c-.651 0-1.04-.765-.68-1.337l3.968-5-3.747-4.992c-.365-.572.024-1.342.677-1.342h.532c.15 0 .261.024.334.073.072.048.133.12.186.215l3.556 4.951 3.547-4.909c.058-.111.124-.193.196-.249s.163-.082.274-.082h.437c.658 0 1.046.776.673 1.348l-3.755 4.893 3.957 5.1zM9.404 19.166c.481 0 .872-.412.872-.919s-.392-.919-.872-.919H2.566c-.482 0-.872.412-.872.919s.39.919.872.919h2.39v9.739c0 .605.465 1.095 1.04 1.095.573 0 1.038-.489 1.038-1.095v-9.739h2.371z"}))})));TxtBorder.displayName="TxtBorder",TxtBorder.iconName="txt_border",exports.default=TxtBorder},"./packages/juno-icon/src/Unblocked.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unblocked=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm16.97 1.414L7.515 23.071a.999.999 0 0 0 1.32 1.497l.094-.083L24.485 8.929a.999.999 0 0 0-1.32-1.497l-.094.083z"}))})));Unblocked.displayName="Unblocked",Unblocked.iconName="unblocked",exports.default=Unblocked},"./packages/juno-icon/src/Underline.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Underline=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 26a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2h16zm0-22a1 1 0 0 1 1 1v10c0 4.971-4.029 9-9 9s-9-4.029-9-9V5a1 1 0 0 1 2 0v10a7 7 0 0 0 6.759 6.996L16 22a7 7 0 0 0 6.996-6.759L23 15V5a1 1 0 0 1 1-1z"}))})));Underline.displayName="Underline",Underline.iconName="underline",exports.default=Underline},"./packages/juno-icon/src/Undock.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Undock=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16zm-3 5h-6l2.243 2.242-6.536 6.536a.999.999 0 0 0 1.32 1.497l.094-.083 6.536-6.536L17 21v-6zM28 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-4V8H10V4a2 2 0 0 1 2-2h16z"}))})));Undock.displayName="Undock",Undock.iconName="undock",exports.default=Undock},"./packages/juno-icon/src/UndockBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UndockBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16zm0 2H4v16h16V12zm-3 3v6l-2.343-2.344-6.536 6.536a.999.999 0 1 1-1.414-1.414l6.536-6.536L11 15h6zM28 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-4v-2h4V4H12v4h-2V4a2 2 0 0 1 2-2h16z"}))})));UndockBorder.displayName="UndockBorder",UndockBorder.iconName="undock_border",exports.default=UndockBorder},"./packages/juno-icon/src/UnfoldLess.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UnfoldLess=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m11.05 27.621 4.95-4.95 4.95 4.95a.999.999 0 1 0 1.414-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0l-5.657 5.657a.999.999 0 1 0 1.414 1.414zM9.636 5.707l5.657 5.657a1 1 0 0 0 1.32.083l.094-.083 5.657-5.657a.999.999 0 0 0-1.32-1.497l-.094.083L16 9.243l-4.95-4.95a.999.999 0 0 0-1.497 1.32l.083.094z"}))})));UnfoldLess.displayName="UnfoldLess",UnfoldLess.iconName="unfold_less",exports.default=UnfoldLess},"./packages/juno-icon/src/UnfoldMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UnfoldMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11.05 20.55 16 25.5l4.95-4.95a.999.999 0 1 1 1.414 1.414l-5.657 5.657a.999.999 0 0 1-1.414 0l-5.657-5.657a.999.999 0 1 1 1.414-1.414zM9.636 9.95l5.657-5.657a1 1 0 0 1 1.32-.083l.094.083 5.657 5.657a.999.999 0 0 1-1.32 1.497l-.094-.083L16 6.414l-4.95 4.95a.999.999 0 0 1-1.497-1.32l.083-.094z"}))})));UnfoldMore.displayName="UnfoldMore",UnfoldMore.iconName="unfold_more",exports.default=UnfoldMore},"./packages/juno-icon/src/Unlock.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unlock=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 2a6 6 0 0 1 6 6v4h-2V8a4 4 0 0 0-3.8-3.995L24 4a4 4 0 0 0-3.995 3.8L20 8v6h4a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h10V8a6 6 0 0 1 6-6zm-1 14H9a1 1 0 0 0-.993.883L8 17v10a1 1 0 0 0 .883.993L9 28h14a1 1 0 0 0 .993-.883L24 27V17a1 1 0 0 0-.883-.993L23 16zm-7 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z"}))})));Unlock.displayName="Unlock",Unlock.iconName="unlock",exports.default=Unlock},"./packages/juno-icon/src/Unpin.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unpin=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m9.946 20.442 1.613 1.613-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256zM19.63 1.154c.086.05.165.11.235.181l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-8.715 5.046a10.246 10.246 0 0 1-2.901 8.723 1.141 1.141 0 0 1-1.613 0l-12.9-12.9a1.141 1.141 0 0 1 0-1.613 10.248 10.248 0 0 1 8.724-2.901l5.045-8.715a1.14 1.14 0 0 1 1.558-.415zm-.389 2.385-5.161 8.917-1.338-.192a8.249 8.249 0 0 0-6.105 1.54l-.281.219 11.62 11.62.029-.033a8.24 8.24 0 0 0 1.768-6.055l-.037-.296-.192-1.338 8.916-5.163-9.219-9.219z"}))})));Unpin.displayName="Unpin",Unpin.iconName="unpin",exports.default=Unpin},"./packages/juno-icon/src/UnpinSlash.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UnpinSlash=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M3.565 2.979a.999.999 0 0 1 1.414 0l24.042 24.042a.999.999 0 1 1-1.414 1.414l-5.984-5.983-.078.359a10.215 10.215 0 0 1-2.73 4.888 1.141 1.141 0 0 1-1.613 0l-5.644-5.644-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256-5.644-5.644a1.141 1.141 0 0 1 0-1.613 10.214 10.214 0 0 1 5.246-2.808L3.565 4.394a.999.999 0 0 1 0-1.414zm7.788 9.202a8.23 8.23 0 0 0-4.716 1.623l-.281.219 11.62 11.62.029-.033a8.234 8.234 0 0 0 1.814-4.964l-8.466-8.465zM19.63 1.154c.086.05.165.11.235.181l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-7.394 4.28-1.464-1.463 6.887-3.988-9.219-9.219-3.987 6.888-1.463-1.464 4.28-7.394a1.14 1.14 0 0 1 1.558-.415z"}))})));UnpinSlash.displayName="UnpinSlash",UnpinSlash.iconName="unpin-slash",exports.default=UnpinSlash},"./packages/juno-icon/src/Unread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.615 2a2 2 0 0 1 1.752 2.965L24 11.08l3.331 5.943a2 2 0 0 1-1.745 2.978H6v9a1 1 0 0 1-2 0v-26a1 1 0 0 1 1-1h20.615z"}))})));Unread.displayName="Unread",Unread.iconName="unread",exports.default=Unread},"./packages/juno-icon/src/Unselect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unselect=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm0 2.5H5a.5.5 0 0 0-.492.41L4.5 5v22a.5.5 0 0 0 .41.492L5 27.5h22a.5.5 0 0 0 .492-.41L27.5 27V5a.5.5 0 0 0-.41-.492L27 4.5z"}))})));Unselect.displayName="Unselect",Unselect.iconName="unselect",exports.default=Unselect},"./packages/juno-icon/src/Update.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Update=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m25.813 6.324-1.964-4.598a.5.5 0 0 0-.893-.054l-.965 1.671A13.95 13.95 0 0 0 16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14c0-.757-.06-1.499-.176-2.224a.936.936 0 0 0-.937-.776c-.641 0-1.109.606-1.016 1.24.084.574.128 1.162.128 1.76 0 6.627-5.373 12-12 12s-12-5.373-12-12 5.373-12 12-12c1.779 0 3.468.387 4.987 1.082l-1.031 1.786a.5.5 0 0 0 .493.746l4.964-.598a.5.5 0 0 0 .4-.693zm-4.106 5.969a1 1 0 0 1 0 1.414L14 21.414l-3.707-3.707a.999.999 0 1 1 1.414-1.414L14 18.586l6.293-6.293a1 1 0 0 1 1.414 0z"}))})));Update.displayName="Update",Update.iconName="update",exports.default=Update},"./packages/juno-icon/src/UserDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UserDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.8 5.66a5.222 5.222 0 0 1 4.168 2.106 5.276 5.276 0 0 1 1.056 3.794 26.765 26.765 0 0 0-.136 2.901v.139a3.457 3.457 0 0 1 0 2.106 5.804 5.804 0 0 1-1.144 2.459 5.648 5.648 0 0 1-.6 2.459 8.879 8.879 0 0 0-.456 1.828v.155c.001.59.01.59.136.59 2.188.662 4.644 1.774 6.763 2.708A15.152 15.152 0 0 1 16 31.199a15.151 15.151 0 0 1-10.724-4.428.14.14 0 0 1 .059-.021 57.038 57.038 0 0 1 6.96-2.618h.019c.117-.002.117-.037.117-.746a5.668 5.668 0 0 0-.272-1.828c-.136-.615-.456-1.5-.6-2.459a5.694 5.694 0 0 1-1.048-2.459 3.3 3.3 0 0 1 0-2.106v-.074c0-.279-.144-1.688-.28-2.901a5.276 5.276 0 0 1 1.056-3.794 5.259 5.259 0 0 1 4.176-2.106h1.336z"}))})));UserDefault.displayName="UserDefault",UserDefault.iconName="user-default",exports.default=UserDefault},"./packages/juno-icon/src/VideoAndMessage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideoAndMessage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 7.587 24H3.001a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm-1 2H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L12 25.172l2.586-2.586A2 2 0 0 1 16 22h4a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm10 .618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 17.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528zM13 16a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h7zm5-4a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h12z"}))})));VideoAndMessage.displayName="VideoAndMessage",VideoAndMessage.iconName="video_and_message",exports.default=VideoAndMessage},"./packages/juno-icon/src/VideoMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideoMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.182 8C22.186 8 23 8.761 23 9.7v13.6c0 .939-.814 1.7-1.818 1.7H4.818C3.814 25 3 24.239 3 23.3V9.7C3 8.761 3.814 8 4.818 8h16.364zm7.104 3c.366 0 .668.333.709.761l.005.101v9.276c0 .134-.026.266-.075.385-.164.395-.545.572-.882.425l-.077-.04-3.571-2.154c-.215-.13-.36-.38-.389-.663L24 18.983v-4.967c0-.29.121-.558.318-.717l.077-.054 3.571-2.154a.615.615 0 0 1 .319-.091z"}))})));VideoMeeting.displayName="VideoMeeting",VideoMeeting.iconName="video_meeting",exports.default=VideoMeeting},"./packages/juno-icon/src/VideoMeetingSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideoMeetingSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.286 10.427v12.049l-4.36-2.732c.079-.826.119-1.773.119-2.853v-.64c0-1.107-.04-2.079-.132-2.92l4.372-2.905zM13.09 9.143c-6.616 0-7.376.764-7.376 7.429s.76 7.429 7.376 7.429c6.533 0 7.36-.797 7.374-7.109v-.64c-.013-6.312-.841-7.109-7.374-7.109z"}))})));VideoMeetingSp.displayName="VideoMeetingSp",VideoMeetingSp.iconName="video_meeting_sp",exports.default=VideoMeetingSp},"./packages/juno-icon/src/Videocam.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Videocam=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm9 3.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z"}))})));Videocam.displayName="Videocam",Videocam.iconName="videocam",exports.default=Videocam},"./packages/juno-icon/src/VideocamBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideocamBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm-1 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm10 1.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528z"}))})));VideocamBorder.displayName="VideocamBorder",VideocamBorder.iconName="videocam_border",exports.default=VideocamBorder},"./packages/juno-icon/src/VideocamOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideocamOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.435 3.979a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 6c.597 0 1.132.261 1.499.675L3.172 26H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm2 5.828V24a2 2 0 0 1-2 2H8.827L23 11.828zm7-2.21a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z"}))})));VideocamOff.displayName="VideocamOff",VideocamOff.iconName="videocam-off",exports.default=VideocamOff},"./packages/juno-icon/src/VideocamOffBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideocamOffBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6c.597 0 1.132.261 1.499.675l-1.711 1.709A.998.998 0 0 0 20 8H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1.172l-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zM5.393 29.434a.999.999 0 1 1-1.414-1.414L28.021 3.978a.999.999 0 1 1 1.414 1.414L23 11.827v12.172a2 2 0 0 1-2 2H8.827l2-2H20a1 1 0 0 0 1-1v-9.172L5.393 29.433zM30 9.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528z"}))})));VideocamOffBorder.displayName="VideocamOffBorder",VideocamOffBorder.iconName="videocam-off_border",exports.default=VideocamOffBorder},"./packages/juno-icon/src/View.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),View=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 5c8.284 0 15 8 15 11s-6.716 11-15 11C7.716 27 1 19 1 16S7.716 5 16 5zm0 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"}))})));View.displayName="View",View.iconName="view",exports.default=View},"./packages/juno-icon/src/ViewBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ViewBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 5c8.284 0 15 8 15 11s-6.716 11-15 11C7.716 27 1 19 1 16S7.716 5 16 5zm0 2c-3.233 0-6.526 1.462-9.29 3.88-1.169 1.022-2.162 2.156-2.853 3.223C3.289 14.981 3 15.712 3 16s.289 1.019.857 1.897c.691 1.066 1.684 2.2 2.853 3.223C9.474 23.538 12.766 25 16 25s6.526-1.462 9.29-3.88c1.169-1.022 2.162-2.156 2.853-3.223.569-.878.857-1.609.857-1.897s-.289-1.019-.857-1.897c-.691-1.066-1.684-2.2-2.853-3.223C22.526 8.462 19.234 7 16 7zm0 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));ViewBorder.displayName="ViewBorder",ViewBorder.iconName="view_border",exports.default=ViewBorder},"./packages/juno-icon/src/ViewInConversationThread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ViewInConversationThread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.333 4A2.667 2.667 0 0 1 28 6.667v2.667h-2V6.667a.668.668 0 0 0-.547-.656L25.333 6H6.666a.668.668 0 0 0-.656.547l-.011.12V20c0 .327.236.599.547.656l.12.011h4.804l4.529 4.683 4.529-4.683h4.804a.668.668 0 0 0 .656-.547l.011-.12v-2.667h2V20a2.667 2.667 0 0 1-2.667 2.667h-3.956l-4.914 5.081a.668.668 0 0 1-.852.063l-.091-.079-4.898-5.065H6.665A2.667 2.667 0 0 1 3.998 20V6.667A2.667 2.667 0 0 1 6.665 4h18.667zm-5.948 4.627a1 1 0 0 1 .095 1.302l-.097.112-2.299 2.292H31a1 1 0 0 1 0 2H17.355l1.976 1.704a1 1 0 0 1 .192 1.291l-.088.119a1 1 0 0 1-1.291.192l-.119-.088-3.525-3.044a1.667 1.667 0 0 1-.152-2.254l.122-.135 3.502-3.493a1 1 0 0 1 1.414.002z"}))})));ViewInConversationThread.displayName="ViewInConversationThread",ViewInConversationThread.iconName="view-in-conversation-thread",exports.default=ViewInConversationThread},"./packages/juno-icon/src/ViewLogBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ViewLogBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 2a1 1 0 0 1 0 2H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V16l.007-.117A1 1 0 0 1 28 16v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 17a1 1 0 0 1 .117 1.993L21 21h-9.997a1 1 0 0 1-.117-1.993l.117-.007H21zm-5-6a1 1 0 0 1 .117 1.993L16 15h-4.997a1 1 0 0 1-.117-1.993l.117-.007H16zM27 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a1 1 0 0 1-1.414-1.414L24.585 4H19a1 1 0 0 1 0-2h8z"}))})));ViewLogBorder.displayName="ViewLogBorder",ViewLogBorder.iconName="view-log_border",exports.default=ViewLogBorder},"./packages/juno-icon/src/Voicemail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Voicemail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 23a7 7 0 1 1 6.326-3.999h3.348A7 7 0 1 1 24 23H8zm0-10a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm16 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}))})));Voicemail.displayName="Voicemail",Voicemail.iconName="voicemail",exports.default=Voicemail},"./packages/juno-icon/src/VoicemailBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VoicemailBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 24v-.016a7.5 7.5 0 1 1 5.598-1.983h6.804a7.5 7.5 0 1 1 5.599 1.983L25 24H7zm.5-13a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11zm17 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11z"}))})));VoicemailBorder.displayName="VoicemailBorder",VoicemailBorder.iconName="voicemail_border",exports.default=VoicemailBorder},"./packages/juno-icon/src/Warning.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Warning=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.999 4.27c.304.176.557.428.733.733l11.537 19.998a2 2 0 0 1-1.732 3H4.463a2 2 0 0 1-1.732-2.999L14.268 5.004A2 2 0 0 1 17 4.271zM16 22a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm0-10a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1z"}))})));Warning.displayName="Warning",Warning.iconName="warning",exports.default=Warning},"./packages/juno-icon/src/WatchVideo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WatchVideo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.818 5a5 5 0 0 1 5 5v3.92l6.328-5.751c.614-.559 1.584-.166 1.667.629l.006.111v14.545c0 .868-1.03 1.324-1.673.74l-6.328-5.753v3.922a4.999 4.999 0 0 1-4.783 4.995l-.217.005H6a5 5 0 0 1-5-5V9.999a5 5 0 0 1 5-5zm0 2H6a3 3 0 0 0-3 3v12.364a3 3 0 0 0 3 3h11.818a3 3 0 0 0 3-3V10a3 3 0 0 0-3-3zm11 4.168-5.514 5.012 5.514 5.014V11.168z"}))})));WatchVideo.displayName="WatchVideo",WatchVideo.iconName="watch-video",exports.default=WatchVideo},"./packages/juno-icon/src/WeakConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WeakConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",opacity:.32,d:"M25 4h2a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"}),React.createElement("path",{fill:"#000",d:"M17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2z"}))})));WeakConnection.displayName="WeakConnection",WeakConnection.iconName="weak-connection",exports.default=WeakConnection},"./packages/juno-icon/src/Webinar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Webinar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-6 14c-3.262 0-6 2.157-6 5 0 .552.413 1 .923 1h10.154c.51 0 .923-.448.923-1 0-2.843-2.738-5-6-5zm-9-2H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zm9-6.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM13 9H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2z"}))})));Webinar.displayName="Webinar",Webinar.iconName="webinar",exports.default=Webinar},"./packages/juno-icon/src/WebinarBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WebinarBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18c0 .073-.004.146-.012.217.008.146.012.297.012.45 0 .736-.905 1.333-1.506 1.333H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10.026c.336-4.169 3.838-6 7.49-6 2.063 0 4.07.576 5.485 1.834L28 6a1 1 0 0 0-1-1zm-4.484 14c-3.035 0-5.09 1.341-5.484 3.775a.197.197 0 0 0 .168.223l.028.002H27a1 1 0 0 0 .902-.568c-.502-2.167-2.374-3.359-5.127-3.429L22.517 19zM13 15a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h6zm9.5-7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 2a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 22.5 10zM13 9a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h6z"}))})));WebinarBorder.displayName="WebinarBorder",WebinarBorder.iconName="webinar_border",exports.default=WebinarBorder},"./packages/juno-icon/src/Webpage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Webpage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.607 5.494a7 7 0 0 1 9.899 9.899l-2.364 2.367a9.05 9.05 0 0 0-.122-2.708l1.071-1.073a5 5 0 0 0 0-7.071 5 5 0 0 0-7.071 0l-4.243 4.243a5 5 0 0 0 2.828 8.485l-1.645 1.645a6.999 6.999 0 0 1-2.597-11.544l4.243-4.243zM6 16.101l2.364-2.367a9.05 9.05 0 0 0 .122 2.708l-1.071 1.073a5 5 0 0 0 0 7.071 5 5 0 0 0 7.071 0l4.243-4.243a5 5 0 0 0-2.828-8.485l1.645-1.645a6.999 6.999 0 0 1 2.597 11.544L15.9 26a7 7 0 0 1-9.899-9.899z"}))})));Webpage.displayName="Webpage",Webpage.iconName="webpage",exports.default=Webpage},"./packages/juno-icon/src/Welcome.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Welcome=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.892 2a.976.976 0 0 0-.539 1.795c1.732 1.164 2.99 2.992 2.99 2.992a.978.978 0 0 0 1.687-.119.974.974 0 0 0-.069-.974s-1.377-2.078-3.519-3.518a.978.978 0 0 0-.551-.174zm-4.584 1.303a.978.978 0 0 0-.407 1.855c2.181 1.097 4.142 4.187 4.142 4.187a.98.98 0 0 0 1.692-.027.977.977 0 0 0-.016-.977s-1.945-3.42-4.941-4.927a.975.975 0 0 0-.47-.111zm-5.465 1.328a1.305 1.305 0 0 0-.964.544c-.379.526-.267 1.266.192 1.724l5.657 5.657a.65.65 0 1 1-.921.921L7.902 6.573a1.302 1.302 0 0 0-1.983.167c-.379.526-.267 1.264.192 1.723l6.856 6.856a.65.65 0 1 1-.921.921l-6.019-6.018a1.302 1.302 0 0 0-1.983.167c-.379.526-.267 1.266.192 1.724l6.43 6.43a.65.65 0 1 1-.921.921l-4.472-4.478c-.458-.459-1.197-.571-1.724-.192a1.302 1.302 0 0 0-.168 1.983L13.61 27.011a5.598 5.598 0 0 0 7.919.001l5.151-5.151c.62-.62 1.132-1.85 1.13-2.727-.01-3.823.657-5.585 1.092-7.629.324-1.522-1.075-2.949-2.559-2.023-2.518 1.57-1.543 5.053-3.249 6.759L11.863 5.01a1.297 1.297 0 0 0-1.02-.378zM4.637 22.175a.98.98 0 0 0-.889 1.426c2.128 4.255 6.296 6.296 6.296 6.296a.976.976 0 1 0 .873-1.747s-3.644-1.865-5.423-5.421a.976.976 0 0 0-.858-.553z"}))})));Welcome.displayName="Welcome",Welcome.iconName="welcome",exports.default=Welcome},"./packages/juno-icon/src/WhatIsNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WhatIsNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h22zm-8 13H9a1 1 0 0 0-.117 1.993L9 18h10a1 1 0 0 0 .117-1.993L19 16zm4-6H9a1 1 0 0 0-.117 1.993L9 12h14a1 1 0 0 0 .117-1.993L23 10z"}))})));WhatIsNew.displayName="WhatIsNew",WhatIsNew.iconName="what-is-new",exports.default=WhatIsNew},"./packages/juno-icon/src/WhatsNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WhatsNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 10.048v8H8v-8h4zm2-.292 10-4.754v18.092L14 18.34V9.755zM8 8.048a2 2 0 0 0-2 2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2c0 .74.402 1.387 1 1.732v5.268a3 3 0 1 0 6 0v-5l10.257 4.903A2 2 0 0 0 26 23.094v-5.046a4 4 0 0 0 0-8V5.002a2 2 0 0 0-2.743-1.857L13 8.048H8zm-4 4h2v4H4v-4zm5 13v-5h2v5a1 1 0 0 1-2 0zm19-11a2 2 0 0 1-2 2v-4a2 2 0 0 1 2 2z"}))})));WhatsNew.displayName="WhatsNew",WhatsNew.iconName="whats-new",exports.default=WhatsNew},"./packages/juno-icon/src/Whisper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Whisper=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.832 6.356c.365-1.305 2.042-2.795 3.836-2.234s4.948-.047 4.983-.047a.16.16 0 0 1 .11.04.162.162 0 0 1 .056.112c.012.454-.157.894-.47 1.218 2.67 1.811 2.004 5.368 1.696 6.89l.027.037c.642.862.69 2.075.458 2.907-.142.523-.407 1.462-1.007 2.062-.24.846-.978 1.633-1.505 2.331v.922c0 .029.019.054.047.062 2.281.538 7.938 2.252 7.938 6.536 0 .462-.453.803-.908.808H1.727c-.454-.01-.729-.352-.726-.813 0-4.289 5.718-6.058 8.004-6.593a.063.063 0 0 0 .047-.062v-.907c-.528-.704-1.332-1.44-1.571-2.292-.598-.6-.862-1.549-1.004-2.062-.233-.832-.112-2.038.528-2.899l.029-.037c-.044-.249-.427-.498-.447-.747-.289-1.953-.071-3.408.664-4.322.391-.5.959-.826 1.582-.909zm15.908-.822 1.86 1.022A6.985 6.985 0 0 0 24 12a6.992 6.992 0 0 0 2.902 5.676l-1.706 1.203A8.98 8.98 0 0 1 22 12a8.97 8.97 0 0 1 2.74-6.466zm2.821 1.549 2.093 1.149a4.002 4.002 0 0 0-.03 7.525l-1.849 1.304A5.995 5.995 0 0 1 25 12a5.992 5.992 0 0 1 2.561-4.917zM31 9v2a1 1 0 0 0 0 2v1.787l-.283.2A3 3 0 0 1 31 9z"}))})));Whisper.displayName="Whisper",Whisper.iconName="whisper",exports.default=Whisper},"./packages/juno-icon/src/WhisperSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WhisperSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.811 25.606-.22.001-.26-.007-.367-.024-.099-.011-.239 1.697-.039-.004c.015.002.021.002.019-.001l-.061-.024-.564-.165-4.162-1.125a11.43 11.43 0 0 0 1.557-1.497l.257-.311.233-.303.197-.274.21-.313-.049.076c.147-.223.282-.446.407-.668l.174-.321.141-.28.08-.167a11.737 11.737 0 0 0 .469-1.152l.085-.252c.111-.339.203-.666.281-.977l.1-.425.111-.544.059-.326.164-.982c.026-.152.307-.37.743-.37.401 0 .683.191.741.348l.011.057.002 4.775.75.095c.402.05 1.632.343 1.993 1.014.183.342.127.815-.165 1.405a1.257 1.257 0 0 1-.115.191l-.103.125-.04.041-.123.11-.097.073-.137.087-.207.105-.169.069-.166.056-.212.058-.318.064-.205.03-.162.018-.137.012-.37.017zM16 5.143c5.681 0 10.286 4.605 10.286 10.286 0 3.749-2.006 7.029-5.003 8.827.164-.777.022-1.38-.179-1.806l-.062-.122c-.532-.982-1.595-1.467-2.376-1.699l-.163-.046v-3.32c0-1.169-1.105-2.119-2.464-2.119-1.157 0-2.135.669-2.393 1.613l-.038.169-.202 1.2-.081.417-.099.443c-.365 1.518-1.093 3.416-2.835 5.063a10.269 10.269 0 0 1-4.677-8.621C5.714 9.747 10.319 5.142 16 5.142zm4.286 6.75a1.25 1.25 0 0 0-.268 2.473l.132.021.136.007.136-.007a1.252 1.252 0 0 0-.136-2.495zm-8.572-.002a1.25 1.25 0 1 0 .269.029l-.132-.021-.136-.007z"}))})));WhisperSp.displayName="WhisperSp",WhisperSp.iconName="whisper_sp",exports.default=WhisperSp},"./packages/juno-icon/src/Whiteboard.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Whiteboard=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 3A2.8 2.8 0 0 1 30 5.8v15.4a2.8 2.8 0 0 1-2.8 2.8h-4.724l1.396 5.209-2.028.543L20.303 24H11.7l-1.541 5.752-2.028-.543L9.527 24H4.802a2.8 2.8 0 0 1-2.8-2.8V5.8a2.8 2.8 0 0 1 2.8-2.8h22.4zM16.562 7.268c-.694-.223-1.521.115-2.627.989l-.38.312-.396.347-.231.209-.402.379-.296.287-.355.354-.568.581-.67.705-.969 1.051-.626.692-1.169 1.31-.321.364-.487.544-.296.321-.079.081-.013.008a.986.986 0 0 0-.375.487l-.035.123-.063.293.051.044.002.013a.997.997 0 0 0 .155.408.962.962 0 0 0 .483.381l.12.034.124.023a.741.741 0 0 0 .157.009c.203-.007.365-.079.561-.241l.139-.125.188-.189.275-.295.557-.624.715-.806 1.166-1.292.568-.618.633-.678.504-.529.305-.316.729-.734.442-.429.435-.404.361-.321.406-.338.258-.195.119-.082v.014a7.315 7.315 0 0 1-.115 1.053l-.075.388-.127.553-.095.366-.226.789-.133.437-.271.93-.108.405-.081.362-.047.266-.004.032c-.089.607-.036 1.082.217 1.457l.099.131c.133.149.293.268.473.349l.166.062c.175.053.357.069.536.05l.357-.061.27-.064.369-.111.367-.134.129-.052.444-.193.569-.272.507-.258.701-.373.971-.525.402-.211.593-.292.356-.151.197-.064.002.018c.005.053.007.114.005.183-.006.21-.049.459-.129.73l-.081.245c-.325.907-.298 1.679.128 2.238l.097.117.053.055c.342.324.784.511 1.246.53l.195-.002a5.19 5.19 0 0 0 1.203-.183l.294-.089.06-.021a.994.994 0 0 0 .619-1.104l-.034-.135a.966.966 0 0 0-1.037-.667l-.113.022-.708.18a2.445 2.445 0 0 1-.171.02l-.108.005c.01-.052.024-.107.043-.168l.04-.121c.442-1.249.441-2.389-.062-3.112l-.1-.131a1.807 1.807 0 0 0-.682-.486l-.19-.065a1.768 1.768 0 0 0-.738-.04l-.227.049-.289.079-.242.086-.389.167-.366.177-.437.225-.525.279-1.158.624-.624.323-.487.236-.294.134-.205.088-.322.125.08-.319.088-.325.188-.674.227-.777.227-.838.109-.453.063-.291.05-.251c.145-.768.205-1.454.166-2.077l-.026-.287-.001-.033a1.5 1.5 0 0 0-.273-.773 1.457 1.457 0 0 0-.531-.459l-.164-.071z"}))})));Whiteboard.displayName="Whiteboard",Whiteboard.iconName="whiteboard",exports.default=Whiteboard},"./packages/juno-icon/src/Work.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Work=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 3a2 2 0 0 1 2 2v3h4a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h4V5a2 2 0 0 1 2-2h12zm5 7H5a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-6-5H11a1 1 0 0 0-1 1v2h12V6a1 1 0 0 0-1-1z"}))})));Work.displayName="Work",Work.iconName="work",exports.default=Work},"./packages/juno-icon/src/WorkflowFilled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WorkflowFilled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6v.001a5 5 0 0 1-3.967 4.893L17 10.9V15h5a5 5 0 0 1 5 5v1.1c2.299.482 4 2.492 4 4.899a5 5 0 1 1-6.033-4.893L25 21.1V20a3 3 0 0 0-3-3H10a3 3 0 0 0-3 3v1.1c2.299.482 4 2.492 4 4.899a5 5 0 1 1-6.033-4.893L5 21.1V20a5 5 0 0 1 5-5h5v-4.1c-2.299-.482-4-2.492-4-4.899A5 5 0 0 1 21 6z"}))})));WorkflowFilled.displayName="WorkflowFilled",WorkflowFilled.iconName="workflow-filled",exports.default=WorkflowFilled},"./packages/juno-icon/src/WorkflowOutlined.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WorkflowOutlined=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 8.533a3.2 3.2 0 0 0 0-6.4 3.2 3.2 0 0 0 0 6.4zm5.333-3.2v.001a5.334 5.334 0 0 1-4.232 5.219l-.035.006v4.373h5.333a5.333 5.333 0 0 1 5.333 5.333v1.173c2.452.514 4.267 2.658 4.267 5.226a5.333 5.333 0 1 1-6.434-5.219l.035-.006v-1.173a3.2 3.2 0 0 0-3.2-3.2H9.6a3.2 3.2 0 0 0-3.2 3.2v1.173c2.452.514 4.267 2.658 4.267 5.226a5.333 5.333 0 1 1-6.434-5.219l.035-.006v-1.173a5.333 5.333 0 0 1 5.333-5.333h5.333v-4.373c-2.452-.514-4.267-2.658-4.267-5.226a5.333 5.333 0 0 1 10.666-.001zm-16 24.534a3.2 3.2 0 0 0 0-6.4 3.2 3.2 0 0 0 0 6.4zm18.134-3.2a3.2 3.2 0 0 0 6.4 0 3.2 3.2 0 0 0-6.4 0z"}))})));WorkflowOutlined.displayName="WorkflowOutlined",WorkflowOutlined.iconName="workflow-outlined",exports.default=WorkflowOutlined},"./packages/juno-icon/src/Workspace.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Workspace=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m9.172 20 .131.009c.173.023.338.091.477.197l.099.087 1.828 1.828.145.135c.491.43 1.108.688 1.759.735l.218.008h4.343l.198-.007a3 3 0 0 0 1.764-.724l.16-.148 1.828-1.828.099-.087c.139-.106.303-.174.477-.197l.131-.009h7.172v6a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-6h7.172zM23.558 4a2 2 0 0 1 1.897 1.368L29.666 18l-7.037.007a3 3 0 0 0-1.764.724l-.16.148-1.828 1.828-.099.087a1.003 1.003 0 0 1-.477.197L18.17 21h-4.343l-.131-.009a1.007 1.007 0 0 1-.477-.197l-.099-.087-1.828-1.828-.145-.135a2.996 2.996 0 0 0-1.759-.735l-.218-.008H2.33L6.542 5.369a2 2 0 0 1 1.897-1.368h15.117zM23 13H9a1 1 0 0 0-.117 1.993L9 15h14a1 1 0 0 0 .117-1.993L23 13zm-2-5H11a1 1 0 0 0-.117 1.993L11 10h10a1 1 0 0 0 .117-1.993L21 8z"}))})));Workspace.displayName="Workspace",Workspace.iconName="workspace",exports.default=Workspace},"./packages/juno-icon/src/WorkspaceBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WorkspaceBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.558 4a2 2 0 0 1 1.897 1.368l4.236 12.709c.204.612.308 1.252.308 1.897V26a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-6.026c0-.645.104-1.286.308-1.897L6.543 5.368A2 2 0 0 1 8.44 4h15.117zM9.172 20H4v5a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-5h-5.172a1 1 0 0 0-.608.206l-.099.087-1.828 1.828a3 3 0 0 1-1.923.872l-.198.007h-4.343a3.006 3.006 0 0 1-1.977-.743l-.145-.135-1.828-1.828a.996.996 0 0 0-.576-.284l-.131-.009zM22.838 6H9.163a1 1 0 0 0-.949.684L4.441 18h4.731c.729 0 1.431.266 1.977.743l.145.135 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.007h4.73L23.786 6.683a1 1 0 0 0-.949-.684zM23 13a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14zm-2-5a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));WorkspaceBorder.displayName="WorkspaceBorder",WorkspaceBorder.iconName="workspace_border",exports.default=WorkspaceBorder},"./packages/juno-icon/src/Yelp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Yelp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#dd2c00",d:"M7.117 22.105c-.334 0-.601-.209-.801-.557-.133-.279-.2-.697-.267-1.184-.133-1.533 0-3.832.467-4.529a.938.938 0 0 1 .801-.488c.2 0 .4.07 4.738 1.951l1.268.557c.467.209.734.697.734 1.254s-.334.975-.801 1.115l-1.802.627c-4.004 1.254-4.137 1.254-4.337 1.254zm8.874 2.508c0 4.389 0 4.529-.067 4.738a.972.972 0 0 1-.734.627c-1.068.209-4.404-1.115-5.138-1.951a2.146 2.146 0 0 1-.267-.557c0-.139 0-.279.067-.418.067-.209.2-.418 3.203-4.111l.867-1.115c.267-.418.867-.488 1.335-.348.467.209.801.627.734 1.115v2.02zm-.801-9.336c-.2.07-.867.279-1.668-1.115 0 0-5.405-8.988-5.538-9.266-.067-.279 0-.697.267-.975.801-.906 5.138-2.16 6.272-1.881.4.07.601.348.734.697.067.418.601 8.709.667 10.59.133 1.672-.534 1.881-.734 1.951zm2.936 2.09c-.267-.418-.267-.975 0-1.324l1.134-1.602c2.402-3.484 2.536-3.693 2.736-3.762.267-.209.601-.209.934-.07.934.488 2.936 3.553 3.069 4.668v.07c0 .418-.133.697-.4.906-.2.139-.334.209-4.938 1.324-.734.209-1.134.279-1.334.348v-.07c-.4.209-.934-.07-1.201-.488zm7.807 5.922c-.133 1.115-2.335 4.041-3.403 4.459-.334.139-.667.139-.934-.139-.2-.139-.334-.418-2.736-4.459l-.734-1.184c-.267-.418-.2-.975.133-1.463.334-.418.801-.557 1.268-.418l1.802.627c4.004 1.393 4.137 1.393 4.27 1.533.267.348.4.697.334 1.045z"}))})));Yelp.displayName="Yelp",Yelp.iconName="yelp",exports.default=Yelp},"./packages/juno-icon/src/Zapier.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Zapier=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.749 13.676H21.61l5.756-5.756a13.996 13.996 0 0 0-3.288-3.286l-5.755 5.755V2.251a13.932 13.932 0 0 0-2.317-.195h-.015c-.789 0-1.562.067-2.316.195v8.139L7.92 4.635c-.635.451-1.231.955-1.78 1.506l-.003.002a14.043 14.043 0 0 0-1.504 1.778l5.756 5.756H2.25s-.194 1.528-.194 2.319v.01c0 .791.067 1.565.194 2.319h8.139l-5.756 5.756a14.047 14.047 0 0 0 3.287 3.286l5.755-5.756v8.139c.753.126 1.526.193 2.314.194h.019a14.004 14.004 0 0 0 2.314-.194v-8.139l5.755 5.756a13.934 13.934 0 0 0 1.781-1.506l.001-.001a14.304 14.304 0 0 0 1.506-1.78l-5.756-5.756h8.139c.126-.753.193-1.525.194-2.314v-.019a14.004 14.004 0 0 0-.194-2.314zm-10.263 2.33a8.354 8.354 0 0 1-.535 2.944 8.36 8.36 0 0 1-2.945.536h-.012a8.359 8.359 0 0 1-2.944-.536 8.35 8.35 0 0 1-.536-2.944v-.012a8.354 8.354 0 0 1 .535-2.944 8.364 8.364 0 0 1 2.945-.536h.012a8.36 8.36 0 0 1 2.945.536c.344.915.535 1.908.535 2.944v.012z"}))})));Zapier.displayName="Zapier",Zapier.iconName="zapier",exports.default=Zapier},"./packages/juno-icon/src/Zendesk.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Zendesk=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.178 19.074c1.487 1.368 3.12 2.282 3.752 2.607a7.719 7.719 0 0 0 4.179 4.134 7.719 7.719 0 0 1-4.014 3.97 7.84 7.84 0 0 1-4.104-4.025 7.555 7.555 0 0 1-.674-3.142c0-1.237.299-2.453.861-3.545zm-2.661-4.098c.314 1.295 1.074 2.441 1.971 3.407a7.899 7.899 0 0 0-1.455 4.556c0 .695.094 1.397.289 2.098a7.93 7.93 0 0 1-1.886.231 7.707 7.707 0 0 1-3.712-.95 8.777 8.777 0 0 1-.262-2.095c0-1.22.292-2.455.907-3.611a7.716 7.716 0 0 1 4.149-3.636zm17.237 3.617a7.715 7.715 0 0 1 .905 3.626c0 .67-.084 1.333-.249 1.977a8.13 8.13 0 0 1-3.834.985 7.614 7.614 0 0 1-1.864-.229 7.712 7.712 0 0 1-4.675-3.381c.709-.384 2.115-1.209 3.424-2.39.715.286 1.562.428 2.419.428a7.907 7.907 0 0 0 3.874-1.017zm-1.593-9.772c.096.016.181.054.274.074 1.808.454 3.431 1.496 4.535 2.949a7.828 7.828 0 0 1-2.912 4.951 7.714 7.714 0 0 1-4.761 1.64c-.334 0-.671-.023-1.006-.064 1.168-1.268 2.103-2.845 2.105-4.655 0-.312-.034-.609-.083-.883.94-1.024 1.61-2.402 1.842-3.95zm-16.883.038c1.398 0 2.731.38 3.892 1.057-1.499.384-2.809 1.69-2.806 3.797 0 .083.004.171.004.25-1.68.324-3.305 1.329-4.464 2.883a7.716 7.716 0 0 1-2.874-4.85A7.818 7.818 0 0 1 8.278 8.86zm1.46-6.53c.041.024.151.024.267.024 1.824 0 3.657.634 5.133 1.942a7.704 7.704 0 0 1 2.6 5.779c0 .09-.004.18-.004.267-.526.245-1.021.722-1.354 1.377-.623-1.217-1.806-1.83-2.962-1.911C12.041 8.445 10.099 7.6 7.976 7.6c-.091 0-.178.004-.265.004.01-.016.01-.04.01-.069 0-1.991.757-3.821 2.016-5.205zm12.081-.115a7.817 7.817 0 0 1 2.106 5.345 7.738 7.738 0 0 1-1.104 3.984c-.696-1.128-1.911-1.726-3.116-1.75h-.084c-.313 0-.632.037-.947.118.004-.148.009-.298.009-.45 0-1.888-.505-3.776-1.904-5.265 1.466-1.325 3.081-1.981 4.927-1.981z"}))})));Zendesk.displayName="Zendesk",Zendesk.iconName="zendesk",exports.default=Zendesk},"./packages/juno-icon/src/Zip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZipD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ZipD.tsx")),Zip=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ZipD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4475fd",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4475fd",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z"}))})));Zip.displayName="Zip",Zip.iconName="zip",exports.default=Zip},"./packages/juno-icon/src/ZipD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZipD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z"}),React.createElement("path",{fill:"#f1f1f1",d:"M13.333 8.012v1.766h-1.777v.889h1.777v1.777h-1.777v.889h1.777v1.778h-1.777V16h1.777v1.778h-1.777v.889H16v-.889h-1.778V16H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.888h-1.778V8.009z"}))})));ZipD.displayName="ZipD",ZipD.iconName="zip-D",exports.default=ZipD},"./packages/juno-icon/src/ZoomIn.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZoomIn=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4a1 1 0 0 1 1 1v10h10a1 1 0 0 1 0 2H17v10a1 1 0 0 1-2 0V17H5a1 1 0 0 1 0-2h10V5a1 1 0 0 1 1-1z"}))})));ZoomIn.displayName="ZoomIn",ZoomIn.iconName="zoom-in",exports.default=ZoomIn},"./packages/juno-icon/src/ZoomOut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZoomOut=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 16a1 1 0 0 1-1 1H5a1 1 0 0 1 0-2h22a1 1 0 0 1 1 1z"}))})));ZoomOut.displayName="ZoomOut",ZoomOut.iconName="zoom-out",exports.default=ZoomOut},"./packages/juno-icon/src/index.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var _0_1=__webpack_require__("./packages/juno-icon/src/0.tsx");exports.Svg0=_0_1.default;var _1_1=__webpack_require__("./packages/juno-icon/src/1.tsx");exports.Svg1=_1_1.default;var _2_1=__webpack_require__("./packages/juno-icon/src/2.tsx");exports.Svg2=_2_1.default;var _3_1=__webpack_require__("./packages/juno-icon/src/3.tsx");exports.Svg3=_3_1.default;var _4_1=__webpack_require__("./packages/juno-icon/src/4.tsx");exports.Svg4=_4_1.default;var _5_1=__webpack_require__("./packages/juno-icon/src/5.tsx");exports.Svg5=_5_1.default;var _6_1=__webpack_require__("./packages/juno-icon/src/6.tsx");exports.Svg6=_6_1.default;var _7_1=__webpack_require__("./packages/juno-icon/src/7.tsx");exports.Svg7=_7_1.default;var _8_1=__webpack_require__("./packages/juno-icon/src/8.tsx");exports.Svg8=_8_1.default;var _9_1=__webpack_require__("./packages/juno-icon/src/9.tsx");exports.Svg9=_9_1.default;var AddTextLog_1=__webpack_require__("./packages/juno-icon/src/AddTextLog.tsx");exports.AddTextLog=AddTextLog_1.default;var Announcement_1=__webpack_require__("./packages/juno-icon/src/Announcement.tsx");exports.Announcement=Announcement_1.default;var CallQueue_1=__webpack_require__("./packages/juno-icon/src/CallQueue.tsx");exports.CallQueue=CallQueue_1.default;var CompanySetupBorder_1=__webpack_require__("./packages/juno-icon/src/CompanySetupBorder.tsx");exports.CompanySetupBorder=CompanySetupBorder_1.default;var CompanySetup_1=__webpack_require__("./packages/juno-icon/src/CompanySetup.tsx");exports.CompanySetup=CompanySetup_1.default;var Country_1=__webpack_require__("./packages/juno-icon/src/Country.tsx");exports.Country=Country_1.default;var Description_1=__webpack_require__("./packages/juno-icon/src/Description.tsx");exports.Description=Description_1.default;var Disposition_1=__webpack_require__("./packages/juno-icon/src/Disposition.tsx");exports.Disposition=Disposition_1.default;var Hud_1=__webpack_require__("./packages/juno-icon/src/Hud.tsx");exports.Hud=Hud_1.default;var IdBorder_1=__webpack_require__("./packages/juno-icon/src/IdBorder.tsx");exports.IdBorder=IdBorder_1.default;var JumpTo_1=__webpack_require__("./packages/juno-icon/src/JumpTo.tsx");exports.JumpTo=JumpTo_1.default;var Limited_1=__webpack_require__("./packages/juno-icon/src/Limited.tsx");exports.Limited=Limited_1.default;var Logout_1=__webpack_require__("./packages/juno-icon/src/Logout.tsx");exports.Logout=Logout_1.default;var Message_1=__webpack_require__("./packages/juno-icon/src/Message.tsx");exports.Message=Message_1.default;var MicrosoftExchangeServerLogoWine_1=__webpack_require__("./packages/juno-icon/src/MicrosoftExchangeServerLogoWine.tsx");exports.MicrosoftExchangeServerLogoWine=MicrosoftExchangeServerLogoWine_1.default;var NewEmail_1=__webpack_require__("./packages/juno-icon/src/NewEmail.tsx");exports.NewEmail=NewEmail_1.default;var Paging_1=__webpack_require__("./packages/juno-icon/src/Paging.tsx");exports.Paging=Paging_1.default;var RcLogoChatbot_1=__webpack_require__("./packages/juno-icon/src/RcLogoChatbot.tsx");exports.RcLogoChatbot=RcLogoChatbot_1.default;var SelectMore_1=__webpack_require__("./packages/juno-icon/src/SelectMore.tsx");exports.SelectMore=SelectMore_1.default;var SharedLine_1=__webpack_require__("./packages/juno-icon/src/SharedLine.tsx");exports.SharedLine=SharedLine_1.default;var ActiveCall_1=__webpack_require__("./packages/juno-icon/src/ActiveCall.tsx");exports.ActiveCall=ActiveCall_1.default;var ActivecallBorder_1=__webpack_require__("./packages/juno-icon/src/ActivecallBorder.tsx");exports.ActivecallBorder=ActivecallBorder_1.default;var AddBorder_1=__webpack_require__("./packages/juno-icon/src/AddBorder.tsx");exports.AddBorder=AddBorder_1.default;var AddEmojiMore_1=__webpack_require__("./packages/juno-icon/src/AddEmojiMore.tsx");exports.AddEmojiMore=AddEmojiMore_1.default;var AddEvent_1=__webpack_require__("./packages/juno-icon/src/AddEvent.tsx");exports.AddEvent=AddEvent_1.default;var AddField_1=__webpack_require__("./packages/juno-icon/src/AddField.tsx");exports.AddField=AddField_1.default;var AddFolderBorder_1=__webpack_require__("./packages/juno-icon/src/AddFolderBorder.tsx");exports.AddFolderBorder=AddFolderBorder_1.default;var AddIntegration_1=__webpack_require__("./packages/juno-icon/src/AddIntegration.tsx");exports.AddIntegration=AddIntegration_1.default;var AddMemberBorder_1=__webpack_require__("./packages/juno-icon/src/AddMemberBorder.tsx");exports.AddMemberBorder=AddMemberBorder_1.default;var AddMember_1=__webpack_require__("./packages/juno-icon/src/AddMember.tsx");exports.AddMember=AddMember_1.default;var AddNewFolder_1=__webpack_require__("./packages/juno-icon/src/AddNewFolder.tsx");exports.AddNewFolder=AddNewFolder_1.default;var AddParkLocation_1=__webpack_require__("./packages/juno-icon/src/AddParkLocation.tsx");exports.AddParkLocation=AddParkLocation_1.default;var AddReactions_1=__webpack_require__("./packages/juno-icon/src/AddReactions.tsx");exports.AddReactions=AddReactions_1.default;var AddTask_1=__webpack_require__("./packages/juno-icon/src/AddTask.tsx");exports.AddTask=AddTask_1.default;var AddTeamBorder_1=__webpack_require__("./packages/juno-icon/src/AddTeamBorder.tsx");exports.AddTeamBorder=AddTeamBorder_1.default;var AddTeam_1=__webpack_require__("./packages/juno-icon/src/AddTeam.tsx");exports.AddTeam=AddTeam_1.default;var Add_1=__webpack_require__("./packages/juno-icon/src/Add.tsx");exports.Add=Add_1.default;var AdditionalNumbers_1=__webpack_require__("./packages/juno-icon/src/AdditionalNumbers.tsx");exports.AdditionalNumbers=AdditionalNumbers_1.default;var Address_1=__webpack_require__("./packages/juno-icon/src/Address.tsx");exports.Address=Address_1.default;var AdminBorder_1=__webpack_require__("./packages/juno-icon/src/AdminBorder.tsx");exports.AdminBorder=AdminBorder_1.default;var Admin_1=__webpack_require__("./packages/juno-icon/src/Admin.tsx");exports.Admin=Admin_1.default;var AdvancedSetting_1=__webpack_require__("./packages/juno-icon/src/AdvancedSetting.tsx");exports.AdvancedSetting=AdvancedSetting_1.default;var Advanced_1=__webpack_require__("./packages/juno-icon/src/Advanced.tsx");exports.Advanced=Advanced_1.default;var AiIndicator_1=__webpack_require__("./packages/juno-icon/src/AiIndicator.tsx");exports.AiIndicator=AiIndicator_1.default;var AiSmartNotesSp_1=__webpack_require__("./packages/juno-icon/src/AiSmartNotesSp.tsx");exports.AiSmartNotesSp=AiSmartNotesSp_1.default;var AiSmartNotes_1=__webpack_require__("./packages/juno-icon/src/AiSmartNotes.tsx");exports.AiSmartNotes=AiSmartNotes_1.default;var AiSparkles_1=__webpack_require__("./packages/juno-icon/src/AiSparkles.tsx");exports.AiSparkles=AiSparkles_1.default;var AiWritingOptions_1=__webpack_require__("./packages/juno-icon/src/AiWritingOptions.tsx");exports.AiWritingOptions=AiWritingOptions_1.default;var Airbrake_1=__webpack_require__("./packages/juno-icon/src/Airbrake.tsx");exports.Airbrake=Airbrake_1.default;var AlignCenter_1=__webpack_require__("./packages/juno-icon/src/AlignCenter.tsx");exports.AlignCenter=AlignCenter_1.default;var AlignJustify_1=__webpack_require__("./packages/juno-icon/src/AlignJustify.tsx");exports.AlignJustify=AlignJustify_1.default;var AlignLeft_1=__webpack_require__("./packages/juno-icon/src/AlignLeft.tsx");exports.AlignLeft=AlignLeft_1.default;var AlignRight_1=__webpack_require__("./packages/juno-icon/src/AlignRight.tsx");exports.AlignRight=AlignRight_1.default;var AnalyticsBorder_1=__webpack_require__("./packages/juno-icon/src/AnalyticsBorder.tsx");exports.AnalyticsBorder=AnalyticsBorder_1.default;var Analytics_1=__webpack_require__("./packages/juno-icon/src/Analytics.tsx");exports.Analytics=Analytics_1.default;var AppleLogo_1=__webpack_require__("./packages/juno-icon/src/AppleLogo.tsx");exports.AppleLogo=AppleLogo_1.default;var AppsCategories_1=__webpack_require__("./packages/juno-icon/src/AppsCategories.tsx");exports.AppsCategories=AppsCategories_1.default;var AppsDevelopers_1=__webpack_require__("./packages/juno-icon/src/AppsDevelopers.tsx");exports.AppsDevelopers=AppsDevelopers_1.default;var AppsDiscovery_1=__webpack_require__("./packages/juno-icon/src/AppsDiscovery.tsx");exports.AppsDiscovery=AppsDiscovery_1.default;var AppsInstalled_1=__webpack_require__("./packages/juno-icon/src/AppsInstalled.tsx");exports.AppsInstalled=AppsInstalled_1.default;var AppsProduct_1=__webpack_require__("./packages/juno-icon/src/AppsProduct.tsx");exports.AppsProduct=AppsProduct_1.default;var Apps_1=__webpack_require__("./packages/juno-icon/src/Apps.tsx");exports.Apps=Apps_1.default;var Ar_1=__webpack_require__("./packages/juno-icon/src/Ar.tsx");exports.Ar=Ar_1.default;var Archive_1=__webpack_require__("./packages/juno-icon/src/Archive.tsx");exports.Archive=Archive_1.default;var ArrowDown2_1=__webpack_require__("./packages/juno-icon/src/ArrowDown2.tsx");exports.ArrowDown2=ArrowDown2_1.default;var ArrowDown_1=__webpack_require__("./packages/juno-icon/src/ArrowDown.tsx");exports.ArrowDown=ArrowDown_1.default;var ArrowLeft2_1=__webpack_require__("./packages/juno-icon/src/ArrowLeft2.tsx");exports.ArrowLeft2=ArrowLeft2_1.default;var ArrowLeft_1=__webpack_require__("./packages/juno-icon/src/ArrowLeft.tsx");exports.ArrowLeft=ArrowLeft_1.default;var ArrowRight_1=__webpack_require__("./packages/juno-icon/src/ArrowRight.tsx");exports.ArrowRight=ArrowRight_1.default;var ArrowRight1_1=__webpack_require__("./packages/juno-icon/src/ArrowRight1.tsx");exports.ArrowRight1=ArrowRight1_1.default;var ArrowUp2_1=__webpack_require__("./packages/juno-icon/src/ArrowUp2.tsx");exports.ArrowUp2=ArrowUp2_1.default;var ArrowUp_1=__webpack_require__("./packages/juno-icon/src/ArrowUp.tsx");exports.ArrowUp=ArrowUp_1.default;var Asana_1=__webpack_require__("./packages/juno-icon/src/Asana.tsx");exports.Asana=Asana_1.default;var AskfirstSp_1=__webpack_require__("./packages/juno-icon/src/AskfirstSp.tsx");exports.AskfirstSp=AskfirstSp_1.default;var Askfirst_1=__webpack_require__("./packages/juno-icon/src/Askfirst.tsx");exports.Askfirst=Askfirst_1.default;var Assignment_1=__webpack_require__("./packages/juno-icon/src/Assignment.tsx");exports.Assignment=Assignment_1.default;var Asterisk_1=__webpack_require__("./packages/juno-icon/src/Asterisk.tsx");exports.Asterisk=Asterisk_1.default;var Attachment_1=__webpack_require__("./packages/juno-icon/src/Attachment.tsx");exports.Attachment=Attachment_1.default;var AudioLowSp_1=__webpack_require__("./packages/juno-icon/src/AudioLowSp.tsx");exports.AudioLowSp=AudioLowSp_1.default;var AudioLow_1=__webpack_require__("./packages/juno-icon/src/AudioLow.tsx");exports.AudioLow=AudioLow_1.default;var AudioSp_1=__webpack_require__("./packages/juno-icon/src/AudioSp.tsx");exports.AudioSp=AudioSp_1.default;var Audio_1=__webpack_require__("./packages/juno-icon/src/Audio.tsx");exports.Audio=Audio_1.default;var AvatarDelegatedLines_1=__webpack_require__("./packages/juno-icon/src/AvatarDelegatedLines.tsx");exports.AvatarDelegatedLines=AvatarDelegatedLines_1.default;var AvatarRooms_1=__webpack_require__("./packages/juno-icon/src/AvatarRooms.tsx");exports.AvatarRooms=AvatarRooms_1.default;var BargeSp_1=__webpack_require__("./packages/juno-icon/src/BargeSp.tsx");exports.BargeSp=BargeSp_1.default;var Barge_1=__webpack_require__("./packages/juno-icon/src/Barge.tsx");exports.Barge=Barge_1.default;var Billing_1=__webpack_require__("./packages/juno-icon/src/Billing.tsx");exports.Billing=Billing_1.default;var Birthday_1=__webpack_require__("./packages/juno-icon/src/Birthday.tsx");exports.Birthday=Birthday_1.default;var Bitbucket_1=__webpack_require__("./packages/juno-icon/src/Bitbucket.tsx");exports.Bitbucket=Bitbucket_1.default;var Blocked_1=__webpack_require__("./packages/juno-icon/src/Blocked.tsx");exports.Blocked=Blocked_1.default;var Bold_1=__webpack_require__("./packages/juno-icon/src/Bold.tsx");exports.Bold=Bold_1.default;var BookmarkBorder_1=__webpack_require__("./packages/juno-icon/src/BookmarkBorder.tsx");exports.BookmarkBorder=BookmarkBorder_1.default;var Bookmark_1=__webpack_require__("./packages/juno-icon/src/Bookmark.tsx");exports.Bookmark=Bookmark_1.default;var Box_1=__webpack_require__("./packages/juno-icon/src/Box.tsx");exports.Box=Box_1.default;var BubbleLines_1=__webpack_require__("./packages/juno-icon/src/BubbleLines.tsx");exports.BubbleLines=BubbleLines_1.default;var BubbleLinesBorder_1=__webpack_require__("./packages/juno-icon/src/BubbleLinesBorder.tsx");exports.BubbleLinesBorder=BubbleLinesBorder_1.default;var Bundle_1=__webpack_require__("./packages/juno-icon/src/Bundle.tsx");exports.Bundle=Bundle_1.default;var CalendarDay_1=__webpack_require__("./packages/juno-icon/src/CalendarDay.tsx");exports.CalendarDay=CalendarDay_1.default;var CalendarMonth_1=__webpack_require__("./packages/juno-icon/src/CalendarMonth.tsx");exports.CalendarMonth=CalendarMonth_1.default;var CalendarWeek_1=__webpack_require__("./packages/juno-icon/src/CalendarWeek.tsx");exports.CalendarWeek=CalendarWeek_1.default;var CallAddSp_1=__webpack_require__("./packages/juno-icon/src/CallAddSp.tsx");exports.CallAddSp=CallAddSp_1.default;var CallAdd_1=__webpack_require__("./packages/juno-icon/src/CallAdd.tsx");exports.CallAdd=CallAdd_1.default;var CallList_1=__webpack_require__("./packages/juno-icon/src/CallList.tsx");exports.CallList=CallList_1.default;var CallMoreSp_1=__webpack_require__("./packages/juno-icon/src/CallMoreSp.tsx");exports.CallMoreSp=CallMoreSp_1.default;var CallMore_1=__webpack_require__("./packages/juno-icon/src/CallMore.tsx");exports.CallMore=CallMore_1.default;var CallOnBehalf_1=__webpack_require__("./packages/juno-icon/src/CallOnBehalf.tsx");exports.CallOnBehalf=CallOnBehalf_1.default;var CallrailBorder_1=__webpack_require__("./packages/juno-icon/src/CallrailBorder.tsx");exports.CallrailBorder=CallrailBorder_1.default;var Callrail_1=__webpack_require__("./packages/juno-icon/src/Callrail.tsx");exports.Callrail=Callrail_1.default;var CallsBorder_1=__webpack_require__("./packages/juno-icon/src/CallsBorder.tsx");exports.CallsBorder=CallsBorder_1.default;var Calls_1=__webpack_require__("./packages/juno-icon/src/Calls.tsx");exports.Calls=Calls_1.default;var CameraFilled_1=__webpack_require__("./packages/juno-icon/src/CameraFilled.tsx");exports.CameraFilled=CameraFilled_1.default;var CameraOutlined_1=__webpack_require__("./packages/juno-icon/src/CameraOutlined.tsx");exports.CameraOutlined=CameraOutlined_1.default;var Category_1=__webpack_require__("./packages/juno-icon/src/Category.tsx");exports.Category=Category_1.default;var CcLSp_1=__webpack_require__("./packages/juno-icon/src/CcLSp.tsx");exports.CcLSp=CcLSp_1.default;var CcSp_1=__webpack_require__("./packages/juno-icon/src/CcSp.tsx");exports.CcSp=CcSp_1.default;var ChangeLength_1=__webpack_require__("./packages/juno-icon/src/ChangeLength.tsx");exports.ChangeLength=ChangeLength_1.default;var ChangeTone_1=__webpack_require__("./packages/juno-icon/src/ChangeTone.tsx");exports.ChangeTone=ChangeTone_1.default;var ChatBubble_1=__webpack_require__("./packages/juno-icon/src/ChatBubble.tsx");exports.ChatBubble=ChatBubble_1.default;var Chat_1=__webpack_require__("./packages/juno-icon/src/Chat.tsx");exports.Chat=Chat_1.default;var Check_1=__webpack_require__("./packages/juno-icon/src/Check.tsx");exports.Check=Check_1.default;var ChevronLeft_1=__webpack_require__("./packages/juno-icon/src/ChevronLeft.tsx");exports.ChevronLeft=ChevronLeft_1.default;var ChevronRight_1=__webpack_require__("./packages/juno-icon/src/ChevronRight.tsx");exports.ChevronRight=ChevronRight_1.default;var Close_1=__webpack_require__("./packages/juno-icon/src/Close.tsx");exports.Close=Close_1.default;var CloudContact_1=__webpack_require__("./packages/juno-icon/src/CloudContact.tsx");exports.CloudContact=CloudContact_1.default;var CodeSnippets_1=__webpack_require__("./packages/juno-icon/src/CodeSnippets.tsx");exports.CodeSnippets=CodeSnippets_1.default;var Comments_1=__webpack_require__("./packages/juno-icon/src/Comments.tsx");exports.Comments=Comments_1.default;var CompanyLineBorder_1=__webpack_require__("./packages/juno-icon/src/CompanyLineBorder.tsx");exports.CompanyLineBorder=CompanyLineBorder_1.default;var Compose_1=__webpack_require__("./packages/juno-icon/src/Compose.tsx");exports.Compose=Compose_1.default;var Computer_1=__webpack_require__("./packages/juno-icon/src/Computer.tsx");exports.Computer=Computer_1.default;var ConferenceBorder_1=__webpack_require__("./packages/juno-icon/src/ConferenceBorder.tsx");exports.ConferenceBorder=ConferenceBorder_1.default;var Conference_1=__webpack_require__("./packages/juno-icon/src/Conference.tsx");exports.Conference=Conference_1.default;var Connect_1=__webpack_require__("./packages/juno-icon/src/Connect.tsx");exports.Connect=Connect_1.default;var ContactsAndCalendars_1=__webpack_require__("./packages/juno-icon/src/ContactsAndCalendars.tsx");exports.ContactsAndCalendars=ContactsAndCalendars_1.default;var ContactsBorder_1=__webpack_require__("./packages/juno-icon/src/ContactsBorder.tsx");exports.ContactsBorder=ContactsBorder_1.default;var Contacts_1=__webpack_require__("./packages/juno-icon/src/Contacts.tsx");exports.Contacts=Contacts_1.default;var ControlRoom_1=__webpack_require__("./packages/juno-icon/src/ControlRoom.tsx");exports.ControlRoom=ControlRoom_1.default;var Conversion_1=__webpack_require__("./packages/juno-icon/src/Conversion.tsx");exports.Conversion=Conversion_1.default;var Copy_1=__webpack_require__("./packages/juno-icon/src/Copy.tsx");exports.Copy=Copy_1.default;var Crashlytics_1=__webpack_require__("./packages/juno-icon/src/Crashlytics.tsx");exports.Crashlytics=Crashlytics_1.default;var CustomizeTabs_1=__webpack_require__("./packages/juno-icon/src/CustomizeTabs.tsx");exports.CustomizeTabs=CustomizeTabs_1.default;var Customize_1=__webpack_require__("./packages/juno-icon/src/Customize.tsx");exports.Customize=Customize_1.default;var DashboardBorder_1=__webpack_require__("./packages/juno-icon/src/DashboardBorder.tsx");exports.DashboardBorder=DashboardBorder_1.default;var Dashboard_1=__webpack_require__("./packages/juno-icon/src/Dashboard.tsx");exports.Dashboard=Dashboard_1.default;var DateBorder_1=__webpack_require__("./packages/juno-icon/src/DateBorder.tsx");exports.DateBorder=DateBorder_1.default;var Date_1=__webpack_require__("./packages/juno-icon/src/Date.tsx");exports.Date=Date_1.default;var DefaultAvatar_1=__webpack_require__("./packages/juno-icon/src/DefaultAvatar.tsx");exports.DefaultAvatar=DefaultAvatar_1.default;var DefaultBoxD_1=__webpack_require__("./packages/juno-icon/src/DefaultBoxD.tsx");exports.DefaultBoxD=DefaultBoxD_1.default;var DefaultBox_1=__webpack_require__("./packages/juno-icon/src/DefaultBox.tsx");exports.DefaultBox=DefaultBox_1.default;var DefaultFileD_1=__webpack_require__("./packages/juno-icon/src/DefaultFileD.tsx");exports.DefaultFileD=DefaultFileD_1.default;var DefaultFile_1=__webpack_require__("./packages/juno-icon/src/DefaultFile.tsx");exports.DefaultFile=DefaultFile_1.default;var DefaultGdriveD_1=__webpack_require__("./packages/juno-icon/src/DefaultGdriveD.tsx");exports.DefaultGdriveD=DefaultGdriveD_1.default;var DefaultGdrive_1=__webpack_require__("./packages/juno-icon/src/DefaultGdrive.tsx");exports.DefaultGdrive=DefaultGdrive_1.default;var DefaultGroupAvatar_1=__webpack_require__("./packages/juno-icon/src/DefaultGroupAvatar.tsx");exports.DefaultGroupAvatar=DefaultGroupAvatar_1.default;var DefaultIntegrationBorder_1=__webpack_require__("./packages/juno-icon/src/DefaultIntegrationBorder.tsx");exports.DefaultIntegrationBorder=DefaultIntegrationBorder_1.default;var DefaultIntegration_1=__webpack_require__("./packages/juno-icon/src/DefaultIntegration.tsx");exports.DefaultIntegration=DefaultIntegration_1.default;var DefaultMusicD_1=__webpack_require__("./packages/juno-icon/src/DefaultMusicD.tsx");exports.DefaultMusicD=DefaultMusicD_1.default;var DefaultMusic_1=__webpack_require__("./packages/juno-icon/src/DefaultMusic.tsx");exports.DefaultMusic=DefaultMusic_1.default;var DefaultTeamAvatar_1=__webpack_require__("./packages/juno-icon/src/DefaultTeamAvatar.tsx");exports.DefaultTeamAvatar=DefaultTeamAvatar_1.default;var DefaultVideoD_1=__webpack_require__("./packages/juno-icon/src/DefaultVideoD.tsx");exports.DefaultVideoD=DefaultVideoD_1.default;var DefaultVideo_1=__webpack_require__("./packages/juno-icon/src/DefaultVideo.tsx");exports.DefaultVideo=DefaultVideo_1.default;var DeleteCircle_1=__webpack_require__("./packages/juno-icon/src/DeleteCircle.tsx");exports.DeleteCircle=DeleteCircle_1.default;var Delete_1=__webpack_require__("./packages/juno-icon/src/Delete.tsx");exports.Delete=Delete_1.default;var DeletedFile_1=__webpack_require__("./packages/juno-icon/src/DeletedFile.tsx");exports.DeletedFile=DeletedFile_1.default;var DeletedFileD_1=__webpack_require__("./packages/juno-icon/src/DeletedFileD.tsx");exports.DeletedFileD=DeletedFileD_1.default;var Deletenumber_1=__webpack_require__("./packages/juno-icon/src/Deletenumber.tsx");exports.Deletenumber=Deletenumber_1.default;var Department_1=__webpack_require__("./packages/juno-icon/src/Department.tsx");exports.Department=Department_1.default;var DeskphonePairingInfo_1=__webpack_require__("./packages/juno-icon/src/DeskphonePairingInfo.tsx");exports.DeskphonePairingInfo=DeskphonePairingInfo_1.default;var Deskphone_1=__webpack_require__("./packages/juno-icon/src/Deskphone.tsx");exports.Deskphone=Deskphone_1.default;var Device_1=__webpack_require__("./packages/juno-icon/src/Device.tsx");exports.Device=Device_1.default;var Dial_1=__webpack_require__("./packages/juno-icon/src/Dial.tsx");exports.Dial=Dial_1.default;var DialerS_1=__webpack_require__("./packages/juno-icon/src/DialerS.tsx");exports.DialerS=DialerS_1.default;var Dialer_1=__webpack_require__("./packages/juno-icon/src/Dialer.tsx");exports.Dialer=Dialer_1.default;var DirectLineBorder_1=__webpack_require__("./packages/juno-icon/src/DirectLineBorder.tsx");exports.DirectLineBorder=DirectLineBorder_1.default;var DocD_1=__webpack_require__("./packages/juno-icon/src/DocD.tsx");exports.DocD=DocD_1.default;var Doc_1=__webpack_require__("./packages/juno-icon/src/Doc.tsx");exports.Doc=Doc_1.default;var DockBorder_1=__webpack_require__("./packages/juno-icon/src/DockBorder.tsx");exports.DockBorder=DockBorder_1.default;var Donedone_1=__webpack_require__("./packages/juno-icon/src/Donedone.tsx");exports.Donedone=Donedone_1.default;var DoubleChevronLeft_1=__webpack_require__("./packages/juno-icon/src/DoubleChevronLeft.tsx");exports.DoubleChevronLeft=DoubleChevronLeft_1.default;var DoubleChevronRight_1=__webpack_require__("./packages/juno-icon/src/DoubleChevronRight.tsx");exports.DoubleChevronRight=DoubleChevronRight_1.default;var Download_1=__webpack_require__("./packages/juno-icon/src/Download.tsx");exports.Download=Download_1.default;var DownwardsArrowWithTipRightwards_1=__webpack_require__("./packages/juno-icon/src/DownwardsArrowWithTipRightwards.tsx");exports.DownwardsArrowWithTipRightwards=DownwardsArrowWithTipRightwards_1.default;var Draft_1=__webpack_require__("./packages/juno-icon/src/Draft.tsx");exports.Draft=Draft_1.default;var DragableArea_1=__webpack_require__("./packages/juno-icon/src/DragableArea.tsx");exports.DragableArea=DragableArea_1.default;var Dropbox_1=__webpack_require__("./packages/juno-icon/src/Dropbox.tsx");exports.Dropbox=Dropbox_1.default;var E2EeSp_1=__webpack_require__("./packages/juno-icon/src/E2EeSp.tsx");exports.E2EeSp=E2EeSp_1.default;var Edit_1=__webpack_require__("./packages/juno-icon/src/Edit.tsx");exports.Edit=Edit_1.default;var Email_1=__webpack_require__("./packages/juno-icon/src/Email.tsx");exports.Email=Email_1.default;var Emoji_1=__webpack_require__("./packages/juno-icon/src/Emoji.tsx");exports.Emoji=Emoji_1.default;var EndAnswer_1=__webpack_require__("./packages/juno-icon/src/EndAnswer.tsx");exports.EndAnswer=EndAnswer_1.default;var EngageBorder_1=__webpack_require__("./packages/juno-icon/src/EngageBorder.tsx");exports.EngageBorder=EngageBorder_1.default;var EngageDigitalBorder_1=__webpack_require__("./packages/juno-icon/src/EngageDigitalBorder.tsx");exports.EngageDigitalBorder=EngageDigitalBorder_1.default;var EventNewBorder_1=__webpack_require__("./packages/juno-icon/src/EventNewBorder.tsx");exports.EventNewBorder=EventNewBorder_1.default;var EventNew_1=__webpack_require__("./packages/juno-icon/src/EventNew.tsx");exports.EventNew=EventNew_1.default;var Evernote_1=__webpack_require__("./packages/juno-icon/src/Evernote.tsx");exports.Evernote=Evernote_1.default;var ExcelD_1=__webpack_require__("./packages/juno-icon/src/ExcelD.tsx");exports.ExcelD=ExcelD_1.default;var Excel_1=__webpack_require__("./packages/juno-icon/src/Excel.tsx");exports.Excel=Excel_1.default;var ExpandSp_1=__webpack_require__("./packages/juno-icon/src/ExpandSp.tsx");exports.ExpandSp=ExpandSp_1.default;var Expand_1=__webpack_require__("./packages/juno-icon/src/Expand.tsx");exports.Expand=Expand_1.default;var Export_1=__webpack_require__("./packages/juno-icon/src/Export.tsx");exports.Export=Export_1.default;var ExtensionLineBorder_1=__webpack_require__("./packages/juno-icon/src/ExtensionLineBorder.tsx");exports.ExtensionLineBorder=ExtensionLineBorder_1.default;var ExternalLinkGlobal_1=__webpack_require__("./packages/juno-icon/src/ExternalLinkGlobal.tsx");exports.ExternalLinkGlobal=ExternalLinkGlobal_1.default;var ExternalLink_1=__webpack_require__("./packages/juno-icon/src/ExternalLink.tsx");exports.ExternalLink=ExternalLink_1.default;var FacebookShareNumberIcon_1=__webpack_require__("./packages/juno-icon/src/FacebookShareNumberIcon.tsx");exports.FacebookShareNumberIcon=FacebookShareNumberIcon_1.default;var FailedFaxBorder_1=__webpack_require__("./packages/juno-icon/src/FailedFaxBorder.tsx");exports.FailedFaxBorder=FailedFaxBorder_1.default;var FailedFax_1=__webpack_require__("./packages/juno-icon/src/FailedFax.tsx");exports.FailedFax=FailedFax_1.default;var FaxBorder_1=__webpack_require__("./packages/juno-icon/src/FaxBorder.tsx");exports.FaxBorder=FaxBorder_1.default;var Fax_1=__webpack_require__("./packages/juno-icon/src/Fax.tsx");exports.Fax=Fax_1.default;var Features_1=__webpack_require__("./packages/juno-icon/src/Features.tsx");exports.Features=Features_1.default;var Feedback_1=__webpack_require__("./packages/juno-icon/src/Feedback.tsx");exports.Feedback=Feedback_1.default;var FileBorder_1=__webpack_require__("./packages/juno-icon/src/FileBorder.tsx");exports.FileBorder=FileBorder_1.default;var File_1=__webpack_require__("./packages/juno-icon/src/File.tsx");exports.File=File_1.default;var Filter_1=__webpack_require__("./packages/juno-icon/src/Filter.tsx");exports.Filter=Filter_1.default;var FlipSp_1=__webpack_require__("./packages/juno-icon/src/FlipSp.tsx");exports.FlipSp=FlipSp_1.default;var FolderBorder_1=__webpack_require__("./packages/juno-icon/src/FolderBorder.tsx");exports.FolderBorder=FolderBorder_1.default;var Folder_1=__webpack_require__("./packages/juno-icon/src/Folder.tsx");exports.Folder=Folder_1.default;var Foldercreated_1=__webpack_require__("./packages/juno-icon/src/Foldercreated.tsx");exports.Foldercreated=Foldercreated_1.default;var FontColor_1=__webpack_require__("./packages/juno-icon/src/FontColor.tsx");exports.FontColor=FontColor_1.default;var FontSize_1=__webpack_require__("./packages/juno-icon/src/FontSize.tsx");exports.FontSize=FontSize_1.default;var Forward_1=__webpack_require__("./packages/juno-icon/src/Forward.tsx");exports.Forward=Forward_1.default;var Forwardcall_1=__webpack_require__("./packages/juno-icon/src/Forwardcall.tsx");exports.Forwardcall=Forwardcall_1.default;var ForwardingBorder_1=__webpack_require__("./packages/juno-icon/src/ForwardingBorder.tsx");exports.ForwardingBorder=ForwardingBorder_1.default;var Forwarding_1=__webpack_require__("./packages/juno-icon/src/Forwarding.tsx");exports.Forwarding=Forwarding_1.default;var GdriveLogo_1=__webpack_require__("./packages/juno-icon/src/GdriveLogo.tsx");exports.GdriveLogo=GdriveLogo_1.default;var GifFileD_1=__webpack_require__("./packages/juno-icon/src/GifFileD.tsx");exports.GifFileD=GifFileD_1.default;var GifFile_1=__webpack_require__("./packages/juno-icon/src/GifFile.tsx");exports.GifFile=GifFile_1.default;var Gif_1=__webpack_require__("./packages/juno-icon/src/Gif.tsx");exports.Gif=Gif_1.default;var Github_1=__webpack_require__("./packages/juno-icon/src/Github.tsx");exports.Github=Github_1.default;var Glipwebhooks_1=__webpack_require__("./packages/juno-icon/src/Glipwebhooks.tsx");exports.Glipwebhooks=Glipwebhooks_1.default;var Globe_1=__webpack_require__("./packages/juno-icon/src/Globe.tsx");exports.Globe=Globe_1.default;var Gmail_1=__webpack_require__("./packages/juno-icon/src/Gmail.tsx");exports.Gmail=Gmail_1.default;var GoodConnection_1=__webpack_require__("./packages/juno-icon/src/GoodConnection.tsx");exports.GoodConnection=GoodConnection_1.default;var GoogleBusiness_1=__webpack_require__("./packages/juno-icon/src/GoogleBusiness.tsx");exports.GoogleBusiness=GoogleBusiness_1.default;var GoogleCalendar2019_1=__webpack_require__("./packages/juno-icon/src/GoogleCalendar2019.tsx");exports.GoogleCalendar2019=GoogleCalendar2019_1.default;var GoogleChromeLogo_1=__webpack_require__("./packages/juno-icon/src/GoogleChromeLogo.tsx");exports.GoogleChromeLogo=GoogleChromeLogo_1.default;var GoogleDocD_1=__webpack_require__("./packages/juno-icon/src/GoogleDocD.tsx");exports.GoogleDocD=GoogleDocD_1.default;var GoogleDoc_1=__webpack_require__("./packages/juno-icon/src/GoogleDoc.tsx");exports.GoogleDoc=GoogleDoc_1.default;var GoogleLogoDisabled_1=__webpack_require__("./packages/juno-icon/src/GoogleLogoDisabled.tsx");exports.GoogleLogoDisabled=GoogleLogoDisabled_1.default;var GoogleLogo_1=__webpack_require__("./packages/juno-icon/src/GoogleLogo.tsx");exports.GoogleLogo=GoogleLogo_1.default;var GoogleSheetD_1=__webpack_require__("./packages/juno-icon/src/GoogleSheetD.tsx");exports.GoogleSheetD=GoogleSheetD_1.default;var GoogleSheet_1=__webpack_require__("./packages/juno-icon/src/GoogleSheet.tsx");exports.GoogleSheet=GoogleSheet_1.default;var GoogleSlideD_1=__webpack_require__("./packages/juno-icon/src/GoogleSlideD.tsx");exports.GoogleSlideD=GoogleSlideD_1.default;var GoogleSlide_1=__webpack_require__("./packages/juno-icon/src/GoogleSlide.tsx");exports.GoogleSlide=GoogleSlide_1.default;var Google_1=__webpack_require__("./packages/juno-icon/src/Google.tsx");exports.Google=Google_1.default;var GroupDefault_1=__webpack_require__("./packages/juno-icon/src/GroupDefault.tsx");exports.GroupDefault=GroupDefault_1.default;var HandUp_1=__webpack_require__("./packages/juno-icon/src/HandUp.tsx");exports.HandUp=HandUp_1.default;var HangUpSp_1=__webpack_require__("./packages/juno-icon/src/HangUpSp.tsx");exports.HangUpSp=HangUpSp_1.default;var Hangouts_1=__webpack_require__("./packages/juno-icon/src/Hangouts.tsx");exports.Hangouts=Hangouts_1.default;var Harvest_1=__webpack_require__("./packages/juno-icon/src/Harvest.tsx");exports.Harvest=Harvest_1.default;var Hash_1=__webpack_require__("./packages/juno-icon/src/Hash.tsx");exports.Hash=Hash_1.default;var Hd_1=__webpack_require__("./packages/juno-icon/src/Hd.tsx");exports.Hd=Hd_1.default;var HelpBorder_1=__webpack_require__("./packages/juno-icon/src/HelpBorder.tsx");exports.HelpBorder=HelpBorder_1.default;var Help_1=__webpack_require__("./packages/juno-icon/src/Help.tsx");exports.Help=Help_1.default;var HideBorder_1=__webpack_require__("./packages/juno-icon/src/HideBorder.tsx");exports.HideBorder=HideBorder_1.default;var HideSp_1=__webpack_require__("./packages/juno-icon/src/HideSp.tsx");exports.HideSp=HideSp_1.default;var Highlight_1=__webpack_require__("./packages/juno-icon/src/Highlight.tsx");exports.Highlight=Highlight_1.default;var HoldAnswer_1=__webpack_require__("./packages/juno-icon/src/HoldAnswer.tsx");exports.HoldAnswer=HoldAnswer_1.default;var HoldSp_1=__webpack_require__("./packages/juno-icon/src/HoldSp.tsx");exports.HoldSp=HoldSp_1.default;var Hold_1=__webpack_require__("./packages/juno-icon/src/Hold.tsx");exports.Hold=Hold_1.default;var HoldcallBorder_1=__webpack_require__("./packages/juno-icon/src/HoldcallBorder.tsx");exports.HoldcallBorder=HoldcallBorder_1.default;var HomeBorder_1=__webpack_require__("./packages/juno-icon/src/HomeBorder.tsx");exports.HomeBorder=HomeBorder_1.default;var HorizontalLine_1=__webpack_require__("./packages/juno-icon/src/HorizontalLine.tsx");exports.HorizontalLine=HorizontalLine_1.default;var HudBorder_1=__webpack_require__("./packages/juno-icon/src/HudBorder.tsx");exports.HudBorder=HudBorder_1.default;var HybridContact_1=__webpack_require__("./packages/juno-icon/src/HybridContact.tsx");exports.HybridContact=HybridContact_1.default;var Ical_1=__webpack_require__("./packages/juno-icon/src/Ical.tsx");exports.Ical=Ical_1.default;var Ignore_1=__webpack_require__("./packages/juno-icon/src/Ignore.tsx");exports.Ignore=Ignore_1.default;var ImageBrokenD_1=__webpack_require__("./packages/juno-icon/src/ImageBrokenD.tsx");exports.ImageBrokenD=ImageBrokenD_1.default;var ImageBroken_1=__webpack_require__("./packages/juno-icon/src/ImageBroken.tsx");exports.ImageBroken=ImageBroken_1.default;var ImagePreviewD_1=__webpack_require__("./packages/juno-icon/src/ImagePreviewD.tsx");exports.ImagePreviewD=ImagePreviewD_1.default;var ImagePreview_1=__webpack_require__("./packages/juno-icon/src/ImagePreview.tsx");exports.ImagePreview=ImagePreview_1.default;var ImproveWithAi_1=__webpack_require__("./packages/juno-icon/src/ImproveWithAi.tsx");exports.ImproveWithAi=ImproveWithAi_1.default;var InProgress_1=__webpack_require__("./packages/juno-icon/src/InProgress.tsx");exports.InProgress=InProgress_1.default;var InboundCallOnBehalf_1=__webpack_require__("./packages/juno-icon/src/InboundCallOnBehalf.tsx");exports.InboundCallOnBehalf=InboundCallOnBehalf_1.default;var InboundFaxBorder_1=__webpack_require__("./packages/juno-icon/src/InboundFaxBorder.tsx");exports.InboundFaxBorder=InboundFaxBorder_1.default;var InboundFax_1=__webpack_require__("./packages/juno-icon/src/InboundFax.tsx");exports.InboundFax=InboundFax_1.default;var Inbox_1=__webpack_require__("./packages/juno-icon/src/Inbox.tsx");exports.Inbox=Inbox_1.default;var IncallBorder_1=__webpack_require__("./packages/juno-icon/src/IncallBorder.tsx");exports.IncallBorder=IncallBorder_1.default;var Incall_1=__webpack_require__("./packages/juno-icon/src/Incall.tsx");exports.Incall=Incall_1.default;var Indent_1=__webpack_require__("./packages/juno-icon/src/Indent.tsx");exports.Indent=Indent_1.default;var Indeterminate_1=__webpack_require__("./packages/juno-icon/src/Indeterminate.tsx");exports.Indeterminate=Indeterminate_1.default;var InfoBorder_1=__webpack_require__("./packages/juno-icon/src/InfoBorder.tsx");exports.InfoBorder=InfoBorder_1.default;var Info_1=__webpack_require__("./packages/juno-icon/src/Info.tsx");exports.Info=Info_1.default;var InsertCode_1=__webpack_require__("./packages/juno-icon/src/InsertCode.tsx");exports.InsertCode=InsertCode_1.default;var InsertImage_1=__webpack_require__("./packages/juno-icon/src/InsertImage.tsx");exports.InsertImage=InsertImage_1.default;var InsertLink_1=__webpack_require__("./packages/juno-icon/src/InsertLink.tsx");exports.InsertLink=InsertLink_1.default;var InsertTable_1=__webpack_require__("./packages/juno-icon/src/InsertTable.tsx");exports.InsertTable=InsertTable_1.default;var InsertVideo_1=__webpack_require__("./packages/juno-icon/src/InsertVideo.tsx");exports.InsertVideo=InsertVideo_1.default;var Italic_1=__webpack_require__("./packages/juno-icon/src/Italic.tsx");exports.Italic=Italic_1.default;var ItemListSelected_1=__webpack_require__("./packages/juno-icon/src/ItemListSelected.tsx");exports.ItemListSelected=ItemListSelected_1.default;var Jira_1=__webpack_require__("./packages/juno-icon/src/Jira.tsx");exports.Jira=Jira_1.default;var JoinAudioPoc_1=__webpack_require__("./packages/juno-icon/src/JoinAudioPoc.tsx");exports.JoinAudioPoc=JoinAudioPoc_1.default;var JoinMeeting_1=__webpack_require__("./packages/juno-icon/src/JoinMeeting.tsx");exports.JoinMeeting=JoinMeeting_1.default;var Join_1=__webpack_require__("./packages/juno-icon/src/Join.tsx");exports.Join=Join_1.default;var JumpToLatest_1=__webpack_require__("./packages/juno-icon/src/JumpToLatest.tsx");exports.JumpToLatest=JumpToLatest_1.default;var JumpToUnread_1=__webpack_require__("./packages/juno-icon/src/JumpToUnread.tsx");exports.JumpToUnread=JumpToUnread_1.default;var KeypadOffSp_1=__webpack_require__("./packages/juno-icon/src/KeypadOffSp.tsx");exports.KeypadOffSp=KeypadOffSp_1.default;var KeypadSp_1=__webpack_require__("./packages/juno-icon/src/KeypadSp.tsx");exports.KeypadSp=KeypadSp_1.default;var Keypad_1=__webpack_require__("./packages/juno-icon/src/Keypad.tsx");exports.Keypad=Keypad_1.default;var LeaveMeeting_1=__webpack_require__("./packages/juno-icon/src/LeaveMeeting.tsx");exports.LeaveMeeting=LeaveMeeting_1.default;var LeaveSp_1=__webpack_require__("./packages/juno-icon/src/LeaveSp.tsx");exports.LeaveSp=LeaveSp_1.default;var Leave_1=__webpack_require__("./packages/juno-icon/src/Leave.tsx");exports.Leave=Leave_1.default;var ListBulletL_1=__webpack_require__("./packages/juno-icon/src/ListBulletL.tsx");exports.ListBulletL=ListBulletL_1.default;var ListBullet_1=__webpack_require__("./packages/juno-icon/src/ListBullet.tsx");exports.ListBullet=ListBullet_1.default;var ListOrdered_1=__webpack_require__("./packages/juno-icon/src/ListOrdered.tsx");exports.ListOrdered=ListOrdered_1.default;var ListView_1=__webpack_require__("./packages/juno-icon/src/ListView.tsx");exports.ListView=ListView_1.default;var LocationBorder_1=__webpack_require__("./packages/juno-icon/src/LocationBorder.tsx");exports.LocationBorder=LocationBorder_1.default;var Location_1=__webpack_require__("./packages/juno-icon/src/Location.tsx");exports.Location=Location_1.default;var LockBorder_1=__webpack_require__("./packages/juno-icon/src/LockBorder.tsx");exports.LockBorder=LockBorder_1.default;var Lock_1=__webpack_require__("./packages/juno-icon/src/Lock.tsx");exports.Lock=Lock_1.default;var Login_1=__webpack_require__("./packages/juno-icon/src/Login.tsx");exports.Login=Login_1.default;var MacKeynoteD_1=__webpack_require__("./packages/juno-icon/src/MacKeynoteD.tsx");exports.MacKeynoteD=MacKeynoteD_1.default;var MacKeynote_1=__webpack_require__("./packages/juno-icon/src/MacKeynote.tsx");exports.MacKeynote=MacKeynote_1.default;var MacNumbersD_1=__webpack_require__("./packages/juno-icon/src/MacNumbersD.tsx");exports.MacNumbersD=MacNumbersD_1.default;var MacNumbers_1=__webpack_require__("./packages/juno-icon/src/MacNumbers.tsx");exports.MacNumbers=MacNumbers_1.default;var MacPagesD_1=__webpack_require__("./packages/juno-icon/src/MacPagesD.tsx");exports.MacPagesD=MacPagesD_1.default;var MacPages_1=__webpack_require__("./packages/juno-icon/src/MacPages.tsx");exports.MacPages=MacPages_1.default;var Mailchimp_1=__webpack_require__("./packages/juno-icon/src/Mailchimp.tsx");exports.Mailchimp=Mailchimp_1.default;var MarkAsReadBorder_1=__webpack_require__("./packages/juno-icon/src/MarkAsReadBorder.tsx");exports.MarkAsReadBorder=MarkAsReadBorder_1.default;var MarkReplyAsUnread_1=__webpack_require__("./packages/juno-icon/src/MarkReplyAsUnread.tsx");exports.MarkReplyAsUnread=MarkReplyAsUnread_1.default;var MarkerM_1=__webpack_require__("./packages/juno-icon/src/MarkerM.tsx");exports.MarkerM=MarkerM_1.default;var MarkerS_1=__webpack_require__("./packages/juno-icon/src/MarkerS.tsx");exports.MarkerS=MarkerS_1.default;var MemberBorder_1=__webpack_require__("./packages/juno-icon/src/MemberBorder.tsx");exports.MemberBorder=MemberBorder_1.default;var MentionBorder_1=__webpack_require__("./packages/juno-icon/src/MentionBorder.tsx");exports.MentionBorder=MentionBorder_1.default;var Mention_1=__webpack_require__("./packages/juno-icon/src/Mention.tsx");exports.Mention=Mention_1.default;var Merge_1=__webpack_require__("./packages/juno-icon/src/Merge.tsx");exports.Merge=Merge_1.default;var MicBorder_1=__webpack_require__("./packages/juno-icon/src/MicBorder.tsx");exports.MicBorder=MicBorder_1.default;var MicOffBorder_1=__webpack_require__("./packages/juno-icon/src/MicOffBorder.tsx");exports.MicOffBorder=MicOffBorder_1.default;var MicOffSp_1=__webpack_require__("./packages/juno-icon/src/MicOffSp.tsx");exports.MicOffSp=MicOffSp_1.default;var MicOff_1=__webpack_require__("./packages/juno-icon/src/MicOff.tsx");exports.MicOff=MicOff_1.default;var MicSp_1=__webpack_require__("./packages/juno-icon/src/MicSp.tsx");exports.MicSp=MicSp_1.default;var Mic_1=__webpack_require__("./packages/juno-icon/src/Mic.tsx");exports.Mic=Mic_1.default;var MicrosoftLogoDisabled_1=__webpack_require__("./packages/juno-icon/src/MicrosoftLogoDisabled.tsx");exports.MicrosoftLogoDisabled=MicrosoftLogoDisabled_1.default;var MicrosoftLogo_1=__webpack_require__("./packages/juno-icon/src/MicrosoftLogo.tsx");exports.MicrosoftLogo=MicrosoftLogo_1.default;var MicrosoftOutlook2019_1=__webpack_require__("./packages/juno-icon/src/MicrosoftOutlook2019.tsx");exports.MicrosoftOutlook2019=MicrosoftOutlook2019_1.default;var MicrosoftTeams2019_1=__webpack_require__("./packages/juno-icon/src/MicrosoftTeams2019.tsx");exports.MicrosoftTeams2019=MicrosoftTeams2019_1.default;var Minimize_1=__webpack_require__("./packages/juno-icon/src/Minimize.tsx");exports.Minimize=Minimize_1.default;var MissedCallDnd_1=__webpack_require__("./packages/juno-icon/src/MissedCallDnd.tsx");exports.MissedCallDnd=MissedCallDnd_1.default;var MissedcallBorder_1=__webpack_require__("./packages/juno-icon/src/MissedcallBorder.tsx");exports.MissedcallBorder=MissedcallBorder_1.default;var Missedcall_1=__webpack_require__("./packages/juno-icon/src/Missedcall.tsx");exports.Missedcall=Missedcall_1.default;var Mobile_1=__webpack_require__("./packages/juno-icon/src/Mobile.tsx");exports.Mobile=Mobile_1.default;var MonitorCall_1=__webpack_require__("./packages/juno-icon/src/MonitorCall.tsx");exports.MonitorCall=MonitorCall_1.default;var MoreHoriz_1=__webpack_require__("./packages/juno-icon/src/MoreHoriz.tsx");exports.MoreHoriz=MoreHoriz_1.default;var MoreVert_1=__webpack_require__("./packages/juno-icon/src/MoreVert.tsx");exports.MoreVert=MoreVert_1.default;var MuteNotificationBorder_1=__webpack_require__("./packages/juno-icon/src/MuteNotificationBorder.tsx");exports.MuteNotificationBorder=MuteNotificationBorder_1.default;var MuteNotification_1=__webpack_require__("./packages/juno-icon/src/MuteNotification.tsx");exports.MuteNotification=MuteNotification_1.default;var NewAction_1=__webpack_require__("./packages/juno-icon/src/NewAction.tsx");exports.NewAction=NewAction_1.default;var NewFax_1=__webpack_require__("./packages/juno-icon/src/NewFax.tsx");exports.NewFax=NewFax_1.default;var NewFile_1=__webpack_require__("./packages/juno-icon/src/NewFile.tsx");exports.NewFile=NewFile_1.default;var NewNote_1=__webpack_require__("./packages/juno-icon/src/NewNote.tsx");exports.NewNote=NewNote_1.default;var Nickname_1=__webpack_require__("./packages/juno-icon/src/Nickname.tsx");exports.Nickname=Nickname_1.default;var NoAudioSp_1=__webpack_require__("./packages/juno-icon/src/NoAudioSp.tsx");exports.NoAudioSp=NoAudioSp_1.default;var NoAudio_1=__webpack_require__("./packages/juno-icon/src/NoAudio.tsx");exports.NoAudio=NoAudio_1.default;var NoConnection_1=__webpack_require__("./packages/juno-icon/src/NoConnection.tsx");exports.NoConnection=NoConnection_1.default;var NonEdit_1=__webpack_require__("./packages/juno-icon/src/NonEdit.tsx");exports.NonEdit=NonEdit_1.default;var NoteBorder_1=__webpack_require__("./packages/juno-icon/src/NoteBorder.tsx");exports.NoteBorder=NoteBorder_1.default;var Note_1=__webpack_require__("./packages/juno-icon/src/Note.tsx");exports.Note=Note_1.default;var Notes_1=__webpack_require__("./packages/juno-icon/src/Notes.tsx");exports.Notes=Notes_1.default;var NotificationBorder_1=__webpack_require__("./packages/juno-icon/src/NotificationBorder.tsx");exports.NotificationBorder=NotificationBorder_1.default;var Notification_1=__webpack_require__("./packages/juno-icon/src/Notification.tsx");exports.Notification=Notification_1.default;var Onedrive_1=__webpack_require__("./packages/juno-icon/src/Onedrive.tsx");exports.Onedrive=Onedrive_1.default;var OpenFolder_1=__webpack_require__("./packages/juno-icon/src/OpenFolder.tsx");exports.OpenFolder=OpenFolder_1.default;var OuboundCallOnBehalf_1=__webpack_require__("./packages/juno-icon/src/OuboundCallOnBehalf.tsx");exports.OuboundCallOnBehalf=OuboundCallOnBehalf_1.default;var OutboundFaxBorder_1=__webpack_require__("./packages/juno-icon/src/OutboundFaxBorder.tsx");exports.OutboundFaxBorder=OutboundFaxBorder_1.default;var OutboundFax_1=__webpack_require__("./packages/juno-icon/src/OutboundFax.tsx");exports.OutboundFax=OutboundFax_1.default;var OutcallBorder_1=__webpack_require__("./packages/juno-icon/src/OutcallBorder.tsx");exports.OutcallBorder=OutcallBorder_1.default;var Outcall_1=__webpack_require__("./packages/juno-icon/src/Outcall.tsx");exports.Outcall=Outcall_1.default;var Outdent_1=__webpack_require__("./packages/juno-icon/src/Outdent.tsx");exports.Outdent=Outdent_1.default;var Pagerduty_1=__webpack_require__("./packages/juno-icon/src/Pagerduty.tsx");exports.Pagerduty=Pagerduty_1.default;var ParkCallMessage_1=__webpack_require__("./packages/juno-icon/src/ParkCallMessage.tsx");exports.ParkCallMessage=ParkCallMessage_1.default;var ParkCallSp_1=__webpack_require__("./packages/juno-icon/src/ParkCallSp.tsx");exports.ParkCallSp=ParkCallSp_1.default;var ParkCallText_1=__webpack_require__("./packages/juno-icon/src/ParkCallText.tsx");exports.ParkCallText=ParkCallText_1.default;var ParkCall_1=__webpack_require__("./packages/juno-icon/src/ParkCall.tsx");exports.ParkCall=ParkCall_1.default;var ParkLocationFull_1=__webpack_require__("./packages/juno-icon/src/ParkLocationFull.tsx");exports.ParkLocationFull=ParkLocationFull_1.default;var ParkLocation_1=__webpack_require__("./packages/juno-icon/src/ParkLocation.tsx");exports.ParkLocation=ParkLocation_1.default;var ParkedCallBorder_1=__webpack_require__("./packages/juno-icon/src/ParkedCallBorder.tsx");exports.ParkedCallBorder=ParkedCallBorder_1.default;var PartnerCloudContact_1=__webpack_require__("./packages/juno-icon/src/PartnerCloudContact.tsx");exports.PartnerCloudContact=PartnerCloudContact_1.default;var PauseBorder_1=__webpack_require__("./packages/juno-icon/src/PauseBorder.tsx");exports.PauseBorder=PauseBorder_1.default;var PauseCircle_1=__webpack_require__("./packages/juno-icon/src/PauseCircle.tsx");exports.PauseCircle=PauseCircle_1.default;var PauseCircleBorder_1=__webpack_require__("./packages/juno-icon/src/PauseCircleBorder.tsx");exports.PauseCircleBorder=PauseCircleBorder_1.default;var Pause_1=__webpack_require__("./packages/juno-icon/src/Pause.tsx");exports.Pause=Pause_1.default;var PaymentMethod_1=__webpack_require__("./packages/juno-icon/src/PaymentMethod.tsx");exports.PaymentMethod=PaymentMethod_1.default;var PdfD_1=__webpack_require__("./packages/juno-icon/src/PdfD.tsx");exports.PdfD=PdfD_1.default;var PdfBorder_1=__webpack_require__("./packages/juno-icon/src/PdfBorder.tsx");exports.PdfBorder=PdfBorder_1.default;var Pdf_1=__webpack_require__("./packages/juno-icon/src/Pdf.tsx");exports.Pdf=Pdf_1.default;var People_1=__webpack_require__("./packages/juno-icon/src/People.tsx");exports.People=People_1.default;var PersonalMeeting_1=__webpack_require__("./packages/juno-icon/src/PersonalMeeting.tsx");exports.PersonalMeeting=PersonalMeeting_1.default;var PhoneBorder_1=__webpack_require__("./packages/juno-icon/src/PhoneBorder.tsx");exports.PhoneBorder=PhoneBorder_1.default;var PhoneInboxBorder_1=__webpack_require__("./packages/juno-icon/src/PhoneInboxBorder.tsx");exports.PhoneInboxBorder=PhoneInboxBorder_1.default;var PhoneInbox_1=__webpack_require__("./packages/juno-icon/src/PhoneInbox.tsx");exports.PhoneInbox=PhoneInbox_1.default;var PhoneOffBorder_1=__webpack_require__("./packages/juno-icon/src/PhoneOffBorder.tsx");exports.PhoneOffBorder=PhoneOffBorder_1.default;var PhoneOff_1=__webpack_require__("./packages/juno-icon/src/PhoneOff.tsx");exports.PhoneOff=PhoneOff_1.default;var PhoneS_1=__webpack_require__("./packages/juno-icon/src/PhoneS.tsx");exports.PhoneS=PhoneS_1.default;var Phone_1=__webpack_require__("./packages/juno-icon/src/Phone.tsx");exports.Phone=Phone_1.default;var PickUpCall_1=__webpack_require__("./packages/juno-icon/src/PickUpCall.tsx");exports.PickUpCall=PickUpCall_1.default;var PinWindow_1=__webpack_require__("./packages/juno-icon/src/PinWindow.tsx");exports.PinWindow=PinWindow_1.default;var Pin_1=__webpack_require__("./packages/juno-icon/src/Pin.tsx");exports.Pin=Pin_1.default;var PivotalTracker_1=__webpack_require__("./packages/juno-icon/src/PivotalTracker.tsx");exports.PivotalTracker=PivotalTracker_1.default;var PlayBorder_1=__webpack_require__("./packages/juno-icon/src/PlayBorder.tsx");exports.PlayBorder=PlayBorder_1.default;var PlayCircle_1=__webpack_require__("./packages/juno-icon/src/PlayCircle.tsx");exports.PlayCircle=PlayCircle_1.default;var PlayCircleBorder_1=__webpack_require__("./packages/juno-icon/src/PlayCircleBorder.tsx");exports.PlayCircleBorder=PlayCircleBorder_1.default;var Play_1=__webpack_require__("./packages/juno-icon/src/Play.tsx");exports.Play=Play_1.default;var PollBorder_1=__webpack_require__("./packages/juno-icon/src/PollBorder.tsx");exports.PollBorder=PollBorder_1.default;var Poll_1=__webpack_require__("./packages/juno-icon/src/Poll.tsx");exports.Poll=Poll_1.default;var PoorConnection_1=__webpack_require__("./packages/juno-icon/src/PoorConnection.tsx");exports.PoorConnection=PoorConnection_1.default;var PopIn_1=__webpack_require__("./packages/juno-icon/src/PopIn.tsx");exports.PopIn=PopIn_1.default;var PopOut_1=__webpack_require__("./packages/juno-icon/src/PopOut.tsx");exports.PopOut=PopOut_1.default;var PptD_1=__webpack_require__("./packages/juno-icon/src/PptD.tsx");exports.PptD=PptD_1.default;var Ppt_1=__webpack_require__("./packages/juno-icon/src/Ppt.tsx");exports.Ppt=Ppt_1.default;var Previous_1=__webpack_require__("./packages/juno-icon/src/Previous.tsx");exports.Previous=Previous_1.default;var PurchaseCart_1=__webpack_require__("./packages/juno-icon/src/PurchaseCart.tsx");exports.PurchaseCart=PurchaseCart_1.default;var PushToTalk_1=__webpack_require__("./packages/juno-icon/src/PushToTalk.tsx");exports.PushToTalk=PushToTalk_1.default;var Quote_1=__webpack_require__("./packages/juno-icon/src/Quote.tsx");exports.Quote=Quote_1.default;var RadioUnselect_1=__webpack_require__("./packages/juno-icon/src/RadioUnselect.tsx");exports.RadioUnselect=RadioUnselect_1.default;var Radio_1=__webpack_require__("./packages/juno-icon/src/Radio.tsx");exports.Radio=Radio_1.default;var RbnOff_1=__webpack_require__("./packages/juno-icon/src/RbnOff.tsx");exports.RbnOff=RbnOff_1.default;var RbnOn_1=__webpack_require__("./packages/juno-icon/src/RbnOn.tsx");exports.RbnOn=RbnOn_1.default;var RcApp_1=__webpack_require__("./packages/juno-icon/src/RcApp.tsx");exports.RcApp=RcApp_1.default;var RcBlog_1=__webpack_require__("./packages/juno-icon/src/RcBlog.tsx");exports.RcBlog=RcBlog_1.default;var RcCcBorder_1=__webpack_require__("./packages/juno-icon/src/RcCcBorder.tsx");exports.RcCcBorder=RcCcBorder_1.default;var RcCloudContact_1=__webpack_require__("./packages/juno-icon/src/RcCloudContact.tsx");exports.RcCloudContact=RcCloudContact_1.default;var RcContact_1=__webpack_require__("./packages/juno-icon/src/RcContact.tsx");exports.RcContact=RcContact_1.default;var RcHelp_1=__webpack_require__("./packages/juno-icon/src/RcHelp.tsx");exports.RcHelp=RcHelp_1.default;var RcLogo_1=__webpack_require__("./packages/juno-icon/src/RcLogo.tsx");exports.RcLogo=RcLogo_1.default;var RcvMicOff_1=__webpack_require__("./packages/juno-icon/src/RcvMicOff.tsx");exports.RcvMicOff=RcvMicOff_1.default;var RcvVideocamOff_1=__webpack_require__("./packages/juno-icon/src/RcvVideocamOff.tsx");exports.RcvVideocamOff=RcvVideocamOff_1.default;var Read_1=__webpack_require__("./packages/juno-icon/src/Read.tsx");exports.Read=Read_1.default;var RecTransciptSp_1=__webpack_require__("./packages/juno-icon/src/RecTransciptSp.tsx");exports.RecTransciptSp=RecTransciptSp_1.default;var Recent_1=__webpack_require__("./packages/juno-icon/src/Recent.tsx");exports.Recent=Recent_1.default;var RecordBorder_1=__webpack_require__("./packages/juno-icon/src/RecordBorder.tsx");exports.RecordBorder=RecordBorder_1.default;var RecordSp_1=__webpack_require__("./packages/juno-icon/src/RecordSp.tsx");exports.RecordSp=RecordSp_1.default;var Record_1=__webpack_require__("./packages/juno-icon/src/Record.tsx");exports.Record=Record_1.default;var RecordingInsights_1=__webpack_require__("./packages/juno-icon/src/RecordingInsights.tsx");exports.RecordingInsights=RecordingInsights_1.default;var Refresh_1=__webpack_require__("./packages/juno-icon/src/Refresh.tsx");exports.Refresh=Refresh_1.default;var Regenerate_1=__webpack_require__("./packages/juno-icon/src/Regenerate.tsx");exports.Regenerate=Regenerate_1.default;var ReminderBorder_1=__webpack_require__("./packages/juno-icon/src/ReminderBorder.tsx");exports.ReminderBorder=ReminderBorder_1.default;var Reminder_1=__webpack_require__("./packages/juno-icon/src/Reminder.tsx");exports.Reminder=Reminder_1.default;var RemoveBorder_1=__webpack_require__("./packages/juno-icon/src/RemoveBorder.tsx");exports.RemoveBorder=RemoveBorder_1.default;var RemoveField_1=__webpack_require__("./packages/juno-icon/src/RemoveField.tsx");exports.RemoveField=RemoveField_1.default;var RemoveMemberBorder_1=__webpack_require__("./packages/juno-icon/src/RemoveMemberBorder.tsx");exports.RemoveMemberBorder=RemoveMemberBorder_1.default;var Remove_1=__webpack_require__("./packages/juno-icon/src/Remove.tsx");exports.Remove=Remove_1.default;var Repeat_1=__webpack_require__("./packages/juno-icon/src/Repeat.tsx");exports.Repeat=Repeat_1.default;var Reply_1=__webpack_require__("./packages/juno-icon/src/Reply.tsx");exports.Reply=Reply_1.default;var ReportAnIssueAlternative_1=__webpack_require__("./packages/juno-icon/src/ReportAnIssueAlternative.tsx");exports.ReportAnIssueAlternative=ReportAnIssueAlternative_1.default;var ReportAnIssue_1=__webpack_require__("./packages/juno-icon/src/ReportAnIssue.tsx");exports.ReportAnIssue=ReportAnIssue_1.default;var ResendFax_1=__webpack_require__("./packages/juno-icon/src/ResendFax.tsx");exports.ResendFax=ResendFax_1.default;var ResetZoom_1=__webpack_require__("./packages/juno-icon/src/ResetZoom.tsx");exports.ResetZoom=ResetZoom_1.default;var RichTextEditor_1=__webpack_require__("./packages/juno-icon/src/RichTextEditor.tsx");exports.RichTextEditor=RichTextEditor_1.default;var Ringsense_1=__webpack_require__("./packages/juno-icon/src/Ringsense.tsx");exports.Ringsense=Ringsense_1.default;var RollAp_1=__webpack_require__("./packages/juno-icon/src/RollAp.tsx");exports.RollAp=RollAp_1.default;var Salesforce_1=__webpack_require__("./packages/juno-icon/src/Salesforce.tsx");exports.Salesforce=Salesforce_1.default;var SaveDraft_1=__webpack_require__("./packages/juno-icon/src/SaveDraft.tsx");exports.SaveDraft=SaveDraft_1.default;var Scan_1=__webpack_require__("./packages/juno-icon/src/Scan.tsx");exports.Scan=Scan_1.default;var ScheduleMeeting_1=__webpack_require__("./packages/juno-icon/src/ScheduleMeeting.tsx");exports.ScheduleMeeting=ScheduleMeeting_1.default;var Schedule_1=__webpack_require__("./packages/juno-icon/src/Schedule.tsx");exports.Schedule=Schedule_1.default;var ScreenshareBorder_1=__webpack_require__("./packages/juno-icon/src/ScreenshareBorder.tsx");exports.ScreenshareBorder=ScreenshareBorder_1.default;var Screenshare_1=__webpack_require__("./packages/juno-icon/src/Screenshare.tsx");exports.Screenshare=Screenshare_1.default;var SearchNav_1=__webpack_require__("./packages/juno-icon/src/SearchNav.tsx");exports.SearchNav=SearchNav_1.default;var Search_1=__webpack_require__("./packages/juno-icon/src/Search.tsx");exports.Search=Search_1.default;var Selects_1=__webpack_require__("./packages/juno-icon/src/Selects.tsx");exports.Selects=Selects_1.default;var SendFilled_1=__webpack_require__("./packages/juno-icon/src/SendFilled.tsx");exports.SendFilled=SendFilled_1.default;var Send_1=__webpack_require__("./packages/juno-icon/src/Send.tsx");exports.Send=Send_1.default;var SettingsBorder_1=__webpack_require__("./packages/juno-icon/src/SettingsBorder.tsx");exports.SettingsBorder=SettingsBorder_1.default;var Settings_1=__webpack_require__("./packages/juno-icon/src/Settings.tsx");exports.Settings=Settings_1.default;var Share_1=__webpack_require__("./packages/juno-icon/src/Share.tsx");exports.Share=Share_1.default;var SharedDirectory_1=__webpack_require__("./packages/juno-icon/src/SharedDirectory.tsx");exports.SharedDirectory=SharedDirectory_1.default;var Sharepoint_1=__webpack_require__("./packages/juno-icon/src/Sharepoint.tsx");exports.Sharepoint=Sharepoint_1.default;var Shield_1=__webpack_require__("./packages/juno-icon/src/Shield.tsx");exports.Shield=Shield_1.default;var ShortcutBorder_1=__webpack_require__("./packages/juno-icon/src/ShortcutBorder.tsx");exports.ShortcutBorder=ShortcutBorder_1.default;var Shortcut_1=__webpack_require__("./packages/juno-icon/src/Shortcut.tsx");exports.Shortcut=Shortcut_1.default;var Signal0_1=__webpack_require__("./packages/juno-icon/src/Signal0.tsx");exports.Signal0=Signal0_1.default;var Signal1_1=__webpack_require__("./packages/juno-icon/src/Signal1.tsx");exports.Signal1=Signal1_1.default;var Signal2_1=__webpack_require__("./packages/juno-icon/src/Signal2.tsx");exports.Signal2=Signal2_1.default;var Signal3_1=__webpack_require__("./packages/juno-icon/src/Signal3.tsx");exports.Signal3=Signal3_1.default;var SmartCompose_1=__webpack_require__("./packages/juno-icon/src/SmartCompose.tsx");exports.SmartCompose=SmartCompose_1.default;var SmartSummary_1=__webpack_require__("./packages/juno-icon/src/SmartSummary.tsx");exports.SmartSummary=SmartSummary_1.default;var SmsBorder_1=__webpack_require__("./packages/juno-icon/src/SmsBorder.tsx");exports.SmsBorder=SmsBorder_1.default;var SmsDefault_1=__webpack_require__("./packages/juno-icon/src/SmsDefault.tsx");exports.SmsDefault=SmsDefault_1.default;var SmsInviteBorder_1=__webpack_require__("./packages/juno-icon/src/SmsInviteBorder.tsx");exports.SmsInviteBorder=SmsInviteBorder_1.default;var SmsTemplate_1=__webpack_require__("./packages/juno-icon/src/SmsTemplate.tsx");exports.SmsTemplate=SmsTemplate_1.default;var Sms_1=__webpack_require__("./packages/juno-icon/src/Sms.tsx");exports.Sms=Sms_1.default;var SortMessage_1=__webpack_require__("./packages/juno-icon/src/SortMessage.tsx");exports.SortMessage=SortMessage_1.default;var Sort_1=__webpack_require__("./packages/juno-icon/src/Sort.tsx");exports.Sort=Sort_1.default;var SpeakerDown_1=__webpack_require__("./packages/juno-icon/src/SpeakerDown.tsx");exports.SpeakerDown=SpeakerDown_1.default;var SpeakerMute_1=__webpack_require__("./packages/juno-icon/src/SpeakerMute.tsx");exports.SpeakerMute=SpeakerMute_1.default;var SpeakerUp_1=__webpack_require__("./packages/juno-icon/src/SpeakerUp.tsx");exports.SpeakerUp=SpeakerUp_1.default;var StarBorder_1=__webpack_require__("./packages/juno-icon/src/StarBorder.tsx");exports.StarBorder=StarBorder_1.default;var Star_1=__webpack_require__("./packages/juno-icon/src/Star.tsx");exports.Star=Star_1.default;var StartMeeting_1=__webpack_require__("./packages/juno-icon/src/StartMeeting.tsx");exports.StartMeeting=StartMeeting_1.default;var Start_1=__webpack_require__("./packages/juno-icon/src/Start.tsx");exports.Start=Start_1.default;var StopBorder_1=__webpack_require__("./packages/juno-icon/src/StopBorder.tsx");exports.StopBorder=StopBorder_1.default;var StopCircle_1=__webpack_require__("./packages/juno-icon/src/StopCircle.tsx");exports.StopCircle=StopCircle_1.default;var StopCircleBorder_1=__webpack_require__("./packages/juno-icon/src/StopCircleBorder.tsx");exports.StopCircleBorder=StopCircleBorder_1.default;var StopRecord_1=__webpack_require__("./packages/juno-icon/src/StopRecord.tsx");exports.StopRecord=StopRecord_1.default;var StopSp_1=__webpack_require__("./packages/juno-icon/src/StopSp.tsx");exports.StopSp=StopSp_1.default;var Stop_1=__webpack_require__("./packages/juno-icon/src/Stop.tsx");exports.Stop=Stop_1.default;var Strike_1=__webpack_require__("./packages/juno-icon/src/Strike.tsx");exports.Strike=Strike_1.default;var Stripe_1=__webpack_require__("./packages/juno-icon/src/Stripe.tsx");exports.Stripe=Stripe_1.default;var Summary_1=__webpack_require__("./packages/juno-icon/src/Summary.tsx");exports.Summary=Summary_1.default;var SupportCase_1=__webpack_require__("./packages/juno-icon/src/SupportCase.tsx");exports.SupportCase=SupportCase_1.default;var Swap_1=__webpack_require__("./packages/juno-icon/src/Swap.tsx");exports.Swap=Swap_1.default;var SwitchboardBorder_1=__webpack_require__("./packages/juno-icon/src/SwitchboardBorder.tsx");exports.SwitchboardBorder=SwitchboardBorder_1.default;var Switchboard_1=__webpack_require__("./packages/juno-icon/src/Switchboard.tsx");exports.Switchboard=Switchboard_1.default;var TakeNotes_1=__webpack_require__("./packages/juno-icon/src/TakeNotes.tsx");exports.TakeNotes=TakeNotes_1.default;var TakeOverSp_1=__webpack_require__("./packages/juno-icon/src/TakeOverSp.tsx");exports.TakeOverSp=TakeOverSp_1.default;var TakeOver_1=__webpack_require__("./packages/juno-icon/src/TakeOver.tsx");exports.TakeOver=TakeOver_1.default;var TaskNewBorder_1=__webpack_require__("./packages/juno-icon/src/TaskNewBorder.tsx");exports.TaskNewBorder=TaskNewBorder_1.default;var TaskNew_1=__webpack_require__("./packages/juno-icon/src/TaskNew.tsx");exports.TaskNew=TaskNew_1.default;var TeamBorder_1=__webpack_require__("./packages/juno-icon/src/TeamBorder.tsx");exports.TeamBorder=TeamBorder_1.default;var TeamDefault_1=__webpack_require__("./packages/juno-icon/src/TeamDefault.tsx");exports.TeamDefault=TeamDefault_1.default;var Team_1=__webpack_require__("./packages/juno-icon/src/Team.tsx");exports.Team=Team_1.default;var Text_1=__webpack_require__("./packages/juno-icon/src/Text.tsx");exports.Text=Text_1.default;var Theme_1=__webpack_require__("./packages/juno-icon/src/Theme.tsx");exports.Theme=Theme_1.default;var ThreadReplySnackbar_1=__webpack_require__("./packages/juno-icon/src/ThreadReplySnackbar.tsx");exports.ThreadReplySnackbar=ThreadReplySnackbar_1.default;var ThreadReply_1=__webpack_require__("./packages/juno-icon/src/ThreadReply.tsx");exports.ThreadReply=ThreadReply_1.default;var ThumbupBorder_1=__webpack_require__("./packages/juno-icon/src/ThumbupBorder.tsx");exports.ThumbupBorder=ThumbupBorder_1.default;var Thumbup_1=__webpack_require__("./packages/juno-icon/src/Thumbup.tsx");exports.Thumbup=Thumbup_1.default;var TimeBorder_1=__webpack_require__("./packages/juno-icon/src/TimeBorder.tsx");exports.TimeBorder=TimeBorder_1.default;var Time_1=__webpack_require__("./packages/juno-icon/src/Time.tsx");exports.Time=Time_1.default;var TodayCalendarIco_1=__webpack_require__("./packages/juno-icon/src/TodayCalendarIco.tsx");exports.TodayCalendarIco=TodayCalendarIco_1.default;var TransciptSp_1=__webpack_require__("./packages/juno-icon/src/TransciptSp.tsx");exports.TransciptSp=TransciptSp_1.default;var Transcribe_1=__webpack_require__("./packages/juno-icon/src/Transcribe.tsx");exports.Transcribe=Transcribe_1.default;var TranscriptBottom_1=__webpack_require__("./packages/juno-icon/src/TranscriptBottom.tsx");exports.TranscriptBottom=TranscriptBottom_1.default;var Transcript_1=__webpack_require__("./packages/juno-icon/src/Transcript.tsx");exports.Transcript=Transcript_1.default;var Transcription_1=__webpack_require__("./packages/juno-icon/src/Transcription.tsx");exports.Transcription=Transcription_1.default;var TransferCallSp_1=__webpack_require__("./packages/juno-icon/src/TransferCallSp.tsx");exports.TransferCallSp=TransferCallSp_1.default;var TransferCall_1=__webpack_require__("./packages/juno-icon/src/TransferCall.tsx");exports.TransferCall=TransferCall_1.default;var TransferCallBorder_1=__webpack_require__("./packages/juno-icon/src/TransferCallBorder.tsx");exports.TransferCallBorder=TransferCallBorder_1.default;var Translate_1=__webpack_require__("./packages/juno-icon/src/Translate.tsx");exports.Translate=Translate_1.default;var Trello_1=__webpack_require__("./packages/juno-icon/src/Trello.tsx");exports.Trello=Trello_1.default;var TxtBorder_1=__webpack_require__("./packages/juno-icon/src/TxtBorder.tsx");exports.TxtBorder=TxtBorder_1.default;var Unblocked_1=__webpack_require__("./packages/juno-icon/src/Unblocked.tsx");exports.Unblocked=Unblocked_1.default;var Underline_1=__webpack_require__("./packages/juno-icon/src/Underline.tsx");exports.Underline=Underline_1.default;var UndockBorder_1=__webpack_require__("./packages/juno-icon/src/UndockBorder.tsx");exports.UndockBorder=UndockBorder_1.default;var Undock_1=__webpack_require__("./packages/juno-icon/src/Undock.tsx");exports.Undock=Undock_1.default;var UnfoldLess_1=__webpack_require__("./packages/juno-icon/src/UnfoldLess.tsx");exports.UnfoldLess=UnfoldLess_1.default;var UnfoldMore_1=__webpack_require__("./packages/juno-icon/src/UnfoldMore.tsx");exports.UnfoldMore=UnfoldMore_1.default;var Unlock_1=__webpack_require__("./packages/juno-icon/src/Unlock.tsx");exports.Unlock=Unlock_1.default;var UnpinSlash_1=__webpack_require__("./packages/juno-icon/src/UnpinSlash.tsx");exports.UnpinSlash=UnpinSlash_1.default;var Unpin_1=__webpack_require__("./packages/juno-icon/src/Unpin.tsx");exports.Unpin=Unpin_1.default;var Unread_1=__webpack_require__("./packages/juno-icon/src/Unread.tsx");exports.Unread=Unread_1.default;var Unselect_1=__webpack_require__("./packages/juno-icon/src/Unselect.tsx");exports.Unselect=Unselect_1.default;var Update_1=__webpack_require__("./packages/juno-icon/src/Update.tsx");exports.Update=Update_1.default;var UserDefault_1=__webpack_require__("./packages/juno-icon/src/UserDefault.tsx");exports.UserDefault=UserDefault_1.default;var VideoAndMessage_1=__webpack_require__("./packages/juno-icon/src/VideoAndMessage.tsx");exports.VideoAndMessage=VideoAndMessage_1.default;var VideoMeeting_1=__webpack_require__("./packages/juno-icon/src/VideoMeeting.tsx");exports.VideoMeeting=VideoMeeting_1.default;var VideoMeetingSp_1=__webpack_require__("./packages/juno-icon/src/VideoMeetingSp.tsx");exports.VideoMeetingSp=VideoMeetingSp_1.default;var VideocamBorder_1=__webpack_require__("./packages/juno-icon/src/VideocamBorder.tsx");exports.VideocamBorder=VideocamBorder_1.default;var VideocamOffBorder_1=__webpack_require__("./packages/juno-icon/src/VideocamOffBorder.tsx");exports.VideocamOffBorder=VideocamOffBorder_1.default;var VideocamOff_1=__webpack_require__("./packages/juno-icon/src/VideocamOff.tsx");exports.VideocamOff=VideocamOff_1.default;var Videocam_1=__webpack_require__("./packages/juno-icon/src/Videocam.tsx");exports.Videocam=Videocam_1.default;var ViewBorder_1=__webpack_require__("./packages/juno-icon/src/ViewBorder.tsx");exports.ViewBorder=ViewBorder_1.default;var ViewInConversationThread_1=__webpack_require__("./packages/juno-icon/src/ViewInConversationThread.tsx");exports.ViewInConversationThread=ViewInConversationThread_1.default;var ViewLogBorder_1=__webpack_require__("./packages/juno-icon/src/ViewLogBorder.tsx");exports.ViewLogBorder=ViewLogBorder_1.default;var View_1=__webpack_require__("./packages/juno-icon/src/View.tsx");exports.View=View_1.default;var VoicemailBorder_1=__webpack_require__("./packages/juno-icon/src/VoicemailBorder.tsx");exports.VoicemailBorder=VoicemailBorder_1.default;var Voicemail_1=__webpack_require__("./packages/juno-icon/src/Voicemail.tsx");exports.Voicemail=Voicemail_1.default;var Warning_1=__webpack_require__("./packages/juno-icon/src/Warning.tsx");exports.Warning=Warning_1.default;var WatchVideo_1=__webpack_require__("./packages/juno-icon/src/WatchVideo.tsx");exports.WatchVideo=WatchVideo_1.default;var WeakConnection_1=__webpack_require__("./packages/juno-icon/src/WeakConnection.tsx");exports.WeakConnection=WeakConnection_1.default;var WebinarBorder_1=__webpack_require__("./packages/juno-icon/src/WebinarBorder.tsx");exports.WebinarBorder=WebinarBorder_1.default;var Webinar_1=__webpack_require__("./packages/juno-icon/src/Webinar.tsx");exports.Webinar=Webinar_1.default;var Webpage_1=__webpack_require__("./packages/juno-icon/src/Webpage.tsx");exports.Webpage=Webpage_1.default;var Welcome_1=__webpack_require__("./packages/juno-icon/src/Welcome.tsx");exports.Welcome=Welcome_1.default;var WhatIsNew_1=__webpack_require__("./packages/juno-icon/src/WhatIsNew.tsx");exports.WhatIsNew=WhatIsNew_1.default;var WhatsNew_1=__webpack_require__("./packages/juno-icon/src/WhatsNew.tsx");exports.WhatsNew=WhatsNew_1.default;var WhisperSp_1=__webpack_require__("./packages/juno-icon/src/WhisperSp.tsx");exports.WhisperSp=WhisperSp_1.default;var Whisper_1=__webpack_require__("./packages/juno-icon/src/Whisper.tsx");exports.Whisper=Whisper_1.default;var Whiteboard_1=__webpack_require__("./packages/juno-icon/src/Whiteboard.tsx");exports.Whiteboard=Whiteboard_1.default;var Work_1=__webpack_require__("./packages/juno-icon/src/Work.tsx");exports.Work=Work_1.default;var WorkflowFilled_1=__webpack_require__("./packages/juno-icon/src/WorkflowFilled.tsx");exports.WorkflowFilled=WorkflowFilled_1.default;var WorkflowOutlined_1=__webpack_require__("./packages/juno-icon/src/WorkflowOutlined.tsx");exports.WorkflowOutlined=WorkflowOutlined_1.default;var WorkspaceBorder_1=__webpack_require__("./packages/juno-icon/src/WorkspaceBorder.tsx");exports.WorkspaceBorder=WorkspaceBorder_1.default;var Workspace_1=__webpack_require__("./packages/juno-icon/src/Workspace.tsx");exports.Workspace=Workspace_1.default;var Yelp_1=__webpack_require__("./packages/juno-icon/src/Yelp.tsx");exports.Yelp=Yelp_1.default;var Zapier_1=__webpack_require__("./packages/juno-icon/src/Zapier.tsx");exports.Zapier=Zapier_1.default;var Zendesk_1=__webpack_require__("./packages/juno-icon/src/Zendesk.tsx");exports.Zendesk=Zendesk_1.default;var ZipD_1=__webpack_require__("./packages/juno-icon/src/ZipD.tsx");exports.ZipD=ZipD_1.default;var Zip_1=__webpack_require__("./packages/juno-icon/src/Zip.tsx");exports.Zip=Zip_1.default;var ZoomIn_1=__webpack_require__("./packages/juno-icon/src/ZoomIn.tsx");exports.ZoomIn=ZoomIn_1.default;var ZoomOut_1=__webpack_require__("./packages/juno-icon/src/ZoomOut.tsx");exports.ZoomOut=ZoomOut_1.default},"./packages/juno-storybook/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-storybook/src/index.ts"),exports)},"./packages/juno-storybook/src/assets/BrightnessContrast.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),BrightnessContrast=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{d:"M16 8a8 8 0 100 16 8 8 0 000-16zm0 13V11c2.757 0 5 2.243 5 5s-2.243 5-5 5zm0 5a2 2 0 012 2v2a2 2 0 11-4 0v-2a2 2 0 012-2zm0-20a2 2 0 01-2-2V2a2 2 0 114 0v2a2 2 0 01-2 2zm14 8a2 2 0 110 4h-2a2 2 0 110-4h2zM6 16a2 2 0 01-2 2H2a2 2 0 110-4h2a2 2 0 012 2zm19.899 7.071l1.414 1.414a2 2 0 11-2.828 2.828l-1.414-1.414a2 2 0 112.828-2.828zM6.101 8.929L4.687 7.515a2 2 0 112.828-2.828l1.414 1.414a2 2 0 11-2.828 2.828zm19.798 0a2 2 0 11-2.828-2.828l1.414-1.414a2 2 0 112.828 2.828l-1.414 1.414zM6.101 23.071a2 2 0 112.828 2.828l-1.414 1.414a2 2 0 11-2.828-2.828l1.414-1.414z"}))})));BrightnessContrast.displayName="BrightnessContrast",BrightnessContrast.iconName="brightness-contrast",exports.default=BrightnessContrast},"./packages/juno-storybook/src/assets/CenterFocusWeak.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CenterFocusWeak=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:svgRef},props),react_1.default.createElement("path",{d:"M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}))})));CenterFocusWeak.displayName="CenterFocusWeak",CenterFocusWeak.iconName="center_focus_weak",exports.default=CenterFocusWeak},"./packages/juno-storybook/src/assets/Sun.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Sun=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{d:"M16 26a2 2 0 012 2v2a2 2 0 11-4 0v-2a2 2 0 012-2zm0-20a2 2 0 01-2-2V2a2 2 0 114 0v2a2 2 0 01-2 2zm14 8a2 2 0 110 4h-2a2 2 0 110-4h2zM6 16a2 2 0 01-2 2H2a2 2 0 110-4h2a2 2 0 012 2zm19.899 7.071l1.414 1.414a2 2 0 11-2.828 2.828l-1.414-1.414a2 2 0 112.828-2.828zM6.101 8.929L4.687 7.515a2 2 0 112.828-2.828l1.414 1.414a2 2 0 11-2.828 2.828zm19.798 0a2 2 0 11-2.828-2.828l1.414-1.414a2 2 0 112.828 2.828l-1.414 1.414zM6.101 23.071a2 2 0 112.828 2.828l-1.414 1.414a2 2 0 11-2.828-2.828l1.414-1.414zM16 8a8 8 0 100 16 8 8 0 000-16zm0 13a5 5 0 11.001-10.001A5 5 0 0116 21z"}))})));Sun.displayName="Sun",Sun.iconName="sun",exports.default=Sun},"./packages/juno-storybook/src/assets/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var BrightnessContrast_1=__webpack_require__("./packages/juno-storybook/src/assets/BrightnessContrast.tsx");exports.BrightnessContrast=BrightnessContrast_1.default;var CenterFocusWeak_1=__webpack_require__("./packages/juno-storybook/src/assets/CenterFocusWeak.tsx");exports.CenterFocusWeak=CenterFocusWeak_1.default;var Sun_1=__webpack_require__("./packages/juno-storybook/src/assets/Sun.tsx");exports.Sun=Sun_1.default},"./packages/juno-storybook/src/components/MainStoryView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),CenterFocusWeak_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-storybook/src/assets/CenterFocusWeak.tsx")),Tag_1=__webpack_require__("./packages/juno-storybook/src/components/Tag.tsx"),GlobalStyle=juno_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .sb-show-main,\n .sbdocs-preview {\n background-color: ",";\n }\n"],["\n .sb-show-main,\n .sbdocs-preview {\n background-color: ",";\n }\n"])),(function(_a){var backgroundColor=_a.backgroundColor;return backgroundColor?juno_1.getParsePaletteColor(backgroundColor):juno_1.palette2("neutral","b01")})),ThemeContainer=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: block;\n position: fixed;\n right: 0;\n top: 7px;\n"],["\n display: block;\n position: fixed;\n right: 0;\n top: 7px;\n"]))),FocusButton=juno_1.styled(juno_1.RcButtonBase)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n top: 0;\n left: 0;\n width: 16px;\n height: 16px;\n position: absolute;\n pointer-events: none;\n margin-left: -16px;\n margin-top: -8px;\n overflow: visible;\n border-radius: ",";\n"],["\n top: 0;\n left: 0;\n width: 16px;\n height: 16px;\n position: absolute;\n pointer-events: none;\n margin-left: -16px;\n margin-top: -8px;\n overflow: visible;\n border-radius: ",";\n"])),juno_1.radius("circle")),Header=juno_1.styled.header(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n margin-right: 32px;\n margin-bottom: 0.5rem;\n > * + * {\n margin-left: 0.5em;\n }\n"],["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n margin-right: 32px;\n margin-bottom: 0.5rem;\n > * + * {\n margin-left: 0.5em;\n }\n"]))),Main=juno_1.styled.main(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n position: relative;\n"],["\n position: relative;\n"])));exports.MainStoryView=function(_a){var tags=_a.tags,name=_a.name,children=_a.children,backgroundColor=_a.backgroundColor,themeChildren=_a.themeChildren,ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Header,null,react_1.default.createElement(juno_1.RcIconButton,{symbol:CenterFocusWeak_1.default,size:"small",title:"Reset focus to test keyboard navigation",onClick:function(){return ref.current.focusVisible()}}),tags.length>0&&tags.map((function(tag,i){var _a,_b,tagColor=null!==(_a=tag.color)&&void 0!==_a?_a:{Spec:"avatar.oasis",Mui:"content.brand",Accessibility:void 0,Source:void 0}[tag.name],tagValue=null!==(_b=tag.value)&&void 0!==_b?_b:{Spec:"abstract",Mui:name,Accessibility:void 0,Source:void 0}[tag.name];return react_1.default.createElement(Tag_1.Tag,{key:tag.name+"-"+i,color:tagColor},react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"neutral.f01"},tag.name),tag.href?react_1.default.createElement(juno_1.RcLink,{variant:"caption1",color:"neutral.f06",href:tag.href,target:"_blank"},tagValue):react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"neutral.f06"},tagValue))}))),react_1.default.createElement(Main,null,react_1.default.createElement(FocusButton,{focusRipple:!0,tabIndex:-1,"aria-label":"A generic container that is programmatically focused to test keyboard navigation of our components.",action:ref}),children),react_1.default.createElement(GlobalStyle,{backgroundColor}),react_1.default.createElement(ThemeContainer,null,themeChildren))};try{MainStoryView.displayName="MainStoryView",MainStoryView.__docgenInfo={description:"",displayName:"MainStoryView",props:{tags:{defaultValue:null,description:"",name:"tags",required:!0,type:{name:"TagProps[]"}},name:{defaultValue:null,description:"",name:"name",required:!0,type:{name:"string"}},backgroundColor:{defaultValue:null,description:"",name:"backgroundColor",required:!0,type:{name:"string"}},themeChildren:{defaultValue:null,description:"",name:"themeChildren",required:!0,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/components/MainStoryView.tsx#MainStoryView"]={docgenInfo:MainStoryView.__docgenInfo,name:"MainStoryView",path:"packages/juno-storybook/src/components/MainStoryView.tsx#MainStoryView"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/components/Tag.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.Tag=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n border-radius: ",";\n overflow: hidden;\n box-shadow: ",";\n ",";\n\n > * {\n margin: 0;\n padding: 0;\n padding: ",";\n }\n\n > :first-child {\n background: ",";\n }\n\n > :last-child {\n background: ",";\n }\n"],["\n display: inline-flex;\n border-radius: ",";\n overflow: hidden;\n box-shadow: ",";\n ",";\n\n > * {\n margin: 0;\n padding: 0;\n padding: ",";\n }\n\n > :first-child {\n background: ",";\n }\n\n > :last-child {\n background: ",";\n }\n"])),juno_1.radius("xxl"),juno_1.shadows("4"),juno_1.typography("caption1"),juno_1.spacing(1,2),(function(_a){var color=_a.color;return juno_1.getParsePaletteColor(color)}),juno_1.palette2("neutral","b02")),exports.Tag.defaultProps={color:"success.b04"};try{Tag.displayName="Tag",Tag.__docgenInfo={description:"",displayName:"Tag",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/components/Tag.tsx#Tag"]={docgenInfo:Tag.__docgenInfo,name:"Tag",path:"packages/juno-storybook/src/components/Tag.tsx#Tag"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/components/Title.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.Title=function(_a){var children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTypography,tslib_1.__assign({color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},rest),children)};try{Title.displayName="Title",Title.__docgenInfo={description:"",displayName:"Title",props:{variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/components/Title.tsx#Title"]={docgenInfo:Title.__docgenInfo,name:"Title",path:"packages/juno-storybook/src/components/Title.tsx#Title"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/components/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/MainStoryView.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/Tag.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/Title.tsx"),exports)},"./packages/juno-storybook/src/decorators/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-storybook/src/decorators/withThemeProvider.tsx"),exports)},"./packages/juno-storybook/src/decorators/withThemeProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),addons_1=__webpack_require__("./node_modules/@storybook/addons/dist/esm/public_api.js"),core_events_1=__webpack_require__("./node_modules/@storybook/core-events/dist/esm/index.js"),BrightnessContrast_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-storybook/src/assets/BrightnessContrast.tsx")),Sun_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-storybook/src/assets/Sun.tsx")),components_1=__webpack_require__("./packages/juno-storybook/src/components/index.ts"),isTestEnv_1=__webpack_require__("./packages/juno-storybook/src/isTestEnv.ts"),channel=addons_1.addons.getChannel(),themeMap={light:{},dark:juno_1.RcDefaultDarkTheme,highContrast:juno_1.RcDefaultHighContrastTheme};exports.withThemeProvider=function withThemeProvider(Story,context){var themeId=context.globals.themeId,backgroundColor=context.parameters.backgroundColor,tags=context.parameters.tags||[];return react_1.default.createElement(juno_1.RcThemeProvider,{theme:themeMap[themeId]},isTestEnv_1.isTestEnv?react_1.default.createElement(Story,tslib_1.__assign({},context)):react_1.default.createElement(components_1.MainStoryView,{tags,name:context.name,backgroundColor,themeChildren:react_1.default.createElement(juno_1.RcIconButton,{variant:"round",symbol:"dark"!==themeId?Sun_1.default:BrightnessContrast_1.default,"aria-label":"switch-icon-button",onClick:function(){return channel.emit(core_events_1.UPDATE_GLOBALS,{globals:{themeId:"light"===themeId?"dark":"light"}})},size:"medium",color:"neutral.f06"})},react_1.default.createElement(Story,tslib_1.__assign({},context))))}},"./packages/juno-storybook/src/hooks/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-storybook/src/hooks/useCheckRenderButton.tsx"),exports)},"./packages/juno-storybook/src/hooks/useCheckRenderButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.useCheckRenderButton=function(label){void 0===label&&(label="render time");var _a=tslib_1.__read(react_1.useState(0),2),count=_a[0],setCount=_a[1];return{count,element:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},label,": ",count),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setCount(count+1)}},"Click"))}};try{useCheckRenderButton.displayName="useCheckRenderButton",useCheckRenderButton.__docgenInfo={description:"use for check is that memo correctly,\n\n```tsx\nconst button = useCheckRenderButton();\nreturn (\n <>\n {button}\n ...\n \n```",displayName:"useCheckRenderButton",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an
    HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/hooks/useCheckRenderButton.tsx#useCheckRenderButton"]={docgenInfo:useCheckRenderButton.__docgenInfo,name:"useCheckRenderButton",path:"packages/juno-storybook/src/hooks/useCheckRenderButton.tsx#useCheckRenderButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/assets/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/decorators/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/hooks/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/isTestEnv.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/index.ts"),exports)},"./packages/juno-storybook/src/isTestEnv.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isTestEnv=window.TEST_ENV},"./packages/juno-storybook/src/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/notShowInDocTable.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/originChoice.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/paletteChoice.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/sleep.ts"),exports)},"./packages/juno-storybook/src/utils/notShowInDocTable.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var disableTable={table:{disable:!0,type:null}},disableControl={control:{type:null}};exports.notShowInDocTable=function notShowInDocTable(keys){return keys.reduce((function(acc,curr){return acc[curr]=disableTable,acc}),{})},exports.notControlInDocTable=function notControlInDocTable(keys){return keys.reduce((function(acc,curr){return acc[curr]=disableControl,acc}),{})},exports.sortInDocTable=function sortInDocTable(keys){return keys.reduce((function(acc,curr){return acc[curr]={},acc}),{})}},"./packages/juno-storybook/src/utils/originChoice.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var originArr,verticalOption=["top","center","bottom"],horizontalOption=["left","center","right"];exports.originChoice=(originArr=[],verticalOption.forEach((function(v){horizontalOption.forEach((function(h){originArr.push('{ "vertical": "'+v+'", "horizontal": "'+h+'" }')}))})),originArr),exports.originChoiceStringToObj=function(str){return str?JSON.parse(str):{vertical:verticalOption[0],horizontal:horizontalOption[0]}}},"./packages/juno-storybook/src/utils/paletteChoice.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var arr,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),palette_light_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.light.json")),loopGetValue=function(acc,obj,parentKey){void 0===parentKey&&(parentKey=[]),Object.entries(obj).forEach((function(_a){var _b=tslib_1.__read(_a,2),key=_b[0],value=_b[1];switch(typeof value){case"object":loopGetValue(acc,value,tslib_1.__spread(parentKey,[key]));break;case"string":acc.push(tslib_1.__spread(parentKey,[key]))}}))};exports.allPaletteChoice=Object.keys((loopGetValue(arr=[],palette_light_json_1.default),arr.reduce((function(acc,curr){return acc[curr.join(".")]=curr,acc}),{})));var ignorePaletteKeys=tslib_1.__spread(["vDisabled","vNeutral","vDanger","vDisabled","text","primary","secondary","info","grey","error","common","background","action"].map((function(x){return x+"\\."})),["success.light","success.main","warning.light","warning.main",".contrastText",".dark","divider","type"]),includePalettes=["header.divider","action.grayLight","action.grayDark","action.primary"];exports.isValidPalettes=function(x){return!x.match(function stringArrToRegExp(keyToTags){return new RegExp((null==keyToTags?void 0:keyToTags.join("|"))||"","g")}(ignorePaletteKeys))||includePalettes.includes(x)},exports.paletteChoice=exports.allPaletteChoice.filter((function(x){return exports.isValidPalettes(x)})),exports.textPaletteChoice=exports.paletteChoice.filter((function(x){return x.includes("text.")||x.includes("neutral.")||x.includes("interactive.")||x.includes("content.")}))},"./packages/juno-storybook/src/utils/sleep.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.sleep=function(time){return new Promise((function(resolve){return setTimeout(resolve,time)}))}},"./storybook-init-framework-entry.js":(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/@storybook/react/dist/esm/client/index.js")},"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Avatar",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Avatar"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Avatar")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Avatar"),",")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-avatar--avatar"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-avatar--avatar",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Iamge"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support custome image with"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-avatar--avatar-with-custom-img",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Avatar",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Button",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Button"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Button")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Button"),", we provide more type of button, and different size for you use in different place.\nAll ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," props still work, see more in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"material-ui")," doc.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-buttons--button"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"With Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can use icon with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"startIcon")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"endIcon"),", that will provide you a buildin spacing between content."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"also you still can put Icon inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"children"),", but that will out of our controll, you should make that style by yourself.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-icon",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom button color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color")," prop set with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color token"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'logout\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-custom-color",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variant"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"'text' | 'outlined' | 'contained' | 'plain'")," variants, each variant have same button function, but different in display style."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-variants",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Button have different size show below, can use in different place."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-sizes",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Loading"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Loading props can help you add loading spinner on Button with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"loadingMode"),","),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"when you want some custom prop, also can set that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcCircularProgress")," props with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"CircularProgressProps")," prop."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-loading",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Disabled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Disabled have different variants can use"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"normal"),": default disabled button style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"mask"),": with mask cover on button, and do not change the button base color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-disabled",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can set that button radius with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"radius")," props, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"round")," below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-custom-radius",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"KeepElevation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"In ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"contained")," variant, we default not have elevation in button style, if you still want that, you can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keepElevation")," as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"that elevation will show more clearly in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"light")," mode theme.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-keep-elevation",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Cursor not-allowed"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"view that in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://material-ui.com/components/buttons/#cursor-not-allowed"},"Mui Button")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Button",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/IconButton",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"IconButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"IconButton")," can provide you in different use case when you need icon action.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-iconbutton--icon-button"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variant, Tooltip and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h2"},"stretchIcon")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support different variant button, that can be use in different use case."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"default support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcTooltip"),", can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"title")," to show tooltip, also support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"TooltipProps")," for custom tooltip props."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you want browser default title, set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useRcTooltip={false}")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-examples",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Color and Size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color")," token and different ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-color-and-size",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Elevation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When button active, that default ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"activeElevation")," will ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"+11")," from current elevation."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-elevation",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can set that button radius with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"radius")," props, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"sm")," below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-radius",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use color when disabled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When disabled button, default will become color ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabled.f02"),",\nif you still want use color when disabled, use can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useColorWhenDisabled")," as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-disabled-color",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/IconButton",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Downshift",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Downshift"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"The ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Downshift")," is a normal text input enhanced by a panel of suggested options, that api base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"autocomplete"),", but implement with different a11y behaviors, and support with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"virtual list"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-downshift--downshift"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Autocomplete"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use that downshift like a autocomplete"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"Default options change will reset highlightedIndex to 0, you must only call that before options change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-autocomplete",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Input render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderInput"),": Render the input, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcTextField"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-with-custom-input",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Disabled item"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"By default, that options highlight will skip ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabled")," item, if you still want highlight on disabled item,\nset ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabledItemsHighlightable"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabledItemsHighlightable"),": no skip disabled option highlight.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-disabled",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom render options"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getOptionLabel"),": Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOption")," is not provided)."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOption"),": Render the option, use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getOptionLabel")," by default.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-with-avatar",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Better performance"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Our virtualized List base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://virtuoso.dev/"},"virtuoso"),", that automatically handles content resizing."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you have fixed item height, you can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fixedItemHeight")," to improve performance.\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fixedItemHeight"),": Can be used to improve performance if the rendered items are of known size. Setting it causes the component to skip item measurements."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-fixed-item-height",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Group Items"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"groupBy"),": If provided, the options will be grouped under the returned string. The groupBy value is also used as the text for group headings when ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderGroup")," is not provided."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderGroup"),": Render the group title item, also with for toggle button props."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onGroupExpanded"),": Trigger when group item expanded state change.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-group-by",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Debug with inspect the popup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"debug"),": If ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", the popup will ignore the blur event. You can inspect the popup markup with your browser tools. Consider this option when you need to customize the component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-debug",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Lazyload items depend on scroll"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"SuggestionListProps")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"rangeChanged")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"endReached")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"atBottomStateChange")," to implement that,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Remember")," call ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"actionRef.current.keepHighlightedIndex();")," before you change options."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"Default options change will reset highlightedIndex to 0, you must only call that before options change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-lazy-load-examples",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Disabled chrome autofill"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When have some country or address label or others chrome support autofill\nthat will support auto fill address in input\nif you not need should use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},'autoComplete="chrome-off"'),"\nmore detail ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill"},"https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-group-by",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Downshift",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Drawer",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Drawer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Drawer")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Drawer"),", we provide ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inlinePaper")," mode.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-drawer--drawer"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-drawer--drawer",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Inline Paper"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"when variant is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"temporary")," if you want only render your children content,\nyou can set that as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", that will overwrite default paper\nbackground as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"transparent")," and remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"shadow")," and keep chidden in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"center")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-drawer--drawer-with-inline-paper",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can set that papper radius with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"radius")," props."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"lg"),", that radius only apply on inner side.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-drawer--drawer-examples",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Drawer",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Icon/__stories__/Icon.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Icon",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Icon")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Icon"),", we add support for setting color and symbol.\nAll ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," props still work, see more in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"material-ui")," doc.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-icon--icon"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Set symbol"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can pass SVG icon as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"symbol")," into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcIcon"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { Add } from '@ringcentral/juno-icon';\n\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-symbol",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Get all icon list ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%94%A7-foundation-icon-list--icon-list"},"here"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom icon color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color")," prop to set with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color token"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-custom-color",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size")," prop to customize size."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-custom-size",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Icon with svg theme auto switching"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Svg component can switch to dark or light mode according to current theme automaticaly."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-dark-theme",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Icon",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/InlineEditable",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"InlineEditable"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"InlineEditable")," provide you can make you text editable, and provide more helpful feature let you use easily.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-inlineeditable--inline-editable"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"InlineEditable will can become editable when be focused,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"When in editing mode, user keydown ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter")," or leave editable area, that will trigger onChange event with different reason ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"'leave' | 'confirm'"),",\nafter leave editing mode, that focus with be track to this label, you can keydowm ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter")," again to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"editing")," mode.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"When ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabled"),", that will just like plain string, and don't have placeholder."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Multiline"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"multiline"),": If ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", a textarea element will be rendered instead of an input."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"multiline: auto ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"trim end")," of you value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"non multiline: auto ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"trim")," of you value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-multiline",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"text variant and color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"variant"),": can custom text variant, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"body1"),"\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),": color for apply to text, support full palette, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"neutral.f06")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-custom-variant",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Tooltip"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"That tooltip only show when not editing, you can use Tooltip props to set that."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"editing: non tooltip"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"not editing: show Juno Tooltip with your ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TooltipProp")," title"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"disabled: show value as title")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-with-tooltip",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Loading"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"onChange")," with async method, that will be saving mode when onChange not complete,\nthat will make that component to non clickable, and keydowm ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter")," to editing event will not work anymore when saving,\nalso you can custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"saving")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-loading",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Trigger only when keydown Enter"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you only want trigger update value when keydown enter, you can write like below"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"const [value, setValue] = useState('');\n\nreturn (\n {\n console.log(newValue, reason);\n if (reason === 'confirm') {\n setValue(newValue);\n }\n }}\n placeholder=\"Enter value here\"\n multiline\n />\n);\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-only-enter",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/InlineEditable",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Tooltip",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Tooltip"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Tooltip")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Tooltip"),", we provide more type of Tooltip, and different size for you use in different place.\nAll ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," props still work, see more in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"material-ui")," doc.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-tooltip--tooltip"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Tooltip have different size show below, can use in different place."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-sizes",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Tooltip on disabled item"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When you want make disabled item with tooltip, you can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ignorePointer={true}"),"\nthat will wrap your compoent with a ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"span")," mask"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"also if you want custom that wrapper props, you can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"maskProps")," to set that props,")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-with-disabled-children",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you want to change that default ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"span"),", you can set styled-components props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},'as="div"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"\n disabled item also have Tooltip\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"ForceHide"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"forceHide={true}"),", that will never show tooltip, whatever focus or hover"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-with-force-hide",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support token use in"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"color: set tooltip background color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"textColor: set tooltip text color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-with-custom-color",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Tooltip",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/__stories__/config.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/config",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"config"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"classes/rcconfig.md"},"RcConfig"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcconfigure"},"RcConfigure")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#warningfunctiontype"},"WarningFunctionType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-juno_warning_ignore_key"},"JUNO_WARNING_IGNORE_KEY")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcconfiguration"},"rcConfiguration"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-configure"},"configure"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcConfigure"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcConfigure"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"warning"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"warningFunction"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#warningfunctiontype"},"WarningFunctionType"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WarningFunctionType"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"WarningFunctionType"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"message"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),': Pick‹ShowDeprecatedArgs, "level"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"message")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'Pick‹ShowDeprecatedArgs, "level"›')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," JUNO_WARNING_IGNORE_KEY"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"JUNO_WARNING_IGNORE_KEY"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"em"},"JUNO_WARNING_IGNORE"),'"'),' = "',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"JUNO_WARNING_IGNORE"),'"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," rcConfiguration"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"rcConfiguration"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"classes/rcconfig.md"},"RcConfig"),"‹›")," = new RcConfig()"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"config instance"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," configure"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"configure"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"set config with Juno"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"warning")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"warningFunction")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"RcConfig"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Constructors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#constructor"},"constructor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#private-_warning_ignore"},"_","WARNING_IGNORE"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Accessors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#warning_function"},"WARNING_FUNCTION")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#warning_ignore"},"WARNING_IGNORE"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Methods"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#private-_warning_function"},"_","WARNING_FUNCTION"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Constructors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"constructor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"+"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"new RcConfig"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:""},"RcConfig"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:""},"RcConfig"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Private")," ","_","WARNING_IGNORE"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","WARNING_IGNORE"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")," = false"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Accessors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WARNING_FUNCTION"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"get WARNING_FUNCTION"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"message"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),': Pick‹ShowDeprecatedArgs, "level"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"message")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'Pick‹ShowDeprecatedArgs, "level"›')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"set WARNING_FUNCTION"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"func"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#warningfunctiontype"},"WarningFunctionType"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"func")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#warningfunctiontype"},"WarningFunctionType"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WARNING_IGNORE"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"get WARNING_IGNORE"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"set WARNING_IGNORE"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Methods"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Private")," ","_","WARNING_FUNCTION"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","WARNING_FUNCTION"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"message"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options"),": undefined | object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"message")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/config",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hoc/withDelay/__stories__/withDelay.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hoc/withDelay",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"withDelay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#withdelay"},"WithDelay"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#withdelay"},"withDelay"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WithDelay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"WithDelay"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"delay"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"placeholder"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ReactNode")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"withDelay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"withDelay"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Component"),": ComponentType‹T›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ComponentClass‹T & object, any› | FunctionComponent‹T & object›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"Component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ComponentType‹T›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ComponentClass‹T & object, any› | FunctionComponent‹T & object›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hoc/withDelay",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hoc/withResponsive",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"withResponsive"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#responsivecomponentprops"},"ResponsiveComponentProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#withresponsive"},"withResponsive"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"ResponsiveComponentProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ResponsiveComponentProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Omit‹P, K› & object & object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"withResponsive"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"withResponsive"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Component"),": ComponentType‹P›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"responsivePropKeys"),": K[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ForwardRefExoticComponent‹RefAttributes‹any››")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Make component can responsive size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof P")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"Component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ComponentType‹P›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"responsivePropKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ForwardRefExoticComponent‹RefAttributes‹any››")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hoc/withResponsive",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/__stories__/useA11yKeyEvent.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useA11yKeyEvent",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useA11yKeyEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usea11ykeyeventoptions"},"useA11yKeyEventOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usea11ykeyevent"},"useA11yKeyEvent"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useA11yKeyEventOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useA11yKeyEventOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"checkKeys"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string[]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onlyOnFocus"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"preventDefault"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useA11yKeyEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useA11yKeyEvent"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fn?"),": Function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"bind event with a11y keyboard, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"space"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter"),", only trigger when key includes in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"checkKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that will auto preventDefault by default, if you don't want that, set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"false")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"preventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"fn"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"checkKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"['Enter', ' ']")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onlyOnFocus")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"preventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useA11yKeyEvent",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useAnnouncer",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useAnnouncer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-visuallyhiddenstyles"},"visuallyHiddenStyles"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useannouncer"},"useAnnouncer"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," visuallyHiddenStyles"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"visuallyHiddenStyles"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"\nclip-path: inset(100%);\nclip: rect(1px, 1px, 1px, 1px);\nheight: 1px;\noverflow: hidden;\nposition: absolute;\nwhite-space: nowrap;\nwidth: 1px;\n"')," = ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"}," clip-path: inset(100%); clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useAnnouncer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useAnnouncer"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"id?"),": undefined | string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"read announce when need read message."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"id?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useAnnouncer",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useAudio",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useAudio"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useaudio"},"useAudio"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useAudio"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useAudio"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"init?"),": undefined | function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"HTMLAudioElement")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get Browser ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Audio")," instance, and auto destroy when component be destroyed."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'const audio = useAudio((instance) => {\n instance.src = "https://your.audio";\n});\n\nconst click = () => audio.play();\n\nclick();\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," stories ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer"},"🔧-foundation-hooks-useaudio--simple-announcer")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🔧-foundation-hooks-useaudio--simple-announcer",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://chromium-review.googlesource.com/c/chromium/src/+/2816118"},"https://chromium-review.googlesource.com/c/chromium/src/+/2816118")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"init?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"a callback when you init that audio")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"HTMLAudioElement")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useAudio",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useChange/__stories__/useChange.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useChange",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useChange"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usechange"},"useChange")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usedepschange"},"useDepsChange"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useChange"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useChange"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"listenCb"),": function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get value when prev listen value change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that method you want calculate to get value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prevValue"),": K | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"nextValue"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prevValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"nextValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"listenCb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"prev compare listener value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useDepsChange"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useDepsChange"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"deps"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get value when prev deps one of array value change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Array‹any›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that method you want calculate to get value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prevValue"),": K | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"nextValue"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prevValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"nextValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"prev compare value array"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useChange",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useDebounce",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useDebounce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usedebounce"},"useDebounce"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useDebounce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useDebounce"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fn"),": F, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"debounceTime"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"provide a debounce method for debounce method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"fn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"F"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"method for debounce")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"debounceTime")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"200"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"debounce timeout value, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"200"),"ms")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useDebounce",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useEventCallback/__stories__/useEventCallback.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useEventCallback",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useEventCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useeventcallback"},"useEventCallback"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useEventCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useEventCallback"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"func"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"func")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useEventCallback",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useEventListener",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useEventListener"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useeventlistener"},"useEventListener"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useEventListener"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useEventListener"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"target?"),": EventTarget | null | RefObject‹HTMLElement›, ...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"o"),": Parameters‹EventTarget",'["addEventListener"]',"›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"bind event when component mount and auto remove event when destroy.\ncan remove listener by call returned function or pass empty 'target'."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'useEventListener(window, "keyup", () => console.log("window key up"));\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"target?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"EventTarget ","|"," null ","|"," RefObject‹HTMLElement›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"listener will be removed when target is changed to null, or rebinding to new element when ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"ref.current")," change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...o")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Parameters‹EventTarget",'["addEventListener"]',"›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"a method object"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"listen() listen listener again, if that have listener, that will not listen again"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"remove() remove listener")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"listen"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"remove"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useEventListener",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useForceUpdate",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useForceUpdate"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useforceupdate"},"useForceUpdate"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useForceUpdate"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useForceUpdate"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"a method for trigger force update"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"force update method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useForceUpdate",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useForkRef",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useForkRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useforkref"},"useForkRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useForkRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useForkRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"useForkRef")," = MuiUseForkRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"That method will give you ability fork same value ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ref object")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"method"),"\nExample:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const refA = useRef();\nconst refB = useRef();\n\nconst ref = useForkRef(refA, refB);\n\nuseEffect(() => {\n console.log(refA); // get that current div dom\n console.log(refB); // also get that current div dom\n}, []);\n\nreturn \n )}\n \n \n );\n};\n\nDnDList.args = {\n direction: 'vertical',\n};\nDnDList.storyName = 'Multiple DnD List';\n",locationsMap:{"dn-d-list":{startLoc:{col:44,line:118},endLoc:{col:1,line:222},startBody:{col:44,line:118},endBody:{col:1,line:222}}}}},title:"🚀 Cleanup Components/DnD/Dnd Examples/Multiple list",argTypes:{direction:{options:["vertical","horizontal"],control:{type:"select"}}}};var Item=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.item.id,index:props.index},(function(provider){return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({ref:provider.innerRef},provider.dragHandleProps,provider.draggableProps),props.item.content)}))},Items=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.items.map((function(item,index){return react_1.default.createElement(Item,{key:item.id,item,index})})))},Group=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.group.id,index:props.index},(function(provider){return react_1.default.createElement("div",tslib_1.__assign({},provider.draggableProps,{ref:provider.innerRef}),react_1.default.createElement(juno_1.RcListSubheader,tslib_1.__assign({disableSticky:!0},provider.dragHandleProps),props.group.title),react_1.default.createElement(juno_1.RcCollapse,{in:!0,timeout:"auto",unmountOnExit:!0},react_1.default.createElement(juno_1.RcDroppable,{droppableId:props.group.id,direction:"vertical",type:"items"},(function(provided){return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({innerRef:provided.innerRef},provided.droppableProps,{style:{minHeight:"1px"}}),react_1.default.createElement(Items,{items:props.items}),provided.placeholder)}))))}))},Groups=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.groupOrder.map((function(groupId,index){var group=props.groups[groupId],items=group.itemIds.map((function(itemsId){return props.items[itemsId]}));return react_1.default.createElement(Group,{key:group.id,group,items,index})})))};exports.DnDList=function(_a){var direction=_a.direction,_b=tslib_1.__read(react_1.useState(DnDExampleData_1.initialData),2),data=_b[0],setData=_b[1];return react_1.default.createElement(juno_1.RcDragDropContext,{onDragEnd:function(result){var _a,_b,destination=result.destination,source=result.source,draggableId=result.draggableId,type=result.type;if(destination&&(destination.droppableId!==source.droppableId||destination.index!==source.index))if("groups"!==type){var start=data.groups[source.droppableId],finish=data.groups[destination.droppableId];if(start!==finish){var startItemIds=Array.from(start.itemIds);startItemIds.splice(source.index,1);var newStart=tslib_1.__assign(tslib_1.__assign({},start),{itemIds:startItemIds}),finishItemIds=Array.from(finish.itemIds);finishItemIds.splice(destination.index,0,draggableId);var newFinish=tslib_1.__assign(tslib_1.__assign({},finish),{itemIds:finishItemIds}),newState=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_b={},_b[newStart.id]=newStart,_b[newFinish.id]=newFinish,_b))});setData(newState)}else{var group=data.groups[source.droppableId],newItemIds=Array.from(group.itemIds);newItemIds.splice(source.index,1),newItemIds.splice(destination.index,0,draggableId);var newGroup=tslib_1.__assign(tslib_1.__assign({},group),{itemIds:newItemIds}),newState_2=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_a={},_a[newGroup.id]=newGroup,_a))});setData(newState_2)}}else{var newGroupOrder=Array.from(data.groupOrder);newGroupOrder.splice(source.index,1),newGroupOrder.splice(destination.index,0,draggableId);var newState_1=tslib_1.__assign(tslib_1.__assign({},data),{groupOrder:newGroupOrder});setData(newState_1)}}},react_1.default.createElement(juno_1.RcDroppable,{droppableId:"all-groups",direction,type:"groups"},(function(provider){return react_1.default.createElement("div",tslib_1.__assign({},provider.droppableProps,{ref:provider.innerRef,style:{display:"flex",flexDirection:"vertical"===direction?"column":"row"}}),react_1.default.createElement(Groups,{groups:data.groups,groupOrder:data.groupOrder,items:data.items}),provider.placeholder)})))},exports.DnDList.args={direction:"vertical"},exports.DnDList.storyName="Multiple DnD List"},"./packages/juno-core/src/components/DnD/__stories__/DnDListPortal.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_dom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react-dom/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),DnDExampleData_1=__webpack_require__("./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts");exports.default={parameters:{storySource:{source:"import React, { forwardRef, FunctionComponent, useState } from 'react';\nimport ReactDOM from 'react-dom';\n\nimport { DraggableProvided, DraggableStateSnapshot } from 'react-beautiful-dnd';\n\nimport {\n css,\n RcCollapse,\n RcDragDropContext,\n RcDragDropContextProps,\n RcDraggable,\n RcDraggableProps,\n RcDroppable,\n RcList,\n RcListItem,\n RcListItemProps,\n RcListSubheader,\n styled,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nimport { DataType, GroupType, initialData, ItemType } from './DnDExampleData';\n\nexport default {\n title:\n '🚀 Cleanup Components/DnD/Dnd Examples/Multiple list/Multiple DnD List(Portal)',\n direction: {\n options: ['vertical', 'horizontal'],\n control: {\n type: 'select',\n },\n },\n} as Meta;\n\nconst portal: HTMLElement = document.createElement('div');\nportal.classList.add('my-super-cool-portal');\n\nif (!document.body) {\n throw new Error('body not ready for portal creation!');\n}\n\ndocument.body.appendChild(portal);\n\ntype StyledListItemProps = RcListItemProps & { inPortal: boolean };\n\nconst _StyledListItem = forwardRef(\n ({ inPortal, ...rest }, ref) => {\n return ;\n },\n);\n\nconst StyledListItem = styled(_StyledListItem)`\n position: relative;\n ${({ inPortal }) =>\n inPortal\n ? css`\n & ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n `\n : ''}\n`;\n\nconst PortalAwareListItem: FunctionComponent<{\n provider: DraggableProvided;\n snapshot: DraggableStateSnapshot;\n}> = (props) => {\n const { provider, snapshot, children } = props;\n\n const usePortal: boolean = snapshot.isDragging;\n\n const child = (\n \n {children}\n \n );\n\n if (!usePortal) {\n return <>{child};\n }\n\n // if dragging - put the item in a portal\n return ReactDOM.createPortal(child, portal);\n};\n\ntype StyledGroupProps = {\n inPortal: boolean;\n};\n\nconst StyledGroup = styled.div`\n position: relative;\n\n ${({ inPortal }) =>\n inPortal\n ? css`\n & > ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n `\n : ''}\n`;\n\nconst PortalAwareGroup: FunctionComponent<{\n provider: DraggableProvided;\n snapshot: DraggableStateSnapshot;\n}> = (props) => {\n const { provider, snapshot, children } = props;\n\n const usePortal: boolean = snapshot.isDragging;\n\n const child = (\n \n {children}\n \n );\n\n if (!usePortal) {\n return <>{child};\n }\n\n // if dragging - put the item in a portal\n return ReactDOM.createPortal(child, portal);\n};\n\nconst Item: FunctionComponent<{\n item: ItemType;\n index: number;\n}> = (props) => {\n return (\n \n {(provider, snapshot) => {\n return (\n \n {props.item.content}\n \n );\n }}\n \n );\n};\nconst Items: FunctionComponent<{\n items: ItemType[];\n}> = (props) => {\n return (\n <>\n {props.items.map((item, index) => (\n \n ))}\n \n );\n};\n\nconst Group: FunctionComponent<{\n group: GroupType;\n items: ItemType[];\n index: number;\n}> = (props) => {\n return (\n \n {(provider, snapshot) => (\n \n \n {props.group.title}\n \n \n \n {(provider) => {\n return (\n \n \n {provider.placeholder}\n \n );\n }}\n \n \n \n )}\n \n );\n};\nconst Groups: FunctionComponent = (props) => {\n return (\n <>\n {props.groupOrder.map((groupId, index) => {\n const group = props.groups[groupId];\n const items = group.itemIds.map((itemsId) => props.items[itemsId]);\n return (\n \n );\n })}\n \n );\n};\ntype DnDListProps = {\n direction: RcDraggableProps['directionOnly'];\n};\n\nexport const DnDListPortal: Story = ({ direction }) => {\n const [data, setData] = useState(initialData);\n\n const handleDragEnd: RcDragDropContextProps['onDragEnd'] = (result) => {\n const { destination, source, draggableId, type } = result;\n\n if (!destination) {\n return;\n }\n\n if (\n destination.droppableId === source.droppableId &&\n destination.index === source.index\n ) {\n return;\n }\n\n if (type === 'groups') {\n const newGroupOrder = Array.from(data.groupOrder);\n newGroupOrder.splice(source.index, 1);\n newGroupOrder.splice(destination.index, 0, draggableId);\n\n const newState = {\n ...data,\n groupOrder: newGroupOrder,\n };\n setData(newState);\n return;\n }\n\n const start = data.groups[source.droppableId];\n const finish = data.groups[destination.droppableId];\n\n if (start === finish) {\n const group = data.groups[source.droppableId];\n const newItemIds = Array.from(group.itemIds);\n newItemIds.splice(source.index, 1);\n newItemIds.splice(destination.index, 0, draggableId);\n\n const newGroup = {\n ...group,\n itemIds: newItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newGroup.id]: newGroup,\n },\n };\n\n setData(newState);\n return;\n }\n\n const startItemIds = Array.from(start.itemIds);\n startItemIds.splice(source.index, 1);\n const newStart = {\n ...start,\n itemIds: startItemIds,\n };\n\n const finishItemIds = Array.from(finish.itemIds);\n finishItemIds.splice(destination.index, 0, draggableId);\n const newFinish = {\n ...finish,\n itemIds: finishItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newStart.id]: newStart,\n [newFinish.id]: newFinish,\n },\n };\n setData(newState);\n };\n\n return (\n \n \n \n {(provider) => (\n \n \n {provider.placeholder}\n \n )}\n \n \n \n );\n};\n\nDnDListPortal.args = { direction: 'vertical' };\nDnDListPortal.storyName = 'Multiple DnD List(Portal)';\n",locationsMap:{"dn-d-list-portal":{startLoc:{col:50,line:236},endLoc:{col:1,line:353},startBody:{col:50,line:236},endBody:{col:1,line:353}}}}},title:"🚀 Cleanup Components/DnD/Dnd Examples/Multiple list/Multiple DnD List(Portal)",direction:{options:["vertical","horizontal"],control:{type:"select"}}};var portal=document.createElement("div");if(portal.classList.add("my-super-cool-portal"),!document.body)throw new Error("body not ready for portal creation!");document.body.appendChild(portal);var templateObject_1,templateObject_2,templateObject_3,templateObject_4,_StyledListItem=react_1.forwardRef((function(_a,ref){_a.inPortal;var rest=tslib_1.__rest(_a,["inPortal"]);return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},rest,{ref}))})),StyledListItem=juno_1.styled(_StyledListItem)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n ","\n"],["\n position: relative;\n ","\n"])),(function(_a){return _a.inPortal?juno_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n & ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "],["\n & ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "]))):""})),PortalAwareListItem=function(props){var provider=props.provider,snapshot=props.snapshot,children=props.children,usePortal=snapshot.isDragging,child=react_1.default.createElement(StyledListItem,tslib_1.__assign({ref:provider.innerRef},provider.draggableProps,provider.dragHandleProps,{inPortal:usePortal}),children);return usePortal?react_dom_1.default.createPortal(child,portal):react_1.default.createElement(react_1.default.Fragment,null,child)},StyledGroup=juno_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: relative;\n\n ","\n"],["\n position: relative;\n\n ","\n"])),(function(_a){return _a.inPortal?juno_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n & > ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "],["\n & > ::after {\n position: absolute;\n background: lightgreen;\n left: none;\n top: none;\n bottom: 0;\n right: 0;\n content: 'in portal';\n }\n "]))):""})),PortalAwareGroup=function(props){var provider=props.provider,snapshot=props.snapshot,children=props.children,usePortal=snapshot.isDragging,child=react_1.default.createElement(StyledGroup,tslib_1.__assign({ref:provider.innerRef},provider.draggableProps,provider.dragHandleProps,{inPortal:usePortal}),children);return usePortal?react_dom_1.default.createPortal(child,portal):react_1.default.createElement(react_1.default.Fragment,null,child)},Item=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.item.id,index:props.index},(function(provider,snapshot){return react_1.default.createElement(PortalAwareListItem,{provider,snapshot},props.item.content)}))},Items=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.items.map((function(item,index){return react_1.default.createElement(Item,{key:item.id,item,index})})))},Group=function(props){return react_1.default.createElement(juno_1.RcDraggable,{draggableId:props.group.id,index:props.index,classes:{root:"my-custom-root",isDragging:"my-custom-dragging"}},(function(provider,snapshot){return react_1.default.createElement(PortalAwareGroup,{provider,snapshot},react_1.default.createElement(juno_1.RcListSubheader,tslib_1.__assign({disableSticky:!0},provider.dragHandleProps),props.group.title),react_1.default.createElement(juno_1.RcCollapse,{in:!0,timeout:"auto",unmountOnExit:!0},react_1.default.createElement(juno_1.RcDroppable,{droppableId:props.group.id,direction:"vertical",type:"items"},(function(provider){return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({innerRef:provider.innerRef},provider.droppableProps,{style:{minHeight:"1px"}}),react_1.default.createElement(Items,{items:props.items}),provider.placeholder)}))))}))},Groups=function(props){return react_1.default.createElement(react_1.default.Fragment,null,props.groupOrder.map((function(groupId,index){var group=props.groups[groupId],items=group.itemIds.map((function(itemsId){return props.items[itemsId]}));return react_1.default.createElement(Group,{key:group.id,group,items,index})})))};exports.DnDListPortal=function(_a){var direction=_a.direction,_b=tslib_1.__read(react_1.useState(DnDExampleData_1.initialData),2),data=_b[0],setData=_b[1];return react_1.default.createElement("div",{style:{display:"flex",left:"80px",top:"20px",transform:"translate3d(0,0,0)"}},react_1.default.createElement(juno_1.RcDragDropContext,{onDragEnd:function(result){var _a,_b,destination=result.destination,source=result.source,draggableId=result.draggableId,type=result.type;if(destination&&(destination.droppableId!==source.droppableId||destination.index!==source.index))if("groups"!==type){var start=data.groups[source.droppableId],finish=data.groups[destination.droppableId];if(start!==finish){var startItemIds=Array.from(start.itemIds);startItemIds.splice(source.index,1);var newStart=tslib_1.__assign(tslib_1.__assign({},start),{itemIds:startItemIds}),finishItemIds=Array.from(finish.itemIds);finishItemIds.splice(destination.index,0,draggableId);var newFinish=tslib_1.__assign(tslib_1.__assign({},finish),{itemIds:finishItemIds}),newState=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_b={},_b[newStart.id]=newStart,_b[newFinish.id]=newFinish,_b))});setData(newState)}else{var group=data.groups[source.droppableId],newItemIds=Array.from(group.itemIds);newItemIds.splice(source.index,1),newItemIds.splice(destination.index,0,draggableId);var newGroup=tslib_1.__assign(tslib_1.__assign({},group),{itemIds:newItemIds}),newState_2=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_a={},_a[newGroup.id]=newGroup,_a))});setData(newState_2)}}else{var newGroupOrder=Array.from(data.groupOrder);newGroupOrder.splice(source.index,1),newGroupOrder.splice(destination.index,0,draggableId);var newState_1=tslib_1.__assign(tslib_1.__assign({},data),{groupOrder:newGroupOrder});setData(newState_1)}}},react_1.default.createElement(juno_1.RcDroppable,{droppableId:"all-groups",direction,type:"groups"},(function(provider){return react_1.default.createElement("div",tslib_1.__assign({},provider.droppableProps,{ref:provider.innerRef,style:{display:"flex",flexDirection:"vertical"===direction?"column":"row"}}),react_1.default.createElement(Groups,{groups:data.groups,groupOrder:data.groupOrder,items:data.items}),provider.placeholder)}))))},exports.DnDListPortal.args={direction:"vertical"},exports.DnDListPortal.storyName="Multiple DnD List(Portal)"},"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Dialog_story_1=__webpack_require__("./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx"),Downshift_doc_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx"),options_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/options.ts"),Popper_1=__webpack_require__("./packages/juno-core/src/components/Popper/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useCallback,\n useEffect,\n useRef,\n useState,\n} from 'react';\n\nimport {\n combineProps,\n DEFAULT_KEY_TO_CHIPS,\n RcAutocompleteDefaultFilterOptions,\n RcAvatar,\n RcBox,\n RcButton,\n RcChip,\n RcClasses,\n RcDownshift,\n RcDownshiftDefaultFilterOptions,\n RcDownshiftFilterOptions,\n RcDownshiftProps,\n RcDownshiftRef,\n RcDownshiftSelectedItem,\n RcIconButton,\n RcListItemText,\n RcMenuItem,\n RcText,\n RcTextField,\n RcTypography,\n spacing,\n styled,\n useEventCallback,\n} from '@ringcentral/juno';\nimport { ArrowDown2, ArrowUp2 } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { DialogExampleComponent } from '../../Dialog/__stories__/Dialog.story';\nimport { DownshiftDoc } from './Downshift.doc';\nimport { options } from './options';\nimport { RcPopper } from '../../Popper';\n\nexport default {\n title: '🚀 Cleanup Components/Downshift',\n component: DownshiftDoc,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'options',\n 'value',\n 'onChange',\n 'onInputChange',\n 'multiple',\n 'freeSolo',\n 'autoSelect',\n 'getOptionLabel',\n 'renderOption',\n 'renderTags',\n 'inputValue',\n 'label',\n 'placeholder',\n 'action',\n 'toggleButton',\n 'keyToTags',\n 'maxFreeSolo',\n 'onMaxFreeSolo',\n 'onKeyDown',\n 'disabled',\n 'error',\n 'defaultIsOpen',\n 'initialIsOpen',\n 'ToggleButtonProps',\n 'PopperProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'style',\n 'onSelectChange',\n 'itemToString',\n 'keyToChips',\n 'limitOfFreeChips',\n 'suggestionItems',\n 'messageRef',\n 'MenuItem',\n 'inputLabel',\n 'nameError',\n 'maxLength',\n 'InputItem',\n 'emailError',\n 'autoSwitchEmail',\n 'enableFreeChips',\n 'inputPlaceholder',\n 'errorSelectedItems',\n 'enableAutoTransform',\n 'allowPlainHelperText',\n 'TextFieldProps',\n 'selectedItems',\n 'automationId',\n 'minRowHeight',\n ]),\n },\n args: {\n keyToTags: DEFAULT_KEY_TO_CHIPS,\n },\n} as Meta;\n\ntype DownshiftProps = Partial>;\n\nexport const Downshift: Story = ({\n options: optionsProp,\n ...args\n}) => {\n const ref = useRef(null);\n const inputRef = useRef(null);\n\n const [value, setValue] = useState([]);\n\n useEffect(() => {\n console.log(ref, inputRef, optionsProp);\n }, []);\n\n return (\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onInputChange={(e) => {\n console.log('textChange', e);\n }}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderTags={(selectedItems, getTagProps) => {\n return selectedItems.map((selectedItem, index) => {\n const tagProps = getTagProps(selectedItem, index);\n\n return (\n \n );\n });\n }}\n />\n );\n};\n\nDownshift.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n freeSolo: true,\n toggleButton: true,\n autoSelect: true,\n gutterBottom: true,\n multiple: true,\n clearBtn: true,\n};\n\nDownshift.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDownshift.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3952c27d13b050f313cfd227467437458b36cf8b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/63AFC39B-35B2-432F-B4DC-A8337BD3FFD2',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst smallOptions = options.slice(0, 20);\n\nconst CustomPopper = styled(RcPopper)`\n > div {\n padding: 10px;\n }\n`;\n\nexport const DownshiftWithCustomToggleButton: Story = ({\n ...args\n}) => {\n return (\n <>\n Non virtualize\n \n virtualize\n \n \n );\n};\n\nDownshiftWithCustomToggleButton.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n freeSolo: true,\n toggleButton: true,\n autoSelect: true,\n gutterBottom: true,\n multiple: true,\n clearBtn: true,\n helperText: 'typing something to get value',\n PopperProps: {\n anchorElType: 'input',\n transition: true,\n },\n getToggleButtonProps: (isOpen) => {\n return {\n symbol: isOpen ? ArrowUp2 : ArrowDown2,\n };\n },\n};\n\nexport const DownshiftDebug: Story = ({ ...args }) => {\n return ;\n};\n\nDownshiftDebug.args = { ...Downshift.args, debug: true };\n\nexport const DownshiftFixedItemHeight: Story = ({\n ...args\n}) => {\n return ;\n};\nDownshiftFixedItemHeight.args = {\n ...Downshift.args,\n SuggestionListProps: { fixedItemHeight: 32 },\n};\n\nconst DownshiftExample = ({ actionRef, additionValue = [], ...rest }: any) => {\n const inputRef = useRef(null);\n\n const [value, setValue] = useState([\n options[0],\n options[1],\n ...additionValue,\n ]);\n\n useEffect(() => {\n console.log(inputRef, actionRef);\n \n }, []);\n\n return (\n console.log('textChange')}\n value={value}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onFocus={(e) => console.log('focus')}\n onKeyDown={(e, highlightedIndex) =>\n console.log('onKeyDown', highlightedIndex)\n }\n inputRef={inputRef}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n options={options}\n filterOptions={RcDownshiftDefaultFilterOptions}\n {...rest}\n renderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n ) => (\n \n {label}\n \n )}\n />\n );\n};\n\nexport const DownshiftExamples: Story = () => {\n const actionRef = useRef(null);\n\n return (\n <>\n \n \n \n \n \n \n \n {' '}\n {\n if (actionRef.current) {\n actionRef.current.focus();\n actionRef.current.openMenu();\n }\n }}\n >\n Focus Downshift And Open Outside\n \n {' '}\n {\n actionRef.current?.reset();\n }}\n >\n Reset Downshift\n \n \n );\n};\n\nconst showNumber = 20;\nconst toLoadCount = 10;\n\nconst lazyLoadOptions = options.slice(0, showNumber);\n\nexport const DownshiftLazyLoadExamples: Story = () => {\n const setMapRef = useRef({});\n const actionRef = useRef(null);\n const [currOptions, setOptions] = useState(lazyLoadOptions);\n\n const [value, setValue] = useState([]);\n\n return (\n {\n setValue(selectedItems);\n }}\n toggleButton\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={RcDownshiftDefaultFilterOptions}\n SuggestionListProps={{\n rangeChanged: (e) => {\n const endIndex = e.endIndex;\n\n const currentStep = Math.floor(endIndex / (showNumber - 5));\n\n if (\n currentStep > 0 &&\n (endIndex % (showNumber - 5)) % toLoadCount > 0\n ) {\n const currLatest =\n currentStep * showNumber + (showNumber - toLoadCount);\n\n if (!setMapRef.current[currLatest]) {\n setMapRef.current[currLatest] = true;\n\n const result = [\n ...currOptions,\n ...options.slice(currLatest, currLatest + showNumber),\n ];\n // console.log('load', result);\n\n actionRef.current?.keepHighlightedIndex();\n setOptions(result);\n }\n }\n },\n }}\n />\n );\n};\n\nexport const DownshiftGroupBy: Story = () => {\n const [value, setValue] = useState([]);\n\n const [groupExpanded, setGroupExpanded] = useState>(\n {},\n );\n\n const getExpandIconProps = useCallback<\n NonNullable\n >(({ group, expanded }) => {\n const showMessage = expanded ? 'less' : 'more';\n\n return {\n 'aria-label': `${group} group, use Shift F10 to show ${showMessage} emails`,\n title: showMessage,\n };\n }, []);\n\n const handleChange = useEventCallback(\n (selectedItems: RcDownshiftSelectedItem[]) => {\n setValue(selectedItems);\n },\n );\n\n const groupBy = useCallback(\n (option: RcDownshiftSelectedItem) => option.label?.[0] || '',\n [],\n );\n\n const filterOptions: RcDownshiftFilterOptions = (\n options,\n { inputValue, getOptionLabel, selectedItems },\n ): RcDownshiftSelectedItem[] => {\n return options.filter(\n (item) =>\n !selectedItems.some((selectedItem) => item.id === selectedItem.id) &&\n getOptionLabel?.(item)\n .toLowerCase()\n .startsWith(inputValue?.toLowerCase() || ''),\n );\n };\n return (\n /**\n * When have some country or address label or others chrome support autofill\n * that will support auto fill address in input\n * if you not need should use autoComplete=\"chrome-off\"\n * more detail https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill\n */\n <>\n Normal Group\n {\n console.log(group, groupStateMap);\n setGroupExpanded(groupStateMap);\n }}\n InputProps={{\n autoComplete: 'chrome-off',\n }}\n toggleButton\n groupBy={groupBy}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n Expanded Group\n {\n console.log(group, groupStateMap);\n setGroupExpanded(groupStateMap);\n }}\n InputProps={{\n autoComplete: 'chrome-off',\n }}\n toggleButton\n groupBy={groupBy}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n Normal Group (Custom render)\n {\n return (\n \n \n {label}\n \n \n );\n }}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n Expanded Group (Custom render)\n {\n return (\n \n \n\n \n {expandIconProps && (\n \n )}\n \n );\n }}\n multiple\n clearBtn\n helperText=\"please select country\"\n placeholder=\"What country have you been to?\"\n filterOptions={filterOptions}\n />\n \n );\n};\n\nexport const DownshiftDisabled: Story = ({ ...args }) => {\n const ref = useRef(null);\n const inputRef = useRef(null);\n const actionRef = useRef(null);\n\n const [value, setValue] = useState([]);\n\n useEffect(() => {\n console.log(ref, inputRef, actionRef);\n }, []);\n // console.log(options);\n\n return (\n <>\n option.label?.includes('e') || false}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onInputChange={(e) => {\n console.log('textChange', e);\n }}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderTags={(selectedItems, getTagProps) => {\n return selectedItems.map((selectedItem, index) => {\n const tagProps = getTagProps(selectedItem, index);\n\n return (\n \n );\n });\n }}\n />\n \n no skip disabled option highlight\n <br />\n <RcText component=\"span\" variant=\"subheading2\" color=\"neutral.f04\">\n (if you also like can be focus with mouse, use renderOption to custom\n your render)\n </RcText>\n \n option.label?.includes('e') || false}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n onInputChange={(e) => {\n console.log('textChange', e);\n }}\n onMaxFreeSolo={(max) => {\n alert(`you get the max free sole count ${max}`);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderTags={(selectedItems, getTagProps) => {\n return selectedItems.map((selectedItem, index) => {\n const tagProps = getTagProps(selectedItem, index);\n\n return (\n \n );\n });\n }}\n />\n actionRef.current?.clearInput()}>\n Clear input value\n \n \n );\n};\n\nDownshiftDisabled.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n freeSolo: true,\n toggleButton: true,\n autoSelect: true,\n gutterBottom: true,\n multiple: true,\n};\n\nexport const DownshiftWithDynamic: Story = ({ ...args }) => {\n const [value, setValue] = useState([]);\n\n return (\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n ) => (\n \n {state.index % 2 === 0 ? (\n \n
    \n
    \n {label}\n
    \n
    \n
    \n ) : (\n label\n )}\n \n )}\n />\n );\n};\n\nDownshiftWithDynamic.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: true,\n clearBtn: true,\n toggleButton: true,\n};\n\nexport const DownshiftWithAvatar: Story = ({ ...args }) => {\n const [value, setValue] = useState([]);\n\n return (\n <>\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n getOptionLabel={(option) => `${option.label} (Custom String)`}\n gutterBottom\n />\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n renderOption={(\n {\n label,\n id,\n error,\n unSelectable,\n isSuggestion,\n isError,\n ...restProps\n },\n state,\n ) => (\n \n \n {label}\n \n )}\n />\n \n );\n};\n\nDownshiftWithAvatar.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: true,\n clearBtn: true,\n toggleButton: true,\n};\n\nconst CustomDownshiftInputClasses = RcClasses(\n ['root', 'input'],\n 'CustomDownshiftInput',\n);\n\nconst CustomTextField = styled(RcTextField)`\n .${CustomDownshiftInputClasses.root} {\n padding-left: ${spacing(2)};\n height: auto;\n }\n\n .${CustomDownshiftInputClasses.input} {\n margin-left: 0;\n }\n`;\n\nexport const DownshiftWithCustomInput: Story = ({\n ...args\n}) => {\n const [value, setValue] = useState([]);\n\n return (\n {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n renderInput={({ InputProps: InputPropsProp, ...params }) => {\n const InputProps = combineProps(\n { classes: CustomDownshiftInputClasses },\n InputPropsProp,\n );\n\n return (\n \n );\n }}\n filterOptions={RcDownshiftDefaultFilterOptions}\n />\n );\n};\n\nDownshiftWithCustomInput.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: true,\n clearBtn: true,\n toggleButton: true,\n};\n\nexport const DownshiftAutocomplete: Story = ({ ...args }) => {\n const [inputValue, setInputValue] = useState('');\n const [value, setValue] = useState([options[0]]);\n\n return (\n <>\n console.log('open')}\n onClose={(e, r) => console.log('close', r)}\n value={value}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n inputValue={inputValue}\n onInputChange={(value) => {\n setInputValue(value || '');\n console.log('input change', value);\n }}\n SuggestionListProps={{\n padding: true,\n }}\n filterOptions={RcAutocompleteDefaultFilterOptions}\n gutterBottom\n />\n\n With custom popper width\n
    \n console.log('open')}\n onClose={(e, r) => console.log('close', r)}\n value={value}\n onChange={(selectedItems) => {\n setValue(selectedItems);\n console.log('onChange', selectedItems);\n }}\n inputValue={inputValue}\n onInputChange={(value) => {\n setInputValue(value || '');\n console.log('input change', value);\n }}\n PopperProps={{ style: { width: 'auto', minWidth: 300 } }}\n SuggestionListProps={{\n padding: true,\n }}\n filterOptions={RcAutocompleteDefaultFilterOptions}\n />\n
    \n \n );\n};\n\nDownshiftAutocomplete.args = {\n label: 'Downshift',\n placeholder: 'Search and select',\n multiple: false,\n clearBtn: true,\n toggleButton: true,\n disableCloseOnSelect: false,\n openOnFocus: true,\n};\n",locationsMap:{downshift:{startLoc:{col:48,line:120},endLoc:{col:1,line:166},startBody:{col:48,line:120},endBody:{col:1,line:166}},"downshift-with-custom-toggle-button":{startLoc:{col:70,line:209},endLoc:{col:1,line:225},startBody:{col:70,line:209},endBody:{col:1,line:225}},"downshift-debug":{startLoc:{col:53,line:248},endLoc:{col:1,line:250},startBody:{col:53,line:248},endBody:{col:1,line:250}},"downshift-fixed-item-height":{startLoc:{col:63,line:254},endLoc:{col:1,line:258},startBody:{col:63,line:254},endBody:{col:1,line:258}},"downshift-examples":{startLoc:{col:56,line:322},endLoc:{col:1,line:365},startBody:{col:56,line:322},endBody:{col:1,line:365}},"downshift-lazy-load-examples":{startLoc:{col:64,line:372},endLoc:{col:1,line:425},startBody:{col:64,line:372},endBody:{col:1,line:425}},"downshift-group-by":{startLoc:{col:55,line:427},endLoc:{col:1,line:623},startBody:{col:55,line:427},endBody:{col:1,line:623}},"downshift-disabled":{startLoc:{col:56,line:625},endLoc:{col:1,line:721},startBody:{col:56,line:625},endBody:{col:1,line:721}},"downshift-with-dynamic":{startLoc:{col:59,line:733},endLoc:{col:1,line:771},startBody:{col:59,line:733},endBody:{col:1,line:771}},"downshift-with-avatar":{startLoc:{col:58,line:781},endLoc:{col:1,line:832},startBody:{col:58,line:781},endBody:{col:1,line:832}},"downshift-with-custom-input":{startLoc:{col:63,line:858},endLoc:{col:1,line:889},startBody:{col:63,line:858},endBody:{col:1,line:889}},"downshift-autocomplete":{startLoc:{col:60,line:899},endLoc:{col:1,line:955},startBody:{col:60,line:899},endBody:{col:1,line:955}}}}},title:"🚀 Cleanup Components/Downshift",component:Downshift_doc_1.DownshiftDoc,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["options","value","onChange","onInputChange","multiple","freeSolo","autoSelect","getOptionLabel","renderOption","renderTags","inputValue","label","placeholder","action","toggleButton","keyToTags","maxFreeSolo","onMaxFreeSolo","onKeyDown","disabled","error","defaultIsOpen","initialIsOpen","ToggleButtonProps","PopperProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["style","onSelectChange","itemToString","keyToChips","limitOfFreeChips","suggestionItems","messageRef","MenuItem","inputLabel","nameError","maxLength","InputItem","emailError","autoSwitchEmail","enableFreeChips","inputPlaceholder","errorSelectedItems","enableAutoTransform","allowPlainHelperText","TextFieldProps","selectedItems","automationId","minRowHeight"])),args:{keyToTags:juno_1.DEFAULT_KEY_TO_CHIPS}},exports.Downshift=function(_a){var optionsProp=_a.options,args=tslib_1.__rest(_a,["options"]),ref=react_1.useRef(null),inputRef=react_1.useRef(null),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.useEffect((function(){console.log(ref,inputRef,optionsProp)}),[]),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{ref,options:null!=optionsProp?optionsProp:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onInputChange:function(e){console.log("textChange",e)},onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderTags:function(selectedItems,getTagProps){return selectedItems.map((function(selectedItem,index){var tagProps=getTagProps(selectedItem,index);return react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},tagProps,{deleteIconProps:{title:"remove"}}))}))}}))},exports.Downshift.args={label:"Downshift",placeholder:"Search and select",freeSolo:!0,toggleButton:!0,autoSelect:!0,gutterBottom:!0,multiple:!0,clearBtn:!0},exports.Downshift.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Downshift.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3952c27d13b050f313cfd227467437458b36cf8b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/63AFC39B-35B2-432F-B4DC-A8337BD3FFD2"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/"},{name:"Accessibility",value:"100%"}]};var smallOptions=options_1.options.slice(0,20),CustomPopper=juno_1.styled(Popper_1.RcPopper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n > div {\n padding: 10px;\n }\n"],["\n > div {\n padding: 10px;\n }\n"])));exports.DownshiftWithCustomToggleButton=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Non virtualize"),react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args,{options:smallOptions,PopperComponent:CustomPopper,SuggestionListProps:{virtualize:!1}})),react_1.default.createElement(juno_storybook_1.Title,null,"virtualize"),react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args)))},exports.DownshiftWithCustomToggleButton.args={label:"Downshift",placeholder:"Search and select",freeSolo:!0,toggleButton:!0,autoSelect:!0,gutterBottom:!0,multiple:!0,clearBtn:!0,helperText:"typing something to get value",PopperProps:{anchorElType:"input",transition:!0},getToggleButtonProps:function(isOpen){return{symbol:isOpen?juno_icon_1.ArrowUp2:juno_icon_1.ArrowDown2}}},exports.DownshiftDebug=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args))},exports.DownshiftDebug.args=tslib_1.__assign(tslib_1.__assign({},exports.Downshift.args),{debug:!0}),exports.DownshiftFixedItemHeight=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(exports.Downshift,tslib_1.__assign({},args))},exports.DownshiftFixedItemHeight.args=tslib_1.__assign(tslib_1.__assign({},exports.Downshift.args),{SuggestionListProps:{fixedItemHeight:32}});var DownshiftExample=function(_a){var actionRef=_a.actionRef,_b=_a.additionValue,additionValue=void 0===_b?[]:_b,rest=tslib_1.__rest(_a,["actionRef","additionValue"]),inputRef=react_1.useRef(null),_c=tslib_1.__read(react_1.useState(tslib_1.__spread([options_1.options[0],options_1.options[1]],additionValue)),2),value=_c[0],setValue=_c[1];return react_1.useEffect((function(){console.log(inputRef,actionRef)}),[]),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({gutterBottom:!0,action:actionRef,label:"Country",toggleButton:!0,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",onInputChange:function(e){return console.log("textChange")},value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onFocus:function(e){return console.log("focus")},onKeyDown:function(e,highlightedIndex){return console.log("onKeyDown",highlightedIndex)},inputRef,onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},options:options_1.options,filterOptions:juno_1.RcDownshiftDefaultFilterOptions},rest,{renderOption:function(_a,state){var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id},tslib_1.__assign(tslib_1.__assign({},restProps),{component:"div"}),{focused:state.highlighted,key:(id||label)+"-"+state.index}),label)}}))};exports.DownshiftExamples=function(){var actionRef=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(DownshiftExample,{actionRef,additionValue:[{id:"free",label:"If true, the selected option becomes the value of the input when the Autocomplete loses focus unless the user chooses a different option or changes the character string in the input. Callback fired when the popup requests to be closed. Use in controlled mode (see open).",freeSolo:!0}]}),react_1.default.createElement(DownshiftExample,{disabled:!0}),react_1.default.createElement(DownshiftExample,{error:!0}),react_1.default.createElement(DownshiftExample,{color:"success.f11"}),react_1.default.createElement(Dialog_story_1.DialogExampleComponent,null,react_1.default.createElement(DownshiftExample,null))," ",react_1.default.createElement(juno_1.RcButton,{onClick:function(){actionRef.current&&(actionRef.current.focus(),actionRef.current.openMenu())}},"Focus Downshift And Open Outside")," ",react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;null===(_a=actionRef.current)||void 0===_a||_a.reset()}},"Reset Downshift"))};var lazyLoadOptions=options_1.options.slice(0,20);exports.DownshiftLazyLoadExamples=function(){var setMapRef=react_1.useRef({}),actionRef=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(lazyLoadOptions),2),currOptions=_a[0],setOptions=_a[1],_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:currOptions,label:"Country",value,action:actionRef,onChange:function(selectedItems){setValue(selectedItems)},toggleButton:!0,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions:juno_1.RcDownshiftDefaultFilterOptions,SuggestionListProps:{rangeChanged:function(e){var _a,endIndex=e.endIndex,currentStep=Math.floor(endIndex/15);if(currentStep>0&&endIndex%15%10>0){var currLatest=20*currentStep+10;if(!setMapRef.current[currLatest]){setMapRef.current[currLatest]=!0;var result=tslib_1.__spread(currOptions,options_1.options.slice(currLatest,currLatest+20));null===(_a=actionRef.current)||void 0===_a||_a.keepHighlightedIndex(),setOptions(result)}}}}})},exports.DownshiftGroupBy=function(){var _a=tslib_1.__read(react_1.useState([]),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState({}),2),groupExpanded=_b[0],setGroupExpanded=_b[1],getExpandIconProps=react_1.useCallback((function(_a){var group=_a.group,showMessage=_a.expanded?"less":"more";return{"aria-label":group+" group, use Shift F10 to show "+showMessage+" emails",title:showMessage}}),[]),handleChange=juno_1.useEventCallback((function(selectedItems){setValue(selectedItems)})),groupBy=react_1.useCallback((function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a[0])||""}),[]),filterOptions=function(options,_a){var inputValue=_a.inputValue,getOptionLabel=_a.getOptionLabel,selectedItems=_a.selectedItems;return options.filter((function(item){return!selectedItems.some((function(selectedItem){return item.id===selectedItem.id}))&&(null==getOptionLabel?void 0:getOptionLabel(item).toLowerCase().startsWith((null==inputValue?void 0:inputValue.toLowerCase())||""))}))};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Normal Group"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Country",value,onChange:handleChange,groupExpanded,getExpandIconProps,onGroupExpanded:function(group,groupStateMap){console.log(group,groupStateMap),setGroupExpanded(groupStateMap)},InputProps:{autoComplete:"chrome-off"},toggleButton:!0,groupBy,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}),react_1.default.createElement(juno_storybook_1.Title,null,"Expanded Group"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Address",value,onChange:handleChange,groupVariant:"expanded",groupExpanded,getExpandIconProps,onGroupExpanded:function(group,groupStateMap){console.log(group,groupStateMap),setGroupExpanded(groupStateMap)},InputProps:{autoComplete:"chrome-off"},toggleButton:!0,groupBy,multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}),react_1.default.createElement(juno_storybook_1.Title,null,"Normal Group (Custom render)"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Country",value,onChange:handleChange,getExpandIconProps,toggleButton:!0,groupBy,InputProps:{autoComplete:"chrome-off"},renderGroup:function(_a,_b){_b.selected,_b.expanded,_b.expandIconProps;var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError","group"]));return react_1.default.createElement(juno_1.RcBox,tslib_1.__assign({margin:"1em",id:""+id},restProps),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.b04",variant:"title2"},label))},multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}),react_1.default.createElement(juno_storybook_1.Title,null,"Expanded Group (Custom render)"),react_1.default.createElement(juno_1.RcDownshift,{gutterBottom:!0,options:options_1.options,label:"Country",value,onChange:handleChange,groupVariant:"expanded",getExpandIconProps,toggleButton:!0,groupBy,InputProps:{autoComplete:"chrome-off"},renderGroup:function(_a,_b){var selected=_b.selected,expanded=_b.expanded,expandIconProps=_b.expandIconProps,label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError","group"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({component:"div",id:""+id,selected},restProps),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"("+(expanded?"open":"close")+")"}),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),expandIconProps&&react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({color:"content.brand"},expandIconProps,{symbol:juno_icon_1.ArrowDown2})))},multiple:!0,clearBtn:!0,helperText:"please select country",placeholder:"What country have you been to?",filterOptions}))},exports.DownshiftDisabled=function(_a){var args=tslib_1.__rest(_a,[]),ref=react_1.useRef(null),inputRef=react_1.useRef(null),actionRef=react_1.useRef(null),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.useEffect((function(){console.log(ref,inputRef,actionRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{ref,action:actionRef,options:options_1.options.slice(0,10),openOnFocus:!0,value,getOptionDisabled:function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a.includes("e"))||!1},onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onInputChange:function(e){console.log("textChange",e)},onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderTags:function(selectedItems,getTagProps){return selectedItems.map((function(selectedItem,index){var tagProps=getTagProps(selectedItem,index);return react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},tagProps,{deleteIconProps:{title:"remove"}}))}))}})),react_1.default.createElement(juno_storybook_1.Title,null,"no skip disabled option highlight",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcText,{component:"span",variant:"subheading2",color:"neutral.f04"},"(if you also like can be focus with mouse, use renderOption to custom your render)")),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{ref,action:actionRef,options:options_1.options.slice(0,10),openOnFocus:!0,disabledItemsHighlightable:!0,value,getOptionDisabled:function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a.includes("e"))||!1},onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},onInputChange:function(e){console.log("textChange",e)},onMaxFreeSolo:function(max){alert("you get the max free sole count "+max)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderTags:function(selectedItems,getTagProps){return selectedItems.map((function(selectedItem,index){var tagProps=getTagProps(selectedItem,index);return react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},tagProps,{deleteIconProps:{title:"remove"}}))}))}})),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;return null===(_a=actionRef.current)||void 0===_a?void 0:_a.clearInput()}},"Clear input value"))},exports.DownshiftDisabled.args={label:"Downshift",placeholder:"Search and select",freeSolo:!0,toggleButton:!0,autoSelect:!0,gutterBottom:!0,multiple:!0},exports.DownshiftWithDynamic=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderOption:function(_a,state){var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id},tslib_1.__assign(tslib_1.__assign({},restProps),{component:"div"}),{focused:state.highlighted,key:(id||label)+"-"+state.index}),state.index%2==0?react_1.default.createElement(juno_1.RcBox,{bgcolor:"neutral.b04"},react_1.default.createElement("br",null),react_1.default.createElement("br",null),label,react_1.default.createElement("br",null),react_1.default.createElement("br",null)):label)}}))},exports.DownshiftWithDynamic.args={label:"Downshift",placeholder:"Search and select",multiple:!0,clearBtn:!0,toggleButton:!0},exports.DownshiftWithAvatar=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,getOptionLabel:function(option){return option.label+" (Custom String)"},gutterBottom:!0})),react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},filterOptions:juno_1.RcDownshiftDefaultFilterOptions,renderOption:function(_a,state){var label=_a.label,id=_a.id,restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id},tslib_1.__assign(tslib_1.__assign({},restProps),{component:"div"}),{focused:state.highlighted,key:(id||label)+"-"+state.index}),react_1.default.createElement(juno_1.RcAvatar,{src:"https://placeimg.com/100/100/"+state.index}),react_1.default.createElement(juno_1.RcBox,{marginLeft:"2rem"},label))}})))},exports.DownshiftWithAvatar.args={label:"Downshift",placeholder:"Search and select",multiple:!0,clearBtn:!0,toggleButton:!0};var templateObject_1,templateObject_2,CustomDownshiftInputClasses=juno_1.RcClasses(["root","input"],"CustomDownshiftInput"),CustomTextField=juno_1.styled(juno_1.RcTextField)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n padding-left: ",";\n height: auto;\n }\n\n ."," {\n margin-left: 0;\n }\n"],["\n ."," {\n padding-left: ",";\n height: auto;\n }\n\n ."," {\n margin-left: 0;\n }\n"])),CustomDownshiftInputClasses.root,juno_1.spacing(2),CustomDownshiftInputClasses.input);exports.DownshiftWithCustomInput=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState([]),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{options:options_1.options,value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},renderInput:function(_a){var InputPropsProp=_a.InputProps,params=tslib_1.__rest(_a,["InputProps"]),InputProps=juno_1.combineProps({classes:CustomDownshiftInputClasses},InputPropsProp);return react_1.default.createElement(CustomTextField,tslib_1.__assign({},params,{InputProps,variant:"outline"}))},filterOptions:juno_1.RcDownshiftDefaultFilterOptions}))},exports.DownshiftWithCustomInput.args={label:"Downshift",placeholder:"Search and select",multiple:!0,clearBtn:!0,toggleButton:!0},exports.DownshiftAutocomplete=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(""),2),inputValue=_b[0],setInputValue=_b[1],_c=tslib_1.__read(react_1.useState([options_1.options[0]]),2),value=_c[0],setValue=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{variant:"autocomplete",options:options_1.options,onOpen:function(){return console.log("open")},onClose:function(e,r){return console.log("close",r)},value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},inputValue,onInputChange:function(value){setInputValue(value||""),console.log("input change",value)},SuggestionListProps:{padding:!0},filterOptions:juno_1.RcAutocompleteDefaultFilterOptions,gutterBottom:!0})),react_1.default.createElement(juno_storybook_1.Title,null,"With custom popper width"),react_1.default.createElement("div",{style:{width:150}},react_1.default.createElement(juno_1.RcDownshift,tslib_1.__assign({},args,{variant:"autocomplete",options:options_1.options,onOpen:function(){return console.log("open")},onClose:function(e,r){return console.log("close",r)},value,onChange:function(selectedItems){setValue(selectedItems),console.log("onChange",selectedItems)},inputValue,onInputChange:function(value){setInputValue(value||""),console.log("input change",value)},PopperProps:{style:{width:"auto",minWidth:300}},SuggestionListProps:{padding:!0},filterOptions:juno_1.RcAutocompleteDefaultFilterOptions}))))},exports.DownshiftAutocomplete.args={label:"Downshift",placeholder:"Search and select",multiple:!1,clearBtn:!0,toggleButton:!0,disableCloseOnSelect:!1,openOnFocus:!0}},"./packages/juno-core/src/components/Downshift/__stories__/useSuggestionList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),options_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/options.ts");exports.default={parameters:{storySource:{source:"import React, { useCallback, useRef, useState } from 'react';\n\nimport {\n RcBox,\n RcDownshiftInput,\n RcDownshiftSelectedItem,\n RcIconButton,\n RcListItemText,\n RcMenuItem,\n RcSuggestionList,\n RcTextField,\n useAnnouncer,\n useSuggestionList,\n} from '@ringcentral/juno';\nimport { ArrowDown2 } from '@ringcentral/juno-icon';\nimport { Meta, Story } from '@storybook/react';\n\nimport { options } from './options';\n\nexport default {\n title: '🚀 Cleanup Components/Downshift/useSuggestionList',\n} as Meta;\n\nconst containerHeight = 300;\n\nexport const useSuggestionListExample: Story = () => {\n const groupBy = useCallback(\n (option: RcDownshiftSelectedItem) => option.label?.[0] || '',\n [],\n );\n\n const inputRef = useRef(null);\n\n const [groupExpanded, setGroupExpanded] = useState<\n Record | undefined\n >(undefined);\n\n const [value, setValue] = useState('');\n\n const announce = useAnnouncer();\n\n const {\n optionItems,\n highlightedIndex,\n changeHighlightedIndexReason,\n getMenuProps,\n getInputProps,\n getInputAriaProps,\n getLabelProps,\n getItemProps,\n inputValue,\n optionsGroupList,\n setHighlightedIndex,\n // reset,\n } = useSuggestionList({\n inputRef,\n inputValue: value,\n options,\n groupVariant: 'normal',\n groupExpanded,\n groupDefaultExpanded: true,\n onSelect: (e, option) => {\n const { id } = getItemProps({ item: option, index: highlightedIndex });\n\n console.log(option, id, id && document.getElementById(id));\n \n alert(option.label);\n },\n onInputChange: (e) => {\n console.log(e);\n setValue(e || '');\n },\n filterOptions: (options, { inputValue }) => {\n return options.filter((item) =>\n item.label?.toLocaleLowerCase().includes(inputValue || ''),\n );\n },\n onGroupExpanded: (group, groupStateMap) => {\n console.log(group, groupStateMap);\n\n announce(\n `${group.group} Group being ${\n group.expanded ? 'expanded' : 'collapsed'\n }`,\n );\n\n setGroupExpanded(groupStateMap);\n },\n groupBy,\n getOptionDisabled: (option) => {\n const currGroup = option.group;\n const isGroupTitle = option === currGroup?.options[0];\n\n return isGroupTitle && currGroup?.options.length === 2;\n },\n });\n\n const InputProps = getInputProps({\n onKeyDown: () => {\n // you can add some keydown logic here\n },\n onBlur: () => {\n // you can add some blur logic here\n // like reset index to top\n // setHighlightedIndex(-1, { reason: 'auto', reRender: true });\n },\n });\n\n return (\n <>\n \n \n {\n const groupName = group!.group;\n const groupTotal = group!.options.length - 1 || 0;\n\n const currIndex = (state.indexInOwnGroup || 0) + 1;\n\n return (\n \n \n \n );\n }}\n optionsGroupList={optionsGroupList}\n renderGroup={(\n {\n label,\n freeSolo,\n id,\n error,\n unSelectable,\n isSuggestion,\n isError,\n group,\n ...restProps\n },\n { selected, expanded, expandIconProps },\n ) => {\n const groupTotal = group!.options.length - 1 || 0;\n const groupName = group!.group;\n\n const { onClick } = expandIconProps || {};\n\n return (\n \n \n\n \n {expandIconProps && (\n \n )}\n \n );\n }}\n />\n \n \n );\n};\n\nuseSuggestionListExample.storyName = 'useSuggestionList';\n",locationsMap:{"use-suggestion-list-example":{startLoc:{col:52,line:26},endLoc:{col:1,line:218},startBody:{col:52,line:26},endBody:{col:1,line:218}}}}},title:"🚀 Cleanup Components/Downshift/useSuggestionList"};exports.useSuggestionListExample=function(){var groupBy=react_1.useCallback((function(option){var _a;return(null===(_a=option.label)||void 0===_a?void 0:_a[0])||""}),[]),inputRef=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(void 0),2),groupExpanded=_a[0],setGroupExpanded=_a[1],_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],announce=juno_1.useAnnouncer(),_c=juno_1.useSuggestionList({inputRef,inputValue:value,options:options_1.options,groupVariant:"normal",groupExpanded,groupDefaultExpanded:!0,onSelect:function(e,option){var id=getItemProps({item:option,index:highlightedIndex}).id;console.log(option,id,id&&document.getElementById(id)),alert(option.label)},onInputChange:function(e){console.log(e),setValue(e||"")},filterOptions:function(options,_a){var inputValue=_a.inputValue;return options.filter((function(item){var _a;return null===(_a=item.label)||void 0===_a?void 0:_a.toLocaleLowerCase().includes(inputValue||"")}))},onGroupExpanded:function(group,groupStateMap){console.log(group,groupStateMap),announce(group.group+" Group being "+(group.expanded?"expanded":"collapsed")),setGroupExpanded(groupStateMap)},groupBy,getOptionDisabled:function(option){var currGroup=option.group;return option===(null==currGroup?void 0:currGroup.options[0])&&2===(null==currGroup?void 0:currGroup.options.length)}}),optionItems=_c.optionItems,highlightedIndex=_c.highlightedIndex,changeHighlightedIndexReason=_c.changeHighlightedIndexReason,getMenuProps=_c.getMenuProps,getInputProps=_c.getInputProps,getInputAriaProps=_c.getInputAriaProps,getLabelProps=_c.getLabelProps,getItemProps=_c.getItemProps,inputValue=_c.inputValue,optionsGroupList=_c.optionsGroupList,InputProps=(_c.setHighlightedIndex,getInputProps({onKeyDown:function(){},onBlur:function(){}}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,{label:"search item belong to group",variant:"outline",inputRef,value:inputValue,InputLabelProps:getLabelProps(),InputProps:tslib_1.__assign({inputComponent:juno_1.RcDownshiftInput},InputProps),inputProps:tslib_1.__assign({maxLength:30},getInputAriaProps())}),react_1.default.createElement(juno_1.RcBox,{width:300,height:300},react_1.default.createElement(juno_1.RcSuggestionList,{tabIndex:-1,highlightedIndex,options:optionItems,inputValue,getItemProps,getMenuProps,changeHighlightedIndexReason,maxContainerHeight:300,renderOption:function(_a,state){var label=_a.label,id=(_a.freeSolo,_a.id),group=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group),restProps=tslib_1.__rest(_a,["label","freeSolo","id","error","unSelectable","isSuggestion","isError","group"]),groupName=group.group,groupTotal=group.options.length-1||0,currIndex=(state.indexInOwnGroup||0)+1;return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id,component:"div",selected:state.selected,"aria-label":label+" at "+groupName+" group, "+currIndex+" of "+groupTotal},restProps),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"ext. 000"}))},optionsGroupList,renderGroup:function(_a,_b){var selected=_b.selected,expanded=_b.expanded,expandIconProps=_b.expandIconProps,label=_a.label,id=(_a.freeSolo,_a.id),group=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,_a.group),restProps=tslib_1.__rest(_a,["label","freeSolo","id","error","unSelectable","isSuggestion","isError","group"]),groupTotal=group.options.length-1||0,groupName=group.group,onClick=(expandIconProps||{}).onClick;return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({component:"div",id:""+id,selected},restProps,{"aria-label":"You are at "+groupName+" group, total "+groupTotal+" items",onClick}),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"("+(expanded?"open":"close")+")","aria-hidden":"true"}),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),expandIconProps&&react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({color:"content.brand"},expandIconProps,{symbol:juno_icon_1.ArrowDown2})))}})))},exports.useSuggestionListExample.storyName="useSuggestionList"},"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n flexCenterStyle,\n radius,\n RcAvatar,\n RcBox,\n RcButton,\n RcDialog,\n RcDialogContent,\n RcDialogTitle,\n RcDivider,\n RcDrawer,\n RcIcon,\n RcList,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcMenuItem,\n RcMenuList,\n RcPaper,\n RcSelect,\n RcSwitch,\n RcText,\n RcTypography,\n spacing,\n styled,\n} from '@ringcentral/juno';\nimport {\n Delete,\n Draft,\n Email,\n Inbox,\n NewEmail,\n SendFilled,\n Voicemail,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../Avatar/__stories__/img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Drawer',\n component: RcDrawer,\n argTypes: {\n ...sortInDocTable([\n 'anchor',\n 'inlinePaper',\n 'elevation',\n ]),\n ...notControlInDocTable(['open', 'variant']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DrawerProps = ComponentProps;\n\ntype Anchor = NonNullable;\n\nconst CustomPaper = styled(RcPaper)`\n ${flexCenterStyle}\n flex-direction: column;\n padding: ${spacing(4, 6, 3, 6)};\n\n .mt-2 {\n margin-top: ${spacing(2)};\n }\n`;\n\nconst List: FunctionComponent<{\n onClick: React.MouseEventHandler | undefined;\n}> = ({ onClick }) => (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n);\n\nexport const Drawer: Story = ({ children, ...args }) => {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n setOpen(true)}>open\n setOpen(false)}>\n setOpen(false)} />\n \n \n );\n};\n\nDrawer.storyName = 'Drawer';\n\nDrawer.args = {};\n\nDrawer.argTypes = {\n ...notControlInDocTable(['anchor', 'inlinePaper']),\n};\n\nDrawer.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/drawers',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const DrawerExamples: Story = ({\n children,\n inlinePaper,\n ...args\n}) => {\n const [state, setState] = React.useState({\n top: false,\n left: false,\n bottom: false,\n right: false,\n });\n\n const toggleDrawer =\n (anchor: Anchor, open: boolean) =>\n (\n event: React.KeyboardEvent | React.MouseEvent,\n reason?: 'backdropClick' | 'escapeKeyDown',\n ) => {\n console.log(event, reason);\n setState({ ...state, [anchor]: open });\n };\n\n return (\n
    \n {(['left', 'right', 'top', 'bottom'] as Anchor[]).map((anchor) => (\n \n {anchor}\n \n \n \n \n \n \n \n \n ))}\n
    \n );\n};\n\nDrawerExamples.args = {};\n\nDrawerExamples.argTypes = {\n ...notControlInDocTable(['anchor']),\n};\n\nexport const DrawerWithInlinePaper: Story = ({\n children,\n ...args\n}) => {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n setOpen(true)}>open\n setOpen(false)}\n >\n \n setOpen(false)} />\n \n \n \n );\n};\n\nDrawerWithInlinePaper.args = {\n anchor: 'bottom',\n radius: 'xl',\n};\n\n// https://stackoverflow.com/questions/11381673/detecting-a-mobile-browser\nfunction checkIsMobile() {\n let check = false;\n (function (a) {\n if (\n /(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(\n a,\n ) ||\n /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(\n a.substr(0, 4),\n )\n )\n check = true;\n })(navigator.userAgent || navigator.vendor || (window as any).opera);\n return check;\n}\n\nconst isMobile = checkIsMobile();\n\nconst Text = styled(RcText)`\n margin: ${spacing(4)};\n`;\n\nconst Button = styled(RcButton)`\n && {\n padding: ${spacing(5, 0)};\n }\n`;\n\nconst CustomDrawer = styled(RcDrawer)`\n ${RcPaper}${RcPaper} {\n min-width: 360px;\n border-radius: ${radius('md')};\n margin-bottom: ${spacing(2)};\n }\n`;\n\nconst DialogContent = styled(RcDialogContent)`\n && {\n padding: 0;\n }\n`;\n\nconst ListTitle = styled(RcText)`\n margin: ${spacing(2, 4)};\n`;\n\nListTitle.defaultProps = {\n color: 'neutral.f04',\n variant: 'caption1',\n};\n\nconst items = range(0, 20);\n\nexport const DrawerAndModalSwitchInDevice: Story = ({\n children,\n ...args\n}) => {\n const [open, setOpen] = useState(false);\n const [open2, setOpen2] = useState(false);\n\n const [mobile, setMobile] = useState(isMobile);\n\n const handleClose = () => setOpen(false);\n const handleClose2 = () => setOpen2(false);\n\n const header = (\n <>\n \n Are you sure you want to leave this webinar?\n \n \n \n );\n\n const confirm = (\n \n );\n\n const cancel = (\n \n Cancel\n \n );\n\n const content = (\n <>\n \n How Covid 19 has changed workplace permanently\n \n \n \n Host\n }>\n \n \n Panelists\n {items.map((x) => (\n }>\n \n \n ))}\n \n \n \n );\n\n return (\n <>\n setOpen(true)}>open confirm\n
    \n
    \n setOpen2(true)}>open details\n current is {mobile ? 'mobile' : 'desktop'}\n setMobile(!mobile)}>\n switch to {mobile ? 'desktop' : 'mobile'}\n \n {mobile ? (\n \n \n {header}\n {confirm}\n \n {cancel}\n \n ) : (\n \n {header}\n {confirm}\n {cancel}\n \n )}\n\n {mobile ? (\n \n {content}\n \n ) : (\n \n {content}\n \n )}\n \n );\n};\n\nDrawerAndModalSwitchInDevice.args = {\n anchor: 'bottom',\n radius: 'xl',\n};\n\nconst SelectDemo = () => {\n const [value, setValue] = useState(0);\n return (\n setValue(evt.target.value as any)}\n >\n {Array.from(new Array(20).keys()).map((item) => (\n \n MenuItem {item}\n \n ))}\n \n );\n};\n\nexport const MultiDrawer: Story = ({ children, ...args }) => {\n const [opens, setOpens] = useState({});\n const [keepDrawer, setKeepDrawer] = useState(true);\n\n return (\n <>\n setOpens({ ...opens, level_0: true })}>\n open Drawer 0\n \n setKeepDrawer(!keepDrawer)}\n />\n setOpens({ ...opens, level_0: false })}\n >\n Drawer 0\n \n \n \n \n ListItem 0 - 0\n ListItem 0 - 1\n ListItem 0 - 2\n \n setOpens({\n ...opens,\n level_1: true,\n level_0: !!keepDrawer,\n })\n }\n >\n Open Drawer 1\n
    \n setOpens({ ...opens, level_0: false })}>\n Close Drawer 0\n \n \n \n setOpens({ ...opens, level_1: false })}\n >\n Drawer 1\n \n \n ListItem 1 - 0\n ListItem 1 - 1\n \n setOpens({ ...opens, level_2: true, level_1: !!keepDrawer })\n }\n >\n Open Drawer 2\n
    ;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useForkRef",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useId",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useId"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-default_prefix"},"DEFAULT_PREFIX"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useid"},"useId"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," DEFAULT_PREFIX"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"DEFAULT_PREFIX"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"rc-juno-id-"'),' = "rc-juno-id-"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useId"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useId"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"id?"),": undefined | string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prefixMode?"),": undefined | false | true): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Generates a unique ID."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example")),"\nuseId() => 'rc-juno-id-xxxx'\nuseId('') => 'rc-juno-id-xxxx'\nuseId(null) => 'rc-juno-id-xxxx'\nuseId(undefined) => 'rc-juno-id-xxxx'\nuseId('nameId') => 'nameId'\nuseId('nameId', true) => 'nameId-xxxx'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"id?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," string"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Default component id or prefix id.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prefixMode?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Whether enable prefix the ID with.")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"unique ID"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useId",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useInterval",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useInterval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useinterval"},"useInterval"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useInterval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useInterval"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"callback"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"delay"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"startImmediately"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"controllable interval, provide easy way to control interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cancel: cancel current interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"pause: pause current interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"play: play current interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"getRunning: return current interval running state")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'const { cancel, play, pause } = useInterval(() => {\n console.log("interval be triggered");\n}, 1000);\n\n// get current run times\nuseInterval((times) => {\n console.log("current times start from 1", times);\n}, 2000);\n\n// not start interval immediately\nuseInterval(\n (times) => {\n console.log("current times start from 1", times);\n },\n 2000,\n false\n);\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"callback"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"times"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"times")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"delay"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"),"= 0"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"startImmediately"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean"),"= true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cancel"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getRunning"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pause"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"play"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useInterval",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useKeyDownOnce",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useKeyDownOnce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usekeydownonce"},"UseKeyDownOnce"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usekeydownonce"},"useKeyDownOnce"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseKeyDownOnce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseKeyDownOnce"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyDown"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyUp"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useKeyDownOnce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useKeyDownOnce"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"includeKeys"),": string[], ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide user trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"onKeyDown")," only one time when hold press on key."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"includeKeys"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that check include keys"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyDown"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyUp"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyUp"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useKeyDownOnce",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/moveIndexInTwoDimension.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/moveIndexInTwoDimension",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"moveIndexInTwoDimension"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#moveindexintwodimensionaloptions"},"MoveIndexInTwoDimensionalOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#moveindexintwodimension"},"moveIndexInTwoDimension"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"MoveIndexInTwoDimensionalOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"MoveIndexInTwoDimensionalOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"columns"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"currIndex"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"infinite"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'boolean | "order"'))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"total"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"moveIndexInTwoDimension"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"moveIndexInTwoDimension"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"direction"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#moveindexintwodimensionaloptions"},"MoveIndexInTwoDimensionalOptions"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that can move index in column array"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"direction")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#moveindexintwodimensionaloptions"},"MoveIndexInTwoDimensionalOptions"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/moveIndexInTwoDimension",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useKeyboardMoveFocus.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useKeyboardMoveFocus",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useKeyboardMoveFocus"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usekeyboardmovefocusparams"},"UseKeyboardMoveFocusParams"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usekeyboardmovefocus"},"useKeyboardMoveFocus"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseKeyboardMoveFocusParams"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseKeyboardMoveFocusParams"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'object & Pick‹MoveIndexInTwoDimensionalOptions, "infinite"›')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useKeyboardMoveFocus"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useKeyboardMoveFocus"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"use keyboard move index in two dimensional"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"columns")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"endSearchDebounceTime")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"500")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"focusedIndexRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"MutableRefObject‹number›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"getOptionDisabled")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"getOptionSearchText")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"infinite")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true ","|",' "order"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onFocusedIndexChange")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getNextFocusableOption"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getPrevFocusableOption"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyFocusedIndexHandle"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"onKeyFocusedIndexHandle")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useKeyboardMoveFocus",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useOnlyOneFocusable",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useOnlyOneFocusable"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useonlyonefocusableparams"},"UseOnlyOneFocusableParams"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-move_attr_key"},"MOVE_ATTR_KEY"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useonlyonefocusable"},"useOnlyOneFocusable"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseOnlyOneFocusableParams"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseOnlyOneFocusableParams"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"containerRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLElement›"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusedIndexRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹number›"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"retryOptions"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"UseRetryOptions")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," MOVE_ATTR_KEY"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"MOVE_ATTR_KEY"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"data-move-focused"'),' = "data-move-focused"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useOnlyOneFocusable"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useOnlyOneFocusable"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"when focus in container below element with binding ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"getItemProps"),",\nthat will only have one element can be focusable."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"containerRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"focusedIndexRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"MutableRefObject‹number›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"retryOptions")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusIndex"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"retry")," = focusIndexWithRetry")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"moveFocusedId"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"setIndexTabIndex"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"setIndexTabIndex"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getItemProps"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"index"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),': Omit‹HTMLAttributes‹HTMLElement›, "children"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useOnlyOneFocusable",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useLongPress",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useLongPress"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Interfaces"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"interfaces/uselongpressoptions.md"},"UseLongPressOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#uselongpresseventreason"},"UseLongPressEventReason")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#uselongpressinput"},"UseLongPressInput")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#uselongpressoutput"},"UseLongPressOutput"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-uselongpress"},"useLongPress"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseLongPressEventReason"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseLongPressEventReason"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"keyboard" | "click" | "tap"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseLongPressInput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseLongPressInput"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object & UseTouchMouseEvent‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseLongPressOutput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseLongPressOutput"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onPress"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTap"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useLongPress"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useLongPress"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide longPress helper, both ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"click"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"tab"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keydown")," will trigger event"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onTap")," when user action leave small than delay time."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPress")," when action time is long than delay time.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"default"))," UseLongPressOptions { isPreventDefault = true, delay = 300 }"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onPress")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTap")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onContextMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseUpArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchEnd")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchStart")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"delay")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"300")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"isPreventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onContextMenu"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleContextMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyDown"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyUp"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ref"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLElement›")," = elmRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UseLongPressOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-delay"},"delay")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ispreventdefault"},"isPreventDefault"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," delay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"delay"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"the longPress delay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," isPreventDefault"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isPreventDefault"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"is prevent all non need event"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useLongPress",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useMountState/__stories__/useMountState.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useMountState",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useMountState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usemountstate"},"useMountState"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useMountState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useMountState"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹boolean›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get that component mounted state ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ref")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'const isMountedRef = useMountState();\n\nif (isMountedRef.current) {\n console.log("component mounted");\n}\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹boolean›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useMountState",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useOnReRender",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useOnReRender"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useonrerender"},"useOnReRender"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useOnReRender"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useOnReRender"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"deps?"),": DependencyList): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"only trigger when re-render, not trigger on component first render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DependencyList")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useOnReRender",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useOverflow",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useOverflow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useoverflow"},"useOverflow"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useOverflow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useOverflow"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"innerRef"),": RefObject‹HTMLElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"performance"),": PerformanceOptions): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"trigger when overflow state change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"innerRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"state"),": boolean, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"state"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"value"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"clientHeight")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"clientWidth")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"scrollHeight")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"scrollWidth")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"performance"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"PerformanceOptions"),"= {\nmode: 'throttle',\ntime: 200,\n}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useOverflow",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/usePrevious",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"usePrevious"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useprevious"},"usePrevious"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"usePrevious"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"usePrevious"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"isDefault?"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get previous render value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that get method of target value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isDefault"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", the first time will get value from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"previous value get from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/usePrevious",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useRefState",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useRefState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-userefstate"},"useRefState"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useRefState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useRefState"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"customUpdate?"),": undefined | function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"[MutableRefObject‹T›, (Anonymous function)]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Returns a stateful like state with Ref, and a function to update it current value.\ncan trigger update value without re-render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const [inputRef, updateInput] = useRefState(123);\n\nif (needReRender) {\n updateInput(456); // trigger re-render\n} else {\n updateInput(456, false); // not trigger re-render\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"init value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"customUpdate?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"you can custom you update method, or just set your ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"forceUpdate")," to reuse same instance")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"[MutableRefObject‹T›, (Anonymous function)]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"an array with ","[ref, update]"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useRefState",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useResizeObserver",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useResizeObserver"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#performanceoptions"},"PerformanceOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-getresizeobserver"},"getResizeObserver")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useresizeobserver"},"useResizeObserver"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"PerformanceOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"PerformanceOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ignoreFireWhenObserve"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"mode"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"debounce" | "throttle" | "none"'))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"time"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," getResizeObserver"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getResizeObserver"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"callback"),": ResizeObserverCallback, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"externalWindow"),": undefined | Window): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"callback")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ResizeObserverCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ResizeObserverCallback")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"externalWindow")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," Window"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"options that external window")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useResizeObserver"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useResizeObserver"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ref"),": RefObject‹HTMLElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"callback"),": ResizeObserverCallback, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"performance"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#performanceoptions"},"PerformanceOptions"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get resize event with auto disconnect when layout destroy.\nbring with debounce for event not too many"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"ref")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"that ref for element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"callback")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ResizeObserverCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"callback when element resize")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"performance")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#performanceoptions"},"PerformanceOptions")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"{}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"options that improve performance")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useResizeObserver",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useResponsiveMatch",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useResponsiveMatch"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useresponsivematch"},"useResponsiveMatch"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useResponsiveMatch"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useResponsiveMatch"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"defaultBreakpoint?"),": MatchedBreakpoint): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"BreakpointMatchMap")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get all matched breakpoints"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultBreakpoint?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"MatchedBreakpoint"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"use defaultBreakpoint when Responsive init (will pass undefined)")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"BreakpointMatchMap")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useResponsiveMatch",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useResultRef",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useResultRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useresultref"},"useResultRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useResultRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useResultRef"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"provide a ref for only calculate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb")," once\nprevent ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useRef(getValue())"),", that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"getValue")," calculate every re-render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that get method of get this ref init value, only calculate once"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"same as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useRef")," result"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useResultRef",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useRetry",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useRetry"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useretryoptions"},"UseRetryOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useretry"},"useRetry"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseRetryOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseRetryOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"intervalTime"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onCancel"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onComplete"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onStart"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onSuccess"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"retryTimes"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useRetry"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useRetry"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#useretryoptions"},"UseRetryOptions"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"retry times when exec callback fail"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"retry"),": that will auto add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"times")," end of your call back"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"cancel"),": cancel that retry event, that only cancel inner interval promise, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"if you need cancel your ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"cb")," promise, you should handle by yourself."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"cb")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#useretryoptions"},"UseRetryOptions"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cancel"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"cancel"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"retry"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"retry")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useRetry",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useSleep",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useSleep"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usesleep"},"useSleep"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useSleep"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useSleep"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"cancelable sleep method."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"sleep: a promise sleep"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cancel: cancel that sleep event"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"getSleeping: get current sleeping state")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cancel"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"cancel"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"sleep"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"sleep"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getSleeping"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useSleep",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useThrottle",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useThrottle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usethrottle"},"useThrottle"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useThrottle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useThrottle"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fn"),": F, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"debounceTime"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"provide a throttle method for throttle method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"fn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"F"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"method for throttle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"debounceTime")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"200"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useThrottle",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useTouchMouseEvent",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useTouchMouseEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Interfaces"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"interfaces/usetouchmouseevent.md"},"UseTouchMouseEvent")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"interfaces/usetouchmouseeventoptions.md"},"UseTouchMouseEventOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-iselmequalorcontainref"},"isElmEqualOrContainRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usetouchmouseevent"},"useTouchMouseEvent"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," isElmEqualOrContainRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isElmEqualOrContainRef"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elm"),": Element | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elmRef"),": RefObject‹HTMLElement›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elm")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Element ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elmRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useTouchMouseEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useTouchMouseEvent"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide a utils for switch trigger touch event or mouse event between different device"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"touch")," event in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"touch support")," device",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onTouchStart"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onTouchEnd"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"mouse")," event in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"non touch support")," device",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onMouseDown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onMouseUp")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent"},"https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Event order:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"touchstart"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Zero or more touchmove events, depending on movement of the finger(s)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"touchend"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"mousemove"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"mousedown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"mouseup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"click")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseDownArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseUpArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchEndArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchStartArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"isPreventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseDown"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"bivarianceHack"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseUp"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchEnd"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchStart"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UseTouchMouseEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-onmousedown"},"onMouseDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-onmouseup"},"onMouseUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ontouchend"},"onTouchEnd")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ontouchstart"},"onTouchStart"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onMouseDown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseDown"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MouseEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onMouseUp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseUp"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MouseEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onTouchEnd"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchEnd"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"TouchEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onTouchStart"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchStart"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"TouchEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UseTouchMouseEventOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ispreventdefault"},"isPreventDefault"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," isPreventDefault"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isPreventDefault"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useTouchMouseEvent",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/GlobalScrollBarStyle",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"GlobalScrollBarStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcglobalscrollbarstyle"},"RcGlobalScrollBarStyle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-scrollbarcolor"},"scrollBarColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcGlobalScrollBarStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcGlobalScrollBarStyle"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"GlobalStyleClass‹object, object & object & DefaultTheme & object›")," = createGlobalStyle`\n/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"}," Firefox-only "),"/"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"{\nscrollbar-color: ${scrollBarColor} transparent;\n}\n/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"li"},"\n/")," Works on Chrome/Edge/Safari ","*","/\n::-webkit-scrollbar {\nwidth: 10px;\nheight: 10px;\n};")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"::-webkit-scrollbar-track {\nbackground-color: transparent;\n};"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"::-webkit-scrollbar-thumb {\nbackground-color: ${scrollBarColor};\nborder-radius: 10px;\n};\n`"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide you to change whole app scrollBar color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," scrollBarColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"scrollBarColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"rgba(80,80,80,0.7)"'),' = "rgba(80,80,80,0.7)"'))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/GlobalScrollBarStyle",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyleGuide.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/Custom Scroll bar",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"GlobalScrollBarStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"GlobalScrollBarStyle")," overwrite browser scroll bar follow by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"juno")," style.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%92%85-style-system-utils-globalscrollbarstyle--global-scroll-bar-style-example"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { RcThemeProvider, RcGlobalScrollBarStyle } from '@ringcentral/juno';\n\nconst App = () => {\n return (\n \n \n \n );\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"💅-style-system-utils-globalscrollbarstyle--global-scroll-bar-style-example",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/Custom Scroll bar",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/colorManipulator.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/colorManipulator",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"colorManipulator"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#darken"},"darken")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-getcontrastbgcolor"},"getContrastBgColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#lighten"},"lighten"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"darken"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"darken"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"colorInput"),": ReturnType‹typeof palette2›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"coefficient"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get darken coefficient of color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'const Darken = styled(Basic)`\n background-color: ${darken(palette2("interactive", "b02"), 0.5)};\n`;\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"colorInput")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ReturnType‹typeof palette2›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coefficient")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," getContrastBgColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getContrastBgColor"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get color from palette, and contrast color defined in mui"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const [currColor, contrastBgColor] = getContrastBgColor(props);\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|",' "highContrast" ',"|",' "subAction" ',"|",' "action.grayDark" ',"|",' "action.grayLight" ',"|",' "action.primary" ',"|",' "avatar.ash" ',"|",' "avatar.blueberry" ',"|",' "avatar.brass" ',"|",' "avatar.global" ',"|",' "avatar.gold" ',"|",' "avatar.lake" ',"|",' "avatar.oasis" ',"|",' "avatar.pear" ',"|",' "avatar.persimmon" ',"|",' "avatar.sage" ',"|",' "avatar.tomato" ',"|",' "content.brand" ',"|",' "danger.b01" ',"|",' "danger.b02" ',"|",' "danger.b03" ',"|",' "danger.b04" ',"|",' "danger.f01" ',"|",' "danger.f02" ',"|",' "danger.f11" ',"|",' "dialHeader.avatarBg" ',"|",' "dialHeader.avatarIcon" ',"|",' "dialHeader.bg" ',"|",' "dialHeader.focusBorder" ',"|",' "dialHeader.icon" ',"|",' "dialHeader.text" ',"|",' "dialHeader.textHint" ',"|",' "disabled.b01" ',"|",' "disabled.f01" ',"|",' "disabled.f02" ',"|",' "header.bgLeft" ',"|",' "header.bgOverlay" ',"|",' "header.bgOverlayDisabled" ',"|",' "header.bgRight" ',"|",' "header.border" ',"|",' "header.divider" ',"|",' "header.fabBg" ',"|",' "header.fabIcon" ',"|",' "header.focusBorder" ',"|",' "header.icon" ',"|",' "header.iconDisabled" ',"|",' "header.text" ',"|",' "header.textHint" ',"|",' "highlight.b01" ',"|",' "highlight.b02" ',"|",' "highlight.b03" ',"|",' "highlight.f01" ',"|",' "highlight.f02" ',"|",' "informative.b01" ',"|",' "informative.f01" ',"|",' "informative.f02" ',"|",' "interactive.b01" ',"|",' "interactive.b02" ',"|",' "interactive.f01" ',"|",' "label.black02" ',"|",' "label.blue01" ',"|",' "label.blue02" ',"|",' "label.green01" ',"|",' "label.green02" ',"|",' "label.orange01" ',"|",' "label.orange02" ',"|",' "label.purple01" ',"|",' "label.purple02" ',"|",' "label.red01" ',"|",' "label.red02" ',"|",' "label.teal01" ',"|",' "label.teal02" ',"|",' "label.yellow01" ',"|",' "label.yellow02" ',"|",' "nav.b01" ',"|",' "nav.b02" ',"|",' "nav.bookmark" ',"|",' "nav.ctlDefault" ',"|",' "nav.ctlSelected" ',"|",' "nav.f01" ',"|",' "nav.f02" ',"|",' "nav.f03" ',"|",' "nav.f04" ',"|",' "nav.iconDefault" ',"|",' "nav.iconSelected" ',"|",' "nav.line" ',"|",' "nav.mention" ',"|",' "nav.menuBg" ',"|",' "nav.menuText" ',"|",' "neutral.b01" ',"|",' "neutral.b02" ',"|",' "neutral.b03" ',"|",' "neutral.b04" ',"|",' "neutral.b05" ',"|",' "neutral.b06" ',"|",' "neutral.elevation" ',"|",' "neutral.f01" ',"|",' "neutral.f02" ',"|",' "neutral.f03" ',"|",' "neutral.f04" ',"|",' "neutral.f05" ',"|",' "neutral.f06" ',"|",' "neutral.f07" ',"|",' "neutral.f11" ',"|",' "neutral.l01" ',"|",' "neutral.l02" ',"|",' "neutral.l03" ',"|",' "neutral.l04" ',"|",' "neutral.transparent" ',"|",' "presence.available" ',"|",' "presence.busy" ',"|",' "presence.invisible" ',"|",' "success.b01" ',"|",' "success.b02" ',"|",' "success.b03" ',"|",' "success.b04" ',"|",' "success.b05" ',"|",' "success.f01" ',"|",' "success.f02" ',"|",' "success.f11" ',"|",' "tab.default" ',"|",' "tab.selected" ',"|",' "umi.bg" ',"|",' "umi.mentioned" ',"|",' "umi.text" ',"|",' "warning.b01" ',"|",' "warning.b02" ',"|",' "warning.b03" ',"|",' "warning.f01" ',"|",' "warning.f02" ',"|",' "warning.f11"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"lighten"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"lighten"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"colorInput"),": ReturnType‹typeof palette2› | string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"coefficient"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get lighten coefficient of color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'const Lighten = styled(Basic)`\n background-color: ${lighten(palette2("interactive", "b02"), 0.5)};\n`;\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"colorInput")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ReturnType‹typeof palette2› ","|"," string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coefficient")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/colorManipulator",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/ellipsis.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/ellipsis",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"ellipsis"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#ellipsis"},"ellipsis"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"ellipsis"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ellipsis"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"ellipsis style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"white-space: nowrap;\noverflow: hidden;\ntext-overflow: ellipsis;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/ellipsis",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/fakeBorder.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/fakeBorder",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"fakeBorder"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#fakeborderoption"},"FakeBorderOption")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#shadowborderparams"},"ShadowBorderParams"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-fakeborder"},"fakeBorder"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"FakeBorderOption"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"FakeBorderOption"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"allowTransparent"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"color"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ShadowBorderParams","[1]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inset"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pseudo"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"radius"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ShadowBorderParams","[0]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"size"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"ShadowBorderParams"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ShadowBorderParams"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Parameters‹typeof shadowBorder›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," fakeBorder"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"fakeBorder"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"allowTransparent")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"palette2('highContrast')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"inset")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"pseudo")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"radius")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|",' "circle" ',"|",' "lg" ',"|",' "md" ',"|",' "round" ',"|",' "sm" ',"|",' "xl" ',"|",' "xxl" ',"|",' "zero"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"size")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"1")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/fakeBorder",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/flexCenter.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/flexCenter",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"flexCenter"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-flexcenterstyle"},"flexCenterStyle"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," flexCenterStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"flexCenterStyle"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")," = css",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"}," display: flex; justify-content: center; align-items: center;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"apply flex center style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre"},"// display: flex;\n// justify-content: center;\n// align-items: center;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/flexCenter",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/flexWidth.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/flexWidth",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"flexWidth"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-flexwidth"},"flexWidth"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," flexWidth"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"flexWidth"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"width"),': LiteralUnion‹"auto"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"flex width set"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'`${flexWidth("auto")}`// flex: 1 1 auto\n// max-width: unset\n// max-width: unset\n\n`${flexWidth("500px")}`;\n// flex: 1 1 500px\n// max-width: 500px\n// max-width: 500px\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"width")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'LiteralUnion‹"auto"›')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/flexWidth",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/focusVisible.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/focusVisible",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"focusVisible"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focusvisible"},"focusVisible")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focusvisiblecolor"},"focusVisibleColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focuswithin"},"focusWithin"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focusvisibleshadowstyle"},"focusVisibleShadowStyle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-shadowborder"},"shadowBorder"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusVisible"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusVisible"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"&.focus-visible, &',"[data-focus-visible-added]",'"'),' = "&.focus-visible, &',"[data-focus-visible-added]",'"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusVisibleColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusVisibleColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = palette2('interactive', 'f01')"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusWithin"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusWithin"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"&:hover, &:focus-within"'),' = "&:hover, &:focus-within"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusVisibleShadowStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusVisibleShadowStyle"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"r?"),": Parameters‹typeof radius›","[0]",", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color?"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"r?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Parameters‹typeof radius›","[0]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," shadowBorder"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"shadowBorder"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"r"),": Parameters‹typeof radius›","[0]",", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),": any, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inset"),": boolean, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"r")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Parameters‹typeof radius›","[0]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'"zero"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"focusVisibleColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"inset")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"size")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"1")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/focusVisible",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/lineClamp.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/lineClamp",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"lineClamp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#lineclamp"},"lineClamp"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"lineClamp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"lineClamp"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"lineNumber"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"maxHeight"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"lineClamp helper"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"lineNumber")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"maxHeight")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/lineClamp",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/newPalette.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/newPalette",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"newPalette"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#nu"},"NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#palettereturntype"},"PaletteReturnType")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#pl"},"Pl"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#getpalettecolor"},"getPaletteColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#getparsepalettecolor"},"getParsePaletteColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#palette2"},"palette2"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"NU"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"NU"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"PaletteReturnType"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"PaletteReturnType"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Pl"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Pl"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RcPalette")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"getPaletteColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getPaletteColor"),"(...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"args"),": any[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...args")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"getParsePaletteColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getParsePaletteColor"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color?"),": RcPaletteProp, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"defaultColor?"),": RcPaletteProp | null, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useMain"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultColor?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp ","|"," null"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"useMain")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"palette2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop2"),": P2): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop2"),": P2, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop3"),": P3): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">","[P2]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop3")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P3"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P4"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop2"),": P2, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop3"),": P3, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop4"),": P4): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">","[P2]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P4"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">","[P2]",">","[P3]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop3")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P3"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop4")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P4"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/newPalette",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/nonStyleButton.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/nonStyleButton",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"nonStyleButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#nonstylebutton"},"nonStyleButton"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"nonStyleButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"nonStyleButton"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"reset browser button style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/nonStyleButton",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/nonTouchHoverMedia.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/nonTouchHoverMedia",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"nonTouchHoverMedia"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-nontouchhovermedia"},"nonTouchHoverMedia"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," nonTouchHoverMedia"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"nonTouchHoverMedia"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"@media (hover: hover) and (pointer: fine)"'),' = "@media (hover: hover) and (pointer: fine)"'))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/nonTouchHoverMedia",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/opacity.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/opacity",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#doalpha"},"doAlpha")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#opacity"},"opacity"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"doAlpha"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"doAlpha"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"opacity"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"theme"),": RcTheme): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"inner method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"opacity")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcTheme")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"opacity"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": keyof RcTheme",'["opacity"]',", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"reverse?"),": undefined | false | true): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["opacity"]')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"reverse?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/opacity",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/paletteContrastText.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/paletteContrastText",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"paletteContrastText"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#palettecontrasttext"},"paletteContrastText"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"paletteContrastText"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"paletteContrastText"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"colorFn"),": ReturnType‹typeof palette2›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get current palette contrast text"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"colorFn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ReturnType‹typeof palette2›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/paletteContrastText",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/px.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/px",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"px"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#px"},"px"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"px"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"px"),"(...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"values"),": number[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"add px for values\npx(1, 2, 3, 4); // returns: 1px 2px 3px 4px"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...values")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null})))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/px",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/radius.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/radius",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#radius"},"radius"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"radius"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": keyof RcTheme",'["radius"]',"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["radius"]')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/radius",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/shadows.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/shadows",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"shadows"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#shadows"},"shadows"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"shadows"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"shadows"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elevation"),": keyof RcTheme",'["shadows"]',"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"shadow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elevation")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["shadows"]'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"0 ~ 24 for different elevation shadow")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/shadows",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/spacing.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/spacing",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#spacing"},"spacing")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#spacingunit"},"spacingUnit")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#tospacing"},"toSpacing"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"spacing"),"(...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"values"),": number[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...values")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null})))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"spacingUnit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"spacingUnit"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"values"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"spacing unit value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"values")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null})))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"toSpacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"toSpacing"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/spacing",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/typography.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/typography",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"typography"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#typography"},"typography")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#typographyprop"},"typographyProp"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"typography"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"typography"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": RcTypographyKeys, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fontOnly"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get typography style from token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'typography("body1");\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcTypographyKeys"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"fontOnly")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"false")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"typographyProp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"typographyProp"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": RcTypographyKeys, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"key"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | (Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get typography key value with token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'typographyProp("body1", "fontSize");\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcTypographyKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"key")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | (Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/typography",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/zIndex.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/zIndex",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#zindex"},"zIndex"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"zIndex"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": keyof RcTheme",'["zIndex"]',"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["zIndex"]')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/zIndex",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/ThemeSwitcherProvider.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/theme/ThemeSwitcherProvider",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"ThemeSwitcherProvider"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcdefaultdarktheme"},"RcDefaultDarkTheme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcdefaulthighcontrasttheme"},"RcDefaultHighContrastTheme"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcthemeswitcherprovider"},"RcThemeSwitcherProvider"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Object literals"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcthemeswitcherdefaulttheme"},"RcThemeSwitcherDefaultTheme"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcDefaultDarkTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcDefaultDarkTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")," = darkTheme as RcThemeInput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcDefaultHighContrastTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcDefaultHighContrastTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")," = highContrast as RcThemeInput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcThemeSwitcherProvider"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcThemeSwitcherProvider"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Element‹›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"children")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," null ","|"," string ","|"," number ","|"," false ","|"," true ","|"," object ","|"," ReactElement‹any, string ","|"," function ","|"," object› ","|"," ReactNodeArray‹› ","|"," ReactPortal‹›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultTheme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcThemeSwitcherDefaultTheme.defaultTheme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"themeMap")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object ","|"," object"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcThemeSwitcherDefaultTheme.themeMap")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Element‹›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Object literals"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcThemeSwitcherDefaultTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"h3"},"RcThemeSwitcherDefaultTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"h3"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"defaultTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"defaultTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string"),' = "light"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"themeMap"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"light"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"li"},"object"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/theme/ThemeSwitcherProvider",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/useThemeSwitcher.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/theme/useThemeSwitcher",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useThemeSwitcher"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usethemeswitcher"},"useThemeSwitcher"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useThemeSwitcher"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useThemeSwitcher"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object & object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object & object")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/theme/useThemeSwitcher",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/theme/useThemeProps",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useThemeProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usethemeprops"},"useThemeProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useThemeProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useThemeProps"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"use combine props from default theme props"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," stories ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/?path=/story/api-reference-hooks-usethemeprops--page"},"🔧-foundation-hooks-usethemeprops--use-theme-props-example")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%94%A7-foundation-hooks-usethemeprops--use-theme-props-example"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🔧-foundation-hooks-usethemeprops--use-theme-props-example",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof RcComponentsProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/theme/useThemeProps",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseColor.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseColor",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basecolor"},"BaseColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbasecolor"},"RcBaseColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"action"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"default"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"error"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inherit"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"negative"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"neutral"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"positive"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"primary"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"secondary"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseColor",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseDirection.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseDirection",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseDirection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basedirections"},"BaseDirections")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbasedirection"},"RcBaseDirection"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseDirections"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseDirections"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"horizontal"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"vertical"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseDirection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseDirection"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseDirection",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseFormControlLabel.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseFormControlLabel",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseFormControlLabel"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbaseformcontrollabelprops"},"RcBaseFormControlLabelProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseFormControlLabelProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseFormControlLabelProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'object & RcBaseProps‹MuiFormControlLabelProps, "label" | "labelPlacement" | "control"›')))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseFormControlLabel",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseLabelPlacement.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseLabelPlacement",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseLabelPlacement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#baselabelplacement"},"BaseLabelPlacement")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbaselabelplacement"},"RcBaseLabelPlacement"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseLabelPlacement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseLabelPlacement"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"bottom"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"end"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"start"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"top"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseLabelPlacement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseLabelPlacement"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseLabelPlacement",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseProps.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseProps",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbaseprops"},"RcBaseProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Omit‹T, K›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseProps",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseSize.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseSize",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basesizekey"},"BaseSizeKey")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basesizes"},"BaseSizes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbasesize"},"RcBaseSize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseSizeKey"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseSizeKey"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof BaseSizes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseSizes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseSizes"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inherit"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"large"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"medium"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"small"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xlarge"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xsmall"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxlarge"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxsmall"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxxlarge"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxxsmall"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseSize"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseSize",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/UnionOmit.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/UnionOmit",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UnionOmit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#literalunion"},"LiteralUnion")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#unionomit"},"UnionOmit")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#unionpick"},"UnionPick"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"LiteralUnion"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"LiteralUnion"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T | string & object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UnionOmit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UnionOmit"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Omit, K>")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UnionPick"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UnionPick"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick, K>")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/UnionOmit",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/UnitMap.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/UnitMap",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UnitMap"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#classes"},"Classes"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Classes"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ClassesReturn‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get type of ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes")," prop"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"returns"))," classes type of prop"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/UnitMap",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/deepPartial.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/deepPartial",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"deepPartial"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#deeppartial"},"DeepPartial"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"DeepPartial"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"DeepPartial"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/deepPartial",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/notNullRecord.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/notNullRecord",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"notNullRecord"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#notnullrecord"},"NotNullRecord"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"NotNullRecord"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"NotNullRecord"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Partial‹Record‹NonNullable‹T›, K››")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/notNullRecord",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/classes.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/classes",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcclassesprops"},"RcClassesProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcclasses"},"RcClasses"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcClassesProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcClassesProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"classes"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"li"},"Partial‹ClassNameMap‹T››"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcClasses"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcClasses"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),": Classes‹T›[], ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prefix"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"classes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Classes‹T›[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prefix")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/classes",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/combineProps.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/combineProps",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"combineProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#groupchildprops"},"GroupChildProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-combineclasses"},"combineClasses")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-combineprops"},"combineProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-innercombineprops"},"innerCombineProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#mergechildprops"},"mergeChildProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"GroupChildProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"GroupChildProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"baseProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"combineAllString"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"coverPropKeys"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any[]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"newProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," combineClasses"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"combineClasses"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"baseClasses"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"newClasses"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Combine two classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"combineClasses(\n{\nroot: 'a1',\ninput: 'a1',\nun1: undefined,\nun2: 'a4',\n},\n{\nroot: 'a1',\ninput: 'a2',\nun1: 'a3',\nun2: undefined,\nun3: 'a5',\n},\n)\n// output result:\n{\nroot: 'a1 a1',\ninput: 'a1 a2',\nun1: 'a3',\nun2: 'a4',\nun3: 'a5',\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"baseClasses")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"base classes you want to combine together")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"newClasses")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"new classes want to combine in to props")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," combineProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"combineProps"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"baseProps"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"newProps"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"coverPropKeys?"),": keyof T[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Combine props object together"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that will group className, classes together\nfunction will auto combine together,\ntrigger order is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"intoProps.someFn(e) => defaultProps.someFn(e)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"combineProps(\n{\nchildren: ,\nvalue: '1',\nclassName: 'a1',\nclasses: {\nroot: 'root1'\n},\ncount: 1,\nsize: 'large',\nonClick: fn1\n},\n{\nchildren: ,\nvalue: '2',\nclassName: 'a2',\nclasses: {\nroot: 'root2'\n},\ncount: 2,\nsize: undefined,\nonClick: fn2\n},\n)\n// output result:\n{\nchildren: ,\nvalue: '2',\nclassName: 'a1 a2',\nclasses: {\nroot: 'root1 root2'\n},\ncount: 2,\nsize: 'large',\nonClick: (e) => {\nfn2(e);\nfn1(e);\n}\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"baseProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"base props you want to combine together")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"newProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"want to combine in to props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coverPropKeys?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof T[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"some prop key you want to cover, not combine when type is function, ex. ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"ComponentType"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," innerCombineProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"innerCombineProps"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"params"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#groupchildprops"},"GroupChildProps"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"params")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#groupchildprops"},"GroupChildProps"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"mergeChildProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"mergeChildProps"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"baseProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"combineAllString")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coverPropKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," any[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"newProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/combineProps",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/deepmerge.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/deepmerge",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"deepmerge"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#deepmerge"},"deepmerge"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"deepmerge"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deepmerge"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"x"),": Partial‹T›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"y"),": Partial‹T›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"deep merge two object"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"x")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"y")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deepmerge"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T2"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"x"),": Partial‹T1›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"y"),": Partial‹T2›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T1 & T2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"x")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T1›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"y")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T2›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T1 & T2")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/deepmerge",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/getScrollbarSize.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/getScrollbarSize",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"getScrollbarSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-getscrollbarsize"},"getScrollbarSize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," getScrollbarSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getScrollbarSize"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = MuiGetScrollbarSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get document scrollbar size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"this method inside mui utils"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/utils/getScrollbarSize.js"},"mui-source")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/getScrollbarSize",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/hasValue.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/hasValue",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"hasValue"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-hasvalue"},"hasValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-isfilled"},"isFilled"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," hasValue"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"hasValue"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = MuiHasValue"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Copy from Mui"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://facebook.github.io/react/docs/forms.html#controlled-components"},"https://facebook.github.io/react/docs/forms.html#controlled-components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"param"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"returns"))," true if string (including '') or number (including zero)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," isFilled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isFilled"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = MuiIsFilled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Determine if field is empty or filled.\nResponse determines if label is presented above field or as placeholder."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"param"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"param"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"returns"))," False when not present or empty string.\nTrue when any number or string with length."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"SSR?"),": undefined | false | true): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"obj"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"SSR"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/hasValue",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/isRcElement.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/isRcElement",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"isRcElement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#isrcelement"},"isRcElement"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"isRcElement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isRcElement"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"element"),": any, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"names"),": string[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"element is ReactElement‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"names")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"element is ReactElement‹T›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/isRcElement",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/isRef.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/isRef",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"isRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-isref"},"isRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," isRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isRef"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"obj is RefObject‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"obj is RefObject‹T›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/isRef",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/isUrl.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/isUrl",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"isUrl"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#isurl"},"isUrl"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"isUrl"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isUrl"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"url"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | RegExpMatchArray‹›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"url")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | RegExpMatchArray‹›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/isUrl",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/omit.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/omit",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"omit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-omit"},"omit"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," omit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"omit"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),": T | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keys"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Partial‹object›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"enhance lodash type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof T[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"classes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"keys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Partial‹object›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/omit",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/outerSize.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/outerSize",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"outerSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#outersize"},"outerSize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"outerSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"outerSize"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"el"),": HTMLElement): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get that full height and margin with margin\nthat will ignore transform animation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"el")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"HTMLElement")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"height"),":")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"width"),":"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/outerSize",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/parseColor.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/parseColor",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"parseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcparsecolor"},"RcParseColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#parsecolor"},"parseColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcParseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcParseColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ReturnType‹typeof parseColor›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"parseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"parseColor"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color?"),": RcPaletteProp, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"defaultColor?"),": RcPaletteProp | null, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useMain"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | string & object | string[] | function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"income color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultColor?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp ","|"," null"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"when not income color use default color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"useMain")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"is use primary.main to set color when not have value")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | string & object | string[] | function")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/parseColor",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/pick.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/pick",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"pick"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-pick"},"pick"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," pick"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pick"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),": T | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keys"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"enhance lodash type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof T[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"classes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"keys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/pick",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/preloadImg.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/preloadImg",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"preloadImg"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#preloadimg"},"preloadImg"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"preloadImg"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"preloadImg"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"url"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Promise‹void›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"preload image file"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"url")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Promise‹void›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/preloadImg",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/removeClassName.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/removeClassName",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"removeClassName"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#cleanclass"},"cleanClass")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#removeclassname"},"removeClassName"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"cleanClass"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cleanClass"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elm"),": Element, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"removeClass"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elm")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"removeClass")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"removeClassName"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"removeClassName"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elmRef"),": RefObject‹HTMLElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"removeClass"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elmRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"removeClass")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/removeClassName",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/selectionHandler.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/selectionHandler",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"selectionHandler"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#clearwindowselection"},"clearWindowSelection")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#getselectionposition"},"getSelectionPosition")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#setselectionposition"},"setSelectionPosition"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"clearWindowSelection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"clearWindowSelection"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"clean whole selection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"getSelectionPosition"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getSelectionPosition"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inputRef"),": RefObject‹HTMLInputElement›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get current input element selection position and is that selectRange state"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"inputRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLInputElement›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isSelectRange"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"h3"},"position"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"h3"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"end"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")," = currentPositionEnd || 0")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"start"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")," = currentPosition || 0"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"setSelectionPosition"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"setSelectionPosition"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inputRef"),": RefObject‹HTMLInputElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"set input element selection position position,\nif you need scroll that into view set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"scrollIntoView")," as true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inputRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLInputElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"options"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"direction?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'"forward" ',"|",' "backward" ',"|",' "none" ',"|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"end")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number ","|"," null")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"scrollIntoView?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"start")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number ","|"," null")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/selectionHandler",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/shallowEqual.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/shallowEqual",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"shallowEqual"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-hasownproperty"},"hasOwnProperty"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#is"},"is")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#shallowequal"},"shallowEqual"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," hasOwnProperty"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"hasOwnProperty"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"hasOwnProperty")," = Object.prototype.hasOwnProperty"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"is"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"is"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"x"),": any, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"y"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"inlined Object.is polyfill to avoid requiring consumers ship their own\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is"},"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"x")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"y")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"shallowEqual"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"shallowEqual"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"objA"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"objB"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Performs equality by iterating through keys on an object and returning false\nwhen any key has values which are not strictly equal between the arguments.\nReturns true when the values of all keys are strictly equal."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"objA")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"objB")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/shallowEqual",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/styleParser.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/styleParser",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"styleParser"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-pxtonumber"},"pxToNumber"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," pxToNumber"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pxToNumber"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"style"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"parse px to number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"style")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'""')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/styleParser",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/swapArrayLocs.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/swapArrayLocs",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"swapArrayLocs"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-swaparraylocs"},"swapArrayLocs"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," swapArrayLocs"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"swapArrayLocs"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"arr"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"index1"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"index2"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"swap position of an array,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const arr = [0, 1, 2, 3];\nswapArrayLocs(arr, 0, 3);\nconsole.log(arr); // result: [3, 1 ,2 ,0]\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"arr")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"source arr")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"index1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"source index")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"index2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"target index")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/swapArrayLocs",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/CHANGELOG.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"CHANGELOG",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"CHANGELOG"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.42.2...juno-core-v2.42.3"},"2.42.3")," (2024-09-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"List, Menu:")," ","[juno-core]"," fix list item focus inside issue with mui focus-visible issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/985231bce9fc05873f0bb6554babcbc9e1c1826a"},"985231b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"List, Menu:")," ","[juno-core]"," remove not need class (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b4a8b9fb7392e1f8bfa995c1223a572284d2d2c"},"4b4a8b9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.42.0...juno-core-v2.42.2"},"2.42.2")," (2024-07-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," ","[juno-core]"," fix ut and lint (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a3fe95024097535ca959a564043d1f5db8bbebe"},"6a3fe95"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," ","[juno-core]"," remove downshift lisbox useless aria attr (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/57d59c09199dda4a6c9c2d3905c766df7a514643"},"57d59c0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.4...juno-core-v2.42.0"},"2.42.0")," (2024-07-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyAudio")," change API change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"processor"),", no longer have ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"volume")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"muted"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," ","[juno-core]"," support DialPad with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"sinkId")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05622adb22965c6661c16fc8ae4fdfcfcfacd2cd"},"05622ad"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.3...juno-core-v2.41.4"},"2.41.4")," (2024-06-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Select:")," ","[juno-core]"," fix Select issue with aria-selected same as latest mui for fix a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/75d95de790b5cbdd22eee36819f4f2d85c8e6b40"},"75d95de"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.2...juno-core-v2.41.3"},"2.41.3")," (2024-06-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.1...juno-core-v2.41.2"},"2.41.2")," (2024-05-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," support focus inside with Pickers (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7584a91bb268ba7c35af450fb3849d20644063d8"},"7584a91"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.0...juno-core-v2.41.1"},"2.41.1")," (2024-05-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Dialer:")," support external window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1159cca660ef22ee0079c2fdad40984089d7746e"},"1159cca"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.40.1...juno-core-v2.41.0"},"2.41.0")," (2023-12-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," update react-virtuoso version update to v4.6.2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/feef2bb38a4c680e16e2479cc5cf2ba79dd6af04"},"feef2bb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Doc:")," ","[juno-core]"," fix error doc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dee6bcd3babb6bbd55ca8dfcdf7ebbc71fb54d14"},"dee6bcd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.40.0...juno-core-v2.40.1"},"2.40.1")," (2023-12-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," hide tooltip when host element be hidden or disappear (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/12ea133e952c5698a835562145f121ff09fb8068"},"12ea133"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Doc:")," ","[juno-core]"," update example to OGG (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0162006462c645d94ff5c659f9865b702ea768b6"},"0162006"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.39.2...juno-core-v2.40.0"},"2.40.0")," (2023-12-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialerPad:")," change default RcDialerPadSounds to MPEG format for better work with most browser, if you need ogg, please import by your self with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"import { RcDialerPadSoundsOGG } from @ringcentral/juno;"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialerPad:")," ","[juno-core]"," add DialerPad mpeg format sound for work with safari (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c64461a0ac9d674a68d97b2f4720d6a575d2085d"},"c64461a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"project:")," ","[juno-core]"," update miss update dark json in example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff1fb7e396a6d51167ffb7d52ea0868b50d2d1fe"},"ff1fb7e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.39.1...juno-core-v2.39.2"},"2.39.2")," (2023-12-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," fix datepicker style issue with small size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd8b4a0102ec2aa04e2441fafac9982667ced97e"},"fd8b4a0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.39.0...juno-core-v2.39.1"},"2.39.1")," (2023-09-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," fix time picker minute gap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/349323f8b9573ba8156d9e8b48129fce8b054393"},"349323f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.38.0...juno-core-v2.39.0"},"2.39.0")," (2023-09-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," update the minute step from 15 to 5")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," update the minute step from 15 to 5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3d293dbd21abad1073a20d2ff533b0f64ac1c2e3"},"3d293db"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.37.0...juno-core-v2.38.0"},"2.38.0")," (2023-09-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-typography:")," update fontSize of body1 and body2 to 14px; update lineHight of body1 and body2 to 20px")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-typography:")," ","[Theme]"," update typography body1 and body2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bcd0d64c507cd5f04dac7f05c4cf8030acd95ad4"},"bcd0d64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.5...juno-core-v2.37.0"},"2.37.0")," (2023-08-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Browser compatibility:")," remove prop fixWebKit154 of ThemeProvider; remove utils about safari 15.4 animation issue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Browser compatibility:")," remove hack fixing about safari 15.4 animation issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2818acb8ed9554e39a0ca582da4dd0f1827e434"},"e2818ac"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"VirtualizedMenu:")," Fix menu position issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0dd51212c28480daf012c5bb6c0f4fafb284253e"},"0dd5121"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.4...juno-core-v2.36.5"},"2.36.5")," (2023-08-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tooltip:")," Fix tooltip position when it is near the edge of the screen (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/62580dfb9589e7a03926fca5dfcb3cbf7747227b"},"62580df"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.3...juno-core-v2.36.4"},"2.36.4")," (2023-08-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Popper:")," fix the issue with blurry rendering of popper. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d43bfa114de77b5082d243f95f2cd1e25ee4a54"},"1d43bfa"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.2...juno-core-v2.36.3"},"2.36.3")," (2023-07-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"typography-warning:")," ","[typography]"," warning when typography is not existed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35291e5e7b52dc2cfb59071a7d39750edaee8527"},"35291e5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.1...juno-core-v2.36.2"},"2.36.2")," (2023-06-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-typography-type:")," ","[Types]"," improve RcLink, RcText, RcTypography, RcInlineEditable variant type for extension typography token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/67c2763af841f8f397c849eafe83a5ec045c9352"},"67c2763"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.0...juno-core-v2.36.1"},"2.36.1")," (2023-06-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-typography-extend:")," ","[DefaultTheme]"," fix typography type extension (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/68680ba9eea44524fdfda7ff44d55d8a9ead85bd"},"68680ba"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.5...juno-core-v2.36.0"},"2.36.0")," (2023-06-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-3428:")," ","[SubMenu]"," support touch interaction on mobile (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/641c74cad1493fc0d72bacc8570b03521cfa354b"},"641c74c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.4...juno-core-v2.35.5"},"2.35.5")," (2023-05-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," fix issue on 1080p dark theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8a4e921ce2389b6fd940f06f3284b4bf18aec3f3"},"8a4e921"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.3...juno-core-v2.35.4"},"2.35.4")," (2023-05-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dot-badge:")," ","[Badge]"," fix issue about dot Badge does not support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"invisible")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"showZero")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4600acac9fe80d1b45d1d04777cd8e1fff717b45"},"4600aca"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.2...juno-core-v2.35.3"},"2.35.3")," (2023-05-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-DatePicker:")," ","[DatePicker]"," get document/window from RcPortalWindowContext (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/84138106eab9eb80f53a94da0d4a089e46214175"},"8413810"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.1...juno-core-v2.35.2"},"2.35.2")," (2023-05-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-more-tabs:")," ","[MoreMenuTabs]"," fix issue about update groupInfo incorrectly (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/938dbb2c4fc5b1c85e9cc2e5f9e786682c2d591d"},"938dbb2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.0...juno-core-v2.35.1"},"2.35.1")," (2023-05-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-3143:")," ","[useTouchMouseEvent]"," fix ios touch issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ae344cee65f47919b53383d6517e93af3ead6a3"},"8ae344c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," ","[Presence]"," fix not pick custom props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/486efdb36f0f1b55326955c9c1a768545475d72e"},"486efdb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.34.0...juno-core-v2.35.0"},"2.35.0")," (2023-04-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"undockMoreMenu:")," ","[MoreMenuTabs]"," support external window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e86467b0fa537aca5bc3fee1afc7768b6c3a5112"},"e86467b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.33.0...juno-core-v2.34.0"},"2.34.0")," (2023-04-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," Change the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xsmall")," size of RcPresence from 8px to 10px.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2860:")," ","[MoreMenuTabs]"," refactor more menu responsive logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b14711e26e4b1a97ede0b43d1364b7ca045d050"},"3b14711"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2860:")," ","[useDebounce/useThrottle]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"leading")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"trailing")," setting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2c86c88bb60e784f3e8d83d08a6679e12040bb96"},"2c86c88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," update presence size for xsmall (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3077e88f73390bd582bfdff409ba233c33092a20"},"3077e88"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," change align draft when zoom in (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3cda8f22fc58f57632f2cd9c0586fc67f9a77d81"},"3cda8f2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.32.0...juno-core-v2.33.0"},"2.33.0")," (2023-03-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2378:")," ","[MoreMenuTab]"," support custom icon by menu open state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c417d8090d3294c1c14cbb01b5cfb3368f730bc"},"9c417d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2378:")," ","[TabList]"," memo children to reduce moreMenu variant re-render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/84c3ff1d3450b2f9f691637111b35c8115d05214"},"84c3ff1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," update style of offline, unavailable, notReady,DND status (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/95ab7a66bb01deb36abd4464b3e80ba1d22c39dd"},"95ab7a6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," change presence border to box shadow to avoid zoom in/ zoom out issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44fc213d04d66c3ba3e61920246f8dd01e7171b8"},"44fc213"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," change presence border to box shadow to avoid zoom in/ zoom out issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/91812d1df4bbf3f6b80b3f5c56005f99dced195c"},"91812d1"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.31.0...juno-core-v2.32.0"},"2.32.0")," (2023-03-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," support custom period text (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31b17ee9286d5d71ed8f5beaa939cc4caaf37560"},"31b17ee"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"focusRing:")," fix focusRing color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0a237d393de9f1d9f85d694ed378062fbd1b00e9"},"0a237d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"VirtualizedMenu:")," fix VirtualizedMenu position issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d09675a05c5449c217e799a380047d8821e0b8ea"},"d09675a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.30.1...juno-core-v2.31.0"},"2.31.0")," (2023-03-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," revert changes for Presence icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a75e4be392b9423c692c1851a0f678605281a1a"},"6a75e4b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.30.0...juno-core-v2.30.1"},"2.30.1")," (2023-03-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI:")," ","[TextField]"," support placeholder ellipsis (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f2e460cbfbcc53bfe87c076b762e12e417c1e620"},"f2e460c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.29.0...juno-core-v2.30.0"},"2.30.0")," (2023-03-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon PresenceDnd (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da22fd8fc0734a911f0b63b27b8582c4bd81af06"},"da22fd8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," update style of offline, unavailable, notReady status and remove unused CircleDiv component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48a8f25229ee2947f7cdfdbcf76c2ef3942370f4"},"48a8f25"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.28.0...juno-core-v2.29.0"},"2.29.0")," (2023-02-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," add new icon support for Presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a31c980a81ce48d7dbc69dd71cd778194f0a1c1"},"9a31c98"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.27.0...juno-core-v2.28.0"},"2.28.0")," (2023-02-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"improve-more-menu-tabs-resize:")," ","[Tabs]"," add prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"resizeThrottleTime")," to improve resize performance (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1578f1a2d111db454fb9da13f466bbd76cf8db37"},"1578f1a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.26.2...juno-core-v2.27.0"},"2.27.0")," (2023-01-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," Remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"overcan")," of VirtualizedMenuList. If you need this to improve performance, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"increaseViewportBy")," to replace it."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," Remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"retryOptions")," of useOnlyOneFocusable. If you need this, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useRetry")," directly")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"transcript-bottom")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/26cb5762f6b0426e5771d51dc4dbf19a104133e8"},"26cb576"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," ","[useOnlyOneFocusable]"," remove retry logic of ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"focusIndex")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d24b3acd3830592642cb44e9cb53669343c0f08a"},"d24b3ac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," ","[VirtualizedMenuList]"," improve focus logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2f8d4919460678202e8596982f3801fa015463b0"},"2f8d491"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," ","[Virtuoso]"," fix virtuoso root HtmlElement type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/07e2dc293893b8067b28e2ae7d2141f02a13f603"},"07e2dc2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.26.1...juno-core-v2.26.2"},"2.26.2")," (2023-01-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FiJI-59870:")," ","[DatePicker]"," change focusVisible style to focusRing style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/956ebc982de44c9138aa1a2e96c35d806349d922"},"956ebc9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.26.0...juno-core-v2.26.1"},"2.26.1")," (2023-01-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," change TimePicker open focus to hour (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/908b75cf39d082f2012f86e261f4d4e2f77097ee"},"908b75c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.25.1...juno-core-v2.26.0"},"2.26.0")," (2023-01-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DatePicker/TimePicker:")," revert improve DatePicker/TimePicker first focus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b90a190641ac975580a104864e5a66f677f316cf"},"b90a190"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.25.0...juno-core-v2.25.1"},"2.25.1")," (2022-12-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-56688:")," ","[Tab]"," fix MoreMenuTabs compute tab error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/15bf2bbfd95f87a930134c618daa4d1bc86db50c"},"15bf2bb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JUP-911:")," ","[A11y]"," fix IconButton, Button, Switch focusRing style issue in safari (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba1df4ed4bf005f440ce3196439386e6b805ee6d"},"ba1df4e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.24.0...juno-core-v2.25.0"},"2.25.0")," (2022-12-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-55778:")," ","[DatePicker/TimePicker]"," improve DatePicker/TimePicker first focus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf3b38dd07057b9d06e37fe7b0096a51a2c939a0"},"cf3b38d"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.23.1...juno-core-v2.24.0"},"2.24.0")," (2022-12-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-53990:")," ","[Downshift]"," improve Downshift focus logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c667abb91d3195da2f7a20bb36cc6f5528604f71"},"c667abb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-53990:")," ","[Form]"," fix issue about screen reader cannot read label if id are not passed to Select and TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/de6e3ce72a9cdc7c4b0263f1b368522fd0081a63"},"de6e3ce"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.23.0...juno-core-v2.23.1"},"2.23.1")," (2022-12-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-59449:")," ","[Switch]"," fix switch overflow issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d932f65d7779ed3044326b1881809f1b7e774c0f"},"d932f65"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.22.1...juno-core-v2.23.0"},"2.23.0")," (2022-11-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58646:")," ","[DatePicker]"," replace moment with dayjs (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/15ce1abc889e543bf7fea5e8c872d79eb2112b39"},"15ce1ab"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.22.0...juno-core-v2.22.1"},"2.22.1")," (2022-11-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-theme-props:")," ","[Components]"," fix ThemeProvider cannot set default focusVariant issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b2852b8a7bd5bf72811baa71e5f29ec033d49861"},"b2852b8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.21.2...juno-core-v2.22.0"},"2.22.0")," (2022-11-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58545:")," ","[A11y]"," Button, IconButton, ListItem, MenuItem support focusRing; improve Switch focusRing (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4881099339f27c18e5573d6f7f9501152e0d785f"},"4881099"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.21.1...juno-core-v2.21.2"},"2.21.2")," (2022-11-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-downshift-blurry:")," ","[Downshift]"," fix downshift blurry issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3e120b6bce7a951e349493f6dc55cb69994e34ea"},"3e120b6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.21.0...juno-core-v2.21.1"},"2.21.1")," (2022-10-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"IconButton:")," ","[juno-core]"," remove autoFocus pick and error autoFocus deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0f6038c157596a6dbab61a3988a5a9ceecb9c15b"},"0f6038c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.20.3...juno-core-v2.21.0"},"2.21.0")," (2022-10-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"imporve-downshift-focus:")," ","[downshift]"," imporve downshift focus when delete chip by clicking remove icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ed61369d732402f979ad30e5a4d03180090477f0"},"ed61369"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.20.1...juno-core-v2.20.3"},"2.20.3")," (2022-09-30)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-56688:")," ","[MoreMenuTab]"," fix re-calculate logic at “moreMenu” mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/abb89b62c85490bed78d4990eddddff8841ec143"},"abb89b6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.20.0...juno-core-v2.20.1"},"2.20.1")," (2022-09-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," change badge default color to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"umi.mentioned")," and text color to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"umi.text")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0258805a112499fbf391a141743f7b0fb08ab67d"},"0258805"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.19.2...juno-core-v2.20.0"},"2.20.0")," (2022-08-30)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support toggleWithInput with autocomplete variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f550774d4a97a6585bc14d775d42e65466547ec"},"6f55077"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," not focus again when toggle with input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d030c707b503dbb45443d4f84b2528c7c953ba5b"},"d030c70"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.19.0...juno-core-v2.19.2"},"2.19.2")," (2022-08-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," accept custom style outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9667d3b0eacab3282c9434910cc4e11993374b15"},"9667d3b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," fix autoComplete mode scroll init position (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f14de9556c02401ec1c1d38e42ae0b72bd3b14e"},"3f14de9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.18.0...juno-core-v2.19.0"},"2.19.0")," (2022-08-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"vite-support:")," ","[Package]"," add createESMPkg script to create package.json for all subpath")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.17.0...juno-core-v2.18.0"},"2.18.0")," (2022-08-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-backdrop-color:")," ","[Dialog]"," bump up the backdrop color to 70% opacity")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.16.1...juno-core-v2.17.0"},"2.17.0")," (2022-08-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Autocomplete]"," remove autocomplete should use downshift"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Grid]"," remove deprecated Grid, should use new Grid"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[ImageView]"," remove ImageView"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Tables]"," remove deprecated Tables, should use new Table"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[TextWithEllipsis, TextWithHighlight, TextWithLink, TextWithTooltip]"," remove all not need Text related components, should use Text Component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Components]"," remove all not need deprecated components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ed79974fad985f861a92d57fa4e27ea74ff4be20"},"ed79974"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.16.0...juno-core-v2.16.1"},"2.16.1")," (2022-07-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-downshift-type-issue:")," ","[downshift]"," fix highlighted type of RcDownshiftRenderOptionState (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/16b222e38b725d792a236c22bfc1db21fd7e336f"},"16b222e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.15.0...juno-core-v2.16.0"},"2.16.0")," (2022-07-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-707:")," ","[Downshift]"," change ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOptions")," callback function field ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"selected")," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highlighted"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"if you use RcMenu ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"selected")," to show highlighted, you need to change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"focused"),"\nif you use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"selected")," to show highlighted, you need to change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"highlighted"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"example:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"renderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n) => (\n \n {label}\n \n)}\n\n// switch to =>\n\nrenderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n) => (\n `focused`\n // value: `selected` => `highlighted`\n focused={state.highlighted}\n key={`${id || label}-${state.index}`}\n >\n {label}\n \n)}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," change ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOptions")," callback function field ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"selected")," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highlighted")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4db0c3a99dbdbb8f97c4fb4a268cf1cecfe3190b"},"4db0c3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," separate highlighted and selected when in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"autocomplete")," variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e450cb98c0188cdfcee9521adb10614312cdcec"},"2e450cb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PopperComponent")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e68721e86f8c1a9c630821f557e11b751aa233d5"},"e68721e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"MenuItem, ListItem:")," support focused for add focused style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6672509c04483a9823d60e6c4b3bbe8c78ff40ac"},"6672509"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"MenuItem, ListItem:")," sync ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"MenuItem")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ListItem")," style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/757e7d88090155fc73769915834806ca597bba8c"},"757e7d8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.14.0...juno-core-v2.15.0"},"2.15.0")," (2022-07-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," ","[Downshift]"," that popper root element will be wrap a ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"div")," for support animation work")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support animation with menu and non virtualize mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7b97be3374ca240916365596c66525df62ad4103"},"7b97be3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support custom anchorElType with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PopperProps.anchorElType")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb74ead7581b7b6e71fd77ae08e5d6dc19669e20"},"eb74ead"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support custom toggleButton with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getToggleButtonProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3848237416d5dc197fedcf1a84b903e98fba467d"},"3848237"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," fix popper position show position with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"bottom-start")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"top-start")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/45149bd9f9a063272e18bb704ebb59127b499065"},"45149bd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.13.1...juno-core-v2.14.0"},"2.14.0")," (2022-06-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Select:")," ","[Select]"," when add title in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSelet")," title will move to root element not in input element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Select:")," ","[Select]"," fix select title prop pass in incorrect dom (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4bd94f9b110593753e32ddcbca72cd10a0f46549"},"4bd94f9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.13.0...juno-core-v2.13.1"},"2.13.1")," (2022-05-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-size:")," ","[Dialog]"," make sure ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"fullScreen")," can work correctly when ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxWidth")," is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xs")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/95e3014cc0c9865f76dbbdf66c8b11560ee0d538"},"95e3014"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.13.0"},"2.13.0")," (2022-05-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-size:")," change Dialog ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"max-width")," to 400px from 444px when maxWidth=",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xs"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-card-hover-action:")," ","[CardHoverActions]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"z-index")," to make sure ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardHoverActions")," would not be covered by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardSelectionArea")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4e80bca4b806fc479ae38f6dcb43eecfcfe67f4"},"e4e80bc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-size:")," ","[Dialog]"," change Dialog ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"max-width")," to to follow design when maxWidth=",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xs")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c92cec7312f9d45957a3e4c80820f02f19c16bdb"},"c92cec7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-useEventListener-type:")," ","[useEventListener]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"callback")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"event")," type issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a04229a2bfd1dfe74ae368c0777be3a64fcb14a"},"9a04229"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.12.4"},"2.12.4")," (2022-05-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-card-hover-action:")," ","[CardHoverActions]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"z-index")," to make sure ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardHoverActions")," would not be covered by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardSelectionArea")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4e80bca4b806fc479ae38f6dcb43eecfcfe67f4"},"e4e80bc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-useEventListener-type:")," ","[useEventListener]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"callback")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"event")," type issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a04229a2bfd1dfe74ae368c0777be3a64fcb14a"},"9a04229"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.2...juno-core-v2.12.3"},"2.12.3")," (2022-05-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-a11y:")," ","[Dialog]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"aria-modal=true")," attribute (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/38895cdb63bb432d1067b018d0f48a506dedc675"},"38895cd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.1...juno-core-v2.12.2"},"2.12.2")," (2022-05-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50300:")," ","[PortalManager]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"_feedbackMap")," memory leak issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/216ac96298aac897a178bd9540a2e5940e66b90e"},"216ac96"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.0...juno-core-v2.12.1"},"2.12.1")," (2022-05-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Virtuoso:")," ","[Virtuoso]"," ignore flushSync cause framer still not support that flushSync (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/273e8978f601d45d541dc4ddb10ed61953c79bac"},"273e897"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.11.0...juno-core-v2.12.0"},"2.12.0")," (2022-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," fix externalWindow for DialPadButton")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," support externalWindow for RcDialPadButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13d935e85b1320e9ce951ef4dc11d723fcd85976"},"13d935e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-change-log:")," ","[PortalHost]"," export ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"HasPortalParentProvider")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dd1aadd1991265a46c2aa707423bbfcf92fb5524"},"dd1aadd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.10.0...juno-core-v2.11.0"},"2.11.0")," (2022-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[virtuoso]"," upgrade virtuoso version to v2.10.1 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ad9cdf7e17b39ba664727be1406144022e85d2ab"},"ad9cdf7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tabs:")," support updateAllTabsSize in computeWhetherToUseMoreMode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/622264f5f3d6a0f6636e427abf48d578ac40fb03"},"622264f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[PortalHost]"," fix issue about nested components that support portalManager (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dba042698bd7adc1f12fb577198b7f704b031037"},"dba0426"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[TextField]"," fix issue about clear button lost when TextField is uncontrolled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/270728012ffaae1110e72f921a2294c572ff3c2f"},"2707280"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[VirtualizedMenu]"," change vl menu animation to fade (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4d28642ef48ce071a86d8d5b79310c43d061051"},"d4d2864"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.8.1...juno-core-v2.9.0"},"2.9.0")," (2022-04-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-disabled:")," ","[Themes]"," update palette.light (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c644b98c636f517d715c1a22a25310c685f2b5df"},"c644b98"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-disabled:")," ","[IconButton]"," fix contained IconButton ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabled")," style issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b9a216cf1897a739efb5684b67c6d7603087149c"},"b9a216c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.8.0...juno-core-v2.8.1"},"2.8.1")," (2022-04-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," ","[IconButton]"," fix icon size issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60af02656b3315659864619d1cf3160be24526a5"},"60af026"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.7.0...juno-core-v2.8.0"},"2.8.0")," (2022-04-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," By default, RcIcon color will inherit RcIconButton color. No more set RcIcon color directly anyway")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," ","[IconButton]"," fix custom icon color issue when variant of IconButton is contained (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fa661c68f8bfab08be07820319b4aa1deed23b0e"},"fa661c6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.7.0...juno-core-v2.7.0"},"2.7.0")," (2022-04-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.6.0...juno-core-v2.7.0"},"2.7.0")," (2022-04-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," By default, RcIcon color will inherit RcIconButton color when variant of IconButton is contained. No more set RcIcon color directly")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," ","[DialPad]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"autoSize")," prop for use can custom dialpad style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/747a7f750840816a3966c6f3254d60fd74d1b6d6"},"747a7f7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," ","[IconButton]"," fix custom icon color issue when variant of IconButton is contained (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e9506a50bba5c7a2241c554a3ac67e51aac4c28e"},"e9506a5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.5.0...juno-core-v2.6.0"},"2.6.0")," (2022-04-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useLongPress]"," no longer export ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onTouchStart")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onTouchEnd")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onContextMenu"),", those to be inside handle with addEventListener, if you still need preventDefault, use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"isPreventDefault")," config")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useGlobalListener]"," support startImmediately (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0f819f878d0d14ffb306d30839e816d0c12eba3"},"d0f819f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"IconButton:")," ","[IconButton]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4febee3f08d194b9a381d91a9aba3ea77a43014f"},"4febee3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useGlobalListener]"," support listener options with overload method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0b85147941407e3e078e161973d020d16bd81e23"},"0b85147"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useLongPress]"," switch to use useGlobalListener and fix touch screen logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05270571eef2fe87beb6aae0e2f94d7feddaf01b"},"0527057"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useTouchMouseEvent]"," remove addition check because in production should never switch between touch and mouse (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/65986d6a9224d147b5529098e1115a5b73b78332"},"65986d6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.4.1...juno-core-v2.4.2"},"2.4.2")," (2022-04-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"ThemeProvider:")," add isSafari154 check point with 15_4 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b6283118e411abddf74c777d82f8d20aa099d7f"},"4b62831"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.4.0...juno-core-v2.4.1"},"2.4.1")," (2022-04-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"ThemeProvider:")," add more check with iPhone, iPad (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/00de83ae67e8421057e69d11c89d08fcc26d910f"},"00de83a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"ThemeProvider:")," support outside custom should enable ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"fixSafari154")," style fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/935bc0ed124d7a40efa06fd51596543755e33330"},"935bc0e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.7...juno-core-v2.4.0"},"2.4.0")," (2022-04-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"BaseProps:")," fix RcVirtualizedDivider to optional (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7435083bb8948e0ab8e246bc78132e5b0951e1ac"},"7435083"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Grow:")," fix Grow issue with safari issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77aadc1191ee83373a6c18d7dbb48de247406c60"},"77aadc1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"SubMenu:")," fix error binding transform-origin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/53fc7b8bdd628c6b6e14e8df106817a05a06be98"},"53fc7b8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.6...juno-core-v2.3.7"},"2.3.7")," (2022-04-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Bug:")," ","[Downshift]"," fix Downshift clearBtn style error with CleanBtnRefactor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/16f9addca4c016866d66ae92096f41ec348e71e6"},"16f9add"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.5...juno-core-v2.3.6"},"2.3.6")," (2022-04-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Bug:")," ","[useA11yKeyEvent]"," fix a11yKeyEvent error binding with key as Space to ' ' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4920e49ff88f602203894ac0334bd46dd25c49b7"},"4920e49"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.4...juno-core-v2.3.5"},"2.3.5")," (2022-04-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"VirtualizedMenuList:")," ","[VirtualizedMenuList]"," support disablePadding (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fcf9222267c8a5b8dee44d223951fa47b3211d4d"},"fcf9222"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.3...juno-core-v2.3.4"},"2.3.4")," (2022-04-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"table-issue:")," ","[DialogContent]"," fix default color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/daf8c46a42567ab57ca961a31ad734c4e25fdc20"},"daf8c46"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"table-issue:")," ","[Table]"," fix some css issue and mui warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/76aa08c09d1d40df961019e31c7be0bb93fd9e6a"},"76aa08c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.1...juno-core-v2.3.3"},"2.3.3")," (2022-04-01)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-portalmanager-issue:")," ","[portalmanager]"," fix ThrottleScheduler issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f3e66e22e4ef1dbfde86cbbf7a6fc570d73a895c"},"f3e66e2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.0...juno-core-v2.3.1"},"2.3.1")," (2022-03-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," ","[Badge]"," fix bug with combine classes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b81895dc7639e437fd0e672b19e7ac2ebd49b92e"},"b81895d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-48582:")," ","[TextField]"," fix issue about tooltip show incorrectly after click textField clean button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39b674914bc026ede0de910861053bb4323c02ee"},"39b6749"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.0...juno-core-v2.3.0"},"2.3.0")," (2022-03-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.2.0...juno-core-v2.3.0"},"2.3.0")," (2022-03-29)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Deprecated Tables:")," remove tables export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a62ba0adf65365c2aaa718235c38dd5ade5a9d1"},"3a62ba0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[foundation]"," implement ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useGlobalListener")," for share event (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6e6e05aa58a865431de0a2e5babad4fcda636fe0"},"6e6e05a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[foundation]"," support getRefElement for some element event related method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bcc321e27190fca6a2066a4bc7a59fdea8da1b13"},"bcc321e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Table:")," new table base on mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c29f8e72203657e69da169d977d77ceb578b13de"},"c29f8e7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Foundation:")," ","[useGlobalListener]"," change array to Set (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4fcad29a8c7baf88bd9325317541d07be544c7b"},"d4fcad2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Highlight:")," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"action")," prop type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/888bba1c7ece7f0fb8c51ad80cd59f77378225af"},"888bba1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," ","[Tooptip]"," fix tooltipForceHide alway binding event issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b4ceeaeb01749a83b8b7b0ccdba395b0c018b78b"},"b4ceeae"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.1.2...juno-core-v2.2.0"},"2.2.0")," (2022-03-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," support round overlap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/06d67a1ea0dcd5e4ba5c85f993080384524e3a18"},"06d67a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Chip:")," support component prop with overridableStyled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee650aa9f2d1680afd4727557ddc35d0e985a544"},"ee650aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"MoreMenuTab:")," support custom MenuItemComponent for moreMenu variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/49c59fc80a595fb32f375a055027cc1f98b9de0b"},"49c59fc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.1.1...juno-core-v2.1.2"},"2.1.2")," (2022-03-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," support round overlap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af73059345fe39ceb1f0c492db749cd13cc0682f"},"af73059"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.1.0...juno-core-v2.1.1"},"2.1.1")," (2022-03-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RcTab:")," fix dynamic children (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48f9c77433ea8333ceb9e9629a9ae9a8d1dc66f1"},"48f9c77"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RcTab:")," fix dynamic children (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1d085e7c5075f4566eb373bf9a23b7a508e32bf"},"d1d085e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RcTab:")," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/91093c79494685e3e0992c10d485fbcc6f4785de"},"91093c7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.3...juno-core-v2.1.0"},"2.1.0")," (2022-03-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Chip:")," support outlined variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d3f630851600faa5d633355a410204b9d57fd65b"},"d3f6308"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," ","[Menu]"," re-export RcMenuOnCloseReasonsType (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd786310a284725ccd4e47209e6e0d6de5df71cb"},"fd78631"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.1...juno-core-v2.0.3"},"2.0.3")," (2022-02-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DatePicker:")," fix DatePicker error when RcThemeProvider are provided ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"prefixGlobalClass")," prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fad20a05a71499320c67100ecf259e40102efc4"},"8fad20a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.1...juno-core-v2.0.2"},"2.0.2")," (2022-02-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.0...juno-core-v2.0.1"},"2.0.1")," (2022-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tabs Tabs:")," fix tabs children change not re-render issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31de650cd5b237f727d730a8357e55be00ad9180"},"31de650"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"2.0.0 (2022-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DetachedWindow:")," remove deprecated props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"replace")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b81cf0296657725704e9ee8aecb8c1288b0aeb44"},"b81cf02"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Monorepo:")," migrate to monorepo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7f727156f5716f6dc1d0894ffd2faf46d9ebce06"},"7f72715"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Text:")," fix title issue check, let user can set null to cancel title (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6355c445061e9c617b340ee22e3862d84910786"},"c6355c4"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.5...1.12.6"},"1.12.6")," (2022-02-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," remove min-width"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," ","[TimePicker]"," remove prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"times"),", pelease migrate to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"value"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," ","[AppBar]"," remove min-width (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/149d73c9e21c60a48024d2cdb5c0027613c265a6"},"149d73c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," fix current day styles (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0c33f559797e2bb8c9992a35c3b542d50465d342"},"0c33f55"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," support default picker value; remove prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"times")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35070fc587e8870fa9b60b6ce27ffc1a64ec6747"},"35070fc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," ","[storybook]"," fix story name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b88a09fd57a133205c400925192f68ab2cd9476"},"8b88a09"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.4...1.12.5"},"1.12.5")," (2022-01-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-678:")," ","[ThemeProvider]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSubThemeProvider"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-678:")," ","[ThemeProvider]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSubThemeProvider")," and make ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemeProvider")," support nesting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/948061c46aca67441b63917fe88f2a1d6096e68b"},"948061c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-681:")," ","[a11y]"," Convert role none presentation to presentation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/54758ef4172417978460eb18371516338ed507dc"},"54758ef"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-681:")," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/834df67bd6b6e82e65c7e28bc11df8e4a40b141d"},"834df67"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-679:")," ","[Textarea]"," remove not support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")," prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/356875fa1a338340bfaab63edd092be94c954f05"},"356875f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-679:")," ","[TextField]"," fix outline variant multiline height not auto issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/241a871cf1852a1108258e98cec589de43726d7e"},"241a871"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-679:")," ","[TextField]"," outline mode remove non multiline padding issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32ae13fa0246ea124fd4764a30b4593e810c352f"},"32ae13f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-682:")," ","[Select]"," fix defaultValue not work issue, and open some miss props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aeb88a88dc2070267f1b3c177e0d0f6fa796b530"},"aeb88a8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-682:")," ","[Select]"," fix Select MenuProps not working issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1db387b7bbc35c5c3ad9cefcb1472c6afd97b86d"},"1db387b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-683:")," ","[PlainSelect]"," re-export miss PlainSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c499c947f9298af6d49c3b1f65425891b2aad1f6"},"c499c94"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.3...1.12.4"},"1.12.4")," (2021-12-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," emit ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"null")," when click clear, previous is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"undefined"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-672:")," ","[ThemeProvider][jss]"," support prefix class (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29c6fbe377518374cff89d69ddc6bf9cf12f3748"},"29c6fbe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-673:")," ","[Fix runtime error when render in next.js]"," detect window existed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e44ccb7d43d16a488b4298fa88325038b0e8172d"},"e44ccb7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-675:")," ","[useEver]"," provide hook for return ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"true")," when the value ever to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"you want value")," once. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e288f84417df2504e6fa46471957a2393cb69abe"},"e288f84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-675:")," ","[SplitButton]"," improve the render performance (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e288f84417df2504e6fa46471957a2393cb69abe"},"e288f84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-676:")," ","[Downshift]"," support indexInOwnGroup field (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/556eeb3ce69f03ec7c808c5a7a79fabc47491296"},"556eeb3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-677:")," ","[Type]"," improve PortalManager and SubThemeProvider type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff85a94efc803fd8e403fd5cde9e3d57dbe9a0fb"},"ff85a94"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," add description for time picker utils, and re-export that (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efe6d8ee057891ea85e8cb0990d06ec34f819ed3"},"efe6d8e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," fix TimePicker text be empty when is 00:00 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff498ce07c4a2594a30c0612e997652b4e9bc496"},"ff498ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," support dateMode type generic and emit ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"null")," when click clear (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9253eba0ca59e2cd81a1754e0a39b6851763809a"},"9253eba"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.2...1.12.3"},"1.12.3")," (2021-12-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-665:")," ","[PortalManager]"," updateProps support 'function' param (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/976fdec18f993490e93630ef6552fbd703a0254e"},"976fdec"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-665:")," ","[Webstorm]"," add .idea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8f4ace90134c6b08c20b968e4bada0018cbc13da"},"8f4ace9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-665:")," ","[withTooltip]"," fix withTooltip type error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f80522e102f79a532aa1d12e492a4fa22fe9c0e3"},"f80522e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," provide autocomplete mode default filter and export inputChanged state for outside use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f4d89519030615b816dde73baec9682d1a1d854a"},"f4d8951"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[SuggestionList]"," support useSuggestionList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f4897e0a25669256f433bdd049c74ecb0713bac8"},"f4897e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[useSuggestionList, useDownshift]"," export id (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f72c3737204f1a30ac452cfe17fd827cf2cdfa9a"},"f72c373"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-669:")," ","[SubMenu]"," added ability to set placement via props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8c853a817709f503d4081ee071e1cb069bb380e1"},"8c853a8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[Card]"," rename type name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4168f74e9388e6dc1e0a50db1cf3e93a88b81c1"},"a4168f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[Chid]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"color")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"focused")," prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3450df9cb9f50e814300e0f5d8165f939b89b5b6"},"3450df9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[TextField, Select, Downshift]"," support color prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39bbd2b8377c2661e6d44787813910d3e6d0290e"},"39bbd2b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[TextField]"," color follow color prop in normal status (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c30409bb1e617395555332d26d3fc7463e2fb009"},"c30409b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," fix inputChanged type to optional (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4847bd8f21bb836d150f17df609e65352a06edf"},"a4847bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," fix padding issue with (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/94c66ae967b538063e9b404f20b9c7b63e97fa66"},"94c66ae"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," support groupDefaultExpanded and fill miss type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d59ea5b23c1ac949a70976b3cb424a2488b47c80"},"d59ea5b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[useKeyboardMoveFocus]"," fix when focusedIndex is -1 and move to 0 not move issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77e21a4a8e48b7c64413edc1340be622a03fbc20"},"77e21a4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[Button]"," fix button color prop to RcPaletteProp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51ec458016a725218eb43aa0bd9bb0d400d94f3f"},"51ec458"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[PlainSelect]"," fix wrapper with width issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d654ad6c4bf83f06ac7ed7ea4380dd0737c85b9"},"0d654ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-671:")," ","[TimePicker]"," add Math.floor check for minute (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bb36c408a128669a56e64b4b76829063200704c1"},"bb36c40"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-671:")," ","[TimePicker]"," remove time number disabled check, always be clickable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e637df842c979c7355557fe5d7da733835e32b8c"},"e637df8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.1...1.12.2"},"1.12.2")," (2021-12-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-664:")," ","[Dialog, PopupBox, Snackbar]"," fix error TransitionProps combine, and remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disableBackdropClick")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/965a6068ba2cad242f7c449f87369fa9cbe016c9"},"965a606"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.0...1.12.1"},"1.12.1")," (2021-12-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-647:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/379f8c9c383d245df8eb7201b2c041b061352596"},"379f8c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-660:")," ","[Icon]"," update icon (Description) (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ff9f4f926495d4a0a415e69d27b26e1b0791b6e"},"0ff9f4f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-661:")," ","[Hooks]"," implement controllable interval (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/354d03ef490c629638ff3359fbd343f9b1e5ba23"},"354d03e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Project:")," ","[DialPad]"," add miss export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61e279157707806d704528e34e0feefed4241cf4"},"61e2791"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-663:")," ","[TextField]"," fix type with rows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f67d15f2bb583298c835d899f0f81a4e2128153a"},"f67d15f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.11.5...1.12.0"},"1.12.0")," (2021-11-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangePage")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPageChange"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onRowsPerPageChange")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangeRowsPerPage")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[StepContent]"," remove StepContent temporary, because we not support orientation vertical"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badges]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Badges")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[ButtonBar]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ButtonBar")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Menu]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Menu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Text]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Text")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[ThemeProvider]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ThemeProvider"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-649:")," ","[ThemeProvider]"," subThemeProvider use parent theme as default when not pass theme into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ddc31a1616ab687b0214d085818f3f4c5a388bcc"},"ddc31a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-652:")," ","[AppBar]"," cleanup AppBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61bb92492f1f64b3a4dd95a30abdbb437fd54c22"},"61bb924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change default word break rules like textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2adcba78e90db00515e7e429019199f93820dae"},"d2adcba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Package]"," update mui version to v4.12.3 for prepare upgrade to v5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ada509caccb303b717a96fdc69f2b723dec03e8c"},"ada509c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-657:")," ","[Link]"," support underline prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f984f645f07cf914bdc22ea089481ca707013080"},"f984f64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Project:")," ","[Package]"," fix type for ready to upgrade type to latest styled-components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6666cfb114181b391e8478cfe12012a29422ee1c"},"6666cfb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-651:")," ","[Tag]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"margin-left")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d378e803d11af960c5987b6ffb632cf84c336b"},"e6d378e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change 'anwhere' to 'anywhere' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2d1d5ca8a067192d93a9f3d274c591efeef42da"},"e2d1d5c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[AppBar]"," use RcAppBarProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9527047ad84c3f6e6d5bdc15a46b499987a6bd7e"},"9527047"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4581f6d2c278158eb77666eb7a88dd1a5f29d0d"},"c4581f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[createTheme]"," rename mud createTheme to createTheme, fade to alpha (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef352ddd88cbc6090d9f41010901c1f12ba4138"},"cef352d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bb80e0415264fa5b4065f03bcac47740e6bf163"},"0bb80e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Icon]"," change icon dep on juno main library to @material-ui/core (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c41c9646050a43da1620fe324eafd68cfc306cbf"},"c41c964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[MenuList]"," pick forget props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb6df9b8f16b3a6b31bc0de134928441b4679782"},"cb6df9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Stepper]"," remove StepContent temporary, because we not support orientation vertical (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32fa9add92a0eeb916357fbb3e16201a5568cb4f"},"32fa9ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name onChangePage, onChangeRowsPerPage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8a5704773ea7598967ef4d0ce53d8c9e3bf49c6"},"f8a5704"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TextField, Textarea, Select]"," remove rowsMax and rows, and switch to new props minRows, maxRows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66f9b691d8423b7a92013c350814d23c7173fc31"},"66f9b69"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.5...1.11.6"},"1.11.6")," (2021-11-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangePage")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPageChange"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onRowsPerPageChange")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangeRowsPerPage")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[StepContent]"," remove StepContent temporary, because we not support orientation vertical")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-649:")," ","[ThemeProvider]"," subThemeProvider use parent theme as default when not pass theme into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ddc31a1616ab687b0214d085818f3f4c5a388bcc"},"ddc31a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-652:")," ","[AppBar]"," cleanup AppBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61bb92492f1f64b3a4dd95a30abdbb437fd54c22"},"61bb924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change default word break rules like textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2adcba78e90db00515e7e429019199f93820dae"},"d2adcba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Package]"," update mui version to v4.12.3 for prepare upgrade to v5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ada509caccb303b717a96fdc69f2b723dec03e8c"},"ada509c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-657:")," ","[Link]"," support underline prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f984f645f07cf914bdc22ea089481ca707013080"},"f984f64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-651:")," ","[Tag]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"margin-left")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d378e803d11af960c5987b6ffb632cf84c336b"},"e6d378e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change 'anwhere' to 'anywhere' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2d1d5ca8a067192d93a9f3d274c591efeef42da"},"e2d1d5c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[AppBar]"," use RcAppBarProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9527047ad84c3f6e6d5bdc15a46b499987a6bd7e"},"9527047"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4581f6d2c278158eb77666eb7a88dd1a5f29d0d"},"c4581f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[createTheme]"," rename mud createTheme to createTheme, fade to alpha (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef352ddd88cbc6090d9f41010901c1f12ba4138"},"cef352d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bb80e0415264fa5b4065f03bcac47740e6bf163"},"0bb80e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Icon]"," change icon dep on juno main library to @material-ui/core (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c41c9646050a43da1620fe324eafd68cfc306cbf"},"c41c964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[MenuList]"," pick forget props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb6df9b8f16b3a6b31bc0de134928441b4679782"},"cb6df9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Stepper]"," remove StepContent temporary, because we not support orientation vertical (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32fa9add92a0eeb916357fbb3e16201a5568cb4f"},"32fa9ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name onChangePage, onChangeRowsPerPage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8a5704773ea7598967ef4d0ce53d8c9e3bf49c6"},"f8a5704"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TextField, Textarea, Select]"," remove rowsMax and rows, and switch to new props minRows, maxRows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66f9b691d8423b7a92013c350814d23c7173fc31"},"66f9b69"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.5...1.11.6"},"1.11.6")," (2021-11-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangePage")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPageChange"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onRowsPerPageChange")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangeRowsPerPage")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[StepContent]"," remove StepContent temporary, because we not support orientation vertical")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-649:")," ","[ThemeProvider]"," subThemeProvider use parent theme as default when not pass theme into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ddc31a1616ab687b0214d085818f3f4c5a388bcc"},"ddc31a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-652:")," ","[AppBar]"," cleanup AppBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61bb92492f1f64b3a4dd95a30abdbb437fd54c22"},"61bb924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change default word break rules like textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2adcba78e90db00515e7e429019199f93820dae"},"d2adcba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Package]"," update mui version to v4.12.3 for prepare upgrade to v5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ada509caccb303b717a96fdc69f2b723dec03e8c"},"ada509c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-657:")," ","[Link]"," support underline prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f984f645f07cf914bdc22ea089481ca707013080"},"f984f64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-651:")," ","[Tag]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"margin-left")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d378e803d11af960c5987b6ffb632cf84c336b"},"e6d378e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change 'anwhere' to 'anywhere' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2d1d5ca8a067192d93a9f3d274c591efeef42da"},"e2d1d5c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[AppBar]"," use RcAppBarProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9527047ad84c3f6e6d5bdc15a46b499987a6bd7e"},"9527047"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4581f6d2c278158eb77666eb7a88dd1a5f29d0d"},"c4581f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[createTheme]"," rename mud createTheme to createTheme, fade to alpha (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef352ddd88cbc6090d9f41010901c1f12ba4138"},"cef352d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bb80e0415264fa5b4065f03bcac47740e6bf163"},"0bb80e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Icon]"," change icon dep on juno main library to @material-ui/core (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c41c9646050a43da1620fe324eafd68cfc306cbf"},"c41c964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[MenuList]"," pick forget props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb6df9b8f16b3a6b31bc0de134928441b4679782"},"cb6df9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Stepper]"," remove StepContent temporary, because we not support orientation vertical (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32fa9add92a0eeb916357fbb3e16201a5568cb4f"},"32fa9ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name onChangePage, onChangeRowsPerPage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8a5704773ea7598967ef4d0ce53d8c9e3bf49c6"},"f8a5704"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TextField, Textarea, Select]"," remove rowsMax and rows, and switch to new props minRows, maxRows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66f9b691d8423b7a92013c350814d23c7173fc31"},"66f9b69"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.4...1.11.5"},"1.11.5")," (2021-10-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-647:")," ","[Icon]"," Info => InfoBorder")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-648:")," ","[type error]"," fix PortalManager.open return type, it would lost after build (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a74d0b373ef64ffe3d97f99209454dfc4cf0948c"},"a74d0b3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-647:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b2787202ee84536f133db8f55447434e993745d1"},"b278720"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.3...1.11.4"},"1.11.4")," (2021-09-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[Icon]"," add custom tab icon, delete menu fax icon")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DetachedWindow:")," RcDetachedWindowStylesProvider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/158ba6d66f6408ca735c2d9db5bfa6ecee174e84"},"158ba6d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[Picker]"," add PickerBaseIconButton for picker use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a260fe76f516dbed6fdee3f1c4c6b1ed590af661"},"a260fe7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[TimePicker]"," forwardRef with TimePicker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/97ca673a3078b47716675b4a2ff8a4af6432f935"},"97ca673"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[update-icon]"," update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/139286475e2b33040a8de5490a98b4fb193494bc"},"1392864"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[DatePicker]"," fix whole date picker range logic, and make that support uncontrolled component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/649e7a629d6a85ba1256e048656fc27e7904b64e"},"649e7a6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[DatePicker]"," migrate and cleanup to new PickerBaseButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf83ae5aabbb73a07e3c6a82fdfd1aa04f08b540"},"cf83ae5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," fix interaction state color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/41f1c572e00d6c0d9ace04aa01465613ed554942"},"41f1c57"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," follow interation color, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inverse")," background color from .20=>.16 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fb25099e428620907a53d28af04b56d68ae8743c"},"fb25099"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," follow interation color, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inverse")," hover 0.4=>0.24, focus 0.4=>0.32 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2da0f1d99f7872e578ae8d619c8eb21153bdb235"},"2da0f1d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," text inside icon also set color style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ced39bad869d956adb44bc66f90f78cacb3d2f41"},"ced39ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[Picker]"," fix not need memo and error naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fdfaf1ff96d062a639ec2b901df57b6a69e88b0"},"9fdfaf1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[TimePicker]"," migrate and cleanup to new PickerBaseButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/033c6fb2754addab93f6de1ecbc8d15dda5f26af"},"033c6fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-645:")," fix DatePicker disabled bug (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a3621a34c00494646c5ba05b0218e8907bdbd9ee"},"a3621a3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.2...1.11.3"},"1.11.3")," (2021-09-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," vertical from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"spacing(4)")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"spacing(2)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[Icon]"," add connect icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," change default group way to normal group, previous is expanded group")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," fix some problem and refactor types (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5c66036d7f09e412c77f40a2507045ce1c815ec"},"e5c6603"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," make Dialog, Snackbar support portalMnager (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0158f31b01a30de281b26e5141b22293fe54998b"},"0158f31"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," PortalHost (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/862f6454eddfcd9cb3403e5269a72388203a5ed5"},"862f645"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," PortalManager (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6796908e915100cf0200c475d8726e8ca9035d24"},"6796908"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"groupVariant")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"groupExpanded")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31c34a13e0bdcace853bf5746b78d1f2a8ae737d"},"31c34a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," support action with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getFilterResultItems")," to get current filter result items (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f40f34b712f29b730ca95bcd99428a7734ee8217"},"f40f34b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[useHighlightScroll]"," support custom topHighlightIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c8a9347dc427fb46c04061e4bbde7ce99630685a"},"c8a9347"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DatePicker]"," migrate deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcButtonBar")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcIconButtonGroup")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/400ab9e67785e5cdb2737a52a151d817cd54badc"},"400ab9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[Dialog]"," support childrenSize with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DialogActions"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DialogContent"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DialogTitle")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82ac2215156019e5d9548602767397e454bc4122"},"82ac221"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[Dialog]"," support typography size with DialogContentText and Title (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/90a742eb6a5ddcc4bf3ca4ca0d7aafcc24f3ef2c"},"90a742e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," change default space between items to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"spacing(2)")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/56c514df572129332456c530cac4a14ae306e196"},"56c514d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"reverse")," and fix mui gutterBottom bug (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d6671b7ec3d9134e4733b3807be76438e8c81ef"},"0d6671b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," when size is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"small")," default direction to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"vertical")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29d2f054e4feae26c0cfc215e790022bebb68f69"},"29d2f05"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[PopupBox]"," migrate to Dialog new API (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82796d217ccfbef59befe7208796b18e84d496f3"},"82796d2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-642:")," ","[Switch]"," fix error token from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highContrast")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"neutral-f11")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1801b7ddca3244019340d121104f1ebebecf7da9"},"1801b7d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[DatePicker]"," support today disabled when today is not validate item (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4241d9cf95eed9b5600a91c7985362f7c5abb263"},"4241d9c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[update-icon]"," update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f7414c073ec4a1ca78171149dbed0d87c953cf0"},"6f7414c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," fix groupStateMap logic with group name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34760c2eb979dc620430b225babe85c985efefb5"},"34760c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-640:")," ","[ListItem]"," move default baseColorProp into style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f47fe3a916be4c763385382b5640ece64e004672"},"f47fe3a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.1...1.11.2"},"1.11.2")," (2021-08-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[TextField]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant=“outline”")," font-size from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"subheading1")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"body1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[TextField]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant=“outline”")," clear icon follow size auto change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," when loading, default will disabled button"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[Icon]"," gif-D rename to gif-file-D")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"mask")," disabledVariant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b1255d863f773f7304c5a92e8fa9f674927473c6"},"b1255d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," support loading mask (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/96404a23103d7b62c7f51e6899301bdb83a7a566"},"96404a2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[SplitButton]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"loading")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60c1dab1810c00f8eaa35a4846b17c724cc6c224"},"60c1dab"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[update-icon]"," fix gif dark icon name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c86edcb8801de2d4e7f0a50c4d38163e8fbcf92d"},"c86edcb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," loading mask use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"neutral.b01")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"0.32")," opacity (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/70b6de8bb84f89de81995d3eed8b9af03445b8ac"},"70b6de8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," when loading button always be disabled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b4bdf6a2d649b626cf5490acbe9c385e77268cb0"},"b4bdf6a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-635:")," ","[InlineEditable]"," fix empty placeholder problem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7ca1f5b7cc057e6cc0d8c72b5b547db2d38669f"},"c7ca1f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-636:")," ","[Downshift]"," fix autocomplete mode value be clear issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c329a842d05a67feacffb3c46f7ce0214b433c13"},"c329a84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[OutlineTextField]"," add OutlineTextField sizes with token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee3415eefa2947d80a0991423e1b3983b0589029"},"ee3415e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[OutlineTextField]"," fix typography size miss use in OutlineTextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a998b164e7ff3794bb15c74752c6190ebf69746d"},"a998b16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"script:")," export miss ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemeProviderProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d4e7152980eefab9a6f26bce5f2a098207028ac"},"1d4e715"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.0...1.11.1"},"1.11.1")," (2021-08-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-631:")," [","[Icon]"," update icon] update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ffdba00cb2ffeb912aeb8deb042544887fb03551"},"ffdba00"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Box:")," change RcBox to forwardable component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc33225a599f544de733225212acfc404fbbf0c5"},"bc33225"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-632:")," ","[Downshift]"," fix useDownshift set inner input value not emit issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29cc6e408f02b5a0b0ae909e164c9ac871f25333"},"29cc6e4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-632:")," ","[Downshift]",": fix init don't have textFieldRef open issue, and change ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onInputChange")," type to non optional (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c2f044e55dd763a1f49542add3db3b81334b1f02"},"c2f044e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.10.1...1.11.0"},"1.11.0")," (2021-08-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-625:")," ","[Responsive]"," breakpoint pattern follow mui, use small than logic currently (before is large than)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-629:")," ","[Tooltip]"," tooltip ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"medium")," size ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-top")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-bottom")," to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"4px")," (before is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"1px"),"), ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"font-size")," to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"caption1")," (before is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"body1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-629:")," ","[Tooltip]"," tooltip ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"large")," size ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-top")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-bottom")," to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"4px")," (before is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"3px"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-619:")," [","[Icon]"," add dark prop to svg component] add story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ebbe618690f761c415e93f2202a76d8d0df9e649"},"ebbe618"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-619:")," [","[Icon]"," add dark prop to svg component] make svg comp use global theme default (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8994565c60130e1d61c9cde9e6897a6da904b2c1"},"8994565"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-619:")," [","[Icon]"," add dark prop to svg component] update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5454c7adb2adf8dee204c0372fa95e1ba647b913"},"5454c7a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-625:")," ","[Responsive]"," breakpoint pattern follow mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4f7f815816f5c04192c1831a7eae01ea287e62e3"},"4f7f815"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-625:")," ","[Responsive]"," update storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/52a99233ffcf35f93eecd852d9965ae87614dcd7"},"52a9923"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-629:")," ","[Tooltip]"," clean up tooltip spec and new size ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xlarge")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e1cf5d57d58e68c047ee4f24339c4c11f766575b"},"e1cf5d5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-628:")," ","[Presence]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"box-sizing: content-box")," to prevent reset outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99c2c4e8cde8ad904e280a578268dff43c5b26fc"},"99c2c4e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-630:")," ","[TimePicker]"," reset view to main page when open (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/284c8a27d1c598739fac4c169d28ff45f26adddb"},"284c8a2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.10.0...1.10.1"},"1.10.1")," (2021-08-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-616:")," ","[Drawer]"," add multi drawer example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23ae2c276667e2823ce39a5496e4beeacb467176"},"23ae2c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-622:")," ","[Dialog]"," add Responsive dialog Example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6ec071d39b71c5b6aeec81899a356e06380dd0ae"},"6ec071d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-623:")," implement ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useAudio")," get Browser ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Audio")," instance, and auto destroy when component be destroyed. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/424dc38ffa6a801031329698336ed2f7eb9d5db8"},"424dc38"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-624:")," ","[Hidden]"," reexport Hidden component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47b82931583b6d50b9c9a2bae5cddfaa0add39fd"},"47b8293"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-617:")," ","[ListItem]"," list item interaction style follow spec (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1da96c4bbfbc1339941e9d722b3a23004de6a5f0"},"1da96c4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-621:")," ","[Deepmerge]"," switch deepmerge to mui inner deepmerge (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/56af37a2c7c966cc8eec0f99e0dce1e6adf70331"},"56af37a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-623:")," ","[DialPad]"," switch to useAudio (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77ae33adab416cd3a47769e1fd118e32d95e0de7"},"77ae33a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.9.0...1.10.0"},"1.10.0")," (2021-07-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[switchSize]"," move foundation switchSize into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Icon")," component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[useHiddenToFocus]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHiddenTabindex")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Textarea")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabIconButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RoundButton")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[foundation]"," whole file structure have a big cleanup, should switch all import to '@ringcentral/juno', if there is not have that file, should move that file into your repo, that will no longer provide from juno"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[theme style]"," remove not need style method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[lineClamp]"," maxHeight not more have height * 4"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"AnnotationRightRail")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BorderLessTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"OutlineTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LineSelect")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LozengeButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ExpansionPanel")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Autocomplete]"," deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Autocomplete"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-36407:")," ","[RcInlineEditable]"," support custom inputProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d08ca41be0cf40ad0f868dbbdfed3c28d0ded872"},"d08ca41"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-550:")," [","[Card]"," move Jui card example into Juno] add media card example and icon card example & remove knob in simple card example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/719c8123cdd98acf5cac57882debdc7080f0f511"},"719c812"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-583:")," [","[Text]"," support two(or more) line ellipsis] add jsdoc and remove useless style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/73f0fa915c7abff781f944c68b570c6f4ad52df5"},"73f0fa9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-583:")," [","[Text]"," support two(or more) line ellipsis] add line clamp support (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/90480a646539f6c0a1469eb7fefcdb9ef856b2cf"},"90480a6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-596:")," ","[CustomTheme]"," support custom theme with styled-component type, and palette2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7cbb33194aaf77684c25debae7aa550e3bb5d9b3"},"7cbb331"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-597:")," ","[Test]"," add UT for ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyboardMoveFocus")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a617afdec6aa932c52a3b3772c8a8ed8ab19064"},"5a617af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onOpen")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onClose")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"open")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/10354e8f59a83e9172ee2623aa37ec14a7f4f799"},"10354e8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support autocomplete mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d689586eb2ebf592f9789aaf72ef4785a254b8e"},"4d68958"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderInput")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21d2cd401830cdbe3753ff5fec674ac4abb154a1"},"21d2cd4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support padding with SuggestionList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/11c9c545b3a72f6149a4e0e65d67330e9beeeb84"},"11c9c54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-611:")," ","[Theme]"," fix token use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f965f1e4c58a7c87c7e05a85323b8bed3ff241e"},"6f965f1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-611:")," ","[Theme]"," not merge mui base theme token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34c273eb89a833c349b72093cfaa8ee0fbac6860"},"34c273e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-611:")," ","[Theme]"," update scss theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d49e54f1878288ace0fbf1842af3d26747bc4f7a"},"d49e54f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-613:")," ","[Button]"," change button small font-size to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"caption2")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/83d2548269386302f7573dd6e5955769d8e16775"},"83d2548"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-613:")," ","[Button]"," change button small padding from 12px to 16px (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8a1f54041fcec1a262f3c84d03a0a27bd7fdcd6f"},"8a1f540"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"package:")," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"@types/smoothscroll-polyfill")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3309f11bb4a04d9a8a6934e1994489a609f91c3b"},"3309f11"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-606:")," ","[DafaultTheme]"," fix error default theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/be432ff8ca1b49bb2f6ffd75988f13825fd2a06b"},"be432ff"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Autocomplete]"," deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Autocomplete")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5710b0b94c33920eca43e1b3f99fb9281991a8b5"},"5710b0b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[useKeyboardMoveFocus]"," fix loop when total is zero (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af548a3878a7d7f017b64002b98e3e5222612e5d"},"af548a3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-608:")," ","[IconButton]"," remove transition delay and easing (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a0faa540dbd8441df82dfef6e48561dd9114fe45"},"a0faa54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," migrate width and height to directly write down value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/214326f2232dcca2bb67302ea1509fb1677541eb"},"214326f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"AnnotationRightRail")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d63aece418bd846725ef3e674ef742ef449b8152"},"d63aece"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BorderLessTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"OutlineTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a08ecff476eb68e6b164deae82c0230461e409d"},"2a08ecf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LineSelect")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b1e009a23ef4abc92dea21a01e69184d8fc185f2"},"b1e009a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LozengeButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ExpansionPanel")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/201d748718ec80f23fd548fccea6d8527cbdd906"},"201d748"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabIconButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RoundButton")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ef6c000e4fb0aa8e3f44a1cad6c735db8ffdbc59"},"ef6c000"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Textarea")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6672753ff172cda4ee4111c82bd9d2dd98256fc"},"e667275"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")," and move inner TextField outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c19858bfc4e074acb71217c5d0eb50be5095d5b"},"6c19858"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Downshift]"," fix safari tab and enter in composition mode issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/920f10ce18f51acd585c9e48f3ba472cea518524"},"920f10c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[FormLabel]"," cleanup FormLablel (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82892351a840e8e57f4114e76c932bd9586bd9ec"},"8289235"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[foundation]"," cleanup whole foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b97ed9b1d76f969620a712aef15a4fda479e2fe"},"5b97ed9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[lineClamp]"," maxHeight not more have height * 4 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/45e53c8f52f053f980941de91caa1aab1761601b"},"45e53c8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Path]"," TextField related path change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/25ffd5f038243823d2decf9172f85aacff890dec"},"25ffd5f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Script]"," fix json to scss method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/680e426d158b91e721cd4d49b12431f42836012b"},"680e426"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[switchSize]"," move foundation switchSize into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Icon")," component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/744b639f768ab9cc07fb01582511832623d2bfce"},"744b639"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[theme style]"," remove not need style method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d4a964f2fc429b29409f8adaf585529550d3deb"},"1d4a964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Type]"," fix rippleStyle type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/564fc99ff48547d428369fbc9cb6529c5fa2aca8"},"564fc99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[useHiddenToFocus]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHiddenTabindex")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/78a9390316c917574fa3dff05cb9de1e6f0a5235"},"78a9390"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[useSleep]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getSleeping")," to get current sleeping state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4972e4bec1ac7a82642d17879510d70214f5119"},"a4972e4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-615:")," ","[DialPad]"," also set srcObject as null (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3e75f16e53d39894a63ea3943a24e045582e745e"},"3e75f16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-615:")," ","[DialPad]"," remove audio instance after destroy (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13e53631c720e6247e48300369d5e85d37b87899"},"13e5363"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.8.7...1.9.0"},"1.9.0")," (2021-07-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[ThemeProvider]"," deprecated old ThemeProvider, RcIconService, RcThemeHandler")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[ThemeProvider]"," deprecated old ThemeProvider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/115c3acc0c14e157ac48973dccd11aa68773396e"},"115c3ac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[ThemeProvider]"," support subThemeProvider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b2f55a49d26b23b1ebee75c7ff2d43619d8b5cb"},"5b2f55a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[createTheme]"," fix error createTheme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/091d6feca2af64e7253426698456b870da31ab40"},"091d6fe"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.6...1.8.7"},"1.8.7")," (2021-07-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[ZoomArea]"," remove ZoomArea"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[useA11yKeyDown]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useA11yKeyEvent")," and change api using way"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[Deprecated]"," remove Deprecated ListItemIcon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove Deprecated IconButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," AutoSizer, DeprecteadDownshift, DeprecatedInlineEditable, VirtualizedList, VirtualizedMenus, VirtualizedSelects, useCallbackWithTimeout, useFocusHelper, useHoveredOnceHelper, useHoverHelper, useLazyRender, usePopupHelper, useRenderedOnceHelper, useShallowDependency")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add forwardRef and remove useThemeProps in deprecated components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d381f3a73f182dfa4ddd4a30855ea1cb2888e86d"},"d381f3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add useThemeProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/59da666c94c50abe5d1c310e14a539cfb37d4999"},"59da666"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add useThemeProps story and update custom theme doc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/be950be2ef1663bb392dbb582f5bc09814d917c3"},"be950be"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add useThemePropsd (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f01dd61f0f3dfbcbcbd2bc730429150776b75b5f"},"f01dd61"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix circular type reference cause by 'typeof' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab2f4877887bfd07f84187e495d401378e1f4059"},"ab2f487"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/594041d0145acf76f9826ef9f4f63503dc31cadb"},"594041d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix prettier problem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1abbd1466830fe50475f85eebb63f0ec8094f415"},"1abbd14"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix tablepagination (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d85849431ef022f6e3783463c6e17a1eacbce9ea"},"d858494"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," rm DialPadButton in theme.ts (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c46b11a9ae386217ed5e0318ee2a35a933d1397e"},"c46b11a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," update story snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6f9234135375aa6a2ff8f4f5126cafb1f77eb01"},"c6f9234"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-598:")," [","[build]"," Support tree-shaking when importing by subpath] config (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/049383f199138bce57e74a395ae2227e9a5dbf52"},"049383f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," clone virtuoso into project 1.9.3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c3f6f9399f8d62a09665b6207da7d25353c11d25"},"c3f6f93"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," format and fix eslint with package (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2f828802cfbfb1ba6a8e24883f09543070ff1290"},"2f82880"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PortalWindowContext")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6a98e39aec248ccd57a12f0ff9dad6dc803cca9"},"e6a98e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," update virtuoso version to 1.9.3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7dd3958922cebb2f02adf05a84139cdc8672162a"},"7dd3958"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-602:")," ","[TablePagination]"," implement whole new TablePagination (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0fd3c9d8848161fe06b23c5797c623ca28cc7efb"},"0fd3c9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Downshift]"," remove deprecated component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d81a37c11bc7ada2dd0297186bfb2c63fc0f156"},"1d81a37"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Downshift]"," remove deprecated component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f0dd2e45619afccdbe8c3280a8bcb76ef1e265b"},"3f0dd2e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Theme]"," fix create theme for dark and light palette (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c8f5abc4d9f99c695a34e22426d029acd49715ea"},"c8f5abc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[dependencies]"," remove dependencies, downshift, react-resize-detector, react-sortable-hoc, smoothscroll-polyfill (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/465fd18400ba5472029a905ab9b548b31632190c"},"465fd18"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/965dd2783316986f249285d52fec6d7c304b1e78"},"965dd27"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[ZoomArea]"," remove ZoomArea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b635e54475402cc66a228aa6914e018ec29978d2"},"b635e54"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," remove any (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efe6e6ced9f0b92546870b3be94dd78c7f9c3def"},"efe6e6c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[Type]"," add miss WithTooltip props type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1e8167f522f9dcf6331e53c8fc1ce2be0e8cbe2"},"f1e8167"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[Deprecated]"," remove Deprecated ListItemIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c5052eefd1ddbed1847385524bb244d1fb3b3c8a"},"c5052ee"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[Tooltip]"," fix forceHide logic, also bind blur event with item (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1ed8407344dc7f39d35dc2153b9c7d3181333858"},"1ed8407"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[VisuallyHidden]"," share style between useAnnouncer and VisuallyHidden (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b1f983b56c481f1bc1edebccf14dfd3a15c7f83"},"3b1f983"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove deprecated export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/86b4532c9a312d6a8268bed42c336c42fc7fdc23"},"86b4532"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove Deprecated IconButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f88c8524d7ee0ea81d1edb5cb02247566265f187"},"f88c852"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove VirtualizedList related code (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/358e5b83bc2df43b2ad807939ddb1a6659ea4119"},"358e5b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Hoc]"," migrate withDelay import path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/406bf393f592de4a7c8330b6f088bb5c89bffe3f"},"406bf39"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Hoc]"," move hoc into foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b7e09661b96d5da6c91eceb3c6e82c879ff6103"},"8b7e096"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Hoc]"," move withToolTip into Tooltip component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/93d6ca0aed210382d293d9ec7f2cb50c18563cc1"},"93d6ca0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[TableHeadCell]"," switch error import from util to lodash method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5f2d860b5bbc64ad6a92728cf84adc77d736a97f"},"5f2d860"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[useA11yKeyDown]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useA11yKeyEvent")," and change api using way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/36528bd82dfb3516a3a2725d4bd57c74dff0b24c"},"36528bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[VirtualizedDivider]"," fix VirtualizedDivider style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e65917013d4d0fee6c3c0067ae045334284df3c"},"5e65917"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[withToolTip]"," migrate withToolTip import path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee62c3e7629c680e748df64440ddb9b7e6eaf4a0"},"ee62c3e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.5...1.8.6"},"1.8.6")," (2021-07-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[MenuList]"," Remove not need min-width and max-width for menu list"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Downshift]"," rename ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"noSkip")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabledItemsHighlightable"),", follow ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"MenuList")," like prop naming."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[SuggestionList]"," rename to RcSuggestionList and move folder location"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Select]"," that old menu props with old vl props will broken"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[VirtualizedMenu]"," mark old ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"VirtualizedMenu"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"VirtualizedMenuList")," deprecated"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Portal]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useportal"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"animejs")," dependencies. should use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcPortal")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Animation]"," old animation be remove, should switch to new Transitions, Animations"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[ZoomArea]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcZoomProps")," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcZoomAreaProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," provide groupBy feature (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5d6554c9181218382a7f22b4ed99d33b37ee98dc"},"5d6554c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Animation]"," implement whole animations (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e59265fece1fc7956d7edafc495947a32c4acec"},"4e59265"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Portal]"," provide Mui portal outside, remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useportal")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7ae8866fdc409da20d97fdc038f872a95fc56bfb"},"7ae8866"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," [","[VirtualizedList]","Make virtualized list compatible with chrome 91+] only use overflow-anchor in chrome and do not use both solutions at the same time (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b7e0d9f7dca8336e292ebf8becce229a2eed9bc"},"8b7e0d9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-591:")," ","[Avatar]"," provide shortName and colorToken hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d7dda3d419aa189b09a220be6925d44f2c89eb9"},"4d7dda3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Downshift]"," migrate to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyboardMoveFocus")," to control all focus behaviours. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/411294053c1b68120417dae50cab89984205e595"},"4112940"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHiddenToFocus")," to move focus from hidden element (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3cd4cd7a8ce9f3baf3053956e90743918e5f8fdd"},"3cd4cd7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide cancelable sleep method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/26350ba55fb610aac718e5234222d9d55dfbb0b9"},"26350ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide hook for useKeyboardMoveFocus, useOnlyOneFocusable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31cc258d512e974b26187f331584ed4d4f5bf7bd"},"31cc258"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide useRetry for retry times when exec callback fail (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4f132b81bd31a05bb077961ba83a433a585efc96"},"4f132b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[RcPortalWindowContext]"," init document ad default value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23e8de4b2ddd6278dd7a4199aae20ad2315c5c2a"},"23e8de4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Select]"," migrate to new VirtualizedMenu with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Virtuoso")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/55f7d7595e94db8e107bc0b9c6fd36ecc6dc3b4d"},"55f7d75"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Utils]"," provide getScrollbarSize from Mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bc53ce43eb968dcb14549bcefa15e513a7f852d"},"0bc53ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[VirtualizedMenu]"," new VirtualizedMenu with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Virtuoso")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a54ab71b3a6cd00acb141b366bf4e98cad8b6c1e"},"a54ab71"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Virtuoso]"," provide ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useDynamicHeight"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHighlightScroll")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/116ec8b6def2b68fd6aa8c49ed8ff461d197431f"},"116ec8b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Virtuoso]"," provide utils with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"isOutOfRange")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/06581b8d1201e2a13400f78e58ede2bfa9025d24"},"06581b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Virtuoso]"," re-export virtuoso (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee661a03fb0e344ec184aaff7b21772c126fcb7e"},"ee661a0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-599:")," ","[Hook]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useOverflow")," hook for trigger when overflow state change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3ff87231982f5e5f23f6bc8e3df4b9fb627660c2"},"3ff8723"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[focusVisible]"," change focusVisible color to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"interactive.f01")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66970dd7c8feb6b810ac1dbd5067bdd72747da68"},"66970dd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Animation]"," remove all old animation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4425358ba1332a5fe870d0c5efd9ac490c5edcfa"},"4425358"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Hoc]"," re-export Hoc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e6d9871de9f60a0bfd7bba0db1621a7ddfc0169"},"8e6d987"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[ZoomArea]"," fix ZoomArea type naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1baa7f3ddea71622d634128a6979656d871a1b83"},"1baa7f3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Select]"," boxSelect should have outline in highContast Theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a75772273b7bb3f857e005495a6110ee33f6842"},"2a75772"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," [","[VirtualizedList]","Make virtualized list compatible with chrome 91+] fix check logic code (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/18ad8337b0d8726fc1b7df832e86560d2e15739c"},"18ad833"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-592:")," ","[Responsive]"," change default breakpointMap same with theme breakpoint tokens (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b85dc26a253f07574a25aef0b5c91f44f7859901"},"b85dc26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Dialer]"," migrate to useKeyboardMoveFocus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ecdd0f8d34dfc89057050514383f615c10b50afb"},"ecdd0f8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[MenuItem]"," fix menu item menuItemId with useId (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a97bdb26fc2afc3b42969a5981f5b452f6789443"},"a97bdb2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[MenuList]"," remove MenuList min-width and max-width for use easy (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5ea4b1902fafcd14a4137e1275b2669ad76ab493"},"5ea4b19"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[VirtualizedMenus]"," deprecated old VirtualizedMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fc9bb85f4a785f378ce6eb547c42aad280cd33d7"},"fc9bb85"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-599:")," ","[Text]"," fix useRcTooltip with open error, migrate to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useOverflow")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b44aee30312275cc190247225effa4e40bc541e"},"4b44aee"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.4...1.8.5"},"1.8.5")," (2021-06-30)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Remove deprecated palette tokens🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"[Palette, Typography]"),": pick only our palette and typography type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"InlineEditable"),": release component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Dialer"),": support keypadMode with Dialer."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift"),": support noSkip that will no skip disabled item highlight.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-587:")," ","[foundation]"," rename ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getCursorPosition")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getSelectionPosition")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[InlineEditable]"," cleanup component, old InlineEditable mark as deprecated")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[InlineEditable]"," cleanup InlineEditable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b13ad4c92f1685d5936bf9efdde2b5c69c777435"},"b13ad4c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-580:")," ","[SplitButton]"," keep active style when menu open (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6d850690104c031358eca1993462bb77d354dc41"},"6d85069"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-581:")," ","[Foundation]"," provide GlobalScrollBarStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a61633a087c0b103261069d0aabafa403144b88e"},"a61633a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," remove deprecated token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efb872b1fe8ca3e600bdf614379c368b9c7e4ec1"},"efb872b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," remove deprecated token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77a15aade8f74f58815b36a9780db4f59a0f2a56"},"77a15aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," remove mui default typography (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3c462ddd2fccb49207497cc934e8de8583474214"},"3c462dd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," Sync themes and change default theme to rcBlue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e32ff00a3c337b241e4c85e9da13d473cb9fda3"},"5e32ff0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," Sync themes and change default theme to rcBlue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7281f5568ead2d9ac442340a4e065db6e1702d73"},"7281f55"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," Sync themes and update scss (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3af58cb0fa83725db81f3c1c1fecc942e15b9c36"},"3af58cb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," fix theme merge (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0d1f9d63062a7923239b48d6018509c05bb0441"},"d0d1f9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," update default theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/270171a5f58a1bdb4531d91d531bf5476d4aec75"},"270171a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-587:")," ","[Dialer]"," support keypadMode with Dialer, new util setSelectionPosition, useFixedEndSelection (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a07cc1eb1ae1f6a27c1fcc533d078834446acb6a"},"a07cc1e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-588:")," ","[Downshift]"," support noSkip that will no skip disabled item highlight (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7a76dc794841333b297242d1557566e6ddfb7e56"},"7a76dc7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Palette, Typography]"," pick only our palette and typography type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/86b0c7e18e8267448ff7307c0f95947bd17deb91"},"86b0c7e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Scss]"," update scss (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cc59c9eb7b1e56556cc43c2f2b933e684ca19316"},"cc59c9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," defined spacing (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b019361ac9eb0ebdeeb09b9fcb86c80aa924856e"},"b019361"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," update sass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44a7c517c1818355e12d572fd526a2ba8644e66a"},"44a7c51"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-587:")," ","[Dialer]"," fix error refactor with delete char (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a5294cbd267c249d553bbf113b7a38d0ad97249"},"5a5294c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," ","[Make virtualized list compatible with chrome 91+]"," fix the scrollTop jump after load more data (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/12a3854a5ad78e73605bf601fd391562cb330eae"},"12a3854"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," ","[Virtualized List]"," fix some code (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/59e2d31d0942d9e5c45d561b09569fc2f65b5005"},"59e2d31"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.3...1.8.4"},"1.8.4")," (2021-06-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcSizeMeasurer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcSizeDetector"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcMarquee"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcVirtualList Version 2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcVideoPlayer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcDragArea"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcAtMention"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcAudioPlayer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcAutoCollapseActions")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[DialTextField]"," support onlyAllowKeypadValue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/887a25305662e07d89098c9c2728470400ba3803"},"887a253"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Downshift]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SuggestionList"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useDownshift")," export, support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxContainerHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b322a20dee47a81eb0860914bc68882a0502b3dd"},"b322a20"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"flexWidth")," Provide utils for set width in flex box (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a54778efa1987007ea564772e7d47688125e6ff"},"9a54778"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[IconButton]"," support elevation and activeElevation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e96a6d80e0872a4a898158ed19399aff7221e1eb"},"e96a6d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Select]"," support Select with textVariant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/952d7d8077a1709a1f33a8c00d2be89671d04a36"},"952d7d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/10455187af210a6c0cf101c0a19856924c65acc2"},"1045518"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5277229b37d872e1c9eaaeac1fdd4505d192dd91"},"5277229"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2081a576f6470e6e2ee66e81d7464df9d144352"},"e2081a5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1f9beb335a85379fc4809d6de4765fc86301499"},"f1f9beb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7daf0f0b1c81dc88ec5148d8d1f1b7cd25249298"},"7daf0f0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fd55b8b1a6b5d042385a07aef92f45b3a2edb0e"},"8fd55b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c1bd0e56a4e84176a9ffd13c51fd26e7e0934ba8"},"c1bd0e5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7aacdf216783acdd7fea26a3416c0e19aba48e5"},"d7aacdf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/14a598ad10ee868b230976fcf9910355a5a4da85"},"14a598a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," remove all ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"mock")," folder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/02e82a9b900aca1887bb44400aeac7d860679488"},"02e82a9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Export]"," re-export missing components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e327bc7bfdd1f710a047276b4949718f788a5a7f"},"e327bc7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Typography]"," fix typography with inherit variant not have font-family issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/17f2522af8668206a5f86f62bdc0147501b06211"},"17f2522"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.2...1.8.3"},"1.8.3")," (2021-06-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Full Support touch device style🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Dialer"),": full support dialer logic with touch device and accessibility."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Drawer"),": new component Drawer")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Fix"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker"),": fix min and max check timing when range change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Others"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": provide clearWindowSelection method to clear window current selection cursor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useDepsChange"),": provide a deps listen for sync check is that value have change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useRefState"),": provide a deps listen for sync check is that value have change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": useKeyDownOnce Provide user trigger onKeyDown only one time when hold press on key."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": useLongPress Provide longPress helper, both click/tab/keydown will trigger event."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": useTouchMouseEvent Provide a utils for switch trigger touch event or mouse event between different device")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-34913:")," ","[Icons]"," update icon list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2b60791c525c38ab686b0d7fb30021d05727a7a3"},"2b60791"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," provide clearWindowSelection method to clear window current selection cursor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9d7cc42b846d773b028509de4455d33f57343df4"},"9d7cc42"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," provide getCursorPosition utils for get current input element cursor position and is that selectRange state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/18528b392e2594048336a5eee12ad4cf277e200d"},"18528b3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-519:")," ","[nonTouchHoverMedia]"," apply hover style to all need only have hover style in desktop components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b53d3533465f51ab97339bbc13af2e8e72672d0f"},"b53d353"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-519:")," ","[nonTouchHoverMedia]"," apply to clean button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/517e79a8b9ca1e215cd5534a141c04b123f18ef6"},"517e79a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Global Theme Props]"," support set props global with Downshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a80ae2939f89befa1b670dec95f2ac9865b6fad"},"3a80ae2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[Timepicker]"," provide getTimestampFromHourAndMin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/898f91b3d52682e04e1cb99f42e17b4acd762394"},"898f91b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[useDepsChange]"," provide a deps listen for sync check is that value have change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba180c92aba5cb6c34e7ed7313c1be4e0f6c93bf"},"ba180c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[useRefState]"," provide a deps listen for sync check is that value have change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0132f3ec3b80151225941609e5dd71d935cd0c63"},"0132f3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-570:")," ","[Drawer]"," new component ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Drawer")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/927b8c853389ea34863bfc433100f8524137bed0"},"927b8c8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-574:")," ","[Dialer]"," add token color for dialer icon second text (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1c7464833b5cc5461eed322bce263679cc6ec718"},"1c74648"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Dialer]"," init whole dialer related components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cbeab72909acfcd764aafd7f5d64c935119370c4"},"cbeab72"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Dialer]"," refactor whole dialer with useLongPress (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0bca54d51848bbaf2867c0a7c83f2bc95a0c4ef"},"d0bca54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Dialer]"," support touch device (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/45b7331fada5d19e8d64c9a15aa46a06387c1c57"},"45b7331"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[DialerPad]"," support arrow direction (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/37446a952c5504526b8059eb198c93bf42cd8524"},"37446a9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyDownOnce")," Provide user trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onKeyDown")," only one time when hold press on key. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/605b70947a260aad8a17418fb8cf0fe9ab2b67d4"},"605b709"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useLongPress")," Provide longPress helper, both ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"click"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"tab"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"keydown")," will trigger event (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b9df3d13ff8c0616fc1c6d59474e02dc3925cc8"},"3b9df3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useTouchMouseEvent")," Provide a utils for switch trigger touch event or mouse event between different device (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b1be6088841a0378bbd6e73d413c8847dd6c1977"},"b1be608"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[IconButton]"," support persistBg class, let user can set color by className (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51f9f0734ba41d2c1ddb3c22b9022683adf44c86"},"51f9f07"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[DialPad]"," comment for props type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/327d53f69eb8fd934c17f7b643f2c2b9038df8e7"},"327d53f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," fix useDebounce and useThrottle type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9b0a576e76e736bedf1d19a7bc343974757148b2"},"9b0a576"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," remove useEventListener warning, just destroy listener (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fdee13a97df8868a49b680192a43c548aae3d994"},"fdee13a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix array polluted issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c09be16339a16f68139f641a77f515f238b63ed"},"9c09be1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix copy paste when disableCloseOnSelect={true} not open issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1936db495ffdf3d8c397479ece3655b4f49e37e"},"d1936db"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix jest issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d5a7df9c46dba797355225ea671bf0a4c58bf243"},"d5a7df9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix popper position issue when at the bottom and item number small that max (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/53f6c8396d70f88800e25b77a97165e67ada809d"},"53f6c83"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix scroll scrollIssue, when optionItems.length is zero, just return -1 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1037ed3f2a7b38fc4fcced02d4d441180723f02f"},"1037ed3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-554:")," ","[Tooltip]"," fix logic with forceHide (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7a1bf7bf8c5edb0f09bfb0286bfb9dae71ae19b3"},"7a1bf7b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-554:")," ","[Tooltip]"," fix when children button is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabled")," that error in Mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/43ce47b5c99933d6df5b6081a4b8913770a1d3f8"},"43ce47b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-554:")," ","[Tooltip]"," support show tooltip when switch tooltipForceHide (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e543b5a2f0d6e23f5ba7c893d534100603b136a6"},"e543b5a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-560:")," ","[Timepicker]"," fix min and max check timing when range change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c2b0bfa7c3d883ea86310c472c044863b7051e4"},"6c2b0bf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[Snapshot]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fcb8b111c5c7c6181abce6e49464c6dd310d208d"},"fcb8b11"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," check boundary after get original show hour value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9862c300ecd59a85c81f32f29cde3b5b1f05dab"},"a9862c3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix init selectionView init value when no value and has range set error show (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a163e1dc75fd2c9e44f431d9235ee1120b27e0c1"},"a163e1d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix min and max logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a0d7ddce2a839e121cd193f5de0ac9f55b322f70"},"a0d7ddc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix period init value with undefined (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/201851911a4738217fefcdc78ff66ebee76f29bb"},"2018519"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix period switch logic when only have min (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39c2df7c925f990c3d28198962a71fde5054df36"},"39c2df7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card Pressed State]"," Apply card pressed state when ripple is disabled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ca90fcc60ac7ebc97009016ac6bf2c8b539ce45d"},"ca90fcc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card Pressed State]"," Removed unused vars (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dfaea59f94477a7efc5b543e365dd0f8bb3b37f5"},"dfaea59"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card Pressed State]"," Updated story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ae39394bc3114854b896e39607c9f8662aab1eca"},"ae39394"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card]"," fix logic with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useThemeProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ef519680106b85c87062f4f41e7b23b8cb49f67"},"8ef5196"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Types]"," fix RcComponentsProps type for that can use Mui base props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b5df58c69c448b2e033697b28b95693da96cbd2"},"8b5df58"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-566:")," ","[PortalWindow]"," add some miss PortalWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/feb4c5bc7f8ecdf2835d4df5fd342c2208330c84"},"feb4c5b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-566:")," ","[SubMenu]"," fix DetchedWindow popper postiton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/839d3fb131c37f12bff564ee347092f3f67cfe47"},"839d3fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-567:")," ","[Tabs]"," should not reorder the fixed item when switch to first item in MoreMenu varaint (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b631d791ca0423eaaad5f17cdd6b02c079962819"},"b631d79"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-570:")," ","[Drawer]"," set default radius as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"lg")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/026226255a2e6493308c49f8371f9c1acc0e00ff"},"0262262"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-572:")," ","[Menu]"," deprecated menu support detachWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44317c113a216919d369d06c6282ad92273fca95"},"44317c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-575:")," ","[Menu]"," popper outside the viewport (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b35b82714d62dbf8c8c4f31863d80eb8d06295d5"},"b35b827"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[DialerPad]"," fix keydown delete button not re-focus issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/20f80d4dc3fe4a6ed9798bab480dc44832a759b2"},"20f80d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-577:")," ","[IconButton]"," fix style with plain logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2636f2c5da6360c81c6adade52c0abd177e6e917"},"2636f2c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.1...1.8.2"},"1.8.2")," (2021-05-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," migrate VirtualizedList to 3rd react-virtuoso, when you use dynamic item height, you need add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"dynamic")," prop"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-426:")," ","[Avatar Type]"," when set clickable that component type will switch to HTMLButtonElement")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Package:")," ","[Lodash]"," update lodash to 4.17.21 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c3fbe4dc0ceceb86bf839fe2be8766b6e9c4871"},"6c3fbe4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-426:")," ","[Avatar]"," move opacity to wrapper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da66eb14e3d53b51570fc5f96c49f2a6a74e513b"},"da66eb1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-426:")," ","[Avatar]"," support disabled when clickable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d9bfdeb0d9c137a6dc9efb87285352504297c38"},"0d9bfde"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," migrate VirtualizedList to 3rd react-virtuoso (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7c131bc78117bd6e0f96cb6054f6121ddda91e2"},"a7c131b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," support debug with popup menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/01f6a9e0269544a464a4a0874608246be8e5c649"},"01f6a9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[outerSize]"," provide a utils for get element outerSize (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fee4ebff2d597ca1443b8bf264ac0161653a9fae"},"fee4ebf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[useResizeObserver]"," support ignoreFireWhenObserve (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47d4a1b65331853fe8d614e5a96986e9a61391df"},"47d4a1b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[SubMenu]"," support DetachedWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9d09cd4c865ac87fa4d88a613eb376c25b68ad2b"},"9d09cd4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[Token]"," add palette type dark (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/288d85f1b25f3539baee07e5388bba2469fa45ef"},"288d85f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[Token]"," update theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/63965b39b0e84db16882c1ffe16455ea81a2ec41"},"63965b3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[Token]"," update theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a059cd85b0fe8c92a9b9ed640882872574f96013"},"a059cd8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-555:")," ","[DialPad]"," support addition props on DialPadButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72962d9361d38336c0f65dee54e79a29867bdd4e"},"72962d9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Package:")," ","[Eslint]"," update eslint related change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8802f5f2bd095a5e1a94ed5910e8cd8eb6492b9"},"f8802f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Package:")," ","[Jest]"," fix tsConfig to tsconfig (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2162994b42134777d6f4d02ad9be15e17ccd3a52"},"2162994"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix init with zero items height issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a06fe23b28def2641cb2b7f4a3c1c13ba888c270"},"a06fe23"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix scroll logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b8bbf23c3a32cf88a51e29a6b1ec0fb4a489dd99"},"b8bbf23"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," migrate virtual list to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"react-virtuoso")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23b241d3f620c929661b0126bd3923464a9b18b3"},"23b241d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[useVirtualDynamicHeight]"," refactor whole with Hoc and make that easy to use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2881d24a28a610ecbcecd0e7e84b543c8be918a6"},"2881d24"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[useVirtualDynamicHeight]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useVirtualDynamicHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e745efddc54527dcf26d84842baee60432f42e6a"},"e745efd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[VirtualizedList]"," relive vl (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf176d4d5821fb22de3b63aafaa3bc79a8c98b25"},"cf176d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Styled-component]"," support outside custom theme with DefaultTheme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f28faa5a3e2c13a6b52195931fe2ffec2aa47570"},"f28faa5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[styled-components]"," migrate inner lot of styled-components to foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1984ac52c34b1c8d6ca76f68903f7c7334bb7218"},"1984ac5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Type]"," fix Hoc type implement way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/920950e08328cfc07a35e633a64c09826df718d4"},"920950e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-551:")," ","[Scss]"," fix variable non correct string type issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1778c0bb33f6565aa17ebf503a2ee18e01d6bacb"},"1778c0b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-553:")," ","[TimePicker]"," error with max (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/509e4ed8b83a89a8f8dd257df72a372a05c8063a"},"509e4ed"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.0...1.8.1"},"1.8.1")," (2021-05-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Upgrade React default support version to v17🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift"),": provide action ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"keepHighlightedIndex()")," when options change not want reset highlighted item"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Button"),": support xlarge size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tag"),": support support custom radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"SubMenu"),": add onClose prop to MenuList and SubMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New hooks"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Ripple"),": support disabled all ripple in Mui theme with all component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useResizeObserver"),": support detachedWindow with externalWindow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useId"),": add useId hook, support auto increase id")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Others"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Token"),": apply all miss new tokens")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[Dialog]"," remove deprecated Dialog"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[palette3]"," remove palette3"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-535:")," remove RcPopperMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-271:")," ","[React]"," upgrade react/react-dom version to 17.0.2 and enzyme-adapter-react-17 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/62ce09b56700211d48e1527a5d0e3e7f6968c456"},"62ce09b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-271:")," ","[React]"," upgrade react/react-dom version to 17.0.2 and enzyme-adapter-react-17 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/333c473c7b01cf54da87368db841346fe2c52fd2"},"333c473"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-511:")," ","[SubMenu]"," add onClose prop to MenuList and SubMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/02a02b24af389235d719164bf2a6920f7fa01d35"},"02a02b2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Menu]"," use useId in menu component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9589d813f99db9ea2ed39013d9194c1a668969fd"},"9589d81"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Package]"," remove not need @react-aria/utils (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/761603a45a9ee0fd7e849703ff378dabb85bd537"},"761603a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[useId]"," add useId hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7e40e7588fba9829a32dc1cf930514d883be4a88"},"7e40e75"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Downshift]"," support click area focus on input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2349d603d468293830c67f0b51f084b362c98f4"},"d2349d6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-524:")," ","[Downshift]"," set z-index for before and after to prevent line behind tags (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5360594cdfc4e49bb773f84f38979a5f12607b98"},"5360594"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-525:")," ","[RCTable - Make sort arrows consistent with DataGrid]"," Changed sort arrow display to match JUI DataGrid. Temporarily using arrowUp and arrowDown icons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fad59f5ddb45c83e0fb6619edf70745de306c0b"},"9fad59f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[ResizeObserver Polyfill]"," fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29a1ba44cd94817a618199b4ad11b41742a8f288"},"29a1ba4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[ResizeObserver Polyfill]"," fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/96b830dfb584ae81485a9923dd0dc3117914f0ea"},"96b830d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[Tabs]"," add ResizeObserver polyfill (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d757bec3828df1f69325b2fdc00747986b07303e"},"d757bec"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[Tabs]"," add window for ResizeObserver polyfill (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/014d7840ba3b4e12cfd934d275e814c27c18b7aa"},"014d784"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[useResizeObserver]"," fix type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e7b0f70ed58d2808abc89c90212da758ac51560"},"8e7b0f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[useResizeObserver]"," support detachedWindow with externalWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d184ac704ab3045107784ed2b9d34bdf764ecd47"},"d184ac7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-529:")," ","[Downshift]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"keepHighlightedIndex")," when options change reset highlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/764788ca24e52db5e38fb7d1ff98be32a998ee94"},"764788c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-529:")," ","[Downshift]"," trim value for avoid paste with newline end (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23ca9974c3743a493c3127a8dba03560df2d7221"},"23ca997"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-534:")," ","[Menu]"," support in DecatedWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da594261312b5cc6d15ed665c81687772231d048"},"da59426"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-535:")," ","[PopperMenu]"," fix type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46c674fdfe2735b06f3d96e958cfb13d0dd6d084"},"46c674f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-535:")," ","[PopperMenu]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e144d4336073d8535b97bfff8c4966ecaa0e56a"},"2e144d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Ripple]"," fix component disableRipple prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a519c26814a0198cadfc086d651b59f6bf0d3158"},"a519c26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tab]"," remove not need observed prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/36d24c677cfd8ae330bb0ef4e95cd3ce8a3a51c2"},"36d24c6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tab]"," remove rename prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/69a2c7986a34909662e2727a062091ca4ef60a5f"},"69a2c79"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tabs]"," support Custom MoreButton when variant is moreMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0c7da8c112ee90012ef8e82eb66985ca31000b8f"},"0c7da8c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tabs]"," support Custom MoreButton when variant is moreMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a91f88482a2fbf83f54bd71e0ed6771640ab8a5"},"5a91f88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tabs]"," update story example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a15f33e0779882df04ab715080d7913270eb05ed"},"a15f33e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[SnackbarAction]"," support color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/111a8319decd40c02f9bceb83c74cf5d051e650e"},"111a831"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-540:")," ","[Animation]"," remove tinycolor2 replace with mui fade (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fe4fce1ebe1b746983848b862cb7b6f776cfeaf0"},"fe4fce1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-540:")," ","[IconButton]"," support radius for IconButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a96683c345c82e6f298b458e6c8bdc6cf41a9e8"},"5a96683"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-540:")," ","[Tag]"," support radius for Tag (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21ad16bd54df0f7662ed575775aa3e5ba5d4e8bd"},"21ad16b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-541:")," ","[Button]"," support xlarge size with Button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/14372f150dff1e8276d710f5fedc27d881e945e2"},"14372f1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-547:")," ","[ResizeObserver]"," remove fork resize-observer-polyfill, provide getResizeObserver for check is that have ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ResizeObserver")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/915327e9bf8caafd84ae59452be5f6ebb64cb3ce"},"915327e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-:")," ","[Icon]"," update icons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7243ba273d28dca9ab59d21ee034bfcb87dd9e2"},"c7243ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[dependencies]"," move not need dependency shelljs to devDependencies (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8d120460c1ee65693bd74e452a8ce021d23ebbba"},"8d12046"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[Dependencies]"," remove re-resizable dep (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5356db23b05cef44d7ffb2b42b711c7ae1aae4e"},"e5356db"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[Deprecated]"," remove deprecated Dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf9ebd7c2ab4f42a984895b87abf1395477514e4"},"cf9ebd7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[foundation]"," fix some foundation type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3772899481fddff81ea3cb4dd8d05fe638e6e54b"},"3772899"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," fix highlightedIndex be reset to first when disableCloseOnSelect is true (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0347970eef692d1f335042903834951131792520"},"0347970"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Tab]"," remove children cache (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c83ea272eaeef22749d59d1beba581be22fa0ab"},"9c83ea2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Tabs]"," fix component tabs size computed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89ac5498a38d8121ec9ced4fd56f14120b0b084e"},"89ac549"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[useId]"," add test and fix logic, fix useResultRef type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cd89a085056cc638cbf5c8b41a56e340cf285574"},"cd89a08"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-520:")," ","[style]"," remove const styles (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8408fc0fc96e3d0b2d6e410ad11a0399f45a46e9"},"8408fc0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-520:")," ","[style]"," remove const styles (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/afa15d1f1b5869ff790e6721cd70aeee59d0f950"},"afa15d1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Cards]"," Changed default styling to preserve original styling (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d18515ef3f08c02d05e79693c3af657eddc1e3e8"},"d18515e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Cards]"," fix storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/028214a5afe6c7f9ce51ecf734800091123023df"},"028214a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Cards]"," remove all not need defaultProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a8abe79db3a4edf51e1b7422eda9168cc79c73b5"},"a8abe79"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-524:")," ","[Downshift]"," support scroll in downshift tags area (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd43b7837aad5d7284ea7cff8a20dd19d4fa706a"},"fd43b78"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-528:")," ","[Picker]"," support type required for picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4bfe3aec6281773076b23194c426dfafb503be6a"},"4bfe3ae"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-532:")," ","[Link]"," fix default color to 'informative.f02' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f68e0e92d83cada38dde8e58cadf5c786da4d50d"},"f68e0e9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Badge]"," fix none invisible style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/058e31edc440f07f823ecfa675ed605ab00d9892"},"058e31e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-537:")," ","[Downshift]"," apply keepHighlightedIndex logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a862578433be299f5aae9ae27ceafa9aab92a69"},"9a86257"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-537:")," ","[Downshift]"," remove not need logic because migrate to new downshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c1cd2726d0d2340de03320d2790040c04ae7ab49"},"c1cd272"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[Color token]"," migrate all miss token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fd97f28ce83a534b3990d9f17bd121c13ad8105"},"9fd97f2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[ColorProp]"," migrate all RcColorSet to RcPaletteProp for full support correct type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b61c2639f39454a2eb3371f6737eff0716ceb26e"},"b61c263"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[Tag]"," fix tag color to new structure and fix color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ea6b8d380c9e1f7b196b0953d98c18b71b09b444"},"ea6b8d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[Typography]"," fix data-color show logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b8ac6540ab42d90b5ca1d378dcbae2c11d2efdb8"},"b8ac654"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-544:")," ","[Build]"," fix build polyfills folder Lost (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/71389d1428442c50e3b192b716d2aa8ab8d076d1"},"71389d1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-544:")," ","[Build]"," fix build polyfills folder Lost (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d16d159796328a64afc00d0309f2ae7bde1d5dd"},"4d16d15"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Styled-component]"," fix type for prepare update styled-component version (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/545452543ef020a114fd8ff8491ed980c84579dd"},"5454525"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Type]"," fix NodeJs Type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/051467a297f779125beaa0bd00021a431571bf0f"},"051467a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-546:")," ","[TimePicker]"," Value is wrong when set min props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0864015270b7d71d1c632ef41a420ca6a98daef2"},"0864015"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.7.0...1.8.0"},"1.8.0")," (2021-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Responsive API announce🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We announce new responsive API for you to easy to switch size between different size of device, view ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/?path=/story/responsive--responsive-button"},"Responsive")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New Components"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Card")," are surfaces that display content and actions on a single topic."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift"),": new downshift full support a11y"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tab"),": new Tab components for easy to use")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New hooks"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useResultRef"),"]",": provide a method for enhance useRef, provide useRef can get follow function value once, prevent useRef(getValue()), that"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useResizeObserver"),"]",": support throttle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useChange"),"]",": improve useChange with emit prev and next value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Others"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"isRef"),"]",": provide isRef to check object is useRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"nonTouchHoverMedia"),"]",": new style tag for only apply hover in desktop"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DeprecatedMessage"),"]",": that deprecated message no longer show in production mode and when set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"WARNING_IGNORE")," as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[usePrevious]"," init not have null value anymore, default is undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," implement whole downshift behaviour (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3274b99cbddc57a63b4fbfc8ec454c34cc16ef14"},"3274b99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[isRef]"," provide isRef to check object is useRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04682a59332f3343a1bd75198c9d4063ed049a04"},"04682a5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[RcVirtualizedList]"," part implement vl v2, not complete yet, but is ok to use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c219192dbf164e86f941b05633464c9d4bfcfa46"},"c219192"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useForceUpdate]"," implement useForceUpdate (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e172d9b6471217c4cf46dcd1be287deb9f0d8298"},"e172d9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useOnReRender]"," provide method for only trigger when rerender (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e7820193380d0f57f5d1acce3b7a8ffa561e301a"},"e782019"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useResultRef]"," provide a method for enhance useRef, provide useRef can get follow function value once, prevent ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useRef(getValue())"),", that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getValue")," calculate every re-render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b12af260841b40fccab783b7c8f72ea3e190f476"},"b12af26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[VirtualizedList]"," provide getIsScrolling state ref (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fea92013b6ae5c92c1953b23977815021c9cfc9d"},"fea9201"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," support SuggestionListProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a6427adc36bf88e458f6084d5e86aa9f7c6bb233"},"a6427ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-486:")," ","[Tabs]"," component cleanup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f0664613f77ccda8589319025715cff69c72dbc3"},"f066461"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-487:")," ","[Infinite List]"," extend infinite list with customized scrollbar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/74870e74bc426f9caf0981c0c5fc238f2e615b22"},"74870e7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-487:")," ","[Vertualized list]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b68e5dff195c81e2da8e91c5f51bb8432d87840e"},"b68e5df"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[TabContext]"," add displayName (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5d05d097178abede4f5911fce91afe99a1cb917e"},"5d05d09"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[TabList][tabpanel]"," cleanup component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f4495f684d596d715a1bc2e9eeb8245cc0172e91"},"f4495f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[Tabs]"," fix performance (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e5d85771a44daa61661066eb3c3774265300230"},"5e5d857"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[Tabs]"," remove console (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66847e45ec9f40163d815b63558b2ecf59fa47d2"},"66847e4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[useThrottle]"," fix provide useThrottle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8c11edef70e0049bf1323019cab2ad9c5365aca3"},"8c11ede"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-489:")," ","[SplitButton]"," set menuProps keepMounted false (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4521e31ee6cc7b380fb8345a7d8dbe496f5cf10"},"e4521e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-492:")," ","[Card Components]"," new Card component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a7da7e67c3a095d77dc08260898b32fe8684013"},"5a7da7e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-492:")," ","[Virtualized list]"," customized vertical scroller (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9ab402562dedacb8b4e4851ce718511bb6fbde49"},"9ab4025"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-498:")," ","[SplitButton]"," fix ripple in safari issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9bac1f5127cec8fa98abbf7adb6593f81c38bb87"},"9bac1f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," add common responsive hoc, hook, context (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2844ecddf0ac9dc1612ef42f710914d133bb8605"},"2844ecd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," add some demo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e0b469f48b9af3d39e287d3dfd6ca3ce3921b4b"},"4e0b469"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," get width by clientWidth (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dd5095d5ba8dbb2fd270b16dcccef9a15f3c0a2b"},"dd5095d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," withResponsive (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/366b051bd64820714cdf69b6652fce56681ffbc6"},"366b051"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[useResizeObserver]"," add throttle option (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d021fbef9961d0533ea7e62f9dabed1a08550e80"},"d021fbe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-500:")," ","[Icon]"," supports to be auto-updated when theme changes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a7fbd2d34979ca97dff30bc94286576a32fa6d0"},"3a7fbd2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-501:")," ","[AtMention]"," fix color token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e8ee734129778d9a7f135e2ff1ce70e5a2d76b22"},"e8ee734"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-501:")," ","[Switch]"," fix track color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d86c8c1957fe461f0dac67b2b1058b225315cb77"},"d86c8c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-503:")," ","[Hover]"," add common media string to fix hover issue in touch devices (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1d7574e7588c169b03a2ddf955e999418171445"},"f1d7574"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-506:")," ","[Tabs]"," use new token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2293524783bc78cff9c48dd2cfd7df78b299fdad"},"2293524"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-507:")," ","[Downshift]"," getOptionDisabled support (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c811ac6fff48cfc15227859a83742a22ecac6aa9"},"c811ac6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-507:")," ","[Downshift]"," memo defaultHighlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/729c0fdf6d84f53cca547eec5f8310d16a0f3cea"},"729c0fd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-507:")," ","[Downshift]"," support check defaultHighlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b38168ac0924706ea9945b8b8b65d34ad8b93a2f"},"b38168a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," optimate getFiltered result only when menu isOpen (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ac8990f9c09f0514494997e443d9c19466413c9"},"4ac8990"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," remove downshiftjs and support generic type with options (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aa675c7a3cebef2bb9e1b91bc7557d8049d6c16d"},"aa675c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-513:")," ","[SplitButton]"," change combine onClick together to cover (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cc120e7bda80d8a16f0fdaf750373a2b8b7e25e8"},"cc120e7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," add id for clearButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b16dbb4537b9ac9967b34ed952d373b850b4277a"},"b16dbb4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-515:")," ","[Update theme token]"," add new theme token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aaae2984611c2195d7374fbf6ac75f20817952e6"},"aaae298"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[combineProps]"," change combineProps not be undefined, always have value after combine (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f004196c216ce58ff01689287b8848f50814be4"},"6f00419"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," fix \\n issue with RegExp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/92feda7dbfb97e062abf07d34f62c3ab79ab3b11"},"92feda7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," fix error logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/115619d993ab6ef77561cd3d589cdeb234fbfe5f"},"115619d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," fix shift tab auto select issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b9d0587b1af17249d578929c31074229f548767f"},"b9d0587"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[RcVirtualizedList]"," a little vl change, wait whole refactor to switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e830077cc28fdc2f51308919868ef62556af251b"},"e830077"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useChange]"," improve useChange with emit prev and next value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/58d7d569c40ee4a58340a6a71578205756f2a3ec"},"58d7d56"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useEventListener]"," change useEventListener implementation, make that more useful (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/94573af22fcdc2824209e0bac13377ea0ebed491"},"94573af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[usePrevious]"," support use previous can have default value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8357bfb4b2fb3a92dddbb697532128e513b24d3b"},"8357bfb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-487:")," ","[Virtualized list]"," remove divRef error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4126d881e25380ac9217abb6e5b241c91cf9c85f"},"4126d88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-490:")," ","[SubMenu]"," fix disabled props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb92a55d186bfca5d0feb1ae25e292e39aa5364a"},"cb92a55"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-490:")," ","[SubMenu]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/247033e32dd041d6119803197612edf306636b67"},"247033e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-498:")," ","[VirtualizedList]"," fix vl logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eac547be03c34639a5637c7f47af96a5f2a9eb31"},"eac547b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[UT]"," fix UT of 'getMatchedBreakPoint' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/53f789360300bf18aa438b71fbb5d003e0d148d4"},"53f7893"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-502:")," ","[ListItem]"," button mode should not have TouchRippleProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a11fbd4f9a67e95e275941394cbafc2e86182b1"},"6a11fbd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-504:")," ","[Switch]"," fix trackColor pass to dom node (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5cf2aa3840999b6b5cb94550ae6aab1cf3ad419b"},"5cf2aa3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," fix token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1036c4b865b2dcb07a9169dc6c7cd91c3f676f27"},"1036c4b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," fix token issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c3300241599f75d9f0a614d2c7c00a3be0421fac"},"c330024"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/715d44f46882e54d6bc17d4c08b6b4f819db071d"},"715d44f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/202e81a05258338aea8642b444e04814ded028c6"},"202e81a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/781688cf990175cc1c5ce90c48553343ee0ba8c7"},"781688c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update theme from rcTheme to rcJupiterBlue theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d08da914d9de1a65d889df25b1ec0cc4dde843a7"},"d08da91"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-509:")," ","[SubMenu]"," The SubMenu of the first level is in the MenuList and cannot be closed by Esc or Tab (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a40b431c52ac06d84b993ec12c6adefcb77ceb8a"},"a40b431"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," add TabIndicatorProps for RcTabs component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7bb36865480592d2275d6dcd4f2ae3b34c125c6c"},"7bb3686"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," optimize (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c441a161e2f081d193042d74b29ae88e1a0dce2"},"7c441a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," update palette to palette2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a0217cf3bc4fdb82198804867f330c5f1449f854"},"a0217cf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," use combinProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/940789533fc5473fc031007cff70d2a1a0eec37d"},"9407895"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," use combinProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2276a670759651e9063db3b574718bbe7b45045c"},"2276a67"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc2733aa63deb01e29e46329d44b0ad2e506ccd1"},"bc2733a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix a11y issue listbox back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/67ba3c7c5d7b1ba92ff58f8070636fb4691c97be"},"67ba3c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix data-item-last error logic, onPaste only need check when freeSolo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b5fe93313c6128d701d12db788cbcaa1995c96d2"},"b5fe933"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix freeSolo when Enter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/df75fc42e4173cd1b453f2610c0ba6a87196bcd9"},"df75fc4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," remove textarea use onPaste to prevent a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a656746ada6fe79256d771e57da1a4f4c6bcb769"},"a656746"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," setHighlightedIndex outside alway render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99e06b43e5c900f74cfbe2b6929455fe554c2940"},"99e06b4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," fix onMouseDown event stop target and provide id for popper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d602aa92e94da9653ca7208d3c5be5a438e1b9ae"},"d602aa9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-516:")," ","[DeprecatedMessage]"," change all related deprecated components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab94d805affa0d341570dbbe060f1c1a12af2e90"},"ab94d80"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-516:")," ","[DeprecatedMessage]"," only when open isShowJunoWarning will register useEffect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7a2b368a1679b462bcc48e7ea1c364c211f7adc"},"d7a2b36"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix bug when not open set to defaultHighlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b430ce312f2ec7a957bdebb13dd91cd273ba91e3"},"b430ce3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix bug when paste non become tags, text change twice issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1b9ad4c312c97cce7d97c8aabaf034d1eabc698"},"f1b9ad4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix bug when with paste value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2190d2c4095464caff1b159fa976f0621b74de5e"},"2190d2c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix highlightedIndex is -1 issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/726d8f94e3ec9e8b9330e146ebab5d9094d45c96"},"726d8f9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.6.0...1.7.0"},"1.7.0")," (2021-04-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉New tokens use in all components🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[Tooltip]",": support ignorePointer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[CombineProps]",": fix combineProps logic, more detail please view that comment above ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"combineProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[CombineClasses]",": if you only want to combine classes, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"combineClasses"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-445:")," ","[Update new tokens]"," apply new token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dc0c8eb14080a4d71d3e138f051d4e091ffa857b"},"dc0c8eb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-456:")," ","[Pagination]"," cleanup Pagination (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1962fc3156fb9c6afb91a66c457514819865a49a"},"1962fc3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-479:")," ","[Presence]"," change attended and unattended icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efeb2aac3b2aa71700aba63614700bd54bbbbf85"},"efeb2aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-479:")," ","[Presence]"," new type avariable and unAvariable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ad21f5e5662cd0ec5791a5219807e41c984d909"},"8ad21f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-480:")," ","[combineProps]"," change logic about group function (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d9f3d0298da19e134b94f33c6635e38025376d7"},"0d9f3d0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-480:")," ","[combineProps]"," change logic about undefined prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb587c35b8228e8b124c11db25669ae9bb9ebe09"},"eb587c3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-:")," ","[Dialog]"," add miss useRcPortalWindowContext with new dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff78353b38b5397fd758d00881e905cf28ddf949"},"ff78353"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-445:")," ","[RcTextPaletteKeys]"," temp support all color token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/65a302420cfa24cd834d3ff0db65e16bd27ec990"},"65a3024"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-456:")," ","[Foundation]"," change overridableStyled method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d33f332f4384c4603fefb152309396372743cbe6"},"d33f332"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-462:")," ","[CombineProps]"," change classes from combineProps to combineClasses (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/09f769af8d26dd9ead4411885ec1e84a294d5a40"},"09f769a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-462:")," ","[CombineProps]"," complete combineProps, support full type of object (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6beea3d1cea6499afcfeba52a20f08cd8276daa3"},"6beea3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-462:")," ","[CombineProps]"," fix combineProps logic with null and undefined check (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e25773ca84bba38bfb50e1921f5f3e5b773f6e7d"},"e25773c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-467:")," ","[Select]"," more example and remove not need svg style assign (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b6a1deb39586f2cba0eab5c1d36d5ed70d575250"},"b6a1deb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[Button, SplitButton]"," support color for custom all palette color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4214d5716a2f18082ce659f63e917a28d9d9516c"},"4214d57"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," fix className remove issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d9ac801508b880b714a644a359a30ab6c94b06f1"},"d9ac801"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," fix plainIcon style again (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7f6392d6552a8eea5ccf01ee39c3412401c11323"},"7f6392d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," fix SplitButton style issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5d4721cbd4984e1b3e09259a51338c7d62bff269"},"5d4721c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," remove focusWithin color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cfa4f3e6f31d28632585cdab2cd03ecfd931c1d4"},"cfa4f3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," remove not need custom style for plain (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/69cf5b3fc6d729132cfdb1f4c63a78ae48ae3243"},"69cf5b3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," remove roundSpacingSize, just use size and confirm is that variant come from Button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/70bc9952b8c0fa418f2243b78467679a4e7e77ce"},"70bc995"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," use className to replace :last-child selector (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/468a0033af34b55f2aab8c7befe5281dc0cbad2d"},"468a003"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[Tooltip]"," support ignorePointer just wrap a span, let user decide when to use by themself (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fbd94aab06682f51def368889377dfb41b2fb891"},"fbd94aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-472:")," ","[Downshift]"," fix loop onClick issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4eb033441e1ac224067bbf4788e6448f8b72786"},"d4eb033"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-473:")," ","[ListItem]"," list item truncated error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af1b1f307a2acfeee495756a626c3d5db294adf6"},"af1b1f3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-482:")," ","[Button]"," fix Icon can't custom size issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b7ec7748a8d6a773cba46b34cd8615acaa429412"},"b7ec774"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-484:")," ","[Tooltip]",": style error classes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2ce2b0b3cd98b7ffb6fc5c1f52bdb8ada626ffa8"},"2ce2b0b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-484:")," ","[Tooltip]",": style error with popper custom issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5390f95130fd85e1d8adef1a90a6e4945b10464e"},"5390f95"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.5.1...1.6.0"},"1.6.0")," (2021-04-01)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New Feature:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Box")," component support mui style system and our token use, more detail please view ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Box")," doc."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Downshift")," new Downshift, follow Mui Autocomplete API and follow Angular behavior."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Tooltip")," support custom portal target window with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ignorePointer"),",")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"}," If `true`, always have tooltip whether the children `pointer-event: none`,\n that will create a `hidden-mask` element `Portal` cover on whole element to support tooltip.\n\n that don't auto change hide focus element size when resize,\n if you need resize on your children element need set that `resize`\n\n ## This value couldn't change after first init\n\n - `true`: create a `hidden-mask` element `Portal` cover on whole element to support tooltip.\n - `resize`: bind resize with element, auto change `hidden-mask` element size.\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," the default ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcBadge")," change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"components/Badge")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Dialog]"," deprecated old Dialog"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Modal]"," deprecated Modal, please switch to PopupBox"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Dialer]"," Cleanup component add focusTarget; pad button background can persist when manual trigger by action (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9e922d77c757c727010517ce03a0538163eb0e95"},"9e922d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," new Downshift, follow Mui Autocomplete API and follow Angular behavior (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f39db78d9883a357f2e09115ba54ea5f5983ca14"},"f39db78"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[ToggleButton, ToggleButtonGroup]"," new component ToggleButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7a8c678a5914fea211f98206dd50fab6787bf7a7"},"7a8c678"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-408:")," ","[SubMenu]"," support child item to receive mouseEnter event (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/501ce5e3cbdea17400c11b9b6634d30a1262fb75"},"501ce5e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-411:")," ","[Chip]"," cleanup whole Chip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b79184f05fadd465b3ff08c45f7e04f55a40430e"},"b79184f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] add focusTarget; pad button background can persist when manual trigger by action (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9e922d77c757c727010517ce03a0538163eb0e95"},"9e922d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] change function showDeprecatedInDev name to logInDev (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c74fd6cd68f09eea73be3de670368c0a75eef451"},"c74fd6c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] clean up dialer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46af03205ff3d3ccd669b3429ccb10f1525b9859"},"46af032"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] make Dialer can auto fill parent (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89a5df6fe0de32ab2b0e163806f6331ef20e57a8"},"89a5df6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] prevent error when keyboard prop change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2cbfcd061c81e4a1b5b33f74d0b8acf2f6e1eaaa"},"2cbfcd0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] remove focusTarget (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4cd06843a49e8b51c879f190a50cc1d92f9e461a"},"4cd0684"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] remove keyboard event, update storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bf41564298e19f8837c2a14bb280e7366c9bb6fc"},"bf41564"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useDebounce]"," new method use debounce (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7db55b070078ad9d50457318faa045ba49ea3d1"},"c7db55b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useEventListener]"," custom event target (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6ee0c28133dbb06c4735a8747921ec96046d2de"},"e6ee0c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useEventListener]"," new method useEventListener (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5869c3e082a96cd5fcd96c31574f3a27bf523902"},"5869c3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/49dc5837d448d9f7af4e347e33c0607b09c71a2e"},"49dc583"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support first tag tagFocusable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/671ca5f460f11226d4be00726ac17983362c2ff6"},"671ca5f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support full tagFocusable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/62d423010ea4c00af0a444a9764053db8e4d86de"},"62d4230"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support multiple false with can't typing anything (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1fa64aa8eefe1290e2065b615d5ab7b7294f57c"},"d1fa64a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change filterOptions to not have default filter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cd68533c8c9a9ed8f4e385f3fe3241b2adf5b9f5"},"cd68533"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," implement new Downshift with full support deprecated props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da45ad6c91c7e8259ed2c2b3384f92d1b133f57e"},"da45ad6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," prevent escape propagation when menu is open (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af5d86a0dcb3f72b5960e12d4a10ee06b640c78c"},"af5d86a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support autoClose menu when options is zero (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f39db78d9883a357f2e09115ba54ea5f5983ca14"},"f39db78"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support outside change downshift inputValue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc27b3ee36f6fa90ab85985ea62ba0f3be80f25a"},"bc27b3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," support element type assign for isRcElement (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c9ecbbcf984573ec21cbe297f232fbe32bfed889"},"c9ecbbc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Loading]"," new component Loading to replace withLoading hoc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1bf091a0b331c4a140707a174c4835929dd7ea30"},"1bf091a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Package]"," update downshift version to 6.1.0 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04050a3eb6028a5670e46fc9e2096ab8f84229c6"},"04050a3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[PopupBox]"," new PopupBox component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f99378734f9dcb8d1ea274fd0063a7c054d27d3f"},"f993787"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDragDropContext (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/97d6506ad2d44880fc8b913eb79c37dd87a8a003"},"97d6506"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDraggable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2d72c7cab12db34a76dca94d79021c3d430ef009"},"2d72c7c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDragHandle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8856b2ac463d1df34d6bac257142fcc0dad7d1e7"},"8856b2a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDroppable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/171044b0bafcf6d0509f84072c3edc9731c087c7"},"171044b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," fix RcDragHandle style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b70ecb0433615b1e2230830022345d42712b4da5"},"b70ecb0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," remove utils (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7476d7d621f0b4e9a2e69efe75ee4dc424aed2fa"},"7476d7d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," update story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1644ba53f8388f2185038bf3757ff5b68c23e322"},"1644ba5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-450:")," ","[Foundation]"," fix swapArrayLocs for testcafe (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/93f4745133ea6ae8223cc06f00505680a6ec7411"},"93f4745"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-452:")," ","[Box]"," release base component Box (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/424af472f5a6ecd4a41f954eb38da2bc6596e4ad"},"424af47"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," support full Badge component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9f88ebdcac345d4259223e062f7d594e49ce85ed"},"9f88ebd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," support custom portal target window with ignorePointer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7b297db7fadd24ac5d1dbfe2fea73972adfc638"},"d7b297d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," support hiddenMask action and Props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5612083f7f765977aa8bbeeaf2048db2294d2bbf"},"5612083"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," support tooltip ignore children pointer-event none (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6176d40ca2ed7a526e7fce7dd49ceec7c64f94e5"},"6176d40"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-166:")," [","[DialPad]"," dail pad 0 not support long touch to input + on surface] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7630ba88400765d80b3b32d173f396d084be4379"},"7630ba8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Deprecatede]"," mark FabButton, FabIconButton, LozengeButton, VirtualizedSelects deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4301bd92b8c6bcc30241c44628aeee54848e6552"},"4301bd9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[IconButton]"," share plainIconButtonFocusStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3cb072d2e40041d854cc10ad98863e86c704f837"},"3cb072d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[ToggleButton]"," fix radius in standard and box focusVisible (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ec782a7bb9d34fa85cbcb4553a38ad07619be81"},"0ec782a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] fix DialPadProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32356042c66a180f1ca4d9428c4032f580ee32b9"},"3235604"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] fix MenuItem import (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2db334e5d7f6cf1d5796f2615b44f2b5f00d990d"},"2db334e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] fix some layer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8bcea1457e63308e198ed0ebe26032761afea345"},"8bcea14"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Dialer]"," fix some code structure and naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9d99dae01a8bb5d05703f6b5f1a7c6888b168fdf"},"9d99dae"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[showDeprecatedInDev]"," change to logInDev (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/df2de0c893727d5d384bc877e54855695da68b75"},"df2de0c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useDebounce]"," fix useDebounce logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3236a3cf70c47ed1cfff65ced63da97c0beb4d11"},"3236a3c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Accordion]"," export miss Accordion (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9f4f03ad4f07a1574b4d867737df3f3723f7b08a"},"9f4f03a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Chip]"," fix chip border issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d69ecc557b1cda07c532eebd828a1dd6b1d77b2f"},"d69ecc5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Chip]"," remove multiple class :not selector, that not support in Chrom87 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05beb2b73e04bc0d50fd1dff746749214984edf5"},"05beb2b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Dialer]"," change layout from grid to flex to support IE (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fae0e46065a9b0b2cbe31bef3139a1396cc470e2"},"fae0e46"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix not multiple with FunctionSetSelectedItems not check issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/507c2394ac0103863518f54796d8d06f38212476"},"507c239"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," implement create multiple free tags once (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8094ca0e4307e2028e1a1002251d8e30cdd9cfe7"},"8094ca0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," add data-suggestion-item-id back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77ea3e0b66c0c998a8f682aea950321929429cb9"},"77ea3e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," add miss deprecated tag props back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1367f903114c6de26198d565f8a7f1db039ecdd8"},"1367f90"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change backspace in tagFocusable mode, that will focus into last tag (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2445f0840e7c3e18ace4886691c6b7c825d79334"},"2445f08"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change downshift freeSolo select item logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b97fb8e261b3dc5fc6b0ea5d142ada2d466891e7"},"b97fb8e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change error name with blurOnSelect to autoSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b75c410d66ff379f86a873d0400b13725d92eb8b"},"b75c410"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix backspace when have value in input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c334cbd16d10993625558743a4fa743b2d6f8514"},"c334cbd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix error icon color, and disabled hover clearBtn issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aec1efd6242c5141f6b9633b3dd2ac521bd92eaa"},"aec1efd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix highItem non speak issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/52dc00bde35e3e75e0bb3802de844826e87a498b"},"52dc00b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix is disabled logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b8986953765d8bef7f24a35bed939b76ab389a94"},"b898695"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix item change outside not update issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/569860f823a9360a10e0e45d61e1dcf006b9e5cd"},"569860f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix on tag tab not reset ActiveIndex issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/19b9fefab00b8bb9e8fb7c222c71bf3b5ff2e064"},"19b9fef"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix toggleButton false no clearButton issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04e130ac2bba610fd0ef73618490038666862992"},"04e130a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," mark deprecated props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66e2d4dea65897546323a2d1591a51f80b6ddb49"},"66e2d4d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," mark downshift deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/91275d7ba9ef346c1cc76de273b90babd00e84e1"},"91275d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," move logic into useDownshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ae75f6746d8ab09bae7f89a9d7d398d04ee20a0c"},"ae75f67"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"autoClose")," not autoClose, just only stopPropagation when have filter result (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3ef59f03adc0a2bcf54c3ab0f80b3060e85a3507"},"3ef59f0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," remove role in input and tag, that need fix when we can make that speak correctly. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ed2a7d79f9fec7eb4284d0fdddb6a8a23ee42a1f"},"ed2a7d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support all chip error when downshift error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f2e18a2e57fcabde86d7ad76adb9ba83acb23cb1"},"f2e18a2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," full EventListener params (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46c4466a8c247db531a3a947b7feceb8a1466ee7"},"46c4466"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," provide hook useChange that will reset value when listener change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fe75e14bec90c7cab61c7f400af88980a5e7a419"},"fe75e14"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"isEmail")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/50a072b056451d89709fc16ff53042d0fc82ca6e"},"50a072b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[VirtualizedMenu]"," change style way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/71be8d37659078db41776d0d7c4f559827577426"},"71be8d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[withTooltip]"," rename WithTooltipProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8dcb70f92e5e2c73c706390e50c737aa46d4ec89"},"8dcb70f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-449:")," ","[VirtualizedMenu]"," fix a11y issue with items not wrap with listbox (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/953ffbed56514ac7fd2838d0bbc5af5a9a5c93db"},"953ffbe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-452:")," ","[IconButtonGroup]"," fix some hint message, and reexport from Buttons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c96a4330f8e5879629b22d3dd2fec802acdcc9ca"},"c96a433"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Dialog]"," deprecated old Dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/290582f98ef11485669214b4865a8f2efd9e2529"},"290582f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Dialog]"," implement new Dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c82a501c9d0a0b1b938975a4ff81f81818e91e63"},"c82a501"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Downshift]"," support check props is that has forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c5db2c7adbed26a07860374a8cf3b4edb31ca56e"},"c5db2c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[withDelay]"," fix withDelay Hoc type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/97050bf3a04e60b9072fe6c70dc7f06e8f742937"},"97050bf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[withLoading]"," remove withLoading Hoc, should use RcLoading directly (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e6c8c1390f7792aea3b31a327195f0fccedac40"},"5e6c8c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-457:")," ","[SplitButton]"," fix split button ControlButtonProps, ActionButtonProps combine issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff7cc60c67fc16460d98ec4c6b59fa29c0cb500d"},"ff7cc60"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Avatar]"," change avatar presence style way with just css (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3600ec2d6fc84c7f86b542f41aaa91e14694edd1"},"3600ec2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," fix check has manyChar logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b5964763afe8ece9a54832dce7579023b55b8027"},"b596476"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," old RcBadge be deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e66e87a4a2e43ed79fad2aa5d69a8dfe28b2f4e6"},"e66e87a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-460:")," ","[Downshift]"," fix select item very quick issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/592d72c68c3e2a414a067bee14ccbe2858bd4ced"},"592d72c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," fix useHiddenTooltip logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b3918ddc4a11adca44893d7f42318fa316e0f86f"},"b3918dd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[useResizeObserver]"," fix useResizeObserver logic need, a wrapper for that can get new state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7ddf8910d5ac6cd5c7b0ad1b65422ede901809ce"},"7ddf891"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-467:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/750532fe55e60ab4b4888b9b18d64ccc2b7c57b9"},"750532f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.5.0...1.5.1"},"1.5.1")," (2021-03-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," RcMenuItemActionWrapper component deprecated;"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," RcMenuItemSubAction component deprecated;"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," RcMenuOption component deprecated;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-365:")," ","[Accessibility][mac]"," Can't read out the month in real-time when hit Enter to change month in date selector dialog. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d62729f3625bb77a0e66098829cb6fc4192154cd"},"d62729f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Aria utils]"," add @react-aria/utils (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3fa027f2a92431cbe02dc27369d17fbc7bfffe7c"},"3fa027f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," cleanup the Menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9a7a03ffa8995f72c0ccb8201c577d8f9a96c5f"},"a9a7a03"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," cleanup the Menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32249476545f470d08db93824e623b877f547ea2"},"3224947"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," depreacted the storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf51f26998f56db79afc77365848f72272779d6e"},"cf51f26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," move to deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e386444bc80297dc581552124bc484ff72ec45ab"},"e386444"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[MenuItem]"," cleanup the MenuItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5f99d65ca21d634661cf5bf0cd0047a7379ad675"},"5f99d65"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[MenuList]"," cleanup the MenuList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/43531962077a1ee162bd6b368f9b8ee86b6fa939"},"4353196"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Popper]"," component cleanup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e85d779ac29392377495441581e840ce85916274"},"e85d779"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-411:")," ","[Slider]"," cleanup whole Slider and support custom color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6d0d9f0931ca9aab629f48e2c1e5a7636deac44"},"c6d0d9f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[Snackbar]"," cleanup support full size and type with ContentProps pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c9e436953165135ffb8b766e144c2c5b24565a3"},"9c9e436"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[SnackbarContent]"," support auto set action size, when user not set (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/668bf81546f0f05104d614725bf19ba9e96dcd03"},"668bf81"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Backdrop]"," cleanup Backdrop, mark old Backdrop deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6b9b64fcbbe45130ebad71ca1e7464301f978df"},"e6b9b64"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Grid]"," cleanup Grid (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ae00b109159c8b050ff976c67bca834516476bd1"},"ae00b10"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Paper]"," cleanup Backdrop, mark old Paper deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d5fa56eed18a4146bc2d18995cc40ed501fd3c1"},"4d5fa56"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-416:")," ","[Popover]"," Component CleanUp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efdfd487ef9320967f98f8834ff2a5fa83c3297e"},"efdfd48"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-421:")," ","[Downshift]"," update RcDownshiftProps to support list to be always opened (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23f90752d472722cff23b578bc56e36b9d902788"},"23f9075"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-422:")," [","[RcTabs][updated]"," Fix the display of More button on undocked window] add TooltipProps into MoreButtonProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a778606c370705a5e64ef210edd335ea61fa9fc"},"9a77860"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListButtonItem]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/67a18af82a124f36219df4beeea6834cde4e1868"},"67a18af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListItemSecondarySpan]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a450ad6c7e1407940994f3f853e5097b8c826c8b"},"a450ad6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListItemSecondaryText]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bd7d06e7e01272698c2fe88cc1d50fd787cfada4"},"bd7d06e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListItemWithHover]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c110e3fbf5c37feb721fd1d503a4b83ef5e4128"},"7c110e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListLoading]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efae4d7172345adddd3faf4f6779151f00650c77"},"efae4d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListNavItem]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f6a32a093cf74124df350d9d1d3bb1a3688c540b"},"f6a32a0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[MinimizedWindow]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eed8e3d7d17b5bcee28dc0002328b8c26e5722fc"},"eed8e3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[VirtualList]"," add ListLading for virtualList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8993db1b91e169a2cf2e61d3d9d2e7d3ef58ce7f"},"8993db1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-427:")," ","[IconButton]"," add variant contained type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e43576a8cc76870320f5605312c20229d84a08a9"},"e43576a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-428:")," ","[Downshift]"," Update Downshift component props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef69cb825fda9a3ff3da1ea07545e97dd625505"},"cef69cb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[CoverAvatar]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8825dd347ae9eab50ada1b28464e7564df1fb66d"},"8825dd3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Grid]"," move depreacted path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3dc866882a49fe5bbb6e1745b09a7f15d9069014"},"3dc8668"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Marker]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0539313dd297794f69e48ae6a5e56e053d9ab75b"},"0539313"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Responsive]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ff252aee81d32b15cd5e0c70f9f60dd89a2144d"},"8ff252a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[SuffixFollowTextField]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e36864f8ba714bab3d898a2382ed0cd5617d54ef"},"e36864f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Toast]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3c753171065ffcd391fbcdacff7ed720ac17199a"},"3c75317"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Toast]"," remove component and rebase (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/24fce39bb7c9b645e4c1e719d39c959d2bcf0332"},"24fce39"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[UMI]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/30e01f775684c0bcabe05c2ca6880d8b9c0577bc"},"30e01f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-436:")," ","[Table]"," new component for table body cell content, support TableHeadCell text align (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c05d9468988afcaf3e1184f18369cdd9f6d38c05"},"c05d946"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-439:")," ","[SplitButton]"," add MenuProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6425f228309dd41d55a3850226dc48d548d3ba5b"},"6425f22"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-209:")," ","[Dialog]"," fix dialog title color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8d09802aea434230a264df43b5a65af7c446238b"},"8d09802"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," fix component circle import (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/58c99dacdfad8d2c756f0fe97419adc1ca025c82"},"58c99da"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," fix export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4be6ac57f15a3db666ef1316662079350dcfadd3"},"4be6ac5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," fix some code structure and more storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/09a343fd62f2493e2028a22b9ba3b3c7f8f7fd76"},"09a343f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[MenuItemActionWrapper, MenuItemSubAction, MenuOption, VirtualizedSelects, a11yKeyboardCode]"," mark component deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5eb0fa9d7629dc95dd004dee300f3c2fff781c4f"},"5eb0fa9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[withTooltip]"," add miss withTooltip for menu and list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a57f134da3ad5e3442dc2ac42e9367c794e7c15"},"5a57f13"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[Stepper]"," cleanup whole Stepper and profermance fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f2889ad9f7b889f201c023287c143f26c1133f3c"},"f2889ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[Snackbar]"," change default transition animation to slide down (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a343157c88342bd9ab44089ddd6e1dda79777f5"},"2a34315"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[Toast]"," change toast format and mark deprecated for move back to Jui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efa962737f223a4348494f75fe12a3d0d4274d2a"},"efa9627"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[DetachedWindow]"," re export DetachedWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/98fb95c87d62c556e89b968f1d2b93a62a7231a4"},"98fb95c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[TextField]"," make TextField can be uncontrol component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb214668a4ffe4060ef8e5db1b680bed548c792b"},"eb21466"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-427:")," ","[IconButton]"," rebase (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47758324767797343965b42f43c5234d3cf42cf2"},"4775832"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-427:")," ","[IconButton]"," use transition create function (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b3b1f5000b5119ab7c41efdc2ff0cc06f2172777"},"b3b1f50"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-435:")," ","[rcui table bugs]"," Reimplement header bottom border (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af4581e0e9b47134275cf5c52eda5f5ffa2f9399"},"af4581e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-437:")," ","[TextField]"," try cache clearReactReferencesInNode for IE render issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/925dac6c1d741349dfd3570ca0c8cad4d99b3008"},"925dac6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-439:")," ","[SplitButton]"," plain onOpen and onClose on SplitButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c0b1f71166cddc1bb281f230ca2c23f305641ec"},"7c0b1f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-440:")," ","[DatePicker]"," fix below icon with empty margin from TextField issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/94875e99959884ae8c2291919dbb95d546a9781c"},"94875e9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-443:")," ","[Select]"," never switch control component to uncontrol component in select (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f9ab7549357838fb8be981cfae88f1d9657ca031"},"f9ab754"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.4.1...1.5.0"},"1.5.0")," (2021-03-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Button]"," button with icon that spacing will be cut some by design spec"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ListItemIcon has deprecated"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," drepacted component ListNavItem ListItemWithHover ListButtonItem ListItemSecondaryText ListItemSecondarySpan ListLoading"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Downshift]"," remove deprecated Downshift")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Button]"," refactor whole button and add size with 'xsmall' | 'small'` (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8828a1e1f986e690f9324356dc50764be71a3398"},"8828a1e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Foundation]"," export useForkRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a05d624c1df1f4feef6b4ad694247f07179ac6e3"},"a05d624"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Foundation]"," new method swapArrayLocs (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d95e85b0199a20e7a9bd1de27bdf57f1fe47f046"},"d95e85b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Foundation]"," pick remove class method in foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/84a894c260b0146d5c2a9f6af06625cf596e9e71"},"84a894c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," add deprecated warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f80da2931de6897b0e08920545b4008b91fc5a18"},"f80da29"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," cleanup components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f036d9db306c31b04011f96fc7100830bb7d7c5c"},"f036d9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," cleanup components and story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2aa384ec4872c6f13e9af4b7237c4e7e6497a7db"},"2aa384e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," delete RcList default dense prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e0ec3f6ebd39228e2e656d205b92bea282f9689"},"2e0ec3f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," fix import path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1e81d4bfd327e0e8bb3e469a76a4ec1d85835d9"},"d1e81d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItemIcon]"," refact ListItemIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d966027fdbdaba8a67ab92b8606a66539df5568a"},"d966027"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[PlainSelect]"," fix PlainSelect style import (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3c98445bf6cda977d6605ec07e7a555cf34d928d"},"3c98445"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Chip]"," add disabled for deleteIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/22d0c7b3488349e4decee5fadf3e0a8525897415"},"22d0c7b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Downshift]"," add support with downshift disabled and some deprecated code fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6da09b4a8c66d8d35277aeefffeb2ac77f0e06f"},"e6da09b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-401:")," ","[Token]"," change typography display3, display4 default font-weight to 700 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04b3fa64bb323b965994c4566b20165e5dbb1818"},"04b3fa6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[DetachedWindow]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a35b489ba46be40fc458a293a1cbdf2695d10f9a"},"a35b489"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[DeteachedWindow]"," init detached window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab4c1ac5b0430d3bff05baba5812b1b07575282e"},"ab4c1ac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[Dialog]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a1877b0e14e2bc3570657caeccc731c1a95907a"},"6a1877b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[M enu]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b78ea8571ebbff3e637593c17a0218ccf3d85451"},"b78ea85"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[PortalWindowContext]"," init PortalWindowContext for share window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0c1b31b7f671ca02816684c27a26267c5747eee"},"d0c1b31"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[Tooltip]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9b1de982b23cba12c3a2348f80abca62ae999069"},"9b1de98"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[Accordion]"," cleanup RcExpansionPanel to new name Accordion (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e3ec29c1c1927c9f93eaeb4dfe3e3ec3fa47e641"},"e3ec29c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[Material Upgrade]"," upgrade Mui version to 4.11.3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5549a3d3e2ed88a3dc94da13d09463d479040682"},"5549a3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[DetachedWindow]"," support getWindow method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0caeb7429c0405bcd61d97be39b24264f153f2d4"},"0caeb74"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Button, SplitButton, PlainSelect, Text]"," fix ref issue, should switch to innerRef, ref will be change by Tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/96160966aee4e9ed5daf7244ad0fdbd625f62a08"},"9616096"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[Button]"," remove not need class ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"MuiButton-iconSizeMedium")," after view render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cffad2be78ebfbe46259da8bb5b7fa3e6c703b63"},"cffad2b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[Button]"," support radius for button, and add keepElevation when user want to keep contained button elevation in normal state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a065f0c5f7130592cb5fc67255d920d10d0b8899"},"a065f0c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Button]"," rename switch method to getButtonIconSize (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3750ad71fd9187b78c87439b07c2d7a8adf7e95e"},"3750ad7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[RoundButton]"," deprecated round button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/38a1406ac53428b2854378ebf1c36b9554d8806d"},"38a1406"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Foundation]"," remove not need ' ' in content (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a5c29b6488472640c080e4c013028748fff3343"},"1a5c29b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[Lis]"," some coding fix and fix ripple color when set baseColor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/64a9c2dffba26bef4daa2e8af2016db8de46c1a2"},"64a9c2d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItem]"," fix listItem with controls style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/64e1e2f14ca29f38d9cbb980ef5fcea4aa9e493f"},"64e1e2f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItem]"," update storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/beecefb9a078badae46e58c1b35b8ea53ca42790"},"beecefb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItemText]"," fix primaryProps/secondaryProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/241ca13cbfcf2f3b145bd962dde50ac0537e42ad"},"241ca13"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListSubheader]"," fix gutter inset prop style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7ba6e31c6d486808c41e97da528a29a9e8c0885d"},"7ba6e31"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Downshift]"," remove deprecated Downshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b596cd4b37c4b4bca5c052e4285796d720fa1f81"},"b596cd4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-403:")," ","[CheckBox, Radio]"," change ripple apply size way with padding, avoid set display issue with that element (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a5a72c9fa3d9189f921c92459cbf10b9cf5b3a64"},"a5a72c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-404:")," ","[Downshift]"," ] fix can't select suggestion item when use Chinese pinyin language input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c80599d89d0c987ef6f77eae9af40b216f9d3a3e"},"c80599d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-404:")," ","[Downshift]"," ] remove select highlighted; fix can't select first suggestion item when use Chinese (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1b03322eb1a3db4a1bd48236c800e990c942eb49"},"1b03322"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-405:")," ","[Select]"," fix number zero issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f91892417d3a654709db38e4910c917c83ffc9b2"},"f918924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-405:")," ","[Select]"," fix select with non label margin issue, and default width same as TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/30521a7dc492debe8002d2236af918412063a9bb"},"30521a7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-405:")," ","[Textarea]"," fix more pick issue with Textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c639561a6bef56cfba8bb4f3e4e55289359309c"},"9c63956"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[ExpansionPanel]"," fix style not change issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/823d935fb1efeba90858fc15c775df07d76bf794"},"823d935"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[ExpansionPanel]"," mark ExpansionPanel as deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1fdc3661662a29ec27f1a2004564123f60f234bd"},"1fdc366"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[Accordion]"," fix default arrow direct (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d3247783f10fc76266d1dce68a1424dd9686f983"},"d324778"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[Accordion]"," support expandIcon type ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"false")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/edcd4b2ee81ae635f43a66cc23483141cf34cfc0"},"edcd4b2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.4.0...1.4.1"},"1.4.1")," (2021-02-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[IconButton]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"tiny"),", please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xsmall")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[IconButton]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xxxlarge")," size follow RcIcon size, no longer with 48px ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconButton")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Icon]"," size cleanup ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xlarge => xxlarge")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xxlarge => xxxlarge")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Icon]"," not use fill to change that below icon color, just use color to set that")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[FormContext]"," provide useRcFormContext for work with RcFormContext (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6b8adf351286e1df714fab281d2fbd59c9487510"},"6b8adf3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Icon]"," refactor whole icon not use fill to change that below icon color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c76cfff2686a851c7c5b3cc24a3355e8964d4480"},"c76cfff"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[VirtualizedList]"," Keep scrollTop after switch native/custom scrollbar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7c9a542564b015098bd390525a96f08213866b7"},"c7c9a54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-380:")," ","[SplitButton]"," implement control button size with RcIconButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aef010a2bda8a736f16b22dd66b52e58bd338e6c"},"aef010a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-380:")," ","[SplitButton]"," implement SplitButton round spacing size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/42528f2080619080078b64e118c5e410b0ce894b"},"42528f2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Foundation]"," support size for fakeBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a8e23481eb9d7227ced231c25906cbdc2b6c3a6c"},"a8e2348"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[OutlineTextField, TextField, BorderLessTextField]"," group TextField together, full support all with those just style different components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c71c2c0567d1ee9a7dae23c67ca01445047cfed"},"6c71c2c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Icon]"," support switch loading size with Icon size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b7edf30bd9d570e034151cf0592aad509ccb995"},"5b7edf3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[IconButtonGroup]"," new component IconButtonGroup for replace ButtonBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8be4cea7c9908bcc77a8ae257ae9b7c5e2920048"},"8be4cea"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[IconButton]"," RcIcon change related style fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cce6db8324172f26f77a6c726839fc12a98e8a59"},"cce6db8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Picker]"," RcIcon change related style fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44de5963f8fa3f236ca7bf90c50df4bc095eecb8"},"44de596"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Radio]"," release radio (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c7b900ad7ddf454dac08b3882841afcd3e658f2"},"9c7b900"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Rating]"," switch to new structure style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/312184ce7ea8436b2a599f3729e858852385586c"},"312184c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-282:")," ","[Package]"," not lock material ui version in juno, only lock in inner release (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fafca68590bbb9746b18ed6e21e9c6b718a50d3"},"8fafca6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Menu]"," remove enableCloseMenuWhenItemClicked (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23fc4071fb239247f3713b57e03e2db1960cfaa1"},"23fc407"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Scss]"," fix miss dark scss (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/798a77334baee7d19f16c9460edb54ca958c34b4"},"798a773"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Scss]"," fix theme issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/be889bb0cb06606342f6cba38b2b9800eeb48b40"},"be889bb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Tooltip]"," remove all injectGlobalStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f52e27a3060c814508c8eb713b6fc3828ebebdbe"},"f52e27a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Foundation]"," try catch with setOpacity (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c222e16530d07447864120baf158c0627e4af99e"},"c222e16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Select]"," pick Select prop outside make that easy to understand (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89a4a41b0607d97125d0b8a7b2af9b0a6b6d6d19"},"89a4a41"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Table]"," export RcTableRow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e3708cdb25290ba3fedb56f2e94eb9677800a973"},"e3708cd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Text]"," change useRcTooltip hide tooltip logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3ef5bb3b07032d94c1d721854173e863e72d0c11"},"3ef5bb3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Text]"," combine outside props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/151ec3a0b6156c4c989c206f906d222b5695bca8"},"151ec3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Typography, Text]"," fix titleWhenOverflow and miss withTooltip HoC (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34e78941dca98ac73bf1b8b55d383e8b1211299d"},"34e7894"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-382:")," ","[RcAudioPlayer]"," fix storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7feaed5a269c40a974af8f67093e43b66e93aec2"},"7feaed5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Checkbox]"," move checkbox to forms (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21aa5c2271699b24b02edb03fd0e10c2a57d210d"},"21aa5c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Downshift]"," mark Downshift deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35cef336a6c3390440073cc9108e42b1ed9e7484"},"35cef33"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Foundation]"," rename ReturnType to PaletteReturnType (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/24243f1dfe6eb55ef190a9cca7f226a54022ea10"},"24243f1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f757c0f9d79beb3f075dc7a6e3a101fdc5d16326"},"f757c0f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Picker]"," picker with clearLabel tooltip float issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9109e2136a2a0db43ae3f0c6551e336dca8f3fa"},"a9109e2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Select]"," imgrate to new TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4acfd78425865bc03cfed529cd77ca07ff8cdd56"},"4acfd78"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Select]"," mark BoxSelect, LineSelect deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4aff9354e0d4c2070add9be1a57927b98642f881"},"4aff935"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Switch, Checkbox]"," release Checkbox and Switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5aa1facafb841bf081b331074424cb04f5b712b1"},"5aa1fac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Switch]"," move Switch to forms (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34a130229575cbe44c020e66c073aab7a231ef26"},"34a1302"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Text]"," mark deprecated Text related component Text deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04b25c5a2ee303d766598f4b2557982b7ce17d74"},"04b25c5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[RcIconButton]"," sync IconButton size with Icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ac65b94a10601c1f5a659ae3cd4f6fcd3cd0b36f"},"ac65b94"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[Theme]"," correct theme with RcTheme type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3fd3abee2a94a954c79257630898b00088b35428"},"3fd3abe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-395:")," ","[DatePicker, TimePicker]"," release picker, wrapper with styled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bf1a0573d42b066ae56981fc71a73298af8e4085"},"bf1a057"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[ButtonBar]"," mark deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eed8b8a9607db273cec1b20a733cad7d6ee7f993"},"eed8b8a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Checkbox]"," change iconSize type to RcIconButtonSize, exclude ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inherit")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf2b5c4dbf9dcd9a4937536102926165c23db264"},"cf2b5c4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[CheckedStyles]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inherit")," in size list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d8e7fccbe6426f037fe7f6092e2830c3526891e8"},"d8e7fcc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Icon]"," add check deprecated iconColorProp back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/01cf2ed5e02caab0f35b5a934149462d321baa6f"},"01cf2ed"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Picker]"," remove clearLabel props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d0446e0cfcf6287308c8518b59dcb265dfb4054"},"4d0446e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Radio]"," use Mui default RadioIconButton and custom style with that. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b6e941df70be54e31b0d9ffc8bbf9492ca4d53ab"},"b6e941d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[TextField]"," deprecated clearLabel, should use clearButtonProps replace that (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a56187a7d125f888674a43a905dd9dd063aafdf"},"2a56187"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.3.2...1.4.0"},"1.4.0")," (2021-02-01)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"highContrast")," theme for components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Typography")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup typography for type and logic, only support text ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"rc-token")," related ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Weight")," for set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"font-weight")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"normal(400)")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"bold(700)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"variant mapping default component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"}," display4: 'h1',\n display3: 'h2',\n display2: 'h3',\n display1: 'h4',\n headline: 'h5',\n headline2: 'h5',\n title2: 'h6',\n title1: 'h6',\n subheading2: 'h6',\n subheading1: 'h6',\n body2: 'p',\n body1: 'p',\n caption2: 'p',\n caption1: 'p',\n inherit: 'p',\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Text"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextWithHighlight"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextWithLink"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextWithTooltip"),", please follow guideline to migrate"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Text"),", support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"flexFull"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highlight"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"titleWhenOverflow")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"titleWhenOverflow")," implement with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ResizeObserver"),", that response time is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"200ms"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Select"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"New Select for full a11y support, migrate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcBoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcLineSelect")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Select")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"virtualize")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"VirtualizeMenu"),", migrate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcVirtualizedBoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcVirtualizedLineSelect")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"virtualize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:5},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PlainSelect"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"New Select component, for use select like button.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:6},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TimePicker"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup picker, full support a11y, and lot of bug fixed.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:7},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DatePicker"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup picker, full support a11y, and lot of bug fixed.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:8},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Link"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"new prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")," for custom link size, please migrate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"size")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:9},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Tooltip"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"remove global style inject")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:10},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconButton"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup whole ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconButton")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcButtonBase"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:11},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Switch"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup whole ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Switch"),", fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"overflow")," issue when have ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"label")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"placement")," is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"end"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:12},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Alert"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"support icon props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:13},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SnackbarContent")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SnackbarAction"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"more detail, please view changelog below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Text]"," deprecated all old RcText component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[ellipsis]"," remove not need word-break: break-word"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[PlusButton]"," remove this component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[Select]"," LineSelect, BoxSelect is deprecated, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSelect")," component with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Button]"," when user pass RcIcon in children, that margin right will be remove")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[hook]"," implement useResizeObserver (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fa01753bef8ba2e9361e6104625b9d0253ed526"},"8fa0175"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Link]"," add props variant for just typography use, deprecated size, that confused (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f37ec7f4e81f1e20c7174982f9d79eb333d4938"},"6f37ec7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Text]"," implement new version Text with full type support (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/78aba8c43f0f8c6365dc39ec751075bce4488154"},"78aba8c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Typography]"," implement full typography with correct type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/92e771a28bec49d6fb2663e0143bcf85aab7b699"},"92e771a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-252:")," ","[Select]"," init new Select support full vl and select (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3bfccccb573bb176b30f68d9af146179fadd56e3"},"3bfcccc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[ListItemIcon]"," support color with listItemIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ab825569dd0766aa994ab05c7451993a8b91a59"},"4ab8255"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[PlainSelect]"," init plainSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c93a5bf1cb438dad93466b9987d911d4bee3340f"},"c93a5bf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-330:")," ","[Accessibility]"," Focus on Year selector dialog shouldn't read out extra years & Windows: Focus on the date shouldn't read out the date twice (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ef3c6cc210cc37817942f32a5bb993bd34416f4e"},"ef3c6cc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Theme]"," update theme token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4fba5e5e67876d233f0c7c20634f94feeafdfd05"},"4fba5e5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Tooltip]"," clean up styled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aba370f2207c463324b540aa9ee3d11c8cc1d58a"},"aba370f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Tooltip]"," remove GlobalTooltipStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a659e280d4b108be6b089432066eb623b3651b24"},"a659e28"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-356:")," ","[fakeBorder]"," support to custom 'inset' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3375a6566f9d933a2ebb6fc569a88bac30407317"},"3375a65"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-358:")," ","[RcLink]"," use \\$color-text-link (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e690e59c78eb780a83c131bb5790fc25f1c705ec"},"e690e59"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-363:")," ","[RcDownshift]"," enableAutoTransform improvement (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/faf8d3e25ff941649c4beb300ae6e243a29597e1"},"faf8d3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[Chip, TextField, AudioAction]"," swith inner tooltipTitle to title (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0b2395dd06bd7ec9a056bc8a176e830282f394f0"},"0b2395d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[IconButton]"," refactor whole IconButton with ButtonBase and fix a lot of style issue, mark this release (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e79cb62c911cd6c4d8e640e92abc098be839f03b"},"e79cb62"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[RcFormControlLabel]"," cleanup component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7e567131a1939997ec56c0da0e04d768aa1f56c"},"a7e5671"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[RcSwitch]"," cleanup component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1f0112c8ea8cb54946f2eab0a821955a2d93139e"},"1f0112c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Button]"," fix button token use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47482daf1ce124a2c0de59f1d8c7e396bfe87922"},"47482da"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Foundation]"," fix type with only apply for our typography (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c0cd0fb695e42cb6acb23f4970d02295a0dfd883"},"c0cd0fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Foundation]"," remove not need break-word in ellipsis (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c368f254af22baa434352e0384c7d09b86c0772d"},"c368f25"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[InlineEditable]"," change variant to correct typographyKeys (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab798906e1f0aa9f0a430438de522180dfd504f9"},"ab79890"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Link]"," fix link style and logic, that only be click when press Enter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1edbb06fa2e10b9104d5fd38ba23ba6079825ebd"},"1edbb06"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Text]"," deprecated all old RcText component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2d4ed33b7301f5f7e20af9bd0e4e037f1fbf5fd7"},"2d4ed33"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[TimePicker]"," fix timePicker token when medium (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/982e60c3d57f67dcc7222171152c5bdf1d2b5f18"},"982e60c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Token]"," add miss token headline2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4400aba243d7c33a3fd84f6b96b449c1cc8dfb99"},"4400aba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Token]"," remove not need subheading3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c605b412eb62a59c2862de483ea7b34b0d63350e"},"c605b41"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Typography]"," switch old typography as deparcated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6ea1726f929d1b3d3feba8cf3c96adbd17aa816"},"e6ea172"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Button]"," change button with icon will effect below all RcIcon margin issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ca5b2a9c126e35afffc044566187858b1c183c22"},"ca5b2a9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Button]"," pre cleanup refactor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c9a972c09ff70242cebf746764031ae130afdfd2"},"c9a972c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[CombineProps]"," fix combine props logic with only stop event pass with stop propagation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dae4fba7997a4f6988c532a99c458448ee904191"},"dae4fba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[SplitButton]"," fix style with button remove two layer cause issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e8de3ccb74d312b770c4c4ca4569fa91b142ccd2"},"e8de3cc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-252:")," ","[RegionSelect]"," remove not need RegionSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/653fb2996457eff4e59490b53d2dba43cb97f1a5"},"653fb29"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-252:")," ","[VirtualizedMenu]"," fix VirtualizedMenu code and logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aa43d1c38aeaec863249c8f34d1085b402cae754"},"aa43d1c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[LineSelect, BoxSelect]"," mark original storybook and components deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/68849e2e7593f656eed55c4251cfe86c3c49c753"},"68849e2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[Plain]"," refactor with style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46be2a082c51e34e22898e64cce5e13502639819"},"46be2a0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[Plain]"," update naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7352dacc7eda8c10d956b08d32c4790e2a5953ad"},"7352dac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[TextField]"," remove not need two layer class name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c1842dc6f0ff3bb72a1469e8c5abf1e2c2743180"},"c1842dc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[DatePicker]"," fix date picker range overflow issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b4ec384754b2c5f6deaa0c5b0a16b3b8b1842bb"},"5b4ec38"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Alert]"," update with new file structure (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b98998a210ea0ca3e30a51442d0721e9df2263f"},"3b98998"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Divider]"," change divider to hr (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1005986fbef753bd5e2b2ce826ce4a849e5e6fc5"},"1005986"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Foundation]"," rename cssValue to px (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/296eb5ec7046c96de44f109921b13c00c57b8f20"},"296eb5e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Icon]"," memo icon for pure render component, and remove width (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd0354e1656b73e37f67b877f62ea072172c689e"},"fd0354e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Tooltip]"," pick className only pass into popper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a3ec0e208a5804166f9efddd35cbd56683e92604"},"a3ec0e2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-357:")," ","[Downshift]"," enableAutoTransform should emit when textField blur and have suggestion list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/69459e1fee85f68d04ad14574dbfd41fcfcdd218"},"69459e1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-359:")," ","[ButtonBar]"," add handleOnKeyDown. should follow isStopPropagation, also keep keyup work (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7058aa852f754b856c6f5a1628e8bccda5acb14"},"c7058aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-360:")," ","[TextField]"," color of underline to be icon.dark when hover (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ff30bc96259539932d7dcb02071aa25fe3d1f72"},"4ff30bc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-364:")," ","[useFocusHelper]"," support outside setFousedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7574d6636220653722c372a7b93349e12abde012"},"7574d66"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-365:")," [","[Accessibility][mac]","] Can't read out the month in real-time when hit Enter to change month in date selector dialog. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e9025a16cb389a4c83f65ad41ea2f3d9866d8cf2"},"e9025a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-366:")," ","[Snackbar]"," update calendar text selected color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0a327d118541a58d10cb7aa74084cebbe8d2ba04"},"0a327d1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-366:")," ","[Snackbar]"," update warning text color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c0638db593da556ebc7f26cd7c4d61aa5ef20961"},"c0638db"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[ButtonBase]"," change buttonBase props with ComponentProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/22dd1f7569a2dcb0a097d6d1912ce7d933e0e269"},"22dd1f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[Deprecated]"," mark some theme method deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/310e32981d052db2483464e591bdbaa1896382ad"},"310e329"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[IconButton]"," deprecated props fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1236493f288d9b1f881ff82a4c101f0ed804b39"},"f123649"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[IconButton]"," refactor with styled method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89153d65e1fc15bf88fad63584cc93bef3d57352"},"89153d6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[PlusButton]"," remove not need PlusButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a86e9d7e1a79d263eedbd0f65a0eb1a00dd476e6"},"a86e9d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[RcPlusButton]"," mark RcPlusButton deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/476614be8a93821f58fd2634595827d32449f49e"},"476614b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[SplitButton]"," fix style with setOpaciaty (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d53afe9bebad48bb254e17ab91cbbc2a9ab836e"},"0d53afe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-369:")," ","[VirtualizedBoxSelect]"," fix disabled style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a1d8e3bedc93836b21906c2967e86dd2a1119ef9"},"a1d8e3b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-370:")," ","[Opacity]"," swith tinycolor2 to mui method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee326fa5099ee8ec54fb58bf40b68e5fab6ef717"},"ee326fa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-371:")," ","[Deprecated]"," mark activeOpacity and disabledOpacity deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/878a35d9ab598be218b2263cd7515ff39350c48b"},"878a35d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-371:")," ","[SnackbarAction]"," cleanup snackbar action code style and props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ff6cad879126b828cc917bfdd33ec813602a98b"},"0ff6cad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-371:")," ","[SnackbarContent]"," cleanup snackbar content code style and props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/161366a711cb1f79bd554679339ffffd14221005"},"161366a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-372:")," ","[Accessibility][mac]"," Revert Can't read out the month in real-time when hit Enter to change month in date selector dialog. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b0871a1390dc1d1d9035fb5ec0661aa73dd3cb5e"},"b0871a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-373:")," ","[Select]"," fix disabled style when have selected item (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a3ecf157342bba479fd249b1d471e7150db3139"},"1a3ecf1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-375:")," ","[SplitButton]"," fix style with injectFirst (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aa223520588af6d193683f2ebf6873ee5230353a"},"aa22352"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Classes]"," fix omit type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4539bea32b4054b86fe85f7aa2b0771f12537853"},"4539bea"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Switch]"," fix disabled color append issue and some forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/442ae3a04ed9600ce4756fa449092f4f5b03352c"},"442ae3a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.3.1...1.3.2"},"1.3.2")," (2021-01-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-337:")," ","[Icon]"," remove icon position: relative style")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[DnD]"," implement new component Drag and drop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5914754bc0bb97fa09f565463311314bc23b5317"},"5914754"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-324:")," ","[Chip][button]"," cleanup work for High Contrast Theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1b1ca1dffee1974bb6e4a27f7db2e336e731ca5c"},"1b1ca1d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-327:")," ","[Divider]"," support a11y with divider role (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/517f4390a8f8e1ebef7d30a0944cb3a4ffd90d5f"},"517f439"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-328:")," [","[Date picker][deque report]","] support screenreader (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b46b89ba8bcf189ac5de5db7613e75be4ff89f4e"},"b46b89b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-334:")," ","[TimePicker][deque report]"," add aria-label to fix deque issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7f8a72a2fb8769c748b08198ea348c65cff4e73e"},"7f8a72a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-335:")," ","[Link]"," remove link mocks folder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/540df8d72c7d5495bd200a6aafed8a33a5a80248"},"540df8d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-336:")," ","[usePortal]"," add usePortal hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fc358ce1771407c341c10328a6801e42bc163a46"},"fc358ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-340:")," ","[Scss]"," update scss file with token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e1d523d8b14e2fc5dc7510b30b204f474df22cb"},"2e1d523"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-340:")," ","[Update token]"," Update tokens in JUNO (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e4a5c7bd645b8f93040d40637efb3335d01443d"},"4e4a5c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-342:")," ","[Form]"," init form relate component, FormHelperText, InputLabel (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/087ea4bc8d5511ce9fcb41d252f6e673a6894f30"},"087ea4b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-342:")," ","[Foundation]"," implement UnionOmit (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/28cefea35ba3f948b0b4a32c5ad06c0c1ab3ad75"},"28cefea"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-343:")," ","[High Contrast]"," add highContrast color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fbf1654723d8e1f6f20289b0ad5e6f756c7abb7"},"9fbf165"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-343:")," ","[Picker]"," support highContrast in TimePicker and DatePicker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff3149b3f38d9e9b7acd20c2744e9baf10b3c418"},"ff3149b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[Animation]"," add util transitionendSubscriber (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1de2668683edc5026bfbb5763a0e885910adcf58"},"1de2668"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[focusVisible]"," add pointer-event: none in fake border (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2543749cad4151e6d51b6197808084d8c298349a"},"2543749"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[AppBar]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8123bd776914ff2448783592d8956d9b3c303a3"},"f8123bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Avatar]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/03b4de8cc01017379955dac786fbee8cffb09f72"},"03b4de8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[BoxSelect]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/10cd864f383133745eae252e2f49c0a70623d7e3"},"10cd864"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Chip]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da1f2c53c256572f6f26a839fd699f07e254ade3"},"da1f2c5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[DatePicker, TimePicker]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2062d5053e6e748d195299da9cce327393886dcd"},"2062d50"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[DnD]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13649b5da24fd3da56951eb301ef736819f3e9d9"},"13649b5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[FabButton]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fabab6751a736a4b630534d713eb5ac5debc18a1"},"fabab67"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[ListButtonItem]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a39f52a2b4a9533aecada6ab1375d5a43f2a7a6"},"2a39f52"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[LozengeButton]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9ca384158127987f9c9fe93a10dbf659a5276b01"},"9ca3841"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[OutlineTextField]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/804e3039f21c765e059ea5386eae0637fa0954ef"},"804e303"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[RoundButton]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ec619bb9668e2b5b41b1650ce9e4948f04b7386c"},"ec619bb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Table]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/68c5f54919260c6d8dc95f9ca67e38e7edf6c174"},"68c5f54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Textarea]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ad2a994b66c08decb51e50adcc02da9dee8fa45d"},"ad2a994"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Theme]"," update token with highContrast (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb5e9537d82af85e12ac26a5b41f9b5c3445431e"},"eb5e953"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Thumbnail]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf2668c712f9fc15f0f9d05aa8e44378f70b279f"},"cf2668c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Tooltip]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ef37e7265cd0457a8b3fdc580ab5c7ef2a66e368"},"ef37e72"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[VideoPlayer]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/501c0aff316b3fa1132387367f82378e88f5a119"},"501c0af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[VirtualizedSelects]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23caacc074162b31301611e3dfd17e8cf8f846ae"},"23caacc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-346:")," ","[useAnnouncer]"," add announce hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/160d1231d1b549d04a9b7f1f5554eaca8303f6f0"},"160d123"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-353:")," ","[fakeBorder]"," avoid overriding box-shadow for light/dark theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5da78522f9536fbf30cceee60c34d4e86f9cbde"},"e5da785"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[Select]"," fix placeholder with empty value also display placeholder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/28612106eda262acb83dfeb907ca2d9b58951b5c"},"2861210"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-330:")," ","[DatePicker]"," refactor whole datepicker for sync spec (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51b9972217a6bede0917773d5a217285ccecc52d"},"51b9972"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-334:")," ","[TimePicker]"," fix code rerender issue with picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fde62ecf76931bb719136f58ebc45813bc6632a"},"9fde62e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-334:")," ","[TimePicker]"," full all props pass with Picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f56d0808554e7590cc9d23dfeebd7fd5b2fcf2f"},"6f56d08"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-337:")," ","[Icon]"," remove not need icon position: relative (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/00ffc6e4ce2628db6532d0c85aa587d30ce09ed8"},"00ffc6e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-337:")," ","[ThemeProvider]"," inject Mui class first as default (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b3f7f8bfe07ffe77ca90719b5fd041bcb6a610a5"},"b3f7f8b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-338:")," ","[Avatar]"," presenceSize value compute incorrect fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b5f9f166404e47376515d2244ddf4f39b20afb6f"},"b5f9f16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-339:")," ","[DnD]"," export require type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d566447b4aee9bd0694a22225105ef223027c3a2"},"d566447"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-339:")," ","[LineSelect]"," add displayName (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c2377f0a09e2815e81ffe5c073220dbbb5f1ab79"},"c2377f0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-339:")," ","[usePortal]"," modify the story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/59fc28575e27f2050c8d07ccaafe9bd64863a100"},"59fc285"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-340:")," ","[getParsePaletteColor]"," fix support palette function and string type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0f8c4ce297cfda875fa71a5c46ee4dfca55317e2"},"0f8c4ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[DatePicker]"," add close in datePicker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d3948b667ca9004dfa3f82123fa7461349f2360c"},"d3948b6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TextField, OutlineTextField]"," fix TextField issue with disable in safari (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c967d3c70130424dccf02859895d6478565f5b4"},"7c967d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," fix default value issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d796f804cfff72fcb555360903a6777a35b6067f"},"d796f80"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," fix render value issue with hour (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a2196945ebb2fe83f5f9fa5de231401829589e50"},"a219694"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," fix style with textfield, and anchor position (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5fbed40ff763faf82f71d87aef3355a0f647dbad"},"5fbed40"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," pick PickerTextField for support shared in Date and Time picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/574ea88f049edfd88c6d56784296cda950cf8b42"},"574ea88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[DatePicker, TimePicker]"," add miss props back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7abf62a8573ff0d323af526a1237bcc64a2586e"},"a7abf62"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-348:")," ","[Menu]"," change context jsx layer, only for children as customer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c410da482c99c3609e31827493de6d3f61d1e908"},"c410da4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-349:")," ","[Menu]"," fix menu with memo, refactor with focus ref future (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aca2eb3f26eaa8726ef0c81623ee54552238caab"},"aca2eb3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Downshift]"," remove uuid, replace with uniqueId (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba0977a91ff1dc1a7c94b22368dab8d7fbcc7960"},"ba0977a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Menu]"," refactor come code and remove uuid package (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cdcb87ca7901241198784f9bdea7761b9394e5d2"},"cdcb87c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-352:")," ","[TimePicker, DatePicker]"," remove GlobalPickerStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9dba93905a27da3d992b5385b3010d8eb638988d"},"9dba939"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.3.0...1.3.1"},"1.3.1")," (2021-01-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," change the avatar style follow with spec"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," fix a11y event with native button and lot of style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," remove not need background-color on StyledIconAvatar"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," remove not need StyledMaskWrapper"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," fix avatar position with custom presence"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," remove props: customColor, shouldRenderPresenceHovered, selectorId")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," add warning with all script (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a625183a05a304ca6411874eb2d8bb5bedcad408"},"a625183"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," release whole avatar component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e8bca7d5291ec4410bf9c8ada675693f464969d"},"2e8bca7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," add nonStyleButton for a11y button use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bac0b7f3653eb203d638dd7bbc79806eceb1b11"},"5bac0b7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," add reverse with opacity (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/128da2dcee28a8663d1ca4a29918c3d3b20b3a01"},"128da2d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," export mui useTheme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f3c54688dfeacb2e3d10f9de332ceb408859c68a"},"f3c5468"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," move a11yKeyboardCode into foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9cd206bc3bb3251de180b5436e6306394b071218"},"9cd206b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Release]","Avatar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/480432c2732150b49d24685229c97b7747111c0f"},"480432c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[Select]"," add placeholder with Select and move storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9720c2a2942543b3cb2cf9f47cdc94f526a48fe0"},"9720c2a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[Storybook]"," add tag for storybook a11y (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d9e2731dd510a63b7ab074793cd58be559804107"},"d9e2731"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," add shouldRenderPresenceHovered feat back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d88ec24f989e65b7ed1d5794ec4b2f8190e68aba"},"d88ec24"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Icon]"," fix defaultProps loadingSize issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1328560fc8f26e66f16219bd047b34392e8e11e9"},"1328560"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.2.6...1.3.0"},"1.3.0")," (2020-12-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Divider]"," release Divider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a21f72c562b79c429149bc350d5827498e6c4123"},"a21f72c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Presence]"," forwardRef Presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5fdbd1f1e0ea9b9d14271f9a93aeb67e20d7685e"},"5fdbd1f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Presence]"," release Presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4035c73f72c75fd8ecdf789c6c9a76cb1b206fc"},"e4035c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Rating]"," release Rating (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c3ca773086d61eda30d61ec87492ac9c49a36114"},"c3ca773"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Table]"," add classes for apply class to part of component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc23b9d7225295caf4169b2449f94977b770f2f6"},"bc23b9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Table]"," switch table to styled component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a113ba9507bd7adf67158ce7cb603fa1d192b9d5"},"a113ba9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Token]"," add presence token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/258989c88cb0fd648f880b55538d815c1d48af91"},"258989c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Tooltip]"," release tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9ce497c251980ba35fb952674018b66884db678d"},"9ce497c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-321:")," Paddings in menu with groups (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6623511e12ef822df754160ce5a9412ea94ea2bf"},"6623511"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-321:")," Paddings in menu with groups update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9c4282d5603bbef39668e9e8c0418b1ef1aa4b1"},"a9c4282"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-322:")," [","[SubMenu]"," add MenuListProps for subMenuList] add MenuListProps prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0d42ceb67221d9cab4102289fcbf52b95a36cad"},"d0d42ce"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Avatar]"," fix avatar with presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6fd647218fa7a739ae17a2dac23c34c5e2aa688f"},"6fd6472"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Foundation]"," add comment for classesProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/325e6365db64d4286cc122b8402ee70c75410350"},"325e636"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Link]"," remove link below span issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72a1c3043e7d3872968dc88f64b7608945616d8f"},"72a1c30"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[newPalette]"," fix type and mark height and width deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77b0eb645b569ced1fd3562555db1706a2cc0d17"},"77b0eb6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Presence]"," switch presence token to presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a13a9b6fc0e6b0f31a82dc3d754642441c455a82"},"a13a9b6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Tooltip]"," sync tooltip default color to bg.neutral (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f121d0e14b48af84a8535022a8cf49bba40f4fd1"},"f121d0e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-321:")," ","[Menu]"," remove not need memo and forwardRef for outside use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/52781ea01d765d8c46bc6b30d1f0962b80b17549"},"52781ea"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-322:")," ","[SubMenu]"," remove not need destructure (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2b48c1178311ca8f3f3fc51a3cfe443ae9486fe2"},"2b48c11"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.5...1.2.6"},"1.2.6")," (2020-12-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-312:")," [","[Tag]"," TS to support basic HTML attributes] fix TS (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7b5af9973b4bce2d521bcfb60d9daeeaaa8bcd68"},"7b5af99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-313:")," ","[VerticalScrollbar]"," TypeError VerticalScrollbar.prototype.","_","smoothScrollBy(main.1c9ce9a5.chunk) error Object doesn't support property or method 'scrollBy' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a17e1406d6ce30e695c560b27c8d36b085c1fee"},"1a17e14"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," fix switch error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a96bfcca1abe12937bb07531fc605d03c06db530"},"a96bfcc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.4...1.2.5"},"1.2.5")," (2020-12-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[TextField]"," remove avoidArrowUpKeydown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[TextArea]"," remove avoidArrowUpKeydown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[AudioPlayer]"," change to Svg Icon, that will make class change from name2Icon")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[LineSelect]"," deprecated props and release for warning use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e686447ae3cf8b32c63a28251079c244ef90664"},"4e68644"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[Scss]"," add shadows scss mixin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4d73e661c0d07adbc0164ab05b4011b4ff37926"},"e4d73e6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-307:")," ","[hooks]"," fix useReneredOnceHelper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a7ed7a421dd9d27b64c1e66ebf7c4e721b8abf1"},"2a7ed7a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-309:")," ","[HoverHelper]"," Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'. fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2be3819ec8fa753a86e6d28b3f6400e9e6faa7ed"},"2be3819"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-310:")," ","[ThemeSwitcherProvider]"," init themeSwitcher for theme switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d295e3a4e29e45c60a5c726f42f5b71f61df0cbf"},"d295e3a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-306:")," [","[Downshift]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"key")," prop of InputItem in RcTextFieldWithFreeChips] fix key. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2f7d59dcef0a8c4e08336e035fa01c71c0f0acf9"},"2f7d59d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Lint]"," fix error hook use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/357a5e7c14ab3d7ab28b7b428db24c4d7e8dd7a4"},"357a5e7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[BoxSelect]"," fix BoxSelect style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ea199431e74a9baf3430317953ba405125063924"},"ea19943"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," fix icon switch bug (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f26564cc3753ae3435b9fb5696797211e9aa9575"},"f26564c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," fix inner user icon way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9326074a5dfdc5b17e8ef6edfe2f5788a46eaec"},"a932607"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/786047191b550aa262d7c58f9d30915e437003b4"},"7860471"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4bcd09cdf4795829086e5b24d0d3c9a16704241e"},"4bcd09c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5997238d785b7bf12e36d0b7ccf3629ae84b27eb"},"5997238"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] update ut (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c897a5009b7ab35a3e59f5f545b1db45408cec4"},"9c897a5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[ListButtonItem]"," fix type issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5f83494778dfafb2f8d958f8ea54617a406b8d6"},"e5f8349"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[Shadows]"," add miss shadow token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29000f8bcb7a4db6832d372679e9346f9136050d"},"29000f8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[Snapshot]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f568ca6b31a871582a13907e815b82814427415e"},"f568ca6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[Textarea]"," fix Textarea color with use same base with TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f437e8f7cd804987ac838473a75c778bfada25bb"},"f437e8f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[Textared]"," fix color when disabled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/334863989a1c7c54cf60075de8aaf7aebba01d4d"},"3348639"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[Textared]"," remove hover color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5eb9642f42cfb4e5220b52309bfe9aac7e818fc2"},"5eb9642"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[AduioPlayer]"," fix icon name use to Svg Icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba8dc994549a02951b82b127dd8757f0a748ba64"},"ba8dc99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[Icon]"," fix all inner icon use way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72cdb9ef8ae1f1caedb92cd1a6369d240635eae7"},"72cdb9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[Marker]"," change use icon way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6687abb76a22b2b9a9f356381ccc9bef6a972fe9"},"6687abb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[Thumbnail]"," release thumbnail (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b7a0577795cb2b7ebe1c888c112f2181055a160"},"4b7a057"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.3...1.2.4"},"1.2.4")," (2020-12-17)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," remove RcCheckboxButton, should use RcCheckBox to replace that"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," RcColorSet switch to string[], that will support type in v4 ts"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," remove method ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"paletteColorSet")," from foundation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-293:")," remove prop ","`","localeOptions","`",", that should custom outside")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[CheckBox]"," support RcCheckBox with tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/db61d3556fe5e9b808be1b34eb0d05a5c0ddfc83"},"db61d35"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[FabButton]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e8aeb85c57dd3cae8c6df074a0c8291741bc604"},"8e8aeb8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[FabIconButton]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4be29073d9a0a3006d260c84300a7f0f131c9ca"},"a4be290"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[IconButton]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0a408f9fb7018dad1ae3a8f8d6768c5f768670a4"},"0a408f9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-288:")," ","[hooks]"," add new utils useRenderedOnceHelper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/27bd9c1c07a123ef2c361b45da8572cb9ac99b4c"},"27bd9c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-288:")," ","[hooks]"," UseRenderedOnceHelper. change KeyboardEvent to FocusEvent for onFocus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7a380029cd8dea4484f25ceb5ec6ca4f2b06107"},"a7a3800"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-290:")," [","[LineSelect][virtuallist]"," fix accessibility support] fix MenuList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e23719261edbc59fbf38e5b9dc92df95e17bcba6"},"e237192"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," ","[Scss]"," init all theme token for normal sass use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/57e2c039ca6ef36620f28a6f0471f6747d081bb8"},"57e2c03"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-183:")," [","[Release]","Presence] use palette2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4a297d59037ae064c7d1cf1c79f271a897f7cac"},"a4a297d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[CheckboxButton]"," remove RcCheckboxButton, should use RcCheckBox to replace that (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/42ee5c98faeb0b6887e5fd3587fb24d53c4dbfde"},"42ee5c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[getParsePaletteColor]"," change color to optional value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/19408388d3e8a5a0f34b57bff8247aef466e27e6"},"1940838"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[IconButton]"," show warning when use tiny color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fbdb22e4d1a1f1417caa46cb9e5bb7baa311b250"},"fbdb22e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Link]"," release Link withDeprecatedCheck (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51a25654c493afed7970bbee5d5e231ec93ef941"},"51a2565"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Link]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4c87d73b79721c6abacd9767e3359f0d43a7b231"},"4c87d73"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-277:")," ","[Table a11y]"," RcTableProps.desc no longer required prop, to avoid breaking existing use cases (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1befabdf8ef1cedc91498e7529c7324555dcf216"},"1befabd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-29ˊ:")," ","[BoxSelect]"," pick heightSize from MuiSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21db54c1274be9afdd8d4fdb269dac53bb12f2bf"},"21db54c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-293:")," ","[DatePicker]"," remove prop ","`","localeOptions","`",", that should custom outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bf534f6e5695de7e58819abb2f2081718960135"},"5bf534f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[BoxSelect]"," fix error style cause with remove align center and flex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5127b9b3e69b88b8bcf05f6e81eda243b60f9161"},"5127b9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[DialDad]"," fix svg 0-9 icon fill color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a74cc86914910469bc82cf22b471291bfef4fbc4"},"a74cc86"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[OutlineTextField]"," fix HelperText style and pass props into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/204502359f857304eb6f099f9bc4f7b32f7edfc5"},"2045023"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TablePagination]"," fix root text color error in dark mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2811210d276e67815037d39376607f5330831a14"},"2811210"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TextField]"," fix disabled color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/33612883256031f869c8d47185e4a76d7f749ed5"},"3361288"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TextField]"," fix error disable style with value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d025664bd9f4b0a64969f5b51b3d20caf0140ccd"},"d025664"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TextField]"," fix helperText color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d5e73c6ab259f547df10b57ed1a9051a1c1e8fa7"},"d5e73c6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[VirtualizeSelect]"," fix props not correct issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/228fcb641f00ac0f04930ebe9aaab7c221cad4d4"},"228fcb6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-297:")," ","[Table]"," Modifying check for presence of valid sortKey to set tabindex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3e1229d1d289f65d649bec86172245be187495e7"},"3e1229d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," ","[RcColorSet]"," change to just use string[] that will refactor in the future when ts v4 work (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b42765039afde105623c7622fd05da2b86a21c14"},"b427650"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-300:")," ","[Scss]"," rename custom-palette => custom-rc-palette (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c478d4500f22d06c9c171367455e40fac4ca83bd"},"c478d45"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.2...1.2.3"},"1.2.3")," (2020-12-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-278:")," [","[RcVirtualizedList]"," fix scrollContainer props for container wrapper div] fix scrollContainerProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c79c327cdb0ac393fc4e01d2656a13759d3f40a"},"7c79c32"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-278:")," [","[RcVirtualizedList]"," fix scrollContainer props for container wrapper div] fix scrollContainerProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ea61941d2a99aa675d485db395a535d241120680"},"ea61941"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-278:")," [","[RcVirtualizedList]"," fix scrollContainer props for container wrapper div] fix scrollContainerProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4ff9bdebb5016c12fa77a65baa99d78af7ea551"},"d4ff9bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-280:")," [","[Downshift]"," suggestion list support accessibility] fix suggestion list a11y (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/953f67bc8bcef03c1a17d7d827c606be2d2d9beb"},"953f67b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-283:")," [","[RcChip]"," Update RcChip supports truncate] just add storybook demo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8cc549b6351d9ee3af21f6ac5d53d1a8791c6e51"},"8cc549b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-283:")," [","[RcChip]"," Update RcChip supports truncate] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e11a63c162b521bd42a3e4918ab1679ac4a0a4d8"},"e11a63c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-287:")," [","[RcTag]"," Update ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"color")," props to support more colors.] add more colors. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6b22e84c0f18b9fc63fc013e29f76de905ce27ad"},"6b22e84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-287:")," ","[Tag]"," complete Tag Release (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/819e0103505ca65628955aeceeef91ec9270e9c9"},"819e010"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-289:")," [","[IconButton]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"mocks")," file] fix mock file (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d5d80a8a455dbfa39806b0c4dde6704d33a8ecb"},"1d5d80a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-284:")," [","[IconButton]"," buttonRef not working] fix tooltip prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"tooltipForceHide")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b9aa7beb6427bff85f293967f0e1a277c42663fd"},"b9aa7be"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Button]"," export SplitButton and related ButtonGroup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0154e6929722eac4ef471f2a853f9b170a92245f"},"0154e69"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," add static icon name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1d4f7044efabf44598c29bc64c4b4e64b4128bb"},"f1d4f70"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," switch all inner svg use to component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a67d140e17f7503f51c410f93cbc43b24324fce2"},"a67d140"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-293:")," ","[DatePicker]"," fix datePicker type issue and local issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0953ca71ed860522920f26815870922315037b0f"},"0953ca7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.1...1.2.2"},"1.2.2")," (2020-12-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Package]"," fix cli into dev deps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2899f91d4ce78092c48cf8e21a884046529f0b63"},"2899f91"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.0...1.2.1"},"1.2.1")," (2020-12-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," init all icon component from svg to component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6fcb2295878d8790c039101592ad22f61273e096"},"6fcb229"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-285:")," ","[isShowJunoWarning]"," fix localStorage not exist issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/64986cee2836dc57c7f8ac802979269fad9e18da"},"64986ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," switch all inner svg use to component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a129b01fe2dd3ad95634de026110d0b514c63bd2"},"a129b01"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.1.3...1.2.0"},"1.2.0")," (2020-12-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," remove RcBanner, should use Alert"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," free chip id not equal label, add isSuggestion prop to flag")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-179:")," ","[Icon]"," make all deprecated props warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bf26ef1c122c2c7507db609b141f801da54f22b1"},"bf26ef1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-179:")," ","[Icon]"," ready to release icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/644680212cbc01f1e879ee858f106c7ed1cd0016"},"6446802"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60847089ca145614bfafcf37d6096cf1a24475f8"},"6084708"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/098ff9fd3957a39b83dbe0c5c9c08615254e5ed3"},"098ff9f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7253bd7c8fef35f6696c51d572c18a45a0e84f8b"},"7253bd7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48dd45f64d9f39bddd0253712d4283d9e6c36897"},"48dd45f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/435e097e66d25926beb1a472090aec0ead2901e7"},"435e097"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-214:")," ","[DatePicker]"," support accessibility (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5333154bfa617e45867919b5b5848d36282202f0"},"5333154"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-215:")," ","[TimePicker]"," add aria-live for screen reader (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13150f241d3676a67d14fbac322bff61a751bcd0"},"13150f2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-215:")," ","[TimePicker]"," support A11y (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bfc04b2c77224bef3ae2f36799593a51d2c8f08a"},"bfc04b2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-215:")," ","[TimePicker]"," support accessbility (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2fcfeda178979d75ba1fe852b09a1d77bd3fd01"},"e2fcfed"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Banner]"," remove RcBanner, full alert component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ab8cc54a6c2d77aafb7794bcbaf2bacfbdf4de7"},"4ab8cc5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[Button, ListItem, MenuItem]"," apply withTooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6fa09a915a2735d9012de5a56f9554cd5c422e05"},"6fa09a9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[ButtonGroup]"," implement ButtonGroup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/63a82388d5f0c5e53d1a4bb0a23a839cf2b5df34"},"63a8238"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[SplitButton]"," implement SplitButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8db5deff9836e7fb28bbc36dbf03acad5990741c"},"8db5def"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[withTooltip]"," implement with Tooltip hoc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31a5259f5337b3efc62bfdfb09ac32865478a833"},"31a5259"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-242:")," [","[Component update]"," Icon button/plain- add offset for focus indicator] add offset to keyboard focus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e91a7330cbcb1a47c3cf53a554dcf5608954a581"},"e91a733"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-249:")," [","[RcVirtualizedList]"," add scrollContainer props] add scrollContainerProps props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72c2271b98df36662e5e6e21bd5d825010f8f839"},"72c2271"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-249:")," [","[RcVirtualizedList]"," add scrollContainer props] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/476c1d904b82b301336597e6b9909c2140f992e7"},"476c1d9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-261:")," ","[DatePicker]"," add automation id for month year day (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/12591159d51978d1edf3fc3205178982b4019650"},"1259115"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-264:")," [","[Downshift]"," add unSelectable to replace the isMember] add unSelectable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8603078a52e437a5f2e9499c823baf7aae8c7f95"},"8603078"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-265:")," ","[Add auto hide feature to scrollbar in virtualized list]"," add auto hide. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/16bec33467c384aecb3336e3fedcbcda1f4580bc"},"16bec33"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Deprecate check]"," add production check with warning only show in dev mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/38b43de45a9dfca7223a4c05d5219f32819c2a54"},"38b43de"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Deprecate check]"," add tooltip depecrate warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7e8c6aa2507995ad4b1516c89fec145065498d41"},"7e8c6aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Deprecate check]"," implement deprecate check method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e015d771f7701b928210cf9cf802347bfbf2f32"},"8e015d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-273:")," [","[AutoCollapseAction][iconbutton]","[InlineEditable]"," deprecated tooltipForceHide] remove tooltipForceHide (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4140f29a88418497467da48d1f28bdaaedf15608"},"4140f29"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-281:")," [","[MenuItem]"," add props deprecate warning] add deprecated prop waring (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5f1b5e83d29cb0e290f58b4a3105501f77bf84d3"},"5f1b5e8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-205:")," ","[IconButton]"," forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/11ed19bc62ccfa5fe3b0056e8f21db5c94d20421"},"11ed19b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-222:")," [","[Switch]"," error style in dark theme] fix switch token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c54b69612cbf0ede808b5740fcfb927ea79abb31"},"c54b696"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Alert]"," full alert component with RcAlert (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b259d6b213aeb296a2eb35cd840de7dca0aaed67"},"b259d6b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Alert]"," only need align (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a133d2e1c7f11644e78e3d41738f83f961840784"},"a133d2e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Banner]"," mark deprecated and remove storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/862c4a6d09c15950ff65fa7435693bb09728cb6f"},"862c4a6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[Button]"," forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b3240bee73b980ab01fb2bd9528f535f1a9ac04"},"5b3240b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[ListItem]"," forwardRef ListItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ceee3fa7daa35d6ef1f946f17812a4fc128e2b17"},"ceee3fa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[MenuItem]"," forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a28015d071b06af16b22d3a73ba40dd7616a556"},"3a28015"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[palette]"," fix setOpacity props not pass full issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b627d25b3486bad0253dd0cdee2864323b3bb332"},"b627d25"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[SplitButton]"," add TooltipProps enterNextDelay for first menuItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c743e3acde5023c855fa9abb21ce0842e19e66ae"},"c743e3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[Tooltip]"," forwardRef tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/db4fb23b5fc7d3d5eb97f7afe0abc05509d212bb"},"db4fb23"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-254:")," [","[Checkbox]"," should fix style utils import path] fix path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d530e0fcef7f73bbad990e577af22571356ce8f0"},"d530e0f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-254:")," [","[Checkbox]"," should fix style utils import path] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/15b77fb7165c1a1fce23c1280eb7f2b9d250cefa"},"15b77fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-256:")," ","[VirtualizedMenuList]"," should keep focus on the top/bottom item when ","`","loop","`"," is false and keep pressing up/down (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7faf05d8f8ed1d3df2e7fb1711f69d81de29f22"},"d7faf05"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-257:")," [","[Downshift][windows]","Focus not on the chip when hit Del to delete chip.] handle Delete key (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/181ccb02867c5660fd698a801eb6f29c84cbfa2e"},"181ccb0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-260:")," ","[fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"do not disturb")," color of presence]"," fix color token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6023e593be974437bb74d3cc72fe977e55c2ccf3"},"6023e59"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-262:")," [","[Downshift]"," It did't scroll to top when input changed] let suggestion list scroll to top when input changed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d15b2521f88e84438fe445a587d01dae9cf9a9b"},"1d15b25"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-266:")," ","[Select]"," truncated when text too long (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/98cc6fea9f95d6a59420964157eb5e4193295198"},"98cc6fe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-268:")," ","[Expose autoHideScrollbar prop for RcInfiniteList]"," forward prop. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99dafdd4b8f4cffbf7e24bfa6bc1c9ef69dfe283"},"99dafdd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-268:")," ","[Expose autoHideScrollbar prop for RcInfiniteList]"," normalize props. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f10fb4ec0d845b1b94e9eb95b0747731820fba9d"},"f10fb4e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-270:")," [","[Downshift]"," onKeydown was override] avoid override onKeyDown (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8674d8a74d7e2c8e3c305001011967543f0b0a70"},"8674d8a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Icon]"," apply withDeprecatedCheck with props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/83be6e8a3d102c54d8df480b75a9b0caa536fe6f"},"83be6e8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.1.2...1.1.3"},"1.1.3")," (2020-11-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," remove ToggleButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItem"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItemGroup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSectionTitle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItem"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItemGroup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSectionTitle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," ","[ToggleButton]"," remove ToggleButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bc5a734a6781784dc3d3dfcaf73b44277d73251"},"5bc5a73"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," [","[Form]"," remove FormItem FormItemGroup FormSection FormSectionTitle] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4f19f6e9d0b44dbfbf7f4bdc45ab4e4df093236"},"c4f19f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," [","[Form]"," remove FormItem FormItemGroup FormSection FormSectionTitle] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46cd42fd21c1de9afe6b787455fbfc9555e4a028"},"46cd42f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-221:")," [","[DatePicker]"," upgrade @material-ui/pickers to 3.2.10] upgrade mui picker version (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cbbcac599c9e8d6e810845c3406e613a91335f35"},"cbbcac5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," change to RcMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/40f6764b73415fd1d7f22bffff61d70bc4a4049e"},"40f6764"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," change to RcMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3083792be3228f05e96a34d7a8f0ff5da2c4de2c"},"3083792"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," fix key issue and example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7686ea65f2cf9c2487ab9ec02b44a80566bdd02b"},"7686ea6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," fix lint (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6bfc5602452a8d863570a0d82a742c954bdea9ac"},"6bfc560"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," remove anchorOrigin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/222a47a89f80017da2cfa5fb25cfbf516ac04183"},"222a47a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," remove RcMenuItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c168d3a23b3be04791b4a5999e7af289b1ddd098"},"c168d3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-225:")," [","[Rating]"," New component] show tooltip when tab on a star & fix error margin when enable readonly prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ecfe6e35cd7ce95058b698ba44ef7861da7bef0b"},"ecfe6e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-230:")," ","[mention]"," focus style. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/24551a20db3ff3be8719e0703a220028486c45dd"},"24551a2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-235:")," ","[Checkbox - should have 4 px padding between the label and the button]"," fix padding with label (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba3f20aa0099b5a1f6a719bd3951535cdb250e86"},"ba3f20a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-240:")," ","[Link]"," add a11y suppor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39c29bd6b98bfda453eeef21869f78da14b637a6"},"39c29bd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-216:")," [","[AutoSizer]"," Should call setSize when element was hide or size not changed] avoid re-render when element hide/show (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4a570ba496086b341ccfb8f2f8246a403773e053"},"4a570ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," fix props type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/76f0cdee41aff2012f715b054b8e81db9e615e6e"},"76f0cde"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-227:")," [","[Dark Theme]"," fix wrong color usage in components] ExpansionPanelDetails, Tabs, Thumbnail (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c44acf2858f02f216cec0a987d9c5fae33d95e47"},"c44acf2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-228:")," [","[VirtualizedScrollContainer]"," fix tabIndex] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d0461bda94c9d0108c3254f0955e64d13d9f3bb"},"0d0461b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-232:")," ","[AtMention]"," should not show outline when focused (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44da67b612c4128bc464ed814a3b286009a2dad4"},"44da67b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," ","[Icon]"," mark iconColor and iconSize deprecated, replace with color and size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9532322b1b2d226ef3f4efd47751f289f79d5eb3"},"9532322"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," ","[Presence]"," fix issue - pass color object into div (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f79fdcbab10cea5da70ebc1e7eb526642e2ca9d"},"3f79fdc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.1.1...1.1.2"},"1.1.2")," (2020-11-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-207:")," ","[Release]"," add release note with standard-version (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/546063f6d9b7115edcd8ba0e3879210bb3b82031"},"546063f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Alert]"," init Alert component with desing spec (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44979b814507d3f36f0d31752320b168483d927a"},"44979b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Storybook]"," change alert and confirm dialog name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2c2726c1619247ee9a3fded218e6bc74e8e52868"},"2c2726c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Alert]"," remove not need comment and fix comment (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1f49dfa184081bfaca210695705ad2f1b7e8c23"},"f1f49df"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Alert]"," support size switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d6da1590f5240bf3ed35f62bd3001dedd8a69aad"},"d6da159"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Snapshot]"," update-snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/36bd04ca367cd212046019d8c183f793a74ca70d"},"36bd04c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Snapshot]"," update-snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f5534287086ec9d175fc85b455a7c9e7b28baf9"},"3f55342"),")")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"CHANGELOG",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/CONTRIBUTION.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"CONTRIBUTION/Contribution Guide",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"CONTRIBUTION"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Setup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Install the dependencies with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"yarn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// install deps\nyarn\n\n// normal start, fast speed in develop component\nyarn start\n\n// start with docgen, that run when you write doc in component\nyarn storybook:docgen\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Coding style guide"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Component file structure:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"./assets/component-structure.jpg",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"├── index.ts // All item reexport from here, no logic involved.\n├── InlineEditable.tsx // The main logic file.\n├── __stories__\n│ ├── InlineEditable.story.mdx // The component document page.\n│ ├── InlineEditable.story.tsx // The component storybook.\n│ └── __snapshots__\n│ └── InlineEditable.story.tsx.snap // Auto generate snapshot.\n├── __tests__\n│ └── InlineEditable.test.tsx // Unit test for that component\n├── styles\n│ ├── InlineEditableStyle.tsx // Main custom style file\n│ ├── index.ts // Re-export\n│ └── textFieldStyle.tsx // Addition style\n└── utils // All token and related method put in here.\n ├── InlineEditableUtils.ts\n └── index.ts // Re-export\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main Logic File"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"type RcButtonColor = RcBaseColor<\n 'primary' | 'secondary' | 'negative' | 'positive' | 'action' | 'neutral'\n>;\n\ntype RcButtonColorLoadingMode = 'prefix' | 'replace' | 'suffix';\n\ntype RcButtonVariant = 'text' | 'outlined' | 'contained' | 'plain';\n\ntype RcButtonRadius = keyof RcTheme['radius'];\n\ntype RcButtonProps = {\n /** size of button, default is `large` */\n size?: RcButtonSize;\n /** variant of button, default is `contained` */\n variant?: RcButtonVariant;\n /** color of button */\n color?: RcPaletteKeys | RcButtonColor;\n /** is button loading */\n loading?: boolean;\n /** loading mode with button, default is `replace` */\n loadingMode?: RcButtonColorLoadingMode;\n /** Props send to `RcCircularProgress` when loading is `true` */\n CircularProgressProps?: RcCircularProgressProps;\n /** component for render root button, default is `button` */\n component?: React.ElementType;\n /** border radius for button */\n radius?: RcButtonRadius;\n /** should keep elevation when type is `container` */\n keepElevation?: boolean;\n /** @deprecated Icon, please use startIcon with `` */\n IconProps?: RcIconProps;\n} & RcBaseProps<\n ComponentProps,\n | 'color'\n | 'size'\n | 'variant'\n | 'title'\n // * use disableFocusRipple, so omit that\n | 'focusRipple'\n>;\n\nconst _RcButton = forwardRef(\n (inProps: RcButtonProps, ref) => {\n const props = useThemeProps({ props: inProps, name: 'RcButton' });\n const {\n children: childrenProp,\n classes: classesProp,\n startIcon: startIconProp,\n endIcon: endIconProp,\n // omit all your custom props\n loading,\n loadingMode,\n IconProps,\n size,\n color,\n CircularProgressProps,\n variant,\n radius,\n keepElevation,\n ...rest\n } = props;\n\n ...\n\n const classes = useMemo(\n () => combineClasses(RcButtonClasses, classesProp),\n [classesProp],\n );\n\n return (\n \n ...\n \n );\n },\n);\n\nconst RcButton = styled(_RcButton)`\n ${buttonStyle}\n`;\n\nRcButton.defaultProps = {\n size: 'large',\n color: 'primary',\n variant: 'contained',\n loadingMode: 'replace',\n};\n\nRcButton.displayName = 'RcButton';\n\nexport { RcButton };\n\nexport type {\n RcButtonColor,\n RcButtonColorLoadingMode,\n RcButtonProps,\n RcButtonSize,\n RcButtonVariant,\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Import ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"import React, { FunctionComponent } from 'react';")," and not using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"React.xxx"),", other import should keep short and clear.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"The component ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"props")," related type should be the top of file after all ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"import")," and naming for ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"[Name]Props"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Here is some ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Base")," type from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"foundation"),", you should use that to unified token, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),", you need using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"BaseSize")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"BaseColor")," to pick that.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Custom props you should add comment with and show the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"default value"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Join with Material Props with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"&")," by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"BaseProps")," and Omit props you want omit in the second argument, and that should join after our addition props.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Destructure props you need for logic inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Component")," not on the function argument, and pass whole props into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Styled[Name]"),", keep all props go into Styled.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Custom class should using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"utils")," set classes like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcButtonClasses"),", that implement will in the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Token Utils")," section.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"All props we custom cover with need combine with out side pass in props, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),", user can add custom class name for this component, if we don't using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"combineClasses")," to combine those props, that will make outside props not working.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"When custom event should use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"combineProps")," to wrapper methods, that will combine two method together,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"combineProps({ onClick: onClickProp }, { onClick: handleClose });\n"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"final export with styled to contain this private component ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"_[Name]")," assign to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"FunctionComponent<[Name]Props>"),", that for us can using this component in other ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled")," to styled that.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Component need assign displayName for Storybook using show with correct name example ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"[Name].displayName = '[Name]';"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"At Main Component file, All export in main file should put in the bottom of file.(Other utils file can export directly)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Styled Component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre"},"\n1. Using styled from foundation.\n\n```ts\nimport { styled, css, RcThemedStyled } from '../../../../foundation';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Pick material props from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"forward")," component and remove all props which ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"should not pass")," to material.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// ButtonStyle.tsx\nexport const buttonStyle: RcThemedStyled = (props) => {\n const { variant, size, radius: radiusProp, keepElevation } = props;\n const plainTextColor = plainButtonTextColor(props);\n\n const iconSpace = spacing(RcButtonIconSpace[size!]);\n\n const isPlain = variant === 'plain';\n\n return css`\n ...some style\n `;\n};\n\n// Button.tsx\nconst RcButton = styled(_RcButton)`\n ${buttonStyle}\n`;\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"All method contain in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"styled")," style template block will auto pass ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"({ theme })")," after function return with function.",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"like above ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"palette2('primary', 'main')"),", it will return ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"({ theme }: ThemeProps) => any"),", that will auto be pass with theme, don't pass manually like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"palette2('primary', 'main')({theme})"),".")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"All token styled utils contain in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"foundation")," folder, we should using that from there."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { palette2, spacing, typography } from '../../../../foundation';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Custom class should get from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"utils"),", don't use plain string like below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"}," &.${ButtonClasses.contained} {\n ...;\n }\n")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"If you want to pick method out of styled block, you need using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemedStyled")," to declare method, like below",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"const buttonHoverColor: RcThemedStyled = ({\n color,\n theme,\n}) => setOpacity(palette2('neutral.b02'), '08');\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemedStyled")," generic type first arg is the method argument type, and the second type is that return type, default with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"(themeOptions: RcThemeProps) => any"),", that will auto run with ({ theme }).")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Token Utils"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { palette, Classes, PaletteType, UnitMap } from '../../../../foundation';\nimport { ButtonColor, ButtonProps, ButtonSize } from '../Button';\n\nexport const ButtonClasses = Classes(\n ['disabled', 'contained', 'text', 'outlined'],\n 'Button',\n);\n\nexport const ButtonColors: UnitMap = {\n primary: palette2('primary', 'main'),\n secondary: palette2('secondary', 'main'),\n negative: palette2('semantic', 'positive'),\n positive: palette2('semantic', 'negative'),\n action: palette2('common', 'white'),\n};\n\nexport const ButtonSizes: UnitMap = {\n medium: '36px',\n large: '40px',\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Classes related should use to contain, that will make all using class to unified ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"[alias]-[classType]")," like above disabled will be: ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Button-disabled"),", that will make us easy to debug and identify.",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"Classes<[Name]Props>([...classTypes], 'alias')`\n"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Token relate should using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"UnitMap<[Name][TokenName]>")," to unified size and check we has implement with, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"size")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"color"),", and the second type will assign for every item type.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can import svg icon components from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"icon/xxx.tsx")," like below,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { ArrowDown } from '@ringcentral/juno-icon';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Debug with vscode"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Launch Debug"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"ctrl + shift + p\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Typing ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"task")," and choice ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Run Storybook"),", that will serve the application."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Press ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"F5")," to run ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Launch Chrome")," and you can debug with vscode."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Attach Debug"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"strong"},"Before you using attach debug, you should close all of chrome, and using terminal to open chrome."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"ctrl + shift + p\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Typing ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"task")," and choice ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Run app"),", to run app."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Press ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"F5")," to run ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Attach Browser")," and you can using vscode debug in the IDE now."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Typescript"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://jkchao.github.io/typescript-book-chinese"},"https://jkchao.github.io/typescript-book-chinese"),"\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.typescriptlang.org/docs/handbook/utility-types.html"},"https://www.typescriptlang.org/docs/handbook/utility-types.html")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Testing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-shell"},"yarn test\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Git flow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"checkout branch from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"main"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"commit with message like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"feat(Ticket-Number): [Update-scope] what change you made"),", like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"chore(RCUI-100): [Snapshot] update snapshot"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"We test components change base on snapshot, run ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"yarn update-snapshot")," to update snapshot before you push.")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"CONTRIBUTION/Contribution Guide",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Guides/DeprecatedWarning.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Guides/Deprecated Warning",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Deprecated Warning"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"If you use some deprecated methods, we will show warning when you use in development mode,\nif you don't want see those warning, you can turn off that by set"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { configure } from '@ringcentral/juno';\n\nconfigure({\n warning: false,\n});\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"or just use window to set"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"window.__JUNO__.WARNING_IGNORE = true;\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BUT, Don't recommended you close it, we should avoid use any deprecated props or methods.")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Guides/Deprecated Warning",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Guides/Fonts.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Guides/Use Lato Font",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Font"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"JUNO was designed with the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://fonts.google.com/specimen/Lato"},"Lato")," font in mind.\nBut the Lato font will ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"not")," be automatically loaded by JUNO. The developer is responsible for loading all fonts used in their application."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Lato font CDN"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Shown below is a sample link markup used to load the Lato font from a CDN:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-html"},'\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Install with npm package"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"JUNO depends on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"typeface-lato")," package. If you are using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"webpack")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"css-loader")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"scss-loader"),", you can import it directly in your project."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"In your JS entry-point:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-js"},"import 'typeface-lato'\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Or in your SCSS file:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-scss"},"@import '~typeface-lato/index.css';\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Guides/Use Lato Font",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Guides/Icon.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Guides/Use Svg with Juno Icon",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use Svg"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"@svgr/webpack")," to load svg as component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"you can import from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"'@ringcentral/juno/icons/*.svg"),", using like below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import phoneSvg from '@ringcentral/juno-icons/icon-phone.svg';\n\nconst App = (props) => {\n return (\n \n \n \n );\n};\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Guides/Use Svg with Juno Icon",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/HOW_TO_WRITE_DOCS.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"CONTRIBUTION/How to write storybook document",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"How to write storybook document"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Clone repo from git")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"git clone git@github.com:ringcentral/juno.git\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Run app")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"cd rcui\n\nyarn start\n# or run storybook if you need component doc generator\nyarn storybook\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Checkout branch")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"## switch to develop branch\ngit checkout develop\n\n## create a branch follow with you want to write component\ngit checkout -b 'RCUI-DOC-Button'\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Find Component folder under ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"src/components/${component name}"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"In that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__stories__")," folder, create a file name follow with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"${component name}.story.mdx")," like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Drawer.story.mdx"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Open that file and follow below guide to start write components document."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Quick Teaplate generator"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Use vscode launch feature to create"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Open ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Run and Debug")," in sidebar"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Choice ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"create mdx")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Press ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"F5")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Enter Component name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Press Enter to confirm")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"./assets/create-mdx.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You also can use script to create template quickly!"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre"},"yarn create-mdx -- ComponentName\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"that will create mdx template in root, put that file to target folder.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Component Story Doc Guide"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Need show component reference in document."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"All custom props need follow with one example."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Let user know...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"How to use component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Which component we base onHow to use component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Each addition props we supportHow to use component."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Make User easy to use components, and can find their use case in our examples."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Show all props for user to know how to use, and detail description with each prop.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Template structure"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"./assets/mdx-example.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Only use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://storybook.js.org/docs/react/writing-docs/mdx#embedding-stories"},"embedding-stories"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"We want user can control props in component page, so we only use embedding-stories")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"like below, that id can get from browser target story url."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'\n \n\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"keep write example simple, not too complete example, that will make user confuse, and diffcult to view code in example")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"keep example code in one file, because our story code plugin only can show one file in story tab."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"How to use image"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Put file below ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"assets/*"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"and use markdown to view that"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-md"},"![](./assets/mdx-example.png)\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Push your code"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Update snapshot first")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"yarn update-snapshot\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Commit your code")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"git commit -m 'doc(RCUI-DOC): [Button] create button doc page'\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Push to remote branch")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"git push --set-upstream origin RCUI-DOC-Button\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Open ","[","github","]","(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/-/merge_requests"},"https://github.com/ringcentral/juno/-/merge_requests"),") to create a merge-request, title same as your commit message ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"doc(RCUI-DOC): [Button] create button doc page"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"How to write mdx"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://storybook.js.org/docs/react/writing-docs/mdx"},"Storybook document")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.youtube.com/watch?v=HUBNt18RFbo"},"Markdown Crash Course")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.runoob.com/markdown/md-tutorial.html"},"md-tutorial")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"CONTRIBUTION/How to write storybook document",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/README.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"README",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Juno"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"https://img.shields.io/badge/juno-core-f54785",alt:"Static Badge"})," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.npmjs.com/package/@ringcentral/juno"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/npm/v/@ringcentral/juno/latest.svg",alt:"NPM version"}))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"https://img.shields.io/badge/juno-icon-f5c747",alt:"Static Badge"})," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.npmjs.com/package/@ringcentral/juno-icon"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/npm/v/@ringcentral/juno-icon/latest.svg",alt:"NPM version"}))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://github.com/ringcentral/juno"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/badge/github-8A2BE2",alt:"Static Badge"}))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://stackblitz.com/edit/juno-vite-example-zksfob?file=src%2FApp.tsx"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/badge/stackblitz-8A2BE2",alt:"Static Badge"}))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://codesandbox.io/s/4j370"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/badge/Codesandbox-8A2BE2",alt:"Static Badge"}))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ringcentral React Component library, make your app have the same user experience as Ringcentral Apps."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://material-ui.com/"},"MATERIAL-UI"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Explore Juno with the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/"},"interactive live Storybook instance"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Install"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"npm i @ringcentral/juno @ringcentral/juno-icon styled-components dayjs\n// or\nyarn add @ringcentral/juno @ringcentral/juno-icon styled-components dayjs\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Quick Start"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"All components we using need contain in the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcThemeProvider"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import {\n RcAvatar,\n RcTooltip,\n RcButton,\n RcIcon,\n RcLink,\n RcCircularProgress,\n RcThemeProvider,\n} from '@ringcentral/juno';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-html"},'\n SH\n Button\n LINK\n \n \n\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use Juno Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use any component with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcIcon")," prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"symbol"),", pass component into symbol that will render svg icon with our ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcIcon")," style."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { RcIcon } from '@ringcentral/juno';\n\nimport { Phone } from '@ringcentral/juno-icon';\n\nconst App = (props) => {\n return (\n \n \n \n );\n};\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"README",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/CustomTheme.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/Custom theme",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Theme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can custom theme by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"theme")," props with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcThemeInput")," object like below, all of option you can see type ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcThemeInput"),";"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"const defaultTheme: RcThemeInput = {\n palette: {\n blue: {\n top:'#0088ff'\n bottom:'#0088'\n },\n primary: {\n main: '#0684bd',\n },\n ...\n },\n props: {\n RcAccordion: {\n expandIcon: true,\n ...\n }\n }\n};\n\nconst App = (props) => {\n return (\n \n \n \n );\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Typescript"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Create a declarations file\nTypeScript definitions for ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components")," can be extended by using declaration."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"So the first step is creating a declarations file. Let's name it ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"juno.d.ts")," for example."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"styled")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"@ringcentral/juno")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// import original module declarations\nimport '@ringcentral/juno';\n\n// and extend them!\ndeclare module '@ringcentral/juno' {\n interface DefaultTheme {\n palette: {\n blue: {\n top:'#0088ff'\n bottom:'#0088'\n },\n };\n }\n\n // before ts 4.1, the only way to use Literal Types, you should use script to create all possible color type\n interface DefaultPaletteKeys {\n ['blue.top']: string;\n ['blue.bottom']: string;\n }\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Then you can use styled like below"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { styled, palette2 } from '@ringcentral/juno';\n\nconst Button = styled.div`\n color: ${({ theme }) => theme.palette.blue.top}; // result will be `#0088ff`\n background-color: ${palette2('blue', 'top')}; // also can use palette2\n`;\n\n// also have type in `color` prop\nreturn Click\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"styled")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"styled-components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"If you work with other ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components")," library, you should set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://styled-components.com/docs/api#create-a-declarations-file"},"custom theme")," for whole ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"create ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"juno.type.d.ts")," like above")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"create another ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components.type.d.ts")," to extends ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcTheme")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// import original module declarations\nimport 'styled-components';\nimport { RcTheme } from '@ringcentral/juno';\n\n// and extend them!\ndeclare module 'styled-components' {\n export interface DefaultTheme extends RcTheme {}\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Then you can use styled like below"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import styled from 'styled-components';\n\nconst Button = styled.div`\n color: ${({ theme }) => theme.palette.blue}; // result will be `#0088ff`\n background-color: ${palette2('blue', 'top')}; // also can use palette2\n`;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/Custom theme",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/SwitchTheme.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/Switch Theme",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Switch theme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://codesandbox.io/s/juno-theme-switcher-4j370?file=/src/App.tsx"},"https://codesandbox.io/s/juno-theme-switcher-4j370?file=/src/App.tsx")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'const themeMap = {\n light: {}, // that theme you want to overwrite default theme\n dark: RcDefaultDarkTheme // that theme you want to overwrite default theme\n}\n...\n\n \n \n
    123
    \n
    Abc
    \n
    \n
    \n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useThemeSwitcher"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useThemeSwitcher")," to set theme or get theme value from hook."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"ThemeSwitcher")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { RcButton, useThemeSwitcher } from '@ringcentral/juno';\nimport React, { FunctionComponent } from 'react';\n\nexport interface ThemeSwitcherProps {}\n\nexport const ThemeSwitcher: FunctionComponent = () => {\n const { setTheme, themeMap } = useThemeSwitcher();\n\n return (\n <>\n {Object.keys(themeMap).map((key) => (\n {\n setTheme(key);\n }}\n >\n {key}\n \n ))}\n \n );\n};\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/Switch Theme",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/UseToken/Scss.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/🎨 Use Juno Token(Scss)",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use Rc Token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Scss"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can also use token with scss file"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"@import '@ringcentral/juno/scss/theming';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"buildIn mixin and function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"description"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Example"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"result"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get opacity from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"opacity: rc-opacity('1')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"opacity: 0.1"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-breakpoints"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get breakpoint from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@media screen and (max-width: rc-breakpoints('md')) { }")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@media screen and (max-width: 640px) { }"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-shape"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get shape from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"border: rc-shape('border3')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"border: 1px solid rgba(0, 0, 0, 0.36)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-shadow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append shadow style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-shadow(1)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-typography"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append typography style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-typography('body1')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"font-size: 3.5rem; font-weight: 400; line-height: 72px"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append zIndex style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-zIndex('banner')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"z-index: 9500"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append border-radius style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-radius('circle')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"border-radius: 50%"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append spacing style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"margin: rc-spacing(1, 2, 3, 4)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"margin: 4 8 12 16"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-palette"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get palette from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color: rc-palette(element, primary)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color: #4475FD"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"with-rc-theme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"let user can use this to get both theme color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"td",src:"./assets/with-rc-theme.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"[light]"," .paper { color: #4475FD } ","[dark]"," .paper { color: #729AFF }")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"with-rc-theme-type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"let user can use this to get target theme color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"td",src:"./assets/with-rc-theme-type.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"[dark]"," .paper { color: #729AFF }")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"custom-rc-palette"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Set custom palette color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"td",src:"./assets/custom-rc-palette.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"that will change the whole project default light and dark theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-utilities"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Set custom palette color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-utilities();")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"only include utilities class")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-core"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"include all rc class"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-core();")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"include all rc color and utilities")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Create global color style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Include all rc color and utilities class with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"rc-core"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"@include rc-core();\n/**\n rc-bg-xxx, ex: rc-bg-primary-main => background-color: #4475fd\n rc-text-xxx, ex: rc-text-primary-main => color: #4475fd\n rc-border-xxx, ex: rc-border-primary-main => border-color: #4475fd\n\n ----- also import all utilities -----\n rc-opacity-xxx\n rc-zIndex-xxx\n rc-radius-xxx\n rc-shadow-xxx\n rc-typography-xxx\n rc-m-xxx\n rc-mt-xxx\n rc-b-xxx\n rc-bt-xxx\n ...\n*/\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Only import utils"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"With ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"rc-utilities")," that will only include utilities class."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"@include rc-utilities();\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Custom your global class"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"/** custom your light variable */\n$rc-palette-custom-light-variable: (\n primary: (\n main: red\n )\n);\n\n/** custom your dark variable */\n$rc-palette-custom-dark-variable: (\n primary: (\n main: black\n )\n);\n\n/** set custom palette before include all theme class */\n@include custom-rc-palette(\n $rc-palette-custom-light-variable,\n $rc-palette-custom-dark-variable\n);\n\n/** include your class */\n:global {\n @include rc-core();\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Only include what you want"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can only import some utilities from rc-utilities"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"// add opacity\n@include add-style('rc-opacity', 'opacity', $rc-opacity-variable);\n\n// add z-index\n@include add-style('rc-zIndex', 'z-index', $rc-zIndex-variable);\n\n// add radius\n@include add-style('rc-radius', 'border-radius', $rc-radius-variable);\n\n// add shadows\n@include add-rc-shadow($rc-shadows-variable);\n\n// some typography you want to include\n@include add-rc-typography(\n 'display4',\n 'display3',\n 'display2',\n 'display1',\n 'headline1',\n 'headline2',\n 'title2',\n 'title1',\n 'subheading2',\n 'subheading1',\n 'body2',\n 'body1',\n 'caption2',\n 'caption1',\n 'button'\n);\n\n// margin\n@include add-rc-spacing(5, $rc-unit, 'm');\n// padding\n@include add-rc-spacing(5, $rc-unit, 'p');\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/🎨 Use Juno Token(Scss)",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/UseToken/Styled-component.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/🎨 Use Juno Token",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use Rc Token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Our style system base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components"),", we provide utils let you can use token easily."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"View more detail"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%92%85-style-system-utils--palette-example"},"utils example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/docs/api-reference-styles-ellipsis--page"},"API reference")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/🎨 Use Juno Token",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"ICON-CHANGELOG",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"CHANGELOG"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.76.0...juno-icon-v1.77.0"},"1.77.0")," (2024-07-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon HomeBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af9902bb917aabac40e72cb7a77b0033300aa730"},"af9902b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.75.0...juno-icon-v1.76.0"},"1.76.0")," (2024-07-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.74.0...juno-icon-v1.75.0"},"1.75.0")," (2024-07-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons WorkflowFilled, WorkflowOutlined (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/568d8a7c445188720e9347eaa34a573906587d10"},"568d8a7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.73.0...juno-icon-v1.74.0"},"1.74.0")," (2024-06-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon ViewInConversationThread (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8519b263b8f9bc2545a13cf161355c23527b17e2"},"8519b26"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.72.0...juno-icon-v1.73.0"},"1.73.0")," (2024-06-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons KeypadOffSp, RecordingInsights (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/207263266c7124ee66f21c7025e5cef5e5e73c8f"},"2072632"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.71.0...juno-icon-v1.72.0"},"1.72.0")," (2024-05-24)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Add icon Disposition (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/842dc502053f7d6b935c896c4c7964221de60042"},"842dc50"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.70.0...juno-icon-v1.71.0"},"1.71.0")," (2024-05-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiIndicator (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fbf85860461385686b589dc513a28b30c6f2acf"},"9fbf858"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.69.0...juno-icon-v1.70.0"},"1.70.0")," (2024-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Regenerate, TakeNotes; update icon SmartSummary (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dfc56176a87d35ccf5d93642151c5b6258fe5bf2"},"dfc5617"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.68.0...juno-icon-v1.69.0"},"1.69.0")," (2024-04-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiSmartNotesSp; update icon AiSmartNotes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05709d387b8c47f93a769decd015c1f092ef617c"},"05709d3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.67.0...juno-icon-v1.68.0"},"1.68.0")," (2024-03-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icons SupportCase, WhatsNew (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35fa4c5275281b9c44fc2fcc9d112f7ce90a117f"},"35fa4c5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.66.0...juno-icon-v1.67.0"},"1.67.0")," (2024-03-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," ImproveWithAi is renamed to SmartSummary")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," rename ImproveWithAi to SmartSummary; add new icon ImproveWithAi (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba7a2524a526c363e84d4a63e4ced4491cbaf4a6"},"ba7a252"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.65.0...juno-icon-v1.66.0"},"1.66.0")," (2024-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons AiWritingOptions, CameraFilled, CameraOutlined, ChangeLength, ChangeTone, ImproveWithAi, SmartCompose, Translate (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3fac949725d1b7567d69f4da75bc142ae1bd1d0b"},"3fac949"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.64.0...juno-icon-v1.65.0"},"1.65.0")," (2024-02-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," RcDirectory has already been removed, pls use SharedDirectory as a replacement.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Add new icons Export, MissedCallDnd, SharedDirectory. Remove icon RcDirectory (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/827d1410c81625f78abac9adf28cb34bbb8cbf15"},"827d141"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.63.0...juno-icon-v1.64.0"},"1.64.0")," (2024-01-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon MarkReplyAsUnread (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/18798bb9d4ccd779c822bbcfb8bd3d4f8cb74299"},"18798bb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.62.0...juno-icon-v1.63.0"},"1.63.0")," (2024-01-24)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiSmartNotes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/143643aeeffd089a9251f5fbeba6f8607cbf009f"},"143643a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.61.0...juno-icon-v1.62.0"},"1.62.0")," (2024-01-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon SmsTemplate (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a1d6f41628c69c8630adb236c2d5250ade0e8b82"},"a1d6f41"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.60.0...juno-icon-v1.61.0"},"1.61.0")," (2024-01-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AdditionalNumbers (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c198d84e38b553c46a1f05190f65376a1e272214"},"c198d84"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.59.0...juno-icon-v1.60.0"},"1.60.0")," (2023-12-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon AvatarDelegatedLines (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4588532dd35ed083fd97d6494bf6867604c4e31d"},"4588532"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.58.0...juno-icon-v1.59.0"},"1.59.0")," (2023-12-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiSparkles, RcDirectory, ReportAnIssueAlternative (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cfc3d1ecff0a2a47dc81974e30ba9990bccd9ba2"},"cfc3d1e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.57.0...juno-icon-v1.58.0"},"1.58.0")," (2023-11-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon Transcribe (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bf6193b928fd4e62a31ccf4106044434578b24d"},"5bf6193"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon PersonalMeeting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cba83e01f1173d891e36d42c49a4facfafe1ab8f"},"cba83e0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.56.0...juno-icon-v1.57.0"},"1.57.0")," (2023-11-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon Globe (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d446bf70cd28d2725803936e79d7112a9fd48654"},"d446bf7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.55.0...juno-icon-v1.56.0"},"1.56.0")," (2023-11-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icons ControlRoom, PersonalMeeting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60378fa1116fbc13b0e24e6922a9f7a4b7b30518"},"60378fa"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.54.0...juno-icon-v1.55.0"},"1.55.0")," (2023-11-17)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new Icon Swap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d8d025ac3c3a98bff0f040a7365eed0e45fa5f5b"},"d8d025a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.53.0...juno-icon-v1.54.0"},"1.54.0")," (2023-11-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Bundle, Device, PaymentMethod, PurchaseCart, PushToTalk (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6c749c5188cda5c132f7a57c4c028f05b42c803"},"c6c749c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.52.0...juno-icon-v1.53.0"},"1.53.0")," (2023-10-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon AvatarDelegatedLines (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d8e6d8e4b0d3b9037d6e587204838d86208789f9"},"d8e6d8e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.51.0...juno-icon-v1.52.0"},"1.52.0")," (2023-09-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-230928:")," ","[Icon]"," Update icon RecordSp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b661c03a34930f6e648c9bdc3d31d88dd57ba87a"},"b661c03"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.50.0...juno-icon-v1.51.0"},"1.51.0")," (2023-09-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Category, Conversion, MarkAsReadBorder, Update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05105720ef81cb2691d5bebd51d0dc4ea9c68b50"},"0510572"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.49.0...juno-icon-v1.50.0"},"1.50.0")," (2023-08-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon ThreadReplySnackbar; update icon AvatarDelegatedLines (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3344a6dd3daa13720d5496f7b990e0153f4ae8a2"},"3344a6d"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.48.0...juno-icon-v1.49.0"},"1.49.0")," (2023-08-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," rename DelegatedLines to AvatarDelegatedLines; rename icon-thread_reply.svg to icon-thread-reply.svg;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Reminder, ReminderBorder; rename DelegatedLines to AvatarDelegatedLines; rename icon-thread_reply.svg to icon-thread-reply.svg (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ab21185ae5d84f7c34f62faffca0be17ab39812"},"0ab2118"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.47.0...juno-icon-v1.48.0"},"1.48.0")," (2023-08-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons: DelegatedLines, ThreadReply (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a872d81318e16639694f47ac223cfd89f81501e"},"1a872d8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.46.0...juno-icon-v1.47.0"},"1.47.0")," (2023-08-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons CcLSp, HideSp, ParkedCallBorder, StopSp; update icon ExpandSp, ReportAnIssue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4c684f05cdbb4382112e3f063ce740854e67841"},"a4c684f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.45.0...juno-icon-v1.46.0"},"1.46.0")," (2023-07-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add 18 thrid party icons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/082506f2f92b452cf1d08b9bfe43a004e82f6983"},"082506f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.44.0...juno-icon-v1.45.0"},"1.45.0")," (2023-05-24)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new experimental icon AskfirstSp, E2EeSp, NoAudioSp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af5878fe1628d668a3418e27c640a694b726f89f"},"af5878f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.43.0...juno-icon-v1.44.0"},"1.44.0")," (2023-05-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add 24 experimental icons, update PinWindow icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d69589227450bdc637a46036aed402481f76a7b7"},"d695892"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.42.0...juno-icon-v1.43.0"},"1.43.0")," (2023-05-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon RemoveMemberBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3237bbed50f495c450a8698becddc31a8f7c7ed8"},"3237bbe"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.41.0...juno-icon-v1.42.0"},"1.42.0")," (2023-04-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Deskphone, DeskphonePairingInfo, Compose, Callrail, CallrailBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f9c0df7aba5189fcdb42bb2f33b07a0dad3b4393"},"f9c0df7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.40.0...juno-icon-v1.41.0"},"1.41.0")," (2023-04-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon TxtBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee084b3c880cff14dfaf8e3f73cdaf8363590a67"},"ee084b3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.39.0...juno-icon-v1.40.0"},"1.40.0")," (2023-03-29)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon MicrosoftTeams2019 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82c9f47ca82e3564ed44dfd88ae75d5f38d4b89f"},"82c9f47"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.38.0...juno-icon-v1.39.0"},"1.39.0")," (2023-03-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon0328:")," ","[Icon]"," update icon ExternalLinkGlobal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e01ef67a34e131ddaf7aa9c95b4755fa9bc69cb2"},"e01ef67"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.37.0...juno-icon-v1.38.0"},"1.38.0")," (2023-03-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Folder, PdfBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fecad4bbf97f1377bf3216aa5b89e9dc201b620c"},"fecad4b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.36.0...juno-icon-v1.37.0"},"1.37.0")," (2023-03-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon ReportAnIssue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5ea3f000690aca596e9f2321c82a49d1fcbc3f2a"},"5ea3f00"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.35.0...juno-icon-v1.36.0"},"1.36.0")," (2023-03-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," remove icon PresenceAvailable, PresenceAvailable, PresenceDnd, PresenceOffline")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon ExternalLinkGlobal, GoogleChromeLogo; remove icon PresenceAvailable, PresenceAvailable, PresenceDnd, PresenceOffline (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/41449b874f21ac4bcb669050f5e9fe3c2aec77f8"},"41449b8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.34.0...juno-icon-v1.35.0"},"1.35.0")," (2023-03-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new Icon RcApp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b04b12f527142baeafab6370e69c0b468df3e7e6"},"b04b12f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.33.0...juno-icon-v1.34.0"},"1.34.0")," (2023-03-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon PresenceDnd (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da22fd8fc0734a911f0b63b27b8582c4bd81af06"},"da22fd8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.31.0...juno-icon-v1.33.0"},"1.33.0")," (2023-03-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon RcLogo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5cf1931c291e45c10422aa2505eabd540e901203"},"5cf1931"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.30.0...juno-icon-v1.31.0"},"1.31.0")," (2023-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Icon PrisenceAvailable, PrisenceAway, PrisenceDontDisturb, PrisenceOffline are renamed. Please use PresenceAvailable, PresenceAway, PresenceDnd, PresenceOffline")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Fix misspelled icons; Update icons PresenceAvailable, PresenceAway, PresenceDnd, PresenceOffline (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f99a66f87ed2b2abaedbca0ec5a002e4d5b29291"},"f99a66f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.29.0...juno-icon-v1.30.0"},"1.30.0")," (2023-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new Icons AdvancedSetting, Billing, CalendarDay, CalendarMonth, CalendarWeek, Features, FolderBorder, Recent, WhatIsNew (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dffcd50181003f471cedba708160da582d090a40"},"dffcd50"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.28.0...juno-icon-v1.29.0"},"1.29.0")," (2023-02-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons PrisenceAvailable, PrisenceAway, PrisenceDontDisturb, PrisenceOffline (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1bdfd07a547c5a77c01596421d6816cdbbd85b77"},"1bdfd07"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.27.0...juno-icon-v1.28.0"},"1.28.0")," (2023-02-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AddFolderBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77f29f0564418cd14fe5189a7ef29ecc4d18d7ae"},"77f29f0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.26.0...juno-icon-v1.27.0"},"1.27.0")," (2023-02-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons PinWindow, PopIn, PopOut (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/df81c876a028a6e1bb1268211f5b70e9c8fd1209"},"df81c87"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.25.0...juno-icon-v1.26.0"},"1.26.0")," (2023-01-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icons:")," add new icon Chat, Highlight, Summary, Notes, Transcript, Whiteboard (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e02257e11172bd779e329709d2a86c1e42ecdd0"},"8e02257"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.24.0...juno-icon-v1.25.0"},"1.25.0")," (2023-01-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"transcript-bottom")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/26cb5762f6b0426e5771d51dc4dbf19a104133e8"},"26cb576"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.23.0...juno-icon-v1.24.0"},"1.24.0")," (2022-12-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-60177:")," ","[Icons]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ListBulletL")," icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1c2f5154dda281ccb865166f38c59440127e0748"},"1c2f515"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.22.0...juno-icon-v1.23.0"},"1.23.0")," (2022-12-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-60106:")," ","[Icons]"," add icons Yelp, GoogleBusiness (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a2d4490b0bea4e10c8b5f2c60ca9a48c7ace9f3b"},"a2d4490"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.21.0...juno-icon-v1.22.0"},"1.22.0")," (2022-12-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-59809:")," ","[Icon]"," add icons Switchboard, SwitchboardBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/977ea5b2a85d617c43313c346e4ab5d4adb4f8e0"},"977ea5b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.20.0...juno-icon-v1.21.0"},"1.21.0")," (2022-12-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-59435:")," ","[Icon]"," add icon Scan (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/765aebdac5c451a488174feed2ad05a56c044245"},"765aebd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.19.0...juno-icon-v1.20.0"},"1.20.0")," (2022-11-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58757:")," ","[Icon]"," add icon PhoneS (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2315dc3940e13b3a7b810c771925035f8f48d9eb"},"2315dc3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.18.0...juno-icon-v1.19.0"},"1.19.0")," (2022-11-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58542:")," ","[Icons]"," add icon SortMessage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0f160d70ebac1b81ec142e59f79b16e96f37c9e0"},"0f160d7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.17.0...juno-icon-v1.18.0"},"1.18.0")," (2022-10-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-icon-name:")," renamed ComplanyLine to CompanyLineBorder; renamed DirectLine to DirectLineBorder; renamed ExtentionLine to ExtensionLineBorder")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-icon-name:")," ","[Icons]"," fix icon name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/80f26a7da7e59d5327bc4b2aa67a3a1001c8d1d6"},"80f26a7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.16.0...juno-icon-v1.17.0"},"1.17.0")," (2022-10-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-57851:")," ","[Icons]"," add icons ComplanyLine, DirectLine, ExtentionLine, Welcome (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4c56193aa23752b257ab04f495473e2efe4434a"},"e4c5619"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.15.0...juno-icon-v1.16.0"},"1.16.0")," (2022-10-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-57410:")," ","[icon]"," add icons HudBorder, DialerS; update icon VoicemailBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/de2f253bea7d641912873c485de0f4e79719ed8e"},"de2f253"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.14.0...juno-icon-v1.15.0"},"1.15.0")," (2022-09-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-56027:")," ","[Icons]"," add new Icon EngageBorder, EngageDigitalBorder, RcCcBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99a390e24acd85634a6ef9625427b7eda759ef95"},"99a390e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.13.0...juno-icon-v1.14.0"},"1.14.0")," (2022-09-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-55457:")," ","[Icons]"," add icon RcLogoChatbot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48b35fe5c2c68d13e023005cf1b2d83474e34770"},"48b35fe"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.12.0...juno-icon-v1.13.0"},"1.13.0")," (2022-08-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220812:")," ","[Icon]"," add icon Country, RbnOff, RbnOn (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/563f20427e54eea1f1de6140b4101e7f55d1d77d"},"563f204"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.11.0...juno-icon-v1.12.0"},"1.12.0")," (2022-07-29)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," ","[juno-icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"AddTextLog")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/74aa673c4cd6cc0c1a079ee811a58160a8821655"},"74aa673"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.10.0...juno-icon-v1.11.0"},"1.11.0")," (2022-07-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-53452:")," ","[Icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"FacebookShareNumberIcon"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SelectMore")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2ef450ee09dae94b6ea63b7b9145d1d1d1622051"},"2ef450e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.9.0...juno-icon-v1.10.0"},"1.10.0")," (2022-07-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50678:")," ","[icon]"," add icon AR, remove icon color of Announcement, CallQueue, Limited, Message, Paging, SharedLine (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/70f81ee6361c4e47cd01334e4a70f7e3c7d81840"},"70f81ee"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.8.0...juno-icon-v1.9.0"},"1.9.0")," (2022-06-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-52441:")," ","[Icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"JumpTo")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bdc81238038cc031078f222cf3b63821bdb6528d"},"bdc8123"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.7.0...juno-icon-v1.8.0"},"1.8.0")," (2022-06-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-51927:")," ","[Icon]"," add icons: AudioLow, TodayCalendarIco (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff9a48fa051790070121bc84e019a4db874efe7d"},"ff9a48f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.6.1...juno-icon-v1.7.0"},"1.7.0")," (2022-05-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50567:")," ","[Icon]"," add icon HybridContact, update icon AppsCategories, AppsDiscovery, AppsProduct (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c8bd630d0e355ccacd83151f46b756d5e6d6dbc8"},"c8bd630"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.6.0...juno-icon-v1.6.1"},"1.6.1")," (2022-05-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220505:")," ","[Icon]"," fix size of AppsInstalled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d4cc0e078ff5e969f430e1ad5430d984e7b9d3"},"e6d4cc0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.5.0...juno-icon-v1.6.0"},"1.6.0")," (2022-05-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220505:")," ","[Icon]"," add icons AppsCategories, AppsDevelopers, AppsDiscovery, AppsInstalled, AppsProduct (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/889d8248a3609f2a74ea07e66081b55709eeabb0"},"889d824"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.4.0...juno-icon-v1.5.0"},"1.5.0")," (2022-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[Icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"shield")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b255589e6cbb7a590c38a221432719f557db3535"},"b255589"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.2.0...juno-icon-v1.2.1"},"1.2.1")," (2022-04-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220402:")," ","[icon]"," fix icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"record_border")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9dc74283d7d2b4cd27800ffd83c7251b469890bf"},"9dc7428"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.3...juno-icon-v1.1.0"},"1.1.0")," (2022-03-17)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-48126:")," ","[Icon]"," remove icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"box_border"),"; update icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"box"),"; add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"voicemail_border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"record_border")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3152943032d1c50c6940cd687add13b943ae70c7"},"3152943"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.2...juno-icon-v1.0.3"},"1.0.3")," (2022-03-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220308:")," ","[Icon]"," update ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Customize")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5ee9851d0afea20cfe29698b8e282935497f2c1f"},"5ee9851"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.1...juno-icon-v1.0.2"},"1.0.2")," (2022-03-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220307:")," ","[Icon]"," add icon ParkLocation, ParkLocationFull; update icon AvatarRooms (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2409f3f6af389420f7709b9af85ebb6163847099"},"2409f3f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.0...juno-icon-v1.0.1"},"1.0.1")," (2022-02-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-icon:")," update-icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e741a8db4ebe5ca28e3a30cca93d3bd4c768f1fe"},"e741a8d"),")")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"ICON-CHANGELOG",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.mdx)$":(module,__unused_webpack_exports,__webpack_require__)=>{var map={"./juno-core/src/components/Avatar/__stories__/Avatar.story.mdx":"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.mdx","./juno-core/src/components/Buttons/Button/__stories__/Button.story.mdx":"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.mdx","./juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.mdx":"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.mdx","./juno-core/src/components/Downshift/__stories__/Downshift.story.mdx":"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.mdx","./juno-core/src/components/Drawer/__stories__/Drawer.story.mdx":"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.mdx","./juno-core/src/components/Icon/__stories__/Icon.story.mdx":"./packages/juno-core/src/components/Icon/__stories__/Icon.story.mdx","./juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.mdx":"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.mdx","./juno-core/src/components/Tooltip/__stories__/Tooltip.story.mdx":"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.mdx","./juno-core/src/foundation/__stories__/config.story.mdx":"./packages/juno-core/src/foundation/__stories__/config.story.mdx","./juno-core/src/foundation/hoc/withDelay/__stories__/withDelay.story.mdx":"./packages/juno-core/src/foundation/hoc/withDelay/__stories__/withDelay.story.mdx","./juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.mdx":"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.mdx","./juno-core/src/foundation/hooks/useA11yKeyEvent/__stories__/useA11yKeyEvent.story.mdx":"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/__stories__/useA11yKeyEvent.story.mdx","./juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.mdx":"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.mdx","./juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.mdx":"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.mdx","./juno-core/src/foundation/hooks/useChange/__stories__/useChange.story.mdx":"./packages/juno-core/src/foundation/hooks/useChange/__stories__/useChange.story.mdx","./juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.mdx":"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.mdx","./juno-core/src/foundation/hooks/useEventCallback/__stories__/useEventCallback.story.mdx":"./packages/juno-core/src/foundation/hooks/useEventCallback/__stories__/useEventCallback.story.mdx","./juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.mdx":"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.mdx","./juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.mdx":"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.mdx","./juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.mdx":"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.mdx","./juno-core/src/foundation/hooks/useId/__stories__/useId.story.mdx":"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.mdx","./juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.mdx":"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.mdx","./juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.mdx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/moveIndexInTwoDimension.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/moveIndexInTwoDimension.story.mdx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useKeyboardMoveFocus.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useKeyboardMoveFocus.story.mdx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.mdx","./juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.mdx":"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.mdx","./juno-core/src/foundation/hooks/useMountState/__stories__/useMountState.story.mdx":"./packages/juno-core/src/foundation/hooks/useMountState/__stories__/useMountState.story.mdx","./juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.mdx":"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.mdx","./juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.mdx":"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.mdx","./juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.mdx":"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.mdx","./juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.mdx":"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.mdx","./juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.mdx":"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.mdx","./juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.mdx":"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.mdx","./juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.mdx":"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.mdx","./juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.mdx":"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.mdx","./juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.mdx":"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.mdx","./juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.mdx":"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.mdx","./juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.mdx":"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.mdx","./juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.mdx":"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.mdx","./juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyleGuide.story.mdx":"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyleGuide.story.mdx","./juno-core/src/foundation/styles/__stories__/colorManipulator.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/colorManipulator.story.mdx","./juno-core/src/foundation/styles/__stories__/ellipsis.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/ellipsis.story.mdx","./juno-core/src/foundation/styles/__stories__/fakeBorder.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/fakeBorder.story.mdx","./juno-core/src/foundation/styles/__stories__/flexCenter.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/flexCenter.story.mdx","./juno-core/src/foundation/styles/__stories__/flexWidth.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/flexWidth.story.mdx","./juno-core/src/foundation/styles/__stories__/focusVisible.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/focusVisible.story.mdx","./juno-core/src/foundation/styles/__stories__/lineClamp.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/lineClamp.story.mdx","./juno-core/src/foundation/styles/__stories__/newPalette.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/newPalette.story.mdx","./juno-core/src/foundation/styles/__stories__/nonStyleButton.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/nonStyleButton.story.mdx","./juno-core/src/foundation/styles/__stories__/nonTouchHoverMedia.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/nonTouchHoverMedia.story.mdx","./juno-core/src/foundation/styles/__stories__/opacity.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/opacity.story.mdx","./juno-core/src/foundation/styles/__stories__/paletteContrastText.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/paletteContrastText.story.mdx","./juno-core/src/foundation/styles/__stories__/px.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/px.story.mdx","./juno-core/src/foundation/styles/__stories__/radius.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/radius.story.mdx","./juno-core/src/foundation/styles/__stories__/shadows.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/shadows.story.mdx","./juno-core/src/foundation/styles/__stories__/spacing.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/spacing.story.mdx","./juno-core/src/foundation/styles/__stories__/typography.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/typography.story.mdx","./juno-core/src/foundation/styles/__stories__/zIndex.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/zIndex.story.mdx","./juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/ThemeSwitcherProvider.story.mdx":"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/ThemeSwitcherProvider.story.mdx","./juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/useThemeSwitcher.story.mdx":"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/useThemeSwitcher.story.mdx","./juno-core/src/foundation/theme/__stories__/useThemeProps.story.mdx":"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseColor.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseColor.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseDirection.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseDirection.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseFormControlLabel.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseFormControlLabel.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseLabelPlacement.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseLabelPlacement.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseProps.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseProps.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseSize.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseSize.story.mdx","./juno-core/src/foundation/typings/__stories__/UnionOmit.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/UnionOmit.story.mdx","./juno-core/src/foundation/typings/__stories__/UnitMap.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/UnitMap.story.mdx","./juno-core/src/foundation/typings/__stories__/deepPartial.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/deepPartial.story.mdx","./juno-core/src/foundation/typings/__stories__/notNullRecord.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/notNullRecord.story.mdx","./juno-core/src/foundation/utils/__stories__/classes.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/classes.story.mdx","./juno-core/src/foundation/utils/__stories__/combineProps.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/combineProps.story.mdx","./juno-core/src/foundation/utils/__stories__/deepmerge.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/deepmerge.story.mdx","./juno-core/src/foundation/utils/__stories__/getScrollbarSize.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/getScrollbarSize.story.mdx","./juno-core/src/foundation/utils/__stories__/hasValue.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/hasValue.story.mdx","./juno-core/src/foundation/utils/__stories__/isRcElement.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/isRcElement.story.mdx","./juno-core/src/foundation/utils/__stories__/isRef.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/isRef.story.mdx","./juno-core/src/foundation/utils/__stories__/isUrl.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/isUrl.story.mdx","./juno-core/src/foundation/utils/__stories__/omit.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/omit.story.mdx","./juno-core/src/foundation/utils/__stories__/outerSize.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/outerSize.story.mdx","./juno-core/src/foundation/utils/__stories__/parseColor.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/parseColor.story.mdx","./juno-core/src/foundation/utils/__stories__/pick.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/pick.story.mdx","./juno-core/src/foundation/utils/__stories__/preloadImg.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/preloadImg.story.mdx","./juno-core/src/foundation/utils/__stories__/removeClassName.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/removeClassName.story.mdx","./juno-core/src/foundation/utils/__stories__/selectionHandler.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/selectionHandler.story.mdx","./juno-core/src/foundation/utils/__stories__/shallowEqual.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/shallowEqual.story.mdx","./juno-core/src/foundation/utils/__stories__/styleParser.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/styleParser.story.mdx","./juno-core/src/foundation/utils/__stories__/swapArrayLocs.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/swapArrayLocs.story.mdx","./juno-storybook/src/docs/CHANGELOG.story.mdx":"./packages/juno-storybook/src/docs/CHANGELOG.story.mdx","./juno-storybook/src/docs/CONTRIBUTION.story.mdx":"./packages/juno-storybook/src/docs/CONTRIBUTION.story.mdx","./juno-storybook/src/docs/Guides/DeprecatedWarning.story.mdx":"./packages/juno-storybook/src/docs/Guides/DeprecatedWarning.story.mdx","./juno-storybook/src/docs/Guides/Fonts.story.mdx":"./packages/juno-storybook/src/docs/Guides/Fonts.story.mdx","./juno-storybook/src/docs/Guides/Icon.story.mdx":"./packages/juno-storybook/src/docs/Guides/Icon.story.mdx","./juno-storybook/src/docs/HOW_TO_WRITE_DOCS.story.mdx":"./packages/juno-storybook/src/docs/HOW_TO_WRITE_DOCS.story.mdx","./juno-storybook/src/docs/README.story.mdx":"./packages/juno-storybook/src/docs/README.story.mdx","./juno-storybook/src/docs/Theming/CustomTheme.story.mdx":"./packages/juno-storybook/src/docs/Theming/CustomTheme.story.mdx","./juno-storybook/src/docs/Theming/SwitchTheme.story.mdx":"./packages/juno-storybook/src/docs/Theming/SwitchTheme.story.mdx","./juno-storybook/src/docs/Theming/UseToken/Scss.story.mdx":"./packages/juno-storybook/src/docs/Theming/UseToken/Scss.story.mdx","./juno-storybook/src/docs/Theming/UseToken/Styled-component.story.mdx":"./packages/juno-storybook/src/docs/Theming/UseToken/Styled-component.story.mdx","./juno-storybook/src/docs/icon-CHANGELOG.story.mdx":"./packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx"};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id="./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.mdx)$"},"./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.tsx)$":(module,__unused_webpack_exports,__webpack_require__)=>{var map={"./juno-core/src/components/Accordion/AccordionDetails/__stories__/AccordionDetails.story.tsx":"./packages/juno-core/src/components/Accordion/AccordionDetails/__stories__/AccordionDetails.story.tsx","./juno-core/src/components/Accordion/AccordionSummary/__stories__/AccordionSummary.story.tsx":"./packages/juno-core/src/components/Accordion/AccordionSummary/__stories__/AccordionSummary.story.tsx","./juno-core/src/components/Accordion/__stories__/Accordion.story.tsx":"./packages/juno-core/src/components/Accordion/__stories__/Accordion.story.tsx","./juno-core/src/components/Alert/__stories__/Alert.story.tsx":"./packages/juno-core/src/components/Alert/__stories__/Alert.story.tsx","./juno-core/src/components/Animations/Highlight/__stories__/Highlight.story.tsx":"./packages/juno-core/src/components/Animations/Highlight/__stories__/Highlight.story.tsx","./juno-core/src/components/AppBar/__stories__/AppBar.story.tsx":"./packages/juno-core/src/components/AppBar/__stories__/AppBar.story.tsx","./juno-core/src/components/Avatar/__stories__/Avatar.story.tsx":"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.tsx","./juno-core/src/components/Backdrop/__stories__/Backdrop.story.tsx":"./packages/juno-core/src/components/Backdrop/__stories__/Backdrop.story.tsx","./juno-core/src/components/Badge/__stories__/Badge.story.tsx":"./packages/juno-core/src/components/Badge/__stories__/Badge.story.tsx","./juno-core/src/components/Box/__stories__/Box.story.tsx":"./packages/juno-core/src/components/Box/__stories__/Box.story.tsx","./juno-core/src/components/Buttons/Button/__stories__/Button.story.tsx":"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.tsx","./juno-core/src/components/Buttons/ButtonBase/__stories__/ButtonBase.story.tsx":"./packages/juno-core/src/components/Buttons/ButtonBase/__stories__/ButtonBase.story.tsx","./juno-core/src/components/Buttons/ButtonGroup/__stories__/ButtonGroup.story.tsx":"./packages/juno-core/src/components/Buttons/ButtonGroup/__stories__/ButtonGroup.story.tsx","./juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.tsx":"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.tsx","./juno-core/src/components/Buttons/IconButtonGroup/__stories__/IconButtonGroup.story.tsx":"./packages/juno-core/src/components/Buttons/IconButtonGroup/__stories__/IconButtonGroup.story.tsx","./juno-core/src/components/Buttons/SplitButton/__stories__/SplitButton.story.tsx":"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitButton.story.tsx","./juno-core/src/components/Buttons/SplitButton/__stories__/SplitRoundButton.story.tsx":"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitRoundButton.story.tsx","./juno-core/src/components/Buttons/ToggleButton/__stories__/ToggleButton.story.tsx":"./packages/juno-core/src/components/Buttons/ToggleButton/__stories__/ToggleButton.story.tsx","./juno-core/src/components/Buttons/ToggleButtonGroup/__stories__/ToggleButtonGroup.story.tsx":"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/__stories__/ToggleButtonGroup.story.tsx","./juno-core/src/components/Card/Card/__stories__/Card.story.tsx":"./packages/juno-core/src/components/Card/Card/__stories__/Card.story.tsx","./juno-core/src/components/Card/CardActionArea/__stories__/CardActionArea.story.tsx":"./packages/juno-core/src/components/Card/CardActionArea/__stories__/CardActionArea.story.tsx","./juno-core/src/components/Card/CardActions/__stories__/CardActions.story.tsx":"./packages/juno-core/src/components/Card/CardActions/__stories__/CardActions.story.tsx","./juno-core/src/components/Card/CardContent/__stories__/CardContent.story.tsx":"./packages/juno-core/src/components/Card/CardContent/__stories__/CardContent.story.tsx","./juno-core/src/components/Card/CardHeader/__stories__/CardHeader.story.tsx":"./packages/juno-core/src/components/Card/CardHeader/__stories__/CardHeader.story.tsx","./juno-core/src/components/Card/CardHoverActions/__stories__/CardHoverActions.story.tsx":"./packages/juno-core/src/components/Card/CardHoverActions/__stories__/CardHoverActions.story.tsx","./juno-core/src/components/Card/CardMedia/__stories__/CardMedia.story.tsx":"./packages/juno-core/src/components/Card/CardMedia/__stories__/CardMedia.story.tsx","./juno-core/src/components/Card/CardSelectionArea/__stories__/CardSelectionArea.story.tsx":"./packages/juno-core/src/components/Card/CardSelectionArea/__stories__/CardSelectionArea.story.tsx","./juno-core/src/components/Card/__stories__/CardExample.story.tsx":"./packages/juno-core/src/components/Card/__stories__/CardExample.story.tsx","./juno-core/src/components/Chip/__stories__/Chip.story.tsx":"./packages/juno-core/src/components/Chip/__stories__/Chip.story.tsx","./juno-core/src/components/DetachedWindow/__stories__/DetachedWindow.story.tsx":"./packages/juno-core/src/components/DetachedWindow/__stories__/DetachedWindow.story.tsx","./juno-core/src/components/Dialer/DialDelete/__stories__/DialDelete.story.tsx":"./packages/juno-core/src/components/Dialer/DialDelete/__stories__/DialDelete.story.tsx","./juno-core/src/components/Dialer/DialPad/__stories__/DialPad.story.tsx":"./packages/juno-core/src/components/Dialer/DialPad/__stories__/DialPad.story.tsx","./juno-core/src/components/Dialer/DialTextField/__stories__/DialTextField.story.tsx":"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/DialTextField.story.tsx","./juno-core/src/components/Dialer/DialTextField/__stories__/useFixedEndSelection.story.tsx":"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/useFixedEndSelection.story.tsx","./juno-core/src/components/Dialer/__stories__/Dialer.story.tsx":"./packages/juno-core/src/components/Dialer/__stories__/Dialer.story.tsx","./juno-core/src/components/Dialog/DialogActions/__stories__/DialogActions.story.tsx":"./packages/juno-core/src/components/Dialog/DialogActions/__stories__/DialogActions.story.tsx","./juno-core/src/components/Dialog/DialogContent/__stories__/DialogContent.story.tsx":"./packages/juno-core/src/components/Dialog/DialogContent/__stories__/DialogContent.story.tsx","./juno-core/src/components/Dialog/DialogContentText/__stories__/DialogContentText.story.tsx":"./packages/juno-core/src/components/Dialog/DialogContentText/__stories__/DialogContentText.story.tsx","./juno-core/src/components/Dialog/DialogTitle/__stories__/DialogTitle.story.tsx":"./packages/juno-core/src/components/Dialog/DialogTitle/__stories__/DialogTitle.story.tsx","./juno-core/src/components/Dialog/__stories__/Dialog.story.tsx":"./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx","./juno-core/src/components/Divider/__stories__/Divider.story.tsx":"./packages/juno-core/src/components/Divider/__stories__/Divider.story.tsx","./juno-core/src/components/DnD/__stories__/DnD.story.tsx":"./packages/juno-core/src/components/DnD/__stories__/DnD.story.tsx","./juno-core/src/components/DnD/__stories__/DnDList.story.tsx":"./packages/juno-core/src/components/DnD/__stories__/DnDList.story.tsx","./juno-core/src/components/DnD/__stories__/DnDListPortal.story.tsx":"./packages/juno-core/src/components/DnD/__stories__/DnDListPortal.story.tsx","./juno-core/src/components/Downshift/__stories__/Downshift.story.tsx":"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.tsx","./juno-core/src/components/Downshift/__stories__/useSuggestionList.story.tsx":"./packages/juno-core/src/components/Downshift/__stories__/useSuggestionList.story.tsx","./juno-core/src/components/Drawer/__stories__/Drawer.story.tsx":"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.tsx","./juno-core/src/components/Forms/Checkbox/__stories__/Checkbox.story.tsx":"./packages/juno-core/src/components/Forms/Checkbox/__stories__/Checkbox.story.tsx","./juno-core/src/components/Forms/FormGroup/__stories__/FormGroup.story.tsx":"./packages/juno-core/src/components/Forms/FormGroup/__stories__/FormGroup.story.tsx","./juno-core/src/components/Forms/Picker/DatePicker/__stories__/DatePicker.story.tsx":"./packages/juno-core/src/components/Forms/Picker/DatePicker/__stories__/DatePicker.story.tsx","./juno-core/src/components/Forms/Picker/TimePicker/__stories__/TimePicker.story.tsx":"./packages/juno-core/src/components/Forms/Picker/TimePicker/__stories__/TimePicker.story.tsx","./juno-core/src/components/Forms/Radio/__stories__/Radio.story.tsx":"./packages/juno-core/src/components/Forms/Radio/__stories__/Radio.story.tsx","./juno-core/src/components/Forms/RadioGroup/__stories__/RadioGroup.story.tsx":"./packages/juno-core/src/components/Forms/RadioGroup/__stories__/RadioGroup.story.tsx","./juno-core/src/components/Forms/Select/PlainSelect/__stories__/PlainSelects.story.tsx":"./packages/juno-core/src/components/Forms/Select/PlainSelect/__stories__/PlainSelects.story.tsx","./juno-core/src/components/Forms/Select/__stories__/Selects.story.tsx":"./packages/juno-core/src/components/Forms/Select/__stories__/Selects.story.tsx","./juno-core/src/components/Forms/Slider/__stories__/Slider.story.tsx":"./packages/juno-core/src/components/Forms/Slider/__stories__/Slider.story.tsx","./juno-core/src/components/Forms/Switch/__stories__/Switch.story.tsx":"./packages/juno-core/src/components/Forms/Switch/__stories__/Switch.story.tsx","./juno-core/src/components/Forms/TextField/__stories__/BorderLessTextField.story.tsx":"./packages/juno-core/src/components/Forms/TextField/__stories__/BorderLessTextField.story.tsx","./juno-core/src/components/Forms/TextField/__stories__/OutlineTextField.story.tsx":"./packages/juno-core/src/components/Forms/TextField/__stories__/OutlineTextField.story.tsx","./juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx":"./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx","./juno-core/src/components/Forms/Textarea/__stories__/Textarea.story.tsx":"./packages/juno-core/src/components/Forms/Textarea/__stories__/Textarea.story.tsx","./juno-core/src/components/Grid/__stories__/Grid.story.tsx":"./packages/juno-core/src/components/Grid/__stories__/Grid.story.tsx","./juno-core/src/components/Grid/__stories__/GridItem.story.tsx":"./packages/juno-core/src/components/Grid/__stories__/GridItem.story.tsx","./juno-core/src/components/Hidden/__stories__/Hidden.story.tsx":"./packages/juno-core/src/components/Hidden/__stories__/Hidden.story.tsx","./juno-core/src/components/Icon/__stories__/Icon.story.tsx":"./packages/juno-core/src/components/Icon/__stories__/Icon.story.tsx","./juno-core/src/components/Icon/__stories__/IconList.story.tsx":"./packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx","./juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.tsx":"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.tsx","./juno-core/src/components/Link/__stories__/Link.story.tsx":"./packages/juno-core/src/components/Link/__stories__/Link.story.tsx","./juno-core/src/components/List/List/__stories__/List.story.tsx":"./packages/juno-core/src/components/List/List/__stories__/List.story.tsx","./juno-core/src/components/List/List/__stories__/ListExamples.story.tsx":"./packages/juno-core/src/components/List/List/__stories__/ListExamples.story.tsx","./juno-core/src/components/List/ListItem/__stories__/ListItem.story.tsx":"./packages/juno-core/src/components/List/ListItem/__stories__/ListItem.story.tsx","./juno-core/src/components/List/ListItem/__stories__/ListItemExamples.story.tsx":"./packages/juno-core/src/components/List/ListItem/__stories__/ListItemExamples.story.tsx","./juno-core/src/components/List/ListItemAvatar/__stories__/ListItemAvatar.story.tsx":"./packages/juno-core/src/components/List/ListItemAvatar/__stories__/ListItemAvatar.story.tsx","./juno-core/src/components/List/ListItemIcon/__stories__/ListItemIcon.story.tsx":"./packages/juno-core/src/components/List/ListItemIcon/__stories__/ListItemIcon.story.tsx","./juno-core/src/components/List/ListItemSecondaryAction/__stories__/ListItemSecondaryAction.story.tsx":"./packages/juno-core/src/components/List/ListItemSecondaryAction/__stories__/ListItemSecondaryAction.story.tsx","./juno-core/src/components/List/ListItemText/__stories__/ListItemText.story.tsx":"./packages/juno-core/src/components/List/ListItemText/__stories__/ListItemText.story.tsx","./juno-core/src/components/List/ListSubheader/__stories__/ListSubheader.story.tsx":"./packages/juno-core/src/components/List/ListSubheader/__stories__/ListSubheader.story.tsx","./juno-core/src/components/Loading/__stories__/Loading.story.tsx":"./packages/juno-core/src/components/Loading/__stories__/Loading.story.tsx","./juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx":"./packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx","./juno-core/src/components/Menu/MenuItem/__stories__/MenuItem.story.tsx":"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItem.story.tsx","./juno-core/src/components/Menu/MenuItem/__stories__/MenuItemExamples.story.tsx":"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItemExamples.story.tsx","./juno-core/src/components/Menu/MenuList/__stories__/MenuList.story.tsx":"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuList.story.tsx","./juno-core/src/components/Menu/MenuList/__stories__/MenuListExamples.story.tsx":"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuListExamples.story.tsx","./juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx":"./packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx","./juno-core/src/components/Pagination/Pagination/__stories__/Pagination.story.tsx":"./packages/juno-core/src/components/Pagination/Pagination/__stories__/Pagination.story.tsx","./juno-core/src/components/Paper/__stories__/Paper.story.tsx":"./packages/juno-core/src/components/Paper/__stories__/Paper.story.tsx","./juno-core/src/components/Popover/__stories__/Popover.story.tsx":"./packages/juno-core/src/components/Popover/__stories__/Popover.story.tsx","./juno-core/src/components/Popper/__stories__/Popper.story.tsx":"./packages/juno-core/src/components/Popper/__stories__/Popper.story.tsx","./juno-core/src/components/PopupBox/__stories__/PopupBox.story.tsx":"./packages/juno-core/src/components/PopupBox/__stories__/PopupBox.story.tsx","./juno-core/src/components/Portal/__stories__/Portal.story.tsx":"./packages/juno-core/src/components/Portal/__stories__/Portal.story.tsx","./juno-core/src/components/PortalHost/__stories__/PortalHost.story.tsx":"./packages/juno-core/src/components/PortalHost/__stories__/PortalHost.story.tsx","./juno-core/src/components/Presence/__stories__/Presence.story.tsx":"./packages/juno-core/src/components/Presence/__stories__/Presence.story.tsx","./juno-core/src/components/Progress/CircularProgress/__stories__/CircularProgress.story.tsx":"./packages/juno-core/src/components/Progress/CircularProgress/__stories__/CircularProgress.story.tsx","./juno-core/src/components/Progress/LinearProgress/__stories__/LinearProgress.story.tsx":"./packages/juno-core/src/components/Progress/LinearProgress/__stories__/LinearProgress.story.tsx","./juno-core/src/components/Rating/__stories__/Rating.story.tsx":"./packages/juno-core/src/components/Rating/__stories__/Rating.story.tsx","./juno-core/src/components/Responsive/__stories__/Responsive.story.tsx":"./packages/juno-core/src/components/Responsive/__stories__/Responsive.story.tsx","./juno-core/src/components/Snackbar/SnackbarAction/__stories__/SnackbarAction.story.tsx":"./packages/juno-core/src/components/Snackbar/SnackbarAction/__stories__/SnackbarAction.story.tsx","./juno-core/src/components/Snackbar/SnackbarContent/__stories__/SnackbarContent.story.tsx":"./packages/juno-core/src/components/Snackbar/SnackbarContent/__stories__/SnackbarContent.story.tsx","./juno-core/src/components/Snackbar/__stories__/Snackbar.story.tsx":"./packages/juno-core/src/components/Snackbar/__stories__/Snackbar.story.tsx","./juno-core/src/components/Stepper/Step/__stories__/Step.story.tsx":"./packages/juno-core/src/components/Stepper/Step/__stories__/Step.story.tsx","./juno-core/src/components/Stepper/StepButton/__stories__/StepButton.story.tsx":"./packages/juno-core/src/components/Stepper/StepButton/__stories__/StepButton.story.tsx","./juno-core/src/components/Stepper/StepLabel/__stories__/StepLabel.story.tsx":"./packages/juno-core/src/components/Stepper/StepLabel/__stories__/StepLabel.story.tsx","./juno-core/src/components/Stepper/__stories__/Stepper.story.tsx":"./packages/juno-core/src/components/Stepper/__stories__/Stepper.story.tsx","./juno-core/src/components/Stepper/__stories__/StepperState.story.tsx":"./packages/juno-core/src/components/Stepper/__stories__/StepperState.story.tsx","./juno-core/src/components/Table/TableBody/__stories__/TableBody.story.tsx":"./packages/juno-core/src/components/Table/TableBody/__stories__/TableBody.story.tsx","./juno-core/src/components/Table/TableCell/__stories__/TableCell.story.tsx":"./packages/juno-core/src/components/Table/TableCell/__stories__/TableCell.story.tsx","./juno-core/src/components/Table/TableContainer/__stories__/TableContainer.story.tsx":"./packages/juno-core/src/components/Table/TableContainer/__stories__/TableContainer.story.tsx","./juno-core/src/components/Table/TableHead/__stories__/TableHead.story.tsx":"./packages/juno-core/src/components/Table/TableHead/__stories__/TableHead.story.tsx","./juno-core/src/components/Table/TableRow/__stories__/TableRow.story.tsx":"./packages/juno-core/src/components/Table/TableRow/__stories__/TableRow.story.tsx","./juno-core/src/components/Table/__stories__/Table.story.tsx":"./packages/juno-core/src/components/Table/__stories__/Table.story.tsx","./juno-core/src/components/TablePagination/__stories__/TablePaginationComponent.story.tsx":"./packages/juno-core/src/components/TablePagination/__stories__/TablePaginationComponent.story.tsx","./juno-core/src/components/Tabs/Tab/__stories__/Tab.story.tsx":"./packages/juno-core/src/components/Tabs/Tab/__stories__/Tab.story.tsx","./juno-core/src/components/Tabs/TabList/__stories__/TabList.story.tsx":"./packages/juno-core/src/components/Tabs/TabList/__stories__/TabList.story.tsx","./juno-core/src/components/Tabs/TabPanel/__stories__/TabPanel.story.tsx":"./packages/juno-core/src/components/Tabs/TabPanel/__stories__/TabPanel.story.tsx","./juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx":"./packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx","./juno-core/src/components/Tag/__stories__/Tag.story.tsx":"./packages/juno-core/src/components/Tag/__stories__/Tag.story.tsx","./juno-core/src/components/Text/__stories__/Text.story.tsx":"./packages/juno-core/src/components/Text/__stories__/Text.story.tsx","./juno-core/src/components/Thumbnail/__stories__/Thumbnail.story.tsx":"./packages/juno-core/src/components/Thumbnail/__stories__/Thumbnail.story.tsx","./juno-core/src/components/Tooltip/__stories__/Tooltip.story.tsx":"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.tsx","./juno-core/src/components/Tooltip/withTooltip/__stories__/withTooltip.story.tsx":"./packages/juno-core/src/components/Tooltip/withTooltip/__stories__/withTooltip.story.tsx","./juno-core/src/components/Transitions/Collapse/__stories__/Collapse.story.tsx":"./packages/juno-core/src/components/Transitions/Collapse/__stories__/Collapse.story.tsx","./juno-core/src/components/Transitions/Fade/__stories__/Fade.story.tsx":"./packages/juno-core/src/components/Transitions/Fade/__stories__/Fade.story.tsx","./juno-core/src/components/Transitions/Grow/__stories__/Grow.story.tsx":"./packages/juno-core/src/components/Transitions/Grow/__stories__/Grow.story.tsx","./juno-core/src/components/Transitions/Slide/__stories__/Slide.story.tsx":"./packages/juno-core/src/components/Transitions/Slide/__stories__/Slide.story.tsx","./juno-core/src/components/Transitions/Zoom/__stories__/Zoom.story.tsx":"./packages/juno-core/src/components/Transitions/Zoom/__stories__/Zoom.story.tsx","./juno-core/src/components/Transitions/ZoomFrom/__stories__/ZoomFrom.story.tsx":"./packages/juno-core/src/components/Transitions/ZoomFrom/__stories__/ZoomFrom.story.tsx","./juno-core/src/components/Transitions/ZoomInFadeOut/__stories__/ZoomInFadeOut.story.tsx":"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/__stories__/ZoomInFadeOut.story.tsx","./juno-core/src/components/Typography/__stories__/Typography.story.tsx":"./packages/juno-core/src/components/Typography/__stories__/Typography.story.tsx","./juno-core/src/components/Typography/__stories__/TypographyExamples.story.tsx":"./packages/juno-core/src/components/Typography/__stories__/TypographyExamples.story.tsx","./juno-core/src/components/VirtualizedMenu/VirtualizedDivider/__stories__/VirtualizedDivider.story.tsx":"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/__stories__/VirtualizedDivider.story.tsx","./juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx":"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx","./juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenuList.story.tsx":"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenuList.story.tsx","./juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx":"./packages/juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx","./juno-core/src/foundation/__stories__/Palette.story.tsx":"./packages/juno-core/src/foundation/__stories__/Palette.story.tsx","./juno-core/src/foundation/__stories__/Spacing.story.tsx":"./packages/juno-core/src/foundation/__stories__/Spacing.story.tsx","./juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.tsx":"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.tsx","./juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.tsx":"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.tsx","./juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.tsx":"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.tsx","./juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.tsx":"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.tsx","./juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.tsx":"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.tsx","./juno-core/src/foundation/hooks/useEver/__stories__/useEver.story.tsx":"./packages/juno-core/src/foundation/hooks/useEver/__stories__/useEver.story.tsx","./juno-core/src/foundation/hooks/useFocusInside/__stories__/useFocusInside.story.tsx":"./packages/juno-core/src/foundation/hooks/useFocusInside/__stories__/useFocusInside.story.tsx","./juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.tsx":"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.tsx","./juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.tsx":"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.tsx","./juno-core/src/foundation/hooks/useGlobalListener/__stories__/useGlobalListener.story.tsx":"./packages/juno-core/src/foundation/hooks/useGlobalListener/__stories__/useGlobalListener.story.tsx","./juno-core/src/foundation/hooks/useHiddenTabindex/__stories__/useHiddenTabindex.story.tsx":"./packages/juno-core/src/foundation/hooks/useHiddenTabindex/__stories__/useHiddenTabindex.story.tsx","./juno-core/src/foundation/hooks/useId/__stories__/useId.story.tsx":"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.tsx","./juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.tsx":"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.tsx","./juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.tsx":"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.tsx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useMoveFocusedIndex.story.tsx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useMoveFocusedIndex.story.tsx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.tsx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.tsx","./juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.tsx":"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.tsx","./juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.tsx":"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.tsx","./juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.tsx":"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.tsx","./juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.tsx":"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.tsx","./juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.tsx":"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.tsx","./juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.tsx":"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.tsx","./juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.tsx":"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.tsx","./juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.tsx":"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.tsx","./juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.tsx":"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.tsx","./juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.tsx":"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.tsx","./juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.tsx":"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.tsx","./juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.tsx":"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.tsx","./juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.tsx":"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.tsx","./juno-core/src/foundation/styles/__stories__/styleSystem.story.tsx":"./packages/juno-core/src/foundation/styles/__stories__/styleSystem.story.tsx","./juno-core/src/foundation/theme/__stories__/useTheme.story.tsx":"./packages/juno-core/src/foundation/theme/__stories__/useTheme.story.tsx","./juno-core/src/foundation/theme/__stories__/useThemeProps.story.tsx":"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.tsx"};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id="./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.tsx)$"},"./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module.exports=__webpack_require__.p+"static/media/avatar.fe411800.jpg"},"?4f7e":()=>{},"./generated-stories-entry.cjs":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module=__webpack_require__.nmd(module),(0,__webpack_require__("./node_modules/@storybook/react/dist/esm/client/index.js").configure)([__webpack_require__("./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.tsx)$"),__webpack_require__("./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.mdx)$")],module,!1)},"./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsMPEG.json":module=>{"use strict";module.exports=JSON.parse('{"0":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIPgBiYmJiYmJiYmJiYmJiYnt7e3t7e3t7e3t7e3t7kZGRkZGRkZGRkZGRkZG3t7e3t7e3t7e3t7e3t7fj4+Pj4+Pj4+Pj4+Pj4/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACD55gMG+AAAAAAD/+7DEAAAIHDk0dPwAKbcMq3896IAF3fgC973v6N5KwkBYEmPWS98WxNBxmIQGApZOv+78vzzsAAAAAAeHv/AAAP/MPDw9J+AAAB4eH/gAAAAIf/+kEBGgCAAAAjOngYBAAAAAAAJ4GA0CQ7JACxWKgCxgfBCmRmuOqYwFA6fCgBJkFkoGPeeKYnQExg6CZDwHBKA0b1wsQkLyYDQKqgQ8BPPMJZ0voFAKw6uEmANv2U6pKzl+b2////4KWM40y7vwkHSq+SAgAAAuAAAAAcAaKsGF1n2VOJAE0pGoRgUYCgEYerkb+NiZPCKYSAeCRIMfxyOnYvNJkjTzwx0Ac5lL88yl1W9/2eTQgAAAArksyEQojgYSF7jJiAD5mrHjMYOAJZi+jrHpGUiY24Jxg9AImB2BUYIwf5vmR0Hs4JrQuCjJH1Yziw9Sx+N00Zh2K9ELVd9yQAAUkAAAl0hUKIlHvIuCshOIFKmNGOgwWEXMGWOHQhKgBIcyqGhoLKYTwOc4sWcWHrNqTXKXJ5AAAAAJ+AEqgscAFWWeCOUx7RBIIkQeaYPoEJjbDhH5AT+ZAAIBhHgcmCQB4YJYtZhy3sGtwRtw6YaAIDWDOLFp0iB1h2eN3lV25LOZU9yknbwAAAN6AAAA+TnDQSYiCKAmXlR0Zwa8hm0qBwt0YF4DWmEBk/xoOpuGYRyDaGBTASJgN4BOYGEFgGYFK1ZgFQRaLAzQKAfSIAuStVfDLXhcjgAV6CCTp+gu6SxFgGSJhypCWpZmz/////wQvX93////6fpqtAAAAF+qa20tIcQACiwhgHACoYFEB3GBtAZRgaQFIYICC//7UMTXAMh0QzH93YAhJghjuZ9tFTmEFhwJjSZQ2bQWfHGEgAxhgwQBiYPCHKmMikDZrx6tMab5BJhPkPGOIG4YRgPRgRAbmCGAiYCICqPStDcGSruijKTAWAIbuYFYBZgGgFhAAZgEgNmB+AMYJwChgHAEGAMAMAgCGOl1zAAAALiJgNcpWtrvcegZ277/v/D8/qkpI3L+yikllJzOkllJzedPnrPPPPv//9/9YYc/eGGH7zz/88862Q142FYt/d+n7//t1WqpxAAAAARkNlj/+0DE7YBHED0zzPcIoUUJ432fbRXaBAAAAAMCJAiTAdQHgAgEBgF4B00kAAFJWAjmAdF5Jgh4GIYSQRemAwAQZgUAKCY6YDwGDNIDJk7wjOYsoCTmCGAEhgvYREc6AuwCKgNUQ1cICrMEcOIwvwNDAhAIMB0A0wBQATAWBLHAIDAHAQMDYCZJ1asXMAcAMsmh1AIBCZbObKhs27MpEgCCYAhShnrDmOrFLgo9F3sqCp+4u3zX5P/7cMT5AE6AUxGt/wjjVBxh9r/gBLAj5MShmHcMZTjzuXPqbyzv57lNampscdf/9//vXtQTD4uEgaJfBB0HwIEQVER5Ql/lw+cw+EgarBUU/76k/+wqzQ7MgAa/fRgAY1MeLkYbGIi0wqRcQHjgJD8BIUrLUMIIMDFgQznUR+ulExSu1Ssl6gOTc24j1w+Zo7yG8Z3COqs3Vs7uE50mzNFznUTdqTmk4kaHek4KvkpWd3aAI32+YAA/eMpcmy4KtoEKYzFsgUJl6hoOq+JclkrMXck8SA8/0t2Ky9EDLxyJKq9VTkVskUAkmNBQElVkUZIo05Fwr4R22bRBhIsYlNVMQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+4DE5oAdPM0Zuf8AAWIR43+w8AVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7IMTxAskohRfsMNBoG4WglACZRlVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAGkAAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","1":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIpwBpaWlpaWlpaWlpaWlpaX5+fn5+fn5+fn5+fn5+k5OTk5OTk5OTk5OTk5O9vb29vb29vb29vb29vb3n5+fn5+fn5+fn5+fn5/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACKcwz1uOAAAAAAD/+8DEAAAInC80dYYAKrGWZn89wEgKXfgDP9xNc5f8uWv9DA2tNIVfug1yIqZqbyIAcA47vzmHgAAAACoeHh/gAAAACMPD/8zwAAAw8PD3gAAAACMf/7ADP/aGwAAAAAEESi/n9nYpAAABgKAMGAkBiLACmCeBkAAADAvBbMJYQAx2QDTAuZGFo5jA2boMsUCwwAwIjFgEcMO4tg3GjlTCZKSN10pEWaacpmibmSwWaAjRmEFGKQeYUACryIAsqQeFgTBkfe9rjiQIw67lLiyLImJOU28qpHLduAWIs5tVYjDsM5U0vin24xGIzEnKcrHWX///OT+uU9Pby3S0s7zhQEHqBqwFVeAAAAFwAAAACQEAUBepiDAAUKDARAeMDcHIwoQejBHRqNPIbQwAQATAXAWBwCRgFASmBYFWZoSThnVi0GGaGYb00mzQIofpmvy+0/urX5q/TDfl1AAADgAhzNOC3ZgBQFDmKMGJMm2nGH5zHdAJBwaq1LEEIBgQQjGXCDJYTjAMCUAZmA0hv3kn7GcCTmdy0vCAAALwAAAAKgmY4YZZpOGGWaUBkJqa9OGMKded8wmoYIgTAtFAJpWCaHDCmnWLyGbWGGWB6YEoLYgEIEYNgoASwqCZq67Esn7HQXKEIAAQgmg0AQzKQMUs1ojAXAnMEQIoxA3AzZcHhEIGitIXAZFQWjAOFLMTG7ExrhcxgFAIeHpTGFECzFUTyyK8/croMcGKdBAAAACP/gAAEhzZAxjOUjGM5YMB8DMwQAxDB1/XNQ8/sxFQwjCEAvAwf5hQAxGKqLGb6GEJ1QjcmLMGgZ+XBovXgFdmFAwXDYA7coMMhcLgNAAxgMBhcN138VXTDXpJHkS/d6EQG6yxIlMtbgJlkUmmuQW8laURSUXqkw/kj/Cn/+f/3kAAAAXb4A0ADMAhAKy2xgAgBoYEYBQGAXAJpgQIMOYc+KhmJNq2ZryYvaYoCP/7QMTqAMo4QSW97YAo94fmea7g3FUmDXgxpgYIHcYOMEtGHbDZxk6TTwZ5OEEmDYgjpkufZl7N5hAfZnCPZiSGZMGagiXgOChkAcFrACUAQwKWDBwaJWg4EzAkAy3YYBgQBivx4HwsAzHzAUAy3AOBslA4QAEX3BIEFwC0ojAVUKL7IkmE9JWjQmgoI1OXofqj7//////////////Sf+9/jr6+GdblgOC3JqZV//T/2f/Ke+ph//tAxPKByYA/HazvxCkWB6P5n2ilAAAAE1XWXlUBgEAAAwFADmMB0A0wwBKMDNBWSUAeEgKswLxKxM/jCczDOD50yLMaaMCQBEzAMAF8ws8gANTPG1zApgZgyr0tyMA0AFzAZgMs68/oz7Ew6hVkzKCUwAB0wmBUEAWYJAQAgYMMjXMagwYYBgRXkmMYMAMYWguBgTIgDMFALMJQWMHw2MHQ+MBQEUxQCl3VnrHccwCAJDARA6D/+4DE+gBQnIcV7HuFIzGaIfa/0ASAfEABmAwAA4DEli6wVAJjLXYci9H/+xVe7B4HZY7kM6u2crX/+srX2I3T08orVu/zesqa3nv////d7meedSphvHHWWX/////////T59sBgPmv/9ADD4IAmHwx/3//QfetmhQIQN1//gAAxhmW2FjIPgKIAQkSIWIBAASNqrFrF6tWXaQskqhrDLEf7KiWaNhrZGByUU7Rl9GYnzk+WpYqhcXsWbMmWVxiq1WvWF7G50FBYVFMQQBZVDBHjbgAAD8Rkw6RAMOd6xssMER6dElCQRpM0ikX6cqIgc9VhqAmZ9NkwV/zCjbcACaZgDpNfMhRFM4JVa/yWxpQvMuy+CiicSxahkxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqTP/7gMT9ACBZGyO5/pIBTJAjP7DwBUFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//sQxP0AxkA/G+BlI6hvheCQDASsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE1gPAAAH+AAAAIAAANIAAAASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg==","2":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIWQBtbW1tbW1tbW1tbW1tbYaGhoaGhoaGhoaGhoaGmJiYmJiYmJiYmJiYmJi+vr6+vr6+vr6+vr6+vr7j4+Pj4+Pj4+Pj4+Pj4/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACFkQEeB2AAAAAAD/+8DEAAAKrDkydYwAKj0P57895IEFS7cC3+33UzLhlm2LluDnM4pDBvEX8LSIAHNQTmhBmEhpIXbcuH7edIAAAAAB4eH/gAf/5h4f+vwAAAPDw8PwAAAAEB5/+GAAAACA8//1gAAAgPDx4DgAAAAACDBtm4aAAAAAABgQAPGAIDeW8MEUBZBgwJwSTLGSIN/UL8wYJVDabDyEQlwODeML8BsxWzMTBVB9M6aUYKADGAaLUbZAmQkKoYuxf5gjgsGHWAaNABCAAEiAGFQCgMAa3VvRIEmE8Z8qd2YdJABwSAAyNXO98+0yZqUmf2WsCYNKrf///Z1WGkhSwAADgAAABPZLtE0AAFhABBgPgXGCeE4YbIVBg1rgGzgSAYA4CoOAqMBoC8HAUGA+BkYOohhjIi6G8qzOcJ7xxFxGiRkVgcwACS9M6/zvUtL/Bs0qYAAgAMIw5jkQFDmKLGFImWVGLNm6oGJqcwdfQShhYAVmBeAcYCQBZgAgDAwAMGgMGA0Gybbz6B2NGaYMmEgCFLEndpp2Rydp1XMPD1r8hQWgSOAAABUJs4Y1nLgJCaJAEk3PDC5dOxA0aLinxYEFtwIGI+VQUZ7lIKJgQIl6v0wV3orafKSSmm46CAAQAEfgAvOaqGM5usYTnDRgOgYmCcFQYk8AJuiEXmAiCEYBwA4GAiBwDhgHgMgACowExMzDDpgO3kOoFEjSXLXn5kVlTlc7dorbzkzZDAeS0QAAAm9YAACmZhQYYSEmMDhh4mZMVGTmZq3UYEOkCmLhiTJgnIHoYDgA4mAYgHxgBABeDAEAwCECHMCQCejKnEwsRA6IkCtAYBtFgBYeAAWXPlfQCP04dWXoV22MtTw0oAJwFYAEAANAOgULKYag3G1//HYe///yPXAAAO/oCoAGYBCAVpfAgAiMBmAdDAHgDMwF0ElMLBECTDfUKk0jESBMPRB5TBHwOcwIUAYMCGAgDP/7UMTwgMpcPSFd7gApN4fj+a9s3QMgDUwO0JxMSvGMTSI0LgDdiXEDDOZwDLEKADC8FYDAwCkDBSAsDAOAUOKDjBTBOo7xzQTAEFoAAADh3EUFbiUwMAYEwyEBUBoGBMCYBIEx5UyYs8BcCoAwIxzyLm6S/qoJmYoMkP//////c/pNZN3/////6uloAAAABN2u7qMEAAAAAwCQCCMAuAjzAIwBIwOEFxHQCwMA2jAajJ8yrkDfMIqKiTF7xBQwSgIVMCQBUzBOwfEwOJANMBn/+zDE/YBHhD89zGeEIUaII72PaKWA5TFLgOEwTYArME/B1jnAFsJifTUkNxMHEBcwcQ9jDLA6BwRTQ3nBAQ5ghAoGAABQYCAEycrdi0hgMgAmAeAOvcEAKGBaBCYA4AqEalywJd1ACNAGNMi662wDQCCQoYAKyh3ASAQYDIChgFgJICSyMs3Vl9m29DX3fcdpjuM5lUajWPMO4fz/+3DE+gBPLIcTrf2n4rqbYmq/YATPtFT09+oGIKiIOkGGXtmwQGgqIgqJflwuCBd7usJHv/QYNmiwlOqeHQBQAaP/oAAIBUfWYo6rQpeYBHZUWNuCoF6QwqwpEWbTFWULMGizrZplsSS6qZKLRrCu30VndtF9umvLfeBI9n7yWjNWG1ywbVfw5vF2dRuHnbaAsj7JYAABdkMSl0BO1HDCRHsAkErL2jIWOlC3ZAFA7ZGbMuloZLEwAT3YdPAXLJrtt86QYVDgSYaV/YN64SKc1CphZgrkjNfVq2JEUxyvFkxBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVV//twxPgAHmi1Gbn/AAFJkKM/sPAFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7IMTnAMeEaROsMHBoU4WgoAM8RVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAH+AAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","3":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAJKgBjY2NjY2NjY2NjY2NjY4CAgICAgICAgICAgICAk5OTk5OTk5OTk5OTk5O7u7u7u7u7u7u7u7u7u7vp6enp6enp6enp6enp6fT09PT09PT09PT09PT0//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACSoUJt7SAAAAAAD/+8DEAAAJIDs0dYeAKsaXJT894AAF3fgDP9xNc6EsvG0MvYbWmspfOHlyKCLojKmYAQAKAVA4FRDT6jZ4lAAAAAMPD/8AADP8PDw8eI8AAAMPD/2AAAj0Y//2Af/7IWAAAAAANSJZuvwlCYAAAMBABowFAQ20MBEABHQwGQMTE4IIM5sFcwGEODL5BGMBhKQx6QTAcC8YNof5EBaYnQ9RgOAAmNiHCaApe5hHgWmckd8YDwCZjBoimBmBIDgNELFfgkCsZAAMAkAIwAgA6l5obLHUhBcKEsSlUwncr5SUWeCMO3E3RWFSFlV/X//w3Zh+Rv5FIjATlOVS3v///+d1+efaarSxnL6vxAZg0eiU6oAAAu4AAAWCT7LqmAEAiDgFDAnA4MF8LYw+wwjB9aQN1wpIwCwEzAxAWMAYAURAJmCACaYLQT5iDAsGJkAqYXyUpuZqlGQGIcYaoTQKCKRBMAoA9KBQJyY5FsbOP9/6Zn1rtWAZcFQ1/////RKiABuABCRM02MKRMsmAocxRgy606XAxm0sj5EDIMO4EcwRQHjASATMAMBAAAUmAOD8YQAVJh0BbmN8UmfWxvxj3A7mEiBcfyJtgBCqZzmQVQ02Pd9//sU3N8lN7lX8hQaQA1AAABUJu4Y1nLgJCaJAEk3PDC5dOxA0aQivmElxDC4BfgaD4OEQhQBipglQAPSz6AY9dqWL/OyAAAB/gAuCaTgFDMpAxSzWiMCUDswXAxDFRkjOEwoEwFQVjAQAZCoBxAAmIgLDAJCJMGgMAEgzGM+JifpI8xj3gAhwio3kRYlBycDB33mLv3afusaR4+O0P/9q8IAAAG/yIABdc1QMYzk4ylOVjAfAxMEQMgwgf1zUDQBMQkM4waASTAhAgCgAokAyYLoHRj9AZmSsKOY+T8J2+VeGNILSYQYShwpZnVBih5aposieWGryCiYlnTM1BA4Ihmw9v3UburGzxf/7YMTlgU2MWR9d7wAhcwtjfa9k5I7fxyK5buOJyDJC0iTfHIZhb6Q+4/f/7ks/////duo+cKI2PkFYAb/tAAGACgBpgGoCCkMDACIwGYB0MAgALzAXQSEwskQNMN5QrTSNxIEw8cHtMEXA8zAmwBcwDwBSAQCiDQEEwm0GjMLfDUzGFB8I1RIsVMEDBETBCwDcwF4BYMAqAKhIBQMANADVxPCpOYohYAiMACAAWvxcdAA0XwsALFABSFQBCShwAwpSVgA5AABJvID1hyYAT7Nu2mc4iw5cgFABkB32wFnwgAPLtycto7ks3K2Rvnewwww/5uYl+WGH0GFDMcl+f/hZzufysv/7QMT4gEdgPT3MZ4QhbYljdZ9krTrsoHt8KkAAAAAEJbJangIAQAADASALAwFACpMARAATAqwWUqgBAsArGBTJW5n+4LaYa8famRxjJBgRgIGYCIBOmBpgJ5guJJeYC4BgGF5CngKBATAewNA1YUW9CBHMxYgBhMKJBVzAHQH4wHUAwMA1AazAYADgwBYAMMCZAZAUBYDwDCYAKAJuYWeMAgADjAGAAQaAIDAFAAgwKABbBQHE//uAxP2BEeyjFax7RWNAmKJqv/AFYCWADEwB2WmWiXdQCmAOgBpgA4ASjmXcfwMADGDmAFgBgYAAiwBYwJIpIZ0WIxd5IQ5r1u+DgAFINA9a6eiuExX2iz7Y3JmxVzqXLMAPvBsdjE1y/ullNympqent8/7GHL9atdmatSpzeOOssv/eeff/8MOZ527dq9es2+54Zf/////////4Ycz7//+GGW+czzzwuXK4uEP8L7k/6DYFsT/5TwHd/mAAHMlLP4uWeBMAjXC4ErGDiUGSs2fUt/JGjLAASREmmoB+qBC3h8Q5GSEbqcYbQn7xnVr6FGZ9SucSDiK6zFg6rLcBjDgK2q66Z3U1gBRtaAAACkPy8dQlBJ9zg0kIbmkVEGw3rLlS0CmUDM1fpr18AUddLNSStJvbiUmsvO+mdToTRwF9IWSINKJ53X2ftA9Q5imQ1xpMQU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqr/+5DE+YAnbXMjuf+SATyO4zey8ASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpMQU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE+gDG/EkX5mGFaFKFoKAUvFSqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7EMTWA8AAAf4AAAAgAAA0gAAABKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq","4":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIJQBwcHBwcHBwcHBwcHBwcIaGhoaGhoaGhoaGhoaGmZmZmZmZmZmZmZmZmZm5ubm5ubm5ubm5ubm5ubnm5ubm5ubm5ubm5ubm5vPz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACCX5GP/bAAAAAAD/+8DEAAAKiDcwdYeAKliRqD89xIAFS3cDPOvDbD0h0i3uQSGlICerHNUTS0h0w4eELEPMtn3mG/jgAAAAAGHh4ePAAD/8PDw8eI8AAAMPDw8eAO////zAAAAAEYeHv9wAAACMPDz/YMkA2AAAAADYaM9uFoCAAAAAEAA5gPAbGAmAUYFgKiWhgGgfmLYSEbFCmRlZkDmN0zyYFwKJh7gxGIoE8aSR6BhnHKHAog6YCYIRh5ghniQCYcDJnK1mUwqYSIQkFjEYbDgwHDcoBMGOMCgTJ+p5r0dWWq3OzMOVrX/BDMIg/9DAKwrEcaX///q5yOfsXn1iUPSoJflhKdKq/JMAAAagAABP0OEthGASviEE7YMFKCDHk2xJqdlwU9ThZjmji0wuIkqZ1FfbzBhbqEAAAABOAAZ0GpYBEaIl1jJcEgGGBUH4YygMJh5PunLAI0YLwJ5gDgjGACDuYIQvxj86EGWcNgYN4QJw25/sxgjQs7TgfuEW3cgiL2Dw9ar9gAAABLAAAAKQETFVCnUnhibYhgMgMKphMlZ1ECgkAswt8iC00XEUoxwIDMueQUEokdeKZubdCKSe92XIAAAAH4AAqYqVFGBX6OgzEgAcFRQjBQAvMQgUE8LgDAEHgYDYFIIBwMAoXcxXdVTHsGtCgMxrgB+WBixwtBTOb2RUSsbhwRVw59SxEncwAAAAj8AAABQIKmmJAa/4AWMvkwAIA0MA3B3DA5wCEwWYW+NFyApzAwAB4wF8A1MCIAVjBKwS0xtwqdMlVBdTBLgKgzgnDOt3BqfMIBJHtgEbjAXAakgUKBgAKsVOgIYo1uKVKTrwtu4mc+bAAAC/kJQSdpphFFUVFc3XDASgBwwPELcMLrAMjCTESI2cIIbDAnkwK8AcMCYA7zBpQ1oyMpvKMwlDhDBdgIMwEACmMDMCAzAWALMwFsAGSFYQmjBRMFBgBOVOZMwxd0yLwM0GTv/7QMTtgEYAO0fdp4AhPQdjvY9opWphIlGEDMtCj4MQCUhnCb6Sb7yOUSzcrvwxOv5S09vVJVl9aXiAaBBrj5w+7/u/azV6nf/5ivr/1YiQAAAAAn5kAAwDwmzEcEYMXMPswQQkTRsLKN1Et8wlgQzCFM0NPsq04t3ojTAj5NAIuAxJQazF7HhNABRIzxdAaMeHDjTCyAYwIBKTAeANAwUEBCMAeAIBkw3dTegSbBp4FPUoR4EZ//swxP4AR2g/M8x3JSE2COO9j2ilIUIUUC6YWEdwgCGQ4gjoMC0j+KqsSM00xMgKSnWgADDSK4QKGM+CkUBacjiLrUuDjUax0BCU/D7u+6kbZc0GG31txDB13UjrrSa5hXwsT9ilv3e1Kf71vXLm86TPt7Pudz87H51M+Xbn19czuZEQiMRFwUgMQFwWhcZGMLKTsrD1v9rT1ff9//tgxP0ATYRXF+z/hSp7ECH1n+is//+RLiAEAASd8MEBMSUHDZikYjbHFJgo0y2CA8CKhZaOjU60FXGgKYogIvFYQUwPNF8VzQHFJcIUYZGjYZGmwyIlBMQnBMQ00hOiwqVcTFXSWE4VRJnkm0KFiSGUlv6QKpVXdlEgWW24AAAbSQBBkx0RzESiFgxYEwInQEj8MgB1r7vrdf6+pk30RiTFt7LwoBGFJpwwwoMdpwFvQ5GCef2PTSWqtIFErW5pdZgalrhJWkxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpM//uAxO+AXiz/D+9/LGl7kON9rKS1QU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE8wDHAGcZ42BlqF+FoGAcGKSqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7EMTWA8AAAf4AAAAgAAA0gAAABKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq","5":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIJQBwcHBwcHBwcHBwcHBwcImJiYmJiYmJiYmJiYmJn5+fn5+fn5+fn5+fn5/AwMDAwMDAwMDAwMDAwMDm5ubm5ubm5ubm5ubm5vPz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACCXotwc/AAAAAAD/+8DEAAAJeDswdYwAIsAWZDc94AABS7gDPOvDbD1A1B4GQSGlZpKWvfNWwtgWgX4XvNzjYYuhIXDa/D9vOksAgCAIAmD5/BAMcHwfB8+6CAIAmD4fwQBB1PLggCAIHE+4sAAAAAsFV3ShsEgAAARgTmAQB4YEYDRgQAkCAAgwKQfTFeI4Nk5SIyoyFTHQYxMjw1c4qz9jDQA1MScmswfwMjLGcsMJcLYwzZWDUsDiEg8DESJPMDcD42OQ4TCbAkUIEgA2dGAkAG1UOAFHgMZiXR5rbhxtImRT9VY0zDstZZco4w/DRF3LDUONaXU28YEgemwlcN00pd12abP///+3Sf3CksbypqZp7ny4fcsFcGmkAAAAcAAAAJvhwBL4pkI1EIBRgIgQmDkGwYawZBg3PcmikTcYW4GJgrAsmCkA6YCYHxhHiaGOyNccUrq5pnERp+gxlCHRMCZgMBocAsgZ0/UpU4djVMAAIADmKAAAzFONSECiGhGFQADAcC8MTAEUwrGCzc2DIMEYB0wGQAAwAFtx0AYwGgwzYCbaOdgTPBEDETEWvQ7LsFXQbBL25Tq4MAAQAG4AAAAMdYCRjpQw6k8MIjICBgECEGHYCOYcyTZz9BNGDQA2YEoBRgBAAhcA4kAhCofxoDxnnHEBp4gDhVDZxX6itqHI5VtAsKLUEAAAADfgAEgoZEIiDAJGKOgyERgOCGiGUh6cOoZ4VALAoPkmBCDgEDAFABMAQCwwERNzDLpiPHsCWIORI0tOgWXXoXDdNdzz+uHmSc7VhRAAAACf8AAABkghyFEGHYgACcmACAHBgHoOkYHSAVmCxC4BovAFCLAshMAvigAWOACxgDIC2YC0DyGQSHUZgAwK+DgPYmAMCIAKY480mlx4AaGCiTSk1zSjgWW3GBtmyrlz1n5V4hqOS3uuEAAAB/0AeALTAIwDcwAkAPMAHACjAOAEwwFICCMC+AWDBP/7UMTlAMqcOR+97oApJwfkOZ9spZwUAwycDvMFKMODSugr8waAIkMFcAxDAxgK4wBYCLMERCezExxi00h1C0Pt1rMcWkNYCaMWhYMEAfMKwJAICpDCQKF7mYMSkqE4WCowoBQwRClixgmFKfdYHASRA/BAEBZDGeoyID5fbfZ////1HRSlKjBQAAAAAGI5ZPIEQAAAAAFazB0BmMAMBYwbxITBWBpCwaZj2kCmMyjGZ50KJwc0KGEkG6YawtZh4hTmDM6iZiIj5tfChmHoEwb/+0DE8wBJxD0f7PtlKTgIo73PaRU75VBoyBJDQgJtXI5mEiAyYSIpBiGgpBAVwQAO25gOBCmBAB0BQIDAyAqT5ViFgCQ4BsmAOHgGzAFBKMC0BEEgDl1kUkyUTUArKMOf63XUkM9WgiRT8QjH///+qentyykwri4JdAPgQ5d/mynPfrFxRP//b3PVngyMCd/7oAAMe3bsVgEAICMomAtoYku8JSeNBZoL7MnBkjdNRlIOqitqpv/7YMT1AE14YRfsfwViToxidr/QBIukOXkObMqZXJ0uKhgvWVu1LaE+fPn0Z8+i5i1rreYa8UFBQYKCgoKqt3ShHt2oAAE0BKJX0ARFuz2J6jGBGVBEgiS3TUTHTWi0ZxoYdjkjQTrFjH+p2M6nGZgZKIKElHo4AGSNkXckZmaQPORS4qxWWqVQHFUqW5sllVqaTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpMQU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7cMTtABfIlSX57wJBUA/jP7DwBaqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE9YDHGG8XoWBloGwFoJAA4EWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7EMTWA8AAAf4AAAAgAAA0gAAABKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq","6":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAJEABkZGRkZGRkZGRkZGRkZIGBgYGBgYGBgYGBgYGBkpKSkpKSkpKSkpKSkpK7u7u7u7u7u7u7u7u7u7vp6enp6enp6enp6enp6fT09PT09PT09PT09PT0//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACRC2VtxSAAAAAAD/+8DEAAAK5Ds0dYeAKpuVqH895MAFS7cDP85W4a72JxZOQwjAQ0F3XjjDGISFc4AQAKAbg4FRDT6jZ4lAAAAAMPDx/gBn/4eH/7vAAADDw8PnAAAAAEYeP/MAAAAARh4//cAAAAjDw8PHgAAAOAAAAAAIQQfoKQQAAAAAOACmAkBUYDYCRgZAxIMGAmCWYmw/RrAI+G22puaR33pgSAhmGyCwNDgGGiMOARkDVwhMT7MDUBE1+UbTDbBNP1r/ww5gnzAxCzYkDgNIdUmBQMRUAItUAgBdy5PNajZpCy5/FYmZSRbS62gtUUMdCH4BZCl6g6+rXf//+rbo6O9ZiMql1Njc/////9f//TAqEwV/walirYZAAAAAD8AAABnqfL4oMJdEoEKZmBwXGFwVGB0omohXBgrgoBQIAZgIAZgMDZh0BQYSphMr5xOyBkWIBheDg8AURXbJpVZ1l8Wmcf/8prv3b31AE4ALPGCAgEEYYmY0wayKYCIFBgwDfGVsFuY1GqJ/rDvGFYC6YHIAwYBACQLzABC+MMIQExbBGTCqg981cYUsMLuAvzA2wFQwGoAlMA3AEgMAYiQAcqxsDoxrjvONf//nIesWmkvKGv/////////v/pAAUAFAAAAGgBQ8VQFJUPhReChigFCKYPIGcmAcLAKGDYaCo0G1eBhbMYgYAuoy1WSAKKos+gGPXZRYv8pyAAAAAP+AI1FS4wYQ5UUGVjAWEMaMjCs3VITqqAaMGQAcwEwAAQAKSANAUGMwSAjhCCUYnIcZ3gi4BBd40GKPAlEwDKMTFHHhuY39gBwzoKJ3qvQAAABf6CAAQlA10EJGXSIAASyYAcAqGAnhNhgmYCCYO4PAGtbAa5gdAAsHANYsAEGAMAA5gOICkYSIAimFVAvJhHxHmZpUYhGDvA05gTYFYcq6adcY4yYEEzF/mKw1RNbUrhfGZuZSoT1AlIJbrGb1KtYisP/7YMTkAUokVzH93oAhw4rita98pF6AoO+4yy9BE5EMN/+onIX/f+JHwi9uw5IMWc93///v//64gAL/igAB4A1MAlANzAFwBswBMAUMA2ATjAUgIIwLwBaMEpBPjDMQPswUgxANLOCtzBugiwwWACOMCGAhjAAgHUwFUBbMJxBqzC3w1cxiwfGNUYLEzA/QRcwRUA/MBsAUjAJAC4MAWDAFQA9Qtna14hREoAKhIbd9xUADVY/gIAAQ4AfJgAglAETAEQBOMI4AQAAQtoRkAJcuNv+msyxQNpinQ0AGSyk5NqHrcQcfik///////84/L8sMOUGNJutV7/4Wc7f/+H6wvFacxv/7MMT7AEewPTXM94ZhSogj/Y54jO///p11KgAAAAYmauyaJAAAAAJAADDECsKAAjCVHpMDAD0KBMmn2pmaANjpmxO4m6jHcYRgZ5hOCNmOyDkYiLmJlihIGSYeYYVgRRi4jzGhBiM5g1oACGEQBg7IHaYEmCQGCHgQRgG4DSYCwAgGAOACRgMoCMTAMAQAWmAFgMaqhgCoA4LAIv/7gMT2ARLwgxOs/0VjR5qidr/wBBgAgAgEAFhgBgAkYBgAMgoASMAJABkWjAAwABfKElB0wB8ATAQAupeLAACsDapBmAGgCAKADQgAUEYAEYASACGADgBytqKNLCZZnNxtMVq615c+D8RmVd1+VW9dpcKl6aicdlNJTZ5bxxyyyzt58/eGGGWVa7VCRAShIGpc/KBgHzYcAJsWZyvDCdBYk4eKCovPL///r//9X/zVQV/+AAAhiH4BgeGF1lgQPESEOTw5ZkQDwojJNSRnirwa9Acg5m6sATtSCKWtLZhgUUtT0rh6PS2EWbF2l+XV5TVr0uql3LWdzOs8IJJHh4RgBY+4AAAx5bnXpZq6ZiCoSAJGXZByoOWe5Ysi0OUV8WlCDyFdRkVXGGLk7gTuDSYZz2zsctm9+4i1XEmQAVGQxTWAKVgF480JtIzi2nyS1dOT3UtMQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVV//uQxO0AI0zjF7nvgAE9DyM3sYAFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQxP4Ax/BvGey9LOBdhiDQBLyNVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAH+AAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","7":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAHogBpaWlpaWlpaWlpaWlpaYyMjIyMjIyMjIyMjIyMoKCgoKCgoKCgoKCgoKC7u7u7u7u7u7u7u7u7u7vk5OTk5OTk5OTk5OTk5PLy8vLy8vLy8vLy8vLy//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAAB6KRMvxRAAAAAAD/+7DEAAAGUDcydPeAIhER5/89xIAF3cADMN+/f7gPKvIjeW8ScHODnHGxC3i5nW57zd/cEAQBAEAGD78EAxwfD+6CAIAPwQAWAAAAAAQ3NN3DYAAAAAAZmFwkWDGBUCitkcBcMW8PMxdj4TIyBPM06wQsADmE+AAAoXjVMReMMdKI5JEvzBaBUMSEFUTrxi4PmiM+ZpCYECizjC4PMDABIovYwiVr9s+r55G9hKSywssp8su+7zWoahuC4suVYtA7X///d5l3nO5ZVsWoAAAAcAAAAJooqu4AQBC5xgJgGGBwCAYPwJoIAWMCIE8xRECzsQKMMNIOswoAkzCkFbNZh9w2QycjFzFuPswTvO8KP4sMs1Z1Lr8pv34VFSwAAAAAwoFEQ4VBgwssGIiRj5B7cowYOGZMYI548iBPTEKBWMGUHEwaBfjIL0IMtQbIwdwgzRzs4BmMEGBY7TwfuET6sDYn/Aw8P0r+gCAgBbAAAGLgYwzwzkYQBmkgpcJjjQJVfMIZo6wfzEQYBQnFjYbxHZOtAgToCyCAlAjrdo7QXX0lknvdpzAAAABuAAYSAAYhEgIHDqFRjAWZuIn9khnhKZ9HmE66Eak5N5g0ggGAcCAYCgnZiS3amNcLaIgVANEPKmMOIFmKonlk9513bkhofJWVAAAAAI/AAAAMJDjBCEVAAsJplBYdMhazw5Q0RVOWkzIJWwP88ecxeQOjDAAsMScQc2CJWzg5FNMRAJoywhjM9HCqJMFAxL9wH3mAECygHCwQQD0eUHUdtuD35fQMsbnC+YAAAAPeAGAGABhgBQAk5gBADTADQCEwFMBVMBqAlf/7YMTTAMn8OR297YApLgdjua9tFTA4gNowPQFYMIDBrTCqxmE1kUQAMIpBmzAeAUIwkITwMeAUZjLkwWUwTcDNMzp8zn2TEC5NTlkxiHSsCqaJaK8MCAQaACmEsUwL2pqNYFAAx6Vu2sODg2VQSHAd36MH/////+j///9CBlACAAAASGVH3zkBAAAAAFADDAICdMCwCsxPAtzAsBNAAFRhiCcG6ERQYkhLJpswHGAiA8YDAJRrQohHUibKZ5IjxrbrdGEOD8YHAjZ1b/GfwocvQI80DBApMZBkKBEw8EgEFDRhjMSlMxmOTMxBMChowWAEKAgBwy7wyBwoAiUAM+MFgZS15v/7MMT9AEegPzXM8yihMYdj/b9pFWurfnIfZJsHBdxUk16yqDX9fmPSr89Yd3Famdaf5KsaspEXLucb2/aAE93wAAESeaAn7TtXapoX0WDMWNR4BBmZweSBwzGjKCmQASXkilDMyraqUyPVqrOE6pmpVvZG1zVCHN7XVWREQr2NTvVYi2Fuq8kjWhQLQLSEqgB3YwMnj/UAAC7FY//7UMT7gEw8WRnt+4iiFwtidr/ABDJxAcChaaYnv8WhirAkJMOK3SKPT0gF4OI4RmeckalhSzRpqDQW55vRQB1wVYdQFfLSFKzMFD5WMvSrc15wZZFqTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+3DE5QAVwJkd+e4AAVEQYrey8AWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//sQxPWAxqxZG+Bgw6hchWBgAWBMqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE1gPAAAH+AAAAIAAANIAAAASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg==","8":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAHogB3d3d3d3d3d3d3d3d3d4+Pj4+Pj4+Pj4+Pj4+Pp6enp6enp6enp6enp6fCwsLCwsLCwsLCwsLCwsLk5OTk5OTk5OTk5OTk5PLy8vLy8vLy8vLy8vLy//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAAB6KAn4BlAAAAAAD/+8DEAAAH2DsydPwAIr2XJf894AgBS7gDMN+/f2YFZNo/xbxc0uPgFIOgM80KNAkNJC7blw/bzpLAIAgCAJg/wQdwfP+CAIAMH+CH8uCAIAgcT7hQAAAAAAEgFZ95+PxKAAAFbwqBysYwHAPxwAURBYGDqCKYRQp5hbAHmIwfUOh/mviIEYvIHJgrhymE+DAYghYxouBxGMDUgZBAKA8CIYLwbpgBgGG4mIWYWIFytKz1Oi2pgAAFmAgAaUAa2HYawkWyuNoAW3gNwWb139wcSXyN3H4bA1pwrtN+X/8CRetSP/DcapYdhm1X////l8sztyyWWKW5TSrf1umD5qCp1YiPKrlQEAAAPgAAABOVUruAECMCLRLsL4tgVVMOJE9oTDCgVQNfQAiAyCNjwNDM/MNGWDBVHDMt5laxx/mdnmOQAAAAMYS4imQbCyCh4gYMGY/+yqMdIJh9EzHDkGGYVAAxMCsNAGgEAIwGAnzVAX+OHczMg0MFkwXeh2mpfm3aqP03GQ2IEAAAAG+AAAAb8ugYNAZiQLKDmBgMZBCxxkPmOAGIEiYWEChtwFhmDwEEYDYGJgDAQA0D0VEoNJmg06IwNZGAEQl0mWv1DtqBI5KZdjZARXsmDAA9AAGGAyoOeOIMOCOA8yGGTkYuMmDEygrTC9hSNeEtkwdwgDAiAjCAHjAGAiMBMS0wzaYDBhBmCAuQcBEjS06BZdehcTlV14Pgd2yGAAAAAH4AAAAMEg4wEHwaGDAgxGQADBeYzR5wlgGZjWbAY5hTI7wakiFBmDXgRhgQwCCYBiAdCEBvMBgCIDJOkLUwhkwVHh4gEQWW60KERd+qB4VKExENGrTBcwMAEi4AAAAngAMASAKjAHADJoBgAYAmYAmAVmAwgM5gPAFqYIAB4GCKAzxhLYO6YYiObmysiYhhQoRaYHOA3mBcgeZgkYWaYp6N2mpJphxoKjOmDuPEYzAWxv/7QMTrgMeERTn9zQAhFghkeZ9tFA2A1GAgBqYGoCZgCgHpXA4CQtYnSCQAWHBgBIQCew8wDwFTARARWJUBCSWIMAAAAADGTWYeBkAAAAAAcAKMAYL8aFBMq4M8wEAHQCB0YAQCRh2AhGKoVCa0cfBgQgdGCAD6YVIDpgJDSmimBiaJAkoMCuMU8bIw9gDCgBE0hi9SIJcwdQ3DCtAwMHsAgmAXUzMDoOMwNAWCQEAwCAOAYACB//tAxPsBSihBHe57aKE3B6O9nniMgBUeGl29hcBIWAfWO64EAJbm3WU///6PixG0U3ZfUprXLP///9ukpMLY7f37iAt39AAAlz/X5mKsJTpZ0r4EFB20FEASPySKANkKYZUCwq7du0qZXVcYrUxMzaoZIK5ULLBbU69cYTk3PnLbMzbki9LlqpsN7MA7SQAAAYSMNAh6HlUFLIl4gSKH1gmVrcjLJm9h6ykUKJkAngFhcl2JSBX/+1DE/ABL8EsV7n+IogQJoja/4ARcEGZiSQ4hZQrV52W1QAawmrRLM0xBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//tgxOkAFCSPO/nvBIkjjmL3sPAFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQxOwAxXQ/E6DgxWBVheCgB4SsVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAH+AAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","9":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIwQBoaGhoaGhoaGhoaGhoaICAgICAgICAgICAgICAlJSUlJSUlJSUlJSUlJS+vr6+vr6+vr6+vr6+vr7o6Ojo6Ojo6Ojo6Ojo6PT09PT09PT09PT09PT0//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACMFobdQOAAAAAAD/+8DEAAAKSEEwdPwAKfgMqT895ggAuXcDMN+r39mBDHCpPwbYGcWNTC2GIHGZjGYhaBOiBJW7bvxexhhhYAAAPDw9+AB//mHn/r8AAADw9/4AAB/v//DAAAABAeHn/rAAAAAPDw9+gsAAAEAAA1g/KAgAAAAAAAuAKYAodLLjAiBFmSoAQZG4tJk/L2jwCJgOBQFQBkxAwIDZXEBMXcwEwCQBjAYA0HhZTCTBBO4OJMxsQnTBYBeh0wdRby2xgbAENRVrMBMBNIZAEYAQAeW1XwmHaVFZtdeXOw/5IxJ+qF/fhIOlVcAAAAAeAAAACABSyMsS+LnGAmAUYHQHxg/AmiABwwFgSzFOQVOxgngxABAzCEBrMI4IkwcgrzEmBwMVwA0w7FUzgxYKMk0TIw8wsgEFEKAAmAkAqiwoE4sSntw7uxnYvArvhgAA8ABeUYEBCGgAkRnCxAY6zHJxZKUG0jZg/glYaCcDAmCpAEwsBnGAYAD5gE4EQYFABdmCCAbJhAgXuaGMIAGEaARpgUoB0coyaUIDjKETNIAiNNjFIann1lEO8f9xMCABQAAAamEAGmOdzyxzCCTWE2xIkgpMEWQ5YazCAQVXf5vBIjmJwACWUZMlZIDlsg8PKaFI5H0uYAAAAB9wDHAAUIQkAtQgo6FTJ4fOojoy8PTMDLMN2Xo2vTRTCBCmMCAE8GgkAEJUwZgxjADBoMaESs/QR7jHvAHFhCRYG4eAxKADk4GDvvMXf+kq09eMa//1hhh3CxgRXXWFAAAAAAu4AAAMIhQwgIQuEAIKRUDAQcmP1ScvcRnZBm5HCYXiQ9Gu4hdZj0hEGEkBmGAdGCiCEZHQHplbC7mR5HSelmHBjyDMmFCFYYJgLpgXgYGAkAuAQBF4yJqMWzvNXWi1eDXRLzwuAEcHqYothqCCB5UT78DtJUnJX2UM5//5CyHFshhbaNtP//9MAAD/yIABgAgAQf/7UMT6gUxASx297wAhdwmjPb/pHIAEAGMUMAHAGTAGQDUwHUB5MCQAzzBKgRgwUAHYMK9CCzDYyE83OEVyML5CuTBRwJ8wPMDzMBTAHTDBwgUw68RPMgUKQjbgjmkwVUFbMFlAQTAmAHYwEQBEBQD4YAyALoXrAoD2sRJBwuayJocOEQAMEAIjFhgACBAA2YAmAEhwBAMAAgOAMAqAJAYAgMAUADo6IQBsEgBI6AAFlA4AVKgAQEAAiYixH4vZ14bciHKrt09PT36kbp7f4Yb/+0DE+ABHPD03zPGI4YqMY32eeI0YbwwsYYf9azhqgt515qcwzlHP+nwwqbBB4WmvZ1P1f///Z6ExZRhAAAAAAEFHN7tIkgAAAAAAA4YCQbJhbBpmWMMiYDAE4NBCMMITw3MimDEyJZNOF/AwDQHjAkArNQUBEwD0rTPTC4MUQmYKhNGIGKEdnZf4GI7MuoBoxOwlzA/C6MLcFYwPQZTBOAyAQEBgqgiBgIIKAdMBkB9uLOl6GP/7gMT6ARG0cRPuf8gjq5th9r/wBA0BgYBwBwOBAMBwBEu0EABMWBIASyVSpimAeAWAgA1vqkXapQsEAQDC/peFwnCZ1QyaKN61ySQO97EYlA2daax/uX8m9VfsUliVVaWlETeD+CAwGgVO/LvlDh8RBUFdn93QWJdjvEGJgAr97GAA3rjTr5KxNoCRAIgJkSxGQAxDCSaSmt1/k3gBcuQzhumYhrLCkV6qP5ubi9n+5uCbhRmpX7cFuEsWZYsHD5au9tPis8WW27PdZxbV30fUeECUzb92ubWy6FgubasAAY7x5nZzQZMlRZQWGDihRCWYIylFtMNAk9VBQoxyYUNV072KpjSUUNDWZ5gBWUAiREjnqqS06tytZI1LbEFBvGgoThE/mCzLFUxBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVM//uAxOmAG/SzHfnvAAF7kuM/sPAFQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE9gDJFH8VrDzLaB2EoJQAiM1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7EMTWA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV","#":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAICwBxcXFxcXFxcXFxcXFxcYuLi4uLi4uLi4uLi4uLpaWlpaWlpaWlpaWlpaXFxcXFxcXFxcXFxcXFxcXm5ubm5ubm5ubm5ubm5vPz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACAuixEhuAAAAAAD/+8DEAAALdDkydPeAKuKWZTc/4AkBOW7i973v6NZBwVBJC7hHwkZY5GEScAAAAgDAOBUN6HoezxAAAAAAPDz/wAAB3pw///8AAADx//gAAAAID//wwAAAAQH///gAAAgPDx/4CP/w8PDw9IAABnh4eCAAAABIHZNNVaGwAAAsQwAIAUjJYAJH2IAGQwBAAdMDZCTTAIQB4wIIM9S7MHcDezAswO4wJcERMRQA3DBYgcI0FoDIMRtCqTQDL3MI0C0zjDuDAiARNHPEkwxQpAUCgHAEIRgkBtG4BABGA4AjNZK1qaMkewEgAXoAZUEAEJoqCrte+PTDlvu3Fdq7dYxKHoaq0r/u5bn3cfiM1o1DWOGOtZf85P5YSuV26a7Syls3/8xIIfwK+kFVyTAAAAAHwAAAHLf16AKAjIizYQCSty9hkADA8EjFt7DpiMTMwbTFoSzDAMTFQFB4xDDxzztODjL8WjEULBoEn1UBg6NUust4zurcGooQAPQBMvEgyIWGeiGQw2gIyZKRzvGDAB2YpYzB3BkgmL2CEYMwFJgYgvGDcD6YVAR5ipD9nagVsYuAKpg2gRHQGDog4VXz2TEprdgKD8nazmWbIAAAAA4AAAAf6TEwZFBCyKgpZEogE6ZlZgAhICI8MwlVRAuE2YAoFwGBNMPEBExAQYDBLOuMahT8RBMBYDUVgMBWU2WITlHeySsVZAQDgCNN3QKGZtgFehdI4QQLBfQEznrbRvsCemHsAQEA1GAEBmYCwKBABcYZYRZv0h5Bw9Y8DiTARIsqfeyH5XU30twAAAB/AAAA/rvJCgoKYaY+NG7khoRaaWdGxxBhFCkmL+9weUdS5jYivGEoE6YSIRBkEAsmSoJmY+D7Z3DVgGNILWYSIRxtp5oUxiCZaZqsucWD66V73xBoCm8Yg5kEhZW8/wBGbHbeABfgKrtgUABGABhrBgDwBcYDIBMGBFAPhgQADP/7UMTYgUmARy393oAhRgkj/Z9lHYYFCBzmCkhJpiNY16aMaU1GCmAiBgbgAWYEuBUmEZgw5hUoXuYrENoGk/E3pgc4HuYHWAWmAqAIRgDwBADgDwwA0AJc96VN5VYachYyBYqYjDxoAWGQAlr6HoyACs3SUEgAF7aen7RVdiAAAAAAQEhU1ojBAAAAAMDMEMwPQjjABAkMGUEJaJgFAhjQN5gUSMmFyDYY2TUZgkA1mDcGua6RMhgUpsm8UWyY9RRBhaAIGISMYdk5cIQQsZf/+1DE5wFJbD0h7PsI6Q4HpL2N+QRwARibhKmCqFsYWIKAVBNMCoBoOAAMDECIiAcThAIGbsAEAIeACMBAAYQAMCoBhgIAAiQASdUbAQAy8VhWcrft9/4lh2kllvePb////9inp7dJSdMOfwG7PEGQAr/+gAARXHOtTTjckyiGQz4BeJxJ9gcSdijTJk9xhhI0VQbJYXBwOplVstn7AqlXD7K+2pdWX6w1a9qwulbFgxsBR26VTEEAqkA2RwAAAfIaL7GoYKCW+EQ2UCjUkGvP//tgxP0BTORdFa37SOIQDGK2v/AE/PITVAWchYaDq7XydhR4YMagIr2pUrsKzppwDvYzQ0iZDicy2ppTkJJkcYTABBUfPrXaqkxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//tgxP8AFUSTHfnvAAEhjiM/sPAFqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//sQxPyAxnBjD6DgZ2hihqCgB7Ckqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE1gPAAAH+AAAAIAAANIAAAASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg==","*":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIjQBqampqampqampqampqaoODg4ODg4ODg4ODg4ODmJiYmJiYmJiYmJiYmJi8vLy8vLy8vLy8vLy8vLzn5+fn5+fn5+fn5+fn5/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACI0Bco0qAAAAAAD/+8DEAAAHUDswdYeAIn6XJPc9wAABTcADPPPPPPcBqBltEADyMjLVmEZjCgvDwR8JGS9nveG/jxKAgCAIAmD/BA5wff4IAgCYPg+fggCGkAAAAACNNeb6B0JAAABFAwCgHoyVQHqxUAWMCACUxFSkzAtAwMJY9t+jDUGBMMkVozBiejUqLUNYYts2SCKjWDHtOCgkAA8yI4zGoDMtNIyGAjDIFAQkgYWAqykhi/M97U2WNpAiw0M3oKXdTfCmbySkf+N1lAUhX2iz78//jc5Ty+MQ5Vmo0/1Xn///+Hdczz7TTMZhmt2r0QQMxEelTqrwAAAB8MIAANJlMEA0ABI4wDQBzBhAgMA0CASAuCoHBg5g9GLWz4cQDn5lzDkmLQQKbRUdhuPlmGNiN4ByB4gbci4FEeBYOh7oYiE7OISkGEJTVE1MSZDaS6l+s9Lht////+o9//rQ8AABtwH9dJGURkmEhVcZFsYBiZNIcVcYE0AqmD/hJhoiYaaYSOAgmCBA7BhX6HkYd8EbGBSgXJtauddHGJEwcvjwA27yS93IhL8P7utb/9f/6/5bWcq09f////kq33FAAAWwAACXSFPMmo95TgoAx4IiYPlULDsZMJ44Ch8FCw4uSxuOAobhUEcoJRI6z6CZq6+kUk97ryAAAAANvwJc9ZIAKts8Ecpj1gyAsEk3Bg6gYmNoOgfjxT5jzBeGDqOSYuflpkTD6mAQEEaAJHJmhhosHKKFzQYVRMncOPYkSwgQP0yn+PAqaAAAAACf+GAAIzLlNQEKdkyI46pI1xM2aI3+QwUA+zD7X4Oc2CEw8RZjDFFjNfCUM4LRUzD+CaMGQIYwZxQxUIswCACkV2AQHQGBGBCRAFg4CRqc5cXZYhtubyYORz3ok2DgAnuAAJZn//j4f/EegAAAD/0ZbYxYAMFFxQuFAkxBMOijDQ4ELkBu7eYIoC8GGSkr5tnJmkYbKEwmBf/7UMT1gUzcoxu96oAhcowjPa/tFCiCBkSTdEZhaHVGC5AVJgIQE4YG8EDmAbAXpgJIAsVB0il8pFAgJrMWfNTAaVCroACEPK0iyZhRC7IGDTIbQBbpyFp4g1tujaEpy3rEMSZyKsvuWP+val8xet+2Nv34xvU8eirp2t5Ya////3/f/////nzFT/3qxhhrD+1GjrH9aKrks7qOK9Pt+xOT76eVAAAAKPesAAw0R2jBmIPMCgBgwvQ5jHKHzMB88siNEMF4O8mAPMGYQcxey/j/+0DE8QBHLD8zzHMooT+Ho32fbRXP6uHPMRfczORGDNuOWO3PHg2EyczI+DmMHIAcwcAhDEJBQHgPBAMcKILAakaaYDHHhSyACfOIAQGHOaBsCEY0DAcu4pfAWLY4OAFl0WBkkGNAkVxwIERHvyocgJX6FyTAMLRzzNNLZEIwNCflBOg486toyUvdoqMrCuluVVoU4q6ntGAfKTYbSFIaNKLqNmD6iqstJfrmkz7NPZWmzKns1P/7cMT8gE3UixnteOnq7Zzh9b/lHNmU3Rg+NTdIeSDYbEpINhoZSS1KWxLRTtiXksbIr30NVld9tVSkAAAALu9MNY1xBAqdRYNQM1KCHWAIWIHkhgbMmYf9m7cFmfBLcRtARCJSdLWoNlk8IVzKJsMkS5kVHAkFRonJS00IfgTEMDSFA1qqEmO35wVYuOxcinJNykpMCHiEAWif/wAAPzlgrWG2IADSlUANmCBjHUKAoLR9pF26s4wC/M1bwiVt9ZCBCteQCMMay1D6Sl2Cs7GcAWUNvbJ5fKJOcISw5G1mkP09QdVMQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUz/+4DE+YBeXQ0T72UxqWuR472cJH1BTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7EMT+AMd4dR3jZGXoToUgIAfglVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQxNYDwAAB/gAAACAAADSAAAAEVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU="}')},"./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsOGG.json":module=>{"use strict";module.exports=JSON.parse('{"0":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACDysA+AAAAACIxnH8BHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAg8rAPgEAAAAQY/YRET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAg8rAPgIAAAAxnIFhCT+MbWrc/6wBAWTZ+Evw/ho7cMnGPSs7KM691xaACcDCt6An5xY4vn60/ee7fBDIvv/9pZ8gk+id3DlOjvqoG+/D8DixatJ5EVoVJMsuEvC4WKpMFeTlGAbTZLjf/b/H/V84AAtAkn7IHXvGwhEAAAAAjGQUAKDdmUfKcebS+Cx8d/sjEx4ckz89PHzBcaaA/fezjK56847A1lpG4bYebN+NhOn8/BWzzf+66osgima3VfNafB2OEcC1Qcp41hgXIRjiZTh5f29T9932YITrxIrLEFABXiXkPg7fg/zSlkp9KN5gRk0SYHx8HAiAJNkOAAAAAAAIMJIBAAAAACBo8oWYvhsXG2CcmgP7r6PBSAAAAAAAABhIS0bC2tdV5IciAKrG3OaLfQ6MflwUo13ornCmM0//NGSB6JCYFwihFoABAF4l5D4OP9cPqavUxUtk1CQB9hFwACTJTgAAAAAAgDEGAAAAAACmcVrww9p29vcM+8dXAfavtWQrAQAAAAAAIObBmuBGzrth/h+4CgCqxr72edYiQBWucPNrjK1ljeSjV79qN+8GvcqCVQG+JSTM6QfcL11fpfLYtSM5OXw9RLM4PbPUwOBG1wAAIElTqkYBAgCAAmC8TTIAKEUS1+hmf+jDEfbfSGC/j1YMjvfU/9RKgffRWqP1cr8O2VSv6750EGOtNeHxfz2X/+b3DmrjN5k2ACU6cFC4/05eBx0Utk7UjumHWPcY/t/x2LANN5MZr+L++nDSsL759s5Ejf34338fGuv33PnRjwQ+fPzffx8f9c23P7pnxovH9w/NCdswM5kRtOLxfY/Qw2SiNbZ+pXP4QPnB1r+T10EZ//4b676MM8+0tiACPoTj+bsdpC/9b074kd0fR3Vl+vTs5OSk7IzFnT3hEuPpjSZNtU04/tCPWLws7VF9OKIZpmkhOI5XM8aV8/P7Q8355/v+UDPnL/b9Ifb5i33+Ifb5i8fnH+JyftUPY1zO54dKBiDMtvalbUaofdlUxPRYaIdIdMZAfxR/kVqI9CUqVk77G1bPsMZZ3uiv4fv1YHD5FFuc5vs/7fpXa7jxOM7uT4eHT9HkpzXc/Le4v0Wt/yDuPoSDy2dG7X90eLiG79eajeUzbHE67H+16/v1cOO36N6PDn/WxerweRX4jR+8d5oqh1949or9K+K33nnLLbeopqdPn36mDSXp6J57feR2//6hYNPp1LnJ3zlU0aMfv735vz3U4KMfP2v+78wZfIKmYn3+d+YsPrqp6MIhtYtPUG3657+jffvjn/qch8PhEMJNb+/O+tje7t+fL4x3f/zju36+nT7z9Aqd797yzlv2UsqnvvT/vnSmL3rr7/497ziOnD71hWc/s4JIdm+5ZYyCy6XTp5dqxG/v3p06bG/35w8FN502Vffzv6Nd9gQV+PrrcDw861sOAA4O","1":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAAB0Nx8FAAAAALH2CDABHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAdDcfBQEAAADtBChfET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAdDcfBQIAAAB90D1rDDpdT59ucP8Z/9ABAaTZln09D/JG7sabbYw8/3w7bAMkwcd7qbhiUI+pv/9pfRIZbvhutwvREnt/XRVOxPzgbye2O4+g9wDsBfs+4S5v9bPxrca9rX6ZJznncX+UNb59K+H4u5ectvX3bjdOX5w59ox/HbyCr8E1T/z3UAT/7Pi7Jf1ds66v/byiSjQmXCJ9yFsikxOro+c/77GT3/X/P3BOWgr0DfuRcO8b/8tDMVPtPpV82Q4AvJyz3/yQxKnzzfPGcM+Y5h8A7hbOFWmnb8AeyqVaWWg3XobuFMIjYfEc1bXHS0siGVXw2/3QxqmfWgEAmhVE3OV7Jaa29JUUWxOHZkeGLWcvv/zyF3mRF7zI5RPO/xUAgJiff/75VQAAAhzJGAAgaioLI//Z9+P9Pm5idsVuN30wlEIAO70fOaTn1iBS/Z92QWlxTYNgZu/P//dxPp1Px9P1cn88P78n/zG9eL4+19M6fCIYUkUB9SsW7GunNmyCn9abCQT6ZqvY6WD56pdRfllZHvc2AgwYEi4AXiUk3UXiVpx/NlcV7/OLovbIsPcAAAAAFAAIEGKMAgAAAH96PoD93xMAAEXUJXptF+XSVp7Eqstrl3bdSlEEEBSDE7E83tFLDJoAwH3VCdb3j/g0bV13ZNjZNstz+0TC92XyoxbxfTViEkjBAgweJeT1VcILMf/bXlX0fYmiZmTYewAAAAAAAAGOYxQAAAB4cxcSYP96VgAAKEaTbep+MOvLLAY3RsPsoNvNCVEAQBFxjXboxp5vuRpRIFVBcQSlMln0lAbTgh4vYl2mLq3QjARRuGDHwBr8rkIcRIACfhVE+e02imO+VPFQ43w9Miw5gmu7Q+Lbt0YF377x3jcAAGLrHmCMAONUJWMA4CbJYrIrUflM2lgD7LPRgpm9Luo9n3EBODixMlodb4P/ZdEVRl0xMcss+Xz2+F7HtQ31OP3/4vZE6Go7/k/2f7J/8/6N91+/f/0m++X9ZwoAlQMcZO8gBw5y0EH7smbNmjVr1vzJevXLivkQ8ydd9/KTNkx0lFHQ48+HI/bAM1ZWs+VnvXt1a3bW0/s+a/mMZ325NU+dPOtdn7Xm6qdXf7l3Xb36rC+++zlnnHHG0885Y/nUqTPOODl5/+/jk5Pj8fjheNybZrftx92+tl08zGOF1QgHDjpwYMtBBw5aBw7KbDlo30HhoE1YGd5zExv5/F5ixutCEUVpnG/qfpqiti12j/fcfd7wqMThSPPNvpvbxk44xuHOSDju3LxtLDzcublrJMaRkZEY48hIVI/Rhj7//PPPP//888/P559//vnnn3/++SIVhFMAeYWNT9pWluxDKmm7j+TOc98cqtIZ5qqog/y72c49TV3+64am1vZPyuHz4/FxPp72j4fxND4cxg0tPhzGNS0+zMfT+PB4OPyBW+XKZPeWMQoku2MUQOPUR5U53g4hsN1f0m05P72irudPPXN6aempZ545c8XpL3zpS2eefuZ3fveXnnnmS//v937p2V/6f//f7/2yL/3O//f//e4vfen//X//35c9+3f+3//3e5/9zJd+9+/9smee+cLv/rIzT5/+wrPPXFra/9TpecJ2CG30gfHuj+9Ohze9/Z237LnpB37wO95yyw/8PX/PD/17fugP/sF/9+/5we+85e3vfOetbrnllltu2TM6umfPaDZN02wqZTlLwWTJhb8zfzgc7t+/f//+/X//97///e9/p0+fPn369DPPPPPMM88888wzzzzzhS89+5lnnnnmmTNPnz79zOnT//vf//53//79+/fnD4fD4XCY8/M5FxYWAAlOZQEODg==","2":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACJxMsaAAAAACFJmsEBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAicTLGgEAAABPCsGtET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAicTLGgIAAACZ4j2hCjw0kHFs1v/hAQG02dZbNRRjB27ZOF306aN423sHYAbA3m/F9B77seH07DLtuImrer2eviFt53d7fezPsHfy7W8HLhCA8QD0AadL8COW8k9oXLVuq38pZg0gcQDudX3y+PYt2mDGLnCDg4ArJeygyTb/iNPZ0IMGY0somiUkuONr4zZ8WKnYmmwq6jK8fP5v/Oa/+Y/4od/8R9zoT+5+HABAcvW0bdu2bZsAAADGGAUATHfGRD/bmMJ/g4v9z7QwIjBN0wTT9xG7oYGCYd6+naYDQXALnlbj5Xm5P/7/z3U3bq6fz/N2Puwv96/5cDRfA+oAF1m1qDnRtBGaaX/+PPEEJ+vwNkvSqCAAPiUk5Spxo+e/8bdKvc+vhPoeAAAAOGKWAAAAAUIkBQAAAH55EQCwv4x89xQAAAAAAAAAAABAMRokC322aZex8iBG3Vxe1Xh4KAoAAIAiuGRhOzz/V4DheE1HryekjVUs9cuchYRHHaUtUhnZdEBQIgAeJeT1LuHWz3/bX5XqWymhvgcAAAAOcQAARohRAAAA4MtLTQBc70cAIOJubEpF1bezwVQWMbkx7qvHfWteoAAAACiCk+nHnrLXl4sMBwAAAAAAwCCCUTRLKZNGMQUK1YytQOyVq+0qESmFRASeJQTh8Q+9Tb+wSo/9yp7H0mUwz6mu9zrBPLevAABJuo+QAB4EAgCMAAgQsjLJAEDrZhE4VbUy3jm/26M/xbgBwP71TGlDq/7qXRj/f1+crh0ppRBUYjXsqiga8rodl2dj3vut37/roIPg/2QHgf9AAoAF7uSVlQmo293ENmgADD14tB9PGjZN2Bu2m5kJ5cmJhKfj8f0k9m9+dMeLxwbmLOFW/vBZXrQ1wkQFQ08mCv7w/w9sk0EgRhsmN14ej0c203Ercj85aZ1Bfvm9g0Lh/mshGQUAXmRDG37XwPPBrduQ4U8Qr9On+9O+67YxzULced+4cdWf1LY1puC7H7FftjyZxYcjShYfjoz4ocY3zs+Lv2N4Na7+Oj8/j7lU51u7svj7g8Xvh31+/hBXJn+oXVn8rV2qn3/Y578xe85/P8QVn51f/dZ2fmv5sliN90MlA+A7gzGhFvu9kfMKdCiq+qJm0tH1P7YJq7VXrPL72rZ6L5yYbZS7tdWe2/Wv5zNvnKG7XnvjF1usirsPz+P08s9zbGV8+JBrQ+7E/PRH+tF6b/vG0E3Wzi1st8cPZpuwIB1BdNdrb555Z4dtW6lWI43BpG27/mi7LfZjbnB4KzrJfxHvVs/ok/ih9E7wT7z/4/bO2ur4tKjtpR+t98Xa/5N4v74aOx+PPxC/nk+xxXN79tC8f/utcs18SedpFpdLS0003p318xDSeDsrt/v/m6fx7pS3Q2i3P77X3/79X1Oko4pZOt3ku7fspSr3n9aj0THk9Jlnt0U3vXNvcn56Bdq+ZS/v0//3e1d13/6D93Zt/e9/x3HF/jN9/be/M3fyW//flw/YfPutVNNnzvRtvv2ducVTX1pFDPdkzfz0Ehru2aMyb/dDm876+XZ/nsa7s/5nWh/tsj8ttVj++fp4+PPrQHUEDg4=","3":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACKbKcmAAAAAN6zHmMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAimynJgEAAABXp6toET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAimynJgIAAAAK7cXqDD5Y5XBs/x///w8BAaTZ3HOl8NrTgbfc6XNPT/jHkyyacwAgCcAg5vLF3IO04PfZSiFg0oc5zKEadaTmnuPk3SK9m67/Hz+M4mgE9AXzzfPnc+wPLP3460Pd/9B8LlCm3t0dLE7POK3t99/JOH1x7nTGvw6iCX2TqbhINnJ4/VOvZvL/jGnedfMtS6XnXP2df2eoxdNn+aMd52ZmX/xyDyzTFpoVRPz1i2/Dp1WfsdXZamIZXj7/N37z3/xH/NBv/iNu9CfbJwEAvCMAAAXASAtICgDTpjmRtGxeJnu50vqJmcYCADA82hcAvC/6w/V0PJxPx91+1Wceqmlz//0/79f1dL6cV0N9BhlclrOpKbNkUBNiyvKiLMqizPYak1UkBgAAAADg8/XXXwe0+/rrr79+V2Gtk+Xl5eXl97q8momHL+dzX38LD4e3w9vz7f79t7/35xXzh/kigzSDdTd79/bu3buz07t3706n01l/djoePnrC119/23//hYWFKW3hQhRPnjq5IgAeJeTlTeJFzP/GR3X+m0iG9wAAAADLYwEAAIAAIcYAAACAX14EAMBf//IGAABAxWgwWeizVbuMlScx6ubyqsbDQ1EAAAAAAEBQUr+9hv6PIgAAAAAAEAXFDTU0I+dPwzZOh7S9Zj8xF/eXQlowhQoA/iRU5E3Ci5j/bR/V+beSCcF7AAAAgOURAAAAIMAYAQAAAODLS00AQO1bCgAAoCLqxqRUVH07GPZlEZMb47563LfmBQoAAAAAACCoTLunnFNEAQAAAAAwrAV6xpvbfJVsOD82+1MxSViSiMEFnhVE4eUTPps+W3Ue08pWk3gZxjyn2ux1Gua5fQUAWOYAACRjjFMNyQCAr20oVfW4uZ1LvjejP9m4AQDcf84MANnp2pDylKegYoum67qmyqI1xhgbs2qwGrwvr9/le17Pxzq5ijHGGCMiIsbYO3c8isfjMTIAAFfPH+aWGFvb10EH4f47WRv2wv03QhvAXhv4/6+DAu6/eayDMr9/I1qaNX+YW7T9+YlEHmLdI6HW2N////EJD5OJ1jaER0bCZvlZZ7V7mCPnZG+nr3hzO6Fq5alW5U1OnXFGe//5f+t5rz3HOhwJNHvye77cmmR4R+ccASI8GGHN4uP/f2jQAYIe7tyZUDwemxgRY4zQk5mJxgrYviPNugW/fyfLcCDcAp6EQ8P+9KjIN1wZmuwTzmf69LnlYOe2Mc3C8PrvjH/0zdnJTNSanEz7cGTkah893tW2yZimSW0Xc6X6+Qez5HK+H4KR8xczfB6zz0f1/RAXZp+fn8fwjSvnvx/4pj/s86tf57+nz+03hju7wuTsO7t2mWf69LmzaR8JM50U37ltT7hO9k9KjExPltO+c3MWf2uX/OGHy/npsvj7Q22upH1+9YcxfI7zz39jhs8/7POrLH4/1C5V2fnVz2MQJAV4F/hY+IHb/AclU1SXohgv+21l3SR+GR/8GbkGRCGsWkHpmt43amfDL+ISrtVi5/9r+P7YclsE3Zhte+PX4jfR/um/OI/V9m3Jz2nebYaTlfBiwj0bfkWToeE+/rUnbcj/5e//2vH+kP7Op3fmGvJP6OVW/Wv1n5/ww13ySnBRrK2KP6zxCqXsfj2Tfz3Gzot9eWTI/I9v+dEp1p1e4VqusN/GWa6wOEo6Maqt17X4j5nctN7bbk/XNtaf8cuMEMxku8eW27y2tLEeWm4DZ8O17OfUK3OFjx45zp94q63ZWvM74GhEO+S71l9CoxW/w7W5aIKhD+LhKXZ7+kBc0Y056X70R9o9ttTG41/EO8H9JjRWxcnXmb7NH/h7bk01feaZNpEo5vipM/X+TbfspZhahySVxb//+yi027tTriI39flPf4eUU+1iefyWg2MEAA4O","4":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACMCx80AAAAABSEACwBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAjAsfNAEAAACe3diTET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAjAsfNAIAAAAfzUHJCj5OsWtqrP+MAQGE2fqlgVBemoEnG+PN5R939PYRUDAAPt44xbCrPTma4tv3Wc/LvLyJvDdW9Ir4kQLn/jwdoxNtHd3MRoJ1GPQFx5lglzf6t4ciqXVfycs8bQKI8EG3PPn2nG1u3+oqi6UWvJBYzc6nvrXBKbwU1M0/HK7t+Ix+ZEcGVcuNqx7y1/8/daeb64xmLfJABhol5O2r5Aud8qurIln5Y8OWwe6zf8Nv+k2/4bM/+7Of+MTHH38cAEDMf/jhhx8AAJgUkJQCANF1t7b8P98x0749YmqSw58fCWD48vZp8jeaN6DfeC5C5geDHLcZbKvs5+/d1CRsPVge7p9bfJz7W3a6/x7niQBQAOs40Y1Tdi4wfvedg9+nt4t/JD4w3utfhWrbKgxrq2ptBeKL+bl5/87ykpKSsNwyVvQJn3Df1RwMAB4l5KeLX9Bifi5dFa+OQ9Mjw5IDAKQJdSS0GSoKgAUKAGCMAQAAAKTrWFhStSrhETULoP/3Btns1b6ytzgCoAhBWraLc1HhSAEIzUNttpRZp5Tw7oxFe6F267ONcvZu8sdj3CRvxc+EDVIBHiXkl6vfKfbnpVZx1SPDkgTmudcYB4AFAAABRjIKAAAAcEZw9O77Y957tYzH+ElVgP7ri0ni37fD6eEqAgAiwVszVZdPJY7grihPSmf3/u3mx+ZT/g02xZwiRU+lB9PMw8kZjdCsLsCNAF4lJJStyICII3ymai6KyMiw5ICgu7u7e+3atSFplk7PAAAQTwEQsiQpACDEzeR9zOj84ej7vQBwOpyMl/F63DyqaI2IiLGxqAa/TWWHs/N+Ox9/yHYMYByPR3YaCSPj/vX7Nx44CP7nAfw7GUCYNeu3XweMuGliv9yZ0XjnaBrxcXI6YlBPSGRkrYc8to/StCdEmm7Nn287RkiLWO21AkX7fV5jOjKZ7+Pehgr+Y8O5b8eAda6KIpvFea3pyXP7ZXjztl3hmmaG6ekP3ZgCdffo8W7bTvX9ULuS7XJ+9XMNwkpzOd8P5PeD85PZWpIUQG9s9YIZHEZXDBENGRFrQLr+/+P7wZSLP9FOm9IqkpNhW/J0WrXVxFvrQ3h5nA4KyeHfKN39+bPNx+Nf4o/Wx6K72qo/NO9tt6P9B/zwr+g+Pu2+/Z3jyHJJh0TB5f7TTRrv3vVRhXE65e3+/XlyUx9VNN7eneXt/v0QzmE7HGj84cezvL0dyE153f/fR+L64x/PclmjZHRUmT71hVVEf88YslzSoxvv3It6/Du/+2xiuEeVO/mt/+/Lt/XffqtscXoF0X/7rXKLz790JjHck3XHp9vE7jtvpSqeOrPJh6Pk9Kln2qIbt+yllEtNlIxm8fypM33R7p4srpd0PhzN4vlTp1v97qyfhwONP/x4Nr7dn6dx6ufh/oHGu7O8vc2HdnvXz7f78zTenbr8O4WPv/u3SeWsP4sezVrQvt3ep93x8NvOxPs1AA4O","5":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAADiL9EHAAAAADf5nsMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAA4i/RBwEAAACPUfTcET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAA4i/RBwIAAADRxk18CzRZR5hqc8T/XgEBjNnyw/OnPnbglm28Kbkpzg2gBGDQLks91hH64NEb89RKhIF5GEP3v3k2esf7OeQ/ypI6AewFxyXhUyzlD3yjse8b/0sx6678QVlQpy/aNr+9k5N0/N/vta3f6nrz+67AO/E3zz1Fm4I/YrWDhzF8aaUAsXJgOQ+9ZzqqU1XEP/+RzvbkWSuTt33Ff04G5A3zrRFCLM2f8MrXf/qRf5RaZFDxQ9g74+J0eVIiXIipx9QYWCyeW3fifLp6ptXLm96Rp0/aUgfzHddbaH9zbzxvayJlIgA6JeTYIfHKb/2OFUpV1GWoj/6tf9u/7Tf7TZ/9+H4ax6unFgBIrkN2bdu27a5tEwAAMI4xAIBGzVi469ZXafZEWFMmY/y/anEYhgQ7PR5n/j8e3t7e/qPz22k6zAvzcDi3j6M0693187mvWit5M62Or981Lyb7/joHwEowBDcIraKOB0Lnp8xY1KIJ+djQe1vhKmu+ggIgAB4l5ObVL0i9P69+VSqZg5YkcHd3d8cCgCYnRQAAAIAAYxQAAABT7nZHI+jvs/PrW38fANi/jasADYYAAAAAAAAAQO3lfX/mFY4AAIi4Wjsu5n19rAEyIaXEuqd/Wzv5Mbb0C5s9XGXhJgAeNeSm3S8IfZ+XX5WqOrPRkgTez35WAQBoclIEAAAAGGMMAAAAUN7gbp3cFQhnv+Uj/d+qALD/Z1wXaDAAAAAAAAAAALNf7re3U6YqAgAgom5tny1X+QQoXYRINiThFY4jxgmzE0d7TpeRVmgFMJSrwgAAnhVE3Clhrjc3g0oVfsZ3LE0O1kdlyVzfbSyWNAg4BQBI8trRkEAQBIALMACMYCUZBQDxbbPHnHjuBz5UrAKAxyO7cOeFq4te3tJxf+a/53xWrvfrsXYTjahiYrU4vC6bED6R/KwiGquQTCnkiQCLAxxktbEy40Amf+CRP+jHrCke2TReRya9jids2N+PbOuf/zeaFqdaHjLLK1sYFsurPU7/fJCNxvtJm5Enx9j5dTH/STfleu8x+UCImTet36pWcIADAF5jI4d97RvhOZg5ioxXnFfizm1j4eGuXWMxxpGR8PQ0299vE9h9pufluhFA2yZq27qc78pi5ycWOz8thrdtyUsKAKJhK016CT8d4Wyd2b2vK5NM04Hmr6xT+T+aq41377z2DKzZSIrt3GI8/tXa+M3HH1qXx2H6EL4f7T+Eg8t/T62c3/jxvT7c7V2f4aZTTpT3a5dNtG1/KkJuh5Cwvc2HVIf782Ftb/fnq97+/ehQ29v/7h/q8O//7ofb2/8+mq/t/v/mwzr8+9E85dv/PhLIt/sheLs/T6OfG413/Sy7vesD4927PtzdH886d/vjH8+68Ycf3+u72x//eNZ3tz/+8ez09ocf3zsdb39876wbb398r+/G2x/P+m68nfWdG2+nDBurrRRZ2mXTh4rPDGj701LbvxNWbW/3D7W93Z8Pa3u7f6jc7t8/VB3uH8I6/B2tk0PVXlggX7fzLQcODg==","6":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAABiIZRJAAAAACp8LFkBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAYiGUSQEAAABRsbVnET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAYiGUSQIAAACV9JeIC0FKtGhq/wz/zgEBhNnkUz1H154OvOU2/zjUgZ8PtWjOcTgAI1jtlHGty7pnza39nZTn6MMc5jDtl+OF8O+8vOPV9/wY7B3h5uwa1ATUAd2tnqM59m+BG1Pbbyo5u3w3UZinYf/V8N66pVN13FA9wbR16Tyfp09pvrWPBrbR8K7kz89OFO/tNGKeftd97f+tTlLKUw0nABol5IOrZFtT/u336l0UacTLoP3MZ/+m3/TZn/3Zn/3Exx9//HEAgGUOAEABEGAcYwAAEN3GnhTLYRI55yDzfvvwz8afJmAYBgyP9gWAmx2f29VpeH39noftrLaSD7a3z/ZwfX3ft/vlvBrqO8jgspxNTZklg4rbFPMsz/Isjz+enToGqggAAD5ffx0AxkRrSJt1pJQbOmGw1WkvOdQGiJOtpDxib+upzTz1j2ncoVNUrlIBJB4l5Oe7X5C+P6+v6iUtJAnM8fFxAADLYwEAAIAAYxQAAABAGFEm7ieVEdcm43S3mgUA+P3fAgBxeG0/xVkcQQEAAABACe0z/7cfFAAAAAAAMDCexeeGbuzvf2tMJ+Zau1NZCbeIGKQEHiXk55tfEDF/Xj+qc6khSeByjWuMAwBYHgEAAADGGAUAAKC4ePPvY7Gt9d5bxqP+sGYBAGpfCwAQ/62yvgcXQQEAAAAQVJ7dpjqniAIAAAAAAAVI3DFLxFHPdev/O9S/6mZL/hApyeEDIp4lRPzll/nMDUN1Hn4UrUmcHLVolKB77dq1IanF0hIAwDLrb/+feZ4BYIwxQlZBMgBYxFkfo7HbjK+s+3shAOD0ISZvUfWjKeOjOgMDMq0z6D9jWTy2i6awImKMzYqqqqoiWmNszIqbGY/i8XhsIgAABx2U+f0b/53soIMC99/J9sC/EQC0gf95exncfydjHRTuvz0cdFDGdPv27ZGr115WQsj9/cPxyNCeHvQwuZnoePz4w8cnMQH0m29/9KM5Oh4/fDiefHj/uO2Pdtzcze3UOYOwQUXj1JPVZzgRHsmEWTY8CAMsTj583ERAQ+thMpmIb7uzY3crvKH8aePM+++/8cBBYeb++y+gAD504+zN+xCW2cZQxOeFcF5rerJ/f9p3du0KkzPD9PSHbvSnCWNS2/bafeaJXW2bjGmaaBdz8f0hWu3K+T7znR/2+Yvx/WHM5Xz7/MV7uv+5s5PikRKGO7t2VX8Y4/2wz5/z4Ycx+/y0q98faoN9fn4eA+efT+Y7xvlVNQOgFHvKIBa3ujsDRKOM+PcfaElxO2lskLrv4M6Jr39GrgEYigZP3v6DWEH//m+d+BHlGmd03v21qH1M5+nx1ADpV2vjnnACg9kKHjdYM5zI93+xn1ML6rYj9ssHdRm7xifV5P33XW2/9aLAPTNA9yG8iP3km+IPYv84z4L4BzGF396EkT6IAVv8/0U7MQre2hbPrYICtbN8/MF8CDd+ixCk/WNLbdxIv8Tdn2MDgPRndfmMvx+Nf7UibbgnCxYN3/6D3zG3eOpLz16BAMqlJT256Z3vHEeWS7UFKPc/80yb2H37rcYoADwdVYqnfud3P9uX7I7JYkh23/7OvbzH/+f/e642JKFcgmRUMY//3//3XL5kd08WA99++zv3Jo9/53d/2QodwFjLt9/+zr2yZr7UtACmvj9P490f3/VRBXOow9shtHHqGIBzDt++zuF4uE8ADg4=","7":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAAAj1thEAAAAAG6Exb8BHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAI9bYRAEAAADmsWEqET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAI9bYRAIAAADes0kGCj1Hn2RkuP9PAQGM2calEaK8NAMNSdePb+1/3t4dd4cBYDgAkY4wT+XsL/LJ16Lvp9y23bbgIhbhzr+m7rZ/Ce2fqQ8vBwYAhAHlmSuP2Ii/pBCKENsoftnLPAUAx83vRp7xFgCs21Du+a73bLh3TXD31L5CaDyFkp7kOhrLaBGxMcJVPJD59+T67R3KJgJaJSTYTaQDcvkM1SgrfTC0DPXRb/rsg2k8/fzf+P/9iHfcuAIASNLn9u9fnpxMZwEAAIAARzIGACBqKp8avlTbHE52snjS7HTWsQH6/tDEQvlFPl4UMzO77B+v5Wf7rc6L7/2wXa03+8N9/RzOx/Lze9+uEYDKQIOh2VCxuPJYuP0YEE/IUBH2iWIcpK9g6XhF8TXGGvP2buHbtxwoAQAeJeRvd++PNX6lSlzHlCwMiSkAFigAEGCESAAAOP1jg/7fGwCA4UU0Wb/7+h9fv18vEOBJxRkBAJwr28W5qHCkAFCMqx7v3hlb6UD305QptWtWks63HABiSscJEsMQVAnyy0ICPiUkHxc/I5MrVdE6npJHhokpAAAAgADJGAUA4OKloP/rDgAAcMMNL+JF53YNvyHQn+K+LQoAANW3VGt/FuIIIADdXqQXuCVu3x1893rsDqbZ3a315uvku50aklGae6iCextQAB4lVOnNL9g4vHbHcNd1Z4ENS46m0UF3d3fQvfbW7hDNEgAA8RQAIZtkBAAg/vYd7zRX3Sw52d8WgNPhpG3Hqb0MKVlFIyJiYtbcVpWdzY7b9bz/IdsdADjg4XCYFQD//f938t5BB8G/ERD8tgNhOmv+MPe479w0TRP15OaemRkDE2NvjicfEsPMzI1H2swynrRPjhEutEFfMBkmlfu+r9i25OpZ5Rb849/J4aAtM/F+P6g1eJtGWAD+Y8P2t2MY6/QRRTaL8+pRp0+fOyvDm7ft0spo25e3+oF2f7/btlN9P4yB8xcD5lVbW5IUwBWMkoMZj7+6sXhvq0lzagjdxZiwqdbLv9bsQYz8icpzO94/xm6LWr9N//o7zUMOpMNhXt/++MezflbBOWxv9+fLxqnPANzocx7+jtYy4PbHb68OhyIgt0NhvHt31mUVAbm93Z8nu72blQA8SVNc7n/mdBPJVAJAsnvLXtli/zNnNhFAOV/So7f+7g+9laqYNy3H5eMvfelMYvvttxqjGAsyVczxM1860xeNjqYYeLK7ZxRPn3rmzCYCsLWOkt1b9srieqm2YMr50n0x/vDje2e5qsDY3v730byNU98BNk6nfr79+9F8CHMAbHr37pTzcCgyzu1woPHu3VkfWQBQh7dD2fj4q11ezvp8qaSchfJqs+YXsA6fCBcADg4=","8":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAABQ3o5GAAAAACUPBlcBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAUN6ORgEAAAAskylcET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAUN6ORgIAAADQHCLbCzhcSpRlZZf/GAEBjNn6LeFTjB24pPfj3r2jeLMOgCQAtAggFvMby/VF2AmHXPe73/31CXXF/+MRTA19cFq/PnRxRAScBc0lF89jKb+HNxsjv+yXLNZx7W+gLGhOX5jrv73dSXjy3Uvm9q21P/6+KyB+2rBBO5TJfNP+9nnJ7j6snUfzkm+fwqezUxabqzZPvyM5k6fftdX9is/7v3YEAJwN5a0RR7G0f8LLdpjeeVbMgNJ8P6zZN/eYR2eXjQj/G2OyX/PR4rj3T9FZ51CXZ7LheVUbe6eurnX+6P6/E+/fvXV8+0wfkhMBWiUk3SFicL/S748KJUOLvAyOn/+hH3rHjdh95t/6TZ/9+D4AQHIdst/d39/f32/bBAAABAgxCgDgX9EzUrNJwhSfawQ8Nj288PgTYB9XO+vtv5+/vz9mfjtNB4JwP7yv1fP6fw/G2+u8Wc6m4TicZsvN8TGoP+Pv6+DwCED7Wu4qXhjUiqSQ6hRj9VPIbwukowQMAF4lJB6r39bDb69KfTXeiVDFFADQ5KQUAAAAwBgDAIDrvzED7L9RyyINhgAAAAAAAAAAAAC44SaZXn34+q6Lg8xGnVXuAAAiqtZOg74+LYEArJHKkqxf/veqn1ltvP9uCeGKJIYFXiUkHru/1sOvj0p9G2/ZyGIKAGhyUgQAAAAYYxQAgKpqAOz/GdcFGgwAAAAAAAAAAAAAACOpZ5eylGCagGUYsvNKlwgAIKJqbd/sV/kEAlAKqnfNusa+4E8V/74mlqv8xEGAggF+FSTg4R2YHj4fVXrYjDVycjQNdXpmRVk8O9eCBQBAkt5YGxIIAgFcAADAeJJRAEgikjoZ6n5EopP/7PAM8HgkPnNeqgwE9ZaCab69X8Lr073sb9snFQHEZM1st2o21WnvoLDXxspgr9pkZDaNgxprC38gjaz5ySInORkGrbsWQl+GECQsOiMrs2DCc6its6oUoAAl4hoAHmTD6Ms7aOHDT0cJtSrOa50Yw/C8f9ljPT2bhnF8q/nsg0D9TM93S+/oAzUBkmOEeI4RIikAqE0emKfijS/X9rbbPtCpKMteQULcSmy3p1vywi6u9f83aLekfZvGlm/vyWKU7I5RgA9vutd34w8/nnVueveu79z08Zc/uqnKH13t8jsrKH+C8vLHX35ntcsfXe3yR1dw+OGHH3744Ycffvjhhx9++OHHwyc6HDdgYWHh7yws/J2/83f+zt/5O39nqX/ncDgc3u4fDofD4XA4HA5/5+/8nb/zd/7O35nz84WFP8+5sLDw9dfnvw5Adh2ePfzwww8//PDDDz+8vLy8KeXl5eVP8PgrKC8vLy8//PDDDz/c0gcADg4=","9":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAABwncJuAAAAAO8QcZMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAcJ3CbgEAAACo/1bgET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAcJ3CbgIAAADrgeKcCTufZmD+/7sBAYTZ5FMDo2u1B95y/fgwVv/5CXNzeAMg0VCv75qoz6ZpjN/fDKoZvX23O5SwO+9DenwHM//JqLfbbjIAOhUkxVUkALH8+qya4sNNsAzjeCMe/Ybf9Jv9pice3N/f3wcAWD4AAACAAGMMAMD3tPRosHgdzQ77x6DsNAxDTcc5MAH08PotnwDgce2y++qwPPlX54/XftYWybqYcrA83F//72n53CDHw2dZJYMKalJWVnVVF3kMRk/Fr3OnJvo6KTepV/zJ7ebx7Us9Ze7KtDu5v3lerLFhFWEJvEAF/iRU7nffA778tlSvddT1QUwBAJZHAQAAgABjFADA9f9OAHD2+yIAAAAAN7zs3//5F6/u+ziiZHmdGQcAAAAAReTXfD+vNiEAAAAAAIBhXqWv/N6tEHpx/knz++Vcenu7S6Qg6aEAPiXk7jc/HdP8tVTn26i3gpgCACyPBQAAAAKMpAAA9oUqAPDXvwMAAACAMNEKexRaLR1XczU0l+xQrEcFAAAAAJRUXqdU/1AAAAAAAIBUgR1ltksdxhyCgLYNSl+XhmEAnhVE+uIbuE9+f1XvzVeM6bM4Sfzz+Bln/Pj77wAA70AAAKMEGCErSTIA+I78Fd4qK5qpqKNl1cAd/cUiANTv8gCARDZYbBf/bJU3gyazou4hlW1dl3ly28yG9bd9Hc1u00VRd1X3EIIrgIh5yMx2+3ZkzRp+/0524CD33+hAxm8yABAY7AUms4L7r3VQG//+S9NZs7bH3U1sw8TzCPH4vjcMPZnMeDqPxw8nR9hw8+0dz+PjP/99fMRw882PfuRVtbx6ZcsvBjt23nksAbPl//47sk3m3LmZUIzHD0fxNQ85J53/Pi6uqXXWdrftNPugzPPff+PeQcGYbLUhDwDehEPKywWkmt9+07q3+FwAUT1xJA5vjlWm7p4VLRnu3PzAhyROJ3NlYLhrqd195uB5FYS2VduQnPWVxb4/xD5/zvfDD3Hl/MXvhx/iyvlV88MPrpxffT+MceX8fD+MaSUDMNOT544pmCBa11NJ9ZqqT2OEpWPl04pR/yIm/zHZi/ld/h//PImTn9bm4szi/+a19Ee8jyrN/ca+LQCkD+aDWGn+mfdbhGrfrn+JAbsvur95LX7Ynq0JrPFvqf2PxvsP+H6tGVw+o//NczX3fyl/f0x29517k7U+/8KzfQDJjVvGKBLmp1fMH8J+9+7du7O8Hd7u3w9tnN7enWXU4W0+JLjHX236t4eqXXZnebtwqKLyx1/B5G8PVfTox1/t94fD4UA2Tu/enXIe7t+/fyC7/eHH9055u/+//310QP09t+y1J+vmT33pS2c2+S7Rf/vf/XvecRx5/IXf/bufvQJd+9t/zw99x3Hu8e/+3V/27Lboxjt/8A9+x9ziqd/53V+2iujf9M533moMWe5/6swVNUqGu3vGKKa8f//+/RDj7d27sy63t/uHSh79+FnzfzvnOvzw7Levc2QBDg4=","*":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAAC0fMFwAAAAAKxAgE8BHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAtHzBcAEAAACRnqZfET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAtHzBcAIAAAAbCNR+Cjxd9Wln9f+eAQFM2cLZuAQfeeBNP+6f/H/ebqcWYAJpmcF5xBCcPs+4tqyuWDzpRPc0IetsJ/2dz4fqsQ2XMBswb7gnwRdcDeHZuIJ8w0/qwzcbD/Pd91Kb5/pxUNb49u6E4/+93Gnb/u2djNNvz53O+NfBXuWHqDbYFB8tfBV+/lu0o/+hcNmdaWsvKU3Lo0sdW9tKaWV0/R06F+/+PdfkBAAaJVT9TQTBxCHXjuGpL97JAhtaBsbT3/w3/xu/+f/v//ebv+MqKjgAknT//uXJyXTOAAAMFCykZBQAACGyCnOI82MaW8XzrKSHIf9HVYV+PTRNivyUj6OIDWdm8839ezvOdL7aHObLy2RtPTxPV15fc7r/XtfD54cffvjhWYBvX+cAoLjl66+//vrrr7/++nyjjsNPJelwdHR0dMxNe/aM2zNud3T27qz0pUyjsMLtcP/v/L8f/fvR/bf//Xv//tv8/fu/55DaIt5Y6UfMTv1x9nb2djqd+lPfOZdZaIjJ1MLXX3/99buvv/66VjZGzB5+8mRWBF4lJN53v8PKZs9KFN5BnyTAPjoCBwAFAAKMZBQAAAAAgCmWVF5pbVvpwvW/wD/eQFvJSFhum9d1rYqgvPiqyQocKQCwkrRupv/1Tq7N1Nn8iTyvkojK41oaa7P/Lp2XO5WU1arqABJ+AD4lJN8X3z8ms1WR6IfGhpIEGBwcBAAAAIBkjAEAAAAKQWSIbRSkC5Yo7GfL8PUgai9MUiu+Wu+fZa6A6krK57SOokjYwgRbUzykxqwrOUxt+4qHPPK9kB4jfR8Zj138FnaEonDBAgCeJSTS1Wt4Okl3R/Pwo9/LAhtM5tujIRanz86tLDVLSw3quq5ftmLSr/ec5xQxApQAwQ1JMgAo3PEifL3T7px8vHfa0//z/n2KruS6tVJ83OT8//yQgTxmBRJChFkErrE7YiDMmrX991/sHdQGCsD/ydg7KID/EQcOCvfff/8dSw+TyUQbct+Px5MPRyfYkc6dO2cyrIDGqXc/61lnBOIoPOjceceOkQy45Xc/61lnrfQcF4MdO92s88gA+f7+4Z8PHz5I6Mmdb380cxnAuTcfPhybhF3ud9Za9/5zonbbns6aNX+Y7fbteeuggzL8+2+kTcBvAL5jA/a32/Cto6DIpnE+vrNrLBxHdu0aqZPnzqYlDkdGrn9gT4xxePO2sTgy1e8PtfMXc35+HgPhDnzHOP98fH/4wVzJy/n5/WEMrpyffmgjOApg0RoMNaPv0vFD7GbhtGsmhQt7P+2dmNSY1m1BfSkbWuanh21ZG+7/Yo3VVkFprB1Ph8Ph8PBnffXfMh+Pxw/Xw8GggPbtKg5vbbX/v6fn59Pj4yfivl3wl//zGgTc8n/e6K/h/Z/n5+FNt+S6+VNnrtC5BGOt3f7w41neDoewkHU4hBjv3nvXRxWAevv3f/Nlt3dnfefcdOrn21PPnNlEMpVSJqN7bhmjlPufOXNFbcu61qPdH/jB7/jMmU89c7opdn/g7/l73nGvLAZb7n/qS7/72W1ouOeWvcaMjo5mFXP8hS996dkrdJBpOnrT22+1VxaX+0+fXlqq61rnw5vefqu9stjUdV0vnT79v/my2x9+fO/dqXPI7f5Tz5xuWp6Ojo6Ojo6mCq7D2/35QxHMTae306m9ycLCgqjs0RXYoV1Y0Mapww/n29cBDg4=","#":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAADa7NUXAAAAAGqqJRIBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAA2uzVFwEAAACtgpoiET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAA2uzVFwIAAADu/EL/CzVbS6Bibab/RgEBVNnQl0aAfmMPvOWnD4ex+ocDcwNQHACPlnE9zfXy/3/HIjbccAVs5a1uMnn44hj5H3VzZTNEAYVL4zLqY39g2ViaL7/I5bvz4WcElKl3d8vi2bm0Ln/7QePJt+d0+8ZoXrQacMIGVzODf4i+ufY9KMUk32ebEU7d2CgqU+ogeH7x01rRjpvlzH77yz1w/qwAVAnpfeNKmBfpbzC10/X/xJ2LCYUzud/YuW1M8w8SOHgD0yF7bnS246h8zMcOP4oen8J6On2miYapYj5PeoL++Qq9+/0/OM/HcwIAWiUk9U2kIH3y+KwuB9FTYRnq7rOfeLAdx7f+xm/+m//mP/QWAMDyAQAAAAQIMQoAIFYXW4vRiATfu7uqpedE7DT9ZaMPCfD0ZhgAcP///5/f93Oehqfte9x+PtfNvMvFls04XK62l/dtILND2tz/v+ftfDrutqvlbBr0TV3k0eX9119bh2dBSYOyWGM2SQ/yackRnmtwvhxHSHHqOIoaAB4lVF5374N9kmJ1LgqTkCTA4OAgAMDyCAAAAIAxCgAAAECkIUPsiHSCSaAAHlktAlD7UAEAWik0SdRwGW+2OougAACAoIy5vS5DRAEAAAAAGIvL6+7PrLanzF1/3UYEgg4AHiVUXnfv1ychV+eDKExCkgB3192BBWB5HAAAABBgjAIAAACA0/y09vZJcciOLcHp2yMB+NX/RAKAFyapFdfneF8+ayuKAAAAgr3J6na7qwAAAAAAAGDo+Tkv3ElrHuZv/6dZW1QlLFXGiqWLAH4VRPriH6xO+rWyhxqjGHFyMJ9Z8VA9O2cGcnqmpQAA7wAAQAFQxpOMAoAy1sVy6jdi0meQ3xgA7DevHgAwhlRP2+tlPZ/H93G9nLe5A6qYrBkMuq7v6/u5ux86qyk4YmO0grsrxtgB3JK9csZK7H/0nykgWfBvfCvyef8+19ZGRn6d/X9+NcaYe4yRmyZGxJMdX5yQ4Hxc6nzmHb87xX4ECZagBQAeZIPgxwesO8tv5rM0P3ElCOfVd8L4zq6xyHDXnjDU1vj80sPBFmiv/fnz72jaNtG2bVvb8xdfzs/L+USqAl5SQiQFAM8i4gjeYUP7kO8Pu5r+y5FvJqyj6y6Mv0OlVzPAZ1M/CPjPv98VumuP40b3ofX+dPjT3rzxA++4VzYd3TMmK2WaTXHYFAq7CUFVAXU4VNX2dgirXlpaquf7n3rm9NL+Z770pTNPf+F3/+4vnfnUF373lz379FNf+NKzzzz91BeefebS0ulnzlyql06fvn84HO7fP9R2OBwKWe18Zodbh4ePbqq4J2iq8sc/nU6n0+l0Op3e3p1Op7d3Z6fT6d270+n07t270+n08VfwBI+//Akef/nhhx9++ESHx6/bffv666+//vrPS11YWPjz31nq54e6sHCoCwsLX3/99dftwLcADg4="}')},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcDark.json":module=>{"use strict";module.exports=JSON.parse('{"breakpoints":{"keys":["xs","sm","md","lg","xl"],"values":{"lg":1280,"md":960,"sm":641,"xl":1920,"xs":0}},"opacity":{"12":0.12,"16":0.16,"24":0.24,"32":0.32,"40":0.4,"48":0.48,"56":0.56,"64":0.64,"72":0.72,"80":0.8,"88":0.88,"96":0.96,"08":0.08},"palette":{"action":{"grayDark":"#FFFFFF","grayLight":"#A0A2A9","primary":"#729AFF"},"avatar":{"ash":"#666666","blueberry":"#5A5ABF","brass":"#8E6B2B","global":"#6990FD","gold":"#7A7000","lake":"#1A70C1","oasis":"#04549F","pear":"#3C7E44","persimmon":"#A14B00","sage":"#047C68","tomato":"#C93637"},"content":{"brand":"#729AFF"},"danger":{"b01":"#391D19","b02":"#49241F","b03":"#D53C32","b04":"#D53C32","f01":"#49241F","f02":"#E68B85","f11":"#E68B85"},"dialHeader":{"avatarBg":"#6990FD","avatarIcon":"#FFFFFF","bg":"#383A43","focusBorder":"#729AFF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"#898B94"},"disabled":{"b01":"#44464E","f01":"#72747E","f02":"#54565E"},"error":{"main":"#DD6057"},"header":{"bgLeft":"#30323A","bgOverlay":"rgba(137,139,148,0.16)","bgOverlayDisabled":"rgba(137,139,148,0.08)","bgRight":"#30323A","border":"transparent","divider":"rgba(0,0,0,0.12)","fabBg":"#282A32","fabIcon":"#FFFFFF","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"#898B94"},"highContrast":"transparent","highlight":{"b01":"#FFFFFF","b02":"#3E2A19","b03":"#884C12","f01":"#FF8800","f02":"#FF8800"},"info":{"main":"#A0A2A9"},"informative":{"b01":"#282A32","f01":"#222E49","f02":"#729AFF"},"interactive":{"b01":"#29334C","b02":"#356AFD","f01":"#729AFF"},"label":{"black02":"#FFFFFF","blue01":"#729AFF","blue02":"#729AFF","green01":"#72B375","green02":"#72B375","orange01":"#FF8800","orange02":"#FF8800","purple01":"#A89CD6","purple02":"#A89CD6","red01":"#E68B85","red02":"#E68B85","teal01":"#71ADBA","teal02":"#71ADBA","yellow01":"#D99F26","yellow02":"#D99F26"},"nav":{"b01":"#1e2027","b02":"#282A32","bookmark":"#729AFF","ctlDefault":"#72747E","ctlSelected":"#729AFF","f01":"#898B94","f02":"#A0A2A9","f03":"#BCBDC2","f04":"#FFFFFF","iconDefault":"#FFFFFF","iconSelected":"#729AFF","line":"#383A43","mention":"#FF8800","menuBg":"#356AFD","menuText":"#FFFFFF"},"neutral":{"b01":"#1e2027","b02":"#30323A","b03":"#383A43","b04":"#72747E","b05":"#72747E","b06":"#1e2027","elevation":"#282A32","f01":"#FFFFFF","f02":"#72747E","f03":"#898B94","f04":"#A0A2A9","f05":"#BCBDC2","f06":"#FFFFFF","f07":"#1e2027","f11":"#FFFFFF","l01":"#1e2027","l02":"#383A43","l03":"#54565E","l04":"#A0A2A9","transparent":"transparent"},"presence":{"available":"#3D9A4A","busy":"#DD6057","invisible":"#72747E"},"primary":{"main":"#356AFD"},"secondary":{"main":"#884C12"},"subAction":"#729AFF","success":{"b01":"#1C281B","b02":"#223221","b03":"#368440","b04":"#368440","b05":"#A0A2A9","f01":"#223221","f02":"#72B375","f11":"#72B375","main":"#3D9A4A"},"tab":{"default":"#FFFFFF","selected":"#729AFF"},"type":"dark","umi":{"bg":"#72747E","mentioned":"#FF8800","text":"#FFFFFF"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#2B2416","b02":"#373D1B","b03":"#D99F26","f01":"#D99F26","f02":"#D99F26","f11":"#D99F26","main":"#74561D"}},"radius":{"circle":"50%","lg":"4px","md":"3px","round":"100vw","sm":"2px","xl":"8px","xxl":"16px","zero":"0px"},"shadows":["none","0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)","0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)","0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)","0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)","0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)","0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)","0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)","0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)","0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)","0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)","0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)","0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)","0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)","0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)","0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)","0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)","0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)","0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)"],"typography":{"body1":{"fontSize":"0.875rem","fontWeight":400,"lineHeight":"20px"},"body2":{"fontSize":"0.875rem","fontWeight":700,"lineHeight":"20px"},"button":{"fontSize":"0.9375rem","fontWeight":700,"lineHeight":"20px","textTransform":"none"},"caption1":{"fontSize":"0.75rem","fontWeight":400,"lineHeight":"16px"},"caption2":{"fontSize":"0.75rem","fontWeight":700,"lineHeight":"16px"},"codeFontFamily":"Courier","display1":{"fontSize":"2.125rem","fontWeight":400,"lineHeight":"40px"},"display2":{"fontSize":"2.8125rem","fontWeight":400,"lineHeight":"56px"},"display3":{"fontSize":"3.5rem","fontWeight":700,"lineHeight":"72px"},"display4":{"fontSize":"6rem","fontWeight":700,"lineHeight":"112px"},"fontFamily":"Lato, Helvetica, Arial, sans-serif","fontSize":14,"fontWeightBold":700,"fontWeightLight":300,"fontWeightMedium":500,"fontWeightRegular":400,"headline1":{"fontSize":"1.5rem","fontWeight":400,"lineHeight":"32px"},"headline2":{"fontSize":"1.5rem","fontWeight":700,"lineHeight":"32px"},"htmlFontSize":16,"subheading1":{"fontSize":"1rem","fontWeight":400,"lineHeight":"24px"},"subheading2":{"fontSize":"1rem","fontWeight":700,"lineHeight":"24px"},"title1":{"fontSize":"1.25rem","fontWeight":400,"lineHeight":"28px"},"title2":{"fontSize":"1.25rem","fontWeight":700,"lineHeight":"28px"}},"unit":"4px","overrides":{"MuiPaper":{"root":{"backgroundColor":"#282A32","color":"#FFFFFF"}}}}')},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json":module=>{"use strict";module.exports=JSON.parse('{"breakpoints":{"keys":["xs","sm","md","lg","xl"],"values":{"lg":1280,"md":960,"sm":641,"xl":1920,"xs":0}},"opacity":{"12":0.12,"16":0.16,"24":0.24,"32":0.32,"40":0.4,"48":0.48,"56":0.56,"64":0.64,"72":0.72,"80":0.8,"88":0.88,"96":0.96,"08":0.08},"overrides":{"MuiPaper":{"root":{"backgroundColor":"#000000","color":"#FFFFFF"},"elevation1":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation2":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation3":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation4":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation5":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation6":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation7":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation8":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation9":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation10":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation11":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation12":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation13":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation14":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation15":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation16":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation17":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation18":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation19":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation20":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation21":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation22":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation23":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation24":{"box-shadow":"0 0 0 1px #FFFFFF"}}},"palette":{"action":{"grayDark":"#FFFFFF","grayLight":"#FFFFFF","primary":"#35C6FF"},"avatar":{"ash":"#FFFFFF","blueberry":"#AE9CFF","brass":"#EBA800","global":"#84CCFF","gold":"#FEFF05","lake":"#12F7FF","oasis":"#00C5BE","pear":"#7FFF5D","persimmon":"#FF833B","sage":"#42FFA0","tomato":"#FF827A"},"content":{"brand":"#35C6FF"},"danger":{"b01":"#391D19","b02":"#49241F","b03":"#FF827A","b04":"#FF827A","f01":"#49241F","f02":"#FF827A","f11":"#FF827A"},"dialHeader":{"avatarBg":"#84CCFF","avatarIcon":"#FFFFFF","bg":"#000000","focusBorder":"#35C6FF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"#FFFFFF"},"disabled":{"b01":"#4D4D4D","f01":"#000000","f02":"#4D4D4D"},"error":{"main":"#DD6057"},"header":{"bgLeft":"#000000","bgOverlay":"rgba(255,255,255,0.16)","bgOverlayDisabled":"rgba(255,255,255,0.08)","bgRight":"#000000","border":"#FFFFFF","divider":"#FFFFFF","fabBg":"#000000","fabIcon":"#FFFFFF","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"#FFFFFF"},"highContrast":"#FFFFFF","highlight":{"b01":"#FFFFFF","b02":"#3E2A19","b03":"#884C12","f01":"#FFA43B","f02":"#FFA43B"},"info":{"main":"#FFFFFF"},"informative":{"b01":"#000000","f01":"#222E49","f02":"#35C6FF"},"interactive":{"b01":"#29334C","b02":"#35C6FF","f01":"#35C6FF"},"label":{"black02":"#FFFFFF","blue01":"#35C6FF","blue02":"#35C6FF","green01":"#7FFF5D","green02":"#7FFF5D","orange01":"#FFA43B","orange02":"#FFA43B","purple01":"#AE9CFF","purple02":"#AE9CFF","red01":"#FF827A","red02":"#FF827A","teal01":"#12F7FF","teal02":"#12F7FF","yellow01":"#FEFF05","yellow02":"#FEFF05"},"nav":{"b01":"#000000","b02":"#000000","bookmark":"#35C6FF","ctlDefault":"#FFFFFF","ctlSelected":"#35C6FF","f01":"#FFFFFF","f02":"#FFFFFF","f03":"#FFFFFF","f04":"#FFFFFF","iconDefault":"#FFFFFF","iconSelected":"#35C6FF","line":"#FFFFFF","mention":"#FFA43B","menuBg":"#35C6FF","menuText":"#000000"},"neutral":{"b01":"#000000","b02":"#000000","b03":"#000000","b04":"#FFFFFF","b05":"#FFFFFF","b06":"#000000","elevation":"#000000","f01":"#000000","f02":"#808080","f03":"#FFFFFF","f04":"#FFFFFF","f05":"#FFFFFF","f06":"#FFFFFF","f07":"#000000","f11":"#FFFFFF","l01":"#000000","l02":"#FFFFFF","l03":"#FFFFFF","l04":"#FFFFFF","transparent":"transparent"},"presence":{"available":"#7FFF5D","busy":"#FF827A","invisible":"#808080"},"primary":{"main":"#35C6FF"},"secondary":{"main":"#884C12"},"subAction":"#35C6FF","success":{"b01":"#1C281B","b02":"#223221","b03":"#7FFF5D","b04":"#7FFF5D","b05":"#FFFFFF","f01":"#223221","f02":"#7FFF5D","f11":"#7FFF5D","main":"#3D9A4A"},"tab":{"default":"#FFFFFF","selected":"#35C6FF"},"type":"dark","umi":{"bg":"#FFFFFF","mentioned":"#FFA43B","text":"#000000"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#2B2416","b02":"#373D1B","b03":"#FEFF05","f01":"#FEFF05","f02":"#FEFF05","f11":"#FEFF05","main":"#74561D"}},"radius":{"circle":"50%","lg":"4px","md":"3px","round":"100vw","sm":"2px","xl":"8px","xxl":"16px","zero":"0px"},"shadows":["none","0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)","0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)","0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)","0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)","0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)","0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)","0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)","0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)","0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)","0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)","0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)","0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)","0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)","0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)","0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)","0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)","0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)","0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)"],"typography":{"body1":{"fontSize":"0.875rem","fontWeight":400,"lineHeight":"20px"},"body2":{"fontSize":"0.875rem","fontWeight":700,"lineHeight":"20px"},"button":{"fontSize":"0.9375rem","fontWeight":700,"lineHeight":"20px","textTransform":"none"},"caption1":{"fontSize":"0.75rem","fontWeight":400,"lineHeight":"16px"},"caption2":{"fontSize":"0.75rem","fontWeight":700,"lineHeight":"16px"},"codeFontFamily":"Courier","display1":{"fontSize":"2.125rem","fontWeight":400,"lineHeight":"40px"},"display2":{"fontSize":"2.8125rem","fontWeight":400,"lineHeight":"56px"},"display3":{"fontSize":"3.5rem","fontWeight":700,"lineHeight":"72px"},"display4":{"fontSize":"6rem","fontWeight":700,"lineHeight":"112px"},"fontFamily":"Lato, Helvetica, Arial, sans-serif","fontSize":14,"fontWeightBold":700,"fontWeightLight":300,"fontWeightMedium":500,"fontWeightRegular":400,"headline1":{"fontSize":"1.5rem","fontWeight":400,"lineHeight":"32px"},"headline2":{"fontSize":"1.5rem","fontWeight":700,"lineHeight":"32px"},"htmlFontSize":16,"subheading1":{"fontSize":"1rem","fontWeight":400,"lineHeight":"24px"},"subheading2":{"fontSize":"1rem","fontWeight":700,"lineHeight":"24px"},"title1":{"fontSize":"1.25rem","fontWeight":400,"lineHeight":"28px"},"title2":{"fontSize":"1.25rem","fontWeight":700,"lineHeight":"28px"}},"unit":"4px"}')},"./packages/juno-core/src/foundation/theme/assets/breakpoints.json":module=>{"use strict";module.exports=JSON.parse('{"keys":["xs","sm","md","lg","xl"],"values":{"xs":0,"sm":641,"md":960,"lg":1280,"xl":1920}}')},"./packages/juno-core/src/foundation/theme/assets/opacity.json":module=>{"use strict";module.exports=JSON.parse('{"12":0.12,"16":0.16,"24":0.24,"32":0.32,"40":0.4,"48":0.48,"56":0.56,"64":0.64,"72":0.72,"80":0.8,"88":0.88,"96":0.96,"08":0.08}')},"./packages/juno-core/src/foundation/theme/assets/palette.dark.json":module=>{"use strict";module.exports=JSON.parse('{"action":{"grayDark":"#FFFFFF","grayLight":"#A0A2A9","primary":"#729AFF"},"avatar":{"ash":"#666666","blueberry":"#5A5ABF","brass":"#8E6B2B","global":"#6990FD","gold":"#7A7000","lake":"#1A70C1","oasis":"#04549F","pear":"#3C7E44","persimmon":"#A14B00","sage":"#047C68","tomato":"#C93637"},"content":{"brand":"#729AFF"},"danger":{"b01":"#391D19","b02":"#49241F","b03":"#D53C32","b04":"#D53C32","f01":"#49241F","f02":"#E68B85","f11":"#E68B85"},"dialHeader":{"avatarBg":"#6990FD","avatarIcon":"#FFFFFF","bg":"#383A43","focusBorder":"#729AFF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"#898B94"},"disabled":{"b01":"#44464E","f01":"#72747E","f02":"#54565E"},"error":{"main":"#DD6057"},"header":{"bgLeft":"#30323A","bgOverlay":"rgba(137,139,148,0.16)","bgOverlayDisabled":"rgba(137,139,148,0.08)","bgRight":"#30323A","border":"transparent","divider":"rgba(0,0,0,0.12)","fabBg":"#282A32","fabIcon":"#FFFFFF","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"#898B94"},"highContrast":"transparent","highlight":{"b01":"#FFFFFF","b02":"#3E2A19","b03":"#884C12","f01":"#FF8800","f02":"#FF8800"},"info":{"main":"#A0A2A9"},"informative":{"b01":"#282A32","f01":"#222E49","f02":"#729AFF"},"interactive":{"b01":"#29334C","b02":"#356AFD","f01":"#729AFF"},"label":{"black02":"#FFFFFF","blue01":"#729AFF","blue02":"#729AFF","green01":"#72B375","green02":"#72B375","orange01":"#FF8800","orange02":"#FF8800","purple01":"#A89CD6","purple02":"#A89CD6","red01":"#E68B85","red02":"#E68B85","teal01":"#71ADBA","teal02":"#71ADBA","yellow01":"#D99F26","yellow02":"#D99F26"},"nav":{"b01":"#1e2027","b02":"#282A32","bookmark":"#729AFF","ctlDefault":"#72747E","ctlSelected":"#729AFF","f01":"#898B94","f02":"#A0A2A9","f03":"#BCBDC2","f04":"#FFFFFF","iconDefault":"#FFFFFF","iconSelected":"#729AFF","line":"#383A43","mention":"#FF8800","menuBg":"#356AFD","menuText":"#FFFFFF"},"neutral":{"b01":"#1e2027","b02":"#30323A","b03":"#383A43","b04":"#72747E","b05":"#72747E","b06":"#1e2027","elevation":"#282A32","f01":"#FFFFFF","f02":"#72747E","f03":"#898B94","f04":"#A0A2A9","f05":"#BCBDC2","f06":"#FFFFFF","f07":"#1e2027","f11":"#FFFFFF","l01":"#1e2027","l02":"#383A43","l03":"#54565E","l04":"#A0A2A9","transparent":"transparent"},"presence":{"available":"#3D9A4A","busy":"#DD6057","invisible":"#72747E"},"primary":{"main":"#356AFD"},"secondary":{"main":"#884C12"},"subAction":"#729AFF","success":{"b01":"#1C281B","b02":"#223221","b03":"#368440","b04":"#368440","b05":"#A0A2A9","f01":"#223221","f02":"#72B375","f11":"#72B375","main":"#3D9A4A"},"tab":{"default":"#FFFFFF","selected":"#729AFF"},"type":"dark","umi":{"bg":"#72747E","mentioned":"#FF8800","text":"#FFFFFF"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#2B2416","b02":"#373D1B","b03":"#D99F26","f01":"#D99F26","f02":"#D99F26","f11":"#D99F26","main":"#74561D"}}')},"./packages/juno-core/src/foundation/theme/assets/palette.light.json":module=>{"use strict";module.exports=JSON.parse('{"action":{"grayDark":"#494949","grayLight":"#666666","primary":"#066FAC"},"avatar":{"ash":"#666666","blueberry":"#5A5ABF","brass":"#8E6B2B","global":"#509AC4","gold":"#7A7000","lake":"#1A70C1","oasis":"#04549F","pear":"#3C7E44","persimmon":"#A14B00","sage":"#047C68","tomato":"#C93637"},"content":{"brand":"#066FAC"},"danger":{"b01":"#FFF7F5","b02":"#FFE5E0","b03":"#E6413C","b04":"#D63E39","f01":"#FFE5E0","f02":"#BE3933","f11":"#F88878"},"dialHeader":{"avatarBg":"#FFFFFF","avatarIcon":"#066FAC","bg":"#066FAC","focusBorder":"#FFFFFF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"rgba(255,255,255,0.88)"},"disabled":{"b01":"#E5E5E5","f01":"#939393","f02":"#C7C7C7"},"error":{"main":"#D63E39"},"header":{"bgLeft":"#066FAC","bgOverlay":"rgba(255,255,255,0.16)","bgOverlayDisabled":"rgba(255,255,255,0.08)","bgRight":"#509AC4","border":"transparent","divider":"rgba(0,0,0,0.12)","fabBg":"#FFFFFF","fabIcon":"#121212","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"rgba(255,255,255,0.48)"},"highContrast":"transparent","highlight":{"b01":"#FF8800","b02":"#FFDFB1","b03":"#FF8800","f01":"#121212","f02":"#FF8800"},"info":{"main":"#666666"},"informative":{"b01":"#F6F9FC","f01":"#E3EBF4","f02":"#066FAC"},"interactive":{"b01":"#E6F2F8","b02":"#066FAC","f01":"#066FAC"},"label":{"black02":"#121212","blue01":"#066FAC","blue02":"#066FAC","green01":"#3C9949","green02":"#32773B","orange01":"#CD6E0D","orange02":"#A15600","purple01":"#8A77E3","purple02":"#6C5DAF","red01":"#E6413C","red02":"#BE3933","teal01":"#3093A4","teal02":"#2B727F","yellow01":"#B17D1A","yellow02":"#896219"},"nav":{"b01":"#FFFFFF","b02":"#F9F9F9","bookmark":"#066FAC","ctlDefault":"#939393","ctlSelected":"#066FAC","f01":"#757575","f02":"#666666","f03":"#494949","f04":"#121212","iconDefault":"#121212","iconSelected":"#066FAC","line":"#E5E5E5","mention":"#FF8800","menuBg":"#066FAC","menuText":"#FFFFFF"},"neutral":{"b01":"#FFFFFF","b02":"#F9F9F9","b03":"#F3F3F3","b04":"#666666","b05":"#494949","b06":"#000000","elevation":"#FFFFFF","f01":"#FFFFFF","f02":"#939393","f03":"#757575","f04":"#666666","f05":"#494949","f06":"#121212","f07":"#121212","f11":"#FFFFFF","l01":"#FFFFFF","l02":"#E5E5E5","l03":"#C7C7C7","l04":"#666666","transparent":"transparent"},"presence":{"available":"#3C9949","busy":"#E6413C","invisible":"#939393"},"primary":{"main":"#066FAC"},"secondary":{"main":"#FF8800"},"subAction":"#066FAC","success":{"b01":"#F0FCEF","b02":"#CEF4CE","b03":"#3C9949","b04":"#368541","b05":"#3C9949","f01":"#CEF4CE","f02":"#32773B","f11":"#46BE59","main":"#368541"},"tab":{"default":"#121212","selected":"#066FAC"},"type":"light","umi":{"bg":"#666666","mentioned":"#FF8800","text":"#FFFFFF"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#FFF7EB","b02":"#FFE7C1","b03":"#F6AD16","f01":"#F6AD16","f02":"#896219","f11":"#F6AD16","main":"#F6AD16"}}')},"./packages/juno-core/src/foundation/theme/assets/radius.json":module=>{"use strict";module.exports=JSON.parse('{"circle":"50%","lg":"4px","md":"3px","round":"100vw","sm":"2px","xl":"8px","xxl":"16px","zero":"0px"}')},"./packages/juno-core/src/foundation/theme/assets/shadows.json":module=>{"use strict";module.exports=JSON.parse('["none","0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)","0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)","0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)","0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)","0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)","0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)","0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)","0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)","0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)","0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)","0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)","0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)","0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)","0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)","0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)","0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)","0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)","0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)"]')},"./packages/juno-core/src/foundation/theme/assets/shape.json":module=>{"use strict";module.exports={borderRadius:4}},"./packages/juno-core/src/foundation/theme/assets/transition.json":module=>{"use strict";module.exports=JSON.parse('{"duration":{"complex":375,"enteringScreen":225,"leavingScreen":195,"short":250,"shorter":200,"shortest":150,"standard":300},"easing":{"easeIn":"cubic-bezier(0.4, 0, 1, 1)","easeInOut":"cubic-bezier(0.4, 0, 0.2, 1)","easeOut":"cubic-bezier(0.0, 0, 0.2, 1)","sharp":"cubic-bezier(0.4, 0, 0.6, 1)"}}')},"./packages/juno-core/src/foundation/theme/assets/typography.json":module=>{"use strict";module.exports=JSON.parse('{"body1":{"fontSize":"0.875rem","fontWeight":400,"lineHeight":"20px"},"body2":{"fontSize":"0.875rem","fontWeight":700,"lineHeight":"20px"},"button":{"fontSize":"0.9375rem","fontWeight":700,"lineHeight":"20px","textTransform":"none"},"caption1":{"fontSize":"0.75rem","fontWeight":400,"lineHeight":"16px"},"caption2":{"fontSize":"0.75rem","fontWeight":700,"lineHeight":"16px"},"codeFontFamily":"Courier","display1":{"fontSize":"2.125rem","fontWeight":400,"lineHeight":"40px"},"display2":{"fontSize":"2.8125rem","fontWeight":400,"lineHeight":"56px"},"display3":{"fontSize":"3.5rem","fontWeight":700,"lineHeight":"72px"},"display4":{"fontSize":"6rem","fontWeight":700,"lineHeight":"112px"},"fontFamily":"Lato, Helvetica, Arial, sans-serif","fontSize":14,"fontWeightBold":700,"fontWeightLight":300,"fontWeightMedium":500,"fontWeightRegular":400,"headline1":{"fontSize":"1.5rem","fontWeight":400,"lineHeight":"32px"},"headline2":{"fontSize":"1.5rem","fontWeight":700,"lineHeight":"32px"},"htmlFontSize":16,"subheading1":{"fontSize":"1rem","fontWeight":400,"lineHeight":"24px"},"subheading2":{"fontSize":"1rem","fontWeight":700,"lineHeight":"24px"},"title1":{"fontSize":"1.25rem","fontWeight":400,"lineHeight":"28px"},"title2":{"fontSize":"1.25rem","fontWeight":700,"lineHeight":"28px"}}')},"./packages/juno-core/src/foundation/theme/assets/zIndex.json":module=>{"use strict";module.exports=JSON.parse('{"appBar":1100,"drawer":1200,"mobileStepper":1000,"modal":1300,"snackbar":1400,"speedDial":1050,"tooltip":1500}')},"./packages/juno-core/src/foundation/theme/options.json":module=>{"use strict";module.exports=JSON.parse('{"brandThemeFile":"theme","basePath":"/theme/"}')},"./packages/juno-icon/devUtils/iconJsonSymbol.json":module=>{"use strict";module.exports=JSON.parse('{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M934.419 509.856l-0.038 1.603 0.045 1.603c0.074 2.787 0.102 6.422 0.102 10.49 0 76.842-18.813 149.088-52.042 212.528l-0.074-0.042c-34.486 61.536-83.613 110.682-142.605 144.061l-1.709 0.88-0.605 0.33c-61.408 33.299-135.085 53.155-213.85 53.155-3.658 0-7.136-0.029-10.47-0.106l-1.578-0.035-1.574 0.042c-2.589 0.070-5.942 0.099-9.674 0.099-77.13 0-149.613-19.075-213.17-52.701l0.035-0.064c-61.444-34.33-110.555-83.267-144.028-142.035l-0.786-1.526-0.272-0.506c-32.995-61.376-52.691-134.906-52.691-213.44 0-3.613 0.055-7.318 0.141-11.254l0.025-1.155-0.017-1.155c-0.030-2.099-0.053-4.39-0.053-6.595 0-79.043 20.382-153.117 56.128-217.471l0.064 0.034c33.305-60.941 81.233-109.741 138.952-143.052l1.386-0.724 0.431-0.234c61.41-33.329 135.077-53.209 213.79-53.209 3.706 0 7.226 0.029 10.634 0.107l1.069 0.025 1.072-0.012c78.266-0.835 155.456 18.522 224.176 56.145l0.032 0.018c61.107 33.408 109.971 81.428 143.277 139.276l0.707 1.312 0.202 0.37c33.245 60.779 53.107 133.714 53.107 211.72 0 3.782-0.048 7.629-0.141 11.52zM938.339 767.376l0.838-1.59c37.92-72.397 59.35-154.81 59.35-242.234 0-4.288-0.032-8.573-0.128-12.189 0.102-4.326 0.16-8.678 0.16-13.027 0-88.8-22.592-172.288-60.96-242.433l-1.12-2.080c-39.264-68.544-96.928-125.184-168.512-164.32-78.317-42.878-166.323-64.956-255.59-64.004-4.029-0.092-8.061-0.124-12.093-0.124-89.408 0-173.568 22.56-244.319 60.96l-2.080 1.088c-67.479 38.654-123.452 95.14-162.484 165.154l-0.442 0.794-1.394 2.532 1.344-2.56-1.409 2.526-0.259 0.468c-40.597 73.417-63.708 157.846-63.708 247.696 0 2.627 0.028 5.254 0.060 7.504-0.092 4.208-0.156 8.416-0.156 12.656 0 89.152 22.336 173.088 60.32 243.744l1.12 2.176c38.676 68.416 95.272 125.35 165.556 165.443l0.884 0.506c0.891 0.506 1.785 1.008 2.68 1.507l-2.752-1.376 2.713 1.456 1.294 0.688c72.549 38.381 155.279 60.128 243.096 60.128 3.987 0 7.971-0.032 11.37-0.122 3.955 0.090 7.942 0.122 11.926 0.122 89.44 0 173.603-22.528 244.355-60.896l2.176-1.12c68.602-38.544 125.68-95.094 165.926-165.347l0.598-1.043c0.515-0.909 1.030-1.818 1.539-2.73l-1.376 2.816 1.475-2.768zM469.728 737.283c5.386 18.422 21.77 30.541 41.667 30.717h1.21c19.898-0.176 36.282-12.294 41.667-30.717l18.502-64.32c14.035-48.643 51.040-86.086 99.526-99.84l64.118-18.563c18.502-5.443 31.581-22.723 31.581-42.24 0-19.523-13.078-36.803-31.901-42.243l-64.118-18.237c-48.49-14.080-85.814-51.2-99.53-99.84l-18.502-64.322c-5.408-18.508-22.554-31.607-41.949-31.678-19.395 0.071-36.541 13.17-41.949 31.678l-18.502 64.322c-13.715 48.64-51.040 85.76-99.53 99.84l-64.119 18.237c-18.822 5.44-31.9 22.72-31.9 42.243 0 19.517 13.078 36.797 31.58 42.24l64.119 18.563c48.486 13.754 85.491 51.197 99.526 99.84l18.502 64.32zM512.17 652.221l-0.17-0.566-0.17 0.566c-20.352-66.874-71.782-119.331-139.344-139.699 66.829-20.326 119.094-71.811 139.514-139.232 20.419 67.421 72.685 118.906 139.514 139.232-67.562 20.368-118.992 72.826-139.344 139.699z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["home_border"]},"attrs":[{}],"properties":{"order":1191,"id":714,"name":"home_border","prevSize":32},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M904.174 161.085c-33.673-22.334-73.114-33.068-117.426-33.068l-60.29-0.017c-26.6 0-46.458 16.092-46.458 41.856v254.392c0 25.782 19.88 39.752 46.458 39.752h60.273c43.865 0 84.196-12.025 117.869-34.783 33.695-23.607 55.401-82.528 55.401-135.348 0-51.971-21.706-110.874-55.826-132.784zM736 184h40.482c87.287 0 127.518 35.601 127.518 107.171s-39.071 116.829-127.518 116.829h-40.482v-224zM326.358 179.863c-10.443-19.097-25.17-33.097-44.152-42.001l-0.056 0.028c-18.982-8.904-39.141-11.844-59.719-8.624-15.399 2.408-34.017 9.128-56.499 20.049-22.034 10.696-39.057 20.973-51.18 31.081-26.15 21.925-41.968 51.605-47.68 88.174-5.935 34.581-3.248 73.614 7.867 116.847 10.919 42.449 29.761 87.894 56.499 136.364 26.598 48.721 60.811 98.115 102.583 148.152 31.693 37.269 63.834 70.506 96.536 99.823l12.067 10.948c28.194 25.089 56.667 46.873 85.225 65.158 32.925 21.085 65.262 37.297 97.040 48.637 32.589 11.62 63.918 17.5 93.96 17.5 18.534 0 35.641-2.436 51.208-7.392 15.931-5.068 30.125-12.74 42.444-22.905l4.508-3.556c10.723-8.82 22.93-21.477 36.257-37.605 15.455-18.733 25.87-34.553 31.273-47.965l2.436-5.432c5.851-14.756 6.663-31.529 2.072-48.805-5.068-19.153-15.987-35.701-32.393-49.197l-31.609-26.265-26.514-22.513-12.851-11.172c-18.030-15.848-35.445-31.669-52.215-47.517-13.467-14.42-32.533-23.353-55.015-25.341-21.782-1.932-42.304 2.66-60.727 13.524-7.139 4.788-12.487 8.988-17.274 13.356l-1.372 1.26-7.615 7.42-7.111 7.364-2.38 2.996-2.24 2.212-6.103 6.692c-2.408-1.064-5.348-2.576-8.735-4.452-8.819-4.9-18.842-12.292-29.901-22.149-11.395-10.164-23.826-23.157-37.181-38.949-12.347-14.756-22.538-28.477-30.517-41.021-7.783-12.236-13.383-23.045-16.855-32.313l-2.744-7.224c-1.12-3.22-1.876-5.908-2.324-8.12 1.204-0.616 2.548-1.26 4.032-1.876l1.26-0.616 4.984-2.744 4.788-2.324c2.212-1.064 4.228-2.352 6.103-3.836 5.32-2.912 10.163-5.852 14.531-8.848 4.9-3.36 9.631-7 14.223-10.892 16.071-16.184 24.806-33.629 27.354-53.202 2.604-19.881-2.016-38.949-13.607-56.478-18.506-26.741-34.241-50.877-47.484-72.83-13.215-21.897-24.946-43.037-35.193-63.422zM190.413 199.689c18.227-8.847 31.835-13.691 40.626-15.063l0.056-0.028c9.548-1.484 18.395-0.224 27.327 3.976l3.36 1.764c6.44 3.752 11.368 8.931 15.483 16.462 9.996 19.99 22.427 42.388 36.37 65.458 13.915 23.042 30.295 48.155 49.362 75.733 3.612 5.487 4.956 11.059 4.116 17.386l-0.56 3.052c-1.176 5.012-3.612 9.659-8.092 14.783l-1.372 1.456-2.856 2.324-4.9 3.556c-2.716 1.876-5.936 3.836-9.688 5.879l-4.004 2.408-1.4 1.008-3.108 1.512-4.984 2.744-7 3.36c-21.923 11.619-33.571 36.228-28.699 60.53 1.568 7.867 4.284 16.042 8.176 25.561l2.044 5.123c4.816 11.367 11.284 23.322 19.347 36.004 9.38 14.727 21.027 30.377 34.803 46.867 15.147 17.89 29.315 32.729 42.866 44.824 13.831 12.319 27.103 22.146 39.982 29.313 4.592 2.548 8.876 4.732 12.851 6.523 22.063 9.995 48.046 4.676 64.397-13.215l4.396-4.816 4.452-4.536 2.52-2.912 1.008-1.316 6.356-6.467 4.48-4.256 2.212-1.932c1.54-1.288 3.276-2.604 5.292-4.060l1.372-0.98 3.332-1.764c7.084-3.248 14.671-4.508 23.155-3.752 8.988 0.812 15.203 3.668 19.067 7.811l2.464 2.464 17.471 16.294c11.787 10.863 23.855 21.726 36.202 32.561l13.187 11.479 22.875 19.458 36.258 30.181c7.56 6.215 11.871 12.767 13.887 20.326 1.708 6.467 1.316 11.255-0.476 14.839l-2.968 6.607c-3.416 7.083-10.472 17.47-21.419 30.713-12.655 15.314-23.435 26.205-31.135 31.973l-4.34 3.36c-7.112 5.207-13.831 8.539-21.503 10.975-9.828 3.136-21.195 4.76-34.243 4.76-23.267 0-48.298-4.676-75.149-14.251-27.579-9.827-56.11-24.162-85.648-43.060-29.679-19.010-59.581-42.416-89.428-70.049-31.443-28.193-61.821-59.606-91.92-94.995-39.226-46.979-71.341-93.371-96.092-138.698-24.723-44.824-41.746-85.952-51.406-123.468-9.296-36.116-11.396-67.277-6.916-93.427 3.836-24.582 13.159-41.884 28.503-54.763 7.896-6.579 21.139-14.615 39.646-23.602zM624 156c0-15.456-12.544-28-28-28s-28 12.544-28 28v280c0 15.456 12.544 28 28 28s28-12.544 28-28v-280z"],"tags":["ID_border"]},"attrs":[{}],"properties":{"id":713,"name":"ID_border","order":1190,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 273.067c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0zM682.667 170.667c0 0.010 0 0.023 0 0.035 0 82.174-58.076 150.784-135.422 167.023l-1.111 0.195v139.947h170.667c94.257 0 170.667 76.41 170.667 170.667v0 37.547c78.458 16.435 136.533 85.045 136.533 167.218 0 94.257-76.41 170.667-170.667 170.667s-170.667-76.41-170.667-170.667c0-82.174 58.076-150.784 135.422-167.023l1.111-0.195v-37.547c0-56.554-45.846-102.4-102.4-102.4v0h-409.6c-56.554 0-102.4 45.846-102.4 102.4v0 37.547c78.458 16.435 136.533 85.045 136.533 167.218 0 94.257-76.41 170.667-170.667 170.667s-170.667-76.41-170.667-170.667c0-82.174 58.076-150.784 135.422-167.023l1.111-0.195v-37.547c0-94.257 76.41-170.667 170.667-170.667v0h170.667v-139.947c-78.458-16.435-136.533-85.045-136.533-167.218 0-94.257 76.41-170.667 170.667-170.667 94.244 0 170.647 76.39 170.667 170.63l0 0.002zM170.667 955.733c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0zM750.933 853.333c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4v0c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4v0z"],"tags":["workflow-outlined"]},"attrs":[{}],"properties":{"code":60410,"id":712,"name":"workflow-outlined","order":1186,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c0 0.010 0 0.021 0 0.033 0 77.038-54.446 141.36-126.958 156.584l-1.042 0.183v131.2h160c88.366 0 160 71.634 160 160v0 35.2c73.554 15.408 128 79.729 128 156.767 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-77.038 54.446-141.36 126.958-156.584l1.042-0.183v-35.2c0-53.019-42.981-96-96-96v0h-384c-53.019 0-96 42.981-96 96v0 35.2c73.554 15.408 128 79.729 128 156.767 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-77.038 54.446-141.36 126.958-156.584l1.042-0.183v-35.2c0-88.366 71.634-160 160-160v0h160v-131.2c-73.554-15.408-128-79.729-128-156.767 0-88.366 71.634-160 160-160 88.354 0 159.981 71.616 160 159.966l0 0.002z"],"tags":["workflow-filled"]},"attrs":[{}],"properties":{"code":60411,"id":711,"name":"workflow-filled","order":594,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M810.667 128c47.128 0 85.333 38.205 85.333 85.333v85.333h-64v-85.333c0-10.473-7.547-19.183-17.499-20.99l-3.835-0.344h-597.333c-10.473 0-19.183 7.547-20.99 17.499l-0.344 3.835v426.667c0 10.473 7.547 19.183 17.499 20.99l3.835 0.344h153.732l144.935 149.845 144.935-149.845h153.732c10.473 0 19.183-7.547 20.99-17.499l0.344-3.835v-85.333h64v85.333c0 47.128-38.205 85.333-85.333 85.333h-126.592l-157.245 162.585c-7.529 7.28-19.036 7.911-27.253 2.012l-2.913-2.518-156.739-162.079h-126.592c-47.128 0-85.333-38.205-85.333-85.333v-426.667c0-47.128 38.205-85.333 85.333-85.333h597.333zM620.325 276.069c11.346 11.376 12.355 29.155 3.044 41.67l-3.103 3.585-73.578 73.343h445.312c17.673 0 32 14.327 32 32s-14.327 32-32 32h-436.651l63.227 54.535c12.163 10.497 14.496 28.151 6.144 41.327l-2.827 3.807c-10.497 12.163-28.151 14.496-41.327 6.144l-3.807-2.827-112.789-97.424c-0.266-0.255-0.583-0.565-1.057-1.029-19.414-19.465-20.67-50.179-3.795-71.099l3.894-4.325 112.058-111.766c12.513-12.48 32.774-12.454 45.255 0.059z"],"tags":["view-in-conversation-thread"]},"attrs":[{}],"properties":{"code":60407,"id":710,"name":"view-in-conversation-thread","order":595,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M818.592 37.344c-2.368-7.104-14.208-7.104-15.776 0l-13.408 45.856c-11.808 41.92-44.128 74.336-86.688 86.976l-37.808 11.085c-6.422 1.821-14.224 4.034-14.224 10.259 0 3.936 2.368 7.104 6.304 7.904l45.728 13.44c41.76 11.872 74.080 44.288 86.688 86.976l10.464 35.808c0.224 0.672 0.416 1.376 0.608 2.112 1.789 6.426 3.974 14.272 10.208 14.272 3.936 0 7.072-2.368 7.872-6.336l13.408-45.856c11.808-41.92 44.128-74.336 86.688-86.976l37.76-11.072c6.4-1.792 14.272-4.032 14.272-10.272 0-3.936-2.368-7.104-6.304-7.904l-45.696-13.44c-41.76-11.872-74.080-44.288-86.688-86.976l-13.408-45.856z","M512 160c-194.404 0-352 157.596-352 352s157.596 352 352 352c194.403 0 352-157.597 352-352 0-18.451-1.418-36.547-4.141-54.195-2.698-17.466 9.274-33.811 26.742-36.509 17.466-2.698 33.811 9.277 36.506 26.742 3.222 20.867 4.893 42.23 4.893 63.962 0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416 21.731 0 43.094 1.669 63.962 4.891 17.466 2.697 29.437 19.042 26.739 36.508-2.694 17.466-19.040 29.439-36.506 26.742-17.648-2.725-35.747-4.141-54.195-4.141z","M672 512.003c0 88.365-71.635 160-160 160s-160-71.635-160-160c0-88.368 71.635-160 160-160s160 71.632 160 160z"],"tags":["recording-insights"]},"attrs":[{},{},{}],"properties":{"code":60403,"id":709,"name":"recording-insights","order":596,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M270.040 188.567l538.369 597.929c13.523 15.021 12.288 38.144-2.688 51.67s-38.144 12.288-51.67-2.688l-69.632-77.354-1.706-0.813c-6.573-3.411-12.928-7.978-19.030-13.651-7.126-7.126-12.458-14.976-16-23.638l-1.664-4.566-140.97-156.458c-2.989-0.854-5.846-1.878-8.621-3.158-8.362-3.795-16.384-9.258-24.019-16.384-7.126-7.123-12.589-14.976-16.384-23.635-2.349-5.293-3.968-10.88-4.864-16.726l-128.045-142.166c-6.954-0.723-13.439-2.346-19.498-4.906-8.363-3.542-16.384-8.874-24.021-16s-13.227-14.976-16.768-23.637c-3.541-8.619-5.333-18.048-5.333-28.203v-0.171l-41.899-46.507c-13.525-15.019-12.288-38.144 2.688-51.669s38.144-12.288 51.669 2.688l0.085 0.043zM332.25 617.92c10.666 0 20.179 1.792 28.586 5.334s16.384 8.874 24.022 16c7.123 7.126 12.458 14.976 16 23.638 3.539 8.659 5.331 18.048 5.331 28.202 0 10.666-1.92 20.182-5.715 28.586-3.798 8.406-9.005 16.384-15.616 24.022-7.126 7.638-14.976 13.098-23.638 16.384s-18.304 4.95-28.97 4.95c-10.157 0-19.414-1.792-27.82-5.334s-16.384-8.874-24.021-16c-7.637-7.126-13.099-14.976-16.384-23.638-3.285-8.659-4.949-18.304-4.949-28.97 0-10.154 1.792-19.414 5.333-27.818 3.541-8.406 8.875-16.384 16-24.022s14.976-13.098 23.637-16.384c8.661-3.286 18.047-4.95 28.204-4.95zM524.25 617.92c10.154 0 19.411 1.792 27.818 5.334s16.384 8.874 24.022 16c7.635 7.126 13.226 14.976 16.768 23.638 3.539 8.659 5.331 18.048 5.331 28.202 0 10.666-1.92 20.182-5.715 28.586-3.798 8.406-9.261 16.384-16.384 24.022-7.126 7.638-14.976 13.098-23.638 16.384s-18.048 4.95-28.202 4.95c-10.157 0-19.414-1.792-27.821-5.334-8.403-3.542-16.384-8.874-24.019-16-7.126-7.126-12.589-14.976-16.384-23.638-3.798-8.659-5.718-18.304-5.718-28.97 0-10.154 1.92-19.414 5.718-27.818 3.795-8.406 9.258-16.384 16.384-24.022 7.123-7.126 14.976-12.458 23.635-16 8.662-3.542 18.048-5.334 28.205-5.334zM716.25 617.92c10.154 0 19.411 1.792 27.818 5.334s16.384 8.874 24.022 16c7.635 7.126 13.098 14.976 16.384 23.638 3.283 8.659 4.947 18.048 4.947 28.202 0 7.21-0.81 13.952-2.432 20.138l-83.242-92.416c4.010-0.554 8.192-0.81 12.544-0.81l-0.042-0.086zM331.482 413.718c10.154 0 19.411 1.92 27.818 5.718 8.406 3.795 16.384 9.258 24.022 16.384 7.635 7.635 13.226 15.616 16.768 24.019 3.539 8.406 5.331 17.664 5.331 27.821 0 10.154-1.92 19.411-5.715 27.818-3.798 8.406-9.261 16.384-16.384 24.022-7.126 7.635-14.976 13.226-23.638 16.768-8.662 3.539-18.048 5.331-28.202 5.331-10.157 0-19.414-1.92-27.82-5.715-8.405-3.798-16.384-9.261-24.021-16.384-7.637-7.126-13.227-14.976-16.768-23.638s-5.333-18.048-5.333-28.202c0-10.157 1.92-19.414 5.717-27.821 3.797-8.403 9.259-16.384 16.384-24.019 6.613-7.126 14.336-12.589 23.253-16.384 8.917-3.798 18.431-5.718 28.588-5.718zM714.714 413.718c10.666 0 20.179 1.92 28.586 5.718 8.406 3.795 16.384 9.258 24.022 16.384 6.611 7.635 11.818 15.616 15.616 24.019 3.795 8.406 5.715 17.664 5.715 27.821 0 10.154-1.92 19.411-5.715 27.818-3.798 8.406-9.005 16.384-15.616 24.022-7.126 7.635-14.976 13.226-23.638 16.768-8.662 3.539-18.304 5.331-28.97 5.331-10.157 0-19.414-1.92-27.821-5.715-8.403-3.798-16.384-9.261-24.019-16.384-7.638-7.126-13.101-14.976-16.384-23.638-3.286-8.662-4.95-18.048-4.95-28.202 0-10.157 1.792-19.414 5.334-27.821 3.539-8.403 8.874-16.384 16-24.019 7.123-7.126 14.976-12.589 23.635-16.384 8.662-3.798 18.048-5.718 28.205-5.718zM524.25 413.718c10.154 0 19.411 1.92 27.818 5.718 8.406 3.795 16.384 9.258 24.022 16.384 7.123 7.635 12.586 15.616 16.384 24.019 3.795 8.406 5.715 17.664 5.715 27.821 0 4.394-0.339 8.618-1.066 12.714l-77.824-86.442 4.992-0.173-0.042-0.042zM523.482 210.284c10.154 0 19.411 1.792 27.818 5.333s16.384 8.875 24.022 16c7.635 7.125 13.098 15.104 16.384 24.021 3.283 8.917 4.947 18.432 4.947 28.587s-1.792 19.413-5.331 27.819c-3.542 8.404-8.877 16.385-16 24.020-7.126 7.638-14.976 13.101-23.638 16.384-8.662 3.286-18.048 4.95-28.202 4.95-10.669 0-20.182-1.792-28.589-5.334-8.403-3.539-16.384-8.874-24.019-16-7.126-7.123-12.461-14.976-16-23.636-3.542-8.661-5.334-18.048-5.334-28.203 0-10.667 1.792-20.181 5.334-28.587 3.539-8.405 8.874-16.384 16-24.021 7.123-7.125 14.976-12.459 23.635-16 8.662-3.541 18.304-5.333 28.973-5.333zM714.714 210.284c10.666 0 20.179 1.792 28.586 5.333s16.384 8.875 24.022 16c7.635 7.125 13.098 15.104 16.384 24.021 3.283 8.917 4.947 18.432 4.947 28.587s-1.92 19.413-5.715 27.819c-3.798 8.404-9.005 16.385-15.616 24.020-7.126 7.638-14.976 13.101-23.638 16.384-8.662 3.286-18.304 4.95-28.97 4.95-10.157 0-19.414-1.792-27.821-5.334-8.403-3.539-16.384-8.874-24.019-16-7.638-7.123-13.101-14.976-16.384-23.636-3.286-8.661-4.95-18.048-4.95-28.203 0-10.667 1.792-20.181 5.334-28.587 3.539-8.405 8.874-16.384 16-24.021 7.123-7.637 14.976-13.099 23.635-16.384 8.662-3.285 18.048-4.949 28.205-4.949zM336.090 210.412c8.362 0.469 16.128 2.176 23.21 5.205 8.362 3.541 16.384 8.875 24.022 16 7.635 7.125 13.226 15.104 16.768 24.021 3.539 8.875 5.331 18.432 5.331 28.587 0 1.067 0 2.133-0.042 3.157l-69.29-76.971z"],"tags":["keypad-off_sp"]},"attrs":[{}],"properties":{"code":60404,"id":708,"name":"keypad-off_sp","order":597,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M219.443 163.2l349.729 0.174c89.423 2.233 121.682 26.525 130.199 104.883l1.152 12.826c0.161 2.214 0.306 4.467 0.437 6.759l0.615 14.227c0.075 2.451 0.136 4.943 0.185 7.475l0.144 15.69c0 15.906-12.894 28.8-28.8 28.8s-28.8-12.894-28.8-28.8l-0.159-25.489-0.27-11.023-0.46-9.949-0.698-8.929-0.983-7.964c-4.375-28.752-16.086-37.453-47.178-40.029l-8.558-0.542-9.485-0.319-21.941-0.189h-335.13c-15.668 0-28.66 11.984-30.436 27.555l-0.207 3.653v536.727c0 16.097 11.894 29.271 27.083 31.070l3.56 0.21h317.379c15.906 0 28.8 12.894 28.8 28.8 0 14.682-10.987 26.798-25.187 28.576l-3.613 0.224h-317.379c-46.994 0-85.309-36.974-88.082-83.474l-0.161-5.406v-536.727c0-47.188 36.572-85.847 82.861-88.646l5.383-0.162z","M536.819 340.763c15.906 0 28.8 12.894 28.8 28.8 0 14.682-10.987 26.798-25.187 28.576l-3.613 0.224h-266.249c-15.906 0-28.8-12.894-28.8-28.8 0-14.682 10.987-26.798 25.187-28.576l3.613-0.224h266.249zM427.091 438.17c15.906 0 28.8 12.894 28.8 28.8 0 14.682-10.987 26.798-25.187 28.576l-3.613 0.224h-156.521c-15.906 0-28.8-12.894-28.8-28.8 0-14.682 10.987-26.798 25.187-28.576l3.613-0.224h156.521zM912.407 398.363l-109.47-104.761-288.843 292.916-19.342 137.893 137.57-28.42 280.085-297.628zM802.937 359.126l44.968 42.302-240.274 249.428-66.657 25.245 15.757-61.288 246.206-255.688z","M723.222 386.26c10.314-10.306 26.496-11.159 37.781-2.563l55.59 54.028c5.621 5.626 6.063 11.567 6.060 18.937s-2.031 14.74-7.657 20.361c-10.314 10.306-27.283 11.159-38.568 2.563l-53.222-52.598c-11.243-11.251-11.236-29.487 0.016-40.729z"],"tags":["Disposition"]},"attrs":[{},{},{}],"properties":{"code":60406,"id":707,"name":"Disposition","order":598,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M814.483 106.299c21.293 64.501 38.803 82.049 103.162 103.391 27.917 9.485 27.917 47.901 0 57.386-64.358 21.343-81.869 38.891-103.162 103.391-9.466 27.983-47.795 27.983-57.261 0-21.293-64.5-38.803-82.049-103.162-103.391-13.722-4.268-20.823-16.125-20.823-28.456 0-12.33 7.101-24.188 20.823-28.93 64.358-21.343 81.869-38.89 103.162-103.391 9.466-27.982 47.795-27.982 57.261 0zM702.803 470.54l95.117 27.506v-0.474c27.443 8.064 46.848 33.674 46.848 62.607 0 28.928-19.405 54.542-47.322 62.601l-95.117 27.038c-71.932 20.864-127.299 75.878-147.646 147.974l-27.444 95.322c-8.045 27.034-32.654 45.53-62.468 45.53-29.81 0-54.418-18.022-62.463-45.53l-27.447-95.322c-20.822-72.096-75.715-127.584-147.645-147.974l-95.117-27.512c-27.447-8.064-46.849-33.674-46.849-62.602 0-28.933 19.402-54.542 47.322-62.606l95.117-27.032c71.93-20.869 127.296-75.885 147.644-147.974l27.447-95.329c8.045-27.508 33.597-46.953 62.464-46.953s54.424 19.445 62.464 46.953l27.449 95.802c20.821 72.090 75.715 127.58 147.645 147.974z"],"tags":["ai-indicator"],"width":1075},"attrs":[{}],"properties":{"code":60405,"id":706,"name":"ai-indicator","order":599,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M882.342 179.203c31.904 0 60.448 14.816 79.68 38.271l20.8 25.504c15.392 18.783 24.672 43.039 24.672 69.567 0 32.896-14.272 62.335-36.96 82.239l-436.454 411.193c-15.776 13.664-34.24 22.080-53.984 24.832l-192.096 26.624 57.76-190.906 0.192-0.768c5.984-19.424 17.184-36.449 32.064-49.409l436.39-411.1c18.24-16.255 41.952-26.047 67.936-26.047zM882.022 256.162c-7.264 0-13.92 2.72-19.008 7.2l-436.55 411.198c-4.448 3.776-7.84 8.8-9.728 14.816l-22.976 75.968 76.512-10.656c5.856-0.8 11.040-3.264 15.168-6.848l436.582-411.263c6.752-5.664 11.072-14.304 11.072-23.968 0-7.616-2.656-14.56-7.040-19.903l-20.96-25.632c-4.928-6.048-12.096-10.080-20.192-10.752-0.928-0.096-1.92-0.16-2.88-0.16z"],"tags":["take-notes"]},"attrs":[{}],"properties":{"code":60396,"id":705,"name":"take-notes","order":600,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M925.267 558.123c-9.51 85.749-45.466 166.415-102.88 230.812s-133.44 109.331-217.542 128.582c-84.1 19.245-172.105 11.853-251.813-21.165-79.709-33.011-147.171-90.010-193.032-163.085v120.064c0 8.486-3.372 16.627-9.373 22.63s-14.14 9.37-22.627 9.37c-8.487 0-16.627-3.366-22.627-9.37s-9.373-14.144-9.373-22.63v-213.331c0-8.487 3.372-16.627 9.373-22.627s14.14-9.373 22.627-9.373h213.333c8.487 0 16.627 3.372 22.628 9.373s9.372 14.14 9.372 22.627c0 8.486-3.372 16.627-9.372 22.63-6.001 5.997-14.141 9.37-22.628 9.37h-142.080c34.252 67.507 89.388 122.144 157.201 155.782s144.676 44.474 219.146 30.899c74.474-13.574 142.563-50.835 194.147-106.24s83.891-125.982 92.122-201.231c0.384-4.232 1.606-8.344 3.603-12.097 1.99-3.753 4.71-7.071 7.994-9.763 3.29-2.691 7.085-4.7 11.155-5.91s8.346-1.597 12.57-1.138c4.224 0.459 8.314 1.755 12.032 3.811s6.989 4.833 9.626 8.168c2.63 3.334 4.576 7.16 5.715 11.253s1.453 8.372 0.922 12.588h-0.218zM896 138.667c-8.486 0-16.627 3.371-22.63 9.372-5.997 6.001-9.37 14.141-9.37 22.628v120.064c-45.862-73.075-113.325-130.071-193.030-163.084-79.71-33.014-167.715-40.409-251.815-21.161s-160.128 64.185-217.542 128.582c-57.414 64.397-93.37 145.061-102.882 230.81-0.456 4.18-0.084 8.41 1.096 12.446s3.142 7.8 5.778 11.077c2.635 3.277 5.89 6.003 9.579 8.021s7.74 3.29 11.921 3.741h3.499c7.876-0.017 15.47-2.939 21.327-8.205s9.566-12.508 10.417-20.339c8.324-75.166 40.679-145.64 92.255-200.95s119.622-92.501 194.024-106.049c74.403-13.548 151.19-2.729 218.952 30.849 67.763 33.578 122.88 88.124 157.171 155.531h-142.080c-8.486 0-16.627 3.372-22.63 9.373s-9.37 14.14-9.37 22.627c0 8.487 3.366 16.626 9.37 22.627s14.144 9.373 22.63 9.373h213.331c8.486 0 16.627-3.372 22.63-9.373 5.997-6.001 9.37-14.14 9.37-22.627v-213.333c0-8.487-3.373-16.627-9.37-22.628-6.003-6.001-14.144-9.372-22.63-9.372z"],"tags":["regenerate"]},"attrs":[{}],"properties":{"code":60401,"id":704,"name":"regenerate","order":601,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M758.497 448.072c27.912 0 52.89 12.959 69.709 33.5l18.209 22.308c13.466 16.425 21.583 37.67 21.583 60.872 0 28.782-12.498 54.556-32.328 71.964l-172.347 150.259c-13.804 11.963-29.955 19.31-47.232 21.729l-168.092 23.296 50.532-167.060 0.177-0.663c5.228-16.991 15.030-31.877 28.042-43.241l172.273-150.159c15.959-14.208 36.744-22.804 59.474-22.804zM758.236 515.415c-6.362 0-12.186 2.383-16.64 6.298l-172.436 150.254c-3.884 3.302-6.851 7.711-8.507 12.954l-20.101 66.481 66.941-9.318c5.12-0.694 9.659-2.847 13.284-6.003l172.442-150.3c5.906-4.951 9.679-12.508 9.679-20.977 0-6.656-2.335-12.751-6.17-17.421l-18.353-22.441c-4.319-5.289-10.596-8.822-17.661-9.403-0.814-0.079-1.644-0.123-2.478-0.123zM384 624v83.999h-192v-83.999h192zM498.708 480v83.999h-306.708v-83.999h306.708zM640 332.001v83.999h-448v-83.999h448zM741.11 100.669c1.377-6.225 11.722-6.225 13.793 0l11.722 40.126c11.036 37.357 39.306 65.721 75.863 76.097l39.995 11.755c3.451 0.695 5.519 3.461 5.519 6.918 0 5.472-6.874 7.41-12.5 8.991l-0.916 0.257-0.886 0.257-31.212 9.175c-37.24 11.068-65.518 39.436-75.863 76.097l-11.722 40.118c-0.691 3.461-3.453 5.537-6.902 5.537-5.455 0-7.37-6.863-8.94-12.48-0.177-0.632-0.348-1.249-0.52-1.838l-9.16-31.337c-11.034-37.356-39.309-65.72-75.86-76.097l-40-11.76c-3.451-0.689-5.519-3.46-5.519-6.919 0-5.465 6.868-7.399 12.488-8.979l1.81-0.518 31.222-9.179c37.24-11.069 65.513-39.434 75.86-76.097l11.727-40.124z"],"tags":["ai-smart-notes_sp"]},"attrs":[{}],"properties":{"code":60402,"id":703,"name":"ai-smart-notes_sp","order":602,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M500.338 446.204l419.626 419.626c14.95 14.95 14.95 39.532 0 54.482s-39.532 14.95-54.482 0l-419.626-419.626c-14.95-14.95-14.95-39.532 0-54.482s39.532-14.95 54.482 0zM367.472 688.080c4.906-17.872 22.88-28.070 40.412-23.566 17.846 4.948 28.008 22.938 23.46 40.468l-32.312 120.796c-5.036 18.356-22.808 28.368-40.27 23.604-17.934-4.89-28.162-22.93-23.602-40.504l32.312-120.798zM116.351 516.628l121.061-32.384c17.078-4.73 35.272 5.468 40.21 23.296 4.72 17.048-5.43 35.204-23.198 40.182l-121.060 32.384c-17.079 4.73-35.273-5.468-40.21-23.298-4.721-17.046 5.43-35.202 23.196-40.18zM307.196 314.006c-12.96 12.96-33.56 12.96-46.518 0l-88.605-88.604c-12.959-12.958-12.959-33.559 0-46.517s33.559-12.959 46.517 0l88.606 88.605c12.958 12.958 12.958 33.558 0 46.516zM540.902 254.326c-4.906 17.872-22.88 28.070-40.41 23.566-17.846-4.948-28.010-22.938-23.462-40.466l32.312-120.798c4.906-17.873 22.882-28.071 40.412-23.566 17.846 4.947 28.010 22.938 23.462 40.466l-32.314 120.798zM811.952 405.36l-121.060 32.384c-17.080 4.73-35.272-5.468-40.21-23.298-4.72-17.046 5.43-35.204 23.196-40.182l121.062-32.382c17.078-4.73 35.272 5.468 40.208 23.296 4.722 17.048-5.43 35.204-23.196 40.182z"],"tags":["improve with ai","improve-with-ai","ai"]},"attrs":[{}],"properties":{"code":60393,"id":700,"name":"improve-with-ai","order":605,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M96 224v106.925c74.572 26.358 128 97.478 128 181.075s-53.428 154.717-128 181.075v106.925h349.936c-19.162-38.56-29.936-82.022-29.936-128 0-159.059 128.941-288 288-288 33.661 0 65.974 5.776 96 16.387v-176.387h-704zM489.334 864h-393.334c-35.346 0-64-28.653-64-64v-150.858c75.742 0 137.143-61.402 137.143-137.142s-61.401-137.142-137.143-137.142v-150.858c0-35.346 28.654-64 64-64h704c35.347 0 64 28.654 64 64v208.496c77.184 51.667 128 139.651 128 239.504 0 159.059-128.941 288-288 288-85.296 0-161.933-37.082-214.666-96zM288 352c0-17.674 14.327-32 32-32s32 14.326 32 32v320c0 17.674-14.326 32-32 32s-32-14.326-32-32v-320zM704 896c123.712 0 224-100.288 224-224s-100.288-224-224-224c-123.712 0-224 100.288-224 224s100.288 224 224 224zM704 512c-17.674 0-32 14.326-32 32v96h-96c-17.674 0-32 14.326-32 32s14.326 32 32 32h96v96c0 17.674 14.326 32 32 32s32-14.326 32-32v-96h96c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-96c0-17.674-14.326-32-32-32z"],"tags":["support-case"]},"attrs":[{}],"properties":{"code":60394,"id":699,"name":"support-case","order":606,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M384 321.533v256h-128v-256h128zM448 312.18l320-152.117v578.939l-320-152.115v-274.706zM256 257.533c-35.346 0-63.999 28.653-64 64h-64c-35.346 0-64 28.653-64 64v128c0 35.344 28.654 64 64 64h64c0 23.69 12.87 44.371 32 55.437v168.563c0 53.018 42.981 96 96 96 53.021 0 96-42.982 96-96v-160l328.23 156.893c42.038 16.816 87.77-14.144 87.77-59.424v-161.469c70.691 0 128-57.309 128-128 0-70.694-57.309-128-128-128v-161.47c0-45.278-45.731-76.238-87.77-59.422l-328.23 156.892h-160zM128 385.533h64v128h-64v-128zM288 801.533v-160h64v160c0 17.67-14.326 32-32 32s-32-14.33-32-32zM896 449.533c0 35.344-28.653 64-64 64v-128c35.347 0 64 28.653 64 64z"],"tags":["whats-new"]},"attrs":[{}],"properties":{"code":60395,"id":698,"name":"whats-new","order":607,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M825.802 270.346c3.866-9.323 5.856-19.316 5.856-29.409s-1.99-20.087-5.856-29.41c-3.862-9.319-9.523-17.785-16.659-24.916l-36.086-36.086c-7.13-7.136-15.606-12.807-24.928-16.67-9.322-3.865-19.315-5.854-29.408-5.854s-20.086 1.989-29.408 5.854c-9.325 3.864-17.795 9.529-24.928 16.67l-33.811 33.863c-0.886 0.683-1.741 1.429-2.55 2.244-0.243 0.241-0.477 0.486-0.707 0.735-0.538 0.584-1.046 1.187-1.52 1.807l-265.923 266.34c-1.117 0.803-2.186 1.709-3.19 2.714-1.014 1.014-1.926 2.093-2.733 3.222l-15.456 15.478c-3.27 3.274-5.59 7.373-6.717 11.859l-36.35 144.896c-2.194 8.742 0.373 17.997 6.758 24.362 6.387 6.365 15.648 8.899 24.386 6.678l144.896-36.867c4.461-1.133 8.531-3.45 11.789-6.707l325.878-325.876c7.139-7.133 12.803-15.602 16.669-24.927zM708.915 181.151c3.11-1.288 6.442-1.951 9.805-1.951s6.698 0.663 9.805 1.951c3.107 1.288 5.939 3.187 8.317 5.566l36.106 36.107c2.381 2.378 4.269 5.201 5.555 8.308 1.29 3.108 1.955 6.439 1.955 9.804s-0.666 6.695-1.955 9.803c-1.286 3.108-3.184 5.941-5.565 8.319l-18.016 18.015-72.41-72.24 18.099-18.129c2.378-2.378 5.2-4.265 8.304-5.553zM646.336 241.065l72.384 72.212-235.392 235.391-72.112-72.112 235.12-235.492zM377.84 515.587l66.374 66.371-88.688 22.566 22.314-88.938z","M194.195 757.309c9.604-9.603 22.625-14.995 36.205-14.995 14.139 0 25.6-11.462 25.6-25.603 0-14.138-11.461-25.597-25.6-25.597-27.158 0-53.205 10.787-72.408 29.99s-29.992 45.251-29.992 72.41c0 27.158 10.789 53.203 29.992 72.406s45.25 29.994 72.408 29.994h640c14.138 0 25.6-11.462 25.6-25.6 0-14.141-11.462-25.603-25.6-25.603h-640c-13.58 0-26.602-5.392-36.205-14.995-9.602-9.6-14.996-22.624-14.996-36.202 0-13.581 5.394-26.605 14.996-36.205z"],"tags":["smart compose","ai","ai smart compose"]},"attrs":[{},{}],"properties":{"code":60391,"id":697,"name":"smart-compose","order":608,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M696.064 116.032l-9.984 34.304-0.167 0.67c-9.007 30.938-33.35 55.345-64.921 64.61l-26.752 7.872-1.536 0.448c-4.8 1.344-10.688 3.008-10.688 7.68l0.001-0.014c-0.005 0.098-0.007 0.197-0.007 0.296 0 2.822 2.029 5.169 4.743 5.669l34.24 10.048c31.36 8.896 55.616 33.216 65.024 65.216l7.872 26.88 0.448 1.6c1.344 4.8 3.008 10.688 7.68 10.688l-0.011-0c0.076 0.003 0.153 0.005 0.23 0.005 2.821 0 5.168-2.028 5.669-4.74l10.048-34.368 0.167-0.67c8.995-30.925 33.312-55.326 64.857-64.61l26.752-7.872 0.768-0.192 0.768-0.256c4.864-1.28 10.752-3.008 10.752-7.68l-0.001 0.014c0.005-0.098 0.007-0.197 0.007-0.296 0-2.822-2.029-5.169-4.743-5.669l-34.304-9.984c-31.296-8.96-55.552-33.28-65.024-65.28l-10.048-34.368c-1.792-5.376-10.624-5.376-11.84 0zM41.984 432v0c0 22.091 17.909 40 40 40h400v0c22.091 0 40-17.909 40-40s-17.909-40-40-40h-400c-22.080 0-40 17.92-40 40zM81.92 552h287.168v0c22.091 0 40 17.909 40 40s-17.909 40-40 40h-287.104v0c-22.091 0-40-17.909-40-40s17.909-40 40-40zM41.984 752v0c0 22.091 17.909 40 40 40h202.368v0c22.091 0 40-17.909 40-40s-17.909-40-40-40h-202.368c-22.080 0-40 17.92-40 40zM886.016 358.72l-3.712-2.176h-0.128c-5.424-2.859-11.854-4.537-18.675-4.537-9.711 0-18.628 3.401-25.625 9.076l0.076-0.059-384.512 389.888-3.2 3.648-3.328 4.736c-3.477 5.109-6.062 11.126-7.371 17.605l-0.053 0.315-17.472 97.152 0.512 5.696 0.832 4.8 1.088 3.584c5.182 13.045 17.224 22.321 31.555 23.416l0.125 0.008 4.16 0.128h3.584l98.752-22.080 4.928-1.344 5.44-2.176c6.31-2.732 11.701-6.421 16.259-10.947l-0.003 0.003 385.216-390.528 2.944-5.12 1.792-3.712 1.344-3.904c0.88-3.031 1.387-6.513 1.387-10.112 0-12.301-5.912-23.221-15.049-30.074l-0.097-0.070-75.392-68.864-2.048-1.792-3.328-2.56zM500.928 790.72l258.688-262.4 42.88 43.008-256.64 260.096-54.4 12.16 9.472-52.864zM864.512 421.952l44.928 40.96-60.032 60.8-42.88-42.944 57.984-58.816z"],"tags":["smart summary","smart-summary","ai"]},"attrs":[{}],"properties":{"code":60392,"codes":[60392,60393,60394,60395,60396],"id":695,"name":"smart-summary","order":1187,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"attrs":[{},{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M272.695 831.581c-16.712-4.742-29.636-17.709-34.68-34.787l-5.359-18.342c-0.946-2.845-5.675-2.845-6.306 0l-5.359 18.342c-4.732 16.762-17.655 29.728-34.68 34.787l-14.273 4.198c-2.663 0.781-6.537 1.565-6.537 4.339 0 1.584 0.946 2.848 2.524 3.165l18.286 5.376c16.709 4.742 29.636 17.709 34.68 34.787l4.187 14.326c0.778 2.662 1.549 6.544 4.324 6.544 1.577 0 2.839-0.947 3.154-2.531l5.359-18.339c4.728-16.762 17.655-29.728 34.68-34.787l14.268-4.195c2.664-0.784 6.539-1.568 6.539-4.346 0-1.578-0.946-2.845-2.524-3.162l-18.283-5.376z","M713.226 222.172l27.622 7.798c25.206 7.26 44.781 26.622 52.022 52.168l7.776 27.698c0.538 2.152 2.682 3.764 4.826 3.764 2.147 0 4.291-1.612 4.829-3.764l7.776-27.698c7.238-25.277 26.816-44.908 52.022-52.168l27.619-7.798c2.147-0.538 3.754-2.689 3.754-4.84s-1.606-4.303-3.754-4.84l-27.619-7.798c-25.206-7.26-44.784-26.622-52.022-52.168l-7.776-27.698c-1.341-4.303-8.582-4.303-9.654 0l-7.776 27.698c-7.242 25.277-26.816 44.908-52.022 52.168l-27.622 7.798c-2.144 0.538-3.754 2.689-3.754 4.84s1.61 4.302 3.754 4.84z","M832.246 460.397l2.992 1.766 2.643 2.029 1.658 1.469 60.304 55.094c10.182 7.725 14.323 20.442 11.008 32.173l-1.094 3.152-1.414 2.912-2.381 4.141-308.15 312.4c-3.501 3.501-7.587 6.387-13.011 8.79l-4.33 1.712-3.981 1.094-78.982 17.661h-2.886l-3.312-0.080c-11.677-0.989-21.456-8.445-25.331-18.758l-0.906-2.883-0.669-3.85-0.4-4.515 14-77.699c0.909-4.835 2.726-9.485 5.904-14.4l2.646-3.77 2.618-2.938 307.59-311.891c10.074-8.205 24.128-9.434 35.402-3.581l0.083-0.029zM734.106 597.869l-206.941 209.904-7.613 42.269 43.523-9.699 205.338-208.115-34.307-34.358zM818.029 512.768l-46.41 47.024 34.362 34.362 47.987-48.627-35.939-32.758z","M416.304 485.226l-29.437-94.531h-2.067l-29.373 94.531h60.877z","M438.362 776.73c-2.115 0.042-4.237 0.061-6.362 0.061-176.731 0-320-143.267-320-320 0-176.731 143.269-320 320-320 176.73 0 320 143.269 320 320 0 2.125-0.019 4.246-0.061 6.362l-313.578 313.578zM254.111 590.173h68.702l17.398-55.987h91.338l17.434 55.987h68.704l-89.235-266.666h-85.104l-89.236 266.666zM546.938 384.531l-0.419 205.642h63.149v-266.666h-62.73v61.024z"],"tags":["ai-writing-options"]},"attrs":[{},{},{},{},{}],"properties":{"code":60397,"id":694,"name":"ai-writing-options","order":610,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"attrs":[{},{},{},{},{}],"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 208c17.674 0 32 14.327 32 32v544c0 17.674-14.326 32-32 32v0c-17.674 0-32-14.326-32-32v-544c0-17.673 14.326-32 32-32v0z","M320 352c17.674 0 32 14.326 32 32v256c0 17.674-14.326 32-32 32v0c-17.673 0-32-14.326-32-32v-256c0-17.674 14.327-32 32-32v0 0z","M128 437.648c17.673 0 32 14.326 32 32v90.352c0 17.674-14.327 32-32 32v0 0c-17.673 0-32-14.326-32-32v-90.352c0-17.674 14.327-32 32-32v0z","M704 352c17.674 0 32 14.326 32 32v256c0 17.674-14.326 32-32 32v0c-17.674 0-32-14.326-32-32v-256c0-17.674 14.326-32 32-32v0 0z","M896 437.648c17.674 0 32 14.326 32 32v90.352c0 17.674-14.326 32-32 32v0 0c-17.674 0-32-14.326-32-32v-90.352c0-17.674 14.326-32 32-32v0z"],"tags":["tone","ai","ai-tone","change tone","change-tone"]},"attrs":[{},{},{},{},{}],"properties":{"code":60398,"id":693,"name":"change-tone","order":611,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M400.739 747.942c12.502-12.502 12.502-32.768 0-45.27s-32.73-12.502-45.187 0l-52.052 52.051v-485.5l52.052 52.053c6.23 6.272 14.422 9.386 22.614 9.386s16.384-3.158 22.614-9.386c12.502-12.502 12.502-32.771 0-45.272l-106.667-106.667c-2.944-2.944-6.481-5.285-10.406-6.906-7.808-3.243-16.64-3.243-24.448 0-3.925 1.621-7.473 3.962-10.417 6.906l-106.667 106.667c-12.501 12.501-12.501 32.77 0 45.272 12.501 12.499 32.77 12.499 45.271 0l52.052-52.053v485.5l-52.052-52.051c-12.501-12.502-32.77-12.502-45.271 0s-12.501 32.768 0 45.27l106.667 106.666c2.944 2.944 6.439 5.296 10.364 6.918 3.925 1.619 8.069 2.467 12.25 2.467s8.367-0.848 12.25-2.467c3.883-1.622 7.42-3.974 10.364-6.918l106.667-106.666z","M602.282 576c-17.674 0-32 14.326-32 32s14.326 32 32 32h256c17.674 0 32-14.326 32-32s-14.326-32-32-32h-256z","M506.282 801.923c0-17.674 14.326-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-320c-17.674 0-32-14.326-32-32z","M538.282 384c-17.674 0-32 14.326-32 32s14.326 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-320z"],"tags":["length","ai","ai-length","change length","change-length"]},"attrs":[{},{},{},{}],"properties":{"code":60399,"id":692,"name":"change-length","order":612,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M515.379 618.637c8.957 8.851 11.888 22.134 7.494 33.933l-3.181 8.538c-8.134 21.837-36.138 27.933-52.614 11.456l-78.512-78.512-160.227 160.227c-12.497 12.496-32.758 12.496-45.255 0l-6.518-6.518c-12.558-12.56-12.488-32.941 0.157-45.411l163.203-160.96c-34.238-38.074-63.348-79.226-87.022-122.534-11.126-20.352 4.24-44.23 27.436-44.23h4.192c12.005 0 22.934 6.758 28.77 17.248 20.689 37.203 45.78 72.608 75.265 105.267 52.662-58.515 91.427-125.44 115.93-195.656h-376.496c-17.673 0-32-14.327-32-32v-9.142c0-17.673 14.327-32 32-32h223.997v-41.141c0-17.673 14.326-32 32-32h9.142c17.67 0 32 14.327 32 32v41.141h223.994c17.674 0 32 14.327 32 32v9.142c0 17.673-14.326 32-32 32h-75.152c-26.698 86.308-72.045 167.86-135.677 238.808-0.605 0.605-0.602 1.587 0.006 2.189l77.069 76.157z","M881.875 864c22.33 0 37.792-22.288 29.974-43.203l-143.536-384c-4.675-12.506-16.624-20.797-29.974-20.797h-36.397c-13.344 0-25.286 8.282-29.968 20.778l-143.789 384c-7.834 20.918 7.632 43.222 29.968 43.222h15.76c6.682 0 12.285-1.962 16.806-5.888 4.518-3.923 7.565-8.259 9.139-13.011l31.84-91.395h176.602l31.84 91.395c2.163 5.37 5.405 9.914 9.731 13.632 4.323 3.51 9.926 5.267 16.803 5.267h15.2zM736.067 545.814l51.891 149.024h-135.622l51.597-148.403c2.554-6.816 5.206-14.768 7.958-23.856 2.752-9.296 5.405-19.21 7.962-29.744 2.752 10.534 5.504 20.346 8.256 29.434s5.405 16.938 7.958 23.546z"],"tags":["language","translate","translate to","ai"]},"attrs":[{},{}],"properties":{"code":60400,"id":691,"name":"translate","order":613,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M483.872 64.032c210.688 0 381.504 173.376 381.504 387.232l0.032 71.328c-19.584-12.256-40.928-21.92-63.584-28.544l-0.032-42.784c0-178.208-142.336-322.688-317.92-322.688h-286.112c-17.568 0-31.776 14.432-31.776 32.256v709.92c0 17.824 14.24 32.256 31.776 32.256l334.88 0.032c22.016 26.56 49.312 48.608 80.256 64.544l-446.912-0.032c-35.104 0-63.584-28.896-63.584-64.544v-774.464c0-35.648 28.48-64.544 63.584-64.544l317.888 0.032zM529.568 580.32c-15.488 19.424-28.192 41.12-37.568 64.544h-167.104c-17.568 0-31.776-14.432-31.776-32.256s14.24-32.256 31.776-32.256l204.672-0.032zM765.248 570.432l146.749 146.749c12.497 12.497 12.497 32.758 0 45.255l-146.749 146.749c-12.495 12.495-32.753 12.495-45.248 0s-12.495-32.753 0-45.248l92.128-92.128h-241.88c-17.673 0-32-14.327-32-32s14.327-32 32-32h241.88l-92.128-92.128c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0zM642.816 386.72c17.568 0 31.776 14.432 31.776 32.256s-14.24 32.256-31.776 32.256h-317.92c-17.568 0-31.776-14.432-31.776-32.256s14.24-32.256 31.776-32.256h317.92z"],"tags":["export"]},"attrs":[{}],"properties":{"code":60389,"id":690,"name":"export","order":614,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M281.326 107.301c-21.684-10.177-44.729-13.537-68.244-9.85-17.597 2.737-38.866 10.412-64.574 22.908-25.2 12.248-44.642 23.984-58.502 35.534-29.874 25.083-47.98 58.977-54.495 100.783-6.778 39.515-3.717 84.135 8.986 133.531 12.478 48.523 34.022 100.449 64.567 155.84 30.385 55.672 69.492 112.131 117.248 169.313 36.219 42.593 72.946 80.563 110.333 114.070l13.79 12.521c32.221 28.676 64.748 53.566 97.397 74.472 37.623 24.092 74.576 42.639 110.905 55.588 37.228 13.27 73.041 19.99 107.377 19.99 21.175 0 40.712-2.783 58.512-8.44 18.211-5.787 34.449-14.537 48.516-26.162l5.152-4.050c12.264-10.080 26.2-24.544 41.431-42.988 17.673-21.4 29.582-39.462 35.757-54.804l2.777-6.213c6.686-16.863 7.609-36.021 2.365-55.772-5.809-21.887-18.287-40.8-37.033-56.218l-36.12-30.015-30.289-25.726-14.685-12.77c-20.602-18.107-40.492-36.209-59.672-54.308-15.415-16.479-37.198-26.675-62.892-28.945-24.9-2.2-48.374 3.037-69.422 15.46-8.161 5.487-14.262 10.264-19.75 15.266l-1.554 1.432-8.718 8.488-8.142 8.406-2.72 3.415-2.57 2.531-6.979 7.64c-2.736-1.238-6.088-2.94-9.97-5.097-10.087-5.606-21.538-14.044-34.172-25.324-13.040-11.639-27.234-26.489-42.51-44.524-14.097-16.868-25.754-32.548-34.866-46.877-8.892-13.984-15.308-26.33-19.27-36.925l-3.146-8.255c-1.289-3.692-2.156-6.752-2.665-9.284 1.369-0.725 2.904-1.446 4.606-2.155l1.431-0.689 5.698-3.14 5.464-2.655c2.533-1.231 4.852-2.704 6.991-4.39 6.078-3.322 11.614-6.689 16.614-10.12 5.602-3.846 11.023-7.998 16.267-12.458 18.353-18.48 28.341-38.441 31.263-60.794 2.97-22.744-2.301-44.529-15.545-64.556-21.124-30.538-39.119-58.144-54.259-83.218-15.105-25.016-28.507-49.176-40.215-72.479-11.955-21.822-28.767-37.802-50.468-47.986zM222.919 160.69c10.885-1.707 21.015-0.241 31.216 4.547v0l3.833 2c7.364 4.267 12.986 10.2 17.697 18.8 11.425 22.83 25.632 48.438 41.556 74.809 15.89 26.317 34.607 55.025 56.412 86.547 4.131 6.271 5.663 12.626 4.718 19.859v0l-0.629 3.501c-1.329 5.736-4.125 11.044-9.233 16.896v0l-1.578 1.662-3.261 2.66-5.587 4.054c-3.115 2.137-6.808 4.387-11.085 6.724v0l-4.582 2.759-1.597 1.147-3.557 1.737-5.709 3.143-8.007 3.846c-25.035 13.258-38.375 41.397-32.792 69.17 1.805 8.978 4.894 18.338 9.354 29.213v0l2.338 5.843c5.513 12.983 12.913 26.647 22.127 41.138 10.716 16.851 24.007 34.723 39.764 53.578 17.309 20.437 33.522 37.412 49 51.228 15.801 14.107 30.971 25.334 45.701 33.52 5.238 2.91 10.139 5.411 14.673 7.463 25.225 11.415 54.93 5.315 73.615-15.117v0l5.037-5.515 5.076-5.192 2.896-3.33 1.155-1.509 7.28-7.381 5.119-4.872 2.534-2.211c1.772-1.481 3.737-2.993 6.056-4.648v0l1.572-1.113 3.811-2.004c8.102-3.738 16.75-5.161 26.458-4.303 10.261 0.907 17.37 4.192 21.787 8.915v0l2.815 2.828 19.972 18.617c13.473 12.409 27.264 24.813 41.372 37.213v0l15.067 13.104 26.135 22.242 41.447 34.49c8.647 7.112 13.572 14.585 15.869 23.239 1.963 7.396 1.5 12.886-0.542 16.975v0l-3.381 7.545c-3.901 8.079-11.954 19.949-24.465 35.098-14.466 17.517-26.809 29.982-35.594 36.559v0l-4.957 3.841c-8.148 5.958-15.83 9.777-24.584 12.559-11.216 3.565-24.221 5.435-39.13 5.435-26.601 0-55.195-5.334-85.888-16.275-31.502-11.229-64.127-27.587-97.882-49.201-33.94-21.732-68.117-48.479-102.215-80.054-35.947-32.227-70.668-68.124-105.062-108.571-44.826-53.678-81.55-106.707-109.826-158.514-28.257-51.243-47.732-98.233-58.761-141.118-10.608-41.251-13.017-76.881-7.89-106.771 4.386-28.099 15.049-47.879 32.57-62.59 9.024-7.519 24.172-16.706 45.324-26.986 20.847-10.133 36.378-15.666 46.436-17.23zM768 96l-7.198 0.132c-102.704 3.785-184.802 88.239-184.802 191.868 0 106.038 85.961 192 192 192l7.198-0.132c102.703-3.785 184.802-88.239 184.802-191.868l-0.132-7.198c-3.785-102.704-88.239-184.802-191.868-184.802zM852.4 310.2h-168.8c-5.888 0-11.534-2.339-15.698-6.502s-6.502-9.81-6.502-15.698c0-5.888 2.339-11.534 6.502-15.698s9.81-6.502 15.698-6.502h168.8c5.888 0 11.534 2.339 15.698 6.502s6.502 9.81 6.502 15.698c0 5.888-2.339 11.534-6.502 15.698s-9.81 6.502-15.698 6.502z"],"tags":["missed-call-dnd"]},"attrs":[{}],"properties":{"code":60390,"id":689,"name":"missed-call-dnd","order":615,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 64c123.712 0 224 100.288 224 224v448c0 123.712-100.288 224-224 224h-448c-123.712 0-224-100.288-224-224v-448c0-123.712 100.288-224 224-224h448zM512 344c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168s-75.216-168-168-168zM736 232c-30.928 0-56 25.072-56 56s25.072 56 56 56c30.928 0 56-25.072 56-56s-25.072-56-56-56z"],"tags":["camera-filled"]},"attrs":[{}],"properties":{"code":59648,"id":688,"name":"camera-filled","order":616,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 64c123.712 0 224 100.288 224 224v448c0 123.712-100.288 224-224 224h-448c-123.712 0-224-100.288-224-224v-448c0-123.712 100.288-224 224-224h448zM736 131.2h-448c-83.391 0-151.577 65.098-156.514 147.248l-0.286 9.552v448c0 83.391 65.098 151.577 147.248 156.514l9.552 0.286h448c83.391 0 151.577-65.098 156.514-147.248l0.286-9.552v-448c0-83.391-65.098-151.577-147.248-156.514l-9.552-0.286zM512 332.8c98.969 0 179.2 80.231 179.2 179.2s-80.231 179.2-179.2 179.2c-98.969 0-179.2-80.231-179.2-179.2s80.231-179.2 179.2-179.2zM512 400c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112s-50.144-112-112-112zM736 232c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56s25.072-56 56-56z"],"tags":["camera-outlined"]},"attrs":[{}],"properties":{"code":59649,"id":687,"name":"camera-outlined","order":617,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M459.774 213.333c14.57 0 26.955 5.056 37.154 15.169 9.349 9.27 14.903 20.29 16.661 33.059l0.385 3.526v135.976c0 7.182 5.362 13.094 12.251 13.85l1.498 0.082h14.226c48.955 0 94.705 9.518 137.25 28.554 43.127 19.036 80.718 45.062 112.772 78.077s57.406 71.534 76.056 115.554c17.614 42.137 26.91 86.661 27.888 133.574l0.086 8.303v84.769c0 16.656-8.014 25.877-24.041 27.662s-26.080-5.651-30.16-22.308c-5.245-24.39-14.279-46.995-27.1-67.816-12.822-21.415-28.266-39.708-46.333-54.877s-38.465-27.513-61.194-37.031c-20.133-8.112-41.47-12.782-64.012-14.011l-6.799-0.265h-108.64c-7.087 0-12.922 5.434-13.668 12.414l-0.081 1.518v130.622c0 7.733-1.311 15.021-3.934 21.862s-6.557 12.938-11.802 18.292c-9.145 9.335-20.153 14.615-33.023 15.84l-3.256 0.222-3.53 0.050c-10.472-0.149-19.879-2.974-28.22-8.477l-2.741-1.933-2.662-2.132-280.619-289.108c-10.49-10.113-15.881-22.456-16.173-37.031-0.267-13.36 3.261-25.345 10.585-35.956l2.091-2.86 280.619-288.216c5.245-5.354 11.219-9.518 17.921-12.492s13.55-4.462 20.544-4.462zM449.963 292.565l-255.147 262.059 255.147 262.912 0.102-111.82 0.353-4.927c3.971-37.131 33.718-66.215 70.706-69.332l6.599-0.277 111.137 0.049 7.786 0.312c29.487 1.608 57.73 7.79 85.248 18.883 28.616 11.983 54.563 27.685 77.627 47.050 3.371 2.831 6.67 5.742 9.896 8.731l5.203 5.048-2.195-9.473c-2.328-9.017-5.079-17.894-8.252-26.632l-5.076-13.003c-15.592-36.804-36.558-68.658-63.044-95.939-26.287-27.075-57.051-48.375-92.992-64.24-29.938-13.395-61.884-20.937-96.239-22.614l-14.872-0.359-17.713-0.095-4.996-0.369c-37.272-4.093-65.924-34.147-68.992-70.914l-0.272-6.554-0.011-108.498zM789.333 85.333c82.475 0 149.333 66.859 149.333 149.333s-66.859 149.333-149.333 149.333c-82.475 0-149.333-66.859-149.333-149.333s66.859-149.333 149.333-149.333zM789.333 145.067c-49.485 0-89.6 40.115-89.6 89.6s40.115 89.6 89.6 89.6c49.485 0 89.6-40.115 89.6-89.6s-40.115-89.6-89.6-89.6z"],"tags":["mark-reply-as-unread"]},"attrs":[{}],"properties":{"code":60386,"id":686,"name":"mark-reply-as-unread","order":618,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M845.517 467.91c31.904 0 60.448 14.816 79.68 38.272l20.8 25.504c15.392 18.784 24.672 43.040 24.672 69.568 0 32.896-14.272 62.336-36.96 82.24l-196.96 171.712c-15.776 13.664-34.24 22.080-53.984 24.832l-192.096 26.624 57.76-190.912 0.192-0.768c5.984-19.424 17.184-36.448 32.064-49.408l196.896-171.616c18.24-16.256 41.952-26.048 67.936-26.048zM845.197 544.87c-7.264 0-13.92 2.72-19.008 7.2l-197.056 171.712c-4.448 3.776-7.84 8.8-9.728 14.816l-22.976 75.968 76.512-10.656c5.856-0.8 11.040-3.264 15.168-6.848l197.088-171.776c6.752-5.664 11.072-14.304 11.072-23.968 0-7.616-2.656-14.56-7.040-19.904l-20.96-25.632c-4.928-6.048-12.096-10.080-20.192-10.752-0.928-0.096-1.888-0.128-2.848-0.128l-0.032-0.032zM384.003 691.194v76.806h-320.003v-76.806h320.003zM512.003 499.194v76.806h-448.003v-76.806h448.003zM672.003 307.195v76.805h-608.003v-76.805h608.003zM802.797 37.344c1.568-7.104 13.408-7.104 15.776 0l13.408 45.856c12.608 42.688 44.928 75.104 86.688 86.976l45.696 13.44c3.936 0.8 6.304 3.968 6.304 7.904 0 6.24-7.872 8.48-14.272 10.272l-1.056 0.288-1.024 0.288-35.68 10.496c-42.56 12.64-74.88 45.056-86.688 86.976l-13.408 45.856c-0.8 3.968-3.936 6.336-7.872 6.336-6.24 0-8.416-7.84-10.208-14.272-0.192-0.736-0.384-1.44-0.608-2.112l-10.464-35.808c-12.608-42.688-44.928-75.104-86.688-86.976l-45.728-13.44c-3.936-0.8-6.304-3.968-6.304-7.904 0-6.24 7.84-8.448 14.272-10.272l2.080-0.576 35.68-10.496c42.56-12.64 74.88-45.056 86.688-86.976l13.408-45.856z"],"tags":["ai-smart-notes"]},"attrs":[{}],"properties":{"code":60385,"id":685,"name":"ai-smart-notes","order":619,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M708.123 528.287c12.24-21.717 43.513-21.717 55.754 0l63.867 113.345 127.622 25.78c23.15 4.671 33.042 31.611 19.674 50.038l-2.445 2.987-88.115 95.787 14.972 129.322c2.719 23.526-19.979 41.291-41.69 34.114l-3.416-1.343-118.347-54.157-118.347 54.157c-21.534 9.856-45.444-6.241-45.328-29.107l0.222-3.664 14.94-129.322-88.083-95.787c-15.983-17.386-8.151-44.995 13.495-52.045l3.734-0.979 127.59-25.78zM512 64c212.077 0 384 171.923 384 384v32h-64v-32c0-176.731-143.269-320-320-320h-288c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32h256v64h-288c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64zM736 609.184l-43.222 76.67c-4.566 8.102-12.431 13.816-21.548 15.655l-86.303 17.403 59.59 64.81c5.395 5.868 8.373 13.5 8.441 21.378l-0.211 3.953-10.125 87.427 80.059-36.617c7.248-3.317 15.426-3.791 22.94-1.422l3.694 1.422 80.027 36.617-10.093-87.427c-0.915-7.919 1.161-15.843 5.737-22.257l2.494-3.074 59.558-64.81-86.271-17.403c-7.814-1.577-14.709-6-19.395-12.334l-2.153-3.322zM576 448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32zM640 288c17.673 0 32 14.327 32 32s-14.327 32-32 32h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["sms-template"]},"attrs":[{}],"properties":{"code":60384,"id":684,"name":"sms-template","order":620,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M894.19 185.804c-27.158-7.708-48.158-28.779-56.356-56.53l-8.708-29.807c-1.538-4.623-9.222-4.623-10.246 0l-8.71 29.807c-7.688 27.236-28.69 48.308-56.354 56.53l-23.194 6.819c-0.43 0.127-0.882 0.254-1.344 0.383-4.174 1.174-9.278 2.61-9.278 6.671 0 2.571 1.538 4.627 4.1 5.141l29.716 8.736c27.152 7.708 48.158 28.78 56.354 56.53l6.804 23.28c0.128 0.438 0.254 0.896 0.386 1.366 1.164 4.172 2.588 9.27 6.64 9.27 2.562 0 4.614-1.542 5.126-4.114l8.708-29.802c7.684-27.236 28.69-48.308 56.356-56.53l23.184-6.816c0.43-0.126 0.878-0.254 1.338-0.382h0.002c4.178-1.176 9.286-2.614 9.286-6.679 0-2.566-1.538-4.622-4.1-5.137l-29.71-8.736zM107.388 439.6l83.781 23.656c76.461 22.024 135.841 80.754 157.803 158.244l23.588 84.016c1.626 6.528 8.134 11.416 14.64 11.416 6.508 0 13.016-4.888 14.642-11.416l23.59-84.016c21.962-76.674 81.34-136.22 157.802-158.244l83.78-23.656c6.512-1.63 11.386-8.156 11.386-14.682 0-6.524-4.874-13.050-11.386-14.682l-83.78-23.656c-76.462-22.022-135.84-80.752-157.802-158.242l-23.59-84.017c-4.066-13.051-26.028-13.051-29.282 0l-23.588 84.017c-21.962 76.674-81.342 136.22-157.803 158.242l-83.781 23.656c-6.507 1.632-11.388 8.158-11.388 14.682 0 6.526 4.881 13.052 11.388 14.682zM828.014 763.648l-44.66-12.844c-41.026-11.936-72.514-43.462-84.438-84.536l-12.884-44.896c-1.908-7.162-13.832-7.162-15.742 0l-12.878 44.896c-11.928 41.074-43.412 73.078-84.444 84.536l-44.84 12.898c-3.342 0.956-5.728 4.296-5.728 8.12 0 3.818 2.386 6.684 5.728 8.118l44.84 12.894c41.032 11.942 72.516 43.462 84.444 84.54l12.878 44.892c0.956 3.344 4.296 5.734 8.11 5.734 3.818 0 6.678-2.39 8.11-5.734l12.884-44.892c11.922-41.078 43.412-72.598 84.438-84.54l44.844-12.894c3.338-0.956 5.724-4.3 5.724-8.118 0-3.724-2.264-6.536-5.464-8.004-0.17-0.078-0.356-0.116-0.542-0.116-0.13 0-0.258-0.018-0.38-0.054z"],"tags":["ai sparkles magic"]},"attrs":[{}],"properties":{"code":60383,"id":683,"name":"ai-sparkles","order":621,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 160v704c0 35.346-28.654 64-64 64h-640.434v-832h640.434c35.346 0 64 28.654 64 64zM191.058 928v-832h-63.058c-35.346 0-64 28.654-64 64v704c0 35.346 28.654 64 64 64h63.058zM547.41 555.366c-19.668-3.44-36.694-5.16-51.076-5.16-14.358 0-31.384 1.72-51.078 5.16-19.692 3.738-38.512 9.198-56.484 16.402-17.974 7.204-33.204 16.102-45.694 26.722-12.488 10.944-18.744 23.582-18.744 37.964v47.538h344v-47.538c0-14.382-6.258-27.020-18.746-37.964-12.488-10.62-27.72-19.544-45.692-26.722-17.974-7.18-36.794-12.664-56.486-16.402zM791.476 576.804c-17.3-2.868-32.256-4.288-44.87-4.288-12.638 0-27.57 1.42-44.844 4.288-10.87 1.944-21.438 4.486-31.684 7.602 7.878 6.904 14.682 15.504 19.594 24.104 5.010 8.95 6.58 23.882 6.58 35.846v39.61h201.414v-39.61c0-11.964-5.484-22.508-16.452-31.632-10.968-8.85-24.354-16.278-40.132-22.26-15.78-5.984-32.332-10.544-49.606-13.66zM799.976 418.214c-14.782-13.934-32.58-20.89-53.37-20.89-20.814 0-38.588 6.956-53.37 20.89s-22.16 30.786-22.16 50.578c0 19.792 7.378 36.718 22.16 50.778 14.782 14.058 32.58 21.088 53.37 21.088 20.814 0 38.588-7.030 53.37-21.088 14.782-14.060 22.16-30.986 22.16-50.778s-7.378-36.644-22.16-50.578zM557.082 365.068c-16.826-16.726-37.068-25.076-60.748-25.076-23.706 0-43.948 8.35-60.774 25.076s-25.226 36.944-25.226 60.7c0 23.73 8.376 44.046 25.226 60.922 16.852 16.876 37.092 25.302 60.774 25.302 23.68 0 43.922-8.426 60.748-25.302s25.252-37.166 25.252-60.922c0-23.756-8.426-43.974-25.252-60.7z"],"tags":["shared directory"]},"attrs":[{}],"properties":{"code":60382,"id":682,"name":"shared-directory","order":622,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M814.4 96c80 0 145.6 66.624 145.6 147.968v386.88c0 81.248-65.568 147.936-145.6 147.936h-257.632l-223.968 170.656c-35.2 26.848-89.6-0.768-89.6-45.536v-125.12h-33.6c-80 0-145.6-66.688-145.6-147.936v-386.88c0-81.344 65.568-147.968 145.6-147.968h604.8zM814.4 164.288h-604.8c-43.648 0-78.368 35.296-78.368 79.68v386.88c0 44.384 34.72 79.648 78.368 79.648h67.2c18.56 0 33.6 15.264 33.6 34.112v136.576l215.040-163.808c5.76-4.48 12.896-6.88 20.16-6.88h268.8c43.648 0 78.4-35.264 78.4-79.648v-386.88c0-44.384-34.72-79.68-78.4-79.68zM512 525.952c17.696 0 32.032 15.328 32.032 34.272 0 18.912-14.336 34.272-32.032 34.272-17.632 0-31.968-15.36-31.968-34.272 0-18.944 14.336-34.272 31.968-34.272zM512 228.928c16.672 0 30.304 13.568 31.84 30.976l0.192 3.36v182.752c0 18.912-14.336 34.208-32.032 34.208-16.704-0.192-30.528-13.632-31.84-30.912l-0.128-3.36v-182.752c0-18.944 14.336-34.272 31.968-34.272z"],"tags":["report-an-issue-alternative"]},"attrs":[{}],"properties":{"code":60380,"id":680,"name":"report-an-issue-alternative","order":623,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 288h576v96h-576v-96zM224 448h576v96h-576v-96zM224 608h448v96h-448v-96z"],"tags":["transcribe"]},"attrs":[{}],"properties":{"code":60379,"id":679,"name":"transcribe","order":624,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M821.408 267.792c0.4 4.788-1.2 9.524-4.445 13.052-3.242 3.527-7.786 5.543-12.528 5.493h-39.933c-8.634-0.050-15.923-6.602-16.87-15.269-43.629-111.068-187.629-132.939-235.53-132.939s-192.099 21.871-234.716 132.939c-0.998 8.668-8.236 15.219-16.871 15.269h-39.933c-4.742 0-9.334-1.965-12.579-5.493s-4.842-8.265-4.443-13.052c11.331-115.653 158.846-203.792 308.491-203.792 149.648 0 297.974 88.139 309.357 203.792zM581.984 450.016c0-38.906-31.296-70.4-69.933-70.4-38.634 0-69.933 31.494-69.933 70.4 0 38.902 31.299 70.4 69.933 70.4 38.637 0 69.933-31.498 69.933-70.4zM735.475 427.792c-11.379-115.654-107.968-203.742-223.424-203.793-115.456 0-212.042 88.139-223.373 203.793-0.399 4.787 1.198 9.523 4.443 13.053 3.244 3.526 7.837 5.491 12.579 5.491h39.932c8.637-0.051 15.872-6.602 16.87-15.27 9.437-75.942 73.578-132.937 149.6-132.937s140.163 56.995 149.597 132.937c0.95 8.669 8.237 15.219 16.874 15.27h39.933c4.742 0.051 9.283-1.965 12.528-5.491 3.245-3.53 4.842-8.266 4.442-13.053zM512 672c50.458 0 93.36-14.864 128-35.085v131.085c0 70.691-57.309 128-128 128s-128-57.309-128-128v-131.085c34.64 20.221 77.542 35.085 128 35.085zM320 615.555c0-33.77 62.381-54.912 91.043-37.059 27.446 17.091 61.098 29.504 100.957 29.504s73.51-12.413 100.957-29.504c28.662-17.853 91.043 3.29 91.043 37.059v152.445c0 106.038-85.962 192-192 192s-192-85.962-192-192v-152.445z"],"tags":["ico_controlRoom"]},"attrs":[{}],"properties":{"code":60371,"id":678,"name":"control-room","order":625,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M711.112 199.109c47.124 0 85.33 38.204 85.33 85.332v68.892l101.437-53.508c30.674-6.816 61.056 12.524 67.876 43.192 0.901 4.052 1.357 8.19 1.357 12.342v313.272c0 31.421-25.472 56.893-56.888 56.893-4.152 0-8.289-0.456-12.344-1.357l-101.437-53.535v68.92c0 47.13-38.205 85.33-85.33 85.33h-568.892c-47.128 0-85.332-38.205-85.332-85.33v-455.11c0-47.128 38.204-85.332 85.332-85.332l568.892-0.002zM711.112 255.999h-568.892c-14.588 0-26.61 10.98-28.254 25.128l-0.192 3.318v455.113c0 14.587 10.98 26.609 25.126 28.252l3.318 0.195h568.889c14.587 0 26.609-10.982 28.257-25.129l0.189-3.318v-455.109c0-14.586-10.977-26.61-25.124-28.252l-3.318-0.198zM910.223 355.361l-113.782 60.048v193.175l113.782 60.047v-313.27z","M459.931 523.822c37.42-12.901 61.608-46.498 61.608-90.778 0-127.081-193.342-127.081-193.342 0 0 44.279 24.187 77.876 61.607 90.778-99.1 10.977-108.203 70.528-108.203 141.271h47.762c0-65.562 0-95.524 95.505-95.524 95.504 0 95.504 29.962 95.504 95.524h47.764c0-70.743-9.103-130.294-108.205-141.271zM375.958 433.044c0-36.181 26.349-49.044 48.908-49.044s48.909 12.863 48.909 49.044c0 30.663-18.285 49.006-48.909 49.006s-48.908-18.343-48.908-49.006z"],"tags":["ico_personalMeeting"]},"attrs":[{},{}],"properties":{"code":60372,"id":677,"name":"personal-meeting","order":626,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.987 116.14c-218.675 0-395.946 177.271-395.946 395.947s177.271 395.945 395.946 395.945c218.673 0 395.948-177.27 395.948-395.945s-177.275-395.947-395.948-395.947zM54.6 512.087c0-252.608 204.779-457.387 457.386-457.387 252.609 0 457.388 204.779 457.388 457.387 0 252.605-204.78 457.385-457.388 457.385-252.607 0-457.386-204.78-457.386-457.385z","M54.6 512.020c0-16.967 13.754-30.721 30.72-30.721h853.335c16.963 0 30.72 13.754 30.72 30.721 0 16.968-13.757 30.72-30.72 30.72h-853.335c-16.966 0-30.72-13.752-30.72-30.72z","M511.987 54.7c8.63 0 16.863 3.63 22.68 10.002 111.744 122.334 175.247 281.093 178.698 446.745 0.010 0.426 0.010 0.855 0 1.28-3.451 165.652-66.954 324.408-178.698 446.746-5.816 6.369-14.049 9.999-22.68 9.999s-16.862-3.63-22.682-9.999c-111.743-122.337-175.247-281.093-178.698-446.746-0.009-0.425-0.009-0.854 0-1.28 3.451-165.652 66.954-324.411 178.698-446.745 5.82-6.372 14.052-10.002 22.682-10.002zM372.047 512.087c3.037 138.936 52.49 272.512 139.94 379.684 87.448-107.172 136.902-240.748 139.938-379.684-3.036-138.937-52.49-272.512-139.938-379.682-87.45 107.17-136.903 240.745-139.94 379.682z"],"tags":["globe"]},"attrs":[{},{},{}],"properties":{"code":60377,"id":676,"name":"globe","order":627,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M467.2 336c0-97.202 80.231-176 179.2-176s179.2 78.798 179.2 176v352h134.4l-179.2 176-179.2-176h134.4v-352c0-48.601-40.115-88-89.6-88s-89.6 39.399-89.6 88v352c0 97.202-80.231 176-179.2 176s-179.2-78.798-179.2-176v-352h-134.4l179.2-176 179.2 176h-134.4v352c0 48.601 40.115 88 89.6 88s89.6-39.399 89.6-88v-352z"],"tags":["swap"]},"attrs":[{}],"properties":{"code":60378,"id":675,"name":"swap","order":628,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 288c0-53.019 42.981-96 96-96h704c53.021 0 96 42.981 96 96v448c0 53.021-42.979 96-96 96h-704c-53.019 0-96-42.979-96-96v-448zM160 256c-17.673 0-32 14.327-32 32v448c0 17.674 14.327 32 32 32h704c17.674 0 32-14.326 32-32v-448c0-17.673-14.326-32-32-32h-704z","M96 384h832v128h-832v-128z","M192 672c0-17.674 14.327-32 32-32h192c17.674 0 32 14.326 32 32s-14.326 32-32 32h-192c-17.673 0-32-14.326-32-32z"],"tags":["payment_method"]},"attrs":[{},{},{}],"properties":{"code":60370,"id":669,"name":"payment-method","order":629,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M418.454 64.094c17.622 1.356 30.806 16.739 29.453 34.36l-64 832c-1.357 17.622-16.739 30.806-34.362 29.453-17.622-1.357-30.807-16.739-29.453-34.362l64-832c1.357-17.621 16.739-30.807 34.362-29.452z","M674.454 64.094c17.622 1.356 30.806 16.739 29.453 34.36l-64 832c-1.357 17.622-16.739 30.806-34.362 29.453-17.622-1.357-30.806-16.739-29.453-34.362l64-832c1.357-17.621 16.739-30.807 34.362-29.452z","M64 640c0-17.674 14.327-32 32-32h768c17.674 0 32 14.326 32 32s-14.326 32-32 32h-768c-17.673 0-32-14.326-32-32z","M128 384c0-17.674 14.327-32 32-32h768c17.674 0 32 14.326 32 32s-14.326 32-32 32h-768c-17.673 0-32-14.326-32-32z"],"tags":["additional_numbers"]},"attrs":[{},{},{},{}],"properties":{"code":60381,"id":681,"name":"additional-numbers","order":630,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M469.066 81.69c27.027-13.514 58.842-13.514 85.869 0l355.376 177.691c10.842 5.42 17.69 16.501 17.69 28.622s-6.848 23.201-17.69 28.621l-355.379 177.686c-27.024 13.514-58.838 13.514-85.862 0l-355.38-177.686c-10.841-5.42-17.689-16.501-17.689-28.621s6.848-23.201 17.689-28.622l355.377-177.691zM526.31 138.933c-9.008-4.505-19.613-4.505-28.621 0l-298.135 149.069 298.135 149.067c9.008 4.502 19.613 4.502 28.621 0l298.134-149.067-298.134-149.069z","M359.722 425.411l-166.591 93.974 303.148 171.005c9.757 5.507 21.686 5.507 31.443 0l303.149-171.005-166.592-93.974 31.443-55.744 216 121.85c10.058 5.67 16.278 16.323 16.278 27.869 0 11.549-6.221 22.198-16.278 27.872l-352.554 198.877c-29.277 16.515-65.059 16.515-94.336 0l-352.554-198.877c-10.057-5.674-16.278-16.323-16.278-27.872 0-11.546 6.22-22.198 16.277-27.869l216.001-121.85 31.443 55.744z","M198.127 731.078l136.475-69.987-29.204-56.95-192 98.464c-10.681 5.478-17.398 16.47-17.398 28.474s6.717 22.998 17.398 28.474l354.797 181.946c27.501 14.102 60.109 14.102 87.61 0l354.797-181.946c10.682-5.475 17.398-16.47 17.398-28.474s-6.717-22.995-17.398-28.474l-192-98.464-29.203 56.95 136.474 69.987-299.27 153.472c-9.168 4.701-20.035 4.701-29.203 0l-299.272-153.472z"],"tags":["bundle"]},"attrs":[{},{},{}],"properties":{"code":60374,"id":673,"name":"bundle","order":631,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"attrs":[{},{},{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 896c-17.673 0-32-14.326-32-32s14.327-32 32-32c17.674 0 32 14.326 32 32s-14.326 32-32 32zM320 960c53.021 0 96-42.979 96-96s-42.979-96-96-96c-53.019 0-96 42.979-96 96s42.981 96 96 96z","M934.941 224.762c17.254 3.834 28.131 20.928 24.298 38.18l-64 287.999c-3.834 17.254-20.928 28.131-38.179 24.298-17.254-3.834-28.131-20.928-24.298-38.179l64-288.001c3.834-17.252 20.928-28.13 38.179-24.296z","M64 96c0-17.673 14.327-32 32-32h64c15.643 0 28.993 11.309 31.564 26.739l91.544 549.261h580.892c17.674 0 32 14.326 32 32s-14.326 32-32 32h-608c-15.643 0-28.993-11.309-31.564-26.739l-91.544-549.261h-36.892c-17.673 0-32-14.327-32-32z","M768 896c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.674 0 32 14.326 32 32s-14.326 32-32 32zM768 960c53.021 0 96-42.979 96-96s-42.979-96-96-96c-53.021 0-96 42.979-96 96s42.979 96 96 96z","M160 256c0-17.673 14.327-32 32-32h736c17.674 0 32 14.327 32 32s-14.326 32-32 32h-736c-17.673 0-32-14.327-32-32z","M224 544c0-17.674 14.327-32 32-32h608c17.674 0 32 14.326 32 32s-14.326 32-32 32h-608c-17.673 0-32-14.326-32-32z"],"tags":["purchase_cart"]},"attrs":[{},{},{},{},{},{}],"properties":{"code":60373,"id":674,"name":"purchase-cart","order":632,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":41},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 128c0-53.019 42.981-96 96-96h128c53.021 0 96 42.981 96 96v32h416c53.021 0 96 42.981 96 96v576c0 53.021-42.979 96-96 96h-421.462c-13.178 37.286-48.739 64-90.538 64h-128c-41.799 0-77.359-26.714-90.537-64h-37.463c-53.019 0-96-42.979-96-96v-576c0-53.020 42.981-96 96-96h32v-32zM160 224h-32c-17.673 0-32 14.327-32 32v576c0 17.674 14.327 32 32 32h32v-640zM480 864h416c17.674 0 32-14.326 32-32v-576c0-17.673-14.326-32-32-32h-416v640zM256 96c-17.673 0-32 14.327-32 32v768c0 17.674 14.327 32 32 32h128c17.674 0 32-14.326 32-32v-768c0-17.673-14.326-32-32-32h-128zM544 352c0-17.674 14.326-32 32-32h256c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32zM544 480c0-17.674 14.326-32 32-32h256c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32zM544 608c0-17.674 14.326-32 32-32h256c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32zM640 736c0-17.674 14.326-32 32-32h64c17.674 0 32 14.326 32 32s-14.326 32-32 32h-64c-17.674 0-32-14.326-32-32z"],"tags":["device"]},"attrs":[{}],"properties":{"code":60375,"id":672,"name":"device","order":633,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":42},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 32c17.674 0 32 14.327 32 32l-0.032 96.256 383.898 0.017c50.81 0 92.4 39.473 95.779 89.427l0.221 6.573v396.382c0 18.922-5.59 37.421-16.070 53.174l-49.363 74.138-21.952 131.814c-7.395 44.362-44.486 77.37-88.867 80.042l-5.827 0.176h-339.568c-46.929 0-86.979-33.93-94.695-80.218l-21.985-131.814-49.144-74.237c-9.105-13.754-14.492-29.584-15.697-45.955l-0.259-7.046v-396.457c0-53.019 42.981-96 96-96l63.563-0.011v-96.263c0-17.673 14.326-31.999 32-31.999zM767.866 224.275h-511.428c-17.673 0-32 14.327-32 32v396.458c0 6.285 1.849 12.429 5.319 17.667l56.689 85.619 24.207 145.245c2.572 15.427 15.924 26.739 31.565 26.739h339.568c15.642 0 28.992-11.312 31.565-26.739l24.214-145.28 56.947-85.6c3.491-5.251 5.357-11.418 5.357-17.725v-396.383c0-17.674-14.326-32-32-32l-0.003-0.002zM576 768c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128zM640 640c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32s14.326-32 32-32h256zM661.334 330.666c17.674 0 32 14.33 32 32v138.669c0 17.674-14.326 32-32 32h-298.669c-17.674 0-32-14.326-32-32v-138.669c0-17.67 14.326-32 32-32h298.669zM629.334 394.666h-234.669v74.669h234.669v-74.669z"],"tags":["push_to_talk"]},"attrs":[{}],"properties":{"code":60376,"id":671,"name":"push-to-talk","order":634,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":43},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 256c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM736 96c-88.366 0-160 71.634-160 160s71.634 160 160 160v0c88.366 0 160-71.634 160-160s-71.634-160-160-160v0zM192 224c0-17.673 14.327-32 32-32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224c-53.019 0-96 42.981-96 96v0 416c0 53.019 42.981 96 96 96v0h64v160c-0 0.001-0 0.001-0 0.002 0 17.673 14.327 32 32 32 7.961 0 15.243-2.907 20.842-7.718l-0.042 0.036 215.040-184.32h212.16c53.019 0 96-42.981 96-96v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673-14.327 32-32 32v0h-224c-0.001-0-0.002-0-0.002-0-7.96 0-15.241 2.906-20.84 7.716l0.043-0.036-171.2 146.784v-122.464c0-17.673-14.327-32-32-32v0h-96c-17.673 0-32-14.327-32-32v0-416z"],"tags":["mark-as-read_border"]},"attrs":[{}],"properties":{"code":60369,"id":666,"name":"mark-as-read_border","order":635,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":44},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M826.019 202.354l-62.851-147.139c-5.178-12.125-21.978-13.133-28.57-1.715l-30.874 53.477c-58.122-27.562-123.123-42.982-191.725-42.982-247.424 0-448 200.577-448 448.001s200.576 448 448 448c247.424 0 448-200.576 448-448 0-24.218-1.92-47.984-5.619-71.158-2.326-14.576-15.213-24.842-29.974-24.842-20.518 0-35.488 19.386-32.506 39.686 2.701 18.381 4.099 37.184 4.099 56.314 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.078 171.923-384.001 384-384.001 56.944 0 110.992 12.395 159.594 34.633l-32.995 57.149c-6.592 11.418 2.682 25.462 15.77 23.885l158.851-19.138c10.592-1.276 16.992-12.361 12.8-22.17zM694.627 393.37c12.496 12.496 12.496 32.758 0 45.254l-246.627 246.627-118.627-118.627c-12.497-12.496-12.497-32.758 0-45.254s32.758-12.496 45.254 0l73.373 73.373 201.373-201.373c12.496-12.496 32.758-12.496 45.254 0z"],"tags":["update"]},"attrs":[{}],"properties":{"code":60365,"id":665,"name":"update","order":636,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":45},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 576c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM320 640c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128zM671.174 194.441c132.638 60.495 224.826 194.261 224.826 349.559 0 114.715-50.302 217.681-130.052 288.045l162.052-0.045v64h-288v-288h64l0.035 191.997c77.704-58.383 127.965-151.32 127.965-255.997 0-129.782-77.26-241.518-188.295-291.726l27.468-57.833zM320 64c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM320 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["conversion"]},"attrs":[{}],"properties":{"code":60366,"id":664,"name":"conversion","order":637,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":46},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M384 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 128h-256v256h256v-256zM896 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM896 128h-256v256h256v-256zM384 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 640h-256v256h256v-256zM896 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM896 640h-256v256h256v-256z"],"tags":["category"]},"attrs":[{}],"properties":{"code":60367,"id":663,"name":"category","order":638,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":47},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M525.024 130.846c32.878 0 59.799 25.632 62.174 58.189l0.189 4.667 0.038 162.554 31.144-0.038c223.924 0 405.432 182.945 405.432 408.624v94.304c0 37.454-53.351 43.498-61.608 6.963-24.96-110.831-121.633-191.936-235.085-195.417l-8.219-0.115h-131.663l-0.038 162.554c0 16.642-6.598 32.672-18.286 44.455-23.075 23.26-59.723 24.485-84.231 3.673l-0.038 0.077-3.959-3.673-317.242-319.753c-23.075-23.26-24.281-60.178-3.657-84.892l3.657-3.979 317.242-319.753c11.688-11.783 27.562-18.402 44.114-18.402l0.038-0.038zM386.613 138c10.934 11.898 11.085 30.3 0.415 42.389l-5.844 6.58-318.26 326.409 318.26 321.359 5.731 6.465c11.5 12.893 10.482 32.825-2.225 44.493-10.595 9.717-26.129 10.712-37.704 3.061l-4.147-3.29-323.802-326.945c-24.772-24.255-25.45-64.31-1.546-89.445l2.451-2.448 2.564-2.295 320.334-327.901c12.518-11.821 32.124-11.133 43.774 1.569v0zM518.803 202.578c-1.659 0-3.243 0.65-4.411 1.836l-302.16 304.565c-2.451 2.448-2.451 6.427 0 8.914l302.16 304.565c2.451 2.448 6.41 2.448 8.823 0 1.169-1.186 1.848-2.755 1.848-4.438l0.038-178.775c0-17.369 13.988-31.447 31.181-31.447l172.496 0.153c88.341 2.716 168.386 42.733 223.887 105.781l6.297 7.384-1.244-8.914c-23.678-155.745-150.439-277.287-307.891-291.595l0.038-1.416-93.581-0.038c-15.987 0-29.183-12.127-30.955-27.775l-0.226-3.673-0.038-178.814c0-3.443-2.79-6.274-6.221-6.274l-0.038-0.038z"],"tags":["thread_reply_snackbar"]},"attrs":[{}],"properties":{"code":60368,"id":662,"name":"thread-reply-snackbar","order":639,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":48},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M338.624 76.992c3.916 5.248 6.271 11.862 6.271 19.026 0 10.517-5.073 19.848-12.906 25.681l-0.085 0.061-216.896 160c-5.245 3.906-11.853 6.254-19.008 6.254-17.681 0-32.014-14.333-32.014-32.014 0-10.525 5.079-19.864 12.921-25.699l0.085-0.061 216.896-160c5.245-3.91 11.854-6.259 19.011-6.259 10.526 0 19.864 5.082 25.696 12.926l0.061 0.085zM685.344 76.992c5.894-7.917 15.225-12.991 25.742-12.991 7.164 0 13.778 2.354 19.111 6.331l-0.085-0.060 216.896 160c7.919 5.894 12.993 15.226 12.993 25.744 0 17.674-14.327 32.001-32.001 32.001-7.156 0-13.763-2.349-19.093-6.317l0.085 0.061-216.864-160c-7.941-5.892-13.032-15.238-13.032-25.772 0-7.151 2.345-13.753 6.309-19.081l-0.061 0.085zM896 576c0 212.064-171.936 384-384 384s-384-171.936-384-384 171.936-384 384-384 384 171.936 384 384zM544 352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 35.346 28.654 64 64 64v0h144c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-144v-192z"],"tags":["reminder_filled"]},"attrs":[{}],"properties":{"code":60364,"id":661,"name":"reminder","order":640,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":49},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M331.872 121.76l-216.864 160 0.085-0.061c-5.331 3.967-11.938 6.314-19.093 6.314-17.681 0-32.014-14.333-32.014-32.014 0-10.525 5.079-19.864 13.006-25.76l216.896-160-0.085 0.061c5.327-3.961 11.929-6.305 19.077-6.305 17.675 0 32.004 14.329 32.004 32.004 0 10.527-5.082 19.866-13.012 25.76zM730.112 70.24l216.896 160 0.085 0.061c7.841 5.835 12.921 15.174 12.921 25.699 0 17.681-14.333 32.014-32.014 32.014-7.155 0-13.763-2.348-19.008-6.254l-216.864-160-0.085-0.061c-7.845-5.833-12.927-15.173-12.927-25.699 0-17.675 14.329-32.004 32.004-32.004 7.149 0 13.75 2.344 18.992 6.244zM544 352v192h144v0c17.673 0 32 14.327 32 32s-14.327 32-32 32h-144v0c-35.346 0-64-28.654-64-64v-192 0c0-17.673 14.327-32 32-32s32 14.327 32 32zM832 576c0-176.736-143.264-320-320-320s-320 143.264-320 320c0 176.736 143.264 320 320 320s320-143.264 320-320zM896 576c0 212.064-171.936 384-384 384s-384-171.936-384-384 171.936-384 384-384 384 171.936 384 384z"],"tags":["reminder_border"]},"attrs":[{}],"properties":{"code":60363,"id":660,"name":"reminder_border","order":641,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":50},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M295.698 384.020c26.94-15.192 61.094-5.668 76.286 21.272l7.532 13.234 9.381 15.993 4.961 8.069 5.958 9.129c1.122 1.675 2.307 3.427 3.557 5.254l12.969 18.497c1.249 1.748 2.384 3.574 3.397 5.468 12.962 24.229 3.828 54.379-20.402 67.341l-13.128 7.042 1.48 3.852c3.042 6.931 8.58 15.715 16.762 26.023l4.312 5.279c12.832 15.293 24.555 25.907 34.79 32.014l3.327 1.852 9.523-11.425 3.471-3.519c20.095-18.431 51.327-17.082 69.757 3.013 5.586 6.090 10.703 11.487 15.336 16.182l8.618 8.45 3.818 3.517c1.055 0.947 2.19 1.945 3.406 2.992l8.256 6.884 10.167 8.066 12.74 9.752 4.743 4.136c20.597 20.087 22.726 52.949 4.13 75.592l-10.779 13.124c-30.101 36.65-80.303 49.883-124.558 32.831-52.92-20.39-104.604-61.081-155.403-121.636l-8.71-10.599c-39.603-49.226-64.611-95.182-74.708-138.225-11.483-48.955 8.773-99.878 50.746-127.569l14.931-9.85zM330.174 428.869c-2.17-3.849-7.049-5.209-10.898-3.039l-15.407 10.141c-25.183 16.615-37.337 47.168-30.447 76.541 8.881 37.862 33.238 80.988 73.46 128.937l8.611 10.050c43.025 49.138 85.547 81.566 127.275 97.644 24.944 9.611 53.241 2.153 70.207-18.505l10.779-13.124c2.804-3.414 2.31-8.456-1.105-11.26l-6.952-5.289-11.976-9.329-10.115-8.226-8.272-7.142c-4.31-3.87-9.045-8.417-14.22-13.65l-10.939-11.384-5.917-6.384c-0.512-0.558-1.379-0.595-1.937-0.083l-12.477 14.945c-10.922 13.104-28.953 17.838-44.903 11.792-20.918-7.929-41.633-24.778-62.947-50.179-20.598-24.548-32.392-45.89-34.691-65.56-1.901-16.323 6.372-32.15 20.864-39.902l18.529-9.913c0.854-0.457 1.177-1.52 0.719-2.375l-13.823-19.746-7.248-10.836-3.062-4.765-5.367-8.721-6.35-10.733zM640 232c72.967 0 133.926 51.415 148.624 119.992l11.376 0.008c17.673 0 32 14.327 32 32v32c0 17.673-14.327 32-32 32l-22.1 0.022c-24.163 51.957-76.824 87.978-137.9 87.978-13.255 0-24-10.745-24-24s10.745-24 24-24c57.438 0 104-46.562 104-104s-46.562-104-104-104c-55.457 0-100.776 43.407-103.835 98.098l-0.165 5.902v40.046c0 13.255-10.745 24-24 24l-0.488-0.046h-31.512c-17.673 0-32-14.327-32-32v-32c0-17.673 14.327-32 32-32l11.376-0.008c14.698-68.577 75.657-119.992 148.624-119.992zM640 304c44.183 0 80 35.817 80 80s-35.817 80-80 80-80-35.817-80-80 35.817-80 80-80z"],"tags":["avatar-delegated-lines"]},"attrs":[{}],"properties":{"code":60362,"id":659,"name":"avatar-delegated-lines","order":642,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":51},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M515.179 213.333c27.897 0 50.766 21.454 52.777 48.667l0.159 3.918 0.026 135.983 26.442-0.026c190.040 0 344.084 153.020 344.084 341.798v78.876c0 31.34-45.287 36.388-52.274 5.811-21.174-92.706-103.225-160.54-199.516-163.458l-6.961-0.105h-111.748l-0.026 135.957c0 13.935-5.585 27.318-15.51 37.177-19.586 19.456-50.686 20.482-71.49 3.076l-0.026 0.053-3.361-3.076-269.232-267.444c-19.586-19.456-20.619-50.349-3.097-71.015l3.097-3.339 269.232-267.444c9.925-9.86 23.398-15.407 37.426-15.407zM397.696 219.331c9.273 9.953 9.421 25.337 0.342 35.467l-4.945 5.518-270.119 273.017 270.119 268.795 4.872 5.394c9.754 10.799 8.907 27.461-1.892 37.215-8.989 8.119-22.164 8.955-32.013 2.548l-3.523-2.742-274.828-273.472c-21.025-20.301-21.613-53.802-1.312-74.828l2.075-2.034 2.183-1.917 271.882-274.277c10.624-9.898 27.261-9.308 37.158 1.316zM509.885 273.358c-1.403 0-2.753 0.552-3.732 1.551l-256.448 254.745c-2.065 2.051-2.065 5.39 0 7.441l256.448 254.745c2.065 2.051 5.426 2.051 7.49 0 1.006-0.999 1.562-2.314 1.562-3.707l0.026-149.55c0-14.513 11.858-26.292 26.468-26.292l146.394 0.131c74.984 2.261 142.901 35.731 190.014 88.473l5.347 6.179-1.059-7.467c-20.089-130.278-127.682-231.949-261.318-243.912l0.026-1.183-79.43-0.026c-13.578 0-24.774-10.149-26.283-23.216l-0.185-3.076-0.026-149.576c0-2.892-2.382-5.258-5.294-5.258z"],"tags":["thread-reply"]},"attrs":[{}],"properties":{"code":60361,"id":658,"name":"thread-reply","order":643,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":52},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512.037 256c-229.659 0-256.037 26.312-256.037 256s26.379 256 256.037 256c226.76 0 255.488-27.452 255.963-244.975v-22.050c-0.44-217.523-29.202-244.975-255.963-244.975z"],"tags":["stop_sp"]},"attrs":[{}],"properties":{"code":60357,"id":657,"name":"stop_sp","order":644,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":53},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 69.12c-462.746 0-512 41.626-512 442.88 0 401.306 47.36 442.88 512 442.88s512-41.574 512-442.88c0-401.254-49.254-442.88-512-442.88zM512 878.080c-433.92 0-433.92-20.48-433.92-366.080s0-366.080 433.92-366.080c433.92 0 433.92 20.48 433.92 366.080s0 366.080-433.92 366.080v0zM256 512c0 80.026 0 80.026 81.254 80.026 81.306 0 78.746-3.89 78.746-24.37h64c0 88.37-72.96 88.37-142.746 88.37-123.494 0-145.254-21.76-145.254-144.026 0-122.214 21.76-143.974 145.254-143.974 69.786 0 142.746 0 142.746 87.654h-64c0-19.814 0-23.654-78.746-23.654-78.694 0-81.254 0-81.254 79.974v0zM608 512c0 80.026 0 80.026 81.254 80.026 81.306 0 78.746-3.226 78.746-24.37h64c0 88.37-69.12 88.37-142.746 88.37-123.494 0-145.254-21.76-145.254-144.026 0-122.214 21.76-143.974 145.254-143.974 73.626 0 142.746 0 142.746 87.654h-64c0-20.48 0-23.654-78.746-23.654-78.694 0-81.254 0-81.254 79.974v0z"],"tags":["cc_l_sp"]},"attrs":[{}],"properties":{"code":60358,"id":656,"name":"cc_l_sp","order":645,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":54},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 921.6v-819.2l76.8-0v819.2h-76.8zM76.8 550.4l622.72-0-263.040 263.040 53.76 56.96 354.56-358.4-358.4-358.4-53.76 54.4 266.88 265.6-622.72 0v76.8z"],"tags":["hide_sp"]},"attrs":[{}],"properties":{"code":60359,"id":655,"name":"hide_sp","order":646,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":55},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.336 75.3c21.692 10.186 38.502 26.166 50.458 47.988 11.708 23.302 25.11 47.464 40.214 72.48 15.14 25.074 33.134 52.68 54.26 83.218 13.244 20.026 18.514 41.812 15.546 64.556-2.92 22.354-12.908 42.314-31.262 60.794-5.244 4.46-10.666 8.612-16.266 12.458-5 3.43-10.536 6.798-16.614 10.12-2.14 1.686-4.458 3.158-6.99 4.39l-5.464 2.654-5.698 3.14-1.43 0.69c-1.702 0.71-3.238 1.43-4.606 2.154 0.51 2.532 1.378 5.594 2.666 9.284l3.146 8.254c3.962 10.596 10.378 22.94 19.27 36.926 9.112 14.33 20.77 30.010 34.866 46.876 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.086 19.718 34.172 25.324 3.882 2.158 7.236 3.86 9.97 5.096l6.98-7.64 2.57-2.53 2.72-3.414 8.142-8.406 8.718-8.488 1.554-1.432c5.486-5.002 11.59-9.778 19.75-15.266 21.048-12.424 44.524-17.66 69.422-15.46 25.692 2.27 47.476 12.466 62.892 28.946 19.18 18.098 39.070 36.2 59.672 54.308l14.684 12.77 30.288 25.726 36.12 30.014c18.746 15.418 31.224 34.33 37.034 56.218 5.244 19.75 4.322 38.908-2.366 55.772l-2.778 6.212c-6.176 15.342-18.084 33.404-35.756 54.804-15.232 18.444-29.168 32.908-41.432 42.988l-5.152 4.050c-14.068 11.626-30.304 20.376-48.516 26.162-17.8 5.658-37.336 8.44-58.512 8.44-34.336 0-70.15-6.72-107.376-19.99-36.328-12.948-73.28-31.496-110.904-55.588-32.65-20.906-65.176-45.796-97.396-74.472l-13.79-12.52c-37.388-33.506-74.114-71.476-110.332-114.070-47.756-57.182-86.862-113.64-117.248-169.312-30.546-55.392-52.088-107.318-64.566-155.84-12.702-49.396-15.764-94.016-8.986-133.532 6.516-41.806 24.62-75.7 54.496-100.784 13.86-11.55 33.302-23.286 58.502-35.534 25.71-12.496 46.978-20.17 64.574-22.908 23.514-3.686 46.56-0.326 68.244 9.85zM254.91 128.7c-10.048 1.554-25.578 7.088-46.426 17.22-21.152 10.28-36.3 19.468-45.324 26.986-17.522 14.712-28.182 34.492-32.57 62.59-5.126 29.89-2.718 65.52 7.89 106.772 11.028 42.886 30.504 89.876 58.76 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.448 69.116 76.344 105.062 108.572 34.098 31.576 68.276 58.322 102.214 80.054 33.754 21.614 66.38 37.972 97.882 49.202 30.692 10.942 59.288 16.274 85.888 16.274 14.908 0 27.914-1.87 39.13-5.434 8.754-2.782 16.436-6.6 24.584-12.558l4.956-3.842c8.784-6.576 21.126-19.044 35.594-36.558 12.51-15.15 20.564-27.020 24.466-35.098l3.38-7.544c2.042-4.090 2.504-9.58 0.542-16.976-2.298-8.654-7.222-16.128-15.87-23.24l-41.448-34.49-26.134-22.242-15.068-13.104c-14.11-12.4-27.9-24.804-41.372-37.212l-19.972-18.616-2.816-2.828c-4.418-4.722-11.526-8.008-21.788-8.914-9.708-0.858-18.356 0.566-26.458 4.302l-3.812 2.004-1.572 1.114c-2.318 1.654-4.284 3.168-6.056 4.648l-2.534 2.212-5.12 4.872-7.28 7.38-1.154 1.51-2.896 3.33-5.076 5.192-5.038 5.514c-18.684 20.432-48.39 26.532-73.616 15.116-4.534-2.052-9.436-4.552-14.674-7.462-14.73-8.186-29.9-19.414-45.702-33.52-15.478-13.816-31.69-30.792-49-51.228-15.758-18.854-29.048-36.726-39.764-53.578-9.214-14.49-16.614-28.154-22.128-41.138l-2.338-5.844c-4.46-10.874-7.55-20.236-9.354-29.214-5.584-27.774 7.758-55.912 32.792-69.17l8.008-3.846 5.71-3.142 3.558-1.738 1.596-1.146 4.582-2.76c4.276-2.336 7.972-4.586 11.084-6.724l5.586-4.054 3.262-2.66 1.578-1.662c5.108-5.854 7.904-11.16 9.234-16.896l0.63-3.5c0.944-7.234-0.588-13.588-4.718-19.858-21.806-31.522-40.522-60.23-56.412-86.546-15.924-26.372-30.132-51.98-41.556-74.808-4.712-8.6-10.334-14.532-17.698-18.8l-3.834-2c-10.202-4.788-20.332-6.254-31.216-4.546zM788.288 31.552l10.264 0.153c23.541 0.714 44.216 3.927 62.024 9.639 20.352 6.528 37.152 15.648 50.4 27.36s23.040 25.728 29.376 42.048c6.336 16.32 9.504 34.176 9.504 53.568 0 20.16-3.36 38.64-10.080 55.44s-16.8 31.248-30.24 43.344c-13.44 12.096-30.24 21.504-50.4 28.224s-43.776 10.080-70.848 10.080v0h-58.176v146.592h-77.472v-416.448h135.648zM788.288 91.456h-58.176v149.472h58.176c14.208 0 26.592-1.776 37.152-5.328s19.296-8.64 26.208-15.264c6.912-6.624 12.096-14.688 15.552-24.192s5.184-20.112 5.184-31.824c0-11.136-1.728-21.216-5.184-30.24s-8.64-16.704-15.552-23.040c-6.912-6.336-15.648-11.184-26.208-14.544s-22.944-5.040-37.152-5.040v0z"],"tags":["parked-call_border"]},"attrs":[{}],"properties":{"code":60360,"id":654,"name":"parked-call_border","order":647,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":56},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M431.501 265.293c30.954-32.252 74.068-52.283 121.734-52.283 63.371 0 118.658 35.343 148.094 87.823 25.602-11.445 53.921-17.814 83.717-17.814 114.297 0 206.954 93.489 206.954 208.8 0 115.308-92.656 208.795-206.954 208.795-13.953 0-27.588-1.401-40.768-4.066-25.93 46.252-75.337 77.498-132.043 77.498-23.752 0-46.206-5.468-66.188-15.231-26.291 61.851-87.524 105.186-158.901 105.186-74.332 0-137.663-47.008-161.979-112.979-10.626 2.242-21.639 3.421-32.928 3.421-88.505 0-160.24-72.48-160.24-161.902 0-59.942 32.24-112.28 80.126-140.273-9.866-22.692-15.347-47.71-15.347-74.051 0-102.855 83.495-186.215 186.462-186.215 60.459 0 114.186 28.753 148.26 73.293z"],"tags":["Salesforce"]},"attrs":[{}],"properties":{"code":60337,"id":652,"name":"salesforce","order":648,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":57},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512.032 64.085c246.975 0 447.868 200.894 447.868 447.852 0 247.024-200.893 447.979-447.868 447.979-246.989 0-447.93-200.955-447.93-447.979 0-246.956 200.941-447.852 447.93-447.852zM512.032 154.776c-197.283 0-357.226 159.895-357.226 357.161 0 197.33 159.943 357.288 357.226 357.288 197.267 0 357.177-159.957 357.177-357.288 0-197.266-159.91-357.161-357.177-357.161zM481.649 577.016c15.777 7.412 33.132 8.601 49.002 4.317v0l99.995 173.216-113.755 65.672-87.827-152.14zM440.509 518.195c1.486 16.574 8.71 32.396 20.783 44.498v0l-100.074 173.343-113.752-65.735 87.876-152.107zM781.458 530.544v131.312h-175.721l-52.599-91.096c8.351-5.847 15.592-13.446 21.047-22.89 3.191-5.568 5.521-11.383 7.128-17.326v0h200.145zM662.765 287.932l113.736 65.673-87.891 152.203h-105.106c-1.455-16.638-8.679-32.524-20.812-44.595v-0.001l100.073-173.28zM418.324 362.111l52.568 91.005c-8.38 5.846-15.667 13.509-21.093 22.922-3.235 5.596-5.535 11.444-7.128 17.419v0h-200.051v1.125h-0.062v-132.47h175.767zM507.058 203.719l87.874 152.169-52.585 91.068c-15.743-7.383-33.084-8.601-48.971-4.381v0l-99.993-173.185 113.674-65.672z"],"tags":["Pivotal-tracker"]},"attrs":[{}],"properties":{"code":60338,"id":651,"name":"pivotal-tracker","order":649,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":58},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M551.991 65.28l53.168 0.088c35.714 0.086 58.767 22.791 58.855 58.301 0.159 69.192 0.058 138.411 0.013 207.6 0 3.631-0.405 7.288-0.709 12.428-65.17-37.718-131.676-43.321-199.283-12.021-50.536 23.403-85.552 62.426-104.18 115.038-37.133 104.903 19.658 220.113 125.839 256.087 110.173 37.282 234.806-24.011 265.7-149.906 3.166 2.642 107.676 105.28 156.833 154.001 26.702 26.449 26.655 58.157 0.077 84.608-24.233 24.1-48.532 48.141-72.893 72.123-27.090 26.624-59.187 26.741-86.075 0.32-24.373-23.952-85.594-83.795-85.594-83.795v0l0.008 1.465c0.003 0.478 0.006 1.068 0.010 1.761l0.029 5.346c0.074 14.015 0.215 42.953 0.264 69.676l-0.006 33.902c-0.011 3.235-0.025 6.231-0.044 8.924-0.219 34.059-23.316 57.171-57.258 57.373-36.281 0.174-72.574 0.145-108.852 0-34.639-0.146-57.927-23.084-58.347-57.924-0.094-7.786-0.149-18.36-0.178-30.020l-0.021-11.96c-0.002-2.033-0.004-4.080-0.005-6.133l-0.001-12.337c0.001-2.048 0.002-4.087 0.003-6.109l0.022-17.524c0.003-1.849 0.007-3.657 0.010-5.416l0.022-9.91c0.004-1.534 0.007-3.003 0.011-4.4l0.021-7.452c0.003-1.077 0.006-2.065 0.009-2.958l0.019-5.609c0 0-59.043 59.261-83.127 82.924-27.061 26.539-59.029 26.539-86.059 0.029-24.1-23.637-48.126-47.357-72.080-71.135-27.917-27.672-27.816-58.623-0.435-86.41 26.611-26.973 81.748-83.473 81.748-83.473s-0.479 0.001-1.381 0.002l-22.61 0.029c-1.588 0.002-3.233 0.003-4.927 0.005l-70.358 0.001c-1.878-0.003-3.722-0.006-5.524-0.009l-10.262-0.024c-3.218-0.010-6.214-0.021-8.932-0.033-37.788-0.204-59.536-22.097-59.666-59.871-0.101-34.175-0.131-68.38 0.015-102.554 0.159-36.846 22.093-58.854 59.158-59.085 3.984-0.026 8.625-0.047 13.729-0.063l10.764-0.028c1.877-0.004 3.792-0.007 5.736-0.010l70.287 0.007c1.614 0.002 3.171 0.004 4.663 0.006l16.656 0.025c0.668 0.001 1.236 0.002 1.696 0.003l1.409 0.003-17.664-17.653c-8.132-8.126-18.228-18.215-28.423-28.401l-13.017-13.003c-1.42-1.418-2.825-2.822-4.211-4.206l-21.642-21.607c-25.466-25.376-25.683-57.49-0.45-82.721 25.348-25.346 50.826-50.606 76.523-75.636 24.184-23.547 57.589-23.779 81.413 0.174 27.642 27.759 86.801 83.361 86.801 83.361v0l0.021-45.651c0.002-1.918 0.004-3.861 0.006-5.821l0.026-17.912c0.032-17.977 0.082-35.543 0.163-47.222 0.246-36.439 23.242-59.435 59.333-59.521 35.436-0.117 70.874-0.117 106.325 0zM552.592 429.843c45.626 0.204 82.198 36.527 82.241 81.707 0.043 45.409-36.222 81.471-82.052 81.616-46.559 0.144-83.026-35.972-82.839-82.052 0.177-45.093 37.152-81.444 82.65-81.271z"],"tags":["Crashlytics"]},"attrs":[{}],"properties":{"code":60339,"id":650,"name":"crashlytics","order":650,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":59},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M517.595 71.933l436.53 222.291v433.315l-435.415 224.528-1.115-0.034-2.302 0.034h-13.321l-432.097-224.528v-433.315l432.098-222.291h15.622zM555.32 299.46h-89.388l-137.686 344.558c-3.901 10.736-9.119 13.137-20.222 13.137v0h-10.437v66.285h51.547c32.626 0 43.71-7.768 54.146-34.643v0l28.709-74.054h156.608l28.708 74.054c10.435 26.875 22.172 34.643 54.816 34.643v0h50.878v-66.285h-10.436c-11.086 0-16.304-2.401-20.222-13.137v0l-137.021-344.558zM510.943 380.646c0 0 9.785 40.045 18.271 63.318v0l39.811 106.294h-117.45l39.795-106.294c8.484-23.273 18.271-63.318 18.271-63.318v0z"],"tags":["Airbrake"]},"attrs":[{}],"properties":{"code":60340,"id":649,"name":"airbrake","order":651,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":60},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M663.662 457.361l-43.34 87.429h-64.98l43.339-87.429h-65.010v-131.131h129.991v131.131zM490.329 457.361l-43.325 87.429h-64.994l43.325-87.429h-64.994v-131.131h129.991v131.131h-0.003zM512 64c-203.647 0-368.303 166.078-368.303 371.511s164.655 371.509 368.303 371.509h21.671v152.979c212.295-100.528 346.632-327.811 346.632-524.489 0-205.432-164.668-371.509-368.303-371.509v0z"],"tags":["Hangouts"]},"attrs":[{}],"properties":{"code":60341,"id":648,"name":"hangouts","order":652,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":61},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M951.974 437.647h-260.462l184.183-184.181c-14.503-20.322-30.624-39.368-48.209-56.985v0c-17.585-17.584-36.661-33.707-56.986-48.148l-184.148 184.152v-260.431c-24.12-4.076-48.862-6.224-74.133-6.224h-0.467c-25.257 0-49.997 2.148-74.118 6.224v260.433l-184.15-184.153c-20.322 14.441-39.383 30.564-56.953 48.179l-0.093 0.062c-17.568 17.555-33.658 36.599-48.13 56.892l184.182 184.18h-260.449c0 0-6.208 48.894-6.208 74.195v0.312c0 25.301 2.148 50.077 6.208 74.195h260.448l-184.182 184.181c28.96 40.615 64.533 76.218 105.179 105.162l184.15-184.183v260.462c24.103 4.045 48.831 6.164 74.055 6.193h0.621c25.208-0.029 49.984-2.148 74.041-6.193v-260.462l184.15 184.182c20.355-14.471 39.399-30.594 56.986-48.178l0.030-0.030c17.554-17.617 33.706-36.661 48.179-56.954l-184.183-184.179h260.462c4.045-24.089 6.164-48.8 6.193-74.041v-0.621c-0.029-25.242-2.148-49.952-6.193-74.042l-0.002 0.001zM623.543 512.188c0 33.175-6.102 64.888-17.117 94.206-29.318 11.048-61.062 17.117-94.236 17.148h-0.377c-33.144-0.030-64.903-6.099-94.206-17.148-11.047-29.286-17.131-61.032-17.148-94.206v-0.376c0.016-33.144 6.084-64.919 17.117-94.206 29.301-11.047 61.077-17.117 94.236-17.149h0.377c33.174 0.030 64.919 6.102 94.236 17.149 11.016 29.287 17.117 61.062 17.117 94.206v0.376z"],"tags":["Zapier"]},"attrs":[{}],"properties":{"code":60342,"id":647,"name":"zapier","order":653,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":62},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864.582 549.115c0 5.398-1.738 9.857-5.218 13.336-3.48 3.48-7.902 5.221-13.339 5.221h-278.353c-5.438 0-9.86-1.741-13.336-5.221-3.48-3.48-5.221-7.937-5.221-13.336v-371.14c0-5.437 1.741-9.858 5.221-13.337 3.478-3.48 7.936-5.22 13.336-5.22h278.353c5.438 0 9.86 1.738 13.339 5.22s5.218 7.902 5.218 13.337v371.14zM474.885 771.799c0 5.398-1.72 9.857-5.201 13.337-3.496 3.48-7.936 5.219-13.355 5.219h-278.354c-5.398 0-9.857-1.738-13.336-5.219-3.463-3.48-5.221-7.938-5.221-13.337v-593.823c0-5.437 1.741-9.858 5.221-13.337 3.48-3.48 7.937-5.22 13.336-5.22h278.354c5.419 0 9.858 1.738 13.355 5.22 3.481 3.48 5.201 7.901 5.201 13.337v593.823zM946.348 77.652c-7.32-7.359-16.018-11.019-26.096-11.019h-816.505c-10.057 0-18.757 3.66-26.094 11.019-7.341 7.357-11.020 16.056-11.020 26.096v816.504c0 10.040 3.68 18.739 11.020 26.094 7.356 7.359 16.057 11.020 26.094 11.020h816.505c10.079 0 18.776-3.66 26.096-11.020 7.321-7.355 11.020-16.056 11.020-26.094v-816.504c0-10.079-3.698-18.739-11.020-26.096z"],"tags":["Trello"]},"attrs":[{}],"properties":{"code":60345,"id":646,"name":"trello","order":654,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":63},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 64v896h896v-896h-896zM637.819 724.587c-30.989 24.792-76.855 37.809-132.017 37.809-69.415 0-136.354-21.073-172.301-41.527l18.593-115.901c42.148 24.791 106.605 44.005 145.654 44.005 31.607 0 48.96-11.775 48.96-32.228 0-21.073-17.972-34.707-71.896-53.923-83.67-30.369-135.114-66.317-135.114-150.61 0-46.484 16.736-84.91 48.963-111.562 30.99-25.411 74.377-39.046 126.44-39.046 73.756 0 127.057 20.454 153.089 32.849l-18.594 114.661c-32.849-16.115-80.574-34.087-127.058-34.087-25.412 0-39.666 9.915-39.666 27.269 0 20.453 24.791 33.472 70.037 50.205 84.911 30.37 137.593 66.319 137.593 152.47 0 52.062-17.975 92.348-52.682 119.618v-0.001z"],"tags":["Stripe"]},"attrs":[{}],"properties":{"code":60346,"id":645,"name":"stripe","order":655,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":64},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M941.595 657.293c-1.41-4.275-2.822-8.55-4.263-12.796-0.72-0.358-1.441-0.716-2.13-1.075-0.359-1.405-0.722-2.841-1.082-4.275-2.13-1.765-4.292-3.529-6.422-5.321-1.051-1.406-2.13-2.841-3.211-4.247-1.441-0.357-2.852-0.716-4.265-1.075-0.359-0.717-0.719-1.435-1.080-2.122h-2.159v-1.077h-2.102v-1.076h-3.242c-0.359-0.688-0.719-1.405-1.079-2.122-1.050 0.36-2.1 0.717-3.18 1.076-0.362-1.076-0.722-2.153-1.082-3.198-0.72-0.358-1.441-0.718-2.13-1.076-0.362-3.198-0.72-6.398-1.079-9.597h-1.052v-2.124h-1.080v-3.198h-1.079v-3.199h-1.080v-3.199h-1.052v-2.123h-1.079v-2.152h-1.051v-2.122h-1.080v-3.198h-1.079c0.66-2.362 0.901-2.69 2.161-4.275h1.051c0.359-1.047 0.719-2.124 1.079-3.201 0.691-0.327 1.413-0.688 2.134-1.046v-2.153c0.719-0.328 1.44-0.688 2.161-1.045v-2.122c0.721-0.36 1.412-0.719 2.133-1.077v-3.198h1.050v-2.125c0.722-0.357 1.441-0.715 2.162-1.073v-5.323h1.080c1.38-4.663-0.121-14.019-1.080-17.068v-4.248h-1.082v-2.151h-1.080v-3.2h-1.050c-0.362-1.406-0.72-2.84-1.080-4.244-0.691-0.36-1.413-0.719-2.133-1.077v-2.124c-1.079-0.717-2.161-1.434-3.213-2.152v-2.124h-1.079c-1.051-1.405-2.133-2.839-3.212-4.275h-2.132c-1.050-1.405-2.13-2.84-3.212-4.245-1.441-0.358-2.852-0.718-4.262-1.076v-1.047h-2.161v-1.075c-2.133-0.719-4.263-1.435-6.424-2.123v-1.077c-2.13-0.358-4.263-0.716-6.422-1.075-2.491-2.841-4.982-5.682-7.504-8.521h-2.102c-1.44-1.765-2.879-3.558-4.32-5.321-1.412-0.358-2.822-0.719-4.264-1.077-0.719-1.075-1.44-2.122-2.13-3.198h-2.132c-0.362-0.719-0.721-1.406-1.079-2.122-2.344-1.557-4.534-2.602-7.504-3.201v-2.122c-4.744-0.657-4.684-2.72-9.605-3.199 0 0-0.18-4.156-1.079-2.153v1.077h-1.082v-2.122c-1.802-0.358-3.572-0.719-5.343-1.077-1.2-3.14 0.18-1.195-3.212-1.075v-2.122c-1.771-0.358-3.572-0.718-5.374-1.077 0-0.030 0.303-3.795-1.051-2.122-0.78 0.208 0.272 1.793-1.079 1.077-0.691-0.389-0.539-2.544-2.13-2.153v1.075h-1.082v-2.122c-3.781-0.418-5.193-1.528-8.553-2.153v-2.124h-3.212c-0.211-4.036-1.38-6.756-2.161-9.597-0.632-2.451 1.318-2.96 1.079-4.244h-1.079v-5.352h-1.052c-0.991-3.436 1.409-6.788 1.052-8.52h-1.052v-4.245h-1.051v-11.75h-1.080v-12.796h-1.080v-5.321h-1.080c-0.659-2.39 1.201-4.752 1.080-5.321h-1.080v-3.199h-1.051v-8.521h-1.079v-7.474h-1.050c-0.722-3.914-1.441-7.8-2.162-11.717h-1.079v-4.275h-1.051v-3.199h-1.080c-0.332-1.405-0.691-2.84-1.051-4.246h-1.081c-1.078-3.198-2.161-6.397-3.211-9.594-0.72-0.36-1.41-0.719-2.13-1.077l-2.162-6.398h-1.081c-1.859-2.361-3.54-3.826-4.262-7.444-3.421-0.926-3.782-2.748-6.423-4.275v-2.124c-1.443-0.358-2.852-0.716-4.264-1.074-0.719-2.124-1.44-4.278-2.161-6.4h-1.082v-2.122c-0.691-0.358-1.408-0.719-2.099-1.075-0.722-2.122-1.442-4.246-2.162-6.399-0.722-0.357-1.44-0.686-2.162-1.045v-2.153c-0.691-0.36-1.41-0.688-2.101-1.048v-2.151c-0.72-0.36-1.441-0.689-2.159-1.047v-2.153h-1.082c-1.92-2.332-3.512-3.855-4.263-7.442-3.003-0.748-4.081-1.944-5.342-4.275-1.199-1.198-0.481 0.027-1.079-2.122 1.98-1.616 5.104-6.22 6.422-8.522v-2.153c0.72-0.357 1.441-0.688 2.133-1.043 0.361-1.435 0.72-2.841 1.051-4.275 0.718-0.358 1.44-0.718 2.162-1.077 0.358-1.046 0.718-2.122 1.079-3.198h1.080v-2.124l2.101-2.124v-2.123h1.079v-2.152h1.081v-2.123h1.080v-2.122h1.081v-2.152h1.049v-2.123h1.050v-2.122h1.082v-2.153h1.080v-2.118h1.080v-3.199c0.691-0.358 1.412-0.717 2.133-1.075v-3.199h1.050v-2.122h1.082v-3.199h1.080c0.36-1.405 0.72-2.841 1.079-4.246h1.050c0.36-2.152 0.72-4.275 1.081-6.397h1.049v-3.199h1.080v-3.198h1.080v-2.153h1.082v-4.245h1.051c0.358-2.84 0.719-5.681 1.049-8.521l2.162-1.075c0.721-6.755 1.441-13.514 2.162-20.271h1.051v-4.245h1.050v-25.59h-1.050c-0.090-1.435 1.77-1.731 1.050-4.245h-1.050v-4.275h-1.051v-6.397h-1.079c-0.36-2.481-0.72-4.962-1.082-7.474h-1.080c-0.359-1.763-0.72-3.527-1.081-5.321h-1.048v-2.124h-1.051v-3.198h-1.082v-2.124l-2.162-1.075c-0.358-1.435-0.72-2.841-1.049-4.275-0.721-0.358-1.443-0.719-2.133-1.047-0.359-1.075-0.719-2.152-1.079-3.199h-1.080c-0.362-1.075-0.721-2.151-1.082-3.199h-2.13c-0.841-3.436-2.941-5.618-6.393-6.397v-2.153c-7.205-1.943-9.967-8.789-18.221-9.567v-2.152c-0.449 0.508-3.631 0.896-5.342 0-0.359-0.719-0.722-1.405-1.080-2.124h-4.292v-1.077h-4.262c-0.362-0.716-0.72-1.404-1.079-2.123-1.262 0.239-1.983 1.914-4.265 1.077v-1.076h-2.161v-1.075h-10.69v-1.047c-5.223-1.555-20.892 0-24.613 1.047-3.932-0.359-7.863-0.689-11.766-1.047v2.122c-2.161 0.36-4.292 0.719-6.424 1.077-0.12-0.029-0.42-1.555-2.161-1.077v1.077h-2.133v1.045c-2.312 0.749-3.182-1.403-4.292-1.045-0.359 0.688-0.72 1.405-1.082 2.123h-6.391v1.075h-2.134v1.048c-0.72-0.36-1.441-0.719-2.16-1.048-0.904 0.421 0.089 1.406-3.184 2.125-1.23-1.198 0-0.452-2.162-1.077v2.152c-2.852 0.329-5.703 0.688-8.584 1.048-0.331 0.715-0.691 1.434-1.050 2.153-1.051-0.36-2.13-0.719-3.212-1.077-0.359 0.716-0.72 1.404-1.080 2.122-3.543 0.717-7.145 1.435-10.688 2.122v2.153c-1.079-0.358-2.16-0.717-3.211-1.076v2.122c-3.212 0.719-6.423 1.435-9.634 2.153-0.362 0.719-0.722 1.405-1.079 2.122h-2.134v1.077c-1.77 0.358-3.571 0.717-5.341 1.047-0.359 0.716-0.721 1.435-1.081 2.151-0.691-0.358-1.409-0.715-2.13-1.075v2.124c-4.142 0.507-4.443 1.763-8.584 2.151v2.125c-2.46 0.715-4.982 1.403-7.475 2.122-0.36 0.718-0.691 1.435-1.051 2.153-1.44 0.327-2.882 0.688-4.32 1.046v1.075c-1.41 0.358-2.821 0.718-4.263 1.075-0.362 0.688-0.719 1.406-1.079 2.124-1.082 0.688-8.796 3.826-10.688 3.198v-1.075c-1.080-0.358-2.162-0.717-3.211-1.046v-1.076h-1.051v-2.124c-1.2-1.375-2.611-0.058-4.322-1.075-0.331-0.719-0.691-1.435-1.048-2.122-2.372-2.185-5.014-4.396-8.556-5.353v-2.122c-4.622-3.2-9.275-6.399-13.928-9.599v-2.122c-4.382-0.597-4.562-2.362-8.555-3.198 0 0-0.151-4.156-1.051-2.122-1.5 0.236 0.42 0.985-1.079 1.045v-2.122c-1.561-0.271-7.159-1.435-8.569-2.124-0.36-0.717-0.719-1.434-1.064-2.152-1.079 0.358-2.147 0.716-3.214 1.077-0.359-0.719-0.719-1.437-1.079-2.125h-1.065v1.048c-1.636-0.451-1.741-0.897-4.278-1.048v-2.153c-3.646 0.66-5.613 1.465-9.634 0v-1.047c-2.087-0.748-3.704-0.417-5.342-1.077v2.123c-4.292-0.358-8.569-0.716-12.847-1.045-2.52 0.688-4.713 1.944-8.568 2.123-1.202-3.14 0.18-1.195-3.198-1.077v2.153c-2.64 0.181-3.136 0.989-4.292 1.048-0.572-0.388-0.839-1.944-3.211-1.048-0.346 0.688-0.706 1.406-1.066 2.125-1.426-0.361-2.851-0.719-4.276-1.077v2.152c-4.278 0.688-8.57 1.404-12.848 2.124-0.358 0.716-0.705 1.404-1.065 2.122h-3.211v1.077c-2.147 0.357-4.279 0.715-6.422 1.043-0.359 0.719-0.722 1.435-1.065 2.153h-3.212v1.046c-2.67 1.286-5.237 1.884-8.57 2.153 0 0-0.148 4.125-1.065 2.122-1.485-0.27 0.436-1.016-1.065-1.075v2.153c-4.128 0.478-4.428 1.734-8.57 2.122v2.124c-1.426 0.358-2.849 0.715-4.276 1.075-0.362 0.717-0.722 1.435-1.065 2.122-1.427 0.358-2.868 0.717-4.292 1.077v1.075c-0.706-0.36-1.426-0.717-2.133-1.075v2.122h-2.146v1.075c-1.427 0.717-2.852 1.404-4.279 2.124v-1.046h-1.064v2.122c-4.831 1.344-4.863 4.665-10.701 5.321v2.124c-2.927 0.626-5.223 1.674-7.502 3.2-0.708 1.075-1.426 2.151-2.134 3.198-1.636 0.985-3.299-0.418-4.275 1.077v2.122c-8.78 2.332-12.833 12.046-21.418 13.871v2.124c-3.662 0.987-2.746 2.272-6.408 3.198v2.124c-3.303 0.956-4.006 2.57-6.423 4.275v1.075h-3.212c-1.561 5.74-6.935 6.278-9.637 10.644h-2.144c-1.202 4.393-3.227 4.094-6.422 6.397-3.919 4.275-7.852 8.521-11.767 12.796h-2.148c-2.851 3.199-5.703 6.397-8.553 9.596-1.786 1.405-3.573 2.841-5.358 4.275v2.122c-1.426 1.077-2.853 2.124-4.278 3.199-4.261 4.276-10.897 10.824-13.913 15.995h-2.13c-1.411 5.084-6.333 9.298-9.634 12.795-0.72 0.328-1.423 0.688-2.147 1.047v2.122c-2.491 2.153-4.996 4.275-7.488 6.398v2.152h-1.064c-1.532 1.855-2.493 2.571-3.214 5.322h-2.147c-0.705 2.749-2.609 5.65-4.276 7.473-0.72 0.331-1.426 0.688-2.147 1.047v2.153c-0.706 0.329-1.426 0.688-2.133 1.047v1.075c-1.078 0.718-2.144 1.406-3.212 2.124v2.124c-1.424 1.075-2.85 2.152-4.292 3.198v2.153c-0.705 0.358-1.423 0.688-2.13 1.046v2.153c-1.065 0.688-2.147 1.405-3.211 2.122v2.123c-1.065 0.718-2.148 1.435-3.212 2.152v2.123c-1.426 1.075-2.852 2.124-4.278 3.201v2.122c-0.72 0.358-1.424 0.715-2.147 1.075-0.36 1.077-0.705 2.122-1.065 3.199h-1.065v2.122c-0.72 0.358-1.441 0.719-2.147 1.075v2.124c-1.065 0.717-2.145 1.434-3.211 2.122v2.153c-0.722 0.358-1.426 0.686-2.148 1.047v2.151c-0.705 0.36-1.426 0.688-2.13 1.048v2.153h-1.082c-0.345 1.045-0.705 2.123-1.065 3.198-0.705 0.328-1.426 0.689-2.13 1.047v2.153c-1.079 0.688-2.144 1.403-3.211 2.122-0.361 1.406-0.722 2.841-1.082 4.244-0.705 0.36-1.426 0.719-2.13 1.077v2.124c-0.722 0.359-1.426 0.717-2.147 1.077v2.123c-0.706 0.357-1.426 0.715-2.147 1.075v2.123c-0.706 0.358-1.426 0.718-2.133 1.076-0.72 2.123-1.423 4.275-2.145 6.398h-1.066c-0.359 1.075-0.719 2.122-1.064 3.198-0.72 0.36-1.426 0.718-2.147 1.077v2.122c-0.72 0.36-1.426 0.718-2.147 1.077v2.124l-2.133 2.122v2.123h-1.079v2.153c-0.708 0.358-1.426 0.716-2.134 1.047v2.151l-2.143 2.124v2.122h-1.066v2.153c-0.72 0.358-1.426 0.688-2.147 1.046-0.362 1.435-0.706 2.84-1.065 4.275l-2.144 2.124v2.153h-1.066v2.122h-1.069v2.122h-1.079v2.123h-1.064v2.153h-1.066v2.123h-1.081v2.124h-1.064v2.151l-2.133 2.125v2.122c-0.719 0.358-1.44 0.719-2.144 1.077-0.361 2.122-0.722 4.275-1.065 6.397h-1.081c-0.705 2.122-1.426 4.275-2.13 6.397h-1.079v2.124h-1.065c-0.36 1.793-0.706 3.558-1.066 5.321h-1.080v2.153h-1.065c-0.705 3.199-1.423 6.397-2.147 9.596h-1.066c-0.36 1.405-0.705 2.841-1.064 4.245h-1.066c-0.359 2.481-0.722 4.993-1.080 7.474h-1.064v3.199h-1.066v2.122h-1.081c-0.345 2.482-0.705 4.993-1.066 7.474h-1.064v4.245c-0.722 0.359-1.427 0.717-2.148 1.077v5.322h-1.064v5.35h-1.066v6.37h-1.079v6.397h-1.064v3.198h-1.066v10.676c-0.945 3.076-2.431 22.18-1.082 26.634h1.082v8.522h1.066v3.198h1.064c-0.36 1.077-0.705 2.152-1.064 3.199 0.705 0.359 1.425 0.716 2.144 1.076 0.346 2.481 0.706 4.962 1.066 7.474h1.064c0.722 2.122 1.427 4.244 2.148 6.397h1.064v2.123h1.066c0.359 1.406 0.722 2.841 1.082 4.245 0.705 0.358 1.424 0.717 2.13 1.077v2.122c0.72 0.359 1.427 0.719 2.147 1.076v2.124h1.064c0.363 1.075 0.722 2.153 1.066 3.198 3.858 1.048 4.488 3.587 7.504 5.353v2.124c2.942 0.746 3.9 2.032 6.422 3.199v2.122c3.886 0.388 4.55 0.835 5.345 4.275 3.226 0.449 3.451 0.658 5.356 2.122v1.076h2.133c0.36 0.719 0.72 1.407 1.081 2.122h2.13c1.079 1.437 2.143 2.841 3.211 4.275h2.146c0.706 1.048 1.426 2.125 2.133 3.199h2.147c0.363 0.688 0.72 1.407 1.065 2.124 2.144 1.435 4.277 2.84 6.423 4.274-0.391 4.155-2.072 8.252-3.212 11.719v4.248h-1.066v2.151h-1.064v1.047h1.064v1.077h-1.064v6.397h-1.080v17.042c-0.346 4.633-0.705 9.235-1.065 13.871 0.72 0.358 1.426 0.716 2.147 1.077v8.517h1.064c0.706 3.917 1.426 7.804 2.133 11.72h1.079v4.275h1.066v2.122h1.065v3.199h1.079c0.359 2.122 0.706 4.275 1.065 6.397h1.066v2.124c0.719 0.358 1.426 0.717 2.144 1.076v3.198h1.065v2.123h1.082v2.124c0.705 0.358 1.426 0.717 2.13 1.076 0.72 2.122 1.426 4.275 2.146 6.397 0.706 0.36 1.426 0.719 2.13 1.077v2.124h1.081c1.56 1.972 2.595 3.408 3.211 6.397h2.133c1.44 5.682 6.856 9.327 10.701 12.795 0.361 0.688 0.72 1.406 1.079 2.124h2.13v2.122h1.081v1.075h2.13c1.079 1.435 2.147 2.841 3.212 4.275h2.147v2.122c3.228 0.479 3.423 0.659 5.345 2.124v1.075c1.422 0.359 2.865 0.719 4.292 1.075 0.705 1.047 1.426 2.124 2.13 3.199h2.144c0.362 0.688 0.708 1.407 1.065 2.123 0.722-0.359 1.426-0.716 2.147-1.074v2.122c3.333 0.717 4.773 1.853 8.555 2.153 1.202 3.14-0.165 1.163 3.212 1.046v2.152c2.493 0.358 4.996 0.688 7.489 1.046 0.359 0.719 0.722 1.434 1.082 2.153 1.065-0.358 2.13-0.719 3.211-1.076l1.065 2.122c1.064-0.358 2.133-0.688 3.212-1.046v1.046h2.13v1.076h7.504c7.128 2.122 16.42 1.795 23.534 1.077 0.674 2.362 0.901 2.631 2.144 4.244h1.065c0.361 1.435 0.72 2.84 1.082 4.275 0.705 0.359 1.426 0.717 2.13 1.074v2.125c0.719 0.357 1.426 0.715 2.144 1.075 0.362 1.405 0.708 2.839 1.065 4.245 1.067 0.719 2.148 1.435 3.212 2.122 0.361 1.077 0.722 2.153 1.065 3.199h1.081v2.153h1.064c1.575 1.944 2.582 3.409 3.211 6.398h2.147c0.749 2.928 2.461 5.472 4.277 7.444 0.706 0.358 1.427 0.718 2.133 1.077 0.359 1.076 0.72 2.122 1.079 3.198 1.064 0.718 2.13 1.406 3.212 2.122v2.124c1.426 1.077 2.85 2.152 4.277 3.199v2.153c1.426 1.047 2.853 2.122 4.276 3.199v2.122h2.147v2.123h1.069c1.784 2.152 3.57 4.275 5.356 6.397 0.706 0.36 1.426 0.718 2.133 1.076 1.485 1.975-0.481 1.556 2.144 3.201v2.122c4.457 1.225 5.763 4.665 8.556 7.474 3.211 2.841 6.422 5.681 9.634 8.518 1.065 1.437 2.143 2.84 3.211 4.276h2.148v1.046c2.715 2.272 4.697 5.38 8.553 6.397v2.153c1.065 0.33 2.147 0.688 3.212 1.046 1.065 1.435 2.147 2.841 3.211 4.275h2.148c1.065 1.405 2.13 2.841 3.197 4.246h2.144c0.722 1.077 1.427 2.152 2.148 3.199 1.064 0.358 2.13 0.716 3.212 1.076 0.345 0.716 0.705 1.434 1.065 2.122 1.948 1.794 4.547 3.587 7.488 4.275v2.124c1.426 0.358 2.853 0.717 4.278 1.076v2.122c4.983 0.719 4.968 3.259 9.634 4.276v2.122c7.339 1.047 9.799 7.026 17.123 8.521v2.153c2.387 0.329 2.822 0.058 4.278 1.045v1.077h2.146c0.362 0.716 0.706 1.435 1.066 2.124 3.211 1.074 6.422 2.152 9.634 3.199 0.361 0.716 0.72 1.434 1.066 2.152 3.211 1.046 6.423 2.124 9.633 3.199l1.069 2.122h2.144v1.077c1.787 0.328 3.573 0.686 5.358 1.045v2.122c3.212 0.718 6.408 1.437 9.62 2.153v2.123c4.636 1.077 9.275 2.124 13.91 3.201v2.122c1.079-0.36 2.148-0.688 3.214-1.046 0.359 0.686 0.719 1.404 1.079 2.124h3.212l1.064 1.075v1.046c1.065-0.358 2.13-0.688 3.211-1.046v2.122c1.068-0.36 2.133-0.717 3.214-1.076 0.346 0.716 0.705 1.434 1.064 2.153 4.278 0.688 8.57 1.403 12.832 2.122 0.362 0.719 0.721 1.405 1.080 2.122 1.079-0.358 2.161-0.716 3.211-1.046v1.046h2.133v1.075h4.292v1.077h6.424c0.331 0.688 0.688 1.405 1.049 2.122 1.141 0.361 1.922-1.852 4.292-1.075v1.075h2.134v1.077c1.77 0.538 1.98-1.046 2.158-1.077h1.082v1.077h3.183c0.358 0.686 0.72 1.405 1.079 2.122 2.162-0.358 4.261-0.716 6.422-1.076 0.359 0.718 0.721 1.437 1.082 2.152 1.080 0.33 2.13 0.688 3.183 1.048v-2.124c4.292 0.419 6.543 1.822 9.665 3.2v-2.124c3.182 0.33 6.422 0.688 9.604 1.048v2.122h4.292v-1.046c12.817 0.358 25.664 0.716 38.513 1.046 11.345 0 19.658-0.927 29.986 0v-2.122c3.81-0.031 5.791-0.569 8.552-1.048v2.125h1.080c-0.148-2.093 3.604-1.526 5.343-2.124v-1.075c4.412-1.404 11.615-0.239 14.978 0v-2.122c2.55-0.21 3.272-1.046 4.292-1.077 0.63 0.389 0.121 1.674 2.133 1.077v-1.077h2.13v-1.075c2.462-0.779 2.883 0.956 4.292 1.075 0.361-0.717 0.72-1.435 1.051-2.122h5.371v-1.077h5.344c0.359-0.716 0.719-1.435 1.078-2.122 2.133-0.357 4.293-0.717 6.426-1.076l1.049 1.076c0.36-0.717 0.722-1.434 1.082-2.153 4.262-0.686 8.584-1.404 12.847-2.122v-2.122c2.491-0.36 4.983-0.717 7.504-1.076 0.359-0.719 0.72-1.437 1.050-2.124h2.13v-1.076c1.080 0.358 2.162 0.716 3.242 1.076v-2.152c3.183-0.688 6.422-1.407 9.605-2.125 1.199-3.139-0.18-1.195 3.241-1.076v-2.122c7.265-1.703 10.775-7.174 19.24-7.444v-2.153c5.193-1.225 6.183-4.693 11.796-5.322v-2.122h4.262v-2.153c4.895-1.344 6.244-5.23 11.767-6.397v-2.122c4.502-0.809 4.832-3.021 7.504-5.321 0.721 0.359 1.441 0.717 2.133 1.047v-2.123h1.050c0.36-0.718 0.719-1.406 1.080-2.124h2.162v-1.077c2.882-1.762 2.040 0.959 3.18-3.198 3.663-0.988 2.763-2.271 6.424-3.199v-2.122c3.723-0.987 6.124-4.095 8.585-6.397 0.361-0.719 0.72-1.437 1.080-2.125h2.101c0.359-0.715 0.722-1.434 1.082-2.148h2.162c1.080-1.765 2.13-3.529 3.179-5.323h2.162c0.362-0.716 0.722-1.404 1.082-2.122 1.080-0.719 2.13-1.435 3.184-2.124v-2.152c0.718-0.358 1.441-0.718 2.158-1.046v-2.153c1.443-1.046 2.852-2.122 4.264-3.199 4.173-4.156 9.242-9.359 11.766-14.917h2.161c0.782-3.587 2.342-5.144 4.263-7.445h1.079c0.36-1.077 0.72-2.153 1.081-3.2 1.079-0.715 2.132-1.434 3.211-2.152v-2.122c0.691-0.359 1.41-0.717 2.133-1.076 0.358-1.047 0.719-2.123 1.079-3.199h1.080v-2.123c0.722-0.358 1.413-0.718 2.133-1.075v-2.125c1.049-0.716 2.13-1.404 3.211-2.124v-2.152c0.721-0.33 1.44-0.686 2.13-1.046 0.362-1.435 0.721-2.841 1.081-4.275 0.691-0.358 1.409-0.717 2.133-1.046 0.359-1.075 0.72-2.153 1.079-3.2h1.080c0.362-1.434 0.691-2.839 1.052-4.275 1.049-0.716 2.13-1.435 3.211-2.122v-3.199c0.722-0.358 1.441-0.716 2.162-1.077 0.329-1.434 0.691-2.839 1.050-4.275 0.691-0.328 1.41-0.688 2.132-1.046v-2.153l2.162-2.122v-2.122h1.051v-2.123c0.719-0.36 1.441-0.718 2.133-1.075 0.359-1.798 0.718-3.56 1.080-5.323 0.719-0.358 1.441-0.716 2.161-1.077v-2.122h1.051v-2.153h1.080v-3.198h1.050v-2.122c0.722-0.358 1.44-0.718 2.162-1.077v-3.198h1.079v-2.124h1.050c0.722-2.124 1.41-4.246 2.13-6.398h1.080v-3.198h1.082v-2.125h1.079v-3.198h1.050c0.362-1.435 0.722-2.841 1.052-4.275h1.078v-3.199h1.080c0.36-2.124 0.72-4.245 1.080-6.399 0.722-0.328 1.413-0.688 2.133-1.046v-4.275h1.050c0.359-2.123 0.72-4.244 1.081-6.398h1.080v-2.122h1.079v-4.276h1.051v-3.199h1.081v-2.122h1.049v-2.122c0.722-0.359 1.441-0.719 2.162-1.077v-2.123h1.082v-3.198h1.049v-2.124h1.082c0.331-1.435 0.691-2.87 1.049-4.275h1.082v-3.199h1.079v-4.275c0.722-0.358 1.441-0.688 2.13-1.046l-1.049-1.076c-0.236-5.819 4.566-12.545 2.106-20.258l0.002 0.005zM304.855 725.483h-2.144v1.076h-2.148v1.077h-3.211v1.048c-1.426 0.357-2.851 0.716-4.278 1.074v1.075h-3.212c-9.137 3.649-25.739 7.834-38.525 4.247-3.916-0.358-7.85-0.688-11.765-1.046-13.568-4.754-24.704-10.525-35.33-18.116-2.13-2.513-4.276-4.993-6.408-7.475-1.786-1.435-3.571-2.84-5.357-4.275v-2.122c-1.065-0.717-2.148-1.403-3.212-2.122v-2.153c-1.065-0.688-2.133-1.407-3.212-2.122-0.361-1.407-0.706-2.841-1.065-4.246-0.722-0.358-1.426-0.717-2.147-1.077-0.345-1.435-0.705-2.84-1.065-4.275h-1.065c-0.361-1.403-0.72-2.839-1.079-4.244h-1.064v-3.199h-1.067c-0.359-1.434-0.72-2.841-1.080-4.275h-1.065c-0.36-2.841-0.705-5.681-1.065-8.521-4.443-13.154-5.762-31.72-1.065-45.828v-4.274h1.065v-4.275h1.065v-3.2h1.065v-3.199h1.080v-2.124h1.067v-3.198h1.064c0.361-1.405 0.72-2.841 1.079-4.246h1.065v-2.153c0.72-0.357 1.426-0.686 2.147-1.045 0.706-2.153 1.425-4.275 2.13-6.4 1.080-0.715 2.147-1.434 3.212-2.15v-2.125c1.064-0.715 2.147-1.403 3.212-2.122v-2.153c1.426-1.043 2.853-2.122 4.278-3.166 2.505-2.872 4.997-5.712 7.486-8.551h2.147c0.722-1.047 1.426-2.124 2.147-3.199h2.133c0.359-0.688 0.72-1.405 1.082-2.123h2.13c0.359-0.717 0.719-1.435 1.079-2.122h2.13c0.361-0.718 0.722-1.435 1.082-2.153 1.426-0.329 2.852-0.688 4.276-1.046v-1.077c1.426-0.357 2.851-0.716 4.277-1.075v-1.046h3.214v-1.076h3.211v-1.077h3.212v-1.043h3.212v-1.077h5.341c14.424-4.364 33.287-1.405 44.949 3.199 3.212 1.075 6.424 2.122 9.634 3.198 0.722 1.077 1.427 2.124 2.148 3.199 2.13 1.763 4.277 3.56 6.422 5.321v2.153c0.706 0.36 1.426 0.688 2.13 1.047 0.362 1.435 0.722 2.839 1.066 4.276h1.079c0.706 2.122 1.426 4.275 2.133 6.397h1.079v3.198c2.987 7.354 6.454 16.384 6.408 26.638h2.147c2.147-7.116 4.277-14.202 6.424-21.318h1.066c2.88 6.966 4.11 15.726 6.422 23.439 1.306 4.366-0.299 12.047 2.144 14.947v19.162h1.069c2.85-4.962 5.703-9.926 8.568-14.915 0.631-2.125-0.148-0.897 1.064-2.125 8.645 47.533-19.644 83.65-46.016 100.18l0.003-0.002zM372.27 310.868v2.122c-2.144 1.794-4.277 3.559-6.423 5.322v2.152c-1.786 1.405-3.571 2.841-5.342 4.246v2.153c-2.147 1.763-4.292 3.558-6.422 5.321v2.122c-2.147 1.794-4.278 3.557-6.424 5.352v2.124c-1.064 0.716-2.147 1.404-3.212 2.122v1.075c-0.722 0.358-1.427 0.717-2.144 1.047v2.153c-2.134 1.763-4.279 3.557-6.408 5.321v2.122c-1.787 1.435-3.574 2.841-5.358 4.275v2.124c-1.786 1.435-3.574 2.841-5.36 4.275v2.122c-2.13 1.793-4.275 3.558-6.407 5.321v2.153c-1.786 1.405-3.571 2.841-5.356 4.246v2.151c-1.787 1.406-3.575 2.841-5.345 4.246v2.153c-0.72 0.358-1.441 0.688-2.147 1.046-1.561 1.674-2.538 3.886-4.277 5.351v1.046h-1.082c0.841-3.706 2.746-5.798 4.292-8.518v-2.122c0.705-0.361 1.426-0.719 2.13-1.077 0.722-2.124 1.427-4.275 2.148-6.398 0.705-0.359 1.426-0.717 2.13-1.075v-2.125l2.148-2.122v-2.153c0.717-0.329 1.423-0.688 2.144-1.045 0.347-1.435 0.705-2.841 1.066-4.275 0.72-0.358 1.426-0.718 2.146-1.046v-2.153c0.706-0.36 1.426-0.719 2.133-1.047v-2.152c0.72-0.358 1.424-0.688 2.144-1.046v-2.153c0.706-0.358 1.426-0.688 2.13-1.047v-2.153c0.722-0.328 1.427-0.688 2.148-1.047v-2.151h1.064c0.362-1.047 0.722-2.124 1.082-3.199 0.706-0.33 1.424-0.689 2.133-1.047v-2.153c1.078-0.686 2.144-1.404 3.211-2.122v-2.124c0.72-0.358 1.426-0.717 2.147-1.075v-2.124c1.426-1.075 2.852-2.122 4.278-3.198v-2.123c1.066-0.718 2.144-1.435 3.211-2.153v-2.123c1.065-0.718 2.148-1.406 3.212-2.122v-2.153c1.066-0.689 2.147-1.406 3.211-2.123v-2.125c1.426-1.075 2.852-2.153 4.278-3.198v-2.122c1.427-1.077 2.851-2.153 4.278-3.199 0.36-1.075 0.72-2.153 1.079-3.2 0.705-0.358 1.426-0.717 2.13-1.075v-2.123c0.722-0.36 1.427-0.718 2.148-1.076v-1.075c0.705-0.36 1.425-0.688 2.13-1.048v-2.151c1.441-1.047 2.865-2.125 4.292-3.2v-2.122c1.786-1.404 3.556-2.841 5.342-4.276v-2.122c1.784-1.405 3.571-2.84 5.357-4.246v-2.151c2.13-1.763 4.278-3.558 6.423-5.323v-2.122c2.492-2.153 4.983-4.275 7.488-6.397v-2.153c3.212-2.841 6.424-5.68 9.634-8.52v-2.122c6.408-6.040 12.833-12.078 19.255-18.119v-2.152c2.852-2.481 5.718-4.962 8.57-7.444 1.064-1.435 2.13-2.84 3.212-4.274h2.13c0.362-0.719 0.72-1.406 1.079-2.123 3.556-3.201 7.131-6.4 10.701-9.598v-2.122c-3.001 0.686-4.428 1.613-6.422 3.198v1.046h-2.148c-0.358 0.717-0.705 1.435-1.064 2.153h-2.147c-0.359 0.688-0.705 1.405-1.064 2.122h-2.148c-0.705 1.076-1.426 2.124-2.13 3.201h-2.147c-0.359 0.716-0.72 1.404-1.064 2.123h-2.148c-1.064 1.434-2.144 2.839-3.212 4.274h-2.13c-0.362 0.716-0.72 1.404-1.079 2.123h-2.13c-0.722 1.075-1.426 2.122-2.148 3.198h-2.143c-1.069 1.435-2.134 2.841-3.214 4.275-1.064 0.36-2.13 0.718-3.212 1.047-0.345 0.717-0.705 1.434-1.064 2.152h-2.133c-1.786 2.124-3.571 4.245-5.356 6.399h-2.147c-1.065 1.405-2.133 2.841-3.198 4.246h-1.078c-0.362 0.716-0.706 1.434-1.066 2.151h-2.148c-3.211 3.529-6.422 7.087-9.634 10.645h-2.13c-4.276 4.633-8.568 9.238-12.847 13.871-10.446 10.403-21.147 19.851-29.954 31.958-2.868 2.482-5.718 4.993-8.569 7.474v2.122c-2.148 1.795-4.278 3.558-6.423 5.323v2.153c-1.787 1.404-3.557 2.838-5.344 4.245v2.153c-1.426 1.045-2.865 2.123-4.292 3.198v2.122c-1.426 1.077-2.851 2.124-4.278 3.199v2.124c-1.426 1.077-2.851 2.122-4.275 3.199v2.123c-1.066 0.718-2.148 1.434-3.214 2.153-0.359 1.047-0.719 2.122-1.064 3.198-0.722 0.359-1.426 0.719-2.147 1.047v2.153c-1.065 0.689-2.147 1.406-3.212 2.123-0.36 1.077-0.705 2.124-1.064 3.199-0.722 0.36-1.426 0.717-2.148 1.075v2.124c-1.066 0.717-2.13 1.405-3.211 2.124v2.153c-0.706 0.328-1.426 0.686-2.13 1.043-0.362 1.077-0.722 2.122-1.081 3.199h-1.065v2.123c-1.064 0.718-2.144 1.435-3.212 2.153v2.123c-0.705 0.36-1.425 0.718-2.147 1.075-0.346 1.048-0.705 2.125-1.064 3.199h-1.066v2.125c-0.72 0.358-1.426 0.716-2.147 1.077-0.345 1.043-0.706 2.122-1.065 3.198h-1.065v2.122c-0.72 0.358-1.425 0.719-2.144 1.077-0.361 1.403-0.722 2.841-1.068 4.244-1.080 0.719-2.144 1.435-3.211 2.153v2.122h-1.065v2.125c-0.722 0.358-1.443 0.716-2.148 1.076-0.359 1.404-0.72 2.839-1.065 4.245-0.719 0.358-1.44 0.718-2.144 1.077-0.361 1.435-0.722 2.84-1.065 4.275-0.72 0.357-1.426 0.686-2.147 1.045-0.362 1.435-0.722 2.841-1.065 4.275-0.72 0.36-1.426 0.719-2.147 1.077-0.706 2.122-1.424 4.245-2.147 6.399-0.705 0.328-1.426 0.688-2.13 1.047v2.153l-2.148 2.122v2.123h-1.064v2.122h-1.065v2.153c-0.719 0.358-1.426 0.718-2.144 1.046v2.153l-2.148 2.124v2.122h-1.066v2.153h-1.064v2.122h-1.080v2.122h-1.069v2.153h-1.064v2.122h-1.065v2.123h-1.079v2.152h-1.064v2.123h-1.065v3.201h-1.081v2.122h-1.065v2.122h-1.064c-0.362 1.434-0.722 2.841-1.079 4.275h-1.069v3.199h-1.064c-0.359 1.435-0.72 2.841-1.079 4.275h-1.066v3.198h-1.064v2.125h-1.065c-0.36 1.763-0.722 3.556-1.081 5.32h-1.065v3.199h-1.064v2.122h-1.079c-0.706 3.199-1.426 6.399-2.13 9.598h-1.082v2.153h-1.069v4.244c-1.862 5.052-5.223 10.284-5.359 17.072-1.064 0.357-2.13 0.686-3.194 1.043v1.077h-2.148v1.076h-2.143c-0.708 1.046-1.426 2.122-2.134 3.199h-2.144c-0.706 1.047-1.426 2.122-2.148 3.198h-2.13c-1.785 2.124-3.571 4.248-5.359 6.399h-2.13c-1.080 1.404-2.144 2.839-3.212 4.245-0.72 0.358-1.425 0.717-2.147 1.076-0.36 1.046-0.705 2.122-1.065 3.199-2.147 1.763-4.278 3.556-6.422 5.321-2.029 2.811-2.448 5.559-5.36 7.472v1.048c-1.065-0.36-2.13-0.688-3.197-1.048v-1.073c-1.079-0.36-2.144-0.719-3.211-1.077-0.361-0.686-0.722-1.405-1.082-2.124h-2.13c-0.722-1.075-1.426-2.122-2.147-3.198h-2.147c-1.065-1.435-2.133-2.84-3.212-4.275h-2.133c-1.064-1.404-2.144-2.84-3.211-4.245h-2.147c-1.426-1.795-2.851-3.557-4.278-5.321h-2.13c-0.72-1.077-1.441-2.152-2.147-3.2-1.786-1.434-3.571-2.868-5.357-4.275v-2.122c-0.708-0.358-1.426-0.718-2.134-1.077-0.717-2.122-1.423-4.275-2.144-6.397h-1.066v-3.198h-1.082v-3.201h-1.062c-1.486-4.185-3.902-27.921-2.133-34.109h1.065v-9.598h1.066v-6.398c1.605-5.292 3.618-11.928 5.357-17.042v-4.275h1.069v-3.199h1.065v-3.198h1.078v-3.199h1.066c0.359-2.124 0.705-4.245 1.065-6.398h1.081v-2.122h1.064c0.705-3.199 1.426-6.397 2.147-9.597h1.064c0.362-1.404 0.708-2.84 1.066-4.245h1.068v-3.199h1.078v-2.153h1.066v-3.198h1.065c0.72-2.122 1.426-4.246 2.147-6.398h1.065v-2.122h1.079v-3.2c0.705-0.358 1.426-0.717 2.13-1.046 1.066-3.199 2.145-6.397 3.212-9.596h1.065v-2.153h1.079v-2.122l2.133-2.125v-2.151c0.719-0.33 1.426-0.688 2.144-1.048v-2.151l2.148-2.124v-2.122h1.065v-2.153h1.065v-2.122l2.146-2.122v-2.122c0.706-0.36 1.426-0.719 2.13-1.077v-2.124l2.147-2.152v-2.124h1.066v-2.123c0.722-0.358 1.426-0.718 2.148-1.075v-2.124h1.065v-2.151c0.72-0.331 1.426-0.689 2.145-1.047 0.361-1.434 0.705-2.841 1.065-4.275 0.722-0.36 1.426-0.718 2.147-1.077v-2.122h1.065v-2.124c0.722-0.358 1.426-0.717 2.147-1.075 0.359-1.046 0.706-2.124 1.068-3.199h1.064c0.36-1.404 0.72-2.841 1.080-4.245 0.705-0.358 1.426-0.718 2.13-1.076v-2.123c0.722-0.36 1.426-0.718 2.148-1.075v-2.122c0.705-0.36 1.426-0.718 2.144-1.077v-2.124c0.706-0.358 1.426-0.717 2.133-1.074v-2.125c0.72-0.357 1.426-0.716 2.147-1.075v-2.122h1.065c0.36-1.077 0.72-2.122 1.065-3.199 0.721-0.358 1.426-0.719 2.148-1.075v-2.122c1.066-0.719 2.144-1.435 3.211-2.124v-2.153c0.722-0.357 1.426-0.686 2.148-1.045v-2.153c1.064-0.688 2.13-1.406 3.194-2.124 0.362-1.075 0.722-2.122 1.080-3.199 0.708-0.358 1.426-0.715 2.134-1.075v-2.122c0.717-0.358 1.422-0.717 2.144-1.077v-2.122c1.426-1.077 2.853-2.122 4.278-3.199v-2.122c1.079-0.717 2.144-1.435 3.211-2.125v-2.151c1.427-1.048 2.853-2.124 4.279-3.201v-2.123c1.426-1.075 2.865-2.122 4.292-3.198v-2.122c1.426-1.077 2.851-2.153 4.278-3.199v-2.153c1.784-1.404 3.571-2.841 5.342-4.245v-2.152c2.506-2.124 4.996-4.245 7.503-6.37v-2.151c2.492-2.124 4.982-4.246 7.489-6.399v-2.122h1.065c0.72-1.076 1.426-2.124 2.147-3.199 3.212-2.84 6.423-5.68 9.637-8.52v-2.123c3.917-3.558 7.833-7.115 11.766-10.673 8.99-8.968 17.365-18.027 27.826-25.59 2.491-2.84 4.996-5.677 7.487-8.518h2.147v-1.077c1.069-0.688 2.133-1.405 3.212-2.122 0.705-1.075 1.426-2.124 2.13-3.201h2.148c1.426-1.762 2.853-3.557 4.276-5.32h2.147c0.345-0.717 0.705-1.435 1.066-2.153 1.064-0.328 2.145-0.689 3.212-1.047 1.065-1.434 2.143-2.841 3.211-4.275h2.148c1.064-1.404 2.13-2.841 3.194-4.245h2.148c0.358-0.717 0.72-1.435 1.065-2.152h2.144c0.722-1.047 1.427-2.124 2.148-3.199h2.13c0.719-1.046 1.426-2.124 2.144-3.199h2.133c0.359-0.688 0.72-1.405 1.082-2.122h2.13c0.72-1.077 1.426-2.125 2.147-3.2h2.147c0.346-0.718 0.705-1.406 1.064-2.122h2.148c0.345-0.718 0.705-1.434 1.065-2.152 1.425-0.33 2.85-0.689 4.276-1.047 0.362-0.717 0.722-1.435 1.068-2.124h2.144c0.362-0.717 0.722-1.434 1.065-2.152h2.148c0.359-0.717 0.719-1.404 1.065-2.124h2.146v-1.075h2.13c0.36-0.717 0.722-1.405 1.082-2.124h2.13l2.148-2.122h2.144v-1.075h2.13c0.362-0.719 0.721-1.434 1.082-2.123h2.133l2.143-2.152h2.133v-1.047h2.147v-1.075h2.147v-1.077h2.133v-1.047c2.143-0.717 4.275-1.435 6.423-2.151v-1.048h3.211v-1.069h2.148v-1.076h3.212v-1.047h2.13v-1.075c2.144-0.358 4.278-0.717 6.422-1.046v-1.076h3.212v-1.077h3.211v-1.046h3.214v-1.075h4.275v-1.075h6.426c4.201-1.254 16.057-3.918 22.464-2.124 1.443 0.388 6.604 2.152 9.637 1.077v-1.077c1.427-0.357 2.853-0.717 4.277-1.075v-1.047h3.214v-1.075c2.144-0.361 4.292-0.719 6.422-1.077v-1.047c4.653 1.286 3.661 3.35 6.422 5.321h2.13v1.077c1.080 0.688 2.162 1.403 3.241 2.122 0.332 0.718 0.691 1.406 1.051 2.122h2.133c1.8 2.153 3.572 4.275 5.343 6.398h2.162c1.44 1.795 2.852 3.558 4.261 5.322h2.162c1.44 1.793 2.852 3.558 4.265 5.352h2.157c0.722 1.045 1.443 2.123 2.134 3.199 1.049 0.688 2.13 1.406 3.211 2.122v1.077h2.161v1.046c2.401 2.035 3.962 4.425 7.474 5.351v1.047c1.051-0.36 2.13-0.718 3.212-1.047v-1.075h2.133c0.36-0.717 0.719-1.435 1.079-2.124 2.13-0.716 4.292-1.434 6.393-2.152 0.359-0.717 0.72-1.405 1.080-2.124h2.161l2.132-2.122h2.13v-1.075h2.162c0.362-0.719 0.721-1.434 1.082-2.123h2.1v-1.076c1.8-0.359 3.602-0.717 5.375-1.075 0.359-0.688 0.688-1.406 1.049-2.122h2.162v-1.077c3.212-1.047 6.424-2.123 9.605-3.198v-1.048c1.44-0.358 2.882-0.717 4.321-1.075v-1.076h3.183v-1.047c1.441-0.358 2.879-0.715 4.292-1.075v-1.046h3.211v-1.076h2.134v-1.077h3.211v-1.046h2.162v-1.075c2.133-0.358 4.263-0.719 6.424-1.075v-1.046h3.182v-1.077h3.243v-1.076h3.179v-1.047h4.292c6.454-2.301 15.129-5.413 23.563-5.351v1.076c-2.161 0.358-4.321 0.717-6.422 1.075v1.047h-3.242v1.077h-3.18v1.075h-3.243v1.047h-3.181v1.076h-2.16v1.077h-3.184v1.046h-2.162v1.075h-3.212v1.075c-1.408 0.331-2.852 0.688-4.292 1.046v1.077h-3.182v1.076c-2.162 0.688-4.291 1.406-6.424 2.122v1.047h-2.162v1.075h-2.131v1.075h-2.13v1.048h-2.162v1.075h-2.13v1.075h-2.13l-2.162 2.124h-2.13c-0.362 0.715-0.722 1.435-1.051 2.122-2.161 0.716-4.321 1.434-6.424 2.153-0.359 0.689-0.721 1.404-1.080 2.123-2.162 0.717-4.292 1.434-6.424 2.122v1.075c-1.079 0.36-2.162 0.718-3.211 1.077-0.362 0.688-0.721 1.404-1.081 2.122-1.409 0.36-2.853 0.719-4.292 1.075-0.362 0.688-0.691 1.406-1.052 2.124h-2.13c-0.359 0.717-0.72 1.405-1.079 2.124h-2.162c-0.691 1.075-1.41 2.123-2.101 3.198h-2.162c-0.358 0.717-0.72 1.436-1.079 2.124h-2.13c-0.691 1.075-1.413 2.151-2.132 3.198h-2.161c-0.36 0.718-0.722 1.434-1.051 2.153h-2.133c-0.72 1.047-1.44 2.123-2.162 3.2h-2.13c-0.359 0.686-0.72 1.404-1.050 2.122h-2.162c-0.72 1.075-1.44 2.124-2.162 3.199h-2.099c-0.362 0.717-0.721 1.405-1.079 2.124h-2.162c-0.359 0.716-0.722 1.434-1.082 2.152-1.048 0.328-2.101 0.688-3.183 1.046-0.718 1.077-1.441 2.153-2.158 3.199h-2.134c-0.691 1.075-1.408 2.123-2.13 3.198h-2.164c-0.717 1.077-1.408 2.123-2.13 3.2h-2.13c-0.722 1.075-1.44 2.124-2.162 3.198h-2.101c-1.079 1.437-2.159 2.84-3.242 4.278-1.079 0.357-2.133 0.686-3.183 1.045-0.358 0.717-0.718 1.435-1.079 2.153h-2.162c-1.079 1.404-2.13 2.841-3.182 4.244h-2.162c-1.065 1.435-2.13 2.841-3.211 4.276h-2.13c-1.081 1.405-2.148 2.84-3.212 4.275h-2.147c-1.068 1.405-2.148 2.84-3.212 4.246h-2.13c-1.443 1.793-2.865 3.556-4.292 5.321h-2.133c-1.425 1.794-2.849 3.557-4.292 5.351h-2.13c-1.065 1.407-2.144 2.841-3.211 4.244h-1.066c-0.36 0.719-0.72 1.437-1.082 2.153h-2.13c-2.852 3.199-5.718 6.4-8.57 9.598h-2.13c-2.506 2.841-4.996 5.68-7.502 8.518-6.064 5.681-12.126 11.363-18.192 17.040v2.152c-3.211 2.841-6.422 5.682-9.633 8.521v2.124c-2.852 2.481-5.705 4.962-8.556 7.472v2.122c-2.143 1.765-4.276 3.56-6.422 5.323v2.151c-2.492 2.124-4.998 4.246-7.489 6.368v2.153h-1.066c-0.72 1.046-1.441 2.124-2.147 3.199-1.065 0.719-2.147 1.406-3.211 2.122v2.125c-2.148 1.793-4.278 3.557-6.426 5.352v2.123c-2.489 2.114-4.995 4.267-7.487 6.389l-0.009-0.008zM458.958 317.266c-0.362 0.719-0.722 1.406-1.069 2.124h-2.144c-0.706 1.074-1.426 2.123-2.133 3.198h-2.147c-0.72 1.077-1.427 2.123-2.147 3.199h-2.13c-0.722 1.075-1.426 2.123-2.148 3.198h-2.144c-1.069 1.435-2.133 2.84-3.198 4.275h-2.144c-1.426 1.765-2.852 3.528-4.278 5.321h-2.147c-1.786 2.124-3.572 4.245-5.356 6.398h-2.134c-3.571 3.887-7.142 7.803-10.701 11.719h-2.144c-2.492 2.84-4.998 5.681-7.489 8.522-1.065 0.716-2.148 1.435-3.212 2.153v2.122c-3.572 3.198-7.128 6.397-10.701 9.594v2.125c-0.722 0.357-1.426 0.715-2.147 1.073-1.064 1.406-2.13 2.841-3.212 4.246h-1.065v2.153h-1.065c-1.546 1.852-2.446 2.57-3.212 5.321h-2.146c1.784-3.199 3.572-6.397 5.357-9.596h1.065c0.362-1.075 0.722-2.124 1.065-3.198 0.722-0.36 1.427-0.719 2.148-1.077v-2.124c0.719-0.359 1.424-0.717 2.144-1.075v-2.124c1.065-0.715 2.13-1.403 3.212-2.122v-2.153c1.066-0.688 2.133-1.403 3.211-2.122v-2.122c1.426-1.075 2.853-2.122 4.278-3.199v-2.124c1.427-1.075 2.851-2.152 4.278-3.198v-2.153c1.785-1.405 3.571-2.839 5.341-4.246v-2.151c3.212-2.841 6.426-5.682 9.637-8.521v-2.124c2.146-1.793 4.292-3.556 6.423-5.321 2.852-3.198 5.718-6.398 8.57-9.594h2.13v-1.077c1.082-0.718 2.148-1.404 3.212-2.124 1.786-2.152 3.572-4.275 5.358-6.397h2.13c1.426-1.793 2.865-3.557 4.292-5.321h2.13c1.081-1.434 2.148-2.872 3.214-4.275h2.144c1.069-1.434 2.133-2.841 3.212-4.275h2.13c0.722-1.048 1.427-2.124 2.148-3.199h2.144c0.346-0.689 0.708-1.405 1.065-2.124h2.13c0.722-1.075 1.443-2.122 2.148-3.198h2.144c0.346-0.717 0.708-1.404 1.068-2.124 1.065-0.357 2.147-0.717 3.211-1.075v-1.077h2.148c0.345-0.686 0.705-1.403 1.064-2.122 1.066-0.357 2.13-0.717 3.211-1.045v-1.077h2.133v-1.076h2.144c0.36-0.719 0.722-1.406 1.066-2.122 1.951-1.257 2.4-0.031 4.292-2.125 1.202-0.926 0.164 0.121 1.064-1.075h-1.064c-1.77-1.314-16.163 0.838-20.337 1.075v-2.152c2.388-0.686 2.659-0.866 4.278-2.123v-1.075h2.148v-1.047h2.13c0.361-0.717 0.72-1.434 1.065-2.153h2.148v-1.045c8.568-3.559 17.123-7.116 25.708-10.673h4.263v-1.076h2.13v-1.047h4.292c3.784-1.314 7.685-3.077 12.85-3.198v-2.125c-8.226-1.644-16.091-3.378-26.776-3.198v-2.152c8.584-2.841 17.138-5.682 25.695-8.521 4.261-0.358 8.584-0.717 12.846-1.075 12.906-3.677 29.476-1.376 42.804 0v-2.124c-1.052-1.972-15.369-8.279-19.271-8.518v-1.076c14.89-2.691 29.656-2.003 42.803 2.152h5.342v1.047c3.781 1.375 6.124 0.479 8.584 3.198h3.211c-2.189-4.723-6.272-10.254-10.715-12.795v-1.047c6.064 1.406 12.126 2.841 18.189 4.247v1.075h2.162v1.077h3.18v1.045c1.442 0.358 2.884 0.718 4.324 1.076v1.076c1.409 0.328 2.821 0.688 4.262 1.047v1.075c1.44 0.358 2.851 0.718 4.261 1.046 3.061 1.644 4.053 3.797 8.584 4.275-0.69-2.69-3.301-6.189-5.341-7.444v-1.076c7.083 0.716 12.305 4.395 17.109 7.444h2.161c0.329 0.717 0.691 1.435 1.050 2.152 1.41 0.36 2.852 0.718 4.292 1.047 1.082 1.434 2.13 2.84 3.182 4.275h2.162c1.801 2.122 3.572 4.275 5.343 6.397 0.717 0.359 1.441 0.719 2.161 1.077v2.122c1.050 0.719 2.133 1.406 3.18 2.123 1.805 2.571 2.014 5.501 4.292 7.474v2.124c-3.57-2.124-7.113-4.275-10.715-6.398h-3.183v-1.047h-3.242v-1.075h-3.181v-1.077h-3.241v-1.047h-5.343v-1.075c-8.195-0.358-16.389-0.718-24.612-1.075-20.772 0-38.932 1.315-54.57 6.397-6.784 1.435-13.567 2.841-20.351 4.275v1.047c-6.424 1.793-12.847 3.557-19.27 5.351v1.046h-2.101v1.076h-3.241v1.077c-2.132 0.357-4.263 0.688-6.424 1.045v1.077c-1.412 0.359-2.822 0.717-4.264 1.076v1.047h-3.211v1.075c-1.413 0.36-2.853 0.719-4.292 1.077v1.045c-1.772 0.36-3.543 0.718-5.342 1.077v1.075c-2.133 0.688-4.263 1.406-6.425 2.125v1.073h-2.13v1.048h-2.133v1.075h-2.162v1.077h-2.13v1.045h-2.13v1.077h-2.162v1.045h-2.133l-2.132 2.153h-2.162c-0.36 0.719-0.719 1.406-1.079 2.124-2.101 0.717-4.263 1.435-6.393 2.122-0.359 0.717-0.72 1.436-1.079 2.153-2.13 0.686-4.278 1.405-6.423 2.122v1.075c-1.065 0.36-2.134 0.688-3.214 1.048-0.345 0.715-0.705 1.435-1.065 2.153-1.426 0.359-2.851 0.689-4.278 1.045-0.361 0.717-0.719 1.435-1.064 2.153h-2.147c-0.36 0.689-0.722 1.405-1.067 2.124h-2.144c-0.36 0.717-0.705 1.404-1.065 2.122h-2.147v1.075c-1.065 0.358-2.133 0.718-3.211 1.077-0.346 0.686-0.706 1.404-1.066 2.122h-2.148c-0.705 1.043-1.426 2.122-2.13 3.198h-2.148l0.012 0.007zM911.638 675.411h-1.079v2.122h-1.050c-0.359 1.763-0.691 3.556-1.050 5.32h-1.080v2.153c-0.722 0.33-1.441 0.688-2.162 1.046v2.153c-1.050 0.688-2.13 1.405-3.183 2.122v2.124h-1.080c-0.72 3.914-1.442 7.832-2.161 11.717h-1.052v3.199h-1.079v2.153h-1.051c-0.359 2.124-0.721 4.245-1.080 6.398h-1.080v2.122h-1.082v3.199h-1.049c-0.359 1.405-0.721 2.839-1.050 4.244h-1.080v2.153h-1.082v3.198c-0.721 0.36-1.44 0.688-2.161 1.047v2.153l-2.101 2.122v2.122h-1.080v2.153h-1.080v2.122l-2.133 2.124v2.151h-1.082c-0.358 1.047-0.691 2.124-1.049 3.199-0.719 0.33-1.441 0.688-2.162 1.048-0.359 1.434-0.72 2.839-1.082 4.275-0.719 0.358-1.409 0.715-2.13 1.046v2.152c-0.691 0.358-1.408 0.688-2.132 1.046v2.153c-1.079 0.688-2.161 1.407-3.212 2.122v2.122c-0.72 0.361-1.409 0.719-2.13 1.077v2.123c-0.719 0.36-1.441 0.718-2.162 1.075v1.077c-0.72 0.33-1.409 0.688-2.13 1.048v2.15c-1.41 1.048-2.852 2.125-4.293 3.201v2.123c-2.491 2.122-4.983 4.244-7.473 6.397v2.124c-1.77 1.435-3.572 2.84-5.372 4.275-3.184 3.527-6.422 7.086-9.606 10.643h-2.162c-2.13 2.482-4.261 4.993-6.422 7.474h-2.133c-1.051 1.405-2.131 2.841-3.211 4.245h-2.133c-0.359 0.717-0.72 1.434-1.080 2.153h-1.051c-0.358 0.717-0.718 1.403-1.079 2.122h-2.162c-0.361 0.717-0.691 1.434-1.051 2.123h-2.13c-0.72 1.076-1.441 2.153-2.162 3.199h-2.13c-0.358 0.716-0.72 1.434-1.049 2.152-1.081 0.359-2.162 0.688-3.243 1.045v1.077c-1.411 0.36-2.821 0.718-4.262 1.075-0.361 0.688-0.72 1.407-1.079 2.123-1.080 0.36-2.161 0.718-3.212 1.077v1.047c-1.41 0.357-2.852 0.716-4.292 1.076-0.36 0.716-0.72 1.405-1.051 2.122h-2.13l-2.162 2.153h-2.13v1.046h-2.133v1.076h-2.161v1.046h-2.133v1.076h-2.13v1.077c-2.162 0.688-4.292 1.405-6.425 2.122v1.076c-2.161 0.359-4.292 0.719-6.423 1.047v1.077c-1.441 0.358-2.852 0.716-4.292 1.075v1.048c-3.212 0.715-6.392 1.435-9.637 2.151v1.047h-2.13v1.077h-3.211v1.075c-2.853 0.358-5.705 0.688-8.556 1.046v1.076h-3.211v1.077h-4.292v1.046h-4.292v1.076h-5.342v1.076h-5.344v1.046c-4.261 0.358-8.553 0.719-12.845 1.077-9.305 2.691-22.364 2.122-34.25 2.122h-13.896v-1.046h-10.715v-1.075h-6.393v-1.077h-5.375v-1.046h-5.373v-1.075h-4.262v-1.076h-4.263v-1.046h-3.239v-1.077h-3.184v-1.076h-3.241v-1.046c-2.101-0.36-4.263-0.717-6.425-1.076v-1.082c-2.1-0.686-4.261-1.405-6.422-2.124v-1.074h-2.101v-1.048h-2.162v-1.075c-1.44-0.359-2.852-0.717-4.261-1.077-0.362-0.688-0.721-1.403-1.082-2.123h-2.162c-0.36-0.716-0.691-1.435-1.049-2.122h-2.133c-0.72-1.077-1.441-2.153-2.162-3.199h-2.133c-0.719-1.075-1.409-2.122-2.13-3.198-2.521-2.124-5.013-4.275-7.504-6.4v-2.123c-1.44-1.075-2.851-2.152-4.261-3.198v-2.153c-1.080-0.688-2.162-1.405-3.241-2.123v-2.122c-0.722-0.36-1.413-0.718-2.132-1.077v-2.122c-0.691-0.36-1.412-0.718-2.133-1.077-0.359-1.404-0.719-2.839-1.082-4.275-0.72-0.33-1.44-0.686-2.13-1.046-0.359-1.435-0.72-2.841-1.050-4.275-2.521-4.575-6.304-9.148-7.502-14.919h-3.243c-0.691 5.682-1.411 11.362-2.101 17.073h-2.16c-1.442-3.918-2.852-7.833-4.263-11.749h-1.082c-0.359-2.123-0.718-4.246-1.080-6.398-4.741-11.928-7.863-26.637-7.504-43.679-1.050 0.331-2.101 0.688-3.18 1.047-0.72 2.152-1.442 4.275-2.162 6.398-2.431 4.485-7.025 9.777-7.504 15.992h-2.101c-1.801-6.039-3.588-12.075-5.372-18.115-0.705-6.756-1.427-13.513-2.13-20.268-0.196-4.305-1.127-13.601 1.064-15.963v-9.598h-1.064c-2.507 3.887-5 7.803-7.505 11.719h-1.065c0.045-9.177-2.492-20.029 0-28.788v-11.719h1.065v-7.474h1.079v-4.246h1.067v-4.275h1.065v-4.245h1.079c0.705-3.198 1.424-6.399 2.13-9.596h1.082v-2.152h1.064v-3.201h1.065c0.72-2.123 1.426-4.245 2.144-6.397h1.065c0.36-1.407 0.722-2.841 1.082-4.245 0.72-0.36 1.44-0.719 2.13-1.077 0.722-2.124 1.413-4.245 2.13-6.398h1.080c0.36-1.046 0.72-2.122 1.079-3.199 0.722-0.357 1.413-0.688 2.131-1.045v-2.152c0.721-0.359 1.412-0.688 2.133-1.047v-2.153c1.082-0.688 2.162-1.405 3.242-2.123v-2.122c1.41-1.077 2.823-2.153 4.263-3.201v-2.152c1.8-1.404 3.543-2.839 5.342-4.245v-2.122c0.72-0.359 1.441-0.719 2.162-1.077 1.77-2.123 3.541-4.275 5.341-6.397h2.134v-2.124c-3.575-1.434-7.118-2.84-10.719-4.275v-1.074h-2.13v-1.047h-2.13l-2.162-2.153h-2.101l-1.079-2.122h-2.162l-1.079-2.122c-1.412-0.358-2.821-0.719-4.263-1.077-0.72-1.043-1.441-2.122-2.162-3.198h-2.101c-0.359-0.719-0.72-1.407-1.079-2.122h-2.148c-0.691-0.449-0.749-1.437-2.144-2.125 1.035-0.955 9.815-2.032 11.794-2.151-3.030-5.053-8.822-7.654-12.86-11.72-0.72-1.075-1.427-2.122-2.147-3.198h-1.065v-2.122c-2.144-1.795-4.278-3.56-6.422-5.323v-2.153c-1.065-0.716-2.13-1.404-3.212-2.123v-2.122c-0.706-0.358-1.427-0.718-2.13-1.077v-2.122c-0.722-0.36-1.427-0.717-2.147-1.075-0.36-1.077-0.722-2.122-1.068-3.199h-1.079c-0.345-1.434-0.705-2.841-1.064-4.275h-1.066c-0.72-2.124-1.426-4.245-2.147-6.399h-1.065v-3.169h-1.065v-2.153h-1.078v-3.198h-1.065c-0.36-2.483-0.722-4.962-1.065-7.445h-1.082v-4.275c5.344 3.139 9.442 10.136 16.059 11.72-0.825-4.425-2.011-10.733-3.211-14.919v-13.842h-1.068c-0.913-3.228 0.617-8.012 1.068-9.596v-13.873h1.065v-7.444h1.079v-5.351h1.064v-4.245h1.065c0.36-2.153 0.72-4.276 1.082-6.399h1.064v-2.153h1.065v-3.168h1.065v-2.153h1.079c0.708-2.123 1.426-4.248 2.134-6.398 0.719-0.36 1.426-0.688 2.144-1.047v-2.153c0.722-0.358 1.426-0.688 2.148-1.046v-2.153c1.064-0.688 2.13-1.403 3.211-2.122v-2.122c3.212-2.841 6.393-5.682 9.634-8.521 1.413-1.793 2.852-3.558 4.263-5.352h2.162c0.359-0.715 0.719-1.403 1.079-2.122 1.051-0.358 2.101-0.719 3.182-1.075v-1.046h2.162c0.359-0.719 0.719-1.435 1.050-2.153h2.13l2.162-2.122h2.13v-1.077h2.134v-1.045h2.158v-1.077c6.427-1.763 12.85-3.558 19.271-5.323h9.605v-1.075h15.008v1.075h24.613v1.048h19.269v-1.048h10.686v-1.075c3.211-0.359 6.425-0.717 9.638-1.075v-1.047h4.292v-1.077h3.18v-1.075c1.441-0.328 2.882-0.689 4.292-1.047v-1.075h3.212v-1.077h2.161v-1.045h2.101c0.359-0.718 0.721-1.435 1.081-2.122 1.441-0.36 2.879-0.719 4.292-1.077 0.359-0.719 0.691-1.435 1.050-2.122h2.161c0.721-1.077 1.441-2.153 2.133-3.201h2.133c1.078-1.434 2.161-2.839 3.24-4.275h2.133c2.85-3.198 5.704-6.398 8.554-9.597h2.162c1.049-1.404 2.099-2.839 3.18-4.275 1.443-0.329 2.883-0.686 4.292-1.043v-1.077c2.133-0.717 4.293-1.405 6.426-2.124v-1.075h4.292v-1.046h6.422v-1.077c2.791-0.805 14.048 1.348 16.028 2.124v1.075h3.212c0.363 0.718 0.72 1.406 1.080 2.124h2.13c0.362 0.717 0.722 1.435 1.082 2.122h2.133c1.051 1.436 2.132 2.87 3.213 4.275 0.718 0.359 1.441 0.719 2.16 1.077v2.122c0.691 0.359 1.41 0.719 2.101 1.075 0.359 1.047 0.722 2.124 1.079 3.199h1.082c2.492 6.398 4.982 12.798 7.503 19.163v4.275h1.051v3.201h1.080v6.397h1.050v7.473h1.082v9.567h1.080v10.673h1.080v9.598h1.050v11.716h1.082v11.719h1.049v9.597h1.080v6.398h1.080v4.276h1.082v4.244h1.051v3.198h1.048c0.362 1.436 0.722 2.841 1.081 4.275 0.72 0.36 1.441 0.719 2.162 1.077 1.079 1.405 2.13 2.841 3.18 4.246h2.161l2.133 2.151h2.132v1.048h2.162v1.075h2.13v1.046h2.132v1.075h3.241v1.077c2.102 0.715 4.263 1.403 6.422 2.122v1.075h2.102v1.046h2.162v1.077h2.162v1.075h2.098v1.046h2.162v1.075h2.13v1.077h2.132v1.047c1.441 0.358 2.883 0.716 4.292 1.076 0.362 0.716 0.721 1.435 1.080 2.123 2.134 0.716 4.292 1.435 6.393 2.153v1.047c1.082 0.357 2.162 0.715 3.243 1.075 0.358 0.716 0.717 1.404 1.080 2.122h2.098c0.362 0.718 0.722 1.435 1.081 2.153h2.162c0.358 0.688 0.72 1.405 1.080 2.123 1.050 0.358 2.102 0.718 3.184 1.046 1.077 1.435 2.16 2.87 3.212 4.275h2.13c3.933 4.275 7.862 8.52 11.766 12.796 4.32 0.719 8.584 1.436 12.846 2.125 0.359 0.716 0.721 1.434 1.082 2.151h2.16c1.802 1.257 2.731 3.858 5.343 5.321 0.362 1.763 0.721 3.559 1.080 5.322h1.049c-0.209 5.142-1.74 8.847-4.292 11.719-1.049 0.716-2.13 1.435-3.182 2.152v2.125c-6.422 6.036-12.847 12.075-19.269 18.114-2.882 3.201-5.705 6.399-8.584 9.599h-2.13c-1.772 2.122-3.575 4.275-5.345 6.397h-2.13c-1.081 1.407-2.162 2.841-3.243 4.245h-2.099c-0.722 1.077-1.44 2.152-2.162 3.199h-2.162c-0.691 1.075-1.41 2.153-2.101 3.2h-2.16c-0.362 0.715-0.722 1.434-1.082 2.151h-2.133v1.047c-1.051 0.358-2.132 0.718-3.212 1.077-0.719 1.075-1.441 2.122-2.133 3.198-1.409 0.358-2.851 0.718-4.292 1.076-0.358 0.688-0.719 1.405-1.080 2.123-1.050 0.36-2.098 0.717-3.18 1.076v1.046h-2.162v1.075h-2.13c-0.362 0.718-0.691 1.437-1.052 2.125h-2.16l-2.161 2.15h-2.102v1.047h-2.162c-0.36 0.717-0.719 1.435-1.080 2.153-2.132 0.688-4.262 1.405-6.423 2.122v1.047h-2.131v1.075c-2.134 0.719-4.293 1.435-6.396 2.124v1.075h-3.241v1.075c-1.41 0.359-2.821 0.719-4.263 1.047v1.077h-2.161v1.075h-3.182v1.048c-1.441 0.358-2.882 0.715-4.292 1.074v1.077c-3.212 0.686-6.424 1.404-9.634 2.124v1.074h-2.162v1.047c-3.543 0.717-7.113 1.434-10.688 2.153v1.046h-3.211v1.076h-3.212v1.075h-4.261v1.046c-2.884 0.359-5.705 0.719-8.584 1.077v1.075h-3.183v1.046h-5.375c-6.571 2.033-15.818 3.379-22.48 5.321-23.894 1.794-47.783 3.558-71.678 5.353v1.046h-2.162v1.075h-3.211c-0.329 0.716-0.691 1.435-1.051 2.122h-2.162c-0.359 0.719-0.72 1.435-1.079 2.153h-2.101c-1.079 1.404-2.162 2.841-3.242 4.244-0.721 0.36-1.441 0.719-2.13 1.077v2.122c-1.052 0.719-2.134 1.435-3.212 2.153-0.722 2.122-1.441 4.246-2.162 6.368h-1.051v2.152h-1.049v4.246h-1.080v4.275h-1.079v21.314c6.634 22.243 18.369 33.994 38.541 42.632h3.182v1.075h3.241v1.077h4.265v1.048h5.341v1.075h5.342c8.224 2.451 27.166 3.647 36.409 1.074 7.113-0.357 14.258-0.715 21.401-1.074v-1.075h6.422v-1.048h6.425v-1.077h5.342c12.487-3.556 24.971-7.111 37.461-10.672v-1.046h2.161v-1.076c3.182-0.719 6.424-1.407 9.605-2.122v-1.077h2.162v-1.076c1.77-0.33 3.54-0.688 5.341-1.047v-1.074c2.134-0.719 4.265-1.407 6.426-2.124v-1.077h2.13v-1.047h3.211v-1.075c2.161-0.716 4.264-1.435 6.424-2.122v-1.077h2.16v-1.076c1.413-0.358 2.822-0.688 4.264-1.046 0.359-0.717 0.718-1.435 1.080-2.153h2.13l2.13-2.122h2.162v-1.076h2.13c0.359-0.688 0.691-1.406 1.051-2.122 2.162-0.719 4.292-1.437 6.424-2.124v-1.076c1.082-0.358 2.162-0.717 3.241-1.074 0.362-0.688 0.691-1.407 1.051-2.124 1.409-0.357 2.853-0.716 4.293-1.076v-1.046c1.080-0.359 2.13-0.716 3.179-1.076 0.362-0.717 0.722-1.405 1.082-2.123h2.162c0.72-1.076 1.41-2.122 2.13-3.199h2.134c0.359-0.718 0.719-1.434 1.077-2.122h2.134c0.358-0.718 0.717-1.435 1.079-2.153 1.051-0.36 2.132-0.688 3.213-1.048 0.717-1.074 1.441-2.152 2.13-3.198h2.13c1.441-1.793 2.883-3.558 4.292-5.353h2.13c2.162-2.481 4.293-4.962 6.424-7.444h2.162c2.13-2.482 4.263-4.992 6.422-7.472 0.722-0.36 1.413-0.718 2.133-1.048v-2.153c2.13-1.762 4.291-3.556 6.422-5.321v-2.122c1.051-0.717 2.133-1.434 3.212-2.153 1.71-2.451 3.541-6.368 4.262-9.596-4.024 1.106-6.935 3.887-9.606 6.399-0.359 0.715-0.719 1.434-1.080 2.153h-2.162c-1.049 1.403-2.13 2.839-3.181 4.244h-2.16c-0.722 1.075-1.441 2.153-2.133 3.198h-2.13c-1.080 1.437-2.162 2.841-3.241 4.276h-2.102c-0.719 1.075-1.44 2.124-2.161 3.198h-2.161c-0.33 0.719-0.691 1.406-1.052 2.124h-2.13c-0.722 1.076-1.441 2.122-2.162 3.199h-2.13c-0.359 0.715-0.691 1.435-1.051 2.122-1.079 0.358-2.162 0.718-3.241 1.076v1.077h-2.13c-0.332 0.718-0.691 1.404-1.052 2.122-1.441 0.358-2.882 0.718-4.292 1.077-0.359 0.686-0.719 1.404-1.050 2.122-1.080 0.358-2.162 0.716-3.242 1.075v1.046c-1.44 0.36-2.821 0.717-4.261 1.075-0.359 0.719-0.722 1.437-1.082 2.124-1.44 0.359-2.852 0.717-4.263 1.077-0.359 0.716-0.72 1.435-1.080 2.122h-2.162v1.076h-2.133c-0.36 0.717-0.691 1.405-1.051 2.124h-2.161l-2.133 2.153h-2.13v1.045h-2.162v1.076h-2.13v1.045h-2.13v1.077h-2.162v1.076h-2.13v1.046h-2.133v1.076h-2.161v1.077h-2.133v1.047c-1.41 0.357-2.852 0.716-4.292 1.074v1.076h-2.132v1.047h-3.212v1.077c-1.441 0.357-2.851 0.716-4.262 1.076v1.046h-3.242v1.076h-2.101v1.077h-3.241v1.045h-2.13v1.077c-2.133 0.359-4.293 0.717-6.425 1.075v1.046c-2.13 0.359-4.292 0.719-6.422 1.075v1.077h-2.133v1.047h-3.212v1.075c-3.933 0.719-7.833 1.407-11.794 2.123v1.077c-12.817 2.482-25.664 4.962-38.512 7.444-9.995 0.357-19.961 0.717-29.955 1.076-26.893 0-63.364-6.786-64.203-30.913 40.341 7.236 90.317 1.855 121.983-9.596h4.292v-1.046h3.212v-1.077h3.184v-1.076h3.241v-1.047c2.131-0.358 4.262-0.716 6.424-1.074v-1.077h2.13v-1.046h3.212v-1.077h2.133v-1.076h3.212v-1.046c2.161-0.717 4.292-1.435 6.422-2.153v-1.043h2.162v-1.077c1.77-0.358 3.541-0.717 5.343-1.076 0.358-0.688 0.719-1.405 1.079-2.124 2.101-0.717 4.262-1.405 6.396-2.123 0.358-0.716 0.719-1.434 1.080-2.152h2.13v-1.045c1.082-0.36 2.162-0.718 3.212-1.076v-2.124c-4.173 0.451-6.635 2.124-9.634 3.201-2.493 0.359-4.982 0.716-7.505 1.045v1.077h-2.099v1.075h-4.292v1.047h-3.212v1.076c-3.571 0.718-7.145 1.435-10.684 2.124v1.076c-15.010 3.558-29.986 7.116-44.966 10.672h-6.422c-6.183 1.794-15.008 2.424-21.401 4.247h-12.837c-3.784 1.076-24.764 2.51-29.986 1.076v-1.076c-5.704-0.358-11.408-0.718-17.109-1.046-3.901-1.196-7.624-2.899-12.847-3.201 0.152-10.582 6.272-20.566 13.929-23.466h6.422v-1.047h27.795v-1.076h13.928v-1.077h8.584v-1.046h7.475v-1.076h6.422v-1.077h7.475v-1.045h5.374v-1.077h4.292v-1.076c3.18-0.358 6.422-0.688 9.605-1.046v-1.075c3.239-0.358 6.422-0.719 9.634-1.077v-1.045h3.211v-1.077h3.212v-1.076c2.852-0.358 5.734-0.688 8.555-1.046v-1.076h2.162v-1.077h3.182v-1.048c2.521-0.357 5.014-0.715 7.504-1.075v-1.076h2.161v-1.047h3.183v-1.077h2.162v-1.045h3.212v-1.077h3.211v-1.075c1.442-0.358 2.852-0.717 4.263-1.046v-1.076h3.241v-1.077h2.101v-1.046h3.242v-1.076c2.133-0.719 4.262-1.434 6.424-2.122v-1.077h2.13v-1.075h2.132v-1.048h2.161v-1.074h2.102v-1.077h2.161l2.16-2.124h2.102c0.36-0.716 0.719-1.435 1.080-2.123h2.162l2.13-2.153h2.13v-1.047h2.162c0.359-0.716 0.721-1.434 1.050-2.151h2.132v-1.047h2.161c0.363-0.718 0.722-1.434 1.080-2.152 1.413-0.33 2.823-0.688 4.264-1.047 0.359-0.717 0.717-1.435 1.079-2.122h2.132c0.359-0.719 0.719-1.435 1.050-2.153h2.162c0.359-0.717 0.722-1.405 1.082-2.124h2.13v-1.074c1.049-0.36 2.13-0.688 3.211-1.047 0.362-0.717 0.722-1.434 1.082-2.153h2.13c0.362-0.688 0.691-1.405 1.052-2.122 1.080-0.359 2.158-0.717 3.239-1.077 0.72-1.045 1.411-2.122 2.133-3.198h2.132c1.081-1.405 2.162-2.841 3.212-4.246h2.13c1.801-2.151 3.601-4.275 5.343-6.398h2.161c2.161-2.481 4.263-4.99 6.424-7.472h2.132c0.359 1.434 0.721 2.839 1.079 4.275 0.691 0.358 1.41 0.717 2.133 1.046 0.358 1.793 0.719 3.558 1.079 5.352h1.079c0.361 2.122 0.722 4.245 1.051 6.397 3.813 9.597 6.726 21.495 6.422 35.158 7.957-0.33 20.893-3.409 25.695 2.153 3.872 0.925 5.672 3.436 6.393 7.442 1.736 1.946 2.337 10.466 1.076 13.876l0.008 0.012zM475.013 133.92c3.632 1.526 6.785 3.079 11.768 3.199-2.853-10.644-5.704-21.315-8.555-31.959h-2.147c-1.262 5.62-7.327 17.159-2.148 22.361 0.063 3.049 0.377 4.572 1.080 6.398l0.001 0.001zM455.744 188.298c2.144 2.482 4.277 4.962 6.422 7.445h3.212c0.72-1.047 1.427-2.124 2.144-3.2 2.807-2.662 6.559-3.916 8.556-7.442 0.419-0.688 1.665-0.121 1.066-2.153-4.639-3.557-9.277-7.085-13.915-10.644-0.345-0.715-0.705-1.435-1.064-2.153h-2.147c-0.346-0.686-0.706-1.403-1.064-2.123h-1.069c-0.358-0.715-0.72-1.403-1.079-2.122h-2.13c-1.427-1.794-2.851-3.556-4.278-5.321h-2.144c-1.426-1.795-2.852-3.558-4.278-5.351h-2.148c-1.424-1.763-2.848-3.559-4.275-5.322h-2.148c-0.361-0.716-0.705-1.403-1.066-2.123h-1.064c-0.36-0.718-0.722-1.435-1.079-2.153h-2.13c-0.722-1.047-1.426-2.123-2.148-3.198h-1.064c-0.362-0.688-0.722-1.406-1.079-2.124h-2.133c-0.359-0.717-0.719-1.404-1.064-2.122-1.079-0.717-2.147-1.435-3.211-2.124v-1.075h-2.148v-1.075c-1.575-1.226-1.89-1.523-4.278-2.124 1.066 7.804 2.134 15.636 3.214 23.439 3.872 1.824 6.693 4.692 9.62 7.474 0.359 0.716 0.719 1.403 1.079 2.122h2.13c2.146 2.483 4.292 4.993 6.423 7.472h2.148c0.36 0.719 0.705 1.407 1.064 2.123h1.079c1.772 2.125 3.556 4.278 5.342 6.4h2.148c2.13 2.481 4.276 4.962 6.422 7.473l2.132 0.001zM516.752 155.235h1.080c0.359-0.688 0.719-1.406 1.050-2.124 3.933-2.064 8.494-2.631 9.638-7.474-4.205-1.167-3.843-2.99-6.425-5.321-1.082-0.357-2.13-0.717-3.212-1.075-0.331-0.689-0.691-1.407-1.050-2.123-2.162-2.003-4.023-3.499-7.503-4.247 0.478 4.784 4.052 18.895 6.423 21.315v1.047l-0.001 0.001zM475.013 156.311h2.134c1.079 1.405 2.144 2.84 3.211 4.275 1.082 0.328 2.147 0.688 3.212 1.046 0.36 0.719 0.72 1.434 1.065 2.153 2.524 2.33 7.056 6.547 10.716 7.444 3.212-3.888 9.095-5.202 11.766-9.597h1.051v-1.046c-13.178-3.917-26.384-7.832-39.577-11.749v2.153c1.065 0.358 2.13 0.686 3.212 1.046 1.066 1.435 2.132 2.839 3.211 4.275zM708.31 454.755c1.141 3.916-0.24 8.19 2.162 10.673v2.122c2.040 3.169 11.918-0.18 16.028 1.077 4.353 1.313 8.616 3.914 13.928 4.244-0.481-8.491-2.792-17.042-5.343-23.438v-3.199h-1.080v-2.124h-1.082c-0.358-1.793-0.718-3.557-1.077-5.351-0.722-0.328-1.413-0.688-2.133-1.046-0.359-1.434-0.691-2.841-1.050-4.275-0.722-0.359-1.441-0.719-2.162-1.077-0.359-1.045-0.717-2.122-1.079-3.168-1.050-0.36-2.13-0.718-3.18-1.077-0.722-1.075-1.441-2.122-2.162-3.198h-6.422v1.075c-1.082 0.328-2.133 0.688-3.184 1.047-2.252 2.748-5.132 20.984-3.242 27.712h1.080l-0.001 0.003zM608.778 502.735c2.162 0.358 4.293 0.688 6.425 1.047v1.076c1.441 0.359 2.852 0.716 4.262 1.074v1.048h4.324v1.075c2.79-0.12 3.602-0.418 5.341-1.075-0.359-3.828-1.38-5.203-3.241-7.445h-1.051v-2.153l-2.13-2.122h-2.162c-1.079-1.406-2.13-2.841-3.182-4.275h-2.162c-0.359-0.688-0.72-1.406-1.080-2.122-10.565-6.699-23.952-7.862-41.721-7.445-2.372 2.093-6.302 0.896-9.637 2.122v1.075h-3.212c-7.564 3.799-22.602 12.617-24.612 21.315h-1.079c0.358 1.048 0.72 2.124 1.079 3.201 7.624-0.271 11.947-3.111 17.11-5.352h3.241v-1.047h3.181v-1.077c2.521-0.358 5.013-0.715 7.504-1.075v-1.046h4.262c13.297-4.242 27.736-0.837 38.541 3.2h-0.001zM737.188 495.262h-2.102c-0.719 1.075-1.441 2.122-2.162 3.199h-1.077v2.122h-1.052c-1.71 3.2-2.46 9.327-1.080 12.796h1.080c1.082 2.542-1.080 1.167 1.052 3.199 1.259 2.061 2.879 2.54 4.291 4.275 5.133-0.417 9.636-2.991 10.715-7.474h1.082v-4.245h1.049c1.050-3.259-0.87-8.462-2.13-9.598-0.812-3.018-1.922-3.080-3.242-5.351h-6.422v1.077zM705.1 533.648v-1.075c1.413-0.358 2.852-0.718 4.292-1.077 0.482-2.301 0.664-3.020 2.134-4.245-0.212-8.579-3.422-8.787-6.425-13.871-4.832-1.165-13.236-6.247-18.189-1.047-1.53 0.927-2.429 1.466-3.211 3.199v2.123h-1.080c0.78 7.563 4.622 8.997 7.504 13.84 3.661 0.776 9.365 4.065 14.976 2.152h-0.001zM592.751 529.371h3.183v-1.075c7.022-2.212 24.253 2.899 28.904-1.047h1.051c-2.311-8.847-19.81-12.885-31.037-9.596-2.821 0.358-5.703 0.718-8.524 1.046-0.359 0.719-0.721 1.435-1.080 2.153-1.8 0.36-3.571 0.717-5.341 1.047-0.721 1.074-1.441 2.15-2.162 3.198h-2.132v1.077c-1.412 1.074-2.852 2.122-4.293 3.198-0.48 2.631-1.021 3.915-1.080 7.474 4.321-0.479 7.323-1.584 10.715-3.199v-1.076c3.932-0.718 7.835-1.435 11.796-2.122v-1.078z"],"tags":["Mailchimp"]},"attrs":[{}],"properties":{"code":60347,"id":644,"name":"mailchimp","order":656,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":65},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M585.33 456.131h-143.168v-213.004h-104.755v536.002h104.755v-232.211h143.168v232.211h104.756v-536.002h-104.756v213.004zM65.041 139.718c0-41.247 33.41-74.676 74.675-74.676h744.568c41.249 0 74.676 33.429 74.676 74.676v744.568c0 41.249-33.392 74.674-74.676 74.674h-744.567c-41.247 0-74.676-33.425-74.676-74.674v-744.568z"],"tags":["Harvest"]},"attrs":[{}],"properties":{"code":60348,"id":643,"name":"harvest","order":657,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":66},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M480.036 209.534c38.851-14.904 84.453-2.88 110.561 30.213 21.355 27.062 28.121 57.515 16.908 90.881-3.135 9.315-7.178 18.324-11.554 29.333 9.375 16.586 18.803 33.255 28.254 49.963l56.76 100.362c143.075-44.406 250.99 35.024 289.691 120.045 46.749 102.704 14.785 224.34-77.030 287.713-94.242 65.036-213.404 53.926-296.935-29.603 21.286-17.886 42.673-35.804 65.542-54.977 82.454 53.553 154.596 51.013 208.153-12.397 45.637-54.094 44.66-134.745-2.325-187.721-54.226-61.105-126.874-62.967-214.651-4.302-36.44-64.763-73.493-129.055-108.753-194.292-11.893-21.985-25.028-34.753-51.838-39.393-44.763-7.791-73.657-46.339-75.395-89.492-1.701-42.714 23.392-81.296 62.613-96.334zM210.153 499.75c7.326 26.657 14.736 53.62 22.059 80.211-97.385 49.826-131.101 112.592-103.837 191.073 23.976 69.068 92.154 106.937 166.147 92.271 75.582-14.936 113.674-77.905 109.028-178.948 71.637 0 143.363-0.746 215.004 0.373 27.985 0.442 49.578-2.473 70.66-27.199 34.689-40.714 98.586-37.024 135.94 1.391 38.193 39.29 36.374 102.463-4.043 140.098-39.002 36.31-100.61 34.345-137.118-4.744-7.475-8.065-13.404-17.65-20.813-27.542v0h-172.244c-16.522 68.084-52.189 123.059-113.643 158.016-47.759 27.165-99.26 36.38-154.057 27.505-100.891-16.327-183.396-107.379-190.654-209.908-8.215-116.185 71.423-219.426 177.57-242.597zM351.168 131.087c77.484-76.551 195.706-88.948 286.95-30.178 87.637 56.429 127.782 166.38 93.566 260.479-25.801-7.013-51.768-14.090-80.333-21.848 10.744-52.333 2.795-99.315-32.401-139.554-23.239-26.592-53.081-40.512-86.999-45.629-68.016-10.297-134.805 33.499-154.613 100.432-22.496 75.976 11.539 137.996 104.567 184.775-39.933 67.306-78.194 132.476-117.247 197.137-10.035 16.632-15.003 30.146-6.99 51.25 22.129 58.326-9.074 115.063-67.732 130.476-55.319 14.53-109.212-21.917-120.191-81.295-9.716-52.569 30.952-104.089 88.749-112.286 4.848-0.675 9.786-0.777 17.918-1.388 28.327-47.59 57.34-96.368 87.924-147.787-55.303-55.107-88.209-119.568-80.918-199.406 5.155-56.43 27.285-105.205 67.75-145.178z"],"tags":["Glipwebhooks"]},"attrs":[{}],"properties":{"code":60349,"id":642,"name":"glipwebhooks","order":658,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":67},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M513.29 64c-246.711 0-446.712 200.025-446.712 446.797s200 446.796 446.712 446.796c246.711 0 446.71-200.022 446.71-446.796s-199.999-446.797-446.709-446.797h-0.001zM328.276 577.525l-117.88-116.095c-6.528-6.42-6.528-16.362-0.358-22.564l55.699-55.694c6.060-6.076 16.265-6.296 22.513-0.219l53.72 51.922 203.15-201.115c6.651-6.607 16.686-6.42 23.043-0.249l57.241 55.725c6.232 6.045 6.434 16.080 0.204 22.127l-274.521 266.564c-6.124 5.953-16.437 5.859-22.809-0.403l-0.001 0.001zM818.61 526.098l-274.521 266.534c-6.122 5.951-16.452 5.89-22.822-0.407l-117.88-116.064c-6.513-6.419-6.528-16.393-0.342-22.564l55.683-55.694c6.076-6.076 16.266-6.295 22.53-0.249l53.72 51.957 203.133-201.115c6.651-6.607 16.686-6.42 23.042-0.25l57.242 55.693c6.232 6.078 6.451 16.113 0.218 22.159h-0.002z"],"tags":["Donedone"]},"attrs":[{}],"properties":{"code":60350,"id":641,"name":"donedone","order":659,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":68},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832.313 70.862c66.722 0 120.826 54.199 120.826 120.826v0 640.627c0 66.732-54.197 120.823-120.826 120.823v0h-640.627c-66.726 0-120.823-54.197-120.823-120.823v0-640.627c0-66.735 54.19-120.826 120.823-120.826v0zM385.038 336.753h-144.914c-53.542 0-96.746 43.292-96.746 96.7v0 157.094c0 4.096 0.254 8.134 0.75 12.097v0h-0.75v217.547h84.603v-133.699c3.976 0.494 8.031 0.754 12.144 0.754v0h144.915c53.542 0 96.746-43.29 96.746-96.699v0-157.094c0-53.372-43.32-96.7-96.748-96.7v0zM880.622 203.809h-84.603v133.699c-3.976-0.495-8.024-0.754-12.144-0.754v0h-144.912c-53.549 0-96.748 43.292-96.748 96.7v0 157.093c0 53.374 43.317 96.7 96.748 96.7v0h144.912c53.548 0 96.747-43.292 96.747-96.7v0-157.093c0-4.096-0.259-8.134-0.755-12.098v0h0.755v-217.547zM385.197 409.269c13.296 0 24.072 10.753 24.072 24.171v0 157.118c0 13.348-10.8 24.171-24.072 24.171v0h-133.146c-13.297 0-24.071-10.753-24.071-24.171v0-157.118c0-13.349 10.799-24.171 24.071-24.171v0zM771.942 409.269c13.302 0 24.078 10.753 24.078 24.171v0 157.118c0 13.348-10.8 24.171-24.078 24.171v0h-133.134c-13.304 0-24.078-10.753-24.078-24.171v0-157.118c0-13.349 10.799-24.171 24.078-24.171v0z"],"tags":["Pagerduty"]},"attrs":[{}],"properties":{"code":60351,"id":640,"name":"pagerduty","order":660,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":69},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M573.552 496.332c-0.125 33.86-27.921 61.494-61.843 61.305-33.921-0.095-61.32-27.797-61.148-61.81 0.113-34.11 27.59-61.402 61.702-61.241 34.033 0.187 61.354 27.666 61.29 61.748l-0.001-0.001zM803.234 706.814c0.256 2.46-0.127 5.147-0.597 7.607-8.59 45.168-17.281 90.238-25.65 135.437-2.841 15.192-9.695 27.888-20.369 38.786-11.874 12.159-25.836 21.16-40.779 28.77-27.571 14.029-56.82 22.837-86.824 29.028-38.786 8.055-78.013 11.655-100.312 11.466-67.843-0.16-117.78-5.559-166.563-19.648-22.582-6.472-44.391-14.903-64.748-26.814-10.657-6.252-20.609-13.487-29.324-22.236-10.929-11.023-18.019-23.815-20.863-39.289-8.336-45.137-17.149-90.273-25.758-135.405-0.454-2.274-0.583-4.58-0.534-6.887 0.534-11.084 10.422-16.801 20.387-11.906 1.012 0.598 2.023 1.138 2.952 1.77 33.056 24.004 69.93 40.047 108.604 52.24 35.519 11.274 71.948 18.033 109.015 21.35 42.796 3.884 85.34 2.905 127.791-3.094 56.314-7.897 110.103-23.973 160.102-51.451 9.949-5.465 19.3-12.098 28.835-18.163 1.58-1.012 3.066-2.147 4.74-2.938 9.535-4.264 18.948 1.074 19.895 11.374l0.001 0.001zM756.362 189.772c-3.472 3.915-7.707 7.39-12.255 10.043-12.665 7.548-26.782 11.527-40.933 15.255-26.783 6.824-54.136 10.772-81.518 13.645-36.041 3.822-72.203 5.15-106.707 5.277-41.948-0.222-82.046-1.898-121.952-6.697-29.954-3.633-59.788-8.178-88.563-17.813-8.525-2.939-16.833-6.635-24.855-10.71-4.108-2.050-7.74-5.208-10.863-8.559-5.546-6.067-5.53-12.697 0.141-18.667 3.285-3.537 7.31-6.537 11.45-8.906 11.938-6.918 25.061-10.96 38.263-14.405 27.669-7.198 55.872-11.335 84.282-14.338 46.494-4.768 93.11-6.221 139.811-4.831 42.89 1.265 85.721 4.454 128.108 12.127 19.831 3.571 39.607 7.708 58.396 15.35 6.636 2.686 13.047 6.098 19.236 9.729 3.032 1.801 5.845 4.613 8.085 7.485 3.983 5.117 4.17 11.179-0.125 16.014h-0.004zM511.425 618.943c-67.562-0.222-122.2-55.464-121.978-123.37 0.171-67.846 55.113-122.361 122.988-122.107 68.255 0.223 122.705 55.18 122.457 123.495-0.319 67.496-55.719 122.201-123.466 121.981h-0.001zM888.293 165.135c-5.72-8.024-12.702-14.783-20.501-20.75-17.183-13.393-36.511-22.93-56.601-31.046-42.701-17.183-87.173-27.32-132.336-34.587-55.117-8.813-110.672-12.321-169.072-12.667-52.18 0.443-106.88 3.761-161.161 12.223-38.534 6.034-76.592 14.246-113.578 26.754-24.463 8.37-48.133 18.287-69.722 32.786-10.282 6.854-19.739 14.653-27.477 24.446-9.68 12.347-13.817 26.084-11.32 41.625 4.877 30.763 9.381 61.525 14.449 92.132 7.42 45.355 15.114 90.679 22.82 135.907 8.623 50.286 17.466 100.564 25.852 150.879 1.97 11.718 6.914 21.638 14.797 30.102 5.036 5.462 10.422 10.611 16.171 15.288 20.547 16.61 43.963 28.456 68.456 38.121 58.605 23.374 119.881 33.922 182.545 37.398 45.5 2.525 90.948 0.916 136.177-5.277 38.534-5.21 76.274-13.482 112.943-26.689 27.164-9.822 53.19-21.825 76.69-38.879 9.98-7.328 19.236-15.413 26.595-25.396 5.116-6.693 8.59-14.18 9.98-22.645 11.18-65.886 22.77-131.708 33.668-197.654 10.171-61.117 19.71-122.33 29.751-183.473 2.402-14.12-0.853-26.881-9.126-38.598h0.001z"],"tags":["Bitbucket"]},"attrs":[{}],"properties":{"code":60352,"id":639,"name":"bitbucket","order":661,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":70},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960.871 767.993c35.4 0 63.129 28.11 63.129 63.989 0 35.289-28.312 64.018-63.129 64.018-34.23 0-63.125-29.317-63.125-64.018 0-35.289 28.343-63.989 63.125-63.989zM366.175 128c252.27 0 342.184 110.229 342.184 213.371v0 536.757h-69.693l-23.403-59.268c-62.675 40.933-187.94 77.138-272.931 77.138-227.146 0-342.332-72.906-342.332-216.685 0-136.993 115.58-210.588 363.751-231.643 157.921-13.613 244.874-51.691 244.874-107.246 0-67.429-95.665-111.019-243.752-111.019-201.689 0-242.195 68.514-255.050 119.776-3.608 12.331-6.307 27.483-6.307 27.483v0h-90.824c0 0 0.7-20.956 2.619-31.616 23.452-146.044 138.22-217.048 350.862-217.048zM612.464 496.11c-62.545 32.566-132.434 43.916-246.388 54.181-232.374 21.023-262.182 79.989-262.182 129.023 0 74.349 84.679 115.311 238.437 115.311 146.766 0 265.42-82.187 270.133-108.458v0.001zM960.871 512.018c35.4 0 63.129 28.107 63.129 63.986 0 35.287-28.312 63.985-63.129 63.985-34.23 0-63.125-29.289-63.125-63.985 0-35.288 28.343-63.986 63.125-63.986zM960.871 256.007c35.4 0 63.129 28.104 63.129 63.985 0 35.291-28.312 64.022-63.129 64.022-34.23 0-63.127-29.325-63.125-64.022 0-35.291 28.343-63.985 63.125-63.985z"],"tags":["Asana"]},"attrs":[{}],"properties":{"code":60353,"id":638,"name":"asana","order":662,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":71},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M860.816 440.279c3.274-20.875 5.35-43.737 5.854-69.398-0.187-110.048-52.771-148.997-62.879-167.228 14.894-83.376-2.488-121.321-10.548-134.293-29.786-10.611-103.623 27.329-143.958 54.032-65.809-19.27-204.807-17.414-256.935 5.006-96.178-69.019-147.062-58.504-147.062-58.504s-32.887 59.101-8.689 145.565c-31.645 40.428-55.242 68.99-55.242 144.779 0 18.166 1.132 35.296 3.039 51.795 27.251 143.613 140.81 205.58 252.352 216.253-16.785 12.784-36.934 36.966-39.721 64.988-21.096 13.668-63.527 18.171-96.507 7.779-46.226-14.609-63.919-106.363-133.145-93.264-14.974 2.802-11.996 12.721 0.975 21.16 21.079 13.697 40.949 30.731 56.253 67.194 11.758 27.992 36.492 77.962 114.674 77.962 31.046 0 52.79-3.652 52.79-3.652s0.581 71.318 0.581 99.15c0 31.992-43.105 40.997-43.105 56.364 0 6.109 14.264 6.673 25.74 6.673 22.653 0 69.821-18.922 69.821-52.206 0-26.417 0.427-115.275 0.427-130.858 0-34.007 18.18-44.806 18.18-44.806s2.221 181.489-4.375 205.828c-7.747 28.623-21.775 24.562-21.775 37.282 0 19.018 56.694 4.658 75.508-36.934 14.545-32.496 8.028-210.492 8.028-210.492l15.146-0.346c0 0 0.188 81.521-0.316 118.769-0.566 38.571-4.535 87.346 18.326 110.363 15.018 15.112 60.99 41.688 60.99 17.41 0-14.072-32.211-25.691-32.211-63.793v-175.569c19.586 0 23.615 57.716 23.615 57.716l7.054 107.213c0 0-4.691 39.107 42.193 55.449 16.53 5.794 51.892 7.368 53.59-2.36 1.638-9.763-42.631-24.214-43.076-54.506-0.187-18.451 0.853-29.221 0.853-109.448 0-80.168-10.737-109.828-48.208-133.475 108.628-11.178 221.417-59.794 241.759-187.6h0.002z"],"tags":["Github"]},"attrs":[{}],"properties":{"code":60354,"id":637,"name":"github","order":663,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":72},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M389.706 610.373c47.593 43.786 99.832 73.025 120.062 83.432 23.655 56.761 70.415 106.027 133.735 132.293-26.063 59.003-72.938 103.050-128.458 127.043-55.111-23.233-104.071-67.69-131.328-128.792-14.882-32.711-21.559-66.905-21.559-100.546 0-39.588 9.563-78.507 27.548-113.43zM304.539 479.22c10.044 41.452 34.357 78.097 63.071 109.026-29.764 42.098-46.57 92.91-46.57 145.791 0 22.241 3.003 44.689 9.256 67.136-20.305 4.955-40.463 7.405-60.345 7.405-42.097 0-82.777-10.67-118.795-30.406-5.117-20.523-8.395-43.668-8.395-67.051 0-39.033 9.343-78.564 29.020-115.558 29.619-55.942 77.647-95.909 132.757-116.344zM856.14 594.982c19.59 36.85 28.976 76.7 28.976 116.026 0 21.455-2.682 42.65-7.959 63.26-36.119 19.473-78.565 31.513-122.7 31.513-19.708 0-39.706-2.303-59.646-7.317-64.542-16.064-116.753-56.117-149.608-108.184 22.68-12.272 67.69-38.684 109.582-76.465 22.883 9.153 49.996 13.701 77.398 13.701 42.008 0.001 84.715-10.524 123.956-32.535zM805.153 282.268c3.060 0.524 5.801 1.72 8.772 2.36 57.868 14.518 109.788 47.868 145.12 94.365-9.095 59.208-40.697 117.279-93.169 158.441-45.39 35.391-99.087 52.473-152.348 52.473-10.699 0-21.484-0.729-32.185-2.040 37.373-40.578 67.282-91.041 67.37-148.967 0-9.997-1.078-19.502-2.653-28.247 30.086-32.766 51.513-76.874 58.945-126.402v0zM264.907 283.493c44.732 0 87.399 12.155 124.536 33.815-47.984 12.274-89.888 54.078-89.787 121.507 0 2.649 0.118 5.479 0.118 7.986-53.773 10.379-105.75 42.532-142.847 92.266-50.797-39.586-82.252-95.647-91.973-155.204 35.74-48.1 90.749-84.687 156.487-96.493 14.488-2.624 29.093-3.877 43.465-3.877zM311.624 74.533c1.3 0.757 4.825 0.757 8.544 0.757 58.36 0 117.029 20.291 164.255 62.152 54.952 48.624 83.2 116.695 83.2 184.939 0 2.888-0.116 5.744-0.116 8.542-16.822 7.842-32.68 23.088-43.335 44.049-19.94-38.947-57.794-58.567-94.773-61.16-44.066-43.581-106.203-70.634-174.141-70.634-2.898 0-5.712 0.117-8.482 0.117 0.321-0.497 0.321-1.283 0.321-2.217 0-63.698 24.225-122.263 64.527-166.545zM698.192 70.86c41.076 43.785 67.401 104.306 67.401 171.036 0 46.642-13.033 90.165-35.332 127.479-22.273-36.090-61.161-55.243-99.701-56.002v0h-2.681c-10.028 0-20.23 1.196-30.318 3.761 0.119-4.723 0.294-9.533 0.293-14.4 0-60.402-16.151-120.835-60.928-168.469 46.906-42.415 98.59-63.405 157.652-63.405v0z"],"tags":["Zendesk"]},"attrs":[{}],"properties":{"code":60355,"id":636,"name":"zendesk","order":664,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":73},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M380.241 693.931c45.514 46.497 79.929 85.546 105.723 118.908-46.805 69.489-52.153 112.412-45.704 146.307v0h-145.386c0 0-0.075-1.318-0.116-3.825l-0.016-5.766c0.312-32.635 7.524-143.583 85.5-255.624zM178.443 288.488c-0.041-33.005 28.608-15.815 28.608-15.815 49.583 39.891 119.416 42.579 128.507 42.76l0.989 0.013c23.325 101.090 157.136 226.31 177.673 245.047 30.796-29.072 151.194-147.559 173.203-242.934 0 0 76.374-1.101 129.512-43.816 0 0 28.644-18.261 28.622 14.744v0l-0.005 3.489c-0.581 22.663-12.1 153.643-193.543 331.81-11.616 11.377-22.577 22.342-32.975 32.973 101.534 121.822 109.908 250.057 110.196 284.784l-0.001 3.918c-0.031 3.394-0.136 5.195-0.136 5.195v0h-145.385c10.932-55.104-11.823-134.81-211.718-331.070-181.454-178.167-192.963-305.686-193.542-327.71zM582.845 327.655c0 0 18.794-2.652 14.208 22.279-4.425 24.052-41.659 64.851-65.137 88.593l-6.903 6.891c-7.393 7.286-12.254 11.775-12.254 11.775-0.001 0-2.612-2.425-6.964-6.723l-4.9-4.903c-18.054-18.288-52.231-55.352-70.314-90.776 0 0-10.215-27.136 8.191-27.136v0zM701.75 115.727c34.758 0 62.938 28.181 62.938 62.97 0 34.761-28.181 62.937-62.938 62.937-34.758 0-62.966-28.176-62.966-62.937 0-34.789 28.206-62.97 62.966-62.97zM331.009 115.727c34.757 0 62.95 28.181 62.95 62.97 0 34.761-28.194 62.937-62.95 62.937-34.777 0-62.957-28.176-62.957-62.937 0-34.789 28.18-62.97 62.957-62.97zM520.014 64.854c34.772 0 62.95 28.177 62.95 62.938 0 34.789-28.177 62.97-62.95 62.97-34.774 0-62.953-28.181-62.953-62.97 0-34.762 28.178-62.938 62.953-62.938z"],"tags":["Jira"]},"attrs":[{}],"properties":{"code":60356,"id":635,"name":"jira","order":665,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":74},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M585.143 164.426v697.856l-218.733-145.554c-58.697-1.463-103.973-17.92-134.583-49.079-33.924-34.465-42.195-79.418-44.053-111.883l-0.421-10.902-0.045-13.917c0.015-1.361 0.032-2.655 0.048-3.877l0.073-23.844-0.174-20.217 0.254-10.9c1.331-32.482 8.697-77.675 43.513-113.085 30.647-31.086 76.179-47.543 135.387-48.933l218.734-145.664zM857.326 365.714l54.4 54.4-89.326 91.886 91.886 89.326-54.4 54.4-91.886-89.326-89.326 91.886-56.96-56.96 91.886-89.326-91.886-89.326 56.96-56.96 89.326 91.886 89.326-91.886z"],"tags":["no-audio_sp"]},"attrs":[{}],"properties":{"code":59743,"id":634,"name":"no-audio_sp","order":666,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":75},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M219.064 459.449l115.639 43.593c36.887 13.51 62.737 48.314 62.737 89.157l-0.091 4.964c0 17.618 10.997 32.669 26.499 38.662l4.623 1.471c20.883 5.413 52.333 12.033 83.749 12.983 31.379 0.147 62.683-3.109 93.367-9.691 12.322-2.803 21.768-12.691 23.863-25.070l0.421-4.261 0.293-8.814c1.29-39.574 26.49-72.964 61.57-86.266l6.966-2.312 126.354-36.864 7.79 30.171c32 59.246 37.010 117.467 14.446 168.594l-0.077 0.001c-8.411 18.651-19.821 35.876-33.719 50.907l-11.886 12.033c-17.109 15.854-36.387 29.767-57.239 41.163l-1.494 0.749c-61.001 33.207-138.276 51.127-219.136 51.127l-17.006-0.293c-148.663-4.461-278.601-68.681-323.437-159.817-19.786-40.229-32.439-105.289 19.383-186.587l16.384-25.6zM512 470.71c22.784 0 41.253 18.469 41.253 41.253s-18.47 41.253-41.253 41.253v0l-4.495-0.242c-20.67-2.24-36.758-19.747-36.758-41.011 0-22.783 18.47-41.253 41.253-41.253zM569.419 177.811c17.043 9.033 30.793 21.504 40.887 37.084 10.35 16.056 15.653 34.56 15.653 54.967 0 12.324-2.267 24.027-6.803 34.816-5.29 11.9-12.397 22.051-21.089 30.597l-0.014 0.014c-9.721 9.456-20.333 18.106-31.661 25.776l-0.814 0.519c-7.666 5.103-14.357 10.483-20.533 16.397l0.053-0.050c-2.453 2.263-4.43 5-5.79 8.073l-0.061 0.156c-1.147 3.45-1.807 7.42-1.807 11.546l0.016 22.869h-54.857v-21.796c0-11.52 1.756-22.053 5.047-31.379 4.32-11.046 10.631-20.457 18.564-28.22l0.014-0.014c8.434-8.153 17.634-15.633 27.441-22.289l0.719-0.46c10.533-7.204 18.799-13.897 24.721-19.786 3.95-3.767 7.167-8.229 9.471-13.166 1.6-3.849 2.529-8.319 2.529-13.004l-0.006-0.6c0.013-0.387 0.019-0.843 0.019-1.299 0-7.075-1.635-13.77-4.548-19.724l-2.311-4.137c-5.106-7.786-11.996-14.009-20.111-18.184l-0.296-0.137c-8.89-4.406-19.357-6.983-30.426-6.983-9.294 0-18.162 1.817-26.271 5.114l-5.686 2.601-4.231 2.547c-15.47 10.164-24.775 27.646-24.339 46.42l0.004 0.034h-54.857l-0.010-1.491c0-41.083 22.794-76.843 56.426-95.321l0.563-0.283c33.974-18.834 80.164-19.164 114.396-1.207z"],"tags":["askfirst_sp"]},"attrs":[{}],"properties":{"code":60343,"id":633,"name":"askfirst_sp","order":667,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":76},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M500.904 231.841l16.793 0.321c189.894 5.729 355.231 85.453 411.399 199.63 30.35 61.855 29.070 134.308-18.699 214.357l-9.641 15.411-140.756-40.945c-38.932-13.858-64.988-49.803-66.484-90.773l-0.017-13.37c-1.405-36.562-26.715-68.308-62.731-77.494-39.423-10.249-80.405-17.214-118.766-18.407-41.771-1.255-87.23 4.176-132.239 13.673-12.484 2.774-23.85 8.721-32.757 17.090-12.406 12.406-19.56 26.413-21.508 42.035l-0.516 6.794-0.436 11.652c-1.028 41.438-27.521 77.699-66.562 91.628l-6.267 2.011-142.312 32.261-3.332-5.981c-40.657-72.98-47.945-144.56-20.558-206.58 8.485-18.658 19.415-36.054 32.543-51.773l8.139-9.227 9.065-9.481 5.020-4.866 11.613-10.303c19.205-16.293 40.036-30.49 62.121-42.314 79.494-43.163 180.774-66.128 286.89-65.35z"],"tags":["hang-up_sp"]},"attrs":[{}],"properties":{"code":60288,"id":631,"name":"hang-up_sp","order":668,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":77},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M636.343 117.029c48.475 0 87.771 39.297 87.771 87.771v197.486h-65.829v-197.486c0-10.772-7.762-19.731-17.999-21.589l-3.944-0.354h-252.255l142.507 50.328c26.319 9.289 43.919 34.166 43.919 62.076v458.111h65.829c10.772 0 19.731-7.762 21.589-17.999l0.354-3.944v-131.657h65.829v131.657c0 48.475-39.297 87.771-87.771 87.771h-65.829v38.615c0 36.356-29.472 65.829-65.829 65.829-7.463 0-14.872-1.269-21.909-3.753l-226.732-80.023c-35.092-12.385-58.559-45.554-58.559-82.768v-552.3c0-48.475 39.297-87.771 87.771-87.771h351.086zM802.164 342.009l160.536 160.404-160.534 160.402-46.519-46.519 83.206-83.208-224.454 0.855v-65.828l219.888-0.855-78.643-78.732 46.519-46.519z"],"tags":["leave_sp"]},"attrs":[{}],"properties":{"code":60304,"id":630,"name":"leave_sp","order":669,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":78},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M537.949 819.394l-7.027 0.040-8.316-0.209-11.73-0.782-3.153-0.341-7.644 54.309-1.239-0.13c0.465 0.060 0.672 0.053 0.623-0.020l-1.957-0.776-18.060-5.292-133.185-35.987c19.183-15.28 35.653-31.391 49.823-47.888l8.229-9.941 7.465-9.698 6.312-8.778 6.719-10.009-1.576 2.441c4.689-7.123 9.020-14.259 13.022-21.372l5.563-10.266 4.522-8.967 2.553-5.358c3.024-6.458 5.802-12.865 8.357-19.193 2.42-5.986 4.625-11.87 6.654-17.662l2.728-8.059c3.553-10.842 6.502-21.318 8.987-31.278l3.195-13.613 3.552-17.417 1.887-10.434 5.258-31.437c0.841-4.866 9.837-11.85 23.771-11.85 12.841 0 21.867 6.127 23.715 11.135l0.35 1.812 0.073 152.796 23.99 3.036c12.874 1.609 52.226 10.971 63.781 32.439 5.851 10.934 4.059 26.076-5.267 44.946-1.068 2.172-2.305 4.209-3.692 6.118l-3.291 4.005-1.275 1.325-3.942 3.532-3.104 2.323-4.395 2.784-6.623 3.37-5.398 2.198-5.309 1.791-6.797 1.859-10.187 2.057-6.565 0.948-5.18 0.571-4.376 0.371-11.842 0.55zM512 164.571c181.781 0 329.143 147.362 329.143 329.143 0 119.967-64.182 224.943-160.081 282.464 5.233-24.874 0.712-44.17-5.727-57.801l-1.981-3.919c-17.031-31.435-51.043-46.943-76.019-54.372l-5.204-1.471v-106.24c0-37.414-35.364-67.804-78.847-67.804-37.026 0-68.311 21.4-76.572 51.628l-1.215 5.423-6.469 38.412-2.6 13.338-3.173 14.189c-11.67 48.581-34.97 109.326-90.722 162.023-90.14-58.693-149.675-160.33-149.675-275.872 0-181.781 147.362-329.143 329.143-329.143zM649.143 380.563c-22.106 0-40.027 17.92-40.027 40.027 0 19.16 13.46 35.174 31.44 39.104l4.225 0.688 4.362 0.235 4.361-0.235c20.054-2.173 35.666-19.159 35.666-39.792 0-22.107-17.92-40.027-40.027-40.027zM374.857 380.526c-22.107 0-40.027 17.92-40.027 40.027s17.92 40.027 40.027 40.027c22.107 0 40.027-17.92 40.027-40.027 0-19.16-13.46-35.174-31.44-39.104l-4.225-0.688-4.362-0.235z"],"tags":["whisper_sp"]},"attrs":[{}],"properties":{"code":60305,"id":629,"name":"whisper_sp","order":670,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":79},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M466.234 706.971l9.632 4.729 6.307 2.788c29.114 12.134 48.43 32.644 61.726 61.59 9.644 22.474 15.73 44.978 19.727 70.199l1.831 12.849 1.868 19.465-18.508 0.086-192.948-0.081-93.201-0.436-44.403-0.447h-71.878c-0.801-73.792 7.905-113.508 36.549-137.471 20.102-16.817 50.796-25.779 97.301-32.149l19.458-2.422c3.388-0.385 6.849-0.761 10.385-1.131l33.888-3.183c54.441-4.703 93.375-2.911 122.268 5.612zM680.019 701.358l23.066 2.093 21.23 2.22c57.621 6.541 94.029 15.512 116.825 34.572 28.662 23.964 37.376 63.68 36.574 137.471l-155.511 0.217-99.669 0.41-1.448-15.824c-7.474-68.853-26.183-121.473-58.598-157.793 31.111-6.703 67.885-7.662 117.53-3.367zM656.566 435.787c24.576-15.981 55.297-20.846 86.601-13.531 65.828 15.397 100.754 73.618 84.918 141.531-12.983 55.661-56.21 90.441-107.776 90.441-8.996 0-18.25-1.061-27.611-3.256-28.891-6.73-53.577-23.004-69.558-45.714-13.057-18.614-26.369-50.286-15.69-95.89 7.351-31.634 24.833-57.783 49.116-73.581zM280.831 422.254c31.27-7.241 61.953-2.45 86.638 13.531 24.247 15.799 41.728 41.947 49.078 73.581 10.643 45.604-2.633 77.274-15.689 95.89v0l-0.231 0.336c-16.361 22.479-40.541 38.898-69.327 45.416-9.363 2.157-18.616 3.219-27.649 3.219-51.493 0-94.72-34.78-107.703-90.368-15.873-67.986 19.053-126.171 84.881-141.604zM537.564 146.286v209.957l69.34-69.338 38.766 38.766-133.67 133.704-133.668-133.705 38.766-38.766 65.61 65.536v-206.152h54.857z"],"tags":["barge_sp"]},"attrs":[{}],"properties":{"code":60306,"id":628,"name":"barge_sp","order":671,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":80},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M219.064 459.449l115.639 43.593c36.887 13.51 62.737 48.314 62.737 89.157l-0.091 4.964c0 17.618 10.997 32.669 26.499 38.662l4.623 1.471c20.883 5.413 52.333 12.033 83.749 12.983 31.379 0.147 62.683-3.109 93.367-9.691 12.322-2.803 21.768-12.691 23.863-25.070l0.421-4.261 0.293-8.814c1.29-39.574 26.49-72.964 61.57-86.266l6.966-2.312 126.354-36.864 7.79 30.171c32 59.246 37.010 117.467 14.446 168.594l-0.077 0.001c-8.411 18.651-19.821 35.876-33.719 50.907l-11.886 12.033c-17.109 15.854-36.387 29.767-57.239 41.163l-1.494 0.749c-61.001 33.207-138.276 51.127-219.136 51.127l-17.006-0.293c-148.663-4.461-278.601-68.681-323.437-159.817-19.786-40.229-32.439-105.289 19.383-186.587l16.384-25.6zM512.001 146.286l133.668 133.778-38.766 38.766-69.34-69.338v283.1h-54.857v-279.295l-65.61 65.536-38.766-38.766 133.67-133.78z"],"tags":["take-over_sp"]},"attrs":[{}],"properties":{"code":60307,"id":627,"name":"take-over_sp","order":672,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":81},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M153.6 102.4v819.2h-76.8v-819.2h76.8zM947.2 473.6h-622.746l263.066-263.014-53.76-56.986-354.56 358.4 358.4 358.4 53.76-54.374-266.906-265.626h622.746v-76.8z"],"tags":["expand_sp"]},"attrs":[{}],"properties":{"code":60308,"id":626,"name":"expand_sp","order":673,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":82},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M508.481 782.698c-74.824 0-144.971-29.204-197.571-81.824l46.186-46.121c40.351 40.289 94.109 62.503 151.385 62.503 118.115 0 213.961-95.803 213.961-213.864 0-118.017-95.846-213.82-213.961-213.82-88.23 0-165.993 52.576-198.729 134.355l-60.794-24.529c41.999-106.487 145.016-176.291 259.523-175.892 154.324 0 279.432 125.053 279.432 279.308s-125.107 279.306-279.432 279.306v0.579zM264.725 803.711c-85.647-72.609-135.039-179.229-135.039-291.548-0.579-210.926 171.293-382.721 382.315-382.721v-65.441c-247.275 0-448.365 200.999-448.365 448.163 0.089 131.506 57.766 256.424 157.843 341.809l42.667-50.261h0.579zM373.442 841.151c-30.375 0-55.494 24.529-55.494 55.469 0 30.985 24.54 55.514 55.494 55.514 30.998 0 55.539-24.529 55.539-55.514 0-30.94-24.54-55.469-55.539-55.469zM858.061 792.626c75.982-92.33 111.078-209.19 99.364-328.365-12.738-130.972-82.663-249.657-191.113-324.269l-37.457 53.733c92.372 64.284 152.008 164.761 163.098 276.946 9.932 101.679-19.864 200.999-84.756 280.463-64.358 78.574-157.308 128.345-258.365 138.495l6.413 65.441c119.273-11.708 226.832-69.537 302.814-161.867v-0.579zM647.618 169.196c30.375-2.894 52.599-29.872 49.704-60.188-2.895-30.361-29.885-52.576-60.215-49.682-30.375 2.894-52.599 29.872-49.704 60.188 2.895 30.361 29.885 52.576 60.215 49.682zM600.853 633.697h-57.855l-3.519-5.832c-4.098-7.034-8.774-23.372-16.969-59.61-6.413-30.361-16.345-36.238-36.209-36.816h-16.39v102.258h-53.757v-254.153l9.353-1.781c15.766-2.894 38.57-5.253 60.794-5.253 35.63 0 59.013 7.034 75.982 22.214 14.029 12.287 22.224 32.142 22.224 53.778 0 26.266-12.293 48.48-32.735 61.925 10.511 9.928 18.082 24.529 22.759 44.384 5.3 23.951 12.293 53.199 16.969 61.969l9.353 16.917zM469.333 484.695h19.285c25.743 0 41.509-12.821 41.509-33.299 0-8.191 0-32.142-42.667-32.721-7.616 0-14.029 0-18.127 1.157v64.863z"],"tags":["ringsense"]},"attrs":[{}],"properties":{"code":60309,"id":625,"name":"ringsense","order":674,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":83},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M609.576 432.747l56.024 2.279c-8.777 201.991-105.213 313.37-279.188 324.030v111.344h-56.024v-111.344c-173.937-10.697-270.411-122.040-279.188-324.030l56.024-2.279c7.805 180.633 92.29 272.238 251.176 272.238s243.369-91.603 251.176-272.238zM870.4 665.6v102.4h-153.6v-102.4h153.6zM358.4 153.6c123.376 0 156.819 73.255 165.339 162.886l1.355 17.537c0.18 2.952 0.338 5.917 0.477 8.893l0.618 17.979 0.258 18.159-0.087 26.631-0.405 17.621-0.793 17.41-1.278 17.115c-8.281 90.339-41.394 164.445-165.484 164.445-123.346 0-156.806-73.255-165.335-162.886l-1.357-17.537c-0.18-2.952-0.339-5.917-0.478-8.893l-0.619-17.979-0.258-18.159 0.087-26.631 0.405-17.621 0.794-17.41 1.279-17.115c8.29-90.339 41.421-164.445 165.481-164.445zM972.8 460.8v102.4h-256v-102.4h256zM972.8 256v102.4h-256v-102.4h256z"],"tags":["transcipt_sp"]},"attrs":[{}],"properties":{"code":60318,"id":624,"name":"transcipt_sp","order":675,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":84},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M420.571 256v512h-109.714v-512h109.714zM713.143 256v512h-109.714v-512h109.714z"],"tags":["hold_sp"]},"attrs":[{}],"properties":{"code":60319,"id":623,"name":"hold_sp","order":676,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":85},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M841.143 333.657v385.58l-139.51-87.428c2.537-26.447 3.822-56.75 3.822-91.285v-20.475c0-35.422-1.285-66.544-4.228-93.435l139.916-92.957zM418.891 292.571c-211.718 0-236.034 24.433-236.034 237.714s24.318 237.714 236.034 237.714c209.045 0 235.528-25.491 235.967-227.477v-20.475c-0.406-201.986-26.92-227.477-235.967-227.477z"],"tags":["video_meeting_sp"]},"attrs":[{}],"properties":{"code":60320,"id":622,"name":"video_meeting_sp","order":677,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":86},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 182.857l80.705 32.84 98.577 22.87 79.394 13.355-0.001 290.987c0.256 13.523-1.961 29.914-8.223 49.946-15.64 44.39-38.498 82.321-73.62 121.522-9.91 10.875-20.395 21.238-31.38 30.932-10.601 9.495-22.364 19.349-35.098 29.482-11.8 9.347-24.712 18.695-37.623 27.8l-33.079 23.133-39.484 26.387-28.168-17.279c-43.254-28.931-58.908-41.354-74.532-54.206l-23.316-19.344c-20.269-16.824-38.499-33.683-54.282-50.365-32.039-33.948-53.487-68.707-66.095-102.932-8.001-21.788-11.632-40.967-12.383-57.097l-0.139-299.904 33.942-4.647 27.040-3.867 18.809-2.843 111.345-28.324c7.189-2.639 13.77-5.393 20.551-8.227l29.186-11.75 17.875-8.469zM511.384 241.531l-16.576 6.556-17.281 7.183-11.66 4.62-10.703 3.913-12.11 4.3-13.151 4.493-10.853 3.539-8.971 2.727-8.163 2.196-4.101 1.011-9.127 1.903-10.273 1.907-8.477 1.499-11.157 1.857-22.163 3.483-14.814 2.244-15.517 2.206v248.446c0.077 10.481 2.331 23.356 7.069 37.779l2.183 6.274c10.521 28.557 28.679 57.077 54.859 84.819 11.759 12.427 25.263 25.199 40.359 38.176l30.084 25.11 17.553 14.236 10.269 7.984c1.643 1.25 3.26 2.466 4.856 3.65l9.407 6.799 10.074 6.913 5.1 3.411 12.99 8.451 10.299-7.026 33.77-23.624 11.297-8.061 14.49-10.701 8.404-6.51c12.179-9.691 23.107-18.864 32.979-27.704 9.461-8.35 18.584-17.346 27.053-26.637 27.25-30.416 46.324-60.086 57.55-88.177l3.296-8.819c4.719-13.709 7.074-25.419 7.48-32.82l0.061-2.569-0.12-3.513-0.020-246.226-20.549-3.411-15.246-2.66-30.7-5.51-11.067-2.069-10.117-1.963-12.25-2.587-7.143-1.664-6.093-1.641-11.521-3.474-13.699-4.644-15.227-5.53-34.104-12.56-9.956-3.94-8.57-3.641zM511.040 290.833l36.777 13.586 16.109 5.853 10.824 3.696 6.527 2.127 3.373 1.006 1.613 0.527 5.711 1.667 6.681 1.804 3.043 0.764 5.917 1.35 12.991 2.749 10.766 2.094 11.367 2.124 29.17 5.227 0.020 207.643 0.071 2.826-0.037 0.967c-0.149 2.173-0.734 5.611-1.881 10.060l-0.969 3.523-2.117 6.649-2.641 7.041c-9.126 22.727-25.264 47.804-49.027 74.327-7.104 7.791-15.044 15.623-23.251 22.864-7.070 6.33-14.606 12.754-22.79 19.437l-8.407 6.774-7.727 5.98-8.77 6.526-15.604 11.199-18.221 12.744-5.699-4.031-8.809-6.549-9.557-7.441-10.68-8.607-5.877-4.827-29.321-24.467c-13.963-11.999-26.357-23.719-37.014-34.981-20.026-21.219-34.096-42.387-42.737-63.027l-2.431-6.174-1.556-4.449c-2.877-8.679-4.377-16.023-4.771-21.534l-0.107-2.6v-208.681l13.964-2.214 11.487-1.911 14.949-2.661 4.98-0.956 9.914-2.063 3.826-0.897 4.153-1.059 9.241-2.559 8.063-2.473 6.139-1.987 11.976-4 13.411-4.661 17.834-6.466 12.834-5.079 16.271-6.779z"],"tags":["e2ee_sp"]},"attrs":[{}],"properties":{"code":60344,"id":632,"name":"e2ee_sp","order":678,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":87},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M274.286 476.197v35.803c0 78.243 58.202 142.176 130.871 146.095l7.076 0.19 194.341-0.037-81.172-81.152 51.695-51.695 169.495 169.455-169.495 169.455-51.695-51.695 81.209-81.225-194.377 0.037c-111.128 0-202.341-89.665-210.497-202.894l-0.448-8.326-0.146-8.208v-35.803h73.143zM446.904 159.688l51.695 51.695-81.245 81.189h194.377c111.157 0 202.377 89.659 210.534 202.893l0.448 8.327 0.146 8.209v35.804h-73.143v-35.804c0-78.248-58.207-142.176-130.905-146.095l-7.079-0.19h-194.34l81.209 81.189-51.695 51.695-169.495-169.455 169.495-169.455z"],"tags":["flip_sp"]},"attrs":[{}],"properties":{"code":60321,"id":621,"name":"flip_sp","order":679,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":88},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M856.291 548.571l-245.288 245.288-51.72-51.72 120.397-120.426h-496.823v-73.143h673.434zM611.003 230.14l245.288 245.288h-673.434v-73.143h496.823l-120.397-120.426 51.72-51.72z"],"tags":["transfer-call_sp"]},"attrs":[{}],"properties":{"code":60322,"id":613,"name":"transfer-call_sp","order":680,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":89},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M237.714 384c0 177.717 134.938 323.74 303.629 328.997l9.243 0.145 188.655-0.040-51.15-51.085 38.875-38.839 117.285 117.358-117.321 117.285-38.802-38.802 51.089-51.090-188.485 0c-195.37 0.070-356.96-160.252-367.346-363.216l-0.4-10.438-0.092-10.273h54.821zM557.714 164.571c125.905 0.143 228.451 99.955 232.987 224.771l0.156 8.372c-0.143 125.905-99.955 228.451-224.771 232.987l-8.372 0.156c-128.703-0.146-232.997-104.44-233.143-233.129 0.143-125.919 99.955-228.465 224.771-233.001l8.372-0.156zM585.143 274.286h-54.857v147.127l89.309 92.819 38.691-38.803-73.143-76.764v-124.379z"],"tags":["park-call_sp"]},"attrs":[{}],"properties":{"code":60323,"id":620,"name":"park-call_sp","order":681,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":90},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M489.059 219.49l56.803 0.079 31.616 0.475 19.787 0.54 27.808 1.204 17.328 1.099 16.39 1.362 15.477 1.649 14.59 1.958c92.005 13.785 129.399 48.641 143.842 132.971l2.045 13.368 1.709 14.172 1.398 14.998 1.112 15.848 0.853 16.72 0.619 17.616 0.545 28.153 0.162 30.298-0.28 39.421-0.654 27.147-0.694 16.988-0.93 16.125-1.191 15.285-1.476 14.466-1.787 13.67-2.123 12.896c-13.028 70.926-43.433 105.629-111.688 122.205l-12.442 2.741-13.253 2.386-14.089 2.054-14.95 1.744-7.805 0.763-16.288 1.321-17.211 1.066-18.159 0.833-19.133 0.622-30.579 0.587-44.412 0.252-44.412-0.252-30.579-0.587-19.133-0.622-18.159-0.833-17.211-1.066-16.288-1.321-15.389-1.597-14.516-1.896c-2.348-0.342-4.661-0.698-6.938-1.067l-13.253-2.386-12.442-2.741c-68.255-16.576-98.66-51.279-111.688-122.205l-2.123-12.896-1.787-13.67-1.476-14.466-1.191-15.285-0.93-16.125-0.694-16.988-0.654-27.147-0.264-29.212 0.053-30.518 0.406-28.869 0.51-18.078 0.731-17.171 0.978-16.287 1.25-15.426 0.735-7.397 1.706-14.177c10.911-80.332 38.991-119.638 107.122-138.446l12.076-3.027c4.159-0.945 8.453-1.826 12.886-2.649l13.722-2.293 7.183-1.020 15.024-1.803 15.924-1.505 16.85-1.229 17.801-0.977 18.778-0.748 19.78-0.542 42.67-0.557zM450.012 292.678l-35.867 0.475-23.776 0.763-14.441 0.767-13.363 1.014-12.327 1.296-11.333 1.611c-50.631 8.31-70.156 28.057-77.793 74.97l-1.462 10.474-1.14 11.34-1.198 18.71-0.519 13.656-0.555 30.305-0.24 63.222 0.254 58.932 0.521 21.622 0.583 13.205 0.818 12.276 1.092 11.381 1.406 10.52c8.143 52.189 30.421 71.262 91.301 78.223l12.272 1.202 13.275 0.933 14.318 0.698 15.4 0.497 25.216 0.443 47.996 0.213 92.815-0.070 35.376-0.402 23.518-0.681 14.318-0.698 13.275-0.933 12.272-1.202c60.879-6.961 83.158-26.034 91.301-78.223l1.406-10.52 1.092-11.381 0.818-12.276 0.583-13.205 0.521-21.622 0.253-41.159-0.063-71.755-0.398-31.384-0.703-20.887-0.734-12.727-0.99-11.809-1.285-10.926-1.619-10.077c-8.093-43.49-27.486-62.244-73.937-70.41l-10.774-1.646-11.704-1.332-12.671-1.052-13.677-0.807-14.722-0.597-15.805-0.421-44.502-0.508-114.404-0.039zM412.314 411.455l7.139 0.143c49.486 1.606 70.362 16.233 73.763 53.193l0.368 5.433 0.132 6.162-1.829 8.955-53.067-1.834 1.717-11.609-12.573-1.023-12.862-0.441-5.599-0.064-28.363-0.021-3.343 0.226c-6.816 0.811-10.265 3.703-11.503 10.005l-0.399 2.914-0.223 5.678 0.007 48.329 0.16 3.583c0.631 7.427 3.059 10.921 8.861 12.098l2.698 0.367 2.531 0.12 29.158-0.036 10.258-0.147 10.909-0.481 8.603 0.673 1.792-15.529 53.029 1.838-0.069 13.082c-1.558 41.070-20.52 56.805-71.525 59.175l-7.155 0.241-12.009 0.086-13.423-0.217c-59.672-2.087-76.417-19.863-78.428-85.639l-0.212-14.807 0.2-14.673c1.793-60.997 16.531-80.675 66.314-84.871l6.144-0.431 12.635-0.448 16.165-0.031zM628.022 411.429l7.131 0.067 13.395 0.421 6.659 0.418c43.703 3.305 60.289 16.726 63.014 52.574l0.306 5.547 0.102 5.913-1.829 9.007-53.066-1.834 1.688-11.577-9.699-0.948-11.073-0.488-35.202-0.387-4.861 0.135-3.481 0.469c-5.044 1.030-8.084 3.444-9.527 7.647l-0.678 2.74-0.397 4.338 0.133 20.941-0.044 23.831-0.125 8.218 0.21 3.569c0.815 7.13 3.974 10.537 11.137 11.526l3.32 0.28 5.8 0.042 33.517-0.362 10.936-0.447 8.382 0.871 1.792-15.756 53.029 1.837-0.058 13.186c-1.35 40.127-17.324 54.983-63.681 58.503l-6.511 0.411-13.429 0.421-13.943-0.007c-60.849-0.972-80.281-15.799-84.331-72.534l-0.657-13.309-0.211-14.768 0.204-14.757c1.882-63.076 17.414-81.933 72.228-85.19l6.253-0.299 13.565-0.249z"],"tags":["cc_sp"]},"attrs":[{}],"properties":{"code":60324,"id":619,"name":"cc_sp","order":682,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":91},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512.019 219.43c158.406 0.258 287.338 126.205 292.394 283.466l0.154 9.107-0.141 9.114c-4.816 157.366-133.901 283.459-292.432 283.459-161.581 0-292.572-130.989-292.572-292.573 0-158.534 126.095-287.618 283.461-292.431l9.136-0.142zM512.019 292.572l-8.25 0.152c-117.376 4.326-211.202 100.844-211.202 219.276 0 121.187 98.242 219.427 219.429 219.427 115.872 0 211.178-89.981 218.896-203.299l0.4-8.134 0.128-7.875c-0.192-118.419-93.958-214.877-211.187-219.385l-8.214-0.162z","M511.99 365.715c80.79 0 146.288 65.494 146.288 146.285 0 78.342-61.587 142.304-138.989 146.106l-7.299 0.179-7.302-0.179c-77.398-3.802-138.986-67.763-138.986-146.106 0-80.79 65.498-146.285 146.288-146.285z"],"tags":["record_sp"]},"attrs":[{},{}],"properties":{"code":60325,"id":618,"name":"record_sp","order":683,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":92},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M402.286 256c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM804.571 621.714v73.143h-109.714v-73.143h109.714zM402.286 329.143c-100.989 0-182.857 81.868-182.857 182.857s81.868 182.857 182.857 182.857c100.989 0 182.857-81.868 182.857-182.857s-81.868-182.857-182.857-182.857zM402.286 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM877.714 475.429v73.143h-182.857v-73.143h182.857zM877.714 329.143v73.143h-182.857v-73.143h182.857z"],"tags":["rec-transcipt_sp"]},"attrs":[{}],"properties":{"code":60326,"id":617,"name":"rec-transcipt_sp","order":684,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":93},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M566.857 219.429v237.714h237.714v109.714h-237.714v237.714h-109.714v-237.714h-237.714v-109.714h237.714v-237.714z"],"tags":["call-add_sp"]},"attrs":[{}],"properties":{"code":60327,"id":616,"name":"call-add_sp","order":685,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":94},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M585.143 862.281l-218.733-145.554c-58.697-1.463-103.973-17.92-134.583-49.079-45.897-46.629-44.837-112.457-44.471-140.58l0.073-23.844-0.073-6.327c-0.476-29.841-1.39-92.050 43.666-137.874 30.647-31.086 76.179-47.543 135.387-48.933l218.734-145.664v697.856z","M731.796 302.593l1.079 0.611c70.384 42.921 117.426 120.343 117.633 208.796v0 0.003l-0.213 9.807c-3.497 84.348-49.673 157.708-118.498 199.636v0l-28.16-47.067 0.834-0.474c54.54-33.314 90.99-93.331 91.179-161.903v0c-0.154-68.57-36.617-128.589-92.013-162.341v0l28.16-47.067zM674.743 408.027l0.536 0.304c34.949 21.319 58.314 59.749 58.454 103.669v0c-0.126 43.933-23.496 82.381-58.99 104.009v0l-28.16-47.104c20.186-12.106 32.219-33.354 32.219-56.906s-12.031-44.799-32.219-56.904v0l28.16-47.067z"],"tags":["audio-low_sp"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"properties":{"code":60328,"codes":[60328,60329],"id":615,"name":"audio-low_sp","order":686,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":95},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M585.143 862.281l-218.733-145.554c-58.697-1.463-103.973-17.92-134.583-49.079-45.897-46.629-44.837-112.457-44.471-140.58l0.073-23.844-0.073-6.327c-0.476-29.841-1.39-92.050 43.666-137.874 30.647-31.086 76.179-47.543 135.387-48.933l218.734-145.664v697.856zM850.507 512c-0.207-88.453-47.249-165.874-117.633-208.796l-1.079-0.611-28.16 47.067c55.396 33.753 91.859 93.771 92.013 162.319v0.023c-0.189 68.571-36.639 128.589-91.179 161.903l-0.834 0.474 28.16 47.067c71.473-43.54 118.52-120.977 118.711-209.416v-0.030zM733.733 512c-0.14-43.92-23.506-82.35-58.454-103.669l-0.536-0.304-28.16 47.067c20.187 12.106 32.219 33.353 32.219 56.904s-12.033 44.8-32.219 56.906l28.16 47.104c35.494-21.627 58.864-60.076 58.99-103.99v-0.019z"],"tags":["audio_sp"]},"attrs":[{}],"properties":{"code":60330,"id":614,"name":"audio_sp","order":687,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":96},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M265.143 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM758.857 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286z"],"tags":["call-more_sp"]},"attrs":[{}],"properties":{"code":60331,"id":612,"name":"call-more_sp","order":688,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":97},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M283.429 658.286c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 658.286c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM740.571 658.286c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM283.429 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM740.571 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM283.429 201.143c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 201.143c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM740.571 201.143c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286z"],"tags":["keypad_sp"]},"attrs":[{}],"properties":{"code":60332,"id":611,"name":"keypad_sp","order":689,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":98},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M757.943 442.294l54.857 2.267c-8.594 200.96-103.021 311.771-273.371 322.377v110.776h-54.857v-110.776c-58.211-3.638-107.562-18.973-147.651-45.608l48.124-36.131c34.802 18.601 77.145 27.943 126.956 27.943 155.576 0 238.299-91.136 245.943-270.849zM807.753 257.829l30.171 41.619-621.679 466.724-30.207-41.581 621.714-466.761zM463.646 626.186l210.296-157.889-1.517 13.973c-10.43 82.928-45.761 148.587-160.424 148.587-18.004 0-34.052-1.619-48.354-4.671zM266.057 442.294c2.579 60.635 13.705 111.186 33.292 151.556l-45.108 33.847c-25.405-48.774-39.913-109.979-43.042-183.136l54.857-2.267zM512 164.571c114.887 0 150.132 65.915 160.485 149.073l-306.349 230.007c-14.040-35.991-17.798-79.85-18.548-125.107l-0.142-28.046 0.306-21.551 0.825-21.283c0.127-2.344 0.267-4.68 0.42-7.008l1.097-13.852c0.427-4.577 0.918-9.111 1.482-13.595l1.918-13.293c12.564-76.568 50.047-135.344 158.507-135.344z"],"tags":["mic-off_sp"]},"attrs":[{}],"properties":{"code":60333,"id":610,"name":"mic-off_sp","order":690,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":99},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M539.429 766.939v110.776h-54.857v-110.776c-170.313-10.643-264.777-121.417-273.371-322.377l54.857-2.267c7.643 179.711 90.367 270.849 245.943 270.849s238.299-91.136 245.943-270.849l54.857 2.267c-8.594 200.96-103.021 311.771-273.371 322.377zM347.429 397.714c0-117.943 12.727-233.143 164.571-233.143 151.881 0 164.571 115.2 164.571 233.143s-12.69 233.143-164.571 233.143c-151.844 0-164.571-115.2-164.571-233.143z"],"tags":["mic_sp"]},"attrs":[{}],"properties":{"code":60334,"id":609,"name":"mic_sp","order":691,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":100},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M649.722 140.87l2.17 3.407 1.725 3.607 288 704c6.692 16.357-1.144 35.042-17.501 41.734-15.189 6.214-32.385-0.099-40.121-14.129l-1.612-3.373-87.886-214.804h-341.024l-87.854 214.804c-6.214 15.189-22.768 23.030-38.198 18.715l-3.536-1.214c-15.189-6.214-23.030-22.768-18.715-38.198l1.214-3.536 288-704c9.786-23.92 41.305-26.258 55.339-7.014zM313.925 397.138l2.158 3.478 1.701 3.682 66.847 170.165-35.392 84.928-61.239-155.904-72.512 184.512 121.847-0.032-26.656 64.032h-120.311l-48.584 123.701c-6.001 15.274-22.444 23.346-37.933 19.247l-3.552-1.164c-15.274-6.001-23.346-22.444-19.247-37.933l1.164-3.552 176-448c9.594-24.42 41.712-26.807 55.709-7.161zM624 244.48l-144.352 352.832h288.672l-144.32-352.832z"],"tags":["font-size"]},"attrs":[{}],"properties":{"code":60335,"id":608,"name":"font-size","order":692,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":101},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M416 544c30.723 0 60.654 3.219 89.254 9.299-12.812 18.384-23.732 38.162-32.497 59.069-18.313-2.869-37.31-4.368-56.757-4.368-150.678 0-274.33 89.999-286.941 204.653-1.586 14.422 10.729 19.348 16.623 19.349l316.976 0.027c7.072 22.508 16.563 43.944 28.17 64.003l-362.829-0.032c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM645.49 600.235l90.51 90.51 90.51-90.51c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-90.51 90.51 90.51 90.51c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-90.532-90.532-90.487 90.532c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l90.487-90.532-90.487-90.487c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192-192-85.961-192-192 85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.308-128-128-128z"],"tags":["remove-member_border"]},"attrs":[{}],"properties":{"code":60317,"id":607,"name":"remove-member_border","order":693,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":102},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M469.441 160.012l44.595 0.105c-16.116 21.12-28.8 44.625-37.527 69.702l-64.492 0.252-32.492 0.553-15.115 0.446-21.31 0.933-13.325 0.824-12.64 1.007-11.974 1.207-11.325 1.426c-1.834 0.257-3.643 0.524-5.425 0.801l-10.386 1.788-9.783 2.052c-52.179 12.044-77.797 36.88-90.363 88.024l-2.144 9.592c-0.334 1.648-0.657 3.321-0.97 5.019l-1.746 10.495-1.504 11.12-1.279 11.763-1.073 12.424-0.884 13.104-0.714 13.801-0.562 14.516-0.739 31.25-0.346 34.327-0.004 94.607 0.474 42.182 0.581 23.039 0.547 14.451 0.696 13.744 0.863 13.055 1.047 12.384 1.249 11.731 1.469 11.095 1.707 10.477 1.962 9.877c0.698 3.194 1.442 6.291 2.235 9.294l2.525 8.729c14.274 45.081 41.7 66.815 94.363 77.282l10.173 1.833 10.782 1.587 11.409 1.358 12.054 1.147 12.716 0.954 13.396 0.779 14.094 0.621 22.488 0.674 32.591 0.511 74.418 0.224 54.631-0.225 32.525-0.511 22.449-0.672 20.847-0.986 13.037-0.861 12.37-1.044c2.007-0.19 3.987-0.389 5.94-0.596l11.401-1.352c1.848-0.244 3.669-0.497 5.465-0.76l10.471-1.699 9.873-1.953c3.193-0.695 6.29-1.435 9.293-2.223l8.73-2.512c1.409-0.444 2.796-0.9 4.16-1.37l7.919-2.978c35.733-14.657 54.519-40.172 64.386-84.566l1.981-9.805 1.725-10.4 1.487-11.013 1.267-11.644 1.525-18.686 1.128-20.204 0.561-14.341 0.741-30.855 0.351-33.868 0.104-46.787c21.444-7.181 41.777-17.227 60.449-29.916l9.253-6.564 0.175 34.211-0.317 50.88-0.551 28.279-0.88 26.65-1.256 25.069-1.070 15.858-1.272 15.19-1.489 14.537-1.719 13.898c-0.307 2.264-0.623 4.502-0.951 6.714l-2.092 12.965c-1.852 10.551-3.981 20.472-6.423 29.801l-3.084 10.913c-18.354 60.254-51.89 93.789-112.144 112.144l-10.913 3.084c-7.463 1.954-15.306 3.707-23.546 5.278l-12.662 2.223c-2.161 0.349-4.347 0.686-6.559 1.013l-13.583 1.84-14.216 1.602-14.862 1.379-15.522 1.169-16.197 0.974-16.885 0.792-26.65 0.88-28.279 0.551-50.88 0.317-41.495-0.203-19.589-0.275-27.976-0.671-17.734-0.64-17.017-0.812-16.315-0.998-15.628-1.198-14.955-1.414c-2.437-0.254-4.847-0.518-7.23-0.792l-13.973-1.764-13.336-2.015c-4.341-0.715-8.578-1.475-12.714-2.281l-12.107-2.562c-68.878-15.79-107.487-46.641-128.812-105.539l-3.489-10.374c-2.216-7.102-4.216-14.581-6.020-22.455l-2.56-12.11-2.28-12.717-2.014-13.339-1.762-13.976-1.525-14.627-1.303-15.293-1.095-15.973-0.902-16.668-1.022-26.337-0.669-27.982-0.429-39.954v-41.956l0.27-29.955 0.551-28.279 0.88-26.65 1.256-25.069 1.070-15.858 1.272-15.19 1.489-14.537 1.719-13.898c0.307-2.264 0.623-4.502 0.951-6.714l2.092-12.965c1.852-10.551 3.981-20.472 6.423-29.801l3.084-10.913c18.354-60.254 51.89-93.789 112.144-112.144l10.913-3.084c7.463-1.954 15.306-3.707 23.546-5.278l12.662-2.223c2.161-0.349 4.347-0.686 6.559-1.013l13.583-1.84 14.216-1.602 14.862-1.379 15.522-1.169 16.197-0.974 16.885-0.792 26.65-0.88 28.279-0.551 40.321-0.306zM843.435 96.012l6.526 0.314c23.96 1.882 46.25 12.247 62.816 29.030l4.373 4.735 19.765 22.814c33.567 38.938 29.993 96.438-7.137 131.125l-4.616 4.050-245.13 210.063c-12.996 10.68-27.962 17.735-43.958 20.975l-6.916 1.154-181.158 23.727 54.441-170.138c4.861-15.271 13.527-29.058 25.215-40.137l5.192-4.579 245.189-210.063c18.225-15.267 41.511-23.44 65.399-23.071v0zM844.29 164.655c-6.189-0.57-12.337 0.919-17.497 4.138l-2.97 2.136-245.189 210.063c-3.245 2.567-5.866 5.807-7.689 9.456l-1.551 3.776-21.636 67.702 72.101-9.468c3.947-0.513 7.73-1.829 11.101-3.874l3.225-2.286 245.189-210.12c5.848-4.62 9.59-11.35 10.292-18.708 0.585-6.131-0.901-12.263-4.222-17.404l-2.21-2.958-19.765-22.814c-4.853-5.647-11.637-9.069-19.18-9.639z"],"tags":["compose"]},"attrs":[{}],"properties":{"code":60313,"id":606,"name":"compose","order":694,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":103},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.998 96c223.074 0 415.89 156.038 416 388.146-0.038 4.259-3.507 7.688-7.766 7.678l-376.232-0.898v-138.926l-0.215-3.732c-1.848-15.915-15.373-28.268-31.785-28.268-15.149 0-27.839 10.525-31.155 24.662l-0.63 3.606-0.215 3.732v320l0.215 3.732c1.848 15.915 15.373 28.268 31.785 28.268 15.149 0 27.839-10.525 31.155-24.662l0.63-3.606 0.215-3.732v-113.12l368.465 0.046c6.662 0.001 12.062 5.402 12.061 12.064-0 0.275-0.009 0.55-0.028 0.824v0 0c-0.158 2.052-0.322 4.048-0.491 5.975l-1.080 10.638c-0.382 3.204-0.785 6.034-1.211 8.389-35.476 195.908-211.050 317.45-409.716 317.45-72.466 0-140.758-18.272-200.226-50.438-21.31 23.25-43.718 40.762-65.302 53.236-60.326 34.804-141.368-19.92-117.372-94.16 16.926-52.406 18.44-91.514-2.138-162.634-19.966-47.898-30.964-100.336-30.964-155.152 0-227.156 187.534-409.118 416-409.118zM424 488c-12.15 0-22.192 9.030-23.781 20.744l-0.219 3.256v120c0 13.254 10.746 24 24 24 12.15 0 22.192-9.030 23.781-20.744l0.219-3.256v-120c0-13.254-10.746-24-24-24zM344 392c-13.254 0-24 10.746-24 24v160c0 13.254 10.746 24 24 24s24-10.746 24-24v-160c0-13.254-10.746-24-24-24z"],"tags":["callrail"]},"attrs":[{}],"properties":{"code":60314,"id":605,"name":"callrail","order":695,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":104},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M424 488c13.254 0 24 10.746 24 24v120c0 13.254-10.746 24-24 24s-24-10.746-24-24v-120c0-13.254 10.746-24 24-24zM368 416c0-13.254-10.746-24-24-24s-24 10.746-24 24v160c0 13.254 10.746 24 24 24s24-10.746 24-24v-160z","M921.718 596.816c-35.478 195.908-211.052 317.45-409.718 317.45-72.466 0-140.758-18.272-200.226-50.438-21.31 23.25-43.718 40.762-65.302 53.236l-0.044 0.026c-60.282 34.778-141.324-19.946-117.328-94.186 16.926-52.406 18.44-91.514-2.138-162.634-19.966-47.898-30.964-100.336-30.964-155.152 0-227.156 187.534-409.118 416-409.118 223.074 0 415.89 156.038 416 388.146 0 19.184-7.386 36.508-19.38 49.412 11.856 17.674 17.322 39.89 13.098 63.258h0.002zM297.302 778.656c16.706 12.624 34.6 23.808 53.494 33.366 48.298 24.438 103.104 38.244 161.202 38.244 161.862 0 298.26-91.172 339.374-233.386 2.96-10.23 5.424-20.722 7.37-31.47 2.496-13.804-8.26-26.53-22.576-26.53h-292.166v113.12c0 17.674-14.326 32-32 32s-32-14.326-32-32v-320c0-17.674 14.326-32 32-32s32 14.326 32 32v138.926l311.206 1.904c4.874 0.028 8.794-3.876 8.794-8.65-0.090-190.53-157.674-324.178-352-324.178s-352 154.502-352 345.118c0 47.386 9.742 92.558 27.358 133.65 18.2 61.716 22.82 106.63 15.276 152.948-0.468 2.88-0.986 5.766-1.548 8.662l-0.418 2.11c-1.646 8.154-3.66 16.39-6.034 24.812l-0.012 0.042c-1.412 5.008-2.952 10.080-4.618 15.236-4.664 14.416 11.17 26.736 24.448 19.076 3.818-2.208 7.73-4.662 11.704-7.38 8.332-5.702 16.964-12.562 25.622-20.698 1.758-1.648 3.514-3.35 5.272-5.106 1.488-1.486 2.986-3.020 4.472-4.586 0.702-0.74 1.404-1.486 2.106-2.244 11.014-11.882 21.916-25.93 32.202-42.406l0.414-0.666 0.254-0.414 0.072-0.026 0.078 0.026 0.662 0.502-0.008-0.002z"],"tags":["callrail_border"]},"attrs":[{},{}],"properties":{"code":60315,"id":604,"name":"callrail_border","order":696,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":105},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M658.074 79.82c-11.375-10.086-26.955-15.82-42.138-15.82h-423.936c-34.576 0-64 29.027-64 64v352c0 17.486 14.917 31.678 32.205 31.678s31.795-14.192 31.795-31.678c0-11.658 0-118.324 0-320 0-17.486 14.712-32 32-32h379.904c7.617 0 15.381 2.867 21.094 7.936l196.096 171.57c6.765 5.981 12.268 16.434 12.268 25.557l-1.362 146.937c0 17.486 14.712 32.002 32 32.002s32-14.516 32-32.002v-161.331c0-18.247-8.282-37.755-21.862-49.819l-216.064-189.030zM954.285 613.312c15.434 0 27.912-13.178 27.912-29.397s-12.477-29.397-27.912-29.397h-218.832c-15.384 0-27.912 13.178-27.912 29.397s12.528 29.397 27.912 29.397h76.519v311.664c0 19.362 14.883 35.024 33.223 35.024s33.223-15.662 33.223-35.024v-311.664h75.867zM700.876 917.424c11.325 18.297-1.153 42.576-21.898 42.576h-17.889c-4.811 0-8.669-1.318-11.626-3.953-2.906-2.889-5.211-5.829-6.865-8.921l-116.306-153.931-119.163 153.931c-2.105 3.092-4.509 6.032-7.215 8.921-2.706 2.636-6.164 3.953-10.323 3.953h-13.68c-20.846 0-33.273-24.481-21.748-42.778l126.979-160.014-119.914-159.76c-11.676-18.297 0.752-42.93 21.648-42.93h17.038c4.811 0 8.368 0.76 10.673 2.332 2.305 1.521 4.259 3.852 5.963 6.893l113.801 158.442 113.5-157.074c1.854-3.548 3.959-6.184 6.264-7.958s5.211-2.636 8.769-2.636h13.981c21.046 0 33.474 24.836 21.547 43.133l-120.165 156.567 126.629 163.207zM300.94 613.312c15.384 0 27.912-13.178 27.912-29.397s-12.528-29.397-27.912-29.397h-218.832c-15.434 0-27.912 13.178-27.912 29.397s12.477 29.397 27.912 29.397h76.469v311.664c0 19.362 14.883 35.024 33.273 35.024 18.34 0 33.223-15.662 33.223-35.024v-311.664h75.867z"],"tags":["txt_border"]},"attrs":[{}],"properties":{"code":60316,"id":603,"name":"txt_border","order":697,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":106},{"icon":{"attrs":[{"fill":"rgb(80, 89, 201)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(0, 0, 0)","opacity":0.05},{"fill":"rgb(0, 0, 0)","opacity":0.07},{"fill":"rgb(0, 0, 0)","opacity":0.09},{"fill":"rgb(89, 97, 195)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M992 464.845v188.633c0 78.141-64.464 141.475-144 141.475s-144-63.334-144-141.475v-235.791h240c26.52 0 48 21.103 48 47.158zM848 323.371c53.016 0 96-42.23 96-94.317s-42.984-94.317-96-94.317c-53.016 0-96 42.23-96 94.317s42.984 94.317 96 94.317z","M776 464.845v259.371c0 135.415-116.184 244.186-255.984 235.273-127.56-8.111-224.016-117.778-224.016-243.36v-298.441h432c26.52 0 48 21.103 48 47.158zM536 346.95c79.536 0 144-63.334 144-141.475s-64.464-141.475-144-141.475c-79.536 0-144 63.334-144 141.475s64.464 141.475 144 141.475z","M680 205.475c0 78.134-64.471 141.475-144 141.475s-144-63.34-144-141.475c0-78.134 64.471-141.475 144-141.475s144 63.34 144 141.475z","M560 731.738v-314.051h-264v298.441c0 36.17 8.232 70.926 22.656 102.404h152.976c48.816 0 88.368-38.858 88.368-86.795z","M296 417.687v298.441c0 27.352 4.824 53.855 13.296 78.825h159.792c41.376 0 74.904-32.94 74.904-73.591v-303.676h-247.992z","M528.008 417.687h-232.008v298.441c0 18.91 2.424 37.349 6.576 55.246h163.968c33.936 0 61.44-27.022 61.44-60.363v-293.325h0.024z","M464 747.795h-384c-26.52 0-48-21.103-48-47.158v-377.266c0-26.055 21.48-47.158 48-47.158h384c26.52 0 48 21.103 48 47.158v377.266c0 26.055-21.48 47.158-48 47.158z","M369.632 394.084h-195.264v40.556h73.128v195.235h49.008v-195.235h73.128z"],"tags":["microsoft-teams-2019"]},"attrs":[{"fill":"rgb(80, 89, 201)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(0, 0, 0)","opacity":0.05},{"fill":"rgb(0, 0, 0)","opacity":0.07},{"fill":"rgb(0, 0, 0)","opacity":0.09},{"fill":"rgb(89, 97, 195)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60284,"codes":[60284,60285,60286,60297,60298,60300,60302,60303],"id":602,"name":"microsoft-teams-2019","order":698,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":107},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M205.414 550.4c24.371 0 45.517 3.021 63.539 9.114 17.971 6.093 32.87 14.746 44.698 25.958 11.827 11.059 20.582 24.422 26.214 40.243 5.837 15.77 8.704 33.28 8.704 52.48s-3.072 36.864-9.216 53.043c-6.195 15.974-15.309 29.747-27.29 41.37-11.981 11.571-26.982 20.634-44.954 27.085-17.818 6.298-38.4 9.421-61.696 9.421h-58.726v120.525c0 16.742-12.646 30.362-28.211 30.362s-28.16-13.619-28.16-30.362v-359.731c0-10.752 8.090-19.507 18.074-19.507h97.024zM509.542 550.4c28.262 0 53.914 4.966 77.005 14.848 23.142 9.882 42.957 23.859 59.546 41.933 16.589 17.869 29.389 39.424 38.4 64.717 9.165 25.139 13.773 52.89 13.773 83.302 0 30.618-4.608 58.47-13.773 83.558-9.011 25.139-21.811 46.694-38.4 64.768-16.589 17.869-36.403 31.744-59.546 41.626-23.091 9.882-48.742 14.848-77.005 14.848h-120.832c-12.186 0-22.067-10.65-22.067-23.757v-362.086c0-13.107 9.882-23.757 22.067-23.757h120.832zM937.83 550.4c12.646 0 22.886 11.059 22.886 24.678s-10.24 24.678-22.886 24.678h-156.006v137.165h129.536c12.646 0 22.886 11.059 22.886 24.678s-10.24 24.678-22.886 24.678h-129.536v143.206c0 16.845-12.698 30.515-28.314 30.515-15.667 0-28.314-13.67-28.314-30.515v-367.002c0-6.656 5.018-12.083 11.213-12.083h201.421zM509.542 599.45h-86.272v311.501h86.272c19.968 0 37.939-3.533 54.016-10.547 16.23-7.066 30.003-17.203 41.267-30.515 11.469-13.517 20.275-29.901 26.47-49.101s9.267-41.062 9.267-65.587c0-24.32-3.072-46.131-9.267-65.331-6.195-19.405-15.002-35.738-26.47-49.050-11.264-13.517-25.037-23.757-41.267-30.822-16.077-7.014-34.048-10.547-54.016-10.547zM205.414 598.016h-58.726v163.174h58.726c14.285 0 26.829-1.997 37.581-5.99 10.957-3.994 20.019-9.626 27.29-16.845 7.373-7.424 12.954-16.128 16.64-26.214 3.738-10.291 5.581-21.606 5.581-33.946 0-24.934-7.27-44.493-21.709-58.778-14.285-14.234-36.096-21.402-65.382-21.402zM615.936 64c15.514 0 30.515 5.632 42.138 15.821l216.064 189.030c13.875 12.186 21.862 29.747 21.862 48.179v162.97c0 17.664-14.336 32-32 32s-32-14.336-32-32v-148.429c0-9.216-3.994-18.022-10.906-24.064l-196.096-171.571c-5.837-5.12-13.312-7.936-21.094-7.936h-379.904c-17.664 0-32 14.336-32 32v320c0 17.664-14.336 32-32 32s-32-14.336-32-32v-352c0-35.328 28.672-64 64-64h423.936z"],"tags":["pdf_border"]},"attrs":[{}],"properties":{"code":60296,"id":600,"name":"pdf_border","order":699,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":108},{"icon":{"attrs":[{"fill":"rgb(30, 142, 62)"},{"fill":"rgb(252, 201, 52)"},{"fill":"rgb(217, 48, 37)"},{"fill":"rgb(26, 115, 232)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M96.332 272.075l207.734 359.845c3.142 5.437 6.492 10.739 10.038 15.896 3.159 4.621 6.479 9.117 9.948 13.487l3.849 4.718 4.701 5.401c10.632 12.018 22.464 22.929 35.314 32.576l10.803 7.621 5.844 3.784 8.621 5.179 8.94 4.843c5.553 2.862 11.239 5.519 17.040 7.955l11.137 4.35 9.9 3.329 9.622 2.803 12.177 2.923 8.225 1.601 7.089 1.123 7.946 1.049 7.032 0.679 9.228 0.587 10.517 0.23c4.978 0 9.946-0.155 14.897-0.463l10.218-0.894 5.005-0.547 9.331-1.383 13.175-2.56 10.080-2.498 4.346-1.211 10.166-3.202 5.989-2.141 8.907-3.498 9.245-4.061 9.988-4.945 8.669-4.78 9.958-6.088 6.538-4.376 5.787-4.136 5.292-4.001 8.282-6.765 5.854-5.173 8.799-8.448 6.66-7.018 6.73-7.683 6.905-8.642 5.623-7.647 0.309-0.486c3.308-4.683 6.426-9.495 9.372-14.422l-206.108 357.012c-84.261 0.019-167.033-22.135-240.019-64.256s-133.585-102.701-175.725-175.668c-42.14-72.967-64.313-155.739-64.313-240 0-79.305 19.658-157.29 57.103-227.023l7.229-12.977z","M927.63 272c42.159 72.948 64.351 155.72 64.37 239.981s-22.154 167.052-64.275 240.019c-42.121 72.967-102.72 133.566-175.687 175.687-68.675 39.661-146.035 61.635-225.148 64.068l-14.852 0.227 206.217-357.145c21.455-35.938 33.783-77.956 33.783-122.855 0-131.697-106.046-238.607-237.412-240.005l413.005 0.024z","M344.871 339.724l-5.987 6.021-4.078 4.35c-34.424 37.663-57.001 86.338-61.834 140.129l-0.792 12.354-0.181 9.405 0.302 12.1c1.837 37.070 12.088 71.932 28.883 102.71l2.891 5.112-207.744-359.847c39.763-68.914 96.008-126.811 163.604-168.531l12.045-7.193c72.967-42.14 155.739-64.332 240-64.332s167.033 22.173 240 64.313c68.914 39.781 126.795 96.044 168.497 163.657l7.19 12.049-415.649-0.057c-64.984 0-123.932 25.82-167.148 67.761z","M512.019 702.035c104.945 0 190.016-85.072 190.016-190.016s-85.072-190.016-190.016-190.016c-104.945 0-190.016 85.072-190.016 190.016s85.072 190.016 190.016 190.016z"],"tags":["google-chrome-logo"]},"attrs":[{"fill":"rgb(30, 142, 62)"},{"fill":"rgb(252, 201, 52)"},{"fill":"rgb(217, 48, 37)"},{"fill":"rgb(26, 115, 232)"}],"properties":{"code":60277,"codes":[60277,60279,60280,60281],"id":598,"name":"google-chrome-logo","order":700,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":109},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M312.902 263.098c0 17.673 14.327 32 32 32l338.741-0.014-443.172 443.189c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l443.217-443.235-0.041 338.804c0 17.673 14.327 32 32 32s32-14.327 32-32v-416c0-17.673-14.327-32-32-32h-416c-17.673 0-32 14.327-32 32z"],"tags":["external-link-global"]},"attrs":[{}],"properties":{"code":60282,"id":597,"name":"external-link-global","order":701,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":110},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M540.622 85.864c12.386 6.192 22.428 16.236 28.622 28.622l376.446 752.892c15.808 31.616 2.994 70.058-28.622 85.866-8.886 4.442-18.686 6.756-28.622 6.756h-752.892c-35.346 0-64-28.654-64-64 0-9.936 2.314-19.736 6.758-28.622l376.446-752.892c15.808-31.614 54.25-44.43 85.864-28.622zM512 143.108l-376.446 752.892h752.892l-376.446-752.892zM512 704c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 352c17.674 0 32 14.326 32 32v224c0 17.674-14.326 32-32 32s-32-14.326-32-32v-224c0-17.674 14.326-32 32-32z"],"tags":["report-an-issue"]},"attrs":[{}],"properties":{"code":60301,"id":582,"name":"report-an-issue","order":702,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":111},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 288c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224zM512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM544 512v96h-64v-96h64zM544 416v64h-64v-64h64z"],"tags":["deskphone-pairing-info"]},"attrs":[{}],"properties":{"code":60299,"id":601,"name":"deskphone-pairing-info","order":703,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":112},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-128c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h128zM896 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-448c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h448zM608 672h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM800 672h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM608 544h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM800 544h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM800 288h-256c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v64c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h256c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-64c0-17.673-14.327-32-32-32z"],"tags":["deskphone"]},"attrs":[{}],"properties":{"code":60287,"id":548,"name":"deskphone","order":704,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":113},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672.483 64h-320.966c-84.758 0-125.486 7.864-167.799 30.495-38.365 20.519-68.705 50.857-89.222 89.222-22.631 42.315-30.496 83.043-30.496 167.8v320.966c0 84.758 7.865 125.484 30.496 167.799 20.517 38.365 50.857 68.705 89.222 89.222 42.315 22.631 83.043 30.496 167.799 30.496h320.966c84.758 0 125.484-7.865 167.799-30.496 38.365-20.517 68.705-50.857 89.222-89.222 22.631-42.315 30.496-83.043 30.496-167.799v-320.966c0-84.758-7.865-125.485-30.496-167.799-20.517-38.365-50.857-68.705-89.222-89.222-42.315-22.631-83.043-30.497-167.799-30.497v0zM350.323 141.002l366.375 1.043 2.721 0.156 1.783 0.108 1.761 0.114 1.738 0.119 1.713 0.124 1.691 0.128 1.668 0.133 1.645 0.136 1.624 0.142 1.601 0.147 2.361 0.229 1.549 0.157 1.526 0.163 1.507 0.168 1.486 0.173 1.465 0.178 1.444 0.184 1.425 0.187 1.405 0.193 1.384 0.196 1.367 0.201 1.348 0.206 1.328 0.21 1.309 0.215c0.217 0.037 0.434 0.072 0.648 0.11l1.283 0.222 1.265 0.228 1.246 0.233c0.206 0.040 0.413 0.079 0.618 0.119 16.753 3.236 28.786 7.674 43.365 15.47 24.946 13.34 44.294 32.69 57.636 57.634 7.796 14.579 12.234 26.612 15.468 43.365l0.236 1.237 0.231 1.256c0.038 0.212 0.075 0.423 0.114 0.633l0.222 1.283 0.219 1.3 0.214 1.319c0.035 0.22 0.070 0.444 0.105 0.667l0.206 1.347 0.201 1.367 0.198 1.384 0.192 1.403 0.187 1.424 0.182 1.445 0.177 1.465 0.173 1.486 0.168 1.507 0.165 1.526 0.159 1.549 0.154 1.568 0.222 2.394 0.142 1.624 0.138 1.645 0.133 1.668 0.128 1.69 0.123 1.715 0.117 1.738 0.114 1.76 0.109 1.783 0.105 1.808 0.1 1.832 0.095 1.857 0.089 1.881 0.126 2.868 0.079 1.944 0.074 1.969 0.068 1.997 0.093 3.041 0.084 3.103 0.072 3.16 0.063 3.222 0.037 2.184 0.046 3.325 0.024 2.252 0.026 3.432 0.012 2.324 0.009 3.54v323.354l-0.009 3.54-0.019 3.475-0.019 2.28-0.024 2.252-0.046 3.327-0.037 2.184-0.040 2.154-0.068 3.181-0.080 3.122-0.060 2.048-0.096 3.022-0.108 2.964-0.079 1.944-0.126 2.868-0.136 2.814-0.096 1.844-0.156 2.721-0.109 1.783-0.114 1.76-0.117 1.738-0.123 1.713-0.128 1.691-0.133 1.668-0.138 1.645-0.142 1.624-0.147 1.601-0.229 2.361-0.159 1.549-0.165 1.526-0.168 1.507-0.173 1.486-0.177 1.465-0.182 1.444-0.187 1.424-0.192 1.405-0.198 1.384-0.201 1.367-0.206 1.348-0.21 1.328-0.215 1.309c-0.037 0.217-0.072 0.434-0.11 0.648l-0.222 1.283-0.228 1.265-0.233 1.246c-0.038 0.206-0.079 0.413-0.117 0.618-3.236 16.753-7.674 28.786-15.468 43.365-13.34 24.946-32.69 44.294-57.636 57.636-14.579 7.796-26.612 12.234-43.365 15.468l-1.237 0.236-1.255 0.231c-0.21 0.038-0.422 0.075-0.635 0.114l-1.283 0.222-1.3 0.219-1.32 0.214c-0.222 0.035-0.443 0.070-0.667 0.105l-1.348 0.206-1.367 0.201-1.384 0.198-1.405 0.192-1.425 0.187-1.444 0.182-1.465 0.177-1.486 0.173-1.507 0.168-1.526 0.164-1.549 0.159-1.57 0.154-2.394 0.222-1.624 0.142-1.645 0.138-1.668 0.133-1.691 0.128-1.713 0.122-1.738 0.117-1.761 0.114-1.783 0.108-1.808 0.105-1.832 0.1-1.857 0.095-1.881 0.089-2.868 0.126-1.944 0.079-1.969 0.073-1.995 0.068-3.042 0.093-3.101 0.084-3.162 0.072-3.222 0.063-2.184 0.037-3.327 0.045-2.252 0.025-5.756 0.038-3.54 0.009-366.374-1.041-2.721-0.156-1.783-0.108-1.761-0.114-1.738-0.117-1.715-0.122-1.691-0.128-1.668-0.133-1.645-0.138-1.624-0.142-1.601-0.147-2.363-0.229-1.549-0.159-1.526-0.164-1.507-0.168-1.486-0.173-1.465-0.177-1.446-0.182-1.425-0.187-1.404-0.192-1.384-0.198-1.367-0.201-1.348-0.206-1.328-0.21-1.311-0.215c-0.217-0.037-0.434-0.072-0.649-0.11l-1.283-0.222-1.265-0.228-1.248-0.233c-0.207-0.038-0.413-0.079-0.618-0.117-16.753-3.236-28.786-7.674-43.365-15.468-24.946-13.34-44.294-32.69-57.635-57.636-7.798-14.579-12.234-26.612-15.47-43.365l-0.236-1.237-0.231-1.255c-0.039-0.21-0.077-0.422-0.114-0.635l-0.222-1.283-0.219-1.3-0.214-1.32c-0.035-0.222-0.070-0.443-0.105-0.667l-0.207-1.348-0.201-1.367-0.196-1.384-0.193-1.405-0.187-1.425-0.184-1.444-0.179-1.465-0.173-1.486-0.168-1.507-0.163-1.526-0.158-1.549-0.154-1.57-0.222-2.394-0.142-1.624-0.137-1.645-0.133-1.668-0.128-1.69-0.124-1.713-0.119-1.738-0.114-1.761-0.109-1.783-0.103-1.808-0.1-1.832-0.095-1.857-0.089-1.881-0.126-2.868-0.077-1.944-0.074-1.969-0.068-1.995-0.093-3.041-0.082-3.101-0.072-3.162-0.061-3.222-0.035-2.184-0.046-3.327-0.024-2.252-0.026-3.432-0.012-2.324-0.009-3.54v-323.354l0.009-3.54 0.019-3.475 0.019-2.282 0.024-2.252 0.046-3.325 0.035-2.184 0.040-2.156 0.068-3.181 0.079-3.122 0.060-2.047 0.098-3.022 0.109-2.964 0.077-1.944 0.126-2.868 0.137-2.812 0.098-1.844 0.156-2.721 0.109-1.783 0.114-1.76 0.119-1.738 0.124-1.715 0.128-1.69 0.133-1.668 0.137-1.645 0.142-1.624 0.147-1.601 0.229-2.362 0.158-1.549 0.163-1.526 0.168-1.507 0.173-1.486 0.179-1.465 0.184-1.445 0.187-1.424 0.193-1.403 0.196-1.384 0.201-1.367 0.207-1.347 0.21-1.328 0.215-1.311c0.037-0.217 0.072-0.434 0.11-0.649l0.222-1.283 0.228-1.265 0.233-1.248c0.040-0.206 0.079-0.413 0.119-0.618 3.236-16.753 7.674-28.786 15.47-43.365 13.34-24.946 32.69-44.294 57.635-57.634 14.579-7.798 26.612-12.234 43.365-15.47l1.237-0.236 1.257-0.231c0.212-0.038 0.424-0.077 0.634-0.114l1.283-0.222 1.3-0.219 1.32-0.213c0.221-0.035 0.445-0.070 0.667-0.105l1.348-0.207 1.367-0.201 1.384-0.196 1.404-0.192 1.425-0.187 1.446-0.184 1.465-0.179 1.486-0.173 1.507-0.168 1.526-0.163 1.549-0.158 1.568-0.154 2.394-0.222 1.624-0.142 1.645-0.136 1.668-0.133 1.691-0.128 1.715-0.124 1.738-0.119 1.761-0.114 1.783-0.109 1.808-0.103 1.832-0.1 1.857-0.094 1.881-0.089 2.868-0.126 1.944-0.077 1.969-0.074 1.997-0.068 3.042-0.093 3.103-0.082 3.161-0.072 3.222-0.061 2.184-0.035 3.325-0.045 2.252-0.025 5.756-0.038 3.539-0.012z","M365.627 770.601c1.768 0.075 3.532-0.214 5.18-0.845s3.155-1.598 4.419-2.835c1.241-1.262 2.214-2.765 2.856-4.415s0.942-3.414 0.88-5.184v-373.954c-0.229-1.603-0.082-3.237 0.427-4.774s1.372-2.935 2.513-4.083c1.143-1.148 2.536-2.014 4.071-2.532s3.168-0.674 4.772-0.452h242.463c1.582-0.173 3.183 0.018 4.681 0.558s2.853 1.414 3.962 2.555c1.108 1.143 1.943 2.52 2.436 4.034s0.639 3.117 0.42 4.695v116.739c0.231 1.579 0.096 3.188-0.396 4.706s-1.323 2.903-2.434 4.048c-1.111 1.144-2.471 2.018-3.974 2.553-1.502 0.536-3.108 0.719-4.694 0.534h-109.218c-1.621-0.261-3.281-0.136-4.846 0.362s-2.991 1.362-4.16 2.515c-1.171 1.153-2.053 2.566-2.574 4.121s-0.67 3.215-0.434 4.84v51.73c-0.21 11.776 0.908 23.537 3.334 35.061 2.527 10.428 6.907 20.319 12.933 29.199l75.36 118.232c2.609 4.219 6.34 7.63 10.778 9.852 4.435 2.222 9.401 3.169 14.343 2.735h98.296c4.944 0 8.162-1.321 9.657-4.081 0.683-1.636 0.905-3.428 0.639-5.18s-1.001-3.398-2.133-4.762l-74.729-120.704c-3.449-4.944-2.184-8.851 3.736-11.84l52.425-23.623c16.877-6.816 31.218-18.707 41.043-34.029 9.091-16.126 13.584-34.436 12.99-52.937v-171.458c0-29.083-7.511-51.137-22.535-66.157s-37.077-22.531-66.162-22.531h-339.956c-28.473 0-50.376 7.509-65.704 22.531s-22.993 37.074-22.993 66.157v415.34c-0.072 1.768 0.217 3.528 0.851 5.178s1.596 3.155 2.83 4.42c1.267 1.234 2.77 2.196 4.421 2.83s3.414 0.92 5.18 0.85h99.047z"],"tags":["icon_RC app"]},"attrs":[{},{}],"properties":{"code":60310,"id":576,"name":"rc-app","order":705,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":114},{"icon":{"attrs":[{"fill":"rgb(255, 122, 0)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(6, 132, 188)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M695.409 0h-366.817c-96.865 0-143.411 8.988-191.771 34.852-43.846 23.449-78.519 58.122-101.968 101.968-25.864 48.361-34.852 94.906-34.852 191.771v366.817c0 96.865 8.988 143.411 34.852 191.771 23.449 43.846 58.122 78.519 101.968 101.968 48.361 25.864 94.906 34.852 191.771 34.852h366.817c96.865 0 143.411-8.988 191.771-34.852 43.846-23.449 78.519-58.122 101.968-101.968 25.864-48.361 34.852-94.906 34.852-191.771v-366.817c0-96.865-8.988-143.411-34.852-191.771-23.449-43.846-58.122-78.519-101.968-101.968-48.361-25.864-94.906-34.852-191.771-34.852zM327.226 88.001l398.709 0.388 2.34 0.068 3.454 0.111 3.388 0.124 2.222 0.089 3.279 0.144 3.215 0.156 2.108 0.111 3.11 0.177 2.039 0.124 2.012 0.13 1.985 0.135 1.959 0.141 1.932 0.146 1.906 0.152 1.881 0.157 1.855 0.162 1.83 0.168 2.699 0.262 1.769 0.181 1.744 0.187 1.721 0.192 1.697 0.198 1.674 0.203 1.651 0.209 1.628 0.214 1.605 0.22 1.583 0.225 1.561 0.231 1.54 0.236 1.518 0.241 1.497 0.247c0.248 0.042 0.495 0.083 0.741 0.125l1.466 0.255 1.446 0.261 1.425 0.266c0.236 0.045 0.471 0.090 0.705 0.135 19.146 3.697 32.898 8.769 49.56 17.679 28.51 15.247 50.622 37.359 65.869 65.869 8.911 16.662 13.982 30.414 17.679 49.56l0.269 1.415 0.263 1.435c0.043 0.241 0.087 0.483 0.13 0.725l0.255 1.466 0.25 1.487 0.244 1.508c0.040 0.253 0.080 0.507 0.12 0.762l0.236 1.54 0.231 1.561 0.225 1.583 0.22 1.605 0.214 1.628 0.209 1.651 0.203 1.674 0.198 1.697 0.192 1.721 0.187 1.744 0.181 1.769 0.176 1.793 0.254 2.736 0.162 1.855 0.157 1.881 0.152 1.906 0.146 1.932 0.141 1.959 0.135 1.985 0.13 2.012 0.124 2.039 0.119 2.066 0.114 2.094 0.108 2.122 0.103 2.15 0.144 3.279 0.089 2.222 0.084 2.251 0.078 2.281 0.107 3.477 0.095 3.545 0.083 3.613 0.071 3.683 0.041 2.495 0.051 3.801 0.027 2.574 0.030 3.922 0.013 2.656 0.010 4.046v369.548l-0.010 4.046-0.022 3.971-0.022 2.607-0.027 2.574-0.051 3.801-0.041 2.495-0.046 2.463-0.079 3.636-0.091 3.567-0.068 2.34-0.111 3.454-0.124 3.388-0.089 2.222-0.144 3.279-0.156 3.215-0.111 2.108-0.177 3.11-0.124 2.039-0.13 2.012-0.135 1.985-0.141 1.959-0.146 1.932-0.152 1.906-0.157 1.881-0.162 1.855-0.168 1.83-0.262 2.699-0.181 1.769-0.187 1.744-0.192 1.721-0.198 1.697-0.203 1.674-0.209 1.651-0.214 1.628-0.22 1.605-0.225 1.583-0.231 1.561-0.236 1.54-0.241 1.518-0.247 1.497c-0.042 0.248-0.083 0.495-0.125 0.741l-0.255 1.466-0.261 1.446-0.266 1.425c-0.045 0.236-0.090 0.471-0.135 0.705-3.697 19.146-8.769 32.898-17.679 49.56-15.247 28.51-37.359 50.622-65.869 65.869-16.662 8.911-30.414 13.982-49.56 17.679l-1.415 0.269-1.435 0.263c-0.241 0.043-0.483 0.087-0.725 0.13l-1.466 0.255-1.487 0.25-1.508 0.244c-0.253 0.040-0.507 0.080-0.762 0.12l-1.54 0.236-1.561 0.231-1.583 0.225-1.605 0.22-1.628 0.214-1.651 0.209-1.674 0.203-1.697 0.198-1.721 0.192-1.744 0.187-1.769 0.181-1.793 0.176-2.736 0.254-1.855 0.162-1.881 0.157-1.906 0.152-1.932 0.146-1.959 0.141-1.985 0.135-2.012 0.13-2.039 0.124-2.066 0.119-2.094 0.114-2.122 0.108-2.15 0.103-3.279 0.144-2.222 0.089-2.251 0.084-2.281 0.078-3.477 0.107-3.545 0.095-3.613 0.083-3.683 0.071-2.495 0.041-3.801 0.051-2.574 0.027-3.922 0.030-2.656 0.013-4.046 0.010-398.709-0.388-2.34-0.068-3.454-0.111-3.388-0.124-2.222-0.089-3.279-0.144-3.215-0.156-2.108-0.111-3.11-0.177-2.039-0.124-2.012-0.13-1.985-0.135-1.959-0.141-1.932-0.146-1.906-0.152-1.881-0.157-1.855-0.162-1.83-0.168-2.699-0.262-1.769-0.181-1.744-0.187-1.721-0.192-1.697-0.198-1.674-0.203-1.651-0.209-1.628-0.214-1.605-0.22-1.583-0.225-1.561-0.231-1.54-0.236-1.518-0.241-1.497-0.247c-0.248-0.042-0.495-0.083-0.741-0.125l-1.466-0.255-1.446-0.261-1.425-0.266c-0.236-0.045-0.471-0.090-0.705-0.135-19.146-3.697-32.898-8.769-49.56-17.679-28.51-15.247-50.622-37.359-65.869-65.869-8.911-16.662-13.982-30.414-17.679-49.56l-0.269-1.415-0.263-1.435c-0.043-0.241-0.087-0.483-0.13-0.725l-0.255-1.466-0.25-1.487-0.244-1.508c-0.040-0.253-0.080-0.507-0.12-0.762l-0.236-1.54-0.231-1.561-0.225-1.583-0.22-1.605-0.214-1.628-0.209-1.651-0.203-1.674-0.198-1.697-0.192-1.721-0.187-1.744-0.181-1.769-0.176-1.793-0.254-2.736-0.162-1.855-0.157-1.881-0.152-1.906-0.146-1.932-0.141-1.959-0.135-1.985-0.13-2.012-0.124-2.039-0.119-2.066-0.114-2.094-0.108-2.122-0.103-2.15-0.144-3.279-0.089-2.222-0.084-2.251-0.078-2.281-0.107-3.477-0.095-3.545-0.083-3.613-0.071-3.683-0.041-2.495-0.051-3.801-0.027-2.574-0.030-3.922-0.013-2.656-0.010-4.046v-369.548l0.010-4.046 0.022-3.971 0.022-2.607 0.027-2.574 0.051-3.801 0.041-2.495 0.046-2.463 0.079-3.636 0.091-3.567 0.068-2.34 0.111-3.454 0.124-3.388 0.089-2.222 0.144-3.279 0.156-3.215 0.111-2.108 0.177-3.11 0.124-2.039 0.13-2.012 0.135-1.985 0.141-1.959 0.146-1.932 0.152-1.906 0.157-1.881 0.162-1.855 0.168-1.83 0.262-2.699 0.181-1.769 0.187-1.744 0.192-1.721 0.198-1.697 0.203-1.674 0.209-1.651 0.214-1.628 0.22-1.605 0.225-1.583 0.231-1.561 0.236-1.54 0.241-1.518 0.247-1.497c0.042-0.248 0.083-0.495 0.125-0.741l0.255-1.466 0.261-1.446 0.266-1.425c0.045-0.236 0.090-0.471 0.135-0.705 3.697-19.146 8.769-32.898 17.679-49.56 15.247-28.51 37.359-50.622 65.869-65.869 16.662-8.911 30.414-13.982 49.56-17.679l1.415-0.269 1.435-0.263c0.241-0.043 0.483-0.087 0.725-0.13l1.466-0.255 1.487-0.25 1.508-0.244c0.253-0.040 0.507-0.080 0.762-0.12l1.54-0.236 1.561-0.231 1.583-0.225 1.605-0.22 1.628-0.214 1.651-0.209 1.674-0.203 1.697-0.198 1.721-0.192 1.744-0.187 1.769-0.181 1.793-0.176 2.736-0.254 1.855-0.162 1.881-0.157 1.906-0.152 1.932-0.146 1.959-0.141 1.985-0.135 2.012-0.13 2.039-0.124 2.066-0.119 2.094-0.114 2.122-0.108 2.15-0.103 3.279-0.144 2.222-0.089 2.251-0.084 2.281-0.078 3.477-0.107 3.545-0.095 3.613-0.083 3.683-0.071 2.495-0.041 3.801-0.051 2.574-0.027 3.922-0.030 2.656-0.013 4.046-0.010z","M326.587 86.535l400.087 0.39 2.348 0.068 3.466 0.112 3.399 0.124 2.23 0.090 3.29 0.144 3.226 0.157 2.115 0.111 3.121 0.177 2.046 0.125 2.019 0.13 1.992 0.136 1.965 0.141 1.939 0.147 1.913 0.152 1.887 0.158 1.862 0.163 1.837 0.168 2.708 0.263 1.775 0.182 1.75 0.188 1.727 0.193 1.703 0.199 1.679 0.204 1.656 0.209 1.633 0.215 1.611 0.22 1.589 0.226 1.567 0.231 1.545 0.237 1.523 0.242 1.502 0.248c0.249 0.042 0.496 0.084 0.743 0.126l1.471 0.256 1.451 0.261 1.43 0.267c0.237 0.045 0.473 0.090 0.708 0.136 19.212 3.71 33.012 8.799 49.731 17.74 28.609 15.3 50.797 37.488 66.097 66.097 8.942 16.719 14.030 30.519 17.74 49.731l0.27 1.42 0.264 1.44c0.044 0.242 0.087 0.484 0.13 0.728l0.256 1.471 0.25 1.492 0.245 1.513c0.040 0.254 0.081 0.509 0.12 0.764l0.237 1.545 0.231 1.567 0.226 1.589 0.22 1.611 0.215 1.633 0.209 1.656 0.204 1.679 0.199 1.703 0.193 1.727 0.188 1.75 0.182 1.775 0.177 1.799 0.255 2.745 0.163 1.862 0.158 1.887 0.152 1.913 0.147 1.939 0.141 1.965 0.136 1.992 0.13 2.019 0.125 2.046 0.119 2.074 0.114 2.101 0.109 2.129 0.103 2.158 0.144 3.29 0.090 2.23 0.084 2.259 0.079 2.288 0.108 3.489 0.096 3.557 0.083 3.626 0.071 3.696 0.041 2.503 0.051 3.814 0.027 2.583 0.030 3.936 0.014 2.665 0.010 4.060v370.825l-0.010 4.060-0.022 3.985-0.022 2.616-0.027 2.583-0.051 3.814-0.041 2.503-0.046 2.472-0.079 3.649-0.091 3.58-0.068 2.348-0.112 3.466-0.124 3.399-0.090 2.23-0.144 3.29-0.157 3.226-0.111 2.115-0.177 3.121-0.125 2.046-0.13 2.019-0.136 1.992-0.141 1.965-0.147 1.939-0.152 1.913-0.158 1.887-0.163 1.862-0.168 1.837-0.263 2.708-0.182 1.775-0.188 1.75-0.193 1.727-0.199 1.703-0.204 1.679-0.209 1.656-0.215 1.633-0.22 1.611-0.226 1.589-0.231 1.567-0.237 1.545-0.242 1.523-0.248 1.502c-0.042 0.249-0.084 0.496-0.126 0.743l-0.256 1.471-0.261 1.451-0.267 1.43c-0.045 0.237-0.090 0.473-0.135 0.708-3.71 19.212-8.799 33.012-17.74 49.731-15.3 28.609-37.488 50.797-66.097 66.097-16.719 8.942-30.519 14.030-49.731 17.74l-1.42 0.27-1.44 0.264c-0.242 0.044-0.484 0.087-0.728 0.13l-1.471 0.256-1.492 0.25-1.513 0.245c-0.254 0.040-0.509 0.081-0.764 0.12l-1.545 0.237-1.567 0.231-1.589 0.226-1.611 0.22-1.633 0.215-1.656 0.209-1.679 0.204-1.703 0.199-1.727 0.193-1.75 0.188-1.775 0.182-1.799 0.177-2.745 0.255-1.862 0.163-1.887 0.158-1.913 0.152-1.939 0.147-1.965 0.141-1.992 0.136-2.019 0.13-2.046 0.125-2.074 0.119-2.101 0.114-2.129 0.109-2.158 0.103-3.29 0.144-2.23 0.090-2.259 0.084-2.288 0.079-3.489 0.108-3.557 0.096-3.626 0.083-3.696 0.071-2.503 0.041-3.814 0.051-2.583 0.027-3.936 0.030-2.665 0.014-4.060 0.010-400.087-0.39-2.348-0.068-3.466-0.112-3.399-0.124-2.23-0.090-3.29-0.144-3.226-0.157-2.115-0.111-3.121-0.177-2.046-0.125-2.019-0.13-1.992-0.136-1.965-0.141-1.939-0.147-1.913-0.152-1.887-0.158-1.862-0.163-1.837-0.168-2.708-0.263-1.775-0.182-1.75-0.188-1.727-0.193-1.703-0.199-1.679-0.204-1.656-0.209-1.633-0.215-1.611-0.22-1.589-0.226-1.567-0.231-1.545-0.237-1.523-0.242-1.502-0.248c-0.249-0.042-0.496-0.084-0.743-0.126l-1.471-0.256-1.451-0.261-1.43-0.267c-0.237-0.045-0.473-0.090-0.708-0.135-19.212-3.71-33.012-8.799-49.731-17.74-28.609-15.3-50.797-37.488-66.097-66.097-8.942-16.719-14.030-30.519-17.74-49.731l-0.27-1.42-0.264-1.44c-0.044-0.242-0.087-0.484-0.13-0.728l-0.256-1.471-0.25-1.492-0.245-1.513c-0.040-0.254-0.081-0.509-0.12-0.764l-0.237-1.545-0.231-1.567-0.226-1.589-0.22-1.611-0.215-1.633-0.209-1.656-0.204-1.679-0.199-1.703-0.193-1.727-0.188-1.75-0.182-1.775-0.177-1.799-0.255-2.745-0.163-1.862-0.158-1.887-0.152-1.913-0.147-1.939-0.141-1.965-0.136-1.992-0.13-2.019-0.125-2.046-0.119-2.074-0.114-2.101-0.109-2.129-0.103-2.158-0.144-3.29-0.090-2.23-0.084-2.259-0.079-2.288-0.108-3.489-0.096-3.557-0.083-3.626-0.071-3.696-0.041-2.503-0.051-3.814-0.027-2.583-0.030-3.936-0.014-2.665-0.010-4.060v-370.825l0.010-4.060 0.022-3.985 0.022-2.616 0.027-2.583 0.051-3.814 0.041-2.503 0.046-2.472 0.079-3.649 0.091-3.58 0.068-2.348 0.112-3.466 0.124-3.399 0.090-2.23 0.144-3.29 0.157-3.226 0.111-2.115 0.177-3.121 0.125-2.046 0.13-2.019 0.136-1.992 0.141-1.965 0.147-1.939 0.152-1.913 0.158-1.887 0.163-1.862 0.168-1.837 0.263-2.708 0.182-1.775 0.188-1.75 0.193-1.727 0.199-1.703 0.204-1.679 0.209-1.656 0.215-1.633 0.22-1.611 0.226-1.589 0.231-1.567 0.237-1.545 0.242-1.523 0.248-1.502c0.042-0.249 0.084-0.496 0.126-0.743l0.256-1.471 0.261-1.451 0.267-1.43c0.045-0.237 0.090-0.473 0.136-0.708 3.71-19.212 8.799-33.012 17.74-49.731 15.3-28.609 37.488-50.797 66.097-66.097 16.719-8.942 30.519-14.030 49.731-17.74l1.42-0.27 1.44-0.264c0.242-0.044 0.484-0.087 0.728-0.13l1.471-0.256 1.492-0.25 1.513-0.245c0.254-0.040 0.509-0.081 0.764-0.12l1.545-0.237 1.567-0.231 1.589-0.226 1.611-0.22 1.633-0.215 1.656-0.209 1.679-0.204 1.703-0.199 1.727-0.193 1.75-0.188 1.775-0.182 1.799-0.177 2.745-0.255 1.862-0.163 1.887-0.158 1.913-0.152 1.939-0.147 1.965-0.141 1.992-0.136 2.019-0.13 2.046-0.125 2.074-0.119 2.101-0.114 2.129-0.109 2.158-0.103 3.29-0.144 2.23-0.090 2.259-0.084 2.288-0.079 3.489-0.108 3.557-0.096 3.626-0.083 3.696-0.071 2.503-0.041 3.814-0.051 2.583-0.027 3.936-0.030 2.665-0.014 4.060-0.010z","M344.717 807.545c2.019 0.087 4.035-0.243 5.921-0.965 1.887-0.723 3.606-1.825 5.050-3.239 1.419-1.443 2.53-3.16 3.264-5.046s1.077-3.902 1.006-5.924v-427.376c-0.261-1.832-0.094-3.7 0.489-5.456s1.567-3.353 2.872-4.665c1.306-1.312 2.898-2.302 4.651-2.894 1.754-0.591 3.621-0.769 5.455-0.516h277.1c1.809-0.198 3.638 0.020 5.349 0.637 1.712 0.616 3.26 1.615 4.527 2.92 1.266 1.305 2.22 2.881 2.785 4.61 0.566 1.728 0.73 3.563 0.479 5.365v133.416c0.264 1.804 0.109 3.644-0.452 5.378-0.561 1.735-1.512 3.318-2.782 4.626s-2.824 2.306-4.541 2.918c-1.717 0.612-3.552 0.821-5.364 0.611h-124.82c-1.853-0.299-3.75-0.156-5.538 0.415-1.788 0.572-3.417 1.556-4.753 2.874-1.338 1.317-2.345 2.931-2.943 4.71-0.597 1.78-0.767 3.675-0.496 5.532v59.121c-0.24 13.458 1.038 26.899 3.81 40.070 2.888 11.919 7.895 23.223 14.781 33.371l86.126 135.123c2.983 4.821 7.247 8.719 12.317 11.26 5.068 2.54 10.744 3.622 16.392 3.127h112.338c5.65 0 9.328-1.511 11.036-4.664 0.78-1.87 1.033-3.917 0.731-5.92-0.301-2.002-1.144-3.885-2.439-5.443l-85.403-137.949c-3.942-5.649-2.496-10.116 4.27-13.532l59.914-26.998c19.287-7.79 35.678-21.379 46.906-38.889 10.389-18.43 15.523-39.355 14.847-60.5v-195.953c0-33.239-8.584-58.442-25.753-75.609-17.168-17.167-42.373-25.75-75.614-25.75h-388.519c-32.541 0-57.571 8.583-75.090 25.75s-26.277 42.37-26.277 75.609v474.673c-0.083 2.019 0.248 4.032 0.971 5.919 0.723 1.886 1.823 3.605 3.233 5.051 1.447 1.411 3.166 2.511 5.052 3.234s3.901 1.053 5.919 0.971h113.192z"],"tags":["rc-logo"]},"attrs":[{"fill":"rgb(255, 122, 0)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(6, 132, 188)"}],"properties":{"code":60260,"codes":[60260,60275,60276],"id":570,"name":"rc-logo","order":706,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":115},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h704zM608 512h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM736 320h-448c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["wn"]},"attrs":[{}],"properties":{"code":60289,"id":556,"name":"what-is-new","order":707,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":116},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h640zM800 192h-576c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM704 480c17.673 0 32 14.327 32 32v192c0 17.673-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32v-192c0-17.673 14.327-32 32-32h384zM672 544h-320v128h320v-128zM704 288c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32h384z"],"tags":["calendar-day"]},"attrs":[{}],"properties":{"code":60290,"id":561,"name":"calendar-day","order":708,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":117},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h640zM800 192h-576c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM320 288c17.673 0 32 14.327 32 32v384c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215c-17.673 0-32-14.327-32-32v-384c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215zM704 288c17.673 0 32 14.327 32 32v384c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215c-17.673 0-32-14.327-32-32v-384c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215zM512 288c17.673 0 32 14.327 32 32v384c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215c-17.673 0-32-14.327-32-32v-384c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215z"],"tags":["calendar-week"]},"attrs":[{}],"properties":{"code":60291,"id":562,"name":"calendar-week","order":709,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":118},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h640zM800 192h-576c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM320 480c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 480c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM320 288c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 288c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM704 288c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["calendar-month"]},"attrs":[{}],"properties":{"code":60292,"id":563,"name":"calendar-month","order":710,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":119},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M582.314 83.187l-200.871 218.23-140.676 154.744-50.272 56.089-3.879 5.023-1.251 1.808-3.491 5.695c-0.645 1.131-1.31 2.337-1.966 3.591-3.906 7.459-6.864 15.187-8.41 23.764l-0.825 6.020c-3.501 37.62 25.379 65.246 67.854 65.246l238.971-0.004-78.968 280.482c-4.898 17.392 0.447 36.056 13.807 48.221 19.441 17.7 49.492 16.324 67.252-2.974l64.458-71.167 179.005-199.957 141.328-159.151 2.787-5.954 2.624-6.131c18.892-48.697-12.199-88.593-61.974-88.593l-236.683-0.045 91.091-287.482c5.582-17.623 0.48-36.883-13.092-49.433-19.179-17.73-48.881-16.676-66.819 1.983l0.001-0.003z"],"tags":["features"]},"attrs":[{}],"properties":{"code":60293,"id":564,"name":"features","order":711,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":120},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M424.98 148.232l61.538 65.654c5.186 5.532 12.134 9.010 19.584 9.892l3.762 0.222h386.136c35.346 0 64 28.654 64 64v544c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.284c17.692 0 34.596 7.324 46.694 20.232h0.002z"],"tags":["folder"]},"attrs":[{}],"properties":{"code":60283,"id":599,"name":"folder","order":712,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":121},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M424.98 148.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64v544c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.285c17.692 0 34.595 7.324 46.695 20.232zM350.555 192h-190.555c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-480c0-17.673-14.327-32-32-32l-361.662-0.332-3.755-0.332c-22.439-2.655-43.259-13.147-58.76-29.681l-42.574-45.421c-12.099-12.908-29.002-20.232-46.695-20.232z"],"tags":["folder_border"]},"attrs":[{}],"properties":{"code":60294,"id":559,"name":"folder_border","order":713,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":122},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M544 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM736 351.936l3.732 0.215c14.691 1.706 26.347 13.362 28.053 28.053l0.215 3.732v338.72l121.373-121.347 3.015-2.662c12.553-9.761 30.705-8.873 42.24 2.662s12.423 29.687 2.662 42.24l-2.662 3.015-176 176-2.707 2.436c-19.458 15.707-49.077 3.438-51.729-21.427l-0.191-3.636v-416l0.215-3.732c1.706-14.691 13.362-26.347 28.053-28.053l3.732-0.215zM544 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM928 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32h832z"],"tags":["recent"]},"attrs":[{}],"properties":{"code":60295,"id":560,"name":"recent","order":714,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":123},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M339.585 64c-119.428 0-222.195 70.737-268.896 172.588h217.209c36.85 0 66.646 29.778 66.646 66.604v96.99c0 36.827-29.796 66.604-66.646 66.604h-223.898c43.053 110.116 150.197 188.145 275.585 188.145 41.593 0 81.119-8.629 116.996-24.065l299.908 299.72c19.58 19.568 45.363 29.413 71.025 29.413s51.444-9.845 71.025-29.413c39.282-39.258 39.282-102.824 0-142.081l-295.287-295.223c20.432-40.23 31.985-85.686 31.985-133.938 0-163.108-132.32-295.345-295.652-295.345v0z"],"tags":["advanced-setting"]},"attrs":[{}],"properties":{"code":60311,"id":558,"name":"advanced-setting","order":715,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":124},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M368.355 678.344l-2.769 2.593-69.437 74.101-21.426-22.864-2.921-2.769c-12.078-10.124-28.578-8.868-39.286 2.559-10.396 11.092-11.409 29.437-2.294 42.022l2.49 3.019 38.132 40.692 1.784 2.613 2.068 2.449c10.396 11.094 27.402 12.371 38.958 2.896l2.769-2.593 91.173-97.294 2.565-3.147c8.56-12.103 7.784-30.033-2.85-41.381-9.528-10.168-24.613-12.090-35.962-5.042l-2.996 2.145zM800.148 736h-256.296c-18.102 0-31.852 14.326-31.852 32 0 15.931 12.296 29.868 28.137 31.777l3.715 0.223h256.296c18.102 0 31.852-14.326 31.852-32 0-17.156-14.26-32-31.852-32zM368.355 486.344l-2.769 2.593-69.437 74.099-21.426-22.864-2.921-2.769c-12.078-10.124-28.578-8.868-39.286 2.559-10.396 11.094-11.409 29.437-2.294 42.022l2.49 3.019 38.132 40.692 1.784 2.615 2.068 2.45c10.396 11.094 27.402 12.371 38.958 2.896l2.769-2.593 91.173-97.294 2.565-3.147c8.56-12.102 7.784-30.034-2.85-41.381-10.394-11.092-27.402-12.371-38.958-2.896zM800.148 544h-256.296c-18.102 0-31.852 14.326-31.852 32 0 15.931 12.296 29.868 28.137 31.777l3.715 0.223h256.296c18.102 0 31.852-14.326 31.852-32 0-17.156-14.26-32-31.852-32zM192 352v64h640v-160h64l4.361 0.174c31.673 2.307 56.992 27.223 59.445 58.569l0.195 5v576.512c0 33.6-26.241 61.135-59.631 63.569l-4.817 0.175h-767.104c-33.967 0-61.81-25.95-64.271-58.979l-0.177-4.765v-576.512c0-35.2 28.8-63.744 64.448-63.744h63.552v96h64v-96c0-33.786 26.416-61.385 59.099-63.825l4.709-0.175h35.392c14.848-73.024 79.424-128 156.8-128 74.958 0 137.904 51.594 155.263 121.208l1.537 6.792h35.392c33.661 0 61.199 25.833 63.633 59.13l0.175 4.806v96.064h-576zM512 128c-35.328 0-64 28.672-64 64s28.672 64 64 64c35.328 0 64-28.672 64-64s-28.672-64-64-64z"],"tags":["billing"]},"attrs":[{}],"properties":{"code":60312,"id":557,"name":"billing","order":716,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":125},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.673 0 32 14.327 32 32v128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128.032l0.032 128c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-128h-127.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-128c0-17.673 14.327-32 32-32zM378.285 128c17.692 0 34.595 7.324 46.695 20.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64l0.041 278.714c-18.301-20.745-39.911-38.502-64.004-52.444l-0.037-194.27c0-17.673-14.327-32-32-32l-361.662-0.332-3.755-0.332c-22.439-2.655-43.259-13.147-58.76-29.681l-42.574-45.421c-12.099-12.908-29.002-20.232-46.695-20.232h-190.555c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32l370.621 0.031c9.402 23.217 22.111 44.742 37.543 63.989l-440.164-0.019c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.285z"],"tags":["add-folder_border"]},"attrs":[{}],"properties":{"code":60274,"id":551,"name":"add-folder_border","order":717,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":126},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M914.894 48.64c-28.984-28.902-68.98-46.772-113.152-46.772s-84.168 17.87-113.156 46.776l0.004-0.004c-28.724 28.922-46.476 68.774-46.476 112.77 0 30.562 8.566 59.122 23.426 83.412l-0.4-0.7-210.534 210.484 54.272 54.322 210.534-210.534c23.462 14.492 51.87 23.14 82.286 23.296h0.044c0.122 0 0.266 0 0.41 0 88.14 0 159.59-71.45 159.59-159.59 0-0.126 0-0.252 0-0.378v0.020c0-0.132 0-0.288 0-0.444 0-44.028-17.91-83.874-46.842-112.648l-0.006-0.010zM860.62 220.622c-15.076 15.094-35.914 24.432-58.932 24.432-45.998 0-83.288-37.29-83.288-83.288 0-22.98 9.308-43.786 24.356-58.854v0.002c15.080-15.106 35.928-24.45 58.956-24.45 46.008 0 83.306 37.296 83.306 83.306 0 22.98-9.304 43.784-24.35 58.856l-0.048-0.004zM868.404 431.564c1.28 32.716 1.946 70.194 1.946 112.436 0 353.946-39.424 390.4-422.348 390.4s-422.4-36.506-422.4-390.4c0-353.894 39.474-390.4 422.4-390.4h25.6v76.8h-25.6c-339.15 0-345.6 5.836-345.6 313.6s6.4 313.6 345.6 313.6c339.2 0 345.6-5.836 345.6-313.6 0-41.062-0.614-77.516-1.894-109.312l76.696-3.124z"],"tags":["pin-window"]},"attrs":[{}],"properties":{"code":60263,"id":546,"name":"pin-window","order":718,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":127},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 160c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v288c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h288zM860.32 118.56c12.46-12.46 32.66-12.46 45.12 0 11.501 11.501 12.386 29.598 2.654 42.114l-2.654 3.006-444.32 444.32h178.88c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-256c-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-256c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v178.88l444.32-444.32z"],"tags":["pop-in"]},"attrs":[{}],"properties":{"code":60266,"id":547,"name":"pop-in","order":719,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":128},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 160c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v288c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h288zM896 96c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v256c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-178.88l-444.32 444.32c-12.46 12.46-32.66 12.46-45.12 0-11.501-11.501-12.386-29.598-2.654-42.114l2.654-3.006 444.32-444.32h-178.88c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h256z"],"tags":["pop-out"]},"attrs":[{}],"properties":{"code":60268,"id":545,"name":"pop-out","order":720,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":129},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 96c49.486 0 89.6 40.115 89.6 89.6v492.8c0 49.486-40.114 89.6-89.6 89.6h-151.16l44.666 166.687-64.911 17.391-49.325-184.079h-275.291l-49.323 184.079-64.91-17.391 44.663-166.687h-151.209c-49.485 0-89.6-40.114-89.6-89.6v-492.8c0-49.485 40.115-89.6 89.6-89.6h716.8zM529.969 232.561c-22.2-7.126-48.665 3.696-84.070 31.634l-12.172 9.981-12.685 11.1-7.391 6.677-12.879 12.113-9.484 9.189-11.356 11.319-18.175 18.6-21.443 22.574-31.022 33.639-20.047 22.129-37.398 41.905-10.277 11.639-15.575 17.423-9.484 10.268-2.537 2.607-0.413 0.255c-5.551 3.763-9.758 9.225-12.016 15.595l-1.116 3.924-2.030 9.381 1.618 1.398 0.064 0.417c0.666 4.641 2.347 9.090 4.948 13.064 3.753 5.723 9.203 9.969 15.468 12.2l3.85 1.093 3.965 0.73c1.776 0.287 3.14 0.349 5.012 0.287 6.498-0.219 11.691-2.538 17.936-7.721l4.458-4.012 6.027-6.039 8.786-9.444 17.827-19.967 22.87-25.787 37.303-41.332 18.175-19.777 20.269-21.684 16.114-16.915 9.77-10.11 23.344-23.496 14.148-13.736 13.928-12.94 11.545-10.27 13.005-10.81 8.248-6.232 3.804-2.639v0.445c-0.28 10.098-1.511 21.336-3.665 33.68l-2.392 12.422-4.059 17.71-3.046 11.7-7.231 25.245-4.252 13.99-8.66 29.76-3.459 12.974-2.598 11.572-1.492 8.521-0.125 1.017c-2.859 19.43-1.138 34.611 6.936 46.63l3.18 4.177c4.24 4.781 9.392 8.587 15.148 11.155l5.313 1.976c5.584 1.681 11.409 2.221 17.153 1.587l11.425-1.937 8.628-2.034 11.8-3.562 11.738-4.292 4.122-1.653 14.211-6.169 18.207-8.709 16.213-8.27 22.422-11.921 31.087-16.787 12.849-6.742 18.968-9.345 11.388-4.834 6.312-2.034 0.063 0.569c0.157 1.684 0.22 3.656 0.157 5.851-0.176 6.716-1.553 14.692-4.126 23.345l-2.598 7.845c-10.391 29.023-9.538 53.725 4.084 71.623l3.115 3.73 1.684 1.752c10.939 10.37 25.085 16.347 39.858 16.965l6.227-0.053c12.942-0.43 25.884-2.408 38.502-5.853l9.398-2.857 1.935-0.668c14.375-5.488 22.455-20.488 19.796-35.339l-1.083-4.309c-4.714-14.412-18.724-23.216-33.177-21.332l-3.617 0.697-22.651 5.752c-1.965 0.299-3.791 0.51-5.467 0.637l-3.444 0.16c0.317-1.655 0.775-3.435 1.365-5.371l1.27-3.885c14.15-39.976 14.11-76.464-1.997-99.597l-3.209-4.179c-6.13-6.968-13.564-12.236-21.837-15.547l-6.073-2.067c-7.716-2.086-15.757-2.523-23.6-1.264l-7.267 1.581-9.26 2.512-7.741 2.766-12.432 5.342-11.706 5.659-13.987 7.186-16.813 8.934-37.050 19.967-19.981 10.332-15.577 7.567-9.421 4.292-6.563 2.8-10.308 4.005 2.567-10.205 2.822-10.398 6.030-21.555 7.262-24.864 7.262-26.803 3.49-14.498 2.029-9.316 1.586-8.044c4.637-24.565 6.551-46.526 5.301-66.458l-0.825-9.182-0.031-1.049c-0.573-8.934-3.588-17.487-8.727-24.736-4.413-6.253-10.26-11.292-17.004-14.674l-5.261-2.272z"],"tags":["whiteboard"]},"attrs":[{}],"properties":{"code":60267,"id":542,"name":"whiteboard","order":721,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":130},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M301.008 64.038c10.484 0 18.982 8.499 18.982 18.982l-0.038 26.537h125.283l0.038-26.575c0-10.484 8.499-18.982 18.982-18.982h26.575c10.484 0 18.982 8.499 18.982 18.982l-0.038 26.575h125.283l0.038-26.575c0-10.484 8.499-18.982 18.982-18.982h26.575c10.484 0 18.982 8.499 18.982 18.982l-0.038 26.575h19.172c74.676 0 135.913 58.010 139.785 130.788l0.19 7.327v200.642c0 22.247-18.223 40.242-40.698 40.242-22.336 0.105-40.534-17.906-40.66-40.242v-200.642c0-31.776-26.271-57.668-58.617-57.668h-19.134l0.038 22.095c0 10.484-8.499 18.982-18.982 18.982h-26.575c-10.484 0-18.982-8.499-18.982-18.982l-0.038-22.095h-125.283l0.038 22.095c0 10.484-8.499 18.982-18.982 18.982h-26.575c-10.484 0-18.982-8.499-18.982-18.982l-0.038-22.095h-125.283l0.038 22.095c0 10.484-8.499 18.982-18.982 18.982h-26.575c-10.484 0-18.982-8.499-18.982-18.982l-0.038-22.095h-19.438c-30.523 0-55.656 23.12-58.351 52.429l-0.266 5.239v574.213c0 31.776 26.271 57.668 58.617 57.668h186.595c22.475 0 40.698 17.995 40.698 40.242 0 22.209-18.223 40.204-40.698 40.204h-186.633c-77.182 0-139.975-61.92-139.975-138.115v-574.213c0-76.157 62.793-138.077 139.975-138.077l19.438-0.038 0.038-26.575c0-10.484 8.499-18.982 18.982-18.982h26.575v0.038zM769.414 589.542c39.010-38.144 101.345-38.144 140.355 0 18.573 18.239 29.037 43.178 29.037 69.209s-10.463 50.97-29.037 69.209l-181.318 178.433c-4.052 3.983-9.058 6.859-14.54 8.352l-133.559 36.446c-11.613 3.165-24.031-0.139-32.536-8.656-8.419-8.455-11.485-20.867-7.973-32.27l39.559-128.396c1.599-5.162 4.456-9.845 8.314-13.629l181.698-178.699zM762.96 688.060l-122.625 120.613-19.666 63.78 67.197-18.299 121.866-119.968-46.772-46.127zM502.22 667.673c10.484 0 18.982 8.499 18.982 18.982v37.964c0 10.484-8.499 18.982-18.982 18.982h-227.787c-10.484 0-18.982-8.499-18.982-18.982v-37.964c0-10.484 8.499-18.982 18.982-18.982h227.787zM673.060 496.833c10.484 0 18.982 8.499 18.982 18.982v37.964c0 10.484-8.499 18.982-18.982 18.982h-398.627c-10.484 0-18.982-8.499-18.982-18.982v-37.964c0-10.484 8.499-18.982 18.982-18.982h398.627zM673.060 325.993c10.484 0 18.982 8.499 18.982 18.982v37.964c0 10.484-8.499 18.982-18.982 18.982h-398.627c-10.484 0-18.982-8.499-18.982-18.982v-37.964c0-10.484 8.499-18.982 18.982-18.982h398.627z"],"tags":["notes"]},"attrs":[{}],"properties":{"code":60269,"id":541,"name":"notes","order":722,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":131},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M270.277 64h305.754c28.705 0 56.285 11.196 76.869 31.209l190.498 185.202c21.355 20.763 33.403 49.282 33.403 79.068v490.244c0 60.906-49.371 110.277-110.277 110.277h-496.246c-60.904 0-110.277-49.371-110.277-110.277v-675.446c0-60.904 49.373-110.277 110.277-110.277zM689.329 339.692v-33.083h-366.968l134.565 226.068-134.565 226.068h366.968v-97.413h-66.166v31.247h-184.416l95.18-159.902-95.18-159.902h184.416v31.247h66.166v-64.33z"],"tags":["summary"]},"attrs":[{}],"properties":{"code":60270,"id":540,"name":"summary","order":723,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":132},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M232 64c-92.784 0-168 75.216-168 168v560c0 92.786 75.216 168 168 168h560c92.786 0 168-75.214 168-168v-560c0-92.784-75.214-168-168-168h-560zM288 372v-84h392v84h-392zM736 554h-448v-84h448v84zM288 736v-84h280v84h-280z"],"tags":["transcript"]},"attrs":[{}],"properties":{"code":60271,"id":539,"name":"transcript","order":724,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":133},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 64h-716.8c-49.28 0-89.152 40.32-89.152 89.6l-0.448 806.4 179.2-179.2h627.2c49.28 0 89.6-40.32 89.6-89.6v-537.6c0-49.28-40.32-89.6-89.6-89.6zM243.2 377.6h537.6v89.6h-537.6v-89.6zM601.6 601.6h-358.4v-89.6h358.4v89.6zM780.8 332.8h-537.6v-89.6h537.6v89.6z"],"tags":["chat"]},"attrs":[{}],"properties":{"code":60272,"id":538,"name":"chat","order":725,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":134},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M662.435 351.012l268.605 37.959c18.512 2.674 31.418 19.341 28.564 37.343-1.061 7.197-4.55 13.78-9.838 18.824l-194.339 184.236 45.911 260.155c3.177 17.898-9.204 34.871-27.612 37.96-7.296 1.232-14.914 0.104-21.476-3.292l-240.25-122.829-240.249 122.829c-5.586 2.865-11.886 4.155-18.185 3.718s-12.348-2.579-17.459-6.193c-5.111-3.609-9.079-8.538-11.455-14.227s-3.065-11.913-1.988-17.966l45.913-260.155-194.338-184.236c-6.435-6.1-10.117-14.435-10.239-23.171-0.116-8.741 3.337-17.166 9.604-23.43 5.183-5.143 11.954-8.538 19.36-9.566l268.603-37.959 120.070-236.7c8.362-16.254 28.673-22.94 45.385-14.916 6.666 3.189 12.059 8.435 15.34 14.916l120.073 236.7z"],"tags":["highlight"]},"attrs":[{}],"properties":{"code":60273,"id":537,"name":"highlight","order":726,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":135},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 192c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v288l0.278 4.206c0.735 5.548 2.914 10.808 6.317 15.251l2.778 3.17 128 128 3.015 2.662c11.507 8.947 27.718 8.947 39.226 0l3.015-2.662 2.662-3.015c8.947-11.507 8.947-27.718 0-39.226l-2.662-3.015-118.627-118.653v-274.72l-0.215-3.732c-1.848-15.915-15.374-28.268-31.785-28.268z"],"tags":["calls"]},"attrs":[{}],"properties":{"code":60261,"id":531,"name":"calls","order":727,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":136},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.076 0-384 171.924-384 384s171.924 384 384 384c212.076 0 384-171.924 384-384s-171.924-384-384-384zM512 192c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v274.72l118.627 118.653c11.535 11.535 12.423 29.687 2.662 42.24l-2.662 3.015c-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-128-128c-5.001-5.001-8.176-11.487-9.095-18.421l-0.278-4.206v-288c0-17.673 14.327-32 32-32z"],"tags":["calls_border"]},"attrs":[{}],"properties":{"code":60262,"id":530,"name":"calls_border","order":728,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":137},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 224c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-73.586l-104.75 288 151.826 0.002c23.338 0 45.802 8.5 63.25 23.784l4.63 4.336 58.51 58.51c5 5 11.488 8.176 18.42 9.096l4.206 0.278h138.982c7.072 0 13.904-2.342 19.456-6.596l3.17-2.778 58.51-58.51c16.504-16.504 38.396-26.376 61.542-27.908l6.34-0.208 151.798-0.006-104.718-288h-73.586c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h73.586c25.23 0 47.934 14.798 58.251 37.487l1.895 4.641 120.34 330.936c0.85 2.337 1.423 4.761 1.71 7.222l0.216 3.714v224c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-768c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-224c0-2.486 0.29-4.96 0.861-7.372l1.066-3.564 120.34-330.936c8.622-23.711 30.288-39.991 55.137-41.933l5.009-0.195h73.586zM512 64c17.673 0 32 14.327 32 32v351.968l62.392-62.36c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-117.019 117.019c-12.497 12.497-32.758 12.497-45.255 0l-117.019-117.019c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l62.392 62.424v-352.032c0-17.673 14.327-32 32-32z"],"tags":["inbox"]},"attrs":[{}],"properties":{"code":60264,"id":532,"name":"phone-inbox","order":729,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":138},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 224c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-73.586l-104.75 288 151.826 0.002c23.338 0 45.802 8.5 63.25 23.784l4.63 4.336 58.51 58.51c5 5 11.488 8.176 18.42 9.096l4.206 0.278h138.982c7.072 0 13.904-2.342 19.456-6.596l3.17-2.778 58.51-58.51c16.504-16.504 38.396-26.376 61.542-27.908l6.34-0.208 151.798-0.006-104.718-288h-73.586c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h73.586c25.23 0 47.934 14.798 58.251 37.487l1.895 4.641 120.34 330.936c0.85 2.337 1.423 4.761 1.71 7.222l0.216 3.714v224c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-768c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-224c0-2.486 0.29-4.96 0.861-7.372l1.066-3.564 120.34-330.936c8.622-23.711 30.288-39.991 55.137-41.933l5.009-0.195h73.586zM896 832v-192h-165.49c-7.072 0-13.904 2.342-19.456 6.596l-3.17 2.778-58.51 58.51c-16.504 16.504-38.396 26.376-61.542 27.908l-6.34 0.208h-138.98c-23.338 0-45.802-8.5-63.25-23.784l-4.63-4.336-58.51-58.51c-5-5-11.488-8.176-18.42-9.096l-4.212-0.274h-165.49v192h768zM512 64c17.673 0 32 14.327 32 32v351.968l62.392-62.36c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-117.019 117.019c-12.497 12.497-32.758 12.497-45.255 0l-117.019-117.019c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l62.392 62.424v-352.032c0-17.673 14.327-32 32-32z"],"tags":["inbox_border"]},"attrs":[{}],"properties":{"code":60278,"id":529,"name":"phone-inbox_border","order":730,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":139},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 256c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.746c-8.486 0-16.626 3.37-22.626 9.374l-100.524 100.524c-9.996 9.996-26.206 9.996-36.204 0l-100.526-100.524c-6-6-14.14-9.374-22.628-9.374h-242.746c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 320h-704c-17.674 0-32 14.326-32 32v448c0 17.674 14.326 32 32 32h224c16.974 0 33.252 6.744 45.254 18.746l82.746 82.746 82.746-82.746c12.002-12.002 28.28-18.746 45.254-18.746h224c17.674 0 32-14.326 32-32v-448c0-17.674-14.326-32-32-32zM768 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128zM512 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128zM256 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-32c-17.674 0-32-14.326-32-32s14.326-32 32-32h32zM800 544c17.674 0 32 14.326 32 32s-14.326 32-32 32h-64c-17.674 0-32-14.326-32-32s14.326-32 32-32h64zM608 544c17.674 0 32 14.326 32 32s-14.326 32-32 32h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h160zM320 544c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96c-17.674 0-32-14.326-32-32s14.326-32 32-32h96z"],"tags":["transcript_bottom"]},"attrs":[{}],"properties":{"code":60265,"id":528,"name":"transcript_bottom","order":731,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":140},{"icon":{"attrs":[],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M138.667 725.333c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 39.499-30.721 71.866-69.557 74.494l-5.11 0.172c-41.216 0-74.667-33.451-74.667-74.667 0-39.499 30.721-71.866 69.557-74.494l5.11-0.172zM810.667 725.333c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 41.216-33.451 74.667-74.667 74.667h-448c-41.216 0-74.667-33.451-74.667-74.667s33.451-74.667 74.667-74.667h448zM138.667 426.667c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 39.499-30.721 71.866-69.557 74.494l-5.11 0.172c-41.216 0-74.667-33.451-74.667-74.667 0-39.499 30.721-71.866 69.557-74.494l5.11-0.172zM736 426.667c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 41.216-33.451 74.667-74.667 74.667h-373.333c-41.216 0-74.667-33.451-74.667-74.667s33.451-74.667 74.667-74.667h373.333zM138.667 128c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 39.499-30.721 71.866-69.557 74.494l-5.11 0.172c-41.216 0-74.667-33.451-74.667-74.667 0-39.499 30.721-71.866 69.557-74.494l5.11-0.172zM885.333 128c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 41.216-33.451 74.667-74.667 74.667h-522.667c-41.216 0-74.667-33.451-74.667-74.667s33.451-74.667 74.667-74.667h522.667z"],"tags":["list-bullet_l"]},"attrs":[],"properties":{"code":60201,"id":527,"name":"list-bullet_l","order":732,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":141},{"icon":{"attrs":[{"fill":"rgb(73, 137, 245)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(63, 81, 181)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M157.011 910.055c-26.51 0-48-21.49-48-48v-341.112c0-12.213 0.717-24.258 2.111-36.096 4.788-53.3 19.357-165.42 37.139-165.42v0l36.729-0.041c55.954-63.616 137.958-103.76 229.338-103.76 24.472 0 48.856 2.942 72.625 8.763l121.358 29.72c50.928 12.472 97.253 35.054 137.051 65.294l107.53 0.024c21.891 0.060 39.624 17.789 39.688 39.68v0l0.026 240.405c0.268 5.782 0.403 11.594 0.403 17.431 0 5.207-0.136 10.382-0.404 15.522l-0.026 237.902c-0.060 21.895-17.794 39.629-39.688 39.688v0h-695.882z","M288.025 422.004h224v-293.996h-190.459z","M736.025 422.004h-224v-293.996h190.459l33.541 293.996zM893.8 183.739l1.056 3.2c-0.256-1.129-0.768-2.178-1.056-3.2z","M893.288 184.733l-0.278-1.002c-7.101-32.52-35.885-55.709-69.171-55.731h-121.356l33.516 294.004h224l-66.712-237.272z","M132.608 183.739l-1.056 3.2c0.256-1.129 0.768-2.178 1.056-3.2z","M130.754 184.733l0.278-1.002c7.101-32.52 35.885-55.709 69.171-55.731h121.364l-33.566 294.004h-224l66.754-237.272z","M288.404 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M512.278 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M736.152 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M960 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M848.067 725.196c-0.396-5.331-1.053-10.198-1.987-16.413h-122.105c0 17.078 0 35.714-0.067 52.8h70.737c-3.035 16.083-12.354 30.293-25.895 39.486 0 0 0-0.295-0.051-0.303-8.658 5.685-18.412 9.492-28.632 11.175-10.246 1.874-20.752 1.829-30.981-0.135-10.387-2.15-20.222-6.412-28.893-12.522-12.799-9.076-22.67-21.69-28.404-36.295-0.438-1.137-0.842-2.282-1.255-3.444v-0.126l0.109-0.084c-5.565-16.334-5.58-34.048-0.042-50.392 3.901-11.465 10.32-21.91 18.787-30.568 19.863-20.547 49.54-28.275 76.901-20.025 10.491 3.218 20.078 8.86 27.983 16.472l23.865-23.865c4.211-4.253 8.581-8.371 12.632-12.766-12.101-11.287-26.305-20.083-41.802-25.886-28.204-10.227-59.057-10.497-87.436-0.766-0.988 0.337-1.971 0.688-2.947 1.053-30.616 11.51-55.803 34.082-70.585 63.259-5.22 10.327-9.021 21.312-11.301 32.657-13.517 67.176 27.472 133.3 93.651 151.074 21.634 5.794 44.632 5.651 66.434 0.699 19.809-4.473 38.125-13.99 53.171-27.629 15.697-14.442 26.947-33.684 32.842-54.122 4.928-17.319 6.714-35.382 5.272-53.331v0z"],"tags":["google-business"]},"attrs":[{"fill":"rgb(73, 137, 245)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(63, 81, 181)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60248,"codes":[60248,60249,60250,60251,60252,60253,60254,60255,60256,60257,60258],"id":526,"name":"google-business","order":733,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":142},{"icon":{"attrs":[{"fill":"rgb(221, 44, 0)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M227.733 707.361c-10.676 0-19.217-6.688-25.623-17.836-4.27-8.918-6.406-22.295-8.541-37.901-4.27-49.049 0-122.622 14.947-144.917 6.406-11.147 17.082-15.606 25.623-15.606 6.406 0 12.811 2.229 151.601 62.426 0 0 40.569 17.836 40.569 17.836 14.947 6.688 23.487 22.295 23.487 40.131s-10.676 31.213-25.623 35.672c0 0-57.651 20.065-57.651 20.065-128.113 40.131-132.384 40.131-138.789 40.131zM511.717 787.623c0 140.458 0 144.917-2.135 151.606-4.27 11.147-12.811 17.836-23.487 20.065-34.164 6.688-140.924-35.672-164.412-62.426-4.27-6.688-6.406-11.147-8.541-17.836 0-4.459 0-8.918 2.135-13.377 2.135-6.688 6.406-13.377 102.491-131.54 0 0 27.758-35.672 27.758-35.672 8.541-13.377 27.758-15.606 42.704-11.147 14.947 6.688 25.623 20.065 23.487 35.672 0 2.229 0 64.655 0 64.655zM486.095 488.87c-6.406 2.229-27.758 8.918-53.38-35.672 0 0-172.953-287.605-177.223-296.523-2.135-8.918 0-22.295 8.541-31.213 25.623-28.983 164.412-69.114 200.711-60.196 12.811 2.229 19.217 11.147 23.487 22.295 2.135 13.377 19.217 278.687 21.352 338.884 4.27 53.508-17.082 60.196-23.487 62.426zM580.044 555.755c-8.541-13.377-8.541-31.213 0-42.36 0 0 36.299-51.278 36.299-51.278 76.868-111.475 81.138-118.163 87.544-120.393 8.541-6.688 19.217-6.688 29.893-2.229 29.893 15.606 93.95 113.704 98.22 149.376 0 0 0 0 0 2.229 0 13.377-4.27 22.295-12.811 28.983-6.406 4.459-10.676 6.688-158.006 42.36-23.487 6.688-36.299 8.918-42.704 11.147 0 0 0-2.229 0-2.229-12.811 6.688-29.893-2.229-38.434-15.606zM829.865 745.262c-4.27 35.672-74.733 129.311-108.896 142.688-10.676 4.459-21.352 4.459-29.893-4.459-6.406-4.459-10.676-13.377-87.544-142.688l-23.487-37.901c-8.541-13.377-6.406-31.213 4.27-46.819 10.676-13.377 25.623-17.836 40.569-13.377 0 0 57.651 20.065 57.651 20.065 128.113 44.59 132.384 44.59 136.654 49.049 8.541 11.147 12.811 22.295 10.676 33.442z"],"tags":["yelp"]},"attrs":[{"fill":"rgb(221, 44, 0)"}],"properties":{"code":60259,"id":525,"name":"yelp","order":734,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":143},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M574.52 117.512l-1.836 0.081-27.572-0.081-8.376 0.104-14.519 0.515c-2.189 0.124-4.269 0.269-6.248 0.437l-28.026 3.095c-28.828 3.274-46.926 6.636-65.718 13.52-32.817 12.020-56.124 31.786-85.67 66.601l-22.172 26.448-7.073 8.037-3.305 3.585c-13.44 14.333-25.433 29.782-40.473 51.256l-23.319 33.699-11.55 15.987c-36.45 48.814-55.15 81.794-64.271 123.228-13.262 60.224 4.26 95.228 62.586 116.694 13.065 4.807 26.034 7.394 43.231 9.217l40.773 3.304 59.727 2.913 11.032 0.754-5.69 9.871c-3.484 5.823-7.245 11.805-11.329 18.039l-11.865 17.575-47.158 67.147-20.656 30.705-13.218 20.091-11.741 18.327-10.783 17.405c-1.746 2.871-3.474 5.738-5.194 8.62-18.137 30.368-7.657 77.418 25.839 90.22 28.143 10.763 43.881 14.548 63.98 10.299 49.605-10.469 82.956-19.849 115.214-34.164 47.015-20.868 94.555-45.994 149.489-78.204l27.894-16.724c35.053-21.569 62.046-40.628 86.924-62.088l21.341-18.592 18.729-16.777c37.994-34.673 59.987-59.392 81.521-92.536 15.993-24.603 24.743-43.846 28.097-67.14 5.173-35.9-13.088-69.848-46.628-83.291-15.050-6.037-31.119-9.918-46.726-11.064l-31.603-1.844-51.465-2.239-16.674-0.96-1.148 5.465c2.003-11.737 6.217-22.843 11.544-30.395l16.684-23.090 50.493-67.202 17.241-23.613 14.779-21.297c16.967-25.094 25.401-49.559 20.548-73.547-6.292-31.102-32.544-50.344-72.67-57.305l-11.472-1.949-20.553-3.228-17.903-2.414c-5.598-0.679-10.861-1.239-15.898-1.694l-14.539-1.067c-4.691-0.262-9.264-0.435-13.825-0.534l-58.8-0.202zM621.013 181.589l5.175 0.028c3.933 0.026 7.835 0.109 11.811 0.265l12.26 0.7 13.348 1.232c2.351 0.255 4.773 0.536 7.282 0.845l16.178 2.209 18.864 2.981 10.639 1.81c3.714 0.644 6.796 1.288 9.348 1.912l6.16 1.794 3.569 1.564c1.237 0.706 1.726 1.283 1.804 1.667 0.594 2.937-1.819 10.519-7.97 20.559l-9.803 14.576-19.118 26.628-58.015 77.381-10.831 14.978c-1.179 1.656-2.365 3.329-3.572 5.038-11.24 15.932-18.822 35.92-22.339 56.524-6.423 37.624 18.681 66.308 56.341 68.915l27.16 1.549 56.782 2.507 19.006 1.203c8.821 0.648 18.472 2.978 27.596 6.638 5.379 2.156 8.17 7.344 7.101 14.763-1.774 12.32-7.027 23.872-18.414 41.39-12.607 19.405-25.803 35.797-44.334 54.607l-13.196 12.959c-2.349 2.239-4.776 4.523-7.289 6.86l-16.154 14.704-18.516 16.315c-3.3 2.873-6.712 5.829-10.241 8.873-27.551 23.766-59.126 44.943-105.385 72.063-53.025 31.091-98.544 55.149-143.081 74.917-27.202 12.071-56.904 20.425-102.479 30.044l-1.515 0.14c-2.344 0-6.016-0.714-11.367-2.339l-8.767-2.927 10.036-16.45 10.769-17.075 18.638-28.493 20.783-30.871 49.146-70.042 2.869-4.209c12.249-18.044 22.302-34.347 30.939-50.596 20.787-39.141-1.254-81.594-45.723-85.784l-15.898-1.293-26.517-1.412-29.067-1.311-40.371-2.9c-16.607-1.426-26.961-3.199-35.577-6.369l-4.823-1.81-7.932-3.317c-12.543-5.894-14.442-11.437-11.487-27.726l2.058-10.018c6.641-30.17 21.672-56.679 53.355-99.114l12.223-16.923 23.585-34.073c11.12-15.877 20.143-27.758 29.191-38.048l13.284-14.63 13.701-16.094 13.282-15.902c22.819-26.888 38.772-40.417 58.723-47.725 7.975-2.921 16.459-5.037 27.585-6.882l14.757-2.117 35.356-3.986 10.266-0.541 16.545-0.258 25.105 0.102 22.789-0.005 21.26 0.216 3.113-0.219z"],"tags":["switchboard_border"]},"attrs":[{}],"properties":{"code":60246,"id":524,"name":"switchboard_border","order":735,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":144},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M574.52 117.512l-1.836 0.081-27.572-0.081-8.376 0.104-14.519 0.515c-2.189 0.124-4.269 0.269-6.248 0.437l-28.026 3.095c-28.828 3.274-46.926 6.636-65.718 13.52-32.817 12.020-56.124 31.786-85.67 66.601l-22.172 26.448-7.073 8.037-3.305 3.585c-13.44 14.333-25.433 29.782-40.473 51.256l-23.319 33.699-11.55 15.987c-36.45 48.814-55.15 81.794-64.271 123.228-13.262 60.224 4.26 95.228 62.586 116.694 13.065 4.807 26.034 7.394 43.231 9.217l40.773 3.304 59.727 2.913 11.032 0.754-5.69 9.871c-3.484 5.823-7.245 11.805-11.329 18.039l-11.865 17.575-47.158 67.147-20.656 30.705-13.218 20.091-11.741 18.327-10.783 17.405c-1.746 2.871-3.474 5.738-5.194 8.62-18.137 30.368-7.657 77.418 25.839 90.22 28.143 10.763 43.881 14.548 63.98 10.299 49.605-10.469 82.956-19.849 115.214-34.164 47.015-20.868 94.555-45.994 149.489-78.204l27.894-16.724c35.053-21.569 62.046-40.628 86.924-62.088l21.341-18.592 18.729-16.777c37.994-34.673 59.987-59.392 81.521-92.536 15.993-24.603 24.743-43.846 28.097-67.14 5.173-35.9-13.088-69.848-46.628-83.291-15.050-6.037-31.119-9.918-46.726-11.064l-31.603-1.844-51.465-2.239-16.674-0.96-1.148 5.465c2.003-11.737 6.217-22.843 11.544-30.395l16.684-23.090 50.493-67.202 17.241-23.613 14.779-21.297c16.967-25.094 25.401-49.559 20.548-73.547-6.292-31.102-32.544-50.344-72.67-57.305l-11.472-1.949-20.553-3.228-17.903-2.414c-5.598-0.679-10.861-1.239-15.898-1.694l-14.539-1.067c-4.691-0.262-9.264-0.435-13.825-0.534l-58.8-0.202z"],"tags":["switchboard"]},"attrs":[{}],"properties":{"code":60247,"id":523,"name":"switchboard","order":736,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":145},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M428.16 896v64h-64v-64h64zM544 896v64h-64v-64h64zM661.12 896v64h-64v-64h64zM224 824.482v39.518c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h43.391v64h-43.391c-51.126 0-92.917-39.965-95.837-90.359l-0.163-5.641v-39.518h64zM864 824.94v39.060c0 51.126-39.965 92.917-90.359 95.837l-5.641 0.163h-41.142v-64h41.142c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-39.060h64zM224 713.6v64h-64v-64h64zM864 713.6v64h-64v-64h64zM928 544c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v128c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-32h-768v32c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-128c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h768v-32c0-17.673 14.327-32 32-32zM621.592 64l242.408 244.012v255.125h-64v-191.137l-210.408 0.012c-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732-0.024-212.012h-301.568c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v403.137h-64v-403.137c0-51.126 39.965-92.917 90.359-95.837l5.641-0.163h365.592zM621.568 154.784l0.005 153.204 152.187 0.012-152.192-153.216z"],"tags":["scan"]},"attrs":[{}],"properties":{"code":60197,"id":522,"name":"scan","order":737,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":146},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M541.351 638.74c-24.677-14.371-53.632-40.25-86.648-80.284-30.554-38.157-49.816-70.099-59.878-96.132-6.677-17.294-8.462-29.264-7.754-38.588 6.646-5.693 13.108-9.816 20.708-13.17 2.769-1.416 5.446-2.831 8.308-4.37s5.108-2.769 7.354-4.031c12.769-7.201 22.4-13.909 31.17-22.587 27.724-27.418 32.493-68.406 11.262-100.686-42.524-65.298-73.109-116.81-98.156-167.43-19.108-34.711-55.632-52.559-92.771-46.189-28.585 4.031-87.909 33.388-112.525 54.866-101.386 89.485-48.155 320.89 144.187 557.558 143.787 176.2 303.605 282.302 429.792 282.302 36.862 0 68.001-9.416 90.986-29.326 26.585-20.74 67.786-71.453 77.509-97.578 15.6-32.249 4.831-72.499-25.662-97.916-68.617-59.175-105.94-92.624-145.264-131.519-24.924-26.31-68.863-30.71-101.202-9.909-12.062 7.939-20.216 15.755-33.385 30.403-3.292 3.693-4.892 5.477-6.492 7.262-8.554 9.847-13.293 15.078-17.97 19.417-7.262-0.031-18.123-3.077-33.57-12.063v-0.031z"],"tags":["phone_s"]},"attrs":[{}],"properties":{"code":60207,"id":521,"name":"phone_s","order":738,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":147},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M157.245 688.003l92.128 92.128v-613.504c0-17.673 14.327-32 32-32s32 14.327 32 32v613.504l92.128-92.128c12.495-12.495 32.753-12.495 45.248 0s12.495 32.753 0 45.248l-146.749 146.749c-12.497 12.497-32.758 12.497-45.255 0l-146.749-146.749c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0zM605.245 335.997l92.128-92.128v613.504c0 17.673 14.327 32 32 32s32-14.327 32-32v-613.504l92.128 92.128c12.495 12.495 32.753 12.495 45.248 0s12.495-32.753 0-45.248l-146.749-146.749c-12.497-12.497-32.758-12.497-45.255 0l-146.749 146.749c-12.495 12.495-12.495 32.753 0 45.248s32.753 12.495 45.248 0z"],"tags":["sort-message"]},"attrs":[{}],"properties":{"code":60199,"id":519,"name":"sort-message","order":739,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":148},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M668.53 64c-13.852-0.068-26.096 8.991-30.082 22.257s1.236 27.573 12.831 35.152c55.431 37.252 95.694 95.734 95.694 95.734 6.25 9.252 16.962 14.467 28.099 13.68s21.009-7.456 25.897-17.495c4.887-10.039 4.048-21.923-2.203-31.175 0 0-44.063-66.505-112.619-112.578-5.176-3.591-11.317-5.534-17.617-5.574v0zM521.856 105.704c-14.445 0.286-26.811 10.437-29.906 24.549s3.887 28.507 16.886 34.812c69.785 35.103 132.555 133.979 132.555 133.979 5.74 9.582 16.157 15.373 27.325 15.191s21.391-6.309 26.816-16.073c5.425-9.764 5.228-21.681-0.517-31.26 0 0-62.241-109.437-158.106-157.659-4.642-2.422-9.819-3.64-15.054-3.54v0zM346.987 148.18c-11.699 0.893-23.112 6.686-30.84 17.414-12.124 16.832-8.542 40.505 6.144 55.17l181.012 181.012c8.145 8.145 8.145 21.333 0 29.457-8.145 8.145-21.333 8.145-29.457 0l-220.966-220.925c-17.894-17.894-48.013-16.126-63.47 5.33-12.124 16.832-8.542 40.464 6.144 55.13l219.379 219.379c8.145 8.145 8.145 21.333 0 29.457-8.145 8.145-21.333 8.145-29.457 0l-192.608-192.567c-17.894-17.894-48.013-16.126-63.47 5.33-12.124 16.832-8.542 40.505 6.144 55.17l205.749 205.749c8.145 8.145 8.145 21.333 0 29.457-8.145 8.145-21.333 8.145-29.457 0l-143.093-143.296c-14.665-14.686-38.318-18.267-55.17-6.144-21.477 15.457-23.265 45.576-5.371 63.47l327.319 327.482c69.972 69.993 183.421 70.034 253.393 0.041l164.819-164.819c19.852-19.852 36.232-59.191 36.17-87.272-0.333-122.342 21.013-178.706 34.949-244.116 10.374-48.704-34.385-94.374-81.901-64.732-80.575 50.245-49.375 161.688-103.953 216.287l-359.38-359.38c-8.947-8.947-20.931-12.977-32.63-12.084zM148.399 709.607c-11.029-0.243-21.368 5.347-27.205 14.708s-6.306 21.105-1.235 30.901c68.083 136.167 201.477 201.477 201.477 201.477 15.437 7.719 34.208 1.461 41.927-13.976s1.461-34.208-13.976-41.927c0 0-116.622-59.677-173.526-173.485-5.096-10.596-15.708-17.435-27.463-17.698z"],"tags":["action-plan-welcome"]},"attrs":[{}],"properties":{"code":60202,"id":517,"name":"welcome","order":740,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":149},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 160v634.667h74.667v37.333c0 82.542 66.792 149.333 149.333 149.333s149.333-66.792 149.333-149.333v-37.333h522.667v-634.667h-597.333v672c0 44.479-30.188 74.667-74.667 74.667s-74.667-30.188-74.667-74.667v-37.333h74.667v-634.667h-224zM138.667 234.667h74.667v485.333h-74.667v-485.333zM437.333 234.667h448v485.333h-448v-485.333zM512 309.333v74.667h298.667v-74.667h-298.667zM512 458.667v74.667h74.667v-74.667h-74.667zM624 458.667v74.667h74.667v-74.667h-74.667zM736 458.667v74.667h74.667v-74.667h-74.667zM512 570.667v74.667h74.667v-74.667h-74.667zM624 570.667v74.667h74.667v-74.667h-74.667zM736 570.667v74.667h74.667v-74.667h-74.667z"],"tags":["action-plan-your-complany-line"]},"attrs":[{}],"properties":{"code":60203,"id":516,"name":"company-line_border","order":741,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":150},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 64v824.32c0 18.76 6.58 37.94 20.16 51.52s32.76 20.16 51.52 20.16h358.4c18.76 0 37.94-6.58 51.52-20.16s20.16-32.76 20.16-51.52v-645.12c0-18.76-6.58-37.94-20.16-51.52s-32.76-20.16-51.52-20.16h-358.4v-107.52h-71.68zM327.68 243.2h358.4v143.36h-358.4v-143.36zM327.68 458.24h358.4v430.080h-358.4v-430.080zM363.52 529.92v71.68h71.68v-71.68h-71.68zM471.040 529.92v71.68h71.68v-71.68h-71.68zM578.56 529.92v71.68h71.68v-71.68h-71.68zM363.52 637.44v71.68h71.68v-71.68h-71.68zM471.040 637.44v71.68h71.68v-71.68h-71.68zM578.56 637.44v71.68h71.68v-71.68h-71.68zM363.52 744.96v71.68h71.68v-71.68h-71.68zM471.040 744.96v71.68h71.68v-71.68h-71.68zM578.56 744.96v71.68h71.68v-71.68h-71.68z"],"tags":["action-plan-your-direct-line"]},"attrs":[{}],"properties":{"code":60205,"id":515,"name":"direct-line_border","order":742,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":151},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c-134.212 0-247.827 24.635-324.154 47.385-73.096 21.673-123.846 89.385-123.846 165.846v96.923c0 37.692 31.231 68.923 68.923 68.923h137.846c37.692 0 68.923-31.231 68.923-68.923v-90.462c6.462-2.962 7.808-4.173 26.923-9.692 31.365-9.154 79.288-18.308 145.385-18.308s114.019 9.154 145.385 18.308c19.115 5.519 20.462 6.731 26.923 9.692v90.462c0 37.692 31.231 68.923 68.923 68.923h137.846c37.692 0 68.923-31.231 68.923-68.923v-96.923c0-76.462-50.75-144.038-123.846-165.846-76.327-22.615-189.942-47.385-324.154-47.385zM512 196.923c125.731 0 233.288 22.885 304.769 44.154 44.558 13.192 74.308 53.981 74.308 100.154v96.923h-137.846v-133.538l-17.231-9.692c0 0-21.942-12.788-59.231-23.692s-92.077-20.462-164.769-20.462c-72.692 0-127.481 9.558-164.769 20.462s-59.231 23.692-59.231 23.692l-17.231 9.692v133.538h-137.846v-96.923c0-46.173 29.75-86.962 74.308-100.154 71.481-21.269 179.038-44.154 304.769-44.154zM305.231 576c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM512 576c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM718.769 576c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM305.231 782.769c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM512 782.769c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM718.769 782.769c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923z"],"tags":["action-plan-your-extention-line"]},"attrs":[{}],"properties":{"code":60206,"id":514,"name":"extension-line_border","order":743,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":152},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.328 0 64 28.672 64 64v576c0 35.328-28.672 64-64 64h-352v64h128c17.664 0 32 14.336 32 32s-14.336 32-32 32h-320c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-64h-352c-35.328 0-64-28.672-64-64v-576c0-35.328 28.672-64 64-64h768zM864 160h-704c-17.664 0-32 14.336-32 32v512c0 17.664 14.336 32 32 32h704c17.664 0 32-14.336 32-32v-512c0-17.664-14.336-32-32-32zM768 256c17.664 0 32 14.336 32 32v320c0 17.664-14.336 32-32 32h-512c-17.664 0-32-14.336-32-32v-320c0-17.664 14.336-32 32-32h512zM736 320h-448v256h448v-256z"],"tags":["hud_border"]},"attrs":[{}],"properties":{"code":60194,"id":513,"name":"hud_border","order":744,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":153},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 784c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM240 544c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 544c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM784 544c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM240 304c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 304c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM784 304c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM240 64c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 64c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM784 64c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80z"],"tags":["dialer-s"]},"attrs":[{}],"properties":{"code":60195,"id":512,"name":"dialer_s","order":745,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":154},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M969.6 608c0-48-16-102.4-86.4-137.6v-3.2c0-195.2-131.2-393.6-384-393.6-265.6 0-361.6 214.4-361.6 393.6v3.2c-67.2 35.2-86.4 92.8-86.4 137.6 0 64 32 147.2 192 169.6h51.2c19.2 0 32-12.8 32-32v-278.4c0-19.2-12.8-32-32-32h-44.8c-16 3.2-28.8 6.4-44.8 9.6 6.4-153.6 86.4-307.2 297.6-307.2s310.4 156.8 320 307.2c-12.8-3.2-28.8-6.4-44.8-9.6h-51.2c-19.2 0-32 12.8-32 32v278.4c0 19.2 12.8 32 32 32h51.2c-9.6 35.2-38.4 80-147.2 99.2 3.2-6.4 3.2-16 3.2-25.6 0-64-51.2-118.4-118.4-118.4-64 0-118.4 51.2-118.4 118.4 0 64 51.2 118.4 118.4 118.4 25.6 0 48-9.6 67.2-22.4 201.6-19.2 256-108.8 262.4-185.6 102.4-32 124.8-99.2 124.8-153.6zM252.8 502.4h12.8v214.4h-12.8c-121.6-16-137.6-70.4-137.6-105.6 0-28.8 6.4-64 60.8-86.4 3.2 0 6.4-3.2 6.4-3.2 22.4-9.6 44.8-16 70.4-19.2zM512 905.6c-28.8 0-54.4-22.4-54.4-54.4s25.6-51.2 54.4-51.2 54.4 22.4 54.4 54.4-25.6 51.2-54.4 51.2zM771.2 713.6h-12.8v-214.4h12.8c28.8 3.2 51.2 9.6 67.2 16 3.2 0 3.2 3.2 6.4 3.2 54.4 22.4 60.8 60.8 60.8 86.4 0 41.6-12.8 92.8-134.4 108.8z"],"tags":["Engage_32"]},"attrs":[{}],"properties":{"code":59959,"id":511,"name":"engage_border","order":746,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":155},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M278.4 374.4c-76.8 0-137.6 60.8-137.6 137.6s60.8 137.6 137.6 137.6 137.6-60.8 137.6-137.6-60.8-137.6-137.6-137.6zM278.4 585.6c-41.6 0-73.6-32-73.6-73.6s32-73.6 73.6-73.6 73.6 32 73.6 73.6c0 41.6-32 73.6-73.6 73.6zM854.4 393.6h-297.6c-19.2 0-32 12.8-32 32s12.8 32 32 32h297.6c19.2 0 32-12.8 32-32s-16-32-32-32zM425.6 288h425.6c19.2 0 32-12.8 32-32s-12.8-32-32-32h-425.6c-19.2 0-32 12.8-32 32s16 32 32 32zM854.4 736h-428.8c-19.2 0-32 12.8-32 32s12.8 32 32 32h425.6c19.2 0 32-12.8 32-32s-12.8-32-28.8-32zM854.4 566.4h-297.6c-19.2 0-32 12.8-32 32s12.8 32 32 32h297.6c19.2 0 32-12.8 32-32s-16-32-32-32zM192 713.6c-28.8 0-54.4 22.4-54.4 54.4s22.4 54.4 54.4 54.4 51.2-22.4 51.2-54.4-22.4-54.4-51.2-54.4zM192 307.2c28.8 0 51.2-22.4 51.2-51.2s-22.4-51.2-51.2-51.2c-28.8 0-51.2 22.4-51.2 51.2s22.4 51.2 51.2 51.2z"],"tags":["Engage_Digital_32"]},"attrs":[{}],"properties":{"code":60144,"id":510,"name":"engage-digital_border","order":747,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":156},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M214.4 672c-89.6 0-160 70.4-160 160s70.4 160 160 160 160-70.4 160-160-73.6-160-160-160zM214.4 928c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-44.8 96-96 96zM809.6 672c-89.6 0-160 70.4-160 160s70.4 160 160 160 160-70.4 160-160-70.4-160-160-160zM809.6 928c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-41.6 96-96 96zM777.6 544h-67.2l99.2 99.2 99.2-99.2h-67.2v-150.4h-297.6v-44.8c73.6-16 128-80 128-156.8 0-89.6-70.4-160-160-160s-160 70.4-160 160c0 76.8 54.4 140.8 128 156.8v44.8h-297.6v150.4h-67.2l99.2 99.2 96-99.2h-64v-86.4h531.2v86.4zM416 192c0-54.4 41.6-96 96-96s96 41.6 96 96-41.6 96-96 96-96-41.6-96-96z"],"tags":["RC_CC_32"]},"attrs":[{}],"properties":{"code":60186,"id":509,"name":"rc-cc_border","order":748,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":157},{"icon":{"attrs":[{"fill":"rgb(6, 132, 188)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M955.239 172.329c-9.984-49.261-38.395-82.973-87.303-97.986-21.229-5.95-43.229-8.681-65.268-8.101-192.271 0-384.533 0-576.774 0-15.007-0.254-30.011 0.632-44.883 2.649-50.371 7.679-87.727 33.020-106.271 82.128-9.176 24.266-10.597 49.914-10.597 75.369 0 113.885 0 227.79 0 341.724 0 122.199 0 244.412 0 366.635 0 20.082 7.026 27.071 27.105 27.071h163.169c20.389 0 27.259-7.142 27.259-27.916v-640.090c0-16.009 6.411-23.038 21.229-23.038h416.527c15.777 0 22.534 7.029 22.534 23.038v197.738c0 15.935-6.643 22.652-22.613 22.652h-187.126c-13.706 0-20.156 6.144-20.196 19.583 0 36.166-0.613 72.337 0.193 108.468 0.732 29.908 6.297 59.13 22.613 84.931 45.384 71.669 90.98 143.215 136.794 214.632 3.86 6.327 9.312 11.526 15.817 15.075 6.5 3.554 13.825 5.333 21.234 5.16 58.512 0.153 117.043 0.153 175.609 0 17.967 0 23.033-10.256 13.395-25.727-41.949-67.779-83.937-135.549-125.965-203.303-8.828-14.284-7.335-19.43 7.681-26.3 28.139-12.713 56.129-25.806 84.461-37.901 64.616-27.565 95.216-77.556 95.676-146.363 0.613-100.134 0.232-200.269-0.232-300.403 0.302-16.671-1.063-33.327-4.068-49.725v0z"],"tags":["RC-logo-chatbot"]},"attrs":[{"fill":"rgb(6, 132, 188)"}],"properties":{"code":60187,"id":508,"name":"RC-logo-chatbot","order":749,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":158},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 938.667c-59.022 0-114.489-11.2-166.4-33.6s-97.067-52.8-135.467-91.2c-38.4-38.4-68.8-83.556-91.2-135.467s-33.6-107.378-33.6-166.4c0-59.022 11.2-114.489 33.6-166.4s52.8-97.067 91.2-135.467c38.4-38.4 83.556-68.8 135.467-91.2s107.378-33.6 166.4-33.6c59.022 0 114.489 11.2 166.4 33.6s97.067 52.8 135.467 91.2c38.4 38.4 68.8 83.556 91.2 135.467s33.6 107.378 33.6 166.4c0 59.022-11.2 114.489-33.6 166.4s-52.8 97.067-91.2 135.467c-38.4 38.4-83.556 68.8-135.467 91.2s-107.378 33.6-166.4 33.6zM466.133 873.6v-87.467c-24.889 0-45.867-9.244-62.933-27.733s-25.6-40.178-25.6-65.067v-46.933l-218.667-218.667c-3.556 14.222-6.044 28.267-7.467 42.133s-2.133 27.911-2.133 42.133c0 92.444 30.044 173.156 90.133 242.133s135.644 108.8 226.667 119.467zM779.733 758.4c15.644-17.067 29.333-35.2 41.067-54.4s21.689-39.289 29.867-60.267c8.178-20.978 14.222-42.489 18.133-64.533s5.867-44.444 5.867-67.2c0-75.378-20.622-143.822-61.867-205.333s-96.356-106.489-165.333-134.933v19.2c0 24.889-8.533 46.578-25.6 65.067s-38.044 27.733-62.933 27.733h-92.8v92.8c0 12.089-4.8 22.044-14.4 29.867s-20.444 11.733-32.533 11.733h-88.533v93.867h275.2c12.089 0 22.044 4.622 29.867 13.867s11.733 19.911 11.733 32v135.467h45.867c20.622 0 38.756 6.044 54.4 18.133s26.311 27.733 32 46.933z"],"tags":["Country"]},"attrs":[{}],"properties":{"code":60191,"id":507,"name":"Country","order":750,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":159},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M919.294 104.706c24.994 24.994 24.994 65.516 0 90.51l-724.077 724.077c-24.994 24.994-65.516 24.994-90.51 0s-24.994-65.516 0-90.51l724.077-724.077c24.994-24.994 65.516-24.994 90.51 0zM906.166 298.888c34.881 64.416 53.834 137.296 53.834 213.112 0 120.684-48.028 233.919-131.835 317.402-25.042 24.945-65.565 24.866-90.509-0.176s-24.866-65.565 0.176-90.509c59.935-59.702 94.169-140.417 94.169-226.716 0-40.764-7.638-80.283-22.017-116.931l96.182-96.181zM285.414 195.439c25.018 24.969 25.058 65.492 0.089 90.51-59.531 59.647-93.503 140.080-93.503 226.051 0 40.775 7.643 80.303 22.027 116.955l-96.176 96.188c-34.885-64.414-53.851-137.306-53.851-213.143 0-120.224 47.661-233.065 130.905-316.472 24.969-25.018 65.492-25.058 90.51-0.089zM759.327 445.754c5.698 21.321 8.673 43.556 8.673 66.246 0 68.435-27.062 132.752-74.319 180.355-24.902 25.085-65.425 25.232-90.509 0.33-24.971-24.79-25.23-65.058-0.666-90.168l156.821-156.763zM418.653 332.434c24.046 23.304 25.881 60.896 5.092 86.37l-3.674 4.129-155.383 155.368c-5.706-21.334-8.688-43.588-8.688-66.3 0-67.354 26.211-130.743 72.155-178.149 24.599-25.382 65.117-26.017 90.499-1.418z"],"tags":["rbn-off"]},"attrs":[{}],"properties":{"code":60189,"id":506,"name":"rbn-off","order":751,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":160},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M285.414 195.437c25.018 24.969 25.058 65.492 0.089 90.51-59.531 59.647-93.503 140.080-93.503 226.051 0 86.6 34.475 167.572 94.78 227.324 25.109 24.878 25.296 65.4 0.418 90.509s-65.4 25.296-90.509 0.418c-84.324-83.55-132.689-197.145-132.689-318.25 0-120.224 47.661-233.065 130.905-316.472 24.969-25.018 65.492-25.058 90.51-0.089zM829.429 195.86c83.042 83.379 130.571 196.079 130.571 316.138 0 120.684-48.028 233.919-131.835 317.402-25.042 24.945-65.565 24.866-90.509-0.176s-24.866-65.565 0.176-90.509c59.935-59.702 94.169-140.417 94.169-226.716 0-85.854-33.879-166.185-93.264-225.812-24.943-25.044-24.861-65.567 0.183-90.509s65.567-24.861 90.509 0.183zM418.653 332.432c24.046 23.304 25.881 60.896 5.092 86.37l-3.674 4.129c-23.027 23.76-36.071 55.304-36.071 89.068 0 32.903 12.401 63.693 34.265 87.169l5.212 5.285c25.526 24.45 26.398 64.963 1.948 90.489s-64.963 26.398-90.489 1.948c-50.047-47.938-78.937-114.19-78.937-184.891 0-67.354 26.211-130.743 72.155-178.149 24.599-25.382 65.117-26.017 90.499-1.418zM691.537 329.508c48.555 47.773 76.463 112.996 76.463 182.49 0 68.435-27.062 132.752-74.319 180.355-24.902 25.085-65.425 25.232-90.509 0.33s-25.232-65.425-0.33-90.509c23.689-23.863 37.158-55.873 37.158-90.176 0-32.343-11.978-62.647-33.18-85.988l-5.055-5.26c-25.196-24.79-25.525-65.311-0.735-90.507s65.311-25.525 90.507-0.735z"],"tags":["rbn-on"]},"attrs":[{}],"properties":{"code":60190,"id":505,"name":"rbn-on","order":752,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":161},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M519.931 64c16.314 0 29.538 13.372 29.538 29.867 0 14.662-10.449 26.857-24.229 29.385l-5.31 0.481h-285.592c-24.094 0-43.977 18.23-46.893 41.792l-0.368 5.994v680.96c0 24.362 18.030 44.466 41.333 47.414l5.928 0.372h555.323c24.094 0 43.977-18.23 46.893-41.792l0.368-5.994v-330.141c0-16.495 13.225-29.867 29.538-29.867 14.501 0 26.561 10.565 29.063 24.498l0.476 5.369v330.141c0 56.413-42.967 102.678-97.617 107.164l-8.721 0.356h-555.323c-55.793 0-101.55-43.445-105.986-98.702l-0.353-8.818v-680.96c0-56.413 42.967-102.678 97.617-107.164l8.721-0.356h285.592zM706.286 608c16.411 0 29.714 14.327 29.714 32 0 15.709-10.511 28.775-24.373 31.484l-5.341 0.516h-356.571c-16.411 0-29.714-14.327-29.714-32 0-15.709 10.511-28.775 24.373-31.484l5.341-0.516h356.571zM579.2 416c15.906 0 28.8 14.327 28.8 32 0 15.709-10.188 28.775-23.623 31.484l-5.177 0.516h-230.4c-15.906 0-28.8-14.327-28.8-32 0-15.709 10.188-28.775 23.623-31.484l5.177-0.516h230.4zM736 64c15.709 0 28.775 9.703 31.484 22.498l0.516 4.93v132.571h132.571c15.148 0 27.429 14.327 27.429 32 0 15.709-9.703 28.775-22.498 31.484l-4.93 0.516h-132.571v132.571c0 15.148-14.327 27.429-32 27.429-15.709 0-28.775-9.703-31.484-22.498l-0.516-4.93v-132.571h-132.571c-15.148 0-27.429-14.327-27.429-32 0-15.709 9.703-28.775 22.498-31.484l4.93-0.516h132.571v-132.571c0-15.148 14.327-27.429 32-27.429z"],"tags":["Add-text-log"]},"attrs":[{}],"properties":{"code":60185,"id":504,"name":"Add-text-log","order":753,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":162},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M406.541 695.121c11.27 11.795 11.745 29.961 1.702 42.29l-2.73 2.953-158.195 151.167c-11.71 11.19-29.722 11.749-42.059 1.888l-2.959-2.682-80.156-82.198c-12.339-12.653-12.084-32.913 0.569-45.251 11.68-11.39 29.841-12.048 42.27-2.131l2.981 2.7 58.019 59.503 135.314-129.267c12.777-12.21 33.033-11.749 45.243 1.028zM896 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32zM406.541 407.121c11.27 11.795 11.745 29.961 1.702 42.29l-2.73 2.953-158.195 151.167c-11.71 11.19-29.722 11.749-42.059 1.888l-2.959-2.682-80.156-82.198c-12.339-12.653-12.084-32.913 0.569-45.251 11.68-11.39 29.841-12.048 42.27-2.131l2.981 2.7 58.019 59.503 135.314-129.267c12.777-12.21 33.033-11.749 45.243 1.028zM896 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32zM406.541 119.121c11.27 11.795 11.745 29.961 1.702 42.29l-2.73 2.953-158.195 151.167c-11.71 11.19-29.722 11.749-42.059 1.888l-2.959-2.682-80.156-82.198c-12.339-12.653-12.084-32.913 0.569-45.251 11.68-11.389 29.841-12.048 42.27-2.131l2.981 2.7 58.019 59.503 135.314-129.267c12.777-12.21 33.033-11.749 45.243 1.028zM896 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["Select-more"]},"attrs":[{}],"properties":{"code":60182,"id":503,"name":"Select-more","order":754,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":163},{"icon":{"attrs":[{"fill":"rgb(55, 104, 234)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c-247.408 0-448 200.74-448 448.33 0 224.763 165.461 410.371 381.024 442.8v-323.993h-110.843v-117.836h110.843v-78.42c0-129.829 63.205-186.804 171.024-186.804 51.632 0 78.96 3.848 91.877 5.567v102.854h-73.547c-45.771 0-61.749 43.451-61.749 92.393v64.41h134.139l-18.181 117.836h-115.957v324.927c218.661-29.664 387.371-216.767 387.371-443.734 0-247.59-200.592-448.33-448-448.33z"],"tags":["facebook-share-number-icon"]},"attrs":[{"fill":"rgb(55, 104, 234)"}],"properties":{"code":60184,"id":502,"name":"facebook-share-number-icon","order":755,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":164},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M764.118 302.863l181.019 181.019 2.662 3.015c7.523 5.998 12.201 15.004 12.201 25.103 0 9.209-3.89 17.509-10.116 23.348l-3.081 2.63-181.32 181.324c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l130.013-130.060-754.24 0.014c-17.673 0-32-14.327-32-32s14.327-32 32-32l754.752-0.014-131.889-131.869c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["Jump-to"]},"attrs":[{}],"properties":{"code":60245,"id":501,"name":"Jump-to","order":756,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":165},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M225.778 64c-88.903 0-161.778 72.875-161.778 161.778v572.444c0 88.903 72.875 161.778 161.778 161.778h572.444c88.903 0 161.778-72.875 161.778-161.778v-572.444c0-88.903-72.875-161.778-161.778-161.778h-572.444zM225.778 138.667h572.444c48.517 0 87.111 38.594 87.111 87.111v37.333h-746.667v-37.333c0-48.517 38.594-87.111 87.111-87.111zM138.667 337.778h746.667v460.444c0 48.517-38.594 87.111-87.111 87.111h-572.444c-48.517 0-87.111-38.594-87.111-87.111v-460.444zM699.695 436.935c-11.017-0.199-21.537 4.48-28.772 12.743l-197.751 219.62-96.569-96.569c-9.358-9.723-23.263-13.606-36.305-10.188-13.042 3.385-23.263 13.606-26.681 26.648s0.465 26.913 10.188 36.305l124.444 124.444c7.234 7.234 17.124 11.217 27.378 10.951 10.221-0.265 19.911-4.745 26.78-12.345l224-248.889c9.989-10.785 12.743-26.482 6.969-40.021-5.774-13.573-18.982-22.433-33.716-22.699h0.033z"],"tags":["today-calendar-ico"]},"attrs":[{}],"properties":{"code":60242,"id":499,"name":"today-calendar-ico","order":757,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":166},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-832c-35.346 0-64-28.654-64-64v-704c-0-35.346 28.654-64 64-64h832zM770.826 222.608c-15.347-0.613-48.992 6.525-61.399 13.814-13.95 7.744-21.346 23.432-18.191 40.188 8.060 34.774 12.909 71.059 16.923 107.267 1.66 16.169 13.992 28.13 30.262 29.835 9.555 0.999 18.487-0.884 26.866-2.444 6.431-1.655 12.296-2.1 18.599-1.853 0 0 2.91 0.277 5.466 3.433 6.089 6.563 20.496 26.415 21.305 88.962-0.218 66.806-17.538 85.262-22.845 89.56-2.064 1.671-4.135 2.43-4.135 2.43-6.242-0.17-12.392-1.335-18.542-2.498-8.986-1.501-17.621-3.37-27.305-2.468-16.078 1.65-29.149 14.701-30.151 29.641-3.83 36.418-10.029 73.080-16.037 107.709v0l-0.565 4.092c-1.328 15.099 5.631 29.208 18.692 35.527 11.874 6.977 45.504 13.939 61.94 13.837 14.402 0.5 28.556-5.736 41.751-16.421 50.668-41.030 80.617-139.101 80.298-261.486-0.839-178.143-63.745-276.223-122.932-279.123zM512.061 543.306l-325.131 0.193c-29.653 2.291-53.635 24.759-58.161 53.656l-0.594 5.163-0.175 4.759v160.923h448v-160.923l-0.175-4.759c-2.441-32.997-30.056-59.012-63.763-59.012zM352.371 224c-70.624 0-127.877 57.103-127.877 127.542s57.253 127.542 127.877 127.542c70.624 0 127.877-57.103 127.877-127.542s-57.253-127.542-127.877-127.542z"],"tags":["hybrid-contact"]},"attrs":[{}],"properties":{"code":60239,"id":498,"name":"hybrid-contact","order":758,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":167},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M453.517 64c65.817 0 119.172 53.355 119.172 119.172v29.793h178.759c32.909 0 59.586 26.678 59.586 59.586v178.759h29.793c65.817 0 119.172 53.355 119.172 119.172s-53.355 119.172-119.172 119.172h-29.793v178.759c0 32.909-26.678 59.586-59.586 59.586h-178.759v-29.793c0-63.823-50.171-115.927-113.225-119.027l-5.948-0.146c-63.823 0-115.927 50.171-119.027 113.225l-0.146 5.948v29.793h-178.759c-32.909 0-59.586-26.678-59.586-59.586v-178.759h29.793c63.823 0 115.927-50.171 119.027-113.225l0.146-5.948c0-63.823-50.171-115.927-113.225-119.027l-5.948-0.146h-29.793v-178.759c0-32.909 26.678-59.586 59.586-59.586h178.759v-29.793c0-65.817 53.355-119.172 119.172-119.172z"],"tags":["apps-installed"]},"attrs":[{}],"properties":{"code":60241,"id":497,"name":"apps-installed","order":759,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":168},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M602.648 97.204c24.33 5.53 40.105 28.637 36.979 52.888l-0.81 4.556-160 736c-5.875 25.85-31.594 42.044-57.444 36.169-24.33-5.53-40.105-28.637-36.979-52.888l0.81-4.556 160-736c5.875-25.85 31.594-42.044 57.444-36.169zM782.296 266.764l3.646 3.295 192 192c17.574 17.574 18.672 45.384 3.295 64.237l-3.295 3.646-192 192c-18.745 18.745-49.137 18.745-67.882 0-17.574-17.574-18.672-45.384-3.295-64.237l3.295-3.646 158.069-158.059-158.069-158.059c-17.574-17.574-18.672-45.384-3.295-64.237l3.295-3.646c17.574-17.574 45.384-18.672 64.237-3.295zM241.704 266.764c18.853-15.377 46.663-14.279 64.237 3.295v0l3.295 3.646c15.377 18.853 14.279 46.663-3.295 64.237v0l-158.069 158.059 158.069 158.059 3.295 3.646c15.377 18.853 14.279 46.663-3.295 64.237-18.745 18.745-49.137 18.745-67.882 0v0l-192-192-3.295-3.646c-15.377-18.853-14.279-46.663 3.295-64.237v0l192-192z"],"tags":["apps-developers"]},"attrs":[{}],"properties":{"code":60236,"id":496,"name":"apps-developers","order":760,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":169},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 160h128c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-128c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z","M128 608h128c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-128c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z","M448 160h448c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-448c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z","M448 608h448c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-448c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z"],"tags":["apps-categories"]},"attrs":[{},{},{},{}],"properties":{"code":60237,"id":495,"name":"apps-categories","order":761,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":170},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M541.403 567.995c5.719-20.422 26.91-32.341 47.333-26.622v0l370.97 103.886c12.751 3.571 22.763 13.459 26.491 26.165 5.972 20.35-5.684 41.687-26.034 47.659v0l-186.359 54.688-54.712 186.395c-3.729 12.705-13.742 22.593-26.493 26.163-20.422 5.718-41.613-6.203-47.331-26.626v0l-103.866-371c-1.896-6.772-1.896-13.935 0.001-20.708zM352 544c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192zM352 96c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192zM800 96c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192z"],"tags":["apps-discovery"]},"attrs":[{}],"properties":{"code":60238,"id":494,"name":"apps-discovery","order":762,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":171},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 320c35.346 0 64 28.654 64 64v0 480c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-480c0-35.346 28.654-64 64-64v0zM732.695 449.231c-14.374-22.274-44.084-28.678-66.358-14.304-40.561 26.176-87.63 40.307-136.91 40.307-49.222 0-96.298-14.133-136.935-40.323-22.283-14.361-51.989-7.939-66.349 14.344s-7.939 51.989 14.344 66.349c55.993 36.086 121.089 55.629 188.94 55.629 67.919 0 133.029-19.547 188.965-55.645 22.274-14.374 28.678-44.084 14.304-66.358z","M211.777 256c-4.968 0-9.867-1.157-14.311-3.378-15.807-7.904-22.214-27.125-14.311-42.933v0l58.534-117.067c7.904-15.807 27.125-22.214 42.933-14.311v0l265.010 132.505 102.906-123.461c10.067-12.081 27.242-14.926 40.545-7.252l3.239 2.138 154.879 116.159c8.058 6.043 12.8 15.528 12.8 25.6 0 17.673-14.327 32-32 32v0z"],"tags":["apps-product"]},"attrs":[{},{}],"properties":{"code":60240,"id":492,"name":"apps-product","order":763,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":172},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64l16.236 7.123 19.918 8.408c5.762 2.391 12.081 4.789 18.551 7.164l19.452 7.031 35.828 13.263 10.976 3.852 12.592 4.224 4.721 1.407 4.432 1.407 11.93 3.269 7.457 1.699 16.109 3.395 13.254 2.566 15.075 2.815 42.452 7.618 21.122 3.685 81.797 13.626v398.914l0.083 1.615c0.26 16.438-2.767 38.31-11.014 64.711l-2.945 8.967-1.118 3.149c-17.395 48.786-48.788 100.805-96.913 154.52-13.624 14.95-28.037 29.198-43.195 42.574-14.704 13.17-31.021 26.837-48.664 40.877-16.376 12.971-34.299 25.942-52.181 38.556l-46.132 32.264-16.608 11.388-7.828 5.218-25.387 16.692-33.506-20.543-20.916-13.584-15.777-10.643c-23.387-15.958-45.137-33.205-66.807-51.030l-32.639-27.080c-28.041-23.273-53.261-46.593-75.088-69.66-43.776-46.385-73.141-93.847-90.368-140.607-10.773-29.334-15.708-55.147-16.708-76.411l-0.19-6.918v-404.010l38.724-5.302 37.936-5.426 26.835-4.057 23.939-3.809 15.158-2.526 19.256-3.436 10.188-2.029 6.834-1.448 6.335-1.615 11.308-3.228 6.418-1.988 14.207-4.638 17.562-6.005 25.678-9.19c13.512-4.939 25.493-10.159 38.292-15.449l30.553-12.179 22.776-9.19zM511.136 133.344l-23.204 9.178-24.195 10.055-16.324 6.468-14.984 5.477-16.954 6.021-18.412 6.29-15.195 4.953-12.56 3.817-11.427 3.073-5.742 1.416-12.779 2.665-14.382 2.67-11.867 2.099-15.62 2.601-31.029 4.875-20.74 3.142-21.724 3.089v347.824c0.108 14.674 3.264 32.697 9.896 52.89l3.057 8.783c14.73 39.98 40.15 79.908 76.802 118.745 16.462 17.397 35.369 35.279 56.503 53.446l42.118 35.155 24.575 19.93 14.376 11.178c2.301 1.751 4.564 3.451 6.798 5.11l13.171 9.518 14.103 9.677 7.139 4.776 18.185 11.833 14.418-9.837 47.279-33.074 15.816-11.286 20.286-14.982 11.766-9.113c17.050-13.568 32.349-26.41 46.17-38.786 13.247-11.69 26.017-24.285 37.873-37.292 38.151-42.583 64.854-84.12 80.57-123.447l4.613-12.346c6.606-19.192 9.903-35.586 10.472-45.949l0.087-3.597-0.169-4.918-0.029-344.716-28.767-4.776-21.344-3.724-42.979-7.714-15.494-2.895-14.163-2.749-17.149-3.622-10.001-2.329-8.53-2.298-16.131-4.864-19.179-6.502-21.319-7.741-47.745-17.584-13.938-5.517-11.998-5.094zM487.877 211.851l22.779-9.483 51.487 19.019 22.552 8.193 15.153 5.173 9.138 2.977 4.721 1.407 2.258 0.738 7.996 2.334 9.354 2.526 4.261 1.071 8.284 1.889 18.189 3.848 15.072 2.932 15.913 2.974 40.838 7.318 0.029 290.7 0.099 3.956-0.053 1.354c-0.209 3.042-1.027 7.855-2.633 14.084l-1.356 4.932-2.964 9.309-3.697 9.858c-12.776 31.818-35.371 66.926-68.638 104.058-9.946 10.907-21.063 21.872-32.552 32.010-9.898 8.862-20.448 17.856-31.906 27.211l-11.77 9.484-10.817 8.372-12.277 9.136-21.847 15.678-25.51 17.842-7.978-5.645-12.332-9.167-13.38-10.417-14.952-12.050-8.229-6.758-41.051-34.255c-19.548-16.799-36.9-33.206-51.82-48.974-28.035-29.706-47.733-59.343-59.833-88.238l-3.403-8.645-2.177-6.228c-4.029-12.15-6.127-22.432-6.681-30.148l-0.15-3.641v-292.154l19.551-3.101 16.083-2.676 20.928-3.726 6.971-1.339 13.879-2.888 5.356-1.256 5.814-1.482 12.937-3.582 11.288-3.461 8.594-2.782 16.766-5.6 18.777-6.525 24.968-9.053 17.968-7.11z"],"tags":["shield"]},"attrs":[{}],"properties":{"code":59825,"id":491,"name":"shield","order":764,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":173},{"icon":{"attrs":[{"fill":"rgb(40, 168, 234)"},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(80, 217, 255)"},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M930.176 96h-212.864c-16.128 0-31.616 6.368-43.008 17.728l-502.432 499.168c-11.392 11.328-17.824 26.688-17.824 42.752v211.456c0 16.064 6.432 31.424 17.824 42.784 11.424 11.328 26.912 17.696 43.040 17.696h212.864c16.128 0 31.616-6.368 43.040-17.728l502.4-499.168c11.424-11.328 17.824-26.688 17.824-42.752v-211.456c0-16.032-6.4-31.424-17.824-42.784-11.424-11.328-26.88-17.696-43.040-17.696z","M930.176 927.584h-212.864c-16.128 0-31.616-6.368-43.008-17.696l-101.76-101.088v-188.896c0-59.712 48.704-108.096 108.8-108.096h190.144l101.728 101.088c11.424 11.328 17.824 26.72 17.824 42.752v211.488c0 33.376-27.232 60.448-60.864 60.448z","M214.912 96h212.864c16.128 0 31.616 6.368 43.040 17.696l101.728 101.088v188.896c0 59.712-48.704 108.128-108.8 108.128h-190.112l-101.76-101.12c-11.392-11.328-17.824-26.688-17.824-42.752v-211.488c0-33.376 27.264-60.448 60.864-60.448z","M537.664 309.6v456.352c0.064 2.336-0.192 4.64-0.672 6.912-3.296 19.36-20.192 33.504-39.936 33.44h-343.008v-537.056h343.008c10.784-0.032 21.12 4.224 28.736 11.808 7.616 7.552 11.904 17.856 11.872 28.544z","M555.104 309.6v421.696c-0.288 31.744-26.112 57.408-58.048 57.696h-343.008v-537.056h343.008c32 0.096 57.952 25.856 58.048 57.664z","M537.664 309.6v421.696c0.032 10.72-4.256 20.992-11.872 28.576-7.616 7.552-17.952 11.808-28.736 11.776h-343.008v-502.4h343.008c10.784-0.032 21.12 4.224 28.736 11.808 7.616 7.552 11.904 17.856 11.872 28.544z","M520.224 309.6v421.696c0.032 10.72-4.256 20.992-11.872 28.576-7.616 7.552-17.952 11.808-28.736 11.776h-325.568v-502.4h325.568c10.784-0.032 21.12 4.224 28.736 11.808 7.616 7.552 11.904 17.856 11.872 28.544z","M72.672 754.336c-22.464 0-40.672 0-40.672 0v-485.088c0 0 18.208 0 40.672 0h406.88c22.464 0 40.704 0 40.704 0v485.088c0 0-18.24 0-40.704 0h-406.88z","M356.064 423.104h-114.144v66.336h107.136v42.496h-107.136v68.896h120.224v42.336h-172.064v-262.752h165.984z"],"tags":["Microsoft_Exchange_Server_Logo_wine"]},"attrs":[{"fill":"rgb(40, 168, 234)"},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(80, 217, 255)"},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60149,"codes":[60149,60212,60215,60216,60217,60218,60219,60220,60221],"id":490,"name":"Microsoft_Exchange_Server_Logo_wine","order":765,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":174},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM512 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160z"],"tags":["record_border"]},"attrs":[{}],"properties":{"code":60222,"id":486,"name":"record_border","order":766,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":175},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 768l0.013-0.524c-125.095-8.227-224.013-112.3-224.013-239.476 0-132.548 107.452-240 240-240s240 107.452 240 240c0 69.555-29.588 132.199-76.864 176.032h217.728c-47.276-43.833-76.864-106.477-76.864-176.032 0-132.548 107.452-240 240-240s240 107.452 240 240c0 127.166-98.902 231.231-223.981 239.474l-0.019 0.526h-576zM240 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176s-78.798-176-176-176zM784 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176s-78.798-176-176-176z"],"tags":["voicemail_border"]},"attrs":[{}],"properties":{"code":60223,"id":485,"name":"voicemail_border","order":767,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":176},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M866.462 320c16.314 0 29.538 14.327 29.538 32 0 16.411-11.403 29.936-26.094 31.785l-3.445 0.215h-708.923c-16.314 0-29.538-14.327-29.538-32 0-16.411 11.403-29.936 26.094-31.785l3.445-0.215h708.923z","M866.462 640c16.314 0 29.538 14.327 29.538 32 0 16.411-11.403 29.936-26.094 31.785l-3.445 0.215h-708.923c-16.314 0-29.538-14.327-29.538-32 0-16.411 11.403-29.936 26.094-31.785l3.445-0.215h708.923z"],"tags":["customize"]},"attrs":[{},{}],"properties":{"code":60224,"id":484,"name":"customize","order":768,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":177},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 64c141.385 0 256 114.615 256 256v384c0 141.385-114.615 256-256 256h-384c-141.385 0-256-114.615-256-256v-384c0-141.385 114.615-256 256-256h384zM555.556 295.236h-104.391l-4.891 0.213-4.932 0.656c-27.545 4.856-47.955 28.77-47.955 57.173v0 334.673l0.214 3.708 0.701 3.888c3.627 15.199 16.923 25.997 32.543 25.997 18.508 0 33.458-15.029 33.458-33.593v0l-0.046-112.879 94.695 0.028 7.079-0.151 7.002-0.453c73.989-6.393 125.189-62.393 125.189-138.506 0-82.626-57.126-140.754-138.667-140.754v0zM542.222 356.738l6.444 0.132c50.558 2.108 77.147 29.456 77.147 79.191 0 49.707-29.854 77.572-83.591 77.572v0h-81.966v-156.897l81.966 0.002z"],"tags":["park-location-full"]},"attrs":[{}],"properties":{"code":60213,"id":483,"name":"park-location-full","order":769,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":178},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 64c141.385 0 256 114.615 256 256v384c0 141.385-114.615 256-256 256h-384c-141.385 0-256-114.615-256-256v-384c0-141.385 114.615-256 256-256h384zM704 128h-384c-103.629 0-188.082 82.098-191.868 184.802l-0.132 7.198v384c0 103.629 82.098 188.082 184.802 191.868l7.198 0.132h384c103.629 0 188.082-82.098 191.868-184.802l0.132-7.198v-384c0-103.629-82.098-188.082-184.802-191.868l-7.198-0.132zM555.556 295.236c81.541 0 138.667 58.128 138.667 140.754 0 76.113-51.201 132.113-125.189 138.506l-7.002 0.453-7.079 0.151-94.695-0.028 0.046 112.879c0 18.564-14.95 33.593-33.458 33.593-15.62 0-28.917-10.799-32.543-25.997l-0.701-3.888-0.214-3.708v-334.673c0-28.403 20.41-52.317 47.955-57.173l4.932-0.656 4.891-0.213h104.391zM542.222 356.738l-81.966-0.002v156.897h81.966c53.737 0 83.591-27.865 83.591-77.572 0-49.735-26.588-77.083-77.147-79.191l-6.444-0.132z"],"tags":["park-location"]},"attrs":[{}],"properties":{"code":60214,"id":482,"name":"park-location","order":770,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":179},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M306.286 64l411.429 0.407c43.447 0 79.31 33.405 82.11 75.714l0.176 5.333v733.091c0 43.008-34.126 78.509-76.896 81.28l-5.39 0.174h-411.429c-43.447 0-79.31-33.781-82.11-76.119l-0.176-5.335v-733.091c0-43.008 34.126-78.509 76.896-81.28l5.39-0.174zM704 128h-384c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v704c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h384c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-704c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM576 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128z"],"tags":["mobile"]},"attrs":[{}],"properties":{"code":60180,"id":479,"name":"mobile","order":771,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":180},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M215.040 704c5.802 0 10.71-1.62 14.72-4.864s6.7-6.826 8.064-10.752v0l27.648-75.52h153.344l27.648 75.52c1.706 4.438 4.48 8.15 8.32 11.136s8.748 4.48 14.72 4.48v0h53.248l-145.408-370.176h-70.4l-145.408 370.176h53.504zM401.152 564.224h-118.016l45.056-122.624c2.218-5.632 4.48-12.202 6.784-19.712s4.652-15.616 7.040-24.32c2.39 8.704 4.822 16.768 7.296 24.192s4.736 13.868 6.784 19.328v0l45.056 123.136zM632.064 704v-144.64h29.44c6.826 0 11.99 0.938 15.488 2.816s6.698 5.034 9.6 9.472v0l77.824 118.528c2.9 4.438 6.442 7.85 10.624 10.24s9.26 3.584 15.232 3.584v0h61.952l-92.672-136.704c-6.316-9.216-13.824-16.298-22.528-21.248 12.972-4.096 24.534-9.558 34.688-16.384s18.688-14.764 25.6-23.808c6.912-9.046 12.202-19.116 15.872-30.208s5.504-22.87 5.504-35.328c0-15.702-2.688-30.080-8.064-43.136s-13.824-24.276-25.344-33.664c-11.52-9.388-26.284-16.682-44.288-21.888s-39.638-7.808-64.896-7.808v0h-112.896v370.176h68.864zM675.072 509.952h-43.008v-122.88h44.032c25.428 0 44.332 5.036 56.704 15.104s18.56 24.49 18.56 43.264c0 9.388-1.536 18.004-4.608 25.856s-7.722 14.634-13.952 20.352c-6.23 5.716-14.164 10.198-23.808 13.44s-20.948 4.864-33.92 4.864v0 0z"],"tags":["non user avatars_department"]},"attrs":[{}],"properties":{"code":60181,"codes":[60181,60182],"id":478,"name":"ar","order":772,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":181},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M400.004 448c80.011 0 148.661 49.28 177.975 119.508l15.687 0.038c7.916 0.002 14.334 6.42 14.334 14.338v116.232c0 7.918-6.418 14.336-14.336 14.336l-15.672 0.007c-29.306 70.246-97.966 119.541-177.992 119.541-10.766-0.702-16.15-5.708-16.15-15.018s5.384-13.966 16.152-13.966c90.26 0 163.428-71.362 163.428-159.394v0l-0.166 0.022 0.125-3.624-0.001-0.031-0.124-3.613h0.168c0-88.032-73.168-159.394-163.428-159.394-78.266 0-143.682 53.658-159.686 125.312-2.368 10.983-3.645 22.383-3.726 34.061 0.098 1.032 0.061 2.044 0.034 3.058l-0.040-1.871c0 26.862 6.326 52.284 17.606 74.924l-47.856-0.014c-7.918 0-14.336-6.418-14.336-14.336v-116.232c0-7.918 6.418-14.336 14.336-14.336l15.675-0.007c29.306-70.245 97.964-119.541 177.993-119.541zM400.16 512.874c70.692 0 128 55.894 128 124.842s-57.308 124.842-128 124.842c-70.692 0-128-55.894-128-124.842s57.308-124.842 128-124.842zM592.004 160c80.011 0 148.661 49.28 177.975 119.508l15.687 0.038c7.916 0.002 14.334 6.42 14.334 14.338v116.234c0 7.918-6.418 14.336-14.336 14.336l-15.672 0.005c-20.467 49.059-60.129 87.899-109.451 106.866-5.109-8.522-10.612-16.717-16.49-24.617 62.607-20.444 108.285-76.91 111.228-144.17l0.151-6.914-0.166 0.020 0.125-3.624-0.001-0.031-0.124-3.614h0.168c0-88.032-73.168-159.396-163.428-159.396-78.301 0-143.74 53.707-159.705 125.411-2.358 10.971-3.626 22.329-3.707 33.962l0.064 1.585-0.052 1.166 0.216 7.337c0.462 8.842 1.611 17.507 3.395 25.946l0.315 1.333c-10.688-1.137-21.54-1.72-32.53-1.72-5.378 0-10.722 0.14-16.031 0.415l0.031-90.531c0-7.918 6.418-14.336 14.336-14.336l15.676-0.007c29.306-70.245 97.966-119.541 177.992-119.541zM592.16 224.874c70.692 0 128 55.894 128 124.842 0 61.511-45.611 112.632-105.646 122.945-38.707-38.616-87.751-66.803-142.611-80.107-5.009-13.343-7.743-27.779-7.743-42.837 0-68.948 57.308-124.842 128-124.842z"],"tags":["non user avatars_call queue"]},"attrs":[{}],"properties":{"code":60183,"codes":[60183,60184,60185,60186,60187,60188,60189,60190,60191,60192],"id":477,"name":"Call-queue","order":773,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":182},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M341.472 355.432c10.22 4.806 18.138 12.334 23.772 22.616 5.516 10.978 11.832 22.362 18.948 34.15 7.132 11.814 15.61 24.82 25.564 39.208 6.24 9.436 8.724 19.7 7.324 30.416-1.376 10.532-6.082 19.936-14.728 28.642-2.472 2.1-5.024 4.058-7.664 5.87-2.356 1.616-4.964 3.202-7.828 4.768-1.008 0.794-2.1 1.488-3.294 2.068l-2.574 1.25-2.686 1.48-0.674 0.326c-0.802 0.336-1.526 0.674-2.17 1.014 0.24 1.192 0.65 2.636 1.256 4.374l1.482 3.89c1.868 4.992 4.89 10.808 9.080 17.398 4.294 6.752 9.786 14.14 16.428 22.086 7.198 8.496 13.884 15.494 20.028 20.978 5.952 5.316 11.348 9.29 16.1 11.932 1.83 1.018 3.408 1.818 4.698 2.4l3.288-3.6 1.212-1.192 1.282-1.61 3.836-3.962 3.346-3.284c0.518-0.492 1.014-0.956 1.494-1.39 2.584-2.356 5.462-4.606 9.306-7.192 9.916-5.854 20.978-8.322 32.708-7.284 12.106 1.070 22.368 5.874 29.632 13.638 9.038 8.528 18.408 17.056 28.116 25.586l6.918 6.018 14.27 12.12c5.216 4.378 10.888 9.092 17.018 14.14 8.832 7.264 14.712 16.174 17.448 26.486 2.472 9.304 2.036 18.332-1.116 26.278l-1.308 2.928c-2.91 7.228-8.52 15.738-16.846 25.822-7.178 8.69-13.744 15.504-19.52 20.254l-2.428 1.908c-6.628 5.478-14.278 9.6-22.858 12.326-8.386 2.666-17.592 3.976-27.568 3.976-16.178 0-33.050-3.166-50.592-9.418-17.116-6.1-34.526-14.84-52.252-26.19-15.382-9.85-30.708-21.576-45.888-35.088l-6.498-5.9c-17.616-15.786-34.918-33.676-51.984-53.744-22.5-26.942-40.926-53.542-55.242-79.772-14.392-26.098-24.54-50.562-30.42-73.426-5.986-23.274-7.426-44.296-4.234-62.914 3.070-19.698 11.6-35.666 25.676-47.486 6.53-5.442 15.69-10.972 27.564-16.742 12.112-5.888 22.134-9.502 30.424-10.794 11.080-1.738 21.938-0.154 32.154 4.642zM655.542 260.034c5.224 2.902 9.53 7.21 12.432 12.432l105.616 190.108c8.582 15.45 3.018 34.93-12.432 43.514-4.754 2.642-10.102 4.026-15.542 4.026h-211.23c-17.674 0-32-14.326-32-32 0-5.438 1.386-10.786 4.026-15.54l105.616-190.108c8.582-15.45 28.066-21.014 43.514-12.432zM641.338 428.104c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM641.6 286.114c-9.819 0-17.984 2.359-19.678 5.468l-0.322 1.198v106.668c0 3.682 8.954 6.666 20 6.666 9.819 0 17.984-2.359 19.678-5.468l0.322-1.198v-106.668c0-3.682-8.954-6.666-20-6.666z"],"tags":["non user avatars_limited"]},"attrs":[{}],"properties":{"code":60193,"codes":[60193,60194,60195],"id":475,"name":"Limited","order":774,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":183},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M688 352c22.092 0 40 17.908 40 40v240c0 22.092-17.908 40-40 40h-91.716c-5.304 0-10.39 2.106-14.14 5.86l-62.826 62.828c-6.25 6.248-16.38 6.248-22.628 0l-62.83-62.828c-3.75-3.75-8.836-5.86-14.142-5.86h-91.716c-22.092 0-40-17.908-40-40v-240c0-22.092 17.908-40 40-40h359.998z"],"tags":["non user avatars_message"]},"attrs":[{}],"properties":{"code":60196,"codes":[60196,60197],"id":474,"name":"Message","order":775,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":184},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 352c35.346 0 64 28.654 64 64v224c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-224c0-35.346 28.654-64 64-64h384zM384 608c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM512 608c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM640 608c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM528 480h-160c-8.836 0-16 7.164-16 16s7.164 16 16 16v0h160c8.836 0 16-7.164 16-16s-7.164-16-16-16v0zM592 416h-224c-8.836 0-16 7.164-16 16s7.164 16 16 16v0h224c8.836 0 16-7.164 16-16s-7.164-16-16-16v0z"],"tags":["non user avatars_paging"]},"attrs":[{}],"properties":{"code":60198,"codes":[60198,60199],"id":473,"name":"Paging","order":776,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":185},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M298.854 436.108c9.3 4.366 16.504 11.214 21.63 20.564 5.018 9.988 10.762 20.342 17.236 31.062 6.488 10.746 14.2 22.576 23.254 35.666 5.676 8.582 7.936 17.918 6.664 27.668-1.25 9.58-5.532 18.134-13.398 26.054-2.248 1.91-4.572 3.692-6.972 5.34-2.142 1.47-4.514 2.914-7.12 4.336-0.916 0.722-1.912 1.352-2.996 1.88l-2.342 1.136c-0.87 0.538-1.766 1.034-3.056 1.64-0.728 0.304-1.388 0.614-1.974 0.924 0.241 1.205 0.674 2.691 1.333 4.516l1.155 3.002-0.004 0.008c1.698 4.542 4.448 9.832 8.26 15.826 3.904 6.14 8.902 12.86 14.942 20.092 6.548 7.73 12.63 14.092 18.218 19.082 5.416 4.834 10.322 8.452 14.644 10.852 1.664 0.924 3.1 1.654 4.274 2.184 0.802-0.878 1.77-1.938 2.99-3.274l1.1-1.070c-0.048 0.048 0.008-0.020 0.13-0.2l1.036-1.278c3.098-3.26 5.714-5.87 7.892-7.854 2.35-2.144 4.966-4.192 8.464-6.544 9.022-5.326 19.082-7.568 29.752-6.626 11.012 0.972 20.346 5.342 26.954 12.404 8.22 7.756 16.744 15.514 25.574 23.274 8.826 7.756 20.416 17.55 34.754 29.36 8.034 6.608 13.382 14.712 15.872 24.092 2.528 9.524 1.712 18.722-2.204 26.566-2.648 6.576-7.75 14.316-15.324 23.486-7.462 9.034-14.196 15.84-19.964 20.158-6.028 4.982-12.988 8.732-20.794 11.212-7.63 2.424-16 3.616-25.076 3.616-14.714 0-30.064-2.88-46.018-8.568-15.57-5.548-31.406-13.498-47.53-23.822-15.99-10.24-31.914-22.71-47.652-37.282-16.024-14.36-31.762-30.634-47.286-48.888-20.466-24.506-37.228-48.702-50.248-72.562-13.092-23.74-22.324-45.994-27.67-66.788-5.444-21.17-6.756-40.294-3.85-57.228 2.794-17.916 10.55-32.442 23.354-43.192 5.94-4.95 14.272-9.98 25.072-15.228 11.020-5.356 20.132-8.644 27.676-9.818 10.076-1.58 19.954-0.14 29.248 4.222zM460.896 384.514l125.206 38.552c7.24 3.104 8.724 12.404 2.838 17.286l-84.65 82.116-14.312-45.5c-2.314 2.114-4.458 4.274-6.464 6.588-26.376 30.988-30.142 63.032-29.038 85.67 0.348 7.896-5.484 14.598-13.494 15.71-9.418 1.202-17.88-5.664-18.362-14.87-1.388-27.198 3.702-70.464 36.736-109.444 5.82-6.878 12.584-12.572 19.964-17.404l-18.424-58.704zM633.844 195.666c6.76 3.306 11.998 8.496 15.722 15.58 3.648 7.566 7.822 15.41 12.528 23.532 4.716 8.14 10.322 17.104 16.904 27.020 4.126 6.502 5.768 13.574 4.842 20.96-0.91 7.258-4.020 13.738-9.74 19.738-1.634 1.448-3.322 2.796-5.068 4.046-1.558 1.114-3.282 2.206-5.176 3.286-0.668 0.548-1.39 1.024-2.178 1.426l-1.702 0.862c-0.632 0.408-1.284 0.782-2.222 1.244-0.53 0.23-1.010 0.464-1.434 0.7 0.264 1.37 0.84 3.216 1.814 5.694 1.238 3.438 3.236 7.446 6.008 11.986 2.84 4.654 6.472 9.744 10.862 15.22 4.76 5.856 9.182 10.678 13.244 14.456 3.936 3.662 7.504 6.402 10.646 8.222 1.208 0.702 2.254 1.252 3.106 1.654 0.582-0.666 1.288-1.468 2.174-2.48l0.8-0.81c-0.036 0.036 0.006-0.016 0.096-0.152l0.754-0.968c2.252-2.472 4.154-4.448 5.736-5.95 1.708-1.624 3.61-3.176 6.154-4.956 6.558-4.034 13.87-5.734 21.628-5.020 8.004 0.738 14.792 4.048 19.592 9.398 5.976 5.876 12.172 11.752 18.59 17.632 6.416 5.878 14.842 13.296 25.264 22.242 5.84 5.006 9.728 11.146 11.538 18.252 1.838 7.214 1.244 14.184-1.602 20.126-1.924 4.98-5.634 10.846-11.14 17.794-5.424 6.844-10.318 12-14.514 15.272-4.384 3.774-9.442 6.616-15.116 8.494-5.544 1.836-11.632 2.74-18.23 2.74-10.698 0-21.856-2.182-33.452-6.49-11.318-4.204-22.83-10.226-34.552-18.048-11.624-7.758-23.198-17.204-34.64-28.244-11.648-10.88-23.090-23.206-34.374-37.036-14.878-18.566-27.062-36.896-36.528-54.972-9.516-17.984-16.226-34.844-20.116-50.596-3.956-16.038-4.91-30.524-2.798-43.354 2.030-13.574 7.67-24.578 16.978-32.722 4.318-3.75 10.376-7.56 18.226-11.538 8.010-4.056 14.636-6.55 20.116-7.438 7.326-1.198 14.504-0.106 21.26 3.198z"],"tags":["non user avatars_shared line"]},"attrs":[{}],"properties":{"code":60200,"codes":[60200,60201,60202,60203],"id":472,"name":"Shared-line","order":777,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":186},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M544.782 357.072c17.878 0 32.37 13.906 32.37 31.060v248.472c0 17.154-14.494 31.058-32.37 31.058l-194.238-55.23 0.012 75.058c0 11.918-9.662 21.582-21.582 21.582s-21.582-9.662-21.582-21.582l-0.016-87.346-53.932-15.306c-19.128-4.626-32.372-15.088-32.372-31.058v-82.824c0-14.978 13.17-25.368 32.372-31.060l291.338-82.824zM777.026 407.493l1.518 1.729-0.002 0.002c19.076 26.786 29.408 58.93 29.238 92.676s-10.826 65.998-30.172 92.98c-3.692 5.15-10.826 6.372-15.938 2.73s-6.264-10.764-2.572-15.914c16.582-23.126 25.706-50.736 25.85-79.682 0.144-28.944-8.702-56.464-25.048-79.424-3.64-5.112-2.418-12.248 2.73-15.94 4.504-3.23 10.523-2.751 14.396 0.843zM637.072 512.916c0 46.588-49.13 72.302-49.13 67.294v-134.588c0-5.228 49.13 20.706 49.13 67.294zM738.112 451.456c8.596 15.31 13.146 32.636 13.076 50.624-0.068 18.106-4.81 35.576-13.63 51.022-3.152 5.524-10.166 7.476-15.664 4.366s-7.4-10.11-4.248-15.632c6.852-12.004 10.534-25.566 10.588-39.668 0.054-14.012-3.476-27.464-10.156-39.358-3.092-5.51-1.116-12.516 4.418-15.652s12.524-1.21 15.616 4.298z"],"tags":["non user avatars_announcement"]},"attrs":[{}],"properties":{"code":60204,"codes":[60204,60205,60206,60207],"id":471,"name":"Announcement","order":778,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":187},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M608.755 730.039c7.82 0 14.159 6.321 14.159 14.118v0 14.118c0 7.797-6.339 14.118-14.159 14.118v0h-193.51c-7.82 0-14.159-6.321-14.159-14.118v0-14.118c0-7.797 6.339-14.118 14.159-14.118v0zM512 612.392c24.763 0 44.838 20.016 44.838 44.706s-20.075 44.706-44.838 44.706c-24.763 0-44.838-20.016-44.838-44.706s20.075-44.706 44.838-44.706zM731.469 325.333c26.035 0.075 47.122 21.1 47.198 47.059v0 235.294c-0.075 25.959-21.162 46.984-47.198 47.059v0h-13.876c-5.337 0.021-9.77-4.102-10.119-9.412-6.225-103.091-91.892-183.517-195.474-183.517s-189.249 80.427-195.474 183.517c-0.351 5.309-4.783 9.431-10.119 9.412v0h-13.876c-26.034-0.078-47.12-21.101-47.198-47.059v0-235.294c0.078-25.958 21.163-46.981 47.198-47.059v0zM512 513.569c74.006 0.017 135.942 55.981 143.221 129.412 0.258 3.035-0.775 6.038-2.847 8.276s-4.992 3.504-8.047 3.489v0h-25.591c-5.548-0.037-10.194-4.202-10.818-9.699-6.044-48.232-47.165-84.428-95.915-84.428s-89.871 36.196-95.915 84.428c-0.624 5.497-5.269 9.662-10.818 9.699v0h-25.595c-3.055 0.016-5.977-1.25-8.050-3.488s-3.107-5.242-2.848-8.277c7.279-73.431 69.215-129.395 143.221-129.412z"],"tags":["avatar_rooms"]},"attrs":[{}],"properties":{"code":60208,"id":470,"name":"avatar_rooms","order":779,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":188},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576zM768 224h-512c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v512c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h512c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-512c0-17.673-14.327-32-32-32zM352 416c17.673 0 32 14.327 32 32v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v-224c0-17.673 14.327-32 32-32zM512 320c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM672 480c17.673 0 32 14.327 32 32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v-160c0-17.673 14.327-32 32-32z"],"tags":["poll_border"]},"attrs":[{}],"properties":{"code":60209,"id":469,"name":"poll_border","order":780,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":189},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576zM352 416c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32zM512 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32zM672 480c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32z"],"tags":["poll"]},"attrs":[{}],"properties":{"code":60210,"id":468,"name":"poll","order":781,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":190},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M616 768c13.255 0 24 14.327 24 32s-10.745 32-24 32h-528c-13.255 0-24-14.327-24-32s10.745-32 24-32h528zM922.667 480c20.619 0 37.333 14.327 37.333 32s-16.715 32-37.333 32h-821.333c-20.619 0-37.333-14.327-37.333-32s16.715-32 37.333-32h821.333zM922.667 192c20.619 0 37.333 14.327 37.333 32s-16.715 32-37.333 32h-821.333c-20.619 0-37.333-14.327-37.333-32s16.715-32 37.333-32h821.333z"],"tags":["Description"]},"attrs":[{}],"properties":{"code":60211,"id":466,"name":"Description","order":782,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":191},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 416c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32zM512 224c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["info"]},"attrs":[{}],"properties":{"code":60173,"id":464,"name":"info","order":783,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":192},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM508.262 290.35c-9.306 9.306-9.306 24.395 0 33.701l178.41 178.376h-406.842c-13.161 0-23.83 10.669-23.83 23.83s10.669 23.83 23.83 23.83h406.794l-178.363 178.376c-9.306 9.306-9.306 24.395 0 33.701s24.395 9.306 33.701 0l219.057-219.057c9.306-9.306 9.306-24.395 0-33.701l-219.057-219.057c-9.306-9.306-24.395-9.306-33.701 0z"],"tags":["in-progress"]},"attrs":[{}],"properties":{"code":60174,"id":463,"name":"in-progress","order":784,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":193},{"icon":{"attrs":[{"fill":"rgb(66, 133, 244)"},{"fill":"rgb(52, 168, 83)"},{"fill":"rgb(251, 188, 4)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(197, 34, 31)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M125.091 864h142.545v-362.573l-203.636-159.959v458.548c0 35.404 27.389 63.983 61.091 63.983z","M756.364 864h142.545c33.804 0 61.091-28.686 61.091-63.983v-458.548l-203.636 159.959z","M756.364 224.165v277.262l203.636-159.959v-85.311c0-79.126-86.24-124.235-146.618-76.78z","M267.636 501.427v-277.262l244.364 191.95 244.364-191.95v277.262l-244.364 191.95z","M64 256.157v85.311l203.636 159.959v-277.262l-57.018-44.788c-60.48-47.454-146.618-2.346-146.618 76.78z"],"tags":["gmail"]},"attrs":[{"fill":"rgb(66, 133, 244)"},{"fill":"rgb(52, 168, 83)"},{"fill":"rgb(251, 188, 4)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(197, 34, 31)"}],"properties":{"code":60175,"codes":[60175,60176,60177,60178,60179],"id":462,"name":"gmail","order":785,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":194},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M714.232 734.933c30.781 0 55.733 24.953 55.733 55.733s-24.953 55.733-55.733 55.733h-576.442c-30.781 0-55.733-24.953-55.733-55.733s24.953-55.733 55.733-55.733h576.442zM886.21 456.267c30.781 0 55.733 24.953 55.733 55.733s-24.953 55.733-55.733 55.733h-461.79c-30.781 0-55.733-24.953-55.733-55.733s24.953-55.733 55.733-55.733h461.79zM714.232 177.6c30.781 0 55.733 24.953 55.733 55.733s-24.953 55.733-55.733 55.733h-576.442c-30.781 0-55.733-24.953-55.733-55.733s24.953-55.733 55.733-55.733h576.442z"],"tags":["customize-tabs"]},"attrs":[{}],"properties":{"code":60172,"id":461,"name":"customize-tabs","order":786,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":195},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M747.020 542.225c-12.553-9.761-30.705-8.873-42.24 2.662v0l-2.662 3.015c-9.761 12.553-8.873 30.705 2.662 42.24v0l81.991 82.013-372.244-0.172c-15.915 1.848-28.268 15.374-28.268 31.785 0 17.673 14.327 32 32 32v0l368.576 0.387-82.055 82.077-2.662 3.015c-9.761 12.553-8.873 30.705 2.662 42.24 12.497 12.497 32.758 12.497 45.255 0v0l136.672-136.672 2.662-3.015c9.761-12.553 8.873-30.705-2.662-42.24v0l-136.672-136.672zM276.917 158.779l-3.015 2.662-136.672 136.672c-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015 136.672 136.672c12.497 12.497 32.758 12.497 45.255 0 11.535-11.535 12.423-29.687 2.662-42.24l-2.662-3.015-82.051-82.077 402.752-0.387c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215-402.688 0.387 81.987-82.013c11.535-11.535 12.423-29.687 2.662-42.24l-2.662-3.015c-11.535-11.535-29.687-12.423-42.24-2.662z"],"tags":["connect"]},"attrs":[{}],"properties":{"code":60171,"id":460,"name":"connect","order":787,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":196},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-352l0.215-3.732c1.848-15.915 15.374-28.268 31.785-28.268 17.673 0 32 14.327 32 32v0 384c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-768c0-35.346 28.654-64 64-64v0zM672 608c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-319.898c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h319.898zM512 416c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-159.898c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h159.898zM864 64c17.674 0 32 14.326 32 32v256c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.034-178.75-186.476 186.514c-12.498 12.496-32.758 12.496-45.254 0s-12.498-32.758 0-45.254l186.476-186.514-178.712 0.004c-17.674 0-32-14.326-32-32s14.326-32 32-32h256z"],"tags":["view-log_border"]},"attrs":[{}],"properties":{"code":60127,"id":457,"name":"view-log_border","order":788,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":197},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M535.374 270.769c40.442 0 91.138-27.341 121.327-63.797 27.341-33.038 47.278-79.176 47.278-125.315 0-6.266-0.57-12.531-1.709-17.658-44.999 1.709-99.113 30.189-131.58 68.353-25.633 29.050-48.987 74.619-48.987 121.327 0 6.835 1.139 13.671 1.709 15.949 2.848 0.57 7.405 1.139 11.962 1.139zM392.971 960c55.252 0 79.746-37.025 148.669-37.025 70.062 0 85.442 35.886 146.96 35.886 60.379 0 100.821-55.822 138.985-110.505 42.721-62.657 60.379-124.175 61.518-127.024-3.987-1.139-119.619-48.417-119.619-181.137 0-115.062 91.138-166.896 96.264-170.884-60.379-86.581-152.086-88.86-177.149-88.86-67.784 0-123.036 41.012-157.783 41.012-37.594 0-87.151-38.734-145.821-38.734-111.644 0-224.997 92.277-224.997 266.579 0 108.226 42.151 222.718 93.986 296.768 44.43 62.657 83.163 113.922 138.985 113.922z"],"tags":["apple-logo"]},"attrs":[{}],"properties":{"code":60167,"id":455,"name":"apple-logo","order":789,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":198},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M986.404 675.725c-22.693 18.697-54.19 29.365-85.566 27.185l-7.836-0.816-170.624-24.053c-50.808-6.932-83.296-33.086-86.314-69.661l-0.228-6.191 0.382-27.906c-0.399-19.445-12.404-30.247-44.908-33.358-25.003-2.393-56.664-3.899-79.987-3.998-28.876-0.122-65.794 1.324-93.824 3.264-31.084 2.004-43.012 11.86-44.365 29.16l-0.131 3.821 0.453 28.138c1.022 37.495-28.173 64.392-77.007 73.539l-8.319 1.359-155.895 22.674c-42.442 5.997-71.372-2.818-95.931-23.051-17.079-14.072-29.947-37.945-34.691-61.099l-1.275-7.677-0.337-8.923c-0.098-61.076 18.771-107.433 67.664-147.715 104.967-86.481 231.867-128.493 438.979-130.364 207.667-1.868 344.28 44.687 439.444 123.092 58.062 47.836 75.498 90.546 77.69 151.772l0.223 9.825-2.325 14.433c-4.673 22.4-17.372 41.801-35.271 56.549z"],"tags":["leave-meeting"]},"attrs":[{}],"properties":{"code":60165,"id":454,"name":"leave-meeting","order":790,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":199},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M543.982 136.635c9.743 5.621 17.833 13.711 23.454 23.454l369.19 639.929c17.663 30.616 7.163 69.755-23.454 87.418-9.725 5.611-20.755 8.564-31.982 8.564h-738.38c-35.346 0-64-28.654-64-64 0-11.227 2.954-22.257 8.564-31.982l369.19-639.929c17.663-30.616 56.802-41.117 87.418-23.454zM512 704c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32s-14.327-32-32-32zM512 384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32z"],"tags":["warning"]},"attrs":[{}],"properties":{"code":59883,"id":453,"name":"warning","order":791,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":200},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 32c70.692 0 128 57.308 128 128v704c0 70.692-57.308 128-128 128h-704c-70.692 0-128-57.308-128-128v-704c0-70.692 57.308-128 128-128h704zM608 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 544h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 224h-448c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-64c0-35.346-28.654-64-64-64v0zM736 288v64h-448v-64h448z"],"tags":["rc-blog"]},"attrs":[{}],"properties":{"code":59939,"id":451,"name":"rc_blog","order":792,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":201},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM550.569 640.018h-70.534v63.982h70.534v-63.982zM509.217 288c-28.565 0-52.645 6.343-72.242 19.029-31.056 19.863-50.982 61.863-52.975 109.434h71.993c0-13.854 7.429-35.49 15.484-48.342s21.714-19.279 40.979-19.279c19.597 0 33.090 5.216 40.48 15.649s11.085 21.991 11.085 34.677c0 11.017-3.321 21.115-9.964 30.296-3.654 5.341-8.47 10.265-14.448 14.772l-18.185 14.271c-17.936 14.021-29.063 26.415-33.381 37.181s-3.737 53.029-4.733 81.238h67.26c0.166-13.353-1.993-13.977 0-20.32 3.155-10.015 9.549-50.778 19.182-58.29l17.687-13.771c17.936-14.021 30.059-25.538 36.37-34.552 10.795-14.856 16.192-33.133 16.192-54.833 0-35.387-12.414-62.093-37.242-80.121s-56.008-27.041-93.541-27.041z"],"tags":["rc-help"]},"attrs":[{}],"properties":{"code":60048,"id":452,"name":"rc_help","order":793,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":202},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M112 224c26.51 0 48 21.49 48 48l-0.032 176h160.032v-176c0-26.51 21.49-48 48-48h32c26.51 0 48 21.49 48 48v512c0 26.51-21.49 48-48 48h-32c-26.51 0-48-21.49-48-48v-208h-160.032l0.032 208c0 26.51-21.49 48-48 48h-32c-26.51 0-48-21.49-48-48v-512c0-26.51 21.49-48 48-48h32zM694.952 223.998c75.972 0 143.586 19.432 201.324 59.842 58.498 39.634 95.724 146.24 95.724 240.274 0 95.588-37.226 202.194-94.964 244.938-57.738 41.188-126.872 62.948-202.082 62.948v0h-103.322c-45.582 0-79.632-25.294-79.632-71.924v0-460.344c0-46.628 34.048-75.734 79.632-75.734v0h103.32zM677.332 352h-37.332v351.502l37.332 0.498c143.12 0 189.092-78.578 189.092-192 0-100.726-45.972-160-189.092-160v0z"],"tags":["hd"]},"attrs":[{}],"properties":{"code":60049,"id":450,"name":"hd","order":794,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":203},{"icon":{"attrs":[{"fill":"rgb(0, 102, 218)"},{"fill":"rgb(0, 172, 71)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(0, 131, 45)"},{"fill":"rgb(38, 132, 252)"},{"fill":"rgb(255, 186, 0)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M131.739 782.112l39.514 68.252c8.211 14.369 20.014 25.659 33.869 33.869l141.123-244.27h-282.245c0 15.908 4.105 31.817 12.316 46.186l55.423 95.963z","M512 352.586l-141.123-244.27c-13.856 8.211-25.659 19.501-33.869 33.869l-260.692 451.592c-8.060 14.059-12.305 29.98-12.316 46.186h282.245l165.755-287.377z","M818.877 884.234c13.856-8.211 25.659-19.501 33.869-33.869l16.422-28.225 78.515-135.991c8.211-14.369 12.316-30.277 12.316-46.186h-282.266l60.062 118.030 81.081 126.241z","M512 352.586l141.123-244.27c-13.856-8.211-29.764-12.316-46.186-12.316h-189.874c-16.422 0-32.33 4.619-46.186 12.316l141.123 244.27z","M677.755 639.963h-331.51l-141.123 244.27c13.856 8.211 29.764 12.316 46.186 12.316h521.384c16.422 0 32.33-4.619 46.186-12.316l-141.123-244.27z","M817.338 367.982l-130.346-225.796c-8.211-14.369-20.014-25.659-33.869-33.869l-141.123 244.27 165.755 287.377h281.732c0-15.908-4.105-31.817-12.316-46.186l-129.833-225.796z"],"tags":["gdrive-logo"]},"attrs":[{"fill":"rgb(0, 102, 218)"},{"fill":"rgb(0, 172, 71)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(0, 131, 45)"},{"fill":"rgb(38, 132, 252)"},{"fill":"rgb(255, 186, 0)"}],"properties":{"code":60052,"codes":[60052,60055,60159,60160,60161,60162],"id":449,"name":"gdrive-logo","order":795,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":204},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 2.344-0.126 4.658-0.372 6.937 0.246 4.68 0.372 9.492 0.372 14.396 0 23.564-28.97 42.667-48.18 42.667h-367.82v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM864 160h-704c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32l320.843-0.016c10.761-133.407 122.83-191.984 239.679-191.984 66.029 0 130.23 18.437 175.51 58.674l-0.032-410.674c0-17.673-14.327-32-32-32zM720.526 608c-97.125 0-162.868 42.916-175.5 120.792-0.492 3.454 1.91 6.653 5.364 7.145l0.89 0.063h312.719c12.723 0 23.711-7.425 28.869-18.178-16.049-69.342-75.964-107.488-164.072-109.719l-8.271-0.104zM416 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h192zM720 256c61.856 0 112 50.144 112 112s-50.144 112-112 112c-61.856 0-112-50.144-112-112s50.144-112 112-112zM720 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48s-21.49-48-48-48zM416 288c17.673 0 32 14.327 32 32s-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h192z"],"tags":["webinar_border"]},"attrs":[{}],"properties":{"code":60157,"id":447,"name":"webinar_border","order":796,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":205},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM704 544c-104.378 0-192 69.035-192 160 0 17.673 13.225 32 29.538 32v0h324.923c16.314 0 29.538-14.327 29.538-32 0-90.965-87.622-160-192-160zM416 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM704 272c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96zM416 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"tags":["webinar"]},"attrs":[{}],"properties":{"code":60158,"id":446,"name":"webinar","order":797,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":206},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c51.126 0 92.917 39.965 95.837 90.359l0.163 5.641v352h-64v-352c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215h-704c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v704c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h384v64h-384c-51.126 0-92.917-39.965-95.837-90.359l-0.163-5.641v-704c0-51.126 39.965-92.917 90.359-95.837l5.641-0.163h704zM768 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32zM562.462 275.2c89.030 0 151.778 64.264 151.778 156.6 0 90.17-60.024 153.764-145.273 157.136l-7.162 0.141h-191.631v147.468c0 19.279-11.498 31.455-29.567 31.455-16.778 0-27.891-10.499-29.393-27.435l-0.174-4.021v-429.889c0-17.902 9.914-29.68 25.798-31.271l3.77-0.185h221.855zM547.022 329.317h-176.848v205.643h176.848c67.676 0 106.441-38.22 106.441-103.16 0-64.602-38.437-102.483-106.441-102.483z"],"tags":["add-park-location"]},"attrs":[{}],"properties":{"code":59912,"id":444,"name":"add-park-location","order":798,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":207},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 96c62.222 0 120.4 9.725 174.533 29.176 54.756 20.078 102.356 47.373 142.8 81.882s72.178 75.294 95.2 122.353c23.644 47.059 35.467 97.882 35.467 152.471s-11.822 105.725-35.467 153.412c-23.644 47.686-55.689 89.412-96.133 125.176s-88.044 64-142.8 84.706c-54.133 20.078-112 30.118-173.6 30.118-11.822 0-23.644-0.314-35.467-0.941s-23.644-1.882-35.467-3.765v0l-14.933-2.824-1.867 1.882c-23.022 20.078-49.778 36.392-80.267 48.941s-64.4 19.451-101.733 20.706v0h-63.467c-11.2 0-19.756-5.176-25.667-15.529s-5.756-20.549 0.467-30.588v0l26.133-42.353c9.333-16.314 16.8-30.275 22.4-41.882s9.956-21.804 13.067-30.588v0l0.933-0.941-9.333-7.529c-21.778-18.196-41.378-37.961-58.8-59.294s-32.2-43.765-44.333-67.294c-12.133-23.529-21.622-48.157-28.467-73.882s-10.578-51.451-11.2-77.176v0-10.353c0-54.588 11.822-105.412 35.467-152.471 23.022-46.431 54.756-87.059 95.2-121.882s88.044-61.961 142.8-81.412c54.133-20.078 112.311-30.118 174.533-30.118zM512 156.235c-54.133 0-104.844 8.471-152.133 25.412s-88.356 40-123.2 69.176c-34.844 29.176-62.533 63.843-83.067 104-19.911 39.529-29.867 81.882-29.867 127.059 0 24.471 3.111 48.627 9.333 72.471 6.844 24.471 16.333 47.843 28.467 70.118s27.222 43.137 45.267 62.588c18.044 19.451 38.267 37.333 60.667 53.647 4.356 3.137 7.778 7.373 10.267 12.706s3.111 10.824 1.867 16.471c-1.867 11.922-5.911 25.255-12.133 40s-14.933 32.784-26.133 54.118v0l-8.4 15.059h9.333c30.489-1.255 58.178-7.216 83.067-17.882s46.667-24.471 65.333-41.412v0l5.6-5.647c3.733-3.137 7.933-5.49 12.6-7.059s9.178-1.725 13.533-0.471c16.178 3.137 31.578 5.333 46.2 6.588s29.089 1.882 43.4 1.882c53.511 0 103.911-8.784 151.2-26.353s88.511-41.412 123.667-71.529c35.156-30.118 62.689-65.569 82.6-106.353 20.533-40.157 30.8-83.137 30.8-128.941s-9.956-88.471-29.867-128c-19.911-39.529-47.444-73.882-82.6-103.059s-76.378-52.235-123.667-69.176c-47.289-16.941-98-25.412-152.133-25.412zM543.633 336c65.658 0 112.367 49.182 112.367 117.688 0 66.439-44.071 114.916-106.483 117.974l-6.301 0.153-105.68-0.008 0.009 79.766c0 18.251-10.622 32.227-26.884 35.629l-3.851 0.595-4.037 0.202c-19.256 0-32.858-13.386-34.586-32.292l-0.186-4.133v-279.149c0-19.655 12.319-34.351 30.735-36.224l4.037-0.202h140.86zM533.83 403.141l-96.294-0.005v101.536l96.294 0.003c33.992 0 51.582-17.515 51.582-50.987 0-31.439-15.537-48.58-46.043-50.388l-5.539-0.16z"],"tags":["park-call-text"]},"attrs":[{}],"properties":{"code":60146,"id":443,"name":"park-call-text","order":799,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":208},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 256c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-448c0-35.346 28.654-64 64-64h576zM672 320h-512c-17.673 0-32 14.327-32 32v384c0 17.673 14.327 32 32 32h128c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h128c17.673 0 32-14.327 32-32v-384c0-17.673-14.327-32-32-32zM458.992 396.235c55.664 0 95.361 41.799 95.361 99.743 0 55.993-37.18 97.082-89.796 99.945l-5.909 0.16-84.217-0.020 0.017 62.88c0 16.159-9.445 28.73-23.859 31.992l-3.705 0.618-3.896 0.21c-17.276 0-29.594-12.045-31.266-28.859l-0.194-3.962v-229.887c0-17.506 11.084-30.801 27.564-32.611l3.896-0.21h116.003zM896 64c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-96v-64h64c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32h-512c-17.673 0-32 14.327-32 32v32h-64v-64c0-35.346 28.654-64 64-64h576zM450.919 457.175l-76.487-0.023v77.984l76.487 0.008c26.437 0 39.656-13.163 39.656-39.166 0-24.233-11.492-37.134-34.83-38.652l-4.826-0.152z"],"tags":["park-call-message"]},"attrs":[{}],"properties":{"code":60154,"id":442,"name":"park-call-message","order":800,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":209},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M634.79 120c150.085 0 249.7 92.85 249.7 233.544 0 134.916-91.674 225.654-232.668 232.61l-9.689 0.344-7.849 0.085-282.542-0.014 0.020 264.287c0 15.225-7.422 27.643-19.858 33.558l-4.328 1.726-4.24 1.125-4.147 0.576-3.561 0.158c-18.127 0-31.559-11.4-34.87-28.978l-0.614-4.52-0.145-3.645v-693.713c0-18.626 10.675-32.78 27.698-36.325l4.386-0.662 3.545-0.157h319.161zM628.114 188.225l-276.372-0.004v330.090l276.484 0.044c114.734 0 183.996-62.372 183.996-164.811 0-97.945-62.207-159.088-167.283-164.865l-9.382-0.366-7.443-0.089z"],"tags":["park-call"]},"attrs":[{}],"properties":{"code":60155,"id":441,"name":"park-call","order":801,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":210},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 576c17.673 0 32 14.327 32 32l0.034 178.75 186.476-186.514c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-186.476 186.514 178.711-0.005c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32zM864 128c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.034-178.75-186.476 186.515c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l186.476-186.514-178.711 0.005c-17.673 0-32-14.327-32-32s14.327-32 32-32h256z"],"tags":["expand"]},"attrs":[{}],"properties":{"code":60067,"id":439,"name":"expand","order":802,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":211},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M416 576c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.034-178.75-186.476 186.514c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l186.476-186.514-178.711 0.005c-17.673 0-32-14.327-32-32s14.327-32 32-32h256zM608 128c17.673 0 32 14.327 32 32l0.034 178.75 186.476-186.514c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-186.476 186.514 178.711-0.005c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32z"],"tags":["collapse"]},"attrs":[{}],"properties":{"code":60068,"id":438,"name":"roll-ap","order":803,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":212},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 96c17.673 0 32 14.327 32 32v384c0 17.673 14.327 32 32 32l626.752 0.021-209.144-209.158c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l263.765 263.765c12.497 12.497 12.497 32.758 0 45.255l-263.765 263.765c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l209.144-209.117-658.752-0.021c-35.346 0-64-28.654-64-64v-416c0-17.673 14.327-32 32-32z"],"tags":["downwards-arrow-with-tip-rightwards"]},"attrs":[{}],"properties":{"code":60061,"id":432,"name":"downwards-arrow-with-tip-rightwards","order":804,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":213},{"icon":{"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M568.89 256c31.418 0 56.89 25.47 56.89 56.89v28.444h113.778c15.708 0 28.444 12.736 28.444 28.444s-12.736 28.444-28.444 28.444h-28.444v312.89c0 31.418-25.47 56.89-56.89 56.89h-284.444c-31.418 0-56.89-25.47-56.89-56.89v-312.89h-28.444c-15.71 0-28.444-12.736-28.444-28.444s12.736-28.444 28.444-28.444h113.778v-28.444c0-31.418 25.47-56.89 56.89-56.89h113.776zM568.89 455.11c-14.586 0-26.61 10.98-28.254 25.128l-0.192 3.318v170.666c0 15.708 12.736 28.444 28.444 28.444 14.586 0 26.61-10.98 28.254-25.126l0.192-3.318v-170.668c0-15.71-12.736-28.444-28.444-28.444v0zM455.11 455.11c-14.586 0-26.61 10.98-28.252 25.128l-0.19 3.318v170.666c0 15.708 12.736 28.444 28.444 28.444 14.586 0 26.61-10.98 28.252-25.126l0.19-3.318v-170.668c0-15.71-12.736-28.444-28.444-28.444v0zM568.89 312.89h-113.778v28.444h113.778v-28.444z"],"tags":["deleted_file_D"]},"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"}],"properties":{"code":60147,"codes":[60147,60148],"id":431,"name":"deleted_file_D","order":805,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":214},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M492.91 492.91h-364.91v-364.91h364.91z","M895.89 492.91h-364.966v-364.91h364.91v364.91z","M492.91 896h-364.91v-364.91h364.91z","M895.89 896h-364.966v-364.91h364.91v364.91z"],"tags":["microsoft-logo-disabled"]},"attrs":[{},{},{},{}],"properties":{"code":60036,"id":430,"name":"microsoft-logo-disabled","order":806,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":215},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M888.532 436.794h-30.932v-1.594h-345.6v153.6h217.018c-31.662 89.414-116.736 153.6-217.020 153.6-127.24 0-230.4-103.16-230.4-230.4s103.162-230.4 230.4-230.4c58.732 0 112.168 22.156 152.852 58.348l108.614-108.614c-68.582-63.916-160.32-103.332-261.464-103.332-212.064 0-384 171.936-384 384s171.936 384 384 384c212.064 0 384-171.936 384-384 0-25.748-2.65-50.88-7.468-75.206v-0.002z"],"tags":["google-logo-disabled"]},"attrs":[{}],"properties":{"code":60121,"id":429,"name":"google-logo-disabled","order":807,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":216},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M145.455 96c-44.8 0-81.455 36.655-81.455 81.455v488.727c0 44.8 36.655 81.455 81.455 81.455h329.080c-1.914-13.318-3.261-26.88-3.261-40.727 0-157.452 127.639-285.091 285.091-285.091 43.782 0 85.12 10.206 122.182 27.841v-190.75c0-44.8-36.655-81.455-81.455-81.455h-292.091c-21.585 0-42.318-8.591-57.591-23.864l-33.727-33.727c-15.273-15.273-36.005-23.864-57.591-23.864h-210.636zM756.682 503.909c-51.993 0.015-103.968 19.93-143.739 59.659-39.75 39.75-59.818 91.61-59.818 143.659s20.068 103.95 59.818 143.659c79.5 79.5 207.898 79.5 287.398 0s79.5-207.978 0-287.477c-39.709-39.668-91.666-59.515-143.659-59.5zM756.841 584.807c22.481 0.041 40.727 18.246 40.727 40.727v40.727h40.727c22.481 0 40.727 18.246 40.727 40.727s-18.246 40.727-40.727 40.727h-40.727v40.727c0 22.481-18.246 40.727-40.727 40.727s-40.727-18.246-40.727-40.727v-40.727h-40.727c-22.481 0-40.727-18.246-40.727-40.727s18.246-40.727 40.727-40.727h40.727v-40.727c0-22.481 18.246-40.727 40.727-40.727z"],"tags":["Add_new_folder-icon"]},"attrs":[{}],"properties":{"code":60125,"id":425,"name":"add_new_folder","order":808,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":217},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 254.4h-358.4l-63.347-62.216c-16.8-16.5-39.603-25.784-63.347-25.784h-231.706c-49.28 0-89.6 39.6-89.6 88v528c0 48.4 40.32 88 89.6 88h716.8c49.28 0 89.6-39.6 89.6-88v-440c0-48.4-40.32-88-89.6-88z"],"tags":["Foldercreated"]},"attrs":[{}],"properties":{"code":60126,"id":424,"name":"foldercreated","order":809,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":218},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.768 195.232c174.944 174.944 174.944 458.624 0 633.568s-458.624 174.944-633.568 0c-174.944-174.944-174.944-458.624 0-633.568s458.624-174.944 633.568 0zM544.032 479.968l-0.032-191.968c0-17.664-14.336-32-32-32-16.416 0-29.92 12.352-31.776 28.256l-0.224 3.744 0.032 191.968-192.032 0.032c-17.664 0-32 14.336-32 32 0 16.416 12.352 29.952 28.256 31.776l3.744 0.224 192.032-0.032-0.032 192.032c0 17.664 14.336 32 32 32 16.416 0 29.952-12.352 31.776-28.256l0.224-3.744 0.032-192.032 191.968 0.032c17.664 0 32-14.336 32-32 0-16.416-12.352-29.92-28.256-31.776l-3.744-0.224-191.968-0.032z"],"tags":["join-audio-poc"]},"attrs":[{}],"properties":{"code":60128,"id":422,"name":"join-audio-poc","order":810,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":219},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.999 96c248.423 0 448.001 165.581 448.001 380.457 0 27.447-3.276 54.21-9.502 80.019-16.792-17.071-35.944-31.783-56.932-43.619 1.615-11.973 2.435-24.115 2.435-36.401 0-175.53-167.133-316.457-384.001-316.457-212.783 0-378.66 137.114-383.88 307.209l-0.127 8.256 0.132 9.072c2.493 80.9 42.429 160.447 109.845 218.888l8.221 6.91 44.791 35.375-15.299 45.331c-6.454 17.827-16.467 38.713-31.767 66.214l-3.724 6.586 0.451 0.023c51.935-1.664 97.585-18.448 134.507-46.953l7.267-5.856 24.010-21.101 43.417 6.743c21.505 3.022 41.941 4.505 62.154 4.505l8.36-0.068c5.856 22.326 14.651 43.461 25.947 62.968-11.32 0.719-22.765 1.1-34.308 1.1-18.759 0-37.5-1.106-56.632-3.289l-14.429-1.839-14.745-2.288-1.527 1.342c-44.347 37.304-101.616 63.462-170.403 68.126l-11.571 0.577-10.651 0.17h-52.867c-22.146 0-36.159-22.896-27.142-42.139l1.719-3.169 25.946-41.843 8.67-15.313 3.893-7.088 6.944-13.107 5.874-11.773c3.574-7.428 6.477-14.040 8.796-19.982l1.631-4.332 0.427-1.265-9.407-7.43c-83.751-68.243-135.517-163.523-141.864-263.341l-0.506-10.711-0.155-10.056c0-214.080 200.062-380.451 447.999-380.451zM768 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32z"],"tags":["sms_invite_border"]},"attrs":[{}],"properties":{"code":60129,"id":421,"name":"sms_invite_border","order":811,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":220},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M652.783 128h-300.961c-45.479 0-87.542 24.131-110.498 63.391l-149.685 256c-23.336 39.912-23.336 89.306 0 129.217l149.685 256c22.956 39.26 65.019 63.391 110.498 63.391h300.961c45.572 0 87.708-24.23 110.63-63.618l148.982-256c23.16-39.797 23.16-88.967 0-128.764l-148.982-256c-22.922-39.388-65.058-63.618-110.63-63.618zM501.863 704c-105.6 0-192-86.4-192-192s86.4-192 192-192c105.6 0 192 86.4 192 192s-85.333 192-192 192z"],"tags":["advanced"]},"attrs":[{}],"properties":{"code":60130,"id":420,"name":"advanced","order":812,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":221},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M383.998 544.004c46.036-0.004 90.29 7.222 130.956 20.472-2.19 8.102-3.394 16.422-3.652 24.808l-0.038 5.596-3.372 1.852c-10.812 6.254-20.476 14.316-28.572 23.798-29.808-8.104-61.898-12.53-95.318-12.53-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 434.042 0.042c9.722 18.076 24.258 33.028 41.84 43.202l3.38 1.846 0.024 5.616c0.136 4.466 0.542 8.91 1.208 13.312l-480.498-0.014c-35.346 0-64-28.654-64-64 0-163.076 160.616-288 352-288zM959.343 480c18.036 0 32.657 14.621 32.657 32.659v261.269c0 18.038-14.621 32.659-32.659 32.659s-32.659-14.621-32.659-32.659l0.020-182.404-230.952 230.911c-12.753 12.755-33.432 12.755-46.186 0s-12.753-33.432 0-46.185l230.952-230.911-182.444-0.020c-18.038 0-32.659-14.621-32.659-32.659s14.621-32.659 32.659-32.659h261.27zM384 96c106.038 0 192 85.962 192 192s-85.962 192-192 192c-106.038 0-192-85.962-192-192s85.962-192 192-192zM384 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["oubound_call_on_behalf"]},"attrs":[{}],"properties":{"code":60131,"id":419,"name":"oubound_call_on_behalf","order":813,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":222},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M383.998 544.004c46.036-0.004 90.29 7.222 130.956 20.472-2.19 8.102-3.394 16.422-3.652 24.808l-0.038 5.596-3.372 1.852c-10.812 6.254-20.476 14.316-28.572 23.798-29.808-8.104-61.898-12.53-95.318-12.53-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 434.042 0.042c9.722 18.076 24.258 33.028 41.84 43.202l3.38 1.846 0.024 5.616c0.136 4.466 0.542 8.91 1.208 13.312l-480.498-0.014c-35.346 0-64-28.654-64-64 0-163.076 160.616-288 352-288zM982.433 489.565c12.755 12.749 12.755 33.428 0.002 46.184l-230.951 230.914 182.443 0.020c18.038 0 32.659 14.621 32.659 32.659s-14.621 32.659-32.659 32.659h-261.268c-18.038 0-32.659-14.621-32.659-32.659v-261.27c0-18.038 14.621-32.659 32.659-32.659s32.659 14.621 32.659 32.659l-0.020 182.405 230.951-230.912c12.753-12.753 33.432-12.753 46.185 0zM384 96c106.038 0 192 85.962 192 192s-85.962 192-192 192c-106.038 0-192-85.962-192-192s85.962-192 192-192zM384 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["inbound_call_on_behalf"]},"attrs":[{}],"properties":{"code":60132,"id":418,"name":"inbound_call_on_behalf","order":814,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":223},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M867.518 353.178c12.974 2.031 27.168 7.118 43.842 15.27 15.831 7.74 28.339 15.371 38.003 23.472 22.17 18.725 35.733 44.034 40.409 74.215 4.371 25.614 2.448 54.227-5.458 85.155-7.418 29.017-20.015 59.594-37.709 91.871-17.329 31.939-39.562 64.234-66.573 96.769-20.592 24.364-41.368 45.97-62.604 65.115-20.776 19.357-42.269 36.277-63.969 50.255-22.271 14.346-44.334 25.474-66.246 33.331-23.447 8.408-46.35 12.706-68.618 12.706-14.65 0-28.437-1.994-41.253-6.092-10.942-3.497-21.058-8.496-30.181-14.94l-6.654-5.103c-8.358-6.249-18.495-16.548-29.359-29.781-9.888-12.046-17.166-22.786-22.010-33.022l-2.22-5.080c-7.442-14.764-9.087-34.357-4-53.632 4.864-18.432 15.323-34.397 30.483-46.94l27.049-22.712 15.819-13.716c10.813-9.561 21.246-19.112 31.297-28.652 12.501-13.534 31.656-22.442 53.062-24.344 20.056-1.783 39.409 2.554 56.552 12.734l3.984 2.72c2.474 1.733 4.609 3.323 6.551 4.87l4.329 3.636-1.659 1.559c5.85-5.253 12.494-12.251 19.795-20.921l4.741-5.859 5.622-7.434c0.868-1.2 1.701-2.378 2.499-3.535l2.876-4.321-4.931-3.567c-1.897-1.461-3.759-2.974-5.587-4.538-16.531-16.583-25.248-33.749-27.764-53.125-2.596-20.010 2.073-39.491 13.365-56.668l6.584-9.679 11.8-17.959c3.645-5.699 7.013-11.126 10.136-16.328 7.709-12.843 14.53-25.21 20.463-37.089 10.175-18.723 24.25-32.185 42.142-40.631 17.481-8.252 36.386-11.004 55.392-8.007zM383.998 544.004c46.036-0.004 90.29 7.222 130.956 20.472-2.19 8.102-3.394 16.422-3.652 24.808l-0.038 5.596-3.372 1.852c-10.812 6.254-20.476 14.316-28.572 23.798-29.808-8.104-61.898-12.53-95.318-12.53-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 351.382 0.006c-17.39 0.327-31.386 14.526-31.386 31.994 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215-352 0.004c-35.346 0-64-28.654-64-64 0-163.076 160.616-288 352-288zM839.447 419.060c-5.481 2.588-9.508 6.439-12.733 12.36-6.166 12.391-13.783 26.2-22.319 40.422-8.528 14.207-18.576 29.712-30.287 46.74-2.613 3.987-3.601 8.111-3.004 12.719 0.667 5.133 2.898 9.528 7.871 14.564l0.24 0.111 3.937 2.791 2.851 1.846c1.029 0.629 2.137 1.27 3.323 1.922l2.911 1.895 2.426 1.21 3.518 1.92 2.176 0.997 22.618 12.011-4.661 23.333c-0.931 4.66-2.543 9.573-4.883 15.313-2.61 7.104-7.073 15.721-12.948 25.017-5.703 9.022-12.792 18.611-21.21 28.744-9.237 10.971-17.886 20.081-26.125 27.479-8.378 7.525-16.405 13.5-24.164 17.838-2.762 1.545-5.353 2.874-7.738 3.959l-21.239 9.659-19.443-21.399-0.078 0.001 0.078-4.675-4.019-0.012-0.31-0.449 0.237 0.461-6.62-6.413c-1.834-1.682-3.916-3.306-6.941-5.352-3.94-2.275-9.87-3.604-16.617-3.004-6.080 0.54-10.455 2.575-13.264 5.596-9.005 8.612-17.437 16.424-25.889 24.034l-13.567 12.032-17.784 15.258-21.57 18.049c-5.066 4.191-8.033 8.72-9.42 13.978-1.229 4.656-0.92 8.342 0.491 11.184 2.906 6.986 7.586 14.183 15.323 23.608 7.908 9.632 14.689 16.522 19.602 20.222 5.577 4.588 10.673 7.352 16.614 9.251 6.275 2.007 13.509 3.053 21.765 3.053 14.595 0 30.25-2.938 47.017-8.95 17.137-6.144 34.866-15.086 53.191-26.89 18.4-11.852 36.92-26.432 55.389-43.635 19.413-17.506 38.189-37.034 56.781-59.030 24.258-29.221 44.131-58.088 59.446-86.314 15.315-27.937 25.889-53.603 31.89-77.078 5.806-22.711 7.13-42.41 4.297-59.025-2.456-15.824-8.517-27.136-18.447-35.523-5.041-4.226-13.356-9.299-24.909-14.947-11.417-5.582-19.984-8.652-25.664-9.541-6.308-0.995-12.225-0.133-18.138 2.658zM384 96c106.038 0 192 85.962 192 192s-85.962 192-192 192c-106.038 0-192-85.962-192-192s85.962-192 192-192zM384 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["call_on_behalf"]},"attrs":[{}],"properties":{"code":60133,"id":417,"name":"call_on_behalf","order":815,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":224},{"icon":{"attrs":[{},{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M637.462 595.582c14.068 7.351 18.857 23.578 10.692 36.247-36.625 56.833-104.083 92.584-178.429 92.584-73.784 0-140.809-35.212-177.631-91.361-8.27-12.611-3.621-28.871 10.386-36.319s32.064-3.26 40.336 9.351c26.333 40.154 74.182 65.293 126.911 65.293 53.129 0 101.289-25.522 127.477-66.164 8.167-12.667 26.189-16.979 40.257-9.628v-0.004z","M443.743 97.583c228.876-20.024 430.65 149.284 450.674 378.16 0.397 4.535 0.719 9.059 0.968 13.571-20.702-5.343-42.401-7.948-64.66-7.47l-0.065-0.522c-16.943-193.664-187.675-336.925-381.339-319.982s-336.925 187.675-319.982 381.339c16.943 193.664 187.675 336.925 381.339 319.982 39.998-3.499 77.846-13.559 112.577-29.025 10.212 19.449 23.020 37.24 37.907 52.979-44.226 21.393-93.036 35.265-144.906 39.803-228.876 20.024-430.65-149.284-450.674-378.16s149.284-430.65 378.16-450.674z","M844.138 592.552c17.673 0 32 14.327 32 32l-0.021 83.84 83.883 0.022c17.673 0 32 14.327 32 32v2.207c0 17.673-14.327 32-32 32l-83.883-0.021 0.021 83.883c0 17.673-14.327 32-32 32h-2.207c-17.673 0-32-14.327-32-32l-0.022-83.883-83.84 0.021c-17.673 0-32-14.327-32-32v-2.207c0-17.673 14.327-32 32-32l83.84-0.022 0.022-83.84c0-17.673 14.327-32 32-32h2.207z","M400 392c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56s56 25.072 56 56z","M656 392c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56s56 25.072 56 56z"],"tags":["add-reactions"]},"attrs":[{},{},{},{},{}],"properties":{"code":60134,"id":416,"name":"add-reactions","order":816,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":225},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M441.143 128c208.291 0 377.143 171.718 377.143 383.543 0 24.823-2.319 49.096-6.748 72.606-5.57-0.467-11.171-0.692-16.823-0.692-13.299 0-26.312 1.244-38.933 3.625 5.658-24.242 8.627-49.538 8.627-75.54 0-181.563-144.732-328.751-323.266-328.751s-323.266 147.188-323.266 328.751c0 181.563 144.732 328.751 323.266 328.751 50.788 0 98.841-11.911 141.604-33.136 0.659 19.421 3.875 38.185 9.291 55.965-46.194 20.567-97.236 31.963-150.895 31.963-208.291 0-377.143-171.718-377.143-383.543s168.852-383.543 377.143-383.543zM657.933 687.082c23.832 0 43.152 19.648 43.152 43.885s-19.32 43.885-43.152 43.885c-23.832 0-43.152-19.648-43.152-43.885s19.32-43.885 43.152-43.885zM787.39 687.082c23.832 0 43.152 19.648 43.152 43.885s-19.32 43.885-43.152 43.885c-23.832 0-43.152-19.648-43.152-43.885s19.32-43.885 43.152-43.885zM916.848 687.082c23.832 0 43.152 19.648 43.152 43.885s-19.32 43.885-43.152 43.885c-23.832 0-43.152-19.648-43.152-43.885s19.32-43.885 43.152-43.885zM594.565 570.224c12.868 7.594 17.248 24.358 9.78 37.445-33.5 58.713-95.203 95.646-163.204 95.646-67.487 0-128.794-36.377-162.475-94.382-7.565-13.028-3.312-29.827 9.499-37.52s29.328-3.368 36.894 9.66c24.087 41.483 67.852 67.451 116.081 67.451 48.596 0 92.646-26.367 116.601-68.353 7.469-13.087 23.954-17.54 36.822-9.946zM306.449 347.168c29.756 0 53.878 24.531 53.878 54.792s-24.122 54.792-53.878 54.792c-29.756 0-53.878-24.531-53.878-54.792s24.122-54.792 53.878-54.792zM575.837 347.168c29.756 0 53.878 24.531 53.878 54.792s-24.122 54.792-53.878 54.792c-29.756 0-53.878-24.531-53.878-54.792s24.122-54.792 53.878-54.792z"],"tags":["add-emoji-more"]},"attrs":[{}],"properties":{"code":60135,"id":415,"name":"add-emoji-more","order":817,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":226},{"icon":{"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M752 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-44.23-4.888-85.442-19.792-121.317-42.394l46.758-46.765c31.687 17.167 67.98 26.915 106.549 26.915 123.712 0 224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM656 442.496v69.504c0 88.366-71.634 160-160 160-20.627 0-40.343-3.903-58.449-11.012l218.449-218.492zM240 384c17.673 0 32 14.327 32 32v96c0 38.596 9.761 74.911 26.949 106.613l-46.781 46.723c-27.98-44.4-44.169-96.978-44.169-153.336v-96c0-17.673 14.327-32 32-32zM496 64c88.366 0 160 71.634 160 160v37.504l-308.963 309.008c-7.124-18.123-11.037-37.861-11.037-58.512v-288c0-88.366 71.634-160 160-160z","M925.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["rcv_mic-off"]},"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"properties":{"code":60136,"codes":[60136,60137],"id":414,"name":"rcv_mic-off","order":818,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":227},{"icon":{"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M672 176c19.091 0 36.229 8.359 47.955 21.616l-618.451 618.384h-5.504c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM736 362.496v389.504c0 35.346-28.654 64-64 64h-389.536l453.536-453.504zM960 291.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378z","M941.921 111.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["rcv_videocam-off"]},"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"properties":{"code":60138,"codes":[60138,60139],"id":413,"name":"rcv_videocam-off","order":819,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":228},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M282.621 203.385c11.68-41.767 65.33-89.441 122.76-71.498s158.349-1.514 159.447-1.514c1.289-0.023 2.542 0.431 3.528 1.275 1.052 0.899 1.702 2.193 1.803 3.587 0.392 14.531-5.040 28.599-15.051 38.977 85.446 57.947 64.141 171.77 54.264 220.471v0l0.862 1.196c20.538 27.579 22.089 66.396 14.642 93.019-4.547 16.739-13.013 46.788-32.219 65.998-7.684 27.063-31.294 52.263-48.164 74.606v0 29.492c0.001 0.928 0.61 1.743 1.489 1.993 72.982 17.217 254.018 72.056 254.018 209.153 0 14.8-14.494 25.687-29.048 25.862v0h-715.708c-14.523-0.305-23.327-11.251-23.239-26.021 0-137.256 182.974-193.849 256.112-210.986 0.896-0.225 1.516-1.055 1.489-1.993v0-29.014c-16.91-22.524-42.614-46.081-50.258-73.331-19.127-19.21-27.594-49.578-32.14-65.998-7.447-26.622-3.575-65.201 16.885-92.78v0l0.941-1.196c-1.411-7.971-13.671-15.942-14.298-23.912-9.25-62.491-2.273-109.040 21.244-138.293 12.527-16.013 30.687-26.445 50.64-29.093zM791.679 177.080l59.518 32.696c-50.75 41.066-83.197 103.855-83.197 174.224 0 74.743 36.607 140.935 92.87 181.627l-54.587 38.502c-62.555-52.83-102.283-131.84-102.283-220.129 0-81.207 33.61-154.565 87.679-206.92zM881.946 226.652l66.97 36.78c-49.497 17.689-84.916 64.992-84.916 120.568 0 55.225 34.973 102.282 83.98 120.23l-59.167 41.714c-53.402-34.098-88.813-93.885-88.813-161.943 0-65.097 32.396-122.627 81.946-157.348zM992 288v64c-17.673 0-32 14.327-32 32s14.327 32 32 32v57.176l-9.055 6.402c-48.773-4.563-86.945-45.613-86.945-95.579 0-53.019 42.981-96 96-96z"],"tags":["whisper"]},"attrs":[{}],"properties":{"code":60141,"id":411,"name":"whisper","order":820,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":229},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 672l128 64v96c0 35.346-28.654 64-64 64s-64-28.654-64-64v-160zM795.179 167.198c3.183 7.73 4.821 16.008 4.821 24.368v512.868c0 35.346-28.654 64-64 64-8.36 0-16.638-1.638-24.368-4.821l-416-171.294c-23.981-9.874-39.632-33.245-39.632-59.179v-170.279c0-25.934 15.651-49.305 39.632-59.179l416-171.294c32.684-13.458 70.089 2.128 83.547 34.811zM192 320v256c-70.692 0-128-57.308-128-128s57.308-128 128-128zM864 352c53.019 0 96 42.981 96 96 0 51.126-39.965 92.917-90.359 95.837l-5.641 0.163v-192z"],"tags":["barge"]},"attrs":[{}],"properties":{"code":60142,"id":410,"name":"barge","order":821,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":230},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M290.054 513.736c37.333 1.416 67.293 31.655 68.685 69.361 1.715 27.072 0.787 54.225 1.15 81.379l-0.575 40.932c99.562 28.977 205.238 28.824 304.72-0.438l-0.363-96.309c-1.412-17.131 1.029-34.365 7.132-50.416 9.987-25.595 34.186-42.645 61.422-43.287 51.869-1.294 103.799-1.202 155.779 0.285 36.718 1.283 66.597 30.28 69.331 67.273 0.711 8.787 1.254 19.619 1.658 31.479l0.633 24.788 0.316 25.722v36.379l-0.247 20.148c-1.029 24.709-10.027 80.41-25.612 99.487-0.938 1.528-1.796 3.127-2.572 4.756l-20.76 21.531-22.713 16.587c-3.813 2.726-7.663 5.399-11.584 7.969-40.125 24.444-83.208 43.497-128.149 56.692l-16.938 4.673c-78.51 22.631-160.067 32.643-241.663 29.669-99.865-4.186-196.936-21.827-288.671-63.738-33.692-14.381-64.731-34.426-91.795-59.277-27.458-23.894-43.598-122.401-44.435-158.996l-0.648-36.739c-0.283-18.364-0.282-36.702 1.002-54.937 3.5-46.739 30.605-74.107 77.037-75.767 49.206-1.579 98.786-1.080 147.861 0.794zM512 64c10.227 0 19.333 4.797 25.191 12.264 1.022 0.806 1.996 1.668 2.927 2.599l181.019 181.019c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-131.896-131.889 0.014 402.752c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.014-402.784-131.869 131.921c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l181.019-181.019 3.015-2.662c5.998-7.523 15.004-12.201 25.103-12.201z"],"tags":["take_over"]},"attrs":[{}],"properties":{"code":60143,"id":409,"name":"take_over","order":822,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":231},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M544 768c53.019 0 96 42.981 96 96s-42.981 96-96 96h-64c-53.019 0-96-42.981-96-96s42.981-96 96-96h64zM576 64c141.385 0 256 114.615 256 256v32h32c51.126 0 92.917 39.965 95.837 90.359l0.163 5.641v128c0 53.019-42.981 96-96 96v0h-32v96c0 70.692-57.308 128-128 128h-64v-64.019l64 0.019c33.74 0 61.381-26.108 63.824-59.224l0.176-4.776v-448c0-103.629-82.098-188.082-184.802-191.868l-7.198-0.132h-128c-103.629 0-188.082 82.098-191.868 184.802l-0.132 7.198v352h-96c-53.019 0-96-42.981-96-96v-128c0-53.019 42.981-96 96-96h32v-32c0-141.385 114.615-256 256-256h128zM544 832h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM192 416h-32c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v128c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h32v-192zM864 416h-32v192h32l3.732-0.215c15.915-1.848 28.268-15.374 28.268-31.785v0-128l-0.215-3.732c-1.848-15.915-15.374-28.268-31.785-28.268v0z"],"tags":["monitor_call"]},"attrs":[{}],"properties":{"code":60145,"id":407,"name":"monitor_call","order":823,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":232},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M258.054 513.736c37.333 1.416 67.293 31.655 68.685 69.361 1.715 27.072 0.787 54.225 1.15 81.379l-0.575 8.932c99.562 28.977 269.238 28.824 368.72-0.438l-0.363-64.309c-1.412-17.131 1.029-34.365 7.132-50.416 9.987-25.595 34.186-42.645 61.422-43.287 51.869-1.294 103.799-1.202 155.779 0.285 36.718 1.283 66.597 30.28 69.331 67.273 0.711 8.787 1.254 19.619 1.658 31.479l0.633 24.788 0.316 25.722v36.379l-0.247 20.148c-1.029 24.709-10.027 80.41-25.612 99.487-0.938 1.528-1.796 3.127-2.572 4.756l-20.76 21.531-22.713 16.587c-3.813 2.726-7.663 5.399-11.584 7.969-40.125 24.444-83.208 43.497-128.149 56.692l-16.938 4.673c-78.51 22.631-192.067 32.643-273.663 29.669-99.865-4.186-228.936-21.827-320.671-63.738-33.692-14.381-64.731-34.426-91.795-59.277-27.458-23.894-43.598-122.401-44.435-158.996l-0.648-36.739c-0.283-18.364-0.282-36.702 1.002-54.937 3.5-46.739 30.605-74.107 77.037-75.767 49.206-1.579 98.786-1.080 147.861 0.794zM112.48 576.901l-5.267 0.316c-6.76 0.693-8.676 2.678-9.657 10.146l-0.558 5.837-0.686 12.583-0.295 13.655 0.141 23.373 0.628 36.11c0.65 28.413 14.755 105.472 23.738 113.319 19.009 17.455 40.448 31.947 64.591 43.456l10.513 4.75c77.831 35.56 196.266 53.794 296.406 57.993 69.068 2.517 170.104-5.112 238.296-22.994l17.030-4.684c44.967-11.615 88.025-29.827 126.006-52.924l7.059-4.805 20.118-14.696 11.072-11.488 2.181-3.487 2.723-3.333c6.82-8.348 10.777-50.773 11.185-60.141l0.239-18.599 0.052-29.452-0.316-29.321-0.415-18.365-0.579-16.642-0.744-14.253c-0.138-2.139-0.282-4.152-0.433-6.023-0.336-4.544-3.784-7.89-7.335-8.015-50.791-1.453-101.578-1.545-152.442-0.277-1.358 0.032-2.682 0.964-3.107 2.049-2.17 5.709-3.299 11.757-3.342 17.845l0.387 9.466 0.635 112.477-46.211 13.593c-106.378 31.29-283.101 32.806-390.109 4.53l-14.555-4.041-48.549-14.13 2.975-58.693-0.072-45.111-0.159-11.518-0.32-10.047-0.522-9.903c-0.134-3.627-2.408-6.504-5.333-7.445l-1.838-0.323c-50.398-1.925-97.995-2.236-143.132-0.789zM512 64c10.227 0 19.333 4.797 25.191 12.264 1.022 0.806 1.996 1.668 2.927 2.599l181.019 181.019c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-131.896-131.889 0.014 402.752c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.014-402.784-131.869 131.921c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l181.019-181.019 3.015-2.662c5.998-7.523 15.004-12.201 25.103-12.201z"],"tags":["pick_up_call"]},"attrs":[{}],"properties":{"code":60150,"id":406,"name":"pick_up_call","order":824,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":233},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM498.56 664c-6.828 0-13.228 1.28-19.2 3.84s-11.148 5.972-15.52 10.24c-4.372 4.268-7.786 9.388-10.24 15.36s-3.68 12.266-3.68 18.88c0 6.828 1.226 13.172 3.68 19.040s5.868 10.932 10.24 15.2c4.374 4.268 9.546 7.626 15.52 10.080s12.374 3.68 19.2 3.68c6.614 0 12.908-1.226 18.88-3.68s11.092-5.812 15.36-10.080c4.268-4.268 7.68-9.334 10.24-15.2s3.84-12.214 3.84-19.040c0-6.612-1.28-12.908-3.84-18.88s-5.972-11.092-10.24-15.36c-4.268-4.268-9.386-7.68-15.36-10.24s-12.268-3.84-18.88-3.84zM511.998 288c-13.652 0-26.346 1.228-38.080 3.68s-22.614 5.814-32.64 10.080c-10.026 4.266-19.36 9.28-28 15.040s-16.588 11.84-23.84 18.24v0l22.394 35.508c3.45 4.702 8.464 7.052 15.048 7.052 3.2 0 6.826-1.334 10.88-4s9.012-5.652 14.88-8.96c5.868-3.306 13.012-6.294 21.44-8.96s18.72-4 30.88-4c8.32 0 16.054 1.174 23.2 3.52s13.28 5.708 18.4 10.080c5.12 4.372 9.12 9.6 12 15.68s4.32 12.96 4.32 20.64c0 11.52-2.348 21.546-7.040 30.080s-10.56 16.16-17.6 22.88c-7.040 6.72-14.612 12.96-22.72 18.72s-15.68 11.68-22.72 17.76c-7.040 6.080-12.906 12.588-17.6 19.52s-7.040 15.094-7.040 24.48v0l0.080 3.96 0.24 1.48 5.44 52.16h54.080l7.36-46.72 0.902-4.014c1.554-5.238 4.506-10.034 8.858-14.386 5.44-5.44 11.894-10.988 19.36-16.64v0l23.68-18.080c8.32-6.4 16.052-13.972 23.2-22.72 7.146-8.748 13.066-19.040 17.76-30.88s7.040-25.866 7.040-42.080c0-16.64-2.988-31.68-8.96-45.12s-14.4-24.908-25.28-34.4c-10.88-9.492-23.946-16.8-39.2-21.92s-32.16-7.68-50.72-7.68z"],"tags":["help"]},"attrs":[{}],"properties":{"code":60140,"id":412,"name":"help","order":825,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":234},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM498.56 664c6.613 0 12.907 1.28 18.88 3.84s11.093 5.973 15.36 10.24c4.267 4.267 7.68 9.387 10.24 15.36s3.84 12.267 3.84 18.88c0 6.827-1.28 13.173-3.84 19.040s-5.973 10.933-10.24 15.2c-4.267 4.267-9.387 7.627-15.36 10.080s-12.267 3.68-18.88 3.68c-6.827 0-13.227-1.227-19.2-3.68s-11.147-5.813-15.52-10.080c-4.373-4.267-7.787-9.333-10.24-15.2s-3.68-12.213-3.68-19.040c0-6.613 1.227-12.907 3.68-18.88s5.867-11.093 10.24-15.36c4.373-4.267 9.547-7.68 15.52-10.24s12.373-3.84 19.2-3.84zM512 288c18.56 0 35.467 2.56 50.72 7.68s28.32 12.427 39.2 21.92c10.88 9.493 19.307 20.96 25.28 34.4s8.96 28.48 8.96 45.12c0 16.213-2.347 30.24-7.040 42.080s-10.613 22.133-17.76 30.88c-7.147 8.747-14.88 16.32-23.2 22.72l-23.68 18.080c-7.467 5.653-13.92 11.2-19.36 16.64-4.352 4.352-7.305 9.148-8.858 14.387l-0.902 4.013-7.36 46.72h-54.080l-5.44-52.16-0.24-1.48-0.080-3.96c0-9.387 2.347-17.547 7.040-24.48s10.56-13.44 17.6-19.52c7.040-6.080 14.613-12 22.72-17.76s15.68-12 22.72-18.72c7.040-6.72 12.907-14.347 17.6-22.88s7.040-18.56 7.040-30.080c0-7.68-1.44-14.56-4.32-20.64s-6.88-11.307-12-15.68c-5.12-4.373-11.253-7.733-18.4-10.080s-14.88-3.52-23.2-3.52c-12.16 0-22.453 1.333-30.88 4s-15.573 5.653-21.44 8.96c-5.867 3.307-10.827 6.293-14.88 8.96s-7.68 4-10.88 4c-6.583 0-11.598-2.351-15.047-7.053l-22.393-35.507c7.253-6.4 15.2-12.48 23.84-18.24s17.973-10.773 28-15.040c10.027-4.267 20.907-7.627 32.64-10.080s24.427-3.68 38.080-3.68z"],"tags":["help"]},"attrs":[{}],"properties":{"code":60122,"id":405,"name":"help_border","order":826,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":235},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928.126 623.654c15.647 0 28.661 11.275 31.36 26.144l0.514 5.729v191.241c0 17.603-14.27 31.874-31.874 31.874-15.647 0-28.661-11.275-31.36-26.144l-0.514-5.729-0.061-103.632-172.184 172.21c-12.447 12.447-32.629 12.447-45.076 0-11.064-11.064-12.294-28.239-3.688-40.662l3.688-4.414 182.892-182.942-124.939 0.073c-15.647 0-28.661-11.275-31.36-26.144l-0.514-5.729c0-15.647 11.275-28.661 26.144-31.36l5.729-0.514h191.241zM377.042 95.968c17.622 0 34.459 7.297 46.509 20.154l61.295 65.394c5.166 5.51 12.086 8.974 19.507 9.853l3.747 0.221h384.612c35.206 0 63.747 28.541 63.747 63.747l0.042 309.486c-18.23-20.664-39.752-38.35-63.751-52.237l-0.038-97.882h-764.964v350.609c0 17.604 14.269 31.874 31.874 31.874l358.645 0.010c5.825 22.626 14.678 44.035 26.098 63.773l-416.617-0.038c-35.206 0-63.747-28.541-63.747-63.747v-637.47c0-35.206 28.541-63.747 63.747-63.747h249.295zM349.423 159.721l-189.803-0.004c-17.604 0-31.874 14.269-31.874 31.874v159.368h764.964v-63.747c0-17.604-14.269-31.874-31.874-31.874l-363.972-0.661c-22.351-2.644-43.089-13.094-58.528-29.563l-42.406-45.24c-12.050-12.857-28.887-20.152-46.509-20.152z"],"tags":["open-folder"]},"attrs":[{}],"properties":{"code":60123,"id":404,"name":"open-folder","order":827,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":236},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M570.182 160c88.366 0 160 71.634 160 160v0l-0.006 125.44 202.48-184.027c19.662-17.875 50.682-5.308 53.342 20.131l0.183 3.547v465.455c0 27.781-32.97 42.365-53.526 23.678v0l-202.48-184.080 0.006 125.492c0 86.040-67.914 156.218-153.060 159.852l-6.94 0.148h-378.182c-88.366 0-160-71.634-160-160v0-395.636c0-88.366 71.634-160 160-160v0zM570.182 224h-378.182c-53.019 0-96 42.981-96 96v0 395.636c0 53.019 42.981 96 96 96v0h378.182c53.019 0 96-42.981 96-96v0-395.636c0-53.019-42.981-96-96-96v0zM922.176 357.376l-176.448 160.384 176.448 160.448v-320.832z"],"tags":["watch-video"]},"attrs":[{}],"properties":{"code":60124,"id":403,"name":"watch-video","order":828,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":237},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h64zM544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-320c0-35.346 28.654-64 64-64h64zM224 640c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h64z"],"tags":["good-connection"]},"attrs":[{}],"properties":{"code":60035,"id":402,"name":"good-connection","order":829,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":238},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(245, 76, 61)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M864 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h64zM544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-276.288l70.106 69.292c20.222 20.002 51.996 20.002 72.222-0.004l34.2-33.862 2.938-3.302 3.15-4.342c14.596-22.25 11.89-52.274-6.986-70.96l-65.262-64.534h17.632zM224 640c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h64zM480.832 448l88.284 87.268c8.456 8.372 9.212 22.764 1.708 32.144l-0.812 0.98-34.188 33.852c-7.756 7.672-19.46 7.672-27.216 0l-92.576-91.524 0.144-3.496c2.321-31.46 27.384-56.595 58.812-59.030l5.845-0.193z","M352 320.566l156.578-154.812c6.972-6.916 17.164-7.588 24.78-2.072l2.436 2.072 33.32 32.928c0.588 0.588 1.176 1.232 1.708 1.876 6.888 8.624 6.832 21.448 0.252 29.96l-1.96 2.212-152.994 151.256 152.994 151.284c8.456 8.372 9.212 22.764 1.708 32.144l-0.812 0.98-34.188 33.852c-7.756 7.672-19.46 7.672-27.216 0l-156.578-154.838-156.606 154.838c-6.972 6.916-17.164 7.588-24.78 2.072l-2.436-2.072-33.32-32.928c-0.588-0.588-1.176-1.232-1.708-1.876-6.888-8.624-6.832-21.42-0.252-29.96l1.96-2.212 152.966-151.284-152.966-151.254c-8.456-8.372-9.212-22.764-1.708-32.172l1.708-1.876 33.32-32.928c7.756-7.672 19.46-7.672 27.216 0l156.578 154.81z"],"tags":["no-connection"]},"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(245, 76, 61)"}],"properties":{"code":60046,"codes":[60046,60047,60048,60049],"id":401,"name":"no-connection","order":830,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":239},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M864 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h64zM544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-320c0-35.346 28.654-64 64-64h64z","M160 640h64c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z"],"tags":["poor-connection"]},"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"properties":{"code":60050,"codes":[60050,60051,60052],"id":400,"name":"poor-connection","order":831,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":240},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M800 128h64c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64z","M544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-320c0-35.346 28.654-64 64-64h64zM224 640c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h64z"],"tags":["weak-connection"]},"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"properties":{"code":60053,"codes":[60053,60054,60055],"id":399,"name":"weak-connection","order":832,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":241},{"icon":{"attrs":[{"fill":"rgb(232, 233, 237)"},{"fill":"rgb(129, 137, 157)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M568.889 256c31.419 0 56.889 25.47 56.889 56.889v28.444h113.778c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-28.444v312.889c0 31.419-25.47 56.889-56.889 56.889h-284.444c-31.419 0-56.889-25.47-56.889-56.889v-312.889h-28.444c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444h113.778v-28.444c0-31.419 25.47-56.889 56.889-56.889h113.778zM568.889 455.111c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v170.667c0 15.709 12.735 28.444 28.444 28.444 14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-170.667c0-15.709-12.735-28.444-28.444-28.444zM455.111 455.111c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v170.667c0 15.709 12.735 28.444 28.444 28.444 14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-170.667c0-15.709-12.735-28.444-28.444-28.444zM568.889 312.889h-113.778v28.444h113.778v-28.444z"],"tags":["deleted_file"]},"attrs":[{"fill":"rgb(232, 233, 237)"},{"fill":"rgb(129, 137, 157)"}],"properties":{"code":60056,"codes":[60056,60057],"id":398,"name":"deleted_file","order":833,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":242},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 736c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 736c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM352 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM352 96c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 96c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["dragable_area"]},"attrs":[{}],"properties":{"code":60058,"id":397,"name":"dragable_area","order":834,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":243},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 320v64h-128v512h512v-128h64v128c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h128zM896 64c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h512zM896 128h-512v512h512v-512zM806.156 214.627c12.497 12.497 12.497 32.758 0 45.255l-207.93 207.96 75.382 73.883h-192l-1.608-189.726 72.496 71.063 208.405-208.435c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["dock_border"]},"attrs":[{}],"properties":{"code":60059,"id":393,"name":"dock_border","order":835,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":244},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 320c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h512zM544 480h-192l71.777 71.737-209.15 209.165c-12.497 12.497-12.497 32.758 0 45.255 11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 209.15-209.165 74.968 75.008v-192zM896 64c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-128v-448h-448v-128c0-35.346 28.654-64 64-64h512z"],"tags":["undock"]},"attrs":[{}],"properties":{"code":60060,"id":394,"name":"undock","order":836,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":245},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 320c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h512zM640 384h-512v512h512v-512zM544 480v192l-74.968-75.008-209.15 209.165c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l209.15-209.165-71.777-71.737h192zM896 64c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-128v-64h128v-512h-512v128h-64v-128c0-35.346 28.654-64 64-64h512z"],"tags":["undock_border"]},"attrs":[{}],"properties":{"code":60062,"id":395,"name":"undock_border","order":837,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":246},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM864 160h-704c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-512c0-17.673-14.327-32-32-32zM768 256c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32v-320c0-17.673 14.327-32 32-32h512z"],"tags":["HUD"]},"attrs":[{}],"properties":{"code":60063,"id":392,"name":"HUD","order":838,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":247},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M607.98 64.375c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776-0.012 767.616h31.904l0.012-607.605h192.232c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776-0.020 543.605 3.636 0.224c15.915 1.848 28.268 15.374 28.268 31.785 0 17.64-14.274 31.947-31.902 32l0.018 0.375h-256.232l-0.012-0.384h-31.904l0.012 0.384-607.98-0.375c-17.673 0-32-14.327-32-32s14.327-32 32-32l0.192-0.009 0.016-767.616c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h479.773zM864.077 672.030h-64.154l-3.723 0.215c-15.877 1.848-28.2 15.374-28.2 31.785s12.324 29.936 28.2 31.785l3.723 0.215h64.154l3.723-0.215c15.877-1.848 28.2-15.374 28.2-31.785 0-17.673-14.292-32-31.923-32zM479.531 672l-226.854 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215 226.854-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-17.673-14.327-32-32-32zM864.077 480.030h-64.154l-3.723 0.215c-15.877 1.848-28.2 15.374-28.2 31.785s12.324 29.936 28.2 31.785l3.723 0.215h64.154l3.723-0.215c15.877-1.848 28.2-15.374 28.2-31.785 0-17.673-14.292-32-31.923-32zM479.531 480l-226.854 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215 226.854-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-17.673-14.327-32-32-32zM479.531 288.386l-226.854 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215 226.854-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-17.673-14.327-32-32-32z"],"tags":["Company-setup"]},"attrs":[{}],"properties":{"code":60064,"id":391,"name":"Company-setup","order":839,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":248},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M607.982 64.373c35.346 0.001 63.999 28.655 63.997 64.001v0l-0.043 767.615h224.16l0.020-511.604c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215h-160.232v-64h192.232c35.346 0 64 28.654 64 64v0l-0.020 543.604 3.636 0.226c15.915 1.848 28.268 15.374 28.268 31.785 0 17.64-14.274 31.947-31.902 32l0.018 0.375h-256.232l-0.012-0.385h-31.936l0.026 0.385-607.962-0.375c-17.673 0-32-14.327-32-32s14.327-32 32-32l0.192-0.011 0.016-767.615c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176zM575.972 128.408h-416.024c-17.673 0-32 14.327-32 32v0l-0.012 735.582h480.032l0.004-735.582c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM832.077 672.030c17.631 0 31.923 14.327 31.923 32 0 16.411-12.324 29.936-28.2 31.785l-3.723 0.215h-64.154c-17.631 0-31.923-14.327-31.923-32 0-16.411 12.324-29.936 28.2-31.785l3.723-0.215h64.154zM479.531 672c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-223.122c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h223.122zM832.077 480.030c17.631 0 31.923 14.327 31.923 32 0 16.411-12.324 29.936-28.2 31.785l-3.723 0.215h-64.154c-17.631 0-31.923-14.327-31.923-32 0-16.411 12.324-29.936 28.2-31.785l3.723-0.215h64.154zM479.531 480c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-223.122c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h223.122zM479.531 288.386c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-223.122c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h223.122z"],"tags":["Company-setup_border"]},"attrs":[{}],"properties":{"code":60065,"id":390,"name":"Company-setup_border","order":840,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":249},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(0, 97, 213)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.792 0h796.448c62.848 0 113.792 50.944 113.792 113.792v796.448c0 62.848-50.944 113.792-113.792 113.792h-796.448c-62.848 0-113.792-50.944-113.792-113.792v-796.448c0-62.848 50.944-113.792 113.792-113.792z","M158.688 288c-17.28 0-30.688 13.41-30.688 28.699v240.977c1.72 79.592 66.807 143.459 146.846 143.459 0.27 0 0.54 0 0.81 0h-0.042c56.781-0.070 106.21-31.4 131.926-77.664l0.393-0.771c24.928 45.904 74.784 78.434 130.367 78.434 82.464 0 149.567-65.027 149.567-147.258 1.92-78.431-65.184-143.488-147.616-143.488-55.615 0-105.439 30.613-130.367 76.516-24.96-45.904-74.815-76.516-132.319-76.516-34.528 0-65.215 11.492-90.144 28.697v-122.387c-0.366-15.689-13.011-28.313-28.701-28.698h-0.033zM691.262 407.294c-1.536-0.274-3.303-0.431-5.106-0.431-6.523 0-12.565 2.048-17.517 5.538l0.094-0.063c-11.52 9.576-15.328 28.698-5.76 42.074l76.704 99.468-76.672 99.437c-9.6 13.407-7.68 30.645 5.76 40.221 13.407 9.576 32.512 9.514 42.112-3.895l65.247-84.146 67.071 86.092c9.6 11.492 28.767 13.374 42.177 3.831 11.52-9.576 13.44-26.814 3.873-40.188l-74.815-99.437 74.815-97.584c9.6-13.376 9.537-32.497-3.873-42.074-15.36-9.576-32.607-7.661-42.177 5.746l-67.071 82.23-65.28-86.028c-4.767-5.746-11.935-9.576-19.584-10.788l0.002-0.003zM275.614 467.752c49.855 0 90.144 40.223 90.144 88.041 0 49.735-40.287 87.975-90.144 87.975s-90.112-38.243-90.112-87.975c0-47.818 40.257-88.041 90.112-88.041v0zM540.253 467.752c49.857 0 90.112 40.223 90.112 88.041-1.92 49.735-42.177 87.975-90.112 87.975-49.857 0-90.144-38.243-90.144-87.975 0-47.818 40.287-88.041 90.144-88.041v0z"],"tags":["default-box-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(0, 97, 213)"}],"properties":{"code":60225,"codes":[60225,60226],"id":488,"name":"default-box-D","order":841,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":250},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M426.656 284.448h184.896l184.896 312.896h-184.896z","M312.896 768l97.216-170.656h386.336l-96.384 170.656z","M227.552 608.48l93.12 159.52 191.328-322.368-94.816-161.184z"],"tags":["default-gdrive-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"properties":{"code":60066,"codes":[60066,60151,60152,60153],"id":389,"name":"default-gdrive-D","order":842,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":251},{"icon":{"attrs":[{"fill":"rgb(42, 61, 39)"},{"fill":"rgb(84, 203, 67)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v426.668c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.114 71.11-71.114h426.666z","M716.444 672v17.778h-408.89v-17.778h408.89zM609.778 334.222v320h-88.89v-320h88.89zM396.444 600.89v53.332h-88.89v-53.332h88.89zM503.11 512v142.222h-88.89v-142.222h88.89zM716.444 423.11v231.11h-88.89v-231.11h88.89z"],"tags":["mac-numbers-D"]},"attrs":[{"fill":"rgb(42, 61, 39)"},{"fill":"rgb(84, 203, 67)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60069,"codes":[60069,60070,60071],"id":388,"name":"mac-numbers-D","order":843,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":252},{"icon":{"attrs":[{"fill":"rgb(34, 54, 66)"},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M796.444 512c0 122.182-77.044 226.37-185.192 266.646-30.906 11.506-64.342 17.798-99.252 17.798-35.642 0-69.764-6.56-101.204-18.53-107.124-40.798-183.24-144.462-183.24-265.914 0-157.094 127.35-284.444 284.444-284.444s284.444 127.35 284.444 284.444z","M524.98 584.252v169.828c0 12.788 10.216 23.164 22.832 23.164h61.144c1.884 0 3.702 0.478 5.288 1.328-30.588 11.554-63.684 17.872-98.238 17.872-35.278 0-69.052-6.586-100.17-18.606 1.15-0.384 2.368-0.596 3.62-0.596h61.144c12.618 0 22.834-10.376 22.834-23.164v-169.826h21.546zM740.338 547.84c0 12.064-9.64 21.846-21.534 21.846v0h-405.602c-11.894 0-21.538-9.778-21.538-21.846v0zM499.308 268.676c10.874 0 19.69 8.942 19.69 19.976v0 4.242c0 11.034-8.816 19.976-19.692 19.976v0h-44.37c-8.986 0-16.552-6.114-18.914-14.46v0h-55.534c-9.724 0-17.632 8.024-17.632 17.886v0 25.202h329.060c11.75 0 21.458 9.302 22.124 21.204l0.004 0.002 9.548 170.572h-418.762l9.55-170.57c0.668-11.9 10.374-21.204 22.124-21.204v0h13.196v-25.202c0-17.224 13.814-31.238 30.792-31.238v0h55.088c1.67-9.316 9.692-16.386 19.358-16.386v0z"],"tags":["mac-keynote-D"]},"attrs":[{"fill":"rgb(34, 54, 66)"},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60072,"codes":[60072,60073,60074],"id":387,"name":"mac-keynote-D","order":844,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":253},{"icon":{"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(255, 188, 49)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v374.042h-439.23c-3.372 0-6.108 2.734-6.108 6.108 0 2.952 2.094 5.414 4.878 5.982l1.23 0.124h439.23v40.408c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.11 71.11-71.11h426.666z","M796.442 672.71v12.214l-440.46-0.124c-2.784-0.568-4.878-3.030-4.878-5.982 0-3.374 2.736-6.108 6.108-6.108v0h439.23zM369.168 635.192l12.826 12.65-15.88 9.25-1.202 0.504c-1.658 0.44-3.472-0.034-4.73-1.29-1.244-1.242-1.702-2.977-1.338-4.613l0.64-1.581 9.684-14.92zM619.058 369.24l27.92 27.66-226.806 228.712c-2.735 2.503-5.638 4.801-8.697 6.882l-4.703 2.958-20.068 10.384-15.008-14.92 10.992-20.156 2.782-4.054c1.92-2.657 3.971-5.214 6.152-7.652l3.37-3.564 224.066-226.25zM683.102 333.732c6.907 6.748 7.674 17.288 2.427 25.001l-2.249 2.747-31.412 31.672-27.922-27.66 31.41-31.672 1.714-1.528c7.71-6.124 18.902-5.69 26.032 1.44z"],"tags":["mac-pages-D"]},"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(255, 188, 49)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60075,"codes":[60075,60076,60077],"id":386,"name":"mac-pages-D","order":845,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":254},{"icon":{"attrs":[{"fill":"rgb(34, 52, 66)"},{"fill":"rgb(33, 150, 243)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.284 256.73l174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982l155.014 0.73z","M527.802 644.74v31.606h-158.024v-31.606h158.024zM654.222 581.53v31.606h-284.444v-31.606h284.444zM654.222 518.322v31.606h-284.444v-31.606h284.444zM654.222 455.11v31.606h-284.444v-31.606h284.444z"],"tags":["google-doc-D"]},"attrs":[{"fill":"rgb(34, 52, 66)"},{"fill":"rgb(33, 150, 243)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60078,"codes":[60078,60079,60080],"id":385,"name":"google-doc-D","order":846,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":255},{"icon":{"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(246, 173, 22)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572z","M597.332 483.556h-170.668c-15.71 0-28.444 12.736-28.444 28.444v0 142.222c0 15.708 12.736 28.444 28.444 28.444v0h170.668c15.708 0 28.444-12.736 28.444-28.444v0-142.222c0-15.71-12.736-28.444-28.444-28.444v0z"],"tags":["google-slide-D"]},"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(246, 173, 22)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60081,"codes":[60081,60082,60083],"id":384,"name":"google-slide-D","order":847,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":256},{"icon":{"attrs":[{"fill":"rgb(30, 47, 31)"},{"fill":"rgb(67, 160, 71)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002z","M654.22 455.11v221.236h-284.444v-221.236h284.444zM464.592 613.136h-63.21v31.606h63.21v-31.606zM622.616 613.134h-126.42v31.606h126.42v-31.606zM464.592 549.926h-63.21v31.606h63.21v-31.606zM622.616 549.924h-126.42v31.606h126.42v-31.606zM464.592 486.716h-63.21v31.606h63.21v-31.606zM622.616 486.716h-126.42v31.606h126.42v-31.606z"],"tags":["google-sheet-D"]},"attrs":[{"fill":"rgb(30, 47, 31)"},{"fill":"rgb(67, 160, 71)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60084,"codes":[60084,60085,60086],"id":383,"name":"google-sheet-D","order":848,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":257},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M512.002 227.556c-157.106 0-284.448 127.35-284.448 284.438 0 157.102 127.342 284.452 284.448 284.452 157.1 0 284.442-127.35 284.442-284.452 0-157.088-127.342-284.438-284.442-284.438z","M623.9 536.678l-157.362 108.606c-19.648 13.572-35.82 4.976-35.82-19.11v-228.352c0-24.074 16.172-32.676 35.82-19.104l157.316 108.606c19.634 13.568 19.682 35.776 0.048 49.354h-0.002z"],"tags":["default-video-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60087,"codes":[60087,60088,60089],"id":382,"name":"default-video-D","order":849,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":258},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M312.89 227.556h398.222c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332z","M396.658 628.052c8.44 0 16.308-0.45 23.608-1.35s14.152-2.252 20.55-4.052c6.4-1.802 12.42-4.1 18.062-6.898s11.070-6.092 16.284-9.884v0-83.2h-68.408v21.618c0 1.99 0.712 3.674 2.132 5.048s3.366 2.062 5.832 2.062v0h25.742v37.404c-5.784 2.75-11.876 4.908-18.276 6.472s-13.914 2.346-22.542 2.346c-9.766 0-18.774-1.682-27.022-5.048s-15.36-8.226-21.334-14.578c-5.974-6.352-10.62-14.15-13.938-23.396s-4.978-19.794-4.978-31.644c0-11 1.564-20.954 4.692-29.868s7.584-16.546 13.368-22.898c5.784-6.354 12.776-11.236 20.978-14.65s17.376-5.12 27.52-5.12c6.258 0 11.782 0.428 16.57 1.28s9.102 1.944 12.942 3.272c3.84 1.326 7.348 2.892 10.524 4.692s6.282 3.604 9.316 5.404c2.37 1.516 4.692 2.276 6.968 2.276 3.604 0 6.496-1.754 8.676-5.262v0l11.094-17.35c-8.534-7.964-18.94-14.436-31.218-19.414s-26.81-7.466-43.592-7.466c-16.404 0-31.194 2.56-44.372 7.68s-24.392 12.326-33.636 21.618c-9.244 9.292-16.38 20.384-21.404 33.28s-7.538 27.070-7.538 42.524c0 15.264 2.584 29.346 7.75 42.24s12.35 23.988 21.548 33.28c9.198 9.292 20.1 16.544 32.712 21.76s26.406 7.822 41.388 7.822h0.002zM553.956 625.778v-205.654h-38.4v205.654h38.4zM638.72 625.778v-83.77h76.942v-30.578h-76.942v-60.87h91.164v-30.436h-129.706v205.654h38.542z"],"tags":["gif-file-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60090,"codes":[60090,60091,60092],"id":381,"name":"gif-file-D","order":850,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":259},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.996l174.928 158.774-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l46.082-0.174v56.49h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.888h-56.89v28.444h142.222v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.604l81.072-0.284z","M426.656 256.384v56.512h-56.864v28.448h56.864v56.864h-56.864v28.448h56.864v56.896h-56.864v28.448h56.864v56.896h-56.864v28.448h142.208v-28.448h-56.896v-56.896h56.896v-28.448h-56.896v-56.896h56.896v-28.448h-56.896v-56.896h56.896v-28.416h-56.896v-56.608z"],"tags":["zip-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60093,"codes":[60093,60094,60095],"id":380,"name":"zip-D","order":851,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":260},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(53, 106, 253)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M707.37 284.444h-390.786c-31.662-0.058-57.372 28.85-57.424 64.57 0 2.906 0.166 5.81 0.508 8.69 0.814 7.1 6.578 12.112 12.874 11.194 1.534-0.224 3.012-0.794 4.344-1.678 5.072-3.328 10.846-5.048 16.712-4.978h81.836c14.77 0.046 27.89 10.642 32.688 26.398l1.954 7.106c7.908 26.41 29.838 44.216 54.548 44.29h265.734c6.028 0.006 11.948 1.794 17.172 5.188 1.764 1.162 3.772 1.77 5.816 1.764 6.348 0 11.494-5.806 11.494-12.966v-84.744c0-35.804-25.73-64.83-57.47-64.83v-0.004z","M766.886 426.058c-9.016-5.086-19.266-7.762-29.702-7.756h-274.014c-15.228-0.040-28.76-9.416-33.706-23.358l-2.014-6.286c-8.156-23.37-30.768-39.126-56.25-39.198h-84.386c-10.182-0.090-20.204 2.47-29.012 7.42-18.682 10.12-30.246 29.228-30.246 49.954v275.36c0 31.682 26.532 57.366 59.258 57.366h450.37c32.728 0 59.26-25.684 59.26-57.366v-206.52c0.072-20.478-11.212-39.418-29.558-49.61v-0.006z"],"tags":["default-file-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(53, 106, 253)"}],"properties":{"code":60096,"codes":[60096,60097,60098],"id":379,"name":"default-file-D","order":852,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":261},{"icon":{"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M380.584 256.572l155.598-0.572 174.928 158.77-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l-0.002 0.002z","M586.538 471.6c18.722 0 30.22 17.12 49.348 58.318l20.066 44.404 4.508 9.511c0.668 1.36 1.306 2.634 1.935 3.861l3.804 7.124 3.767 6.406c1.183 1.874 2.291 3.485 3.317 4.824l1.82 2.206 0.866-0.672c0.798-0.738 1.714-1.773 2.74-3.102l3.404-4.858 4.025-6.585 4.603-8.283 5.138-9.951 5.63-11.59 6.080-13.2c1.048-2.332 2.114-4.731 3.195-7.194l-0.187 63.798c-13.114 20.822-25.009 30.776-37.023 30.776l-3.88-0.156c-10.462-0.924-16.976-6.328-27.29-25.711l-4.676-9.19-5.276-11.068c-0.937-2.010-1.905-4.106-2.906-6.29l-19.458-43.078-4.816-10.038-4.841-9.436-4.324-7.873-3.679-6.242-2.906-4.543-2.005-2.776c-0.504-0.623-0.836-0.94-0.975-0.94-0.255 0-0.635 0.245-1.139 0.739l-1.885 2.239-2.625 3.772-3.358 5.337-6.398 11.010-5.163 9.391-5.875 11.070-18.529 36.258-6.872 12.888c-17.535 31.932-29.204 44.642-46.13 44.642-16.807 0-29.399-13.758-47.142-44.657l-7.394-13.281-21.612-40.764-8.251-15.005-9.66-16.714-3.261-5.21-1.088-1.526c-0.108-0.126-0.179-0.189-0.213-0.189l-0.272-0.068-0.511-0.818c-0.102-0.133-0.244-0.157-0.523 0.085l-1.343 1.676-2.74 4.197-70.794 118.128-0.16-55.808 27.766-46.845 2.55-4.147 6.764-10.58 7.014-10.268c12.197-16.98 21.088-23.996 32.242-23.996l3.63 0.112c9.588 0.672 15.666 4.692 26.038 21.304l5.121 8.595 5.901 10.585c1.058 1.941 2.156 3.974 3.296 6.102l25.1 47.586 6.68 11.972c5.268 9.13 9.832 16.202 14.010 21.618 1.463 1.896 2.808 3.482 3.983 4.78l3.979 3.975 0.882 0.717c0.543 0 1.415-0.608 2.581-1.812l2.718-3.198 3.449-4.764 4.122-6.307 4.738-7.829 5.297-9.328c0.926-1.678 1.873-3.418 2.84-5.219l11.52-22.39 12.92-25.337 6.18-11.632 5.508-9.807c13.042-22.353 21.052-28.921 33.537-29.655l2.57-0.074z"],"tags":["image-broken-D"]},"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60099,"codes":[60099,60100,60101],"id":378,"name":"image-broken-D","order":853,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":262},{"icon":{"attrs":[{"fill":"rgb(30, 47, 39)"},{"fill":"rgb(0, 143, 77)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002z","M456.256 449.632h-44.384l73.184 100.512-79.168 112.64h41.984l58.784-88.416 58.752 88.416h45.6l-82.784-115.040 73.184-98.112h-41.984l-52.768 75.104-50.4-75.104z"],"tags":["excel-D"]},"attrs":[{"fill":"rgb(30, 47, 39)"},{"fill":"rgb(0, 143, 77)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60102,"codes":[60102,60103,60104],"id":377,"name":"excel-D","order":854,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":263},{"icon":{"attrs":[{"fill":"rgb(67, 32, 31)"},{"fill":"rgb(222, 73, 68)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256h152.062l177.628 153.106v289.894c0 19.368-6.614 35.71-19.838 49.026s-29.456 19.974-48.692 19.974h-261.16c-19.236 0-35.466-6.658-48.692-19.974s-19.838-29.656-19.838-49.026v-374c0-19.368 6.614-35.71 19.838-49.026s29.454-19.974 48.692-19.974v0z","M486.67 343.928c10.514-3.536 21.336-0.848 28.814 7.192v0l1.56 1.828 1.538 2.096c8.38 12.398 11.202 33.608 8.952 64.638-0.972 13.448-5.31 31.202-12.896 52.938v0l1.31 1.606 30.7 38.418 8.554 10.48 7.562 8.984 8.334 9.506 5.442-0.114 5.416-0.038c51.62 0 86.564 10.886 98.404 31.39 5.296 9.17 5.408 19.606 0.276 28.496-6.308 10.928-19.25 17.672-35.070 18.514v0l-3.278 0.086-4.144-0.134c-2.784-0.176-5.608-0.528-8.434-1.052-20.89-3.856-43.42-19.186-70.688-47.894-6.59 0.378-13.358 0.902-20.188 1.566-24.568 2.36-51.368 7.108-76.79 15.004v0l-5.844 10.352-2.916 5.036c-20.378 34.898-40.188 62.28-56.086 72.67-7.604 4.954-15.456 7.894-23.096 8.568v0l-3.090 0.134-2.576-0.096-2.498-0.284c-9.832-1.508-17.674-7.432-21.344-16.462-6.91-16.958 2.682-39.414 25.652-61.842 17.468-17.064 41.674-31.092 72.002-41.784 15.618-29.088 29.982-60.084 40.22-86.786v0l-2.57-4.282-2.42-4.38c-17.194-32.47-22.242-72.1-13.81-97.97 4.788-14.69 13.052-23.046 23.002-26.384zM417.648 606.024l-5.238 3.082-4.968 3.186c-6.442 4.318-12.162 8.914-17.14 13.774-13.474 13.164-19.366 24.366-19.344 29.106l0.048 0.298 1.412-0.12 1.59-0.352c2.224-0.62 4.832-1.836 7.464-3.554 7.522-4.914 19.644-19.89 33.548-41.326l2.628-4.094zM600.296 570.732l3.326 2.762 3.566 2.808c10.546 8.048 19.75 12.738 27.714 14.212l2.518 0.39 2.374 0.232 2.486 0.084 2.146-0.068c4.866-0.318 8.698-1.682 10.48-3.192l0.634-0.654-0.774-1.14-0.97-1.096c-6.142-6.188-23.174-11.904-49.086-14.020l-4.414-0.318zM502.714 503.608l-4.082 9.604c-5.604 12.932-11.834 26.322-18.456 39.654 19.030-4.37 37.784-7.25 54.994-8.942l-4.836-5.828-10.88-13.44-16.74-21.048zM495.12 371.568l-0.656 0.66-0.702 0.928c-0.954 1.41-1.966 3.492-2.806 6.074-4.712 14.448-3.132 37.072 4.338 58.414 1.982-7.872 3.188-14.612 3.578-20.034 1.846-25.48-0.048-39.378-3.186-45.114l-0.566-0.928z"],"tags":["pdf-D"]},"attrs":[{"fill":"rgb(67, 32, 31)"},{"fill":"rgb(222, 73, 68)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60105,"codes":[60105,60106,60107],"id":376,"name":"pdf-D","order":855,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":264},{"icon":{"attrs":[{"fill":"rgb(67, 38, 31)"},{"fill":"rgb(213, 88, 60)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062z","M536.204 413.946c13.626 0 25.448 1.818 35.468 5.45s18.636 8.676 25.85 15.132c7.214 7.262 12.424 15.738 15.63 25.42s4.808 20.982 4.808 33.894c0 12.106-1.602 23.202-4.808 33.288s-8.416 18.764-15.63 26.026c-7.214 6.456-15.83 11.5-25.85 15.132s-21.842 5.448-35.468 5.448h-82.96v110.158h-30.058v-269.948h113.018zM524.18 444.21h-70.936v99.264l70.936-0.002c9.62 0 18.234-1.010 25.85-3.026s13.828-5.044 18.636-9.078c4.81-4.842 8.216-10.29 10.22-16.342s3.006-13.114 3.006-21.184c0-8.070-1.002-15.13-3.006-21.184s-5.412-11.5-10.22-16.342c-4.81-4.036-11.022-7.064-18.636-9.080s-16.232-3.026-25.85-3.026v0z"],"tags":["ppt-D"]},"attrs":[{"fill":"rgb(67, 38, 31)"},{"fill":"rgb(213, 88, 60)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60108,"codes":[60108,60109,60110],"id":375,"name":"ppt-D","order":856,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":265},{"icon":{"attrs":[{"fill":"rgb(34, 47, 66)"},{"fill":"rgb(65, 105, 161)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062z","M544.288 656.96l-38.464-154.944h-1.184l-39.68 154.944h-33.664l-62.528-196.128h34.88l44.48 161.024 39.68-161.024h34.848l40.896 161.024 44.48-161.024h32.448l-61.312 196.128z"],"tags":["doc-D"]},"attrs":[{"fill":"rgb(34, 47, 66)"},{"fill":"rgb(65, 105, 161)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60111,"codes":[60111,60112,60113],"id":374,"name":"doc-D","order":857,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":266},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M711.11 227.556c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332h398.222z","M665.372 313.194l-256 56.894c-6.514 1.452-11.15 7.226-11.15 13.882v225.016c-11.918-7.226-26.596-11.664-42.668-11.664-39.196 0-71.11 25.518-71.11 56.894s31.916 56.894 71.11 56.894c39.196 0 71.11-25.518 71.11-56.894v-173.498l227.556-50.58v121.952c-11.918-7.226-26.596-11.664-42.668-11.664-39.226 0-71.11 25.518-71.11 56.894s31.886 56.894 71.11 56.894c39.226 0 71.11-25.518 71.11-56.894v-270.248c0-4.324-1.934-8.392-5.318-11.094-3.328-2.702-7.708-3.642-11.976-2.788l0.004 0.004z"],"tags":["default-music-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60114,"codes":[60114,60115,60116],"id":373,"name":"default-music-D","order":858,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":267},{"icon":{"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572z","M556.578 468.27l95.572 186.244-121.25-0.020 0.396 0.494h-164.294l70.7-124.658 49.988 66.594 68.888-128.654zM440.89 398.222c23.564 0 42.668 19.104 42.668 42.668s-19.104 42.668-42.668 42.668c-23.564 0-42.668-19.104-42.668-42.668s19.104-42.668 42.668-42.668z"],"tags":["image-preview-D"]},"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60117,"codes":[60117,60118,60119],"id":372,"name":"image-preview-D","order":859,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":268},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768zM896 352h-768v448c0 17.674 14.326 32 32 32h704c17.674 0 32-14.326 32-32v-448zM310.628 425.372l135.764 135.764c12.498 12.496 12.498 32.758 0 45.254l-135.764 135.764c-12.498 12.496-32.758 12.496-45.254 0s-12.498-32.758 0-45.254l113.138-113.138-113.138-113.138c-12.498-12.498-12.498-32.758 0-45.254s32.758-12.498 45.254 0v0.002zM736 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-192c-17.674 0-32-14.326-32-32s14.326-32 32-32h192zM864 192h-704c-17.674 0-32 14.326-32 32v64h768v-64c0-17.674-14.326-32-32-32z"],"tags":["code_snippets"]},"attrs":[{}],"properties":{"code":60168,"id":456,"name":"code_snippets","order":860,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":269},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M816 544c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80s-35.817 80-80 80zM656 320c-21.217 0-41.566-8.429-56.569-23.431s-23.431-35.351-23.431-56.569c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80zM288 240c0-21.217 8.429-41.566 23.431-56.569s35.351-23.431 56.569-23.431c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80zM208 544c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80s-35.817 80-80 80zM512 64c-247.424 0-448 200.576-448 448s200.576 448 448 448c41.237 0 74.667-33.429 74.667-74.667 0-19.413-7.467-36.836-19.413-49.778-11.449-13.44-18.916-30.862-18.916-49.778 0-41.237 33.429-74.667 74.667-74.667h88.107c66.009 0 129.315-26.222 175.991-72.898s72.898-109.982 72.898-175.991c0-220.018-200.604-398.222-448-398.222z"],"tags":["theme"]},"attrs":[{}],"properties":{"code":60120,"id":370,"name":"theme","order":861,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":270},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M252.987 128h518.025c68.975 0 124.987 56.118 124.987 125.221v233.105c0 91.52-86.72 148.874-149.522 167.425 28.238 53.335 72.369 134.187 132.548 242.249h-203.683l-134.4-233.127h-8.795c-15.276 0-51.304-7.779-51.304-23.083v-159.602h255.398v-194.777h-449.613v333.43c0 59.364 57.244 172.655 146.896 277.16h-203.683c-74.838-54.881-101.842-167.116-101.842-233.127v-409.652c0-69.103 56.013-125.221 124.987-125.221z"],"tags":["rc_cloud_contact"]},"attrs":[{}],"properties":{"code":60033,"id":368,"name":"rc_cloud_contact","order":862,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":271},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-640.434v-832h640.434zM191.059 96v832h-63.059c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h63.059zM767.844 544.451h-320.43c-35.346 0-64 28.654-64 64v0 161.5h448.43v-161.5c0-35.346-28.654-64-64-64v0zM608 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["partner_cloud_contact"]},"attrs":[{}],"properties":{"code":60034,"id":369,"name":"partner_cloud_contact","order":863,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":272},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M711.111 199.111c47.128 0 85.333 38.205 85.333 85.333v68.892l101.437-53.508c30.671-6.816 61.059 12.523 67.875 43.193 0.9 4.052 1.355 8.19 1.355 12.341v313.274c0 31.419-25.47 56.889-56.889 56.889-4.151 0-8.289-0.454-12.341-1.355l-101.437-53.536v68.921c0 47.128-38.205 85.333-85.333 85.333h-568.889c-47.128 0-85.333-38.205-85.333-85.333v-455.111c0-47.128 38.205-85.333 85.333-85.333h568.889zM711.111 256h-568.889c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v455.111c0 14.587 10.981 26.61 25.127 28.253l3.317 0.191h568.889c14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-455.111c0-14.587-10.981-26.61-25.127-28.253l-3.317-0.191zM910.222 355.363l-113.778 60.049v193.175l113.778 60.049v-313.274zM426.667 369.778c15.709 0 28.444 12.735 28.444 28.444v85.333h85.333c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-85.333v85.333c0 15.709-12.735 28.444-28.444 28.444s-28.444-12.735-28.444-28.444v-85.362l-85.333 0.028c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444l85.333-0.028v-85.305c0-15.709 12.735-28.444 28.444-28.444z"],"tags":["start_meeting"]},"attrs":[{}],"properties":{"code":60028,"id":365,"name":"start_meeting","order":864,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":273},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M796.444 170.667c47.128 0 85.333 38.205 85.333 85.333v512c0 47.128-38.205 85.333-85.333 85.333h-568.889c-47.128 0-85.333-38.205-85.333-85.333v-512c0-47.128 38.205-85.333 85.333-85.333h568.889zM824.889 426.667h-625.778v341.333c0 14.587 10.981 26.61 25.127 28.253l3.317 0.191h568.889c14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-341.333zM483.556 654.222c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-170.667c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444h170.667zM711.111 512c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-398.222c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444h398.222zM796.444 227.556h-568.889c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v113.778h625.778v-113.778c0-14.587-10.981-26.61-25.127-28.253l-3.317-0.191z"],"tags":["schedule_meeting"]},"attrs":[{}],"properties":{"code":60030,"id":364,"name":"schedule_meeting","order":865,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":274},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M881.778 170.667c47.128 0 85.333 38.205 85.333 85.333v512c0 47.128-38.205 85.333-85.333 85.333h-625.778c-47.128 0-85.333-38.205-85.333-85.333v-142.222h56.889v142.222c0 14.587 10.981 26.61 25.127 28.253l3.317 0.191h625.778c14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-512c0-14.587-10.981-26.61-25.127-28.253l-3.317-0.191h-625.778c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v142.222h-56.889v-142.222c0-47.128 38.205-85.333 85.333-85.333h625.778zM403.103 362.876l115.799 115.799c2.31 2.31 4.14 4.919 5.489 7.702 9.492 4.603 16.053 14.347 16.053 25.623s-6.561 21.020-16.074 25.621c-1.328 2.785-3.158 5.393-5.468 7.704l-115.799 115.799c-11.108 11.108-29.118 11.108-40.227 0s-11.108-29.118 0-40.227l80.431-80.468-357.973 0.015c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444l357.973-0.015-80.431-80.438c-11.108-11.108-11.108-29.118 0-40.227s29.118-11.108 40.227 0z"],"tags":["join_meeting"]},"attrs":[{}],"properties":{"code":60031,"id":363,"name":"join_meeting","order":866,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":275},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-448c0-35.346 28.654-64 64-64h576zM640 256h-512c-17.673 0-32 14.327-32 32v384c0 17.673 14.327 32 32 32h128c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h128c17.673 0 32-14.327 32-32v-384c0-17.673-14.327-32-32-32zM960 275.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378zM928 359.554l-96 48v144.892l96 48v-240.892zM416 512c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32h224zM576 384c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32h384z"],"tags":["video_and_message"]},"attrs":[{}],"properties":{"code":60032,"id":362,"name":"video_and_message","order":867,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":276},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 160c33.739 0 61.381 26.108 63.824 59.224l0.176 4.776v576h64c17.674 0 32 14.326 32 32 0 16.412-12.353 29.936-28.268 31.785l-3.732 0.215h-960c-17.674 0-32-14.326-32-32 0-16.412 12.353-29.936 28.268-31.785l3.732-0.215h64v-576c0-33.739 26.108-61.381 59.224-63.824l4.776-0.176h704zM864 224h-704v576h704v-576zM531.618 326.712l3.010 2.662 149.020 149.020c12.496 12.498 12.496 32.758 0 45.256-11.534 11.534-29.688 12.424-42.24 2.662l-3.014-2.662-94.418-94.4 0.028 242.752c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.026-242.752-94.366 94.398c-12.498 12.496-32.758 12.496-45.254 0-11.536-11.534-12.424-29.688-2.662-42.24l2.662-3.014 149.020-149.020c11.536-11.536 29.686-12.424 42.24-2.662z"],"tags":["screenshare_border"]},"attrs":[{}],"properties":{"code":59839,"id":361,"name":"screenshare_border","order":868,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":277},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v576h-64c-17.674 0-32 14.326-32 32s14.326 32 32 32h960c17.674 0 32-14.326 32-32s-14.326-32-32-32h-64v-576c0-35.346-28.654-64-64-64zM534.628 329.374l149.020 149.020c12.496 12.498 12.496 32.758 0 45.256-11.534 11.534-29.688 12.424-42.24 2.662l-3.014-2.662-94.418-94.4 0.028 242.752c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.026-242.752-94.366 94.398c-12.498 12.496-32.758 12.496-45.254 0-11.536-11.534-12.424-29.688-2.662-42.24l2.662-3.014 149.020-149.020c11.536-11.536 29.686-12.424 42.24-2.662l3.010 2.662z"],"tags":["screenshare"]},"attrs":[{}],"properties":{"code":60026,"id":360,"name":"screenshare","order":869,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":278},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 256c-148.76 0-268.798 101.104-268.798 231.198l0.092 6.11c1.918 63.010 33.376 123.586 85.422 166.538l5.644 4.514-0.254 0.77c-3.658 10.236-10.354 23.942-21.486 43.506l-15.568 25.428c-7.36 12.030 1.228 27.534 15.254 27.534h31.722l6.392-0.102c44.372-1.44 81.098-17.822 109.184-41.75l0.916-0.816 8.846 1.39c14.514 2.066 28.568 3.116 42.638 3.116 147.726 0 268.798-105.334 268.798-236.236 0-130.58-119.746-231.2-268.798-231.2v0h-0.004z"],"tags":["sms-default"]},"attrs":[{}],"properties":{"code":59838,"codes":[59838,59839],"id":345,"name":"sms-default","order":870,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":279},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M755.2 406.4c0 19.060-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.058 0-35.568-6.97-49.504-20.908s-20.908-30.448-20.908-49.51c0-19.060 6.97-35.57 20.908-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51zM403.226 406.4c0 19.060-6.968 35.57-20.906 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.060 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.060 0 35.568 6.97 49.504 20.908s20.906 30.448 20.906 49.51zM579.212 723.182c0 19.062-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.062 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51zM755.2 617.6c0 19.062-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.058 0-35.568-6.97-49.504-20.908s-20.908-30.448-20.908-49.51c0-19.062 6.97-35.57 20.908-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51zM403.226 617.6c0 19.062-6.968 35.57-20.906 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.062 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.060 0 35.568 6.97 49.504 20.908s20.906 30.448 20.906 49.51zM579.212 300.818c0 19.060-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.060 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51v0z"],"tags":["team-default"]},"attrs":[{}],"properties":{"code":60024,"codes":[60024,60026],"id":344,"name":"team-default","order":871,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":280},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M428.438 256.61c67.264 5.85 108.206 38.022 127.212 65.802 32.168 40.942 36.558 90.658 32.168 114.056-3.796 27.838-4.308 65.538-4.376 80.866l-0.010 9.792 1.51 4.682c3.72 12.174 6.244 27.352-1.51 59.658-8.77 40.942-23.396 64.336-32.168 73.11 0 27.784-8.77 54.102-17.548 73.11-4.384 17.548-13.158 36.558-13.158 54.104l0.018 9.342c0.090 14.052 0.668 14.052 4.37 14.052 64.338 17.548 163.77 54.102 204.712 73.11 13.21 6.004 33.298 22.020 44.918 33.224-75.746 48.654-165.864 76.88-262.574 76.88-134.33 0-255.938-54.452-343.962-142.49l7.43-4.168 10.358-3.81c36.43-13.308 74.454-26.198 105.16-34.21l1.19-0.024c3.2-0.212 3.2-2.316 3.2-23.374 0-27.784-4.388-40.942-8.772-54.104l-1.182-4.594c-4.636-17.584-12.342-43.048-16.366-68.516l-1.292-1.352c-8.86-9.688-22.522-32.764-30.876-71.76-8.772-36.554-4.388-49.716 0-64.336v-4.386c0-8.774-4.388-49.716-8.772-86.272-4.388-23.396 0-73.112 32.168-114.056 17.548-27.784 58.488-58.488 127.214-64.336h40.938zM624.376 203.966c68.724 4.386 109.668 36.558 127.216 64.34 32.168 40.942 36.554 90.658 32.168 114.056-4.014 29.43-4.354 69.88-4.384 83.27l-0.004 7.392 1.51 4.682c3.72 12.174 6.244 27.354-1.51 59.658-8.774 40.94-23.396 64.336-32.168 73.11 0 27.784-8.772 54.102-17.548 73.112-4.386 17.548-13.158 36.556-13.158 54.102l0.018 9.342c0.090 14.052 0.668 14.052 4.366 14.052 45.364 12.372 116.26 41.702 165.9 60.966-27.046 32.664-58.278 61.726-92.874 86.374-10.712-10.44-29.106-23.89-35.010-27.432l-31.116-13.426c-50.438-21.588-126.626-53.12-180.908-68.458l-1.222-0.020c-4.13-0.188-8.478-2.24-3.162-24.842 1.462-10.236 5.848-17.548 10.236-27.784l1.732-4.754c7.092-19.136 15.816-39.9 15.816-66.898l1.422-1.478c10.13-10.928 23.832-34.146 32.21-76.022 10.236-38.020 4.386-52.64 0-67.264l0.066-18.014c0.198-19.412 1.012-53.116 4.322-78.492 4.388-24.858 0-77.5-33.63-121.368-16.086-23.394-49.716-52.642-99.436-65.8 21.936-20.472 58.488-38.020 108.204-42.404h40.944z"],"tags":["group-default"]},"attrs":[{}],"properties":{"code":60027,"codes":[60027,60028],"id":343,"name":"group-default","order":872,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":281},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M537.602 181.136c52.258 0.056 101.528 24.956 133.378 67.398 26.436 34.334 38.58 77.966 33.792 121.418-3.122 30.84-4.576 61.832-4.35 92.834v4.456c7.014 21.892 7.014 45.504 0 67.396-5.86 28.852-18.418 55.842-36.606 78.674-0.37 27.394-6.942 54.324-19.2 78.674-6.924 18.894-11.816 38.504-14.592 58.48l0.002 4.976c0.024 18.886 0.326 18.886 4.35 18.886 70.010 21.192 148.598 56.76 216.424 86.668-87.586 85.038-207.076 137.396-338.798 137.396-133.918 0-255.196-54.12-343.154-141.682 0.676-0.358 1.314-0.688 1.902-0.688 68.15-31.072 151.092-62.472 222.724-83.79l0.62-0.004c3.734-0.058 3.734-1.19 3.734-23.862 0.322-19.856-2.62-39.624-8.702-58.48-4.354-19.668-14.592-47.99-19.2-78.674-17.214-23.068-28.718-50.058-33.538-78.674-7.354-21.832-7.354-45.562 0-67.396v-2.358c0-8.916-4.608-54.024-8.96-92.834-4.786-43.452 7.356-87.086 33.792-121.418 32.028-42.358 81.332-67.224 133.632-67.396h42.75z"],"tags":["user-default"]},"attrs":[{}],"properties":{"code":60029,"codes":[60029,60030],"id":342,"name":"user-default","order":873,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":282},{"icon":{"attrs":[{}],"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M707.776 785.216l25.456 62.735c7.811 19.268-1.476 41.22-20.744 49.032-17.892 7.253-38.098-0.237-47.147-16.771l-1.884-3.974-12.992-33.711 57.312-57.312zM446.314 143.211l2.55 4.027 2.023 4.263 134.008 330.546-56.704 56.704-112.192-272.968-144.241 342.72 186.705-0.024-63.424 63.424-156.608 0.030-69.888 204.305c-7.253 17.892-26.7 27.178-44.868 22.159l-4.164-1.415c-17.892-7.253-27.178-26.7-22.159-44.868l1.415-4.164 282.344-696.449c11.462-28.273 48.701-31.037 65.202-8.291zM824.715 363.771l3.595 2.113 3.182 2.432 1.999 1.759 72.232 65.994c12.181 9.237 17.159 24.488 13.195 38.515l-1.304 3.789-1.702 3.478-2.849 4.946-369.066 374.137c-4.188 4.205-9.103 7.646-15.586 10.531l-5.169 2.063-4.763 1.312-94.598 21.158h-3.441l-3.96-0.108c-13.981-1.169-25.692-10.101-30.35-22.472l-1.092-3.456-0.785-4.593-0.467-5.392 16.774-93.070c1.094-5.798 3.252-11.344 7.066-17.257l3.18-4.513 3.131-3.513 368.374-373.55c12.063-9.82 28.897-11.285 42.405-4.304zM707.177 528.429l-247.835 251.378-9.122 50.621 52.143-11.63 245.934-249.249-41.12-41.12zM807.686 426.5l-55.58 56.329 41.152 41.152 57.48-58.229-43.051-39.252z"],"tags":["rich_text_editor"]},"attrs":[{}],"properties":{"code":60037,"id":338,"name":"rich_text_editor","order":874,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":283},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M926.099 138.934l-277.321 768c-9.747 26.992-47.354 28.499-59.23 2.373l-134.284-295.356 233.873-233.834-45.255-45.255-233.866 233.841-295.257-134.185c-26.126-11.875-24.619-49.483 2.373-59.23l768-277.321c25.494-9.206 50.172 15.472 40.966 40.966z"],"tags":["send_filled"]},"attrs":[{}],"properties":{"code":60038,"id":331,"name":"send_filled","order":875,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":284},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM736 288h-448c-17.673 0-32 14.327-32 32v0 288c0 17.673 14.327 32 32 32v0h89.373c4.244 0 8.314 1.687 11.314 4.687v0l114.263 178.262c4.999 4.998 13.104 4.998 18.102 0v0l114.262-178.262c3-3.002 7.070-4.687 11.313-4.687v0h89.373c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0z"],"tags":["cloud_contact"]},"attrs":[{}],"properties":{"code":60039,"id":330,"name":"cloud_contact","order":876,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":285},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M416 544c55.117 0 107.682 10.361 154.594 29.011-13.868 16.768-25.614 35.299-34.872 55.22-36.428-12.992-76.988-20.231-119.722-20.231-150.678 0-274.33 89.999-286.941 204.653-1.586 14.422 10.729 19.348 16.623 19.349l384.939 0.030c9.402 23.217 22.111 44.742 37.543 63.989l-440.164-0.019c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM928 832c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32h256zM800 704c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128zM928 576c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32h256zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["nickname"]},"attrs":[{}],"properties":{"code":60025,"id":329,"name":"nickname","order":877,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":286},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M533.748 43.506c15.008 25.381 63.988 111.124 63.988 148.361 0 20.493-7.282 39.322-19.405 54.054 15.693 13.794 25.615 34.004 25.615 56.48l-0.010 240.862h68.448l0.023-90.045c0-22.477 9.922-42.687 25.633-56.514-12.14-14.699-19.422-33.528-19.422-54.021 0-37.238 48.98-122.98 63.988-148.361 9.069-15.342 34.428-15.342 43.496 0 15.008 25.381 63.988 111.124 63.988 148.361 0 19.838-6.825 38.117-18.258 52.63 18.548 13.813 31.315 34.645 31.315 57.904l-0.010 90.045 42.868 0.002c41.747 0 76.435 24.925 76.435 66.508l-48.359 213.267 32.684 0.022c8.958 0 17.251 4.738 21.773 12.433 4.534 7.695 4.621 17.22 0.234 25.001l-41.387 118.666c-4.461 7.929-12.876 12.838-22.007 12.838h-822.238c-9.131 0-17.546-4.909-22.007-12.838l-45.902-118.666c-4.387-7.781-4.3-17.306 0.234-25.001 4.522-7.695 12.815-12.433 21.773-12.433l31.308-0.022-46.983-213.267c0-41.582 33.23-66.508 74.977-66.508l44.103-0.002 0.001-90.045c0-23.273 12.848-44.115 31.482-57.958-11.407-14.511-18.212-32.766-18.212-52.576 0-37.238 48.98-122.98 63.988-148.361 9.069-15.342 34.428-15.342 43.496 0 15.008 25.381 63.988 111.124 63.988 148.361 0 20.493-7.282 39.322-19.405 54.054 15.693 13.794 25.615 34.004 25.615 56.48l-0.009 90.045h68.448l0.022-240.862c0-22.477 9.922-42.687 25.633-56.514-12.14-14.699-19.422-33.528-19.422-54.021 0-37.238 48.98-122.98 63.988-148.361 9.069-15.342 34.428-15.342 43.496 0zM937.526 864h-851.052l26.84 62.809h792.69l31.522-62.809zM757.576 717.681l-36.017 35.888c-23.030 22.927-60.513 22.915-83.543 0.012l-36.029-35.9c-3.376-3.338-8.835-3.338-12.186 0l-36.029 35.888c-11.151 11.107-25.987 17.232-41.771 17.232s-30.62-6.124-41.771-17.232l-36.029-35.888c-3.327-3.314-8.81-3.338-12.186 0l-36.017 35.888c-23.042 22.927-60.525 22.915-83.543 0.012l-36.029-35.9c-3.376-3.338-8.835-3.338-12.186 0l-36.029 35.888c-23.042 22.951-60.501 22.951-83.543 0l-7.977-7.969 13.696 53.744h737.537l13.694-48.080-2.281 2.305c-23.030 22.927-60.513 22.927-83.543 0l-36.029-35.888c-3.327-3.314-8.81-3.338-12.186 0zM905.284 609.773h-789.467c-13.911 0-23.786-13.857-23.786 0l18.857 73.973c6.339-7.307 14.527-10.489 23.445-1.597l36.017 35.875c3.352 3.338 8.823 3.338 12.174 0l36.029-35.888c23.030-22.939 60.501-22.964 83.555 0l36.017 35.888c3.352 3.338 8.823 3.351 12.199-0.012l36.005-35.875c23.042-22.951 60.513-22.951 83.555 0l36.029 35.888c4.387 4.345 7.787 4.345 12.174 0l36.029-35.888c23.030-22.939 60.501-22.964 83.555 0l36.017 35.888c3.352 3.338 8.823 3.351 12.199-0.012l36.005-35.875c23.042-22.951 60.513-22.951 83.555 0l36.029 35.888c3.352 3.338 8.81 3.351 12.186-0.012l36.017-35.875c6.618-6.599 14.389-5.287 21.789-0.434l20.5-71.93c0-13.857-12.774 0-26.685 0zM528.24 277.266h-32.481c-13.911 0-18.296 11.279-18.296 25.136l-0.729 240.863h70.531l0.729-240.863c0-13.857-5.843-25.136-19.754-25.136zM275.887 428.083h-32.481c-13.911 0-18.296 11.279-18.296 25.136l-0.729 90.047h62.88v-90.047c0-13.857 2.537-25.136-11.375-25.136zM780.594 428.083h-32.481c-13.911 0-12.066 11.279-12.066 25.136v90.047h63.572l0.729-90.047c0-13.857-5.843-25.136-19.754-25.136zM259.647 258.758c-19.358 36.612-35.265 72.327-35.265 83.926 0 19.368 15.821 35.127 35.265 35.127s35.265-15.759 35.265-35.127c0-11.598-15.908-47.314-35.265-83.926zM764.353 258.758c-19.358 36.612-35.265 72.327-35.265 83.926 0 19.368 15.821 35.127 35.265 35.127s35.265-15.759 35.265-35.127c0-11.598-15.908-47.314-35.265-83.926zM512 107.942c-19.358 36.612-35.265 72.327-35.265 83.926 0 19.368 15.821 35.127 35.265 35.127s35.265-15.759 35.265-35.127c0-11.598-15.908-47.314-35.265-83.926z"],"tags":["birthday"]},"attrs":[{}],"properties":{"code":60017,"id":328,"name":"birthday","order":878,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":287},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M975.705 393.426l-446.272-325.457c-10.93-5.292-23.227-5.292-34.157 0l-446.272 325.457c-16.395 9.261-21.861 29.106-12.297 44.982s30.058 21.168 46.454 11.907l45.444-31.752v507.171c0 18.522 15.029 33.075 34.157 33.075h698.279c19.128 0 34.157-14.553 34.157-33.075v-507.171l44.983 31.752c5.465 2.646 10.93 3.969 16.395 3.969 12.297 0 23.227-5.292 30.058-17.199 10.93-14.553 4.099-34.398-10.93-43.659zM384.755 896v-352h254.948v352h-254.948zM831.964 896h-128.021v-379.497c0-18.522-15.029-33.075-34.157-33.075h-315.712c-19.128 0-34.157 14.553-34.157 33.075v379.497h-126.974v-515.804l318.728-244.755 320.293 244.755v515.804z"],"tags":["address"]},"attrs":[{}],"properties":{"code":60018,"id":327,"name":"address","order":879,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":288},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM896 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256z"],"tags":["apps"]},"attrs":[{}],"properties":{"code":60019,"id":326,"name":"apps","order":880,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":289},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM928 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM352 640h-256v256h256v-256zM928 640h-256v256h256v-256zM640 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM640 128h-256v256h256v-256z"],"tags":["department"]},"attrs":[{}],"properties":{"code":60020,"id":325,"name":"department","order":881,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":290},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 256c-35.346 0-64 28.654-64 64v0 128h-128c-35.346 0-64 28.654-64 64s28.654 64 64 64v0h128v128c0 35.346 28.654 64 64 64s64-28.654 64-64v0-128h128c35.346 0 64-28.654 64-64s-28.654-64-64-64v0h-128v-128c0-35.346-28.654-64-64-64z"],"tags":["add_field"]},"attrs":[{}],"properties":{"code":60021,"id":324,"name":"add_field","order":882,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":291},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM630.792 314.009l-118.812 118.803-118.778-118.799c-21.866-21.869-57.32-21.873-79.189-0.007-0.001 0.001-0.002 0.002-0.003 0.003-21.867 21.867-21.867 57.322 0 79.189 0.001 0.001 0.002 0.002 0.003 0.003l118.799 118.778-118.803 118.812c-21.869 21.87-21.868 57.328 0.001 79.198 21.867 21.867 57.32 21.867 79.187 0 0.001-0.002 0.003-0.003 0.004-0.004l118.778-118.806 118.814 118.81c21.87 21.869 57.327 21.869 79.196-0s21.87-57.327 0-79.196l-118.81-118.814 118.806-118.778c21.869-21.864 21.873-57.318 0.009-79.187-0.002-0.002-0.003-0.003-0.004-0.004-21.87-21.87-57.327-21.87-79.198-0.001z"],"tags":["remove_field"]},"attrs":[{}],"properties":{"code":60022,"id":323,"name":"remove_field","order":883,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":292},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 64c35.346 0 64 28.654 64 64v64h128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h128v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64h256v-64c0-35.346 28.654-64 64-64zM704 640h-384c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v128h512v-128c0-35.346-28.654-64-64-64zM512 320c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["contacts_and_calendars"]},"attrs":[{}],"properties":{"code":60023,"id":322,"name":"contacts_and_calendars","order":884,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":293},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M529.059 160.033c14.912-0.655 28.982 8.411 34.205 23.002v0l232.921 650.666c0.271 0.758 0.512 1.528 0.72 2.306 4.214 15.726-5.119 31.891-20.845 36.104-17.466 4.68-35.6-4.822-41.695-21.846v0l-68.034-190.040c-1.702 0.28-3.449 0.425-5.229 0.425l-273.71-0.011-67.841 189.626c-6.094 17.024-24.229 26.526-41.695 21.846-15.726-4.214-25.059-20.378-20.845-36.104 0.208-0.778 0.449-1.547 0.72-2.306l232.921-650.666c5.469-15.278 20.636-24.497 36.313-22.845zM643.552 596.64l-116.608-325.824-116.64 325.824h233.248z"],"tags":["text"]},"attrs":[{}],"properties":{"code":60000,"id":321,"name":"text","order":885,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":294},{"icon":{"attrs":[{"fill":"rgb(255, 136, 0)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.746c-8.486 0-16.626 3.37-22.626 9.374l-100.524 100.524c-9.996 9.996-26.206 9.996-36.204 0l-100.526-100.524c-6-6-14.14-9.374-22.628-9.374h-242.746c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768z"],"tags":["rc_contact"]},"attrs":[{"fill":"rgb(255, 136, 0)"}],"properties":{"code":60001,"id":320,"name":"rc_contact","order":886,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":295},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(248, 248, 248)"},{"fill":"rgb(226, 55, 54)"},{"fill":"rgb(244, 242, 242)"},{"fill":"rgb(33, 33, 33)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M274.286 128h475.429c80.791 0 146.286 65.494 146.286 146.286v475.429c0 80.791-65.494 146.286-146.286 146.286h-475.429c-80.791 0-146.286-65.494-146.286-146.286v-475.429c0-80.791 65.494-146.286 146.286-146.286z","M274.286 128h475.429c80.791 0 146.286 65.494 146.286 146.286v475.429c0 80.791-65.494 146.286-146.286 146.286h-475.429c-80.791 0-146.286-65.494-146.286-146.286v-475.429c0-80.791 65.494-146.286 146.286-146.286z","M274.286 128h475.429c80.791 0 146.286 65.494 146.286 146.286v84.114h-768v-84.114c0-80.791 65.494-146.286 146.286-146.286z","M396.646 295.029c8.192 0 14.694-1.254 19.507-3.763s8.499-5.632 11.059-9.37c2.56-3.738 4.198-7.757 4.915-12.058s1.075-8.243 1.075-11.827v-75.11h-24.115v74.035c0 1.946-0.077 3.968-0.23 6.067s-0.614 4.045-1.382 5.837c-0.768 1.792-2.022 3.251-3.763 4.378s-4.198 1.69-7.373 1.69c-2.867 0-5.197-0.461-6.989-1.382s-3.2-2.176-4.224-3.763c-1.024-1.587-1.741-3.507-2.15-5.76s-0.614-4.71-0.614-7.373v-4.915h-21.811v9.523c0 6.042 1.024 11.187 3.072 15.437s4.762 7.731 8.141 10.445c3.379 2.714 7.219 4.71 11.52 5.99s8.755 1.92 13.363 1.92zM508.314 295.029c14.643 0 26.112-3.61 34.406-10.829s12.442-18.253 12.442-33.101v-68.198h-24.115v68.198c0 8.192-1.638 14.208-4.915 18.048s-9.216 5.76-17.818 5.76c-4.915 0-8.832-0.691-11.75-2.074s-5.197-3.174-6.835-5.376c-1.638-2.202-2.714-4.736-3.226-7.603s-0.768-5.786-0.768-8.755v-68.198h-24.115v68.198c0 14.95 4.070 26.010 12.211 33.178s19.635 10.752 34.483 10.752zM661.146 292.571v-20.275h-53.453v-89.395h-24.115v109.67h77.568z","M420.425 780.8v-324.675h-30.15l-87.525 60.075v31.275l87.075-58.5h0.9v291.825h29.7zM556.325 780.8l148.725-295.875v-28.8h-211.5v27.45h180.675v0.9l-150.525 296.325h32.625z"],"tags":["ical"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(248, 248, 248)"},{"fill":"rgb(226, 55, 54)"},{"fill":"rgb(244, 242, 242)"},{"fill":"rgb(33, 33, 33)"}],"properties":{"code":60227,"codes":[60227,60228,60229,60230,60231],"id":489,"name":"ical","order":887,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":296},{"icon":{"attrs":[{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(255, 61, 0)"},{"fill":"rgb(76, 175, 80)"},{"fill":"rgb(25, 118, 210)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M888.532 436.794h-30.932v-1.594h-345.6v153.6h217.017c-31.661 89.415-116.736 153.6-217.019 153.6-127.239 0-230.4-103.161-230.4-230.4s103.161-230.4 230.4-230.4c58.733 0 112.167 22.156 152.852 58.348l108.614-108.614c-68.582-63.916-160.32-103.333-261.465-103.333-212.064 0-384 171.936-384 384s171.936 384 384 384c212.064 0 384-171.936 384-384 0-25.748-2.651-50.88-7.468-75.206l0.001-0.002z","M172.276 333.268l126.163 92.524c34.139-84.518 116.813-144.192 213.563-144.192 58.732 0 112.167 22.156 152.852 58.348l108.614-108.614c-68.582-63.916-160.32-103.333-261.465-103.333-147.494 0-275.405 83.271-339.726 205.267v-0.001z","M512 896.001c99.188 0 189.312-37.959 257.452-99.687l-118.848-100.569c-38.553 29.204-86.476 46.656-138.604 46.656-99.878 0-184.684-63.686-216.634-152.564l-125.222 96.48c63.552 124.359 192.614 209.683 341.856 209.683v0z","M888.532 436.794h-30.932v-1.594h-345.6v153.6h217.017c-15.206 42.951-42.836 79.988-78.47 106.964 0.020-0.020 0.039-0.020 0.057-0.039l118.848 100.569c-8.409 7.641 126.548-92.293 126.548-284.293 0-25.748-2.651-50.88-7.468-75.206z"],"tags":["google-logo"]},"attrs":[{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(255, 61, 0)"},{"fill":"rgb(76, 175, 80)"},{"fill":"rgb(25, 118, 210)"}],"properties":{"code":60002,"codes":[60002,60003,60004,60005],"id":319,"name":"google-logo","order":888,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":297},{"icon":{"attrs":[{"fill":"rgb(241, 81, 27)"},{"fill":"rgb(128, 204, 40)"},{"fill":"rgb(0, 173, 239)"},{"fill":"rgb(251, 188, 9)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M492.91 492.91h-364.91v-364.91h364.91z","M895.891 492.91h-364.965v-364.91h364.91v364.91z","M492.91 896h-364.91v-364.91h364.91z","M895.891 896h-364.965v-364.91h364.91v364.91z"],"tags":["microsoft-logo"]},"attrs":[{"fill":"rgb(241, 81, 27)"},{"fill":"rgb(128, 204, 40)"},{"fill":"rgb(0, 173, 239)"},{"fill":"rgb(251, 188, 9)"}],"properties":{"code":60006,"codes":[60006,60007,60013,60014],"id":318,"name":"microsoft-logo","order":889,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":298},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.673 0 32 14.327 32 32v128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128.032l0.032 128c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-128h-127.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-128c0-17.673 14.327-32 32-32zM896 160c35.346 0 64 28.654 64 64l0.041 342.714c-18.301-20.745-39.911-38.502-64.004-52.444l-0.037-226.27-326.307 280.441c-34.046 25.631-81.048 25.689-115.153 0.174l-5.016-4.019-26.292-22.548-275.203 255.638c3.698 1.493 7.739 2.314 11.971 2.314l360.068 0.011c5.848 22.715 14.735 44.21 26.202 64.026l-418.27-0.037c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM128 289.024v439.808l246.336-228.682-246.336-211.126zM864 224h-704c-2.817 0-5.549 0.364-8.151 1.047l342.434 293.31c10.605 7.062 24.443 7.132 35.112 0.212l3.43-2.566 339.358-290.948c-2.612-0.689-5.355-1.056-8.184-1.056z"],"tags":["New email"]},"attrs":[{}],"properties":{"code":60015,"id":317,"name":"New-email","order":890,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":299},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M677.818 256c32.133 0 58.182 24.356 58.182 54.4v435.2c0 30.044-26.049 54.4-58.182 54.4h-523.636c-32.133 0-58.182-24.356-58.182-54.4v-435.2c0-30.044 26.049-54.4 58.182-54.4h523.636zM905.143 352c11.722 0 21.383 10.646 22.703 24.361l0.154 3.216v296.839c0 4.281-0.826 8.504-2.413 12.333-5.242 12.65-17.455 18.314-28.213 13.605l-2.453-1.272-114.286-68.943c-6.883-4.152-11.513-12.159-12.457-21.223l-0.178-3.443v-158.953c0-9.285 3.865-17.861 10.162-22.934l2.473-1.732 114.286-68.943c3.174-1.915 6.674-2.911 10.222-2.911z"],"tags":["video_meeting"]},"attrs":[{}],"properties":{"code":60016,"id":316,"name":"video_meeting","order":891,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":300},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M534.626 169.372l178.746 178.746c12.496 12.498 12.496 32.758 0 45.254-6 6-14.14 9.372-22.626 9.372h-357.49c-17.674 0-32-14.326-32-32 0-8.488 3.37-16.626 9.372-22.628l178.746-178.746c12.498-12.498 32.758-12.498 45.256 0l-0.004 0.002z","M534.494 841.38l178.746-178.746c12.496-12.496 12.496-32.758 0-45.254-6-6-14.14-9.374-22.626-9.374h-357.49c-17.674 0-32 14.326-32 32 0 8.486 3.37 16.626 9.372 22.626l178.746 178.746c12.498 12.496 32.758 12.496 45.256 0l-0.004 0.002z"],"tags":["sort"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"properties":{"code":60008,"codes":[60008,60040],"id":312,"name":"sort","order":892,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":301},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432s-193.413-432-432-432zM512 224c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288s128.942-288 288-288z"],"tags":["radio"]},"attrs":[{}],"properties":{"code":60009,"id":311,"name":"radio","order":893,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":302},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432s-193.413-432-432-432z"],"tags":["radio_unselect"]},"attrs":[{}],"properties":{"code":60010,"id":310,"name":"radio_unselect","order":894,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":303},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448 0 30.987-3.146 61.24-9.136 90.456-17.221-15.733-36.886-28.774-58.362-38.524 2.312-16.984 3.498-34.319 3.498-51.931 0-212.077-171.923-384-384-384s-384 171.923-384 384c0 212.077 171.923 384 384 384 33.24 0 65.495-4.224 96.255-12.163 12.138 20.079 27.362 38.101 45.004 53.41-44.399 14.77-91.896 22.753-141.258 22.753-247.424 0-448-200.576-448-448s200.576-448 448-448zM800 608c17.673 0 32 14.327 32 32v96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-96.032l0.032 96c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-96h-95.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h96v-96c0-17.673 14.327-32 32-32zM716.034 375.724c12.497 12.497 12.497 32.758 0 45.255l-226.274 226.274c-4.806 4.806-10.762 7.764-16.982 8.873l-3.757 0.444h-3.778c-7.549-0.444-14.971-3.549-20.738-9.317l-135.765-135.765c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l113.117 113.11 203.667-203.619c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["add-task"]},"attrs":[{}],"properties":{"code":60011,"id":309,"name":"add-task","order":895,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":304},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32zM672 64c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776 0.019 344.164c-19.247-15.432-40.771-28.141-63.989-37.543l-0.031-178.621h-640v480c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215 274.621 0.031c9.402 23.217 22.111 44.742 37.543 63.989l-344.164-0.019c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h256v-32c0-17.673 14.327-32 32-32zM800 192h-576c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v32h640v-32c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["add-event"]},"attrs":[{}],"properties":{"code":60012,"id":308,"name":"add-event","order":896,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":305},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M919.96 105.373c12.497 12.497 12.497 32.758 0 45.255l-113.461 113.474c112.883 82.222 185.501 192.093 185.501 247.898 0 96-214.903 352-480 352-86.592 0-167.829-27.314-237.97-67.444l-123.403 123.404c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM760.664 309.932l-91.589 91.625c22.003 31.236 34.925 69.331 34.925 110.443 0 106.039-85.961 192-192 192-41.112 0-79.206-12.922-110.443-34.925l-80.445 80.443c61.337 32.354 126.477 50.482 190.887 50.482 103.471 0 208.823-46.781 297.269-124.166 37.396-32.719 69.195-69.007 91.294-103.127 18.192-28.087 27.437-51.492 27.437-60.707s-9.245-32.62-27.437-60.707c-22.1-34.119-53.898-70.407-91.294-103.127-15.704-13.74-31.94-26.515-48.604-38.234zM512 160c70.447 0 137.35 18.078 197.617 46.429l-48.468 48.498c-48.744-20.010-99.166-30.926-149.149-30.926-103.471 0-208.823 46.781-297.269 124.166-37.396 32.719-69.195 69.007-91.294 103.127-18.192 28.087-27.437 51.492-27.437 60.707s9.245 32.62 27.437 60.707c22.1 34.119 53.898 70.407 91.294 103.127 4.559 3.989 9.163 7.896 13.809 11.72l-45.466 45.425c-93.004-77.939-151.074-171.076-151.074-220.979 0-96 214.903-352 480-352zM622.782 447.838l-174.944 174.944c18.864 10.949 40.781 17.218 64.162 17.218 70.692 0 128-57.308 128-128 0-23.381-6.269-45.298-17.218-64.162zM512 320c24.952 0 48.792 4.76 70.662 13.421l-51.968 51.935c-6.102-0.893-12.344-1.355-18.693-1.355-70.692 0-128 57.308-128 128 0 6.35 0.462 12.591 1.355 18.693l-51.935 51.968c-8.661-21.87-13.421-45.71-13.421-70.662 0-106.039 85.961-192 192-192z"],"tags":["hide_border"]},"attrs":[{}],"properties":{"code":59975,"id":307,"name":"hide_border","order":897,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":306},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M753.871 128c27.548 0 52.004 17.628 60.716 43.761l135.56 406.68c6.526 19.578 9.853 40.079 9.853 60.716v192.843c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-192.843c0-20.637 3.327-41.138 9.853-60.716l135.56-406.68c8.711-26.134 33.168-43.761 60.716-43.761h483.743zM293.49 640h-165.49v160c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-160h-165.49c-7.072 0-13.903 2.341-19.457 6.595l-3.17 2.778-58.51 58.51c-16.503 16.503-38.396 26.377-61.542 27.908l-6.34 0.209h-138.981c-23.339 0-45.802-8.499-63.251-23.783l-4.631-4.335-58.51-58.51c-5.001-5.001-11.487-8.176-18.421-9.095l-4.206-0.278zM730.807 192h-437.614c-13.774 0-26.002 8.814-30.358 21.881l-120.723 362.119h151.378c23.339 0 45.802 8.499 63.251 23.783l4.631 4.335 58.51 58.51c5.001 5.001 11.487 8.176 18.421 9.095l4.206 0.278h138.981c7.072 0 13.903-2.341 19.457-6.595l3.17-2.778 58.51-58.51c16.503-16.503 38.396-26.377 61.542-27.908l6.34-0.209h151.346l-120.691-362.119c-4.356-13.067-16.584-21.881-30.358-21.881zM736 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM672 256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["workspace_border"]},"attrs":[{}],"properties":{"code":59977,"id":306,"name":"workspace_border","order":898,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":307},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M293.49 640l4.206 0.278c5.548 0.735 10.808 2.914 15.251 6.317l3.17 2.778 58.51 58.51 4.631 4.335c15.704 13.755 35.469 22.015 56.28 23.529l6.971 0.253h138.981l6.34-0.209c20.831-1.378 40.648-9.514 56.433-23.158l5.109-4.75 58.51-58.51 3.17-2.778c4.443-3.403 9.703-5.582 15.251-6.317l4.206-0.278h229.49v192c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-192h229.49zM753.871 128c27.548 0 52.004 17.628 60.716 43.761l134.757 404.239-225.175 0.209c-20.831 1.378-40.648 9.514-56.433 23.158l-5.109 4.75-58.51 58.51-3.17 2.778c-4.443 3.403-9.703 5.582-15.251 6.317l-4.206 0.278h-138.981l-4.206-0.278c-5.548-0.735-10.808-2.914-15.251-6.317l-3.17-2.778-58.51-58.51-4.631-4.335c-15.704-13.755-35.469-22.015-56.28-23.529l-6.971-0.253h-218.866l134.789-404.239c8.711-26.134 33.168-43.761 60.716-43.761h483.743zM736 416h-448c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM672 256h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["workspace"]},"attrs":[{}],"properties":{"code":59978,"id":305,"name":"workspace","order":899,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":308},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.967 64c208.815 0 378.701 166.673 383.878 374.241l0.122 9.759v96c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-96c0-173.736-138.453-315.134-311.043-319.877l-8.957-0.123h-287.968c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32h287.968c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-319.967c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64h319.967zM735.967 576c17.664 0 32 14.336 32 32v128h128c17.664 0 32 14.336 32 32s-14.336 32-32 32h-128.032l0.032 128c0 17.664-14.336 32-32 32s-32-14.336-32-32l-0.032-128h-127.968c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-128c0-17.664 14.336-32 32-32zM511.967 544l3.732 0.215c15.915 1.848 28.268 15.374 28.268 31.785s-12.353 29.936-28.268 31.785l-3.732 0.215h-159.898l-3.732-0.215c-15.915-1.848-28.268-15.374-28.268-31.785s12.353-29.936 28.268-31.785l3.732-0.215h159.898zM671.967 352l3.732 0.215c15.915 1.848 28.268 15.374 28.268 31.785s-12.353 29.936-28.268 31.785l-3.732 0.215-323.63-0.215c-15.915-1.848-28.268-15.374-28.268-31.785s12.353-29.936 28.268-31.785l3.732-0.215h319.898z"],"tags":["new note"]},"attrs":[{}],"properties":{"code":59979,"id":304,"name":"new-note","order":900,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":309},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32zM378.284 96c17.692 0 34.596 7.324 46.694 20.232l61.538 65.654c5.186 5.532 12.134 9.010 19.584 9.892l3.762 0.222h386.138c35.346 0 64 28.654 64 64l0.041 310.714c-18.301-20.745-39.911-38.502-64.004-52.444l-0.037-98.27h-768v352c0 17.674 14.326 32 32 32l360.068 0.011c5.848 22.715 14.735 44.21 26.202 64.026l-418.27-0.037c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.284zM350.556 160.004l-190.556-0.004c-17.674 0-32 14.326-32 32v160h768v-64c0-17.674-14.326-32-32-32l-365.416-0.664c-22.44-2.654-43.26-13.146-58.76-29.68l-42.574-45.42c-12.098-12.908-29.002-20.232-46.694-20.232z"],"tags":["new file"]},"attrs":[{}],"properties":{"code":59980,"id":303,"name":"new-file","order":901,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":310},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M617.184 886.484l4.072-3.74 325.49-325.49c23.678-23.678 24.924-61.294 3.74-86.438l-3.74-4.072-325.49-325.49c-12.002-12.002-28.28-18.746-45.254-18.746-33.74 0-61.38 26.108-63.824 59.224l-0.176 4.776-0.032 165.51-31.968-0.018c-229.75 0-416 186.25-416 416v96c0 38.152 54.76 44.29 63.206 7.084 25.612-112.834 124.814-195.392 241.232-198.93l8.426-0.13 135.104-0.002 0.032 165.472c0 16.974 6.742 33.254 18.744 45.254 23.678 23.678 61.294 24.924 86.438 3.74v-0.004zM448 416l95.968 0.014c16.41 0.002 29.938-12.35 31.788-28.264l0.216-3.732 0.024-182.062c0-3.534 2.866-6.4 6.4-6.4 1.698 0 3.326 0.674 4.524 1.876l310.042 310.042c2.5 2.5 2.5 6.552 0 9.050l-310.042 310.042c-2.5 2.498-6.552 2.498-9.052 0-1.2-1.2-1.874-2.828-1.876-4.526l-0.024-182.024c-0.006-17.672-14.332-31.996-32.004-32l-176.986 0.152c-90.666 2.754-172.782 43.48-229.722 107.69l-6.456 7.512 1.27-9.086c24.278-158.574 154.376-282.306 315.95-296.856l-0.022-1.432 0.002 0.004z"],"tags":["forwarding_border"]},"attrs":[{}],"properties":{"code":59972,"id":295,"name":"forwarding_border","order":902,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":311},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M617.184 886.484l4.072-3.74 325.49-325.49c23.678-23.678 24.924-61.294 3.74-86.438l-3.74-4.072-325.49-325.49c-12.002-12.002-28.28-18.746-45.254-18.746-33.74 0-61.38 26.108-63.824 59.224l-0.176 4.776-0.032 165.51-31.968-0.018c-229.75 0-416 186.25-416 416v96c0 38.152 54.76 44.29 63.206 7.084 25.612-112.834 124.814-195.392 241.232-198.93l8.426-0.13 135.104-0.002 0.032 165.472c0 16.974 6.742 33.254 18.744 45.254 23.678 23.678 61.294 24.924 86.438 3.74v-0.004z"],"tags":["forward"]},"attrs":[{}],"properties":{"code":59961,"id":294,"name":"forwarding","order":903,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":312},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M423.724 0c97.507 0 176.552 79.045 176.552 176.552h176.552c39.003 0 70.621 31.618 70.621 70.621v176.552c97.507 0 176.552 79.045 176.552 176.552s-79.045 176.552-176.552 176.552v176.552c0 39.003-31.618 70.621-70.621 70.621h-247.172v-70.621c0-56.415-44.1-102.529-99.707-105.751l-6.224-0.18c-56.415 0-102.529 44.1-105.751 99.707l-0.18 6.224v70.621h-247.172c-39.003 0-70.621-31.618-70.621-70.621v-247.172h70.621c56.415 0 102.529-44.1 105.751-99.707l0.18-6.224c0-56.415-44.1-102.529-99.707-105.751l-6.224-0.18h-70.621v-247.172c0-39.003 31.618-70.621 70.621-70.621h176.552c0-97.507 79.045-176.552 176.552-176.552zM423.724 70.621c-56.415 0-102.529 44.1-105.751 99.707l-0.18 6.224v70.621h-247.172v176.552l2.039 0.029 8.27 0.269c90.55 5.247 162.166 78.365 166.047 170.363l0.166 7.931-0.269 8.27c-5.247 90.55-78.365 162.166-168.488 166.074l-7.765 0.168v176.552h176.552l0.029-2.039 0.269-8.27c5.247-90.55 78.365-162.166 170.363-166.047l7.931-0.166 8.27 0.269c90.55 5.247 162.166 78.365 166.074 168.488l0.168 7.765h176.552v-247.172h70.621c58.504 0 105.931-47.427 105.931-105.931 0-56.415-44.1-102.529-99.707-105.751l-6.224-0.18h-70.621v-247.172h-247.172v-70.621c0-58.504-47.427-105.931-105.931-105.931z","M494.345 353.103c19.501 0 35.31 15.809 35.31 35.31v105.931h105.931c19.501 0 35.31 15.809 35.31 35.31s-15.809 35.31-35.31 35.31h-105.966l0.035 105.931c0 19.501-15.809 35.31-35.31 35.31s-35.31-15.809-35.31-35.31l-0.035-105.931h-105.896c-19.501 0-35.31-15.809-35.31-35.31s15.809-35.31 35.31-35.31h105.931v-105.931c0-19.501 15.809-35.31 35.31-35.31z"],"tags":["add-integration"]},"attrs":[{},{}],"properties":{"code":59876,"id":293,"name":"add-integration","order":904,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":313},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M853.332 725.332c23.564 0 42.668 19.102 42.668 42.668s-19.102 42.668-42.668 42.668h-682.668c-23.564 0-42.668-19.102-42.668-42.668s19.104-42.668 42.668-42.668h682.668zM853.332 469.334c23.564 0 42.668 19.104 42.668 42.666s-19.102 42.668-42.668 42.668h-682.668c-23.564 0-42.668-19.102-42.668-42.668s19.104-42.668 42.668-42.668h682.668zM853.332 213.332c23.564 0 42.668 19.104 42.668 42.668s-19.102 42.668-42.668 42.668h-682.668c-23.564 0-42.668-19.104-42.668-42.668s19.104-42.668 42.668-42.668h682.668z"],"tags":["list_view"]},"attrs":[{}],"properties":{"code":59873,"id":290,"name":"list-view","order":905,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":314},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M200.262 132.616c7.12-2.213 14.336 3.207 14.24 10.712v0l-2.694 179.794c-0.096 9.012-10.327 14.144-17.543 8.82v0l-57.12-41.597c-59.012 123.38-68.954 257.279-13.021 374.245 60.648 126.779 179.922 210.454 338.164 214.977v0c21.328 0.609 36.979 19.083 35.664 41.918-1.411 25.144-22.578 45.895-46.119 45.189-186.625-5.324-328.446-103.848-401.602-257.087-69.339-144.9-71.135-307.888 21.36-466.932v0l-51.026-37.075c-7.409-5.388-5.42-16.934 3.303-19.532v0zM550.164-0c158.947 0 307.984 87.909 392.076 218.601 88.71 137.78 95.028 303.27 18.954 469.433-1.187 2.598-2.694 5.003-4.298 7.216v0l61.225 32.681c8.082 4.33 7.793 16.068-0.641 19.981v0l-167.382 77.164c-6.831 3.111-14.753-1.315-15.651-8.724v0l-22.065-178.415c-1.123-8.916 8.307-15.33 16.228-11.129v0l58.723 31.366c0.385-1.026 0.609-2.021 0.994-2.919 64.528-140.923 60.134-279.537-13.246-393.584-69.852-108.755-199.967-177.581-327.035-182.007-20.526-0.674-37.267-16.613-38.582-37.171-1.411-23.252 17.351-42.495 40.699-42.495z"],"tags":["resend-fax"]},"attrs":[{}],"properties":{"code":59960,"id":288,"name":"resend-fax","order":906,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":315},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M591.338 145.078c10.668 10.936 16.662 25.766 16.662 41.23v651.384c0 32.202-25.47 58.308-56.89 58.308-15.088 0-29.558-6.144-40.226-17.078l-219.33-192h-170.668c-31.418 0-56.89-26.106-56.89-58.308v-233.23c0-32.202 25.47-58.308 56.89-58.308h170.668l219.33-192c22.216-22.77 58.236-22.77 80.452 0l0.002 0.002z","M876.742 251.82c53.844 75.352 83.258 165.598 83.258 260.18 0 94.59-29.418 184.842-83.266 260.196-10.274 14.38-30.26 17.706-44.64 7.432s-17.706-30.26-7.432-44.64c46.152-64.586 71.336-141.85 71.336-222.986 0-81.13-25.182-158.39-71.328-222.974-10.274-14.38-6.946-34.366 7.432-44.64s34.366-6.946 44.64 7.432v0zM763.004 370.7c24.128 42.778 36.996 91.142 36.996 141.3 0 50.484-13.034 99.148-37.46 142.122-8.732 15.366-28.268 20.74-43.632 12.010s-20.74-28.268-12.010-43.632c18.982-33.4 29.1-71.174 29.1-110.5 0-39.070-9.988-76.616-28.738-109.858-8.682-15.394-3.24-34.912 12.152-43.594s34.912-3.24 43.592 12.152v0z"],"tags":["audio-low"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"properties":{"code":60243,"codes":[60243,60244],"id":500,"name":"audio-low","order":907,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":316},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M591.338 145.078c10.669 10.935 16.662 25.765 16.662 41.23v651.385c0 32.202-25.47 58.307-56.889 58.307-15.088 0-29.558-6.143-40.227-17.078l-219.329-192h-170.667c-31.419 0-56.889-26.105-56.889-58.307v-233.23c0-32.202 25.47-58.307 56.889-58.307h170.667l219.329-192c22.216-22.77 58.237-22.77 80.453 0zM741.49 376.235l90.555 90.51 90.464-90.51c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-90.464 90.51 90.464 90.51c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-90.464-90.51-90.555 90.51c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l90.555-90.51-90.555-90.51c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["no-audio"]},"attrs":[{}],"properties":{"code":59954,"id":287,"name":"no-audio","order":908,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":317},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M591.338 145.078c10.669 10.935 16.662 25.765 16.662 41.23v651.385c0 32.202-25.47 58.307-56.889 58.307-15.088 0-29.558-6.143-40.227-17.078l-219.329-192h-170.667c-31.419 0-56.889-26.105-56.889-58.307v-233.23c0-32.202 25.47-58.307 56.889-58.307h170.667l219.329-192c22.216-22.77 58.237-22.77 80.453 0zM876.745 251.82c53.84 75.352 83.255 165.597 83.255 260.18 0 94.59-29.419 184.841-83.266 260.196-10.275 14.379-30.261 17.706-44.64 7.431s-17.706-30.261-7.431-44.64c46.152-64.586 71.337-141.851 71.337-222.987 0-81.13-25.182-158.39-71.328-222.973-10.274-14.38-6.946-34.366 7.433-44.64s34.366-6.946 44.64 7.433zM763.007 370.7c24.127 42.778 36.993 91.141 36.993 141.3 0 50.484-13.034 99.147-37.459 142.122-8.733 15.365-28.268 20.741-43.632 12.009s-20.741-28.268-12.009-43.632c18.982-33.399 29.1-71.175 29.1-110.499 0-39.070-9.988-76.615-28.738-109.859-8.682-15.394-3.241-34.911 12.152-43.593s34.911-3.241 43.593 12.152z"],"tags":["audio"]},"attrs":[{}],"properties":{"code":59955,"id":286,"name":"audio","order":909,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":318},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M735.967 576c17.664 0 32 14.336 32 32v128h128c17.664 0 32 14.336 32 32s-14.336 32-32 32h-128.032l0.032 128c0 17.664-14.336 32-32 32s-32-14.336-32-32l-0.032-128h-127.968c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-128c0-17.664 14.336-32 32-32zM928 96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v-384h-576v672c0 17.673 14.327 32 32 32h256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-288c-35.346 0-64-28.654-64-64v-704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM672 448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320zM672 256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["new-fax"]},"attrs":[{}],"properties":{"code":60169,"id":459,"name":"new-fax","order":910,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":319},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v480h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-352c-35.346 0-64-28.654-64-64v-704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM855.296 704l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM672 448h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32s-14.327-32-32-32zM672 256h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32s-14.327-32-32-32z"],"tags":["fax"]},"attrs":[{}],"properties":{"code":60170,"id":458,"name":"fax","order":911,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":320},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v504.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-389.49c-35.346 0-64-28.654-64-64v-704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM800 160h-576v672c0 17.673 14.327 32 32 32h320v-160c0-35.346 28.654-64 64-64h160v-480zM773.44 704h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM672 448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320zM672 256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["fax_border"]},"attrs":[{}],"properties":{"code":59675,"id":285,"name":"fax_border","order":912,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":321},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v416h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-224c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM663.296 672l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM896 704c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM896 192c17.674 0 32 11.142 32 24.889v398.222c0 13.746-14.326 24.889-32 24.889s-32-11.142-32-24.889v-398.222c0-13.746 14.326-24.889 32-24.889zM485.333 448h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32zM485.333 288h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32z"],"tags":["failed fax"]},"attrs":[{}],"properties":{"code":59841,"id":284,"name":"failed-fax","order":913,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":322},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v440.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-261.49c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM896 704c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM608 192h-448v608c0 17.673 14.327 32 32 32h192v-160c0-35.346 28.654-64 64-64h160v-416zM581.44 672h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM896 192c17.674 0 32 11.142 32 24.889v398.222c0 13.746-14.326 24.889-32 24.889s-32-11.142-32-24.889v-398.222c0-13.746 14.326-24.889 32-24.889zM485.333 448c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667zM485.333 288c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667z"],"tags":["failed fax_border"]},"attrs":[{}],"properties":{"code":59934,"id":283,"name":"failed-fax_border","order":914,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":323},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v440.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-261.49c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM608 192h-448v608c0 17.673 14.327 32 32 32h192v-160c0-35.346 28.654-64 64-64h160v-416zM581.44 672h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM908.124 342.626c12.494-12.496 32.752-12.496 45.248 0 11.535 11.535 12.422 29.682 2.662 42.234l-2.662 3.014-118.624 124.128 118.624 124.128c12.496 12.494 12.494 32.752 0 45.248-11.533 11.535-29.681 12.422-42.234 2.662l-3.014-2.662-146.75-146.75c-11.535-11.537-12.422-29.687-2.662-42.241l2.662-3.015 146.75-146.746zM485.333 448c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667zM485.333 288c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667z"],"tags":["inbound fax_border"]},"attrs":[{}],"properties":{"code":59935,"id":282,"name":"inbound-fax_border","order":915,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":324},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v416h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-224c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM663.296 672l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM908.124 342.626c12.494-12.496 32.752-12.496 45.248 0 11.535 11.535 12.422 29.682 2.662 42.234l-2.662 3.014-118.624 124.128 118.624 124.128c12.496 12.494 12.494 32.752 0 45.248-11.533 11.535-29.681 12.422-42.234 2.662l-3.014-2.662-146.75-146.75c-11.535-11.537-12.422-29.687-2.662-42.241l2.662-3.015 146.75-146.746zM485.333 448h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32zM485.333 288h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32z"],"tags":["inbound fax"]},"attrs":[{}],"properties":{"code":59936,"id":281,"name":"inbound-fax","order":916,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":325},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v440.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-261.49c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM608 192h-448v608c0 17.673 14.327 32 32 32h192v-160c0-35.346 28.654-64 64-64h160v-416zM581.44 672h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM806.622 342.626l146.75 146.746c12.496 12.498 12.496 32.758 0 45.256l-146.75 146.75c-12.496 12.496-32.754 12.496-45.248 0s-12.496-32.754 0-45.248l118.624-124.128-118.624-124.128c-12.496-12.496-12.496-32.752 0-45.248s32.754-12.496 45.248 0zM485.333 448c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667zM485.333 288c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667z"],"tags":["outbound fax_border"]},"attrs":[{}],"properties":{"code":59937,"id":280,"name":"outbound-fax_border","order":917,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":326},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v416h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-224c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM663.296 672l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM806.622 342.626l146.75 146.746c12.496 12.498 12.496 32.758 0 45.256l-146.75 146.75c-12.496 12.496-32.754 12.496-45.248 0s-12.496-32.754 0-45.248l118.624-124.128-118.624-124.128c-12.496-12.496-12.496-32.752 0-45.248s32.754-12.496 45.248 0zM485.333 448h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32zM485.333 288h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32z"],"tags":["outbound fax"]},"attrs":[{}],"properties":{"code":59938,"id":279,"name":"outbound-fax","order":918,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":327},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM608 352c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192z"],"tags":["stop_circle_border"]},"attrs":[{}],"properties":{"code":59679,"id":267,"name":"stop_circle_border","order":919,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":328},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c-247.424 0-448 200.576-448 448s200.576 448 448 448c247.424 0 448-200.576 448-448s-200.576-448-448-448zM608 352c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192z"],"tags":["stop_circle"]},"attrs":[{}],"properties":{"code":59680,"id":266,"name":"stop_circle","order":920,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":329},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576z"],"tags":["stop"]},"attrs":[{}],"properties":{"code":59681,"id":265,"name":"stop","order":921,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":330},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576zM768 224h-512c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32h512c17.673 0 32-14.327 32-32v-512c0-17.673-14.327-32-32-32z"],"tags":["stop_border"]},"attrs":[{}],"properties":{"code":59682,"id":268,"name":"stop_border","order":922,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":331},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM425.823 324.664c-21.189-11.242-38.342-1.562-41.354 22.591l-0.383 4.411-0.087 3.514 0.052 313.707 0.105 3.795c1.443 25.62 17.639 37.3 38.421 28.314l3.713-1.802 2.85-1.644 259.522-159.948c19.354-13.92 20.372-34.061 3.162-48.562l-3.441-2.65-2.972-1.959-259.589-159.768z"],"tags":["play_circle"]},"attrs":[{}],"properties":{"code":59844,"id":264,"name":"play_circle","order":923,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":332},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM402.188 293.441l3.704 2.064 311.37 186.617c24.848 17.043 25.010 42.491 0.334 59.747l-4.103 2.654-310.744 185.87c-27.047 14.134-48.727 0.718-50.561-30.93l-0.126-4.428-0.062-365.992 0.104-4.099c1.668-31.911 23.161-45.39 50.084-31.502zM415.968 376.128l0.064 271.808 226.976-135.84-227.040-135.968z"],"tags":["play_circle_border"]},"attrs":[{}],"properties":{"code":59653,"id":263,"name":"play_circle_border","order":924,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":333},{"icon":{"attrs":[{}],"defaultCode":59813,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M339.646 168.551l6.173 3.244 518.95 293.256c41.413 26.782 41.683 66.772 0.557 93.888l-6.838 4.171-517.906 292.081c-45.079 22.21-81.212 1.129-84.269-48.605l-0.21-6.958-0.103-575.13 0.174-6.442c2.781-50.146 38.602-71.326 83.473-49.504z"],"tags":["play"]},"attrs":[{}],"properties":{"code":59813,"id":75,"name":"play","order":925,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":334},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M339.646 168.551l6.173 3.244 518.95 293.256c41.413 26.782 41.683 66.772 0.557 93.888l-6.838 4.171-517.906 292.081c-45.079 22.21-81.212 1.129-84.269-48.605l-0.21-6.958-0.103-575.13 0.174-6.442c2.781-50.146 38.602-71.326 83.473-49.504zM319.968 230.656l0.096 562.784 498.432-281.248-498.528-281.536z"],"tags":["play_border"]},"attrs":[{}],"properties":{"code":59654,"id":262,"name":"play_border","order":926,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":335},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM416 320c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-17.673-14.327-32-32-32zM608 320c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-17.673-14.327-32-32-32z"],"tags":["pause_circle"]},"attrs":[{}],"properties":{"code":59677,"id":261,"name":"pause_circle","order":927,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":336},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM416 320c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM608 320c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32z"],"tags":["pause_circle_border"]},"attrs":[{}],"properties":{"code":59671,"id":260,"name":"pause_circle_border","order":928,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":337},{"icon":{"attrs":[{}],"defaultCode":59812,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M384 160c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v576c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-128c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-576c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128zM768 160c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v576c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-128c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-576c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128z"],"tags":["pause"]},"attrs":[{}],"properties":{"code":59812,"id":74,"name":"pause","order":929,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":338},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 800h-64c-17.673 0-32-14.327-32-32v-512c0-17.673 14.327-32 32-32h64c17.673 0 32 14.327 32 32v512c0 17.673-14.327 32-32 32zM384 160h-128c-35.346 0-64 28.654-64 64v576c0 35.346 28.654 64 64 64h128c35.346 0 64-28.654 64-64v-576c0-35.346-28.654-64-64-64zM736 800h-64c-17.673 0-32-14.327-32-32v-512c0-17.673 14.327-32 32-32h64c17.673 0 32 14.327 32 32v512c0 17.673-14.327 32-32 32zM768 160h-128c-35.346 0-64 28.654-64 64v576c0 35.346 28.654 64 64 64h128c35.346 0 64-28.654 64-64v-576c0-35.346-28.654-64-64-64z"],"tags":["pause_border"]},"attrs":[{}],"properties":{"code":59670,"id":259,"name":"pause_border","order":930,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":339},{"icon":{"attrs":[{}],"defaultCode":59878,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-center"]},"attrs":[{}],"properties":{"code":59878,"id":20,"name":"align-center","order":931,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":340},{"icon":{"attrs":[{}],"defaultCode":59879,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-justify"]},"attrs":[{}],"properties":{"code":59879,"id":21,"name":"align-justify","order":932,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":341},{"icon":{"attrs":[{}],"defaultCode":59880,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM608 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-left"]},"attrs":[{}],"properties":{"code":59880,"id":22,"name":"align-left","order":933,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":342},{"icon":{"attrs":[{}],"defaultCode":59881,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-right"]},"attrs":[{}],"properties":{"code":59881,"id":23,"name":"align-right","order":934,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":343},{"icon":{"attrs":[{}],"defaultCode":59882,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M536.816 896c44.352 0 83.776-5.665 118.272-16.996s63.536-26.999 87.12-47.004c23.584-20.006 41.536-43.817 53.856-71.436s18.48-57.715 18.48-90.29c0-90.29-52.448-147.297-157.344-171.021 23.584-8.144 43.912-18.058 60.984-29.743s31.152-24.697 42.24-39.037c11.088-14.34 19.272-29.743 24.552-46.207s7.92-33.726 7.92-51.784c0-31.513-5.28-59.84-15.84-84.979s-27.192-46.562-49.896-64.266c-22.704-17.704-51.744-31.336-87.12-40.896s-78.056-14.34-128.040-14.34h-199.472c-35.346 0-64 28.823-64 64.378v639.244c0 35.555 28.654 64.378 64 64.378h224.288zM390.56 460.481v-222.008h121.44c47.872 0 83.072 8.498 105.6 25.494s33.792 45.499 33.792 85.51c0 38.595-12.496 66.744-37.488 84.448s-61.6 26.556-109.824 26.556h-113.52zM390.56 784.465v-225.195h143.616c24.992 0 46.288 2.479 63.888 7.436s32.032 12.127 43.296 21.51c11.264 9.383 19.536 20.714 24.816 33.992s7.92 28.238 7.92 44.88c0 15.934-2.376 30.982-7.128 45.145s-12.496 26.556-23.232 37.178c-10.736 10.622-24.992 19.12-42.768 25.494s-39.864 9.56-66.264 9.56h-144.144z"],"tags":["bold"]},"attrs":[{}],"properties":{"code":59882,"id":24,"name":"bold","order":935,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":344},{"icon":{"attrs":[{}],"defaultCode":59891,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-199.584l-174.56 640h182.144c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h199.552l174.528-640h-182.080c-17.673 0-32-14.327-32-32s14.327-32 32-32h448z"],"tags":["italic"]},"attrs":[{}],"properties":{"code":59891,"id":33,"name":"italic","order":936,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":345},{"icon":{"attrs":[{}],"defaultCode":59896,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 832c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM768 128c17.673 0 32 14.327 32 32v320c0 159.058-128.942 288-288 288s-288-128.942-288-288v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v320c0 121.134 96.153 219.811 216.299 223.87l7.701 0.13c121.134 0 219.811-96.153 223.87-216.299l0.13-7.701v-320c0-17.673 14.327-32 32-32z"],"tags":["underline"]},"attrs":[{}],"properties":{"code":59896,"id":38,"name":"underline","order":937,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":346},{"icon":{"attrs":[{}],"defaultCode":59895,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M774.718 575.997c26.365 31.181 38.782 69.283 38.782 116.253 0 141.188-118.125 236.25-299.812 236.25-153 0-268.875-69.75-297-181.125-2.25-9.563-3.375-18.563-3.375-27 0-23.063 13.5-37.125 36.563-37.125 19.688 0 28.125 9.562 36 30.938 25.313 88.875 114.187 145.688 228.375 145.688 129.938 0 219.375-66.938 219.375-159.188 0-58.082-31.731-96.124-104.2-124.678l145.292-0.013zM928.013 511.987c17.673 0 32 14.327 32 32s-14.327 32-32 32h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM512 96c144.562 0 253.688 70.875 278.438 172.688 2.25 8.437 3.375 18.562 3.375 25.312 0 21.938-14.062 34.875-36 34.875-18 0-28.125-8.438-34.312-25.875-23.062-86.062-102.375-138.375-211.5-138.375-115.312 0-202.5 63-202.5 152.438 0 63.892 43.883 102.185 142.362 130.951l-172.094 0.015c-33.988-33.123-50.143-74.531-50.143-125.903 0-132.188 121.5-226.125 282.375-226.125z"],"tags":["strike"]},"attrs":[{}],"properties":{"code":59895,"id":37,"name":"strike","order":938,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":347},{"icon":{"attrs":[{}],"defaultCode":59885,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM179.125 390.436l5.572 3.642 119.581 87.362c18.9 14.192 21.050 42.632 4.868 59.198l-4.868 4.204-119.579 85.888c-24.696 17.546-52.983 9.726-56.365-19.568l-0.332-6.604v-183.941c-0.32-33.372 25.1-45.23 51.122-30.18zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["indent"]},"attrs":[{}],"properties":{"code":59885,"id":27,"name":"indent","order":939,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":348},{"icon":{"attrs":[{}],"defaultCode":59894,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM268.875 390.436c24.839-14.366 49.13-4.214 51.009 25.763l0.114 4.417v183.941l-0.332 6.604c-3.221 27.899-29.031 36.32-52.815 21.902l-3.549-2.334-119.579-85.888-4.868-4.204c-15.171-15.531-14.229-41.497 1.521-56.376l3.347-2.822 119.581-87.362 5.572-3.642zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["outdent"]},"attrs":[{}],"properties":{"code":59894,"id":36,"name":"outdent","order":940,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":349},{"icon":{"attrs":[{}],"defaultCode":59886,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M599.092 128.796c16.003 3.637 26.454 18.681 24.73 34.609l-0.617 3.687-160 704c-3.917 17.234-21.062 28.029-38.296 24.112-16.003-3.637-26.454-18.681-24.73-34.609l0.617-3.687 160-704c3.917-17.234 21.062-28.029 38.296-24.112zM790.56 310.56l156.185 156.185c24.994 24.994 24.994 65.516 0 90.51l-156.185 156.185c-12.46 12.46-32.66 12.46-45.12 0-12.463-12.463-12.472-32.666-0.020-45.14l133.453-133.693c12.47-12.492 12.47-32.722 0-45.214l-133.453-133.693c-12.452-12.474-12.443-32.677 0.020-45.14 12.46-12.46 32.66-12.46 45.12 0zM278.56 310.56c12.463 12.463 12.472 32.666 0.020 45.14l-133.453 133.693c-12.47 12.492-12.47 32.722 0 45.214l133.453 133.693c12.452 12.474 12.443 32.677-0.020 45.14-12.46 12.46-32.66 12.46-45.12 0l-156.185-156.185c-24.994-24.994-24.994-65.516 0-90.51l156.185-156.185c12.46-12.46 32.66-12.46 45.12 0z"],"tags":["insert-code"]},"attrs":[{}],"properties":{"code":59886,"id":28,"name":"insert-code","order":941,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":350},{"icon":{"attrs":[{}],"defaultCode":59887,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 896c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768c35.346 0 64 28.654 64 64v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-768zM864 192h-704c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h50.72l346.727-346.702c44.016-44.016 112.995-49.785 163.554-14.605l5.54 4.077 169.459 131.79v-382.56c0-17.673-14.327-32-32-32zM606.864 526.739l-4.162 3.814-301.454 301.447h562.752c17.488 0 31.7-14.029 32-31.446v-112.906l-208.751-162.359c-23.979-18.65-57.497-17.748-80.385 1.45zM320 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["insert-image"]},"attrs":[{}],"properties":{"code":59887,"id":29,"name":"insert-image","order":942,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":351},{"icon":{"attrs":[{}],"defaultCode":59888,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M531.411 175.805c87.477-87.477 229.306-87.477 316.784 0s87.477 229.306 0 316.784l-75.646 75.732c3.054-28.867 1.756-58.107-3.895-86.657l34.286-34.33c62.484-62.484 62.484-163.79 0-226.274s-163.79-62.484-226.274 0l-135.765 135.765c-62.484 62.484-62.484 163.79 0 226.274 25.467 25.467 57.382 40.554 90.49 45.261l-52.629 52.63c-30.344-10.801-58.826-28.346-83.116-52.637-87.477-87.477-87.477-229.306 0-316.784l135.765-135.765zM192 515.216l75.646-75.732c-3.054 28.867-1.756 58.107 3.895 86.657l-34.286 34.33c-62.484 62.484-62.484 163.79 0 226.274s163.79 62.484 226.274 0l135.765-135.764c62.484-62.484 62.484-163.79 0-226.274-25.467-25.467-57.382-40.554-90.49-45.261l52.629-52.63c30.344 10.801 58.826 28.346 83.116 52.637 87.477 87.477 87.477 229.306 0 316.784l-135.765 135.765c-87.477 87.477-229.306 87.477-316.784 0s-87.477-229.306 0-316.784z"],"tags":["insert-link"]},"attrs":[{}],"properties":{"code":59888,"id":30,"name":"insert-link","order":943,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":352},{"icon":{"attrs":[{}],"defaultCode":59889,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768zM352 480h-224v320c0 17.673 14.327 32 32 32h192v-352zM896 480h-480v352h448c17.673 0 32-14.327 32-32v-320zM160 192c-17.673 0-32 14.327-32 32v192h224v-224h-192zM416 416h480v-192c0-17.673-14.327-32-32-32h-448v224z"],"tags":["insert-table"]},"attrs":[{}],"properties":{"code":59889,"id":31,"name":"insert-table","order":944,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":353},{"icon":{"attrs":[{}],"defaultCode":59890,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM469.216 391.706l3.484 2.372 119.58 87.362c19.403 14.571 21.154 44.162 3.532 60.501l-3.532 2.901-119.58 85.888c-25.31 17.983-54.389 9.321-56.57-21.791l-0.128-4.381v-183.94c-0.315-32.776 24.201-44.799 49.729-30.96l3.485 2.048z"],"tags":["insert-video"]},"attrs":[{}],"properties":{"code":59890,"id":32,"name":"insert-video","order":945,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":354},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"defaultCode":59883,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M539.936 112.353l1.72 3.624 240 592c6.64 16.378-1.255 35.038-17.633 41.678-15.208 6.166-32.384-0.201-40.077-14.256l-1.602-3.378-63.24-156.023h-294.24l-63.208 156.023c-6.166 15.208-22.695 23.102-38.139 18.836l-3.539-1.203c-15.208-6.166-23.102-22.695-18.836-38.139l1.203-3.539 240-592c9.743-24.033 41.397-26.382 55.424-7.047l2.168 3.423zM512 213.12l-121.184 298.88h242.336l-121.152-298.88z","M864 800v96h-704v-96z"],"tags":["font-color"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"properties":{"code":59884,"codes":[59884,60166],"id":25,"name":"font-color","order":946,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":355},{"icon":{"attrs":[{}],"defaultCode":59884,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 480h704c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["horizontal-line"]},"attrs":[{}],"properties":{"code":59892,"id":26,"name":"horizontal-line","order":947,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":356},{"icon":{"attrs":[{}],"defaultCode":59892,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 736c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM192 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM192 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512z"],"tags":["list-bullet"]},"attrs":[{}],"properties":{"code":59893,"id":34,"name":"list-bullet","order":948,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":357},{"icon":{"attrs":[{}],"defaultCode":59893,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M165.5 676.062c41.125 0 70.875 17.938 70.875 49 0 22.867-13.72 36.968-34.402 42.303l-4.536 1.009v1.313c30.625 2.625 45.937 19.687 45.937 42.875 0 35-29.312 57.313-77.875 57.313-33.687 0-72.187-15.75-72.187-44.625 0-11.812 8.312-19.25 21-19.25 7 0 11.812 3.5 16.625 8.75 7.875 9.625 19.25 17.5 34.562 17.5 15.75 0 28-9.188 28-22.75 0-13.327-9.692-20.689-27.701-21.743l-4.674-0.132h-7c-10.937 0-17.937-6.562-17.937-16.625 0-10.238 5.67-16.222 14.777-17.317l3.16-0.183h6.563c18.375 0 29.75-7.438 29.75-20.125 0-14-10.5-21.437-25.375-21.437-10.5 0-18.58 3.111-26.699 11.791l-3.051 3.521c-5.688 7-9.625 10.062-18.375 10.062-11.375 0-19.25-7.438-19.25-18.375 0-27.125 35-42.875 67.812-42.875zM164.625 410.938c43.75 0 71.75 22.75 71.75 55.562 0 22.458-8.766 35.77-34.478 58.432l-5.772 5.006-37.625 31.937v1.313h66.063c10.5 0 17.937 7 17.937 18.812 0 9.45-6.379 16.419-14.99 17.719l-2.947 0.219h-109.375c-12.688 0-21-8.313-21-20.125 0-7.5 2.25-13.714 7.577-19.194l2.923-2.681 56.437-48.563c22.313-18.812 28-27.562 28-39.375 0-12.688-10.062-21.875-23.625-21.875-12.056 0-20.654 4.84-26.411 13.904l-2.027 3.596c-4.813 9.625-10.938 12.688-20.125 12.688-12.25 0-20.563-6.562-20.563-19.25 0-26.25 28.438-48.125 68.25-48.125zM864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM179.063 145.375c15.346 0 26.219 8.947 27.801 23.399l0.199 3.726v141.75c0 17.062-10.063 25.375-24.938 25.375-14.135 0-23.423-7.083-24.768-21.593l-0.169-3.782v-119.875h-0.875l-21.875 15.75c-7 4.812-9.625 5.687-14.875 5.687-9.625 0-17.5-7-17.5-17.5 0-7.125 3.214-11.679 9.643-16.691l3.482-2.559 31.5-21.875c9.625-7 17.937-11.812 32.375-11.812zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512z"],"tags":["list-ordered"]},"attrs":[{}],"properties":{"code":59897,"id":35,"name":"list-ordered","order":949,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":358},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M584.236 64.009c-1.326-0.072-2.58 0.287-3.907 0.556l-501.76 94.652c-8.476 1.613-14.569 9.3-14.569 17.92v668.051c0 8.619 6.093 16.307 14.569 17.92l501.76 96.337c1.111 0.197 2.24 0.556 3.351 0.556 4.122 0 7.974-1.254 11.2-3.924 4.122-3.423 6.72-8.602 6.72-13.995v-860.151c0-5.322-2.598-10.573-6.72-13.995-3.012-2.457-6.758-3.838-10.644-3.924zM637.44 209.052v211.669c40.681-6.45 73.906-35.953 85.12-75.586 34.272 14.321 63.373 38.735 83.436 69.995-37.259 17.893-60.98 55.542-61.036 96.875 0 42.345 24.855 78.811 60.48 96.319-20.252 30.829-49.33 54.835-83.436 68.884-11.665-38.827-44.525-67.551-84.564-73.919v211.669c49.997-8.046 86.948-49.423 89.044-101.354 47.972-17.22 88.394-50.705 114.24-94.635 3.763 0.412 7.831 0.556 11.756 0.556 59.297 0 107.52-48.222 107.52-107.519-0.047-30.35-12.904-59.27-35.405-79.638s-52.555-30.291-82.76-27.325c-25.822-44.76-66.702-78.895-115.351-96.319-2.867-51.161-39.621-91.696-89.044-99.67zM325.524 340.082c17.92 0 32.256 1.541 44.8 3.369 12.526 1.81 25.052 5.376 35.84 8.96v69.995c-5.394-3.584-10.788-7.078-17.92-10.644-6.227-3.186-12.807-5.628-19.604-7.275-7.132-1.828-14.211-3.369-19.604-3.369-6.401-1.642-12.998-2.396-19.604-2.24-8.96 0-16.379 0.43-23.511 2.24-7.132 1.828-12.544 3.154-17.92 6.72-5.376 3.584-8.817 7.634-10.644 11.2-1.81 3.584-3.924 8.619-3.924 14.013 0 5.376 2.115 10.985 3.942 14.551 3.548 3.584 6.917 8.763 12.311 12.329 5.376 3.566 12.454 7.060 19.604 10.626 7.132 3.584 16.236 7.634 25.196 11.2 12.526 5.394 25.052 10.788 35.84 17.92 10.77 5.394 19.73 12.329 26.88 21.289 7.132 7.132 12.526 16.092 17.92 26.88 3.566 10.788 5.591 21.629 5.591 34.155-1.81 19.748-5.251 33.958-10.627 46.484-7.15 12.544-16.594 23.117-29.12 30.249-12.544 7.132-24.783 12.669-40.893 16.235-16.092 3.566-32.471 5.591-50.391 5.591s-35.983-2.025-52.076-5.591c-14.246-1.693-28.086-5.866-40.893-12.329v-73.346c12.641 10.937 27.292 19.306 43.133 24.64 16.092 5.376 30.374 8.96 46.467 8.96 8.96 0 18.063 0.125 25.196-1.684 7.15-1.828 12.544-3.709 17.92-7.293 5.394-3.566 8.835-7.060 10.644-10.626 1.828-3.584 3.369-8.763 3.369-12.329 0-7.132-1.469-12.526-5.036-17.92-3.584-5.376-9.175-9.157-14.569-14.551-7.132-3.584-14.569-8.763-23.529-12.329s-17.777-7.49-28.547-12.866c-25.070-10.788-44.603-23.117-57.129-39.209s-19.604-33.958-19.604-55.444c0-17.92 3.512-32.256 10.644-44.8 7.15-12.526 16.038-21.826 28.564-30.786 12.544-7.15 25.339-14.354 41.449-17.92 16.092-3.584 31.898-5.053 49.818-5.053h0.018z"],"tags":["sharepoint"]},"attrs":[{}],"properties":{"code":60156,"id":433,"name":"sharepoint","order":950,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":359},{"icon":{"attrs":[{}],"defaultCode":59692,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M40.918 235.648c-23.040 0-40.918 17.924-40.918 38.36v322.090c2.294 106.383 89.076 191.747 195.795 191.747 0.36 0 0.72 0 1.080 0h-0.056c75.708-0.094 141.613-41.97 175.901-103.805l0.524-1.030c33.238 61.356 99.711 104.835 173.823 104.835 109.951 0 199.423-86.916 199.423-196.825 2.56-104.831-86.912-191.787-196.821-191.787-74.154 0-140.585 40.918-173.823 102.271-33.28-61.356-99.753-102.271-176.425-102.271-46.038 0-86.954 15.36-120.191 38.356v-163.583c-0.488-20.97-17.348-37.844-38.268-38.358h-0.044zM751.016 395.097c-2.048-0.366-4.404-0.576-6.808-0.576-8.698 0-16.754 2.738-23.356 7.402l0.126-0.084c-15.36 12.8-20.438 38.358-7.68 56.236l102.271 132.949-102.229 132.907c-12.8 17.92-10.24 40.96 7.68 53.76 17.876 12.8 43.35 12.716 56.15-5.206l86.996-112.469 89.428 115.071c12.8 15.36 38.356 17.876 56.236 5.12 15.36-12.8 17.92-35.84 5.164-53.716l-99.753-132.907 99.753-130.431c12.8-17.878 12.716-43.436-5.164-56.236-20.48-12.8-43.476-10.24-56.236 7.68l-89.428 109.909-87.040-114.985c-6.356-7.68-15.914-12.8-26.112-14.42l0.002-0.004zM196.819 475.905c66.474 0 120.191 53.762 120.191 117.675 0 66.476-53.716 117.587-120.191 117.587s-120.149-51.116-120.149-117.587c0-63.914 53.676-117.675 120.149-117.675v0zM549.671 475.905c66.476 0 120.149 53.762 120.149 117.675-2.56 66.476-56.236 117.587-120.149 117.587-66.476 0-120.191-51.116-120.191-117.587 0-63.914 53.716-117.675 120.191-117.675v0z"],"tags":["box"]},"attrs":[{}],"properties":{"code":59692,"id":219,"name":"box","order":951,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":360},{"icon":{"attrs":[{}],"defaultCode":59667,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M692.197 488.68c-11.896-0.388-23.307 0.328-34.002 2.023 3.004-23.795 13.037-53.010 48.477-51.793 39.224 1.341 44.693 37.75 44.844 62.41-16.551-7.258-37.036-11.871-59.321-12.642v0l0.002 0.002zM859.943 230.348c-6.577-34.476-27.419-51.497-46.286-58.158-20.362-7.228-61.658-14.727-113.529-20.734-41.752-4.817-90.765-4.432-120.414-3.543-3.573-23.916-20.633-45.78-39.735-53.338-50.935-20.141-129.63-15.262-149.842-9.697-16.055 4.402-33.819 13.416-43.701 27.337-6.637 9.311-10.932 21.209-10.962 37.84 0 9.43 0.27 31.622 0.513 51.315 0.239 19.783 0.511 37.452 0.511 37.571-0.015 17.613-14.54 31.92-32.54 31.95h-82.569c-17.612 0-31.069 2.916-41.357 7.495-10.303 4.611-17.586 10.801-23.128 18.118-11.023 14.548-12.946 32.485-12.902 50.78 0 0 0.165 14.961 3.832 43.938 3.064 22.403 27.796 178.965 51.299 226.588 9.117 18.502 15.182 26.24 33.099 34.389 39.886 16.778 130.997 35.461 173.708 40.785 42.618 5.355 69.377 16.628 85.329-16.213 0.043-0.087 3.183-8.179 7.508-20.020 13.845-41.199 15.769-77.762 15.769-104.206 0-2.707 4.024-2.829 4.024 0 0 18.651-3.638 84.751 47.183 102.48 20.064 6.989 61.693 13.209 103.983 18.086 38.267 4.314 66.016 19.097 66.016 115.452 0 58.633-12.558 66.665-78.091 66.665-53.134 0-73.408 1.368-73.408-40.101 0-33.495 33.758-29.987 58.747-29.987 11.176 0 3.066-8.151 3.066-28.823 0-20.589 13.093-32.455 0.722-32.752-86.446-2.347-137.351-0.117-137.351 106.112 0 96.413 37.577 114.32 160.296 114.32 96.234 0 130.173-3.095 169.878-124.168 7.868-23.884 26.912-96.859 38.383-219.332 7.299-77.431-6.848-311.16-18.052-370.154v0.002zM217.508 247.335h82.628c4.729 0 8.53-3.779 8.545-8.39 0-0.028-1.003-69.519-1.003-88.857v-0.207c0-15.887 3.39-29.718 9.293-41.32l2.827-5.205c-0.319 0.060-0.634 0.207-0.949 0.505l-160.417 156.236c-0.317 0.266-0.511 0.597-0.599 0.923 3.321-1.607 7.857-3.807 8.5-4.076 13.966-6.218 30.908-9.609 51.177-9.609h-0.002z"],"tags":["evernote"]},"attrs":[{}],"properties":{"code":59667,"id":215,"name":"evernote","order":952,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":361},{"icon":{"attrs":[{}],"defaultCode":59666,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M336.612 724.894l-251.278-167.26 173.326-142.116 253.31 159.944-175.358 149.432zM511.97 575.434l253.368-159.914 173.326 142.086-250.78 167.288-175.914-149.46zM513.022 607.958l175.884 148.908 75.41-50.318v56.62l-251.292 153.642v0.524l-0.514-0.524-0.54 0.524v-0.524l-250.736-153.642v-56.62l75.38 50.318 175.358-148.908v-1.044l0.54 0.52 0.514-0.52v1.044h-0.004zM85.332 273.928l251.278-167.262 175.356 149.464-253.308 159.39-173.326-141.592zM687.884 106.668l250.782 167.262-173.326 141.592-253.37-159.39 175.914-149.464z"],"tags":["dropbox"]},"attrs":[{}],"properties":{"code":59666,"id":218,"name":"dropbox","order":953,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":362},{"icon":{"attrs":[{}],"defaultCode":59668,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M85.332 653.472l134.314 242.528 260.746-464.858-138.274-242.528-256.786 464.858zM421.138 653.472l-134.318 242.528h517.532l134.314-242.528h-517.528zM646.314 128h-268.63l272.59 485.052h268.632l-272.592-485.052z"],"tags":["google"]},"attrs":[{}],"properties":{"code":59668,"id":216,"name":"google","order":954,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":363},{"icon":{"attrs":[{}],"defaultCode":59669,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M893.846 588.694v0.002c47.745 17.123 70.173 53.089 66.080 105.963-2.647 34.596-18.765 62.192-44.348 75.893l-12.005 6.435-267.157 0.51c-205.264 0.405-270.514-0.324-281.796-3.15-54.252-13.568-84.474-56.753-84.566-120.853-0.025-20.486 1.446-30.313 6.551-43.479 12.526-32.303 45.659-56.668 89.257-65.634 21.707-4.472 28.388-9.263 28.388-20.354 0-3.503 2.578-13.867 5.733-23.047 14.343-41.726 40.886-76.538 69.25-90.779 29.686-14.888 44.68-18.256 80.597-18.065 51.002 0.27 76.452 11.358 112.034 48.808l19.566 20.596 17.538-6.086c84.875-29.425 169.481 20.648 176.298 104.351l1.87 22.881 16.709 6.007zM247.33 725.265c3.168 6.221 4.933 12.116 3.931 13.139-2.582 2.585-85.451 1.697-96.907-1.023-31.665-7.541-65.225-35.563-80.957-67.601-8.929-18.171-9.397-20.839-9.397-52.983 0-30.581 0.761-35.509 7.857-50.694 14.986-32.009 43.68-55.137 79.703-64.21 7.591-1.911 14.727-4.98 15.862-6.81 1.124-1.805 2.378-11.736 2.782-22.051 2.513-64.047 44.468-120.472 103.037-138.619 31.65-9.769 71.416-7.375 105.834 6.41 10.918 4.387 9.692 5.329 32.772-24.983 13.66-17.934 41.249-40.249 63.824-51.613 24.364-12.249 49.693-17.903 80.009-17.827 84.743 0.22 157.718 53.282 184.719 134.291 8.637 25.871 8.208 33.113-1.975 33.331-4.437 0.108-17.16 2.556-28.257 5.439l-20.181 5.275-18.444-18.465c-51.966-52.043-136.761-63.297-208.869-27.703-28.801 14.214-51.939 34.652-69.423 61.247-12.471 18.951-28.362 54.356-28.362 63.131 0 6.217-5.027 9.342-26.547 16.421-66.616 21.86-105.498 72.392-105.47 137.059 0.013 23.561 6.067 52.339 14.461 68.84z"],"tags":["onedrive"]},"attrs":[{}],"properties":{"code":59683,"id":217,"name":"onedrive","order":955,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":364},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M312.89 227.556h398.222c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332z","M396.658 628.052c8.44 0 16.308-0.45 23.608-1.35s14.152-2.252 20.55-4.052c6.4-1.802 12.42-4.1 18.062-6.898s11.070-6.092 16.284-9.884v0-83.2h-68.408v21.618c0 1.99 0.712 3.674 2.132 5.048s3.366 2.062 5.832 2.062v0h25.742v37.404c-5.784 2.75-11.876 4.908-18.276 6.472s-13.914 2.346-22.542 2.346c-9.766 0-18.774-1.682-27.022-5.048s-15.36-8.226-21.334-14.578c-5.974-6.352-10.62-14.15-13.938-23.396s-4.978-19.794-4.978-31.644c0-11 1.564-20.954 4.692-29.868s7.584-16.546 13.368-22.898c5.784-6.354 12.776-11.236 20.978-14.65s17.376-5.12 27.52-5.12c6.258 0 11.782 0.428 16.57 1.28s9.102 1.944 12.942 3.272c3.84 1.326 7.348 2.892 10.524 4.692s6.282 3.604 9.316 5.404c2.37 1.516 4.692 2.276 6.968 2.276 3.604 0 6.496-1.754 8.676-5.262v0l11.094-17.35c-8.534-7.964-18.94-14.436-31.218-19.414s-26.81-7.466-43.592-7.466c-16.404 0-31.194 2.56-44.372 7.68s-24.392 12.326-33.636 21.618c-9.244 9.292-16.38 20.384-21.404 33.28s-7.538 27.070-7.538 42.524c0 15.264 2.584 29.346 7.75 42.24s12.35 23.988 21.548 33.28c9.198 9.292 20.1 16.544 32.712 21.76s26.406 7.822 41.388 7.822h0.002zM553.956 625.778v-205.654h-38.4v205.654h38.4zM638.72 625.778v-83.77h76.942v-30.578h-76.942v-60.87h91.164v-30.436h-129.706v205.654h38.542z"],"tags":["gif-file"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":59964,"codes":[59964,59981,59982,59983],"id":278,"name":"gif-file","order":956,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":365},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(255, 188, 49)","opacity":0.16},{"fill":"rgb(255, 188, 49)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v374.042h-439.23c-3.372 0-6.108 2.734-6.108 6.108 0 2.952 2.094 5.414 4.878 5.982l1.23 0.124h439.23v40.408c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.11 71.11-71.11h426.666zM369.168 635.192l-9.684 14.92c-1.222 2.006-0.96 4.538 0.698 6.194 1.258 1.256 3.072 1.73 4.73 1.29l1.202-0.504 15.88-9.25-12.826-12.65zM619.058 369.24l-224.066 226.25c-3.468 3.47-6.642 7.23-9.522 11.216l-2.782 4.054-10.992 20.156 15.008 14.92 20.068-10.384c4.816-2.792 9.298-6.086 13.4-9.84l3.004-2.9 223.802-225.812-27.92-27.66zM683.102 333.732c-7.13-7.13-18.322-7.564-26.032-1.44l-1.714 1.528-31.41 31.672 27.922 27.66 31.412-31.672c7.592-7.766 7.592-20.156-0.174-27.748v0h-0.004z"],"tags":["mac-pages"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(255, 188, 49)","opacity":0.16},{"fill":"rgb(255, 188, 49)"}],"properties":{"code":59941,"codes":[59941,59984,59985],"id":276,"name":"mac-pages","order":957,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":366},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(84, 203, 67)","opacity":0.16},{"fill":"rgb(84, 203, 67)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v426.668c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.114 71.11-71.114h426.666zM716.444 672h-408.89v17.778h408.89v-17.778zM396.444 600.89h-88.89v53.332h88.89v-53.332zM503.11 512h-88.89v142.222h88.89v-142.222zM609.778 334.222h-88.89v320h88.89v-320zM716.444 423.11h-88.89v231.11h88.89v-231.11z"],"tags":["mac-numbers"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(84, 203, 67)","opacity":0.16},{"fill":"rgb(84, 203, 67)"}],"properties":{"code":59942,"codes":[59942,59986,59987],"id":275,"name":"mac-numbers","order":958,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":367},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(3, 157, 250)","opacity":0.16},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M796.444 512c0 122.182-77.044 226.37-185.192 266.646-30.906 11.506-64.342 17.798-99.252 17.798-35.642 0-69.764-6.56-101.204-18.53-107.124-40.798-183.24-144.462-183.24-265.914 0-157.094 127.35-284.444 284.444-284.444s284.444 127.35 284.444 284.444z","M291.664 547.84c0 12.068 9.644 21.846 21.538 21.846h405.602c11.894 0 21.534-9.782 21.534-21.846h-448.674z","M614.246 778.574c-30.59 11.552-63.686 17.87-98.24 17.87-35.278 0-69.052-6.586-100.17-18.606 1.15-0.384 2.368-0.596 3.62-0.596h61.144c12.618 0 22.834-10.376 22.834-23.164v-169.826h21.546v169.828c0 12.788 10.216 23.164 22.832 23.164h61.144c1.884 0 3.702 0.478 5.288 1.328l0.002 0.002z","M714.040 362.702c-0.666-11.902-10.374-21.204-22.124-21.204h-329.060v-25.202c0-9.862 7.908-17.886 17.632-17.886h55.534c2.362 8.346 9.928 14.46 18.914 14.46h44.37c10.876 0 19.692-8.942 19.692-19.976v-4.242c0-11.034-8.816-19.976-19.69-19.976h-44.37c-9.666 0-17.688 7.070-19.358 16.386h-55.088c-16.978 0-30.792 14.014-30.792 31.238v25.202h-13.196c-11.75 0-21.456 9.304-22.124 21.204l-9.55 170.57h418.762l-9.548-170.572-0.004-0.002z"],"tags":["mac-keynote"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(3, 157, 250)","opacity":0.16},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"}],"properties":{"code":59943,"codes":[59943,59988,59989,59990,59991,59992],"id":274,"name":"mac-keynote","order":959,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":368},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(33, 150, 243)","opacity":0.16},{"fill":"rgb(33, 150, 243)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002zM527.802 644.74h-158.024v31.606h158.024v-31.606zM654.222 581.53h-284.444v31.606h284.444v-31.606zM654.222 518.322h-284.444v31.606h284.444v-31.606zM654.222 455.11h-284.444v31.606h284.444v-31.606z"],"tags":["google-doc"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(33, 150, 243)","opacity":0.16},{"fill":"rgb(33, 150, 243)"}],"properties":{"code":59688,"codes":[59688,59993,59994],"id":251,"name":"google-doc","order":960,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":369},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(67, 160, 71)","opacity":0.16},{"fill":"rgb(67, 160, 71)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002zM622.616 455.11h-252.84v221.236h284.444v-221.236h-31.604zM401.382 486.716h63.21v31.606h-63.21v-31.606zM401.382 549.926h63.21v31.606h-63.21v-31.606zM401.382 613.136h63.21v31.606h-63.21v-31.606zM622.616 644.74h-126.42v-31.606h126.42v31.606zM622.616 581.53h-126.42v-31.606h126.42v31.606zM622.616 518.322h-126.42v-31.606h126.42v31.606z"],"tags":["google-sheet"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(67, 160, 71)","opacity":0.16},{"fill":"rgb(67, 160, 71)"}],"properties":{"code":59665,"codes":[59665,59995,59996],"id":252,"name":"google-sheet","order":961,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":370},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(246, 173, 22)","opacity":0.16},{"fill":"rgb(246, 173, 22)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572zM597.332 483.556h-170.668c-15.71 0-28.444 12.736-28.444 28.444v0 142.222c0 15.708 12.736 28.444 28.444 28.444v0h170.668c15.708 0 28.444-12.736 28.444-28.444v0-142.222c0-15.71-12.736-28.444-28.444-28.444v0z"],"tags":["google-slide"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(246, 173, 22)","opacity":0.16},{"fill":"rgb(246, 173, 22)"}],"properties":{"code":59664,"codes":[59664,59956,59650],"id":253,"name":"google-slide","order":962,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":371},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M426.666 284.444h184.89l184.89 312.89h-184.89z","M312.89 768l97.234-170.668h386.32l-96.366 170.668z","M227.556 608.494l93.122 159.506 191.322-322.37-94.814-161.186z"],"tags":["default-gdrive"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"properties":{"code":59658,"codes":[59658,59659,59660,59661,59662,59663,59671],"id":258,"name":"default-gdrive","order":963,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":372},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.992},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(0, 97, 213)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M158.688 288c-17.28 0-30.688 13.41-30.688 28.699v240.977c1.72 79.592 66.807 143.459 146.846 143.459 0.27 0 0.54 0 0.81 0h-0.042c56.781-0.070 106.21-31.4 131.926-77.664l0.393-0.771c24.928 45.904 74.784 78.434 130.367 78.434 82.464 0 149.567-65.027 149.567-147.258 1.92-78.431-65.184-143.488-147.616-143.488-55.615 0-105.439 30.613-130.367 76.516-24.96-45.904-74.815-76.516-132.319-76.516-34.528 0-65.215 11.492-90.144 28.697v-122.387c-0.366-15.689-13.011-28.313-28.701-28.698h-0.033zM691.262 407.294c-1.536-0.274-3.303-0.431-5.106-0.431-6.523 0-12.565 2.048-17.517 5.538l0.094-0.063c-11.52 9.576-15.328 28.698-5.76 42.074l76.704 99.468-76.672 99.437c-9.6 13.407-7.68 30.645 5.76 40.221 13.407 9.576 32.512 9.514 42.112-3.895l65.247-84.146 67.071 86.092c9.6 11.492 28.767 13.374 42.177 3.831 11.52-9.576 13.44-26.814 3.873-40.188l-74.815-99.437 74.815-97.584c9.6-13.376 9.537-32.497-3.873-42.074-15.36-9.576-32.607-7.661-42.177 5.746l-67.071 82.23-65.28-86.028c-4.767-5.746-11.935-9.576-19.584-10.788l0.002-0.003zM275.614 467.752c49.855 0 90.144 40.223 90.144 88.041 0 49.735-40.287 87.975-90.144 87.975s-90.112-38.243-90.112-87.975c0-47.818 40.257-88.041 90.112-88.041v0zM540.253 467.752c49.857 0 90.112 40.223 90.112 88.041-1.92 49.735-42.177 87.975-90.112 87.975-49.857 0-90.144-38.243-90.144-87.975 0-47.818 40.287-88.041 90.144-88.041v0z"],"tags":["default-box"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.992},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(0, 97, 213)"}],"properties":{"code":60232,"codes":[60232,60233,60234],"id":487,"name":"default-box","order":964,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":373},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(75, 119, 241)"}],"defaultCode":59708,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M707.37 284.444h-390.786c-31.662-0.058-57.372 28.85-57.424 64.57 0 2.906 0.166 5.81 0.508 8.69 0.814 7.1 6.578 12.112 12.874 11.194 1.534-0.224 3.012-0.794 4.344-1.678 5.072-3.328 10.846-5.048 16.712-4.978h81.836c14.77 0.046 27.89 10.642 32.688 26.398l1.954 7.106c7.908 26.41 29.838 44.216 54.548 44.29h265.734c6.028 0.006 11.948 1.794 17.172 5.188 1.764 1.162 3.772 1.77 5.816 1.764 6.348 0 11.494-5.806 11.494-12.966v-84.744c0-35.804-25.73-64.83-57.47-64.83v-0.004z","M766.886 426.058c-9.016-5.086-19.266-7.762-29.702-7.756h-274.014c-15.228-0.040-28.76-9.416-33.706-23.358l-2.014-6.286c-8.156-23.37-30.768-39.126-56.25-39.196h-84.386c-10.182-0.092-20.204 2.468-29.012 7.418-18.682 10.12-30.246 29.228-30.246 49.954v275.36c0 31.682 26.532 57.366 59.258 57.366h450.37c32.728 0 59.26-25.684 59.26-57.366v-206.52c0.072-20.478-11.212-39.418-29.558-49.61v-0.006z"],"tags":["default-file"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(75, 119, 241)"}],"properties":{"code":59708,"codes":[59708,59749,59651,59652],"id":164,"name":"default-file","order":965,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":374},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"defaultCode":59709,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M711.11 227.556c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332h398.222zM665.372 313.194l-256 56.894c-6.514 1.452-11.15 7.226-11.15 13.882v225.016c-11.918-7.226-26.596-11.664-42.668-11.664-39.196 0-71.11 25.518-71.11 56.894s31.916 56.894 71.11 56.894c39.196 0 71.11-25.518 71.11-56.894v-173.498l227.556-50.58v121.952c-11.918-7.226-26.596-11.664-42.668-11.664-39.226 0-71.11 25.518-71.11 56.894s31.886 56.894 71.11 56.894c39.226 0 71.11-25.518 71.11-56.894v-270.248c0-4.324-1.934-8.392-5.318-11.094-3.328-2.702-7.708-3.642-11.976-2.788l0.004 0.004z"],"tags":["default-music"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"properties":{"code":59709,"codes":[59709,59750,59655],"id":165,"name":"default-music","order":966,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":375},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"defaultCode":59710,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M512.002 227.556c-157.106 0-284.448 127.35-284.448 284.438 0 157.102 127.342 284.452 284.448 284.452 157.1 0 284.442-127.35 284.442-284.452 0-157.088-127.342-284.438-284.442-284.438zM623.9 536.678l-157.362 108.606c-19.648 13.572-35.82 4.976-35.82-19.11v-228.352c0-24.074 16.172-32.676 35.82-19.104l157.316 108.606c19.634 13.568 19.682 35.776 0.048 49.354h-0.002z"],"tags":["default-video"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"properties":{"code":59710,"codes":[59710,59751,59656],"id":166,"name":"default-video","order":967,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":376},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(68, 117, 253)","opacity":0.16},{"fill":"rgb(68, 117, 253)"}],"defaultCode":59711,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.996l174.928 158.774-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l46.082-0.174v56.49h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.888h-56.89v28.444h142.222v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.604l81.072-0.284z"],"tags":["zip"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(68, 117, 253)","opacity":0.16},{"fill":"rgb(68, 117, 253)"}],"properties":{"code":59953,"codes":[59953,59957,59657],"id":167,"name":"zip","order":968,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":377},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(65, 105, 161)","opacity":0.16},{"fill":"rgb(65, 105, 161)"}],"defaultCode":59701,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062zM544.304 656.948l-38.474-154.948h-1.202l-39.676 154.948h-33.664l-62.52-196.106h34.868l44.486 161 39.676-161h34.866l40.878 161 44.486-161h32.462l-61.318 196.106h-34.868z"],"tags":["doc"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(65, 105, 161)","opacity":0.16},{"fill":"rgb(65, 105, 161)"}],"properties":{"code":59701,"codes":[59701,59744,59663],"id":160,"name":"doc","order":969,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":378},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(0, 118, 64)","opacity":0.16},{"fill":"rgb(0, 118, 64)"}],"defaultCode":59702,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002zM456.256 449.642h-44.386l73.178 100.516-79.176 112.626h41.988l58.782-88.406 58.782 88.406h45.586l-82.774-115.050 73.178-98.096h-41.986l-52.784 75.086-50.388-75.082z"],"tags":["excel"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(0, 118, 64)","opacity":0.16},{"fill":"rgb(0, 118, 64)"}],"properties":{"code":59900,"codes":[59900,59997,59998],"id":161,"name":"excel","order":970,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":379},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(230, 65, 60)","opacity":0.16},{"fill":"rgb(230, 65, 60)"}],"defaultCode":59703,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256h152.062l177.628 153.106v289.894c0 19.368-6.614 35.71-19.838 49.026s-29.456 19.974-48.692 19.974h-261.16c-19.236 0-35.466-6.658-48.692-19.974s-19.838-29.656-19.838-49.026v-374c0-19.368 6.614-35.71 19.838-49.026s29.454-19.974 48.692-19.974zM517.046 352.938l-1.563-1.818c-7.479-8.041-18.3-10.728-28.815-7.193-9.949 3.338-18.213 11.694-23.003 26.384-8.433 25.871-3.385 65.501 13.811 97.97l2.42 4.381 2.57 4.281c-10.238 26.702-24.602 57.698-40.22 86.787-30.328 10.692-54.535 24.72-72.002 41.783-22.97 22.429-32.563 44.885-25.651 61.841 3.67 9.030 11.513 14.954 21.344 16.462l2.498 0.284 2.576 0.096 3.090-0.135c7.64-0.673 15.492-3.614 23.096-8.568 15.898-10.39 35.708-37.772 56.087-72.67l2.915-5.036 5.844-10.353c25.422-7.896 52.222-12.644 76.79-15.005 6.83-0.664 13.598-1.188 20.189-1.566 27.268 28.708 49.798 44.039 70.687 47.893 2.826 0.523 5.65 0.875 8.435 1.052l4.145 0.133 3.278-0.085c15.82-0.841 28.762-7.586 35.070-18.515 5.132-8.89 5.019-19.327-0.276-28.496-11.84-20.504-46.783-31.389-98.403-31.389l-5.416 0.037-5.441 0.113-8.334-9.506-7.562-8.984-8.555-10.48-30.7-38.419-1.31-1.605c7.587-21.736 11.923-39.491 12.896-52.937 2.25-31.030-0.571-52.241-8.952-64.637l-1.537-2.096v0zM417.648 606.025l-5.238 3.081-4.968 3.186c-6.443 4.318-12.161 8.913-17.139 13.773-13.474 13.163-19.365 24.367-19.343 29.107l0.047 0.297 1.412-0.119 1.59-0.352c2.223-0.62 4.832-1.837 7.465-3.554 7.522-4.913 19.644-19.889 33.548-41.325l2.627-4.094zM600.294 570.725l3.328 2.768 3.565 2.807c10.546 8.047 19.75 12.738 27.714 14.211l2.517 0.39 2.374 0.232 2.487 0.084 2.146-0.069c4.867-0.317 8.698-1.681 10.48-3.193l0.635-0.655-0.775-1.141-0.97-1.096c-6.142-6.189-23.174-11.905-49.087-14.019l-4.414-0.319zM502.711 503.609l-4.080 9.604c-5.603 12.931-11.834 26.322-18.456 39.655 19.030-4.37 37.784-7.249 54.994-8.941l-4.837-5.829-10.88-13.44-16.741-21.048zM495.123 371.568l-0.658 0.66-0.701 0.929c-0.954 1.41-1.966 3.493-2.805 6.074-4.711 14.447-3.132 37.073 4.338 58.414 1.982-7.872 3.187-14.613 3.578-20.034 1.847-25.48-0.048-39.377-3.186-45.114l-0.566-0.928z"],"tags":["pdf"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(230, 65, 60)","opacity":0.16},{"fill":"rgb(230, 65, 60)"}],"properties":{"code":59703,"codes":[59703,59747,59669],"id":162,"name":"pdf","order":971,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":380},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(213, 88, 60)","opacity":0.16},{"fill":"rgb(213, 88, 60)"}],"defaultCode":59704,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062zM453.244 543.474v-99.264h70.936c9.618 0 18.236 1.010 25.85 3.026s13.826 5.044 18.636 9.080c4.808 4.842 8.216 10.288 10.22 16.342s3.006 13.114 3.006 21.184c0 8.070-1.002 15.132-3.006 21.184s-5.41 11.5-10.22 16.342c-4.808 4.034-11.020 7.062-18.636 9.078s-16.23 3.026-25.85 3.026l-70.936 0.002zM423.188 413.946h113.016c13.626 0 25.448 1.818 35.468 5.45s18.636 8.676 25.85 15.132c7.214 7.262 12.424 15.738 15.63 25.42s4.808 20.982 4.808 33.894c0 12.106-1.602 23.202-4.808 33.288s-8.416 18.764-15.63 26.026c-7.214 6.456-15.83 11.5-25.85 15.132s-21.842 5.448-35.468 5.448h-82.96v110.158h-30.058v-269.948h0.002z"],"tags":["ppt"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(213, 88, 60)","opacity":0.16},{"fill":"rgb(213, 88, 60)"}],"properties":{"code":59711,"codes":[59711,59958,59685],"id":163,"name":"ppt","order":972,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":381},{"icon":{"attrs":[{"fill":"rgb(199, 199, 199)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(30, 136, 229)"},{"fill":"rgb(250, 250, 250)"},{"fill":"rgb(224, 224, 224)"},{"fill":"rgb(25, 118, 210)"}],"defaultCode":59859,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M832.001 75.43c-144.045 0-495.956 0-639.999 0-25.258 0-45.716 20.458-45.716 45.716 0 69.645 0 68.572 0 68.572h731.43c0 0 0 1.073 0-68.572 0-25.258-20.456-45.716-45.716-45.716zM283.428 144.001c-12.617 0-22.858-10.239-22.858-22.856s10.241-22.856 22.856-22.856c12.615 0 22.856 10.239 22.856 22.856s-10.241 22.856-22.856 22.856h0.002zM740.57 144.001c-12.617 0-22.856-10.239-22.856-22.856s10.241-22.856 22.856-22.856c12.615 0 22.856 10.239 22.856 22.856s-10.241 22.856-22.856 22.856z","M969.144 212.573c2.355-13.303-32.205-45.716-45.716-45.716-162.538 0-660.319 0-822.857 0-22.856 0-48.069 32.413-45.716 45.716 18.812 106.605 68.571 342.857 68.571 342.857h777.141c0 0 49.759-236.25 68.571-342.857h0.004z","M900.573 555.43h-777.141c0 0-49.759 236.25-68.571 342.857 0 26.194 18.103 45.716 45.716 45.716 162.536 0 660.319 0 822.857 0 13.509 0 45.716-11.43 45.716-45.716-18.812-106.607-68.571-342.857-68.571-342.857h-0.004z","M432.779 555.43c22.491 7.427 38.559 19.429 48.114 35.589 9.898 16.731 14.859 35.43 14.859 56.16 0 36.161-11.863 64.594-35.565 85.324-23.702 20.709-54.013 31.086-90.904 31.086-36.161 0-66.103-9.761-89.829-29.304s-35.109-46.035-34.217-79.451l0.823-1.646h51.246c0 20.893 6.401 37.53 19.221 49.873 12.801 12.366 30.399 18.538 52.755 18.538 22.719 0 40.526-6.171 53.417-18.538s19.361-30.628 19.361-54.789c0-24.525-5.715-42.604-17.166-54.24s-29.531-17.441-54.24-17.441h-46.879v-21.165l109.005 0.002zM686.561 555.43h53.691v202.423h-53.691v-202.423z","M300.046 464.821h-51.519l-0.549-1.646c-0.915-29.987 9.943-55.474 32.571-76.457s52.206-31.474 88.731-31.474c36.709 0 65.966 9.759 87.771 29.301s32.709 47.383 32.709 83.544c0 16.365-4.961 32.664-14.859 48.939s-24.754 28.663-44.571 37.211l2.447 1.189h-109.029v-20.822h46.879c23.816 0 40.663-5.944 50.561-17.85s14.859-28.481 14.859-49.736c0-22.719-5.623-39.977-16.89-51.795s-27.885-17.715-49.873-17.715c-20.893 0-37.667 6.124-50.284 18.401-12.206 11.839-18.514 27.474-18.949 48.915l-0.006-0.004zM740.251 555.43h-53.691v-142.127l-81.234 1.097v-38.721l134.927-14.719-0.002 194.471z","M100.571 166.857c-32.867 0-48.069 32.413-45.716 45.716 18.812 106.605 68.571 342.857 68.571 342.857l-22.856-388.573zM900.573 555.43c0 0 49.759-236.25 68.571-342.857 0-37.144-32.205-45.716-45.716-45.716l-22.856 388.573z"],"tags":["google-calendar-2019"]},"attrs":[{"fill":"rgb(199, 199, 199)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(30, 136, 229)"},{"fill":"rgb(250, 250, 250)"},{"fill":"rgb(224, 224, 224)"},{"fill":"rgb(25, 118, 210)"}],"properties":{"code":59859,"codes":[59859,59860,59861,59862,59863,59864],"id":40,"name":"google-calendar-2019","order":973,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":382},{"icon":{"attrs":[{"fill":"rgb(26, 35, 126)"},{"fill":"rgb(12, 73, 153)"},{"fill":"rgb(15, 115, 217)"},{"fill":"rgb(15, 67, 157)"},{"fill":"rgb(46, 205, 253)"},{"fill":"rgb(28, 95, 176)"},{"fill":"rgb(20, 103, 199)"},{"fill":"rgb(22, 144, 213)"},{"fill":"rgb(27, 180, 255)"},{"fill":"rgb(7, 77, 175)"},{"fill":"rgb(32, 118, 212)"},{"fill":"rgb(46, 208, 255)"},{"fill":"rgb(19, 159, 226)"},{"fill":"rgb(0, 72, 141)"},{"fill":"rgb(255, 255, 255)"}],"defaultCode":59752,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M960.161 501.761l-163.701-95.359v265.007h172.686v-154.011c0-6.424-3.429-12.388-8.983-15.634l-0.002-0.002z","M738.721 160.914h206.764v-25.326c0-21.874-17.715-39.589-39.566-39.589h-538.674c-21.851 0-39.589 17.715-39.589 39.589v25.326h411.064z","M738.721 725.074h167.177c21.851 0 39.587-17.715 39.587-39.587v-156.047h-206.764v195.634z","M327.68 529.464v156.047c0 21.851 17.715 39.587 39.589 39.587h166.241v-195.613l-205.83-0.021z","M738.721 160.914h206.764v183.474h-206.764z","M327.68 160.914h205.83v183.474h-205.828z","M533.484 529.464h205.234v195.613h-205.234z","M533.484 160.914h205.234v183.474h-205.234z","M738.721 344.389h206.764v185.051h-206.764z","M327.68 344.389h205.83v185.051h-205.828z","M533.484 344.389h205.234v185.051h-205.234z","M316.366 918.859c10.584 0 614.171 0 614.171 0 21.326 0 38.606-17.282 38.606-38.608v-362.811c0 0-0.686 15.041-40.024 36.96-29.713 16.549-628.686 354.538-628.686 354.538s5.349 9.921 15.932 9.921h0.002z","M929.806 918.789c-3.679 0-607.772 0.069-607.772 0.069-21.326 0-38.606-17.28-38.606-38.606v-348.435l671.156 378.559c-5.599 4.481-12.707 8.411-24.778 8.411v0.002z","M473.579 735.999h-380.297c-21.21 0-38.421-17.211-38.421-38.421v-380.297c0-21.212 17.211-38.421 38.421-38.421h380.297c21.212 0 38.421 17.211 38.421 38.421v380.297c0 21.212-17.211 38.421-38.421 38.421z","M281.463 387.062c-71.567 0-114.673 54.673-114.673 122.126s42.949 122.102 114.673 122.102c71.749 0 114.673-54.673 114.673-122.102 0-67.451-43.11-122.126-114.673-122.126v0zM281.463 590.079c-40.594 0-64.869-36.206-64.869-80.893s24.388-80.893 64.869-80.893c40.481 0 64.89 36.227 64.89 80.893s-24.321 80.893-64.89 80.893z"],"tags":["microsoft-outlook-2019"]},"attrs":[{"fill":"rgb(26, 35, 126)"},{"fill":"rgb(12, 73, 153)"},{"fill":"rgb(15, 115, 217)"},{"fill":"rgb(15, 67, 157)"},{"fill":"rgb(46, 205, 253)"},{"fill":"rgb(28, 95, 176)"},{"fill":"rgb(20, 103, 199)"},{"fill":"rgb(22, 144, 213)"},{"fill":"rgb(27, 180, 255)"},{"fill":"rgb(7, 77, 175)"},{"fill":"rgb(32, 118, 212)"},{"fill":"rgb(46, 208, 255)"},{"fill":"rgb(19, 159, 226)"},{"fill":"rgb(0, 72, 141)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":59752,"codes":[59752,59753,59754,59755,59756,59757,59758,59759,59760,59761,59762,59763,59764,59765,59766],"id":39,"name":"microsoft-outlook-2019","order":974,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":383},{"icon":{"attrs":[{"fill":"rgb(245, 76, 61)"},{"fill":"rgb(41, 158, 11)"}],"defaultCode":59836,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M256-0.002c139.864 0 253.532 111.889 255.96 250.829-123.233 40.515-220.618 137.9-261.138 261.096l5.178 0.075c-141.384 0-256-114.332-256-255.366v-1.267c0-138.644 110.764-251.483 248.834-255.268l7.166-0.098zM256 209.318c-51.887 0.469-83.679 10.994-109.977 32.66-12.249 10.092-16.976 21.705-16.951 37.007v0l0.084 2.235 0.319 1.923c1.189 5.801 4.412 11.782 8.691 15.307 6.153 5.069 13.4 7.277 24.033 5.775v0l35.886-6.021c12.234-2.292 12.754-12.923 12.498-22.316v0l-0.113-7.049 0.033-0.957c0.339-4.334 3.327-6.803 11.115-7.305 7.022-0.486 28.489-0.031 35.723 0 5.843 0.025 24.277-0.6 30.541 0 8.143 0.779 11.151 3.486 11.251 8.357v0l-0.096 6.991 0.057 1.551c0.756 9.163 5.044 19.792 17.773 21.529v0l35.926 6.026 1.963 0.204c7.861 0.546 15.751-2.127 21.437-6.811 4.484-3.695 7.666-8.555 8.836-14.167v0l0.582-3.616-0.056-2.461c-0.549-15.339-4.917-26.039-19.463-38.023-23.841-19.643-58.067-31.306-110.093-30.838z","M640 256c212.078 0 384 171.922 384 384s-171.922 384-384 384c-212.078 0-384-171.922-384-384s171.922-384 384-384zM573.33 465.32c-8.674-4.071-17.892-5.415-27.298-3.94-7.039 1.095-15.546 4.165-25.83 9.163-10.080 4.899-17.857 9.594-23.401 14.214-11.95 10.033-19.192 23.591-21.798 40.313-2.711 15.806-1.487 33.654 3.594 53.412 4.991 19.409 13.609 40.18 25.827 62.336 12.154 22.269 27.797 44.852 46.899 67.725 14.488 17.037 29.178 32.225 44.133 45.628 14.688 13.601 29.55 25.24 44.475 34.797 15.049 9.637 29.83 17.056 44.362 22.235 14.891 5.308 29.217 7.996 42.951 7.996 8.47 0 16.285-1.113 23.405-3.376 7.284-2.315 13.78-5.815 19.406-10.465 5.384-4.031 11.67-10.384 18.633-18.815 7.069-8.56 11.833-15.785 14.303-21.922 3.654-7.318 4.416-15.906 2.057-24.794-2.324-8.755-7.315-16.32-14.813-22.487-13.382-11.024-24.2-20.164-32.437-27.404-8.241-7.243-16.197-14.484-23.869-21.723-6.166-6.591-14.879-10.67-25.157-11.578-9.96-0.88-19.35 1.215-27.769 6.184-3.264 2.195-5.705 4.106-7.9 6.106-2.031 1.851-4.474 4.286-7.366 7.331v0l-0.967 1.194c-0.115 0.167-0.167 0.23-0.122 0.186v0l-1.027 0.999c-1.14 1.246-2.043 2.237-2.792 3.056-1.094-0.495-2.435-1.176-3.988-2.039-4.035-2.242-8.615-5.618-13.669-10.13-5.216-4.656-10.894-10.596-17.004-17.809-5.639-6.747-10.301-13.019-13.946-18.751-3.557-5.594-6.123-10.532-7.708-14.77v0c-1.247-3.052-1.985-5.328-2.324-7.016 0.548-0.29 1.161-0.579 1.842-0.862 1.203-0.568 2.040-1.029 2.852-1.532v0l2.186-1.062c1.013-0.492 1.941-1.082 2.796-1.756 2.431-1.329 4.646-2.676 6.646-4.048 2.241-1.538 4.409-3.199 6.507-4.983 7.341-7.392 11.337-15.376 12.505-24.318 1.188-9.098-0.92-17.812-6.218-25.822-8.45-12.215-15.648-23.258-21.704-33.287-6.042-10.006-11.403-19.671-16.086-28.992-4.782-8.729-11.507-15.121-20.187-19.194z"],"tags":["end & answer"]},"attrs":[{"fill":"rgb(245, 76, 61)"},{"fill":"rgb(41, 158, 11)"}],"properties":{"code":59836,"codes":[59836,59837,59838,59839],"id":52,"name":"end--answer","order":975,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":384},{"icon":{"attrs":[{"fill":"rgb(68, 117, 253)"},{"fill":"rgb(41, 158, 11)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M256-0.002c139.864 0 253.532 111.889 255.96 250.829-123.233 40.515-220.618 137.9-261.138 261.096l5.178 0.075c-141.384 0-256-114.332-256-255.366v-1.267c0-138.644 110.764-251.483 248.834-255.268l7.166-0.098zM198.4 153.6l-1.433 0.053c-9.935 0.733-17.767 9.025-17.767 19.147v0 166.4c0 10.604 8.596 19.2 19.2 19.2v0l1.433-0.053c9.935-0.733 17.767-9.025 17.767-19.147v0-166.4c0-10.604-8.596-19.2-19.2-19.2v0zM313.6 153.6l-1.433 0.053c-9.935 0.733-17.767 9.025-17.767 19.147v0 166.4c0 10.604 8.596 19.2 19.2 19.2v0l1.433-0.053c9.935-0.733 17.767-9.025 17.767-19.147v0-166.4c0-10.604-8.596-19.2-19.2-19.2v0z","M640 256c212.078 0 384 171.922 384 384s-171.922 384-384 384c-212.078 0-384-171.922-384-384s171.922-384 384-384zM573.33 465.32c-8.674-4.071-17.892-5.415-27.298-3.94-7.039 1.095-15.546 4.165-25.83 9.163-10.080 4.899-17.857 9.594-23.401 14.214-11.95 10.033-19.192 23.591-21.798 40.313-2.711 15.806-1.487 33.654 3.594 53.412 4.991 19.409 13.609 40.18 25.827 62.336 12.154 22.269 27.797 44.852 46.899 67.725 14.488 17.037 29.178 32.225 44.133 45.628 14.688 13.601 29.55 25.24 44.475 34.797 15.049 9.637 29.83 17.056 44.362 22.235 14.891 5.308 29.217 7.996 42.951 7.996 8.47 0 16.285-1.113 23.405-3.376 7.284-2.315 13.78-5.815 19.406-10.465 5.384-4.031 11.67-10.384 18.633-18.815 7.069-8.56 11.833-15.785 14.303-21.922 3.654-7.318 4.416-15.906 2.057-24.794-2.324-8.755-7.315-16.32-14.813-22.487-13.382-11.024-24.2-20.164-32.437-27.404-8.241-7.243-16.197-14.484-23.869-21.723-6.166-6.591-14.879-10.67-25.157-11.578-9.96-0.88-19.35 1.215-27.769 6.184-3.264 2.195-5.705 4.106-7.9 6.106-2.031 1.851-4.474 4.286-7.366 7.331v0l-0.967 1.194c-0.115 0.167-0.167 0.23-0.122 0.186v0l-1.027 0.999c-1.14 1.246-2.043 2.237-2.792 3.056-1.094-0.495-2.435-1.176-3.988-2.039-4.035-2.242-8.615-5.618-13.669-10.13-5.216-4.656-10.894-10.596-17.004-17.809-5.639-6.747-10.301-13.019-13.946-18.751-3.557-5.594-6.123-10.532-7.708-14.77v0c-1.247-3.052-1.985-5.328-2.324-7.016 0.548-0.29 1.161-0.579 1.842-0.862 1.203-0.568 2.040-1.029 2.852-1.532v0l2.186-1.062c1.013-0.492 1.941-1.082 2.796-1.756 2.431-1.329 4.646-2.676 6.646-4.048 2.241-1.538 4.409-3.199 6.507-4.983 7.341-7.392 11.337-15.376 12.505-24.318 1.188-9.098-0.92-17.812-6.218-25.822-8.45-12.215-15.648-23.258-21.704-33.287-6.042-10.006-11.403-19.671-16.086-28.992-4.782-8.729-11.507-15.121-20.187-19.194z"],"tags":["hold-answer"]},"attrs":[{"fill":"rgb(68, 117, 253)"},{"fill":"rgb(41, 158, 11)"}],"properties":{"code":60041,"codes":[60041,60042],"id":348,"name":"hold-answer","order":976,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":385},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(68, 117, 253)"}],"defaultCode":59870,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M469.456 896.48l34.544 33.010 22.083-21.058c213.917-203.982 321.917-367.53 321.917-495.632 0-192.528-153.904-348.8-344-348.8s-344 156.272-344 348.8c0 125.59 103.806 285.251 309.456 483.68zM224 412.8c0-157.399 125.471-284.8 280-284.8s280 127.401 280 284.8c0 99.124-88.81 239.323-268.174 416.423l-11.826 11.602c-187.287-182.588-280-326.747-280-428.026z","M224 412.8c0-157.399 125.471-284.8 280-284.8s280 127.401 280 284.8c0 99.124-88.81 239.323-268.174 416.423l-11.826 11.602c-187.287-182.588-280-326.747-280-428.026z"],"tags":["marker_s"]},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(68, 117, 253)"}],"properties":{"code":59870,"codes":[59870,59871],"id":45,"name":"marker_s","order":977,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":386},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 216, 0)"}],"defaultCode":59868,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M504.32 902.55l21.2-20.215 21.614-20.833c191.020-186.161 287.426-336.389 287.426-454.974 0-184.827-147.748-334.848-330.24-334.848s-330.24 150.021-330.24 334.848c0 122.978 103.68 279.985 309.040 475.807l21.2 20.215zM235.52 406.528c0-151.103 120.452-273.408 268.8-273.408s268.8 122.305 268.8 273.408c0 95.427-85.739 230.509-258.905 401.205l-9.895 9.7c-179.795-175.285-268.8-313.677-268.8-410.905z","M235.52 406.528c0-151.103 120.452-273.408 268.8-273.408s268.8 122.305 268.8 273.408c0 95.427-85.739 230.509-258.905 401.205l-9.895 9.7c-179.795-175.285-268.8-313.677-268.8-410.905z"],"tags":["marker_m"]},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 216, 0)"}],"properties":{"code":59868,"codes":[59868,59869],"id":44,"name":"marker_m","order":978,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":387},{"icon":{"attrs":[{"fill":"rgb(244, 67, 54)"}],"defaultCode":59648,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 750.125c0 45.688-36.188 81.875-81.875 81.875h-476.25c-45.687 0-81.875-36.188-81.875-81.875v-476.25c0-45.687 36.188-81.875 81.875-81.875h476.25c45.688 0 81.875 36.188 81.875 81.875v476.25z"],"tags":["stop-record"]},"attrs":[{"fill":"rgb(244, 67, 54)"}],"properties":{"code":59672,"id":105,"name":"stop-record","order":979,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":388},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"}],"defaultCode":59712,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572zM556.578 468.27l-68.888 128.654-49.988-66.594-70.7 124.658h164.294l-0.396-0.494 121.25 0.020-95.572-186.244zM440.89 398.222c-23.564 0-42.668 19.104-42.668 42.668s19.104 42.668 42.668 42.668c23.564 0 42.668-19.104 42.668-42.668s-19.104-42.668-42.668-42.668z"],"tags":["image-preview"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"}],"properties":{"code":59712,"codes":[59712,59726,59727],"id":168,"name":"image-preview","order":980,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":389},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"},{"fill":"rgb(241, 241, 242)"}],"defaultCode":59732,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M380.584 256.572l155.598-0.572 174.928 158.77-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l-0.002 0.002z","M586.538 471.6c18.722 0 30.22 17.12 49.348 58.318l20.066 44.404c4.302 9.318 6.922 14.494 10.246 20.496 2.652 4.788 5.032 8.552 7.084 11.23l1.82 2.206 0.866-0.672c8.148-7.534 28.576-46.096 53.668-110.472l6.242-16.298 26.62 10.020-10.338 26.888c-32.306 82.026-55.222 119.672-78.586 119.672l-3.88-0.156c-14.198-1.254-21.126-10.76-40.148-52.26l-19.458-43.078-4.816-10.038c-10.114-20.39-17.896-31.812-18.732-31.812-1.91 0-10.872 13.758-26.442 43.558l-14.846 29.114c-23.9 46.752-36.586 64.674-56.686 64.674-19.048 0-32.682-17.672-54.536-57.938l-21.612-40.764c-14.234-26.312-22-38.644-22.474-38.644l-0.272-0.068c-0.888-0.512 0.33-3.512-5.116 5.14l-78.060 130.274-24.414-14.596 55.822-94.466c2.58-4.294 4.654-7.71 6.014-9.884l6.764-10.58c16.052-24.464 26.074-34.264 39.256-34.264l3.63 0.112c13.276 0.93 19.822 8.28 40.356 46.586l25.1 47.586 6.68 11.972c5.268 9.13 9.832 16.202 14.010 21.618 5.122 6.636 8.788 9.472 8.844 9.472 2.536 0 12.21-13.242 25.746-38.456l11.52-22.39 9.536-18.792c24.434-47.574 32.794-57.71 51.168-57.71l0.010-0.002z"],"tags":["image-broken"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"},{"fill":"rgb(241, 241, 242)"}],"properties":{"code":59732,"codes":[59732,59767,59673,59674],"id":169,"name":"image-broken","order":981,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":390},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M788.881 530.947c11.742-16.254 32.821-23.227 52.125-16.278 26.416 9.509 50.882 24.13 72.165 43.066 14.698 13.078 19.508 34.098 12.261 52.323-3.113 7.829-2.6 16.66 1.402 23.955 3.993 7.279 10.691 11.662 18.005 12.212 20.229 1.519 36.738 16.277 41.179 35.9 3.976 17.569 5.983 35.624 5.983 53.874 0 18.227-2.002 36.27-5.967 53.855-4.431 19.65-20.963 34.43-41.218 35.937-7.302 0.543-13.99 4.918-17.982 12.195-4.003 7.296-4.518 16.136-1.406 23.973 7.233 18.214 2.427 39.215-12.253 52.289-21.269 18.941-45.74 33.57-72.168 43.083-20.445 7.359-42.924-0.892-54.154-19.332-4.368-7.172-11.395-11.242-18.853-11.242-7.462 0-14.504 4.076-18.885 11.257-11.232 18.407-33.679 26.645-54.104 19.308-26.409-9.486-50.886-24.108-72.182-43.056-14.698-13.078-19.508-34.098-12.261-52.323 3.113-7.829 2.6-16.66-1.402-23.955-3.993-7.279-10.691-11.662-18.005-12.212-20.229-1.519-36.738-16.277-41.179-35.9-3.976-17.569-5.983-35.624-5.983-53.875 0-18.227 2.002-36.27 5.967-53.854 4.431-19.65 20.963-34.43 41.218-35.937 7.302-0.543 13.99-4.918 17.982-12.195 4.003-7.296 4.518-16.136 1.406-23.973-7.233-18.214-2.427-39.215 12.253-52.289 21.269-18.941 45.74-33.57 72.168-43.083 20.444-7.359 42.921 0.891 54.152 19.329 4.371 7.176 11.397 11.246 18.855 11.246 6.29 0 12.3-2.894 16.24-7.446l1.789-2.408 2.852-4.442zM416 544c46.034 0 90.287 7.227 130.954 20.475-2.19 8.102-3.395 16.421-3.652 24.808l-0.038 5.597-3.372 1.853c-10.813 6.254-20.475 14.315-28.573 23.798-29.808-8.104-61.898-12.531-95.318-12.531-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 370.042 0.041c9.721 18.076 24.257 33.027 41.841 43.201l3.381 1.846 0.025 5.615c0.136 4.465 0.541 8.91 1.209 13.311l-416.498-0.014c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM704.032 580.128l-3.043 1.412c-5.107 2.509-10.087 5.305-14.92 8.375l-7.135 4.811-5.046 3.803 0.245 0.874c4.13 17.577 3.036 36.031-3.208 52.992l-2.583 6.286-3.065 6.118c-10.42 18.993-26.97 33.14-46.416 40.277l-5.917 1.929-2.704 0.644-1.136 8.26-0.482 4.99-0.345 5.014-0.277 10.088c0 4.503 0.164 8.985 0.492 13.438l0.614 6.657 1.134 8.193 2.72 0.705c18.138 5.193 34.158 16.332 45.643 31.798l3.657 5.314 3.017 5.098c9.919 18.080 13.339 38.797 10.153 58.777l-1.307 6.628-0.236 0.832 5.043 3.836c4.683 3.343 9.521 6.415 14.495 9.205l7.559 3.972 3.016 1.387 1.321-1.492c13.309-14.336 30.929-23.798 50.21-26.67l6.485-0.711 5.984-0.211c21.901 0 42.461 8.449 58.133 23.052l4.551 4.563 1.252 1.47 3.075-1.379c5.107-2.509 10.087-5.305 14.92-8.375l7.135-4.811 5.014-3.835-0.213-0.842c-4.13-17.577-3.036-36.031 3.208-52.992l2.583-6.286 3.065-6.118c10.42-18.993 26.97-33.14 46.416-40.277l5.917-1.929 2.672-0.677 1.168-8.228 0.482-4.99 0.345-5.014 0.277-10.088c0-4.503-0.164-8.985-0.492-13.438l-0.614-6.657-1.166-8.225-2.688-0.673c-18.138-5.193-34.158-16.332-45.643-31.798l-3.657-5.314-3.017-5.098c-9.919-18.080-13.339-38.797-10.153-58.777l1.51-7.493-5.009-3.803c-4.683-3.343-9.522-6.417-14.498-9.21l-7.564-3.977-3.009-1.378-2.092 2.376c-13.215 13.874-30.643 23.034-49.635 25.816l-6.385 0.689-5.887 0.204c-21.9 0-42.459-8.449-58.131-23.050l-4.551-4.563-1.286-1.503zM768 672c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["admin_border"]},"attrs":[{}],"properties":{"code":59676,"id":257,"name":"admin_border","order":982,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":391},{"icon":{"attrs":[{}],"defaultCode":59903,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M841.006 514.669c26.416 9.509 50.882 24.13 72.165 43.066 14.698 13.078 19.508 34.098 12.261 52.323-3.113 7.829-2.6 16.66 1.402 23.955 3.993 7.279 10.691 11.662 18.005 12.212 20.229 1.519 36.738 16.277 41.179 35.9 3.976 17.569 5.983 35.624 5.983 53.874 0 18.227-2.002 36.27-5.967 53.855-4.431 19.65-20.963 34.43-41.218 35.937-7.302 0.543-13.99 4.918-17.982 12.195-4.003 7.296-4.518 16.136-1.406 23.973 7.233 18.214 2.427 39.215-12.253 52.289-21.269 18.941-45.74 33.57-72.168 43.083-20.445 7.359-42.924-0.892-54.154-19.332-4.368-7.172-11.395-11.242-18.853-11.242-7.462 0-14.504 4.076-18.885 11.257-11.232 18.407-33.679 26.645-54.104 19.308-26.409-9.486-50.886-24.108-72.182-43.056-14.698-13.078-19.508-34.098-12.261-52.323 3.113-7.829 2.6-16.66-1.402-23.955-3.993-7.279-10.691-11.662-18.005-12.212-20.229-1.519-36.738-16.277-41.179-35.9-3.976-17.569-5.983-35.624-5.983-53.875 0-18.227 2.002-36.27 5.967-53.854 4.431-19.65 20.963-34.43 41.218-35.937 7.302-0.543 13.99-4.918 17.982-12.195 4.003-7.296 4.518-16.136 1.406-23.973-7.233-18.214-2.427-39.215 12.253-52.289 21.269-18.941 45.74-33.57 72.168-43.083 20.444-7.359 42.921 0.891 54.152 19.329 4.371 7.176 11.397 11.246 18.855 11.246 6.29 0 12.3-2.894 16.24-7.446l1.789-2.408 2.852-4.442c11.742-16.254 32.821-23.227 52.125-16.278zM416 544c46.034 0 90.287 7.227 130.954 20.475-2.19 8.102-3.395 16.421-3.652 24.808l-0.038 5.597-3.372 1.853c-26.066 15.076-45.438 40.648-52.357 71.334-5.011 22.224-7.535 44.989-7.535 67.933 0 22.982 2.532 45.776 7.561 68l1.551 6.059c7.994 27.943 26.473 51.124 50.771 65.183l3.381 1.846 0.025 5.615c0.136 4.465 0.541 8.91 1.209 13.311l-416.498-0.014c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM768 672c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192z"],"tags":["admin"]},"attrs":[{}],"properties":{"code":59903,"id":10,"name":"admin","order":983,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":392},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 608c17.673 0 32 14.327 32 32v96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-96.032l0.032 96c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-96h-95.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h96v-96c0-17.673 14.327-32 32-32zM256 608c28.786 0 56.623 4.175 82.629 11.936-15.466 17.375-29.083 36.079-40.551 55.918-13.542-2.523-27.623-3.854-42.078-3.854-98.581 0-179.81 61.913-190.747 141.623-1.253 9.129 1.67 17.826 10.378 18.377l3.212 0.096c14.213 0.258 69.63 0.237 166.252-0.062l10.905-0.034 0.289 8.677c1.152 17.205 5.703 33.479 12.988 48.156l3.867 7.202-209.145-0.035c-35.346 0-64-28.654-64-64 0-126.556 116.933-224 256-224zM672 544c38.915 0 76.557 5.165 111.836 14.765-29.597 11.355-56.158 28.789-78.165 50.78-11.032-1.030-22.274-1.545-33.671-1.545-153.31 0-278.641 93.17-287.499 210.683-0.438 5.81 2.018 11.649 6.432 13.017l2.009 0.3 256.335 0.001c6.881 23.122 17.396 44.679 30.881 64.009l-296.157-0.011c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM256 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM672 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM256 288c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96zM672 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["add-team_border"]},"attrs":[{}],"properties":{"code":59678,"id":256,"name":"add-team_border","order":984,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":393},{"icon":{"attrs":[{}],"defaultCode":59720,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 608c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM256 608c28.786 0 56.623 4.175 82.629 11.936-51.612 57.982-82.629 130.758-82.629 212.064 0 20.413 4.778 39.71 13.277 56.833l3.867 7.202-209.145-0.035c-35.346 0-64-28.654-64-64 0-126.556 116.933-224 256-224zM672 544c38.915 0 76.557 5.165 111.836 14.765-84.126 32.266-143.836 113.777-143.836 209.235 0 47.597 14.845 91.726 40.157 128.011l-296.157-0.011c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM864 640c-15.148 0-27.838 10.526-31.155 24.663l-0.63 3.605-0.215 3.732v64h-64l-3.732 0.215c-15.915 1.848-28.268 15.374-28.268 31.785 0 15.148 10.526 27.838 24.663 31.155l3.605 0.63 3.732 0.215h63.968l0.032 64 0.215 3.732c1.848 15.915 15.374 28.268 31.785 28.268 15.148 0 27.838-10.526 31.155-24.663l0.63-3.605 0.215-3.732-0.032-64h64.032l3.732-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-15.148-10.526-27.838-24.663-31.155l-3.605-0.63-3.732-0.215h-64v-64l-0.215-3.732c-1.848-15.915-15.374-28.268-31.785-28.268zM256 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM672 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192z"],"tags":["addteam"]},"attrs":[{}],"properties":{"code":59720,"id":142,"name":"add-team","order":985,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":394},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 608c-139.067 0-256 97.444-256 224 0 35.346 28.654 64 64 64l209.145 0.035c-9.541-16.481-15.512-35.286-16.855-55.359l-0.289-8.677c-114.441 0.367-174.564 0.367-180.369 0-8.708-0.551-11.631-9.248-10.378-18.377 10.938-79.711 92.166-141.623 190.747-141.623 14.455 0 28.536 1.331 42.078 3.854 11.468-19.839 25.085-38.543 40.551-55.918-26.007-7.761-53.844-11.936-82.629-11.936zM672 544c-191.384 0-352 124.923-352 288 0 35.346 28.654 64 64 64h576c35.346 0 64-28.654 64-64 0-163.077-160.616-288-352-288zM672 608c150.639 0 274.266 89.953 286.931 204.564 1.694 15.326-8.103 19.436-14.329 19.436-123.083 0-306.97 0-551.66 0-5.662 0-8.942-6.677-8.441-13.317 8.859-117.512 134.19-210.683 287.499-210.683zM256 224c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM672 96c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM256 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 160c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128z"],"tags":["team_border"]},"attrs":[{}],"properties":{"code":59684,"id":255,"name":"team_border","order":986,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":395},{"icon":{"attrs":[{}],"defaultCode":59700,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 608c-139.067 0-256 97.444-256 224 0 35.346 28.654 64 64 64l209.145 0.035c-10.904-18.835-17.145-40.706-17.145-64.035 0-81.306 31.017-154.081 82.629-212.064-26.007-7.761-53.844-11.936-82.629-11.936zM672 544c-191.384 0-352 124.923-352 288 0 35.346 28.654 64 64 64h576c35.346 0 64-28.654 64-64 0-163.077-160.616-288-352-288zM256 224c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM672 96c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192z"],"tags":["team"]},"attrs":[{}],"properties":{"code":59700,"id":159,"name":"team","order":987,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":396},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 576c226.153 0 416 138.070 416 320 0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64 0-181.93 189.847-320 416-320zM512 640c-183.564 0-334.31 102.189-350.551 232.614-2.004 16.098 5.44 23.386 18.145 23.386 149.577 0 372.708 0 669.391 0 7.652 0 15.369-5.041 14.194-17.618-12.445-133.167-164.918-238.382-351.18-238.382zM512 64c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224zM512 128c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160z"],"tags":["member_border"]},"attrs":[{}],"properties":{"code":59922,"id":254,"name":"member_border","order":988,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":397},{"icon":{"attrs":[{}],"defaultCode":59699,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 576c226.153 0 416 138.070 416 320 0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64 0-181.93 189.847-320 416-320zM512 64c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224z"],"tags":["people"]},"attrs":[{}],"properties":{"code":59976,"id":158,"name":"people","order":989,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":398},{"icon":{"attrs":[{}],"defaultCode":59829,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.673 0 32 14.327 32 32v128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128.032l0.032 128c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-128h-127.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-128c0-17.673 14.327-32 32-32zM416 544c55.117 0 107.682 10.361 154.594 29.011-13.868 16.768-25.614 35.299-34.872 55.22-36.428-12.992-76.988-20.231-119.722-20.231-150.678 0-274.33 89.999-286.941 204.653-1.586 14.422 10.729 19.348 16.623 19.349 85.542 0.007 213.855 0.016 384.939 0.030 9.402 23.217 22.111 44.742 37.543 63.989l-440.164-0.019c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["add member"]},"attrs":[{}],"properties":{"code":59963,"id":3,"name":"add-member_border","order":990,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":399},{"icon":{"attrs":[{}],"defaultCode":59719,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 512c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224zM416 544c33.192 0 65.458 3.757 96.122 10.82-40.105 49.498-64.122 112.534-64.122 181.18 0 59.221 17.875 114.268 48.523 160.039l-368.523-0.039c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM736 576c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v96h-96c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h95.968l0.032 96c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732-0.032-96h96.032c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215h-96v-96c0-17.673-14.327-32-32-32zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192z"],"tags":["addmember"]},"attrs":[{}],"properties":{"code":59719,"id":141,"name":"add-member","order":991,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":400},{"icon":{"attrs":[{}],"defaultCode":59802,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 704c-102.672 0-192.796 41.787-243.791 104.689l2.608 2.137c65.921 53.272 149.826 85.174 241.183 85.174s175.262-31.902 241.183-85.174l2.603-2.122c-51.005-62.923-141.122-104.704-243.786-104.704zM774.354 792.406l-8.043 7.318c2.708-2.395 5.393-4.838 8.043-7.318zM512 128c-212.077 0-384 171.923-384 384 0 96.357 35.491 184.425 94.113 251.845 63.983-75.638 170.999-123.845 289.887-123.845 118.872 0 225.873 48.193 289.891 123.789 58.629-67.392 94.109-155.447 94.109-251.789 0-212.077-171.923-384-384-384zM512 192c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM512 256c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["contacts_border"]},"attrs":[{}],"properties":{"code":59802,"id":212,"name":"contacts_border","order":992,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":401},{"icon":{"attrs":[{}],"defaultCode":59671,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 640c-118.889 0-225.904 48.207-289.887 123.845 11.263 12.954 23.381 25.145 36.278 36.493l9.818 8.351 2.608 2.137 8.7 6.826c64.532 49.159 145.099 78.348 232.483 78.348s167.951-29.189 232.483-78.348l8.7-6.826 2.603-2.122 9.812-8.35c12.894-11.349 25.025-23.551 36.321-36.532-64.015-75.614-171.030-123.821-289.919-123.821zM512 224c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160z"],"tags":["contacts"]},"attrs":[{}],"properties":{"code":59687,"id":211,"name":"contacts","order":993,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":402},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59775,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M512 224c15.648 0 30.336 2.88 44.032 8.672s25.6 14.592 35.648 26.464c10.048 11.872 17.984 26.848 23.808 44.96s8.736 39.488 8.736 64.128c0 24.672-2.912 46.016-8.736 64.032s-13.76 32.96-23.808 44.768c-10.048 11.808-21.92 20.576-35.648 26.368s-28.384 8.64-44.032 8.64c-15.808 0-30.464-2.88-44.032-8.672s-25.376-14.56-35.424-26.368c-10.048-11.808-17.952-26.72-23.68-44.768s-8.608-39.392-8.608-64.032c0-24.672 2.88-46.048 8.608-64.128s13.632-33.088 23.68-44.96c10.048-11.872 21.856-20.672 35.424-26.464s28.256-8.672 44.032-8.672zM512 253.696c-9.472 0-18.592 1.92-27.36 5.792s-16.448 10.272-23.040 19.168c-6.592 8.928-11.872 20.672-15.84 35.296s-5.92 32.672-5.92 54.208c0 21.504 1.984 39.552 5.92 54.112s9.216 26.304 15.84 35.2c6.592 8.928 14.272 15.296 23.040 19.168s17.888 5.792 27.36 5.792c9.472 0 18.592-1.92 27.36-5.792s16.48-10.272 23.168-19.168c6.688-8.928 12-20.672 15.936-35.2s5.92-32.576 5.92-54.112c0-21.504-1.984-39.584-5.92-54.208s-9.248-26.4-15.936-35.296c-6.688-8.928-14.4-15.296-23.168-19.168s-17.888-5.792-27.36-5.792z","M518.336 658.656v47.072h44.864v14.88h-44.864v47.392h-16.096v-47.392h-44.64v-14.88h44.64v-47.072z"],"tags":["0"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59775,"codes":[59775,59776],"id":92,"name":"0","order":994,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":403},{"icon":{"attrs":[{}],"defaultCode":59777,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M431.936 484.736h57.76v-195.936c0-5.888 0.192-11.84 0.576-17.856l-48.032 43.936c-1.248 1.056-2.496 1.824-3.744 2.304s-2.432 0.704-3.552 0.704c-1.888 0-3.552-0.448-5.056-1.312s-2.624-1.92-3.36-3.104l-10.496-15.456 79.904-74.016h27.2v260.736h52.896v27.264h-144.064v-27.264z"],"tags":["1"]},"attrs":[{}],"properties":{"code":59777,"id":93,"name":"1","order":995,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":404},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59778,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M515.808 224c12.192 0 23.552 1.792 34.144 5.376s19.712 8.768 27.424 15.616c7.712 6.816 13.76 15.136 18.176 24.928s6.624 20.928 6.624 33.376c0 10.592-1.6 20.416-4.832 29.408s-7.552 17.664-13.056 25.952c-5.504 8.288-11.808 16.288-18.976 24.064-4.768 5.184-9.76 10.4-14.912 15.712l-83.616 84.736c5.344-1.472 10.784-2.624 16.256-3.488s10.784-1.28 15.872-1.28h96.416c3.872 0 6.976 1.12 9.248 3.392s3.424 5.184 3.424 8.736v21.472h-192v-12.128c0-2.528 0.512-5.088 1.504-7.744s2.656-5.088 4.928-7.36l92.192-91.616c7.616-7.68 14.592-15.072 20.896-22.176s11.68-14.208 16.16-21.376c4.48-7.168 7.936-14.4 10.336-21.76s3.616-15.2 3.616-23.552c0-8.352-1.344-15.68-4.032-21.952s-6.368-11.488-11.040-15.616c-4.672-4.096-10.176-7.2-16.48-9.248s-13.056-3.072-20.288-3.072c-7.232 0-13.92 1.056-20.096 3.168s-11.616 5.056-16.352 8.832c-4.768 3.776-8.768 8.256-12.064 13.408s-5.6 10.88-6.944 17.088c-1.056 3.84-2.688 6.624-4.832 8.352s-4.96 2.592-8.448 2.592l-2.112-0.096c-0.736-0.064-1.568-0.16-2.496-0.288l-18.688-3.168c1.888-12.992 5.504-24.48 10.848-34.496s12.16-18.4 20.384-25.152c8.224-6.752 17.664-11.904 28.32-15.392s22.112-5.28 34.432-5.28z","M459.424 768h-12c-1.376 0-2.496-0.352-3.36-1.024s-1.504-1.568-1.92-2.624l-10.72-27.68h-51.424l-10.72 27.68c-0.384 0.96-1.024 1.824-1.92 2.56s-2.016 1.12-3.36 1.12h-12l45.856-114.624h15.744l45.856 114.624zM384.32 725.44h42.816l-18.016-46.624c-1.184-2.88-2.304-6.496-3.424-10.784l-1.728 6.048-1.632 4.832-18.016 46.56zM473.92 768v-114.624h36.576c7.040 0 13.12 0.704 18.208 2.080s9.28 3.36 12.544 5.92c3.264 2.56 5.696 5.696 7.264 9.408s2.368 7.872 2.368 12.512c0 2.816-0.448 5.536-1.312 8.16s-2.208 5.024-4 7.264c-1.792 2.24-4.032 4.256-6.72 6.016s-5.856 3.2-9.472 4.32c8.384 1.664 14.688 4.672 18.976 9.024s6.4 10.144 6.4 17.28c0 4.864-0.896 9.28-2.688 13.28s-4.384 7.456-7.84 10.336c-3.456 2.88-7.648 5.12-12.64 6.688s-10.688 2.368-17.088 2.368h-40.576zM489.44 715.744v39.904h24.8c4.416 0 8.224-0.512 11.392-1.504s5.792-2.432 7.84-4.288c2.048-1.856 3.552-4.032 4.512-6.56s1.44-5.312 1.44-8.352c0-5.92-2.080-10.592-6.272-14.048s-10.528-5.152-19.008-5.152h-24.736zM489.44 704.736h20.48c4.384 0 8.16-0.48 11.36-1.44s5.856-2.304 7.968-4c2.112-1.696 3.68-3.776 4.672-6.208s1.504-5.088 1.504-7.968c0-6.72-2.016-11.648-6.080-14.784s-10.336-4.736-18.88-4.736h-21.056v39.136zM658.24 744.32c0.864 0 1.632 0.352 2.336 1.024l6.080 6.624c-4.704 5.44-10.4 9.664-17.088 12.736s-14.752 4.544-24.192 4.544c-8.256 0-15.744-1.44-22.496-4.288s-12.448-6.848-17.216-12c-4.736-5.152-8.416-11.328-11.040-18.528s-3.904-15.136-3.904-23.744c0-8.64 1.408-16.544 4.192-23.744s6.72-13.376 11.808-18.56c5.056-5.184 11.136-9.184 18.208-12.032s14.88-4.288 23.392-4.288c8.416 0 15.68 1.312 21.792 3.904s11.52 6.144 16.288 10.624l-5.024 7.136c-0.384 0.544-0.8 0.96-1.28 1.312s-1.184 0.512-2.080 0.512c-0.704 0-1.44-0.256-2.208-0.768l-2.752-1.888c-1.056-0.736-2.336-1.536-3.744-2.4s-3.136-1.664-5.12-2.4c-1.984-0.736-4.256-1.376-6.88-1.888s-5.632-0.768-9.024-0.768c-6.144 0-11.744 1.056-16.832 3.168s-9.472 5.12-13.152 8.992c-3.68 3.904-6.56 8.64-8.608 14.24s-3.072 11.872-3.072 18.784c0 7.136 1.024 13.504 3.072 19.136s4.864 10.336 8.384 14.208c3.552 3.872 7.744 6.816 12.608 8.832s10.080 3.040 15.68 3.040c3.424 0 6.496-0.192 9.216-0.608s5.248-1.024 7.552-1.888c2.336-0.864 4.48-1.92 6.496-3.232l3.008-2.144 3.040-2.528c0.896-0.8 1.792-1.216 2.624-1.216z"],"tags":["2"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59778,"codes":[59778,59779],"id":94,"name":"2","order":996,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":405},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59780,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M518.176 224c12.096 0 23.296 1.696 33.536 5.12s19.072 8.256 26.432 14.56c7.392 6.304 13.152 13.888 17.28 22.816s6.176 18.816 6.176 29.696c0 8.896-1.152 16.864-3.488 23.872s-5.664 13.184-9.984 18.464c-4.32 5.312-9.536 9.792-15.68 13.472s-12.96 6.624-20.544 8.832c18.624 4.864 32.64 12.96 42.016 24.384s14.080 25.696 14.080 42.848c0 12.96-2.496 24.64-7.488 35.008s-11.808 19.168-20.448 26.432c-8.64 7.264-18.72 12.832-30.24 16.704s-23.84 5.792-37.024 5.792c-15.168 0-28.128-1.856-38.912-5.6s-19.904-8.864-27.328-15.424c-7.456-6.56-13.568-14.304-18.368-23.296s-8.864-18.72-12.16-29.184l15.168-6.304c2.784-1.184 5.6-1.76 8.384-1.76 2.656 0 5.024 0.544 7.072 1.664 1.376 0.736 2.528 1.76 3.456 3.072l1.632 2.976 1.184 2.72c1.856 3.808 4.128 8.096 6.784 12.864s6.24 9.28 10.784 13.472c4.512 4.192 10.144 7.744 16.864 10.624s15.072 4.32 25.056 4.32c9.984 0 18.72-1.6 26.24-4.8s13.76-7.36 18.752-12.48c4.992-5.12 8.736-10.816 11.264-17.088s3.808-12.512 3.808-18.688c0-7.616-1.024-14.56-3.104-20.832s-5.792-11.744-11.168-16.32c-5.376-4.576-12.832-8.192-22.368-10.816s-21.728-3.936-36.64-3.936v-25.376c12.096-0.128 22.464-1.44 31.040-3.936s15.616-5.888 21.056-10.208c5.44-4.32 9.408-9.504 11.872-15.52s3.68-12.704 3.68-20.064c0-8.128-1.312-15.2-3.904-21.216s-6.144-11.008-10.688-14.944c-4.512-3.936-9.888-6.88-16.064-8.832s-12.864-2.944-20.064-2.944c-7.2 0-13.824 1.056-19.968 3.136s-11.552 5.024-16.256 8.736c-4.736 3.744-8.672 8.192-11.872 13.376s-5.6 10.784-7.2 16.8c-1.056 3.808-2.656 6.56-4.8 8.256s-4.864 2.56-8.192 2.56l-2.112-0.096c-0.736-0.064-1.568-0.16-2.496-0.288l-18.56-3.136c1.856-12.832 5.44-24.224 10.784-34.112s12.064-18.176 20.256-24.864c8.192-6.688 17.568-11.776 28.128-15.232s21.984-5.216 34.24-5.216z","M465.28 710.72c0 8.576-1.376 16.384-4.064 23.456s-6.56 13.056-11.52 18.080c-4.96 5.024-10.912 8.896-17.824 11.648s-14.624 4.128-23.040 4.128h-42.88v-114.624h42.88c8.416 0 16.096 1.376 23.040 4.128s12.864 6.624 17.824 11.68c4.96 5.024 8.8 11.072 11.52 18.112s4.064 14.848 4.064 23.456zM449.376 710.72c0-7.040-0.96-13.344-2.88-18.88s-4.64-10.24-8.16-14.080c-3.52-3.84-7.776-6.784-12.8-8.8s-10.592-3.040-16.736-3.040h-27.264v89.504h27.264c6.144 0 11.712-1.024 16.736-3.040s9.28-4.96 12.8-8.768c3.52-3.808 6.24-8.48 8.16-14.048s2.88-11.84 2.88-18.88zM557.024 653.376v12.64h-55.040v38.080h44.576v12.16h-44.576v39.136h55.040v12.64h-70.624v-114.624h70.624zM650.016 653.376v12.64h-55.040v40.096h47.040v12.64h-47.040v49.28h-15.616v-114.624h70.624z"],"tags":["3"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59780,"codes":[59780,59781],"id":95,"name":"3","order":997,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":406},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59782,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M563.008 224v184.096h44.992v20.512c0 2.144-0.672 3.968-1.984 5.44s-3.36 2.208-6.112 2.208h-36.928v75.776h-32.576v-75.776h-131.712c-2.752 0-5.152-0.768-7.168-2.304s-3.296-3.456-3.84-5.728l-3.744-18.304 144.576-185.888h34.432zM532.096 265.6l-108.064 142.496h106.4v-118.784c0-3.488 0.096-7.232 0.32-11.264l0.48-6.144 0.864-6.336z","M435.424 756.736c3.104 0 5.92-0.16 8.512-0.448s5.024-0.736 7.328-1.312c2.304-0.576 4.448-1.28 6.496-2.112s4.064-1.76 6.080-2.848v-25.28h-17.76c-1.024 0-1.824-0.288-2.432-0.864s-0.928-1.312-0.928-2.144v-8.8h35.2v44c-2.88 2.080-5.888 3.904-8.992 5.44s-6.464 2.848-10.016 3.872c-3.552 1.024-7.36 1.824-11.392 2.336s-8.448 0.768-13.184 0.768c-8.32 0-15.936-1.44-22.88-4.288s-12.896-6.848-17.92-12c-5.024-5.152-8.928-11.328-11.712-18.528s-4.192-15.136-4.192-23.744c0-8.736 1.376-16.736 4.128-23.904s6.656-13.376 11.744-18.528c5.088-5.152 11.264-9.12 18.496-11.968s15.328-4.256 24.288-4.256c4.544 0 8.736 0.32 12.64 0.992s7.52 1.632 10.848 2.88c3.328 1.248 6.4 2.784 9.248 4.544s5.472 3.808 7.936 6.048l-4.384 7.040c-0.896 1.44-2.080 2.144-3.52 2.144-0.864 0-1.792-0.288-2.816-0.864l-4.48-2.72c-1.664-1.056-3.68-2.080-6.048-3.072s-5.184-1.824-8.384-2.528c-3.232-0.704-7.040-1.024-11.488-1.024-6.464 0-12.288 1.056-17.504 3.168s-9.696 5.12-13.376 9.024c-3.68 3.904-6.496 8.672-8.48 14.24s-2.944 11.84-2.944 18.752c0 7.264 1.024 13.728 3.072 19.392s4.96 10.496 8.672 14.432c3.744 3.936 8.16 6.976 13.28 9.024s10.784 3.136 16.96 3.136zM594.72 768h-15.616v-52.16h-61.76v52.16h-15.616v-114.624h15.616v51.136h61.76v-51.136h15.616v114.624zM641.12 768h-15.52v-114.624h15.52v114.624z"],"tags":["4"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59782,"codes":[59782,59783],"id":96,"name":"4","order":998,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":407},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59784,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M598.752 239.488c0 5.024-1.696 9.184-5.056 12.416s-9.024 4.864-17.024 4.864h-94.528l-13.856 74.72c15.68-3.168 30.176-4.768 43.488-4.768 15.68 0 29.504 2.176 41.504 6.56s22.016 10.4 30.144 18.080c8.128 7.68 14.24 16.768 18.368 27.232s6.208 21.856 6.208 34.176c0 15.104-2.816 28.768-8.416 40.96s-13.28 22.624-23.008 31.296c-9.728 8.672-21.184 15.328-34.336 19.968s-27.392 6.944-42.656 6.944c-8.832 0-17.28-0.832-25.408-2.496s-15.68-3.872-22.688-6.656c-7.008-2.784-13.504-5.952-19.552-9.536s-11.328-7.36-15.968-11.328l11.328-15.104c2.528-3.456 5.888-5.184 10.080-5.184 2.656 0 5.792 1.024 9.344 3.072s7.872 4.352 12.928 6.848c5.056 2.528 10.944 4.8 17.76 6.848s14.88 3.072 24.256 3.072c10.496 0 19.968-1.6 28.352-4.768s15.584-7.712 21.536-13.6c5.952-5.888 10.528-12.96 13.76-21.184s4.832-17.408 4.832-27.616c0-8.864-1.376-16.896-4.096-24.064s-6.848-13.248-12.384-18.272c-5.536-5.024-12.416-8.96-20.704-11.712s-17.92-4.16-28.992-4.16c-7.552 0-15.392 0.608-23.52 1.792s-16.512 3.104-25.216 5.76l-23.52-6.56 24.352-133.184h142.624v15.488z","M436.256 728.384c0 6.4-0.8 12.128-2.368 17.216s-3.904 9.344-6.944 12.832c-3.072 3.488-6.848 6.176-11.328 8.032s-9.632 2.784-15.424 2.784c-5.184 0-10.56-0.736-16.16-2.24l0.864-9.12c0.096-0.896 0.448-1.632 0.992-2.208s1.408-0.832 2.528-0.832c0.64 0 1.408 0.096 2.336 0.32l1.504 0.384c1.6 0.48 3.744 0.736 6.4 0.736 3.52 0 6.656-0.544 9.408-1.6s5.056-2.72 6.944-4.96c1.888-2.24 3.328-5.12 4.32-8.608s1.472-7.648 1.472-12.448v-75.36h15.424v75.040zM481.184 703.616h5.824c2.016 0 3.648-0.256 4.832-0.768s2.336-1.376 3.392-2.592l38.176-43.2c1.184-1.344 2.304-2.272 3.392-2.848s2.496-0.832 4.192-0.832h13.216l-43.68 49.376c-1.12 1.216-2.176 2.272-3.168 3.136s-2.048 1.536-3.168 2.080c1.504 0.48 2.816 1.216 3.936 2.144s2.304 2.144 3.52 3.616l45.6 54.336h-13.44c-1.024 0-1.856-0.096-2.56-0.256s-1.28-0.384-1.792-0.64l-0.736-0.448-1.952-1.952-39.616-45.504-1.632-1.632c-0.512-0.448-1.088-0.832-1.76-1.152s-1.44-0.544-2.304-0.672l-1.472-0.16-8.8-0.064v52.48h-15.424v-114.624h15.424v50.24zM588.64 754.976h49.6v13.024h-65.12v-114.624h15.52v101.6z"],"tags":["5"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59784,"codes":[59784,59785],"id":97,"name":"5","order":999,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":408},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59786,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M573.408 224l-98.784 125.024c6.752-4.64 14.24-8.256 22.464-10.816s17.088-3.872 26.624-3.872c11.392 0 22.208 1.888 32.384 5.664s19.136 9.28 26.816 16.512c7.68 7.232 13.792 16.096 18.272 26.624s6.752 22.56 6.752 36.064c0 13.12-2.4 25.312-7.168 36.576s-11.424 21.056-19.968 29.408c-8.544 8.352-18.848 14.912-30.912 19.68s-25.312 7.168-39.744 7.168c-14.304 0-27.264-2.272-38.848-6.848s-21.504-11.072-29.728-19.488c-8.224-8.416-14.528-18.624-18.976-30.624s-6.656-25.408-6.656-40.256c0-12.448 2.784-25.696 8.352-39.744s14.368-29.152 26.432-45.312l72.16-97.184c1.856-2.4 4.448-4.416 7.744-6.048s7.104-2.496 11.328-2.496h31.392zM512.192 361.344c-9.536 0-18.144 1.632-25.824 4.864s-14.208 7.616-19.584 13.12c-5.376 5.504-9.472 11.872-12.32 19.072s-4.288 14.752-4.288 22.56c0 9.152 1.312 17.504 3.968 25.056s6.528 14.048 11.616 19.488c5.088 5.44 11.328 9.632 18.688 12.608s15.744 4.48 25.152 4.48c9.536 0 18.144-1.536 25.824-4.576s14.272-7.296 19.776-12.736c5.504-5.44 9.728-11.872 12.736-19.296s4.48-15.488 4.48-24.256c0-9.28-1.472-17.664-4.384-25.152s-7.008-13.856-12.32-19.072c-5.312-5.248-11.648-9.248-19.072-12.032s-15.584-4.16-24.448-4.16z","M638.080 652.096c8.416 0 16.128 1.44 23.072 4.32s12.928 6.912 17.888 12.128c4.96 5.216 8.8 11.392 11.52 18.56s4.096 15.040 4.096 23.648c0 8.576-1.376 16.48-4.096 23.648s-6.56 13.344-11.52 18.528c-4.96 5.184-10.912 9.184-17.888 12.032s-14.656 4.288-23.072 4.288c-8.416 0-16.096-1.44-23.040-4.288s-12.864-6.88-17.856-12.032c-4.96-5.184-8.8-11.36-11.52-18.528s-4.096-15.040-4.096-23.648c0-8.576 1.376-16.48 4.096-23.648s6.56-13.376 11.52-18.56c4.96-5.216 10.912-9.248 17.856-12.128s14.624-4.32 23.040-4.32zM331.424 653.376c1.376 0 2.464 0.128 3.2 0.384s1.472 1.024 2.176 2.24l40.64 72.544 2.56 6.336 0.832-2.176 0.864-2.080c0.576-1.376 1.248-2.72 2.016-4.128l38.816-70.496c0.704-1.216 1.408-1.984 2.176-2.24s1.824-0.384 3.2-0.384h11.424v114.624h-13.6l0.032-85.984 0.288-5.792-39.264 71.68c-1.344 2.4-3.2 3.616-5.6 3.616h-2.24c-2.4 0-4.256-1.216-5.6-3.616l-40.16-71.904 0.352 4.096 0.128 3.68v84.256h-13.6v-114.624h11.424zM475.2 653.376c1.376 0 2.4 0.16 3.072 0.512s1.44 1.056 2.272 2.112l66.4 86.4-0.32-4.032-0.096-3.808v-81.216h13.6v114.624h-7.84c-1.216 0-2.24-0.224-3.072-0.64s-1.632-1.152-2.432-2.144l-66.304-86.304 0.32 7.456v81.696h-13.6v-114.624h8zM638.080 665.504c-6.144 0-11.712 1.024-16.736 3.136s-9.28 5.056-12.832 8.928c-3.552 3.872-6.272 8.608-8.192 14.208s-2.88 11.904-2.88 18.976c0 7.040 0.96 13.344 2.88 18.912s4.64 10.304 8.192 14.144c3.552 3.872 7.84 6.816 12.832 8.864s10.592 3.072 16.736 3.072c6.176 0 11.776-1.024 16.8-3.072s9.28-5.024 12.8-8.864c3.52-3.872 6.24-8.576 8.16-14.144s2.88-11.872 2.88-18.912c0-7.040-0.96-13.376-2.88-18.976s-4.64-10.336-8.16-14.208c-3.52-3.872-7.776-6.848-12.8-8.928s-10.624-3.136-16.8-3.136z"],"tags":["6"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59786,"codes":[59786,59787],"id":98,"name":"6","order":1000,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":409},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59788,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M608 224v16.064c0 4.544-0.48 8.32-1.472 11.264s-2.016 5.44-3.040 7.424l-116.896 240.576c-1.696 3.488-4.064 6.464-7.104 8.928s-7.104 3.712-12.224 3.712h-25.024l118.656-237.568c1.696-3.36 3.456-6.432 5.216-9.248s3.776-5.504 6.016-8.032h-147.456c-2.24 0-4.224-0.896-6.016-2.72s-2.656-3.84-2.656-6.144v-24.32h192z","M335.424 725.12v42.88h-15.424v-114.624h33.856c7.264 0 13.568 0.832 18.912 2.528s9.792 4.064 13.312 7.168c3.52 3.104 6.144 6.816 7.872 11.2s2.592 9.248 2.592 14.624c0 5.344-0.928 10.208-2.816 14.624s-4.608 8.256-8.192 11.456c-3.616 3.2-8.064 5.696-13.408 7.488s-11.424 2.688-18.304 2.688h-18.4zM335.424 712.8h18.4c4.416 0 8.32-0.576 11.712-1.76s6.24-2.816 8.512-4.928c2.304-2.112 4.032-4.64 5.184-7.552s1.76-6.144 1.76-9.664c0-7.296-2.24-13.024-6.752-17.12s-11.328-6.144-20.448-6.144h-18.4v47.2zM522.624 710.72c0 5.376-0.544 10.496-1.632 15.36s-2.688 9.376-4.768 13.568c-2.080 4.192-4.608 8-7.616 11.392s-6.336 6.368-10.080 8.864l29.44 31.744h-12.8c-1.92 0-3.616-0.256-5.12-0.8s-2.848-1.472-4.064-2.784l-20.16-21.92c-3.040 0.96-6.208 1.696-9.472 2.24s-6.72 0.8-10.272 0.8c-8.416 0-16.096-1.44-23.040-4.288s-12.864-6.88-17.824-12.032c-4.96-5.184-8.8-11.36-11.52-18.528s-4.064-15.040-4.064-23.648c0-8.576 1.376-16.48 4.064-23.648s6.56-13.376 11.52-18.56c4.96-5.216 10.912-9.248 17.824-12.128s14.624-4.32 23.040-4.32c8.416 0 16.128 1.44 23.072 4.32s12.928 6.912 17.888 12.128c4.96 5.216 8.8 11.392 11.52 18.56s4.096 15.040 4.096 23.648zM506.72 710.72c0-7.040-0.96-13.376-2.88-18.976s-4.64-10.336-8.16-14.208c-3.52-3.872-7.776-6.848-12.8-8.928s-10.624-3.136-16.8-3.136c-6.144 0-11.712 1.024-16.704 3.136s-9.28 5.056-12.832 8.928c-3.552 3.872-6.272 8.608-8.192 14.208s-2.88 11.904-2.88 18.976c0 7.040 0.96 13.344 2.88 18.912s4.64 10.304 8.192 14.144c3.552 3.872 7.84 6.816 12.832 8.864s10.592 3.072 16.736 3.072c6.176 0 11.776-1.024 16.8-3.072s9.28-5.024 12.8-8.864c3.52-3.872 6.24-8.576 8.16-14.144s2.88-11.872 2.88-18.912zM560.864 720.16v47.84h-15.456v-114.624h32.384c7.264 0 13.504 0.736 18.784 2.208s9.632 3.584 13.088 6.368c3.456 2.784 5.984 6.112 7.648 10.048s2.496 8.32 2.496 13.152c0 4.064-0.64 7.84-1.92 11.36s-3.136 6.688-5.568 9.472c-2.432 2.784-5.376 5.184-8.864 7.168s-7.456 3.456-11.872 4.48c1.92 1.12 3.616 2.752 5.12 4.864l33.44 45.504h-13.76c-2.816 0-4.896-1.088-6.24-3.264l-29.76-40.96c-0.896-1.28-1.888-2.208-2.976-2.752s-2.656-0.832-4.8-0.832h-11.744zM560.864 708.864h16.256c4.544 0 8.512-0.544 11.968-1.632s6.336-2.624 8.64-4.64c2.336-2.016 4.064-4.384 5.248-7.168s1.76-5.856 1.76-9.216c0-6.816-2.24-11.968-6.752-15.456s-11.2-5.216-20.128-5.216h-16.96v43.264zM705.6 671.264c-0.48 0.8-0.992 1.408-1.504 1.792s-1.216 0.608-2.080 0.608c-0.608 0-1.28-0.192-2.016-0.608l-1.152-0.768c-1.216-0.896-2.72-1.92-4.544-3.008s-4.064-2.080-6.624-3.008c-2.592-0.896-5.728-1.376-9.408-1.376-3.456 0-6.528 0.48-9.216 1.408s-4.896 2.208-6.688 3.808c-1.792 1.6-3.136 3.488-4.032 5.632s-1.376 4.48-1.376 7.008c0 3.2 0.8 5.856 2.368 7.968s3.648 3.904 6.24 5.408c2.592 1.504 5.504 2.784 8.8 3.872l10.080 3.392c3.456 1.184 6.784 2.496 10.080 3.968s6.208 3.328 8.8 5.568c2.592 2.24 4.672 4.992 6.24 8.256s2.368 7.264 2.368 12c0 5.024-0.864 9.728-2.56 14.112s-4.192 8.224-7.488 11.488c-3.264 3.264-7.296 5.824-12.096 7.68s-10.208 2.784-16.288 2.784c-7.424 0-14.176-1.344-20.288-4.032s-11.328-6.336-15.648-10.912l4.48-7.36c0.416-0.576 0.96-1.088 1.568-1.472s1.28-0.608 2.048-0.608c0.736 0 1.568 0.256 2.464 0.8l4.736 3.552c0.64 0.448 1.312 0.928 2.048 1.408 2.144 1.44 4.768 2.752 7.84 3.968s6.816 1.792 11.232 1.792c3.68 0 6.976-0.512 9.856-1.504s5.312-2.432 7.328-4.288c2.016-1.856 3.52-4.032 4.608-6.592s1.6-5.408 1.6-8.544c0-3.456-0.8-6.304-2.368-8.512s-3.648-4.064-6.208-5.568c-2.56-1.504-5.472-2.752-8.768-3.808l-10.080-3.2c-3.456-1.088-6.784-2.368-10.080-3.808s-6.208-3.296-8.768-5.6c-2.56-2.304-4.64-5.152-6.208-8.608s-2.368-7.68-2.368-12.768c0-4.064 0.8-7.968 2.368-11.744s3.84-7.136 6.848-10.080c2.976-2.944 6.688-5.28 11.072-7.040s9.44-2.624 15.168-2.624c6.4 0 12.256 1.024 17.504 3.040s9.888 4.96 13.856 8.8l-3.744 7.36z"],"tags":["7"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59788,"codes":[59788,59789],"id":99,"name":"7","order":1001,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":410},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59790,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M512 224c12.864 0 24.576 1.888 35.168 5.696s19.68 9.056 27.232 15.712c7.552 6.688 13.376 14.56 17.504 23.584s6.176 18.752 6.176 29.088c0 15.2-3.84 28.288-11.52 39.232s-18.944 19.168-33.792 24.672c17.76 4.992 31.392 13.344 40.928 25.056s14.304 26.624 14.304 44.736c0 12.32-2.336 23.424-7.072 33.312s-11.264 18.304-19.68 25.248c-8.416 6.944-18.528 12.288-30.304 16.032s-24.768 5.6-38.944 5.6c-14.176 0-27.168-1.856-38.944-5.6s-21.92-9.088-30.4-16.032c-8.48-6.944-15.040-15.36-19.68-25.248s-6.944-20.992-6.944-33.312c0-18.080 4.768-32.992 14.304-44.736s23.2-20.096 40.96-25.056c-14.976-5.504-26.272-13.728-33.888-24.672s-11.424-24.032-11.424-39.232c0-10.368 2.048-20.064 6.176-29.088s9.952-16.896 17.504-23.584c7.552-6.688 16.608-11.936 27.136-15.712s22.304-5.696 35.296-5.696zM512 376.96c-7.808 0-15.296 1.024-22.464 3.040s-13.472 5.216-18.976 9.536c-5.504 4.32-9.888 9.92-13.12 16.8s-4.864 15.168-4.864 24.864c0 7.872 1.344 15.040 4.064 21.536s6.624 12.064 11.712 16.704c5.088 4.64 11.328 8.256 18.688 10.816s15.68 3.84 24.96 3.84c9.28 0 17.6-1.28 24.928-3.84s13.568-6.176 18.688-10.816c5.088-4.64 9.024-10.208 11.712-16.704s4.064-13.664 4.064-21.536c0-9.696-1.632-17.984-4.864-24.864s-7.616-12.48-13.12-16.8c-5.504-4.32-11.84-7.488-18.976-9.536s-14.656-3.040-22.464-3.040zM512 251.136c-8.48 0-15.936 1.248-22.368 3.744s-11.808 5.888-16.096 10.208c-4.32 4.32-7.552 9.376-9.728 15.136s-3.264 11.936-3.264 18.464c0 6.432 0.928 12.64 2.784 18.688s4.832 11.36 8.96 16.032c4.096 4.64 9.44 8.384 16 11.2s14.464 4.224 23.744 4.224c9.28 0 17.184-1.408 23.744-4.224s11.904-6.56 16-11.2c4.096-4.64 7.104-9.984 8.928-16.032s2.784-12.256 2.784-18.688c0-6.56-1.088-12.704-3.264-18.464s-5.44-10.816-9.728-15.136c-4.32-4.32-9.664-7.744-16.096-10.208s-13.888-3.744-22.368-3.744z","M444 653.376v13.024h-37.056v101.6h-15.52v-101.6h-37.184v-13.024h89.76zM504.864 755.68c4.736 0 8.992-0.8 12.736-2.4s6.88-3.84 9.472-6.72c2.592-2.88 4.544-6.336 5.92-10.336s2.048-8.384 2.048-13.216v-69.664h15.456v69.696c0 6.624-1.056 12.736-3.168 18.4s-5.12 10.56-9.024 14.688c-3.904 4.128-8.704 7.36-14.368 9.728s-12 3.52-19.040 3.52c-7.040 0-13.376-1.184-19.040-3.52s-10.464-5.6-14.4-9.728c-3.936-4.128-6.976-9.024-9.088-14.688s-3.168-11.776-3.168-18.4v-69.696h15.424v69.6c0 4.8 0.672 9.216 2.048 13.216s3.328 7.456 5.92 10.336c2.592 2.88 5.76 5.12 9.504 6.752s8 2.432 12.768 2.432zM563.84 653.376h12.384c1.376 0 2.496 0.352 3.36 1.024s1.504 1.568 1.92 2.624l32.384 80.864 1.056 2.848 0.96 3.072c0.608 2.144 1.216 4.352 1.792 6.624 0.48-2.304 0.992-4.512 1.568-6.624s1.216-4.096 1.952-5.92l32.256-80.864c0.384-0.896 1.024-1.76 1.92-2.528s2.016-1.152 3.36-1.152h12.48l-46.72 114.624h-14.016l-46.72-114.624z"],"tags":["8"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59790,"codes":[59790,59791],"id":100,"name":"8","order":1002,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":411},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59792,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M513.856 224c14.176 0 27.040 2.24 38.592 6.752s21.472 10.784 29.728 18.88c8.256 8.096 14.624 17.76 19.104 29.024s6.72 23.712 6.72 37.376c0 8.224-0.8 16-2.368 23.36s-3.904 14.528-6.912 21.568c-3.040 7.008-6.656 14.016-10.848 20.96s-8.992 14.144-14.336 21.568l-72.064 100.16c-1.792 2.528-4.32 4.544-7.648 6.048s-7.104 2.272-11.36 2.272h-33.856l90.016-113.504 8.48-10.944c2.624-3.456 5.088-6.88 7.424-10.336-7.584 5.824-16.096 10.272-25.6 13.312s-19.552 4.576-30.144 4.576c-11.136 0-21.696-1.792-31.68-5.376s-18.752-8.832-26.336-15.808c-7.584-6.944-13.6-15.488-18.080-25.632s-6.72-21.76-6.72-34.88c0-12.448 2.4-24.128 7.232-34.976s11.552-20.352 20.224-28.416c8.672-8.096 19.008-14.432 30.976-19.072s25.12-6.944 39.424-6.944zM513.44 253.6c-9.088 0-17.376 1.44-24.864 4.288s-13.888 6.784-19.2 11.84c-5.312 5.024-9.408 11.072-12.288 18.080s-4.32 14.72-4.32 23.040c0 9.024 1.344 17.056 4.032 24.16s6.528 13.088 11.552 17.984c5.024 4.896 11.136 8.608 18.368 11.136s15.328 3.776 24.256 3.776c9.92 0 18.688-1.568 26.336-4.672s14.080-7.264 19.296-12.416c5.216-5.184 9.216-11.136 11.968-17.888s4.128-13.792 4.128-21.056c0-8.864-1.472-16.928-4.448-24.16s-7.040-13.344-12.288-18.4c-5.216-5.024-11.456-8.896-18.688-11.616s-15.168-4.064-23.84-4.064z","M281.6 653.376h12.864c1.376 0 2.528 0.352 3.424 1.024s1.504 1.568 1.824 2.624l23.68 79.68 0.608 2.24 1.536 7.616 1.728-7.648 27.648-81.856c0.32-0.896 0.96-1.76 1.888-2.528s2.080-1.152 3.392-1.152h4.48c1.376 0 2.528 0.352 3.392 1.024s1.504 1.568 1.888 2.624l26.816 79.68c0.96 2.784 1.824 5.952 2.56 9.504l1.344-7.36 24.352-81.856c0.256-0.96 0.864-1.824 1.792-2.56s2.080-1.12 3.392-1.12h12.064l-35.744 114.624h-13.92l-29.056-87.456c-0.576-1.664-1.12-3.584-1.6-5.76l-1.12 4.48-29.6 88.704h-13.92l-35.744-114.624zM484.064 709.12l-37.824-55.744h15.424c1.12 0 1.952 0.192 2.496 0.544s1.024 0.896 1.44 1.6l29.92 45.92c0.384-1.12 0.928-2.336 1.696-3.68l28.256-41.92c0.48-0.736 0.992-1.344 1.568-1.792s1.248-0.672 2.048-0.672h14.784l-38.016 55.040 39.264 59.616h-15.36c-1.184 0-2.080-0.32-2.752-0.928s-1.216-1.28-1.632-2.048l-30.72-48.096c-0.384 1.12-0.864 2.176-1.44 3.2l-29.92 44.864c-0.48 0.736-1.024 1.44-1.632 2.048s-1.472 0.928-2.592 0.928h-14.4l39.424-58.88zM604.48 722.4v45.6h-15.456v-45.6l-42.016-69.024h13.6c1.376 0 2.496 0.352 3.264 1.024s1.504 1.536 2.080 2.56l26.24 44.576c1.056 1.856 1.952 3.616 2.688 5.28l1.952 4.864 1.92-4.96c0.704-1.664 1.568-3.392 2.624-5.216l26.144-44.576c0.48-0.864 1.12-1.664 1.952-2.432s1.92-1.152 3.232-1.152h13.76l-42.080 69.024zM740.8 653.376v5.76c0 1.824-0.544 3.52-1.664 5.12l-64.864 91.136h65.44v12.64h-85.76v-6.080c0-1.6 0.512-3.136 1.504-4.544l64.96-91.36h-63.456v-12.64h83.84z"],"tags":["9"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59792,"codes":[59792,59793],"id":101,"name":"9","order":1003,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":412},{"icon":{"attrs":[{}],"defaultCode":59795,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M530.649 640v-78.83c0-10.351-2.26-19.907-6.781-28.666 3.108 4.247 6.64 7.83 10.596 10.75s8.477 5.839 13.563 8.759l73.325 39.813 18.649-29.86-73.325-40.212c-4.804-2.92-9.536-5.109-14.199-6.569s-9.536-2.455-14.623-2.986c5.086-0.531 9.96-1.593 14.623-3.185s9.395-3.849 14.199-6.768l72.901-39.813-18.649-29.86-72.901 39.415c-4.804 2.92-9.113 5.839-12.927 8.759s-7.276 6.37-10.384 10.351c3.956-8.228 5.934-17.783 5.934-28.666v-78.432h-37.298v78.83c0 5.308 0.494 10.418 1.483 15.328s2.755 9.754 5.298 14.532c-6.216-8.494-14.269-15.395-24.159-20.703l-73.325-39.813-18.649 29.86 73.325 40.212c5.086 3.185 10.102 5.508 15.046 6.967s10.243 2.455 15.894 2.986c-10.455 0.796-20.768 3.981-30.94 9.555l-72.901 39.813 18.649 29.86 72.901-39.415c9.325-5.308 16.812-11.28 22.464-17.916-1.978 4.247-3.32 8.626-4.026 13.138s-1.060 9.29-1.060 14.333v78.432h37.298z"],"tags":["asterisk"]},"attrs":[{}],"properties":{"code":59795,"id":103,"name":"asterisk","order":1004,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":413},{"icon":{"attrs":[{}],"defaultCode":59794,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M528.746 352l-17.903 84.812h52.643l17.903-84.812h16.837c3.552 0 6.5 1.005 8.845 3.015s3.517 4.622 3.517 7.838c0 1.072-0.071 1.943-0.213 2.613l-15.559 71.347h45.184l-2.771 15.073c-0.71 3.886-2.38 6.733-5.009 8.542s-6.643 2.713-12.042 2.713h-29.412l-13.853 65.518h38.15c3.41 0 6.039 0.77 7.886 2.311s2.771 4.254 2.771 8.14l-0.24 3.241-2.105 12.636h-50.512l-17.903 85.013h-17.264c-3.268 0-6.039-1.139-8.312-3.417s-3.41-5.225-3.41-8.843l0.027-0.779 0.213-1.507 15.319-70.468h-52.643l-15.132 71.347c-1.137 4.957-3.304 8.475-6.5 10.551s-6.856 3.115-10.976 3.115h-16.837l18.116-85.013h-31.117c-3.268 0-5.826-0.77-7.673-2.311s-2.771-4.187-2.771-7.939l0.027-1.055 0.213-2.361 1.892-12.662h43.479l13.853-65.518h-49.446l2.771-14.872c0.71-3.886 2.344-6.766 4.902-8.642s6.607-2.814 12.148-2.814h33.675l15.345-71.95c0.853-4.020 2.806-7.168 5.861-9.446s6.714-3.417 10.976-3.417h17.050zM559.437 463.14h-52.643l-13.853 65.518h52.643l13.853-65.518z"],"tags":["hash"]},"attrs":[{}],"properties":{"code":59794,"id":102,"name":"hash","order":1005,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":414},{"icon":{"attrs":[{}],"defaultCode":59814,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM768 544c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128zM512 544c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128zM256 544c17.673 0 32 14.327 32 32s-14.327 32-32 32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32h32zM800 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h64zM608 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32h160zM320 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32h96z"],"tags":["transcription"]},"attrs":[{}],"properties":{"code":59814,"id":76,"name":"transcription","order":1006,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":415},{"icon":{"attrs":[{}],"defaultCode":59873,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM288 384c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 384c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM736 384c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["comments"]},"attrs":[{}],"properties":{"code":59913,"id":47,"name":"comments","order":1007,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":416},{"icon":{"attrs":[{}],"defaultCode":59707,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM384 320c49.232 0 89.809 37.060 95.354 84.804l0.476 5.936 0.17 5.26-0.136 4.703c-0.055 1.621-0.175 3.249-0.335 4.865l0.016-0.989c-2.474 73.544-40.702 138.017-97.787 176.815-2.641 1.8-5.836 2.892-9.287 2.892-8.837 0-16-7.163-16-16 0-5.386 2.661-10.151 6.741-13.050 27.517-18.521 49.965-44 64.834-73.916-13.206 6.83-28.176 10.681-44.046 10.681-53.019 0-96-42.981-96-96s42.981-96 96-96zM640 320c49.232 0 89.809 37.060 95.354 84.804l0.476 5.936 0.17 5.26-0.136 4.703c-0.055 1.621-0.175 3.249-0.335 4.865l0.016-0.989c-2.474 73.544-40.702 138.017-97.787 176.815-2.641 1.8-5.836 2.892-9.287 2.892-8.837 0-16-7.163-16-16 0-5.386 2.661-10.151 6.741-13.050 27.517-18.521 49.965-44 64.834-73.916-13.206 6.83-28.176 10.681-44.046 10.681-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["quote"]},"attrs":[{}],"properties":{"code":59707,"id":151,"name":"quote","order":1008,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":417},{"icon":{"attrs":[{}],"defaultCode":59819,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM632.902 288c17.673 0 32 14.327 32 32v224c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.019-146.726-194.293 194.255c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l194.294-194.255-146.764-0.019c-17.673 0-32-14.327-32-32s14.327-32 32-32h224z"],"tags":["chat_bubble"]},"attrs":[{}],"properties":{"code":59819,"id":81,"name":"chat_bubble","order":1009,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":418},{"icon":{"attrs":[{}],"defaultCode":59823,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c-17.673 0-32 14.327-32 32v384c0 17.673-14.327 32-32 32l-626.752 0.021 209.144-209.158c12.497-12.497 12.497-32.758 0-45.255s-32.758-12.497-45.255 0l-263.765 263.765c-12.497 12.497-12.497 32.758 0 45.255l263.765 263.765c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-209.144-209.117 658.752-0.021c35.346 0 64-28.654 64-64v-416c0-17.673-14.327-32-32-32z"],"tags":["dial"]},"attrs":[{}],"properties":{"code":59823,"id":85,"name":"dial","order":1010,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":419},{"icon":{"attrs":[{}],"defaultCode":59769,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 192c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-547.497c-18.143 0-35.434-7.701-47.571-21.186l-230.4-256c-21.906-24.34-21.906-61.288 0-85.627l230.4-256c12.137-13.486 29.428-21.186 47.571-21.186h547.497zM864 256h-501.245c-9.072 0-17.717 3.85-23.785 10.593l-201.6 224c-10.953 12.17-10.953 30.644 0 42.814l201.6 224c6.069 6.743 14.714 10.593 23.785 10.593h501.245c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM526.863 353.608l113.137 113.092 113.137-113.092c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-113.137 113.092 113.137 113.182c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-113.137-113.182-113.137 113.182c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.137-113.182-113.137-113.092c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["deletenumber"]},"attrs":[{}],"properties":{"code":59770,"id":86,"name":"deletenumber","order":1011,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":420},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M802.406 720.486c-42.854-36.454-88.014-75.212-129.946-116.020-16.486-17.306-46.234-20.326-68.148-6.4-13.106 8.5-22.068 19.354-31.846 30.106-6.554 7.526-13.106 15.052-20.788 21.452 0 0-3.38 1.126-7.68 1.126-11.058 0-51.662-5.428-120.014-87.040-62.72-77.414-64.82-116.020-63.846-130.098 0-6.4 3.38-9.626 3.38-9.626 7.68-6.554 15.514-11.826 25.294-16.178 12.134-6.4 25.294-12.954 36.3-23.654 18.738-18.226 22.068-45.108 7.68-66.56-31.846-48.332-62.72-97.586-88.014-148.174-13.106-23.654-38.4-35.534-63.846-31.182-23.040 3.378-72.654 28.006-91.342 43.98-71.526 62.258-50.74 244.788 129.74 463.822 124.314 150.222 261.94 240.64 367.514 240.64 27.494 0 51.66-6.4 69.274-21.298 20.788-16.178 56.014-58.062 63.846-78.386 10.906-22.578 3.226-49.306-17.614-66.56l0.052 0.052z","M681.114 544.818c18.74 5.428 37.938-7.22 40.14-26.572 4.966-41.42 3.534-109.466-45.466-155.7-46.234-43.674-107.674-47.052-146.38-43.674-19.662 1.586-33.126 20.786-27.854 39.834v0.154c4.146 14.746 18.074 24.474 33.126 23.194 26.88-2.406 68.966-0.614 97.586 26.572 29.286 27.7 29.594 73.42 26.062 102.094-1.586 15.206 7.834 29.746 22.732 34.1h0.052z","M791.040 243.046c-52.020-49.306-124.826-75.98-210.226-77.414-31.028-0.462-58.572 2.406-78.54 5.426-18.738 2.866-30.566 21.3-25.6 39.68 4.146 15.514 19.508 25.446 35.378 23.040 17.458-2.714 41.932-5.274 69.428-4.658 69.582 1.434 125.594 21.76 166.092 60.006 40.654 38.4 61.44 95.386 61.746 169.114 0.154 30.566-3.38 58.062-6.86 77.26-2.866 15.974 6.706 31.538 22.222 36.148 17.92 5.274 36.658-6.246 39.986-24.78 3.994-21.914 7.986-52.48 7.986-87.040 0-91.342-28.16-166.4-81.614-216.782v0z"],"tags":["active-call"]},"attrs":[{},{},{}],"properties":{"code":59944,"id":273,"name":"active-call","order":1012,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":421},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M743.066 389.604c9.988 14.628 3.466 26.488-14.032 26.488h-162.38l0.062 26.012c0.258 18.988 1.14-14.94-0.466 22.656-1.876 43.924 13.962 79.75 41.118 112.518 22.424 27.056 48.732 48.726 78.418 67.332 27.97 17.526 55.932 35.88 80.716 57.558 46.534 40.702 68.826 95.794 81.692 155.082 13.328 61.412 14.76 126.542 14.76 126.542 0.362 8.928-6.588 16.168-15.634 16.168h-77.818c-7.996 0-14.828-5.71-16.448-12.988l-0.356-2.794c0 0-0.976-33.91-2.592-58.524-3.11-47.326-8.636-46.864-26.172-91.508-11.932-30.378-31.69-53.726-59.414-70.628-23.562-14.362-47.184-28.684-70.066-44.1-33.040-22.26-59.86-51.026-82.418-85.072l-2.942 2.994c-0.402 0.438-0.76 0.87-1.064 1.334-27.144 41.252-63.306 72.692-105.118 97.994l-26.366 16.158-13.354 7.766c-38.796 21.628-60.83 55.64-72.464 97.638l-7.618 27.74c-8.588 32.172-11.254 48.376-12.172 88.1l-0.194 10.444c-0.004 8.384-7.274 15.182-15.874 15.182h-79.002c-7.788 0-14.070-5.544-15.082-12.904l-0.126-2.838c0 0 2.090-97.846 27.736-174.712 20.494-61.418 59.122-108.36 113.072-142.938 13.942-8.938 27.948-17.824 42.322-26.024 35.33-20.154 62.604-48.86 85.99-81.6 16.95-23.728 25.822-50.044 25.386-79.846l-0.052-61.844h-141.94c-11.324 0-14.82-10.226-11.412-18.75l0.714-1.602 193.326-337.142c8.122-14.168 21.096-15.106 30.024-2.9l23.606 38.682c77.124 124.734 193.638 294.336 193.638 294.336z"],"tags":["merge"]},"attrs":[{}],"properties":{"code":59945,"id":272,"name":"merge","order":1013,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":422},{"icon":{"attrs":[{}],"defaultCode":59738,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c212.077 0 384 171.923 384 384s-171.923 384-384 384c-212.077 0-384-171.923-384-384s171.923-384 384-384zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256s-114.615-256-256-256z"],"tags":["record"]},"attrs":[{}],"properties":{"code":59738,"id":126,"name":"record","order":1014,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":423},{"icon":{"attrs":[{}],"defaultCode":59758,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 704c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 704c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 704c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["keypad"]},"attrs":[{}],"properties":{"code":59769,"id":48,"name":"keypad","order":1015,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":424},{"icon":{"attrs":[{}],"defaultCode":59735,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 544c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 544c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 800c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 544c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["dialer"]},"attrs":[{}],"properties":{"code":59735,"id":123,"name":"dialer","order":1016,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":425},{"icon":{"attrs":[{}],"defaultCode":59734,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 128c35.346 0 64 28.654 64 64v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176c-35.346 0-64-28.654-64-64v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176zM704 128c35.346 0 64 28.654 64 64v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176c-35.346 0-64-28.654-64-64v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176z"],"tags":["hold"]},"attrs":[{}],"properties":{"code":59734,"id":122,"name":"hold","order":1017,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":426},{"icon":{"attrs":[{}],"defaultCode":59754,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c35.346 0 64 28.654 64 64v256h256c35.346 0 64 28.654 64 64s-28.654 64-64 64h-256v256c0 35.346-28.654 64-64 64s-64-28.654-64-64v-256h-256c-35.346 0-64-28.654-64-64s28.654-64 64-64h256v-256c0-35.346 28.654-64 64-64z"],"tags":["call-add"]},"attrs":[{}],"properties":{"code":59768,"id":119,"name":"call-add","order":1018,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":427},{"icon":{"attrs":[{}],"defaultCode":59828,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M841.143 448c30.297 0 54.857 28.654 54.857 64s-24.56 64-54.857 64h-658.286c-30.297 0-54.857-28.654-54.857-64s24.56-64 54.857-64h658.286z"],"tags":["ignore"]},"attrs":[{}],"properties":{"code":59828,"id":51,"name":"ignore","order":1019,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":428},{"icon":{"attrs":[{}],"defaultCode":59755,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM832 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["call-more"]},"attrs":[{}],"properties":{"code":59910,"id":120,"name":"call-more","order":1020,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":429},{"icon":{"attrs":[{}],"defaultCode":59733,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M912.646 653.411c-18.951 15.614-45.254 24.523-71.456 22.702l-6.544-0.681-142.487-20.086c-42.43-5.789-69.56-27.63-72.080-58.174l-0.19-5.17 0.319-23.304c-0.333-16.239-10.359-25.259-37.503-27.857-20.88-1.998-47.32-3.256-66.796-3.338-24.114-0.102-54.944 1.105-78.352 2.726-25.958 1.673-35.919 9.904-37.049 24.351l-0.11 3.191 0.378 23.498c0.854 31.312-23.527 53.773-64.309 61.412l-6.947 1.135-130.188 18.935c-35.443 5.008-59.603-2.353-80.111-19.25-14.263-11.751-25.008-31.688-28.97-51.024l-1.065-6.411-0.282-7.451c-0.082-51.005 15.676-89.716 56.506-123.356 87.658-72.22 193.631-107.304 366.589-108.866 173.421-1.56 287.506 37.318 366.978 102.793 48.487 39.948 63.048 75.615 64.878 126.744l0.186 8.204-1.941 12.053c-3.903 18.706-14.507 34.908-29.455 47.224z"],"tags":["hand-up"]},"attrs":[{}],"properties":{"code":59733,"id":121,"name":"hand-up","order":1021,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":430},{"icon":{"attrs":[{}],"defaultCode":59772,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224 0 34.364-7.738 66.921-21.567 96.024h107.135c-13.829-29.102-21.567-61.659-21.567-96.024 0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224h-512zM256 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96zM768 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96z"],"tags":["voicemail"]},"attrs":[{}],"properties":{"code":59772,"id":89,"name":"voicemail","order":1022,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":431},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 608c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v192c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-32c-51.126 0-92.917-39.965-95.837-90.359l-0.163-5.641v-128c0-51.126 39.965-92.917 90.359-95.837l5.641-0.163h32zM256 608c53.019 0 96 42.981 96 96v128c0 53.019-42.981 96-96 96h-32c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h32zM512 64c247.424 0 448 200.576 448 448v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v-224c0-208.815-166.673-378.701-374.241-383.878l-9.759-0.122c-208.815 0-378.701 166.673-383.878 374.241l-0.122 9.759v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v-224c0-247.424 200.576-448 448-448z"],"tags":["askfirst"]},"attrs":[{}],"properties":{"code":59686,"id":229,"name":"askfirst","order":1023,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":432},{"icon":{"attrs":[{}],"defaultCode":59739,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM192 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM512 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM832 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["signal-0"]},"attrs":[{}],"properties":{"code":59739,"id":127,"name":"signal-0","order":1024,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":433},{"icon":{"attrs":[{}],"defaultCode":59740,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM832 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["signal-1"]},"attrs":[{}],"properties":{"code":59740,"id":128,"name":"signal-1","order":1025,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":434},{"icon":{"attrs":[{}],"defaultCode":59741,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["signal-2"]},"attrs":[{}],"properties":{"code":59741,"id":129,"name":"signal-2","order":1026,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":435},{"icon":{"attrs":[],"defaultCode":59742,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M341.333 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z","M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z","M938.667 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"],"tags":["signal-3"]},"attrs":[],"properties":{"code":59742,"id":130,"name":"signal-3","order":1027,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":436},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-144.003-15.914-256.010-137.998-256.010-286.243v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v96c0 123.712 100.288 224 224 224s224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v288c0 88.366-71.634 160-160 160s-160-71.634-160-160v-288c0-88.366 71.634-160 160-160zM512 128c-53.019 0-96 42.981-96 96v288c0 53.019 42.981 96 96 96s96-42.981 96-96v-288c0-53.019-42.981-96-96-96z"],"tags":["mic_border"]},"attrs":[{}],"properties":{"code":59689,"id":221,"name":"mic_border","order":1028,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":437},{"icon":{"attrs":[{}],"defaultCode":59743,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-144.003-15.914-256.010-137.998-256.010-286.243v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v96c0 123.712 100.288 224 224 224s224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v288c0 88.366-71.634 160-160 160s-160-71.634-160-160v-288c0-88.366 71.634-160 160-160z"],"tags":["mic"]},"attrs":[{}],"properties":{"code":60336,"id":131,"name":"mic","order":1029,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":438},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-44.23-4.888-85.442-19.792-121.317-42.394l46.758-46.765c31.687 17.167 67.98 26.915 106.549 26.915 123.712 0 224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM672 442.496v69.504c0 88.366-71.634 160-160 160-20.627 0-40.343-3.903-58.449-11.012l53.156-53.131 5.293 0.143c53.019 0 96-42.981 96-96v-5.504l64-64zM256 384c17.673 0 32 14.327 32 32v96c0 38.596 9.761 74.911 26.949 106.613l-46.781 46.723c-27.98-44.4-44.169-96.978-44.169-153.336v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v37.504l-64 64v-101.504c0-53.019-42.981-96-96-96s-96 42.981-96 96v288l0.16 5.344-53.123 53.168c-7.124-18.123-11.037-37.861-11.037-58.512v-288c0-88.366 71.634-160 160-160z"],"tags":["mic-off_border"]},"attrs":[{}],"properties":{"code":59690,"id":220,"name":"mic-off_border","order":1030,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":439},{"icon":{"attrs":[{}],"defaultCode":59799,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-44.23-4.888-85.442-19.792-121.317-42.394l46.758-46.765c31.687 17.167 67.98 26.915 106.549 26.915 123.712 0 224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM672 442.496v69.504c0 88.366-71.634 160-160 160-20.627 0-40.343-3.903-58.449-11.012l218.449-218.492zM256 384c17.673 0 32 14.327 32 32v96c0 38.596 9.761 74.911 26.949 106.613l-46.781 46.723c-27.98-44.4-44.169-96.978-44.169-153.336v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v37.504l-308.963 309.008c-7.124-18.123-11.037-37.861-11.037-58.512v-288c0-88.366 71.634-160 160-160z"],"tags":["mic-off"]},"attrs":[{}],"properties":{"code":59799,"id":108,"name":"mic-off","order":1031,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":440},{"icon":{"attrs":[{}],"defaultCode":59767,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 288c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h576zM672 352h-512c-17.673 0-32 14.327-32 32v320c0 17.673 14.327 32 32 32h128c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h128c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32zM896 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-96v-64h64c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32h-512c-17.673 0-32 14.327-32 32v64h-64v-96c0-35.346 28.654-64 64-64h576z"],"tags":["bubble_lines_border"]},"attrs":[{}],"properties":{"code":59857,"id":184,"name":"bubble_lines_border","order":1032,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":441},{"icon":{"attrs":[{}],"defaultCode":59675,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 288c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h576zM896 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-96v-288c0-33.74-26.108-61.381-59.224-63.824l-4.776-0.176h-480v-96c0-35.346 28.654-64 64-64h576z"],"tags":["bubble_lines"]},"attrs":[{}],"properties":{"code":59691,"id":183,"name":"bubble_lines","order":1033,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":442},{"icon":{"attrs":[{}],"defaultCode":59766,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM640 256h-512c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h512c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378zM928 391.554l-96 48v144.892l96 48v-240.892z"],"tags":["videocam_border"]},"attrs":[{}],"properties":{"code":59773,"id":181,"name":"videocam_border","order":1034,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":443},{"icon":{"attrs":[{}],"defaultCode":59674,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378z"],"tags":["videocam"]},"attrs":[{}],"properties":{"code":59693,"id":182,"name":"videocam","order":1035,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":444},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c19.091 0 36.229 8.359 47.955 21.616l-54.74 54.679c-5.857-7.485-14.974-12.295-25.215-12.295h-512c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h37.504l-64 64h-5.504c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM172.589 941.903c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-205.921 205.925v389.504c0 35.346-28.654 64-64 64h-389.536l64-64h293.536c17.673 0 32-14.327 32-32v-293.504l-499.411 499.407zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378zM928 391.554l-96 48v144.892l96 48v-240.892z"],"tags":["videocam-off_border"]},"attrs":[{}],"properties":{"code":59694,"id":224,"name":"videocam-off_border","order":1036,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":445},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM672 192c19.091 0 36.229 8.359 47.955 21.616l-618.451 618.384h-5.504c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM736 378.496v389.504c0 35.346-28.654 64-64 64h-389.536l453.536-453.504zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378z"],"tags":["videocam-off"]},"attrs":[{}],"properties":{"code":59695,"id":225,"name":"videocam-off","order":1037,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":446},{"icon":{"attrs":[{}],"defaultCode":59768,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M345.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-4.396 2.485c-0.831 0.428-1.731 0.871-2.734 1.344-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406c3.808-3.842 7.225-7.144 10.272-9.92 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77c18.246 15.718 40.388 34.305 66.408 55.741 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM318.135 133.237c-10.201-4.788-20.332-6.254-31.216-4.547-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49c-15.698-13.219-29.431-25-41.202-35.346-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509c-0.917 1.119-1.882 2.229-2.896 3.33l-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2z"],"tags":["phone_border"]},"attrs":[{}],"properties":{"code":59952,"id":204,"name":"phone_border","order":1038,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":447},{"icon":{"attrs":[{}],"defaultCode":59676,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M423.291 457.48c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097 1.872-2.047 4.13-4.525 6.979-7.64l2.568-2.496c-0.113 0.11 0.018-0.047 0.304-0.466l2.418-2.984c7.229-7.611 13.336-13.699 18.414-18.327 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308 20.594 18.1 47.639 40.95 81.093 68.511 18.745 15.418 31.224 34.33 37.033 56.218 5.899 22.22 3.994 43.689-5.142 61.985-6.176 15.343-18.084 33.405-35.757 54.804-17.408 21.078-33.123 36.96-46.584 47.038-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-37.313-23.892-74.467-52.989-111.187-86.993-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85 21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655c-2.030 1.256-4.122 2.41-7.129 3.829-1.702 0.709-3.237 1.43-4.606 2.155 0.848 4.22 2.693 9.908 5.823 17.54h-0.012z"],"tags":["phone"]},"attrs":[{}],"properties":{"code":59855,"id":205,"name":"phone","order":1039,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":448},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M683.935 553.589c25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726c11.069 9.291 23.11 19.297 36.12 30.015 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-14.372-12.881-28.647-26.421-42.833-40.629l45.239-45.287c9.030 9.043 18.118 17.822 27.279 26.35l13.799 12.607c34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242c-5.336-4.598-10.359-8.966-15.067-13.104-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509c-0.917 1.119-1.882 2.229-2.896 3.33l-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.118-7.846-28.642-18.486-43.737-31.779l45.325-45.405 1.547 1.321c10.195 8.611 19.548 15.249 27.954 19.921 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 7.101-6.968c1.099-1.043 2.155-2.027 3.171-2.952 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM345.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.757 10.045 9.718 21.663 17.905 34.76l-46.211 46.287c-2.237-3.297-4.381-6.557-6.43-9.78-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 23.665 43.359 53.248 87.574 88.544 132.308l-45.552 45.536c-39.638-49.63-72.711-98.705-99.169-147.183-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85z"],"tags":["phone-off_border"]},"attrs":[{}],"properties":{"code":59696,"id":222,"name":"phone-off_border","order":1040,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":449},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M683.935 553.589c25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77c18.246 15.718 40.388 34.305 66.408 55.741 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-14.372-12.881-28.647-26.421-42.833-40.629l166.797-166.912 1.547 1.321c10.195 8.611 19.548 15.249 27.954 19.921 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406c3.808-3.842 7.225-7.144 10.272-9.92 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM345.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-4.396 2.485c-0.831 0.428-1.731 0.871-2.734 1.344-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.757 10.045 9.718 21.663 17.905 34.76l-168.964 168.99c-39.638-49.63-72.711-98.705-99.169-147.183-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85z"],"tags":["phone-off"]},"attrs":[{}],"properties":{"code":59697,"id":223,"name":"phone-off","order":1041,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":450},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M281.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-4.396 2.485c-0.831 0.428-1.731 0.871-2.734 1.344-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406c3.808-3.842 7.225-7.144 10.272-9.92 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77c18.246 15.718 40.388 34.305 66.408 55.741 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM222.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49c-15.698-13.219-29.431-25-41.202-35.346-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509c-0.917 1.119-1.882 2.229-2.896 3.33l-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM771.216 169.196c12.497-12.261 32.758-12.261 45.255 0v0l166.156 160.604c12.497 12.261 12.497 32.14 0 44.401v0l-166.156 160.604c-12.497 12.261-32.758 12.261-45.255 0s-12.497-32.14 0-44.401v0l111.6-107.020-338.816 0.012c-17.673 0-32-14.056-32-31.396s14.327-31.396 32-31.396v0l338.752-0.012-111.536-106.996c-12.497-12.261-12.497-32.14 0-44.401z"],"tags":["transfer_call_border"]},"attrs":[{}],"properties":{"code":60163,"id":448,"name":"transfer_call_border","order":1042,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":451},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 7.101-6.968c1.099-1.043 2.155-2.027 3.171-2.952 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726c11.069 9.291 23.11 19.297 36.12 30.015 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242c-5.336-4.598-10.359-8.966-15.067-13.104-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM950.627 73.373c12.497 12.497 12.497 32.758 0 45.255l-226.294 226.255 178.764 0.019c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32l-0.019 178.726 226.293-226.255c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["incall_border"]},"attrs":[{}],"properties":{"code":59698,"id":228,"name":"incall_border","order":1043,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":452},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM864 96c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM672 96c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32z"],"tags":["holdcall_border"]},"attrs":[{}],"properties":{"code":60043,"id":347,"name":"holdcall_border","order":1044,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":453},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM588.389 221.999c47.31 13.188 90.607 38.287 126.074 73.754 35.698 35.698 60.892 79.325 74.007 126.984 4.691 17.040-5.323 34.654-22.36 39.345s-34.654-5.323-39.345-22.36c-10.195-37.040-29.751-70.904-57.558-98.712-27.627-27.627-61.238-47.113-98.002-57.361-17.024-4.746-26.978-22.395-22.233-39.418s22.395-26.978 39.417-22.231zM584.754 57.513c91.355 15.208 175.968 58.223 242.847 125.103 66.885 66.885 109.901 151.505 125.108 242.864 2.903 17.433-8.877 33.917-26.31 36.82s-33.917-8.877-36.82-26.31c-13.035-78.304-49.861-150.745-107.233-208.117-57.368-57.368-129.805-94.192-208.103-107.23-17.433-2.903-29.212-19.389-26.31-36.82s19.389-29.212 36.82-26.31z"],"tags":["activecall_border"]},"attrs":[{}],"properties":{"code":60044,"id":346,"name":"activecall_border","order":1045,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":454},{"icon":{"attrs":[{}],"defaultCode":59806,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 7.101-6.968c1.099-1.043 2.155-2.027 3.171-2.952 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726c11.069 9.291 23.11 19.297 36.12 30.015 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM950.627 73.373c12.497 12.497 12.497 32.758 0 45.255l-226.294 226.255 178.764 0.019c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32l-0.019 178.726 226.293-226.255c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["incall"]},"attrs":[{}],"properties":{"code":59806,"id":68,"name":"incall","order":1046,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":455},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM928 64c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.019-178.726-226.293 226.255c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l226.294-226.255-178.764-0.019c-17.673 0-32-14.327-32-32s14.327-32 32-32h256z"],"tags":["outcall_border"]},"attrs":[{}],"properties":{"code":59699,"id":227,"name":"outcall_border","order":1047,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":456},{"icon":{"attrs":[{}],"defaultCode":59808,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM928 64c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.019-178.726-226.293 226.255c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l226.294-226.255-178.764-0.019c-17.673 0-32-14.327-32-32s14.327-32 32-32h256z"],"tags":["outcall"]},"attrs":[{}],"properties":{"code":59808,"id":70,"name":"outcall","order":1048,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":457},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM678.627 73.373l113.16 113.114 113.114-113.114c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-113.114 113.114 113.114 113.16c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-113.114-113.16-113.16 113.16c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.16-113.16-113.16-113.114c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["missedcall_border"]},"attrs":[{}],"properties":{"code":59702,"id":226,"name":"missedcall_border","order":1049,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":458},{"icon":{"attrs":[{}],"defaultCode":59807,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM678.627 73.373l113.16 113.114 113.114-113.114c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-113.114 113.114 113.114 113.16c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-113.114-113.16-113.16 113.16c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.16-113.16-113.16-113.114c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["missedcall"]},"attrs":[{}],"properties":{"code":59807,"id":69,"name":"missedcall","order":1050,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":459},{"icon":{"attrs":[{}],"defaultCode":59809,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM822.627 73.373l135.765 135.765c12.497 12.497 12.497 32.758 0 45.255l-135.765 135.765c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.137-113.137-113.137-113.137c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0zM662.627 73.373l135.765 135.765c12.497 12.497 12.497 32.758 0 45.255l-135.765 135.765c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.137-113.137-113.137-113.137c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["forwardcall"]},"attrs":[{}],"properties":{"code":59809,"id":71,"name":"forwardcall","order":1051,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":460},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M197.924 376.738l36.733 106.525c4.165 11.733 1.593 22.771-10.427 29.711l-32.147 18.56c-30.749 17.753-33.755 45.472-23.182 76.051 7.286 21.013 22.931 51.338 40.635 82.003l8.893 15.125c14.855 24.788 29.705 47.102 41.971 61.354 21.030 24.159 46.538 35.416 77.287 17.663l32.147-18.56c12.020-6.94 22.866-3.649 30.945 5.825l71.169 81.951c23.472 25.806 12.759 47.276-19.388 65.836-29.072 16.785-59.058 18.43-91.047 10.151-81.498-21.728-162.251-103.495-218.508-200.934s-86.692-208.257-64.76-289.7c8.824-31.843 25.242-56.988 54.314-73.773 30.325-17.508 54.078-17.84 65.365 12.212zM928 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320zM928 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM928 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32h832z"],"tags":["call-list"]},"attrs":[{}],"properties":{"code":60045,"id":349,"name":"call-list","order":1052,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":461},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.921 638.606c-0.364 14.486 1.914 13.839-13.858 17.808-25.71 6.643-52.241 8.582-78.589 10.057-42.029 2.398-84.15 4.244-126.272 4.983-72.207 1.201-144.414 1.106-216.257-7.566-12.034-1.477-23.887-4.52-35.648-7.659-3.464-0.923-6.198-4.613-9.298-7.105v-22.606c0.364-1.477 0.729-3.045 1.002-4.52 1.459-7.75 2.28-15.594 4.376-23.066 7.112-25.097 23.341-43.181 45.038-56.837 20.605-13.011 43.488-21.313 65.551-31.279 19.785-8.858 39.112-18.822 58.714-28.234 3.283-1.569 4.193-3.784 4.103-7.381-0.274-9.134-0.181-18.177 0-27.311 0-3.228-0.912-5.352-3.556-7.474-13.493-10.611-24.251-23.622-32.275-38.752-17.414-32.848-20.878-67.633-13.585-103.71 6.381-31.094 20.058-58.312 43.944-79.719 40.754-36.445 100.561-34.785 138.762 4.153 28.263 28.788 41.027 64.402 42.029 104.262 1.186 46.226-14.222 85.44-50.965 115.057-1.276 1.014-2.097 3.506-2.097 5.259-0.274 9.504 0 19.098-0.181 28.696-0.091 3.228 0.912 5.259 3.829 6.643 17.961 8.489 35.739 17.347 53.792 25.558 21.515 9.781 43.58 18.361 64.731 28.788 20.787 10.242 37.653 25.466 47.317 47.242 7.749 17.44 9.937 35.891 9.391 54.714zM982.463 775.892c7.748 17.44 9.936 35.891 9.48 54.623-0.364 14.393 1.915 13.839-13.947 17.899-25.706 6.643-52.233 8.582-78.578 10.057-42.023 2.398-84.139 4.244-126.253 4.983-72.196 1.201-144.393 1.106-216.225-7.566-12.032-1.477-23.883-4.52-35.642-7.659-3.464-0.923-6.199-4.613-9.297-7.105v-22.606c0.364-1.477 0.729-3.045 1.002-4.52 1.459-7.75 2.279-15.594 4.376-23.066 7.109-25.097 23.337-43.181 45.032-56.837 20.601-13.011 43.482-21.314 65.543-31.279 19.782-8.858 39.106-18.822 58.705-28.234 3.281-1.569 4.193-3.784 4.103-7.381-0.183-9.136-0.183-18.177 0-27.311 0-3.228-0.912-5.352-3.555-7.474-13.491-10.611-24.247-23.622-32.27-38.752-17.411-32.848-20.875-67.633-13.583-103.71 6.381-31.095 20.055-58.312 43.938-79.719 40.747-36.445 100.547-34.785 138.741 4.153 28.259 28.787 41.021 64.402 42.023 104.262 1.185 46.226-14.222 85.44-50.957 115.057-1.276 1.014-2.096 3.506-2.096 5.259-0.274 9.596 0 19.1-0.183 28.696-0.091 3.228 0.912 5.259 3.828 6.643 17.957 8.488 35.734 17.345 53.784 25.558 21.512 9.781 43.573 18.362 64.721 28.787 20.783 10.242 37.647 25.466 47.31 47.242l0.002 0.002zM447.862 194.562c-12.051 3.816-24.821-2.421-29.858-14.336-5.756-14.059 1.349-29.978 15.378-34.538 41.459-13.406 110.434-23.46 184.358 11.451 13.040 6.144 24.64 14.244 35.163 23.647l83.097-52.785-7.734 209.468c-1.799 12.475-15.558 18.619-25.54 11.544l-161.964-96.82 64.39-40.963c-4.227-2.7-8.453-5.12-12.86-7.262-58.815-27.929-109.895-20.481-144.429-9.403l-0.001-0.002z"],"tags":["transfer-call"]},"attrs":[{}],"properties":{"code":59946,"id":271,"name":"transfer-call","order":1053,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":462},{"icon":{"attrs":[{}],"defaultCode":59902,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M534.627 374.627l178.745 178.745c12.497 12.497 12.497 32.758 0 45.255-6.001 6.001-14.14 9.373-22.627 9.373h-357.49c-17.673 0-32-14.327-32-32 0-8.487 3.371-16.626 9.373-22.627l178.745-178.745c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["arrow-up"]},"attrs":[{}],"properties":{"code":59902,"id":9,"name":"arrow-up","order":1054,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":463},{"icon":{"attrs":[{}],"defaultCode":59875,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M534.627 649.373l178.745-178.745c12.497-12.497 12.497-32.758 0-45.255-6.001-6.001-14.14-9.373-22.627-9.373h-357.49c-17.673 0-32 14.327-32 32 0 8.487 3.371 16.626 9.373 22.627l178.745 178.745c12.497 12.497 32.758 12.497 45.255 0z"],"tags":["arrow-down"]},"attrs":[{}],"properties":{"code":59875,"id":17,"name":"arrow-down","order":1055,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":464},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M374.627 489.373l178.745-178.745c12.497-12.497 32.758-12.497 45.255 0 6.001 6.001 9.373 14.14 9.373 22.627v357.49c0 17.673-14.327 32-32 32-8.487 0-16.626-3.371-22.627-9.373l-178.745-178.745c-12.497-12.497-12.497-32.758 0-45.255z"],"tags":["arrow-left"]},"attrs":[{}],"properties":{"code":59704,"id":230,"name":"arrow-left","order":1056,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":465},{"icon":{"attrs":[{}],"defaultCode":59822,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M649.373 489.373l-178.745-178.745c-12.497-12.497-32.758-12.497-45.255 0-6.001 6.001-9.373 14.14-9.373 22.627v357.49c0 17.673 14.327 32 32 32 8.487 0 16.626-3.371 22.627-9.373l178.745-178.745c12.497-12.497 12.497-32.758 0-45.255z"],"tags":["arrow_right"]},"attrs":[{}],"properties":{"code":59822,"id":84,"name":"arrow_right1","order":1057,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":466},{"icon":{"attrs":[{}],"defaultCode":59697,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M308.353 417.608c12.497-12.497 32.758-12.497 45.255 0l158.392 158.392 158.392-158.392c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-181.019 181.019c-12.497 12.497-32.758 12.497-45.255 0l-181.019-181.019c-12.497-12.497-12.497-32.758 0-45.255z"],"tags":["arrow_down"]},"attrs":[{}],"properties":{"code":59705,"id":156,"name":"arrow_down","order":1058,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":467},{"icon":{"attrs":[{}],"defaultCode":59901,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M606.392 308.353c12.497 12.497 12.497 32.758 0 45.255l-158.392 158.392 158.392 158.392c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-181.019-181.019c-12.497-12.497-12.497-32.758 0-45.255l181.019-181.019c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["arrow_left"]},"attrs":[{}],"properties":{"code":59901,"id":8,"name":"arrow_left","order":1059,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":468},{"icon":{"attrs":[{}],"defaultCode":59900,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M417.608 308.353c-12.497 12.497-12.497 32.758 0 45.255l158.392 158.392-158.392 158.392c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l181.019-181.019c12.497-12.497 12.497-32.758 0-45.255l-181.019-181.019c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["arrow_right"]},"attrs":[{}],"properties":{"code":59974,"id":7,"name":"arrow_right","order":1060,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":469},{"icon":{"attrs":[{}],"defaultCode":59696,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M308.353 606.392c12.497 12.497 32.758 12.497 45.255 0l158.392-158.392 158.392 158.392c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-181.019-181.019c-12.497-12.497-32.758-12.497-45.255 0l-181.019 181.019c-12.497 12.497-12.497 32.758 0 45.255z"],"tags":["arrow_up"]},"attrs":[{}],"properties":{"code":59706,"id":155,"name":"arrow_up","order":1061,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":470},{"icon":{"attrs":[{}],"defaultCode":59689,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M298.177 478.059c-18.745 18.745-18.745 49.137 0 67.882l339.411 339.411c18.745 18.745 49.137 18.745 67.882 0s18.745-49.137 0-67.882l-305.47-305.47 305.47-305.47c18.745-18.745 18.745-49.137 0-67.882s-49.137-18.745-67.882 0l-339.411 339.411z"],"tags":["chevron_left"]},"attrs":[{}],"properties":{"code":59713,"id":195,"name":"chevron_left","order":1062,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":471},{"icon":{"attrs":[{}],"defaultCode":59691,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M725.823 478.059c18.745 18.745 18.745 49.137 0 67.882l-339.411 339.411c-18.745 18.745-49.137 18.745-67.882 0s-18.745-49.137 0-67.882l305.47-305.47-305.47-305.47c-18.745-18.745-18.745-49.137 0-67.882s49.137-18.745 67.882 0l339.411 339.411z"],"tags":["chevron_right"]},"attrs":[{}],"properties":{"code":59714,"id":196,"name":"chevron_right","order":1063,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":472},{"icon":{"attrs":[{}],"defaultCode":59682,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 128c17.673 0 32 14.327 32 32v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v-704c0-17.673 14.327-32 32-32zM554.039 195.216c12.497 12.497 12.497 32.758 0 45.255l-239.575 239.529h549.536c17.673 0 32 14.327 32 32s-14.327 32-32 32h-549.472l239.511 239.529c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-294.156-294.156c-12.497-12.497-12.497-32.758 0-45.255l294.156-294.156c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["doublechevron_left"]},"attrs":[{}],"properties":{"code":59715,"id":198,"name":"double-chevron_left","order":1064,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":473},{"icon":{"attrs":[{}],"defaultCode":59680,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M860.784 128c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32s32-14.327 32-32v-704c0-17.673-14.327-32-32-32zM466.745 195.216c-12.497 12.497-12.497 32.758 0 45.255l239.575 239.529h-546.32c-17.673 0-32 14.327-32 32s14.327 32 32 32h546.256l-239.511 239.529c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l294.156-294.156c12.497-12.497 12.497-32.758 0-45.255l-294.156-294.156c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["doublechevron_right"]},"attrs":[{}],"properties":{"code":59716,"id":197,"name":"double-chevron_right","order":1065,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":474},{"icon":{"attrs":[{}],"defaultCode":59729,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M476.784 195.216c12.497 12.497 12.497 32.758 0 45.255l-239.536 239.517 626.752 0.012c17.673 0 32 14.327 32 32s-14.327 32-32 32l-626.816-0.012 239.6 239.541c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-294.156-294.156c-12.497-12.497-12.497-32.758 0-45.255l294.156-294.156c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["previous"]},"attrs":[{}],"properties":{"code":59729,"id":133,"name":"previous","order":1066,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":475},{"icon":{"attrs":[{}],"defaultCode":59728,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M547.216 195.216c-12.497 12.497-12.497 32.758 0 45.255l239.536 239.517-626.752 0.012c-17.673 0-32 14.327-32 32s14.327 32 32 32l626.816-0.012-239.6 239.541c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l294.156-294.156c12.497-12.497 12.497-32.758 0-45.255l-294.156-294.156c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["forward"]},"attrs":[{}],"properties":{"code":59948,"id":132,"name":"forward","order":1067,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":476},{"icon":{"attrs":[{}],"defaultCode":59834,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 547.216c12.497-12.497 32.758-12.497 45.255 0l239.517 239.536 0.012-626.752c0-17.673 14.327-32 32-32s32 14.327 32 32l-0.012 626.816 239.541-239.6c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-294.156 294.156c-12.497 12.497-32.758 12.497-45.255 0l-294.156-294.156c-12.497-12.497-12.497-32.758 0-45.255z"],"tags":["jump-to-latest"]},"attrs":[{}],"properties":{"code":59834,"id":61,"name":"jump-to-latest","order":1068,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":477},{"icon":{"attrs":[{}],"defaultCode":59835,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 476.784c12.497 12.497 32.758 12.497 45.255 0l239.517-239.536 0.012 626.752c0 17.673 14.327 32 32 32s32-14.327 32-32l-0.012-626.816 239.541 239.6c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-294.156-294.156c-12.497-12.497-32.758-12.497-45.255 0l-294.156 294.156c-12.497 12.497-12.497 32.758 0 45.255z"],"tags":["jump-to-unread"]},"attrs":[{}],"properties":{"code":59835,"id":62,"name":"jump-to-unread","order":1069,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":478},{"icon":{"attrs":[{}],"defaultCode":59686,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M353.608 883.882l158.392-158.392 158.392 158.392c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-181.019-181.019c-12.497-12.497-32.758-12.497-45.255 0l-181.019 181.019c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0zM308.353 182.627l181.019 181.019c11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 181.019-181.019c12.497-12.497 12.497-32.758 0-45.255-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662-158.392 158.392-158.392-158.392c-12.497-12.497-32.758-12.497-45.255 0-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015v0z"],"tags":["unfold_less"]},"attrs":[{}],"properties":{"code":59717,"id":193,"name":"unfold_less","order":1070,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":479},{"icon":{"attrs":[{}],"defaultCode":59687,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M353.608 657.608l158.392 158.392 158.392-158.392c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-181.019 181.019c-12.497 12.497-32.758 12.497-45.255 0l-181.019-181.019c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0zM308.353 318.392l181.019-181.019c11.535-11.535 29.687-12.423 42.24-2.662l3.015 2.662 181.019 181.019c12.497 12.497 12.497 32.758 0 45.255-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-158.392-158.392-158.392 158.392c-12.497 12.497-32.758 12.497-45.255 0-11.535-11.535-12.423-29.687-2.662-42.24l2.662-3.015v0z"],"tags":["unfold_more"]},"attrs":[{}],"properties":{"code":59718,"id":194,"name":"unfold_more","order":1071,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":480},{"icon":{"attrs":[{}],"defaultCode":59759,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 832c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.285c17.692 0 34.595 7.324 46.695 20.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64v544zM896 448h-768v352c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-352zM350.555 192h-190.555c-17.673 0-32 14.327-32 32v160h768v-64c0-17.673-14.327-32-32-32l-361.662-0.332-3.755-0.332c-22.439-2.655-43.259-13.147-58.76-29.681l-42.574-45.421c-12.099-12.908-29.002-20.232-46.695-20.232z"],"tags":["file_border"]},"attrs":[{}],"properties":{"code":59940,"id":113,"name":"file_border","order":1072,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":481},{"icon":{"attrs":[{}],"defaultCode":59760,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 448v384c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-384h896zM64 192c0-35.346 28.654-64 64-64h250.285c17.692 0 34.595 7.324 46.695 20.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64v96h-896v-192z"],"tags":["file"]},"attrs":[{}],"properties":{"code":59797,"id":114,"name":"file","order":1073,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":482},{"icon":{"attrs":[{}],"defaultCode":59651,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 96c35.346 0 64 28.654 64 64v741.706c0 17.673-14.327 32.004-32 32.004-6.086 0-12.046-1.74-17.18-5.007l-285.64-181.771c-10.482-6.67-23.878-6.67-34.36 0l-285.64 181.771c-14.91 9.488-34.689 5.093-44.177-9.817-3.267-5.134-5.003-11.094-5.003-17.18v-741.706c0-35.346 28.654-64 64-64h576zM768 160h-512c-17.673 0-32 14.327-32 32v651.413l253.64-161.407c20.964-13.341 47.756-13.341 68.72 0l253.64 161.407v-651.413c0-17.673-14.327-32-32-32z"],"tags":["bookmark_border"]},"attrs":[{}],"properties":{"code":59721,"id":175,"name":"bookmark_border","order":1074,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":483},{"icon":{"attrs":[{}],"defaultCode":59650,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 96c35.346 0 64 28.654 64 64v741.706c0 17.673-14.327 32.004-32 32.004-6.086 0-12.046-1.74-17.18-5.007l-285.64-181.771c-10.482-6.67-23.878-6.67-34.36 0l-285.64 181.771c-14.91 9.488-34.689 5.093-44.177-9.817-3.267-5.134-5.003-11.094-5.003-17.18v-741.706c0-35.346 28.654-64 64-64h576z"],"tags":["bookmark"]},"attrs":[{}],"properties":{"code":59970,"id":174,"name":"bookmark","order":1075,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":484},{"icon":{"attrs":[{}],"defaultCode":59664,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M540.324 55.22c12.622 6.229 22.838 16.445 29.067 29.067l95.041 192.574c4.661 9.445 13.671 15.991 24.094 17.505l212.518 30.881c34.979 5.083 59.214 37.559 54.132 72.538-2.024 13.929-8.583 26.802-18.662 36.626l-153.78 149.898c-7.542 7.352-10.984 17.944-9.203 28.324l36.302 211.659c5.975 34.838-17.423 67.923-52.26 73.898-13.872 2.379-28.142 0.119-40.601-6.431l-190.082-99.932c-9.322-4.901-20.459-4.901-29.782 0l-190.082 99.932c-31.286 16.448-69.982 4.419-86.43-26.867-6.55-12.458-8.81-26.728-6.431-40.601l36.302-211.659c1.78-10.381-1.661-20.973-9.203-28.324l-153.78-149.898c-25.311-24.672-25.829-65.191-1.157-90.502 9.825-10.079 22.698-16.638 36.626-18.662l212.518-30.881c10.423-1.515 19.433-8.061 24.094-17.505l95.041-192.574c15.643-31.696 54.019-44.71 85.715-29.067zM416.959 305.185c-13.984 28.334-41.014 47.972-72.282 52.516l-199.685 29.016c-3.498 0.508-5.921 3.756-5.413 7.254 0.202 1.393 0.858 2.68 1.866 3.663l144.494 140.846c22.626 22.055 32.951 53.831 27.609 84.973l-34.11 198.878c-0.598 3.484 1.742 6.792 5.226 7.39 1.387 0.238 2.814 0.012 4.060-0.643l178.604-93.898c27.967-14.703 61.378-14.703 89.345 0l178.604 93.898c3.129 1.645 6.998 0.442 8.643-2.687 0.655-1.246 0.881-2.673 0.643-4.060l-34.11-198.878c-5.341-31.142 4.983-62.918 27.609-84.973l144.494-140.846c2.531-2.467 2.583-6.519 0.116-9.050-0.982-1.008-2.27-1.664-3.663-1.866l-199.685-29.016c-31.268-4.544-58.298-24.182-72.282-52.516l-89.302-180.945c-1.564-3.17-5.402-4.471-8.572-2.907-1.262 0.623-2.284 1.645-2.907 2.907l-89.302 180.945z"],"tags":["star_border"]},"attrs":[{}],"properties":{"code":59722,"id":171,"name":"star_border","order":1076,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":485},{"icon":{"attrs":[{}],"defaultCode":59663,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M540.324 55.22c12.622 6.229 22.838 16.445 29.067 29.067l95.041 192.574c4.661 9.445 13.671 15.991 24.094 17.505l212.518 30.881c34.979 5.083 59.214 37.559 54.132 72.538-2.024 13.929-8.583 26.802-18.662 36.626l-153.78 149.898c-7.542 7.352-10.984 17.944-9.203 28.324l36.302 211.659c5.975 34.838-17.423 67.923-52.26 73.898-13.872 2.379-28.142 0.119-40.601-6.431l-190.082-99.932c-9.322-4.901-20.459-4.901-29.782 0l-190.082 99.932c-31.286 16.448-69.982 4.419-86.43-26.867-6.55-12.458-8.81-26.728-6.431-40.601l36.302-211.659c1.78-10.381-1.661-20.973-9.203-28.324l-153.78-149.898c-25.311-24.672-25.829-65.191-1.157-90.502 9.825-10.079 22.698-16.638 36.626-18.662l212.518-30.881c10.423-1.515 19.433-8.061 24.094-17.505l95.041-192.574c15.643-31.696 54.019-44.71 85.715-29.067z"],"tags":["star"]},"attrs":[{}],"properties":{"code":59723,"id":170,"name":"star","order":1077,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":486},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c17.673 0 32 14.327 32 32l0.022 33.76c143.988 15.928 255.978 138.006 255.978 286.24v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-191.856-0.038c-35.346 0-64-28.654-64-64 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971zM512 192c-123.712 0-224 100.288-224 224v104.459c0 57.19-19.15 112.733-54.395 157.771l-70.252 89.77h697.294l-70.252-89.77c-35.246-45.038-54.395-100.581-54.395-157.771v-104.459c0-123.712-100.288-224-224-224z"],"tags":["notification_border"]},"attrs":[{}],"properties":{"code":59724,"id":232,"name":"notification_border","order":1078,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":487},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c17.673 0 32 14.327 32 32l0.022 33.76c143.988 15.928 255.978 138.006 255.978 286.24v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-191.856-0.038c-35.346 0-64-28.654-64-64 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971z"],"tags":["notification"]},"attrs":[{}],"properties":{"code":59725,"id":233,"name":"notification","order":1079,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":488},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M786.364 328.175c8.856 27.688 13.636 57.198 13.636 87.825v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-72.72-0.006 64.032-64.032h514.126l-70.252-89.77c-35.246-45.038-54.395-100.581-54.395-157.771v-104.459c0-11.82-0.916-23.426-2.68-34.752l53.043-53.073zM941.921 127.334c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971zM512 64c17.673 0 32 14.327 32 32l0.022 33.76c68.098 7.533 129.040 38.81 174.362 85.367l-45.247 45.274c-40.734-42.175-97.873-68.402-161.137-68.402-123.712 0-224 100.288-224 224v104.459c0 57.19-19.15 112.733-54.395 157.771l-70.252 89.77h2.144l-46.302 46.326c-12.225-11.656-19.842-28.101-19.842-46.326 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32z"],"tags":["mute-notification_border"]},"attrs":[{}],"properties":{"code":59728,"id":231,"name":"mute-notification_border","order":1080,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":489},{"icon":{"attrs":[{}],"defaultCode":59843,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 416v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-72.72-0.006 503.875-503.857c8.856 27.688 13.636 57.198 13.636 87.825zM941.921 127.334c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971zM512 64c17.673 0 32 14.327 32 32l0.022 33.76c68.098 7.533 129.040 38.81 174.362 85.367l-599.189 599.198c-12.225-11.656-19.842-28.101-19.842-46.326 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32z"],"tags":["mute notification"]},"attrs":[{}],"properties":{"code":59843,"codes":[59843,59844],"id":56,"name":"mute-notification","order":1081,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":490},{"icon":{"attrs":[{}],"defaultCode":59659,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 896c-35.346 0-64-28.654-64-64v-288c0-35.346 28.654-64 64-64h128l218.4-355.84c23.391-37.425 64.411-60.16 108.544-60.16h25.056c40.734 0 73.755 33.021 73.755 73.755 0 6.416-0.837 12.805-2.49 19.004l-43.52 163.241h196.256c70.692 0 128 57.308 128 128v144c0 167.895-136.105 304-304 304h-528zM224 544h-64c-17.673 0-32 14.327-32 32v224c0 17.673 14.327 32 32 32h64v-288zM608 128h-25.056c-22.067 0-42.577 11.368-53.998 29.638l-218.4 355.84c-11.64 18.964-22.546 30.522-22.546 30.522v288h368c132.548 0 240-107.452 240-240v-144c0-35.346-28.654-64-64-64h-196.256c-42.048 0-72.672-39.857-61.84-80.487l43.521-163.245c0.219-0.82 0.329-1.665 0.329-2.513 0-5.387-4.367-9.755-9.755-9.755z"],"tags":["thumbup_border"]},"attrs":[{}],"properties":{"code":59730,"id":177,"name":"thumbup_border","order":1082,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":491},{"icon":{"attrs":[{}],"defaultCode":59658,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 480v416h-96c-35.346 0-64-28.654-64-64v-288c0-35.346 28.654-64 64-64h96zM608 64c40.734 0 73.755 33.021 73.755 73.755 0 6.416-0.837 12.805-2.49 19.004l-43.52 163.241h196.256c70.692 0 128 57.308 128 128v144c0 167.895-136.105 304-304 304h-368v-468.16l186.4-303.68c23.391-37.425 64.411-60.16 108.544-60.16h25.056z"],"tags":["thumbup"]},"attrs":[{}],"properties":{"code":59731,"id":176,"name":"thumbup","order":1083,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":492},{"icon":{"attrs":[{}],"defaultCode":59774,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M318.273 654.128l51.602 51.601-232.208 232.206c-14.249 14.249-88.954 65.851-103.203 51.601s37.352-88.953 51.602-103.203l232.208-232.206zM628.146 36.916c2.747 1.59 5.275 3.532 7.519 5.777l345.648 345.646c14.249 14.249 14.249 37.352 0 51.601-2.244 2.244-4.772 4.186-7.519 5.777l-278.879 161.481c14.202 98.905-16.742 203.045-92.833 279.135-14.249 14.249-37.352 14.249-51.602 0l-412.814-412.811c-14.249-14.249-14.249-37.352 0-51.601 76.102-76.102 180.263-107.044 279.182-92.826l161.437-278.884c10.097-17.44 32.42-23.392 49.859-13.296zM615.712 113.248l-165.147 285.352-42.821-6.155c-69.282-9.958-139.291 7.616-195.348 49.272l-9.004 7.019 371.84 371.84 0.938-1.056c44.028-54.798 64.046-124.304 56.583-193.755l-1.188-9.469-6.147-42.81 285.303-165.229-295.008-295.008z"],"tags":["unpin"]},"attrs":[{}],"properties":{"code":59798,"id":91,"name":"unpin","order":1084,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":493},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M114.079 95.316c12.497-12.497 32.758-12.497 45.255 0v0l769.332 769.332c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0v0l-191.475-191.471-2.491 11.496c-13.538 57.317-42.659 111.703-87.362 156.406-14.249 14.249-37.352 14.249-51.602 0l-180.606-180.605-232.208 232.206c-14.249 14.249-88.954 65.851-103.203 51.601s37.352-88.953 51.602-103.203l232.208-232.206-180.606-180.605c-14.249-14.249-14.249-37.352 0-51.601 47.675-47.674 106.361-77.626 167.871-89.855l-191.459-191.496c-12.497-12.497-12.497-32.758 0-45.255zM363.296 389.792c-54.136 1.311-106.83 19.175-150.9 51.925l-9.004 7.019 371.84 371.84 0.938-1.056c36.636-45.597 56.647-101.378 58.034-158.837l-270.908-270.89zM628.146 36.916c2.747 1.59 5.275 3.532 7.519 5.777l345.648 345.646c14.249 14.249 14.249 37.352 0 51.601-2.244 2.244-4.772 4.186-7.519 5.777l-236.61 136.971-46.848-46.816 220.384-127.616-295.008-295.008-127.584 220.416-46.816-46.848 136.974-236.604c10.097-17.44 32.42-23.392 49.859-13.296z"],"tags":["unpin-slash"]},"attrs":[{}],"properties":{"code":59947,"id":277,"name":"unpin-slash","order":1085,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":494},{"icon":{"attrs":[{}],"defaultCode":59723,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M137.667 473.523c-14.249-14.249-14.249-37.352 0-51.601 76.102-76.102 180.263-107.044 279.182-92.826l161.437-278.884c10.097-17.44 32.42-23.392 49.859-13.296 2.747 1.59 5.275 3.532 7.519 5.777l345.648 345.646c14.249 14.249 14.249 37.352 0 51.601-2.244 2.244-4.772 4.186-7.519 5.777l-278.879 161.481c14.202 98.905-16.742 203.045-92.833 279.135-14.249 14.249-37.352 14.249-51.602 0l-180.606-180.605-232.208 232.206c-14.249 14.249-88.954 65.851-103.203 51.601s37.352-88.953 51.602-103.203l232.208-232.206-180.606-180.605z"],"tags":["pin"]},"attrs":[{}],"properties":{"code":59736,"id":138,"name":"pin","order":1086,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":495},{"icon":{"attrs":[{}],"defaultCode":59665,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.784 240.47l-271.506 271.506 271.506 271.552c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0l-271.528-271.574-271.528 271.574c-12.498 12.496-32.758 12.496-45.254 0s-12.498-32.758 0-45.254l271.528-271.574-271.528-271.484c-12.498-12.498-12.498-32.758 0-45.254s32.758-12.498 45.254 0l271.552 271.506 271.506-271.506c12.496-12.498 32.758-12.498 45.254 0 12.494 12.498 12.494 32.758-0.002 45.254z"],"tags":["close"]},"attrs":[{}],"properties":{"code":59737,"id":192,"name":"close","order":1087,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":496},{"icon":{"attrs":[{}],"defaultCode":59713,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM376.235 330.981c-12.497-12.497-32.758-12.497-45.255 0-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015 135.764 135.719-135.764 135.81c-12.497 12.497-12.497 32.758 0 45.255 11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 135.765-135.81 135.765 135.81c12.497 12.497 32.758 12.497 45.255 0 11.535-11.535 12.423-29.687 2.662-42.24l-2.662-3.015-135.764-135.81 135.764-135.719c12.497-12.497 12.497-32.758 0-45.255-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662-135.765 135.719-135.765-135.719z"],"tags":["delete_circle"]},"attrs":[{}],"properties":{"code":59971,"id":147,"name":"delete_circle","order":1088,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":497},{"icon":{"attrs":[{}],"defaultCode":59801,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M667.421 65.816c56.518 18.988 108.816 48.221 154.328 86.016 11.426 9.488 15.267 25.159 9.492 38.715-16.438 38.581-13.986 82.499 7.705 119.4 23.060 39.23 63.985 63.87 109.159 67.037 14.931 1.047 27.444 11.486 30.912 25.789 8.601 35.472 12.984 72.071 12.984 109.227 0 37.124-4.375 73.713-12.958 109.236-3.46 14.323-15.991 24.778-30.941 25.816-45.171 3.137-86.093 27.766-109.156 67.001-21.688 36.896-24.147 80.819-7.728 119.408 5.765 13.549 1.926 29.205-9.486 38.691-45.474 37.798-97.775 67.039-154.31 86.033-14.942 5.020-31.442-0.633-39.963-13.692-25.056-38.4-68.163-62.062-115.458-62.062-47.287 0-90.409 23.657-115.504 62.040-8.522 13.035-24.999 18.678-39.925 13.674-56.483-18.936-108.79-48.166-154.32-85.976-11.426-9.488-15.267-25.159-9.492-38.715 16.438-38.581 13.986-82.499-7.705-119.4-23.060-39.23-63.985-63.87-109.159-67.037-14.931-1.047-27.444-11.486-30.912-25.789-8.601-35.472-12.984-72.071-12.984-109.227 0-37.124 4.375-73.713 12.958-109.236 3.46-14.323 15.991-24.778 30.941-25.816 45.171-3.137 86.093-27.766 109.156-67.001 21.688-36.896 24.147-80.819 7.728-119.408-5.765-13.549-1.926-29.205 9.486-38.691 45.474-37.798 97.775-67.039 154.31-86.033 14.941-5.020 31.44 0.633 39.961 13.69 25.064 38.405 68.167 62.064 115.46 62.064 46.645 0 89.256-23.013 113.984-59.736l1.207-1.911c8.425-13.335 25.111-19.186 40.229-14.107zM357.216 133.696l-6.565 2.622c-30.254 12.482-58.904 28.462-85.354 47.59l-5.617 4.188 0.734 2.447c13.217 48.023 7.807 99.357-15.825 144.025l-4.36 7.811c-29.464 50.125-78.94 84.349-135.339 95.211l-2.010 0.329-1.17 6.388c-3.037 17.8-4.869 35.835-5.48 54.023l-0.229 13.669c0 22.844 1.916 45.463 5.718 67.684l1.194 6.332 2.012 0.375c53.703 10.374 101.124 41.914 130.963 88.181l4.343 7.050c27.298 46.44 34.179 101.008 20.162 151.857l-0.743 2.394 5.638 4.227c26.475 19.134 55.126 35.103 85.351 47.557l6.547 2.583 0.852-0.997c36.128-42.456 88.692-68.273 145.425-70.635l8.54-0.178c59.999 0 116.059 26.253 153.965 70.867l0.787 0.975 6.597-2.59c30.254-12.482 58.904-28.462 85.354-47.59l5.585-4.22-0.702-2.415c-13.217-48.023-7.807-99.357 15.825-144.025l4.36-7.811c29.464-50.125 78.94-84.349 135.339-95.211l1.978-0.361 1.202-6.356c3.037-17.8 4.869-35.835 5.48-54.023l0.229-13.669c0-22.844-1.916-45.462-5.718-67.683l-1.226-6.364-1.98-0.343c-53.703-10.374-101.124-41.914-130.963-88.181l-4.343-7.050c-27.298-46.44-34.179-101.008-20.162-151.857l0.711-2.426-5.6-4.191c-26.471-19.132-55.127-35.11-85.377-47.59l-6.495-2.556-2.792 3.344c-35.873 41.027-87.844 66.008-143.656 68.294l-8.399 0.172c-59.997 0-116.051-26.25-153.961-70.864l-0.823-1.009zM512 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM512 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96z"],"tags":["settings_border"]},"attrs":[{}],"properties":{"code":59801,"id":186,"name":"settings_border","order":1089,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":498},{"icon":{"attrs":[{}],"defaultCode":59677,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M667.421 65.816c56.518 18.988 108.816 48.221 154.328 86.016 11.426 9.488 15.267 25.159 9.492 38.715-16.438 38.581-13.986 82.499 7.705 119.4 23.060 39.23 63.985 63.87 109.159 67.037 14.931 1.047 27.444 11.486 30.912 25.789 8.601 35.472 12.984 72.071 12.984 109.227 0 37.124-4.375 73.713-12.958 109.236-3.46 14.323-15.991 24.778-30.941 25.816-45.171 3.137-86.093 27.766-109.156 67.001-21.688 36.896-24.147 80.819-7.728 119.408 5.765 13.549 1.926 29.205-9.486 38.691-45.474 37.798-97.775 67.039-154.31 86.033-14.942 5.020-31.442-0.633-39.963-13.692-25.056-38.4-68.163-62.062-115.458-62.062-47.287 0-90.409 23.657-115.504 62.040-8.522 13.035-24.999 18.678-39.925 13.674-56.483-18.936-108.79-48.166-154.32-85.976-11.426-9.488-15.267-25.159-9.492-38.715 16.438-38.581 13.986-82.499-7.705-119.4-23.060-39.23-63.985-63.87-109.159-67.037-14.931-1.047-27.444-11.486-30.912-25.789-8.601-35.472-12.984-72.071-12.984-109.227 0-37.124 4.375-73.713 12.958-109.236 3.46-14.323 15.991-24.778 30.941-25.816 45.171-3.137 86.093-27.766 109.156-67.001 21.688-36.896 24.147-80.819 7.728-119.408-5.765-13.549-1.926-29.205 9.486-38.691 45.474-37.798 97.775-67.039 154.31-86.033 14.941-5.020 31.44 0.633 39.961 13.69 25.064 38.405 68.167 62.064 115.46 62.064 46.645 0 89.256-23.013 113.984-59.736l1.207-1.911c8.425-13.335 25.111-19.186 40.229-14.107zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["settings"]},"attrs":[{}],"properties":{"code":59745,"id":187,"name":"settings","order":1090,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":499},{"icon":{"attrs":[{}],"defaultCode":59761,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384v448c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64h320zM512 128h-288c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-416c0-176.731-143.269-320-320-320zM576 576c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32h224zM672 384c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["note-new_border"]},"attrs":[{}],"properties":{"code":59800,"id":115,"name":"note_border","order":1091,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":500},{"icon":{"attrs":[{}],"defaultCode":59683,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384v448c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64h320zM576 576h-224c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h224c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM672 384h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["note"]},"attrs":[{}],"properties":{"code":59746,"id":200,"name":"note","order":1092,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":501},{"icon":{"attrs":[{}],"defaultCode":59757,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM716.034 375.724c12.497 12.497 12.497 32.758 0 45.255l-226.274 226.274c-4.806 4.806-10.762 7.764-16.982 8.873l-3.757 0.444h-3.778c-7.549-0.444-14.971-3.549-20.738-9.317l-135.765-135.765c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l113.117 113.11 203.667-203.619c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["task-new_border"]},"attrs":[{}],"properties":{"code":59803,"id":112,"name":"task-new_border","order":1093,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":502},{"icon":{"attrs":[{}],"defaultCode":59756,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM716.034 375.724c-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662-203.667 203.619-113.117-113.11c-12.497-12.497-32.758-12.497-45.255 0-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015 135.765 135.765c4.806 4.806 10.761 7.764 16.982 8.873l3.757 0.444h3.778l3.757-0.444c4.976-0.887 9.783-2.958 13.967-6.211l3.015-2.662 226.274-226.274c12.497-12.497 12.497-32.758 0-45.255z"],"tags":["task-new"]},"attrs":[{}],"properties":{"code":59804,"id":111,"name":"task-new","order":1094,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":503},{"icon":{"attrs":[{}],"defaultCode":59763,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 64c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-640c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h256v-32c0-17.673 14.327-32 32-32zM832 320h-640v480c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h576c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-480zM416 416h192c23.18 0 38.258 23.656 29.548 44.308l-1.575 3.232-160 288c-8.583 15.449-28.065 21.015-43.514 12.432-14.346-7.97-20.17-25.337-14.057-40.147l1.624-3.367 133.589-240.459h-137.616c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215v0zM800 192h-576c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v32h640v-32c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["event-new_border"]},"attrs":[{}],"properties":{"code":59805,"id":117,"name":"event-new_border","order":1095,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":504},{"icon":{"attrs":[{}],"defaultCode":59764,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 320v512c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-640c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-512h768zM608 416h-192l-3.732 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215h137.616l-133.589 240.459-1.624 3.367c-6.113 14.81-0.289 32.177 14.057 40.147s32.168 3.74 41.513-9.275l2.001-3.158 160-288 1.575-3.232c8.226-19.505-4.767-41.689-25.763-44.094l-3.786-0.214zM128 192c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h256v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v64h-768v-64z"],"tags":["event-new"]},"attrs":[{}],"properties":{"code":59968,"id":118,"name":"event-new","order":1096,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":505},{"icon":{"attrs":[{}],"defaultCode":59800,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h256zM416 672c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h256zM832 160h-192c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h192c17.673 0 32-14.327 32-32v-640c0-17.673-14.327-32-32-32zM384 736h-192c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32h192c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32zM416 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h256zM384 160h-192c-17.673 0-32 14.327-32 32v320c0 17.673 14.327 32 32 32h192c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32z"],"tags":["dashboard_border"]},"attrs":[{}],"properties":{"code":59811,"id":109,"name":"dashboard_border","order":1097,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":506},{"icon":{"attrs":[{}],"defaultCode":59695,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h256zM416 672c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h256zM416 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h256z"],"tags":["Dashboard"]},"attrs":[{}],"properties":{"code":59748,"id":154,"name":"dashboard","order":1098,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":507},{"icon":{"attrs":[{}],"defaultCode":59832,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-704c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96h704zM864 144h-704c-7.855 0-14.387 5.66-15.742 13.124l-0.258 2.876v704c0 7.855 5.66 14.387 13.124 15.742l2.876 0.258h704c7.855 0 14.387-5.66 15.742-13.124l0.258-2.876v-704c0-7.855-5.66-14.387-13.124-15.742l-2.876-0.258z"],"tags":["unselect"]},"attrs":[{}],"properties":{"code":59832,"id":59,"name":"unselect","order":1099,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":508},{"icon":{"attrs":[{}],"defaultCode":59830,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-704c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96h704zM757.333 469.333h-490.667c-23.564 0-42.667 19.103-42.667 42.667 0 22.178 16.921 40.404 38.558 42.471l4.109 0.195h490.667c23.564 0 42.667-19.103 42.667-42.667 0-22.178-16.921-40.404-38.558-42.471l-4.109-0.195z"],"tags":["indeterminate"]},"attrs":[{}],"properties":{"code":59830,"id":57,"name":"indeterminate","order":1100,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":509},{"icon":{"attrs":[{}],"defaultCode":59831,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-704c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96h704zM717.017 331.986l-262.447 255.777-109.862-109.2c-16.733-16.591-43.748-16.476-60.339 0.258s-16.476 43.748 0.258 60.339l139.52 138.606c16.481 16.341 43.001 16.511 59.691 0.383l292.48-284.8c16.945-16.375 17.406-43.386 1.031-60.331s-43.386-17.406-60.331-1.031z"],"tags":["selects"]},"attrs":[{}],"properties":{"code":59831,"id":58,"name":"selects","order":1101,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":510},{"icon":{"attrs":[{}],"defaultCode":59662,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 64c106.039 0 192 85.961 192 192v128h-64v-128c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388v192h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v384c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-512c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-384c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h320v-192c0-106.039 85.961-192 192-192zM736 512h-448c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM512 608c17.673 0 32 14.327 32 32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673 14.327-32 32-32z"],"tags":["unlock"]},"attrs":[{}],"properties":{"code":59771,"id":172,"name":"unlock","order":1102,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":511},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c106.039 0 192 85.961 192 192l-0.032 192h64.032c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v384c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-512c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-384c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h63.968l0.032-192c0-106.039 85.961-192 192-192zM736 512h-448c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM512 608c17.673 0 32 14.327 32 32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673 14.327-32 32-32zM512 128c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388-0.032 192h256l0.032-192c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157z"],"tags":["lock_border"]},"attrs":[{}],"properties":{"code":59774,"id":234,"name":"lock_border","order":1103,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":512},{"icon":{"attrs":[{}],"defaultCode":59661,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c106.039 0 192 85.961 192 192l-0.032 192h64.032c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v384c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-512c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-384c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h63.968l0.032-192c0-106.039 85.961-192 192-192zM512 608c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v128c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-128c0-17.673-14.327-32-32-32zM512 128c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388-0.032 192h256l0.032-192c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157z"],"tags":["lock"]},"attrs":[{}],"properties":{"code":59796,"id":173,"name":"lock","order":1104,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":513},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM512 256c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732 0.032 191.968 191.968 0.032 3.732 0.215c15.915 1.848 28.268 15.374 28.268 31.785s-12.353 29.936-28.268 31.785l-3.732 0.215-191.968-0.032-0.032 192.032-0.215 3.732c-1.848 15.915-15.374 28.268-31.785 28.268s-29.936-12.353-31.785-28.268l-0.215-3.732 0.032-192.032-192.032 0.032-3.732-0.215c-15.915-1.848-28.268-15.374-28.268-31.785s12.353-29.936 28.268-31.785l3.732-0.215 192.032-0.032-0.032-191.968 0.215-3.732c1.848-15.915 15.374-28.268 31.785-28.268z"],"tags":["add_border"]},"attrs":[{}],"properties":{"code":59810,"id":235,"name":"add_border","order":1105,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":514},{"icon":{"attrs":[{}],"defaultCode":59688,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.784 195.216c174.955 174.955 174.955 458.613 0 633.568s-458.613 174.955-633.568 0c-174.955-174.955-174.955-458.613 0-633.568s458.613-174.955 633.568 0zM544.032 479.968l-0.032-191.968c0-17.673-14.327-32-32-32-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732 0.032 191.968-192.032 0.032c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215 192.032-0.032-0.032 192.032c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732 0.032-192.032 191.968 0.032c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215-191.968-0.032v0z"],"tags":["add"]},"attrs":[{}],"properties":{"code":59815,"id":208,"name":"add","order":1106,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":515},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448z"],"tags":["remove_border"]},"attrs":[{}],"properties":{"code":59816,"id":236,"name":"remove_border","order":1107,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":516},{"icon":{"attrs":[{}],"defaultCode":59678,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.784 195.216c-174.955-174.955-458.613-174.955-633.568 0s-174.955 458.613 0 633.568c174.955 174.955 458.613 174.955 633.568 0s174.955-458.613 0-633.568zM288 480h448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["remove"]},"attrs":[{}],"properties":{"code":59817,"id":207,"name":"remove","order":1108,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":517},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 160c265.097 0 480 256 480 352s-214.903 352-480 352c-265.097 0-480-256-480-352s214.903-352 480-352zM512 224c-103.471 0-208.823 46.781-297.269 124.166-37.396 32.719-69.195 69.007-91.294 103.127-18.192 28.087-27.437 51.492-27.437 60.707s9.245 32.62 27.437 60.707c22.1 34.119 53.898 70.407 91.294 103.127 88.446 77.385 193.798 124.166 297.269 124.166s208.823-46.781 297.269-124.166c37.396-32.719 69.195-69.007 91.294-103.127 18.192-28.087 27.437-51.492 27.437-60.707s-9.245-32.62-27.437-60.707c-22.1-34.119-53.898-70.407-91.294-103.127-88.446-77.385-193.798-124.166-297.269-124.166zM512 320c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["view_border"]},"attrs":[{}],"properties":{"code":59818,"id":237,"name":"view_border","order":1109,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":518},{"icon":{"attrs":[{}],"defaultCode":59833,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 160c265.097 0 480 256 480 352s-214.903 352-480 352c-265.097 0-480-256-480-352s214.903-352 480-352zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128z"],"tags":["view"]},"attrs":[{}],"properties":{"code":59833,"id":60,"name":"view","order":1110,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":519},{"icon":{"attrs":[{}],"defaultCode":59818,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 195.216c174.955-174.955 458.613-174.955 633.568 0s174.955 458.613-0 633.568c-174.955 174.955-458.613 174.955-633.568-0s-174.955-458.613 0-633.568zM805.237 264.039l-541.197 541.197c150.872 127.866 377.152 120.63 519.49-21.708 140.042-140.042 149.305-361.34 27.789-512.131l-6.082-7.358zM240.471 240.471c-142.346 142.346-149.575 368.642-21.687 519.514l541.201-541.201c-150.872-127.888-377.169-120.659-519.514 21.687z"],"tags":["blocked"]},"attrs":[{}],"properties":{"code":59969,"id":80,"name":"blocked","order":1111,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":520},{"icon":{"attrs":[{}],"defaultCode":59805,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 195.216c174.955-174.955 458.613-174.955 633.568 0s174.955 458.613 0 633.568c-174.955 174.955-458.613 174.955-633.568 0s-174.955-458.613 0-633.568zM738.274 240.471l-497.803 497.803c-12.497 12.497-12.497 32.758 0 45.255 11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 497.803-497.803c12.497-12.497 12.497-32.758 0-45.255-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662z"],"tags":["unblocked"]},"attrs":[{}],"properties":{"code":59820,"id":67,"name":"unblocked","order":1112,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":521},{"icon":{"attrs":[{}],"defaultCode":59816,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M819.693 64c35.346 0 64 28.654 64 64 0 10.796-2.731 21.416-7.939 30.873l-107.755 195.672 106.588 190.163c17.282 30.833 6.297 69.838-24.536 87.12-9.559 5.358-20.334 8.172-31.292 8.172h-626.76v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v-832c0-17.673 14.327-32 32-32h659.693zM819.648 128h-627.648v448h626.76l-106.588-190.163c-9.911-17.682-10.811-38.906-2.676-57.241l2.443-4.924 107.709-195.672z"],"tags":["read"]},"attrs":[{}],"properties":{"code":59821,"id":78,"name":"read","order":1113,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":522},{"icon":{"attrs":[{}],"defaultCode":59817,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M819.693 64c35.346 0 64 28.654 64 64 0 10.796-2.731 21.416-7.939 30.873l-107.755 195.672 106.588 190.163c17.282 30.833 6.297 69.838-24.536 87.12-9.559 5.358-20.334 8.172-31.292 8.172h-626.76v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v-832c0-17.673 14.327-32 32-32h659.693z"],"tags":["unread"]},"attrs":[{}],"properties":{"code":59824,"id":79,"name":"unread","order":1114,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":523},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 768c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64h384zM672 832h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32h320c17.673 0 32-14.327 32-32s-14.327-32-32-32zM550.4 92.8l396.8 297.6c14.138 10.604 17.004 30.662 6.4 44.8-6.043 8.058-15.528 12.8-25.6 12.8h-160v224c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-224h-160c-17.673 0-32-14.327-32-32 0-10.072 4.742-19.557 12.8-25.6l396.8-297.6c22.756-17.067 54.044-17.067 76.8 0zM512 144l-320.032 239.968 96.032 0.024c17.67 0.012 31.992 14.338 32 32.008v224c0 17.673 14.327 32 32 32h320c17.673 0 32-14.327 32-32v-224c0.008-17.67 14.33-31.996 32-32.008l96-0.024-320-239.968z"],"tags":["shortcut_border"]},"attrs":[{}],"properties":{"code":59826,"id":238,"name":"shortcut_border","order":1115,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":524},{"icon":{"attrs":[{}],"defaultCode":59874,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 768c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64h384zM550.4 92.8l396.8 297.6c14.138 10.604 17.004 30.662 6.4 44.8-6.043 8.058-15.528 12.8-25.6 12.8h-160v224c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-224h-160c-17.673 0-32-14.327-32-32 0-10.072 4.742-19.557 12.8-25.6l396.8-297.6c22.756-17.067 54.044-17.067 76.8 0z"],"tags":["shortcut"]},"attrs":[{}],"properties":{"code":59874,"id":16,"name":"shortcut","order":1116,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":525},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.076 0-384 171.924-384 384s171.924 384 384 384c212.076 0 384-171.924 384-384s-171.924-384-384-384zM288 544c-17.674 0-32-14.326-32-32s14.326-32 32-32h192v-256c0-17.674 14.326-32 32-32s32 14.326 32 32v288c0 16.412-12.352 29.936-28.268 31.784l-3.732 0.216h-224z"],"tags":["time_border"]},"attrs":[{}],"properties":{"code":59827,"id":239,"name":"time_border","order":1117,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":526},{"icon":{"attrs":[{}],"defaultCode":59907,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 192c-16.412 0-29.936 12.353-31.785 28.268l-0.215 3.732v256h-192c-17.674 0-32 14.326-32 32 0 16.412 12.353 29.936 28.268 31.785l3.732 0.215 227.732-0.216c14.692-1.706 26.347-13.36 28.053-28.052l0.215-3.732v-288c0-17.674-14.326-32-32-32z"],"tags":["time"]},"attrs":[{}],"properties":{"code":59907,"id":14,"name":"time","order":1118,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":527},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-256v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-128c-35.346 0-64 28.654-64 64v640c0 35.346 28.654 64 64 64h640c35.346 0 64-28.654 64-64v-640c0-35.346-28.654-64-64-64zM800 832h-576c-17.673 0-32-14.327-32-32v-416h640v416c0 17.673-14.327 32-32 32zM832 320h-640v-96c0-17.673 14.327-32 32-32h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v-32h256v32c0 17.673 14.327 32 32 32s32-14.327 32-32v-32h96c17.673 0 32 14.327 32 32v96z"],"tags":["date_border"]},"attrs":[{}],"properties":{"code":59872,"id":240,"name":"date_border","order":1119,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":528},{"icon":{"attrs":[{}],"defaultCode":59908,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-256v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-128c-35.346 0-64 28.654-64 64v640c0 35.346 28.654 64 64 64h640c35.346 0 64-28.654 64-64v-640c0-35.346-28.654-64-64-64zM128 320h768v64h-768v-64z"],"tags":["date"]},"attrs":[{}],"properties":{"code":59908,"id":15,"name":"date","order":1120,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":529},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 512c0 267.719 198.563 448 448 448 67.438 0 131.625-9.344 171.438-22.344 28.031-8.938 36.969-23.562 36.969-38.594s-11.781-26.406-26.812-26.406c-3.9 0-8.84 0.52-14.612 1.768l-4.482 1.076c-49.562 12.188-92.219 20.312-149.5 20.312-222.219 0-391.125-151.844-391.125-381.375 0-219.781 162-386.656 377.313-386.656 190.531 0 384.219 128.219 384.219 339.063 0 123.094-75.875 211.156-142.906 211.156-44.688 0-69.875-26-69.875-70.281v-275.437c0-21.938-12.188-35.344-32.906-35.344-20.312 0-32.906 13.406-32.906 35.344v46.312h-3.656c-20.719-49.969-71.5-81.656-132.031-81.656-105.219 0-179.156 89.781-179.156 218.562 0 130 73.531 220.594 180.781 220.594 62.969 0 111.719-34.125 135.281-91.812h3.656c7.719 57.281 56.062 92.219 120.25 92.219 113.344 0 218.062-116.5 218.062-272.5 0-236.031-207.906-400-448-400-252.281 0-448 186.375-448 448zM490.031 680c-72.719 0-119.031-60.531-119.031-156.812 0-94.656 46.719-155.188 119.438-155.188 74.75 0 121.875 59.312 121.875 153.562 0 96.281-48.344 158.438-122.281 158.438z"],"tags":["mention_border"]},"attrs":[{}],"properties":{"code":59829,"id":241,"name":"mention_border","order":1121,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":530},{"icon":{"attrs":[{}],"defaultCode":59706,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c248.161 0 448 171.828 448 401.714 0 153.996-103.532 278.768-226.275 278.768-53.322 0-96.597-22.869-118.154-61.267l-3.187-6.192-0.945 1.483c-25.813 37.645-64.851 60.629-111.664 64.869l-8.341 0.553-7.639 0.161c-112.806 0-190.325-94.856-190.325-228.715 0-132.255 77.568-226.757 188.758-226.757 40.922 0 78.035 13.74 105.467 37.713l5.728 5.292 3.73 3.833 0.092-1.62c1.736-23.866 16.317-40.82 38.356-44.479l4.506-0.553 4.695-0.187c27.392 0 45.618 18.059 47.559 45.2l0.172 4.882v265.6c0 34.145 17.404 51.771 51.379 51.771 60.063 0 121.802-84.439 121.802-187.615 0-179.95-162.017-310.953-354.497-310.953-198.408 0-347.837 153.369-347.837 356.847 0 207.989 150.994 351.754 361.156 351.754 43.887 0 78.549-4.588 126.887-15.894l18.214-4.369c6.347-1.372 12.276-2.066 17.471-2.066 23.334 0 41.855 18.131 41.855 41.463 0 24.092-16.003 42.644-46.682 52.425-41.921 13.688-106.224 22.336-170.281 22.336-255.55 0-448-187.009-448-448 0-258.035 192.763-448 448-448zM494.21 395.077c-60.284 0-99.133 50.155-99.133 132.76 0 84.084 38.429 134.317 98.741 134.317 61.561 0 101.874-51.829 101.874-135.875 0-82.179-39.137-131.202-101.483-131.202z"],"tags":["mention"]},"attrs":[{}],"properties":{"code":59840,"id":150,"name":"mention","order":1122,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":531},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM864 160h-704c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-512c0-17.673-14.327-32-32-32zM352 352c17.673 0 32 14.327 32 32v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v-192c0-17.673 14.327-32 32-32zM512 288c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v-256c0-17.673 14.327-32 32-32zM672 416c17.673 0 32 14.327 32 32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673 14.327-32 32-32z"],"tags":["analytics_border"]},"attrs":[{}],"properties":{"code":59842,"id":242,"name":"analytics_border","order":1123,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":532},{"icon":{"attrs":[{}],"defaultCode":59909,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM352 352c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v192c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-192c0-17.673-14.327-32-32-32zM512 288c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v256c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-256c0-17.673-14.327-32-32-32zM672 416c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v128c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-128c0-17.673-14.327-32-32-32z"],"tags":["analytics"]},"attrs":[{}],"properties":{"code":59909,"id":0,"name":"analytics","order":1124,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":533},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384 0 141.385-128 333.385-384 576-256-242.615-384-434.615-384-576 0-212.077 171.923-384 384-384zM512 128c-176.731 0-320 143.269-320 320 0 109.847 103.447 272.863 313.625 480.774l6.375 6.266 6.375-6.266c206.137-203.913 309.607-364.641 313.51-474.378l0.115-6.396c0-176.731-143.269-320-320-320zM512 256c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM512 320c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96z"],"tags":["location_border"]},"attrs":[{}],"properties":{"code":59845,"id":243,"name":"location_border","order":1125,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":534},{"icon":{"attrs":[{}],"defaultCode":59716,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384 0 141.385-128 333.385-384 576-256-242.615-384-434.615-384-576 0-212.077 171.923-384 384-384zM512 288c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["location"]},"attrs":[{}],"properties":{"code":59846,"id":146,"name":"location","order":1126,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":535},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M920.267 700.862c45.916 26.51 61.648 85.222 35.138 131.138s-85.222 61.648-131.138 35.138c-45.916-26.51-61.648-85.222-35.138-131.138s85.222-61.648 131.138-35.138zM234.872 736c26.51 45.916 10.778 104.629-35.138 131.138s-104.629 10.778-131.138-35.138c-26.51-45.916-10.778-104.629 35.138-131.138s104.629-10.778 131.138 35.138zM512 320c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM844.554 768c-8.837 15.305-3.593 34.876 11.713 43.713s34.876 3.593 43.713-11.713c8.837-15.305 3.593-34.876-11.713-43.713s-34.876-3.593-43.713 11.713zM135.733 756.287c-15.305 8.837-20.549 28.407-11.713 43.713s28.407 20.549 43.713 11.713c15.305-8.837 20.549-28.407 11.713-43.713s-28.407-20.549-43.713-11.713zM512 384c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 64c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 128c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32s-14.327-32-32-32z"],"tags":["conference_border"]},"attrs":[{}],"properties":{"code":59962,"id":244,"name":"conference_border","order":1127,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":536},{"icon":{"attrs":[{}],"defaultCode":59718,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M920.267 700.862c45.916 26.51 61.648 85.222 35.138 131.138s-85.222 61.648-131.138 35.138c-45.916-26.51-61.648-85.222-35.138-131.138s85.222-61.648 131.138-35.138zM234.872 736c26.51 45.916 10.778 104.629-35.138 131.138s-104.629 10.778-131.138-35.138c-26.51-45.916-10.778-104.629 35.138-131.138s104.629-10.778 131.138 35.138zM512 320c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM512 64c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["conference"]},"attrs":[{}],"properties":{"code":59847,"id":143,"name":"conference","order":1128,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":537},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 32c88.366 0 160 71.634 160 160h160c35.346 0 64 28.654 64 64v160c88.366 0 160 71.634 160 160s-71.634 160-160 160v160c0 35.346-28.654 64-64 64h-224v-64c0-51.126-39.965-92.917-90.359-95.837l-5.641-0.163c-51.126 0-92.917 39.965-95.837 90.359l-0.163 5.641v64h-224c-35.346 0-64-28.654-64-64v-224h64c51.126 0 92.917-39.965 95.837-90.359l0.163-5.641c0-51.126-39.965-92.917-90.359-95.837l-5.641-0.163h-64v-224c0-35.346 28.654-64 64-64h160c0-88.366 71.634-160 160-160zM448 96c-51.126 0-92.917 39.965-95.837 90.359l-0.163 5.641v64h-224v160l1.848 0.027 7.495 0.243c82.061 4.755 146.963 71.019 150.48 154.391l0.15 7.187-0.243 7.495c-4.755 82.061-71.019 146.963-152.693 150.505l-7.037 0.152v160h160l0.027-1.848 0.243-7.495c4.755-82.061 71.019-146.963 154.391-150.48l7.187-0.15 7.495 0.243c82.061 4.755 146.963 71.019 150.505 152.693l0.152 7.037h160v-224h64c53.019 0 96-42.981 96-96 0-51.126-39.965-92.917-90.359-95.837l-5.641-0.163h-64v-224h-224v-64c0-53.019-42.981-96-96-96z"],"tags":["default-integration_border"]},"attrs":[{}],"properties":{"code":59848,"id":245,"name":"default-integration_border","order":1129,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":538},{"icon":{"attrs":[{}],"defaultCode":59722,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 32c70.692 0 128 57.308 128 128v32h192c35.346 0 64 28.654 64 64v192h32c70.692 0 128 57.308 128 128s-57.308 128-128 128h-32v192c0 35.346-28.654 64-64 64h-192v-32c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388v32h-192c-35.346 0-64-28.654-64-64v-192h32c68.55 0 124.515-53.887 127.843-121.612l0.157-6.388c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157h-32v-192c0-35.346 28.654-64 64-64h192v-32c0-70.692 57.308-128 128-128z"],"tags":["default-integration"]},"attrs":[{}],"properties":{"code":59849,"id":139,"name":"default-integration","order":1130,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":539},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.999 96c248.423 0 448.001 165.581 448.001 380.457 0 215.411-201.789 388.744-448.001 388.744-18.759 0-37.5-1.106-56.632-3.289l-14.429-1.839-14.745-2.288-1.527 1.342c-44.347 37.304-101.616 63.462-170.403 68.126l-11.571 0.577-10.651 0.17h-52.867c-22.146 0-36.159-22.896-27.142-42.139l1.719-3.169 25.946-41.843 8.67-15.313c1.346-2.424 2.643-4.786 3.893-7.088l6.944-13.107 5.874-11.773c3.574-7.428 6.477-14.040 8.796-19.982l1.631-4.332 0.427-1.265-9.407-7.43c-83.751-68.243-135.517-163.523-141.864-263.341l-0.506-10.711-0.155-10.056c0-214.080 200.062-380.451 447.999-380.451zM511.999 160c-212.783 0-378.66 137.114-383.88 307.209l-0.127 8.256 0.132 9.072c2.493 80.9 42.429 160.447 109.845 218.888l8.221 6.91 44.791 35.375-15.299 45.331c-6.454 17.827-16.467 38.713-31.767 66.214l-3.724 6.586 0.451 0.023c51.935-1.664 97.585-18.448 134.507-46.953l7.267-5.856 24.010-21.101 43.417 6.743c21.505 3.022 41.941 4.505 62.154 4.505 213.465 0 384.001-147.516 384.001-324.744 0-175.53-167.133-316.457-384.001-316.457z"],"tags":["sms_border"]},"attrs":[{}],"properties":{"code":59850,"id":246,"name":"sms_border","order":1131,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":540},{"icon":{"attrs":[{}],"defaultCode":59815,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.999 96c-247.937 0-447.999 166.371-447.999 380.451l0.155 10.056c3.195 103.688 55.628 203.371 142.369 274.052l9.407 7.43-0.427 1.265c-6.098 16.845-17.258 39.399-35.809 71.596l-25.946 41.843c-12.267 19.797 2.048 45.308 25.424 45.308h52.867l10.651-0.17c73.955-2.369 135.163-29.326 181.974-68.703l1.527-1.342 14.745 2.288c24.192 3.4 47.613 5.128 71.061 5.128 246.212 0 448.001-173.333 448.001-388.744 0-214.876-199.578-380.457-448.001-380.457z"],"tags":["sms"]},"attrs":[{}],"properties":{"code":59851,"id":77,"name":"sms","order":1132,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":541},{"icon":{"attrs":[],"defaultCode":59653,"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M506.51 769.803c-49.987 49.987-131.032 49.987-181.019 0s-49.987-131.032 0-181.019l271.529-271.529c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-271.529 271.529c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l350.725-350.725c56.235-56.235 56.235-147.411 0-203.647s-147.411-56.235-203.647 0l-350.725 350.725c-87.477 87.477-87.477 229.306 0 316.784s229.306 87.477 316.784 0l271.529-271.529c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-271.529 271.529c-112.471 112.471-294.823 112.471-407.294 0s-112.471-294.823 0-407.294l350.725-350.725c81.229-81.229 212.927-81.229 294.156 0s81.229 212.927 0 294.156l-350.725 350.725z"],"tags":["attachment"]},"attrs":[],"properties":{"code":59852,"id":188,"name":"attachment","order":1133,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":542},{"icon":{"attrs":[{}],"defaultCode":59803,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M789.685 265.373c12.497-12.497 32.758-12.497 45.255 0 11.535 11.535 12.423 29.687 2.662 42.24l-2.662 3.015-394.039 394.039c-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-226.274-226.274c-12.497-12.497-12.497-32.758 0-45.255 11.535-11.535 29.687-12.423 42.24-2.662l3.015 2.662 203.601 203.647 371.457-371.411z"],"tags":["check"]},"attrs":[{}],"properties":{"code":59853,"id":65,"name":"check","order":1134,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":543},{"icon":{"attrs":[{}],"defaultCode":59655,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 768.16c-35.332-0.035-63.965-28.668-64-64v-512c0.035-35.332 28.668-63.965 64-64h704c35.332 0.035 63.965 28.668 64 64v512c-0.053 35.324-28.676 63.947-64 64h-704zM160 224.16v448c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32zM64 832.16h896c17.673 0 32 14.327 32 32s-14.327 32-32 32h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["computer"]},"attrs":[{}],"properties":{"code":59854,"id":189,"name":"computer","order":1135,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":544},{"icon":{"attrs":[{}],"defaultCode":59672,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 896h-544c-17.673 0-32-14.327-32-32v-544c0-17.673 14.327-32 32-32h544c17.673 0 32 14.327 32 32v544c0 17.673-14.327 32-32 32zM896 224h-608c-35.346 0-64 28.654-64 64v608c0 35.346 28.654 64 64 64h608c35.346 0 64-28.654 64-64v-608c0-35.346-28.654-64-64-64zM96 576c-17.673 0-32-14.327-32-32v-416c0-35.346 28.654-64 64-64h416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32 14.327-32 32v384c0 17.673-14.327 32-32 32z"],"tags":["copy"]},"attrs":[{}],"properties":{"code":59856,"id":202,"name":"copy","order":1136,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":545},{"icon":{"attrs":[{}],"defaultCode":59654,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 64c35.346 0 64 28.654 64 64v64h192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-34.656l-26.788 642.664c-1.428 34.28-29.635 61.336-63.945 61.336h-517.222c-34.31 0-62.516-27.056-63.945-61.336l-26.788-642.664h-34.656c-17.673 0-32-14.327-32-32s14.327-32 32-32h192v-64c0-35.346 28.654-64 64-64h256zM797.248 256h-570.528l25.391 609.332c0.714 17.14 14.817 30.668 31.972 30.668h455.833c17.155 0 31.258-13.528 31.972-30.668l25.359-609.332zM416 384c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM608 384c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM608 128h-192c-17.673 0-32 14.327-32 32v32h256v-32c0-17.673-14.327-32-32-32z"],"tags":["delete"]},"attrs":[{}],"properties":{"code":59858,"id":180,"name":"delete","order":1137,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":546},{"icon":{"attrs":[{}],"defaultCode":59897,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 928h512c35.332-0.035 63.965-28.668 64-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v32c0 17.673-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32v-640c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v-64c-0.035-35.332-28.668-63.965-64-64h-512c-35.332 0.035-63.965 28.668-64 64v704c0.035 35.332 28.668 63.965 64 64zM755.688 636.128l92.128-92.128h-421.504c-17.673 0-32-14.327-32-32s14.327-32 32-32h421.504l-92.128-92.128c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0l146.749 146.749c12.497 12.497 12.497 32.758 0 45.255l-146.749 146.749c-12.495 12.495-32.753 12.495-45.248 0s-12.495-32.753 0-45.248z"],"tags":["Logout"]},"attrs":[{}],"properties":{"code":59898,"id":4,"name":"Logout","order":1138,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":547},{"icon":{"attrs":[{}],"defaultCode":59904,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64v512c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-512c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h768zM832 352h-640v480c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-480zM608 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h192zM864 160h-704c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32z"],"tags":["archive"]},"attrs":[{}],"properties":{"code":59904,"id":11,"name":"archive","order":1139,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":548},{"icon":{"attrs":[{}],"defaultCode":59657,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 832c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM512 96c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v517.44l220.305-220.015c12.47-12.454 32.673-12.447 45.135 0.015 11.501 11.501 12.386 29.598 2.654 42.114l-2.654 3.006-274.813 274.813c-12.497 12.497-32.758 12.497-45.255 0l-274.813-274.813c-12.46-12.46-12.46-32.66 0-45.12 11.503-11.503 29.602-12.394 42.127-2.668l3.008 2.653 220.305 220.015v-517.44c0-17.673 14.327-32 32-32z"],"tags":["download"]},"attrs":[{}],"properties":{"code":59965,"id":190,"name":"download","order":1140,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":549},{"icon":{"attrs":[{}],"defaultCode":59714,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 864c17.673 0 32 14.327 32 32s-14.327 32-32 32h-480c-17.673 0-32-14.327-32-32s14.327-32 32-32h480zM896.307 128c49.987 49.987 49.987 131.032 0 181.019l-551.983 551.983c-8.934 8.934-20.314 15.024-32.703 17.502l-160.205 32.041c-17.33 3.466-34.188-7.773-37.654-25.103-0.829-4.143-0.829-8.409 0-12.551l32.041-160.205c2.478-12.39 8.568-23.769 17.502-32.703l551.983-551.983c49.987-49.987 131.032-49.987 181.019 0zM670.055 263.742l-458.952 458.952 90.51 90.51 458.952-458.952-90.51-90.51zM760.542 173.255l-45.232 45.232 90.51 90.51 45.232-45.232c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0z"],"tags":["draft"]},"attrs":[{}],"properties":{"code":59865,"id":148,"name":"draft","order":1141,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":550},{"icon":{"attrs":[{}],"defaultCode":59705,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896.307 128c49.987 49.987 49.987 131.032 0 181.019l-551.983 551.983c-8.934 8.934-20.314 15.024-32.703 17.502l-160.205 32.041c-17.33 3.466-34.188-7.773-37.654-25.103-0.829-4.143-0.829-8.409 0-12.551l32.041-160.205c2.478-12.39 8.568-23.769 17.502-32.703l551.983-551.983c49.987-49.987 131.032-49.987 181.019 0zM760.565 354.252l-90.51-90.51-458.952 458.952 90.51 90.51 458.952-458.952zM851.052 173.255c-24.994-24.994-65.516-24.994-90.51 0l-45.232 45.232 90.51 90.51 45.232-45.232c24.994-24.994 24.994-65.516 0-90.51z"],"tags":["edit"]},"attrs":[{}],"properties":{"code":59999,"id":149,"name":"edit","order":1142,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":551},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M82.079 127.316c11.535-11.535 29.687-12.423 42.24-2.662l3.015 2.662 769.332 769.332c12.497 12.497 12.497 32.758 0 45.255-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-769.332-769.332c-12.497-12.497-12.497-32.758 0-45.255zM376.371 466.894l45.248 45.248-210.516 210.552 90.51 90.51 210.534-210.534 45.248 45.248-213.072 213.085c-8.934 8.934-20.314 15.024-32.703 17.502l-160.205 32.041c-17.33 3.466-34.188-7.773-37.654-25.103-0.829-4.143-0.829-8.409 0-12.551l32.041-160.205c2.478-12.39 8.568-23.769 17.502-32.703l213.067-213.090zM896.307 128c49.987 49.987 49.987 131.032 0 181.019l-248.415 248.37-45.248-45.248 157.922-157.89-90.51-90.51-157.908 157.904-45.248-45.248 248.388-248.398c49.987-49.987 131.032-49.987 181.019 0zM760.542 173.255l-45.232 45.232 90.51 90.51 45.232-45.232c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0z"],"tags":["non-edit"]},"attrs":[{}],"properties":{"code":59866,"id":247,"name":"non-edit","order":1143,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":552},{"icon":{"attrs":[{}],"defaultCode":59693,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM128 289.024v439.808l246.336-228.682 48.928 41.92-275.235 255.615c3.698 1.493 7.739 2.314 11.971 2.314h704c4.233 0 8.273-0.822 11.971-2.314l-275.267-255.606-26.228 22.516-4.783 3.845c-34.046 25.631-81.048 25.689-115.153 0.174l-5.016-4.019-321.524-275.572zM896 288.992l-246.368 211.168 246.368 228.758v39.082l-0.235 3.894c0.155-1.276 0.235-2.576 0.235-3.894v-479.008zM864 224h-704c-2.817 0-5.549 0.364-8.151 1.047l342.434 293.31c10.605 7.062 24.443 7.132 35.112 0.212l3.43-2.566 339.358-290.948c-2.612-0.689-5.355-1.056-8.184-1.056z"],"tags":["email"]},"attrs":[{}],"properties":{"code":59867,"id":152,"name":"email","order":1144,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":553},{"icon":{"attrs":[],"defaultCode":59771,"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM650.508 592.16c8.87-15.286 28.452-20.488 43.738-11.618s20.488 28.452 11.618 43.738c-39.793 68.58-113.090 111.72-193.865 111.72-80.165 0-152.992-42.49-193.001-110.244-8.986-15.218-3.934-34.839 11.284-43.826s34.839-3.934 43.826 11.284c28.612 48.454 80.601 78.786 137.891 78.786 57.725 0 110.053-30.798 138.508-79.84zM352 320c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM672 320c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["emoji"]},"attrs":[],"properties":{"code":59877,"id":88,"name":"emoji","order":1145,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":554},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M299.52 576.256c14.857 0 28.7 1.095 41.528 3.292 12.849 2.2 24.803 5.376 35.86 9.534 11.068 4.162 21.315 9.219 30.735 15.173 9.363 5.918 18.111 12.589 26.24 20.012l3.938 3.596-16.918 27.068c-4.019 6.384-9.753 9.902-16.68 9.902-3.962 0-8.015-1.274-12.223-3.71l-9.378-5.56-9.092-5.65c-4.145-2.364-8.942-4.682-14.388-6.946-7.21-2.998-15.802-5.575-25.768-7.716-9.847-2.116-21.65-3.185-35.391-3.185-19.857 0-37.735 3.224-53.671 9.648-15.874 6.398-29.346 15.514-40.478 27.372-11.155 11.882-19.743 26.304-25.769 43.324-6.061 17.119-9.105 36.41-9.105 57.896 0 22.5 3.169 42.461 9.475 59.904 6.279 17.37 15.081 32.013 26.407 43.986 11.315 11.962 24.715 21.084 40.255 27.397 15.596 6.336 32.869 9.513 51.863 9.513 9.667 0 18.516-0.457 26.543-1.367 7.992-0.906 15.512-2.262 22.559-4.065 7.061-1.806 13.696-3.977 19.905-6.51 5.153-2.102 10.311-4.456 15.473-7.062v-70.596h-50.432c-4.817 0-9.015-1.514-12.232-4.591-3.227-3.087-4.92-7.062-4.92-11.537v-18.56c0-8.837 7.163-16 16-16h77.44c17.673 0 32 14.327 32 32v115.2l-2.653 5.188c-9.501 6.862-19.403 12.847-29.705 17.954-10.324 5.118-21.339 9.392-33.042 12.823-11.688 3.427-24.184 5.97-37.487 7.633-13.245 1.656-27.588 2.481-43.034 2.481-27.439 0-52.671-4.72-75.652-14.178-22.986-9.46-42.834-22.75-59.493-39.853-16.654-17.097-29.619-37.584-38.884-61.41-9.256-23.802-13.875-49.931-13.875-78.352 0-28.746 4.528-55.032 13.604-78.825 9.102-23.859 22.127-44.372 39.063-61.485 16.94-17.117 37.41-30.365 61.354-39.73 23.898-9.347 50.585-14.008 80.027-14.008zM543.232 580.352c17.249 0 31.232 13.983 31.232 31.232v317.184c0 17.249-13.983 31.232-31.232 31.232s-31.232-13.983-31.232-31.232v-317.184c0-17.249 13.983-31.232 31.232-31.232zM872.192 580.352c14.704 0 26.624 11.92 26.624 26.624s-11.92 26.624-26.624 26.624h-149.504v115.456h123.904c14.704 0 26.624 11.92 26.624 26.624s-11.92 26.624-26.624 26.624h-123.904v126.336c0 17.32-14.040 31.36-31.36 31.36s-31.36-14.040-31.36-31.36v-316.288c0-17.673 14.327-32 32-32h180.224zM615.953 64c15.502 0 30.478 5.627 42.144 15.835l216.047 189.041c13.889 12.153 21.856 29.71 21.856 48.165v162.959c0 17.673-14.327 32-32 32s-32-14.327-32-32v-148.438c0-9.228-3.983-18.006-10.928-24.082l-196.071-171.562c-5.833-5.104-13.321-7.918-21.072-7.918h-379.929c-17.673 0-32 14.327-32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-352c0-35.346 28.654-64 64-64h423.953z"],"tags":["gif"]},"attrs":[{}],"properties":{"code":59966,"id":292,"name":"gif","order":1146,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":555},{"icon":{"attrs":[{}],"defaultCode":59820,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 928h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v256c0 35.346-28.654 64-64 64zM640 128c0 17.673 14.327 32 32 32h146.88l-252.32 252.32c-12.46 12.46-12.46 32.66 0 45.12s32.66 12.46 45.12 0l252.32-252.32v146.88c0 17.673 14.327 32 32 32s32-14.327 32-32v-224c0-17.673-14.327-32-32-32h-224c-17.673 0-32 14.327-32 32z"],"tags":["external_link"]},"attrs":[{}],"properties":{"code":59899,"id":82,"name":"external_link","order":1147,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":556},{"icon":{"attrs":[{}],"defaultCode":59804,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M576 928h-128c-35.346 0-64-28.654-64-64v-261.625c0-8.487-3.371-16.626-9.373-22.627l-227.747-227.747c-12.019-11.947-18.809-28.174-18.88-45.12v-146.88c0-35.346 28.654-64 64-64h640c35.346 0 64 28.654 64 64v146.88c-0.071 16.946-6.861 33.173-18.88 45.12l-227.747 227.747c-6.001 6.001-9.373 14.14-9.373 22.627v261.625c0 35.346-28.654 64-64 64zM192 192v101.625c0 8.487 3.371 16.626 9.373 22.627l227.882 227.882c12.002 12.002 18.745 28.281 18.745 45.255v242.61c0 17.673 14.327 32 32 32h64c17.673 0 32-14.327 32-32v-242.61c0-16.974 6.743-33.253 18.745-45.255l227.882-227.882c6.001-6.001 9.373-14.14 9.373-22.627v-101.625c0-17.673-14.327-32-32-32h-576c-17.673 0-32 14.327-32 32z"],"tags":["filter"]},"attrs":[{}],"properties":{"code":60235,"id":66,"name":"filter","order":1148,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":557},{"icon":{"attrs":[{}],"defaultCode":59673,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 800c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-341.333c0-27.695 8.983-54.644 25.6-76.8l147.2-196.267c12.087-16.116 31.056-25.6 51.2-25.6h448c20.144 0 39.113 9.484 51.2 25.6l147.2 196.267c16.617 22.156 25.6 49.105 25.6 76.8v341.333zM355.201 480h-227.201v288c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-288h-227.201c-14.825 73.032-79.393 128-156.799 128-74.988 0-137.927-51.586-155.265-121.207l-1.534-6.793zM720 224h-416c-10.072 0-19.557 4.742-25.6 12.8l-126.72 168.96c-2.121 2.828-1.548 6.839 1.28 8.96 1.108 0.831 2.455 1.28 3.84 1.28h227.2c17.673 0 32 14.327 32 32 0 53.019 42.981 96 96 96 51.126 0 92.917-39.965 95.837-90.359l0.378-9.373c1.848-15.915 15.374-28.268 31.785-28.268h227.2c3.535 0 6.4-2.865 6.4-6.4 0-1.385-0.449-2.732-1.28-3.84l-126.72-168.96c-6.043-8.058-15.528-12.8-25.6-12.8z"],"tags":["inbox"]},"attrs":[{}],"properties":{"code":59905,"id":203,"name":"inbox","order":1149,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":558},{"icon":{"attrs":[{}],"defaultCode":59725,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM512 416c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM512 224c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["info_border"]},"attrs":[{}],"properties":{"code":59906,"id":136,"name":"info_border","order":1150,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":559},{"icon":{"attrs":[{}],"defaultCode":59905,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M360.706 86.002c76.819-20.584 155.78 25.004 176.363 101.823 9.207 34.361 5.175 69.151-8.97 98.954 9.892 2.395 19.423 6.394 28.159 11.857l159.566-42.757c22.086-5.918 45.651 0.396 61.819 16.564l87.23 89.501c37.49 37.49 37.49 98.274 0 135.765s-98.274 37.49-135.764 0l-35.002-37.238-32.345 8.664 91.171 151.904 96.908-7.096 7.489-0.282c7.751-0.153 18.121-0.089 22.452 0.282 44.053 3.776 75.572 22.866 87.634 67.882 13.722 51.213-16.67 103.853-67.882 117.576l-200.243 25.083c-8.047 1.008-16.176-1.077-22.744-5.833l-107.955-78.165-39.26 23.399 30.814 114.917c13.722 51.213-16.67 103.853-67.882 117.576s-103.853-16.67-117.576-67.882l-56.899-197.153c-10.229-38.175 4.055-77.144 33.202-100.195 4.387-3.724 9.179-7.121 14.354-10.109l51.704-28.17-26.678-31.548-18.6 9.643c-29.693 15.132-52.858 25.571-69.494 31.315-29.945 10.34-70.015 16.444-99.183-1.898-9.315-4.529-18.059-10.676-25.808-18.425l-94.672-107.397c-37.49-37.49-37.49-98.274 0-135.765s98.274-37.49 135.765 0l59.759 54.041 65.19-34.506c-40.114-16.489-72.351-50.838-84.443-95.965-20.584-76.819 25.004-155.78 101.823-176.363zM127.867 384.049c-11.604 11.604-12.433 29.903-2.487 42.464l97.159 110.188c1.721 1.721 3.569 3.201 5.525 4.441l9.097 5.060c7.798 4.904 17.198 6.21 25.883 3.725l-9.577 3.552 16.792-6.616c25.36-9.935 63.974-28.931 115.842-56.99 14.199-8.228 32.089-4.3 41.651 8.556l2.045 3.155 58.395 86.537c8.199 14.216 4.256 32.104-8.606 41.657l-3.574 2.305-78.668 44.381c-1.765 1.019-3.413 2.182-6.655 4.883-8.963 7.088-13.476 18.394-11.852 29.676l0.771 3.754 56.899 197.153c4.574 17.071 22.121 27.202 39.192 22.627 15.852-4.247 25.719-19.68 23.387-35.525l-0.757-3.659-37.085-138.313c-3.79-14.134 2.491-29.038 15.253-36.197l82.093-42.822c10.893-5.682 24.078-4.626 33.928 2.718l100.84 75.187c6.815 5.081 15.371 7.242 23.781 6.006l165.833-24.373c17.071-4.574 27.202-22.121 22.627-39.192-4.247-15.852-19.353-24.842-35.538-23.384l-60.874 4.675c-17.891 1.324-39.553 2.911-64.984 4.76-15.092 1.958-29.432-2.635-36.483-15.692l-174.73-304.747c-8.205-14.212-25.666-19.749-40.38-13.388l-3.341 1.68-221.679 120.524-94.465-88.769c-12.497-12.497-32.758-12.497-45.255 0zM599.754 353.202l30.999 57.951 82.467-22.061 61.143 63.362c12.497 12.497 32.758 12.497 45.255 0 11.604-11.604 12.433-29.903 2.487-42.464l-2.487-2.791-87.23-89.501-132.634 35.503zM377.271 147.821c-42.677 11.435-68.004 55.302-56.569 97.98s55.302 68.004 97.98 56.569c42.677-11.435 68.004-55.302 56.569-97.98s-55.302-68.004-97.98-56.569z"],"tags":["leave"]},"attrs":[{}],"properties":{"code":59911,"id":12,"name":"leave","order":1151,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":560},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 928h-480c-35.332-0.035-63.965-28.668-64-64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v32c0 17.673 14.327 32 32 32h416c17.673 0 32-14.327 32-32v-640c0-17.673-14.327-32-32-32h-416c-17.673 0-32 14.327-32 32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v-64c0.035-35.332 28.668-63.965 64-64h480c35.332 0.035 63.965 28.668 64 64v704c-0.035 35.332-28.668 63.965-64 64zM457.376 636.128l92.128-92.128h-421.504c-17.673 0-32-14.327-32-32s14.327-32 32-32h421.504l-92.128-92.128c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0l146.749 146.749c12.497 12.497 12.497 32.758 0 45.255l-146.749 146.749c-12.495 12.495-32.753 12.495-45.248 0s-12.495-32.753 0-45.248z"],"tags":["login"]},"attrs":[{}],"properties":{"code":59914,"id":250,"name":"login","order":1152,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":561},{"icon":{"attrs":[{}],"defaultCode":59656,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M288 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80s80 35.817 80 80zM592 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80s80 35.817 80 80zM896 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80s80 35.817 80 80z"],"tags":["more_horiz"]},"attrs":[{}],"properties":{"code":59915,"id":179,"name":"more_horiz","order":1153,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":562},{"icon":{"attrs":[{}],"defaultCode":59649,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 736c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 432c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 128c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80z"],"tags":["more_vert"]},"attrs":[{}],"properties":{"code":59973,"id":178,"name":"more_vert","order":1154,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":563},{"icon":{"attrs":[{}],"defaultCode":59660,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c17.673 0 32 14.327 32 32v192c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32l111.557-0.017c-65.913-79.898-164.578-127.983-271.557-127.983-194.404 0-352 157.596-352 352s157.596 352 352 352c194.404 0 352-157.596 352-352 0-17.673 14.327-32 32-32s32 14.327 32 32c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416 125.931 0 242.172 56.431 320.044 150.191l-0.044-118.191c0-17.673 14.327-32 32-32z"],"tags":["refresh"]},"attrs":[{}],"properties":{"code":59916,"id":191,"name":"refresh","order":1155,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":564},{"icon":{"attrs":[{}],"defaultCode":59721,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 480c-17.673 0-32 14.327-32 32v192c0 17.673-14.327 32-32 32l-570.517 0.021 81.144-81.158c12.497-12.497 12.497-32.758 0-45.255s-32.758-12.497-45.255 0l-135.765 135.765c-12.497 12.497-12.497 32.758 0 45.255l135.765 135.765c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-81.144-81.117 602.517-0.021c35.346 0 64-28.654 64-64v-224c0-17.673-14.327-32-32-32zM713.373 97.608c-12.497 12.497-12.497 32.758 0 45.255l81.144 81.117-602.517 0.021c-35.346 0-64 28.654-64 64v224c0 17.673 14.327 32 32 32s32-14.327 32-32v-192c0-17.673 14.327-32 32-32l570.517-0.021-81.144 81.158c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l135.765-135.765c12.497-12.497 12.497-32.758 0-45.255l-135.765-135.765c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["repeat"]},"attrs":[{}],"properties":{"code":59950,"id":140,"name":"repeat","order":1156,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":565},{"icon":{"attrs":[{}],"defaultCode":59872,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M617.184 137.516l4.071 3.739 325.49 325.49c23.678 23.678 24.924 61.294 3.739 86.439l-3.739 4.071-325.49 325.49c-12.002 12.002-28.281 18.745-45.255 18.745-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776-0.032-165.509-31.968 0.018c-229.75 0-416-186.25-416-416v-96c0-38.152 54.761-44.289 63.206-7.084 25.612 112.833 124.814 195.391 241.232 198.931l8.425 0.131 135.105 0.003 0.032-165.472c0-16.974 6.743-33.253 18.745-45.255 23.678-23.678 61.294-24.924 86.439-3.739zM448 608l95.968-0.014c16.411-0.002 29.938 12.349 31.789 28.263l0.216 3.732 0.025 182.061c0 3.535 2.866 6.399 6.401 6.399 1.697 0 3.325-0.675 4.525-1.875l310.042-310.042c2.499-2.499 2.499-6.552 0-9.051l-310.042-310.042c-2.499-2.499-6.552-2.499-9.051 0-1.2 1.2-1.874 2.828-1.875 4.525l-0.025 182.024c-0.006 17.672-14.333 31.996-32.004 31.999l-176.987-0.152c-90.666-2.754-172.782-43.481-229.722-107.691l-6.457-7.512 1.27 9.086c24.279 158.573 154.375 282.305 315.949 296.855l-0.022 1.433z"],"tags":["reply"]},"attrs":[{}],"properties":{"code":59924,"id":46,"name":"reply","order":1157,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":566},{"icon":{"attrs":[{}],"defaultCode":59753,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h704zM832 160h-640c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32v-640c0-17.673-14.327-32-32-32zM768 544c17.673 0 32 14.327 32 32v192c0 17.673-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h160v-160c0-17.673 14.327-32 32-32zM448 224c17.673 0 32 14.327 32 32s-14.327 32-32 32h-160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v-192c0-17.673 14.327-32 32-32h192z"],"tags":["reset-zoom"]},"attrs":[{}],"properties":{"code":59917,"id":110,"name":"reset-zoom","order":1158,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":567},{"icon":{"attrs":[{}],"defaultCode":59877,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M709.49 96c16.974 0 33.253 6.743 45.255 18.745l154.51 154.51c12.002 12.002 18.745 28.281 18.745 45.255v549.49c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h549.49zM320 160h-128c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32v-504.235c0-8.487-3.371-16.626-9.373-22.627l-118.627-118.609v229.472c0 35.346-24.56 64-54.857 64h-306.286c-30.297 0-54.857-28.654-54.857-64v-256zM681.143 160h-306.286v224c0 17.673 14.327 32 32 32h242.286c17.673 0 32-14.327 32-32v-224zM608 224c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v-64c0-17.673 14.327-32 32-32z"],"tags":["save-draft"]},"attrs":[{}],"properties":{"code":59918,"id":19,"name":"save-draft","order":1159,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":568},{"icon":{"attrs":[{}],"defaultCode":59770,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M926.099 138.934l-277.321 768c-9.747 26.992-47.354 28.499-59.23 2.373l-148.372-326.417-326.417-148.372c-26.126-11.875-24.619-49.483 2.373-59.23l768-277.321c25.494-9.206 50.172 15.472 40.966 40.966zM817.12 252.192l-313.472 313.472 111.633 245.594 201.839-559.066zM771.84 206.912l-559.031 201.874 245.559 111.598 313.472-313.472z"],"tags":["send"]},"attrs":[{}],"properties":{"code":59919,"id":87,"name":"send","order":1160,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":569},{"icon":{"attrs":[{}],"defaultCode":59821,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 960h-640c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h96c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64zM636.289 265.337l-92.289-92.031v357.44c0 17.673-14.327 32-32 32s-32-14.327-32-32v-357.44l-92.289 92.031c-12.482 12.447-32.687 12.433-45.151-0.031-12.46-12.46-12.46-32.66 0-45.12l146.813-146.813c12.497-12.497 32.758-12.497 45.255 0l146.813 146.813c12.46 12.46 12.46 32.66 0 45.12-12.465 12.465-32.669 12.479-45.151 0.031z"],"tags":["share"]},"attrs":[{}],"properties":{"code":59920,"id":83,"name":"share","order":1161,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":570},{"icon":{"attrs":[{}],"defaultCode":59810,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M685.255 109.255c12.002 12.002 18.745 28.281 18.745 45.255v714.981c0 35.346-28.654 64-64 64-16.974 0-33.253-6.743-45.255-18.745l-210.745-210.745h-192c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h192l210.745-210.745c24.994-24.994 65.516-24.994 90.51 0zM640 154.51l-210.745 210.745c-12.002 12.002-28.281 18.745-45.255 18.745h-160c-17.673 0-32 14.327-32 32v192c0 17.673 14.327 32 32 32h160c16.974 0 33.253 6.743 45.255 18.745l210.745 210.745v-714.981zM816.338 332.142c15.961-7.588 35.052-0.801 42.64 15.16 24.262 51.030 37.022 106.99 37.022 164.698 0 58.843-13.268 115.862-38.454 167.678-7.726 15.895-26.875 22.517-42.77 14.791s-22.517-26.875-14.791-42.77c20.971-43.144 32.015-90.602 32.015-139.699 0-48.151-10.621-94.729-30.822-137.218-7.588-15.961-0.801-35.052 15.16-42.64z"],"tags":["speaker-mute"]},"attrs":[{}],"properties":{"code":59921,"id":72,"name":"speaker-down","order":1162,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":571},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M621.255 109.255c12.002 12.002 18.745 28.281 18.745 45.255v714.981c0 35.346-28.654 64-64 64-16.974 0-33.253-6.743-45.255-18.745l-210.745-210.745h-192c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h192l210.745-210.745c24.994-24.994 65.516-24.994 90.51 0zM576 154.51l-210.745 210.745c-12.002 12.002-28.281 18.745-45.255 18.745h-160c-17.673 0-32 14.327-32 32v192c0 17.673 14.327 32 32 32h160c16.974 0 33.253 6.743 45.255 18.745l210.745 210.745v-714.981zM741.49 376.235l90.555 90.51 90.464-90.51c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-90.464 90.51 90.464 90.51c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-90.464-90.51-90.555 90.51c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l90.555-90.51-90.555-90.51c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["speaker-mute"]},"attrs":[{}],"properties":{"code":59923,"id":248,"name":"speaker-mute","order":1163,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":572},{"icon":{"attrs":[{}],"defaultCode":59811,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M621.255 109.255c12.002 12.002 18.745 28.281 18.745 45.255v714.981c0 35.346-28.654 64-64 64-16.974 0-33.253-6.743-45.255-18.745l-210.745-210.745h-192c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h192l210.745-210.745c24.994-24.994 65.516-24.994 90.51 0zM576 154.51l-210.745 210.745c-12.002 12.002-28.281 18.745-45.255 18.745h-160c-17.673 0-32 14.327-32 32v192c0 17.673 14.327 32 32 32h160c16.974 0 33.253 6.743 45.255 18.745l210.745 210.745v-714.981zM832.105 244.386c14.38-10.274 34.366-6.946 44.64 7.433 53.84 75.352 83.255 165.597 83.255 260.18 0 94.59-29.419 184.841-83.266 260.196-10.275 14.379-30.261 17.706-44.64 7.431s-17.706-30.261-7.431-44.64c46.152-64.586 71.337-141.851 71.337-222.987 0-81.13-25.182-158.39-71.328-222.973-10.274-14.38-6.946-34.366 7.433-44.64zM719.414 358.548c15.394-8.682 34.911-3.241 43.593 12.152 24.127 42.778 36.993 91.141 36.993 141.3 0 50.484-13.034 99.147-37.459 142.122-8.733 15.365-28.268 20.741-43.632 12.009s-20.741-28.268-12.009-43.632c18.982-33.399 29.1-71.175 29.1-110.499 0-39.070-9.988-76.615-28.738-109.859-8.682-15.394-3.241-34.911 12.152-43.593z"],"tags":["speaker"]},"attrs":[{}],"properties":{"code":59925,"id":73,"name":"speaker-up","order":1164,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":573},{"icon":{"attrs":[{}],"defaultCode":59715,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M531.411 175.805c87.477-87.477 229.306-87.477 316.784 0s87.477 229.306 0 316.784l-75.646 75.732c3.054-28.867 1.756-58.107-3.895-86.657l34.286-34.33c62.484-62.484 62.484-163.79 0-226.274s-163.79-62.484-226.274 0l-135.765 135.765c-62.484 62.484-62.484 163.79 0 226.274 25.467 25.467 57.382 40.554 90.49 45.261l-52.629 52.63c-30.344-10.801-58.826-28.346-83.116-52.637-87.477-87.477-87.477-229.306 0-316.784l135.765-135.765zM192 515.216l75.646-75.732c-3.054 28.867-1.756 58.107 3.895 86.657l-34.286 34.33c-62.484 62.484-62.484 163.79 0 226.274s163.79 62.484 226.274 0l135.765-135.764c62.484-62.484 62.484-163.79 0-226.274-25.467-25.467-57.382-40.554-90.49-45.261l52.629-52.63c30.344 10.801 58.826 28.346 83.116 52.637 87.477 87.477 87.477 229.306 0 316.784l-135.765 135.765c-87.477 87.477-229.306 87.477-316.784 0s-87.477-229.306 0-316.784z"],"tags":["webpage"]},"attrs":[{}],"properties":{"code":59926,"id":145,"name":"webpage","order":1165,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":574},{"icon":{"attrs":[{}],"defaultCode":59694,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 96c35.346 0 64 28.654 64 64v96h128c35.346 0 64 28.654 64 64v544c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-544c0-35.346 28.654-64 64-64h128v-96c0-35.346 28.654-64 64-64h384zM864 320h-704c-17.673 0-32 14.327-32 32v480c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-480c0-17.673-14.327-32-32-32zM672 160h-320c-17.673 0-32 14.327-32 32v64h384v-64c0-17.673-14.327-32-32-32z"],"tags":["work"]},"attrs":[{}],"properties":{"code":59927,"id":153,"name":"work","order":1166,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":575},{"icon":{"attrs":[{}],"defaultCode":59731,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c17.673 0 32 14.327 32 32v320h320c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320v-320c0-17.673 14.327-32 32-32z"],"tags":["zoom-in"]},"attrs":[{}],"properties":{"code":59967,"id":135,"name":"zoom-in","order":1167,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":576},{"icon":{"attrs":[{}],"defaultCode":59730,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 512c0 17.673-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704c17.673 0 32 14.327 32 32z"],"tags":["zoom-out"]},"attrs":[{}],"properties":{"code":59928,"id":134,"name":"zoom-out","order":1168,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":577},{"icon":{"attrs":[{}],"defaultCode":59736,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M696.902 199.098c129.831 129.831 137.041 335.851 21.628 474.143l204.647 204.679c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-204.655-204.667c-138.293 115.434-344.329 108.232-474.168-21.607-137.465-137.465-137.465-360.339 0-497.803s360.339-137.465 497.803 0zM669.393 632.234c94.964-113.79 87.819-282.316-17.746-387.881-112.471-112.471-294.823-112.471-407.294 0s-112.471 294.823 0 407.294c105.572 105.572 274.112 112.711 387.901 17.729l20.243-16.897 16.895-20.244z"],"tags":["search"]},"attrs":[{}],"properties":{"code":116,"id":206,"name":"search","order":1169,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":578},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 96c194.404 0 352 157.596 352 352 0 83.999-29.422 161.125-78.523 221.636l198.288 198.246c18.745 18.745 18.745 49.137 0 67.882s-49.137 18.745-67.882 0l-200.467-200.456c-57.441 40.743-127.632 64.692-203.416 64.692-194.404 0-352-157.596-352-352s157.596-352 352-352zM448 192c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256s-114.615-256-256-256z"],"tags":["search_nav"]},"attrs":[{}],"properties":{"code":59929,"id":269,"name":"search_nav","order":1170,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":579},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 96c26.51 0 48 21.49 48 48v320h320c26.51 0 48 21.49 48 48s-21.49 48-48 48h-320.032l0.032 320c0 26.51-21.49 48-48 48s-48-21.49-48-48l-0.032-320h-319.968c-26.51 0-48-21.49-48-48s21.49-48 48-48h320v-320c0-26.51 21.49-48 48-48z"],"tags":["new-action"]},"attrs":[{}],"properties":{"code":60164,"id":270,"name":"new-action","order":1171,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":580},{"icon":{"attrs":[],"defaultCode":59827,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960.064 320c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM320.064 320c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM640.064 895.968c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM960.064 704c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM320.064 704c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM640.064 128.032c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016v0z"],"tags":["default-team-avatar"]},"attrs":[],"properties":{"code":59930,"id":50,"name":"default-team-avatar","order":1172,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":581},{"icon":{"attrs":[],"defaultCode":59737,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M170.667 576v-128h682.667v128z"],"tags":["minimize"]},"attrs":[],"properties":{"code":59931,"id":125,"name":"minimize","order":1173,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":582},{"icon":{"attrs":[],"defaultCode":59866,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M761.374 990.268c149.036 0 269.854-120.818 269.854-269.854s-120.818-269.854-269.854-269.854c-149.036 0-269.854 120.818-269.854 269.854s120.818 269.854 269.854 269.854zM761.374 887.868c-92.482 0-167.454-74.972-167.454-167.454s74.972-167.454 167.454-167.454c92.482 0 167.454 74.972 167.454 167.454s-74.972 167.454-167.454 167.454z","M761.374 619.219c18.63 0 33.732 15.102 33.732 33.732l-0.005 33.729 33.737 0.002c18.63 0 33.732 15.102 33.732 33.732s-15.102 33.732-33.732 33.732l-33.737-0.005 0.005 33.737c0 18.63-15.102 33.732-33.732 33.732s-33.732-15.102-33.732-33.732l-0.002-33.737-33.729 0.005c-18.63 0-33.732-15.102-33.732-33.732s15.102-33.732 33.732-33.732l33.729-0.002 0.002-33.729c0-18.63 15.102-33.732 33.732-33.732z","M45.779 327.68h737.28v102.4h-737.28v-102.4z","M256 0c28.277 0 51.2 22.923 51.2 51.2v61.44c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-61.44c0-28.277 22.923-51.2 51.2-51.2z","M583.68 0c28.277 0 51.2 22.923 51.2 51.2v61.44c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-61.44c0-28.277 22.923-51.2 51.2-51.2z","M51.2 122.88c28.277 0 51.2 22.923 51.2 51.2v593.92c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-593.92c0-28.277 22.923-51.2 51.2-51.2z","M788.48 122.88c28.277 0 51.2 22.923 51.2 51.2v307.2c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-307.2c0-28.277 22.923-51.2 51.2-51.2z","M51.2 122.88h737.28c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-737.28c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2z","M51.2 716.8h471.040c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-471.040c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2z"],"tags":["schedule"],"width":1065},"attrs":[],"properties":{"code":59932,"id":42,"name":"schedule","order":1174,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":583},{"icon":{"attrs":[],"defaultCode":59865,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M85.333 175.686h672.627c47.128 0 85.333 38.205 85.333 85.333v672.627c0 47.128-38.205 85.333-85.333 85.333h-672.627c-47.128 0-85.333-38.205-85.333-85.333v-672.627c0-47.128 38.205-85.333 85.333-85.333zM106.667 282.353v629.961h629.961v-629.961h-629.961z","M421.647 0c97.029 0 175.686 78.657 175.686 175.686h-105.412c0-38.812-31.463-70.275-70.275-70.275s-70.275 31.463-70.275 70.275h-105.412c0-97.029 78.657-175.686 175.686-175.686z","M456.784 632.471c97.029 0 175.686 78.657 175.686 175.686v0h-70.275c0-58.217-47.194-105.412-105.412-105.412v0h-70.275c-58.217 0-105.412 47.194-105.412 105.412v0h-70.275l0.215-8.769c4.569-92.955 81.383-166.918 175.471-166.918v0zM421.647 351.373c58.217 0 105.412 47.194 105.412 105.412s-47.194 105.412-105.412 105.412c-58.217 0-105.412-47.194-105.412-105.412s47.194-105.412 105.412-105.412zM421.647 421.647c-19.406 0-35.137 15.731-35.137 35.137s15.731 35.137 35.137 35.137c19.406 0 35.137-15.731 35.137-35.137s-15.731-35.137-35.137-35.137z"],"tags":["join"],"width":853},"attrs":[],"properties":{"code":59933,"id":41,"name":"join","order":1175,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":584},{"icon":{"attrs":[],"defaultCode":59867,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M85.333 175.686h672.627c47.128 0 85.333 38.205 85.333 85.333v672.627c0 47.128-38.205 85.333-85.333 85.333h-672.627c-47.128 0-85.333-38.205-85.333-85.333v-672.627c0-47.128 38.205-85.333 85.333-85.333zM106.667 282.353v629.961h629.961v-629.961h-629.961z","M421.647 421.647c19.406 0 35.137 15.731 35.137 35.137l-0.008 105.407 105.419 0.005c19.406 0 35.137 15.731 35.137 35.137s-15.731 35.137-35.137 35.137l-105.419-0.008 0.008 105.419c0 19.406-15.731 35.137-35.137 35.137s-35.137-15.731-35.137-35.137l-0.005-105.419-105.407 0.008c-19.406 0-35.137-15.731-35.137-35.137s15.731-35.137 35.137-35.137l105.407-0.005 0.005-105.407c0-19.406 15.731-35.137 35.137-35.137z","M421.647 0c97.029 0 175.686 78.657 175.686 175.686h-105.412c0-38.812-31.463-70.275-70.275-70.275s-70.275 31.463-70.275 70.275h-105.412c0-97.029 78.657-175.686 175.686-175.686z"],"tags":["start"],"width":853},"attrs":[],"properties":{"code":59949,"id":43,"name":"start","order":1176,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":585},{"icon":{"attrs":[],"defaultCode":59906,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M853.333 85.333c47.128 0 85.333 38.205 85.333 85.333v512c0 47.128-38.205 85.333-85.333 85.333h-384l-177.729 159.956c-8.758 7.882-22.246 7.172-30.128-1.586-3.526-3.917-5.476-9.001-5.476-14.271v-144.099h-85.333c-47.128 0-85.333-38.205-85.333-85.333v-512c0-47.128 38.205-85.333 85.333-85.333h682.667zM511.808 554.667c-23.607 0-42.709 19.103-42.709 42.667s19.103 42.667 42.667 42.667v0c23.607 0 42.709-19.103 42.709-42.667s-19.103-42.667-42.667-42.667v0zM512 213.333l-4.545 0.175c-32.635 2.51-57.056 31.002-54.546 63.637v0l13.152 170.981c1.847 24.005 21.863 42.541 45.939 42.541s44.093-18.536 45.939-42.541v0l13.283-173.252 0.044-2.274c0-32.732-26.534-59.266-59.266-59.266v0z"],"tags":["feedback"]},"attrs":[],"properties":{"code":59951,"id":13,"name":"feedback","order":1177,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":586},{"icon":{"attrs":[],"defaultCode":59826,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M175.468 877.343c39.481-14.621 81.887-29.245 115.517-38.019 4.387 0 4.387 0 4.387-23.396 0-27.783-4.387-40.943-8.772-54.104-4.387-17.547-13.16-45.328-17.547-73.111-8.772-8.775-23.396-32.169-32.169-73.113-8.772-36.555-4.387-49.716 0-64.337v-4.387c0-8.773-4.387-49.716-8.772-86.272-4.387-23.396 0-73.112 32.169-114.055 17.547-27.783 58.488-58.489 127.215-64.337h40.943c67.263 5.849 108.205 38.019 127.213 65.8 32.169 40.943 36.557 90.659 32.169 114.056-4.387 32.169-4.387 77.499-4.387 86.272v4.387c4.387 13.159 8.773 27.783 0 64.339-8.771 40.941-23.396 64.337-32.169 73.111 0 27.783-8.771 54.103-17.547 73.111-4.385 17.549-13.159 36.557-13.159 54.104 0 23.396 0 23.396 4.387 23.396 64.339 17.547 163.769 54.103 204.713 73.111 16.085 7.311 27.783 16.084 36.557 26.32-74.575 43.867-160.847 68.725-252.969 68.725-131.603-1.46-248.581-51.177-337.78-131.6v0zM780.833 928.521c-7.311-10.235-14.621-17.545-21.933-21.933-43.867-19.009-144.761-62.877-212.025-81.885-4.385 0-10.233 0-4.385-24.859 1.461-10.236 5.848-17.547 10.235-27.783 7.311-20.473 17.547-42.405 17.547-71.649 10.236-10.236 24.857-33.631 33.632-77.499 10.236-38.019 4.387-52.641 0-67.264v-4.387c0-10.236 0-58.491 4.387-92.121 4.388-24.859 0-77.499-33.631-121.367-16.085-23.395-49.717-52.641-99.435-65.801 21.935-20.471 58.489-38.019 108.205-42.404h40.944c68.724 4.385 109.667 36.556 127.215 64.339 32.169 40.943 36.555 90.659 32.169 114.055-4.387 32.169-4.387 77.499-4.387 86.272v4.387c4.387 13.159 8.772 27.783 0 64.34-8.775 40.94-23.396 64.337-32.169 73.111 0 27.783-8.772 54.103-17.547 73.112-4.387 17.547-13.159 36.556-13.159 54.103 0 23.396 0 23.396 4.385 23.396 48.255 13.16 115.519 38.020 165.235 57.027-33.631 32.169-67.264 59.951-105.283 84.812v0z"],"tags":["default-group-avatar"]},"attrs":[],"properties":{"code":60188,"id":49,"name":"default-group-avatar","order":1178,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":587},{"icon":{"attrs":[],"defaultCode":59724,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M234.667 795.747c1.28 0 2.56-1.311 3.627-1.311 56.792-25.892 115.238-47.796 174.933-65.561 3.627 0 3.627 0 3.627-19.887 0.268-16.546-2.184-33.021-7.253-48.734-3.627-16.39-12.16-39.992-16-65.561-14.344-19.223-23.932-41.717-27.947-65.561-6.128-18.195-6.128-37.969 0-56.164v-1.967c0-7.43-3.84-45.019-7.467-77.362-3.989-36.21 6.13-72.571 28.16-101.182 26.69-35.298 67.775-56.019 111.36-56.164h35.627c43.548 0.047 84.608 20.795 111.147 56.164 22.030 28.612 32.149 64.972 28.16 101.182-2.603 25.699-3.814 51.526-3.627 77.362v3.715c5.846 18.242 5.846 37.921 0 56.164-4.884 24.045-15.348 46.533-30.507 65.561-0.309 22.828-5.786 45.27-16 65.561-5.77 15.744-9.847 32.085-12.16 48.734 0 19.887 0 19.887 3.627 19.887 60.303 18.255 119.5 40.147 177.28 65.561-158.317 145.74-398.488 145.551-556.587-0.437zM836.071 793.365v-1.28c3.861-4.692 8.58-9.597 12.441-14.502 0-1.28 0-1.28 0-2.559 3.861-4.692 7.507-9.597 11.154-14.502 1.287-1.28 1.287-2.559 2.359-2.559 3.861-4.692 6.22-9.597 9.867-14.502 1.287-1.28 1.287-2.559 2.574-3.625 2.359-4.905 6.006-9.81 8.58-14.715 1.287-1.28 1.287-2.346 2.359-3.625l7.507-14.715c1.287-1.066 1.287-3.625 2.359-4.905 2.65-4.569 4.738-9.438 6.22-14.502 1.287-2.559 1.287-3.625 2.574-6.185s3.646-9.597 6.006-13.435c2.359-3.839 1.287-3.625 2.574-5.971s3.646-8.53 4.933-13.435c1.287-4.905 1.072-4.905 2.359-7.251s2.574-8.53 3.646-13.435c1.072-4.905 1.287-4.905 2.574-7.251l3.646-13.435c0-2.559 1.287-4.905 1.287-7.464s1.287-8.53 2.359-13.222c1.072-4.692 1.287-4.905 1.287-8.53s1.287-9.81 2.574-13.435c1.287-3.625 0-4.905 0-8.53s1.287-9.81 1.287-15.781v-29.43c1.377-77.391-18.656-153.671-57.914-220.513-7.052-11.81-14.787-23.203-23.166-34.122-8.58-10.876-17.16-21.326-25.74-31.776-9.272-10.317-19.157-20.073-29.601-29.217-5.062-4.739-10.36-9.223-15.873-13.435-26.732-21.863-56.137-40.278-87.515-54.808-12.441-5.971-25.954-10.876-38.18-15.781-13.271-4.812-26.806-8.871-40.54-12.156-34.069-9.054-69.195-13.572-104.46-13.435-237.184-0.118-429.688 190.705-430.28 426.523v30.496c0 4.905 1.287 9.81 1.287 14.715s1.072 5.971 1.072 8.317c0 2.346 1.287 8.53 1.287 13.435s1.287 6.185 1.287 8.53c0 2.346 1.287 8.53 2.359 13.435s1.287 6.185 2.574 8.53c1.287 2.346 2.359 8.53 3.646 12.156s1.287 6.185 2.574 8.53c1.287 2.346 2.359 8.53 3.646 12.156 1.024 2.773 1.813 5.627 2.359 8.53 1.177 4.224 2.832 8.302 4.933 12.156l3.861 7.464c1.072 3.625 3.646 8.53 4.719 12.156l3.861 7.251c2.359 3.625 3.646 8.53 6.006 12.156l3.861 7.464c2.514 3.782 4.532 7.867 6.006 12.156 1.287 2.346 2.574 3.625 3.861 5.971s4.933 8.53 7.293 12.156c2.359 3.625 2.359 3.839 3.646 6.185s6.22 8.53 8.58 12.156c2.359 3.625 2.574 3.625 3.861 4.905s6.006 8.53 9.652 12.156l3.861 3.625c3.646 4.905 7.293 8.53 10.939 13.435 1.287 1.28 2.574 2.559 2.574 3.625 3.646 4.905 8.58 8.53 12.226 13.435l2.359 2.559 14.8 14.502c172.078 156.721 438.39 148.683 600.59-18.127l11.154-14.715z"],"tags":["default-avatar"]},"attrs":[],"properties":{"code":60192,"id":137,"name":"default-avatar","order":1179,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":588},{"icon":{"attrs":[],"defaultCode":59679,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M810.667 128h-178.347c-17.92-49.493-64.853-85.333-120.32-85.333s-102.4 35.84-120.32 85.333h-178.347c-46.933 0-85.333 38.4-85.333 85.333v597.333c0 46.933 38.4 85.333 85.333 85.333h597.333c46.933 0 85.333-38.4 85.333-85.333v-597.333c0-46.933-38.4-85.333-85.333-85.333zM512 128c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667zM512 298.667c70.827 0 128 57.173 128 128s-57.173 128-128 128c-70.827 0-128-57.173-128-128s57.173-128 128-128zM768 810.667h-512v-59.733c0-85.333 170.667-132.267 256-132.267s256 46.933 256 132.267v59.733z"],"tags":["assignment"]},"attrs":[],"properties":{"code":60387,"id":210,"name":"assignment","order":1180,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":589},{"icon":{"attrs":[{"fill":"rgb(68, 117, 253)"}],"defaultCode":59842,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667c235.52 0 426.667-191.147 426.667-426.667s-191.147-426.667-426.667-426.667zM438.857 722.408l-182.857-182.857 51.566-51.566 131.291 130.926 277.577-277.577 51.566 51.931-329.143 329.143z"],"tags":["item list selected"]},"attrs":[{"fill":"rgb(68, 117, 253)"}],"properties":{"code":60388,"id":55,"name":"item-list-selected","order":1181,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":590}],"height":1024,"preferences":{"fontCF":{"time":1720666856144,"url":"https://cdn.icomoon.io/79019/Jupiternewicontest/style.css?wtedu6"},"fontHostingName":"Jupiternewicontest","fontPref":{"autoHost":true,"hideFormats":false,"metadata":{"fontFamily":"icomoon","majorVersion":1,"minorVersion":0},"metrics":{"baseline":6.25,"emSize":1024,"whitespace":50},"prefix":"icon-","showMetadata":true,"showMetrics":true,"showSelector":true,"showVersion":true},"fontUploadTime":"11/07/2024, 11:00:56","fontUrlHash":"wtedu6","fontUrlS3":"https://cdn.icomoon.io/79019/Jupiternewicontest/style.css?wtedu6","gridSize":16,"historySize":50,"imageCF":{"time":1720604321979,"url":"https://cdn.icomoon.io/79019/Jupiternewicontest"},"imageHostingName":"Jupiternewicontest","imagePref":{"addTitleTags":true,"autoHost":true,"bgColor":16777215,"classSelector":".icon","color":0,"columns":16,"height":32,"margin":16,"name":"icomoon","png":true,"prefix":"icon-","useClassSelector":true},"imageUploadTime":"10/07/2024, 17:38:41","imageUrlHash":"cs58vw","imageUrlS3":"https://cdn.icomoon.io/79019/Jupiternewicontest","quickUsageToken":{"Jupiternewicontest":null},"showCodes":true,"showGlyphs":true,"showGrid":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true}}')}},__webpack_require__=>{var __webpack_exec__=moduleId=>__webpack_require__(__webpack_require__.s=moduleId);__webpack_require__.O(0,[968],(()=>(__webpack_exec__("./node_modules/@storybook/core-client/dist/esm/globals/polyfills.js"),__webpack_exec__("./node_modules/@storybook/core-client/dist/esm/globals/globals.js"),__webpack_exec__("./storybook-init-framework-entry.js"),__webpack_exec__("./node_modules/@storybook/react/dist/esm/client/docs/config-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/react/dist/esm/client/preview/config-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-a11y/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-docs/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-actions/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-backgrounds/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-measure/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-outline/preview.js-generated-config-entry.js"),__webpack_exec__("./.storybook.doc/preview.js-generated-config-entry.js"),__webpack_exec__("./generated-stories-entry.cjs"))));__webpack_require__.O()}]); \ No newline at end of file +(globalThis.webpackChunk_ringcentral_juno_monorepo=globalThis.webpackChunk_ringcentral_juno_monorepo||[]).push([[179],{"./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./.storybook/index.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/runtime/api.js"),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__),_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_8_use_1_node_modules_typeface_lato_index_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./node_modules/typeface-lato/index.css"),___CSS_LOADER_EXPORT___=_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.i(_node_modules_storybook_builder_webpack5_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_8_use_1_node_modules_typeface_lato_index_css__WEBPACK_IMPORTED_MODULE_2__.Z),___CSS_LOADER_EXPORT___.push([module.id,"body,\nhtml {\n height: 100%;\n padding: 0;\n margin: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n}\n","",{version:3,sources:["webpack://./.storybook/index.css"],names:[],mappings:"AAEA;;EAEE,YAAY;EACZ,UAAU;EACV,SAAS;EACT,+CAA+C;AACjD",sourcesContent:["@import '~typeface-lato/index.css';\n\nbody,\nhtml {\n height: 100%;\n padding: 0;\n margin: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./.storybook.doc/preview.js-generated-config-entry.js":(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";var _storybook_doc_preview_namespaceObject={};__webpack_require__.r(_storybook_doc_preview_namespaceObject),__webpack_require__.d(_storybook_doc_preview_namespaceObject,{__namedExportsOrder:()=>preview_namedExportsOrder,decorators:()=>decorators,globalTypes:()=>globalTypes,parameters:()=>parameters});var ClientApi=__webpack_require__("./node_modules/@storybook/client-api/dist/esm/ClientApi.js"),injectStylesIntoStyleTag=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),injectStylesIntoStyleTag_default=__webpack_require__.n(injectStylesIntoStyleTag),cjs_ruleSet_1_rules_8_use_1_storybook=__webpack_require__("./node_modules/@storybook/builder-webpack5/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./.storybook/index.css"),options={insert:"head",singleton:!1};injectStylesIntoStyleTag_default()(cjs_ruleSet_1_rules_8_use_1_storybook.Z,options);cjs_ruleSet_1_rules_8_use_1_storybook.Z.locals;var esm=__webpack_require__("./node_modules/@storybook/theming/dist/esm/index.js"),juno_storybook=__webpack_require__("./packages/juno-storybook/index.ts"),brandTitle='\n
    \n \n
    \n
    \n

    Juno

    \n
    \n
    \n',customThemes={light:(0,esm.Ue)({base:"light",brandTitle}),dark:(0,esm.Ue)({base:"dark",brandTitle}),highContrast:(0,esm.Ue)({base:"dark",brandTitle})},getTheme=function(type){return customThemes[type]};function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAccordion,\n RcAccordionDetails,\n RcAccordionSummary,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Accordion/AccordionDetails',\n component: RcAccordionDetails,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AccordionDetailsProps = ComponentProps;\n\nexport const AccordionDetails: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n Expansion Panel 1\n \n {children}\n \n );\n};\n\nAccordionDetails.storyName = 'AccordionDetails';\n\nAccordionDetails.args = {\n children: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.`,\n};\n\nAccordionDetails.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAccordionDetails.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/accordion-details/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"accordion-details":{startLoc:{col:62,line:27},endLoc:{col:1,line:39},startBody:{col:62,line:27},endBody:{col:1,line:39}}}}},title:"🚀 Cleanup Components/Accordion/AccordionDetails",component:juno_1.RcAccordionDetails,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.AccordionDetails=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,{expanded:!0},react_1.default.createElement(juno_1.RcAccordionSummary,tslib_1.__assign({},args,{expandIcon:!0}),"Expansion Panel 1"),react_1.default.createElement(juno_1.RcAccordionDetails,tslib_1.__assign({},args),children))},exports.AccordionDetails.storyName="AccordionDetails",exports.AccordionDetails.args={children:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget."},exports.AccordionDetails.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.AccordionDetails.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:"https://material-ui.com/api/accordion-details/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Accordion/AccordionSummary/__stories__/AccordionSummary.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAccordion,\n RcAccordionDetails,\n RcAccordionSummary,\n} from '@ringcentral/juno';\nimport { ArrowUp } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Accordion/AccordionSummary',\n component: RcAccordionSummary,\n argTypes: {\n ...sortInDocTable([\n 'disableRipple',\n 'expandIcon',\n 'IconButtonProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AccordionSummaryProps = ComponentProps;\n\nexport const AccordionSummary: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n Expansion Panel 1\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.\n \n \n );\n};\nAccordionSummary.storyName = 'AccordionSummary';\n\nAccordionSummary.args = {};\n\nAccordionSummary.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAccordionSummary.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B3474330-9DD0-44B0-92D5-8A8B71F7406B',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/accordion-summary/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const AccordionSummaryExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n Custom Icon and size\n \n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.\n \n \n );\n};\n\nAccordionSummaryExamples.storyName = 'AccordionSummary Examples';\n",locationsMap:{"accordion-summary":{startLoc:{col:62,line:32},endLoc:{col:1,line:47},startBody:{col:62,line:32},endBody:{col:1,line:47}},"accordion-summary-examples":{startLoc:{col:70,line:73},endLoc:{col:1,line:92},startBody:{col:70,line:73},endBody:{col:1,line:92}}}}},title:"🚀 Cleanup Components/Accordion/AccordionSummary",component:juno_1.RcAccordionSummary,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["disableRipple","expandIcon","IconButtonProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.AccordionSummary=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,null,react_1.default.createElement(juno_1.RcAccordionSummary,tslib_1.__assign({},args,{expandIcon:!0}),"Expansion Panel 1"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada lacus ex, sit amet blandit leo lobortis eget."))},exports.AccordionSummary.storyName="AccordionSummary",exports.AccordionSummary.args={},exports.AccordionSummary.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.AccordionSummary.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B3474330-9DD0-44B0-92D5-8A8B71F7406B"},{name:"Mui",href:"https://material-ui.com/api/accordion-summary/"},{name:"Accessibility",value:"100%"}]},exports.AccordionSummaryExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,null,react_1.default.createElement(juno_1.RcAccordionSummary,tslib_1.__assign({},args,{expandIcon:juno_icon_1.ArrowUp,IconButtonProps:{size:"xsmall"}}),"Custom Icon and size"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada lacus ex, sit amet blandit leo lobortis eget."))},exports.AccordionSummaryExamples.storyName="AccordionSummary Examples"},"./packages/juno-core/src/components/Accordion/__stories__/Accordion.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAccordion,\n RcAccordionDetails,\n RcAccordionProps,\n RcAccordionSummary,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Accordion/Accordion',\n component: RcAccordion,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'disabled',\n 'expanded',\n 'defaultExpanded',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AccordionProps = ComponentProps;\n\nexport const Accordion: Story = ({ children, ...args }) => {\n return (\n \n Expansion Panel 1\n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse\n malesuada lacus ex, sit amet blandit leo lobortis eget.\n \n \n );\n};\n\nAccordion.args = {};\n\nAccordion.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAccordion.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EEDBD24-7FC7-4489-94B6-C1868436B6A3',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/accordion/#accordion',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const AccordionExamples: Story = () => {\n const [expanded, setExpanded] = React.useState(false);\n const handleChange =\n (panel: string) => (event: React.ChangeEvent<{}>, isExpanded: boolean) => {\n setExpanded(isExpanded ? panel : false);\n };\n\n return (\n <>\n \n \n General settings\n \n \n Nulla facilisi. Phasellus sollicitudin nulla et quam mattis feugiat.\n Aliquam eget maximus est, id dignissim quam.\n \n \n \n \n Users\n \n \n Donec placerat, lectus sed mattis semper, neque lectus feugiat lectus,\n varius pulvinar diam eros in elit. Pellentesque convallis laoreet\n laoreet.\n \n \n \n \n Advanced settings\n \n \n Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit\n amet egestas eros, vitae egestas augue. Duis vel est augue.\n \n \n \n \n Personal data (only when expanded have icon)\n \n \n Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit\n amet egestas eros, vitae egestas augue. Duis vel est augue.\n \n \n \n );\n};\n",locationsMap:{accordion:{startLoc:{col:50,line:33},endLoc:{col:1,line:43},startBody:{col:50,line:33},endBody:{col:1,line:43}},"accordion-examples":{startLoc:{col:58,line:68},endLoc:{col:1,line:144},startBody:{col:58,line:68},endBody:{col:1,line:144}}}}},title:"🚀 Cleanup Components/Accordion/Accordion",component:juno_1.RcAccordion,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","disabled","expanded","defaultExpanded"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Accordion=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAccordion,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0},"Expansion Panel 1"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada lacus ex, sit amet blandit leo lobortis eget."))},exports.Accordion.args={},exports.Accordion.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Accordion.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EEDBD24-7FC7-4489-94B6-C1868436B6A3"},{name:"Mui",href:"https://material-ui.com/components/accordion/#accordion"},{name:"Accessibility",value:"100%"}]},exports.AccordionExamples=function(){var _a=tslib_1.__read(react_1.default.useState(!1),2),expanded=_a[0],setExpanded=_a[1],handleChange=function(panel){return function(event,isExpanded){setExpanded(!!isExpanded&&panel)}};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel1"===expanded,onChange:handleChange("panel1")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0,"aria-controls":"panel1bh-content",id:"panel1bh-header"},"General settings"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Nulla facilisi. Phasellus sollicitudin nulla et quam mattis feugiat. Aliquam eget maximus est, id dignissim quam.")),react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel2"===expanded,onChange:handleChange("panel2")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0,"aria-controls":"panel2bh-content",id:"panel2bh-header"},"Users"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Donec placerat, lectus sed mattis semper, neque lectus feugiat lectus, varius pulvinar diam eros in elit. Pellentesque convallis laoreet laoreet.")),react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel3"===expanded,onChange:handleChange("panel3")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:!0,"aria-controls":"panel3bh-content",id:"panel3bh-header"},"Advanced settings"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit amet egestas eros, vitae egestas augue. Duis vel est augue.")),react_1.default.createElement(juno_1.RcAccordion,{expanded:"panel4"===expanded,onChange:handleChange("panel4")},react_1.default.createElement(juno_1.RcAccordionSummary,{expandIcon:"panel4"===expanded,"aria-controls":"panel4bh-content",id:"panel4bh-header"},"Personal data (only when expanded have icon)"),react_1.default.createElement(juno_1.RcAccordionDetails,null,"Nunc vitae orci ultricies, auctor nunc in, volutpat nisl. Integer sit amet egestas eros, vitae egestas augue. Duis vel est augue.")))}},"./packages/juno-core/src/components/Alert/__stories__/Alert.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcAlert, RcTypography } from '@ringcentral/juno';\nimport { sortInDocTable } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Alert',\n component: RcAlert,\n argTypes: {\n ...sortInDocTable([\n 'severity',\n 'size',\n 'align',\n 'children',\n 'icon',\n 'square',\n ]),\n },\n} as Meta;\n\ntype AlertProps = ComponentProps;\n\nexport const Alert: Story = ({ children, ...args }) => {\n return {children};\n};\n\nAlert.args = {\n children: 'example1',\n};\n\nAlert.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/EB8B3A28-2DC3-4DF5-995B-ED6A5E999F2B',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/alert',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const AlertExamples: Story = () => {\n return (\n <>\n \n info\n \n Example\n
    \n \n error\n \n Example\n
    \n \n success\n \n Example\n
    \n \n warning\n \n Example\n
    \n \n With default Icon\n \n With default Icon\n \n );\n};\n",locationsMap:{alert:{startLoc:{col:40,line:24},endLoc:{col:1,line:26},startBody:{col:40,line:24},endBody:{col:1,line:26}},"alert-examples":{startLoc:{col:48,line:49},endLoc:{col:1,line:78},startBody:{col:48,line:49},endBody:{col:1,line:78}}}}},title:"🚀 Cleanup Components/Alert",component:juno_1.RcAlert,argTypes:tslib_1.__assign({},juno_storybook_1.sortInDocTable(["severity","size","align","children","icon","square"]))},exports.Alert=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAlert,tslib_1.__assign({},args),children)},exports.Alert.args={children:"example1"},exports.Alert.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/EB8B3A28-2DC3-4DF5-995B-ED6A5E999F2B"},{name:"Mui",href:"https://material-ui.com/components/alert"},{name:"Accessibility",value:"100%"}]},exports.AlertExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"info"),react_1.default.createElement(juno_1.RcAlert,{severity:"info"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"error"),react_1.default.createElement(juno_1.RcAlert,{severity:"error"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"success"),react_1.default.createElement(juno_1.RcAlert,{severity:"success"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"warning"),react_1.default.createElement(juno_1.RcAlert,{severity:"warning"},"Example"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1"},"With default Icon"),react_1.default.createElement(juno_1.RcAlert,{icon:!0},"With default Icon"))}},"./packages/juno-core/src/components/Animations/Highlight/__stories__/Highlight.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n flexCenterStyle,\n palette2,\n RcButton,\n RcHighlight,\n styled,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Highlight',\n} as Meta;\n\nconst Item = styled.div`\n height: 300px;\n width: 300px;\n color: ${palette2('neutral', 'f06')};\n ${flexCenterStyle};\n`;\n\nexport const Highlight: Story = () => {\n const highlightRef = useRef(() => {});\n\n return (\n <>\n {\n highlightRef.current();\n }}\n >\n Highlight\n \n console.log('Enter')}\n onEntering={() => console.log('Entering')}\n onEntered={() => console.log('Entered')}\n onExit={() => console.log('Exit')}\n onExiting={() => console.log('Exiting')}\n onExited={() => console.log('Exited')}\n >\n Highlight\n \n \n );\n};\n\nHighlight.storyName = 'Highlight';\n\nHighlight.args = {};\n\nHighlight.argTypes = {};\n\nHighlight.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'react-transition-group',\n href: 'http://reactcommunity.org/react-transition-group/transition',\n },\n ],\n};\n",locationsMap:{highlight:{startLoc:{col:37,line:23},endLoc:{col:1,line:48},startBody:{col:37,line:23},endBody:{col:1,line:48}}}}},title:"🚀 Cleanup Components/🌈Animations/Highlight"};var templateObject_1,Item=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 300px;\n width: 300px;\n color: ",";\n ",";\n"],["\n height: 300px;\n width: 300px;\n color: ",";\n ",";\n"])),juno_1.palette2("neutral","f06"),juno_1.flexCenterStyle);exports.Highlight=function(){var highlightRef=react_1.useRef((function(){}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){highlightRef.current()}},"Highlight"),react_1.default.createElement(juno_1.RcHighlight,{action:highlightRef,onEnter:function(){return console.log("Enter")},onEntering:function(){return console.log("Entering")},onEntered:function(){return console.log("Entered")},onExit:function(){return console.log("Exit")},onExiting:function(){return console.log("Exiting")},onExited:function(){return console.log("Exited")}},react_1.default.createElement(Item,null,"Highlight")))},exports.Highlight.storyName="Highlight",exports.Highlight.args={},exports.Highlight.argTypes={},exports.Highlight.parameters={tags:[{name:"Source",value:"react-transition-group",href:"http://reactcommunity.org/react-transition-group/transition"}]}},"./packages/juno-core/src/components/AppBar/__stories__/AppBar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcAppBar } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/AppBar',\n component: RcAppBar,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype AppBarProps = ComponentProps;\n\nexport const AppBar: Story = ({ children, ...args }) => {\n return {children};\n};\n\nAppBar.storyName = 'AppBar';\n\nAppBar.args = {};\n\nAppBar.argTypes = {\n ...notControlInDocTable([]),\n};\n\nAppBar.parameters = {\n tags: [\n // {\n // name: 'Spec',\n // href: '',\n // },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/app-bar',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"app-bar":{startLoc:{col:42,line:23},endLoc:{col:1,line:25},startBody:{col:42,line:23},endBody:{col:1,line:25}}}}},title:"🚀 Cleanup Components/AppBar",component:juno_1.RcAppBar,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.AppBar=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAppBar,tslib_1.__assign({},args),children)},exports.AppBar.storyName="AppBar",exports.AppBar.args={},exports.AppBar.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.AppBar.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/app-bar"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Avatar_doc_1=__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n palette2,\n PresenceOrigin,\n RcAvatar,\n RcBox,\n RcButton,\n RcIcon,\n RcPresence,\n RcTypography,\n useAvatarColorToken,\n useAvatarShortName,\n} from '@ringcentral/juno';\nimport {\n CallAdd,\n DefaultTeamAvatar as TeamAvatar,\n} from '@ringcentral/juno-icon';\nimport {\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n useCheckRenderButton,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { AvatarDoc } from './Avatar.doc';\nimport avatar from './img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Avatar',\n component: AvatarDoc,\n argTypes: {\n ...sortInDocTable(['clickable']),\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...notShowInDocTable([\n 'isMember',\n 'displayName',\n 'unClickable',\n 'customColor',\n 'iconSymbol',\n 'alt',\n 'Img',\n 'tooltip',\n ]),\n },\n} as Meta;\n\ntype AvatarProps = ComponentProps;\n\nexport const Avatar: Story = ({ children, ...args }) => {\n return ;\n};\n\nAvatar.args = {\n src: `${avatar}`,\n title: 'tooltip',\n useRcTooltip: true,\n imgProps: {\n alt: 'avatar-image',\n },\n};\n\nAvatar.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5ddb9073872ba4b03bb609aceb8c5f8185524a33/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B1BC628D-D65D-4D77-A14D-11A30B7A4A7E',\n },\n ],\n};\n\nAvatar.argTypes = {};\n\nexport const AvatarWithCustomImg: Story = () => {\n return (\n \n \"avatar\"\n \n );\n};\n\nexport const AvatarWithText: Story = ({ children, ...args }) => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n {...args}\n >\n CK\n \n );\n};\n\nAvatarWithText.args = {\n color: 'interactive.b02',\n};\n\nexport const AvatarWithPresence: Story = () => {\n const [presenceOrigin, setPresenceOrigin] = useState({\n vertical: 'bottom',\n horizontal: 'right',\n });\n return (\n <>\n \n \n \n Only render presence when active and hover\n \n \n \n
    \n
    \n \n setPresenceOrigin((pre) =>\n pre.horizontal === 'right'\n ? { ...pre, horizontal: 'left' }\n : { ...pre, horizontal: 'right' },\n )\n }\n >\n {presenceOrigin.horizontal === 'right' ? 'left' : 'right'} presence\n \n
    \n
    \n \n setPresenceOrigin((pre) =>\n pre.vertical === 'bottom'\n ? { ...pre, vertical: 'top' }\n : { ...pre, vertical: 'bottom' },\n )\n }\n >\n {presenceOrigin.vertical === 'bottom' ? 'top' : 'bottom'} presence\n \n \n );\n};\n\nexport const AvatarWithCustomPresence: Story = () => {\n const sizes = [\n 'xxsmall',\n 'xsmall',\n 'small',\n 'medium',\n 'large',\n 'xlarge',\n ] as AvatarProps['size'][];\n\n return (\n <>\n {sizes.map((avatarSize) => (\n \n {sizes.map((presenceSize) => (\n \n }\n />\n ))}\n
    \n
    \n ))}\n \n );\n};\n\nexport const AvatarWithIcon: Story = ({ ...args }) => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n iconSymbol={CallAdd}\n {...args}\n />\n );\n};\n\nAvatarWithIcon.args = {\n color: 'interactive.b02',\n title: 'tooltip',\n useRcTooltip: true,\n};\n\nexport const AvatarWithCustomIcon: Story = () => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n >\n \n \n );\n};\n\nexport const AvatarWithMask: Story = () => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n mask\n clickable\n >\n \n \n );\n};\n\nAvatarWithMask.argTypes = {};\n\nexport const AvatarWithCustomMask: Story = () => {\n return (\n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n mask={}\n >\n \n \n );\n};\n\nexport const AvatarWithDisabled: Story = () => {\n return (\n \n }\n disabled\n clickable\n title=\"This is disabled tips\"\n useRcTooltip\n TooltipProps={{ ignorePointer: true }}\n />\n \n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n mask={}\n disabled\n clickable\n >\n \n \n console.log('click')}\n onKeyDown={() => console.log('keydown')}\n iconSymbol={CallAdd}\n disabled\n clickable\n />\n \n );\n};\n\nexport const AvatarWithBuildInColorAndShortName: Story = () => {\n const name = useAvatarShortName({\n firstName: 'Alan',\n lastName: 'Zou',\n });\n\n const { count, element } = useCheckRenderButton('id');\n const color = useAvatarColorToken(count);\n\n return (\n <>\n \n {name}\n \n {element}\n \n );\n};\n",locationsMap:{avatar:{startLoc:{col:42,line:56},endLoc:{col:1,line:58},startBody:{col:42,line:56},endBody:{col:1,line:58}},"avatar-with-custom-img":{startLoc:{col:55,line:80},endLoc:{col:1,line:86},startBody:{col:55,line:80},endBody:{col:1,line:86}},"avatar-with-text":{startLoc:{col:50,line:88},endLoc:{col:1,line:98},startBody:{col:50,line:88},endBody:{col:1,line:98}},"avatar-with-presence":{startLoc:{col:54,line:104},endLoc:{col:1,line:174},startBody:{col:54,line:104},endBody:{col:1,line:174}},"avatar-with-custom-presence":{startLoc:{col:60,line:176},endLoc:{col:1,line:208},startBody:{col:60,line:176},endBody:{col:1,line:208}},"avatar-with-icon":{startLoc:{col:50,line:210},endLoc:{col:1,line:219},startBody:{col:50,line:210},endBody:{col:1,line:219}},"avatar-with-custom-icon":{startLoc:{col:56,line:227},endLoc:{col:1,line:237},startBody:{col:56,line:227},endBody:{col:1,line:237}},"avatar-with-mask":{startLoc:{col:50,line:239},endLoc:{col:1,line:251},startBody:{col:50,line:239},endBody:{col:1,line:251}},"avatar-with-custom-mask":{startLoc:{col:56,line:255},endLoc:{col:1,line:266},startBody:{col:56,line:255},endBody:{col:1,line:266}},"avatar-with-disabled":{startLoc:{col:54,line:268},endLoc:{col:1,line:307},startBody:{col:54,line:268},endBody:{col:1,line:307}},"avatar-with-build-in-color-and-short-name":{startLoc:{col:70,line:309},endLoc:{col:1,line:326},startBody:{col:70,line:309},endBody:{col:1,line:326}}}}},title:"🚀 Cleanup Components/Avatar",component:Avatar_doc_1.AvatarDoc,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["clickable"])),{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}),juno_storybook_1.notShowInDocTable(["isMember","displayName","unClickable","customColor","iconSymbol","alt","Img","tooltip"]))},exports.Avatar=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({},args))},exports.Avatar.args={src:""+avatar_jpg_1.default,title:"tooltip",useRcTooltip:!0,imgProps:{alt:"avatar-image"}},exports.Avatar.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5ddb9073872ba4b03bb609aceb8c5f8185524a33/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/B1BC628D-D65D-4D77-A14D-11A30B7A4A7E"}]},exports.Avatar.argTypes={},exports.AvatarWithCustomImg=function(){return react_1.default.createElement(juno_1.RcAvatar,null,react_1.default.createElement("img",{src:"https://placeimg.com/100/100/any",alt:"avatar"}))},exports.AvatarWithText=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")}},args),"CK")},exports.AvatarWithText.args={color:"interactive.b02"},exports.AvatarWithPresence=function(){var _a=tslib_1.__read(react_1.useState({vertical:"bottom",horizontal:"right"}),2),presenceOrigin=_a[0],setPresenceOrigin=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"available"}}),react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"DND"}}),react_1.default.createElement(juno_1.RcTypography,{variant:"subheading2",color:"neutral.f06"},"Only render presence when active and hover"),react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"notReady"},shouldRenderPresenceHovered:!0,clickable:!0}),react_1.default.createElement(juno_1.RcAvatar,{presenceOrigin,src:avatar_jpg_1.default,presenceProps:{type:"busy"},shouldRenderPresenceHovered:!0,clickable:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setPresenceOrigin((function(pre){return"right"===pre.horizontal?tslib_1.__assign(tslib_1.__assign({},pre),{horizontal:"left"}):tslib_1.__assign(tslib_1.__assign({},pre),{horizontal:"right"})}))}},"right"===presenceOrigin.horizontal?"left":"right"," presence"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setPresenceOrigin((function(pre){return"bottom"===pre.vertical?tslib_1.__assign(tslib_1.__assign({},pre),{vertical:"top"}):tslib_1.__assign(tslib_1.__assign({},pre),{vertical:"bottom"})}))}},"bottom"===presenceOrigin.vertical?"top":"bottom"," presence"))},exports.AvatarWithCustomPresence=function(){var sizes=["xxsmall","xsmall","small","medium","large","xlarge"];return react_1.default.createElement(react_1.default.Fragment,null,sizes.map((function(avatarSize){return react_1.default.createElement(react_1.default.Fragment,{key:avatarSize},sizes.map((function(presenceSize){return react_1.default.createElement(juno_1.RcAvatar,{key:avatarSize+presenceSize,src:avatar_jpg_1.default,size:avatarSize,presence:react_1.default.createElement(juno_1.RcPresence,{size:presenceSize,color:juno_1.palette2("interactive","b02")})})})),react_1.default.createElement("br",null))})))},exports.AvatarWithIcon=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},iconSymbol:juno_icon_1.CallAdd},args))},exports.AvatarWithIcon.args={color:"interactive.b02",title:"tooltip",useRcTooltip:!0},exports.AvatarWithCustomIcon=function(){return react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")}},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd}))},exports.AvatarWithMask=function(){return react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},mask:!0,clickable:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultTeamAvatar}))},exports.AvatarWithMask.argTypes={},exports.AvatarWithCustomMask=function(){return react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},mask:react_1.default.createElement(juno_1.RcIcon,{size:"small",symbol:juno_icon_1.CallAdd})},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultTeamAvatar}))},exports.AvatarWithDisabled=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,presence:react_1.default.createElement(juno_1.RcPresence,{color:juno_1.palette2("interactive","b02")}),disabled:!0,clickable:!0,title:"This is disabled tips",useRcTooltip:!0,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,presenceProps:{type:"DND"},disabled:!0,clickable:!0}),react_1.default.createElement(juno_1.RcAvatar,{color:"avatar.lake",onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},mask:react_1.default.createElement(juno_1.RcIcon,{size:"small",symbol:juno_icon_1.CallAdd}),disabled:!0,clickable:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultTeamAvatar})),react_1.default.createElement(juno_1.RcAvatar,{onClick:function(){return console.log("click")},onKeyDown:function(){return console.log("keydown")},iconSymbol:juno_icon_1.CallAdd,disabled:!0,clickable:!0}))},exports.AvatarWithBuildInColorAndShortName=function(){var name=juno_1.useAvatarShortName({firstName:"Alan",lastName:"Zou"}),_a=juno_storybook_1.useCheckRenderButton("id"),count=_a.count,element=_a.element,color=juno_1.useAvatarColorToken(count);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcAvatar,{clickable:!0,color},name),element)}},"./packages/juno-core/src/components/Backdrop/__stories__/Backdrop.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcBackdrop,\n RcButton,\n RcCircularProgress,\n styled,\n zIndex,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Backdrop',\n component: RcBackdrop,\n argTypes: {\n ...sortInDocTable([\n 'open',\n 'invisible',\n 'timeout',\n 'disableStrictModeCompat',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['in']),\n },\n} as Meta;\n\nconst CustomZIndexBackdrop = styled(RcBackdrop)`\n z-index: ${zIndex('drawer')};\n`;\n\ntype BackdropProps = ComponentProps;\n\nexport const Backdrop: Story = ({\n children,\n open: openProp,\n ...args\n}) => {\n const [open, setOpen] = React.useState(openProp);\n\n const handleClose = () => {\n setOpen(false);\n };\n const handleToggle = () => {\n setOpen(!open);\n };\n return (\n <>\n \n Show backdrop\n \n \n \n \n \n );\n};\n\nBackdrop.args = {\n open: false,\n};\n\nBackdrop.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBackdrop.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/backdrop/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{backdrop:{startLoc:{col:46,line:38},endLoc:{col:1,line:65},startBody:{col:46,line:38},endBody:{col:1,line:65}}}}},title:"🚀 Cleanup Components/Backdrop",component:juno_1.RcBackdrop,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","invisible","timeout","disableStrictModeCompat"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["in"]))};var templateObject_1,CustomZIndexBackdrop=juno_1.styled(juno_1.RcBackdrop)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n z-index: ",";\n"],["\n z-index: ",";\n"])),juno_1.zIndex("drawer"));exports.Backdrop=function(_a){_a.children;var openProp=_a.open,args=tslib_1.__rest(_a,["children","open"]),_b=tslib_1.__read(react_1.default.useState(openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{variant:"outlined",color:"interactive.f01",onClick:function(){setOpen(!open)}},"Show backdrop"),react_1.default.createElement(CustomZIndexBackdrop,tslib_1.__assign({},args,{open,onClick:function(){setOpen(!1)}}),react_1.default.createElement(juno_1.RcCircularProgress,null)))},exports.Backdrop.args={open:!1},exports.Backdrop.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Backdrop.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/backdrop/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Badge/__stories__/Badge.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcAvatar,\n RcBadge,\n RcButton,\n RcGrid,\n RcIcon,\n RcText,\n} from '@ringcentral/juno';\nimport { Phone } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Badge',\n component: RcBadge,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n textColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n borderColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'badgeContent',\n 'max',\n 'showZero',\n ]),\n ...notControlInDocTable(['overlap']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype BadgeProps = ComponentProps;\n\nexport const Badge: Story = ({\n children,\n anchorOrigin,\n ...args\n}) => {\n const [count, setCount] = useState(0);\n return (\n <>\n \n setCount(count + 1)}>+1\n \n
    \n
    \n \n setCount(count + 1)} radius=\"round\">\n +1{Array(count).fill('1')}\n \n \n
    \n
    \n \n CK\n \n \n );\n};\n\nBadge.storyName = 'Badge';\n\nBadge.args = {\n max: 5,\n showZero: true,\n};\n\nBadge.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBadge.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/701C6EEF-518C-4FDD-BB1E-5B5A78356269',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/badges/#badge',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const BadgeExamples: Story = ({\n children,\n anchorOrigin,\n ...args\n}) => {\n return (\n \n \n overlap=\"rectangular\"\n \n right bottom\n \n
    \n
    \n \n right bottom\n \n
    \n
    \n \n left top\n \n
    \n
    \n \n left bottom\n \n
    \n
    \n
    \n overlap=\"round\"\n \n right bottom\n \n
    \n
    \n \n right bottom\n \n
    \n
    \n \n left top\n \n
    \n
    \n \n left bottom\n \n
    \n \n overlap=\"circular\"\n \n CK\n \n
    \n
    \n \n CK\n \n
    \n
    \n \n CK\n \n
    \n
    \n \n CK\n \n
    \n \n Overlap None\n \n
    \n \n
    \n
    \n With Icon\n \n \n \n
    \n
    \n \n When BadgeContent is number, that will limit with prop{' '}\n <RcText highlight>max</RcText>\n \n \n CK\n \n
    \n
    \n \n When BadgeContent is not number, that will not limit with prop{' '}\n <RcText highlight>max</RcText>\n \n \n CK\n \n
    \n
    \n );\n};\n\nBadgeExamples.storyName = 'Badge Examples';\n\nBadgeExamples.args = {\n badgeContent: 1,\n};\n\nBadgeExamples.argTypes = {\n ...notControlInDocTable(['overlap']),\n};\n",locationsMap:{badge:{startLoc:{col:40,line:56},endLoc:{col:1,line:81},startBody:{col:40,line:56},endBody:{col:1,line:81}},"badge-examples":{startLoc:{col:48,line:111},endLoc:{col:1,line:249},startBody:{col:48,line:111},endBody:{col:1,line:249}}}}},title:"🚀 Cleanup Components/Badge",component:juno_1.RcBadge,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},textColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},borderColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","badgeContent","max","showZero"])),juno_storybook_1.notControlInDocTable(["overlap"])),juno_storybook_1.notShowInDocTable([]))},exports.Badge=function(_a){_a.children,_a.anchorOrigin;var args=tslib_1.__rest(_a,["children","anchorOrigin"]),_b=tslib_1.__read(react_1.useState(0),2),count=_b[0],setCount=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({badgeContent:count},args),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setCount(count+1)}},"+1")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({badgeContent:count},args,{overlap:"round"}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setCount(count+1)},radius:"round"},"+1",Array(count).fill("1"))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({badgeContent:count},args,{overlap:"circular"}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")))},exports.Badge.storyName="Badge",exports.Badge.args={max:5,showZero:!0},exports.Badge.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Badge.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/701C6EEF-518C-4FDD-BB1E-5B5A78356269"},{name:"Mui",href:"https://material-ui.com/components/badges/#badge"},{name:"Accessibility",value:"100%"}]},exports.BadgeExamples=function(_a){_a.children,_a.anchorOrigin;var args=tslib_1.__rest(_a,["children","anchorOrigin"]);return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,'overlap="rectangular"'),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{anchorOrigin:{horizontal:"right",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,null,"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{anchorOrigin:{horizontal:"left",vertical:"top"}}),react_1.default.createElement(juno_1.RcButton,null,"left top")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{anchorOrigin:{horizontal:"left",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,null,"left bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,'overlap="round"'),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({overlap:"round"},args),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"round",anchorOrigin:{horizontal:"right",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"right bottom")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"round",anchorOrigin:{horizontal:"left",vertical:"top"}}),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"left top")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"round",anchorOrigin:{horizontal:"left",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcButton,{radius:"round"},"left bottom"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,'overlap="circular"'),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular"}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular",dotProps:{size:"large"},anchorOrigin:{horizontal:"right",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular",dotComponent:null,anchorOrigin:{horizontal:"left",vertical:"top"}}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular",anchorOrigin:{horizontal:"left",vertical:"bottom"}}),react_1.default.createElement(juno_1.RcAvatar,null,"CK"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Overlap None"),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{badgeContent:"abc",overlap:"none"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"none"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"With Icon"),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{overlap:"circular"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Phone,color:"interactive.f01"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"When BadgeContent is number, that will limit with prop"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"max")),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{badgeContent:"123",overlap:"circular",max:5}),react_1.default.createElement(juno_1.RcAvatar,null,"CK")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"When BadgeContent is not number, that will not limit with prop"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"max")),react_1.default.createElement(juno_1.RcBadge,tslib_1.__assign({},args,{badgeContent:"- 123 -",overlap:"circular",max:5}),react_1.default.createElement(juno_1.RcAvatar,null,"CK"))))},exports.BadgeExamples.storyName="Badge Examples",exports.BadgeExamples.args={badgeContent:1},exports.BadgeExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["overlap"]))},"./packages/juno-core/src/components/Box/__stories__/Box.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBox, RcLink, RcText } from '@ringcentral/juno';\nimport { notControlInDocTable, Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Box',\n component: RcBox,\n argTypes: {\n children: {\n description: 'Box render function or node.',\n control: { type: 'object' },\n },\n clone: {\n description: `If \\`true\\`, the box will recycle its children DOM element. It's using \\`React.cloneElement\\` internally.`,\n control: { type: 'boolean' },\n },\n component: {\n description: `The component used for the root node. Either a string to use a DOM element or a component.`,\n control: { type: 'object' },\n },\n },\n} as Meta;\n\ntype BoxProps = ComponentProps;\n\nexport const Box: Story = ({ children, ...args }) => {\n return (\n <>\n \n The Box component packages{' '}\n <RcText highlight>all the style functions</RcText> that are exposed in{' '}\n <RcLink href=\"https://material-ui.com/system/basics/\" variant=\"inherit\">\n <RcText highlight>@material-ui/system</RcText>\n </RcLink>\n \n \n
    Box Example
    \n
    \n \n Box Example\n \n \n );\n};\n\nBox.storyName = 'Box';\n\nBox.args = {};\n\nBox.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBox.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/box/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{box:{startLoc:{col:36,line:28},endLoc:{col:1,line:57},startBody:{col:36,line:28},endBody:{col:1,line:57}}}}},title:"🚀 Cleanup Components/Box",component:juno_1.RcBox,argTypes:{children:{description:"Box render function or node.",control:{type:"object"}},clone:{description:"If `true`, the box will recycle its children DOM element. It's using `React.cloneElement` internally.",control:{type:"boolean"}},component:{description:"The component used for the root node. Either a string to use a DOM element or a component.",control:{type:"object"}}}},exports.Box=function(_a){_a.children,tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"The Box component packages"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"all the style functions")," that are exposed in"," ",react_1.default.createElement(juno_1.RcLink,{href:"https://material-ui.com/system/basics/",variant:"inherit"},react_1.default.createElement(juno_1.RcText,{highlight:!0},"@material-ui/system"))),react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06",bgcolor:"neutral.b01",clone:!0,width:300},react_1.default.createElement("div",null,"Box Example")),react_1.default.createElement(juno_1.RcBox,{zIndex:"modal",color:"warning.f02",bgcolor:"neutral.b03",border:"1px solid",borderColor:"warning.f02",m:1,p:3,component:"div",boxShadow:3,width:1/4},"Box Example"))},exports.Box.storyName="Box",exports.Box.args={},exports.Box.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Box.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:"https://material-ui.com/components/box/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),ButtonUtils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/ButtonUtils.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcBox,\n RcButton,\n RcButtonSize,\n RcButtonVariant,\n RcIcon,\n RcTypography,\n styled,\n useTheme,\n} from \'@ringcentral/juno\';\nimport {\n BubbleLinesBorder,\n CallAdd,\n Leave,\n NewEmail,\n UserDefault,\n} from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\nimport { RcButtonHeights } from \'../utils/ButtonUtils\';\n\nexport default {\n title: \'🚀 Cleanup Components/Buttons\',\n component: RcButton,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: \'select\',\n },\n },\n ...sortInDocTable([\n \'variant\',\n \'size\',\n \'focusVariant\',\n \'radius\',\n \'children\',\n \'title\',\n \'useRcTooltip\',\n \'loading\',\n \'loadingMode\',\n \'disabled\',\n \'fullWidth\',\n \'startIcon\',\n \'endIcon\',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\'IconProps\']),\n },\n} as Meta;\n\ntype ButtonProps = ComponentProps;\n\nexport const Button: Story = ({ children, ...args }) => {\n return {children};\n};\n\nButton.args = {\n children: \'button\',\n title: \'button\',\n};\n\nButton.argTypes = {\n ...notControlInDocTable([]),\n};\n\nButton.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/16D99BD2-4BF8-483C-93D8-D6CE2B45B593?mode=design&sha=7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/components/buttons/#button\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst Wrapper = styled.ul`\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n`;\n\nconst variants = [\n \'contained\',\n \'outlined\',\n \'text\',\n \'plain\',\n] as RcButtonVariant[];\n\nconst sizes = Object.keys(RcButtonHeights) as RcButtonSize[];\n\nexport const ButtonExamples: Story = ({ children, ...args }) => {\n return (\n \n {variants.map((variant) => (\n
  • \n \n {children}\n \n }\n >\n {children}\n \n }\n >\n {children}\n \n }\n endIcon={}\n >\n {children}\n \n
  • \n ))}\n
    \n
    \n
    \n All Size button\n \n
  • \n {sizes.map((size) => {\n return (\n \n {size}\n \n {children}\n \n
    \n
    \n }\n >\n {children}\n \n
    \n
    \n }\n >\n Start a conversation\n \n
    \n );\n })}\n
  • \n
    \n
    \n );\n};\n\nButtonExamples.args = {\n children: \'button\',\n title: \'button\',\n};\n\nButtonExamples.argTypes = {\n ...notShowInDocTable([\'variant\']),\n};\n\nexport const ButtonVariants: Story = () => {\n return (\n \n
  • \n click me\n click me\n click me\n click me\n
  • \n
    \n );\n};\n\nexport const ButtonSizes: Story = () => {\n return (\n \n
  • \n {sizes.map((size) => {\n return (\n \n {size}\n click\n
    \n
    \n }>\n Start a conversation\n \n
    \n );\n })}\n
  • \n
    \n );\n};\n\nexport const ButtonWithLoading: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {variants.map((variant) => (\n
  • \n
    \n replace(default)\n \n click\n \n
    \n
    \n prefix\n \n click\n \n
    \n
    \n suffix\n \n click\n \n
    \n
    \n with custom loading props\n \n click\n \n
    \n
  • \n ))}\n
    \n );\n};\n\nButtonWithLoading.args = {\n loading: true,\n};\n\nButtonWithLoading.argTypes = {\n ...notControlInDocTable([\'variant\']),\n};\n\nexport const ButtonWithDisabled: Story = () => {\n return (\n \n
  • \n
    \n Normal\n button\n
    \n
    \n Mask\n \n button\n \n
    \n
  • \n
    \n );\n};\n\nexport const ButtonWithCustomRadius: Story = () => {\n const theme = useTheme();\n return (\n \n \n button\n \n \n );\n};\n\nexport const ButtonWithKeepElevation: Story = () => {\n return (\n \n Keep\n \n );\n};\n\nexport const ButtonWithIcon: Story = () => {\n return (\n \n
  • \n
    \n startIcon\n }>login\n
    \n
    \n endIcon\n }>logout\n
    \n
    \n both\n }\n endIcon={}\n >\n logout\n \n
    \n
  • \n
    \n );\n};\n\nexport const ButtonWithCustomColor: Story = () => {\n return (\n \n
  • \n logout\n logout\n logout\n logout\n
  • \n
    \n );\n};\n\nexport const ButtonWithFocusRing: Story = () => {\n return (\n <>\n \n
  • \n button\n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n
    \n
  • \n \n button\n \n \n button\n \n \n button\n \n \n button\n \n
  • \n
    \n \n );\n};\n',locationsMap:{button:{startLoc:{col:42,line:62},endLoc:{col:1,line:64},startBody:{col:42,line:62},endBody:{col:1,line:64}},"button-examples":{startLoc:{col:50,line:119},endLoc:{col:1,line:189},startBody:{col:50,line:119},endBody:{col:1,line:189}},"button-variants":{startLoc:{col:50,line:200},endLoc:{col:1,line:211},startBody:{col:50,line:200},endBody:{col:1,line:211}},"button-sizes":{startLoc:{col:47,line:213},endLoc:{col:1,line:233},startBody:{col:47,line:213},endBody:{col:1,line:233}},"button-with-loading":{startLoc:{col:53,line:235},endLoc:{col:1,line:278},startBody:{col:53,line:235},endBody:{col:1,line:278}},"button-with-disabled":{startLoc:{col:54,line:288},endLoc:{col:1,line:305},startBody:{col:54,line:288},endBody:{col:1,line:305}},"button-with-custom-radius":{startLoc:{col:58,line:307},endLoc:{col:1,line:325},startBody:{col:58,line:307},endBody:{col:1,line:325}},"button-with-keep-elevation":{startLoc:{col:59,line:327},endLoc:{col:1,line:333},startBody:{col:59,line:327},endBody:{col:1,line:333}},"button-with-icon":{startLoc:{col:50,line:335},endLoc:{col:1,line:359},startBody:{col:50,line:335},endBody:{col:1,line:359}},"button-with-custom-color":{startLoc:{col:57,line:361},endLoc:{col:1,line:372},startBody:{col:57,line:361},endBody:{col:1,line:372}},"button-with-focus-ring":{startLoc:{col:55,line:374},endLoc:{col:1,line:579},startBody:{col:55,line:374},endBody:{col:1,line:579}}}}},title:"🚀 Cleanup Components/Buttons",component:juno_1.RcButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","size","focusVariant","radius","children","title","useRcTooltip","loading","loadingMode","disabled","fullWidth","startIcon","endIcon"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["IconProps"]))},exports.Button=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args),children)},exports.Button.args={children:"button",title:"button"},exports.Button.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Button.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/16D99BD2-4BF8-483C-93D8-D6CE2B45B593?mode=design&sha=7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1"},{name:"Mui",href:"https://material-ui.com/components/buttons/#button"},{name:"Accessibility",value:"100%"}]};var templateObject_1,Wrapper=juno_1.styled.ul(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"],["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"]))),variants=["contained","outlined","text","plain"],sizes=Object.keys(ButtonUtils_1.RcButtonHeights);exports.ButtonExamples=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,variants.map((function(variant){return react_1.default.createElement("li",{key:variant},react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant}),children),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder})}),children),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder})}),children),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder}),endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder})}),children))})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},"All Size button"),react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcBox,{key:size,display:"inline-block"},react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},size),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{size}),children),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{size,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd})}),children),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{size,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd})}),"Start a conversation"))})))))},exports.ButtonExamples.args={children:"button",title:"button"},exports.ButtonExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["variant"])),exports.ButtonVariants=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"text"},"click me"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined"},"click me"),react_1.default.createElement(juno_1.RcButton,{variant:"contained"},"click me"),react_1.default.createElement(juno_1.RcButton,{variant:"plain"},"click me")))},exports.ButtonSizes=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcBox,{key:size,display:"inline-block"},react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},size),react_1.default.createElement(juno_1.RcButton,{size},"click"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{size,startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.CallAdd})},"Start a conversation"))}))))},exports.ButtonWithLoading=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,variants.map((function(variant){return react_1.default.createElement("li",{key:variant},react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"replace(default)"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant}),"click")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"prefix"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,loadingMode:"prefix"}),"click")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"suffix"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,loadingMode:"suffix"}),"click")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"with custom loading props"),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},args,{variant,loadingMode:"suffix",CircularProgressProps:{thickness:10}}),"click")))})))},exports.ButtonWithLoading.args={loading:!0},exports.ButtonWithLoading.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant"])),exports.ButtonWithDisabled=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Normal"),react_1.default.createElement(juno_1.RcButton,{disabled:!0},"button")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Mask"),react_1.default.createElement(juno_1.RcButton,{disabled:!0,disabledVariant:"mask"},"button"))))},exports.ButtonWithCustomRadius=function(){var theme=juno_1.useTheme();return react_1.default.createElement(juno_1.RcButton,{radius:"round",keepElevation:!0,color:"neutral.elevation",size:"small",style:{minWidth:"104px"},TouchRippleProps:{style:{color:theme.palette.interactive.b02}}},react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"interactive.f01"},"button"))},exports.ButtonWithKeepElevation=function(){return react_1.default.createElement(juno_1.RcBox,{bgcolor:"neutral.elevation",display:"inline-block",padding:"1em"},react_1.default.createElement(juno_1.RcButton,{keepElevation:!0},"Keep"))},exports.ButtonWithIcon=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"startIcon"),react_1.default.createElement(juno_1.RcButton,{startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.UserDefault})},"login")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"endIcon"),react_1.default.createElement(juno_1.RcButton,{endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Leave})},"logout")),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"both"),react_1.default.createElement(juno_1.RcButton,{startIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.BubbleLinesBorder}),endIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.NewEmail})},"logout"))))},exports.ButtonWithCustomColor=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{color:"danger.b03"},"logout"),react_1.default.createElement(juno_1.RcButton,{color:"success.b03"},"logout"),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b03"},"logout"),react_1.default.createElement(juno_1.RcButton,{color:"informative.b01"},"logout")))},exports.ButtonWithFocusRing=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",color:"highlight.b03"},"button"))),react_1.default.createElement("br",null),react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"outlined",focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"text",focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round",color:"danger.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round",color:"success.b03"},"button"),react_1.default.createElement(juno_1.RcButton,{variant:"plain",focusVariant:"focusRing",radius:"round",color:"highlight.b03"},"button"))))}},"./packages/juno-core/src/components/Buttons/ButtonBase/__stories__/ButtonBase.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButtonBase, RcTypography, styled } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Buttons/ButtonBase',\n component: RcButtonBase,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ButtonBaseProps = ComponentProps;\n\nconst Wrapper = styled.div`\n .ripple {\n color: red;\n }\n`;\n\ntype ButtonBaseButtonProps = ComponentProps;\n\nexport const ButtonBase: Story = ({ ...args }) => {\n return (\n \n \n cool\n \n \n );\n};\n\nButtonBase.args = {};\n\nButtonBase.argTypes = {\n ...notControlInDocTable([]),\n};\n\nButtonBase.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/button-base/',\n },\n ],\n};\n\nButtonBase.storyName = 'ButtonBase';\n",locationsMap:{"button-base":{startLoc:{col:56,line:31},endLoc:{col:1,line:46},startBody:{col:56,line:31},endBody:{col:1,line:46}}}}},title:"🚀 Cleanup Components/Buttons/ButtonBase",component:juno_1.RcButtonBase,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .ripple {\n color: red;\n }\n"],["\n .ripple {\n color: red;\n }\n"])));exports.ButtonBase=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcButtonBase,tslib_1.__assign({},args,{TouchRippleProps:{classes:{ripple:"ripple"}}}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"cool")))},exports.ButtonBase.args={},exports.ButtonBase.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ButtonBase.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/button-base/"}]},exports.ButtonBase.storyName="ButtonBase"},"./packages/juno-core/src/components/Buttons/ButtonGroup/__stories__/ButtonGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcButtonGroup } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Buttons/ButtonGroup',\n component: RcButtonGroup,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ButtonGroupProps = ComponentProps;\n\nexport const ButtonGroup: Story = ({ children, ...args }) => {\n return (\n \n One\n Two\n \n );\n};\n\nButtonGroup.storyName = 'ButtonGroup';\n\nButtonGroup.args = {};\n\nButtonGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nButtonGroup.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/button-group/#button-group',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"button-group":{startLoc:{col:52,line:23},endLoc:{col:1,line:30},startBody:{col:52,line:23},endBody:{col:1,line:30}}}}},title:"🚀 Cleanup Components/Buttons/ButtonGroup",component:juno_1.RcButtonGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ButtonGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcButtonGroup,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"One"),react_1.default.createElement(juno_1.RcButton,null,"Two"))},exports.ButtonGroup.storyName="ButtonGroup",exports.ButtonGroup.args={},exports.ButtonGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ButtonGroup.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/button-group/#button-group"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),radius_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/radius.json")),Icon_story_1=__webpack_require__("./packages/juno-core/src/components/Icon/__stories__/Icon.story.tsx"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcBox,\n RcIcon,\n RcIconButton,\n RcIconButtonVariant,\n RcPaletteProp,\n RcText,\n} from \'@ringcentral/juno\';\nimport { Star as StarIcon, Phone } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport radiusObj from \'../../../../foundation/theme/assets/radius.json\';\nimport { Icon } from \'../../../Icon/__stories__/Icon.story\';\nimport { RcIconButtonSizes } from \'../utils\';\nimport { Box } from \'@material-ui/core\';\n\nexport default {\n title: \'🚀 Cleanup Components/IconButton\',\n component: RcIconButton,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: \'select\',\n value: RcIconButton.defaultProps?.color,\n },\n },\n ...sortInDocTable([\n \'symbol\',\n \'size\',\n \'variant\',\n \'radius\',\n \'disabled\',\n \'autoFocus\',\n \'useRcTooltip\',\n \'centerRipple\',\n \'loading\',\n \'title\',\n \'focusVariant\',\n ]),\n ...notShowInDocTable([\n \'autoFocus\',\n \'alwaysEnableTooltip\',\n \'tooltipTitle\',\n \'tooltipPlacement\',\n \'disableToolTip\',\n \'popperProps\',\n \'tooltipForceHide\',\n \'externalLink\',\n \'ariaLabel\',\n \'download\',\n \'buttonRef\',\n \'aRef\',\n \'href\',\n ]),\n },\n} as Meta;\n\ntype IconButtonProps = ComponentProps;\n\nexport const IconButton: Story = ({ children, ...args }) => {\n return ;\n};\n\nIconButton.storyName = \'IconButton\';\nIconButton.args = {};\nIconButton.argTypes = {\n ...Icon.argTypes,\n};\nIconButton.parameters = {\n tags: [\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/button-base/#buttonbase-api\',\n value: \'ButtonBase\',\n },\n ],\n};\n\nexport const IconButtonExamples: Story = ({\n children,\n variant,\n TooltipProps,\n symbol,\n title,\n ...args\n}) => {\n return (\n \n {(\n [\n \'round\',\n \'contained\',\n \'inverse\',\n \'outline\',\n \'plain\',\n ] as RcIconButtonVariant[]\n ).map((variant) => (\n \n {variant}\n \n
    \n \n
    \n ))}\n
    \n );\n};\n\nIconButtonExamples.storyName = \'IconButton Examples\';\n\nIconButtonExamples.argTypes = {\n ...notControlInDocTable([\n \'variant\',\n \'TooltipProps\',\n \'symbol\',\n \'title\',\n ]),\n};\n\nexport const IconButtonContained: Story = ({\n variant = \'contained\',\n ...args\n}) => {\n return (\n \n {variant}\n \n \n \n \n
    \n
    \n Disabled ripple\n \n \n
    \n
    \n \n disabledFakeBorder\n <br />\n <RcText highlight variant="body1">\n (Only use in highContractMode)\n </RcText>\n \n \n \n
    \n
    \n custom icon color\n \n \n
    \n
    \n icon disabled\n \n
    \n normal\n
    \n \n
    \n disabled\n
    \n \n
    \n useColorWhenDisabled\n
    \n );\n};\n\nexport const IconButtonWithElevation: Story = () => {\n return (\n <>\n \n {[...new Array(25)].map((x, i) => (\n \n \n {i}\n \n \n ))}\n \n
    \n
    {\' \'}\n \n Without elevation\n \n \n \n );\n};\n\nIconButtonWithElevation.storyName = \'IconButton with elevation\';\n\nexport const IconButtonWithRadius: Story = () => {\n return (\n \n {Object.keys(radiusObj).map((radius: any) => (\n \n {radius}\n \n \n ))}\n \n );\n};\n\nexport const IconButtonWithColorAndSize: Story = () => {\n const colors = [\n \'success.b03\',\n \'success.b04\',\n \'highlight.b01\',\n \'highlight.b02\',\n \'highlight.b03\',\n \'danger.b03\',\n \'danger.b04\',\n ] as RcPaletteProp[];\n\n return (\n \n {Object.entries(RcIconButtonSizes).map(([size, valuePx]: any, i) => (\n \n \n {size}\n <br />\n <RcText color="neutral.f04">({valuePx * 2}px)</RcText>\n \n {(\n [\n \'round\',\n \'contained\',\n \'inverse\',\n \'outline\',\n \'plain\',\n ] as RcIconButtonVariant[]\n ).map((variant) => (\n \n \n
    \n
    \n
    \n ))}\n
    \n ))}\n
    \n );\n};\n\nIconButtonWithColorAndSize.storyName = \'IconButton with color and size\';\n\nexport const IconButtonWithDisabledColor: Story = () => {\n return (\n <>\n \n \n \n );\n};\n\nIconButtonWithDisabledColor.storyName = \'IconButton with color when disabled\';\n\nexport const IconButtonWithFocusRing: Story = () => {\n return (\n
    \n Only support for inverse and round variant. Plain variant always use\n focusRing\n \n \n \n\n \n \n \n \n \n \n\n \n \n \n \n \n \n\n \n \n \n
    \n );\n};\n',locationsMap:{"icon-button":{startLoc:{col:50,line:70},endLoc:{col:1,line:72},startBody:{col:50,line:70},endBody:{col:1,line:72}},"icon-button-examples":{startLoc:{col:58,line:89},endLoc:{col:1,line:125},startBody:{col:58,line:89},endBody:{col:1,line:125}},"icon-button-contained":{startLoc:{col:59,line:138},endLoc:{col:1,line:264},startBody:{col:59,line:138},endBody:{col:1,line:264}},"icon-button-with-elevation":{startLoc:{col:63,line:266},endLoc:{col:1,line:291},startBody:{col:63,line:266},endBody:{col:1,line:291}},"icon-button-with-radius":{startLoc:{col:60,line:295},endLoc:{col:1,line:306},startBody:{col:60,line:295},endBody:{col:1,line:306}},"icon-button-with-color-and-size":{startLoc:{col:66,line:308},endLoc:{col:1,line:352},startBody:{col:66,line:308},endBody:{col:1,line:352}},"icon-button-with-disabled-color":{startLoc:{col:67,line:356},endLoc:{col:1,line:374},startBody:{col:67,line:356},endBody:{col:1,line:374}},"icon-button-with-focus-ring":{startLoc:{col:63,line:378},endLoc:{col:1,line:471},startBody:{col:63,line:378},endBody:{col:1,line:471}}}}},title:"🚀 Cleanup Components/IconButton",component:juno_1.RcIconButton,argTypes:tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select",value:null===(_a=juno_1.RcIconButton.defaultProps)||void 0===_a?void 0:_a.color}}},juno_storybook_1.sortInDocTable(["symbol","size","variant","radius","disabled","autoFocus","useRcTooltip","centerRipple","loading","title","focusVariant"])),juno_storybook_1.notShowInDocTable(["autoFocus","alwaysEnableTooltip","tooltipTitle","tooltipPlacement","disableToolTip","popperProps","tooltipForceHide","externalLink","ariaLabel","download","buttonRef","aRef","href"]))},exports.IconButton=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({},args,{symbol:juno_icon_1.Star}))},exports.IconButton.storyName="IconButton",exports.IconButton.args={},exports.IconButton.argTypes=tslib_1.__assign({},Icon_story_1.Icon.argTypes),exports.IconButton.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/button-base/#buttonbase-api",value:"ButtonBase"}]},exports.IconButtonExamples=function(_a){_a.children,_a.variant,_a.TooltipProps,_a.symbol,_a.title;var args=tslib_1.__rest(_a,["children","variant","TooltipProps","symbol","title"]);return react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},["round","contained","inverse","outline","plain"].map((function(variant){return react_1.default.createElement(juno_1.RcBox,{margin:"1em",textAlign:"center",key:variant},react_1.default.createElement(juno_storybook_1.Title,null,variant),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Star,title:"star",TooltipProps:{placement:"top"}},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,{variant,symbol:juno_icon_1.Star,stretchIcon:!0}))})))},exports.IconButtonExamples.storyName="IconButton Examples",exports.IconButtonExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant","TooltipProps","symbol","title"])),exports.IconButtonContained=function(_a){var _b=_a.variant,variant=void 0===_b?"contained":_b,args=tslib_1.__rest(_a,["variant"]);return react_1.default.createElement(juno_1.RcBox,{margin:"1em",textAlign:"center",key:variant},react_1.default.createElement(juno_storybook_1.Title,null,variant),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone},args,{color:"neutral.b01"})),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone},args,{color:"neutral.b05"})),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone,color:"success.b03",elevation:0,activeElevation:0},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Disabled ripple"),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant,symbol:juno_icon_1.Phone,disableRipple:!0,elevation:0,activeElevation:0,color:"danger.b04"},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"inverse",symbol:juno_icon_1.Phone,disableRipple:!0,elevation:0,activeElevation:0,color:"danger.b04"},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"disabledFakeBorder",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcText,{highlight:!0,variant:"body1"},"(Only use in highContractMode)")),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,disabledFakeBorder:!0,color:"danger.b04"},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"inverse",symbol:juno_icon_1.Phone,disabledFakeBorder:!0,color:"danger.b04"},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"custom icon color"),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"}},args)),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"action.primary",IconProps:{color:"danger.b03"}},args)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"icon disabled"),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"}},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"normal"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"},disabled:!0},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"disabled"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({variant:"contained",symbol:juno_icon_1.Phone,color:"warning.b03",IconProps:{color:"dialHeader.icon"},disabled:!0,useColorWhenDisabled:!0},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"useColorWhenDisabled"))},exports.IconButtonWithElevation=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},tslib_1.__spread(new Array(25)).map((function(x,i){return react_1.default.createElement(juno_1.RcBox,{margin:"1em",key:i,textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,i),react_1.default.createElement(juno_1.RcIconButton,{variant:"contained",symbol:juno_icon_1.Star,elevation:i}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null)," ",react_1.default.createElement(juno_1.RcBox,{margin:"1em",textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,"Without elevation"),react_1.default.createElement(juno_1.RcIconButton,{variant:"contained",symbol:juno_icon_1.Star,elevation:"0",activeElevation:"0"})))},exports.IconButtonWithElevation.storyName="IconButton with elevation",exports.IconButtonWithRadius=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},Object.keys(radius_json_1.default).map((function(radius){return react_1.default.createElement(juno_1.RcBox,{margin:"1em",key:radius,textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,radius),react_1.default.createElement(juno_1.RcIconButton,{variant:"contained",symbol:juno_icon_1.Star,radius}))})))},exports.IconButtonWithColorAndSize=function(){var colors=["success.b03","success.b04","highlight.b01","highlight.b02","highlight.b03","danger.b03","danger.b04"];return react_1.default.createElement(juno_1.RcBox,{display:"flex",flexWrap:"wrap"},Object.entries(utils_1.RcIconButtonSizes).map((function(_a,i){var _b=tslib_1.__read(_a,2),size=_b[0],valuePx=_b[1];return react_1.default.createElement(juno_1.RcBox,{margin:"1em",key:size,textAlign:"center"},react_1.default.createElement(juno_storybook_1.Title,null,size,react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcText,{color:"neutral.f04"},"(",2*valuePx,"px)")),["round","contained","inverse","outline","plain"].map((function(variant){return react_1.default.createElement(react_1.default.Fragment,{key:variant},react_1.default.createElement(juno_1.RcIconButton,{variant,color:colors[i],symbol:juno_icon_1.Star,size}),react_1.default.createElement("br",null),react_1.default.createElement("br",null))})))})))},exports.IconButtonWithColorAndSize.storyName="IconButton with color and size",exports.IconButtonWithDisabledColor=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"round",useColorWhenDisabled:!0,symbol:juno_icon_1.Star,disabled:!0,color:"highlight.f02"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",symbol:juno_icon_1.Star,disabled:!0,color:"highlight.f02"}))},exports.IconButtonWithDisabledColor.storyName="IconButton with color when disabled",exports.IconButtonWithFocusRing=function(){return react_1.default.createElement("div",null,"Only support for inverse and round variant. Plain variant always use focusRing",react_1.default.createElement(core_1.Box,{width:200,display:"flex",justifyContent:"space-between",marginTop:10},react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",color:"danger.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",color:"success.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{focusVariant:"focusRing",color:"highlight.b03",symbol:juno_icon_1.Star})),react_1.default.createElement(core_1.Box,{width:200,display:"flex",justifyContent:"space-between",marginTop:10},react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",color:"danger.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",color:"success.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",focusVariant:"focusRing",color:"highlight.b03",symbol:juno_icon_1.Star})),react_1.default.createElement(core_1.Box,{width:200,display:"flex",justifyContent:"space-between",marginTop:10},react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",color:"danger.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",color:"success.b03",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",focusVariant:"focusRing",color:"highlight.b03",symbol:juno_icon_1.Star})))}},"./packages/juno-core/src/components/Buttons/IconButtonGroup/__stories__/IconButtonGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n palette2,\n RcIconButton,\n RcIconButtonGroup,\n shadows,\n styled,\n} from \'@ringcentral/juno\';\nimport { Emoji, Quote, Signal0, Unpin } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Buttons/IconButtonGroup\',\n component: RcIconButtonGroup,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst Wrapper = styled.div`\n .group {\n background: ${palette2(\'neutral\', \'b03\')};\n box-shadow: ${shadows(\'3\')};\n }\n`;\n\ntype IconButtonGroupProps = ComponentProps;\n\nexport const IconButtonGroup: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n \n \n );\n};\n\nIconButtonGroup.storyName = \'IconButtonGroup\';\n\nIconButtonGroup.args = {\n gap: 5,\n space: 2,\n radius: \'round\',\n};\n\nIconButtonGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nIconButtonGroup.parameters = {\n tags: [\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nexport const IconButtonGroupExamples: Story = ({\n ...args\n}) => {\n return (\n \n plain\n \n \n \n \n \n \n\n round\n\n \n \n \n \n \n \n\n inverse\n\n \n \n \n \n \n \n\n outline\n \n \n \n \n \n \n \n );\n};\n\nIconButtonGroupExamples.storyName = \'IconButtonGroup Examples\';\n',locationsMap:{"icon-button-group":{startLoc:{col:60,line:38},endLoc:{col:1,line:52},startBody:{col:60,line:38},endBody:{col:1,line:52}},"icon-button-group-examples":{startLoc:{col:68,line:75},endLoc:{col:1,line:121},startBody:{col:68,line:75},endBody:{col:1,line:121}}}}},title:"🚀 Cleanup Components/Buttons/IconButtonGroup",component:juno_1.RcIconButtonGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .group {\n background: ",";\n box-shadow: ",";\n }\n"],["\n .group {\n background: ",";\n box-shadow: ",";\n }\n"])),juno_1.palette2("neutral","b03"),juno_1.shadows("3"));exports.IconButtonGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Signal0})))},exports.IconButtonGroup.storyName="IconButtonGroup",exports.IconButtonGroup.args={gap:5,space:2,radius:"round"},exports.IconButtonGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.IconButtonGroup.parameters={tags:[{name:"Accessibility",value:"100%"}]},exports.IconButtonGroupExamples=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(Wrapper,{style:{textAlign:"center"}},react_1.default.createElement(juno_storybook_1.Title,null,"plain"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",space:2,gap:3,radius:"round"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"like",symbol:juno_icon_1.Signal0})),react_1.default.createElement(juno_storybook_1.Title,null,"round"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",radius:"round"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"round",title:"like",symbol:juno_icon_1.Signal0})),react_1.default.createElement(juno_storybook_1.Title,null,"inverse"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",radius:"round"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"inverse",title:"like",symbol:juno_icon_1.Signal0})),react_1.default.createElement(juno_storybook_1.Title,null,"outline"),react_1.default.createElement(juno_1.RcIconButtonGroup,tslib_1.__assign({},args,{className:"group",radius:"md"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Emoji}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Quote}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Unpin}),react_1.default.createElement(juno_1.RcIconButton,{variant:"outline",title:"like",symbol:juno_icon_1.Signal0})))},exports.IconButtonGroupExamples.storyName="IconButtonGroup Examples"},"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent } from 'react';\n\nimport {\n RcGrid,\n RcIcon,\n RcListItem,\n RcMenuItem,\n RcSplitButton,\n RcTooltip,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Add as AddSvg, Reply as ReplySvg } from '@ringcentral/juno-icon';\nimport {\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/SplitButton',\n component: RcSplitButton,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable(['size', 'variant', 'disabled']),\n },\n} as Meta;\n\ntype SplitButtonProps = ComponentProps;\n\nconst SplitButtonComponent: FunctionComponent = ({\n children,\n ...args\n}) => {\n return (\n \n console.log('Text', e)}\n >\n Text\n \n {\n console.log('Task', e);\n }}\n >\n Task\n \n {\n console.log('Cool, that stopPropagation, so not close menu', e);\n e.stopPropagation();\n }}\n >\n Cool (stopPropagation)\n \n \n );\n};\n\nexport const SplitButton: Story = (args) => (\n \n);\n\nSplitButton.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n ControlButtonProps: {\n title: 'arrow',\n },\n};\n\nSplitButton.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/22353029-616A-4875-98C0-B06EF9A043DD',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/button-group',\n value: 'ButtonGroup',\n },\n {\n name: 'Accessibility',\n value: '90%',\n },\n ],\n};\n\nSplitButton.storyName = 'SplitButton';\n\nconst variants = [\n 'contained',\n 'outlined',\n 'text',\n 'plain',\n 'round',\n 'plainIcon',\n] as SplitButtonProps['variant'][];\n\nconst SplitButtonExamplesComponent: FunctionComponent = ({\n children,\n ...args\n}) => {\n return (\n
    \n \n {variants.map((variant) => (\n \n \n {variant}\n \n console.log('open')}\n onClose={(e, reason) => console.log('close', e, reason)}\n >\n console.log('Text', e)}>\n Text\n \n console.log('Task', e)}>\n Task\n \n console.log('Cool', e)}>\n Cool\n \n \n \n ))}\n \n\n
    \n
    \n Custom Props\n {\n console.log(e);\n e.stopPropagation();\n },\n }}\n ControlButtonProps={{\n title: 'custom controlButton props',\n onClick: (e) => {\n console.log(e);\n },\n }}\n MenuProps={{\n keepMounted: true,\n ...args.MenuProps,\n }}\n >\n console.log('Text', e)}\n >\n Text\n \n {\n console.log('Task', e);\n }}\n >\n Task\n \n {\n console.log('Cool, that stopPropagation, so not close menu', e);\n e.stopPropagation();\n }}\n >\n Cool (stopPropagation)\n \n \n {\n console.log(e);\n e.stopPropagation();\n },\n }}\n ControlButtonProps={{\n title: 'custom controlButton props',\n onClick: (e) => {\n console.log(e);\n },\n }}\n MenuProps={{\n keepMounted: true,\n ...args.MenuProps,\n }}\n >\n console.log('Text', e)}\n >\n Text\n \n {\n console.log('Task', e);\n }}\n >\n Task\n \n {\n console.log('Cool, that stopPropagation, so not close menu', e);\n e.stopPropagation();\n }}\n >\n Cool (stopPropagation)\n \n \n\n Custom ActionButton Children Render\n Text,\n }}\n MenuProps={{\n keepMounted: true,\n ...args.MenuProps,\n }}\n >\n console.log('Text', e)} />\n console.log('Task', e)}>\n \n Task\n \n console.log('Cool', e)}>\n \n \n \n Cool\n \n \n
    \n );\n};\n\nexport const SplitButtonExamples: Story = (args) => (\n \n);\n\nSplitButtonExamples.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n ActionButtonProps: {\n 'aria-label': 'mainAction',\n },\n ControlButtonProps: {\n 'aria-label': 'openMenu',\n },\n};\n\nSplitButtonExamples.storyName = 'SplitButton Examples';\n\nconst SplitButtonLoadingExamplesComponent: FunctionComponent =\n ({ children, ...args }) => {\n return (\n \n {variants.map((variant) => (\n \n \n {variant}\n \n console.log('open')}\n onClose={(e, reason) => console.log('close', e, reason)}\n >\n console.log('Text', e)}>\n Text\n \n console.log('Task', e)}>\n Task\n \n console.log('Cool', e)}>\n Cool\n \n \n \n ))}\n \n );\n };\n\nexport const SplitButtonLoadingExamples: Story = (args) => (\n \n);\n\nSplitButtonLoadingExamples.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n loading: true,\n ActionButtonProps: {\n 'aria-label': 'mainAction',\n },\n ControlButtonProps: {\n 'aria-label': 'openMenu',\n },\n};\n\nSplitButtonLoadingExamples.storyName = 'SplitButton Loading';\n",locationsMap:{"split-button":{startLoc:{col:52,line:82},endLoc:{col:1,line:84},startBody:{col:52,line:82},endBody:{col:1,line:84}},"split-button-examples":{startLoc:{col:60,line:304},endLoc:{col:1,line:306},startBody:{col:60,line:304},endBody:{col:1,line:306}},"split-button-loading-examples":{startLoc:{col:67,line:360},endLoc:{col:1,line:362},startBody:{col:67,line:360},endBody:{col:1,line:362}}}}},title:"🚀 Cleanup Components/SplitButton",component:juno_1.RcSplitButton,argTypes:tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","variant","disabled"]))};var SplitButtonComponent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{ControlButtonProps:{focusVariant:"focusRing"},ActionButtonProps:{focusVariant:"focusRing"},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",title:"Text",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{title:"cool",useRcTooltip:!0,key:"2",onClick:function(e){console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",title:"cool",useRcTooltip:!0,onClick:function(e){console.log("Cool, that stopPropagation, so not close menu",e),e.stopPropagation()}},"Cool (stopPropagation)"))};exports.SplitButton=function(args){return react_1.default.createElement(SplitButtonComponent,tslib_1.__assign({},args))},exports.SplitButton.args={color:"primary",variant:"contained",size:"large",ControlButtonProps:{title:"arrow"}},exports.SplitButton.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/22353029-616A-4875-98C0-B06EF9A043DD"},{name:"Mui",href:"https://material-ui.com/components/button-group",value:"ButtonGroup"},{name:"Accessibility",value:"90%"}]},exports.SplitButton.storyName="SplitButton";var variants=["contained","outlined","text","plain","round","plainIcon"],SplitButtonExamplesComponent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:2},variants.map((function(variant){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0,key:variant},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04",style:{textTransform:"capitalize"}},variant),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps),variant,onOpen:function(){return console.log("open")},onClose:function(e,reason){return console.log("close",e,reason)}}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{key:"2",onClick:function(e){return console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},"Cool")))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Custom Props"),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{ActionButtonProps:{title:"custom actionButton props",disabled:!0,TooltipProps:{ignorePointer:!0},onClick:function(e){console.log(e),e.stopPropagation()}},ControlButtonProps:{title:"custom controlButton props",onClick:function(e){console.log(e)}},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",title:"Text",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{title:"cool",useRcTooltip:!0,key:"2",onClick:function(e){console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",title:"cool",useRcTooltip:!0,onClick:function(e){console.log("Cool, that stopPropagation, so not close menu",e),e.stopPropagation()}},"Cool (stopPropagation)")),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{ActionButtonProps:{title:"custom actionButton props",disabled:!0,TooltipProps:{ignorePointer:!0,maskProps:{tabIndex:0}},onClick:function(e){console.log(e),e.stopPropagation()}},ControlButtonProps:{title:"custom controlButton props",onClick:function(e){console.log(e)}},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",title:"Text",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{title:"cool",useRcTooltip:!0,key:"2",onClick:function(e){console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",title:"cool",useRcTooltip:!0,onClick:function(e){console.log("Cool, that stopPropagation, so not close menu",e),e.stopPropagation()}},"Cool (stopPropagation)")),react_1.default.createElement(juno_storybook_1.Title,null,"Custom ActionButton Children Render"),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{variant:"round",ActionButtonProps:{children:react_1.default.createElement(react_1.default.Fragment,null,"Text")},MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps)}),react_1.default.createElement(juno_1.RcListItem,{key:"1",onClick:function(e){return console.log("Text",e)}}),react_1.default.createElement(juno_1.RcListItem,{key:"2",onClick:function(e){return console.log("Task",e)}},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Reply,size:"medium"}),"Task"),react_1.default.createElement(juno_1.RcListItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},react_1.default.createElement(juno_1.RcTooltip,{title:"cool"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"medium"})),"Cool")))};exports.SplitButtonExamples=function(args){return react_1.default.createElement(SplitButtonExamplesComponent,tslib_1.__assign({},args))},exports.SplitButtonExamples.args={color:"primary",variant:"contained",size:"large",ActionButtonProps:{"aria-label":"mainAction"},ControlButtonProps:{"aria-label":"openMenu"}},exports.SplitButtonExamples.storyName="SplitButton Examples";var SplitButtonLoadingExamplesComponent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:2},variants.map((function(variant){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0,key:variant},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04",style:{textTransform:"capitalize"}},variant),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{MenuProps:tslib_1.__assign({keepMounted:!0},args.MenuProps),variant,onOpen:function(){return console.log("open")},onClose:function(e,reason){return console.log("close",e,reason)}}),react_1.default.createElement(juno_1.RcMenuItem,{key:"1",onClick:function(e){return console.log("Text",e)}},"Text"),react_1.default.createElement(juno_1.RcMenuItem,{key:"2",onClick:function(e){return console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcMenuItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},"Cool")))})))};exports.SplitButtonLoadingExamples=function(args){return react_1.default.createElement(SplitButtonLoadingExamplesComponent,tslib_1.__assign({},args))},exports.SplitButtonLoadingExamples.args={color:"primary",variant:"contained",size:"large",loading:!0,ActionButtonProps:{"aria-label":"mainAction"},ControlButtonProps:{"aria-label":"openMenu"}},exports.SplitButtonLoadingExamples.storyName="SplitButton Loading"},"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitRoundButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, Fragment } from 'react';\n\nimport {\n omit,\n RcGrid,\n RcIcon,\n RcListItem,\n RcSplitButton,\n RcTooltip,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n Add as AddSvg,\n Reply as ReplySvg,\n Start as StartSvg,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { RcIconSizes } from '../../../Icon/utils';\n\nexport default {\n title: '🚀 Cleanup Components/SplitButton/SplitButton Examples(Icon)',\n component: RcSplitButton,\n argTypes: {\n ...sortInDocTable(['color', 'variant', 'disabled']),\n ...notShowInDocTable([]),\n ...notControlInDocTable(['size']),\n },\n} as Meta;\n\ntype SplitButtonProps = ComponentProps;\n\nconst variants: SplitButtonProps['variant'][] = ['round', 'plainIcon'];\n\nexport const SplitButtonRound: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {Object.keys(omit(RcIconSizes, ['inherit'])).map(\n (size: NonNullable) => (\n \n \n {size}\n \n {variants.map((variant) => (\n \n {variant}\n \n console.log('Text', e)}>\n \n \n \n \n console.log('Task', e)}>\n \n \n console.log('Cool', e)}>\n \n \n \n \n \n
    \n
    \n ))}\n
    \n ),\n )}\n
    \n );\n};\n\nSplitButtonRound.args = {\n color: 'primary',\n variant: 'contained',\n size: 'large',\n ActionButtonProps: {\n 'aria-label': 'mainAction',\n },\n ControlButtonProps: {\n 'aria-label': 'openMenu',\n },\n};\n\nSplitButtonRound.storyName = 'SplitButton Examples(Icon)';\n",locationsMap:{"split-button-round":{startLoc:{col:57,line:40},endLoc:{col:1,line:78},startBody:{col:57,line:40},endBody:{col:1,line:78}}}}},title:"🚀 Cleanup Components/SplitButton/SplitButton Examples(Icon)",component:juno_1.RcSplitButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["color","variant","disabled"])),juno_storybook_1.notShowInDocTable([])),juno_storybook_1.notControlInDocTable(["size"]))};var variants=["round","plainIcon"];exports.SplitButtonRound=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcGrid,{container:!0},Object.keys(juno_1.omit(utils_1.RcIconSizes,["inherit"])).map((function(size){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0,key:size},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"title2"},size),variants.map((function(variant){return react_1.default.createElement(react_1.Fragment,{key:size+"_"+variant},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},variant),react_1.default.createElement(juno_1.RcSplitButton,tslib_1.__assign({},args,{variant,size}),react_1.default.createElement(juno_1.RcListItem,{key:"1",onClick:function(e){return console.log("Text",e)}},react_1.default.createElement(juno_1.RcTooltip,{title:"cool"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size}))),react_1.default.createElement(juno_1.RcListItem,{key:"2",onClick:function(e){return console.log("Task",e)}},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Reply,size})),react_1.default.createElement(juno_1.RcListItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},react_1.default.createElement(juno_1.RcTooltip,{title:"cool"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Start,size})))),react_1.default.createElement("br",null))})))})))},exports.SplitButtonRound.args={color:"primary",variant:"contained",size:"large",ActionButtonProps:{"aria-label":"mainAction"},ControlButtonProps:{"aria-label":"openMenu"}},exports.SplitButtonRound.storyName="SplitButton Examples(Icon)"},"./packages/juno-core/src/components/Buttons/ToggleButton/__stories__/ToggleButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcToggleButton } from '@ringcentral/juno';\nimport { AlignJustify } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Buttons/ToggleButtonGroup/ToggleButton',\n component: RcToggleButton,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'size',\n 'symbol',\n 'IconProps',\n 'selected',\n 'disabled',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ToggleButtonProps = ComponentProps;\n\nexport const ToggleButton: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n ToggleButton should use with RcToggleButton\n \n \n );\n};\n\nToggleButton.storyName = 'ToggleButton';\n\nToggleButton.args = {};\n\nToggleButton.argTypes = {\n ...notControlInDocTable([]),\n};\n\nToggleButton.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/toggle-button/#toggle-buttons',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"toggle-button":{startLoc:{col:54,line:32},endLoc:{col:1,line:42},startBody:{col:54,line:32},endBody:{col:1,line:42}}}}},title:"🚀 Cleanup Components/Buttons/ToggleButtonGroup/ToggleButton",component:juno_1.RcToggleButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","size","symbol","IconProps","selected","disabled"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ToggleButton=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"ToggleButton should use with RcToggleButton"),react_1.default.createElement(juno_1.RcToggleButton,tslib_1.__assign({value:"justify"},args,{symbol:juno_icon_1.AlignJustify})))},exports.ToggleButton.storyName="ToggleButton",exports.ToggleButton.args={},exports.ToggleButton.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ToggleButton.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design"},{name:"Mui",href:"https://material-ui.com/components/toggle-button/#toggle-buttons"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/__stories__/ToggleButtonGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcGrid,\n RcToggleButton,\n RcToggleButtonGroup,\n RcToggleButtonGroupProps,\n RcToggleButtonProps,\n} from \'@ringcentral/juno\';\nimport {\n AlignCenter,\n AlignJustify,\n AlignLeft,\n AlignRight,\n} from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Buttons/ToggleButtonGroup\',\n component: RcToggleButtonGroup,\n argTypes: {\n ...sortInDocTable([\n \'size\',\n \'variant\',\n \'orientation\',\n ]),\n ...notControlInDocTable([\'exclusive\']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ToggleButtonGroupProps = ComponentProps;\n\nexport const ToggleButtonGroup: Story = ({\n children,\n ...args\n}) => {\n const [alignment, setAlignment] = React.useState(\'left\');\n\n const handleAlignment = (\n event: React.MouseEvent,\n newAlignment: string | null,\n ) => {\n setAlignment(newAlignment);\n };\n\n return (\n \n \n \n \n \n \n );\n};\n\nToggleButtonGroup.storyName = \'ToggleButtonGroup\';\n\nToggleButtonGroup.args = {};\n\nToggleButtonGroup.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/toggle-button-group/\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst orientations: RcToggleButtonGroupProps[\'orientation\'][] = [\n \'horizontal\',\n \'vertical\',\n];\n\nexport const ToggleButtonGroupExamples: Story = ({\n children,\n ...args\n}) => {\n const [alignment, setAlignment] = React.useState(\'left\');\n const [alignments, setAlignments] = React.useState([\n \'left\',\n \'right\',\n ]);\n\n const handleAlignment = (\n event: React.MouseEvent,\n newAlignment: string | null,\n ) => {\n setAlignment(newAlignment);\n };\n\n const handleAlignments = (\n event: React.MouseEvent,\n newAlignments: string[],\n ) => {\n setAlignments(newAlignments);\n };\n\n const props: ({ groupTitle: string } & RcToggleButtonProps)[] = [\n { groupTitle: \'Standard\', variant: \'standard\' },\n { groupTitle: \'Box\', variant: \'box\' },\n ];\n\n return (\n \n {orientations.map((orientation) => (\n \n \n Exclusive selection\n {props.map(({ groupTitle, variant }) => (\n \n {groupTitle}\n \n \n \n \n \n \n \n ))}\n \n \n Multiple selection\n {props.map(({ groupTitle, variant }) => (\n \n {groupTitle}\n \n \n \n \n \n \n
    \n
    \n
    \n ))}\n
    \n
    \n ))}\n
    \n );\n};\n\nToggleButtonGroupExamples.storyName = \'ToggleButtonGroup Examples\';\n\nToggleButtonGroupExamples.args = {};\n\nToggleButtonGroupExamples.argTypes = {\n ...notControlInDocTable([\n \'variant\',\n \'orientation\',\n ]),\n};\n',locationsMap:{"toggle-button-group":{startLoc:{col:64,line:40},endLoc:{col:1,line:84},startBody:{col:64,line:40},endBody:{col:1,line:84}},"toggle-button-group-examples":{startLoc:{col:72,line:112},endLoc:{col:1,line:234},startBody:{col:72,line:112},endBody:{col:1,line:234}}}}},title:"🚀 Cleanup Components/Buttons/ToggleButtonGroup",component:juno_1.RcToggleButtonGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","variant","orientation"])),juno_storybook_1.notControlInDocTable(["exclusive"])),juno_storybook_1.notShowInDocTable([]))},exports.ToggleButtonGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState("left"),2),alignment=_b[0],setAlignment=_b[1];return react_1.default.createElement(juno_1.RcToggleButtonGroup,tslib_1.__assign({},args,{value:alignment,exclusive:!0,onChange:function(event,newAlignment){setAlignment(newAlignment)},"aria-label":"text alignment"}),react_1.default.createElement(juno_1.RcToggleButton,{value:"left","aria-label":"left aligned",symbol:juno_icon_1.AlignLeft}),react_1.default.createElement(juno_1.RcToggleButton,{value:"center","aria-label":"centered",symbol:juno_icon_1.AlignCenter}),react_1.default.createElement(juno_1.RcToggleButton,{symbol:juno_icon_1.AlignRight,value:"right","aria-label":"right aligned",disabled:!0}),react_1.default.createElement(juno_1.RcToggleButton,{symbol:juno_icon_1.AlignJustify,value:"justify","aria-label":"justified"}))},exports.ToggleButtonGroup.storyName="ToggleButtonGroup",exports.ToggleButtonGroup.args={},exports.ToggleButtonGroup.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/3c7760bb-8d54-4def-9b30-a50638e618db/commits/4bed494768a18c9e3d10d11dec38590203d12fd3/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/450E7402-70DD-4134-9F26-27B08F55459B?mode=design"},{name:"Mui",href:"https://material-ui.com/api/toggle-button-group/"},{name:"Accessibility",value:"100%"}]};var orientations=["horizontal","vertical"];exports.ToggleButtonGroupExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState("left"),2),alignment=_b[0],setAlignment=_b[1],_c=tslib_1.__read(react_1.default.useState(["left","right"]),2),alignments=_c[0],setAlignments=_c[1],handleAlignment=function(event,newAlignment){setAlignment(newAlignment)},handleAlignments=function(event,newAlignments){setAlignments(newAlignments)},props=[{groupTitle:"Standard",variant:"standard"},{groupTitle:"Box",variant:"box"}];return react_1.default.createElement(juno_1.RcGrid,{container:!0},orientations.map((function(orientation){return react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6,key:orientation,container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"Exclusive selection"),props.map((function(_a){var groupTitle=_a.groupTitle,variant=_a.variant;return react_1.default.createElement(react_1.default.Fragment,{key:groupTitle},react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},groupTitle),react_1.default.createElement(juno_1.RcToggleButtonGroup,tslib_1.__assign({},args,{orientation,value:alignment,exclusive:!0,variant,onChange:handleAlignment,"aria-label":"text alignment"}),react_1.default.createElement(juno_1.RcToggleButton,{value:"left","aria-label":"left aligned",symbol:juno_icon_1.AlignLeft,title:"left aligned",useRcTooltip:!0}),react_1.default.createElement(juno_1.RcToggleButton,{value:"center","aria-label":"centered",symbol:juno_icon_1.AlignCenter,title:"centered",useRcTooltip:!0}),react_1.default.createElement(juno_1.RcToggleButton,{value:"right","aria-label":"right aligned",symbol:juno_icon_1.AlignRight,title:"right aligned",useRcTooltip:!0}),react_1.default.createElement(juno_1.RcToggleButton,{value:"justify","aria-label":"justified",symbol:juno_icon_1.AlignJustify,title:"justified",useRcTooltip:!0})))}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"Multiple selection"),props.map((function(_a){var groupTitle=_a.groupTitle,variant=_a.variant;return react_1.default.createElement(react_1.default.Fragment,{key:groupTitle},react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},groupTitle),react_1.default.createElement(juno_1.RcToggleButtonGroup,tslib_1.__assign({},args,{orientation,value:alignments,variant,onChange:handleAlignments,"aria-label":"text alignment"}),react_1.default.createElement(juno_1.RcToggleButton,{value:"left","aria-label":"left aligned",symbol:juno_icon_1.AlignLeft}),react_1.default.createElement(juno_1.RcToggleButton,{value:"center","aria-label":"centered",symbol:juno_icon_1.AlignCenter}),react_1.default.createElement(juno_1.RcToggleButton,{value:"right","aria-label":"right aligned",symbol:juno_icon_1.AlignRight}),react_1.default.createElement(juno_1.RcToggleButton,{value:"justify","aria-label":"justified",symbol:juno_icon_1.AlignJustify})),react_1.default.createElement("br",null),react_1.default.createElement("br",null))}))))})))},exports.ToggleButtonGroupExamples.storyName="ToggleButtonGroup Examples",exports.ToggleButtonGroupExamples.args={},exports.ToggleButtonGroupExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant","orientation"]))},"./packages/juno-core/src/components/Card/Card/__stories__/Card.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcAvatar,\n RcBox,\n RcCard,\n RcCardContent,\n RcCheckbox,\n RcDivider,\n RcIcon,\n RcLink,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcMenuItem,\n RcSelect,\n RcSwitch,\n RcThumbnail,\n RcTypography,\n spacing,\n styled,\n} from \'@ringcentral/juno\';\nimport { DateBorder, Doc, TimeBorder } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport avatar from \'../../../Avatar/__stories__/img/avatar.jpg\';\n\nexport default {\n title: \'🚀 Cleanup Components/Cards/Card\',\n component: RcCard,\n argTypes: {\n ...sortInDocTable([\n \'variant\',\n \'square\',\n \'elevation\',\n \'selected\',\n \'focusVisible\',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardProps = ComponentProps;\n\nexport const Card: Story = ({ children, ...args }) => {\n return (\n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCard.storyName = \'Card\';\n\nCard.args = {\n style: { width: 300 },\n};\n\nCard.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCard.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/components/cards/\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst Container = styled(RcCard)`\n padding: ${spacing(4, 10)};\n max-width: 508px;\n box-sizing: border-box;\n`;\n\nconst Header = styled.header`\n display: flex;\n align-items: center;\n margin-bottom: ${spacing(4)};\n`;\n\nconst Title = styled(RcTypography)``;\nTitle.defaultProps = {\n color: \'neutral.f04\',\n};\n\nconst Content = styled(RcTypography)``;\nContent.defaultProps = {\n color: \'neutral.f06\',\n weight: \'bold\',\n component: \'div\',\n};\n\nconst Item = styled.div<{ display?: string }>`\n margin-bottom: ${spacing(5)};\n display: ${({ display }) => display};\n\n &:last-child {\n margin-bottom: unset;\n }\n`;\n\nconst Main = styled.main``;\n\nconst Wrapper = styled.div`\n display: flex;\n flex-wrap: wrap;\n ${Container} + ${Container} {\n margin-left: 1em;\n }\n\n .mr-2 {\n margin-right: ${spacing(2)};\n }\n`;\n\nconst Container2 = styled(RcCard)`\n margin: ${spacing(2)};\n padding: ${spacing(4, 6)};\n max-width: 400px;\n box-sizing: border-box;\n\n ${RcDivider} {\n margin-bottom: ${spacing(5)};\n }\n`;\n\nconst AvatarWrapper = styled.div`\n display: inline-flex;\n align-items: center;\n\n ${RcAvatar} {\n margin-right: ${spacing(1)};\n }\n`;\n\nconst Container3 = styled(Container2)`\n margin: ${spacing(2)};\n padding: ${spacing(4, 6)};\n max-width: 800px;\n box-sizing: border-box;\n`;\n\nconst menus = [\n { id: 0, value: \'All new messages\' },\n { id: 1, value: \'Direct messages and mentions\' },\n { id: 2, value: \'Off\' },\n];\n\nexport const CardExamples: Story = () => {\n return (\n \n \n
    \n \n \n \n Global presentation with marketing team\n \n \n
    \n
    \n \n Date & time\n \n Thu, 12/05/2019 at 8:00 AM - 11:00AM, repeating every month\n \n \n \n Location\n XMN office - 10F\n \n \n Description\n \n This is description of note. Mauris non tempor quam, et lacinia\n sapien. Mauris accumsan eros eget libero posuere vulputate.\n \n \n
    \n
    \n \n
    \n \n \n Global presentation with marketing team\n \n \n \n
    \n \n
    \n
    \n
    \n \n \n \n Thu, 12/05/2019 at 8:00 AM - 11:00AM\n \n \n \n Assignee\n \n \n \n Jesse\n \n \n \n Tomas\n \n \n \n \n Section\n \n This is description of note. Mauris non tempor quam, et lacinia\n sapien.\n \n \n\n \n Attachments\n \n \n \n \n \n \n \n \n \n
    \n
    \n\n \n
    \n \n \n Desktop notifications for browser\n \n Receive notifications in your web browser when the RingCentral\n app is not open (browser permission needed)\n \n \n \n \n \n \n \n \n \n New messages\n \n Choose your preference for desktop notifications for new\n messages\n \n \n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n \n \n Incoming calls\n Receive notifications for incoming calls\n \n \n \n \n \n \n \n \n Missed calls and new voicemails\n \n Receive notifications for missed calls and new voicemails\n \n \n \n \n \n \n
    \n
    \n
    \n );\n};\n',locationsMap:{card:{startLoc:{col:40,line:51},endLoc:{col:1,line:65},startBody:{col:40,line:51},endBody:{col:1,line:65}},"card-examples":{startLoc:{col:48,line:174},endLoc:{col:1,line:326},startBody:{col:48,line:174},endBody:{col:1,line:326}}}}},title:"🚀 Cleanup Components/Cards/Card",component:juno_1.RcCard,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","square","elevation","selected","focusVisible"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Card=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.Card.storyName="Card",exports.Card.args={style:{width:300}},exports.Card.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Card.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/components/cards/"},{name:"Accessibility",value:"100%"}]};var Container=juno_1.styled(juno_1.RcCard)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n max-width: 508px;\n box-sizing: border-box;\n"],["\n padding: ",";\n max-width: 508px;\n box-sizing: border-box;\n"])),juno_1.spacing(4,10)),Header=juno_1.styled.header(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-bottom: ",";\n"],["\n display: flex;\n align-items: center;\n margin-bottom: ",";\n"])),juno_1.spacing(4)),Title=juno_1.styled(juno_1.RcTypography)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""])));Title.defaultProps={color:"neutral.f04"};var Content=juno_1.styled(juno_1.RcTypography)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject([""],[""])));Content.defaultProps={color:"neutral.f06",weight:"bold",component:"div"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,Item=juno_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n display: ",";\n\n &:last-child {\n margin-bottom: unset;\n }\n"],["\n margin-bottom: ",";\n display: ",";\n\n &:last-child {\n margin-bottom: unset;\n }\n"])),juno_1.spacing(5),(function(_a){return _a.display})),Main=juno_1.styled.main(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject([""],[""]))),Wrapper=juno_1.styled.div(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n "," + "," {\n margin-left: 1em;\n }\n\n .mr-2 {\n margin-right: ",";\n }\n"],["\n display: flex;\n flex-wrap: wrap;\n "," + "," {\n margin-left: 1em;\n }\n\n .mr-2 {\n margin-right: ",";\n }\n"])),Container,Container,juno_1.spacing(2)),Container2=juno_1.styled(juno_1.RcCard)(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n margin: ",";\n padding: ",";\n max-width: 400px;\n box-sizing: border-box;\n\n "," {\n margin-bottom: ",";\n }\n"],["\n margin: ",";\n padding: ",";\n max-width: 400px;\n box-sizing: border-box;\n\n "," {\n margin-bottom: ",";\n }\n"])),juno_1.spacing(2),juno_1.spacing(4,6),juno_1.RcDivider,juno_1.spacing(5)),AvatarWrapper=juno_1.styled.div(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n\n "," {\n margin-right: ",";\n }\n"],["\n display: inline-flex;\n align-items: center;\n\n "," {\n margin-right: ",";\n }\n"])),juno_1.RcAvatar,juno_1.spacing(1)),Container3=juno_1.styled(Container2)(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n margin: ",";\n padding: ",";\n max-width: 800px;\n box-sizing: border-box;\n"],["\n margin: ",";\n padding: ",";\n max-width: 800px;\n box-sizing: border-box;\n"])),juno_1.spacing(2),juno_1.spacing(4,6)),menus=[{id:0,value:"All new messages"},{id:1,value:"Direct messages and mentions"},{id:2,value:"Off"}];exports.CardExamples=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement(Container,{variant:"outlined"},react_1.default.createElement(Header,null,react_1.default.createElement(juno_1.RcIcon,{className:"mr-2",symbol:juno_icon_1.DateBorder,color:"informative.f02"}),react_1.default.createElement(juno_1.RcLink,{color:"informative.f02"},react_1.default.createElement(juno_1.RcTypography,{weight:"bold",variant:"subheading2"},"Global presentation with marketing team"))),react_1.default.createElement(Main,null,react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Date & time"),react_1.default.createElement(Content,null,"Thu, 12/05/2019 at 8:00 AM - 11:00AM, repeating every month")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Location"),react_1.default.createElement(Content,null,"XMN office - 10F")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Description"),react_1.default.createElement(Content,null,"This is description of note. Mauris non tempor quam, et lacinia sapien. Mauris accumsan eros eget libero posuere vulputate.")))),react_1.default.createElement(Container2,{variant:"outlined"},react_1.default.createElement(Header,null,react_1.default.createElement(juno_1.RcLink,{color:"danger.f02"},react_1.default.createElement(juno_1.RcTypography,{weight:"bold",variant:"subheading2"},"Global presentation with marketing team")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcCheckbox,{color:"danger.f02",followColorWhenUnChecked:!0}))),react_1.default.createElement(Main,null,react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcIcon,{className:"mr-2",symbol:juno_icon_1.TimeBorder,color:"neutral.f04"}),react_1.default.createElement(Content,{display:"inline"},"Thu, 12/05/2019 at 8:00 AM - 11:00AM")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Assignee"),react_1.default.createElement(Content,null,react_1.default.createElement(AvatarWrapper,{className:"mr-2"},react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"xsmall"}),"Jesse"),react_1.default.createElement(AvatarWrapper,null,react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"xsmall"}),"Tomas"))),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Section"),react_1.default.createElement(Content,null,"This is description of note. Mauris non tempor quam, et lacinia sapien.")),react_1.default.createElement(Item,null,react_1.default.createElement(Title,null,"Attachments"),react_1.default.createElement(Content,null,react_1.default.createElement(juno_1.RcListItem,{button:!0},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcThumbnail,{symbol:juno_icon_1.Doc})),react_1.default.createElement(juno_1.RcListItemText,{primary:"RCB Press Relate.docx",secondary:"Michael Peachey 4/2/2020"})))))),react_1.default.createElement(Container3,{variant:"outlined"},react_1.default.createElement(Main,null,react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"Desktop notifications for browser"),react_1.default.createElement(Title,null,"Receive notifications in your web browser when the RingCentral app is not open (browser permission needed)")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",textAlign:"right"},react_1.default.createElement(juno_1.RcSwitch,{defaultChecked:!0}))),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"New messages"),react_1.default.createElement(Title,null,"Choose your preference for desktop notifications for new messages")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",display:"flex",justifyContent:"flex-end"},react_1.default.createElement(juno_1.RcSelect,{id:"line-select",value:0,variant:"box"},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"Incoming calls"),react_1.default.createElement(Title,null,"Receive notifications for incoming calls")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",textAlign:"right"},react_1.default.createElement(juno_1.RcSwitch,{defaultChecked:!0}))),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Item,{display:"flex"},react_1.default.createElement(juno_1.RcBox,{flex:"2 1 0"},react_1.default.createElement(Content,null,"Missed calls and new voicemails"),react_1.default.createElement(Title,null,"Receive notifications for missed calls and new voicemails")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 0",textAlign:"right"},react_1.default.createElement(juno_1.RcSwitch,null))))))}},"./packages/juno-core/src/components/Card/CardActionArea/__stories__/CardActionArea.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCard,\n RcCardActionArea,\n RcCardContent,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardActionArea',\n component: RcCardActionArea,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CardActionAreaProps = ComponentProps;\n\nexport const CardActionArea: Story = ({\n children,\n ...args\n}) => {\n const handleCardActionAreaClick = (e: React.MouseEvent) =>\n console.log('RcCardActionArea onClick', e);\n\n return (\n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n \n );\n};\n\nCardActionArea.storyName = 'CardActionArea';\n\nCardActionArea.args = {};\n\nCardActionArea.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardActionArea.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-action-area/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-action-area":{startLoc:{col:58,line:28},endLoc:{col:1,line:50},startBody:{col:58,line:28},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Cards/CardActionArea",component:juno_1.RcCardActionArea,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardActionArea=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300},variant:"outlined"},react_1.default.createElement(juno_1.RcCardActionArea,tslib_1.__assign({},args,{onClick:function(e){return console.log("RcCardActionArea onClick",e)}}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica"))))},exports.CardActionArea.storyName="CardActionArea",exports.CardActionArea.args={},exports.CardActionArea.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardActionArea.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/card-action-area/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardActions/__stories__/CardActions.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcButton,\n RcCard,\n RcCardActions,\n RcCardContent,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardActions',\n component: RcCardActions,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardActionsProps = ComponentProps;\n\nexport const CardActions: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n Watch Lizards\n Watch Lizards\n \n \n );\n};\n\nCardActions.storyName = 'CardActions';\n\nCardActions.args = {\n disableSpacing: false,\n};\n\nCardActions.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardActions.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-actions/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-actions":{startLoc:{col:54,line:29},endLoc:{col:1,line:50},startBody:{col:54,line:29},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Cards/CardActions",component:juno_1.RcCardActions,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardActions=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300}},react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")),react_1.default.createElement(juno_1.RcCardActions,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"Watch Lizards"),react_1.default.createElement(juno_1.RcButton,null,"Watch Lizards")))},exports.CardActions.storyName="CardActions",exports.CardActions.args={disableSpacing:!1},exports.CardActions.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardActions.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/card-actions/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardContent/__stories__/CardContent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCard, RcCardContent, RcTypography } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardContent',\n component: RcCardContent,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardContentProps = ComponentProps;\n\nexport const CardContent: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardContent.storyName = 'CardContent';\n\nCardContent.args = {};\n\nCardContent.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardContent.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-content/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-content":{startLoc:{col:54,line:23},endLoc:{col:1,line:40},startBody:{col:54,line:23},endBody:{col:1,line:40}}}}},title:"🚀 Cleanup Components/Cards/CardContent",component:juno_1.RcCardContent,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardContent=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300}},react_1.default.createElement(juno_1.RcCardContent,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardContent.storyName="CardContent",exports.CardContent.args={},exports.CardContent.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardContent.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/card-content/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardHeader/__stories__/CardHeader.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAvatar,\n RcCard,\n RcCardHeader,\n RcIconButton,\n} from '@ringcentral/juno';\nimport { Phone } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardHeader',\n component: RcCardHeader,\n argTypes: {\n ...sortInDocTable([\n 'action',\n 'avatar',\n 'component',\n 'disableTypography',\n 'subheader',\n 'subheaderTypographyProps',\n 'title',\n 'titleTypographyProps',\n ]),\n ...notControlInDocTable(['action', 'avatar']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CardHeaderProps = ComponentProps;\n\nexport const CardHeader: Story = ({ children, ...args }) => {\n return (\n \n \n CK\n \n }\n action={\n \n }\n title=\"Shrimp and Chorizo Paella\"\n subheader=\"September 14, 2016\"\n />\n \n );\n};\n\nCardHeader.storyName = 'CardHeader';\n\nCardHeader.args = {};\n\nCardHeader.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardHeader.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/card-header/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-header":{startLoc:{col:50,line:38},endLoc:{col:1,line:61},startBody:{col:50,line:38},endBody:{col:1,line:61}}}}},title:"🚀 Cleanup Components/Cards/CardHeader",component:juno_1.RcCardHeader,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["action","avatar","component","disableTypography","subheader","subheaderTypographyProps","title","titleTypographyProps"])),juno_storybook_1.notControlInDocTable(["action","avatar"])),juno_storybook_1.notShowInDocTable([]))},exports.CardHeader=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,null,react_1.default.createElement(juno_1.RcCardHeader,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{"aria-label":"recipe",size:"small",color:"interactive.b02"},"CK"),action:react_1.default.createElement(juno_1.RcIconButton,{"aria-label":"settings",symbol:juno_icon_1.Phone,size:"large",style:{margin:"8px"}}),title:"Shrimp and Chorizo Paella",subheader:"September 14, 2016"})))},exports.CardHeader.storyName="CardHeader",exports.CardHeader.args={},exports.CardHeader.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardHeader.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/card-header/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardHoverActions/__stories__/CardHoverActions.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCard,\n RcCardContent,\n RcCardHoverActions,\n RcIconButton,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Delete, Edit } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardHoverActions',\n component: RcCardHoverActions,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardHoverActionsProps = ComponentProps;\n\nexport const CardHoverActions: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardHoverActions.storyName = 'CardHoverActions';\n\nCardHoverActions.args = {\n visible: false,\n};\n\nCardHoverActions.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardHoverActions.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-hover-actions":{startLoc:{col:64,line:30},endLoc:{col:1,line:62},startBody:{col:64,line:30},endBody:{col:1,line:62}}}}},title:"🚀 Cleanup Components/Cards/CardHoverActions",component:juno_1.RcCardHoverActions,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardHoverActions=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300},tabIndex:0},react_1.default.createElement(juno_1.RcCardHoverActions,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Edit,size:"small",variant:"contained",color:"neutral.b01",style:{marginRight:16}}),react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Delete,size:"small",variant:"contained",color:"neutral.b01"})),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardHoverActions.storyName="CardHoverActions",exports.CardHoverActions.args={visible:!1},exports.CardHoverActions.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardHoverActions.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardMedia/__stories__/CardMedia.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCard,\n RcCardContent,\n RcCardMedia,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardMedia',\n component: RcCardMedia,\n argTypes: {\n src: {\n control: 'text',\n },\n ...sortInDocTable(['image']),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardMediaProps = ComponentProps;\n\nexport const CardMediaProps: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardMediaProps.storyName = 'CardMedia';\n\nCardMediaProps.args = {\n image:\n 'https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Lizard_namely_Oriental_Garden_Lizard.jpg/1200px-Lizard_namely_Oriental_Garden_Lizard.jpg',\n component: 'div',\n style: {\n height: 140,\n },\n};\n\nCardMediaProps.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardMediaProps.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/cards/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-media-props":{startLoc:{col:55,line:31},endLoc:{col:1,line:49},startBody:{col:55,line:31},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Cards/CardMedia",component:juno_1.RcCardMedia,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({src:{control:"text"}},juno_storybook_1.sortInDocTable(["image"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardMediaProps=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcCard,{style:{width:300}},react_1.default.createElement(juno_1.RcCardMedia,tslib_1.__assign({},args)),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardMediaProps.storyName="CardMedia",exports.CardMediaProps.args={image:"https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Lizard_namely_Oriental_Garden_Lizard.jpg/1200px-Lizard_namely_Oriental_Garden_Lizard.jpg",component:"div",style:{height:140}},exports.CardMediaProps.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardMediaProps.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/components/cards/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/CardSelectionArea/__stories__/CardSelectionArea.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcCard,\n RcCardContent,\n RcCardSelectionArea,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Cards/CardSelectionArea',\n component: RcCardSelectionArea,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RcCardSelectionAreaProps = ComponentProps;\n\nexport const CardSelectionArea: Story = ({\n ...args\n}) => {\n const [selected, setSelected] = useState(false);\n const onSelectionChange = (\n e: React.ChangeEvent,\n checked: boolean,\n ) => setSelected(checked);\n\n return (\n \n \n \n \n Lizard\n \n \n Lizards are a widespread group of squamate reptiles, with over 6,000\n species, ranging across all continents except Antarctica\n \n \n \n );\n};\n\nCardSelectionArea.storyName = 'CardSelectionArea';\n\nCardSelectionArea.args = {\n disabled: false,\n};\n\nCardSelectionArea.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCardSelectionArea.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/checkbox/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"card-selection-area":{startLoc:{col:66,line:28},endLoc:{col:1,line:51},startBody:{col:66,line:28},endBody:{col:1,line:51}}}}},title:"🚀 Cleanup Components/Cards/CardSelectionArea",component:juno_1.RcCardSelectionArea,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CardSelectionArea=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(!1),2),selected=_b[0],setSelected=_b[1];return react_1.default.createElement(juno_1.RcCard,{style:{width:300},selected},react_1.default.createElement(juno_1.RcCardSelectionArea,tslib_1.__assign({},args,{onChange:function(e,checked){return setSelected(checked)}})),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"display1"},"Lizard"),react_1.default.createElement(juno_1.RcTypography,{gutterBottom:!0,variant:"body1"},"Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")))},exports.CardSelectionArea.storyName="CardSelectionArea",exports.CardSelectionArea.args={disabled:!1},exports.CardSelectionArea.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CardSelectionArea.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/eac80403-273a-4188-a1df-c3bd3c2ac042?mode=build&selected=2394831046-6A21724C-30D9-4CF1-9088-4C5B0044326D"},{name:"Mui",href:"https://material-ui.com/api/checkbox/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Card/__stories__/CardExample.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:'import React, { FunctionComponent, useCallback, useState } from \'react\';\n\nimport {\n palette2,\n px,\n RcButton,\n RcCard,\n RcCardActionArea,\n RcCardActionAreaProps,\n RcCardActions,\n RcCardContent,\n RcCardHoverActions,\n RcCardMedia,\n RcCardProps,\n RcGrid,\n RcIcon,\n RcIconButton,\n RcIconButtonProps,\n RcMenu,\n RcMenuItem,\n RcMenuItemProps,\n RcMenuProps,\n RcTypography,\n spacing,\n styled,\n} from \'@ringcentral/juno\';\nimport {\n Delete,\n Edit,\n ExternalLink,\n GoogleDoc,\n MoreVert,\n Pin,\n} from \'@ringcentral/juno-icon\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Cards/CardExample\',\n} as Meta;\n\nconst CardCtaArea = styled.div`\n ${RcTypography} {\n display: flex;\n flex-wrap: nowrap;\n margin-top: ${spacing(4)};\n ${RcIcon} {\n margin-left: ${spacing(1)};\n font-size: 14px;\n }\n }\n`;\n\nconst CardSubTitle = styled(RcTypography)`\n margin-bottom: ${spacing(2)};\n`;\n\nconst CardTitle = styled(RcTypography)``;\n\nconst CardBody = styled(RcTypography)`\n margin-top: ${spacing(2)};\n min-height: 44px;\n`;\n\nexport const SimpleCardExample: Story<{}> = () => {\n const onClick = () =>\n window.open(\'https://en.wikipedia.org/wiki/Boat\', \'_blank\');\n\n return (\n
    \n \n \n \n \n in its simplest form\n \n \n Simple\n \n \n This is a simple card. It has everything a card has except media\n and an icon.\n \n \n \n Simple CTA\n \n \n \n \n \n \n
    \n );\n};\n\nconst stopPropagation = (event: React.MouseEvent) => {\n event.stopPropagation();\n};\n\nconst logAndStopPropagation = (text: string) => {\n return (e: React.MouseEvent) => {\n console.log(text);\n stopPropagation(e);\n };\n};\n\nconst RcCardWithHoverActions = styled(RcCard)`\n width: 314px;\n ${RcCardHoverActions} {\n display: flex-end;\n align-content: right;\n ${RcIconButton} {\n background-color: ${palette2(\'neutral\', \'b01\')};\n border-radius: 50%;\n margin-left: auto;\n margin-right: ${spacing(2)};\n }\n }\n`;\n\nconst CardWithHoverActions: FunctionComponent<\n RcCardProps & RcCardActionAreaProps\n> = (props) => {\n const { onClick, children } = props;\n const [isMoreMenuOpen, setIsMoreMenuOpen] = useState(false);\n\n const moreMenusItemProps = [\n {\n symbol: Pin,\n tooltip: \'Pin\',\n onClick: logAndStopPropagation(\'Pin\'),\n },\n {\n symbol: Delete,\n tooltip: \'Delete\',\n onClick: logAndStopPropagation(\'Delete\'),\n },\n ];\n\n const onEnter = useCallback(() => {\n setIsMoreMenuOpen(true);\n }, [setIsMoreMenuOpen]);\n const onExit = useCallback(() => {\n setIsMoreMenuOpen(false);\n }, [setIsMoreMenuOpen]);\n\n return (\n \n \n \n \n \n \n {children}\n \n \n Toast\n \n \n Boast\n \n \n \n \n );\n};\n\ntype CardHoverMoreButtonProps = RcIconButtonProps & {\n menuItemProps: RcMenuItemProps & { tooltip: string }[];\n} & Pick;\n\nconst CardHoverMoreButton: FunctionComponent = (\n props,\n) => {\n const { menuItemProps, onEnter, onExit, ...rest } = props;\n\n const menuItemComps = menuItemProps.map(({ tooltip, ...rests }) => (\n \n {tooltip}\n \n ));\n\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClose = () => setAnchorEl(null);\n\n const handleClick = (\n event: React.MouseEvent,\n ) => {\n stopPropagation(event);\n setAnchorEl(event.currentTarget);\n };\n\n return (\n <>\n \n \n {menuItemComps}\n \n \n );\n};\n\nexport const MediaCardExample: Story<{}> = () => {\n const onClick = () =>\n window.open(\'https://en.wikipedia.org/wiki/Boat\', \'_blank\');\n\n return (\n <>\n \n \n \n \n A boat afloat\n \n \n Boat\n \n \n Note this boat afloat a moat. And dote and gloat this boat which\n totes. I quote devote a toast to boats.\n \n \n \n \n );\n};\n\nconst CardIcon = styled(RcIcon)`\n padding: ${spacing(4, 0, 0, 4)};\n font-size: 64px;\n`;\n\nexport const IconCardExample: Story<{}> = () => {\n const onClick = () =>\n window.open(\'https://en.wikipedia.org/wiki/Boat\', \'_blank\');\n\n return (\n <>\n \n \n \n \n A boat afloat\n \n \n Boat\n \n \n Note this boat afloat a moat. And dote and gloat this boat which\n totes. I quote devote a toast to boats.\n \n \n \n \n );\n};\n\nconst CardExample = () => {\n let bodyText = \'This is the body text.\';\n if (Math.random() > 0.5) {\n bodyText += " Let\'s make it two lines long.";\n }\n return (\n \n \n \n \n Title\n {bodyText}\n \n \n \n );\n};\n\nconst RcGridContainer = styled(RcGrid)`\n width: ${px(960)};\n`;\n\nexport const CardResponsiveExample: Story = () => {\n const noOfCards = 6;\n\n return (\n \n {Array(noOfCards)\n .fill(null)\n .map((x, i) => (\n \n \n \n \n ))}\n \n );\n};\n',locationsMap:{"simple-card-example":{startLoc:{col:44,line:64},endLoc:{col:1,line:94},startBody:{col:44,line:64},endBody:{col:1,line:94}},"media-card-example":{startLoc:{col:43,line:246},endLoc:{col:1,line:272},startBody:{col:43,line:246},endBody:{col:1,line:272}},"icon-card-example":{startLoc:{col:42,line:279},endLoc:{col:1,line:302},startBody:{col:42,line:279},endBody:{col:1,line:302}},"card-responsive-example":{startLoc:{col:57,line:329},endLoc:{col:1,line:344},startBody:{col:57,line:329},endBody:{col:1,line:344}}}}},title:"🚀 Cleanup Components/Cards/CardExample"};var CardCtaArea=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n display: flex;\n flex-wrap: nowrap;\n margin-top: ",";\n "," {\n margin-left: ",";\n font-size: 14px;\n }\n }\n"],["\n "," {\n display: flex;\n flex-wrap: nowrap;\n margin-top: ",";\n "," {\n margin-left: ",";\n font-size: 14px;\n }\n }\n"])),juno_1.RcTypography,juno_1.spacing(4),juno_1.RcIcon,juno_1.spacing(1)),CardSubTitle=juno_1.styled(juno_1.RcTypography)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n"],["\n margin-bottom: ",";\n"])),juno_1.spacing(2)),CardTitle=juno_1.styled(juno_1.RcTypography)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""]))),CardBody=juno_1.styled(juno_1.RcTypography)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n min-height: 44px;\n"],["\n margin-top: ",";\n min-height: 44px;\n"])),juno_1.spacing(2));exports.SimpleCardExample=function(){return react_1.default.createElement("div",{style:{width:360}},react_1.default.createElement(juno_1.RcCard,null,react_1.default.createElement(juno_1.RcCardActionArea,{onClick:function(){return window.open("https://en.wikipedia.org/wiki/Boat","_blank")}},react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardSubTitle,{variant:"caption2",color:"neutral.f04"},"in its simplest form"),react_1.default.createElement(CardTitle,{variant:"title2",color:"neutral.f06"},"Simple"),react_1.default.createElement(CardBody,{variant:"body1",color:"neutral.f04"},"This is a simple card. It has everything a card has except media and an icon."),react_1.default.createElement(CardCtaArea,null,react_1.default.createElement(juno_1.RcTypography,{variant:"caption2",color:"neutral.f05"},"Simple CTA",react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.ExternalLink,color:"neutral.f04"})))))))};var stopPropagation=function(event){event.stopPropagation()},logAndStopPropagation=function(text){return function(e){console.log(text),stopPropagation(e)}},RcCardWithHoverActions=juno_1.styled(juno_1.RcCard)(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n width: 314px;\n "," {\n display: flex-end;\n align-content: right;\n "," {\n background-color: ",";\n border-radius: 50%;\n margin-left: auto;\n margin-right: ",";\n }\n }\n"],["\n width: 314px;\n "," {\n display: flex-end;\n align-content: right;\n "," {\n background-color: ",";\n border-radius: 50%;\n margin-left: auto;\n margin-right: ",";\n }\n }\n"])),juno_1.RcCardHoverActions,juno_1.RcIconButton,juno_1.palette2("neutral","b01"),juno_1.spacing(2)),CardWithHoverActions=function(props){var onClick=props.onClick,children=props.children,_a=tslib_1.__read(react_1.useState(!1),2),isMoreMenuOpen=_a[0],setIsMoreMenuOpen=_a[1],moreMenusItemProps=[{symbol:juno_icon_1.Pin,tooltip:"Pin",onClick:logAndStopPropagation("Pin")},{symbol:juno_icon_1.Delete,tooltip:"Delete",onClick:logAndStopPropagation("Delete")}],onEnter=react_1.useCallback((function(){setIsMoreMenuOpen(!0)}),[setIsMoreMenuOpen]),onExit=react_1.useCallback((function(){setIsMoreMenuOpen(!1)}),[setIsMoreMenuOpen]);return react_1.default.createElement(RcCardWithHoverActions,{variant:"outlined"},react_1.default.createElement(juno_1.RcCardActionArea,{component:"div",onClick},react_1.default.createElement(juno_1.RcCardHoverActions,{visible:isMoreMenuOpen,onClick:stopPropagation,onMouseDown:stopPropagation},react_1.default.createElement(juno_1.RcIconButton,{onMouseDown:stopPropagation,size:"small",variant:"contained",color:"neutral.b01",title:"Edit",onClick:logAndStopPropagation("HoverActionButton:onEditClick"),symbol:juno_icon_1.Edit}),react_1.default.createElement(CardHoverMoreButton,{title:"More",symbol:juno_icon_1.MoreVert,onExit,onEnter,menuItemProps:moreMenusItemProps})),children,react_1.default.createElement(juno_1.RcCardActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:logAndStopPropagation("Toast"),onMouseDown:stopPropagation,color:"interactive.f01"},"Toast"),react_1.default.createElement(juno_1.RcButton,{onClick:logAndStopPropagation("Boast"),onMouseDown:stopPropagation,variant:"outlined"},"Boast"))))},CardHoverMoreButton=function(props){var menuItemProps=props.menuItemProps,onEnter=props.onEnter,onExit=props.onExit,rest=tslib_1.__rest(props,["menuItemProps","onEnter","onExit"]),menuItemComps=menuItemProps.map((function(_a){var tooltip=_a.tooltip,rests=tslib_1.__rest(_a,["tooltip"]);return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},rests,{key:tooltip}),tooltip)})),_a=tslib_1.__read(react_1.useState(null),2),anchorEl=_a[0],setAnchorEl=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({onMouseDown:stopPropagation,size:"small",variant:"contained",color:"neutral.b01",onClick:function(event){stopPropagation(event),setAnchorEl(event.currentTarget)}},rest)),react_1.default.createElement(juno_1.RcMenu,{open:Boolean(anchorEl),anchorEl,onClose:function(){return setAnchorEl(null)},TransitionProps:{onExit,onEnter},autoClose:!0},menuItemComps))};exports.MediaCardExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(CardWithHoverActions,{onClick:function(){return window.open("https://en.wikipedia.org/wiki/Boat","_blank")}},react_1.default.createElement(juno_1.RcCardMedia,{image:"https://live.staticflickr.com/5126/5369581593_b9e2ec903c_n.jpg",style:{height:160}}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardSubTitle,{variant:"caption2",color:"neutral.f04"},"A boat afloat"),react_1.default.createElement(CardTitle,{variant:"title2",color:"neutral.f06"},"Boat"),react_1.default.createElement(CardBody,{variant:"body1",color:"neutral.f04"},"Note this boat afloat a moat. And dote and gloat this boat which totes. I quote devote a toast to boats."))))};var CardIcon=juno_1.styled(juno_1.RcIcon)(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n padding: ",";\n font-size: 64px;\n"],["\n padding: ",";\n font-size: 64px;\n"])),juno_1.spacing(4,0,0,4));exports.IconCardExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(CardWithHoverActions,{onClick:function(){return window.open("https://en.wikipedia.org/wiki/Boat","_blank")}},react_1.default.createElement(CardIcon,{symbol:juno_icon_1.GoogleDoc}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardSubTitle,{variant:"caption2",color:"neutral.f04"},"A boat afloat"),react_1.default.createElement(CardTitle,{variant:"title2",color:"neutral.f06"},"Boat"),react_1.default.createElement(CardBody,{variant:"body1",color:"neutral.f04"},"Note this boat afloat a moat. And dote and gloat this boat which totes. I quote devote a toast to boats."))))};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,CardExample=function(){var bodyText="This is the body text.";return Math.random()>.5&&(bodyText+=" Let's make it two lines long."),react_1.default.createElement(juno_1.RcCard,null,react_1.default.createElement(juno_1.RcCardActionArea,null,react_1.default.createElement(juno_1.RcCardMedia,{image:"https://live.staticflickr.com/5126/5369581593_b9e2ec903c_n.jpg",style:{height:160}}),react_1.default.createElement(juno_1.RcCardContent,null,react_1.default.createElement(CardTitle,null,"Title"),react_1.default.createElement(CardBody,null,bodyText))))},RcGridContainer=juno_1.styled(juno_1.RcGrid)(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n width: ",";\n"],["\n width: ",";\n"])),juno_1.px(960));exports.CardResponsiveExample=function(){return react_1.default.createElement(RcGridContainer,{container:!0,spacing:2},Array(6).fill(null).map((function(x,i){return react_1.default.createElement(juno_1.RcGrid,{key:i,item:!0,xs:12,sm:6,md:4,lg:3,xl:2},react_1.default.createElement(CardExample,null))})))}},"./packages/juno-core/src/components/Chip/__stories__/Chip.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),isString_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isString.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg")),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, Fragment, FunctionComponent } from 'react';\n\nimport isString from 'lodash/isString';\n\nimport { RcAvatar, RcChip, RcGrid, RcText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../Avatar/__stories__/img/avatar.jpg';\nimport { RcTypography } from '../../Typography';\n\nexport default {\n title: '🚀 Cleanup Components/Chip',\n component: RcChip,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'label',\n 'clickable',\n 'disabled',\n 'error',\n 'avatar',\n 'onDelete',\n 'deleteIcon',\n 'deleteIconProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'Avatar',\n 'isError',\n 'deleteTooltip',\n 'deleteAutomationId',\n ]),\n },\n} as Meta;\n\ntype ChipProps = ComponentProps;\n\nconst handleDelete = (e: Event) => {\n e.stopPropagation();\n e.preventDefault();\n};\n\nexport const Chip: Story = ({ children, ...args }) => {\n return (\n <>\n {}} {...args} />\n \n \n );\n};\n\nChip.args = {};\n\nChip.argTypes = {\n ...notControlInDocTable([]),\n};\n\nChip.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/ACE7FA47-C251-4CED-803E-EEF8D56E3FF3',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/chips/#chip',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst ChipExampleComponent: FunctionComponent = (args) => {\n const { variant } = args;\n return (\n \n {variant}\n \n \n Basic Chip\n \n
    \n
    \n Delete Icon\n {\n console.log('delete');\n }}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n Disabled\n \n
    \n
    \n Error\n \n
    \n
    \n Focused\n \n \n
    \n\n \n Avatar\n } />\n
    \n
    \n Avatar & Delete Icon\n }\n onDelete={handleDelete}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n Custom color\n {variant === 'default' && (\n \n (default only show color when keyboard focus)\n \n )}\n \n
    \n
    \n {variant === 'outlined' && (\n \n Custom color\n \n
    \n
    \n \n when only set color, that will use color to calculate default\n background color\n <br />\n lighten: lighten 0.92 main color\n <br />\n darken: darken 0.72 main color\n \n \n
    \n )}\n
    \n \n Truncate Content\n }\n onDelete={handleDelete}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n \n Truncate Content when overflow, resize to view result(with RcText)\n \n {args.label}}\n style={{\n maxWidth: '30%',\n }}\n avatar={}\n onDelete={handleDelete}\n deleteTooltip=\"Remove\"\n />\n
    \n
    \n
    \n
    \n
    \n );\n};\n\nexport const ChipDefaultExamples: Story = ({\n children,\n ...args\n}) => {\n return ;\n};\n\nChipDefaultExamples.args = {\n label: 'Basic default Chip',\n};\n\nChipDefaultExamples.argTypes = {\n ...notControlInDocTable([]),\n};\n\nChipDefaultExamples.storyName = 'Chip Examples(Default)';\n\nexport const ChipOutlinedExamples: Story = ({\n children,\n ...args\n}) => {\n return ;\n};\n\nChipOutlinedExamples.args = {\n label: 'Basic outlined Chip',\n};\n\nChipOutlinedExamples.argTypes = {\n ...notControlInDocTable([]),\n};\n\nChipOutlinedExamples.storyName = 'Chip Examples(outlined)';\n",locationsMap:{chip:{startLoc:{col:38,line:55},endLoc:{col:1,line:62},startBody:{col:38,line:55},endBody:{col:1,line:62}},"chip-default-examples":{startLoc:{col:53,line:218},endLoc:{col:1,line:223},startBody:{col:53,line:218},endBody:{col:1,line:223}},"chip-outlined-examples":{startLoc:{col:54,line:235},endLoc:{col:1,line:240},startBody:{col:54,line:235},endBody:{col:1,line:240}}}}},title:"🚀 Cleanup Components/Chip",component:juno_1.RcChip,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["label","clickable","disabled","error","avatar","onDelete","deleteIcon","deleteIconProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["Avatar","isError","deleteTooltip","deleteAutomationId"]))};var handleDelete=function(e){e.stopPropagation(),e.preventDefault()};exports.Chip=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({label:"default Chip",onClick:function(){}},args)),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({variant:"outlined",label:"outlined Chip"},args)))},exports.Chip.args={},exports.Chip.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Chip.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/ACE7FA47-C251-4CED-803E-EEF8D56E3FF3"},{name:"Mui",href:"https://material-ui.com/components/chips/#chip"},{name:"Accessibility",value:"100%"}]};var ChipExampleComponent=function(args){var variant=args.variant;return react_1.default.createElement(react_1.default.Fragment,{key:variant},react_1.default.createElement(juno_storybook_1.Title,{variant:"display1"},variant),react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Basic Chip"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Basic Chip"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Delete Icon"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{onDelete:handleDelete,onClick:function(){console.log("delete")},deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Disabled"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{disabled:!0,onDelete:handleDelete,deleteTooltip:"Remove",deleteIconProps:{TooltipProps:{tooltipForceHide:!0}}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Error"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{error:!0,onDelete:handleDelete,deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Focused"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{focused:!0})),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{focused:!0,color:"success.f11"}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Avatar"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default})})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Avatar & Delete Icon"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default}),onDelete:handleDelete,deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{paragraph:!1},"Custom color"),"default"===variant&&react_1.default.createElement(Typography_1.RcTypography,{gutterBottom:!0,color:"neutral.f04",variant:"caption1"},"(default only show color when keyboard focus)"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Basic Chip",color:"warning.f01"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),"outlined"===variant&&react_1.default.createElement(react_1.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Custom color"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Custom background color",color:"interactive.f01",backgroundColor:"interactive.b01"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"caption1",color:"neutral.f04"},"when only set color, that will use color to calculate default background color",react_1.default.createElement("br",null),"lighten: lighten 0.92 main color",react_1.default.createElement("br",null),"darken: darken 0.72 main color"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:"Only color",color:"interactive.f01"})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Truncate Content"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{title:isString_1.default(args.label)?args.label:void 0,style:{maxWidth:120},avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default}),onDelete:handleDelete,deleteTooltip:"Remove"})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Truncate Content when overflow, resize to view result(with RcText)"),react_1.default.createElement(juno_1.RcChip,tslib_1.__assign({},args,{label:react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:!0},args.label),style:{maxWidth:"30%"},avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default}),onDelete:handleDelete,deleteTooltip:"Remove"})))),react_1.default.createElement("br",null),react_1.default.createElement("br",null))};exports.ChipDefaultExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(ChipExampleComponent,tslib_1.__assign({},args,{variant:"default"}))},exports.ChipDefaultExamples.args={label:"Basic default Chip"},exports.ChipDefaultExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ChipDefaultExamples.storyName="Chip Examples(Default)",exports.ChipOutlinedExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(ChipExampleComponent,tslib_1.__assign({},args,{variant:"outlined"}))},exports.ChipOutlinedExamples.args={label:"Basic outlined Chip"},exports.ChipOutlinedExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ChipOutlinedExamples.storyName="Chip Examples(outlined)"},"./packages/juno-core/src/components/DetachedWindow/__stories__/DetachedWindow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Dialog_story_1=__webpack_require__("./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx"),Downshift_story_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.tsx"),Drawer_story_1=__webpack_require__("./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.tsx"),SubMenu_story_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx"),Popover_story_1=__webpack_require__("./packages/juno-core/src/components/Popover/__stories__/Popover.story.tsx"),Popper_story_1=__webpack_require__("./packages/juno-core/src/components/Popper/__stories__/Popper.story.tsx"),Tabs_story_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx"),VirtualizedMenu_story_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx"),Virtuoso_story_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx"),Box=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 50px;\n height: 50px;\n background: pink;\n transform: translateX(","px);\n"],["\n width: 50px;\n height: 50px;\n background: pink;\n transform: translateX(","px);\n"])),(function(_a){return _a.v}));exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n FunctionComponent,\n useRef,\n useState,\n} from 'react';\n\nimport {\n RcButton,\n RcDetachedWindow,\n RcDetachedWindowRef,\n RcDivider,\n RcGrid,\n RcIconButton,\n RcPaper,\n RcText,\n RcTypography,\n styled,\n} from '@ringcentral/juno';\nimport { Close } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport {\n DialogExampleComponent,\n DialogWithResponsiveExample,\n} from '../../Dialog/__stories__/Dialog.story';\nimport { DownshiftExamples } from '../../Downshift/__stories__/Downshift.story';\nimport { MultiDrawer } from '../../Drawer/__stories__/Drawer.story';\nimport { SubMenuExampleComponent } from '../../Menu/SubMenu/__stories__/SubMenu.story';\nimport { Popover } from '../../Popover/__stories__/Popover.story';\nimport { Popper } from '../../Popper/__stories__/Popper.story';\nimport { TabsExampleComponent } from '../../Tabs/Tabs/__stories__/Tabs.story';\nimport { VirtualizedMenu } from '../../VirtualizedMenu/__stories__/VirtualizedMenu.story';\nimport { VirtuosoExample } from '../../Virtuoso/__stories__/Virtuoso.story';\n\nconst Box = styled.div`\n width: 50px;\n height: 50px;\n background: pink;\n transform: translateX(${({ v }) => v}px);\n`;\n\nexport default {\n title: '🚀 Cleanup Components/DetachedWindow',\n component: RcDetachedWindow,\n argTypes: {\n ...sortInDocTable(['keep']),\n ...notControlInDocTable(['open', 'onUnload']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DetachedWindowProps = ComponentProps;\n\n/**\n * website url will be like\n * http://localhost:6006/iframe.html?id=%F0%9F%9A%80-cleanup-components-detachedwindow--detached-window&viewMode=story&args=\n * https://ringcentral.github.io/juno/iframe.html?id=%F0%9F%9A%80-cleanup-components-detachedwindow--detached-window&viewMode=docs&args='\n *\n * so we should split from iframe.html\n */\nconst websiteUrl = window.location.href.split('iframe.html')[0];\n\nexport const DetachedWindow: Story = ({\n children,\n ...args\n}) => {\n const [open, setOpen] = useState(false);\n const [value, setValue] = useState(1);\n const ref = useRef(null);\n\n return (\n <>\n \n That can make render element on new window, and can shared state easy.\n
    \n Also you can get window use ref,{' '}\n ref.current.window, you can get that after{' '}\n onload, or get that in{' '}\n onOpen={`{(window) => ... }`} trigger arg\n
    \n count: {value}\n
    \n setValue(value + 1)}>\n +1\n \n {\n setOpen((detached) => !detached);\n }}\n >\n {open ? 'Close' : 'Open'} this block\n \n {\n // * must need for trigger open change to show children when user close window directly\n setOpen(false);\n console.dir('[onUnload] current ref', ref.current);\n }}\n onOpen={(targetWindow) => {\n console.log('[onOpen] current ref', targetWindow, ref.current);\n // when there is no resizeObserver append that\n if (targetWindow && !targetWindow['ResizeObserver']) {\n const s = targetWindow.document.createElement('script');\n s.src = `${websiteUrl}assets/ResizeObserver.global.js`;\n s.async = true;\n targetWindow.document.head.appendChild(s);\n }\n }}\n onload={(e) => {\n console.dir('[onload] current ref', ref.current);\n }}\n onBeforeunload={(e) => {\n console.dir('[onBeforeunload] current ref', ref.current);\n }}\n >\n \n \n \n \n Block\n \n \n \n {\n setOpen(false);\n }}\n />\n \n \n
    \n setValue(value + 1)}>\n +1\n \n \n disabled button with tooltip\n \n count: {value}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n \n \n );\n};\nDetachedWindow.storyName = 'DetachedWindow';\n\nDetachedWindow.args = {\n title: 'new window',\n name: 'window',\n specs:\n 'toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400',\n};\n\nDetachedWindow.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDetachedWindow.parameters = {\n tags: [],\n};\n\ntype ContentProps = {\n setOpen: any;\n value: number;\n};\n\nconst Content: FunctionComponent = ({ setOpen, value }) => {\n return (\n \n \n \n \n Block\n \n \n \n {\n setOpen(false);\n }}\n />\n \n \n
    \n count: {value}\n
    \n );\n};\n\nexport const DetachedWindowExamples: Story = () => {\n const [value, setValue] = useState(1);\n\n const [open, setOpen] = useState(false);\n const [open2, setOpen2] = useState(false);\n const [open3, setOpen3] = useState(false);\n const ref = useRef(null);\n const ref2 = useRef(null);\n const ref3 = useRef(null);\n\n return (\n <>\n \n Control window in another window\n
    \n count: {value}\n
    \n setValue(value + 1)}>\n +1\n \n setOpen((o) => !o)}>\n {open ? 'close' : 'open'} 1\n \n setOpen2((o) => !o)}>\n {open2 ? 'close' : 'open'} 2\n \n setOpen3((o) => !o)}>\n {open3 ? 'close' : 'open'} 3\n \n
    \n setOpen(false)}\n title=\"new window\"\n name=\"window1\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400\"\n >\n \n setOpen2((o) => !o)}\n >\n {open2 ? 'close' : 'open'} window 2\n \n \n setOpen2(false)}\n title=\"new window2\"\n name=\"window2\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400\"\n >\n \n setOpen((o) => !o)}\n >\n {open ? 'close' : 'open'} window 1\n \n setOpen3((o) => !o)}\n >\n {open ? 'close' : 'open'} window 3\n \n \n setOpen3(false)}\n title=\"new window3\"\n name=\"window3\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=400,left=1200,width=400,height=400\"\n >\n \n setOpen((o) => !o)}\n >\n {open ? 'close' : 'open'} window 1\n \n \n \n );\n};\n\nDetachedWindowExamples.storyName = 'DetachedWindow Examples';\n\nexport const DetachedWindowGetWindow: Story = () => {\n const [value, setValue] = useState(1);\n\n const [open, setOpen] = useState(false);\n const ref = useRef(null);\n\n return (\n <>\n \n Open window with getWindow\n
    \n count: {value}\n
    \n setValue(value + 1)}>\n +1\n \n {\n setOpen((detached) => !detached);\n }}\n >\n {open ? 'Close' : 'Open'} this block\n \n
    \n setOpen(false)}\n getWindow={({ url, name, specs, title }) => {\n const win = window.open(url, name, specs);\n\n if (win) {\n win.document.title = title!;\n\n return win;\n }\n return null;\n }}\n title=\"new window\"\n name=\"window1\"\n specs=\"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400\"\n >\n \n \n \n );\n};\n\nDetachedWindowGetWindow.storyName = 'open window by yourself';\n",locationsMap:{"detached-window":{startLoc:{col:58,line:69},endLoc:{col:1,line:183},startBody:{col:58,line:69},endBody:{col:1,line:183}},"detached-window-examples":{startLoc:{col:66,line:232},endLoc:{col:1,line:322},startBody:{col:66,line:232},endBody:{col:1,line:322}},"detached-window-get-window":{startLoc:{col:67,line:326},endLoc:{col:1,line:375},startBody:{col:67,line:326},endBody:{col:1,line:375}}}}},title:"🚀 Cleanup Components/DetachedWindow",component:juno_1.RcDetachedWindow,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["keep"])),juno_storybook_1.notControlInDocTable(["open","onUnload"])),juno_storybook_1.notShowInDocTable([]))};var websiteUrl=window.location.href.split("iframe.html")[0];exports.DetachedWindow=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],_c=tslib_1.__read(react_1.useState(1),2),value=_c[0],setValue=_c[1],ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"That can make render element on new window, and can shared state easy.",react_1.default.createElement("br",null),"Also you can get window use ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"ref"),","," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"ref.current.window"),", you can get that after"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"onload"),", or get that in"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"onOpen=","{(window) => ... }")," trigger arg",react_1.default.createElement("br",null),"count: ",value),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{style:{float:"right"},title:"This is tooltip",useRcTooltip:!0,onClick:function(){setOpen((function(detached){return!detached}))}},open?"Close":"Open"," this block"),react_1.default.createElement(juno_1.RcDetachedWindow,tslib_1.__assign({},args,{ref,open,onUnload:function(e){setOpen(!1),console.dir("[onUnload] current ref",ref.current)},onOpen:function(targetWindow){if(console.log("[onOpen] current ref",targetWindow,ref.current),targetWindow&&!targetWindow.ResizeObserver){var s=targetWindow.document.createElement("script");s.src=websiteUrl+"assets/ResizeObserver.global.js",s.async=!0,targetWindow.document.head.appendChild(s)}},onload:function(e){console.dir("[onload] current ref",ref.current)},onBeforeunload:function(e){console.dir("[onBeforeunload] current ref",ref.current)}}),react_1.default.createElement(juno_1.RcPaper,null,react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcTypography,{variant:"display1",color:"neutral.f06"},"Block")),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Close,variant:"inverse",title:"Close window",onClick:function(){setOpen(!1)}}))),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{title:"+1",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{title:"I'm disabled",useRcTooltip:!0,TooltipProps:{ignorePointer:!0},disabled:!0},"disabled button with tooltip"),"count: ",value,react_1.default.createElement(Box,{v:value}),react_1.default.createElement(VirtualizedMenu_story_1.VirtualizedMenu,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Virtuoso_story_1.VirtuosoExample,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Tabs_story_1.TabsExampleComponent,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(SubMenu_story_1.SubMenuExampleComponent,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Dialog_story_1.DialogExampleComponent,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Dialog_story_1.DialogWithResponsiveExample,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Popper_story_1.Popper,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Popover_story_1.Popover,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Downshift_story_1.DownshiftExamples,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(Drawer_story_1.MultiDrawer,{anchor:"bottom"}))))},exports.DetachedWindow.storyName="DetachedWindow",exports.DetachedWindow.args={title:"new window",name:"window",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400"},exports.DetachedWindow.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DetachedWindow.parameters={tags:[]};var templateObject_1,Content=function(_a){var setOpen=_a.setOpen,value=_a.value;return react_1.default.createElement(juno_1.RcPaper,null,react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcTypography,{variant:"display1",color:"neutral.f06"},"Block")),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Close,variant:"inverse",title:"Close window",onClick:function(){setOpen(!1)}}))),react_1.default.createElement("br",null),"count: ",value)};exports.DetachedWindowExamples=function(){var _a=tslib_1.__read(react_1.useState(1),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open2=_c[0],setOpen2=_c[1],_d=tslib_1.__read(react_1.useState(!1),2),open3=_d[0],setOpen3=_d[1],ref=react_1.useRef(null),ref2=react_1.useRef(null),ref3=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"Control window in another window",react_1.default.createElement("br",null),"count: ",value),react_1.default.createElement(juno_1.RcButton,{title:"+1",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setOpen((function(o){return!o}))}},open?"close":"open"," 1"),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setOpen2((function(o){return!o}))}},open2?"close":"open"," 2"),react_1.default.createElement(juno_1.RcButton,{title:"cool",useRcTooltip:!0,onClick:function(){return setOpen3((function(o){return!o}))}},open3?"close":"open"," 3"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcDetachedWindow,{ref,open,onUnload:function(){return setOpen(!1)},title:"new window",name:"window1",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400"},react_1.default.createElement(Content,{setOpen,value}),react_1.default.createElement(juno_1.RcButton,{title:"window 2",useRcTooltip:!0,onClick:function(){return setOpen2((function(o){return!o}))}},open2?"close":"open"," window 2")),react_1.default.createElement(juno_1.RcDetachedWindow,{ref:ref2,open:open2,onUnload:function(){return setOpen2(!1)},title:"new window2",name:"window2",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=1200,width=400,height=400"},react_1.default.createElement(Content,{setOpen:setOpen2,value}),react_1.default.createElement(juno_1.RcButton,{title:"window 1",useRcTooltip:!0,onClick:function(){return setOpen((function(o){return!o}))}},open?"close":"open"," window 1"),react_1.default.createElement(juno_1.RcButton,{title:"window 3",useRcTooltip:!0,onClick:function(){return setOpen3((function(o){return!o}))}},open?"close":"open"," window 3")),react_1.default.createElement(juno_1.RcDetachedWindow,{ref:ref3,open:open3,onUnload:function(){return setOpen3(!1)},title:"new window3",name:"window3",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=400,left=1200,width=400,height=400"},react_1.default.createElement(Content,{setOpen:setOpen3,value}),react_1.default.createElement(juno_1.RcButton,{title:"window 1",useRcTooltip:!0,onClick:function(){return setOpen((function(o){return!o}))}},open?"close":"open"," window 1")))},exports.DetachedWindowExamples.storyName="DetachedWindow Examples",exports.DetachedWindowGetWindow=function(){var _a=tslib_1.__read(react_1.useState(1),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"Open window with getWindow",react_1.default.createElement("br",null),"count: ",value),react_1.default.createElement(juno_1.RcButton,{title:"+1",useRcTooltip:!0,onClick:function(){return setValue(value+1)}},"+1"),react_1.default.createElement(juno_1.RcButton,{style:{float:"right"},title:"This is tooltip",useRcTooltip:!0,onClick:function(){setOpen((function(detached){return!detached}))}},open?"Close":"Open"," this block"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcDetachedWindow,{ref,open,onUnload:function(){return setOpen(!1)},getWindow:function(_a){var url=_a.url,name=_a.name,specs=_a.specs,title=_a.title,win=window.open(url,name,specs);return win?(win.document.title=title,win):null},title:"new window",name:"window1",specs:"toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=800,width=400,height=400"},react_1.default.createElement(Content,{setOpen,value})))},exports.DetachedWindowGetWindow.storyName="open window by yourself"},"./packages/juno-core/src/components/Dialer/DialDelete/__stories__/DialDelete.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcDialDelete, RcIconButton } from '@ringcentral/juno';\nimport { Deletenumber } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/DialDelete',\n component: RcDialDelete,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialDeleteProps = ComponentProps;\n\nexport const DialDelete: Story = ({ children, ...args }) => {\n return (\n {\n console.log('delete', e, reason);\n }}\n onClear={(e, reason) => {\n console.log('clear', e, reason);\n }}\n >\n \n \n );\n};\n\nDialDelete.storyName = 'DialDelete';\n\nDialDelete.args = {};\n\nDialDelete.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialDelete.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dial-delete":{startLoc:{col:50,line:24},endLoc:{col:1,line:44},startBody:{col:50,line:24},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Dialer/DialDelete",component:juno_1.RcDialDelete,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialDelete=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialDelete,tslib_1.__assign({},args,{onDelete:function(e,reason){console.log("delete",e,reason)},onClear:function(e,reason){console.log("clear",e,reason)}}),react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Deletenumber,"data-sign":"deleteButton",title:"delete",variant:"plain",size:"large"}))},exports.DialDelete.storyName="DialDelete",exports.DialDelete.args={},exports.DialDelete.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialDelete.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialer/DialPad/__stories__/DialPad.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useEffect, useState } from 'react';\n\nimport {\n RcDialerPadSoundsMPEG,\n RcDialPad,\n RcDialPadButton,\n spacing,\n styled,\n RcMenuItem,\n RcSelect,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/DialPad',\n component: RcDialPad,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialPadProps = ComponentProps;\n\nconst Wrapper = styled.div`\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n`;\n\nexport const DialPad: Story = ({ children, ...args }) => {\n return (\n \n ({ 'data-test-id': `${v}` })}\n {...args}\n />\n \n );\n};\n\nexport const DialPadWithCustomAudio: Story = ({\n children,\n ...args\n}) => {\n const [sinkId, setSinkId] = useState(undefined);\n const [devices, setDevices] = useState([]);\n useEffect(() => {\n (async () => {\n try {\n await navigator.mediaDevices.getUserMedia({\n audio: true,\n video: false,\n });\n\n const audioDevice = (\n await navigator.mediaDevices.enumerateDevices()\n ).filter((device) => device.kind === 'audiooutput');\n console.log('🐞 ~ audioDevice:', audioDevice);\n\n setDevices(audioDevice);\n } catch (error) {\n //\n }\n })();\n }, []);\n\n return (\n \n {\n setSinkId(e.target.value as any);\n }}\n >\n default\n {devices.map((item) => (\n \n {item.label || 'unknown'}\n \n ))}\n \n ({ 'data-test-id': `${v}` })}\n {...args}\n />\n \n );\n};\n\nconst CustomWrapper = styled.div`\n width: 195px;\n overflow: hidden;\n\n ${RcDialPadButton} {\n margin: ${spacing(2)};\n }\n`;\n\nexport const CustomDialPad: Story = ({ children, ...args }) => {\n return (\n \n ({\n 'data-test-id': `${v}`,\n size: 'large',\n variant: 'contained',\n color: 'neutral.b03',\n elevation: '0',\n activeElevation: '0',\n })}\n autoSize={false}\n {...args}\n />\n \n );\n};\n\nDialPad.storyName = 'DialPad';\n\nDialPad.args = {};\n\nDialPad.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialPad.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dial-pad":{startLoc:{col:44,line:37},endLoc:{col:1,line:47},startBody:{col:44,line:37},endBody:{col:1,line:47}},"dial-pad-with-custom-audio":{startLoc:{col:59,line:49},endLoc:{col:1,line:100},startBody:{col:59,line:49},endBody:{col:1,line:100}},"custom-dial-pad":{startLoc:{col:50,line:111},endLoc:{col:1,line:129},startBody:{col:50,line:111},endBody:{col:1,line:129}}}}},title:"🚀 Cleanup Components/Dialer/DialPad",component:juno_1.RcDialPad,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n"],["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n"])));exports.DialPad=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},args)))},exports.DialPadWithCustomAudio=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(void 0),2),sinkId=_b[0],setSinkId=_b[1],_c=tslib_1.__read(react_1.useState([]),2),devices=_c[0],setDevices=_c[1];return react_1.useEffect((function(){tslib_1.__awaiter(void 0,void 0,void 0,(function(){var audioDevice;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,3,,4]),[4,navigator.mediaDevices.getUserMedia({audio:!0,video:!1})];case 1:return _a.sent(),[4,navigator.mediaDevices.enumerateDevices()];case 2:return audioDevice=_a.sent().filter((function(device){return"audiooutput"===device.kind})),console.log("🐞 ~ audioDevice:",audioDevice),setDevices(audioDevice),[3,4];case 3:return _a.sent(),[3,4];case 4:return[2]}}))}))}),[]),react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcSelect,{fullWidth:!0,placeholder:"Select audio output",value:sinkId,onChange:function(e){setSinkId(e.target.value)}},react_1.default.createElement(juno_1.RcMenuItem,{value:void 0},"default"),devices.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.deviceId,key:item.deviceId},item.label||"unknown")}))),react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sinkId,sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},args)))};var templateObject_1,templateObject_2,CustomWrapper=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: 195px;\n overflow: hidden;\n\n "," {\n margin: ",";\n }\n"],["\n width: 195px;\n overflow: hidden;\n\n "," {\n margin: ",";\n }\n"])),juno_1.RcDialPadButton,juno_1.spacing(2));exports.CustomDialPad=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(CustomWrapper,null,react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v,size:"large",variant:"contained",color:"neutral.b03",elevation:"0",activeElevation:"0"}},autoSize:!1},args)))},exports.DialPad.storyName="DialPad",exports.DialPad.args={},exports.DialPad.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialPad.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/DialTextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcDialTextField } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/DialTextField',\n component: RcDialTextField,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialTextFieldProps = ComponentProps;\n\nexport const DialTextField: Story = ({\n children,\n ...args\n}) => {\n const [value, setValue] = useState('');\n\n return (\n \n {children}\n \n );\n};\n\nDialTextField.storyName = 'DialTextField';\n\nDialTextField.args = {\n placeholder: 'Enter a number',\n};\n\nDialTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialTextField.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dial-text-field":{startLoc:{col:56,line:23},endLoc:{col:1,line:34},startBody:{col:56,line:23},endBody:{col:1,line:34}}}}},title:"🚀 Cleanup Components/Dialer/DialTextField",component:juno_1.RcDialTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialTextField=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcDialTextField,tslib_1.__assign({},args,{value,onChange:setValue}),children)},exports.DialTextField.storyName="DialTextField",exports.DialTextField.args={placeholder:"Enter a number"},exports.DialTextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialTextField.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/useFixedEndSelection.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { useFixedEndSelection } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer/useFixedEndSelection',\n argTypes: {},\n} as Meta;\n\nexport const useFixedEndSelectionExample: Story<{}> = () => {\n const { ref, onFocus, onKeyDown, onClick } = useFixedEndSelection();\n\n return (\n \n );\n};\n\nuseFixedEndSelectionExample.args = {};\nuseFixedEndSelectionExample.storyName = 'useFixedEndSelection';\n",locationsMap:{"use-fixed-end-selection-example":{startLoc:{col:54,line:11},endLoc:{col:1,line:23},startBody:{col:54,line:11},endBody:{col:1,line:23}}}}},title:"🚀 Cleanup Components/Dialer/useFixedEndSelection",argTypes:{}},exports.useFixedEndSelectionExample=function(){var _a=juno_1.useFixedEndSelection(),ref=_a.ref,onFocus=_a.onFocus,onKeyDown=_a.onKeyDown,onClick=_a.onClick;return react_1.default.createElement("input",{ref,type:"text",onFocus,onKeyDown,onClick})},exports.useFixedEndSelectionExample.args={},exports.useFixedEndSelectionExample.storyName="useFixedEndSelection"},"./packages/juno-core/src/components/Dialer/__stories__/Dialer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),uniqueId_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg")),options_1=__webpack_require__("./packages/juno-core/src/components/Downshift/__stories__/options.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n FunctionComponent,\n useRef,\n useState,\n} from 'react';\n\nimport uniqueId from 'lodash/uniqueId';\n\nimport {\n flexCenterStyle,\n flexWidth,\n palette2,\n radius,\n RcAvatar,\n RcBox,\n RcClasses,\n RcCollapse,\n RcDialDelete,\n RcDialer,\n RcDialerPadSoundsOGG,\n RcDialPad,\n RcDialTextField,\n RcDownshiftDefaultFilterOptions,\n RcDownshiftInput,\n RcFade,\n RcGlobalScrollBarStyle,\n RcIcon,\n RcIconButton,\n RcListItemSecondaryAction,\n RcListItemText,\n RcMenuItem,\n RcPaper,\n RcSelect,\n RcSelectProps,\n RcSlide,\n RcSuggestionList,\n RcText,\n RcTooltip,\n setOpacity,\n shadows,\n spacing,\n styled,\n typography,\n useDialKeyboard,\n useDownshift,\n RcDialerPadSoundsMPEG,\n} from '@ringcentral/juno';\nimport {\n Close,\n Deletenumber,\n Dialer as DialerSvg,\n IncallBorder,\n Keypad,\n Minimize,\n Phone,\n TimeBorder,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../Avatar/__stories__/img/avatar.jpg';\nimport { options } from '../../Downshift/__stories__/options';\nimport { RcDialPadOnChangeReason } from '../DialPad';\nimport { useEventListener } from '../../../foundation';\n\nexport default {\n title: '🚀 Cleanup Components/Dialer',\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([\n 'sounds',\n 'control',\n 'onChange',\n ]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialerProps = ComponentProps;\n\nconst DialerWrapper = styled.div`\n width: 280px;\n margin: ${spacing(5)};\n overflow: hidden;\n box-shadow: ${shadows('16')};\n background: ${palette2('neutral', 'elevation')};\n border-radius: ${radius('xl')};\n`;\n\nconst Header = styled.header`\n background-color: ${palette2('dialHeader', 'bg')};\n\n color: ${palette2('dialHeader', 'text')};\n padding: ${spacing(0, 4)};\n`;\n\nconst HeaderTitle = styled.div`\n display: flex;\n align-items: center;\n height: 36px;\n`;\n\nconst Body = styled.main`\n position: relative;\n padding: ${spacing(0, 6, 6)};\n`;\n\nconst TextFieldWrapper = styled.div<{ isHaveValue: boolean }>`\n display: flex;\n align-items: center;\n padding: ${spacing(1, 0, 3)};\n\n ${RcDialTextField} {\n padding-left: ${({ isHaveValue }) => isHaveValue && spacing(6)};\n\n margin: ${spacing(0, 3)};\n position: relative;\n\n input {\n color: ${palette2('dialHeader', 'text')};\n caret-color: ${palette2('dialHeader', 'text')};\n\n &::placeholder {\n color: ${palette2('dialHeader', 'textHint')};\n ${typography('subheading1')}\n ${flexCenterStyle};\n position: absolute;\n width: 100%;\n height: 100%;\n }\n }\n }\n\n ${RcIconButton} {\n align-self: flex-start;\n }\n`;\n\nconst customSelectInputClasses = RcClasses(\n ['root'],\n 'custom-select-input',\n);\n\nconst BodyTop = styled.div`\n ${flexCenterStyle};\n padding-top: ${spacing(1.5)};\n\n ${RcSelect} {\n width: auto;\n\n .${customSelectInputClasses.root} {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n`;\n\nconst BodyBottom = styled.div`\n ${flexCenterStyle};\n margin-top: ${spacing(6)};\n\n && {\n ${RcIcon} {\n font-size: 28px;\n }\n }\n`;\n\nconst SearchWrapper = styled.div`\n overflow: hidden;\n position: absolute;\n display: flex;\n flex-direction: column;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: ${palette2('neutral', 'elevation')};\n\n ${RcListItemSecondaryAction} {\n ${flexWidth('88px')};\n justify-content: space-between;\n }\n`;\n\nconst DialerActionIconButton = styled(RcIconButton)`\n position: absolute;\n right: 0;\n top: 0;\n margin-right: ${spacing(4)};\n transform: translateY(-50%);\n z-index: 1;\n`;\n\nconst menus = [\n { id: 1, value: '(000) 000-0000' },\n { id: 2, value: '(000) 000-0000' },\n { id: 3, value: '(000) 000-0000' },\n { id: 4, value: '(000) 000-0000' },\n];\n\nconst FullDialer: FunctionComponent = ({ children, ...rest }) => {\n const [value, setValue] = useState('');\n const dialKeyboardProps = useDialKeyboard();\n\n const isHaveValue = value.length > 0;\n\n const inputRef = useRef(null);\n\n const {\n optionItems,\n highlightedIndex,\n getToggleButtonProps,\n getTagListBoxProps,\n getMenuProps,\n getInputProps,\n getInputAriaProps,\n getLabelProps,\n getItemProps,\n isOpen,\n inputValue,\n changeHighlightedIndexReason,\n isKeepHighlightedIndex,\n // setHighlightedIndex,\n // keepHighlightedIndex,\n // closeMenu,\n // openMenu,\n // reset,\n } = useDownshift({\n inputRef,\n value: [],\n inputValue: value,\n options,\n freeSolo: true,\n keyToTags: ['-'],\n autoHighlight: true,\n addNoOptionItem: 'first',\n onChange: ([e]) => {\n // trigger action\n console.log('select item', e);\n },\n onInputChange: (e) => {\n console.log('inputChange', e);\n setValue(e || '');\n },\n filterOptions: RcDownshiftDefaultFilterOptions,\n });\n\n const { onBlur, ...InputProps } = getInputProps();\n\n return (\n \n \n \n
    \n \n \n New Call\n \n \n \n \n \n \n {isHaveValue && (\n \n \n \n )}\n \n
    \n \n \n \n Call from:\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n ({ 'data-test-id': `${v}` })}\n {...dialKeyboardProps}\n />\n \n \n \n\n \n\n {isOpen && (\n \n
    \n \n \n Call from:\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n
    \n\n \n {\n return (\n }\n {...restProps}\n >\n \n \n \n 2021/6/11\n \n \n );\n }}\n />\n \n
    \n )}\n \n
    \n
    \n );\n};\n\nconst Wrapper = styled.div`\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n box-shadow: ${shadows('16')};\n\n ${RcDialTextField} {\n .${customSelectInputClasses.root} {\n padding: 1em;\n }\n }\n`;\n\nconst SimpleDialer: FunctionComponent = ({ ...args }) => {\n const [value, setValue] = useState('');\n const dialKeyboardProps = useDialKeyboard();\n\n return (\n \n \n 0 && (\n \n \n \n ),\n }}\n />\n\n ({ 'data-test-id': `${v}` })}\n {...dialKeyboardProps}\n />\n \n \n );\n};\n\nexport const Dialer: Story = ({ ...args }) => {\n return (\n \n
    \n \n MPEG\n \n \n
    \n
    \n \n OGG\n \n \n
    \n
    \n );\n};\n\nexport const DialerExamples: Story = ({ ...args }) => {\n return ;\n};\n\nDialer.storyName = 'Dialer';\n\nDialer.args = {};\n\nDialer.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialer.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/share/c332ce38-eab2-43ca-8b98-399e270e3a56?mode=design&sha=f07a7e1cbecce82d5ab97b46641a07e7f83ed834',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst KeypadModeWrapper = styled.div`\n position: relative;\n width: 300px;\n height: 450px;\n overflow: hidden;\n border: 1px solid ${palette2('neutral', 'l03')};\n`;\n\nconst Backdrop = styled.div`\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: ${setOpacity(palette2('neutral', 'b05'), '80')};\n`;\n\nconst StyledCollapse = styled(RcCollapse)`\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n box-shadow: ${shadows('16')};\n\n ${RcPaper} {\n border-radius: ${radius('zero')};\n }\n\n ${RcDialTextField} {\n input {\n margin: ${spacing(0, 4)};\n }\n }\n`;\n\nconst Footer = styled.div<{ open: boolean }>`\n display: flex;\n flex-direction: column;\n padding: ${({ open }) => {\n return open && spacing(2, 4, 0, 0);\n }};\n align-items: ${({ open }) => (open ? 'flex-end' : 'center')};\n`;\n\nconst footHeight = 28;\n\nconst OpenWrapper = styled.div`\n ${flexCenterStyle}\n\n height: ${footHeight}px;\n width: 100%;\n cursor: pointer;\n`;\n\nexport const KeypadMode: Story = () => {\n const [open, setOpen] = useState(false);\n const [value, setValue] = useState('');\n\n const inputRef = useRef(null);\n const openButtonRef = useRef(null);\n\n const { onKeyDown, onKeyUp, control } = useDialKeyboard();\n\n useEventListener(document, 'keydown', onKeyDown);\n useEventListener(document, 'keyup', onKeyUp);\n\n const [history, setHistory] = useState<\n { id: string; value: string; reason: RcDialPadOnChangeReason }[]\n >([]);\n\n return (\n \n {\n if (e.key === 'Escape') {\n setOpen(false);\n }\n }}\n >\n \n setOpen(false)} />\n \n {\n inputRef.current?.focus();\n }}\n onExited={() => {\n setValue('');\n openButtonRef.current?.focus();\n }}\n >\n \n
    \n {open ? (\n setOpen(!open)}\n title=\"Close\"\n />\n ) : (\n \n setOpen(!open)}>\n \n \n \n )}\n
    \n\n \n {\n e.stopPropagation();\n }}\n onKeyUp={(e) => {\n e.stopPropagation();\n }}\n onChange={setValue}\n onEmit={(newValue, reason) => {\n console.log('Get value', newValue, reason);\n setHistory(\n [\n { id: uniqueId('dial-'), value: newValue, reason },\n ...history,\n ].slice(0, 20),\n );\n }}\n placeholder=\"Enter a number\"\n />\n \n \n
    \n \n \n \n {history.map((x) => (\n \n \n value: {x.value}, reason: {x.reason}\n \n \n ))}\n \n
    \n );\n};\n\nKeypadMode.storyName = 'Keypad mode';\n\nKeypadMode.args = {};\n\nKeypadMode.argTypes = {};\n\nKeypadMode.parameters = {};\n",locationsMap:{dialer:{startLoc:{col:42,line:478},endLoc:{col:1,line:495},startBody:{col:42,line:478},endBody:{col:1,line:495}},"dialer-examples":{startLoc:{col:50,line:497},endLoc:{col:1,line:499},startBody:{col:50,line:497},endBody:{col:1,line:499}},"keypad-mode":{startLoc:{col:38,line:576},endLoc:{col:1,line:681},startBody:{col:38,line:576},endBody:{col:1,line:681}}}}},title:"🚀 Cleanup Components/Dialer",argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable(["sounds","control","onChange"])),juno_storybook_1.notShowInDocTable([]))};var DialerWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 280px;\n margin: ",";\n overflow: hidden;\n box-shadow: ",";\n background: ",";\n border-radius: ",";\n"],["\n width: 280px;\n margin: ",";\n overflow: hidden;\n box-shadow: ",";\n background: ",";\n border-radius: ",";\n"])),juno_1.spacing(5),juno_1.shadows("16"),juno_1.palette2("neutral","elevation"),juno_1.radius("xl")),Header=juno_1.styled.header(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n background-color: ",";\n\n color: ",";\n padding: ",";\n"],["\n background-color: ",";\n\n color: ",";\n padding: ",";\n"])),juno_1.palette2("dialHeader","bg"),juno_1.palette2("dialHeader","text"),juno_1.spacing(0,4)),HeaderTitle=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n height: 36px;\n"],["\n display: flex;\n align-items: center;\n height: 36px;\n"]))),Body=juno_1.styled.main(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: relative;\n padding: ",";\n"],["\n position: relative;\n padding: ",";\n"])),juno_1.spacing(0,6,6)),TextFieldWrapper=juno_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n padding: ",";\n\n "," {\n padding-left: ",";\n\n margin: ",";\n position: relative;\n\n input {\n color: ",";\n caret-color: ",";\n\n &::placeholder {\n color: ",";\n ","\n ",";\n position: absolute;\n width: 100%;\n height: 100%;\n }\n }\n }\n\n "," {\n align-self: flex-start;\n }\n"],["\n display: flex;\n align-items: center;\n padding: ",";\n\n "," {\n padding-left: ",";\n\n margin: ",";\n position: relative;\n\n input {\n color: ",";\n caret-color: ",";\n\n &::placeholder {\n color: ",";\n ","\n ",";\n position: absolute;\n width: 100%;\n height: 100%;\n }\n }\n }\n\n "," {\n align-self: flex-start;\n }\n"])),juno_1.spacing(1,0,3),juno_1.RcDialTextField,(function(_a){return _a.isHaveValue&&juno_1.spacing(6)}),juno_1.spacing(0,3),juno_1.palette2("dialHeader","text"),juno_1.palette2("dialHeader","text"),juno_1.palette2("dialHeader","textHint"),juno_1.typography("subheading1"),juno_1.flexCenterStyle,juno_1.RcIconButton),customSelectInputClasses=juno_1.RcClasses(["root"],"custom-select-input"),BodyTop=juno_1.styled.div(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n ",";\n padding-top: ",";\n\n "," {\n width: auto;\n\n ."," {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n"],["\n ",";\n padding-top: ",";\n\n "," {\n width: auto;\n\n ."," {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n"])),juno_1.flexCenterStyle,juno_1.spacing(1.5),juno_1.RcSelect,customSelectInputClasses.root),BodyBottom=juno_1.styled.div(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ",";\n margin-top: ",";\n\n && {\n "," {\n font-size: 28px;\n }\n }\n"],["\n ",";\n margin-top: ",";\n\n && {\n "," {\n font-size: 28px;\n }\n }\n"])),juno_1.flexCenterStyle,juno_1.spacing(6),juno_1.RcIcon),SearchWrapper=juno_1.styled.div(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n position: absolute;\n display: flex;\n flex-direction: column;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: ",";\n\n "," {\n ",";\n justify-content: space-between;\n }\n"],["\n overflow: hidden;\n position: absolute;\n display: flex;\n flex-direction: column;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: ",";\n\n "," {\n ",";\n justify-content: space-between;\n }\n"])),juno_1.palette2("neutral","elevation"),juno_1.RcListItemSecondaryAction,juno_1.flexWidth("88px")),DialerActionIconButton=juno_1.styled(juno_1.RcIconButton)(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n margin-right: ",";\n transform: translateY(-50%);\n z-index: 1;\n"],["\n position: absolute;\n right: 0;\n top: 0;\n margin-right: ",";\n transform: translateY(-50%);\n z-index: 1;\n"])),juno_1.spacing(4)),menus=[{id:1,value:"(000) 000-0000"},{id:2,value:"(000) 000-0000"},{id:3,value:"(000) 000-0000"},{id:4,value:"(000) 000-0000"}],FullDialer=function(_a){_a.children;var rest=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],dialKeyboardProps=juno_1.useDialKeyboard(),isHaveValue=value.length>0,inputRef=react_1.useRef(null),_c=juno_1.useDownshift({inputRef,value:[],inputValue:value,options:options_1.options,freeSolo:!0,keyToTags:["-"],autoHighlight:!0,addNoOptionItem:"first",onChange:function(_a){var e=tslib_1.__read(_a,1)[0];console.log("select item",e)},onInputChange:function(e){console.log("inputChange",e),setValue(e||"")},filterOptions:juno_1.RcDownshiftDefaultFilterOptions}),optionItems=_c.optionItems,highlightedIndex=_c.highlightedIndex,getToggleButtonProps=_c.getToggleButtonProps,getTagListBoxProps=_c.getTagListBoxProps,getMenuProps=_c.getMenuProps,getInputProps=_c.getInputProps,getInputAriaProps=_c.getInputAriaProps,getLabelProps=_c.getLabelProps,getItemProps=_c.getItemProps,isOpen=_c.isOpen,inputValue=_c.inputValue,changeHighlightedIndexReason=_c.changeHighlightedIndexReason,isKeepHighlightedIndex=_c.isKeepHighlightedIndex,_d=getInputProps(),InputProps=(_d.onBlur,tslib_1.__rest(_d,["onBlur"]));return react_1.default.createElement(juno_1.RcDialer,tslib_1.__assign({},rest),react_1.default.createElement(juno_1.RcGlobalScrollBarStyle,null),react_1.default.createElement(DialerWrapper,null,react_1.default.createElement(Header,null,react_1.default.createElement(HeaderTitle,null,react_1.default.createElement(juno_1.RcText,{variant:"body1",color:"dialHeader.text"},"New Call"),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"}),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Minimize,size:"small",color:"dialHeader.icon"})),react_1.default.createElement(TextFieldWrapper,{isHaveValue},react_1.default.createElement(juno_1.RcDialTextField,{inputRef,InputLabelProps:getLabelProps(),InputProps:tslib_1.__assign(tslib_1.__assign({inputComponent:juno_1.RcDownshiftInput},getTagListBoxProps()),InputProps),inputProps:tslib_1.__assign({maxLength:30},getInputAriaProps()),value,fullWidth:!0,align:"center",onChange:setValue,placeholder:"Enter a number"}),isHaveValue&&react_1.default.createElement(juno_1.RcDialDelete,null,react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Deletenumber,"data-sign":"deleteButton",color:"dialHeader.icon",title:"delete",variant:"plain",size:"large"})))),react_1.default.createElement(Body,null,react_1.default.createElement(BodyTop,null,react_1.default.createElement(juno_1.RcText,{color:"neutral.f02",variant:"caption2"},"Call from:"),react_1.default.createElement(juno_1.RcSelect,{value:1,variant:"box",textVariant:"caption1",InputProps:{classes:customSelectInputClasses}},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:juno_1.RcDialerPadSoundsMPEG,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},dialKeyboardProps)),react_1.default.createElement(BodyBottom,null,react_1.default.createElement(juno_1.RcIconButton,{color:"success.b03",symbol:juno_icon_1.Phone,size:"xxlarge",variant:"contained",elevation:"0",activeElevation:"0"})),react_1.default.createElement(DialerActionIconButton,tslib_1.__assign({variant:"contained",activeElevation:"1",color:"neutral.elevation",size:"small",symbol:isOpen?juno_icon_1.Dialer:juno_icon_1.TimeBorder},getToggleButtonProps())),isOpen&&react_1.default.createElement(SearchWrapper,null,react_1.default.createElement("div",null,react_1.default.createElement(BodyTop,null,react_1.default.createElement(juno_1.RcText,{color:"neutral.f02",variant:"caption2"},"Call from:"),react_1.default.createElement(juno_1.RcSelect,{value:1,variant:"box",textVariant:"caption1",InputProps:{classes:customSelectInputClasses}},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto"},react_1.default.createElement(juno_1.RcSuggestionList,{highlightedIndex,options:optionItems,inputValue,getItemProps,getMenuProps,changeHighlightedIndexReason,isKeepHighlightedIndex,renderOption:function(_a,state){var label=_a.label,id=(_a.freeSolo,_a.id),restProps=(_a.error,_a.unSelectable,_a.isSuggestion,_a.isError,tslib_1.__rest(_a,["label","freeSolo","id","error","unSelectable","isSuggestion","isError"]));return react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({id:""+id,component:"div",selected:state.selected,avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"small"})},restProps),react_1.default.createElement(juno_1.RcListItemText,{primary:label,secondary:"ext. 000"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIcon,{size:"medium",symbol:juno_icon_1.IncallBorder}),"2021/6/11"))}}))))))},Wrapper=juno_1.styled.div(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n box-shadow: ",";\n\n "," {\n ."," {\n padding: 1em;\n }\n }\n"],["\n width: 280px;\n resize: horizontal;\n overflow: hidden;\n box-shadow: ",";\n\n "," {\n ."," {\n padding: 1em;\n }\n }\n"])),juno_1.shadows("16"),juno_1.RcDialTextField,customSelectInputClasses.root),SimpleDialer=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],dialKeyboardProps=juno_1.useDialKeyboard();return react_1.default.createElement(juno_1.RcDialer,tslib_1.__assign({},args),react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcDialTextField,{value,align:"center",fullWidth:!0,onChange:setValue,placeholder:"Enter a number",InputProps:{classes:customSelectInputClasses,endAdornment:value.length>0&&react_1.default.createElement(juno_1.RcDialDelete,null,react_1.default.createElement(juno_1.RcIconButton,{symbol:juno_icon_1.Deletenumber,"data-sign":"deleteButton",title:"delete",variant:"plain",size:"large"}))}}),react_1.default.createElement(juno_1.RcDialPad,tslib_1.__assign({sounds:args.sounds,getDialPadButtonProps:function(v){return{"data-test-id":""+v}}},dialKeyboardProps))))};exports.Dialer=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcText,{align:"center",color:"neutral.f06",variant:"title1"},"MPEG"),react_1.default.createElement(SimpleDialer,tslib_1.__assign({},args,{sounds:juno_1.RcDialerPadSoundsMPEG}))),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcText,{align:"center",color:"neutral.f06",variant:"title1"},"OGG"),react_1.default.createElement(SimpleDialer,tslib_1.__assign({},args,{sounds:juno_1.RcDialerPadSoundsOGG}))))},exports.DialerExamples=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(FullDialer,tslib_1.__assign({},args))},exports.Dialer.storyName="Dialer",exports.Dialer.args={},exports.Dialer.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Dialer.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/share/c332ce38-eab2-43ca-8b98-399e270e3a56?mode=design&sha=f07a7e1cbecce82d5ab97b46641a07e7f83ed834"},{name:"Accessibility",value:"100%"}]};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,KeypadModeWrapper=juno_1.styled.div(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n position: relative;\n width: 300px;\n height: 450px;\n overflow: hidden;\n border: 1px solid ",";\n"],["\n position: relative;\n width: 300px;\n height: 450px;\n overflow: hidden;\n border: 1px solid ",";\n"])),juno_1.palette2("neutral","l03")),Backdrop=juno_1.styled.div(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: ",";\n"],["\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background: ",";\n"])),juno_1.setOpacity(juno_1.palette2("neutral","b05"),"80")),StyledCollapse=juno_1.styled(juno_1.RcCollapse)(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n box-shadow: ",";\n\n "," {\n border-radius: ",";\n }\n\n "," {\n input {\n margin: ",";\n }\n }\n"],["\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n box-shadow: ",";\n\n "," {\n border-radius: ",";\n }\n\n "," {\n input {\n margin: ",";\n }\n }\n"])),juno_1.shadows("16"),juno_1.RcPaper,juno_1.radius("zero"),juno_1.RcDialTextField,juno_1.spacing(0,4)),Footer=juno_1.styled.div(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n padding: ",";\n align-items: ",";\n"],["\n display: flex;\n flex-direction: column;\n padding: ",";\n align-items: ",";\n"])),(function(_a){return _a.open&&juno_1.spacing(2,4,0,0)}),(function(_a){return _a.open?"flex-end":"center"})),OpenWrapper=juno_1.styled.div(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n ","\n\n height: ","px;\n width: 100%;\n cursor: pointer;\n"],["\n ","\n\n height: ","px;\n width: 100%;\n cursor: pointer;\n"])),juno_1.flexCenterStyle,28);exports.KeypadMode=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],inputRef=react_1.useRef(null),openButtonRef=react_1.useRef(null),_c=juno_1.useDialKeyboard(),onKeyDown=_c.onKeyDown,onKeyUp=_c.onKeyUp,control=_c.control;foundation_1.useEventListener(document,"keydown",onKeyDown),foundation_1.useEventListener(document,"keyup",onKeyUp);var _d=tslib_1.__read(react_1.useState([]),2),history=_d[0],setHistory=_d[1];return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(KeypadModeWrapper,{onKeyDown:function(e){"Escape"===e.key&&setOpen(!1)}},react_1.default.createElement(juno_1.RcFade,{in:open},react_1.default.createElement(Backdrop,{onClick:function(){return setOpen(!1)}})),react_1.default.createElement(StyledCollapse,{in:open,collapsedSize:"28px",onEntered:function(){var _a;null===(_a=inputRef.current)||void 0===_a||_a.focus()},onExited:function(){var _a;setValue(""),null===(_a=openButtonRef.current)||void 0===_a||_a.focus()}},react_1.default.createElement(juno_1.RcPaper,{elevation:16},react_1.default.createElement(Footer,{open},open?react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",size:"medium",symbol:juno_icon_1.Close,onClick:function(){return setOpen(!open)},title:"Close"}):react_1.default.createElement(juno_1.RcTooltip,{title:"Open"},react_1.default.createElement(OpenWrapper,{onClick:function(){return setOpen(!open)}},react_1.default.createElement(juno_1.RcIconButton,{ref:openButtonRef,variant:"plain",size:"xsmall",symbol:juno_icon_1.Keypad})))),react_1.default.createElement(juno_1.RcDialer,null,react_1.default.createElement(juno_1.RcDialTextField,{inputRef,value,align:"center",fullWidth:!0,onlyAllowKeypadValue:!0,keypadMode:!0,onKeyDown:function(e){e.stopPropagation()},onKeyUp:function(e){e.stopPropagation()},onChange:setValue,onEmit:function(newValue,reason){console.log("Get value",newValue,reason),setHistory(tslib_1.__spread([{id:uniqueId_1.default("dial-"),value:newValue,reason}],history).slice(0,20))},placeholder:"Enter a number"}),react_1.default.createElement(juno_1.RcDialPad,{control,sounds:juno_1.RcDialerPadSoundsMPEG}))))),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},history.map((function(x){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:x.id,direction:"left"},react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},"value: ",x.value,", reason: ",x.reason))}))))},exports.KeypadMode.storyName="Keypad mode",exports.KeypadMode.args={},exports.KeypadMode.argTypes={},exports.KeypadMode.parameters={}},"./packages/juno-core/src/components/Dialog/DialogActions/__stories__/DialogActions.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcDialogActions } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/DialogActions',\n component: RcDialogActions,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogActionsProps = ComponentProps;\n\nexport const DialogActions: Story = ({\n children,\n ...args\n}) => {\n return (\n \n Cancel\n Ok\n \n );\n};\n\nDialogActions.storyName = 'DialogActions';\n\nDialogActions.args = {};\n\nDialogActions.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogActions.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dialog-actions":{startLoc:{col:56,line:23},endLoc:{col:1,line:33},startBody:{col:56,line:23},endBody:{col:1,line:33}}}}},title:"🚀 Cleanup Components/Dialog/DialogActions",component:juno_1.RcDialogActions,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogActions=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogActions,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,{variant:"text"},"Cancel"),react_1.default.createElement(juno_1.RcButton,null,"Ok"))},exports.DialogActions.storyName="DialogActions",exports.DialogActions.args={},exports.DialogActions.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogActions.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialog/DialogContent/__stories__/DialogContent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcDialogContent } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/DialogContent',\n component: RcDialogContent,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogContentProps = ComponentProps;\n\nexport const DialogContent: Story = ({\n children,\n ...args\n}) => {\n return {children};\n};\n\nDialogContent.storyName = 'DialogContent';\n\nDialogContent.args = {\n children: 'Content',\n};\n\nDialogContent.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogContent.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dialog-content":{startLoc:{col:56,line:23},endLoc:{col:1,line:28},startBody:{col:56,line:23},endBody:{col:1,line:28}}}}},title:"🚀 Cleanup Components/Dialog/DialogContent",component:juno_1.RcDialogContent,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogContent=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogContent,tslib_1.__assign({},args),children)},exports.DialogContent.storyName="DialogContent",exports.DialogContent.args={children:"Content"},exports.DialogContent.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogContent.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialog/DialogContentText/__stories__/DialogContentText.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcDialogContentText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n textPaletteChoice,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { MuiDefaultColor } from '../../../Typography/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/DialogContentText',\n component: RcDialogContentText,\n argTypes: {\n color: {\n options: [...MuiDefaultColor, ...textPaletteChoice],\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'display',\n 'align',\n 'weight',\n 'gutterBottom',\n 'paragraph',\n 'noWrap',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogContentTextProps = ComponentProps;\n\nexport const DialogContentText: Story = ({\n children,\n ...args\n}) => {\n return {children};\n};\n\nDialogContentText.storyName = 'DialogContentText';\n\nDialogContentText.args = {\n children: 'You can set my maximum width and whether to adapt or not.',\n};\n\nDialogContentText.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogContentText.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"dialog-content-text":{startLoc:{col:64,line:39},endLoc:{col:1,line:44},startBody:{col:64,line:39},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Dialog/DialogContentText",component:juno_1.RcDialogContentText,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:tslib_1.__spread(utils_1.MuiDefaultColor,juno_storybook_1.textPaletteChoice),control:{type:"select"}}},juno_storybook_1.sortInDocTable(["display","align","weight","gutterBottom","paragraph","noWrap"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogContentText=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogContentText,tslib_1.__assign({},args),children)},exports.DialogContentText.storyName="DialogContentText",exports.DialogContentText.args={children:"You can set my maximum width and whether to adapt or not."},exports.DialogContentText.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogContentText.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Dialog/DialogTitle/__stories__/DialogTitle.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcAvatar,\n RcBox,\n RcDialogTitle,\n RcIconButton,\n RcIconButtonGroup,\n RcTypography,\n} from \'@ringcentral/juno\';\nimport { Close, Settings, Star } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Dialog/DialogTitle\',\n component: RcDialogTitle,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogTitleProps = ComponentProps;\n\nexport const DialogTitle: Story = ({ children, ...args }) => {\n return {children};\n};\n\nDialogTitle.storyName = \'DialogTitle\';\n\nDialogTitle.args = {\n children: \'Title\',\n};\n\nDialogTitle.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialogTitle.parameters = {\n tags: [\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/dialog-title/\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nexport const DialogTitleExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n SH\n \n \n \n Jessica Lewis\n \n \n 1/23/2019 10:02 AM\n \n \n \n \n {children}\n \n \n \n \n \n \n \n \n );\n};\n\nDialogTitleExamples.storyName = \'DialogTitle Examples\';\n',locationsMap:{"dialog-title":{startLoc:{col:52,line:31},endLoc:{col:1,line:33},startBody:{col:52,line:31},endBody:{col:1,line:33}},"dialog-title-examples":{startLoc:{col:60,line:58},endLoc:{col:1,line:92},startBody:{col:60,line:58},endBody:{col:1,line:92}}}}},title:"🚀 Cleanup Components/Dialog/DialogTitle",component:juno_1.RcDialogTitle,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.DialogTitle=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogTitle,tslib_1.__assign({},args),children)},exports.DialogTitle.storyName="DialogTitle",exports.DialogTitle.args={children:"Title"},exports.DialogTitle.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.DialogTitle.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/dialog-title/"},{name:"Accessibility",value:"100%"}]},exports.DialogTitleExamples=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcDialogTitle,tslib_1.__assign({display:"flex",disableTypography:!0},args,{space:[0,6]}),react_1.default.createElement(juno_1.RcAvatar,{size:"medium",color:"avatar.lake"},"SH"),react_1.default.createElement(juno_1.RcBox,{display:"flex",justifyContent:"center",flexDirection:"column",margin:"0 16px 0 8px"},react_1.default.createElement(juno_1.RcTypography,{variant:"body1",color:"neutral.f06"},"Jessica Lewis"),react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"neutral.f03"},"1/23/2019 10:02 AM")),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto",alignItems:"center",display:"flex"},react_1.default.createElement(juno_1.RcTypography,{variant:"subheading2",component:"h2"},children)),react_1.default.createElement(juno_1.RcIconButtonGroup,{gap:-2.5},react_1.default.createElement(juno_1.RcIconButton,{color:"warning.f01",title:"Favorite",symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcIconButton,{title:"Settings",symbol:juno_icon_1.Settings}),react_1.default.createElement(juno_1.RcIconButton,{title:"Close",symbol:juno_icon_1.Close})))},exports.DialogTitleExamples.storyName="DialogTitle Examples"},"./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcCheckbox,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogContentProps,\n RcDialogContentText,\n RcDialogContext,\n RcDialogProps,\n RcDialogTitle,\n RcDrawer,\n RcFormControlLabel,\n RcRadio,\n RcRadioGroup,\n RcResponsive,\n RcSwitch,\n RcTypography,\n styled,\n useResponsiveContext,\n useResponsiveMatch,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Dialog/Dialog',\n component: RcDialog,\n excludeStories: /DialogExampleComponent|DialogWithResponsiveExample/,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'scroll',\n 'fullWidth',\n 'fullScreen',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype DialogProps = ComponentProps;\n\nconst Content: FunctionComponent = ({\n children,\n childrenSize,\n dividers,\n onClick,\n}) => {\n const isSmall = childrenSize === 'small';\n\n return (\n <>\n Title\n \n some content\n {children}\n \n \n \n Cancel\n \n \n Ok\n \n \n \n );\n};\n\ntype DialogExampleComponentProps = Partial<\n DialogProps & Pick\n>;\n\nexport const DialogExampleComponent: FunctionComponent =\n (props) => {\n const { children, childrenSize, dividers, ...rest } = props;\n const [openState, setOpenState] = useState(false);\n\n return (\n <>\n {\n setOpenState(true);\n }}\n >\n Open Children Modal\n {childrenSize && (childrenSize: {childrenSize})}\n \n {\n setOpenState(false);\n console.log('onClose', e, reason);\n }}\n TransitionProps={{\n onExited: (e) => console.log('onExited', e),\n }}\n >\n setOpenState(false)}>\n \n \n \n \n \n \n \n \n \n );\n };\n\nexport const Dialog: Story = ({ children, ...args }) => {\n return ;\n};\n\nDialog.storyName = 'Dialog';\n\nDialog.args = {};\n\nDialog.argTypes = {\n ...notControlInDocTable([]),\n};\n\nDialog.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/AC3B5209-2248-47A2-B030-17F44D343197',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/dialogs/#dialog',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst ResponsiveDialogExample = ({ ...args }) => {\n const [openState, setOpenState] = useState(false);\n const [enableRes, setEnableRes] = useState(false);\n\n const bp = useResponsiveContext();\n const matchResult = useResponsiveMatch();\n\n console.log(bp, matchResult);\n const { ltSM, xs, gtXS } = matchResult;\n\n return (\n <>\n {\n setOpenState(true);\n }}\n >\n Open Responsive Dialog\n \n \n {bp} Size\n \n try to resize screen\n setEnableRes(checked)}\n />\n }\n label=\"Enable Comp Responsive\"\n />\n \n \n \n \n \n \n setOpenState(false)}\n color=\"danger.b04\"\n fullWidth={enableRes && xs}\n >\n Cancel\n \n OK\n \n \n \n );\n};\n\nexport const DialogWithResponsiveExample: FunctionComponent<\n Partial\n> = ({ children, ...args }) => {\n return (\n <>\n \n {children}\n \n \n );\n};\n\nexport const DialogWithResponsive: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {children}\n \n );\n};\n\nDialogWithResponsive.storyName = 'Dialog with responsive';\n\nDialogWithResponsive.args = {};\n\nDialogWithResponsive.argTypes = {\n ...notControlInDocTable([]),\n};\n\nconst DrawerWrapper = styled.div`\n ${RcDialogContent} {\n max-height: 200px;\n overflow: auto;\n }\n`;\n\nexport const DialogChildrenSizes: Story = ({\n children,\n childrenSize: childrenSizeProp,\n ...args\n}) => {\n const [dividers, setDividers] = useState(false);\n const [openState, setOpenState] = useState(false);\n const [mode, setMode] = useState('dialog');\n const [childrenSize, setChildrenSize] = useState(\n childrenSizeProp || 'medium',\n );\n\n const handleClose: RcDialogProps['onClose'] = (e, reason) => {\n setOpenState(false);\n console.log('onClose', e, reason);\n };\n\n const handleChange = (event: React.ChangeEvent) => {\n setMode(event.target.value);\n };\n\n const handleChildrenSize = (event: React.ChangeEvent) => {\n setChildrenSize(event.target.value as any);\n };\n\n const content = (\n setOpenState(false)}\n >\n \n Show in dialog\n \n \n bottom\n
    \n );\n\n return (\n <>\n setDividers(!dividers)}\n />\n
    \n \n \n \n \n
    \n \n \n \n \n
    \n {\n setOpenState(true);\n }}\n >\n Open Children Modal\n \n {mode === 'drawer' ? (\n \n \n {content}\n \n \n ) : (\n console.log('onExited', e),\n }}\n >\n {content}\n \n )}\n \n );\n};\n\nDialogChildrenSizes.storyName = 'Dialog with different children sizes';\n\nDialogChildrenSizes.args = {};\n\nDialogChildrenSizes.argTypes = {\n ...notControlInDocTable([]),\n};\n",locationsMap:{"dialog-example-component":{startLoc:{col:2,line:83},endLoc:{col:3,line:121},startBody:{col:2,line:83},endBody:{col:3,line:121}},dialog:{startLoc:{col:42,line:123},endLoc:{col:1,line:125},startBody:{col:42,line:123},endBody:{col:1,line:125}},"dialog-with-responsive-example":{startLoc:{col:4,line:214},endLoc:{col:1,line:222},startBody:{col:4,line:214},endBody:{col:1,line:222}},"dialog-with-responsive":{startLoc:{col:56,line:224},endLoc:{col:1,line:233},startBody:{col:56,line:224},endBody:{col:1,line:233}},"dialog-children-sizes":{startLoc:{col:55,line:250},endLoc:{col:1,line:342},startBody:{col:55,line:250},endBody:{col:1,line:342}}}}},title:"🚀 Cleanup Components/Dialog/Dialog",component:juno_1.RcDialog,excludeStories:/DialogExampleComponent|DialogWithResponsiveExample/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","scroll","fullWidth","fullScreen"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var Content=function(_a){var children=_a.children,childrenSize=_a.childrenSize,dividers=_a.dividers,onClick=_a.onClick,isSmall="small"===childrenSize;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDialogTitle,null,"Title"),react_1.default.createElement(juno_1.RcDialogContent,{dividers},react_1.default.createElement(juno_1.RcDialogContentText,null,"some content"),children),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{fullWidth:isSmall,variant:"text",onClick},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:isSmall,onClick},"Ok")))};exports.DialogExampleComponent=function(props){props.children;var childrenSize=props.childrenSize,rest=(props.dividers,tslib_1.__rest(props,["children","childrenSize","dividers"])),_a=tslib_1.__read(react_1.useState(!1),2),openState=_a[0],setOpenState=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)}},"Open Children Modal",childrenSize&&react_1.default.createElement("span",null,"(childrenSize: ",childrenSize,")")),react_1.default.createElement(juno_1.RcDialog,tslib_1.__assign({childrenSize},rest,{open:openState,onClose:function(e,reason){setOpenState(!1),console.log("onClose",e,reason)},TransitionProps:{onExited:function(e){return console.log("onExited",e)}}}),react_1.default.createElement(Content,tslib_1.__assign({},props,{onClick:function(){return setOpenState(!1)}}),react_1.default.createElement(juno_1.RcCheckbox,{title:"Go",label:"Do something"}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Custom Field"}),react_1.default.createElement(juno_1.RcRadioGroup,{defaultValue:"mail"},react_1.default.createElement(juno_1.RcRadio,{label:"mail",value:"mail"}),react_1.default.createElement(juno_1.RcRadio,{label:"address",value:"address"})))))},exports.Dialog=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(exports.DialogExampleComponent,tslib_1.__assign({},args))},exports.Dialog.storyName="Dialog",exports.Dialog.args={},exports.Dialog.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Dialog.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/AC3B5209-2248-47A2-B030-17F44D343197"},{name:"Mui",href:"https://material-ui.com/components/dialogs/#dialog"},{name:"Accessibility",value:"100%"}]};var ResponsiveDialogExample=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(!1),2),openState=_b[0],setOpenState=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),enableRes=_c[0],setEnableRes=_c[1],bp=juno_1.useResponsiveContext(),matchResult=juno_1.useResponsiveMatch();console.log(bp,matchResult);var ltSM=matchResult.ltSM,xs=matchResult.xs,gtXS=matchResult.gtXS;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)}},"Open Responsive Dialog"),react_1.default.createElement(juno_1.RcDialog,tslib_1.__assign({},args,{open:openState,fullScreen:ltSM}),react_1.default.createElement(juno_1.RcDialogTitle,null,bp," Size"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"try to resize screen"),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,{name:"enable component responsive",value:enableRes,onChange:function(evt,checked){return setEnableRes(checked)}}),label:"Enable Comp Responsive"}),react_1.default.createElement(juno_1.RcRadioGroup,{row:enableRes&>XS},react_1.default.createElement(juno_1.RcRadio,{label:enableRes&>XS?"horizontal radio":"vertical radio"}),react_1.default.createElement(juno_1.RcRadio,{label:enableRes&>XS?"horizontal radio":"vertical radio"}))),react_1.default.createElement(juno_1.RcDialogActions,{direction:enableRes&&xs?"vertical":"horizontal"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpenState(!1)},color:"danger.b04",fullWidth:enableRes&&xs},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:enableRes&&xs},"OK"))))};exports.DialogWithResponsiveExample=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcResponsive,null,react_1.default.createElement(ResponsiveDialogExample,tslib_1.__assign({},args),children)))},exports.DialogWithResponsive=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(exports.DialogWithResponsiveExample,tslib_1.__assign({},args),children)},exports.DialogWithResponsive.storyName="Dialog with responsive",exports.DialogWithResponsive.args={},exports.DialogWithResponsive.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]));var templateObject_1,DrawerWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n max-height: 200px;\n overflow: auto;\n }\n"],["\n "," {\n max-height: 200px;\n overflow: auto;\n }\n"])),juno_1.RcDialogContent);exports.DialogChildrenSizes=function(_a){_a.children;var childrenSizeProp=_a.childrenSize,args=tslib_1.__rest(_a,["children","childrenSize"]),_b=tslib_1.__read(react_1.useState(!1),2),dividers=_b[0],setDividers=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),openState=_c[0],setOpenState=_c[1],_d=tslib_1.__read(react_1.useState("dialog"),2),mode=_d[0],setMode=_d[1],_e=tslib_1.__read(react_1.useState(childrenSizeProp||"medium"),2),childrenSize=_e[0],setChildrenSize=_e[1],handleClose=function(e,reason){setOpenState(!1),console.log("onClose",e,reason)},content=react_1.default.createElement(Content,{childrenSize,dividers,onClick:function(){return setOpenState(!1)}},react_1.default.createElement(juno_1.RcDialogContentText,{gutterBottom:!1},"Show in dialog"),react_1.default.createElement(juno_1.RcBox,{height:"1000px"}),react_1.default.createElement(juno_1.RcDialogContentText,{gutterBottom:!1},"bottom"));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{label:"dividers",value:dividers,onChange:function(){return setDividers(!dividers)}}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcRadioGroup,{row:!0,value:mode,onChange:function(event){setMode(event.target.value)}},react_1.default.createElement(juno_1.RcRadio,{label:"dialog",value:"dialog"}),react_1.default.createElement(juno_1.RcRadio,{label:"drawer",value:"drawer"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcRadioGroup,{row:!0,value:childrenSize,onChange:function(event){setChildrenSize(event.target.value)}},react_1.default.createElement(juno_1.RcRadio,{label:"small",value:"small"}),react_1.default.createElement(juno_1.RcRadio,{label:"medium",value:"medium"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)}},"Open Children Modal"),"drawer"===mode?react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{anchor:"bottom",radius:"xl",open:openState,onClose:handleClose}),react_1.default.createElement(juno_1.RcDialogContext.Provider,{value:{size:childrenSize}},react_1.default.createElement(DrawerWrapper,null,content))):react_1.default.createElement(juno_1.RcDialog,tslib_1.__assign({},args,{childrenSize,open:openState,onClose:handleClose,TransitionProps:{onExited:function(e){return console.log("onExited",e)}}}),content))},exports.DialogChildrenSizes.storyName="Dialog with different children sizes",exports.DialogChildrenSizes.args={},exports.DialogChildrenSizes.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]));try{DialogExampleComponent.displayName="DialogExampleComponent",DialogExampleComponent.__docgenInfo={description:"",displayName:"DialogExampleComponent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},dividers:{defaultValue:null,description:"Display the top and bottom dividers.",name:"dividers",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogExampleComponent"]={docgenInfo:DialogExampleComponent.__docgenInfo,name:"DialogExampleComponent",path:"packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogExampleComponent"})}catch(__react_docgen_typescript_loader_error){}try{DialogWithResponsiveExample.displayName="DialogWithResponsiveExample",DialogWithResponsiveExample.__docgenInfo={description:"",displayName:"DialogWithResponsiveExample",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogWithResponsiveExample"]={docgenInfo:DialogWithResponsiveExample.__docgenInfo,name:"DialogWithResponsiveExample",path:"packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx#DialogWithResponsiveExample"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Divider/__stories__/Divider.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { palette2, RcDivider, styled } from '@ringcentral/juno';\nimport { paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Divider',\n component: RcDivider,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n titleBgColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\nconst P = styled.p`\n padding: 10px;\n margin: 0;\n color: ${palette2('interactive', 'f01')};\n`;\n\nconst Wrapper = styled.div`\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\ntype DividerProps = ComponentProps;\n\nexport const Divider: Story = ({ children, ...args }) => {\n return (\n \n

    test test test test test

    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n \n );\n};\n\nDivider.args = {};\n\nDivider.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/c098bb8a667d08ce4af62c20b580dbcf8629238e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/9C67772C-84D8-432A-9B2A-A5CF971B0DAF',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const DividerExamples: Story = () => {\n return (\n <>\n \n

    test test test test test

    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n \n
    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n

    test test test test test

    \n \n \n \n );\n};\n\nDividerExamples.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n titleBgColor: {\n control: {\n type: null,\n },\n },\n};\n",locationsMap:{divider:{startLoc:{col:44,line:40},endLoc:{col:1,line:56},startBody:{col:44,line:40},endBody:{col:1,line:56}},"divider-examples":{startLoc:{col:52,line:73},endLoc:{col:1,line:104},startBody:{col:52,line:73},endBody:{col:1,line:104}}}}},title:"🚀 Cleanup Components/Divider",component:juno_1.RcDivider,argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},titleBgColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}};var templateObject_1,templateObject_2,P=juno_1.styled.p(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: 10px;\n margin: 0;\n color: ",";\n"],["\n padding: 10px;\n margin: 0;\n color: ",";\n"])),juno_1.palette2("interactive","f01")),Wrapper=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n"])));exports.Divider=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(Wrapper,{style:{flexDirection:args.vertical?"row":"column",height:args.vertical?"3em":"auto"}},react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,tslib_1.__assign({},args)),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,tslib_1.__assign({},args)),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,tslib_1.__assign({},args)))},exports.Divider.args={},exports.Divider.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/c098bb8a667d08ce4af62c20b580dbcf8629238e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/9C67772C-84D8-432A-9B2A-A5CF971B0DAF"},{name:"Accessibility",value:"100%"}]},exports.DividerExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Wrapper,{style:{flexDirection:"column"}},react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{title:"divider title"}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{title:"divider title"}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{title:"divider title"})),react_1.default.createElement("br",null),react_1.default.createElement(Wrapper,{style:{flexDirection:"row",height:"3em"}},react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{vertical:!0}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{vertical:!0}),react_1.default.createElement(P,null,"test test test test test"),react_1.default.createElement(juno_1.RcDivider,{vertical:!0})))},exports.DividerExamples.argTypes={color:{control:{type:null}},titleBgColor:{control:{type:null}}}},"./packages/juno-core/src/components/DnD/__stories__/DnD.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),DnDExampleData_1=__webpack_require__("./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcDragDropContext,\n RcDragDropContextProps,\n RcDraggable,\n RcDraggableProps,\n RcDragHandle,\n RcDroppable,\n RcList,\n RcListItem,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nimport { simpleInitialData } from './DnDExampleData';\n\nexport default {\n title: '🚀 Cleanup Components/DnD',\n argTypes: {\n enableDirectionOnly: {\n control: {\n type: 'boolean',\n },\n label: 'enable directionOnly',\n },\n direction: {\n options: ['vertical', 'horizontal'],\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype DnDProps = {\n enableDirectionOnly: boolean;\n direction: RcDraggableProps['directionOnly'];\n};\n\nexport const DnD: Story = ({ enableDirectionOnly, direction }) => {\n const [data, setData] = useState(simpleInitialData);\n\n const handleDragEnd: RcDragDropContextProps['onDragEnd'] = (result) => {\n const { destination, source, draggableId } = result;\n\n if (!destination) {\n return;\n }\n\n if (\n destination.droppableId === source.droppableId &&\n destination.index === source.index\n ) {\n return;\n }\n\n const start = data.groups[source.droppableId];\n const finish = data.groups[destination.droppableId];\n\n if (start === finish) {\n const group = data.groups[source.droppableId];\n const newItemIds = Array.from(group.itemIds);\n newItemIds.splice(source.index, 1);\n newItemIds.splice(destination.index, 0, draggableId);\n\n const newGroup = {\n ...group,\n itemIds: newItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newGroup.id]: newGroup,\n },\n };\n\n setData(newState);\n return;\n }\n };\n\n return (\n \n {data.groupOrder.map((groupId) => {\n const group = data.groups[groupId];\n const items = group.itemIds.map((itemsId) => data.items[itemsId]);\n return (\n \n {(provided) => (\n \n {items.map((item, index) => (\n \n {(provided) => {\n return (\n \n \n {item.content}\n \n );\n }}\n \n ))}\n {provided.placeholder}\n \n )}\n \n );\n })}\n \n );\n};\n\nDnD.args = {\n enableDirectionOnly: false,\n direction: 'vertical',\n};\n\nDnD.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/1967dd0543b8d49c947c2b344866631686eae425/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1B32D85F-E3F3-47C9-B00F-BA16160DE597',\n },\n {\n name: 'Source',\n value: 'react-beautiful-dnd',\n href: 'https://github.com/atlassian/react-beautiful-dnd',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nDnD.storyName = 'DnD';\n",locationsMap:{"dn-d":{startLoc:{col:36,line:40},endLoc:{col:1,line:133},startBody:{col:36,line:40},endBody:{col:1,line:133}}}}},title:"🚀 Cleanup Components/DnD",argTypes:{enableDirectionOnly:{control:{type:"boolean"},label:"enable directionOnly"},direction:{options:["vertical","horizontal"],control:{type:"select"}}}},exports.DnD=function(_a){var enableDirectionOnly=_a.enableDirectionOnly,direction=_a.direction,_b=tslib_1.__read(react_1.useState(DnDExampleData_1.simpleInitialData),2),data=_b[0],setData=_b[1];return react_1.default.createElement(juno_1.RcDragDropContext,{onDragEnd:function(result){var _a,destination=result.destination,source=result.source,draggableId=result.draggableId;if(destination&&(destination.droppableId!==source.droppableId||destination.index!==source.index))if(data.groups[source.droppableId]!==data.groups[destination.droppableId]);else{var group=data.groups[source.droppableId],newItemIds=Array.from(group.itemIds);newItemIds.splice(source.index,1),newItemIds.splice(destination.index,0,draggableId);var newGroup=tslib_1.__assign(tslib_1.__assign({},group),{itemIds:newItemIds}),newState=tslib_1.__assign(tslib_1.__assign({},data),{groups:tslib_1.__assign(tslib_1.__assign({},data.groups),(_a={},_a[newGroup.id]=newGroup,_a))});setData(newState)}}},data.groupOrder.map((function(groupId){var group=data.groups[groupId],items=group.itemIds.map((function(itemsId){return data.items[itemsId]}));return react_1.default.createElement(juno_1.RcDroppable,{key:group.id,droppableId:group.id,direction,type:"items"},(function(provided){return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({innerRef:provided.innerRef},provided.droppableProps,{style:{display:"flex",flexDirection:"vertical"===direction?"column":"row"}}),items.map((function(item,index){return react_1.default.createElement(juno_1.RcDraggable,{key:item.id,index,draggableId:item.id,directionOnly:enableDirectionOnly?direction:void 0},(function(provided){return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({ref:provided.innerRef},provided.draggableProps),react_1.default.createElement(juno_1.RcDragHandle,tslib_1.__assign({},provided.dragHandleProps)),item.content)}))})),provided.placeholder)}))})))},exports.DnD.args={enableDirectionOnly:!1,direction:"vertical"},exports.DnD.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/1967dd0543b8d49c947c2b344866631686eae425/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1B32D85F-E3F3-47C9-B00F-BA16160DE597"},{name:"Source",value:"react-beautiful-dnd",href:"https://github.com/atlassian/react-beautiful-dnd"},{name:"Accessibility",value:"100%"}]},exports.DnD.storyName="DnD"},"./packages/juno-core/src/components/DnD/__stories__/DnDList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),DnDExampleData_1=__webpack_require__("./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts");exports.default={parameters:{storySource:{source:"import React, { FunctionComponent, useState } from 'react';\n\nimport {\n RcCollapse,\n RcDragDropContext,\n RcDragDropContextProps,\n RcDraggable,\n RcDraggableProps,\n RcDroppable,\n RcList,\n RcListItem,\n RcListSubheader,\n} from '@ringcentral/juno';\n\nimport { Meta, Story } from '@storybook/react';\n\nimport { DataType, GroupType, initialData, ItemType } from './DnDExampleData';\n\nexport default {\n title: '🚀 Cleanup Components/DnD/Dnd Examples/Multiple list',\n argTypes: {\n direction: {\n options: ['vertical', 'horizontal'],\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\nconst Item: FunctionComponent<{\n item: ItemType;\n index: number;\n}> = (props) => {\n return (\n \n {(provider) => {\n return (\n \n {props.item.content}\n \n );\n }}\n \n );\n};\nconst Items: FunctionComponent<{\n items: ItemType[];\n}> = (props) => {\n return (\n <>\n {props.items.map((item, index) => (\n \n ))}\n \n );\n};\n\nconst Group: FunctionComponent<{\n group: GroupType;\n items: ItemType[];\n index: number;\n}> = (props) => {\n return (\n \n {(provider) => (\n
    \n \n {props.group.title}\n \n \n \n {(provided) => {\n return (\n \n \n {provided.placeholder}\n \n );\n }}\n \n \n
    \n )}\n
    \n );\n};\nconst Groups: FunctionComponent = (props) => {\n return (\n <>\n {props.groupOrder.map((groupId, index) => {\n const group = props.groups[groupId];\n const items = group.itemIds.map((itemsId) => props.items[itemsId]);\n return (\n \n );\n })}\n \n );\n};\n\ntype DnDListProps = {\n direction: RcDraggableProps['directionOnly'];\n};\n\nexport const DnDList: Story = ({ direction }) => {\n const [data, setData] = useState(initialData);\n\n const handleDragEnd: RcDragDropContextProps['onDragEnd'] = (result) => {\n const { destination, source, draggableId, type } = result;\n\n if (!destination) {\n return;\n }\n\n if (\n destination.droppableId === source.droppableId &&\n destination.index === source.index\n ) {\n return;\n }\n\n if (type === 'groups') {\n const newGroupOrder = Array.from(data.groupOrder);\n newGroupOrder.splice(source.index, 1);\n newGroupOrder.splice(destination.index, 0, draggableId);\n\n const newState = {\n ...data,\n groupOrder: newGroupOrder,\n };\n setData(newState);\n return;\n }\n\n const start = data.groups[source.droppableId];\n const finish = data.groups[destination.droppableId];\n\n if (start === finish) {\n const group = data.groups[source.droppableId];\n const newItemIds = Array.from(group.itemIds);\n newItemIds.splice(source.index, 1);\n newItemIds.splice(destination.index, 0, draggableId);\n\n const newGroup = {\n ...group,\n itemIds: newItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newGroup.id]: newGroup,\n },\n };\n\n setData(newState);\n return;\n }\n\n const startItemIds = Array.from(start.itemIds);\n startItemIds.splice(source.index, 1);\n const newStart = {\n ...start,\n itemIds: startItemIds,\n };\n\n const finishItemIds = Array.from(finish.itemIds);\n finishItemIds.splice(destination.index, 0, draggableId);\n const newFinish = {\n ...finish,\n itemIds: finishItemIds,\n };\n\n const newState = {\n ...data,\n groups: {\n ...data.groups,\n [newStart.id]: newStart,\n [newFinish.id]: newFinish,\n },\n };\n setData(newState);\n };\n\n return (\n \n \n {(provider) => (\n \n \n {provider.placeholder}\n
    \n setOpens({ ...opens, level_1: false })}>\n Close Drawer 1\n \n \n \n setOpens({ ...opens, level_2: false })}\n >\n Drawer 2\n \n \n \n \n ListItem 2 - 0\n ListItem 2 - 1\n setOpens({ ...opens, level_2: false })}>\n Close Drawer 2\n \n \n \n \n );\n};\n\nMultiDrawer.args = {\n anchor: 'bottom',\n};\n",locationsMap:{drawer:{startLoc:{col:42,line:128},endLoc:{col:1,line:139},startBody:{col:42,line:128},endBody:{col:1,line:139}},"drawer-examples":{startLoc:{col:50,line:166},endLoc:{col:1,line:210},startBody:{col:50,line:166},endBody:{col:1,line:210}},"drawer-with-inline-paper":{startLoc:{col:57,line:218},endLoc:{col:1,line:239},startBody:{col:57,line:218},endBody:{col:1,line:239}},"drawer-and-modal-switch-in-device":{startLoc:{col:64,line:300},endLoc:{col:1,line:411},startBody:{col:64,line:300},endBody:{col:1,line:411}},"multi-drawer":{startLoc:{col:47,line:435},endLoc:{col:1,line:521},startBody:{col:47,line:435},endBody:{col:1,line:521}}}}},title:"🚀 Cleanup Components/Drawer",component:juno_1.RcDrawer,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["anchor","inlinePaper","elevation"])),juno_storybook_1.notControlInDocTable(["open","variant"])),juno_storybook_1.notShowInDocTable([]))};var CustomPaper=juno_1.styled(juno_1.RcPaper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n flex-direction: column;\n padding: ",";\n\n .mt-2 {\n margin-top: ",";\n }\n"],["\n ","\n flex-direction: column;\n padding: ",";\n\n .mt-2 {\n margin-top: ",";\n }\n"])),juno_1.flexCenterStyle,juno_1.spacing(4,6,3,6),juno_1.spacing(2)),List=function(_a){var onClick=_a.onClick;return react_1.default.createElement(juno_1.RcList,{style:{width:"100%"}},react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Inbox,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Inbox"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.NewEmail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Starred"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.SendFilled,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Send email"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Draft,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Drafts"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"}),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Email,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"All mail"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Delete,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Trash"})),react_1.default.createElement(juno_1.RcListItem,{onClick},react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Voicemail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Voicemail"})))};exports.Drawer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open"),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{open,onClose:function(){return setOpen(!1)}}),react_1.default.createElement(List,{onClick:function(){return setOpen(!1)}})))},exports.Drawer.storyName="Drawer",exports.Drawer.args={},exports.Drawer.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchor","inlinePaper"])),exports.Drawer.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:"https://material-ui.com/components/drawers"},{name:"Accessibility",value:"100%"}]},exports.DrawerExamples=function(_a){_a.children;var inlinePaper=_a.inlinePaper,args=tslib_1.__rest(_a,["children","inlinePaper"]),_b=tslib_1.__read(react_1.default.useState({top:!1,left:!1,bottom:!1,right:!1}),2),state=_b[0],setState=_b[1],toggleDrawer=function(anchor,open){return function(event,reason){var _a;console.log(event,reason),setState(tslib_1.__assign(tslib_1.__assign({},state),((_a={})[anchor]=open,_a)))}};return react_1.default.createElement("div",null,["left","right","top","bottom"].map((function(anchor){return react_1.default.createElement(react_1.default.Fragment,{key:anchor},react_1.default.createElement(juno_1.RcButton,{onClick:toggleDrawer(anchor,!0)},anchor),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({anchor,open:state[anchor],onClose:toggleDrawer(anchor,!1),inlinePaper},args),react_1.default.createElement(juno_1.RcBox,{maxWidth:inlinePaper?"300px":void 0,clone:!0},react_1.default.createElement(CustomPaper,{as:inlinePaper?void 0:"div"},react_1.default.createElement(List,{onClick:toggleDrawer(anchor,!1)})))))})))},exports.DrawerExamples.args={},exports.DrawerExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchor"])),exports.DrawerWithInlinePaper=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open"),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{inlinePaper:!0,open,onClose:function(){return setOpen(!1)}}),react_1.default.createElement(CustomPaper,null,react_1.default.createElement(List,{onClick:function(){return setOpen(!1)}}))))},exports.DrawerWithInlinePaper.args={anchor:"bottom",radius:"xl"};var isMobile=function checkIsMobile(){var a,check=!1;return a=navigator.userAgent||navigator.vendor||window.opera,(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(a.substr(0,4)))&&(check=!0),check}(),Text=juno_1.styled(juno_1.RcText)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(4)),Button=juno_1.styled(juno_1.RcButton)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n && {\n padding: ",";\n }\n"],["\n && {\n padding: ",";\n }\n"])),juno_1.spacing(5,0)),CustomDrawer=juno_1.styled(juno_1.RcDrawer)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ",""," {\n min-width: 360px;\n border-radius: ",";\n margin-bottom: ",";\n }\n"],["\n ",""," {\n min-width: 360px;\n border-radius: ",";\n margin-bottom: ",";\n }\n"])),juno_1.RcPaper,juno_1.RcPaper,juno_1.radius("md"),juno_1.spacing(2)),DialogContent=juno_1.styled(juno_1.RcDialogContent)(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n && {\n padding: 0;\n }\n"],["\n && {\n padding: 0;\n }\n"]))),ListTitle=juno_1.styled(juno_1.RcText)(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(2,4));ListTitle.defaultProps={color:"neutral.f04",variant:"caption1"};var items=range_1.default(0,20);exports.DrawerAndModalSwitchInDevice=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),open=_b[0],setOpen=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open2=_c[0],setOpen2=_c[1],_d=tslib_1.__read(react_1.useState(isMobile),2),mobile=_d[0],setMobile=_d[1],handleClose=function(){return setOpen(!1)},handleClose2=function(){return setOpen2(!1)},header=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Text,{align:"center",color:"neutral.f04",variant:"caption1"},"Are you sure you want to leave this webinar?"),react_1.default.createElement(juno_1.RcDivider,null)),confirm=react_1.default.createElement(Button,{onClick:handleClose,color:"danger.f02",variant:"plain",fullWidth:!0},"Leave"),cancel=react_1.default.createElement(Button,{onClick:handleClose,color:"interactive.f01",variant:"plain",fullWidth:!0},"Cancel"),content=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDialogTitle,null,"How Covid 19 has changed workplace permanently"),react_1.default.createElement(DialogContent,{dividers:!0},react_1.default.createElement(juno_1.RcMenuList,{maxHeight:300},react_1.default.createElement(ListTitle,null,"Host"),react_1.default.createElement(juno_1.RcMenuItem,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"small"})},react_1.default.createElement(juno_1.RcListItemText,{primary:"label"})),react_1.default.createElement(ListTitle,null,"Panelists"),items.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x,avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default,size:"small"})},react_1.default.createElement(juno_1.RcListItemText,{primary:"User Name "+x}))})))));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open confirm"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen2(!0)}},"open details"),react_1.default.createElement(juno_storybook_1.Title,null,"current is ",mobile?"mobile":"desktop"),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b01",onClick:function(){return setMobile(!mobile)}},"switch to ",mobile?"desktop":"mobile"),mobile?react_1.default.createElement(CustomDrawer,tslib_1.__assign({},args,{inlinePaper:!0,open,onClose:handleClose}),react_1.default.createElement(juno_1.RcPaper,null,header,confirm),react_1.default.createElement(juno_1.RcPaper,null,cancel)):react_1.default.createElement(juno_1.RcDialog,{maxWidth:"xs",open,onClose:handleClose},header,confirm,cancel),mobile?react_1.default.createElement(CustomDrawer,tslib_1.__assign({},args,{open:open2,radius:"md",onClose:handleClose2}),content):react_1.default.createElement(juno_1.RcDialog,{maxWidth:"xs",open:open2,onClose:handleClose2},content))},exports.DrawerAndModalSwitchInDevice.args={anchor:"bottom",radius:"xl"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,SelectDemo=function(){var _a=tslib_1.__read(react_1.useState(0),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcSelect,{variant:"box",value,onChange:function(evt){return setValue(evt.target.value)}},Array.from(new Array(20).keys()).map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{key:item,value:item},"MenuItem ",item)})))};exports.MultiDrawer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState({}),2),opens=_b[0],setOpens=_b[1],_c=tslib_1.__read(react_1.useState(!0),2),keepDrawer=_c[0],setKeepDrawer=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_0:!0}))}},"open Drawer 0"),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle Drawer Keep",onChange:function(){return setKeepDrawer(!keepDrawer)}}),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{"data-drawer-level":"0",open:opens.level_0,onClose:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_0:!1}))}}),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1"},"Drawer 0"),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(SelectDemo,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcList,null,react_1.default.createElement(juno_1.RcListItem,null,"ListItem 0 - 0"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 0 - 1"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 0 - 2"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_1:!0,level_0:!!keepDrawer}))}},"Open Drawer 1"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_0:!1}))}},"Close Drawer 0"))),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{"data-drawer-level":"1",open:opens.level_1,onClose:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_1:!1}))}}),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1"},"Drawer 1"),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcList,null,react_1.default.createElement(juno_1.RcListItem,null,"ListItem 1 - 0"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 1 - 1"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_2:!0,level_1:!!keepDrawer}))}},"Open Drawer 2"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_1:!1}))}},"Close Drawer 1"))),react_1.default.createElement(juno_1.RcDrawer,tslib_1.__assign({},args,{"data-drawer-level":"2",open:opens.level_2,onClose:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_2:!1}))}}),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1"},"Drawer 2"),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(SelectDemo,null),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcList,null,react_1.default.createElement(juno_1.RcListItem,null,"ListItem 2 - 0"),react_1.default.createElement(juno_1.RcListItem,null,"ListItem 2 - 1"),react_1.default.createElement(juno_1.RcListItem,{onClick:function(){return setOpens(tslib_1.__assign(tslib_1.__assign({},opens),{level_2:!1}))}},"Close Drawer 2"))))},exports.MultiDrawer.args={anchor:"bottom"}},"./packages/juno-core/src/components/Forms/Checkbox/__stories__/Checkbox.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCheckbox, RcIcon, RcTypography } from '@ringcentral/juno';\nimport { Add, AddBorder, MemberBorder, People } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Checkbox',\n component: RcCheckbox,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'size',\n 'checked',\n 'disabled',\n 'autoFocus',\n 'readOnly',\n 'required',\n 'error',\n 'followColorWhenUnChecked',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CheckboxProps = ComponentProps;\n\nexport const Checkbox: Story = ({ ...args }) => {\n return ;\n};\n\nCheckbox.args = {\n color: 'interactive.f01',\n size: 'medium',\n};\n\nCheckbox.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCheckbox.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a11e88130c79a89ea23900bab4855c3e872610fe/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/checkboxes/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const CheckboxExamples: Story = () => {\n return (\n
    \n \n Label placement end\n \n \n
    \n
    \n
    \n \n Label placement start\n \n \n
    \n );\n};\n\nCheckboxExamples.storyName = 'Checkbox Examples';\n\nexport const CheckboxWithCustomIcon: Story = () => {\n return (\n <>\n }\n checkedIcon={}\n />\n }\n checkedIcon={}\n />\n \n );\n};\n\nCheckboxWithCustomIcon.storyName = 'Checkbox with custom icon';\n",locationsMap:{checkbox:{startLoc:{col:46,line:40},endLoc:{col:1,line:42},startBody:{col:46,line:40},endBody:{col:1,line:42}},"checkbox-examples":{startLoc:{col:54,line:70},endLoc:{col:1,line:106},startBody:{col:54,line:70},endBody:{col:1,line:106}},"checkbox-with-custom-icon":{startLoc:{col:60,line:110},endLoc:{col:1,line:125},startBody:{col:60,line:110},endBody:{col:1,line:125}}}}},title:"🚀 Cleanup Components/Forms/Checkbox",component:juno_1.RcCheckbox,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","checked","disabled","autoFocus","readOnly","required","error","followColorWhenUnChecked"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Checkbox=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcCheckbox,tslib_1.__assign({},args))},exports.Checkbox.args={color:"interactive.f01",size:"medium"},exports.Checkbox.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Checkbox.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a11e88130c79a89ea23900bab4855c3e872610fe/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe"},{name:"Mui",href:"https://material-ui.com/components/checkboxes/"},{name:"Accessibility",value:"100%"}]},exports.CheckboxExamples=function(){return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement end"),react_1.default.createElement(juno_1.RcCheckbox,{formControlLabelProps:{labelPlacement:"end"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement start"),react_1.default.createElement(juno_1.RcCheckbox,{formControlLabelProps:{labelPlacement:"start"},label:"Label"}))},exports.CheckboxExamples.storyName="Checkbox Examples",exports.CheckboxWithCustomIcon=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcCheckbox,{label:"Are you available?",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.MemberBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.People})}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Is that ok?",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.AddBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add})}))},exports.CheckboxWithCustomIcon.storyName="Checkbox with custom icon"},"./packages/juno-core/src/components/Forms/FormGroup/__stories__/FormGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCheckbox, RcFormGroup, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/FormGroup',\n component: RcFormGroup,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype FormGroupProps = ComponentProps;\n\nexport const FormGroup: Story = ({ children, ...args }) => {\n const onChange = (checked: any) => console.log(checked);\n\n return (\n \n \n \n \n \n \n \n \n );\n};\n\nFormGroup.args = {};\n\nFormGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nFormGroup.storyName = 'FormGroup';\n\nFormGroup.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/form-group/#formgroup-api',\n },\n ],\n};\n",locationsMap:{"form-group":{startLoc:{col:48,line:23},endLoc:{col:1,line:36},startBody:{col:48,line:23},endBody:{col:1,line:36}}}}},title:"🚀 Cleanup Components/Forms/FormGroup",component:juno_1.RcFormGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.FormGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),onChange=function(checked){return console.log(checked)};return react_1.default.createElement(juno_1.RcFormGroup,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle button 1",onChange}),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle button 2",onChange}),react_1.default.createElement(juno_1.RcSwitch,{label:"Toggle button 3",onChange}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Toggle button 3",onChange}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Toggle button 3",onChange}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Toggle button 3",onChange}))},exports.FormGroup.args={},exports.FormGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.FormGroup.storyName="FormGroup",exports.FormGroup.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/form-group/#formgroup-api"}]}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/__stories__/DatePicker.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),dayjs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/dayjs/dayjs.min.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\n\nimport dayjs from 'dayjs';\n\nimport {\n RcButton,\n RcDatePicker,\n RcGrid,\n RcTimePicker,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n isTestEnv,\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/DatePicker',\n component: RcDatePicker,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'label',\n 'value',\n 'placeholder',\n 'disabled',\n 'disableFuture',\n 'disablePast',\n 'max',\n 'min',\n 'locale',\n 'fullWidth',\n 'helperText',\n 'todayButtonText',\n 'formatString',\n 'renderDay',\n 'shouldDisableDate',\n 'clearBtn',\n 'clearButtonProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['minDate', 'maxDate', 'date']),\n },\n} as Meta;\n\ntype DatePickerProps = ComponentProps;\n\nexport const DatePicker: Story = ({ value, ...args }) => {\n const ref = useRef(null);\n\n const [date, setDate] = useState(value);\n\n useEffect(() => {\n console.log(ref);\n }, []);\n\n return (\n <>\n {' '}\n \n \n );\n};\n\nDatePicker.storyName = 'DatePicker';\n\nDatePicker.args = {\n label: RcDatePicker.defaultProps!.label,\n value: isTestEnv ? new Date('2019-11-15') : undefined,\n placeholder: 'when?',\n};\n\nDatePicker.argTypes = {};\n\nDatePicker.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f99d35470270f99f34bb2db645816331d1bdf7a/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/068C0B4C-7869-4F18-9BA3-BDD5C5AE7DC1',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pickers/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst minDate = new Date();\n\n// TODO: need fix snapshot mock with date\nif (!isTestEnv) {\n minDate.setDate(minDate.getDate() + 1);\n}\n\nconst maxDate = new Date('2025-11-15');\n\nexport const DatePickerWithRange: Story = ({\n value,\n ...args\n}) => {\n const [date, setDate] = useState(value);\n\n return (\n \n \n Min\n \n \n \n Max\n \n \n \n Min and Max\n \n \n \n disablePast\n \n \n \n disableFuture\n \n \n \n init value invalid(2019-11-16~2020-11-20)\n \n

    \n {\n setDate(new Date('2019-11-14'));\n }}\n >\n set past date of min(will auto reset to valid min range)\n \n

    \n {\n setDate(new Date('2020-11-25'));\n }}\n >\n set future date of max(will auto reset to valid max range)\n \n
    \n
    \n );\n};\n\nDatePickerWithRange.storyName = 'DatePicker with range';\n\nDatePickerWithRange.args = {\n label: RcDatePicker.defaultProps!.label,\n value: new Date('2019-11-15'),\n placeholder: 'when?',\n};\n\nDatePickerWithRange.argTypes = {};\nconst weekdays = '(日)_(一)_(二)_(三)_(四)_(五)_(六)'.split('_');\n// * if you want to custom dayjs option, you need set that global by yourself\ndayjs.locale('zh-cn', {\n months:\n '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_',\n ),\n weekdaysShort: weekdays,\n weekdaysMin: weekdays,\n weekdays,\n});\n\nexport const DatePickerExamples: Story = () => {\n const [date, setDate] = useState(new Date('2019-11-15'));\n\n const screenReaderProps = useMemo(\n () => ({\n getMonthYearAriaLabel: (monthLabel?: string, expanded?: boolean) => {\n return expanded\n ? `${monthLabel} press enter to access date selector`\n : `${monthLabel}\n press enter to access year selector`;\n },\n getYearAriaLabel: (year?: string, selected?: boolean) => {\n return selected\n ? `Year ${year}, selected. Use arrow keys to navigate`\n : `Year ${year}, press Enter to select and continue`;\n },\n getSwitchMonthAriaLabel: (isNext?: boolean, currentMonth?: string) => {\n return isNext\n ? `Go to next month, current month ${currentMonth}`\n : `Go to previous month, current month ${currentMonth}`;\n },\n getBackToTodayAriaLabel: () => {\n return `Select today as date, press enter to select and return to form`;\n },\n getDayAriaLabel: (selected?: boolean, day?: string) => {\n return selected\n ? `${day}, selected. Use arrow keys to navigate and choose another date`\n : `${day}, press enter to select and return to form. Use arrow keys to navigate to another date`;\n },\n }),\n [],\n );\n\n return (\n <>\n console.log('click', e)}\n onClear={(e: any) => console.log('clear', e)}\n onClose={() => console.log('close')}\n onKeyDown={(e) => console.log('keydown', e)}\n locale=\"en\"\n gutterBottom\n />\n \n
    \n \n Locale\n \n console.log('click', e)}\n onClear={(e: any) => console.log('clear', e)}\n onClose={() => console.log('close')}\n onKeyDown={(e) => console.log('keydown', e)}\n locale=\"zh-cn\"\n todayButtonText=\"今天\"\n label=\"日期\"\n helperText=\"选择日期\"\n />\n console.log('click', e)}\n onClear={(e: any) => console.log('clear', e)}\n onClose={() => console.log('close')}\n onKeyDown={(e) => console.log('keydown', e)}\n locale=\"zh-cn\"\n todayButtonText=\"今天\"\n label=\"日期\"\n helperText=\"选择日期\"\n />\n \n );\n};\n\nDatePickerExamples.storyName = 'DatePicker Examples';\n\nexport const DatePickerWithTimePick: Story = ({\n value,\n ...args\n}) => {\n const ref = useRef(null);\n\n const [date, setDate] = useState(value || null);\n const [time, setTime] = useState(null);\n\n useEffect(() => {\n console.log(ref);\n }, []);\n\n return (\n <>\n \n
    \n setTime(v)} />\n \n );\n};\n\nDatePickerWithTimePick.storyName = 'DatePicker with TimePick';\n",locationsMap:{"date-picker":{startLoc:{col:50,line:58},endLoc:{col:1,line:79},startBody:{col:50,line:58},endBody:{col:1,line:79}},"date-picker-with-range":{startLoc:{col:59,line:117},endLoc:{col:1,line:173},startBody:{col:59,line:117},endBody:{col:1,line:173}},"date-picker-examples":{startLoc:{col:58,line:196},endLoc:{col:1,line:304},startBody:{col:58,line:196},endBody:{col:1,line:304}},"date-picker-with-time-pick":{startLoc:{col:62,line:308},endLoc:{col:1,line:328},startBody:{col:62,line:308},endBody:{col:1,line:328}}}}},title:"🚀 Cleanup Components/Forms/DatePicker",component:juno_1.RcDatePicker,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","label","value","placeholder","disabled","disableFuture","disablePast","max","min","locale","fullWidth","helperText","todayButtonText","formatString","renderDay","shouldDisableDate","clearBtn","clearButtonProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["minDate","maxDate","date"]))},exports.DatePicker=function(_a){var value=_a.value,args=tslib_1.__rest(_a,["value"]),ref=react_1.useRef(null),_b=tslib_1.__read(react_1.useState(value),2),date=_b[0],setDate=_b[1];return react_1.useEffect((function(){console.log(ref)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({size:"small",ref,value:date,onChange:setDate},args))," ",react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({ref,value:date,onChange:setDate},args)))},exports.DatePicker.storyName="DatePicker",exports.DatePicker.args={label:juno_1.RcDatePicker.defaultProps.label,value:juno_storybook_1.isTestEnv?new Date("2019-11-15"):void 0,placeholder:"when?"},exports.DatePicker.argTypes={},exports.DatePicker.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f99d35470270f99f34bb2db645816331d1bdf7a/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/068C0B4C-7869-4F18-9BA3-BDD5C5AE7DC1"},{name:"Mui",href:"https://material-ui.com/components/pickers/"},{name:"Accessibility",value:"100%"}]};var minDate=new Date;juno_storybook_1.isTestEnv||minDate.setDate(minDate.getDate()+1);var maxDate=new Date("2025-11-15");exports.DatePickerWithRange=function(_a){var value=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(value),2),date=_b[0],setDate=_b[1];return react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Min"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({min:minDate},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Max"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({max:maxDate},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"Min and Max"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({min:minDate,max:maxDate},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"disablePast"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({disablePast:!0},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"disableFuture"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({disableFuture:!0},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_storybook_1.Title,null,"init value invalid(2019-11-16~2020-11-20)"),react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({min:new Date("2019-11-16"),max:new Date("2020-11-20"),value:date,onChange:setDate},args)),react_1.default.createElement("br",null)," ",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setDate(new Date("2019-11-14"))}},"set past date of min(will auto reset to valid min range)"),react_1.default.createElement("br",null)," ",react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setDate(new Date("2020-11-25"))}},"set future date of max(will auto reset to valid max range)")))},exports.DatePickerWithRange.storyName="DatePicker with range",exports.DatePickerWithRange.args={label:juno_1.RcDatePicker.defaultProps.label,value:new Date("2019-11-15"),placeholder:"when?"},exports.DatePickerWithRange.argTypes={};var weekdays="(日)_(一)_(二)_(三)_(四)_(五)_(六)".split("_");dayjs_1.default.locale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),weekdaysShort:weekdays,weekdaysMin:weekdays,weekdays}),exports.DatePickerExamples=function(){var _a=tslib_1.__read(react_1.useState(new Date("2019-11-15")),2),date=_a[0],setDate=_a[1],screenReaderProps=react_1.useMemo((function(){return{getMonthYearAriaLabel:function(monthLabel,expanded){return expanded?monthLabel+" press enter to access date selector":monthLabel+"\n press enter to access year selector"},getYearAriaLabel:function(year,selected){return selected?"Year "+year+", selected. Use arrow keys to navigate":"Year "+year+", press Enter to select and continue"},getSwitchMonthAriaLabel:function(isNext,currentMonth){return isNext?"Go to next month, current month "+currentMonth:"Go to previous month, current month "+currentMonth},getBackToTodayAriaLabel:function(){return"Select today as date, press enter to select and return to form"},getDayAriaLabel:function(selected,day){return selected?day+", selected. Use arrow keys to navigate and choose another date":day+", press enter to select and return to form. Use arrow keys to navigate to another date"}}}),[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDatePicker,{placeholder:"when?",inputProps:{announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},value:date,onChange:setDate,onClick:function(e){return console.log("click",e)},onClear:function(e){return console.log("clear",e)},onClose:function(){return console.log("close")},onKeyDown:function(e){return console.log("keydown",e)},locale:"en",gutterBottom:!0}),react_1.default.createElement(juno_1.RcDatePicker,{screenReaderProps,value:date,onChange:setDate,placeholder:"when?",locale:"en",fullWidth:!0,clearButtonProps:{title:"clear"},gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"display1",color:"neutral.f06"},"Locale"),react_1.default.createElement(juno_1.RcDatePicker,{clearBtn:!1,screenReaderProps,inputProps:{"aria-describedby":"text-field-today"},value:date,placeholder:"when?",onChange:setDate,onClick:function(e){return console.log("click",e)},onClear:function(e){return console.log("clear",e)},onClose:function(){return console.log("close")},onKeyDown:function(e){return console.log("keydown",e)},locale:"zh-cn",todayButtonText:"今天",label:"日期",helperText:"选择日期"}),react_1.default.createElement(juno_1.RcDatePicker,{size:"small",clearBtn:!1,screenReaderProps,inputProps:{"aria-describedby":"text-field-today"},value:date,placeholder:"when?",onChange:setDate,onClick:function(e){return console.log("click",e)},onClear:function(e){return console.log("clear",e)},onClose:function(){return console.log("close")},onKeyDown:function(e){return console.log("keydown",e)},locale:"zh-cn",todayButtonText:"今天",label:"日期",helperText:"选择日期"}))},exports.DatePickerExamples.storyName="DatePicker Examples",exports.DatePickerWithTimePick=function(_a){var value=_a.value,args=tslib_1.__rest(_a,["value"]),ref=react_1.useRef(null),_b=tslib_1.__read(react_1.useState(value||null),2),date=_b[0],setDate=_b[1],_c=tslib_1.__read(react_1.useState(null),2),time=_c[0],setTime=_c[1];return react_1.useEffect((function(){console.log(ref)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDatePicker,tslib_1.__assign({ref,value:date,onChange:setDate},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,{dateMode:!0,value:time,onChange:function(v){return setTime(v)}}))},exports.DatePickerWithTimePick.storyName="DatePicker with TimePick"},"./packages/juno-core/src/components/Forms/Picker/TimePicker/__stories__/TimePicker.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n getTimestampFromHourAndMin,\n RcButton,\n RcTimePicker,\n RcTimePickerProps,\n RcTypography,\n spacing,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/TimePicker',\n component: RcTimePicker,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'label',\n 'value',\n 'placeholder',\n 'disabled',\n 'max',\n 'min',\n 'fullWidth',\n 'helperText',\n 'clearBtn',\n 'clearButtonProps',\n ]),\n ...notControlInDocTable([]),\n },\n} as Meta;\n\ntype TimePickerProps = ComponentProps;\n\nexport const TimePicker: Story = ({\n value: valueProp,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp);\n\n const handleChange = (time: number) => {\n console.log('time', time);\n setValue(time);\n };\n\n return (\n \n );\n};\n\nTimePicker.storyName = 'TimePicker';\n\nTimePicker.args = {\n label: 'Time',\n value: 58500000,\n placeholder: \"what's time?\",\n};\n\nTimePicker.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTimePicker.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fec04c7f22b6a20886ad30d237b145b6ccd23339/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/842D98B0-CDF7-415E-A9E1-06FE657204D8',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pickers/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const TimePickerWithCoustomPeriodText: Story = () => {\n const [value, setValue] = useState(58500000);\n\n const handleChange = (time: number) => {\n console.log('time', time);\n setValue(time);\n };\n\n return (\n \n );\n};\n\nconst accessibilityProps = {\n HourPickerProps: {\n 'aria-describedby': 'this is hour button',\n getScreenReaderLabel: (hour: string) =>\n `Hour is ${hour}, use up or down arrow keys to change the value`,\n } as RcTimePickerProps['HourPickerProps'],\n MinutePickerProps: {\n 'aria-describedby': 'this is min button',\n getScreenReaderLabel: (minute: string) =>\n `Minute is ${minute}, use up or down arrow keys to change the value`,\n } as RcTimePickerProps['MinutePickerProps'],\n PeriodToggleProps: {\n 'aria-describedby': 'this is period button',\n getScreenReaderLabel: (period: string) =>\n `Period is ${period}, use up or down arrow keys to switch the value`,\n } as RcTimePickerProps['PeriodToggleProps'],\n};\n\nconst defaultPickerValue = new Date('2022/1/1 13:15');\n\nexport const TimePickerExamples: Story = () => {\n // 58500000\n // new Date('2021-01-20T01:30:00.000Z'),\n const [times1, setTimes1] = useState(58500000);\n const [times2, setTimes2] = useState(null);\n const [times3, setTimes3] = useState(null);\n const [times4, setTimes4] = useState(null);\n const [times5, setTimes5] = useState(null);\n\n const handleChange1 = (times: number) => {\n console.log('time', times);\n setTimes1(times);\n };\n\n const handleChange2 = (DateTime: Date) => {\n console.log('DateTime', DateTime);\n setTimes2(DateTime);\n };\n\n const handleChange3 = (times: number) => {\n console.log('time', times);\n setTimes3(times);\n };\n\n const handleChange4 = (DateTime: Date) => {\n console.log('DateTime', DateTime);\n setTimes4(DateTime);\n };\n\n const handleChange5 = (DateTime: Date) => {\n console.log('DateTime', DateTime);\n setTimes5(DateTime);\n };\n\n return (\n <>\n Timestamp Mode\n
    \n \n
    \n \n Date Mode\n
    \n \n
    \n
    \n \n Has min and max\n \n
    \n
    \n
    \n Timestamp Mode\n
    \n \n
    \n
    \n Date Mode\n
    \n \n
    \n
    \n
    \n
    \n \n Twelve Hour System\n \n
    \n
    \n
    \n Timestamp Mode\n
    \n \n
    \n
    \n Date Mode\n
    \n \n
    \n
    \n
    \n
    \n \n With Default Picker Value\n \n
    \n \n \n );\n};\n\nconst Wrapper = styled.div`\n display: flex;\n > * + * {\n margin-left: ${spacing(2)};\n }\n`;\n\nexport const TimePickerChangeRange: Story = () => {\n const [times, setTimes] = useState(38500000);\n const [times2, setTimes2] = useState(38500000);\n const [min, setMin] = useState(38500000);\n const [max, setMax] = useState(58500000);\n\n const [isTwelveHourSystem, setIsTwelveHourSystem] = useState(false);\n\n const minButtons = [\n { hour: 5, minute: 15 },\n { hour: 16, minute: 0 },\n { hour: 16, minute: 15 },\n ];\n\n const maxButtons = [\n { hour: 11, minute: 15 },\n { hour: 16, minute: 0 },\n { hour: 19, minute: 0 },\n { hour: 19, minute: 15 },\n ];\n\n return (\n <>\n \n
    \n Min and Max\n {\n console.log('time', value);\n setTimes(value);\n }}\n min={min}\n max={max}\n isTwelveHourSystem={isTwelveHourSystem}\n gutterBottom\n placeholder=\"what's time?\"\n PopoverProps={{\n PaperProps: {\n 'aria-label':\n 'press Enter to save the time or use Tab to make further changes or Escape to cancel',\n },\n }}\n {...accessibilityProps}\n inputProps={{\n announcementText: 'press enter or space to change the time',\n }}\n />\n
    \n
    \n Only min\n {\n console.log('time', value);\n setTimes2(value);\n }}\n min={min}\n isTwelveHourSystem={isTwelveHourSystem}\n gutterBottom\n placeholder=\"what's time?\"\n PopoverProps={{\n PaperProps: {\n 'aria-label':\n 'press Enter to save the time or use Tab to make further changes or Escape to cancel',\n },\n }}\n {...accessibilityProps}\n inputProps={{\n announcementText: 'press enter or space to change the time',\n }}\n />\n
    \n
    \n
    \n {\n setIsTwelveHourSystem(!isTwelveHourSystem);\n }}\n >\n switch to twelve hour system\n \n
    \n
    \n \n {minButtons.map((x) => {\n const toSetTimestamp = getTimestampFromHourAndMin(x);\n\n const showValue = `reset min to ${x.hour}:${x.minute}`;\n\n return (\n {\n setMin(toSetTimestamp);\n }}\n >\n {showValue}\n \n );\n })}\n \n
    \n \n {maxButtons.map((x) => {\n const toSetTimestamp = getTimestampFromHourAndMin(x);\n\n const showValue = `reset max to ${x.hour}:${x.minute}`;\n\n return (\n toSetTimestamp}\n onClick={() => {\n setMax(toSetTimestamp);\n }}\n >\n {showValue}\n \n );\n })}\n \n \n );\n};\n\nTimePickerExamples.storyName = 'TimePicker Examples';\n\nexport const TimePickerWithDefaultPickerValue: Story = ({\n value: valueProp,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp);\n\n const handleChange = (time: number) => {\n console.log('time', time);\n setValue(time);\n };\n\n return (\n \n );\n};\n\nTimePickerWithDefaultPickerValue.storyName =\n 'TimePicker with default picker value';\n\nTimePickerWithDefaultPickerValue.args = {\n label: 'Time',\n value: null,\n defaultPickerValue: new Date('2021/12/12 14:15:11'),\n placeholder: \"what's time?\",\n};\n\nTimePickerWithDefaultPickerValue.argTypes = {\n ...notControlInDocTable([]),\n};\n",locationsMap:{"time-picker":{startLoc:{col:50,line:42},endLoc:{col:1,line:61},startBody:{col:50,line:42},endBody:{col:1,line:61}},"time-picker-with-coustom-period-text":{startLoc:{col:54,line:92},endLoc:{col:1,line:114},startBody:{col:54,line:92},endBody:{col:1,line:114}},"time-picker-examples":{startLoc:{col:58,line:136},endLoc:{col:1,line:373},startBody:{col:58,line:136},endBody:{col:1,line:373}},"time-picker-change-range":{startLoc:{col:61,line:382},endLoc:{col:1,line:508},startBody:{col:61,line:382},endBody:{col:1,line:508}},"time-picker-with-default-picker-value":{startLoc:{col:72,line:512},endLoc:{col:1,line:532},startBody:{col:72,line:512},endBody:{col:1,line:532}}}}},title:"🚀 Cleanup Components/Forms/TimePicker",component:juno_1.RcTimePicker,argTypes:tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","label","value","placeholder","disabled","max","min","fullWidth","helperText","clearBtn","clearButtonProps"])),juno_storybook_1.notControlInDocTable([]))},exports.TimePicker=function(_a){var valueProp=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueProp),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value,onChange:function(time){console.log("time",time),setValue(time)}},args,accessibilityProps))},exports.TimePicker.storyName="TimePicker",exports.TimePicker.args={label:"Time",value:585e5,placeholder:"what's time?"},exports.TimePicker.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TimePicker.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fec04c7f22b6a20886ad30d237b145b6ccd23339/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/842D98B0-CDF7-415E-A9E1-06FE657204D8"},{name:"Mui",href:"https://material-ui.com/components/pickers/"},{name:"Accessibility",value:"100%"}]},exports.TimePickerWithCoustomPeriodText=function(){var _a=tslib_1.__read(react_1.useState(585e5),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value,onChange:function(time){console.log("time",time),setValue(time)},label:"Time",isTwelveHourSystem:!0,placeholder:"what's time?",periodTexts:{input:{AM:"早上",PM:"晚上"},toggle:{AM:"早",PM:"晚"}}},accessibilityProps))};var accessibilityProps={HourPickerProps:{"aria-describedby":"this is hour button",getScreenReaderLabel:function(hour){return"Hour is "+hour+", use up or down arrow keys to change the value"}},MinutePickerProps:{"aria-describedby":"this is min button",getScreenReaderLabel:function(minute){return"Minute is "+minute+", use up or down arrow keys to change the value"}},PeriodToggleProps:{"aria-describedby":"this is period button",getScreenReaderLabel:function(period){return"Period is "+period+", use up or down arrow keys to switch the value"}}},defaultPickerValue=new Date("2022/1/1 13:15");exports.TimePickerExamples=function(){var _a=tslib_1.__read(react_1.useState(585e5),2),times1=_a[0],setTimes1=_a[1],_b=tslib_1.__read(react_1.useState(null),2),times2=_b[0],setTimes2=_b[1],_c=tslib_1.__read(react_1.useState(null),2),times3=_c[0],setTimes3=_c[1],_d=tslib_1.__read(react_1.useState(null),2),times4=_d[0],setTimes4=_d[1],_e=tslib_1.__read(react_1.useState(null),2),times5=_e[0],setTimes5=_e[1],handleChange1=function(times){console.log("time",times),setTimes1(times)},handleChange3=function(times){console.log("time",times),setTimes3(times)},handleChange4=function(DateTime){console.log("DateTime",DateTime),setTimes4(DateTime)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Timestamp Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times1,onChange:handleChange1,inputProps:{announcementText:"press enter or space to change the time"},gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times1,onChange:handleChange1,isTwelveHourSystem:!0,inputProps:{announcementText:"press enter or space to change the time"},gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps)),react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Date Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times2,onChange:function(DateTime){console.log("DateTime",DateTime),setTimes2(DateTime)},dateMode:!0,placeholder:"what's time?",inputProps:{"data-test-automation-id":"eventEditEndTimePicker",announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},InputProps:{fullWidth:!0,required:!0},fullWidth:!0},accessibilityProps,{isTwelveHourSystem:!0})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1",color:"neutral.f06"},"Has min and max"),react_1.default.createElement("br",null),react_1.default.createElement("div",{style:{display:"flex"}},react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Timestamp Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times3,placeholder:"what's time?",onChange:handleChange3,inputProps:{announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},min:585e5,max:66606e3},accessibilityProps))),react_1.default.createElement("div",{style:{marginLeft:"30px"}},react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Date Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times4,placeholder:"what's time?",onChange:handleChange4,min:new Date("2020/01/01 16:10"),max:new Date("2020/01/01 18:31"),dateMode:!0,inputProps:{"data-test-automation-id":"eventEditEndTimePicker",announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},InputProps:{fullWidth:!0,required:!0}},accessibilityProps)))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"headline1",color:"neutral.f06"},"Twelve Hour System"),react_1.default.createElement("br",null),react_1.default.createElement("div",{style:{display:"flex"}},react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Timestamp Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times3,placeholder:"what's time?",onChange:handleChange3,isTwelveHourSystem:!0,inputProps:{announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},min:585e5,max:66606e3},accessibilityProps))),react_1.default.createElement("div",{style:{marginLeft:"30px"}},react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"Date Mode"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times4,placeholder:"what's time?",onChange:handleChange4,isTwelveHourSystem:!0,min:new Date("2020/01/01 16:10"),max:new Date("2020/01/01 18:31"),dateMode:!0,inputProps:{"data-test-automation-id":"eventEditEndTimePicker",announcementText:"press enter or space to change the time"},PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}},InputProps:{fullWidth:!0,required:!0}},accessibilityProps)))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"interactive.f01"},"With Default Picker Value"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({dateMode:!0,value:times5,onChange:function(DateTime){console.log("DateTime",DateTime),setTimes5(DateTime)},defaultPickerValue,inputProps:{announcementText:"press enter or space to change the time"},gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps)))};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n > * + * {\n margin-left: ",";\n }\n"],["\n display: flex;\n > * + * {\n margin-left: ",";\n }\n"])),juno_1.spacing(2));exports.TimePickerChangeRange=function(){var _a=tslib_1.__read(react_1.useState(385e5),2),times=_a[0],setTimes=_a[1],_b=tslib_1.__read(react_1.useState(385e5),2),times2=_b[0],setTimes2=_b[1],_c=tslib_1.__read(react_1.useState(385e5),2),min=_c[0],setMin=_c[1],_d=tslib_1.__read(react_1.useState(585e5),2),max=_d[0],setMax=_d[1],_e=tslib_1.__read(react_1.useState(!1),2),isTwelveHourSystem=_e[0],setIsTwelveHourSystem=_e[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Wrapper,null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Min and Max"),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times,onChange:function(value){console.log("time",value),setTimes(value)},min,max,isTwelveHourSystem,gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps,{inputProps:{announcementText:"press enter or space to change the time"}}))),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Only min"),react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value:times2,onChange:function(value){console.log("time",value),setTimes2(value)},min,isTwelveHourSystem,gutterBottom:!0,placeholder:"what's time?",PopoverProps:{PaperProps:{"aria-label":"press Enter to save the time or use Tab to make further changes or Escape to cancel"}}},accessibilityProps,{inputProps:{announcementText:"press enter or space to change the time"}})))),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b03",onClick:function(){setIsTwelveHourSystem(!isTwelveHourSystem)}},"switch to twelve hour system"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(Wrapper,null,[{hour:5,minute:15},{hour:16,minute:0},{hour:16,minute:15}].map((function(x){var toSetTimestamp=juno_1.getTimestampFromHourAndMin(x),showValue="reset min to "+x.hour+":"+x.minute;return react_1.default.createElement(juno_1.RcButton,{key:showValue,disabled:maxtoSetTimestamp,onClick:function(){setMax(toSetTimestamp)}},showValue)}))))},exports.TimePickerExamples.storyName="TimePicker Examples",exports.TimePickerWithDefaultPickerValue=function(_a){var valueProp=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueProp),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcTimePicker,tslib_1.__assign({value,onChange:function(time){console.log("time",time),setValue(time)},dateMode:!0},args,accessibilityProps))},exports.TimePickerWithDefaultPickerValue.storyName="TimePicker with default picker value",exports.TimePickerWithDefaultPickerValue.args={label:"Time",value:null,defaultPickerValue:new Date("2021/12/12 14:15:11"),placeholder:"what's time?"},exports.TimePickerWithDefaultPickerValue.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]))},"./packages/juno-core/src/components/Forms/Radio/__stories__/Radio.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcFormControl,\n RcFormLabel,\n RcIcon,\n RcRadio,\n RcRadioGroup,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Add, AddBorder, MemberBorder, People } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Radio',\n component: RcRadio,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'size',\n 'checked',\n 'disabled',\n 'autoFocus',\n 'readOnly',\n 'required',\n 'error',\n 'followColorWhenUnChecked',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RadioProps = ComponentProps;\n\nexport const Radio: Story = ({ ...args }) => {\n return ;\n};\n\nRadio.args = {\n color: 'interactive.f01',\n size: 'medium',\n};\n\nRadio.argTypes = {\n ...notControlInDocTable([]),\n};\n\nRadio.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/radio-buttons/#radio',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const RadioExamples: Story = () => {\n return (\n <>\n \n Label placement end\n \n \n
    \n
    \n
    \n \n Label placement start\n \n \n \n );\n};\n\nRadioExamples.storyName = 'Radio Examples';\n\nexport const RadioWithCustomIcon: Story = ({ size }) => {\n const [value, setValue] = React.useState(0);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(+event.target.value);\n };\n\n return (\n \n Gender\n \n }\n checkedIcon={}\n />\n }\n checkedIcon={}\n />\n \n \n );\n};\n\nRadioWithCustomIcon.storyName = 'Radio with custom icon';\n",locationsMap:{radio:{startLoc:{col:40,line:47},endLoc:{col:1,line:49},startBody:{col:40,line:47},endBody:{col:1,line:49}},"radio-examples":{startLoc:{col:48,line:77},endLoc:{col:1,line:113},startBody:{col:48,line:77},endBody:{col:1,line:113}},"radio-with-custom-icon":{startLoc:{col:54,line:117},endLoc:{col:1,line:145},startBody:{col:54,line:117},endBody:{col:1,line:145}}}}},title:"🚀 Cleanup Components/Forms/Radio",component:juno_1.RcRadio,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","checked","disabled","autoFocus","readOnly","required","error","followColorWhenUnChecked"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Radio=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcRadio,tslib_1.__assign({},args))},exports.Radio.args={color:"interactive.f01",size:"medium"},exports.Radio.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Radio.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe"},{name:"Mui",href:"https://material-ui.com/components/radio-buttons/#radio"},{name:"Accessibility",value:"100%"}]},exports.RadioExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement end"),react_1.default.createElement(juno_1.RcRadio,{formControlLabelProps:{labelPlacement:"end"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement start"),react_1.default.createElement(juno_1.RcRadio,{formControlLabelProps:{labelPlacement:"start"},label:"Label"}))},exports.RadioExamples.storyName="Radio Examples",exports.RadioWithCustomIcon=function(_a){var size=_a.size,_b=tslib_1.__read(react_1.default.useState(0),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcFormControl,null,react_1.default.createElement(juno_1.RcFormLabel,null,"Gender"),react_1.default.createElement(juno_1.RcRadioGroup,{row:!0,value,onChange:function(event){setValue(+event.target.value)}},react_1.default.createElement(juno_1.RcRadio,{value:0,size,label:"female",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.MemberBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.People})}),react_1.default.createElement(juno_1.RcRadio,{value:1,size,label:"male",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.AddBorder}),checkedIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add})})))},exports.RadioWithCustomIcon.storyName="Radio with custom icon"},"./packages/juno-core/src/components/Forms/RadioGroup/__stories__/RadioGroup.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcFormControl,\n RcFormControlLabel,\n RcFormLabel,\n RcRadio,\n RcRadioGroup,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/RadioGroup',\n component: RcRadioGroup,\n argTypes: {\n ...sortInDocTable(['row', 'value']),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype RadioGroupProps = ComponentProps;\n\nexport const RadioGroup: Story = ({ children, ...args }) => {\n return (\n \n }\n label=\"Radio 1\"\n />\n }\n label=\"Radio 2\"\n />\n \n );\n};\n\nRadioGroup.args = {};\n\nRadioGroup.argTypes = {\n ...notControlInDocTable([]),\n};\n\nRadioGroup.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/radio-buttons/#radio',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const RadioGroupExamples: Story = () => {\n const [value, setValue] = React.useState('radio1');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n
    \n \n With RcFormControl and RcRadioGroup\n \n \n FormLabel\n \n }\n label=\"RcRadio wrapped by RcFormControlLabel\"\n />\n \n \n \n \n
    \n );\n};\n\nRadioGroupExamples.storyName = 'RadioGroup Examples';\n",locationsMap:{"radio-group":{startLoc:{col:50,line:30},endLoc:{col:1,line:45},startBody:{col:50,line:30},endBody:{col:1,line:45}},"radio-group-examples":{startLoc:{col:58,line:70},endLoc:{col:1,line:101},startBody:{col:58,line:70},endBody:{col:1,line:101}}}}},title:"🚀 Cleanup Components/Forms/RadioGroup",component:juno_1.RcRadioGroup,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["row","value"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.RadioGroup=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcRadioGroup,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcFormControlLabel,{value:"radio1",control:react_1.default.createElement(juno_1.RcRadio,null),label:"Radio 1"}),react_1.default.createElement(juno_1.RcFormControlLabel,{value:"radio2",control:react_1.default.createElement(juno_1.RcRadio,null),label:"Radio 2"}))},exports.RadioGroup.args={},exports.RadioGroup.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.RadioGroup.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/25371af1a86a4026e49d0d682816e4cc7ea6124b/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/84E0AC7F-7238-4629-B540-9719A8E10D97?mode=design&sha=a11e88130c79a89ea23900bab4855c3e872610fe"},{name:"Mui",href:"https://material-ui.com/components/radio-buttons/#radio"},{name:"Accessibility",value:"100%"}]},exports.RadioGroupExamples=function(){var _a=tslib_1.__read(react_1.default.useState("radio1"),2),value=_a[0],setValue=_a[1];return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"With RcFormControl and RcRadioGroup"),react_1.default.createElement(juno_1.RcFormControl,null,react_1.default.createElement(juno_1.RcFormLabel,null,"FormLabel"),react_1.default.createElement(juno_1.RcRadioGroup,{value,onChange:function(event){setValue(event.target.value)}},react_1.default.createElement(juno_1.RcFormControlLabel,{value:"radio1",control:react_1.default.createElement(juno_1.RcRadio,null),label:"RcRadio wrapped by RcFormControlLabel"}),react_1.default.createElement(juno_1.RcRadio,{label:"RcRadio use label prop",value:"radio2"}),react_1.default.createElement(juno_1.RcRadio,{label:"RcRadio disabled",value:"radio3",disabled:!0}))))},exports.RadioGroupExamples.storyName="RadioGroup Examples"},"./packages/juno-core/src/components/Forms/Select/PlainSelect/__stories__/PlainSelects.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport {\n RcBox,\n RcGrid,\n RcIcon,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcPlainSelect,\n RcTypography,\n} from '@ringcentral/juno';\nimport { Add, BubbleLines, BubbleLinesBorder } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Selects/PlainSelect',\n component: RcPlainSelect,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'size',\n 'virtualize',\n 'disabled',\n 'fullWidth',\n 'autoFocus',\n ]),\n ...notControlInDocTable(['value']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst menuList = [\n { id: 1, value: 'One', symbol: BubbleLinesBorder },\n { id: 2, value: 'Two', symbol: BubbleLines },\n { id: 3, value: 'Three', symbol: Add },\n];\n\ntype PlainSelectProps = ComponentProps;\n\nexport const PlainSelect: Story = ({ ...args }) => {\n const [value, setValue] = useState(1);\n\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const id = Number(event.target.value);\n setValue(id);\n };\n\n return (\n \n \n controlled mode\n {\n console.log('open', e);\n }}\n onClose={(e) => {\n console.log(e);\n }}\n >\n {menuList.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n uncontrolled mode\n {\n console.log('value change', e, v);\n }}\n data-test-automation-id=\"demo\"\n >\n {menuList.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n );\n};\n\nPlainSelect.storyName = 'PlainSelect';\n\nPlainSelect.args = {};\nPlainSelect.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3D1C7D1B-2973-4396-AFA9-349A5D2F2393',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst PlainSelectComponent: FunctionComponent> = ({\n color,\n}) => {\n const [value, setValue] = useState(1);\n\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const id = Number(event.target.value);\n setValue(id);\n };\n\n return (\n
    \n text\n \n {menuList.map((item) => (\n \n {item.value}\n \n ))}\n \n
    \n
    \n plain\n \n {menuList.map((item) => (\n \n \n \n \n \n \n ))}\n \n
    \n
    \n round\n \n {menuList.map((item) => (\n \n \n \n ))}\n \n
    \n
    \n plainIcon\n \n {menuList.map((item) => (\n \n \n \n ))}\n \n
    \n );\n};\n\nexport const PlainSelectExamples: Story = () => {\n return (\n \n \n \n \n );\n};\n\nPlainSelectExamples.storyName = 'PlainSelect Examples';\n",locationsMap:{"plain-select":{startLoc:{col:52,line:54},endLoc:{col:1,line:106},startBody:{col:52,line:54},endBody:{col:1,line:106}},"plain-select-examples":{startLoc:{col:60,line:206},endLoc:{col:1,line:213},startBody:{col:60,line:206},endBody:{col:1,line:213}}}}},title:"🚀 Cleanup Components/Selects/PlainSelect",component:juno_1.RcPlainSelect,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","size","virtualize","disabled","fullWidth","autoFocus"])),juno_storybook_1.notControlInDocTable(["value"])),juno_storybook_1.notShowInDocTable([]))};var menuList=[{id:1,value:"One",symbol:juno_icon_1.BubbleLinesBorder},{id:2,value:"Two",symbol:juno_icon_1.BubbleLines},{id:3,value:"Three",symbol:juno_icon_1.Add}];exports.PlainSelect=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(1),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"controlled mode"),react_1.default.createElement(juno_1.RcPlainSelect,tslib_1.__assign({},args,{value,onChange:function(event){var id=Number(event.target.value);setValue(id)},"data-test-automation-id":"demo",onOpen:function(e){console.log("open",e)},onClose:function(e){console.log(e)}}),menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_storybook_1.Title,null,"uncontrolled mode"),react_1.default.createElement(juno_1.RcPlainSelect,tslib_1.__assign({},args,{defaultValue:1,onChange:function(e,v){console.log("value change",e,v)},"data-test-automation-id":"demo"}),menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},item.value)})))))},exports.PlainSelect.storyName="PlainSelect",exports.PlainSelect.args={},exports.PlainSelect.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3D1C7D1B-2973-4396-AFA9-349A5D2F2393"},{name:"Accessibility",value:"100%"}]};var PlainSelectComponent=function(_a){var color=_a.color,_b=tslib_1.__read(react_1.useState(1),2),value=_b[0],setValue=_b[1],handleChange=function(event){var id=Number(event.target.value);setValue(id)};return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"text"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"text"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"plain"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"plain"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},react_1.default.createElement(juno_1.RcListItemIcon,{color:"inherit"},react_1.default.createElement(juno_1.RcIcon,{symbol:item.symbol})),react_1.default.createElement(juno_1.RcListItemText,{primaryTypographyProps:{color:"inherit"},primary:item.value}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"round"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"round"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},react_1.default.createElement(juno_1.RcIcon,{symbol:item.symbol}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"plainIcon"),react_1.default.createElement(juno_1.RcPlainSelect,{color,value,onChange:handleChange,variant:"plainIcon"},menuList.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{value:item.id,key:item.id},react_1.default.createElement(juno_1.RcIcon,{symbol:item.symbol}))}))))};exports.PlainSelectExamples=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(PlainSelectComponent,null),react_1.default.createElement(PlainSelectComponent,{color:"success.f11"}))},exports.PlainSelectExamples.storyName="PlainSelect Examples"},"./packages/juno-core/src/components/Forms/Select/__stories__/Selects.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcCheckbox,\n RcGrid,\n RcListItem,\n RcMenuItem,\n RcSelect,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Selects/Select',\n component: RcSelect,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'size',\n 'disabled',\n 'error',\n 'required',\n 'fullWidth',\n 'virtualize',\n 'label',\n 'placeholder',\n 'open',\n 'displayEmpty',\n 'readOnly',\n 'focused',\n 'autoFocus',\n ]),\n ...notControlInDocTable([\n 'multiple',\n 'defaultValue',\n 'value',\n ]),\n ...notShowInDocTable(['onFocus', 'onBlur']),\n },\n} as Meta;\n\nconst menus = [\n { id: -1, value: 0 },\n { id: 0, value: 'Zero' },\n { id: 1, value: 'One: truncated when text too long!!!' },\n { id: 2, value: 'Two' },\n { id: 3, value: 'Three' },\n];\n\ntype SelectProps = ComponentProps;\n\nconst disabledIndexes = [5];\n\nconst virtualizeMenus = range(0, 1000).map((index) => {\n return (\n \n {index}-Item\n \n );\n});\n\nexport const Select: Story = ({ id, variant, ...args }) => {\n const [value, setValue] = useState(undefined);\n\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n \n \n \n LineSelect\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n BoxSelect\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n uncontrolled mode\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n \n uncontrolled mode\n \n \n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n \n );\n};\n\nSelect.args = {\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nSelect.argTypes = {\n ...notControlInDocTable(['id', 'variant']),\n};\n\nSelect.parameters = {\n tags: [\n {\n name: 'Spec',\n value: 'LineSelect',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/30351BF2-EF70-4F72-ABFB-0511FF5A4E9F',\n },\n {\n name: 'Spec',\n value: 'BoxSelect',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8F8CA3D0-3173-4B76-980A-F7977FD20412',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/selects/#select',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const VirtualizeMenu: Story = ({ ...args }) => {\n const [value2, setValue2] = useState(null);\n\n return (\n \n \n \n VirtualizeLineSelect\n \n setValue2(e.target.value)}\n onOpen={(e) => {\n console.log('open', e);\n }}\n virtualize\n value={value2}\n >\n {virtualizeMenus}\n \n \n \n \n VirtualizeBoxSelect\n \n setValue2(e.target.value)}\n onOpen={(e) => {\n console.log('open', e);\n }}\n virtualize\n value={value2}\n >\n {virtualizeMenus}\n \n \n \n );\n};\n\nVirtualizeMenu.args = {\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nexport const LineSelect: Story = ({ ...args }) => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n const [value2, setValue2] = useState([]);\n\n const handleChange2 = (event: React.ChangeEvent) => {\n // * here will get the result array\n console.log(event);\n setValue2(event.target.value as any);\n };\n\n return (\n <>\n \n Single Select\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Custom color\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Focused with custom color\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Multiple\n \n {\n console.log('open', e);\n }}\n value={value2}\n renderValue={(v: number[]) => `Filter(${v?.length})`}\n {...args}\n placeholder=\"Select multiple item\"\n >\n {menus.map((item) => (\n \n -1} />\n {item.value}\n \n ))}\n \n \n Focused\n \n {\n console.log('open', e);\n }}\n value={value}\n focused\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Error\n \n {\n console.log('open', e);\n }}\n value={value}\n error\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Disabled\n \n {\n console.log('open', e);\n }}\n value={value}\n disabled\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n\nLineSelect.storyName = 'LineSelect';\n\nLineSelect.args = {\n id: 'select-id',\n variant: 'line',\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nLineSelect.argTypes = {\n ...notShowInDocTable([]),\n};\n\nexport const BoxSelect: Story = ({ ...args }) => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n <>\n \n Single Select\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Focused with custom color\n \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n
    \n {\n console.log('open', e);\n }}\n value={value}\n {...args}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Error\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Disabled\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n Focused\n \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n\nBoxSelect.storyName = 'BoxSelect';\n\nBoxSelect.args = {\n id: 'select-id2',\n variant: 'box',\n placeholder: 'Select an age, please',\n label: 'Team Name',\n helperText: 'Some important helper text',\n};\n\nBoxSelect.argTypes = {\n ...notShowInDocTable([]),\n};\n\nexport const SelectWithoutLabel: Story = () => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n <>\n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n
    \n
    \n {\n console.log('open', e);\n }}\n value={value}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n\nexport const SelectWithCustomMenuProps: Story = () => {\n const [value, setValue] = useState(undefined);\n const handleChange = (\n event: React.ChangeEvent,\n ) => {\n const { value } = event.target;\n setValue(+value);\n };\n\n return (\n <>\n {\n console.log('open', e);\n }}\n value={value}\n MenuProps={{\n anchorOrigin: {\n vertical: 'bottom',\n horizontal: 'left',\n },\n getContentAnchorEl: null,\n }}\n >\n {menus.map((item) => (\n \n {item.value}\n \n ))}\n \n \n );\n};\n",locationsMap:{select:{startLoc:{col:42,line:82},endLoc:{col:1,line:194},startBody:{col:42,line:82},endBody:{col:1,line:194}},"virtualize-menu":{startLoc:{col:50,line:229},endLoc:{col:1,line:281},startBody:{col:50,line:229},endBody:{col:1,line:281}},"line-select":{startLoc:{col:46,line:289},endLoc:{col:1,line:439},startBody:{col:46,line:289},endBody:{col:1,line:439}},"box-select":{startLoc:{col:45,line:455},endLoc:{col:1,line:575},startBody:{col:45,line:455},endBody:{col:1,line:575}},"select-without-label":{startLoc:{col:54,line:591},endLoc:{col:1,line:635},startBody:{col:54,line:591},endBody:{col:1,line:635}},"select-with-custom-menu-props":{startLoc:{col:61,line:637},endLoc:{col:1,line:671},startBody:{col:61,line:637},endBody:{col:1,line:671}}}}},title:"🚀 Cleanup Components/Selects/Select",component:juno_1.RcSelect,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","size","disabled","error","required","fullWidth","virtualize","label","placeholder","open","displayEmpty","readOnly","focused","autoFocus"])),juno_storybook_1.notControlInDocTable(["multiple","defaultValue","value"])),juno_storybook_1.notShowInDocTable(["onFocus","onBlur"]))};var menus=[{id:-1,value:0},{id:0,value:"Zero"},{id:1,value:"One: truncated when text too long!!!"},{id:2,value:"Two"},{id:3,value:"Three"}],disabledIndexes=[5],virtualizeMenus=range_1.default(0,1e3).map((function(index){return react_1.default.createElement(juno_1.RcMenuItem,{disabled:disabledIndexes.includes(index),key:index+"-Item","data-search-text":index+"-Item",value:index+"-Item"},index,"-Item")}));exports.Select=function(_a){_a.id,_a.variant;var args=tslib_1.__rest(_a,["id","variant"]),_b=tslib_1.__read(react_1.useState(void 0),2),value=_b[0],setValue=_b[1],handleChange=function(event){var value=event.target.value;setValue(+value)};return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"LineSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{title:"example",onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"BoxSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{variant:"box",id:"box-select",SelectInputProps:{MenuProps:{MenuListProps:{"aria-activedescendant":"test message"}}},onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"uncontrolled mode"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{id:"line-select-uncontrolled",defaultValue:3}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"uncontrolled mode"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{variant:"box",id:"box-select-uncontrolled",defaultValue:3}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)})))))},exports.Select.args={placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.Select.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["id","variant"])),exports.Select.parameters={tags:[{name:"Spec",value:"LineSelect",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/30351BF2-EF70-4F72-ABFB-0511FF5A4E9F"},{name:"Spec",value:"BoxSelect",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8F8CA3D0-3173-4B76-980A-F7977FD20412"},{name:"Mui",href:"https://material-ui.com/components/selects/#select"},{name:"Accessibility",value:"100%"}]},exports.VirtualizeMenu=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(null),2),value2=_b[0],setValue2=_b[1];return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"VirtualizeLineSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{id:"virtual-line-select",onChange:function(e){return setValue2(e.target.value)},onOpen:function(e){console.log("open",e)},virtualize:!0,value:value2}),virtualizeMenus)),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"VirtualizeBoxSelect"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{variant:"box",id:"virtual-box-select",onChange:function(e){return setValue2(e.target.value)},onOpen:function(e){console.log("open",e)},virtualize:!0,value:value2}),virtualizeMenus)))},exports.VirtualizeMenu.args={placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.LineSelect=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(void 0),2),value=_b[0],setValue=_b[1],handleChange=function(event){var value=event.target.value;setValue(+value)},_c=tslib_1.__read(react_1.useState([]),2),value2=_c[0],setValue2=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Single Select"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Custom color"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"warning.f11",onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused with custom color"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"success.f11",focused:!0,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Multiple"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:function(event){console.log(event),setValue2(event.target.value)},multiple:!0,onOpen:function(e){console.log("open",e)},value:value2,renderValue:function(v){return"Filter("+(null==v?void 0:v.length)+")"}},args,{placeholder:"Select multiple item"}),menus.map((function(item){return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0,value:item.id,key:item.id},react_1.default.createElement(juno_1.RcCheckbox,{checked:value2.indexOf(item.id)>-1}),item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value,focused:!0},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Error"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value,error:!0},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Disabled"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,onOpen:function(e){console.log("open",e)},value,disabled:!0},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))},exports.LineSelect.storyName="LineSelect",exports.LineSelect.args={id:"select-id",variant:"line",placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.LineSelect.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable([])),exports.BoxSelect=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(void 0),2),value=_b[0],setValue=_b[1],handleChange=function(event){var value=event.target.value;setValue(+value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Single Select"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused with custom color"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"warning.f11",focused:!0,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({onChange:handleChange,color:"success.f11",focused:!0,onOpen:function(e){console.log("open",e)},value},args),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Error"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{error:!0,onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Disabled"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{disabled:!0,onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2"},"Focused"),react_1.default.createElement(juno_1.RcSelect,tslib_1.__assign({},args,{focused:!0,onChange:handleChange,onOpen:function(e){console.log("open",e)},value}),menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))},exports.BoxSelect.storyName="BoxSelect",exports.BoxSelect.args={id:"select-id2",variant:"box",placeholder:"Select an age, please",label:"Team Name",helperText:"Some important helper text"},exports.BoxSelect.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable([])),exports.SelectWithoutLabel=function(){var _a=tslib_1.__read(react_1.useState(void 0),2),value=_a[0],setValue=_a[1],handleChange=function(event){var value=event.target.value;setValue(+value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSelect,{placeholder:"Select an age, please",onChange:handleChange,onOpen:function(e){console.log("open",e)},value},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSelect,{variant:"box",placeholder:"Select an age, please",onChange:handleChange,onOpen:function(e){console.log("open",e)},value},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))},exports.SelectWithCustomMenuProps=function(){var _a=tslib_1.__read(react_1.useState(void 0),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSelect,{placeholder:"Select an age, please",onChange:function(event){var value=event.target.value;setValue(+value)},onOpen:function(e){console.log("open",e)},value,MenuProps:{anchorOrigin:{vertical:"bottom",horizontal:"left"},getContentAnchorEl:null}},menus.map((function(item){return react_1.default.createElement(juno_1.RcMenuItem,{value:item.id,key:item.id},item.value)}))))}},"./packages/juno-core/src/components/Forms/Slider/__stories__/Slider.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcGrid, RcIcon, RcSlider, RcTextField } from '@ringcentral/juno';\nimport { SpeakerMute, SpeakerUp, Star } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Slider',\n component: RcSlider,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'defaultValue',\n 'valueLabelDisplay',\n 'value',\n 'onChange',\n 'onChangeCommitted',\n 'disabled',\n 'track',\n 'step',\n 'marks',\n 'orientation',\n 'max',\n 'min',\n 'scale',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SliderProps = ComponentProps;\n\nexport const Slider: Story = ({ value: valueProp, ...args }) => {\n const [value, setValue] = useState(valueProp || 0);\n\n return setValue(v)} {...args} />;\n};\n\nSlider.args = {};\n\nSlider.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSlider.parameters = {\n tags: [\n // {\n // name: 'Spec',\n // href: '',\n // },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/slider/#slider',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const SliderExamples: Story = ({\n value: valueProp,\n color,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp || 0);\n const [value2, setValue2] = useState(valueProp || 0);\n const [value3, setValue3] = useState(valueProp || 0);\n\n const handleChange = (\n _e: React.ChangeEvent<{}>,\n v: number | number[],\n ): void => setValue(v);\n const handleChange2 = (\n _e: React.ChangeEvent<{}>,\n v: number | number[],\n ): void => setValue2(v);\n const handleChange3 = (\n _e: React.ChangeEvent<{}>,\n v: number | number[],\n ): void => setValue3(v);\n\n return (\n <>\n Slider with icon\n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n Slider with TextField\n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n Slider with Volume\n \n \n \n \n \n `${x}%`}\n color={color}\n {...args}\n />\n \n \n \n \n \n \n );\n};\n",locationsMap:{slider:{startLoc:{col:42,line:46},endLoc:{col:1,line:50},startBody:{col:42,line:46},endBody:{col:1,line:50}},"slider-examples":{startLoc:{col:50,line:75},endLoc:{col:1,line:167},startBody:{col:50,line:75},endBody:{col:1,line:167}}}}},title:"🚀 Cleanup Components/Forms/Slider",component:juno_1.RcSlider,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["defaultValue","valueLabelDisplay","value","onChange","onChangeCommitted","disabled","track","step","marks","orientation","max","min","scale"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Slider=function(_a){var valueProp=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueProp||0),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value,onChange:function(e,v){return setValue(v)}},args))},exports.Slider.args={},exports.Slider.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Slider.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/slider/#slider"},{name:"Accessibility",value:"100%"}]},exports.SliderExamples=function(_a){var valueProp=_a.value,color=_a.color,args=tslib_1.__rest(_a,["value","color"]),_b=tslib_1.__read(react_1.useState(valueProp||0),2),value=_b[0],setValue=_b[1],_c=tslib_1.__read(react_1.useState(valueProp||0),2),value2=_c[0],setValue2=_c[1],_d=tslib_1.__read(react_1.useState(valueProp||0),2),value3=_d[0],setValue3=_d[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Slider with icon"),react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4,alignItems:"center"},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,color,size:"medium"})),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value,"aria-labelledby":"input-slider",onChange:function(_e,v){return setValue(v)},color},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,color,size:"medium"}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Slider with TextField"),react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4,alignItems:"center"},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,color,size:"medium"})),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value:value2,onChange:function(_e,v){return setValue2(v)},"aria-labelledby":"input-slider",color},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcTextField,{value:value2,style:{width:"2em"},InputProps:{readOnly:!0},clearBtn:!1}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Slider with Volume"),react_1.default.createElement(juno_1.RcGrid,{container:!0,spacing:4,alignItems:"center"},react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.SpeakerUp,color,size:"medium"})),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcSlider,tslib_1.__assign({value:value3,onChange:function(_e,v){return setValue3(v)},"aria-labelledby":"input-slider",valueLabelFormat:function(x){return x+"%"},color},args))),react_1.default.createElement(juno_1.RcGrid,{item:!0},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.SpeakerMute,color,size:"medium"}))))}},"./packages/juno-core/src/components/Forms/Switch/__stories__/Switch.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcFormControl,\n RcFormControlLabel,\n RcFormGroup,\n RcFormLabel,\n RcSwitch,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Switch',\n component: RcSwitch,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'checked',\n 'disabled',\n 'autoFocus',\n 'readOnly',\n 'required',\n 'label',\n 'formControlLabelProps',\n ]),\n trackColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SwitchProps = ComponentProps;\n\nexport const Switch: Story = ({ ...args }) => {\n return ;\n};\n\nSwitch.args = {};\n\nSwitch.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSwitch.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/de8b75d5-8b52-4f2d-a5d5-67f4f9961d99?mode=design&sha=a6497a24bcae3cd22071b657cca0b73b11887d09',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/switches/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const SwitchExamples: Story = () => {\n return (\n
    \n \n Label placement end\n \n \n
    \n
    \n
    \n \n Label placement start\n \n \n
    \n
    \n
    \n \n With RcFormControl and RcFormControlLabel\n \n \n FormLabel\n \n }\n label=\"RcSwitch wrapped by RcFormControlLabel\"\n />\n \n \n \n
    \n );\n};\n\nSwitchExamples.storyName = 'Switch Examples';\n\nexport const SwitchWithCustomTrackColor: Story = () => {\n return (\n <>\n \n \n prop \"trackColor\" is applied when switch is unchecked.\n \n \n );\n};\n\nSwitchWithCustomTrackColor.storyName = 'Switch with custom trackColor';\n",locationsMap:{switch:{startLoc:{col:42,line:51},endLoc:{col:1,line:53},startBody:{col:42,line:51},endBody:{col:1,line:53}},"switch-examples":{startLoc:{col:50,line:78},endLoc:{col:1,line:135},startBody:{col:50,line:78},endBody:{col:1,line:135}},"switch-with-custom-track-color":{startLoc:{col:62,line:139},endLoc:{col:1,line:148},startBody:{col:62,line:139},endBody:{col:1,line:148}}}}},title:"🚀 Cleanup Components/Forms/Switch",component:juno_1.RcSwitch,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["checked","disabled","autoFocus","readOnly","required","label","formControlLabelProps"])),{trackColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Switch=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcSwitch,tslib_1.__assign({},args))},exports.Switch.args={},exports.Switch.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Switch.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/de8b75d5-8b52-4f2d-a5d5-67f4f9961d99?mode=design&sha=a6497a24bcae3cd22071b657cca0b73b11887d09"},{name:"Mui",href:"https://material-ui.com/components/switches/"},{name:"Accessibility",value:"100%"}]},exports.SwitchExamples=function(){return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement end"),react_1.default.createElement(juno_1.RcSwitch,{formControlLabelProps:{labelPlacement:"end"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"Label placement start"),react_1.default.createElement(juno_1.RcSwitch,{formControlLabelProps:{labelPlacement:"start"},label:"Label"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},"With RcFormControl and RcFormControlLabel"),react_1.default.createElement(juno_1.RcFormControl,null,react_1.default.createElement(juno_1.RcFormLabel,null,"FormLabel"),react_1.default.createElement(juno_1.RcFormGroup,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,{name:"RcSwitch name prop"}),label:"RcSwitch wrapped by RcFormControlLabel"}),react_1.default.createElement(juno_1.RcSwitch,{label:"RcSwitch use label prop"}))))},exports.SwitchExamples.storyName="Switch Examples",exports.SwitchWithCustomTrackColor=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{label:"Label",trackColor:["success","b03"]}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body1",paragraph:!0},'prop "trackColor" is applied when switch is unchecked.'))},exports.SwitchWithCustomTrackColor.storyName="Switch with custom trackColor"},"./packages/juno-core/src/components/Forms/TextField/__stories__/BorderLessTextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),TextField_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx"));exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useLayoutEffect,\n useRef,\n useState,\n} from 'react';\n\nimport { RcTextField } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport TextFieldStory from './TextField.story';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/BorderLessTextField',\n component: RcTextField,\n argTypes: {\n ...sortInDocTable([\n 'align',\n 'multiline',\n 'textVariant',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n ...TextFieldStory.argTypes,\n },\n} as Meta;\n\ntype BorderLessTextFieldProps = ComponentProps;\n\nexport const BorderLessTextField: Story = ({\n children,\n value: valueArg,\n ...args\n}) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n \n );\n};\n\nBorderLessTextField.storyName = 'BorderLessTextField';\n\nBorderLessTextField.args = {\n variant: 'borderLess',\n placeholder: 'title',\n fullWidth: true,\n clearBtn: false,\n id: 'id-BorderLessTextField-1',\n textVariant: 'display1',\n align: 'center',\n multiline: true,\n};\n\nBorderLessTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nBorderLessTextField.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/text-fields',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"border-less-text-field":{startLoc:{col:68,line:35},endLoc:{col:1,line:62},startBody:{col:68,line:35},endBody:{col:1,line:62}}}}},title:"🚀 Cleanup Components/Forms/BorderLessTextField",component:juno_1.RcTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["align","multiline","textVariant"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([])),TextField_story_1.default.argTypes)},exports.BorderLessTextField=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1];return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,onChange:function(event){setValue(event.target.value)},ref,inputRef}))},exports.BorderLessTextField.storyName="BorderLessTextField",exports.BorderLessTextField.args={variant:"borderLess",placeholder:"title",fullWidth:!0,clearBtn:!1,id:"id-BorderLessTextField-1",textVariant:"display1",align:"center",multiline:!0},exports.BorderLessTextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.BorderLessTextField.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE"},{name:"Mui",href:"https://material-ui.com/components/text-fields"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Forms/TextField/__stories__/OutlineTextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),TextField_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx"));exports.default={parameters:{storySource:{source:'import React, {\n ComponentProps,\n FunctionComponent,\n useLayoutEffect,\n useRef,\n useState,\n} from \'react\';\n\nimport {\n RcIcon,\n RcIconButton,\n RcOutlineTextFieldIconSizes,\n RcTextField,\n} from \'@ringcentral/juno\';\nimport {\n Add as AddSvg,\n DefaultBox as BoxSvg,\n Close,\n Lock,\n LockBorder,\n SearchNav,\n} from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport TextFieldStory from \'./TextField.story\';\n\nexport default {\n title: \'🚀 Cleanup Components/Forms/OutlineTextField\',\n component: RcTextField,\n argTypes: {\n ...sortInDocTable([\'size\', \'radius\']),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n ...TextFieldStory.argTypes,\n },\n} as Meta;\n\ntype OutlineTextFieldProps = ComponentProps;\n\nconst OutlineTextFieldComponent: FunctionComponent = ({\n children,\n value: valueArg,\n size,\n ...args\n}) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n <>\n \n
    \n \n ),\n endAdornment: (\n \n ),\n }}\n clearButtonProps={{ size }}\n onChange={handleChange}\n label="Number"\n fullWidth\n />\n \n );\n};\n\nexport const OutlineTextField: Story = (args) => (\n \n);\n\nOutlineTextField.storyName = \'OutlineTextField\';\n\nOutlineTextField.args = {\n helperText: \'some helper text\',\n label: \'Topic\',\n placeholder: \'Placeholder\',\n id: \'id-OutlineTextField-1\',\n};\n\nOutlineTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nOutlineTextField.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE\',\n },\n {\n name: \'Mui\',\n href: \'https://material-ui.com/components/text-fields\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nconst OutlineTextFieldExamplesComponent: FunctionComponent =\n ({ size, radius }) => {\n const [value, setValue] = useState(\'\');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n <>\n \n
    \n ,\n endAdornment: (\n \n ),\n }}\n placeholder="what\'s your title?"\n onChange={handleChange}\n label="Title"\n fullWidth\n helperText="some helper text"\n gutterBottom\n />\n
    \n \n ),\n }}\n placeholder="what\'s your password?"\n onChange={handleChange}\n label="Password"\n fullWidth\n helperText="some helper text"\n gutterBottom\n />\n
    \n \n ),\n }}\n placeholder="what\'s your title?"\n onChange={handleChange}\n label="Title"\n fullWidth\n helperText="some helper text"\n gutterBottom\n focused\n />\n
    \n \n
    \n \n ),\n endAdornment: (\n <>\n clear\n \n \n ),\n }}\n label="Title"\n fullWidth\n helperText="some helper text"\n gutterBottom\n disabled\n />\n
    \n \n \n );\n };\n\nexport const OutlineTextFieldExamples: Story = (\n args,\n) => ;\n\nOutlineTextFieldExamples.storyName = \'OutlineTextField Examples\';\n\nconst sizes = [\'small\', \'medium\', \'large\'] as OutlineTextFieldProps[\'size\'][];\n\nconst OutlineTextFieldSizesComponent: FunctionComponent =\n ({ children, value: valueArg, ...args }) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n <>\n {sizes.map((size) => (\n \n \n ),\n endAdornment: (\n \n ),\n }}\n />\n \n ),\n endAdornment: (\n \n ),\n }}\n />\n
    \n
    \n
    \n ))}\n \n );\n };\n\nexport const OutlineTextFieldSizes: Story = (args) => (\n \n);\n\nOutlineTextFieldSizes.storyName = \'OutlineTextField Sizes\';\n\nOutlineTextFieldSizes.args = {\n helperText: \'some helper text\',\n placeholder: \'Placeholder\',\n id: \'id-OutlineTextFieldWithSize-1\',\n};\n\nOutlineTextFieldSizes.argTypes = {\n ...notControlInDocTable([\'size\']),\n};\n',locationsMap:{"outline-text-field":{startLoc:{col:62,line:104},endLoc:{col:1,line:106},startBody:{col:62,line:104},endBody:{col:1,line:106}},"outline-text-field-examples":{startLoc:{col:70,line:274},endLoc:{col:52,line:276},startBody:{col:70,line:274},endBody:{col:52,line:276}},"outline-text-field-sizes":{startLoc:{col:67,line:366},endLoc:{col:1,line:368},startBody:{col:67,line:366},endBody:{col:1,line:368}}}}},title:"🚀 Cleanup Components/Forms/OutlineTextField",component:juno_1.RcTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","radius"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([])),TextField_story_1.default.argTypes)};var OutlineTextFieldComponent=function(_a){_a.children;var valueArg=_a.value,size=_a.size,args=tslib_1.__rest(_a,["children","value","size"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{variant:"outline",value,size,onChange:handleChange,ref,inputRef,fullWidth:!0})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{variant:"outline",value,size,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f04",size,symbol:juno_icon_1.DefaultBox}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{color:"neutral.f04",variant:"plain",size,symbol:juno_icon_1.Add})},clearButtonProps:{size},onChange:handleChange,label:"Number",fullWidth:!0})))};exports.OutlineTextField=function(args){return react_1.default.createElement(OutlineTextFieldComponent,tslib_1.__assign({},args))},exports.OutlineTextField.storyName="OutlineTextField",exports.OutlineTextField.args={helperText:"some helper text",label:"Topic",placeholder:"Placeholder",id:"id-OutlineTextField-1"},exports.OutlineTextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.OutlineTextField.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE"},{name:"Mui",href:"https://material-ui.com/components/text-fields"},{name:"Accessibility",value:"100%"}]};var OutlineTextFieldExamplesComponent=function(_a){var size=_a.size,radius=_a.radius,_b=tslib_1.__read(react_1.useState(""),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius,placeholder:"what's your age?",onChange:handleChange,fullWidth:!0,helperText:"some helper text",gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius:"round",InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",size,symbol:juno_icon_1.DefaultBox})},placeholder:"what's your title?",onChange:handleChange,label:"Title",fullWidth:!0,helperText:"some helper text",gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,type:"password",size,radius:"zero",InputProps:{endAdornment:react_1.default.createElement(juno_1.RcIconButton,{size,variant:"plain",symbol:juno_icon_1.Lock})},placeholder:"what's your password?",onChange:handleChange,label:"Password",fullWidth:!0,helperText:"some helper text",gutterBottom:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius,InputProps:{endAdornment:react_1.default.createElement(juno_1.RcIconButton,{size,variant:"plain",symbol:juno_icon_1.LockBorder})},placeholder:"what's your title?",onChange:handleChange,label:"Title",fullWidth:!0,helperText:"some helper text",gutterBottom:!0,focused:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,size,radius,placeholder:"what's your title?",onChange:handleChange,label:"Title",helperText:"some helper text",fullWidth:!0,gutterBottom:!0,error:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",value,placeholder:"what's your title?",size,radius,onChange:handleChange,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{size,color:"disabled.f02",symbol:juno_icon_1.SearchNav}),endAdornment:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("span",null,"clear"),react_1.default.createElement(juno_1.RcIconButton,{disabled:!0,size,variant:"plain",symbol:juno_icon_1.Close}))},label:"Title",fullWidth:!0,helperText:"some helper text",gutterBottom:!0,disabled:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{variant:"outline",label:"Custom color",fullWidth:!0,helperText:"some helper text",gutterBottom:!0,placeholder:"what's your title?",color:"warning.f11"}))};exports.OutlineTextFieldExamples=function(args){return react_1.default.createElement(OutlineTextFieldExamplesComponent,tslib_1.__assign({},args))},exports.OutlineTextFieldExamples.storyName="OutlineTextField Examples";var sizes=["small","medium","large"],OutlineTextFieldSizesComponent=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,sizes.map((function(size){return react_1.default.createElement(react_1.default.Fragment,{key:size},react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{variant:"outline",label:size,value,size,onChange:handleChange,ref,inputRef,fullWidth:!0,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f04",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.DefaultBox}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{color:"neutral.f04",variant:"plain",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.Add})}})),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{multiline:!0,variant:"outline",label:size+"-multiline",value,size,onChange:handleChange,ref,inputRef,fullWidth:!0,InputProps:{startAdornment:react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f04",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.DefaultBox}),endAdornment:react_1.default.createElement(juno_1.RcIconButton,{color:"neutral.f04",variant:"plain",size:juno_1.RcOutlineTextFieldIconSizes[size],symbol:juno_icon_1.Add})}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null))})))};exports.OutlineTextFieldSizes=function(args){return react_1.default.createElement(OutlineTextFieldSizesComponent,tslib_1.__assign({},args))},exports.OutlineTextFieldSizes.storyName="OutlineTextField Sizes",exports.OutlineTextFieldSizes.args={helperText:"some helper text",placeholder:"Placeholder",id:"id-OutlineTextFieldWithSize-1"},exports.OutlineTextFieldSizes.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["size"]))},"./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useLayoutEffect,\n useRef,\n useState,\n} from 'react';\n\nimport {\n RcGrid,\n RcIconButton,\n RcText,\n RcTextField,\n RcTypography,\n} from '@ringcentral/juno';\nimport { HideBorder } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/TextField',\n component: RcTextField,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'align',\n 'gutterBottom',\n 'disabled',\n 'error',\n 'fullWidth',\n 'defaultValue',\n 'value',\n 'helperText',\n 'label',\n 'placeholder',\n 'id',\n 'focused',\n 'clearBtn',\n 'required',\n 'autoFocus',\n 'autoSelect',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'focusOnMount',\n 'selectOnMount',\n 'autoFocusDelay',\n ]),\n },\n} as Meta;\n\ntype TextFieldProps = ComponentProps;\n\nexport const TextField: Story = ({\n children,\n value: valueArg,\n ...args\n}) => {\n const ref = useRef();\n const inputRef = useRef();\n\n const [value, setValue] = useState((valueArg as any) || '');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n useLayoutEffect(() => {\n console.log(ref, inputRef);\n }, []);\n\n return (\n <>\n \n If you want TextField with margin at bottom, set{' '}\n gutterBottom to be{' '}\n true\n \n Control\n \n
    \n
    \n UnControl\n\n \n \n );\n};\n\nTextField.storyName = 'TextField';\n\nTextField.args = {\n helperText: 'some helper text',\n label: 'Topic',\n placeholder: 'Placeholder',\n};\n\nTextField.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTextField.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/text-fields',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const TextFieldExamples: Story = () => {\n const [value, setValue] = useState('Example');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n const [value2, setValue2] = useState();\n\n const handleChange2 = (event: React.ChangeEvent) => {\n setValue2(+event.target.value);\n };\n\n return (\n <>\n \n
    \n \n
    \n ,\n }}\n helperText=\"some helper text\"\n />\n
    \n \n
    \n \n
    \n \n
    \n \n
    \n \n \n );\n};\n\nTextFieldExamples.storyName = 'TextField Examples';\n\nexport const TextFieldWithAlign: Story = ({\n children,\n value: valueArg,\n ...args\n}) => {\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n \n \n \n
    \n \n
    \n \n
    \n \n \n Compare with native input\n \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n );\n};\n\nTextFieldWithAlign.storyName = 'TextField with align';\n\nTextFieldWithAlign.args = {\n helperText: 'some helper text',\n label: 'Topic',\n placeholder: 'Placeholder',\n value: 'text align',\n};\n",locationsMap:{"text-field":{startLoc:{col:48,line:65},endLoc:{col:1,line:114},startBody:{col:48,line:65},endBody:{col:1,line:114}},"text-field-examples":{startLoc:{col:56,line:145},endLoc:{col:1,line:244},startBody:{col:56,line:145},endBody:{col:1,line:244}},"text-field-with-align":{startLoc:{col:57,line:248},endLoc:{col:1,line:316},startBody:{col:57,line:248},endBody:{col:1,line:316}}}}},title:"🚀 Cleanup Components/Forms/TextField",component:juno_1.RcTextField,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","align","gutterBottom","disabled","error","fullWidth","defaultValue","value","helperText","label","placeholder","id","focused","clearBtn","required","autoFocus","autoSelect"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["focusOnMount","selectOnMount","autoFocusDelay"]))},exports.TextField=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),ref=react_1.useRef(),inputRef=react_1.useRef(),_b=tslib_1.__read(react_1.useState(valueArg||""),2),value=_b[0],setValue=_b[1];return react_1.useLayoutEffect((function(){console.log(ref,inputRef)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"If you want TextField with margin at bottom, set"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"gutterBottom")," to be"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"true")),react_1.default.createElement(juno_storybook_1.Title,null,"Control"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{id:"control",ref,inputRef,clearButtonProps:{title:"clear"},value,onChange:function(event){setValue(event.target.value)}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"UnControl"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({id:"search",type:"search"},args,{placeholder:"Placeholder with very long text that should be truncated"})))},exports.TextField.storyName="TextField",exports.TextField.args={helperText:"some helper text",label:"Topic",placeholder:"Placeholder"},exports.TextField.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TextField.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/5f4a29ef1221c8ef2a1e199b44a17b202b96e5df/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/8775122F-20F2-4591-B471-9F0A164963FE"},{name:"Mui",href:"https://material-ui.com/components/text-fields"},{name:"Accessibility",value:"100%"}]},exports.TextFieldExamples=function(){var _a=tslib_1.__read(react_1.useState("Example"),2),value=_a[0],setValue=_a[1],handleChange=function(event){setValue(event.target.value)},_b=tslib_1.__read(react_1.useState(),2),value2=_b[0],setValue2=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextField,{value:value2,type:"number",clearButtonProps:{title:"clear"},gutterBottom:!0,placeholder:"what's your age?",onChange:function(event){setValue2(+event.target.value)},label:"Number",helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,placeholder:"what's your title?",onChange:handleChange,label:"Title",helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,type:"password",placeholder:"what's your password?",onChange:handleChange,label:"Password",InputProps:{endAdornment:react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.HideBorder})},helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,placeholder:"what's your title?",onChange:handleChange,label:"Title",focused:!0,helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,gutterBottom:!0,placeholder:"what's your title?",onChange:handleChange,label:"Title",error:!0,helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",disabled:!0,gutterBottom:!0,fullWidth:!0,helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",gutterBottom:!0,color:"warning.f11",helperText:"some helper text"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",color:"success.f11",focused:!0,helperText:"some helper text"}))},exports.TextFieldExamples.storyName="TextField Examples",exports.TextFieldWithAlign=function(_a){_a.children;var valueArg=_a.value,args=tslib_1.__rest(_a,["children","value"]),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1],handleChange=function(event){setValue(event.target.value)};return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,type:"search",gutterBottom:!0,onChange:handleChange})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,align:"center",type:"search",gutterBottom:!0,onChange:handleChange})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},args,{value,align:"right",type:"search",gutterBottom:!0,onChange:handleChange}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:6},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",paragraph:!0},"Compare with native input"),react_1.default.createElement("input",{type:"search",value,onChange:handleChange}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("input",{type:"search",style:{textAlign:"center"},value,onChange:handleChange}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("input",{type:"search",style:{textAlign:"right"},value,onChange:handleChange})))},exports.TextFieldWithAlign.storyName="TextField with align",exports.TextFieldWithAlign.args={helperText:"some helper text",label:"Topic",placeholder:"Placeholder",value:"text align"}},"./packages/juno-core/src/components/Forms/Textarea/__stories__/Textarea.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),TextField_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcTextarea } from '@ringcentral/juno';\nimport { sortInDocTable, Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport TextFieldStory from '../../TextField/__stories__/TextField.story';\n\nexport default {\n title: '🚀 Cleanup Components/Forms/Textarea',\n component: RcTextarea,\n argTypes: {\n ...sortInDocTable(['rows', 'minRows', 'maxRows']),\n ...TextFieldStory.argTypes,\n },\n} as Meta;\n\ntype TextareaProps = ComponentProps;\n\nexport const Textarea: Story = ({\n value: valueArg,\n ...args\n}) => {\n const [value, setValue] = useState(valueArg as any);\n\n const handleChange = (event: React.ChangeEvent) => {\n console.log(event);\n setValue(event.target.value);\n };\n\n return (\n <>\n Control\n \n
    \n
    \n UnControl\n \n \n );\n};\n\nTextarea.args = {\n id: 'Example id',\n label: 'New Message',\n placeholder: 'placeholder',\n};\n\nexport const TextareaExamples: Story = () => {\n const [value, setValue] = useState('Example');\n\n const handleChange = (event: React.ChangeEvent) => {\n setValue(event.target.value);\n };\n\n return (\n <>\n \n
    \n \n
    \n \n
    \n \n
    \n \n
    \n \n \n );\n};\n\nTextareaExamples.storyName = 'Textarea Examples';\n",locationsMap:{textarea:{startLoc:{col:46,line:20},endLoc:{col:1,line:41},startBody:{col:46,line:20},endBody:{col:1,line:41}},"textarea-examples":{startLoc:{col:54,line:49},endLoc:{col:1,line:107},startBody:{col:54,line:49},endBody:{col:1,line:107}}}}},title:"🚀 Cleanup Components/Forms/Textarea",component:juno_1.RcTextarea,argTypes:tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["rows","minRows","maxRows"])),TextField_story_1.default.argTypes)},exports.Textarea=function(_a){var valueArg=_a.value,args=tslib_1.__rest(_a,["value"]),_b=tslib_1.__read(react_1.useState(valueArg),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Control"),react_1.default.createElement(juno_1.RcTextarea,tslib_1.__assign({},args,{value,onChange:function(event){console.log(event),setValue(event.target.value)}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"UnControl"),react_1.default.createElement(juno_1.RcTextarea,tslib_1.__assign({},args)))},exports.Textarea.args={id:"Example id",label:"New Message",placeholder:"placeholder"},exports.TextareaExamples=function(){var _a=tslib_1.__read(react_1.useState("Example"),2),value=_a[0],setValue=_a[1],handleChange=function(event){setValue(event.target.value)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title"}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",fullWidth:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",focused:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",error:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"what's your title?",onChange:handleChange,label:"Title",disabled:!0}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextarea,{value,placeholder:"Auto size change?",onChange:handleChange,label:"Auto size",minRows:3,maxRows:5}))},exports.TextareaExamples.storyName="Textarea Examples"},"./packages/juno-core/src/components/Grid/__stories__/Grid.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcGrid, RcPaper, RcText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Grid',\n component: RcGrid,\n argTypes: {\n ...notControlInDocTable(['container']),\n ...sortInDocTable(['direction', 'wrap']),\n justify: {\n control: { type: 'radio' },\n },\n alignContent: {\n control: { type: 'radio' },\n },\n ...sortInDocTable(['alignItems', 'spacing']),\n ...notShowInDocTable([\n 'item',\n 'sm',\n 'xl',\n 'md',\n 'xs',\n 'lg',\n 'zeroMinWidth',\n ]),\n },\n} as Meta;\n\ntype GridProps = ComponentProps;\n\nexport const GridContainer: Story = ({ children, ...args }) => {\n return (\n <>\n \n align-content \n determines the spacing between lines\n \n \n align-items \n determines how the items as a whole are aligned within the container.\n \n\n \n \n 1. xs=3\n \n \n 2. xs=3\n \n \n 3. xs=3\n \n \n \n );\n};\n\nGridContainer.args = {\n spacing: 9,\n};\n\nGridContainer.argTypes = {};\n\nGridContainer.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/grid/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"grid-container":{startLoc:{col:47,line:38},endLoc:{col:1,line:63},startBody:{col:47,line:38},endBody:{col:1,line:63}}}}},title:"🚀 Cleanup Components/Grid",component:juno_1.RcGrid,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["container"])),juno_storybook_1.sortInDocTable(["direction","wrap"])),{justify:{control:{type:"radio"}},alignContent:{control:{type:"radio"}}}),juno_storybook_1.sortInDocTable(["alignItems","spacing"])),juno_storybook_1.notShowInDocTable(["item","sm","xl","md","xs","lg","zeroMinWidth"]))},exports.GridContainer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcText,{noWrap:!1},react_1.default.createElement(juno_1.RcText,{highlight:!0},"align-content "),"determines the spacing between lines"),react_1.default.createElement(juno_1.RcText,{noWrap:!1,gutterBottom:!0},react_1.default.createElement(juno_1.RcText,{highlight:!0},"align-items "),"determines how the items as a whole are aligned within the container."),react_1.default.createElement(juno_1.RcGrid,tslib_1.__assign({container:!0},args),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:4},react_1.default.createElement(juno_1.RcPaper,null,"1. xs=3")),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:4},react_1.default.createElement(juno_1.RcPaper,null,"2. xs=3")),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:5},react_1.default.createElement(juno_1.RcPaper,null,"3. xs=3"))))},exports.GridContainer.args={spacing:9},exports.GridContainer.argTypes={},exports.GridContainer.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/grid/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Grid/__stories__/GridItem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcGrid, RcPaper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Grid/Grid Item',\n component: RcGrid,\n argTypes: {\n ...sortInDocTable([\n 'item',\n 'xs',\n 'sm',\n 'md',\n 'lg',\n 'xl',\n 'zeroMinWidth',\n ]),\n ...notControlInDocTable(['item']),\n ...notShowInDocTable([\n 'container',\n 'direction',\n 'wrap',\n 'justify',\n 'alignContent',\n 'alignItems',\n 'spacing',\n ]),\n },\n} as Meta;\n\ntype GridProps = ComponentProps;\n\nexport const GridItem: Story = ({ children, ...args }) => {\n const items = [...new Array(6)].map((x, i) => i);\n\n return (\n \n {items.map((item) => (\n \n {item}\n \n ))}\n \n );\n};\n\nGridItem.args = {\n xs: 1,\n sm: 2,\n md: 3,\n lg: 4,\n xl: 5,\n};\n\nGridItem.argTypes = {};\n\nGridItem.parameters = {\n tags: [],\n};\n",locationsMap:{"grid-item":{startLoc:{col:42,line:39},endLoc:{col:1,line:51},startBody:{col:42,line:39},endBody:{col:1,line:51}}}}},title:"🚀 Cleanup Components/Grid/Grid Item",component:juno_1.RcGrid,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["item","xs","sm","md","lg","xl","zeroMinWidth"])),juno_storybook_1.notControlInDocTable(["item"])),juno_storybook_1.notShowInDocTable(["container","direction","wrap","justify","alignContent","alignItems","spacing"]))},exports.GridItem=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),items=tslib_1.__spread(new Array(6)).map((function(x,i){return i}));return react_1.default.createElement(juno_1.RcGrid,{container:!0},items.map((function(item){return react_1.default.createElement(juno_1.RcGrid,tslib_1.__assign({key:item,item:!0},args),react_1.default.createElement(juno_1.RcPaper,null,item))})))},exports.GridItem.args={xs:1,sm:2,md:3,lg:4,xl:5},exports.GridItem.argTypes={},exports.GridItem.parameters={tags:[]}},"./packages/juno-core/src/components/Hidden/__stories__/Hidden.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBox, RcButton, RcGrid, RcHidden, useTheme } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Hidden',\n component: RcHidden,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype HiddenProps = ComponentProps;\n\nexport const Hidden: Story = ({ ...args }) => {\n const theme = useTheme();\n\n return (\n <>\n \n
    {JSON.stringify(theme.breakpoints.values, null, 2)}
    \n
    \n \n \n \n smDown\n \n \n \n \n lgUp\n \n \n \n \n Hidden on md\n \n \n \n \n Hidden on lg and sm\n \n \n \n \n );\n};\n\nHidden.storyName = 'Hidden';\n\nHidden.args = {};\n\nHidden.argTypes = {\n ...notControlInDocTable([]),\n};\n\nHidden.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/hidden',\n },\n ],\n};\n",locationsMap:{hidden:{startLoc:{col:42,line:23},endLoc:{col:1,line:55},startBody:{col:42,line:23},endBody:{col:1,line:55}}}}},title:"🚀 Cleanup Components/Hidden",component:juno_1.RcHidden,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Hidden=function(_a){var args=tslib_1.__rest(_a,[]),theme=juno_1.useTheme();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06",bgcolor:"neutral.elevation"},react_1.default.createElement("pre",null,JSON.stringify(theme.breakpoints.values,null,2))),react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,tslib_1.__assign({smDown:!0},args),react_1.default.createElement(juno_1.RcButton,{color:"highlight.b03"},"smDown"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,tslib_1.__assign({lgUp:!0},args),react_1.default.createElement(juno_1.RcButton,null,"lgUp"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,{only:"md"},react_1.default.createElement(juno_1.RcButton,{color:"danger.b03"},"Hidden on md"))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:!0},react_1.default.createElement(juno_1.RcHidden,{only:["lg","sm"]},react_1.default.createElement(juno_1.RcButton,null,"Hidden on lg and sm")))))},exports.Hidden.storyName="Hidden",exports.Hidden.args={},exports.Hidden.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Hidden.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/hidden"}]}},"./packages/juno-core/src/components/Icon/__stories__/Icon.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent } from 'react';\n\nimport {\n RcButton,\n RcDefaultDarkTheme,\n RcIcon,\n RcThemeProvider,\n RcThemeSwitcherProvider,\n styled,\n useThemeSwitcher,\n} from '@ringcentral/juno';\nimport { Add, DefaultFile, Phone } from '@ringcentral/juno-icon';\nimport { notShowInDocTable, paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Icon',\n component: RcIcon,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype IconProps = ComponentProps;\n\nexport const Icon: Story = ({ children, ...args }) => {\n return ;\n};\n\nIcon.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/86290A52-4AC2-4996-A5A3-3F7F1ABB4CBA?mode=design&sha=fdfe21d224a1083661c84a4ff73ab05d8677c51c',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nIcon.args = {\n symbol: Add,\n};\n\nIcon.argTypes = {\n ...notShowInDocTable([\n 'useLoading',\n 'loadingSize',\n 'icon',\n 'iconColor',\n 'iconSize',\n 'desc',\n ]),\n};\n\nconst Wrapper = styled.ul`\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n`;\n\nexport const IconWithSymbol: Story = () => {\n return (\n \n
  • \n \n \n
  • \n
    \n );\n};\n\nexport const IconWithCustomColor: Story = () => {\n return (\n \n
  • \n \n \n \n \n
  • \n
    \n );\n};\n\nexport const IconWithCustomSize: Story = () => {\n return (\n \n
  • \n \n \n \n \n \n \n \n
  • \n
    \n );\n};\n\nconst ThemeSwitcher: FunctionComponent<{}> = () => {\n const { setTheme, themeMap = {} } = useThemeSwitcher();\n\n return (\n <>\n {Object.keys(themeMap).map((value) => (\n {\n if (setTheme) {\n setTheme(value);\n }\n }}\n >\n {value}\n \n ))}\n \n );\n};\n\nexport const IconWithDarkTheme: Story = () => {\n const themeMap = {\n light: {},\n dark: RcDefaultDarkTheme,\n };\n\n return (\n \n
  • \n \n \n \n \n \n \n
  • \n
    \n );\n};\n",locationsMap:{icon:{startLoc:{col:38,line:31},endLoc:{col:1,line:33},startBody:{col:38,line:31},endBody:{col:1,line:33}},"icon-with-symbol":{startLoc:{col:48,line:81},endLoc:{col:1,line:90},startBody:{col:48,line:81},endBody:{col:1,line:90}},"icon-with-custom-color":{startLoc:{col:53,line:92},endLoc:{col:1,line:103},startBody:{col:53,line:92},endBody:{col:1,line:103}},"icon-with-custom-size":{startLoc:{col:52,line:105},endLoc:{col:1,line:119},startBody:{col:52,line:105},endBody:{col:1,line:119}},"icon-with-dark-theme":{startLoc:{col:51,line:142},endLoc:{col:1,line:160},startBody:{col:51,line:142},endBody:{col:1,line:160}}}}},title:"🚀 Cleanup Components/Icon",component:juno_1.RcIcon,argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}},exports.Icon=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcIcon,tslib_1.__assign({},args))},exports.Icon.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/fdfe21d224a1083661c84a4ff73ab05d8677c51c/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/86290A52-4AC2-4996-A5A3-3F7F1ABB4CBA?mode=design&sha=fdfe21d224a1083661c84a4ff73ab05d8677c51c"},{name:"Accessibility",value:"100%"}]},exports.Icon.args={symbol:juno_icon_1.Add},exports.Icon.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["useLoading","loadingSize","icon","iconColor","iconSize","desc"]));var Wrapper=juno_1.styled.ul(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"],["\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n list-style: none;\n display: flex;\n > * + * {\n margin-left: 1em;\n }\n }\n\n li + li {\n margin-top: 1em;\n }\n"])));exports.IconWithSymbol=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Phone})))},exports.IconWithCustomColor=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcIcon,{color:"danger.b03",symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{color:"success.b03",symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{color:"highlight.b03",symbol:juno_icon_1.Add}),react_1.default.createElement(juno_1.RcIcon,{color:"informative.b01",symbol:juno_icon_1.Add})))},exports.IconWithCustomSize=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xsmall"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"small"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"medium"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"large"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xlarge"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xxlarge"}),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add,size:"xxxlarge"})))};var templateObject_1,ThemeSwitcher=function(){var _a=juno_1.useThemeSwitcher(),setTheme=_a.setTheme,_b=_a.themeMap,themeMap=void 0===_b?{}:_b;return react_1.default.createElement(react_1.default.Fragment,null,Object.keys(themeMap).map((function(value){return react_1.default.createElement(juno_1.RcButton,{key:value,onClick:function(){setTheme&&setTheme(value)}},value)})))};exports.IconWithDarkTheme=function(){var themeMap={light:{},dark:juno_1.RcDefaultDarkTheme};return react_1.default.createElement(Wrapper,null,react_1.default.createElement("li",null,react_1.default.createElement(juno_1.RcThemeSwitcherProvider,{defaultTheme:"light",themeMap},react_1.default.createElement(juno_1.RcThemeProvider,null,react_1.default.createElement(ThemeSwitcher,null),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.DefaultFile})))))}},"./packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),allIcons=tslib_1.__importStar(__webpack_require__("./packages/juno-icon/index.ts")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),iconSymbol_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/devUtils/iconSymbol.ts")),iconJsonSymbol_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/devUtils/iconJsonSymbol.json")),svgToComponentMapping=__webpack_require__("./packages/juno-icon/devUtils/svgToComponentMapping.ts"),localIconMap=Object.entries(svgToComponentMapping).reduce((function(prev,_a){var _b=tslib_1.__read(_a,2),key=_b[0];return prev[_b[1]]=key,prev}),{});exports.default={parameters:{storySource:{source:"import React, { FunctionComponent, useEffect, useMemo, useState } from 'react';\n\nimport {\n css,\n palette2,\n RcBox,\n RcCircularProgress,\n RcIcon,\n RcSwitch,\n RcText,\n RcTextField,\n RcTypography,\n styled,\n useEventCallback,\n} from '@ringcentral/juno';\nimport * as allIcons from '@ringcentral/juno-icon';\nimport { Warning } from '@ringcentral/juno-icon';\nimport localIcons from '@ringcentral/juno-icon/devUtils/iconSymbol';\nimport localJsonIcons from '@ringcentral/juno-icon/devUtils/iconJsonSymbol.json';\nimport { Meta } from '@storybook/react';\n\nimport { SelectionSvgResponse } from './SelectionSvgResponse';\n\nconst svgToComponentMapping = require('@ringcentral/juno-icon/devUtils/svgToComponentMapping.ts');\n\nconst localIconMap = Object.entries(svgToComponentMapping).reduce(\n (prev, [key, value]) => {\n prev[value] = key;\n return prev;\n },\n {},\n);\n\nexport default {\n title: '🔧 Foundation/Icon List',\n} as Meta;\n\nconst StyledMain = styled.div`\n color: ${palette2('neutral', 'f06')};\n`;\n\nconst StyledList = styled.div`\n display: grid;\n grid-template-columns: repeat(5, 1fr);\n`;\n\ntype StyledIconProps = {\n state: 'new' | 'delete' | 'exist';\n duplicated?: boolean;\n};\n\nconst StyledIcon = styled.div`\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: 10px;\n position: relative;\n\n & svg {\n font-size: 36px;\n\n ${({ state, duplicated }) => {\n if (duplicated) {\n return css`\n box-shadow: 0 0 3px 5px ${palette2('warning', 'f02')};\n `;\n }\n switch (state) {\n case 'new':\n return css`\n box-shadow: 0 0 3px 5px ${palette2('success', 'f02')};\n `;\n case 'delete':\n return css`\n box-shadow: 0 0 3px 5px ${palette2('danger', 'f02')};\n `;\n default:\n return css`\n box-shadow: 0px 0px 0px 1px ${palette2('neutral', 'f06')};\n `;\n }\n }};\n }\n`;\n\nconst getRemoteSvgFile = async () => {\n try {\n return await fetch(\n 'https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/symbol-defs.svg',\n ).then((res) => {\n return res.text();\n });\n } catch (e) {\n return null;\n }\n};\n\nfunction getIconList(response: SelectionSvgResponse) {\n const iconNames = response.icons.map((icon) => {\n return icon.properties.name;\n });\n return iconNames;\n}\n\nconst getRemoteSelectionJsonFile = async () => {\n try {\n const res = await fetch(\n 'https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/selection-svg.json',\n );\n const response: SelectionSvgResponse = await res.json();\n\n return getIconList(response);\n } catch (e) {\n return null;\n }\n};\n\ntype IconListProps = {};\n\nconst insertSVG = (data: string) => {\n const body = document.body;\n const x = document.createElement('x');\n x.innerHTML = data;\n const svg = x.getElementsByTagName('svg')[0];\n if (svg) {\n svg.setAttribute('aria-hidden', 'true');\n svg.style.position = 'absolute';\n svg.style.width = '0';\n svg.style.height = '0';\n svg.style.overflow = 'hidden';\n body.insertBefore(svg, body.firstChild);\n }\n};\n\nconst localIconList = getIconList(localJsonIcons as SelectionSvgResponse);\n\nexport const IconList: FunctionComponent = () => {\n const [remoteIcons, setRemoteIcons] = useState([]);\n const [showMode, setShowMode] = useState<'local' | 'remote'>('local');\n\n const [loading, setLoading] = useState(true);\n const [loadFail, setLoadFail] = useState(false);\n const [filterText, setFilterText] = useState('');\n\n const resultIcons = useMemo(() => {\n const _filterText = filterText.toLocaleLowerCase().replace(/_|-/g, '');\n\n const showIcons = showMode === 'local' ? localIconList : remoteIcons;\n\n return filterText\n ? showIcons.filter((x) => {\n function isInclude(value: string) {\n const _value = value.toLocaleLowerCase().replace(/_|-/g, '');\n\n return _value.includes(_filterText);\n }\n\n return isInclude(x);\n })\n : showIcons;\n }, [filterText, showMode, remoteIcons]);\n\n const getRemoteIconList = async () => {\n const [value, remoteSelectionIcons] = await Promise.all([\n getRemoteSvgFile(),\n getRemoteSelectionJsonFile(),\n ]);\n\n if (value && remoteSelectionIcons) {\n insertSVG(value);\n setLoading(false);\n\n setRemoteIcons(remoteSelectionIcons);\n\n return;\n }\n\n setLoadFail(true);\n insertSVG(localIcons);\n // setRemoteIcons(currentIcons);\n setLoading(false);\n };\n\n useEffect(() => {\n getRemoteIconList();\n }, []);\n\n const handleChange = useEventCallback(\n (e: React.ChangeEvent): void => {\n setFilterText(e.target.value);\n },\n );\n\n return (\n \n

    current icon number: {Object.keys(localIconMap).length}

    \n

    \n latest icon number:{' '}\n {loading ? : remoteIcons.length}\n {''}\n {\n setShowMode(checked ? 'remote' : 'local');\n }}\n label=\"Show Remote\"\n />\n

    \n

    \n \n green{' '}\n \n badge means this icon is not in current version of icon yet, you can\n update icon by running 'yarn update-icon'\n

    \n

    \n \n red{' '}\n \n badge means this icon is deleted, they will not be available in next\n version of icon\n

    \n

    \n \n warning{' '}\n \n badge means that icon have a duplicated name, should remove that or\n change name (name is not case sensitive)\n

    \n
    \n \n
    \n {!(loading && showMode === 'remote') && (\n <>\n {loadFail && (\n \n \n get remote svg file fail, current is\n local files\n \n \n )}\n \n {resultIcons.map((icon) => {\n const sourceName = localIconMap[icon];\n\n const ComponentName = Number.isNaN(+sourceName)\n ? sourceName\n : `Svg${sourceName}`;\n\n const isExist = !!sourceName;\n\n const RemoteComponent = (props: any) => (\n \n \n \n );\n\n const IconComponent = isExist\n ? allIcons[ComponentName]\n : RemoteComponent;\n\n const duplicated = !isExist && IconComponent;\n\n return (\n \n \n {isExist && (\n \n {ComponentName}\n \n )}\n {icon}\n \n );\n })}\n \n \n )}\n
    \n );\n};\n",locationsMap:{"icon-list":{startLoc:{col:58,line:137},endLoc:{col:1,line:295},startBody:{col:58,line:137},endBody:{col:1,line:295}}}}},title:"🔧 Foundation/Icon List"};var StyledMain=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n"],["\n color: ",";\n"])),juno_1.palette2("neutral","f06")),StyledList=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: grid;\n grid-template-columns: repeat(5, 1fr);\n"],["\n display: grid;\n grid-template-columns: repeat(5, 1fr);\n"]))),StyledIcon=juno_1.styled.div(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: 10px;\n position: relative;\n\n & svg {\n font-size: 36px;\n\n ",";\n }\n"],["\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: 10px;\n position: relative;\n\n & svg {\n font-size: 36px;\n\n ",";\n }\n"])),(function(_a){var state=_a.state;if(_a.duplicated)return juno_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 3px 5px ",";\n "],["\n box-shadow: 0 0 3px 5px ",";\n "])),juno_1.palette2("warning","f02"));switch(state){case"new":return juno_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 3px 5px ",";\n "],["\n box-shadow: 0 0 3px 5px ",";\n "])),juno_1.palette2("success","f02"));case"delete":return juno_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 3px 5px ",";\n "],["\n box-shadow: 0 0 3px 5px ",";\n "])),juno_1.palette2("danger","f02"));default:return juno_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n box-shadow: 0px 0px 0px 1px ",";\n "],["\n box-shadow: 0px 0px 0px 1px ",";\n "])),juno_1.palette2("neutral","f06"))}}));function getIconList(response){return response.icons.map((function(icon){return icon.properties.name}))}var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,insertSVG=function(data){var body=document.body,x=document.createElement("x");x.innerHTML=data;var svg=x.getElementsByTagName("svg")[0];svg&&(svg.setAttribute("aria-hidden","true"),svg.style.position="absolute",svg.style.width="0",svg.style.height="0",svg.style.overflow="hidden",body.insertBefore(svg,body.firstChild))},localIconList=getIconList(iconJsonSymbol_json_1.default);exports.IconList=function(){var _a=tslib_1.__read(react_1.useState([]),2),remoteIcons=_a[0],setRemoteIcons=_a[1],_b=tslib_1.__read(react_1.useState("local"),2),showMode=_b[0],setShowMode=_b[1],_c=tslib_1.__read(react_1.useState(!0),2),loading=_c[0],setLoading=_c[1],_d=tslib_1.__read(react_1.useState(!1),2),loadFail=_d[0],setLoadFail=_d[1],_e=tslib_1.__read(react_1.useState(""),2),filterText=_e[0],setFilterText=_e[1],resultIcons=react_1.useMemo((function(){var _filterText=filterText.toLocaleLowerCase().replace(/_|-/g,""),showIcons="local"===showMode?localIconList:remoteIcons;return filterText?showIcons.filter((function(x){return function isInclude(value){return value.toLocaleLowerCase().replace(/_|-/g,"").includes(_filterText)}(x)})):showIcons}),[filterText,showMode,remoteIcons]);react_1.useEffect((function(){tslib_1.__awaiter(void 0,void 0,void 0,(function(){var _a,value,remoteSelectionIcons;return tslib_1.__generator(this,(function(_b){switch(_b.label){case 0:return[4,Promise.all([tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,2,,3]),[4,fetch("https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/symbol-defs.svg").then((function(res){return res.text()}))];case 1:return[2,_a.sent()];case 2:return _a.sent(),[2,null];case 3:return[2]}}))})),tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,3,,4]),[4,fetch("https://i.icomoon.io/public/6483cc0f53/Jupiternewicontest/selection-svg.json")];case 1:return[4,_a.sent().json()];case 2:return[2,getIconList(_a.sent())];case 3:return _a.sent(),[2,null];case 4:return[2]}}))}))])];case 1:return _a=tslib_1.__read.apply(void 0,[_b.sent(),2]),value=_a[0],remoteSelectionIcons=_a[1],value&&remoteSelectionIcons?(insertSVG(value),setLoading(!1),setRemoteIcons(remoteSelectionIcons),[2]):(setLoadFail(!0),insertSVG(iconSymbol_1.default),setLoading(!1),[2])}}))}))}),[]);var handleChange=juno_1.useEventCallback((function(e){setFilterText(e.target.value)}));return react_1.default.createElement(StyledMain,null,react_1.default.createElement("h3",null,"current icon number: ",Object.keys(localIconMap).length),react_1.default.createElement("h3",null,"latest icon number:"," ",loading?react_1.default.createElement(juno_1.RcCircularProgress,null):remoteIcons.length,react_1.default.createElement("span",{style:{paddingLeft:"1em"}},""),react_1.default.createElement(juno_1.RcSwitch,{onChange:function(e,checked){setShowMode(checked?"remote":"local")},label:"Show Remote"})),react_1.default.createElement("p",null,react_1.default.createElement(juno_1.RcTypography,{color:"success.f02",variant:"body1",component:"span"},"green"," "),"badge means this icon is not in current version of icon yet, you can update icon by running 'yarn update-icon'"),react_1.default.createElement("p",null,react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02",variant:"body1",component:"span"},"red"," "),"badge means this icon is deleted, they will not be available in next version of icon"),react_1.default.createElement("p",null,react_1.default.createElement(juno_1.RcTypography,{color:"warning.f02",variant:"body1",component:"span"},"warning"," "),"badge means that icon have a duplicated name, should remove that or change name ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"(name is not case sensitive)")),react_1.default.createElement("div",{style:{width:600}},react_1.default.createElement(juno_1.RcTextField,{value:filterText,variant:"outline",gutterBottom:!0,fullWidth:!0,placeholder:"Search by component name or svg name",onChange:handleChange})),!(loading&&"remote"===showMode)&&react_1.default.createElement(react_1.default.Fragment,null,loadFail&&react_1.default.createElement(juno_1.RcBox,{display:"flex",alignItems:"center",clone:!0,marginBottom:"1em"},react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02",variant:"body1",component:"span"},react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Warning})," get remote svg file fail, current is local files")),react_1.default.createElement(StyledList,null,resultIcons.map((function(icon){var sourceName=localIconMap[icon],ComponentName=Number.isNaN(+sourceName)?sourceName:"Svg"+sourceName,isExist=!!sourceName,RemoteComponent=function(props){return react_1.default.createElement("svg",tslib_1.__assign({},props),react_1.default.createElement("use",{xlinkHref:"#icon-"+icon}))},IconComponent=isExist?allIcons[ComponentName]:RemoteComponent,duplicated=!isExist&&IconComponent;return react_1.default.createElement(StyledIcon,{state:isExist?"exist":"new",duplicated,key:icon},react_1.default.createElement(juno_1.RcIcon,{color:"neutral.f06",symbol:duplicated?RemoteComponent:IconComponent}),isExist&&react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"subheading2"},ComponentName),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f03"},icon))})))))};try{IconList.displayName="IconList",IconList.__docgenInfo={description:"",displayName:"IconList",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx#IconList"]={docgenInfo:IconList.__docgenInfo,name:"IconList",path:"packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx#IconList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n palette2,\n RcButton,\n RcCircularProgress,\n RcInlineEditable,\n RcTypography,\n shadows,\n styled,\n useTheme,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sleep,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/InlineEditable',\n component: RcInlineEditable,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'value',\n 'multiline',\n 'variant',\n 'disabled',\n 'saving',\n 'placeholder',\n 'fullWidth',\n 'onChange',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'shouldRemoveNode',\n 'automationId',\n 'onSave',\n 'tooltipTitle',\n ]),\n },\n} as Meta;\n\ntype InlineEditableProps = ComponentProps;\n\nexport const InlineEditable: Story = ({\n value: valueProp,\n disabled: disabledProp,\n ...args\n}) => {\n const [value, setValue] = useState(valueProp || '');\n\n const [disabled, setDisabled] = useState(disabledProp);\n\n return (\n <>\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n TooltipProps={{ title: 'click to edit' }}\n />\n
    \n
    \n setDisabled(!disabled)}>\n Switch to {disabled ? 'enabled' : 'disabled'}\n \n \n );\n};\n\nInlineEditable.storyName = 'InlineEditable';\n\nInlineEditable.args = {\n placeholder: 'Enter value here',\n};\n\nInlineEditable.argTypes = {\n ...notControlInDocTable([]),\n};\n\nInlineEditable.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const InlineEditableMultiline: Story = () => {\n const [value, setValue] = useState(`All-in-one business communications\nMessage,\nvideo,\nphone in one,\nso your team can do their best work from anywhere.`);\n\n return (\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n placeholder=\"Enter value here\"\n multiline\n />\n );\n};\n\nInlineEditableMultiline.storyName = 'InlineEditable multiline';\n\nexport const InlineEditableCustomVariant: Story = () => {\n const [value, setValue] = useState('');\n const [value2, setValue2] = useState('');\n\n return (\n <>\n Single line\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n placeholder=\"Enter value here\"\n fullWidth\n variant=\"title1\"\n />\n
    \n
    \n
    \n
    \n\n Multi line\n {\n console.log(newValue, reason);\n setValue2(newValue);\n }}\n placeholder=\"Enter value here\"\n multiline\n variant=\"title2\"\n color=\"label.blue01\"\n />\n \n );\n};\n\nInlineEditableCustomVariant.storyName = 'InlineEditable custom';\n\nexport const InlineEditableOnlyEnter: Story = () => {\n const [value, setValue] = useState('');\n\n return (\n {\n console.log(newValue, reason);\n if (reason === 'confirm') {\n setValue(newValue);\n }\n }}\n placeholder=\"Enter value here\"\n multiline\n />\n );\n};\n\nInlineEditableOnlyEnter.storyName = 'InlineEditable only enter';\n\nconst savingClass = 'custom-saving';\n\nconst Wrapper = styled.div`\n .${savingClass} {\n box-shadow: ${shadows('16')};\n background-color: ${palette2('neutral', 'b03')};\n }\n`;\n\nexport const InlineEditableLoading: Story = () => {\n const [value, setValue] = useState('show loading style when onChange');\n\n const [isSaving, setSaving] = useState(false);\n\n return (\n \n {\n setSaving(true);\n await sleep(2000);\n\n setValue(newValue);\n setSaving(false);\n }}\n />\n {isSaving && }\n \n );\n};\n\nInlineEditableLoading.storyName = 'InlineEditable with loading';\n\nexport const InlineEditableWithTooltip: Story = () => {\n const [value, setValue] = useState('So value as tooltip when disabled');\n\n const [disabled, setDisabled] = useState(false);\n\n return (\n <>\n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n placeholder=\"Enter value here\"\n TooltipProps={{ title: 'click to edit' }}\n />\n
    \n
    \n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n title=\"custom title\"\n placeholder=\"Enter value here\"\n TooltipProps={{ title: 'click to edit' }}\n multiline\n />\n
    \n
    \n setDisabled(!disabled)}>\n Switch to {disabled ? 'enabled' : 'disabled'}\n \n \n );\n};\n\nInlineEditableWithTooltip.storyName = 'InlineEditable with tooltip';\n\nexport const InlineEditableWithoutPlaceholder: Story =\n () => {\n const [value, setValue] = useState('');\n const [disabled, setDisabled] = useState(false);\n\n const theme = useTheme();\n\n const green = palette2('success', 'b02')({ theme });\n const red = palette2('danger', 'b04')({ theme });\n\n return (\n <>\n \n When not have value and also non placeholder, show size boundary\n below.\n \n
    \n \n red is InlineEditable container, green is input\n \n
    \n setDisabled(!disabled)}>\n Switch to {disabled ? 'enabled' : 'disabled'}\n \n
    \n one line: \n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n />\n
    \n multiple line: \n {\n console.log(newValue, reason);\n setValue(newValue);\n }}\n multiline\n />\n \n );\n };\n\nInlineEditableWithoutPlaceholder.storyName =\n 'InlineEditable without placeholder';\n",locationsMap:{"inline-editable":{startLoc:{col:58,line:55},endLoc:{col:1,line:83},startBody:{col:58,line:55},endBody:{col:1,line:83}},"inline-editable-multiline":{startLoc:{col:67,line:104},endLoc:{col:1,line:122},startBody:{col:67,line:104},endBody:{col:1,line:122}},"inline-editable-custom-variant":{startLoc:{col:71,line:126},endLoc:{col:1,line:162},startBody:{col:71,line:126},endBody:{col:1,line:162}},"inline-editable-only-enter":{startLoc:{col:67,line:166},endLoc:{col:1,line:182},startBody:{col:67,line:166},endBody:{col:1,line:182}},"inline-editable-loading":{startLoc:{col:65,line:195},endLoc:{col:1,line:219},startBody:{col:65,line:195},endBody:{col:1,line:219}},"inline-editable-with-tooltip":{startLoc:{col:69,line:223},endLoc:{col:1,line:261},startBody:{col:69,line:223},endBody:{col:1,line:261}},"inline-editable-without-placeholder":{startLoc:{col:2,line:266},endLoc:{col:3,line:318},startBody:{col:2,line:266},endBody:{col:3,line:318}}}}},title:"🚀 Cleanup Components/InlineEditable",component:juno_1.RcInlineEditable,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["value","multiline","variant","disabled","saving","placeholder","fullWidth","onChange"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["shouldRemoveNode","automationId","onSave","tooltipTitle"]))},exports.InlineEditable=function(_a){var valueProp=_a.value,disabledProp=_a.disabled,args=tslib_1.__rest(_a,["value","disabled"]),_b=tslib_1.__read(react_1.useState(valueProp||""),2),value=_b[0],setValue=_b[1],_c=tslib_1.__read(react_1.useState(disabledProp),2),disabled=_c[0],setDisabled=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcInlineEditable,tslib_1.__assign({},args,{value,disabled,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},TooltipProps:{title:"click to edit"}})),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setDisabled(!disabled)}},"Switch to ",disabled?"enabled":"disabled"))},exports.InlineEditable.storyName="InlineEditable",exports.InlineEditable.args={placeholder:"Enter value here"},exports.InlineEditable.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.InlineEditable.parameters={tags:[{name:"Accessibility",value:"100%"}]},exports.InlineEditableMultiline=function(){var _a=tslib_1.__read(react_1.useState("All-in-one business communications\nMessage,\nvideo,\nphone in one,\nso your team can do their best work from anywhere."),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcInlineEditable,{value,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},placeholder:"Enter value here",multiline:!0})},exports.InlineEditableMultiline.storyName="InlineEditable multiline",exports.InlineEditableCustomVariant=function(){var _a=tslib_1.__read(react_1.useState(""),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(""),2),value2=_b[0],setValue2=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Single line"),react_1.default.createElement(juno_1.RcInlineEditable,{value,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},placeholder:"Enter value here",fullWidth:!0,variant:"title1"}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Multi line"),react_1.default.createElement(juno_1.RcInlineEditable,{value:value2,onChange:function(newValue,reason){console.log(newValue,reason),setValue2(newValue)},placeholder:"Enter value here",multiline:!0,variant:"title2",color:"label.blue01"}))},exports.InlineEditableCustomVariant.storyName="InlineEditable custom",exports.InlineEditableOnlyEnter=function(){var _a=tslib_1.__read(react_1.useState(""),2),value=_a[0],setValue=_a[1];return react_1.default.createElement(juno_1.RcInlineEditable,{value,onChange:function(newValue,reason){console.log(newValue,reason),"confirm"===reason&&setValue(newValue)},placeholder:"Enter value here",multiline:!0})},exports.InlineEditableOnlyEnter.storyName="InlineEditable only enter";var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n box-shadow: ",";\n background-color: ",";\n }\n"],["\n ."," {\n box-shadow: ",";\n background-color: ",";\n }\n"])),"custom-saving",juno_1.shadows("16"),juno_1.palette2("neutral","b03"));exports.InlineEditableLoading=function(){var _a=tslib_1.__read(react_1.useState("show loading style when onChange"),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),isSaving=_b[0],setSaving=_b[1];return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcInlineEditable,{value,placeholder:"Enter value here",TooltipProps:{title:"click to edit"},saving:isSaving,classes:{saving:"custom-saving"},onChange:function(newValue){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return setSaving(!0),[4,juno_storybook_1.sleep(2e3)];case 1:return _a.sent(),setValue(newValue),setSaving(!1),[2]}}))}))}}),isSaving&&react_1.default.createElement(juno_1.RcCircularProgress,{style:{marginLeft:"1em"}}))},exports.InlineEditableLoading.storyName="InlineEditable with loading",exports.InlineEditableWithTooltip=function(){var _a=tslib_1.__read(react_1.useState("So value as tooltip when disabled"),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),disabled=_b[0],setDisabled=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcInlineEditable,{value,disabled,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},placeholder:"Enter value here",TooltipProps:{title:"click to edit"}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcInlineEditable,{value,disabled,onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},title:"custom title",placeholder:"Enter value here",TooltipProps:{title:"click to edit"},multiline:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setDisabled(!disabled)}},"Switch to ",disabled?"enabled":"disabled"))},exports.InlineEditableWithTooltip.storyName="InlineEditable with tooltip",exports.InlineEditableWithoutPlaceholder=function(){var _a=tslib_1.__read(react_1.useState(""),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),disabled=_b[0],setDisabled=_b[1],theme=juno_1.useTheme(),green=juno_1.palette2("success","b02")({theme}),red=juno_1.palette2("danger","b04")({theme});return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"title1",color:"neutral.f06"},"When not have value and also non placeholder, show size boundary below."),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"red is InlineEditable container, green is input"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setDisabled(!disabled)}},"Switch to ",disabled?"enabled":"disabled"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"one line: "),react_1.default.createElement(juno_1.RcInlineEditable,{style:{backgroundColor:red},disabled,value,inputProps:{style:{backgroundColor:green}},onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)}}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"multiple line: "),react_1.default.createElement(juno_1.RcInlineEditable,{style:{backgroundColor:red},disabled,value,inputProps:{style:{backgroundColor:green}},onChange:function(newValue,reason){console.log(newValue,reason),setValue(newValue)},multiline:!0}))},exports.InlineEditableWithoutPlaceholder.storyName="InlineEditable without placeholder"},"./packages/juno-core/src/components/Link/__stories__/Link.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcLink } from '@ringcentral/juno';\nimport { notShowInDocTable, paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Link',\n component: RcLink,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n children: {\n control: {\n type: 'text',\n },\n },\n ...notShowInDocTable(['handleOnClick', 'size']),\n },\n} as Meta;\n\ntype LinkProps = ComponentProps;\n\nexport const Link: Story = ({ children, ...args }) => {\n return (\n <>\n {\n console.log('onClick');\n }}\n onKeyDown={(e) => {\n console.log('onKeyDown');\n }}\n {...args}\n >\n {children}\n \n
    \n {\n console.log('onClick');\n }}\n {...args}\n Component=\"div\"\n underline\n >\n {children}\n \n \n );\n};\n\nLink.args = {\n children: 'button',\n};\n\nLink.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{link:{startLoc:{col:38,line:28},endLoc:{col:1,line:59},startBody:{col:38,line:28},endBody:{col:1,line:59}}}}},title:"🚀 Cleanup Components/Link",component:juno_1.RcLink,argTypes:tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},children:{control:{type:"text"}}},juno_storybook_1.notShowInDocTable(["handleOnClick","size"]))},exports.Link=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcLink,tslib_1.__assign({tabIndex:0,href:"https://ringcentral.github.io/juno/assets/logo.png",target:"_blank",onClick:function(e){console.log("onClick")},onKeyDown:function(e){console.log("onKeyDown")}},args),children),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcLink,tslib_1.__assign({tabIndex:0,onClick:function(e){console.log("onClick")}},args,{Component:"div",underline:!0}),children))},exports.Link.args={children:"button"},exports.Link.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/List/List/__stories__/List.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcList, RcListItem, RcListItemText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/List',\n component: RcList,\n argTypes: {\n ...sortInDocTable([\n 'dense',\n 'disablePadding',\n 'subheader',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListProps = ComponentProps;\n\nconst ListItems = (\n <>\n \n \n \n \n \n \n \n);\n\nexport const List: Story = ({ children, ...args }) => {\n return {ListItems};\n};\n\nList.args = {};\n\nList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nList.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/lists/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nList.storyName = 'List';\n",locationsMap:{list:{startLoc:{col:38,line:38},endLoc:{col:1,line:40},startBody:{col:38,line:38},endBody:{col:1,line:40}}}}},title:"🚀 Cleanup Components/Lists/List",component:juno_1.RcList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["dense","disablePadding","subheader"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var ListItems=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem 1"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem 2"})));exports.List=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({},args),ListItems)},exports.List.args={},exports.List.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.List.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726"},{name:"Mui",href:"https://material-ui.com/components/lists/"},{name:"Accessibility",value:"100%"}]},exports.List.storyName="List"},"./packages/juno-core/src/components/List/List/__stories__/ListExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcDivider,\n RcIcon,\n RcIconButton,\n RcList,\n RcListItem,\n RcListItemIcon,\n RcListItemSecondaryAction,\n RcListItemText,\n} from '@ringcentral/juno';\nimport { Draft, Inbox } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/List Examples',\n component: RcList,\n argTypes: {\n ...sortInDocTable([\n 'dense',\n 'disablePadding',\n 'subheader',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListProps = ComponentProps;\n\nexport const ListSimpleExamples: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nListSimpleExamples.args = {};\n\nListSimpleExamples.storyName = 'Simple List';\n\nexport const ListControlExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {[0, 1, 2, 3].map((value) => (\n \n \n \n \n \n \n ))}\n \n );\n};\n\nListControlExamples.args = {};\n\nListControlExamples.storyName = 'List With Control';\n",locationsMap:{"list-simple-examples":{startLoc:{col:52,line:37},endLoc:{col:1,line:61},startBody:{col:52,line:37},endBody:{col:1,line:61}},"list-control-examples":{startLoc:{col:53,line:67},endLoc:{col:1,line:83},startBody:{col:53,line:67},endBody:{col:1,line:83}}}}},title:"🚀 Cleanup Components/Lists/List Examples",component:juno_1.RcList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["dense","disablePadding","subheader"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListSimpleExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Inbox})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Inbox"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Draft})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Drafts"})),react_1.default.createElement(juno_1.RcDivider,null),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"Trash"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"Spam"})))},exports.ListSimpleExamples.args={},exports.ListSimpleExamples.storyName="Simple List",exports.ListControlExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,tslib_1.__assign({},args),[0,1,2,3].map((function(value){return react_1.default.createElement(juno_1.RcListItem,{key:value,button:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"Line item "+(value+1)}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIconButton,{size:"small","aria-label":"Comments",symbol:juno_icon_1.Inbox})))})))},exports.ListControlExamples.args={},exports.ListControlExamples.storyName="List With Control"},"./packages/juno-core/src/components/List/ListItem/__stories__/ListItem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItem, RcListItemText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItem',\n component: RcListItem,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'focusVariant',\n 'autoFocus',\n 'disabled',\n 'selected',\n 'highlighted',\n 'singleLine',\n 'canHover',\n 'button',\n 'divider',\n 'isInline',\n 'alignItems',\n 'disableGutters',\n 'dense',\n 'baseColor',\n 'component',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['maxWidth']),\n },\n} as Meta;\n\ntype ListItemProps = ComponentProps;\n\nexport const ListItem: Story = ({ children, ...args }) => {\n return (\n <>\n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n \n );\n};\n\nListItem.args = {};\n\nListItem.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItem.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/lists/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItem.storyName = 'ListItem';\n",locationsMap:{"list-item":{startLoc:{col:46,line:40},endLoc:{col:1,line:83},startBody:{col:46,line:40},endBody:{col:1,line:83}}}}},title:"🚀 Cleanup Components/Lists/ListItem",component:juno_1.RcListItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","focusVariant","autoFocus","disabled","selected","highlighted","singleLine","canHover","button","divider","isInline","alignItems","disableGutters","dense","baseColor","component"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["maxWidth"]))},exports.ListItem=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem Content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{selected:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Selected Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{focused:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Focused Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{highlighted:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Highlighted Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{highlighted:!0,color:"success.b05"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args,{highlighted:!0,color:"highlight.b01"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})))},exports.ListItem.args={},exports.ListItem.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItem.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/7c0e8cc79e14b0cf155cb92b36c1dad5eb7803f1/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/A760AD1E-149E-455D-B3DA-D1BC88A30726"},{name:"Mui",href:"https://material-ui.com/components/lists/"},{name:"Accessibility",value:"100%"}]},exports.ListItem.storyName="ListItem"},"./packages/juno-core/src/components/List/ListItem/__stories__/ListItemExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcAvatar,\n RcCheckbox,\n RcDivider,\n RcFormControlLabel,\n RcIcon,\n RcIconButton,\n RcList,\n RcListItem,\n RcListItemAvatar,\n RcListItemIcon,\n RcListItemSecondaryAction,\n RcListItemText,\n RcListSubheader,\n RcRadio,\n RcSwitch,\n RcThumbnail,\n} from \'@ringcentral/juno\';\nimport { Info, Pdf, Star } from \'@ringcentral/juno-icon\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport avatar from \'../../../Avatar/__stories__/img/avatar.jpg\';\n\nexport default {\n title: \'🚀 Cleanup Components/Lists/ListItem Examples\',\n component: RcListItem,\n argTypes: {\n ...sortInDocTable([\n \'size\',\n \'autoFocus\',\n \'disabled\',\n \'selected\',\n \'highlighted\',\n \'singleLine\',\n \'canHover\',\n \'button\',\n \'divider\',\n \'isInline\',\n \'alignItems\',\n \'disableGutters\',\n \'dense\',\n \'baseColor\',\n \'component\',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\'singleLine\', \'maxWidth\']),\n },\n} as Meta;\n\ntype ListItemProps = ComponentProps;\n\nexport const SingleLineListItemExamples: Story = ({\n ...args\n}) => {\n const AvatarCase = (\n <>\n Avatar Case:\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const IconCase = (\n <>\n Icon/IconButton Case:\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const IconControlCase = (\n <>\n \n IconControl Case: use ListItemIcon with just Control\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n IconControl Case: use ListItemIcon with FormControlLabel\n \n \n \n } label="" />\n \n \n \n \n \n } label="" />\n \n \n \n \n \n } label="" />\n \n \n \n\n \n IconControl Case: not ListItemIcon and use FormControlLabel\n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n );\n\n const SecondaryActionCase = (\n <>\n SecondaryAction Case:\n \n \n \n \n \n \n \n \n meta\n \n \n \n \n meta\n \n \n \n \n \n );\n\n const SecondaryActionControlCase = (\n <>\n SecondaryActionControl Case:\n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n \n \n );\n\n return (\n \n {AvatarCase}\n {IconCase}\n {IconControlCase}\n {SecondaryActionCase}\n {SecondaryActionControlCase}\n \n );\n};\n\nSingleLineListItemExamples.args = {\n singleLine: true,\n};\n\nSingleLineListItemExamples.argTypes = {};\n\nSingleLineListItemExamples.storyName = \'Single-Line Item\';\n\nexport const MultipleLineListItemExamples: Story = ({\n ...args\n}) => {\n const MultipleLineActions = {\n Icon: (\n \n \n \n ),\n Text: Meta,\n IconAndText: (\n \n meta\n \n \n ),\n };\n\n const primary = \'Two-line item name\';\n const secondary = \'Secondary Text\';\n\n return (\n \n {Object.entries(MultipleLineActions).map(([key, value]) => {\n return (\n \n \n {value}\n \n );\n })}\n \n \n \n \n \n \n \n } label="" />\n \n \n \n } label="" />\n \n \n } label="" />\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n } label="" />\n \n \n \n );\n};\n\nMultipleLineListItemExamples.args = {};\n\nMultipleLineListItemExamples.argTypes = {};\n\nMultipleLineListItemExamples.storyName = \'Multiple-Line Item\';\n',locationsMap:{"single-line-list-item-examples":{startLoc:{col:64,line:59},endLoc:{col:1,line:237},startBody:{col:64,line:59},endBody:{col:1,line:237}},"multiple-line-list-item-examples":{startLoc:{col:66,line:247},endLoc:{col:1,line:326},startBody:{col:66,line:247},endBody:{col:1,line:326}}}}},title:"🚀 Cleanup Components/Lists/ListItem Examples",component:juno_1.RcListItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","autoFocus","disabled","selected","highlighted","singleLine","canHover","button","divider","isInline","alignItems","disableGutters","dense","baseColor","component"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["singleLine","maxWidth"]))},exports.SingleLineListItemExamples=function(_a){var args=tslib_1.__rest(_a,[]),AvatarCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Avatar Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{size:"xsmall",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with Avatar size xsmall"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{size:"medium",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with Avatar size medium"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Icon/IconButton Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use RcIcon"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"favorite",symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use RcIconButton"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case: use ListItemIcon with just Control"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcCheckbox,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcRadio,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Radio Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcSwitch,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Switch Case"})),react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case: use ListItemIcon with FormControlLabel"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Radio Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Switch Case"})),react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case: not ListItemIcon and use FormControlLabel"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary:"RcRadio Case"})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary:"RcSwitch Case"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryAction Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"with RcIconButton"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"with string content"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,"meta")),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"with RcIconButton and span"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryActionControl Case:"),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl Checkbox"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl RcRadio"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({singleLine:!0},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl RcSwitch"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcSwitch,null),label:""}))),react_1.default.createElement(juno_1.RcDivider,{component:"li"}));return react_1.default.createElement(juno_1.RcList,null,AvatarCase,IconCase,IconControlCase,SecondaryActionCase,SecondaryActionControlCase)},exports.SingleLineListItemExamples.args={singleLine:!0},exports.SingleLineListItemExamples.argTypes={},exports.SingleLineListItemExamples.storyName="Single-Line Item",exports.MultipleLineListItemExamples=function(_a){var args=tslib_1.__rest(_a,[]),MultipleLineActions={Icon:react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info})),Text:react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,"Meta"),IconAndText:react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))},primary="Two-line item name",secondary="Secondary Text";return react_1.default.createElement(juno_1.RcList,null,Object.entries(MultipleLineActions).map((function(_a){var _b=tslib_1.__read(_a,2),key=_b[0],value=_b[1];return react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({key},args),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),value)})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",title:"favorite",symbol:juno_icon_1.Star,size:"medium"})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcRadio,null),label:""}),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""}))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{size:"xsmall",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary})),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcThumbnail,{symbol:juno_icon_1.Pdf})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcSwitch,null))),react_1.default.createElement(juno_1.RcListItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcThumbnail,{symbol:juno_icon_1.Pdf})),react_1.default.createElement(juno_1.RcListItemText,{primary,secondary}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""}))))},exports.MultipleLineListItemExamples.args={},exports.MultipleLineListItemExamples.argTypes={},exports.MultipleLineListItemExamples.storyName="Multiple-Line Item"},"./packages/juno-core/src/components/List/ListItemAvatar/__stories__/ListItemAvatar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAvatar,\n RcListItem,\n RcListItemAvatar,\n RcListItemText,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../../Avatar/__stories__/img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemAvatar',\n component: RcListItemAvatar,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListItemAvatarProps = ComponentProps;\n\nexport const ListItemAvatar: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n );\n};\n\nListItemAvatar.args = {};\n\nListItemAvatar.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemAvatar.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#align-list-items',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemAvatar.storyName = 'ListItemAvatar';\n",locationsMap:{"list-item-avatar":{startLoc:{col:58,line:30},endLoc:{col:1,line:42},startBody:{col:58,line:30},endBody:{col:1,line:42}}}}},title:"🚀 Cleanup Components/Lists/ListItemAvatar",component:juno_1.RcListItemAvatar,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListItemAvatar=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0},react_1.default.createElement(juno_1.RcListItemAvatar,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcAvatar,{size:"xsmall",src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem Content"}))},exports.ListItemAvatar.args={},exports.ListItemAvatar.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemAvatar.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#align-list-items"},{name:"Accessibility",value:"100%"}]},exports.ListItemAvatar.storyName="ListItemAvatar"},"./packages/juno-core/src/components/List/ListItemIcon/__stories__/ListItemIcon.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcIcon,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n} from '@ringcentral/juno';\nimport { Star } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemIcon',\n component: RcListItemIcon,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListItemIconProps = ComponentProps;\n\nexport const ListItemIcon: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n \n \n );\n};\n\nListItemIcon.args = {};\n\nListItemIcon.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemIcon.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#nested-list',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemIcon.storyName = 'ListItemIcon';\n",locationsMap:{"list-item-icon":{startLoc:{col:54,line:36},endLoc:{col:1,line:48},startBody:{col:54,line:36},endBody:{col:1,line:48}}}}},title:"🚀 Cleanup Components/Lists/ListItemIcon",component:juno_1.RcListItemIcon,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListItemIcon=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0},react_1.default.createElement(juno_1.RcListItemIcon,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Favorite Item"}))},exports.ListItemIcon.args={},exports.ListItemIcon.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemIcon.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#nested-list"},{name:"Accessibility",value:"100%"}]},exports.ListItemIcon.storyName="ListItemIcon"},"./packages/juno-core/src/components/List/ListItemSecondaryAction/__stories__/ListItemSecondaryAction.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcCheckbox,\n RcFormControlLabel,\n RcListItem,\n RcListItemSecondaryAction,\n RcListItemText,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemSecondaryAction',\n component: RcListItemSecondaryAction,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListItemSecondaryActionProps = ComponentProps<\n typeof RcListItemSecondaryAction\n>;\n\nexport const ListItemSecondaryAction: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n meta\n } label=\"\" />\n \n \n );\n};\n\nListItemSecondaryAction.args = {};\n\nListItemSecondaryAction.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemSecondaryAction.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#list-controls',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemSecondaryAction.storyName = 'ListItemSecondaryAction';\n",locationsMap:{"list-item-secondary-action":{startLoc:{col:76,line:31},endLoc:{col:1,line:44},startBody:{col:76,line:31},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Lists/ListItemSecondaryAction",component:juno_1.RcListItemSecondaryAction,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListItemSecondaryAction=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,{singleLine:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"ListItem Content"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,tslib_1.__assign({},args),react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,{indeterminate:!0}),label:""})))},exports.ListItemSecondaryAction.args={},exports.ListItemSecondaryAction.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemSecondaryAction.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#list-controls"},{name:"Accessibility",value:"100%"}]},exports.ListItemSecondaryAction.storyName="ListItemSecondaryAction"},"./packages/juno-core/src/components/List/ListItemText/__stories__/ListItemText.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItem, RcListItemText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListItemText',\n component: RcListItemText,\n argTypes: {\n ...sortInDocTable([\n 'inset',\n 'disableTypography',\n 'isEllipsis',\n 'primary',\n 'primaryTypographyProps',\n 'secondary',\n 'secondaryTypographyProps',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'primaryColor',\n 'alignCenter',\n 'lineThrough',\n ]),\n },\n} as Meta;\n\ntype ListItemTextProps = ComponentProps;\n\nexport const ListItemText: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n );\n};\n\nListItemText.args = {\n primary: 'ListItem Primary Content',\n secondary: 'ListItem Secondary Content',\n primaryTypographyProps: {\n variant: 'body1',\n color: 'neutral.f06',\n },\n secondaryTypographyProps: {\n variant: 'caption1',\n color: 'neutral.f04',\n },\n};\n\nListItemText.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListItemText.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListItemText.storyName = 'ListItemText';\n",locationsMap:{"list-item-text":{startLoc:{col:54,line:35},endLoc:{col:1,line:44},startBody:{col:54,line:35},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/Lists/ListItemText",component:juno_1.RcListItemText,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["inset","disableTypography","isEllipsis","primary","primaryTypographyProps","secondary","secondaryTypographyProps"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["primaryColor","alignCenter","lineThrough"]))},exports.ListItemText=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemText,tslib_1.__assign({},args)))},exports.ListItemText.args={primary:"ListItem Primary Content",secondary:"ListItem Secondary Content",primaryTypographyProps:{variant:"body1",color:"neutral.f06"},secondaryTypographyProps:{variant:"caption1",color:"neutral.f04"}},exports.ListItemText.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListItemText.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/"},{name:"Accessibility",value:"100%"}]},exports.ListItemText.storyName="ListItemText"},"./packages/juno-core/src/components/List/ListSubheader/__stories__/ListSubheader.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcList,\n RcListItem,\n RcListItemText,\n RcListSubheader,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Lists/ListSubheader',\n component: RcListSubheader,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ListSubheaderProps = ComponentProps;\n\nexport const ListSubheader: Story = ({\n children,\n ...args\n}) => {\n return (\n } style={{ height: '200px', overflow: 'auto' }}>\n {[0, 1, 2, 3, 4].map((sectionId) => (\n
  • \n
      \n \n {`I'm sticky ${sectionId}`}\n \n {[0, 1, 2].map((item) => (\n \n \n \n ))}\n
    \n
  • \n ))}\n
    \n );\n};\n\nListSubheader.args = {};\n\nListSubheader.argTypes = {\n ...notControlInDocTable([]),\n};\n\nListSubheader.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/demos/lists/#pinned-subheader-list',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nListSubheader.storyName = 'ListSubheader';\n",locationsMap:{"list-subheader":{startLoc:{col:56,line:28},endLoc:{col:1,line:50},startBody:{col:56,line:28},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Lists/ListSubheader",component:juno_1.RcListSubheader,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.ListSubheader=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcList,{subheader:react_1.default.createElement("li",null),style:{height:"200px",overflow:"auto"}},[0,1,2,3,4].map((function(sectionId){return react_1.default.createElement("li",{key:"section-"+sectionId},react_1.default.createElement("ul",null,react_1.default.createElement(juno_1.RcListSubheader,tslib_1.__assign({},args),"I'm sticky "+sectionId),[0,1,2].map((function(item){return react_1.default.createElement(juno_1.RcListItem,{key:"item-"+sectionId+"-"+item},react_1.default.createElement(juno_1.RcListItemText,{primary:"Item "+item}))}))))})))},exports.ListSubheader.args={},exports.ListSubheader.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.ListSubheader.parameters={tags:[{name:"Mui",href:"https://material-ui.com/demos/lists/#pinned-subheader-list"},{name:"Accessibility",value:"100%"}]},exports.ListSubheader.storyName="ListSubheader"},"./packages/juno-core/src/components/Loading/__stories__/Loading.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n flexCenterStyle,\n palette2,\n RcButton,\n RcLoading,\n styled,\n} from '@ringcentral/juno';\nimport { notShowInDocTable } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Loading',\n component: RcLoading,\n argTypes: {\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype LoadingProps = ComponentProps;\n\nconst Container = styled.div`\n position: relative;\n height: 300px;\n width: 300px;\n background: ${palette2('neutral', 'b03')};\n ${flexCenterStyle};\n`;\n\nexport const Loading: Story = ({\n children,\n loading: loadingProp,\n ...args\n}) => {\n const [loading, setLoading] = useState(loadingProp);\n return (\n <>\n \n \n <>\n setLoading(true)}>start loading\n \n \n \n setLoading(true)}>start loading \n setLoading(false)}>end loading \n \n );\n};\n\nLoading.args = {};\n\nLoading.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{loading:{startLoc:{col:44,line:31},endLoc:{col:1,line:50},startBody:{col:44,line:31},endBody:{col:1,line:50}}}}},title:"🚀 Cleanup Components/Loading",component:juno_1.RcLoading,argTypes:tslib_1.__assign({},juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n height: 300px;\n width: 300px;\n background: ",";\n ",";\n"],["\n position: relative;\n height: 300px;\n width: 300px;\n background: ",";\n ",";\n"])),juno_1.palette2("neutral","b03"),juno_1.flexCenterStyle);exports.Loading=function(_a){_a.children;var loadingProp=_a.loading,args=tslib_1.__rest(_a,["children","loading"]),_b=tslib_1.__read(react_1.useState(loadingProp),2),loading=_b[0],setLoading=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Container,null,react_1.default.createElement(juno_1.RcLoading,tslib_1.__assign({},args,{loading}),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setLoading(!0)}},"start loading")))),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setLoading(!0)}},"start loading "),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setLoading(!1)}},"end loading "))},exports.Loading.args={},exports.Loading.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcButton,\n RcDivider,\n RcListItemText,\n RcMenu,\n RcMenuItem,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/Menu',\n component: RcMenu,\n excludeStories: /MenuExampleComponent/,\n argTypes: {\n ...sortInDocTable([\n // Menu\n 'open',\n 'anchorEl',\n 'autoFocus',\n 'autoClose',\n 'variant',\n 'onClose',\n 'classes',\n 'keepMounted', // Modal\n\n // MenuList\n 'MenuListProps',\n 'disableAutoFocusItem',\n 'disableAutoFocus', // Modal\n\n // Popover\n 'action',\n 'anchorOrigin',\n 'anchorPosition',\n 'anchorReference',\n 'elevation',\n 'getContentAnchorEl',\n 'marginThreshold',\n 'PaperProps',\n 'PopoverClasses',\n 'TransitionProps',\n 'TransitionComponent',\n 'transformOrigin',\n 'transitionDuration',\n\n // Modal\n 'BackdropComponent',\n 'BackdropProps',\n 'closeAfterTransition',\n 'container',\n // 'disableEnforceFocus',\n 'disableEscapeKeyDown',\n 'disablePortal',\n 'disableRestoreFocus',\n 'disableScrollLock',\n 'hideBackdrop',\n 'onBackdropClick',\n 'onEscapeKeyDown',\n 'onRendered',\n ]),\n ...notControlInDocTable(['open', 'anchorEl']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuProps = ComponentProps;\n\nexport const Menu: Story = ({ children, ...args }) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (\n event: React.MouseEvent,\n ) => setAnchorEl(event.currentTarget);\n\n const handleClose = () => setAnchorEl(null);\n\n return (\n <>\n Open Menu\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenu.args = {\n variant: 'selectedMenu',\n getContentAnchorEl: null,\n anchorReference: 'anchorEl',\n anchorOrigin: { vertical: 'bottom', horizontal: 'left' },\n};\n\nMenu.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenu.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\ntype MenuExampleComponentProps = {} & Partial>;\n\nconst menus = range(0, 20);\n\nexport const MenuExampleComponent: FunctionComponent =\n (props) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n return (\n <>\n Open Menu\n \n {menus.map((x) => (\n \n \n \n ))}\n MenuItem One\n MenuItem Two(disabled)\n MenuItem Three\n \n MenuItem Five\n \n \n );\n };\n\nexport const MenuExamples: Story = ({ anchorOrigin, ...args }) => {\n return ;\n};\n\nMenuExamples.argTypes = {\n ...notControlInDocTable(['anchorOrigin']),\n};\n",locationsMap:{menu:{startLoc:{col:38,line:77},endLoc:{col:1,line:110},startBody:{col:38,line:77},endBody:{col:1,line:110}},"menu-example-component":{startLoc:{col:2,line:145},endLoc:{col:3,line:179},startBody:{col:2,line:145},endBody:{col:3,line:179}},"menu-examples":{startLoc:{col:46,line:181},endLoc:{col:1,line:183},startBody:{col:46,line:181},endBody:{col:1,line:183}}}}},title:"🚀 Cleanup Components/Menu/Menu",component:juno_1.RcMenu,excludeStories:/MenuExampleComponent/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","anchorEl","autoFocus","autoClose","variant","onClose","classes","keepMounted","MenuListProps","disableAutoFocusItem","disableAutoFocus","action","anchorOrigin","anchorPosition","anchorReference","elevation","getContentAnchorEl","marginThreshold","PaperProps","PopoverClasses","TransitionProps","TransitionComponent","transformOrigin","transitionDuration","BackdropComponent","BackdropProps","closeAfterTransition","container","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","onBackdropClick","onEscapeKeyDown","onRendered"])),juno_storybook_1.notControlInDocTable(["open","anchorEl"])),juno_storybook_1.notShowInDocTable([]))},exports.Menu=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl),anchorEl,onClose:function(){return setAnchorEl(null)}}),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"}))))},exports.Menu.args={variant:"selectedMenu",getContentAnchorEl:null,anchorReference:"anchorEl",anchorOrigin:{vertical:"bottom",horizontal:"left"}},exports.Menu.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Menu.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/"},{name:"Accessibility",value:"100%"}]};var menus=range_1.default(0,20);exports.MenuExampleComponent=function(props){var _a=tslib_1.__read(react_1.useState(null),2),anchorEl=_a[0],setAnchorEl=_a[1],handleClose=function(){setAnchorEl(null)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcMenu,tslib_1.__assign({},props,{anchorEl,open:Boolean(anchorEl),keepMounted:!0,onClose:handleClose}),menus.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem "+x}))})),react_1.default.createElement(juno_1.RcMenuItem,null,"MenuItem One"),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},"MenuItem Two(disabled)"),react_1.default.createElement(juno_1.RcMenuItem,{title:"native tooltip"},"MenuItem Three"),react_1.default.createElement(juno_1.RcDivider,{component:"li"}),react_1.default.createElement(juno_1.RcMenuItem,null,"MenuItem Five")))},exports.MenuExamples=function(_a){_a.anchorOrigin;var args=tslib_1.__rest(_a,["anchorOrigin"]);return react_1.default.createElement(exports.MenuExampleComponent,tslib_1.__assign({},args))},exports.MenuExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchorOrigin"]));try{MenuExampleComponent.displayName="MenuExampleComponent",MenuExampleComponent.__docgenInfo={description:"",displayName:"MenuExampleComponent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"Props applied to the [`MenuList`](/api/menu-list/) element.",name:"MenuListProps",required:!1,type:{name:"Partial"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx#MenuExampleComponent"]={docgenInfo:MenuExampleComponent.__docgenInfo,name:"MenuExampleComponent",path:"packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx#MenuExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItemText, RcMenuItem } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuItem',\n component: RcMenuItem,\n argTypes: {\n ...sortInDocTable([\n 'component',\n 'focusVariant',\n 'size',\n 'selected',\n 'type',\n 'checked',\n 'disabled',\n 'divider',\n 'dense',\n 'alignItems',\n 'disableGutters',\n 'tabIndex',\n 'autoFocus',\n 'icon',\n 'symbol',\n 'avatar',\n 'secondaryAction',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable(['action', 'isSubMenuItem']),\n },\n} as Meta;\n\ntype MenuItemProps = ComponentProps;\n\nexport const MenuItem: Story = ({ children, ...args }) => {\n return (\n <>\n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n
    \n \n \n \n \n );\n};\n\nMenuItem.args = {};\n\nMenuItem.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenuItem.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nMenuItem.storyName = 'MenuItem';\n",locationsMap:{"menu-item":{startLoc:{col:46,line:41},endLoc:{col:1,line:91},startBody:{col:46,line:41},endBody:{col:1,line:91}}}}},title:"🚀 Cleanup Components/Menu/MenuItem",component:juno_1.RcMenuItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["component","focusVariant","size","selected","type","checked","disabled","divider","dense","alignItems","disableGutters","tabIndex","autoFocus","icon","symbol","avatar","secondaryAction"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["action","isSubMenuItem"]))},exports.MenuItem=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,selected:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Selected Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,highlighted:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Highlighted Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,focused:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Focused Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,highlighted:!0,color:"success.b05"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{tabIndex:0,highlighted:!0,color:"highlight.b01"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary content",secondary:"Secondary content"})))},exports.MenuItem.args={},exports.MenuItem.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.MenuItem.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/"},{name:"Accessibility",value:"100%"}]},exports.MenuItem.storyName="MenuItem"},"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItemExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),avatar_jpg_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg"));exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcAvatar,\n RcCheckbox,\n RcDivider,\n RcFormControlLabel,\n RcIcon,\n RcIconButton,\n RcListItemAvatar,\n RcListItemIcon,\n RcListItemSecondaryAction,\n RcListItemText,\n RcListSubheader,\n RcMenuItem,\n RcRadio,\n RcSwitch,\n} from '@ringcentral/juno';\nimport { Info, Star } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport avatar from '../../../Avatar/__stories__/img/avatar.jpg';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuItem/MenuItem Examples',\n component: RcMenuItem,\n argTypes: {\n ...sortInDocTable([\n 'component',\n 'size',\n 'disabled',\n 'divider',\n 'dense',\n 'alignItems',\n 'disableGutters',\n 'tabIndex',\n 'autoFocus',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([\n 'selected',\n 'type',\n 'checked',\n 'icon',\n 'symbol',\n 'avatar',\n 'secondaryAction',\n 'isSubMenuItem',\n ]),\n },\n} as Meta;\n\ntype MenuItemProps = ComponentProps;\n\nexport const MenuItemExamples: Story = ({\n children,\n ...args\n}) => {\n const CheckedTypeCase = (\n <>\n Checked Type Case:\n \n \n \n \n \n \n \n \n );\n\n const AvatarCase = (\n <>\n Avatar Case:\n }>\n \n \n \n \n \n \n \n \n \n \n );\n\n const IconCase = (\n <>\n Icon Case:\n }>\n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const IconControlCase = (\n <>\n IconControl Case\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n\n const SecondaryActionCase = (\n <>\n SecondaryAction Case:\n \n \n \n \n meta\n \n \n }\n >\n \n \n \n \n \n meta\n \n \n \n\n \n \n );\n\n const SecondaryActionControlCase = (\n <>\n SecondaryActionControl Case:\n \n \n } label=\"\" />\n \n \n \n } label=\"\" />\n \n \n \n );\n\n return (\n <>\n {CheckedTypeCase}\n {AvatarCase}\n {IconCase}\n {IconControlCase}\n {SecondaryActionCase}\n {SecondaryActionControlCase}\n \n );\n};\n\nMenuItemExamples.args = {};\n\nMenuItemExamples.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenuItemExamples.storyName = 'Primary Line MenuItem';\n\nexport const MenuItemWithTwoLine: Story = () => {\n return (\n console.log('onClick Profile')} avatar={avatar}>\n \n \n );\n};\n\nMenuItemWithTwoLine.storyName = 'Secondary Lines MenuItem';\n",locationsMap:{"menu-item-examples":{startLoc:{col:54,line:60},endLoc:{col:1,line:191},startBody:{col:54,line:60},endBody:{col:1,line:191}},"menu-item-with-two-line":{startLoc:{col:57,line:201},endLoc:{col:1,line:207},startBody:{col:57,line:201},endBody:{col:1,line:207}}}}},title:"🚀 Cleanup Components/Menu/MenuItem/MenuItem Examples",component:juno_1.RcMenuItem,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["component","size","disabled","divider","dense","alignItems","disableGutters","tabIndex","autoFocus"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable(["selected","type","checked","icon","symbol","avatar","secondaryAction","isSubMenuItem"]))},exports.MenuItemExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),CheckedTypeCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Checked Type Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{type:"checked"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checked Type: UnCheck"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{type:"checked",checked:!0}),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checked Type: Checked"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),AvatarCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Avatar Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{avatar:react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default})}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use avatar prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemAvatar,null,react_1.default.createElement(juno_1.RcAvatar,{src:avatar_jpg_1.default})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use ListItemAvatar"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"Icon Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,size:"small"})}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use icon prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{symbol:juno_icon_1.Star}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use symbol prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Star,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"use ListItemIcon"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),IconControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"IconControl Case"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcCheckbox,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Checkbox Case"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcRadio,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Radio Case"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcSwitch,null)),react_1.default.createElement(juno_1.RcListItemText,{primary:"Switch Case"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryAction Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{secondaryAction:"secondaryAction string Action"}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use secondaryAction prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args,{secondaryAction:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Info,size:"small"}))}),react_1.default.createElement(juno_1.RcListItemText,{primary:"use secondaryAction prop"})),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemText,{primary:"use ListItemSecondaryAction"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement("span",null,"meta"),react_1.default.createElement(juno_1.RcIconButton,{variant:"plain",symbol:juno_icon_1.Info,size:"small"}))),react_1.default.createElement(juno_1.RcDivider,{component:"li"})),SecondaryActionControlCase=react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcListSubheader,null,"SecondaryActionControl Case:"),react_1.default.createElement(juno_1.RcMenuItem,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""})),react_1.default.createElement(juno_1.RcListItemText,{primary:"with FormControl Checkbox"}),react_1.default.createElement(juno_1.RcListItemSecondaryAction,null,react_1.default.createElement(juno_1.RcFormControlLabel,{control:react_1.default.createElement(juno_1.RcCheckbox,null),label:""}))));return react_1.default.createElement(react_1.default.Fragment,null,CheckedTypeCase,AvatarCase,IconCase,IconControlCase,SecondaryActionCase,SecondaryActionControlCase)},exports.MenuItemExamples.args={},exports.MenuItemExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.MenuItemExamples.storyName="Primary Line MenuItem",exports.MenuItemWithTwoLine=function(){return react_1.default.createElement(juno_1.RcMenuItem,{onClick:function(){return console.log("onClick Profile")},avatar:avatar_jpg_1.default},react_1.default.createElement(juno_1.RcListItemText,{primary:"Primary Title",secondary:"secondary text"}))},exports.MenuItemWithTwoLine.storyName="Secondary Lines MenuItem"},"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcListItemText, RcMenuItem, RcMenuList } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuList',\n component: RcMenuList,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'autoFocus',\n 'autoFocusItem',\n 'disabledItemsFocusable',\n 'disableListWrap',\n 'disablePadding',\n 'maxHeight',\n 'dense',\n ]),\n ...notControlInDocTable(['autoClose']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuListProps = ComponentProps;\n\nexport const MenuList: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenuList.args = {\n variant: 'selectedMenu',\n};\n\nMenuList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nMenuList.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nMenuList.storyName = 'MenuList';\n",locationsMap:{"menu-list":{startLoc:{col:46,line:32},endLoc:{col:1,line:49},startBody:{col:46,line:32},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Menu/MenuList",component:juno_1.RcMenuList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","autoFocus","autoFocusItem","disabledItemsFocusable","disableListWrap","disablePadding","maxHeight","dense"])),juno_storybook_1.notControlInDocTable(["autoClose"])),juno_storybook_1.notShowInDocTable([]))},exports.MenuList=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcMenuList,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"})))},exports.MenuList.args={variant:"selectedMenu"},exports.MenuList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.MenuList.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/"},{name:"Accessibility",value:"100%"}]},exports.MenuList.storyName="MenuList"},"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuListExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcListItemText,\n RcMenuItem,\n RcMenuList,\n RcText,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Menu/MenuList/MenuList Examples',\n component: RcMenuList,\n argTypes: {\n ...sortInDocTable([\n 'autoFocus',\n 'autoFocusItem',\n 'disabledItemsFocusable',\n 'disableListWrap',\n 'disablePadding',\n 'maxHeight',\n 'dense',\n ]),\n ...notControlInDocTable(['autoClose']),\n ...notShowInDocTable(['variant']),\n },\n} as Meta;\n\ntype MenuListProps = ComponentProps;\n\nexport const MenuListTypeMenuExample: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n MenuList type=\"<RcText highlight>menu</RcText>\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenuListTypeMenuExample.storyName = 'menu type';\n\nexport const MenuListTypeSelectedMenuExamples: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n MenuList type=\"<RcText highlight>selectedMenu</RcText>\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nMenuListTypeSelectedMenuExamples.storyName = 'selectedMenu type';\n",locationsMap:{"menu-list-type-menu-example":{startLoc:{col:61,line:37},endLoc:{col:1,line:62},startBody:{col:61,line:37},endBody:{col:1,line:62}},"menu-list-type-selected-menu-examples":{startLoc:{col:70,line:66},endLoc:{col:1,line:91},startBody:{col:70,line:66},endBody:{col:1,line:91}}}}},title:"🚀 Cleanup Components/Menu/MenuList/MenuList Examples",component:juno_1.RcMenuList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["autoFocus","autoFocusItem","disabledItemsFocusable","disableListWrap","disablePadding","maxHeight","dense"])),juno_storybook_1.notControlInDocTable(["autoClose"])),juno_storybook_1.notShowInDocTable(["variant"]))},exports.MenuListTypeMenuExample=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,'MenuList type="',react_1.default.createElement(juno_1.RcText,{highlight:!0},"menu"),'"'),react_1.default.createElement(juno_1.RcMenuList,tslib_1.__assign({},args,{variant:"menu"}),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3 (disabled)"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"}))))},exports.MenuListTypeMenuExample.storyName="menu type",exports.MenuListTypeSelectedMenuExamples=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,'MenuList type="',react_1.default.createElement(juno_1.RcText,{highlight:!0},"selectedMenu"),'"'),react_1.default.createElement(juno_1.RcMenuList,tslib_1.__assign({},args,{variant:"selectedMenu"}),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,{selected:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2 (selected)"})),react_1.default.createElement(juno_1.RcMenuItem,{disabled:!0},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 3 (disabled)"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 4"}))))},exports.MenuListTypeSelectedMenuExamples.storyName="selectedMenu type"},"./packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps, FunctionComponent, useState } from \'react\';\n\nimport {\n RcButton,\n RcListItemText,\n RcMenu,\n RcMenuItem,\n RcMenuList,\n RcMenuOnCloseReasonsType,\n RcSubMenu,\n} from \'@ringcentral/juno\';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Menu/SubMenu\',\n component: RcSubMenu,\n excludeStories: /SubMenuExampleComponent/,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SubMenuProps = ComponentProps;\n\nexport const SubMenuWithMenuList: Story = ({ ...args }) => {\n return (\n console.log(\'RcMenuList onClose\', e, r)}\n >\n console.log(\'RcSubMenu onClose\', e, r)}\n >\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nSubMenuWithMenuList.storyName = \'SubMenu With MenuList\';\n\nSubMenuWithMenuList.args = {\n title: \'SubMenu Item\',\n};\n\nSubMenuWithMenuList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSubMenuWithMenuList.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\ntype SubMenuExampleComponentProps = {} & Partial<\n ComponentProps\n>;\n\nexport const SubMenuExampleComponent: FunctionComponent =\n ({ children, ...args }) => {\n return {children};\n };\n\nexport const SubMenuWithMenu: Story = ({ ...args }) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = (e: any, reason: RcMenuOnCloseReasonsType) => {\n setAnchorEl(null);\n console.log(\'RcMenu onClose\', e, reason);\n };\n\n return (\n <>\n Open Menu\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nSubMenuWithMenu.args = {\n title: \'SubMenu Item\',\n};\n\nSubMenuWithMenu.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSubMenuWithMenu.parameters = {\n tags: [\n {\n name: \'Spec\',\n href: \'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23\',\n },\n {\n name: \'Accessibility\',\n value: \'100%\',\n },\n ],\n};\n\nSubMenuWithMenu.storyName = \'SubMenu With Menu\';\n',locationsMap:{"sub-menu-with-menu-list":{startLoc:{col:56,line:32},endLoc:{col:1,line:82},startBody:{col:56,line:32},endBody:{col:1,line:82}},"sub-menu-example-component":{startLoc:{col:2,line:112},endLoc:{col:3,line:114},startBody:{col:2,line:112},endBody:{col:3,line:114}},"sub-menu-with-menu":{startLoc:{col:52,line:116},endLoc:{col:1,line:186},startBody:{col:52,line:116},endBody:{col:1,line:186}}}}},title:"🚀 Cleanup Components/Menu/SubMenu",component:juno_1.RcSubMenu,excludeStories:/SubMenuExampleComponent/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.SubMenuWithMenuList=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcMenuList,{style:{width:"180px"},autoClose:!0,onClose:function(e,r){return console.log("RcMenuList onClose",e,r)}},react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args,{onClose:function(e,r){return console.log("RcSubMenu onClose",e,r)}}),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))))},exports.SubMenuWithMenuList.storyName="SubMenu With MenuList",exports.SubMenuWithMenuList.args={title:"SubMenu Item"},exports.SubMenuWithMenuList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.SubMenuWithMenuList.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Accessibility",value:"100%"}]},exports.SubMenuExampleComponent=function(_a){var children=_a.children;tslib_1.__rest(_a,["children"]);return react_1.default.createElement(exports.SubMenuWithMenu,{title:"SubMenuItem"},children)},exports.SubMenuWithMenu=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcMenu,{anchorEl,open:Boolean(anchorEl),onClose:function(e,reason){setAnchorEl(null),console.log("RcMenu onClose",e,reason)},autoClose:!0},react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem 2"})),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"})),react_1.default.createElement(juno_1.RcSubMenu,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 1"})),react_1.default.createElement(juno_1.RcMenuItem,null,react_1.default.createElement(juno_1.RcListItemText,{primary:"SubMenuItem 2"}))))))},exports.SubMenuWithMenu.args={title:"SubMenu Item"},exports.SubMenuWithMenu.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.SubMenuWithMenu.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/307A6D61-EC1D-4F03-8ED2-67FA63B4971C?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Accessibility",value:"100%"}]},exports.SubMenuWithMenu.storyName="SubMenu With Menu";try{SubMenuExampleComponent.displayName="SubMenuExampleComponent",SubMenuExampleComponent.__docgenInfo={description:"",displayName:"SubMenuExampleComponent",props:{symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"SubMenuItem's title",name:"title",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"children, use MenuItem array\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"emit when sub menu popper closed",name:"onClose",required:!1,type:{name:"((e: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},MenuListProps:{defaultValue:null,description:"MenuList props",name:"MenuListProps",required:!1,type:{name:'Pick'}},PopperProps:{defaultValue:null,description:"Popper props",name:"PopperProps",required:!1,type:{name:'Pick, "slot" | ... 255 more ... | "popperOptions">'}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx#SubMenuExampleComponent"]={docgenInfo:SubMenuExampleComponent.__docgenInfo,name:"SubMenuExampleComponent",path:"packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx#SubMenuExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/Pagination/__stories__/Pagination.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcButton,\n RcPagination,\n RcPaginationItem,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Pagination',\n component: RcPagination,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PaginationProps = ComponentProps;\n\nexport const Pagination: Story = (args) => {\n return ;\n};\n\nPagination.storyName = 'Pagination';\n\nPagination.args = {\n count: 50,\n};\n\nPagination.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPagination.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/39f391c0-3c68-11e9-9430-af40e4ce41b8/branches/676df647-c0cf-4f76-bdd9-4433ff86d534/commits/1a7175cc1a20af0a2e15bfd83db3d2ef75c0f498/files/dcf0f6a7-0c9f-4117-87f1-420b2adba4e6/layers/C9DFD433-67FA-4F57-8715-DE969E96DE84',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pagination/#pagination',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const PaginationCustomItem: Story = (args) => {\n const [bg, setBg] = useState('red');\n return (\n <>\n {\n return ;\n }}\n />\n
    \n setBg('red')}>\n red bg\n \n
    \n
    \n setBg('blue')}>\n blue bg\n \n
    \n
    \n setBg('green')}>\n green bg\n \n \n );\n};\nconst ColorDiv = styled.div<{ bg: string }>`\n background-color: ${(props) => props.bg};\n color: white;\n`;\nPaginationCustomItem.storyName = 'Pagination Custom Item';\n\nPaginationCustomItem.args = { count: 50 };\n\nPaginationCustomItem.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPaginationCustomItem.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/pagination/#pagination',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{pagination:{startLoc:{col:50,line:28},endLoc:{col:1,line:30},startBody:{col:50,line:28},endBody:{col:1,line:30}},"pagination-custom-item":{startLoc:{col:60,line:59},endLoc:{col:1,line:85},startBody:{col:60,line:59},endBody:{col:1,line:85}}}}},title:"🚀 Cleanup Components/Pagination",component:juno_1.RcPagination,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Pagination=function(args){return react_1.default.createElement(juno_1.RcPagination,tslib_1.__assign({},args))},exports.Pagination.storyName="Pagination",exports.Pagination.args={count:50},exports.Pagination.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Pagination.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/39f391c0-3c68-11e9-9430-af40e4ce41b8/branches/676df647-c0cf-4f76-bdd9-4433ff86d534/commits/1a7175cc1a20af0a2e15bfd83db3d2ef75c0f498/files/dcf0f6a7-0c9f-4117-87f1-420b2adba4e6/layers/C9DFD433-67FA-4F57-8715-DE969E96DE84"},{name:"Mui",href:"https://material-ui.com/components/pagination/#pagination"},{name:"Accessibility",value:"100%"}]},exports.PaginationCustomItem=function(args){var _a=tslib_1.__read(react_1.useState("red"),2),bg=_a[0],setBg=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPagination,tslib_1.__assign({},args,{renderItem:function(item){return react_1.default.createElement(juno_1.RcPaginationItem,tslib_1.__assign({},item,{component:ColorDiv,bg}))}})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){return setBg("red")}},"red bg"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"interactive.b02",onClick:function(){return setBg("blue")}},"blue bg"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"success.b04",onClick:function(){return setBg("green")}},"green bg"))};var templateObject_1,ColorDiv=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background-color: ",";\n color: white;\n"],["\n background-color: ",";\n color: white;\n"])),(function(props){return props.bg}));exports.PaginationCustomItem.storyName="Pagination Custom Item",exports.PaginationCustomItem.args={count:50},exports.PaginationCustomItem.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.PaginationCustomItem.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/pagination/#pagination"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Paper/__stories__/Paper.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcPaper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Paper',\n component: RcPaper,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PaperProps = ComponentProps;\n\nexport const Paper: Story = ({ children, ...args }) => {\n return (\n \n

    This is a sheet of paper.

    \n

    \n Paper can be used to build surface or other elements for your\n application.\n

    \n
    \n );\n};\n\nPaper.args = {\n elevation: 1,\n};\n\nPaper.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPaper.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/paper/#paper',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{paper:{startLoc:{col:40,line:23},endLoc:{col:1,line:33},startBody:{col:40,line:23},endBody:{col:1,line:33}}}}},title:"🚀 Cleanup Components/Paper",component:juno_1.RcPaper,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Paper=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcPaper,tslib_1.__assign({},args),react_1.default.createElement("h3",null,"This is a sheet of paper."),react_1.default.createElement("p",null,"Paper can be used to build surface or other elements for your application."))},exports.Paper.args={elevation:1},exports.Paper.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Paper.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/paper/#paper"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Popover/__stories__/Popover.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcPopover, RcTypography } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n originChoice,\n originChoiceStringToObj,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Popover',\n component: RcPopover,\n argTypes: {\n ...sortInDocTable(['open', 'anchorEl']),\n anchorOrigin: {\n options: originChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'anchorPosition',\n 'anchorReference',\n 'container',\n 'getContentAnchorEl',\n 'elevation',\n 'marginThreshold',\n 'PaperProps',\n\n 'transformOrigin',\n 'TransitionComponent',\n 'transitionDuration',\n 'TransitionProps',\n ]),\n transformOrigin: {\n options: originChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'TransitionComponent',\n 'transitionDuration',\n 'TransitionProps',\n ]),\n ...notControlInDocTable(['open', 'anchorEl']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PopoverProps = Partial>;\n\nexport const Popover: Story = ({\n children,\n anchorOrigin: anchorOriginProp,\n transformOrigin: transformOriginProp,\n ...args\n}) => {\n const anchorOrigin = originChoiceStringToObj(anchorOriginProp as any);\n const transformOrigin = originChoiceStringToObj(transformOriginProp as any);\n\n const [anchorEl, setAnchorEl] = React.useState(\n null,\n );\n\n const handleClick = (\n event: React.MouseEvent,\n ) => {\n setAnchorEl(event.currentTarget as HTMLButtonElement);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n const open = Boolean(anchorEl);\n const id = open ? 'simple-popover' : undefined;\n\n return (\n \n \n Open Popover\n \n \n \n The content of the Popover.\n \n \n \n );\n};\n\nPopover.args = {\n anchorOrigin: originChoice[0] as any,\n};\n\nPopover.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPopover.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/popover/#popover',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{popover:{startLoc:{col:44,line:56},endLoc:{col:1,line:108},startBody:{col:44,line:56},endBody:{col:1,line:108}}}}},title:"🚀 Cleanup Components/Popover",component:juno_1.RcPopover,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","anchorEl"])),{anchorOrigin:{options:juno_storybook_1.originChoice,control:{type:"select"}}}),juno_storybook_1.sortInDocTable(["anchorPosition","anchorReference","container","getContentAnchorEl","elevation","marginThreshold","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"])),{transformOrigin:{options:juno_storybook_1.originChoice,control:{type:"select"}}}),juno_storybook_1.sortInDocTable(["TransitionComponent","transitionDuration","TransitionProps"])),juno_storybook_1.notControlInDocTable(["open","anchorEl"])),juno_storybook_1.notShowInDocTable([]))},exports.Popover=function(_a){_a.children;var anchorOriginProp=_a.anchorOrigin,transformOriginProp=_a.transformOrigin,args=tslib_1.__rest(_a,["children","anchorOrigin","transformOrigin"]),anchorOrigin=juno_storybook_1.originChoiceStringToObj(anchorOriginProp),transformOrigin=juno_storybook_1.originChoiceStringToObj(transformOriginProp),_b=tslib_1.__read(react_1.default.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],open=Boolean(anchorEl),id=open?"simple-popover":void 0;return react_1.default.createElement("div",{style:{display:"flex",justifyContent:"center",alignContent:"middle"}},react_1.default.createElement(juno_1.RcButton,{"aria-describedby":id,onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Popover"),react_1.default.createElement(juno_1.RcPopover,tslib_1.__assign({},args,{id,open,anchorEl,anchorOrigin,transformOrigin,onClose:function(){setAnchorEl(null)}}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"The content of the Popover.")))},exports.Popover.args={anchorOrigin:juno_storybook_1.originChoice[0]},exports.Popover.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Popover.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/popover/#popover"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Popper/__stories__/Popper.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcButton, RcPopper, RcTypography } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Popper',\n component: RcPopper,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PopperProps = Partial>;\n\nexport const Popper: Story = ({ children, ...args }) => {\n const [anchorEl, setAnchorEl] = React.useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(anchorEl ? null : event.currentTarget);\n };\n\n const open = Boolean(anchorEl);\n const id = open ? 'simple-popper' : undefined;\n\n return (\n
    \n \n Toggle Popper\n \n \n
    \n \n The content of the Popper.\n \n
    \n
    \n
    \n );\n};\n\nPopper.args = {};\n\nPopper.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPopper.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/popper/#popper',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{popper:{startLoc:{col:42,line:23},endLoc:{col:1,line:47},startBody:{col:42,line:23},endBody:{col:1,line:47}}}}},title:"🚀 Cleanup Components/Popper",component:juno_1.RcPopper,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Popper=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],open=Boolean(anchorEl),id=open?"simple-popper":void 0;return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcButton,{"aria-describedby":id,type:"button",onClick:function(event){setAnchorEl(anchorEl?null:event.currentTarget)}},"Toggle Popper"),react_1.default.createElement(juno_1.RcPopper,tslib_1.__assign({},args,{id,open,anchorEl}),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"The content of the Popper."))))},exports.Popper.args={},exports.Popper.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Popper.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/popper/#popper"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/PopupBox/__stories__/PopupBox.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcDialogContentText,\n RcPopupBox,\n RcTextField,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/PopupBox',\n component: RcPopupBox,\n argTypes: {\n ...sortInDocTable([\n 'open',\n 'scroll',\n 'title',\n 'footer',\n 'loading',\n 'loadingOverlay',\n 'disableEscapeKeyDown',\n 'disableBackdropClick',\n 'confirmButtonText',\n 'confirmButtonProps',\n 'onConfirm',\n 'cancelButtonText',\n 'cancelButtonProps',\n 'onCancel',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PopupBoxProps = ComponentProps;\n\nexport const PopupBox: Story = ({ open: openProp, ...args }) => {\n const [open, setOpen] = useState(openProp);\n\n return (\n <>\n {\n setOpen(true);\n }}\n >\n Open Children Modal\n \n\n {\n console.log('exit');\n },\n }}\n onConfirm={() => {\n console.log('confirm');\n setOpen(false);\n }}\n onCancel={(e, reason) => {\n console.log('cancel', reason);\n setOpen(false);\n }}\n >\n \n cool\n bottom\n \n \n );\n};\n\nPopupBox.storyName = 'PopupBox';\n\nPopupBox.args = {\n confirmButtonText: 'ok',\n cancelButtonText: 'cancel',\n title: 'Title',\n open: false,\n};\n\nPopupBox.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPopupBox.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'w3c',\n color: 'informative.b01',\n href: 'https://www.w3schools.com/js/js_popup.asp',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/dialogs/#alerts',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"popup-box":{startLoc:{col:46,line:44},endLoc:{col:1,line:80},startBody:{col:46,line:44},endBody:{col:1,line:80}}}}},title:"🚀 Cleanup Components/PopupBox",component:juno_1.RcPopupBox,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","scroll","title","footer","loading","loadingOverlay","disableEscapeKeyDown","disableBackdropClick","confirmButtonText","confirmButtonProps","onConfirm","cancelButtonText","cancelButtonProps","onCancel"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.PopupBox=function(_a){var openProp=_a.open,args=tslib_1.__rest(_a,["open"]),_b=tslib_1.__read(react_1.useState(openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!0)}},"Open Children Modal"),react_1.default.createElement(juno_1.RcPopupBox,tslib_1.__assign({},args,{open,TransitionProps:{onExited:function(e){console.log("exit")}},onConfirm:function(){console.log("confirm"),setOpen(!1)},onCancel:function(e,reason){console.log("cancel",reason),setOpen(!1)}}),react_1.default.createElement(juno_1.RcTextField,{fullWidth:!0,autoFocus:!0}),react_1.default.createElement(juno_1.RcBox,{height:"1000px"},"cool"),react_1.default.createElement(juno_1.RcDialogContentText,{gutterBottom:!1},"bottom")))},exports.PopupBox.storyName="PopupBox",exports.PopupBox.args={confirmButtonText:"ok",cancelButtonText:"cancel",title:"Title",open:!1},exports.PopupBox.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.PopupBox.parameters={tags:[{name:"Source",value:"w3c",color:"informative.b01",href:"https://www.w3schools.com/js/js_popup.asp"},{name:"Mui",href:"https://material-ui.com/components/dialogs/#alerts"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Portal/__stories__/Portal.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBox, RcPortal, RcText } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Portal',\n component: RcPortal,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PortalProps = ComponentProps;\n\nexport const Portal: Story = ({ children, ...args }) => {\n return (\n \n \n \n This text is portaled at the end of document.body!\n \n \n \n );\n};\n\nPortal.storyName = 'Portal';\n\nPortal.args = {};\n\nPortal.argTypes = {\n ...notControlInDocTable([]),\n};\n\nPortal.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/portal/#portal',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{portal:{startLoc:{col:42,line:23},endLoc:{col:1,line:33},startBody:{col:42,line:23},endBody:{col:1,line:33}}}}},title:"🚀 Cleanup Components/Portal",component:juno_1.RcPortal,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Portal=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcPortal,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcBox,{position:"absolute",top:"100px",left:"100px"},react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},"This text is portaled at the end of document.body!")))},exports.Portal.storyName="Portal",exports.Portal.args={},exports.Portal.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Portal.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/portal/#portal"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/PortalHost/__stories__/PortalHost.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Drawer_1=__webpack_require__("./packages/juno-core/src/components/Drawer/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FC, useEffect, useRef, useState } from 'react';\n\nimport {\n ControlledProps,\n PortalController,\n PortalManager,\n RcButton,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcDivider,\n RcIcon,\n RcList,\n RcListItem,\n RcListItemIcon,\n RcListItemText,\n RcPortalHost,\n RcSnackbar,\n RcSnackbarProps,\n RcTextField,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { RcDrawer, RcDrawerProps } from '../../Drawer';\nimport {\n Delete,\n Draft,\n Email,\n Inbox,\n NewEmail,\n SendFilled,\n Voicemail,\n} from '@ringcentral/juno-icon';\n\n// FIXME: switch between Docs and canvas page issue will throw connectable error, should handle destroy\n\nexport default {\n title: '🚀 Cleanup Components/PortalHost',\n component: RcPortalHost,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype PortalHostProps = ComponentProps;\n\nconst portalManager = new PortalManager();\n\ntype DialogProps = ControlledProps<{ n?: number }, string>;\n\nconst Dialog: FC = ({ onClose, n = 0, open }) => {\n const [content, setContent] = useState('no content');\n\n return (\n {\n onClose(`dialog ${n} closed, reason: ${reason}`);\n }}\n >\n Base Dialog {n}\n {content}\n \n {\n portalManager\n .open(Dialog, {\n props: { n: n + 1 },\n })\n .onClosed.then((feedback) => {\n if (feedback) setContent(feedback);\n });\n }}\n >\n open Dialog\n \n {\n onClose(`dialog ${n} closed, reason: closed button`);\n }}\n >\n close\n \n \n \n );\n};\n\nexport const PortalHostDialogExample: Story = () => {\n return (\n <>\n \n {\n portalManager.open(Dialog, { props: { n: 0 } });\n }}\n >\n open dialog\n \n \n );\n};\n\nPortalHostDialogExample.storyName = 'PortalHost Dialog Example';\n\ntype SnackbarProps = ControlledProps;\n\nconst portalManager2 = new PortalManager();\n\nconst Snackbar: FC = ({ onClose, children, ...rest }) => {\n return (\n {\n if (reason !== 'clickaway') onClose();\n }}\n {...rest}\n />\n );\n};\n\nexport const PortalHostSnackbarExample: Story = () => {\n const [open, setOpen] = useState(false);\n const snackbarRef = useRef>();\n\n return (\n <>\n \n {\n if (!open) {\n snackbarRef.current = portalManager2.open(Snackbar, {\n props: { autoHideDuration: 2000, message: '233' },\n });\n\n snackbarRef.current.onOpened.then(() => {\n setOpen(true);\n });\n snackbarRef.current.onClosed.then(() => {\n setOpen(false);\n });\n } else {\n snackbarRef.current?.close();\n }\n }}\n >\n {open ? 'close' : 'open'} snackbar\n \n \n );\n};\n\nPortalHostSnackbarExample.storyName = 'PortalHost Snackbar Example';\n\nconst drawerManager = new PortalManager();\n\nconst Drawer: FC & ControlledProps> = ({\n onClose,\n children,\n open,\n ...rest\n}) => {\n return (\n {\n onClose();\n }}\n open={open}\n {...rest}\n >\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport const PortalHostDrawerExample: Story = () => {\n return (\n <>\n \n {\n drawerManager.open(Drawer);\n }}\n >\n toggle drawer\n \n \n );\n};\n\nPortalHostDrawerExample.storyName = 'PortalHost Drawer Example';\n\nconst portalManager3 = new PortalManager();\n\nexport const PortalHostUpdatePropsExample: Story = () => {\n const snackbarRef = useRef>();\n\n const [value, setValue] = useState('Example');\n\n useEffect(() => {\n snackbarRef.current = portalManager3.open(Snackbar, {\n props: { autoHideDuration: null, message: value },\n });\n \n }, []);\n\n return (\n <>\n \n
    \n setValue(e.target.value)}\n />\n
    \n
    \n {\n snackbarRef.current?.updateProps({ message: value });\n }}\n >\n update props\n \n \n );\n};\n\nPortalHostUpdatePropsExample.storyName = 'PortalHost Update Props Example';\n\nclass TagPortalManager extends PortalManager<{ tag: string }> {\n closeByTag(tag: string) {\n for (const portal of this.portalStore.portals) {\n if (portal.portalController.data?.tag === tag) {\n this.closeByID(portal.id);\n }\n }\n }\n}\nconst tagPortalManager = new TagPortalManager();\n\nexport const PortalHostWithAdditionExample: Story = () => {\n const [open, setOpen] = useState(false);\n\n const toggle = () => {\n setOpen(!open);\n\n if (!open) {\n tagPortalManager.open(Snackbar, {\n props: { message: '233' },\n data: { tag: 'a-tag' },\n });\n return;\n }\n tagPortalManager.closeByTag('a-tag');\n };\n\n return (\n <>\n \n {open ? 'close' : 'open'} by tag\n \n );\n};\n\nPortalHostWithAdditionExample.storyName = 'PortalHost With Addition Example';\n\nconst InnerDialogPortal = (props: ControlledProps) => {\n const { onClose, open } = props;\n const [openDialog, setOpenDialog] = useState(false);\n\n return (\n {\n onClose();\n }}\n >\n Dialog\n \n {\n setOpenDialog(false);\n }}\n >\n Inner Dialog\n This is content\n \n {\n setOpenDialog(false);\n }}\n >\n close\n \n \n \n {\n setOpenDialog(true);\n }}\n >\n open inner dialog\n \n \n \n {\n onClose();\n }}\n >\n close\n \n \n \n );\n};\n\nconst innerDialogPortalManager = new PortalManager();\n\nexport const PortalHostWithInnerDialog: Story = () => {\n const openDialog = () => {\n innerDialogPortalManager.open(InnerDialogPortal);\n };\n\n return (\n <>\n \n open dialog\n \n );\n};\n\nPortalHostWithInnerDialog.storyName = 'PortalHost With Inner Dialog';\n",locationsMap:{"portal-host-dialog-example":{startLoc:{col:63,line:96},endLoc:{col:1,line:109},startBody:{col:63,line:96},endBody:{col:1,line:109}},"portal-host-snackbar-example":{startLoc:{col:65,line:128},endLoc:{col:1,line:157},startBody:{col:65,line:128},endBody:{col:1,line:157}},"portal-host-drawer-example":{startLoc:{col:63,line:226},endLoc:{col:1,line:239},startBody:{col:63,line:226},endBody:{col:1,line:239}},"portal-host-update-props-example":{startLoc:{col:68,line:245},endLoc:{col:1,line:277},startBody:{col:68,line:245},endBody:{col:1,line:277}},"portal-host-with-addition-example":{startLoc:{col:69,line:292},endLoc:{col:1,line:314},startBody:{col:69,line:292},endBody:{col:1,line:314}},"portal-host-with-inner-dialog":{startLoc:{col:65,line:373},endLoc:{col:1,line:384},startBody:{col:65,line:373},endBody:{col:1,line:384}}}}},title:"🚀 Cleanup Components/PortalHost",component:juno_1.RcPortalHost,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var portalManager=new juno_1.PortalManager,Dialog=function(_a){var onClose=_a.onClose,_b=_a.n,n=void 0===_b?0:_b,open=_a.open,_c=tslib_1.__read(react_1.useState("no content"),2),content=_c[0],setContent=_c[1];return react_1.default.createElement(juno_1.RcDialog,{open,onClose:function(_,reason){onClose("dialog "+n+" closed, reason: "+reason)}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Base Dialog ",n),react_1.default.createElement(juno_1.RcDialogContent,null,content),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){portalManager.open(Dialog,{props:{n:n+1}}).onClosed.then((function(feedback){feedback&&setContent(feedback)}))}},"open Dialog"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){onClose("dialog "+n+" closed, reason: closed button")}},"close")))};exports.PortalHostDialogExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:portalManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){portalManager.open(Dialog,{props:{n:0}})}},"open dialog"))},exports.PortalHostDialogExample.storyName="PortalHost Dialog Example";var portalManager2=new juno_1.PortalManager,Snackbar=function(_a){var onClose=_a.onClose,rest=(_a.children,tslib_1.__rest(_a,["onClose","children"]));return react_1.default.createElement(juno_1.RcSnackbar,tslib_1.__assign({onClose:function(_,reason){"clickaway"!==reason&&onClose()}},rest))};exports.PortalHostSnackbarExample=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],snackbarRef=react_1.useRef();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:portalManager2}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;open?null===(_a=snackbarRef.current)||void 0===_a||_a.close():(snackbarRef.current=portalManager2.open(Snackbar,{props:{autoHideDuration:2e3,message:"233"}}),snackbarRef.current.onOpened.then((function(){setOpen(!0)})),snackbarRef.current.onClosed.then((function(){setOpen(!1)})))}},open?"close":"open"," snackbar"))},exports.PortalHostSnackbarExample.storyName="PortalHost Snackbar Example";var drawerManager=new juno_1.PortalManager,Drawer=function(_a){var onClose=_a.onClose,open=(_a.children,_a.open),rest=tslib_1.__rest(_a,["onClose","children","open"]);return react_1.default.createElement(Drawer_1.RcDrawer,tslib_1.__assign({onClose:function(){onClose()},open},rest),react_1.default.createElement(juno_1.RcList,{style:{width:"100%"}},react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Inbox,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Inbox"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.NewEmail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Starred"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.SendFilled,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Send email"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Draft,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Drafts"})),react_1.default.createElement(juno_1.RcDivider,{component:"li"}),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Email,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"All mail"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Delete,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Trash"})),react_1.default.createElement(juno_1.RcListItem,null,react_1.default.createElement(juno_1.RcListItemIcon,null,react_1.default.createElement(juno_1.RcIcon,{title:"favorite",symbol:juno_icon_1.Voicemail,size:"small"})),react_1.default.createElement(juno_1.RcListItemText,{primary:"Voicemail"}))))};exports.PortalHostDrawerExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:drawerManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){drawerManager.open(Drawer)}},"toggle drawer"))},exports.PortalHostDrawerExample.storyName="PortalHost Drawer Example";var portalManager3=new juno_1.PortalManager;exports.PortalHostUpdatePropsExample=function(){var snackbarRef=react_1.useRef(),_a=tslib_1.__read(react_1.useState("Example"),2),value=_a[0],setValue=_a[1];return react_1.useEffect((function(){snackbarRef.current=portalManager3.open(Snackbar,{props:{autoHideDuration:null,message:value}})}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:portalManager3}),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTextField,{placeholder:"snackbar message",value,onChange:function(e){return setValue(e.target.value)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var _a;null===(_a=snackbarRef.current)||void 0===_a||_a.updateProps({message:value})}},"update props"))},exports.PortalHostUpdatePropsExample.storyName="PortalHost Update Props Example";var tagPortalManager=new(function(_super){function TagPortalManager(){return null!==_super&&_super.apply(this,arguments)||this}return tslib_1.__extends(TagPortalManager,_super),TagPortalManager.prototype.closeByTag=function(tag){var e_1,_a,_b;try{for(var _c=tslib_1.__values(this.portalStore.portals),_d=_c.next();!_d.done;_d=_c.next()){var portal=_d.value;(null===(_b=portal.portalController.data)||void 0===_b?void 0:_b.tag)===tag&&this.closeByID(portal.id)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_d&&!_d.done&&(_a=_c.return)&&_a.call(_c)}finally{if(e_1)throw e_1.error}}},TagPortalManager}(juno_1.PortalManager));exports.PortalHostWithAdditionExample=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:tagPortalManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!open),open?tagPortalManager.closeByTag("a-tag"):tagPortalManager.open(Snackbar,{props:{message:"233"},data:{tag:"a-tag"}})}},open?"close":"open"," by tag"))},exports.PortalHostWithAdditionExample.storyName="PortalHost With Addition Example";var InnerDialogPortal=function(props){var onClose=props.onClose,open=props.open,_a=tslib_1.__read(react_1.useState(!1),2),openDialog=_a[0],setOpenDialog=_a[1];return react_1.default.createElement(juno_1.RcDialog,{open,onClose:function(){onClose()}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Dialog"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcDialog,{maxWidth:"xs",open:openDialog,onClose:function(){setOpenDialog(!1)}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Inner Dialog"),react_1.default.createElement(juno_1.RcDialogContent,null,"This is content"),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpenDialog(!1)}},"close"))),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpenDialog(!0)}},"open inner dialog")),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){onClose()}},"close")))},innerDialogPortalManager=new juno_1.PortalManager;exports.PortalHostWithInnerDialog=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPortalHost,{manager:innerDialogPortalManager}),react_1.default.createElement(juno_1.RcButton,{onClick:function(){innerDialogPortalManager.open(InnerDialogPortal)}},"open dialog"))},exports.PortalHostWithInnerDialog.storyName="PortalHost With Inner Dialog"},"./packages/juno-core/src/components/Presence/__stories__/Presence.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Presence/utils/index.ts");exports.default={title:"🚀 Cleanup Components/Presence",component:juno_1.RcPresence,parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { palette2, RcPresence, styled } from '@ringcentral/juno';\nimport { paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { RcPresenceColors } from '../utils';\n\nexport default {\n title: '🚀 Cleanup Components/Presence',\n component: RcPresence,\n parameters: {\n backgroundColor: 'informative.b01',\n },\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype PresenceProps = ComponentProps;\n\nexport const Presence: Story = ({ children, ...args }) => {\n return {children};\n};\n\nPresence.args = {};\nPresence.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/62a84878-b3f6-4fd5-a347-2e6941c7753d/branches/master/commits/43b6a77214eda68d934bc8369aad5b5e37b30e28/files/620ad987-618f-4395-a945-495a61a844e9/layers/6F98D42C-A874-433E-91A8-B3FC59712FCA',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst StyledWrapper = styled.div`\n display: flex;\n padding: 10px;\n`;\n\nconst StyledText = styled.span`\n margin-left: 5px;\n color: ${palette2('neutral', 'f06')};\n`;\n\nconst sizes: PresenceProps['size'][] = [\n 'xxsmall',\n 'xsmall',\n 'small',\n 'medium',\n 'large',\n 'xlarge',\n];\n\nconst types: PresenceProps['type'][] = Object.keys(RcPresenceColors) as any;\n\nexport const PresenceExamples: Story = () => {\n return (\n <>\n {types.map((type) => (\n \n {sizes.map((size) => (\n \n ))}\n {type}\n \n ))}\n\n \n {sizes.map((size) => (\n \n ))}\n Custom Color with theme method\n \n \n {sizes.map((size) => (\n \n ))}\n Custom Color with css color\n \n \n );\n};\n",locationsMap:{presence:{startLoc:{col:46,line:27},endLoc:{col:1,line:29},startBody:{col:46,line:27},endBody:{col:1,line:29}},"presence-examples":{startLoc:{col:54,line:66},endLoc:{col:1,line:96},startBody:{col:54,line:66},endBody:{col:1,line:96}}}},backgroundColor:"informative.b01"},argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}},exports.Presence=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcPresence,tslib_1.__assign({},args),children)},exports.Presence.args={},exports.Presence.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/62a84878-b3f6-4fd5-a347-2e6941c7753d/branches/master/commits/43b6a77214eda68d934bc8369aad5b5e37b30e28/files/620ad987-618f-4395-a945-495a61a844e9/layers/6F98D42C-A874-433E-91A8-B3FC59712FCA"},{name:"Accessibility",value:"100%"}]};var templateObject_1,templateObject_2,StyledWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n padding: 10px;\n"],["\n display: flex;\n padding: 10px;\n"]))),StyledText=juno_1.styled.span(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-left: 5px;\n color: ",";\n"],["\n margin-left: 5px;\n color: ",";\n"])),juno_1.palette2("neutral","f06")),sizes=["xxsmall","xsmall","small","medium","large","xlarge"],types=Object.keys(utils_1.RcPresenceColors);exports.PresenceExamples=function(){return react_1.default.createElement(react_1.default.Fragment,null,types.map((function(type){return react_1.default.createElement(StyledWrapper,{key:type},sizes.map((function(size){return react_1.default.createElement(juno_1.RcPresence,{key:type+"_"+size,size,type})})),react_1.default.createElement(StyledText,null,type))})),react_1.default.createElement(StyledWrapper,null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcPresence,{key:size,size,color:juno_1.palette2("interactive","b02")})})),react_1.default.createElement(StyledText,null,"Custom Color with theme method")),react_1.default.createElement(StyledWrapper,null,sizes.map((function(size){return react_1.default.createElement(juno_1.RcPresence,{key:size,size,color:"yellow"})})),react_1.default.createElement(StyledText,null,"Custom Color with css color")))}},"./packages/juno-core/src/components/Progress/CircularProgress/__stories__/CircularProgress.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcCircularProgress } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Progress/CircularProgress',\n component: RcCircularProgress,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'size',\n 'variant',\n 'value',\n 'thickness',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CircularProgressProps = ComponentProps;\n\nexport const CircularProgress: Story = ({ ...args }) => {\n return ;\n};\n\nCircularProgress.storyName = 'CircularProgress';\nCircularProgress.args = {};\nCircularProgress.argTypes = {\n ...notControlInDocTable([]),\n};\nCircularProgress.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/progress/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const CircularProgressExample: Story = ({\n color,\n thickness,\n}) => {\n return (\n
    \n Default\n \n
    \n
    \n Determinate with value\n \n
    \n
    \n \n
    \n
    \n Size\n \n
    \n
    \n Thickness\n \n
    \n );\n};\n\nCircularProgressExample.storyName = 'CircularProgress Examples';\n\nCircularProgressExample.args = {\n color: 'danger.f02',\n};\n\nCircularProgressExample.argTypes = {\n ...notShowInDocTable([\n 'variant',\n 'value',\n 'size',\n 'disableShrink',\n 'classes',\n 'innerRef',\n ]),\n};\n",locationsMap:{"circular-progress":{startLoc:{col:62,line:36},endLoc:{col:1,line:38},startBody:{col:62,line:36},endBody:{col:1,line:38}},"circular-progress-example":{startLoc:{col:69,line:58},endLoc:{col:1,line:93},startBody:{col:69,line:58},endBody:{col:1,line:93}}}}},title:"🚀 Cleanup Components/Progress/CircularProgress",component:juno_1.RcCircularProgress,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["size","variant","value","thickness"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.CircularProgress=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcCircularProgress,tslib_1.__assign({},args))},exports.CircularProgress.storyName="CircularProgress",exports.CircularProgress.args={},exports.CircularProgress.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.CircularProgress.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/progress/"},{name:"Accessibility",value:"100%"}]},exports.CircularProgressExample=function(_a){var color=_a.color,thickness=_a.thickness;return react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Default"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Determinate with value"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness,variant:"determinate",value:25}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness,variant:"determinate",value:50}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Size"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness,size:36}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Thickness"),react_1.default.createElement(juno_1.RcCircularProgress,{color,thickness:10,size:50}))},exports.CircularProgressExample.storyName="CircularProgress Examples",exports.CircularProgressExample.args={color:"danger.f02"},exports.CircularProgressExample.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["variant","value","size","disableShrink","classes","innerRef"]))},"./packages/juno-core/src/components/Progress/LinearProgress/__stories__/LinearProgress.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcLinearProgress } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Progress/LinearProgress',\n component: RcLinearProgress,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'variant',\n 'value',\n 'valueBuffer',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype LinearProgressProps = ComponentProps;\n\nexport const LinearProgress: Story = ({ ...args }) => {\n return ;\n};\n\nLinearProgress.storyName = 'LinearProgress';\n\nLinearProgress.args = {};\n\nLinearProgress.argTypes = {\n ...notControlInDocTable([]),\n};\nLinearProgress.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/progress/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nexport const LinearProgressExample: Story = ({\n color,\n}) => {\n return (\n
    \n Default\n \n
    \n
    \n Determinate with value\n \n
    \n
    \n Query progress\n \n
    \n
    \n Buffer progress\n \n
    \n );\n};\n\nLinearProgressExample.storyName = 'LinearProgress Examples';\n\nLinearProgressExample.args = {\n color: 'danger.f02',\n};\n",locationsMap:{"linear-progress":{startLoc:{col:58,line:35},endLoc:{col:1,line:37},startBody:{col:58,line:35},endBody:{col:1,line:37}},"linear-progress-example":{startLoc:{col:65,line:59},endLoc:{col:1,line:85},startBody:{col:65,line:59},endBody:{col:1,line:85}}}}},title:"🚀 Cleanup Components/Progress/LinearProgress",component:juno_1.RcLinearProgress,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["variant","value","valueBuffer"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.LinearProgress=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcLinearProgress,tslib_1.__assign({},args))},exports.LinearProgress.storyName="LinearProgress",exports.LinearProgress.args={},exports.LinearProgress.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.LinearProgress.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/progress/"},{name:"Accessibility",value:"100%"}]},exports.LinearProgressExample=function(_a){var color=_a.color;return react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"Default"),react_1.default.createElement(juno_1.RcLinearProgress,{color}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Determinate with value"),react_1.default.createElement(juno_1.RcLinearProgress,{color,variant:"determinate",value:25}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Query progress"),react_1.default.createElement(juno_1.RcLinearProgress,{color,variant:"query",value:25}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Buffer progress"),react_1.default.createElement(juno_1.RcLinearProgress,{color,variant:"buffer",value:25,valueBuffer:50}))},exports.LinearProgressExample.storyName="LinearProgress Examples",exports.LinearProgressExample.args={color:"danger.f02"}},"./packages/juno-core/src/components/Rating/__stories__/Rating.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcIcon, RcRating, RcTypography, styled } from '@ringcentral/juno';\nimport { Add, AddBorder } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n paletteChoice,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Rating',\n component: RcRating,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...notControlInDocTable(['icon', 'emptyIcon']),\n },\n args: {\n defaultValue: 1,\n tooltips: ['Poor', 'Fair', 'Okay', 'Good', 'Great'],\n },\n} as Meta;\n\ntype RatingProps = ComponentProps;\n\nexport const Rating: Story = ({ icon, emptyIcon, ...args }) => {\n return ;\n};\n\nRating.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3d6eba7c40a87916a314315eaa635be6ae8c0c3e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/233B16D2-EEE7-4F28-8DAD-F64F9C472C7F',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/rating/#rating',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst CustomWrapper = styled.div`\n height: 100px;\n width: 100px;\n font-size: 80px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\nconst customIcon = (\n \n + (a)\n \n);\n\nconst customEmptyIcon = (\n \n - (b)\n \n);\n\nexport const CustomRatingRender: Story = ({\n icon,\n emptyIcon,\n ...args\n}) => {\n const [value, setValue] = useState(2);\n\n return (\n <>\n {\n setValue(newValue);\n }}\n icon={}\n emptyIcon={}\n {...args}\n />\n
    \n {\n setValue(newValue);\n }}\n icon={customIcon}\n emptyIcon={customEmptyIcon}\n {...args}\n />\n \n );\n};\n\nCustomRatingRender.args = {\n color: 'success.b04',\n emphasized: false,\n};\n\nCustomRatingRender.argTypes = {\n ...notControlInDocTable(['defaultValue', 'value']),\n};\n",locationsMap:{rating:{startLoc:{col:42,line:31},endLoc:{col:1,line:33},startBody:{col:42,line:31},endBody:{col:1,line:33}},"custom-rating-render":{startLoc:{col:54,line:74},endLoc:{col:1,line:105},startBody:{col:54,line:74},endBody:{col:1,line:105}}}}},title:"🚀 Cleanup Components/Rating",component:juno_1.RcRating,argTypes:tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.notControlInDocTable(["icon","emptyIcon"])),args:{defaultValue:1,tooltips:["Poor","Fair","Okay","Good","Great"]}},exports.Rating=function(_a){_a.icon,_a.emptyIcon;var args=tslib_1.__rest(_a,["icon","emptyIcon"]);return react_1.default.createElement(juno_1.RcRating,tslib_1.__assign({},args))},exports.Rating.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/3d6eba7c40a87916a314315eaa635be6ae8c0c3e/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/233B16D2-EEE7-4F28-8DAD-F64F9C472C7F"},{name:"Mui",href:"https://material-ui.com/components/rating/#rating"},{name:"Accessibility",value:"100%"}]};var templateObject_1,CustomWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 100px;\n width: 100px;\n font-size: 80px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n height: 100px;\n width: 100px;\n font-size: 80px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n"]))),customIcon=react_1.default.createElement(CustomWrapper,null,"+ ",react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"(a)")),customEmptyIcon=react_1.default.createElement(CustomWrapper,null,"- ",react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},"(b)"));exports.CustomRatingRender=function(_a){_a.icon,_a.emptyIcon;var args=tslib_1.__rest(_a,["icon","emptyIcon"]),_b=tslib_1.__read(react_1.useState(2),2),value=_b[0],setValue=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcRating,tslib_1.__assign({value,onChange:function(e,newValue){setValue(newValue)},icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Add}),emptyIcon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.AddBorder})},args)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcRating,tslib_1.__assign({value,name:"add",onChange:function(e,newValue){setValue(newValue)},icon:customIcon,emptyIcon:customEmptyIcon},args)))},exports.CustomRatingRender.args={color:"success.b04",emphasized:!1},exports.CustomRatingRender.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["defaultValue","value"]))},"./packages/juno-core/src/components/Responsive/__stories__/Responsive.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useRef, useState } from 'react';\n\nimport {\n RcButton,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcRadio,\n RcRadioGroup,\n RcResponsive,\n RcTypography,\n styled,\n useResponsiveContext,\n useResponsiveMatch,\n withResponsive,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Responsive',\n component: RcResponsive,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([\n 'breakpointMap',\n 'resizeThrottle',\n ]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ResponsiveProps = ComponentProps;\n\nconst ResizeWrapper = styled.div`\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n`;\n\nconst DialogStory = ({\n open,\n setOpen,\n}: {\n open: boolean;\n setOpen: React.Dispatch>;\n}) => {\n const bp = useResponsiveContext();\n const matchResult = useResponsiveMatch();\n\n console.log(matchResult);\n const { ltMD, gtSM } = matchResult;\n\n return (\n <>\n setOpen(false)} open={open}>\n {bp} Size\n \n try to resize screen\n \n \n \n \n \n \n setOpen(false)}\n color=\"danger.b04\"\n fullWidth={ltMD}\n >\n Cancel\n \n OK\n \n \n \n );\n};\n\nconst ResponsiveButton = withResponsive(RcButton, ['size']);\n\nexport const ResponsiveButtonExamples: Story = () => {\n const ref = useRef(null);\n const [open, setOpen] = useState(false);\n\n return (\n <>\n \n If you want to make duplicate component can responsive size such as\n listItemActions, this hook is better than 'withResponsive'. Because\n there is no need to double count the matched size\n \n {/* default bind responsive with window */}\n \n \n \n {/* also can bind in different element */}\n \n \n \n lg: 'large', md: 'medium', sm: 'small', xs: hidden,\n \n setOpen(true)}\n size={['medium.md', 'small.sm', 'large.lg']}\n >\n open dialog\n \n \n \n \n );\n};\n\nResponsiveButtonExamples.storyName = 'Responsive';\n",locationsMap:{"responsive-button-examples":{startLoc:{col:47,line:91},endLoc:{col:1,line:123},startBody:{col:47,line:91},endBody:{col:1,line:123}}}}},title:"🚀 Cleanup Components/Responsive",component:juno_1.RcResponsive,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable(["breakpointMap","resizeThrottle"])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,ResizeWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"],["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"]))),DialogStory=function(_a){var open=_a.open,setOpen=_a.setOpen,bp=juno_1.useResponsiveContext(),matchResult=juno_1.useResponsiveMatch();console.log(matchResult);var ltMD=matchResult.ltMD,gtSM=matchResult.gtSM;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcDialog,{onClose:function(){return setOpen(!1)},open},react_1.default.createElement(juno_1.RcDialogTitle,null,bp," Size"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"try to resize screen"),react_1.default.createElement(juno_1.RcRadioGroup,{row:gtSM},react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}),react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}))),react_1.default.createElement(juno_1.RcDialogActions,{direction:ltMD?"vertical":"horizontal"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!1)},color:"danger.b04",fullWidth:ltMD},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:ltMD},"OK"))))},ResponsiveButton=juno_1.withResponsive(juno_1.RcButton,["size"]);exports.ResponsiveButtonExamples=function(){var ref=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02"},"If you want to make duplicate component can responsive size such as listItemActions, this hook is better than 'withResponsive'. Because there is no need to double count the matched size"),react_1.default.createElement(juno_1.RcResponsive,null,react_1.default.createElement(DialogStory,{open,setOpen})),react_1.default.createElement(juno_1.RcResponsive,{responsiveTarget:ref},react_1.default.createElement(ResizeWrapper,{ref},react_1.default.createElement(juno_1.RcTypography,null,"lg: 'large', md: 'medium', sm: 'small', xs: hidden,"),react_1.default.createElement(ResponsiveButton,{hiddenPatterns:"xs",onClick:function(){return setOpen(!0)},size:["medium.md","small.sm","large.lg"]},"open dialog"))))},exports.ResponsiveButtonExamples.storyName="Responsive"},"./packages/juno-core/src/components/Snackbar/SnackbarAction/__stories__/SnackbarAction.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcSnackbarAction, RcSnackbarContent } from '@ringcentral/juno';\nimport { Add, Close } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Snackbar/SnackbarAction',\n component: RcSnackbarAction,\n argTypes: {\n size: {\n table: { defaultValue: 'medium' },\n },\n ...sortInDocTable(['variant', 'disabled']),\n ...notControlInDocTable(['icon', 'symbol']),\n },\n} as Meta;\n\ntype SnackbarActionProps = ComponentProps;\n\nexport const SnackbarAction: Story = ({\n children,\n ...args\n}) => {\n return (\n \n {args.variant === 'text' ? (\n \n {children}\n \n ) : (\n \n )}\n \n Action\n \n Action\n \n \n }\n />\n );\n};\n\nSnackbarAction.args = {\n children: 'Example',\n};\nSnackbarAction.storyName = 'SnackbarAction';\n\nSnackbarAction.parameters = {\n tags: [],\n};\n",locationsMap:{"snackbar-action":{startLoc:{col:58,line:25},endLoc:{col:1,line:52},startBody:{col:58,line:25},endBody:{col:1,line:52}}}}},title:"🚀 Cleanup Components/Snackbar/SnackbarAction",component:juno_1.RcSnackbarAction,argTypes:tslib_1.__assign(tslib_1.__assign({size:{table:{defaultValue:"medium"}}},juno_storybook_1.sortInDocTable(["variant","disabled"])),juno_storybook_1.notControlInDocTable(["icon","symbol"]))},exports.SnackbarAction=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",size:args.size,message:"This is an error message.",action:react_1.default.createElement(react_1.default.Fragment,null,"text"===args.variant?react_1.default.createElement(juno_1.RcSnackbarAction,tslib_1.__assign({key:"1"},args),children):react_1.default.createElement(juno_1.RcSnackbarAction,tslib_1.__assign({key:"1"},args,{symbol:juno_icon_1.Add})),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1",disabled:!0},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action2"},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close}))})},exports.SnackbarAction.args={children:"Example"},exports.SnackbarAction.storyName="SnackbarAction",exports.SnackbarAction.parameters={tags:[]}},"./packages/juno-core/src/components/Snackbar/SnackbarContent/__stories__/SnackbarContent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { ComponentProps } from \'react\';\n\nimport {\n RcLink,\n RcSnackbarAction,\n RcSnackbarContent,\n styled,\n} from \'@ringcentral/juno\';\nimport { Close } from \'@ringcentral/juno-icon\';\nimport { notShowInDocTable, sortInDocTable } from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🚀 Cleanup Components/Snackbar/SnackbarContent\',\n component: RcSnackbarContent,\n argTypes: {\n ...sortInDocTable([\n \'type\',\n \'size\',\n \'messageAlign\',\n \'square\',\n ]),\n ...notShowInDocTable([\'ariaLabel\']),\n },\n} as Meta;\n\ntype SnackbarContentProps = ComponentProps;\n\nexport const SnackbarContent: Story = ({ ...args }) => {\n return ;\n};\n\nSnackbarContent.args = {\n message: \'Example snackbar content\',\n};\nSnackbarContent.storyName = \'SnackbarContent\';\n\nSnackbarContent.parameters = {\n tags: [\n {\n name: \'Mui\',\n href: \'https://material-ui.com/api/snackbar-content/\',\n },\n ],\n};\n\nconst Wrapper = styled.div`\n display: flex;\n flex-direction: column;\n text-align: center;\n padding: 12px 24px;\n margin: 12px 0;\n\n > div {\n margin-bottom: 10px;\n }\n`;\n\nexport const SnackbarContentExamples: Story = () => {\n return (\n \n \n Action}\n />\n \n This is an warning message.  \n \n https://app.ringcentral.com/\n \n \n }\n action={[\n Action,\n Action,\n ]}\n />\n \n Action\n ,\n Action,\n ,\n ]}\n />\n \n \n }\n />\n ,\n ]}\n />\n \n );\n};\n\nSnackbarContentExamples.storyName = \'SnackbarContent Examples\';\n',locationsMap:{"snackbar-content":{startLoc:{col:60,line:29},endLoc:{col:1,line:31},startBody:{col:60,line:29},endBody:{col:1,line:31}},"snackbar-content-examples":{startLoc:{col:68,line:59},endLoc:{col:1,line:116},startBody:{col:68,line:59},endBody:{col:1,line:116}}}}},title:"🚀 Cleanup Components/Snackbar/SnackbarContent",component:juno_1.RcSnackbarContent,argTypes:tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["type","size","messageAlign","square"])),juno_storybook_1.notShowInDocTable(["ariaLabel"]))},exports.SnackbarContent=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcSnackbarContent,tslib_1.__assign({},args))},exports.SnackbarContent.args={message:"Example snackbar content"},exports.SnackbarContent.storyName="SnackbarContent",exports.SnackbarContent.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/snackbar-content/"}]};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n text-align: center;\n padding: 12px 24px;\n margin: 12px 0;\n\n > div {\n margin-bottom: 10px;\n }\n"],["\n display: flex;\n flex-direction: column;\n text-align: center;\n padding: 12px 24px;\n margin: 12px 0;\n\n > div {\n margin-bottom: 10px;\n }\n"])));exports.SnackbarContentExamples=function(){return react_1.default.createElement(Wrapper,null,react_1.default.createElement(juno_1.RcSnackbarContent,{message:"This is an success message.",type:"success"}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"error",message:"This is an error message.",action:react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1"},"Action")}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"warn",message:react_1.default.createElement(react_1.default.Fragment,null,"This is an warning message.  ",react_1.default.createElement(juno_1.RcLink,{href:"https://app.ringcentral.com/",target:"_blank"},"https://app.ringcentral.com/")),action:[react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1"},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action2"},"Action")]}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"This is an informational message.",action:[react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action1",disabled:!0},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action2"},"Action"),react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close})]}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"This is an neutral message.",loading:!0}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"Only has icon",fullWidth:!0,action:react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close})}),react_1.default.createElement(juno_1.RcSnackbarContent,{type:"info",message:"In the cellular phone industry, mobile phones and their networks sometimes support concatenated short message service (or concatenated SMS) to overcome the limitation on the number of characters that can be sent in a single SMS text message transmission (which is usually 160). Using this method, long messages are split into smaller messages by the sending device and recombined at the receiving end. Each message is then billed separately. When the feature works properly, it is nearly transparent to the user, appearing as a single long text message. Previously, due to incompatibilities between providers and lack of support in some phone models, there was not widespread use of this feature.",action:[react_1.default.createElement(juno_1.RcSnackbarAction,{key:"action3",variant:"icon",symbol:juno_icon_1.Close})]}))},exports.SnackbarContentExamples.storyName="SnackbarContent Examples"},"./packages/juno-core/src/components/Snackbar/__stories__/Snackbar.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcButton, RcSnackbar, RcSnackbarAction } from '@ringcentral/juno';\nimport { Close } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Snackbar',\n component: RcSnackbar,\n argTypes: {\n ...sortInDocTable([\n 'size',\n 'type',\n 'open',\n 'action',\n 'message',\n 'autoHideDuration',\n 'transitionDuration',\n 'resumeHideDuration',\n 'ClickAwayListenerProps',\n ]),\n ...notControlInDocTable([\n 'anchorOrigin',\n 'TransitionComponent',\n ]),\n ...notShowInDocTable(['key']),\n },\n} as Meta;\n\ntype SnackbarProps = ComponentProps;\n\nexport const Snackbar: Story = ({\n children,\n TransitionComponent,\n anchorOrigin,\n open: openProp,\n ...args\n}) => {\n const [open, setOpen] = useState(openProp);\n\n const toggleShow = () => {\n setOpen(!open);\n };\n\n const handleClose = (\n event: React.SyntheticEvent | React.MouseEvent,\n reason?: string,\n ) => {\n if (reason === 'clickaway') {\n return;\n }\n\n setOpen(false);\n };\n\n return (\n <>\n \n {open ? 'Close' : 'Open'} simple snackbar\n \n \n }\n />\n \n );\n};\n\nSnackbar.storyName = 'Snackbar';\n\nSnackbar.args = {\n message: 'Note archived',\n autoHideDuration: 6000,\n};\n\nSnackbar.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSnackbar.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1D6692A9-B526-428D-89C5-5DD8D537C603',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/snackbars/#snackbar',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{snackbar:{startLoc:{col:46,line:37},endLoc:{col:1,line:81},startBody:{col:46,line:37},endBody:{col:1,line:81}}}}},title:"🚀 Cleanup Components/Snackbar",component:juno_1.RcSnackbar,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["size","type","open","action","message","autoHideDuration","transitionDuration","resumeHideDuration","ClickAwayListenerProps"])),juno_storybook_1.notControlInDocTable(["anchorOrigin","TransitionComponent"])),juno_storybook_1.notShowInDocTable(["key"]))},exports.Snackbar=function(_a){_a.children,_a.TransitionComponent,_a.anchorOrigin;var openProp=_a.open,args=tslib_1.__rest(_a,["children","TransitionComponent","anchorOrigin","open"]),_b=tslib_1.__read(react_1.useState(openProp),2),open=_b[0],setOpen=_b[1],handleClose=function(event,reason){"clickaway"!==reason&&setOpen(!1)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!open)}},open?"Close":"Open"," simple snackbar"),react_1.default.createElement(juno_1.RcSnackbar,tslib_1.__assign({},args,{open,onClose:handleClose,action:react_1.default.createElement(juno_1.RcSnackbarAction,{variant:"icon","aria-label":"close",onClick:handleClose,symbol:juno_icon_1.Close})})))},exports.Snackbar.storyName="Snackbar",exports.Snackbar.args={message:"Note archived",autoHideDuration:6e3},exports.Snackbar.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Snackbar.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/1D6692A9-B526-428D-89C5-5DD8D537C603"},{name:"Mui",href:"https://material-ui.com/components/snackbars/#snackbar"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/Step/__stories__/Step.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcStep, RcStepButton, RcStepper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/Step',\n component: RcStep,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype StepProps = ComponentProps;\n\nexport const Step: Story = ({ children, ...args }) => {\n return (\n \n \n Select campaign settings\n \n \n );\n};\n\nStep.storyName = 'Step';\n\nStep.args = {};\n\nStep.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStep.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/step/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{step:{startLoc:{col:38,line:23},endLoc:{col:1,line:31},startBody:{col:38,line:23},endBody:{col:1,line:31}}}}},title:"🚀 Cleanup Components/Stepper/Step",component:juno_1.RcStep,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Step=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcStepper,null,react_1.default.createElement(juno_1.RcStep,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcStepButton,null,"Select campaign settings")))},exports.Step.storyName="Step",exports.Step.args={},exports.Step.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Step.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/step/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/StepButton/__stories__/StepButton.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcStep,\n RcStepButton,\n RcStepper,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/StepButton',\n component: RcStepButton,\n argTypes: {\n ...sortInDocTable([\n 'disabled',\n 'error',\n 'editable',\n 'icon',\n 'active',\n 'completed',\n ]),\n ...notControlInDocTable(['optional']),\n ...notShowInDocTable(['last']),\n },\n} as Meta;\n\ntype StepButtonProps = ComponentProps;\n\nexport const StepButton: Story = ({ children, ...args }) => {\n return (\n \n \n {\n console.log('click');\n }}\n optional={\n \n optional\n \n }\n >\n Select campaign settings\n \n \n \n Select campaign settings\n \n \n Select campaign settings\n \n \n );\n};\n\nStepButton.storyName = 'StepButton';\n\nStepButton.args = {};\n\nStepButton.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStepButton.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/step-button/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"step-button":{startLoc:{col:50,line:35},endLoc:{col:1,line:61},startBody:{col:50,line:35},endBody:{col:1,line:61}}}}},title:"🚀 Cleanup Components/Stepper/StepButton",component:juno_1.RcStepButton,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["disabled","error","editable","icon","active","completed"])),juno_storybook_1.notControlInDocTable(["optional"])),juno_storybook_1.notShowInDocTable(["last"]))},exports.StepButton=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcStepper,null,react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,tslib_1.__assign({},args,{onClick:function(){console.log("click")},optional:react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f03",variant:"subheading1"},"optional")}),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,tslib_1.__assign({},args),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,tslib_1.__assign({},args),"Select campaign settings")))},exports.StepButton.storyName="StepButton",exports.StepButton.args={},exports.StepButton.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.StepButton.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/step-button/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/StepLabel/__stories__/StepLabel.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcStep, RcStepLabel, RcStepper } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/StepLabel',\n component: RcStepLabel,\n argTypes: {\n ...sortInDocTable([\n 'disabled',\n 'error',\n 'editable',\n 'icon',\n 'active',\n 'completed',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype StepLabelProps = ComponentProps;\n\nexport const StepLabel: Story = ({ children, ...args }) => {\n return (\n <>\n \n When you only need label step, not need click event, you can use label\n directly\n \n \n \n {\n console.log('click');\n }}\n {...args}\n >\n Select campaign settings\n \n \n \n Select campaign settings\n \n \n Select campaign settings\n \n \n \n );\n};\n\nStepLabel.storyName = 'StepLabel';\n\nStepLabel.args = {};\n\nStepLabel.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStepLabel.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/step-label/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"step-label":{startLoc:{col:48,line:31},endLoc:{col:1,line:58},startBody:{col:48,line:31},endBody:{col:1,line:58}}}}},title:"🚀 Cleanup Components/Stepper/StepLabel",component:juno_1.RcStepLabel,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["disabled","error","editable","icon","active","completed"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.StepLabel=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},"When you only need label step, not need click event, you can use label directly"),react_1.default.createElement(juno_1.RcStepper,null,react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,tslib_1.__assign({onClick:function(){console.log("click")}},args),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,tslib_1.__assign({},args),"Select campaign settings")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,tslib_1.__assign({},args),"Select campaign settings"))))},exports.StepLabel.storyName="StepLabel",exports.StepLabel.args={},exports.StepLabel.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.StepLabel.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/step-label/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/__stories__/Stepper.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport {\n RcButton,\n RcStep,\n RcStepButton,\n RcStepLabel,\n RcStepper,\n RcTypography,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper',\n component: RcStepper,\n argTypes: {\n clickable: {\n control: {\n type: 'boolean',\n },\n },\n ...sortInDocTable([\n 'activeStep',\n 'nonLinear',\n 'variant',\n 'elevation',\n 'square',\n 'alternativeLabel',\n // 'orientation',\n ]),\n ...notControlInDocTable(['connector']),\n ...notShowInDocTable([\n // 'orientation'\n ]),\n },\n} as Meta;\n\ntype StepperProps = ComponentProps & { clickable: boolean };\n\nfunction getStepContent(step: number) {\n switch (step) {\n case 0:\n return 'Select campaign settings...';\n case 1:\n return 'What is an ad group anyways?';\n case 2:\n return 'This is the bit I really care about!';\n default:\n return 'Unknown step';\n }\n}\n\nconst CustomButton = styled(RcButton)`\n & + & {\n margin-left: 1em;\n }\n`;\n\nexport const Stepper: Story = ({\n children,\n connector,\n activeStep: activeStepProp,\n clickable,\n ...args\n}) => {\n const [activeStep, setActiveStep] = useState(activeStepProp || 0);\n const [completed, setCompleted] = useState(new Set());\n const [skipped, setSkipped] = useState(new Set());\n\n const steps = [\n 'Select campaign settings',\n 'Create an ad group',\n 'Create an ad',\n ];\n\n const isStepOptional = (step: number) => {\n return step === 1;\n };\n\n const isStepSkipped = (step: number) => {\n return skipped.has(step);\n };\n\n const handleStep = (step: number) => () => {\n setActiveStep(step);\n };\n\n function isStepComplete(step: number) {\n return completed.has(step);\n }\n\n const totalSteps = () => {\n return steps.length;\n };\n\n const skippedSteps = () => {\n return skipped.size;\n };\n\n const allStepsCompleted = () => {\n return completedSteps() === totalSteps() - skippedSteps();\n };\n\n const isLastStep = () => {\n return activeStep === totalSteps() - 1;\n };\n\n const completedSteps = () => {\n return completed.size;\n };\n\n const handleReset = () => {\n setActiveStep(0);\n setCompleted(new Set());\n setSkipped(new Set());\n };\n\n const handleSkip = () => {\n if (!isStepOptional(activeStep)) {\n // You probably want to guard against something like this\n // it should never occur unless someone's actively trying to break something.\n throw new Error(\"You can't skip a step that isn't optional.\");\n }\n\n setActiveStep((prevActiveStep) => prevActiveStep + 1);\n setSkipped((prevSkipped) => {\n const newSkipped = new Set(prevSkipped.values());\n newSkipped.add(activeStep);\n return newSkipped;\n });\n };\n\n const handleNext = () => {\n const newActiveStep =\n isLastStep() && !allStepsCompleted()\n ? // It's the last step, but not all steps have been completed\n // find the first step that has been completed\n steps.findIndex((step, i) => !completed.has(i))\n : activeStep + 1;\n\n setActiveStep(newActiveStep);\n };\n\n const handleBack = () => {\n setActiveStep((prevActiveStep) => prevActiveStep - 1);\n };\n\n const handleComplete = () => {\n const newCompleted = new Set(completed);\n newCompleted.add(activeStep);\n setCompleted(newCompleted);\n\n /**\n * Sigh... it would be much nicer to replace the following if conditional with\n * `if (!this.allStepsComplete())` however state is not set when we do this,\n * thus we have to resort to not being very DRY.\n */\n if (completed.size !== totalSteps() - skippedSteps()) {\n handleNext();\n }\n };\n\n const StepComponent = clickable ? RcStepButton : RcStepLabel;\n\n return (\n <>\n Detail api could view each component doc\n \n {steps.map((step, i) => {\n const stepProps: { completed?: boolean } = {};\n const buttonProps: { optional?: React.ReactNode } = {};\n if (isStepOptional(i)) {\n buttonProps.optional = (\n \n Optional\n \n );\n }\n if (isStepSkipped(i)) {\n stepProps.completed = false;\n }\n return (\n \n \n {step}\n \n \n );\n })}\n \n
    \n \n {getStepContent(activeStep)}\n \n
    \n
    \n {allStepsCompleted() ? (\n <>\n \n All steps completed - you're finished\n \n Reset\n \n ) : (\n <>\n \n Back\n \n Next\n {isStepOptional(activeStep) && !completed.has(activeStep) && (\n Skip\n )}\n {activeStep !== steps.length &&\n (completed.has(activeStep) ? (\n \n Step {activeStep + 1} already completed\n \n ) : (\n \n {completedSteps() === totalSteps() - 1\n ? 'Finish'\n : 'Complete Step'}\n \n ))}\n \n )}\n \n );\n};\n\nStepper.storyName = 'Stepper';\n\nStepper.args = {\n clickable: true,\n};\n\nStepper.argTypes = {\n ...notControlInDocTable([]),\n};\n\nStepper.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/0EAFB2A6-4ADA-47A8-9FD1-5884BB65D7C1',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/steppers/#stepper',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{stepper:{startLoc:{col:44,line:66},endLoc:{col:1,line:239},startBody:{col:44,line:66},endBody:{col:1,line:239}}}}},title:"🚀 Cleanup Components/Stepper",component:juno_1.RcStepper,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({clickable:{control:{type:"boolean"}}},juno_storybook_1.sortInDocTable(["activeStep","nonLinear","variant","elevation","square","alternativeLabel"])),juno_storybook_1.notControlInDocTable(["connector"])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,CustomButton=juno_1.styled(juno_1.RcButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n & + & {\n margin-left: 1em;\n }\n"],["\n & + & {\n margin-left: 1em;\n }\n"])));exports.Stepper=function(_a){_a.children,_a.connector;var activeStepProp=_a.activeStep,clickable=_a.clickable,args=tslib_1.__rest(_a,["children","connector","activeStep","clickable"]),_b=tslib_1.__read(react_1.useState(activeStepProp||0),2),activeStep=_b[0],setActiveStep=_b[1],_c=tslib_1.__read(react_1.useState(new Set),2),completed=_c[0],setCompleted=_c[1],_d=tslib_1.__read(react_1.useState(new Set),2),skipped=_d[0],setSkipped=_d[1],steps=["Select campaign settings","Create an ad group","Create an ad"],isStepOptional=function(step){return 1===step},handleStep=function(step){return function(){setActiveStep(step)}};function isStepComplete(step){return completed.has(step)}var totalSteps=function(){return steps.length},skippedSteps=function(){return skipped.size},allStepsCompleted=function(){return completedSteps()===totalSteps()-skippedSteps()},completedSteps=function(){return completed.size},handleNext=function(){var newActiveStep=activeStep!==totalSteps()-1||allStepsCompleted()?activeStep+1:steps.findIndex((function(step,i){return!completed.has(i)}));setActiveStep(newActiveStep)},StepComponent=clickable?juno_1.RcStepButton:juno_1.RcStepLabel;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"title1"},"Detail api could view each component doc"),react_1.default.createElement(juno_1.RcStepper,tslib_1.__assign({activeStep},args),steps.map((function(step,i){var stepProps={},buttonProps={};return isStepOptional(i)&&(buttonProps.optional=react_1.default.createElement(juno_1.RcTypography,{variant:"subheading1",color:"neutral.f03"},"Optional")),function(step){return skipped.has(step)}(i)&&(stepProps.completed=!1),react_1.default.createElement(juno_1.RcStep,tslib_1.__assign({key:step},stepProps,{completed:isStepComplete(i)}),react_1.default.createElement(StepComponent,tslib_1.__assign({onClick:clickable?handleStep(i):void 0},buttonProps),step))}))),react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},function getStepContent(step){switch(step){case 0:return"Select campaign settings...";case 1:return"What is an ad group anyways?";case 2:return"This is the bit I really care about!";default:return"Unknown step"}}(activeStep))),react_1.default.createElement("br",null),allStepsCompleted()?react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,null,"All steps completed - you're finished"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setActiveStep(0),setCompleted(new Set),setSkipped(new Set)}},"Reset")):react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(CustomButton,{disabled:0===activeStep,onClick:function(){setActiveStep((function(prevActiveStep){return prevActiveStep-1}))}},"Back"),react_1.default.createElement(CustomButton,{onClick:handleNext},"Next"),isStepOptional(activeStep)&&!completed.has(activeStep)&&react_1.default.createElement(CustomButton,{onClick:function(){if(!isStepOptional(activeStep))throw new Error("You can't skip a step that isn't optional.");setActiveStep((function(prevActiveStep){return prevActiveStep+1})),setSkipped((function(prevSkipped){var newSkipped=new Set(prevSkipped.values());return newSkipped.add(activeStep),newSkipped}))}},"Skip"),activeStep!==steps.length&&(completed.has(activeStep)?react_1.default.createElement(juno_1.RcTypography,{variant:"body1"},"Step ",activeStep+1," already completed"):react_1.default.createElement(CustomButton,{onClick:function(){var newCompleted=new Set(completed);newCompleted.add(activeStep),setCompleted(newCompleted),completed.size!==totalSteps()-skippedSteps()&&handleNext()}},completedSteps()===totalSteps()-1?"Finish":"Complete Step"))))},exports.Stepper.storyName="Stepper",exports.Stepper.args={clickable:!0},exports.Stepper.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Stepper.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/9e531c6b30974c6e11ee1ca2030d489988c01e23/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/0EAFB2A6-4ADA-47A8-9FD1-5884BB65D7C1"},{name:"Mui",href:"https://material-ui.com/components/steppers/#stepper"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Stepper/__stories__/StepperState.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n RcStep,\n RcStepButton,\n RcStepLabel,\n RcStepper,\n} from '@ringcentral/juno';\nimport { Meta } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Stepper/Stepper All State',\n} as Meta;\n\nexport const StepperAllState = () => {\n return (\n <>\n \n \n A\n \n \n B\n \n \n C\n \n \n D\n \n \n \n E\n \n \n \n F\n \n \n \n );\n};\n",locationsMap:{"stepper-all-state":{startLoc:{col:31,line:15},endLoc:{col:1,line:46},startBody:{col:31,line:15},endBody:{col:1,line:46}}}}},title:"🚀 Cleanup Components/Stepper/Stepper All State"},exports.StepperAllState=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcStepper,{activeStep:0},react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,{active:!0},"A")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,{error:!0},"B")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,{disabled:!0},"C")),react_1.default.createElement(juno_1.RcStep,{completed:!0},react_1.default.createElement(juno_1.RcStepButton,null,"D")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepButton,{StepLabelProps:{StepIconProps:{editable:!0}}},"E")),react_1.default.createElement(juno_1.RcStep,null,react_1.default.createElement(juno_1.RcStepLabel,{StepIconProps:{editable:!1}},"F"))))}},"./packages/juno-core/src/components/Table/TableBody/__stories__/TableBody.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { headRow, tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableBody',\n component: RcTableBody,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableBodyProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableBody: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n {headRow.map(({ label, align, key }) => (\n \n {label}\n \n ))}\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableBody.storyName = 'TableBody';\n\nTableBody.args = {};\n\nTableBody.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableBody.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-body":{startLoc:{col:48,line:32},endLoc:{col:1,line:59},startBody:{col:48,line:32},endBody:{col:1,line:59}}}}},title:"🚀 Cleanup Components/Table/TableBody",component:juno_1.RcTableBody,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableBody=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align},label)})))),react_1.default.createElement(juno_1.RcTableBody,tslib_1.__assign({},args),data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableBody.storyName="TableBody",exports.TableBody.args={},exports.TableBody.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableBody.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/TableCell/__stories__/TableCell.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableCell',\n component: RcTableCell,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableCellProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableCell: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n age\n \n \n \n {data.map(({ age }) => {\n return (\n \n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableCell.storyName = 'TableCell';\n\nTableCell.args = {};\n\nTableCell.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableCell.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-cell":{startLoc:{col:48,line:32},endLoc:{col:1,line:53},startBody:{col:48,line:32},endBody:{col:1,line:53}}}}},title:"🚀 Cleanup Components/Table/TableCell",component:juno_1.RcTableCell,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableCell=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,"age"))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,tslib_1.__assign({},args),age))})))))},exports.TableCell.storyName="TableCell",exports.TableCell.args={},exports.TableCell.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableCell.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/TableContainer/__stories__/TableContainer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { RcTableContainerProps } from '../../../../../../juno-framer/src';\nimport { headRow, tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableContainer',\n component: RcTableContainer,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableContainerProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableContainer: Story = ({\n children,\n ...args\n}) => {\n return (\n \n \n \n \n {headRow.map(({ label, align, key }) => (\n \n {label}\n \n ))}\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableContainer.storyName = 'TableContainer';\n\nTableContainer.args = {};\n\nTableContainer.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableContainer.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst ContainerExample = (props: RcTableContainerProps) => {\n return (\n \n \n \n \n {headRow.map(({ label, align, key }) => (\n \n {label}\n \n ))}\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nexport const TableContainerExample: Story = () => {\n return (\n <>\n \n No border\n \n \n
    \n
    \n \n Round border\n \n \n
    \n
    \n \n Square border\n \n \n
    \n
    \n \n );\n};\n\nTableContainer.storyName = 'Table Container Example';\n",locationsMap:{"table-container":{startLoc:{col:58,line:34},endLoc:{col:1,line:64},startBody:{col:58,line:34},endBody:{col:1,line:64}},"table-container-example":{startLoc:{col:44,line:112},endLoc:{col:1,line:135},startBody:{col:44,line:112},endBody:{col:1,line:135}}}}},title:"🚀 Cleanup Components/Table/TableContainer",component:juno_1.RcTableContainer,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableContainer=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align},label)})))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableContainer.storyName="TableContainer",exports.TableContainer.args={},exports.TableContainer.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableContainer.parameters={tags:[{name:"Accessibility",value:"100%"}]};var ContainerExample=function(props){return react_1.default.createElement(juno_1.RcTableContainer,tslib_1.__assign({},props),react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align},label)})))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))};exports.TableContainerExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"title2",color:"neutral.f05"},"No border"),react_1.default.createElement(ContainerExample,null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"title2",color:"neutral.f05"},"Round border"),react_1.default.createElement(ContainerExample,{bordered:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{variant:"title2",color:"neutral.f05"},"Square border"),react_1.default.createElement(ContainerExample,{bordered:!0,square:!0}),react_1.default.createElement("br",null),react_1.default.createElement("br",null))},exports.TableContainer.storyName="Table Container Example"},"./packages/juno-core/src/components/Table/TableHead/__stories__/TableHead.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableHead',\n component: RcTableCell,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableHeadProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableHead: Story = ({ children, ...args }) => {\n return (\n \n \n \n \n age\n \n \n \n {data.map(({ age }) => {\n return (\n \n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableHead.storyName = 'TableHead';\n\nTableHead.args = {};\n\nTableHead.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableHead.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-head":{startLoc:{col:48,line:32},endLoc:{col:1,line:53},startBody:{col:48,line:32},endBody:{col:1,line:53}}}}},title:"🚀 Cleanup Components/Table/TableHead",component:juno_1.RcTableCell,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableHead=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableHead,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{align:"right"},"age"))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableHead.storyName="TableHead",exports.TableHead.args={},exports.TableHead.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableHead.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/TableRow/__stories__/TableRow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableRow,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport React, { ComponentProps } from 'react';\nimport { tableData } from '../../__stories__/utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/TableRow',\n component: RcTableRow,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableRowProps = ComponentProps;\n\nconst data = tableData.slice(0, 5);\n\nexport const TableRow: Story = ({ children, ...args }) => {\n return (\n \n \n \n {data.map(({ firstName, lastName, age }) => {\n return (\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTableRow.storyName = 'TableRow';\n\nTableRow.args = {};\n\nTableRow.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTableRow.parameters = {\n tags: [\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-row":{startLoc:{col:46,line:31},endLoc:{col:1,line:49},startBody:{col:46,line:31},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Table/TableRow",component:juno_1.RcTableRow,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var data=utils_1.tableData.slice(0,5);exports.TableRow=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,null,react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age;return react_1.default.createElement(juno_1.RcTableRow,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.TableRow.storyName="TableRow",exports.TableRow.args={},exports.TableRow.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TableRow.parameters={tags:[{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Table/__stories__/Table.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),lodash_1=__webpack_require__("./node_modules/lodash/lodash.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),iterable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/iterable.ts"),useSelectTable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/useSelectTable.ts"),useSortTable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/useSortTable.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/utils.ts");exports.default={parameters:{storySource:{source:"import {\n ItemProps,\n RcButton,\n RcCheckbox,\n RcTable,\n RcTableBody,\n RcTableCell,\n RcTableContainer,\n RcTableHead,\n RcTableRow,\n ScrollerProps,\n styled,\n TableProps as VirtuosoTableProps,\n TableVirtuoso,\n TableVirtuosoHandle,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { range } from 'lodash';\nimport React, { ComponentProps, FC, forwardRef, useRef, useState } from 'react';\nimport { iterateMap } from './iterable';\nimport { useSelectTable } from './useSelectTable';\nimport { useSortTable } from './useSortTable';\nimport { createData, DataType, headRow, sortHandle, tableData } from './utils';\n\nexport default {\n title: '🚀 Cleanup Components/Table/Table',\n component: RcTable,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TableProps = ComponentProps;\n\nconst defaultSortDirection = 'desc';\nconst defaultSortKey = 'firstName';\n\nconst StyledTableContainer = styled(RcTableContainer)`\n max-height: 500px;\n`;\n\nexport const Table: Story = ({ children, ...args }) => {\n const [data, setData] = useState(() =>\n [...tableData].sort(sortHandle[defaultSortDirection](defaultSortKey)),\n );\n\n const { sortedKey, switchDirection, direction } = useSortTable(\n (order, key) => {\n if (key !== null) setData((pre) => [...pre].sort(sortHandle[order](key)));\n },\n {\n defaultKey: defaultSortKey,\n defaultDirection: defaultSortDirection,\n },\n );\n\n const { isSelected, switchSelectState, selectAll, isSelectedAll } =\n useSelectTable({\n getAll: () => iterateMap(data, (value) => value.id),\n });\n\n return (\n \n \n \n \n \n selectAll()}\n />\n \n {headRow.map(({ label, align, key }) => (\n {\n switchDirection(key);\n }}\n >\n {label}\n \n ))}\n \n \n \n {data.map(({ id, firstName, lastName, age }) => {\n const checked = isSelected(id);\n return (\n \n \n switchSelectState(id)}\n />\n \n {firstName}\n {lastName}\n {age}\n \n );\n })}\n \n \n \n );\n};\n\nTable.args = {};\n\nTable.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTable.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://ringcentral.invisionapp.com/share/MTELJMS5G8A#/screens/265488775_Session2_5-0',\n },\n {\n name: 'Mui',\n href: 'https://v4.mui.com/components/tables/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\ntype VlContext = { isSelected: (key: number) => boolean; data: DataType[] };\n\nconst vldata = range(2000).map((v) =>\n createData(`firstName${v}`, `lastName${v}`, v),\n);\n\nconst TableVirtuosoScroller = forwardRef(\n ({ children, ...rest }, ref) => (\n \n {children}\n \n ),\n);\n\nconst TableVirtuosoTable = forwardRef(\n ({ children, ...rest }, ref) => (\n \n {children}\n \n ),\n);\n\nconst TableVirtuosoRow: FC = ({\n children,\n 'data-index': dataIndex,\n context: { isSelected, data },\n ...rest\n}) => (\n \n {children}\n \n);\n\nexport const VirtualizedTable: Story = () => {\n const [data, setData] = useState(() => vldata.slice(0, 300));\n\n const { sortedKey, switchDirection, direction } = useSortTable(\n (order, key) => {\n if (key !== null)\n setData((pre) =>\n vldata.sort(sortHandle[order](key)).slice(0, pre.length),\n );\n virtuosoRef.current?.scrollToIndex(0);\n },\n {\n defaultKey: defaultSortKey,\n defaultDirection: defaultSortDirection,\n },\n );\n\n const loadMore = (i: number) => {\n console.log(i);\n setData((preData) => {\n return vldata.slice(0, preData.length + 200);\n });\n };\n\n const { isSelected, switchSelectState, selectAll, isSelectedAll } =\n useSelectTable({\n getAll: () => iterateMap(data, (value) => value.id),\n });\n\n const virtuosoRef = useRef(null);\n\n return (\n \n ref={virtuosoRef}\n style={{ height: 800 }}\n data={data}\n endReached={loadMore}\n context={{ isSelected, data }}\n // overscan={1000}\n increaseViewportBy={1000}\n components={{\n Scroller: TableVirtuosoScroller,\n Table: TableVirtuosoTable,\n TableHead: RcTableHead as any,\n TableRow: TableVirtuosoRow,\n // need forward ref\n TableBody: RcTableBody as any,\n }}\n fixedHeaderContent={() => (\n \n \n selectAll()} />\n \n {headRow.map(({ label, align, key }) => (\n {\n switchDirection(key);\n }}\n >\n {label}\n \n ))}\n \n )}\n itemContent={(_, { firstName, lastName, age, id }) => (\n <>\n \n switchSelectState(id)}\n />\n \n {firstName}\n {lastName}\n {age}\n \n )}\n />\n );\n};\n",locationsMap:{table:{startLoc:{col:40,line:49},endLoc:{col:1,line:116},startBody:{col:40,line:49},endBody:{col:1,line:116}},"virtualized-table":{startLoc:{col:39,line:178},endLoc:{col:1,line:261},startBody:{col:39,line:178},endBody:{col:1,line:261}}}}},title:"🚀 Cleanup Components/Table/Table",component:juno_1.RcTable,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var StyledTableContainer=juno_1.styled(juno_1.RcTableContainer)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n max-height: 500px;\n"],["\n max-height: 500px;\n"])));exports.Table=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState((function(){return tslib_1.__spread(utils_1.tableData).sort(utils_1.sortHandle.desc("firstName"))})),2),data=_b[0],setData=_b[1],_c=useSortTable_1.useSortTable((function(order,key){null!==key&&setData((function(pre){return tslib_1.__spread(pre).sort(utils_1.sortHandle[order](key))}))}),{defaultKey:"firstName",defaultDirection:"desc"}),sortedKey=_c.sortedKey,switchDirection=_c.switchDirection,direction=_c.direction,_d=useSelectTable_1.useSelectTable({getAll:function(){return iterable_1.iterateMap(data,(function(value){return value.id}))}}),isSelected=_d.isSelected,switchSelectState=_d.switchSelectState,selectAll=_d.selectAll,isSelectedAll=_d.isSelectedAll;return react_1.default.createElement(StyledTableContainer,{bordered:!0},react_1.default.createElement(juno_1.RcTable,tslib_1.__assign({stickyHeader:!0},args),react_1.default.createElement(juno_1.RcTableHead,null,react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked:isSelectedAll(),onClick:function(){return selectAll()}})),utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align,activeSort:sortedKey===key,sortDirection:direction,onClick:function(){switchDirection(key)}},label)})))),react_1.default.createElement(juno_1.RcTableBody,null,data.map((function(_a){var id=_a.id,firstName=_a.firstName,lastName=_a.lastName,age=_a.age,checked=isSelected(id);return react_1.default.createElement(juno_1.RcTableRow,{key:id,selected:checked},react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked,onClick:function(){return switchSelectState(id)}})),react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))})))))},exports.Table.args={},exports.Table.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Table.parameters={tags:[{name:"Spec",href:"https://ringcentral.invisionapp.com/share/MTELJMS5G8A#/screens/265488775_Session2_5-0"},{name:"Mui",href:"https://v4.mui.com/components/tables/"},{name:"Accessibility",value:"100%"}]};var templateObject_1,vldata=lodash_1.range(2e3).map((function(v){return utils_1.createData("firstName"+v,"lastName"+v,v)})),TableVirtuosoScroller=react_1.forwardRef((function(_a,ref){var children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTableContainer,tslib_1.__assign({},rest,{ref,bordered:!0}),children)})),TableVirtuosoTable=react_1.forwardRef((function(_a,ref){var children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTable,tslib_1.__assign({},rest,{ref,stickyHeader:!0}),children)})),TableVirtuosoRow=function(_a){var children=_a.children,dataIndex=_a["data-index"],_b=_a.context,isSelected=_b.isSelected,data=_b.data,rest=tslib_1.__rest(_a,["children","data-index","context"]);return react_1.default.createElement(juno_1.RcTableRow,tslib_1.__assign({selected:isSelected(data[dataIndex].id),"data-index":dataIndex},rest),children)};exports.VirtualizedTable=function(){var _a=tslib_1.__read(react_1.useState((function(){return vldata.slice(0,300)})),2),data=_a[0],setData=_a[1],_b=useSortTable_1.useSortTable((function(order,key){var _a;null!==key&&setData((function(pre){return vldata.sort(utils_1.sortHandle[order](key)).slice(0,pre.length)})),null===(_a=virtuosoRef.current)||void 0===_a||_a.scrollToIndex(0)}),{defaultKey:"firstName",defaultDirection:"desc"}),sortedKey=_b.sortedKey,switchDirection=_b.switchDirection,direction=_b.direction,_c=useSelectTable_1.useSelectTable({getAll:function(){return iterable_1.iterateMap(data,(function(value){return value.id}))}}),isSelected=_c.isSelected,switchSelectState=_c.switchSelectState,selectAll=_c.selectAll,isSelectedAll=_c.isSelectedAll,virtuosoRef=react_1.useRef(null);return react_1.default.createElement(juno_1.TableVirtuoso,{ref:virtuosoRef,style:{height:800},data,endReached:function(i){console.log(i),setData((function(preData){return vldata.slice(0,preData.length+200)}))},context:{isSelected,data},increaseViewportBy:1e3,components:{Scroller:TableVirtuosoScroller,Table:TableVirtuosoTable,TableHead:juno_1.RcTableHead,TableRow:TableVirtuosoRow,TableBody:juno_1.RcTableBody},fixedHeaderContent:function(){return react_1.default.createElement(juno_1.RcTableRow,null,react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked:isSelectedAll(),onClick:function(){return selectAll()}})),utils_1.headRow.map((function(_a){var label=_a.label,align=_a.align,key=_a.key;return react_1.default.createElement(juno_1.RcTableCell,{key,align,activeSort:sortedKey===key,sortDirection:direction,onClick:function(){switchDirection(key)}},label)})))},itemContent:function(_,_a){var firstName=_a.firstName,lastName=_a.lastName,age=_a.age,id=_a.id;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTableCell,{padding:"checkbox"},react_1.default.createElement(juno_1.RcCheckbox,{checked:isSelected(id),onClick:function(){return switchSelectState(id)}})),react_1.default.createElement(juno_1.RcTableCell,null,firstName),react_1.default.createElement(juno_1.RcTableCell,null,lastName),react_1.default.createElement(juno_1.RcTableCell,{align:"right"},age))}})}},"./packages/juno-core/src/components/TablePagination/__stories__/TablePaginationComponent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcTablePagination, styled } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/TablePagination',\n component: RcTablePagination,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst Table = styled.table`\n width: 100%;\n`;\n\ntype TablePaginationProps = ComponentProps;\n\nexport const TablePagination: Story = ({\n children,\n ...args\n}) => {\n const [page, setPage] = useState(0);\n\n const [rowsPerPage, setRowsPerPage] = useState(10);\n\n const handlePageChange = (\n event: React.MouseEvent | null,\n newPage: number,\n ) => {\n console.log('page change', newPage);\n setPage(newPage);\n };\n\n const handleRowsPerPageChange = (\n event: React.ChangeEvent,\n ) => {\n console.log('RowsPerPage change', event);\n setRowsPerPage(parseInt(event.target.value, 10));\n setPage(0);\n };\n\n return (\n <>\n \n \n \n \n \n \n
    \n \n \n \n \n \n \n
    \n Page Selection\n \n \n \n \n \n \n
    \n \n \n \n `之 ${totalPage} 頁`}\n onRowsPerPageChange={handleRowsPerPageChange}\n labelRowsPerPage=\"每頁幾筆\"\n />\n \n \n
    \n Displayed Rows\n \n \n \n \n \n \n
    \n \n \n \n \n `第${page + 1}頁 ${from}-${to} 共 ${count} 筆`\n }\n onRowsPerPageChange={handleRowsPerPageChange}\n />\n \n \n
    \n Non Table Pagination{' '}\n \n `第${page + 1}頁 ${from}-${to} 共 ${count} 筆`\n }\n onRowsPerPageChange={handleRowsPerPageChange}\n />\n \n );\n};\n\nTablePagination.storyName = 'TablePagination';\n\nTablePagination.args = {\n count: 10000,\n};\n\nTablePagination.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTablePagination.parameters = {\n tags: [\n {\n name: 'Spec',\n href: '',\n },\n {\n name: 'Mui',\n href: '',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"table-pagination":{startLoc:{col:60,line:28},endLoc:{col:1,line:202},startBody:{col:60,line:28},endBody:{col:1,line:202}}}}},title:"🚀 Cleanup Components/TablePagination",component:juno_1.RcTablePagination,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,Table=juno_1.styled.table(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 100%;\n"],["\n width: 100%;\n"])));exports.TablePagination=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(0),2),page=_b[0],setPage=_b[1],_c=tslib_1.__read(react_1.useState(10),2),rowsPerPage=_c[0],setRowsPerPage=_c[1],handlePageChange=function(event,newPage){console.log("page change",newPage),setPage(newPage)},handleRowsPerPageChange=function(event){console.log("RowsPerPage change",event),setRowsPerPage(parseInt(event.target.value,10)),setPage(0)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"pageSelection",nextIconButtonProps:{title:"next"},backIconButtonProps:{title:"prev"},page,onPageChange:handlePageChange,rowsPerPageOptions:[],rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"displayedRows",page,onPageChange:handlePageChange,rowsPerPageOptions:[],rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(juno_storybook_1.Title,{align:"right"},"Page Selection"),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"pageSelection",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{page,type:"pageSelection",nextIconButtonProps:{},backIconButtonProps:{},onPageChange:handlePageChange,rowsPerPage,labelOfPage:function(_a){return"之 "+_a.totalPage+" 頁"},onRowsPerPageChange:handleRowsPerPageChange,labelRowsPerPage:"每頁幾筆"}))))),react_1.default.createElement(juno_storybook_1.Title,{align:"right"},"Displayed Rows"),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"displayedRows",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(Table,null,react_1.default.createElement("tfoot",null,react_1.default.createElement("tr",null,react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{type:"displayedRows",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,rowsPerPageOptions:[{label:"10👌",value:10},{label:"100👌",value:100}],labelRowsPerPage:"每頁幾筆",labelDisplayedRows:function(_a){var count=_a.count,from=_a.from;return"第"+(_a.page+1)+"頁 "+from+"-"+_a.to+" 共 "+count+" 筆"},onRowsPerPageChange:handleRowsPerPageChange}))))),react_1.default.createElement(juno_storybook_1.Title,{align:"right"},"Non Table Pagination")," ",react_1.default.createElement(juno_1.RcTablePagination,tslib_1.__assign({},args,{component:"div",type:"displayedRows",nextIconButtonProps:{},backIconButtonProps:{},page,onPageChange:handlePageChange,rowsPerPage,rowsPerPageOptions:[{label:"10👌",value:10},{label:"100👌",value:100}],labelRowsPerPage:"每頁幾筆",labelDisplayedRows:function(_a){var count=_a.count,from=_a.from;return"第"+(_a.page+1)+"頁 "+from+"-"+_a.to+" 共 "+count+" 筆"},onRowsPerPageChange:handleRowsPerPageChange})))},exports.TablePagination.storyName="TablePagination",exports.TablePagination.args={count:1e4},exports.TablePagination.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.TablePagination.parameters={tags:[{name:"Spec",href:""},{name:"Mui",href:""},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Tabs/Tab/__stories__/Tab.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcBadge, RcIcon, RcTab, RcTypography } from '@ringcentral/juno';\nimport { Pin as PinSvg } from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/Tab',\n component: RcTab,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype TabProps = ComponentProps;\n\nexport const Tab: Story = ({ children, ...args }) => {\n return (\n <>\n \n
    \n } />\n
    \n \n \n Tab 1\n \n \n \n }\n value=\"tab_1\"\n />\n \n );\n};\n\nTab.storyName = 'Tab';\n\nTab.args = {\n tabIndex: 0,\n direction: undefined,\n};\n\nTab.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTab.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/tabs/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{tab:{startLoc:{col:36,line:24},endLoc:{col:1,line:45},startBody:{col:36,line:24},endBody:{col:1,line:45}}}}},title:"🚀 Cleanup Components/Tabs/Tab",component:juno_1.RcTab,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Tab=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({},args,{label:"Just Tab Component"})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({},args,{label:"With Icon",icon:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Pin})})),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({},args,{label:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body1",component:"span"},"Tab 1"),react_1.default.createElement(juno_1.RcBadge,{badgeContent:5,overlap:"none"})),value:"tab_1"})))},exports.Tab.storyName="Tab",exports.Tab.args={tabIndex:0,direction:void 0},exports.Tab.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Tab.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33"},{name:"Mui",href:"https://material-ui.com/components/tabs/"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Tabs/TabList/__stories__/TabList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcPaper,\n RcTab,\n RcTabContext,\n RcTabList,\n RcTabPanel,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/TabContext/TabList',\n component: RcTabList,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'size',\n 'orientation',\n 'centered',\n 'scrollButtons',\n 'selectionFollowsFocus',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst tabsData = [\n { label: 'Tab 0', value: 'tab-0', content: 'Tab Content 0' },\n { label: 'Tab 1', value: 'tab-1', content: 'Tab Content 1' },\n { label: 'Tab 2', value: 'tab-2', content: 'Tab Content 2' },\n { label: 'Tab 3', value: 'tab-3', content: 'Tab Content 3' },\n { label: 'Tab 4', value: 'tab-4', content: 'Tab Content 4' },\n {\n label: 'Tab 5',\n value: 'tab-5',\n disabled: true,\n content: 'Tab Content 5',\n },\n { label: 'Tab 6', value: 'tab-6', content: 'Tab Content 6' },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n content: 'Tab Content 7',\n },\n { label: 'Tab 8', value: 'tab-8', content: 'Tab Content 8' },\n { label: 'Tab 9', value: 'tab-9', content: 'Tab Content 9' },\n];\n\ntype TabListProps = ComponentProps;\n\nexport const TabList: Story = ({ ...args }) => {\n const [value, setValue] = React.useState(tabsData[0].value);\n\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, content, ...rest } = tab;\n return (\n \n );\n });\n\n const TabContentChildren = tabsData.map((tab) => {\n const { value, content } = tab;\n return (\n \n {content}\n \n );\n });\n\n return (\n \n \n \n {TabChildren}\n \n \n {TabContentChildren}\n \n );\n};\n\nTabList.storyName = 'TabList';\n\nTabList.args = {};\n\nTabList.argTypes = {\n ...notControlInDocTable([]),\n};\n",locationsMap:{"tab-list":{startLoc:{col:44,line:58},endLoc:{col:1,line:101},startBody:{col:44,line:58},endBody:{col:1,line:101}}}}},title:"🚀 Cleanup Components/Tabs/TabContext/TabList",component:juno_1.RcTabList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","size","orientation","centered","scrollButtons","selectionFollowsFocus"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var tabsData=[{label:"Tab 0",value:"tab-0",content:"Tab Content 0"},{label:"Tab 1",value:"tab-1",content:"Tab Content 1"},{label:"Tab 2",value:"tab-2",content:"Tab Content 2"},{label:"Tab 3",value:"tab-3",content:"Tab Content 3"},{label:"Tab 4",value:"tab-4",content:"Tab Content 4"},{label:"Tab 5",value:"tab-5",disabled:!0,content:"Tab Content 5"},{label:"Tab 6",value:"tab-6",content:"Tab Content 6"},{label:"Tab 77777777",value:"tab-7",content:"Tab Content 7"},{label:"Tab 8",value:"tab-8",content:"Tab Content 8"},{label:"Tab 9",value:"tab-9",content:"Tab Content 9"}];exports.TabList=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState(tabsData[0].value),2),value=_b[0],setValue=_b[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=(tab.content,tslib_1.__rest(tab,["label","value","disabled","content"]));return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))})),TabContentChildren=tabsData.map((function(tab){var value=tab.value,content=tab.content;return react_1.default.createElement(juno_1.RcTabPanel,{key:value,value},content)}));return react_1.default.createElement(juno_1.RcTabContext,{value},react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabList,tslib_1.__assign({},args,{onChange:function(event,value){setValue(value)},"aria-label":"simple tabs example"}),TabChildren)),TabContentChildren)},exports.TabList.storyName="TabList",exports.TabList.args={},exports.TabList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([]))},"./packages/juno-core/src/components/Tabs/TabPanel/__stories__/TabPanel.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport {\n RcPaper,\n RcTab,\n RcTabContext,\n RcTabList,\n RcTabPanel,\n RcTypography,\n styled,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/TabContext/TabPanel',\n component: RcTabPanel,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\nconst tabsData = [\n { label: 'Tab 0', value: 'tab-0', content: 'Tab Content 0' },\n { label: 'Tab 1', value: 'tab-1', content: 'Tab Content 1' },\n { label: 'Tab 2', value: 'tab-2', content: 'Tab Content 2' },\n { label: 'Tab 3', value: 'tab-3', content: 'Tab Content 3' },\n { label: 'Tab 4', value: 'tab-4', content: 'Tab Content 4' },\n {\n label: 'Tab 5',\n value: 'tab-5',\n disabled: true,\n content: 'Tab Content 5',\n },\n { label: 'Tab 6', value: 'tab-6', content: 'Tab Content 6' },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n content: 'Tab Content 7',\n },\n { label: 'Tab 8', value: 'tab-8', content: 'Tab Content 8' },\n { label: 'Tab 9', value: 'tab-9', content: 'Tab Content 9' },\n];\n\ntype TabPanelProps = ComponentProps;\n\nconst CustomTabPanel = styled(RcTabPanel)<{ idx: number }>`\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n\n background: linear-gradient(\n 120deg,\n #84fab0 ${({ idx }) => `${idx * 10}%`},\n #8fd3f4 ${({ idx }) => `${(idx + 1.5) * 10}%`}\n );\n }\n`;\n\nexport const TabPanel: Story = ({ ...args }) => {\n const [value, setValue] = React.useState(tabsData[0].value);\n\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, content, ...rest } = tab;\n return (\n \n );\n });\n\n const TabContentChildren = tabsData.map((tab, idx) => {\n const { value, content } = tab;\n return (\n \n {content}\n \n );\n });\n\n return (\n <>\n \n Custom RcTabPanel\n \n \n \n \n {TabChildren}\n \n \n {TabContentChildren}\n \n \n );\n};\n\nTabPanel.storyName = 'TabPanel';\n\nTabPanel.args = {};\n\nTabPanel.argTypes = {\n ...notControlInDocTable(['value']),\n};\n",locationsMap:{"tab-panel":{startLoc:{col:46,line:73},endLoc:{col:1,line:117},startBody:{col:46,line:73},endBody:{col:1,line:117}}}}},title:"🚀 Cleanup Components/Tabs/TabContext/TabPanel",component:juno_1.RcTabPanel,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var templateObject_1,tabsData=[{label:"Tab 0",value:"tab-0",content:"Tab Content 0"},{label:"Tab 1",value:"tab-1",content:"Tab Content 1"},{label:"Tab 2",value:"tab-2",content:"Tab Content 2"},{label:"Tab 3",value:"tab-3",content:"Tab Content 3"},{label:"Tab 4",value:"tab-4",content:"Tab Content 4"},{label:"Tab 5",value:"tab-5",disabled:!0,content:"Tab Content 5"},{label:"Tab 6",value:"tab-6",content:"Tab Content 6"},{label:"Tab 77777777",value:"tab-7",content:"Tab Content 7"},{label:"Tab 8",value:"tab-8",content:"Tab Content 8"},{label:"Tab 9",value:"tab-9",content:"Tab Content 9"}],CustomTabPanel=juno_1.styled(juno_1.RcTabPanel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n\n background: linear-gradient(\n 120deg,\n #84fab0 ",",\n #8fd3f4 ","\n );\n }\n"],["\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n\n background: linear-gradient(\n 120deg,\n #84fab0 ",",\n #8fd3f4 ","\n );\n }\n"])),(function(_a){return 10*_a.idx+"%"}),(function(_a){return 10*(_a.idx+1.5)+"%"}));exports.TabPanel=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState(tabsData[0].value),2),value=_b[0],setValue=_b[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=(tab.content,tslib_1.__rest(tab,["label","value","disabled","content"]));return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))})),TabContentChildren=tabsData.map((function(tab,idx){var value=tab.value,content=tab.content;return react_1.default.createElement(CustomTabPanel,tslib_1.__assign({},args,{idx,key:value,value}),content)}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body2",gutterBottom:!0},"Custom RcTabPanel"),react_1.default.createElement(juno_1.RcTabContext,{value},react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabList,{onChange:function(event,value){setValue(value)},"aria-label":"simple tabs example"},TabChildren)),TabContentChildren))},exports.TabPanel.storyName="TabPanel",exports.TabPanel.args={},exports.TabPanel.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["value"]))},"./packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n FunctionComponent,\n useMemo,\n useState,\n useRef,\n cloneElement,\n} from 'react';\n\nimport {\n RcBadge,\n RcButton,\n RcBox,\n RcIcon,\n RcPaper,\n RcTab,\n RcTabs,\n RcTabsMoreMenuGroupInfoType,\n RcTypography,\n} from '@ringcentral/juno';\nimport {\n MoreHoriz as MoreHorizIcon,\n ArrowUp2,\n ArrowDown2,\n} from '@ringcentral/juno-icon';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { RcMenuItem, RcMenuItemProps } from '../../../Menu';\nimport { createGlobalStyle } from '../../../../foundation';\n\nexport default {\n title: '🚀 Cleanup Components/Tabs/Tabs',\n component: RcTabs,\n argTypes: {\n ...sortInDocTable([\n 'variant',\n 'size',\n 'orientation',\n 'centered',\n 'scrollButtons',\n 'selectionFollowsFocus',\n ]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n excludeStories: /TabsExampleComponent/,\n} as Meta;\n\ntype TabsProps = ComponentProps;\n\nexport const Tabs: Story = ({ ...args }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nTabs.storyName = 'Tabs';\n\nTabs.args = {\n value: 0,\n};\n\nTabs.argTypes = {\n ...notControlInDocTable([]),\n};\n\nTabs.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/tabs/',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nconst tabsData = [\n { label: 'Tab 0', value: 'tab-0', 'data-test-automation-id': 'tab-test-0' },\n { label: 'Tab 1', value: 'tab-1', 'data-test-automation-id': 'tab-test-1' },\n { label: 'Tab 2', value: 'tab-2', 'data-test-automation-id': 'tab-test-2' },\n { label: 'Tab 3', value: 'tab-3', 'data-test-automation-id': 'tab-test-3' },\n { label: 'Tab 4', value: 'tab-4', 'data-test-automation-id': 'tab-test-4' },\n {\n label: 'Tab 5',\n value: 'tab-5',\n disabled: true,\n 'data-test-automation-id': 'tab-test-5',\n },\n { label: 'Tab 6', value: 'tab-6', 'data-test-automation-id': 'tab-test-6' },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n 'data-test-automation-id': 'tab-test-7',\n },\n { label: 'Tab 8', value: 'tab-8', 'data-test-automation-id': 'tab-test-8' },\n { label: 'Tab 9', value: 'tab-9', 'data-test-automation-id': 'tab-test-9' },\n];\n\nexport const TabsChangeExample: Story = ({ ...args }) => {\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const [tabs, setTabs] = React.useState(tabsData);\n\n const TabChildren = useMemo(\n () =>\n tabs.map((tab) => {\n const { label, value, disabled, ...rest } = tab;\n return (\n \n );\n }),\n [tabs],\n );\n\n const handleAddTab = () => {\n setTabs([\n ...tabs,\n {\n label: `Tab ${tabs.length}`,\n value: `tab-${tabs.length}`,\n 'data-test-automation-id': `tab-test-${tabs.length}`,\n },\n ]);\n };\n\n return (\n <>\n \n variant = \"standard\"\n \n \n \n {TabChildren}\n \n \n
    \n \n variant = \"scrollable\"\n \n \n \n {TabChildren}\n \n \n
    \n \n variant = \"fullWidth\"\n \n \n \n {TabChildren}\n \n \n
    \n \n variant = \"moreMenu\"\n \n \n \n {TabChildren}\n \n \n
    \n \n Add Tab\n \n \n );\n};\n\nTabsChangeExample.storyName = 'Tabs Example';\n\nTabsChangeExample.argTypes = {\n ...notControlInDocTable(['variant']),\n};\n\nTabsChangeExample.args = {};\n\ntype TabsCustomExampleProps = {};\n\nconst tabsData2: {\n key: string;\n badgeNumber: number;\n label: string;\n value: string;\n}[] = [\n {\n key: 'tab-0',\n badgeNumber: 7,\n label: 'Tab 0',\n value: 'tab-0',\n },\n {\n key: 'tab-1',\n badgeNumber: 0,\n label: 'Tab 1',\n value: 'tab-1',\n },\n {\n key: 'tab-2',\n badgeNumber: 54,\n label: 'Tab 2',\n value: 'tab-2',\n },\n {\n key: 'tab-3',\n badgeNumber: 72,\n label: 'Tab 3',\n value: 'tab-3',\n },\n {\n key: 'tab-4',\n badgeNumber: 2,\n label: 'Tab 4',\n value: 'tab-4',\n },\n];\n\nconst badgeNumberMap = tabsData2.reduce((acc, curr) => {\n acc[curr.key] = curr.badgeNumber;\n return acc;\n}, {} as Record);\n\nconst CustomMenuItem: FunctionComponent = ({\n children,\n ...rest\n}) => {\n const value = rest.value as string;\n return (\n \n custom render in value {value}\n \n \n );\n};\n\nconst TabsCustomExampleComponent: FunctionComponent = (\n args,\n) => {\n const [value, setValue] = React.useState('tab-0');\n const [moreBadgeNumber, setMoreBadgeNumber] = React.useState(0);\n\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n console.log(event, value);\n setValue(value);\n };\n\n const MoreIconCmp = (isMenuOpen: boolean) => (\n <>\n \n \n \n );\n\n const handleGroupInfoChange = (info: RcTabsMoreMenuGroupInfoType) => {\n console.log(info);\n const [, menuItems] = info;\n setMoreBadgeNumber(\n menuItems.reduce(\n (acc, curr) =>\n curr.index ? acc + tabsData2[curr.index].badgeNumber : acc,\n 0,\n ),\n );\n };\n\n return (\n <>\n \n Through the resize window, observe the change of the badge on the more\n button. (variant=\"moreMenu\")\n \n \n \n {tabsData2.map((data) => {\n const { key, label, value, badgeNumber } = data;\n return (\n \n \n {label}\n \n \n \n }\n value={value}\n direction=\"vertical\"\n />\n );\n })}\n \n \n \n );\n};\n\nexport const TabsCustomExample: Story = (args) => {\n return ;\n};\nTabsCustomExample.args = {\n variant: 'moreMenu',\n};\n\ntype TabsExampleComponentProps = {} & Partial>;\n\nexport const TabsExampleComponent: FunctionComponent =\n (args) => {\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, ...rest } = tab;\n return (\n \n );\n });\n\n return (\n \n \n {TabChildren}\n \n \n );\n };\n\nexport const TabsWithDynamicChildren: Story = ({ ...args }) => {\n const [index, setIndex] = useState(0);\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const TabChildren = tabsData.map((tab) => {\n const { label, value, disabled, ...rest } = tab;\n return (\n \n );\n });\n\n return (\n <>\n \n \n {TabChildren}\n \n \n
    \n
    \n {\n setIndex(index + 10);\n }}\n >\n click\n \n \n );\n};\n\nconst ChangeSizeGlobalStyle = createGlobalStyle`\n [data-large-size] {\n ${RcTab} {\n padding: 6px 20px;\n }\n }\n`;\n\nexport const MoreMenuTabs: Story = ({ ...args }) => {\n const [value, setValue] = React.useState('tab-0');\n const handleChange = (event: React.ChangeEvent<{}>, value: any) => {\n setValue(value);\n };\n\n const idRef = useRef(0);\n const tabsRef = useRef(null);\n\n const [tabs, setTabs] = React.useState(() => [\n { label: 'Tab 0', value: 'tab-0', key: idRef.current++ },\n { label: 'Tab 1', value: 'tab-1', key: idRef.current++ },\n { label: 'Tab 2', value: 'tab-2', key: idRef.current++ },\n { label: 'Tab 3', value: 'tab-3', key: idRef.current++ },\n { label: 'Tab 4', value: 'tab-4', key: idRef.current++ },\n {\n label: 'Tab 5',\n value: 'tab-5',\n key: idRef.current++,\n },\n { label: 'Tab 6', value: 'tab-6', key: idRef.current++ },\n {\n label: 'Tab 77777777',\n value: 'tab-7',\n key: idRef.current++,\n },\n { label: 'Tab 8', value: 'tab-8', key: idRef.current++ },\n { label: 'Tab 9', value: 'tab-9', key: idRef.current++ },\n ]);\n\n const TabChildren = useMemo(\n () =>\n tabs.map((tab) => {\n const { label, value, ...rest } = tab;\n return (\n \n );\n }),\n [tabs],\n );\n\n const handleAddTabHead = () => {\n setTabs([\n {\n label: `Tab ${tabs.length}`,\n value: `tab-${tabs.length}`,\n key: idRef.current++,\n },\n ...tabs,\n ]);\n };\n const handleRemoveTabHead = () => {\n const newTabs = [...tabs];\n const shiftedTab = newTabs.shift();\n if (shiftedTab?.value === value) {\n setValue(newTabs[0].value);\n }\n setTabs(newTabs);\n };\n const handleAddTabTail = () => {\n setTabs([\n ...tabs,\n {\n label: `Tab ${tabs.length}`,\n value: `tab-${tabs.length}`,\n key: idRef.current++,\n },\n ]);\n };\n\n const handleChangeTabSize = () => {\n const tablist = tabsRef.current!;\n if (typeof tablist.dataset['largeSize'] === 'string') {\n delete tablist.dataset['largeSize'];\n } else {\n tablist.dataset['largeSize'] = '';\n }\n };\n\n return (\n <>\n \n \n {TabChildren}\n \n \n \n
    \n \n Add Tab head\n
    \n
    \n Remove Tab head\n
    \n
    \n Add Tab tail\n
    \n
    \n change Tab size\n
    \n \n );\n};\n",locationsMap:{tabs:{startLoc:{col:38,line:55},endLoc:{col:1,line:70},startBody:{col:38,line:55},endBody:{col:1,line:70}},"tabs-change-example":{startLoc:{col:51,line:121},endLoc:{col:1,line:232},startBody:{col:51,line:121},endBody:{col:1,line:232}},"tabs-custom-example":{startLoc:{col:64,line:380},endLoc:{col:1,line:382},startBody:{col:64,line:380},endBody:{col:1,line:382}},"tabs-example-component":{startLoc:{col:2,line:390},endLoc:{col:3,line:421},startBody:{col:2,line:390},endBody:{col:3,line:421}},"tabs-with-dynamic-children":{startLoc:{col:57,line:423},endLoc:{col:1,line:461},startBody:{col:57,line:423},endBody:{col:1,line:461}},"more-menu-tabs":{startLoc:{col:46,line:471},endLoc:{col:1,line:590},startBody:{col:46,line:471},endBody:{col:1,line:590}}}}},title:"🚀 Cleanup Components/Tabs/Tabs",component:juno_1.RcTabs,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["variant","size","orientation","centered","scrollButtons","selectionFollowsFocus"])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([])),excludeStories:/TabsExampleComponent/},exports.Tabs=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcTab,{label:"Tab 1"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 2"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 3"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 4"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 5"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 6",disabled:!0}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 7"}),react_1.default.createElement(juno_1.RcTab,{label:"Tab 8"})))},exports.Tabs.storyName="Tabs",exports.Tabs.args={value:0},exports.Tabs.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Tabs.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/61ef0d5dc04f09a714f4f7f383738f95e0826a16/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/3EFB9023-C9C4-4422-A95C-0CFCA8C54E33"},{name:"Mui",href:"https://material-ui.com/components/tabs/"},{name:"Accessibility",value:"100%"}]};var tabsData=[{label:"Tab 0",value:"tab-0","data-test-automation-id":"tab-test-0"},{label:"Tab 1",value:"tab-1","data-test-automation-id":"tab-test-1"},{label:"Tab 2",value:"tab-2","data-test-automation-id":"tab-test-2"},{label:"Tab 3",value:"tab-3","data-test-automation-id":"tab-test-3"},{label:"Tab 4",value:"tab-4","data-test-automation-id":"tab-test-4"},{label:"Tab 5",value:"tab-5",disabled:!0,"data-test-automation-id":"tab-test-5"},{label:"Tab 6",value:"tab-6","data-test-automation-id":"tab-test-6"},{label:"Tab 77777777",value:"tab-7","data-test-automation-id":"tab-test-7"},{label:"Tab 8",value:"tab-8","data-test-automation-id":"tab-test-8"},{label:"Tab 9",value:"tab-9","data-test-automation-id":"tab-test-9"}];exports.TabsChangeExample=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_b[0],setValue=_b[1],handleChange=function(event,value){setValue(value)},_c=tslib_1.__read(react_1.default.useState(tabsData),2),tabs=_c[0],setTabs=_c[1],TabChildren=react_1.useMemo((function(){return tabs.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=tslib_1.__rest(tab,["label","value","disabled"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))}))}),[tabs]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "standard"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"standard"}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "scrollable"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"scrollable"}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "fullWidth"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"fullWidth"}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",variant:"body2",gutterBottom:!0},'variant = "moreMenu"'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:handleChange,variant:"moreMenu",MoreButtonProps:{MenuProps:{id:"custom-menu-id",MenuListProps:{className:"moreMenuList-className"}},TooltipProps:{title:"tooltip","data-test-automation-id":"tooltip-automation-id"}}}),TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setTabs(tslib_1.__spread(tabs,[{label:"Tab "+tabs.length,value:"tab-"+tabs.length,"data-test-automation-id":"tab-test-"+tabs.length}]))}},"Add Tab")))},exports.TabsChangeExample.storyName="Tabs Example",exports.TabsChangeExample.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["variant"])),exports.TabsChangeExample.args={};var tabsData2=[{key:"tab-0",badgeNumber:7,label:"Tab 0",value:"tab-0"},{key:"tab-1",badgeNumber:0,label:"Tab 1",value:"tab-1"},{key:"tab-2",badgeNumber:54,label:"Tab 2",value:"tab-2"},{key:"tab-3",badgeNumber:72,label:"Tab 3",value:"tab-3"},{key:"tab-4",badgeNumber:2,label:"Tab 4",value:"tab-4"}],badgeNumberMap=tabsData2.reduce((function(acc,curr){return acc[curr.key]=curr.badgeNumber,acc}),{}),CustomMenuItem=function(_a){_a.children;var rest=tslib_1.__rest(_a,["children"]),value=rest.value;return react_1.default.createElement(Menu_1.RcMenuItem,tslib_1.__assign({},rest),"custom render in value ",value,react_1.default.createElement(juno_1.RcBadge,{badgeContent:badgeNumberMap[value],showZero:!1,overlap:"none"}))},TabsCustomExampleComponent=function(args){var _a=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_a[0],setValue=_a[1],_b=tslib_1.__read(react_1.default.useState(0),2),moreBadgeNumber=_b[0],setMoreBadgeNumber=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body1",gutterBottom:!0},'Through the resize window, observe the change of the badge on the more button. (variant="moreMenu")'),react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:function(event,value){console.log(event,value),setValue(value)},MoreButtonProps:{MoreIcon:function(isMenuOpen){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcIcon,{size:"medium",symbol:isMenuOpen?juno_icon_1.ArrowUp2:juno_icon_1.ArrowDown2}),react_1.default.createElement(juno_1.RcBadge,{badgeContent:moreBadgeNumber,showZero:!1,overlap:"none"}))},direction:"vertical",MenuItemComponent:CustomMenuItem,onGroupInfoChange:function(info){console.log(info);var menuItems=tslib_1.__read(info,2)[1];setMoreBadgeNumber(menuItems.reduce((function(acc,curr){return curr.index?acc+tabsData2[curr.index].badgeNumber:acc}),0))}}}),tabsData2.map((function(data){var key=data.key,label=data.label,value=data.value,badgeNumber=data.badgeNumber;return react_1.default.createElement(juno_1.RcTab,{key,label:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{variant:"body1",component:"span"},label),react_1.default.createElement(juno_1.RcBadge,{badgeContent:badgeNumber,showZero:!1,overlap:"none"})),value,direction:"vertical"})})))))};exports.TabsCustomExample=function(args){return react_1.default.createElement(TabsCustomExampleComponent,tslib_1.__assign({},args))},exports.TabsCustomExample.args={variant:"moreMenu"},exports.TabsExampleComponent=function(args){var _a=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_a[0],setValue=_a[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=tslib_1.__rest(tab,["label","value","disabled"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label,value,disabled},rest))}));return react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{value,onChange:function(event,value){setValue(value)},variant:"moreMenu"}),TabChildren))},exports.TabsWithDynamicChildren=function(_a){tslib_1.__rest(_a,[]);var _b=tslib_1.__read(react_1.useState(0),2),index=_b[0],setIndex=_b[1],_c=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_c[0],setValue=_c[1],TabChildren=tabsData.map((function(tab){var label=tab.label,value=tab.value,disabled=tab.disabled,rest=tslib_1.__rest(tab,["label","value","disabled"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:label,label:label+"-"+index,value,disabled},rest))}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,{value,onChange:function(event,value){setValue(value)},variant:"moreMenu"},TabChildren)),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setIndex(index+10)}},"click"))};var templateObject_1,ChangeSizeGlobalStyle=foundation_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n [data-large-size] {\n "," {\n padding: 6px 20px;\n }\n }\n"],["\n [data-large-size] {\n "," {\n padding: 6px 20px;\n }\n }\n"])),juno_1.RcTab);exports.MoreMenuTabs=function(_a){var args=tslib_1.__rest(_a,[]),_b=tslib_1.__read(react_1.default.useState("tab-0"),2),value=_b[0],setValue=_b[1],idRef=react_1.useRef(0),tabsRef=react_1.useRef(null),_c=tslib_1.__read(react_1.default.useState((function(){return[{label:"Tab 0",value:"tab-0",key:idRef.current++},{label:"Tab 1",value:"tab-1",key:idRef.current++},{label:"Tab 2",value:"tab-2",key:idRef.current++},{label:"Tab 3",value:"tab-3",key:idRef.current++},{label:"Tab 4",value:"tab-4",key:idRef.current++},{label:"Tab 5",value:"tab-5",key:idRef.current++},{label:"Tab 6",value:"tab-6",key:idRef.current++},{label:"Tab 77777777",value:"tab-7",key:idRef.current++},{label:"Tab 8",value:"tab-8",key:idRef.current++},{label:"Tab 9",value:"tab-9",key:idRef.current++}]})),2),tabs=_c[0],setTabs=_c[1],TabChildren=react_1.useMemo((function(){return tabs.map((function(tab){var label=tab.label,value=tab.value,rest=tslib_1.__rest(tab,["label","value"]);return react_1.default.createElement(juno_1.RcTab,tslib_1.__assign({key:idRef.current++,label,value},rest))}))}),[tabs]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcPaper,{square:!0},react_1.default.createElement(juno_1.RcTabs,tslib_1.__assign({},args,{ref:tabsRef,value,onChange:function(event,value){setValue(value)},variant:"moreMenu",MoreButtonProps:{MenuProps:{id:"custom-menu-id",MenuListProps:{className:"moreMenuList-className"}},TooltipProps:{title:"tooltip"}}}),TabChildren)),react_1.default.createElement(ChangeSizeGlobalStyle,null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setTabs(tslib_1.__spread([{label:"Tab "+tabs.length,value:"tab-"+tabs.length,key:idRef.current++}],tabs))}},"Add Tab head"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var newTabs=tslib_1.__spread(tabs),shiftedTab=newTabs.shift();(null==shiftedTab?void 0:shiftedTab.value)===value&&setValue(newTabs[0].value),setTabs(newTabs)}},"Remove Tab head"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setTabs(tslib_1.__spread(tabs,[{label:"Tab "+tabs.length,value:"tab-"+tabs.length,key:idRef.current++}]))}},"Add Tab tail"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){var tablist=tabsRef.current;"string"==typeof tablist.dataset.largeSize?delete tablist.dataset.largeSize:tablist.dataset.largeSize=""}},"change Tab size")))};try{TabsExampleComponent.displayName="TabsExampleComponent",TabsExampleComponent.__docgenInfo={description:"",displayName:"TabsExampleComponent",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx#TabsExampleComponent"]={docgenInfo:TabsExampleComponent.__docgenInfo,name:"TabsExampleComponent",path:"packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx#TabsExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tag/__stories__/Tag.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcTag } from '@ringcentral/juno';\nimport { notShowInDocTable, paletteChoice } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tag',\n component: RcTag,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n textColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n borderColor: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n },\n} as Meta;\n\ntype TagProps = ComponentProps;\n\nexport const Tag: Story = ({ children, ...args }) => {\n return (\n <>\n {children}\n \n );\n};\n\nTag.args = {\n children: 'tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa',\n};\n\nTag.argTypes = {\n ...notShowInDocTable(['content']),\n};\n\nTag.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2AC918E7-7D85-4BF4-B43E-C01311A9383D',\n },\n ],\n};\n\nexport const TagWithCustomBorder = () => {\n return (\n {\n console.log('tag click');\n }}\n >\n tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa\n \n );\n};\n",locationsMap:{tag:{startLoc:{col:36,line:34},endLoc:{col:1,line:40},startBody:{col:36,line:34},endBody:{col:1,line:40}},"tag-with-custom-border":{startLoc:{col:35,line:59},endLoc:{col:1,line:72},startBody:{col:35,line:59},endBody:{col:1,line:72}}}}},title:"🚀 Cleanup Components/Tag",component:juno_1.RcTag,argTypes:{color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},textColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}},borderColor:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}}},exports.Tag=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTag,tslib_1.__assign({},args),children))},exports.Tag.args={children:"tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa"},exports.Tag.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["content"])),exports.Tag.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/a6497a24bcae3cd22071b657cca0b73b11887d09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2AC918E7-7D85-4BF4-B43E-C01311A9383D"}]},exports.TagWithCustomBorder=function(){return react_1.default.createElement(juno_1.RcTag,{color:"neutral.b01",textColor:"interactive.f01",borderColor:"highlight.f02",onClick:function(){console.log("tag click")}},"tag test overflowsannsadsndjdnsaasddksjnadsndsasdasdadsadsdsa")}},"./packages/juno-core/src/components/Text/__stories__/Text.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),Typography_story_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Typography/__stories__/Typography.story.tsx"));exports.default={parameters:{storySource:{source:'import React, { ComponentProps, useState } from \'react\';\n\nimport { RcButton, RcLink, RcText } from \'@ringcentral/juno\';\nimport { Meta, Story } from \'@storybook/react\';\n\nimport TypographyStory from \'../../Typography/__stories__/Typography.story\';\n\nexport default {\n title: \'🚀 Cleanup Components/Typography/Text\',\n component: RcText,\n argTypes: {\n ...TypographyStory.argTypes,\n },\n} as Meta;\n\ntype TextProps = ComponentProps;\n\nexport const Text: Story = ({ children, ...args }) => {\n const [width, setWidth] = useState(undefined);\n\n return (\n <>\n {\n setWidth(width === undefined ? 400 : undefined);\n }}\n >\n Resize Container\n \n
    \n {children}\n
    \n \n );\n};\n\nText.args = {\n children:\n \'RcText will auto add title with text, when that children is string, and the default wrap is noWrap\',\n};\n\nexport const TextWithHighlight: Story = () => {\n return (\n <>\n \n highlight text will be\n "Span"\n tag, and set color to be\n \n "mention"\n \n \n \n );\n};\n\nTextWithHighlight.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n\nexport const TextWithLink: Story = () => {\n return (\n \n You are an admin to this team.\n Learn about team administration\n \n );\n};\n\nTextWithLink.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n\nexport const TextWithoutDefaultTitle: Story = () => {\n return (\n \n <>\n Make that wrap with a react element will ignore that auto title feature\n \n \n );\n};\n\nTextWithoutDefaultTitle.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n\nexport const TextWithTitleWhenOverflow: Story = () => {\n const [width, setWidth] = useState(undefined);\n return (\n <>\n {\n setWidth(width === undefined ? 400 : undefined);\n }}\n >\n Resize Container\n \n
    \n \n Show title only when text overflow, default is always show title with\n same value with children\n \n \n Show title only when text overflow, default is always show title with\n same value with children, also support custom Title\n \n \n Show title only when text overflow, default is always show title with\n same value with children, also support custom Title and line ellipsis.\n \n
    \n \n );\n};\n\nTextWithTitleWhenOverflow.argTypes = {\n color: {\n control: {\n type: null,\n },\n },\n};\n',locationsMap:{text:{startLoc:{col:38,line:18},endLoc:{col:1,line:35},startBody:{col:38,line:18},endBody:{col:1,line:35}},"text-with-highlight":{startLoc:{col:51,line:42},endLoc:{col:1,line:55},startBody:{col:51,line:42},endBody:{col:1,line:55}},"text-with-link":{startLoc:{col:46,line:65},endLoc:{col:1,line:72},startBody:{col:46,line:65},endBody:{col:1,line:72}},"text-without-default-title":{startLoc:{col:57,line:82},endLoc:{col:1,line:90},startBody:{col:57,line:82},endBody:{col:1,line:90}},"text-with-title-when-overflow":{startLoc:{col:59,line:100},endLoc:{col:1,line:127},startBody:{col:59,line:100},endBody:{col:1,line:127}}}}},title:"🚀 Cleanup Components/Typography/Text",component:juno_1.RcText,argTypes:tslib_1.__assign({},Typography_story_1.default.argTypes)},exports.Text=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(void 0),2),width=_b[0],setWidth=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setWidth(void 0===width?400:void 0)}},"Resize Container"),react_1.default.createElement("div",{style:{width}},react_1.default.createElement(juno_1.RcText,tslib_1.__assign({},args),children)))},exports.Text.args={children:"RcText will auto add title with text, when that children is string, and the default wrap is noWrap"},exports.TextWithHighlight=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcText,{variant:"subheading1",color:"neutral.f06"},"highlight text will be",react_1.default.createElement(juno_1.RcText,{highlight:!0},'"Span"'),"tag, and set color to be",react_1.default.createElement(juno_1.RcText,{highlight:!0,variant:"headline1"},'"mention"')))},exports.TextWithHighlight.argTypes={color:{control:{type:null}}},exports.TextWithLink=function(){return react_1.default.createElement(juno_1.RcText,{variant:"caption1",color:"neutral.f03"},"You are an admin to this team.",react_1.default.createElement(juno_1.RcLink,{variant:"inherit"},"Learn about team administration"))},exports.TextWithLink.argTypes={color:{control:{type:null}}},exports.TextWithoutDefaultTitle=function(){return react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},react_1.default.createElement(react_1.default.Fragment,null,"Make that wrap with a react element will ignore that auto title feature"))},exports.TextWithoutDefaultTitle.argTypes={color:{control:{type:null}}},exports.TextWithTitleWhenOverflow=function(){var _a=tslib_1.__read(react_1.useState(void 0),2),width=_a[0],setWidth=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setWidth(void 0===width?400:void 0)}},"Resize Container"),react_1.default.createElement("div",{style:{width}},react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:!0,color:"neutral.f05"},"Show title only when text overflow, default is always show title with same value with children"),react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:!0,color:"neutral.f05",title:"cool",useRcTooltip:!0},"Show title only when text overflow, default is always show title with same value with children, also support custom Title"),react_1.default.createElement(juno_1.RcText,{titleWhenOverflow:2,color:"neutral.f05"},"Show title only when text overflow, default is always show title with same value with children, also support custom Title and line ellipsis.")))},exports.TextWithTitleWhenOverflow.argTypes={color:{control:{type:null}}}},"./packages/juno-core/src/components/Thumbnail/__stories__/Thumbnail.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport { RcThumbnail } from '@ringcentral/juno';\nimport { NonEdit } from '@ringcentral/juno-icon';\nimport { notShowInDocTable } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Thumbnail',\n component: RcThumbnail,\n} as Meta;\n\ntype ThumbnailProps = ComponentProps;\n\nexport const Thumbnail: Story = ({ ...args }) => {\n return ;\n};\n\nThumbnail.args = {\n src: 'https://picsum.photos/100/100/?image=1',\n symbol: NonEdit,\n};\n\nThumbnail.argTypes = {\n ...notShowInDocTable(['iconType', 'url']),\n};\n",locationsMap:{thumbnail:{startLoc:{col:48,line:15},endLoc:{col:1,line:17},startBody:{col:48,line:15},endBody:{col:1,line:17}}}}},title:"🚀 Cleanup Components/Thumbnail",component:juno_1.RcThumbnail},exports.Thumbnail=function(_a){var args=tslib_1.__rest(_a,[]);return react_1.default.createElement(juno_1.RcThumbnail,tslib_1.__assign({},args))},exports.Thumbnail.args={src:"https://picsum.photos/100/100/?image=1",symbol:juno_icon_1.NonEdit},exports.Thumbnail.argTypes=tslib_1.__assign({},juno_storybook_1.notShowInDocTable(["iconType","url"]))},"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.default={parameters:{storySource:{source:"import React, {\n ComponentProps,\n useLayoutEffect,\n useRef,\n useState,\n} from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcCheckbox,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcIcon,\n RcIconButton,\n RcLink,\n RcListItem,\n RcRadio,\n RcSplitButton,\n RcSwitch,\n RcText,\n RcTooltip,\n RcTypography,\n styled,\n useTheme,\n} from '@ringcentral/juno';\nimport { Add, Videocam } from '@ringcentral/juno-icon';\nimport {\n notShowInDocTable,\n paletteChoice,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\nimport { useSleep } from '../../../foundation';\n\nexport default {\n title: '🚀 Cleanup Components/Tooltip',\n component: RcTooltip,\n argTypes: {\n color: {\n options: paletteChoice,\n control: {\n type: 'select',\n },\n },\n ...sortInDocTable([\n 'textColor',\n 'placement',\n 'tooltipForceHide',\n ]),\n ...notShowInDocTable(['injectGlobalStyle']),\n },\n} as Meta;\n\ntype TooltipProps = ComponentProps;\n\nconst isTestEnv = (window as any).TEST_ENV;\n\nexport const Tooltip: Story = ({ children, ...args }) => {\n return (\n \n \n Tooltip when hover or keyboard focus\n \n {!isTestEnv && (\n <>\n
    \n
    \n
    \n
    \n
    \n \n tooltip always open\n \n \n )}\n
    \n );\n};\n\nTooltip.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/31528da0142148db8a57d27e9ea279135ff28d5a/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/2AECC24B-6598-424C-827F-E1729A9382DF',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/tooltips/#tooltip',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nTooltip.args = {\n title: 'I am arrow tip',\n};\n\nconst Wrapper = styled.div`\n display: flex;\n justify-content: space-around;\n`;\n\nexport const TooltipSizes: Story = () => {\n return (\n <>\n {!isTestEnv ? (\n \n
    \n medium\n \n Button\n \n
    \n
    \n large\n \n Button\n \n
    \n
    \n xlarge\n \n Button\n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n {/* those br for tooltip space */}\n
    \n
    \n ) : null}\n \n );\n};\n\nexport const TooltipWithDisabledChildren: Story = () => {\n const [disabled, setDisabled] = useState(false);\n const ref = useRef(null);\n\n const handleClick = () => {\n setDisabled(!disabled);\n };\n\n useLayoutEffect(() => {\n console.log(ref);\n }, []);\n\n const title = disabled ? 'Title when disabled' : 'Normal Title';\n\n const theme = useTheme();\n\n return (\n <>\n \n ignorePointer{' '}\n <RcText highlight>that will add a span wrap children component,</RcText>\n \n \n Toggle disabled state\n \n
    \n
    \n \n \n \n
    \n
    \n ,\n TooltipProps: {\n ignorePointer: true,\n },\n title,\n }}\n ControlButtonProps={{\n TooltipProps: {\n ignorePointer: true,\n },\n title,\n }}\n >\n console.log('Text', e)} />\n console.log('Task', e)}>\n Task\n \n console.log('Cool', e)}>\n Cool\n \n \n \n disabled item also have Tooltip\n \n
    \n
    \n \n Always have tooltip when disabled with Round radius\n \n
    \n
    \n \n Always have tooltip when disabled with circle radius\n \n \n );\n};\n\nexport const TooltipWithForceHide: Story = ({\n children,\n ...args\n}) => {\n const [force, setForce] = useState(false);\n\n const [openState, setOpenState] = useState(false);\n\n return (\n <>\n console.log('close', e)}\n onOpen={(e) => console.log('open', e)}\n >\n {\n setForce(!force);\n }}\n >\n Switch force\n \n \n console.log('close', e)}\n onOpen={(e) => console.log('open', e)}\n >\n {\n setOpenState(true);\n }}\n style={{ marginLeft: '1em' }}\n color=\"highlight.b03\"\n >\n Open\n \n \n {\n setOpenState(false);\n console.log('close', e, reason);\n }}\n TransitionProps={{\n onExited: (e) => console.log('onExited', e),\n }}\n >\n Title\n \n some content\n \n \n \n \n Custom Button\n Custom Button\n \n \n
    \n
    \n {\n setForce(!force);\n }}\n label={`Click to Switch forceHide: ${force ? 'true' : 'false'}`}\n />\n \n );\n};\n\nTooltipWithForceHide.args = {\n title: 'Add',\n};\n\nexport const TooltipWithCustomColor: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n Open\n \n \n \n Close\n \n \n \n );\n};\n\nTooltipWithCustomColor.args = {\n title: 'Add',\n};\n\nexport const TooltipWithInteractiveLink: Story = ({\n children,\n ...args\n}) => {\n return (\n \n open{' '}\n \n ringcentral\n \n \n }\n interactive\n >\n Open\n \n );\n};\n\nTooltipWithInteractiveLink.args = {};\n\nexport const TooltipWithToggleShow: Story = () => {\n const [hidden, setHidden] = useState(false);\n\n const { sleep } = useSleep();\n\n return (\n <>\n \n When host anchor be disappear, tooltip should also be hidden\n \n \n \n \n );\n};\n",locationsMap:{tooltip:{startLoc:{col:44,line:62},endLoc:{col:1,line:82},startBody:{col:44,line:62},endBody:{col:1,line:82}},"tooltip-sizes":{startLoc:{col:49,line:110},endLoc:{col:1,line:149},startBody:{col:49,line:110},endBody:{col:1,line:149}},"tooltip-with-disabled-children":{startLoc:{col:64,line:151},endLoc:{col:1,line:273},startBody:{col:64,line:151},endBody:{col:1,line:273}},"tooltip-with-force-hide":{startLoc:{col:57,line:275},endLoc:{col:1,line:349},startBody:{col:57,line:275},endBody:{col:1,line:349}},"tooltip-with-custom-color":{startLoc:{col:59,line:355},endLoc:{col:1,line:375},startBody:{col:59,line:355},endBody:{col:1,line:375}},"tooltip-with-interactive-link":{startLoc:{col:63,line:381},endLoc:{col:1,line:406},startBody:{col:63,line:381},endBody:{col:1,line:406}},"tooltip-with-toggle-show":{startLoc:{col:58,line:410},endLoc:{col:1,line:436},startBody:{col:58,line:410},endBody:{col:1,line:436}}}}},title:"🚀 Cleanup Components/Tooltip",component:juno_1.RcTooltip,argTypes:tslib_1.__assign(tslib_1.__assign({color:{options:juno_storybook_1.paletteChoice,control:{type:"select"}}},juno_storybook_1.sortInDocTable(["textColor","placement","tooltipForceHide"])),juno_storybook_1.notShowInDocTable(["injectGlobalStyle"]))};var isTestEnv=window.TEST_ENV;exports.Tooltip=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcBox,{textAlign:"center"},react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args),react_1.default.createElement(juno_1.RcButton,null,"Tooltip when hover or keyboard focus")),!isTestEnv&&react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{title:"I'm tooltip",open:!0}),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"tooltip always open"))))},exports.Tooltip.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/31528da0142148db8a57d27e9ea279135ff28d5a/files/667d44de-f29d-4d3a-857b-c8e2e7b59540/layers/2AECC24B-6598-424C-827F-E1729A9382DF"},{name:"Mui",href:"https://material-ui.com/components/tooltips/#tooltip"},{name:"Accessibility",value:"100%"}]},exports.Tooltip.args={title:"I am arrow tip"};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: space-around;\n"],["\n display: flex;\n justify-content: space-around;\n"])));exports.TooltipSizes=function(){return react_1.default.createElement(react_1.default.Fragment,null,isTestEnv?null:react_1.default.createElement(Wrapper,null,react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"medium"),react_1.default.createElement(juno_1.RcTooltip,{title:"I'm tooltip",open:!0,size:"medium"},react_1.default.createElement(juno_1.RcButton,null,"Button"))),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"large"),react_1.default.createElement(juno_1.RcTooltip,{title:"I'm tooltip",open:!0,size:"large"},react_1.default.createElement(juno_1.RcButton,null,"Button"))),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,"xlarge"),react_1.default.createElement(juno_1.RcTooltip,{title:"Lorem ipsum dolor sit amet, consecteturssffff adipiscing elit. Sed in nunc diam. Aeneanssffaf efficitur nibh dui, ac posuere elitffdafdaffff consequatAenean",open:!0,size:"xlarge"},react_1.default.createElement(juno_1.RcButton,null,"Button")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("br",null))))},exports.TooltipWithDisabledChildren=function(){var _a=tslib_1.__read(react_1.useState(!1),2),disabled=_a[0],setDisabled=_a[1],ref=react_1.useRef(null);react_1.useLayoutEffect((function(){console.log(ref)}),[]);var title=disabled?"Title when disabled":"Normal Title",theme=juno_1.useTheme();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"ignorePointer"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"that will add a span wrap children component,")),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setDisabled(!disabled)},color:"highlight.f02"},"Toggle disabled state"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcIconButton,{title,disabled,symbol:juno_icon_1.Add,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement(juno_1.RcCheckbox,{title,useRcTooltip:!0,disabled,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement(juno_1.RcRadio,{title,useRcTooltip:!0,disabled,TooltipProps:{ignorePointer:!0}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSplitButton,{disabled,ActionButtonProps:{children:react_1.default.createElement(juno_1.RcIcon,{symbol:juno_icon_1.Videocam,size:"medium"}),TooltipProps:{ignorePointer:!0},title},ControlButtonProps:{TooltipProps:{ignorePointer:!0},title}},react_1.default.createElement(juno_1.RcListItem,{key:"1",onClick:function(e){return console.log("Text",e)}}),react_1.default.createElement(juno_1.RcListItem,{key:"2",onClick:function(e){return console.log("Task",e)}},"Task"),react_1.default.createElement(juno_1.RcListItem,{key:"3",onClick:function(e){return console.log("Cool",e)}},"Cool")),react_1.default.createElement(juno_1.RcTooltip,{title:"disabled item tooltip",ignorePointer:!0,maskProps:{as:"div"}},react_1.default.createElement(juno_1.RcButton,{disabled:!0},"disabled item also have Tooltip")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{useRcTooltip:!0,title,radius:"round",fullWidth:!0,disabled,TooltipProps:{ignorePointer:disabled,maskProps:{as:"div",style:{width:"100%",borderRadius:theme.radius.round}}}},"Always have tooltip when disabled with Round radius"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{useRcTooltip:!0,title,radius:"circle",fullWidth:!0,ref,disabled,TooltipProps:{ignorePointer:disabled,maskProps:{style:{width:"100%",borderRadius:theme.radius.circle}}}},"Always have tooltip when disabled with circle radius"))},exports.TooltipWithForceHide=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(!1),2),force=_b[0],setForce=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),openState=_c[0],setOpenState=_c[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{tooltipForceHide:force,onClose:function(e){return console.log("close",e)},onOpen:function(e){return console.log("open",e)}}),react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setForce(!force)}},"Switch force")),react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{tooltipForceHide:force,onClose:function(e){return console.log("close",e)},onOpen:function(e){return console.log("open",e)}}),react_1.default.createElement(juno_1.RcButton,{type:"button",onClick:function(){setOpenState(!0)},style:{marginLeft:"1em"},color:"highlight.b03"},"Open")),react_1.default.createElement(juno_1.RcDialog,{open:openState,onClose:function(e,reason){setOpenState(!1),console.log("close",e,reason)},TransitionProps:{onExited:function(e){return console.log("onExited",e)}}},react_1.default.createElement(juno_1.RcDialogTitle,null,"Title"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"some content"),react_1.default.createElement(juno_1.RcCheckbox,{title:"Go",label:"Do something"}),react_1.default.createElement(juno_1.RcCheckbox,{label:"Custom Field"})),react_1.default.createElement(juno_1.RcDialogActions,null,react_1.default.createElement(juno_1.RcButton,null,"Custom Button"),react_1.default.createElement(juno_1.RcButton,null,"Custom Button"))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcSwitch,{checked:force,onClick:function(){setForce(!force)},label:"Click to Switch forceHide: "+(force?"true":"false")}))},exports.TooltipWithForceHide.args={title:"Add"},exports.TooltipWithCustomColor=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{color:"interactive.b02",textColor:"neutral.f01"}),react_1.default.createElement(juno_1.RcButton,{type:"button"},"Open")),react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{color:"highlight.b03",textColor:"neutral.f06"}),react_1.default.createElement(juno_1.RcButton,{type:"button",color:"highlight.b03",style:{marginLeft:"1em"}},"Close")))},exports.TooltipWithCustomColor.args={title:"Add"},exports.TooltipWithInteractiveLink=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTooltip,tslib_1.__assign({},args,{title:react_1.default.createElement(react_1.default.Fragment,null,"open"," ",react_1.default.createElement(juno_1.RcLink,{href:"https://www.ringcentral.com",color:"neutral.f01",underline:!0,target:"_blank"},"ringcentral")),interactive:!0}),react_1.default.createElement(juno_1.RcButton,{type:"button"},"Open"))},exports.TooltipWithInteractiveLink.args={},exports.TooltipWithToggleShow=function(){var _a=tslib_1.__read(react_1.useState(!1),2),hidden=_a[0],setHidden=_a[1],sleep=foundation_1.useSleep().sleep;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"When host anchor be disappear, tooltip should also be hidden"),react_1.default.createElement(juno_1.RcTooltip,{title:"I'm tooltip",size:"medium"},react_1.default.createElement(juno_1.RcButton,{style:{display:hidden?"none":void 0},onClick:function(){setHidden(!0),sleep(1e3).then((function(){setHidden(!1)}))}},"Button")))}},"./packages/juno-core/src/components/Tooltip/withTooltip/__stories__/withTooltip.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { forwardRef } from 'react';\n\nimport { RcTooltipProps, withTooltip } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Tooltip/withTooltip',\n argTypes: {\n useRcTooltip: {\n control: {\n type: 'boolean',\n },\n },\n placement: {\n options: [\n 'top',\n 'top-start',\n 'top-end',\n 'right',\n 'right-start',\n 'right-end',\n 'bottom',\n 'bottom-start',\n 'bottom-end',\n 'left',\n 'left-start',\n 'left-end',\n ],\n control: {\n type: 'select',\n },\n },\n title: {\n control: {\n type: 'text',\n },\n },\n },\n} as Meta;\n\ntype CustomComponentProps = { content?: string };\nconst CustomComponent = forwardRef(\n ({ content, ...rest }, ref) => {\n return (\n \n );\n },\n);\n\nconst WithTooltipComponent = withTooltip(CustomComponent);\ntype WithTooltipProps = {\n placement: RcTooltipProps['placement'];\n title: string;\n useRcTooltip: boolean;\n};\n\nexport const _withTooltip: Story = ({\n placement,\n ...rest\n}) => {\n return (\n \n );\n};\n\n_withTooltip.args = {\n title: 'button',\n useRcTooltip: true,\n placement: 'bottom',\n};\n\n_withTooltip.storyName = 'withTooltip';\n",locationsMap:{"with-tooltip":{startLoc:{col:53,line:59},endLoc:{col:1,line:72},startBody:{col:53,line:59},endBody:{col:1,line:72}}}}},title:"🚀 Cleanup Components/Tooltip/withTooltip",argTypes:{useRcTooltip:{control:{type:"boolean"}},placement:{options:["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],control:{type:"select"}},title:{control:{type:"text"}}}};var CustomComponent=react_1.forwardRef((function(_a,ref){var content=_a.content,rest=tslib_1.__rest(_a,["content"]);return react_1.default.createElement("button",tslib_1.__assign({},rest,{ref}),content)})),WithTooltipComponent=juno_1.withTooltip(CustomComponent);exports._withTooltip=function(_a){var placement=_a.placement,rest=tslib_1.__rest(_a,["placement"]);return react_1.default.createElement(WithTooltipComponent,tslib_1.__assign({content:"Custom Button"},rest,{TooltipProps:{placement}}))},exports._withTooltip.args={title:"button",useRcTooltip:!0,placement:"bottom"},exports._withTooltip.storyName="withTooltip"},"./packages/juno-core/src/components/Transitions/Collapse/__stories__/Collapse.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcButton, RcCollapse } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Collapse',\n component: RcCollapse,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype CollapseProps = ComponentProps;\n\nexport const Collapse: Story = ({\n children,\n in: openProp,\n ...args\n}) => {\n const [open, setOpen] = useState(openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n >\n Collapse\n \n
    \n
    \n \n \n \n \n\n \n \n \n \n \n );\n};\n\nCollapse.storyName = 'Collapse';\n\nCollapse.args = {};\n\nCollapse.argTypes = {\n ...notControlInDocTable([]),\n};\n\nCollapse.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#collapse',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{collapse:{startLoc:{col:46,line:23},endLoc:{col:1,line:57},startBody:{col:46,line:23},endBody:{col:1,line:57}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Collapse",component:juno_1.RcCollapse,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Collapse=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){setOpen(!open)}},"Collapse"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcCollapse,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"})),react_1.default.createElement(juno_1.RcCollapse,{in:open,collapsedSize:"28px"},react_1.default.createElement(juno_1.RcBox,{width:"100px",marginLeft:"1rem",height:"100px",bgcolor:"neutral.b03"}))))},exports.Collapse.storyName="Collapse",exports.Collapse.args={},exports.Collapse.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Collapse.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#collapse"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Fade/__stories__/Fade.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcFade, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Fade',\n component: RcFade,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype GrowProps = ComponentProps;\n\nexport const Fade: Story = ({ children, in: openProp, ...args }) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nFade.storyName = 'Fade';\n\nFade.args = {};\n\nFade.argTypes = {\n ...notControlInDocTable([]),\n};\n\nFade.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#fade',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{fade:{startLoc:{col:38,line:23},endLoc:{col:1,line:44},startBody:{col:38,line:23},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Fade",component:juno_1.RcFade,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Fade=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcFade,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Fade.storyName="Fade",exports.Fade.args={},exports.Fade.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Fade.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#fade"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Grow/__stories__/Grow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcGrow, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Grow',\n component: RcGrow,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype GrowProps = ComponentProps;\n\nexport const Grow: Story = ({ children, in: openProp, ...args }) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nGrow.storyName = 'Grow';\n\nGrow.args = {};\n\nGrow.argTypes = {\n ...notControlInDocTable([]),\n};\n\nGrow.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#Grow',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{grow:{startLoc:{col:38,line:23},endLoc:{col:1,line:44},startBody:{col:38,line:23},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Grow",component:juno_1.RcGrow,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Grow=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcGrow,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Grow.storyName="Grow",exports.Grow.args={},exports.Grow.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Grow.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#Grow"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Slide/__stories__/Slide.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcSlide, RcSwitch } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Slide',\n component: RcSlide,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype SlideProps = ComponentProps;\n\nexport const Slide: Story = ({\n children,\n in: openProp,\n ...args\n}) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nSlide.storyName = 'Slide';\n\nSlide.args = {};\n\nSlide.argTypes = {\n ...notControlInDocTable([]),\n};\n\nSlide.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#slide',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{slide:{startLoc:{col:40,line:23},endLoc:{col:1,line:48},startBody:{col:40,line:23},endBody:{col:1,line:48}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Slide",component:juno_1.RcSlide,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Slide=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcSlide,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Slide.storyName="Slide",exports.Slide.args={},exports.Slide.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Slide.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#slide"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/Zoom/__stories__/Zoom.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useState } from 'react';\n\nimport { RcBox, RcSwitch, RcZoom } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/Zoom',\n component: RcZoom,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype ZoomProps = ComponentProps;\n\nexport const Zoom: Story = ({ children, in: openProp, ...args }) => {\n const [open, setOpen] = useState(!!openProp);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n );\n};\n\nZoom.storyName = 'Zoom';\n\nZoom.args = {};\n\nZoom.argTypes = {\n ...notControlInDocTable([]),\n};\n\nZoom.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/transitions/#zoom',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{zoom:{startLoc:{col:38,line:23},endLoc:{col:1,line:44},startBody:{col:38,line:23},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/Zoom",component:juno_1.RcZoom,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))},exports.Zoom=function(_a){_a.children;var openProp=_a.in,args=tslib_1.__rest(_a,["children","in"]),_b=tslib_1.__read(react_1.useState(!!openProp),2),open=_b[0],setOpen=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{display:"flex"},react_1.default.createElement(juno_1.RcZoom,tslib_1.__assign({in:open},args),react_1.default.createElement(juno_1.RcBox,{width:"100px",height:"100px",bgcolor:"neutral.b03"}))))},exports.Zoom.storyName="Zoom",exports.Zoom.args={},exports.Zoom.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.Zoom.parameters={tags:[{name:"Mui",href:"https://material-ui.com/components/transitions/#zoom"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/components/Transitions/ZoomFrom/__stories__/ZoomFrom.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef, useState } from 'react';\n\nimport {\n RcBox,\n RcDialog,\n RcDialogContent,\n RcDialogTitle,\n RcIconButton,\n RcSwitch,\n RcZoomFrom,\n styled,\n} from '@ringcentral/juno';\nimport { Close } from '@ringcentral/juno-icon';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/ZoomFrom',\n} as Meta;\n\nconst Img = styled.img`\n height: 200px;\n width: 200px;\n right: 100px;\n top: 100px;\n position: absolute;\n`;\n\nexport const ZoomFrom: Story = () => {\n const [open, setOpen] = useState(false);\n\n const sourceRef = useRef(null);\n\n const toggleOpen = () => setOpen(!open);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n console.log('Enter')}\n onEntering={() => console.log('Entering')}\n onEntered={() => console.log('Entered')}\n onExit={() => console.log('Exit')}\n onExiting={() => console.log('Exiting')}\n onExited={() => console.log('Exited')}\n >\n \n \n \n );\n};\n\nZoomFrom.storyName = 'ZoomFrom';\n\nZoomFrom.args = {};\n\nZoomFrom.argTypes = {};\n\nZoomFrom.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'react-transition-group',\n href: 'http://reactcommunity.org/react-transition-group/transition',\n },\n ],\n};\n\nexport const ZoomFromWithDialog: Story = () => {\n const [open, setOpen] = useState(false);\n\n const sourceRef = useRef(null);\n\n const toggleOpen = () => setOpen(!open);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n
    \n
    \n \n \n \n \n \n \n \n console.log('Enter')}\n onEntering={() => console.log('Entering')}\n onEntered={() => console.log('Entered')}\n onExit={() => console.log('Exit')}\n onExiting={() => console.log('Exiting')}\n onExited={() => console.log('Exited')}\n >\n \n \n \n \n \n );\n};\n\nZoomFromWithDialog.storyName = 'ZoomFromWithDialog';\n\nZoomFromWithDialog.args = {};\n\nZoomFromWithDialog.argTypes = {};\n",locationsMap:{"zoom-from":{startLoc:{col:36,line:28},endLoc:{col:1,line:73},startBody:{col:36,line:28},endBody:{col:1,line:73}},"zoom-from-with-dialog":{startLoc:{col:46,line:91},endLoc:{col:1,line:144},startBody:{col:46,line:91},endBody:{col:1,line:144}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/ZoomFrom"};var templateObject_1,Img=juno_1.styled.img(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 200px;\n width: 200px;\n right: 100px;\n top: 100px;\n position: absolute;\n"],["\n height: 200px;\n width: 200px;\n right: 100px;\n top: 100px;\n position: absolute;\n"])));exports.ZoomFrom=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],sourceRef=react_1.useRef(null),toggleOpen=function(){return setOpen(!open)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("img",{alt:"",style:{width:100,height:100},role:"presentation",ref:sourceRef,src:"./assets/logo.png",onClick:toggleOpen}),react_1.default.createElement(juno_1.RcZoomFrom,{from:sourceRef,in:open,onEnter:function(){return console.log("Enter")},onEntering:function(){return console.log("Entering")},onEntered:function(){return console.log("Entered")},onExit:function(){return console.log("Exit")},onExiting:function(){return console.log("Exiting")},onExited:function(){return console.log("Exited")}},react_1.default.createElement(Img,{alt:"",role:"presentation",src:"./assets/logo.png",onClick:toggleOpen})))},exports.ZoomFrom.storyName="ZoomFrom",exports.ZoomFrom.args={},exports.ZoomFrom.argTypes={},exports.ZoomFrom.parameters={tags:[{name:"Source",value:"react-transition-group",href:"http://reactcommunity.org/react-transition-group/transition"}]},exports.ZoomFromWithDialog=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],sourceRef=react_1.useRef(null),toggleOpen=function(){return setOpen(!open)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("img",{alt:"",style:{width:100,height:100},role:"presentation",ref:sourceRef,src:"./assets/logo.png",onClick:toggleOpen}),react_1.default.createElement(juno_1.RcDialog,{open,fullScreen:!0,onClose:toggleOpen},react_1.default.createElement(juno_1.RcDialogTitle,{display:"flex",disableTypography:!0,space:6},react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto",alignItems:"center",display:"flex"}),react_1.default.createElement(juno_1.RcIconButton,{title:"Close",symbol:juno_icon_1.Close,onClick:toggleOpen})),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcZoomFrom,{from:sourceRef,in:open,onEnter:function(){return console.log("Enter")},onEntering:function(){return console.log("Entering")},onEntered:function(){return console.log("Entered")},onExit:function(){return console.log("Exit")},onExiting:function(){return console.log("Exiting")},onExited:function(){return console.log("Exited")}},react_1.default.createElement(Img,{alt:"",role:"presentation",src:"./assets/logo.png",onClick:toggleOpen})))))},exports.ZoomFromWithDialog.storyName="ZoomFromWithDialog",exports.ZoomFromWithDialog.args={},exports.ZoomFromWithDialog.argTypes={}},"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/__stories__/ZoomInFadeOut.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n flexCenterStyle,\n palette2,\n RcSwitch,\n RcZoomInFadeOut,\n styled,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/🌈Animations/Transition/ZoomInFadeOut',\n} as Meta;\n\nconst Item = styled.div`\n height: 300px;\n width: 300px;\n background-color: ${palette2('highlight', 'b03')};\n color: ${palette2('neutral', 'f06')};\n ${flexCenterStyle};\n`;\n\nexport const ZoomInFadeOut: Story = () => {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n {\n setOpen(!open);\n }}\n />\n \n ZoomInFadeOut\n \n \n );\n};\n\nZoomInFadeOut.storyName = 'ZoomInFadeOut';\n\nZoomInFadeOut.args = {};\n\nZoomInFadeOut.argTypes = {};\n\nZoomInFadeOut.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'react-transition-group',\n href: 'http://reactcommunity.org/react-transition-group/transition',\n },\n ],\n};\n",locationsMap:{"zoom-in-fade-out":{startLoc:{col:41,line:24},endLoc:{col:1,line:41},startBody:{col:41,line:24},endBody:{col:1,line:41}}}}},title:"🚀 Cleanup Components/🌈Animations/Transition/ZoomInFadeOut"};var templateObject_1,Item=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 300px;\n width: 300px;\n background-color: ",";\n color: ",";\n ",";\n"],["\n height: 300px;\n width: 300px;\n background-color: ",";\n color: ",";\n ",";\n"])),juno_1.palette2("highlight","b03"),juno_1.palette2("neutral","f06"),juno_1.flexCenterStyle);exports.ZoomInFadeOut=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcSwitch,{checked:open,label:"Show",onClick:function(){setOpen(!open)}}),react_1.default.createElement(juno_1.RcZoomInFadeOut,{in:open},react_1.default.createElement(Item,null,"ZoomInFadeOut")))},exports.ZoomInFadeOut.storyName="ZoomInFadeOut",exports.ZoomInFadeOut.args={},exports.ZoomInFadeOut.argTypes={},exports.ZoomInFadeOut.parameters={tags:[{name:"Source",value:"react-transition-group",href:"http://reactcommunity.org/react-transition-group/transition"}]}},"./packages/juno-core/src/components/Typography/__stories__/Typography.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, useEffect, useRef } from 'react';\n\nimport { palette2, RcTypography, styled } from '@ringcentral/juno';\nimport {\n notShowInDocTable,\n textPaletteChoice,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nimport { MuiDefaultColor } from '../utils';\n\nexport default {\n title: '🚀 Cleanup Components/Typography',\n component: RcTypography,\n argTypes: {\n color: {\n options: [...MuiDefaultColor, ...textPaletteChoice],\n control: {\n type: 'select',\n },\n },\n ...notShowInDocTable([\n 'style',\n 'className',\n 'innerRef',\n ]),\n },\n} as Meta;\n\ntype TypographyProps = ComponentProps;\n\nconst ShowForKnowButtonMargin = styled.div`\n background: ${palette2('neutral', 'f06')};\n color: ${palette2('neutral', 'f01')};\n`;\n\nexport const Typography: Story = ({\n children,\n variant,\n ...args\n}) => {\n const ref = useRef();\n\n useEffect(() => {\n console.log(ref);\n }, []);\n\n return (\n <>\n
    \n
    \n
    \n \n Current variant: {variant}\n
    \n {children}\n
    \n
    \n \n \n Show for you know bottom margin, when you use props\n \n \n paragraph: 16px\n \n \n gutterBottom: 0.35em\n \n \n \n );\n};\n\nTypography.args = {\n children:\n 'Typography component provides you can use Juno font style with our token, make all font in your app to be uniform',\n};\n\nTypography.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/e65d3c10bdd9553b5d21220ebb6a1ed045ff5e09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2159857C-AD1D-4568-9D7C-CF31EC7D61DE',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/typography/#typography',\n },\n ],\n};\n",locationsMap:{typography:{startLoc:{col:50,line:37},endLoc:{col:1,line:77},startBody:{col:50,line:37},endBody:{col:1,line:77}}}}},title:"🚀 Cleanup Components/Typography",component:juno_1.RcTypography,argTypes:tslib_1.__assign({color:{options:tslib_1.__spread(utils_1.MuiDefaultColor,juno_storybook_1.textPaletteChoice),control:{type:"select"}}},juno_storybook_1.notShowInDocTable(["style","className","innerRef"]))};var templateObject_1,ShowForKnowButtonMargin=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background: ",";\n color: ",";\n"],["\n background: ",";\n color: ",";\n"])),juno_1.palette2("neutral","f06"),juno_1.palette2("neutral","f01"));exports.Typography=function(_a){var children=_a.children,variant=_a.variant,args=tslib_1.__rest(_a,["children","variant"]),ref=react_1.useRef();return react_1.useEffect((function(){console.log(ref)}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement("div",{style:{maxWidth:800}},react_1.default.createElement(juno_1.RcTypography,tslib_1.__assign({ref,variant},args),"Current variant: ",variant,react_1.default.createElement("br",null),children)),react_1.default.createElement(ShowForKnowButtonMargin,null,react_1.default.createElement(juno_1.RcTypography,{align:"center",display:"block",title:"this is useRcTooltip",useRcTooltip:!0},"Show for you know bottom margin, when you use props"),react_1.default.createElement(juno_1.RcTypography,{align:"center",color:"highlight.f02",display:"block"},"paragraph: 16px"),react_1.default.createElement(juno_1.RcTypography,{align:"center",color:"highlight.f02",display:"block"},"gutterBottom: 0.35em")))},exports.Typography.args={children:"Typography component provides you can use Juno font style with our token, make all font in your app to be uniform"},exports.Typography.parameters={tags:[{name:"Spec",href:"https://app.abstract.com/projects/d893ad32-0d8d-4e65-a37a-b4a5c881c51b/branches/master/commits/e65d3c10bdd9553b5d21220ebb6a1ed045ff5e09/files/8ffaf9bc-6939-4ef9-9bd1-6aa5b460e2ae/layers/2159857C-AD1D-4568-9D7C-CF31EC7D61DE"},{name:"Mui",href:"https://material-ui.com/components/typography/#typography"}]}},"./packages/juno-core/src/components/Typography/__stories__/TypographyExamples.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n RcDivider,\n RcPaper,\n RcTypography,\n RcTypographyVariant,\n styled,\n} from '@ringcentral/juno';\nimport { Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Typography List',\n};\n\nconst variants: RcTypographyVariant[] = [\n 'display4',\n 'display3',\n 'display2',\n 'display1',\n 'headline2',\n 'headline1',\n 'title2',\n 'title1',\n 'subheading2',\n 'subheading1',\n 'body2',\n 'body1',\n 'caption2',\n 'caption1',\n 'inherit',\n];\n\nconst Text = styled(RcTypography)`\n margin-bottom: 1rem;\n flex: 2 1 0;\n`;\n\nconst Attribute = styled(RcTypography)`\n flex: 1 1 0;\n`;\n\nconst StyledContainer = styled.div`\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n margin-top: 1rem;\n`;\n\nclass TypographyShow extends React.PureComponent<{ variant: string }> {\n text: React.RefObject;\n\n state: any;\n\n constructor(props: any) {\n super(props);\n this.text = React.createRef();\n this.state = {};\n }\n\n componentDidMount() {\n const isTestEnv = (window as any).TEST_ENV;\n if (isTestEnv) {\n return;\n }\n const { fontSize, fontWeight, lineHeight } = window.getComputedStyle(\n this.text.current,\n );\n this.setState({\n fontSize,\n fontWeight,\n lineHeight,\n });\n }\n\n render() {\n return (\n \n \n {this.props.variant}\n \n {this.state.fontWeight}\n {this.state.fontSize}\n {this.state.lineHeight}\n \n );\n }\n}\n\nexport const Typography: Story = () => (\n \n \n Name/TypeFace\n font weight\n font size\n line height\n \n \n {variants.map((variant) => (\n \n {variant}\n \n \n ))}\n \n);\n\nTypography.storyName = 'Typography List';\n",locationsMap:{typography:{startLoc:{col:33,line:90},endLoc:{col:1,line:111},startBody:{col:33,line:90},endBody:{col:1,line:111}}}}},title:"🔧 Foundation/Typography List"};var templateObject_1,templateObject_2,templateObject_3,variants=["display4","display3","display2","display1","headline2","headline1","title2","title1","subheading2","subheading1","body2","body1","caption2","caption1","inherit"],Text=juno_1.styled(juno_1.RcTypography)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-bottom: 1rem;\n flex: 2 1 0;\n"],["\n margin-bottom: 1rem;\n flex: 2 1 0;\n"]))),Attribute=juno_1.styled(juno_1.RcTypography)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n flex: 1 1 0;\n"],["\n flex: 1 1 0;\n"]))),StyledContainer=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n margin-top: 1rem;\n"],["\n display: flex;\n align-items: baseline;\n justify-content: space-between;\n margin-top: 1rem;\n"]))),TypographyShow=function(_super){function TypographyShow(props){var _this=_super.call(this,props)||this;return _this.text=react_1.default.createRef(),_this.state={},_this}return tslib_1.__extends(TypographyShow,_super),TypographyShow.prototype.componentDidMount=function(){if(!window.TEST_ENV){var _a=window.getComputedStyle(this.text.current),fontSize=_a.fontSize,fontWeight=_a.fontWeight,lineHeight=_a.lineHeight;this.setState({fontSize,fontWeight,lineHeight})}},TypographyShow.prototype.render=function(){return react_1.default.createElement(StyledContainer,null,react_1.default.createElement(Text,{ref:this.text,variant:this.props.variant},this.props.variant),react_1.default.createElement(Attribute,null,this.state.fontWeight),react_1.default.createElement(Attribute,null,this.state.fontSize),react_1.default.createElement(Attribute,null,this.state.lineHeight))},TypographyShow}(react_1.default.PureComponent);exports.Typography=function(){return react_1.default.createElement(juno_1.RcPaper,{style:{padding:"4rem",width:"1000px"}},react_1.default.createElement(StyledContainer,null,react_1.default.createElement(Text,{variant:"caption1"},"Name/TypeFace"),react_1.default.createElement(Attribute,null,"font weight"),react_1.default.createElement(Attribute,null,"font size"),react_1.default.createElement(Attribute,null,"line height")),react_1.default.createElement(juno_1.RcDivider,null),variants.map((function(variant){return react_1.default.createElement(react_1.default.Fragment,{key:variant},react_1.default.createElement(TypographyShow,{variant},variant),react_1.default.createElement(juno_1.RcDivider,null))})))},exports.Typography.storyName="Typography List"},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/__stories__/VirtualizedDivider.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcListItemText,\n RcMenuItem,\n RcVirtualizedDivider,\n Virtuoso,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n Title,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Virtuoso/VirtualizedDivider',\n component: RcVirtualizedDivider,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype VirtualizedDividerProps = ComponentProps;\n\nconst menus = range(0, 1000);\n\nexport const VirtualizedDivider: Story = ({\n children,\n ...args\n}) => {\n return (\n <>\n \n Virtuoso can't calculate item height correctly, should always use\n padding when you need space between items\n \n {\n const label = `${index}-MenuItem`;\n return index % 10 !== 0 ? (\n \n \n \n ) : (\n {children}\n );\n }}\n />\n \n );\n};\n\nVirtualizedDivider.storyName = 'VirtualizedDivider';\n\nVirtualizedDivider.args = {};\n\nVirtualizedDivider.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtualizedDivider.parameters = {\n tags: [],\n};\n",locationsMap:{"virtualized-divider":{startLoc:{col:66,line:33},endLoc:{col:1,line:60},startBody:{col:66,line:33},endBody:{col:1,line:60}}}}},title:"🚀 Cleanup Components/Virtuoso/VirtualizedDivider",component:juno_1.RcVirtualizedDivider,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3);exports.VirtualizedDivider=function(_a){var children=_a.children,args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Virtuoso can't calculate item height correctly, should always use padding when you need space between items"),react_1.default.createElement(juno_1.Virtuoso,{style:{height:"200px"},totalCount:1e3,data:menus,itemContent:function(index){var label=index+"-MenuItem";return index%10!=0?react_1.default.createElement(juno_1.RcMenuItem,{key:index,"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label})):react_1.default.createElement(juno_1.RcVirtualizedDivider,tslib_1.__assign({},args),children)}}))},exports.VirtualizedDivider.storyName="VirtualizedDivider",exports.VirtualizedDivider.args={},exports.VirtualizedDivider.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtualizedDivider.parameters={tags:[]}},"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps, FunctionComponent, useState } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcButton,\n RcListItemText,\n RcMenuItem,\n RcVirtualizedMenu,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/VirtualizedMenu',\n component: RcVirtualizedMenu,\n excludeStories: /MenuExampleComponent/,\n argTypes: {\n ...sortInDocTable([\n // Menu\n 'open',\n 'anchorEl',\n 'autoFocus',\n 'autoClose',\n 'variant',\n 'onClose',\n 'classes',\n 'keepMounted', // Modal\n\n // MenuList\n 'MenuListProps',\n 'disableAutoFocusItem',\n 'disableAutoFocus', // Modal\n\n // Popover\n 'action',\n 'anchorOrigin',\n 'anchorPosition',\n 'anchorReference',\n 'elevation',\n 'getContentAnchorEl',\n 'marginThreshold',\n 'PaperProps',\n 'PopoverClasses',\n 'TransitionProps',\n 'TransitionComponent',\n 'transformOrigin',\n 'transitionDuration',\n\n // Modal\n 'BackdropComponent',\n 'BackdropProps',\n 'closeAfterTransition',\n 'container',\n 'disableBackdropClick',\n // 'disableEnforceFocus',\n 'disableEscapeKeyDown',\n 'disablePortal',\n 'disableRestoreFocus',\n 'disableScrollLock',\n 'hideBackdrop',\n 'onBackdropClick',\n 'onEscapeKeyDown',\n 'onRendered',\n ]),\n ...notControlInDocTable(['open', 'anchorEl']),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuProps = ComponentProps;\n\nconst menus = range(0, 1000);\nconst threeItems = range(0, 3);\n\nexport const VirtualizedMenu: Story> = ({\n children,\n ...args\n}) => {\n const [anchorEl, setAnchorEl] = useState(null);\n const [anchorEl2, setAnchorEl2] = useState(null);\n const [anchorEl3, setAnchorEl3] = useState(null);\n const [count, setCount] = useState(0);\n const handleClick = (\n event: React.MouseEvent,\n ) => setAnchorEl(event.currentTarget);\n\n const handleClick2 = (\n event: React.MouseEvent,\n ) => setAnchorEl2(event.currentTarget);\n\n const handleClick3 = (\n event: React.MouseEvent,\n ) => setAnchorEl3(event.currentTarget);\n\n const handleClose = () => setAnchorEl(null);\n const handleClose2 = () => setAnchorEl2(null);\n const handleClose3 = () => setAnchorEl3(null);\n\n return (\n <>\n Open Menu\n \n {menus.map((x) => {\n const label = `${x}-MenuItem${count}`;\n return (\n {\n setCount(count + 1);\n }}\n data-search-text={label}\n >\n \n \n );\n })}\n \n\n
    \n
    \n\n Open Menu(less items)\n \n {threeItems.map((x) => {\n const label = `${x}-MenuItem${count}`;\n return (\n {\n setCount(count + 1);\n }}\n data-search-text={label}\n >\n \n \n );\n })}\n \n\n
    \n
    \n\n \n Open Menu(less items, above button)\n \n \n {threeItems.map((x) => {\n const label = `${x}-MenuItem${count}`;\n return (\n {\n setCount(count + 1);\n }}\n data-search-text={label}\n >\n \n \n );\n })}\n \n \n );\n};\n\nVirtualizedMenu.args = {};\n\nVirtualizedMenu.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtualizedMenu.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n value: 'Menu',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n color: 'avatar.lake',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\ntype MenuExampleComponentProps = {} & Partial<\n ComponentProps\n>;\n\nexport const MenuExampleComponent: FunctionComponent =\n (props) => {\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event: any) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n return (\n <>\n Open Menu\n \n {menus.map((x) => (\n \n \n \n ))}\n MenuItem Five\n \n \n );\n };\n\nexport const MenuExamples: Story = ({ anchorOrigin, ...args }) => {\n return ;\n};\n\nMenuExamples.argTypes = {\n ...notControlInDocTable(['anchorOrigin']),\n};\n",locationsMap:{"virtualized-menu":{startLoc:{col:58,line:80},endLoc:{col:1,line:193},startBody:{col:58,line:80},endBody:{col:1,line:193}},"menu-example-component":{startLoc:{col:2,line:230},endLoc:{col:3,line:260},startBody:{col:2,line:230},endBody:{col:3,line:260}},"menu-examples":{startLoc:{col:46,line:262},endLoc:{col:1,line:264},startBody:{col:46,line:262},endBody:{col:1,line:264}}}}},title:"🚀 Cleanup Components/VirtualizedMenu",component:juno_1.RcVirtualizedMenu,excludeStories:/MenuExampleComponent/,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable(["open","anchorEl","autoFocus","autoClose","variant","onClose","classes","keepMounted","MenuListProps","disableAutoFocusItem","disableAutoFocus","action","anchorOrigin","anchorPosition","anchorReference","elevation","getContentAnchorEl","marginThreshold","PaperProps","PopoverClasses","TransitionProps","TransitionComponent","transformOrigin","transitionDuration","BackdropComponent","BackdropProps","closeAfterTransition","container","disableBackdropClick","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","onBackdropClick","onEscapeKeyDown","onRendered"])),juno_storybook_1.notControlInDocTable(["open","anchorEl"])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3),threeItems=range_1.default(0,3);exports.VirtualizedMenu=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],_c=tslib_1.__read(react_1.useState(null),2),anchorEl2=_c[0],setAnchorEl2=_c[1],_d=tslib_1.__read(react_1.useState(null),2),anchorEl3=_d[0],setAnchorEl3=_d[1],_e=tslib_1.__read(react_1.useState(0),2),count=_e[0],setCount=_e[1],handleClose=function(){return setAnchorEl(null)},handleClose2=function(){return setAnchorEl2(null)},handleClose3=function(){return setAnchorEl3(null)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl),anchorEl,onClose:handleClose}),menus.map((function(x){var label=x+"-MenuItem"+count;return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose,onContextMenu:function(){setCount(count+1)},"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl2(event.currentTarget)}},"Open Menu(less items)"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl2),anchorEl:anchorEl2,onClose:handleClose2}),threeItems.map((function(x){var label=x+"-MenuItem"+count;return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose2,onContextMenu:function(){setCount(count+1)},"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(event){return setAnchorEl3(event.currentTarget)}},"Open Menu(less items, above button)"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},args,{open:Boolean(anchorEl3),anchorEl:anchorEl3,onClose:handleClose3,anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{vertical:"bottom",horizontal:"left"}}),threeItems.map((function(x){var label=x+"-MenuItem"+count;return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose3,onContextMenu:function(){setCount(count+1)},"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}))))},exports.VirtualizedMenu.args={},exports.VirtualizedMenu.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtualizedMenu.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/",value:"Menu"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/",color:"avatar.lake"},{name:"Accessibility",value:"100%"}]},exports.MenuExampleComponent=function(props){var _a=tslib_1.__read(react_1.useState(null),2),anchorEl=_a[0],setAnchorEl=_a[1],handleClose=function(){setAnchorEl(null)};return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(event){setAnchorEl(event.currentTarget)}},"Open Menu"),react_1.default.createElement(juno_1.RcVirtualizedMenu,tslib_1.__assign({},props,{anchorEl,open:Boolean(anchorEl),keepMounted:!0,onClose:handleClose}),menus.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x,onClick:handleClose},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem "+x}))})),react_1.default.createElement(juno_1.RcMenuItem,{key:"cool"},"MenuItem Five")))},exports.MenuExamples=function(_a){_a.anchorOrigin;var args=tslib_1.__rest(_a,["anchorOrigin"]);return react_1.default.createElement(exports.MenuExampleComponent,tslib_1.__assign({},args))},exports.MenuExamples.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable(["anchorOrigin"]));try{MenuExampleComponent.displayName="MenuExampleComponent",MenuExampleComponent.__docgenInfo={description:"",displayName:"MenuExampleComponent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"props for apply on inner `MenuList`",name:"MenuListProps",required:!1,type:{name:"RcVirtualizedMenuListProps"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx#MenuExampleComponent"]={docgenInfo:MenuExampleComponent.__docgenInfo,name:"MenuExampleComponent",path:"packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx#MenuExampleComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenuList.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcListItemText,\n RcMenuItem,\n RcVirtualizedMenuList,\n} from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/VirtualizedMenu/VirtualizedMenuList',\n component: RcVirtualizedMenuList,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype MenuProps = ComponentProps;\n\nconst menus = range(0, 1000);\n\nexport const VirtualizedMenuList: Story> = ({\n children,\n ...args\n}) => {\n return (\n \n {menus.map((x) => (\n \n \n \n ))}\n \n );\n};\n\nVirtualizedMenuList.args = {\n maxHeight: 180,\n VirtuosoProps: {\n // view more in https://virtuoso.dev/virtuoso-api-reference/\n increaseViewportBy: 200,\n },\n};\n\nVirtualizedMenuList.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtualizedMenuList.parameters = {\n tags: [\n {\n name: 'Mui',\n href: 'https://material-ui.com/api/menu-list/',\n value: 'MenuList',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n color: 'avatar.lake',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n\nVirtualizedMenuList.storyName = 'VirtualizedMenuList';\n",locationsMap:{"virtualized-menu-list":{startLoc:{col:62,line:31},endLoc:{col:1,line:44},startBody:{col:62,line:31},endBody:{col:1,line:44}}}}},title:"🚀 Cleanup Components/VirtualizedMenu/VirtualizedMenuList",component:juno_1.RcVirtualizedMenuList,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3);exports.VirtualizedMenuList=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcVirtualizedMenuList,tslib_1.__assign({},args),menus.map((function(x){return react_1.default.createElement(juno_1.RcMenuItem,{key:x},react_1.default.createElement(juno_1.RcListItemText,{primary:"MenuItem "+x}))})))},exports.VirtualizedMenuList.args={maxHeight:180,VirtuosoProps:{increaseViewportBy:200}},exports.VirtualizedMenuList.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtualizedMenuList.parameters={tags:[{name:"Mui",href:"https://material-ui.com/api/menu-list/",value:"MenuList"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/",color:"avatar.lake"},{name:"Accessibility",value:"100%"}]},exports.VirtualizedMenuList.storyName="VirtualizedMenuList"},"./packages/juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { ComponentProps } from 'react';\n\nimport range from 'lodash/range';\n\nimport { RcListItemText, RcMenuItem, Virtuoso } from '@ringcentral/juno';\nimport {\n notControlInDocTable,\n notShowInDocTable,\n sortInDocTable,\n} from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🚀 Cleanup Components/Virtuoso',\n component: Virtuoso,\n argTypes: {\n ...sortInDocTable([]),\n ...notControlInDocTable([]),\n ...notShowInDocTable([]),\n },\n} as Meta;\n\ntype VirtuosoProps = ComponentProps;\n\nconst menus = range(0, 1000);\n\nexport const VirtuosoExample: Story> = ({\n children,\n ...args\n}) => {\n return (\n <>\n {\n const label = `${index}-MenuItem`;\n return (\n \n \n \n );\n }}\n {...args}\n />\n \n );\n};\n\nVirtuosoExample.args = {};\n\nVirtuosoExample.argTypes = {\n ...notControlInDocTable([]),\n};\n\nVirtuosoExample.parameters = {\n tags: [\n {\n name: 'Spec',\n href: 'https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23',\n },\n {\n name: 'Mui',\n href: 'https://material-ui.com/components/menus/',\n value: 'Menu',\n },\n {\n name: 'Source',\n value: 'virtuoso',\n href: 'https://virtuoso.dev/',\n color: 'avatar.lake',\n },\n {\n name: 'Accessibility',\n value: '100%',\n },\n ],\n};\n",locationsMap:{"virtuoso-example":{startLoc:{col:62,line:27},endLoc:{col:1,line:49},startBody:{col:62,line:27},endBody:{col:1,line:49}}}}},title:"🚀 Cleanup Components/Virtuoso",component:juno_1.Virtuoso,argTypes:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},juno_storybook_1.sortInDocTable([])),juno_storybook_1.notControlInDocTable([])),juno_storybook_1.notShowInDocTable([]))};var menus=range_1.default(0,1e3);exports.VirtuosoExample=function(_a){_a.children;var args=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.Virtuoso,tslib_1.__assign({style:{height:"200px"},totalCount:1e3,data:menus,itemContent:function(index){var label=index+"-MenuItem";return react_1.default.createElement(juno_1.RcMenuItem,{key:index,"data-search-text":label},react_1.default.createElement(juno_1.RcListItemText,{primary:label}))}},args)))},exports.VirtuosoExample.args={},exports.VirtuosoExample.argTypes=tslib_1.__assign({},juno_storybook_1.notControlInDocTable([])),exports.VirtuosoExample.parameters={tags:[{name:"Spec",href:"https://share.goabstract.com/22b47ad0-05ea-4bcc-8bf0-37aafc4b38ae?mode=design&sha=9e531c6b30974c6e11ee1ca2030d489988c01e23"},{name:"Mui",href:"https://material-ui.com/components/menus/",value:"Menu"},{name:"Source",value:"virtuoso",href:"https://virtuoso.dev/",color:"avatar.lake"},{name:"Accessibility",value:"100%"}]}},"./packages/juno-core/src/foundation/__stories__/Palette.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useCallback, useMemo, useState } from 'react';\n\nimport {\n radius,\n RcBox,\n RcTextField,\n RcTypography,\n spacing,\n styled,\n useTheme,\n} from '@ringcentral/juno';\nimport { isValidPalettes } from '@ringcentral/juno-storybook';\nimport { Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Palette',\n};\n\nconst titleVariants: any[] = ['display1', 'headline1'];\n\nconst Container = styled.div`\n display: flex;\n flex-direction: column;\n height: calc(100vh - 40px - 0.7rem);\n`;\n\nconst itemWidth = '245px';\n\nconst Wrapper = styled.div`\n display: inline-flex;\n flex: 1 1 ${itemWidth};\n max-width: ${itemWidth};\n min-width: ${itemWidth};\n padding: 1%;\n box-sizing: border-box;\n`;\n\nconst ColorWrapper = styled.div`\n margin: ${spacing(4)};\n`;\n\nconst ColorDiv = styled.div<{ color: string }>`\n background: ${({ color }) => color};\n width: 48px;\n height: 48px;\n border-radius: ${radius('md')};\n display: inline-block;\n`;\n\nconst InfoWrapper = styled.div`\n margin-left: ${spacing(2)};\n`;\n\nconst getColorArr = (\n parent: any,\n parentKey = '',\n layer = 0,\n searchText: string,\n) => {\n const renderArr: any[] = [];\n Object.entries(parent).forEach(([key, value]) => {\n const type = typeof value;\n\n switch (type) {\n case 'string':\n {\n const itemKey = parentKey ? `${parentKey}.${key}` : key;\n\n const _searchText = searchText.toLocaleLowerCase();\n\n if (\n !isValidPalettes(itemKey) ||\n (searchText &&\n !(\n itemKey.toLocaleLowerCase().includes(_searchText) ||\n value.toLocaleLowerCase().includes(_searchText)\n ))\n ) {\n return;\n }\n\n const item = (\n \n \n \n {itemKey}\n {value}\n \n \n );\n\n // * when layer is zero and that is string, add title first\n if (layer === 0) {\n renderArr.push(\n \n {itemKey}\n ,\n {item},\n );\n break;\n }\n\n renderArr.push(item);\n }\n break;\n case 'object':\n {\n const renderValue = `${parentKey}${parentKey ? '.' : ''}${key}`;\n\n const items = getColorArr(value, key, layer + 1, searchText);\n\n if (items.length > 0) {\n renderArr.push(\n \n {renderValue}\n ,\n );\n renderArr.push(\n \n {items}\n ,\n );\n }\n }\n break;\n default:\n break;\n }\n });\n return renderArr;\n};\n\nexport const Palette: Story = () => {\n const [filterText, setFilterText] = useState('');\n\n const { palette } = useTheme();\n\n const colorItems = useMemo(() => {\n return getColorArr(palette, undefined, undefined, filterText);\n }, [filterText, palette]);\n\n const onChange = useCallback(\n (e: React.ChangeEvent): void => {\n setFilterText(e.target.value);\n },\n [],\n );\n\n return (\n <>\n \n \n \n {colorItems}\n \n \n \n );\n};\n\nPalette.parameters = {\n tags: [\n {\n name: 'Source',\n value: 'Token Sheet',\n href: 'https://docs.google.com/spreadsheets/d/1eGJAib2seE1AMIReWVtbGJAhQppQNVfU49rct8a6CKk/edit#gid=0',\n },\n {\n name: 'Source',\n value: 'New vs Old',\n href: 'https://docs.google.com/spreadsheets/d/1BYZUI2aDwLyvizO45tpQNylpVpMIkmeWLSz4geeuTP0/edit#gid=360032390',\n color: 'highlight.b03',\n },\n {\n name: 'Source',\n value: 'Wiki',\n href: 'https://wiki.ringcentral.com/pages/viewpage.action?pageId=424536658',\n color: 'content.brand',\n },\n ],\n};\n",locationsMap:{palette:{startLoc:{col:30,line:141},endLoc:{col:1,line:174},startBody:{col:30,line:141},endBody:{col:1,line:174}}}}},title:"🔧 Foundation/Palette"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,titleVariants=["display1","headline1"],Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: calc(100vh - 40px - 0.7rem);\n"],["\n display: flex;\n flex-direction: column;\n height: calc(100vh - 40px - 0.7rem);\n"]))),Wrapper=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n flex: 1 1 ",";\n max-width: ",";\n min-width: ",";\n padding: 1%;\n box-sizing: border-box;\n"],["\n display: inline-flex;\n flex: 1 1 ",";\n max-width: ",";\n min-width: ",";\n padding: 1%;\n box-sizing: border-box;\n"])),"245px","245px","245px"),ColorWrapper=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(4)),ColorDiv=juno_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n background: ",";\n width: 48px;\n height: 48px;\n border-radius: ",";\n display: inline-block;\n"],["\n background: ",";\n width: 48px;\n height: 48px;\n border-radius: ",";\n display: inline-block;\n"])),(function(_a){return _a.color}),juno_1.radius("md")),InfoWrapper=juno_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n"],["\n margin-left: ",";\n"])),juno_1.spacing(2)),getColorArr=function(parent,parentKey,layer,searchText){void 0===parentKey&&(parentKey=""),void 0===layer&&(layer=0);var renderArr=[];return Object.entries(parent).forEach((function(_a){var _b=tslib_1.__read(_a,2),key=_b[0],value=_b[1];switch(typeof value){case"string":var itemKey=parentKey?parentKey+"."+key:key,_searchText=searchText.toLocaleLowerCase();if(!juno_storybook_1.isValidPalettes(itemKey)||searchText&&!itemKey.toLocaleLowerCase().includes(_searchText)&&!value.toLocaleLowerCase().includes(_searchText))return;var item=react_1.default.createElement(Wrapper,{key:itemKey},react_1.default.createElement(ColorDiv,{color:value}),react_1.default.createElement(InfoWrapper,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},itemKey),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f05"},value)));if(0===layer){renderArr.push(react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",key:itemKey+"_title",variant:titleVariants[layer]},itemKey),react_1.default.createElement(ColorWrapper,{key:itemKey+"wrapper"},item));break}renderArr.push(item);break;case"object":var renderValue=parentKey+(parentKey?".":"")+key,items=getColorArr(value,key,layer+1,searchText);items.length>0&&(renderArr.push(react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06",key:renderValue,variant:titleVariants[layer]},renderValue)),renderArr.push(react_1.default.createElement(ColorWrapper,{key:renderValue+"wrapper"},items)))}})),renderArr};exports.Palette=function(){var _a=tslib_1.__read(react_1.useState(""),2),filterText=_a[0],setFilterText=_a[1],palette=juno_1.useTheme().palette,colorItems=react_1.useMemo((function(){return getColorArr(palette,void 0,void 0,filterText)}),[filterText,palette]),onChange=react_1.useCallback((function(e){setFilterText(e.target.value)}),[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Container,null,react_1.default.createElement(juno_1.RcTextField,{value:filterText,variant:"outline",gutterBottom:!0,fullWidth:!0,placeholder:"Search color token or color value",onChange}),react_1.default.createElement(juno_1.RcBox,{flex:"1 1 auto",overflow:"auto"},colorItems)))},exports.Palette.parameters={tags:[{name:"Source",value:"Token Sheet",href:"https://docs.google.com/spreadsheets/d/1eGJAib2seE1AMIReWVtbGJAhQppQNVfU49rct8a6CKk/edit#gid=0"},{name:"Source",value:"New vs Old",href:"https://docs.google.com/spreadsheets/d/1BYZUI2aDwLyvizO45tpQNylpVpMIkmeWLSz4geeuTP0/edit#gid=360032390",color:"highlight.b03"},{name:"Source",value:"Wiki",href:"https://wiki.ringcentral.com/pages/viewpage.action?pageId=424536658",color:"content.brand"}]}},"./packages/juno-core/src/foundation/__stories__/Spacing.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { css, RcGrid, RcTypography, spacing, styled } from '@ringcentral/juno';\n\nexport default {\n title: '🔧 Foundation/Spacing',\n};\n\nconst items = [\n {\n color: '#ef99b7',\n count: 1,\n },\n {\n color: '#79ecfa',\n count: 2,\n },\n {\n color: '#e479f7',\n count: 3,\n },\n {\n color: '#f8a58b',\n count: 4,\n },\n {\n color: '#91a0f9',\n count: 5,\n },\n {\n color: '#f9cf7a',\n count: 6,\n },\n {\n color: '#79d7e4',\n count: 8,\n },\n {\n color: '#79c4be',\n count: 10,\n },\n {\n color: '#a88ec9',\n count: 12,\n },\n];\n\ntype SpaceItemProps = { vertical?: boolean } & typeof items[number];\n\nconst defaultSize = '100px';\n\nconst SpaceItem = styled.div`\n background: ${({ color }) => color};\n ${({ vertical, count }) => {\n if (vertical) {\n return css`\n width: ${defaultSize};\n height: ${spacing(count)};\n `;\n }\n return css`\n margin-right: 30px;\n width: ${spacing(count)};\n height: ${defaultSize};\n `;\n }}\n`;\n\nconst FlexContainer = styled.div`\n display: flex;\n align-items: center;\n margin-bottom: 15px;\n span {\n margin-left: 10px;\n }\n`;\n\nexport const Spacing = () => {\n return (\n \n \n {items.map((item) => {\n return (\n \n \n \n \n spacing({item.count})\n \n \n {item.count * 4}px\n \n \n \n );\n })}\n \n \n \n {items.map((item) => {\n return ;\n })}\n \n \n \n );\n};\n",locationsMap:{spacing:{startLoc:{col:23,line:78},endLoc:{col:1,line:107},startBody:{col:23,line:78},endBody:{col:1,line:107}}}}},title:"🔧 Foundation/Spacing"};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,items=[{color:"#ef99b7",count:1},{color:"#79ecfa",count:2},{color:"#e479f7",count:3},{color:"#f8a58b",count:4},{color:"#91a0f9",count:5},{color:"#f9cf7a",count:6},{color:"#79d7e4",count:8},{color:"#79c4be",count:10},{color:"#a88ec9",count:12}],SpaceItem=juno_1.styled.div(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n background: ",";\n ","\n"],["\n background: ",";\n ","\n"])),(function(_a){return _a.color}),(function(_a){var vertical=_a.vertical,count=_a.count;return vertical?juno_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),"100px",juno_1.spacing(count)):juno_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-right: 30px;\n width: ",";\n height: ",";\n "],["\n margin-right: 30px;\n width: ",";\n height: ",";\n "])),juno_1.spacing(count),"100px")})),FlexContainer=juno_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-bottom: 15px;\n span {\n margin-left: 10px;\n }\n"],["\n display: flex;\n align-items: center;\n margin-bottom: 15px;\n span {\n margin-left: 10px;\n }\n"])));exports.Spacing=function(){return react_1.default.createElement(juno_1.RcGrid,{container:!0},react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:4},items.map((function(item){return react_1.default.createElement(FlexContainer,{key:item.color},react_1.default.createElement(SpaceItem,tslib_1.__assign({},item,{vertical:!0})),react_1.default.createElement("span",null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.b06"},"spacing(",item.count,")"),react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},4*item.count,"px")))}))),react_1.default.createElement(juno_1.RcGrid,{item:!0,xs:8},react_1.default.createElement(FlexContainer,null,items.map((function(item){return react_1.default.createElement(SpaceItem,tslib_1.__assign({key:item.color},item))})))))}},"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n RcButton,\n RcResponsive,\n RcTypography,\n styled,\n withResponsive,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/HoC/withResponsive',\n} as Meta;\n\nconst ResizeWrapper = styled.div`\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n`;\n\nconst ResponsiveButton = withResponsive(RcButton, ['size']);\n\nexport const WithResponsive: Story = () => {\n const ref = useRef(null);\n return (\n <>\n \n If you want to make duplicate component can responsive size such as\n listItemActions, this hook is better than 'withResponsive'. Because\n there is no need to double count the matched size\n \n \n \n \n lg: 'large', md: 'medium', sm: 'small', xs: hidden,\n \n \n resize\n \n \n \n \n );\n};\n\nWithResponsive.storyName = 'withResponsive';\n\nWithResponsive.args = {};\n\nWithResponsive.argTypes = {};\n\nWithResponsive.parameters = {};\n",locationsMap:{"with-responsive":{startLoc:{col:37,line:28},endLoc:{col:1,line:52},startBody:{col:37,line:28},endBody:{col:1,line:52}}}}},title:"🔧 Foundation/HoC/withResponsive"};var templateObject_1,ResizeWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"],["\n width: 1200px;\n height: 300px;\n resize: horizontal;\n border-style: solid;\n border-color: black;\n border-width: 2px;\n overflow: hidden;\n"]))),ResponsiveButton=juno_1.withResponsive(juno_1.RcButton,["size"]);exports.WithResponsive=function(){var ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"danger.f02"},"If you want to make duplicate component can responsive size such as listItemActions, this hook is better than 'withResponsive'. Because there is no need to double count the matched size"),react_1.default.createElement(juno_1.RcResponsive,{responsiveTarget:ref},react_1.default.createElement(ResizeWrapper,{ref},react_1.default.createElement(juno_1.RcTypography,null,"lg: 'large', md: 'medium', sm: 'small', xs: hidden,"),react_1.default.createElement(ResponsiveButton,{hiddenPatterns:"xs",size:["medium.md","small.sm","large.lg"]},"resize"))))},exports.WithResponsive.storyName="withResponsive",exports.WithResponsive.args={},exports.WithResponsive.argTypes={},exports.WithResponsive.parameters={}},"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcBox, RcButton, useAnnouncer } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useAnnouncer',\n argTypes: {},\n} as Meta;\n\nexport const SimpleAnnouncer: Story<{}> = () => {\n const announce = useAnnouncer('simpleId');\n const [announceTimes, setAnnounceTimes] = useState(0);\n\n const handleClick = () => {\n setAnnounceTimes(announceTimes + 1);\n announce(`You click \"Announce\" button ${announceTimes} times`);\n };\n\n return (\n \n Please enable the Screen Reader, and click the \"Announce\" button.\n
    For example, Mac: VoiceOver; Windows: NVDA;\n
    \n
    \n Announcement: You click \"Announce\" button {announceTimes} times\n
    \n
    \n Announce\n
    \n );\n};\n\nSimpleAnnouncer.args = {};\nSimpleAnnouncer.storyName = 'useAnnouncer';\n",locationsMap:{"simple-announcer":{startLoc:{col:42,line:11},endLoc:{col:1,line:32},startBody:{col:42,line:11},endBody:{col:1,line:32}}}}},title:"🔧 Foundation/Hooks/useAnnouncer",argTypes:{}},exports.SimpleAnnouncer=function(){var announce=juno_1.useAnnouncer("simpleId"),_a=tslib_1.__read(react_1.useState(0),2),announceTimes=_a[0],setAnnounceTimes=_a[1];return react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06"},'Please enable the Screen Reader, and click the "Announce" button.',react_1.default.createElement("br",null)," For example, Mac: VoiceOver; Windows: NVDA;",react_1.default.createElement("br",null),react_1.default.createElement("br",null),'Announcement: You click "Announce" button ',announceTimes," times",react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{onClick:function(){setAnnounceTimes(announceTimes+1),announce('You click "Announce" button '+announceTimes+" times")}},"Announce"))},exports.SimpleAnnouncer.args={},exports.SimpleAnnouncer.storyName="useAnnouncer"},"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcIconButton, useAudio } from '@ringcentral/juno';\nimport { PauseCircleBorder, PlayCircleBorder } from '@ringcentral/juno-icon';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useAudio',\n argTypes: {},\n} as Meta;\n\nexport const SimpleAnnouncer: Story<{}> = () => {\n const audio = useAudio((instance) => {\n instance.src =\n 'https://www.bensound.com/bensound-music/bensound-ukulele.mp3';\n });\n\n const [isPlaying, setIsPlaying] = useState(false);\n\n return (\n {\n setIsPlaying(!isPlaying);\n if (isPlaying) {\n audio.pause();\n } else {\n \n await audio.play();\n }\n }}\n />\n );\n};\n\nSimpleAnnouncer.args = {};\nSimpleAnnouncer.storyName = 'useAudio';\n",locationsMap:{"simple-announcer":{startLoc:{col:42,line:12},endLoc:{col:1,line:39},startBody:{col:42,line:12},endBody:{col:1,line:39}}}}},title:"🔧 Foundation/Hooks/useAudio",argTypes:{}},exports.SimpleAnnouncer=function(){var audio=juno_1.useAudio((function(instance){instance.src="https://www.bensound.com/bensound-music/bensound-ukulele.mp3"})),_a=tslib_1.__read(react_1.useState(!1),2),isPlaying=_a[0],setIsPlaying=_a[1];return react_1.default.createElement(juno_1.RcIconButton,{size:"medium",variant:"contained",CircularProgressProps:{color:"inherit"},stretchIcon:!0,color:"interactive.b02",symbol:isPlaying?juno_icon_1.PauseCircleBorder:juno_icon_1.PlayCircleBorder,onClick:function(){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return setIsPlaying(!isPlaying),isPlaying?(audio.pause(),[3,3]):[3,1];case 1:return[4,audio.play()];case 2:_a.sent(),_a.label=3;case 3:return[2]}}))}))}})},exports.SimpleAnnouncer.args={},exports.SimpleAnnouncer.storyName="useAudio"},"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcButton, useDebounce } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useDebounce',\n argTypes: {},\n} as Meta;\n\nexport const useDebounceExample: Story<{}> = () => {\n const debounceFn = useDebounce((value: number) => {\n alert(`trigger event after 1000ms debounce, get value: ${value}`);\n return 50;\n }, 1000);\n\n const handleClick = () => {\n console.log('click');\n debounceFn(9999);\n };\n\n return (\n <>\n Trigger event(debounce 1000ms)\n
    \n {\n debounceFn.cancel();\n }}\n >\n cancel\n \n
    \n {\n console.log(debounceFn.flush());\n }}\n >\n flush (trigger pending event inimitably)\n \n \n );\n};\n\nuseDebounceExample.args = {};\nuseDebounceExample.storyName = 'useDebounce';\n",locationsMap:{"use-debounce-example":{startLoc:{col:45,line:11},endLoc:{col:1,line:45},startBody:{col:45,line:11},endBody:{col:1,line:45}}}}},title:"🔧 Foundation/Hooks/useDebounce",argTypes:{}},exports.useDebounceExample=function(){var debounceFn=juno_1.useDebounce((function(value){return alert("trigger event after 1000ms debounce, get value: "+value),50}),1e3);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){console.log("click"),debounceFn(9999)}},"Trigger event(debounce 1000ms)"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){debounceFn.cancel()}},"cancel"),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcButton,{color:"success.b04",onClick:function(){console.log(debounceFn.flush())}},"flush (trigger pending event inimitably)"))},exports.useDebounceExample.args={},exports.useDebounceExample.storyName="useDebounce"},"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport { RcBox, RcButton, RcText, useEventListener } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useEventListener',\n argTypes: {},\n} as Meta;\n\nexport const UseEventListenerExample: Story<{}> = () => {\n const ref = useRef(null);\n\n const listener = useEventListener(ref, 'click', () =>\n console.log('trigger event'),\n );\n\n const keydownListener = useEventListener(\n window,\n 'keyup',\n (e: KeyboardEvent) => console.log('window key up', e.key),\n );\n\n return (\n <>\n \n Click Button that event bind with{' '}\n <RcText highlight>useEventListener</RcText>\n \n Click\n
    \n
    \n \n listener.listen()}>Listen again{' '}\n listener.remove()}>Remove listen\n \n
    \n
    \n \n keydown in this window that event bind with{' '}\n <RcText highlight>useEventListener</RcText>\n \n \n keydownListener.listen()}>\n Listen again\n {' '}\n keydownListener.remove()}>\n Remove listen\n \n \n \n );\n};\n\nUseEventListenerExample.args = {};\nUseEventListenerExample.storyName = 'useEventListener';\n",locationsMap:{"use-event-listener-example":{startLoc:{col:50,line:12},endLoc:{col:1,line:54},startBody:{col:50,line:12},endBody:{col:1,line:54}}}}},title:"🔧 Foundation/Hooks/useEventListener",argTypes:{}},exports.UseEventListenerExample=function(){var ref=react_1.useRef(null),listener=juno_1.useEventListener(ref,"click",(function(){return console.log("trigger event")})),keydownListener=juno_1.useEventListener(window,"keyup",(function(e){return console.log("window key up",e.key)}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Click Button that event bind with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useEventListener")),react_1.default.createElement(juno_1.RcButton,{ref},"Click"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{textAlign:"right"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return listener.listen()}},"Listen again")," ",react_1.default.createElement(juno_1.RcButton,{onClick:function(){return listener.remove()}},"Remove listen")),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"keydown in this window that event bind with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useEventListener")),react_1.default.createElement(juno_1.RcBox,{textAlign:"right"},react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){return keydownListener.listen()}},"Listen again")," ",react_1.default.createElement(juno_1.RcButton,{color:"danger.b04",onClick:function(){return keydownListener.remove()}},"Remove listen")))},exports.UseEventListenerExample.args={},exports.UseEventListenerExample.storyName="useEventListener"},"./packages/juno-core/src/foundation/hooks/useEver/__stories__/useEver.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useCallback, useRef, useState } from 'react';\n\nimport { MenuItem } from '@material-ui/core';\nimport { RcButton, RcMenu, useEver } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useEver',\n argTypes: {},\n} as Meta;\n\nexport const useOnReRenderExample: Story<{}> = () => {\n const buttonRef = useRef(null);\n const [open, setOpen] = useState(false);\n const isEverOpen = useEver(open);\n\n const handleToggleButtonClick = useCallback(() => {\n setOpen(!open);\n }, [open]);\n\n const handleMenuClose = useCallback(() => {\n setOpen(false);\n }, []);\n\n return (\n <>\n \n Return true when the value ever to be `you want value` once. Useful for\n optimizing the first screen rendering.\n \n open: {open ? 'true' : 'false'}\n isEverOpen: {isEverOpen ? 'true' : 'false'}\n \n Toggle\n \n {isEverOpen && (\n \n Item 1\n Item 2\n Item 3\n \n )}\n \n );\n};\n\nuseOnReRenderExample.args = {};\nuseOnReRenderExample.storyName = 'useEver';\n",locationsMap:{"use-on-re-render-example":{startLoc:{col:47,line:13},endLoc:{col:1,line:50},startBody:{col:47,line:13},endBody:{col:1,line:50}}}}},title:"🔧 Foundation/Hooks/useEver",argTypes:{}},exports.useOnReRenderExample=function(){var buttonRef=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],isEverOpen=juno_1.useEver(open),handleToggleButtonClick=react_1.useCallback((function(){setOpen(!open)}),[open]),handleMenuClose=react_1.useCallback((function(){setOpen(!1)}),[]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Return true when the value ever to be `you want value` once. Useful for optimizing the first screen rendering."),react_1.default.createElement(juno_storybook_1.Title,null,"open: ",open?"true":"false"),react_1.default.createElement(juno_storybook_1.Title,null,"isEverOpen: ",isEverOpen?"true":"false"),react_1.default.createElement(juno_1.RcButton,{ref:buttonRef,onClick:handleToggleButtonClick},"Toggle"),isEverOpen&&react_1.default.createElement(juno_1.RcMenu,{open,anchorEl:buttonRef.current,onClose:handleMenuClose},react_1.default.createElement(core_1.MenuItem,null,"Item 1"),react_1.default.createElement(core_1.MenuItem,null,"Item 2"),react_1.default.createElement(core_1.MenuItem,null,"Item 3")))},exports.useOnReRenderExample.args={},exports.useOnReRenderExample.storyName="useEver"},"./packages/juno-core/src/foundation/hooks/useFocusInside/__stories__/useFocusInside.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useEffect, useRef } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcTypography,\n RcAvatar,\n RcBox,\n RcText,\n useFocusInside,\n} from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useFocusInside',\n argTypes: {},\n} as Meta;\n\nexport const useFocusInsideExample: Story<{}> = () => {\n const containerRef = useRef(null);\n const focusInside = useFocusInside({ containerRef });\n\n useEffect(() => {\n // just simulate focus first element, then focus will move inside the container\n const container = containerRef.current;\n container?.querySelector('[data-focusable]')?.focus();\n }, []);\n\n return (\n <>\n \n Focus will alway inside the container with{' '}\n <RcText highlight>useFocusInside</RcText>\n <br />\n <br />\n use tab to switch focus, will alway keep inside container{' '}\n \n \n {focusInside.start}\n {range(10).map((i) => {\n return (\n \n {`${i}`}\n \n );\n })}\n {focusInside.end}\n \n \n );\n};\n\nuseFocusInsideExample.args = {};\nuseFocusInsideExample.storyName = 'useFocusInside';\n",locationsMap:{"use-focus-inside-example":{startLoc:{col:48,line:20},endLoc:{col:1,line:60},startBody:{col:48,line:20},endBody:{col:1,line:60}}}}},title:"🔧 Foundation/Hooks/useFocusInside",argTypes:{}},exports.useFocusInsideExample=function(){var containerRef=react_1.useRef(null),focusInside=juno_1.useFocusInside({containerRef});return react_1.useEffect((function(){var _a,container=containerRef.current;null===(_a=null==container?void 0:container.querySelector("[data-focusable]"))||void 0===_a||_a.focus()}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Focus will alway inside the container with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useFocusInside"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),"use tab to switch focus, will alway keep inside container"," "),react_1.default.createElement(juno_1.RcBox,{ref:containerRef,display:"flex",width:"100%",flexWrap:"wrap",border:"1px solid blue",padding:"16px",maxWidth:"400px"},focusInside.start,range_1.default(10).map((function(i){return react_1.default.createElement(juno_1.RcAvatar,{key:i,"data-focusable":!0,clickable:!0},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f04"},""+i))})),focusInside.end))},exports.useFocusInsideExample.args={},exports.useFocusInsideExample.storyName="useFocusInside"},"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport { RcButton, useForceUpdate } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useForceUpdate',\n argTypes: {},\n} as Meta;\n\nexport const useForceUpdateExample: Story<{}> = () => {\n const forceUpdate = useForceUpdate();\n\n const count = useRef(0);\n\n count.current++;\n\n return (\n <>\n Trigger force update\n Render times: {count.current}\n
    \n
    \n \n Event you trigger forceUpdate many time, that will only trigger update\n once\n \n {\n forceUpdate();\n forceUpdate();\n forceUpdate();\n forceUpdate();\n forceUpdate();\n forceUpdate();\n }}\n >\n Render times: {count.current}\n \n \n );\n};\n\nuseForceUpdateExample.args = {};\nuseForceUpdateExample.storyName = 'useForceUpdate';\n",locationsMap:{"use-force-update-example":{startLoc:{col:48,line:12},endLoc:{col:1,line:43},startBody:{col:48,line:12},endBody:{col:1,line:43}}}}},title:"🔧 Foundation/Hooks/useForceUpdate",argTypes:{}},exports.useForceUpdateExample=function(){var forceUpdate=juno_1.useForceUpdate(),count=react_1.useRef(0);return count.current++,react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Trigger force update"),react_1.default.createElement(juno_1.RcButton,{onClick:forceUpdate},"Render times: ",count.current),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Event you trigger forceUpdate many time, that will only trigger update once"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){forceUpdate(),forceUpdate(),forceUpdate(),forceUpdate(),forceUpdate(),forceUpdate()}},"Render times: ",count.current))},exports.useForceUpdateExample.args={},exports.useForceUpdateExample.storyName="useForceUpdate"},"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useEffect, useRef } from 'react';\n\nimport { useForkRef } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useForkRef',\n argTypes: {},\n} as Meta;\n\nexport const useForkRefExample: Story<{}> = () => {\n const refA = useRef(null);\n const refB = useRef(null);\n\n const ref = useForkRef(refA, refB);\n\n useEffect(() => {\n console.log('refA', refA); // get that current div dom\n console.log('refB', refB); // also get that current div dom\n }, []);\n\n return (\n
    \n view console to get ref value\n
    \n );\n};\n\nuseForkRefExample.args = {};\nuseForkRefExample.storyName = 'useForkRef';\n",locationsMap:{"use-fork-ref-example":{startLoc:{col:44,line:12},endLoc:{col:1,line:28},startBody:{col:44,line:12},endBody:{col:1,line:28}}}}},title:"🔧 Foundation/Hooks/useForkRef",argTypes:{}},exports.useForkRefExample=function(){var refA=react_1.useRef(null),refB=react_1.useRef(null),ref=juno_1.useForkRef(refA,refB);return react_1.useEffect((function(){console.log("refA",refA),console.log("refB",refB)}),[]),react_1.default.createElement("div",{ref},react_1.default.createElement(juno_storybook_1.Title,null,"view console to get ref value"))},exports.useForkRefExample.args={},exports.useForkRefExample.storyName="useForkRef"},"./packages/juno-core/src/foundation/hooks/useGlobalListener/__stories__/useGlobalListener.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"\nimport React, { useEffect, useRef, useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcSlide,\n RcText,\n RcTypography,\n useForceUpdate,\n useGlobalListener,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useGlobalListener',\n argTypes: {},\n} as Meta;\n\nexport const UseGlobalListenerExample: Story<{}> = () => {\n const [events, setEvents] = useState([]);\n const boxRef = useRef(null);\n function addLog(message: string) {\n console.log(message);\n setEvents([`${events.length + 1}. ${message}`, ...events]);\n }\n\n const blur1 = useGlobalListener('blur', () => addLog('blur event1'));\n const blur2 = useGlobalListener('blur', () => addLog('blur event2'));\n const blur3 = useGlobalListener('blur', () => addLog('blur event3'));\n\n useGlobalListener(\n 'touchend',\n () => addLog('touchend'),\n {\n passive: false,\n },\n { target: boxRef, customKey: 'box-touchend' },\n );\n\n const focus = useGlobalListener(\n 'focus',\n () => {\n addLog('focus event');\n },\n { target: window },\n );\n\n const forceUpdate = useForceUpdate();\n\n useEffect(() => {\n // first forceUpdate for make that listening state show correctly\n forceUpdate();\n \n }, []);\n\n return (\n <>\n \n change page focus state to view how that work, you can use{' '}\n getEventListeners(window) to view state\n change after remove all listeners or add new listeners\n \n \n {\n focus.state.listening ? focus.remove() : focus.listen();\n forceUpdate();\n }}\n >\n {focus.state.listening ? 'focus listening' : 'focus un listening'}\n {' '}\n {\n blur1.state.listening ? blur1.remove() : blur1.listen();\n forceUpdate();\n }}\n >\n {blur1.state.listening ? 'blur1 listening' : 'blur1 un listening'}\n {' '}\n {\n blur2.state.listening ? blur2.remove() : blur2.listen();\n forceUpdate();\n }}\n >\n {blur2.state.listening ? 'blur2 listening' : 'blur2 un listening'}\n {' '}\n {\n blur3.state.listening ? blur3.remove() : blur3.listen();\n forceUpdate();\n }}\n >\n {blur3.state.listening ? 'blur3 listening' : 'blur3 un listening'}\n \n \n\n \n {events.map((event) => (\n \n {event}\n \n ))}\n \n \n );\n};\n\nUseGlobalListenerExample.args = {};\nUseGlobalListenerExample.storyName = 'useGlobalListener';\n",locationsMap:{"use-global-listener-example":{startLoc:{col:51,line:20},endLoc:{col:1,line:112},startBody:{col:51,line:20},endBody:{col:1,line:112}}}}},title:"🔧 Foundation/Hooks/useGlobalListener",argTypes:{}},exports.UseGlobalListenerExample=function(){var _a=tslib_1.__read(react_1.useState([]),2),events=_a[0],setEvents=_a[1],boxRef=react_1.useRef(null);function addLog(message){console.log(message),setEvents(tslib_1.__spread([events.length+1+". "+message],events))}var blur1=juno_1.useGlobalListener("blur",(function(){return addLog("blur event1")})),blur2=juno_1.useGlobalListener("blur",(function(){return addLog("blur event2")})),blur3=juno_1.useGlobalListener("blur",(function(){return addLog("blur event3")}));juno_1.useGlobalListener("touchend",(function(){return addLog("touchend")}),{passive:!1},{target:boxRef,customKey:"box-touchend"});var focus=juno_1.useGlobalListener("focus",(function(){addLog("focus event")}),{target:window}),forceUpdate=juno_1.useForceUpdate();return react_1.useEffect((function(){forceUpdate()}),[]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"change page focus state to view how that work, you can use"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"getEventListeners(window)")," to view state change after remove all listeners or add new listeners"),react_1.default.createElement(juno_1.RcBox,{textAlign:"right",ref:boxRef},react_1.default.createElement(juno_1.RcButton,{color:focus.state.listening?"success.b04":"danger.b04",onClick:function(){focus.state.listening?focus.remove():focus.listen(),forceUpdate()}},focus.state.listening?"focus listening":"focus un listening")," ",react_1.default.createElement(juno_1.RcButton,{color:blur1.state.listening?"success.b04":"danger.b04",onClick:function(){blur1.state.listening?blur1.remove():blur1.listen(),forceUpdate()}},blur1.state.listening?"blur1 listening":"blur1 un listening")," ",react_1.default.createElement(juno_1.RcButton,{color:blur2.state.listening?"success.b04":"danger.b04",onClick:function(){blur2.state.listening?blur2.remove():blur2.listen(),forceUpdate()}},blur2.state.listening?"blur2 listening":"blur2 un listening")," ",react_1.default.createElement(juno_1.RcButton,{color:blur3.state.listening?"success.b04":"danger.b04",onClick:function(){blur3.state.listening?blur3.remove():blur3.listen(),forceUpdate()}},blur3.state.listening?"blur3 listening":"blur3 un listening")),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},events.map((function(event){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:event,direction:"left"},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},event))}))))},exports.UseGlobalListenerExample.args={},exports.UseGlobalListenerExample.storyName="useGlobalListener"},"./packages/juno-core/src/foundation/hooks/useHiddenTabindex/__stories__/useHiddenTabindex.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n palette2,\n RcButton,\n styled,\n useHiddenTabindex,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useHiddenTabindex',\n argTypes: {},\n} as Meta;\n\nconst Item = styled.div`\n height: 100px;\n width: 100px;\n &[tabindex='-1'] {\n background-color: ${palette2('interactive', 'b01')};\n }\n`;\n\nexport const useHiddenTabindexExample: Story<{}> = () => {\n const hiddenRef = useRef(null);\n const buttonRef = useRef(null);\n\n const events = useHiddenTabindex(hiddenRef);\n\n return (\n <>\n {\n buttonRef.current?.focus();\n }}\n />\n \n focus\n \n \n );\n};\n\nuseHiddenTabindexExample.args = {};\nuseHiddenTabindexExample.storyName = 'useHiddenTabindex';\n",locationsMap:{"use-hidden-tabindex-example":{startLoc:{col:51,line:24},endLoc:{col:1,line:43},startBody:{col:51,line:24},endBody:{col:1,line:43}}}}},title:"🔧 Foundation/Hooks/useHiddenTabindex",argTypes:{}};var templateObject_1,Item=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 100px;\n width: 100px;\n &[tabindex='-1'] {\n background-color: ",";\n }\n"],["\n height: 100px;\n width: 100px;\n &[tabindex='-1'] {\n background-color: ",";\n }\n"])),juno_1.palette2("interactive","b01"));exports.useHiddenTabindexExample=function(){var hiddenRef=react_1.useRef(null),buttonRef=react_1.useRef(null),events=juno_1.useHiddenTabindex(hiddenRef);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Item,{ref:hiddenRef,onFocus:function(){var _a;null===(_a=buttonRef.current)||void 0===_a||_a.focus()}}),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({ref:buttonRef},events),"focus"))},exports.useHiddenTabindexExample.args={},exports.useHiddenTabindexExample.storyName="useHiddenTabindex"},"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { useId } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useId',\n argTypes: {},\n} as Meta;\n\nexport const useIdExample: Story<{}> = () => {\n const id = useId();\n const id2 = useId();\n const customId = useId('custom-prefix', true);\n const customId2 = useId('custom-prefix', true);\n\n return (\n <>\n \n useId provide you a unique id, id will auto increase for each call,\n <br />\n That will be helpful when you want a unique id\n \n
    \n
    \n Default: {id}\n Default: {id2}\n
    \n
    \n CustomPrefix: {customId}\n CustomPrefix: {customId2}\n \n );\n};\n\nuseIdExample.args = {};\nuseIdExample.storyName = 'useId';\n",locationsMap:{"use-id-example":{startLoc:{col:39,line:12},endLoc:{col:1,line:35},startBody:{col:39,line:12},endBody:{col:1,line:35}}}}},title:"🔧 Foundation/Hooks/useId",argTypes:{}},exports.useIdExample=function(){var id=juno_1.useId(),id2=juno_1.useId(),customId=juno_1.useId("custom-prefix",!0),customId2=juno_1.useId("custom-prefix",!0);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"useId provide you a unique id, id will auto increase for each call,",react_1.default.createElement("br",null),"That will be helpful when you want a unique id"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Default: ",id),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Default: ",id2),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"CustomPrefix: ",customId),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"CustomPrefix: ",customId2))},exports.useIdExample.args={},exports.useIdExample.storyName="useId"},"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcButton, useInterval } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useInterval',\n argTypes: {},\n} as Meta;\n\nexport const useRetryExample: Story<{}> = () => {\n const [times, setTimes] = useState(0);\n\n const { cancel, play, pause, getRunning } = useInterval((t) => {\n console.log('current times from 0', t);\n setTimes(t);\n }, 1000);\n\n return (\n <>\n pause()} color=\"warning.b03\">\n Pause\n \n play()} color=\"success.b04\">\n Continue\n \n {\n cancel();\n setTimes(0);\n }}\n color=\"danger.b03\"\n >\n Cancel\n \n {\n \n alert(`current interval running state is ${getRunning()}`);\n }}\n >\n Get Running State\n \n {times}\n \n );\n};\n\nuseRetryExample.args = {};\nuseRetryExample.storyName = 'useInterval';\n",locationsMap:{"use-retry-example":{startLoc:{col:42,line:12},endLoc:{col:1,line:48},startBody:{col:42,line:12},endBody:{col:1,line:48}}}}},title:"🔧 Foundation/Hooks/useInterval",argTypes:{}},exports.useRetryExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),times=_a[0],setTimes=_a[1],_b=juno_1.useInterval((function(t){console.log("current times from 0",t),setTimes(t)}),1e3),cancel=_b.cancel,play=_b.play,pause=_b.pause,getRunning=_b.getRunning;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return pause()},color:"warning.b03"},"Pause"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return play()},color:"success.b04"},"Continue"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){cancel(),setTimes(0)},color:"danger.b03"},"Cancel"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){alert("current interval running state is "+getRunning())}},"Get Running State"),react_1.default.createElement(juno_storybook_1.Title,null,times))},exports.useRetryExample.args={},exports.useRetryExample.storyName="useInterval"},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcText, RcTextField, useKeyDownOnce } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useKeyDownOnce',\n argTypes: {},\n} as Meta;\n\nexport const useKeyDownOnceExample: Story<{}> = () => {\n const [count, setCount] = useState(0);\n const originEvents = {\n onKeyDown: (e: React.KeyboardEvent) => {\n console.log('onKeyDown', e);\n setCount(count + 1);\n },\n onKeyUp: (e: React.KeyboardEvent) => {\n console.log('onKeyUp', e);\n },\n };\n\n const events = useKeyDownOnce(['1', '2', '3'], originEvents);\n\n return (\n <>\n \n Trigger onKeyDown once time when hold press on key(1,2,3), others will\n not trigger event\n \n Trigger keydown many time\n
    \n
    \n \n Trigger onKeyDown many time when hold press on key\n \n Trigger keydown only once\n Trigger times: {count}\n \n );\n};\n\nuseKeyDownOnceExample.args = {};\nuseKeyDownOnceExample.storyName = 'useKeyDownOnce';\n",locationsMap:{"use-key-down-once-example":{startLoc:{col:48,line:12},endLoc:{col:1,line:42},startBody:{col:48,line:12},endBody:{col:1,line:42}}}}},title:"🔧 Foundation/Hooks/useKeyDownOnce",argTypes:{}},exports.useKeyDownOnceExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),count=_a[0],setCount=_a[1],originEvents={onKeyDown:function(e){console.log("onKeyDown",e),setCount(count+1)},onKeyUp:function(e){console.log("onKeyUp",e)}},events=juno_1.useKeyDownOnce(["1","2","3"],originEvents);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Trigger onKeyDown once time when hold press on key(1,2,3), others will not trigger event"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},events),"Trigger keydown many time"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,{variant:"body1"},"Trigger onKeyDown many time when hold press on key"),react_1.default.createElement(juno_1.RcTextField,tslib_1.__assign({},originEvents),"Trigger keydown only once"),react_1.default.createElement(juno_1.RcText,{color:"neutral.f06"},"Trigger times: ",count))},exports.useKeyDownOnceExample.args={},exports.useKeyDownOnceExample.storyName="useKeyDownOnce"},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useMoveFocusedIndex.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:'import React, { FunctionComponent, useLayoutEffect, useRef } from \'react\';\n\nimport range from \'lodash/range\';\n\nimport {\n RcAvatar,\n RcBox,\n RcText,\n styled,\n useKeyboardMoveFocus,\n UseKeyboardMoveFocusParams,\n useOnlyOneFocusable,\n useResultRef,\n} from \'@ringcentral/juno\';\nimport { isTestEnv, Title } from \'@ringcentral/juno-storybook\';\nimport { Meta, Story } from \'@storybook/react\';\n\nexport default {\n title: \'🔧 Foundation/Hooks/useKeyboardMoveFocus\',\n argTypes: {},\n} as Meta;\n\nconst Container = styled.div<{ columns: number }>`\n width: ${({ columns }) => 32 * columns}px;\n`;\n\nconst options = range(0, 20);\n\nfunction getRandom(arr: any[], n: number) {\n const result = new Array(n);\n let len = arr.length;\n const taken = new Array(len);\n if (n > len)\n throw new RangeError(\'getRandom: more elements taken than available\');\n while (n--) {\n const x = Math.floor(Math.random() * len);\n result[n] = arr[x in taken ? taken[x] : x];\n taken[x] = --len in taken ? taken[len] : len;\n }\n return result;\n}\n\nconst Column: FunctionComponent<\n {\n title: string;\n } & Pick, \'columns\' | \'infinite\'>\n> = ({ columns = 1, infinite, title }) => {\n const focusedIndexRef = useRef(0);\n const containerRef = useRef(null);\n\n const { focusIndex, getItemProps, setIndexTabIndex } = useOnlyOneFocusable({\n focusedIndexRef,\n containerRef,\n });\n const disabledOptionsRef = useResultRef(() =>\n isTestEnv ? [2, 4, 6] : getRandom(options, 5),\n );\n\n const getOptionDisabled = (index: number) =>\n disabledOptionsRef.current.includes(index);\n\n const { onKeyFocusedIndexHandle, getNextFocusableOption } =\n useKeyboardMoveFocus({\n options,\n focusedIndexRef,\n infinite,\n columns,\n onFocusedIndexChange: (event, toIndex) => {\n focusedIndexRef.current = toIndex;\n focusIndex(toIndex);\n\n event.preventDefault();\n },\n getOptionSearchText: (option) => {\n return `${option}`;\n },\n getOptionDisabled,\n });\n\n useLayoutEffect(() => {\n const toIndex = getNextFocusableOption();\n\n if (toIndex !== focusedIndexRef.current) {\n focusedIndexRef.current = toIndex;\n setIndexTabIndex(toIndex);\n }\n \n }, []);\n\n return (\n
    \n {title}\n \n {options.map((x, index) => (\n \n {`${index}`}\n \n ))}\n \n
    \n );\n};\n\nexport const useKeyboardMoveFocusExample: Story<{}> = () => {\n return (\n <>\n \n Use keyboard to move index in the box, work with{\' \'}\n <RcText highlight>useOnlyOneFocusable</RcText>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nuseKeyboardMoveFocusExample.args = {};\nuseKeyboardMoveFocusExample.storyName = \'useKeyboardMoveFocus\';\n',locationsMap:{"use-keyboard-move-focus-example":{startLoc:{col:54,line:115},endLoc:{col:1,line:144},startBody:{col:54,line:115},endBody:{col:1,line:144}}}}},title:"🔧 Foundation/Hooks/useKeyboardMoveFocus",argTypes:{}};var Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n"],["\n width: ","px;\n"])),(function(_a){return 32*_a.columns})),options=range_1.default(0,20);var templateObject_1,Column=function(_a){var _b=_a.columns,columns=void 0===_b?1:_b,infinite=_a.infinite,title=_a.title,focusedIndexRef=react_1.useRef(0),containerRef=react_1.useRef(null),_c=juno_1.useOnlyOneFocusable({focusedIndexRef,containerRef}),focusIndex=_c.focusIndex,getItemProps=_c.getItemProps,setIndexTabIndex=_c.setIndexTabIndex,disabledOptionsRef=juno_1.useResultRef((function(){return juno_storybook_1.isTestEnv?[2,4,6]:function getRandom(arr,n){var result=new Array(n),len=arr.length,taken=new Array(len);if(n>len)throw new RangeError("getRandom: more elements taken than available");for(;n--;){var x=Math.floor(Math.random()*len);result[n]=arr[x in taken?taken[x]:x],taken[x]=--len in taken?taken[len]:len}return result}(options,5)})),getOptionDisabled=function(index){return disabledOptionsRef.current.includes(index)},_d=juno_1.useKeyboardMoveFocus({options,focusedIndexRef,infinite,columns,onFocusedIndexChange:function(event,toIndex){focusedIndexRef.current=toIndex,focusIndex(toIndex),event.preventDefault()},getOptionSearchText:function(option){return""+option},getOptionDisabled}),onKeyFocusedIndexHandle=_d.onKeyFocusedIndexHandle,getNextFocusableOption=_d.getNextFocusableOption;return react_1.useLayoutEffect((function(){var toIndex=getNextFocusableOption();toIndex!==focusedIndexRef.current&&(focusedIndexRef.current=toIndex,setIndexTabIndex(toIndex))}),[]),react_1.default.createElement("div",null,react_1.default.createElement(juno_storybook_1.Title,null,title),react_1.default.createElement(Container,{ref:containerRef,columns,onKeyDown:onKeyFocusedIndexHandle},options.map((function(x,index){return react_1.default.createElement(juno_1.RcAvatar,tslib_1.__assign({key:x,clickable:!0,size:"xsmall",color:"avatar.global",disabled:getOptionDisabled(index)},getItemProps(index)),""+index)}))))};exports.useKeyboardMoveFocusExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Use keyboard to move index in the box, work with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useOnlyOneFocusable")),react_1.default.createElement(juno_1.RcBox,{display:"flex",width:"100%",justifyContent:"space-around",flexWrap:"wrap"},react_1.default.createElement(Column,{columns:1,title:"1 column(non infinite)"}),react_1.default.createElement(Column,{columns:1,infinite:!0,title:"1 columns"}),react_1.default.createElement(Column,{columns:2,infinite:!0,title:"2 columns"}),react_1.default.createElement(Column,{columns:2,infinite:"order",title:"2 columns(order mode)"}),react_1.default.createElement(Column,{columns:3,infinite:!0,title:"3 columns"}),react_1.default.createElement(Column,{columns:4,infinite:!0,title:"4 columns"}),react_1.default.createElement(Column,{columns:5,infinite:!0,title:"5 columns"}),react_1.default.createElement(Column,{columns:6,infinite:!0,title:"6 columns"}),react_1.default.createElement(Column,{columns:6,infinite:!0,title:"6 columns"}),react_1.default.createElement(Column,{columns:7,infinite:!0,title:"7 columns"}),react_1.default.createElement(Column,{columns:8,infinite:!0,title:"8 columns"}),react_1.default.createElement(Column,{columns:9,infinite:!0,title:"9 columns"}),react_1.default.createElement(Column,{columns:10,infinite:!0,title:"10 columns"})))},exports.useKeyboardMoveFocusExample.args={},exports.useKeyboardMoveFocusExample.storyName="useKeyboardMoveFocus"},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport range from 'lodash/range';\n\nimport {\n RcIconButton,\n RcText,\n styled,\n useOnlyOneFocusable,\n} from '@ringcentral/juno';\nimport { Add } from '@ringcentral/juno-icon';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useOnlyOneFocusable',\n argTypes: {},\n} as Meta;\n\nconst Container = styled.div<{ columns: number }>`\n width: ${({ columns }) => 40 * columns}px;\n`;\n\nconst columns = 3;\n\nconst options = range(0, 8);\n\nexport const useOnlyOneFocusableExample: Story<{}> = () => {\n const focusedIndexRef = useRef(0);\n const containerRef = useRef(null);\n\n const { getItemProps } = useOnlyOneFocusable({\n focusedIndexRef,\n containerRef,\n });\n\n return (\n <>\n \n Only latest be focus item can be focus, this hook always use with{' '}\n <RcText highlight>useKeyboardMoveFocus</RcText>\n \n \n {options.map((x, index) => (\n \n ))}\n \n \n );\n};\n\nuseOnlyOneFocusableExample.args = {};\nuseOnlyOneFocusableExample.storyName = 'useOnlyOneFocusable';\n",locationsMap:{"use-only-one-focusable-example":{startLoc:{col:53,line:28},endLoc:{col:1,line:50},startBody:{col:53,line:28},endBody:{col:1,line:50}}}}},title:"🔧 Foundation/Hooks/useOnlyOneFocusable",argTypes:{}};var templateObject_1,Container=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n"],["\n width: ","px;\n"])),(function(_a){return 40*_a.columns})),options=range_1.default(0,8);exports.useOnlyOneFocusableExample=function(){var focusedIndexRef=react_1.useRef(0),containerRef=react_1.useRef(null),getItemProps=juno_1.useOnlyOneFocusable({focusedIndexRef,containerRef}).getItemProps;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Only latest be focus item can be focus, this hook always use with"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"useKeyboardMoveFocus")),react_1.default.createElement(Container,{ref:containerRef,columns:3},options.map((function(x,index){return react_1.default.createElement(juno_1.RcIconButton,tslib_1.__assign({key:x,symbol:juno_icon_1.Add},getItemProps(index)))}))))},exports.useOnlyOneFocusableExample.args={},exports.useOnlyOneFocusableExample.storyName="useOnlyOneFocusable"},"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcSlide,\n RcText,\n RcTypography,\n useLongPress,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useLongPress',\n argTypes: {},\n} as Meta;\n\nexport const UseTouchMouseEventExample: Story<{}> = () => {\n const [events, setEvents] = useState([]);\n\n function addLog(message: string) {\n setEvents([`${events.length + 1}. ${message}`, ...events]);\n }\n\n const { ref, ...eventProps } = useLongPress(\n {\n onPress: (e, reason) => {\n console.log('onPress', e, reason);\n addLog(`onPress: ${reason}`);\n },\n onTap: (e, reason) => {\n console.log('onTap', e, reason);\n addLog(`onTap: ${reason}`);\n },\n },\n {},\n { delay: 1000 },\n );\n\n return (\n <>\n \n Provide longPress helper, both{' '}\n `click`/`tab`/`keydown('a11y keyboard')` will\n trigger event\n
  • - Trigger `onTap` when user action leave small than delay time.
  • \n
  • - Trigger `onPress` when action time is long than delay time.
  • \n
    \n \n Trigger event\n \n\n \n {events.map((event) => (\n \n {event}\n \n ))}\n \n \n );\n};\n\nUseTouchMouseEventExample.args = {};\nUseTouchMouseEventExample.storyName = 'useLongPress';\n",locationsMap:{"use-touch-mouse-event-example":{startLoc:{col:52,line:18},endLoc:{col:1,line:62},startBody:{col:52,line:18},endBody:{col:1,line:62}}}}},title:"🔧 Foundation/Hooks/useLongPress",argTypes:{}},exports.UseTouchMouseEventExample=function(){var _a=tslib_1.__read(react_1.useState([]),2),events=_a[0],setEvents=_a[1];function addLog(message){setEvents(tslib_1.__spread([events.length+1+". "+message],events))}var _b=juno_1.useLongPress({onPress:function(e,reason){console.log("onPress",e,reason),addLog("onPress: "+reason)},onTap:function(e,reason){console.log("onTap",e,reason),addLog("onTap: "+reason)}},{},{delay:1e3}),ref=_b.ref,eventProps=tslib_1.__rest(_b,["ref"]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},"Provide longPress helper, both"," ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"`click`/`tab`/`keydown"),"('a11y keyboard')` will trigger event",react_1.default.createElement("li",null,"- Trigger `onTap` when user action leave small than delay time."),react_1.default.createElement("li",null,"- Trigger `onPress` when action time is long than delay time.")),react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({ref},eventProps),"Trigger event"),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},events.map((function(event){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:event,direction:"left"},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},event))}))))},exports.UseTouchMouseEventExample.args={},exports.UseTouchMouseEventExample.storyName="useLongPress"},"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport {\n RcButton,\n RcText,\n useForceUpdate,\n useOnReRender,\n} from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useOnReRender',\n argTypes: {},\n} as Meta;\n\nexport const useOnReRenderExample: Story<{}> = () => {\n const count = useRef(0);\n count.current++;\n const forceUpdate = useForceUpdate();\n\n useOnReRender(() => {\n console.log(\n 'this only trigger when re-render, first time render not be trigger',\n );\n\n return () => {\n console.log('destroy also only trigger when have re-render');\n };\n });\n\n return (\n <>\n \n <RcText highlight>useOnReRender</RcText>\n only trigger when <RcText highlight>re-render</RcText>, that event will\n not trigger in first render\n \n Render times: {count.current}\n ForceRender\n \n );\n};\n\nuseOnReRenderExample.args = {};\nuseOnReRenderExample.storyName = 'useOnReRender';\n",locationsMap:{"use-on-re-render-example":{startLoc:{col:47,line:17},endLoc:{col:1,line:43},startBody:{col:47,line:17},endBody:{col:1,line:43}}}}},title:"🔧 Foundation/Hooks/useOnReRender",argTypes:{}},exports.useOnReRenderExample=function(){var count=react_1.useRef(0);count.current++;var forceUpdate=juno_1.useForceUpdate();return juno_1.useOnReRender((function(){return console.log("this only trigger when re-render, first time render not be trigger"),function(){console.log("destroy also only trigger when have re-render")}})),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,react_1.default.createElement(juno_1.RcText,{highlight:!0},"useOnReRender"),"only trigger when ",react_1.default.createElement(juno_1.RcText,{highlight:!0},"re-render"),", that event will not trigger in first render"),react_1.default.createElement(juno_storybook_1.Title,null,"Render times: ",count.current),react_1.default.createElement(juno_1.RcButton,{onClick:forceUpdate},"ForceRender"))},exports.useOnReRenderExample.args={},exports.useOnReRenderExample.storyName="useOnReRender"},"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef, useState } from 'react';\n\nimport { palette2, styled, useOverflow } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useOverflow',\n argTypes: {},\n} as Meta;\n\nconst ResizeWrapper = styled.div<{ border: boolean }>`\n width: 500px;\n height: 300px;\n resize: both;\n overflow: hidden;\n border: 2px solid transparent;\n color: ${palette2('neutral', 'f06')};\n border-color: ${({ border }) => border && palette2('neutral', 'l04')};\n`;\n\nexport const useOverflowExample: Story<{}> = () => {\n const ref = useRef(null);\n const [border, setBorder] = useState(false);\n\n useOverflow(ref, (state, value) => {\n setBorder(state);\n\n console.log(value);\n });\n\n return (\n <>\n That border only show when text overflow\n \n A free cultural work is, according to the definition of Free Cultural\n Works, one that has no significant legal restriction on people's freedom\n to: use the content and benefit from using it, study the content and\n apply what is learned, make and distribute copies of the content, change\n and improve the content and distribute these derivative works.[1][2]\n Free content encompasses all works in the public domain and also those\n copyrighted works whose licenses honor and uphold the freedoms mentioned\n above. Because the Berne Convention in most countries by default grants\n copyright holders monopolistic control over their creations, copyright\n content must be explicitly declared free, usually by the referencing or\n inclusion of licensing statements from within the work. Although there\n are a great many different definitions in regular everyday use, free\n content is legally very similar, if not like an identical twin, to open\n content. An analogy is a use of the rival terms free software and\n open-source, which describe ideological differences rather than legal\n ones.[3][4][5] For instance, the Open Knowledge Foundation's Open\n Definition describes \"open\" as synonymous to the definition of free in\n the \"Definition of Free Cultural Works\" (as also in the Open Source\n Definition and Free Software Definition).[6] For such free/open content\n both movements recommend the same three Creative Commons licenses, the\n CC BY, CC BY-SA, and CC0.[7][8][9][10]\n \n \n );\n};\n\nuseOverflowExample.args = {};\nuseOverflowExample.storyName = 'useOverflow';\n",locationsMap:{"use-overflow-example":{startLoc:{col:45,line:22},endLoc:{col:1,line:60},startBody:{col:45,line:22},endBody:{col:1,line:60}}}}},title:"🔧 Foundation/Hooks/useOverflow",argTypes:{}};var templateObject_1,ResizeWrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 500px;\n height: 300px;\n resize: both;\n overflow: hidden;\n border: 2px solid transparent;\n color: ",";\n border-color: ",";\n"],["\n width: 500px;\n height: 300px;\n resize: both;\n overflow: hidden;\n border: 2px solid transparent;\n color: ",";\n border-color: ",";\n"])),juno_1.palette2("neutral","f06"),(function(_a){return _a.border&&juno_1.palette2("neutral","l04")}));exports.useOverflowExample=function(){var ref=react_1.useRef(null),_a=tslib_1.__read(react_1.useState(!1),2),border=_a[0],setBorder=_a[1];return juno_1.useOverflow(ref,(function(state,value){setBorder(state),console.log(value)})),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"That border only show when text overflow"),react_1.default.createElement(ResizeWrapper,{ref,border},'A free cultural work is, according to the definition of Free Cultural Works, one that has no significant legal restriction on people\'s freedom to: use the content and benefit from using it, study the content and apply what is learned, make and distribute copies of the content, change and improve the content and distribute these derivative works.[1][2] Free content encompasses all works in the public domain and also those copyrighted works whose licenses honor and uphold the freedoms mentioned above. Because the Berne Convention in most countries by default grants copyright holders monopolistic control over their creations, copyright content must be explicitly declared free, usually by the referencing or inclusion of licensing statements from within the work. Although there are a great many different definitions in regular everyday use, free content is legally very similar, if not like an identical twin, to open content. An analogy is a use of the rival terms free software and open-source, which describe ideological differences rather than legal ones.[3][4][5] For instance, the Open Knowledge Foundation\'s Open Definition describes "open" as synonymous to the definition of free in the "Definition of Free Cultural Works" (as also in the Open Source Definition and Free Software Definition).[6] For such free/open content both movements recommend the same three Creative Commons licenses, the CC BY, CC BY-SA, and CC0.[7][8][9][10]'))},exports.useOverflowExample.args={},exports.useOverflowExample.storyName="useOverflow"},"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcButton, useForceUpdate, usePrevious } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/usePrevious',\n argTypes: {},\n} as Meta;\n\nexport const usePreviousExample: Story<{}> = () => {\n const [stateCount, setStateCount] = useState(0);\n const previousCount = usePrevious(() => stateCount);\n\n const forceUpdate = useForceUpdate();\n\n return (\n <>\n setStateCount(stateCount + 1)}>Add\n
    \n
    \n \n Current render:\n {stateCount}\n \n \n Previous render:\n {previousCount}\n \n ForceRender\n \n );\n};\n\nusePreviousExample.args = {};\nusePreviousExample.storyName = 'usePrevious';\n",locationsMap:{"use-previous-example":{startLoc:{col:45,line:12},endLoc:{col:1,line:34},startBody:{col:45,line:12},endBody:{col:1,line:34}}}}},title:"🔧 Foundation/Hooks/usePrevious",argTypes:{}},exports.usePreviousExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),stateCount=_a[0],setStateCount=_a[1],previousCount=juno_1.usePrevious((function(){return stateCount})),forceUpdate=juno_1.useForceUpdate();return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setStateCount(stateCount+1)}},"Add"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_storybook_1.Title,null,"Current render:",stateCount),react_1.default.createElement(juno_storybook_1.Title,null,"Previous render:",previousCount),react_1.default.createElement(juno_1.RcButton,{onClick:forceUpdate},"ForceRender"))},exports.usePreviousExample.args={},exports.usePreviousExample.storyName="usePrevious"},"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcButton, useRefState } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useRefState',\n argTypes: {},\n} as Meta;\n\nexport const useRefStateExample: Story<{}> = () => {\n const [valueRef, setValue] = useRefState(1);\n\n return (\n <>\n setValue(valueRef.current + 1)}>\n add (re-render)\n \n setValue(valueRef.current + 1, false)}>\n add (non-render)\n \n {valueRef.current}\n \n );\n};\n\nuseRefStateExample.args = {};\nuseRefStateExample.storyName = 'useRefState';\n",locationsMap:{"use-ref-state-example":{startLoc:{col:45,line:12},endLoc:{col:1,line:26},startBody:{col:45,line:12},endBody:{col:1,line:26}}}}},title:"🔧 Foundation/Hooks/useRefState",argTypes:{}},exports.useRefStateExample=function(){var _a=tslib_1.__read(juno_1.useRefState(1),2),valueRef=_a[0],setValue=_a[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setValue(valueRef.current+1)}},"add (re-render)"),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setValue(valueRef.current+1,!1)}},"add (non-render)"),react_1.default.createElement(juno_storybook_1.Title,null,valueRef.current))},exports.useRefStateExample.args={},exports.useRefStateExample.storyName="useRefState"},"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useRef } from 'react';\n\nimport { shadows, styled, useResizeObserver } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useResizeObserver',\n argTypes: {},\n} as Meta;\n\nconst Wrapper = styled.div`\n width: 280px;\n resize: both;\n overflow: hidden;\n box-shadow: ${shadows('16')};\n`;\n\nexport const useResizeObserverExample: Story<{}> = () => {\n const ref = useRef(null);\n\n useResizeObserver(ref, () => {\n console.log('resize');\n });\n\n return (\n \n Resize here\n \n );\n};\n\nuseResizeObserverExample.args = {};\nuseResizeObserverExample.storyName = 'useResizeObserver';\n",locationsMap:{"use-resize-observer-example":{startLoc:{col:51,line:19},endLoc:{col:1,line:31},startBody:{col:51,line:19},endBody:{col:1,line:31}}}}},title:"🔧 Foundation/Hooks/useResizeObserver",argTypes:{}};var templateObject_1,Wrapper=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 280px;\n resize: both;\n overflow: hidden;\n box-shadow: ",";\n"],["\n width: 280px;\n resize: both;\n overflow: hidden;\n box-shadow: ",";\n"])),juno_1.shadows("16"));exports.useResizeObserverExample=function(){var ref=react_1.useRef(null);return juno_1.useResizeObserver(ref,(function(){console.log("resize")})),react_1.default.createElement(Wrapper,{ref},react_1.default.createElement(juno_storybook_1.Title,null,"Resize here"))},exports.useResizeObserverExample.args={},exports.useResizeObserverExample.storyName="useResizeObserver"},"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcButton,\n RcDialog,\n RcDialogActions,\n RcDialogContent,\n RcDialogTitle,\n RcRadio,\n RcRadioGroup,\n RcResponsive,\n RcTypography,\n useResponsiveContext,\n useResponsiveMatch,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useResponsiveMatch',\n} as Meta;\n\nconst DialogStory = () => {\n const [open, setOpen] = useState(false);\n const bp = useResponsiveContext();\n const { ltSM, gtSM } = useResponsiveMatch();\n\n return (\n <>\n setOpen(true)}>open dialog\n setOpen(false)} open={open}>\n {bp} Size\n \n try to resize screen\n \n \n \n \n \n \n setOpen(false)}\n color=\"danger.b04\"\n fullWidth={ltSM}\n >\n Cancel\n \n OK\n \n \n \n );\n};\n\nexport const ResponsiveDialog: Story = () => {\n return (\n \n \n \n );\n};\n",locationsMap:{"responsive-dialog":{startLoc:{col:39,line:54},endLoc:{col:1,line:60},startBody:{col:39,line:54},endBody:{col:1,line:60}}}}},title:"🔧 Foundation/Hooks/useResponsiveMatch"};var DialogStory=function(){var _a=tslib_1.__read(react_1.useState(!1),2),open=_a[0],setOpen=_a[1],bp=juno_1.useResponsiveContext(),_b=juno_1.useResponsiveMatch(),ltSM=_b.ltSM,gtSM=_b.gtSM;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!0)}},"open dialog"),react_1.default.createElement(juno_1.RcDialog,{onClose:function(){return setOpen(!1)},open},react_1.default.createElement(juno_1.RcDialogTitle,null,bp," Size"),react_1.default.createElement(juno_1.RcDialogContent,null,react_1.default.createElement(juno_1.RcTypography,null,"try to resize screen"),react_1.default.createElement(juno_1.RcRadioGroup,{row:gtSM},react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}),react_1.default.createElement(juno_1.RcRadio,{label:gtSM?"horizontal radio":"vertical radio"}))),react_1.default.createElement(juno_1.RcDialogActions,{direction:ltSM?"vertical":"horizontal"},react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setOpen(!1)},color:"danger.b04",fullWidth:ltSM},"Cancel"),react_1.default.createElement(juno_1.RcButton,{fullWidth:ltSM},"OK"))))};exports.ResponsiveDialog=function(){return react_1.default.createElement(juno_1.RcResponsive,null,react_1.default.createElement(DialogStory,null))}},"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useEffect } from 'react';\n\nimport { useResultRef } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useResultRef',\n argTypes: {},\n} as Meta;\n\nexport const useResultRefExample: Story<{}> = () => {\n const ref = useResultRef(() => {\n console.log('only trigger once');\n return 1 + 1;\n });\n\n useEffect(() => {\n console.log('refA', ref.current); // get that current div dom\n }, []);\n\n return {ref.current};\n};\n\nuseResultRefExample.args = {};\nuseResultRefExample.storyName = 'useResultRef';\n",locationsMap:{"use-result-ref-example":{startLoc:{col:46,line:12},endLoc:{col:1,line:23},startBody:{col:46,line:12},endBody:{col:1,line:23}}}}},title:"🔧 Foundation/Hooks/useResultRef",argTypes:{}},exports.useResultRefExample=function(){var ref=juno_1.useResultRef((function(){return console.log("only trigger once"),2}));return react_1.useEffect((function(){console.log("refA",ref.current)}),[]),react_1.default.createElement(juno_storybook_1.Title,null,ref.current)},exports.useResultRefExample.args={},exports.useResultRefExample.storyName="useResultRef"},"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcBox, RcButton, RcLoading, useRetry } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useRetry',\n argTypes: {},\n} as Meta;\n\nexport const useRetryExample: Story<{}> = () => {\n const [showValue, setShowValue] = useState(0);\n const [loading, setLoading] = useState(false);\n const [isComplete, setIsComplete] = useState(false);\n\n const { retry, cancel } = useRetry(\n (e: React.MouseEvent, times?: number) => {\n setShowValue(times);\n console.log('retry', times);\n\n // * when value is three, that retry will stop\n return times === 4;\n },\n {\n retryTimes: 5,\n intervalTime: 300,\n onStart: () => {\n setIsComplete(false);\n setLoading(true);\n setShowValue('Start');\n },\n onSuccess: () => {\n setShowValue('Success');\n },\n onCancel: () => {\n setShowValue('Cancel');\n },\n onComplete: () => {\n setLoading(false);\n setIsComplete(true);\n },\n },\n );\n\n return (\n <>\n retry(e)}>Go\n \n Cancel\n \n
    \n
    \n \n \n {showValue}\n \n \n
    \n
    \n {isComplete && Complete}\n \n );\n};\n\nuseRetryExample.args = {};\nuseRetryExample.storyName = 'useRetry';\n\nconst fetchApi = (susses: boolean) =>\n new Promise((resolve, reject) => {\n setTimeout(() => {\n if (susses) {\n resolve(true);\n } else {\n reject();\n }\n }, 2000);\n });\n\nexport const useRetryAsyncExample: Story<{}> = () => {\n const [showValue, setShowValue] = useState(0);\n const [loading, setLoading] = useState(false);\n const [isComplete, setIsComplete] = useState(false);\n\n const { retry: retryAsync, cancel } = useRetry(\n async (\n e: React.MouseEvent,\n times?: number,\n ) => {\n console.log('do', times);\n\n if (times !== undefined) {\n setShowValue(times);\n }\n\n if (times === 2) {\n try {\n const value = await fetchApi(false);\n return value;\n } catch (error) {\n console.log('fail');\n return false;\n }\n }\n\n if (times === 4) {\n const value = await fetchApi(true);\n return value;\n }\n\n return times === 5;\n },\n {\n retryTimes: 5,\n intervalTime: 100,\n onStart: () => {\n setIsComplete(false);\n setLoading(true);\n setShowValue('Start');\n },\n onSuccess: () => {\n setShowValue('Success');\n },\n onCancel: () => {\n setShowValue('Cancel');\n },\n onComplete: () => {\n setLoading(false);\n setIsComplete(true);\n },\n },\n );\n\n const { retry } = useRetry(\n (e: React.MouseEvent, times?: number) => {\n setShowValue(times);\n console.log('retry', times);\n\n // * when value is three, that retry will stop\n return times === 3;\n },\n {\n retryTimes: 5,\n intervalTime: 150,\n },\n );\n\n return (\n <>\n retryAsync(e)}>Go\n \n Cancel\n \n
    \n
    \n \n \n {showValue}\n \n \n
    \n
    \n {isComplete && Complete}\n \n );\n};\n\nuseRetryAsyncExample.args = {};\nuseRetryAsyncExample.storyName = 'useRetry with async';\n",locationsMap:{"use-retry-example":{startLoc:{col:42,line:12},endLoc:{col:1,line:72},startBody:{col:42,line:12},endBody:{col:1,line:72}},"use-retry-async-example":{startLoc:{col:47,line:88},endLoc:{col:1,line:182},startBody:{col:47,line:88},endBody:{col:1,line:182}}}}},title:"🔧 Foundation/Hooks/useRetry",argTypes:{}},exports.useRetryExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),showValue=_a[0],setShowValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),loading=_b[0],setLoading=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),isComplete=_c[0],setIsComplete=_c[1],_d=juno_1.useRetry((function(e,times){return setShowValue(times),console.log("retry",times),4===times}),{retryTimes:5,intervalTime:300,onStart:function(){setIsComplete(!1),setLoading(!0),setShowValue("Start")},onSuccess:function(){setShowValue("Success")},onCancel:function(){setShowValue("Cancel")},onComplete:function(){setLoading(!1),setIsComplete(!0)}}),retry=_d.retry,cancel=_d.cancel;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return retry(e)}},"Go"),react_1.default.createElement(juno_1.RcButton,{disabled:!loading,onClick:cancel,color:"danger.b03"},"Cancel"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{position:"relative",display:"flex",justifyContent:"center",alignItems:"center",width:"100px",height:"100px",bgcolor:"neutral.elevation"},react_1.default.createElement(juno_1.RcLoading,{loading},react_1.default.createElement(juno_storybook_1.Title,{paragraph:!1},showValue))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),isComplete&&react_1.default.createElement(juno_storybook_1.Title,null,"Complete"))},exports.useRetryExample.args={},exports.useRetryExample.storyName="useRetry";var fetchApi=function(susses){return new Promise((function(resolve,reject){setTimeout((function(){susses?resolve(!0):reject()}),2e3)}))};exports.useRetryAsyncExample=function(){var _a=tslib_1.__read(react_1.useState(0),2),showValue=_a[0],setShowValue=_a[1],_b=tslib_1.__read(react_1.useState(!1),2),loading=_b[0],setLoading=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),isComplete=_c[0],setIsComplete=_c[1],_d=juno_1.useRetry((function(e,times){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:if(console.log("do",times),void 0!==times&&setShowValue(times),2!==times)return[3,4];_a.label=1;case 1:return _a.trys.push([1,3,,4]),[4,fetchApi(!1)];case 2:return[2,_a.sent()];case 3:return _a.sent(),console.log("fail"),[2,!1];case 4:return 4!==times?[3,6]:[4,fetchApi(!0)];case 5:return[2,_a.sent()];case 6:return[2,5===times]}}))}))}),{retryTimes:5,intervalTime:100,onStart:function(){setIsComplete(!1),setLoading(!0),setShowValue("Start")},onSuccess:function(){setShowValue("Success")},onCancel:function(){setShowValue("Cancel")},onComplete:function(){setLoading(!1),setIsComplete(!0)}}),retryAsync=_d.retry,cancel=_d.cancel;juno_1.useRetry((function(e,times){return setShowValue(times),console.log("retry",times),3===times}),{retryTimes:5,intervalTime:150}).retry;return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return retryAsync(e)}},"Go"),react_1.default.createElement(juno_1.RcButton,{disabled:!loading,onClick:cancel,color:"danger.b03"},"Cancel"),react_1.default.createElement("br",null),react_1.default.createElement("br",null),react_1.default.createElement(juno_1.RcBox,{position:"relative",display:"flex",justifyContent:"center",alignItems:"center",width:"100px",height:"100px",bgcolor:"neutral.elevation"},react_1.default.createElement(juno_1.RcLoading,{loading},react_1.default.createElement(juno_storybook_1.Title,{paragraph:!1},showValue))),react_1.default.createElement("br",null),react_1.default.createElement("br",null),isComplete&&react_1.default.createElement(juno_storybook_1.Title,null,"Complete"))},exports.useRetryAsyncExample.args={},exports.useRetryAsyncExample.storyName="useRetry with async"},"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport { RcButton, useSleep } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useSleep',\n argTypes: {},\n} as Meta;\n\nexport const useRetryExample: Story<{}> = () => {\n const { sleep, cancel } = useSleep();\n const [text, setText] = useState('');\n\n return (\n <>\n {\n setText('start');\n try {\n await sleep(1000);\n setText('complete');\n } catch (error) {\n setText('cancel');\n }\n }}\n >\n Go\n \n cancel()} color=\"danger.b03\">\n Cancel\n \n {text}\n \n );\n};\n\nuseRetryExample.args = {};\nuseRetryExample.storyName = 'useSleep';\n",locationsMap:{"use-retry-example":{startLoc:{col:42,line:12},endLoc:{col:1,line:37},startBody:{col:42,line:12},endBody:{col:1,line:37}}}}},title:"🔧 Foundation/Hooks/useSleep",argTypes:{}},exports.useRetryExample=function(){var _a=juno_1.useSleep(),sleep=_a.sleep,cancel=_a.cancel,_b=tslib_1.__read(react_1.useState(""),2),text=_b[0],setText=_b[1];return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:setText("start"),_a.label=1;case 1:return _a.trys.push([1,3,,4]),[4,sleep(1e3)];case 2:return _a.sent(),setText("complete"),[3,4];case 3:return _a.sent(),setText("cancel"),[3,4];case 4:return[2]}}))}))}},"Go"),react_1.default.createElement(juno_1.RcButton,{onClick:function(e){return cancel()},color:"danger.b03"},"Cancel"),react_1.default.createElement(juno_storybook_1.Title,null,text))},exports.useRetryExample.args={},exports.useRetryExample.storyName="useSleep"},"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcButton, useThrottle } from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useThrottle',\n argTypes: {},\n} as Meta;\n\nexport const useThrottleExample: Story<{}> = () => {\n const debounceFn = useThrottle(\n () => console.log('trigger event with 1000ms throttle'),\n 1000,\n );\n\n const handleClick = () => {\n console.log('click');\n debounceFn();\n };\n\n return Trigger event;\n};\n\nuseThrottleExample.args = {};\nuseThrottleExample.storyName = 'useThrottle';\n",locationsMap:{"use-throttle-example":{startLoc:{col:45,line:11},endLoc:{col:1,line:23},startBody:{col:45,line:11},endBody:{col:1,line:23}}}}},title:"🔧 Foundation/Hooks/useThrottle",argTypes:{}},exports.useThrottleExample=function(){var debounceFn=juno_1.useThrottle((function(){return console.log("trigger event with 1000ms throttle")}),1e3);return react_1.default.createElement(juno_1.RcButton,{onClick:function(){console.log("click"),debounceFn()}},"Trigger event")},exports.useThrottleExample.args={},exports.useThrottleExample.storyName="useThrottle"},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { useState } from 'react';\n\nimport {\n RcBox,\n RcButton,\n RcSlide,\n RcTypography,\n useTouchMouseEvent,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useTouchMouseEvent',\n argTypes: {},\n} as Meta;\n\nexport const UseTouchMouseEventExample: Story<{}> = () => {\n const [events, setEvents] = useState([]);\n function addLog(message: string) {\n setEvents([`${events.length + 1}. ${message}`, ...events]);\n }\n\n const props = useTouchMouseEvent({\n onTouchStart: (e) => {\n console.log('onTouchStart', e);\n addLog('onTouchStart');\n },\n onTouchEnd: (e) => {\n console.log('onTouchEnd', e);\n addLog('onTouchEnd');\n },\n onMouseDown: (e) => {\n console.log('onMouseDown', e);\n addLog('onMouseDown');\n },\n onMouseUp: (e) => {\n console.log('onMouseUp', e);\n addLog('onMouseUp');\n },\n });\n\n return (\n
    \n Trigger event\n\n \n {events.map((event) => (\n \n {event}\n \n ))}\n \n
    \n );\n};\n\nUseTouchMouseEventExample.args = {};\nUseTouchMouseEventExample.storyName = 'useTouchMouseEvent';\n",locationsMap:{"use-touch-mouse-event-example":{startLoc:{col:52,line:17},endLoc:{col:1,line:55},startBody:{col:52,line:17},endBody:{col:1,line:55}}}}},title:"🔧 Foundation/Hooks/useTouchMouseEvent",argTypes:{}},exports.UseTouchMouseEventExample=function(){var _a=tslib_1.__read(react_1.useState([]),2),events=_a[0],setEvents=_a[1];function addLog(message){setEvents(tslib_1.__spread([events.length+1+". "+message],events))}var props=juno_1.useTouchMouseEvent({onTouchStart:function(e){console.log("onTouchStart",e),addLog("onTouchStart")},onTouchEnd:function(e){console.log("onTouchEnd",e),addLog("onTouchEnd")},onMouseDown:function(e){console.log("onMouseDown",e),addLog("onMouseDown")},onMouseUp:function(e){console.log("onMouseUp",e),addLog("onMouseUp")}});return react_1.default.createElement("div",null,react_1.default.createElement(juno_1.RcButton,tslib_1.__assign({},props),"Trigger event"),react_1.default.createElement(juno_1.RcBox,{height:"300px",width:"500px",style:{overflowX:"hidden"}},events.map((function(event){return react_1.default.createElement(juno_1.RcSlide,{in:!0,key:event,direction:"left"},react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},event))}))))},exports.UseTouchMouseEventExample.args={},exports.UseTouchMouseEventExample.storyName="useTouchMouseEvent"},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport { RcBox, RcGlobalScrollBarStyle } from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '💅 Style system/utils/GlobalScrollBarStyle',\n argTypes: {},\n} as Meta;\n\nexport const GlobalScrollBarStyleExample: Story<{}> = () => {\n return (\n \n Custom ScrollBar\n \n {[...new Array(100)].map((x, i) => (\n \n \n {i}\n
    \n
    \n ))}\n
    \n );\n};\n\nGlobalScrollBarStyleExample.args = {};\nGlobalScrollBarStyleExample.storyName = 'GlobalScrollBarStyle';\n",locationsMap:{"global-scroll-bar-style-example":{startLoc:{col:54,line:12},endLoc:{col:1,line:26},startBody:{col:54,line:12},endBody:{col:1,line:26}}}}},title:"💅 Style system/utils/GlobalScrollBarStyle",argTypes:{}},exports.GlobalScrollBarStyleExample=function(){return react_1.default.createElement(juno_1.RcBox,{height:"200px",overflow:"auto"},react_1.default.createElement(juno_storybook_1.Title,null,"Custom ScrollBar"),react_1.default.createElement(juno_1.RcGlobalScrollBarStyle,null),tslib_1.__spread(new Array(100)).map((function(x,i){return react_1.default.createElement(react_1.default.Fragment,{key:i},i,react_1.default.createElement("br",null))})))},exports.GlobalScrollBarStyleExample.args={},exports.GlobalScrollBarStyleExample.storyName="GlobalScrollBarStyle"},"./packages/juno-core/src/foundation/styles/__stories__/styleSystem.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n css,\n darken,\n ellipsis,\n fakeBorder,\n flexCenterStyle,\n flexWidth,\n focusRing,\n FocusRingVariant,\n focusVisible,\n focusVisibleShadowStyle,\n getContrastBgColor,\n getParsePaletteColor,\n lighten,\n lineClamp,\n nonStyleButton,\n nonTouchHoverMedia,\n opacity,\n palette2,\n paletteContrastText,\n radius,\n RcBox,\n RcTheme,\n setOpacity,\n shadows,\n spacing,\n styled,\n typography,\n zIndex,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '💅 Style system/utils',\n argTypes: {},\n} as Meta;\n\nconst Basic = styled.div`\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ${palette2('neutral', 'f06')};\n`;\n\nconst Block = styled(Basic)`\n margin: 1em;\n width: 100px;\n height: 100px;\n background-color: ${palette2('interactive', 'b02')};\n`;\n\nconst Darken = styled(Block)`\n background-color: ${darken(palette2('interactive', 'b02'), 0.5)};\n`;\nexport const DarkenExample: Story<{}> = () => {\n return darken;\n};\nDarkenExample.storyName = 'darken';\n\nconst Lighten = styled(Block)`\n background-color: ${lighten(palette2('interactive', 'b02'), 0.5)};\n`;\nexport const LightenExample: Story<{}> = () => {\n return Lighten;\n};\nLightenExample.storyName = 'lighten';\n\nconst Opacity = styled(Block)`\n opacity: ${opacity('48')};\n`;\nexport const OpacityExample: Story<{}> = () => {\n return Opacity;\n};\nOpacityExample.storyName = 'opacity';\n\nconst PaletteContrastText = styled(Block)`\n color: ${paletteContrastText(palette2('interactive', 'b02'))};\n`;\nexport const PaletteContrastTextExample: Story<{}> = () => {\n return PaletteContrastText;\n};\nPaletteContrastTextExample.storyName = 'paletteContrastText';\n\nconst Radius = styled(Block)`\n border-radius: ${radius('circle')};\n`;\nexport const RadiusExample: Story<{}> = () => {\n return ;\n};\nRadiusExample.storyName = 'radius';\n\nconst Shadows = styled(Radius)`\n box-shadow: ${shadows('16')};\n`;\nexport const ShadowsExample: Story<{}> = () => {\n return ;\n};\nShadowsExample.storyName = 'shadows';\n\nconst Padding = styled(Radius)`\n padding: ${spacing(6)};\n box-sizing: border-box;\n`;\nconst Margin = styled(Padding)`\n margin: ${spacing(10)};\n`;\nexport const SpacingExample: Story<{}> = () => {\n return (\n <>\n padding\n margin\n \n );\n};\nSpacingExample.storyName = 'spacing';\n\nconst ContrastBgColor = styled(Block)`\n ${({ theme }) => {\n const [currColor, contrastBgColor] = getContrastBgColor({\n theme,\n color: 'interactive.b02',\n });\n\n return css`\n color: ${currColor};\n background-color: ${contrastBgColor};\n `;\n }};\n`;\nconst ContrastBgColor2 = styled(Block)`\n ${({ theme }) => {\n const [currColor, contrastBgColor] = getContrastBgColor({\n theme,\n color: 'highlight.b01',\n });\n\n return css`\n color: ${currColor};\n background-color: ${contrastBgColor};\n `;\n }};\n`;\nexport const ContrastBgColorExample: Story<{}> = () => {\n return (\n <>\n getContrastBgColor2\n getContrastBgColor2\n \n );\n};\nContrastBgColorExample.storyName = 'getContrastBgColor';\n\nconst Typography = styled.div`\n ${typography('display1')}\n`;\nexport const TypographyExample: Story<{}> = () => {\n return Typography display1;\n};\nTypographyExample.storyName = 'typography';\n\nconst FakeBorder = styled(Block)`\n ${\n // default will use `palette2('highContrast')`, that will only show in highContrast theme\n fakeBorder()\n }\n`;\nconst FakeBorder2 = styled(Block)`\n ${fakeBorder({\n color: palette2('neutral', 'l03'),\n })}\n`;\nexport const FakeBorderExample: Story<{}> = () => {\n return (\n <>\n border in highContrast theme\n fakeborder\n \n );\n};\nFakeBorderExample.storyName = 'fakeBorder';\n\nconst FlexCenter = styled(Block)`\n ${flexCenterStyle}\n`;\nexport const FlexCenterExample: Story<{}> = () => {\n return flex center;\n};\nFlexCenterExample.storyName = 'FlexCenter';\n\ntype FlexWidthProps = {\n width: string;\n height?: string;\n color?: any;\n};\nconst FlexWidth = styled(Block)`\n ${({ width }) => flexWidth(width)};\n height: ${({ height }) => height};\n background: ${({ color }) => getParsePaletteColor(color)};\n`;\nexport const FlexWidthExample: Story<{}> = () => {\n return (\n \n \n \n \n \n );\n};\nFlexWidthExample.storyName = 'flexWidth';\n\nconst FocusVisible = styled(Basic)`\n outline: none;\n position: relative;\n ${focusVisibleShadowStyle};\n`;\n\nconst FocusRing = styled(Basic)<{ ringType: FocusRingVariant }>`\n outline: none;\n position: relative;\n background: ${palette2('warning', 'b02')};\n\n ${focusVisible} {\n ${({ ringType }) => focusRing(ringType)};\n }\n`;\n\nexport const FocusVisibleExample: Story<{}> = () => {\n return focus visible;\n};\nFocusVisibleExample.storyName = 'focusVisibleShadowStyle';\n\nexport const FocusRingExample: Story<{}> = () => {\n return (\n <>\n \n focus visible\n \n \n focus visible\n \n \n );\n};\nFocusRingExample.storyName = 'focusRing';\n\nconst Ellipsis = styled(Block)`\n ${ellipsis}\n`;\nexport const EllipsisExample: Story<{}> = () => {\n return line 1 line 2 line 3;\n};\nEllipsisExample.storyName = 'ellipsis';\n\nconst LineClamp = styled(Basic)`\n outline: none;\n position: relative;\n ${lineClamp(2, 38)};\n`;\nexport const LineClampExample: Story<{}> = () => {\n return (\n \n line 1
    \n line 2
    \n line 3
    \n
    \n );\n};\nLineClampExample.storyName = 'lineClamp';\n\nconst Palette = styled(Basic)`\n background-color: ${palette2('highlight', 'b03')};\n`;\nexport const PaletteExample: Story<{}> = () => {\n return Palette;\n};\nPaletteExample.storyName = 'palette';\n\nconst NonStyleButton = styled.button`\n ${nonStyleButton};\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ${palette2('neutral', 'f06')};\n background-color: ${palette2('highlight', 'b02')};\n`;\nexport const NonStyleButtonExample: Story<{}> = () => {\n return NonStyleButton;\n};\nNonStyleButtonExample.storyName = 'nonStyleButton';\n\nconst NonTouchHoverMedia = styled(NonStyleButton)`\n ${nonTouchHoverMedia} {\n &:hover {\n background-color: ${setOpacity(palette2('highlight', 'b02'), '24')};\n }\n }\n`;\nexport const NonTouchHoverMediaExample: Story<{}> = () => {\n return NonTouchHoverMedia;\n};\nNonTouchHoverMediaExample.storyName = 'nonTouchHoverMedia';\n\nconst ZIndex = styled(FlexWidth)<{ zIndex: keyof RcTheme['zIndex'] }>`\n position: absolute;\n z-index: ${({ zIndex: value }) => zIndex(value)};\n`;\nexport const ZIndexExample: Story<{}> = () => {\n return (\n \n \n snackbar\n \n \n modal\n \n \n );\n};\nZIndexExample.storyName = 'zIndex';\n// Interaction state\n// https://wiki.ringcentral.com/pages/viewpage.action?pageId=424536658\n",locationsMap:{"darken-example":{startLoc:{col:40,line:57},endLoc:{col:1,line:59},startBody:{col:40,line:57},endBody:{col:1,line:59}},"lighten-example":{startLoc:{col:41,line:65},endLoc:{col:1,line:67},startBody:{col:41,line:65},endBody:{col:1,line:67}},"opacity-example":{startLoc:{col:41,line:73},endLoc:{col:1,line:75},startBody:{col:41,line:73},endBody:{col:1,line:75}},"palette-contrast-text-example":{startLoc:{col:53,line:81},endLoc:{col:1,line:83},startBody:{col:53,line:81},endBody:{col:1,line:83}},"radius-example":{startLoc:{col:40,line:89},endLoc:{col:1,line:91},startBody:{col:40,line:89},endBody:{col:1,line:91}},"shadows-example":{startLoc:{col:41,line:97},endLoc:{col:1,line:99},startBody:{col:41,line:97},endBody:{col:1,line:99}},"spacing-example":{startLoc:{col:41,line:109},endLoc:{col:1,line:116},startBody:{col:41,line:109},endBody:{col:1,line:116}},"contrast-bg-color-example":{startLoc:{col:49,line:145},endLoc:{col:1,line:152},startBody:{col:49,line:145},endBody:{col:1,line:152}},"typography-example":{startLoc:{col:44,line:158},endLoc:{col:1,line:160},startBody:{col:44,line:158},endBody:{col:1,line:160}},"fake-border-example":{startLoc:{col:44,line:174},endLoc:{col:1,line:181},startBody:{col:44,line:174},endBody:{col:1,line:181}},"flex-center-example":{startLoc:{col:44,line:187},endLoc:{col:1,line:189},startBody:{col:44,line:187},endBody:{col:1,line:189}},"flex-width-example":{startLoc:{col:43,line:202},endLoc:{col:1,line:210},startBody:{col:43,line:202},endBody:{col:1,line:210}},"focus-visible-example":{startLoc:{col:46,line:229},endLoc:{col:1,line:231},startBody:{col:46,line:229},endBody:{col:1,line:231}},"focus-ring-example":{startLoc:{col:43,line:234},endLoc:{col:1,line:245},startBody:{col:43,line:234},endBody:{col:1,line:245}},"ellipsis-example":{startLoc:{col:42,line:251},endLoc:{col:1,line:253},startBody:{col:42,line:251},endBody:{col:1,line:253}},"line-clamp-example":{startLoc:{col:43,line:261},endLoc:{col:1,line:269},startBody:{col:43,line:261},endBody:{col:1,line:269}},"palette-example":{startLoc:{col:41,line:275},endLoc:{col:1,line:277},startBody:{col:41,line:275},endBody:{col:1,line:277}},"non-style-button-example":{startLoc:{col:48,line:288},endLoc:{col:1,line:290},startBody:{col:48,line:288},endBody:{col:1,line:290}},"non-touch-hover-media-example":{startLoc:{col:52,line:300},endLoc:{col:1,line:302},startBody:{col:52,line:300},endBody:{col:1,line:302}},"z-index-example":{startLoc:{col:40,line:309},endLoc:{col:1,line:320},startBody:{col:40,line:309},endBody:{col:1,line:320}}}}},title:"💅 Style system/utils",argTypes:{}};var Basic=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n"],["\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n"])),juno_1.palette2("neutral","f06")),Block=juno_1.styled(Basic)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin: 1em;\n width: 100px;\n height: 100px;\n background-color: ",";\n"],["\n margin: 1em;\n width: 100px;\n height: 100px;\n background-color: ",";\n"])),juno_1.palette2("interactive","b02")),Darken=juno_1.styled(Block)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),juno_1.darken(juno_1.palette2("interactive","b02"),.5));exports.DarkenExample=function(){return react_1.default.createElement(Darken,null,"darken")},exports.DarkenExample.storyName="darken";var Lighten=juno_1.styled(Block)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),juno_1.lighten(juno_1.palette2("interactive","b02"),.5));exports.LightenExample=function(){return react_1.default.createElement(Lighten,null,"Lighten")},exports.LightenExample.storyName="lighten";var Opacity=juno_1.styled(Block)(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n opacity: ",";\n"],["\n opacity: ",";\n"])),juno_1.opacity("48"));exports.OpacityExample=function(){return react_1.default.createElement(Opacity,null,"Opacity")},exports.OpacityExample.storyName="opacity";var PaletteContrastText=juno_1.styled(Block)(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n color: ",";\n"],["\n color: ",";\n"])),juno_1.paletteContrastText(juno_1.palette2("interactive","b02")));exports.PaletteContrastTextExample=function(){return react_1.default.createElement(PaletteContrastText,null,"PaletteContrastText")},exports.PaletteContrastTextExample.storyName="paletteContrastText";var Radius=juno_1.styled(Block)(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n border-radius: ",";\n"],["\n border-radius: ",";\n"])),juno_1.radius("circle"));exports.RadiusExample=function(){return react_1.default.createElement(Radius,null)},exports.RadiusExample.storyName="radius";var Shadows=juno_1.styled(Radius)(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n box-shadow: ",";\n"],["\n box-shadow: ",";\n"])),juno_1.shadows("16"));exports.ShadowsExample=function(){return react_1.default.createElement(Shadows,null)},exports.ShadowsExample.storyName="shadows";var Padding=juno_1.styled(Radius)(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n padding: ",";\n box-sizing: border-box;\n"],["\n padding: ",";\n box-sizing: border-box;\n"])),juno_1.spacing(6)),Margin=juno_1.styled(Padding)(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n margin: ",";\n"],["\n margin: ",";\n"])),juno_1.spacing(10));exports.SpacingExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Padding,null,"padding"),react_1.default.createElement(Margin,null,"margin"))},exports.SpacingExample.storyName="spacing";var ContrastBgColor=juno_1.styled(Block)(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(_a){var theme=_a.theme,_b=tslib_1.__read(juno_1.getContrastBgColor({theme,color:"interactive.b02"}),2),currColor=_b[0],contrastBgColor=_b[1];return juno_1.css(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n "],["\n color: ",";\n background-color: ",";\n "])),currColor,contrastBgColor)})),ContrastBgColor2=juno_1.styled(Block)(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(_a){var theme=_a.theme,_b=tslib_1.__read(juno_1.getContrastBgColor({theme,color:"highlight.b01"}),2),currColor=_b[0],contrastBgColor=_b[1];return juno_1.css(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n "],["\n color: ",";\n background-color: ",";\n "])),currColor,contrastBgColor)}));exports.ContrastBgColorExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(ContrastBgColor,null,"getContrastBgColor2"),react_1.default.createElement(ContrastBgColor2,null,"getContrastBgColor2"))},exports.ContrastBgColorExample.storyName="getContrastBgColor";var Typography=juno_1.styled.div(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.typography("display1"));exports.TypographyExample=function(){return react_1.default.createElement(Typography,null,"Typography display1")},exports.TypographyExample.storyName="typography";var FakeBorder=juno_1.styled(Block)(templateObject_16||(templateObject_16=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.fakeBorder()),FakeBorder2=juno_1.styled(Block)(templateObject_17||(templateObject_17=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.fakeBorder({color:juno_1.palette2("neutral","l03")}));exports.FakeBorderExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(FakeBorder,null,"border in highContrast theme"),react_1.default.createElement(FakeBorder2,null,"fakeborder"))},exports.FakeBorderExample.storyName="fakeBorder";var FlexCenter=juno_1.styled(Block)(templateObject_18||(templateObject_18=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.flexCenterStyle);exports.FlexCenterExample=function(){return react_1.default.createElement(FlexCenter,null,"flex center")},exports.FlexCenterExample.storyName="FlexCenter";var FlexWidth=juno_1.styled(Block)(templateObject_19||(templateObject_19=tslib_1.__makeTemplateObject(["\n ",";\n height: ",";\n background: ",";\n"],["\n ",";\n height: ",";\n background: ",";\n"])),(function(_a){var width=_a.width;return juno_1.flexWidth(width)}),(function(_a){return _a.height}),(function(_a){var color=_a.color;return juno_1.getParsePaletteColor(color)}));exports.FlexWidthExample=function(){return react_1.default.createElement(juno_1.RcBox,{display:"flex",width:"100%"},react_1.default.createElement(FlexWidth,{width:"300px"}),react_1.default.createElement(FlexWidth,{width:"auto",color:"neutral.b04"}),react_1.default.createElement(FlexWidth,{width:"200px"}))},exports.FlexWidthExample.storyName="flexWidth";var FocusVisible=juno_1.styled(Basic)(templateObject_20||(templateObject_20=tslib_1.__makeTemplateObject(["\n outline: none;\n position: relative;\n ",";\n"],["\n outline: none;\n position: relative;\n ",";\n"])),juno_1.focusVisibleShadowStyle),FocusRing=juno_1.styled(Basic)(templateObject_21||(templateObject_21=tslib_1.__makeTemplateObject(["\n outline: none;\n position: relative;\n background: ",";\n\n "," {\n ",";\n }\n"],["\n outline: none;\n position: relative;\n background: ",";\n\n "," {\n ",";\n }\n"])),juno_1.palette2("warning","b02"),juno_1.focusVisible,(function(_a){var ringType=_a.ringType;return juno_1.focusRing(ringType)}));exports.FocusVisibleExample=function(){return react_1.default.createElement(FocusVisible,{tabIndex:0},"focus visible")},exports.FocusVisibleExample.storyName="focusVisibleShadowStyle",exports.FocusRingExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(FocusRing,{tabIndex:0,ringType:"inset"},"focus visible"),react_1.default.createElement(FocusRing,{tabIndex:0,ringType:"normal"},"focus visible"))},exports.FocusRingExample.storyName="focusRing";var Ellipsis=juno_1.styled(Block)(templateObject_22||(templateObject_22=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),juno_1.ellipsis);exports.EllipsisExample=function(){return react_1.default.createElement(Ellipsis,null,"line 1 line 2 line 3")},exports.EllipsisExample.storyName="ellipsis";var LineClamp=juno_1.styled(Basic)(templateObject_23||(templateObject_23=tslib_1.__makeTemplateObject(["\n outline: none;\n position: relative;\n ",";\n"],["\n outline: none;\n position: relative;\n ",";\n"])),juno_1.lineClamp(2,38));exports.LineClampExample=function(){return react_1.default.createElement(LineClamp,null,"line 1 ",react_1.default.createElement("br",null),"line 2 ",react_1.default.createElement("br",null),"line 3 ",react_1.default.createElement("br",null))},exports.LineClampExample.storyName="lineClamp";var Palette=juno_1.styled(Basic)(templateObject_24||(templateObject_24=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),juno_1.palette2("highlight","b03"));exports.PaletteExample=function(){return react_1.default.createElement(Palette,null,"Palette")},exports.PaletteExample.storyName="palette";var NonStyleButton=juno_1.styled.button(templateObject_25||(templateObject_25=tslib_1.__makeTemplateObject(["\n ",";\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n background-color: ",";\n"],["\n ",";\n margin: 1em;\n width: 100px;\n height: 100px;\n color: ",";\n background-color: ",";\n"])),juno_1.nonStyleButton,juno_1.palette2("neutral","f06"),juno_1.palette2("highlight","b02"));exports.NonStyleButtonExample=function(){return react_1.default.createElement(NonStyleButton,null,"NonStyleButton")},exports.NonStyleButtonExample.storyName="nonStyleButton";var NonTouchHoverMedia=juno_1.styled(NonStyleButton)(templateObject_26||(templateObject_26=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n background-color: ",";\n }\n }\n"],["\n "," {\n &:hover {\n background-color: ",";\n }\n }\n"])),juno_1.nonTouchHoverMedia,juno_1.setOpacity(juno_1.palette2("highlight","b02"),"24"));exports.NonTouchHoverMediaExample=function(){return react_1.default.createElement(NonTouchHoverMedia,null,"NonTouchHoverMedia")},exports.NonTouchHoverMediaExample.storyName="nonTouchHoverMedia";var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,templateObject_16,templateObject_17,templateObject_18,templateObject_19,templateObject_20,templateObject_21,templateObject_22,templateObject_23,templateObject_24,templateObject_25,templateObject_26,templateObject_27,ZIndex=juno_1.styled(FlexWidth)(templateObject_27||(templateObject_27=tslib_1.__makeTemplateObject(["\n position: absolute;\n z-index: ",";\n"],["\n position: absolute;\n z-index: ",";\n"])),(function(_a){var value=_a.zIndex;return juno_1.zIndex(value)}));exports.ZIndexExample=function(){return react_1.default.createElement(FlexCenter,null,react_1.default.createElement(ZIndex,{zIndex:"snackbar",width:"30px",height:"30px"},"snackbar"),react_1.default.createElement(ZIndex,{zIndex:"modal",width:"100px",color:"highlight.b01"},"modal"))},exports.ZIndexExample.storyName="zIndex"},"./packages/juno-core/src/foundation/theme/__stories__/useTheme.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),juno_storybook_1=__webpack_require__("./packages/juno-storybook/index.ts");exports.default={parameters:{storySource:{source:"import React from 'react';\n\nimport {\n RcBox,\n RcDefaultDarkTheme,\n RcDefaultHighContrastTheme,\n RcThemeProvider,\n useTheme,\n} from '@ringcentral/juno';\nimport { Title } from '@ringcentral/juno-storybook';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useTheme',\n argTypes: {},\n} as Meta;\n\nexport const ThemeValue = () => {\n const theme = useTheme();\n return (\n \n
    {JSON.stringify(theme, null, 2)}
    \n
    \n );\n};\n\nexport const useThemeExample: Story<{}> = () => {\n return (\n <>\n Current Theme\n \n Dark Theme\n \n \n \n HighContrast Theme\n \n \n \n \n );\n};\n\nuseThemeExample.args = {};\nuseThemeExample.storyName = 'useTheme';\n",locationsMap:{"theme-value":{startLoc:{col:26,line:18},endLoc:{col:1,line:25},startBody:{col:26,line:18},endBody:{col:1,line:25}},"use-theme-example":{startLoc:{col:42,line:27},endLoc:{col:1,line:42},startBody:{col:42,line:27},endBody:{col:1,line:42}}}}},title:"🔧 Foundation/Hooks/useTheme",argTypes:{}},exports.ThemeValue=function(){var theme=juno_1.useTheme();return react_1.default.createElement(juno_1.RcBox,{color:"neutral.f06",bgcolor:"neutral.elevation"},react_1.default.createElement("pre",null,JSON.stringify(theme,null,2)))},exports.useThemeExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_storybook_1.Title,null,"Current Theme"),react_1.default.createElement(exports.ThemeValue,null),react_1.default.createElement(juno_storybook_1.Title,null,"Dark Theme"),react_1.default.createElement(juno_1.RcThemeProvider,{theme:juno_1.RcDefaultDarkTheme},react_1.default.createElement(exports.ThemeValue,null)),react_1.default.createElement(juno_storybook_1.Title,null,"HighContrast Theme"),react_1.default.createElement(juno_1.RcThemeProvider,{theme:juno_1.RcDefaultHighContrastTheme},react_1.default.createElement(exports.ThemeValue,null)))},exports.useThemeExample.args={},exports.useThemeExample.storyName="useTheme"},"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.default={parameters:{storySource:{source:"import React, { FunctionComponent } from 'react';\n\nimport {\n RcButtonProps,\n RcText,\n RcThemeInput,\n RcThemeProvider,\n useThemeProps,\n} from '@ringcentral/juno';\nimport { Meta, Story } from '@storybook/react';\n\nexport default {\n title: '🔧 Foundation/Hooks/useThemeProps',\n argTypes: {},\n} as Meta;\n\nconst RcButtonExample: FunctionComponent = (inProps) => {\n const props = useThemeProps({ props: inProps, name: 'RcButton' });\n console.log(props);\n const { loading } = props;\n\n return loading: {`${loading}`};\n};\n\nRcButtonExample.defaultProps = {\n size: 'large',\n};\n\nexport const useThemePropsExample: Story<{}> = () => {\n const theme: RcThemeInput = {\n props: {\n RcButton: {\n loading: true,\n },\n },\n };\n\n return (\n <>\n Origin: \n \n\n Custom Component Theme: \n \n \n \n \n );\n};\n\nuseThemePropsExample.args = {};\nuseThemePropsExample.storyName = 'useThemeProps';\n",locationsMap:{"use-theme-props-example":{startLoc:{col:47,line:29},endLoc:{col:1,line:49},startBody:{col:47,line:29},endBody:{col:1,line:49}}}}},title:"🔧 Foundation/Hooks/useThemeProps",argTypes:{}};var RcButtonExample=function(inProps){var props=juno_1.useThemeProps({props:inProps,name:"RcButton"});console.log(props);var loading=props.loading;return react_1.default.createElement(juno_1.RcText,null,"loading: ",""+loading)};RcButtonExample.defaultProps={size:"large"},exports.useThemePropsExample=function(){return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcText,{highlight:!0},"Origin: "),react_1.default.createElement(RcButtonExample,null),react_1.default.createElement(juno_1.RcText,{highlight:!0},"Custom Component Theme: "),react_1.default.createElement(juno_1.RcThemeProvider,{theme:{props:{RcButton:{loading:!0}}}},react_1.default.createElement(RcButtonExample,null)))},exports.useThemePropsExample.args={},exports.useThemePropsExample.storyName="useThemeProps"},"./packages/juno-core/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/index.ts"),exports)},"./packages/juno-core/src/components/Accordion/Accordion.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Accordion_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Accordion/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Accordion/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/utils/index.ts"),_RcAccordion=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAccordion"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcAccordionClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Accordion_1.default,tslib_1.__assign({square:!0},rest,{ref,classes}),children)})),RcAccordion=foundation_1.styled(_RcAccordion)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AccordionStyle);exports.RcAccordion=RcAccordion,RcAccordion.defaultProps={},RcAccordion.displayName="RcAccordion";try{RcAccordion.displayName="RcAccordion",RcAccordion.__docgenInfo={description:"",displayName:"RcAccordion",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"If `true`, expands the accordion, otherwise collapse it.\nSetting this prop enables control over the accordion.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"If `true`, the accordion will be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the expand/collapse state is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, expanded: boolean) => void)"}},children:{defaultValue:null,description:"The content of the accordion.",name:"children",required:!1,type:{name:"string | number | boolean | {} | (string & {}) | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 38 more ... | (ReactPortal & Iterable<...>)"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},defaultExpanded:{defaultValue:null,description:"If `true`, expands the accordion by default.",name:"defaultExpanded",required:!1,type:{name:"boolean"}},TransitionComponent:{defaultValue:null,description:"The component used for the collapse effect.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/Accordion.tsx#RcAccordion"]={docgenInfo:RcAccordion.__docgenInfo,name:"RcAccordion",path:"packages/juno-core/src/components/Accordion/Accordion.tsx#RcAccordion"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),AccordionDetails_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/AccordionDetails/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/utils/index.ts"),_RcAccordionDetails=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAccordionDetails"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcAccordionDetailsClasses,classesProp)}),[classesProp]);return react_1.default.createElement(AccordionDetails_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcAccordionDetails=foundation_1.styled(_RcAccordionDetails)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AccordionDetailsStyle);exports.RcAccordionDetails=RcAccordionDetails,RcAccordionDetails.defaultProps={},RcAccordionDetails.displayName="RcAccordionDetails";try{RcAccordionDetails.displayName="RcAccordionDetails",RcAccordionDetails.__docgenInfo={description:"",displayName:"RcAccordionDetails",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the accordion details.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx#RcAccordionDetails"]={docgenInfo:RcAccordionDetails.__docgenInfo,name:"RcAccordionDetails",path:"packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx#RcAccordionDetails"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionDetails/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/AccordionDetails.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.AccordionDetailsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-top: 1px solid ",";\n padding: ",";\n "],["\n border-top: 1px solid ",";\n padding: ",";\n "])),foundation_1.palette2("neutral","l02"),foundation_1.spacing(4))};try{AccordionDetailsStyle.displayName="AccordionDetailsStyle",AccordionDetailsStyle.__docgenInfo={description:"",displayName:"AccordionDetailsStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the accordion details.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx#AccordionDetailsStyle"]={docgenInfo:AccordionDetailsStyle.__docgenInfo,name:"AccordionDetailsStyle",path:"packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx#AccordionDetailsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionDetails/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/styles/AccordionDetailsStyle.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionDetails/utils/AccordionDetailsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAccordionDetailsClasses=foundation_1.RcClasses([],"RcAccordionDetails")},"./packages/juno-core/src/components/Accordion/AccordionDetails/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/utils/AccordionDetailsUtils.ts"),exports)},"./packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),AccordionSummary_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/AccordionSummary/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/utils/index.ts"),defaultIconButtonProps={disableRipple:!0},_RcAccordionSummary=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAccordionSummary"}),classesProp=props.classes,expandIconProp=props.expandIcon,IconButtonProps=props.IconButtonProps,children=props.children,rest=tslib_1.__rest(props,["classes","expandIcon","IconButtonProps","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcAccordionSummaryClasses,classesProp)}),[classesProp]),expandIcon=react_1.useMemo((function(){return expandIconProp?react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({symbol:!0===expandIconProp?juno_icon_1.ArrowDown2:expandIconProp,tabIndex:-1},IconButtonProps)):void 0}),[IconButtonProps,expandIconProp]);return react_1.default.createElement(AccordionSummary_1.default,tslib_1.__assign({},rest,{ref,classes,IconButtonProps:defaultIconButtonProps,expandIcon}),children)})),RcAccordionSummary=foundation_1.styled(_RcAccordionSummary)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AccordionSummaryStyle);exports.RcAccordionSummary=RcAccordionSummary,RcAccordionSummary.defaultProps={disableRipple:!1},RcAccordionSummary.displayName="RcAccordionSummary";try{RcAccordionSummary.displayName="RcAccordionSummary",RcAccordionSummary.__docgenInfo={description:"",displayName:"RcAccordionSummary",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the accordion summary.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},expandIcon:{defaultValue:null,description:"The icon to display as the expand indicator, default is `ArrowUp2`",name:"expandIcon",required:!1,type:{name:"boolean | BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},IconButtonProps:{defaultValue:null,description:"The props apply on `RcIconButton`",name:"IconButtonProps",required:!1,type:{name:"Partial"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:{value:"false"},description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx#RcAccordionSummary"]={docgenInfo:RcAccordionSummary.__docgenInfo,name:"RcAccordionSummary",path:"packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx#RcAccordionSummary"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionSummary/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/AccordionSummary.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/utils/index.ts");exports.AccordionSummaryStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-sizing: border-box;\n padding: ",";\n\n &."," {\n margin: 0;\n min-height: 48px;\n }\n\n ."," {\n margin: 0;\n align-items: center;\n }\n\n "," {\n position: relative;\n overflow: hidden;\n }\n\n ."," {\n margin-right: 0;\n padding: 0;\n }\n "],["\n box-sizing: border-box;\n padding: ",";\n\n &."," {\n margin: 0;\n min-height: 48px;\n }\n\n ."," {\n margin: 0;\n align-items: center;\n }\n\n "," {\n position: relative;\n overflow: hidden;\n }\n\n ."," {\n margin-right: 0;\n padding: 0;\n }\n "])),foundation_1.spacing(0,4),utils_1.RcAccordionSummaryClasses.expanded,utils_1.RcAccordionSummaryClasses.content,IconButton_1.RcIconButton,utils_1.RcAccordionSummaryClasses.expandIcon)};try{AccordionSummaryStyle.displayName="AccordionSummaryStyle",AccordionSummaryStyle.__docgenInfo={description:"",displayName:"AccordionSummaryStyle",props:{IconButtonProps:{defaultValue:null,description:"The props apply on `RcIconButton`",name:"IconButtonProps",required:!1,type:{name:"Partial"}},expandIcon:{defaultValue:null,description:"The icon to display as the expand indicator, default is `ArrowUp2`",name:"expandIcon",required:!1,type:{name:"boolean | BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the accordion summary.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx#AccordionSummaryStyle"]={docgenInfo:AccordionSummaryStyle.__docgenInfo,name:"AccordionSummaryStyle",path:"packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx#AccordionSummaryStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/AccordionSummary/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/styles/AccordionSummaryStyle.tsx"),exports)},"./packages/juno-core/src/components/Accordion/AccordionSummary/utils/AccordionSummaryUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAccordionSummaryClasses=foundation_1.RcClasses(["content","expanded","expandIcon"],"RcAccordionSummary")},"./packages/juno-core/src/components/Accordion/AccordionSummary/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/utils/AccordionSummaryUtils.ts"),exports)},"./packages/juno-core/src/components/Accordion/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/Accordion.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionSummary/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/AccordionDetails/index.ts"),exports)},"./packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Accordion/utils/index.ts");exports.AccordionStyleBetweenClassName=["&."+utils_1.RcAccordionClasses.root+" + &."+utils_1.RcAccordionClasses.expanded,"&."+utils_1.RcAccordionClasses.expanded+" + &."+utils_1.RcAccordionClasses.root].join(","),exports.AccordionStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-shadow: none;\n\n &:before {\n display: none;\n }\n\n &."," + &."," {\n border-top: 1px solid ",";\n }\n\n "," {\n margin-top: ",";\n border-top: 0;\n }\n\n &."," {\n box-shadow: ",";\n margin: 0;\n }\n "],["\n box-shadow: none;\n\n &:before {\n display: none;\n }\n\n &."," + &."," {\n border-top: 1px solid ",";\n }\n\n "," {\n margin-top: ",";\n border-top: 0;\n }\n\n &."," {\n box-shadow: ",";\n margin: 0;\n }\n "])),utils_1.RcAccordionClasses.root,utils_1.RcAccordionClasses.root,foundation_1.palette2("neutral","l02"),exports.AccordionStyleBetweenClassName,foundation_1.spacing(4),utils_1.RcAccordionClasses.expanded,foundation_1.shadows(2))};try{AccordionStyle.displayName="AccordionStyle",AccordionStyle.__docgenInfo={description:"",displayName:"AccordionStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"If `true`, expands the accordion, otherwise collapse it.\nSetting this prop enables control over the accordion.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"If `true`, the accordion will be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the expand/collapse state is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, expanded: boolean) => void)"}},children:{defaultValue:null,description:"The content of the accordion.",name:"children",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},defaultExpanded:{defaultValue:null,description:"If `true`, expands the accordion by default.",name:"defaultExpanded",required:!1,type:{name:"boolean"}},TransitionComponent:{defaultValue:null,description:"The component used for the collapse effect.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx#AccordionStyle"]={docgenInfo:AccordionStyle.__docgenInfo,name:"AccordionStyle",path:"packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx#AccordionStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Accordion/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/styles/AccordionStyle.tsx"),exports)},"./packages/juno-core/src/components/Accordion/utils/AccordionUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAccordionClasses=foundation_1.RcClasses(["expanded","root"],"RcAccordion")},"./packages/juno-core/src/components/Accordion/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/utils/AccordionUtils.ts"),exports)},"./packages/juno-core/src/components/Alert/Alert.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Alert_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/Alert/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Alert/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Alert/utils/index.ts"),_RcAlert=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAlert"}),icon=props.icon,classesProp=props.classes,children=props.children,rest=(props.align,props.size,tslib_1.__rest(props,["icon","classes","children","align","size"])),classes=foundation_1.combineClasses(utils_1.RcAlertClasses,classesProp);return react_1.default.createElement(Alert_1.default,tslib_1.__assign({icon:!0===icon?void 0:null!=icon?icon:styles_1.EmptyIcon},rest,{ref,classes}),children)})),RcAlert=foundation_1.styled(_RcAlert)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.AlertStyle);exports.RcAlert=RcAlert,RcAlert.defaultProps={severity:"info",size:"medium",align:"left",square:!0},RcAlert.displayName="RcAlert";try{RcAlert.displayName="RcAlert",RcAlert.__docgenInfo={description:"",displayName:"RcAlert",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:{value:"true"},description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the alert.",name:"action",required:!1,type:{name:"ReactNode"}},icon:{defaultValue:null,description:"Override the icon displayed before the children.\nUnless provided, the icon is mapped to the value of the `severity` prop.",name:"icon",required:!1,type:{name:"ReactNode"}},size:{defaultValue:{value:"medium"},description:"size with spacing between message and root",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},closeText:{defaultValue:null,description:"Override the default label for the *close popup* icon button.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).",name:"closeText",required:!1,type:{name:"string"}},severity:{defaultValue:{value:"info"},description:"The severity of the alert. This defines the color and icon used.",name:"severity",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"success"'},{value:'"info"'},{value:'"warning"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nWhen provided and no `action` prop is set, a close icon button is displayed that triggers the callback when clicked.\n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent) => void)"}},align:{defaultValue:{value:"left"},description:"that text align of message",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Alert/Alert.tsx#RcAlert"]={docgenInfo:RcAlert.__docgenInfo,name:"RcAlert",path:"packages/juno-core/src/components/Alert/Alert.tsx#RcAlert"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Alert/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/Alert.tsx"),exports)},"./packages/juno-core/src/components/Alert/styles/AlertStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Alert/utils/index.ts"),textColor=function(_a){var severity=_a.severity;return utils_1.RcAlertColors[severity].text},backgroundColor=function(_a){var severity=_a.severity;return utils_1.RcAlertColors[severity].background},rootSpacing=function(_a){var size=_a.size;return utils_1.RcAlertSpacings[size]};exports.EmptyIcon=react_1.default.createElement(react_1.default.Fragment,null),exports.AlertStyle=function(_a){var align=_a.align,square=_a.square,isEmpty=void 0===_a.icon;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n background-color: ",";\n display: flex;\n padding: ",";\n word-break: break-word;\n border-radius: ",";\n }\n\n ."," {\n ",";\n color: ",";\n text-align: ",";\n flex: 1 1 auto;\n padding: 0;\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n }\n "],["\n &."," {\n background-color: ",";\n display: flex;\n padding: ",";\n word-break: break-word;\n border-radius: ",";\n }\n\n ."," {\n ",";\n color: ",";\n text-align: ",";\n flex: 1 1 auto;\n padding: 0;\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n }\n "])),utils_1.RcAlertClasses.root,backgroundColor,rootSpacing,square&&foundation_1.radius("zero"),utils_1.RcAlertClasses.message,foundation_1.typography("body1"),textColor,align,utils_1.RcAlertClasses.icon,foundation_1.flexCenterStyle,isEmpty&&"margin: 0")};try{AlertStyle.displayName="AlertStyle",AlertStyle.__docgenInfo={description:"",displayName:"AlertStyle",props:{align:{defaultValue:null,description:"that text align of message",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},size:{defaultValue:null,description:"size with spacing between message and root",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the alert.",name:"action",required:!1,type:{name:"ReactNode"}},icon:{defaultValue:null,description:"Override the icon displayed before the children.\nUnless provided, the icon is mapped to the value of the `severity` prop.",name:"icon",required:!1,type:{name:"ReactNode"}},closeText:{defaultValue:null,description:"Override the default label for the *close popup* icon button.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).",name:"closeText",required:!1,type:{name:"string"}},severity:{defaultValue:null,description:"The severity of the alert. This defines the color and icon used.",name:"severity",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"success"'},{value:'"info"'},{value:'"warning"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nWhen provided and no `action` prop is set, a close icon button is displayed that triggers the callback when clicked.\n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Alert/styles/AlertStyle.tsx#AlertStyle"]={docgenInfo:AlertStyle.__docgenInfo,name:"AlertStyle",path:"packages/juno-core/src/components/Alert/styles/AlertStyle.tsx#AlertStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Alert/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/styles/AlertStyle.tsx"),exports)},"./packages/juno-core/src/components/Alert/utils/AlertUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAlertClasses=foundation_1.RcClasses(["root","message","icon"],"RcAlert"),exports.RcAlertSpacings={small:foundation_1.spacing(3,4),medium:foundation_1.spacing(4,5)},exports.RcAlertColors={info:{text:foundation_1.palette2("neutral","f06"),background:foundation_1.palette2("neutral","b03")},error:{text:foundation_1.palette2("danger","f02"),background:foundation_1.palette2("danger","b01")},success:{text:foundation_1.palette2("success","f02"),background:foundation_1.palette2("success","b01")},warning:{text:foundation_1.palette2("warning","f02"),background:foundation_1.palette2("warning","b01")}}},"./packages/juno-core/src/components/Alert/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/utils/AlertUtils.ts"),exports)},"./packages/juno-core/src/components/Animations/Highlight/Highlight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Transitions_1=__webpack_require__("./packages/juno-core/src/components/Transitions/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/utils/index.ts"),RcHighlight=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcHighlight"}),children=props.children,style=props.style,onExit=props.onExit,onEnter=props.onEnter,onExited=props.onExited,backgroundColorProp=props.backgroundColor,_a=props.duration,duration=void 0===_a?3e3:_a,_b=props.holdTime,holdTime=void 0===_b?1e3:_b,_c=props.easing,easing=void 0===_c?"cubic-bezier(.575, .105, .835, .295)":_c,action=props.action,other=tslib_1.__rest(props,["children","style","onExit","onEnter","onExited","backgroundColor","duration","holdTime","easing","action"]),theme=foundation_1.useTheme(),_d=tslib_1.__read(react_1.useState(!1),2),inValue=_d[0],setInValue=_d[1],styles=utils_2.getHighlightStyle({backgroundColorProp,theme}),nodeRef=react_1.useRef(null),handlers=utils_1.useNormalizedTransitionProps(tslib_1.__assign(tslib_1.__assign({},props),{onEnter:function(node,isAppearing){Transitions_1.reflow(node),Transitions_1.setTransitionStyle(node,""),null==onEnter||onEnter(node,isAppearing)},onExit:function(node){var transitionProps=Transitions_1.getTransitionProps({style:{transitionDelay:holdTime+"ms"},timeout:{exit:duration-holdTime},easing},{mode:"exit"}),transitionStyle=theme.transitions.create(["background-color"],transitionProps);Transitions_1.setTransitionStyle(node,transitionStyle),null==onExit||onExit(node)},onExited:function(node){Transitions_1.setTransitionStyle(node,""),null==onExited||onExited(node)}}),nodeRef),foreignRef=foundation_1.useForkRef(children.ref,ref),handleRef=foundation_1.useForkRef(nodeRef,foreignRef);return react_1.useImperativeHandle(action,(function(){return function(){setInValue(!0),setTimeout((function(){return setInValue(!1)}),0)}}),[]),react_1.default.createElement(Transitions_1.Transition,tslib_1.__assign({appear:!0,nodeRef,in:inValue},handlers,other,{timeout:{exit:duration}}),(function(state,childProps){return react_1.default.cloneElement(children,tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},style),children.props.style),styles[state]),ref:handleRef},childProps))}))}));exports.RcHighlight=RcHighlight,RcHighlight.defaultProps={},RcHighlight.displayName="RcHighlight";try{RcHighlight.displayName="RcHighlight",RcHighlight.__docgenInfo={description:"provide transition for highlight element,\ndefault behaviors: highlight for `1s` then transition to non background with `2s`",displayName:"RcHighlight",props:{children:{defaultValue:null,description:"host animation element",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},duration:{defaultValue:null,description:"the time of that animation time, default as `3000`ms",name:"duration",required:!1,type:{name:"number"}},holdTime:{defaultValue:null,description:"the time of that highligh hold time, default as `1000`ms",name:"holdTime",required:!1,type:{name:"number"}},easing:{defaultValue:null,description:"that animation easing",name:"easing",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"that trigger highlight action ref",name:"action",required:!1,type:{name:"((instance: (() => void) | null) => void) | RefObject<() => void> | null"}},backgroundColor:{defaultValue:null,description:"background color when highlight",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Animations/Highlight/Highlight.tsx#RcHighlight"]={docgenInfo:RcHighlight.__docgenInfo,name:"RcHighlight",path:"packages/juno-core/src/components/Animations/Highlight/Highlight.tsx#RcHighlight"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Animations/Highlight/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/Highlight.tsx"),exports)},"./packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");function getHighlightStyle(_a){var backgroundColorProp=_a.backgroundColorProp,theme=_a.theme,backgroundColor=(backgroundColorProp?foundation_1.getParsePaletteColor(backgroundColorProp):foundation_1.setOpacity(foundation_1.palette2("warning","b03"),"12"))({theme});return{entering:{backgroundColor},entered:{backgroundColor},exiting:{backgroundColor:"rgba(255, 255, 255, 0)"},exited:{backgroundColor:""}}}exports.getHighlightStyle=getHighlightStyle;try{getHighlightStyle.displayName="getHighlightStyle",getHighlightStyle.__docgenInfo={description:"",displayName:"getHighlightStyle",props:{backgroundColorProp:{defaultValue:null,description:"",name:"backgroundColorProp",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx#getHighlightStyle"]={docgenInfo:getHighlightStyle.__docgenInfo,name:"getHighlightStyle",path:"packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx#getHighlightStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Animations/Highlight/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/utils/getStyle.tsx"),exports)},"./packages/juno-core/src/components/Animations/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/Highlight/index.ts"),exports)},"./packages/juno-core/src/components/AppBar/AppBar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),AppBar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/AppBar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcAppBar=foundation_1.styled(AppBar_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: ",";\n background-color: ",";\n background: linear-gradient(\n to right,\n ",",\n ","\n );\n border-bottom: 1px solid ",";\n z-index: ",";\n"],["\n height: ",";\n background-color: ",";\n background: linear-gradient(\n to right,\n ",",\n ","\n );\n border-bottom: 1px solid ",";\n z-index: ",";\n"])),"56px",foundation_1.palette2("neutral","b01"),foundation_1.palette2("header","bgLeft"),foundation_1.palette2("header","bgRight"),foundation_1.palette2("header","divider"),(function(_a){return""+(_a.theme.zIndex.drawer+10)}));exports.RcAppBar=RcAppBar,RcAppBar.displayName="RcAppBar",RcAppBar.defaultProps={position:"static",elevation:0};try{RcAppBar.displayName="RcAppBar",RcAppBar.__docgenInfo={description:"",displayName:"RcAppBar",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"inherit"'},{value:'"transparent"'},{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:{value:"0"},description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},position:{defaultValue:{value:"static"},description:"The positioning type. The behavior of the different options is described\n[in the MDN web docs](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Positioning).\nNote: `sticky` is not universally supported and will fall back to `static` when unavailable.",name:"position",required:!1,type:{name:"enum",value:[{value:'"static"'},{value:'"sticky"'},{value:'"fixed"'},{value:'"absolute"'},{value:'"relative"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/AppBar/AppBar.tsx#RcAppBar"]={docgenInfo:RcAppBar.__docgenInfo,name:"RcAppBar",path:"packages/juno-core/src/components/AppBar/AppBar.tsx#RcAppBar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/AppBar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/AppBar/AppBar.tsx"),exports)},"./packages/juno-core/src/components/Avatar/Avatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Presence_1=__webpack_require__("./packages/juno-core/src/components/Presence/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Avatar/styles/index.ts");exports.StyledAvatar=styles_1.StyledAvatar;var utils_1=__webpack_require__("./packages/juno-core/src/components/Avatar/utils/index.ts"),_RcAvatar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcAvatar"});var presenceOrigin=props.presenceOrigin,idProps=props.id,size=props.size,classes=props.classes,color=props.color,children=props.children,_clickable=props.clickable,onClick=props.onClick,mask=props.mask,presence=props.presence,tooltip=(props.customColor,props.tooltip),iconSize=props.iconSize,iconSymbol=props.iconSymbol,srcProp=props.src,altProp=props.alt,Img=props.Img,imgProps=props.imgProps,presenceProps=props.presenceProps,rest=(props.displayName,tslib_1.__rest(props,["presenceOrigin","id","size","classes","color","children","clickable","onClick","mask","presence","customColor","tooltip","iconSize","iconSymbol","src","alt","Img","imgProps","presenceProps","displayName"])),unClickable=props.unClickable;unClickable=null==unClickable||unClickable;var clickable=null!=_clickable?_clickable:!unClickable,handleClick=react_1.useMemo((function(){return clickable||!unClickable&&onClick?onClick:void 0}),[clickable,onClick,unClickable]),avatar=react_1.useMemo((function(){var avatarChildren=function(){var src=srcProp||(null==imgProps?void 0:imgProps.src);if(src){var ImgComp=Img||"img";return react_1.default.createElement(ImgComp,tslib_1.__assign({src,alt:altProp},imgProps))}if(iconSymbol){var _size="half"===iconSize?utils_1.RcAvatarSizes[size]/2:utils_1.RcAvatarSizes[iconSize||size];return react_1.default.createElement(styles_1.StyledIconAvatar,{size:_size,symbol:iconSymbol})}return children||null}(),_avatar=react_1.default.createElement(styles_1.StyledAvatar,{size,color,iconSymbol,className:clsx_1.default(null==classes?void 0:classes.avatarContainer,utils_1.RcAvatarClasses.avatarContainer)},avatarChildren,mask&&react_1.default.createElement(styles_1.RcAvatarMask,{className:clsx_1.default(null==classes?void 0:classes.mask,utils_1.RcAvatarClasses.mask)},"boolean"==typeof mask?void 0:mask));return tooltip&&(_avatar=react_1.default.createElement(Tooltip_1.RcTooltip,{title:tooltip},_avatar)),_avatar}),[Img,altProp,children,null==classes?void 0:classes.avatarContainer,null==classes?void 0:classes.mask,color,iconSize,iconSymbol,imgProps,mask,size,srcProp,tooltip]),_a=presenceOrigin,horizontal=_a.horizontal,vertical=_a.vertical,presenceChildren=react_1.useMemo((function(){var _presence=null;return presence?_presence=presence:presenceProps&&(_presence=react_1.default.createElement(Presence_1.RcPresence,tslib_1.__assign({size},presenceProps))),_presence?react_1.default.createElement(styles_1.StyledPresenceWrapper,{horizontal,vertical,className:clsx_1.default(null==classes?void 0:classes.presenceWrapper,utils_1.RcAvatarClasses.presenceWrapper)},_presence):null}),[classes,horizontal,presence,presenceProps,size,vertical]),dataAttrProps=idProps?{id:""+idProps,"data-uid":""+idProps,"data-cid":""+idProps,"data-test-automation-value":""+idProps}:{};return react_1.default.createElement(styles_1.StyledAvatarWrapper,tslib_1.__assign({ref},dataAttrProps,{onClick:handleClick,"data-test-automation-class":"avatar",clickable},rest),avatar,presenceChildren)})),RcAvatar=foundation_1.styled(Tooltip_1.withTooltip(_RcAvatar))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));RcAvatar.defaultProps={size:"medium",presenceOrigin:{horizontal:"right",vertical:"bottom"}},RcAvatar.displayName="RcAvatar";var templateObject_1,ExportType=RcAvatar;exports.RcAvatar=ExportType;try{RcAvatar.displayName="RcAvatar",RcAvatar.__docgenInfo={description:"",displayName:"RcAvatar",props:{color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/Avatar.tsx#RcAvatar"]={docgenInfo:RcAvatar.__docgenInfo,name:"RcAvatar",path:"packages/juno-core/src/components/Avatar/Avatar.tsx#RcAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),AvatarDoc=function(props){return react_1.default.createElement(react_1.default.Fragment,null,"This component only for props generator")};exports.AvatarDoc=AvatarDoc;try{AvatarDoc.displayName="AvatarDoc",AvatarDoc.__docgenInfo={description:"",displayName:"AvatarDoc",props:{presenceOrigin:{defaultValue:null,description:"The anchor of the presence.",name:"presenceOrigin",required:!1,type:{name:"PresenceOrigin"}},src:{defaultValue:null,description:"src for avatar image",name:"src",required:!1,type:{name:"string"}},imgProps:{defaultValue:null,description:"attrs on img element",name:"imgProps",required:!1,type:{name:"ImgHTMLAttributes"}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},clickable:{defaultValue:null,description:"is that avatar can be click, default is false",name:"clickable",required:!1,type:{name:"boolean"}},mask:{defaultValue:null,description:"with mack in the bottom of avatar,\nwhen pass boolean, that will use default `` to render mask,\nalso can provide `jsx` to custom below render",name:"mask",required:!1,type:{name:"boolean | Element"}},presence:{defaultValue:null,description:"support custom presence",name:"presence",required:!1,type:{name:"Element"}},presenceProps:{defaultValue:null,description:"useless when prop 'presence' is not empty",name:"presenceProps",required:!1,type:{name:'Pick'}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},iconSize:{defaultValue:null,description:"can custom the icon size, half mean that will be half size of avatar",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"half"'}]}},shouldRenderPresenceHovered:{defaultValue:null,description:"only show presence when hovered or active",name:"shouldRenderPresenceHovered",required:!1,type:{name:"boolean"}},Img:{defaultValue:null,description:"@deprecated",name:"Img",required:!1,type:{name:"ComponentClass<{ src: string; }, any> | FunctionComponent<{ src: string; }>"}},customColor:{defaultValue:null,description:"@deprecated",name:"customColor",required:!1,type:{name:"boolean"}},unClickable:{defaultValue:null,description:"@deprecated",name:"unClickable",required:!1,type:{name:"boolean"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},displayName:{defaultValue:null,description:"@deprecated",name:"displayName",required:!1,type:{name:"string"}},alt:{defaultValue:null,description:"@deprecated",name:"alt",required:!1,type:{name:"string"}},tooltip:{defaultValue:null,description:"@deprecated",name:"tooltip",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:"Partial>"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx#AvatarDoc"]={docgenInfo:AvatarDoc.__docgenInfo,name:"AvatarDoc",path:"packages/juno-core/src/components/Avatar/__stories__/Avatar.doc.tsx#AvatarDoc"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/Avatar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/utils/useAvatarColorToken.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/utils/useAvatarShortName.ts"),exports)},"./packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),palette_light_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.light.json")),utils_1=__webpack_require__("./packages/juno-core/src/components/Avatar/utils/index.ts"),avatarPaletteKeys=Object.keys(palette_light_json_1.default.avatar),_StyledAvatar=react_1.forwardRef((function(_a,ref){_a.color,_a.size,_a.iconSymbol;var rest=tslib_1.__rest(_a,["color","size","iconSymbol"]);return react_1.default.createElement("div",tslib_1.__assign({ref},rest))}));exports.StyledAvatar=foundation_1.styled(_StyledAvatar)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n line-height: 1;\n border-radius: ",";\n overflow: hidden;\n user-select: none;\n outline: none;\n color: ",";\n\n ",";\n\n > img,\n > canvas {\n width: 100%;\n height: 100%;\n }\n"],["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n line-height: 1;\n border-radius: ",";\n overflow: hidden;\n user-select: none;\n outline: none;\n color: ",";\n\n ",";\n\n > img,\n > canvas {\n width: 100%;\n height: 100%;\n }\n"])),foundation_1.radius("circle"),foundation_1.palette2("neutral","f01"),(function(_a){var size=_a.size,color=_a.color,iconSymbol=_a.iconSymbol,value=utils_1.RcAvatarSizes[size];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n width: ","px;\n height: ","px;\n background-color: ",";\n "],["\n ",";\n width: ","px;\n height: ","px;\n background-color: ",";\n "])),foundation_1.typography(utils_1.RcAvatarFonts[size]),value,value,function(color,iconSymbol){return color&&"string"==typeof color&&avatarPaletteKeys.indexOf(color)>-1?foundation_1.palette2("avatar",color):foundation_1.getParsePaletteColor(color,iconSymbol?["avatar","primary"]:["neutral","b03"])}(color,iconSymbol))}));try{StyledAvatar.displayName="StyledAvatar",StyledAvatar.__docgenInfo={description:"",displayName:"StyledAvatar",props:{color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx#StyledAvatar"]={docgenInfo:StyledAvatar.__docgenInfo,name:"StyledAvatar",path:"packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx#StyledAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Avatar/utils/index.ts"),_StyledAvatarWrapper=react_1.forwardRef((function(_a,ref){var children=_a.children,clickable=_a.clickable,rest=(_a.color,_a.shouldRenderPresenceHovered,tslib_1.__rest(_a,["children","clickable","color","shouldRenderPresenceHovered"]));return clickable?react_1.default.createElement("button",tslib_1.__assign({ref,type:"button"},rest),children):react_1.default.createElement("div",tslib_1.__assign({ref},rest),children)})),focusVisibleAndAvatarContainer=foundation_1.focusVisible+" ."+utils_1.RcAvatarClasses.avatarContainer;exports.StyledAvatarWrapper=foundation_1.styled(_StyledAvatarWrapper)(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: relative;\n display: inline-flex;\n outline: 0;\n\n ",";\n\n ","\n\n ",";\n"],["\n position: relative;\n display: inline-flex;\n outline: 0;\n\n ",";\n\n ","\n\n ",";\n"])),(function(_a){return _a.disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n pointer-events: none;\n opacity: ",";\n "],["\n pointer-events: none;\n opacity: ",";\n "])),foundation_1.opacity("32"))}),(function(_a){return _a.shouldRenderPresenceHovered&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n visibility: hidden;\n }\n\n "," {\n ."," {\n visibility: visible;\n }\n }\n "],["\n ."," {\n visibility: hidden;\n }\n\n "," {\n ."," {\n visibility: visible;\n }\n }\n "])),utils_1.RcAvatarClasses.presenceWrapper,foundation_1.focusWithin,utils_1.RcAvatarClasses.presenceWrapper)}),(function(_a){return _a.clickable&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: 4px;\n }\n\n ",",\n .",":hover {\n opacity: ",";\n }\n\n ",",\n ."," {\n &:active {\n opacity: ",";\n }\n }\n "],["\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: 4px;\n }\n\n ",",\n .",":hover {\n opacity: ",";\n }\n\n ",",\n ."," {\n &:active {\n opacity: ",";\n }\n }\n "])),foundation_1.nonStyleButton,foundation_1.focusVisible,foundation_1.focusVisibleColor,focusVisibleAndAvatarContainer,utils_1.RcAvatarClasses.avatarContainer,foundation_1.opacity("12",!0),focusVisibleAndAvatarContainer,utils_1.RcAvatarClasses.avatarContainer,foundation_1.opacity("24",!0))}));try{StyledAvatarWrapper.displayName="StyledAvatarWrapper",StyledAvatarWrapper.__docgenInfo={description:"",displayName:"StyledAvatarWrapper",props:{mask:{defaultValue:null,description:"with mack in the bottom of avatar,\nwhen pass boolean, that will use default `` to render mask,\nalso can provide `jsx` to custom below render",name:"mask",required:!1,type:{name:"boolean | Element"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:null,description:"avatar color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},tooltip:{defaultValue:null,description:"@deprecated",name:"tooltip",required:!1,type:{name:"string"}},iconSize:{defaultValue:null,description:"can custom the icon size, half mean that will be half size of avatar",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"half"'}]}},size:{defaultValue:null,description:"avatar size, also presence size if not custom presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},src:{defaultValue:null,description:"src for avatar image",name:"src",required:!1,type:{name:"string"}},clickable:{defaultValue:null,description:"is that avatar can be click, default is false",name:"clickable",required:!1,type:{name:"true"}},alt:{defaultValue:null,description:"@deprecated",name:"alt",required:!1,type:{name:"string"}},presence:{defaultValue:null,description:"support custom presence",name:"presence",required:!1,type:{name:"Element"}},presenceOrigin:{defaultValue:null,description:"The anchor of the presence.",name:"presenceOrigin",required:!1,type:{name:"PresenceOrigin"}},imgProps:{defaultValue:null,description:"attrs on img element",name:"imgProps",required:!1,type:{name:"ImgHTMLAttributes"}},presenceProps:{defaultValue:null,description:"useless when prop 'presence' is not empty",name:"presenceProps",required:!1,type:{name:'Pick'}},iconSymbol:{defaultValue:null,description:"icon for `RcIcon` render",name:"iconSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},shouldRenderPresenceHovered:{defaultValue:null,description:"only show presence when hovered or active",name:"shouldRenderPresenceHovered",required:!1,type:{name:"boolean"}},Img:{defaultValue:null,description:"@deprecated",name:"Img",required:!1,type:{name:"ComponentClass<{ src: string; }, any> | FunctionComponent<{ src: string; }>"}},customColor:{defaultValue:null,description:"@deprecated",name:"customColor",required:!1,type:{name:"boolean"}},unClickable:{defaultValue:null,description:"@deprecated",name:"unClickable",required:!1,type:{name:"boolean"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},displayName:{defaultValue:null,description:"@deprecated",name:"displayName",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx#StyledAvatarWrapper"]={docgenInfo:StyledAvatarWrapper.__docgenInfo,name:"StyledAvatarWrapper",path:"packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx#StyledAvatarWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.StyledIconAvatar=foundation_1.styled((function(_a){_a.size;var rest=tslib_1.__rest(_a,["size"]);return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({size:"inherit"},rest))}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n font-size: ","px;\n"],["\n font-size: ","px;\n"])),(function(_a){return _a.size}));try{StyledIconAvatar.displayName="StyledIconAvatar",StyledIconAvatar.__docgenInfo={description:"",displayName:"StyledIconAvatar",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},size:{defaultValue:null,description:"",name:"size",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx#StyledIconAvatar"]={docgenInfo:StyledIconAvatar.__docgenInfo,name:"StyledIconAvatar",path:"packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx#StyledIconAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledMask.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),StyledMask=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n bottom: 0;\n\n width: 100%;\n height: 27.5%;\n background-color: ",";\n color: ",";\n text-align: center;\n ","\n"],["\n position: absolute;\n right: 0;\n bottom: 0;\n\n width: 100%;\n height: 27.5%;\n background-color: ",";\n color: ",";\n text-align: center;\n ","\n"])),foundation_1.setOpacity(foundation_1.palette2("neutral","b06"),"56"),foundation_1.palette2("neutral","f01"),foundation_1.flexCenterStyle),defaultChildren=react_1.default.createElement(Icon_1.RcIcon,{size:"small",symbol:juno_icon_1.Edit}),RcAvatarMask=function(_a){var className=_a.className,_b=_a.children,children=void 0===_b?defaultChildren:_b;return react_1.default.createElement(StyledMask,{className},children)};exports.RcAvatarMask=RcAvatarMask;try{RcAvatarMask.displayName="RcAvatarMask",RcAvatarMask.__docgenInfo={description:"",displayName:"RcAvatarMask",props:{className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledMask.tsx#RcAvatarMask"]={docgenInfo:RcAvatarMask.__docgenInfo,name:"RcAvatarMask",path:"packages/juno-core/src/components/Avatar/styles/StyledMask.tsx#RcAvatarMask"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.StyledPresenceWrapper=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n ",": 14%;\n ",": 14%;\n transform: translate(\n ","50%,\n ","50%\n );\n transform-origin: 100% 100%;\n"],["\n position: absolute;\n ",": 14%;\n ",": 14%;\n transform: translate(\n ","50%,\n ","50%\n );\n transform-origin: 100% 100%;\n"])),(function(_a){return _a.horizontal}),(function(_a){return _a.vertical}),(function(_a){return"right"===_a.horizontal?"":"-"}),(function(_a){return"bottom"===_a.vertical?"":"-"}));try{StyledPresenceWrapper.displayName="StyledPresenceWrapper",StyledPresenceWrapper.__docgenInfo={description:"",displayName:"StyledPresenceWrapper",props:{horizontal:{defaultValue:null,description:"",name:"horizontal",required:!0,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'}]}},vertical:{defaultValue:null,description:"",name:"vertical",required:!0,type:{name:"enum",value:[{value:'"bottom"'},{value:'"top"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx#StyledPresenceWrapper"]={docgenInfo:StyledPresenceWrapper.__docgenInfo,name:"StyledPresenceWrapper",path:"packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx#StyledPresenceWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Avatar/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledAvatar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledAvatarWrapper.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledIconAvatar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledMask.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/styles/StyledPresenceWrapper.tsx"),exports)},"./packages/juno-core/src/components/Avatar/utils/AvatarUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcAvatarSizes={xxsmall:24,xsmall:32,small:40,medium:64,large:80,xlarge:100},exports.RcAvatarClasses=foundation_1.RcClasses(["presenceWrapper","avatarContainer","mask"],"RcAvatar"),exports.RcAvatarFonts={xlarge:"display2",large:"display1",medium:"title2",small:"subheading2",xsmall:"subheading2",xxsmall:"caption2"}},"./packages/juno-core/src/components/Avatar/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/utils/AvatarUtils.ts"),exports)},"./packages/juno-core/src/components/Avatar/utils/useAvatarColorToken.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),AVATAR_COLORS=["avatar.tomato","avatar.blueberry","avatar.oasis","avatar.gold","avatar.sage","avatar.ash","avatar.persimmon","avatar.pear","avatar.brass","avatar.lake"];function getAvatarColorTokenFromId(id){var e_1,_a,hash=0,total=AVATAR_COLORS.length;try{for(var _b=tslib_1.__values(""+(null!=id?id:"")),_c=_b.next();!_c.done;_c=_b.next()){var i=_c.value;hash+=String(i).charCodeAt(0)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}return hash<0&&(hash=-hash),AVATAR_COLORS[hash%total]}exports.getAvatarColorTokenFromId=getAvatarColorTokenFromId,exports.useAvatarColorToken=function(id){return react_1.useMemo((function(){return getAvatarColorTokenFromId(id)}),[id])}},"./packages/juno-core/src/components/Avatar/utils/useAvatarShortName.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");function isValidOnlyLetterOrNumbers(value){return/^[0-9A-Za-z\s\-~`!@#$%^&*()-_+=[\]{};:"',<.>/?,。?¥!……【】’“;《》()]+$/.test(value)}function getFirstUpperCase(name){return name&&name[0].toUpperCase()||""}function handleOnlyLetterOrNumbers(firstName,lastName){return""+getFirstUpperCase(firstName)+getFirstUpperCase(lastName)}function getAvatarShortName(firstName,lastName,email){if(void 0===firstName&&(firstName=""),void 0===lastName&&(lastName=""),lastName||firstName){var firstValid=isValidOnlyLetterOrNumbers(firstName),lastValid=isValidOnlyLetterOrNumbers(lastName);return firstValid&&lastValid?handleOnlyLetterOrNumbers(firstName,lastName):firstValid||lastValid?function handleOneOfName(firstName,lastName){var names=!!firstName&&firstName.split(/\s+/)||!!lastName&&lastName.split(/\s+/);return""+getFirstUpperCase(names[0])+getFirstUpperCase(names[1])}(firstName,lastName):""}return email?handleOnlyLetterOrNumbers(email,""):""}exports.getAvatarShortName=getAvatarShortName,exports.useAvatarShortName=function(_a){var firstName=_a.firstName,lastName=_a.lastName,email=_a.email;return react_1.useMemo((function(){return getAvatarShortName(firstName,lastName,email)}),[email,firstName,lastName])}},"./packages/juno-core/src/components/Backdrop/Backdrop.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Backdrop_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Backdrop/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/utils/index.ts"),_RcBackdrop=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcBackdrop"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcBackdropClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Backdrop_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcBackdrop=foundation_1.styled(_RcBackdrop)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.BackdropStyle);exports.RcBackdrop=RcBackdrop,RcBackdrop.defaultProps={},RcBackdrop.displayName="RcBackdrop";try{RcBackdrop.displayName="RcBackdrop",RcBackdrop.__docgenInfo={description:"",displayName:"RcBackdrop",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},invisible:{defaultValue:null,description:"If `true`, the backdrop is invisible.\nIt can be used when rendering a popover or a custom select component.",name:"invisible",required:!1,type:{name:"boolean"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the backdrop is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Backdrop/Backdrop.tsx#RcBackdrop"]={docgenInfo:RcBackdrop.__docgenInfo,name:"RcBackdrop",path:"packages/juno-core/src/components/Backdrop/Backdrop.tsx#RcBackdrop"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Backdrop/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/Backdrop.tsx"),exports)},"./packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/utils/index.ts");exports.BackdropStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n background-color: rgba(0, 0, 0, 0.7);\n }\n "],["\n &."," {\n background-color: rgba(0, 0, 0, 0.7);\n }\n "])),utils_1.RcBackdropClasses.root)};try{BackdropStyle.displayName="BackdropStyle",BackdropStyle.__docgenInfo={description:"",displayName:"BackdropStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},invisible:{defaultValue:null,description:"If `true`, the backdrop is invisible.\nIt can be used when rendering a popover or a custom select component.",name:"invisible",required:!1,type:{name:"boolean"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the backdrop is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx#BackdropStyle"]={docgenInfo:BackdropStyle.__docgenInfo,name:"BackdropStyle",path:"packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx#BackdropStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Backdrop/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/styles/BackdropStyle.tsx"),exports)},"./packages/juno-core/src/components/Backdrop/utils/BackdropUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcBackdropClasses=foundation_1.RcClasses(["root"],"RcBackdrop")},"./packages/juno-core/src/components/Backdrop/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/utils/BackdropUtils.ts"),exports)},"./packages/juno-core/src/components/Badge/Badge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Badge_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Badge/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Badge/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Badge/utils/index.ts"),DotBadge_1=__webpack_require__("./packages/juno-core/src/components/Badge/DotBadge.tsx"),_RcBadge=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcBadge"}),classesProp=props.classes,children=props.children,overlap=props.overlap,variant=(props.color,props.variant),anchorOrigin=(props.textColor,props.anchorOrigin),component=(props.borderColor,props.component),dotComponent=props.dotComponent,dotProps=props.dotProps,invisible=props.invisible,badgeContent=props.badgeContent,_a=props.showZero,showZero=void 0!==_a&&_a,rest=tslib_1.__rest(props,["classes","children","overlap","color","variant","textColor","anchorOrigin","borderColor","component","dotComponent","dotProps","invisible","badgeContent","showZero"]);var innerRef=react_1.useRef(null),badgeRef=foundation_1.useForkRef(innerRef,ref),isRound="round"===overlap,isDot="dot"===variant,notPassOverlapToMui="none"!==overlap&&!isRound;isRound&&utils_1.useRoundBadgeOffset(innerRef);var classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcBadgeClasses,classesProp)}),[classesProp]),renderBadge=function(customComponent){return void 0===customComponent&&(customComponent=component),react_1.default.createElement(Badge_1.default,tslib_1.__assign({},rest,{variant,invisible,badgeContent,showZero,anchorOrigin,component:customComponent,overlap:notPassOverlapToMui?overlap:void 0,ref:badgeRef,classes}),children)};return isDot?react_1.default.createElement(DotBadge_1.DotBadgeContext.Provider,{value:{anchorOrigin,dotComponent,dotProps,invisible,overlap,children,badgeContent,showZero}},renderBadge(DotBadge_1.DotBadge)):renderBadge(component)})),RcBadge=foundation_1.styled(_RcBadge)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.BadgeStyle);exports.RcBadge=RcBadge,RcBadge.defaultProps={color:"umi.mentioned",textColor:"umi.text",overlap:"rectangular",anchorOrigin:{horizontal:"right",vertical:"top"}},RcBadge.displayName="RcBadge";try{RcBadge.displayName="RcBadge",RcBadge.__docgenInfo={description:"",displayName:"RcBadge",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:{value:"umi.mentioned"},description:"tag color, default is `umi.mentioned`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},children:{defaultValue:null,description:"The badge will be added relative to this node.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"dot"'},{value:'"standard"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},invisible:{defaultValue:null,description:"If `true`, the badge will be invisible.",name:"invisible",required:!1,type:{name:"boolean"}},anchorOrigin:{defaultValue:{value:"{\n horizontal: 'right',\n vertical: 'top',\n }"},description:"The anchor of the badge.",name:"anchorOrigin",required:!1,type:{name:"BadgeOrigin"}},overlap:{defaultValue:{value:"rectangular"},description:'Wrapped shape the badge should overlap\n- `circular`: for circular children\n- `rectangular`: for rectangular children\n- `round`: for round radius rectangular children, like\n```jsx\nclick\n```\n- `none`: not do any overlap on that badge',name:"overlap",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"round"'},{value:'"rectangular"'},{value:'"circular"'}]}},badgeContent:{defaultValue:null,description:"The content rendered within the badge.",name:"badgeContent",required:!1,type:{name:"ReactNode"}},max:{defaultValue:null,description:"Max count to show.",name:"max",required:!1,type:{name:"number"}},showZero:{defaultValue:null,description:"Controls whether the badge is hidden when `badgeContent` is zero.",name:"showZero",required:!1,type:{name:"boolean"}},borderColor:{defaultValue:null,description:"tag border color",name:"borderColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},textColor:{defaultValue:{value:"umi.text"},description:"text color, default is `umi.text`",name:"textColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},dotComponent:{defaultValue:null,description:"Custom dot render Component in `dot` mode\nif you don't want any dot, you can set `null`",name:"dotComponent",required:!1,type:{name:"ComponentClass | FunctionComponent | null"}},dotProps:{defaultValue:null,description:"when mode is dot, that addition dotProps",name:"dotProps",required:!1,type:{name:"RcPresenceProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/Badge.tsx#RcBadge"]={docgenInfo:RcBadge.__docgenInfo,name:"RcBadge",path:"packages/juno-core/src/components/Badge/Badge.tsx#RcBadge"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Badge/DotBadge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js"),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Badge/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Badge/utils/index.ts");exports.DotBadgeContext=react_1.createContext({}),exports.DotBadge=react_1.forwardRef((function(_a,ref){_a.children;var _b,rest=tslib_1.__rest(_a,["children"]),_c=react_1.useContext(exports.DotBadgeContext),anchorOrigin=_c.anchorOrigin,dotComponent=_c.dotComponent,dotProps=_c.dotProps,invisibleProp=_c.invisible,badgeContent=_c.badgeContent,showZero=_c.showZero,overlap=_c.overlap,children=_c.children,invisible=invisibleProp;"boolean"==typeof invisibleProp||0!==badgeContent||showZero||(invisible=!0);var _d=anchorOrigin,horizontal=_d.horizontal,vertical=_d.vertical,addClassName="MuiBadge-anchorOrigin"+utils_1.capitalize(vertical)+utils_1.capitalize(horizontal)+utils_1.capitalize(overlap),DotComponent=null!=dotComponent?dotComponent:styles_1.DefaultDotComponent,applyDotProps=foundation_1.combineProps({className:clsx_1.default(addClassName,utils_2.RcBadgeClasses.badge,(_b={},_b[utils_2.RcBadgeClasses.invisible]=invisible,_b["MuiBadge-invisible"]=invisible,_b))},dotProps);return react_1.default.createElement("div",tslib_1.__assign({},rest,{ref}),children,null!==dotComponent&&react_1.default.createElement(Box_1.RcBox,{position:"absolute",zIndex:"1",clone:!0},react_1.default.createElement(DotComponent,tslib_1.__assign({},applyDotProps))))}));try{DotBadge.displayName="DotBadge",DotBadge.__docgenInfo={description:"",displayName:"DotBadge",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/DotBadge.tsx#DotBadge"]={docgenInfo:DotBadge.__docgenInfo,name:"DotBadge",path:"packages/juno-core/src/components/Badge/DotBadge.tsx#DotBadge"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Badge/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/Badge.tsx"),exports)},"./packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Badge/utils/index.ts");exports.BadgeStyle=function(_a){var badgeContent=_a.badgeContent,overlap=_a.overlap,variant=_a.variant,textColor=_a.textColor,borderColor=_a.borderColor,max=_a.max,color=_a.color,overlapRound="round"===overlap,overlapNone="none"===overlap,isStandard="dot"!==variant,borderCurrColor=foundation_1.getParsePaletteColor(borderColor,null,!1),manyChar=["number","string"].includes(typeof badgeContent)&&1!==(""+badgeContent).length||max&&max>0&&+badgeContent>max;return foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n ."," {\n margin: ",";\n color: ",";\n background-color: ",";\n transition: ",";\n\n ",";\n\n ","\n\n ","\n }\n "],["\n ."," {\n margin: ",";\n color: ",";\n background-color: ",";\n transition: ",";\n\n ",";\n\n ","\n\n ","\n }\n "])),utils_1.RcBadgeClasses.badge,overlapRound&&"var("+utils_1.roundBadgeMarginKey+")",foundation_1.getParsePaletteColor(textColor,null,!1),foundation_1.getParsePaletteColor(color,null,!1),(function(_a){var theme=_a.theme;return theme.transitions.create("transform",{easing:theme.transitions.easing.easeInOut,duration:theme.transitions.duration.enteringScreen})}),borderColor&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),isStandard?foundation_1.fakeBorder({color:borderCurrColor,radius:"round"}):foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-color: ",";\n "],["\n border-color: ",";\n "])),borderCurrColor)),isStandard&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 18px;\n min-width: 18px;\n padding: ",";\n "],["\n height: 18px;\n min-width: 18px;\n padding: ",";\n "])),!manyChar&&0),overlapNone&&foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n position: unset;\n transform: unset;\n\n &."," {\n transform: scale(0);\n }\n "],["\n position: unset;\n transform: unset;\n\n &."," {\n transform: scale(0);\n }\n "])),utils_1.RcBadgeClasses.invisible))},exports.DefaultDotComponent=foundation_1.styled.div(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n border-radius: 50%;\n width: 8px;\n height: 8px;\n border: 2px solid ",";\n"],["\n border-radius: 50%;\n width: 8px;\n height: 8px;\n border: 2px solid ",";\n"])),foundation_1.palette2("neutral","l01"));try{BadgeStyle.displayName="BadgeStyle",BadgeStyle.__docgenInfo={description:"",displayName:"BadgeStyle",props:{color:{defaultValue:null,description:"tag color, default is `umi.mentioned`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},textColor:{defaultValue:null,description:"text color, default is `umi.text`",name:"textColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},borderColor:{defaultValue:null,description:"tag border color",name:"borderColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},overlap:{defaultValue:null,description:'Wrapped shape the badge should overlap\n- `circular`: for circular children\n- `rectangular`: for rectangular children\n- `round`: for round radius rectangular children, like\n```jsx\nclick\n```\n- `none`: not do any overlap on that badge',name:"overlap",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"round"'},{value:'"rectangular"'},{value:'"circular"'}]}},dotComponent:{defaultValue:null,description:"Custom dot render Component in `dot` mode\nif you don't want any dot, you can set `null`",name:"dotComponent",required:!1,type:{name:"ComponentClass | FunctionComponent | null"}},dotProps:{defaultValue:null,description:"when mode is dot, that addition dotProps",name:"dotProps",required:!1,type:{name:"RcPresenceProps"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The badge will be added relative to this node.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"dot"'},{value:'"standard"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},invisible:{defaultValue:null,description:"If `true`, the badge will be invisible.",name:"invisible",required:!1,type:{name:"boolean"}},anchorOrigin:{defaultValue:null,description:"The anchor of the badge.",name:"anchorOrigin",required:!1,type:{name:"BadgeOrigin"}},badgeContent:{defaultValue:null,description:"The content rendered within the badge.",name:"badgeContent",required:!1,type:{name:"ReactNode"}},max:{defaultValue:null,description:"Max count to show.",name:"max",required:!1,type:{name:"number"}},showZero:{defaultValue:null,description:"Controls whether the badge is hidden when `badgeContent` is zero.",name:"showZero",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#BadgeStyle"]={docgenInfo:BadgeStyle.__docgenInfo,name:"BadgeStyle",path:"packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#BadgeStyle"})}catch(__react_docgen_typescript_loader_error){}try{DefaultDotComponent.displayName="DefaultDotComponent",DefaultDotComponent.__docgenInfo={description:"",displayName:"DefaultDotComponent",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#DefaultDotComponent"]={docgenInfo:DefaultDotComponent.__docgenInfo,name:"DefaultDotComponent",path:"packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx#DefaultDotComponent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Badge/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/styles/BadgeStyle.tsx"),exports)},"./packages/juno-core/src/components/Badge/utils/BadgeUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcBadgeClasses=foundation_1.RcClasses(["badge","invisible"],"RcBadge"),exports.roundBadgeMarginKey="--badge-round-margin";var sqrt2=Math.sqrt(2),powBy=sqrt2-1;exports.getRoundOffset=function(x){return x*powBy/sqrt2}},"./packages/juno-core/src/components/Badge/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/utils/BadgeUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx"),exports)},"./packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),BadgeUtils_1=__webpack_require__("./packages/juno-core/src/components/Badge/utils/BadgeUtils.ts");exports.useRoundBadgeOffset=function(badgeRef){var currHeightRef=react_1.useRef(0);foundation_1.useResizeObserver(badgeRef,(function(_a){var badgeObsEntry=tslib_1.__read(_a,1)[0],height=badgeObsEntry.contentRect.height,element=badgeObsEntry.target;if(currHeightRef.current!==height){currHeightRef.current=height;var offset=BadgeUtils_1.getRoundOffset(height/2);element.style.setProperty(BadgeUtils_1.roundBadgeMarginKey,foundation_1.px(offset))}}),{mode:"throttle"})};try{useRoundBadgeOffset.displayName="useRoundBadgeOffset",useRoundBadgeOffset.__docgenInfo={description:"modify round badge offset to correct position,\nonly trigger when host element height change",displayName:"useRoundBadgeOffset",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx#useRoundBadgeOffset"]={docgenInfo:useRoundBadgeOffset.__docgenInfo,name:"useRoundBadgeOffset",path:"packages/juno-core/src/components/Badge/utils/useRoundBadgeOffset.tsx#useRoundBadgeOffset"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Box/Box.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Box_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Box/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcBox=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcBox"}),addProps={ref};return react_1.default.createElement(Box_1.default,tslib_1.__assign({},addProps,props))}));exports.RcBox=RcBox;try{RcBox.displayName="RcBox",RcBox.__docgenInfo={description:"",displayName:"RcBox",props:{color:{defaultValue:null,description:"all palette color support",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},bgcolor:{defaultValue:null,description:"all palette color support",name:"bgcolor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},borderColor:{defaultValue:null,description:"all palette color support",name:"borderColor",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},zIndex:{defaultValue:null,description:"",name:"zIndex",required:!1,type:{name:"any"}},p:{defaultValue:null,description:"",name:"p",required:!1,type:{name:"any"}},component:{defaultValue:null,description:"",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},fontFamily:{defaultValue:null,description:"",name:"fontFamily",required:!1,type:{name:"any"}},fontSize:{defaultValue:null,description:"",name:"fontSize",required:!1,type:{name:"any"}},bottom:{defaultValue:null,description:"",name:"bottom",required:!1,type:{name:"any"}},left:{defaultValue:null,description:"",name:"left",required:!1,type:{name:"any"}},right:{defaultValue:null,description:"",name:"right",required:!1,type:{name:"any"}},top:{defaultValue:null,description:"",name:"top",required:!1,type:{name:"any"}},position:{defaultValue:null,description:"",name:"position",required:!1,type:{name:"any"}},border:{defaultValue:null,description:"",name:"border",required:!1,type:{name:"any"}},borderTop:{defaultValue:null,description:"",name:"borderTop",required:!1,type:{name:"any"}},borderRight:{defaultValue:null,description:"",name:"borderRight",required:!1,type:{name:"any"}},borderBottom:{defaultValue:null,description:"",name:"borderBottom",required:!1,type:{name:"any"}},borderLeft:{defaultValue:null,description:"",name:"borderLeft",required:!1,type:{name:"any"}},borderRadius:{defaultValue:null,description:"",name:"borderRadius",required:!1,type:{name:"any"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"any"}},displayPrint:{defaultValue:null,description:"",name:"displayPrint",required:!1,type:{name:"any"}},overflow:{defaultValue:null,description:"",name:"overflow",required:!1,type:{name:"any"}},textOverflow:{defaultValue:null,description:"",name:"textOverflow",required:!1,type:{name:"any"}},visibility:{defaultValue:null,description:"",name:"visibility",required:!1,type:{name:"any"}},whiteSpace:{defaultValue:null,description:"",name:"whiteSpace",required:!1,type:{name:"any"}},flexBasis:{defaultValue:null,description:"",name:"flexBasis",required:!1,type:{name:"any"}},flexDirection:{defaultValue:null,description:"",name:"flexDirection",required:!1,type:{name:"any"}},flexWrap:{defaultValue:null,description:"",name:"flexWrap",required:!1,type:{name:"any"}},justifyContent:{defaultValue:null,description:"",name:"justifyContent",required:!1,type:{name:"any"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"any"}},alignContent:{defaultValue:null,description:"",name:"alignContent",required:!1,type:{name:"any"}},order:{defaultValue:null,description:"",name:"order",required:!1,type:{name:"any"}},flex:{defaultValue:null,description:"",name:"flex",required:!1,type:{name:"any"}},flexGrow:{defaultValue:null,description:"",name:"flexGrow",required:!1,type:{name:"any"}},flexShrink:{defaultValue:null,description:"",name:"flexShrink",required:!1,type:{name:"any"}},alignSelf:{defaultValue:null,description:"",name:"alignSelf",required:!1,type:{name:"any"}},justifyItems:{defaultValue:null,description:"",name:"justifyItems",required:!1,type:{name:"any"}},justifySelf:{defaultValue:null,description:"",name:"justifySelf",required:!1,type:{name:"any"}},gridGap:{defaultValue:null,description:"",name:"gridGap",required:!1,type:{name:"any"}},gridColumnGap:{defaultValue:null,description:"",name:"gridColumnGap",required:!1,type:{name:"any"}},gridRowGap:{defaultValue:null,description:"",name:"gridRowGap",required:!1,type:{name:"any"}},gridColumn:{defaultValue:null,description:"",name:"gridColumn",required:!1,type:{name:"any"}},gridRow:{defaultValue:null,description:"",name:"gridRow",required:!1,type:{name:"any"}},gridAutoFlow:{defaultValue:null,description:"",name:"gridAutoFlow",required:!1,type:{name:"any"}},gridAutoColumns:{defaultValue:null,description:"",name:"gridAutoColumns",required:!1,type:{name:"any"}},gridAutoRows:{defaultValue:null,description:"",name:"gridAutoRows",required:!1,type:{name:"any"}},gridTemplateColumns:{defaultValue:null,description:"",name:"gridTemplateColumns",required:!1,type:{name:"any"}},gridTemplateRows:{defaultValue:null,description:"",name:"gridTemplateRows",required:!1,type:{name:"any"}},gridTemplateAreas:{defaultValue:null,description:"",name:"gridTemplateAreas",required:!1,type:{name:"any"}},gridArea:{defaultValue:null,description:"",name:"gridArea",required:!1,type:{name:"any"}},boxShadow:{defaultValue:null,description:"",name:"boxShadow",required:!1,type:{name:"any"}},width:{defaultValue:null,description:"",name:"width",required:!1,type:{name:"any"}},maxWidth:{defaultValue:null,description:"",name:"maxWidth",required:!1,type:{name:"any"}},minWidth:{defaultValue:null,description:"",name:"minWidth",required:!1,type:{name:"any"}},height:{defaultValue:null,description:"",name:"height",required:!1,type:{name:"any"}},maxHeight:{defaultValue:null,description:"",name:"maxHeight",required:!1,type:{name:"any"}},minHeight:{defaultValue:null,description:"",name:"minHeight",required:!1,type:{name:"any"}},sizeWidth:{defaultValue:null,description:"",name:"sizeWidth",required:!1,type:{name:"any"}},sizeHeight:{defaultValue:null,description:"",name:"sizeHeight",required:!1,type:{name:"any"}},boxSizing:{defaultValue:null,description:"",name:"boxSizing",required:!1,type:{name:"any"}},m:{defaultValue:null,description:"",name:"m",required:!1,type:{name:"any"}},mt:{defaultValue:null,description:"",name:"mt",required:!1,type:{name:"any"}},mr:{defaultValue:null,description:"",name:"mr",required:!1,type:{name:"any"}},mb:{defaultValue:null,description:"",name:"mb",required:!1,type:{name:"any"}},ml:{defaultValue:null,description:"",name:"ml",required:!1,type:{name:"any"}},mx:{defaultValue:null,description:"",name:"mx",required:!1,type:{name:"any"}},my:{defaultValue:null,description:"",name:"my",required:!1,type:{name:"any"}},pt:{defaultValue:null,description:"",name:"pt",required:!1,type:{name:"any"}},pr:{defaultValue:null,description:"",name:"pr",required:!1,type:{name:"any"}},pb:{defaultValue:null,description:"",name:"pb",required:!1,type:{name:"any"}},pl:{defaultValue:null,description:"",name:"pl",required:!1,type:{name:"any"}},px:{defaultValue:null,description:"",name:"px",required:!1,type:{name:"any"}},py:{defaultValue:null,description:"",name:"py",required:!1,type:{name:"any"}},margin:{defaultValue:null,description:"",name:"margin",required:!1,type:{name:"any"}},marginTop:{defaultValue:null,description:"",name:"marginTop",required:!1,type:{name:"any"}},marginRight:{defaultValue:null,description:"",name:"marginRight",required:!1,type:{name:"any"}},marginBottom:{defaultValue:null,description:"",name:"marginBottom",required:!1,type:{name:"any"}},marginLeft:{defaultValue:null,description:"",name:"marginLeft",required:!1,type:{name:"any"}},marginX:{defaultValue:null,description:"",name:"marginX",required:!1,type:{name:"any"}},marginY:{defaultValue:null,description:"",name:"marginY",required:!1,type:{name:"any"}},padding:{defaultValue:null,description:"",name:"padding",required:!1,type:{name:"any"}},paddingTop:{defaultValue:null,description:"",name:"paddingTop",required:!1,type:{name:"any"}},paddingRight:{defaultValue:null,description:"",name:"paddingRight",required:!1,type:{name:"any"}},paddingBottom:{defaultValue:null,description:"",name:"paddingBottom",required:!1,type:{name:"any"}},paddingLeft:{defaultValue:null,description:"",name:"paddingLeft",required:!1,type:{name:"any"}},paddingX:{defaultValue:null,description:"",name:"paddingX",required:!1,type:{name:"any"}},paddingY:{defaultValue:null,description:"",name:"paddingY",required:!1,type:{name:"any"}},fontStyle:{defaultValue:null,description:"",name:"fontStyle",required:!1,type:{name:"any"}},fontWeight:{defaultValue:null,description:"",name:"fontWeight",required:!1,type:{name:"any"}},letterSpacing:{defaultValue:null,description:"",name:"letterSpacing",required:!1,type:{name:"any"}},lineHeight:{defaultValue:null,description:"",name:"lineHeight",required:!1,type:{name:"any"}},textAlign:{defaultValue:null,description:"",name:"textAlign",required:!1,type:{name:"any"}},clone:{defaultValue:null,description:"",name:"clone",required:!1,type:{name:"boolean"}},sx:{defaultValue:null,description:"",name:"sx",required:!1,type:{name:'(Partial> & Partial> & ... 7 more ... & Partial<...>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Box/Box.tsx#RcBox"]={docgenInfo:RcBox.__docgenInfo,name:"RcBox",path:"packages/juno-core/src/components/Box/Box.tsx#RcBox"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Box/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Box/Box.tsx"),exports)},"./packages/juno-core/src/components/Buttons/Button/Button.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Button_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Button/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts"),Progress_1=__webpack_require__("./packages/juno-core/src/components/Progress/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/index.ts"),_RcButton=react_1.forwardRef((function(props,ref){var _a,_b;var childrenProp=props.children,classesProp=props.classes,startIconProp=props.startIcon,endIconProp=props.endIcon,loading=props.loading,loadingMode=props.loadingMode,disabled=props.disabled,IconProps=props.IconProps,size=props.size,CircularProgressProps=(props.color,props.CircularProgressProps),variant=props.variant,focusVariant=(props.disabledVariant,props.radius,props.keepElevation,props.focusVariant),disableFocusRippleProp=props.disableFocusRipple,rest=tslib_1.__rest(props,["children","classes","startIcon","endIcon","loading","loadingMode","disabled","IconProps","size","color","CircularProgressProps","variant","disabledVariant","radius","keepElevation","focusVariant","disableFocusRipple"]),theme=foundation_1.useTheme(),innerRef=react_1.useRef(null),buttonRef=foundation_1.useForkRef(innerRef,ref),isPlain="plain"===variant,isReplace="replace"===loadingMode,iconSize=utils_2.getButtonIconSize(size),loadingElm=react_1.useMemo((function(){if(loading){var progressSize=utils_1.RcIconSizes[iconSize];return react_1.default.createElement(Progress_1.RcCircularProgress,tslib_1.__assign({size:progressSize,color:"inherit"},CircularProgressProps))}}),[CircularProgressProps,iconSize,loading]),getCurrIcon=react_1.useCallback((function(currIcon){return foundation_1.isRcElement(currIcon,["RcIcon"])&&currIcon.props.size===Icon_1.RcIcon.defaultProps.size?react_1.default.cloneElement(currIcon,{size:iconSize}):currIcon}),[iconSize]),startIcon=react_1.useMemo((function(){if(loadingElm)switch(loadingMode){case"prefix":return loadingElm;case"replace":return}return startIconProp?getCurrIcon(startIconProp):IconProps?react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({size:iconSize},IconProps)):void 0}),[IconProps,getCurrIcon,iconSize,loadingElm,loadingMode,startIconProp]),endIcon=react_1.useMemo((function(){if(loadingElm)switch(loadingMode){case"suffix":return loadingElm;case"replace":return}if(endIconProp)return getCurrIcon(endIconProp)}),[loadingElm,endIconProp,loadingMode,getCurrIcon]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcButtonClasses,classesProp)}),[classesProp]);react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"MuiButton-iconSizeMedium")}));var disableFocusRipple=null!=disableFocusRippleProp?disableFocusRippleProp:"focusRing"===focusVariant;return react_1.default.createElement(Button_1.default,tslib_1.__assign({ref:buttonRef,disabled:disabled||loading,variant:isPlain?void 0:variant,disableRipple:(null===(_b=null===(_a=null==theme?void 0:theme.props)||void 0===_a?void 0:_a.MuiButton)||void 0===_b?void 0:_b.disableRipple)||isPlain,startIcon,endIcon,classes,disableFocusRipple},rest),loading&&isReplace?loadingElm:childrenProp)}));exports.RcButtonDefaultSize="large",exports.RcButtonDefaultColor="primary",exports.RcButtonDefaultVariant="contained";var templateObject_1,RcButton=foundation_1.styled(Tooltip_1.withTooltip(_RcButton)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcButton"}),_b=(_a.theme,_a.className,_a.size),size=void 0===_b?exports.RcButtonDefaultSize:_b,_c=_a.color,color=void 0===_c?exports.RcButtonDefaultColor:_c,_d=_a.variant,variant=void 0===_d?exports.RcButtonDefaultVariant:_d,_e=_a.loadingMode,loadingMode=void 0===_e?"replace":_e,_f=_a.focusVariant,focusVariant=void 0===_f?"ripple":_f,rest=tslib_1.__rest(_a,["theme","className","size","color","variant","loadingMode","focusVariant"]);return tslib_1.__assign({size,color,variant,loadingMode,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.buttonStyle);exports.RcButton=RcButton,RcButton.displayName="RcButton";try{RcButton.displayName="RcButton",RcButton.__docgenInfo={description:"",displayName:"RcButton",props:{radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/Button.tsx#RcButton"]={docgenInfo:RcButton.__docgenInfo,name:"RcButton",path:"packages/juno-core/src/components/Buttons/Button/Button.tsx#RcButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/Button/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/Button.tsx"),exports)},"./packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/index.ts");exports.buttonColor=function(_a){var color=_a.color;return"string"==typeof color&&utils_1.RcButtonColors[color]||foundation_1.getParsePaletteColor(color)},exports.plainButtonTextColor=function(_a){var color=_a.color;return"string"==typeof color&&utils_1.RcButtonTextColors[color]||foundation_1.getParsePaletteColor(color)},exports.buttonTextColor=function(props){return foundation_1.paletteContrastText(exports.buttonColor(props))},exports.buttonHoverColor=function(props){return foundation_1.setOpacity(exports.buttonColor(props),"08")};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,textButtonFocusVisibleColor=function(props){return foundation_1.setOpacity(exports.buttonColor(props),"08")},containedButtonHoverColor=function(props){return foundation_1.setOpacity(exports.buttonColor(props),"08",!0)};exports.buttonStyle=function(props){var variant=props.variant,size=props.size,_a=props.radius,radiusProp=void 0===_a?"lg":_a,keepElevation=props.keepElevation,loading=props.loading,disabled=props.disabled,disabledVariant=props.disabledVariant,focusVariant=props.focusVariant,isMask=loading||disabled&&"mask"===disabledVariant,textDisabledColor=isMask?void 0:foundation_1.palette2("disabled","f02"),plainTextColor=exports.plainButtonTextColor(props),iconSpace=foundation_1.spacing(utils_1.RcButtonIconSpace[size]),isPlain="plain"===variant;return foundation_1.css(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n text-transform: none;\n ",";\n text-align: center;\n box-shadow: ",";\n border-radius: ",";\n\n ",";\n\n ",";\n\n ."," {\n margin-right: ",";\n\n ",";\n }\n\n ."," {\n margin-left: ",";\n\n ",";\n }\n\n &."," {\n color: ",";\n\n &."," {\n color: ",";\n }\n\n ","\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ","\n\n ","\n }\n\n &."," {\n color: ",";\n border-color: ",";\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n color: ",";\n border-color: ",";\n }\n\n ","\n }\n "],["\n text-transform: none;\n ",";\n text-align: center;\n box-shadow: ",";\n border-radius: ",";\n\n ",";\n\n ",";\n\n ."," {\n margin-right: ",";\n\n ",";\n }\n\n ."," {\n margin-left: ",";\n\n ",";\n }\n\n &."," {\n color: ",";\n\n &."," {\n color: ",";\n }\n\n ","\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ","\n\n ","\n }\n\n &."," {\n color: ",";\n border-color: ",";\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n color: ",";\n border-color: ",";\n }\n\n ","\n }\n "])),foundation_1.typography(utils_1.RcButtonTypographies[size],!0),!keepElevation&&"unset",foundation_1.radius(radiusProp),isMask&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n display: block;\n background: ",";\n width: 100%;\n height: 100%;\n border-radius: ",";\n }\n "],["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n display: block;\n background: ",";\n width: 100%;\n height: 100%;\n border-radius: ",";\n }\n "])),foundation_1.setOpacity(foundation_1.palette2("neutral","b01"),"32"),foundation_1.radius(null!=radiusProp?radiusProp:"lg")),!isPlain&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n min-width: ",";\n min-height: ",";\n padding: ",";\n "],["\n min-width: ",";\n min-height: ",";\n padding: ",";\n "])),foundation_1.px(utils_1.RcButtonMinWidths[size]),foundation_1.px(utils_1.RcButtonHeights[size]),foundation_1.spacing(0,utils_1.RcButtonPadding[size])),utils_1.RcButtonClasses.startIcon,iconSpace,isPlain&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-left: 0;\n "],["\n margin-left: 0;\n "]))),utils_1.RcButtonClasses.endIcon,iconSpace,isPlain&&foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n margin-right: 0;\n "],["\n margin-right: 0;\n "]))),utils_1.RcButtonClasses.text,exports.plainButtonTextColor,utils_1.RcButtonClasses.disabled,textDisabledColor,"focusRing"===focusVariant&&foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n "," {\n ","\n background-color: ",";\n }\n "],["\n "," {\n ","\n background-color: ",";\n }\n "])),foundation_1.focusVisible,foundation_1.focusRing("normal",{borderRadius:radiusProp}),textButtonFocusVisibleColor),foundation_1.nonTouchHoverMedia,exports.buttonHoverColor,isPlain&&foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n padding: ",";\n min-width: unset;\n line-height: 1;\n\n "," {\n &:hover {\n color: ",";\n background-color: transparent;\n }\n }\n\n "," {\n ","\n background-color: transparent;\n }\n\n &:active {\n &."," {\n color: ",";\n }\n }\n "],["\n padding: ",";\n min-width: unset;\n line-height: 1;\n\n "," {\n &:hover {\n color: ",";\n background-color: transparent;\n }\n }\n\n "," {\n ","\n background-color: transparent;\n }\n\n &:active {\n &."," {\n color: ",";\n }\n }\n "])),foundation_1.spacing(1),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(plainTextColor,"80"),foundation_1.focusVisible,foundation_1.focusRing("inset",{borderRadius:radiusProp}),utils_1.RcButtonClasses.text,foundation_1.setOpacity(plainTextColor,"64")),utils_1.RcButtonClasses.contained,exports.buttonTextColor,exports.buttonColor,foundation_1.nonTouchHoverMedia,containedButtonHoverColor,"focusRing"===focusVariant&&foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n "," {\n ","\n box-shadow: unset;\n }\n "],["\n "," {\n ","\n box-shadow: unset;\n }\n "])),foundation_1.focusVisible,foundation_1.focusRing("normal",{borderRadius:radiusProp})),!isMask&&foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n &."," {\n background-color: ",";\n color: ",";\n }\n "],["\n &."," {\n background-color: ",";\n color: ",";\n }\n "])),utils_1.RcButtonClasses.disabled,foundation_1.palette2("disabled","b01"),foundation_1.palette2("disabled","f01")),utils_1.RcButtonClasses.outlined,exports.plainButtonTextColor,exports.plainButtonTextColor,foundation_1.spacing(0,utils_1.RcButtonPadding[size]-.25),foundation_1.nonTouchHoverMedia,exports.buttonHoverColor,utils_1.RcButtonClasses.disabled,textDisabledColor,textDisabledColor,"focusRing"===focusVariant&&foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n "," {\n ","\n }\n "],["\n "," {\n ","\n }\n "])),foundation_1.focusVisible,foundation_1.focusRing("normal",{borderRadius:radiusProp,borderWidth:"1px"})))};try{buttonColor.displayName="buttonColor",buttonColor.__docgenInfo={description:"",displayName:"buttonColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonColor"]={docgenInfo:buttonColor.__docgenInfo,name:"buttonColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonColor"})}catch(__react_docgen_typescript_loader_error){}try{plainButtonTextColor.displayName="plainButtonTextColor",plainButtonTextColor.__docgenInfo={description:"",displayName:"plainButtonTextColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#plainButtonTextColor"]={docgenInfo:plainButtonTextColor.__docgenInfo,name:"plainButtonTextColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#plainButtonTextColor"})}catch(__react_docgen_typescript_loader_error){}try{buttonTextColor.displayName="buttonTextColor",buttonTextColor.__docgenInfo={description:"",displayName:"buttonTextColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonTextColor"]={docgenInfo:buttonTextColor.__docgenInfo,name:"buttonTextColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonTextColor"})}catch(__react_docgen_typescript_loader_error){}try{buttonHoverColor.displayName="buttonHoverColor",buttonHoverColor.__docgenInfo={description:"",displayName:"buttonHoverColor",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonHoverColor"]={docgenInfo:buttonHoverColor.__docgenInfo,name:"buttonHoverColor",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonHoverColor"})}catch(__react_docgen_typescript_loader_error){}try{buttonStyle.displayName="buttonStyle",buttonStyle.__docgenInfo={description:"",displayName:"buttonStyle",props:{size:{defaultValue:null,description:"size of button, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},variant:{defaultValue:null,description:"variant of button, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"contained"'},{value:'"plain"'}]}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},loading:{defaultValue:null,description:"is button loading, when `loading` that `disabled` will auto become `true`",name:"loading",required:!1,type:{name:"boolean"}},disabledVariant:{defaultValue:null,description:"disabled variant\n\n- `normal`: default disabled button style\n- `mask`: with mask cover on button, and do not change the button base color",name:"disabledVariant",required:!1,type:{name:"enum",value:[{value:'"mask"'},{value:'"normal"'}]}},loadingMode:{defaultValue:null,description:"loading mode with button, default is `replace`",name:"loadingMode",required:!1,type:{name:"enum",value:[{value:'"prefix"'},{value:'"replace"'},{value:'"suffix"'}]}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},component:{defaultValue:null,description:"component for render root button, default is `button`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},radius:{defaultValue:null,description:"border radius for button",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},keepElevation:{defaultValue:null,description:"should keep elevation when type is `container`",name:"keepElevation",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"@deprecated",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component. Note: plain variant always use focusRing",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"ripple"'},{value:'"focusRing"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the button.\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},href:{defaultValue:null,description:"The URL to link to when the button is clicked.\nIf defined, an `a` element will be used as the root node.",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},endIcon:{defaultValue:null,description:"Element placed after the children.",name:"endIcon",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the button will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},startIcon:{defaultValue:null,description:"Element placed before the children.",name:"startIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonStyle"]={docgenInfo:buttonStyle.__docgenInfo,name:"buttonStyle",path:"packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx#buttonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/Button/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/styles/StyledButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/Button/utils/ButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcButtonClasses=foundation_1.RcClasses(["disabled","contained","text","outlined","endIcon","startIcon"],"RcButton"),exports.RcButtonColors={primary:foundation_1.palette2("interactive","b02"),secondary:foundation_1.palette2("highlight","b03"),negative:foundation_1.palette2("danger","b04"),positive:foundation_1.palette2("success","b04"),action:foundation_1.palette2("neutral","elevation"),neutral:foundation_1.palette2("neutral","b04")},exports.RcButtonTextColors={primary:foundation_1.palette2("interactive","f01"),secondary:foundation_1.palette2("highlight","f02"),negative:foundation_1.palette2("danger","f02"),positive:foundation_1.palette2("success","f02"),action:foundation_1.palette2("neutral","f01"),neutral:foundation_1.palette2("neutral","f04")},exports.RcButtonTypographies={xsmall:"caption1",small:"caption2",medium:"body2",large:"body2",xlarge:"subheading2"},exports.RcButtonHeights={xsmall:24,small:28,medium:32,large:36,xlarge:48},exports.RcButtonMinWidths={xsmall:0,small:0,medium:88,large:96,xlarge:140},exports.RcButtonPadding={xsmall:2,small:4,medium:3,large:4,xlarge:5},exports.RcButtonIconSpace={xsmall:1,small:1.5,medium:2,large:2,xlarge:3}},"./packages/juno-core/src/components/Buttons/Button/utils/getButtonIconSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getButtonIconSize=function getButtonIconSize(size){switch(size){case"xlarge":return"large";case"large":return"medium";case"small":case"medium":return"small";case"xsmall":return"xsmall";default:return"inherit"}}},"./packages/juno-core/src/components/Buttons/Button/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/ButtonUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/utils/getButtonIconSize.ts"),exports)},"./packages/juno-core/src/components/Buttons/ButtonBase/ButtonBase.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),ButtonBase_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ButtonBase/index.js")),RcButtonBase=__webpack_require__("./packages/juno-core/src/foundation/index.ts").styled(ButtonBase_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcButtonBase=RcButtonBase,RcButtonBase.displayName="RcButtonBase"},"./packages/juno-core/src/components/Buttons/ButtonBase/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonBase/ButtonBase.ts"),exports)},"./packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ButtonGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ButtonGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),_RcButtonGroup=react_1.forwardRef((function(inProps,ref){var rest=tslib_1.__rest(foundation_1.useThemeProps({props:inProps,name:"RcButtonGroup"}),[]);return react_1.default.createElement(ButtonGroup_1.default,tslib_1.__assign({ref,size:Button_1.RcButtonDefaultSize,color:Button_1.RcButtonDefaultColor,variant:Button_1.RcButtonDefaultVariant},rest))})),RcButtonGroup=foundation_1.styled(_RcButtonGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcButtonGroup=RcButtonGroup;try{RcButtonGroup.displayName="RcButtonGroup",RcButtonGroup.__docgenInfo={description:"",displayName:"RcButtonGroup",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the buttons will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the button group.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disableRipple:{defaultValue:null,description:"If `true`, the button ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the button keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the buttons will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx#RcButtonGroup"]={docgenInfo:RcButtonGroup.__docgenInfo,name:"RcButtonGroup",path:"packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx#RcButtonGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ButtonGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonGroup/ButtonGroup.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),ButtonBase_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonBase/index.ts"),styles_1=(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/deprecated/IconButtonProps.ts"),__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts")),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),_RcIconButton=react_1.memo(react_1.forwardRef((function(props,ref){var _a;var _b=props.buttonRef,buttonRef=void 0===_b?ref:_b,_c=props.IconProps,IconProps=void 0===_c?{}:_c,className=props.className,classesProp=props.classes,children=props.children,title=props.title,symbol=(props.disabledFakeBorder,props.symbol),disabled=props.disabled,invisible=props.invisible,type=props.type,loading=props.loading,TouchRippleProps=props.TouchRippleProps,variant=props.variant,CircularProgressProps=props.CircularProgressProps,aRef=(props.color,props.shouldPersistBg,props.stretchIcon,props.iconColor,props.iconSize,props.disableTouchRipple,props.useColorWhenDisabled,props.size,props.radius,props.elevation,props.activeElevation,props.aRef),tooltipTitle=props.tooltipTitle,tooltipForceHide=props.tooltipForceHide,disableToolTip=props.disableToolTip,alwaysEnableTooltip=props.alwaysEnableTooltip,tooltipPlacement=props.tooltipPlacement,ariaLabel=props.ariaLabel,popperProps=props.popperProps,externalLink=props.externalLink,download=props.download,href=props.href,rest=(props.focusVariant,tslib_1.__rest(props,["buttonRef","IconProps","className","classes","children","title","disabledFakeBorder","symbol","disabled","invisible","type","loading","TouchRippleProps","variant","CircularProgressProps","color","shouldPersistBg","stretchIcon","iconColor","iconSize","disableTouchRipple","useColorWhenDisabled","size","radius","elevation","activeElevation","aRef","tooltipTitle","tooltipForceHide","disableToolTip","alwaysEnableTooltip","tooltipPlacement","ariaLabel","popperProps","externalLink","download","href","focusVariant"])),theme=foundation_1.useTheme(),isOutline="outline"===variant,isContained="contained"===variant,isInverse="inverse"===variant,isPlain="plain"===variant,isRound="round"===variant,classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcIconButtonClasses,classesProp)}),[classesProp]),IconClassName=clsx_1.default(className,classes.root,((_a={})[classes.disabled]=disabled,_a[classes.invisible]=invisible,_a[classes.outline]=isOutline,_a[classes.contained]=isContained,_a[classes.inverse]=isInverse,_a[classes.round]=isRound,_a)),iconButton=function(){IconProps.color;var _a,_b,IconPropsWithoutColor=tslib_1.__rest(IconProps,["color"]),icon=react_1.default.isValidElement(children)||""===children?children:react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({symbol,className:classes.icon,loading,size:"inherit",CircularProgressProps},IconPropsWithoutColor),children),iconButton=react_1.default.createElement(ButtonBase_1.RcButtonBase,tslib_1.__assign({ref:buttonRef,disableRipple:(null===(_b=null===(_a=theme.props)||void 0===_a?void 0:_a.MuiButtonBase)||void 0===_b?void 0:_b.disableRipple)||isPlain,type,disabled,"aria-label":ariaLabel||tooltipTitle||title,title,"aria-disabled":disabled,className:IconClassName,TouchRippleProps:foundation_1.combineProps({classes:utils_1.RcIconButtonTouchRippleClasses},TouchRippleProps)},rest),icon);return download&&href?react_1.default.createElement("a",{download:!0,href,ref:aRef},iconButton):externalLink&&href?react_1.default.createElement("a",{rel:"noopener noreferrer external",target:"_blank",href},iconButton):iconButton}();return tooltipTitle&&(!disabled&&!disableToolTip||disabled&&alwaysEnableTooltip)?react_1.default.createElement(Tooltip_1.RcTooltip,{title:tooltipTitle,tooltipForceHide,placement:tooltipPlacement,PopperProps:popperProps},iconButton):iconButton}))),RcIconButton=foundation_1.styled(Tooltip_1.withTooltip(_RcIconButton)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcIconButton"}),_b=(_a.theme,_a.className,_a.variant),variant=void 0===_b?"round":_b,_c=_a.color,color=void 0===_c?"neutral.f04":_c,_d=_a.size,size=void 0===_d?"medium":_d,_e=_a.type,type=void 0===_e?"button":_e,_f=_a.focusRipple,focusRipple=void 0===_f||_f,_g=_a.disableTouchRipple,disableTouchRipple=void 0===_g||_g,_h=_a.classes,classes=void 0===_h?{}:_h,_j=_a.useRcTooltip,useRcTooltip=void 0===_j||_j,_k=_a.focusVariant,focusVariant=void 0===_k?"highlight":_k,rest=tslib_1.__rest(_a,["theme","className","variant","color","size","type","focusRipple","disableTouchRipple","classes","useRcTooltip","focusVariant"]);return tslib_1.__assign({variant,color,size,type,focusRipple,disableTouchRipple,classes,useRcTooltip,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.iconButtonStyle);exports.RcIconButton=RcIconButton,RcIconButton.displayName="RcIconButton";try{RcIconButton.displayName="RcIconButton",RcIconButton.__docgenInfo={description:"",displayName:"RcIconButton",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx#RcIconButton"]={docgenInfo:RcIconButton.__docgenInfo,name:"RcIconButton",path:"packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx#RcIconButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButton/deprecated/IconButtonProps.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.rcIconButtonWarning=[{prop:"autoFocus",time:"2021-3",comment:"@deprecated don't have any logic below, now need anymore */"},{prop:"tooltipTitle",time:"2021-3",comment:"@deprecated tooltip title for the iconButton\n * please use `title`\n */"},{prop:"tooltipPlacement",time:"2021-3",comment:"@deprecated tooltip placement, default with bottom\n * please use `TooltipProps` with `placement`\n */"},{prop:"disableToolTip",time:"2021-3",comment:"@deprecated not use ToolTip, default with false\n * please use `TooltipProps` with `tooltipForceHide`\n */"},{prop:"popperProps",time:"2021-3",comment:"@deprecated popperProps for the icon tooltip\n * please use `TooltipProps` with `PopperProps`\n */"},{prop:"tooltipForceHide",time:"2021-3",comment:"@deprecated control the tooltip open or not\n * please use `TooltipProps` with `tooltipForceHide`\n */"},{prop:"externalLink",time:"2021-3",comment:'@deprecated will make iconButton becomes a link, default with false\n * please write jsx outside by yourself\n * ```ts\n *
    \n * \n * \n * ```\n */'},{prop:"ariaLabel",time:"2021-3",comment:"@deprecated ariaLabel, when null using tooltipTitle. use 'aria-label' replace */"},{prop:"download",time:"2021-3",comment:"@deprecated make iconButton becomes download button\n * please write jsx by yourself\n * ```ts\n * \n * \n * \n * ```\n */"},{prop:"buttonRef",time:"2021-3",comment:"@deprecated ref to the button, please `ref` directly */"},{prop:"aRef",time:"2021-3",comment:"@deprecated when download is true, pass the ref to the link\n * please write jsx by yourself\n * ```ts\n * \n * \n * \n * ```\n */"},{prop:"href",time:"2021-3",comment:"@deprecated when externalLink or download is true, the link is available\n * please write jsx by yourself\n * ```ts\n * \n * \n * \n * ```\n */"}]},"./packages/juno-core/src/components/Buttons/IconButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts");exports.getFocusVisibleInsetSize=function(_a){var size=_a.size,inset=utils_1.RcIconButtonFocusVisibleInsetSize[size];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n top: -","px;\n right: -","px;\n bottom: -","px;\n left: -","px;\n "],["\n top: -","px;\n right: -","px;\n bottom: -","px;\n left: -","px;\n "])),inset,inset,inset,inset)};var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,containedVariantTransitions=function(_a){var theme=_a.theme;return theme.transitions.create(["background-color","box-shadow","border"],{duration:theme.transitions.duration.short})};exports.plainIconButtonFocusStyle=function(_a){var _b=(void 0===_a?{}:_a).radius,radiusProp=void 0===_b?"circle":_b;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &:after {\n content: '';\n position: absolute;\n ",";\n box-shadow: 0 0 0 2px ",";\n border-radius: ",";\n pointer-events: none;\n z-index: 1;\n }\n"],["\n &:after {\n content: '';\n position: absolute;\n ",";\n box-shadow: 0 0 0 2px ",";\n border-radius: ",";\n pointer-events: none;\n z-index: 1;\n }\n"])),exports.getFocusVisibleInsetSize,foundation_1.focusVisibleColor,foundation_1.radius(radiusProp))},exports.iconButtonStyle=function(_a){var variant=_a.variant,size=_a.size,stretchIcon=_a.stretchIcon,color=_a.color,disabled=_a.disabled,useColorWhenDisabled=_a.useColorWhenDisabled,shouldPersistBg=_a.shouldPersistBg,radiusProp=_a.radius,disableRipple=_a.disableRipple,elevation=_a.elevation,disabledFakeBorder=_a.disabledFakeBorder,activeElevation=_a.activeElevation,_b=_a.IconProps,IconProps=void 0===_b?{}:_b,focusVariant=_a.focusVariant,iconColor=IconProps.color,useFocusRing="focusRing"===focusVariant,iconSize=utils_1.RcIconButtonSizes[size],isCircle=["plain","round","inverse","contained"].includes(variant),isPlain="plain"===variant,isInverse="inverse"===variant,isOutline="outline"===variant,isContained="contained"===variant,isRound="round"===variant,containerSize=foundation_1.px(isPlain?iconSize:2*iconSize),mainColor=foundation_1.getParsePaletteColor(color),containedColor=iconColor?foundation_1.getParsePaletteColor(iconColor):foundation_1.paletteContrastText(mainColor),currRadius=radiusProp||(isOutline?"lg":isCircle?"circle":"zero"),persistBgColor=foundation_1.setOpacity(mainColor,isInverse?"16":"12"),defaultShadow=isContained?foundation_1.shadows("1"):void 0,nowShadow=void 0!==elevation?foundation_1.shadows(elevation):defaultShadow,radiusValue=foundation_1.radius(currRadius),contrastColorBorder=!disabledFakeBorder&&foundation_1.fakeBorder({color:foundation_1.palette2("highContrast"),radius:currRadius,pseudo:!0});return foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n\n width: ",";\n height: ",";\n color: ",";\n border-radius: ",";\n transition: ",";\n cursor: ",";\n background-color: ",";\n box-shadow: ",";\n\n ",";\n\n font-size: ",";\n\n "," {\n &:hover {\n background-color: ",";\n\n color: ",";\n }\n }\n\n &:active {\n color: ",";\n }\n\n "," {\n background-color: ",";\n\n ","\n\n &:active {\n color: ",";\n }\n\n ",";\n }\n\n &."," {\n background-color: ",";\n }\n\n &."," {\n color: ",";\n\n background-color: ",";\n }\n\n &."," {\n opacity: 0;\n visibility: hidden;\n width: 0;\n height: 0;\n }\n\n &."," {\n border: 1px solid ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n &."," {\n ","\n }\n\n &:before {\n content: '';\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n border-radius: ",";\n position: absolute;\n }\n\n ",";\n\n "," {\n &:hover {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n }\n\n "," {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n\n &:active {\n ","\n\n color: ",";\n }\n }\n\n &."," {\n ",";\n }\n\n ."," {\n border-radius: 0;\n animation-name: none;\n opacity: 0;\n }\n\n ","\n "],["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n\n width: ",";\n height: ",";\n color: ",";\n border-radius: ",";\n transition: ",";\n cursor: ",";\n background-color: ",";\n box-shadow: ",";\n\n ",";\n\n font-size: ",";\n\n "," {\n &:hover {\n background-color: ",";\n\n color: ",";\n }\n }\n\n &:active {\n color: ",";\n }\n\n "," {\n background-color: ",";\n\n ","\n\n &:active {\n color: ",";\n }\n\n ",";\n }\n\n &."," {\n background-color: ",";\n }\n\n &."," {\n color: ",";\n\n background-color: ",";\n }\n\n &."," {\n opacity: 0;\n visibility: hidden;\n width: 0;\n height: 0;\n }\n\n &."," {\n border: 1px solid ",";\n }\n\n &."," {\n color: ",";\n background-color: ",";\n\n &."," {\n ","\n }\n\n &:before {\n content: '';\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n border-radius: ",";\n position: absolute;\n }\n\n ",";\n\n "," {\n &:hover {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n }\n\n "," {\n &:before {\n background-color: ",";\n }\n\n color: ",";\n }\n\n &:active {\n ","\n\n color: ",";\n }\n }\n\n &."," {\n ",";\n }\n\n ."," {\n border-radius: 0;\n animation-name: none;\n opacity: 0;\n }\n\n ","\n "])),containerSize,containerSize,mainColor,radiusValue,foundation_1.backgroundTransition,disabled?"default":"pointer",(shouldPersistBg||isInverse)&&persistBgColor,nowShadow,nowShadow&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n transition: ",";\n\n &:active {\n box-shadow: ",";\n }\n "],["\n transition: ",";\n\n &:active {\n box-shadow: ",";\n }\n "])),containedVariantTransitions,foundation_1.shadows(null!=activeElevation?activeElevation:elevation?Math.min(+elevation+11,24):"12")),stretchIcon?containerSize:foundation_1.px(isOutline?1.2*iconSize:iconSize),foundation_1.nonTouchHoverMedia,isPlain?"transparent":foundation_1.setOpacity(mainColor,isInverse?"24":"08"),foundation_1.setOpacity(mainColor,"88"),mainColor,foundation_1.focusVisible,(function(){if(useFocusRing){if(isRound)return"transparent";if(isInverse)return}return isPlain?"transparent":isInverse?foundation_1.setOpacity(mainColor,"32"):foundation_1.setOpacity(mainColor,"16")}),useFocusRing&&(isRound||isInverse)&&foundation_1.focusRing("inset",{borderRadius:currRadius}),foundation_1.setOpacity(mainColor,"88"),isPlain&&exports.plainIconButtonFocusStyle({radius:currRadius}),utils_1.RcIconButtonClasses.persistBg,persistBgColor,utils_1.RcIconButtonClasses.disabled,useColorWhenDisabled?foundation_1.setOpacity(mainColor,"32"):foundation_1.palette2("disabled","f02"),isInverse&&foundation_1.setOpacity(mainColor,"12"),utils_1.RcIconButtonClasses.invisible,utils_1.RcIconButtonClasses.outline,foundation_1.palette2("neutral","l03"),utils_1.RcIconButtonClasses.contained,containedColor,mainColor,utils_1.RcIconButtonClasses.disabled,(function(){return useColorWhenDisabled?foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n opacity: ",";\n "],["\n color: ",";\n background-color: ",";\n opacity: ",";\n "])),containedColor,mainColor,foundation_1.opacity("32")):foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n "],["\n background-color: ",";\n color: ",";\n "])),foundation_1.palette2("disabled","b01"),foundation_1.palette2("disabled","f01"))}),radiusValue,contrastColorBorder,foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(containedColor,"08"),containedColor,foundation_1.focusVisible,foundation_1.setOpacity(containedColor,"16"),containedColor,disableRipple&&foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n &:before {\n background-color: ",";\n }\n "],["\n &:before {\n background-color: ",";\n }\n "])),foundation_1.setOpacity(containedColor,"24")),containedColor,utils_1.RcIconButtonClasses.inverse,contrastColorBorder,utils_1.RcIconButtonTouchRippleClasses.ripplePulsate,!isPlain&&!["circle","round"].includes(currRadius)&&foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ."," {\n transform: scale(1.41421357);\n }\n "],["\n ."," {\n transform: scale(1.41421357);\n }\n "])),utils_1.RcIconButtonTouchRippleClasses.child))};try{getFocusVisibleInsetSize.displayName="getFocusVisibleInsetSize",getFocusVisibleInsetSize.__docgenInfo={description:"",displayName:"getFocusVisibleInsetSize",props:{variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:{value:"{}"},description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#getFocusVisibleInsetSize"]={docgenInfo:getFocusVisibleInsetSize.__docgenInfo,name:"getFocusVisibleInsetSize",path:"packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#getFocusVisibleInsetSize"})}catch(__react_docgen_typescript_loader_error){}try{plainIconButtonFocusStyle.displayName="plainIconButtonFocusStyle",plainIconButtonFocusStyle.__docgenInfo={description:"",displayName:"plainIconButtonFocusStyle",props:{radius:{defaultValue:null,description:"",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#plainIconButtonFocusStyle"]={docgenInfo:plainIconButtonFocusStyle.__docgenInfo,name:"plainIconButtonFocusStyle",path:"packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#plainIconButtonFocusStyle"})}catch(__react_docgen_typescript_loader_error){}try{iconButtonStyle.displayName="iconButtonStyle",iconButtonStyle.__docgenInfo={description:"",displayName:"iconButtonStyle",props:{variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:{value:"{}"},description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#iconButtonStyle"]={docgenInfo:iconButtonStyle.__docgenInfo,name:"iconButtonStyle",path:"packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx#iconButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/StyledIconButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButton/utils/IconButtonUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts");exports.RcIconButtonClasses=foundation_1.RcClasses(["root","disabled","invisible","outline","contained","inverse","round","persistBg"],"RcIconButton"),exports.RcIconButtonTouchRippleClasses=foundation_1.RcClasses(["ripplePulsate","child"],"RcIconButtonTouchRipple"),exports.RcIconButtonSizes=foundation_1.omit(utils_1.RcIconSizes,["inherit"]),exports.RcIconButtonFocusVisibleInsetSize={xxxlarge:6,xxlarge:5,xlarge:5,large:4,medium:3,small:2,xsmall:2}},"./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/IconButtonUtils.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/index.ts"),_RcIconButtonGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcIconButtonGroup"}),children=props.children,isStopPropagation=props.isStopPropagation,onClick=props.onClick,onKeyUp=props.onKeyUp,_a=(props.gap,props.space,props.radius,props.component),Component=void 0===_a?"div":_a,rest=tslib_1.__rest(props,["children","isStopPropagation","onClick","onKeyUp","gap","space","radius","component"]),clickHandler=foundation_1.useEventCallback((function(event){null==onClick||onClick(event),isStopPropagation&&event.stopPropagation()})),handleOnKeyUp=foundation_1.useA11yKeyEvent(clickHandler,{preventDefault:!1}),keyUpHandler=foundation_1.useEventCallback((function(event){null==onKeyUp||onKeyUp(event),isStopPropagation&&event.stopPropagation(),handleOnKeyUp(event)}));return react_1.default.createElement(Component,tslib_1.__assign({onClick:clickHandler,onKeyUp:keyUpHandler,ref},rest),children)})),RcIconButtonGroup=foundation_1.styled(_RcIconButtonGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.IconButtonGroupStyle);exports.RcIconButtonGroup=RcIconButtonGroup,RcIconButtonGroup.defaultProps={gap:0,direction:"horizontal"},RcIconButtonGroup.displayName="RcIconButtonGroup";try{RcIconButtonGroup.displayName="RcIconButtonGroup",RcIconButtonGroup.__docgenInfo={description:"provide IconButton group with wrapper",displayName:"RcIconButtonGroup",props:{direction:{defaultValue:{value:"horizontal"},description:"The arrangement of components, default is `horizontal`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},radius:{defaultValue:null,description:"radius token for `border-radius`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},component:{defaultValue:null,description:"component for render root container, default is `div`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},gap:{defaultValue:{value:"0"},description:"Define the size of the gap between below each components.",name:"gap",required:!1,type:{name:"number"}},isStopPropagation:{defaultValue:null,description:"is Stop Propagation for the bar click",name:"isStopPropagation",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx#RcIconButtonGroup"]={docgenInfo:RcIconButtonGroup.__docgenInfo,name:"RcIconButtonGroup",path:"packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx#RcIconButtonGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButtonGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/IconButtonGroup.tsx"),exports)},"./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.IconButtonGroupStyle=function(props){var direction=props.direction,gap=props.gap,spaceProp=props.space,radiusProp=props.radius,gapSpace=gap&&foundation_1.spacing(gap),paddingValue=spaceProp&&(spaceProp instanceof Array?foundation_1.spacing.apply(void 0,tslib_1.__spread(spaceProp)):foundation_1.spacing(spaceProp)),isVertical="vertical"===direction;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n border-radius: ",";\n display: inline-flex;\n flex-direction: ",";\n white-space: nowrap;\n flex-wrap: nowrap;\n flex-shrink: 0;\n align-items: center;\n padding: ",";\n\n > * + * {\n ",";\n }\n "],["\n border-radius: ",";\n display: inline-flex;\n flex-direction: ",";\n white-space: nowrap;\n flex-wrap: nowrap;\n flex-shrink: 0;\n align-items: center;\n padding: ",";\n\n > * + * {\n ",";\n }\n "])),radiusProp&&foundation_1.radius(radiusProp),isVertical?"column":"row",paddingValue,isVertical?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n "],["\n margin-top: ",";\n "])),gapSpace):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n "],["\n margin-left: ",";\n "])),gapSpace))};try{IconButtonGroupStyle.displayName="IconButtonGroupStyle",IconButtonGroupStyle.__docgenInfo={description:"",displayName:"IconButtonGroupStyle",props:{radius:{defaultValue:null,description:"radius token for `border-radius`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},gap:{defaultValue:null,description:"Define the size of the gap between below each components.",name:"gap",required:!1,type:{name:"number"}},direction:{defaultValue:null,description:"The arrangement of components, default is `horizontal`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},isStopPropagation:{defaultValue:null,description:"is Stop Propagation for the bar click",name:"isStopPropagation",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"component for render root container, default is `div`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx#IconButtonGroupStyle"]={docgenInfo:IconButtonGroupStyle.__docgenInfo,name:"IconButtonGroupStyle",path:"packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx#IconButtonGroupStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/styles/IconButtonGroupStyle.tsx"),exports)},"./packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),ButtonGroup_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonGroup/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/utils/index.ts"),_RcSplitButton=react_1.forwardRef((function(inProps,ref){var _a,_b,_c,props=foundation_1.useThemeProps({props:inProps,name:"RcSplitButton"}),classesProp=props.classes,type=props.type,size=props.size,color=props.color,variant=props.variant,ControlButtonPropsProp=(props.disabled,props.ControlButtonProps),ActionButtonPropsProp=props.ActionButtonProps,MenuProps=props.MenuProps,childrenProp=props.children,onOpen=props.onOpen,onClose=props.onClose,className=props.className,loading=props.loading,rest=tslib_1.__rest(props,["classes","type","size","color","variant","disabled","ControlButtonProps","ActionButtonProps","MenuProps","children","onOpen","onClose","className","loading"]),theme=foundation_1.useTheme(),_d=ActionButtonPropsProp,actionButtonTitle=_d.title,actionButtonClassNameProp=_d.className,ActionButtonProps=tslib_1.__rest(_d,["title","className"]),variantIs=utils_1.variantIsHandler(variant),toButtonSize=["xlarge","xxlarge","xxxlarge"].includes(size)?"large":size,_e=ControlButtonPropsProp,ArrowIconProps=_e.ArrowIconProps,onControlButtonClick=_e.onClick,controlButtonClassNameProp=_e.className,ControlButtonProps=tslib_1.__rest(_e,["ArrowIconProps","onClick","className"]),_f=tslib_1.__read(react_1.useState(),2),anchorEl=_f[0],setAnchorEl=_f[1],_g=tslib_1.__read(react_1.useState(166),2),enterNextDelay=_g[0],setEnterNextDelay=_g[1],innerRef=react_1.useRef(null),splitRef=foundation_1.useForkRef(innerRef,ref),isMenuOpen=!!anchorEl,isMenuEverOpen=foundation_1.useEver(isMenuOpen),_h=react_1.useMemo((function(){var result=foundation_1.combineClasses(utils_1.RcSplitButtonClasses,classesProp);return{classes:foundation_1.omit(result,["actionButton","controlButton","menuOpen"]),actionButtonClassName:null==result?void 0:result.actionButton,controlButtonClassName:null==result?void 0:result.controlButton}}),[classesProp]),classes=_h.classes,actionButtonClassName=_h.actionButtonClassName,controlButtonClassName=_h.controlButtonClassName,handleClick=foundation_1.useEventCallback(foundation_1.checkDefaultPrevented((function(){setAnchorEl(innerRef.current),null==onOpen||onOpen()}))),handleClose=foundation_1.useEventCallback(foundation_1.checkDefaultPrevented((function(event,reason){var _a;0===enterNextDelay&&setEnterNextDelay(166),setAnchorEl(null),null===(_a=null==MenuProps?void 0:MenuProps.onClose)||void 0===_a||_a.call(MenuProps,event,reason),null==onClose||onClose(event,reason)}))),SharedButtonProps=react_1.useMemo((function(){return{type,size:toButtonSize,color,variant:utils_1.getVariant(variant),disabled:!!loading||void 0,disabledVariant:loading?"mask":void 0}}),[color,loading,toButtonSize,type,variant]),_j=react_1.useMemo((function(){var _children=[],actionButtonProps={};return react_1.default.Children.forEach(childrenProp,(function(child,i){var _a=child.props,onClick=_a.onClick,children=_a.children,_b=_a.useRcTooltip,useRcTooltip=void 0===_b||_b,TooltipProps=_a.TooltipProps,title=_a.title;0!==i?_children.push(react_1.default.cloneElement(child,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},1===i?{TooltipProps:{enterNextDelay,onOpen:function(){166===enterNextDelay&&setEnterNextDelay(0)}}}:{}),child.props),foundation_1.combineProps({onClick:handleClose},{onClick})))):actionButtonProps={title:actionButtonTitle||title,useRcTooltip,TooltipProps,onClick,children,className:foundation_1.combineClasses(actionButtonClassName,actionButtonClassNameProp)}})),{actionButtonProps,children:_children}}),[actionButtonClassName,actionButtonClassNameProp,actionButtonTitle,childrenProp,enterNextDelay,handleClose]),actionButtonProps=_j.actionButtonProps,children=_j.children,TouchRippleProps=react_1.useMemo((function(){return"round"===variant?{classes:utils_1.RcSplitButtonTouchRippleClasses}:{}}),[variant]),_ActionButtonProps=react_1.useMemo((function(){return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({TouchRippleProps,loading},actionButtonProps),SharedButtonProps),ActionButtonProps)}),[ActionButtonProps,SharedButtonProps,TouchRippleProps,actionButtonProps,loading]),_ControlButtonProps=react_1.useMemo((function(){var combineControlProps=foundation_1.combineProps({onClick:handleClick,TouchRippleProps,className:controlButtonClassName},{onClick:onControlButtonClick,className:controlButtonClassNameProp});return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({useRcTooltip:!0},SharedButtonProps),combineControlProps),ControlButtonProps)}),[handleClick,controlButtonClassName,onControlButtonClick,TouchRippleProps,controlButtonClassNameProp,SharedButtonProps,ControlButtonProps]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(ButtonGroup_1.RcButtonGroup,tslib_1.__assign({disableRipple:(null===(_c=null===(_b=theme.props)||void 0===_b?void 0:_b.MuiButtonGroup)||void 0===_c?void 0:_c.disableRipple)||variantIs(["plain","plainIcon"])},rest,{className:clsx_1.default(className,(_a={},_a[utils_1.RcSplitButtonClasses.menuOpen]=isMenuOpen,_a)),innerRef:splitRef,classes}),react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({},_ActionButtonProps,{focusVariant:"ripple"})),react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({"aria-haspopup":"listbox"},_ControlButtonProps,{focusVariant:"ripple"}),react_1.default.createElement(styles_1.StyledArrowIcon,tslib_1.__assign({open:isMenuOpen,size:variantIs(["round","plainIcon"])?size:toButtonSize},ArrowIconProps)))),isMenuEverOpen&&react_1.default.createElement(Menu_1.RcMenu,tslib_1.__assign({},MenuProps,{anchorEl,open:isMenuOpen,onClose:handleClose}),children))})),RcSplitButton=foundation_1.styled(_RcSplitButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.splitButtonStyle);exports.RcSplitButton=RcSplitButton,RcSplitButton.displayName="RcSplitButton",RcSplitButton.defaultProps={size:Button_1.RcButtonDefaultSize,color:Button_1.RcButtonDefaultColor,variant:Button_1.RcButtonDefaultVariant,ControlButtonProps:{},ActionButtonProps:{},MenuProps:{},disableElevation:!0};try{RcSplitButton.displayName="RcSplitButton",RcSplitButton.__docgenInfo={description:"",displayName:"RcSplitButton",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx#RcSplitButton"]={docgenInfo:RcSplitButton.__docgenInfo,name:"RcSplitButton",path:"packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx#RcSplitButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/SplitButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/SplitButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.StyledArrowIcon=foundation_1.styled((function(props){return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({symbol:juno_icon_1.ArrowDown,size:"medium"},props))}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n transform: ",";\n\n &&& {\n color: inherit;\n margin-right: 0;\n }\n"],["\n transform: ",";\n\n &&& {\n color: inherit;\n margin-right: 0;\n }\n"])),(function(_a){return _a.open&&"rotate(180deg)"}));try{StyledArrowIcon.displayName="StyledArrowIcon",StyledArrowIcon.__docgenInfo={description:"",displayName:"StyledArrowIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},open:{defaultValue:null,description:"",name:"open",required:!0,type:{name:"boolean"}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx#StyledArrowIcon"]={docgenInfo:StyledArrowIcon.__docgenInfo,name:"StyledArrowIcon",path:"packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx#StyledArrowIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,templateObject_16,templateObject_17,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/styles/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/utils/index.ts"),transition=function(_a){var theme=_a.theme;return theme.transitions.create(["background-color","box-shadow","border-color","color"],{duration:theme.transitions.duration.short})},borderLeft=function(_a){var variant=_a.variant,color=_a.color,disabled=_a.disabled,theme=_a.theme;switch(variant){case"plain":case"plainIcon":return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));case"outlined":return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "],["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "])),disabled?foundation_1.palette2("neutral","f02"):styles_1.plainButtonTextColor);case"text":case"round":return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n align-self: stretch;\n padding-right: 1px;\n border-left: 1px solid transparent;\n "],["\n align-self: stretch;\n padding-right: 1px;\n border-left: 1px solid transparent;\n "])));default:return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "],["\n padding-right: 1px;\n border-left: 1px solid\n ",";\n "])),foundation_1.setOpacity(styles_1.buttonTextColor({color,theme}),"24"))}},iconButtonStyle=function(_a){var size=_a.size,variant=_a.variant,currIconSize=utils_1.RcIconButtonSizes[size],currSize=currIconSize/2,space=foundation_1.toSpacing(currSize),rightSpace=foundation_1.toSpacing(currSize-4),width=foundation_1.px(currIconSize);return foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ."," {\n &."," {\n min-width: auto;\n ",";\n\n "," {\n margin-right: 0;\n }\n }\n\n &."," {\n min-width: ",";\n width: ",";\n }\n }\n "],["\n ."," {\n &."," {\n min-width: auto;\n ",";\n\n "," {\n margin-right: 0;\n }\n }\n\n &."," {\n min-width: ",";\n width: ",";\n }\n }\n "])),utils_2.RcSplitButtonClasses.groupedHorizontal,utils_2.RcSplitButtonClasses.actionButton,"plainIcon"===variant?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n padding: 0;\n box-shadow: none;\n\n "," {\n outline: none;\n ","\n }\n "],["\n padding: 0;\n box-shadow: none;\n\n "," {\n outline: none;\n ","\n }\n "])),foundation_1.focusVisible,styles_2.plainIconButtonFocusStyle({radius:"circle"})):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n padding: ",";\n "],["\n padding: ",";\n "])),foundation_1.spacing(space,rightSpace,space,space)),Icon_1.RcIcon,utils_2.RcSplitButtonClasses.controlButton,width,width)};exports.splitButtonStyle=function(props){var variant=props.variant,disabled=props.disabled,loading=props.loading,variantIs=utils_2.variantIsHandler(variant),currColor=styles_1.buttonColor(props),isContainer="contained"===variant,activeColor24=foundation_1.setOpacity(currColor,"24"),containedActiveColor=foundation_1.setOpacity(currColor,"24",!0);return foundation_1.css(templateObject_17||(templateObject_17=tslib_1.__makeTemplateObject(["\n ."," {\n &:not(:last-child) {\n border-right: unset;\n }\n }\n\n ."," {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n }\n\n ."," {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n\n &:after {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n &."," {\n ",";\n\n ",";\n }\n\n ."," {\n ",";\n\n &."," {\n padding: 0;\n min-width: 24px;\n ",";\n }\n\n &."," {\n border-right: ",";\n }\n\n &:not(.",") {\n margin-left: 0;\n }\n\n ",";\n }\n\n ",";\n\n ",";\n\n ",";\n\n &."," {\n ",";\n\n ."," {\n background: ",";\n }\n }\n "],["\n ."," {\n &:not(:last-child) {\n border-right: unset;\n }\n }\n\n ."," {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n\n &:after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n }\n\n ."," {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n\n &:after {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n }\n\n &."," {\n ",";\n\n ",";\n }\n\n ."," {\n ",";\n\n &."," {\n padding: 0;\n min-width: 24px;\n ",";\n }\n\n &."," {\n border-right: ",";\n }\n\n &:not(.",") {\n margin-left: 0;\n }\n\n ",";\n }\n\n ",";\n\n ",";\n\n ",";\n\n &."," {\n ",";\n\n ."," {\n background: ",";\n }\n }\n "])),utils_2.RcSplitButtonClasses.groupedContainedHorizontal,utils_2.RcSplitButtonClasses.actionButton,utils_2.RcSplitButtonClasses.controlButton,utils_2.RcSplitButtonClasses.root,!disabled&&variantIs(["outlined","text","round"])&&!loading&&foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n transition: ",";\n\n "," {\n &:hover {\n background: ",";\n }\n }\n "],["\n transition: ",";\n\n "," {\n &:hover {\n background: ",";\n }\n }\n "])),transition,foundation_1.nonTouchHoverMedia,styles_1.buttonHoverColor),variantIs(["text","round","plainIcon"])&&foundation_1.css(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n align-items: center;\n\n ","\n "],["\n align-items: center;\n\n ","\n "])),!disabled&&!loading&&foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n ."," {\n border-left-color: ",";\n }\n }\n }\n "],["\n "," {\n &:hover {\n ."," {\n border-left-color: ",";\n }\n }\n }\n "])),foundation_1.nonTouchHoverMedia,utils_2.RcSplitButtonClasses.controlButton,activeColor24)),utils_2.RcSplitButtonClasses.groupedHorizontal,variantIs(["outlined","text","contained"])&&foundation_1.css(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n min-width: 72px;\n "],["\n min-width: 72px;\n "]))),utils_2.RcSplitButtonClasses.controlButton,borderLeft,utils_2.RcSplitButtonClasses.actionButton,"outlined"===variant&&0,utils_2.RcSplitButtonClasses.actionButton,variantIs(["plain","plainIcon"])&&foundation_1.css(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n &."," {\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n box-shadow: none;\n\n transition: ",";\n\n ",";\n }\n\n &."," {\n border-top-right-radius: inherit;\n border-bottom-right-radius: inherit;\n }\n "],["\n &."," {\n border-top-left-radius: inherit;\n border-bottom-left-radius: inherit;\n box-shadow: none;\n\n transition: ",";\n\n ",";\n }\n\n &."," {\n border-top-right-radius: inherit;\n border-bottom-right-radius: inherit;\n }\n "])),utils_2.RcSplitButtonClasses.controlButton,transition,!loading&&foundation_1.css(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n background: ",";\n }\n }\n\n "," {\n background: ",";\n }\n "],["\n "," {\n &:hover {\n background: ",";\n }\n }\n\n "," {\n background: ",";\n }\n "])),foundation_1.nonTouchHoverMedia,styles_1.buttonHoverColor,foundation_1.focusVisible,styles_1.buttonHoverColor),utils_2.RcSplitButtonClasses.actionButton),"plainIcon"===variant&&foundation_1.css(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n &.",",\n ."," {\n border-radius: ",";\n\n "," {\n min-height: auto;\n }\n }\n "],["\n &.",",\n ."," {\n border-radius: ",";\n\n "," {\n min-height: auto;\n }\n }\n "])),utils_2.RcSplitButtonClasses.root,utils_2.RcSplitButtonClasses.groupedHorizontal,foundation_1.radius("circle"),Button_1.RcButton),"round"===variant&&foundation_1.css(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n &."," {\n border-radius: ",";\n overflow: hidden;\n\n "," {\n min-height: auto;\n }\n\n .",",\n ."," {\n transform: scale(2);\n }\n\n ."," {\n &."," {\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n }\n\n &."," {\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n }\n }\n }\n "],["\n &."," {\n border-radius: ",";\n overflow: hidden;\n\n "," {\n min-height: auto;\n }\n\n .",",\n ."," {\n transform: scale(2);\n }\n\n ."," {\n &."," {\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n }\n\n &."," {\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n }\n }\n }\n "])),utils_2.RcSplitButtonClasses.root,foundation_1.radius("round"),Button_1.RcButton,utils_2.RcSplitButtonTouchRippleClasses.child,utils_2.RcSplitButtonTouchRippleClasses.ripplePulsate,utils_2.RcSplitButtonClasses.groupedHorizontal,utils_2.RcSplitButtonClasses.actionButton,foundation_1.radius("round"),foundation_1.radius("round"),utils_2.RcSplitButtonClasses.controlButton,foundation_1.radius("round"),foundation_1.radius("round")),variantIs(["round","plainIcon"])&&iconButtonStyle,utils_2.RcSplitButtonClasses.menuOpen,!variantIs(["plain","plainIcon"])&&foundation_1.css(templateObject_16||(templateObject_16=tslib_1.__makeTemplateObject(["\n ."," {\n background: ",";\n }\n "],["\n ."," {\n background: ",";\n }\n "])),utils_2.RcSplitButtonClasses.actionButton,!isContainer&&styles_1.buttonHoverColor),utils_2.RcSplitButtonClasses.controlButton,isContainer?containedActiveColor:activeColor24)};try{splitButtonStyle.displayName="splitButtonStyle",splitButtonStyle.__docgenInfo={description:"",displayName:"splitButtonStyle",props:{variant:{defaultValue:null,description:"type of variant, default is `contained`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'},{value:'"round"'},{value:'"contained"'},{value:'"plain"'},{value:'"plainIcon"'}]}},ActionButtonProps:{defaultValue:null,description:"left Action button (`RcButton`) props",name:"ActionButtonProps",required:!1,type:{name:'Partial<{ size?: "small" | "xsmall" | "medium" | "large" | "xlarge"; variant?: "text" | "outlined" | "contained" | "plain"; color?: "primary" | "secondary" | ... 137 more ... | undefined; ... 8 more ...; focusVariant?: "ripple" | ... 1 more ... | undefined; } & Pick<...> & { ...; } & Pick<......'}},ControlButtonProps:{defaultValue:null,description:"right Control button(`RcButton`) props",name:"ControlButtonProps",required:!1,type:{name:'({ ArrowIconProps?: RcIconProps; } & Pick & { ...; } & Pick<...>>, "radiu...'}},MenuProps:{defaultValue:null,description:"props for Menu component",name:"MenuProps",required:!1,type:{name:'Pick'}},onOpen:{defaultValue:null,description:"emit when menu open",name:"onOpen",required:!1,type:{name:"(() => void)"}},loading:{defaultValue:null,description:"loading state",name:"loading",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},disabled:{defaultValue:null,description:"If `true`, the button will be disabled.\nIf `true`, the base button will be disabled.\nIf `true`, the buttons will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"color of button",name:"color",required:!1,type:{name:'"primary" | "secondary" | "action" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 128 more ...'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the button group.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},disableRipple:{defaultValue:null,description:"If `true`, the button ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableElevation:{defaultValue:null,description:"If `true`, no elevation is used.",name:"disableElevation",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"If `true`, the button keyboard focus ripple will be disabled.",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx#splitButtonStyle"]={docgenInfo:splitButtonStyle.__docgenInfo,name:"splitButtonStyle",path:"packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx#splitButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/SplitButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledArrowIcon.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/styles/StyledSplitButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/SplitButton/utils/SplitButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSplitButtonClasses=foundation_1.RcClasses(["root","groupedHorizontal","actionButton","controlButton","menuOpen","groupedContainedHorizontal"],"RcSplitButton"),exports.RcSplitButtonTouchRippleClasses=foundation_1.RcClasses(["child","ripplePulsate"],"RcSplitButton-TouchRipple"),exports.getVariant=function(variant){switch(variant){case"round":return"text";case"plainIcon":return"plain";default:return variant}},exports.variantIsHandler=function(variant){return function(arr){return arr.includes(variant)}}},"./packages/juno-core/src/components/Buttons/SplitButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/utils/SplitButtonUtils.ts"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ToggleButton_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/ToggleButton/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),_RcToggleButton=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcToggleButton"}),classesProp=props.classes,children=props.children,symbol=(props.size,props.variant,props.symbol),IconProps=props.IconProps,rest=tslib_1.__rest(props,["classes","children","size","variant","symbol","IconProps"]),innerRef=react_1.useRef(null),buttonRef=foundation_1.useForkRef(ref,innerRef),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcToggleButtonClasses,classesProp)}),[classesProp]);return react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"Mui-selected")})),react_1.default.createElement(ToggleButton_1.default,tslib_1.__assign({},rest,{ref:buttonRef,innerRef:buttonRef,classes}),symbol&&react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({symbol,size:"inherit"},IconProps)),children)})),RcToggleButton=foundation_1.styled(Tooltip_1.withTooltip(_RcToggleButton))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ToggleButtonStyle);exports.RcToggleButton=RcToggleButton,RcToggleButton.defaultProps={disableRipple:!0,size:"medium",variant:"standard"},RcToggleButton.displayName="RcToggleButton";try{RcToggleButton.displayName="RcToggleButton",RcToggleButton.__docgenInfo={description:"",displayName:"RcToggleButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:{value:"standard"},description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:{value:"true"},description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:{value:"medium"},description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},IconProps:{defaultValue:null,description:"IconProps apply on symbol",name:"IconProps",required:!1,type:{name:'Pick'}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx#RcToggleButton"]={docgenInfo:RcToggleButton.__docgenInfo,name:"RcToggleButton",path:"packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx#RcToggleButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/ToggleButton.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),actionColor=foundation_1.palette2("action","grayLight"),selectedBgColor=foundation_1.setOpacity(foundation_1.focusVisibleColor,"12");exports.ToggleButtonStyle=function(props){var size=props.size,variant=props.variant,disabled=props.disabled,space=foundation_1.spacing(utils_2.RcToggleButtonSpace[size].area);return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n color: ",";\n border: unset;\n\n "," {\n &:hover {\n color: ",";\n }\n }\n\n &."," {\n color: ",";\n }\n\n &."," {\n color: ",";\n }\n\n ."," {\n position: relative;\n font-size: ",";\n }\n\n ",";\n\n ",";\n "],["\n color: ",";\n border: unset;\n\n "," {\n &:hover {\n color: ",";\n }\n }\n\n &."," {\n color: ",";\n }\n\n &."," {\n color: ",";\n }\n\n ."," {\n position: relative;\n font-size: ",";\n }\n\n ",";\n\n ",";\n "])),foundation_1.palette2("neutral","f04"),foundation_1.nonTouchHoverMedia,foundation_1.palette2("neutral","f06"),utils_2.RcToggleButtonClasses.selected,foundation_1.focusVisibleColor,utils_2.RcToggleButtonClasses.disabled,foundation_1.palette2("neutral","f02"),utils_2.RcToggleButtonClasses.label,foundation_1.px(utils_1.RcIconSizes[size]),"standard"===variant&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n\n &:active {\n background-color: ",";\n }\n\n ",";\n "],["\n padding: ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n ",";\n\n &:active {\n background-color: ",";\n }\n\n ",";\n "])),space,foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(actionColor,"08"),foundation_1.focusVisibleShadowStyle("sm"),foundation_1.setOpacity(actionColor,"12"),!disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &.",",\n &.",":hover {\n background-color: ",";\n }\n "],["\n &.",",\n &.",":hover {\n background-color: ",";\n }\n "])),utils_2.RcToggleButtonClasses.selected,utils_2.RcToggleButtonClasses.selected,selectedBgColor)),"box"===variant&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n padding: ",";\n\n &."," {\n background-color: unset;\n }\n\n "," {\n &:hover,\n &.",":hover {\n background-color: unset;\n }\n }\n\n "," {\n ."," {\n ","\n }\n }\n "],["\n padding: ",";\n\n &."," {\n background-color: unset;\n }\n\n "," {\n &:hover,\n &.",":hover {\n background-color: unset;\n }\n }\n\n "," {\n ."," {\n ","\n }\n }\n "])),space,utils_2.RcToggleButtonClasses.selected,foundation_1.nonTouchHoverMedia,utils_2.RcToggleButtonClasses.selected,foundation_1.focusVisible,utils_2.RcToggleButtonClasses.label,styles_1.plainIconButtonFocusStyle({radius:"sm"})))};try{ToggleButtonStyle.displayName="ToggleButtonStyle",ToggleButtonStyle.__docgenInfo={description:"",displayName:"ToggleButtonStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},IconProps:{defaultValue:null,description:"IconProps apply on symbol",name:"IconProps",required:!1,type:{name:'Pick'}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx#ToggleButtonStyle"]={docgenInfo:ToggleButtonStyle.__docgenInfo,name:"ToggleButtonStyle",path:"packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx#ToggleButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/styles/ToggleButtonStyle.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButton/utils/ToggleButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcToggleButtonClasses=foundation_1.RcClasses(["selected","disabled","label"],"RcToggleButton"),exports.RcToggleButtonSpace={small:{area:.5,inner:1,outer:2},medium:{area:1,inner:1,outer:2},large:{area:1,inner:2,outer:4}}},"./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/ToggleButtonUtils.ts"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ToggleButtonGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/ToggleButtonGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts"),_RcToggleButtonGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcToggleButtonGroup"}),classesProp=props.classes,children=props.children,variant=props.variant,size=props.size,rest=tslib_1.__rest(props,["classes","children","variant","size"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcToggleButtonGroupClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ToggleButtonGroup_1.default,tslib_1.__assign({},rest,{ref,classes}),children.map((function(x,i){return react_1.default.cloneElement(x,{key:"."+i,size,variant})})))})),RcToggleButtonGroup=foundation_1.styled(_RcToggleButtonGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ToggleButtonGroupStyle);exports.RcToggleButtonGroup=RcToggleButtonGroup,RcToggleButtonGroup.defaultProps={size:"medium",variant:"standard"},RcToggleButtonGroup.displayName="RcToggleButtonGroup";try{RcToggleButtonGroup.displayName="RcToggleButtonGroup",RcToggleButtonGroup.__docgenInfo={description:"",displayName:"RcToggleButtonGroup",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx#RcToggleButtonGroup"]={docgenInfo:RcToggleButtonGroup.__docgenInfo,name:"RcToggleButtonGroup",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx#RcToggleButtonGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts"),boxStyle_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx"),standardStyle_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx"),dividerColor=foundation_1.palette2("neutral","l02");exports.ToggleButtonGroupStyle=function(props){var variant=props.variant,size=props.size,isHorizontal="vertical"!==props.orientation,_a=utils_1.RcToggleButtonSpace[size],area=_a.area,inner=_a.inner,boxInnerPadding=foundation_1.spacing(area+inner+.25);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n .","\n + .",",\n .","\n + ."," {\n "," {\n &:before {\n content: '';\n position: absolute;\n pointer-events: none;\n background: ",";\n top: 0;\n left: 0;\n\n ",";\n }\n }\n }\n\n ",";\n ",";\n "],["\n .","\n + .",",\n .","\n + ."," {\n "," {\n &:before {\n content: '';\n position: absolute;\n pointer-events: none;\n background: ",";\n top: 0;\n left: 0;\n\n ",";\n }\n }\n }\n\n ",";\n ",";\n "])),utils_2.RcToggleButtonGroupClasses.groupedHorizontal,utils_2.RcToggleButtonGroupClasses.groupedHorizontal,utils_2.RcToggleButtonGroupClasses.groupedVertical,utils_2.RcToggleButtonGroupClasses.groupedVertical,Icon_1.RcIcon,dividerColor,isHorizontal?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 100%;\n width: 1px;\n transform: translateX(-",");\n "],["\n height: 100%;\n width: 1px;\n transform: translateX(-",");\n "])),boxInnerPadding):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n height: 1px;\n width: 100%;\n transform: translateY(-",");\n "],["\n height: 1px;\n width: 100%;\n transform: translateY(-",");\n "])),boxInnerPadding),"standard"===variant&&standardStyle_1.standardStyle,"box"===variant&&boxStyle_1.boxStyle)};try{ToggleButtonGroupStyle.displayName="ToggleButtonGroupStyle",ToggleButtonGroupStyle.__docgenInfo={description:"",displayName:"ToggleButtonGroupStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},children:{defaultValue:null,description:"The content of the button.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The currently selected value within the group or an array of selected\nvalues when `exclusive` is false.\n\nThe value must have reference equality with the option in order to be selected.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},exclusive:{defaultValue:null,description:"If `true`, only allow one of the child ToggleButton values to be selected.",name:"exclusive",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx#ToggleButtonGroupStyle"]={docgenInfo:ToggleButtonGroupStyle.__docgenInfo,name:"ToggleButtonGroupStyle",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx#ToggleButtonGroupStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ToggleButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts");exports.boxStyle=function(_a){var size=_a.size,orientation=_a.orientation,_b=utils_1.RcToggleButtonSpace[size],inner=_b.inner,outer=_b.outer,area=_b.area,isHorizontal="vertical"!==orientation,radiusValue=foundation_1.radius("round"),startPadding=foundation_1.spacing(area+inner-.25),endPadding=foundation_1.spacing(area+inner),outerPadding=foundation_1.spacing(area+outer);return foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n background-color: ",";\n box-shadow: ",";\n border-radius: ",";\n\n "," {\n ",";\n }\n\n ",":first-child {\n ",";\n }\n\n ",":last-child {\n ",";\n }\n "],["\n background-color: ",";\n box-shadow: ",";\n border-radius: ",";\n\n "," {\n ",";\n }\n\n ",":first-child {\n ",";\n }\n\n ",":last-child {\n ",";\n }\n "])),foundation_1.palette2("neutral","elevation"),foundation_1.shadows("1"),foundation_1.radius("round"),ToggleButton_1.RcToggleButton,isHorizontal?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding-left: ",";\n margin-left: 1px;\n padding-right: ",";\n "],["\n padding-left: ",";\n margin-left: 1px;\n padding-right: ",";\n "])),startPadding,endPadding):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n padding-top: ",";\n margin-top: 1px;\n padding-bottom: ",";\n "],["\n padding-top: ",";\n margin-top: 1px;\n padding-bottom: ",";\n "])),startPadding,endPadding),ToggleButton_1.RcToggleButton,isHorizontal?foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n padding-left: ",";\n margin-left: 0px;\n "],["\n border-top-left-radius: ",";\n border-bottom-left-radius: ",";\n padding-left: ",";\n margin-left: 0px;\n "])),radiusValue,radiusValue,outerPadding):foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n padding-top: ",";\n margin-top: 0px;\n "],["\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n padding-top: ",";\n margin-top: 0px;\n "])),radiusValue,radiusValue,outerPadding),ToggleButton_1.RcToggleButton,isHorizontal?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n padding-right: ",";\n "],["\n border-top-right-radius: ",";\n border-bottom-right-radius: ",";\n padding-right: ",";\n "])),radiusValue,radiusValue,outerPadding):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n padding-bottom: ",";\n "],["\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n padding-bottom: ",";\n "])),radiusValue,radiusValue,outerPadding))};try{boxStyle.displayName="boxStyle",boxStyle.__docgenInfo={description:"",displayName:"boxStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},children:{defaultValue:null,description:"The content of the button.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The currently selected value within the group or an array of selected\nvalues when `exclusive` is false.\n\nThe value must have reference equality with the option in order to be selected.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},exclusive:{defaultValue:null,description:"If `true`, only allow one of the child ToggleButton values to be selected.",name:"exclusive",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx#boxStyle"]={docgenInfo:boxStyle.__docgenInfo,name:"boxStyle",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/boxStyle.tsx#boxStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/ToggleButtonGroupStyle.tsx"),exports)},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts");exports.standardStyle=function(_a){var orientation=_a.orientation,size=_a.size,isHorizontal="vertical"!==orientation,_b=utils_1.RcToggleButtonSpace[size],inner=_b.inner,outer=_b.outer,area=_b.area,margins=isHorizontal?foundation_1.spacing(inner,inner,inner,inner+.25):foundation_1.spacing(inner,inner,inner+.25,inner),outerSpace=foundation_1.spacing(outer);return foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n "," {\n margin: ",";\n padding: ",";\n border: none;\n border-radius: ",";\n\n ",";\n\n &:first-child {\n ",";\n }\n\n &:last-child {\n ",";\n }\n }\n "],["\n "," {\n margin: ",";\n padding: ",";\n border: none;\n border-radius: ",";\n\n ",";\n\n &:first-child {\n ",";\n }\n\n &:last-child {\n ",";\n }\n }\n "])),utils_2.toggleButtonBetweenClassName+",\n ."+utils_2.RcToggleButtonGroupClasses.groupedHorizontal+",\n ."+utils_2.RcToggleButtonGroupClasses.groupedVertical,margins,foundation_1.spacing(area),foundation_1.radius("sm"),isHorizontal?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-top: 0;\n margin-bottom: 0;\n "],["\n margin-top: 0;\n margin-bottom: 0;\n "]))):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-left: 0;\n margin-right: 0;\n "],["\n margin-left: 0;\n margin-right: 0;\n "]))),isHorizontal?foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n "],["\n margin-left: ",";\n "])),outerSpace):foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n "],["\n margin-top: ",";\n "])),outerSpace),isHorizontal?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-right: ",";\n "],["\n margin-right: ",";\n "])),outerSpace):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n "],["\n margin-bottom: ",";\n "])),outerSpace))};try{standardStyle.displayName="standardStyle",standardStyle.__docgenInfo={description:"",displayName:"standardStyle",props:{variant:{defaultValue:null,description:"variant type for different display `ToggleButton`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"standard"'},{value:'"box"'}]}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},children:{defaultValue:null,description:"The content of the button.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The currently selected value within the group or an array of selected\nvalues when `exclusive` is false.\n\nThe value must have reference equality with the option in order to be selected.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The group orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},exclusive:{defaultValue:null,description:"If `true`, only allow one of the child ToggleButton values to be selected.",name:"exclusive",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx#standardStyle"]={docgenInfo:standardStyle.__docgenInfo,name:"standardStyle",path:"packages/juno-core/src/components/Buttons/ToggleButtonGroup/styles/standardStyle.tsx#standardStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/ToggleButtonGroupUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ToggleButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/utils/index.ts");exports.RcToggleButtonGroupClasses=foundation_1.RcClasses(["groupedHorizontal","groupedVertical"],"RcToggleButtonGroup"),exports.toggleButtonBetweenClassName=ToggleButton_1.RcToggleButton+"."+utils_1.RcToggleButtonClasses.selected+" + "+ToggleButton_1.RcToggleButton+"."+utils_1.RcToggleButtonClasses.selected},"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/utils/ToggleButtonGroupUtils.ts"),exports)},"./packages/juno-core/src/components/Buttons/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonBase/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ButtonGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/IconButtonGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/SplitButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/ToggleButtonGroup/index.ts"),exports)},"./packages/juno-core/src/components/Card/Card/Card.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),Card_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Card/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),CardContext_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/CardContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/utils/index.ts"),_RcCard=react_1.forwardRef((function(inProps,ref){var _a,props=foundation_1.useThemeProps({props:inProps,name:"RcCard"}),classesProp=props.classes,classNameProp=props.className,selected=props.selected,focusVisibleProp=props.focusVisible,rest=tslib_1.__rest(props,["classes","className","selected","focusVisible"]),_b=tslib_1.__read(react_1.useState(!1),2),focusVisible=_b[0],setFocusVisible=_b[1],classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_1.RcCardClasses,["selected","focusVisible"]),classesProp)}),[classesProp]),className=clsx_1.default(classNameProp,((_a={})[utils_1.RcCardClasses.focusVisible]=focusVisibleProp||focusVisible,_a[utils_1.RcCardClasses.selected]=selected,_a));return react_1.default.createElement(CardContext_1.RcCardContext.Provider,{value:{focusVisible,setFocusVisible}},react_1.default.createElement(Card_1.default,tslib_1.__assign({},rest,{className,ref,classes})))})),RcCard=styled_components_1.default(_RcCard)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardStyle);exports.RcCard=RcCard,RcCard.displayName="RcCard",RcCard.defaultProps={};try{RcCard.displayName="RcCard",RcCard.__docgenInfo={description:"",displayName:"RcCard",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/Card/Card.tsx#RcCard"]={docgenInfo:RcCard.__docgenInfo,name:"RcCard",path:"packages/juno-core/src/components/Card/Card/Card.tsx#RcCard"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/Card/CardContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcCardContext=react_1.createContext({setFocusVisible:function(){}}),exports.useRcCardContext=function(){return react_1.useContext(exports.RcCardContext)}},"./packages/juno-core/src/components/Card/Card/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/Card.tsx"),exports)},"./packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Card/Card/utils/index.ts");exports.CardStyle=function(props){var variant=props.variant,square=props.square,isOutline="outlined"===variant;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n background-color: ",";\n\n ","\n "],["\n position: relative;\n background-color: ",";\n\n ","\n "])),foundation_1.palette2("neutral","elevation"),isOutline&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border: 1px solid ",";\n border-radius: ",";\n\n &.",", &."," {\n border-color: ",";\n }\n\n &:not(:hover):not(:focus-within) ."," {\n &:not(.",") {\n opacity: ",";\n }\n }\n "],["\n border: 1px solid ",";\n border-radius: ",";\n\n &.",", &."," {\n border-color: ",";\n }\n\n &:not(:hover):not(:focus-within) ."," {\n &:not(.",") {\n opacity: ",";\n }\n }\n "])),foundation_1.palette2("neutral","l02"),!square&&foundation_1.radius("xl"),utils_2.RcCardClasses.focusVisible,utils_2.RcCardClasses.selected,isOutline&&foundation_1.palette2("interactive","f01"),utils_1.RcCardHoverActionsClasses.root,utils_1.RcCardHoverActionsClasses.visible,isOutline&&0))};try{CardStyle.displayName="CardStyle",CardStyle.__docgenInfo={description:"",displayName:"CardStyle",props:{selected:{defaultValue:null,description:"applies the visual style of selection, only applied when variant outline",name:"selected",required:!1,type:{name:"boolean"}},focusVisible:{defaultValue:null,description:"sets the visible style of focus if the focus target is delegated to a child component, only applied when variant outline",name:"focusVisible",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx#CardStyle"]={docgenInfo:CardStyle.__docgenInfo,name:"CardStyle",path:"packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx#CardStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/Card/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/styles/CardStyles.tsx"),exports)},"./packages/juno-core/src/components/Card/Card/utils/CardUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardClasses=foundation_1.RcClasses(["focusVisible","selected"],"RcCard")},"./packages/juno-core/src/components/Card/Card/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/utils/CardUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),CardActionArea_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardActionArea/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),CardContext_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/CardContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/utils/index.ts"),_RcCardActionArea=react_1.forwardRef((function(inProps,ref){var _a,props=foundation_1.useThemeProps({props:inProps,name:"RcCardActionArea"}),_b=foundation_1.useThemeProps({props,name:"MuiButtonBase"}),classNameProp=_b.className,classesProp=_b.classes,TouchRipplePropsProp=_b.TouchRippleProps,onFocusVisible=_b.onFocusVisible,onBlur=_b.onBlur,disableRipple=_b.disableRipple,disableTouchRipple=_b.disableTouchRipple,rest=tslib_1.__rest(_b,["className","classes","TouchRippleProps","onFocusVisible","onBlur","disableRipple","disableTouchRipple"]),setFocusVisible=CardContext_1.useRcCardContext().setFocusVisible,events=react_1.useMemo((function(){return foundation_1.combineProps({onFocusVisible:function(){return setFocusVisible(!0)},onBlur:function(){return setFocusVisible(!1)}},{onFocusVisible,onBlur})}),[onBlur,onFocusVisible,setFocusVisible]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_1.RcCardActionAreaClasses,["disableRipple"]),classesProp)}),[classesProp]),className=clsx_1.default(classNameProp,((_a={})[utils_1.RcCardActionAreaClasses.disableRipple]=disableRipple||disableTouchRipple,_a)),TouchRippleProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:utils_1.RcCardActionAreaRippleClasses},TouchRipplePropsProp)}),[TouchRipplePropsProp]);return react_1.default.createElement(CardActionArea_1.default,tslib_1.__assign({},rest,events,{ref,className,classes,TouchRippleProps,disableRipple,disableTouchRipple}))})),RcCardActionArea=foundation_1.overridableStyled(_RcCardActionArea)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardActionAreaStyle);exports.RcCardActionArea=RcCardActionArea,RcCardActionArea.defaultProps={},RcCardActionArea.displayName="RcCardActionArea";try{RcCardActionArea.displayName="RcCardActionArea",RcCardActionArea.__docgenInfo={description:"",displayName:"RcCardActionArea",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx#RcCardActionArea"]={docgenInfo:RcCardActionArea.__docgenInfo,name:"RcCardActionArea",path:"packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx#RcCardActionArea"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActionArea/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/CardActionArea.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/utils/index.ts"),rippleAnimation=function(_a){var theme=_a.theme;return foundation_1.keyframes(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n 0% {\n transform: scale(0);\n opacity: ",";\n }\n 100% {\n transform: scale(1);\n opacity: ",";\n }\n"],["\n 0% {\n transform: scale(0);\n opacity: ",";\n }\n 100% {\n transform: scale(1);\n opacity: ",";\n }\n"])),theme.opacity["08"],theme.opacity[24])};exports.CardActionAreaStyle=function(){return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &.","\n ."," {\n opacity: 0;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n opacity: ",";\n animation-name: ",";\n }\n\n &.",":active {\n background-color: ",";\n }\n "],["\n &.","\n ."," {\n opacity: 0;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n opacity: ",";\n animation-name: ",";\n }\n\n &.",":active {\n background-color: ",";\n }\n "])),utils_1.RcCardActionAreaClasses.focusVisible,utils_1.RcCardActionAreaClasses.focusHighlight,utils_1.RcCardActionAreaRippleClasses.root,foundation_1.palette2("action","grayLight"),utils_1.RcCardActionAreaRippleClasses.rippleVisible,foundation_1.opacity("24"),rippleAnimation,utils_1.RcCardActionAreaClasses.disableRipple,foundation_1.palette2("action","grayLight",.24))};try{CardActionAreaStyle.displayName="CardActionAreaStyle",CardActionAreaStyle.__docgenInfo={description:"",displayName:"CardActionAreaStyle",props:{classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx#CardActionAreaStyle"]={docgenInfo:CardActionAreaStyle.__docgenInfo,name:"CardActionAreaStyle",path:"packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx#CardActionAreaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActionArea/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/styles/CardActionAreaStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActionArea/utils/CardActionAreaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardActionAreaClasses=foundation_1.RcClasses(["root","focusHighlight","focusVisible","disableRipple"],"RcCardActionArea"),exports.RcCardActionAreaRippleClasses=foundation_1.RcClasses(["root","rippleVisible"],"RcCardActionAreaTouchRipple")},"./packages/juno-core/src/components/Card/CardActionArea/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/utils/CardActionAreaUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardActions/CardActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardActions_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardActions/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActions/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardActions/utils/index.ts"),_RcCardActions=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardActions"}),classesProp=props.classes,rest=tslib_1.__rest(props,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardActionsClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardActions_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcCardActions=foundation_1.styled(_RcCardActions)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardActionsStyle);exports.RcCardActions=RcCardActions,RcCardActions.defaultProps={},RcCardActions.displayName="RcCardActions";try{RcCardActions.displayName="RcCardActions",RcCardActions.__docgenInfo={description:"",displayName:"RcCardActions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActions/CardActions.tsx#RcCardActions"]={docgenInfo:RcCardActions.__docgenInfo,name:"RcCardActions",path:"packages/juno-core/src/components/Card/CardActions/CardActions.tsx#RcCardActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/CardActions.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardActionsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n padding: ",";\n z-index: 2;\n "],["\n position: relative;\n padding: ",";\n z-index: 2;\n "])),foundation_1.spacing(0,4,4,4))};try{CardActionsStyle.displayName="CardActionsStyle",CardActionsStyle.__docgenInfo={description:"",displayName:"CardActionsStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disableSpacing:{defaultValue:null,description:"If `true`, the actions do not have additional margin.",name:"disableSpacing",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx#CardActionsStyle"]={docgenInfo:CardActionsStyle.__docgenInfo,name:"CardActionsStyle",path:"packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx#CardActionsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardActions/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/styles/CardActionsStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardActions/utils/CardActionsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardActionsClasses=foundation_1.RcClasses([],"RcCardActions")},"./packages/juno-core/src/components/Card/CardActions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/utils/CardActionsUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardContent/CardContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardContent_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardContent/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardContent/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardContent/utils/index.ts"),_RcCardContent=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardContent"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardContentClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardContent_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcCardContent=foundation_1.styled(_RcCardContent)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardContentStyle);exports.RcCardContent=RcCardContent,RcCardContent.defaultProps={},RcCardContent.displayName="RcCardContent";try{RcCardContent.displayName="RcCardContent",RcCardContent.__docgenInfo={description:"",displayName:"RcCardContent",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardContent/CardContent.tsx#RcCardContent"]={docgenInfo:RcCardContent.__docgenInfo,name:"RcCardContent",path:"packages/juno-core/src/components/Card/CardContent/CardContent.tsx#RcCardContent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardContent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/CardContent.tsx"),exports)},"./packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardContentStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n "],["\n padding: ",";\n "])),foundation_1.spacing(4))};try{CardContentStyle.displayName="CardContentStyle",CardContentStyle.__docgenInfo={description:"",displayName:"CardContentStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx#CardContentStyle"]={docgenInfo:CardContentStyle.__docgenInfo,name:"CardContentStyle",path:"packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx#CardContentStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardContent/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/styles/CardContentStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardContent/utils/CardContentUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardContentClasses=foundation_1.RcClasses(["root"],"RcCardContent")},"./packages/juno-core/src/components/Card/CardContent/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/utils/CardContentUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardHeader_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardHeader/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/utils/index.ts"),_RcCardHeader=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardHeader"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardHeaderClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardHeader_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcCardHeader=foundation_1.overridableStyled(_RcCardHeader)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardHeaderStyle);exports.RcCardHeader=RcCardHeader,RcCardHeader.defaultProps={},RcCardHeader.displayName="RcCardHeader";try{RcCardHeader.displayName="RcCardHeader",RcCardHeader.__docgenInfo={description:"",displayName:"RcCardHeader",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx#RcCardHeader"]={docgenInfo:RcCardHeader.__docgenInfo,name:"RcCardHeader",path:"packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx#RcCardHeader"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHeader/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/CardHeader.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardHeaderStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{CardHeaderStyle.displayName="CardHeaderStyle",CardHeaderStyle.__docgenInfo={description:"",displayName:"CardHeaderStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"The content of the Card Title.",name:"title",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display in the card header.",name:"action",required:!1,type:{name:"ReactNode"}},avatar:{defaultValue:null,description:"The Avatar for the Card Header.",name:"avatar",required:!1,type:{name:"ReactNode"}},disableTypography:{defaultValue:null,description:"If `true`, `subheader` and `title` won't be wrapped by a Typography component.\nThis can be useful to render an alternative Typography variant by wrapping\nthe `title` text, and optional `subheader` text\nwith the Typography component.",name:"disableTypography",required:!1,type:{name:"boolean"}},subheader:{defaultValue:null,description:"The content of the component.",name:"subheader",required:!1,type:{name:"ReactNode"}},subheaderTypographyProps:{defaultValue:null,description:"These props will be forwarded to the subheader\n(as long as disableTypography is not `true`).",name:"subheaderTypographyProps",required:!1,type:{name:'OverrideProps, "span">'}},titleTypographyProps:{defaultValue:null,description:"These props will be forwarded to the title\n(as long as disableTypography is not `true`).",name:"titleTypographyProps",required:!1,type:{name:'OverrideProps, "span">'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx#CardHeaderStyle"]={docgenInfo:CardHeaderStyle.__docgenInfo,name:"CardHeaderStyle",path:"packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx#CardHeaderStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHeader/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/styles/CardHeaderStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHeader/utils/CardHeaderUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardHeaderClasses=foundation_1.RcClasses([],"RcCardHeader")},"./packages/juno-core/src/components/Card/CardHeader/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/utils/CardHeaderUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/utils/index.ts"),_RcCardHoverActions=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardHoverActions"}),classNameProp=props.className,visible=props.visible,rest=tslib_1.__rest(props,["className","visible"]),className=react_1.useMemo((function(){var _a;return clsx_1.default(classNameProp,utils_1.RcCardHoverActionsClasses.root,((_a={})[utils_1.RcCardHoverActionsClasses.visible]=visible,_a))}),[classNameProp,visible]);return react_1.default.createElement("div",tslib_1.__assign({},rest,{ref,className}))})),RcCardHoverActions=foundation_1.styled(_RcCardHoverActions)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardHoverActionsStyle);exports.RcCardHoverActions=RcCardHoverActions,RcCardHoverActions.defaultProps={},RcCardHoverActions.displayName="RcCardHoverActions";try{RcCardHoverActions.displayName="RcCardHoverActions",RcCardHoverActions.__docgenInfo={description:"",displayName:"RcCardHoverActions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx#RcCardHoverActions"]={docgenInfo:RcCardHoverActions.__docgenInfo,name:"RcCardHoverActions",path:"packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx#RcCardHoverActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHoverActions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/CardHoverActions.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.hoverTransition=function(_a){var theme=_a.theme;return theme.transitions.create(["opacity"],{easing:"cubic-bezier(0.25, 0.8, 0.25, 1)",duration:theme.transitions.duration.standard})},exports.CardHoverActionsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n top: 0;\n padding: ",";\n transition: ",";\n ","\n z-index: 1;\n "],["\n position: absolute;\n right: 0;\n top: 0;\n padding: ",";\n transition: ",";\n ","\n z-index: 1;\n "])),foundation_1.spacing(4),exports.hoverTransition,"")};try{hoverTransition.displayName="hoverTransition",hoverTransition.__docgenInfo={description:"",displayName:"hoverTransition",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#hoverTransition"]={docgenInfo:hoverTransition.__docgenInfo,name:"hoverTransition",path:"packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#hoverTransition"})}catch(__react_docgen_typescript_loader_error){}try{CardHoverActionsStyle.displayName="CardHoverActionsStyle",CardHoverActionsStyle.__docgenInfo={description:"",displayName:"CardHoverActionsStyle",props:{visible:{defaultValue:null,description:"forces visibility regardless of parent card hover state",name:"visible",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#CardHoverActionsStyle"]={docgenInfo:CardHoverActionsStyle.__docgenInfo,name:"CardHoverActionsStyle",path:"packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx#CardHoverActionsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardHoverActions/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/styles/CardHoverActionsStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardHoverActions/utils/CardHoverActionsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardHoverActionsClasses=foundation_1.RcClasses(["root","visible"],"RcCardHoverActions")},"./packages/juno-core/src/components/Card/CardHoverActions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/utils/CardHoverActionsUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CardMedia_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CardMedia/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/utils/index.ts"),_RcCardMedia=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardMedia"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCardMediaClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CardMedia_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcCardMedia=foundation_1.overridableStyled(_RcCardMedia)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardMediaStyle);exports.RcCardMedia=RcCardMedia,RcCardMedia.defaultProps={},RcCardMedia.displayName="RcCardMedia";try{RcCardMedia.displayName="RcCardMedia",RcCardMedia.__docgenInfo={description:"",displayName:"RcCardMedia",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx#RcCardMedia"]={docgenInfo:RcCardMedia.__docgenInfo,name:"RcCardMedia",path:"packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx#RcCardMedia"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardMedia/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/CardMedia.tsx"),exports)},"./packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CardMediaStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{CardMediaStyle.displayName="CardMediaStyle",CardMediaStyle.__docgenInfo={description:"",displayName:"CardMediaStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},image:{defaultValue:null,description:"Image to be displayed as a background image.\nEither `image` or `src` prop must be specified.\nNote that caller must specify height otherwise the image will not be visible.",name:"image",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},src:{defaultValue:null,description:"An alias for `image` property.\nAvailable only with media components.\nMedia components: `video`, `audio`, `picture`, `iframe`, `img`.",name:"src",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx#CardMediaStyle"]={docgenInfo:CardMediaStyle.__docgenInfo,name:"CardMediaStyle",path:"packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx#CardMediaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardMedia/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/styles/CardMediaStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardMedia/utils/CardMediaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardMediaClasses=foundation_1.RcClasses(["root"],"RcCardMedia")},"./packages/juno-core/src/components/Card/CardMedia/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/utils/CardMediaUtils.ts"),exports)},"./packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Checkbox_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Checkbox/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),CardContext_1=__webpack_require__("./packages/juno-core/src/components/Card/Card/CardContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/utils/index.ts"),SelectionIcon=function(_a){var checked=_a.checked,iconOuterCircle=utils_1.RcCardSelectionAreaClasses.iconOuterCircle,iconInnerCircle=utils_1.RcCardSelectionAreaClasses.iconInnerCircle,icon=utils_1.RcCardSelectionAreaClasses.icon;return react_1.default.createElement("div",{className:iconOuterCircle},react_1.default.createElement("div",{className:iconInnerCircle},checked&&react_1.default.createElement(Icon_1.RcIcon,{className:icon,symbol:juno_icon_1.Check,size:"small",color:"neutral.f01"})))},_RcCardSelectionArea=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCardSelectionArea"}),classesProp=props.classes,onFocusVisible=props.onFocusVisible,onBlur=props.onBlur,rest=tslib_1.__rest(props,["classes","onFocusVisible","onBlur"]),setFocusVisible=CardContext_1.useRcCardContext().setFocusVisible,events=react_1.useMemo((function(){return foundation_1.combineProps({onFocusVisible:function(){return setFocusVisible(!0)},onBlur:function(){return setFocusVisible(!1)}},{onFocusVisible,onBlur})}),[onBlur,onFocusVisible,setFocusVisible]),classes=react_1.useMemo((function(){return foundation_1.omit(foundation_1.combineClasses(utils_1.RcCardSelectionAreaClasses,classesProp),["iconInnerCircle","iconOuterCircle","icon"])}),[classesProp]);return react_1.default.createElement(Checkbox_1.default,tslib_1.__assign({},rest,events,{ref,classes,icon:react_1.default.createElement(SelectionIcon,null),checkedIcon:react_1.default.createElement(SelectionIcon,{checked:!0}),disableRipple:!0}))})),RcCardSelectionArea=foundation_1.styled(_RcCardSelectionArea)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CardSelectionAreaStyle);exports.RcCardSelectionArea=RcCardSelectionArea,RcCardSelectionArea.defaultProps={},RcCardSelectionArea.displayName="RcCardSelectionArea";try{RcCardSelectionArea.displayName="RcCardSelectionArea",RcCardSelectionArea.__docgenInfo={description:"",displayName:"RcCardSelectionArea",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx#RcCardSelectionArea"]={docgenInfo:RcCardSelectionArea.__docgenInfo,name:"RcCardSelectionArea",path:"packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx#RcCardSelectionArea"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardSelectionArea/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/CardSelectionArea.tsx"),exports)},"./packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/utils/index.ts");exports.CardSelectionAreaStyle=function(){var innerCircleSize=utils_1.RcIconButtonSizes.small;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border-radius: 0;\n\n "," {\n &&:hover {\n background-color: ",";\n }\n }\n\n ."," {\n position: absolute;\n right: 0;\n top: 0;\n margin: ",";\n border-radius: ",";\n padding: ",";\n background-color: ",";\n box-shadow: ",";\n\n ."," {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: ",";\n width: ",";\n border-radius: ",";\n border: 1px solid ",";\n background-color: ",";\n }\n }\n\n &.","\n ."," {\n height: ",";\n width: ",";\n border: none;\n background-color: ",";\n }\n "],["\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border-radius: 0;\n\n "," {\n &&:hover {\n background-color: ",";\n }\n }\n\n ."," {\n position: absolute;\n right: 0;\n top: 0;\n margin: ",";\n border-radius: ",";\n padding: ",";\n background-color: ",";\n box-shadow: ",";\n\n ."," {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: ",";\n width: ",";\n border-radius: ",";\n border: 1px solid ",";\n background-color: ",";\n }\n }\n\n &.","\n ."," {\n height: ",";\n width: ",";\n border: none;\n background-color: ",";\n }\n "])),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(foundation_1.palette2("action","grayLight"),"08"),utils_2.RcCardSelectionAreaClasses.iconOuterCircle,foundation_1.spacing(2),foundation_1.radius("circle"),foundation_1.spacing(1),foundation_1.palette2("neutral","b01"),foundation_1.shadows("1"),utils_2.RcCardSelectionAreaClasses.iconInnerCircle,foundation_1.px(innerCircleSize),foundation_1.px(innerCircleSize),foundation_1.radius("circle"),foundation_1.palette2("interactive","f01"),foundation_1.palette2("neutral","b01"),utils_2.RcCardSelectionAreaClasses.checked,utils_2.RcCardSelectionAreaClasses.iconInnerCircle,foundation_1.px(innerCircleSize),foundation_1.px(innerCircleSize),foundation_1.palette2("interactive","f01"))};try{CardSelectionAreaStyle.displayName="CardSelectionAreaStyle",CardSelectionAreaStyle.__docgenInfo={description:"",displayName:"CardSelectionAreaStyle",props:{classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the checkbox will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: HTMLInputElement | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx#CardSelectionAreaStyle"]={docgenInfo:CardSelectionAreaStyle.__docgenInfo,name:"CardSelectionAreaStyle",path:"packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx#CardSelectionAreaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Card/CardSelectionArea/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/styles/CardSelectionAreaStyle.tsx"),exports)},"./packages/juno-core/src/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCardSelectionAreaClasses=foundation_1.RcClasses(["root","checked","iconOuterCircle","iconInnerCircle","icon"],"RcCardSelectionArea")},"./packages/juno-core/src/components/Card/CardSelectionArea/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.ts"),exports)},"./packages/juno-core/src/components/Card/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/Card/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActionArea/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardMedia/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardContent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHeader/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardActions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardHoverActions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/CardSelectionArea/index.ts"),exports)},"./packages/juno-core/src/components/Chip/Chip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),Chip_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Chip/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Chip/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Chip/utils/index.ts"),_RcChip=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcChip"}),AvatarProp=props.Avatar,deleteTooltip=props.deleteTooltip,deleteAutomationId=props.deleteAutomationId,isError=props.isError,classesProp=(props.backgroundColor,props.classes),_a=props.avatar,avatarProp=void 0===_a?AvatarProp:_a,_b=props.error,error=void 0===_b?isError:_b,id=props.id,label=props.label,disabled=props.disabled,deleteIconProp=props.deleteIcon,deleteIconProps=props.deleteIconProps,tabIndex=props.tabIndex,focused=props.focused,className=(props.color,props.className),rest=tslib_1.__rest(props,["Avatar","deleteTooltip","deleteAutomationId","isError","backgroundColor","classes","avatar","error","id","label","disabled","deleteIcon","deleteIconProps","tabIndex","focused","color","className"]),innerRef=react_1.useRef(null),chipRef=foundation_1.useForkRef(innerRef,ref),combinedClasses=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcChipClasses,classesProp)}),[classesProp]),classes=react_1.useMemo((function(){return foundation_1.omit(combinedClasses,["focused"])}),[combinedClasses]),deleteIcon=react_1.useMemo((function(){return deleteIconProp?react_1.default.cloneElement(deleteIconProp,tslib_1.__assign({tabIndex:-1},deleteIconProps)):react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({tabIndex:-1,disabled,variant:"plain",size:"medium",title:deleteTooltip,color:error?"danger.f02":void 0,"data-test-automation-id":deleteAutomationId,symbol:juno_icon_1.DeleteCircle},deleteIconProps))}),[deleteIconProp,deleteIconProps,disabled,deleteTooltip,error,deleteAutomationId]),avatar=react_1.useMemo((function(){if(avatarProp)return react_1.default.isValidElement(avatarProp)&&foundation_1.isRcElement(avatarProp,["RcAvatar"])&&"medium"===avatarProp.props.size?react_1.default.cloneElement(avatarProp,{size:"xxsmall"}):avatarProp}),[avatarProp]);return react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"MuiChip-deletable")})),react_1.default.createElement(Chip_1.default,tslib_1.__assign({ref:chipRef,id,tabIndex:disabled?-1:tabIndex,label,disabled,classes,className:clsx_1.default(className,focused?combinedClasses.focused:void 0),avatar,deleteIcon,"data-test-automation-class":"selected-item","data-test-automation-value":id||label,"data-is-error":error},rest))})),RcChip=foundation_1.overridableStyled(_RcChip)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ChipStyle);exports.RcChip=RcChip,RcChip.defaultProps={tabIndex:0,clickable:!1},RcChip.displayName="RcChip";try{RcChip.displayName="RcChip",RcChip.__docgenInfo={description:"",displayName:"RcChip",props:{component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!0,type:{name:"ElementType"}},color:{defaultValue:null,description:"color palette set,\n\n- variant: `default`: effect that active color when focus\n- variant: `outlined`: effect whole tag color\n\nin `outlined` variant when only set color, that will use color to calculate default background color\n- `lighten`: lighten `0.92` main color\n- `darken`: darken `0.72` main color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},backgroundColor:{defaultValue:null,description:"color palette set, only work when variant is `outlined`\n\neffect background color when not have any interactive.",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error chip",name:"error",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},deleteIconProps:{defaultValue:null,description:"props apply on `deleteIcon`",name:"deleteIconProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},Avatar:{defaultValue:null,description:"@deprecated",name:"Avatar",required:!1,type:{name:"ReactElement, string | ((props: any) => ReactElement | null) | (new (props: any) => Component)>"}},deleteAutomationId:{defaultValue:null,description:"@deprecated",name:"deleteAutomationId",required:!1,type:{name:"string"}},deleteTooltip:{defaultValue:null,description:"@deprecated",name:"deleteTooltip",required:!1,type:{name:"string"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}},label:{defaultValue:null,description:"The content of the label.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the chip should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"This prop isn't supported.\nUse the `component` prop if you need to change the children structure.",name:"children",required:!1,type:{name:"null"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},avatar:{defaultValue:null,description:"Avatar element.",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},clickable:{defaultValue:{value:"false"},description:"If `true`, the chip will appear clickable, and will raise when pressed,\neven if the onClick prop is not defined.\nIf false, the chip will not be clickable, even if onClick prop is defined.\nThis can be used, for example,\nalong with the component prop to indicate an anchor Chip is clickable.",name:"clickable",required:!1,type:{name:"boolean"}},deleteIcon:{defaultValue:null,description:"Override the default delete icon element. Shown only if `onDelete` is set.",name:"deleteIcon",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},onDelete:{defaultValue:null,description:"Callback function fired when the delete icon is clicked.\nIf set, the delete icon will be shown.",name:"onDelete",required:!1,type:{name:"((event: any) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Chip/Chip.tsx#RcChip"]={docgenInfo:RcChip.__docgenInfo,name:"RcChip",path:"packages/juno-core/src/components/Chip/Chip.tsx#RcChip"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Chip/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/Chip.tsx"),exports)},"./packages/juno-core/src/components/Chip/styles/ChipStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Chip/utils/index.ts"),defaultBgColor=foundation_1.palette2("action","grayDark"),defaultTextColor=foundation_1.palette2("neutral","f06"),errorBgColor=foundation_1.palette2("danger","f02"),defaultOutlineBgColor=foundation_1.palette2("neutral","b01");function fakePseudoRoundBorder(addOptions){return foundation_1.fakeBorder(tslib_1.__assign({pseudo:!0,radius:"round"},addOptions))}exports.chipColor=function(_a){var focusedBorderColor=_a.focusedBorderColor,variant=_a.variant,error=_a.error,normalBorderColor=_a.normalBorderColor,interactiveBackgroundColor=_a.interactiveBackgroundColor,normalColor=_a.normalColor,normalBackgroundColor=_a.normalBackgroundColor,color=_a.color,backgroundColor=_a.backgroundColor,theme=_a.theme,outlined="outlined"===variant,hoverColorLighten=error||outlined;outlined&&!error&&(color||backgroundColor)&&(normalColor=focusedBorderColor,normalBorderColor=focusedBorderColor,interactiveBackgroundColor=focusedBorderColor,(!backgroundColor||backgroundColor===color)&&(normalBackgroundColor="light"===theme.palette.type?foundation_1.lighten(normalBackgroundColor,.92):foundation_1.darken(normalBackgroundColor,.72)));return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n background-color: ",";\n\n ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &.",", "," {\n ",";\n\n background-color: ",";\n }\n\n &:active {\n background-color: ",";\n }\n "],["\n color: ",";\n background-color: ",";\n\n ",";\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &.",", "," {\n ",";\n\n background-color: ",";\n }\n\n &:active {\n background-color: ",";\n }\n "])),normalColor,normalBackgroundColor,fakePseudoRoundBorder({color:normalBorderColor}),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(interactiveBackgroundColor,hoverColorLighten?"08":"12"),utils_1.RcChipClasses.focused,foundation_1.focusVisible,fakePseudoRoundBorder({color:focusedBorderColor}),foundation_1.setOpacity(interactiveBackgroundColor,"16"),foundation_1.setOpacity(interactiveBackgroundColor,"24"))},exports.ChipStyle=function(props){var isError=props.isError,_a=props.error,error=void 0===_a?isError:_a,colorProp=props.color,variant=props.variant,_b=props.backgroundColor,backgroundColorProp=void 0===_b?colorProp:_b,parsedBackgroundColor=foundation_1.getParsePaletteColor(backgroundColorProp,defaultOutlineBgColor),color=foundation_1.getParsePaletteColor(colorProp,foundation_1.focusVisibleColor),outlined="outlined"===variant,normalBackgroundColor=outlined?parsedBackgroundColor:foundation_1.palette2("neutral","b03");return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 28px;\n box-sizing: border-box;\n padding: ",";\n\n position: relative;\n border-radius: ",";\n border: ",";\n\n ",";\n ",";\n\n ",";\n\n &."," {\n color: ",";\n opacity: 1;\n }\n\n ",";\n\n ."," {\n color: ",";\n margin-left: 0px;\n margin-right: -4px;\n\n span {\n width: auto;\n height: auto;\n }\n }\n "],["\n height: 28px;\n box-sizing: border-box;\n padding: ",";\n\n position: relative;\n border-radius: ",";\n border: ",";\n\n ",";\n ",";\n\n ",";\n\n &."," {\n color: ",";\n opacity: 1;\n }\n\n ",";\n\n ."," {\n color: ",";\n margin-left: 0px;\n margin-right: -4px;\n\n span {\n width: auto;\n height: auto;\n }\n }\n "])),foundation_1.spacing(.5),foundation_1.radius("round"),outlined&&"none",foundation_1.ellipsis,foundation_1.typography("body1"),exports.chipColor(tslib_1.__assign(tslib_1.__assign({},props),{error,normalColor:defaultTextColor,normalBackgroundColor,focusedBorderColor:color,normalBorderColor:outlined?foundation_1.palette2("neutral","l02"):void 0,interactiveBackgroundColor:defaultBgColor})),utils_1.RcChipClasses.disabled,styles_1.disabledColor,error&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &:not(.",") {\n ",";\n }\n "],["\n &:not(.",") {\n ",";\n }\n "])),utils_1.RcChipClasses.disabled,exports.chipColor(tslib_1.__assign(tslib_1.__assign({},props),{error,normalColor:errorBgColor,normalBackgroundColor:foundation_1.palette2("danger","b01"),focusedBorderColor:errorBgColor,normalBorderColor:errorBgColor,interactiveBackgroundColor:errorBgColor}))),utils_1.RcChipClasses.avatar,foundation_1.palette2("neutral","b01"))};try{chipColor.displayName="chipColor",chipColor.__docgenInfo={description:"",displayName:"chipColor",props:{color:{defaultValue:null,description:"color palette set,\n\n- variant: `default`: effect that active color when focus\n- variant: `outlined`: effect whole tag color\n\nin `outlined` variant when only set color, that will use color to calculate default background color\n- `lighten`: lighten `0.92` main color\n- `darken`: darken `0.72` main color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},backgroundColor:{defaultValue:null,description:"color palette set, only work when variant is `outlined`\n\neffect background color when not have any interactive.",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error chip",name:"error",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},deleteIconProps:{defaultValue:null,description:"props apply on `deleteIcon`",name:"deleteIconProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},Avatar:{defaultValue:null,description:"@deprecated",name:"Avatar",required:!1,type:{name:"ReactElement, string | ((props: any) => ReactElement | null) | (new (props: any) => Component)>"}},deleteAutomationId:{defaultValue:null,description:"@deprecated",name:"deleteAutomationId",required:!1,type:{name:"string"}},deleteTooltip:{defaultValue:null,description:"@deprecated",name:"deleteTooltip",required:!1,type:{name:"string"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}},label:{defaultValue:null,description:"The content of the label.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the chip should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"This prop isn't supported.\nUse the `component` prop if you need to change the children structure.",name:"children",required:!1,type:{name:"null"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},avatar:{defaultValue:null,description:"Avatar element.",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},clickable:{defaultValue:null,description:"If `true`, the chip will appear clickable, and will raise when pressed,\neven if the onClick prop is not defined.\nIf false, the chip will not be clickable, even if onClick prop is defined.\nThis can be used, for example,\nalong with the component prop to indicate an anchor Chip is clickable.",name:"clickable",required:!1,type:{name:"boolean"}},deleteIcon:{defaultValue:null,description:"Override the default delete icon element. Shown only if `onDelete` is set.",name:"deleteIcon",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},onDelete:{defaultValue:null,description:"Callback function fired when the delete icon is clicked.\nIf set, the delete icon will be shown.",name:"onDelete",required:!1,type:{name:"((event: any) => void)"}},focusedBorderColor:{defaultValue:null,description:"",name:"focusedBorderColor",required:!0,type:{name:"PaletteReturnType"}},normalBorderColor:{defaultValue:null,description:"",name:"normalBorderColor",required:!1,type:{name:"PaletteReturnType"}},interactiveBackgroundColor:{defaultValue:null,description:"",name:"interactiveBackgroundColor",required:!0,type:{name:"PaletteReturnType"}},normalColor:{defaultValue:null,description:"",name:"normalColor",required:!0,type:{name:"PaletteReturnType"}},normalBackgroundColor:{defaultValue:null,description:"",name:"normalBackgroundColor",required:!0,type:{name:"PaletteReturnType"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#chipColor"]={docgenInfo:chipColor.__docgenInfo,name:"chipColor",path:"packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#chipColor"})}catch(__react_docgen_typescript_loader_error){}try{ChipStyle.displayName="ChipStyle",ChipStyle.__docgenInfo={description:"",displayName:"ChipStyle",props:{color:{defaultValue:null,description:"color palette set,\n\n- variant: `default`: effect that active color when focus\n- variant: `outlined`: effect whole tag color\n\nin `outlined` variant when only set color, that will use color to calculate default background color\n- `lighten`: lighten `0.92` main color\n- `darken`: darken `0.72` main color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},backgroundColor:{defaultValue:null,description:"color palette set, only work when variant is `outlined`\n\neffect background color when not have any interactive.",name:"backgroundColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error chip",name:"error",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},deleteIconProps:{defaultValue:null,description:"props apply on `deleteIcon`",name:"deleteIconProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},Avatar:{defaultValue:null,description:"@deprecated",name:"Avatar",required:!1,type:{name:"ReactElement, string | ((props: any) => ReactElement | null) | (new (props: any) => Component)>"}},deleteAutomationId:{defaultValue:null,description:"@deprecated",name:"deleteAutomationId",required:!1,type:{name:"string"}},deleteTooltip:{defaultValue:null,description:"@deprecated",name:"deleteTooltip",required:!1,type:{name:"string"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}},label:{defaultValue:null,description:"The content of the label.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.\nclasses apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the chip should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"This prop isn't supported.\nUse the `component` prop if you need to change the children structure.",name:"children",required:!1,type:{name:"null"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},avatar:{defaultValue:null,description:"Avatar element.",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},clickable:{defaultValue:null,description:"If `true`, the chip will appear clickable, and will raise when pressed,\neven if the onClick prop is not defined.\nIf false, the chip will not be clickable, even if onClick prop is defined.\nThis can be used, for example,\nalong with the component prop to indicate an anchor Chip is clickable.",name:"clickable",required:!1,type:{name:"boolean"}},deleteIcon:{defaultValue:null,description:"Override the default delete icon element. Shown only if `onDelete` is set.",name:"deleteIcon",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},onDelete:{defaultValue:null,description:"Callback function fired when the delete icon is clicked.\nIf set, the delete icon will be shown.",name:"onDelete",required:!1,type:{name:"((event: any) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#ChipStyle"]={docgenInfo:ChipStyle.__docgenInfo,name:"ChipStyle",path:"packages/juno-core/src/components/Chip/styles/ChipStyle.tsx#ChipStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Chip/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/styles/ChipStyle.tsx"),exports)},"./packages/juno-core/src/components/Chip/utils/ChipUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var RcChipClasses=__webpack_require__("./packages/juno-core/src/foundation/index.ts").RcClasses(["avatar","disabled","deleteIcon","focused"],"RcChip");exports.RcChipClasses=RcChipClasses},"./packages/juno-core/src/components/Chip/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/utils/ChipUtils.ts"),exports)},"./packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ClickAwayListener_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ClickAwayListener/index.js"));exports.ClickAwayListener=ClickAwayListener_1.default;try{ClickAwayListener.displayName="ClickAwayListener",ClickAwayListener.__docgenInfo={description:"Listen for click events that occur somewhere in the document, outside of the element itself.\nFor instance, if you need to hide a menu when people click anywhere else on your page.\nDemos:\n\n- [Click Away Listener](https://mui.com/components/click-away-listener/)\n- [Menus](https://mui.com/components/menus/)\n\nAPI:\n\n- [ClickAwayListener API](https://mui.com/api/click-away-listener/)",displayName:"ClickAwayListener",props:{children:{defaultValue:null,description:"The wrapped element.",name:"children",required:!0,type:{name:"ReactNode"}},disableReactTree:{defaultValue:null,description:"If `true`, the React tree is ignored and only the DOM tree is considered.\nThis prop changes how portaled elements are handled.",name:"disableReactTree",required:!1,type:{name:"boolean"}},mouseEvent:{defaultValue:null,description:"The mouse event to listen to. You can disable the listener by providing `false`.",name:"mouseEvent",required:!1,type:{name:'false | "onClick" | "onMouseDown" | "onMouseUp"'}},onClickAway:{defaultValue:null,description:'Callback fired when a "click away" event is detected.',name:"onClickAway",required:!0,type:{name:"(event: MouseEvent) => void"}},touchEvent:{defaultValue:null,description:"The touch event to listen to. You can disable the listener by providing `false`.",name:"touchEvent",required:!1,type:{name:'false | "onTouchEnd" | "onTouchStart"'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx#ClickAwayListener"]={docgenInfo:ClickAwayListener.__docgenInfo,name:"ClickAwayListener",path:"packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx#ClickAwayListener"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/ClickAwayListener/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/ClickAwayListener/ClickAwayListener.tsx"),exports)},"./packages/juno-core/src/components/DetachedWindow/DetachedWindow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_dom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react-dom/index.js")),utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DetachedWindowStylesProvider_1=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/index.ts"),RcDetachedWindow=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDetachedWindow"}),childrenProp=props.children,onBeforeunload=props.onBeforeunload,onUnload=props.onUnload,onload=props.onload,title=props.title,url=props.url,name=props.name,specs=props.specs,open=props.open,onOpen=props.onOpen,getWindow=props.getWindow,keep=props.keep,_a=tslib_1.__read(react_1.useState(),2),externalWindow=_a[0],setExternalWindow=_a[1],isCloseByWindowExitRef=react_1.useRef(!1),innerRef=react_1.useRef(null),instanceRef=utils_1.useForkRef(ref,innerRef),beforeMainUnload=foundation_1.useEventCallback((function(){externalWindow&&closeWindow(externalWindow)})),closeWindow=foundation_1.useEventCallback((function(externalWindow,isState){void 0===isState&&(isState=!0),window.removeEventListener("beforeunload",beforeMainUnload),isCloseByWindowExitRef.current||externalWindow.close(),isCloseByWindowExitRef.current=!1,isState&&setExternalWindow(void 0)})),openWindow=foundation_1.useEventCallback((function(){var newWindow=getWindow?getWindow({url,name,specs,title}):utils_2.openExternalWindow(props);if(newWindow)return title&&(newWindow.document.title=title),utils_2.addCommentInHeader(newWindow),onload&&(newWindow.onload=onload),onUnload&&newWindow.addEventListener("unload",onUnload),newWindow.addEventListener("beforeunload",(function(e){isCloseByWindowExitRef.current=!0,null==onBeforeunload||onBeforeunload(e)})),null==onOpen||onOpen(newWindow),setExternalWindow(newWindow),window.addEventListener("beforeunload",beforeMainUnload),newWindow}));react_1.useEffect((function(){var newWindow;return utils_2.DetachedWindowRefMaps.set(innerRef,!0),open?newWindow=openWindow():externalWindow&&closeWindow(externalWindow),function(){utils_2.DetachedWindowRefMaps.delete(innerRef),open&&newWindow&&closeWindow(newWindow,!1)}}),[open]),react_1.useImperativeHandle(instanceRef,(function(){return{window:externalWindow}}),[externalWindow]);var children=react_1.useMemo((function(){return(null==externalWindow?void 0:externalWindow.document.body)?react_1.default.createElement(DetachedWindowStylesProvider_1.RcDetachedWindowStylesProvider,{jssInsertionPoint:utils_2.MUI_INSERTION_POINT,externalWindow},react_1.default.createElement(foundation_1.RcPortalWindowContext.Provider,{value:{externalWindow,document:(null==externalWindow?void 0:externalWindow.document)||document}},react_1.default.createElement(styles_1.GlobalStyle,null),childrenProp)):null}),[childrenProp,externalWindow]);return!open&&keep?childrenProp:externalWindow?react_dom_1.default.createPortal(children,externalWindow.document.body):null})));exports.RcDetachedWindow=RcDetachedWindow,RcDetachedWindow.displayName="RcDetachedWindow"},"./packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),styled_components_1=__webpack_require__("./node_modules/styled-components/dist/styled-components.browser.esm.js"),StylesProvider_1=tslib_1.__importStar(__webpack_require__("./node_modules/@material-ui/styles/esm/StylesProvider/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/index.ts");exports.RcDetachedWindowStylesProvider=function(props){var externalWindow=props.externalWindow,jssInsertionPoint=props.jssInsertionPoint,children=props.children,sheetsManagerRef=react_1.useRef(new Map),jssCache=react_1.useRef(),sheetCache=react_1.useRef();return react_1.useEffect((function(){return function(){jssCache.current=void 0,sheetCache.current=void 0}}),[]),jssCache.current||(jssCache.current=utils_1.buildJssFromWindow(externalWindow,{insertionPoint:jssInsertionPoint})),sheetCache.current||(sheetCache.current=styled_components_1.__PRIVATE__.masterSheet.reconstructWithOptions({target:externalWindow.document.head},!1)),react_1.default.createElement(foundation_1.StyleSheetManager,{sheet:sheetCache.current},react_1.default.createElement(StylesProvider_1.StylesContext.Consumer,null,(function(options){return react_1.default.createElement(StylesProvider_1.default,tslib_1.__assign({},options,{jss:jssCache.current,sheetsManager:sheetsManagerRef.current}),children)})))};try{RcDetachedWindowStylesProvider.displayName="RcDetachedWindowStylesProvider",RcDetachedWindowStylesProvider.__docgenInfo={description:"",displayName:"RcDetachedWindowStylesProvider",props:{externalWindow:{defaultValue:null,description:"the window to render content",name:"externalWindow",required:!0,type:{name:"Window"}},jssInsertionPoint:{defaultValue:null,description:"the insertion point for jss",name:"jssInsertionPoint",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx#RcDetachedWindowStylesProvider"]={docgenInfo:RcDetachedWindowStylesProvider.__docgenInfo,name:"RcDetachedWindowStylesProvider",path:"packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx#RcDetachedWindowStylesProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DetachedWindow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/DetachedWindow.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/DetachedWindowStylesProvider.tsx"),exports)},"./packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.GlobalStyle=foundation_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n body {\n background-color:",";\n margin: 0;\n padding-right: 0 !important;\n background: ",";\n padding: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n"],["\n body {\n background-color:",";\n margin: 0;\n padding-right: 0 !important;\n background: ",";\n padding: 0;\n font-family: Lato, Helvetica, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n"])),foundation_1.palette2("neutral","elevation"),foundation_1.palette2("neutral","b03"));try{GlobalStyle.displayName="GlobalStyle",GlobalStyle.__docgenInfo={description:"",displayName:"GlobalStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx#GlobalStyle"]={docgenInfo:GlobalStyle.__docgenInfo,name:"GlobalStyle",path:"packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx#GlobalStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DetachedWindow/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/styles/DetachedWindowStyle.tsx"),exports)},"./packages/juno-core/src/components/DetachedWindow/utils/DetachedWindowUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MUI_INSERTION_POINT="mui-insertion-point",exports.addCommentInHeader=function addCommentInHeader(newWindow){var fragment=document.createDocumentFragment(),comment=newWindow.document.createComment(exports.MUI_INSERTION_POINT);fragment.appendChild(comment),newWindow.document.head.appendChild(fragment)}},"./packages/juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),jss_1=__webpack_require__("./node_modules/jss/dist/jss.esm.js"),jssPreset_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/styles/esm/jssPreset/index.js")),JssDomRendererConstructor=jss_1.create(jssPreset_1.default()).options.Renderer;function warning(message){0}function JssDomRendererFactory(window,sheets){var document=window.document,getHead=function(){return document.head},findPrevNode=function(options){var registry=sheets.registry;if(registry.length>0){var sheet=function(registry,options){for(var i=0;ioptions.index&&sheet.options.insertionPoint===options.insertionPoint)return sheet}return null}(registry,options);if(sheet&&sheet.renderer)return{parent:sheet.renderer.element.parentNode,node:sheet.renderer.element};if(sheet=function(registry,options){for(var i=registry.length-1;i>=0;i--){var sheet=registry[i];if(sheet.attached&&sheet.options.insertionPoint===options.insertionPoint)return sheet}return null}(registry,options),sheet&&sheet.renderer)return{parent:sheet.renderer.element.parentNode,node:sheet.renderer.element.nextSibling}}var insertionPoint=options.insertionPoint;if(insertionPoint&&"string"==typeof insertionPoint){var comment=function findCommentNode(text){for(var _a,head=getHead(),i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),JssDomRendererFactory_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts"));exports.JssDomRendererFactory=JssDomRendererFactory_1.default,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/DetachedWindowUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/JssDomRendererFactory.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/utils/openExternalWindow.ts"),exports)},"./packages/juno-core/src/components/DetachedWindow/utils/openExternalWindow.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.DetachedWindowRefMaps=new Map,exports.openExternalWindow=function(_a){var e_1,_b,_d,_e,_f,_c=_a.url,url=void 0===_c?"":_c,name=_a.name,specs=_a.specs,newWindow=null;try{for(var DetachedWindowRefMaps_1=tslib_1.__values(exports.DetachedWindowRefMaps),DetachedWindowRefMaps_1_1=DetachedWindowRefMaps_1.next();!DetachedWindowRefMaps_1_1.done;DetachedWindowRefMaps_1_1=DetachedWindowRefMaps_1.next()){var result=null===(_e=null===(_d=tslib_1.__read(DetachedWindowRefMaps_1_1.value,1)[0].current)||void 0===_d?void 0:_d.window)||void 0===_e?void 0:_e.open(url,name,specs);if(result){newWindow=result;break}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{DetachedWindowRefMaps_1_1&&!DetachedWindowRefMaps_1_1.done&&(_b=DetachedWindowRefMaps_1.return)&&_b.call(DetachedWindowRefMaps_1)}finally{if(e_1)throw e_1.error}}return(newWindow||(newWindow=window.open(url,name,specs)))&&(null===(_f=newWindow.document)||void 0===_f?void 0:_f.body)?newWindow:null}},"./packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),RcDialDelete=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialDelete"}),onDelete=props.onDelete,onClear=props.onClear,children=props.children,_a=utils_1.useRcDialerContext(),onClearRef=_a.onClearRef,onDeleteRef=_a.onDeleteRef,_b=foundation_1.useLongPress({onTap:function(e,reason){var _a;null==onDelete||onDelete(e,reason),null===(_a=null==onDeleteRef?void 0:onDeleteRef.current)||void 0===_a||_a.call(onDeleteRef,e,reason)},onPress:function(e,reason){var _a;null==onClear||onClear(e,reason),null===(_a=null==onClearRef?void 0:onClearRef.current)||void 0===_a||_a.call(onClearRef,e,reason)}},children.props,{delay:1e3,externalWindow:props.externalWindow}),ref=_b.ref,events=tslib_1.__rest(_b,["ref"]),forkEleRef=foundation_1.useForkRef(children.props.ref,ref);return react_1.default.cloneElement(children,tslib_1.__assign({ref:forkEleRef},events))};exports.RcDialDelete=RcDialDelete;try{RcDialDelete.displayName="RcDialDelete",RcDialDelete.__docgenInfo={description:"",displayName:"RcDialDelete",props:{children:{defaultValue:null,description:"that children for host delete behaviors",name:"children",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)> | (ReactElement Component<...>)> & string) | ... 5 more ... | (ReactElement<...> & ReactPortal)"}},onDelete:{defaultValue:null,description:"trigger when delete",name:"onDelete",required:!1,type:{name:"((e: MouseEvent | TouchEvent | KeyboardEvent, reason: RcDialPadOnChangeReason) => void)"}},onClear:{defaultValue:null,description:"trigger when clear",name:"onClear",required:!1,type:{name:"((e: MouseEvent | TouchEvent | KeyboardEvent, reason: RcDialPadOnChangeReason) => void)"}},externalWindow:{defaultValue:null,description:"",name:"externalWindow",required:!1,type:{name:"Window"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx#RcDialDelete"]={docgenInfo:RcDialDelete.__docgenInfo,name:"RcDialDelete",path:"packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx#RcDialDelete"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialDelete/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialDelete/DialDelete.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),DialPadButton_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/styles/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/index.ts"),_RcDialPad=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialPad"}),sounds=props.sounds,volume=props.volume,muted=(props.autoSize,props.muted),classes=props.classes,onChangeProp=props.onChange,longPressDelay=props.longPressDelay,action=props.action,persistBgTime=props.persistBgTime,control=props.control,getDialPadButtonProps=props.getDialPadButtonProps,_a=props.externalWindow,externalWindow=void 0===_a?window:_a,sinkId=props.sinkId,divProps=tslib_1.__rest(props,["sounds","volume","autoSize","muted","classes","onChange","longPressDelay","action","persistBgTime","control","getDialPadButtonProps","externalWindow","sinkId"]),containerRef=react_1.useRef(null),hiddenRef=react_1.useRef(null),keyTimerMapRef=react_1.useRef({}),forkRef=foundation_1.useForkRef(containerRef,ref),_b=utils_2.useRcDialerContext(),onInsertRef=_b.onInsertRef,dialPadActionRef=_b.dialPadActionRef,focusedIndexRef=react_1.useRef(0),_c=foundation_1.useOnlyOneFocusable({focusedIndexRef,containerRef}),focusIndex=_c.focusIndex,getItemProps=_c.getItemProps,dialButtonKey=_c.moveFocusedId+"-dial-button",onKeyFocusedIndexHandle=foundation_1.useKeyboardMoveFocus({options:utils_3.DIALER_PAD_ICONS,focusedIndexRef,infinite:!0,columns:3,onFocusedIndexChange:function(event,toIndex){focusedIndexRef.current=toIndex,focusIndex(toIndex),event.preventDefault()}}).onKeyFocusedIndexHandle,audioProcessor=react_1.useCallback((function(audio){void 0!==volume&&(audio.volume=volume),void 0!==muted&&(audio.muted=muted),"function"==typeof audio.setSinkId&&audio.setSinkId(sinkId||"")}),[muted,sinkId,volume]),play=utils_3.useKeyAudio({sounds,processor:audioProcessor}),playAudio=foundation_1.useEventCallback((function(value){var _a,key=value===utils_3.DIALER_PAD_PLUS?"0":value,keyButtonElm=null===(_a=containerRef.current)||void 0===_a?void 0:_a.querySelector("["+dialButtonKey+'="'+key+'"]');if(keyButtonElm){var oldTimer=keyTimerMapRef.current[key];oldTimer&&clearTimeout(oldTimer),keyButtonElm.classList.add(utils_1.RcIconButtonClasses.persistBg),keyTimerMapRef.current[key]=window.setTimeout((function(){keyButtonElm.classList.remove(utils_1.RcIconButtonClasses.persistBg),delete keyTimerMapRef.current[key]}),persistBgTime)}return play(value)})),handleChange=function(value,reason){var _a;playAudio(value),null===(_a=null==onInsertRef?void 0:onInsertRef.current)||void 0===_a||_a.call(onInsertRef,value,reason),null==onChangeProp||onChangeProp(value,reason)},handleKeyboardEffect=foundation_1.useEventCallback((function(value,isKeyup){var _a,_b;if(isKeyup){handleChange(value,"customKeyboard");var toIndex=utils_3.ACCEPTABLE_KEYS.findIndex((function(x){return x===value}));focusedIndexRef.current=toIndex,null!==(null===(_a=externalWindow.document.activeElement)||void 0===_a?void 0:_a.getAttribute(dialButtonKey))&&(null===(_b=hiddenRef.current)||void 0===_b||_b.focus())}})),handleKeyEffect=foundation_1.useEventCallback((function(value,reason){handleChange(value,reason)})),forkActionRef=foundation_1.useForkRef(dialPadActionRef,action);return react_1.useImperativeHandle(forkActionRef,(function(){return{playAudio}}),[playAudio]),react_1.useImperativeHandle(control,(function(){return{handleKeyboardEffect}}),[handleKeyboardEffect]),react_1.useEffect((function(){return function(){var e_1,_a;try{for(var _b=tslib_1.__values(Object.values(keyTimerMapRef.current)),_c=_b.next();!_c.done;_c=_b.next()){var timer=_c.value;clearTimeout(timer)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}}}),[]),react_1.default.createElement("div",tslib_1.__assign({ref:forkRef},divProps),react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{ref:hiddenRef,tabIndex:-1}),utils_3.DIALER_PAD_ICONS.map((function(_a,index){var _b,_c=tslib_1.__read(_a,3),symbol=_c[0],key=_c[1],additionLabel=_c[2],ariaLabelArr=additionLabel?[key,additionLabel]:[key];return react_1.default.createElement(DialPadButton_1.RcDialPadButton,tslib_1.__assign({classes,symbol,key,value:key,onKeyEffect:handleKeyEffect,externalWindow},getItemProps(index),{"aria-label":ariaLabelArr.join(","),onKeyDown:onKeyFocusedIndexHandle},((_b={})[dialButtonKey]=key,_b),null==getDialPadButtonProps?void 0:getDialPadButtonProps(key),"0"===key?{longPressValue:utils_3.DIALER_PAD_PLUS,longPressDelay}:{}))})))})),RcDialPad=foundation_1.styled(_RcDialPad)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialPadStyle);exports.RcDialPad=RcDialPad,RcDialPad.defaultProps={persistBgTime:200,volume:1,muted:!1,longPressDelay:1e3},RcDialPad.displayName="RcDialPad";try{RcDialPad.displayName="RcDialPad",RcDialPad.__docgenInfo={description:"",displayName:"RcDialPad",props:{classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},onChange:{defaultValue:null,description:"trigger when value change, `reason` for trigger from what event\n\n`reason` will be `customKeyboard` when it trigger by `useDiaKeyboard`.",name:"onChange",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},action:{defaultValue:null,description:"can manual trigger audio by ref",name:"action",required:!1,type:{name:"((instance: RcDialPadAction | null) => void) | RefObject | null"}},muted:{defaultValue:{value:"false"},description:"is keypad sound muted",name:"muted",required:!1,type:{name:"boolean"}},control:{defaultValue:null,description:"control inner action,\n### you should use with `useDialKeyboard`",name:"control",required:!1,type:{name:"((instance: RcDialPadControl | null) => void) | RefObject | null"}},externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},sounds:{defaultValue:null,description:"keypad sounds\n\nBy default, we not have any sound for best file size for you can define when and what audio you need\nshould pass sound map when you want play sound.\n@example \n@ringcentral \n@ringcentral",name:"sounds",required:!1,type:{name:"DialPadSoundMap"}},volume:{defaultValue:{value:"1"},description:"volume of keypad sound",name:"volume",required:!1,type:{name:"number"}},sinkId:{defaultValue:null,description:"sinkId of keypad sound\n@important",name:"sinkId",required:!1,type:{name:"string"}},longPressDelay:{defaultValue:{value:"1000"},description:"long press '0' time to typing '+'",name:"longPressDelay",required:!1,type:{name:"number"}},persistBgTime:{defaultValue:{value:"200"},description:"time of persist button background when manual trigger by 'actionRef'\nbutton background will not persist if persistBgTime less than 0",name:"persistBgTime",required:!1,type:{name:"number"}},autoSize:{defaultValue:null,description:"make that dialPad size auto fixed container width",name:"autoSize",required:!1,type:{name:"boolean"}},getDialPadButtonProps:{defaultValue:null,description:"method to get addition props for below each `DialPadButton`",name:"getDialPadButtonProps",required:!1,type:{name:'((value: DIALER_PAD_ICON_VALUES) => Pick & Record<...>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx#RcDialPad"]={docgenInfo:RcDialPad.__docgenInfo,name:"RcDialPad",path:"packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx#RcDialPad"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialPad/assets/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),RcDialerPadSoundsOGG_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsOGG.json"));exports.RcDialerPadSoundsOGG=RcDialerPadSoundsOGG_json_1.default;var RcDialerPadSoundsMPEG_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsMPEG.json"));exports.RcDialerPadSoundsMPEG=RcDialerPadSoundsMPEG_json_1.default,exports.RcDialerPadSounds=RcDialerPadSoundsMPEG_json_1.default},"./packages/juno-core/src/components/Dialer/DialPad/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/DialPad.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useDialKeyboard.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useKeyAudio.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/assets/index.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),DialPadButton_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/index.ts");exports.DialPadStyle=function(_a){var _b=_a.autoSize,autoSize=void 0===_b||_b;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n\n ","\n "],["\n display: flex;\n flex-wrap: wrap;\n\n ","\n "])),autoSize&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n justify-content: space-between;\n\n "," {\n width: ",";\n height: 0;\n padding-top: ",";\n\n "," {\n position: absolute;\n top: 0;\n left: 0;\n svg {\n height: 100%;\n width: 100%;\n }\n }\n }\n "],["\n justify-content: space-between;\n\n "," {\n width: ",";\n height: 0;\n padding-top: ",";\n\n "," {\n position: absolute;\n top: 0;\n left: 0;\n svg {\n height: 100%;\n width: 100%;\n }\n }\n }\n "])),DialPadButton_1.RcDialPadButton,"27.59%","27.59%",Icon_1.RcIcon))};try{DialPadStyle.displayName="DialPadStyle",DialPadStyle.__docgenInfo={description:"",displayName:"DialPadStyle",props:{externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},onChange:{defaultValue:null,description:"trigger when value change, `reason` for trigger from what event\n\n`reason` will be `customKeyboard` when it trigger by `useDiaKeyboard`.",name:"onChange",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},sounds:{defaultValue:null,description:"keypad sounds\n\nBy default, we not have any sound for best file size for you can define when and what audio you need\nshould pass sound map when you want play sound.\n@example \n@ringcentral \n@ringcentral",name:"sounds",required:!1,type:{name:"DialPadSoundMap"}},volume:{defaultValue:null,description:"volume of keypad sound",name:"volume",required:!1,type:{name:"number"}},muted:{defaultValue:null,description:"is keypad sound muted",name:"muted",required:!1,type:{name:"boolean"}},sinkId:{defaultValue:null,description:"sinkId of keypad sound\n@important",name:"sinkId",required:!1,type:{name:"string"}},longPressDelay:{defaultValue:null,description:"long press '0' time to typing '+'",name:"longPressDelay",required:!1,type:{name:"number"}},persistBgTime:{defaultValue:null,description:"time of persist button background when manual trigger by 'actionRef'\nbutton background will not persist if persistBgTime less than 0",name:"persistBgTime",required:!1,type:{name:"number"}},autoSize:{defaultValue:{value:"true"},description:"make that dialPad size auto fixed container width",name:"autoSize",required:!1,type:{name:"boolean"}},action:{defaultValue:null,description:"can manual trigger audio by ref",name:"action",required:!1,type:{name:"((instance: RcDialPadAction | null) => void) | RefObject | null"}},control:{defaultValue:null,description:"control inner action,\n### you should use with `useDialKeyboard`",name:"control",required:!1,type:{name:"((instance: RcDialPadControl | null) => void) | RefObject | null"}},getDialPadButtonProps:{defaultValue:null,description:"method to get addition props for below each `DialPadButton`",name:"getDialPadButtonProps",required:!1,type:{name:'((value: DIALER_PAD_ICON_VALUES) => Pick & Record<...>)'}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx#DialPadStyle"]={docgenInfo:DialPadStyle.__docgenInfo,name:"DialPadStyle",path:"packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx#DialPadStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialPad/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/styles/StyledDialPad.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts");exports.DIALER_PAD_ICONS=[[juno_icon_1.Svg1,"1",""],[juno_icon_1.Svg2,"2","A B C"],[juno_icon_1.Svg3,"3","D E F"],[juno_icon_1.Svg4,"4","G H I"],[juno_icon_1.Svg5,"5","J K L"],[juno_icon_1.Svg6,"6","M N O"],[juno_icon_1.Svg7,"7","P Q R S"],[juno_icon_1.Svg8,"8","T U V"],[juno_icon_1.Svg9,"9","W X Y Z"],[juno_icon_1.Asterisk,"*",""],[juno_icon_1.Svg0,"0","+"],[juno_icon_1.Hash,"#",""]],exports.DIALER_PAD_PLUS="+",exports.ACCEPTABLE_KEYS=tslib_1.__spread(exports.DIALER_PAD_ICONS.map((function(_a){return tslib_1.__read(_a,2)[1]})),[exports.DIALER_PAD_PLUS])},"./packages/juno-core/src/components/Dialer/DialPad/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/types.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useDialKeyboard.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/useKeyAudio.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialPad/utils/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Dialer/DialPad/utils/useDialKeyboard.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DialPadUtils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts");exports.useDialKeyboard=function(_a){var _b=void 0===_a?{}:_a,onKeyDownArg=_b.onKeyDown,onKeyUpArg=_b.onKeyUp,control=react_1.useRef(null),keyBufferRef=react_1.useRef([]),onKeyDown=foundation_1.useEventCallback((function(e){var _a;null==onKeyDownArg||onKeyDownArg(e);var key=e.key;if(DialPadUtils_1.ACCEPTABLE_KEYS.includes(key)){e.preventDefault(),e.stopPropagation();var buffer=keyBufferRef.current;buffer.includes(key)||(keyBufferRef.current=tslib_1.__spread(buffer,[key]),null===(_a=control.current)||void 0===_a||_a.handleKeyboardEffect(key,!1))}})),onKeyUp=foundation_1.useEventCallback((function(e){var _a;null==onKeyUpArg||onKeyUpArg(e);var key=e.key;DialPadUtils_1.ACCEPTABLE_KEYS.includes(key)&&(e.preventDefault(),e.stopPropagation(),keyBufferRef.current=keyBufferRef.current.filter((function(bufferedKey){return bufferedKey!==key})),null===(_a=control.current)||void 0===_a||_a.handleKeyboardEffect(key,!0))}));return{onKeyDown,onKeyUp,control}}},"./packages/juno-core/src/components/Dialer/DialPad/utils/useKeyAudio.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DialPadUtils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/DialPadUtils.ts");exports.useKeyAudio=function(_a){var sounds=_a.sounds,processor=_a.processor,audio=foundation_1.useAudio(),lastPlayRef=react_1.useRef();react_1.useEffect((function(){null==processor||processor(audio)}),[audio,processor]);return function(key){if(!sounds)return!1;var src,playTarget=key===DialPadUtils_1.DIALER_PAD_PLUS?"0":key,sound=sounds[playTarget];return!!sound&&(src=sound,tslib_1.__awaiter(void 0,void 0,void 0,(function(){var lastPlay;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return(lastPlay=lastPlayRef.current)?[4,lastPlay]:[3,2];case 1:_a.sent(),_a.label=2;case 2:return audio.currentTime=0,audio.src=src,lastPlayRef.current=audio.play().catch((function(reason){})),[2]}}))})))}}},"./packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/styles/index.ts"),RcDialPadButton=foundation_1.styled((function(props){var value=props.value,longPressValue=props.longPressValue,longPressDelay=props.longPressDelay,onKeyEffect=props.onKeyEffect,_a=props.externalWindow,externalWindow=void 0===_a?window:_a,rest=tslib_1.__rest(props,["value","longPressValue","longPressDelay","onKeyEffect","externalWindow"]),isPressEvent="number"==typeof longPressDelay&&"string"==typeof longPressValue,_b=foundation_1.useLongPress({onTap:function(e,reason){onKeyEffect(value,reason)},onPress:isPressEvent?function(e,reason){onKeyEffect(longPressValue,reason)}:void 0},rest,{delay:longPressDelay,externalWindow}),ref=_b.ref,events=tslib_1.__rest(_b,["ref"]);return react_1.default.createElement(Buttons_1.RcIconButton,tslib_1.__assign({ref,variant:"round",stretchIcon:!0},rest,events))}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.buttonWrapperStyle);exports.RcDialPadButton=RcDialPadButton,RcDialPadButton.displayName="RcDialPadButton";try{RcDialPadButton.displayName="RcDialPadButton",RcDialPadButton.__docgenInfo={description:"",displayName:"RcDialPadButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},value:{defaultValue:null,description:"output value when press",name:"value",required:!0,type:{name:"string"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},longPressDelay:{defaultValue:null,description:"time for long press delay trigger",name:"longPressDelay",required:!1,type:{name:"number"}},longPressValue:{defaultValue:null,description:"output value when long press",name:"longPressValue",required:!1,type:{name:"string"}},onKeyEffect:{defaultValue:null,description:"emit effect when trigger number enter",name:"onKeyEffect",required:!0,type:{name:"(value: string, reason: RcDialPadOnChangeReason) => void"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx#RcDialPadButton"]={docgenInfo:RcDialPadButton.__docgenInfo,name:"RcDialPadButton",path:"packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx#RcDialPadButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialPadButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/DialPadButton.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialPadButton/styles/StyledDialPadButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.buttonWrapperStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n svg {\n path:first-child {\n fill: ",";\n }\n path:nth-child(2) {\n fill: ",";\n }\n }\n }\n"],["\n "," {\n svg {\n path:first-child {\n fill: ",";\n }\n path:nth-child(2) {\n fill: ",";\n }\n }\n }\n"])),Icon_1.RcIcon,foundation_1.palette2("neutral","f06"),foundation_1.palette2("neutral","f04"))},"./packages/juno-core/src/components/Dialer/DialPadButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/styles/StyledDialPadButton.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/styles/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/index.ts"),_RcDialTextField=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialTextField"}),children=props.children,value=props.value,onChange=props.onChange,onEmit=props.onEmit,onKeyPress=props.onKeyPress,onKeyDown=props.onKeyDown,onKeyUp=props.onKeyUp,inputRefProp=props.inputRef,inputPropsProp=props.inputProps,InputPropsProp=props.InputProps,onlyAllowKeypadValue=props.onlyAllowKeypadValue,keypadMode=props.keypadMode,_a=props.externalWindow,externalWindow=void 0===_a?window:_a,rest=tslib_1.__rest(props,["children","value","onChange","onEmit","onKeyPress","onKeyDown","onKeyUp","inputRef","inputProps","InputProps","onlyAllowKeypadValue","keypadMode","externalWindow"]),dialerContext=utils_2.useRcDialerContext(),_b=utils_3.useFixedEndSelection(),inputRef=_b.ref,onKeypadModeFocus=_b.onFocus,onKeypadModeKeyDown=_b.onKeyDown,onKeypadModeClick=_b.onClick,forkContextRef=foundation_1.useForkRef(dialerContext.inputRef,inputRef),forkInputRef=foundation_1.useForkRef(inputRefProp,forkContextRef),scrollToPositionRef=react_1.useRef(),isNotTriggerRefocusRef=react_1.useRef(!1),maxLength=keypadMode||null==inputPropsProp?void 0:inputPropsProp.maxLength,checkNotReFocus=foundation_1.useEventCallback((function(reason,isFocus){var elm=inputRef.current,isInputFocus=null!=isFocus?isFocus:externalWindow.document.activeElement===elm;"click"===reason||isInputFocus||(isNotTriggerRefocusRef.current=!0)}));react_1.useImperativeHandle(dialerContext.onClearRef,(function(){return function(e,reason){"keyboard"!==reason&&checkNotReFocus(reason),scrollToPositionRef.current=0,null==onChange||onChange("")}}),[checkNotReFocus,onChange]),react_1.useImperativeHandle(dialerContext.onDeleteRef,(function(){return function(e,reason){var elm=inputRef.current;if(elm&&(null==value?void 0:value.length)){var toPosition=void 0,toValue=void 0;if(externalWindow.document.activeElement===elm){var _a=foundation_1.getSelectionPosition(inputRef),position=_a.position;_a.isSelectRange?(toPosition=position.start,toValue=value.slice(0,position.start)+value.slice(position.end)):position.start>0&&(toPosition=position.start-1,toValue=value.slice(0,toPosition)+value.slice(position.end))}else toPosition=value.length-1,toValue=value.slice(0,-1);void 0!==toValue&&("keyboard"===reason&&""===toValue||checkNotReFocus(reason),scrollToPositionRef.current=toPosition,null==onChange||onChange(toValue))}}}),[checkNotReFocus,externalWindow,inputRef,onChange,value]),react_1.useImperativeHandle(dialerContext.onInsertRef,(function(){return function(addValue,reason){var elm=inputRef.current;if(elm){var isFocus=externalWindow.document.activeElement===elm,toPosition=void 0,toValue=void 0;if(!isFocus||keypadMode)toPosition=(toValue=value+addValue).length;else{var position=foundation_1.getSelectionPosition(inputRef).position;toValue=value.slice(0,position.start)+addValue+value.slice(position.end),toPosition=position.start+1}(void 0===maxLength||void 0!==maxLength&&toValue.length<=maxLength)&&(checkNotReFocus(reason,isFocus),scrollToPositionRef.current=toPosition,null==onChange||onChange(toValue),null==onEmit||onEmit(addValue,reason))}}}),[checkNotReFocus,externalWindow,inputRef,keypadMode,maxLength,onChange,onEmit,value]),react_1.useLayoutEffect((function(){var scrollToPosition=scrollToPositionRef.current;isNotTriggerRefocusRef.current||void 0===scrollToPosition||foundation_1.setSelectionPosition(inputRef,{start:scrollToPosition,end:scrollToPosition,scrollIntoView:!0}),scrollToPositionRef.current=void 0,isNotTriggerRefocusRef.current=!1}));var events=foundation_1.useKeyDownOnce(utils_1.ACCEPTABLE_KEYS,{onKeyDown:function(e){var _a,_b;null===(_b=null===(_a=dialerContext.dialPadActionRef)||void 0===_a?void 0:_a.current)||void 0===_b||_b.playAudio(e.key),keypadMode&&(["Delete","Backspace"].includes(e.key)&&(e.preventDefault(),e.stopPropagation()),onKeypadModeKeyDown(e)),null==onKeyDown||onKeyDown(e)},onKeyUp}),handleChange=foundation_1.useEventCallback((function(e){var currValue=e.target.value;if(onlyAllowKeypadValue){var filterValue=(currValue.match(utils_3.getDialPadValueOnlyRegex())||[]).join("");if(filterValue===value)return;var newValue=filterValue.slice(-1);return""!==newValue&&(null==onEmit||onEmit(newValue,"keyboard")),void onChange(filterValue)}onChange(currValue)})),handleKeyPress=foundation_1.useEventCallback((function(e){(null==onKeyPress||onKeyPress(e),onlyAllowKeypadValue)&&(utils_3.getDialPadValueOnlyRegex().test(e.key)||(e.preventDefault(),e.stopPropagation()))})),InputProps=react_1.useMemo((function(){return foundation_1.combineProps({onFocus:keypadMode?onKeypadModeFocus:void 0,onClick:keypadMode?onKeypadModeClick:void 0,onKeyPress:handleKeyPress,onChange:handleChange,onKeyDown:events.onKeyDown,onKeyUp:events.onKeyUp},InputPropsProp)}),[InputPropsProp,events.onKeyDown,events.onKeyUp,handleChange,handleKeyPress,keypadMode,onKeypadModeClick,onKeypadModeFocus]),inputProps=react_1.useMemo((function(){return tslib_1.__assign(tslib_1.__assign({},inputPropsProp),{maxLength})}),[inputPropsProp,maxLength]);return react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({ref,inputRef:forkInputRef,clearBtn:!1,value,variant:"borderLess",inputProps,InputProps,autoComplete:"off"},rest),children)})),RcDialTextField=foundation_1.styled(_RcDialTextField)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialTextFieldStyle);exports.RcDialTextField=RcDialTextField,RcDialTextField.defaultProps={inputProps:{maxLength:30},textVariant:"headline1"},RcDialTextField.displayName="RcDialTextField";try{RcDialTextField.displayName="RcDialTextField",RcDialTextField.__docgenInfo={description:"",displayName:"RcDialTextField",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"emit when value change",name:"onChange",required:!0,type:{name:"(value: string) => any"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"current value",name:"value",required:!0,type:{name:"string"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:{value:"{\n maxLength: 30,\n }"},description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:{value:"headline1"},description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},onEmit:{defaultValue:null,description:"emit latest trigger value, that will be helpful when you in `keypadMode`,\n`reason` for trigger from what event",name:"onEmit",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},onlyAllowKeypadValue:{defaultValue:null,description:"only allow keypad value",name:"onlyAllowKeypadValue",required:!1,type:{name:"boolean"}},keypadMode:{defaultValue:null,description:"is that in keypad mode, keypad mode\n\n1. can't select text\n2. can't delete text\n3. can't change cursor position\n4. keep focus position in the latest\n5. non maxLength",name:"keypadMode",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx#RcDialTextField"]={docgenInfo:RcDialTextField.__docgenInfo,name:"RcDialTextField",path:"packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx#RcDialTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialTextField/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/DialTextField.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/getDialPadValueOnlyRegex.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/useFixedEndSelection.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.DialTextFieldStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{DialTextFieldStyle.displayName="DialTextFieldStyle",DialTextFieldStyle.__docgenInfo={description:"",displayName:"DialTextFieldStyle",props:{externalWindow:{defaultValue:null,description:"for custom window",name:"externalWindow",required:!1,type:{name:"Window"}},value:{defaultValue:null,description:"current value",name:"value",required:!0,type:{name:"string"}},onChange:{defaultValue:null,description:"emit when value change",name:"onChange",required:!0,type:{name:"(value: string) => any"}},onEmit:{defaultValue:null,description:"emit latest trigger value, that will be helpful when you in `keypadMode`,\n`reason` for trigger from what event",name:"onEmit",required:!1,type:{name:"((value: string, reason: RcDialPadOnChangeReason) => void)"}},onlyAllowKeypadValue:{defaultValue:null,description:"only allow keypad value",name:"onlyAllowKeypadValue",required:!1,type:{name:"boolean"}},keypadMode:{defaultValue:null,description:"is that in keypad mode, keypad mode\n\n1. can't select text\n2. can't delete text\n3. can't change cursor position\n4. keep focus position in the latest\n5. non maxLength",name:"keypadMode",required:!1,type:{name:"boolean"}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx#DialTextFieldStyle"]={docgenInfo:DialTextFieldStyle.__docgenInfo,name:"DialTextFieldStyle",path:"packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx#DialTextFieldStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/DialTextField/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/styles/DialTextFieldStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/utils/DialTextFieldUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialTextFieldClasses=foundation_1.RcClasses([],"RcDialTextField"),exports.RcDialTextFieldInputClasses=foundation_1.RcClasses([],"RcDialTextFieldInput")},"./packages/juno-core/src/components/Dialer/DialTextField/utils/getDialPadValueOnlyRegex.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getDialPadValueOnlyRegex=function getDialPadValueOnlyRegex(){return/[1234567890*+#]+/g}},"./packages/juno-core/src/components/Dialer/DialTextField/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/DialTextFieldUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/getDialPadValueOnlyRegex.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/utils/useFixedEndSelection.ts"),exports)},"./packages/juno-core/src/components/Dialer/DialTextField/utils/useFixedEndSelection.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useFixedEndSelection=function(){var ref=react_1.useRef(null),keypadModeFixedAtLatest=foundation_1.useEventCallback((function(){var _a,_b=foundation_1.getSelectionPosition(ref),position=_b.position,isSelectRange=_b.isSelectRange,value=(null===(_a=ref.current)||void 0===_a?void 0:_a.value)||"";if(isSelectRange||position.start{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialer/utils/index.ts"),RcDialer=function(_a){var children=_a.children,dialPadActionRef=react_1.useRef(null),onInsertRef=react_1.useRef(null),inputRef=react_1.useRef(null),onDeleteRef=react_1.useRef(null),onClearRef=react_1.useRef(null);return react_1.default.createElement(utils_1.RcDialerContext.Provider,{value:{dialPadActionRef,onInsertRef,onDeleteRef,inputRef,onClearRef}},react_1.default.createElement(react_1.default.Fragment,null,children))};exports.RcDialer=RcDialer,RcDialer.defaultProps={},RcDialer.displayName="RcDialer";try{RcDialer.displayName="RcDialer",RcDialer.__docgenInfo={description:"",displayName:"RcDialer",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialer/Dialer.tsx#RcDialer"]={docgenInfo:RcDialer.__docgenInfo,name:"RcDialer",path:"packages/juno-core/src/components/Dialer/Dialer.tsx#RcDialer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialDelete/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPad/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialPadButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/DialTextField/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/Dialer.tsx"),exports)},"./packages/juno-core/src/components/Dialer/utils/DialerContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcDialerContext=react_1.createContext({});exports.RcDialerContext=RcDialerContext;exports.useRcDialerContext=function(){return react_1.useContext(RcDialerContext)}},"./packages/juno-core/src/components/Dialer/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/utils/DialerContext.ts"),exports)},"./packages/juno-core/src/components/Dialog/Dialog.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Dialog_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Dialog/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),PortalHost_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),DialogContext_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/DialogContext.ts");exports.RcDialogContext=DialogContext_1.RcDialogContext;var templateObject_1,HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),Backdrop_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/index.ts"),_RcDialog=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialog"});var classesProp=props.classes,_a=props.size,size=void 0===_a?"medium":_a,maxWidthProp=props.maxWidth,_b=props.fullWidth,fullWidth=void 0===_b||_b,childrenSize=props.childrenSize,children=props.children,TransitionPropsProp=props.TransitionProps,PaperPropsProp=props.PaperProps,rest=tslib_1.__rest(props,["classes","size","maxWidth","fullWidth","childrenSize","children","TransitionProps","PaperProps"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcDialogClasses,classesProp)}),[classesProp]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,maxWidth=react_1.useMemo((function(){if(maxWidthProp)return maxWidthProp;switch(size){case"fullScreen":case"xsmall":return!1;case"large":return"md";case"medium":return"sm";default:return"xs"}}),[maxWidthProp,size]),contextValue=react_1.useMemo((function(){return{size:childrenSize}}),[childrenSize]),onExited=PortalHost_1.useUnmountPortalHandler(null==TransitionPropsProp?void 0:TransitionPropsProp.onExited),TransitionProps=tslib_1.__assign(tslib_1.__assign({role:"presentation"},TransitionPropsProp),{onExited}),PaperProps=tslib_1.__assign({"aria-modal":!0},PaperPropsProp);return react_1.default.createElement(HasPortalParentContext_1.HasPortalParentProvider,null,react_1.default.createElement(Dialog_1.default,tslib_1.__assign({ref,fullWidth,container:null==externalWindow?void 0:externalWindow.document.body,maxWidth,fullScreen:"fullScreen"===size||void 0,classes,TransitionProps,PaperProps,BackdropComponent:Backdrop_1.RcBackdrop},rest),react_1.default.createElement(DialogContext_1.RcDialogContext.Provider,{value:contextValue},children)))})),RcDialog=foundation_1.styled(_RcDialog)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogStyle);exports.RcDialog=RcDialog,RcDialog.defaultProps={},RcDialog.displayName="RcDialog";try{RcDialog.displayName="RcDialog",RcDialog.__docgenInfo={description:"",displayName:"RcDialog",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/Dialog.tsx#RcDialog"]={docgenInfo:RcDialog.__docgenInfo,name:"RcDialog",path:"packages/juno-core/src/components/Dialog/Dialog.tsx#RcDialog"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogActions_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogActions/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/utils/index.ts"),_RcDialogActions=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogActions"}),classesProp=props.classes,children=(props.size,props.children),rest=(props.reverse,tslib_1.__rest(props,["classes","size","children","reverse"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcDialogActionsClasses,classesProp)}),[classesProp]);return react_1.default.createElement(DialogActions_1.default,tslib_1.__assign({},rest,{ref,classes,disableSpacing:!0}),children)})),RcDialogActions=foundation_1.styled(_RcDialogActions).attrs((function(props){var _a,_b,toProps=utils_1.useDialogDefaultProps(props),direction=null!==(_a=toProps.direction)&&void 0!==_a?_a:"small"===toProps.size?"vertical":"horizontal",reverse=null!==(_b=toProps.reverse)&&void 0!==_b?_b:"vertical"===direction;return tslib_1.__assign(tslib_1.__assign({},toProps),{direction,reverse})}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogActionsStyle);exports.RcDialogActions=RcDialogActions,RcDialogActions.defaultProps={},RcDialogActions.displayName="RcDialogActions";try{RcDialogActions.displayName="RcDialogActions",RcDialogActions.__docgenInfo={description:"",displayName:"RcDialogActions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx#RcDialogActions"]={docgenInfo:RcDialogActions.__docgenInfo,name:"RcDialogActions",path:"packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx#RcDialogActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogActions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/DialogActions.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/utils/index.ts"),itemSpace=foundation_1.spacing(2);exports.DialogActionsStyle=function(props){var size=props.size,reverse=props.reverse,direction=props.direction,disableSpacing=props.disableSpacing,isVertical="vertical"===direction,columnDirection=reverse?"column-reverse":"column",rowDirection=reverse?"row-reverse":"row";return foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n padding: ",";\n flex-direction: ",";\n\n ","\n\n ",";\n "],["\n padding: ",";\n flex-direction: ",";\n\n ","\n\n ",";\n "])),foundation_1.spacing.apply(void 0,tslib_1.__spread(utils_2.RcDialogActionsSizes[size])),isVertical?columnDirection:rowDirection,"medium"===size&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," + && {\n padding-top: ",";\n }\n "],["\n ."," + && {\n padding-top: ",";\n }\n "])),utils_1.RcDialogContentClasses.dividers,foundation_1.spacing(5)),!disableSpacing&&foundation_1.css(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n > * + * {\n ",";\n }\n "],["\n > * + * {\n ",";\n }\n "])),isVertical?foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),reverse?foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n "],["\n margin-bottom: ",";\n "])),itemSpace):foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-top: ",";\n "],["\n margin-top: ",";\n "])),itemSpace)):foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),reverse?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n margin-right: ",";\n "],["\n margin-right: ",";\n "])),itemSpace):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n "],["\n margin-left: ",";\n "])),itemSpace))))};try{DialogActionsStyle.displayName="DialogActionsStyle",DialogActionsStyle.__docgenInfo={description:"",displayName:"DialogActionsStyle",props:{direction:{defaultValue:null,description:"direction of actions",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},reverse:{defaultValue:null,description:"reverse below items",name:"reverse",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disableSpacing:{defaultValue:null,description:"If `true`, the actions do not have additional margin.",name:"disableSpacing",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx#DialogActionsStyle"]={docgenInfo:DialogActionsStyle.__docgenInfo,name:"DialogActionsStyle",path:"packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx#DialogActionsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogActions/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/styles/DialogActionsStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogActions/utils/DialogActionsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogActionsClasses=foundation_1.RcClasses([],"RcDialogActions"),exports.RcDialogActionsSizes={small:[4],medium:[3,6,6]}},"./packages/juno-core/src/components/Dialog/DialogActions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/utils/DialogActionsUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogContent_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogContent/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts"),_RcDialogContent=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogContent"}),classesProp=props.classes,children=props.children,rest=(props.size,tslib_1.__rest(props,["classes","children","size"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcDialogContentClasses,classesProp)}),[classesProp]);return react_1.default.createElement(DialogContent_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcDialogContent=foundation_1.styled(_RcDialogContent).attrs(utils_1.useDialogDefaultProps)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogContentStyle);exports.RcDialogContent=RcDialogContent,RcDialogContent.defaultProps={},RcDialogContent.displayName="RcDialogContent";try{RcDialogContent.displayName="RcDialogContent",RcDialogContent.__docgenInfo={description:"",displayName:"RcDialogContent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},dividers:{defaultValue:null,description:"Display the top and bottom dividers.",name:"dividers",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx#RcDialogContent"]={docgenInfo:RcDialogContent.__docgenInfo,name:"RcDialogContent",path:"packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx#RcDialogContent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/DialogContent.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts");exports.DialogContentStyle=function(props){var size=props.size,dividers=props.dividers;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n color: ",";\n\n &."," {\n border-color: ",";\n }\n "],["\n padding: ",";\n color: ",";\n\n &."," {\n border-color: ",";\n }\n "])),foundation_1.spacing.apply(void 0,tslib_1.__spread(utils_1.getRcDialogContentSpacings(dividers)[size])),foundation_1.palette2("neutral","f04"),utils_1.RcDialogContentClasses.dividers,foundation_1.palette2("neutral","l02"))};try{DialogContentStyle.displayName="DialogContentStyle",DialogContentStyle.__docgenInfo={description:"",displayName:"DialogContentStyle",props:{size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},dividers:{defaultValue:null,description:"Display the top and bottom dividers.",name:"dividers",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx#DialogContentStyle"]={docgenInfo:DialogContentStyle.__docgenInfo,name:"DialogContentStyle",path:"packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx#DialogContentStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContent/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/styles/DialogContentStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContent/utils/DialogContentUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogContentClasses=foundation_1.RcClasses(["dividers"],"RcDialogContent"),exports.getRcDialogContentSpacings=function(isDividers){return{small:isDividers?[3,4]:[0,4,1],medium:isDividers?[3,6]:[0,6,3]}}},"./packages/juno-core/src/components/Dialog/DialogContent/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/utils/DialogContentUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogContentText_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogContentText/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Typography/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/styles/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/utils/index.ts"),_RcDialogContentText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogContentText"}),colorProp=props.color,componentProp=props.component,classesProp=props.classes,variant=props.variant,children=(props.weight,props.size,props.children),rest=tslib_1.__rest(props,["color","component","classes","variant","weight","size","children"]),component=componentProp||utils_1.RcCustomTypographyVariant[variant],classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_3.RcDialogContentTextClasses,classesProp)}),[classesProp]),color=react_1.useMemo((function(){return utils_1.MuiDefaultColor.includes(colorProp)?colorProp:void 0}),[colorProp]);return react_1.default.createElement(DialogContentText_1.default,tslib_1.__assign({"data-variant":variant,"data-color":color,color,ref,classes,component},rest),children)})),RcDialogContentText=foundation_1.styled(_RcDialogContentText).attrs((function(props){var toProps=utils_2.useDialogDefaultProps(props);return tslib_1.__assign({variant:"small"===toProps.size?"caption1":"body1",color:"neutral.f04"},toProps)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n ","\n"],["\n ","\n ","\n"])),styles_2.DialogContentTextStyle,styles_1.TypographyStyle);exports.RcDialogContentText=RcDialogContentText,RcDialogContentText.defaultProps={},RcDialogContentText.displayName="RcDialogContentText";try{RcDialogContentText.displayName="RcDialogContentText",RcDialogContentText.__docgenInfo={description:"",displayName:"RcDialogContentText",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},variantMapping:{defaultValue:null,description:"",name:"variantMapping",required:!1,type:{name:"Partial>"}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx#RcDialogContentText"]={docgenInfo:RcDialogContentText.__docgenInfo,name:"RcDialogContentText",path:"packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx#RcDialogContentText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContentText/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/DialogContentText.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.DialogContentTextStyle=function(_a){var gutterBottom=_a.gutterBottom;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-bottom: ",";\n "],["\n margin-bottom: ",";\n "])),!1===gutterBottom&&0)};try{DialogContentTextStyle.displayName="DialogContentTextStyle",DialogContentTextStyle.__docgenInfo={description:"",displayName:"DialogContentTextStyle",props:{color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},variantMapping:{defaultValue:null,description:"",name:"variantMapping",required:!1,type:{name:"Partial>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx#DialogContentTextStyle"]={docgenInfo:DialogContentTextStyle.__docgenInfo,name:"DialogContentTextStyle",path:"packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx#DialogContentTextStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogContentText/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/styles/DialogContentTextStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogContentText/utils/DialogContentTextUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogContentTextClasses=foundation_1.RcClasses([],"RcDialogContentText")},"./packages/juno-core/src/components/Dialog/DialogContentText/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/utils/DialogContentTextUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),DialogTitle_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/DialogTitle/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/utils/index.ts"),_RcDialogTitle=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDialogTitle"}),classesProp=props.classes,children=(props.display,props.space,props.children),disableTypography=props.disableTypography,size=props.size,rest=tslib_1.__rest(props,["classes","display","space","children","disableTypography","size"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcDialogTitleClasses,classesProp)}),[classesProp]);return react_1.default.createElement(DialogTitle_1.default,tslib_1.__assign({},rest,{disableTypography:!0,ref,classes}),disableTypography?children:react_1.default.createElement(Typography_1.RcTypography,{variant:utils_2.RcDialogTitleTypographyVariant[size],component:"h2"},children))})),RcDialogTitle=foundation_1.styled(_RcDialogTitle).attrs(utils_1.useDialogDefaultProps)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DialogTitleStyle);exports.RcDialogTitle=RcDialogTitle,RcDialogTitle.defaultProps={},RcDialogTitle.displayName="RcDialogTitle";try{RcDialogTitle.displayName="RcDialogTitle",RcDialogTitle.__docgenInfo={description:"",displayName:"RcDialogTitle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"flex"'},{value:'"block"'}]}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a typography component.\nFor instance, this can be useful to render an h4 instead of the default h2.",name:"disableTypography",required:!1,type:{name:"boolean"}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx#RcDialogTitle"]={docgenInfo:RcDialogTitle.__docgenInfo,name:"RcDialogTitle",path:"packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx#RcDialogTitle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogTitle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/DialogTitle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/utils/index.ts");exports.DialogTitleStyle=function(props){var size=props.size,spaceProp=props.space,display=props.display,paddingValue=void 0!==spaceProp?spaceProp instanceof Array?spaceProp:[spaceProp]:utils_1.RcDialogTitleSpacings[size];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n\n padding: ",";\n\n display: ",";\n "],["\n color: ",";\n\n padding: ",";\n\n display: ",";\n "])),foundation_1.palette2("neutral","f06"),foundation_1.spacing.apply(void 0,tslib_1.__spread(paddingValue)),display)};try{DialogTitleStyle.displayName="DialogTitleStyle",DialogTitleStyle.__docgenInfo={description:"",displayName:"DialogTitleStyle",props:{display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"flex"'},{value:'"block"'}]}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},size:{defaultValue:null,description:"size token",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a typography component.\nFor instance, this can be useful to render an h4 instead of the default h2.",name:"disableTypography",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx#DialogTitleStyle"]={docgenInfo:DialogTitleStyle.__docgenInfo,name:"DialogTitleStyle",path:"packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx#DialogTitleStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/DialogTitle/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/styles/DialogTitleStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/DialogTitle/utils/DialogTitleUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogTitleClasses=foundation_1.RcClasses([],"RcDialogTitle"),exports.RcDialogTitleSpacings={small:[4],medium:[4,6]},exports.RcDialogTitleTypographyVariant={small:"subheading2",medium:"title2"}},"./packages/juno-core/src/components/Dialog/DialogTitle/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/utils/DialogTitleUtils.ts"),exports)},"./packages/juno-core/src/components/Dialog/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/Dialog.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogActions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogContentText/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/DialogTitle/index.ts"),exports)},"./packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Dialog/utils/index.ts");exports.DialogStyle=function(props){var size=props.size,theme=props.theme,fullScreen=props.fullScreen;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n max-width: ",";\n }\n\n ","\n "],["\n ."," {\n max-width: ",";\n }\n\n ","\n "])),utils_1.RcDialogClasses.paper,utils_1.RcDialogMaxWidths[size],!fullScreen&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n max-width: ",";\n\n &."," {\n "," {\n max-width: calc(100% - 64px);\n }\n }\n }\n "],["\n ."," {\n max-width: ",";\n\n &."," {\n "," {\n max-width: calc(100% - 64px);\n }\n }\n }\n "])),utils_1.RcDialogClasses.paperWidthXs,foundation_1.px(Math.max(theme.breakpoints.values.xs,400)),utils_1.RcDialogClasses.paperScrollBody,theme.breakpoints.down(Math.max(theme.breakpoints.values.xs,400)+64)))};try{DialogStyle.displayName="DialogStyle",DialogStyle.__docgenInfo={description:"",displayName:"DialogStyle",props:{size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"fullScreen"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx#DialogStyle"]={docgenInfo:DialogStyle.__docgenInfo,name:"DialogStyle",path:"packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx#DialogStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Dialog/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/styles/DialogStyle.tsx"),exports)},"./packages/juno-core/src/components/Dialog/utils/DialogContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js");exports.RcDialogContext=react_1.createContext({}),exports.useRcDialogContext=function(){return react_1.useContext(exports.RcDialogContext)},exports.useDialogDefaultProps=function(_a){_a.theme;var props=tslib_1.__rest(_a,["theme"]),context=exports.useRcDialogContext(),_b=props.size,size=void 0===_b?context.size||"medium":_b;return tslib_1.__assign(tslib_1.__assign({},props),{size})}},"./packages/juno-core/src/components/Dialog/utils/DialogUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDialogClasses=foundation_1.RcClasses(["paper","root","paperFullScreen","paperWidthXs","paperScrollBody","paperFullScreen"],"RcDialog"),exports.RcDialogMaxWidths={xsmall:"272px",small:null,medium:null,large:null,fullScreen:null}},"./packages/juno-core/src/components/Dialog/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/utils/DialogContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/utils/DialogUtils.ts"),exports)},"./packages/juno-core/src/components/Divider/Divider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Divider/styles/index.ts"),_RcDivider=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDivider"}),_a=(props.vertical,props.size,props.color,props.title,props.titleBgColor,props.component),ComponentProp=void 0===_a?"hr":_a,rest=tslib_1.__rest(props,["vertical","size","color","title","titleBgColor","component"]);return react_1.default.createElement(ComponentProp,tslib_1.__assign({ref,role:"separator"},rest))})),RcDivider=foundation_1.styled(_RcDivider)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DividerStyle);exports.RcDivider=RcDivider,RcDivider.displayName="RcDivider",RcDivider.defaultProps={color:"neutral.l02",titleBgColor:"neutral.b01",size:"default"};try{RcDivider.displayName="RcDivider",RcDivider.__docgenInfo={description:"",displayName:"RcDivider",props:{title:{defaultValue:null,description:"title on divider center, only work on horizontal",name:"title",required:!1,type:{name:"string"}},color:{defaultValue:{value:"neutral.l02"},description:"divider color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},vertical:{defaultValue:null,description:"is that vertical",name:"vertical",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"component for render root",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},size:{defaultValue:{value:"default"},description:"size of divider",name:"size",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"bold"'}]}},titleBgColor:{defaultValue:{value:"neutral.b01"},description:"title background color",name:"titleBgColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Divider/Divider.tsx#RcDivider"]={docgenInfo:RcDivider.__docgenInfo,name:"RcDivider",path:"packages/juno-core/src/components/Divider/Divider.tsx#RcDivider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Divider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Divider/Divider.tsx"),exports)},"./packages/juno-core/src/components/Divider/styles/StyledDivider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.DividerStyle=function(_a){var vertical=_a.vertical,size=_a.size,color=_a.color,title=_a.title,titleBgColor=_a.titleBgColor,volume=("bold"===size?2:1)+"px";return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: relative;\n margin: 0;\n border: 0;\n flex-shrink: 0;\n overflow: initial;\n\n width: ",";\n height: ",";\n background-color: ",";\n\n ",";\n "],["\n position: relative;\n margin: 0;\n border: 0;\n flex-shrink: 0;\n overflow: initial;\n\n width: ",";\n height: ",";\n background-color: ",";\n\n ",";\n "])),vertical?volume:"100%",vertical?"100%":volume,foundation_1.getParsePaletteColor(color,null,!1),!(vertical||!title)&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &::after {\n content: '","';\n ",";\n color: ",";\n position: absolute;\n left: 50%;\n top: 50%;\n padding: ",";\n transform: translate(-50%, -50%);\n background-color: ",";\n }\n "],["\n &::after {\n content: '","';\n ",";\n color: ",";\n position: absolute;\n left: 50%;\n top: 50%;\n padding: ",";\n transform: translate(-50%, -50%);\n background-color: ",";\n }\n "])),title,foundation_1.typography("caption1"),foundation_1.palette2("neutral","f06"),foundation_1.spacing(0,4),foundation_1.getParsePaletteColor(titleBgColor)))};try{DividerStyle.displayName="DividerStyle",DividerStyle.__docgenInfo={description:"",displayName:"DividerStyle",props:{vertical:{defaultValue:null,description:"is that vertical",name:"vertical",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size of divider",name:"size",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"bold"'}]}},color:{defaultValue:null,description:"divider color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},title:{defaultValue:null,description:"title on divider center, only work on horizontal",name:"title",required:!1,type:{name:"string"}},titleBgColor:{defaultValue:null,description:"title background color",name:"titleBgColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},component:{defaultValue:null,description:"component for render root",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Divider/styles/StyledDivider.tsx#DividerStyle"]={docgenInfo:DividerStyle.__docgenInfo,name:"DividerStyle",path:"packages/juno-core/src/components/Divider/styles/StyledDivider.tsx#DividerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Divider/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Divider/styles/StyledDivider.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),react_beautiful_dnd_1=__webpack_require__("./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/styles/index.ts"),RcDragDropContext=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcDragDropContext"});return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(styles_1.GlobalDraggableStyle,null),react_1.default.createElement(react_beautiful_dnd_1.DragDropContext,tslib_1.__assign({},props)))};exports.RcDragDropContext=RcDragDropContext,RcDragDropContext.defaultProps={},RcDragDropContext.displayName="RcDragDropContext";try{RcDragDropContext.displayName="RcDragDropContext",RcDragDropContext.__docgenInfo={description:"",displayName:"RcDragDropContext",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx#RcDragDropContext"]={docgenInfo:RcDragDropContext.__docgenInfo,name:"RcDragDropContext",path:"packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx#RcDragDropContext"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragDropContext/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/DragDropContext.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/utils/index.ts");exports.GlobalDraggableStyle=foundation_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n &::before, &::after {\n content: '';\n opacity: 0;\n transition: opacity .2s;\n }\n }\n\n ."," {\n &::before, &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 1;\n }\n\n &::before {\n background-color: ",";\n opacity: ",";\n }\n\n &::after {\n box-shadow: ",";\n }\n\n background-color: "," !important;\n ",";\n opacity: "," !important;\n position: relative;\n }\n"],["\n ."," {\n &::before, &::after {\n content: '';\n opacity: 0;\n transition: opacity .2s;\n }\n }\n\n ."," {\n &::before, &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n opacity: 1;\n }\n\n &::before {\n background-color: ",";\n opacity: ",";\n }\n\n &::after {\n box-shadow: ",";\n }\n\n background-color: "," !important;\n ",";\n opacity: "," !important;\n position: relative;\n }\n"])),utils_1.RcDraggableClasses.root,utils_1.RcDraggableClasses.isDragging,foundation_1.palette2("action","grayLight"),foundation_1.opacity("16"),foundation_1.shadows("8"),foundation_1.palette2("neutral","elevation"),foundation_1.fakeBorder(),foundation_1.opacity("88"));try{GlobalDraggableStyle.displayName="GlobalDraggableStyle",GlobalDraggableStyle.__docgenInfo={description:"",displayName:"GlobalDraggableStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx#GlobalDraggableStyle"]={docgenInfo:GlobalDraggableStyle.__docgenInfo,name:"GlobalDraggableStyle",path:"packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx#GlobalDraggableStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragDropContext/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/styles/StyledGlobalDraggable.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/utils/index.ts"),defaultChildren=react_1.default.createElement(Icon_1.RcIcon,{size:"xsmall",symbol:juno_icon_1.DragableArea}),_DragHandle=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDragHandle"}),_a=props.children,children=void 0===_a?defaultChildren:_a,className=props.className,rest=tslib_1.__rest(props,["children","className"]),ClassName=clsx_1.default(utils_1.RcDragHandleClasses.root,className);return react_1.default.createElement("div",tslib_1.__assign({},rest,{className:ClassName,ref}),children)})),RcDragHandle=foundation_1.styled(_DragHandle)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.dragHandleStyle);exports.RcDragHandle=RcDragHandle,RcDragHandle.defaultProps={},RcDragHandle.displayName="RcDragHandle";try{RcDragHandle.displayName="RcDragHandle",RcDragHandle.__docgenInfo={description:"",displayName:"RcDragHandle",props:{classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx#RcDragHandle"]={docgenInfo:RcDragHandle.__docgenInfo,name:"RcDragHandle",path:"packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx#RcDragHandle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragHandle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/DragHandle.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.dragHandleStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n outline: none;\n margin-right: 4px;\n padding: 2px 0;\n\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: ",";\n }\n "],["\n outline: none;\n margin-right: 4px;\n padding: 2px 0;\n\n ",";\n\n "," {\n box-shadow: 0 0 0 1px ",";\n border-radius: ",";\n }\n "])),foundation_1.flexCenterStyle,foundation_1.focusVisible,foundation_1.focusVisibleColor,foundation_1.radius("sm"))};try{dragHandleStyle.displayName="dragHandleStyle",dragHandleStyle.__docgenInfo={description:"",displayName:"dragHandleStyle",props:{className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx#dragHandleStyle"]={docgenInfo:dragHandleStyle.__docgenInfo,name:"dragHandleStyle",path:"packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx#dragHandleStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/DragHandle/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/styles/StyledDragHandle.tsx"),exports)},"./packages/juno-core/src/components/DnD/DragHandle/utils/DragHandleUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDragHandleClasses=foundation_1.RcClasses(["root"],"RcDraggable")},"./packages/juno-core/src/components/DnD/DragHandle/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/utils/DragHandleUtils.ts"),exports)},"./packages/juno-core/src/components/DnD/Draggable/Draggable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),react_beautiful_dnd_1=__webpack_require__("./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/utils/index.ts"),_RcDraggable=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDraggable"}),classes=props.classes,children=props.children,directionOnly=props.directionOnly,rest=tslib_1.__rest(props,["classes","children","directionOnly"]);return react_1.default.createElement(react_beautiful_dnd_1.Draggable,tslib_1.__assign({},rest,{ref}),(function(provided,snapshot){for(var args=[],_i=2;_i>'}},directionOnly:{defaultValue:null,description:"",name:"directionOnly",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/DnD/Draggable/Draggable.tsx#RcDraggable"]={docgenInfo:RcDraggable.__docgenInfo,name:"RcDraggable",path:"packages/juno-core/src/components/DnD/Draggable/Draggable.tsx#RcDraggable"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/DnD/Draggable/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/Draggable.tsx"),exports)},"./packages/juno-core/src/components/DnD/Draggable/utils/DraggableUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDraggableClasses=foundation_1.RcClasses(["root","isDragging"],"RcDraggable"),exports.getDirectionOnlyItemStyle=function(direction,style){if(!direction)return style;var isVertical="vertical"===direction,overrideStyles={},currentTransformMatch=style&&style.transform&&style.transform.match(/translate\((-?\d+)px,\s+(-?\d+)px\)/);if(currentTransformMatch){var transform=parseInt(currentTransformMatch[isVertical?2:1],10);overrideStyles.transform="translate("+(isVertical?0:transform)+"px, "+(isVertical?transform:0)+"px)"}return tslib_1.__assign(tslib_1.__assign({},style),overrideStyles)}},"./packages/juno-core/src/components/DnD/Draggable/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/utils/DraggableUtils.ts"),exports)},"./packages/juno-core/src/components/DnD/Droppable/Droppable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_beautiful_dnd_1=__webpack_require__("./node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcDroppable=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDroppable"}),children=props.children,rest=tslib_1.__rest(props,["children"]);return react_1.default.createElement(react_beautiful_dnd_1.Droppable,tslib_1.__assign({},rest,{ref}),(function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Droppable/Droppable.tsx"),exports)},"./packages/juno-core/src/components/DnD/__stories__/DnDExampleData.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.simpleInitialData={items:{"item-1":{id:"item-1",content:"Item 1 Content"},"item-2":{id:"item-2",content:"Item 2 Content"},"item-3":{id:"item-3",content:"Item 3 Content"},"item-4":{id:"item-4",content:"Item 4 Content"}},groups:{"group-1":{id:"group-1",title:"Group 1",itemIds:["item-1","item-2","item-3","item-4"]}},groupOrder:["group-1"]},exports.initialData={items:{"item-1":{id:"item-1",content:"Item 1 Content"},"item-2":{id:"item-2",content:"Item 2 Content"},"item-3":{id:"item-3",content:"Item 3 Content"},"item-4":{id:"item-4",content:"Item 4 Content"}},groups:{"group-1":{id:"group-1",title:"Group 1",itemIds:["item-1","item-2","item-3","item-4"]},"group-2":{id:"group-2",title:"Group 2",itemIds:[]},"group-3":{id:"group-3",title:"Group 3",itemIds:[]}},groupOrder:["group-1","group-2","group-3"]}},"./packages/juno-core/src/components/DnD/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragDropContext/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Draggable/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/Droppable/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/DragHandle/index.ts"),exports)},"./packages/juno-core/src/components/Downshift/Downshift.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),Fade_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Fade/index.ts"),Grow_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Chip_1=__webpack_require__("./packages/juno-core/src/components/Chip/index.ts"),ClearIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Downshift/styles/index.ts");exports.RcDownshiftInput=styles_1.RcDownshiftInput;var SuggestionList_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts");exports.RcDownshiftDefaultFilterOptions=utils_1.RcDownshiftDefaultFilterOptions;var DEFAULT_GROW_STYLE={style:{transformOrigin:"0 0 0"}},_RcDownshift=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDownshift"});var theme=foundation_1.useTheme(),isAutocomplete="autocomplete"===props.variant,_a=props.itemToString,itemToString=void 0===_a?utils_1.DEFAULT_GET_OPTION_LABEL:_a,_b=props.keyToChips,keyToChips=void 0===_b?utils_1.DEFAULT_KEY_TO_CHIPS:_b,_c=props.limitOfFreeChips,limitOfFreeChips=void 0===_c?utils_1.DEFAULT_LIMIT_CHIPS:_c,suggestionItems=(props.minRowHeight,props.suggestionItems),messageRef=props.messageRef,MenuItem=props.MenuItem,inputLabel=props.inputLabel,nameError=props.nameError,maxLength=props.maxLength,InputItem=props.InputItem,emailError=props.emailError,enableFreeChips=(props.autoSwitchEmail,props.enableFreeChips),inputPlaceholder=props.inputPlaceholder,errorSelectedItems=props.errorSelectedItems,enableAutoTransform=props.enableAutoTransform,allowPlainHelperText=props.allowPlainHelperText,TextFieldProps=props.TextFieldProps,selectedItemsProp=props.selectedItems,automationId=props.automationId,screenReader=props.screenReader,onSelectChange=props.onSelectChange,variant=props.variant,groupExpanded=props.groupExpanded,groupDefaultExpanded=props.groupDefaultExpanded,_d=props.groupVariant,groupVariant=void 0===_d?"normal":_d,getExpandIconProps=props.getExpandIconProps,groupBy=props.groupBy,_e=props.value,valueProp=void 0===_e?selectedItemsProp:_e,_f=props.autoHighlight,autoHighlight=void 0===_f||_f,_g=props.fullWidth,fullWidth=void 0===_g||_g,_h=props.clearBtn,clearBtn=void 0!==_h&&_h,_j=props.toggleButton,toggleButton=void 0!==_j&&_j,_k=props.multiple,multiple=void 0!==_k&&_k,clearButtonProps=props.clearButtonProps,ToggleButtonProps=(props.onClear,props.ToggleButtonProps),_l=props.getToggleButtonProps,getToggleButtonPropsProp=void 0===_l?function(isOpen){return{symbol:isOpen?juno_icon_1.ArrowUp:juno_icon_1.ArrowDown}}:_l,inputValueProp=props.inputValue,onKeyDownProp=props.onKeyDown,helperTextProp=props.helperText,options=props.options,openOnFocus=props.openOnFocus,_m=props.toggleWithInput,toggleWithInput=void 0===_m?isAutocomplete:_m,_o=props.getOptionLabel,getOptionLabel=void 0===_o?itemToString:_o,renderInput=props.renderInput,_p=props.label,label=void 0===_p?inputLabel:_p,_q=props.inputRef,inputRefProp=void 0===_q?messageRef:_q,_r=props.error,error=void 0===_r?nameError:_r,_s=props.placeholder,placeholder=void 0===_s?inputPlaceholder:_s,_t=props.freeSolo,freeSolo=void 0===_t?enableFreeChips:_t,_u=props.keyToTags,keyToTags=void 0===_u?keyToChips:_u,_v=props.maxFreeSolo,maxFreeSolo=void 0===_v?limitOfFreeChips:_v,_w=props.SuggestionListProps,_x=void 0===_w?{}:_w,_y=_x.virtualize,virtualize=void 0===_y||_y,SuggestionListProps=tslib_1.__rest(_x,["virtualize"]),_z=props.autoSelect,autoSelect=void 0===_z?enableAutoTransform:_z,PopperComponent=props.PopperComponent,_0=props.PopperProps,_1=void 0===_0?{}:_0,_2=_1.anchorElType,anchorElType=void 0===_2?"root":_2,popperTransition=_1.transition,_3=_1.TransitionComponent,TransitionComponent=void 0===_3?virtualize?Fade_1.RcFade:Grow_1.RcGrow:_3,_4=_1.transitionDuration,transitionDurationProp=void 0===_4?"auto":_4,_5=_1.TransitionProps,TransitionPropsProp=void 0===_5?{}:_5,PopperProps=tslib_1.__rest(_1,["anchorElType","transition","TransitionComponent","transitionDuration","TransitionProps"]),initialIsOpen=props.initialIsOpen,disabled=props.disabled,requiredProp=props.required,_6=props.defaultIsOpen,defaultIsOpen=void 0===_6?openOnFocus:_6,_7=props.disableCloseOnSelect,disableCloseOnSelect=void 0===_7?defaultIsOpen:_7,_8=props.onChange,onChangeProp=void 0===_8?onSelectChange:_8,onInputChangeProp=props.onInputChange,onMaxFreeSolo=props.onMaxFreeSolo,FormHelperTextPropsProp=props.FormHelperTextProps,action=props.action,filterOptions=props.filterOptions,renderOption=props.renderOption,renderTags=props.renderTags,getOptionDisabled=props.getOptionDisabled,renderGroup=props.renderGroup,onGroupExpanded=props.onGroupExpanded,renderNoOptions=props.renderNoOptions,InputPropsProp=props.InputProps,debug=props.debug,disabledItemsHighlightable=props.disabledItemsHighlightable,openProp=props.open,onOpen=props.onOpen,onClose=props.onClose,focused=props.focused,color=props.color,rest=tslib_1.__rest(props,["itemToString","keyToChips","limitOfFreeChips","minRowHeight","suggestionItems","messageRef","MenuItem","inputLabel","nameError","maxLength","InputItem","emailError","autoSwitchEmail","enableFreeChips","inputPlaceholder","errorSelectedItems","enableAutoTransform","allowPlainHelperText","TextFieldProps","selectedItems","automationId","screenReader","onSelectChange","variant","groupExpanded","groupDefaultExpanded","groupVariant","getExpandIconProps","groupBy","value","autoHighlight","fullWidth","clearBtn","toggleButton","multiple","clearButtonProps","onClear","ToggleButtonProps","getToggleButtonProps","inputValue","onKeyDown","helperText","options","openOnFocus","toggleWithInput","getOptionLabel","renderInput","label","inputRef","error","placeholder","freeSolo","keyToTags","maxFreeSolo","SuggestionListProps","autoSelect","PopperComponent","PopperProps","initialIsOpen","disabled","required","defaultIsOpen","disableCloseOnSelect","onChange","onInputChange","onMaxFreeSolo","FormHelperTextProps","action","filterOptions","renderOption","renderTags","getOptionDisabled","renderGroup","onGroupExpanded","renderNoOptions","InputProps","debug","disabledItemsHighlightable","open","onOpen","onClose","focused","color"]),_9=tslib_1.__read(react_1.useState("bottom-start"),2),position=_9[0],setPosition=_9[1],innerInputRef=react_1.useRef(null),textFieldRef=react_1.useRef(null),inputRef=foundation_1.useForkRef(inputRefProp,innerInputRef),inputContainerRef=react_1.useRef(null),isNew=!suggestionItems,transitionDuration="auto"===transitionDurationProp?void 0:transitionDurationProp,anchorElRef="input"===anchorElType?inputContainerRef:textFieldRef,oneOfTagError=!1;var required=requiredProp||(null==TextFieldProps?void 0:TextFieldProps.required),_10=utils_1.useDownshift({focused,open:openProp,variant,onOpen,onClose,wrapperRef:textFieldRef,inputContainerRef,inputRef:innerInputRef,value:valueProp,inputValue:inputValueProp,getOptionDisabled,groupExpanded:"normal"===groupVariant||groupExpanded,groupDefaultExpanded,getExpandIconProps,options:suggestionItems||options,freeSolo,label,multiple,keyToTags,maxFreeSolo,autoSelect,disableCloseOnSelect,initialIsOpen,disabled,required,openOnFocus,toggleWithInput,autoHighlight,groupBy,groupVariant,onChange:onChangeProp,onInputChange:onInputChangeProp,getOptionLabel,filterOptions,onMaxFreeSolo,renderNoOptions,onKeyDown:onKeyDownProp,disabledItemsHighlightable,onGroupExpanded}),focusInput=_10.focusInput,optionItems=_10.optionItems,optionsGroupList=_10.optionsGroupList,selectedItems=_10.tags,highlightedIndex=_10.highlightedIndex,getToggleButtonProps=_10.getToggleButtonProps,getTagProps=_10.getTagProps,getTagListBoxProps=_10.getTagListBoxProps,getMenuProps=_10.getMenuProps,getPopperProps=_10.getPopperProps,getInputProps=_10.getInputProps,getInputAriaProps=_10.getInputAriaProps,getLabelProps=_10.getLabelProps,getItemProps=_10.getItemProps,isOpen=_10.isOpen,inputValue=_10.inputValue,activeIndex=_10.activeIndex,setActiveIndex=_10.setActiveIndex,setHighlightedIndex=_10.setHighlightedIndex,onInputChange=_10.onInputChange,keepHighlightedIndex=_10.keepHighlightedIndex,changeHighlightedIndexReason=_10.changeHighlightedIndexReason,closeMenu=_10.closeMenu,openMenu=_10.openMenu,reset=_10.reset,getClearButtonProps=_10.getClearButtonProps,noOptionItem=_10.noOptionItem,getNoOptionsProps=_10.getNoOptionsProps,isKeepHighlightedIndex=_10.isKeepHighlightedIndex,isDownshiftFocused=_10.focused,autoCompleteSelectedIndex=_10.autoCompleteSelectedIndex,popperElementRef=_10.popperElementRef,open=Boolean((isOpen||noOptionItem)&&textFieldRef.current),_11=getInputProps(),onBlur=_11.onBlur,InputProps=tslib_1.__rest(_11,["onBlur"]),helperText=isNew||nameError||allowPlainHelperText?helperTextProp:void 0,describedbyId=InputProps.id+"-helper-text",FormHelperTextProps=FormHelperTextPropsProp||{},screenReaderText=react_1.useMemo((function(){if(screenReader&&selectedItems.length){var entry=screenReader.entry,entries=screenReader.entries;return(""+(1===selectedItems.length?entry:entries)).trim()}}),[screenReader,selectedItems.length]);screenReaderText&&(helperText?helperText&&(FormHelperTextProps["aria-label"]=(screenReaderText+" "+helperText).trim()):InputProps["aria-describedby"]=describedbyId);var toTextFieldRef=foundation_1.useForkRef(textFieldRef,ref),colorHex=react_1.useMemo((function(){return color?foundation_1.getParsePaletteColor(color)({theme}):void 0}),[color,theme]),startAdornment=function(){if(!isAutocomplete){var getCustomizedTagProps=function(selectedItem,index){var tagProps=getTagProps({selectedItem,index,label:getOptionLabel(selectedItem),disabled});return selectedItem.error&&(oneOfTagError=!0),tslib_1.__assign(tslib_1.__assign({},tagProps),{color:colorHex})};return renderTags?renderTags(selectedItems,getCustomizedTagProps):selectedItems.map((function(selectedItem,index){var _a,itemChipProps=getCustomizedTagProps(selectedItem,index);if(InputItem){var isError=emailError&&emailError===(null===(_a=selectedItem.label)||void 0===_a?void 0:_a.trim())||selectedItem.id&&(null==errorSelectedItems?void 0:errorSelectedItems.includes(selectedItem.id))||selectedItem.isError||selectedItem.error;return react_1.default.createElement(InputItem,tslib_1.__assign({},selectedItem,itemChipProps,{isError}))}return react_1.default.createElement(Chip_1.RcChip,tslib_1.__assign({},itemChipProps,{deleteIconProps:{"aria-label":"remove"}}))}))}}(),endAdornment=(toggleButton||clearBtn)&&react_1.default.createElement(styles_1.EndAdornment,null,clearBtn&&react_1.default.createElement(ClearIconButton_1.ClearIconButton,tslib_1.__assign({},getClearButtonProps(clearButtonProps))),toggleButton&&react_1.default.createElement(styles_1.ArrowDownButton,tslib_1.__assign({variant:"plain","aria-hidden":!0,color:isDownshiftFocused?color||"interactive.f01":error?"danger.f02":"neutral.f04",size:"large"},getToggleButtonProps(tslib_1.__assign(tslib_1.__assign({},ToggleButtonProps),getToggleButtonPropsProp(isOpen)))))),_12=function(){var _a=InputPropsProp||{},classes=_a.classes,restInputPropsProp=tslib_1.__rest(_a,["classes"]),toClasses=foundation_1.combineClasses(classes,utils_1.RcDownshiftInputClasses);return{containerClassName:toClasses.container,TextFieldInputProps:foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({classes:foundation_1.omit(toClasses,["container"]),endAdornment,inputComponent:styles_1.RcDownshiftInput},getTagListBoxProps()),InputProps),{onBlur:debug?void 0:onBlur}),restInputPropsProp)}}(),containerClassName=_12.containerClassName,TextFieldInputProps=_12.TextFieldInputProps;react_1.useImperativeHandle(action,(function(){return{getActiveIndex:function(){return activeIndex},setActiveIndex,getFilterResultItems:function(){return optionItems},getHighlightedIndex:function(){return highlightedIndex},setHighlightedIndex:function(index){return setHighlightedIndex(index,{reason:"auto",reRender:!0})},closeMenu,openMenu,reset,clearInput:function(){return onInputChange("",!1)},keepHighlightedIndex:function(){return keepHighlightedIndex()},focus:focusInput}}));var hasTags=selectedItems.length>0,isRenderNoOptions=!!noOptionItem,popperRef=react_1.useRef(null),handleUpdatePopper=foundation_1.useEventCallback((function(){var _a;null===(_a=popperRef.current)||void 0===_a||_a.update()})),menuChildren=react_1.default.createElement(react_1.default.Fragment,null,isOpen&&react_1.default.createElement(SuggestionList_1.RcSuggestionList,tslib_1.__assign({selectedIndex:isAutocomplete?autoCompleteSelectedIndex:void 0,highlightedIndex,optionsGroupList,options:optionItems,groupVariant,groupExpanded,renderGroup,MenuItem,renderOption,inputValue,getItemProps,getMenuProps,changeHighlightedIndexReason,getOptionDisabled,isKeepHighlightedIndex,onUpdatePopper:handleUpdatePopper,maxContainerHeight:180,getOptionLabel,position:"unset",virtualize},SuggestionListProps)),isRenderNoOptions&&(null==renderNoOptions?void 0:renderNoOptions(getNoOptionsProps,noOptionItem))),prevMenuChildren=foundation_1.usePrevious((function(){return menuChildren}));return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(styles_1.StyledTextField,tslib_1.__assign({renderInput,hasTags,ref:toTextFieldRef,inputRef,"data-test-automation-id":automationId,fullWidth,placeholder:hasTags?void 0:placeholder,label,focused:isDownshiftFocused,disabled,required,color,error:null!=error?error:oneOfTagError,FormHelperTextProps,InputProps:TextFieldInputProps,helperText},foundation_1.combineProps({InputLabelProps:getLabelProps(),inputProps:tslib_1.__assign({startAdornment,containerClassName,maxLength,containerRef:inputContainerRef},getInputAriaProps(null==TextFieldProps?void 0:TextFieldProps.inputProps))},rest),{value:inputValue,clearBtn:!1})),!helperText&&screenReaderText&&react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{id:describedbyId},screenReaderText),react_1.default.createElement(styles_1.StyledPopper,tslib_1.__assign({ref:popperElementRef,open,position,component:PopperComponent,placement:"bottom-start",anchorEl:anchorElRef.current,"data-test-automation-id":"suggestions-list",popperRef,popperOptions:{onUpdate:function(e){var currPosition=e.placement;position!==currPosition&&setPosition(currPosition)}}},getPopperProps(PopperProps),{transition:popperTransition}),popperTransition?function(_a){void 0===_a&&(_a={});var _b=_a.TransitionProps,_c=void 0===_b?{}:_b,onEnterProp=_c.onEnter,onExitProp=_c.onExited,inProp=_c.in,restTransitionProp=tslib_1.__rest(_a,["TransitionProps"]);return react_1.default.createElement(TransitionComponent,tslib_1.__assign({in:inProp,onEnter:function(node,isAppearing){var _a;onEnterProp(),null===(_a=TransitionPropsProp.onEnter)||void 0===_a||_a.call(TransitionPropsProp,node,isAppearing)},onExited:function(node){var _a;onExitProp(),null===(_a=TransitionPropsProp.onExited)||void 0===_a||_a.call(TransitionPropsProp,node)}},restTransitionProp,{timeout:transitionDuration},virtualize?{}:DEFAULT_GROW_STYLE,TransitionPropsProp),react_1.default.createElement("div",null,inProp?menuChildren:prevMenuChildren))}:menuChildren))}))),RcDownshift=foundation_1.styled(_RcDownshift)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DownshiftStyle);RcDownshift.defaultProps={},RcDownshift.displayName="RcDownshift";var templateObject_1,ExportType=RcDownshift;exports.RcDownshift=ExportType;try{RcDownshift.displayName="RcDownshift",RcDownshift.__docgenInfo={description:'default downshift filter options method, use with `variant="tags"`\n\n- filter options by input value and selected items',displayName:"RcDownshift",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/Downshift.tsx#RcDownshift"]={docgenInfo:RcDownshift.__docgenInfo,name:"RcDownshift",path:"packages/juno-core/src/components/Downshift/Downshift.tsx#RcDownshift"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts"),SuggestionListContext=react_1.createContext(null),List=react_1.forwardRef((function(props,ref){var listRef=react_1.useContext(SuggestionListContext),forkRef=foundation_1.useForkRef(ref,listRef);return react_1.default.createElement("div",tslib_1.__assign({ref:forkRef,"data-suggestion-list":!0},props))})),SuggestionList=react_1.forwardRef((function(inProps,ref){var _a,props=foundation_1.useThemeProps({props:inProps,name:"RcSuggestionList"}),highlightedIndex=props.highlightedIndex,options=props.options,getItemProps=props.getItemProps,_b=props.virtualize,virtualize=void 0===_b||_b,getMenuProps=props.getMenuProps,renderOption=props.renderOption,inputValue=(props.value,props.inputValue),groupVariant=props.groupVariant,groupExpanded=props.groupExpanded,renderGroup=props.renderGroup,getOptionDisabled=(props.optionsGroupList,props.getOptionDisabled),MenuItem=props.MenuItem,changeHighlightedIndexReason=props.changeHighlightedIndexReason,isKeepHighlightedIndex=props.isKeepHighlightedIndex,componentsProp=props.components,onUpdatePopper=props.onUpdatePopper,getOptionLabel=props.getOptionLabel,padding=props.padding,_c=props.maxContainerHeight,maxContainerHeight=void 0===_c?"100%":_c,classNameProp=props.className,classesProp=props.classes,_d=props.position,position=void 0===_d?"absolute":_d,selectedIndex=props.selectedIndex,rest=tslib_1.__rest(props,["highlightedIndex","options","getItemProps","virtualize","getMenuProps","renderOption","value","inputValue","groupVariant","groupExpanded","renderGroup","optionsGroupList","getOptionDisabled","MenuItem","changeHighlightedIndexReason","isKeepHighlightedIndex","components","onUpdatePopper","getOptionLabel","padding","maxContainerHeight","className","classes","position","selectedIndex"]),vlRef=react_1.useRef(null),forkVlRef=foundation_1.useForkRef(ref,vlRef),isTitleMode="normal"===groupVariant,listRef=react_1.useRef(null),itemData=options,itemCount=options.length,classes=foundation_1.combineClasses(utils_1.RcSuggestionListClasses,classesProp),className=clsx_1.default(classNameProp,null==classes?void 0:classes.root),_e=Virtuoso_1.useDynamicHeight({itemCount,maxContainerHeight,onContainerHeightChange:function(changeHeight){var scroller=scrollerRef.current;(null==scroller?void 0:scroller.style)&&(scroller.style.height=changeHeight+"px",null==onUpdatePopper||onUpdatePopper())}}),totalListHeightChanged=_e.totalListHeightChanged,style=_e.style,containerHeighRef=_e.containerHeighRef,sleep=foundation_1.useSleep().sleep,scrollToIndexWithRetry=foundation_1.useRetry((function(location){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){var toIndex,toElm_1,_a,_b,_c;return tslib_1.__generator(this,(function(_d){switch(_d.label){case 0:return toIndex=location.index,virtualize?(0===location.index&&void 0!==padding&&(location=tslib_1.__assign(tslib_1.__assign({},location),{offset:-("number"==typeof padding?padding:styles_1.menuListBoundaryPadding)})),null===(_b=vlRef.current)||void 0===_b||_b.scrollToIndex(location),[4,sleep(0)]):(null==(toElm_1=null===(_a=listRef.current)||void 0===_a?void 0:_a.querySelector('[data-item-index="'+toIndex+'"]'))||toElm_1.scrollIntoView({block:"nearest",inline:"nearest"}),[2,!0]);case 1:return _d.sent(),(null===(_c=listRef.current)||void 0===_c?void 0:_c.querySelector('[data-item-index="'+toIndex+'"]'))?[2,!0]:[2,!1]}}))}))}),{retryTimes:10,intervalTime:20}).retry,_f=Virtuoso_1.useHighlightScroll({containerHeighRef,scrollToIndex:scrollToIndexWithRetry}),scrollerRef=_f.scrollerRef,scrollerRefFn=_f.scrollerRefFn,itemsRendered=_f.itemsRendered,scrollToHighlightedIndex=_f.scrollToHighlightedIndex,virtuosoViewPort=null===(_a=scrollerRef.current)||void 0===_a?void 0:_a.firstElementChild;react_1.useLayoutEffect((function(){virtuosoViewPort&&(virtuosoViewPort.style.position=position)}),[virtuosoViewPort,position]);var prevHighlightedIndex=foundation_1.usePrevious((function(){return highlightedIndex}),!0);react_1.useLayoutEffect((function(){virtualize&&!vlRef.current||isKeepHighlightedIndex||!changeHighlightedIndexReason||"mouse"===changeHighlightedIndexReason||scrollToHighlightedIndex(prevHighlightedIndex,highlightedIndex,isTitleMode?1:0)}));var itemContent=function(index,option){var _a,_b,_c,_d,_e,currGroup=option.group,isGroupTitle=option===(null==currGroup?void 0:currGroup.options[0]),expandIconProps=isTitleMode||"boolean"==typeof groupExpanded||!isGroupTitle||null===(_c=null===(_b=option.group)||void 0===_b?void 0:_b.getExpandIconProps)||void 0===_c?void 0:_c.call(_b,{className:clsx_1.default(classes.toggle,(_a={},_a[classes.expanded]=null===(_d=option.group)||void 0===_d?void 0:_d.expanded,_a))}),itemProps=getItemProps({item:option,index,className:isGroupTitle?classes.groupTitle:void 0}),highlighted=highlightedIndex===index,selected=selectedIndex===index,resultProps=tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({"data-item-index":virtualize?void 0:index},option),itemProps),{key:itemProps.id}),indexInOwnGroup=resultProps.indexInOwnGroup;delete resultProps.indexInOwnGroup,resultProps.freeSolo||resultProps.disabled||!getOptionDisabled||(resultProps.disabled=getOptionDisabled(option));var state={inputValue,selected,highlighted,index,indexInOwnGroup};return renderGroup&&isGroupTitle?renderGroup(resultProps,tslib_1.__assign(tslib_1.__assign({},state),{expanded:null===(_e=option.group)||void 0===_e?void 0:_e.expanded,expandIconProps})):renderOption?renderOption(resultProps,state):MenuItem?react_1.default.createElement(MenuItem,tslib_1.__assign({},resultProps,{itemId:option.id,"data-suggestion-item-id":option.id,isHighlighted:selected||highlighted,isMember:option.isMember})):react_1.default.createElement(MenuItem_1.RcMenuItem,tslib_1.__assign({component:"div",selected,focused:highlighted},foundation_1.omit(resultProps,["isSuggestion","freeSolo","label","unSelectable"])),getOptionLabel?getOptionLabel(option):option.label,react_1.default.createElement(Box_1.RcBox,{flex:"1 1 auto"}),expandIconProps&&react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({},expandIconProps,{symbol:juno_icon_1.ArrowDown2})))},PaddingComponent=react_1.useMemo((function(){var paddingValue=void 0!==padding&&itemCount>0?"number"==typeof padding?padding:styles_1.menuListBoundaryPadding:0;return function(){return react_1.default.createElement(styles_1.StyledMenuListPadding,{height:paddingValue})}}),[itemCount,padding]),components=react_1.useMemo((function(){return tslib_1.__assign({List,Header:PaddingComponent,Footer:PaddingComponent},componentsProp)}),[componentsProp,PaddingComponent]);return react_1.default.createElement(SuggestionListContext.Provider,{value:listRef},virtualize?react_1.default.createElement(Virtuoso_1.Virtuoso,tslib_1.__assign({ref:forkVlRef,totalCount:itemCount,data:itemData,className,components,itemContent},getMenuProps(),foundation_1.combineProps({scrollerRef:function(scrollElm){scrollerRefFn(scrollElm),Virtuoso_1.modifyVlScrollerStyle(scrollElm,position)},itemsRendered,totalListHeightChanged,style,isScrolling:function(scrolling){var list=listRef.current;list&&list.style&&(list.style.pointerEvents=scrolling?"none":"")}},rest))):react_1.default.createElement(List,{style:{maxHeight:style.height,overflow:"auto"},ref:function(scrollElm){scrollerRefFn(scrollElm)}},react_1.default.createElement(PaddingComponent,null),options.map((function(x,i){return itemContent(i,x)})),react_1.default.createElement(PaddingComponent,null)))}));exports.RcSuggestionList=foundation_1.styled(SuggestionList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_2.SuggestionListStyle),exports.RcSuggestionList.displayName="RcSuggestionList";try{RcSuggestionList.displayName="RcSuggestionList",RcSuggestionList.__docgenInfo={description:"",displayName:"RcSuggestionList",props:{classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},position:{defaultValue:null,description:"## should always keep absolute for better render,\nbut when you wrap that in modal or a non have width container,\nset that as `unset`, let outside `absolute` container to calculate that.",name:"position",required:!1,type:{name:"enum",value:[{value:'"absolute"'},{value:'"unset"'}]}},padding:{defaultValue:null,description:"vertical padding from the list",name:"padding",required:!1,type:{name:"number | boolean"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"undefined"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign | GroupIndexLocationWithAlign"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"Components"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},options:{defaultValue:null,description:"select options",name:"options",required:!0,type:{name:"RcDownshiftSelectedItem[]"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},highlightedIndex:{defaultValue:null,description:"current highlightedIndex",name:"highlightedIndex",required:!0,type:{name:"number"}},getItemProps:{defaultValue:null,description:"each item props getter",name:"getItemProps",required:!0,type:{name:"(options: RcDownshiftGetItemPropsOptions) => any"}},getMenuProps:{defaultValue:null,description:"menu wrapper props getter",name:"getMenuProps",required:!0,type:{name:"(restMenuProps?: HTMLAttributes | undefined) => HTMLAttributes"}},changeHighlightedIndexReason:{defaultValue:null,description:"that reason that change highlighted",name:"changeHighlightedIndexReason",required:!0,type:{name:"enum",value:[{value:"undefined"},{value:'"mouse"'},{value:'"auto"'},{value:'"keyboard"'}]}},isKeepHighlightedIndex:{defaultValue:null,description:"is that need keep highlighted index, that will be helpful when you need load more options when scroll",name:"isKeepHighlightedIndex",required:!1,type:{name:"boolean"}},onUpdatePopper:{defaultValue:null,description:"trigger when need update outside popper position",name:"onUpdatePopper",required:!1,type:{name:"(() => any)"}},optionsGroupList:{defaultValue:null,description:"options group list, use for calculate `aria-setsize`",name:"optionsGroupList",required:!1,type:{name:"RcDownshiftGroupedOption[]"}},selectedIndex:{defaultValue:null,description:"in autocomplete mode, that will have selected index, show selected when focused",name:"selectedIndex",required:!1,type:{name:"number"}},maxContainerHeight:{defaultValue:null,description:"that virtual list container height,",name:"maxContainerHeight",required:!1,type:{name:'number | "100%"'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx#RcSuggestionList"]={docgenInfo:RcSuggestionList.__docgenInfo,name:"RcSuggestionList",path:"packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx#RcSuggestionList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/SuggestionList/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/SuggestionList.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts"),exports)},"./packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts");exports.SuggestionListStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n margin-right: -",";\n\n transform: rotate(0deg);\n transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n\n &."," {\n transform: rotate(180deg);\n }\n }\n "],["\n ."," {\n margin-right: -",";\n\n transform: rotate(0deg);\n transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n\n &."," {\n transform: rotate(180deg);\n }\n }\n "])),utils_1.RcSuggestionListClasses.toggle,foundation_1.spacing(3),utils_1.RcSuggestionListClasses.expanded)};try{SuggestionListStyle.displayName="SuggestionListStyle",SuggestionListStyle.__docgenInfo={description:"",displayName:"SuggestionListStyle",props:{highlightedIndex:{defaultValue:null,description:"current highlightedIndex",name:"highlightedIndex",required:!0,type:{name:"number"}},options:{defaultValue:null,description:"select options",name:"options",required:!0,type:{name:"RcDownshiftSelectedItem[]"}},getItemProps:{defaultValue:null,description:"each item props getter",name:"getItemProps",required:!0,type:{name:"(options: RcDownshiftGetItemPropsOptions) => any"}},getMenuProps:{defaultValue:null,description:"menu wrapper props getter",name:"getMenuProps",required:!0,type:{name:"(restMenuProps?: HTMLAttributes | undefined) => HTMLAttributes"}},changeHighlightedIndexReason:{defaultValue:null,description:"that reason that change highlighted",name:"changeHighlightedIndexReason",required:!0,type:{name:"enum",value:[{value:"undefined"},{value:'"mouse"'},{value:'"auto"'},{value:'"keyboard"'}]}},isKeepHighlightedIndex:{defaultValue:null,description:"is that need keep highlighted index, that will be helpful when you need load more options when scroll",name:"isKeepHighlightedIndex",required:!1,type:{name:"boolean"}},onUpdatePopper:{defaultValue:null,description:"trigger when need update outside popper position",name:"onUpdatePopper",required:!1,type:{name:"(() => any)"}},optionsGroupList:{defaultValue:null,description:"options group list, use for calculate `aria-setsize`",name:"optionsGroupList",required:!1,type:{name:"RcDownshiftGroupedOption[]"}},position:{defaultValue:null,description:"## should always keep absolute for better render,\nbut when you wrap that in modal or a non have width container,\nset that as `unset`, let outside `absolute` container to calculate that.",name:"position",required:!1,type:{name:"enum",value:[{value:'"absolute"'},{value:'"unset"'}]}},selectedIndex:{defaultValue:null,description:"in autocomplete mode, that will have selected index, show selected when focused",name:"selectedIndex",required:!1,type:{name:"number"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"undefined"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign | GroupIndexLocationWithAlign"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"Components"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},maxContainerHeight:{defaultValue:null,description:"that virtual list container height,",name:"maxContainerHeight",required:!1,type:{name:'number | "100%"'}},padding:{defaultValue:null,description:"vertical padding from the list",name:"padding",required:!1,type:{name:"number | boolean"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx#SuggestionListStyle"]={docgenInfo:SuggestionListStyle.__docgenInfo,name:"SuggestionListStyle",path:"packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx#SuggestionListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/SuggestionList/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/styles/SuggestionListStyle.tsx"),exports)},"./packages/juno-core/src/components/Downshift/SuggestionList/utils/SuggestionListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSuggestionListClasses=foundation_1.RcClasses(["root","expanded","toggle","groupTitle"],"RcSuggestionList")},"./packages/juno-core/src/components/Downshift/SuggestionList/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/SuggestionListUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/useSuggestionList.ts"),exports)},"./packages/juno-core/src/components/Downshift/SuggestionList/utils/useSuggestionList.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DownshiftUtils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx"),useDownshiftGroup_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftGroup.ts");exports.useSuggestionList=function(_a){var id=_a.id,inputValueProp=_a.inputValue,_b=_a.getOptionLabel,getOptionLabel=void 0===_b?DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL:_b,filterOptions=_a.filterOptions,disabledItemsHighlightable=_a.disabledItemsHighlightable,options=_a.options,onInputChangeProp=_a.onInputChange,inputRef=_a.inputRef,onKeyDownProp=_a.onKeyDown,onSelect=_a.onSelect,onClear=_a.onClear,getOptionDisabled=_a.getOptionDisabled,groupBy=_a.groupBy,onGroupExpanded=_a.onGroupExpanded,groupVariant=_a.groupVariant,groupExpanded=_a.groupExpanded,groupDefaultExpanded=_a.groupDefaultExpanded,getExpandIconProps=_a.getExpandIconProps,processFilteredResult=_a.processFilteredResult,isTitleMode="normal"===groupVariant,_c=tslib_1.__read(foundation_1.useControlled({controlled:inputValueProp,default:"",name:"useSuggestionList"}),2),inputValue=_c[0],setInputValue=_c[1],updateInputValue=function(newValue){null==onInputChangeProp||onInputChangeProp(newValue),setInputValue(newValue)},focusInput=function(){var _a;return null===(_a=inputRef.current)||void 0===_a?void 0:_a.focus()},currUniqueId=foundation_1.useId(id||"suggestion-list",!id),highlightedIndexRef=react_1.useRef(-1),changeHighlightedIndexReasonRef=react_1.useRef(),forceUpdate=foundation_1.useForceUpdate(),getFilteredItems=react_1.useCallback((function(items){return filterOptions?filterOptions(items,{inputValue,getOptionLabel,selectedItems:[]}):items}),[filterOptions,getOptionLabel,inputValue]),filteredResult=react_1.useMemo((function(){var results=getFilteredItems(options);return results=processFilteredResult?processFilteredResult(results,inputValue):results}),[getFilteredItems,inputValue,options,processFilteredResult]),_d=useDownshiftGroup_1.useDownshiftGroup({id:currUniqueId,options,filteredResult,groupExpanded,groupDefaultExpanded,groupVariant,groupBy,getExpandIconProps,onGroupExpanded,getOptionDisabled}),groupedResult=_d.groupedResult,handleGroupExpandedChange=_d.handleGroupExpandedChange,optionsGroupList=_d.optionsGroupList,optionItems=groupBy?groupedResult:filteredResult,setHighlightedIndex=function(index,_a){var _b=_a.reRender,reRender=void 0!==_b&&_b,reason=_a.reason;changeHighlightedIndexReasonRef.current=reason,highlightedIndexRef.current!==index&&(highlightedIndexRef.current=index,reRender&&forceUpdate())},handleInputChange=function(newValue){return inputValue!==newValue&&(setHighlightedIndex(-1,{reason:"auto"}),updateInputValue(newValue)),!1},getIsItemCanSelected=function(item){return!!item&&item.freeSolo||DownshiftUtils_1.isItemCanSelected(item)&&!(null==getOptionDisabled?void 0:getOptionDisabled(item))},selectItem=function(e,selectedItem){return!!getIsItemCanSelected(selectedItem)&&(null==onSelect||onSelect(e,selectedItem),!0)},clearInput=function(){inputRef.current&&inputRef.current.value.length>0&&updateInputValue("")},reset=function(isFocus){clearInput(),null==onInputChangeProp||onInputChangeProp(""),isFocus&&focusInput()},_e=foundation_1.useKeyboardMoveFocus({options:optionItems,focusedIndexRef:highlightedIndexRef,infinite:!0,onFocusedIndexChange:function(event,toIndex){setHighlightedIndex(toIndex,{reason:"keyboard",reRender:!0}),null==event||event.preventDefault()},getOptionDisabled:disabledItemsHighlightable?void 0:function(child){return!getIsItemCanSelected(child)}}),onKeyFocusedIndexHandle=_e.onKeyFocusedIndexHandle,getNextFocusableOption=_e.getNextFocusableOption,handleF10KeyDown=function(e){var highlightedIndex=highlightedIndexRef.current;if(e.shiftKey){var currentGroup=optionItems[highlightedIndex].group;currentGroup&¤tGroup.options.length>1&&handleGroupExpandedChange(currentGroup.group)}};return react_1.useEffect((function(){changeHighlightedIndexReasonRef.current=void 0})),{reset,clearInput,forceUpdate,focusInput,updateInputValue,selectItem,onKeyFocusedIndexHandle,getClearButtonProps:function(props){return foundation_1.combineProps({id:currUniqueId+"-clear-button",onClick:function(e){null==onClear||onClear(e),reset(!0)}},props)},getLabelProps:function(props){return foundation_1.combineProps({htmlFor:currUniqueId+"-input",id:currUniqueId+"-label"},props)},getMenuProps:function(restMenuProps){return foundation_1.combineProps({"aria-labelledby":currUniqueId+"-label",id:currUniqueId+"-menu",role:"listbox"},restMenuProps)},getInputProps:function(props){return foundation_1.combineProps({id:currUniqueId+"-input",autoComplete:"off",onChange:function(e){var changeValue=e.target.value;handleInputChange(changeValue)},onKeyDown:function(e){var _a;switch(null==onKeyDownProp||onKeyDownProp(e,highlightedIndexRef.current),e.key){case"F10":handleF10KeyDown(e);break;case"Enter":var highlightedIndex=highlightedIndexRef.current;if(229===e.which)return;if(-1!==highlightedIndex){var currOption=optionItems[highlightedIndex];if(currOption===(null===(_a=currOption.group)||void 0===_a?void 0:_a.options[0])){var onClick=currOption.group.getExpandIconProps().onClick;null==onClick||onClick(e)}else selectItem(e,currOption);e.stopPropagation()}e.preventDefault();break;default:onKeyFocusedIndexHandle(e)}}},props)},getInputAriaProps:function(props){return foundation_1.combineProps({onContainerClick:focusInput,role:"combobox","aria-autocomplete":"list","aria-expanded":!0,"aria-haspopup":!0,"aria-owns":currUniqueId+"-menu","aria-activedescendant":highlightedIndexRef.current>-1?currUniqueId+"-option-"+highlightedIndexRef.current:void 0},props)},getItemProps:function(_a){var item=_a.item,_b=_a.index,index=void 0===_b?0:_b,itemRest=tslib_1.__rest(_a,["item","index"]),currGroup=item.group,isGroupTitle=item===(null==currGroup?void 0:currGroup.options[0]),itemCount=optionItems.length,groupOrder=(null==currGroup?void 0:currGroup.order)||0;return foundation_1.combineProps(tslib_1.__assign({id:currUniqueId+"-option-"+index,onClick:function(e){selectItem(e,item)},onMouseOver:function(){highlightedIndexRef.current!==index&&getIsItemCanSelected(item)&&setHighlightedIndex(index,{reason:"mouse",reRender:!0})}},isTitleMode&&isGroupTitle?{}:{role:"option","aria-setsize":itemCount-(isTitleMode&&(null==optionsGroupList?void 0:optionsGroupList.length)||0),"aria-posinset":index-(isTitleMode?groupOrder+1:0)}),itemRest)},highlightedIndexRef,highlightedIndex:highlightedIndexRef.current,optionItems,inputValue,onInputChange:handleInputChange,setHighlightedIndex,changeHighlightedIndexReasonRef,changeHighlightedIndexReason:changeHighlightedIndexReasonRef.current,optionsGroupList,id:currUniqueId,getNextFocusableOption,handleF10KeyDown}}},"./packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),DownshiftDoc=function(props){return react_1.default.createElement(react_1.default.Fragment,null,"This component only for props generator")};exports.DownshiftDoc=DownshiftDoc;try{DownshiftDoc.displayName="DownshiftDoc",DownshiftDoc.__docgenInfo={description:"",displayName:"DownshiftDoc",props:{variant:{defaultValue:null,description:"display mode,\nwhen be `autocomplete`, that `multiple` will be `false`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"tags"'},{value:'"autocomplete"'}]}},options:{defaultValue:null,description:"@requires",name:"options",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},value:{defaultValue:null,description:"selectedItems array list",name:"value",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},disabledItemsHighlightable:{defaultValue:null,description:"If `true`, will allow disabled items highlightable.",name:"disabledItemsHighlightable",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"emit tags change event",name:"onChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},multiple:{defaultValue:null,description:"is that can select multiple, default is `false`",name:"multiple",required:!1,type:{name:"boolean"}},debug:{defaultValue:null,description:"If `true`, the popup will ignore the blur event. You can inspect the popup markup with your browser tools. Consider this option when you need to customize the component.",name:"debug",required:!1,type:{name:"boolean"}},initialIsOpen:{defaultValue:null,description:"This is the initial isOpen value when downshift is initialized.",name:"initialIsOpen",required:!1,type:{name:"boolean"}},disableCloseOnSelect:{defaultValue:null,description:"If `true`, the popup won't close when a value is selected.",name:"disableCloseOnSelect",required:!1,type:{name:"boolean"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},filterOptions:{defaultValue:null,description:"A filter function that determines the options that are eligible.\n@param \n@param \n@returns",name:"filterOptions",required:!1,type:{name:"RcDownshiftFilterOptions"}},onInputChange:{defaultValue:null,description:"emit current input value",name:"onInputChange",required:!1,type:{name:"((value: string) => any)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},groupDefaultExpanded:{defaultValue:null,description:"group default expanded state\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupDefaultExpanded",required:!1,type:{name:"boolean | Record"}},groupBy:{defaultValue:null,description:"If provided, the options will be grouped under the returned string.\nThe groupBy value is also used as the text for group headings when `renderGroup` is not provided.\n@param \n@returns",name:"groupBy",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},onGroupExpanded:{defaultValue:null,description:"Trigger when group item expanded state change.\n@param \n@param",name:"onGroupExpanded",required:!1,type:{name:"((group: RcDownshiftGroupedOption, groupStateMap: Record) => any)"}},SuggestionListProps:{defaultValue:null,description:"SuggestionList VirtualizedList Props",name:"SuggestionListProps",required:!1,type:{name:"RcSuggestionListProps"}},onKeyDown:{defaultValue:null,description:"@param \n@param",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent, highlightedIndex?: number | null) => void)"}},freeSolo:{defaultValue:null,description:"If `true`, the RcDownshift is free solo, meaning that the user input is not bound to provided options.",name:"freeSolo",required:!1,type:{name:"boolean"}},renderTags:{defaultValue:null,description:"Render the selected value.\n@param \n@param \n@returns",name:"renderTags",required:!1,type:{name:'((selectedItems: RcDownshiftSelectedItem[], getTagProps: (selectedItem: RcDownshiftSelectedItem, index: number) => Pick, "slot" | ... 251 more ... | "onTransitionEndCapture"> & { ...; }) => ReactNode)'}},renderNoOptions:{defaultValue:null,description:"Render when search no have any options.\n@param",name:"renderNoOptions",required:!1,type:{name:"((getNoOptionsProps: (additionProps?: HTMLAttributes) => HTMLAttributes, additionItem: RcDownshiftSelectedItem | null) => ReactNode)"}},keyToTags:{defaultValue:null,description:"one of that character, also can be confirm a tag",name:"keyToTags",required:!1,type:{name:"string[]"}},maxFreeSolo:{defaultValue:null,description:"max number of tags,",name:"maxFreeSolo",required:!1,type:{name:"number"}},onMaxFreeSolo:{defaultValue:null,description:"emit when bigger than maxFreeSolo number",name:"onMaxFreeSolo",required:!1,type:{name:"((max?: number) => any)"}},autoSelect:{defaultValue:null,description:"If `true`, the selected option becomes the value of the input\nwhen the input loses focus unless the user chooses\na different option or changes the character string in the input.",name:"autoSelect",required:!1,type:{name:"boolean"}},PopperComponent:{defaultValue:null,description:"custom PopperComponent for render",name:"PopperComponent",required:!1,type:{name:'ComponentClass, any> | FunctionComponent<...>'}},PopperProps:{defaultValue:null,description:"props for apply on `RcPopper`",name:"PopperProps",required:!1,type:{name:'(Pick>, "slot" | ... 260 more ... | "transition"> & { ...; })'}},toggleButton:{defaultValue:null,description:"is have ToggleButton",name:"toggleButton",required:!1,type:{name:"boolean"}},ToggleButtonProps:{defaultValue:null,description:"Props for apply on ToggleButton",name:"ToggleButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},getToggleButtonProps:{defaultValue:null,description:"get custom `ToggleButtonProps` with menu open state.\n\nthat can be use when you need custom toggle button icon, that will override props you pass inside `ToggleButtonProps`",name:"getToggleButtonProps",required:!1,type:{name:'((isOpen: boolean) => ({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined)...'}},action:{defaultValue:null,description:"A ref for imperative actions.\n\n- `getActiveIndex`: get current active index\n- `setActiveIndex`: set current active index;\n- `getFilterResultItems`: get current filter result option items;\n- `getHighlightedIndex`: get current highlight index;\n- `setHighlightedIndex`: set current highlight index;\n- `openMenu`: open the listbox menu\n- `closeMenu`: close the listbox menu\n- `focus`: focus on text field input\n- `reset(isFocus)`: reset whole downshift, `isFocus` default is `false`",name:"action",required:!1,type:{name:"((instance: RcDownshiftRef | null) => void) | RefObject> | null"}},autoClose:{defaultValue:null,description:"auto close menu when options filter result is zero",name:"autoClose",required:!1,type:{name:"boolean"}},openOnFocus:{defaultValue:null,description:"If `true`, the popup will open on input focus.\nand that also set `disableCloseOnSelect` to `true`",name:"openOnFocus",required:!1,type:{name:"boolean"}},toggleWithInput:{defaultValue:null,description:"If `true`, the input element can be click to toggle that selection list\n\nWhen be `autocomplete`, that `toggleWithInput` default will be `true`",name:"toggleWithInput",required:!1,type:{name:"boolean"}},getExpandIconProps:{defaultValue:null,description:"get expand addition props",name:"getExpandIconProps",required:!1,type:{name:"((group: RcDownshiftGroupedOption) => Partial)"}},autoHighlight:{defaultValue:null,description:"If `true`, the first option is automatically highlighted.",name:"autoHighlight",required:!1,type:{name:"boolean"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},InputProps:{defaultValue:null,description:"Props applied to the Input element\nProps applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:'(RcClassesProps<"container"> & Partial)'}},renderInput:{defaultValue:null,description:"Render the input, default is `RcTextField`",name:"renderInput",required:!1,type:{name:"((params: Partial) => ReactNode)"}},open:{defaultValue:null,description:"Control the popup` open state.",name:"open",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the popup requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},onClose:{defaultValue:null,description:"Callback fired when the popup requests to be closed.\nUse in controlled mode (see open).\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>, reason: RcDownshiftCloseReason) => void)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},defaultIsOpen:{defaultValue:null,description:"@deprecated",name:"defaultIsOpen",required:!1,type:{name:"boolean"}},onSelectChange:{defaultValue:null,description:"@deprecated",name:"onSelectChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},suggestionItems:{defaultValue:null,description:"@deprecated",name:"suggestionItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},selectedItems:{defaultValue:null,description:"@deprecated",name:"selectedItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},itemToString:{defaultValue:null,description:"@deprecated",name:"itemToString",required:!1,type:{name:"((item: RcDownshiftSelectedItem) => string)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},minRowHeight:{defaultValue:null,description:"@deprecated",name:"minRowHeight",required:!1,type:{name:"number"}},enableFreeChips:{defaultValue:null,description:"@deprecated",name:"enableFreeChips",required:!1,type:{name:"boolean"}},inputLabel:{defaultValue:null,description:"@deprecated",name:"inputLabel",required:!1,type:{name:"ReactNode"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},inputPlaceholder:{defaultValue:null,description:"@deprecated",name:"inputPlaceholder",required:!1,type:{name:"string"}},maxLength:{defaultValue:null,description:"@deprecated",name:"maxLength",required:!1,type:{name:"number"}},screenReader:{defaultValue:null,description:"@deprecated",name:"screenReader",required:!1,type:{name:"{ entry: string; entries: string; }"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},InputItem:{defaultValue:null,description:"@deprecated",name:"InputItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},allowPlainHelperText:{defaultValue:null,description:"@deprecated",name:"allowPlainHelperText",required:!1,type:{name:"boolean"}},emailError:{defaultValue:null,description:"@deprecated",name:"emailError",required:!1,type:{name:"string"}},errorSelectedItems:{defaultValue:null,description:"@deprecated",name:"errorSelectedItems",required:!1,type:{name:"(string | number)[]"}},nameError:{defaultValue:null,description:"@deprecated",name:"nameError",required:!1,type:{name:"boolean"}},autoSwitchEmail:{defaultValue:null,description:"@deprecated",name:"autoSwitchEmail",required:!1,type:{name:"boolean"}},keyToChips:{defaultValue:null,description:"@deprecated",name:"keyToChips",required:!1,type:{name:"string[]"}},limitOfFreeChips:{defaultValue:null,description:"@deprecated",name:"limitOfFreeChips",required:!1,type:{name:"number"}},enableAutoTransform:{defaultValue:null,description:"@deprecated",name:"enableAutoTransform",required:!1,type:{name:"boolean"}},messageRef:{defaultValue:null,description:"@deprecated",name:"messageRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TextFieldProps:{defaultValue:null,description:"@deprecated",name:"TextFieldProps",required:!1,type:{name:'Pick'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx#DownshiftDoc"]={docgenInfo:DownshiftDoc.__docgenInfo,name:"DownshiftDoc",path:"packages/juno-core/src/components/Downshift/__stories__/Downshift.doc.tsx#DownshiftDoc"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/__stories__/options.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),range_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/range.js"));exports.options=tslib_1.__spread([{id:"phone_1",label:"Afghanistan"},{id:"phone_2",label:"Aland Islands"},{id:"phone_3",label:"Bahamas"},{id:"phone_4",label:"Bahrain"},{id:"phone_5",label:"China"},{id:"phone_6",label:"Algeria"},{id:"phone_7",label:"American Samoa"},{id:"phone_8",label:"Andorra"},{id:"phone_9",label:"Angola"},{id:"phone_10",label:"Anguilla"},{id:"phone_11",label:"Antarctica"},{id:"phone_12",label:"Antigua and Barbuda"},{id:"phone_13",label:"Argentina"},{id:"phone_14",label:"Armenia"},{id:"phone_15",label:"This item couldn't Selectable",unSelectable:!0},{id:"phone_16",label:"木星"},{id:"phone_16_2",label:"木星_1"},{id:"phone_16_3",label:"木星_2"},{id:"phone_16_4",label:"木星_3"},{id:"phone_17",label:"鈴盛軟件"},{id:"phone_18",label:"整合"}],range_1.default(19,1e4).map((function(id){return{id:"phone_"+id,label:"Item-"+id}}))).sort((function(a,b){var nameA=a.label.toUpperCase(),nameB=b.label.toUpperCase();return nameAnameB?1:0}))},"./packages/juno-core/src/components/Downshift/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/Downshift.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/index.ts"),exports)},"./packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js"));exports.RcDownshiftInput=function(_a){var inputRef=_a.inputRef,containerRef=_a.containerRef,startAdornment=_a.startAdornment,containerClassName=_a.containerClassName,onContainerClick=_a.onContainerClick,rest=tslib_1.__rest(_a,["inputRef","containerRef","startAdornment","containerClassName","onContainerClick"]);return react_1.default.createElement("div",{ref:containerRef,onClick:onContainerClick,className:containerClassName},startAdornment,react_1.default.createElement("input",tslib_1.__assign({ref:inputRef},rest)))};try{RcDownshiftInput.displayName="RcDownshiftInput",RcDownshiftInput.__docgenInfo={description:"this custom input for make that tags area can be scrollable",displayName:"RcDownshiftInput",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx#RcDownshiftInput"]={docgenInfo:RcDownshiftInput.__docgenInfo,name:"RcDownshiftInput",path:"packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx#RcDownshiftInput"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),Chip_1=__webpack_require__("./packages/juno-core/src/components/Chip/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Chip/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts");exports.ArrowDownButton=foundation_1.styled(IconButton_1.RcIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""]))),exports.EndAdornment=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n right: 0;\n position: absolute;\n display: flex;\n"],["\n right: 0;\n position: absolute;\n display: flex;\n"]))),exports.DownshiftStyle=function(_a){var _b=_a.toggleButton,toggleButton=void 0!==_b&&_b,_c=_a.clearBtn,paddingRight=(toggleButton?36:0)+(void 0!==_c&&_c?32:0);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ."," {\n flex-wrap: wrap;\n padding: 0 "," 0 0;\n\n "," {\n margin: ",";\n\n ."," {\n margin-left: -",";\n }\n }\n\n &:before,\n &:after {\n z-index: 1;\n }\n }\n\n ."," {\n display: flex;\n flex-wrap: wrap;\n overflow-y: auto;\n max-height: 132px;\n width: 100%;\n }\n "],["\n ."," {\n flex-wrap: wrap;\n padding: 0 "," 0 0;\n\n "," {\n margin: ",";\n\n ."," {\n margin-left: -",";\n }\n }\n\n &:before,\n &:after {\n z-index: 1;\n }\n }\n\n ."," {\n display: flex;\n flex-wrap: wrap;\n overflow-y: auto;\n max-height: 132px;\n width: 100%;\n }\n "])),utils_2.RcDownshiftInputClasses.root,foundation_1.px(paddingRight),Chip_1.RcChip,foundation_1.spacing(.5),utils_1.RcChipClasses.deleteIcon,foundation_1.spacing(1.5),utils_2.RcDownshiftInputClasses.container)};try{ArrowDownButton.displayName="ArrowDownButton",ArrowDownButton.__docgenInfo={description:"",displayName:"ArrowDownButton",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#ArrowDownButton"]={docgenInfo:ArrowDownButton.__docgenInfo,name:"ArrowDownButton",path:"packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#ArrowDownButton"})}catch(__react_docgen_typescript_loader_error){}try{EndAdornment.displayName="EndAdornment",EndAdornment.__docgenInfo={description:"",displayName:"EndAdornment",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#EndAdornment"]={docgenInfo:EndAdornment.__docgenInfo,name:"EndAdornment",path:"packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#EndAdornment"})}catch(__react_docgen_typescript_loader_error){}try{DownshiftStyle.displayName="DownshiftStyle",DownshiftStyle.__docgenInfo={description:"",displayName:"DownshiftStyle",props:{variant:{defaultValue:null,description:"display mode,\nwhen be `autocomplete`, that `multiple` will be `false`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"tags"'},{value:'"autocomplete"'}]}},options:{defaultValue:null,description:"@requires",name:"options",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},value:{defaultValue:null,description:"selectedItems array list",name:"value",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},disabledItemsHighlightable:{defaultValue:null,description:"If `true`, will allow disabled items highlightable.",name:"disabledItemsHighlightable",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"emit tags change event",name:"onChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},multiple:{defaultValue:null,description:"is that can select multiple, default is `false`",name:"multiple",required:!1,type:{name:"boolean"}},debug:{defaultValue:null,description:"If `true`, the popup will ignore the blur event. You can inspect the popup markup with your browser tools. Consider this option when you need to customize the component.",name:"debug",required:!1,type:{name:"boolean"}},initialIsOpen:{defaultValue:null,description:"This is the initial isOpen value when downshift is initialized.",name:"initialIsOpen",required:!1,type:{name:"boolean"}},disableCloseOnSelect:{defaultValue:null,description:"If `true`, the popup won't close when a value is selected.",name:"disableCloseOnSelect",required:!1,type:{name:"boolean"}},getOptionLabel:{defaultValue:null,description:"Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if `renderOption` is not provided).\n@param \n@returns",name:"getOptionLabel",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},filterOptions:{defaultValue:null,description:"A filter function that determines the options that are eligible.\n@param \n@param \n@returns",name:"filterOptions",required:!1,type:{name:"RcDownshiftFilterOptions"}},onInputChange:{defaultValue:null,description:"emit current input value",name:"onInputChange",required:!1,type:{name:"((value: string) => any)"}},renderOption:{defaultValue:null,description:"Render the option, use `getOptionLabel` by default.\n@param \n@param \n@returns",name:"renderOption",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},groupVariant:{defaultValue:null,description:"group layout mode\n\n- `normal`: use group name as group title\n- `expanded`: use first-item as group title, and that is `clickable`",name:"groupVariant",required:!1,type:{name:"enum",value:[{value:'"expanded"'},{value:'"normal"'}]}},groupExpanded:{defaultValue:null,description:"group expanded state, you can control expanded state by that\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupExpanded",required:!1,type:{name:"boolean | Record"}},groupDefaultExpanded:{defaultValue:null,description:"group default expanded state\n\n- `true`: expand all\n- `false`: collapse all\n- `{key: boolean}`: control group state",name:"groupDefaultExpanded",required:!1,type:{name:"boolean | Record"}},groupBy:{defaultValue:null,description:"If provided, the options will be grouped under the returned string.\nThe groupBy value is also used as the text for group headings when `renderGroup` is not provided.\n@param \n@returns",name:"groupBy",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => string)"}},renderGroup:{defaultValue:null,description:"Render the group title item, also with for toggle button props.\n\n> when you have set custom `renderOption`, the `renderGroup` must be set.\n@param \n@param \n@returns",name:"renderGroup",required:!1,type:{name:"((option: RcDownshiftSelectedItem & RcDownshiftSelectedItemAdditionProps, state: RcDownshiftRenderOptionState) => ReactNode)"}},onGroupExpanded:{defaultValue:null,description:"Trigger when group item expanded state change.\n@param \n@param",name:"onGroupExpanded",required:!1,type:{name:"((group: RcDownshiftGroupedOption, groupStateMap: Record) => any)"}},SuggestionListProps:{defaultValue:null,description:"SuggestionList VirtualizedList Props",name:"SuggestionListProps",required:!1,type:{name:"RcSuggestionListProps"}},onKeyDown:{defaultValue:null,description:"@param \n@param",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent, highlightedIndex?: number | null) => void)"}},freeSolo:{defaultValue:null,description:"If `true`, the RcDownshift is free solo, meaning that the user input is not bound to provided options.",name:"freeSolo",required:!1,type:{name:"boolean"}},renderTags:{defaultValue:null,description:"Render the selected value.\n@param \n@param \n@returns",name:"renderTags",required:!1,type:{name:'((selectedItems: RcDownshiftSelectedItem[], getTagProps: (selectedItem: RcDownshiftSelectedItem, index: number) => Pick, "slot" | ... 251 more ... | "onTransitionEndCapture"> & { ...; }) => ReactNode)'}},renderNoOptions:{defaultValue:null,description:"Render when search no have any options.\n@param",name:"renderNoOptions",required:!1,type:{name:"((getNoOptionsProps: (additionProps?: HTMLAttributes) => HTMLAttributes, additionItem: RcDownshiftSelectedItem | null) => ReactNode)"}},keyToTags:{defaultValue:null,description:"one of that character, also can be confirm a tag",name:"keyToTags",required:!1,type:{name:"string[]"}},maxFreeSolo:{defaultValue:null,description:"max number of tags,",name:"maxFreeSolo",required:!1,type:{name:"number"}},onMaxFreeSolo:{defaultValue:null,description:"emit when bigger than maxFreeSolo number",name:"onMaxFreeSolo",required:!1,type:{name:"((max?: number) => any)"}},autoSelect:{defaultValue:null,description:"If `true`, the selected option becomes the value of the input\nwhen the input loses focus unless the user chooses\na different option or changes the character string in the input.",name:"autoSelect",required:!1,type:{name:"boolean"}},PopperComponent:{defaultValue:null,description:"custom PopperComponent for render",name:"PopperComponent",required:!1,type:{name:'ComponentClass, any> | FunctionComponent<...>'}},PopperProps:{defaultValue:null,description:"props for apply on `RcPopper`",name:"PopperProps",required:!1,type:{name:'(Pick>, "slot" | ... 260 more ... | "transition"> & { ...; })'}},toggleButton:{defaultValue:{value:"false"},description:"is have ToggleButton",name:"toggleButton",required:!1,type:{name:"boolean"}},ToggleButtonProps:{defaultValue:null,description:"Props for apply on ToggleButton",name:"ToggleButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},getToggleButtonProps:{defaultValue:null,description:"get custom `ToggleButtonProps` with menu open state.\n\nthat can be use when you need custom toggle button icon, that will override props you pass inside `ToggleButtonProps`",name:"getToggleButtonProps",required:!1,type:{name:'((isOpen: boolean) => ({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined)...'}},action:{defaultValue:null,description:"A ref for imperative actions.\n\n- `getActiveIndex`: get current active index\n- `setActiveIndex`: set current active index;\n- `getFilterResultItems`: get current filter result option items;\n- `getHighlightedIndex`: get current highlight index;\n- `setHighlightedIndex`: set current highlight index;\n- `openMenu`: open the listbox menu\n- `closeMenu`: close the listbox menu\n- `focus`: focus on text field input\n- `reset(isFocus)`: reset whole downshift, `isFocus` default is `false`",name:"action",required:!1,type:{name:"((instance: RcDownshiftRef | null) => void) | RefObject> | null"}},autoClose:{defaultValue:null,description:"auto close menu when options filter result is zero",name:"autoClose",required:!1,type:{name:"boolean"}},openOnFocus:{defaultValue:null,description:"If `true`, the popup will open on input focus.\nand that also set `disableCloseOnSelect` to `true`",name:"openOnFocus",required:!1,type:{name:"boolean"}},toggleWithInput:{defaultValue:null,description:"If `true`, the input element can be click to toggle that selection list\n\nWhen be `autocomplete`, that `toggleWithInput` default will be `true`",name:"toggleWithInput",required:!1,type:{name:"boolean"}},getExpandIconProps:{defaultValue:null,description:"get expand addition props",name:"getExpandIconProps",required:!1,type:{name:"((group: RcDownshiftGroupedOption) => Partial)"}},autoHighlight:{defaultValue:null,description:"If `true`, the first option is automatically highlighted.",name:"autoHighlight",required:!1,type:{name:"boolean"}},getOptionDisabled:{defaultValue:null,description:"Used to determine the disabled state for a given option.\n@param \n@returns",name:"getOptionDisabled",required:!1,type:{name:"((option: RcDownshiftSelectedItem) => boolean)"}},InputProps:{defaultValue:null,description:"Props applied to the Input element\nProps applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:'(RcClassesProps<"container"> & Partial)'}},renderInput:{defaultValue:null,description:"Render the input, default is `RcTextField`",name:"renderInput",required:!1,type:{name:"((params: Partial) => ReactNode)"}},open:{defaultValue:null,description:"Control the popup` open state.",name:"open",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the popup requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},onClose:{defaultValue:null,description:"Callback fired when the popup requests to be closed.\nUse in controlled mode (see open).\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>, reason: RcDownshiftCloseReason) => void)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:{value:"false"},description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},defaultIsOpen:{defaultValue:null,description:"@deprecated",name:"defaultIsOpen",required:!1,type:{name:"boolean"}},onSelectChange:{defaultValue:null,description:"@deprecated",name:"onSelectChange",required:!1,type:{name:"((selectedItems: RcDownshiftSelectedItem[]) => void)"}},suggestionItems:{defaultValue:null,description:"@deprecated",name:"suggestionItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},selectedItems:{defaultValue:null,description:"@deprecated",name:"selectedItems",required:!1,type:{name:"RcDownshiftSelectedItem[]"}},itemToString:{defaultValue:null,description:"@deprecated",name:"itemToString",required:!1,type:{name:"((item: RcDownshiftSelectedItem) => string)"}},MenuItem:{defaultValue:null,description:"@deprecated",name:"MenuItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},minRowHeight:{defaultValue:null,description:"@deprecated",name:"minRowHeight",required:!1,type:{name:"number"}},enableFreeChips:{defaultValue:null,description:"@deprecated",name:"enableFreeChips",required:!1,type:{name:"boolean"}},inputLabel:{defaultValue:null,description:"@deprecated",name:"inputLabel",required:!1,type:{name:"ReactNode"}},inputValue:{defaultValue:null,description:"current text field input value",name:"inputValue",required:!1,type:{name:"string"}},inputPlaceholder:{defaultValue:null,description:"@deprecated",name:"inputPlaceholder",required:!1,type:{name:"string"}},maxLength:{defaultValue:null,description:"@deprecated",name:"maxLength",required:!1,type:{name:"number"}},screenReader:{defaultValue:null,description:"@deprecated",name:"screenReader",required:!1,type:{name:"{ entry: string; entries: string; }"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},InputItem:{defaultValue:null,description:"@deprecated",name:"InputItem",required:!1,type:{name:"ComponentClass | FunctionComponent"}},allowPlainHelperText:{defaultValue:null,description:"@deprecated",name:"allowPlainHelperText",required:!1,type:{name:"boolean"}},emailError:{defaultValue:null,description:"@deprecated",name:"emailError",required:!1,type:{name:"string"}},errorSelectedItems:{defaultValue:null,description:"@deprecated",name:"errorSelectedItems",required:!1,type:{name:"(string | number)[]"}},nameError:{defaultValue:null,description:"@deprecated",name:"nameError",required:!1,type:{name:"boolean"}},autoSwitchEmail:{defaultValue:null,description:"@deprecated",name:"autoSwitchEmail",required:!1,type:{name:"boolean"}},keyToChips:{defaultValue:null,description:"@deprecated",name:"keyToChips",required:!1,type:{name:"string[]"}},limitOfFreeChips:{defaultValue:null,description:"@deprecated",name:"limitOfFreeChips",required:!1,type:{name:"number"}},enableAutoTransform:{defaultValue:null,description:"@deprecated",name:"enableAutoTransform",required:!1,type:{name:"boolean"}},messageRef:{defaultValue:null,description:"@deprecated",name:"messageRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TextFieldProps:{defaultValue:null,description:"@deprecated",name:"TextFieldProps",required:!1,type:{name:'Pick'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#DownshiftStyle"]={docgenInfo:DownshiftStyle.__docgenInfo,name:"DownshiftStyle",path:"packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx#DownshiftStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Popper_1=__webpack_require__("./packages/juno-core/src/components/Popper/index.ts"),radiusLg=foundation_1.radius("lg"),_StyledPopper=react_1.forwardRef((function(_a,ref){_a.position;var _b=_a.component,Component=void 0===_b?Popper_1.RcPopper:_b,rest=tslib_1.__rest(_a,["position","component"]);return react_1.default.createElement(Component,tslib_1.__assign({ref},rest))}));exports.StyledPopper=foundation_1.styled(_StyledPopper)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n > div {\n box-shadow: ",";\n background-color: ",";\n overflow: hidden;\n\n ","\n }\n"],["\n > div {\n box-shadow: ",";\n background-color: ",";\n overflow: hidden;\n\n ","\n }\n"])),foundation_1.shadows("1"),foundation_1.palette2("neutral","elevation"),(function(_a){return"top-start"===_a.position?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-top-right-radius: ",";\n border-top-left-radius: ",";\n "],["\n border-top-right-radius: ",";\n border-top-left-radius: ",";\n "])),radiusLg,radiusLg):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n border-bottom-right-radius: ",";\n border-bottom-left-radius: ",";\n "],["\n border-bottom-right-radius: ",";\n border-bottom-left-radius: ",";\n "])),radiusLg,radiusLg)}));try{StyledPopper.displayName="StyledPopper",StyledPopper.__docgenInfo={description:"",displayName:"StyledPopper",props:{children:{defaultValue:null,description:"Popper render function or node.",name:"children",required:!1,type:{name:"string | number | boolean | {} | (string & {}) | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 48 more ..."}},component:{defaultValue:null,description:"custom component for popper",name:"component",required:!1,type:{name:'ComponentClass, any> | FunctionComponent<...>'}},placement:{defaultValue:null,description:"Popper placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},position:{defaultValue:null,description:"",name:"position",required:!0,type:{name:"enum",value:[{value:'"bottom-start"'},{value:'"top-start"'}]}},open:{defaultValue:null,description:"If `true`, the popper is visible.",name:"open",required:!0,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM.\nThis prop can be useful in SEO situation or\nwhen you want to maximize the responsiveness of the Popper.",name:"keepMounted",required:!1,type:{name:"boolean"}},anchorEl:{defaultValue:null,description:"A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),\nor a function that returns either.\nIt's used to set the position of the popper.\nThe return value will passed as the reference object of the Popper instance.",name:"anchorEl",required:!1,type:{name:"ReferenceObject | (() => ReferenceObject) | null"}},modifiers:{defaultValue:null,description:'Popper.js is based on a "plugin-like" architecture,\nmost of its features are fully encapsulated "modifiers".\n\nA modifier is a function that is called each time Popper.js needs to\ncompute the position of the popper.\nFor this reason, modifiers should be very performant to avoid bottlenecks.\nTo learn how to create a modifier, [read the modifiers documentation](https://popper.js.org/docs/v1/#modifiers).',name:"modifiers",required:!1,type:{name:"object"}},popperOptions:{defaultValue:null,description:"Options provided to the [`popper.js`](https://popper.js.org/docs/v1/) instance.",name:"popperOptions",required:!1,type:{name:"object"}},popperRef:{defaultValue:null,description:"A ref that points to the used popper instance.",name:"popperRef",required:!1,type:{name:"((instance: Popper | null) => void) | RefObject | null"}},transition:{defaultValue:null,description:"Help supporting a react-transition-group/Transition component.",name:"transition",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx#StyledPopper"]={docgenInfo:StyledPopper.__docgenInfo,name:"StyledPopper",path:"packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx#StyledPopper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/index.ts"),_StyledTextField=react_1.forwardRef((function(_a,ref){_a.hasTags;var renderInput=_a.renderInput,rest=tslib_1.__rest(_a,["hasTags","renderInput"]);return renderInput?renderInput(tslib_1.__assign(tslib_1.__assign({},rest),{ref})):react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({ref},rest))}));exports.StyledTextField=foundation_1.styled(_StyledTextField)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n flex: 1;\n min-width: 30px;\n }\n\n ","\n"],["\n ."," {\n flex: 1;\n min-width: 30px;\n }\n\n ","\n"])),utils_1.RcDownshiftInputClasses.input,(function(_a){return _a.hasTags&&styles_1.clearBtnInactiveStyle}));try{StyledTextField.displayName="StyledTextField",StyledTextField.__docgenInfo={description:"",displayName:"StyledTextField",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},renderInput:{defaultValue:null,description:"Render the input, default is `RcTextField`",name:"renderInput",required:!1,type:{name:"((params: Partial) => ReactNode)"}},hasTags:{defaultValue:null,description:"",name:"hasTags",required:!0,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx#StyledTextField"]={docgenInfo:StyledTextField.__docgenInfo,name:"StyledTextField",path:"packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx#StyledTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/DownshiftInput.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/DownshiftStyle.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/StyledPopper.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/styles/StyledTextField.tsx"),exports)},"./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts");function stringArrToRegExp(keyToTags){return new RegExp((null==keyToTags?void 0:keyToTags.join("|"))||"","g")}exports.RcDownshiftInputClasses=foundation_1.RcClasses(["root","input","container"],"RcDownshiftInput"),exports.isItemCanSelected=function(item){return!(!item||item.disabled||item.isMember||item.unSelectable)},exports.DEFAULT_KEY_TO_CHIPS=[";",",","\\n"],exports.DEFAULT_LIMIT_CHIPS=20,exports.DEFAULT_GET_OPTION_LABEL=function(item){return(null==item?void 0:item.label)||""},exports.RcDownshiftDefaultRenderNoOptions=function(getNoOptionsProps){return react_1.default.createElement(MenuItem_1.RcMenuItem,tslib_1.__assign({component:"div"},getNoOptionsProps()),"No Options")},exports.RcDownshiftDefaultFilterOptions=function(options,_a){var inputValue=_a.inputValue,getOptionLabel=_a.getOptionLabel,selectedItems=_a.selectedItems;return options.filter((function(item){return selectedItems.indexOf(item)<0&&(null==getOptionLabel?void 0:getOptionLabel(item).toLowerCase().startsWith((null==inputValue?void 0:inputValue.toLowerCase())||""))}))},exports.RcAutocompleteDefaultFilterOptions=function(options,_a){var inputValue=_a.inputValue,getOptionLabel=_a.getOptionLabel;return _a.inputChanged?options.filter((function(item){return null==getOptionLabel?void 0:getOptionLabel(item).toLowerCase().startsWith((null==inputValue?void 0:inputValue.toLowerCase())||"")})):options},exports.downshiftComponentName="RcDownshift",exports.stringArrToRegExp=stringArrToRegExp;try{stringArrToRegExp.displayName="stringArrToRegExp",stringArrToRegExp.__docgenInfo={description:"",displayName:"stringArrToRegExp",props:{length:{defaultValue:null,description:"Gets or sets the length of the array. This is a number one higher than the highest element defined in an array.",name:"length",required:!0,type:{name:"number"}},toString:{defaultValue:null,description:"Returns a string representation of an array.",name:"toString",required:!1,type:{name:"() => string"}},toLocaleString:{defaultValue:null,description:"Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",name:"toLocaleString",required:!1,type:{name:"() => string"}},pop:{defaultValue:null,description:"Removes the last element from an array and returns it.",name:"pop",required:!0,type:{name:"() => string | undefined"}},push:{defaultValue:null,description:"Appends new elements to an array, and returns the new length of the array.\n@param",name:"push",required:!0,type:{name:"(...items: string[]) => number"}},concat:{defaultValue:null,description:"Combines two or more arrays.\nCombines two or more arrays.\n@param \n@param",name:"concat",required:!0,type:{name:"{ (...items: ConcatArray[]): string[]; (...items: (string | ConcatArray)[]): string[]; }"}},join:{defaultValue:null,description:"Adds all the elements of an array separated by the specified separator string.\n@param",name:"join",required:!0,type:{name:"(separator?: string | undefined) => string"}},reverse:{defaultValue:null,description:"Reverses the elements in an Array.",name:"reverse",required:!0,type:{name:"() => string[]"}},shift:{defaultValue:null,description:"Removes the first element from an array and returns it.",name:"shift",required:!0,type:{name:"() => string | undefined"}},slice:{defaultValue:null,description:"Returns a section of an array.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string[]"}},sort:{defaultValue:null,description:"Sorts an array.\n@param",name:"sort",required:!0,type:{name:"(compareFn?: ((a: string, b: string) => number) | undefined) => string[]"}},splice:{defaultValue:null,description:"Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\nRemoves elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\n@param \n@param \n@param \n@param \n@param",name:"splice",required:!0,type:{name:"{ (start: number, deleteCount?: number | undefined): string[]; (start: number, deleteCount: number, ...items: string[]): string[]; }"}},unshift:{defaultValue:null,description:"Inserts new elements at the start of an array.\n@param",name:"unshift",required:!0,type:{name:"(...items: string[]) => number"}},indexOf:{defaultValue:null,description:"Returns the index of the first occurrence of a value in an array.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchElement: string, fromIndex?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the index of the last occurrence of a specified value in an array.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchElement: string, fromIndex?: number | undefined) => number"}},every:{defaultValue:null,description:"Determines whether all the members of an array satisfy the specified test.\n@param \n@param",name:"every",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean"}},some:{defaultValue:null,description:"Determines whether the specified callback function returns true for any element of an array.\n@param \n@param",name:"some",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean"}},forEach:{defaultValue:null,description:"Performs the specified action for each element in an array.\n@param \n@param",name:"forEach",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void"}},map:{defaultValue:null,description:"Calls a defined callback function on each element of an array, and returns an array that contains the results.\n@param \n@param",name:"map",required:!0,type:{name:"(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]"}},filter:{defaultValue:null,description:"Returns the elements of an array that meet the condition specified in a callback function.\nReturns the elements of an array that meet the condition specified in a callback function.\n@param \n@param \n@param \n@param",name:"filter",required:!0,type:{name:"{ (callbackfn: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[]; (callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[]; }"}},reduce:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduce",required:!0,type:{name:"{ (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string; (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string; (callbackfn: (previousValue: U, currentValue: string, ..."}},reduceRight:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduceRight",required:!0,type:{name:"{ (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string; (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string; (callbackfn: (previousValue: U, currentValue: string, ..."}},find:{defaultValue:null,description:"Returns the value of the first element in the array where predicate is true, and undefined\notherwise.\n@param \n@param",name:"find",required:!0,type:{name:"{ (predicate: (this: void, value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined; (predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined; }"}},findIndex:{defaultValue:null,description:"Returns the index of the first element in the array where predicate is true, and -1\notherwise.\n@param \n@param",name:"findIndex",required:!0,type:{name:"(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number"}},fill:{defaultValue:null,description:"Returns the this object after filling the section identified by start and end with value\n@param \n@param \n@param",name:"fill",required:!0,type:{name:"(value: string, start?: number | undefined, end?: number | undefined) => string[]"}},copyWithin:{defaultValue:null,description:"Returns the this object after copying a section of the array identified by start and end\nto the same array starting at position target\n@param \n@param \n@param",name:"copyWithin",required:!0,type:{name:"(target: number, start: number, end?: number | undefined) => string[]"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},entries:{defaultValue:null,description:"Returns an iterable of key, value pairs for every entry in the array",name:"entries",required:!0,type:{name:"() => IterableIterator<[number, string]>"}},keys:{defaultValue:null,description:"Returns an iterable of keys in the array",name:"keys",required:!0,type:{name:"() => IterableIterator"}},values:{defaultValue:null,description:"Returns an iterable of values in the array",name:"values",required:!0,type:{name:"() => IterableIterator"}},"__@unscopables":{defaultValue:null,description:"Returns an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",name:"__@unscopables",required:!0,type:{name:"() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }"}},includes:{defaultValue:null,description:"Determines whether an array includes a certain element, returning true or false as appropriate.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchElement: string, fromIndex?: number | undefined) => boolean"}},flatMap:{defaultValue:null,description:"Calls a defined callback function on each element of an array. Then, flattens the result into\na new array.\nThis is identical to a map followed by flat with depth 1.\n@param \n@param",name:"flatMap",required:!0,type:{name:"(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined) => U[]"}},flat:{defaultValue:null,description:"Returns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth. If no depth is provided, flat method defaults to the depth of 1.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"flat",required:!0,type:{name:"{ (this: U[][][][][][][][], depth: 7): U[]; (this: U[][][][][][][], depth: 6): U[]; (this: U[][][][][][], depth: 5): U[]; (this: U[][][][][], depth: 4): U[]; (this: U[][][][], depth: 3): U[]; (this: U[][][], depth: 2): U[]; (this: U[][], depth?: 1 | undefined): U[]; (this: U[], depth: 0): U[]..."}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#stringArrToRegExp"]={docgenInfo:stringArrToRegExp.__docgenInfo,name:"stringArrToRegExp",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#stringArrToRegExp"})}catch(__react_docgen_typescript_loader_error){}try{isItemCanSelected.displayName="isItemCanSelected",isItemCanSelected.__docgenInfo={description:"",displayName:"isItemCanSelected",props:{id:{defaultValue:null,description:"children item id",name:"id",required:!1,type:{name:"string | number"}},label:{defaultValue:null,description:"display label",name:"label",required:!1,type:{name:"string"}},disabled:{defaultValue:null,description:"is that item disabled",name:"disabled",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"is that item error",name:"error",required:!1,type:{name:"boolean"}},freeSolo:{defaultValue:null,description:"is that come from freeSolo item",name:"freeSolo",required:!1,type:{name:"boolean"}},group:{defaultValue:null,description:"that item belongs group",name:"group",required:!1,type:{name:"RcDownshiftGroupedOption"}},isSuggestion:{defaultValue:null,description:"@deprecated",name:"isSuggestion",required:!1,type:{name:"boolean"}},email:{defaultValue:null,description:"@deprecated",name:"email",required:!1,type:{name:"string | Promise"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},unSelectable:{defaultValue:null,description:"@deprecated",name:"unSelectable",required:!1,type:{name:"boolean"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#isItemCanSelected"]={docgenInfo:isItemCanSelected.__docgenInfo,name:"isItemCanSelected",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#isItemCanSelected"})}catch(__react_docgen_typescript_loader_error){}try{DEFAULT_GET_OPTION_LABEL.displayName="DEFAULT_GET_OPTION_LABEL",DEFAULT_GET_OPTION_LABEL.__docgenInfo={description:"",displayName:"DEFAULT_GET_OPTION_LABEL",props:{id:{defaultValue:null,description:"children item id",name:"id",required:!1,type:{name:"string | number"}},label:{defaultValue:null,description:"display label",name:"label",required:!1,type:{name:"string"}},disabled:{defaultValue:null,description:"is that item disabled",name:"disabled",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"is that item error",name:"error",required:!1,type:{name:"boolean"}},freeSolo:{defaultValue:null,description:"is that come from freeSolo item",name:"freeSolo",required:!1,type:{name:"boolean"}},group:{defaultValue:null,description:"that item belongs group",name:"group",required:!1,type:{name:"RcDownshiftGroupedOption"}},isSuggestion:{defaultValue:null,description:"@deprecated",name:"isSuggestion",required:!1,type:{name:"boolean"}},email:{defaultValue:null,description:"@deprecated",name:"email",required:!1,type:{name:"string | Promise"}},isMember:{defaultValue:null,description:"@deprecated",name:"isMember",required:!1,type:{name:"boolean"}},unSelectable:{defaultValue:null,description:"@deprecated",name:"unSelectable",required:!1,type:{name:"boolean"}},isError:{defaultValue:null,description:"@deprecated",name:"isError",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#DEFAULT_GET_OPTION_LABEL"]={docgenInfo:DEFAULT_GET_OPTION_LABEL.__docgenInfo,name:"DEFAULT_GET_OPTION_LABEL",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#DEFAULT_GET_OPTION_LABEL"})}catch(__react_docgen_typescript_loader_error){}try{RcDownshiftDefaultFilterOptions.displayName="RcDownshiftDefaultFilterOptions",RcDownshiftDefaultFilterOptions.__docgenInfo={description:'default downshift filter options method, use with `variant="tags"`\n\n- filter options by input value and selected items',displayName:"RcDownshiftDefaultFilterOptions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcDownshiftDefaultFilterOptions"]={docgenInfo:RcDownshiftDefaultFilterOptions.__docgenInfo,name:"RcDownshiftDefaultFilterOptions",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcDownshiftDefaultFilterOptions"})}catch(__react_docgen_typescript_loader_error){}try{RcAutocompleteDefaultFilterOptions.displayName="RcAutocompleteDefaultFilterOptions",RcAutocompleteDefaultFilterOptions.__docgenInfo={description:'default downshift filter options method, use with `variant="autocomplete"`\n\n- when open menu and not change value, that will return whole options\n- only filter options by input value when have input value changed',displayName:"RcAutocompleteDefaultFilterOptions",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcAutocompleteDefaultFilterOptions"]={docgenInfo:RcAutocompleteDefaultFilterOptions.__docgenInfo,name:"RcAutocompleteDefaultFilterOptions",path:"packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx#RcAutocompleteDefaultFilterOptions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/utils/SelectItem.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Downshift/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/SelectItem.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshift.interface.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshift.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftGroup.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftTag.ts"),exports)},"./packages/juno-core/src/components/Downshift/utils/useDownshift.interface.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Downshift/utils/useDownshift.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),useSuggestionList_1=__webpack_require__("./packages/juno-core/src/components/Downshift/SuggestionList/utils/useSuggestionList.ts"),DownshiftUtils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx"),useDownshiftTag_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/useDownshiftTag.ts");exports.useDownshift=function(_a){var multipleProp=_a.multiple,variant=_a.variant,labelProp=_a.label,inputValueProp=_a.inputValue,_b=_a.getOptionLabel,getOptionLabel=void 0===_b?DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL:_b,_c=_a.keyToTags,keyToTags=void 0===_c?DownshiftUtils_1.DEFAULT_KEY_TO_CHIPS:_c,filterOptionsProp=_a.filterOptions,disabledItemsHighlightable=_a.disabledItemsHighlightable,options=_a.options,freeSolo=_a.freeSolo,onInputChangeProp=_a.onInputChange,maxFreeSolo=_a.maxFreeSolo,onMaxFreeSolo=_a.onMaxFreeSolo,openOnFocus=_a.openOnFocus,toggleWithInput=_a.toggleWithInput,disableCloseOnSelect=_a.disableCloseOnSelect,initialIsOpen=_a.initialIsOpen,autoSelect=_a.autoSelect,inputContainerRef=_a.inputContainerRef,inputRef=_a.inputRef,wrapperRef=_a.wrapperRef,onKeyDownProp=_a.onKeyDown,onSelectChange=_a.onChange,_d=_a.value,selectedItemsProp=void 0===_d?[]:_d,disabled=_a.disabled,renderNoOptions=_a.renderNoOptions,onClear=_a.onClear,autoHighlight=_a.autoHighlight,getOptionDisabled=_a.getOptionDisabled,addNoOptionItem=_a.addNoOptionItem,groupBy=_a.groupBy,onGroupExpanded=_a.onGroupExpanded,groupVariant=_a.groupVariant,groupExpanded=_a.groupExpanded,groupDefaultExpanded=_a.groupDefaultExpanded,getExpandIconProps=_a.getExpandIconProps,required=_a.required,openProp=_a.open,onOpen=_a.onOpen,onClose=_a.onClose,focused=_a.focused,isAutocomplete="autocomplete"===variant,autoCompleteSelectedIndexRef=react_1.useRef(-1),downshiftId=foundation_1.useId("downshift",!0),_e=tslib_1.__read(foundation_1.useControlled({controlled:focused,default:!1,name:DownshiftUtils_1.downshiftComponentName}),2),inputFocused=_e[0],setInputFocused=_e[1],_f=tslib_1.__read(foundation_1.useControlled({controlled:openProp,default:initialIsOpen||!1,name:DownshiftUtils_1.downshiftComponentName}),2),isOpen=_f[0],setIsOpen=_f[1],isInputValueChangedRef=react_1.useRef(!1),isCompositionRef=react_1.useRef(!1),noOptionItemRef=react_1.useRef(null),stopAutoSelectRef=react_1.useRef(!1),fromPasteString=react_1.useRef(""),keepHighlightedIndexRef=react_1.useRef(!1),popperElementRef=react_1.useRef(null),_g=foundation_1.useSleep(),sleep=_g.sleep,getSleeping=_g.getSleeping,multiple=!isAutocomplete&&multipleProp,_h=useDownshiftTag_1.useDownshiftTag({id:downshiftId,value:selectedItemsProp,onChange:onSelectChange,getOptionLabel,onInputChange:onInputChangeProp,variant,wrapperRef,inputRef,freeSolo,maxFreeSolo,keyToTags,onMaxFreeSolo,multiple,label:labelProp,required,disabled,getStopCreateFreeSolo:function(){return isCompositionRef.current},onReset:function(){resetState()}}),isSelectedFromAutocompleteRef=_h.isSelectedFromAutocompleteRef,tags=_h.tags,tagFocused=_h.focused,addTag=_h.addTag,checkAndAddFreeSolo=_h.checkAndAddFreeSolo,focusedTagIndex=_h.focusedIndex,focusTag=_h.focusTag,focusLastTag=_h.focusLast,clearTags=_h.clearTags,blurTags=_h.blur,getTagProps=_h.getTagProps,getTagListBoxProps=_h.getTagListBoxProps,processFilteredResult=react_1.useCallback((function(results,inputValue){void 0===inputValue&&(inputValue="");var getInputValueAsItem=function(){var label=inputValue.trim();return label.length>0?{id:"rc-chip-empty",isSuggestion:!1,freeSolo:!0,label}:null};if(noOptionItemRef.current=null,addNoOptionItem){var item=getInputValueAsItem();if(noOptionItemRef.current=item,item&&freeSolo)switch(addNoOptionItem){case"first":return tslib_1.__spread([item],results);case"last":return tslib_1.__spread(results,[item])}}else if(0===results.length){item=getInputValueAsItem();if(noOptionItemRef.current=item,item&&freeSolo&&!renderNoOptions)return tslib_1.__spread(results,[item])}return results}),[addNoOptionItem,freeSolo,renderNoOptions]),filterOptions=react_1.useCallback((function(items,state){return filterOptionsProp?filterOptionsProp(items,tslib_1.__assign(tslib_1.__assign({},state),{inputChanged:isInputValueChangedRef.current,selectedItems:tags})):items}),[filterOptionsProp,tags]),_j=useSuggestionList_1.useSuggestionList({id:downshiftId,inputRef,inputValue:inputValueProp,options,disabledItemsHighlightable,groupVariant,groupExpanded,groupDefaultExpanded,getOptionLabel,filterOptions,processFilteredResult,onInputChange:onInputChangeProp,onKeyDown:onKeyDownProp,onClear,getOptionDisabled,groupBy,onGroupExpanded,getExpandIconProps,onSelect:function(e,selectedItem){if(addTag(selectedItem),resetState(e),inputContainerScrollToBottom(),disableCloseOnSelect)if(autoHighlight){var currIndex=highlightedIndexRef.current,nextValidIndex=getNextFocusableOption(),toIndex=nextValidIndex>currIndex||nextValidIndex===optionItems.length-1?nextValidIndex-1:nextValidIndex;setHighlightedIndex(toIndex,{reRender:!0})}else highlightedIndexRef.current=-1}}),inputValue=_j.inputValue,optionItems=_j.optionItems,optionsGroupList=_j.optionsGroupList,highlightedIndexRef=_j.highlightedIndexRef,changeHighlightedIndexReasonRef=_j.changeHighlightedIndexReasonRef,forceUpdate=_j.forceUpdate,selectItem=_j.selectItem,handleF10KeyDown=_j.handleF10KeyDown,onKeyFocusedIndexHandle=_j.onKeyFocusedIndexHandle,setHighlightedIndex=_j.setHighlightedIndex,updateInputValue=_j.updateInputValue,clearInput=_j.clearInput,getNextFocusableOption=_j.getNextFocusableOption,getSuggestionListItemProps=_j.getItemProps,focusInput=_j.focusInput,resetSuggestionList=_j.reset,getSuggestionListInputProps=_j.getInputProps,getSuggestionListInputAriaProps=_j.getInputAriaProps,getSuggestionListClearButtonProps=_j.getClearButtonProps,getLabelProps=_j.getLabelProps,getMenuProps=_j.getMenuProps,readOnly=!isAutocomplete&&!multiple&&tags.length>=1||void 0,closeMenu=function(e,reason){keepHighlightedIndexRef.current=!1,isInputValueChangedRef.current=!1,setHighlightedIndex(-1,{reason:"auto"}),isOpen&&(e&&reason&&(null==onClose||onClose(e,reason)),setIsOpen(!1))},openMenu=function(e){isOpen||(e&&(null==onOpen||onOpen(e)),setIsOpen(!0))},toggleMenu=function(e,focus){void 0===focus&&(focus=!0),isOpen?closeMenu(e,"toggleInput"):(openMenu(e),focus&&focusInput())},handleInputChange=function(newValue,open,e){if(void 0===open&&(open=!0),inputValue!==newValue){if(setHighlightedIndex(-1,{reason:"auto"}),DownshiftUtils_1.stringArrToRegExp(keyToTags).test((newValue||"").trim())){var resultHaveAdd=checkAndAddFreeSolo({value:newValue},e);return disableCloseOnSelect?open&&openMenu(e):closeMenu(e,"toggleInput"),resultHaveAdd}updateInputValue(newValue)}return open&&openMenu(e),!1},inputContainerScrollToBottom=function(){requestAnimationFrame((function(){var inputContainer=null==inputContainerRef?void 0:inputContainerRef.current;inputContainer&&(inputContainer.scrollTop=inputContainer.scrollHeight)}))},resetState=function(e){isSelectedFromAutocompleteRef.current||clearInput(),blurTags(),isSelectedFromAutocompleteRef.current=!1,noOptionItemRef.current=null,isInputValueChangedRef.current=!1,disableCloseOnSelect||closeMenu(e,"select-option")},reset=function(isFocus){resetState(),null==onSelectChange||onSelectChange([]),resetSuggestionList(isFocus)};foundation_1.useChange((function(){var shouldResetHighlightedIndex=!keepHighlightedIndexRef.current;void 0!==options&&shouldResetHighlightedIndex&&setHighlightedIndex(-1,{reason:"auto"})}),(function(){return options}));var defaultHighlightedIndex=react_1.useMemo((function(){return autoHighlight?getNextFocusableOption(0):-1}),[autoHighlight,getNextFocusableOption]);if(isOpen)if(-1===highlightedIndexRef.current){var toIndex=defaultHighlightedIndex;if(isAutocomplete&&1===tags.length){var itemText_1=getOptionLabel(tags[0]),fIndex=optionItems.findIndex((function(x){return getOptionLabel(x)===itemText_1}));fIndex>-1&&(toIndex=fIndex,autoCompleteSelectedIndexRef.current=fIndex)}setHighlightedIndex(toIndex,{reason:"auto"})}else{var currIndex=highlightedIndexRef.current,availableIndex_1=getNextFocusableOption(currIndex);currIndex!==availableIndex_1&&requestAnimationFrame((function(){setHighlightedIndex(availableIndex_1,{reason:"auto",reRender:!0})}))}var handleAutocompleteText=function(){if(isAutocomplete&&tags.length>0){var result=getOptionLabel(tags[0]);null==onInputChangeProp||onInputChangeProp(result)}};react_1.useLayoutEffect((function(){isOpen&&forceUpdate(),handleAutocompleteText()}),[]);return{focusInput,readOnly,getTagProps,getClearButtonProps:function(props){var suggestionListClearButtonProps=getSuggestionListClearButtonProps(props);return foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign({},suggestionListClearButtonProps),{onClick:function(e){null==onClear||onClear(e),reset(!0)}}),props)},activeIndex:focusedTagIndex,setActiveIndex:focusTag,isOpen,getToggleButtonProps:function(props){return foundation_1.combineProps({disabled:!isOpen&&0===optionItems.length||disabled||readOnly,id:downshiftId+"-toggle-button",onMouseDown:function(e){e.preventDefault(),e.stopPropagation()},onClick:toggleMenu,tabIndex:-1},props)},getPopperProps:function(restPopperProps){var _a;return foundation_1.combineProps({id:downshiftId+"-popper",style:{width:null===(_a=null==wrapperRef?void 0:wrapperRef.current)||void 0===_a?void 0:_a.clientWidth},role:"presentation",onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},restPopperProps)},getLabelProps,getMenuProps,getInputProps:function(props){var suggestionListInputProps=getSuggestionListInputProps(props);return foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign({},suggestionListInputProps),{onPaste:function(e){var _a;if(freeSolo){var clipboardData=e.clipboardData,position=foundation_1.getSelectionPosition(inputRef).position,currText=null!=inputValue?inputValue:"",pasteText=null!==(_a=clipboardData.getData("Text"))&&void 0!==_a?_a:"";fromPasteString.current=currText.slice(0,position.start)+pasteText+currText.slice(position.end)}},onChange:function(e){var changeValue=fromPasteString.current||e.target.value;handleInputChange(changeValue,void 0,e),isAutocomplete&&0===changeValue.length&&clearTags(),fromPasteString.current="",isInputValueChangedRef.current=!0},onFocus:function(e){var _a;setInputFocused(!0),openOnFocus&&openMenu(e),isAutocomplete&&(null===(_a=inputRef.current)||void 0===_a||_a.select()),stopAutoSelectRef.current=!1,blurTags()},onBlur:function(e){var _a;setInputFocused(!1),(null===(_a=popperElementRef.current)||void 0===_a?void 0:_a.contains(e.relatedTarget))||(autoSelect&&!stopAutoSelectRef.current&&(freeSolo||selectItem(e,optionItems[highlightedIndexRef.current]),checkAndAddFreeSolo({},e)),handleAutocompleteText(),closeMenu(e,"blur"))},onCompositionStart:function(){isCompositionRef.current=!0},onCompositionEnd:function(){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return[4,sleep(20)];case 1:return _a.sent(),isCompositionRef.current=!1,[2]}}))}))},onKeyDown:function(e){keepHighlightedIndexRef.current=!1,null==onKeyDownProp||onKeyDownProp(e,highlightedIndexRef.current);var _a=foundation_1.getSelectionPosition(inputRef),isSelectRange=_a.isSelectRange,position=_a.position,currTagsLength=tags.length;if(!isSelectRange&&0===position.start&&currTagsLength>0&&"Backspace"===e.key)stopAutoSelectRef.current=!0,focusLastTag();else{var highlightedIndex=highlightedIndexRef.current;switch(e.key){case"Escape":isOpen&&(e.preventDefault(),e.stopPropagation(),closeMenu(e,"escape"));break;case"Tab":if(229===e.which)return;if(getSleeping())return e.preventDefault(),void e.stopPropagation();if(e.shiftKey&&currTagsLength>0&&(stopAutoSelectRef.current=!0),!e.shiftKey&&!isCompositionRef.current){var currentHighlightItem=optionItems[highlightedIndex];isOpen&¤tHighlightItem?selectItem(e,currentHighlightItem)&&(e.preventDefault(),e.stopPropagation()):checkAndAddFreeSolo({},e)&&(e.preventDefault(),e.stopPropagation())}break;case"Enter":if(229===e.which)return;freeSolo&&-1===highlightedIndex&&checkAndAddFreeSolo({selectedItem:isOpen?optionItems[highlightedIndex]:void 0},e)?(e.stopPropagation(),closeMenu(e,"select-option")):-1!==highlightedIndex&&isOpen&&!isCompositionRef.current&&(selectItem(e,optionItems[highlightedIndex]),e.stopPropagation()),e.preventDefault();break;case"F10":handleF10KeyDown(e);break;case"ArrowUp":case"ArrowDown":if(readOnly)return void e.preventDefault();if(isAutocomplete&&tags.length>0&&!isOpen){openMenu(e),e.preventDefault();break}onKeyFocusedIndexHandle(e),openMenu(e);break;default:isOpen&&onKeyFocusedIndexHandle(e)}}},onMouseDown:toggleWithInput?function(e){""!==inputValue&&isOpen||toggleMenu(e,!1)}:void 0}),props)},getInputAriaProps:function(props){var suggestionListInputAriaProps=getSuggestionListInputAriaProps(props);return foundation_1.combineProps(tslib_1.__assign(tslib_1.__assign({},suggestionListInputAriaProps),{readOnly,unselectable:readOnly?"on":void 0,"aria-owns":isOpen?downshiftId+"-menu":void 0,"aria-expanded":!!isOpen}),props)},getTagListBoxProps,getItemProps:function(props){var onMouseDown=props.onMouseDown,onMouseUp=props.onMouseUp,rest=tslib_1.__rest(props,["onMouseDown","onMouseUp"]);return getSuggestionListItemProps(tslib_1.__assign(tslib_1.__assign({},rest),{onMouseDown:function(e){e.stopPropagation(),null==onMouseDown||onMouseDown(e)},onMouseUp:function(e){focusInput(),null==onMouseUp||onMouseUp(e)}}))},getNoOptionsProps:function(additionProps){return foundation_1.combineProps({onClick:function(e){closeMenu(e,"blur")},role:"presentation"},additionProps)},noOptionItem:noOptionItemRef.current,highlightedIndex:highlightedIndexRef.current,tags,optionItems,inputValue,onInputChange:handleInputChange,keepHighlightedIndex:function(){keepHighlightedIndexRef.current=!0},isKeepHighlightedIndex:keepHighlightedIndexRef.current,setHighlightedIndex,changeHighlightedIndexReason:changeHighlightedIndexReasonRef.current,closeMenu,openMenu,reset,forceUpdate,optionsGroupList,focused:null!=focused?focused:!(!tagFocused&&!inputFocused)||void 0,id:downshiftId,inputChanged:isInputValueChangedRef.current,autoCompleteSelectedIndex:autoCompleteSelectedIndexRef.current,popperElementRef}}},"./packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),__webpack_require__("./node_modules/react-is/index.js"),__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useDownshiftError=function(_a){_a.isNew,_a.MenuItem,_a.InputItem};try{useDownshiftError.displayName="useDownshiftError",useDownshiftError.__docgenInfo={description:"",displayName:"useDownshiftError",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx#useDownshiftError"]={docgenInfo:useDownshiftError.__docgenInfo,name:"useDownshiftError",path:"packages/juno-core/src/components/Downshift/utils/useDownshiftError.tsx#useDownshiftError"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Downshift/utils/useDownshiftGroup.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useDownshiftGroup=function(_a){var groupBy=_a.groupBy,options=_a.options,filteredResult=_a.filteredResult,getExpandIconProps=_a.getExpandIconProps,groupExpanded=_a.groupExpanded,groupDefaultExpanded=_a.groupDefaultExpanded,onGroupExpanded=_a.onGroupExpanded,groupVariant=_a.groupVariant,getOptionDisabled=_a.getOptionDisabled,id=_a.id,_b=tslib_1.__read(foundation_1.useRefState({}),2),groupExpandedMapRef=_b[0],setGroupExpandedMap=_b[1],isTitleGroup="normal"===groupVariant,handleGroupExpandedChange=function(groupName){var _a,groupExpandedMap=groupExpandedMapRef.current;if("boolean"!=typeof groupExpanded){var toExpandedState=!groupExpandedMap[groupName],newExpandedMap=tslib_1.__assign(tslib_1.__assign({},groupExpandedMap),((_a={})[groupName]=toExpandedState,_a));if(setGroupExpandedMap(newExpandedMap),onGroupExpanded){var group=optionsGroupList.find((function(x){return x.group===groupName}));group&&onGroupExpanded(tslib_1.__assign(tslib_1.__assign({},foundation_1.omit(group,["getExpandIconProps"])),{expanded:toExpandedState}),newExpandedMap)}}},handleExpandIconClick=foundation_1.useEventCallback((function(e,groupName){handleGroupExpandedChange(groupName),e.preventDefault(),e.stopPropagation()})),optionsGroupList=react_1.useMemo((function(){if(groupBy&&options){new Map;var afterGroupFn_1=[],result=filteredResult.reduce((function(acc,option,index){var group=groupBy(option);if(acc.length>0&&acc[acc.length-1].group===group){var currGroup=acc[acc.length-1];acc[acc.length-1].options.push(tslib_1.__assign(tslib_1.__assign({},option),{group:currGroup,indexInOwnGroup:currGroup.options.length-1}))}else{0;var newGroup_1={key:index,index,group,order:acc.length,options:[tslib_1.__assign(tslib_1.__assign({},option),{indexInOwnGroup:0})],expanded:!1,getExpandIconProps:function(additionExpandIconProps){return newGroup_1.options.length>1?foundation_1.combineProps({onClick:function(e){handleExpandIconClick(e,group)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()},tabIndex:-1},foundation_1.combineProps(additionExpandIconProps,null==getExpandIconProps?void 0:getExpandIconProps(newGroup_1))):void 0}};if(newGroup_1.options[0].group=newGroup_1,isTitleGroup){var groupTitleOption_1={id:id+"-"+group,label:group,disabled:!0,group:newGroup_1};getOptionDisabled&&afterGroupFn_1.push((function(){groupTitleOption_1.disabled=getOptionDisabled(groupTitleOption_1)})),newGroup_1.options.unshift(groupTitleOption_1)}acc.push(newGroup_1)}return acc}),[]);return afterGroupFn_1.forEach((function(fn){fn()})),result}return[]}),[filteredResult,getExpandIconProps,getOptionDisabled,groupBy,handleExpandIconClick,id,isTitleGroup,options]),initGroupExpandedState=function(expandedState){"object"==typeof expandedState?setGroupExpandedMap(expandedState,!1):"boolean"==typeof expandedState&&setGroupExpandedMap(optionsGroupList.reduce((function(prev,curr){return prev[curr.group]=expandedState,prev}),{}),!1)};foundation_1.useDepsChange((function(){initGroupExpandedState(groupDefaultExpanded)}),[]),foundation_1.useDepsChange((function(){initGroupExpandedState(groupExpanded)}),[groupExpanded]);var groupExpandedMap=groupExpandedMapRef.current,groupedResult=react_1.useMemo((function(){var addExpandedResult=Object.entries(groupExpandedMap).reduce((function(prev,_a){var _b=tslib_1.__read(_a,2),key=_b[0],expended=_b[1],group=prev.find((function(x){return x.group===key}));return group&&(group.expanded=expended),prev}),tslib_1.__spread(optionsGroupList));return addExpandedResult.reduce((function(prev,curr){return curr.expanded?prev.push.apply(prev,tslib_1.__spread(curr.options)):prev.push(curr.options[0]),prev}),[])}),[groupExpandedMap,optionsGroupList]);return{optionsGroupList,groupedResult,groupExpandedMap,handleGroupExpandedChange}}},"./packages/juno-core/src/components/Downshift/utils/useDownshiftTag.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),uniqueId_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),DownshiftUtils_1=__webpack_require__("./packages/juno-core/src/components/Downshift/utils/DownshiftUtils.tsx");exports.useDownshiftTag=function(_a){var downshiftId=_a.id,_b=_a.value,selectedItemsProp=void 0===_b?[]:_b,onSelectChange=_a.onChange,variant=_a.variant,_c=_a.getOptionLabel,getOptionLabel=void 0===_c?DownshiftUtils_1.DEFAULT_GET_OPTION_LABEL:_c,onInputChangeProp=_a.onInputChange,wrapperRef=_a.wrapperRef,inputRef=_a.inputRef,freeSolo=_a.freeSolo,maxFreeSolo=_a.maxFreeSolo,keyToTags=_a.keyToTags,onMaxFreeSolo=_a.onMaxFreeSolo,multiple=_a.multiple,getStopCreateFreeSolo=_a.getStopCreateFreeSolo,onReset=_a.onReset,isAutocomplete="autocomplete"===variant,isSelectedFromAutocompleteRef=react_1.useRef(!1),_d=tslib_1.__read(foundation_1.useControlled({controlled:selectedItemsProp,default:[],name:DownshiftUtils_1.downshiftComponentName}),2),tags=_d[0],_setTags=_d[1],_e=tslib_1.__read(react_1.useState(!1),2),focused=_e[0],setFocused=_e[1],_f=tslib_1.__read(foundation_1.useRefState(0),2),focusedIndexRef=_f[0],setFocusedIndex=_f[1],freeSoloCount=react_1.useMemo((function(){return tags.filter((function(x){return x.freeSolo})).length}),[tags]),setTags=function(_selectedItems){if(_setTags(_selectedItems),null==onSelectChange||onSelectChange(_selectedItems),isAutocomplete&&1===_selectedItems.length){var result=getOptionLabel(_selectedItems[0]);null==onInputChangeProp||onInputChangeProp(result),isSelectedFromAutocompleteRef.current=!0}},focusTag=foundation_1.useEventCallback((function(tagToFocus,focus){void 0===focus&&(focus=!0),focusedIndexRef.current!==tagToFocus&&(setFocusedIndex(tagToFocus),focus&&function(tagToFocus){var _a,textFieldElm=null==wrapperRef?void 0:wrapperRef.current,inputElm=inputRef.current;-1===tagToFocus?null==inputElm||inputElm.focus():null===(_a=null==textFieldElm?void 0:textFieldElm.querySelector('[data-tag-index="'+tagToFocus+'"]'))||void 0===_a||_a.focus()}(tagToFocus))})),removeTag=function(selectedItem){var selectedItemIndex=tags.indexOf(selectedItem);selectedItemIndex>-1&&setTags(tslib_1.__spread(tags.slice(0,selectedItemIndex),tags.slice(selectedItemIndex+1)))},handleTagKey=foundation_1.useKeyboardMoveFocus({options:tags,focusedIndexRef,infinite:"order",onFocusedIndexChange:function(event,toIndex){focusTag(toIndex),null==event||event.preventDefault()}}).onKeyFocusedIndexHandle;return{focused,setFocused,tags,isSelectedFromAutocompleteRef,focusedIndex:focusedIndexRef.current,checkAndAddFreeSolo:function(_a,e){var _c,_b=void 0===_a?{}:_a,selectedItem=_b.selectedItem,value=_b.value,isAddItem=!1,currentValue=null!=value?value:null===(_c=inputRef.current)||void 0===_c?void 0:_c.value;if(!(null==getStopCreateFreeSolo?void 0:getStopCreateFreeSolo())&&!selectedItem&&freeSolo&¤tValue&¤tValue.length>0){if(freeSoloCountmaxFreeSolo&&(items.splice(-(toLength-maxFreeSolo)),null==onMaxFreeSolo||onMaxFreeSolo(maxFreeSolo)),items.length>0&&(setTags(tslib_1.__spread(tags,items.map((function(label){return{id:uniqueId_1.default("rc-chip-"),isSuggestion:!1,freeSolo:!0,label}})))),isAddItem=!0)}else null==onMaxFreeSolo||onMaxFreeSolo(maxFreeSolo);null==onReset||onReset(e)}return isAddItem},getTagListBoxProps:function(props){return tslib_1.__assign({},props)},getTagProps:function(_a){var index=_a.index,selectedItem=_a.selectedItem,restTagProps=tslib_1.__rest(_a,["index","selectedItem"]),tabIndex=focused||0!==index?-1:0;return foundation_1.combineProps({tabIndex,role:"button",key:downshiftId+"-selected-item-"+index,"data-tag-index":index,"data-item-last":index===tags.length-1,onClick:function(e){e.stopPropagation()},onBlur:function(){return setFocused(!1)},onFocus:function(){focusTag(index),setFocused(!0)},onKeyDown:function(e){var focusedIndex=focusedIndexRef.current;switch(e.key){case"Backspace":var lengthBeforeDelete=tags.length;focusTag(1===lengthBeforeDelete?-1:0===focusedIndex?0:focusedIndex-1),removeTag(selectedItem);break;case"Delete":lengthBeforeDelete=tags.length;focusTag(1===lengthBeforeDelete?-1:focusedIndex===tags.length-1?focusedIndex-1:focusedIndex),removeTag(selectedItem);break;default:handleTagKey(e)}},onDelete:function(e){var _a;0===e.button&&(removeTag(selectedItem),setFocused(!1),null===(_a=inputRef.current)||void 0===_a||_a.focus())}},restTagProps)},focusTag,addTag:function(selectedItem){if(selectedItem.freeSolo){if(!(freeSoloCount0&&focusTag(currTagsLength-1)}}}},"./packages/juno-core/src/components/Drawer/Drawer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Drawer_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Drawer/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Drawer/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Drawer/utils/index.ts"),PortalHost_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),Backdrop_1=__webpack_require__("./packages/juno-core/src/components/Backdrop/index.ts"),_RcDrawer=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDrawer"}),inlinePaper=props.inlinePaper,classesProp=(props.radius,props.classes),children=props.children,PaperPropsProp=props.PaperProps,onClose=props.onClose,SlidePropsProp=props.SlideProps,rest=tslib_1.__rest(props,["inlinePaper","radius","classes","children","PaperProps","onClose","SlideProps"]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,PaperProps=react_1.useMemo((function(){var _a;return foundation_1.combineProps(((_a={})["data-mui-paper"]=!0,_a.onClick=inlinePaper?function(e){var _a;(null===(_a=e.target)||void 0===_a?void 0:_a.dataset.muiPaper)&&(null==onClose||onClose(e,"backdropClick"))}:void 0,_a),PaperPropsProp)}),[PaperPropsProp,inlinePaper,onClose]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcDrawerClasses,classesProp)}),[classesProp]),onExited=PortalHost_1.useUnmountPortalHandler(null==SlidePropsProp?void 0:SlidePropsProp.onExited),managerWithID=PortalHost_1.usePortalManagerWithID(),SlideProps=tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},SlidePropsProp),{onExited}),managerWithID?{appear:!0}:{});return react_1.default.createElement(HasPortalParentContext_1.HasPortalParentProvider,null,react_1.default.createElement(Drawer_1.default,tslib_1.__assign({BackdropComponent:Backdrop_1.RcBackdrop},rest,{ref,container:null==externalWindow?void 0:externalWindow.document.body,classes,onClose,PaperProps,SlideProps}),children))})),RcDrawer=foundation_1.styled(_RcDrawer)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.DrawerStyle);exports.RcDrawer=RcDrawer,RcDrawer.defaultProps={radius:"lg"},RcDrawer.displayName="RcDrawer";try{RcDrawer.displayName="RcDrawer",RcDrawer.__docgenInfo={description:"",displayName:"RcDrawer",props:{radius:{defaultValue:{value:"lg"},description:"custom radius for paper, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The contents of the drawer.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the drawer.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"permanent"'},{value:'"persistent"'},{value:'"temporary"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the drawer is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},anchor:{defaultValue:null,description:"Side from which the drawer will appear.",name:"anchor",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"left"'},{value:'"right"'},{value:'"top"'}]}},ModalProps:{defaultValue:null,description:"Props applied to the [`Modal`](/api/modal/) element.",name:"ModalProps",required:!1,type:{name:"Partial"}},SlideProps:{defaultValue:null,description:"Props applied to the [`Slide`](/api/slide/) element.",name:"SlideProps",required:!1,type:{name:"Partial"}},inlinePaper:{defaultValue:null,description:"when variant is `temporary` if you want only render your children content,\nyou can set that as `true`, that will overwrite default paper\nbackground as `transparent` and remove `shadow` and keep chidden in `center`",name:"inlinePaper",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Drawer/Drawer.tsx#RcDrawer"]={docgenInfo:RcDrawer.__docgenInfo,name:"RcDrawer",path:"packages/juno-core/src/components/Drawer/Drawer.tsx#RcDrawer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Drawer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/Drawer.tsx"),exports)},"./packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Paper_1=__webpack_require__("./packages/juno-core/src/components/Paper/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Drawer/utils/index.ts");exports.DrawerStyle=function(props){var radiusProp=props.radius,inlinePaper=props.inlinePaper,_a=props.anchor,anchor=void 0===_a?"left":_a,currRadiusValue=function(){if(!radiusProp)return null;var radiusValue=foundation_1.radius(radiusProp)(props);return"0px"===radiusValue||0===radiusValue?null:utils_1.drawerRadius[anchor].map((function(x){return 1===x?radiusValue:0})).join(" ")}();return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n border-radius: ",";\n\n ","\n }\n "],["\n ."," {\n border-radius: ",";\n\n ","\n }\n "])),utils_1.RcDrawerClasses.paper,currRadiusValue,inlinePaper&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background: transparent;\n box-shadow: none;\n align-items: center;\n justify-content: center;\n overflow: unset;\n\n "," {\n border-radius: ",";\n }\n "],["\n background: transparent;\n box-shadow: none;\n align-items: center;\n justify-content: center;\n overflow: unset;\n\n "," {\n border-radius: ",";\n }\n "])),Paper_1.RcPaper,currRadiusValue))};try{DrawerStyle.displayName="DrawerStyle",DrawerStyle.__docgenInfo={description:"",displayName:"DrawerStyle",props:{radius:{defaultValue:null,description:"custom radius for paper, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},inlinePaper:{defaultValue:null,description:"when variant is `temporary` if you want only render your children content,\nyou can set that as `true`, that will overwrite default paper\nbackground as `transparent` and remove `shadow` and keep chidden in `center`",name:"inlinePaper",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The contents of the drawer.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the drawer.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"permanent"'},{value:'"persistent"'},{value:'"temporary"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the drawer is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},anchor:{defaultValue:null,description:"Side from which the drawer will appear.",name:"anchor",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"left"'},{value:'"right"'},{value:'"top"'}]}},ModalProps:{defaultValue:null,description:"Props applied to the [`Modal`](/api/modal/) element.",name:"ModalProps",required:!1,type:{name:"Partial"}},SlideProps:{defaultValue:null,description:"Props applied to the [`Slide`](/api/slide/) element.",name:"SlideProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx#DrawerStyle"]={docgenInfo:DrawerStyle.__docgenInfo,name:"DrawerStyle",path:"packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx#DrawerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Drawer/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/styles/DrawerStyle.tsx"),exports)},"./packages/juno-core/src/components/Drawer/utils/DrawerUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcDrawerClasses=foundation_1.RcClasses(["paper","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom"],"RcDrawer"),exports.drawerRadius={left:[0,1,1,0],right:[1,0,0,1],top:[0,0,1,1],bottom:[1,1,0,0]}},"./packages/juno-core/src/components/Drawer/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/utils/DrawerUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/BaseForm.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Checkbox_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Checkbox/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts"),getIconProps=utils_1.CustomIconPropsGetter({icon:juno_icon_1.Unselect,checkedIcon:juno_icon_1.Selects,indeterminateIcon:juno_icon_1.Indeterminate}),_RcCheckbox=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCheckbox"});var label=props.label,formControlLabelProps=props.formControlLabelProps,classesProp=(props.color,props.error,props.followColorWhenUnChecked,props.classes),iconSize=props.iconSize,sizeProp=props.size,icon=props.icon,checkedIcon=props.checkedIcon,rest=tslib_1.__rest(props,["label","formControlLabelProps","color","error","followColorWhenUnChecked","classes","iconSize","size","icon","checkedIcon"]),size=sizeProp;iconSize&&(size=iconSize);var classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcCheckboxClasses,classesProp)}),[classesProp]),iconProps=react_1.useMemo((function(){return getIconProps({size,icon,checkedIcon})}),[checkedIcon,icon,size]),Checkbox=react_1.default.createElement(Checkbox_1.default,tslib_1.__assign({},iconProps,rest,{ref,color:"default",classes}));return label?react_1.default.createElement(FormControlLabel_1.RcFormControlLabel,tslib_1.__assign({},formControlLabelProps,{label,control:Checkbox})):Checkbox})),RcCheckbox=foundation_1.styled(Tooltip_1.withTooltip(_RcCheckbox))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CheckboxStyle);exports.RcCheckbox=RcCheckbox,RcCheckbox.displayName="RcCheckbox",RcCheckbox.defaultProps={color:"interactive.f01",size:"medium"};try{RcCheckbox.displayName="RcCheckbox",RcCheckbox.__docgenInfo={description:"",displayName:"RcCheckbox",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx#RcCheckbox"]={docgenInfo:RcCheckbox.__docgenInfo,name:"RcCheckbox",path:"packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx#RcCheckbox"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Checkbox/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/Checkbox.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/styles/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts");exports.CheckboxStyle=function(_a){var rest=tslib_1.__rest(_a,[]);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),utils_1.checkedStyles(tslib_1.__assign(tslib_1.__assign({},rest),{classes:utils_2.RcCheckboxClasses})))};try{CheckboxStyle.displayName="CheckboxStyle",CheckboxStyle.__docgenInfo={description:"",displayName:"CheckboxStyle",props:{iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"bottom" | "top" | "start" | "end">'}},size:{defaultValue:null,description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the checkbox will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"The icon to display when the component is unchecked.",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},indeterminate:{defaultValue:null,description:"If `true`, the component appears indeterminate.\nThis does not set the native input element to indeterminate due\nto inconsistent behavior across browsers.\nHowever, we set a `data-indeterminate` attribute on the input.",name:"indeterminate",required:!1,type:{name:"boolean"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},checkedIcon:{defaultValue:null,description:"The icon to display when the component is checked.",name:"checkedIcon",required:!1,type:{name:"ReactNode"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: HTMLInputElement | null) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},indeterminateIcon:{defaultValue:null,description:"The icon to display when the component is indeterminate.",name:"indeterminateIcon",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx#CheckboxStyle"]={docgenInfo:CheckboxStyle.__docgenInfo,name:"CheckboxStyle",path:"packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx#CheckboxStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Checkbox/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/styles/CheckboxStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Checkbox/utils/CheckboxUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCheckboxClasses=foundation_1.RcClasses(["root","disabled","checked"],"RcCheckbox")},"./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/CheckboxUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Form/Form/Form.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),FormContext_1=__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts"),RcForm=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcForm"}),children=props.children,isSubmitting=props.isSubmitting,onBeforeSubmit=props.onBeforeSubmit,onValidateFailed=props.onValidateFailed,onSubmit=props.onSubmit,rest=tslib_1.__rest(props,["children","isSubmitting","onBeforeSubmit","onValidateFailed","onSubmit"]),fieldManager=tslib_1.__read(react_1.useState((function(){return new Map})),1)[0],handleSubmit=react_1.useCallback((function(event){(event.preventDefault(),isSubmitting)||(onBeforeSubmit&&onBeforeSubmit(),tslib_1.__spread(fieldManager.values()).map((function(fieldInfo){return fieldInfo.validate()})).filter((function(msg){return!1!==msg})).length>0?onValidateFailed&&onValidateFailed():onSubmit&&onSubmit(event))}),[isSubmitting,onBeforeSubmit,fieldManager,onSubmit,onValidateFailed]);return react_1.default.createElement(FormContext_1.RcFormContext.Provider,{value:fieldManager},react_1.default.createElement("form",tslib_1.__assign({onSubmit:handleSubmit},rest),children))};exports.RcForm=RcForm;try{RcForm.displayName="RcForm",RcForm.__docgenInfo={description:"",displayName:"RcForm",props:{isSubmitting:{defaultValue:null,description:"",name:"isSubmitting",required:!0,type:{name:"boolean"}},onBeforeSubmit:{defaultValue:null,description:"",name:"onBeforeSubmit",required:!1,type:{name:"(() => void)"}},onValidateFailed:{defaultValue:null,description:"",name:"onValidateFailed",required:!1,type:{name:"(() => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Form/Form/Form.tsx#RcForm"]={docgenInfo:RcForm.__docgenInfo,name:"RcForm",path:"packages/juno-core/src/components/Forms/Form/Form/Form.tsx#RcForm"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcFormContext=react_1.createContext(new Map);exports.RcFormContext=RcFormContext;exports.useRcFormContext=function(){return react_1.useContext(RcFormContext)}},"./packages/juno-core/src/components/Forms/Form/Form/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/Form.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/types.ts"),exports)},"./packages/juno-core/src/components/Forms/Form/Form/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Forms/Form/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/index.ts"),exports)},"./packages/juno-core/src/components/Forms/FormControl.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),FormControl_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormControl/index.js")),RcFormControl=__webpack_require__("./packages/juno-core/src/foundation/index.ts").styled(FormControl_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcFormControl=RcFormControl,RcFormControl.displayName="RcFormControl";try{RcFormControl.displayName="RcFormControl",RcFormControl.__docgenInfo={description:"",displayName:"RcFormControl",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the label, input and helper text should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The contents of the form control.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"The size of the text field.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},margin:{defaultValue:null,description:"If `dense` or `normal`, will adjust vertical spacing of this and contained components.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"normal"'},{value:'"dense"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the component will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},hiddenLabel:{defaultValue:null,description:"If `true`, the label will be hidden.\nThis is used to increase density for a `FilledInput`.\nBe sure to add `aria-label` to the `input` element.",name:"hiddenLabel",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControl.tsx#RcFormControl"]={docgenInfo:RcFormControl.__docgenInfo,name:"RcFormControl",path:"packages/juno-core/src/components/Forms/FormControl.tsx#RcFormControl"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormControlLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormControlLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/utils/index.ts"),_RcFormControlLabel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormControlLabel"}),classesProp=props.classes,rest=tslib_1.__rest(props,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcFormControlLabelClasses,classesProp)}),[classesProp]);return react_1.default.createElement(FormControlLabel_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcFormControlLabel=foundation_1.styled(_RcFormControlLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.FormControlLabelStyle);exports.RcFormControlLabel=RcFormControlLabel,RcFormControlLabel.defaultProps={},RcFormControlLabel.displayName="RcFormControlLabel";try{RcFormControlLabel.displayName="RcFormControlLabel",RcFormControlLabel.__docgenInfo={description:"",displayName:"RcFormControlLabel",props:{label:{defaultValue:null,description:"The text to be used in an enclosing label element.",name:"label",required:!0,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the control will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, checked: boolean) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component.",name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component appears selected.",name:"checked",required:!1,type:{name:"boolean"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},labelPlacement:{defaultValue:null,description:"The position of the label.",name:"labelPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"top"'},{value:'"start"'},{value:'"end"'}]}},control:{defaultValue:null,description:"A control element. For instance, it can be be a `Radio`, a `Switch` or a `Checkbox`.",name:"control",required:!0,type:{name:"ReactElement"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx#RcFormControlLabel"]={docgenInfo:RcFormControlLabel.__docgenInfo,name:"RcFormControlLabel",path:"packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx#RcFormControlLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/FormControlLabel.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),utils_4=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/utils/index.ts"),controlsClassName="."+utils_1.RcCheckboxClasses.root+", ."+utils_2.RcRadioClasses.root;exports.FormControlLabelStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n ",";\n\n ."," {\n color: ",";\n }\n\n "," {\n margin-left: 0;\n margin-right: ",";\n }\n\n ."," {\n margin: ",";\n }\n\n &."," {\n "," {\n margin-left: ",";\n margin-right: 0;\n }\n }\n "],["\n color: ",";\n ",";\n\n ."," {\n color: ",";\n }\n\n "," {\n margin-left: 0;\n margin-right: ",";\n }\n\n ."," {\n margin: ",";\n }\n\n &."," {\n "," {\n margin-left: ",";\n margin-right: 0;\n }\n }\n "])),foundation_1.palette2("neutral","f06"),foundation_1.typography("body2"),utils_4.RcFormControlLabelClasses.disabled,foundation_1.palette2("disabled","f02"),controlsClassName,foundation_1.spacing(1),utils_3.RcSwitchClasses.root,foundation_1.spacing(3),utils_4.RcFormControlLabelClasses.labelPlacementStart,controlsClassName,foundation_1.spacing(1))};try{FormControlLabelStyle.displayName="FormControlLabelStyle",FormControlLabelStyle.__docgenInfo={description:"",displayName:"FormControlLabelStyle",props:{label:{defaultValue:null,description:"The text to be used in an enclosing label element.",name:"label",required:!0,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the control will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, checked: boolean) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component.",name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component appears selected.",name:"checked",required:!1,type:{name:"boolean"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},labelPlacement:{defaultValue:null,description:"The position of the label.",name:"labelPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom"'},{value:'"top"'},{value:'"start"'},{value:'"end"'}]}},control:{defaultValue:null,description:"A control element. For instance, it can be be a `Radio`, a `Switch` or a `Checkbox`.",name:"control",required:!0,type:{name:"ReactElement"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx#FormControlLabelStyle"]={docgenInfo:FormControlLabelStyle.__docgenInfo,name:"FormControlLabelStyle",path:"packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx#FormControlLabelStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.StyledControl=foundation_1.styled.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-block;\n width: 48px;\n"],["\n display: inline-block;\n width: 48px;\n"])));try{StyledControl.displayName="StyledControl",StyledControl.__docgenInfo={description:"",displayName:"StyledControl",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx#StyledControl"]={docgenInfo:StyledControl.__docgenInfo,name:"StyledControl",path:"packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx#StyledControl"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormControlLabel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/styles/StyledControl.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/styles/FormControlLabelStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormControlLabel/utils/FormControlLabelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcFormControlLabelClasses=foundation_1.RcClasses(["root","disabled","labelPlacementStart"],"RcFormControlLabel")},"./packages/juno-core/src/components/Forms/FormControlLabel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/utils/FormControlLabelUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),_RcFormGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormGroup"});return react_1.default.createElement(FormGroup_1.default,tslib_1.__assign({ref},props))})),RcFormGroup=styled_components_1.default(_RcFormGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcFormGroup=RcFormGroup,RcFormGroup.displayName="RcFormGroup";try{RcFormGroup.displayName="RcFormGroup",RcFormGroup.__docgenInfo={description:"",displayName:"RcFormGroup",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},row:{defaultValue:null,description:"Display group of elements in a compact row.",name:"row",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx#RcFormGroup"]={docgenInfo:RcFormGroup.__docgenInfo,name:"RcFormGroup",path:"packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx#RcFormGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormGroup/FormGroup.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/utils/index.ts"),_RcFormHelperText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormHelperText"}),classes=props.classes,children=props.children;return react_1.default.createElement(styles_1.StyledFormHelperText,tslib_1.__assign({},props,{ref,classes:foundation_1.combineClasses(utils_1.RcFormHelperTextClasses,classes)}),children)})),RcFormHelperText=foundation_1.styled(_RcFormHelperText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcFormHelperText=RcFormHelperText,RcFormHelperText.defaultProps={},RcFormHelperText.displayName="RcFormHelperText";try{RcFormHelperText.displayName="RcFormHelperText",RcFormHelperText.__docgenInfo={description:"",displayName:"RcFormHelperText",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the helper text should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.\n\nIf `' '` is provided, the component reserves one line height for displaying a future message.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the helper text should use focused classes key.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, helper text should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the helper text should use required classes key.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the helper text should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx#RcFormHelperText"]={docgenInfo:RcFormHelperText.__docgenInfo,name:"RcFormHelperText",path:"packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx#RcFormHelperText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormHelperText/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/FormHelperText.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormHelperText_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormHelperText/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_StyledFormHelperText=react_1.forwardRef((function(_a,ref){var rest=tslib_1.__rest(_a,[]);return react_1.default.createElement(FormHelperText_1.default,tslib_1.__assign({},rest,{ref}))}));exports.StyledFormHelperText=foundation_1.styled(_StyledFormHelperText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));try{StyledFormHelperText.displayName="StyledFormHelperText",StyledFormHelperText.__docgenInfo={description:"",displayName:"StyledFormHelperText",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the helper text should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.\n\nIf `' '` is provided, the component reserves one line height for displaying a future message.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the helper text should use focused classes key.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, helper text should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the helper text should use required classes key.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the helper text should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx#StyledFormHelperText"]={docgenInfo:StyledFormHelperText.__docgenInfo,name:"StyledFormHelperText",path:"packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx#StyledFormHelperText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/FormHelperText/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/styles/StyledFormHelperText.tsx"),exports)},"./packages/juno-core/src/components/Forms/FormHelperText/utils/FormHelperTextUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcFormHelperTextClasses=foundation_1.RcClasses([],"RcFormHelperText")},"./packages/juno-core/src/components/Forms/FormHelperText/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/utils/FormHelperTextUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/FormLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),FormLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/FormLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcFormLabel=react_1.default.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFormLabel"});return react_1.default.createElement(FormLabel_1.default,tslib_1.__assign({ref},props))}))),RcFormLabel=foundation_1.styled(_RcFormLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n color: ",";\n"],["\n ",";\n color: ",";\n"])),foundation_1.typography("subheading2"),foundation_1.palette2("interactive","f01"));exports.RcFormLabel=RcFormLabel,RcFormLabel.displayName="RcFormLabel";try{RcFormLabel.displayName="RcFormLabel",RcFormLabel.__docgenInfo={description:"",displayName:"RcFormLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the label should be displayed in a disabled state.",name:"disabled",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the input of this label is focused (used by `FormGroup` components).",name:"focused",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label should be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the label should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/FormLabel.tsx#RcFormLabel"]={docgenInfo:RcFormLabel.__docgenInfo,name:"RcFormLabel",path:"packages/juno-core/src/components/Forms/FormLabel.tsx#RcFormLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/utils/index.ts"),_RcInputLabel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcInputLabel"}),classes=props.classes,children=props.children;return react_1.default.createElement(styles_1.StyledInputLabel,tslib_1.__assign({},props,{ref,classes:foundation_1.combineClasses(utils_1.RcInputLabelClasses,classes)}),children)})),RcInputLabel=foundation_1.styled(_RcInputLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcInputLabel=RcInputLabel,RcInputLabel.defaultProps={},RcInputLabel.displayName="RcInputLabel";try{RcInputLabel.displayName="RcInputLabel",RcInputLabel.__docgenInfo={description:"",displayName:"RcInputLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, apply disabled class.",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The contents of the `InputLabel`.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the input of this label is focused.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"if `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the label should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}},shrink:{defaultValue:null,description:"If `true`, the label is shrunk.",name:"shrink",required:!1,type:{name:"boolean"}},disableAnimation:{defaultValue:null,description:"If `true`, the transition animation is disabled.",name:"disableAnimation",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx#RcInputLabel"]={docgenInfo:RcInputLabel.__docgenInfo,name:"RcInputLabel",path:"packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx#RcInputLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/InputLabel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/InputLabel.tsx"),exports)},"./packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),InputLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/InputLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_StyledInputLabel=react_1.forwardRef((function(_a,ref){var rest=tslib_1.__rest(_a,[]);return react_1.default.createElement(InputLabel_1.default,tslib_1.__assign({},rest,{ref}))}));exports.StyledInputLabel=foundation_1.styled(_StyledInputLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));try{StyledInputLabel.displayName="StyledInputLabel",StyledInputLabel.__docgenInfo={description:"",displayName:"StyledInputLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, apply disabled class.",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},children:{defaultValue:null,description:"The contents of the `InputLabel`.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"standard"'},{value:'"filled"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},focused:{defaultValue:null,description:"If `true`, the input of this label is focused.",name:"focused",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"dense"'}]}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"if `true`, the label will indicate that the input is required.",name:"required",required:!1,type:{name:"boolean"}},filled:{defaultValue:null,description:"If `true`, the label should use filled classes key.",name:"filled",required:!1,type:{name:"boolean"}},shrink:{defaultValue:null,description:"If `true`, the label is shrunk.",name:"shrink",required:!1,type:{name:"boolean"}},disableAnimation:{defaultValue:null,description:"If `true`, the transition animation is disabled.",name:"disableAnimation",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx#StyledInputLabel"]={docgenInfo:StyledInputLabel.__docgenInfo,name:"StyledInputLabel",path:"packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx#StyledInputLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/InputLabel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/styles/StyledInputLabel.tsx"),exports)},"./packages/juno-core/src/components/Forms/InputLabel/utils/InputLabelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcInputLabelClasses=foundation_1.RcClasses([],"RcInputLabel")},"./packages/juno-core/src/components/Forms/InputLabel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/utils/InputLabelUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),dayjs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/dayjs/dayjs.min.js")),CircularProgress_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CircularProgress/index.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),DatePickerHeader_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx"),Day_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Day.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),Years_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx"),Calendar=react_1.forwardRef((function(_a,ref){var onMonthChange=_a.onMonthChange,size=_a.size,date=_a.date,shouldDisableDate=_a.shouldDisableDate,dateRange=_a.dateRange,todayButtonText=_a.todayButtonText,loadingIndicator=_a.loadingIndicator,disablePast=_a.disablePast,disableFuture=_a.disableFuture,renderDay=_a.renderDay,classes=_a.classes,handleDaySelect=_a.handleDaySelect,getInvalidateDateInRange=_a.getInvalidateDateInRange,utils=pickers_1.useUtils(),calendarRef=react_1.useRef(null),previousFocusDate=foundation_1.usePrevious((function(){return focusedDate})),previousView=foundation_1.usePrevious((function(){return view})),doc=foundation_1.useRcPortalWindowContext().document,weeks=react_1.useRef([]);dayjs_1.default.locale(utils.locale);var weekdays=foundation_1.useResultRef((function(){return utils.getWeekdays()})).current,_b=react_1.useMemo((function(){var nowDate=utils.date();return{now:nowDate,isTodayDisabled:shouldDisableDate(nowDate)}}),[shouldDisableDate,utils]),now=_b.now,isTodayDisabled=_b.isTodayDisabled,_c=tslib_1.__read(react_1.useState(date),2),focusedDate=_c[0],setFocusedDate=_c[1],_d=tslib_1.__read(react_1.useState("day"),2),view=_d[0],setView=_d[1],_e=tslib_1.__read(react_1.useState("left"),2),slideDirection=_e[0],setSlideDirection=_e[1],_f=tslib_1.__read(react_1.useState(0),2),loadingQueue=_f[0],setLoadingQueue=_f[1],min=dateRange.min,max=dateRange.max,currentMonthNumber=utils.getMonth(focusedDate),pickClasses=react_1.useMemo((function(){return foundation_1.pick(classes,["header","leftArrow","rightArrow","select"])}),[classes]),sameMonthDate=utils_2.isSameYearAndMonth({source:focusedDate,comparing:previousFocusDate||null},utils);sameMonthDate||(weeks.current=utils.getWeekArray(focusedDate));var viewChange=view!==previousView,handleMonthChange=foundation_1.useEventCallback((function(newMonth,direction){if(setSlideDirection(direction),setFocusedDate(getInvalidateDateInRange(newMonth)||newMonth),onMonthChange){var returnVal=onMonthChange(newMonth);returnVal&&(setLoadingQueue(loadingQueue+1),returnVal.then((function(){setLoadingQueue(loadingQueue<=0?0:loadingQueue-1)})))}})),handleChangeView=foundation_1.useEventCallback((function(){setView("day"===view?"year":"day")})),disableNextMonth=react_1.useMemo((function(){var nextStartDay=utils.startOfMonth(utils.getNextMonth(focusedDate));return!!getInvalidateDateInRange(nextStartDay)}),[focusedDate,getInvalidateDateInRange,utils]),disablePrevMonth=react_1.useMemo((function(){var prevLatestDay=utils.endOfMonth(utils.getPreviousMonth(focusedDate));return!!getInvalidateDateInRange(prevLatestDay)}),[focusedDate,getInvalidateDateInRange,utils]),backToToday=foundation_1.useEventCallback((function(){handleDaySelect(now)})),handleKeyDown=foundation_1.useEventCallback((function(event){var moveDay=function(value){var day=utils.addDays(focusedDate,value);if(day&&!shouldDisableDate(day)){var newMonthNumber=utils.getMonth(day);if(newMonthNumber!==currentMonthNumber)return handleMonthChange(day,newMonthNumber>currentMonthNumber?"left":"right");setFocusedDate(day)}},goToDate=function(day){setFocusedDate(getInvalidateDateInRange(day)||day)},confirmDate=function(){event.stopPropagation(),handleDaySelect(focusedDate)};useKeyDown_1.runKeyHandler(event.nativeEvent,{ArrowUp:function(){return moveDay(-7)},ArrowDown:function(){return moveDay(7)},ArrowLeft:function(){return moveDay(-1)},ArrowRight:function(){return moveDay(1)},Home:function(){return goToDate(utils.startOfMonth(focusedDate))},End:function(){return goToDate(utils.endOfMonth(focusedDate))},Enter:confirmDate," ":confirmDate})})),_g=utils_2.useScreenReaderContext(),getBackToTodayAriaLabel=_g.getBackToTodayAriaLabel,getDayAriaLabel=_g.getDayAriaLabel,backToTodayAriaLabel=null==getBackToTodayAriaLabel?void 0:getBackToTodayAriaLabel(),header=react_1.useMemo((function(){return react_1.default.createElement(styles_1.StyledDaysHeader,{size},weekdays.map((function(day){return react_1.default.createElement(styles_1.StyledDayLabel,{size,key:day,variant:"caption"},day)})))}),[size,weekdays]);return react_1.useLayoutEffect((function(){sameMonthDate&&!viewChange&&utils_2.focusDayElement(doc)})),react_1.useLayoutEffect((function(){previousView&&"day"===view&&viewChange&&utils_2.focusDayElement(doc)}),[previousView,view,viewChange,doc]),react_1.useLayoutEffect((function(){utils_2.focusDayElement(doc),calendarRef.current=doc.querySelector("."+utils_2.RcDatePickerClasses.popover+" ."+utils_2.RcDatePickerClasses.popoverPaper);var unsubscribe=utils_1.transitionendSubscriber(calendarRef.current,(function(event){utils_2.onTransitionEnd(event,doc)}));return function(){unsubscribe()}}),[]),react_1.default.createElement(styles_1.DatePickerWrapper,{size,ref},react_1.default.createElement(DatePickerHeader_1.DatePickerHeader,{classes:pickClasses,size,focusedDate,slideDirection,view,onMonthChange:handleMonthChange,onViewChange:handleChangeView,disablePrevMonth,disableNextMonth}),function(){var loadingElement=loadingIndicator||react_1.default.createElement(CircularProgress_1.default,null);switch(view){case"day":return react_1.default.createElement(styles_1.DaysWrapper,{role:"presentation","aria-label":" "},header,react_1.default.createElement(styles_1.CalendarSlideTransitionWrapper,{className:classes.calendarSlider,slideDirection,transKey:currentMonthNumber},loadingQueue>0?react_1.default.createElement(styles_1.ProgressContainer,{className:classes.progress},loadingElement):react_1.default.createElement("div",{role:"rowgroup","data-transition-tag":!0,onKeyDown:handleKeyDown},weeks.current.map((function(week){return react_1.default.createElement(styles_1.WeekWrapper,{role:"row",size,key:"week-"+week[0].toString()},function(week){var selectedDate=date;return week.map((function(day){var disabled=shouldDisableDate(day),isDayInCurrentMonth=utils.getMonth(day)===currentMonthNumber,dayText=utils.getDayText(day),selected=utils.isSameDay(day,selectedDate),ariaLabel=null==getDayAriaLabel?void 0:getDayAriaLabel(selected,utils.getDatePickerHeaderText(day)+" "+utils.getYearText(day)),focused=utils.isSameDay(focusedDate,day),dayComponent=react_1.default.createElement(Day_1.Day,{size,disabled,current:utils.isSameDay(day,now),hidden:!isDayInCurrentMonth,selected,tabIndex:focused?0:-1,focused,day,"aria-label":ariaLabel},dayText),handleClick=!disabled&&isDayInCurrentMonth?function(){return handleDaySelect(day)}:void 0;return react_1.default.createElement("div",{role:"cell",key:day.toString(),onClick:handleClick,onKeyPress:handleClick},renderDay?renderDay(day,focusedDate,isDayInCurrentMonth,dayComponent):dayComponent)}))}(week))})))),react_1.default.createElement(styles_1.DayFooterWrapper,{className:classes.footer},react_1.default.createElement(Buttons_1.RcButton,{"data-focusable":!0,variant:"plain",onClick:backToToday,disabled:isTodayDisabled,"aria-label":backToTodayAriaLabel,"data-test-automation-id":"date-picker-today"},todayButtonText)));case"year":return react_1.default.createElement(Years_1.Years,{date:focusedDate,size,minDate:min,maxDate:max,onYearChange:function(day){setView("day");var validateDate=getInvalidateDateInRange(day)||day;setFocusedDate(validateDate)},disablePast,disableFuture,now});default:return null}}())}));exports.Calendar=Calendar,Calendar.defaultProps={},Calendar.displayName="RcCalendar";try{RcCalendar.displayName="RcCalendar",RcCalendar.__docgenInfo={description:"",displayName:"RcCalendar",props:{dateRange:{defaultValue:null,description:"DateRange for setting",name:"dateRange",required:!0,type:{name:"{ min?: Dayjs | null | undefined; max?: Dayjs | null | undefined; }"}},disablePast:{defaultValue:null,description:"Disable past dates",name:"disablePast",required:!1,type:{name:"boolean"}},disableFuture:{defaultValue:null,description:"Disable future dates",name:"disableFuture",required:!1,type:{name:"boolean"}},todayButtonText:{defaultValue:null,description:"Text label for Today button",name:"todayButtonText",required:!1,type:{name:"string"}},formatString:{defaultValue:null,description:"Date format string, default with 'MM/DD/YYYY'",name:"formatString",required:!1,type:{name:"string"}},renderDay:{defaultValue:null,description:"Custom renderer for day @DateIOType",name:"renderDay",required:!1,type:{name:"((day: MaterialUiPickersDate, selectedDate: MaterialUiPickersDate, dayInCurrentMonth: boolean, dayComponent: Element) => Element)"}},shouldDisableDate:{defaultValue:null,description:"Disable specific date @DateIOType",name:"shouldDisableDate",required:!0,type:{name:"(day: MaterialUiPickersDate) => boolean"}},onMonthChange:{defaultValue:null,description:"Callback firing on month change. Return promise to render spinner till it will not be resolved @DateIOType",name:"onMonthChange",required:!1,type:{name:"((date: MaterialUiPickersDate) => void | Promise)"}},loadingIndicator:{defaultValue:null,description:"Custom loading indicator",name:"loadingIndicator",required:!1,type:{name:"Element"}},date:{defaultValue:null,description:"",name:"date",required:!0,type:{name:"MaterialUiPickersDate"}},handleDaySelect:{defaultValue:null,description:"",name:"handleDaySelect",required:!0,type:{name:"(day: MaterialUiPickersDate, fromUserSelect?: boolean | undefined) => void"}},getInvalidateDateInRange:{defaultValue:null,description:"",name:"getInvalidateDateInRange",required:!0,type:{name:"(day: MaterialUiPickersDate) => false | Dayjs | null"}},size:{defaultValue:null,description:"with prop medium and small, default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx#RcCalendar"]={docgenInfo:RcCalendar.__docgenInfo,name:"RcCalendar",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx#RcCalendar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),dayjs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/dayjs/dayjs.min.js")),dayjs_2=tslib_1.__importDefault(__webpack_require__("./node_modules/@date-io/dayjs/build/index.esm.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),date_utils_1=__webpack_require__("./node_modules/@material-ui/pickers/_helpers/date-utils.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/index.ts"),Calendar_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Calendar.tsx"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts");exports.RcDatePickerClasses=utils_2.RcDatePickerClasses;var defaultMinDate=new Date("1900-01-01"),defaultMaxDate=new Date("2100-01-01");exports.DEFAULT_FORMAT="MM/DD/YYYY";var templateObject_1,InnerRcDatePicker=react_1.forwardRef((function(props,ref){var date=props.date,_a=props.value,value=void 0===_a?date:_a,onChange=props.onChange,formatString=props.formatString,todayButtonText=(props.locale,props.todayButtonText),minDateProp=props.minDate,maxDateProp=props.maxDate,min=props.min,max=props.max,disableFuture=props.disableFuture,disablePast=props.disablePast,loadingIndicator=props.loadingIndicator,onMonthChange=props.onMonthChange,renderDay=props.renderDay,disabled=props.disabled,shouldDisableDateProp=props.shouldDisableDate,size=props.size,onClose=props.onClose,onClear=props.onClear,classes=props.classes,PopoverPropsProp=props.PopoverProps,screenReaderProps=props.screenReaderProps,rest=tslib_1.__rest(props,["date","value","onChange","formatString","locale","todayButtonText","minDate","maxDate","min","max","disableFuture","disablePast","loadingIndicator","onMonthChange","renderDay","disabled","shouldDisableDate","size","onClose","onClear","classes","PopoverProps","screenReaderProps"]),utils=pickers_1.useUtils(),_b=tslib_1.__read(foundation_1.useControlled({controlled:value,default:null,name:"RcDatePicker"}),2),controlledValue=_b[0],setControlledValue=_b[1],emitValueRef=react_1.useRef(null),maxDate=minDateProp||max,minDate=maxDateProp||min,actionRef=react_1.useRef(null),dateRange=react_1.useMemo((function(){return{min:dayjs_1.default(minDate||defaultMinDate),max:dayjs_1.default(maxDate||defaultMaxDate)}}),[minDate,maxDate]),getInvalidateDateInRange=foundation_1.useEventCallback((function(day){return utils_2.invalidateDateInRange(day,{dateRange,now:utils.date(),disableFuture,disablePast},utils)})),shouldDisableDate=foundation_1.useEventCallback((function(day){return Boolean(getInvalidateDateInRange(day))||Boolean(null==shouldDisableDateProp?void 0:shouldDisableDateProp(day))})),getClosestEnableDate=react_1.useCallback((function(currDate){return date_utils_1.findClosestEnabledDate({date:currDate,utils,minDate:utils.date(dateRange.min),maxDate:utils.date(dateRange.max),disablePast:Boolean(disablePast),disableFuture:Boolean(disableFuture),shouldDisableDate})}),[dateRange.max,dateRange.min,disableFuture,disablePast,shouldDisableDate,utils]),initDate=react_1.useMemo((function(){return getClosestEnableDate(dayjs_1.default(utils.date()))}),[getClosestEnableDate,utils]),dayjsValue=react_1.useMemo((function(){return controlledValue?dayjs_1.default(controlledValue):null}),[controlledValue]),nowDate=dayjsValue||initDate,textFiledValue=react_1.useMemo((function(){return dayjsValue?utils.format(dayjsValue,formatString):""}),[dayjsValue,utils,formatString]),PopoverProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:foundation_1.combineClasses({root:utils_2.RcDatePickerClasses.popover,paper:utils_2.RcDatePickerClasses.popoverPaper},{root:null==classes?void 0:classes.popover,paper:null==classes?void 0:classes.popoverPaper}),onClose},PopoverPropsProp)}),[PopoverPropsProp,classes,onClose]),calendarClasses=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_2.RcDatePickerClasses,["popover","popoverPaper"]),foundation_1.omit(classes,["popover","popoverPaper"]))}),[classes]),handleChange=function(toDate,fromUserSelect){var _a;null===(_a=actionRef.current)||void 0===_a||_a.close(),setControlledValue(toDate),emitValueRef.current=toDate,null==onChange||onChange(toDate,fromUserSelect)},handleClear=foundation_1.useEventCallback((function(evt){null==onClear||onClear(evt),null==handleChange||handleChange(null)})),handleDaySelect=function(day,fromUserSelect){void 0===fromUserSelect&&(fromUserSelect=!0);var newDay=day?utils.startOfDay(day).toDate():null;handleChange(newDay,fromUserSelect)};return react_1.useEffect((function(){if(dayjsValue&&value!==emitValueRef.current&&shouldDisableDate(dayjsValue)){var closestEnabledDate=getClosestEnableDate(dayjsValue);handleDaySelect(closestEnabledDate,!1)}}),[value]),react_1.default.createElement(utils_1.PickerTextField,tslib_1.__assign({ref,action:actionRef,onClear:handleClear,PopoverProps,value:textFiledValue,disabled,ActionSymbol:juno_icon_1.DateBorder},rest),react_1.default.createElement(utils_2.ScreenReaderProvider,{screenReaderProps},react_1.default.createElement(Calendar_1.Calendar,{size,classes:calendarClasses,date:nowDate,dateRange,handleDaySelect,disableFuture,disablePast,loadingIndicator,onMonthChange,renderDay,shouldDisableDate,getInvalidateDateInRange,todayButtonText,formatString})))})),_RcDatePicker=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcDatePicker"});return react_1.default.createElement(pickers_1.MuiPickersUtilsProvider,{utils:dayjs_2.default,locale:props.locale,libInstance:dayjs_1.default},react_1.default.createElement(InnerRcDatePicker,tslib_1.__assign({ref},props)))})),RcDatePicker=foundation_1.styled(_RcDatePicker)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcDatePicker=RcDatePicker,RcDatePicker.defaultProps={clearBtn:!0,formatString:"MM/DD/YYYY",size:"medium",todayButtonText:"Today",locale:"en",label:"Date"},RcDatePicker.displayName="RcDatePicker";try{RcDatePicker.displayName="RcDatePicker",RcDatePicker.__docgenInfo={description:"",displayName:"RcDatePicker",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:{value:"Date"},description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'(Partial> & Partial> & Partial<...>)'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Calendar onChange\n@param \n@param",name:"onChange",required:!1,type:{name:"((date: Date | null, fromUserSelect?: boolean) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},date:{defaultValue:null,description:"@deprecated",name:"date",required:!1,type:{name:"Date | null"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},action:{defaultValue:null,description:"can manual trigger close by ref",name:"action",required:!1,type:{name:"((instance: PickerTextFieldRef | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"value for picker",name:"value",required:!1,type:{name:"Date | null"}},size:{defaultValue:{value:"medium"},description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},max:{defaultValue:null,description:"Max date",name:"max",required:!1,type:{name:"Date | Dayjs | null"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nannouncementText for screen reader read",name:"inputProps",required:!1,type:{name:"({ announcementText?: string; } & InputBaseComponentProps)"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"trigger when user click the clear button",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:{value:"true"},description:"when hover on the textField, if show the clearBtn. With default is true.\nis should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},min:{defaultValue:null,description:"Min date",name:"min",required:!1,type:{name:"Date | Dayjs | null"}},disablePast:{defaultValue:null,description:"Disable past dates",name:"disablePast",required:!1,type:{name:"boolean"}},disableFuture:{defaultValue:null,description:"Disable future dates",name:"disableFuture",required:!1,type:{name:"boolean"}},todayButtonText:{defaultValue:{value:"Today"},description:"Text label for Today button\nText label for Today button",name:"todayButtonText",required:!1,type:{name:"string"}},formatString:{defaultValue:{value:"MM/DD/YYYY"},description:"Date format string, default with 'MM/DD/YYYY'\nDate format string, default with 'MM/DD/YYYY'",name:"formatString",required:!1,type:{name:"string"}},renderDay:{defaultValue:null,description:"Custom renderer for day @DateIOType",name:"renderDay",required:!1,type:{name:"((day: MaterialUiPickersDate, selectedDate: MaterialUiPickersDate, dayInCurrentMonth: boolean, dayComponent: Element) => Element)"}},shouldDisableDate:{defaultValue:null,description:"Disable specific date @DateIOType",name:"shouldDisableDate",required:!1,type:{name:"((day: MaterialUiPickersDate) => boolean)"}},onMonthChange:{defaultValue:null,description:"Callback firing on month change. Return promise to render spinner till it will not be resolved @DateIOType",name:"onMonthChange",required:!1,type:{name:"((date: MaterialUiPickersDate) => void | Promise)"}},loadingIndicator:{defaultValue:null,description:"Custom loading indicator",name:"loadingIndicator",required:!1,type:{name:"Element"}},PopoverProps:{defaultValue:null,description:"props for hourPicker component",name:"PopoverProps",required:!1,type:{name:'Pick, "slot" | ... 289 more ... | "PaperProps">'}},ActionSymbol:{defaultValue:null,description:"action icon",name:"ActionSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},locale:{defaultValue:{value:"en"},description:"i18n locale country",name:"locale",required:!1,type:{name:"string"}},screenReaderProps:{defaultValue:null,description:"Props containing functions for getting attribute for target element",name:"screenReaderProps",required:!1,type:{name:"ScreenReaderProps"}},minDate:{defaultValue:null,description:"@deprecated \n@DateIOType",name:"minDate",required:!1,type:{name:"Dayjs | null"}},maxDate:{defaultValue:null,description:"@deprecated \n@DateIOType",name:"maxDate",required:!1,type:{name:"Dayjs | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx#RcDatePicker"]={docgenInfo:RcDatePicker.__docgenInfo,name:"RcDatePicker",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx#RcDatePicker"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),SelectArrowDownIcon_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),DatePickerHeader=react_1.memo((function(props){var focusedDate=props.focusedDate,onMonthChange=props.onMonthChange,disablePrevMonth=props.disablePrevMonth,disableNextMonth=props.disableNextMonth,onViewChange=props.onViewChange,view=props.view,size=props.size,classes=props.classes,utils=pickers_1.useUtils(),preMonth=utils.getPreviousMonth(focusedDate),nextMonth=utils.getNextMonth(focusedDate),monthLabel=utils.getCalendarHeaderText(focusedDate),changeFromRef=react_1.useRef(),ariaExpanded="year"===view,_a=utils_1.useScreenReaderContext(),getMonthYearAriaLabel=_a.getMonthYearAriaLabel,getSwitchMonthAriaLabel=_a.getSwitchMonthAriaLabel,monthYearAriaLabel=null==getMonthYearAriaLabel?void 0:getMonthYearAriaLabel(""+monthLabel,ariaExpanded),nextMonthAriaLabel=null==getSwitchMonthAriaLabel?void 0:getSwitchMonthAriaLabel(!0,utils.getMonthText(focusedDate)),previousMonthAriaLabel=null==getSwitchMonthAriaLabel?void 0:getSwitchMonthAriaLabel(!1,utils.getMonthText(focusedDate));return react_1.default.createElement(react_1.default.Fragment,null,changeFromRef.current&&react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{role:"region","aria-live":"assertive"},"next"===changeFromRef.current?nextMonthAriaLabel:previousMonthAriaLabel),react_1.default.createElement(styles_1.SwitchHeaderWrapper,{size,className:classes.header},react_1.default.createElement(styles_1.StyledCurrentMonth,{role:"button",tabIndex:0,"data-focusable":!0,view,onClick:onViewChange,"aria-label":monthYearAriaLabel,"aria-expanded":ariaExpanded,"data-test-automation-id":"date-picker-month-year",className:classes.select},monthLabel,react_1.default.createElement(SelectArrowDownIcon_1.SelectArrowDownIcon,null)),react_1.default.createElement(styles_1.SwitchHeaderButtonWrapper,{size,gap:3,view},react_1.default.createElement(styles_1.SwitchHeaderButton,{color:"neutral.f04",size:"small",disabled:disablePrevMonth,onClick:function(){onMonthChange(preMonth,"right"),changeFromRef.current="previous"},symbol:juno_icon_1.ArrowLeft2,"aria-label":previousMonthAriaLabel,"data-picker-action":!0,"data-test-automation-id":"date-picker-pre-month",className:classes.leftArrow,focusVariant:"focusRing"}),react_1.default.createElement(styles_1.SwitchHeaderButton,{color:"neutral.f04",size:"small",disabled:disableNextMonth,onClick:function(){onMonthChange(nextMonth,"left"),changeFromRef.current="next"},symbol:juno_icon_1.ArrowRight,"aria-label":nextMonthAriaLabel,"data-picker-action":!0,"data-test-automation-id":"date-picker-next-month",className:classes.rightArrow,focusVariant:"focusRing"}))))}));exports.DatePickerHeader=DatePickerHeader,DatePickerHeader.defaultProps={disablePrevMonth:!1,disableNextMonth:!1},DatePickerHeader.displayName="RcDatePickerHeader";try{RcDatePickerHeader.displayName="RcDatePickerHeader",RcDatePickerHeader.__docgenInfo={description:"",displayName:"RcDatePickerHeader",props:{focusedDate:{defaultValue:null,description:"the month on display",name:"focusedDate",required:!0,type:{name:"Dayjs"}},slideDirection:{defaultValue:null,description:"with options 'right' | 'left'",name:"slideDirection",required:!0,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'}]}},view:{defaultValue:null,description:"the current view mode, with options 'day' | 'year'.",name:"view",required:!0,type:{name:"enum",value:[{value:'"day"'},{value:'"year"'}]}},onViewChange:{defaultValue:null,description:"when change view mode",name:"onViewChange",required:!0,type:{name:"() => void"}},onMonthChange:{defaultValue:null,description:"trigger when Month changes",name:"onMonthChange",required:!0,type:{name:"(date: MaterialUiPickersDate, direction: SlideDirection) => void | Promise"}},disablePrevMonth:{defaultValue:{value:"false"},description:"is disable PrevMonth? with default false.",name:"disablePrevMonth",required:!1,type:{name:"boolean"}},disableNextMonth:{defaultValue:{value:"false"},description:"is disable NextMonth? with default false.",name:"disableNextMonth",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"two sizes: medium and small, default is medium.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx#RcDatePickerHeader"]={docgenInfo:RcDatePickerHeader.__docgenInfo,name:"RcDatePickerHeader",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/DatePickerHeader.tsx#RcDatePickerHeader"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Day.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),_Day=react_1.forwardRef((function(props,ref){var children=props.children,disabled=props.disabled,hidden=props.hidden,selected=(props.current,props.selected),size=props.size,focused=props.focused,rest=(props.day,tslib_1.__rest(props,["children","disabled","hidden","current","selected","size","focused","day"]));return react_1.default.createElement(styles_1.PickerBaseIconButton,tslib_1.__assign({"aria-pressed":focused,ref,size,selected,"data-picker-focused":focused?"":void 0,hidden,"data-test-automation-class":hidden?"date-picker-hidden-day":"date-picker-day","data-test-automation-value":children,disabled},rest),react_1.default.createElement(react_1.default.Fragment,null,children))}));_Day.displayName="RcDay",_Day.defaultProps={disabled:!1,hidden:!1,current:!1,selected:!1};var templateObject_1,Day=react_1.memo(foundation_1.styled(_Day)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),styles_2.DayStyle));exports.Day=Day},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Year.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),Year=react_1.memo(react_1.forwardRef((function(props,ref){var onSelect=props.onSelect,value=props.value,selected=props.selected,disabled=props.disabled,focused=props.focused,children=props.children,rest=tslib_1.__rest(props,["onSelect","value","selected","disabled","focused","children"]),getYearAriaLabel=utils_1.useScreenReaderContext().getYearAriaLabel,_handleClick=foundation_1.useEventCallback((function(){return onSelect(value)})),className=clsx_1.default({"Year-selected":selected,"Year-disabled":disabled}),yearAriaLabel=null==getYearAriaLabel?void 0:getYearAriaLabel(""+value,selected),handleClick=disabled?void 0:_handleClick;return react_1.default.createElement(styles_1.StyledYear,tslib_1.__assign({radius:"round",onClick:handleClick,onKeyPress:handleClick,ref,selected,"aria-pressed":focused,size:"medium","aria-label":yearAriaLabel,className,"data-focusable":selected,"data-test-automation-class":"date-picker-year","data-test-automation-value":children},rest),react_1.default.createElement(react_1.default.Fragment,null,children))})));exports.Year=Year,Year.displayName="RcYear"},"./packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),pickers_1=__webpack_require__("./node_modules/@material-ui/pickers/esm/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts"),Year_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/Year.tsx"),Years=react_1.forwardRef((function(props,ref){var _a,date=props.date,onYearChange=props.onYearChange,minDate=props.minDate,size=props.size,maxDate=props.maxDate,disablePast=props.disablePast,disableFuture=props.disableFuture,now=props.now,utils=pickers_1.useUtils(),containerRef=react_1.useRef(null),combineRef=foundation_1.useForkRef(containerRef,ref),selectedYearRef=react_1.useRef(null),currentYear=utils.getYear(date||now),years=react_1.useMemo((function(){return utils.getYearRange(minDate,maxDate)}),[maxDate,minDate,utils]),onYearSelect=foundation_1.useEventCallback((function(year){var newDate=utils.setYear(date,year);onYearChange(newDate)})),focusedIndexRef=react_1.useRef(0),focusedYear=null===(_a=years[focusedIndexRef.current])||void 0===_a?void 0:_a.year(),_b=foundation_1.useOnlyOneFocusable({focusedIndexRef,containerRef}),focusIndex=_b.focusIndex,getItemProps=_b.getItemProps,getOptionDisabled=function(year){return Boolean(disablePast&&utils.isBeforeYear(year,now)||disableFuture&&utils.isAfterYear(year,now))},columns="small"===size?2:4,handleKeyDown=foundation_1.useKeyboardMoveFocus({options:years,focusedIndexRef,columns,infinite:"order",onFocusedIndexChange:function(event,toIndex){focusIndex(toIndex),null==event||event.preventDefault()},getOptionDisabled}).onKeyFocusedIndexHandle;return react_1.useLayoutEffect((function(){var index=years.findIndex((function(x){return utils.getYear(x)===currentYear}));focusIndex(index)}),[]),react_1.default.createElement(styles_1.YearsWrapper,{role:"presentation","aria-label":" ",columns,ref:combineRef,onKeyDown:handleKeyDown},years.map((function(year,index){var yearNumber=utils.getYear(year),selected=yearNumber===currentYear,focused=yearNumber===focusedYear,disabled=getOptionDisabled(year);return react_1.default.createElement("li",{key:utils.getYearText(year)},react_1.default.createElement(Year_1.Year,tslib_1.__assign({},getItemProps(index),{ref:focused?selectedYearRef:void 0,key:utils.getYearText(year),selected,focused:yearNumber===focusedYear,value:yearNumber,onSelect:onYearSelect,disabled}),utils.getYearText(year)))})))}));exports.Years=Years,Years.displayName="RcYears";try{RcYears.displayName="RcYears",RcYears.__docgenInfo={description:"",displayName:"RcYears",props:{date:{defaultValue:null,description:"the selected date.",name:"date",required:!0,type:{name:"MaterialUiPickersDate"}},minDate:{defaultValue:null,description:"min Date of the displayed years range.",name:"minDate",required:!0,type:{name:"Dayjs"}},maxDate:{defaultValue:null,description:"max Date of the displayed years range.",name:"maxDate",required:!0,type:{name:"Dayjs"}},disablePast:{defaultValue:null,description:"is disable the past years.",name:"disablePast",required:!1,type:{name:"boolean"}},disableFuture:{defaultValue:null,description:"is disable the future years.",name:"disableFuture",required:!1,type:{name:"boolean"}},onYearChange:{defaultValue:null,description:"when selected year changes.",name:"onYearChange",required:!0,type:{name:"(date: MaterialUiPickersDate) => void"}},now:{defaultValue:null,description:"now date",name:"now",required:!0,type:{name:"MaterialUiPickersDate"}},size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx#RcYears"]={docgenInfo:RcYears.__docgenInfo,name:"RcYears",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/Years.tsx#RcYears"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/DatePicker.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Typography_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Typography/index.js")),SlideTransition_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/pickers/views/Calendar/SlideTransition.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),CalendarSlideTransitionWrapper=foundation_1.styled(SlideTransition_1.default)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n min-height: 160px;\n margin: ",";\n"],["\n min-height: 160px;\n margin: ",";\n"])),foundation_1.spacing(0,0,3));exports.CalendarSlideTransitionWrapper=CalendarSlideTransitionWrapper;var ProgressContainer=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n"])));exports.ProgressContainer=ProgressContainer;var WeekWrapper=foundation_1.styled.div(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n\n ",";\n"],["\n display: flex;\n justify-content: center;\n\n ",";\n"])),(function(_a){return"small"===_a.size?foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 28px;\n "],["\n height: 28px;\n "]))):foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n height: 32px;\n\n & > div:not(:first-child) {\n margin-left: ",";\n }\n "],["\n height: 32px;\n\n & > div:not(:first-child) {\n margin-left: ",";\n }\n "])),foundation_1.spacing(1))}));exports.WeekWrapper=WeekWrapper;var StyledDaysHeader=foundation_1.styled.div(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n ",";\n ","\n"],["\n ",";\n ","\n"])),foundation_1.flexCenterStyle,(function(_a){return"small"===_a.size?foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n height: 28px;\n "," {\n width: 20px;\n max-width: 20px;\n flex: none;\n }\n "],["\n height: 28px;\n "," {\n width: 20px;\n max-width: 20px;\n flex: none;\n }\n "])),StyledDayLabel):foundation_1.css(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n height: 32px;\n "],["\n height: 32px;\n "])))}));exports.StyledDaysHeader=StyledDaysHeader;var StyledDayLabel=foundation_1.styled(Typography_1.default)(templateObject_11||(templateObject_11=tslib_1.__makeTemplateObject(["\n ","\n\n text-align: center;\n ",";\n color: ",";\n"],["\n ","\n\n text-align: center;\n ",";\n color: ",";\n"])),(function(_a){return"small"===_a.size?foundation_1.css(templateObject_9||(templateObject_9=tslib_1.__makeTemplateObject(["\n &:not(:first-child) {\n margin-left: ",";\n }\n "],["\n &:not(:first-child) {\n margin-left: ",";\n }\n "])),foundation_1.spacing(.5)):foundation_1.css(templateObject_10||(templateObject_10=tslib_1.__makeTemplateObject(["\n width: 32px;\n\n &:not(:first-child) {\n margin-left: ",";\n }\n "],["\n width: 32px;\n\n &:not(:first-child) {\n margin-left: ",";\n }\n "])),foundation_1.spacing(1))}),foundation_1.typography("caption1"),foundation_1.palette2("neutral","f04"));exports.StyledDayLabel=StyledDayLabel;var DatePickerWrapper=foundation_1.styled.div(templateObject_13||(templateObject_13=tslib_1.__makeTemplateObject(["\n ",";\n\n box-sizing: border-box;\n padding: ",";\n display: flex;\n flex-direction: column;\n background-color: ",";\n ",";\n overflow: hidden;\n"],["\n ",";\n\n box-sizing: border-box;\n padding: ",";\n display: flex;\n flex-direction: column;\n background-color: ",";\n ",";\n overflow: hidden;\n"])),(function(_a){var size=_a.size,_b=utils_1.RcDatePickerSizes[size],width=_b.width,height=_b.height;return foundation_1.css(templateObject_12||(templateObject_12=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),width,height)}),foundation_1.spacing(3,0),foundation_1.palette2("neutral","elevation"),foundation_1.fakeBorder());exports.DatePickerWrapper=DatePickerWrapper;var DaysWrapper=foundation_1.styled.div(templateObject_14||(templateObject_14=tslib_1.__makeTemplateObject(["\n min-height: 216px;\n"],["\n min-height: 216px;\n"])));exports.DaysWrapper=DaysWrapper;var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,templateObject_9,templateObject_10,templateObject_11,templateObject_12,templateObject_13,templateObject_14,templateObject_15,DayFooterWrapper=foundation_1.styled.div(templateObject_15||(templateObject_15=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n bottom: ",";\n left: 0;\n width: 100%;\n"],["\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n bottom: ",";\n left: 0;\n width: 100%;\n"])),foundation_1.spacing(3));exports.DayFooterWrapper=DayFooterWrapper;try{CalendarSlideTransitionWrapper.displayName="CalendarSlideTransitionWrapper",CalendarSlideTransitionWrapper.__docgenInfo={description:"",displayName:"CalendarSlideTransitionWrapper",props:{className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},slideDirection:{defaultValue:null,description:"",name:"slideDirection",required:!0,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'}]}},transKey:{defaultValue:null,description:"",name:"transKey",required:!0,type:{name:"ReactText"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#CalendarSlideTransitionWrapper"]={docgenInfo:CalendarSlideTransitionWrapper.__docgenInfo,name:"CalendarSlideTransitionWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#CalendarSlideTransitionWrapper"})}catch(__react_docgen_typescript_loader_error){}try{DatePickerWrapper.displayName="DatePickerWrapper",DatePickerWrapper.__docgenInfo={description:"",displayName:"DatePickerWrapper",props:{size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DatePickerWrapper"]={docgenInfo:DatePickerWrapper.__docgenInfo,name:"DatePickerWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DatePickerWrapper"})}catch(__react_docgen_typescript_loader_error){}try{DayFooterWrapper.displayName="DayFooterWrapper",DayFooterWrapper.__docgenInfo={description:"",displayName:"DayFooterWrapper",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DayFooterWrapper"]={docgenInfo:DayFooterWrapper.__docgenInfo,name:"DayFooterWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DayFooterWrapper"})}catch(__react_docgen_typescript_loader_error){}try{DaysWrapper.displayName="DaysWrapper",DaysWrapper.__docgenInfo={description:"",displayName:"DaysWrapper",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DaysWrapper"]={docgenInfo:DaysWrapper.__docgenInfo,name:"DaysWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#DaysWrapper"})}catch(__react_docgen_typescript_loader_error){}try{ProgressContainer.displayName="ProgressContainer",ProgressContainer.__docgenInfo={description:"",displayName:"ProgressContainer",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#ProgressContainer"]={docgenInfo:ProgressContainer.__docgenInfo,name:"ProgressContainer",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#ProgressContainer"})}catch(__react_docgen_typescript_loader_error){}try{StyledDayLabel.displayName="StyledDayLabel",StyledDayLabel.__docgenInfo={description:"",displayName:"StyledDayLabel",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"",name:"variant",required:!1,type:{name:"enum",value:[{value:'"button"'},{value:'"caption"'},{value:'"h1"'},{value:'"h2"'},{value:'"h3"'},{value:'"h4"'},{value:'"h5"'},{value:'"h6"'},{value:'"inherit"'},{value:'"body2"'},{value:'"body1"'},{value:'"subtitle1"'},{value:'"subtitle2"'},{value:'"overline"'},{value:'"srOnly"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},variantMapping:{defaultValue:null,description:"",name:"variantMapping",required:!1,type:{name:"Partial>"}},size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDayLabel"]={docgenInfo:StyledDayLabel.__docgenInfo,name:"StyledDayLabel",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDayLabel"})}catch(__react_docgen_typescript_loader_error){}try{StyledDaysHeader.displayName="StyledDaysHeader",StyledDaysHeader.__docgenInfo={description:"",displayName:"StyledDaysHeader",props:{size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDaysHeader"]={docgenInfo:StyledDaysHeader.__docgenInfo,name:"StyledDaysHeader",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#StyledDaysHeader"})}catch(__react_docgen_typescript_loader_error){}try{WeekWrapper.displayName="WeekWrapper",WeekWrapper.__docgenInfo={description:"",displayName:"WeekWrapper",props:{size:{defaultValue:null,description:'size for date picker, default with medium\nwith prop medium and small, default with medium\nsize for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#WeekWrapper"]={docgenInfo:WeekWrapper.__docgenInfo,name:"WeekWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx#WeekWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),monthInactiveStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &,\n "," {\n color: ",";\n }\n"],["\n &,\n "," {\n color: ",";\n }\n"])),Icon_1.RcIcon,foundation_1.focusVisibleColor),StyledCurrentMonth=foundation_1.styled.button(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n background: none;\n border: none;\n cursor: pointer;\n outline: inherit;\n\n ",";\n position: relative;\n cursor: pointer;\n margin-left: ",";\n color: ",";\n ",";\n border-radius: ",";\n\n padding: ",";\n\n ",";\n\n "," {\n margin-left: ",";\n transform: rotate(","deg);\n color: ",";\n }\n\n "," {\n ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n"],["\n background: none;\n border: none;\n cursor: pointer;\n outline: inherit;\n\n ",";\n position: relative;\n cursor: pointer;\n margin-left: ",";\n color: ",";\n ",";\n border-radius: ",";\n\n padding: ",";\n\n ",";\n\n "," {\n margin-left: ",";\n transform: rotate(","deg);\n color: ",";\n }\n\n "," {\n ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n"])),foundation_1.flexCenterStyle,foundation_1.spacing(5),utils_2.textColor,foundation_1.typography("body2"),foundation_1.radius("sm"),foundation_1.spacing(1,0,1,1),foundation_1.focusVisibleShadowStyle("lg",void 0,void 0,2),Icon_1.RcIcon,foundation_1.spacing(2),(function(_a){return"day"===_a.view?"0":"180"}),foundation_1.palette2("neutral","f04"),foundation_1.focusVisible,monthInactiveStyle,foundation_1.nonTouchHoverMedia,monthInactiveStyle);exports.StyledCurrentMonth=StyledCurrentMonth;var SwitchHeaderWrapper=foundation_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n\n ","\n"],["\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n\n ","\n"])),(function(_a){return"small"===_a.size?"":foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 24px;\n margin-bottom: 12px;\n "],["\n height: 24px;\n margin-bottom: 12px;\n "])))}));exports.SwitchHeaderWrapper=SwitchHeaderWrapper;var SwitchHeaderButtonWrapper=foundation_1.styled(Buttons_1.RcIconButtonGroup)(templateObject_7||(templateObject_7=tslib_1.__makeTemplateObject(["\n flex: 1;\n display: ",";\n justify-content: flex-end;\n padding-right: 12px;\n\n ","\n"],["\n flex: 1;\n display: ",";\n justify-content: flex-end;\n padding-right: 12px;\n\n ","\n"])),(function(_a){return"day"===_a.view?"flex":"none"}),(function(_a){return"small"===_a.size?foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n flex: 1 1 100%;\n "],["\n flex: 1 1 100%;\n "]))):foundation_1.css(templateObject_6||(templateObject_6=tslib_1.__makeTemplateObject(["\n height: 24px;\n "],["\n height: 24px;\n "])))}));exports.SwitchHeaderButtonWrapper=SwitchHeaderButtonWrapper;var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,templateObject_6,templateObject_7,templateObject_8,SwitchHeaderButton=foundation_1.styled(Buttons_1.RcIconButton)(templateObject_8||(templateObject_8=tslib_1.__makeTemplateObject(["\n &."," {\n "," {\n font-size: 24px;\n }\n }\n"],["\n &."," {\n "," {\n font-size: 24px;\n }\n }\n"])),utils_1.RcIconButtonClasses.root,Icon_1.RcIcon);exports.SwitchHeaderButton=SwitchHeaderButton;try{StyledCurrentMonth.displayName="StyledCurrentMonth",StyledCurrentMonth.__docgenInfo={description:"",displayName:"StyledCurrentMonth",props:{view:{defaultValue:null,description:"the current view mode, with options 'day' | 'year'.",name:"view",required:!0,type:{name:"enum",value:[{value:'"day"'},{value:'"year"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#StyledCurrentMonth"]={docgenInfo:StyledCurrentMonth.__docgenInfo,name:"StyledCurrentMonth",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#StyledCurrentMonth"})}catch(__react_docgen_typescript_loader_error){}try{SwitchHeaderButton.displayName="SwitchHeaderButton",SwitchHeaderButton.__docgenInfo={description:"",displayName:"SwitchHeaderButton",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButton"]={docgenInfo:SwitchHeaderButton.__docgenInfo,name:"SwitchHeaderButton",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButton"})}catch(__react_docgen_typescript_loader_error){}try{SwitchHeaderButtonWrapper.displayName="SwitchHeaderButtonWrapper",SwitchHeaderButtonWrapper.__docgenInfo={description:"",displayName:"SwitchHeaderButtonWrapper",props:{direction:{defaultValue:null,description:"The arrangement of components, default is `horizontal`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},radius:{defaultValue:null,description:"radius token for `border-radius`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},component:{defaultValue:null,description:"component for render root container, default is `div`",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},space:{defaultValue:null,description:"Define the padding size of that group wrapper.",name:"space",required:!1,type:{name:"number | number[]"}},gap:{defaultValue:null,description:"Define the size of the gap between below each components.",name:"gap",required:!1,type:{name:"number"}},isStopPropagation:{defaultValue:null,description:"is Stop Propagation for the bar click",name:"isStopPropagation",required:!1,type:{name:"boolean"}},view:{defaultValue:null,description:"the current view mode, with options 'day' | 'year'.",name:"view",required:!0,type:{name:"enum",value:[{value:'"day"'},{value:'"year"'}]}},size:{defaultValue:null,description:"two sizes: medium and small, default is medium.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButtonWrapper"]={docgenInfo:SwitchHeaderButtonWrapper.__docgenInfo,name:"SwitchHeaderButtonWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderButtonWrapper"})}catch(__react_docgen_typescript_loader_error){}try{SwitchHeaderWrapper.displayName="SwitchHeaderWrapper",SwitchHeaderWrapper.__docgenInfo={description:"",displayName:"SwitchHeaderWrapper",props:{size:{defaultValue:null,description:"two sizes: medium and small, default is medium.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderWrapper"]={docgenInfo:SwitchHeaderWrapper.__docgenInfo,name:"SwitchHeaderWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx#SwitchHeaderWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),CurrentDayStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border: 1px solid ",";\n"],["\n border: 1px solid ",";\n"])),foundation_1.palette2("neutral","b04"));exports.DayStyle=function(_a){var current=_a.current,size=_a.size,hidden=_a.hidden,selected=_a.selected,sizeValue=utils_2.RcDatePickerIconWidths[size];return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n &."," {\n width: ",";\n height: ",";\n margin: 0 2px;\n visibility: ",";\n ",";\n ",";\n\n ","\n }\n "],["\n &."," {\n width: ",";\n height: ",";\n margin: 0 2px;\n visibility: ",";\n ",";\n ",";\n\n ","\n }\n "])),utils_1.RcIconButtonClasses.root,sizeValue,sizeValue,hidden&&"hidden",foundation_1.typography("caption1"),current&&!selected&&CurrentDayStyle,styles_1.datePickerCustomFocusRingStyle)};try{DayStyle.displayName="DayStyle",DayStyle.__docgenInfo={description:"",displayName:"DayStyle",props:{children:{defaultValue:null,description:"Day text",name:"children",required:!0,type:{name:"ReactNode"}},current:{defaultValue:null,description:"is today, default with false",name:"current",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"is disabled?, default with false",name:"disabled",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"is focused?, default with false",name:"focused",required:!1,type:{name:"boolean"}},hidden:{defaultValue:null,description:"is hidden? default with false",name:"hidden",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"is selected? default with false",name:"selected",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with prop medium and small, default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},day:{defaultValue:null,description:"",name:"day",required:!0,type:{name:"MaterialUiPickersDate"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx#DayStyle"]={docgenInfo:DayStyle.__docgenInfo,name:"DayStyle",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx#DayStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts");exports.StyledYear=foundation_1.styled(styles_1.PickerBaseIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n width: 56px;\n min-width: 56px;\n height: 28px;\n margin: 4px 0;\n ",";\n ",";\n }\n"],["\n &."," {\n width: 56px;\n min-width: 56px;\n height: 28px;\n margin: 4px 0;\n ",";\n ",";\n }\n"])),utils_1.RcIconButtonClasses.root,foundation_1.typography("body1"),styles_1.datePickerCustomFocusRingStyle);try{StyledYear.displayName="StyledYear",StyledYear.__docgenInfo={description:"",displayName:"StyledYear",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx#StyledYear"]={docgenInfo:StyledYear.__docgenInfo,name:"StyledYear",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx#StyledYear"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.YearsWrapper=foundation_1.styled.ul(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n overflow-y: auto;\n padding-left: 16px;\n\n li {\n list-style: none;\n\n &:not(:nth-child(","n + 1)) {\n margin-left: 4px;\n }\n }\n"],["\n display: flex;\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n overflow-y: auto;\n padding-left: 16px;\n\n li {\n list-style: none;\n\n &:not(:nth-child(","n + 1)) {\n margin-left: 4px;\n }\n }\n"])),(function(_a){return _a.columns}));try{YearsWrapper.displayName="YearsWrapper",YearsWrapper.__docgenInfo={description:"",displayName:"YearsWrapper",props:{columns:{defaultValue:null,description:"",name:"columns",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx#YearsWrapper"]={docgenInfo:YearsWrapper.__docgenInfo,name:"YearsWrapper",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx#YearsWrapper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDay.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYear.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledCalendar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/styles/StyledYears.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),ScreenReaderContext=react_1.createContext({});exports.ScreenReaderContext=ScreenReaderContext;exports.useScreenReaderContext=function(){return react_1.useContext(ScreenReaderContext)};var ScreenReaderProvider=function(_a){var screenReaderProps=_a.screenReaderProps,children=_a.children;return react_1.default.createElement(ScreenReaderContext.Provider,{value:screenReaderProps||{}},children)};exports.ScreenReaderProvider=ScreenReaderProvider;try{ScreenReaderProvider.displayName="ScreenReaderProvider",ScreenReaderProvider.__docgenInfo={description:"",displayName:"ScreenReaderProvider",props:{screenReaderProps:{defaultValue:null,description:"",name:"screenReaderProps",required:!0,type:{name:"ScreenReaderProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx#ScreenReaderProvider"]={docgenInfo:ScreenReaderProvider.__docgenInfo,name:"ScreenReaderProvider",path:"packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx#ScreenReaderProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts");exports.textColor=foundation_1.palette2("neutral","f06"),exports.primaryColor=foundation_1.palette2("interactive","b02"),exports.primaryHoverColor=foundation_1.setOpacity(exports.primaryColor,"16"),exports.disabledColor=foundation_1.palette2("disabled","f02"),exports.RcDatePickerClasses=foundation_1.RcClasses(["popover","popoverPaper","calendarSlider","footer","progress","header","leftArrow","rightArrow","select"],"RcDatePicker"),exports.RcDatePickerSizes={small:{width:styles_1.RcDefaultTextFieldWidth,height:"296px"},medium:{width:"272px",height:"308px"}},exports.RcDatePickerIconWidths={small:"18px",medium:"28px"},exports.focusDayElement=function(doc){void 0===doc&&(doc=document);var elm=doc.querySelector("[data-picker-focused]");null==elm||elm.focus()},exports.isSameYearAndMonth=function(_a,utils){var source=_a.source,comparing=_a.comparing;if(!source||!comparing)return!1;var thisMonth=utils.getMonth(source),thisYear=utils.getYear(source),comparingMonth=utils.getMonth(comparing),comparingYear=utils.getYear(comparing);return thisMonth===comparingMonth&&thisYear===comparingYear},exports.onTransitionEnd=function(event,doc){void 0===doc&&(doc=document);var activeElm=doc.activeElement;event.target.dataset.transitionTag&&"true"!==activeElm.dataset.pickerAction&&exports.focusDayElement()},exports.invalidateDateInRange=function(day,_a,utils){var _b=_a.dateRange,min=_b.min,max=_b.max,disableFuture=_a.disableFuture,disablePast=_a.disablePast,now=_a.now;return disableFuture&&utils.isAfterDay(day,now)||disablePast&&utils.isBeforeDay(day,now)?now:min&&utils.isBeforeDay(day,utils.date(min))?min:!(!max||!utils.isAfterDay(day,utils.date(max)))&&max}},"./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/DatePickerAriaLabelUtils.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StyledNumberPicker_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx"),StyledTimeIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),_NumberPicker=react_1.forwardRef((function(props,ref){var onClick=props.onClick,value=props.value,onUpdateValue=props.onUpdateValue,onKeyDown=props.onKeyDown,source=props.source,automationId=props.automationId,size=props.size,minProp=props.min,maxProp=props.max,onClose=props.onClose,step=props.step,onInnerChange=props.onInnerChange,renderValue=props.renderValue,getScreenReaderLabel=props.getScreenReaderLabel,autoFocus=props.autoFocus,rest=tslib_1.__rest(props,["onClick","value","onUpdateValue","onKeyDown","source","automationId","size","min","max","onClose","step","onInnerChange","renderValue","getScreenReaderLabel","autoFocus"]),forceUpdate=foundation_1.useForceUpdate(),_a=tslib_1.__read(foundation_1.useRefState(value,forceUpdate),2),innerValueRef=_a[0],setInnerValue=_a[1],rangeRef=react_1.useRef({max:maxProp,min:minProp}),pickerRef=react_1.useRef(null);react_1.useLayoutEffect((function(){autoFocus&&pickerRef.current.focus()}),[]),foundation_1.useDepsChange((function(){rangeRef.current={max:maxProp,min:minProp}}),[maxProp,minProp]),foundation_1.useChange((function(){innerValueRef.current!==value&&setInnerValue(value,!1)}),(function(){return value}));var innerValue=innerValueRef.current,index=Math.floor(innerValue/step),isFirst=0===index,isLatest=index===source.length-1,firstValue=source[0],latestValue=source[source.length-1],decreaseValue=isFirst?latestValue:source[index-1],increaseValue=isLatest?firstValue:source[index+1],_b=rangeRef.current,min=_b.min,max=_b.max,decreaseDisabled=isFirst?!!(void 0!==max&&latestValue>max):!!(void 0!==min&&decreaseValuemax),showValue=react_1.useMemo((function(){return renderValue?renderValue(innerValue):utils_1.pad(innerValue)}),[innerValue,renderValue]),label=null==getScreenReaderLabel?void 0:getScreenReaderLabel(showValue),handleKeyDown=foundation_1.useEventCallback((function(event){var keydownSubmit=function(){event.stopPropagation(),onUpdateValue(innerValueRef.current),onClose(event)},handleInnerValueChange=function(toValue){setInnerValue(toValue),null==onInnerChange||onInnerChange(toValue)};useKeyDown_1.runKeyHandler(event,{ArrowUp:function(){increaseDisabled||handleInnerValueChange(increaseValue)},ArrowDown:function(){decreaseDisabled||handleInnerValueChange(decreaseValue)},Enter:keydownSubmit," ":keydownSubmit}),null==onKeyDown||onKeyDown(event)}));react_1.useImperativeHandle(ref,(function(){return{value:innerValue,setRange:function(newRange){var range=rangeRef.current;if(range.max!==newRange.max||range.min!==newRange.min){var currentValue=-1;void 0!==newRange.max&&innerValueRef.current>newRange.max&&(currentValue=newRange.max),void 0!==newRange.min&&innerValueRef.current void)"}},step:{defaultValue:null,description:"each step value",name:"step",required:!0,type:{name:"number"}},autoFocus:{defaultValue:null,description:"If `true`, the `NumberPicker` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"selected value",name:"value",required:!0,type:{name:"number"}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},onClose:{defaultValue:null,description:"trigger when confirm value",name:"onClose",required:!0,type:{name:"(event: KeyboardEvent) => void"}},max:{defaultValue:null,description:"max number",name:"max",required:!1,type:{name:"number"}},min:{defaultValue:null,description:"min number",name:"min",required:!1,type:{name:"number"}},onUpdateValue:{defaultValue:null,description:"trigger when want update value",name:"onUpdateValue",required:!0,type:{name:"(value?: number | undefined) => void"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},onInnerChange:{defaultValue:null,description:"trigger when inner update",name:"onInnerChange",required:!1,type:{name:"((value?: number) => void)"}},automationId:{defaultValue:null,description:"automationId, used for test",name:"automationId",required:!1,type:{name:"string"}},getScreenReaderLabel:{defaultValue:null,description:"get label for screen reader",name:"getScreenReaderLabel",required:!1,type:{name:"((value: string) => string)"}},renderValue:{defaultValue:null,description:"render value fn",name:"renderValue",required:!1,type:{name:"((value: number) => string)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx#NumberPicker"]={docgenInfo:NumberPicker.__docgenInfo,name:"NumberPicker",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx#NumberPicker"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),SelectionView=function(props){var source=props.source,onClick=props.onClick,value=props.value,automationId=props.automationId,size=props.size,minProp=props.min,maxProp=props.max,isTwelveHourSystem=props.isTwelveHourSystem,min=void 0!==minProp&&isTwelveHourSystem?minProp%utils_1.HALF_DAY_HOURS:minProp,max=void 0!==maxProp&&isTwelveHourSystem?maxProp%utils_1.HALF_DAY_HOURS:maxProp,handleClick=function(toValue,disabled){if(!disabled)return function(){return onClick(toValue)}},showValue=utils_1.parseNumberToString(value,isTwelveHourSystem);return react_1.default.createElement(styles_1.StyledSelectionView,{size},source.map((function(v){var disabled=!!(void 0!==max&&v>max||void 0!==min&&v void"}},automationId:{defaultValue:null,description:"automationId, used for test",name:"automationId",required:!1,type:{name:"string"}},min:{defaultValue:null,description:"min time",name:"min",required:!1,type:{name:"number"}},max:{defaultValue:null,description:"max time",name:"max",required:!1,type:{name:"number"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},disabled:{defaultValue:null,description:"disabled of icon",name:"disabled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx#SelectionView"]={docgenInfo:SelectionView.__docgenInfo,name:"SelectionView",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx#SelectionView"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/TimePicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/index.ts"),constant_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts"),NumberPicker_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx"),SelectionView_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts"),ToggleText_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),defaultPeriodTexts={input:{AM:"AM",PM:"PM"},toggle:{AM:"AM",PM:"PM"}},_RcTimePicker=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTimePicker"}),isTwelveHourSystem=props.isTwelveHourSystem,value=props.value,onChange=props.onChange,disabled=props.disabled,dateMode=props.dateMode,min=props.min,max=props.max,size=props.size,onClear=(props.onKeyDown,props.onClear),HourPickerProps=props.HourPickerProps,MinutePickerProps=props.MinutePickerProps,PeriodToggleProps=props.PeriodToggleProps,PopoverPropsProp=props.PopoverProps,classes=(props.InputProps,props.classes),defaultPickerValue=props.defaultPickerValue,_a=props.periodTexts,periodTexts=void 0===_a?defaultPeriodTexts:_a,rest=tslib_1.__rest(props,["isTwelveHourSystem","value","onChange","disabled","dateMode","min","max","size","onKeyDown","onClear","HourPickerProps","MinutePickerProps","PeriodToggleProps","PopoverProps","InputProps","classes","defaultPickerValue","periodTexts"]),actionRef=react_1.useRef(null),hourRef=react_1.useRef(null),minuteRef=react_1.useRef(null),periodRef=react_1.useRef(null),textFiledValueRef=react_1.useRef(""),_b=tslib_1.__read(react_1.useState("none"),2),selectionShowType=_b[0],setSelectionType=_b[1],_c=null!==value?{nowTime:value,isShowTextfieldValue:!0}:defaultPickerValue?{nowTime:defaultPickerValue,isShowTextfieldValue:!1}:{nowTime:null,isShowTextfieldValue:!1},nowTime=_c.nowTime,isShowTextfieldValue=_c.isShowTextfieldValue,isHaveValue=null!==nowTime,isDateMode=nowTime instanceof Date||dateMode,currentTimestamp=utils_2.getTimestamp(nowTime),currentHourMinute=utils_2.getHourAndMinute(currentTimestamp),isHourView="hour"===selectionShowType,currentPeriod=utils_2.getPeriod(currentHourMinute.hour),recoupHour=isTwelveHourSystem&¤tPeriod===constant_1.TIME_SYSTEM_TEXT.PM?utils_2.HALF_DAY_HOURS:0,range=react_1.useMemo((function(){return utils_2.getRangeBoundary({min,max})}),[max,min]),getEmitInitDate=foundation_1.useEventCallback((function(){var date=null!==nowTime?new Date(nowTime):new Date,hour=currentHourMinute.hour,minute=currentHourMinute.minute;return date.setHours(hour,minute,0,0),date})),handleChange=react_1.useCallback((function(toValue){onChange&&onChange(isDateMode?toValue:toValue?utils_2.getTimestampFromDate(toValue):null)}),[isDateMode,onChange]),updateTime=function(option){var _a,_b,_c,_d=option.hour,hour=void 0===_d?null===(_a=hourRef.current)||void 0===_a?void 0:_a.value:_d,_e=option.minute,minute=void 0===_e?null===(_b=minuteRef.current)||void 0===_b?void 0:_b.value:_e,_f=option.period,period=void 0===_f?null===(_c=periodRef.current)||void 0===_c?void 0:_c.value:_f,time=getEmitInitDate();if(void 0!==minute&&time.setMinutes(minute),void 0!==hour&&time.setHours(hour+recoupHour),void 0!==period){var currHour=time.getHours();period===constant_1.TIME_SYSTEM_TEXT.PM?currHour=utils_2.HALF_DAY_HOURS&&time.setHours(currHour-utils_2.HALF_DAY_HOURS)}var toTimestamp=utils_2.getTimestamp(time);range.max.date&&toTimestamp>range.max.timestamp?(time.setHours(range.max.hour),time.setMinutes(range.max.minute)):range.min.date&&toTimestamprange.max.timestamp?(time.setHours(range.max.hour),time.setMinutes(range.max.minute),handleChange(time)):range.min.date&¤tTimestamp=utils_2.HALF_DAY_HOURS||range.max.hour&&range.min.hour{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),useKeyDown_1=__webpack_require__("./node_modules/@material-ui/pickers/_shared/hooks/useKeyDown.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),constant_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),A11yUtils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/A11yUtils.ts"),_ToggleText=react_1.memo(react_1.forwardRef((function(_a,ref){var onUpdateValue=_a.onUpdateValue,onInnerChange=_a.onInnerChange,value=_a.value,size=_a.size,disabled=_a.disabled,getScreenReaderLabel=_a.getScreenReaderLabel,onClose=_a.onClose,periodTexts=_a.periodTexts,rest=tslib_1.__rest(_a,["onUpdateValue","onInnerChange","value","size","disabled","getScreenReaderLabel","onClose","periodTexts"]),_b=tslib_1.__read(foundation_1.useRefState(value),2),innerValueRef=_b[0],setInnerValue=_b[1];foundation_1.useChange((function(){innerValueRef.current!==value&&setInnerValue(value,!1)}),(function(){return value}));var innerValue=innerValueRef.current,label=null==getScreenReaderLabel?void 0:getScreenReaderLabel(innerValue),nextValue=innerValue===constant_1.TIME_SYSTEM_TEXT.AM?constant_1.TIME_SYSTEM_TEXT.PM:constant_1.TIME_SYSTEM_TEXT.AM,handleClick=foundation_1.useEventCallback((function(event){!disabled&&A11yUtils_1.isClick(event)&&onUpdateValue(nextValue)})),handleToggleKeyDown=foundation_1.useEventCallback((function(event){if(!disabled){var togglePeriod=function(){setInnerValue(nextValue),null==onInnerChange||onInnerChange(nextValue)},keydownSubmit=function(){event.stopPropagation(),onUpdateValue(innerValue),onClose(event)};useKeyDown_1.runKeyHandler(event.nativeEvent,{ArrowUp:togglePeriod,ArrowDown:togglePeriod,Enter:keydownSubmit," ":keydownSubmit})}}));return react_1.useImperativeHandle(ref,(function(){return{value:innerValue}}),[innerValue]),react_1.default.createElement(styles_1.StyledTimeIconButton,tslib_1.__assign({wrapperSize:size,onClick:handleClick,onKeyDown:handleToggleKeyDown,disabled,color:"informative.f02","aria-live":"assertive","aria-label":label},rest),react_1.default.createElement(react_1.default.Fragment,null,periodTexts[innerValue]))}))),ToggleText=foundation_1.styled(_ToggleText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin-left: ",";\n"],["\n margin-left: ",";\n"])),(function(_a){var size=_a.size;return utils_1.RcTimePickerUtils[size].timeSystem.margin}));exports.ToggleText=ToggleText,ToggleText.displayName="ToggleText";try{ToggleText.displayName="ToggleText",ToggleText.__docgenInfo={description:"",displayName:"ToggleText",props:{disabled:{defaultValue:null,description:"disabled of icon",name:"disabled",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"initial value",name:"value",required:!0,type:{name:"enum",value:[{value:'"PM"'},{value:'"AM"'}]}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},onClose:{defaultValue:null,description:"trigger when confirm value",name:"onClose",required:!0,type:{name:"(event: KeyboardEvent) => void"}},onUpdateValue:{defaultValue:null,description:"when user click th display text to change",name:"onUpdateValue",required:!0,type:{name:"(value: TIME_SYSTEM_TEXT) => void"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},onInnerChange:{defaultValue:null,description:"trigger when inner update",name:"onInnerChange",required:!1,type:{name:"((value: TIME_SYSTEM_TEXT) => void)"}},getScreenReaderLabel:{defaultValue:null,description:"get label for screen reader",name:"getScreenReaderLabel",required:!1,type:{name:"((value: string) => string)"}},periodTexts:{defaultValue:null,description:"custom text for 'AM' and 'PM'",name:"periodTexts",required:!0,type:{name:"{ AM: string; PM: string; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx#ToggleText"]={docgenInfo:ToggleText.__docgenInfo,name:"ToggleText",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx#ToggleText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts":(__unused_webpack_module,exports)=>{"use strict";var TIME_SYSTEM_TEXT;Object.defineProperty(exports,"__esModule",{value:!0}),function(TIME_SYSTEM_TEXT){TIME_SYSTEM_TEXT.PM="PM",TIME_SYSTEM_TEXT.AM="AM"}(TIME_SYSTEM_TEXT||(TIME_SYSTEM_TEXT={})),exports.TIME_SYSTEM_TEXT=TIME_SYSTEM_TEXT;exports.K_ENTER="Enter";exports.K_SPACE=" "},"./packages/juno-core/src/components/Forms/Picker/TimePicker/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/NumberPicker.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/ToggleText.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/SelectionView.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/TimePicker.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts");exports.StyledNumberPicker=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-direction: column;\n\n outline: none;\n border: 1px solid transparent;\n position: relative;\n\n ",";\n\n "," {\n "," {\n "," .icon {\n color: ",";\n }\n }\n }\n\n > * + * {\n margin-top: ",";\n }\n"],["\n display: flex;\n flex-direction: column;\n\n outline: none;\n border: 1px solid transparent;\n position: relative;\n\n ",";\n\n "," {\n "," {\n "," .icon {\n color: ",";\n }\n }\n }\n\n > * + * {\n margin-top: ",";\n }\n"])),foundation_1.focusVisibleShadowStyle("lg"),foundation_1.focusVisible,Buttons_1.RcIconButton,"&:not(."+utils_1.RcIconButtonClasses.disabled+")",foundation_1.palette2("interactive","f01"),foundation_1.spacing(2));try{StyledNumberPicker.displayName="StyledNumberPicker",StyledNumberPicker.__docgenInfo={description:"",displayName:"StyledNumberPicker",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx#StyledNumberPicker"]={docgenInfo:StyledNumberPicker.__docgenInfo,name:"StyledNumberPicker",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx#StyledNumberPicker"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts");exports.StyledPickerPopperWrap=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),(function(_a){var size=_a.size,_b=utils_1.RcTimePickerUtils[size],width=_b.width,height=_b.height;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n box-sizing: border-box;\n width: ",";\n height: ",";\n padding: ",";\n color: ",";\n "],["\n ",";\n box-sizing: border-box;\n width: ",";\n height: ",";\n padding: ",";\n color: ",";\n "])),foundation_1.flexCenterStyle,width,height,foundation_1.spacing(3,4),foundation_1.palette2("neutral","f06"))}));try{StyledPickerPopperWrap.displayName="StyledPickerPopperWrap",StyledPickerPopperWrap.__docgenInfo={description:"",displayName:"StyledPickerPopperWrap",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},action:{defaultValue:null,description:"can manual trigger close by ref",name:"action",required:!1,type:{name:"((instance: PickerTextFieldRef | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with two size: 'small' | 'medium', default with medium.\nsize for TextField when `variant=\"outline\"`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},max:{defaultValue:null,description:"max time",name:"max",required:!1,type:{name:"number | Date"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nannouncementText for screen reader read",name:"inputProps",required:!1,type:{name:"({ announcementText?: string; } & InputBaseComponentProps)"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"trigger when user click the clear button",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},min:{defaultValue:null,description:"min time",name:"min",required:!1,type:{name:"number | Date"}},PopoverProps:{defaultValue:null,description:"props for hourPicker component",name:"PopoverProps",required:!1,type:{name:'Pick, "slot" | ... 289 more ... | "PaperProps">'}},ActionSymbol:{defaultValue:null,description:"action icon",name:"ActionSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},dateMode:{defaultValue:null,description:"When all using date, this props will be remove,",name:"dateMode",required:!1,type:{name:"false"}},HourPickerProps:{defaultValue:null,description:"props for hourPicker component",name:"HourPickerProps",required:!1,type:{name:'Pick, "slot" | "style" | "title" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 249 more ... | "renderValue">'}},MinutePickerProps:{defaultValue:null,description:"props for minutePicker component",name:"MinutePickerProps",required:!1,type:{name:'Pick, "slot" | "style" | "title" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 249 more ... | "renderValue">'}},PeriodToggleProps:{defaultValue:null,description:"props for periodToggle component",name:"PeriodToggleProps",required:!1,type:{name:'Pick, "form" | "slot" | "style" | "title" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 256 more ... | "periodTexts">'}},defaultPickerValue:{defaultValue:null,description:"picker will show default value when textfield is empty",name:"defaultPickerValue",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx#StyledPickerPopperWrap"]={docgenInfo:StyledPickerPopperWrap.__docgenInfo,name:"StyledPickerPopperWrap",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx#StyledPickerPopperWrap"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StyledTimeIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx");exports.StyledSelectionItem=foundation_1.styled(StyledTimeIconButton_1.StyledTimeIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n && {\n ",";\n /* when itemLength is 4 which makes it to become two line, so add padding for it. */\n margin: ",";\n }\n"],["\n && {\n ",";\n /* when itemLength is 4 which makes it to become two line, so add padding for it. */\n margin: ",";\n }\n"])),foundation_1.typography("body1"),(function(_a){var itemLength=_a.itemLength,wrapperSize=_a.wrapperSize;return foundation_1.spacing("small"===wrapperSize&&4===itemLength?2:1)}));try{StyledSelectionItem.displayName="StyledSelectionItem",StyledSelectionItem.__docgenInfo={description:"",displayName:"StyledSelectionItem",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}},itemLength:{defaultValue:null,description:"item length of data source",name:"itemLength",required:!1,type:{name:"any"}},wrapperSize:{defaultValue:null,description:"",name:"wrapperSize",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx#StyledSelectionItem"]={docgenInfo:StyledSelectionItem.__docgenInfo,name:"StyledSelectionItem",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx#StyledSelectionItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts");exports.StyledSelectionView=foundation_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),(function(_a){var size=_a.size,_b=utils_1.RcTimePickerUtils[size],width=_b.width,height=_b.height;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n box-sizing: border-box;\n padding: ",";\n flex-wrap: wrap;\n width: ",";\n height: ",";\n margin: ",";\n "],["\n ",";\n box-sizing: border-box;\n padding: ",";\n flex-wrap: wrap;\n width: ",";\n height: ",";\n margin: ",";\n "])),foundation_1.flexCenterStyle,foundation_1.spacing(2),width,height,foundation_1.spacing(-3,-4))}));try{StyledSelectionView.displayName="StyledSelectionView",StyledSelectionView.__docgenInfo={description:"",displayName:"StyledSelectionView",props:{isTwelveHourSystem:{defaultValue:null,description:"Is 12 hours system",name:"isTwelveHourSystem",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"with two sizes: medium and small",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},disabled:{defaultValue:null,description:"disabled of icon",name:"disabled",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx#StyledSelectionView"]={docgenInfo:StyledSelectionView.__docgenInfo,name:"StyledSelectionView",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx#StyledSelectionView"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts"),_StyledTimeIconButton=react_1.forwardRef((function(_a,ref){_a.itemLength,_a.wrapperSize;var rest=tslib_1.__rest(_a,["itemLength","wrapperSize"]);return react_1.default.createElement(styles_1.PickerBaseIconButton,tslib_1.__assign({ref},rest))}));exports.StyledTimeIconButton=foundation_1.styled(_StyledTimeIconButton)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n && {\n ",";\n\n ",";\n }\n"],["\n && {\n ",";\n\n ",";\n }\n"])),(function(_a){var wrapperSize=_a.wrapperSize,itemLength=_a.itemLength,iconWidth=utils_1.RcTimePickerIconWidths[wrapperSize];return itemLength>utils_1.HALF_DAY_HOURS?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),iconWidth.s12,iconWidth.s24):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: ",";\n height: ",";\n "],["\n width: ",";\n height: ",";\n "])),iconWidth.s12,iconWidth.s12)}),(function(_a){var wrapperSize=_a.wrapperSize;return foundation_1.typography("medium"===wrapperSize?"title1":"subheading1")}));try{StyledTimeIconButton.displayName="StyledTimeIconButton",StyledTimeIconButton.__docgenInfo={description:"",displayName:"StyledTimeIconButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:"any"}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"any"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"any"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"any"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"any"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"any"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"any"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"any"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"any"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"any"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"any"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"any"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"any"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"any"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"any"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"any"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:"any"}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"any"}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"any"}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"any"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"any"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"any"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"any"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"any"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"any"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"any"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"any"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:"any"}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"any"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"any"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"any"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"any"}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"any"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:"any"}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"any"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"any"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"any"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"any"}},itemLength:{defaultValue:null,description:"item length of data source",name:"itemLength",required:!1,type:{name:"any"}},wrapperSize:{defaultValue:null,description:"",name:"wrapperSize",required:!1,type:{name:"any"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx#StyledTimeIconButton"]={docgenInfo:StyledTimeIconButton.__docgenInfo,name:"StyledTimeIconButton",path:"packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx#StyledTimeIconButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/styles/StyledSelectionView.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/A11yUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isClick=function isClick(event){return"click"===event.type}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimeBoundary.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var TimePickerHelper_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts"),TimeBoundary=function(){function TimeBoundary(value,direction,timeGap){var date;this.value=value,this.timeGap=timeGap,this._hour=void 0,this._minute=void 0,this._date=void 0,this.timestamp=0,value&&("after"===direction?this.getAfterNearTime():this.getBeforeNearTime(),this.date=new Date((date=new Date,date.setHours(0,0,0,0),date).setHours(this.hour,this.minute,0,0)))}return Object.defineProperty(TimeBoundary.prototype,"hour",{get:function(){return this._hour},enumerable:!0,configurable:!0}),Object.defineProperty(TimeBoundary.prototype,"minute",{get:function(){return this._minute},enumerable:!0,configurable:!0}),Object.defineProperty(TimeBoundary.prototype,"date",{get:function(){return this._date},set:function(value){value&&(this.timestamp=TimePickerHelper_1.getTimestampFromDate(value)),this._date=value},enumerable:!0,configurable:!0}),TimeBoundary.prototype.getAfterNearTime=function(){var time=this.getDateTime(),hour=time.getHours(),minute=time.getMinutes(),partCount=Math.ceil(minute/this.timeGap);partCount>=TimePickerHelper_1.HOUR_MINUTES/this.timeGap&&(hour++,minute=0),this._hour=hour,this._minute=partCount*this.timeGap%TimePickerHelper_1.HOUR_MINUTES},TimeBoundary.prototype.getBeforeNearTime=function(){var time=this.getDateTime();this._hour=time.getHours(),this._minute=Math.floor(time.getMinutes()/this.timeGap)*this.timeGap},TimeBoundary.prototype.getDateTime=function(){var _a;if(this.value instanceof Date)return this.value;var _b=TimePickerHelper_1.getHourAndMinute(null!==(_a=this.value)&&void 0!==_a?_a:0),hour=_b.hour,minute=_b.minute,date=new Date;return date.setHours(hour,minute,0,0),date},TimeBoundary}();exports.TimeBoundary=TimeBoundary,exports.getRangeBoundary=function(_a){var min=_a.min,max=_a.max,_b=_a.gap,gap=void 0===_b?TimePickerHelper_1.TIME_GAP:_b;if(void 0!==min&&void 0!==max){var minTimestamp=TimePickerHelper_1.getTimestamp(min),maxTimestamp=TimePickerHelper_1.getTimestamp(max);if(minTimestamp>maxTimestamp)throw new Error("JUNO [RcTimePicker]: That boundary min "+minTimestamp+" is bigger than max "+maxTimestamp+", please confirm your min and max range props")}return{min:new TimeBoundary(min,"after",gap),max:new TimeBoundary(max,"before",gap)}}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var range_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/range.js")),constant_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/constant.ts"),parseNumber=function(value,isTwelveHourSystem){var count=isTwelveHourSystem?value%12:value;return isTwelveHourSystem&&0===count?12:count};exports.parseNumber=parseNumber;var parseNumberToString=function(value,isTwelveHourSystem){var count=parseNumber(value,isTwelveHourSystem);return pad(count)};exports.parseNumberToString=parseNumberToString;var pad=function(num,size){void 0===size&&(size=2);for(var s=""+num;s.length=12?constant_1.TIME_SYSTEM_TEXT.PM:constant_1.TIME_SYSTEM_TEXT.AM};exports.getRecoupHour=function(currHour,period){switch(period){case constant_1.TIME_SYSTEM_TEXT.PM:if(currHour<12)return 12;break;case constant_1.TIME_SYSTEM_TEXT.AM:if(currHour<12&&currHour>=12)return-12}return 0}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTimePickerUtils={small:{width:"160px",height:"160px",timeSystem:{margin:foundation_1.spacing(1)}},medium:{width:"272px",height:"208px",timeSystem:{margin:foundation_1.spacing(6)}}},exports.RcTimePickerIconWidths={small:{s12:"40px",s24:"24px"},medium:{s12:"56px",s24:"24px"}},exports.RcTimePickerClasses=foundation_1.RcClasses(["popover","popoverPaper"],"RcTimePicker")},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/getNumberPickerBoundary.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var TimePickerHelper_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts");exports.getNumberPickerBoundary=function getNumberPickerBoundary(currentHour,_a){var _b,_c,_d,_e,range=_a.range,isTwelveHourSystem=_a.isTwelveHourSystem,currentIsPM=currentHour>=TimePickerHelper_1.HALF_DAY_HOURS,maxHour=null!==(_b=range.max.hour)&&void 0!==_b?_b:23,maxMinute=null!==(_c=range.max.minute)&&void 0!==_c?_c:TimePickerHelper_1.lastMinute,minHour=null!==(_d=range.min.hour)&&void 0!==_d?_d:0,minMinute=null!==(_e=range.min.minute)&&void 0!==_e?_e:0;return isTwelveHourSystem&&(currentIsPM?minHour=TimePickerHelper_1.HALF_DAY_HOURS&&(maxHour=11,maxMinute=TimePickerHelper_1.lastMinute)),maxMinute!==TimePickerHelper_1.lastMinute&¤tHourminHour&&(minMinute=0),isTwelveHourSystem&&(maxHour%=TimePickerHelper_1.HALF_DAY_HOURS,minHour%=TimePickerHelper_1.HALF_DAY_HOURS),{hour:{min:minHour,max:maxHour},minute:{min:minMinute,max:maxMinute}}}},"./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/A11yUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimeBoundary.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerHelper.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/TimePickerUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/getNumberPickerBoundary.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts");exports.PickerBaseIconButton=react_1.forwardRef((function(props,ref){var children=props.children,selected=props.selected,hidden=props.hidden,rest=tslib_1.__rest(props,["children","selected","hidden"]);return react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({elevation:0,activeElevation:0,ref,variant:selected?"contained":"round",color:selected?"interactive.b02":"neutral.f06","data-hidden":hidden,size:"xsmall",focusVariant:"focusRing"},rest),children)})),exports.PickerBaseIconButton.displayName="PickerBaseIconButton";try{PickerBaseIconButton.displayName="PickerBaseIconButton",PickerBaseIconButton.__docgenInfo={description:"",displayName:"PickerBaseIconButton",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx#PickerBaseIconButton"]={docgenInfo:PickerBaseIconButton.__docgenInfo,name:"PickerBaseIconButton",path:"packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx#PickerBaseIconButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts"),_RcTextField=react_1.forwardRef((function(props,ref){var rest=tslib_1.__rest(props,[]);return react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({ref},rest,{clearBtn:!1}))})),StyledPickerTextField=foundation_1.styled(_RcTextField)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n .picker-clear {\n display: none;\n }\n\n .",", ."," {\n cursor: pointer;\n }\n\n ."," {\n cursor: auto;\n }\n\n .picker-action {\n margin: 0;\n }\n\n ",";\n"],["\n .picker-clear {\n display: none;\n }\n\n .",", ."," {\n cursor: pointer;\n }\n\n ."," {\n cursor: auto;\n }\n\n .picker-action {\n margin: 0;\n }\n\n ",";\n"])),utils_1.RcTextFieldInputClasses.root,utils_1.RcTextFieldInputClasses.input,utils_1.RcTextFieldInputClasses.disabled,(function(_a){var value=_a.value,clearBtn=_a.clearBtn,disabled=_a.disabled;return value&&clearBtn&&!disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n ."," {\n &:hover {\n .picker-action {\n display: none;\n }\n .picker-clear {\n display: inline-flex;\n }\n }\n }\n }\n "],["\n "," {\n ."," {\n &:hover {\n .picker-action {\n display: none;\n }\n .picker-clear {\n display: inline-flex;\n }\n }\n }\n }\n "])),foundation_1.nonTouchHoverMedia,utils_1.RcTextFieldInputClasses.root)}));exports.StyledPickerTextField=StyledPickerTextField;try{StyledPickerTextField.displayName="StyledPickerTextField",StyledPickerTextField.__docgenInfo={description:"",displayName:"StyledPickerTextField",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx#StyledPickerTextField"]={docgenInfo:StyledPickerTextField.__docgenInfo,name:"StyledPickerTextField",path:"packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx#StyledPickerTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Popover_1=__webpack_require__("./packages/juno-core/src/components/Popover/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/DatePicker/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/TimePicker/utils/index.ts");exports.StyledPopover=foundation_1.styled(Popover_1.RcPopover)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .",", ."," {\n ",";\n }\n"],["\n .",", ."," {\n ",";\n }\n"])),utils_1.RcDatePickerClasses.popoverPaper,utils_2.RcTimePickerClasses.popoverPaper,foundation_1.fakeBorder({pseudo:!0,radius:"lg"}));try{StyledPopover.displayName="StyledPopover",StyledPopover.__docgenInfo={description:"",displayName:"StyledPopover",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the component is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the component is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the component has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the component is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the component is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the component has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the popover is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"Set to 'auto' to automatically calculate transition time based on height.",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the popover.",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx#StyledPopover"]={docgenInfo:StyledPopover.__docgenInfo,name:"StyledPopover",path:"packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx#StyledPopover"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPickerFocusInsetBorderSizes={small:1,medium:2},exports.datePickerCustomFocusRingStyle=function(_a){var size=_a.size,selected=_a.selected,_b=_a.radius,radius=void 0===_b?"circle":_b,focusInsetBorderSizes=exports.RcPickerFocusInsetBorderSizes[size];return selected&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n ","\n &:after {\n top: ","px;\n right: ","px;\n bottom: ","px;\n left: ","px;\n }\n &:before {\n background-color: unset !important;\n }\n }\n "],["\n "," {\n ","\n &:after {\n top: ","px;\n right: ","px;\n bottom: ","px;\n left: ","px;\n }\n &:before {\n background-color: unset !important;\n }\n }\n "])),foundation_1.focusVisible,foundation_1.shadowBorder(radius,foundation_1.palette2("neutral","b01"),!0,focusInsetBorderSizes),focusInsetBorderSizes,focusInsetBorderSizes,focusInsetBorderSizes,focusInsetBorderSizes)};try{datePickerCustomFocusRingStyle.displayName="datePickerCustomFocusRingStyle",datePickerCustomFocusRingStyle.__docgenInfo={description:"",displayName:"datePickerCustomFocusRingStyle",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},radius:{defaultValue:{value:"circle"},description:"custom border radius for tag, default is `lg`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"`box-shadow` with token\n0 ~ 24 for different elevation shadow",name:"elevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},variant:{defaultValue:null,description:"variant, default with `round`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"round"'},{value:'"outline"'},{value:'"contained"'},{value:'"inverse"'},{value:'"plain"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},download:{defaultValue:null,description:"@deprecated",name:"download",required:!1,type:{name:"boolean"}},href:{defaultValue:null,description:"@deprecated",name:"href",required:!1,type:{name:"string"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@deprecated \n@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"(RefObject & ((instance: unknown) => void)) | (RefObject & RefObject)"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},invisible:{defaultValue:null,description:"make iconButton unVisible, default with `false`",name:"invisible",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"button size, with default with `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},IconProps:{defaultValue:null,description:"pass props to below Icon component",name:"IconProps",required:!1,type:{name:"RcIconProps"}},focusVariant:{defaultValue:null,description:"Set focus style for component.\nOnly use for `inverse` and `round` variant.\n`plain` variant always use `focusRing`",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},shouldPersistBg:{defaultValue:null,description:"persist background color",name:"shouldPersistBg",required:!1,type:{name:"boolean"}},stretchIcon:{defaultValue:null,description:"stretch icon to same size as container",name:"stretchIcon",required:!1,type:{name:"boolean"}},useColorWhenDisabled:{defaultValue:null,description:"still use color when disabled",name:"useColorWhenDisabled",required:!1,type:{name:"boolean"}},activeElevation:{defaultValue:null,description:"`box-shadow` with token when button active\n0 ~ 24 for different elevation shadow",name:"activeElevation",required:!1,type:{name:'number | "map" | "filter" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | ... 31 more ...'}},disabledFakeBorder:{defaultValue:null,description:"not have fake border on `inverse` and `contained` variant in `highContrast` theme",name:"disabledFakeBorder",required:!1,type:{name:"boolean"}},alwaysEnableTooltip:{defaultValue:null,description:"@deprecated",name:"alwaysEnableTooltip",required:!1,type:{name:"boolean"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},tooltipPlacement:{defaultValue:null,description:"@deprecated",name:"tooltipPlacement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disableToolTip:{defaultValue:null,description:"@deprecated",name:"disableToolTip",required:!1,type:{name:"boolean"}},popperProps:{defaultValue:null,description:"@deprecated",name:"popperProps",required:!1,type:{name:'Pick'}},tooltipForceHide:{defaultValue:null,description:"@deprecated",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},externalLink:{defaultValue:null,description:"@deprecated",name:"externalLink",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},aRef:{defaultValue:null,description:"@deprecated",name:"aRef",required:!1,type:{name:"RefObject"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx#datePickerCustomFocusRingStyle"]={docgenInfo:datePickerCustomFocusRingStyle.__docgenInfo,name:"datePickerCustomFocusRingStyle",path:"packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx#datePickerCustomFocusRingStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/PickerBaseIconButton.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/StyledPickerTextField.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/StyledPopover.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/datePickerCustomFocusRingStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),uniqueId_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Picker/styles/index.ts"),popoverAnchorOrigin={vertical:"bottom",horizontal:"left"},popoverTransformOrigin={vertical:"top",horizontal:"left"},PickerTextField=react_1.forwardRef((function(props,ref){var onClear=props.onClear,InputProps=props.InputProps,disabled=props.disabled,action=props.action,onKeyDown=props.onKeyDown,_a=props.inputProps,_b=void 0===_a?{}:_a,announcementText=_b.announcementText,inputProps=tslib_1.__rest(_b,["announcementText"]),PopoverPropsProp=props.PopoverProps,children=props.children,ActionSymbol=props.ActionSymbol,clearBtn=props.clearBtn,clearButtonProps=props.clearButtonProps,value=props.value,rest=tslib_1.__rest(props,["onClear","InputProps","disabled","action","onKeyDown","inputProps","PopoverProps","children","ActionSymbol","clearBtn","clearButtonProps","value"]),focusInside=foundation_1.useFocusInside(),idForInput=react_1.useRef(uniqueId_1.default("PickerTextField-")).current,_c=tslib_1.__read(react_1.useState(null),2),anchorEl=_c[0],setAnchorEl=_c[1],idForHelperText=idForInput+"-helper-text",idForInstruction=idForInput+"-instruction",handlePickerClick=foundation_1.useEventCallback((function(event){disabled||anchorEl||setAnchorEl(event.currentTarget)})),handleA11yKeydown=foundation_1.useA11yKeyEvent((function(event){setAnchorEl(event.currentTarget)})),handleKeydown=foundation_1.useEventCallback((function(event){disabled||(handleA11yKeydown(event),null==onKeyDown||onKeyDown(event))})),handleClearClick=foundation_1.useEventCallback((function(e){e.stopPropagation(),e.preventDefault(),null==onClear||onClear(e)})),_InputProps=react_1.useMemo((function(){var iconTitle=null==clearButtonProps?void 0:clearButtonProps.title,combineClearProps=clearBtn&&foundation_1.combineProps({TooltipProps:{tooltipForceHide:!iconTitle},onClick:handleClearClick},clearButtonProps);return foundation_1.combineProps({readOnly:!0,endAdornment:react_1.default.createElement(react_1.default.Fragment,null,value&&react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({className:"picker-clear",variant:"plain",tabIndex:-1,disabled,symbol:juno_icon_1.DeleteCircle,title:iconTitle,"aria-label":iconTitle},combineClearProps)),react_1.default.createElement(IconButton_1.RcIconButton,{className:"picker-action",variant:"plain",tabIndex:-1,disabled,symbol:ActionSymbol})),onClick:handlePickerClick,onKeyDown:handleKeydown,inputProps:tslib_1.__assign({"aria-describedby":idForHelperText+" "+idForInstruction,"aria-haspopup":!0},inputProps)},InputProps)}),[clearBtn,handleClearClick,clearButtonProps,value,disabled,ActionSymbol,handlePickerClick,handleKeydown,idForHelperText,idForInstruction,inputProps,InputProps]),_FormHelperTextProps=react_1.useMemo((function(){return{id:idForHelperText}}),[idForHelperText]),onPickerViewClose=foundation_1.useEventCallback((function(){setAnchorEl(null)})),PopoverProps=react_1.useMemo((function(){return foundation_1.combineProps({onClose:onPickerViewClose},PopoverPropsProp)}),[PopoverPropsProp,onPickerViewClose]),popoverOpen=Boolean(anchorEl);return react_1.useImperativeHandle(action,(function(){return{close:onPickerViewClose}}),[onPickerViewClose]),react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(styles_1.StyledPickerTextField,tslib_1.__assign({id:idForInput,ref,InputProps:_InputProps,FormHelperTextProps:_FormHelperTextProps,focused:!!popoverOpen||void 0,disabled,clearBtn,value},rest)),react_1.default.createElement(styles_1.StyledPopover,tslib_1.__assign({open:popoverOpen,anchorEl,onClose:onPickerViewClose,anchorOrigin:popoverAnchorOrigin,transformOrigin:popoverTransformOrigin},PopoverProps),focusInside.start,children,focusInside.end),react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{id:idForInstruction},announcementText))}));exports.PickerTextField=PickerTextField,PickerTextField.displayName="PickerTextField";try{PickerTextField.displayName="PickerTextField",PickerTextField.__docgenInfo={description:"",displayName:"PickerTextField",props:{onClear:{defaultValue:null,description:"trigger when user click the clear button",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nannouncementText for screen reader read",name:"inputProps",required:!1,type:{name:"({ announcementText?: string; } & InputBaseComponentProps)"}},PopoverProps:{defaultValue:null,description:"props for hourPicker component",name:"PopoverProps",required:!1,type:{name:'Pick, "slot" | ... 289 more ... | "PaperProps">'}},children:{defaultValue:null,description:"children for render in popover",name:"children",required:!0,type:{name:"ReactNode"}},ActionSymbol:{defaultValue:null,description:"action icon",name:"ActionSymbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},action:{defaultValue:null,description:"can manual trigger close by ref",name:"action",required:!1,type:{name:"((instance: PickerTextFieldRef | null) => void) | RefObject | null"}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx#PickerTextField"]={docgenInfo:PickerTextField.__docgenInfo,name:"PickerTextField",path:"packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx#PickerTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/PickerTextField.tsx"),exports)},"./packages/juno-core/src/components/Forms/Picker/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/utils/PickerTextField/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Radio/Radio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Radio_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Radio/index.js")),RadioButtonIcon_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/Radio/RadioButtonIcon.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/index.ts"),getIconProps=utils_1.CustomIconPropsGetter({checkedIcon:react_1.default.createElement(RadioButtonIcon_1.default,{checked:!0,classes:utils_2.RadioButtonIconClasses}),icon:react_1.default.createElement(RadioButtonIcon_1.default,{classes:utils_2.RadioButtonIconClasses})}),_RcRadio=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcRadio"}),label=props.label,formControlLabelProps=props.formControlLabelProps,classesProp=(props.color,props.error,props.followColorWhenUnChecked,props.classes),size=props.size,icon=props.icon,checkedIcon=props.checkedIcon,rest=tslib_1.__rest(props,["label","formControlLabelProps","color","error","followColorWhenUnChecked","classes","size","icon","checkedIcon"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_2.RcRadioClasses,classesProp)}),[classesProp]),iconProps=react_1.useMemo((function(){return getIconProps({size,icon,checkedIcon})}),[checkedIcon,icon,size]),Radio=react_1.default.createElement(Radio_1.default,tslib_1.__assign({},iconProps,rest,{ref,color:"default",classes}));return label?react_1.default.createElement(FormControlLabel_1.RcFormControlLabel,tslib_1.__assign({},formControlLabelProps,{label,control:Radio})):Radio})),RcRadio=foundation_1.styled(Tooltip_1.withTooltip(_RcRadio))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.RadioStyle);exports.RcRadio=RcRadio,RcRadio.defaultProps={color:"interactive.f01",size:"medium"},RcRadio.displayName="RcRadio";try{RcRadio.displayName="RcRadio",RcRadio.__docgenInfo={description:"",displayName:"RcRadio",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Radio/Radio.tsx#RcRadio"]={docgenInfo:RcRadio.__docgenInfo,name:"RcRadio",path:"packages/juno-core/src/components/Forms/Radio/Radio.tsx#RcRadio"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Radio/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/Radio.tsx"),exports)},"./packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/utils/index.ts"),utils_3=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/index.ts");exports.RadioStyle=function(_a){var size=_a.size,rest=tslib_1.__rest(_a,["size"]),currSize=utils_1.RcIconButtonSizes[size],fontSize=foundation_1.px(1.2*currSize),disSize=foundation_1.px(.1*currSize);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n\n ."," {\n svg {\n font-size: ",";\n margin: -",";\n }\n }\n "],["\n ",";\n\n ."," {\n svg {\n font-size: ",";\n margin: -",";\n }\n }\n "])),utils_2.checkedStyles(tslib_1.__assign(tslib_1.__assign({size},rest),{classes:utils_3.RcRadioClasses})),utils_3.RadioButtonIconClasses.root,fontSize,disSize)};try{RadioStyle.displayName="RadioStyle",RadioStyle.__docgenInfo={description:"",displayName:"RadioStyle",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}},size:{defaultValue:null,description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the radio will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"The icon to display when the component is unchecked.",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the component. The DOM API casts this to a string.",name:"value",required:!1,type:{name:"unknown"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},checkedIcon:{defaultValue:null,description:"The icon to display when the component is checked.",name:"checkedIcon",required:!1,type:{name:"ReactNode"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx#RadioStyle"]={docgenInfo:RadioStyle.__docgenInfo,name:"RadioStyle",path:"packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx#RadioStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Radio/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/styles/RadioStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Radio/utils/RadioUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcRadioClasses=foundation_1.RcClasses(["root","checked","disabled"],"RcRadio"),exports.RadioButtonIconClasses=foundation_1.RcClasses(["root"],"RadioButtonIcon")},"./packages/juno-core/src/components/Forms/Radio/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/utils/RadioUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),RadioGroup_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/RadioGroup/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcRadioGroup=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcRadioGroup"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]);return react_1.default.createElement(RadioGroup_1.default,tslib_1.__assign({},rest,{ref,classes:classesProp}),children)})),RcRadioGroup=foundation_1.styled(_RcRadioGroup)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcRadioGroup=RcRadioGroup,RcRadioGroup.defaultProps={},RcRadioGroup.displayName="RcRadioGroup";try{RcRadioGroup.displayName="RcRadioGroup",RcRadioGroup.__docgenInfo={description:"",displayName:"RcRadioGroup",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx#RcRadioGroup"]={docgenInfo:RcRadioGroup.__docgenInfo,name:"RcRadioGroup",path:"packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx#RcRadioGroup"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/RadioGroup/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/RadioGroup/RadioGroup.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),VirtualizedMenu_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/index.ts"),Select_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/Select.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/index.ts"),styles_2=__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/index.ts"),defaultButtonProps={TouchRippleProps:{classes:utils_1.RcPlainSelectTouchRippleClasses}},EmptyIcon=function(){return null},plainAnchorOrigin={horizontal:"left",vertical:"bottom"},_RcPlainSelect=react_1.forwardRef((function(_a,ref){var children=_a.children,className=_a.className,valueProp=(_a.classes,_a.value),defaultValue=_a.defaultValue,renderValue=_a.renderValue,variant=_a.variant,ButtonProps=_a.ButtonProps,innerRef=_a.innerRef,SelectInputProps=_a.SelectInputProps,InputProps=_a.InputProps,disabled=_a.disabled,autoFocus=_a.autoFocus,size=_a.size,virtualize=_a.virtualize,fullWidth=_a.fullWidth,color=_a.color,IconComponent=_a.IconComponent,onOpenProp=_a.onOpen,onCloseProp=_a.onClose,onChangeProp=_a.onChange,rest=tslib_1.__rest(_a,["children","className","classes","value","defaultValue","renderValue","variant","ButtonProps","innerRef","SelectInputProps","InputProps","disabled","autoFocus","size","virtualize","fullWidth","color","IconComponent","onOpen","onClose","onChange"]),_b=tslib_1.__read(foundation_1.useControlled({controlled:valueProp,default:defaultValue,name:"RcPlainSelect"}),2),value=_b[0],setValue=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open=_c[0],setOpen=_c[1];foundation_1.hasValue(value);var display=react_1.useMemo((function(){var item=children.find((function(child){return child.props.value===value}));return null==item?void 0:item.props.children}),[children,value]),_SelectInputProps=react_1.useMemo((function(){return foundation_1.combineProps({MenuComponent:virtualize?VirtualizedMenu_1.RcVirtualizedMenu:Menu_1.RcMenu,MenuProps:{anchorOrigin:plainAnchorOrigin},SelectDisplayProps:{tabIndex:void 0,"aria-haspopup":void 0,role:void 0}},SelectInputProps)}),[SelectInputProps,virtualize]),_InputProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:utils_1.RcPlainSelectInputClasses,disableUnderline:!0},InputProps)}),[InputProps]);return react_1.default.createElement(Select_1.RcSelect,tslib_1.__assign({className,value,variant:"none",disabled,IconComponent:EmptyIcon,onOpen:function(e){setOpen(!0),null==onOpenProp||onOpenProp(e)},onClose:function(e){setOpen(!1),null==onCloseProp||onCloseProp(e)},onChange:function(e,v){setValue(e.target.value),null==onChangeProp||onChangeProp(e,v)},SelectInputProps:_SelectInputProps,InputProps:_InputProps,renderValue:function(newValue){var _variant=utils_1.switchVariantToButtonVariant(variant);return react_1.default.createElement(Buttons_1.RcButton,tslib_1.__assign({ref,innerRef,disabled,size,color,fullWidth,autoFocus,variant:_variant,"aria-label":"open menu","aria-haspopup":"listbox"},foundation_1.combineProps(defaultButtonProps,ButtonProps)),renderValue?renderValue(newValue):display,IconComponent&&react_1.default.createElement(IconComponent,{open})||react_1.default.createElement(styles_1.SelectArrowDownIcon,{color:void 0,className:open?"MuiSelect-iconOpen":""}))},fullWidth,color},rest),children)})),RcPlainSelect=foundation_1.styled(_RcPlainSelect)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_2.plainSelectStyle);exports.RcPlainSelect=RcPlainSelect,RcPlainSelect.defaultProps={variant:"text",size:"medium"},RcPlainSelect.displayName="RcPlainSelect";try{RcPlainSelect.displayName="RcPlainSelect",RcPlainSelect.__docgenInfo={description:"",displayName:"RcPlainSelect",props:{input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"item for the select options\nThe option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"Element[] | (Element[] & string) | (Element[] & number) | (Element[] & false) | (Element[] & true) | (Element[] & ReactElement ReactElement<...> | null) | (new (props: any) => Component<...>)>) | ... 31 more ... | (Element[] & ... 1 more ... & Iterable<...>)"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},variant:{defaultValue:{value:"text"},description:"type of variant, default is `text`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"round"'},{value:'"plain"'},{value:'"plainIcon"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"value of this component, required in PlainSelect\nThe input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:{value:"medium"},description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},ButtonProps:{defaultValue:null,description:"Button Props",name:"ButtonProps",required:!1,type:{name:"RcButtonProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx#RcPlainSelect"]={docgenInfo:RcPlainSelect.__docgenInfo,name:"RcPlainSelect",path:"packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx#RcPlainSelect"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/PlainSelect/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/PlainSelect.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),ListItemText_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/index.ts"),roundVariant=["round","plainIcon"];exports.plainSelectStyle=function(_a){var variant=_a.variant,disabled=_a.disabled,isText="text"===variant,isRound=roundVariant.includes(variant);return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: auto;\n\n "," {\n "," {\n margin-right: 0;\n }\n }\n\n "," {\n margin-right: 0;\n }\n\n ."," {\n margin-bottom: 0;\n }\n\n ."," {\n width: auto;\n pointer-events: none;\n }\n\n ."," {\n padding: 0;\n height: auto;\n }\n\n "," {\n pointer-events: ",";\n min-width: unset;\n padding-left: ",";\n padding-right: ",";\n border-radius: ",";\n\n "," {\n margin: ",";\n }\n\n ","\n }\n "],["\n width: auto;\n\n "," {\n "," {\n margin-right: 0;\n }\n }\n\n "," {\n margin-right: 0;\n }\n\n ."," {\n margin-bottom: 0;\n }\n\n ."," {\n width: auto;\n pointer-events: none;\n }\n\n ."," {\n padding: 0;\n height: auto;\n }\n\n "," {\n pointer-events: ",";\n min-width: unset;\n padding-left: ",";\n padding-right: ",";\n border-radius: ",";\n\n "," {\n margin: ",";\n }\n\n ","\n }\n "])),Buttons_1.RcButton,Icon_1.RcIcon,ListItemText_1.RcListItemText,utils_1.RcTextFieldClasses.root,utils_2.RcPlainSelectInputClasses.root,utils_2.RcPlainSelectInputClasses.input,Buttons_1.RcButton,!disabled&&"auto",foundation_1.spacing(isText?4:1),foundation_1.spacing(isText?1:0),isRound&&foundation_1.radius("xxl"),styles_1.SelectArrowDownIcon,foundation_1.spacing(0,0,0,isRound?0:1),isRound&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding-top: ",";\n padding-bottom: ",";\n\n "," {\n ."," {\n background-color: currentColor;\n opacity: ",";\n }\n ."," {\n display: none;\n }\n }\n "],["\n padding-top: ",";\n padding-bottom: ",";\n\n "," {\n ."," {\n background-color: currentColor;\n opacity: ",";\n }\n ."," {\n display: none;\n }\n }\n "])),foundation_1.spacing(1.5),foundation_1.spacing(1.5),foundation_1.focusVisible,utils_2.RcPlainSelectTouchRippleClasses.root,foundation_1.opacity("32"),utils_2.RcPlainSelectTouchRippleClasses.child))};try{plainSelectStyle.displayName="plainSelectStyle",plainSelectStyle.__docgenInfo={description:"",displayName:"plainSelectStyle",props:{value:{defaultValue:null,description:"value of this component, required in PlainSelect\nThe input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},variant:{defaultValue:null,description:"type of variant, default is `text`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"round"'},{value:'"plain"'},{value:'"plainIcon"'}]}},ButtonProps:{defaultValue:null,description:"Button Props",name:"ButtonProps",required:!1,type:{name:"RcButtonProps"}},children:{defaultValue:null,description:"item for the select options\nThe option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"Element[] | (Element[] & string) | (Element[] & number) | (Element[] & false) | (Element[] & true) | (Element[] & ReactElement ReactElement<...> | null) | (new (props: any) => Component<...>)>) | (Element[] & Iterable<...>) | (Element[] & ReactPortal)"}},input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx#plainSelectStyle"]={docgenInfo:plainSelectStyle.__docgenInfo,name:"plainSelectStyle",path:"packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx#plainSelectStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/styles/StyledSelect.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");function switchVariantToButtonVariant(variant){switch(variant){case"plainIcon":return"plain";case"round":return"text";default:return variant}}exports.RcPlainSelectInputClasses=foundation_1.RcClasses(["root","input"],"RcPlainSelectInput"),exports.RcPlainSelectTouchRippleClasses=foundation_1.RcClasses(["child","root"],"RcPlainSelect-TouchRipple"),exports.switchVariantToButtonVariant=switchVariantToButtonVariant;try{switchVariantToButtonVariant.displayName="switchVariantToButtonVariant",switchVariantToButtonVariant.__docgenInfo={description:"",displayName:"switchVariantToButtonVariant",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx#switchVariantToButtonVariant"]={docgenInfo:switchVariantToButtonVariant.__docgenInfo,name:"switchVariantToButtonVariant",path:"packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx#switchVariantToButtonVariant"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/utils/PlainSelectUtils.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/Select.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/index.ts"),VirtualizedMenu_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/index.ts"),leftBottomAnchorOrigin={horizontal:"left",vertical:"bottom"},_RcSelect=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSelect"}),children=props.children,onChange=props.onChange,defaultValue=props.defaultValue,SelectInputPropsProp=props.SelectInputProps,MenuProps=props.MenuProps,placeholder=(props.textVariant,props.placeholder),renderValue=props.renderValue,displayEmpty=props.displayEmpty,variant=props.variant,value=(props.size,props.value),virtualize=props.virtualize,focused=props.focused,gutterBottom=props.gutterBottom,helperText=props.helperText,color=props.color,label=props.label,id=props.id,className=props.className,title=props.title,validate=props.validate,InputProps=props.InputProps,required=props.required,fullWidth=props.fullWidth,disabled=props.disabled,error=props.error,rest=tslib_1.__rest(props,["children","onChange","defaultValue","SelectInputProps","MenuProps","textVariant","placeholder","renderValue","displayEmpty","variant","size","value","virtualize","focused","gutterBottom","helperText","color","label","id","className","title","validate","InputProps","required","fullWidth","disabled","error"]),hasDefaultValue=foundation_1.hasValue(defaultValue),nonValue=!foundation_1.hasValue(value)&&!hasDefaultValue||!displayEmpty&&""===value,applyClasses=react_1.useMemo((function(){var variantClasses=utils_1.RcSelectInputClassesMap[variant];return foundation_1.combineClasses(utils_1.RcSelectInputClasses,variantClasses)}),[variant]),_SelectProps=react_1.useMemo((function(){var additionProps={MenuComponent:void 0,MenuProps:void 0};return(null==rest?void 0:rest.multiple)&&(additionProps.MenuComponent=Menu_1.RcMenu,additionProps.MenuProps={anchorOrigin:leftBottomAnchorOrigin}),virtualize&&(additionProps.MenuComponent=VirtualizedMenu_1.RcVirtualizedMenu,additionProps.MenuProps={anchorOrigin:{vertical:"top",horizontal:"left"},transformOrigin:{horizontal:0,vertical:8}}),additionProps.MenuProps=foundation_1.combineProps(additionProps.MenuProps,MenuProps),tslib_1.__assign({renderValue,classes:foundation_1.combineClasses(utils_1.RcSelectClasses,null==rest?void 0:rest.classes),IconComponent:styles_1.SelectArrowDownIcon,displayEmpty,inputComponent:utils_1.SelectInput,inputProps:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},additionProps),null==rest?void 0:rest.inputProps),SelectInputPropsProp)},rest)}),[rest,virtualize,renderValue,displayEmpty,SelectInputPropsProp,MenuProps]),_InputProps=react_1.useMemo((function(){var result=InputProps;return placeholder&&nonValue&&(result=foundation_1.combineProps({classes:foundation_1.combineClasses(utils_1.RcSelectInputWhenPlaceholderClasses,applyClasses),disableUnderline:"box"===variant},result)),foundation_1.combineProps({classes:applyClasses},result)}),[InputProps,placeholder,nonValue,applyClasses,variant]),currValue="number"==typeof value?value:value||"";return react_1.default.createElement(utils_1.RcSelectTextField,{ref,id,className,title,onChange,color,select:!0,focused,gutterBottom,helperText,label,value:hasDefaultValue?void 0:currValue,defaultValue,validate,required,fullWidth,disabled,error,InputProps:_InputProps,clearBtn:!1,placeholder,SelectProps:_SelectProps},children)})),RcSelect=foundation_1.styled(_RcSelect)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.selectStyle);exports.RcSelect=RcSelect,RcSelect.displayName="RcSelect",RcSelect.defaultProps={size:"medium",variant:"line"};try{RcSelect.displayName="RcSelect",RcSelect.__docgenInfo={description:"",displayName:"RcSelect",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/Select.tsx#RcSelect"]={docgenInfo:RcSelect.__docgenInfo,name:"RcSelect",path:"packages/juno-core/src/components/Forms/Select/Select.tsx#RcSelect"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/Select.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/PlainSelect/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),_SelectArrowDownIcon=react_1.forwardRef((function(_a,ref){var className=_a.className,rest=tslib_1.__rest(_a,["className"]);return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({ref,className:clsx_1.default("MuiSvgIcon-root",className),color:"neutral.f04",size:"large",symbol:juno_icon_1.ArrowDown},rest))}));exports.SelectArrowDownIcon=foundation_1.styled(_SelectArrowDownIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));try{SelectArrowDownIcon.displayName="SelectArrowDownIcon",SelectArrowDownIcon.__docgenInfo={description:"",displayName:"SelectArrowDownIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx#SelectArrowDownIcon"]={docgenInfo:SelectArrowDownIcon.__docgenInfo,name:"SelectArrowDownIcon",path:"packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx#SelectArrowDownIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/index.ts"),boxBackgroundColor=foundation_1.palette2("neutral","b03"),boxActionBackgroundColor=foundation_1.palette2("action","grayDark"),lineSelectStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n ",";\n line-height: unset;\n\n &:focus {\n background-color: ",";\n }\n }\n"],["\n ."," {\n ",";\n line-height: unset;\n\n &:focus {\n background-color: ",";\n }\n }\n"])),utils_1.RcLineSelectInputClasses.input,(function(_a){var textVariant=_a.textVariant;return foundation_1.typography(textVariant||"subheading1")}),foundation_1.setOpacity(foundation_1.palette2("action","grayDark"),"08"));exports.selectStyle=function(props){var variant=props.variant,placeholder=props.placeholder,colorProp=props.color,color=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("interactive","f01"));return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n color: ",";\n &:before {\n content: ",";\n border: none;\n }\n }\n\n ."," {\n color: ",";\n ."," {\n color: ",";\n }\n }\n\n ",";\n ",";\n "],["\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n ."," {\n color: ",";\n }\n }\n\n ."," {\n color: ",";\n &:before {\n content: ",";\n border: none;\n }\n }\n\n ."," {\n color: ",";\n ."," {\n color: ",";\n }\n }\n\n ",";\n ",";\n "])),utils_1.RcSelectClasses.icon,foundation_1.palette2("neutral","f04"),utils_1.RcSelectInputClasses.focused,utils_1.RcSelectClasses.icon,color,utils_1.RcSelectInputClasses.error,utils_1.RcSelectClasses.icon,foundation_1.palette2("danger","f02"),utils_1.RcSelectInputWhenPlaceholderClasses.input,styles_1.placeholderColor,"'"+placeholder+"'",utils_1.RcSelectInputClasses.disabled,styles_1.disabledColor,utils_1.RcSelectClasses.icon,styles_1.disabledColor,"line"===variant&&lineSelectStyle,"box"===variant&&function(_a){var color=_a.color;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n > ."," {\n margin-top: ",";\n box-sizing: border-box;\n height: ",";\n border-radius: ",";\n background-color: ",";\n\n &:not(.","):hover {\n background-color: ",";\n }\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:after {\n display: none;\n }\n }\n\n > ."," {\n background-color: ",";\n\n &:before {\n ",";\n }\n }\n\n > ."," {\n &:before {\n ",";\n }\n }\n\n > ."," {\n background-color: ",";\n &:before {\n ",";\n }\n }\n\n ."," {\n padding: ",";\n ",";\n line-height: ",";\n\n &:focus {\n background: transparent;\n }\n }\n"],["\n > ."," {\n margin-top: ",";\n box-sizing: border-box;\n height: ",";\n border-radius: ",";\n background-color: ",";\n\n &:not(.","):hover {\n background-color: ",";\n }\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:after {\n display: none;\n }\n }\n\n > ."," {\n background-color: ",";\n\n &:before {\n ",";\n }\n }\n\n > ."," {\n &:before {\n ",";\n }\n }\n\n > ."," {\n background-color: ",";\n &:before {\n ",";\n }\n }\n\n ."," {\n padding: ",";\n ",";\n line-height: ",";\n\n &:focus {\n background: transparent;\n }\n }\n"])),utils_1.RcBoxSelectInputClasses.root,(function(_a){return _a.label&&foundation_1.spacing(5)}),(function(_a){var size=_a.size;return foundation_1.px(utils_1.RcBoxSelectInputHeights[size])}),foundation_1.radius("lg"),boxBackgroundColor,utils_1.RcBoxSelectInputClasses.disabled,foundation_1.setOpacity(boxActionBackgroundColor,"12"),foundation_1.radius("lg"),foundation_1.fakeBorder({color:foundation_1.palette2("highContrast")}),utils_1.RcBoxSelectInputClasses.focused,foundation_1.setOpacity(boxActionBackgroundColor,"16"),foundation_1.fakeBorder({color}),utils_1.RcBoxSelectInputClasses.error,foundation_1.fakeBorder({color:foundation_1.palette2("danger","f02")}),utils_1.RcBoxSelectInputClasses.disabled,foundation_1.setOpacity(foundation_1.palette2("action","grayLight"),"12"),foundation_1.fakeBorder({color:"transparent",allowTransparent:!0}),utils_1.RcBoxSelectInputClasses.input,foundation_1.spacing(1.5,6,1.5,2),(function(_a){var textVariant=_a.textVariant;return foundation_1.typography(textVariant||"body1")}),(function(_a){var size=_a.size;return foundation_1.px(utils_1.RcBoxSelectInputHeights[size]-12)}))}(tslib_1.__assign(tslib_1.__assign({},props),{color})))};try{selectStyle.displayName="selectStyle",selectStyle.__docgenInfo={description:"",displayName:"selectStyle",props:{size:{defaultValue:null,description:"size with type 'medium' , 'large' , default with medium",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},variant:{defaultValue:null,description:"variant for select component",name:"variant",required:!1,type:{name:"enum",value:[{value:'"line"'},{value:'"box"'}]}},SelectInputProps:{defaultValue:null,description:"apply for inputComponent component, you can custom `MenuComponent`, `MenuProps` here",name:"SelectInputProps",required:!1,type:{name:"SelectInputProps"}},virtualize:{defaultValue:null,description:"is that menu virtualize",name:"virtualize",required:!1,type:{name:"boolean"}},input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)\nThe label content.",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the input will indicate an error. This is normally obtained via context from\nFormControl.",name:"error",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},multiple:{defaultValue:null,description:"If `true`, `value` must be an array and the menu will support multiple selections.",name:"multiple",required:!1,type:{name:"boolean"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx#selectStyle"]={docgenInfo:selectStyle.__docgenInfo,name:"selectStyle",path:"packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx#selectStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/StyledSelect.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),utils_1=(__webpack_require__("./node_modules/react-is/index.js"),__webpack_require__("./node_modules/@material-ui/core/InputBase/utils.js")),Menu_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Menu/index.js")),utils_2=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js"),SelectArrowDownIcon_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/styles/SelectArrowDownIcon.tsx");function areEqualValues(a,b){return"object"==typeof b&&null!==b?a===b:String(a)===String(b)}var SelectInput=react_1.forwardRef((function(props,ref){var _a,_b,_c,_d=props.MenuComponent,MenuComponent=void 0===_d?Menu_1.default:_d,ariaLabel=props["aria-label"],autoFocus=props.autoFocus,autoWidth=props.autoWidth,children=props.children,_e=props.classes,classes=void 0===_e?{}:_e,className=props.className,defaultValue=props.defaultValue,disabled=props.disabled,displayEmpty=props.displayEmpty,_f=props.IconComponent,IconComponent=void 0===_f?SelectArrowDownIcon_1.SelectArrowDownIcon:_f,inputRefProp=props.inputRef,labelId=props.labelId,_g=props.MenuProps,MenuProps=void 0===_g?{}:_g,multiple=props.multiple,name=props.name,onBlur=props.onBlur,onChange=props.onChange,onClose=props.onClose,onFocus=props.onFocus,onOpen=props.onOpen,openProp=props.open,readOnly=props.readOnly,renderValue=props.renderValue,_h=props.SelectDisplayProps,SelectDisplayProps=void 0===_h?{}:_h,tabIndexProp=props.tabIndex,valueProp=(props.type,props.value),other=tslib_1.__rest(props,["MenuComponent","aria-label","autoFocus","autoWidth","children","classes","className","defaultValue","disabled","displayEmpty","IconComponent","inputRef","labelId","MenuProps","multiple","name","onBlur","onChange","onClose","onFocus","onOpen","open","readOnly","renderValue","SelectDisplayProps","tabIndex","type","value"]),_j=tslib_1.__read(utils_2.useControlled({controlled:valueProp,default:defaultValue,name:"Select"}),2),value=_j[0],setValueState=_j[1],inputRef=react_1.default.useRef(null),displayRef=react_1.default.useRef(null),_k=tslib_1.__read(react_1.default.useState(null),2),displayNode=_k[0],setDisplayNode=_k[1],isOpenControlled=react_1.default.useRef(null!=openProp).current,_l=tslib_1.__read(react_1.useState(),2),menuMinWidthState=_l[0],setMenuMinWidthState=_l[1],_m=tslib_1.__read(react_1.default.useState(!1),2),openState=_m[0],setOpenState=_m[1],handleRef=utils_2.useForkRef(ref,inputRefProp),handleDisplayRef=react_1.default.useCallback((function(node){displayRef.current=node,node&&setDisplayNode(node)}),[]);react_1.default.useImperativeHandle(handleRef,(function(){return{focus:function(){displayRef.current.focus()},node:inputRef.current,value}}),[value]),react_1.default.useEffect((function(){autoFocus&&displayRef.current.focus()}),[autoFocus]),react_1.default.useEffect((function(){var label=utils_2.ownerDocument(displayRef.current).getElementById(labelId);if(label){var handler_1=function(){getSelection().isCollapsed&&displayRef.current.focus()};return label.addEventListener("click",handler_1),function(){label.removeEventListener("click",handler_1)}}}),[labelId]);var display,displaySingle,update=function(open,event){open?onOpen&&onOpen(event):onClose&&onClose(event),isOpenControlled||(setMenuMinWidthState(autoWidth?null:displayNode.clientWidth),setOpenState(open))},childrenArray=react_1.default.Children.toArray(children),handleItemClick=function(child){return function(event){var newValue;if(multiple){newValue=Array.isArray(value)?value.slice():[];var itemIndex=value.indexOf(child.props.value);-1===itemIndex?newValue.push(child.props.value):newValue.splice(itemIndex,1)}else newValue=child.props.value;child.props.onClick&&child.props.onClick(event),value!==newValue&&(setValueState(newValue),onChange&&(event.persist(),Object.defineProperty(event,"target",{writable:!0,value:{value:newValue,name}}),onChange(event,child))),multiple||update(!1,event)}},open=null!==displayNode&&(isOpenControlled?openProp:openState);delete other["aria-invalid"];var displayMultiple=[],computeDisplay=!1;(utils_1.isFilled({value})||displayEmpty)&&(renderValue?display=renderValue(value):computeDisplay=!0);var items=childrenArray.map((function(child){if(!react_1.default.isValidElement(child))return null;var selected;if(multiple){if(!Array.isArray(value))throw new Error("Material-UI: The `value` prop must be an array when using the `Select` component with `multiple`.");(selected=value.some((function(v){return areEqualValues(v,child.props.value)})))&&computeDisplay&&displayMultiple.push(child.props.children)}else(selected=areEqualValues(value,child.props.value))&&computeDisplay&&(displaySingle=child.props.children);return selected&&!0,react_1.default.cloneElement(child,{"aria-selected":selected?"true":"false",onClick:handleItemClick(child),onKeyUp:function(event){" "===event.key&&event.preventDefault(),child.props.onKeyUp&&child.props.onKeyUp(event)},role:"option",selected,value:void 0,"data-value":child.props.value})}));computeDisplay&&(display=multiple?displayMultiple.join(", "):displaySingle);var tabIndex,menuMinWidth=menuMinWidthState;!autoWidth&&isOpenControlled&&displayNode&&(menuMinWidth=displayNode.clientWidth),tabIndex=void 0!==tabIndexProp?tabIndexProp:disabled?void 0:0;var buttonId=SelectDisplayProps.id||(name?"mui-component-select-"+name:void 0);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement("div",tslib_1.__assign({ref:handleDisplayRef,tabIndex,role:"button","aria-disabled":disabled?"true":void 0,"aria-expanded":open?"true":void 0,"aria-haspopup":"listbox","aria-label":ariaLabel,"aria-labelledby":[labelId,buttonId].filter(Boolean).join(" ")||void 0,onKeyDown:function(event){if(!readOnly){-1!==[" ","ArrowUp","ArrowDown","Enter"].indexOf(event.key)&&(event.preventDefault(),update(!0,event))}},onMouseDown:disabled||readOnly?void 0:function(event){0===event.button&&(event.preventDefault(),displayRef.current.focus(),update(!0,event))},onBlur:function(event){!open&&onBlur&&(event.persist(),Object.defineProperty(event,"target",{writable:!0,value:{value,name}}),onBlur(event))},onFocus},SelectDisplayProps,{className:clsx_1.default(classes.root,classes.select,classes.selectMenu,classes.disabled&&(_a={},_a[classes.disabled]=disabled,_a),className,SelectDisplayProps.className),id:buttonId}),function isEmpty(display){return null==display||"string"==typeof display&&!display.trim()}(display)?react_1.default.createElement("span",{dangerouslySetInnerHTML:{__html:"​"}}):display),react_1.default.createElement("input",tslib_1.__assign({value:Array.isArray(value)?value.join(","):value,name,ref:inputRef,"aria-hidden":!0,onChange:function(event){var index=childrenArray.map((function(child){return child.props.value})).indexOf(event.target.value);if(-1!==index){var child=childrenArray[index];setValueState(child.props.value),onChange&&onChange(event,child)}},tabIndex:-1,disabled,className:classes.nativeInput,autoFocus},other)),react_1.default.createElement(IconComponent,{disabled,className:clsx_1.default(classes.icon,classes.iconOpen&&(_b={},_b[classes.iconOpen]=open,_b),classes.disabled&&(_c={},_c[classes.disabled]=disabled,_c))}),react_1.default.createElement(MenuComponent,tslib_1.__assign({id:"menu-"+(name||""),anchorEl:displayNode,open,onClose:function(event){update(!1,event)}},MenuProps,{MenuListProps:tslib_1.__assign({"aria-labelledby":labelId,role:"listbox",disableListWrap:!0},MenuProps.MenuListProps),PaperProps:tslib_1.__assign(tslib_1.__assign({},MenuProps.PaperProps),{style:tslib_1.__assign({minWidth:menuMinWidth},null!=MenuProps.PaperProps?MenuProps.PaperProps.style:null)})}),items))}));exports.SelectInput=SelectInput,SelectInput.defaultProps={},SelectInput.displayName="SelectInput";try{SelectInput.displayName="SelectInput",SelectInput.__docgenInfo={description:"internal component",displayName:"SelectInput",props:{input:{defaultValue:null,description:"An `Input` element; does not have to be a material-ui specific `Input`.",name:"input",required:!1,type:{name:"ReactElement"}},label:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"label",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes for native input\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"({ nativeInput?: string; } & Partial>)"}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback function fired when a menu item is selected.\n@param \n@param \n@document",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ name?: string; value: unknown; }>, child: ReactNode) => void)"}},defaultValue:{defaultValue:null,description:"The default element value. Use when the component is not controlled.\n@document",name:"defaultValue",required:!1,type:{name:"unknown"}},id:{defaultValue:null,description:"The `id` of the wrapper element or the `select` element when `native`.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"The color of the component. It supports those theme colors that make sense for this component.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'}]}},"aria-describedby":{defaultValue:null,description:"Identifies the element (or elements) that describes the object.",name:"aria-describedby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The option elements to populate the select with.\nCan be some `MenuItem` when `native` is false and `option` when `native` is true.\n\n⚠️The `MenuItem` elements **must** be direct descendants when `native` is false.",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"Callback fired when the input is blurred.\n\nNotice that the first argument (event) might be undefined.",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},onKeyDown:{defaultValue:null,description:"",name:"onKeyDown",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},onKeyUp:{defaultValue:null,description:"",name:"onKeyUp",required:!1,type:{name:"((event: KeyboardEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:"string"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The input value. Providing an empty string will select no options.\nThis prop is required when the `native` prop is `false` (default).\nSet to an empty string `''` if you don't want any of the available options to be selected.\n\nIf the value is an object it must have reference equality with the option in order to be selected.\nIf the value is not an object, the string representation must match with the string representation of the option in order to be selected.\n@document",name:"value",required:!1,type:{name:"unknown"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nUse in controlled mode (see open).\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"Control `select` open state.\nYou can only use it when the `native` prop is `false` (default).",name:"open",required:!1,type:{name:"boolean"}},margin:{defaultValue:null,description:"If `dense`, will adjust vertical spacing. This is normally obtained via context from\nFormControl.",name:"margin",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"dense"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the input will indicate an error. This is normally obtained via context from\nFormControl.",name:"error",required:!1,type:{name:"boolean"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be opened.\nUse in controlled mode (see open).\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.\nWhen `native` is `true`, the attributes are applied on the `select` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"It prevents the user from changing the value of the field\n(not from interacting with the field).",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},rowsMax:{defaultValue:null,description:"Maximum number of rows to display.\n@deprecated",name:"rowsMax",required:!1,type:{name:"string | number"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display when multiline option is set to true.",name:"minRows",required:!1,type:{name:"string | number"}},endAdornment:{defaultValue:null,description:"End `InputAdornment` for this component.",name:"endAdornment",required:!1,type:{name:"ReactNode"}},inputComponent:{defaultValue:null,description:"The component used for the `input` element.\nEither a string to use a HTML element or a component.",name:"inputComponent",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "data" | "dd" | "del" | "details" | "dfn" | "dt" | "em" | "figcaption" | ... 39 more ...'}},renderSuffix:{defaultValue:null,description:"",name:"renderSuffix",required:!1,type:{name:'((state: { disabled?: boolean; error?: boolean; filled?: boolean | undefined; focused?: boolean | undefined; margin?: "none" | "normal" | "dense" | undefined; required?: boolean | undefined; startAdornment?: ReactNode; }) => ReactNode) | undefined'}},rowsMin:{defaultValue:null,description:"Minimum number of rows to display.\n@deprecated",name:"rowsMin",required:!1,type:{name:"string | number"}},startAdornment:{defaultValue:null,description:"Start `InputAdornment` for this component.",name:"startAdornment",required:!1,type:{name:"ReactNode"}},multiple:{defaultValue:null,description:"If `true`, `value` must be an array and the menu will support multiple selections.",name:"multiple",required:!1,type:{name:"boolean"}},disableUnderline:{defaultValue:null,description:"If `true`, the input will not have an underline.",name:"disableUnderline",required:!1,type:{name:"boolean"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},renderValue:{defaultValue:null,description:"Render the selected value.\nYou can only use it when the `native` prop is `false` (default).\n@param \n@returns",name:"renderValue",required:!1,type:{name:"((value: unknown) => ReactNode)"}},autoWidth:{defaultValue:null,description:"If `true`, the width of the popover will automatically be set according to the items inside the\nmenu, otherwise it will be at least the width of the select input.",name:"autoWidth",required:!1,type:{name:"boolean"}},displayEmpty:{defaultValue:null,description:"If `true`, a value is displayed even if no items are selected.\n\nIn order to display a meaningful value, a function should be passed to the `renderValue` prop which returns the value to be displayed when no items are selected.\nYou can only use it when the `native` prop is `false` (default).",name:"displayEmpty",required:!1,type:{name:"boolean"}},IconComponent:{defaultValue:null,description:"The icon that displays the arrow.",name:"IconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},labelId:{defaultValue:null,description:"The ID of an element that acts as an additional label. The Select will\nbe labelled by the additional label and the selected value.",name:"labelId",required:!1,type:{name:"string"}},labelWidth:{defaultValue:null,description:"See [OutlinedInput#label](/api/outlined-input/#props)",name:"labelWidth",required:!1,type:{name:"number"}},MenuProps:{defaultValue:null,description:"Props applied to the Virtualized Menu element\nProps applied to the [`Menu`](/api/menu/) element.",name:"MenuProps",required:!1,type:{name:"Partial"}},native:{defaultValue:null,description:"If `true`, the component will be using a native `select` element.",name:"native",required:!1,type:{name:"boolean"}},SelectDisplayProps:{defaultValue:null,description:"Props applied to the clickable div element.",name:"SelectDisplayProps",required:!1,type:{name:"HTMLAttributes"}},MenuComponent:{defaultValue:null,description:"",name:"MenuComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx#SelectInput"]={docgenInfo:SelectInput.__docgenInfo,name:"SelectInput",path:"packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx#SelectInput"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Select/utils/SelectInput/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/SelectInput/SelectInput.tsx"),exports)},"./packages/juno-core/src/components/Forms/Select/utils/SelectUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts");exports.RcSelectClasses=foundation_1.RcClasses(["icon"],"RcSelect"),exports.RcSelectInputClasses=foundation_1.RcClasses(["root","focused","error","disabled"],"RcSelectInput"),exports.RcSelectInputWhenPlaceholderClasses=foundation_1.RcClasses(["input"],"RcSelectInputWhenPlaceholder"),exports.RcLineSelectInputClasses=foundation_1.RcClasses(["input"],"RcLineSelectInput"),exports.RcBoxSelectInputClasses=foundation_1.RcClasses(["root","focused","input","error","disabled"],"RcBoxSelectInput"),exports.RcSelectInputClassesMap={box:exports.RcBoxSelectInputClasses,line:exports.RcLineSelectInputClasses},exports.RcBoxSelectInputHeights={medium:32,large:40},exports.RcSelectTextField=TextField_1.RcTextField},"./packages/juno-core/src/components/Forms/Select/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/SelectInput/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/SelectUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Slider/Slider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Slider_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Slider/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Slider/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Slider/utils/index.ts"),_RcSlider=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSlider"}),classesProp=props.classes,children=(props.color,props.children),rest=tslib_1.__rest(props,["classes","color","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSliderClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Slider_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcSlider=foundation_1.styled(_RcSlider)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.SliderStyle);exports.RcSlider=RcSlider,RcSlider.defaultProps={valueLabelDisplay:"auto",color:"interactive.f01"},RcSlider.displayName="RcSlider";try{RcSlider.displayName="RcSlider",RcSlider.__docgenInfo={description:"",displayName:"RcSlider",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},track:{defaultValue:null,description:"",name:"track",required:!1,type:{name:'false | "normal" | "inverted"'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},defaultValue:{defaultValue:null,description:"",name:"defaultValue",required:!1,type:{name:"number | number[]"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:{value:"interactive.f01"},description:"custom color for Slider",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},"aria-label":{defaultValue:null,description:"",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"",name:"aria-labelledby",required:!1,type:{name:"string"}},"aria-valuetext":{defaultValue:null,description:"",name:"aria-valuetext",required:!1,type:{name:"string"}},step:{defaultValue:null,description:"",name:"step",required:!1,type:{name:"number | null"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"number | number[]"}},max:{defaultValue:null,description:"",name:"max",required:!1,type:{name:"number"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},min:{defaultValue:null,description:"",name:"min",required:!1,type:{name:"number"}},scale:{defaultValue:null,description:"",name:"scale",required:!1,type:{name:"((value: number) => number)"}},getAriaLabel:{defaultValue:null,description:"",name:"getAriaLabel",required:!1,type:{name:"((index: number) => string)"}},getAriaValueText:{defaultValue:null,description:"",name:"getAriaValueText",required:!1,type:{name:"((value: number, index: number) => string)"}},marks:{defaultValue:null,description:"",name:"marks",required:!1,type:{name:"boolean | Mark[]"}},onChangeCommitted:{defaultValue:null,description:"",name:"onChangeCommitted",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},ThumbComponent:{defaultValue:null,description:"",name:"ThumbComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},ValueLabelComponent:{defaultValue:null,description:"",name:"ValueLabelComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},valueLabelDisplay:{defaultValue:{value:"auto"},description:"",name:"valueLabelDisplay",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'}]}},valueLabelFormat:{defaultValue:null,description:"",name:"valueLabelFormat",required:!1,type:{name:"string | ((value: number, index: number) => ReactNode)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Slider/Slider.tsx#RcSlider"]={docgenInfo:RcSlider.__docgenInfo,name:"RcSlider",path:"packages/juno-core/src/components/Forms/Slider/Slider.tsx#RcSlider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Slider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/Slider.tsx"),exports)},"./packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Slider/utils/index.ts");exports.SliderStyle=function(props){var _a=tslib_1.__read(foundation_1.getContrastBgColor(props),2),currColor=_a[0],contrastBgColor=_a[1],actionThumbColor=foundation_1.setOpacity(currColor,"16");return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n\n &."," {\n ."," {\n background-color: ",";\n }\n }\n\n ."," {\n &."," {\n box-shadow: 0 0 0 8px ",";\n }\n\n "," {\n &:hover {\n box-shadow: 0 0 0 8px ",";\n }\n }\n\n &."," {\n box-shadow: 0 0 0 14px ",";\n }\n }\n\n &."," {\n color: ",";\n }\n "],["\n color: ",";\n\n &."," {\n ."," {\n background-color: ",";\n }\n }\n\n ."," {\n &."," {\n box-shadow: 0 0 0 8px ",";\n }\n\n "," {\n &:hover {\n box-shadow: 0 0 0 8px ",";\n }\n }\n\n &."," {\n box-shadow: 0 0 0 14px ",";\n }\n }\n\n &."," {\n color: ",";\n }\n "])),currColor,utils_1.RcSliderClasses.trackInverted,utils_1.RcSliderClasses.track,contrastBgColor,utils_1.RcSliderClasses.thumb,utils_1.RcSliderClasses.focusVisible,actionThumbColor,foundation_1.nonTouchHoverMedia,actionThumbColor,utils_1.RcSliderClasses.active,actionThumbColor,utils_1.RcSliderClasses.disabled,foundation_1.palette2("disabled","f02"))};try{SliderStyle.displayName="SliderStyle",SliderStyle.__docgenInfo={description:"",displayName:"SliderStyle",props:{color:{defaultValue:null,description:"custom color for Slider",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},track:{defaultValue:null,description:"",name:"track",required:!1,type:{name:'false | "normal" | "inverted"'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},defaultValue:{defaultValue:null,description:"",name:"defaultValue",required:!1,type:{name:"number | number[]"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},"aria-label":{defaultValue:null,description:"",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"",name:"aria-labelledby",required:!1,type:{name:"string"}},"aria-valuetext":{defaultValue:null,description:"",name:"aria-valuetext",required:!1,type:{name:"string"}},step:{defaultValue:null,description:"",name:"step",required:!1,type:{name:"number | null"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},name:{defaultValue:null,description:"",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"number | number[]"}},max:{defaultValue:null,description:"",name:"max",required:!1,type:{name:"number"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},min:{defaultValue:null,description:"",name:"min",required:!1,type:{name:"number"}},scale:{defaultValue:null,description:"",name:"scale",required:!1,type:{name:"((value: number) => number)"}},getAriaLabel:{defaultValue:null,description:"",name:"getAriaLabel",required:!1,type:{name:"((index: number) => string)"}},getAriaValueText:{defaultValue:null,description:"",name:"getAriaValueText",required:!1,type:{name:"((value: number, index: number) => string)"}},marks:{defaultValue:null,description:"",name:"marks",required:!1,type:{name:"boolean | Mark[]"}},onChangeCommitted:{defaultValue:null,description:"",name:"onChangeCommitted",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | number[]) => void)"}},ThumbComponent:{defaultValue:null,description:"",name:"ThumbComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},ValueLabelComponent:{defaultValue:null,description:"",name:"ValueLabelComponent",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},valueLabelDisplay:{defaultValue:null,description:"",name:"valueLabelDisplay",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'}]}},valueLabelFormat:{defaultValue:null,description:"",name:"valueLabelFormat",required:!1,type:{name:"string | ((value: number, index: number) => ReactNode)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx#SliderStyle"]={docgenInfo:SliderStyle.__docgenInfo,name:"SliderStyle",path:"packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx#SliderStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Slider/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/styles/SliderStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Slider/utils/SliderUtil.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSliderClasses=foundation_1.RcClasses(["thumb","active","trackInverted","track","focusVisible","disabled"],"RcSlider")},"./packages/juno-core/src/components/Forms/Slider/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/utils/SliderUtil.ts"),exports)},"./packages/juno-core/src/components/Forms/Switch/Switch.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),Switch_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Switch/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),_RcSwitch=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSwitch"}),label=props.label,_a=props.formControlLabelProps,formControlLabelProps=void 0===_a?{}:_a,focusVisibleClassNameProp=props.focusVisibleClassName,classesProp=props.classes,_b=(props.color,props.trackColor,props.inputRef),inputRefProp=void 0===_b?null:_b,onFocus=props.onFocus,onBlur=props.onBlur,rest=tslib_1.__rest(props,["label","formControlLabelProps","focusVisibleClassName","classes","color","trackColor","inputRef","onFocus","onBlur"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.omit(utils_1.RcSwitchClasses,["focusVisible"]),classesProp)}),[classesProp]),focusVisibleClassName=react_1.useMemo((function(){return clsx_1.default(utils_1.RcSwitchClasses.focusVisible,focusVisibleClassNameProp)}),[focusVisibleClassNameProp]),inputRef=react_1.useRef(null),handleInputRef=foundation_1.useForkRef(inputRef,inputRefProp),Switch=react_1.default.createElement(Switch_1.default,tslib_1.__assign({ref,inputRef:handleInputRef,focusVisibleClassName,classes},rest,{color:"default",size:"medium",disableRipple:!0,disableTouchRipple:!0,onFocus:function(e){var _a;(null===(_a=inputRef.current)||void 0===_a?void 0:_a.matches("[data-focus-visible-added]"))&&e.currentTarget.parentElement.setAttribute("data-focus-visible-within",""),null==onFocus||onFocus(e)},onBlur:function(e){e.currentTarget.parentElement.removeAttribute("data-focus-visible-within"),null==onBlur||onBlur(e)}}));return label?react_1.default.createElement(FormControlLabel_1.RcFormControlLabel,tslib_1.__assign({},formControlLabelProps,{label,control:Switch})):Switch})),RcSwitch=styled_components_1.default(_RcSwitch)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.SwitchStyle);exports.RcSwitch=RcSwitch,RcSwitch.defaultProps={color:"interactive.f01"},RcSwitch.displayName="RcSwitch";try{RcSwitch.displayName="RcSwitch",RcSwitch.__docgenInfo={description:"",displayName:"RcSwitch",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the switch will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},color:{defaultValue:{value:"interactive.f01"},description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}},trackColor:{defaultValue:null,description:"custom trackColor when unchecked status",name:"trackColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Switch/Switch.tsx#RcSwitch"]={docgenInfo:RcSwitch.__docgenInfo,name:"RcSwitch",path:"packages/juno-core/src/components/Forms/Switch/Switch.tsx#RcSwitch"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Switch/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/Switch.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/styles/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),exports)},"./packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/index.ts"),thumbColor=foundation_1.palette2("neutral","f01"),disabledColor=foundation_1.palette2("disabled","f02"),defaultTrackColorArray=["neutral","f02"],heightCss=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 20px;\n"],["\n height: 20px;\n"]))),widthCss=foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n width: 36px;\n"],["\n width: 36px;\n"]))),thumbSize=foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n height: 12px;\n width: 12px;\n"],["\n height: 12px;\n width: 12px;\n"]))),notDisabledSwitchBase=function(opacity,checkedColor,trackedColor){return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ."," {\n &:not(.",") {\n & + ."," {\n background-color: ",";\n }\n\n &."," + ."," {\n background-color: ",";\n }\n }\n }\n"],["\n ."," {\n &:not(.",") {\n & + ."," {\n background-color: ",";\n }\n\n &."," + ."," {\n background-color: ",";\n }\n }\n }\n"])),utils_1.RcSwitchClasses.switchBase,utils_1.RcSwitchClasses.disabled,utils_1.RcSwitchClasses.track,foundation_1.setOpacity(trackedColor,opacity,!0),utils_1.RcSwitchClasses.checked,utils_1.RcSwitchClasses.track,foundation_1.setOpacity(checkedColor,opacity,!0))};exports.SwitchStyle=function(_a){var colorProp=_a.color,trackColorProp=_a.trackColor,checkedColor=foundation_1.getParsePaletteColor(colorProp),trackColor=foundation_1.getParsePaletteColor(trackColorProp,defaultTrackColorArray);return foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n &."," {\n padding: 0px;\n ",";\n ",";\n\n &[data-focus-visible-within] {\n border-radius: ",";\n ","\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n background-color: transparent;\n transform: translateX(",");\n\n &."," {\n transform: translateX(",");\n }\n }\n\n ."," {\n ",";\n background-color: ",";\n box-shadow: none;\n }\n\n ."," {\n ",";\n opacity: 1;\n margin: 0;\n border-radius: ",";\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n\n &:active {\n ",";\n }\n }\n "],["\n &."," {\n padding: 0px;\n ",";\n ",";\n\n &[data-focus-visible-within] {\n border-radius: ",";\n ","\n }\n\n ."," {\n ",";\n ",";\n padding: 0;\n background-color: transparent;\n transform: translateX(",");\n\n &."," {\n transform: translateX(",");\n }\n }\n\n ."," {\n ",";\n background-color: ",";\n box-shadow: none;\n }\n\n ."," {\n ",";\n opacity: 1;\n margin: 0;\n border-radius: ",";\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n ."," + ."," {\n background-color: ",";\n }\n\n "," {\n &:hover {\n ",";\n }\n }\n\n &:active {\n ",";\n }\n }\n "])),utils_1.RcSwitchClasses.root,widthCss,heightCss,foundation_1.radius("round"),foundation_1.focusRing("normal",{pseudo:!1}),utils_1.RcSwitchClasses.switchBase,widthCss,heightCss,foundation_1.spacing(-2),utils_1.RcSwitchClasses.checked,foundation_1.spacing(2),utils_1.RcSwitchClasses.thumb,thumbSize,thumbColor,utils_1.RcSwitchClasses.track,heightCss,foundation_1.radius("round"),trackColor,utils_1.RcSwitchClasses.checked,utils_1.RcSwitchClasses.track,checkedColor,utils_1.RcSwitchClasses.disabled,utils_1.RcSwitchClasses.track,disabledColor,foundation_1.nonTouchHoverMedia,notDisabledSwitchBase("08",checkedColor,trackColor),notDisabledSwitchBase("24",checkedColor,trackColor))};try{SwitchStyle.displayName="SwitchStyle",SwitchStyle.__docgenInfo={description:"",displayName:"SwitchStyle",props:{trackColor:{defaultValue:null,description:"custom trackColor when unchecked status",name:"trackColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:'RcBaseFormControlLabelProps<"start" | "end">'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the switch will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the state is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, checked: boolean) => void)"}},defaultChecked:{defaultValue:null,description:"",name:"defaultChecked",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.",name:"id",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:'The value of the component. The DOM API casts this to a string.\nThe browser uses "on" as the default value.',name:"value",required:!1,type:{name:"unknown"}},checked:{defaultValue:null,description:"If `true`, the component is checked.",name:"checked",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputHTMLAttributes"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},readOnly:{defaultValue:null,description:"",name:"readOnly",required:!1,type:{name:"boolean"}},required:{defaultValue:null,description:"If `true`, the `input` element will be required.",name:"required",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx#SwitchStyle"]={docgenInfo:SwitchStyle.__docgenInfo,name:"SwitchStyle",path:"packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx#SwitchStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Switch/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/styles/SwitchStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Switch/utils/SwitchUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSwitchClasses=foundation_1.RcClasses(["root","switchBase","thumb","track","checked","disabled"],"RcSwitch")},"./packages/juno-core/src/components/Forms/Switch/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/utils/SwitchUtils.tsx"),exports)},"./packages/juno-core/src/components/Forms/TextField/TextField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TextField_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TextField/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),FormContext_1=__webpack_require__("./packages/juno-core/src/components/Forms/Form/Form/FormContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts");exports.RcOutlineTextFieldIconSizes=utils_1.RcOutlineTextFieldIconSizes;var templateObject_1,combineOutlineClasses=foundation_1.combineClasses(utils_1.RcTextFieldInputClasses,utils_1.RcOutlineTextFieldInputClasses),_RcTextField=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTextField"});var getCleanButton,classesProp=props.classes,InputLabelPropsProp=props.InputLabelProps,FormHelperTextPropsProp=props.FormHelperTextProps,valueProp=props.value,focusOnMount=props.focusOnMount,selectOnMount=props.selectOnMount,clearAriaLabel=props.clearAriaLabel,_a=props.autoFocus,autoFocusProp=void 0===_a?focusOnMount:_a,InputPropsProp=props.InputProps,error=props.error,helperText=props.helperText,inputRefProp=(props.defaultValue,props.inputRef),_b=props.autoSelect,autoSelect=void 0===_b?selectOnMount:_b,autoFocusDelay=props.autoFocusDelay,clearLabel=props.clearLabel,clearButtonProps=props.clearButtonProps,clearBtn=props.clearBtn,validate=props.validate,onChange=props.onChange,onBlur=props.onBlur,onFocus=props.onFocus,onClear=props.onClear,idProp=props.id,variant=props.variant,size=(props.radius,props.size),rest=(props.align,props.textVariant,props.gutterBottom,props.color,tslib_1.__rest(props,["classes","InputLabelProps","FormHelperTextProps","value","focusOnMount","selectOnMount","clearAriaLabel","autoFocus","InputProps","error","helperText","defaultValue","inputRef","autoSelect","autoFocusDelay","clearLabel","clearButtonProps","clearBtn","validate","onChange","onBlur","onFocus","onClear","id","variant","radius","size","align","textVariant","gutterBottom","color"])),formContext=FormContext_1.useRcFormContext(),innerRef=react_1.useRef(),inputRef=foundation_1.useForkRef(inputRefProp,innerRef),_c=tslib_1.__read(react_1.useState(""),2),validateMessage=_c[0],setValidateMessage=_c[1],runValidate=foundation_1.useEventCallback((function(value){void 0===value&&(value=valueProp);var validateMessage=!1;return validate&&(validateMessage=validate(value),setValidateMessage(!1!==validateMessage?validateMessage:"")),validateMessage})),handleClear=foundation_1.useEventCallback((function(event){null==onClear||onClear(event),null==onChange||onChange({target:{value:""}}),setValidateMessage("")})),endAdornment=(getCleanButton=function(){var iconTitle=clearLabel||(null==clearButtonProps?void 0:clearButtonProps.title),combineClearProps=foundation_1.combineProps({TooltipProps:{tooltipForceHide:!iconTitle},onClick:handleClear,size:utils_1.RcOutlineTextFieldIconSizes[size]},clearButtonProps);return react_1.default.createElement(styles_1.ClearIconButton,tslib_1.__assign({title:iconTitle,"aria-label":clearAriaLabel||iconTitle,symbol:juno_icon_1.DeleteCircle},combineClearProps))},(null==InputPropsProp?void 0:InputPropsProp.endAdornment)?clearBtn?react_1.default.createElement(react_1.default.Fragment,null,getCleanButton(),InputPropsProp.endAdornment):InputPropsProp.endAdornment:clearBtn?getCleanButton():void 0),events=foundation_1.combineProps({onBlur:function(){runValidate()},onFocus:function(){""!==validateMessage&&setValidateMessage("")}},{onBlur,onFocus}),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTextFieldClasses,classesProp)}),[classesProp]),additionClasses={outline:combineOutlineClasses,borderLess:void 0,standard:void 0}[variant],InputProps=foundation_1.combineProps({classes:additionClasses||utils_1.RcTextFieldInputClasses,disableUnderline:["outline","borderLess","inline"].includes(variant)},tslib_1.__assign(tslib_1.__assign({},InputPropsProp),{endAdornment})),FormHelperTextProps=foundation_1.combineProps({classes:utils_1.RcTextFieldFormHelperTextClasses},FormHelperTextPropsProp),InputLabelProps=foundation_1.combineProps({classes:utils_1.RcTextFieldInputLabelClasses,shrink:!0},InputLabelPropsProp);react_1.useLayoutEffect((function(){var inputElm=innerRef.current,autoFocus=autoFocusProp||(null==InputPropsProp?void 0:InputPropsProp.autoFocus),timerId=null;if(autoSelect&&(null==inputElm?void 0:inputElm.value))inputElm.select();else{var focus=function(){return null==inputElm?void 0:inputElm.focus()};autoFocus&&(autoFocusDelay?timerId=setTimeout(focus,autoFocusDelay):focus())}return function(){timerId&&clearTimeout(timerId),inputElm&&foundation_1.clearReactReferencesInNode(inputElm)}}),[]);var id=foundation_1.useId(idProp);return react_1.useEffect((function(){return id&&formContext.set(id,{validate:function(){return runValidate()}}),function(){id&&formContext.delete(id)}}),[]),react_1.default.createElement(TextField_1.default,tslib_1.__assign({},rest,events,{id,value:valueProp,onChange,error:validate?!!validateMessage:error,helperText:validateMessage||helperText,classes,FormHelperTextProps,InputLabelProps,InputProps,inputRef,ref}))})),RcTextField=foundation_1.styled(_RcTextField).attrs((function(_a){var _b=_a.defaultValue,defaultValue=void 0===_b?"":_b,valueProp=_a.value,onChangeProp=_a.onChange,rest=tslib_1.__rest(_a,["defaultValue","value","onChange"]),_c=tslib_1.__read(foundation_1.useControlled({default:defaultValue,controlled:valueProp,name:"RcTextField"}),2),value=_c[0],setValue=_c[1];return tslib_1.__assign(tslib_1.__assign({},rest),{value,onChange:function(event){null==onChangeProp||onChangeProp(event),setValue(event.target.value)}})}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TextFieldStyle);exports.RcTextField=RcTextField,RcTextField.defaultProps={clearBtn:!0,variant:"standard",radius:"lg",size:"medium",textVariant:"subheading1"},RcTextField.displayName="RcTextField";try{RcTextField.displayName="RcTextField",RcTextField.__docgenInfo={description:"",displayName:"RcTextField",props:{radius:{defaultValue:{value:"lg"},description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},variant:{defaultValue:{value:"standard"},description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:{value:"medium"},description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearBtn:{defaultValue:{value:"true"},description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},textVariant:{defaultValue:{value:"subheading1"},description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/TextField.tsx#RcTextField"]={docgenInfo:RcTextField.__docgenInfo,name:"RcTextField",path:"packages/juno-core/src/components/Forms/TextField/TextField.tsx#RcTextField"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/TextField/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/TextField.tsx"),exports)},"./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),FakeButton=foundation_1.styled(IconButton_1.RcIconButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n right: 0;\n pointer-events: none;\n"],["\n position: absolute;\n right: 0;\n pointer-events: none;\n"]))),_ClearIconButton=react_1.forwardRef((function(_a,ref){var onMouseDown=_a.onMouseDown,size=_a.size,rest=(_a.iconSize,tslib_1.__rest(_a,["onMouseDown","size","iconSize"]));return react_1.default.createElement(Box_1.RcBox,{display:"inline-flex",alignItems:"center",position:"relative"},react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({type:"button","aria-hidden":!0,variant:"plain",symbol:juno_icon_1.DeleteCircle,tabIndex:-1,onMouseDown:function(e){e.preventDefault(),null==onMouseDown||onMouseDown(e)},size},rest,{useRcTooltip:!1})),react_1.default.createElement(FakeButton,{variant:"plain",as:"div",size,ref}))}));exports.ClearIconButton=foundation_1.styled(Tooltip_1.withTooltip(_ClearIconButton))(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n position: relative;\n"],["\n display: flex;\n align-items: center;\n position: relative;\n"]))),exports.ClearIconButton.defaultProps={useRcTooltip:!0}},"./packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts");exports.OutlineTextFieldStyle=function(_a){var radius=_a.radius,size=_a.size,colorProp=_a.color,multiline=_a.multiline,height=foundation_1.px(utils_1.RcOutlineTextFieldHeights[size]),_b=utils_1.RcOutlineTextFieldSpaces[size],inside=_b.inside,outside=_b.outside,insideLeft=_b.insideLeft,y=_b.y,labelMargin=utils_1.RcOutlineTextFieldLabelMargins[size],typographyToken=utils_1.RcOutlineTextFieldFontStyles[size],currRadius=foundation_1.radius(radius),borderColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("neutral","l03")),focusBorderColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("interactive","f01"));return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n ",";\n }\n\n ",";\n\n * + ."," {\n margin-left: ",";\n }\n\n &."," {\n label + ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n -webkit-tap-highlight-color: transparent;\n min-height: ",";\n background: ",";\n padding: ",";\n border-radius: ",";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:not(.","):not(.","):hover {\n background: ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n background: ",";\n &:before {\n ",";\n }\n }\n "],["\n ."," {\n ",";\n }\n\n ",";\n\n * + ."," {\n margin-left: ",";\n }\n\n &."," {\n label + ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n -webkit-tap-highlight-color: transparent;\n min-height: ",";\n background: ",";\n padding: ",";\n border-radius: ",";\n\n &:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n border-radius: ",";\n transition: none;\n border-bottom: none !important;\n pointer-events: none;\n ",";\n }\n\n &:not(.","):not(.","):hover {\n background: ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n &:before {\n ",";\n }\n }\n\n ."," {\n background: ",";\n &:before {\n ",";\n }\n }\n "])),utils_1.RcOutlineTextFieldInputClasses.input,foundation_1.typography(typographyToken),utils_1.belowIconButtonSpacing(foundation_1.spacing(inside)),utils_1.RcOutlineTextFieldInputClasses.input,foundation_1.spacing(insideLeft||inside),utils_1.RcTextFieldClasses.root,utils_1.RcOutlineTextFieldInputClasses.root,foundation_1.spacing(labelMargin),utils_1.RcOutlineTextFieldInputClasses.root,height,foundation_1.palette2("neutral","b01"),foundation_1.spacing(multiline?y:0,outside),currRadius,currRadius,foundation_1.fakeBorder({color:borderColor}),utils_1.RcOutlineTextFieldInputClasses.focused,utils_1.RcOutlineTextFieldInputClasses.disabled,foundation_1.palette2("neutral","b02"),utils_1.RcOutlineTextFieldInputClasses.focused,foundation_1.fakeBorder({color:focusBorderColor}),utils_1.RcOutlineTextFieldInputClasses.error,foundation_1.fakeBorder({color:foundation_1.palette2("danger","f02")}),utils_1.RcOutlineTextFieldInputClasses.disabled,foundation_1.palette2("neutral","b03"),foundation_1.fakeBorder({color:foundation_1.palette2("disabled","f02")}))};try{OutlineTextFieldStyle.displayName="OutlineTextFieldStyle",OutlineTextFieldStyle.__docgenInfo={description:"",displayName:"OutlineTextFieldStyle",props:{color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx#OutlineTextFieldStyle"]={docgenInfo:OutlineTextFieldStyle.__docgenInfo,name:"OutlineTextFieldStyle",path:"packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx#OutlineTextFieldStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/index.ts"),ClearIconButton_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx"),OutlineTextFieldStyle_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx"),idleColor=foundation_1.palette2("neutral","f04"),errorTextColor=foundation_1.palette2("danger","f02"),errorColor=foundation_1.palette2("danger","f02");exports.textColor=foundation_1.palette2("neutral","f06"),exports.disabledColor=foundation_1.palette2("disabled","f02"),exports.placeholderColor=foundation_1.palette2("neutral","f03"),exports.RcDefaultTextFieldWidth="168px";var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,focusWithNotDisabled="."+utils_2.RcTextFieldInputClasses.root+":hover:not(."+utils_2.RcTextFieldInputClasses.disabled+")",TextFieldInputHoverFocusStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n display: inline-flex;\n }\n"],["\n "," {\n display: inline-flex;\n }\n"])),ClearIconButton_1.ClearIconButton);exports.clearBtnInactiveStyle=foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n "," {\n "," {\n ","\n }\n }\n\n ."," {\n ","\n }\n"],["\n "," {\n "," {\n ","\n }\n }\n\n ."," {\n ","\n }\n"])),foundation_1.nonTouchHoverMedia,focusWithNotDisabled,TextFieldInputHoverFocusStyle,utils_2.RcTextFieldInputClasses.focused,TextFieldInputHoverFocusStyle),exports.TextFieldStyle=function(props){var value=props.value,variant=props.variant,fullWidth=props.fullWidth,clearBtn=props.clearBtn,size=props.size,textVariant=props.textVariant,gutterBottom=props.gutterBottom,align=props.align,colorProp=props.color,showClean=foundation_1.isFilled({value}),color=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("interactive","f01")),labelRootColor=foundation_1.getParsePaletteColor(colorProp,idleColor),underlineColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("neutral","f02")),underlineFocusColor=foundation_1.getParsePaletteColor(colorProp,foundation_1.palette2("neutral","f06"));return foundation_1.css(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n ",";\n\n width: ",";\n\n ",";\n\n ."," {\n ",";\n color: ",";\n transform: scale(1);\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n\n "," {\n display: none;\n }\n }\n\n ",";\n\n ."," {\n ",";\n text-align: ",";\n\n ::placeholder {\n color: ",";\n opacity: 1;\n }\n\n &:placeholder-shown {\n ","\n }\n\n ",";\n }\n\n ."," {\n &:before {\n border-bottom-color: ",";\n }\n\n "," {\n &:hover:not(.",") {\n &:before {\n border-bottom-color: ",";\n }\n }\n }\n\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n color: ",";\n // * safari need that in disabled input\n -webkit-text-fill-color: ",";\n ::placeholder {\n color: ",";\n }\n &:before {\n border-bottom-style: solid;\n border-bottom-color: ",";\n }\n &:after {\n border-bottom-style: none;\n }\n }\n\n ."," {\n ",";\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n /* clears the 'X' from Internet Explorer */\n input[type='search']::-ms-clear,\n input[type='search']::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n }\n\n /* clears the 'X' from Chrome */\n input[type='search']::-webkit-search-decoration,\n input[type='search']::-webkit-search-cancel-button,\n input[type='search']::-webkit-search-results-button,\n input[type='search']::-webkit-search-results-decoration {\n display: none;\n }\n\n ","\n "],["\n ",";\n\n width: ",";\n\n ",";\n\n ."," {\n ",";\n color: ",";\n transform: scale(1);\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n\n "," {\n display: none;\n }\n }\n\n ",";\n\n ."," {\n ",";\n text-align: ",";\n\n ::placeholder {\n color: ",";\n opacity: 1;\n }\n\n &:placeholder-shown {\n ","\n }\n\n ",";\n }\n\n ."," {\n &:before {\n border-bottom-color: ",";\n }\n\n "," {\n &:hover:not(.",") {\n &:before {\n border-bottom-color: ",";\n }\n }\n }\n\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n &:after {\n border-bottom-color: ",";\n }\n }\n\n ."," {\n color: ",";\n // * safari need that in disabled input\n -webkit-text-fill-color: ",";\n ::placeholder {\n color: ",";\n }\n &:before {\n border-bottom-style: solid;\n border-bottom-color: ",";\n }\n &:after {\n border-bottom-style: none;\n }\n }\n\n ."," {\n ",";\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n .",",\n ."," {\n color: ",";\n }\n\n /* clears the 'X' from Internet Explorer */\n input[type='search']::-ms-clear,\n input[type='search']::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n }\n\n /* clears the 'X' from Chrome */\n input[type='search']::-webkit-search-decoration,\n input[type='search']::-webkit-search-cancel-button,\n input[type='search']::-webkit-search-results-button,\n input[type='search']::-webkit-search-results-decoration {\n display: none;\n }\n\n ","\n "])),utils_2.belowIconButtonSpacing(foundation_1.spacing(3)),!fullWidth&&exports.RcDefaultTextFieldWidth,gutterBottom&&foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n &."," {\n margin: 0 0 "," 0;\n }\n "],["\n &."," {\n margin: 0 0 "," 0;\n }\n "])),utils_2.RcTextFieldClasses.root,foundation_1.spacing(4)),utils_2.RcTextFieldInputLabelClasses.root,foundation_1.typography("caption2"),labelRootColor,utils_2.RcTextFieldInputLabelClasses.focused,color,utils_2.RcTextFieldInputClasses.root,exports.textColor,ClearIconButton_1.ClearIconButton,showClean&&exports.clearBtnInactiveStyle,utils_2.RcTextFieldInputClasses.input,foundation_1.typography("borderLess"===variant?textVariant:"subheading1"),align,exports.placeholderColor,foundation_1.ellipsis,clearBtn&&align&&"left"!==align&&foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n width: calc(100% - ",");\n "],["\n width: calc(100% - ",");\n "])),foundation_1.px(utils_1.RcIconButtonSizes[size])),utils_2.RcTextFieldInputClasses.underline,underlineColor,foundation_1.nonTouchHoverMedia,utils_2.RcTextFieldInputClasses.disabled,underlineFocusColor,color,utils_2.RcTextFieldInputClasses.error,errorColor,utils_2.RcTextFieldInputClasses.disabled,exports.disabledColor,exports.disabledColor,exports.disabledColor,exports.disabledColor,utils_2.RcTextFieldFormHelperTextClasses.root,foundation_1.typography("caption1"),idleColor,utils_2.RcTextFieldFormHelperTextClasses.error,utils_2.RcTextFieldInputLabelClasses.error,errorTextColor,utils_2.RcTextFieldFormHelperTextClasses.disabled,utils_2.RcTextFieldInputLabelClasses.disabled,exports.disabledColor,"outline"===variant&&OutlineTextFieldStyle_1.OutlineTextFieldStyle)};try{textColor.displayName="textColor",textColor.__docgenInfo={description:"",displayName:"textColor",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#textColor"]={docgenInfo:textColor.__docgenInfo,name:"textColor",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#textColor"})}catch(__react_docgen_typescript_loader_error){}try{disabledColor.displayName="disabledColor",disabledColor.__docgenInfo={description:"",displayName:"disabledColor",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#disabledColor"]={docgenInfo:disabledColor.__docgenInfo,name:"disabledColor",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#disabledColor"})}catch(__react_docgen_typescript_loader_error){}try{placeholderColor.displayName="placeholderColor",placeholderColor.__docgenInfo={description:"",displayName:"placeholderColor",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#placeholderColor"]={docgenInfo:placeholderColor.__docgenInfo,name:"placeholderColor",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#placeholderColor"})}catch(__react_docgen_typescript_loader_error){}try{TextFieldStyle.displayName="TextFieldStyle",TextFieldStyle.__docgenInfo={description:"",displayName:"TextFieldStyle",props:{color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},variant:{defaultValue:null,description:"variant type for different display TextField",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outline"'},{value:'"standard"'},{value:'"borderLess"'}]}},radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},clearBtn:{defaultValue:null,description:"is should show clear button",name:"clearBtn",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},clearButtonProps:{defaultValue:null,description:"props apply on default clear button",name:"clearButtonProps",required:!1,type:{name:'({ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>) | undefined'}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},clearLabel:{defaultValue:null,description:"@deprecated",name:"clearLabel",required:!1,type:{name:"string"}},clearAriaLabel:{defaultValue:null,description:"@deprecated",name:"clearAriaLabel",required:!1,type:{name:"string"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#TextFieldStyle"]={docgenInfo:TextFieldStyle.__docgenInfo,name:"TextFieldStyle",path:"packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx#TextFieldStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/TextField/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/ClearIconButton.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/OutlineTextFieldStyle.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/TextFieldStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/TextField/utils/OutlineTextFieldUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcOutlineTextFieldInputClasses=foundation_1.RcClasses(["input","root","focused","disabled","error"],"RcOutlineTextFieldInput"),exports.RcOutlineTextFieldSpaces={small:{outside:3,inside:2,y:1},medium:{outside:4,inside:3,insideLeft:4,y:2},large:{outside:4,inside:3,insideLeft:4,y:3}},exports.RcOutlineTextFieldLabelMargins={small:5,medium:5.5,large:6},exports.RcOutlineTextFieldHeights={small:32,medium:40,large:48},exports.RcOutlineTextFieldFontStyles={small:"body1",medium:"subheading1",large:"subheading1"},exports.RcOutlineTextFieldIconSizes={small:"small",medium:"medium",large:"medium"}},"./packages/juno-core/src/components/Forms/TextField/utils/TextFieldUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts");exports.RcTextFieldClasses=foundation_1.RcClasses(["root"],"RcTextField"),exports.RcTextFieldInputClasses=foundation_1.RcClasses(["root","underline","error","focused","disabled","input"],"RcTextFieldInput"),exports.RcTextFieldInputLabelClasses=foundation_1.RcClasses(["root","error","focused","disabled"],"RcTextFieldInputLabel"),exports.RcTextFieldFormHelperTextClasses=foundation_1.RcClasses(["root","error","disabled"],"RcTextFieldFormHelperText"),exports.belowIconButtonSpacing=function(spaceNum){return function(_a){return _a.clearBtn?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n *:not(input) + "," {\n margin-left: ",";\n }\n "],["\n *:not(input) + "," {\n margin-left: ",";\n }\n "])),IconButton_1.RcIconButton,spaceNum):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n "," {\n margin-left: ",";\n }\n "],["\n "," {\n margin-left: ",";\n }\n "])),IconButton_1.RcIconButton,spaceNum)}}},"./packages/juno-core/src/components/Forms/TextField/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/OutlineTextFieldUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/utils/TextFieldUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/Textarea/Textarea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TextField_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/utils/index.ts"),_RcTextarea=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTextarea"}),InputPropsProp=(props.classes,props.InputProps),rowsProp=props.rows,minRows=props.minRows,maxRows=props.maxRows,rest=tslib_1.__rest(props,["classes","InputProps","rows","minRows","maxRows"]),InputProps=react_1.useMemo((function(){return foundation_1.combineProps({classes:utils_1.RcTextareaInputClasses},InputPropsProp)}),[InputPropsProp]),rows=rowsProp;return(minRows||maxRows)&&(rows=void 0),react_1.default.createElement(TextField_1.RcTextField,tslib_1.__assign({},rest,{rows,minRows,maxRows,multiline:!0,InputProps,clearBtn:!1,ref}))})),RcTextarea=foundation_1.styled(_RcTextarea)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TextareaStyle);exports.RcTextarea=RcTextarea,RcTextarea.defaultProps={rows:3},RcTextarea.displayName="RcTextarea";try{RcTextarea.displayName="RcTextarea",RcTextarea.__docgenInfo={description:"",displayName:"RcTextarea",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:{value:"3"},description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Textarea/Textarea.tsx#RcTextarea"]={docgenInfo:RcTextarea.__docgenInfo,name:"RcTextarea",path:"packages/juno-core/src/components/Forms/Textarea/Textarea.tsx#RcTextarea"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Textarea/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/Textarea.tsx"),exports)},"./packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/utils/index.ts");exports.TextareaStyle=function(_a){var disabled=_a.disabled;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ."," {\n margin: "," 0 0 0;\n\n background: ",";\n ",";\n ",";\n }\n\n ."," {\n padding: 0;\n }\n "],["\n ."," {\n margin: "," 0 0 0;\n\n background: ",";\n ",";\n ",";\n }\n\n ."," {\n padding: 0;\n }\n "])),utils_1.RcTextareaInputClasses.inputMultiline,foundation_1.spacing(1),foundation_1.palette2("neutral","b03"),foundation_1.fakeBorder(),!disabled&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n &:hover {\n background: transparent;\n }\n }\n "],["\n "," {\n &:hover {\n background: transparent;\n }\n }\n "])),foundation_1.nonTouchHoverMedia),utils_1.RcTextareaInputClasses.root)};try{TextareaStyle.displayName="TextareaStyle",TextareaStyle.__docgenInfo={description:"",displayName:"TextareaStyle",props:{radius:{defaultValue:null,description:"border radius for outline text field",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},label:{defaultValue:null,description:"The label content.",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the `input` element will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value is changed.\n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},defaultValue:{defaultValue:null,description:"The default value of the `input` element.",name:"defaultValue",required:!1,type:{name:"unknown"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"The id of the `input` element.\nUse this prop to make `label` and `helperText` accessible for screen readers.",name:"id",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color palette set, effect that active color when focus",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The contents of the form control.\n@ignore",name:"children",required:!1,type:{name:"ReactNode"}},onFocus:{defaultValue:null,description:"",name:"onFocus",required:!1,type:{name:"((event: FocusEvent) => void)"}},onBlur:{defaultValue:null,description:"",name:"onBlur",required:!1,type:{name:"((event: FocusEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).",name:"type",required:!1,type:{name:'"number" | "button" | "time" | "image" | "text" | "hidden" | "color" | "checkbox" | "radio" | "search" | (string & {}) | "tel" | "url" | "email" | "date" | "submit" | "reset" | "datetime-local" | ... 5 more ...'}},focused:{defaultValue:null,description:"If `true`, the component will be displayed in focused state.",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"If `true`, the `input` element will be focused during the first mount.",name:"autoFocus",required:!1,type:{name:"boolean"}},name:{defaultValue:null,description:"Name attribute of the `input` element.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The value of the `input` element, required for a controlled component.",name:"value",required:!1,type:{name:"unknown"}},size:{defaultValue:null,description:'size for TextField when `variant="outline"`',name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},error:{defaultValue:null,description:"If `true`, the label will be displayed in an error state.",name:"error",required:!1,type:{name:"boolean"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},inputRef:{defaultValue:null,description:"Pass a ref to the `input` element.",name:"inputRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},required:{defaultValue:null,description:"If `true`, the label is displayed as required and the `input` element` will be required.",name:"required",required:!1,type:{name:"boolean"}},InputProps:{defaultValue:null,description:"Props applied to the Input element.\nIt will be a [`FilledInput`](/api/filled-input/),\n[`OutlinedInput`](/api/outlined-input/) or [`Input`](/api/input/)\ncomponent depending on the `variant` prop value.",name:"InputProps",required:!1,type:{name:"Partial"}},autoComplete:{defaultValue:null,description:"This prop helps users to fill forms faster, especially on mobile devices.\nThe name can be confusing, as it's more like an autofill.\nYou can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).",name:"autoComplete",required:!1,type:{name:"string"}},FormHelperTextProps:{defaultValue:null,description:"Props applied to the [`FormHelperText`](/api/form-helper-text/) element.",name:"FormHelperTextProps",required:!1,type:{name:'Partial, "p">>'}},helperText:{defaultValue:null,description:"The helper text content.",name:"helperText",required:!1,type:{name:"ReactNode"}},InputLabelProps:{defaultValue:null,description:"Props applied to the [`InputLabel`](/api/input-label/) element.",name:"InputLabelProps",required:!1,type:{name:"Partial"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},rows:{defaultValue:null,description:"Number of rows to display when multiline option is set to true.\n@deprecated",name:"rows",required:!1,type:{name:"string | number"}},maxRows:{defaultValue:null,description:"Maximum number of rows to display when multiline option is set to true.",name:"maxRows",required:!1,type:{name:"string | number"}},minRows:{defaultValue:null,description:"Minimum number of rows to display.",name:"minRows",required:!1,type:{name:"string | number"}},align:{defaultValue:null,description:"align for text",name:"align",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},onClear:{defaultValue:null,description:"when clear button trigger",name:"onClear",required:!1,type:{name:"((event: MouseEvent) => void)"}},textVariant:{defaultValue:null,description:'set input text size when `variant="borderLess"`',name:"textVariant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},autoSelect:{defaultValue:null,description:"If `true`, the input element will be `select` during the first mount.",name:"autoSelect",required:!1,type:{name:"boolean"}},focusOnMount:{defaultValue:null,description:"@deprecated",name:"focusOnMount",required:!1,type:{name:"boolean"}},selectOnMount:{defaultValue:null,description:"@deprecated",name:"selectOnMount",required:!1,type:{name:"boolean"}},autoFocusDelay:{defaultValue:null,description:"@deprecated",name:"autoFocusDelay",required:!1,type:{name:"number"}},validate:{defaultValue:null,description:"if you use validate, the error you pass in will not take effect anymore",name:"validate",required:!1,type:{name:"((value: unknown) => string | false)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx#TextareaStyle"]={docgenInfo:TextareaStyle.__docgenInfo,name:"TextareaStyle",path:"packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx#TextareaStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/Textarea/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/styles/TextareaStyle.tsx"),exports)},"./packages/juno-core/src/components/Forms/Textarea/utils/TextareaUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTextareaInputClasses=foundation_1.RcClasses(["inputMultiline","root"],"RcTextareaInput")},"./packages/juno-core/src/components/Forms/Textarea/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/utils/TextareaUtils.ts"),exports)},"./packages/juno-core/src/components/Forms/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/BaseForm.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Form/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControl.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormHelperText/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/FormLabel.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/InputLabel/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Picker/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Radio/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/RadioGroup/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Select/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Slider/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/TextField/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/Textarea/index.ts"),exports)},"./packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");function getResultIcon(iconProp,size,defaultIcon){var icon;return iconProp&&(icon=foundation_1.isRcElement(iconProp,["RcIcon"])&&size?cloneProps(iconProp,size):iconProp),!icon&&defaultIcon&&(icon=react_1.isValidElement(defaultIcon)?cloneProps(defaultIcon,size):react_1.default.createElement(Icon_1.RcIcon,{symbol:defaultIcon,size})),icon}function cloneProps(iconProp,size){return react_1.default.cloneElement(iconProp,{size})}exports.CustomIconPropsGetter=function(options){var defaultIcon=options.icon,defaultCheckedIcon=options.checkedIcon,defaultIndeterminateIcon=options.indeterminateIcon;return function(props){var size=props.size,iconProp=props.icon,checkedIconProp=props.checkedIcon,indeterminateIconProp=props.indeterminateIcon,resultProps={},icon=getResultIcon(iconProp,size,defaultIcon);icon&&(resultProps.icon=icon);var checkedIcon=getResultIcon(checkedIconProp,size,defaultCheckedIcon);checkedIcon&&(resultProps.checkedIcon=checkedIcon);var indeterminateIcon=getResultIcon(indeterminateIconProp,size,defaultIndeterminateIcon);return indeterminateIcon&&(resultProps.indeterminateIcon=indeterminateIcon),resultProps}};try{CustomIconPropsGetter.displayName="CustomIconPropsGetter",CustomIconPropsGetter.__docgenInfo={description:"",displayName:"CustomIconPropsGetter",props:{icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 6 more ..."}},checkedIcon:{defaultValue:null,description:"",name:"checkedIcon",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 6 more ..."}},indeterminateIcon:{defaultValue:null,description:"",name:"indeterminateIcon",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 6 more ..."}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx#CustomIconPropsGetter"]={docgenInfo:CustomIconPropsGetter.__docgenInfo,name:"CustomIconPropsGetter",path:"packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx#CustomIconPropsGetter"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/utils/checkedStyles.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/utils/index.ts"),backgroundColor=foundation_1.palette2("neutral","f02"),disabledColor=foundation_1.palette2("disabled","f02"),errorColor=foundation_1.palette2("danger","b04");exports.checkedStyles=function(_a){var color=_a.color,error=_a.error,followColorWhenUnChecked=_a.followColorWhenUnChecked,size=_a.size,classes=_a.classes,_color=error?errorColor:foundation_1.getParsePaletteColor(color),ripplePaddingSize=foundation_1.px(utils_1.RcIconButtonSizes[size]/2);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n color: ",";\n padding: ",";\n\n &."," {\n color: ",";\n }\n\n "," {\n &:hover {\n background-color: ",";\n\n &."," {\n color: ",";\n background-color: ",";\n }\n }\n }\n\n &."," {\n color: ",";\n }\n }\n "],["\n &."," {\n color: ",";\n padding: ",";\n\n &."," {\n color: ",";\n }\n\n "," {\n &:hover {\n background-color: ",";\n\n &."," {\n color: ",";\n background-color: ",";\n }\n }\n }\n\n &."," {\n color: ",";\n }\n }\n "])),classes.root,followColorWhenUnChecked?_color:backgroundColor,ripplePaddingSize,classes.checked,_color,foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(followColorWhenUnChecked?_color:backgroundColor,"12"),classes.checked,foundation_1.setOpacity(_color,"08",!0),foundation_1.setOpacity(_color,"12"),classes.disabled,disabledColor)};try{checkedStyles.displayName="checkedStyles",checkedStyles.__docgenInfo={description:"provide custom color for check icon",displayName:"checkedStyles",props:{label:{defaultValue:null,description:"label for control",name:"label",required:!1,type:{name:"ReactNode"}},formControlLabelProps:{defaultValue:null,description:"formControlLabelProps when have label",name:"formControlLabelProps",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"that below icon size",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},color:{defaultValue:null,description:"more palette color support",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},error:{defaultValue:null,description:"is that error",name:"error",required:!1,type:{name:"boolean"}},followColorWhenUnChecked:{defaultValue:null,description:"show color when not checked",name:"followColorWhenUnChecked",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Forms/utils/checkedStyles.tsx#checkedStyles"]={docgenInfo:checkedStyles.__docgenInfo,name:"checkedStyles",path:"packages/juno-core/src/components/Forms/utils/checkedStyles.tsx#checkedStyles"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Forms/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/utils/CustomIconPropsGetter.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/utils/checkedStyles.tsx"),exports)},"./packages/juno-core/src/components/Grid/Grid.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Grid_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Grid/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Grid/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Grid/utils/index.ts"),_RcGrid=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcGrid"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcGridClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Grid_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcGrid=foundation_1.styled(_RcGrid)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.GridStyle);exports.RcGrid=RcGrid,RcGrid.defaultProps={},RcGrid.displayName="RcGrid";try{RcGrid.displayName="RcGrid",RcGrid.__docgenInfo={description:"",displayName:"RcGrid",props:{direction:{defaultValue:null,description:"Defines the `flex-direction` style property.\nIt is applied for all screen sizes.",name:"direction",required:!1,type:{name:"enum",value:[{value:'"row"'},{value:'"row-reverse"'},{value:'"column"'},{value:'"column-reverse"'}]}},spacing:{defaultValue:null,description:"Defines the space between the type `item` component.\nIt can only be used on a type `container` component.",name:"spacing",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"4"},{value:"10"},{value:"2"},{value:"3"},{value:"5"},{value:"6"},{value:"7"},{value:"8"},{value:"9"}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},xs:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for all the screen sizes with the lowest priority.",name:"xs",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},sm:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `sm` breakpoint and wider screens if not overridden.",name:"sm",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},md:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `md` breakpoint and wider screens if not overridden.",name:"md",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},lg:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `lg` breakpoint and wider screens if not overridden.",name:"lg",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},xl:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `xl` breakpoint and wider screens.",name:"xl",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},justifyContent:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.",name:"justifyContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},alignItems:{defaultValue:null,description:"Defines the `align-items` style property.\nIt's applied for all screen sizes.",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"baseline"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'}]}},alignContent:{defaultValue:null,description:"Defines the `align-content` style property.\nIt's applied for all screen sizes.",name:"alignContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'}]}},container:{defaultValue:null,description:"If `true`, the component will have the flex *container* behavior.\nYou should be wrapping *items* with a *container*.",name:"container",required:!1,type:{name:"boolean"}},justify:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.\n@deprecated",name:"justify",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},wrap:{defaultValue:null,description:"Defines the `flex-wrap` style property.\nIt's applied for all screen sizes.",name:"wrap",required:!1,type:{name:"enum",value:[{value:'"wrap"'},{value:'"nowrap"'},{value:'"wrap-reverse"'}]}},item:{defaultValue:null,description:"If `true`, the component will have the flex *item* behavior.\nYou should be wrapping *items* with a *container*.",name:"item",required:!1,type:{name:"boolean"}},zeroMinWidth:{defaultValue:null,description:"If `true`, it sets `min-width: 0` on the item.\nRefer to the limitations section of the documentation to better understand the use case.",name:"zeroMinWidth",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Grid/Grid.tsx#RcGrid"]={docgenInfo:RcGrid.__docgenInfo,name:"RcGrid",path:"packages/juno-core/src/components/Grid/Grid.tsx#RcGrid"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Grid/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/Grid.tsx"),exports)},"./packages/juno-core/src/components/Grid/styles/GridStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.GridStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{GridStyle.displayName="GridStyle",GridStyle.__docgenInfo={description:"",displayName:"GridStyle",props:{direction:{defaultValue:null,description:"Defines the `flex-direction` style property.\nIt is applied for all screen sizes.",name:"direction",required:!1,type:{name:"enum",value:[{value:'"row"'},{value:'"row-reverse"'},{value:'"column"'},{value:'"column-reverse"'}]}},spacing:{defaultValue:null,description:"Defines the space between the type `item` component.\nIt can only be used on a type `container` component.",name:"spacing",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"4"},{value:"10"},{value:"2"},{value:"3"},{value:"5"},{value:"6"},{value:"7"},{value:"8"},{value:"9"}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},xs:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for all the screen sizes with the lowest priority.",name:"xs",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},sm:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `sm` breakpoint and wider screens if not overridden.",name:"sm",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},md:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `md` breakpoint and wider screens if not overridden.",name:"md",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},lg:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `lg` breakpoint and wider screens if not overridden.",name:"lg",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},xl:{defaultValue:null,description:"Defines the number of grids the component is going to use.\nIt's applied for the `xl` breakpoint and wider screens.",name:"xl",required:!1,type:{name:'boolean | 1 | 4 | 10 | "auto" | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 11 | 12'}},justifyContent:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.",name:"justifyContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},alignItems:{defaultValue:null,description:"Defines the `align-items` style property.\nIt's applied for all screen sizes.",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"baseline"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'}]}},alignContent:{defaultValue:null,description:"Defines the `align-content` style property.\nIt's applied for all screen sizes.",name:"alignContent",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"stretch"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'}]}},container:{defaultValue:null,description:"If `true`, the component will have the flex *container* behavior.\nYou should be wrapping *items* with a *container*.",name:"container",required:!1,type:{name:"boolean"}},justify:{defaultValue:null,description:"Defines the `justify-content` style property.\nIt is applied for all screen sizes.\n@deprecated",name:"justify",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'},{value:'"flex-end"'},{value:'"space-between"'},{value:'"space-around"'},{value:'"space-evenly"'}]}},wrap:{defaultValue:null,description:"Defines the `flex-wrap` style property.\nIt's applied for all screen sizes.",name:"wrap",required:!1,type:{name:"enum",value:[{value:'"wrap"'},{value:'"nowrap"'},{value:'"wrap-reverse"'}]}},item:{defaultValue:null,description:"If `true`, the component will have the flex *item* behavior.\nYou should be wrapping *items* with a *container*.",name:"item",required:!1,type:{name:"boolean"}},zeroMinWidth:{defaultValue:null,description:"If `true`, it sets `min-width: 0` on the item.\nRefer to the limitations section of the documentation to better understand the use case.",name:"zeroMinWidth",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Grid/styles/GridStyle.tsx#GridStyle"]={docgenInfo:GridStyle.__docgenInfo,name:"GridStyle",path:"packages/juno-core/src/components/Grid/styles/GridStyle.tsx#GridStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Grid/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/styles/GridStyle.tsx"),exports)},"./packages/juno-core/src/components/Grid/utils/GridUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcGridClasses=foundation_1.RcClasses([],"RcGrid")},"./packages/juno-core/src/components/Grid/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/utils/GridUtils.ts"),exports)},"./packages/juno-core/src/components/Hidden/Hidden.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var RcHidden=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Hidden/index.js")).default;exports.RcHidden=RcHidden,RcHidden.displayName="RcHidden"},"./packages/juno-core/src/components/Hidden/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Hidden/Hidden.tsx"),exports)},"./packages/juno-core/src/components/Icon/Icon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Progress_1=__webpack_require__("./packages/juno-core/src/components/Progress/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Icon/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts"),IconService_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/IconService.ts"),_RcIcon=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcIcon"});var renderDom,loadingSize=props.loadingSize,useLoading=props.useLoading,icon=(props.iconColor,props.iconSize,props.icon),desc=props.desc,className=props.className,_a=props.loading,loading=void 0===_a?useLoading:_a,CircularProgressProps=props.CircularProgressProps,symbol=props.symbol,children=props.children,size=(props.color,props.size),rest=tslib_1.__rest(props,["loadingSize","useLoading","iconColor","iconSize","icon","desc","className","loading","CircularProgressProps","symbol","children","color","size"]),_b=IconService_1.useIconService().iconMap,iconMap=void 0===_b?{}:_b,href="",Icon=null,iconName="";if(symbol)"object"==typeof symbol&&symbol.id?(href="#"+symbol.id,iconName=""+symbol.id):(Icon=symbol,renderDom=react_1.default.createElement(Icon,null),iconName=symbol.iconName);else if("string"==typeof children||icon){var childrenIconKey=children&&children.toString()||icon||"";iconName=childrenIconKey,(Icon=iconMap[childrenIconKey])&&(renderDom=react_1.default.createElement(Icon,null))}else renderDom=children;var _className=clsx_1.default(className,iconName,"icon");if(loading){var progressSize=utils_1.RcIconSizes[size];return react_1.default.createElement(Progress_1.RcCircularProgress,tslib_1.__assign({size:loadingSize||"string"==typeof progressSize?"1em":progressSize,ref},CircularProgressProps))}return react_1.default.createElement("span",tslib_1.__assign({className:_className},rest,{ref}),renderDom&&react_1.default.createElement(styles_1.StyledSvg,null,renderDom),href&&react_1.default.createElement(styles_1.StyledSvg,null,react_1.default.createElement("svg",{role:"img"},!!desc&&react_1.default.createElement("title",null,desc),react_1.default.createElement("use",{xlinkHref:href,href}))))}))),RcIcon=foundation_1.styled(_RcIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.IconStyle);exports.RcIcon=RcIcon,RcIcon.defaultProps={size:"large"},RcIcon.displayName="RcIcon";try{RcIcon.displayName="RcIcon",RcIcon.__docgenInfo={description:"",displayName:"RcIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:{value:"large"},description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/Icon.tsx#RcIcon"]={docgenInfo:RcIcon.__docgenInfo,name:"RcIcon",path:"packages/juno-core/src/components/Icon/Icon.tsx#RcIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/Icon.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/utils/IconService.ts"),exports)},"./packages/juno-core/src/components/Icon/styles/IconStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Icon/utils/index.ts");exports.IconStyle=function(props){var onClick=props.onClick,sizeProp=props.size,color=props.color,iconColorProp=props.iconColor,iconSize=props.iconSize,size=utils_1.switchSize(iconSize||sizeProp),currentSize=utils_1.RcIconSizes[size],fontSize="number"==typeof currentSize?foundation_1.px(currentSize):currentSize,iconColor=foundation_1.getParsePaletteColor(color||iconColorProp,null);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n cursor: ",";\n font-size: ",";\n color: ",";\n "],["\n display: inline-flex;\n cursor: ",";\n font-size: ",";\n color: ",";\n "])),onClick&&"pointer",fontSize,iconColor)};try{IconStyle.displayName="IconStyle",IconStyle.__docgenInfo={description:"",displayName:"IconStyle",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/styles/IconStyle.tsx#IconStyle"]={docgenInfo:IconStyle.__docgenInfo,name:"IconStyle",path:"packages/juno-core/src/components/Icon/styles/IconStyle.tsx#IconStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/styles/iconSvg.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_StyledSvg=react_1.forwardRef((function(_a,ref){var children=_a.children,props=tslib_1.__rest(_a,["children"]);return react_1.default.cloneElement(children,tslib_1.__assign({ref},props))}));exports.StyledSvg=foundation_1.styled(_StyledSvg)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 1em;\n height: 1em;\n stroke-width: 0;\n stroke: currentColor;\n fill: currentColor;\n pointer-events: none;\n"],["\n width: 1em;\n height: 1em;\n stroke-width: 0;\n stroke: currentColor;\n fill: currentColor;\n pointer-events: none;\n"])));try{StyledSvg.displayName="StyledSvg",StyledSvg.__docgenInfo={description:"",displayName:"StyledSvg",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/styles/iconSvg.tsx#StyledSvg"]={docgenInfo:StyledSvg.__docgenInfo,name:"StyledSvg",path:"packages/juno-core/src/components/Icon/styles/iconSvg.tsx#StyledSvg"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/styles/IconStyle.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/styles/iconSvg.tsx"),exports)},"./packages/juno-core/src/components/Icon/utils/IconService.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),RcIconService=function(){function RcIconService(){this._iconMapChangeListeners=[]}return RcIconService.getInstance=function(){return RcIconService.instance||(RcIconService.instance=new RcIconService),RcIconService.instance},RcIconService.setInstance=function(icons){var _icon=RcIconService.getInstance();return _icon.setIconMap(icons),_icon},RcIconService.prototype.setIconMap=function(iconMap){iconMap!==this._iconMap&&(this._iconMap=iconMap,this._iconMapChangeListeners.forEach((function(listener){return listener(iconMap)})))},RcIconService.prototype.getIconMap=function(){return this._iconMap},RcIconService.prototype.onIconMapChange=function(listener){this._iconMapChangeListeners.push(listener)},RcIconService.prototype.offIconMapChange=function(listener){this._iconMapChangeListeners=this._iconMapChangeListeners.filter((function(item){return item!==listener}))},RcIconService}();exports.RcIconService=RcIconService,exports.useIconService=function useIconService(){var iconService=RcIconService.getInstance(),_a=tslib_1.__read(react_1.useState(iconService.getIconMap()),2),iconMap=_a[0],setIconMap=_a[1];return react_1.useEffect((function(){return iconService.onIconMapChange(setIconMap),function(){iconService.offIconMapChange(setIconMap)}}),[iconService]),{iconMap}}},"./packages/juno-core/src/components/Icon/utils/IconUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./packages/juno-core/src/foundation/index.ts");function switchSize(size){switch(size){case"extraSmall":return"xsmall";case"moreLarge":return"xlarge";case"mediumLarge":return"xxlarge";case"extraLarge":return"xxxlarge";default:return size}}exports.RcIconSizes={xxxlarge:36,xxlarge:32,xlarge:28,large:24,medium:20,small:16,xsmall:12,inherit:"inherit"},exports.switchSize=switchSize;try{switchSize.displayName="switchSize",switchSize.__docgenInfo={description:"",displayName:"switchSize",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Icon/utils/IconUtils.tsx#switchSize"]={docgenInfo:switchSize.__docgenInfo,name:"switchSize",path:"packages/juno-core/src/components/Icon/utils/IconUtils.tsx#switchSize"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Icon/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/utils/IconUtils.tsx"),exports)},"./packages/juno-core/src/components/InlineEditable/InlineEditable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),isString_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isString.js")),trimEnd_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/trimEnd.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/index.ts"),_RcInlineEditable=react_1.forwardRef((function(inProps,ref){var _a,_b,_c,props=foundation_1.useThemeProps({props:inProps,name:"RcInlineEditable"}),onSave=props.onSave,automationId=props.automationId,tooltipTitle=props.tooltipTitle,_d=props.shouldRemoveNode,shouldRemoveNode=void 0===_d||_d,TooltipProps=props.TooltipProps,onChange=props.onChange,onKeyDown=props.onKeyDown,onFocus=props.onFocus,onBlur=props.onBlur,onMouseDown=props.onMouseDown,value=props.value,multiline=(props.variant,props.multiline),disabled=props.disabled,maxLength=props.maxLength,placeholder=props.placeholder,title=(props.fullWidth,props.title),classesProp=props.classes,className=(props.color,props.className),savingProp=props.saving,inputProps=props.inputProps,rest=tslib_1.__rest(props,["onSave","automationId","tooltipTitle","shouldRemoveNode","TooltipProps","onChange","onKeyDown","onFocus","onBlur","onMouseDown","value","variant","multiline","disabled","maxLength","placeholder","fullWidth","title","classes","color","className","saving","inputProps"]),_e=tslib_1.__read(react_1.useState(!1),2),isEditing=_e[0],setEditing=_e[1],_f=tslib_1.__read(react_1.useState(!1),2),isSaving=_f[0],setSaving=_f[1],_g=tslib_1.__read(foundation_1.useRefState(""),2),draftRef=_g[0],setDraft=_g[1],isNotNeedSaveWhenBlurRef=react_1.useRef(!1),textFieldRef=react_1.useRef(),labelRef=react_1.useRef(null),saving=isSaving||savingProp,handleSave=function(newValue,reason){return tslib_1.__awaiter(void 0,void 0,void 0,(function(){var outputValue;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return outputValue=multiline?trimEnd_1.default(newValue):newValue.trim(),value===newValue?[3,3]:onChange?(null==onChange||onChange(outputValue,reason),[3,3]):[3,1];case 1:return onSave?(setSaving(!0),[4,null==onSave?void 0:onSave(outputValue)]):[3,3];case 2:_a.sent(),setSaving(!1),_a.label=3;case 3:return[2]}}))}))},handleKeyDown=foundation_1.useEventCallback((function(e){null==onKeyDown||onKeyDown(e);var key=e.key,shiftKey=e.shiftKey;if(!(!isEditing||multiline&&"Enter"===key&&shiftKey)){var moveFocus=function(){var _a;e.stopPropagation(),e.preventDefault(),textFieldRef.current&&(isNotNeedSaveWhenBlurRef.current=!0,textFieldRef.current.blur(),null===(_a=labelRef.current)||void 0===_a||_a.focus({preventScroll:!0}))};switch(key){case"Enter":moveFocus(),handleSave(draftRef.current,"confirm");break;case"Escape":moveFocus()}}})),handleFocus=foundation_1.useEventCallback((function(e){null==onFocus||onFocus(e),setEditing(!0)})),focusTextField=foundation_1.useEventCallback((function(e){var _a;"Enter"===e.key&&(null===(_a=textFieldRef.current)||void 0===_a||_a.focus({preventScroll:!0}),e.preventDefault())})),handleBlur=foundation_1.useEventCallback((function(e){null==onBlur||onBlur(e),foundation_1.clearWindowSelection(),!isNotNeedSaveWhenBlurRef.current&&handleSave(draftRef.current,"leave"),setEditing(!1),isNotNeedSaveWhenBlurRef.current=!1})),handleMouseDown=foundation_1.useEventCallback((function(e){null==onMouseDown||onMouseDown(e),disabled||setEditing(!0)})),handleDraftChange=foundation_1.useEventCallback((function(e){setDraft(e.target.value)})),handleFocusCapture=foundation_1.useEventCallback((function(e){e.stopPropagation()})),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcInlineEditableClasses,classesProp)}),[classesProp]);react_1.useEffect((function(){return function(){shouldRemoveNode&&textFieldRef&&textFieldRef.current&&foundation_1.clearReactReferencesInNode(textFieldRef.current)}}),[]);var Component=multiline?"textarea":"input";foundation_1.useDepsChange((function(){isEditing||saving||setDraft(value,!1)}),[isEditing,saving,value]);var draft=draftRef.current,displayValue=isEditing||saving?draft:value,toTooltipTitle=null!==(_c=isString_1.default(null==TooltipProps?void 0:TooltipProps.title)?null==TooltipProps?void 0:TooltipProps.title:void 0)&&void 0!==_c?_c:tooltipTitle,children=react_1.default.createElement("div",tslib_1.__assign({ref,"data-test-automation-id":automationId,onKeyDown:handleKeyDown,className:clsx_1.default(className,(_a={},_a[classes.saving]=saving,_a)),onMouseDown:handleMouseDown},rest),disabled?null:react_1.default.createElement(Component,tslib_1.__assign({ref:textFieldRef,value:draft,autoComplete:"off",maxLength,placeholder},tslib_1.__assign({},multiline?{}:{type:"text","aria-label":toTooltipTitle}),foundation_1.combineProps({onChange:handleDraftChange,onFocus:handleFocus,onBlurCapture:handleBlur,className:classes.textField},inputProps))),react_1.default.createElement("div",{ref:labelRef,title:title||displayValue,className:clsx_1.default(classes.label,(_b={},_b[classes.placeholder]=!displayValue,_b)),tabIndex:-1,onFocusCapture:handleFocusCapture,onKeyDown:disabled||saving?void 0:focusTextField},displayValue||placeholder));return!disabled&&toTooltipTitle&&(TooltipProps||tooltipTitle)?react_1.default.createElement(Tooltip_1.RcTooltip,tslib_1.__assign({tooltipForceHide:isEditing,disableFocusListener:!0},TooltipProps,{title:toTooltipTitle}),children):children})),RcInlineEditable=foundation_1.styled(_RcInlineEditable)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.InlineEditableStyle);exports.RcInlineEditable=RcInlineEditable,RcInlineEditable.defaultProps={variant:"body1",color:"neutral.f06"},RcInlineEditable.displayName="RcInlineEditable";try{RcInlineEditable.displayName="RcInlineEditable",RcInlineEditable.__docgenInfo={description:"",displayName:"RcInlineEditable",props:{style:{defaultValue:null,description:"class apply to root component",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"apply title on label",name:"title",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the editable state will be disable, just plain string render.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"trigger when value change apply\n\nreason:\n- leave: trigger when blur input\n- confirm: trigger when keydown enter",name:"onChange",required:!1,type:{name:'((value: string, reason?: "leave" | "confirm") => void)'}},className:{defaultValue:null,description:"class apply to root component",name:"className",required:!1,type:{name:"string"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},color:{defaultValue:{value:"neutral.f06"},description:"color for apply to text, support full palette, default is `neutral.f06`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},variant:{defaultValue:{value:"body1"},description:"text variant, default is `body1`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},value:{defaultValue:null,description:"inline value",name:"value",required:!0,type:{name:"string"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when is not editing",name:"TooltipProps",required:!1,type:{name:'Pick'}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},maxLength:{defaultValue:null,description:"maxLength of that value",name:"maxLength",required:!1,type:{name:"number"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},saving:{defaultValue:null,description:"If `true`, the editable state will be saving mode",name:"saving",required:!1,type:{name:"boolean"}},shouldRemoveNode:{defaultValue:null,description:"@deprecated",name:"shouldRemoveNode",required:!1,type:{name:"boolean"}},onSave:{defaultValue:null,description:"@deprecated",name:"onSave",required:!1,type:{name:"((draft: string) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/InlineEditable/InlineEditable.tsx#RcInlineEditable"]={docgenInfo:RcInlineEditable.__docgenInfo,name:"RcInlineEditable",path:"packages/juno-core/src/components/InlineEditable/InlineEditable.tsx#RcInlineEditable"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/InlineEditable/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/InlineEditable.tsx"),exports)},"./packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Forms/TextField/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/index.ts"),textFieldStyle_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/styles/textFieldStyle.tsx");exports.InlineEditableStyle=function(_a){var variant=_a.variant,multiline=_a.multiline,fullWidth=_a.fullWidth,disabled=_a.disabled,color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n position: relative;\n display: inline-block;\n width: ",";\n min-width: 32px;\n margin: -4px;\n color: ",";\n\n &."," {\n pointer-events: none;\n }\n\n ."," {\n margin: 4px;\n position: relative;\n outline: none;\n box-sizing: border-box;\n pointer-events: ",";\n ",";\n overflow-wrap: ",";\n white-space: ",";\n\n ","\n ::after {\n content: ' ';\n width: 0;\n visibility: hidden;\n display: inline-block;\n }\n\n ","\n user-select: ",";\n }\n\n ."," {\n ","\n user-select: none;\n color: ",";\n }\n\n ."," {\n ","\n }\n "],["\n ",";\n position: relative;\n display: inline-block;\n width: ",";\n min-width: 32px;\n margin: -4px;\n color: ",";\n\n &."," {\n pointer-events: none;\n }\n\n ."," {\n margin: 4px;\n position: relative;\n outline: none;\n box-sizing: border-box;\n pointer-events: ",";\n ",";\n overflow-wrap: ",";\n white-space: ",";\n\n ","\n ::after {\n content: ' ';\n width: 0;\n visibility: hidden;\n display: inline-block;\n }\n\n ","\n user-select: ",";\n }\n\n ."," {\n ","\n user-select: none;\n color: ",";\n }\n\n ."," {\n ","\n }\n "])),foundation_1.typography(variant),multiline||fullWidth?"100%":"auto",foundation_1.getParsePaletteColor(color),utils_1.RcInlineEditableClasses.saving,utils_1.RcInlineEditableClasses.label,disabled?"initial":"none",foundation_1.ellipsis(),multiline&&"anywhere",multiline?"pre-wrap":"pre","","",!disabled&&"none",utils_1.RcInlineEditableClasses.placeholder,"",styles_1.placeholderColor,utils_1.RcInlineEditableClasses.textField,multiline?textFieldStyle_1.textareaStyle:textFieldStyle_1.inputStyle)};try{InlineEditableStyle.displayName="InlineEditableStyle",InlineEditableStyle.__docgenInfo={description:"",displayName:"InlineEditableStyle",props:{value:{defaultValue:null,description:"inline value",name:"value",required:!0,type:{name:"string"}},onChange:{defaultValue:null,description:"trigger when value change apply\n\nreason:\n- leave: trigger when blur input\n- confirm: trigger when keydown enter",name:"onChange",required:!1,type:{name:'((value: string, reason?: "leave" | "confirm") => void)'}},variant:{defaultValue:null,description:"text variant, default is `body1`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},color:{defaultValue:null,description:"color for apply to text, support full palette, default is `neutral.f06`",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},maxLength:{defaultValue:null,description:"maxLength of that value",name:"maxLength",required:!1,type:{name:"number"}},multiline:{defaultValue:null,description:"If `true`, a textarea element will be rendered instead of an input.",name:"multiline",required:!1,type:{name:"boolean"}},saving:{defaultValue:null,description:"If `true`, the editable state will be saving mode",name:"saving",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"If `true`, the editable state will be disable, just plain string render.",name:"disabled",required:!1,type:{name:"boolean"}},placeholder:{defaultValue:null,description:"The short hint displayed in the input before the user enters a value.",name:"placeholder",required:!1,type:{name:"string"}},className:{defaultValue:null,description:"class apply to root component",name:"className",required:!1,type:{name:"string"}},style:{defaultValue:null,description:"class apply to root component",name:"style",required:!1,type:{name:"CSSProperties"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container.",name:"fullWidth",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"apply title on label",name:"title",required:!1,type:{name:"string"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when is not editing",name:"TooltipProps",required:!1,type:{name:'Pick'}},shouldRemoveNode:{defaultValue:null,description:"@deprecated",name:"shouldRemoveNode",required:!1,type:{name:"boolean"}},automationId:{defaultValue:null,description:"@deprecated",name:"automationId",required:!1,type:{name:"string"}},onSave:{defaultValue:null,description:"@deprecated",name:"onSave",required:!1,type:{name:"((draft: string) => void)"}},tooltipTitle:{defaultValue:null,description:"@deprecated",name:"tooltipTitle",required:!1,type:{name:"string"}},inputProps:{defaultValue:null,description:"[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.",name:"inputProps",required:!1,type:{name:"InputBaseComponentProps"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx#InlineEditableStyle"]={docgenInfo:InlineEditableStyle.__docgenInfo,name:"InlineEditableStyle",path:"packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx#InlineEditableStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/InlineEditable/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/styles/InlineEditableStyle.tsx"),exports)},"./packages/juno-core/src/components/InlineEditable/styles/textFieldStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/index.ts"),interactionStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background-color: ",";\n"],["\n background-color: ",";\n"])),foundation_1.palette2("neutral","b01")),baseInputStyles=foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n position: absolute;\n width: 100%;\n border: 1px solid transparent;\n padding: 2px;\n background-color: transparent;\n color: transparent;\n line-height: inherit;\n white-space: pre-wrap;\n box-sizing: border-box;\n font: inherit;\n outline: none;\n border-radius: ",";\n\n ::placeholder {\n font: inherit;\n opacity: 0;\n color: ",";\n }\n\n &:hover {\n ",";\n border: 1px solid ",";\n }\n\n &:focus {\n ",";\n border: 2px solid ",";\n color: inherit;\n\n ::placeholder {\n opacity: 1;\n }\n\n & ~ ."," {\n visibility: hidden;\n }\n }\n"],["\n position: absolute;\n width: 100%;\n border: 1px solid transparent;\n padding: 2px;\n background-color: transparent;\n color: transparent;\n line-height: inherit;\n white-space: pre-wrap;\n box-sizing: border-box;\n font: inherit;\n outline: none;\n border-radius: ",";\n\n ::placeholder {\n font: inherit;\n opacity: 0;\n color: ",";\n }\n\n &:hover {\n ",";\n border: 1px solid ",";\n }\n\n &:focus {\n ",";\n border: 2px solid ",";\n color: inherit;\n\n ::placeholder {\n opacity: 1;\n }\n\n & ~ ."," {\n visibility: hidden;\n }\n }\n"])),foundation_1.radius("lg"),foundation_1.palette2("neutral","f03"),interactionStyle,foundation_1.palette2("neutral","l02"),interactionStyle,foundation_1.palette2("interactive","f01"),utils_1.RcInlineEditableClasses.label);exports.inputStyle=foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ","\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n"],["\n ","\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n"])),baseInputStyles),exports.textareaStyle=foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ",";\n height: 100%;\n overflow: hidden;\n resize: none;\n"],["\n ",";\n height: 100%;\n overflow: hidden;\n resize: none;\n"])),baseInputStyles)},"./packages/juno-core/src/components/InlineEditable/utils/InlineEditableUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcInlineEditableClasses=foundation_1.RcClasses(["label","placeholder","textField","saving"],"RcInlineEditable")},"./packages/juno-core/src/components/InlineEditable/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/utils/InlineEditableUtils.ts"),exports)},"./packages/juno-core/src/components/Link/Link.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Link/styles/index.ts"),_RcLink=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcLink"});var _handleOnClick=props.handleOnClick,ComponentProp=props.Component,onKeyDown=props.onKeyDown,onClick=props.onClick,disabled=props.disabled,children=props.children,tabIndex=props.tabIndex,rest=(props.color,props.underline,props.variant,tslib_1.__rest(props,["handleOnClick","Component","onKeyDown","onClick","disabled","children","tabIndex","color","underline","variant"])),handleOnClick=_handleOnClick||onClick,handleOnKeyDown=foundation_1.useA11yKeyEvent(handleOnClick,{checkKeys:["Enter"]}),Component=ComponentProp;return react_1.default.createElement(Component,tslib_1.__assign({},rest,{tabIndex:disabled?-1:tabIndex,ref,onClick:handleOnClick,onKeyDown:onKeyDown||handleOnKeyDown}),children)})),RcLink=foundation_1.styled(_RcLink)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.LinkStyle);exports.RcLink=RcLink,RcLink.defaultProps={variant:"body1",color:"informative.f02",disabled:!1,Component:"a"},RcLink.displayName="RcLink";try{RcLink.displayName="RcLink",RcLink.__docgenInfo={description:"",displayName:"RcLink",props:{disabled:{defaultValue:{value:"false"},description:"is that link is disabled",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:{value:"informative.f02"},description:"color for Link display, support palette pass",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},variant:{defaultValue:{value:"body1"},description:"variant of Link, default is body1",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},download:{defaultValue:null,description:"is that href can be download",name:"download",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},underline:{defaultValue:null,description:"is that have underline default",name:"underline",required:!1,type:{name:"boolean"}},Component:{defaultValue:{value:"a"},description:"root render element, default is ``",name:"Component",required:!1,type:{name:"enum",value:[{value:'"symbol"'},{value:'"object"'},{value:'"a"'},{value:'"abbr"'},{value:'"address"'},{value:'"area"'},{value:'"article"'},{value:'"aside"'},{value:'"audio"'},{value:'"b"'},{value:'"base"'},{value:'"bdi"'},{value:'"bdo"'},{value:'"big"'},{value:'"blockquote"'},{value:'"body"'},{value:'"br"'},{value:'"button"'},{value:'"canvas"'},{value:'"caption"'},{value:'"cite"'},{value:'"code"'},{value:'"col"'},{value:'"colgroup"'},{value:'"data"'},{value:'"datalist"'},{value:'"dd"'},{value:'"del"'},{value:'"details"'},{value:'"dfn"'},{value:'"dialog"'},{value:'"div"'},{value:'"dl"'},{value:'"dt"'},{value:'"em"'},{value:'"embed"'},{value:'"fieldset"'},{value:'"figcaption"'},{value:'"figure"'},{value:'"footer"'},{value:'"form"'},{value:'"h1"'},{value:'"h2"'},{value:'"h3"'},{value:'"h4"'},{value:'"h5"'},{value:'"h6"'},{value:'"head"'},{value:'"header"'},{value:'"hgroup"'},{value:'"hr"'},{value:'"html"'},{value:'"i"'},{value:'"iframe"'},{value:'"img"'},{value:'"input"'},{value:'"ins"'},{value:'"kbd"'},{value:'"keygen"'},{value:'"label"'},{value:'"legend"'},{value:'"li"'},{value:'"link"'},{value:'"main"'},{value:'"map"'},{value:'"mark"'},{value:'"menu"'},{value:'"menuitem"'},{value:'"meta"'},{value:'"meter"'},{value:'"nav"'},{value:'"noindex"'},{value:'"noscript"'},{value:'"ol"'},{value:'"optgroup"'},{value:'"option"'},{value:'"output"'},{value:'"p"'},{value:'"param"'},{value:'"picture"'},{value:'"pre"'},{value:'"progress"'},{value:'"q"'},{value:'"rp"'},{value:'"rt"'},{value:'"ruby"'},{value:'"s"'},{value:'"samp"'},{value:'"slot"'},{value:'"script"'},{value:'"section"'},{value:'"select"'},{value:'"small"'},{value:'"source"'},{value:'"span"'},{value:'"strong"'},{value:'"style"'},{value:'"sub"'},{value:'"summary"'},{value:'"sup"'},{value:'"table"'},{value:'"template"'},{value:'"tbody"'},{value:'"td"'},{value:'"textarea"'},{value:'"tfoot"'},{value:'"th"'},{value:'"thead"'},{value:'"time"'},{value:'"title"'},{value:'"tr"'},{value:'"track"'},{value:'"u"'},{value:'"ul"'},{value:'"var"'},{value:'"video"'},{value:'"wbr"'},{value:'"webview"'},{value:'"svg"'},{value:'"animate"'},{value:'"animateMotion"'},{value:'"animateTransform"'},{value:'"circle"'},{value:'"clipPath"'},{value:'"defs"'},{value:'"desc"'},{value:'"ellipse"'},{value:'"feBlend"'},{value:'"feColorMatrix"'},{value:'"feComponentTransfer"'},{value:'"feComposite"'},{value:'"feConvolveMatrix"'},{value:'"feDiffuseLighting"'},{value:'"feDisplacementMap"'},{value:'"feDistantLight"'},{value:'"feDropShadow"'},{value:'"feFlood"'},{value:'"feFuncA"'},{value:'"feFuncB"'},{value:'"feFuncG"'},{value:'"feFuncR"'},{value:'"feGaussianBlur"'},{value:'"feImage"'},{value:'"feMerge"'},{value:'"feMergeNode"'},{value:'"feMorphology"'},{value:'"feOffset"'},{value:'"fePointLight"'},{value:'"feSpecularLighting"'},{value:'"feSpotLight"'},{value:'"feTile"'},{value:'"feTurbulence"'},{value:'"filter"'},{value:'"foreignObject"'},{value:'"g"'},{value:'"image"'},{value:'"line"'},{value:'"linearGradient"'},{value:'"marker"'},{value:'"mask"'},{value:'"metadata"'},{value:'"mpath"'},{value:'"path"'},{value:'"pattern"'},{value:'"polygon"'},{value:'"polyline"'},{value:'"radialGradient"'},{value:'"rect"'},{value:'"stop"'},{value:'"switch"'},{value:'"text"'},{value:'"textPath"'},{value:'"tspan"'},{value:'"use"'},{value:'"view"'}]}},handleOnClick:{defaultValue:null,description:"@deprecated",name:"handleOnClick",required:!1,type:{name:"((event: MouseEvent) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Link/Link.tsx#RcLink"]={docgenInfo:RcLink.__docgenInfo,name:"RcLink",path:"packages/juno-core/src/components/Link/Link.tsx#RcLink"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Link/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/Link.tsx"),exports)},"./packages/juno-core/src/components/Link/styles/StyledLink.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Link/utils/index.ts");exports.LinkStyle=function(_a){var disabled=_a.disabled,colorProp=_a.color,size=_a.size,underline=_a.underline,variant=_a.variant,color=disabled?foundation_1.palette2("disabled","f02"):"primary"===colorProp?foundation_1.palette2("informative","f02"):foundation_1.getParsePaletteColor(colorProp);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n text-decoration: ",";\n ",";\n color: ",";\n\n &:focus {\n outline: none;\n }\n\n "," {\n text-decoration: underline;\n }\n\n ",";\n "],["\n text-decoration: ",";\n ",";\n color: ",";\n\n &:focus {\n outline: none;\n }\n\n "," {\n text-decoration: underline;\n }\n\n ",";\n "])),underline?"underline":"none",foundation_1.typography(utils_1.RcLinkTypographies[size]||variant),color,foundation_1.focusVisible,disabled?foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n pointer-events: none;\n "],["\n pointer-events: none;\n "]))):foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n cursor: pointer;\n\n "," {\n &:hover {\n text-decoration: underline;\n }\n }\n\n &:active {\n color: ",";\n }\n "],["\n cursor: pointer;\n\n "," {\n &:hover {\n text-decoration: underline;\n }\n }\n\n &:active {\n color: ",";\n }\n "])),foundation_1.nonTouchHoverMedia,foundation_1.setOpacity(color,"24",!0)))};try{LinkStyle.displayName="LinkStyle",LinkStyle.__docgenInfo={description:"",displayName:"LinkStyle",props:{variant:{defaultValue:null,description:"variant of Link, default is body1",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},disabled:{defaultValue:null,description:"is that link is disabled",name:"disabled",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"color for Link display, support palette pass",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},Component:{defaultValue:null,description:"root render element, default is ``",name:"Component",required:!1,type:{name:"enum",value:[{value:'"symbol"'},{value:'"object"'},{value:'"a"'},{value:'"abbr"'},{value:'"address"'},{value:'"area"'},{value:'"article"'},{value:'"aside"'},{value:'"audio"'},{value:'"b"'},{value:'"base"'},{value:'"bdi"'},{value:'"bdo"'},{value:'"big"'},{value:'"blockquote"'},{value:'"body"'},{value:'"br"'},{value:'"button"'},{value:'"canvas"'},{value:'"caption"'},{value:'"cite"'},{value:'"code"'},{value:'"col"'},{value:'"colgroup"'},{value:'"data"'},{value:'"datalist"'},{value:'"dd"'},{value:'"del"'},{value:'"details"'},{value:'"dfn"'},{value:'"dialog"'},{value:'"div"'},{value:'"dl"'},{value:'"dt"'},{value:'"em"'},{value:'"embed"'},{value:'"fieldset"'},{value:'"figcaption"'},{value:'"figure"'},{value:'"footer"'},{value:'"form"'},{value:'"h1"'},{value:'"h2"'},{value:'"h3"'},{value:'"h4"'},{value:'"h5"'},{value:'"h6"'},{value:'"head"'},{value:'"header"'},{value:'"hgroup"'},{value:'"hr"'},{value:'"html"'},{value:'"i"'},{value:'"iframe"'},{value:'"img"'},{value:'"input"'},{value:'"ins"'},{value:'"kbd"'},{value:'"keygen"'},{value:'"label"'},{value:'"legend"'},{value:'"li"'},{value:'"link"'},{value:'"main"'},{value:'"map"'},{value:'"mark"'},{value:'"menu"'},{value:'"menuitem"'},{value:'"meta"'},{value:'"meter"'},{value:'"nav"'},{value:'"noindex"'},{value:'"noscript"'},{value:'"ol"'},{value:'"optgroup"'},{value:'"option"'},{value:'"output"'},{value:'"p"'},{value:'"param"'},{value:'"picture"'},{value:'"pre"'},{value:'"progress"'},{value:'"q"'},{value:'"rp"'},{value:'"rt"'},{value:'"ruby"'},{value:'"s"'},{value:'"samp"'},{value:'"slot"'},{value:'"script"'},{value:'"section"'},{value:'"select"'},{value:'"small"'},{value:'"source"'},{value:'"span"'},{value:'"strong"'},{value:'"style"'},{value:'"sub"'},{value:'"summary"'},{value:'"sup"'},{value:'"table"'},{value:'"template"'},{value:'"tbody"'},{value:'"td"'},{value:'"textarea"'},{value:'"tfoot"'},{value:'"th"'},{value:'"thead"'},{value:'"time"'},{value:'"title"'},{value:'"tr"'},{value:'"track"'},{value:'"u"'},{value:'"ul"'},{value:'"var"'},{value:'"video"'},{value:'"wbr"'},{value:'"webview"'},{value:'"svg"'},{value:'"animate"'},{value:'"animateMotion"'},{value:'"animateTransform"'},{value:'"circle"'},{value:'"clipPath"'},{value:'"defs"'},{value:'"desc"'},{value:'"ellipse"'},{value:'"feBlend"'},{value:'"feColorMatrix"'},{value:'"feComponentTransfer"'},{value:'"feComposite"'},{value:'"feConvolveMatrix"'},{value:'"feDiffuseLighting"'},{value:'"feDisplacementMap"'},{value:'"feDistantLight"'},{value:'"feDropShadow"'},{value:'"feFlood"'},{value:'"feFuncA"'},{value:'"feFuncB"'},{value:'"feFuncG"'},{value:'"feFuncR"'},{value:'"feGaussianBlur"'},{value:'"feImage"'},{value:'"feMerge"'},{value:'"feMergeNode"'},{value:'"feMorphology"'},{value:'"feOffset"'},{value:'"fePointLight"'},{value:'"feSpecularLighting"'},{value:'"feSpotLight"'},{value:'"feTile"'},{value:'"feTurbulence"'},{value:'"filter"'},{value:'"foreignObject"'},{value:'"g"'},{value:'"image"'},{value:'"line"'},{value:'"linearGradient"'},{value:'"marker"'},{value:'"mask"'},{value:'"metadata"'},{value:'"mpath"'},{value:'"path"'},{value:'"pattern"'},{value:'"polygon"'},{value:'"polyline"'},{value:'"radialGradient"'},{value:'"rect"'},{value:'"stop"'},{value:'"switch"'},{value:'"text"'},{value:'"textPath"'},{value:'"tspan"'},{value:'"use"'},{value:'"view"'}]}},underline:{defaultValue:null,description:"is that have underline default",name:"underline",required:!1,type:{name:"boolean"}},download:{defaultValue:null,description:"is that href can be download",name:"download",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"@deprecated",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},handleOnClick:{defaultValue:null,description:"@deprecated",name:"handleOnClick",required:!1,type:{name:"((event: MouseEvent) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Link/styles/StyledLink.tsx#LinkStyle"]={docgenInfo:LinkStyle.__docgenInfo,name:"LinkStyle",path:"packages/juno-core/src/components/Link/styles/StyledLink.tsx#LinkStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Link/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/styles/StyledLink.tsx"),exports)},"./packages/juno-core/src/components/Link/utils/LinkUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RcLinkTypographies={small:"caption1",medium:"body1",large:"headline1"}},"./packages/juno-core/src/components/Link/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/utils/LinkUtils.ts"),exports)},"./packages/juno-core/src/components/List/List/List.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),List_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/List/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/List/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/List/utils/index.ts"),_RcList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcList"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListClasses,classesProp)}),[classesProp]);return react_1.default.createElement(List_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcList=foundation_1.styled(_RcList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListStyle);exports.RcList=RcList,RcList.defaultProps={disablePadding:!0},RcList.displayName="RcList";try{RcList.displayName="RcList",RcList.__docgenInfo={description:"",displayName:"RcList",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:{value:"true"},description:"",name:"disablePadding",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/List/List.tsx#RcList"]={docgenInfo:RcList.__docgenInfo,name:"RcList",path:"packages/juno-core/src/components/List/List/List.tsx#RcList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/List/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/List.tsx"),exports)},"./packages/juno-core/src/components/List/List/styles/ListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.ListStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{ListStyle.displayName="ListStyle",ListStyle.__docgenInfo={description:"",displayName:"ListStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLUListElement | null) => void) | RefObject | null"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:null,description:"",name:"disablePadding",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/List/styles/ListStyle.tsx#ListStyle"]={docgenInfo:ListStyle.__docgenInfo,name:"ListStyle",path:"packages/juno-core/src/components/List/List/styles/ListStyle.tsx#ListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/List/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/styles/ListStyle.tsx"),exports)},"./packages/juno-core/src/components/List/List/utils/ListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListClasses=foundation_1.RcClasses([],"RcList")},"./packages/juno-core/src/components/List/List/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/utils/ListUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItem/ListItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),ListItem_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItem/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/utils/index.ts"),_RcListItem=react_1.forwardRef((function(props,ref){var classesProp=props.classes,TouchRipplePropsProp=(props.color,props.TouchRippleProps),children=props.children,className=props.className,singleLine=props.singleLine,button=props.button,title=(props.size,props.canHover,props.isInline,props.baseColor,props.title),focused=(props.highlighted,props.maxWidth,props.focused),rest=(props.focusVariant,tslib_1.__rest(props,["classes","color","TouchRippleProps","children","className","singleLine","button","size","canHover","isInline","baseColor","title","highlighted","maxWidth","focused","focusVariant"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemClasses,classesProp)}),[classesProp]),ListItemClassName=react_1.useMemo((function(){var _a;return clsx_1.default(className,((_a={})[utils_1.RcListItemMultilineClassName]=!singleLine,_a[classes.focusVisible]=focused,_a))}),[className,singleLine,classes,focused]),additionProps=react_1.useMemo((function(){return button?{TouchRippleProps:foundation_1.combineProps({classes:utils_1.RcListItemRippleClasses},TouchRipplePropsProp)}:{}}),[TouchRipplePropsProp,button]);return react_1.default.createElement(ListItem_1.default,tslib_1.__assign({},rest,additionProps,{ref,title:"string"==typeof title?title:void 0,classes,className:ListItemClassName,button}),children)})),RcListItem=foundation_1.styled(Tooltip_1.withTooltip(_RcListItem)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcListItem"}),_b=(_a.theme,_a.className,_a.singleLine),singleLine=void 0!==_b&&_b,_c=_a.button,button=void 0===_c||_c,_d=_a.canHover,canHover=void 0===_d||_d,_e=_a.size,size=void 0===_e?"medium":_e,_f=_a.focusVariant,focusVariant=void 0===_f?"highlight":_f,rest=tslib_1.__rest(_a,["theme","className","singleLine","button","canHover","size","focusVariant"]);return tslib_1.__assign({singleLine,button,canHover,size,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.ListItemStyle);exports.RcListItem=RcListItem,RcListItem.displayName="RcListItem";try{RcListItem.displayName="RcListItem",RcListItem.__docgenInfo={description:"",displayName:"RcListItem",props:{button:{defaultValue:null,description:"If true, the list item will be a button (using ButtonBase).\nProps intended for ButtonBase can then be applied to ListItem.",name:"button",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.\nBy default, it's a li when button is false and a div when button is true.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},value:{defaultValue:null,description:"native value attribute",name:"value",required:!1,type:{name:"string | number | readonly string[]"}},size:{defaultValue:null,description:"ListItem size, default is 'medium'",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},maxWidth:{defaultValue:null,description:"@deprecated",name:"maxWidth",required:!1,type:{name:"number"}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},canHover:{defaultValue:null,description:"? when hover on item, display different background, default is true",name:"canHover",required:!1,type:{name:"boolean"}},isInline:{defaultValue:null,description:"? display of ListItem",name:"isInline",required:!1,type:{name:"boolean"}},singleLine:{defaultValue:null,description:"is single line, default is false",name:"singleLine",required:!1,type:{name:"boolean"}},baseColor:{defaultValue:null,description:"@deprecated",name:"baseColor",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"black"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItem/ListItem.tsx#RcListItem"]={docgenInfo:RcListItem.__docgenInfo,name:"RcListItem",path:"packages/juno-core/src/components/List/ListItem/ListItem.tsx#RcListItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItem/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/ListItem.tsx"),exports)},"./packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),Switch_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/utils/index.ts");exports.ListItemFormControlStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n margin-right: 0;\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove this after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n }\n"],["\n "," {\n margin-right: 0;\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove this after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n }\n"])),FormControlLabel_1.RcFormControlLabel,Switch_1.RcSwitch,foundation_1.spacing(1),foundation_1.spacing(1)),exports.sharedListItemStyle=function(_a){var highlighted=_a.highlighted,color=_a.color,canHover=_a.canHover,_b=_a.baseColor,baseColorProp=void 0===_b?"black":_b,mainClasses=_a.mainClasses,rippleClasses=_a.rippleClasses,focusVariant=_a.focusVariant,baseColor=foundation_1.getParsePaletteColor(null!=color?color:utils_1.colorMap[baseColorProp]),useFocusRing="focusRing"===focusVariant;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ",";\n color: ",";\n\n ",";\n\n ","\n &.Mui-focusVisible {\n background-color: unset;\n }\n\n "," {\n background-color: ",";\n ","\n }\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n ."," {\n color: ",";\n }\n\n ",";\n "],["\n ",";\n color: ",";\n\n ",";\n\n ","\n &.Mui-focusVisible {\n background-color: unset;\n }\n\n "," {\n background-color: ",";\n ","\n }\n\n "," {\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n ."," {\n color: ",";\n }\n\n ",";\n "])),foundation_1.typography("body1"),foundation_1.palette2("neutral","f06"),highlighted&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n background-color: ",";\n "],["\n background-color: ",";\n "])),foundation_1.setAlpha(baseColor,.05)),"",foundation_1.focusVisible,(function(){return useFocusRing&&highlighted?foundation_1.setAlpha(baseColor,.05):useFocusRing?"unset":foundation_1.setOpacity(baseColor,"16")}),useFocusRing&&foundation_1.focusRing("inset"),foundation_1.nonTouchHoverMedia,canHover?foundation_1.setOpacity(baseColor,"08"):"unset",mainClasses.selected,foundation_1.setOpacity(baseColor,"12"),rippleClasses.rippleVisible,baseColor,exports.ListItemFormControlStyle)},exports.ListItemStyle=function(props){var maxWidth=props.maxWidth,isInline=props.isInline,size=props.size,onClick=props.onClick,focusVariant=props.focusVariant,defaultPadding=utils_1.RcListItemTopAndBottomPaddings[size];return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n width: ",";\n padding-top: ",";\n padding-bottom: ",";\n display: ",";\n cursor: ",";\n\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n }\n "],["\n width: ",";\n padding-top: ",";\n padding-bottom: ",";\n display: ",";\n cursor: ",";\n\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n }\n "])),maxWidth?foundation_1.px(maxWidth):"100%",defaultPadding,defaultPadding,isInline?"inline-flex":"flex",onClick?"pointer":"default",exports.sharedListItemStyle(tslib_1.__assign(tslib_1.__assign({},props),{mainClasses:utils_1.RcListItemClasses,rippleClasses:utils_1.RcListItemRippleClasses,focusVariant})),utils_1.RcListItemClasses.gutters,foundation_1.spacing(4),foundation_1.spacing(4),utils_1.RcListItemClasses.dense,foundation_1.spacing(1),foundation_1.spacing(1))};try{sharedListItemStyle.displayName="sharedListItemStyle",sharedListItemStyle.__docgenInfo={description:"",displayName:"sharedListItemStyle",props:{color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},canHover:{defaultValue:null,description:"? when hover on item, display different background, default is true",name:"canHover",required:!1,type:{name:"boolean"}},baseColor:{defaultValue:null,description:"@deprecated",name:"baseColor",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"black"'}]}},mainClasses:{defaultValue:null,description:"",name:"mainClasses",required:!0,type:{name:"Partial>"}},rippleClasses:{defaultValue:null,description:"",name:"rippleClasses",required:!0,type:{name:"Partial>"}},focusVariant:{defaultValue:null,description:"",name:"focusVariant",required:!0,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#sharedListItemStyle"]={docgenInfo:sharedListItemStyle.__docgenInfo,name:"sharedListItemStyle",path:"packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#sharedListItemStyle"})}catch(__react_docgen_typescript_loader_error){}try{ListItemStyle.displayName="ListItemStyle",ListItemStyle.__docgenInfo={description:"",displayName:"ListItemStyle",props:{size:{defaultValue:null,description:"ListItem size, default is 'medium'",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},canHover:{defaultValue:null,description:"? when hover on item, display different background, default is true",name:"canHover",required:!1,type:{name:"boolean"}},isInline:{defaultValue:null,description:"? display of ListItem",name:"isInline",required:!1,type:{name:"boolean"}},singleLine:{defaultValue:null,description:"is single line, default is false",name:"singleLine",required:!1,type:{name:"boolean"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},baseColor:{defaultValue:null,description:"@deprecated",name:"baseColor",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"black"'}]}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.\nBy default, it's a li when button is false and a div when button is true.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},button:{defaultValue:null,description:"If true, the list item will be a button (using ButtonBase).\nProps intended for ButtonBase can then be applied to ListItem.",name:"button",required:!1,type:{name:"boolean"}},maxWidth:{defaultValue:null,description:"@deprecated",name:"maxWidth",required:!1,type:{name:"number"}},value:{defaultValue:null,description:"native value attribute",name:"value",required:!1,type:{name:"string | number | readonly string[]"}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#ListItemStyle"]={docgenInfo:ListItemStyle.__docgenInfo,name:"ListItemStyle",path:"packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx#ListItemStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItem/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/styles/ListItemStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItem/utils/ListItemUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemPrefix="RcListItem",exports.RcListItemRipplePrefix=exports.RcListItemPrefix+"TouchRipple",exports.RcListItemMultilineClassName=exports.RcListItemPrefix+"-multiline",exports.RcListItemClasses=foundation_1.RcClasses(["gutters","dense","selected","focusVisible"],exports.RcListItemPrefix),exports.RcListItemTopAndBottomPaddings={small:foundation_1.spacing(1),medium:foundation_1.spacing(1.25)},exports.colorMap={primary:"interactive.f01",secondary:"highlight.f02",black:"action.grayLight"},exports.RcListItemRippleClasses=foundation_1.RcClasses(["rippleVisible"],exports.RcListItemRipplePrefix)},"./packages/juno-core/src/components/List/ListItem/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/utils/ListItemUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemAvatar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemAvatar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/utils/index.ts"),_RcListItemAvatar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemAvatar"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemAvatarClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ListItemAvatar_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcListItemAvatar=foundation_1.styled(_RcListItemAvatar)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.ListItemAvatarStyle);exports.RcListItemAvatar=RcListItemAvatar,RcListItemAvatar.defaultProps={},RcListItemAvatar.displayName="RcListItemAvatar";try{RcListItemAvatar.displayName="RcListItemAvatar",RcListItemAvatar.__docgenInfo={description:"",displayName:"RcListItemAvatar",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component – normally `Avatar`.",name:"children",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)> | (ReactElement Component<...>)> & string) | ... 5 more ... | (ReactElement<...> & ReactPortal)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx#RcListItemAvatar"]={docgenInfo:RcListItemAvatar.__docgenInfo,name:"RcListItemAvatar",path:"packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx#RcListItemAvatar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemAvatar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/ListItemAvatar.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.ListItemAvatarStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n margin: ",";\n min-width: 0;\n ",";\n "],["\n margin: ",";\n min-width: 0;\n ",";\n "])),foundation_1.spacing(.75,2,.75,0),foundation_1.flexCenterStyle)};try{ListItemAvatarStyle.displayName="ListItemAvatarStyle",ListItemAvatarStyle.__docgenInfo={description:"",displayName:"ListItemAvatarStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component – normally `Avatar`.",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"unknown"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx#ListItemAvatarStyle"]={docgenInfo:ListItemAvatarStyle.__docgenInfo,name:"ListItemAvatarStyle",path:"packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx#ListItemAvatarStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemAvatar/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/styles/ListItemAvatarStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemAvatar/utils/ListItemAvatarUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemAvatarClasses=foundation_1.RcClasses([],"RcListItemAvatar")},"./packages/juno-core/src/components/List/ListItemAvatar/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/utils/ListItemAvatarUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemIcon_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemIcon/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/utils/index.ts"),_RcListItemIcon=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemIcon"}),classesProp=props.classes,children=props.children,rest=(props.color,tslib_1.__rest(props,["classes","children","color"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemIconClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ListItemIcon_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcListItemIcon=foundation_1.styled(_RcListItemIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.ListItemIconStyle);exports.RcListItemIcon=RcListItemIcon,RcListItemIcon.defaultProps={},RcListItemIcon.displayName="RcListItemIcon";try{RcListItemIcon.displayName="RcListItemIcon",RcListItemIcon.__docgenInfo={description:"",displayName:"RcListItemIcon",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:null,description:"color for root container",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component, normally `Icon`, `SvgIcon`,\nor a `@material-ui/icons` SVG icon element.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx#RcListItemIcon"]={docgenInfo:RcListItemIcon.__docgenInfo,name:"RcListItemIcon",path:"packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx#RcListItemIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemIcon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/ListItemIcon.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/index.ts"),Checkbox_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/index.ts"),Radio_1=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/index.ts"),Switch_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports.ListItemIconStyle=function(_a){var color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n width: auto;\n height: unset;\n color: ",";\n min-width: unset;\n\n > ",", > "," {\n margin-right: ",";\n }\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove margin-left after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n\n > ",", > "," {\n margin-right: ",";\n }\n "],["\n ",";\n width: auto;\n height: unset;\n color: ",";\n min-width: unset;\n\n > ",", > "," {\n margin-right: ",";\n }\n\n > "," {\n /** The DOM structure of Switch is special,\n should remove margin-left after fix Switch as common control */\n margin-left: ",";\n margin-right: ",";\n }\n\n > ",", > "," {\n margin-right: ",";\n }\n "])),foundation_1.flexCenterStyle,foundation_1.getParsePaletteColor(color,["neutral","f04"]),Radio_1.RcRadio,Checkbox_1.RcCheckbox,foundation_1.spacing(1),Switch_1.RcSwitch,foundation_1.spacing(1),foundation_1.spacing(1),IconButton_1.RcIconButton,Icon_1.RcIcon,foundation_1.spacing(2))};try{ListItemIconStyle.displayName="ListItemIconStyle",ListItemIconStyle.__docgenInfo={description:"",displayName:"ListItemIconStyle",props:{color:{defaultValue:null,description:"color for root container",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component, normally `Icon`, `SvgIcon`,\nor a `@material-ui/icons` SVG icon element.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx#ListItemIconStyle"]={docgenInfo:ListItemIconStyle.__docgenInfo,name:"ListItemIconStyle",path:"packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx#ListItemIconStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemIcon/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/styles/ListItemIconStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemIcon/utils/ListItemIconUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemIconClasses=foundation_1.RcClasses(["alignItemsFlexStart"],"RcListItemIcon")},"./packages/juno-core/src/components/List/ListItemIcon/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/utils/ListItemIconUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemSecondaryAction_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemSecondaryAction/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/index.ts"),_RcListItemSecondaryAction=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemSecondaryAction"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),innerRef=react_1.useRef(null),divRef=foundation_1.useForkRef(innerRef,ref),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemSecondaryActionClasses,classesProp)}),[classesProp]);return react_1.useLayoutEffect((function(){foundation_1.removeClassName(innerRef,"MuiListItemSecondaryAction-root")})),react_1.default.createElement(ListItemSecondaryAction_1.default,tslib_1.__assign({},rest,{ref:divRef,classes}),children)})),RcListItemSecondaryAction=foundation_1.styled(_RcListItemSecondaryAction)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListItemSecondaryActionStyle);exports.RcListItemSecondaryAction=RcListItemSecondaryAction,RcListItemSecondaryAction.defaultProps={},RcListItemSecondaryAction.displayName="RcListItemSecondaryAction";try{RcListItemSecondaryAction.displayName="RcListItemSecondaryAction",RcListItemSecondaryAction.__docgenInfo={description:"",displayName:"RcListItemSecondaryAction",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component, normally an `IconButton` or selection control.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx#RcListItemSecondaryAction"]={docgenInfo:RcListItemSecondaryAction.__docgenInfo,name:"RcListItemSecondaryAction",path:"packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx#RcListItemSecondaryAction"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemSecondaryAction/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/ListItemSecondaryAction.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Checkbox_1=__webpack_require__("./packages/juno-core/src/components/Forms/Checkbox/index.ts"),FormControlLabel_1=__webpack_require__("./packages/juno-core/src/components/Forms/FormControlLabel/index.ts"),Radio_1=__webpack_require__("./packages/juno-core/src/components/Forms/Radio/index.ts"),Switch_1=__webpack_require__("./packages/juno-core/src/components/Forms/Switch/index.ts");exports.ListItemSecondaryActionStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n ",";\n color: ",";\n\n "," {\n margin-right: -",";\n\n > ",", > ",", > "," {\n margin-right: 0;\n }\n }\n\n > * + * {\n margin-left: ",";\n }\n "],["\n ",";\n ",";\n color: ",";\n\n "," {\n margin-right: -",";\n\n > ",", > ",", > "," {\n margin-right: 0;\n }\n }\n\n > * + * {\n margin-left: ",";\n }\n "])),foundation_1.flexCenterStyle,foundation_1.typography("caption1"),foundation_1.palette2("neutral","f04"),FormControlLabel_1.RcFormControlLabel,foundation_1.spacing(2),Radio_1.RcRadio,Checkbox_1.RcCheckbox,Switch_1.RcSwitch,foundation_1.spacing(2))};try{ListItemSecondaryActionStyle.displayName="ListItemSecondaryActionStyle",ListItemSecondaryActionStyle.__docgenInfo={description:"",displayName:"ListItemSecondaryActionStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component, normally an `IconButton` or selection control.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx#ListItemSecondaryActionStyle"]={docgenInfo:ListItemSecondaryActionStyle.__docgenInfo,name:"ListItemSecondaryActionStyle",path:"packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx#ListItemSecondaryActionStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/styles/ListItemSecondaryActionStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/ListItemSecondaryActionUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemSecondaryActionClasses=foundation_1.RcClasses([],"RcListItemSecondaryAction")},"./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/utils/ListItemSecondaryActionUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListItemText/ListItemText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListItemText_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListItemText/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/utils/index.ts"),_RcListItemText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListItemText"});var classesProp=props.classes,children=props.children,primaryTypographyPropsProp=(props.isEllipsis,props.primaryTypographyProps),secondaryTypographyPropsProp=props.secondaryTypographyProps,rest=(props.primaryColor,props.alignCenter,props.lineThrough,tslib_1.__rest(props,["classes","children","isEllipsis","primaryTypographyProps","secondaryTypographyProps","primaryColor","alignCenter","lineThrough"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListItemTextClasses,classesProp)}),[classesProp]),primaryTypographyProps=react_1.useMemo((function(){return foundation_1.omit(primaryTypographyPropsProp,["color","variant"])}),[primaryTypographyPropsProp]),secondaryTypographyProps=react_1.useMemo((function(){return foundation_1.omit(secondaryTypographyPropsProp,["color","variant"])}),[secondaryTypographyPropsProp]);return react_1.default.createElement(ListItemText_1.default,tslib_1.__assign({},rest,{ref,classes,primaryTypographyProps,secondaryTypographyProps}),children)})),RcListItemText=foundation_1.styled(_RcListItemText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListItemTextStyle);exports.RcListItemText=RcListItemText,RcListItemText.defaultProps={isEllipsis:!0,primaryTypographyProps:{variant:"body1",color:"neutral.f06"},secondaryTypographyProps:{variant:"caption1",color:"neutral.f04"}},RcListItemText.displayName="RcListItemText";try{RcListItemText.displayName="RcListItemText",RcListItemText.__docgenInfo={description:"",displayName:"RcListItemText",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Alias for the `primary` prop.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},primary:{defaultValue:null,description:"The main content element.",name:"primary",required:!1,type:{name:"ReactNode"}},secondary:{defaultValue:null,description:"The secondary content element.",name:"secondary",required:!1,type:{name:"ReactNode"}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a Typography component.\nThis can be useful to render an alternative Typography variant by wrapping\nthe `children` (or `primary`) text, and optional `secondary` text\nwith the Typography component.",name:"disableTypography",required:!1,type:{name:"boolean"}},alignCenter:{defaultValue:null,description:"@deprecated",name:"alignCenter",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"If `true`, the children will be indented.\nThis should be used if there is no left avatar or left icon.",name:"inset",required:!1,type:{name:"boolean"}},primaryTypographyProps:{defaultValue:{value:"{\n variant: 'body1',\n color: 'neutral.f06',\n }"},description:"These props will be forwarded to the primary typography component (as long as disableTypography is not true).",name:"primaryTypographyProps",required:!1,type:{name:'Pick'}},secondaryTypographyProps:{defaultValue:{value:"{\n variant: 'caption1',\n color: 'neutral.f04',\n }"},description:"These props will be forwarded to the secondary typography component (as long as disableTypography is not true).",name:"secondaryTypographyProps",required:!1,type:{name:'Pick'}},isEllipsis:{defaultValue:{value:"true"},description:"is text Ellipsis, default is true.",name:"isEllipsis",required:!1,type:{name:"boolean"}},primaryColor:{defaultValue:null,description:"@deprecated",name:"primaryColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},lineThrough:{defaultValue:null,description:"@deprecated",name:"lineThrough",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemText/ListItemText.tsx#RcListItemText"]={docgenInfo:RcListItemText.__docgenInfo,name:"RcListItemText",path:"packages/juno-core/src/components/List/ListItemText/ListItemText.tsx#RcListItemText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemText/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/ListItemText.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/utils/index.ts");exports.ListItemTextStyle=function(_a){var alignCenter=_a.alignCenter,primaryColorProp=_a.primaryColor,lineThrough=_a.lineThrough,primaryTypographyProps=_a.primaryTypographyProps,secondaryTypographyProps=_a.secondaryTypographyProps,isEllipsis=_a.isEllipsis,primaryColor=foundation_1.getParsePaletteColor(primaryColorProp||(null==primaryTypographyProps?void 0:primaryTypographyProps.color),foundation_1.palette2("neutral","f06")),secondaryColor=foundation_1.getParsePaletteColor(null==secondaryTypographyProps?void 0:secondaryTypographyProps.color,foundation_1.palette2("neutral","f04")),primaryTypography=foundation_1.typography((null==primaryTypographyProps?void 0:primaryTypographyProps.variant)||"body1"),secondaryTypography=foundation_1.typography((null==secondaryTypographyProps?void 0:secondaryTypographyProps.variant)||"caption1"),textDisplay=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n text-decoration-line: ",";\n "],["\n ",";\n text-decoration-line: ",";\n "])),isEllipsis&&foundation_1.ellipsis(),lineThrough?"line-through":"inherit");return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n ","\n\n padding: 0;\n /** for next ListSecondaryAction default margin */\n margin: 0 "," 0 0;\n\n &."," {\n margin: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n "],["\n ","\n\n padding: 0;\n /** for next ListSecondaryAction default margin */\n margin: 0 "," 0 0;\n\n &."," {\n margin: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n\n ."," {\n ",";\n ",";\n color: ",";\n }\n "])),alignCenter&&foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n flex: 'none !important';\n "],["\n flex: 'none !important';\n "]))),foundation_1.spacing(2),utils_1.RcListItemTextClasses.multiline,foundation_1.spacing(1,2,1,0),utils_1.RcListItemTextClasses.inset,foundation_1.spacing(14),utils_1.RcListItemTextClasses.primary,textDisplay,primaryTypography,primaryColor,utils_1.RcListItemTextClasses.secondary,textDisplay,secondaryTypography,secondaryColor)};try{ListItemTextStyle.displayName="ListItemTextStyle",ListItemTextStyle.__docgenInfo={description:"",displayName:"ListItemTextStyle",props:{isEllipsis:{defaultValue:null,description:"is text Ellipsis, default is true.",name:"isEllipsis",required:!1,type:{name:"boolean"}},primaryTypographyProps:{defaultValue:null,description:"These props will be forwarded to the primary typography component (as long as disableTypography is not true).",name:"primaryTypographyProps",required:!1,type:{name:'Pick'}},secondaryTypographyProps:{defaultValue:null,description:"These props will be forwarded to the secondary typography component (as long as disableTypography is not true).",name:"secondaryTypographyProps",required:!1,type:{name:'Pick'}},primaryColor:{defaultValue:null,description:"@deprecated",name:"primaryColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},alignCenter:{defaultValue:null,description:"@deprecated",name:"alignCenter",required:!1,type:{name:"boolean"}},lineThrough:{defaultValue:null,description:"@deprecated",name:"lineThrough",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Alias for the `primary` prop.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},primary:{defaultValue:null,description:"The main content element.",name:"primary",required:!1,type:{name:"ReactNode"}},secondary:{defaultValue:null,description:"The secondary content element.",name:"secondary",required:!1,type:{name:"ReactNode"}},disableTypography:{defaultValue:null,description:"If `true`, the children won't be wrapped by a Typography component.\nThis can be useful to render an alternative Typography variant by wrapping\nthe `children` (or `primary`) text, and optional `secondary` text\nwith the Typography component.",name:"disableTypography",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"If `true`, the children will be indented.\nThis should be used if there is no left avatar or left icon.",name:"inset",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx#ListItemTextStyle"]={docgenInfo:ListItemTextStyle.__docgenInfo,name:"ListItemTextStyle",path:"packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx#ListItemTextStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListItemText/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/styles/ListItemTextStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListItemText/utils/ListItemTextUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListItemTextClasses=foundation_1.RcClasses(["primary","secondary","inset","multiline"],"RcListItemText")},"./packages/juno-core/src/components/List/ListItemText/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/utils/ListItemTextUtils.ts"),exports)},"./packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),ListSubheader_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ListSubheader/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/utils/index.ts"),_RcListSubheader=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcListSubheader"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcListSubheaderClasses,classesProp)}),[classesProp]);return react_1.default.createElement(ListSubheader_1.default,tslib_1.__assign({},rest,{ref,classes,color:"default"}),children)})),RcListSubheader=foundation_1.styled(_RcListSubheader)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.ListSubheaderStyle);exports.RcListSubheader=RcListSubheader,RcListSubheader.defaultProps={component:"li"},RcListSubheader.displayName="RcListSubheader";try{RcListSubheader.displayName="RcListSubheader",RcListSubheader.__docgenInfo={description:"",displayName:"RcListSubheader",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},component:{defaultValue:{value:"li"},description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"",name:"inset",required:!1,type:{name:"boolean"}},disableSticky:{defaultValue:null,description:"",name:"disableSticky",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx#RcListSubheader"]={docgenInfo:RcListSubheader.__docgenInfo,name:"RcListSubheader",path:"packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx#RcListSubheader"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListSubheader/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/ListSubheader.tsx"),exports)},"./packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/utils/index.ts");exports.ListSubheaderStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 36px;\n padding-top: ",";\n padding-bottom: ",";\n display: flex;\n background: ",";\n color: ",";\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n "],["\n height: 36px;\n padding-top: ",";\n padding-bottom: ",";\n display: flex;\n background: ",";\n color: ",";\n ",";\n\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-left: ",";\n }\n "])),foundation_1.spacing(3),foundation_1.spacing(1),foundation_1.palette2("neutral","b01"),foundation_1.palette2("neutral","f04"),foundation_1.typography("body1"),utils_1.RcListSubheaderClasses.gutters,foundation_1.spacing(4),foundation_1.spacing(2),utils_1.RcListSubheaderClasses.inset,foundation_1.spacing(18))};try{ListSubheaderStyle.displayName="ListSubheaderStyle",ListSubheaderStyle.__docgenInfo={description:"",displayName:"ListSubheaderStyle",props:{component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLLIElement | null) => void) | RefObject | null"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},inset:{defaultValue:null,description:"",name:"inset",required:!1,type:{name:"boolean"}},disableSticky:{defaultValue:null,description:"",name:"disableSticky",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx#ListSubheaderStyle"]={docgenInfo:ListSubheaderStyle.__docgenInfo,name:"ListSubheaderStyle",path:"packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx#ListSubheaderStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/List/ListSubheader/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/styles/ListSubheaderStyle.tsx"),exports)},"./packages/juno-core/src/components/List/ListSubheader/utils/ListSubheaderUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcListSubheaderClasses=foundation_1.RcClasses(["gutters","inset"],"RcListSubheader")},"./packages/juno-core/src/components/List/ListSubheader/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/utils/ListSubheaderUtils.ts"),exports)},"./packages/juno-core/src/components/List/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/List/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItem/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListSubheader/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/ListItemText/index.ts"),exports)},"./packages/juno-core/src/components/Loading/Loading.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Box_1=__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Loading/styles/index.ts"),RcLoading=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcLoading"}),_a=props.LoadingComponent,LoadingComponent=void 0===_a?styles_1.RcDefaultLoadingWithDelay:_a,_b=props.keepVisible,keepVisible=void 0===_b||_b,_c=props.keepMounted,keepMounted=void 0===_c||_c,loading=props.loading,_d=props.LoadingProps,_e=void 0===_d?{}:_d,_f=_e.delay,delay=void 0===_f?0:_f,_g=_e.backgroundType,backgroundType=void 0===_g?"mask":_g,_h=_e.size,size=void 0===_h?42:_h,LoadingProps=tslib_1.__rest(_e,["delay","backgroundType","size"]),children=props.children,childrenWhenLoading=!keepMounted&&loading?null:children;return react_1.default.createElement(react_1.default.Fragment,null,loading&&react_1.default.createElement(LoadingComponent,tslib_1.__assign({delay,backgroundType,size},LoadingProps)),keepVisible||!loading?childrenWhenLoading:childrenWhenLoading&&react_1.default.isValidElement(childrenWhenLoading)&&childrenWhenLoading.type!==react_1.default.Fragment?react_1.default.createElement(Box_1.RcBox,{clone:!0,display:"none"},childrenWhenLoading):childrenWhenLoading)};exports.RcLoading=RcLoading;try{RcLoading.displayName="RcLoading",RcLoading.__docgenInfo={description:"Provide a wrapper to wrap component with loading mask\n\n### when `keepVisible = false` that children must be one valid html **element**, otherwise that style could not set correctly",displayName:"RcLoading",props:{loading:{defaultValue:null,description:"is that is loading",name:"loading",required:!0,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM when `loading`",name:"keepMounted",required:!1,type:{name:"boolean"}},keepVisible:{defaultValue:null,description:"Always keep the children visible when `loading`, that need children is valid html when `keepVisible` id `false`",name:"keepVisible",required:!1,type:{name:"boolean"}},LoadingComponent:{defaultValue:null,description:"custom loading component",name:"LoadingComponent",required:!1,type:{name:"ComponentClass<(StyledLoadingPageProps & WithDelay) | PropsWithChildren, any> | FunctionComponent<...>"}},LoadingProps:{defaultValue:null,description:"other props pass into Loading Component",name:"LoadingProps",required:!1,type:{name:"(StyledLoadingPageProps & WithDelay) | PropsWithChildren"}},children:{defaultValue:null,description:"container for wrapper loading",name:"children",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Loading/Loading.tsx#RcLoading"]={docgenInfo:RcLoading.__docgenInfo,name:"RcLoading",path:"packages/juno-core/src/components/Loading/Loading.tsx#RcLoading"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Loading/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Loading/Loading.tsx"),exports)},"./packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),CircularProgress_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/index.ts");exports.StyledLoadingPage=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n top: 0px;\n left: 0px;\n opacity: ",";\n background: ",";\n z-index: 1000;\n"],["\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n top: 0px;\n left: 0px;\n opacity: ",";\n background: ",";\n z-index: 1000;\n"])),(function(_a){return _a.backgroundType?foundation_1.opacity("40",!0):1}),foundation_1.palette2("neutral","b01")),exports.RcDefaultLoadingWithDelay=foundation_1.withDelay((function(_a){var backgroundType=_a.backgroundType,size=_a.size,disableShrink=_a.disableShrink;return react_1.default.createElement(exports.StyledLoadingPage,{"data-test-automation-id":"loading-page",backgroundType},react_1.default.createElement(CircularProgress_1.RcCircularProgress,{size,disableShrink}))}));try{StyledLoadingPage.displayName="StyledLoadingPage",StyledLoadingPage.__docgenInfo={description:"",displayName:"StyledLoadingPage",props:{size:{defaultValue:null,description:"",name:"size",required:!1,type:{name:"number"}},backgroundType:{defaultValue:null,description:"",name:"backgroundType",required:!1,type:{name:"enum",value:[{value:'"mask"'}]}},disableShrink:{defaultValue:null,description:"",name:"disableShrink",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx#StyledLoadingPage"]={docgenInfo:StyledLoadingPage.__docgenInfo,name:"StyledLoadingPage",path:"packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx#StyledLoadingPage"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Loading/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Loading/styles/StyledLoadingPage.tsx"),exports)},"./packages/juno-core/src/components/Menu/Menu/Menu.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Menu_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Menu/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/MenuContext.ts");exports.RcMenuContext=MenuContext_1.RcMenuContext;var templateObject_1,styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/utils/index.ts"),MemoMuiMenu=react_1.memo(Menu_1.default),_RcMenu=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcMenu"}),classesProp=props.classes,children=props.children,autoClose=props.autoClose,onClose=props.onClose,rest=tslib_1.__rest(props,["classes","children","autoClose","onClose"]),_a=tslib_1.__read(react_1.useState(null),2),focusedMenuItemId=_a[0],setFocusedMenuItemId=_a[1],id=foundation_1.useId("menu-",!0),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcMenuClasses,classesProp)}),[classesProp]),handleClose=foundation_1.useEventCallback((function(event,reason){null==onClose||onClose(event,reason)})),ctxValue=react_1.useMemo((function(){return{menuId:id,autoClose:!!autoClose,focusedMenuItemId,setFocusedMenuItemId,closeMenu:handleClose}}),[autoClose,focusedMenuItemId,handleClose,id]);return react_1.default.createElement(MenuContext_1.RcMenuContext.Provider,{value:ctxValue},react_1.default.createElement(MemoMuiMenu,tslib_1.__assign({container:null==externalWindow?void 0:externalWindow.document.body},rest,{ref,classes,onClose:handleClose,disableEnforceFocus:!0}),children))})),RcMenu=foundation_1.styled(_RcMenu)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.MenuStyle);exports.RcMenu=RcMenu,RcMenu.defaultProps={variant:"selectedMenu",getContentAnchorEl:null,anchorReference:"anchorEl",anchorOrigin:{vertical:"bottom",horizontal:"left"}},RcMenu.displayName="RcMenu";try{RcMenu.displayName="RcMenu",RcMenu.__docgenInfo={description:"",displayName:"RcMenu",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:{value:"selectedMenu"},description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:{value:"{ vertical: 'bottom', horizontal: 'left' }"},description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:{value:"anchorEl"},description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:{value:"null"},description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"Props applied to the [`MenuList`](/api/menu-list/) element.",name:"MenuListProps",required:!1,type:{name:"Partial"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/Menu/Menu.tsx#RcMenu"]={docgenInfo:RcMenu.__docgenInfo,name:"RcMenu",path:"packages/juno-core/src/components/Menu/Menu/Menu.tsx#RcMenu"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/Menu/MenuContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcMenuContext=react_1.createContext({menuId:"",autoClose:!1,focusedMenuItemId:null,setFocusedMenuItemId:function(){return null},closeMenu:function(){return null}})},"./packages/juno-core/src/components/Menu/Menu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/Menu.tsx"),exports)},"./packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/styles/index.ts");exports.MenuStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n "],["\n ",";\n "])),styles_1.DividerInMenuStyle)};try{MenuStyle.displayName="MenuStyle",MenuStyle.__docgenInfo={description:"",displayName:"MenuStyle",props:{autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},MenuListProps:{defaultValue:null,description:"Props applied to the [`MenuList`](/api/menu-list/) element.",name:"MenuListProps",required:!1,type:{name:"Partial"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx#MenuStyle"]={docgenInfo:MenuStyle.__docgenInfo,name:"MenuStyle",path:"packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx#MenuStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/Menu/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/styles/MenuStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/Menu/utils/MenuUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcMenuClasses=foundation_1.RcClasses([],"RcMenu")},"./packages/juno-core/src/components/Menu/Menu/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/utils/MenuUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),MenuItem_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/MenuItem/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),List_1=__webpack_require__("./packages/juno-core/src/components/List/index.ts"),ListItemAvatar_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemAvatar/index.ts"),ListItemIcon_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemIcon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),MenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/MenuContext.ts"),MenuListContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts"),SubMenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/utils/index.ts"),_RcMenuItem=react_1.forwardRef((function(props,ref){var _a,classesProp=props.classes,children=props.children,button=(props.color,props.button),className=props.className,onMouseEnter=props.onMouseEnter,onClick=props.onClick,onFocus=props.onFocus,type=(props.highlighted,props.size,props.type),checked=props.checked,icon=props.icon,symbol=props.symbol,avatar=props.avatar,secondaryAction=props.secondaryAction,idRef=props.idRef,isSubMenuItem=props.isSubMenuItem,TouchRipplePropsProp=props.TouchRippleProps,title=props.title,focused=props.focused,rest=(props.focusVariant,tslib_1.__rest(props,["classes","children","color","button","className","onMouseEnter","onClick","onFocus","highlighted","size","type","checked","icon","symbol","avatar","secondaryAction","idRef","isSubMenuItem","TouchRippleProps","title","focused","focusVariant"])),isCheckedType="checked"===type,menuItemId=foundation_1.useId("menu-item",!0),menuContext=react_1.useContext(MenuContext_1.RcMenuContext),menuListContext=react_1.useContext(MenuListContext_1.RcMenuListContext),subMenuContext=react_1.useContext(SubMenuContext_1.RcSubMenuContext),setFocusedMenuItemId=foundation_1.useEventCallback((function(){menuItemId&&(menuListContext.menuListId?menuListContext.setFocusedMenuItemId(menuItemId):menuContext.menuId&&menuContext.setFocusedMenuItemId(menuItemId))})),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcMenuItemClasses,classesProp)}),[classesProp]),toClasses=react_1.useMemo((function(){return foundation_1.omit(classes,["checked","unchecked","focusVisible"])}),[classes]),itemAvatar=react_1.useMemo((function(){return react_1.default.isValidElement(avatar)?foundation_1.isRcElement(avatar,["RcListItemAvatar"])?avatar:react_1.default.createElement(ListItemAvatar_1.RcListItemAvatar,null,avatar):null}),[avatar]),itemIcon=react_1.useMemo((function(){return symbol?react_1.default.createElement(ListItemIcon_1.RcListItemIcon,null,react_1.default.createElement(Icon_1.RcIcon,{size:"small",symbol})):react_1.default.isValidElement(icon)?foundation_1.isRcElement(icon,["RcListItemIcon"])?icon:react_1.default.createElement(ListItemIcon_1.RcListItemIcon,null,icon):"string"==typeof icon?react_1.default.createElement(ListItemIcon_1.RcListItemIcon,null,react_1.default.createElement(Icon_1.RcIcon,{size:"small"},icon)):null}),[icon,symbol]),itemSubAction=react_1.useMemo((function(){return isCheckedType&&checked?react_1.default.createElement(List_1.RcListItemSecondaryAction,null,react_1.default.createElement(styles_1.StyledCheckIcon,{size:"large",symbol:juno_icon_1.Check,color:["interactive","f01"]})):secondaryAction?foundation_1.isRcElement(secondaryAction,["RcListItemSecondaryAction"])?secondaryAction:react_1.default.createElement(List_1.RcListItemSecondaryAction,null,secondaryAction):null}),[checked,isCheckedType,secondaryAction]),additionProps=react_1.useMemo((function(){return button?{TouchRippleProps:foundation_1.combineProps({classes:utils_1.RcMenuItemRippleClasses},TouchRipplePropsProp)}:{}}),[TouchRipplePropsProp,button]),handleMouseEnter=foundation_1.useEventCallback((function(e){null==onMouseEnter||onMouseEnter(e),setFocusedMenuItemId()})),handleClick=foundation_1.useEventCallback((function(e){var _a;null==onClick||onClick(e),menuContext.autoClose&&!isSubMenuItem&&menuContext.closeMenu(e,"itemClick"),subMenuContext.autoClose&&!isSubMenuItem&&(null===(_a=null==subMenuContext?void 0:subMenuContext.closeSubMenu)||void 0===_a||_a.call(subMenuContext,e,"itemClick"))})),handleFocus=foundation_1.useEventCallback((function(e){setFocusedMenuItemId(),null==onFocus||onFocus(e)}));return react_1.useImperativeHandle(idRef,(function(){return menuItemId}),[menuItemId]),react_1.default.createElement(MenuItem_1.default,tslib_1.__assign({"aria-checked":!(!isCheckedType||!checked)||void 0},additionProps,rest,{ref,title:"string"==typeof title?title:void 0,classes:toClasses,className:clsx_1.default(className,(_a={},_a[classes.checked]=isCheckedType&&checked,_a[classes.unchecked]=isCheckedType&&!checked,_a[classes.focusVisible]=focused,_a)),onMouseEnter:handleMouseEnter,onClick:handleClick,onFocus:handleFocus,"data-menuitem-id":menuItemId,button}),itemAvatar,itemIcon,children,itemSubAction)})),RcMenuItem=foundation_1.styled(Tooltip_1.withTooltip(_RcMenuItem)).attrs((function(inProps){var _a=foundation_1.useThemeProps({props:inProps,name:"RcMenuItem"}),_b=(_a.theme,_a.className,_a.size),size=void 0===_b?"medium":_b,_c=_a.button,button=void 0===_c||_c,_d=_a.focusVariant,focusVariant=void 0===_d?"highlight":_d,rest=tslib_1.__rest(_a,["theme","className","size","button","focusVariant"]);return tslib_1.__assign({size,button,focusVariant},rest)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.MenuItemStyle);exports.RcMenuItem=RcMenuItem,RcMenuItem.displayName="RcMenuItem";try{RcMenuItem.displayName="RcMenuItem",RcMenuItem.__docgenInfo={description:"",displayName:"RcMenuItem",props:{symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"checked for that should render checked icon",name:"type",required:!1,type:{name:"enum",value:[{value:'"selected"'},{value:'"checked"'}]}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},checked:{defaultValue:null,description:"if type to be `checked`, the checked prop for that should render checked icon",name:"checked",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},idRef:{defaultValue:null,description:"id ref, can get menu item id",name:"idRef",required:!1,type:{name:"((instance: string | null) => void) | RefObject | null"}},isSubMenuItem:{defaultValue:null,description:"for subMenu component, use prevent click",name:"isSubMenuItem",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx#RcMenuItem"]={docgenInfo:RcMenuItem.__docgenInfo,name:"RcMenuItem",path:"packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx#RcMenuItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuItem/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/List/ListItem/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/utils/index.ts");exports.StyledCheckIcon=foundation_1.styled(Icon_1.RcIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 22px;\n"],["\n height: 22px;\n"]))),exports.MenuItemStyle=function(props){var size=props.size,_a=props.color,color=void 0===_a?"action.grayLight":_a,focusVariant=props.focusVariant,topAndBottomPadding=utils_1.RcMenuItemTopAndBottomPaddings[size],leftAndRightPadding=utils_1.RcMenuItemLeftAndRightPaddings[size];return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n outline: none;\n box-sizing: border-box;\n height: auto;\n min-height: 32px;\n min-width: 112px;\n padding-top: ",";\n padding-bottom: ",";\n\n ",";\n\n ."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n min-height: auto;\n line-height: 22px;\n font-weight: 700;\n }\n "],["\n outline: none;\n box-sizing: border-box;\n height: auto;\n min-height: 32px;\n min-width: 112px;\n padding-top: ",";\n padding-bottom: ",";\n\n ",";\n\n ."," {\n padding-left: ",";\n padding-right: ",";\n }\n\n &."," {\n padding-top: ",";\n padding-bottom: ",";\n min-height: auto;\n line-height: 22px;\n font-weight: 700;\n }\n "])),topAndBottomPadding,topAndBottomPadding,styles_1.sharedListItemStyle(tslib_1.__assign(tslib_1.__assign({},props),{focusVariant,color,canHover:!0,mainClasses:utils_1.RcMenuItemClasses,rippleClasses:utils_1.RcMenuItemRippleClasses})),utils_1.RcMenuItemClasses.gutters,leftAndRightPadding,leftAndRightPadding,utils_1.RcMenuItemClasses.dense,foundation_1.spacing(1),foundation_1.spacing(1))};try{StyledCheckIcon.displayName="StyledCheckIcon",StyledCheckIcon.__docgenInfo={description:"",displayName:"StyledCheckIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#StyledCheckIcon"]={docgenInfo:StyledCheckIcon.__docgenInfo,name:"StyledCheckIcon",path:"packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#StyledCheckIcon"})}catch(__react_docgen_typescript_loader_error){}try{MenuItemStyle.displayName="MenuItemStyle",MenuItemStyle.__docgenInfo={description:"",displayName:"MenuItemStyle",props:{size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},type:{defaultValue:null,description:"checked for that should render checked icon",name:"type",required:!1,type:{name:"enum",value:[{value:'"selected"'},{value:'"checked"'}]}},checked:{defaultValue:null,description:"if type to be `checked`, the checked prop for that should render checked icon",name:"checked",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLLIElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#MenuItemStyle"]={docgenInfo:MenuItemStyle.__docgenInfo,name:"MenuItemStyle",path:"packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx#MenuItemStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuItem/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/styles/MenuItemStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuItem/utils/MenuItemUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcMenuItemPrefix="RcMenuItem",exports.RcMenuItemRipplePrefix=exports.RcMenuItemPrefix+"TouchRipple",exports.RcMenuItemClasses=foundation_1.RcClasses(["checked","unchecked","gutters","dense","selected","focusVisible"],exports.RcMenuItemPrefix),exports.RcMenuItemTopAndBottomPaddings={medium:foundation_1.spacing(1),large:foundation_1.spacing(2)},exports.RcMenuItemLeftAndRightPaddings={medium:foundation_1.spacing(4),large:foundation_1.spacing(5)},exports.RcMenuItemRippleClasses=foundation_1.RcClasses(["rippleVisible"],exports.RcMenuItemRipplePrefix)},"./packages/juno-core/src/components/Menu/MenuItem/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/utils/MenuItemUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/MenuList/MenuList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),MenuList_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/MenuList/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),SubMenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts"),MenuListContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts");exports.RcMenuListContext=MenuListContext_1.RcMenuListContext;var templateObject_1,styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/utils/index.ts"),MemoMuiListMenu=react_1.memo(MenuList_1.default),_RcMenuList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcMenuList"}),classesProp=props.classes,children=props.children,autoClose=props.autoClose,onCloseProp=props.onClose,rest=(props.maxHeight,tslib_1.__rest(props,["classes","children","autoClose","onClose","maxHeight"])),_a=tslib_1.__read(react_1.useState(null),2),focusedMenuItemId=_a[0],setFocusedMenuItemId=_a[1],id=foundation_1.useId("menu-list",!0),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcMenuListClasses,classesProp)}),[classesProp]),subMenuContext=react_1.useContext(SubMenuContext_1.RcSubMenuContext),ctxValue=react_1.useMemo((function(){return{menuListId:id,autoClose:!!autoClose||subMenuContext.autoClose,focusedMenuItemId,setFocusedMenuItemId,onClose:onCloseProp}}),[autoClose,focusedMenuItemId,id,onCloseProp,subMenuContext.autoClose]);return react_1.default.createElement(MenuListContext_1.RcMenuListContext.Provider,{value:ctxValue},react_1.default.createElement(MemoMuiListMenu,tslib_1.__assign({},rest,{ref,classes}),children))})),RcMenuList=foundation_1.styled(_RcMenuList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.MenuListStyle);exports.RcMenuList=RcMenuList,RcMenuList.defaultProps={variant:"selectedMenu"},RcMenuList.displayName="RcMenuList";try{RcMenuList.displayName="RcMenuList",RcMenuList.__docgenInfo={description:"",displayName:"RcMenuList",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"MenuList contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:{value:"selectedMenu"},description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true`, will focus the `[role="menu"]` container and move into tab order.',name:"autoFocus",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit for subMenu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},maxHeight:{defaultValue:null,description:"setting max-Height for MenuList, when overflow, scroll",name:"maxHeight",required:!1,type:{name:"number"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:null,description:"",name:"disablePadding",required:!1,type:{name:"boolean"}},autoFocusItem:{defaultValue:null,description:'If `true`, will focus the first menuitem if `variant="menu"` or selected item\nif `variant="selectedMenu"`.',name:"autoFocusItem",required:!1,type:{name:"boolean"}},disabledItemsFocusable:{defaultValue:null,description:"If `true`, will allow focus on disabled items.",name:"disabledItemsFocusable",required:!1,type:{name:"boolean"}},disableListWrap:{defaultValue:null,description:"If `true`, the menu items will not wrap focus.",name:"disableListWrap",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuList/MenuList.tsx#RcMenuList"]={docgenInfo:RcMenuList.__docgenInfo,name:"RcMenuList",path:"packages/juno-core/src/components/Menu/MenuList/MenuList.tsx#RcMenuList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcMenuListContext=react_1.createContext({menuListId:"",autoClose:!1,focusedMenuItemId:null,setFocusedMenuItemId:function(){return null},onClose:void 0})},"./packages/juno-core/src/components/Menu/MenuList/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuList.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Divider_1=__webpack_require__("./packages/juno-core/src/components/Divider/index.ts");exports.DividerInMenuStyle=foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n margin: ",";\n }\n"],["\n "," {\n margin: ",";\n }\n"])),Divider_1.RcDivider,foundation_1.spacing(2,0)),exports.MenuListStyle=function(_a){var maxHeight=_a.maxHeight;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n overflow: auto;\n max-height: ",";\n ",";\n "],["\n overflow: auto;\n max-height: ",";\n ",";\n "])),maxHeight&&foundation_1.px(maxHeight),exports.DividerInMenuStyle)};try{MenuListStyle.displayName="MenuListStyle",MenuListStyle.__docgenInfo={description:"",displayName:"MenuListStyle",props:{maxHeight:{defaultValue:null,description:"setting max-Height for MenuList, when overflow, scroll",name:"maxHeight",required:!1,type:{name:"number"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit for subMenu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"MenuList contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLUListElement | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true`, will focus the `[role="menu"]` container and move into tab order.',name:"autoFocus",required:!1,type:{name:"boolean"}},subheader:{defaultValue:null,description:"",name:"subheader",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},disablePadding:{defaultValue:null,description:"",name:"disablePadding",required:!1,type:{name:"boolean"}},autoFocusItem:{defaultValue:null,description:'If `true`, will focus the first menuitem if `variant="menu"` or selected item\nif `variant="selectedMenu"`.',name:"autoFocusItem",required:!1,type:{name:"boolean"}},disabledItemsFocusable:{defaultValue:null,description:"If `true`, will allow focus on disabled items.",name:"disabledItemsFocusable",required:!1,type:{name:"boolean"}},disableListWrap:{defaultValue:null,description:"If `true`, the menu items will not wrap focus.",name:"disableListWrap",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx#MenuListStyle"]={docgenInfo:MenuListStyle.__docgenInfo,name:"MenuListStyle",path:"packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx#MenuListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/MenuList/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/styles/MenuListStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/MenuList/utils/MenuListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcMenuListClasses=foundation_1.RcClasses([],"RcMenuList")},"./packages/juno-core/src/components/Menu/MenuList/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/utils/MenuListUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ClickAwayListener_1=__webpack_require__("./packages/juno-core/src/components/ClickAwayListener/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),ListItemText_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemText/index.ts"),Paper_1=__webpack_require__("./packages/juno-core/src/components/Paper/index.ts"),Popper_1=__webpack_require__("./packages/juno-core/src/components/Popper/index.ts"),MenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/Menu/MenuContext.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/MenuItem.tsx"),MenuList_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuList.tsx"),MenuListContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/MenuListContext.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/styles/index.ts"),SubMenuContext_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts");exports.RcSubMenuContext=SubMenuContext_1.RcSubMenuContext;var templateObject_1,utils_1=__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/utils/index.ts"),MemoMenuList=react_1.memo(MenuList_1.RcMenuList),_RcSubMenu=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSubMenu"}),classesProp=props.classes,children=props.children,titleProp=props.title,disabled=props.disabled,onKeyDown=props.onKeyDown,onTouchStart=props.onTouchStart,onTouchEnd=props.onTouchEnd,onMouseEnter=props.onMouseEnter,onMouseLeave=props.onMouseLeave,MenuListProps=props.MenuListProps,_a=props.PopperProps,PopperProps=void 0===_a?{}:_a,onClose=props.onClose,rest=tslib_1.__rest(props,["classes","children","title","disabled","onKeyDown","onTouchStart","onTouchEnd","onMouseEnter","onMouseLeave","MenuListProps","PopperProps","onClose"]),_popperRef=react_1.useRef(null),popperRef=foundation_1.useForkRef(_popperRef,PopperProps.ref||null),popperId=foundation_1.useId(PopperProps.id),menuItemIdRef=react_1.useRef(null),_b=tslib_1.__read(react_1.useState(null),2),anchorEl=_b[0],setAnchorEl=_b[1],_c=tslib_1.__read(react_1.useState(!1),2),open=_c[0],setOpen=_c[1],menuListContext=react_1.useContext(MenuListContext_1.RcMenuListContext),menuContext=react_1.useContext(MenuContext_1.RcMenuContext),subMenuContext=react_1.useContext(SubMenuContext_1.RcSubMenuContext),ignoreMouseEventRef=react_1.useRef(!1),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,handleClose=function(e,reason){var _a;null==onClose||onClose(e,reason),null===(_a=null==menuListContext?void 0:menuListContext.onClose)||void 0===_a||_a.call(menuListContext,e,reason)},classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSubMenuClasses,classesProp)}),[classesProp]),title=react_1.useMemo((function(){return"string"==typeof titleProp?react_1.default.createElement(ListItemText_1.RcListItemText,null,titleProp):titleProp}),[titleProp]),onPopperKeyDown=PopperProps.onKeyDown,onPopperMouseLeave=PopperProps.onMouseLeave,restPopperProps=tslib_1.__rest(PopperProps,["onKeyDown","onMouseLeave"]),openPopper=function(event){!disabled&&event.currentTarget&&(setAnchorEl(event.currentTarget),setOpen(!0))},closePopper=function(){setOpen(!1),setAnchorEl(null)},handleCloseSubMenu=foundation_1.useEventCallback((function(){null==anchorEl||anchorEl.focus(),closePopper()})),handlePopperClickAway=function(e){anchorEl&&e.target&&!anchorEl.contains(e.target)&&(closePopper(),handleClose(e,"backdropClick"))};react_1.useLayoutEffect((function(){open&&""!==menuListContext.menuListId&&menuListContext.focusedMenuItemId!==menuItemIdRef.current&&handleCloseSubMenu()}),[handleCloseSubMenu,menuListContext.focusedMenuItemId,menuListContext.menuListId,open]),react_1.useLayoutEffect((function(){open&&""===menuListContext.menuListId&&menuContext.focusedMenuItemId!==menuItemIdRef.current&&handleCloseSubMenu()}),[handleCloseSubMenu,menuContext.focusedMenuItemId,menuListContext.menuListId,open]);var ctxValue=react_1.useMemo((function(){return{autoClose:menuListContext.autoClose,closeSubMenu:function(e,reason){var _a,_b;handleCloseSubMenu(),null===(_a=null==subMenuContext?void 0:subMenuContext.closeSubMenu)||void 0===_a||_a.call(subMenuContext,e,reason),null===(_b=null==menuListContext?void 0:menuListContext.onClose)||void 0===_b||_b.call(menuListContext,e,reason)}}}),[handleCloseSubMenu,menuListContext,subMenuContext]),modifiers=react_1.useMemo((function(){return{flip:{enabled:!0},offset:{offset:-8},preventOverflow:{enabled:!0,boundariesElement:externalWindow?"window":"viewport"}}}),[externalWindow]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(MenuItem_1.RcMenuItem,tslib_1.__assign({"aria-controls":popperId},rest,{ref,disabled,classes,onKeyDown:function(e){var key=e.key;[foundation_1.a11yKeyboard.ArrowRight,foundation_1.a11yKeyboard.Space,foundation_1.a11yKeyboard.Enter].includes(key)&&openPopper(e),null==onKeyDown||onKeyDown(e)},onTouchStart:function(e){ignoreMouseEventRef.current=!0,null==onTouchStart||onTouchStart(e)},onTouchEnd:function(e){foundation_1.isTap(e)&&openPopper(e),null==onTouchEnd||onTouchEnd(e)},onMouseEnter:function(e){ignoreMouseEventRef.current?ignoreMouseEventRef.current=!1:openPopper(e),null==onMouseEnter||onMouseEnter(e)},onMouseLeave:function(e){if(null==onMouseLeave||onMouseLeave(e),_popperRef.current&&e.currentTarget){var clientX=e.clientX,_a=_popperRef.current.getBoundingClientRect(),left=_a.left,width=_a.width;left | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"SubMenuItem's title",name:"title",required:!0,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"children, use MenuItem array\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},onClose:{defaultValue:null,description:"emit when sub menu popper closed",name:"onClose",required:!1,type:{name:"((e: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},MenuListProps:{defaultValue:null,description:"MenuList props",name:"MenuListProps",required:!1,type:{name:'Pick'}},PopperProps:{defaultValue:null,description:"Popper props",name:"PopperProps",required:!1,type:{name:'Pick, "slot" | ... 255 more ... | "popperOptions">'}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx#RcSubMenu"]={docgenInfo:RcSubMenu.__docgenInfo,name:"RcSubMenu",path:"packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx#RcSubMenu"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/SubMenu/SubMenuContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcSubMenuContext=react_1.createContext({autoClose:!1,closeSubMenu:void 0})},"./packages/juno-core/src/components/Menu/SubMenu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/SubMenu.tsx"),exports)},"./packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),ListItemSecondaryAction_1=__webpack_require__("./packages/juno-core/src/components/List/ListItemSecondaryAction/index.ts"),Grow_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/index.ts");exports.StyledListItemSecondaryAction=foundation_1.styled(ListItemSecondaryAction_1.RcListItemSecondaryAction)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n transform: none;\n right: 0;\n top: 0;\n"],["\n position: relative;\n transform: none;\n right: 0;\n top: 0;\n"]))),exports.StyledGrow=foundation_1.styled(Grow_1.RcGrow)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n transform-origin: center top;\n"],["\n transform-origin: center top;\n"]))),exports.SubMenuStyle=function(){return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""])))};try{StyledListItemSecondaryAction.displayName="StyledListItemSecondaryAction",StyledListItemSecondaryAction.__docgenInfo={description:"",displayName:"StyledListItemSecondaryAction",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component, normally an `IconButton` or selection control.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledListItemSecondaryAction"]={docgenInfo:StyledListItemSecondaryAction.__docgenInfo,name:"StyledListItemSecondaryAction",path:"packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledListItemSecondaryAction"})}catch(__react_docgen_typescript_loader_error){}try{StyledGrow.displayName="StyledGrow",StyledGrow.__docgenInfo={description:"",displayName:"StyledGrow",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement | (ReactElement & string) | (ReactElement & number) | (ReactElement & false) | ... 4 more ..."}},in:{defaultValue:null,description:"If `true`, show the component; triggers the enter or exit animation.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.\n\nSet to 'auto' to automatically calculate transition time based on height.",name:"timeout",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledGrow"]={docgenInfo:StyledGrow.__docgenInfo,name:"StyledGrow",path:"packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#StyledGrow"})}catch(__react_docgen_typescript_loader_error){}try{SubMenuStyle.displayName="SubMenuStyle",SubMenuStyle.__docgenInfo={description:"",displayName:"SubMenuStyle",props:{title:{defaultValue:null,description:"SubMenuItem's title",name:"title",required:!0,type:{name:"ReactNode"}},children:{defaultValue:null,description:"children, use MenuItem array\nThe content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},PopperProps:{defaultValue:null,description:"Popper props",name:"PopperProps",required:!1,type:{name:'Pick, "slot" | ... 255 more ... | "popperOptions">'}},MenuListProps:{defaultValue:null,description:"MenuList props",name:"MenuListProps",required:!1,type:{name:'Pick'}},onClose:{defaultValue:null,description:"emit when sub menu popper closed",name:"onClose",required:!1,type:{name:"((e: {}, reason: RcMenuListOnCloseReasonsType) => void)"}},symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLLIElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#SubMenuStyle"]={docgenInfo:SubMenuStyle.__docgenInfo,name:"SubMenuStyle",path:"packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx#SubMenuStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Menu/SubMenu/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/styles/SubMenuStyle.tsx"),exports)},"./packages/juno-core/src/components/Menu/SubMenu/utils/SubMenuUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSubMenuClasses=foundation_1.RcClasses([],"RcSubMenu")},"./packages/juno-core/src/components/Menu/SubMenu/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/utils/SubMenuUtils.ts"),exports)},"./packages/juno-core/src/components/Menu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/Menu/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuList/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/SubMenu/index.ts"),exports)},"./packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Pagination_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/Pagination/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/utils/index.ts"),_RcPagination=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPagination"}),classesProp=props.classes,reset=tslib_1.__rest(props,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcPaginationClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Pagination_1.default,tslib_1.__assign({ref,classes},reset))})),RcPagination=foundation_1.styled(_RcPagination)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.paginationStyle);exports.RcPagination=RcPagination,RcPagination.defaultProps={},RcPagination.displayName="RcPagination";try{RcPagination.displayName="RcPagination",RcPagination.__docgenInfo={description:"",displayName:"RcPagination",props:{shape:{defaultValue:null,description:"The shape of the pagination items.",name:"shape",required:!1,type:{name:"enum",value:[{value:'"rounded"'},{value:'"round"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the pagination component will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the page is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, page: number) => void)"}},color:{defaultValue:null,description:"The active color.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"standard"'}]}},page:{defaultValue:null,description:"The current page.",name:"page",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},size:{defaultValue:null,description:"The size of the pagination component.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},getItemAriaLabel:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current page.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@param \n@param \n@returns",name:"getItemAriaLabel",required:!1,type:{name:'((type: "page" | "next" | "previous" | "last" | "first", page: number, selected: boolean) => string)'}},renderItem:{defaultValue:null,description:"Render the item.\n@param \n@returns",name:"renderItem",required:!1,type:{name:"((params: PaginationRenderItemParams) => ReactNode)"}},boundaryCount:{defaultValue:null,description:"Number of always visible pages at the beginning and end.",name:"boundaryCount",required:!1,type:{name:"number"}},componentName:{defaultValue:null,description:"The name of the component where this hook is used.",name:"componentName",required:!1,type:{name:"string"}},count:{defaultValue:null,description:"The total number of pages.",name:"count",required:!1,type:{name:"number"}},defaultPage:{defaultValue:null,description:"The page selected by default when the component is uncontrolled.",name:"defaultPage",required:!1,type:{name:"number"}},hideNextButton:{defaultValue:null,description:"If `true`, hide the next-page button.",name:"hideNextButton",required:!1,type:{name:"boolean"}},hidePrevButton:{defaultValue:null,description:"If `true`, hide the previous-page button.",name:"hidePrevButton",required:!1,type:{name:"boolean"}},showFirstButton:{defaultValue:null,description:"If `true`, show the first-page button.",name:"showFirstButton",required:!1,type:{name:"boolean"}},showLastButton:{defaultValue:null,description:"If `true`, show the last-page button.",name:"showLastButton",required:!1,type:{name:"boolean"}},siblingCount:{defaultValue:null,description:"Number of always visible pages before and after the current page.",name:"siblingCount",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx#RcPagination"]={docgenInfo:RcPagination.__docgenInfo,name:"RcPagination",path:"packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx#RcPagination"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/Pagination/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/Pagination.tsx"),exports)},"./packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.paginationStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{paginationStyle.displayName="paginationStyle",paginationStyle.__docgenInfo={description:"",displayName:"paginationStyle",props:{shape:{defaultValue:null,description:"The shape of the pagination items.",name:"shape",required:!1,type:{name:"enum",value:[{value:'"rounded"'},{value:'"round"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the pagination component will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the page is changed.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent, page: number) => void)"}},color:{defaultValue:null,description:"The active color.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"standard"'}]}},page:{defaultValue:null,description:"The current page.",name:"page",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},size:{defaultValue:null,description:"The size of the pagination component.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},getItemAriaLabel:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current page.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@param \n@param \n@returns",name:"getItemAriaLabel",required:!1,type:{name:'((type: "page" | "next" | "previous" | "last" | "first", page: number, selected: boolean) => string)'}},renderItem:{defaultValue:null,description:"Render the item.\n@param \n@returns",name:"renderItem",required:!1,type:{name:"((params: PaginationRenderItemParams) => ReactNode)"}},boundaryCount:{defaultValue:null,description:"Number of always visible pages at the beginning and end.",name:"boundaryCount",required:!1,type:{name:"number"}},componentName:{defaultValue:null,description:"The name of the component where this hook is used.",name:"componentName",required:!1,type:{name:"string"}},count:{defaultValue:null,description:"The total number of pages.",name:"count",required:!1,type:{name:"number"}},defaultPage:{defaultValue:null,description:"The page selected by default when the component is uncontrolled.",name:"defaultPage",required:!1,type:{name:"number"}},hideNextButton:{defaultValue:null,description:"If `true`, hide the next-page button.",name:"hideNextButton",required:!1,type:{name:"boolean"}},hidePrevButton:{defaultValue:null,description:"If `true`, hide the previous-page button.",name:"hidePrevButton",required:!1,type:{name:"boolean"}},showFirstButton:{defaultValue:null,description:"If `true`, show the first-page button.",name:"showFirstButton",required:!1,type:{name:"boolean"}},showLastButton:{defaultValue:null,description:"If `true`, show the last-page button.",name:"showLastButton",required:!1,type:{name:"boolean"}},siblingCount:{defaultValue:null,description:"Number of always visible pages before and after the current page.",name:"siblingCount",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx#paginationStyle"]={docgenInfo:paginationStyle.__docgenInfo,name:"paginationStyle",path:"packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx#paginationStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/Pagination/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/styles/StyledPagination.tsx"),exports)},"./packages/juno-core/src/components/Pagination/Pagination/utils/PaginationUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPaginationClasses=foundation_1.RcClasses([],"RcPagination")},"./packages/juno-core/src/components/Pagination/Pagination/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/utils/PaginationUtils.ts"),exports)},"./packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),PaginationItem_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/PaginationItem/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/utils/index.ts"),_RcPaginationItem=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPaginationItem"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcPaginationItemClasses,classesProp)}),[classesProp]);return react_1.default.createElement(PaginationItem_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcPaginationItem=foundation_1.overridableStyled(_RcPaginationItem)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcPaginationItem=RcPaginationItem,RcPaginationItem.defaultProps={},RcPaginationItem.displayName="RcPaginationItem";try{RcPaginationItem.displayName="RcPaginationItem",RcPaginationItem.__docgenInfo={description:"",displayName:"RcPaginationItem",props:{component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!0,type:{name:"ElementType"}},shape:{defaultValue:null,description:"The shape of the pagination item.",name:"shape",required:!1,type:{name:"enum",value:[{value:'"rounded"'},{value:'"round"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the item will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"The active color.",name:"color",required:!1,type:{name:"enum",value:[{value:'"primary"'},{value:'"secondary"'},{value:'"standard"'}]}},page:{defaultValue:null,description:"The current page number.",name:"page",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The pagination item variant.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"outlined"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},type:{defaultValue:null,description:"The type of pagination item.",name:"type",required:!1,type:{name:"enum",value:[{value:'"page"'},{value:'"next"'},{value:'"previous"'},{value:'"last"'},{value:'"first"'},{value:'"start-ellipsis"'},{value:'"end-ellipsis"'}]}},size:{defaultValue:null,description:"The size of the pagination item.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'}]}},selected:{defaultValue:null,description:"If `true` the pagination item is selected.",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx#RcPaginationItem"]={docgenInfo:RcPaginationItem.__docgenInfo,name:"RcPaginationItem",path:"packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx#RcPaginationItem"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Pagination/PaginationItem/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/PaginationItem.tsx"),exports)},"./packages/juno-core/src/components/Pagination/PaginationItem/utils/PaginationItemUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPaginationItemClasses=foundation_1.RcClasses([],"RcPaginationItem")},"./packages/juno-core/src/components/Pagination/PaginationItem/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/utils/PaginationItemUtils.ts"),exports)},"./packages/juno-core/src/components/Pagination/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/Pagination/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/PaginationItem/index.ts"),exports)},"./packages/juno-core/src/components/Paper/Paper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Paper_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Paper/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Paper/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Paper/utils/index.ts"),_RcPaper=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPaper"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcPaperClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Paper_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcPaper=foundation_1.styled(_RcPaper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.PaperStyle);exports.RcPaper=RcPaper,RcPaper.defaultProps={},RcPaper.displayName="RcPaper";try{RcPaper.displayName="RcPaper",RcPaper.__docgenInfo={description:"",displayName:"RcPaper",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Paper/Paper.tsx#RcPaper"]={docgenInfo:RcPaper.__docgenInfo,name:"RcPaper",path:"packages/juno-core/src/components/Paper/Paper.tsx#RcPaper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Paper/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/Paper.tsx"),exports)},"./packages/juno-core/src/components/Paper/styles/PaperStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.PaperStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{PaperStyle.displayName="PaperStyle",PaperStyle.__docgenInfo={description:"",displayName:"PaperStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Paper/styles/PaperStyle.tsx#PaperStyle"]={docgenInfo:PaperStyle.__docgenInfo,name:"PaperStyle",path:"packages/juno-core/src/components/Paper/styles/PaperStyle.tsx#PaperStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Paper/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/styles/PaperStyle.tsx"),exports)},"./packages/juno-core/src/components/Paper/utils/PaperUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPaperClasses=foundation_1.RcClasses([],"RcPaper")},"./packages/juno-core/src/components/Paper/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/utils/PaperUtils.ts"),exports)},"./packages/juno-core/src/components/Popover/Popover.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Popover_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Popover/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Popover/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Popover/utils/index.ts"),_RcPopover=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPopover"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcPopoverClasses,classesProp)}),[classesProp]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow;return react_1.default.createElement(Popover_1.default,tslib_1.__assign({container:null==externalWindow?void 0:externalWindow.document.body},rest,{ref,classes}),children)})),RcPopover=foundation_1.styled(_RcPopover)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.PopoverStyle);exports.RcPopover=RcPopover,RcPopover.defaultProps={anchorOrigin:{vertical:"top",horizontal:"left"},anchorReference:"anchorEl"},RcPopover.displayName="RcPopover";try{RcPopover.displayName="RcPopover",RcPopover.__docgenInfo={description:"",displayName:"RcPopover",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the component is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the component is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the component has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the component is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the component is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the component has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the popover is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"Set to 'auto' to automatically calculate transition time based on height.",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:{value:"{ vertical: 'top', horizontal: 'left' }"},description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the popover.",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:{value:"anchorEl"},description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popover/Popover.tsx#RcPopover"]={docgenInfo:RcPopover.__docgenInfo,name:"RcPopover",path:"packages/juno-core/src/components/Popover/Popover.tsx#RcPopover"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popover/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/Popover.tsx"),exports)},"./packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.PopoverStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{PopoverStyle.displayName="PopoverStyle",PopoverStyle.__docgenInfo={description:"",displayName:"PopoverStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the component is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the component is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the component has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the component is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the component is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the component has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the popover is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"Set to 'auto' to automatically calculate transition time based on height.",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the popover.",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx#PopoverStyle"]={docgenInfo:PopoverStyle.__docgenInfo,name:"PopoverStyle",path:"packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx#PopoverStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popover/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/styles/PopoverStyle.tsx"),exports)},"./packages/juno-core/src/components/Popover/utils/PopoverUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPopoverClasses=foundation_1.RcClasses([],"RcPopover")},"./packages/juno-core/src/components/Popover/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/utils/PopoverUtils.ts"),exports)},"./packages/juno-core/src/components/Popper/Popper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Popper_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Popper/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Popper/styles/index.ts"),modifiers_1=__webpack_require__("./packages/juno-core/src/components/Popper/modifiers/index.ts"),_RcPopper=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPopper"}),children=props.children,modifiers=props.modifiers,rest=tslib_1.__rest(props,["children","modifiers"]),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow;return react_1.default.createElement(Popper_1.default,tslib_1.__assign({container:null==externalWindow?void 0:externalWindow.document.body},rest,{modifiers:tslib_1.__assign({fixOffsets:modifiers_1.fixOffsetsModifer},modifiers),ref}),children)})),RcPopper=foundation_1.styled(_RcPopper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.PopperStyle);exports.RcPopper=RcPopper,RcPopper.defaultProps={},RcPopper.displayName="RcPopper";try{RcPopper.displayName="RcPopper",RcPopper.__docgenInfo={description:"",displayName:"RcPopper",props:{children:{defaultValue:null,description:"Popper render function or node.",name:"children",required:!1,type:{name:"string | number | boolean | {} | (string & {}) | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 48 more ..."}},placement:{defaultValue:null,description:"Popper placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the popper is visible.",name:"open",required:!0,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM.\nThis prop can be useful in SEO situation or\nwhen you want to maximize the responsiveness of the Popper.",name:"keepMounted",required:!1,type:{name:"boolean"}},anchorEl:{defaultValue:null,description:"A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),\nor a function that returns either.\nIt's used to set the position of the popper.\nThe return value will passed as the reference object of the Popper instance.",name:"anchorEl",required:!1,type:{name:"ReferenceObject | (() => ReferenceObject) | null"}},modifiers:{defaultValue:null,description:'Popper.js is based on a "plugin-like" architecture,\nmost of its features are fully encapsulated "modifiers".\n\nA modifier is a function that is called each time Popper.js needs to\ncompute the position of the popper.\nFor this reason, modifiers should be very performant to avoid bottlenecks.\nTo learn how to create a modifier, [read the modifiers documentation](https://popper.js.org/docs/v1/#modifiers).',name:"modifiers",required:!1,type:{name:"object"}},popperOptions:{defaultValue:null,description:"Options provided to the [`popper.js`](https://popper.js.org/docs/v1/) instance.",name:"popperOptions",required:!1,type:{name:"object"}},popperRef:{defaultValue:null,description:"A ref that points to the used popper instance.",name:"popperRef",required:!1,type:{name:"((instance: Popper | null) => void) | RefObject | null"}},transition:{defaultValue:null,description:"Help supporting a react-transition-group/Transition component.",name:"transition",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popper/Popper.tsx#RcPopper"]={docgenInfo:RcPopper.__docgenInfo,name:"RcPopper",path:"packages/juno-core/src/components/Popper/Popper.tsx#RcPopper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popper/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/Popper.tsx"),exports)},"./packages/juno-core/src/components/Popper/modifiers/fixOffsetsModifer.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.fixOffsetsModifer={order:890,enabled:!0,fn:function(data){var e_1,_a;try{for(var _b=tslib_1.__values(["transform","msTransform","WebkitTransform","MozTransform","OTransform"]),_c=_b.next();!_c.done;_c=_b.next()){var property=_c.value,tranformValue=data.styles[property];if(tranformValue){var matchValue=tranformValue.match(/translate3d\((\d+)px, (\d+)px, 0\)/);if(matchValue){var dpr=window.devicePixelRatio,x=Math.round(Number(matchValue[1])*dpr)/dpr,y=Math.round(Number(matchValue[2])*dpr)/dpr;data.styles.transform="translate3d("+x+"px, "+y+"px, 0)"}}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}return data}}},"./packages/juno-core/src/components/Popper/modifiers/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/modifiers/fixOffsetsModifer.ts"),exports)},"./packages/juno-core/src/components/Popper/styles/PopperStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.PopperStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n z-index: ",";\n "],["\n z-index: ",";\n "])),foundation_1.zIndex("modal"))};try{PopperStyle.displayName="PopperStyle",PopperStyle.__docgenInfo={description:"",displayName:"PopperStyle",props:{children:{defaultValue:null,description:"Popper render function or node.",name:"children",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | ... 4 more ... | undefined"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},placement:{defaultValue:null,description:"Popper placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},open:{defaultValue:null,description:"If `true`, the popper is visible.",name:"open",required:!0,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},keepMounted:{defaultValue:null,description:"Always keep the children in the DOM.\nThis prop can be useful in SEO situation or\nwhen you want to maximize the responsiveness of the Popper.",name:"keepMounted",required:!1,type:{name:"boolean"}},anchorEl:{defaultValue:null,description:"A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),\nor a function that returns either.\nIt's used to set the position of the popper.\nThe return value will passed as the reference object of the Popper instance.",name:"anchorEl",required:!1,type:{name:"ReferenceObject | (() => ReferenceObject) | null"}},modifiers:{defaultValue:null,description:'Popper.js is based on a "plugin-like" architecture,\nmost of its features are fully encapsulated "modifiers".\n\nA modifier is a function that is called each time Popper.js needs to\ncompute the position of the popper.\nFor this reason, modifiers should be very performant to avoid bottlenecks.\nTo learn how to create a modifier, [read the modifiers documentation](https://popper.js.org/docs/v1/#modifiers).',name:"modifiers",required:!1,type:{name:"object"}},popperOptions:{defaultValue:null,description:"Options provided to the [`popper.js`](https://popper.js.org/docs/v1/) instance.",name:"popperOptions",required:!1,type:{name:"object"}},popperRef:{defaultValue:null,description:"A ref that points to the used popper instance.",name:"popperRef",required:!1,type:{name:"((instance: Popper | null) => void) | RefObject | null"}},transition:{defaultValue:null,description:"Help supporting a react-transition-group/Transition component.",name:"transition",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Popper/styles/PopperStyle.tsx#PopperStyle"]={docgenInfo:PopperStyle.__docgenInfo,name:"PopperStyle",path:"packages/juno-core/src/components/Popper/styles/PopperStyle.tsx#PopperStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Popper/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/styles/PopperStyle.tsx"),exports)},"./packages/juno-core/src/components/PopupBox/PopupBox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Button_1=__webpack_require__("./packages/juno-core/src/components/Buttons/Button/index.ts"),Dialog_1=__webpack_require__("./packages/juno-core/src/components/Dialog/index.ts"),Loading_1=__webpack_require__("./packages/juno-core/src/components/Loading/index.ts"),_RcPopupBox=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPopupBox"}),childrenSize=props.childrenSize,title=props.title,footer=props.footer,loadingOverlay=props.loadingOverlay,loading=props.loading,confirmButtonText=props.confirmButtonText,confirmButtonProps=props.confirmButtonProps,onConfirm=props.onConfirm,cancelButtonText=props.cancelButtonText,cancelButtonProps=props.cancelButtonProps,onCancel=props.onCancel,TitleProps=props.TitleProps,ContentProps=props.ContentProps,disableBackdropClickProp=props.disableBackdropClick,ActionsProps=props.ActionsProps,children=props.children,onClose=props.onClose,open=props.open,rest=tslib_1.__rest(props,["childrenSize","title","footer","loadingOverlay","loading","confirmButtonText","confirmButtonProps","onConfirm","cancelButtonText","cancelButtonProps","onCancel","TitleProps","ContentProps","disableBackdropClick","ActionsProps","children","onClose","open"]),isXsmall="small"===childrenSize,isLoading=loading||loadingOverlay,disableBackdropClick=null!=disableBackdropClickProp?disableBackdropClickProp:isLoading,handleClose=foundation_1.useEventCallback((function(e,reason){"backdropClick"===reason&&disableBackdropClick||(null==onClose||onClose(e,reason),null==onCancel||onCancel(e,reason))}));return react_1.default.createElement(Dialog_1.RcDialog,tslib_1.__assign({ref,childrenSize,disableEscapeKeyDown:isLoading,onClose:handleClose,open},rest),react_1.default.createElement(Loading_1.RcLoading,{loading:loadingOverlay},react_1.default.createElement(Dialog_1.RcDialogTitle,tslib_1.__assign({"data-test-automation-id":"DialogTitle"},TitleProps),title),react_1.default.createElement(Dialog_1.RcDialogContent,tslib_1.__assign({"data-test-automation-id":"DialogContent"},ContentProps),"string"==typeof children?react_1.default.createElement(Dialog_1.RcDialogContentText,null,children):children),null!==footer&&react_1.default.createElement(Dialog_1.RcDialogActions,tslib_1.__assign({"data-test-automation-id":"DialogActions"},ActionsProps),footer||react_1.default.createElement(react_1.default.Fragment,null,cancelButtonText&&react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({fullWidth:isXsmall,variant:"text",onClick:function(e){return null==onCancel?void 0:onCancel(e,"cancelClick")},"data-test-automation-id":"DialogCancelButton",disabled:loading},cancelButtonProps),cancelButtonText),confirmButtonText&&react_1.default.createElement(Button_1.RcButton,tslib_1.__assign({fullWidth:isXsmall,onClick:onConfirm,variant:"contained","data-test-automation-id":"DialogOKButton",disabled:loading,loading},confirmButtonProps),confirmButtonText)))))})),RcPopupBox=foundation_1.styled(_RcPopupBox)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcPopupBox=RcPopupBox,RcPopupBox.defaultProps={};try{RcPopupBox.displayName="RcPopupBox",RcPopupBox.__docgenInfo={description:"display a simple message or display a message and take user's confirmation on it or display a popup to take a user's input value",displayName:"RcPopupBox",props:{footer:{defaultValue:null,description:"footer render",name:"footer",required:!1,type:{name:"ReactNode"}},title:{defaultValue:null,description:"title render",name:"title",required:!1,type:{name:"ReactNode"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},"aria-describedby":{defaultValue:null,description:"The id(s) of the element(s) that describe the dialog.",name:"aria-describedby",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"The id(s) of the element(s) that label the dialog.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Dialog children, usually the included sub-components.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the dialog enters.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the dialog is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the dialog has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the dialog exits.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the dialog is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the dialog has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},loading:{defaultValue:null,description:"when loading, all action button will be disabled\nand confirm button will be loading,\n\n- when loading is `true`, `disableEscapeKeyDown`, `disableBackdropClick` will be `true`\n- you still can set those value with target props,\n@example",name:"loading",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param \n@param",name:"onClose",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown") => void)'}},open:{defaultValue:null,description:"If `true`, the Dialog is open.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},maxWidth:{defaultValue:null,description:"Determine the max-width of the dialog.\nThe dialog width grows with the size of the screen.\nSet to `false` to disable `maxWidth`.",name:"maxWidth",required:!1,type:{name:'false | "xs" | "sm" | "md" | "lg" | "xl"'}},fullWidth:{defaultValue:null,description:"If `true`, the dialog stretches to `maxWidth`.\n\nNotice that the dialog width grow is limited by the default margin.",name:"fullWidth",required:!1,type:{name:"boolean"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEnforceFocus:{defaultValue:null,description:"",name:"disableEnforceFocus",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"If `true`, hitting escape will not fire the `onClose` callback.",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},fullScreen:{defaultValue:null,description:"If `true`, the dialog will be full-screen",name:"fullScreen",required:!1,type:{name:"boolean"}},PaperComponent:{defaultValue:null,description:"The component used to render the body of the dialog.",name:"PaperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},scroll:{defaultValue:null,description:"Determine the container for scrolling the dialog.",name:"scroll",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"paper"'}]}},childrenSize:{defaultValue:null,description:"size apply to all dialog children",name:"childrenSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},ContentProps:{defaultValue:null,description:"",name:"ContentProps",required:!1,type:{name:"RcDialogContentProps"}},loadingOverlay:{defaultValue:null,description:"show loadingOverlay to cover whole modal\n\n- when loadingOverlay is `true`, `disableEscapeKeyDown`, `disableBackdropClick` will be `true`\n- you still can set those value with target props,\n@example",name:"loadingOverlay",required:!1,type:{name:"boolean"}},confirmButtonText:{defaultValue:null,description:"content on confirm button",name:"confirmButtonText",required:!1,type:{name:"ReactNode"}},confirmButtonProps:{defaultValue:null,description:"props apply for cancel button",name:"confirmButtonProps",required:!1,type:{name:"RcButtonProps"}},onConfirm:{defaultValue:null,description:"trigger when confirm",name:"onConfirm",required:!1,type:{name:"((event?: MouseEvent) => any)"}},cancelButtonText:{defaultValue:null,description:"content on cancel button",name:"cancelButtonText",required:!1,type:{name:"ReactNode"}},cancelButtonProps:{defaultValue:null,description:"props apply for cancel button",name:"cancelButtonProps",required:!1,type:{name:"RcButtonProps"}},onCancel:{defaultValue:null,description:"trigger when cancel",name:"onCancel",required:!1,type:{name:'((event: {}, reason: "backdropClick" | "escapeKeyDown" | "cancelClick") => void)'}},TitleProps:{defaultValue:null,description:"",name:"TitleProps",required:!1,type:{name:"RcDialogTitleProps"}},ActionsProps:{defaultValue:null,description:"",name:"ActionsProps",required:!1,type:{name:"RcDialogActionsProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PopupBox/PopupBox.tsx#RcPopupBox"]={docgenInfo:RcPopupBox.__docgenInfo,name:"RcPopupBox",path:"packages/juno-core/src/components/PopupBox/PopupBox.tsx#RcPopupBox"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PopupBox/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/PopupBox/PopupBox.tsx"),exports)},"./packages/juno-core/src/components/Portal/Portal.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),Portal_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Portal/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcPortal=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcPortal"});return react_1.default.createElement(Portal_1.default,tslib_1.__assign({},props))};exports.RcPortal=RcPortal;try{RcPortal.displayName="RcPortal",RcPortal.__docgenInfo={description:"",displayName:"RcPortal",props:{children:{defaultValue:null,description:"The children to render into the `container`.",name:"children",required:!1,type:{name:"ReactNode"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will have the portal children appended to it.\n\nBy default, it uses the body of the top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disablePortal:{defaultValue:null,description:"Disable the portal behavior.\nThe children stay within it's parent DOM hierarchy.",name:"disablePortal",required:!1,type:{name:"boolean"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Portal/Portal.tsx#RcPortal"]={docgenInfo:RcPortal.__docgenInfo,name:"RcPortal",path:"packages/juno-core/src/components/Portal/Portal.tsx#RcPortal"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Portal/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Portal/Portal.tsx"),exports)},"./packages/juno-core/src/components/PortalHost/Connectable/Connectable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var types_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/types.ts"),Connectable=function(){function Connectable(scheduler){this.scheduler=scheduler,this._connector=null}return Object.defineProperty(Connectable.prototype,"_isConnected",{get:function(){return Boolean(this._connector)},enumerable:!0,configurable:!0}),Connectable.prototype[types_1.ConnectSymbol]=function(connector){var _this=this;if(this._isConnected)throw Error("Only one connector is allowed to connect!");return this._connector=connector,this.onConnected(),function(){_this.onDisconnected()}},Connectable.prototype.onConnected=function(){},Connectable.prototype.onDisconnected=function(){var _a;null===(_a=this.scheduler)||void 0===_a||_a.clear(),this._connector=null},Connectable.prototype.emit=function(value){var _this=this;if(this._isConnected){var task=function(){var _a;null===(_a=_this._connector)||void 0===_a||_a.call(_this,value)};this.scheduler?this.scheduler.schedule(task):task()}},Connectable}();exports.Connectable=Connectable},"./packages/juno-core/src/components/PortalHost/Connectable/ThrottleScheduler.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ThrottleScheduler=function(){function ThrottleScheduler(){this._lastTask=null}return ThrottleScheduler.prototype.schedule=function(task){var _this=this;this._timeoutID||(this._timeoutID=window.setTimeout((function(){var _a;_this._timeoutID=void 0,null===(_a=_this._lastTask)||void 0===_a||_a.call(_this)}))),this._lastTask=task},ThrottleScheduler.prototype.clear=function(){window.clearTimeout(this._timeoutID),this._lastTask=null,this._timeoutID=void 0},ThrottleScheduler}();exports.ThrottleScheduler=ThrottleScheduler},"./packages/juno-core/src/components/PortalHost/Connectable/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/ThrottleScheduler.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/Connectable.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/types.ts"),exports)},"./packages/juno-core/src/components/PortalHost/Connectable/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.ConnectSymbol=Symbol("connect")},"./packages/juno-core/src/components/PortalHost/PortalHost.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Connectable_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts"),context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts"),PortalRenderer_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalRenderer.tsx"),RcPortalHost=function(_a){var manager=_a.manager,_b=tslib_1.__read(react_1.useState([]),2),portals=_b[0],setPortals=_b[1],managerRef=react_1.useRef(manager);return react_1.useEffect((function(){return managerRef.current[Connectable_1.ConnectSymbol]((function(portalDescriptors){setPortals(portalDescriptors)}))}),[]),react_1.default.createElement(context_1.PortalManagerProvider,{value:managerRef.current},portals.map((function(portal){return react_1.default.createElement(PortalRenderer_1.RcPortalRenderer,{key:portal.id,portalDescriptor:portal})})))};exports.RcPortalHost=RcPortalHost,RcPortalHost.displayName="RcPortalHost";try{RcPortalHost.displayName="RcPortalHost",RcPortalHost.__docgenInfo={description:"",displayName:"RcPortalHost",props:{manager:{defaultValue:null,description:"",name:"manager",required:!0,type:{name:"PortalManager<{}>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PortalHost/PortalHost.tsx#RcPortalHost"]={docgenInfo:RcPortalHost.__docgenInfo,name:"RcPortalHost",path:"packages/juno-core/src/components/PortalHost/PortalHost.tsx#RcPortalHost"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PortalHost/PortalManager/PortalManager.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Connectable_1=(__webpack_require__("./packages/juno-core/src/foundation/index.ts"),__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts")),PortalStore_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/PortalStore.ts"),types_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/types.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/utils.ts"),PortalManager=function(_super){function PortalManager(scheduler){void 0===scheduler&&(scheduler=new Connectable_1.ThrottleScheduler);var _this=_super.call(this,scheduler)||this;return _this.portalStore=new PortalStore_1.PortalStore,_this._feedbackMap=new Map,_this._uniqIdUtils=new utils_1.UniqIdUtil,_this.portalStore[Connectable_1.ConnectSymbol]((function(portals){return _this.emit(portals)})),_this}return tslib_1.__extends(PortalManager,_super),PortalManager.prototype.open=function(Component,options){var _this=this;void 0===options&&(options={});var _id=options.id,props=options.props,data=options.data,id=null!=_id?_id:this._uniqIdUtils.get(),currPortal=this.portalStore.get(id);if(null==currPortal?void 0:currPortal.open)return currPortal.portalController;var portalDescriptor=this.createPortalDescriptor({Component,id,props,data});return currPortal?currPortal.portalController.onClosed.then((function(){_this._openPortal(portalDescriptor)})):this._openPortal(portalDescriptor),portalDescriptor.portalController},PortalManager.prototype.closeAll=function(){var _this=this;this.portalStore.batch((function(store){var e_1,_a;try{for(var _b=tslib_1.__values(_this.portalStore.portals),_c=_b.next();!_c.done;_c=_b.next()){var portal=_c.value;store.addOrUpdate(tslib_1.__assign(tslib_1.__assign({},portal),{open:!1}))}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}}))},PortalManager.prototype.getTop=function(){var _a;return null===(_a=this.portalStore.lastPortal)||void 0===_a?void 0:_a.portalController},PortalManager.prototype.getByID=function(id){var _a;return null===(_a=this.portalStore.get(id))||void 0===_a?void 0:_a.portalController},PortalManager.prototype.isOpened=function(id){var portal=this.portalStore.get(id);return Boolean(null==portal?void 0:portal.open)},PortalManager.prototype.isTop=function(id){var _a;return(null===(_a=this.portalStore.lastPortal)||void 0===_a?void 0:_a.id)===id},PortalManager.prototype.closeByID=function(id,feedback){var portal=this.portalStore.get(id);(null==portal?void 0:portal.open)&&(this._feedbackMap.set(portal.id,feedback),this.portalStore.addOrUpdate(tslib_1.__assign(tslib_1.__assign({},portal),{open:!1})))},PortalManager.prototype[types_1.UnmountSymbol]=function(id){var portal=this.portalStore.get(id);portal&&this.portalStore.delete(portal.id)},PortalManager.prototype.updatePropsByID=function(id,propsOrHandler){var portal=this.portalStore.get(id);if(null==portal?void 0:portal.open){var props="function"==typeof propsOrHandler?propsOrHandler(portal.props):propsOrHandler;this.portalStore.addOrUpdate(tslib_1.__assign(tslib_1.__assign({},portal),{props}))}},PortalManager.prototype.onConnected=function(){_super.prototype.onConnected.call(this),this.portalStore.forceEmit()},PortalManager.prototype.onDisconnected=function(){_super.prototype.onDisconnected.call(this),this.portalStore.clear(),this._feedbackMap.clear()},PortalManager.prototype._openPortal=function(portal){this.portalStore.addOrUpdate(portal)},PortalManager.prototype.createPortalDescriptor=function(_a){var _this=this,props=_a.props,data=_a.data,Component=_a.Component,id=_a.id,_b=tslib_1.__read(utils_1.createPromise(),2),onOpened=_b[0],resolveOnOpened=_b[1],_c=tslib_1.__read(utils_1.createPromise(),2),onClosed=_c[0],resolveOnClosed=_c[1];return{id,Component,onMounted:function(){resolveOnOpened()},onUnmounted:function(){var feedback=_this._feedbackMap.get(id);_this._feedbackMap.delete(id),resolveOnClosed(feedback)},props,onClose:function(feedback){_this.closeByID(id,feedback)},open:!0,portalController:{id,onOpened,onClosed,close:function(feedback){_this.closeByID(id,feedback)},updateProps:function(propsOrHandler){_this.updatePropsByID(id,propsOrHandler)},data,get isOpened(){return _this.isOpened(id)},get isTop(){return _this.isTop(id)}}}},PortalManager}(Connectable_1.Connectable);exports.PortalManager=PortalManager},"./packages/juno-core/src/components/PortalHost/PortalManager/PortalStore.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),PortalStore=function(_super){function PortalStore(){var _this=null!==_super&&_super.apply(this,arguments)||this;return _this._portalMap=new Map,_this._batchMode=!1,_this}return tslib_1.__extends(PortalStore,_super),Object.defineProperty(PortalStore.prototype,"size",{get:function(){return this._portalMap.size},enumerable:!0,configurable:!0}),Object.defineProperty(PortalStore.prototype,"lastPortal",{get:function(){var e_1,_a,lastPortal;try{for(var _b=tslib_1.__values(this.portals),_c=_b.next();!_c.done;_c=_b.next()){lastPortal=_c.value}}catch(e_1_1){e_1={error:e_1_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_1)throw e_1.error}}return lastPortal},enumerable:!0,configurable:!0}),Object.defineProperty(PortalStore.prototype,"portals",{get:function(){return this._portalMap.values()},enumerable:!0,configurable:!0}),PortalStore.prototype.addOrUpdate=function(portal){this._portalMap.set(portal.id,portal),this._batchMode||this._emitChanges()},PortalStore.prototype.delete=function(id){this._portalMap.delete(id),this._batchMode||this._emitChanges()},PortalStore.prototype.clear=function(){this._portalMap.clear(),this._batchMode||this._emitChanges()},PortalStore.prototype.has=function(id){return this._portalMap.has(id)},PortalStore.prototype.get=function(id){return this._portalMap.get(id)},PortalStore.prototype.batch=function(handle){this._batchMode=!0;try{handle(this)}finally{this._batchMode=!1,this._emitChanges()}},PortalStore.prototype.forceEmit=function(){this._emitChanges()},PortalStore.prototype._emitChanges=function(){this.emit(tslib_1.__spread(this.portals))},PortalStore}(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts").Connectable);exports.PortalStore=PortalStore},"./packages/juno-core/src/components/PortalHost/PortalManager/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/PortalManager.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/PortalStore.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/types.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/utils.ts"),exports)},"./packages/juno-core/src/components/PortalHost/PortalManager/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.UnmountSymbol=Symbol("UmountPortal")},"./packages/juno-core/src/components/PortalHost/PortalManager/utils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.createPromise=function(){var resolvePromise=null;return[new Promise((function(resolve){resolvePromise=resolve})),resolvePromise]};var UniqIdUtil=function(){function UniqIdUtil(){this._currentNumber=0}return UniqIdUtil.prototype.get=function(){return String(this._currentNumber++)},UniqIdUtil}();exports.UniqIdUtil=UniqIdUtil},"./packages/juno-core/src/components/PortalHost/PortalRenderer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts"),RcPortalRenderer=function(_a){var portalDescriptor=_a.portalDescriptor,Component=portalDescriptor.Component,_props=portalDescriptor.props,onMounted=portalDescriptor.onMounted,onUnmounted=portalDescriptor.onUnmounted,onClose=portalDescriptor.onClose,open=portalDescriptor.open,id=portalDescriptor.id;react_1.useEffect((function(){return onMounted(),function(){return onUnmounted()}}),[]);var element=react_1.useMemo((function(){var props=tslib_1.__assign(tslib_1.__assign({},_props),{onClose,open});return react_1.default.createElement(Component,tslib_1.__assign({},props))}),[_props,open]);return react_1.default.createElement(context_1.PortalIDProvider,{value:id},element)};exports.RcPortalRenderer=RcPortalRenderer,RcPortalRenderer.displayName="RcPortalRenderer";try{RcPortalRenderer.displayName="RcPortalRenderer",RcPortalRenderer.__docgenInfo={description:"private, do not use this directly",displayName:"RcPortalRenderer",props:{portalDescriptor:{defaultValue:null,description:"",name:"portalDescriptor",required:!0,type:{name:"PortalDescriptor<{}, {}, any>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PortalHost/PortalRenderer.tsx#RcPortalRenderer"]={docgenInfo:RcPortalRenderer.__docgenInfo,name:"RcPortalRenderer",path:"packages/juno-core/src/components/PortalHost/PortalRenderer.tsx#RcPortalRenderer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js"));exports.HasPortalParentContext=react_1.createContext(!1),exports.HasPortalParentProvider=function(_a){var children=_a.children;return react_1.default.createElement(exports.HasPortalParentContext.Provider,{value:!0},children)};try{HasPortalParentProvider.displayName="HasPortalParentProvider",HasPortalParentProvider.__docgenInfo={description:"",displayName:"HasPortalParentProvider",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx#HasPortalParentProvider"]={docgenInfo:HasPortalParentProvider.__docgenInfo,name:"HasPortalParentProvider",path:"packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx#HasPortalParentProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/PortalHost/context/PortalIDContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.PortalIDContext=react_1.createContext(void 0),exports.PortalIDProvider=exports.PortalIDContext.Provider},"./packages/juno-core/src/components/PortalHost/context/PortalManagerContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.PortalManagerContext=react_1.createContext(void 0),exports.PortalManagerProvider=exports.PortalManagerContext.Provider},"./packages/juno-core/src/components/PortalHost/context/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/context/PortalIDContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/context/PortalManagerContext.ts"),exports)},"./packages/juno-core/src/components/PortalHost/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/Connectable/index.ts"),exports);var context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts");exports.HasPortalParentProvider=context_1.HasPortalParentProvider,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalHost.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/index.ts"),exports)},"./packages/juno-core/src/components/PortalHost/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/usePortalManagerWithID.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/useUnmountPortalHandler.ts"),exports)},"./packages/juno-core/src/components/PortalHost/utils/usePortalManagerWithID.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),context_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/index.ts"),HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx");exports.usePortalManagerWithID=function(){var manager=react_1.useContext(context_1.PortalManagerContext),id=react_1.useContext(context_1.PortalIDContext);if(!react_1.useContext(HasPortalParentContext_1.HasPortalParentContext)&&manager&&void 0!==id)return{manager,id}}},"./packages/juno-core/src/components/PortalHost/utils/useUnmountPortalHandler.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),PortalManager_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/PortalManager/index.ts"),usePortalManagerWithID_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/utils/usePortalManagerWithID.ts");exports.useUnmountPortalHandler=function(handler){var managerWithID=usePortalManagerWithID_1.usePortalManagerWithID();return foundation_1.useEventCallback((function(node){if(null==handler||handler(node),managerWithID){var manager=managerWithID.manager,id=managerWithID.id;manager[PortalManager_1.UnmountSymbol](id)}}))}},"./packages/juno-core/src/components/Presence/Presence.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),assets_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/index.tsx"),styles_1=__webpack_require__("./packages/juno-core/src/components/Presence/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Presence/utils/index.ts"),_RcPresence=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcPresence"}),type=props.type,color=props.color,size=props.size,borderSize=props.borderSize,rest=tslib_1.__rest(props,["type","color","size","borderSize"]),sizeProps={iconSizeValue:utils_1.RcPresenceSizes[size][0],borderSizeValue:utils_1.RcPresenceSizes[borderSize||size][1],type},symbol=function(){switch(type){case"DND":return assets_1.Dnd;case"available":case"attended":return assets_1.Check;case"unAttended":return assets_1.Unattended;case"offline":case"unavailable":case"notReady":return assets_1.Offline;default:return assets_1.Default}}();return react_1.default.createElement(styles_1.PresenceContainer,tslib_1.__assign({ref},sizeProps,rest),react_1.default.createElement(styles_1.StyledPresence,tslib_1.__assign({},sizeProps,{color}),react_1.default.createElement(Icon_1.RcIcon,{symbol,color:color||utils_1.RcPresenceColors[type],size:"inherit"})))})),RcPresence=foundation_1.styled(_RcPresence)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcPresence=RcPresence,RcPresence.defaultProps={size:"xsmall",type:"notReady"},RcPresence.displayName="RcPresence";try{RcPresence.displayName="RcPresence",RcPresence.__docgenInfo={description:"",displayName:"RcPresence",props:{color:{defaultValue:null,description:"other custom color with presence",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},type:{defaultValue:{value:"notReady"},description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}},size:{defaultValue:{value:"xsmall"},description:"size of presence",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},borderSize:{defaultValue:null,description:"custom presence border, default is equal to size",name:"borderSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"xxsmall"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/Presence.tsx#RcPresence"]={docgenInfo:RcPresence.__docgenInfo,name:"RcPresence",path:"packages/juno-core/src/components/Presence/Presence.tsx#RcPresence"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Presence/assets/Check.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Check=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("g",{id:"Available"},react_1.default.createElement("path",{id:"Shape",fill:"#3c9949",d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"})),react_1.default.createElement("path",{fill:"#fff",d:"M24.62,10.38,17.51,23.72A2.19,2.19,0,0,1,16,24.89h-.41a2.17,2.17,0,0,1-1.37-.53L8,19a2.22,2.22,0,0,1,2.38-3.7,2,2,0,0,1,.39.32L14.9,19.2,20.71,8.3a2.22,2.22,0,0,1,2.94-1.07h0a2.15,2.15,0,0,1,1.15,1.25,2.23,2.23,0,0,1-.08,1.7l-.11.21Z"}))})));Check.displayName="Check",Check.iconName="check",exports.default=Check},"./packages/juno-core/src/components/Presence/assets/Default.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Default=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("circle",{cx:"16",cy:"16",r:"16"}))})));Default.displayName="Default",Default.iconName="default",exports.default=Default},"./packages/juno-core/src/components/Presence/assets/Dnd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Dnd=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{fill:"#dd6057",d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}),react_1.default.createElement("path",{fill:"#fff",d:"M24.44,18.22H7.56a2.22,2.22,0,1,1,0-4.44H24.44a2.22,2.22,0,0,1,0,4.44Z"}))})));Dnd.displayName="Dnd",Dnd.iconName="dnd",exports.default=Dnd},"./packages/juno-core/src/components/Presence/assets/Offline.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Offline=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Zm0,27.2A11.2,11.2,0,1,1,27.2,16,11.19,11.19,0,0,1,16,27.2Z"}))})));Offline.displayName="Offline",Offline.iconName="offline",exports.default=Offline},"./packages/juno-core/src/components/Presence/assets/Unattended.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Unattended=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{fill:"#dd6057",d:"M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}),react_1.default.createElement("path",{fill:"#fff",d:"M23.54,20.39a2.23,2.23,0,0,1-3.15,3.15h0L16,19.15l-4.39,4.39a2.23,2.23,0,0,1-3.15-3.15h0L12.85,16,8.46,11.61a2.23,2.23,0,0,1,3.15-3.15L16,12.85l4.39-4.39a2.23,2.23,0,0,1,3.15,3.15h0L19.15,16Z"}))})));Unattended.displayName="Unattended",Unattended.iconName="unattended",exports.default=Unattended},"./packages/juno-core/src/components/Presence/assets/index.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var Unattended_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Unattended.tsx");exports.Unattended=Unattended_1.default;var Check_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Check.tsx");exports.Check=Check_1.default;var Default_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Default.tsx");exports.Default=Default_1.default;var Offline_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Offline.tsx");exports.Offline=Offline_1.default;var Dnd_1=__webpack_require__("./packages/juno-core/src/components/Presence/assets/Dnd.tsx");exports.Dnd=Dnd_1.default},"./packages/juno-core/src/components/Presence/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/Presence.tsx"),exports)},"./packages/juno-core/src/components/Presence/styles/StyledPresence.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts");exports._StyledPresence=react_1.forwardRef((function(_a,ref){_a.color,_a.type,_a.iconSizeValue,_a.borderSizeValue;var rest=tslib_1.__rest(_a,["color","type","iconSizeValue","borderSizeValue"]);return react_1.default.createElement("div",tslib_1.__assign({ref},rest))})),exports.StyledPresence=foundation_1.styled(exports._StyledPresence)(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n box-sizing: content-box;\n\n ",";\n"],["\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n box-sizing: content-box;\n\n ",";\n"])),(function(_a){var iconSizeValue=_a.iconSizeValue,borderSizeValue=_a.borderSizeValue,color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n height: ","px;\n background: ",";\n ",";\n "," {\n svg {\n width: ","px;\n height: ","px;\n }\n }\n "],["\n width: ","px;\n height: ","px;\n background: ",";\n ",";\n "," {\n svg {\n width: ","px;\n height: ","px;\n }\n }\n "])),iconSizeValue,iconSizeValue,color?foundation_1.getParsePaletteColor(color):foundation_1.palette2("neutral","l01"),foundation_1.fakeBorder({inset:!1,color:foundation_1.palette2("neutral","l01"),size:borderSizeValue}),Icon_1.RcIcon,iconSizeValue,iconSizeValue)})),exports.PresenceContainer=foundation_1.styled.div(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),(function(_a){var iconSizeValue=_a.iconSizeValue,borderSizeValue=_a.borderSizeValue;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n width: ","px;\n height: ","px;\n padding: ","px;\n "],["\n display: flex;\n justify-content: center;\n width: ","px;\n height: ","px;\n padding: ","px;\n "])),iconSizeValue,iconSizeValue,borderSizeValue)}));try{_StyledPresence.displayName="_StyledPresence",_StyledPresence.__docgenInfo={description:"",displayName:"_StyledPresence",props:{iconSizeValue:{defaultValue:null,description:"sizeValue in px",name:"iconSizeValue",required:!0,type:{name:"number"}},borderSizeValue:{defaultValue:null,description:"border size value in px *",name:"borderSizeValue",required:!0,type:{name:"number"}},type:{defaultValue:null,description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}},color:{defaultValue:null,description:"other custom color with presence",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#_StyledPresence"]={docgenInfo:_StyledPresence.__docgenInfo,name:"_StyledPresence",path:"packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#_StyledPresence"})}catch(__react_docgen_typescript_loader_error){}try{StyledPresence.displayName="StyledPresence",StyledPresence.__docgenInfo={description:"",displayName:"StyledPresence",props:{color:{defaultValue:null,description:"other custom color with presence",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},type:{defaultValue:null,description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}},iconSizeValue:{defaultValue:null,description:"sizeValue in px",name:"iconSizeValue",required:!0,type:{name:"number"}},borderSizeValue:{defaultValue:null,description:"border size value in px *",name:"borderSizeValue",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#StyledPresence"]={docgenInfo:StyledPresence.__docgenInfo,name:"StyledPresence",path:"packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#StyledPresence"})}catch(__react_docgen_typescript_loader_error){}try{PresenceContainer.displayName="PresenceContainer",PresenceContainer.__docgenInfo={description:"",displayName:"PresenceContainer",props:{iconSizeValue:{defaultValue:null,description:"sizeValue in px",name:"iconSizeValue",required:!0,type:{name:"number"}},borderSizeValue:{defaultValue:null,description:"border size value in px *",name:"borderSizeValue",required:!0,type:{name:"number"}},type:{defaultValue:null,description:"presence type",name:"type",required:!1,type:{name:"enum",value:[{value:'"notReady"'},{value:'"unavailable"'},{value:'"available"'},{value:'"onCall"'},{value:'"DND"'},{value:'"inMeeting"'},{value:'"busy"'},{value:'"offline"'},{value:'"attended"'},{value:'"unAttended"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#PresenceContainer"]={docgenInfo:PresenceContainer.__docgenInfo,name:"PresenceContainer",path:"packages/juno-core/src/components/Presence/styles/StyledPresence.tsx#PresenceContainer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Presence/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/styles/StyledPresence.tsx"),exports)},"./packages/juno-core/src/components/Presence/utils/RcPresenceUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPresenceSizes={xxsmall:[8,1],xsmall:[10,1],small:[10,2],medium:[12,2],large:[16,2],xlarge:[20,2]};var presenceOn=foundation_1.palette2("presence","available"),presenceBusy=foundation_1.palette2("presence","busy"),presenceOff=foundation_1.palette2("presence","invisible");exports.RcPresenceColors={available:presenceOn,attended:presenceOn,unAttended:presenceBusy,onCall:presenceBusy,inMeeting:presenceBusy,DND:presenceBusy,busy:presenceBusy,unavailable:presenceOff,notReady:presenceOff,offline:presenceOff}},"./packages/juno-core/src/components/Presence/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/utils/RcPresenceUtils.tsx"),exports)},"./packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CircularProgress_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/CircularProgress/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/utils/index.ts"),_RcCircularProgress=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCircularProgress"}),classesProp=props.classes,rest=(props.color,tslib_1.__rest(props,["classes","color"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcCircularProgressClasses,classesProp)}),[classesProp]);return react_1.default.createElement(CircularProgress_1.default,tslib_1.__assign({},rest,{color:"inherit",ref,classes}))})),RcCircularProgress=foundation_1.styled(_RcCircularProgress)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.CircularProgressStyle);exports.RcCircularProgress=RcCircularProgress,RcCircularProgress.defaultProps={size:24,color:"interactive.f01"},RcCircularProgress.displayName="RcCircularProgress";try{RcCircularProgress.displayName="RcCircularProgress",RcCircularProgress.__docgenInfo={description:"",displayName:"RcCircularProgress",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:{value:"interactive.f01"},description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"static"'},{value:'"determinate"'},{value:'"indeterminate"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate variant.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},disableShrink:{defaultValue:null,description:"If `true`, the shrink animation is disabled.\nThis only works if variant is `indeterminate`.",name:"disableShrink",required:!1,type:{name:"boolean"}},size:{defaultValue:{value:"24"},description:"The size of the circle.\nIf using a number, the pixel unit is assumed.\nIf using a string, you need to provide the CSS unit, e.g '3rem'.",name:"size",required:!1,type:{name:"string | number"}},thickness:{defaultValue:null,description:"The thickness of the circle.",name:"thickness",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx#RcCircularProgress"]={docgenInfo:RcCircularProgress.__docgenInfo,name:"RcCircularProgress",path:"packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx#RcCircularProgress"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/CircularProgress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/CircularProgress.tsx"),exports)},"./packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.CircularProgressStyle=function(props){var color=props.color,currColor=foundation_1.getParsePaletteColor(color);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n "],["\n color: ",";\n "])),currColor)};try{CircularProgressStyle.displayName="CircularProgressStyle",CircularProgressStyle.__docgenInfo={description:"",displayName:"CircularProgressStyle",props:{color:{defaultValue:null,description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"static"'},{value:'"determinate"'},{value:'"indeterminate"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate variant.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},disableShrink:{defaultValue:null,description:"If `true`, the shrink animation is disabled.\nThis only works if variant is `indeterminate`.",name:"disableShrink",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"The size of the circle.\nIf using a number, the pixel unit is assumed.\nIf using a string, you need to provide the CSS unit, e.g '3rem'.",name:"size",required:!1,type:{name:"string | number"}},thickness:{defaultValue:null,description:"The thickness of the circle.",name:"thickness",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx#CircularProgressStyle"]={docgenInfo:CircularProgressStyle.__docgenInfo,name:"CircularProgressStyle",path:"packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx#CircularProgressStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/CircularProgress/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/styles/CircularProgressStyle.tsx"),exports)},"./packages/juno-core/src/components/Progress/CircularProgress/utils/CircularProgressUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcCircularProgressClasses=foundation_1.RcClasses([],"RcCircularProgress")},"./packages/juno-core/src/components/Progress/CircularProgress/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/utils/CircularProgressUtils.ts"),exports)},"./packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),LinearProgress_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/LinearProgress/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/utils/index.ts"),_RcLinearProgress=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcLinearProgress"}),classesProp=props.classes,rest=(props.color,tslib_1.__rest(props,["classes","color"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcLinearProgressClasses,classesProp)}),[classesProp]);return react_1.default.createElement(LinearProgress_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcLinearProgress=foundation_1.styled(_RcLinearProgress)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.LinearProgressStyle);exports.RcLinearProgress=RcLinearProgress,RcLinearProgress.defaultProps={color:"interactive.f01"},RcLinearProgress.displayName="RcLinearProgress";try{RcLinearProgress.displayName="RcLinearProgress",RcLinearProgress.__docgenInfo={description:"",displayName:"RcLinearProgress",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},color:{defaultValue:{value:"interactive.f01"},description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate or query when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"determinate"'},{value:'"indeterminate"'},{value:'"buffer"'},{value:'"query"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate and buffer variants.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},valueBuffer:{defaultValue:null,description:"The value for the buffer variant.\nValue between 0 and 100.",name:"valueBuffer",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx#RcLinearProgress"]={docgenInfo:RcLinearProgress.__docgenInfo,name:"RcLinearProgress",path:"packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx#RcLinearProgress"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/LinearProgress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/LinearProgress.tsx"),exports)},"./packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/utils/index.ts");exports.LinearProgressStyle=function(props){var _a=tslib_1.__read(foundation_1.getContrastBgColor(props),2),currColor=_a[0],contrastBgColor=_a[1];return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:not(.","),\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-image: radial-gradient(\n "," 0%,\n "," 16%,\n transparent 42%\n );\n }\n "],["\n &:not(.","),\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-color: ",";\n }\n\n ."," {\n background-image: radial-gradient(\n "," 0%,\n "," 16%,\n transparent 42%\n );\n }\n "])),utils_1.RcLinearProgressClasses.buffer,utils_1.RcLinearProgressClasses.colorPrimary,contrastBgColor,utils_1.RcLinearProgressClasses.barColorPrimary,currColor,utils_1.RcLinearProgressClasses.dashedColorPrimary,contrastBgColor,contrastBgColor)};try{LinearProgressStyle.displayName="LinearProgressStyle",LinearProgressStyle.__docgenInfo={description:"",displayName:"LinearProgressStyle",props:{color:{defaultValue:null,description:"custom color",name:"color",required:!1,type:{name:"enum",value:[{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'}]}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},variant:{defaultValue:null,description:"The variant to use.\nUse indeterminate or query when there is no progress value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"determinate"'},{value:'"indeterminate"'},{value:'"buffer"'},{value:'"query"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The value of the progress indicator for the determinate and buffer variants.\nValue between 0 and 100.",name:"value",required:!1,type:{name:"number"}},valueBuffer:{defaultValue:null,description:"The value for the buffer variant.\nValue between 0 and 100.",name:"valueBuffer",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx#LinearProgressStyle"]={docgenInfo:LinearProgressStyle.__docgenInfo,name:"LinearProgressStyle",path:"packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx#LinearProgressStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Progress/LinearProgress/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/styles/LinearProgressStyle.tsx"),exports)},"./packages/juno-core/src/components/Progress/LinearProgress/utils/LinearProgressUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcLinearProgressClasses=foundation_1.RcClasses(["buffer","colorPrimary","barColorPrimary","dashedColorPrimary"],"RcLinearProgress")},"./packages/juno-core/src/components/Progress/LinearProgress/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/utils/LinearProgressUtils.ts"),exports)},"./packages/juno-core/src/components/Progress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/LinearProgress/index.ts"),exports)},"./packages/juno-core/src/components/Rating/Rating.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Rating_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/Rating/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Rating/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Rating/utils/index.ts"),defaultIcon=react_1.default.createElement(Icon_1.RcIcon,{size:"xlarge",symbol:juno_icon_1.Star}),defaultEmptyIcon=react_1.default.createElement(Icon_1.RcIcon,{size:"xlarge",symbol:juno_icon_1.StarBorder}),_RcRating=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcRating"}),TooltipProps=props.TooltipProps,disableTooltip=props.disableTooltip,classesProp=props.classes,onChangeActiveProp=props.onChangeActive,max=props.max,tooltips=props.tooltips,rest=(props.emphasized,props.color,tslib_1.__rest(props,["TooltipProps","disableTooltip","classes","onChangeActive","max","tooltips","emphasized","color"])),tooltipOpenStatus=react_1.useMemo((function(){for(var tooltipOpenStatus=[],i=0;i>"}},disabled:{defaultValue:null,description:"If `true`, the rating will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | null) => void)"}},defaultValue:{defaultValue:null,description:"The default value. Use when the component is not controlled.",name:"defaultValue",required:!1,type:{name:"number"}},color:{defaultValue:{value:"neutral.f06"},description:"color for rating icon, when is not emphasized",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},icon:{defaultValue:{value:""},description:"The icon to display.",name:"icon",required:!1,type:{name:"ReactNode"}},name:{defaultValue:{value:"rating"},description:"The name attribute of the radio `input` elements.\nIf `readOnly` is false, the prop is required,\nthis input name`should be unique within the parent form.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The rating value.",name:"value",required:!1,type:{name:"number | null"}},max:{defaultValue:{value:"5"},description:"Maximum rating.",name:"max",required:!1,type:{name:"number"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip`",name:"TooltipProps",required:!1,type:{name:'Pick, "slot" | "style" | "classes" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 270 more ... | "injectGlobalStyle">'}},readOnly:{defaultValue:null,description:"Removes all hover effects and pointer events.",name:"readOnly",required:!1,type:{name:"boolean"}},emptyIcon:{defaultValue:{value:""},description:"The icon to display when empty.",name:"emptyIcon",required:!1,type:{name:"ReactNode"}},emptyLabelText:{defaultValue:null,description:"The label read when the rating input is empty.",name:"emptyLabelText",required:!1,type:{name:"ReactNode"}},getLabelText:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@returns",name:"getLabelText",required:!1,type:{name:"((value: number) => string)"}},onChangeActive:{defaultValue:null,description:"Callback function that is fired when the hover state changes.\n@param \n@param",name:"onChangeActive",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number) => void)"}},tooltips:{defaultValue:{value:"[]"},description:"content of tooltip, array for each icon, `['first icon', 'second icon', ...]`",name:"tooltips",required:!1,type:{name:"string[]"}},emphasized:{defaultValue:{value:"true"},description:"whether use emphasized style, emphasized means will use palette color `warning.f02`",name:"emphasized",required:!1,type:{name:"boolean"}},disableTooltip:{defaultValue:{value:"false"},description:"disable tooltip",name:"disableTooltip",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Rating/Rating.tsx#RcRating"]={docgenInfo:RcRating.__docgenInfo,name:"RcRating",path:"packages/juno-core/src/components/Rating/Rating.tsx#RcRating"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Rating/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/Rating.tsx"),exports)},"./packages/juno-core/src/components/Rating/styles/RatingStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Rating/utils/index.ts"),getColor=function(_a){var emphasized=_a.emphasized,color=_a.color;return emphasized?foundation_1.palette2("warning","f01"):foundation_1.getParsePaletteColor(color)};exports.RatingStyle=function(props){var icon=props.icon,emptyIcon=props.emptyIcon,emphasized=props.emphasized,color=props.color,isIcon=react_1.default.isValidElement(icon)&&react_1.default.isValidElement(emptyIcon)&&foundation_1.isRcElement(icon,["RcIcon"])&&foundation_1.isRcElement(emptyIcon,["RcIcon"]);return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n &.","\n .",",\n input:focus\n + ."," {\n outline: none;\n border-radius: ",";\n box-shadow: 0 0 0 1px ",";\n }\n\n ."," {\n transform: scale(1, 1);\n }\n\n ."," {\n padding: 0 8px;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n &."," {\n opacity: 1;\n\n ."," {\n ","\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," ."," {\n padding: 0 8px;\n }\n "],["\n &.","\n .",",\n input:focus\n + ."," {\n outline: none;\n border-radius: ",";\n box-shadow: 0 0 0 1px ",";\n }\n\n ."," {\n transform: scale(1, 1);\n }\n\n ."," {\n padding: 0 8px;\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n &."," {\n opacity: 1;\n\n ."," {\n ","\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," ."," {\n padding: 0 8px;\n }\n "])),utils_1.RcRatingClasses.focusVisible,utils_1.RcRatingClasses.iconActive,utils_1.RcRatingClasses.pristine,foundation_1.radius("xxl"),foundation_1.focusVisibleColor,utils_1.RcRatingClasses.iconActive,utils_1.RcRatingClasses.label,utils_1.RcRatingClasses.iconFilled,getColor,utils_1.RcRatingClasses.iconEmpty,foundation_1.palette2("neutral","f04"),utils_1.RcRatingClasses.disabled,utils_1.RcRatingClasses.iconFilled,isIcon?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n "],["\n color: ",";\n "])),"neutral.f06"!==color||emphasized?foundation_1.setOpacity(getColor(props),"40",!0):foundation_1.palette2("neutral","f04")):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n opacity: ",";\n "],["\n opacity: ",";\n "])),foundation_1.opacity("64")),utils_1.RcRatingClasses.iconEmpty,foundation_1.palette2("disabled","f02"),utils_1.RcRatingClasses.readOnly,utils_1.RcRatingClasses.icon)};try{RatingStyle.displayName="RatingStyle",RatingStyle.__docgenInfo={description:"",displayName:"RatingStyle",props:{tooltips:{defaultValue:null,description:"content of tooltip, array for each icon, `['first icon', 'second icon', ...]`",name:"tooltips",required:!1,type:{name:"string[]"}},emphasized:{defaultValue:null,description:"whether use emphasized style, emphasized means will use palette color `warning.f02`",name:"emphasized",required:!1,type:{name:"boolean"}},disableTooltip:{defaultValue:null,description:"disable tooltip",name:"disableTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip`",name:"TooltipProps",required:!1,type:{name:'Pick, "slot" | "style" | "classes" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 270 more ... | "injectGlobalStyle">'}},color:{defaultValue:null,description:"color for rating icon, when is not emphasized",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the rating will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number | null) => void)"}},defaultValue:{defaultValue:null,description:"The default value. Use when the component is not controlled.",name:"defaultValue",required:!1,type:{name:"number"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},icon:{defaultValue:null,description:"The icon to display.",name:"icon",required:!1,type:{name:"ReactNode"}},name:{defaultValue:null,description:"The name attribute of the radio `input` elements.\nIf `readOnly` is false, the prop is required,\nthis input name`should be unique within the parent form.",name:"name",required:!1,type:{name:"string"}},value:{defaultValue:null,description:"The rating value.",name:"value",required:!1,type:{name:"number | null"}},max:{defaultValue:null,description:"Maximum rating.",name:"max",required:!1,type:{name:"number"}},readOnly:{defaultValue:null,description:"Removes all hover effects and pointer events.",name:"readOnly",required:!1,type:{name:"boolean"}},emptyIcon:{defaultValue:null,description:"The icon to display when empty.",name:"emptyIcon",required:!1,type:{name:"ReactNode"}},emptyLabelText:{defaultValue:null,description:"The label read when the rating input is empty.",name:"emptyLabelText",required:!1,type:{name:"ReactNode"}},getLabelText:{defaultValue:null,description:"Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.\n\nFor localization purposes, you can use the provided [translations](/guides/localization/).\n@param \n@returns",name:"getLabelText",required:!1,type:{name:"((value: number) => string)"}},onChangeActive:{defaultValue:null,description:"Callback function that is fired when the hover state changes.\n@param \n@param",name:"onChangeActive",required:!1,type:{name:"((event: ChangeEvent<{}>, value: number) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Rating/styles/RatingStyle.tsx#RatingStyle"]={docgenInfo:RatingStyle.__docgenInfo,name:"RatingStyle",path:"packages/juno-core/src/components/Rating/styles/RatingStyle.tsx#RatingStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Rating/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/styles/RatingStyle.tsx"),exports)},"./packages/juno-core/src/components/Rating/utils/RatingUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var RcRatingClasses=__webpack_require__("./packages/juno-core/src/foundation/index.ts").RcClasses(["readOnly","disabled","focusVisible","pristine","label","icon","iconEmpty","iconFilled","iconActive"],"RcRating");exports.RcRatingClasses=RcRatingClasses},"./packages/juno-core/src/components/Rating/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/utils/RatingUtils.ts"),exports)},"./packages/juno-core/src/components/Responsive/Responsive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Responsive/utils/index.ts"),RcResponsive=function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcResponsive"}),theme=foundation_1.useTheme(),children=props.children,responsiveTarget=props.responsiveTarget,resizeThrottle=props.resizeThrottle,_a=props.breakpointMap,breakpointMap=void 0===_a?theme.breakpoints.values:_a,externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,currentWindow=null!=externalWindow?externalWindow:window,bodyRef=react_1.useRef(currentWindow.document.body),targetRef=null!=responsiveTarget?responsiveTarget:bodyRef,_b=tslib_1.__read(react_1.useState((function(){var target=targetRef.current;if(target){var width=target.clientWidth;return utils_1.getMatchedBreakpoint(width,breakpointMap)}})),2),contextValue=_b[0],setContextValue=_b[1];return foundation_1.useResizeObserver(targetRef,(function(){if(targetRef.current){var width=targetRef.current.clientWidth,matchedBreakpoint=utils_1.getMatchedBreakpoint(width,breakpointMap);setContextValue(matchedBreakpoint)}}),{mode:"throttle",time:resizeThrottle}),react_1.default.createElement(foundation_1.RcResponsiveContext.Provider,{value:contextValue},children)};exports.RcResponsive=RcResponsive,RcResponsive.defaultProps={resizeThrottle:200},RcResponsive.displayName="RcResponsive";try{RcResponsive.displayName="RcResponsive",RcResponsive.__docgenInfo={description:"",displayName:"RcResponsive",props:{resizeThrottle:{defaultValue:{value:"200"},description:"throttle time of resize",name:"resizeThrottle",required:!1,type:{name:"number"}},breakpointMap:{defaultValue:null,description:"define the max width of each breakpoint, default is same as theme token breakpoints",name:"breakpointMap",required:!1,type:{name:"Record"}},responsiveTarget:{defaultValue:null,description:"ref with element that will be listened resize\ndefault target is body of current window",name:"responsiveTarget",required:!1,type:{name:"RefObject"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Responsive/Responsive.tsx#RcResponsive"]={docgenInfo:RcResponsive.__docgenInfo,name:"RcResponsive",path:"packages/juno-core/src/components/Responsive/Responsive.tsx#RcResponsive"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Responsive/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/Responsive.tsx"),exports)},"./packages/juno-core/src/components/Responsive/utils/getMatchedBreakpoint.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),bpListL2S=tslib_1.__spread(foundation_1.breakpointList).reverse();exports.getMatchedBreakpoint=function(width,breakpointMap){return bpListL2S.find((function(bp){return width>=breakpointMap[bp]}))||null}},"./packages/juno-core/src/components/Responsive/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/utils/getMatchedBreakpoint.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/utils/types.ts"),exports)},"./packages/juno-core/src/components/Responsive/utils/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Snackbar/Snackbar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Slide_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Slide/index.js")),Snackbar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Snackbar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),PortalHost_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),SnackbarContent_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/utils/index.ts"),HasPortalParentContext_1=__webpack_require__("./packages/juno-core/src/components/PortalHost/context/HasPortalParentContext.tsx"),_RcSnackbar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSnackbar"}),classesProp=props.classes,size=props.size,type=props.type,message=props.message,action=props.action,ContentProps=props.ContentProps,children=props.children,TransitionPropsProp=props.TransitionProps,rest=tslib_1.__rest(props,["classes","size","type","message","action","ContentProps","children","TransitionProps"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSnackbarClasses,classesProp)}),[classesProp]),onExited=PortalHost_1.useUnmountPortalHandler(null==TransitionPropsProp?void 0:TransitionPropsProp.onExited),TransitionProps=tslib_1.__assign(tslib_1.__assign({},TransitionPropsProp),{onExited});return react_1.default.createElement(HasPortalParentContext_1.HasPortalParentProvider,null,react_1.default.createElement(Snackbar_1.default,tslib_1.__assign({ref,classes,TransitionProps},rest),children||react_1.default.createElement(SnackbarContent_1.RcSnackbarContent,tslib_1.__assign({size,type,message,action},ContentProps))))})),RcSnackbar=foundation_1.styled(_RcSnackbar)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.SnackbarStyle);exports.RcSnackbar=RcSnackbar,RcSnackbar.defaultProps={TransitionComponent:Slide_1.default,anchorOrigin:{vertical:"top",horizontal:"center"}},RcSnackbar.displayName="RcSnackbar";try{RcSnackbar.displayName="RcSnackbar",RcSnackbar.__docgenInfo={description:"",displayName:"RcSnackbar",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Replace the `SnackbarContent` component.",name:"children",required:!1,type:{name:"ReactElement | (ReactElement & string) | (ReactElement & number) | (ReactElement & false) | ... 4 more ..."}},onMouseEnter:{defaultValue:null,description:"",name:"onMouseEnter",required:!1,type:{name:"((event: MouseEvent) => void)"}},onMouseLeave:{defaultValue:null,description:"",name:"onMouseLeave",required:!1,type:{name:"((event: MouseEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},key:{defaultValue:null,description:"When displaying multiple consecutive Snackbars from a parent rendering a single\n, add the key prop to ensure independent treatment of each message.\ne.g. , otherwise, the message may update-in-place and\nfeatures such as autoHideDuration may be canceled.\n@document",name:"key",required:!1,type:{name:"any"}},onEnter:{defaultValue:null,description:"Callback fired before the transition is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the transition is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the transition has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the transition is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the transition is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the transition has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},type:{defaultValue:null,description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},size:{defaultValue:null,description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nTypically `onClose` is used to set state in the parent component,\nwhich is used to control the `Snackbar` `open` prop.\nThe `reason` parameter can optionally be used to control the response to `onClose`,\nfor example ignoring `clickaway`.\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent, reason: SnackbarCloseReason) => void)"}},open:{defaultValue:null,description:"If `true`, `Snackbar` is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},anchorOrigin:{defaultValue:{value:"{\n vertical: 'top',\n horizontal: 'center',\n }"},description:"The anchor of the `Snackbar`.",name:"anchorOrigin",required:!1,type:{name:"SnackbarOrigin"}},autoHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before automatically calling the\n`onClose` function. `onClose` should then set the state of the `open`\nprop to hide the Snackbar. This behavior is disabled by default with\nthe `null` value.",name:"autoHideDuration",required:!1,type:{name:"number | null"}},ClickAwayListenerProps:{defaultValue:null,description:"Props applied to the `ClickAwayListener` element.",name:"ClickAwayListenerProps",required:!1,type:{name:"Partial"}},ContentProps:{defaultValue:null,description:"props apply for `RcSnackbarContent`\nProps applied to the [`SnackbarContent`](/api/snackbar-content/) element.",name:"ContentProps",required:!1,type:{name:'({ type?: "error" | "warn" | "success" | "info"; size?: "small" | "medium"; messageAlign?: "left" | "right" | "center" | undefined; fullWidth?: boolean | undefined; loading?: boolean | undefined; ariaLabel?: string | undefined; } & Pick<...> & Partial<...>) | undefined'}},disableWindowBlurListener:{defaultValue:null,description:"If `true`, the `autoHideDuration` timer will expire even if the window is not focused.",name:"disableWindowBlurListener",required:!1,type:{name:"boolean"}},resumeHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before dismissing after user interaction.\nIf `autoHideDuration` prop isn't specified, it does nothing.\nIf `autoHideDuration` prop is specified but `resumeHideDuration` isn't,\nwe default to `autoHideDuration / 2` ms.",name:"resumeHideDuration",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/Snackbar.tsx#RcSnackbar"]={docgenInfo:RcSnackbar.__docgenInfo,name:"RcSnackbar",path:"packages/juno-core/src/components/Snackbar/Snackbar.tsx#RcSnackbar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),ButtonBase_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/ButtonBase/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),SnackbarContent_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/index.ts"),RcSnackbarAction=foundation_1.styled((function(inProps){var props=foundation_1.useThemeProps({props:inProps,name:"RcSnackbarAction"}),children=props.children,variant=props.variant,size=props.size,icon=props.icon,_a=props.symbol,symbol=void 0===_a?icon:_a,classesProp=props.classes,classNameProp=(props.color,props.className),rest=tslib_1.__rest(props,["children","variant","size","icon","symbol","classes","color","className"]),className=react_1.useMemo((function(){var _a;return clsx_1.default(classNameProp,((_a={})[utils_1.RcSnackbarActionClasses.text]="text"===variant,_a[utils_1.RcSnackbarActionClasses.icon]="icon"===variant,_a))}),[classNameProp,variant]),classes=react_1.useMemo((function(){return foundation_1.omit(classesProp,["text","icon"])}),[classesProp]);return react_1.default.createElement(ButtonBase_1.default,tslib_1.__assign({className,classes},rest),"icon"===variant?react_1.default.createElement(Icon_1.RcIcon,{size,symbol},children):children)}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.snackbarContentActionStyle);exports.RcSnackbarAction=RcSnackbarAction,RcSnackbarAction.displayName="RcSnackbarAction",RcSnackbarAction.defaultProps={disableRipple:!0,variant:"text",size:SnackbarContent_1.RcSnackbarContent.defaultProps.size};try{RcSnackbarAction.displayName="RcSnackbarAction",RcSnackbarAction.__docgenInfo={description:"",displayName:"RcSnackbarAction",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"text color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:{value:"text"},description:"variant of action",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"icon"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:{value:"true"},description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},size:{defaultValue:{value:"RcSnackbarContent.defaultProps!.size"},description:"size for action",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx#RcSnackbarAction"]={docgenInfo:RcSnackbarAction.__docgenInfo,name:"RcSnackbarAction",path:"packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx#RcSnackbarAction"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarAction/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/SnackbarAction.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/index.ts");exports.snackbarContentActionStyle=function(_a){var color=_a.color;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n color: ",";\n\n &."," {\n ",";\n line-height: ",";\n text-decoration: underline;\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n &:active {\n opacity: ",";\n }\n\n &:disabled {\n opacity: ",";\n }\n\n "," {\n ","\n }\n "],["\n color: ",";\n\n &."," {\n ",";\n line-height: ",";\n text-decoration: underline;\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n & + &."," {\n margin-left: ",";\n }\n\n &:active {\n opacity: ",";\n }\n\n &:disabled {\n opacity: ",";\n }\n\n "," {\n ","\n }\n "])),color&&foundation_1.getParsePaletteColor(color),utils_2.RcSnackbarActionClasses.text,foundation_1.typography("body2"),utils_1.RcSnackbarContentLineHeight,utils_2.RcSnackbarActionClasses.text,foundation_1.spacing(3),utils_2.RcSnackbarActionClasses.icon,foundation_1.spacing(4),foundation_1.opacity("24",!0),foundation_1.opacity("24"),foundation_1.focusVisible,foundation_1.fakeBorder({pseudo:!0,color:"currentColor",inset:!1,radius:"sm"}))};try{snackbarContentActionStyle.displayName="snackbarContentActionStyle",snackbarContentActionStyle.__docgenInfo={description:"",displayName:"snackbarContentActionStyle",props:{variant:{defaultValue:null,description:"variant of action",name:"variant",required:!1,type:{name:"enum",value:[{value:'"text"'},{value:'"icon"'}]}},color:{defaultValue:null,description:"text color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"size for action",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},classes:{defaultValue:null,description:"classes apply for elements\nOverride or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'(Partial> & Partial>)'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx#snackbarContentActionStyle"]={docgenInfo:snackbarContentActionStyle.__docgenInfo,name:"snackbarContentActionStyle",path:"packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx#snackbarContentActionStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/styles/StyledSnackbarContent.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/SnackbarActionUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSnackbarActionClasses=foundation_1.RcClasses(["text","icon"],"RcSnackbarAction")},"./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/utils/SnackbarActionUtils.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),SnackbarContent_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/SnackbarContent/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),CircularProgress_1=__webpack_require__("./packages/juno-core/src/components/Progress/CircularProgress/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),_RcSnackbarContent=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSnackbarContent"});var classesProp=props.classes,loading=props.loading,size=props.size,actionProp=(props.messageAlign,props.type,props.fullWidth,props.action),rest=tslib_1.__rest(props,["classes","loading","size","messageAlign","type","fullWidth","action"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcSnackbarContentClasses,classesProp)}),[classesProp]),action=react_1.useMemo((function(){var getItem=function(item){return react_1.isValidElement(item)&&foundation_1.isRcElement(item,["RcSnackbarAction"])?size!==RcSnackbarContent.defaultProps.size?item:react_1.default.cloneElement(item,{size}):item};return actionProp instanceof Array?actionProp.map(getItem):getItem(actionProp)}),[actionProp,size]);return react_1.default.createElement(SnackbarContent_1.default,tslib_1.__assign({},rest,{ref,classes,action:loading?react_1.default.createElement(CircularProgress_1.RcCircularProgress,{color:"inherit",size:utils_1.RcSnackbarContentLoadingSizes[size]}):action}))})),RcSnackbarContent=foundation_1.styled(_RcSnackbarContent)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.snackbarContentStyle);exports.RcSnackbarContent=RcSnackbarContent,RcSnackbarContent.defaultProps={type:"success",messageAlign:"center",size:"medium"},RcSnackbarContent.displayName="RcSnackbarContent";try{RcSnackbarContent.displayName="RcSnackbarContent",RcSnackbarContent.__docgenInfo={description:"",displayName:"RcSnackbarContent",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:'"article" | "button" | "dialog" | "figure" | "form" | "img" | "link" | "main" | "menu" | "menuitem" | "option" | "table" | "switch" | "alert" | "alertdialog" | "application" | "banner" | ... 53 more ...'}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:{value:"success"},description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},loading:{defaultValue:null,description:"is use loading in action",name:"loading",required:!1,type:{name:"boolean"}},size:{defaultValue:{value:"medium"},description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container\nwhen fullWidth the square will be `true`, if you still want square\nset square={false}",name:"fullWidth",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},messageAlign:{defaultValue:{value:"center"},description:"message align",name:"messageAlign",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx#RcSnackbarContent"]={docgenInfo:RcSnackbarContent.__docgenInfo,name:"RcSnackbarContent",path:"packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx#RcSnackbarContent"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/SnackbarContent.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts"),contentBgColor=function(_a){var type=_a.type;return foundation_1.getParsePaletteColor(utils_1.RcSnackbarContentColors[type].bgColor)},contentTextColor=function(_a){var type=_a.type;return foundation_1.getParsePaletteColor(utils_1.RcSnackbarContentColors[type].textColor)};exports.snackbarContentStyle=function(_a){var fullWidth=_a.fullWidth,square=_a.square,messageAlign=_a.messageAlign,size=_a.size,radiusValue=foundation_1.radius("lg");return(square||fullWidth&&!1!==square)&&(radiusValue=0),foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n line-height: ",";\n overflow: hidden;\n background-color: ",";\n color: ",";\n box-shadow: ",";\n border-radius: ",";\n min-width: 248px;\n max-width: ",";\n width: ",";\n box-sizing: border-box;\n margin: 0 auto;\n pointer-events: auto;\n align-items: baseline;\n padding: ",";\n\n ."," {\n margin: auto;\n flex: 1;\n padding: ",";\n text-align: ",";\n\n word-break: break-word;\n\n a {\n color: ",";\n font-style: italic;\n }\n }\n\n ."," {\n text-decoration: underline;\n margin-right: 0;\n height: ",";\n }\n "],["\n ",";\n line-height: ",";\n overflow: hidden;\n background-color: ",";\n color: ",";\n box-shadow: ",";\n border-radius: ",";\n min-width: 248px;\n max-width: ",";\n width: ",";\n box-sizing: border-box;\n margin: 0 auto;\n pointer-events: auto;\n align-items: baseline;\n padding: ",";\n\n ."," {\n margin: auto;\n flex: 1;\n padding: ",";\n text-align: ",";\n\n word-break: break-word;\n\n a {\n color: ",";\n font-style: italic;\n }\n }\n\n ."," {\n text-decoration: underline;\n margin-right: 0;\n height: ",";\n }\n "])),foundation_1.typography("body1"),utils_1.RcSnackbarContentLineHeight,contentBgColor,contentTextColor,foundation_1.shadows(4),radiusValue,fullWidth?"100%":"640px",fullWidth&&"100%",utils_1.RcSnackbarContentPaddings[size],utils_1.RcSnackbarContentClasses.message,foundation_1.spacing(0),messageAlign,foundation_1.palette2("informative","f02"),utils_1.RcSnackbarContentClasses.action,utils_1.RcSnackbarContentLineHeight)};try{snackbarContentStyle.displayName="snackbarContentStyle",snackbarContentStyle.__docgenInfo={description:"",displayName:"snackbarContentStyle",props:{type:{defaultValue:null,description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},size:{defaultValue:null,description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},messageAlign:{defaultValue:null,description:"message align",name:"messageAlign",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"center"'}]}},fullWidth:{defaultValue:null,description:"If `true`, the input will take up the full width of its container\nwhen fullWidth the square will be `true`, if you still want square\nset square={false}",name:"fullWidth",required:!1,type:{name:"boolean"}},loading:{defaultValue:null,description:"is use loading in action",name:"loading",required:!1,type:{name:"boolean"}},ariaLabel:{defaultValue:null,description:"@deprecated",name:"ariaLabel",required:!1,type:{name:"string"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},role:{defaultValue:null,description:"The ARIA role attribute of the element.",name:"role",required:!1,type:{name:'"article" | "button" | "dialog" | "figure" | "form" | "img" | "link" | "main" | "menu" | "menuitem" | "option" | "table" | "switch" | "alert" | "alertdialog" | "application" | "banner" | ... 53 more ...'}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx#snackbarContentStyle"]={docgenInfo:snackbarContentStyle.__docgenInfo,name:"snackbarContentStyle",path:"packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx#snackbarContentStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/styles/StyledSnackbarContent.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/SnackbarContentUtils.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSnackbarContentColors={success:{textColor:"neutral.f01",bgColor:"success.b04"},error:{textColor:"neutral.f01",bgColor:"danger.b04"},info:{textColor:"neutral.f01",bgColor:"neutral.b04"},warn:{textColor:"neutral.f07",bgColor:"warning.b03"}};var RcSnackbarContentClasses=foundation_1.RcClasses(["message","action"],"RcSnackbarContent");exports.RcSnackbarContentClasses=RcSnackbarContentClasses;var RcSnackbarContentPaddings={small:foundation_1.spacing(1,4),medium:foundation_1.spacing(3,4)};exports.RcSnackbarContentPaddings=RcSnackbarContentPaddings;exports.RcSnackbarContentLoadingSizes={small:16,medium:20};var RcSnackbarContentLineHeight=foundation_1.px(24);exports.RcSnackbarContentLineHeight=RcSnackbarContentLineHeight},"./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/utils/SnackbarContentUtils.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/Snackbar.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarContent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/SnackbarAction/index.ts"),exports)},"./packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.SnackbarStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{SnackbarStyle.displayName="SnackbarStyle",SnackbarStyle.__docgenInfo={description:"",displayName:"SnackbarStyle",props:{ContentProps:{defaultValue:null,description:"props apply for `RcSnackbarContent`\nProps applied to the [`SnackbarContent`](/api/snackbar-content/) element.",name:"ContentProps",required:!1,type:{name:'({ type?: "error" | "warn" | "success" | "info"; size?: "small" | "medium"; messageAlign?: "left" | "right" | "center" | undefined; fullWidth?: boolean | undefined; loading?: boolean | undefined; ariaLabel?: string | undefined; } & Pick<...> & Partial<...>) | undefined'}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Replace the `SnackbarContent` component.",name:"children",required:!1,type:{name:"ReactElement"}},onMouseEnter:{defaultValue:null,description:"",name:"onMouseEnter",required:!1,type:{name:"((event: MouseEvent) => void)"}},onMouseLeave:{defaultValue:null,description:"",name:"onMouseLeave",required:!1,type:{name:"((event: MouseEvent) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},key:{defaultValue:null,description:"When displaying multiple consecutive Snackbars from a parent rendering a single\n, add the key prop to ensure independent treatment of each message.\ne.g. , otherwise, the message may update-in-place and\nfeatures such as autoHideDuration may be canceled.\n@document",name:"key",required:!1,type:{name:"any"}},onEnter:{defaultValue:null,description:"Callback fired before the transition is entering.\n@deprecated",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the transition is entering.\n@deprecated",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the transition has entered.\n@deprecated",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the transition is exiting.\n@deprecated",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the transition is exiting.\n@deprecated",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the transition has exited.\n@deprecated",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"The action to display. It renders after the message, at the end of the snackbar.",name:"action",required:!1,type:{name:"ReactNode"}},message:{defaultValue:null,description:"The message to display.",name:"message",required:!1,type:{name:"ReactNode"}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\nTypically `onClose` is used to set state in the parent component,\nwhich is used to control the `Snackbar` `open` prop.\nThe `reason` parameter can optionally be used to control the response to `onClose`,\nfor example ignoring `clickaway`.\n@param \n@param",name:"onClose",required:!1,type:{name:"((event: SyntheticEvent, reason: SnackbarCloseReason) => void)"}},open:{defaultValue:null,description:"If `true`, `Snackbar` is open.",name:"open",required:!1,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"transitionDuration",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},anchorOrigin:{defaultValue:null,description:"The anchor of the `Snackbar`.",name:"anchorOrigin",required:!1,type:{name:"SnackbarOrigin"}},autoHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before automatically calling the\n`onClose` function. `onClose` should then set the state of the `open`\nprop to hide the Snackbar. This behavior is disabled by default with\nthe `null` value.",name:"autoHideDuration",required:!1,type:{name:"number | null"}},ClickAwayListenerProps:{defaultValue:null,description:"Props applied to the `ClickAwayListener` element.",name:"ClickAwayListenerProps",required:!1,type:{name:"Partial"}},disableWindowBlurListener:{defaultValue:null,description:"If `true`, the `autoHideDuration` timer will expire even if the window is not focused.",name:"disableWindowBlurListener",required:!1,type:{name:"boolean"}},resumeHideDuration:{defaultValue:null,description:"The number of milliseconds to wait before dismissing after user interaction.\nIf `autoHideDuration` prop isn't specified, it does nothing.\nIf `autoHideDuration` prop is specified but `resumeHideDuration` isn't,\nwe default to `autoHideDuration / 2` ms.",name:"resumeHideDuration",required:!1,type:{name:"number"}},type:{defaultValue:null,description:"message type",name:"type",required:!1,type:{name:"enum",value:[{value:'"error"'},{value:'"warn"'},{value:'"success"'},{value:'"info"'}]}},size:{defaultValue:null,description:"message size, default is `medium`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx#SnackbarStyle"]={docgenInfo:SnackbarStyle.__docgenInfo,name:"SnackbarStyle",path:"packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx#SnackbarStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Snackbar/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/styles/SnackbarStyle.tsx"),exports)},"./packages/juno-core/src/components/Snackbar/utils/SnackbarUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcSnackbarClasses=foundation_1.RcClasses([],"RcSnackbar")},"./packages/juno-core/src/components/Snackbar/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/utils/SnackbarUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/Step/Step.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Step_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Step/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/Step/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/Step/utils/index.ts"),_RcStep=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStep"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Step_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcStep=foundation_1.styled(_RcStep)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepStyle);exports.RcStep=RcStep,RcStep.defaultProps={},RcStep.displayName="RcStep";try{RcStep.displayName="RcStep",RcStep.__docgenInfo={description:"",displayName:"RcStep",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"Expand the step.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepButton` is a child of `Step`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"Should be `Step` sub-components such as `StepLabel`, `StepContent`.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},active:{defaultValue:null,description:"Sets the step as active. Is passed to child components.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/Step/Step.tsx#RcStep"]={docgenInfo:RcStep.__docgenInfo,name:"RcStep",path:"packages/juno-core/src/components/Stepper/Step/Step.tsx#RcStep"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/Step/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/Step.tsx"),exports)},"./packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/Step/utils/index.ts"),stepPadding=foundation_1.spacing(4);exports.StepStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n "],["\n &."," {\n padding-left: ",";\n padding-right: ",";\n }\n "])),utils_1.RcStepClasses.horizontal,stepPadding,stepPadding)};try{StepStyle.displayName="StepStyle",StepStyle.__docgenInfo={description:"",displayName:"StepStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},expanded:{defaultValue:null,description:"Expand the step.",name:"expanded",required:!1,type:{name:"boolean"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepButton` is a child of `Step`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"Should be `Step` sub-components such as `StepLabel`, `StepContent`.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},active:{defaultValue:null,description:"Sets the step as active. Is passed to child components.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx#StepStyle"]={docgenInfo:StepStyle.__docgenInfo,name:"StepStyle",path:"packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx#StepStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/Step/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/styles/StepStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/Step/utils/StepUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepClasses=foundation_1.RcClasses(["root","horizontal"],"RcStep")},"./packages/juno-core/src/components/Stepper/Step/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/utils/StepUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepButton_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepButton/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StepLabel_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/utils/index.ts"),_RcStepButton=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepButton"}),classesProp=props.classes,childrenProp=props.children,icon=props.icon,optional=props.optional,error=props.error,StepLabelProps=props.StepLabelProps,editable=props.editable,rest=tslib_1.__rest(props,["classes","children","icon","optional","error","StepLabelProps","editable"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepButtonClasses,classesProp)}),[classesProp]),children=react_1.useMemo((function(){var childProps=foundation_1.combineProps({icon,optional,error,StepIconProps:{editable}},StepLabelProps);return foundation_1.isRcElement(childrenProp,["RcStepLabel"])?react_1.cloneElement(childrenProp,childProps):react_1.default.createElement(StepLabel_1.RcStepLabel,tslib_1.__assign({},childProps),childrenProp)}),[StepLabelProps,childrenProp,editable,error,icon,optional]);return react_1.default.createElement(StepButton_1.default,tslib_1.__assign({},rest,{icon,optional,ref,classes}),children)})),RcStepButton=foundation_1.styled(_RcStepButton)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepButtonStyle);exports.RcStepButton=RcStepButton,RcStepButton.defaultProps={alternativeLabel:!0},RcStepButton.displayName="RcStepButton";try{RcStepButton.displayName="RcStepButton",RcStepButton.__docgenInfo={description:"",displayName:"RcStepButton",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},alternativeLabel:{defaultValue:{value:"true"},description:"",name:"alternativeLabel",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},last:{defaultValue:null,description:"",name:"last",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"",name:"optional",required:!1,type:{name:"ReactNode"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}},StepLabelProps:{defaultValue:null,description:"props apply for `StepLabel`",name:"StepLabelProps",required:!1,type:{name:"RcStepLabelProps"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx#RcStepButton"]={docgenInfo:RcStepButton.__docgenInfo,name:"RcStepButton",path:"packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx#RcStepButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepButton/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/StepButton.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/utils/index.ts");exports.StepButtonStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n z-index: 1;\n }\n "],["\n ."," {\n z-index: 1;\n }\n "])),utils_1.RcStepButtonClasses.touchRipple)};try{StepButtonStyle.displayName="StepButtonStyle",StepButtonStyle.__docgenInfo={description:"",displayName:"StepButtonStyle",props:{StepLabelProps:{defaultValue:null,description:"props apply for `StepLabel`",name:"StepLabelProps",required:!1,type:{name:"RcStepLabelProps"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"ReactNode"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},alternativeLabel:{defaultValue:null,description:"",name:"alternativeLabel",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},last:{defaultValue:null,description:"",name:"last",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"",name:"optional",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx#StepButtonStyle"]={docgenInfo:StepButtonStyle.__docgenInfo,name:"StepButtonStyle",path:"packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx#StepButtonStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepButton/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/styles/StepButtonStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepButton/utils/StepButtonUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepButtonClasses=foundation_1.RcClasses(["touchRipple"],"RcStepButton")},"./packages/juno-core/src/components/Stepper/StepButton/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/utils/StepButtonUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepConnector_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepConnector/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/utils/index.ts"),_RcStepConnector=react_1.forwardRef((function(inProps,ref){var prop=foundation_1.useThemeProps({props:inProps,name:"RcStepConnector"}),classesProp=prop.classes,rest=tslib_1.__rest(prop,["classes"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepConnectorClasses,classesProp)}),[classesProp]);return react_1.default.createElement(StepConnector_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcStepConnector=foundation_1.styled(_RcStepConnector)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepConnectorStyle);exports.RcStepConnector=RcStepConnector,RcStepConnector.defaultProps={},RcStepConnector.displayName="RcStepConnector";try{RcStepConnector.displayName="RcStepConnector",RcStepConnector.__docgenInfo={description:"inner component",displayName:"RcStepConnector",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx#RcStepConnector"]={docgenInfo:RcStepConnector.__docgenInfo,name:"RcStepConnector",path:"packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx#RcStepConnector"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepConnector/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/StepConnector.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/utils/index.ts");exports.StepConnectorStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n border-color: ",";\n }\n "],["\n ."," {\n border-color: ",";\n }\n "])),utils_1.RcStepConnectorClasses.line,foundation_1.palette2("neutral","l02"))};try{StepConnectorStyle.displayName="StepConnectorStyle",StepConnectorStyle.__docgenInfo={description:"",displayName:"StepConnectorStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx#StepConnectorStyle"]={docgenInfo:StepConnectorStyle.__docgenInfo,name:"StepConnectorStyle",path:"packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx#StepConnectorStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepConnector/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/styles/StepConnectorStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepConnector/utils/StepConnectorUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepConnectorClasses=foundation_1.RcClasses(["line"],"RcStepConnector")},"./packages/juno-core/src/components/Stepper/StepConnector/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/utils/StepConnectorUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepIcon_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepIcon/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/index.ts"),StyledCircleIcon_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts"),_RcStepIcon=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepIcon"}),iconProp=props.icon,classesProp=props.classes,editable=props.editable,completed=props.completed,rest=(props.children,tslib_1.__rest(props,["icon","classes","editable","completed","children"])),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepIconClasses,classesProp)}),[classesProp]),isEdit=utils_1.useIsEditable(props),icon=react_1.useMemo((function(){return editable?react_1.default.createElement(StyledCircleIcon_1.StyledCircleIcon,{isEdit:!0,symbol:juno_icon_1.Edit,size:"small"}):completed?react_1.default.createElement(StyledCircleIcon_1.StyledCircleIcon,{isEdit,symbol:isEdit?juno_icon_1.Edit:juno_icon_1.Check,size:"small"}):iconProp}),[editable,completed,isEdit,iconProp]);return react_1.default.createElement(StepIcon_1.default,tslib_1.__assign({},rest,{ref,classes,icon}))})),RcStepIcon=foundation_1.styled(_RcStepIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepIconStyle);exports.RcStepIcon=RcStepIcon,RcStepIcon.defaultProps={},RcStepIcon.displayName="RcStepIcon";try{RcStepIcon.displayName="RcStepIcon",RcStepIcon.__docgenInfo={description:"inner component",displayName:"RcStepIcon",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},icon:{defaultValue:null,description:"The label displayed in the step icon.",name:"icon",required:!0,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},active:{defaultValue:null,description:"Whether this step is active.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx#RcStepIcon"]={docgenInfo:RcStepIcon.__docgenInfo,name:"RcStepIcon",path:"packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx#RcStepIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepIcon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/StepIcon.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts");exports.StepIconStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n fill: ",";\n ",";\n /* for font size change with font */\n transform: translateY(1px);\n }\n "],["\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n fill: ",";\n ",";\n /* for font size change with font */\n transform: translateY(1px);\n }\n "])),utils_1.RcStepIconClasses.root,foundation_1.palette2("neutral","b04"),utils_1.RcStepIconClasses.active,utils_1.iconColor,utils_1.RcStepIconClasses.text,utils_1.iconTextColor,foundation_1.typography("body1",!0))};try{StepIconStyle.displayName="StepIconStyle",StepIconStyle.__docgenInfo={description:"",displayName:"StepIconStyle",props:{editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},icon:{defaultValue:null,description:"The label displayed in the step icon.",name:"icon",required:!0,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},active:{defaultValue:null,description:"Whether this step is active.",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"Mark the step as completed. Is passed to child components.",name:"completed",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx#StepIconStyle"]={docgenInfo:StepIconStyle.__docgenInfo,name:"StepIconStyle",path:"packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx#StepIconStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts");exports._StyledCircleIcon=function(_a){_a.isEdit;var rest=tslib_1.__rest(_a,["isEdit"]);return react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({},rest))},exports.StyledCircleIcon=foundation_1.styled(exports._StyledCircleIcon)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 24px;\n height: 24px;\n ",";\n color: ",";\n svg {\n stroke-width: ","px;\n }\n border-radius: ",";\n background: ",";\n"],["\n width: 24px;\n height: 24px;\n ",";\n color: ",";\n svg {\n stroke-width: ","px;\n }\n border-radius: ",";\n background: ",";\n"])),foundation_1.flexCenterStyle,utils_1.iconTextColor,(function(_a){return _a.isEdit?1:2}),foundation_1.radius("circle"),utils_1.iconColor);try{_StyledCircleIcon.displayName="_StyledCircleIcon",_StyledCircleIcon.__docgenInfo={description:"",displayName:"_StyledCircleIcon",props:{isEdit:{defaultValue:null,description:"",name:"isEdit",required:!1,type:{name:"boolean"}},symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#_StyledCircleIcon"]={docgenInfo:_StyledCircleIcon.__docgenInfo,name:"_StyledCircleIcon",path:"packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#_StyledCircleIcon"})}catch(__react_docgen_typescript_loader_error){}try{StyledCircleIcon.displayName="StyledCircleIcon",StyledCircleIcon.__docgenInfo={description:"",displayName:"StyledCircleIcon",props:{symbol:{defaultValue:null,description:"Component for render",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},desc:{defaultValue:null,description:"@deprecated",name:"desc",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"color of icon",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},loading:{defaultValue:null,description:"is that icon replace to loading",name:"loading",required:!1,type:{name:"boolean"}},CircularProgressProps:{defaultValue:null,description:"Props send to `RcCircularProgress` when loading is `true`",name:"CircularProgressProps",required:!1,type:{name:"RcCircularProgressProps"}},iconColor:{defaultValue:null,description:"@deprecated",name:"iconColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},iconSize:{defaultValue:null,description:"@deprecated",name:"iconSize",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"medium"'},{value:'"large"'},{value:'"extraSmall"'},{value:'"moreLarge"'},{value:'"extraLarge"'},{value:'"mediumLarge"'}]}},icon:{defaultValue:null,description:"@deprecated",name:"icon",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"size of icon",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"inherit"'},{value:'"xsmall"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"xxlarge"'},{value:'"xxxlarge"'}]}},loadingSize:{defaultValue:null,description:"@deprecated",name:"loadingSize",required:!1,type:{name:"string | number"}},useLoading:{defaultValue:null,description:"@deprecated",name:"useLoading",required:!1,type:{name:"boolean"}},isEdit:{defaultValue:null,description:"",name:"isEdit",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#StyledCircleIcon"]={docgenInfo:StyledCircleIcon.__docgenInfo,name:"StyledCircleIcon",path:"packages/juno-core/src/components/Stepper/StepIcon/styles/StyledCircleIcon.tsx#StyledCircleIcon"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepIcon/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/StepIconStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepIcon/utils/StepIconUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepIconClasses=foundation_1.RcClasses(["root","active","text"],"RcStepIcon"),exports.iconColor=foundation_1.palette2("interactive","b02"),exports.iconTextColor=foundation_1.palette2("neutral","f01"),exports.useIsEditable=function(_a){var active=_a.active,completed=_a.completed,completedTimesRef=react_1.useRef(0),isEditRef=react_1.useRef(!1),completedTimes=completedTimesRef.current,isEdit=isEditRef.current;return 0===completedTimes&&!active&&completed?completedTimesRef.current=1:1!==completedTimes||completed||(completedTimesRef.current=0),1===completedTimes&&(!isEdit&&active?isEditRef.current=!0:isEdit&&!active&&(isEditRef.current=!1)),isEditRef.current}},"./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/StepIconUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),StepLabel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/StepLabel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StepIcon_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/utils/index.ts"),_RcStepLabel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepLabel"}),classesProp=props.classes,StepIconPropsProp=props.StepIconProps,children=props.children,disabled=props.disabled,editable=props.editable,onClick=props.onClick,rest=tslib_1.__rest(props,["classes","StepIconProps","children","disabled","editable","onClick"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepLabelClasses,classesProp)}),[classesProp]),StepIconProps=react_1.useMemo((function(){return foundation_1.combineProps({editable},StepIconPropsProp)}),[StepIconPropsProp,editable]);return react_1.default.createElement(StepLabel_1.default,tslib_1.__assign({ref,StepIconComponent:StepIcon_1.RcStepIcon,StepIconProps,classes,disabled,onClick:disabled?void 0:onClick},rest),children)})),RcStepLabel=foundation_1.styled(_RcStepLabel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepLabelStyle);exports.RcStepLabel=RcStepLabel,RcStepLabel.defaultProps={},RcStepLabel.muiName=StepLabel_1.default.muiName,RcStepLabel.displayName="RcStepLabel";try{RcStepLabel.displayName="RcStepLabel",RcStepLabel.__docgenInfo={description:"",displayName:"RcStepLabel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepLabelButton` is a child of `StepLabel`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"In most cases will simply be a string containing a title for the label.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},icon:{defaultValue:null,description:"Override the default label of the step icon.",name:"icon",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"The optional node to display.",name:"optional",required:!1,type:{name:"ReactNode"}},StepIconProps:{defaultValue:null,description:"Props applied to the `RcStepIcon` element.",name:"StepIconProps",required:!1,type:{name:"Partial"}},StepIconComponent:{defaultValue:null,description:"The component to render in place of the [`StepIcon`](/api/step-icon/).",name:"StepIconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx#RcStepLabel"]={docgenInfo:RcStepLabel.__docgenInfo,name:"RcStepLabel",path:"packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx#RcStepLabel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepLabel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/StepLabel.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/utils/index.ts");exports.StepLabelStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n\n ."," {\n ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n "],["\n ",";\n\n ."," {\n ."," {\n margin-top: ",";\n }\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n ."," {\n ",";\n\n color: ",";\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n\n &."," {\n ."," {\n color: ",";\n }\n\n ."," {\n color: ",";\n }\n }\n "])),styles_1.StepIconStyle,utils_2.RcStepLabelClasses.labelContainer,utils_2.RcStepLabelClasses.alternativeLabel,foundation_1.spacing(3),utils_2.RcStepLabelClasses.label,foundation_1.typography("body1"),foundation_1.palette2("neutral","f04"),utils_2.RcStepLabelClasses.active,foundation_1.typography("body2"),foundation_1.palette2("neutral","f06"),utils_2.RcStepLabelClasses.error,utils_1.RcStepIconClasses.root,foundation_1.palette2("danger","f02"),utils_2.RcStepLabelClasses.label,foundation_1.palette2("danger","f02"),utils_2.RcStepLabelClasses.disabled,utils_1.RcStepIconClasses.root,foundation_1.palette2("disabled","f02"),utils_2.RcStepLabelClasses.label,foundation_1.palette2("disabled","f02"))};try{StepLabelStyle.displayName="StepLabelStyle",StepLabelStyle.__docgenInfo={description:"",displayName:"StepLabelStyle",props:{StepIconProps:{defaultValue:null,description:"Props applied to the `RcStepIcon` element.",name:"StepIconProps",required:!1,type:{name:"Partial"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"Mark the step as disabled, will also disable the button if\n`StepLabelButton` is a child of `StepLabel`. Is passed to child components.",name:"disabled",required:!1,type:{name:"boolean"}},children:{defaultValue:null,description:"In most cases will simply be a string containing a title for the label.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},icon:{defaultValue:null,description:"Override the default label of the step icon.",name:"icon",required:!1,type:{name:"ReactNode"}},error:{defaultValue:null,description:"Mark the step as failed.",name:"error",required:!1,type:{name:"boolean"}},optional:{defaultValue:null,description:"The optional node to display.",name:"optional",required:!1,type:{name:"ReactNode"}},StepIconComponent:{defaultValue:null,description:"The component to render in place of the [`StepIcon`](/api/step-icon/).",name:"StepIconComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},active:{defaultValue:null,description:"",name:"active",required:!1,type:{name:"boolean"}},completed:{defaultValue:null,description:"",name:"completed",required:!1,type:{name:"boolean"}},editable:{defaultValue:null,description:"is that icon editable",name:"editable",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx#StepLabelStyle"]={docgenInfo:StepLabelStyle.__docgenInfo,name:"StepLabelStyle",path:"packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx#StepLabelStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/StepLabel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/styles/StepLabelStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/StepLabel/utils/StepLabelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepLabelClasses=foundation_1.RcClasses(["disabled","label","active","alternativeLabel","labelContainer","error"],"RcStepLabel")},"./packages/juno-core/src/components/Stepper/StepLabel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/utils/StepLabelUtils.ts"),exports)},"./packages/juno-core/src/components/Stepper/Stepper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Stepper_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Stepper/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),StepConnector_1=__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Stepper/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Stepper/utils/index.ts"),_RcStepper=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcStepper"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcStepperClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Stepper_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcStepper=foundation_1.styled(_RcStepper)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.StepperStyle);exports.RcStepper=RcStepper,RcStepper.defaultProps={alternativeLabel:!0,nonLinear:!0,connector:react_1.default.createElement(StepConnector_1.RcStepConnector,null)},RcStepper.displayName="RcStepper";try{RcStepper.displayName="RcStepper",RcStepper.__docgenInfo={description:"",displayName:"RcStepper",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/Stepper.tsx#RcStepper"]={docgenInfo:RcStepper.__docgenInfo,name:"RcStepper",path:"packages/juno-core/src/components/Stepper/Stepper.tsx#RcStepper"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Step/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepButton/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepConnector/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepIcon/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/StepLabel/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/Stepper.tsx"),exports)},"./packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.StepperStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n "],["\n padding: ",";\n "])),foundation_1.spacing(6,0,6,0))};try{StepperStyle.displayName="StepperStyle",StepperStyle.__docgenInfo={description:"",displayName:"StepperStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Two or more `` components.",name:"children",required:!0,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},elevation:{defaultValue:null,description:"Shadow depth, corresponds to `dp` in the spec.\nIt accepts values between 0 and 24 inclusive.",name:"elevation",required:!1,type:{name:"number"}},square:{defaultValue:null,description:"If `true`, rounded corners are disabled.",name:"square",required:!1,type:{name:"boolean"}},variant:{defaultValue:null,description:"The variant to use.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"outlined"'},{value:'"elevation"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},alternativeLabel:{defaultValue:null,description:"If set to 'true' and orientation is horizontal,\nthen the step label will be positioned under the icon.",name:"alternativeLabel",required:!1,type:{name:"boolean"}},activeStep:{defaultValue:null,description:"Set the active step (zero based index).\nSet to -1 to disable all the steps.",name:"activeStep",required:!1,type:{name:"number"}},connector:{defaultValue:null,description:"An element to be placed between each step.",name:"connector",required:!1,type:{name:"ReactElement"}},nonLinear:{defaultValue:null,description:"If set the `Stepper` will not assist in controlling steps for linear flow.",name:"nonLinear",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx#StepperStyle"]={docgenInfo:StepperStyle.__docgenInfo,name:"StepperStyle",path:"packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx#StepperStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Stepper/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/styles/StepperStyle.tsx"),exports)},"./packages/juno-core/src/components/Stepper/utils/StepperUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcStepperClasses=foundation_1.RcClasses([],"RcStepper")},"./packages/juno-core/src/components/Stepper/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/utils/StepperUtils.ts"),exports)},"./packages/juno-core/src/components/Table/Table.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Table_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Table/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),context_1=__webpack_require__("./packages/juno-core/src/components/Table/context.ts"),_RcTable=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTable"}),children=_a.children,size=_a.size,rest=tslib_1.__rest(_a,["children","size"]),tableContextValue=react_1.useMemo((function(){return{size}}),[size]);return react_1.default.createElement(Table_1.default,tslib_1.__assign({},rest,{ref}),react_1.default.createElement(context_1.RcTableContext.Provider,{value:tableContextValue},children))})),RcTable=foundation_1.styled(_RcTable)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcTable=RcTable,RcTable.displayName="RcTable";try{RcTable.displayName="RcTable",RcTable.__docgenInfo={description:"",displayName:"RcTable",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/Table.tsx#RcTable"]={docgenInfo:RcTable.__docgenInfo,name:"RcTable",path:"packages/juno-core/src/components/Table/Table.tsx#RcTable"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableBody/TableBody.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableBody_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableBody/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcTableBody=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableHead"}),children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(TableBody_1.default,tslib_1.__assign({},rest,{ref}),children)})),RcTableBody=foundation_1.styled(_RcTableBody)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcTableBody=RcTableBody,RcTableBody.displayName="RcTableBody";try{RcTableBody.displayName="RcTableBody",RcTableBody.__docgenInfo={description:"",displayName:"RcTableBody",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableBody/TableBody.tsx#RcTableBody"]={docgenInfo:RcTableBody.__docgenInfo,name:"RcTableBody",path:"packages/juno-core/src/components/Table/TableBody/TableBody.tsx#RcTableBody"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableBody/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableBody/TableBody.tsx"),exports)},"./packages/juno-core/src/components/Table/TableCell/TableCell.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TableCell_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableCell/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/utils/index.ts"),Buttons_1=__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),context_1=__webpack_require__("./packages/juno-core/src/components/Table/context.ts"),_RcTableCell=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableCell"}),classesProp=_a.classes,childrenProp=_a.children,sortDirection=(_a.size,_a.sortDirection),_b=_a.activeSort,activeSort=void 0!==_b&&_b,rest=tslib_1.__rest(_a,["classes","children","size","sortDirection","activeSort"]),classes=foundation_1.combineClasses(utils_1.RcTableCellClasses,classesProp),tableCellClasses=(classes.sortButton,classes.activeSort,classes.sortIcon,tslib_1.__rest(classes,["sortButton","activeSort","sortIcon"])),children=react_1.useMemo((function(){var _a;return sortDirection?react_1.default.createElement(Buttons_1.RcButtonBase,{disableRipple:!0,className:clsx_1.default(classes.sortButton,(_a={},_a[classes.activeSort]=activeSort,_a))},childrenProp,react_1.default.createElement(Icon_1.RcIcon,{size:"small",className:classes.sortIcon,symbol:"asc"===sortDirection?juno_icon_1.JumpToUnread:juno_icon_1.JumpToLatest})):childrenProp}),[activeSort,childrenProp,classes,sortDirection]);return react_1.default.createElement(TableCell_1.default,tslib_1.__assign({},rest,sortDirection?{sortDirection}:{},{ref,classes:tableCellClasses}),children)})),RcTableCell=foundation_1.styled(_RcTableCell).attrs((function(_a){var _b,sizeProp=_a.size,_c=_a.sortDirection,sortDirection=void 0!==_c&&_c,rest=tslib_1.__rest(_a,["size","sortDirection"]),contextSize=react_1.useContext(context_1.RcTableContext).size,size=null!==(_b=null!=sizeProp?sizeProp:contextSize)&&void 0!==_b?_b:"medium";return tslib_1.__assign(tslib_1.__assign({},rest),{size,sortDirection})}))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TableCellStyle);exports.RcTableCell=RcTableCell,RcTableCell.displayName="RcTableCell";try{RcTableCell.displayName="RcTableCell",RcTableCell.__docgenInfo={description:"",displayName:"RcTableCell",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableCell/TableCell.tsx#RcTableCell"]={docgenInfo:RcTableCell.__docgenInfo,name:"RcTableCell",path:"packages/juno-core/src/components/Table/TableCell/TableCell.tsx#RcTableCell"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableCell/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/TableCell.tsx"),exports)},"./packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/utils/index.ts"),SizeMap={xlarge:64,large:56,medium:48,small:40},HeadTypography=foundation_1.typography("caption2");exports.TableCellStyle=function(prop){var size=prop.size,sortDirection=prop.sortDirection;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-sizing: border-box;\n padding: ",";\n min-width: 96px;\n\n &."," {\n min-width: unset;\n padding: ",";\n }\n\n &."," {\n padding: unset;\n }\n\n &."," {\n ","\n height: 40px;\n border-bottom: 1px solid ",";\n color: ",";\n background-color: ",";\n\n padding: ",";\n\n ."," {\n opacity: 0;\n padding: ",";\n }\n\n ."," {\n color: ",";\n\n ."," {\n opacity: 1;\n color: ",";\n }\n }\n\n ."," {\n ","\n display: inline-flex;\n justify-content: flex-start;\n flex-direction: inherit;\n align-items: center;\n\n height: 100%;\n width: 100%;\n padding: ",";\n\n "," {\n color: ",";\n }\n\n &:hover {\n background-color: ",";\n\n ."," {\n opacity: 1;\n }\n }\n\n "," {\n ","\n background-color: ",";\n }\n }\n }\n\n &."," {\n ","\n color: ",";\n\n padding: ",";\n height: ",";\n }\n "],["\n box-sizing: border-box;\n padding: ",";\n min-width: 96px;\n\n &."," {\n min-width: unset;\n padding: ",";\n }\n\n &."," {\n padding: unset;\n }\n\n &."," {\n ","\n height: 40px;\n border-bottom: 1px solid ",";\n color: ",";\n background-color: ",";\n\n padding: ",";\n\n ."," {\n opacity: 0;\n padding: ",";\n }\n\n ."," {\n color: ",";\n\n ."," {\n opacity: 1;\n color: ",";\n }\n }\n\n ."," {\n ","\n display: inline-flex;\n justify-content: flex-start;\n flex-direction: inherit;\n align-items: center;\n\n height: 100%;\n width: 100%;\n padding: ",";\n\n "," {\n color: ",";\n }\n\n &:hover {\n background-color: ",";\n\n ."," {\n opacity: 1;\n }\n }\n\n "," {\n ","\n background-color: ",";\n }\n }\n }\n\n &."," {\n ","\n color: ",";\n\n padding: ",";\n height: ",";\n }\n "])),foundation_1.spacing(0,2),utils_1.RcTableCellClasses.paddingCheckbox,foundation_1.spacing(0,0,0,2),utils_1.RcTableCellClasses.paddingNone,utils_1.RcTableCellClasses.head,HeadTypography,foundation_1.palette2("neutral","l02"),foundation_1.palette2("neutral","f05"),foundation_1.palette2("neutral","b02"),Boolean(sortDirection)&&"unset",utils_1.RcTableCellClasses.sortIcon,foundation_1.spacing(0,2),utils_1.RcTableCellClasses.activeSort,foundation_1.palette2("interactive","f01"),utils_1.RcTableCellClasses.sortIcon,foundation_1.palette2("neutral","f04"),utils_1.RcTableCellClasses.sortButton,HeadTypography,foundation_1.spacing(0,2),utils_1.RcTableCellClasses.sortIcon,foundation_1.palette2("neutral","f04"),foundation_1.palette2("neutral","b03"),utils_1.RcTableCellClasses.sortIcon,foundation_1.focusVisible,foundation_1.fakeBorder({color:foundation_1.palette2("interactive","f01")}),foundation_1.palette2("neutral","b03"),utils_1.RcTableCellClasses.body,foundation_1.typography("body1"),foundation_1.palette2("neutral","f06"),"auto"===size&&foundation_1.spacing(3,2),"auto"!==size&&foundation_1.px(SizeMap[size]))};try{TableCellStyle.displayName="TableCellStyle",TableCellStyle.__docgenInfo={description:"",displayName:"TableCellStyle",props:{size:{defaultValue:null,description:"Specify the size of the cell.",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'},{value:'"auto"'}]}},sortDirection:{defaultValue:null,description:"The current sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}},activeSort:{defaultValue:null,description:"If `true`, the sort icon will alway show.",name:"activeSort",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "dd" | "del" | "details" | "dfn" | "div" | "dt" | "em" | "figcaption" | ... 46 more ...'}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx#TableCellStyle"]={docgenInfo:TableCellStyle.__docgenInfo,name:"TableCellStyle",path:"packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx#TableCellStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableCell/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/styles/TableCellStyle.tsx"),exports)},"./packages/juno-core/src/components/Table/TableCell/utils/TableCellUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTableCellClasses=foundation_1.RcClasses(["head","body","sortIcon","activeSort","sortButton","paddingCheckbox","paddingNone"],"RcTableCell")},"./packages/juno-core/src/components/Table/TableCell/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/utils/TableCellUtils.ts"),exports)},"./packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableContainer_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableContainer/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/styles/index.ts"),_RcTableContainer=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableContainer"}),children=_a.children,rest=(_a.bordered,_a.square,tslib_1.__rest(_a,["children","bordered","square"]));return react_1.default.createElement(TableContainer_1.default,tslib_1.__assign({},rest,{ref}),children)})),RcTableContainer=foundation_1.styled(_RcTableContainer)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TableContainerStyle);exports.RcTableContainer=RcTableContainer,RcTableContainer.defaultProps={bordered:!1,square:!1},RcTableContainer.displayName="RcTableContainer";try{RcTableContainer.displayName="RcTableContainer",RcTableContainer.__docgenInfo={description:"",displayName:"RcTableContainer",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},square:{defaultValue:{value:"false"},description:"If `true`, rounded corners to be square that only work if bordered is `true`.",name:"square",required:!1,type:{name:"boolean"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},bordered:{defaultValue:{value:"false"},description:"Add border to container",name:"bordered",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx#RcTableContainer"]={docgenInfo:RcTableContainer.__docgenInfo,name:"RcTableContainer",path:"packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx#RcTableContainer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableContainer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/TableContainer.tsx"),exports)},"./packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TableBody_1=__webpack_require__("./packages/juno-core/src/components/Table/TableBody/index.ts"),TableCell_1=__webpack_require__("./packages/juno-core/src/components/Table/TableCell/index.ts"),TableRow_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/index.ts");exports.TableContainerStyle=function(props){var bordered=props.bordered,square=props.square;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ","\n "],["\n ","\n "])),bordered&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border-radius: ",";\n border: 1px solid ",";\n\n "," ",":last-child "," {\n border: none;\n }\n "],["\n border-radius: ",";\n border: 1px solid ",";\n\n "," ",":last-child "," {\n border: none;\n }\n "])),!square&&foundation_1.px(4),foundation_1.palette2("neutral","l02"),TableBody_1.RcTableBody,TableRow_1.RcTableRow,TableCell_1.RcTableCell))};try{TableContainerStyle.displayName="TableContainerStyle",TableContainerStyle.__docgenInfo={description:"",displayName:"TableContainerStyle",props:{bordered:{defaultValue:null,description:"Add border to container",name:"bordered",required:!1,type:{name:"boolean"}},square:{defaultValue:null,description:"If `true`, rounded corners to be square that only work if bordered is `true`.",name:"square",required:!1,type:{name:"boolean"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx#TableContainerStyle"]={docgenInfo:TableContainerStyle.__docgenInfo,name:"TableContainerStyle",path:"packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx#TableContainerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableContainer/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/styles/TableContainerStyle.tsx"),exports)},"./packages/juno-core/src/components/Table/TableHead/TableHead.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableHead_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableHead/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),_RcTableHead=react_1.forwardRef((function(props,ref){var _a=foundation_1.useThemeProps({props,name:"RcTableHead"}),children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(TableHead_1.default,tslib_1.__assign({},rest,{ref}),children)})),RcTableHead=foundation_1.styled(_RcTableHead)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcTableHead=RcTableHead,RcTableHead.displayName="RcTableHead";try{RcTableHead.displayName="RcTableHead",RcTableHead.__docgenInfo={description:"",displayName:"RcTableHead",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableHead/TableHead.tsx#RcTableHead"]={docgenInfo:RcTableHead.__docgenInfo,name:"RcTableHead",path:"packages/juno-core/src/components/Table/TableHead/TableHead.tsx#RcTableHead"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableHead/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableHead/TableHead.tsx"),exports)},"./packages/juno-core/src/components/Table/TableRow/TableRow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TableRow_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableRow/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/utils/index.ts"),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),_RcTableRow=react_1.forwardRef((function(props,ref){var _a,_b=foundation_1.useThemeProps({props,name:"RcTableRow"}),className=_b.className,classesProp=_b.classes,children=_b.children,disabled=_b.disabled,rest=tslib_1.__rest(_b,["className","classes","children","disabled"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTableRowClasses,classesProp)}),[classesProp]),disabledClass=classes.disabled,tableRowClasses=tslib_1.__rest(classes,["disabled"]);return react_1.default.createElement(TableRow_1.default,tslib_1.__assign({},rest,{ref,classes:tableRowClasses,className:clsx_1.default(className,(_a={},_a[disabledClass]=disabled,_a))}),children)})),RcTableRow=foundation_1.styled(_RcTableRow)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TableRowStyle);exports.RcTableRow=RcTableRow,RcTableRow.defaultProps={},RcTableRow.displayName="RcTableRow";try{RcTableRow.displayName="RcTableRow",RcTableRow.__docgenInfo={description:"",displayName:"RcTableRow",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableRow/TableRow.tsx#RcTableRow"]={docgenInfo:RcTableRow.__docgenInfo,name:"RcTableRow",path:"packages/juno-core/src/components/Table/TableRow/TableRow.tsx#RcTableRow"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableRow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/TableRow.tsx"),exports)},"./packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Table/TableRow/utils/index.ts");exports.TableRowStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n "," {\n &.",", &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &.",", &.",", &:hover {\n background-color: unset;\n }\n }\n "],["\n "," {\n &.",", &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &,\n &:hover {\n background-color: ",";\n }\n }\n\n &."," {\n &.",", &.",", &:hover {\n background-color: unset;\n }\n }\n "])),foundation_1.nonTouchHoverMedia,utils_1.RcTableRowClasses.hover,foundation_1.setOpacity(foundation_1.palette2("action","grayLight"),"08"),utils_1.RcTableRowClasses.selected,foundation_1.setOpacity(foundation_1.palette2("interactive","f01"),"08"),utils_1.RcTableRowClasses.disabled,utils_1.RcTableRowClasses.selected,utils_1.RcTableRowClasses.hover)};try{TableRowStyle.displayName="TableRowStyle",TableRowStyle.__docgenInfo={description:"",displayName:"TableRowStyle",props:{disabled:{defaultValue:null,description:"`hover` and `selected` styles will be useless when it is `true`",name:"disabled",required:!1,type:{name:"boolean"}},classes:{defaultValue:null,description:"",name:"classes",required:!1,type:{name:'Partial>'}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLTableRowElement | null) => void) | RefObject | null"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},hover:{defaultValue:null,description:"",name:"hover",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx#TableRowStyle"]={docgenInfo:TableRowStyle.__docgenInfo,name:"TableRowStyle",path:"packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx#TableRowStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Table/TableRow/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/styles/TableRowStyle.tsx"),exports)},"./packages/juno-core/src/components/Table/TableRow/utils/TableRowUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTableRowClasses=foundation_1.RcClasses(["selected","hover","disabled"],"RcTableRow")},"./packages/juno-core/src/components/Table/TableRow/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/utils/TableRowUtils.ts"),exports)},"./packages/juno-core/src/components/Table/__stories__/iterable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.isIterable=function(o){return null!=o&&"function"==typeof o[Symbol.iterator]},exports.iterateMap=function iterateMap(iterator,mapfn){var i,iterator_1,iterator_1_1,value,e_1_1,e_1,_a;return tslib_1.__generator(this,(function(_b){switch(_b.label){case 0:i=0,_b.label=1;case 1:_b.trys.push([1,6,7,8]),iterator_1=tslib_1.__values(iterator),iterator_1_1=iterator_1.next(),_b.label=2;case 2:return iterator_1_1.done?[3,5]:(value=iterator_1_1.value,[4,mapfn(value,i)]);case 3:_b.sent(),i++,_b.label=4;case 4:return iterator_1_1=iterator_1.next(),[3,2];case 5:return[3,8];case 6:return e_1_1=_b.sent(),e_1={error:e_1_1},[3,8];case 7:try{iterator_1_1&&!iterator_1_1.done&&(_a=iterator_1.return)&&_a.call(iterator_1)}finally{if(e_1)throw e_1.error}return[7];case 8:return[2]}}))}},"./packages/juno-core/src/components/Table/__stories__/useSelectTable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),iterable_1=__webpack_require__("./packages/juno-core/src/components/Table/__stories__/iterable.ts");exports.useSelectTable=function(options){void 0===options&&(options={});var initialSelected=options.initialSelected,_a=options.initialSelectedAll,initialSelectedAll=void 0!==_a&&_a,getAll=options.getAll,_b=tslib_1.__read(foundation_1.useRefState(initialSelectedAll),2),isSelectedAllRef=_b[0],updateIsSelectedAll=_b[1],forceUpdate=foundation_1.useForceUpdate(),selectedSetRef=foundation_1.useResultRef((function(){return initialSelected?"function"==typeof initialSelected?new Set(initialSelected()):new Set(initialSelected):new Set})),isSelected=function(key){return selectedSetRef.current.has(key)},setSelectedState=function(keys,select){var e_1,_a;void 0===select&&(select=!0);var action=select?"add":"delete";if(iterable_1.isIterable(keys))try{for(var keys_1=tslib_1.__values(keys),keys_1_1=keys_1.next();!keys_1_1.done;keys_1_1=keys_1.next()){var key=keys_1_1.value;selectedSetRef.current[action](key)}}catch(e_1_1){e_1={error:e_1_1}}finally{try{keys_1_1&&!keys_1_1.done&&(_a=keys_1.return)&&_a.call(keys_1)}finally{if(e_1)throw e_1.error}}else selectedSetRef.current[action](keys);updateIsSelectedAll(!1),forceUpdate()};return{isSelected,switchSelectState:function(key){isSelected(key)?selectedSetRef.current.delete(key):selectedSetRef.current.add(key),updateIsSelectedAll(!1),forceUpdate()},getAllSelected:function(){return selectedSetRef.current.values()},setSelectedState,selectAll:function(selected){var _selected="boolean"!=typeof selected?!isSelectedAllRef.current:selected,all=null==getAll?void 0:getAll();all&&setSelectedState(all,_selected),updateIsSelectedAll(_selected)},isSelectedAll:function(){return isSelectedAllRef.current}}}},"./packages/juno-core/src/components/Table/__stories__/useSortTable.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useSortTable=function(sortHandler,options){void 0===options&&(options={});var _a=options.defaultKey,defaultKey=void 0===_a?null:_a,_b=options.defaultDirection,defaultDirection=void 0===_b?"desc":_b,_c=tslib_1.__read(react_1.useState(defaultKey),2),sortedKey=_c[0],setSortedKey=_c[1],_d=tslib_1.__read(react_1.useState(defaultDirection),2),direction=_d[0],setDirection=_d[1],multableSortHandler=foundation_1.useEventCallback(sortHandler);react_1.useEffect((function(){multableSortHandler(direction,sortedKey)}),[direction,sortedKey,multableSortHandler]);return{switchDirection:function(key){sortedKey!==key?(setSortedKey(key),setDirection(defaultDirection)):setDirection((function(pre){return"asc"===pre?"desc":"asc"}))},sortedKey,direction,setSortedKey,setDirection}}},"./packages/juno-core/src/components/Table/__stories__/utils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var id=0;exports.createData=function(firstName,lastName,age){return{id:++id,firstName,lastName,age}},exports.sortHandle={asc:function(key){return function(a,b){return a[key]>b[key]?1:a[key]b[key]?-1:a[key]{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.RcTableContext=react_1.createContext({})},"./packages/juno-core/src/components/Table/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/context.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/Table.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableBody/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableCell/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableContainer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableHead/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/TableRow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/types.ts"),exports)},"./packages/juno-core/src/components/Table/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/TablePagination/TablePagination.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),TableCell_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableCell/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Select_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/index.ts"),Toolbar_1=__webpack_require__("./packages/juno-core/src/components/Toolbar/index.ts"),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/TablePagination/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/TablePagination/utils/index.ts"),_RcTablePagination=react_1.forwardRef((function(inProps,ref){var colSpan,props=foundation_1.useThemeProps({props:inProps,name:"RcTablePagination"}),classesProp=props.classes,_a=props.type,type=void 0===_a?"displayedRows":_a,_b=props.ActionsComponent,ActionsComponent=void 0===_b?styles_1.RcTablePaginationActions:_b,className=props.className,colSpanProp=props.colSpan,_c=props.component,component=void 0===_c?TableCell_1.default:_c,count=props.count,_d=props.labelDisplayedRows,labelDisplayedRows=void 0===_d?utils_1.defaultLabelDisplayedRows:_d,_e=props.labelOfPage,labelOfPage=void 0===_e?utils_1.defaultLabelOfPage:_e,_f=props.labelRowsPerPage,labelRowsPerPage=void 0===_f?"Rows per page:":_f,onPageChange=props.onPageChange,onRowsPerPageChange=props.onRowsPerPageChange,_g=props.rowsPerPageOptions,rowsPerPageOptions=void 0===_g?[10,25,50,100]:_g,_h=props.SelectProps,SelectProps=void 0===_h?{}:_h,page=props.page,rowsPerPage=props.rowsPerPage,backIconButtonProps=props.backIconButtonProps,nextIconButtonProps=props.nextIconButtonProps,rest=tslib_1.__rest(props,["classes","type","ActionsComponent","className","colSpan","component","count","labelDisplayedRows","labelOfPage","labelRowsPerPage","onPageChange","onRowsPerPageChange","rowsPerPageOptions","SelectProps","page","rowsPerPage","backIconButtonProps","nextIconButtonProps"]),MenuItemComponent=SelectProps.native?"option":styles_1.TablePaginationMenuItem,totalPage=Math.ceil(count/rowsPerPage),isPageSelection="pageSelection"===type,classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTablePaginationClasses,classesProp)}),[classesProp]);component!==TableCell_1.default&&"td"!==component||(colSpan=colSpanProp||1e3);var menuItems=react_1.useMemo((function(){var menus=[];if(!isPageSelection)return menus;for(var _loop_1=function(i){menus.push(react_1.default.createElement(MenuItemComponent,{value:i,selected:i===page,key:i,className:classes.menuItem,onClick:function(e){null==onPageChange||onPageChange(e,i)}},i+1))},i=0;i1&&react_1.default.createElement(Typography_1.RcTypography,{color:"inherit",variant:"body1",className:classes.caption},labelRowsPerPage),rowsPerPageOptions.length>1&&react_1.default.createElement(Select_1.RcSelect,tslib_1.__assign({className:classes.selectRoot,InputProps:{disableUnderline:!0},value:rowsPerPage,onChange:onRowsPerPageChange},SelectProps),rowsPerPageOptions.map((function(rowsPerPageOption){var value=rowsPerPageOption.value?rowsPerPageOption.value:rowsPerPageOption,label=rowsPerPageOption.label?rowsPerPageOption.label:rowsPerPageOption;return react_1.default.createElement(MenuItemComponent,{className:classes.menuItem,key:value,value},label)}))),isPageSelection?react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Select_1.RcSelect,{value:page,InputProps:{disableUnderline:!0},renderValue:function(p){return p+1},virtualize:!0},menuItems),react_1.default.createElement("p",{className:classes.caption},labelOfPage({totalPage}))):react_1.default.createElement("p",{className:classes.caption},labelDisplayedRows({from:0===count?0:page*rowsPerPage+1,to:-1===count?(page+1)*rowsPerPage:-1===rowsPerPage?count:Math.min(count,(page+1)*rowsPerPage),count:-1===count?-1:count,page})),react_1.default.createElement(ActionsComponent,{className:classes.actions,backIconButtonProps,count,nextIconButtonProps,onPageChange,page,rowsPerPage})))})),RcTablePagination=foundation_1.styled(_RcTablePagination)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TablePaginationStyle);exports.RcTablePagination=RcTablePagination,RcTablePagination.displayName="RcTablePagination";try{RcTablePagination.displayName="RcTablePagination",RcTablePagination.__docgenInfo={description:"",displayName:"RcTablePagination",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/TablePagination.tsx#RcTablePagination"]={docgenInfo:RcTablePagination.__docgenInfo,name:"RcTablePagination",path:"packages/juno-core/src/components/TablePagination/TablePagination.tsx#RcTablePagination"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/TablePagination/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/TablePagination.tsx"),exports)},"./packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),IconButton_1=__webpack_require__("./packages/juno-core/src/components/Buttons/IconButton/IconButton.tsx"),TablePaginationActionsWrapper=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n margin-left: ",";\n"],["\n display: flex;\n margin-left: ",";\n"])),foundation_1.spacing(5));exports.RcTablePaginationActions=react_1.memo((function(props){var onPageChange=props.onPageChange,page=props.page,count=props.count,rowsPerPage=props.rowsPerPage,className=props.className,backIconButtonProps=props.backIconButtonProps,nextIconButtonProps=props.nextIconButtonProps,prevDisabled=0===page,nextDisabled=-1!==count&&page>=Math.ceil(count/rowsPerPage)-1;return react_1.default.createElement(TablePaginationActionsWrapper,{className},react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({symbol:juno_icon_1.ArrowLeft2,onClick:function(event){onPageChange(event,page-1)},size:"medium",disabled:prevDisabled},foundation_1.combineProps({TooltipProps:{tooltipForceHide:prevDisabled}},backIconButtonProps))),react_1.default.createElement(IconButton_1.RcIconButton,tslib_1.__assign({symbol:juno_icon_1.ArrowRight,onClick:function(event){onPageChange(event,page+1)},size:"medium",disabled:nextDisabled},foundation_1.combineProps({TooltipProps:{tooltipForceHide:nextDisabled}},nextIconButtonProps))))}));try{RcTablePaginationActions.displayName="RcTablePaginationActions",RcTablePaginationActions.__docgenInfo={description:"",displayName:"RcTablePaginationActions",props:{backIconButtonProps:{defaultValue:null,description:"back icon button props",name:"backIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}},nextIconButtonProps:{defaultValue:null,description:"next icon button props",name:"nextIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}},page:{defaultValue:null,description:"",name:"page",required:!0,type:{name:"number"}},count:{defaultValue:null,description:"",name:"count",required:!0,type:{name:"number"}},onPageChange:{defaultValue:null,description:"",name:"onPageChange",required:!0,type:{name:"(event: MouseEvent | null, page: number) => void"}},rowsPerPage:{defaultValue:null,description:"",name:"rowsPerPage",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx#RcTablePaginationActions"]={docgenInfo:RcTablePaginationActions.__docgenInfo,name:"RcTablePaginationActions",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx#RcTablePaginationActions"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),TableCell_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/TableCell/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Select_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Forms/Select/utils/index.ts"),MenuItem_1=__webpack_require__("./packages/juno-core/src/components/Menu/MenuItem/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/TablePagination/utils/index.ts");exports.TablePaginationMenuItem=foundation_1.styled(MenuItem_1.RcMenuItem)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n min-width: unset;\n"],["\n min-width: unset;\n"]))),exports.TablePaginationStyle=function(){return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: flex-end;\n color: ",";\n ",";\n\n &:last-child {\n padding: 0;\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n margin-right: ",";\n max-width: none;\n }\n\n ."," {\n font-size: inherit;\n padding: ",";\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n flex-shrink: 0;\n margin: 0px;\n }\n\n "," {\n width: auto;\n }\n\n ."," {\n transform: scale(0.75);\n }\n "],["\n display: flex;\n align-items: center;\n justify-content: flex-end;\n color: ",";\n ",";\n\n &:last-child {\n padding: 0;\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n margin-right: ",";\n max-width: none;\n }\n\n ."," {\n font-size: inherit;\n padding: ",";\n }\n\n ."," {\n min-height: 52px;\n padding-right: 2px;\n }\n\n ."," {\n flex-shrink: 0;\n margin: 0px;\n }\n\n "," {\n width: auto;\n }\n\n ."," {\n transform: scale(0.75);\n }\n "])),foundation_1.palette2("neutral","f06"),foundation_1.typography("body1"),utils_2.RcTablePaginationClasses.toolbar,utils_2.RcTablePaginationClasses.selectRoot,foundation_1.spacing(7),utils_1.RcLineSelectInputClasses.input,foundation_1.spacing(1.5,6,1.5,2),utils_2.RcTablePaginationClasses.toolbar,utils_2.RcTablePaginationClasses.caption,Select_1.RcSelect,utils_1.RcSelectClasses.icon)},exports.TablePaginationRoot=foundation_1.styled(TableCell_1.default)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject([""],[""])));try{TablePaginationMenuItem.displayName="TablePaginationMenuItem",TablePaginationMenuItem.__docgenInfo={description:"",displayName:"TablePaginationMenuItem",props:{symbol:{defaultValue:null,description:"pass to the icon, can use RcIcon with symbol prop",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},button:{defaultValue:null,description:"",name:"button",required:!1,type:{name:"true"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"classes apply for elements",name:"classes",required:!1,type:{name:'Partial>'}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},color:{defaultValue:null,description:"listItem use this color to calc hover, pressed, selected, disabled background color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node. Either a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},type:{defaultValue:null,description:"checked for that should render checked icon",name:"type",required:!1,type:{name:"enum",value:[{value:'"selected"'},{value:'"checked"'}]}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},focused:{defaultValue:null,description:"show focused style",name:"focused",required:!1,type:{name:"boolean"}},icon:{defaultValue:null,description:"MenuItem with icon, can use `RcListItemIcon`",name:"icon",required:!1,type:{name:"ReactNode"}},autoFocus:{defaultValue:null,description:"",name:"autoFocus",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"MenuItem size",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'}]}},alignItems:{defaultValue:null,description:"",name:"alignItems",required:!1,type:{name:"enum",value:[{value:'"center"'},{value:'"flex-start"'}]}},focusVariant:{defaultValue:null,description:"Set focus style for component.",name:"focusVariant",required:!1,type:{name:"enum",value:[{value:'"focusRing"'},{value:'"highlight"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},avatar:{defaultValue:null,description:"MenuItem with avatar, can use ListItemAvatar",name:"avatar",required:!1,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},checked:{defaultValue:null,description:"if type to be `checked`, the checked prop for that should render checked icon",name:"checked",required:!1,type:{name:"boolean"}},dense:{defaultValue:null,description:"",name:"dense",required:!1,type:{name:"boolean"}},ContainerComponent:{defaultValue:null,description:"",name:"ContainerComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},ContainerProps:{defaultValue:null,description:"",name:"ContainerProps",required:!1,type:{name:"HTMLAttributes"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}},divider:{defaultValue:null,description:"",name:"divider",required:!1,type:{name:"boolean"}},secondaryAction:{defaultValue:null,description:"MenuItem with subAction, can use ListItemSecondaryAction",name:"secondaryAction",required:!1,type:{name:"ReactNode"}},highlighted:{defaultValue:null,description:"Is this listItem highlighted",name:"highlighted",required:!1,type:{name:"boolean"}},idRef:{defaultValue:null,description:"id ref, can get menu item id",name:"idRef",required:!1,type:{name:"((instance: string | null) => void) | RefObject | null"}},isSubMenuItem:{defaultValue:null,description:"for subMenu component, use prevent click",name:"isSubMenuItem",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationMenuItem"]={docgenInfo:TablePaginationMenuItem.__docgenInfo,name:"TablePaginationMenuItem",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationMenuItem"})}catch(__react_docgen_typescript_loader_error){}try{TablePaginationStyle.displayName="TablePaginationStyle",TablePaginationStyle.__docgenInfo={description:"",displayName:"TablePaginationStyle",props:{component:{defaultValue:null,description:"",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},type:{defaultValue:null,description:"type of that pagination, when set pageSelection,\nthat will can select to go page directly",name:"type",required:!1,type:{name:"enum",value:[{value:'"pageSelection"'},{value:'"displayedRows"'}]}},ActionsComponent:{defaultValue:null,description:"action components",name:"ActionsComponent",required:!1,type:{name:'"object" | "abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "col" | "colgroup" | "dd" | "del" | "details" | "dfn" | ... 61 more ...'}},SelectProps:{defaultValue:null,description:"action components",name:"SelectProps",required:!1,type:{name:"Partial"}},labelOfPage:{defaultValue:null,description:"of page render string",name:"labelOfPage",required:!1,type:{name:"((pageInfo: OfPageInfo) => string)"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},page:{defaultValue:null,description:"",name:"page",required:!0,type:{name:"number"}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},size:{defaultValue:null,description:"Specify the size of the cell.\nBy default, the Table parent component set the value (`medium`).",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}},count:{defaultValue:null,description:"",name:"count",required:!0,type:{name:"number"}},sortDirection:{defaultValue:null,description:"Set aria-sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}},backIconButtonText:{defaultValue:null,description:"",name:"backIconButtonText",required:!1,type:{name:"string"}},labelDisplayedRows:{defaultValue:null,description:"",name:"labelDisplayedRows",required:!1,type:{name:"((paginationInfo: LabelDisplayedRowsArgs) => ReactNode)"}},labelRowsPerPage:{defaultValue:null,description:"",name:"labelRowsPerPage",required:!1,type:{name:"ReactNode"}},nextIconButtonText:{defaultValue:null,description:"",name:"nextIconButtonText",required:!1,type:{name:"string"}},onChangePage:{defaultValue:null,description:"Callback fired when the page is changed.\n@param \n@param \n@deprecated",name:"onChangePage",required:!1,type:{name:"((event: MouseEvent | null, page: number) => void)"}},onPageChange:{defaultValue:null,description:"",name:"onPageChange",required:!0,type:{name:"(event: MouseEvent | null, page: number) => void"}},onChangeRowsPerPage:{defaultValue:null,description:"Callback fired when the number of rows per page is changed.\n@param \n@deprecated",name:"onChangeRowsPerPage",required:!1,type:{name:"((event: ChangeEvent) => void)"}},onRowsPerPageChange:{defaultValue:null,description:"",name:"onRowsPerPageChange",required:!1,type:{name:"((event: ChangeEvent) => void)"}},rowsPerPage:{defaultValue:null,description:"",name:"rowsPerPage",required:!0,type:{name:"number"}},rowsPerPageOptions:{defaultValue:null,description:"",name:"rowsPerPageOptions",required:!1,type:{name:"(number | { value: number; label: string; })[]"}},backIconButtonProps:{defaultValue:null,description:"back icon button props",name:"backIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}},nextIconButtonProps:{defaultValue:null,description:"next icon button props",name:"nextIconButtonProps",required:!1,type:{name:'Partial<{ variant?: "round" | "outline" | "contained" | "inverse" | "plain"; size?: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge"; ... 9 more ...; focusVariant?: "focusRing" | ... 1 more ... | undefined; } & ... 5 more ... & Pick<...>> | undefined'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationStyle"]={docgenInfo:TablePaginationStyle.__docgenInfo,name:"TablePaginationStyle",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationStyle"})}catch(__react_docgen_typescript_loader_error){}try{TablePaginationRoot.displayName="TablePaginationRoot",TablePaginationRoot.__docgenInfo={description:"",displayName:"TablePaginationRoot",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"The table cell contents.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"abbr" | "address" | "article" | "aside" | "b" | "bdi" | "bdo" | "big" | "blockquote" | "caption" | "cite" | "code" | "dd" | "del" | "details" | "dfn" | "div" | "dt" | "em" | "figcaption" | ... 46 more ...'}},variant:{defaultValue:null,description:"Specify the cell type.\nBy default, the TableHead, TableBody or TableFooter parent component set the value.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"body"'},{value:'"footer"'},{value:'"head"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},size:{defaultValue:null,description:"Specify the size of the cell.\nBy default, the Table parent component set the value (`medium`).",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"medium"'}]}},padding:{defaultValue:null,description:"Sets the padding applied to the cell.\nBy default, the Table parent component set the value (`normal`).\n`default` is deprecated, use `normal` instead.",name:"padding",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"checkbox"'},{value:'"none"'},{value:'"normal"'}]}},align:{defaultValue:null,description:"Set the text-align on the table cell content.\n\nMonetary or generally number fields **should be right aligned** as that allows\nyou to add them up quickly in your head without having to worry about decimals.",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},scope:{defaultValue:null,description:"Set scope attribute.",name:"scope",required:!1,type:{name:"string"}},sortDirection:{defaultValue:null,description:"Set aria-sort direction.",name:"sortDirection",required:!1,type:{name:'false | "desc" | "asc"'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationRoot"]={docgenInfo:TablePaginationRoot.__docgenInfo,name:"TablePaginationRoot",path:"packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx#TablePaginationRoot"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/TablePagination/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/styles/TablePaginationActions.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/styles/TablePaginationStyle.tsx"),exports)},"./packages/juno-core/src/components/TablePagination/utils/TablePaginationUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTablePaginationClasses=foundation_1.RcClasses(["root","toolbar","spacer","menuItem","caption","input","selectRoot","select","selectIcon","actions"],"RcTablePagination"),exports.defaultGetAriaLabel=function defaultGetAriaLabel(value){return"Go to "+value+" page"},exports.defaultLabelDisplayedRows=function defaultLabelDisplayedRows(_a){var from=_a.from,to=_a.to,count=_a.count;return from+"-"+to+" of "+(-1!==count?count:"more than "+to)},exports.defaultLabelOfPage=function(_a){return"of "+_a.totalPage+" pages"}},"./packages/juno-core/src/components/TablePagination/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/utils/TablePaginationUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/Tab/Tab.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tab_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tab/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/utils/index.ts"),_RcTab=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTab"}),classesProp=props.classes,rest=(props.children,props.direction,tslib_1.__rest(props,["classes","children","direction"])),classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcTabClasses,classesProp)}),[classesProp]);return react_1.default.createElement(Tab_1.default,tslib_1.__assign({},rest,{ref,classes}))})),RcTab=foundation_1.styled(_RcTab)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabStyle);exports.RcTab=RcTab,RcTab.defaultProps={size:"small"},RcTab.displayName="RcTab";try{RcTab.displayName="RcTab",RcTab.__docgenInfo={description:"",displayName:"RcTab",props:{direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:null,description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ checked: boolean; }>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:{value:"small"},description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tab/Tab.tsx#RcTab"]={docgenInfo:RcTab.__docgenInfo,name:"RcTab",path:"packages/juno-core/src/components/Tabs/Tab/Tab.tsx#RcTab"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tab/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/Tab.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/utils/index.ts");exports.TabStyle=function(props){var size=props.size,directionProp=props.direction,isVertical="vertical"===directionProp;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n text-transform: none;\n box-sizing: border-box;\n ",";\n color: ",";\n\n &."," {\n ",";\n color: ",";\n }\n\n min-height: ",";\n min-width: 32px;\n\n ","\n "],["\n text-transform: none;\n box-sizing: border-box;\n ",";\n color: ",";\n\n &."," {\n ",";\n color: ",";\n }\n\n min-height: ",";\n min-width: 32px;\n\n ","\n "])),foundation_1.typography("body1"),foundation_1.palette2("tab","default"),utils_1.RcTabClasses.selected,foundation_1.typography("body2"),foundation_1.palette2("tab","selected"),foundation_1.px(function(size){return"large"===size?60:32}(size)),void 0!==directionProp&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n flex-direction: ",";\n }\n\n &."," ."," > *:first-child {\n margin-bottom: ",";\n // 6px is follow mui\n margin-right: ",";\n }\n "],["\n ."," {\n flex-direction: ",";\n }\n\n &."," ."," > *:first-child {\n margin-bottom: ",";\n // 6px is follow mui\n margin-right: ",";\n }\n "])),utils_1.RcTabClasses.wrapper,isVertical?"row":"column",utils_1.RcTabClasses.labelIcon,utils_1.RcTabClasses.wrapper,isVertical&&"unset",isVertical&&"6px"))};try{TabStyle.displayName="TabStyle",TabStyle.__docgenInfo={description:"",displayName:"TabStyle",props:{size:{defaultValue:null,description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:null,description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{ checked: boolean; }>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx#TabStyle"]={docgenInfo:TabStyle.__docgenInfo,name:"TabStyle",path:"packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx#TabStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tab/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/styles/TabStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tab/utils/TabUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabClasses=foundation_1.RcClasses(["labelIcon","wrapper","selected"],"RcTab")},"./packages/juno-core/src/components/Tabs/Tab/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/utils/TabUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var TabContext_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/@material-ui/lab/esm/TabContext/index.js"));exports.getPanelId=TabContext_1.getPanelId,exports.getTabId=TabContext_1.getTabId,exports.useTabContext=TabContext_1.useTabContext;var RcTabContext=TabContext_1.default;exports.RcTabContext=RcTabContext,RcTabContext.displayName="RcTabContext";try{RcTabContext.displayName="RcTabContext",RcTabContext.__docgenInfo={description:"",displayName:"RcTabContext",props:{children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx#RcTabContext"]={docgenInfo:RcTabContext.__docgenInfo,name:"RcTabContext",path:"packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx#RcTabContext"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabContext/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/TabContext.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabList/TabList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TabContext_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/index.ts"),Tabs_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/utils/index.ts"),_RcTabList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTabList"}),classesProp=props.classes,childrenProp=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTabListClasses,classesProp)}),[classesProp]),context=TabContext_1.useTabContext();if(null===context)throw new TypeError("[RcTabList] No TabContext provided");var children=react_1.useMemo((function(){return react_1.default.Children.map(childrenProp,(function(child){var value=child.props.value;return react_1.default.cloneElement(child,{"aria-controls":TabContext_1.getPanelId(context,value),id:TabContext_1.getTabId(context,value)})}))}),[childrenProp,context]);return react_1.default.createElement(Tabs_1.RcTabs,tslib_1.__assign({},rest,{ref,classes,value:context.value}),children)})),RcTabList=foundation_1.styled(_RcTabList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabListStyle);exports.RcTabList=RcTabList,RcTabList.defaultProps={},RcTabList.displayName="RcTabList";try{RcTabList.displayName="RcTabList",RcTabList.__docgenInfo={description:"",displayName:"RcTabList",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabList/TabList.tsx#RcTabList"]={docgenInfo:RcTabList.__docgenInfo,name:"RcTabList",path:"packages/juno-core/src/components/Tabs/TabList/TabList.tsx#RcTabList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabList/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/TabList.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.TabListStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{TabListStyle.displayName="TabListStyle",TabListStyle.__docgenInfo={description:"",displayName:"TabListStyle",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx#TabListStyle"]={docgenInfo:TabListStyle.__docgenInfo,name:"TabListStyle",path:"packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx#TabListStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabList/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/styles/TabListStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabList/utils/TabListUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabListClasses=foundation_1.RcClasses([],"RcTabList")},"./packages/juno-core/src/components/Tabs/TabList/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/utils/TabListUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),TabPanel_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/lab/esm/TabPanel/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),TabContext_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/utils/index.ts"),_RcTabPanel=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTabPanel"}),classesProp=props.classes,children=props.children,rest=tslib_1.__rest(props,["classes","children"]),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcTabPanelClasses,classesProp)}),[classesProp]);if(null===TabContext_1.useTabContext())throw new TypeError("[RcTabList] No RcTabContext provided");return react_1.default.createElement(TabPanel_1.default,tslib_1.__assign({},rest,{ref,classes}),children)})),RcTabPanel=foundation_1.styled(_RcTabPanel)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabPanelStyle);exports.RcTabPanel=RcTabPanel,RcTabPanel.defaultProps={},RcTabPanel.displayName="RcTabPanel";try{RcTabPanel.displayName="RcTabPanel",RcTabPanel.__docgenInfo={description:"",displayName:"RcTabPanel",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},value:{defaultValue:null,description:"The `value` of the corresponding `Tab`. Must use the index of the `Tab` when\nno `value` was passed to `Tab`.",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx#RcTabPanel"]={docgenInfo:RcTabPanel.__docgenInfo,name:"RcTabPanel",path:"packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx#RcTabPanel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabPanel/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/TabPanel.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.TabPanelStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])))};try{TabPanelStyle.displayName="TabPanelStyle",TabPanelStyle.__docgenInfo={description:"",displayName:"TabPanelStyle",props:{classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:'Partial>'}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},value:{defaultValue:null,description:"The `value` of the corresponding `Tab`. Must use the index of the `Tab` when\nno `value` was passed to `Tab`.",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx#TabPanelStyle"]={docgenInfo:TabPanelStyle.__docgenInfo,name:"TabPanelStyle",path:"packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx#TabPanelStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/TabPanel/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/styles/TabPanelStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/TabPanel/utils/TabPanelUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabPanelClasses=foundation_1.RcClasses([],"RcTabPanel")},"./packages/juno-core/src/components/Tabs/TabPanel/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/utils/TabPanelUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_icon_1=__webpack_require__("./packages/juno-icon/index.ts"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),List_1=__webpack_require__("./packages/juno-core/src/components/List/index.ts"),Menu_1=__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),Tab_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/index.ts");exports.DEFAULT_MORE_MENU_TAB_LABEL="more_menu_tab";var templateObject_1,_MoreMenuTab=react_1.forwardRef((function(props,ref){var Icon,menuItems=props.menuItems,_a=props.MenuItemComponent,MenuItemComponent=void 0===_a?Menu_1.RcMenuItem:_a,_b=props.MenuProps,MenuProps=void 0===_b?{}:_b,TooltipProps=props.TooltipProps,onChange=props.onChange,MoreIconProp=props.MoreIcon,rest=tslib_1.__rest(props,["menuItems","MenuItemComponent","MenuProps","TooltipProps","onChange","MoreIcon"]),menuIdProp=MenuProps.id,onMenuCloseProp=MenuProps.onClose,MenuPropsRest=tslib_1.__rest(MenuProps,["id","onClose"]),menuId=foundation_1.useId(menuIdProp),_c=tslib_1.__read(react_1.useState(null),2),anchorEl=_c[0],setAnchorEl=_c[1],open=Boolean(anchorEl),MoreIcon=(Icon=MoreIconProp?"function"==typeof MoreIconProp?MoreIconProp(open):MoreIconProp:react_1.default.createElement(Icon_1.RcIcon,{size:"medium",color:"neutral.f04",symbol:juno_icon_1.MoreHoriz}),(null==TooltipProps?void 0:TooltipProps.title)?react_1.default.createElement(Tooltip_1.RcTooltip,tslib_1.__assign({},TooltipProps),Icon):Icon),handleTabClick=foundation_1.useEventCallback((function(event){setAnchorEl(event.currentTarget)})),handleMenuClose=foundation_1.useEventCallback((function(event,reason){setAnchorEl(null),null==onMenuCloseProp||onMenuCloseProp(event,reason)})),MenuList=react_1.useMemo((function(){return menuItems&&0!==menuItems.length?menuItems.map((function(item){var icon=item.icon,label=item.label,value=item.value,disabled=item.disabled,onClick=item.onClick,selected=item.selected,key=item.key,menuItemRest=tslib_1.__rest(item,["icon","label","value","disabled","onClick","selected","key"]);return react_1.default.createElement(MenuItemComponent,{key,disabled,selected,value,onClick:function(event){null==onChange||onChange(event,value),null==onClick||onClick(event)},"data-test-automation-id":menuItemRest["data-test-automation-id"]},icon?react_1.default.createElement(List_1.RcListItemIcon,null,icon):null,react_1.default.createElement(List_1.RcListItemText,{primary:label||value}))})):null}),[MenuItemComponent,menuItems,onChange]);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Tab_1.RcTab,tslib_1.__assign({},rest,{ref,onClick:handleTabClick,label:MoreIcon,value:"more_menu_tab","aria-haspopup":"true","aria-controls":menuId,"data-tab-more-button":""})),react_1.default.createElement(Menu_1.RcMenu,tslib_1.__assign({autoClose:!0},MenuPropsRest,{id:menuId,anchorEl,open,variant:"menu",onClose:handleMenuClose}),MenuList))})),MoreMenuTab=foundation_1.styled(_MoreMenuTab)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.MoreMenuTabStyle);exports.MoreMenuTab=MoreMenuTab,MoreMenuTab.defaultProps={label:"more_menu_tab",value:"more_menu_tab"},MoreMenuTab.displayName="MoreMenuTab";try{MoreMenuTab.displayName="MoreMenuTab",MoreMenuTab.__docgenInfo={description:"inner component",displayName:"MoreMenuTab",props:{direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:{value:"more_menu_tab"},description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:{value:"more_menu_tab"},description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},TooltipProps:{defaultValue:null,description:"",name:"TooltipProps",required:!1,type:{name:'Pick'}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}},MenuProps:{defaultValue:null,description:"",name:"MenuProps",required:!1,type:{name:'Pick'}},menuItems:{defaultValue:null,description:"",name:"menuItems",required:!0,type:{name:'Pick[]'}},MenuItemComponent:{defaultValue:null,description:"custom MenuItem render component",name:"MenuItemComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},MoreIcon:{defaultValue:null,description:"",name:"MoreIcon",required:!1,type:{name:"Element | ((isMenuOpen: boolean) => Element)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx#MoreMenuTab"]={docgenInfo:MoreMenuTab.__docgenInfo,name:"MoreMenuTab",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx#MoreMenuTab"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.MoreMenuTabStyle=function(_a){var isVertical="vertical"===_a.orientation;return foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n position: absolute;\n bottom: 0;\n\n ","\n "],["\n position: absolute;\n bottom: 0;\n\n ","\n "])),isVertical?foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: 100%;\n "],["\n width: 100%;\n "]))):foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n top: 0;\n right: 0;\n "],["\n top: 0;\n right: 0;\n "]))))};try{MoreMenuTabStyle.displayName="MoreMenuTabStyle",MoreMenuTabStyle.__docgenInfo={description:"",displayName:"MoreMenuTabStyle",props:{menuItems:{defaultValue:null,description:"",name:"menuItems",required:!0,type:{name:'Pick[]'}},MenuProps:{defaultValue:null,description:"",name:"MenuProps",required:!1,type:{name:'Pick'}},MenuItemComponent:{defaultValue:null,description:"custom MenuItem render component",name:"MenuItemComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},TooltipProps:{defaultValue:null,description:"",name:"TooltipProps",required:!1,type:{name:'Pick'}},onChange:{defaultValue:null,description:"",name:"onChange",required:!1,type:{name:"((event: MouseEvent, value: any) => void)"}},orientation:{defaultValue:null,description:"",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},MoreIcon:{defaultValue:null,description:"",name:"MoreIcon",required:!1,type:{name:"Element | ((isMenuOpen: boolean) => Element)"}},direction:{defaultValue:null,description:"tab wrapper flex direction, default is `vertical`",name:"direction",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},label:{defaultValue:null,description:"",name:"label",required:!1,type:{name:"ReactNode"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},disabled:{defaultValue:null,description:"If `true`, the base button will be disabled.",name:"disabled",required:!1,type:{name:"boolean"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"((event: any) => void)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLDivElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports `focusVisible()` action.",name:"action",required:!1,type:{name:"((instance: ButtonBaseActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},icon:{defaultValue:null,description:"",name:"icon",required:!1,type:{name:"string | ReactElement ReactElement | null) | (new (props: any) => Component)>"}},value:{defaultValue:null,description:"",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},disableFocusRipple:{defaultValue:null,description:"",name:"disableFocusRipple",required:!1,type:{name:"boolean"}},fullWidth:{defaultValue:null,description:"",name:"fullWidth",required:!1,type:{name:"boolean"}},selected:{defaultValue:null,description:"",name:"selected",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx#MoreMenuTabStyle"]={docgenInfo:MoreMenuTabStyle.__docgenInfo,name:"MoreMenuTabStyle",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx#MoreMenuTabStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/styles/MoreMenuTabStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/react/index.js"));exports.MoreMenuTabSentinel=react_1.forwardRef((function(props,ref){var onFocus=props.onFocus,id=props.id;return react_1.default.createElement("div",{ref,"aria-hidden":!0,style:{position:"absolute",top:0,left:0,height:0,width:0},tabIndex:-1,"data-tab-sentinel":id,onFocus})})),exports.MoreMenuTabSentinel.displayName="MoreMenuTabSentinel";try{MoreMenuTabSentinel.displayName="MoreMenuTabSentinel",MoreMenuTabSentinel.__docgenInfo={description:"",displayName:"MoreMenuTabSentinel",props:{onFocus:{defaultValue:null,description:"",name:"onFocus",required:!0,type:{name:"(event: FocusEvent) => void"}},id:{defaultValue:null,description:"",name:"id",required:!0,type:{name:"string"}},value:{defaultValue:null,description:"",name:"value",required:!0,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx#MoreMenuTabSentinel"]={docgenInfo:MoreMenuTabSentinel.__docgenInfo,name:"MoreMenuTabSentinel",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx#MoreMenuTabSentinel"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Tabs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tabs/index.js")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MoreMenuTab_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTab/index.ts"),MoreMenuTabSentinel_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabSentinel.tsx"),getTabsInfoFromChildren=(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/index.ts"),function(children){var childrenInfo=react_1.default.Children.map(children,(function(child,index){var _a,_b;if(react_1.isValidElement(child)){var key=null!==(_a=child.key)&&void 0!==_a?_a:index;return{index,key,value:null!==(_b=child.props.value)&&void 0!==_b?_b:key,element:child}}return null}));return childrenInfo?childrenInfo.filter((function(info){return Boolean(info)})):[]}),_MoreMenuTabs=react_1.forwardRef((function(props,ref){var orientation=props.orientation,childrenProp=props.children,value=props.value,onChange=props.onChange,_a=props.MoreButtonProps,MoreButtonProps=void 0===_a?{}:_a,_b=props.resizeThrottleTime,resizeThrottleTime=void 0===_b?100:_b,rest=tslib_1.__rest(props,["orientation","children","value","onChange","MoreButtonProps","resizeThrottleTime"]),onGroupInfoChange=MoreButtonProps.onGroupInfoChange,MoreButtonPropsRest=tslib_1.__rest(MoreButtonProps,["onGroupInfoChange"]),sizeKey="vertical"===orientation?"offsetHeight":"offsetWidth",innerRef=react_1.useRef(null),moreTabRef=react_1.useRef(null),sentinelStartRef=react_1.useRef(null),tabsRef=foundation_1.useForkRef(innerRef,ref),_c=foundation_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_c?window:_c,mountStateRef=foundation_1.useMountState(),_d=tslib_1.__read(react_1.useState((function(){var tabsInfo=getTabsInfoFromChildren(childrenProp);return tabsInfo?{all:tabsInfo,tab:tabsInfo,menu:[]}:{all:[],tab:[],menu:[]}})),2),groupInfo=_d[0],setGroupInfo=_d[1],throttleCalculateGroupInfo=foundation_1.useThrottle((function(){var e_1,_a,_b,tablist=null===(_b=innerRef.current)||void 0===_b?void 0:_b.querySelector('[role="tablist"]');if(tablist){var allTabs=Array.from(tablist.children),allTabsSize=[],selectedIndex=groupInfo.all.findIndex((function(info){return info.value===value})),tablistSize=tablist[sizeKey],moreButtonSize=44,allTabsSizeSumWidthoutMoreButton=0;try{for(var allTabs_1=tslib_1.__values(allTabs),allTabs_1_1=allTabs_1.next();!allTabs_1_1.done;allTabs_1_1=allTabs_1.next()){var tabEl=allTabs_1_1.value;if("string"==typeof tabEl.dataset.tabOriginIndex){var tabOriginIndex=Number(tabEl.dataset.tabOriginIndex),elSize=tabEl[sizeKey];allTabsSize[tabOriginIndex]=elSize,allTabsSizeSumWidthoutMoreButton+=elSize}else if("string"==typeof tabEl.dataset.tabMoreButton){moreButtonSize=elSize=tabEl[sizeKey]}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{allTabs_1_1&&!allTabs_1_1.done&&(_a=allTabs_1.return)&&_a.call(allTabs_1)}finally{if(e_1)throw e_1.error}}var newGroupInfo={all:groupInfo.all,tab:[],menu:[]};if(allTabsSizeSumWidthoutMoreButton>tablistSize){for(var targetSize=allTabsSizeSumWidthoutMoreButton+moreButtonSize,i=allTabsSize.length-1;i>=0&&!(i!==selectedIndex&&(targetSize-=allTabsSize[i],newGroupInfo.menu.unshift(groupInfo.all[i]),targetSize<=tablistSize));i--);newGroupInfo.tab=groupInfo.all.filter((function(info){return!newGroupInfo.menu.some((function(_a){return _a.index===info.index}))}))}else newGroupInfo.tab=newGroupInfo.all;var shouldUpdateGroupInfo=!1;if(newGroupInfo.tab.length===groupInfo.tab.length&&newGroupInfo.tab.length===groupInfo.tab.length){for(i=0;i0,MoreMenuTabCmp=function(){if(!useMoreMode)return null;var menuItems=groupInfo.menu.map((function(_a){var key=_a.key,element=_a.element;return tslib_1.__assign(tslib_1.__assign({},element.props),{key})}));return useMoreMode?react_1.default.createElement(MoreMenuTab_1.MoreMenuTab,tslib_1.__assign({},MoreButtonPropsRest,{key:MoreMenuTab_1.DEFAULT_MORE_MENU_TAB_LABEL,size:rest.size,menuItems,ref:moreTabRef,onChange,orientation})):null}(),children=(tabGroupElements=groupInfo.tab.map((function(_a){var index=_a.index,key=_a.key,tabValue=_a.value,element=_a.element;return react_1.cloneElement(element,{key,value:tabValue,"data-tab-origin-index":index,"data-tab-key":key})})),useMoreMode?tslib_1.__spread(tabGroupElements,[react_1.default.createElement(MoreMenuTabSentinel_1.MoreMenuTabSentinel,{id:"start",value:"sentinel-start",key:"sentinel-start",ref:sentinelStartRef,onFocus:function(){var _a;null===(_a=moreTabRef.current)||void 0===_a||_a.focus()}})],groupInfo.menu.map((function(_a){var index=_a.index,key=_a.key,tabValue=_a.value,element=_a.element;return react_1.cloneElement(element,{key,value:tabValue,"data-tab-origin-index":index,"data-tab-key":key,"aria-hidden":!0,disabled:!0,style:tslib_1.__assign(tslib_1.__assign({},element.props.style),{opacity:0,position:"absolute",top:0,left:0})})})),[react_1.default.createElement(MoreMenuTabSentinel_1.MoreMenuTabSentinel,{id:"end",value:"sentinel-end",key:"sentinel-end",onFocus:function(){var _a,focusTarget=(null===(_a=sentinelStartRef.current)||void 0===_a?void 0:_a.previousElementSibling)||moreTabRef.current;focusTarget&&focusTarget.focus()}})]):tabGroupElements);return react_1.default.createElement(Tabs_1.default,tslib_1.__assign({},rest,{ref:tabsRef,value,variant:"standard",indicatorColor:"primary",textColor:"primary",onChange,orientation}),children,MoreMenuTabCmp)})),MoreMenuTabs=foundation_1.styled(_MoreMenuTabs)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.MoreMenuTabs=MoreMenuTabs,MoreMenuTabs.displayName="MoreMenuTabs";try{MoreMenuTabs.displayName="MoreMenuTabs",MoreMenuTabs.__docgenInfo={description:"inner component",displayName:"MoreMenuTabs",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx#MoreMenuTabs"]={docgenInfo:MoreMenuTabs.__docgenInfo,name:"MoreMenuTabs",path:"packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx#MoreMenuTabs"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/MoreMenuTabsUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/utils/MoreMenuTabsUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tabs_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tabs/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),MoreMenuTabs_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/MoreMenuTabs/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/utils/index.ts"),_RcTabs=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTabs"}),classesProp=props.classes,childrenProp=props.children,variantProp=props.variant,size=props.size,resizeThrottleTime=props.resizeThrottleTime,MoreButtonProps=props.MoreButtonProps,rest=tslib_1.__rest(props,["classes","children","variant","size","resizeThrottleTime","MoreButtonProps"]),isMore="moreMenu"===variantProp,classes=react_1.useMemo((function(){return foundation_1.combineProps(utils_1.RcTabsClasses,classesProp)}),[classesProp]),children=react_1.useMemo((function(){return react_1.default.Children.map(childrenProp,(function(child){return react_1.default.cloneElement(child,{size})}))}),[childrenProp,size]);return isMore?react_1.default.createElement(MoreMenuTabs_1.MoreMenuTabs,tslib_1.__assign({},rest,{resizeThrottleTime,ref,classes,size,MoreButtonProps}),children):react_1.default.createElement(Tabs_1.default,tslib_1.__assign({},rest,{ref,classes,variant:isMore?"standard":variantProp,indicatorColor:"primary",textColor:"primary"}),children)})),RcTabs=foundation_1.styled(_RcTabs)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TabsStyle);exports.RcTabs=RcTabs,RcTabs.defaultProps={variant:"standard",size:"small"},RcTabs.displayName="RcTabs";try{RcTabs.displayName="RcTabs",RcTabs.__docgenInfo={description:"",displayName:"RcTabs",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},variant:{defaultValue:{value:"standard"},description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},size:{defaultValue:{value:"small"},description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx#RcTabs"]={docgenInfo:RcTabs.__docgenInfo,name:"RcTabs",path:"packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx#RcTabs"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/Tabs.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/utils/index.ts");exports.TabsStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n min-height: auto;\n\n ."," {\n background-color: ",";\n }\n "],["\n min-height: auto;\n\n ."," {\n background-color: ",";\n }\n "])),utils_1.RcTabsClasses.indicator,foundation_1.palette2("tab","selected"))};try{TabsStyle.displayName="TabsStyle",TabsStyle.__docgenInfo={description:"",displayName:"TabsStyle",props:{variant:{defaultValue:null,description:"Determines additional display behavior of the tabs:\n\n- `scrollable` will invoke scrolling properties and allow for horizontally\nscrolling (or swiping) of the tab bar.\n-`fullWidth` will make the tabs grow to use all the available space,\nwhich should be used for small views, like on mobile.\n- `moreMenu` will add more menu icon button,\ndisplay options that exceed the width of the Tabs in the Menu.\n- `standard` will render the default state.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"fullWidth"'},{value:'"standard"'},{value:'"scrollable"'},{value:'"moreMenu"'}]}},size:{defaultValue:null,description:"set tab size, default is `small`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},TabIndicatorProps:{defaultValue:null,description:"Props applied to the tab indicator element.",name:"TabIndicatorProps",required:!1,type:{name:"Pick>, never>"}},MoreButtonProps:{defaultValue:null,description:"Props applied to the `moreMenu` variant more button",name:"MoreButtonProps",required:!1,type:{name:"MoreButtonProps"}},resizeThrottleTime:{defaultValue:null,description:"Prop for `moreMenu` variant to improve resize performance",name:"resizeThrottleTime",required:!1,type:{name:"number"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},onChange:{defaultValue:null,description:"Callback fired when the value changes.\n@param \n@param",name:"onChange",required:!1,type:{name:"((event: ChangeEvent<{}>, value: any) => void)"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},tabIndex:{defaultValue:null,description:"",name:"tabIndex",required:!1,type:{name:"string | number"}},"aria-label":{defaultValue:null,description:"The label for the Tabs as a string.",name:"aria-label",required:!1,type:{name:"string"}},"aria-labelledby":{defaultValue:null,description:"An id or list of ids separated by a space that label the Tabs.",name:"aria-labelledby",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLButtonElement | null) => void) | RefObject | null"}},action:{defaultValue:null,description:"Callback fired when the component mounts.\nThis is useful when you want to trigger an action programmatically.\nIt supports two actions: `updateIndicator()` and `updateScrollButtons()`\n@param",name:"action",required:!1,type:{name:"((instance: TabsActions | null) => void) | RefObject | null"}},buttonRef:{defaultValue:null,description:"@ignore \n@deprecated",name:"buttonRef",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},centerRipple:{defaultValue:null,description:"If `true`, the ripples will be centered.\nThey won't start at the cursor interaction position.",name:"centerRipple",required:!1,type:{name:"boolean"}},disableRipple:{defaultValue:null,description:"If `true`, the ripple effect will be disabled.\n\n⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure\nto highlight the element by applying separate styles with the `focusVisibleClassName`.",name:"disableRipple",required:!1,type:{name:"boolean"}},disableTouchRipple:{defaultValue:null,description:"If `true`, the touch ripple effect will be disabled.",name:"disableTouchRipple",required:!1,type:{name:"boolean"}},focusRipple:{defaultValue:null,description:"If `true`, the base button will have a keyboard focus ripple.",name:"focusRipple",required:!1,type:{name:"boolean"}},focusVisibleClassName:{defaultValue:null,description:"This prop can help identify which element has keyboard focus.\nThe class name will be applied when the element gains the focus through keyboard interaction.\nIt's a polyfill for the [CSS :focus-visible selector](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo).\nThe rationale for using this feature [is explained here](https://github.com/WICG/focus-visible/blob/master/explainer.md).\nA [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components\nif needed.",name:"focusVisibleClassName",required:!1,type:{name:"string"}},onFocusVisible:{defaultValue:null,description:"Callback fired when the component is focused with a keyboard.\nWe trigger a `onFocus` callback too.",name:"onFocusVisible",required:!1,type:{name:"((event: FocusEvent) => void)"}},TouchRippleProps:{defaultValue:null,description:"Props applied to the `TouchRipple` element.",name:"TouchRippleProps",required:!1,type:{name:"Partial"}},value:{defaultValue:null,description:"The value of the currently selected `Tab`.\nIf you don't want any selected `Tab`, you can set this property to `false`.",name:"value",required:!1,type:{name:"any"}},orientation:{defaultValue:null,description:"The tabs orientation (layout flow direction).",name:"orientation",required:!1,type:{name:"enum",value:[{value:'"horizontal"'},{value:'"vertical"'}]}},centered:{defaultValue:null,description:"If `true`, the tabs will be centered.\nThis property is intended for large views.",name:"centered",required:!1,type:{name:"boolean"}},ScrollButtonComponent:{defaultValue:null,description:"The component used to render the scroll buttons.",name:"ScrollButtonComponent",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},scrollButtons:{defaultValue:null,description:"Determine behavior of scroll buttons when tabs are set to scroll:\n\n- `auto` will only present them when not all the items are visible.\n- `desktop` will only present them on medium and larger viewports.\n- `on` will always present them.\n- `off` will never present them.",name:"scrollButtons",required:!1,type:{name:"enum",value:[{value:'"on"'},{value:'"off"'},{value:'"auto"'},{value:'"desktop"'}]}},selectionFollowsFocus:{defaultValue:null,description:"If `true` the selected tab changes on focus. Otherwise it only\nchanges on activation.",name:"selectionFollowsFocus",required:!1,type:{name:"boolean"}},TabScrollButtonProps:{defaultValue:null,description:"Props applied to the [`TabScrollButton`](/api/tab-scroll-button/) element.",name:"TabScrollButtonProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx#TabsStyle"]={docgenInfo:TabsStyle.__docgenInfo,name:"TabsStyle",path:"packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx#TabsStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tabs/Tabs/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/styles/TabsStyle.tsx"),exports)},"./packages/juno-core/src/components/Tabs/Tabs/utils/TabsUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTabsClasses=foundation_1.RcClasses(["indicator"],"RcTabs")},"./packages/juno-core/src/components/Tabs/Tabs/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/utils/TabsUtils.ts"),exports)},"./packages/juno-core/src/components/Tabs/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tabs/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/Tab/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabContext/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabList/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/TabPanel/index.ts"),exports)},"./packages/juno-core/src/components/Tag/Tag.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tag/styles/index.ts"),_RcTag=react_1.memo(react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTag"});props.color;var children=props.children,content=props.content,rest=(props.textColor,props.borderColor,props.radius,tslib_1.__rest(props,["color","children","content","textColor","borderColor","radius"]));return react_1.default.createElement("span",tslib_1.__assign({},rest,{ref}),content||children)}))),RcTag=foundation_1.styled(_RcTag)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TagStyle);exports.RcTag=RcTag,RcTag.defaultProps={color:"highlight.b03",textColor:"neutral.f01",radius:"xl"},RcTag.displayName="RcTag";try{RcTag.displayName="RcTag",RcTag.__docgenInfo={description:"",displayName:"RcTag",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tag/Tag.tsx#RcTag"]={docgenInfo:RcTag.__docgenInfo,name:"RcTag",path:"packages/juno-core/src/components/Tag/Tag.tsx#RcTag"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tag/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/Tag.tsx"),exports)},"./packages/juno-core/src/components/Tag/styles/TagStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tag/utils/index.ts");exports.TagStyle=function(_a){var textColor=_a.textColor,color=_a.color,borderColor=_a.borderColor,radiusProp=_a.radius,backgroundColor=foundation_1.getParsePaletteColor("string"==typeof color&&utils_1.colorMap[color]||color);return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: inline-block;\n\n background-color: ",";\n color: ",";\n ",";\n\n border-radius: ",";\n text-align: center;\n padding: ",";\n ",";\n min-width: ",";\n max-width: ",";\n ","\n "],["\n display: inline-block;\n\n background-color: ",";\n color: ",";\n ",";\n\n border-radius: ",";\n text-align: center;\n padding: ",";\n ",";\n min-width: ",";\n max-width: ",";\n ","\n "])),backgroundColor,foundation_1.getParsePaletteColor(textColor),borderColor&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n border: 1px solid ",";\n "],["\n border: 1px solid ",";\n "])),foundation_1.getParsePaletteColor(borderColor)),foundation_1.radius(radiusProp),foundation_1.spacing(0,2),foundation_1.typography("caption1"),foundation_1.spacing(9),foundation_1.spacing(41),foundation_1.ellipsis)};try{TagStyle.displayName="TagStyle",TagStyle.__docgenInfo={description:"",displayName:"TagStyle",props:{color:{defaultValue:null,description:"tag color, default is 'highlight.b03'",name:"color",required:!1,type:{name:'"main" | "primary" | "secondary" | "action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | ... 125 more ...'}},borderColor:{defaultValue:null,description:"tag border color",name:"borderColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},textColor:{defaultValue:null,description:"text color, default is 'neutral.f01'",name:"textColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"The content of the tag.",name:"children",required:!1,type:{name:"ReactNode"}},radius:{defaultValue:null,description:"custom border radius for tag, default is `xl`",name:"radius",required:!1,type:{name:"enum",value:[{value:'"circle"'},{value:'"sm"'},{value:'"md"'},{value:'"lg"'},{value:'"xl"'},{value:'"round"'},{value:'"xxl"'},{value:'"zero"'}]}},content:{defaultValue:null,description:"@deprecated",name:"content",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tag/styles/TagStyle.tsx#TagStyle"]={docgenInfo:TagStyle.__docgenInfo,name:"TagStyle",path:"packages/juno-core/src/components/Tag/styles/TagStyle.tsx#TagStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tag/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/styles/TagStyle.tsx"),exports)},"./packages/juno-core/src/components/Tag/utils/TagUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.colorMap={primary:"highlight.b03",secondary:"neutral.b04",main:"interactive.b02"}},"./packages/juno-core/src/components/Tag/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/utils/TagUtils.ts"),exports)},"./packages/juno-core/src/components/Text/Text.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),isString_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isString.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Typography_1=__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Text/styles/index.ts"),_RcText=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcText"}),children=props.children,classNameProp=props.className,highlight=(props.flexFull,props.highlight),title=props.title,titleWhenOverflow=props.titleWhenOverflow,useRcTooltip=props.useRcTooltip,TooltipPropsProp=props.TooltipProps,rest=tslib_1.__rest(props,["children","className","flexFull","highlight","title","titleWhenOverflow","useRcTooltip","TooltipProps"]),_a=tslib_1.__read(react_1.useState(!0),2),isShowTitle=_a[0],setIsShowTitle=_a[1],innerRef=react_1.useRef(null),textRef=foundation_1.useForkRef(innerRef,ref);titleWhenOverflow&&foundation_1.useOverflow(innerRef,(function(state){return setIsShowTitle(state)}));var className=react_1.useMemo((function(){var _a;return clsx_1.default(classNameProp,((_a={})[styles_1.highlightClassName]=highlight,_a))}),[classNameProp,highlight]),TooltipProps=react_1.useMemo((function(){return foundation_1.combineProps({tooltipForceHide:!isShowTitle},TooltipPropsProp)}),[TooltipPropsProp,isShowTitle]);return react_1.default.createElement(Typography_1.RcTypography,tslib_1.__assign({ref:textRef,title:isShowTitle||useRcTooltip?null!=title?title:isString_1.default(children)?children:void 0:void 0,TooltipProps,useRcTooltip,variant:highlight?"inherit":void 0,component:highlight?"span":void 0,className},rest),children)})),RcText=foundation_1.styled(_RcText)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.textStyle);exports.RcText=RcText,RcText.defaultProps={noWrap:!0};try{RcText.displayName="RcText",RcText.__docgenInfo={description:"`RcText` will auto add title with children when that children is string\n and the default wrap is noWrap,\n also bring with show title only when overflow",displayName:"RcText",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Text/Text.tsx#RcText"]={docgenInfo:RcText.__docgenInfo,name:"RcText",path:"packages/juno-core/src/components/Text/Text.tsx#RcText"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Text/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Text/Text.tsx"),exports)},"./packages/juno-core/src/components/Text/styles/StyledText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.highlightClassName="highlight-term",exports.textStyle=function(props){var titleWhenOverflow=props.titleWhenOverflow,flexFull=props.flexFull;return foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n\n flex: ",";\n\n &."," {\n color: "," !important;\n background-color: "," !important;\n }\n "],["\n ",";\n\n flex: ",";\n\n &."," {\n color: "," !important;\n background-color: "," !important;\n }\n "])),"number"==typeof titleWhenOverflow&&foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n white-space: normal;\n "],["\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n white-space: normal;\n "])),titleWhenOverflow),flexFull&&"1 1 auto",exports.highlightClassName,foundation_1.palette2("highlight","f01"),foundation_1.palette2("highlight","b02"))};try{textStyle.displayName="textStyle",textStyle.__docgenInfo={description:"",displayName:"textStyle",props:{flexFull:{defaultValue:null,description:"when set `true`, add style `flex: 1 1 auto`",name:"flexFull",required:!1,type:{name:"boolean"}},highlight:{defaultValue:null,description:"highlight for text with color and background to be mentionMe",name:"highlight",required:!1,type:{name:"boolean"}},titleWhenOverflow:{defaultValue:null,description:"is show title only when truncated, use `number` value to truncate text at a specific number of lines.\n### should not change titleWhenOverflow dynamically, keep that be same value, that will cause hook issue",name:"titleWhenOverflow",required:!1,type:{name:"number | boolean"}},variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Text/styles/StyledText.tsx#textStyle"]={docgenInfo:textStyle.__docgenInfo,name:"textStyle",path:"packages/juno-core/src/components/Text/styles/StyledText.tsx#textStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Text/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Text/styles/StyledText.tsx"),exports)},"./packages/juno-core/src/components/Thumbnail/Thumbnail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Icon_1=__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Thumbnail/styles/index.ts"),_RcThumbnail=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcThumbnail"});var url=props.url,_a=props.src,src=void 0===_a?url:_a,iconType=props.iconType,size=props.size,symbol=props.symbol,rest=tslib_1.__rest(props,["url","src","iconType","size","symbol"]);return react_1.default.createElement(react_1.default.Fragment,null,src?react_1.default.createElement(styles_1.StyledThumbnail,tslib_1.__assign({ref,src,size,"data-test-automation-id":"thumbnail"},rest)):react_1.default.createElement(Icon_1.RcIcon,tslib_1.__assign({ref,"data-test-automation-id":"iconThumbnail"},rest,{size:"small"===size?"small":"xxxlarge",symbol}),iconType))})),RcThumbnail=foundation_1.styled(react_1.memo(_RcThumbnail))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcThumbnail=RcThumbnail,RcThumbnail.defaultProps={size:"large"},RcThumbnail.displayName="RcThumbnail";try{RcThumbnail.displayName="RcThumbnail",RcThumbnail.__docgenInfo={description:"",displayName:"RcThumbnail",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Thumbnail/Thumbnail.tsx#RcThumbnail"]={docgenInfo:RcThumbnail.__docgenInfo,name:"RcThumbnail",path:"packages/juno-core/src/components/Thumbnail/Thumbnail.tsx#RcThumbnail"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Thumbnail/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/Thumbnail.tsx"),exports)},"./packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Thumbnail/utils/index.ts");exports.StyledThumbnail=foundation_1.styled.span(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n display: inline-block;\n background-color: ",";\n ",";\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center;\n"],["\n ",";\n display: inline-block;\n background-color: ",";\n ",";\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center;\n"])),(function(_a){var size=_a.size,src=_a.src;return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n width: ","px;\n height: ","px;\n background-image: url(",");\n border-radius: ",";\n "],["\n width: ","px;\n height: ","px;\n background-image: url(",");\n border-radius: ",";\n "])),utils_1.RcThumbnailSizes[size],utils_1.RcThumbnailSizes[size],src,foundation_1.radius("small"===size?"sm":"lg"))}),foundation_1.palette2("neutral","b03"),foundation_1.fakeBorder());try{StyledThumbnail.displayName="StyledThumbnail",StyledThumbnail.__docgenInfo={description:"",displayName:"StyledThumbnail",props:{src:{defaultValue:null,description:"Thumbnail background url",name:"src",required:!1,type:{name:"string"}},size:{defaultValue:null,description:"thumbnail size, default is `large`",name:"size",required:!1,type:{name:"enum",value:[{value:'"small"'},{value:'"large"'}]}},symbol:{defaultValue:null,description:"that will render RcIcon when not have url",name:"symbol",required:!1,type:{name:"BrowserSpriteSymbol | ComponentClass | FunctionComponent"}},iconType:{defaultValue:null,description:"@deprecated",name:"iconType",required:!1,type:{name:"string"}},url:{defaultValue:null,description:"@deprecated",name:"url",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx#StyledThumbnail"]={docgenInfo:StyledThumbnail.__docgenInfo,name:"StyledThumbnail",path:"packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx#StyledThumbnail"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Thumbnail/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/styles/StyledThumbnail.tsx"),exports)},"./packages/juno-core/src/components/Thumbnail/utils/ThumbnailUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RcThumbnailSizes={small:20,large:36}},"./packages/juno-core/src/components/Thumbnail/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/utils/ThumbnailUtils.ts"),exports)},"./packages/juno-core/src/components/Toolbar/Toolbar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Toolbar_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Toolbar/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),_RcToolbar=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcToolbar"});return react_1.default.createElement(Toolbar_1.default,tslib_1.__assign({ref},props))})),RcToolbar=styled_components_1.default(_RcToolbar)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcToolbar=RcToolbar,RcToolbar.displayName="RcToolbar";try{RcToolbar.displayName="RcToolbar",RcToolbar.__docgenInfo={description:"",displayName:"RcToolbar",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},variant:{defaultValue:null,description:"",name:"variant",required:!1,type:{name:"enum",value:[{value:'"dense"'},{value:'"regular"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},disableGutters:{defaultValue:null,description:"",name:"disableGutters",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Toolbar/Toolbar.tsx#RcToolbar"]={docgenInfo:RcToolbar.__docgenInfo,name:"RcToolbar",path:"packages/juno-core/src/components/Toolbar/Toolbar.tsx#RcToolbar"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Toolbar/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Toolbar/Toolbar.tsx"),exports)},"./packages/juno-core/src/components/Tooltip/Tooltip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tooltip_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Tooltip/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/index.ts"),_RcTooltip=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTooltip"});var children=props.children,tooltipForceHide=props.tooltipForceHide,openProp=props.open,onOpen=props.onOpen,onClose=props.onClose,classNameProp=props.className,classesProp=props.classes,PopperPropsProp=props.PopperProps,ignorePointer=(props.textColor,props.color,props.ignorePointer),maskProps=(props.size,props.maskProps),title=props.title,rest=(props.injectGlobalStyle,tslib_1.__rest(props,["children","tooltipForceHide","open","onOpen","onClose","className","classes","PopperProps","textColor","color","ignorePointer","size","maskProps","title","injectGlobalStyle"])),externalWindow=foundation_1.useRcPortalWindowContext().externalWindow,_a=tslib_1.__read(react_1.useState(!1),2),isDisabledButton=_a[0],setIsDisabledButton=_a[1],popperInnerRef=react_1.useRef(null),innerRef=react_1.useRef(null),tooltipRef=foundation_1.useForkRef(ref,innerRef),classes=react_1.useMemo((function(){return foundation_1.combineClasses(foundation_1.combineClasses({popper:classNameProp},utils_1.RcTooltipClasses),classesProp)}),[classNameProp,classesProp]),PopperProps=react_1.useMemo((function(){var _a=PopperPropsProp||{},tooltipPopperRef=_a.ref,restPopperPropsProp=tslib_1.__rest(_a,["ref"]);return tslib_1.__assign(tslib_1.__assign({},foundation_1.combineProps({container:null==externalWindow?void 0:externalWindow.document.body,popperOptions:{onUpdate:function(e){var tooltipElm=null==popperInnerRef?void 0:popperInnerRef.current;tooltipElm&&e.popper&&e.popper.left<0&&e.popper.top<=0&&(tooltipElm.style.display="none")}}},restPopperPropsProp)),{ref:function(elm){popperInnerRef.current=elm,foundation_1.setRef(tooltipPopperRef,elm)}})}),[PopperPropsProp,null==externalWindow?void 0:externalWindow.document.body]),forceHideAdditionProps=utils_1.useTooltipForceHide({ref:innerRef,tooltipForceHide,open:openProp,onClose,onOpen}),additionProp=null!=forceHideAdditionProps?forceHideAdditionProps:{open:openProp,onOpen,onClose};return react_1.useLayoutEffect((function(){var childNode=innerRef.current;isDisabledButton&&childNode&&"button"===childNode.tagName.toLowerCase()&&childNode.disabled?setIsDisabledButton(!0):isDisabledButton&&setIsDisabledButton(!1)})),react_1.default.createElement(Tooltip_1.default,tslib_1.__assign({ref:tooltipRef,title:isDisabledButton?"":title,arrow:!0,classes,PopperProps},additionProp,rest),ignorePointer?react_1.default.createElement(styles_1.Mask,tslib_1.__assign({},maskProps),children):children)})),RcTooltip=foundation_1.styled(_RcTooltip)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n"],["\n ",";\n"])),styles_1.tooltipStyle);exports.RcTooltip=RcTooltip,RcTooltip.defaultProps={placement:"bottom",color:"neutral.b04",textColor:"neutral.f01",size:"large"},RcTooltip.displayName="RcTooltip";try{RcTooltip.displayName="RcTooltip",RcTooltip.__docgenInfo={description:"",displayName:"RcTooltip",props:{title:{defaultValue:null,description:"Tooltip title. Zero-length titles string are never displayed.",name:"title",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"className for apply on tooltip popper",name:"className",required:!1,type:{name:"string"}},id:{defaultValue:null,description:"This prop is used to help implement the accessibility logic.\nIf you don't provide this prop. It falls back to a randomly generated id.",name:"id",required:!1,type:{name:"string"}},color:{defaultValue:{value:"neutral.b04"},description:"color of tooltip",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},children:{defaultValue:null,description:"Tooltip reference element.",name:"children",required:!1,type:{name:"ReactElement | (ReactElement & string) | (ReactElement & number) | (ReactElement & false) | (ReactElement<...> & true) | (ReactElement<...> & ReactElement<...>) | (ReactElement<...> & Iterable<...>) | (ReactElement<...> & ReactPortal)"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},size:{defaultValue:{value:"large"},description:"size of tooltip",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},placement:{defaultValue:{value:"bottom"},description:"Tooltip placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"If `true`, the tooltip is shown.",name:"open",required:!1,type:{name:"boolean"}},disableFocusListener:{defaultValue:null,description:"Do not respond to focus events.",name:"disableFocusListener",required:!1,type:{name:"boolean"}},disableHoverListener:{defaultValue:null,description:"Do not respond to hover events.",name:"disableHoverListener",required:!1,type:{name:"boolean"}},disableTouchListener:{defaultValue:null,description:"Do not respond to long press touch events.",name:"disableTouchListener",required:!1,type:{name:"boolean"}},enterDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip.\nThis prop won't impact the enter touch delay (`enterTouchDelay`).",name:"enterDelay",required:!1,type:{name:"number"}},enterNextDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip when one was already recently opened.",name:"enterNextDelay",required:!1,type:{name:"number"}},enterTouchDelay:{defaultValue:null,description:"The number of milliseconds a user must touch the element before showing the tooltip.",name:"enterTouchDelay",required:!1,type:{name:"number"}},interactive:{defaultValue:null,description:"Makes a tooltip interactive, i.e. will not close when the user\nhovers over the tooltip before the `leaveDelay` is expired.",name:"interactive",required:!1,type:{name:"boolean"}},leaveDelay:{defaultValue:null,description:"The number of milliseconds to wait before hiding the tooltip.\nThis prop won't impact the leave touch delay (`leaveTouchDelay`).",name:"leaveDelay",required:!1,type:{name:"number"}},leaveTouchDelay:{defaultValue:null,description:"The number of milliseconds after the user stops touching an element before hiding the tooltip.",name:"leaveTouchDelay",required:!1,type:{name:"number"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be open.\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},PopperComponent:{defaultValue:null,description:"The component used for the popper.",name:"PopperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},PopperProps:{defaultValue:null,description:"Props applied to the [`Popper`](/api/popper/) element.",name:"PopperProps",required:!1,type:{name:"Partial"}},tooltipForceHide:{defaultValue:null,description:"focus hide the tooltip display",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},textColor:{defaultValue:{value:"neutral.f01"},description:"text color of tooltip",name:"textColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},ignorePointer:{defaultValue:null,description:"Ignore wrap children pointer-event\n\n## that will add a span wrap children component, please make sure your style not effect",name:"ignorePointer",required:!1,type:{name:"boolean"}},maskProps:{defaultValue:null,description:"addition props for hidden mask in `ignorePointer` mode",name:"maskProps",required:!1,type:{name:"ThemedOuterStyledProps, HTMLSpanElement>, RcTheme>"}},injectGlobalStyle:{defaultValue:null,description:"@deprecated",name:"injectGlobalStyle",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/Tooltip.tsx#RcTooltip"]={docgenInfo:RcTooltip.__docgenInfo,name:"RcTooltip",path:"packages/juno-core/src/components/Tooltip/Tooltip.tsx#RcTooltip"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tooltip/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/Tooltip.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/withTooltip/index.ts"),exports)},"./packages/juno-core/src/components/Tooltip/styles/Mask.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.Mask=foundation_1.styled.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-block;\n outline: none;\n"],["\n display: inline-block;\n outline: none;\n"])));try{Mask.displayName="Mask",Mask.__docgenInfo={description:"",displayName:"Mask",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/styles/Mask.tsx#Mask"]={docgenInfo:Mask.__docgenInfo,name:"Mask",path:"packages/juno-core/src/components/Tooltip/styles/Mask.tsx#Mask"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/index.ts"),tooltipTypography=function(_a){var size=_a.size;return utils_1.RcTooltipTypography[size]},placementSpace=function(_a){var size=_a.size;return utils_1.RcTooltipSpace[size]},tooltipPadding=function(_a){var size=_a.size;return utils_1.RcTooltipPadding[size]},tooltipColor=function(_a){var color=_a.color;return foundation_1.getParsePaletteColor(color)},tooltipTextColor=function(_a){var textColor=_a.textColor;return foundation_1.getParsePaletteColor(textColor)},arrowSize={vertical:foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: 0.4em;\n width: 0.6em;\n "],["\n height: 0.4em;\n width: 0.6em;\n "]))),horizontal:foundation_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n height: 0.6em;\n width: 0.4em;\n "],["\n height: 0.6em;\n width: 0.4em;\n "])))},horizontalMarginTopAndMarginBottom=foundation_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n margin-top: 3px;\n margin-bottom: 3px;\n"],["\n margin-top: 3px;\n margin-bottom: 3px;\n"])));exports.tooltipStyle=function(){return foundation_1.css(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n ","\n max-width: calc(100% - 10px);\n\n ."," {\n ",";\n background-color: ",";\n color: ",";\n padding: ",";\n word-break: break-word;\n position: relative;\n }\n\n .",",\n ."," {\n margin: "," 0;\n }\n\n .",",\n ."," {\n margin: 0 ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n margin-bottom: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-top: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-right: ",";\n ","\n ","\n }\n }\n\n ."," {\n ."," {\n margin-left: ",";\n ","\n ","\n }\n }\n "],["\n ","\n max-width: calc(100% - 10px);\n\n ."," {\n ",";\n background-color: ",";\n color: ",";\n padding: ",";\n word-break: break-word;\n position: relative;\n }\n\n .",",\n ."," {\n margin: "," 0;\n }\n\n .",",\n ."," {\n margin: 0 ",";\n }\n\n ."," {\n color: ",";\n }\n\n ."," {\n ."," {\n margin-bottom: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-top: ",";\n ","\n }\n }\n\n ."," {\n ."," {\n margin-right: ",";\n ","\n ","\n }\n }\n\n ."," {\n ."," {\n margin-left: ",";\n ","\n ","\n }\n }\n "])),"",utils_1.RcTooltipClasses.tooltip,tooltipTypography,tooltipColor,tooltipTextColor,tooltipPadding,utils_1.RcTooltipClasses.tooltipPlacementTop,utils_1.RcTooltipClasses.tooltipPlacementBottom,placementSpace,utils_1.RcTooltipClasses.tooltipPlacementRight,utils_1.RcTooltipClasses.tooltipPlacementLeft,placementSpace,utils_1.RcTooltipClasses.arrow,tooltipColor,utils_1.RcTooltipClasses.tooltipPlacementTop,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.vertical,utils_1.RcTooltipClasses.tooltipPlacementBottom,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.vertical,utils_1.RcTooltipClasses.tooltipPlacementLeft,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.horizontal,horizontalMarginTopAndMarginBottom,utils_1.RcTooltipClasses.tooltipPlacementRight,utils_1.RcTooltipClasses.arrow,"-0.4em",arrowSize.horizontal,horizontalMarginTopAndMarginBottom)};try{tooltipStyle.displayName="tooltipStyle",tooltipStyle.__docgenInfo={description:"",displayName:"tooltipStyle",props:{tooltipForceHide:{defaultValue:null,description:"focus hide the tooltip display",name:"tooltipForceHide",required:!1,type:{name:"boolean"}},size:{defaultValue:null,description:"size of tooltip",name:"size",required:!1,type:{name:"enum",value:[{value:'"medium"'},{value:'"large"'},{value:'"xlarge"'}]}},color:{defaultValue:null,description:"color of tooltip",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},textColor:{defaultValue:null,description:"text color of tooltip",name:"textColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},className:{defaultValue:null,description:"className for apply on tooltip popper",name:"className",required:!1,type:{name:"string"}},ignorePointer:{defaultValue:null,description:"Ignore wrap children pointer-event\n\n## that will add a span wrap children component, please make sure your style not effect",name:"ignorePointer",required:!1,type:{name:"boolean"}},maskProps:{defaultValue:null,description:"addition props for hidden mask in `ignorePointer` mode",name:"maskProps",required:!1,type:{name:"ThemedOuterStyledProps, HTMLSpanElement>, RcTheme>"}},injectGlobalStyle:{defaultValue:null,description:"@deprecated",name:"injectGlobalStyle",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"Tooltip title. Zero-length titles string are never displayed.",name:"title",required:!0,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},id:{defaultValue:null,description:"This prop is used to help implement the accessibility logic.\nIf you don't provide this prop. It falls back to a randomly generated id.",name:"id",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"Tooltip reference element.",name:"children",required:!0,type:{name:"ReactElement"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the [`Transition`](http://reactcommunity.org/react-transition-group/transition#Transition-props) element.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},placement:{defaultValue:null,description:"Tooltip placement.",name:"placement",required:!1,type:{name:"enum",value:[{value:'"bottom-end"'},{value:'"bottom-start"'},{value:'"bottom"'},{value:'"left-end"'},{value:'"left-start"'},{value:'"left"'},{value:'"right-end"'},{value:'"right-start"'},{value:'"right"'},{value:'"top-end"'},{value:'"top-start"'},{value:'"top"'}]}},onClose:{defaultValue:null,description:"Callback fired when the component requests to be closed.\n@param",name:"onClose",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},open:{defaultValue:null,description:"If `true`, the tooltip is shown.",name:"open",required:!1,type:{name:"boolean"}},disableFocusListener:{defaultValue:null,description:"Do not respond to focus events.",name:"disableFocusListener",required:!1,type:{name:"boolean"}},disableHoverListener:{defaultValue:null,description:"Do not respond to hover events.",name:"disableHoverListener",required:!1,type:{name:"boolean"}},disableTouchListener:{defaultValue:null,description:"Do not respond to long press touch events.",name:"disableTouchListener",required:!1,type:{name:"boolean"}},enterDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip.\nThis prop won't impact the enter touch delay (`enterTouchDelay`).",name:"enterDelay",required:!1,type:{name:"number"}},enterNextDelay:{defaultValue:null,description:"The number of milliseconds to wait before showing the tooltip when one was already recently opened.",name:"enterNextDelay",required:!1,type:{name:"number"}},enterTouchDelay:{defaultValue:null,description:"The number of milliseconds a user must touch the element before showing the tooltip.",name:"enterTouchDelay",required:!1,type:{name:"number"}},interactive:{defaultValue:null,description:"Makes a tooltip interactive, i.e. will not close when the user\nhovers over the tooltip before the `leaveDelay` is expired.",name:"interactive",required:!1,type:{name:"boolean"}},leaveDelay:{defaultValue:null,description:"The number of milliseconds to wait before hiding the tooltip.\nThis prop won't impact the leave touch delay (`leaveTouchDelay`).",name:"leaveDelay",required:!1,type:{name:"number"}},leaveTouchDelay:{defaultValue:null,description:"The number of milliseconds after the user stops touching an element before hiding the tooltip.",name:"leaveTouchDelay",required:!1,type:{name:"number"}},onOpen:{defaultValue:null,description:"Callback fired when the component requests to be open.\n@param",name:"onOpen",required:!1,type:{name:"((event: ChangeEvent<{}>) => void)"}},PopperComponent:{defaultValue:null,description:"The component used for the popper.",name:"PopperComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},PopperProps:{defaultValue:null,description:"Props applied to the [`Popper`](/api/popper/) element.",name:"PopperProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx#tooltipStyle"]={docgenInfo:tooltipStyle.__docgenInfo,name:"tooltipStyle",path:"packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx#tooltipStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Tooltip/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/styles/Mask.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/styles/StyledTooltip.tsx"),exports)},"./packages/juno-core/src/components/Tooltip/utils/TooltipUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcTooltipClasses=foundation_1.RcClasses(["popper","tooltip","arrow","tooltipPlacementBottom","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop"],"RcTooltip"),exports.RcTooltipTypography={medium:foundation_1.typography("caption1"),large:foundation_1.typography("body1"),xlarge:foundation_1.typography("body1")},exports.RcTooltipSpace={medium:foundation_1.spacing(2),large:foundation_1.spacing(3),xlarge:foundation_1.spacing(3)},exports.RcTooltipPadding={medium:foundation_1.spacing(1,2),large:foundation_1.spacing(1,2),xlarge:foundation_1.spacing(3,3)}},"./packages/juno-core/src/components/Tooltip/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/TooltipUtils.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/utils/useTooltipForceHide.ts"),exports)},"./packages/juno-core/src/components/Tooltip/utils/useTooltipForceHide.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useTooltipForceHide=function(_a){var tooltipForceHide=_a.tooltipForceHide,openProp=_a.open,onClose=_a.onClose,onOpen=_a.onOpen,ref=_a.ref;if(void 0!==tooltipForceHide){var _b=tslib_1.__read(foundation_1.useRefState(!1),2),openRef=_b[0],setOpen=_b[1],isOverRef=react_1.useRef(!1),openState=!tooltipForceHide&&(null!=openProp?openProp:openRef.current),prevOpenState=foundation_1.usePrevious((function(){return openState}));foundation_1.useChange((function(){!1===tooltipForceHide&&!0===isOverRef.current&&(openState=null==openProp||openProp),tooltipForceHide&&prevOpenState?(setOpen(!1,!1),null==onClose||onClose({})):openState&&(setOpen(!0,!1),null==onOpen||onOpen({}))}),(function(){return tooltipForceHide})),foundation_1.useEventListener(ref,"mouseover",(function(){return isOverRef.current=!0}));var leaveFn=function(){return isOverRef.current=!1};foundation_1.useEventListener(ref,"mouseleave",leaveFn),foundation_1.useEventListener(ref,"blur",leaveFn);var handleOpen=foundation_1.useEventCallback((function(event){setOpen(!0),null==onOpen||onOpen(event)})),handleClose=foundation_1.useEventCallback((function(event){setOpen(!1),null==onClose||onClose(event)}));return{disableFocusListener:tooltipForceHide,disableHoverListener:tooltipForceHide,disableTouchListener:tooltipForceHide,open:openState,onOpen:handleOpen,onClose:handleClose}}}},"./packages/juno-core/src/components/Tooltip/withTooltip/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx"),exports)},"./packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/Tooltip.tsx");function withTooltip(Component){return react_1.forwardRef((function(props,ref){var title=props.title,useRcTooltip=props.useRcTooltip,TooltipProps=props.TooltipProps,rest=tslib_1.__rest(props,["title","useRcTooltip","TooltipProps"]);return title&&useRcTooltip?react_1.default.createElement(Tooltip_1.RcTooltip,tslib_1.__assign({title},TooltipProps),react_1.default.createElement(Component,tslib_1.__assign({},rest,{ref}))):react_1.default.createElement(Component,tslib_1.__assign({title},rest,{ref}))}))}exports.withTooltip=withTooltip;try{withTooltip.displayName="withTooltip",withTooltip.__docgenInfo={description:"Make a component can be use with `RcTooltip` and Tooltip Props",displayName:"withTooltip",props:{apply:{defaultValue:null,description:"Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.\n@param \n@param",name:"apply",required:!0,type:{name:"(this: Function, thisArg: any, argArray?: any) => any"}},call:{defaultValue:null,description:"Calls a method of an object, substituting another object for the current object.\n@param \n@param",name:"call",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},bind:{defaultValue:null,description:"For a given function, creates a bound function that has the same body as the original function.\nThe this object of the bound function is associated with the specified object, and has the specified initial parameters.\n@param \n@param",name:"bind",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},toString:{defaultValue:null,description:"Returns a string representation of a function.",name:"toString",required:!1,type:{name:"() => string"}},prototype:{defaultValue:null,description:"",name:"prototype",required:!0,type:{name:"any"}},length:{defaultValue:null,description:"",name:"length",required:!0,type:{name:"number"}},arguments:{defaultValue:null,description:"",name:"arguments",required:!0,type:{name:"any"}},caller:{defaultValue:null,description:"",name:"caller",required:!0,type:{name:"Function"}},name:{defaultValue:null,description:"Returns the name of the function. Function names are read-only and can not be changed.",name:"name",required:!0,type:{name:"string"}},"__@hasInstance":{defaultValue:null,description:"Determines whether the given value inherits from this function if this function was used\nas a constructor function.\n\nA constructor function can control which objects are recognized as its instances by\n'instanceof' by overriding this method.",name:"__@hasInstance",required:!0,type:{name:"(value: any) => boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx#withTooltip"]={docgenInfo:withTooltip.__docgenInfo,name:"withTooltip",path:"packages/juno-core/src/components/Tooltip/withTooltip/withTooltip.tsx#withTooltip"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Collapse_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Collapse/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcCollapse=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcCollapse"});return react_1.default.createElement(Collapse_1.default,tslib_1.__assign({ref},props))}));exports.RcCollapse=RcCollapse;try{RcCollapse.displayName="RcCollapse",RcCollapse.__docgenInfo={description:"",displayName:"RcCollapse",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content node to be collapsed.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"The component used for the root node.\nEither a string to use a HTML element or a component.",name:"component",required:!1,type:{name:'"object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | ... 100 more ...'}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.\n\nSet to 'auto' to automatically calculate transition time based on height.",name:"timeout",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the passed `Component`.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}},collapsedHeight:{defaultValue:null,description:"The height of the container when collapsed.\n@deprecated",name:"collapsedHeight",required:!1,type:{name:"string | number"}},collapsedSize:{defaultValue:null,description:"The height of the container when collapsed.",name:"collapsedSize",required:!1,type:{name:"string | number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx#RcCollapse"]={docgenInfo:RcCollapse.__docgenInfo,name:"RcCollapse",path:"packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx#RcCollapse"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Collapse/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Collapse/Collapse.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Fade/Fade.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Fade_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Fade/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcFade=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcFade"});return react_1.default.createElement(Fade_1.default,tslib_1.__assign({ref},props))}));exports.RcFade=RcFade;try{RcFade.displayName="RcFade",RcFade.__docgenInfo={description:"",displayName:"RcFade",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Fade/Fade.tsx#RcFade"]={docgenInfo:RcFade.__docgenInfo,name:"RcFade",path:"packages/juno-core/src/components/Transitions/Fade/Fade.tsx#RcFade"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Fade/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Fade/Fade.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Grow/Grow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Grow_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Grow/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcGrow=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcGrow"});return react_1.default.createElement(Grow_1.default,tslib_1.__assign({ref},props))}));exports.RcGrow=RcGrow;try{RcGrow.displayName="RcGrow",RcGrow.__docgenInfo={description:"",displayName:"RcGrow",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, show the component; triggers the enter or exit animation.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.\n\nSet to 'auto' to automatically calculate transition time based on height.",name:"timeout",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Grow/Grow.tsx#RcGrow"]={docgenInfo:RcGrow.__docgenInfo,name:"RcGrow",path:"packages/juno-core/src/components/Transitions/Grow/Grow.tsx#RcGrow"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Grow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/Grow.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Slide/Slide.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Slide_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Slide/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcSlide=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcSlide"});return react_1.default.createElement(Slide_1.default,tslib_1.__assign({ref},props))}));exports.RcSlide=RcSlide;try{RcSlide.displayName="RcSlide",RcSlide.__docgenInfo={description:"",displayName:"RcSlide",props:{direction:{defaultValue:null,description:"Direction the child node will enter from.",name:"direction",required:!1,type:{name:"enum",value:[{value:'"left"'},{value:'"right"'},{value:'"up"'},{value:'"down"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, show the component; triggers the enter or exit animation.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Slide/Slide.tsx#RcSlide"]={docgenInfo:RcSlide.__docgenInfo,name:"RcSlide",path:"packages/juno-core/src/components/Transitions/Slide/Slide.tsx#RcSlide"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Slide/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Slide/Slide.tsx"),exports)},"./packages/juno-core/src/components/Transitions/Transition.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./node_modules/@material-ui/core/transitions/utils.js");tslib_1.__exportStar(__webpack_require__("./node_modules/react-transition-group/esm/index.js"),exports),tslib_1.__exportStar(__webpack_require__("./node_modules/@material-ui/core/styles/transitions.js"),exports),exports.reflow=utils_1.reflow,exports.getTransitionProps=function getTransitionProps(props,options){var timeout=props.timeout,easing=props.easing,_a=props.style,style=void 0===_a?{}:_a;return{duration:style.transitionDuration||"number"==typeof timeout?timeout:(null==timeout?void 0:timeout[options.mode])||0,easing:style.transitionTimingFunction||"object"==typeof easing?null==easing?void 0:easing[options.mode]:easing,delay:style.transitionDelay}},exports.setTransitionStyle=function(node,value){node.style.webkitTransition=value,node.style.transition=value}},"./packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Zoom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Zoom/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcZoom=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcZoom"});return react_1.default.createElement(Zoom_1.default,tslib_1.__assign({ref},props))}));exports.RcZoom=RcZoom;try{RcZoom.displayName="RcZoom",RcZoom.__docgenInfo={description:"",displayName:"RcZoom",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},children:{defaultValue:null,description:"A single child content element.",name:"children",required:!1,type:{name:"ReactElement"}},in:{defaultValue:null,description:"If `true`, the component will transition in.",name:"in",required:!1,type:{name:"boolean"}},timeout:{defaultValue:null,description:"The duration for the transition, in milliseconds.\nYou may specify a single timeout for all transitions, or individually with an object.",name:"timeout",required:!1,type:{name:"number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | undefined"}},disableStrictModeCompat:{defaultValue:null,description:"Enable this prop if you encounter 'Function components cannot be given refs',\nuse `unstable_createStrictModeTheme`,\nand can't forward the ref in the child component.",name:"disableStrictModeCompat",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx#RcZoom"]={docgenInfo:RcZoom.__docgenInfo,name:"RcZoom",path:"packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx#RcZoom"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/Zoom/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Zoom/Zoom.tsx"),exports)},"./packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Transition_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Transition.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),utils_2=__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/utils/index.ts"),styles={entering:{transform:""},entered:{},exiting:{transform:""},exited:{}},RcZoomFrom=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcZoomFrom"}),fromRef=props.from,children=props.children,inProp=props.in,style=props.style,timeout=props.timeout,onExit=props.onExit,onEnter=props.onEnter,onExited=props.onExited,onExiting=props.onExiting,onEntering=props.onEntering,other=tslib_1.__rest(props,["from","children","in","style","timeout","onExit","onEnter","onExited","onExiting","onEntering"]),theme=foundation_1.useTheme(),nodeRef=react_1.useRef(null),handlers=utils_1.useNormalizedTransitionProps(tslib_1.__assign(tslib_1.__assign({},props),{onEnter:function(node,isAppearing){utils_2.transformToFromElm(fromRef,nodeRef),Transition_1.reflow(node),null==onEnter||onEnter(node,isAppearing)},onEntering:function(node,isAppearing){var transitionProps=Transition_1.getTransitionProps(props,{mode:"enter"}),transitionStyle=theme.transitions.create(["all"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onEntering||onEntering(node,isAppearing)},onExit:function(node){var transitionProps=Transition_1.getTransitionProps(props,{mode:"exit"}),transitionStyle=theme.transitions.create(["all"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onExit||onExit(node)},onExiting:function(node){utils_2.transformToFromElm(fromRef,nodeRef),Transition_1.reflow(node),null==onExiting||onExiting(node)},onExited:function(node){Transition_1.setTransitionStyle(node,""),null==onExited||onExited(node)}}),nodeRef),foreignRef=foundation_1.useForkRef(children.ref,ref),handleRef=foundation_1.useForkRef(nodeRef,foreignRef);return react_1.default.createElement(Transition_1.Transition,tslib_1.__assign({appear:!0,timeout,nodeRef,in:inProp},handlers,other),(function(state,childProps){return react_1.default.cloneElement(children,tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({visibility:"exited"!==state||inProp?void 0:"hidden"},style),children.props.style),styles[state]),ref:handleRef},childProps))}))}));exports.RcZoomFrom=RcZoomFrom,RcZoomFrom.defaultProps={timeout:{enter:Transition_1.duration.enteringScreen,exit:Transition_1.duration.enteringScreen}},RcZoomFrom.displayName="ZoomInFadeOut";try{ZoomInFadeOut.displayName="ZoomInFadeOut",ZoomInFadeOut.__docgenInfo={description:"",displayName:"ZoomInFadeOut",props:{children:{defaultValue:null,description:"host element",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},from:{defaultValue:null,description:"that transform anchor element",name:"from",required:!0,type:{name:"RefObject"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx#ZoomInFadeOut"]={docgenInfo:ZoomInFadeOut.__docgenInfo,name:"ZoomInFadeOut",path:"packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx#ZoomInFadeOut"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/ZoomFrom/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/ZoomFrom.tsx"),exports)},"./packages/juno-core/src/components/Transitions/ZoomFrom/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/utils/transformToFromElm.tsx"),exports)},"./packages/juno-core/src/components/Transitions/ZoomFrom/utils/transformToFromElm.tsx":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.transformToFromElm=function transformToFromElm(fromRef,toRef){var fromElm=fromRef.current,toElm=toRef.current,fromRect=fromElm.getBoundingClientRect(),toRect=toElm.getBoundingClientRect(),deltaX=fromRect.x-toRect.x,deltaY=fromRect.y-toRect.y,scaleX=fromRect.width/toRect.width,scaleY=fromRect.height/toRect.height;toElm.style.transform="translate("+deltaX+"px, "+deltaY+"px) scale("+scaleX+", "+scaleY+")",toElm.style.transformOrigin="0 0"}},"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Transition_1=__webpack_require__("./packages/juno-core/src/components/Transitions/Transition.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Transitions/utils/index.ts"),styles={entering:{opacity:0,transform:"scale(1.1)"},entered:{transform:"scale(1)",opacity:1},exiting:{opacity:0,transform:"scale(1)"},exited:{opacity:0}},RcZoomInFadeOut=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcZoomInFadeOut"}),children=props.children,inProp=props.in,style=props.style,onExit=props.onExit,onEnter=props.onEnter,timeout=props.timeout,other=tslib_1.__rest(props,["children","in","style","onExit","onEnter","timeout"]),theme=foundation_1.useTheme(),nodeRef=react_1.useRef(null),handlers=utils_1.useNormalizedTransitionProps(tslib_1.__assign(tslib_1.__assign({},props),{onEnter:function(node,isAppearing){Transition_1.reflow(node);var transitionProps=Transition_1.getTransitionProps(props,{mode:"enter"}),transitionStyle=theme.transitions.create(["opacity","transform"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onEnter||onEnter(node,isAppearing)},onExit:function(node){var transitionProps=Transition_1.getTransitionProps(props,{mode:"exit"}),transitionStyle=theme.transitions.create(["opacity","transform"],transitionProps);Transition_1.setTransitionStyle(node,transitionStyle),null==onExit||onExit(node)}}),nodeRef),foreignRef=foundation_1.useForkRef(children.ref,ref),handleRef=foundation_1.useForkRef(nodeRef,foreignRef);return react_1.default.createElement(Transition_1.Transition,tslib_1.__assign({appear:!0,nodeRef,in:inProp,timeout},handlers,other),(function(state,childProps){return react_1.default.cloneElement(children,tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({transform:"scale(0)",opacity:"entering"===state?0:1,visibility:"exited"!==state||inProp?void 0:"hidden"},style),children.props.style),styles[state]),ref:handleRef},childProps))}))}));exports.RcZoomInFadeOut=RcZoomInFadeOut,RcZoomInFadeOut.defaultProps={timeout:{enter:Transition_1.duration.enteringScreen,exit:Transition_1.duration.enteringScreen}},RcZoomInFadeOut.displayName="ZoomInFadeOut";try{ZoomInFadeOut.displayName="ZoomInFadeOut",ZoomInFadeOut.__docgenInfo={description:"",displayName:"ZoomInFadeOut",props:{children:{defaultValue:null,description:"host element",name:"children",required:!0,type:{name:"ReactElement ReactElement | null) | (new (props: any) => Component)>"}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx#ZoomInFadeOut"]={docgenInfo:ZoomInFadeOut.__docgenInfo,name:"ZoomInFadeOut",path:"packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx#ZoomInFadeOut"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.tsx"),exports)},"./packages/juno-core/src/components/Transitions/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Collapse/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Fade/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Grow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Slide/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Transition.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/Zoom/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomFrom/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/ZoomInFadeOut/index.ts"),exports)},"./packages/juno-core/src/components/Transitions/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/utils/transitionendSubscriber.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/utils/useNormalizeTransition.ts"),exports)},"./packages/juno-core/src/components/Transitions/utils/transitionendSubscriber.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.transitionendSubscriber=function(elm,event){return elm.addEventListener("transitionend",event),elm.addEventListener("transitioncancel",event),function(){elm.removeEventListener("transitionend",event),elm.removeEventListener("transitioncancel",event)}}},"./packages/juno-core/src/components/Transitions/utils/useNormalizeTransition.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.useNormalizedTransition=function(callback,nodeRef){return function(maybeIsAppearing){if(callback){var node=nodeRef.current;void 0===maybeIsAppearing?callback(node):callback(node,maybeIsAppearing)}}},exports.useNormalizedTransitionProps=function(_a,nodeRef){var onEnter=_a.onEnter,onEntering=_a.onEntering,onEntered=_a.onEntered,onExit=_a.onExit,onExiting=_a.onExiting,onExited=_a.onExited;return{onEnter:exports.useNormalizedTransition(onEnter,nodeRef),onEntering:exports.useNormalizedTransition(onEntering,nodeRef),onEntered:exports.useNormalizedTransition(onEntered,nodeRef),onExit:exports.useNormalizedTransition(onExit,nodeRef),onExiting:exports.useNormalizedTransition(onExiting,nodeRef),onExited:exports.useNormalizedTransition(onExited,nodeRef)}}},"./packages/juno-core/src/components/Typography/Typography.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Typography_1=tslib_1.__importDefault(__webpack_require__("./node_modules/@material-ui/core/esm/Typography/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Tooltip_1=__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/Typography/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts"),_RcTypography=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcTypography"}),variant=props.variant,colorProp=props.color,componentProp=props.component,rest=(props.weight,tslib_1.__rest(props,["variant","color","component","weight"])),component=componentProp||utils_1.RcCustomTypographyVariant[variant],color=react_1.useMemo((function(){return utils_1.MuiDefaultColor.includes(colorProp)?colorProp:void 0}),[colorProp]);return react_1.default.createElement(Typography_1.default,tslib_1.__assign({"data-variant":variant,"data-color":"string"==typeof colorProp?colorProp:void 0,ref,color,variant:"inherit",component},rest))})),RcTypography=foundation_1.styled(Tooltip_1.withTooltip(_RcTypography))(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.TypographyStyle);exports.RcTypography=RcTypography,RcTypography.defaultProps={variant:"body1",color:"initial"},RcTypography.displayName="RcTypography";try{RcTypography.displayName="RcTypography",RcTypography.__docgenInfo={description:"",displayName:"RcTypography",props:{style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},color:{defaultValue:{value:"initial"},description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},variant:{defaultValue:{value:"body1"},description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Typography/Typography.tsx#RcTypography"]={docgenInfo:RcTypography.__docgenInfo,name:"RcTypography",path:"packages/juno-core/src/components/Typography/Typography.tsx#RcTypography"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Typography/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/Typography.tsx"),exports)},"./packages/juno-core/src/components/Typography/styles/StyledTypography.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Typography/utils/index.ts");exports.TypographyStyle=function(_a){var variant=_a.variant,color=_a.color,weight=_a.weight,colorResult=utils_1.MuiDefaultColor.includes(color)?"":foundation_1.getParsePaletteColor(color,null,!1);return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ",";\n font-weight: ",";\n color: ",";\n "],["\n ",";\n font-weight: ",";\n color: ",";\n "])),foundation_1.typography(variant),weight&&utils_1.RcCustomTypographyWeight[weight],colorResult)};try{TypographyStyle.displayName="TypographyStyle",TypographyStyle.__docgenInfo={description:"",displayName:"TypographyStyle",props:{variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Typography/styles/StyledTypography.tsx#TypographyStyle"]={docgenInfo:TypographyStyle.__docgenInfo,name:"TypographyStyle",path:"packages/juno-core/src/components/Typography/styles/StyledTypography.tsx#TypographyStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Typography/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/styles/StyledTypography.tsx"),exports)},"./packages/juno-core/src/components/Typography/utils/TypographyUtils.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MuiDefaultColor=["initial","inherit","primary","secondary","textPrimary","textSecondary","error"],exports.RcCustomTypographyVariant={display4:"h1",display3:"h2",display2:"h3",display1:"h4",headline1:"h5",headline2:"h5",title2:"h6",title1:"h6",subheading2:"h6",subheading1:"h6",body2:"p",body1:"p",caption2:"p",caption1:"p",inherit:"p"},exports.RcCustomTypographyWeight={normal:400,bold:700}},"./packages/juno-core/src/components/Typography/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/utils/TypographyUtils.ts"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Divider_1=__webpack_require__("./packages/juno-core/src/components/Divider/index.ts"),_RcVirtualizedDivider=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcVirtualizedDivider"}),className=props.className,rest=tslib_1.__rest(props,["className"]);return react_1.default.createElement("li",{className,"data-disabled-focus":!0},react_1.default.createElement(Divider_1.RcDivider,tslib_1.__assign({},rest,{ref})))})),RcVirtualizedDivider=foundation_1.styled(_RcVirtualizedDivider)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n padding: ",";\n list-style: none;\n"],["\n padding: ",";\n list-style: none;\n"])),foundation_1.spacing(2,0));exports.RcVirtualizedDivider=RcVirtualizedDivider,RcVirtualizedDivider.defaultProps={},RcVirtualizedDivider.displayName="RcVirtualizedDivider";try{RcVirtualizedDivider.displayName="RcVirtualizedDivider",RcVirtualizedDivider.__docgenInfo={description:"that virtualized divider is same as normal divider,\nbut that use a `li` to wrap outside,\nuse padding inside to prevent dynamic container height error calculate\nand make that not be focusable",displayName:"RcVirtualizedDivider",props:{title:{defaultValue:null,description:"title on divider center, only work on horizontal",name:"title",required:!1,type:{name:"string"}},color:{defaultValue:null,description:"divider color",name:"color",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}},vertical:{defaultValue:null,description:"is that vertical",name:"vertical",required:!1,type:{name:"boolean"}},component:{defaultValue:null,description:"component for render root",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},size:{defaultValue:null,description:"size of divider",name:"size",required:!1,type:{name:"enum",value:[{value:'"default"'},{value:'"bold"'}]}},titleBgColor:{defaultValue:null,description:"title background color",name:"titleBgColor",required:!1,type:{name:'"action.grayDark" | "action.grayLight" | "action.primary" | "avatar.ash" | "avatar.blueberry" | "avatar.brass" | "avatar.global" | "avatar.gold" | "avatar.lake" | "avatar.oasis" | ... 123 more ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx#RcVirtualizedDivider"]={docgenInfo:RcVirtualizedDivider.__docgenInfo,name:"RcVirtualizedDivider",path:"packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx#RcVirtualizedDivider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.tsx"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),clsx_1=tslib_1.__importDefault(__webpack_require__("./node_modules/clsx/dist/clsx.m.js")),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),Popover_1=__webpack_require__("./packages/juno-core/src/components/Popover/index.ts"),Transitions_1=__webpack_require__("./packages/juno-core/src/components/Transitions/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/utils/index.ts"),VirtualizedMenuList_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx"),_RcVirtualizedMenu=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcVirtualizedMenu"}),_a=props.autoFocus,autoFocus=void 0===_a||_a,children=props.children,classesProp=props.classes,_b=props.disableAutoFocusItem,disableAutoFocusItem=void 0!==_b&&_b,_c=props.MenuListProps,_d=void 0===_c?{}:_c,_e=_d.maxHeight,maxHeight=void 0===_e?416:_e,onKeyDown=_d.onKeyDown,VirtuosoProps=_d.VirtuosoProps,MenuListProps=tslib_1.__rest(_d,["maxHeight","onKeyDown","VirtuosoProps"]),onClose=props.onClose,open=props.open,TransitionPropsProp=props.TransitionProps,_f=props.PaperProps,PaperPropsProp=void 0===_f?{}:_f,PopoverClasses=props.PopoverClasses,_g=props.transitionDuration,transitionDuration=void 0===_g?"auto":_g,_h=props.variant,variant=void 0===_h?"selectedMenu":_h,_j=props.action,popoverActionProp=void 0===_j?null:_j,rest=tslib_1.__rest(props,["autoFocus","children","classes","disableAutoFocusItem","MenuListProps","onClose","open","TransitionProps","PaperProps","PopoverClasses","transitionDuration","variant","action"]),document=foundation_1.useRcPortalWindowContext().document,popoverRef=react_1.useRef(null),handleRef=foundation_1.useForkRef(ref,popoverRef),popoverAction=react_1.useRef(null),handlePopoverAction=foundation_1.useForkRef(popoverAction,popoverActionProp),menuListActionRef=react_1.useRef(null),classes=react_1.useMemo((function(){return foundation_1.combineClasses(utils_1.RcVirtualizedMenuClasses,classesProp)}),[classesProp]),autoFocusItem=autoFocus&&!disableAutoFocusItem&&open,TransitionProps=react_1.useMemo((function(){return foundation_1.combineProps({onEntering:function(){var _a,_b;null===(_a=menuListActionRef.current)||void 0===_a||_a.adjustStyleForScrollbar(),null===(_b=menuListActionRef.current)||void 0===_b||_b.scrollIntoViewAndFocus()},onEntered:function(){var _a,newHeight=popoverRef.current.querySelector("."+utils_1.RcVirtualizedMenuClasses.paper).clientHeight;newHeight!==maxHeight&&(null===(_a=menuListActionRef.current)||void 0===_a||_a.adjustContainerHeight(newHeight))}},TransitionPropsProp)}),[maxHeight,TransitionPropsProp]),PaperProps=foundation_1.combineProps({classes:{root:null==classes?void 0:classes.paper}},PaperPropsProp),handleListKeyDown=foundation_1.useEventCallback((function(event){null==onKeyDown||onKeyDown(event),"Tab"===event.key&&(event.preventDefault(),onClose&&onClose(event,"tabKeyDown"))}));return react_1.default.createElement(Popover_1.RcPopover,tslib_1.__assign({ref:handleRef,action:handlePopoverAction,container:document.body,classes:PopoverClasses,onClose,open,TransitionComponent:Transitions_1.RcFade,transitionDuration,PaperProps,TransitionProps},rest),react_1.default.createElement(VirtualizedMenuList_1.RcVirtualizedMenuList,tslib_1.__assign({position:"unset",action:menuListActionRef,autoFocus,autoFocusItem,maxHeight,variant,onKeyDown:handleListKeyDown,VirtuosoProps:tslib_1.__assign(tslib_1.__assign({},VirtuosoProps),{totalListHeightChanged:function(height){var _a;null===(_a=null==VirtuosoProps?void 0:VirtuosoProps.totalListHeightChanged)||void 0===_a||_a.call(VirtuosoProps,height),queueMicrotask((function(){var _a;null===(_a=popoverAction.current)||void 0===_a||_a.updatePosition()}))}})},MenuListProps,{className:clsx_1.default(classes.list,MenuListProps.className)}),children))})),RcVirtualizedMenu=foundation_1.styled(_RcVirtualizedMenu)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),styles_1.VirtualizedMenuStyle);exports.RcVirtualizedMenu=RcVirtualizedMenu,RcVirtualizedMenu.defaultProps={autoFocus:!0,variant:"selectedMenu",getContentAnchorEl:null,anchorReference:"anchorEl",anchorOrigin:{vertical:"bottom",horizontal:"left"}};try{RcVirtualizedMenu.displayName="RcVirtualizedMenu",RcVirtualizedMenu.__docgenInfo={description:"",displayName:"RcVirtualizedMenu",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx#RcVirtualizedMenu"]={docgenInfo:RcVirtualizedMenu.__docgenInfo,name:"RcVirtualizedMenu",path:"packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx#RcVirtualizedMenu"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),foundation_1=(__webpack_require__("./node_modules/react-is/index.js"),__webpack_require__("./packages/juno-core/src/foundation/index.ts")),List_1=__webpack_require__("./packages/juno-core/src/components/List/List/List.tsx"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/index.ts"),VisuallyHidden_1=__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),styles_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts"),_RcVirtualizedMenuList=react_1.forwardRef((function(inProps,ref){var props=foundation_1.useThemeProps({props:inProps,name:"RcVirtualizedMenuList"}),action=props.action,disablePadding=props.disablePadding,_a=props.autoFocus,autoFocus=void 0!==_a&&_a,VirtuosoProps=props.VirtuosoProps,_b=props.autoFocusItem,autoFocusItem=void 0!==_b&&_b,childrenProp=props.children,_c=(props.className,props.classes,props.disabledItemsFocusable),disabledItemsFocusable=void 0!==_c&&_c,_d=props.disableListWrap,disableListWrap=void 0!==_d&&_d,_e=props.variant,variant=void 0===_e?"selectedMenu":_e,_f=props.maxHeight,maxHeight=void 0===_f?"100%":_f,position=(props.autoClose,props.position),rest=(props.onClose,tslib_1.__rest(props,["action","disablePadding","autoFocus","VirtuosoProps","autoFocusItem","children","className","classes","disabledItemsFocusable","disableListWrap","variant","maxHeight","autoClose","position","onClose"])),theme=foundation_1.useTheme(),document=foundation_1.useRcPortalWindowContext().document,vlRef=react_1.useRef(null),innerListRef=react_1.default.useRef(null),handleRef=foundation_1.useForkRef(innerListRef,ref),rangeChangedRef=react_1.useRef({startIndex:0,endIndex:0}),isMountedRef=foundation_1.useMountState(),itemRenderedDescriptorRef=react_1.useRef(null),hasSearchText=!1,activeItemIndex=-1,items=react_1.default.Children.map(childrenProp,(function(child,index){if(react_1.default.isValidElement(child))return child.props.disabled||("selectedMenu"===variant&&child.props.selected||-1===activeItemIndex)&&(activeItemIndex=index),void 0!==child.props["data-search-text"]&&(hasSearchText=!0),child})),itemCount=items.length,focusedIndexRef=react_1.useRef(activeItemIndex);focusedIndexRef.current=activeItemIndex;var onContainerHeightChange=foundation_1.useEventCallback((function(changeHeight){var scroller=scrollerRef.current;(null==scroller?void 0:scroller.style)&&(scroller.style.height=changeHeight+"px")})),_g=Virtuoso_1.useDynamicHeight({itemCount,maxContainerHeight:maxHeight,onContainerHeightChange}),totalListHeightChanged=_g.totalListHeightChanged,style=_g.style,containerHeighRef=_g.containerHeighRef,_h=Virtuoso_1.useHighlightScroll({containerHeighRef,scrollToIndex:function(location){var _a;null===(_a=vlRef.current)||void 0===_a||_a.scrollToIndex(location),0===location.index&&function(){var _a;null===(_a=vlRef.current)||void 0===_a||_a.scrollBy({top:-8})}()}}),scrollerRef=_h.scrollerRef,scrollerRefFn=_h.scrollerRefFn,itemsRendered=_h.itemsRendered,scrollToHighlightedIndex=_h.scrollToHighlightedIndex,_j=foundation_1.useOnlyOneFocusable({focusedIndexRef,containerRef:innerListRef}),focusIndex=_j.focusIndex,getItemProps=_j.getItemProps,focusItemByIndex=function(currentfocusedIndex,targetfocusedIndex){scrollToHighlightedIndex(null===currentfocusedIndex?0:currentfocusedIndex,targetfocusedIndex),Virtuoso_1.isOutOfRange(targetfocusedIndex,rangeChangedRef.current)?new Promise((function(resolve){itemRenderedDescriptorRef.current={resolve,index:targetfocusedIndex}})).then((function(){focusIndex(targetfocusedIndex)})):focusIndex(targetfocusedIndex)},_k=foundation_1.useKeyboardMoveFocus({options:items,focusedIndexRef,infinite:!disableListWrap,onFocusedIndexChange:function(event,toIndex){focusItemByIndex(focusedIndexRef.current,toIndex),event.preventDefault()},getOptionDisabled:function(child){return!disabledItemsFocusable&&(child.props.disabled||child.props["aria-disabled"]||child.props["data-disabled-focus"]||foundation_1.isRcElement(child,["RcDivider","RcVirtualizedDivider"]))},getOptionSearchText:hasSearchText?function(child){return child.props["data-search-text"]}:void 0}),onKeyFocusedIndexHandle=_k.onKeyFocusedIndexHandle,getNextFocusableOption=_k.getNextFocusableOption,hiddenRef=react_1.useRef(null),events=foundation_1.useHiddenTabindex(hiddenRef),onMounted=foundation_1.useEventCallback((function(){var _a;if(autoFocus&&(null===(_a=innerListRef.current)||void 0===_a||_a.focus()),disabledItemsFocusable)focusItemByIndex(null,0);else{var initFocusedIndex_1=getNextFocusableOption();autoFocusItem&&setTimeout((function(){focusItemByIndex(null,initFocusedIndex_1)}),0)}}));react_1.useImperativeHandle(action,(function(){return{scrollIntoViewAndFocus:onMounted,adjustStyleForScrollbar:function(){var listElm=innerListRef.current,scrollElm=scrollerRef.current;if("number"==typeof maxHeight&&scrollElm.clientHeight===maxHeight){var scrollbarSize=foundation_1.getScrollbarSize()+"px",styleDirection="rtl"===theme.direction?"paddingLeft":"paddingRight";listElm.style[styleDirection]=scrollbarSize,listElm.style.width="calc(100% + "+scrollbarSize+")",scrollElm.style.overflowX="hidden"}},adjustContainerHeight:function(value){containerHeighRef.current=value,onContainerHeightChange(value)}}}));var components=react_1.useMemo((function(){return{Header:disablePadding?void 0:styles_1.StyledMenuListPadding,Footer:disablePadding?void 0:styles_1.StyledMenuListPadding,List:react_1.default.forwardRef((function(_a,listRef){var children=_a.children,listRest=tslib_1.__rest(_a,["children"]),toRef=foundation_1.useForkRef(handleRef,listRef);return react_1.default.createElement(List_1.RcList,tslib_1.__assign({role:"menu",ref:toRef},foundation_1.combineProps(listRest,rest)),children)})),Item:function(_a){var child=_a.children,itemRest=tslib_1.__rest(_a,["children"]),index=itemRest["data-index"];return react_1.default.cloneElement(child,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},itemRest),{"aria-posinset":index,"aria-setsize":itemCount}),getItemProps(index)))}}}),[]),combine=foundation_1.combineProps(tslib_1.__assign({tabIndex:-1,scrollerRef:function(scrollElm){scrollerRefFn(scrollElm),Virtuoso_1.modifyVlScrollerStyle(scrollElm,position),isMountedRef.current||onMounted()},onKeyDown:onKeyFocusedIndexHandle,itemsRendered,rangeChanged:function(range){rangeChangedRef.current=range;var focusedIndex=focusedIndexRef.current,listElm=scrollerRef.current;listElm&&document.activeElement&&document.activeElement!==listElm&&listElm.contains(document.activeElement)&&Virtuoso_1.isOutOfRange(focusedIndex,range)&&listElm.focus();var itemRenderedDescriptor=itemRenderedDescriptorRef.current;itemRenderedDescriptor&&!Virtuoso_1.isOutOfRange(itemRenderedDescriptor.index,rangeChangedRef.current)&&(itemRenderedDescriptor.resolve(),itemRenderedDescriptorRef.current=null)},totalListHeightChanged,style},events),VirtuosoProps);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(VisuallyHidden_1.RcVisuallyHidden,{ref:hiddenRef,onFocus:function(){var _a;focusItemByIndex((null===(_a=rangeChangedRef.current)||void 0===_a?void 0:_a.startIndex)||0,focusedIndexRef.current)}}),react_1.default.createElement(Virtuoso_1.Virtuoso,tslib_1.__assign({ref:vlRef,data:items,itemContent:function(index,data){return data},totalCount:itemCount,components},combine)))})),RcVirtualizedMenuList=foundation_1.styled(_RcVirtualizedMenuList)(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject([""],[""])));exports.RcVirtualizedMenuList=RcVirtualizedMenuList,RcVirtualizedMenuList.defaultProps={},RcVirtualizedMenuList.displayName="RcVirtualizedMenuList";try{RcVirtualizedMenuList.displayName="RcVirtualizedMenuList",RcVirtualizedMenuList.__docgenInfo={description:"",displayName:"RcVirtualizedMenuList",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx#RcVirtualizedMenuList"]={docgenInfo:RcVirtualizedMenuList.__docgenInfo,name:"RcVirtualizedMenuList",path:"packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx#RcVirtualizedMenuList"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenu.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedMenuList.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/index.ts"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.menuListBoundaryPadding=8,exports.StyledMenuListPadding=foundation_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n height: ","px;\n"],["\n height: ","px;\n"])),(function(_a){var _b=_a.height;return void 0===_b?exports.menuListBoundaryPadding:_b}));try{StyledMenuListPadding.displayName="StyledMenuListPadding",StyledMenuListPadding.__docgenInfo={description:"",displayName:"StyledMenuListPadding",props:{height:{defaultValue:null,description:"that element height",name:"height",required:!0,type:{name:"number"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx#StyledMenuListPadding"]={docgenInfo:StyledMenuListPadding.__docgenInfo,name:"StyledMenuListPadding",path:"packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx#StyledMenuListPadding"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/utils/index.ts");exports.VirtualizedMenuStyle=function(){return foundation_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ."," {\n max-height: calc(100% - 96px);\n -webkit-overflow-scrolling: touch;\n overflow: hidden;\n }\n "],["\n ."," {\n max-height: calc(100% - 96px);\n -webkit-overflow-scrolling: touch;\n overflow: hidden;\n }\n "])),utils_1.RcVirtualizedMenuClasses.paper)};try{VirtualizedMenuStyle.displayName="VirtualizedMenuStyle",VirtualizedMenuStyle.__docgenInfo={description:"",displayName:"VirtualizedMenuStyle",props:{MenuListProps:{defaultValue:null,description:"props for apply on inner `MenuList`",name:"MenuListProps",required:!1,type:{name:"RcVirtualizedMenuListProps"}},classes:{defaultValue:null,description:"Override or extend the styles applied to the component.",name:"classes",required:!1,type:{name:"Partial>"}},children:{defaultValue:null,description:"Menu contents, normally `MenuItem`s.",name:"children",required:!1,type:{name:"ReactNode"}},elevation:{defaultValue:null,description:"The elevation of the popover.",name:"elevation",required:!1,type:{name:"number"}},variant:{defaultValue:null,description:"The variant to use. Use `menu` to prevent selected items from impacting the initial focus\nand the vertical alignment relative to the anchor element.",name:"variant",required:!1,type:{name:"enum",value:[{value:'"menu"'},{value:'"selectedMenu"'}]}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: unknown) => void) | RefObject | null"}},TransitionComponent:{defaultValue:null,description:"The component used for the transition.\n[Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",name:"TransitionComponent",required:!1,type:{name:"ComponentClass; }, any> | FunctionComponent"}},TransitionProps:{defaultValue:null,description:"Props applied to the transition element.\nBy default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition) component.",name:"TransitionProps",required:!1,type:{name:"TransitionProps"}},onEnter:{defaultValue:null,description:"Callback fired before the Menu enters.\n@deprecated \n@document",name:"onEnter",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntering:{defaultValue:null,description:"Callback fired when the Menu is entering.\n@deprecated \n@document",name:"onEntering",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onEntered:{defaultValue:null,description:"Callback fired when the Menu has entered.\n@deprecated \n@document",name:"onEntered",required:!1,type:{name:"((node: HTMLElement, isAppearing: boolean) => void)"}},onExit:{defaultValue:null,description:"Callback fired before the Menu exits.\n@deprecated \n@document",name:"onExit",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExiting:{defaultValue:null,description:"Callback fired when the Menu is exiting.\n@deprecated \n@document",name:"onExiting",required:!1,type:{name:"((node: HTMLElement) => void)"}},onExited:{defaultValue:null,description:"Callback fired when the Menu has exited.\n@deprecated \n@document",name:"onExited",required:!1,type:{name:"((node: HTMLElement) => void)"}},action:{defaultValue:null,description:"A ref for imperative actions.\nIt currently only supports updatePosition() action.",name:"action",required:!1,type:{name:"((instance: PopoverActions | null) => void) | RefObject | null"}},autoFocus:{defaultValue:null,description:'If `true` (Default) will focus the `[role="menu"]` if no focusable child is found. Disabled\nchildren are not focusable. If you set this prop to `false` focus will be placed\non the parent modal container. This has severe accessibility implications\nand should only be considered if you manage focus otherwise.',name:"autoFocus",required:!1,type:{name:"boolean"}},disablePortal:{defaultValue:null,description:"",name:"disablePortal",required:!1,type:{name:"boolean"}},onClose:{defaultValue:null,description:"emit when menu closed",name:"onClose",required:!1,type:{name:"((event: {}, reason: RcMenuOnCloseReasonsType) => void)"}},open:{defaultValue:null,description:"If `true`, the menu is visible.",name:"open",required:!0,type:{name:"boolean"}},transitionDuration:{defaultValue:null,description:"The length of the transition in `ms`, or 'auto'",name:"transitionDuration",required:!1,type:{name:'number | { appear?: number; enter?: number; exit?: number | undefined; } | { appear?: number | undefined; enter?: number | undefined; exit?: number | undefined; } | "auto" | undefined'}},anchorOrigin:{defaultValue:null,description:"This is the point on the anchor where the popover's\n`anchorEl` will attach to. This is not used when the\nanchorReference is 'anchorPosition'.\n\nOptions:\nvertical: [top, center, bottom];\nhorizontal: [left, center, right].",name:"anchorOrigin",required:!1,type:{name:"PopoverOrigin"}},BackdropComponent:{defaultValue:null,description:"",name:"BackdropComponent",required:!1,type:{name:"ComponentClass | FunctionComponent"}},BackdropProps:{defaultValue:null,description:"",name:"BackdropProps",required:!1,type:{name:"Partial"}},closeAfterTransition:{defaultValue:null,description:"",name:"closeAfterTransition",required:!1,type:{name:"boolean"}},container:{defaultValue:null,description:"A HTML element, component instance, or function that returns either.\nThe `container` will passed to the Modal component.\n\nBy default, it uses the body of the anchorEl's top-level document object,\nso it's simply `document.body` most of the time.",name:"container",required:!1,type:{name:"Element | Component | (() => Element | Component | null) | null"}},disableAutoFocus:{defaultValue:null,description:"",name:"disableAutoFocus",required:!1,type:{name:"boolean"}},disableBackdropClick:{defaultValue:null,description:"If `true`, clicking the backdrop will not fire the `onClose` callback.\n@deprecated",name:"disableBackdropClick",required:!1,type:{name:"boolean"}},disableEscapeKeyDown:{defaultValue:null,description:"",name:"disableEscapeKeyDown",required:!1,type:{name:"boolean"}},disableRestoreFocus:{defaultValue:null,description:"",name:"disableRestoreFocus",required:!1,type:{name:"boolean"}},disableScrollLock:{defaultValue:null,description:"",name:"disableScrollLock",required:!1,type:{name:"boolean"}},hideBackdrop:{defaultValue:null,description:"",name:"hideBackdrop",required:!1,type:{name:"boolean"}},keepMounted:{defaultValue:null,description:"",name:"keepMounted",required:!1,type:{name:"boolean"}},manager:{defaultValue:null,description:"",name:"manager",required:!1,type:{name:"ModalManager"}},onBackdropClick:{defaultValue:null,description:"Callback fired when the backdrop is clicked.\n@deprecated",name:"onBackdropClick",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onEscapeKeyDown:{defaultValue:null,description:"Callback fired when the escape key is pressed,\n`disableKeyboard` is false and the modal is in focus.\n@deprecated",name:"onEscapeKeyDown",required:!1,type:{name:"((event: SyntheticEvent<{}, Event>) => void)"}},onRendered:{defaultValue:null,description:"Callback fired once the children has been mounted into the `container`.\nIt signals that the `open={true}` prop took effect.\n\nThis prop will be removed in v5, the ref can be used instead.\n@deprecated",name:"onRendered",required:!1,type:{name:"(() => void)"}},anchorEl:{defaultValue:null,description:"A HTML element, or a function that returns it.\nIt's used to set the position of the menu.\n@document",name:"anchorEl",required:!1,type:{name:"Element | ((element: Element) => Element) | null"}},anchorPosition:{defaultValue:null,description:"This is the position that may be used\nto set the position of the popover.\nThe coordinates are relative to\nthe application's client area.",name:"anchorPosition",required:!1,type:{name:"PopoverPosition"}},anchorReference:{defaultValue:null,description:"This determines which anchor prop to refer to to set\nthe position of the popover.",name:"anchorReference",required:!1,type:{name:"enum",value:[{value:'"none"'},{value:'"anchorEl"'},{value:'"anchorPosition"'}]}},getContentAnchorEl:{defaultValue:null,description:"This function is called in order to retrieve the content anchor element.\nIt's the opposite of the `anchorEl` prop.\nThe content anchor element should be an element inside the popover.\nIt's used to correctly scroll and set the position of the popover.\nThe positioning strategy tries to make the content anchor element just above the\nanchor element.",name:"getContentAnchorEl",required:!1,type:{name:"((element: Element) => Element) | null"}},marginThreshold:{defaultValue:null,description:"Specifies how close to the edge of the window the popover can appear.",name:"marginThreshold",required:!1,type:{name:"number"}},PaperProps:{defaultValue:null,description:"Props applied to the [`Paper`](/api/paper/) element.",name:"PaperProps",required:!1,type:{name:"Partial"}},transformOrigin:{defaultValue:null,description:"This is the point on the popover which\nwill attach to the anchor's origin.\n\nOptions:\nvertical: [top, center, bottom, x(px)];\nhorizontal: [left, center, right, x(px)].",name:"transformOrigin",required:!1,type:{name:"PopoverOrigin"}},disableAutoFocusItem:{defaultValue:null,description:'When opening the menu will not focus the active item but the `[role="menu"]`\nunless `autoFocus` is also set to `false`. Not using the default means not\nfollowing WAI-ARIA authoring practices. Please be considerate about possible\naccessibility implications.',name:"disableAutoFocusItem",required:!1,type:{name:"boolean"}},PopoverClasses:{defaultValue:null,description:"`classes` prop applied to the [`Popover`](/api/popover/) element.",name:"PopoverClasses",required:!1,type:{name:"Partial>"}},autoClose:{defaultValue:null,description:"auto close menu when menu item clicked",name:"autoClose",required:!1,type:{name:"boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx#VirtualizedMenuStyle"]={docgenInfo:VirtualizedMenuStyle.__docgenInfo,name:"VirtualizedMenuStyle",path:"packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx#VirtualizedMenuStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VirtualizedMenu/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/StyledMenuPadding.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/styles/VirtualizedMenuStyle.tsx"),exports)},"./packages/juno-core/src/components/VirtualizedMenu/utils/VirtualizedMenuUtils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcVirtualizedMenuClasses=foundation_1.RcClasses(["paper"],"RcVirtualizedMenu")},"./packages/juno-core/src/components/VirtualizedMenu/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/utils/VirtualizedMenuUtils.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/index.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/index.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),NIL_NODE={lvl:0};function newAANode(k,v,lvl,l,r){return void 0===l&&(l=NIL_NODE),void 0===r&&(r=NIL_NODE),{k,v,lvl,l,r}}function empty(node){return node===NIL_NODE}function findMaxKeyValue(node,value,field){if(void 0===field&&(field="k"),empty(node))return[-1/0,void 0];if(Number(node[field])===value)return[node.k,node.v];if(Number(node[field])start&&(result=result.concat(walkWithin(l,start,end))),k>=start&&k<=end&&result.push({k,v}),k<=end&&(result=result.concat(walkWithin(r,start,end))),result}function walk(node){return empty(node)?[]:tslib_1.__spread(walk(node.l),[{k:node.k,v:node.v}],walk(node.r))}function last(node){return empty(node.r)?[node.k,node.v]:last(node.r)}function deleteLast(node){return empty(node.r)?node.l:adjust(clone(node,{r:deleteLast(node.r)}))}function clone(node,args){return newAANode(void 0!==args.k?args.k:node.k,void 0!==args.v?args.v:node.v,void 0!==args.lvl?args.lvl:node.lvl,void 0!==args.l?args.l:node.l,void 0!==args.r?args.r:node.r)}function isSingle(node){return empty(node)||node.lvl>node.r.lvl}function rebalance(node){return split(skew(node))}function adjust(node){var l=node.l,r=node.r,lvl=node.lvl;if(r.lvl>=lvl-1&&l.lvl>=lvl-1)return node;if(lvl>r.lvl+1){if(isSingle(l))return skew(clone(node,{lvl:lvl-1}));if(empty(l)||empty(l.r))throw new Error("Unexpected empty nodes");return clone(l.r,{l:clone(l,{r:l.r.l}),r:clone(node,{l:l.r.r,lvl:lvl-1}),lvl})}if(isSingle(node))return split(clone(node,{lvl:lvl-1}));if(empty(r)||empty(r.l))throw new Error("Unexpected empty nodes");var rl=r.l,rlvl=isSingle(rl)?r.lvl-1:r.lvl;return clone(rl,{l:clone(node,{r:rl.l,lvl:lvl-1}),r:split(clone(r,{l:rl.r,lvl:rlvl})),lvl:rl.lvl+1})}function arrayToRanges(items,parser){var length=items.length;if(0===length)return[];for(var _a=parser(items[0]),start=_a.index,value=_a.value,result=[],i=1;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_urx_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),useChangedChildSizes_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts")),listSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listSystem.ts"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx"),useSize_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),useWindowViewportRect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts")),context_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts"),tableComponentPropsSystem=u.system((function(){var itemContent=u.statefulStream((function(index){return react_1.default.createElement("td",null,"Item $",index)})),context=u.statefulStream(null),fixedHeaderContent=u.statefulStream(null),fixedFooterContent=u.statefulStream(null),components=u.statefulStream({}),computeItemKey=u.statefulStream(Virtuoso_1.identity),scrollerRef=u.statefulStream(u.noop),distinctProp=function(propName,defaultValue){return void 0===defaultValue&&(defaultValue=null),u.statefulStreamFromEmitter(u.pipe(components,u.map((function(components){return components[propName]})),u.distinctUntilChanged()),defaultValue)};return{context,itemContent,fixedHeaderContent,fixedFooterContent,components,computeItemKey,scrollerRef,TableComponent:distinctProp("Table","table"),TableHeadComponent:distinctProp("TableHead","thead"),TableFooterComponent:distinctProp("TableFoot","tfoot"),TableBodyComponent:distinctProp("TableBody","tbody"),TableRowComponent:distinctProp("TableRow","tr"),ScrollerComponent:distinctProp("Scroller","div"),EmptyPlaceholder:distinctProp("EmptyPlaceholder"),ScrollSeekPlaceholder:distinctProp("ScrollSeekPlaceholder"),FillerRow:distinctProp("FillerRow")}})),combinedSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),listSystem=_b[0],propsSystem=_b[1];return tslib_1.__assign(tslib_1.__assign({},listSystem),propsSystem)}),u.tup(listSystem_1.listSystem,tableComponentPropsSystem)),DefaultScrollSeekPlaceholder=function(_a){var height=_a.height;return react_1.default.createElement("tr",null,react_1.default.createElement("td",{style:{height}}))},DefaultFillerRow=function(_a){var height=_a.height;return react_1.default.createElement("tr",null,react_1.default.createElement("td",{style:{height,padding:0,border:0}}))},ITEM_STYLE={overflowAnchor:"none"},Items=react_1.default.memo((function VirtuosoItems(){var listState=useEmitterValue("listState"),sizeRanges=usePublisher("sizeRanges"),useWindowScroll=useEmitterValue("useWindowScroll"),customScrollParent=useEmitterValue("customScrollParent"),windowScrollContainerStateCallback=usePublisher("windowScrollContainerState"),_scrollContainerStateCallback=usePublisher("scrollContainerState"),scrollContainerStateCallback=customScrollParent||useWindowScroll?windowScrollContainerStateCallback:_scrollContainerStateCallback,itemContent=useEmitterValue("itemContent"),trackItemSizes=useEmitterValue("trackItemSizes"),itemSize=useEmitterValue("itemSize"),log=useEmitterValue("log"),_a=useChangedChildSizes_1.default(sizeRanges,itemSize,trackItemSizes,scrollContainerStateCallback,log,void 0,customScrollParent),callbackRef=_a.callbackRef,ref=_a.ref,_b=tslib_1.__read(react_1.default.useState(0),2),deviation=_b[0],setDeviation=_b[1];useEmitter("deviation",(function(value){deviation!==value&&(ref.current.style.marginTop=value+"px",setDeviation(value))}));var EmptyPlaceholder=useEmitterValue("EmptyPlaceholder"),ScrollSeekPlaceholder=useEmitterValue("ScrollSeekPlaceholder")||DefaultScrollSeekPlaceholder,FillerRow=useEmitterValue("FillerRow")||DefaultFillerRow,TableBodyComponent=useEmitterValue("TableBodyComponent"),TableRowComponent=useEmitterValue("TableRowComponent"),computeItemKey=useEmitterValue("computeItemKey"),isSeeking=useEmitterValue("isSeeking"),paddingTopAddition=useEmitterValue("paddingTopAddition"),firstItemIndex=useEmitterValue("firstItemIndex"),statefulTotalCount=useEmitterValue("statefulTotalCount"),context=useEmitterValue("context");if(0===statefulTotalCount&&EmptyPlaceholder)return react_1.default.createElement(EmptyPlaceholder,Virtuoso_1.contextPropIfNotDomElement(EmptyPlaceholder,context));var paddingTop=listState.offsetTop+paddingTopAddition+deviation,paddingBottom=listState.offsetBottom,paddingTopEl=paddingTop>0?react_1.default.createElement(FillerRow,{height:paddingTop,key:"padding-top",context}):null,paddingBottomEl=paddingBottom>0?react_1.default.createElement(FillerRow,{height:paddingBottom,key:"padding-bottom",context}):null,items=listState.items.map((function(item){var index=item.originalIndex,key=computeItemKey(index+firstItemIndex,item.data,context);return isSeeking?react_1.default.createElement(ScrollSeekPlaceholder,tslib_1.__assign(tslib_1.__assign({},Virtuoso_1.contextPropIfNotDomElement(ScrollSeekPlaceholder,context)),{key,index:item.index,height:item.size,type:item.type||"item"})):react_1.default.createElement(TableRowComponent,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},Virtuoso_1.contextPropIfNotDomElement(TableRowComponent,context)),Virtuoso_1.itemPropIfNotDomElement(TableRowComponent,item.data)),{key,"data-index":index,"data-known-size":item.size,"data-item-index":item.index,style:ITEM_STYLE}),itemContent(item.index,item.data,context))}));return react_1.default.createElement(TableBodyComponent,tslib_1.__assign({ref:callbackRef,"data-test-id":"virtuoso-item-list"},Virtuoso_1.contextPropIfNotDomElement(TableBodyComponent,context)),tslib_1.__spread([paddingTopEl],items,[paddingBottomEl]))})),Viewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),viewportHeight=usePublisher("viewportHeight"),fixedItemHeight=usePublisher("fixedItemHeight"),viewportRef=useSize_1.default(u.compose(viewportHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")})));return react_1.default.useEffect((function(){ctx&&(viewportHeight(ctx.viewportHeight),fixedItemHeight(ctx.itemHeight))}),[ctx,viewportHeight,fixedItemHeight]),react_1.default.createElement("div",{style:Virtuoso_1.viewportStyle,ref:viewportRef,"data-viewport-type":"element"},children)},WindowViewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),windowViewportRect=usePublisher("windowViewportRect"),fixedItemHeight=usePublisher("fixedItemHeight"),customScrollParent=useEmitterValue("customScrollParent"),viewportRef=useWindowViewportRect_1.default(windowViewportRect,customScrollParent);return react_1.default.useEffect((function(){ctx&&(fixedItemHeight(ctx.itemHeight),windowViewportRect({offsetTop:0,visibleHeight:ctx.viewportHeight,visibleWidth:100}))}),[ctx,windowViewportRect,fixedItemHeight]),react_1.default.createElement("div",{ref:viewportRef,style:Virtuoso_1.viewportStyle,"data-viewport-type":"window"},children)},TableRoot=react_1.default.memo((function TableVirtuosoRoot(props){var useWindowScroll=useEmitterValue("useWindowScroll"),customScrollParent=useEmitterValue("customScrollParent"),fixedHeaderHeight=usePublisher("fixedHeaderHeight"),fixedFooterHeight=usePublisher("fixedFooterHeight"),fixedHeaderContent=useEmitterValue("fixedHeaderContent"),fixedFooterContent=useEmitterValue("fixedFooterContent"),context=useEmitterValue("context"),theadRef=useSize_1.default(u.compose(fixedHeaderHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")}))),tfootRef=useSize_1.default(u.compose(fixedFooterHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")}))),TheScroller=customScrollParent||useWindowScroll?WindowScroller:Scroller,TheViewport=customScrollParent||useWindowScroll?WindowViewport:Viewport,TheTable=useEmitterValue("TableComponent"),TheTHead=useEmitterValue("TableHeadComponent"),TheTFoot=useEmitterValue("TableFooterComponent"),theHead=fixedHeaderContent?react_1.default.createElement(TheTHead,tslib_1.__assign({key:"TableHead",style:{zIndex:2,position:"sticky",top:0},ref:theadRef},Virtuoso_1.contextPropIfNotDomElement(TheTHead,context)),fixedHeaderContent()):null,theFoot=fixedFooterContent?react_1.default.createElement(TheTFoot,tslib_1.__assign({key:"TableFoot",style:{zIndex:1,position:"sticky",bottom:0},ref:tfootRef},Virtuoso_1.contextPropIfNotDomElement(TheTFoot,context)),fixedFooterContent()):null;return react_1.default.createElement(TheScroller,tslib_1.__assign({},props),react_1.default.createElement(TheViewport,null,react_1.default.createElement(TheTable,tslib_1.__assign({style:{borderSpacing:0,overflowAnchor:"none"}},Virtuoso_1.contextPropIfNotDomElement(TheTable,context)),[theHead,react_1.default.createElement(Items,{key:"TableBody"}),theFoot])))})),_a=react_urx_1.systemToComponent(combinedSystem,{required:{},optional:{restoreStateFrom:"restoreStateFrom",context:"context",followOutput:"followOutput",firstItemIndex:"firstItemIndex",itemContent:"itemContent",fixedHeaderContent:"fixedHeaderContent",fixedFooterContent:"fixedFooterContent",overscan:"overscan",increaseViewportBy:"increaseViewportBy",totalCount:"totalCount",topItemCount:"topItemCount",initialTopMostItemIndex:"initialTopMostItemIndex",components:"components",groupCounts:"groupCounts",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",computeItemKey:"computeItemKey",defaultItemHeight:"defaultItemHeight",fixedItemHeight:"fixedItemHeight",itemSize:"itemSize",scrollSeekConfiguration:"scrollSeekConfiguration",data:"data",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",alignToBottom:"alignToBottom",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel"},methods:{scrollToIndex:"scrollToIndex",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollBy:"scrollBy",getState:"getState"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",totalListHeightChanged:"totalListHeightChanged",itemsRendered:"itemsRendered",groupIndices:"groupIndices"}},TableRoot),Table=_a.Component,usePublisher=_a.usePublisher,useEmitterValue=_a.useEmitterValue,useEmitter=_a.useEmitter,Scroller=Virtuoso_1.buildScroller({usePublisher,useEmitterValue,useEmitter}),WindowScroller=Virtuoso_1.buildWindowScroller({usePublisher,useEmitterValue,useEmitter});exports.TableVirtuoso=Table;try{TableVirtuoso.displayName="TableVirtuoso",TableVirtuoso.__docgenInfo={description:"",displayName:"TableVirtuoso",props:{components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the table.",name:"components",required:!1,type:{name:"TableComponents"}},fixedHeaderContent:{defaultValue:null,description:"Set the contents of the table header.",name:"fixedHeaderContent",required:!1,type:{name:"(() => ReactNode) | null"}},fixedFooterContent:{defaultValue:null,description:"Set the contents of the table footer.",name:"fixedFooterContent",required:!1,type:{name:"(() => ReactNode) | null"}},totalCount:{defaultValue:null,description:"The total amount of items to be rendered.",name:"totalCount",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"readonly ItemData[]"}},overscan:{defaultValue:null,description:'Set the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in `react-window`).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"Set the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.",name:"initialTopMostItemIndex",required:!1,type:{name:"number"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},itemContent:{defaultValue:null,description:"Set the callback to specify the contents of the item.",name:"itemContent",required:!1,type:{name:"ItemContent"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the table won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"By default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"By default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"Context"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: TableVirtuosoHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx#TableVirtuoso"]={docgenInfo:TableVirtuoso.__docgenInfo,name:"TableVirtuoso",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx#TableVirtuoso"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_urx_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),useIsomorphicLayoutEffect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useIsomorphicLayoutEffect.ts")),useChangedChildSizes_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts")),useScrollTop_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useScrollTop.ts")),useSize_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts")),listSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listSystem.ts"),positionStickyCssValue_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/positionStickyCssValue.ts"),useWindowViewportRect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),context_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts");function identity(value){return value}exports.identity=identity;var listComponentPropsSystem=u.system((function(){var itemContent=u.statefulStream((function(index){return"Item "+index})),context=u.statefulStream(null),groupContent=u.statefulStream((function(index){return"Group "+index})),components=u.statefulStream({}),computeItemKey=u.statefulStream(identity),headerFooterTag=u.statefulStream("div"),scrollerRef=u.statefulStream(u.noop),distinctProp=function(propName,defaultValue){return void 0===defaultValue&&(defaultValue=null),u.statefulStreamFromEmitter(u.pipe(components,u.map((function(components){return components[propName]})),u.distinctUntilChanged()),defaultValue)};return{context,itemContent,groupContent,components,computeItemKey,headerFooterTag,scrollerRef,FooterComponent:distinctProp("Footer"),HeaderComponent:distinctProp("Header"),TopItemListComponent:distinctProp("TopItemList"),ListComponent:distinctProp("List","div"),ItemComponent:distinctProp("Item","div"),GroupComponent:distinctProp("Group","div"),ScrollerComponent:distinctProp("Scroller","div"),EmptyPlaceholder:distinctProp("EmptyPlaceholder"),ScrollSeekPlaceholder:distinctProp("ScrollSeekPlaceholder")}})),combinedSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),listSystem=_b[0],propsSystem=_b[1];return tslib_1.__assign(tslib_1.__assign({},listSystem),propsSystem)}),u.tup(listSystem_1.listSystem,listComponentPropsSystem)),DefaultScrollSeekPlaceholder=function(_a){var height=_a.height;return react_1.default.createElement("div",{style:{height}})},GROUP_STYLE={position:positionStickyCssValue_1.positionStickyCssValue(),zIndex:1,overflowAnchor:"none"},ITEM_STYLE={overflowAnchor:"none"},Items=react_1.default.memo((function VirtuosoItems(_a){var _b=_a.showTopList,showTopList=void 0!==_b&&_b,listState=exports.useEmitterValue("listState"),sizeRanges=exports.usePublisher("sizeRanges"),useWindowScroll=exports.useEmitterValue("useWindowScroll"),customScrollParent=exports.useEmitterValue("customScrollParent"),windowScrollContainerStateCallback=exports.usePublisher("windowScrollContainerState"),_scrollContainerStateCallback=exports.usePublisher("scrollContainerState"),scrollContainerStateCallback=customScrollParent||useWindowScroll?windowScrollContainerStateCallback:_scrollContainerStateCallback,itemContent=exports.useEmitterValue("itemContent"),context=exports.useEmitterValue("context"),groupContent=exports.useEmitterValue("groupContent"),trackItemSizes=exports.useEmitterValue("trackItemSizes"),itemSize=exports.useEmitterValue("itemSize"),log=exports.useEmitterValue("log"),listGap=exports.usePublisher("gap"),callbackRef=useChangedChildSizes_1.default(sizeRanges,itemSize,trackItemSizes,showTopList?u.noop:scrollContainerStateCallback,log,listGap,customScrollParent).callbackRef,_c=tslib_1.__read(react_1.default.useState(0),2),deviation=_c[0],setDeviation=_c[1];exports.useEmitter("deviation",(function(value){deviation!==value&&setDeviation(value)}));var EmptyPlaceholder=exports.useEmitterValue("EmptyPlaceholder"),ScrollSeekPlaceholder=exports.useEmitterValue("ScrollSeekPlaceholder")||DefaultScrollSeekPlaceholder,ListComponent=exports.useEmitterValue("ListComponent"),ItemComponent=exports.useEmitterValue("ItemComponent"),GroupComponent=exports.useEmitterValue("GroupComponent"),computeItemKey=exports.useEmitterValue("computeItemKey"),isSeeking=exports.useEmitterValue("isSeeking"),hasGroups=exports.useEmitterValue("groupIndices").length>0,paddingTopAddition=exports.useEmitterValue("paddingTopAddition"),scrolledToInitialItem=exports.useEmitterValue("scrolledToInitialItem"),containerStyle=showTopList?{}:tslib_1.__assign({boxSizing:"border-box",paddingTop:listState.offsetTop+paddingTopAddition,paddingBottom:listState.offsetBottom,marginTop:deviation},scrolledToInitialItem?{}:{visibility:"hidden"});return!showTopList&&0===listState.totalCount&&EmptyPlaceholder?react_1.default.createElement(EmptyPlaceholder,contextPropIfNotDomElement(EmptyPlaceholder,context)):react_1.default.createElement(ListComponent,tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(ListComponent,context)),{ref:callbackRef,style:containerStyle,"data-test-id":showTopList?"virtuoso-top-item-list":"virtuoso-item-list"}),(showTopList?listState.topItems:listState.items).map((function(item){var index=item.originalIndex,key=computeItemKey(index+listState.firstItemIndex,item.data,context);return isSeeking?react_1.default.createElement(ScrollSeekPlaceholder,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(ScrollSeekPlaceholder,context)),{key,index:item.index,height:item.size,type:item.type||"item"}),"group"===item.type?{}:{groupIndex:item.groupIndex})):"group"===item.type?react_1.default.createElement(GroupComponent,tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(GroupComponent,context)),{key,"data-index":index,"data-known-size":item.size,"data-item-index":item.index,style:GROUP_STYLE}),groupContent(item.index,context)):react_1.default.createElement(ItemComponent,tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},contextPropIfNotDomElement(ItemComponent,context)),itemPropIfNotDomElement(ItemComponent,item.data)),{key,"data-index":index,"data-known-size":item.size,"data-item-index":item.index,"data-item-group-index":item.groupIndex,style:ITEM_STYLE}),hasGroups?itemContent(item.index,item.groupIndex,item.data,context):itemContent(item.index,item.data,context))})))}));exports.scrollerStyle={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},exports.viewportStyle={width:"100%",height:"100%",position:"absolute",top:0};var topItemListStyle={width:"100%",position:positionStickyCssValue_1.positionStickyCssValue(),top:0,zIndex:1};function contextPropIfNotDomElement(element,context){if("string"!=typeof element)return{context}}function itemPropIfNotDomElement(element,item){return{item:"string"==typeof element?void 0:item}}exports.contextPropIfNotDomElement=contextPropIfNotDomElement,exports.itemPropIfNotDomElement=itemPropIfNotDomElement;var Header=react_1.default.memo((function VirtuosoHeader(){var Header=exports.useEmitterValue("HeaderComponent"),headerHeight=exports.usePublisher("headerHeight"),headerFooterTag=exports.useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return headerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=exports.useEmitterValue("context");return Header?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Header,contextPropIfNotDomElement(Header,context))):null})),Footer=react_1.default.memo((function VirtuosoFooter(){var Footer=exports.useEmitterValue("FooterComponent"),footerHeight=exports.usePublisher("footerHeight"),headerFooterTag=exports.useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return footerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=exports.useEmitterValue("context");return Footer?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Footer,contextPropIfNotDomElement(Footer,context))):null}));function buildScroller(_a){var usePublisher=_a.usePublisher,useEmitter=_a.useEmitter,useEmitterValue=_a.useEmitterValue,Scroller=react_1.default.memo((function VirtuosoScroller(_a){var style=_a.style,children=_a.children,props=tslib_1.__rest(_a,["style","children"]),scrollContainerStateCallback=usePublisher("scrollContainerState"),ScrollerComponent=useEmitterValue("ScrollerComponent"),smoothScrollTargetReached=usePublisher("smoothScrollTargetReached"),scrollerRefCallback=useEmitterValue("scrollerRef"),context=useEmitterValue("context"),_b=useScrollTop_1.default(scrollContainerStateCallback,smoothScrollTargetReached,ScrollerComponent,scrollerRefCallback),scrollerRef=_b.scrollerRef,scrollByCallback=_b.scrollByCallback,scrollToCallback=_b.scrollToCallback;return useEmitter("scrollTo",scrollToCallback),useEmitter("scrollBy",scrollByCallback),react_1.default.createElement(ScrollerComponent,tslib_1.__assign(tslib_1.__assign({ref:scrollerRef,style:tslib_1.__assign(tslib_1.__assign({},exports.scrollerStyle),style),"data-test-id":"virtuoso-scroller","data-virtuoso-scroller":!0,tabIndex:0},props),contextPropIfNotDomElement(ScrollerComponent,context)),children)}));return Scroller}function buildWindowScroller(_a){var usePublisher=_a.usePublisher,useEmitter=_a.useEmitter,useEmitterValue=_a.useEmitterValue,Scroller=react_1.default.memo((function VirtuosoWindowScroller(_a){var style=_a.style,children=_a.children,props=tslib_1.__rest(_a,["style","children"]),scrollContainerStateCallback=usePublisher("windowScrollContainerState"),ScrollerComponent=useEmitterValue("ScrollerComponent"),smoothScrollTargetReached=usePublisher("smoothScrollTargetReached"),totalListHeight=useEmitterValue("totalListHeight"),deviation=useEmitterValue("deviation"),customScrollParent=useEmitterValue("customScrollParent"),context=useEmitterValue("context"),_b=useScrollTop_1.default(scrollContainerStateCallback,smoothScrollTargetReached,ScrollerComponent,u.noop,customScrollParent),scrollerRef=_b.scrollerRef,scrollByCallback=_b.scrollByCallback,scrollToCallback=_b.scrollToCallback;return useIsomorphicLayoutEffect_1.default((function(){return scrollerRef.current=customScrollParent||window,function(){scrollerRef.current=null}}),[scrollerRef,customScrollParent]),useEmitter("windowScrollTo",scrollToCallback),useEmitter("scrollBy",scrollByCallback),react_1.default.createElement(ScrollerComponent,tslib_1.__assign(tslib_1.__assign({style:tslib_1.__assign(tslib_1.__assign({position:"relative"},style),0!==totalListHeight?{height:totalListHeight+deviation}:{}),"data-virtuoso-scroller":!0},props),contextPropIfNotDomElement(ScrollerComponent,context)),children)}));return Scroller}exports.buildScroller=buildScroller,exports.buildWindowScroller=buildWindowScroller;var Viewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),viewportHeight=exports.usePublisher("viewportHeight"),fixedItemHeight=exports.usePublisher("fixedItemHeight"),viewportRef=useSize_1.default(u.compose(viewportHeight,(function(el){return correctItemSize_1.correctItemSize(el,"height")})));return react_1.default.useEffect((function(){ctx&&(viewportHeight(ctx.viewportHeight),fixedItemHeight(ctx.itemHeight))}),[ctx,viewportHeight,fixedItemHeight]),react_1.default.createElement("div",{style:exports.viewportStyle,ref:viewportRef,"data-viewport-type":"element"},children)},WindowViewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoMockContext),windowViewportRect=exports.usePublisher("windowViewportRect"),fixedItemHeight=exports.usePublisher("fixedItemHeight"),customScrollParent=exports.useEmitterValue("customScrollParent"),viewportRef=useWindowViewportRect_1.default(windowViewportRect,customScrollParent);return react_1.default.useEffect((function(){ctx&&(fixedItemHeight(ctx.itemHeight),windowViewportRect({offsetTop:0,visibleHeight:ctx.viewportHeight,visibleWidth:100}))}),[ctx,windowViewportRect,fixedItemHeight]),react_1.default.createElement("div",{ref:viewportRef,style:exports.viewportStyle,"data-viewport-type":"window"},children)},TopItemListContainer=function(_a){var children=_a.children,TopItemList=exports.useEmitterValue("TopItemListComponent"),headerHeight=exports.useEmitterValue("headerHeight"),style=tslib_1.__assign(tslib_1.__assign({},topItemListStyle),{marginTop:headerHeight+"px"}),context=exports.useEmitterValue("context");return react_1.default.createElement(TopItemList||"div",{style,context},children)},ListRoot=react_1.default.memo((function VirtuosoRoot(props){var useWindowScroll=exports.useEmitterValue("useWindowScroll"),showTopList=exports.useEmitterValue("topItemsIndexes").length>0,customScrollParent=exports.useEmitterValue("customScrollParent"),TheScroller=customScrollParent||useWindowScroll?WindowScroller:Scroller,TheViewport=customScrollParent||useWindowScroll?WindowViewport:Viewport;return react_1.default.createElement(TheScroller,tslib_1.__assign({},props),showTopList&&react_1.default.createElement(TopItemListContainer,null,react_1.default.createElement(Items,{showTopList:!0})),react_1.default.createElement(TheViewport,null,react_1.default.createElement(Header,null),react_1.default.createElement(Items,null),react_1.default.createElement(Footer,null)))}));exports.List=(_a=react_urx_1.systemToComponent(combinedSystem,{required:{},optional:{restoreStateFrom:"restoreStateFrom",context:"context",followOutput:"followOutput",itemContent:"itemContent",groupContent:"groupContent",overscan:"overscan",increaseViewportBy:"increaseViewportBy",totalCount:"totalCount",groupCounts:"groupCounts",topItemCount:"topItemCount",firstItemIndex:"firstItemIndex",initialTopMostItemIndex:"initialTopMostItemIndex",components:"components",atBottomThreshold:"atBottomThreshold",atTopThreshold:"atTopThreshold",computeItemKey:"computeItemKey",defaultItemHeight:"defaultItemHeight",fixedItemHeight:"fixedItemHeight",itemSize:"itemSize",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",data:"data",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",alignToBottom:"alignToBottom",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel"},methods:{scrollToIndex:"scrollToIndex",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollBy:"scrollBy",autoscrollToBottom:"autoscrollToBottom",getState:"getState"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",totalListHeightChanged:"totalListHeightChanged",itemsRendered:"itemsRendered",groupIndices:"groupIndices"}},ListRoot)).Component,exports.usePublisher=_a.usePublisher,exports.useEmitterValue=_a.useEmitterValue,exports.useEmitter=_a.useEmitter;var Scroller=buildScroller({usePublisher:exports.usePublisher,useEmitterValue:exports.useEmitterValue,useEmitter:exports.useEmitter}),WindowScroller=buildWindowScroller({usePublisher:exports.usePublisher,useEmitterValue:exports.useEmitterValue,useEmitter:exports.useEmitter});exports.Virtuoso=exports.List,exports.GroupedVirtuoso=exports.List;try{identity.displayName="identity",identity.__docgenInfo={description:"",displayName:"identity",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#identity"]={docgenInfo:identity.__docgenInfo,name:"identity",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#identity"})}catch(__react_docgen_typescript_loader_error){}try{buildScroller.displayName="buildScroller",buildScroller.__docgenInfo={description:"",displayName:"buildScroller",props:{usePublisher:{defaultValue:null,description:"",name:"usePublisher",required:!0,type:{name:'(key: K) => (value: { ...; }[K] extends Stream<...> ? R : never) => void'}},useEmitterValue:{defaultValue:null,description:"",name:"useEmitterValue",required:!0,type:{name:' ? R : never>(key: K) => V'}},useEmitter:{defaultValue:null,description:"",name:"useEmitter",required:!0,type:{name:' ? R : never>(key: K, callback: (value: V) => void) => ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildScroller"]={docgenInfo:buildScroller.__docgenInfo,name:"buildScroller",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildScroller"})}catch(__react_docgen_typescript_loader_error){}try{buildWindowScroller.displayName="buildWindowScroller",buildWindowScroller.__docgenInfo={description:"",displayName:"buildWindowScroller",props:{usePublisher:{defaultValue:null,description:"",name:"usePublisher",required:!0,type:{name:'(key: K) => (value: { ...; }[K] extends Stream<...> ? R : never) => void'}},useEmitterValue:{defaultValue:null,description:"",name:"useEmitterValue",required:!0,type:{name:' ? R : never>(key: K) => V'}},useEmitter:{defaultValue:null,description:"",name:"useEmitter",required:!0,type:{name:' ? R : never>(key: K, callback: (value: V) => void) => ...'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildWindowScroller"]={docgenInfo:buildWindowScroller.__docgenInfo,name:"buildWindowScroller",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#buildWindowScroller"})}catch(__react_docgen_typescript_loader_error){}try{List.displayName="List",List.__docgenInfo={description:"",displayName:"List",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#List"]={docgenInfo:List.__docgenInfo,name:"List",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#List"})}catch(__react_docgen_typescript_loader_error){}try{usePublisher.displayName="usePublisher",usePublisher.__docgenInfo={description:"",displayName:"usePublisher",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an
    HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#usePublisher"]={docgenInfo:usePublisher.__docgenInfo,name:"usePublisher",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#usePublisher"})}catch(__react_docgen_typescript_loader_error){}try{useEmitterValue.displayName="useEmitterValue",useEmitterValue.__docgenInfo={description:"",displayName:"useEmitterValue",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#useEmitterValue"]={docgenInfo:useEmitterValue.__docgenInfo,name:"useEmitterValue",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#useEmitterValue"})}catch(__react_docgen_typescript_loader_error){}try{Virtuoso.displayName="Virtuoso",Virtuoso.__docgenInfo={description:"",displayName:"Virtuoso",props:{totalCount:{defaultValue:null,description:"The total amount of items to be rendered.",name:"totalCount",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"any"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"any"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"any"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"any"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"any"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"any"}},itemContent:{defaultValue:null,description:"Set the callback to specify the contents of the item.",name:"itemContent",required:!1,type:{name:"any"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"any"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"any"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"any"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:"any"}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling - decrease the value this property\nin combination with `data` or `totalCount` to prepend items to the top of the list.\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"any"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"any"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"any"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"any"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"any"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"any"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"any"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"any"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"any"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"any"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"any"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: VirtuosoHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#Virtuoso"]={docgenInfo:Virtuoso.__docgenInfo,name:"Virtuoso",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#Virtuoso"})}catch(__react_docgen_typescript_loader_error){}try{GroupedVirtuoso.displayName="GroupedVirtuoso",GroupedVirtuoso.__docgenInfo={description:"",displayName:"GroupedVirtuoso",props:{groupCounts:{defaultValue:null,description:"Specifies the amount of items in each group (and, actually, how many groups are there).\nFor example, passing [20, 30] will display 2 groups with 20 and 30 items each.",name:"groupCounts",required:!1,type:{name:"number[]"}},groupContent:{defaultValue:null,description:"Specifies how each each group header gets rendered. The callback receives the zero-based index of the group.",name:"groupContent",required:!1,type:{name:"GroupContent"}},itemContent:{defaultValue:null,description:"Specifies how each each item gets rendered.",name:"itemContent",required:!1,type:{name:"GroupItemContent"}},firstItemIndex:{defaultValue:null,description:"Use when implementing inverse infinite scrolling, decrease the value this property\nin combination with a change in `groupCounts` to prepend groups items to the top of the list.\nBoth new groups and extending the top group is supported.\n\nThe delta of the firstItemIndex should equal the amount of new items introduced, without the group themselves.\nAs an example, if you prepend 2 groups with 20 and 30 items each, the firstItemIndex should be decreased with 50.\n\nYou can also prepend more items to the first group, for example:\n\\{ groupCounts: [20, 30], firstItemIndex: 1000 \\} can become \\{ groupCounts: [10, 30, 30], firstItemIndex: 980 \\}\n\nWarning: the firstItemIndex should **be a positive number**, based on the total amount of items to be displayed.",name:"firstItemIndex",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"readonly ItemData[]"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"Context"}},overscan:{defaultValue:null,description:'*The property accepts pixel values.*\n\nSet the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.\nSee the `increaseViewportBy` property for a similar behavior (equivalent to the `overscan` in react-window).',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},increaseViewportBy:{defaultValue:null,description:"*The property accepts pixel values.*\n\nSet the increaseViewportBy property to artificially increase the viewport size, causing items to be rendered before outside of the viewport.\nThe property causes the component to render more items than the necessary, but can help with slow loading content.\nUsing `{ top?: number, bottom?: number }` lets you set the increase for each end separately.",name:"increaseViewportBy",required:!1,type:{name:"number | { top: number; bottom: number; }"}},topItemCount:{defaultValue:null,description:"Set the amount of items to remain fixed at the top of the list.\n\nFor a header that scrolls away when scrolling, check the `components.Header` property.",name:"topItemCount",required:!1,type:{name:"number"}},initialTopMostItemIndex:{defaultValue:null,description:"Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.\nPass in an object to achieve additional effects similar to `scrollToIndex`.",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign | GroupIndexLocationWithAlign"}},initialScrollTop:{defaultValue:null,description:"Set this value to offset the initial location of the list.\nWarning: using this property will still run a render cycle at the scrollTop: 0 list window.\nIf possible, avoid using it and stick to `initialTopMostItemIndex` instead.",name:"initialScrollTop",required:!1,type:{name:"number"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"Components"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"ComputeItemKey"}},defaultItemHeight:{defaultValue:null,description:'By default, the component assumes the default item height from the first rendered item (rendering it as a "probe").\n\nIf the first item turns out to be an outlier (very short or tall), the rest of the rendering will be slower,\nas multiple passes of rendering should happen for the list to fill the viewport.\n\nSetting `defaultItemHeight` causes the component to skip the "probe" rendering and use the property\nvalue as default height instead.',name:"defaultItemHeight",required:!1,type:{name:"number"}},itemSize:{defaultValue:null,description:"Allows customizing the height/width calculation of `Item` elements.\n\nThe default implementation reads `el.getBoundingClientRect().height` and `el.getBoundingClientRect().width`.",name:"itemSize",required:!1,type:{name:"SizeFunction"}},fixedItemHeight:{defaultValue:null,description:"Can be used to improve performance if the rendered items are of known size.\nSetting it causes the component to skip item measurements.",name:"fixedItemHeight",required:!1,type:{name:"number"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},followOutput:{defaultValue:null,description:"If set to `true`, the list automatically scrolls to bottom if the total count is changed.\nSet to `\"smooth\"` for an animated scrolling.\n\nBy default, `followOutput` scrolls down only if the list is already at the bottom.\nTo implement an arbitrary logic behind that, pass a function:\n\n```tsx\n {\n if (expression) {\n return 'smooth' // can be 'auto' or false to avoid scrolling\n } else {\n return false\n }\n }} />\n```",name:"followOutput",required:!1,type:{name:'boolean | "auto" | FollowOutputCallback | "smooth"'}},headerFooterTag:{defaultValue:null,description:"Set to customize the wrapper tag for the header and footer components (default is `div`).",name:"headerFooterTag",required:!1,type:{name:"string"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},totalListHeightChanged:{defaultValue:null,description:"Called when the total list height is changed due to new items or viewport resize.",name:"totalListHeightChanged",required:!1,type:{name:"((height: number) => void)"}},itemsRendered:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"itemsRendered",required:!1,type:{name:"((items: ListItem[]) => void)"}},alignToBottom:{defaultValue:null,description:"Setting `alignToBottom` to `true` aligns the items to the bottom of the list if the list is shorter than the viewport.\nUse `followOutput` property to keep the list aligned when new items are appended.",name:"alignToBottom",required:!1,type:{name:"boolean"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the list in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the list won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | Window | null) => any)"}},atTopThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `0`. Redefine to change how much away from the top the scroller can be before the list is not considered not at top.",name:"atTopThreshold",required:!1,type:{name:"number"}},atBottomThreshold:{defaultValue:null,description:"*The property accepts pixel values.*\n\nBy default `4`. Redefine to change how much away from the bottom the scroller can be before the list is not considered not at bottom.",name:"atBottomThreshold",required:!1,type:{name:"number"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"pass a state obtained from the getState() method to restore the list state - this includes the previously measured item sizes and the scroll location.\nNotice that you should still pass the same data and totalCount properties as before, so that the list can match the data with the stored measurements.\nThis is useful when you want to keep the list state when the component is unmounted and remounted, for example when navigating to a different page.",name:"restoreStateFrom",required:!1,type:{name:"StateSnapshot"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: GroupedVirtuosoHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#GroupedVirtuoso"]={docgenInfo:GroupedVirtuoso.__docgenInfo,name:"GroupedVirtuoso",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx#GroupedVirtuoso"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_urx_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),gridSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/gridSystem.ts"),useSize_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts")),useWindowViewportRect_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts")),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),context_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts"),gridComponentPropsSystem=u.system((function(){var itemContent=u.statefulStream((function(index){return"Item "+index})),components=u.statefulStream({}),context=u.statefulStream(null),itemClassName=u.statefulStream("virtuoso-grid-item"),listClassName=u.statefulStream("virtuoso-grid-list"),computeItemKey=u.statefulStream(Virtuoso_1.identity),headerFooterTag=u.statefulStream("div"),scrollerRef=u.statefulStream(u.noop),distinctProp=function(propName,defaultValue){return void 0===defaultValue&&(defaultValue=null),u.statefulStreamFromEmitter(u.pipe(components,u.map((function(components){return components[propName]})),u.distinctUntilChanged()),defaultValue)};return{context,itemContent,components,computeItemKey,itemClassName,listClassName,headerFooterTag,scrollerRef,FooterComponent:distinctProp("Footer"),HeaderComponent:distinctProp("Header"),ListComponent:distinctProp("List","div"),ItemComponent:distinctProp("Item","div"),ScrollerComponent:distinctProp("Scroller","div"),ScrollSeekPlaceholder:distinctProp("ScrollSeekPlaceholder","div")}})),combinedSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),gridSystem=_b[0],gridComponentPropsSystem=_b[1];return tslib_1.__assign(tslib_1.__assign({},gridSystem),gridComponentPropsSystem)}),u.tup(gridSystem_1.gridSystem,gridComponentPropsSystem)),GridItems=react_1.default.memo((function GridItems(){var gridState=useEmitterValue("gridState"),listClassName=useEmitterValue("listClassName"),itemClassName=useEmitterValue("itemClassName"),itemContent=useEmitterValue("itemContent"),computeItemKey=useEmitterValue("computeItemKey"),isSeeking=useEmitterValue("isSeeking"),scrollHeightCallback=usePublisher("scrollHeight"),ItemComponent=useEmitterValue("ItemComponent"),ListComponent=useEmitterValue("ListComponent"),ScrollSeekPlaceholder=useEmitterValue("ScrollSeekPlaceholder"),context=useEmitterValue("context"),itemDimensions=usePublisher("itemDimensions"),gridGap=usePublisher("gap"),log=useEmitterValue("log"),stateRestoreInProgress=useEmitterValue("stateRestoreInProgress"),listRef=useSize_1.default((function(el){var scrollHeight=el.parentElement.parentElement.scrollHeight;scrollHeightCallback(scrollHeight);var firstItem=el.firstChild;if(firstItem){var _a=firstItem.getBoundingClientRect(),width=_a.width,height=_a.height;itemDimensions({width,height})}gridGap({row:resolveGapValue("row-gap",getComputedStyle(el).rowGap,log),column:resolveGapValue("column-gap",getComputedStyle(el).columnGap,log)})}));return stateRestoreInProgress?null:react_1.default.createElement(ListComponent,tslib_1.__assign(tslib_1.__assign({ref:listRef,className:listClassName},Virtuoso_1.contextPropIfNotDomElement(ListComponent,context)),{style:{paddingTop:gridState.offsetTop,paddingBottom:gridState.offsetBottom},"data-test-id":"virtuoso-item-list"}),gridState.items.map((function(item){var key=computeItemKey(item.index,item.data,context);return isSeeking?react_1.default.createElement(ScrollSeekPlaceholder,tslib_1.__assign(tslib_1.__assign({key},Virtuoso_1.contextPropIfNotDomElement(ScrollSeekPlaceholder,context)),{index:item.index,height:gridState.itemHeight,width:gridState.itemWidth})):react_1.default.createElement(ItemComponent,tslib_1.__assign(tslib_1.__assign({},Virtuoso_1.contextPropIfNotDomElement(ItemComponent,context)),{className:itemClassName,"data-index":item.index,key}),itemContent(item.index,item.data,context))})))})),Header=react_1.default.memo((function VirtuosoHeader(){var Header=useEmitterValue("HeaderComponent"),headerHeight=usePublisher("headerHeight"),headerFooterTag=useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return headerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=useEmitterValue("context");return Header?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Header,Virtuoso_1.contextPropIfNotDomElement(Header,context))):null})),Footer=react_1.default.memo((function VirtuosoGridFooter(){var Footer=useEmitterValue("FooterComponent"),footerHeight=usePublisher("footerHeight"),headerFooterTag=useEmitterValue("headerFooterTag"),ref=useSize_1.default((function(el){return footerHeight(correctItemSize_1.correctItemSize(el,"height"))})),context=useEmitterValue("context");return Footer?react_1.default.createElement(headerFooterTag,{ref},react_1.default.createElement(Footer,Virtuoso_1.contextPropIfNotDomElement(Footer,context))):null})),Viewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoGridMockContext),itemDimensions=usePublisher("itemDimensions"),viewportDimensions=usePublisher("viewportDimensions"),viewportRef=useSize_1.default((function(el){viewportDimensions(el.getBoundingClientRect())}));return react_1.default.useEffect((function(){ctx&&(viewportDimensions({height:ctx.viewportHeight,width:ctx.viewportWidth}),itemDimensions({height:ctx.itemHeight,width:ctx.itemWidth}))}),[ctx,viewportDimensions,itemDimensions]),react_1.default.createElement("div",{style:Virtuoso_1.viewportStyle,ref:viewportRef},children)},WindowViewport=function(_a){var children=_a.children,ctx=react_1.default.useContext(context_1.VirtuosoGridMockContext),windowViewportRect=usePublisher("windowViewportRect"),itemDimensions=usePublisher("itemDimensions"),customScrollParent=useEmitterValue("customScrollParent"),viewportRef=useWindowViewportRect_1.default(windowViewportRect,customScrollParent);return react_1.default.useEffect((function(){ctx&&(itemDimensions({height:ctx.itemHeight,width:ctx.itemWidth}),windowViewportRect({offsetTop:0,visibleHeight:ctx.viewportHeight,visibleWidth:ctx.viewportWidth}))}),[ctx,windowViewportRect,itemDimensions]),react_1.default.createElement("div",{ref:viewportRef,style:Virtuoso_1.viewportStyle},children)},GridRoot=react_1.default.memo((function GridRoot(_a){var props=tslib_1.__rest(_a,[]),useWindowScroll=useEmitterValue("useWindowScroll"),customScrollParent=useEmitterValue("customScrollParent"),TheScroller=customScrollParent||useWindowScroll?WindowScroller:Scroller,TheViewport=customScrollParent||useWindowScroll?WindowViewport:Viewport;return react_1.default.createElement(TheScroller,tslib_1.__assign({},props),react_1.default.createElement(TheViewport,null,react_1.default.createElement(Header,null),react_1.default.createElement(GridItems,null),react_1.default.createElement(Footer,null)))})),_a=react_urx_1.systemToComponent(combinedSystem,{optional:{context:"context",totalCount:"totalCount",overscan:"overscan",itemContent:"itemContent",components:"components",computeItemKey:"computeItemKey",data:"data",initialItemCount:"initialItemCount",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",listClassName:"listClassName",itemClassName:"itemClassName",useWindowScroll:"useWindowScroll",customScrollParent:"customScrollParent",scrollerRef:"scrollerRef",logLevel:"logLevel",restoreStateFrom:"restoreStateFrom",initialTopMostItemIndex:"initialTopMostItemIndex"},methods:{scrollTo:"scrollTo",scrollBy:"scrollBy",scrollToIndex:"scrollToIndex"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",stateChanged:"stateChanged"}},GridRoot),Grid=_a.Component,usePublisher=_a.usePublisher,useEmitterValue=_a.useEmitterValue,useEmitter=_a.useEmitter;exports.Grid=Grid;var Scroller=Virtuoso_1.buildScroller({usePublisher,useEmitterValue,useEmitter}),WindowScroller=Virtuoso_1.buildWindowScroller({usePublisher,useEmitterValue,useEmitter});function resolveGapValue(property,value,log){return"normal"===value||(null==value?void 0:value.endsWith("px"))||log(property+" was not resolved to pixel value correctly",value,loggerSystem_1.LogLevel.WARN),"normal"===value?0:parseInt(null!=value?value:"0",10)}exports.VirtuosoGrid=Grid;try{Grid.displayName="Grid",Grid.__docgenInfo={description:"",displayName:"Grid",props:{data:{defaultValue:null,description:"",name:"data",required:!1,type:{name:"unknown[] | null"}},totalCount:{defaultValue:null,description:"",name:"totalCount",required:!1,type:{name:"number"}},itemContent:{defaultValue:null,description:"",name:"itemContent",required:!1,type:{name:"GridItemContent"}},context:{defaultValue:null,description:"",name:"context",required:!1,type:{name:"unknown"}},overscan:{defaultValue:null,description:"",name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},initialTopMostItemIndex:{defaultValue:null,description:"",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign"}},initialItemCount:{defaultValue:null,description:"",name:"initialItemCount",required:!1,type:{name:"number"}},components:{defaultValue:null,description:"",name:"components",required:!1,type:{name:"GridComponents"}},computeItemKey:{defaultValue:null,description:"",name:"computeItemKey",required:!1,type:{name:"GridComputeItemKey"}},scrollSeekConfiguration:{defaultValue:null,description:"",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},headerFooterTag:{defaultValue:null,description:"",name:"headerFooterTag",required:!1,type:{name:"string"}},useWindowScroll:{defaultValue:null,description:"",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},scrollerRef:{defaultValue:null,description:"",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | null) => void)"}},logLevel:{defaultValue:null,description:"",name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},restoreStateFrom:{defaultValue:null,description:"",name:"restoreStateFrom",required:!1,type:{name:"GridStateSnapshot | null"}},listClassName:{defaultValue:null,description:"",name:"listClassName",required:!1,type:{name:"string"}},itemClassName:{defaultValue:null,description:"",name:"itemClassName",required:!1,type:{name:"string"}},isScrolling:{defaultValue:null,description:"",name:"isScrolling",required:!1,type:{name:"((value: boolean) => void)"}},endReached:{defaultValue:null,description:"",name:"endReached",required:!1,type:{name:"((value: number) => void)"}},startReached:{defaultValue:null,description:"",name:"startReached",required:!1,type:{name:"((value: number) => void)"}},rangeChanged:{defaultValue:null,description:"",name:"rangeChanged",required:!1,type:{name:"((value: ListRange) => void)"}},atBottomStateChange:{defaultValue:null,description:"",name:"atBottomStateChange",required:!1,type:{name:"((value: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"",name:"atTopStateChange",required:!1,type:{name:"((value: boolean) => void)"}},stateChanged:{defaultValue:null,description:"",name:"stateChanged",required:!1,type:{name:"((value: GridStateSnapshot) => void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#Grid"]={docgenInfo:Grid.__docgenInfo,name:"Grid",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#Grid"})}catch(__react_docgen_typescript_loader_error){}try{VirtuosoGrid.displayName="VirtuosoGrid",VirtuosoGrid.__docgenInfo={description:"",displayName:"VirtuosoGrid",props:{totalCount:{defaultValue:null,description:"The total amount of items to be rendered.",name:"totalCount",required:!1,type:{name:"number"}},data:{defaultValue:null,description:"The data items to be rendered. If data is set, the total count will be inferred from the length of the array.",name:"data",required:!1,type:{name:"readonly ItemData[]"}},context:{defaultValue:null,description:"Additional context available in the custom components and content callbacks",name:"context",required:!1,type:{name:"Context"}},initialItemCount:{defaultValue:null,description:"Use for server-side rendering - if set, the list will render the specified amount of items\nregardless of the container / item size.",name:"initialItemCount",required:!1,type:{name:"number"}},itemContent:{defaultValue:null,description:"Set the callback to specify the contents of the item.",name:"itemContent",required:!1,type:{name:"GridItemContent"}},components:{defaultValue:null,description:"Use the `components` property for advanced customization of the elements rendered by the list.",name:"components",required:!1,type:{name:"GridComponents"}},overscan:{defaultValue:null,description:'Set the overscan property to make the component "chunk" the rendering of new items on scroll.\nThe property causes the component to render more items than the necessary, but reduces the re-renders on scroll.\nSetting `{ main: number, reverse: number }` lets you extend the list in both the main and the reverse scrollable directions.',name:"overscan",required:!1,type:{name:"number | { main: number; reverse: number; }"}},computeItemKey:{defaultValue:null,description:"If specified, the component will use the function to generate the `key` property for each list item.",name:"computeItemKey",required:!1,type:{name:"GridComputeItemKey"}},scrollSeekConfiguration:{defaultValue:null,description:"Use to display placeholders if the user scrolls fast through the list.\n\nSet `components.ScrollSeekPlaceholder` to change the placeholder content.",name:"scrollSeekConfiguration",required:!1,type:{name:"false | ScrollSeekConfiguration"}},isScrolling:{defaultValue:null,description:"Called when the list starts/stops scrolling.",name:"isScrolling",required:!1,type:{name:"((isScrolling: boolean) => void)"}},endReached:{defaultValue:null,description:"Gets called when the user scrolls to the end of the list.\nReceives the last item index as an argument. Can be used to implement endless scrolling.",name:"endReached",required:!1,type:{name:"((index: number) => void)"}},startReached:{defaultValue:null,description:"Called when the user scrolls to the start of the list.",name:"startReached",required:!1,type:{name:"((index: number) => void)"}},rangeChanged:{defaultValue:null,description:"Called with the new set of items each time the list items are rendered due to scrolling.",name:"rangeChanged",required:!1,type:{name:"((range: ListRange) => void)"}},stateChanged:{defaultValue:null,description:"reports when the grid state changes. The reported value can be stored and passed back to `restoreStateFrom` to restore the grid to the same state.",name:"stateChanged",required:!1,type:{name:"((state: GridStateSnapshot) => void)"}},restoreStateFrom:{defaultValue:null,description:"",name:"restoreStateFrom",required:!1,type:{name:"GridStateSnapshot | null"}},atBottomStateChange:{defaultValue:null,description:"Called with true / false when the list has reached the bottom / gets scrolled up.\nCan be used to load newer items, like `tail -f`.",name:"atBottomStateChange",required:!1,type:{name:"((atBottom: boolean) => void)"}},atTopStateChange:{defaultValue:null,description:"Called with `true` / `false` when the list has reached the top / gets scrolled down.",name:"atTopStateChange",required:!1,type:{name:"((atTop: boolean) => void)"}},scrollerRef:{defaultValue:null,description:"Provides access to the root DOM element",name:"scrollerRef",required:!1,type:{name:"((ref: HTMLElement | null) => any)"}},listClassName:{defaultValue:null,description:"Sets the className for the list DOM element",name:"listClassName",required:!1,type:{name:"string"}},itemClassName:{defaultValue:null,description:"Sets the grid items' className",name:"itemClassName",required:!1,type:{name:"string"}},useWindowScroll:{defaultValue:null,description:"Uses the document scroller rather than wrapping the grid in its own.",name:"useWindowScroll",required:!1,type:{name:"boolean"}},customScrollParent:{defaultValue:null,description:"Pass a reference to a scrollable parent element, so that the grid won't wrap in its own.",name:"customScrollParent",required:!1,type:{name:"HTMLElement"}},logLevel:{defaultValue:null,description:'set to LogLevel.DEBUG to enable various diagnostics in the console, the most useful being the item measurement reports.\n\nEnsure that you have "all levels" enabled in the browser console too see the messages.',name:"logLevel",required:!1,type:{name:"enum",value:[{value:"0"},{value:"1"},{value:"2"},{value:"3"}]}},initialTopMostItemIndex:{defaultValue:null,description:"",name:"initialTopMostItemIndex",required:!1,type:{name:"number | FlatIndexLocationWithAlign"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: VirtuosoGridHandle | null) => void) | RefObject | null"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#VirtuosoGrid"]={docgenInfo:VirtuosoGrid.__docgenInfo,name:"VirtuosoGrid",path:"packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx#VirtuosoGrid"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/alignToBottomSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),totalListHeightSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/totalListHeightSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");exports.alignToBottomSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),viewportHeight=_b[0].viewportHeight,totalListHeight=_b[1].totalListHeight,alignToBottom=u.statefulStream(!1),paddingTopAddition=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(alignToBottom,viewportHeight,totalListHeight),u.filter((function(_a){return tslib_1.__read(_a,1)[0]})),u.map((function(_a){var _b=tslib_1.__read(_a,3),viewportHeight=_b[1],totalListHeight=_b[2];return Math.max(0,viewportHeight-totalListHeight)})),u.throttleTime(0),u.distinctUntilChanged()),0);return{alignToBottom,paddingTopAddition}}),u.tup(domIOSystem_1.domIOSystem,totalListHeightSystem_1.totalListHeightSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.tupleComparator=function tupleComparator(prev,current){return!(!prev||prev[0]!==current[0]||prev[1]!==current[1])},exports.rangeComparator=function rangeComparator(prev,next){return!(!prev||prev.startIndex!==next.startIndex||prev.endIndex!==next.endIndex)}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/TableVirtuoso.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/Virtuoso.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/VirtuosoGrid.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var u=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));exports.domIOSystem=u.system((function(){var scrollContainerState=u.stream(),scrollTop=u.stream(),deviation=u.statefulStream(0),smoothScrollTargetReached=u.stream(),statefulScrollTop=u.statefulStream(0),viewportHeight=u.stream(),scrollHeight=u.stream(),headerHeight=u.statefulStream(0),fixedHeaderHeight=u.statefulStream(0),fixedFooterHeight=u.statefulStream(0),footerHeight=u.statefulStream(0),scrollTo=u.stream(),scrollBy=u.stream(),scrollingInProgress=u.statefulStream(!1);return u.connect(u.pipe(scrollContainerState,u.map((function(_a){return _a.scrollTop}))),scrollTop),u.connect(u.pipe(scrollContainerState,u.map((function(_a){return _a.scrollHeight}))),scrollHeight),u.connect(scrollTop,statefulScrollTop),{scrollContainerState,scrollTop,viewportHeight,headerHeight,fixedHeaderHeight,fixedFooterHeight,footerHeight,scrollHeight,smoothScrollTargetReached,scrollTo,scrollBy,statefulScrollTop,deviation,scrollingInProgress}}),[],{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/followOutputSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");function normalizeFollowOutput(follow){return!!follow&&("smooth"===follow?"smooth":"auto")}exports.followOutputSystem=u.system((function(_a){var _b=tslib_1.__read(_a,7),_c=_b[0],totalCount=_c.totalCount,listRefresh=_c.listRefresh,_d=_b[1],isAtBottom=_d.isAtBottom,atBottomState=_d.atBottomState,scrollToIndex=_b[2].scrollToIndex,scrolledToInitialItem=_b[3].scrolledToInitialItem,_e=_b[4],propsReady=_e.propsReady,didMount=_e.didMount,log=_b[5].log,scrollingInProgress=_b[6].scrollingInProgress,followOutput=u.statefulStream(!1),autoscrollToBottom=u.stream(),pendingScrollHandle=null;function scrollToBottom(followOutputBehavior){u.publish(scrollToIndex,{index:"LAST",align:"end",behavior:followOutputBehavior})}function trapNextSizeIncrease(followOutput){var cancel=u.handleNext(atBottomState,(function(state){!followOutput||state.atBottom||"SIZE_INCREASED"!==state.notAtBottomBecause||pendingScrollHandle||(u.getValue(log)("scrolling to bottom due to increased size",{},loggerSystem_1.LogLevel.DEBUG),scrollToBottom("auto"))}));setTimeout(cancel,100)}return u.subscribe(u.pipe(u.combineLatest(u.pipe(u.duc(totalCount),u.skip(1)),didMount),u.withLatestFrom(u.duc(followOutput),isAtBottom,scrolledToInitialItem,scrollingInProgress),u.map((function(_a){var _b=tslib_1.__read(_a,5),_c=tslib_1.__read(_b[0],2),totalCount=_c[0],didMount=_c[1],followOutput=_b[1],isAtBottom=_b[2],scrolledToInitialItem=_b[3],scrollingInProgress=_b[4],shouldFollow=didMount&&scrolledToInitialItem,followOutputBehavior="auto";return shouldFollow&&(followOutputBehavior=function(follow,isAtBottom){return"function"==typeof follow?normalizeFollowOutput(follow(isAtBottom)):isAtBottom&&normalizeFollowOutput(follow)}(followOutput,isAtBottom||scrollingInProgress),shouldFollow=shouldFollow&&!!followOutputBehavior),{totalCount,shouldFollow,followOutputBehavior}})),u.filter((function(_a){return _a.shouldFollow}))),(function(_a){var totalCount=_a.totalCount,followOutputBehavior=_a.followOutputBehavior;pendingScrollHandle&&(pendingScrollHandle(),pendingScrollHandle=null),pendingScrollHandle=u.handleNext(listRefresh,(function(){u.getValue(log)("following output to ",{totalCount},loggerSystem_1.LogLevel.DEBUG),scrollToBottom(followOutputBehavior),pendingScrollHandle=null}))})),u.subscribe(u.pipe(u.combineLatest(u.duc(followOutput),totalCount,propsReady),u.filter((function(_a){var _b=tslib_1.__read(_a,3),follow=_b[0],ready=_b[2];return follow&&ready})),u.scan((function(_a,_b){var value=_a.value,next=tslib_1.__read(_b,2)[1];return{refreshed:value===next,value:next}}),{refreshed:!1,value:0}),u.filter((function(_a){return _a.refreshed})),u.withLatestFrom(followOutput,totalCount)),(function(_a){trapNextSizeIncrease(!1!==tslib_1.__read(_a,2)[1])})),u.subscribe(autoscrollToBottom,(function(){trapNextSizeIncrease(!1!==u.getValue(followOutput))})),u.subscribe(u.combineLatest(u.duc(followOutput),atBottomState),(function(_a){var _b=tslib_1.__read(_a,2),followOutput=_b[0],state=_b[1];followOutput&&!state.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===state.notAtBottomBecause&&scrollToBottom("auto")})),{followOutput,autoscrollToBottom}}),u.tup(sizeSystem_1.sizeSystem,stateFlagsSystem_1.stateFlagsSystem,scrollToIndexSystem_1.scrollToIndexSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,propsReadySystem_1.propsReadySystem,loggerSystem_1.loggerSystem,domIOSystem_1.domIOSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/gridSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),comparators_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),scrollSeekSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollSeekSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeRangeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),windowScrollerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),skipFrames_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/skipFrames.ts"),INITIAL_GRID_STATE={items:[],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},PROBE_GRID_STATE={items:[{index:0}],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},round=Math.round,ceil=Math.ceil,floor=Math.floor,min=Math.min,max=Math.max;function buildItems(startIndex,endIndex,data){return Array.from({length:endIndex-startIndex+1}).map((function(_,i){var dataItem=null===data?null:data[i+startIndex];return{index:i+startIndex,data:dataItem}}))}function gapComparator(prev,next){return prev&&prev.column===next.column&&prev.row===next.row}function dimensionComparator(prev,next){return prev&&prev.width===next.width&&prev.height===next.height}function gridLayout(viewport,gap,item,items){var itemHeight=item.height;return void 0===itemHeight||0===items.length?{top:0,bottom:0}:{top:itemTop(viewport,gap,item,items[0].index),bottom:itemTop(viewport,gap,item,items[items.length-1].index)+itemHeight}}function itemTop(viewport,gap,item,index){var perRow=itemsPerRow(viewport.width,item.width,gap.column),rowCount=floor(index/perRow),top=rowCount*item.height+max(0,rowCount-1)*gap.row;return top>0?top+gap.row:top}function itemsPerRow(viewportWidth,itemWidth,gap){return max(1,floor((viewportWidth+gap)/(floor(itemWidth)+gap)))}exports.gridSystem=u.system((function(_a){var _b=tslib_1.__read(_a,7),_c=_b[0],overscan=_c.overscan,visibleRange=_c.visibleRange,listBoundary=_c.listBoundary,_d=_b[1],scrollTop=_d.scrollTop,viewportHeight=_d.viewportHeight,scrollBy=_d.scrollBy,scrollTo=_d.scrollTo,smoothScrollTargetReached=_d.smoothScrollTargetReached,scrollContainerState=_d.scrollContainerState,footerHeight=_d.footerHeight,headerHeight=_d.headerHeight,stateFlags=_b[2],scrollSeek=_b[3],_e=_b[4],propsReady=_e.propsReady,didMount=_e.didMount,_f=_b[5],windowViewportRect=_f.windowViewportRect,useWindowScroll=_f.useWindowScroll,customScrollParent=_f.customScrollParent,windowScrollContainerState=_f.windowScrollContainerState,windowScrollTo=_f.windowScrollTo,log=_b[6],totalCount=u.statefulStream(0),initialItemCount=u.statefulStream(0),gridState=u.statefulStream(INITIAL_GRID_STATE),viewportDimensions=u.statefulStream({height:0,width:0}),itemDimensions=u.statefulStream({height:0,width:0}),scrollToIndex=u.stream(),scrollHeight=u.stream(),deviation=u.statefulStream(0),data=u.statefulStream(null),gap=u.statefulStream({row:0,column:0}),stateChanged=u.stream(),restoreStateFrom=u.stream(),stateRestoreInProgress=u.statefulStream(!1),initialTopMostItemIndex=u.statefulStream(0),scrolledToInitialItem=u.statefulStream(!0),scrollScheduled=u.statefulStream(!1);u.subscribe(u.pipe(didMount,u.withLatestFrom(initialTopMostItemIndex),u.filter((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return!!_b[1]}))),(function(){u.publish(scrolledToInitialItem,!1),u.publish(initialItemCount,0)})),u.subscribe(u.pipe(u.combineLatest(didMount,scrolledToInitialItem,itemDimensions,viewportDimensions,initialTopMostItemIndex,scrollScheduled),u.filter((function(_a){var _b=tslib_1.__read(_a,6),didMount=_b[0],scrolledToInitialItem=_b[1],itemDimensions=_b[2],viewportDimensions=_b[3],scrollScheduled=_b[5];return didMount&&!scrolledToInitialItem&&0!==itemDimensions.height&&0!==viewportDimensions.height&&!scrollScheduled}))),(function(_a){var initialTopMostItemIndex=tslib_1.__read(_a,5)[4];u.publish(scrollScheduled,!0),skipFrames_1.skipFrames(1,(function(){u.publish(scrollToIndex,initialTopMostItemIndex)})),u.handleNext(u.pipe(scrollTop),(function(){u.publish(listBoundary,[0,0]),u.publish(scrolledToInitialItem,!0)}))})),u.connect(u.pipe(restoreStateFrom,u.filter((function(value){return null!=value&&value.scrollTop>0})),u.mapTo(0)),initialItemCount),u.subscribe(u.pipe(didMount,u.withLatestFrom(restoreStateFrom),u.filter((function(_a){var snapshot=tslib_1.__read(_a,2)[1];return null!=snapshot}))),(function(_a){var snapshot=tslib_1.__read(_a,2)[1];snapshot&&(u.publish(viewportDimensions,snapshot.viewport),u.publish(itemDimensions,null==snapshot?void 0:snapshot.item),u.publish(gap,snapshot.gap),snapshot.scrollTop>0&&(u.publish(stateRestoreInProgress,!0),u.handleNext(u.pipe(scrollTop,u.skip(1)),(function(_value){u.publish(stateRestoreInProgress,!1)})),u.publish(scrollTo,{top:snapshot.scrollTop})))})),u.connect(u.pipe(viewportDimensions,u.map((function(_a){return _a.height}))),viewportHeight),u.connect(u.pipe(u.combineLatest(u.duc(viewportDimensions,dimensionComparator),u.duc(itemDimensions,dimensionComparator),u.duc(gap,(function(prev,next){return prev&&prev.column===next.column&&prev.row===next.row})),u.duc(scrollTop)),u.map((function(_a){var _b=tslib_1.__read(_a,4);return{viewport:_b[0],item:_b[1],gap:_b[2],scrollTop:_b[3]}}))),stateChanged),u.connect(u.pipe(u.combineLatest(u.duc(totalCount),visibleRange,u.duc(gap,gapComparator),u.duc(itemDimensions,dimensionComparator),u.duc(viewportDimensions,dimensionComparator),u.duc(data),u.duc(initialItemCount),u.duc(stateRestoreInProgress),u.duc(scrolledToInitialItem),u.duc(initialTopMostItemIndex)),u.filter((function(_a){return!tslib_1.__read(_a,8)[7]})),u.map((function(_a){var _b=tslib_1.__read(_a,10),totalCount=_b[0],_c=tslib_1.__read(_b[1],2),startOffset=_c[0],endOffset=_c[1],gap=_b[2],item=_b[3],viewport=_b[4],data=_b[5],initialItemCount=_b[6],scrolledToInitialItem=_b[8],initialTopMostItemIndex=_b[9],rowGap=gap.row,columnGap=gap.column,itemHeight=item.height,itemWidth=item.width,viewportWidth=viewport.width;if(0===initialItemCount&&(0===totalCount||0===viewportWidth))return INITIAL_GRID_STATE;if(0===itemWidth){var startIndex_1=initialTopMostItemIndexSystem_1.getInitialTopMostItemIndexNumber(initialTopMostItemIndex,totalCount);return function buildProbeGridState(items){return tslib_1.__assign(tslib_1.__assign({},PROBE_GRID_STATE),{items})}(buildItems(startIndex_1,0===startIndex_1?Math.max(initialItemCount-1,0):startIndex_1,data))}var startIndex,endIndex,perRow=itemsPerRow(viewportWidth,itemWidth,columnGap);scrolledToInitialItem?0===startOffset&&0===endOffset&&initialItemCount>0?(startIndex=0,endIndex=initialItemCount-1):(startIndex=perRow*floor((startOffset+rowGap)/(itemHeight+rowGap)),endIndex=perRow*ceil((endOffset+rowGap)/(itemHeight+rowGap))-1,endIndex=min(totalCount-1,max(endIndex,perRow-1)),startIndex=min(endIndex,max(0,startIndex))):(startIndex=0,endIndex=-1);var items=buildItems(startIndex,endIndex,data),_d=gridLayout(viewport,gap,item,items),top=_d.top,bottom=_d.bottom,rowCount=ceil(totalCount/perRow);return{items,offsetTop:top,offsetBottom:rowCount*itemHeight+(rowCount-1)*rowGap-bottom,top,bottom,itemHeight,itemWidth}}))),gridState),u.connect(u.pipe(data,u.filter((function(data){return null!==data})),u.map((function(data){return data.length}))),totalCount),u.connect(u.pipe(u.combineLatest(viewportDimensions,itemDimensions,gridState,gap),u.filter((function(_a){var _b=tslib_1.__read(_a,3),viewportDimensions=_b[0],itemDimensions=_b[1];return _b[2].items.length>0&&0!==itemDimensions.height&&0!==viewportDimensions.height})),u.map((function(_a){var _b=tslib_1.__read(_a,4),viewportDimensions=_b[0],itemDimensions=_b[1],items=_b[2].items,_c=gridLayout(viewportDimensions,_b[3],itemDimensions,items);return[_c.top,_c.bottom]})),u.distinctUntilChanged(comparators_1.tupleComparator)),listBoundary);var hasScrolled=u.statefulStream(!1);u.connect(u.pipe(scrollTop,u.withLatestFrom(hasScrolled),u.map((function(_a){var _b=tslib_1.__read(_a,2),scrollTop=_b[0];return _b[1]||0!==scrollTop}))),hasScrolled);var endReached=u.streamFromEmitter(u.pipe(u.duc(gridState),u.filter((function(_a){return _a.items.length>0})),u.withLatestFrom(totalCount,hasScrolled),u.filter((function(_a){var _b=tslib_1.__read(_a,3),items=_b[0].items,totalCount=_b[1];return _b[2]&&items[items.length-1].index===totalCount-1})),u.map((function(_a){return tslib_1.__read(_a,2)[1]-1})),u.distinctUntilChanged())),startReached=u.streamFromEmitter(u.pipe(u.duc(gridState),u.filter((function(_a){var items=_a.items;return items.length>0&&0===items[0].index})),u.mapTo(0),u.distinctUntilChanged())),rangeChanged=u.streamFromEmitter(u.pipe(u.duc(gridState),u.withLatestFrom(stateRestoreInProgress),u.filter((function(_a){var _b=tslib_1.__read(_a,2),items=_b[0].items,stateRestoreInProgress=_b[1];return items.length>0&&!stateRestoreInProgress})),u.map((function(_a){var items=tslib_1.__read(_a,1)[0].items;return{startIndex:items[0].index,endIndex:items[items.length-1].index}})),u.distinctUntilChanged(comparators_1.rangeComparator),u.throttleTime(0)));u.connect(rangeChanged,scrollSeek.scrollSeekRangeChanged),u.connect(u.pipe(scrollToIndex,u.withLatestFrom(viewportDimensions,itemDimensions,totalCount,gap),u.map((function(_a){var _b=tslib_1.__read(_a,5),location=_b[0],viewportDimensions=_b[1],itemDimensions=_b[2],totalCount=_b[3],gap=_b[4],normalLocation=scrollToIndexSystem_1.normalizeIndexLocation(location),align=normalLocation.align,behavior=normalLocation.behavior,offset=normalLocation.offset,index=normalLocation.index;"LAST"===index&&(index=totalCount-1);var top=itemTop(viewportDimensions,gap,itemDimensions,index=max(0,index,min(totalCount-1,index)));return"end"===align?top=round(top-viewportDimensions.height+itemDimensions.height):"center"===align&&(top=round(top-viewportDimensions.height/2+itemDimensions.height/2)),offset&&(top+=offset),{top,behavior}}))),scrollTo);var totalListHeight=u.statefulStreamFromEmitter(u.pipe(gridState,u.map((function(gridState){return gridState.offsetBottom+gridState.bottom}))),0);return u.connect(u.pipe(windowViewportRect,u.map((function(viewportInfo){return{width:viewportInfo.visibleWidth,height:viewportInfo.visibleHeight}}))),viewportDimensions),tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({data,totalCount,viewportDimensions,itemDimensions,scrollTop,scrollHeight,overscan,scrollBy,scrollTo,scrollToIndex,smoothScrollTargetReached,windowViewportRect,windowScrollTo,useWindowScroll,customScrollParent,windowScrollContainerState,deviation,scrollContainerState,footerHeight,headerHeight,initialItemCount,gap,restoreStateFrom},scrollSeek),{initialTopMostItemIndex,gridState,totalListHeight}),stateFlags),{startReached,endReached,rangeChanged,stateChanged,propsReady,stateRestoreInProgress}),log)}),u.tup(sizeRangeSystem_1.sizeRangeSystem,domIOSystem_1.domIOSystem,stateFlagsSystem_1.stateFlagsSystem,scrollSeekSystem_1.scrollSeekSystem,propsReadySystem_1.propsReadySystem,windowScrollerSystem_1.windowScrollerSystem,loggerSystem_1.loggerSystem)),exports.itemsPerRow=itemsPerRow},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/groupedListSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts");function groupCountsToIndicesAndCount(counts){return counts.reduce((function(acc,groupCount){return acc.groupIndices.push(acc.totalCount),acc.totalCount+=groupCount+1,acc}),{totalCount:0,groupIndices:[]})}exports.groupCountsToIndicesAndCount=groupCountsToIndicesAndCount,exports.groupedListSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),_c=_b[0],totalCount=_c.totalCount,groupIndices=_c.groupIndices,sizes=_c.sizes,_d=_b[1],scrollTop=_d.scrollTop,headerHeight=_d.headerHeight,groupCounts=u.stream(),topItemsIndexes=u.stream(),groupIndicesAndCount=u.streamFromEmitter(u.pipe(groupCounts,u.map(groupCountsToIndicesAndCount)));return u.connect(u.pipe(groupIndicesAndCount,u.map((function(value){return value.totalCount}))),totalCount),u.connect(u.pipe(groupIndicesAndCount,u.map((function(value){return value.groupIndices}))),groupIndices),u.connect(u.pipe(u.combineLatest(scrollTop,sizes,headerHeight),u.filter((function(_a){var _b=tslib_1.__read(_a,2),sizes=(_b[0],_b[1]);return sizeSystem_1.hasGroups(sizes)})),u.map((function(_a){var _b=tslib_1.__read(_a,3),scrollTop=_b[0],state=_b[1],headerHeight=_b[2];return AATree_1.findMaxKeyValue(state.groupOffsetTree,Math.max(scrollTop-headerHeight,0),"v")[0]})),u.distinctUntilChanged(),u.map((function(index){return[index]}))),topItemsIndexes),{groupCounts,topItemsIndexes}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useChangedChildSizes.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),useSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts"),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");exports.default=function useChangedListContentsSizes(callback,itemSize,enabled,scrollContainerStateCallback,log,gap,customScrollParent){var _a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,memoedCallback=react_1.default.useCallback((function(el){for(var ranges=function getChangedChildSizes(children,itemSize,field,log){var length=children.length;if(0===length)return null;for(var results=[],i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),useIsomorphicLayoutEffect="undefined"!=typeof document?react_1.default.useLayoutEffect:react_1.default.useEffect;exports.default=useIsomorphicLayoutEffect},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.RcPortalWindowContext=foundation_1.RcPortalWindowContext,exports.useRcPortalWindowContext=foundation_1.useRcPortalWindowContext},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useScrollTop.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),react_dom_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react-dom/index.js")),approximatelyEqual_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/approximatelyEqual.ts"),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");exports.default=function useScrollTop(scrollContainerStateCallback,smoothScrollTargetReached,scrollerElement,scrollerRefCallback,customScrollParent){void 0===scrollerRefCallback&&(scrollerRefCallback=u.noop);var scrollerRef=react_1.default.useRef(null),scrollTopTarget=react_1.default.useRef(null),timeoutRef=react_1.default.useRef(null),_a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,handler=react_1.default.useCallback((function(ev){var el=ev.target,windowScroll=el===externalWindow||el===externalWindow.document,scrollTop=windowScroll?externalWindow.pageYOffset||externalWindow.document.documentElement.scrollTop:el.scrollTop,scrollHeight=windowScroll?externalWindow.document.documentElement.scrollHeight:el.scrollHeight,viewportHeight=windowScroll?externalWindow.innerHeight:el.offsetHeight,call=function(){scrollContainerStateCallback({scrollTop:Math.max(scrollTop,0),scrollHeight,viewportHeight})};ev.suppressFlushSync?call():react_dom_1.default.flushSync(call),null!==scrollTopTarget.current&&(scrollTop===scrollTopTarget.current||scrollTop<=0||scrollTop===scrollHeight-viewportHeight)&&(scrollTopTarget.current=null,smoothScrollTargetReached(!0),timeoutRef.current&&(clearTimeout(timeoutRef.current),timeoutRef.current=null))}),[externalWindow,scrollContainerStateCallback,smoothScrollTargetReached]);return react_1.default.useEffect((function(){var localRef=customScrollParent||scrollerRef.current;return scrollerRefCallback(customScrollParent||scrollerRef.current),handler({target:localRef,suppressFlushSync:!0}),localRef.addEventListener("scroll",handler,{passive:!0}),function(){scrollerRefCallback(null),localRef.removeEventListener("scroll",handler)}}),[scrollerRef,handler,scrollerElement,scrollerRefCallback,customScrollParent]),{scrollerRef,scrollByCallback:function scrollByCallback(location){scrollerRef.current.scrollBy(location)},scrollToCallback:function scrollToCallback(location){var scrollerElement=scrollerRef.current;if(scrollerElement&&(!("offsetHeight"in scrollerElement)||0!==scrollerElement.offsetHeight)){var offsetHeight,scrollHeight,scrollTop,isSmooth="smooth"===location.behavior;scrollerElement===externalWindow?(scrollHeight=Math.max(correctItemSize_1.correctItemSize(externalWindow.document.documentElement,"height"),externalWindow.document.documentElement.scrollHeight),offsetHeight=externalWindow.innerHeight,scrollTop=externalWindow.document.documentElement.scrollTop):(scrollHeight=scrollerElement.scrollHeight,offsetHeight=correctItemSize_1.correctItemSize(scrollerElement,"height"),scrollTop=scrollerElement.scrollTop);var maxScrollTop=scrollHeight-offsetHeight;if(location.top=Math.ceil(Math.max(Math.min(maxScrollTop,location.top),0)),approximatelyEqual_1.approximatelyEqual(offsetHeight,scrollHeight)||location.top===scrollTop)return scrollContainerStateCallback({scrollTop,scrollHeight,viewportHeight:offsetHeight}),void(isSmooth&&smoothScrollTargetReached(!0));isSmooth?(scrollTopTarget.current=location.top,timeoutRef.current&&clearTimeout(timeoutRef.current),timeoutRef.current=setTimeout((function(){timeoutRef.current=null,scrollTopTarget.current=null,smoothScrollTargetReached(!0)}),1e3)):scrollTopTarget.current=null,scrollerElement.scrollTo(location)}}}}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");function useSizeWithElRef(callback,enabled){void 0===enabled&&(enabled=!0);var ref=react_1.default.useRef(null),_a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,callbackRef=function(_el){};if(void 0!==externalWindow.ResizeObserver){var observer_1=react_1.default.useMemo((function(){return new externalWindow.ResizeObserver((function(entries){var element=entries[0].target;null!==element.offsetParent&&callback(element)}))}),[callback]);callbackRef=function(elRef){elRef&&enabled?(observer_1.observe(elRef),ref.current=elRef):(ref.current&&observer_1.unobserve(ref.current),ref.current=null)}}return{ref,callbackRef}}exports.useSizeWithElRef=useSizeWithElRef,exports.default=function useSize(callback,enabled){return void 0===enabled&&(enabled=!0),useSizeWithElRef(callback,enabled).callbackRef}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useWindowViewportRect.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js")),useSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useSize.ts"),useRcPortalWindowContext_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/hooks/useRcPortalWindowContext.ts");exports.default=function useWindowViewportRectRef(callback,customScrollParent){var viewportInfo=react_1.default.useRef(null),_a=useRcPortalWindowContext_1.useRcPortalWindowContext().externalWindow,externalWindow=void 0===_a?window:_a,calculateInfo=react_1.default.useCallback((function(element){if(null!==element&&element.offsetParent){var visibleHeight,offsetTop,rect=element.getBoundingClientRect(),visibleWidth=rect.width;if(customScrollParent){var customScrollParentRect=customScrollParent.getBoundingClientRect(),deltaTop=rect.top-customScrollParentRect.top;visibleHeight=customScrollParentRect.height-Math.max(0,deltaTop),offsetTop=deltaTop+customScrollParent.scrollTop}else visibleHeight=externalWindow.innerHeight-Math.max(0,rect.top),offsetTop=rect.top+externalWindow.pageYOffset;viewportInfo.current={offsetTop,visibleHeight,visibleWidth},callback(viewportInfo.current)}}),[callback,customScrollParent,externalWindow]),_b=useSize_1.useSizeWithElRef(calculateInfo),callbackRef=_b.callbackRef,ref=_b.ref,scrollAndResizeEventHandler=react_1.default.useCallback((function(){calculateInfo(ref.current)}),[calculateInfo,ref]);return react_1.default.useEffect((function(){if(customScrollParent){customScrollParent.addEventListener("scroll",scrollAndResizeEventHandler);var observer_1=new externalWindow.ResizeObserver(scrollAndResizeEventHandler);return observer_1.observe(customScrollParent),function(){customScrollParent.removeEventListener("scroll",scrollAndResizeEventHandler),observer_1.unobserve(customScrollParent)}}return externalWindow.addEventListener("scroll",scrollAndResizeEventHandler),externalWindow.addEventListener("resize",scrollAndResizeEventHandler),function(){externalWindow.removeEventListener("scroll",scrollAndResizeEventHandler),externalWindow.removeEventListener("resize",scrollAndResizeEventHandler)}}),[scrollAndResizeEventHandler,customScrollParent,externalWindow]),callbackRef}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/index.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),Virtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/Virtuoso.tsx");exports.GroupedVirtuoso=Virtuoso_1.GroupedVirtuoso,exports.Virtuoso=Virtuoso_1.Virtuoso;var VirtuosoGrid_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/VirtuosoGrid.tsx");exports.VirtuosoGrid=VirtuosoGrid_1.VirtuosoGrid;var TableVirtuoso_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/TableVirtuoso.tsx");exports.TableVirtuoso=TableVirtuoso_1.TableVirtuoso,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/interfaces.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/Virtuoso.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/TableVirtuoso.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/component-interfaces/VirtuosoGrid.ts"),exports);var loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts");exports.LogLevel=loggerSystem_1.LogLevel,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialItemCountSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts");exports.initialItemCountSystem=u.system((function(_a){var _b=tslib_1.__read(_a,4),_c=_b[0],sizes=_c.sizes,firstItemIndex=_c.firstItemIndex,data=_c.data,gap=_c.gap,initialTopMostItemIndex=_b[1].initialTopMostItemIndex,_d=_b[2],initialItemCount=_d.initialItemCount,listState=_d.listState,didMount=_b[3].didMount;return u.connect(u.pipe(didMount,u.withLatestFrom(initialItemCount),u.filter((function(_a){return 0!==tslib_1.__read(_a,2)[1]})),u.withLatestFrom(initialTopMostItemIndex,sizes,firstItemIndex,gap,data),u.map((function(_a){var _b=tslib_1.__read(_a,6),count=tslib_1.__read(_b[0],2)[1],initialTopMostItemIndexValue=_b[1],sizes=_b[2],firstItemIndex=_b[3],gap=_b[4],_d=_b[5],data=void 0===_d?[]:_d;return listStateSystem_1.buildListStateFromItemCount(count,initialTopMostItemIndexValue,sizes,firstItemIndex,gap,data)}))),listState),{}}),u.tup(sizeSystem_1.sizeSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,listStateSystem_1.listStateSystem,propsReadySystem_1.propsReadySystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialScrollTopSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts");exports.initialScrollTopSystem=u.system((function(_a){var _b=tslib_1.__read(_a,3),didMount=_b[0].didMount,scrollTo=_b[1].scrollTo,listState=_b[2].listState,initialScrollTop=u.statefulStream(0);return u.subscribe(u.pipe(didMount,u.withLatestFrom(initialScrollTop),u.filter((function(_a){return 0!==tslib_1.__read(_a,2)[1]})),u.map((function(_a){return{top:tslib_1.__read(_a,2)[1]}}))),(function(location){u.handleNext(u.pipe(listState,u.skip(1),u.filter((function(state){return state.items.length>1}))),(function(){requestAnimationFrame((function(){u.publish(scrollTo,location)}))}))})),{initialScrollTop}}),u.tup(propsReadySystem_1.propsReadySystem,domIOSystem_1.domIOSystem,listStateSystem_1.listStateSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),skipFrames_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/skipFrames.ts");exports.getInitialTopMostItemIndexNumber=function getInitialTopMostItemIndexNumber(location,totalCount){var lastIndex=totalCount-1;return"number"==typeof location?location:"LAST"===location.index?lastIndex:location.index},exports.initialTopMostItemIndexSystem=u.system((function(_a){var _b=tslib_1.__read(_a,4),_c=_b[0],sizes=_c.sizes,listRefresh=_c.listRefresh,defaultItemSize=_c.defaultItemSize,scrollTop=_b[1].scrollTop,scrollToIndex=_b[2].scrollToIndex,didMount=_b[3].didMount,scrolledToInitialItem=u.statefulStream(!0),initialTopMostItemIndex=u.statefulStream(0),scrollScheduled=u.statefulStream(!1);return u.connect(u.pipe(didMount,u.withLatestFrom(initialTopMostItemIndex),u.filter((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return!!_b[1]})),u.mapTo(!1)),scrolledToInitialItem),u.subscribe(u.pipe(u.combineLatest(listRefresh,didMount),u.withLatestFrom(scrolledToInitialItem,sizes,defaultItemSize,scrollScheduled),u.filter((function(_a){var _b=tslib_1.__read(_a,5),didMount=tslib_1.__read(_b[0],2)[1],scrolledToInitialItem=_b[1],sizeTree=_b[2].sizeTree,defaultItemSize=_b[3],scrollScheduled=_b[4];return didMount&&(!AATree_1.empty(sizeTree)||u.isDefined(defaultItemSize))&&!scrolledToInitialItem&&!scrollScheduled})),u.withLatestFrom(initialTopMostItemIndex)),(function(_a){var initialTopMostItemIndex=tslib_1.__read(_a,2)[1];u.publish(scrollScheduled,!0),skipFrames_1.skipFrames(3,(function(){u.handleNext(scrollTop,(function(){return u.publish(scrolledToInitialItem,!0)})),u.publish(scrollToIndex,initialTopMostItemIndex)}))})),{scrolledToInitialItem,initialTopMostItemIndex}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,scrollToIndexSystem_1.scrollToIndexSystem,propsReadySystem_1.propsReadySystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/interfaces.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),groupedListSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/groupedListSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeRangeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),comparators_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx"),recalcSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/recalcSystem.ts");var EMPTY_LIST_STATE={items:[],topItems:[],offsetTop:0,offsetBottom:0,top:0,bottom:0,topListHeight:0,totalCount:0,firstItemIndex:0};function transposeItems(items,sizes,firstItemIndex){var e_1,_a;if(0===items.length)return[];if(!sizeSystem_1.hasGroups(sizes))return items.map((function(item){return tslib_1.__assign(tslib_1.__assign({},item),{index:item.index+firstItemIndex,originalIndex:item.index})}));var startIndex=items[0].index,endIndex=items[items.length-1].index,transposedItems=[],groupRanges=AATree_1.rangesWithin(sizes.groupOffsetTree,startIndex,endIndex),currentRange=void 0,currentGroupIndex=0;try{for(var items_1=tslib_1.__values(items),items_1_1=items_1.next();!items_1_1.done;items_1_1=items_1.next()){var item=items_1_1.value;(!currentRange||currentRange.end0){offsetTop=items[0].offset;var lastItem=items[items.length-1];bottom=lastItem.offset+lastItem.size}var itemCount=totalCount-lastIndex,top=offsetTop,offsetBottom=lastOffset+itemCount*lastSize+(itemCount-1)*gap-bottom;return{items:transposeItems(items,sizes,firstItemIndex),topItems:transposeItems(topItems,sizes,firstItemIndex),topListHeight:topItems.reduce((function(height,item){return item.size+height}),0),offsetTop,offsetBottom,top,bottom,totalCount,firstItemIndex}}function buildListStateFromItemCount(itemCount,initialTopMostItemIndex,sizes,firstItemIndex,gap,data){var e_2,_a,includedGroupsCount=0;if(sizes.groupIndices.length>0)try{for(var _b=tslib_1.__values(sizes.groupIndices),_c=_b.next();!_c.done;_c=_b.next()){if(_c.value-includedGroupsCount>=itemCount)break;includedGroupsCount++}}catch(e_2_1){e_2={error:e_2_1}}finally{try{_c&&!_c.done&&(_a=_b.return)&&_a.call(_b)}finally{if(e_2)throw e_2.error}}var adjustedCount=itemCount+includedGroupsCount,initialTopMostItemIndexNumber=initialTopMostItemIndexSystem_1.getInitialTopMostItemIndexNumber(initialTopMostItemIndex,adjustedCount),items=Array.from({length:adjustedCount}).map((function(_,index){return{index:index+initialTopMostItemIndexNumber,size:0,offset:0,data:data[index+initialTopMostItemIndexNumber]}}));return buildListState(items,[],adjustedCount,gap,sizes,firstItemIndex)}exports.buildListState=buildListState,exports.buildListStateFromItemCount=buildListStateFromItemCount,exports.listStateSystem=u.system((function(_a){var _b=tslib_1.__read(_a,8),_c=_b[0],sizes=_c.sizes,totalCount=_c.totalCount,data=_c.data,firstItemIndex=_c.firstItemIndex,gap=_c.gap,groupedListSystem=_b[1],_d=_b[2],visibleRange=_d.visibleRange,listBoundary=_d.listBoundary,rangeTopListHeight=_d.topListHeight,_e=_b[3],scrolledToInitialItem=_e.scrolledToInitialItem,initialTopMostItemIndex=_e.initialTopMostItemIndex,topListHeight=_b[4].topListHeight,stateFlags=_b[5],didMount=_b[6].didMount,recalcInProgress=_b[7].recalcInProgress,topItemsIndexes=u.statefulStream([]),initialItemCount=u.statefulStream(0),itemsRendered=u.stream();u.connect(groupedListSystem.topItemsIndexes,topItemsIndexes);var listState=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(didMount,recalcInProgress,u.duc(visibleRange,comparators_1.tupleComparator),u.duc(totalCount),u.duc(sizes),u.duc(initialTopMostItemIndex),scrolledToInitialItem,u.duc(topItemsIndexes),u.duc(firstItemIndex),u.duc(gap),data),u.filter((function(_a){var _b=tslib_1.__read(_a,11),mount=_b[0],recalcInProgress=_b[1],totalCount=_b[3],data=_b[10],dataChangeInProgress=data&&data.length!==totalCount;return mount&&!recalcInProgress&&!dataChangeInProgress})),u.map((function(_a){var e_3,_b,_c=tslib_1.__read(_a,11),_d=tslib_1.__read(_c[2],2),startOffset=_d[0],endOffset=_d[1],totalCount=_c[3],sizes=_c[4],initialTopMostItemIndex=_c[5],scrolledToInitialItem=_c[6],topItemsIndexes=_c[7],firstItemIndex=_c[8],gap=_c[9],data=_c[10],sizesValue=sizes,sizeTree=sizesValue.sizeTree,offsetTree=sizesValue.offsetTree,initialItemCountValue=u.getValue(initialItemCount);if(0===totalCount)return tslib_1.__assign(tslib_1.__assign({},EMPTY_LIST_STATE),{totalCount});if(0===startOffset&&0===endOffset)return 0===initialItemCountValue?tslib_1.__assign(tslib_1.__assign({},EMPTY_LIST_STATE),{totalCount}):buildListStateFromItemCount(initialItemCountValue,initialTopMostItemIndex,sizes,firstItemIndex,gap,data||[]);if(AATree_1.empty(sizeTree)){if(initialItemCountValue>0)return null;var state=buildListState(function probeItemSet(index,sizes,data){if(sizeSystem_1.hasGroups(sizes)){var itemIndex=sizeSystem_1.originalIndexFromItemIndex(index,sizes);return[{index:AATree_1.findMaxKeyValue(sizes.groupOffsetTree,itemIndex)[0],size:0,offset:0},{index:itemIndex,size:0,offset:0,data:data&&data[0]}]}return[{index,size:0,offset:0,data:data&&data[0]}]}(initialTopMostItemIndexSystem_1.getInitialTopMostItemIndexNumber(initialTopMostItemIndex,totalCount),sizesValue,data),[],totalCount,gap,sizesValue,firstItemIndex);return state}var topItems=[];if(topItemsIndexes.length>0){var startIndex=topItemsIndexes[0],endIndex=topItemsIndexes[topItemsIndexes.length-1],offset=0;try{for(var _e=tslib_1.__values(AATree_1.rangesWithin(sizeTree,startIndex,endIndex)),_f=_e.next();!_f.done;_f=_e.next())for(var range=_f.value,size=range.value,rangeStartIndex=Math.max(range.start,startIndex),rangeEndIndex=Math.min(range.end,endIndex),i=rangeStartIndex;i<=rangeEndIndex;i++)topItems.push({index:i,size,offset,data:data&&data[i]}),offset+=size}catch(e_3_1){e_3={error:e_3_1}}finally{try{_f&&!_f.done&&(_b=_e.return)&&_b.call(_e)}finally{if(e_3)throw e_3.error}}}if(!scrolledToInitialItem)return buildListState([],topItems,totalCount,gap,sizesValue,firstItemIndex);var minStartIndex=topItemsIndexes.length>0?topItemsIndexes[topItemsIndexes.length-1]+1:0,offsetPointRanges=sizeSystem_1.rangesWithinOffsets(offsetTree,startOffset,endOffset,minStartIndex);if(0===offsetPointRanges.length)return null;var maxIndex=totalCount-1,items=u.tap([],(function(result){var e_4,_a;try{for(var offsetPointRanges_1=tslib_1.__values(offsetPointRanges),offsetPointRanges_1_1=offsetPointRanges_1.next();!offsetPointRanges_1_1.done;offsetPointRanges_1_1=offsetPointRanges_1.next()){var range=offsetPointRanges_1_1.value,point=range.value,offset=point.offset,rangeStartIndex=range.start,size=point.size;if(point.offset=endOffset);i++)result.push({index:i,size,offset,data:data&&data[i]}),offset+=size+gap}}catch(e_4_1){e_4={error:e_4_1}}finally{try{offsetPointRanges_1_1&&!offsetPointRanges_1_1.done&&(_a=offsetPointRanges_1.return)&&_a.call(offsetPointRanges_1)}finally{if(e_4)throw e_4.error}}}));return buildListState(items,topItems,totalCount,gap,sizesValue,firstItemIndex)})),u.filter((function(value){return null!==value})),u.distinctUntilChanged()),EMPTY_LIST_STATE);u.connect(u.pipe(data,u.filter(u.isDefined),u.map((function(data){return null==data?void 0:data.length}))),totalCount),u.connect(u.pipe(listState,u.map((function(value){return value.topListHeight}))),topListHeight),u.connect(topListHeight,rangeTopListHeight),u.connect(u.pipe(listState,u.map((function(state){return[state.top,state.bottom]}))),listBoundary),u.connect(u.pipe(listState,u.map((function(state){return state.items}))),itemsRendered);var endReached=u.streamFromEmitter(u.pipe(listState,u.filter((function(_a){return _a.items.length>0})),u.withLatestFrom(totalCount,data),u.filter((function(_a){var _b=tslib_1.__read(_a,2),items=_b[0].items,totalCount=_b[1];return items[items.length-1].originalIndex===totalCount-1})),u.map((function(_a){var _b=tslib_1.__read(_a,3);return[_b[1]-1,_b[2]]})),u.distinctUntilChanged(comparators_1.tupleComparator),u.map((function(_a){return tslib_1.__read(_a,1)[0]})))),startReached=u.streamFromEmitter(u.pipe(listState,u.throttleTime(200),u.filter((function(_a){var items=_a.items,topItems=_a.topItems;return items.length>0&&items[0].originalIndex===topItems.length})),u.map((function(_a){return _a.items[0].index})),u.distinctUntilChanged())),rangeChanged=u.streamFromEmitter(u.pipe(listState,u.filter((function(_a){return _a.items.length>0})),u.map((function(_a){for(var items=_a.items,startIndex=0,endIndex=items.length-1;"group"===items[startIndex].type&&startIndexstartIndex;)endIndex--;return{startIndex:items[startIndex].index,endIndex:items[endIndex].index}})),u.distinctUntilChanged(comparators_1.rangeComparator)));return tslib_1.__assign({listState,topItemsIndexes,endReached,startReached,rangeChanged,itemsRendered,initialItemCount},stateFlags)}),u.tup(sizeSystem_1.sizeSystem,groupedListSystem_1.groupedListSystem,sizeRangeSystem_1.sizeRangeSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,scrollToIndexSystem_1.scrollToIndexSystem,stateFlagsSystem_1.stateFlagsSystem,propsReadySystem_1.propsReadySystem,recalcSystem_1.recalcSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/listSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),followOutputSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/followOutputSystem.ts"),groupedListSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/groupedListSystem.ts"),initialItemCountSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialItemCountSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),scrollSeekSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollSeekSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),sizeRangeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),topItemCountSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/topItemCountSystem.ts"),totalListHeightSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/totalListHeightSystem.ts"),upwardScrollFixSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/upwardScrollFixSystem.ts"),initialScrollTopSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialScrollTopSystem.ts"),alignToBottomSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/alignToBottomSystem.ts"),windowScrollerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),scrollIntoViewSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollIntoViewSystem.ts"),stateLoadSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateLoadSystem.ts"),featureGroup1System=u.system((function(_a){var _b=tslib_1.__read(_a,10),sizeRange=_b[0],initialItemCount=_b[1],propsReady=_b[2],scrollSeek=_b[3],totalListHeight=_b[4],initialScrollTopSystem=_b[5],alignToBottom=_b[6],windowScroller=_b[7],scrollIntoView=_b[8],logger=_b[9];return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},sizeRange),initialItemCount),propsReady),scrollSeek),totalListHeight),initialScrollTopSystem),alignToBottom),windowScroller),scrollIntoView),logger)}),u.tup(sizeRangeSystem_1.sizeRangeSystem,initialItemCountSystem_1.initialItemCountSystem,propsReadySystem_1.propsReadySystem,scrollSeekSystem_1.scrollSeekSystem,totalListHeightSystem_1.totalListHeightSystem,initialScrollTopSystem_1.initialScrollTopSystem,alignToBottomSystem_1.alignToBottomSystem,windowScrollerSystem_1.windowScrollerSystem,scrollIntoViewSystem_1.scrollIntoViewSystem,loggerSystem_1.loggerSystem));exports.listSystem=u.system((function(_a){var _b=_a,_c=tslib_1.__read(_b,11),_d=_c[0],totalCount=_d.totalCount,sizeRanges=_d.sizeRanges,fixedItemSize=_d.fixedItemSize,defaultItemSize=_d.defaultItemSize,trackItemSizes=_d.trackItemSizes,itemSize=_d.itemSize,data=_d.data,firstItemIndex=_d.firstItemIndex,groupIndices=_d.groupIndices,statefulTotalCount=_d.statefulTotalCount,gap=_d.gap,sizes=_d.sizes,_e=_c[1],initialTopMostItemIndex=_e.initialTopMostItemIndex,scrolledToInitialItem=_e.scrolledToInitialItem,domIO=_c[2],stateLoad=_c[3],followOutput=_c[4],_f=_c[5],scrollToIndex=_c[6].scrollToIndex,topItemCount=(_c[7],_c[8].topItemCount),groupCounts=_c[9].groupCounts,featureGroup1=_c[10],listState=_f.listState,topItemsIndexes=_f.topItemsIndexes,flags=tslib_1.__rest(_f,["listState","topItemsIndexes"]);return u.connect(flags.rangeChanged,featureGroup1.scrollSeekRangeChanged),u.connect(u.pipe(featureGroup1.windowViewportRect,u.map((function(value){return value.visibleHeight}))),domIO.viewportHeight),tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({totalCount,data,firstItemIndex,sizeRanges,initialTopMostItemIndex,scrolledToInitialItem,topItemsIndexes,topItemCount,groupCounts,fixedItemHeight:fixedItemSize,defaultItemHeight:defaultItemSize,gap},followOutput),{statefulTotalCount,listState,scrollToIndex,trackItemSizes,itemSize,groupIndices}),flags),featureGroup1),domIO),{sizes}),stateLoad)}),u.tup(sizeSystem_1.sizeSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,domIOSystem_1.domIOSystem,stateLoadSystem_1.stateLoadSystem,followOutputSystem_1.followOutputSystem,listStateSystem_1.listStateSystem,scrollToIndexSystem_1.scrollToIndexSystem,upwardScrollFixSystem_1.upwardScrollFixSystem,topItemCountSystem_1.topItemCountSystem,groupedListSystem_1.groupedListSystem,featureGroup1System))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0});var LogLevel,u=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));!function(LogLevel){LogLevel[LogLevel.DEBUG=0]="DEBUG",LogLevel[LogLevel.INFO=1]="INFO",LogLevel[LogLevel.WARN=2]="WARN",LogLevel[LogLevel.ERROR=3]="ERROR"}(LogLevel=exports.LogLevel||(exports.LogLevel={}));var CONSOLE_METHOD_MAP=((_a={})[LogLevel.DEBUG]="debug",_a[LogLevel.INFO]="log",_a[LogLevel.WARN]="warn",_a[LogLevel.ERROR]="error",_a);exports.loggerSystem=u.system((function(){var logLevel=u.statefulStream(LogLevel.ERROR),log=u.statefulStream((function(label,message,level){var _a;void 0===level&&(level=LogLevel.INFO),level>=(null!==(_a=("undefined"==typeof globalThis?window:globalThis).VIRTUOSO_LOG_LEVEL)&&void 0!==_a?_a:u.getValue(logLevel))&&console[CONSOLE_METHOD_MAP[level]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: initial",label,message)}));return{log,logLevel}}),[],{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts");exports.propsReadySystem=u.system((function(_a){var log=tslib_1.__read(_a,1)[0].log,propsReady=u.statefulStream(!1),didMount=u.streamFromEmitter(u.pipe(propsReady,u.filter((function(ready){return ready})),u.distinctUntilChanged()));return u.subscribe(propsReady,(function(value){value&&u.getValue(log)("props updated",{},loggerSystem_1.LogLevel.DEBUG)})),{propsReady,didMount}}),u.tup(loggerSystem_1.loggerSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/react-urx/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));var useIsomorphicLayoutEffect="undefined"!=typeof document?react_1.default.useLayoutEffect:react_1.default.useEffect;exports.systemToComponent=function systemToComponent(systemSpec,map,Root){var requiredPropNames=Object.keys(map.required||{}),optionalPropNames=Object.keys(map.optional||{}),methodNames=Object.keys(map.methods||{}),eventNames=Object.keys(map.events||{}),Context=react_1.default.createContext({});function applyPropsToSystem(system,props){var e_1,_a,e_2,_b;system.propsReady&&u.publish(system.propsReady,!1);try{for(var requiredPropNames_1=tslib_1.__values(requiredPropNames),requiredPropNames_1_1=requiredPropNames_1.next();!requiredPropNames_1_1.done;requiredPropNames_1_1=requiredPropNames_1.next()){var requiredPropName=requiredPropNames_1_1.value,stream=system[map.required[requiredPropName]];u.publish(stream,props[requiredPropName])}}catch(e_1_1){e_1={error:e_1_1}}finally{try{requiredPropNames_1_1&&!requiredPropNames_1_1.done&&(_a=requiredPropNames_1.return)&&_a.call(requiredPropNames_1)}finally{if(e_1)throw e_1.error}}try{for(var optionalPropNames_1=tslib_1.__values(optionalPropNames),optionalPropNames_1_1=optionalPropNames_1.next();!optionalPropNames_1_1.done;optionalPropNames_1_1=optionalPropNames_1.next()){var optionalPropName=optionalPropNames_1_1.value;if(optionalPropName in props){stream=system[map.optional[optionalPropName]];u.publish(stream,props[optionalPropName])}}}catch(e_2_1){e_2={error:e_2_1}}finally{try{optionalPropNames_1_1&&!optionalPropNames_1_1.done&&(_b=optionalPropNames_1.return)&&_b.call(optionalPropNames_1)}finally{if(e_2)throw e_2.error}}system.propsReady&&u.publish(system.propsReady,!0)}function buildEventHandlers(system){return eventNames.reduce((function(handlers,eventName){return handlers[eventName]=u.eventHandler(system[map.events[eventName]]),handlers}),{})}return{Component:react_1.default.forwardRef((function(propsWithChildren,ref){var _a=propsWithChildren,children=_a.children,props=tslib_1.__rest(_a,["children"]),_b=tslib_1.__read(react_1.default.useState((function(){return u.tap(u.init(systemSpec),(function(system){return applyPropsToSystem(system,props)}))})),1),system=_b[0],handlers=tslib_1.__read(react_1.default.useState(u.curry1to0(buildEventHandlers,system)),1)[0];return useIsomorphicLayoutEffect((function(){var e_3,_a;try{for(var eventNames_1=tslib_1.__values(eventNames),eventNames_1_1=eventNames_1.next();!eventNames_1_1.done;eventNames_1_1=eventNames_1.next()){var eventName=eventNames_1_1.value;eventName in props&&u.subscribe(handlers[eventName],props[eventName])}}catch(e_3_1){e_3={error:e_3_1}}finally{try{eventNames_1_1&&!eventNames_1_1.done&&(_a=eventNames_1.return)&&_a.call(eventNames_1)}finally{if(e_3)throw e_3.error}}return function(){Object.values(handlers).map(u.reset)}}),[props,handlers,system]),useIsomorphicLayoutEffect((function(){applyPropsToSystem(system,props)})),react_1.default.useImperativeHandle(ref,u.always(function buildMethods(system){return methodNames.reduce((function(acc,methodName){return acc[methodName]=function(value){var stream=system[map.methods[methodName]];u.publish(stream,value)},acc}),{})}(system))),react_1.default.createElement(Context.Provider,{value:system},Root?react_1.default.createElement(Root,function omit(keys,obj){for(var result={},index={},idx=0,len=keys.length;idx{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var u=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts"));exports.recalcSystem=u.system((function(){return{recalcInProgress:u.statefulStream(!1)}}),[],{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollIntoViewSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),scrollToIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),defaultCalculateViewLocation=function(_a){var itemTop=_a.itemTop,itemBottom=_a.itemBottom,viewportTop=_a.viewportTop,viewportBottom=_a.viewportBottom,_b=_a.locationParams,behavior=_b.behavior,align=_b.align,rest=tslib_1.__rest(_b,["behavior","align"]);return itemTopviewportBottom?tslib_1.__assign(tslib_1.__assign({},rest),{behavior,align:null!=align?align:"end"}):null};exports.scrollIntoViewSystem=u.system((function(_a){var _b=tslib_1.__read(_a,3),_c=_b[0],sizes=_c.sizes,totalCount=_c.totalCount,gap=_c.gap,_d=_b[1],scrollTop=_d.scrollTop,viewportHeight=_d.viewportHeight,headerHeight=_d.headerHeight,fixedHeaderHeight=_d.fixedHeaderHeight,fixedFooterHeight=_d.fixedFooterHeight,scrollingInProgress=_d.scrollingInProgress,scrollToIndex=_b[2].scrollToIndex,scrollIntoView=u.stream();return u.connect(u.pipe(scrollIntoView,u.withLatestFrom(sizes,viewportHeight,totalCount,headerHeight,fixedHeaderHeight,fixedFooterHeight,scrollTop),u.withLatestFrom(gap),u.map((function(_a){var _b=tslib_1.__read(_a,2),_c=tslib_1.__read(_b[0],8),viewLocation=_c[0],sizes=_c[1],viewportHeight=_c[2],totalCount=_c[3],headerHeight=_c[4],fixedHeaderHeight=_c[5],fixedFooterHeight=_c[6],scrollTop=_c[7],gap=_b[1],done=viewLocation.done,behavior=viewLocation.behavior,align=viewLocation.align,_d=viewLocation.calculateViewLocation,calculateViewLocation=void 0===_d?defaultCalculateViewLocation:_d,rest=tslib_1.__rest(viewLocation,["done","behavior","align","calculateViewLocation"]),actualIndex=sizeSystem_1.originalIndexFromLocation(viewLocation,sizes,totalCount-1),itemTop=sizeSystem_1.offsetOf(actualIndex,sizes.offsetTree,gap)+headerHeight+fixedHeaderHeight,location=calculateViewLocation({itemTop,itemBottom:itemTop+AATree_1.findMaxKeyValue(sizes.sizeTree,actualIndex)[1],viewportTop:scrollTop+fixedHeaderHeight,viewportBottom:scrollTop+viewportHeight-fixedFooterHeight,locationParams:tslib_1.__assign({behavior,align},rest)});return location?done&&u.handleNext(u.pipe(scrollingInProgress,u.filter((function(value){return!1===value})),u.skip(u.getValue(scrollingInProgress)?1:2)),done):done&&done(),location})),u.filter((function(value){return null!==value}))),scrollToIndex),{scrollIntoView}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,scrollToIndexSystem_1.scrollToIndexSystem,listStateSystem_1.listStateSystem,loggerSystem_1.loggerSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollSeekSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts");exports.scrollSeekSystem=u.system((function(_a){var scrollVelocity=tslib_1.__read(_a,1)[0].scrollVelocity,isSeeking=u.statefulStream(!1),rangeChanged=u.stream(),scrollSeekConfiguration=u.statefulStream(!1);return u.connect(u.pipe(scrollVelocity,u.withLatestFrom(scrollSeekConfiguration,isSeeking,rangeChanged),u.filter((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return!!_b[1]})),u.map((function(_a){var _b=tslib_1.__read(_a,4),speed=_b[0],config=_b[1],isSeeking=_b[2],range=_b[3],_c=config,exit=_c.exit,enter=_c.enter;if(isSeeking){if(exit(speed,range))return!1}else if(enter(speed,range))return!0;return isSeeking})),u.distinctUntilChanged()),isSeeking),u.subscribe(u.pipe(u.combineLatest(isSeeking,scrollVelocity,rangeChanged),u.withLatestFrom(scrollSeekConfiguration)),(function(_a){var _b=tslib_1.__read(_a,2),_c=tslib_1.__read(_b[0],3),isSeeking=_c[0],velocity=_c[1],range=_c[2],config=_b[1];return isSeeking&&config&&config.change&&config.change(velocity,range)})),{isSeeking,scrollSeekConfiguration,scrollVelocity,scrollSeekRangeChanged:rangeChanged}}),u.tup(stateFlagsSystem_1.stateFlagsSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/scrollToIndexSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),SUPPORTS_SCROLL_TO_OPTIONS="undefined"!=typeof document&&"scrollBehavior"in document.documentElement.style;function normalizeIndexLocation(location){var result="number"==typeof location?{index:location}:location;return result.align||(result.align="start"),result.behavior&&SUPPORTS_SCROLL_TO_OPTIONS||(result.behavior="auto"),result.offset||(result.offset=0),result}exports.normalizeIndexLocation=normalizeIndexLocation,exports.scrollToIndexSystem=u.system((function(_a){var _b=tslib_1.__read(_a,3),_c=_b[0],sizes=_c.sizes,totalCount=_c.totalCount,listRefresh=_c.listRefresh,gap=_c.gap,_d=_b[1],scrollingInProgress=_d.scrollingInProgress,viewportHeight=_d.viewportHeight,scrollTo=_d.scrollTo,smoothScrollTargetReached=_d.smoothScrollTargetReached,headerHeight=_d.headerHeight,footerHeight=_d.footerHeight,fixedHeaderHeight=_d.fixedHeaderHeight,fixedFooterHeight=_d.fixedFooterHeight,log=_b[2].log,scrollToIndex=u.stream(),topListHeight=u.statefulStream(0),unsubscribeNextListRefresh=null,cleartTimeoutRef=null,unsubscribeListRefresh=null;function cleanup(){unsubscribeNextListRefresh&&(unsubscribeNextListRefresh(),unsubscribeNextListRefresh=null),unsubscribeListRefresh&&(unsubscribeListRefresh(),unsubscribeListRefresh=null),cleartTimeoutRef&&(clearTimeout(cleartTimeoutRef),cleartTimeoutRef=null),u.publish(scrollingInProgress,!1)}return u.connect(u.pipe(scrollToIndex,u.withLatestFrom(sizes,viewportHeight,totalCount,topListHeight,headerHeight,footerHeight,log),u.withLatestFrom(gap,fixedHeaderHeight,fixedFooterHeight),u.map((function(_a){var _b=tslib_1.__read(_a,4),_c=tslib_1.__read(_b[0],8),location=_c[0],sizes=_c[1],viewportHeight=_c[2],totalCount=_c[3],topListHeight=_c[4],headerHeight=_c[5],footerHeight=_c[6],log=_c[7],gap=_b[1],fixedHeaderHeight=_b[2],fixedFooterHeight=_b[3],normalLocation=normalizeIndexLocation(location),align=normalLocation.align,behavior=normalLocation.behavior,offset=normalLocation.offset,lastIndex=totalCount-1,index=sizeSystem_1.originalIndexFromLocation(normalLocation,sizes,lastIndex),top=sizeSystem_1.offsetOf(index,sizes.offsetTree,gap)+headerHeight;"end"===align?(top+=fixedHeaderHeight+AATree_1.findMaxKeyValue(sizes.sizeTree,index)[1]-viewportHeight+fixedFooterHeight,index===lastIndex&&(top+=footerHeight)):"center"===align?top+=(fixedHeaderHeight+AATree_1.findMaxKeyValue(sizes.sizeTree,index)[1]-viewportHeight+fixedFooterHeight)/2:top-=topListHeight,offset&&(top+=offset);var retry=function(listChanged){cleanup(),listChanged?(log("retrying to scroll to",{location},loggerSystem_1.LogLevel.DEBUG),u.publish(scrollToIndex,location)):log("list did not change, scroll successful",{},loggerSystem_1.LogLevel.DEBUG)};if(cleanup(),"smooth"===behavior){var listChanged_1=!1;unsubscribeListRefresh=u.subscribe(listRefresh,(function(changed){listChanged_1=listChanged_1||changed})),unsubscribeNextListRefresh=u.handleNext(smoothScrollTargetReached,(function(){retry(listChanged_1)}))}else unsubscribeNextListRefresh=u.handleNext(u.pipe(listRefresh,function watchChangesFor(limit){return function(done){var timeoutRef=setTimeout((function(){done(!1)}),limit);return function(value){value&&(done(!0),clearTimeout(timeoutRef))}}}(150)),retry);return cleartTimeoutRef=setTimeout((function(){cleanup()}),1200),u.publish(scrollingInProgress,!0),log("scrolling from index to",{index,top,behavior},loggerSystem_1.LogLevel.DEBUG),{top,behavior}}))),scrollTo),{scrollToIndex,topListHeight}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,loggerSystem_1.loggerSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeRangeSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),comparators_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/comparators.tsx");function getOverscan(overscan,end,direction){return"number"==typeof overscan?direction===stateFlagsSystem_1.UP&&end===exports.TOP||direction===stateFlagsSystem_1.DOWN&&end===exports.BOTTOM?overscan:0:direction===stateFlagsSystem_1.UP?end===exports.TOP?overscan.main:overscan.reverse:end===exports.BOTTOM?overscan.main:overscan.reverse}function getViewportIncrease(value,end){return"number"==typeof value?value:value[end]||0}exports.TOP="top",exports.BOTTOM="bottom",exports.NONE="none",exports.getOverscan=getOverscan,exports.sizeRangeSystem=u.system((function(_a){var _c=tslib_1.__read(_a,1)[0],scrollTop=_c.scrollTop,viewportHeight=_c.viewportHeight,deviation=_c.deviation,headerHeight=_c.headerHeight,fixedHeaderHeight=_c.fixedHeaderHeight,listBoundary=u.stream(),topListHeight=u.statefulStream(0),increaseViewportBy=u.statefulStream(0),overscan=u.statefulStream(0),visibleRange=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(u.duc(scrollTop),u.duc(viewportHeight),u.duc(headerHeight),u.duc(listBoundary,comparators_1.tupleComparator),u.duc(overscan),u.duc(topListHeight),u.duc(fixedHeaderHeight),u.duc(deviation),u.duc(increaseViewportBy)),u.map((function(_a){var _b=tslib_1.__read(_a,9),scrollTop=_b[0],viewportHeight=_b[1],headerHeight=_b[2],_c=tslib_1.__read(_b[3],2),listTop=_c[0],listBottom=_c[1],overscan=_b[4],topListHeight=_b[5],fixedHeaderHeight=_b[6],deviation=_b[7],increaseViewportBy=_b[8],top=scrollTop-deviation,stickyHeaderHeight=topListHeight+fixedHeaderHeight,headerVisible=Math.max(headerHeight-top,0),direction=exports.NONE,topViewportAddition=getViewportIncrease(increaseViewportBy,exports.TOP),bottomViewportAddition=getViewportIncrease(increaseViewportBy,exports.BOTTOM);return listTop-=deviation,listBottom+=headerHeight+fixedHeaderHeight,listBottom-=deviation,(listTop+=headerHeight+fixedHeaderHeight)>scrollTop+stickyHeaderHeight-topViewportAddition&&(direction=stateFlagsSystem_1.UP),listBottom{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),arrayBinarySearch=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/binaryArraySearch.ts")),correctItemSize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),recalcSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/recalcSystem.ts");function rangeIncludes(refRange){var size=refRange.size,startIndex=refRange.startIndex,endIndex=refRange.endIndex;return function(range){return range.start===startIndex&&(range.end===endIndex||range.end===1/0)&&range.value===size}}function affectedGroupCount(offset,groupIndices){for(var recognizedOffsetItems=0,groupIndex=0;recognizedOffsetItems=rangeStart||size===rangeValue)&&(sizeTree=AATree_1.remove(sizeTree,rangeStart)):(shouldInsert=rangeValue!==size,firstPassDone=!0),rangeEnd>endIndex&&endIndex>=rangeStart&&rangeValue!==size&&(sizeTree=AATree_1.insert(sizeTree,endIndex+1,rangeValue))}}catch(e_2_1){e_2={error:e_2_1}}finally{try{overlappingRanges_1_1&&!overlappingRanges_1_1.done&&(_b=overlappingRanges_1.return)&&_b.call(overlappingRanges_1)}finally{if(e_2)throw e_2.error}}shouldInsert&&(sizeTree=AATree_1.insert(sizeTree,startIndex,size))}}}}catch(e_1_1){e_1={error:e_1_1}}finally{try{ranges_1_1&&!ranges_1_1.done&&(_a=ranges_1.return)&&_a.call(ranges_1)}finally{if(e_1)throw e_1.error}}return[sizeTree,syncStart]}function initialSizeState(){return{offsetTree:[],sizeTree:AATree_1.newTree(),groupOffsetTree:AATree_1.newTree(),lastIndex:0,lastOffset:0,lastSize:0,groupIndices:[]}}function indexComparator(_a,index){var itemIndex=_a.index;return index===itemIndex?0:index0&&log("received item sizes",ranges,loggerSystem_1.LogLevel.DEBUG);var sizeTree=state.sizeTree,newSizeTree=sizeTree,syncStart=0;if(groupIndices.length>0&&AATree_1.empty(sizeTree)&&2===ranges.length){var groupSize_1=ranges[0].size,itemSize_1=ranges[1].size;newSizeTree=groupIndices.reduce((function(tree,groupIndex){return AATree_1.insert(AATree_1.insert(tree,groupIndex,groupSize_1),groupIndex+1,itemSize_1)}),newSizeTree)}else newSizeTree=(_b=tslib_1.__read(insertRanges(newSizeTree,ranges),2))[0],syncStart=_b[1];if(newSizeTree===sizeTree)return state;var _d=createOffsetTree(state.offsetTree,syncStart,newSizeTree,gap),newOffsetTree=_d.offsetTree,lastIndex=_d.lastIndex,lastSize=_d.lastSize,lastOffset=_d.lastOffset;return{sizeTree:newSizeTree,offsetTree:newOffsetTree,lastIndex,lastOffset,lastSize,groupOffsetTree:groupIndices.reduce((function(tree,index){return AATree_1.insert(tree,index,offsetOf(index,newOffsetTree,gap))}),AATree_1.newTree()),groupIndices}}function offsetOf(index,tree,gap){if(0===tree.length)return 0;var _a=arrayBinarySearch.findClosestSmallerOrEqual(tree,index,indexComparator),offset=_a.offset,itemCount=index-_a.index,top=_a.size*itemCount+(itemCount-1)*gap+offset;return top>0?top+gap:top}function isGroupLocation(location){return void 0!==location.groupIndex}function originalIndexFromItemIndex(itemIndex,sizes){if(!hasGroups(sizes))return itemIndex;for(var groupOffset=0;sizes.groupIndices[groupOffset]<=itemIndex+groupOffset;)groupOffset++;return itemIndex+groupOffset}function hasGroups(sizes){return!AATree_1.empty(sizes.groupOffsetTree)}exports.insertRanges=insertRanges,exports.initialSizeState=initialSizeState,exports.indexComparator=indexComparator,exports.offsetComparator=offsetComparator,exports.rangesWithinOffsets=function rangesWithinOffsets(tree,startOffset,endOffset,minStartIndex){return void 0===minStartIndex&&(minStartIndex=0),minStartIndex>0&&(startOffset=Math.max(startOffset,arrayBinarySearch.findClosestSmallerOrEqual(tree,minStartIndex,indexComparator).offset)),AATree_1.arrayToRanges(arrayBinarySearch.findRange(tree,startOffset,endOffset,offsetComparator),offsetPointParser)},exports.sizeStateReducer=sizeStateReducer,exports.offsetOf=offsetOf,exports.isGroupLocation=isGroupLocation,exports.originalIndexFromLocation=function originalIndexFromLocation(location,sizes,lastIndex){if(isGroupLocation(location))return sizes.groupIndices[location.groupIndex]+1;var result=originalIndexFromItemIndex("LAST"===location.index?lastIndex:location.index,sizes);return result=Math.max(0,result,Math.min(lastIndex,result))},exports.originalIndexFromItemIndex=originalIndexFromItemIndex,exports.hasGroups=hasGroups,exports.sizeTreeToRanges=function sizeTreeToRanges(sizeTree){return AATree_1.walk(sizeTree).map((function(_a,index,sizeArray){var startIndex=_a.k,size=_a.v,nextSize=sizeArray[index+1];return{startIndex,endIndex:nextSize?nextSize.k-1:1/0,size}}))};var SIZE_MAP={offsetHeight:"height",offsetWidth:"width"};exports.sizeSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),log=_b[0].log,recalcInProgress=_b[1].recalcInProgress,sizeRanges=u.stream(),totalCount=u.stream(),statefulTotalCount=u.statefulStreamFromEmitter(totalCount,0),unshiftWith=u.stream(),shiftWith=u.stream(),firstItemIndex=u.statefulStream(0),groupIndices=u.statefulStream([]),fixedItemSize=u.statefulStream(void 0),defaultItemSize=u.statefulStream(void 0),itemSize=u.statefulStream((function(el,field){return correctItemSize_1.correctItemSize(el,SIZE_MAP[field])})),data=u.statefulStream(void 0),gap=u.statefulStream(0),initial=initialSizeState(),sizes=u.statefulStreamFromEmitter(u.pipe(sizeRanges,u.withLatestFrom(groupIndices,log,gap),u.scan(sizeStateReducer,initial),u.distinctUntilChanged()),initial),prevGroupIndices=u.statefulStreamFromEmitter(u.pipe(groupIndices,u.distinctUntilChanged(),u.scan((function(prev,curr){return{prev:prev.current,current:curr}}),{prev:[],current:[]}),u.map((function(_a){return _a.prev}))),[]);u.connect(u.pipe(groupIndices,u.filter((function(indexes){return indexes.length>0})),u.withLatestFrom(sizes,gap),u.map((function(_a){var _b=tslib_1.__read(_a,3),groupIndices=_b[0],sizes=_b[1],gap=_b[2],groupOffsetTree=groupIndices.reduce((function(tree,index,idx){return AATree_1.insert(tree,index,offsetOf(index,sizes.offsetTree,gap)||idx)}),AATree_1.newTree());return tslib_1.__assign(tslib_1.__assign({},sizes),{groupIndices,groupOffsetTree})}))),sizes),u.connect(u.pipe(totalCount,u.withLatestFrom(sizes),u.filter((function(_a){var _b=tslib_1.__read(_a,2);return _b[0]<_b[1].lastIndex})),u.map((function(_a){var _b=tslib_1.__read(_a,2),totalCount=_b[0],_c=_b[1];return[{startIndex:totalCount,endIndex:_c.lastIndex,size:_c.lastSize}]}))),sizeRanges),u.connect(fixedItemSize,defaultItemSize);var trackItemSizes=u.statefulStreamFromEmitter(u.pipe(fixedItemSize,u.map((function(size){return void 0===size}))),!0);u.connect(u.pipe(defaultItemSize,u.filter((function(value){return void 0!==value&&AATree_1.empty(u.getValue(sizes).sizeTree)})),u.map((function(size){return[{startIndex:0,endIndex:0,size}]}))),sizeRanges);var listRefresh=u.streamFromEmitter(u.pipe(sizeRanges,u.withLatestFrom(sizes),u.scan((function(_a,_b){var oldSizes=_a.sizes,_c=tslib_1.__read(_b,2),newSizes=(_c[0],_c[1]);return{changed:newSizes!==oldSizes,sizes:newSizes}}),{changed:!1,sizes:initial}),u.map((function(value){return value.changed}))));u.subscribe(u.pipe(firstItemIndex,u.scan((function(prev,next){return{diff:prev.prev-next,prev:next}}),{diff:0,prev:0}),u.map((function(val){return val.diff}))),(function(offset){var groupIndices=u.getValue(sizes).groupIndices;if(offset>0)u.publish(recalcInProgress,!0),u.publish(unshiftWith,offset+affectedGroupCount(offset,groupIndices));else if(offset<0){var prevGroupIndicesValue=u.getValue(prevGroupIndices);prevGroupIndicesValue.length>0&&(offset-=affectedGroupCount(-offset,prevGroupIndicesValue)),u.publish(shiftWith,offset)}})),u.subscribe(u.pipe(firstItemIndex,u.withLatestFrom(log)),(function(_a){var _b=tslib_1.__read(_a,2),index=_b[0],log=_b[1];index<0&&log("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex},loggerSystem_1.LogLevel.ERROR)}));var beforeUnshiftWith=u.streamFromEmitter(unshiftWith);u.connect(u.pipe(unshiftWith,u.withLatestFrom(sizes),u.map((function(_a){var _b=tslib_1.__read(_a,2),unshiftWith=_b[0],sizes=_b[1],groupedMode=sizes.groupIndices.length>0,initialRanges=[],defaultSize=sizes.lastSize;if(groupedMode){for(var firstGroupSize=AATree_1.find(sizes.sizeTree,0),prependedGroupItemsCount=0,groupIndex=0;prependedGroupItemsCount0){if(AATree_1.empty(sizes.sizeTree))return sizes;for(var newSizeTree=AATree_1.newTree(),prevGroupIndicesValue=u.getValue(prevGroupIndices),removedItemsCount=0,groupIndex=0,groupOffset=0;removedItemsCount<-shiftWith;){groupOffset=prevGroupIndicesValue[groupIndex];var groupItemCount=prevGroupIndicesValue[groupIndex+1]-groupOffset-1;groupIndex++,removedItemsCount+=groupItemCount+1}if(newSizeTree=AATree_1.walk(sizes.sizeTree).reduce((function(acc,_a){var k=_a.k,v=_a.v;return AATree_1.insert(acc,Math.max(0,k+shiftWith),v)}),newSizeTree),removedItemsCount!==-shiftWith){var firstGroupSize=AATree_1.find(sizes.sizeTree,groupOffset);newSizeTree=AATree_1.insert(newSizeTree,0,firstGroupSize);var nextItemSize=AATree_1.findMaxKeyValue(sizes.sizeTree,1-shiftWith)[1];newSizeTree=AATree_1.insert(newSizeTree,1,nextItemSize)}return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},sizes),{sizeTree:newSizeTree}),createOffsetTree(sizes.offsetTree,0,newSizeTree,gap))}newSizeTree=AATree_1.walk(sizes.sizeTree).reduce((function(acc,_a){var k=_a.k,v=_a.v;return AATree_1.insert(acc,Math.max(0,k+shiftWith),v)}),AATree_1.newTree());return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({},sizes),{sizeTree:newSizeTree}),createOffsetTree(sizes.offsetTree,0,newSizeTree,gap))}))),sizes),{data,totalCount,sizeRanges,groupIndices,defaultItemSize,fixedItemSize,unshiftWith,shiftWith,shiftWithOffset,beforeUnshiftWith,firstItemIndex,gap,sizes,listRefresh,statefulTotalCount,trackItemSizes,itemSize}}),u.tup(loggerSystem_1.loggerSystem,recalcSystem_1.recalcSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),approximatelyEqual_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/approximatelyEqual.ts");exports.UP="up",exports.DOWN="down",exports.NONE="none";var INITIAL_BOTTOM_STATE={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollTop:0,viewportHeight:0,scrollHeight:0}};exports.stateFlagsSystem=u.system((function(_a){var _c=tslib_1.__read(_a,1)[0],scrollContainerState=_c.scrollContainerState,scrollTop=_c.scrollTop,viewportHeight=_c.viewportHeight,headerHeight=_c.headerHeight,footerHeight=_c.footerHeight,scrollBy=_c.scrollBy,isAtBottom=u.statefulStream(!1),isAtTop=u.statefulStream(!0),atBottomStateChange=u.stream(),atTopStateChange=u.stream(),atBottomThreshold=u.statefulStream(4),atTopThreshold=u.statefulStream(0),isScrolling=u.statefulStreamFromEmitter(u.pipe(u.merge(u.pipe(u.duc(scrollTop),u.skip(1),u.mapTo(!0)),u.pipe(u.duc(scrollTop),u.skip(1),u.mapTo(!1),u.debounceTime(100))),u.distinctUntilChanged()),!1),isScrollingBy=u.statefulStreamFromEmitter(u.pipe(u.merge(u.pipe(scrollBy,u.mapTo(!0)),u.pipe(scrollBy,u.mapTo(!1),u.debounceTime(200))),u.distinctUntilChanged()),!1);u.connect(u.pipe(u.combineLatest(u.duc(scrollTop),u.duc(atTopThreshold)),u.map((function(_a){var _b=tslib_1.__read(_a,2);return _b[0]<=_b[1]})),u.distinctUntilChanged()),isAtTop),u.connect(u.pipe(isAtTop,u.throttleTime(50)),atTopStateChange);var atBottomState=u.streamFromEmitter(u.pipe(u.combineLatest(scrollContainerState,u.duc(viewportHeight),u.duc(headerHeight),u.duc(footerHeight),u.duc(atBottomThreshold)),u.scan((function(current,_a){var _b=tslib_1.__read(_a,5),_c=_b[0],scrollTop=_c.scrollTop,scrollHeight=_c.scrollHeight,viewportHeight=_b[1],state=(_b[2],_b[3],{viewportHeight,scrollTop,scrollHeight});if(scrollTop+viewportHeight-scrollHeight>-_b[4]){var atBottomBecause=void 0,scrollTopDelta=void 0;return scrollTop>current.state.scrollTop?(atBottomBecause="SCROLLED_DOWN",scrollTopDelta=current.state.scrollTop-scrollTop):(atBottomBecause="SIZE_DECREASED",scrollTopDelta=current.state.scrollTop-scrollTop||current.scrollTopDelta),{atBottom:!0,state,atBottomBecause,scrollTopDelta}}return{atBottom:!1,notAtBottomBecause:state.scrollHeight>current.state.scrollHeight?"SIZE_INCREASED":viewportHeight{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),initialTopMostItemIndexSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/initialTopMostItemIndexSystem.ts"),propsReadySystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/propsReadySystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),windowScrollerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts");function locationFromSnapshot(snapshot){return{offset:snapshot.scrollTop,index:0,align:"start"}}exports.stateLoadSystem=u.system((function(_a){var _b=tslib_1.__read(_a,5),_c=_b[0],sizes=_c.sizes,sizeRanges=_c.sizeRanges,scrollTop=_b[1].scrollTop,initialTopMostItemIndex=_b[2].initialTopMostItemIndex,didMount=_b[3].didMount,_d=_b[4],useWindowScroll=_d.useWindowScroll,windowScrollContainerState=_d.windowScrollContainerState,windowViewportRect=_d.windowViewportRect,getState=u.stream(),restoreStateFrom=u.statefulStream(void 0),statefulWindowScrollContainerState=u.statefulStream(null),statefulWindowViewportRect=u.statefulStream(null);return u.connect(windowScrollContainerState,statefulWindowScrollContainerState),u.connect(windowViewportRect,statefulWindowViewportRect),u.subscribe(u.pipe(getState,u.withLatestFrom(sizes,scrollTop,useWindowScroll,statefulWindowScrollContainerState,statefulWindowViewportRect)),(function(_a){var _b=tslib_1.__read(_a,6),callback=_b[0],sizes=_b[1],scrollTop=_b[2],useWindowScroll=_b[3],windowScrollContainerState=_b[4],windowViewportRect=_b[5],ranges=sizeSystem_1.sizeTreeToRanges(sizes.sizeTree);useWindowScroll&&null!==windowScrollContainerState&&null!==windowViewportRect&&(scrollTop=windowScrollContainerState.scrollTop-windowViewportRect.offsetTop),callback({ranges,scrollTop})})),u.connect(u.pipe(restoreStateFrom,u.filter(u.isDefined),u.map(locationFromSnapshot)),initialTopMostItemIndex),u.connect(u.pipe(didMount,u.withLatestFrom(restoreStateFrom),u.filter((function(_a){return void 0!==tslib_1.__read(_a,2)[1]})),u.distinctUntilChanged(),u.map((function(_a){return tslib_1.__read(_a,2)[1].ranges}))),sizeRanges),{getState,restoreStateFrom}}),u.tup(sizeSystem_1.sizeSystem,domIOSystem_1.domIOSystem,initialTopMostItemIndexSystem_1.initialTopMostItemIndexSystem,propsReadySystem_1.propsReadySystem,windowScrollerSystem_1.windowScrollerSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/topItemCountSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts");exports.topItemCountSystem=u.system((function(_a){var topItemsIndexes=tslib_1.__read(_a,1)[0].topItemsIndexes,topItemCount=u.statefulStream(0);return u.connect(u.pipe(topItemCount,u.filter((function(length){return length>0})),u.map((function(length){return Array.from({length}).map((function(_,index){return index}))}))),topItemsIndexes),{topItemCount}}),u.tup(listStateSystem_1.listStateSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/totalListHeightSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");exports.totalListHeightSystem=u.system((function(_a){var _b=tslib_1.__read(_a,2),_c=_b[0],footerHeight=_c.footerHeight,headerHeight=_c.headerHeight,fixedHeaderHeight=_c.fixedHeaderHeight,fixedFooterHeight=_c.fixedFooterHeight,listState=_b[1].listState,totalListHeightChanged=u.stream(),totalListHeight=u.statefulStreamFromEmitter(u.pipe(u.combineLatest(footerHeight,fixedFooterHeight,headerHeight,fixedHeaderHeight,listState),u.map((function(_a){var _b=tslib_1.__read(_a,5),footerHeight=_b[0],fixedFooterHeight=_b[1],headerHeight=_b[2],fixedHeaderHeight=_b[3],listState=_b[4];return footerHeight+fixedFooterHeight+headerHeight+fixedHeaderHeight+listState.offsetBottom+listState.bottom}))),0);return u.connect(u.duc(totalListHeight),totalListHeightChanged),{totalListHeight,totalListHeightChanged}}),u.tup(domIOSystem_1.domIOSystem,listStateSystem_1.listStateSystem),{singleton:!0})},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/upwardScrollFixSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts"),listStateSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/listStateSystem.ts"),sizeSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/sizeSystem.ts"),stateFlagsSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/stateFlagsSystem.ts"),loggerSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/loggerSystem.ts"),simpleMemoize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/simpleMemoize.ts"),recalcSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/recalcSystem.ts"),AATree_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/AATree.ts"),isMobileSafari=simpleMemoize_1.simpleMemoize((function(){return/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)}));exports.upwardScrollFixSystem=u.system((function(_a){var _b=tslib_1.__read(_a,6),_c=_b[0],scrollBy=_c.scrollBy,scrollTop=_c.scrollTop,deviation=_c.deviation,scrollingInProgress=_c.scrollingInProgress,_d=_b[1],isScrolling=_d.isScrolling,isAtBottom=_d.isAtBottom,scrollDirection=_d.scrollDirection,lastJumpDueToItemResize=_d.lastJumpDueToItemResize,listState=_b[2].listState,_e=_b[3],beforeUnshiftWith=_e.beforeUnshiftWith,shiftWithOffset=_e.shiftWithOffset,sizes=_e.sizes,gap=_e.gap,log=_b[4].log,recalcInProgress=_b[5].recalcInProgress,deviationOffset=u.streamFromEmitter(u.pipe(listState,u.withLatestFrom(lastJumpDueToItemResize),u.scan((function(_a,_b){var _c=tslib_1.__read(_a,4),prevItems=_c[1],prevTotalCount=_c[2],prevTotalHeight=_c[3],_d=tslib_1.__read(_b,2),_e=_d[0],items=_e.items,totalCount=_e.totalCount,bottom=_e.bottom,offsetBottom=_e.offsetBottom,lastJumpDueToItemResize=_d[1],totalHeight=bottom+offsetBottom,newDev=0;prevTotalCount===totalCount&&(prevItems.length>0&&items.length>0&&(0===items[0].originalIndex&&0===prevItems[0].originalIndex||0!==(newDev=totalHeight-prevTotalHeight)&&(newDev+=lastJumpDueToItemResize)));return[newDev,items,totalCount,totalHeight]}),[0,[],0,0]),u.filter((function(_a){return 0!==tslib_1.__read(_a,1)[0]})),u.withLatestFrom(scrollTop,scrollDirection,scrollingInProgress,isAtBottom,log,recalcInProgress),u.filter((function(_a){var _b=tslib_1.__read(_a,7),scrollTop=_b[1],scrollDirection=_b[2],scrollingInProgress=_b[3];return!_b[6]&&!scrollingInProgress&&0!==scrollTop&&scrollDirection===stateFlagsSystem_1.UP})),u.map((function(_a){var _b=tslib_1.__read(_a,6),amount=tslib_1.__read(_b[0],1)[0];return(0,_b[5])("Upward scrolling compensation",{amount},loggerSystem_1.LogLevel.DEBUG),amount}))));function scrollByWith(offset){offset>0?(u.publish(scrollBy,{top:-offset,behavior:"auto"}),u.publish(deviation,0)):(u.publish(deviation,0),u.publish(scrollBy,{top:-offset,behavior:"auto"}))}return u.subscribe(u.pipe(deviationOffset,u.withLatestFrom(deviation,isScrolling)),(function(_a){var _b=tslib_1.__read(_a,3),offset=_b[0],deviationAmount=_b[1];_b[2]&&isMobileSafari()?u.publish(deviation,deviationAmount-offset):scrollByWith(-offset)})),u.subscribe(u.pipe(u.combineLatest(u.statefulStreamFromEmitter(isScrolling,!1),deviation,recalcInProgress),u.filter((function(_a){var _b=tslib_1.__read(_a,3),is=_b[0],deviation=_b[1],recalc=_b[2];return!is&&!recalc&&0!==deviation})),u.map((function(_a){var _b=tslib_1.__read(_a,2);_b[0];return _b[1]})),u.throttleTime(1)),scrollByWith),u.connect(u.pipe(shiftWithOffset,u.map((function(offset){return{top:-offset}}))),scrollBy),u.subscribe(u.pipe(beforeUnshiftWith,u.withLatestFrom(sizes,gap),u.map((function(_a){var _b=tslib_1.__read(_a,3),offset=_b[0],_c=_b[1],defaultItemSize=_c.lastSize,groupIndices=_c.groupIndices,sizeTree=_c.sizeTree,gap=_b[2];function getItemOffset(itemCount){return itemCount*(defaultItemSize+gap)}if(0===groupIndices.length)return getItemOffset(offset);for(var amount=0,defaultGroupSize=AATree_1.find(sizeTree,0),recognizedOffsetItems=0,groupIndex=0;recognizedOffsetItemsoffset&&(amount-=defaultGroupSize,groupItemCount=offset-recognizedOffsetItems+1),recognizedOffsetItems+=groupItemCount,amount+=getItemOffset(groupItemCount),groupIndex++}return amount}))),(function(offset){u.publish(deviation,offset),requestAnimationFrame((function(){u.publish(scrollBy,{top:offset}),requestAnimationFrame((function(){u.publish(deviation,0),u.publish(recalcInProgress,!1)}))}))})),{deviation}}),u.tup(domIOSystem_1.domIOSystem,stateFlagsSystem_1.stateFlagsSystem,listStateSystem_1.listStateSystem,sizeSystem_1.sizeSystem,loggerSystem_1.loggerSystem,recalcSystem_1.recalcSystem))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts");function subscribe(emitter,subscription){return emitter(constants_1.SUBSCRIBE,subscription)}exports.subscribe=subscribe,exports.publish=function publish(publisher,value){publisher(constants_1.PUBLISH,value)},exports.reset=function reset(emitter){emitter(constants_1.RESET)},exports.getValue=function getValue(depot){return depot(constants_1.VALUE)},exports.connect=function connect(emitter,publisher){return subscribe(emitter,utils_1.curry2to1(publisher,constants_1.PUBLISH))},exports.handleNext=function handleNext(emitter,subscription){var unsub=emitter(constants_1.SUBSCRIBE,(function(value){unsub(),subscription(value)}));return unsub}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.PUBLISH=0,exports.SUBSCRIBE=1,exports.RESET=2,exports.VALUE=4},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/streams.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/transformers.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/pipe.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/system.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts"),exports)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/pipe.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts"),actions_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts");function combineOperators(){for(var operators=[],_i=0;_i0?times--:done(value)}}},exports.throttleTime=function throttleTime(interval){var timeout,currentValue=null;return function(done){return function(value){currentValue=value,timeout||(timeout=setTimeout((function(){timeout=void 0,done(currentValue)}),interval))}}},exports.debounceTime=function debounceTime(interval){var currentValue,timeout;return function(done){return function(value){currentValue=value,timeout&&clearTimeout(timeout),timeout=setTimeout((function(){done(currentValue)}),interval)}}},exports.withLatestFrom=function withLatestFrom(){for(var sources=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var actions_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts");function stream(){var subscriptions=[];return function(action,arg){switch(action){case constants_1.RESET:return void subscriptions.splice(0,subscriptions.length);case constants_1.SUBSCRIBE:return subscriptions.push(arg),function(){var indexOf=subscriptions.indexOf(arg);indexOf>-1&&subscriptions.splice(indexOf,1)};case constants_1.PUBLISH:return void subscriptions.slice().forEach((function(subscription){subscription(arg)}));default:throw new Error("unrecognized action "+action)}}}function statefulStream(initial){var value=initial,innerSubject=stream();return function(action,arg){switch(action){case constants_1.SUBSCRIBE:arg(value);break;case constants_1.PUBLISH:value=arg;break;case constants_1.VALUE:return value}return innerSubject(action,arg)}}exports.stream=stream,exports.statefulStream=statefulStream,exports.eventHandler=function eventHandler(emitter){var unsub,currentSubscription,cleanup=function(){return unsub&&unsub()};return function(action,subscription){switch(action){case constants_1.SUBSCRIBE:if(subscription){if(currentSubscription===subscription)return;return cleanup(),currentSubscription=subscription,unsub=actions_1.subscribe(emitter,subscription)}return cleanup(),utils_1.noop;case constants_1.RESET:return cleanup(),void(currentSubscription=null);default:throw new Error("unrecognized action "+action)}}},exports.streamFromEmitter=function streamFromEmitter(emitter){return utils_1.tap(stream(),(function(stream){return actions_1.connect(emitter,stream)}))},exports.statefulStreamFromEmitter=function statefulStreamFromEmitter(emitter,initial){return utils_1.tap(statefulStream(initial),(function(stream){return actions_1.connect(emitter,stream)}))}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/system.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.system=function system(constructor,dependencies,_a){void 0===dependencies&&(dependencies=[]);var singleton=(void 0===_a?{singleton:!0}:_a).singleton;return{id:id(),constructor,dependencies,singleton}};var id=function(){return Symbol()};exports.init=function init(systemSpec){var singletons=new Map,_init=function(_a){var id=_a.id,constructor=_a.constructor,dependencies=_a.dependencies,singleton=_a.singleton;if(singleton&&singletons.has(id))return singletons.get(id);var system=constructor(dependencies.map((function(e){return _init(e)})));return singleton&&singletons.set(id,system),system};return _init(systemSpec)}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/transformers.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),actions_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/actions.ts"),constants_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/constants.ts"),pipe_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/pipe.ts"),streams_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/streams.ts"),utils_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/utils.ts");exports.merge=function merge(){for(var sources=[],_i=0;_i{"use strict";function call(proc){proc()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.compose=function compose(a,b){return function(arg){return a(b(arg))}},exports.thrush=function thrush(arg,proc){return proc(arg)},exports.curry2to1=function curry2to1(proc,arg1){return function(arg2){return proc(arg1,arg2)}},exports.curry1to0=function curry1to0(proc,arg){return function(){return proc(arg)}},exports.prop=function prop(property){return function(object){return object[property]}},exports.tap=function tap(arg,proc){return proc(arg),arg},exports.tup=function tup(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.approximatelyEqual=function approximatelyEqual(num1,num2){return Math.abs(num1-num2)<1.01}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/binaryArraySearch.ts":(__unused_webpack_module,exports)=>{"use strict";function findIndexOfClosestSmallerOrEqual(items,value,comparator,start){void 0===start&&(start=0);for(var end=items.length-1;start<=end;){var index=Math.floor((start+end)/2),match=comparator(items[index],value);if(0===match)return index;if(-1===match){if(end-start<2)return index-1;end=index-1}else{if(end===start)return index;start=index+1}}throw new Error("Failed binary finding record in array - "+items.join(",")+", searched for "+value)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.findIndexOfClosestSmallerOrEqual=findIndexOfClosestSmallerOrEqual,exports.findClosestSmallerOrEqual=function findClosestSmallerOrEqual(items,value,comparator){return items[findIndexOfClosestSmallerOrEqual(items,value,comparator)]},exports.findRange=function findRange(items,startValue,endValue,comparator){var startIndex=findIndexOfClosestSmallerOrEqual(items,startValue,comparator),endIndex=findIndexOfClosestSmallerOrEqual(items,endValue,comparator,startIndex);return items.slice(startIndex,endIndex+1)}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/context.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js"));exports.VirtuosoMockContext=react_1.default.createContext(void 0),exports.VirtuosoGridMockContext=react_1.default.createContext(void 0)},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/correctItemSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.correctItemSize=function correctItemSize(el,dimension){return Math.round(el.getBoundingClientRect()[dimension])}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/positionStickyCssValue.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var simpleMemoize_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/simpleMemoize.ts");exports.positionStickyCssValue=simpleMemoize_1.simpleMemoize((function(){if("undefined"==typeof document)return"sticky";var node=document.createElement("div");return node.style.position="-webkit-sticky","-webkit-sticky"===node.style.position?"-webkit-sticky":"sticky"}))},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/simpleMemoize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.simpleMemoize=function simpleMemoize(func){var result,called=!1;return function(){return called||(called=!0,result=func()),result}}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/utils/skipFrames.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.skipFrames=function skipFrames(frameCount,callback){0==frameCount?callback():requestAnimationFrame((function(){return skipFrames(frameCount-1,callback)}))}},"./packages/juno-core/src/components/Virtuoso/react-virtuoso/windowScrollerSystem.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),u=tslib_1.__importStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/urx/index.ts")),domIOSystem_1=__webpack_require__("./packages/juno-core/src/components/Virtuoso/react-virtuoso/domIOSystem.ts");exports.windowScrollerSystem=u.system((function(_a){var _c=tslib_1.__read(_a,1)[0],scrollTo=_c.scrollTo,scrollContainerState=_c.scrollContainerState,windowScrollContainerState=u.stream(),windowViewportRect=u.stream(),windowScrollTo=u.stream(),useWindowScroll=u.statefulStream(!1),customScrollParent=u.statefulStream(void 0);return u.connect(u.pipe(u.combineLatest(windowScrollContainerState,windowViewportRect),u.map((function(_a){var _b=tslib_1.__read(_a,2),_c=_b[0],viewportHeight=_c.viewportHeight,windowScrollTop=_c.scrollTop,scrollHeight=_c.scrollHeight,offsetTop=_b[1].offsetTop;return{scrollTop:Math.max(0,windowScrollTop-offsetTop),scrollHeight,viewportHeight}}))),scrollContainerState),u.connect(u.pipe(scrollTo,u.withLatestFrom(windowViewportRect),u.map((function(_a){var _b=tslib_1.__read(_a,2),scrollTo=_b[0],offsetTop=_b[1].offsetTop;return tslib_1.__assign(tslib_1.__assign({},scrollTo),{top:scrollTo.top+offsetTop})}))),windowScrollTo),{useWindowScroll,customScrollParent,windowScrollContainerState,windowViewportRect,windowScrollTo}}),u.tup(domIOSystem_1.domIOSystem))},"./packages/juno-core/src/components/Virtuoso/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/isOutOfRange.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx"),exports)},"./packages/juno-core/src/components/Virtuoso/utils/isOutOfRange.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isOutOfRange=function isOutOfRange(focusedIndex,range){return focusedIndexrange.endIndex}},"./packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts");exports.useDynamicHeight=function(_a){var itemCount=_a.itemCount,maxContainerHeight=_a.maxContainerHeight,onContainerHeightChange=_a.onContainerHeightChange,prevItemCount=foundation_1.usePrevious((function(){return itemCount})),fullHeight="100%"===maxContainerHeight,maxContainerSize=fullHeight?-1:maxContainerHeight,containerHeighRef=react_1.useRef(maxContainerSize);return fullHeight||(0===prevItemCount&&0!==itemCount?containerHeighRef.current=maxContainerSize:0===itemCount&&(containerHeighRef.current=0)),{containerHeighRef,totalListHeightChanged:function(height){if(!fullHeight){var containerHeigh=containerHeighRef.current,changeHeight=-1;height void)"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx#useDynamicHeight"]={docgenInfo:useDynamicHeight.__docgenInfo,name:"useDynamicHeight",path:"packages/juno-core/src/components/Virtuoso/utils/useDynamicHeight.tsx#useDynamicHeight"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");function useHighlightScroll(_a){var containerHeighRef=_a.containerHeighRef,scrollToIndex=_a.scrollToIndex,renderedItemsRef=react_1.useRef([]),scrollerRef=react_1.useRef();return{scrollerRef,scrollToHighlightedIndex:function(prevHighlightedIndex,currHighlightedIndex,topHighlightIndex){if(void 0===topHighlightIndex&&(topHighlightIndex=0),scrollerRef.current){var scrollElm=scrollerRef.current,renderedItems=renderedItemsRef.current,isBackward=prevHighlightedIndex>currHighlightedIndex,isForward=prevHighlightedIndex=0;i--){if((item=renderedItems[i]).offset<=currentVisibleOffset_start)break;firstShouldScrollIndex=item.index}currHighlightedIndex=currentVisibleOffset_stop)break;lastShouldScrollIndex=item.index}currHighlightedIndex>=lastShouldScrollIndex&&scrollToIndex({index:currHighlightedIndex,align:"end"})}else scrollToIndex({index:currHighlightedIndex,align:"start"});else scrollToIndex({index:currHighlightedIndex,align:isBackward?"start":"end"})}else currHighlightedIndex!==topHighlightIndex&&requestAnimationFrame((function(){scrollToIndex({index:currHighlightedIndex,align:"start"})}))},scrollerRefFn:function(elm){return scrollerRef.current=elm},itemsRendered:function(e){return renderedItemsRef.current=e}}}function modifyVlScrollerStyle(scrollElm,position){if(void 0===position&&(position="absolute"),scrollElm&&position){var viewPortElm=scrollElm.firstChild;viewPortElm&&(viewPortElm.style.position=position)}}exports.useHighlightScroll=useHighlightScroll,exports.modifyVlScrollerStyle=modifyVlScrollerStyle;try{useHighlightScroll.displayName="useHighlightScroll",useHighlightScroll.__docgenInfo={description:"scroll into current highlight index",displayName:"useHighlightScroll",props:{scrollToIndex:{defaultValue:null,description:"function to call to scroll to target index",name:"scrollToIndex",required:!0,type:{name:"(location: FlatIndexLocationWithAlign) => void"}},containerHeighRef:{defaultValue:null,description:"that scroll container height ref",name:"containerHeighRef",required:!0,type:{name:"MutableRefObject"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#useHighlightScroll"]={docgenInfo:useHighlightScroll.__docgenInfo,name:"useHighlightScroll",path:"packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#useHighlightScroll"})}catch(__react_docgen_typescript_loader_error){}try{modifyVlScrollerStyle.displayName="modifyVlScrollerStyle",modifyVlScrollerStyle.__docgenInfo={description:"modify virtuoso style to fix safari scroll bug",displayName:"modifyVlScrollerStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#modifyVlScrollerStyle"]={docgenInfo:modifyVlScrollerStyle.__docgenInfo,name:"modifyVlScrollerStyle",path:"packages/juno-core/src/components/Virtuoso/utils/useHighlightScroll.tsx#modifyVlScrollerStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),foundation_1=__webpack_require__("./packages/juno-core/src/foundation/index.ts"),RcVisuallyHidden=foundation_1.styled.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n ","\n"],["\n ","\n"])),foundation_1.visuallyHiddenStyles);exports.RcVisuallyHidden=RcVisuallyHidden,RcVisuallyHidden.displayName="RcVisuallyHidden";try{RcVisuallyHidden.displayName="RcVisuallyHidden",RcVisuallyHidden.__docgenInfo={description:"",displayName:"RcVisuallyHidden",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx#RcVisuallyHidden"]={docgenInfo:RcVisuallyHidden.__docgenInfo,name:"RcVisuallyHidden",path:"packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx#RcVisuallyHidden"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/components/VisuallyHidden/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/VisuallyHidden.tsx"),exports)},"./packages/juno-core/src/components/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Accordion/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Alert/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Animations/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/AppBar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Avatar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Backdrop/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Badge/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Box/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Buttons/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Card/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Chip/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/ClickAwayListener/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DetachedWindow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Dialog/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Divider/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/DnD/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Downshift/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Drawer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Forms/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Grid/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Hidden/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Icon/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/InlineEditable/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Link/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/List/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Loading/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Menu/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Pagination/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Paper/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Popover/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Popper/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PopupBox/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Portal/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/PortalHost/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Presence/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Progress/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Rating/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Responsive/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Snackbar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Stepper/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/TablePagination/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Table/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tabs/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tag/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Text/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Thumbnail/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Toolbar/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Tooltip/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Transitions/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Typography/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VirtualizedMenu/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/Virtuoso/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/VisuallyHidden/index.ts"),exports)},"./packages/juno-core/src/foundation/config.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.rcConfiguration={},exports.configure=function(options){}},"./packages/juno-core/src/foundation/contexts/PortalWindowContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcPortalWindowContext=react_1.createContext({document:"undefined"!=typeof globalThis?globalThis.document:window.document});exports.RcPortalWindowContext=RcPortalWindowContext;exports.useRcPortalWindowContext=function(){return react_1.useContext(RcPortalWindowContext)}},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/ResponsiveContext.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),RcResponsiveContext=react_1.createContext(void 0);exports.RcResponsiveContext=RcResponsiveContext;exports.useResponsiveContext=function(){return react_1.useContext(RcResponsiveContext)}},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/breakpointList.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.breakpointList=["xs","sm","md","lg","xl"]},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/getMatchDetail.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),breakpointList_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/breakpointList.ts"),matchCache=new Map;exports.getMatchDetail=function(breakpoint){if(!matchCache.has(breakpoint)){var matchGroups=function(breakpoint){var ltMatchGroup=[],gtMatchGroup=[];if(null===breakpoint)for(var i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/breakpointList.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/getMatchDetail.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/ResponsiveContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/types.ts"),exports)},"./packages/juno-core/src/foundation/contexts/ResponsiveContext/types.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/contexts/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/PortalWindowContext.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/index.ts"),exports)},"./packages/juno-core/src/foundation/hoc/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withDelay/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withResponsive/index.ts"),exports)},"./packages/juno-core/src/foundation/hoc/withDelay/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx"),exports)},"./packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js"));function withDelay(Component){return function ComponentWithDelay(props){var _a=props.delay,delay=void 0===_a?0:_a,_b=props.placeholder,placeholder=void 0===_b?null:_b,rest=tslib_1.__rest(props,["delay","placeholder"]),_c=tslib_1.__read(react_1.useState(0===delay),2),visible=_c[0],setVisible=_c[1];return react_1.useEffect((function(){var timeout=visible?void 0:window.setTimeout((function(){return setVisible(!0)}),delay);return function(){timeout&&clearTimeout(timeout)}}),[]),visible?react_1.default.createElement(Component,tslib_1.__assign({},rest)):placeholder}}exports.withDelay=withDelay;try{withDelay.displayName="withDelay",withDelay.__docgenInfo={description:"",displayName:"withDelay",props:{apply:{defaultValue:null,description:"Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.\n@param \n@param",name:"apply",required:!0,type:{name:"(this: Function, thisArg: any, argArray?: any) => any"}},call:{defaultValue:null,description:"Calls a method of an object, substituting another object for the current object.\n@param \n@param",name:"call",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},bind:{defaultValue:null,description:"For a given function, creates a bound function that has the same body as the original function.\nThe this object of the bound function is associated with the specified object, and has the specified initial parameters.\n@param \n@param",name:"bind",required:!0,type:{name:"(this: Function, thisArg: any, ...argArray: any[]) => any"}},toString:{defaultValue:null,description:"Returns a string representation of a function.",name:"toString",required:!1,type:{name:"() => string"}},prototype:{defaultValue:null,description:"",name:"prototype",required:!0,type:{name:"any"}},length:{defaultValue:null,description:"",name:"length",required:!0,type:{name:"number"}},arguments:{defaultValue:null,description:"",name:"arguments",required:!0,type:{name:"any"}},caller:{defaultValue:null,description:"",name:"caller",required:!0,type:{name:"Function"}},name:{defaultValue:null,description:"Returns the name of the function. Function names are read-only and can not be changed.",name:"name",required:!0,type:{name:"string"}},"__@hasInstance":{defaultValue:null,description:"Determines whether the given value inherits from this function if this function was used\nas a constructor function.\n\nA constructor function can control which objects are recognized as its instances by\n'instanceof' by overriding this method.",name:"__@hasInstance",required:!0,type:{name:"(value: any) => boolean"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx#withDelay"]={docgenInfo:withDelay.__docgenInfo,name:"withDelay",path:"packages/juno-core/src/foundation/hoc/withDelay/withDelay.tsx#withDelay"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hoc/withResponsive/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx"),exports)},"./packages/juno-core/src/foundation/hoc/withResponsive/utils.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.getSizeMap=function(withResponsiveTokens){var e_1,_a,sizeMap={};try{for(var withResponsiveTokens_1=tslib_1.__values(withResponsiveTokens),withResponsiveTokens_1_1=withResponsiveTokens_1.next();!withResponsiveTokens_1_1.done;withResponsiveTokens_1_1=withResponsiveTokens_1.next()){var withResponsiveToken=withResponsiveTokens_1_1.value,_b=tslib_1.__read(withResponsiveToken.split("."),2),size=_b[0],_c=_b[1];sizeMap[void 0===_c?"default":_c]=size}}catch(e_1_1){e_1={error:e_1_1}}finally{try{withResponsiveTokens_1_1&&!withResponsiveTokens_1_1.done&&(_a=withResponsiveTokens_1.return)&&_a.call(withResponsiveTokens_1)}finally{if(e_1)throw e_1.error}}return sizeMap},exports.getMatchedSize=function(sizeMap,matchDetail){var matchedSize=null;if(null!==matchDetail){var matchBP=matchDetail.matchBP,gtMatchGroup_1=matchDetail.gtMatchGroup,ltMatchGroup_1=matchDetail.ltMatchGroup;matchedSize=null!==matchBP&&void 0!==sizeMap[matchBP]?sizeMap[matchBP]:function(){var e_2,_a,e_3,_b;try{for(var gtMatchGroup_2=tslib_1.__values(gtMatchGroup_1),gtMatchGroup_2_1=gtMatchGroup_2.next();!gtMatchGroup_2_1.done;gtMatchGroup_2_1=gtMatchGroup_2.next()){var gtBP=gtMatchGroup_2_1.value;if(void 0!==(size=sizeMap[gtBP]))return size}}catch(e_2_1){e_2={error:e_2_1}}finally{try{gtMatchGroup_2_1&&!gtMatchGroup_2_1.done&&(_a=gtMatchGroup_2.return)&&_a.call(gtMatchGroup_2)}finally{if(e_2)throw e_2.error}}try{for(var ltMatchGroup_2=tslib_1.__values(ltMatchGroup_1),ltMatchGroup_2_1=ltMatchGroup_2.next();!ltMatchGroup_2_1.done;ltMatchGroup_2_1=ltMatchGroup_2.next()){var size,ltBP=ltMatchGroup_2_1.value;if(void 0!==(size=sizeMap[ltBP]))return size}}catch(e_3_1){e_3={error:e_3_1}}finally{try{ltMatchGroup_2_1&&!ltMatchGroup_2_1.done&&(_b=ltMatchGroup_2.return)&&_b.call(ltMatchGroup_2)}finally{if(e_3)throw e_3.error}}return null}()}return null===matchedSize&&void 0!==sizeMap.default&&(matchedSize=sizeMap.default),matchedSize}},"./packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),isArray_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isArray.js")),ResponsiveContext_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/ResponsiveContext/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/hoc/withResponsive/utils.ts");function withResponsive(Component,responsivePropKeys){var responsiveKeys=tslib_1.__spread(["hiddenPatterns"],responsivePropKeys),ResponsiveComponent=react_1.forwardRef((function(props,ref){var breakpoint=ResponsiveContext_1.useResponsiveContext(),componentProps=responsiveKeys.reduce((function(props,key){return Reflect.deleteProperty(props,key),props}),tslib_1.__assign({},props)),matchDetail=void 0===breakpoint?null:ResponsiveContext_1.getMatchDetail(breakpoint),hidden=react_1.useMemo((function(){var e_1,_a,_b,hiddenPatterns=props.hiddenPatterns;if(void 0===hiddenPatterns)return!1;if(null===matchDetail)return!0;if(!isArray_1.default(hiddenPatterns))return null!==(_b=matchDetail.matchMap[hiddenPatterns])&&void 0!==_b&&_b;try{for(var hiddenPatterns_1=tslib_1.__values(hiddenPatterns),hiddenPatterns_1_1=hiddenPatterns_1.next();!hiddenPatterns_1_1.done;hiddenPatterns_1_1=hiddenPatterns_1.next()){var pattern=hiddenPatterns_1_1.value;if(matchDetail.matchMap[pattern])return!0}}catch(e_1_1){e_1={error:e_1_1}}finally{try{hiddenPatterns_1_1&&!hiddenPatterns_1_1.done&&(_a=hiddenPatterns_1.return)&&_a.call(hiddenPatterns_1)}finally{if(e_1)throw e_1.error}}return!1}),tslib_1.__spread([matchDetail],[props.hiddenPatterns].flat())),patternCaches=react_1.useMemo((function(){var e_2,_a,cache={};try{for(var responsivePropKeys_1=tslib_1.__values(responsivePropKeys),responsivePropKeys_1_1=responsivePropKeys_1.next();!responsivePropKeys_1_1.done;responsivePropKeys_1_1=responsivePropKeys_1.next()){var responsivePropKey=responsivePropKeys_1_1.value,patternsOrSize=props[responsivePropKey];isArray_1.default(patternsOrSize)?cache[responsivePropKey]=utils_1.getSizeMap(patternsOrSize):cache[responsivePropKey]=patternsOrSize}}catch(e_2_1){e_2={error:e_2_1}}finally{try{responsivePropKeys_1_1&&!responsivePropKeys_1_1.done&&(_a=responsivePropKeys_1.return)&&_a.call(responsivePropKeys_1)}finally{if(e_2)throw e_2.error}}return cache}),responsivePropKeys.map((function(key){return props[key]}))),sizeProps=react_1.useMemo((function(){var e_3,_a,result={};if(null===matchDetail)return result;try{for(var responsivePropKeys_2=tslib_1.__values(responsivePropKeys),responsivePropKeys_2_1=responsivePropKeys_2.next();!responsivePropKeys_2_1.done;responsivePropKeys_2_1=responsivePropKeys_2.next()){var responsivePropKey=responsivePropKeys_2_1.value,sizeMapOrSize=patternCaches[responsivePropKey];if("object"!=typeof sizeMapOrSize)result[responsivePropKey]=sizeMapOrSize;else{var matchedSize=utils_1.getMatchedSize(sizeMapOrSize,matchDetail);null!==matchedSize&&(result[responsivePropKey]=matchedSize)}}}catch(e_3_1){e_3={error:e_3_1}}finally{try{responsivePropKeys_2_1&&!responsivePropKeys_2_1.done&&(_a=responsivePropKeys_2.return)&&_a.call(responsivePropKeys_2)}finally{if(e_3)throw e_3.error}}return result}),[matchDetail,patternCaches]);return hidden?null:react_1.default.createElement(Component,tslib_1.__assign({},componentProps,{ref},sizeProps))}));return ResponsiveComponent.displayName="WithResponsive("+Component.displayName+")",ResponsiveComponent}exports.withResponsive=withResponsive;try{withResponsive.displayName="withResponsive",withResponsive.__docgenInfo={description:"Make component can responsive size",displayName:"withResponsive",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx#withResponsive"]={docgenInfo:withResponsive.__docgenInfo,name:"withResponsive",path:"packages/juno-core/src/foundation/hoc/withResponsive/withResponsive.tsx#withResponsive"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAnnouncer/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAudio/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useChange/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useControlled/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventListener/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEver/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useFocusInside/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForceUpdate/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForkRef/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useHiddenTabindex/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useInterval/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyDownOnce/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useLongPress/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useMountState/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOnReRender/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOverflow/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/usePrevious/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRefState/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResizeObserver/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResponsiveMatch/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRetry/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useSleep/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useThrottle/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/index.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/useA11yKeyEvent.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/useA11yKeyEvent.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),defaultCheckKeys=["Enter"," "];exports.useA11yKeyEvent=function(fn,_a){var _b=void 0===_a?{}:_a,onlyOnFocus=_b.onlyOnFocus,_c=_b.preventDefault,preventDefault=void 0===_c||_c,_d=_b.checkKeys,checkKeys=void 0===_d?defaultCheckKeys:_d;return useEventCallback_1.useEventCallback((function(event){!fn||onlyOnFocus&&event.target!==event.currentTarget||checkKeys.includes(event.key)&&(preventDefault&&event.preventDefault(),fn(event))}))}},"./packages/juno-core/src/foundation/hooks/useAnnouncer/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx"),exports)},"./packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useId_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/index.ts");exports.visuallyHiddenStyles="\n clip-path: inset(100%);\n clip: rect(1px, 1px, 1px, 1px);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n",exports.useAnnouncer=function(id){var _id=useId_1.useId(id?"rc-announcer-"+id:"rc-announcer",!id),ref=react_1.useRef(null);return react_1.useEffect((function(){var el=document.createElement("div");return ref.current=el,el.id=_id,el.setAttribute("aria-live","assertive"),el.setAttribute("aria-atomic","true"),el.setAttribute("aria-hidden","false"),el.setAttribute("style",exports.visuallyHiddenStyles),document.body.appendChild(el),function(){setTimeout((function(){var body=document.body;body.contains(el)&&body.removeChild(el),el===ref.current&&(ref.current=null)}))}}),[_id]),react_1.useCallback((function(message){var el=ref.current;el&&message&&(el.setAttribute("aria-hidden","false"),el.textContent=message)}),[])};try{useAnnouncer.displayName="useAnnouncer",useAnnouncer.__docgenInfo={description:"read announce when need read message.",displayName:"useAnnouncer",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx#useAnnouncer"]={docgenInfo:useAnnouncer.__docgenInfo,name:"useAnnouncer",path:"packages/juno-core/src/foundation/hooks/useAnnouncer/useAnnouncer.tsx#useAnnouncer"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/useAudio/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useAudio/useAudio.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useAudio/useAudio.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useResultRef_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts");exports.useAudio=function(init){var audioRef=useResultRef_1.useResultRef((function(){var audio=new Audio;return null==init||init(audio),audio}));return react_1.useEffect((function(){return function(){audioRef.current.srcObject=null,audioRef.current=null}}),[]),audioRef.current}},"./packages/juno-core/src/foundation/hooks/useChange/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useChange/useChange.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useChange/useChange.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),usePrevious_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/usePrevious/index.ts");exports.useChange=function(cb,listenCb){var countRef=react_1.useRef(0),valueRef=react_1.useRef(),prev=usePrevious_1.usePrevious(listenCb),curr=listenCb();return 0!==countRef.current&&prev===curr||(countRef.current=1,valueRef.current=cb(prev,curr)),valueRef.current},exports.useDepsChange=function(cb,deps){var countRef=react_1.useRef(0),valueRef=react_1.useRef(),prev=usePrevious_1.usePrevious((function(){return deps}),!0),curr=deps;return(0===countRef.current||curr.some((function(dep,index){return dep!==prev[index]})))&&(countRef.current=1,valueRef.current=cb(prev,curr)),valueRef.current}},"./packages/juno-core/src/foundation/hooks/useControlled/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useControlled/useControlled.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useControlled/useControlled.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js");exports.useControlled=utils_1.useControlled},"./packages/juno-core/src/foundation/hooks/useDebounce/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/useDebounce.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useDebounce/useDebounce.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),debounce_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/debounce.js")),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useDebounce=function(fn,debounceTime,debounceSettings){void 0===debounceTime&&(debounceTime=200);var memoFn=useEventCallback_1.useEventCallback(fn),debounceFn=react_1.useCallback(debounce_1.default(memoFn,debounceTime,debounceSettings),[]);return react_1.useEffect((function(){return function(){return debounceFn.cancel()}}),[]),debounceFn}},"./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/useEventCallback.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useEventCallback/useEventCallback.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js");exports.useEventCallback=function(func){return utils_1.useEventCallback(func)}},"./packages/juno-core/src/foundation/hooks/useEventListener/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventListener/useEventListener.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useEventListener/useEventListener.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");function getListenerOverloadOption(args){var options,config;if("boolean"==typeof args[0])options=args[0],config=args[1];else{var _a=tslib_1.__assign(tslib_1.__assign({},args[0]||{}),args[1]||{}),startImmediately=_a.startImmediately;options=tslib_1.__rest(_a,["startImmediately"]),config={startImmediately}}return{options,config}}exports.useEventListener=function useEventListener(target,key,callback){for(var args=[],_i=3;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useEver/useEver.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useEver/useEver.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),defaultEverTargetValue=function(value){return!!value};exports.useEver=function(value,targetValue){void 0===targetValue&&(targetValue=defaultEverTargetValue);var result=react_1.useRef(!1);return result.current||(result.current=targetValue(value)),result.current}},"./packages/juno-core/src/foundation/hooks/useFocusInside/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx"),exports)},"./packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts")),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js"));__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");exports.RcFocusInside=styled_components_1.default.span(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 0;\n height: 0;\n"],["\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 0;\n height: 0;\n"]))),exports.useFocusInside=function(options){void 0===options&&(options={});var containerRef=options.containerRef,_a=options.selector,selector=void 0===_a?'[data-focusable="true"]':_a;return react_1.useMemo((function(){return{start:react_1.default.createElement(exports.RcFocusInside,tslib_1.__assign({tabIndex:0},void 0,{onFocus:function(e){var container=(null==containerRef?void 0:containerRef.current)||e.target.parentElement,nodes=null==container?void 0:container.querySelectorAll(selector);nodes&&nodes[nodes.length-1].focus()}})),end:react_1.default.createElement(exports.RcFocusInside,tslib_1.__assign({tabIndex:0},void 0,{onFocus:function(e){var container=(null==containerRef?void 0:containerRef.current)||e.target.parentElement,node=null==container?void 0:container.querySelector(selector);node&&(null==node||node.focus())}}))}}),[containerRef,selector])};try{RcFocusInside.displayName="RcFocusInside",RcFocusInside.__docgenInfo={description:"non size for just render hidden element",displayName:"RcFocusInside",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#RcFocusInside"]={docgenInfo:RcFocusInside.__docgenInfo,name:"RcFocusInside",path:"packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#RcFocusInside"})}catch(__react_docgen_typescript_loader_error){}try{useFocusInside.displayName="useFocusInside",useFocusInside.__docgenInfo={description:'focus always inside the container which `[data-focusable="true"]`',displayName:"useFocusInside",props:{containerRef:{defaultValue:null,description:'the container that should move focus inside witch `[data-focusable="true"]`',name:"containerRef",required:!1,type:{name:"RefObject"}},selector:{defaultValue:null,description:"the custom selector for focusable element",name:"selector",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#useFocusInside"]={docgenInfo:useFocusInside.__docgenInfo,name:"useFocusInside",path:"packages/juno-core/src/foundation/hooks/useFocusInside/useFocusInside.tsx#useFocusInside"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/useForceUpdate/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForceUpdate/useForceUpdate.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useForceUpdate/useForceUpdate.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useForceUpdate=function useForceUpdate(){var dispatch=tslib_1.__read(react_1.useState(Object.create(null)),2)[1];return useEventCallback_1.useEventCallback((function(){dispatch(Object.create(null))}))}},"./packages/juno-core/src/foundation/hooks/useForkRef/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useForkRef/useForkRef.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useForkRef/useForkRef.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/esm/utils/index.js");exports.useForkRef=utils_1.useForkRef,exports.setRef=utils_1.setRef},"./packages/juno-core/src/foundation/hooks/useGlobalListener/createGlobalListener.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");exports.globalListenerEventMap=new Map,exports.createGlobalListener=function(key,listener,options,_a){var _b=void 0===_a?{}:_a,_c=_b.customKey,customKey=void 0===_c?key:_c,_d=_b.target,targetProp=void 0===_d?window:_d,listening=!1,getMapValue=function(){return exports.globalListenerEventMap.get(customKey)};return{listen:function(){return function(){if(!listening){var savedEvent=getMapValue();if(null==savedEvent?void 0:savedEvent.exec)savedEvent.listeners.add(listener);else{var exec=function(e){var event=getMapValue();null==event||event.listeners.forEach((function(c){return c(e)}))};exports.globalListenerEventMap.set(customKey,{exec,listeners:new Set([listener])});var target=utils_1.getRefElement(targetProp);null==target||target.addEventListener(key,exec,options)}listening=!0}}()},remove:function(){return function(){if(listening){listening=!1;var _savedEvent=getMapValue();if(_savedEvent){var listeners=_savedEvent.listeners;if(listeners.delete(listener),0===listeners.size){var target=utils_1.getRefElement(targetProp);null==target||target.removeEventListener(key,_savedEvent.exec,options),exports.globalListenerEventMap.delete(customKey)}}}}()},get state(){return{get count(){var _a;return(null===(_a=getMapValue())||void 0===_a?void 0:_a.listeners.size)||0},listening}}}}},"./packages/juno-core/src/foundation/hooks/useGlobalListener/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/createGlobalListener.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/useGlobalListener.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useGlobalListener/useGlobalListener.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=(__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts")),createGlobalListener_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/createGlobalListener.ts");function getListenerOverloadOption(args){var options,config;if("boolean"==typeof args[0])options=args[0],config=args[1];else{var _a=tslib_1.__assign(tslib_1.__assign({},args[0]||{}),args[1]||{}),startImmediately=_a.startImmediately,customKey=_a.customKey,target=_a.target;options=tslib_1.__rest(_a,["startImmediately","customKey","target"]),config={startImmediately,customKey,target}}return{options,config}}exports.useGlobalListener=function useGlobalListener(key,listener){for(var args=[],_i=2;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useHiddenTabindex/useHiddenTabindex.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useHiddenTabindex/useHiddenTabindex.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useHiddenTabindex=function(target){return{onFocus:useEventCallback_1.useEventCallback((function(){var hiddenElm=utils_1.getRefElement(target);hiddenElm&&0===hiddenElm.tabIndex&&(hiddenElm.tabIndex=-1)})),onBlur:useEventCallback_1.useEventCallback((function(){var hiddenElm=utils_1.getRefElement(target);hiddenElm&&-1===hiddenElm.tabIndex&&(hiddenElm.tabIndex=0)}))}}},"./packages/juno-core/src/foundation/hooks/useId/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/useId.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useId/useId.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uniqueId_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/uniqueId.js")),useResultRef_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts");exports.useId=function useId(id,prefixMode){return useResultRef_1.useResultRef((function(){return id?prefixMode?uniqueId_1.default(id+"-"):id:uniqueId_1.default("rc-juno-id-")})).current}},"./packages/juno-core/src/foundation/hooks/useInterval/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useInterval/useInterval.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useInterval/useInterval.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useInterval=function(callback,delay,startImmediately){void 0===delay&&(delay=0),void 0===startImmediately&&(startImmediately=!0);var intervalRef=react_1.useRef(),countRef=react_1.useRef(0),getRunning=useEventCallback_1.useEventCallback((function(){return!!intervalRef.current})),savedCallback=useEventCallback_1.useEventCallback((function(times){callback(times)})),pause=react_1.useCallback((function(){intervalRef.current&&(clearInterval(intervalRef.current),intervalRef.current=void 0)}),[]),cancel=react_1.useCallback((function(){pause(),countRef.current=0}),[pause]),play=react_1.useCallback((function(){getRunning()||(intervalRef.current=window.setInterval((function(){countRef.current++,savedCallback(countRef.current)}),delay))}),[delay,getRunning,savedCallback]);return react_1.useEffect((function(){return startImmediately&&play(),function(){return cancel()}}),[cancel,play,startImmediately]),{cancel,pause,play,getRunning}}},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyDownOnce/useKeyDownOnce.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/useKeyDownOnce.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useKeyDownOnce=function(includeKeys,_a){var onKeyDown=_a.onKeyDown,onKeyUp=_a.onKeyUp,isKeyDownMapRef=react_1.useRef({});return{onKeyDown:useEventCallback_1.useEventCallback((function(e){includeKeys.includes(e.key)?(isKeyDownMapRef.current[e.key]?(e.preventDefault(),e.stopPropagation()):null==onKeyDown||onKeyDown(e),isKeyDownMapRef.current[e.key]=!0):null==onKeyDown||onKeyDown(e)})),onKeyUp:useEventCallback_1.useEventCallback((function(e){includeKeys.includes(e.key)&&(isKeyDownMapRef.current[e.key]=!1),null==onKeyUp||onKeyUp(e)}))}}},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/useKeyboardMoveFocus.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/useOnlyOneFocusable.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");function moveIndexInTwoDimension(direction,options){var resultIndex,currIndex=options.currIndex,columns=options.columns,total=options.total,infinite=options.infinite,lastIndex=total-1,isInOrder="order"===infinite,fillTotal=Math.ceil(total/columns)*columns;switch(direction){case"ArrowUp":var toIndex=(Math.max(currIndex,0)-columns+fillTotal)%fillTotal;resultIndex=infinite?toIndex:Math.min(toIndex,currIndex);break;case"ArrowRight":if(isInOrder){resultIndex=(tmp=currIndex+1)>lastIndex?0:tmp;break}toIndex=Math.floor(currIndex/columns)*columns+(currIndex+1)%columns;resultIndex=infinite?toIndex:Math.max(toIndex,currIndex);break;case"ArrowDown":toIndex=(currIndex+columns)%fillTotal;resultIndex=infinite?toIndex:Math.max(toIndex,currIndex);break;case"ArrowLeft":if(isInOrder){var tmp;resultIndex=(tmp=currIndex-1)<0?lastIndex:tmp;break}toIndex=Math.floor(currIndex/columns)*columns+(currIndex-1+columns)%columns;resultIndex=infinite?toIndex:Math.min(toIndex,currIndex);break;case"Home":resultIndex=0;break;case"End":resultIndex=lastIndex;break;default:resultIndex=currIndex}return!infinite&&resultIndex>=total?currIndex:resultIndex>=total?("ArrowRight"===direction&&(resultIndex=fillTotal-1),moveIndexInTwoDimension(direction,tslib_1.__assign(tslib_1.__assign({},options),{currIndex:resultIndex}))):resultIndex}exports.moveIndexInTwoDimension=moveIndexInTwoDimension;try{moveIndexInTwoDimension.displayName="moveIndexInTwoDimension",moveIndexInTwoDimension.__docgenInfo={description:"that can move index in column array",displayName:"moveIndexInTwoDimension",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx#moveIndexInTwoDimension"]={docgenInfo:moveIndexInTwoDimension.__docgenInfo,name:"moveIndexInTwoDimension",path:"packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx#moveIndexInTwoDimension"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/useKeyboardMoveFocus.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useDebounce_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/index.ts"),moveIndexInTwoDimension_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/moveIndexInTwoDimension.tsx");exports.useKeyboardMoveFocus=function(_a){var infinite=_a.infinite,_b=_a.options,options=void 0===_b?[]:_b,focusedIndexRef=_a.focusedIndexRef,onFocusedIndexChange=_a.onFocusedIndexChange,getOptionDisabled=_a.getOptionDisabled,getOptionSearchText=_a.getOptionSearchText,_c=_a.columns,columns=void 0===_c?1:_c,_d=_a.endSearchDebounceTime,endSearchDebounceTime=void 0===_d?500:_d,total=options.length,searchText=react_1.useRef(""),debounceEndSearch=useDebounce_1.useDebounce((function(){return searchText.current=""}),endSearchDebounceTime),searchTextAndFocus=function(event){var key=event.key;if(getOptionSearchText&&1===key.length){debounceEndSearch(),searchText.current+=key.toLowerCase();var matchedIndex=options.findIndex((function(option){var text=getOptionSearchText(option);return Boolean(!(null==getOptionDisabled?void 0:getOptionDisabled(option))&&text&&text.toLowerCase().startsWith(searchText.current))}));matchedIndex>-1&&onFocusedIndexChange(event,matchedIndex)}};return{getPrevFocusableOption:react_1.useCallback((function(index,isInfinite){void 0===index&&(index=focusedIndexRef.current),void 0===isInfinite&&(isInfinite=!0);for(var i=index;i>=0;i--)if(!(null==getOptionDisabled?void 0:getOptionDisabled(options[i])))return i;if(isInfinite)for(i=total-1;i>index;i--)if(!(null==getOptionDisabled?void 0:getOptionDisabled(options[i])))return i;return-1}),[focusedIndexRef,getOptionDisabled,options,total]),getNextFocusableOption:react_1.useCallback((function(index,isInfinite){void 0===index&&(index=focusedIndexRef.current),void 0===isInfinite&&(isInfinite=!0);for(var i=index;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useId_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useId/index.ts");exports.useOnlyOneFocusable=function(_a){var focusedIndexRef=_a.focusedIndexRef,containerRef=_a.containerRef,moveFocusedId=useId_1.useId("data-move-focused",!0),getIndexElm=function(toIndex){var _a;return null===(_a=containerRef.current)||void 0===_a?void 0:_a.querySelector("["+moveFocusedId+'="'+toIndex+'"]')},setIndexTabIndex=function(toIndex){var _a,toElm=getIndexElm(toIndex);if(toElm){var prevElm=null===(_a=containerRef.current)||void 0===_a?void 0:_a.querySelector("["+moveFocusedId+'][tabindex="0"]');null==prevElm||prevElm.setAttribute("tabindex","-1"),toElm.setAttribute("tabindex","0")}};return{moveFocusedId,focusIndex:function(toIndex){var toElm=getIndexElm(toIndex);null==toElm||toElm.focus()},setIndexTabIndex,getItemProps:function(index,options){var _a;return utils_1.combineProps(((_a={})[moveFocusedId]=index,_a.tabIndex=index===focusedIndexRef.current?0:-1,_a.onFocus=function(){focusedIndexRef.current=index,setIndexTabIndex(index)},_a),options)}}}},"./packages/juno-core/src/foundation/hooks/useLongPress/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useLongPress/useLongPress.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useLongPress/useLongPress.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useA11yKeyEvent_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/index.ts"),useDebounce_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useDebounce/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),useEventListener_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventListener/index.ts"),useGlobalListener_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useGlobalListener/index.ts"),useTouchMouseEvent_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/index.ts");exports.isTouchEvent=function(ev){return"touches"in ev},exports.useLongPress=function(_a,_b,_c){var onTap=_a.onTap,onPress=_a.onPress,_d=void 0===_b?{}:_b,onTouchStartArg=_d.onTouchStart,onTouchEndArg=_d.onTouchEnd,onMouseDown=_d.onMouseDown,onKeyDown=_d.onKeyDown,onKeyUp=_d.onKeyUp,onMouseUpArg=_d.onMouseUp,_e=void 0===_c?{}:_c,_f=_e.isPreventDefault,isPreventDefault=void 0===_f||_f,_g=_e.delay,delay=void 0===_g?300:_g,_h=_e.externalWindow,externalWindow=void 0===_h?window:_h,isEmittedRef=react_1.useRef(!1),isA11yDownRef=react_1.useRef(!1),actionRef=react_1.useRef(null),reasonRef=react_1.useRef("click"),emitLongPress=useDebounce_1.useDebounce((function(e){onPress&&(onPress(e,reasonRef.current),isEmittedRef.current=!0)}),delay),end=function(e,isInside){globalMouseUpListener.remove(),!isEmittedRef.current&&isInside&&(null==onTap||onTap(e,reasonRef.current)),reasonRef.current="click",isEmittedRef.current=!1,emitLongPress.cancel()},start=function(e){globalMouseUpListener.listen(),"touchstart"===e.type&&(reasonRef.current="tap"),emitLongPress(e)},_j=useTouchMouseEvent_1.useTouchMouseEvent({onTouchStart:function(e){isPreventDefault&&e.preventDefault(),null==onTouchStartArg||onTouchStartArg(e),start(e)},onTouchEnd:function(e,isInside){isPreventDefault&&e.preventDefault(),null==onTouchEndArg||onTouchEndArg(e,isInside),end(e,isInside)},onMouseDown:function(e){isPreventDefault&&e.preventDefault(),null==onMouseDown||onMouseDown(e),start(e)},onMouseUp:function(e,isInside){isPreventDefault&&e.preventDefault(),null==onMouseUpArg||onMouseUpArg(e),end(e,isInside)}},{actionRef}),onMouseUp=_j.onMouseUp,onTouchEnd=_j.onTouchEnd,onTouchStart=_j.onTouchStart,events=tslib_1.__rest(_j,["onMouseUp","onTouchEnd","onTouchStart"]);useEventListener_1.useEventListener(actionRef,"touchstart",onTouchStart,{passive:!1}),useEventListener_1.useEventListener(actionRef,"touchend",onTouchEnd,{passive:!1});var globalMouseUpListener=useGlobalListener_1.useGlobalListener("mouseup",onMouseUp,{target:externalWindow,startImmediately:!1}),handleDeleteKeyDown=useA11yKeyEvent_1.useA11yKeyEvent((function(e){reasonRef.current="keyboard",isA11yDownRef.current||emitLongPress(e),isA11yDownRef.current=!0})),handleKeyDown=useEventCallback_1.useEventCallback((function(e){null==onKeyDown||onKeyDown(e),handleDeleteKeyDown(e)})),handleKeyUp=useEventCallback_1.useEventCallback((function(e){null==onKeyUp||onKeyUp(e),isA11yDownRef.current&&end(e,!0),isA11yDownRef.current=!1}));return tslib_1.__assign({ref:actionRef,onKeyDown:handleKeyDown,onKeyUp:handleKeyUp},events)}},"./packages/juno-core/src/foundation/hooks/useMountState/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useMountState/useMountState.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useMountState/useMountState.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.useMountState=function(){var isMountedRef=react_1.useRef(!1);return react_1.useEffect((function(){return isMountedRef.current=!0,function(){isMountedRef.current=!1}}),[]),isMountedRef}},"./packages/juno-core/src/foundation/hooks/useOnReRender/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOnReRender/useOnReRender.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useOnReRender/useOnReRender.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useOnReRender=function(cb,deps,isLayout){void 0===isLayout&&(isLayout=!0);var count=react_1.useRef(0),method=useEventCallback_1.useEventCallback(cb);(react_1.useRef(isLayout).current?react_1.useLayoutEffect:react_1.useEffect)((function(){return 0===count.current?(count.current=1,function(){}):method()}),deps)}},"./packages/juno-core/src/foundation/hooks/useOverflow/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useOverflow/useOverflow.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useOverflow/useOverflow.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useResizeObserver_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResizeObserver/index.ts");exports.useOverflow=function(target,cb,performance){void 0===performance&&(performance={mode:"throttle",time:200});var showRef=react_1.useRef();return useResizeObserver_1.useResizeObserver(target,(function(){var element=utils_1.getRefElement(target);if(element){var scrollWidth=element.scrollWidth,clientWidth=element.clientWidth,scrollHeight=element.scrollHeight,clientHeight=element.clientHeight,show=scrollWidth>clientWidth||scrollHeight>clientHeight;showRef.current!==show&&(showRef.current=show,cb(show,{scrollWidth,clientWidth,scrollHeight,clientHeight}))}}),performance)}},"./packages/juno-core/src/foundation/hooks/usePrevious/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/usePrevious/usePrevious.ts"),exports)},"./packages/juno-core/src/foundation/hooks/usePrevious/usePrevious.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.usePrevious=function usePrevious(cb,isDefault){var ref=react_1.useRef(isDefault?cb():void 0);return react_1.useEffect((function(){ref.current=cb()})),ref.current}},"./packages/juno-core/src/foundation/hooks/useRefState/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRefState/useRefState.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useRefState/useRefState.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),useForceUpdate_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useForceUpdate/index.ts");exports.useRefState=function(value,customUpdate){var forceUpdate=null!=customUpdate?customUpdate:useForceUpdate_1.useForceUpdate(),innerValueRef=react_1.useRef(value),setInnerValue=useEventCallback_1.useEventCallback((function(toValue,isUpdate){void 0===isUpdate&&(isUpdate=!0),innerValueRef.current=toValue,isUpdate&&forceUpdate()}));return[innerValueRef,setInnerValue]}},"./packages/juno-core/src/foundation/hooks/useResizeObserver/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResizeObserver/useResizeObserver.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useResizeObserver/useResizeObserver.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),debounce_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/debounce.js")),throttle_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/throttle.js")),resize_observer_polyfill_1=tslib_1.__importDefault(__webpack_require__("./node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js")),contexts_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts"),useResultRef_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/index.ts");exports.getResizeObserver=function(callback,externalWindow){if(externalWindow){if(void 0===(null==externalWindow?void 0:externalWindow.ResizeObserver))throw Error("window.ResizeObserver not defined");return new externalWindow.ResizeObserver(callback)}return new resize_observer_polyfill_1.default(callback)},exports.useResizeObserver=function(target,callback,performance){void 0===performance&&(performance={});var _a=performance.mode,mode=void 0===_a?"debounce":_a,_b=performance.time,performanceTime=void 0===_b?200:_b,ignoreFireWhenObserve=performance.ignoreFireWhenObserve,countRef=react_1.useRef(0),cb=useEventCallback_1.useEventCallback((function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResponsiveMatch/useResponsiveMatch.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/useResponsiveMatch.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var contexts_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts");exports.useResponsiveMatch=function(defaultBreakpoint){var _breakpoint=contexts_1.useResponsiveContext(),breakpoint=void 0===_breakpoint?defaultBreakpoint:_breakpoint;return void 0===breakpoint?{}:contexts_1.getMatchDetail(breakpoint).matchMap}},"./packages/juno-core/src/foundation/hooks/useResultRef/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useResultRef/useResultRef.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useResultRef/useResultRef.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.useResultRef=function useResultRef(cb){var renderRef=react_1.useRef(0),ref=react_1.useRef();return 0===renderRef.current&&(ref.current=cb(),renderRef.current=1),ref}},"./packages/juno-core/src/foundation/hooks/useRetry/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useRetry/useRetry.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useRetry/useRetry.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),useSleep_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useSleep/index.ts");exports.useRetry=function(cb,options){var _a=useSleep_1.useSleep(),sleep=_a.sleep,cancelSleep=_a.cancel,isCancelRef=react_1.useRef(!0),complete=function(){var _a;isCancelRef.current=!0,null===(_a=null==options?void 0:options.onComplete)||void 0===_a||_a.call(options)},cancel=function(){var _a;isCancelRef.current||(null===(_a=null==options?void 0:options.onCancel)||void 0===_a||_a.call(options),null==complete||complete()),cancelSleep()};return{retry:function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useSleep/useSleep.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useSleep/useSleep.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.useSleep=function(){var timeoutIdRef=react_1.useRef(),rejectRef=react_1.useRef(),sleepingRef=react_1.useRef(!1),clearCurrTimeout=function(){var id=timeoutIdRef.current;sleepingRef.current=!1,void 0!==id&&window.clearTimeout(id)};return react_1.useEffect((function(){return function(){clearCurrTimeout()}}),[]),{sleep:function(time){return new Promise((function(resolve,reject){clearCurrTimeout(),sleepingRef.current=!0,rejectRef.current=reject,timeoutIdRef.current=window.setTimeout((function(){sleepingRef.current=!1,resolve()}),time)}))},cancel:function(){var _a;clearCurrTimeout(),null===(_a=rejectRef.current)||void 0===_a||_a.call(rejectRef)},getSleeping:function(){return sleepingRef.current}}}},"./packages/juno-core/src/foundation/hooks/useThrottle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useThrottle/useThrottle.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useThrottle/useThrottle.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),throttle_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/throttle.js")),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useThrottle=function(fn,throttleTime,throttleSettings){void 0===throttleTime&&(throttleTime=200);var memoFn=useEventCallback_1.useEventCallback(fn),throttleFn=react_1.useCallback(throttle_1.default(memoFn,throttleTime,throttleSettings),[]);return react_1.useEffect((function(){return function(){return throttleFn.cancel()}}),[]),throttleFn}},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/useTouchMouseEvent.ts"),exports)},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/useTouchMouseEvent.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),contexts_1=__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),useEventCallback_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/useEventCallback/index.ts");exports.useTouchMouseEvent=function(_a,_b){var onMouseDownArg=_a.onMouseDown,onMouseUpArg=_a.onMouseUp,onTouchStartArg=_a.onTouchStart,onTouchEndArg=_a.onTouchEnd,actionRef=(void 0===_b?{}:_b).actionRef,stopMouseEventRef=react_1.useRef(!1),document=contexts_1.useRcPortalWindowContext().document;function checkInside(elm){var hostElement=utils_1.getRefElement(actionRef);return!!hostElement&&!(!elm||!exports.isElmEqualOrContain(elm,hostElement))}return{onTouchStart:useEventCallback_1.useEventCallback((function(e){stopMouseEventRef.current=!0,null==onTouchStartArg||onTouchStartArg(e)})),onTouchEnd:useEventCallback_1.useEventCallback((function(e){var isInside;if(actionRef&&e.touches.length<2&&e.changedTouches.length<2){var touch=e.touches[0]||e.changedTouches[0],elm=document.elementFromPoint(touch.clientX,touch.clientY);isInside=!!elm&&checkInside(elm)}null==onTouchEndArg||onTouchEndArg(e,isInside)})),onMouseDown:useEventCallback_1.useEventCallback((function(e){stopMouseEventRef.current||null==onMouseDownArg||onMouseDownArg(e)})),onMouseUp:useEventCallback_1.useEventCallback((function(e){var isInside;if(!stopMouseEventRef.current){if(actionRef){var elm=e.target;isInside=!!elm&&checkInside(elm)}null==onMouseUpArg||onMouseUpArg(e,isInside)}}))}},exports.isElmEqualOrContain=function(sourceTarget,containTarget){var elm=utils_1.getRefElement(sourceTarget),target=utils_1.getRefElement(containTarget);return elm&&target&&(target===elm||target.contains(elm))}},"./packages/juno-core/src/foundation/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"));exports.styled=styled_components_1.default,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/config.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/contexts/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hoc/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/hooks/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/overridableStyled.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),exports)},"./packages/juno-core/src/foundation/overridableStyled.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styled_components_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"));exports.overridableStyled=styled_components_1.default},"./packages/juno-core/src/foundation/styled-components.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styledComponents=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importStar(__webpack_require__("./node_modules/styled-components/dist/styled-components.browser.esm.js")),styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),_a=styledComponents,styled=_a.default,css=_a.css,keyframes=_a.keyframes,createGlobalStyle=_a.createGlobalStyle,withTheme=_a.withTheme,StyleSheetManager=_a.StyleSheetManager,ThemeProvider=_a.ThemeProvider,ThemeConsumer=_a.ThemeConsumer;exports.css=css,exports.keyframes=keyframes,exports.createGlobalStyle=createGlobalStyle,exports.withTheme=withTheme,exports.StyleSheetManager=StyleSheetManager,exports.ThemeProvider=ThemeProvider,exports.ThemeConsumer=ThemeConsumer;exports.useTheme=function(){return styles_1.useTheme()},exports.default=styled},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.RcGlobalScrollBarStyle=styled_components_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n /* Firefox-only */\n * {\n scrollbar-color: "," transparent;\n }\n /*\n /* Works on Chrome/Edge/Safari */\n ::-webkit-scrollbar {\n width: 10px;\n height: 10px;\n };\n\n ::-webkit-scrollbar-track {\n background-color: transparent;\n };\n\n ::-webkit-scrollbar-thumb {\n background-color: ",";\n border-radius: 10px;\n };\n"],["\n /* Firefox-only */\n * {\n scrollbar-color: "," transparent;\n }\n /*\n /* Works on Chrome/Edge/Safari */\n ::-webkit-scrollbar {\n width: 10px;\n height: 10px;\n };\n\n ::-webkit-scrollbar-track {\n background-color: transparent;\n };\n\n ::-webkit-scrollbar-thumb {\n background-color: ",";\n border-radius: 10px;\n };\n"])),"rgba(80,80,80,0.7)","rgba(80,80,80,0.7)");try{RcGlobalScrollBarStyle.displayName="RcGlobalScrollBarStyle",RcGlobalScrollBarStyle.__docgenInfo={description:"Provide you to change whole app scrollBar color",displayName:"RcGlobalScrollBarStyle",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx#RcGlobalScrollBarStyle"]={docgenInfo:RcGlobalScrollBarStyle.__docgenInfo,name:"RcGlobalScrollBarStyle",path:"packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx#RcGlobalScrollBarStyle"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.tsx"),exports)},"./packages/juno-core/src/foundation/styles/colorManipulator.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts");function darken(colorInput,coefficient){return function(props){var color="function"==typeof colorInput?colorInput(props):colorInput;return styles_1.darken(color,coefficient)}}function lighten(colorInput,coefficient){return function(props){var color="function"==typeof colorInput?colorInput(props):colorInput;return styles_1.lighten(color,coefficient)}}exports.darken=darken,exports.lighten=lighten,exports.getContrastBgColor=function(_a){var theme=_a.theme,color=_a.color,currColor=newPalette_1.getParsePaletteColor(color);return[currColor,"light"===theme.palette.type?lighten(currColor,.62):darken(currColor,.5)]}},"./packages/juno-core/src/foundation/styles/ellipsis.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.ellipsis=function ellipsis(){return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n "],["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n "])))}},"./packages/juno-core/src/foundation/styles/fakeBorder.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),focusVisible_1=__webpack_require__("./packages/juno-core/src/foundation/styles/focusVisible.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts");exports.fakeBorder=function(_a){var _b=void 0===_a?{}:_a,pseudo=_b.pseudo,_c=_b.inset,inset=void 0===_c||_c,radius=_b.radius,_d=_b.size,size=void 0===_d?1:_d,_e=_b.color,color=void 0===_e?newPalette_1.palette2("highContrast"):_e,allowTransparent=_b.allowTransparent;return function(_a){var theme=_a.theme,colorValue="function"==typeof color&&theme?color({theme}):color;if(allowTransparent||"transparent"!==colorValue)return pseudo?focusVisible_1.shadowBorder(radius,colorValue,inset,size):styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n box-shadow: "," 0 0 0 ","px ",";\n "],["\n box-shadow: "," 0 0 0 ","px ",";\n "])),inset?"inset":"",size,colorValue)}}},"./packages/juno-core/src/foundation/styles/flexCenter.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.flexCenterStyle=styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n"])))},"./packages/juno-core/src/foundation/styles/flexWidth.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.flexWidth=function(width){return styled_components_1.css(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n flex: 1 1 ",";\n\n ","\n"],["\n flex: 1 1 ",";\n\n ","\n"])),width,"auto"!==width?styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n max-width: ",";\n min-width: ",";\n "],["\n max-width: ",";\n min-width: ",";\n "])),width,width):styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n max-width: unset;\n min-width: unset;\n "],["\n max-width: unset;\n min-width: unset;\n "]))))}},"./packages/juno-core/src/foundation/styles/focusRing.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts"),radius_1=__webpack_require__("./packages/juno-core/src/foundation/styles/radius.ts"),focusRingOffsetMap={normal:"2px",inset:"0px"};exports.focusRing=function(variant,options){void 0===options&&(options={});var _a=options.pseudo;if(void 0===_a||_a){var _b=options.borderRadius,borderRadius=void 0===_b?"zero":_b,_c=options.borderWidth,borderWidth=void 0===_c?"0px":_c,isInset="inset"===variant,offset=focusRingOffsetMap[variant];return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:after {\n pointer-events: none;\n content: '';\n position: absolute;\n inset: 0;\n\n margin: calc(-"," - ",");\n border-radius: calc("," + ",");\n box-shadow: "," 0 0 0 2px\n ",";\n }\n "],["\n &:after {\n pointer-events: none;\n content: '';\n position: absolute;\n inset: 0;\n\n margin: calc(-"," - ",");\n border-radius: calc("," + ",");\n box-shadow: "," 0 0 0 2px\n ",";\n }\n "])),offset,borderWidth,offset,radius_1.radius(borderRadius),isInset?"inset":"",newPalette_1.palette2("interactive","f01"))}var _d=options.gapColor,gapColor=void 0===_d?"neutral.b01":_d;return styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n box-shadow: 0 0 0 2px ",",\n 0 0 0 4px ",";\n "],["\n box-shadow: 0 0 0 2px ",",\n 0 0 0 4px ",";\n "])),newPalette_1.getParsePaletteColor(gapColor),newPalette_1.palette2("interactive","f01"))}},"./packages/juno-core/src/foundation/styles/focusVisible.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts"),radius_1=__webpack_require__("./packages/juno-core/src/foundation/styles/radius.ts");exports.focusVisible="&.focus-visible, &[data-focus-visible-added]",exports.focusWithin="&:hover, &:focus-within",exports.focusVisibleColor=newPalette_1.palette2("interactive","f01"),exports.shadowBorder=function(r,color,inset,size){return void 0===r&&(r="zero"),void 0===color&&(color=exports.focusVisibleColor),void 0===inset&&(inset=!0),void 0===size&&(size=1),styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: "," 0 0 0 ","px ",";\n border-radius: ",";\n pointer-events: none;\n }\n"],["\n &:after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: "," 0 0 0 ","px ",";\n border-radius: ",";\n pointer-events: none;\n }\n"])),inset?"inset":"",size,color,radius_1.radius(r))},exports.focusVisibleShadowStyle=function(r,color,inset,size){return void 0===inset&&(inset=!0),void 0===size&&(size=1),styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n "," {\n ",";\n }\n"],["\n "," {\n ",";\n }\n"])),exports.focusVisible,exports.shadowBorder(r,color,inset,size))}},"./packages/juno-core/src/foundation/styles/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/colorManipulator.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/ellipsis.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/fakeBorder.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/flexCenter.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/flexWidth.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/focusRing.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/focusVisible.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/lineClamp.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/nonStyleButton.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/nonTouchHoverMedia.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/opacity.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/palette.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/paletteContrastText.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/px.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/radius.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/rippleEnter.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/rippleStyle.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/shadows.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/spacing.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/typography.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/styles/zIndex.ts"),exports)},"./packages/juno-core/src/foundation/styles/lineClamp.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),px_1=__webpack_require__("./packages/juno-core/src/foundation/styles/px.ts");exports.lineClamp=function lineClamp(lineNumber,maxHeight){return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n max-height: ",";\n word-break: break-word;\n "],["\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: ",";\n -webkit-box-orient: vertical;\n max-height: ",";\n word-break: break-word;\n "])),lineNumber,px_1.px(maxHeight))}},"./packages/juno-core/src/foundation/styles/newPalette.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),parseColor_1=__webpack_require__("./packages/juno-core/src/foundation/utils/parseColor.ts"),opacity_1=__webpack_require__("./packages/juno-core/src/foundation/styles/opacity.ts");function getPaletteColor(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.nonStyleButton=function nonStyleButton(){return styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n "],["\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n "])))}},"./packages/juno-core/src/foundation/styles/nonTouchHoverMedia.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.nonTouchHoverMedia="@media (hover: hover) and (pointer: fine)"},"./packages/juno-core/src/foundation/styles/opacity.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js");__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");exports.opacity=function opacity(name,reverse){return function(_a){var value=_a.theme.opacity[name];return reverse?1-value:value}},exports.doAlpha=function doAlpha(color,opacity,theme){var alpha=String(opacity).indexOf(".")>-1?opacity:theme.palette.action.hoverOpacity*opacity;try{return styles_1.alpha(color,+alpha.toFixed(2))}catch(error){return color}}},"./packages/juno-core/src/foundation/styles/palette.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var get_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/get.js")),opacity_1=__webpack_require__("./packages/juno-core/src/foundation/styles/opacity.ts");function setAlpha(colorFn,opacity){return function(_a){var theme=_a.theme;return opacity_1.doAlpha(colorFn({theme}),opacity,theme)}}exports.palette=function palette(name,sub,opacity){return void 0===sub&&(sub=""),function(_a){var theme=_a.theme,subArr=sub.toString().split("."),color=sub?theme.palette[name][sub]:theme.palette[name];return subArr.length>1&&(color=get_1.default(theme.palette[name],sub)),opacity?opacity_1.doAlpha(color,opacity,theme):color}},exports.setAlpha=setAlpha,exports.setOpacity=function setOpacity(colorFn,opacityName,reverse){return void 0===reverse&&(reverse=!1),function(props){var theme=props.theme,currentOpacity=theme.opacity[opacityName];return opacity_1.doAlpha(colorFn(props),reverse?1-currentOpacity:currentOpacity,theme)}},exports.lightAlpha=function lightAlpha(colorFn,unit){return function(_a){var theme=_a.theme;return setAlpha(colorFn,1-theme.palette.action.hoverOpacity*unit)({theme})}}},"./packages/juno-core/src/foundation/styles/paletteContrastText.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.paletteContrastText=function paletteContrastText(colorFn){return function(_a){var theme=_a.theme;return theme.palette.getContrastText(colorFn({theme}))}}},"./packages/juno-core/src/foundation/styles/px.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.px=function px(){for(var values=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.radius=function radius(name){return function(_a){return _a.theme.radius[name]}}},"./packages/juno-core/src/foundation/styles/rippleEnter.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts");exports.rippleEnter=function(theme){return styled_components_1.keyframes(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n from {\n transform: scale(0);\n opacity: 0.1;\n }\n to {\n transform: scale(1);\n opacity: ",";\n }\n"],["\n from {\n transform: scale(0);\n opacity: 0.1;\n }\n to {\n transform: scale(1);\n opacity: ",";\n }\n"])),2*theme.palette.action.hoverOpacity)}},"./packages/juno-core/src/foundation/styles/rippleStyle.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),newPalette_1=__webpack_require__("./packages/juno-core/src/foundation/styles/newPalette.ts");exports.backgroundTransition=function(_a){var theme=_a.theme;return theme.transitions.create(["background"],{easing:theme.transitions.easing.easeInOut,duration:theme.transitions.duration.shortest})},exports.rippleStyle=styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n position: relative;\n overflow: hidden;\n transform: translate3d(0, 0, 0);\n transition: ",";\n\n &:after {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n background-image: radial-gradient(\n circle,\n "," 10%,\n transparent 10.01%\n );\n background-repeat: no-repeat;\n background-position: 50%;\n transform: scale(10, 10);\n opacity: 0;\n transition: transform 0.5s ease-out, opacity 0.6s ease-in;\n }\n\n &:active:after {\n transform: scale(0, 0);\n opacity: 0.1;\n transition: 0s;\n }\n"],["\n position: relative;\n overflow: hidden;\n transform: translate3d(0, 0, 0);\n transition: ",";\n\n &:after {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n background-image: radial-gradient(\n circle,\n "," 10%,\n transparent 10.01%\n );\n background-repeat: no-repeat;\n background-position: 50%;\n transform: scale(10, 10);\n opacity: 0;\n transition: transform 0.5s ease-out, opacity 0.6s ease-in;\n }\n\n &:active:after {\n transform: scale(0, 0);\n opacity: 0.1;\n transition: 0s;\n }\n"])),exports.backgroundTransition,newPalette_1.palette2("neutral","b06"))},"./packages/juno-core/src/foundation/styles/shadows.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.shadows=function shadows(elevation){return function(_a){return _a.theme.shadows[elevation]}}},"./packages/juno-core/src/foundation/styles/spacing.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),px_1=__webpack_require__("./packages/juno-core/src/foundation/styles/px.ts");exports.spacing=function spacing(){for(var values=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts");function typographyProp(name,key){if("inherit"!==name)return function(_a){var themeOfTypography=_a.theme.typography[name];if("object"==typeof themeOfTypography)return themeOfTypography[key];utils_1.logInDev({message:"Unexpected typography name: "+name,component:"typographyProp",level:"warn"})}}exports.typographyProp=typographyProp,exports.typography=function typography(name,fontOnly){void 0===fontOnly&&(fontOnly=!1);var fontCss=styled_components_1.css(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n font-size: ",";\n font-weight: ",";\n font-family: ",";\n "],["\n font-size: ",";\n font-weight: ",";\n font-family: ",";\n "])),typographyProp(name,"fontSize"),typographyProp(name,"fontWeight"),(function(_a){return _a.theme.typography.fontFamily}));return fontOnly?fontCss:styled_components_1.css(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n ",";\n line-height: ",";\n "],["\n ",";\n line-height: ",";\n "])),fontCss,typographyProp(name,"lineHeight"))}},"./packages/juno-core/src/foundation/styles/zIndex.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.zIndex=function zIndex(name){return function(_a){return _a.theme.zIndex[name]}}},"./packages/juno-core/src/foundation/theme/DefaultTheme.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/ThemeHandler.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),createTheme_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/createTheme.ts")),options_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/options.json")),RcThemeHandler=function(){function RcThemeHandler(){this.themeCache=new Map,this.themeProviderRef=0}return RcThemeHandler.getInstance=function(){return RcThemeHandler.instance||(RcThemeHandler.instance=new RcThemeHandler),RcThemeHandler.instance},RcThemeHandler.prototype.listen=function(cb){this.emit=cb},RcThemeHandler.prototype.destroy=function(){RcThemeHandler.instance=void 0},RcThemeHandler.prototype.getTheme=function(){return this.currentTheme},RcThemeHandler.prototype.setTheme=function(themeOptions,isEmit){void 0===isEmit&&(isEmit=!0);var currentKey=JSON.stringify(themeOptions),currentTheme=this.themeCache.get(currentKey);if(currentTheme)this.currentTheme=currentTheme;else{var theme=createTheme_1.default(themeOptions);this.themeCache.set(currentKey,theme),this.currentTheme=theme}return isEmit&&this.emit&&this.emit(this.currentTheme),this.currentTheme},RcThemeHandler.prototype.setThemeName=function(name){return tslib_1.__awaiter(this,void 0,void 0,(function(){var theme;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return[4,this.read(name)];case 1:return theme=_a.sent(),this.setTheme(theme),[2]}}))}))},RcThemeHandler.prototype.read=function(theme){return utils_1.isUrl(theme)?this.loadUrl(theme):this.loadUrl(""+options_json_1.default.basePath+theme+".json")},RcThemeHandler.prototype.loadUrl=function(url){return tslib_1.__awaiter(this,void 0,Promise,(function(){var response;return tslib_1.__generator(this,(function(_a){switch(_a.label){case 0:return _a.trys.push([0,7,,9]),[4,fetch(url,{cache:"force-cache"})];case 1:if(!(response=_a.sent()).ok)return[3,5];_a.label=2;case 2:return _a.trys.push([2,4,,5]),[4,response.json()];case 3:return[2,_a.sent()];case 4:return _a.sent(),[2,Promise.reject(new Error("failed parsing "+url+" to json"))];case 5:return[4,Promise.reject(new Error("failed loading "+url))];case 6:return[2,_a.sent()];case 7:return _a.sent(),[4,Promise.reject(new Error("failed loading "+url))];case 8:return[2,_a.sent()];case 9:return[2]}}))}))},RcThemeHandler}();exports.RcThemeHandler=RcThemeHandler},"./packages/juno-core/src/foundation/theme/ThemeProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");__webpack_require__("./node_modules/focus-visible/dist/focus-visible.js");var react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),hooks_1=__webpack_require__("./packages/juno-core/src/foundation/hooks/index.ts"),styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),createTheme_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/createTheme.ts")),NestedThemeContext=react_1.createContext(!1),SubThemeProvider=function(_a){var _b,_c,themeProp=_a.theme,children=_a.children,parentTheme=styled_components_1.useTheme(),isHaveParentRcTheme=null===(_c=null===(_b=parentTheme.palette)||void 0===_b?void 0:_b.content)||void 0===_c?void 0:_c.brand,theme=!themeProp&&isHaveParentRcTheme?parentTheme:createTheme_1.default(themeProp);return react_1.default.createElement(styles_1.MuiThemeProvider,{theme},react_1.default.createElement(styled_components_1.ThemeProvider,{theme},children))},RootThemeProvider=function(props){var prefixGlobalClass=props.prefixGlobalClass,rest=tslib_1.__rest(props,["prefixGlobalClass"]),stylesProviderProps=hooks_1.useResultRef((function(){return prefixGlobalClass?{generateClassName:styles_1.createGenerateClassName({seed:prefixGlobalClass})}:{}}));return react_1.default.createElement(styles_1.StylesProvider,tslib_1.__assign({injectFirst:!0},stylesProviderProps.current),react_1.default.createElement(SubThemeProvider,tslib_1.__assign({},rest)))};exports.RcThemeProvider=function(props){var ThemeProvider=react_1.useContext(NestedThemeContext)?SubThemeProvider:RootThemeProvider;return react_1.default.createElement(NestedThemeContext.Provider,{value:!0},react_1.default.createElement(ThemeProvider,tslib_1.__assign({},props)))};try{RcThemeProvider.displayName="RcThemeProvider",RcThemeProvider.__docgenInfo={description:"theme wrapper, each app should always have one `RcThemeProvider` at root\n\nif you need multiple theme,\nyou can apply another `RcThemeProvider` inside root `RcThemeProvider`.\n\n`RcThemeProvider` can unlimited nest",displayName:"RcThemeProvider",props:{prefixGlobalClass:{defaultValue:null,description:"prefix the mui global class",name:"prefixGlobalClass",required:!1,type:{name:"string"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/theme/ThemeProvider.tsx#RcThemeProvider"]={docgenInfo:RcThemeProvider.__docgenInfo,name:"RcThemeProvider",path:"packages/juno-core/src/foundation/theme/ThemeProvider.tsx#RcThemeProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/react/index.js"));exports.RcThemeContext=react_1.default.createContext({})},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),rcDark_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcDark.json")),rcHighContrast_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json")),ThemeContext_1=__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx");exports.RcDefaultDarkTheme=rcDark_json_1.default,exports.RcDefaultHighContrastTheme=rcHighContrast_json_1.default,exports.RcThemeSwitcherDefaultTheme={defaultTheme:"light",themeMap:{light:{}}},exports.RcThemeSwitcherProvider=function(_a){var children=_a.children,_b=_a.defaultTheme,defaultTheme=void 0===_b?exports.RcThemeSwitcherDefaultTheme.defaultTheme:_b,_c=_a.themeMap,themeMap=void 0===_c?exports.RcThemeSwitcherDefaultTheme.themeMap:_c,_d=tslib_1.__read(react_1.useState(defaultTheme),2),currentTheme=_d[0],setTheme=_d[1];return react_1.default.createElement(ThemeContext_1.RcThemeContext.Provider,{value:{defaultTheme,themeMap,theme:currentTheme,setTheme}},react_1.default.createElement(ThemeContext_1.RcThemeContext.Consumer,null,(function(_a){var theme=_a.theme,themeMap=_a.themeMap;if(Object.keys(themeMap).forEach((function(key){document.body.removeAttribute(key)})),document.body.setAttribute(theme,""),react_1.isValidElement(children))return react_1.default.cloneElement(children,{theme:themeMap[theme]});throw new Error("RcThemeSwitcherProvider can only have one children with theme props")})))};try{RcThemeSwitcherProvider.displayName="RcThemeSwitcherProvider",RcThemeSwitcherProvider.__docgenInfo={description:"",displayName:"RcThemeSwitcherProvider",props:{defaultTheme:{defaultValue:{value:"light"},description:"",name:"defaultTheme",required:!1,type:{name:"string"}},themeMap:{defaultValue:{value:"{\n light: {},\n }"},description:"",name:"themeMap",required:!1,type:{name:'Record, {}>>'}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx#RcThemeSwitcherProvider"]={docgenInfo:RcThemeSwitcherProvider.__docgenInfo,name:"RcThemeSwitcherProvider",path:"packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx#RcThemeSwitcherProvider"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeSwitcherProvider.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/useThemeSwitcher.ts"),exports)},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/useThemeSwitcher.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js"),ThemeContext_1=__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/ThemeContext.tsx");exports.useThemeSwitcher=function(){var context=react_1.useContext(ThemeContext_1.RcThemeContext);if(!context)throw new Error("To use `useThemeSwitcher`, component must be within a RcThemeSwitcherProvider");return context}},"./packages/juno-core/src/foundation/theme/createTheme.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),styles_1=__webpack_require__("./node_modules/@material-ui/core/esm/styles/index.js"),utils_1=__webpack_require__("./packages/juno-core/src/foundation/utils/index.ts"),breakpoints_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/breakpoints.json")),opacity_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/opacity.json")),palette_dark_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.dark.json")),palette_light_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.light.json")),radius_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/radius.json")),shadows_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/shadows.json")),shape_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/shape.json")),transition_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/transition.json")),typography_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/typography.json")),zIndex_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/zIndex.json"));exports.default=function createTheme(options){void 0===options&&(options={});var _a=options.palette,paletteInput=void 0===_a?{}:_a,_b=options.typography,typographyInput=void 0===_b?{}:_b,_c=options.opacity,opacityInput=void 0===_c?{}:_c,_d=options.radius,radiusInput=void 0===_d?{}:_d,_e=options.zIndex,zIndexInput=void 0===_e?{}:_e,_f=options.breakpoints,breakpointsInput=void 0===_f?{}:_f,_g=options.shape,shapeInput=void 0===_g?{}:_g,_h=options.shadows,shadowsInput=void 0===_h?[]:_h,_j=options.transitions,transitionsInput=void 0===_j?{}:_j,_breakpoints=Object.keys(breakpointsInput).length>0?breakpointsInput:breakpoints_json_1.default,_shadows=(null==shadowsInput?void 0:shadowsInput.length)>0?shadowsInput:shadows_json_1.default,_palette=utils_1.deepmerge("dark"===paletteInput.type?palette_dark_json_1.default:palette_light_json_1.default,paletteInput),theme=tslib_1.__assign(tslib_1.__assign({},options),{spacing:4,palette:_palette,typography:utils_1.deepmerge(typography_json_1.default,typographyInput),opacity:utils_1.deepmerge(opacity_json_1.default,opacityInput),radius:utils_1.deepmerge(radius_json_1.default,radiusInput),shadows:_shadows,transitions:utils_1.deepmerge(transition_json_1.default,transitionsInput),zIndex:utils_1.deepmerge(zIndex_json_1.default,zIndexInput),breakpoints:_breakpoints,shape:utils_1.deepmerge(shape_json_1.default,shapeInput)});return styles_1.createTheme(theme)}},"./packages/juno-core/src/foundation/theme/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),createTheme_1=__webpack_require__("./packages/juno-core/src/foundation/theme/createTheme.ts");exports.createTheme=createTheme_1.default,tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeHandler.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeProvider.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/palette.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/paletteProp.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/theme.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/typography.type.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/useThemeProps.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/theme/DefaultTheme.ts"),exports)},"./packages/juno-core/src/foundation/theme/palette.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/paletteProp.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/theme.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/typography.type.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/theme/useThemeProps.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styled_components_1=__webpack_require__("./packages/juno-core/src/foundation/styled-components.ts"),combineProps_1=__webpack_require__("./packages/juno-core/src/foundation/utils/combineProps.ts");exports.useThemeProps=function useThemeProps(_a){var _b,props=_a.props,name=_a.name,theme=styled_components_1.useTheme();return combineProps_1.combineProps(null===(_b=theme.props)||void 0===_b?void 0:_b[name],props)}},"./packages/juno-core/src/foundation/typings/BaseColor.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseDirection.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseFocusVariant.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseFormControlLabel.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseLabelPlacement.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseProps.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/BaseSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/UnionOmit.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/UnitMap.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/deepPartial.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/typings/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseColor.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseDirection.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseFocusVariant.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseFormControlLabel.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseLabelPlacement.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseProps.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/BaseSize.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/UnionOmit.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/UnitMap.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/deepPartial.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/typings/notNullRecord.ts"),exports)},"./packages/juno-core/src/foundation/typings/notNullRecord.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0})},"./packages/juno-core/src/foundation/utils/a11yKeyboardCode.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.a11yKeyboardCode={ArrowLeft:37,ArrowRight:39,Space:32,Escape:27,Enter:13,Tab:9},exports.a11yKeyboard={ArrowLeft:"ArrowLeft",ArrowRight:"ArrowRight",Space:" ",Escape:"Escape",Enter:"Enter",Tab:"Tab"}},"./packages/juno-core/src/foundation/utils/checkDefaultPrevented.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");exports.checkDefaultPrevented=function(fc){return function(e){for(var args=[],_i=1;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RcClasses=function(classes,prefix){return classes.reduce((function(prev,curr){return prev[curr]=prefix+"-"+curr,prev}),{})}},"./packages/juno-core/src/foundation/utils/clearReactReferencesInNode.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx");function clearReactReferences(node){for(var key in node)key.includes("__react")&&delete node[key]}function clearReactReferencesInner(node){node.childNodes.forEach((function(node){clearReactReferences(node),node.childNodes.length&&clearReactReferencesInner(node)}))}exports.clearReactReferencesInNode=function clearReactReferencesInNode(node){try{var parentElement=node.parentElement;parentElement&&(clearReactReferencesInner(parentElement),clearReactReferences(parentElement),"function"==typeof parentElement.remove&&parentElement.remove())}catch(error){0}}},"./packages/juno-core/src/foundation/utils/combineProps.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=__webpack_require__("./node_modules/react/index.js"),isPlainObject_1=tslib_1.__importDefault(__webpack_require__("./node_modules/lodash/isPlainObject.js"));exports.combineProps=function(baseProps,newProps,coverPropKeys){return innerCombineProps({baseProps,newProps,coverPropKeys})},exports.combineClasses=function(baseClasses,newClasses){return innerCombineProps({baseProps:baseClasses,newProps:newClasses,combineAllString:!0})};var innerCombineProps=function(params){var baseProps=params.baseProps,newProps=params.newProps;if(!newProps||0===Object.keys(newProps).length)return baseProps;var outputProps=mergeChildProps(params);return tslib_1.__assign(tslib_1.__assign({},newProps),outputProps)};function mergeChildProps(_a){var baseProps=_a.baseProps,newProps=_a.newProps,combineAllString=_a.combineAllString,coverPropKeys=_a.coverPropKeys,result=Object.keys(baseProps||{}).reduce((function(output,curr){var prop=baseProps[curr],propTo=newProps[curr];if(void 0!==propTo)switch(typeof prop){case"undefined":case"boolean":case"symbol":case"bigint":case"number":output[curr]=propTo;break;case"object":!react_1.isValidElement(propTo)&&!react_1.isValidElement(prop)&&isPlainObject_1.default(propTo)&&isPlainObject_1.default(prop)?output[curr]=mergeChildProps({baseProps:prop,newProps:propTo||{},combineAllString:combineAllString||"classes"===curr}):output[curr]=propTo;break;case"string":output[curr]=combineAllString||"className"===curr?[prop,propTo].filter((function(x){return"string"==typeof x&&x})).join(" "):propTo;break;case"function":coverPropKeys&&coverPropKeys.includes(curr)&&propTo?output[curr]=propTo:output[curr]=function(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),utils_1=__webpack_require__("./node_modules/@material-ui/utils/esm/index.js");exports.deepmerge=function deepmerge(){for(var args=[],_i=0;_i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var isRef_1=__webpack_require__("./packages/juno-core/src/foundation/utils/isRef.ts");exports.getRefElement=function(ref){return"function"==typeof ref?ref():isRef_1.isRef(ref)?ref.current:ref}},"./packages/juno-core/src/foundation/utils/getScrollbarSize.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var getScrollbarSize_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/@material-ui/core/utils/getScrollbarSize.js"));exports.getScrollbarSize=getScrollbarSize_1.default},"./packages/juno-core/src/foundation/utils/hasValue.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var utils_1=__webpack_require__("./node_modules/@material-ui/core/InputBase/utils.js");exports.hasValue=utils_1.hasValue,exports.isFilled=utils_1.isFilled},"./packages/juno-core/src/foundation/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/a11yKeyboardCode.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/checkDefaultPrevented.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/classes.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/clearReactReferencesInNode.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/combineProps.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/deepmerge.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/getRefElement.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/getScrollbarSize.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/hasValue.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isRcElement.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isRef.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isUrl.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/omit.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/outerSize.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/parseColor.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/pick.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/preloadImg.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/removeClassName.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/selectionHandler.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/shallowEqual.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/styleParser.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/swapArrayLocs.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/utils/isTap.ts"),exports)},"./packages/juno-core/src/foundation/utils/isRcElement.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var react_1=__webpack_require__("./node_modules/react/index.js");exports.isRcElement=function isRcElement(element,names){var _a;return react_1.isValidElement(element)&&-1!==names.indexOf(null===(_a=element.type)||void 0===_a?void 0:_a.displayName)}},"./packages/juno-core/src/foundation/utils/isRef.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isRef=function(obj){return obj&&"current"in obj}},"./packages/juno-core/src/foundation/utils/isTap.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isTap=function(event){if(event.touches.length<2&&event.changedTouches.length<2){var touch=event.touches[0]||event.changedTouches[0],elm=document.elementFromPoint(touch.clientX,touch.clientY);return event.currentTarget===elm||event.currentTarget.contains(elm)}return!1}},"./packages/juno-core/src/foundation/utils/isUrl.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isUrl=function isUrl(url){return url.match(/(\b(https?):\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|])/gi)}},"./packages/juno-core/src/foundation/utils/omit.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var omit_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/omit.js"));exports.omit=function(classes,keys){return omit_1.default(classes,keys)}},"./packages/juno-core/src/foundation/utils/outerSize.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.outerSize=function outerSize(el){var style=getComputedStyle(el);return{get height(){return el.offsetHeight+parseInt(style.marginTop,10)+parseInt(style.marginBottom,10)},get width(){return el.offsetWidth+parseInt(style.marginLeft,10)+parseInt(style.marginRight,10)}}}},"./packages/juno-core/src/foundation/utils/parseColor.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.parseColor=function parseColor(color,defaultColor,useMain){if(void 0===useMain&&(useMain=!0),!color&&void 0!==defaultColor)return defaultColor;var result=["primary","main"];if(color)if(color instanceof Array)result=color;else{if("string"!=typeof color)return color;result=color.split(".")}return useMain&&(result[0]||(result[0]="primary"),result[1]||(result[1]="main")),result}},"./packages/juno-core/src/foundation/utils/pick.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var pick_1=__webpack_require__("./node_modules/tslib/tslib.es6.js").__importDefault(__webpack_require__("./node_modules/lodash/pick.js"));exports.pick=function(classes,keys){return pick_1.default(classes,keys)}},"./packages/juno-core/src/foundation/utils/preloadImg.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.preloadImg=function preloadImg(url){return new Promise((function(resolve,reject){var img=new Image;img.style.display="none",img.onload=function(){document.body.removeChild(img),resolve()},img.onerror=function(){document.body.removeChild(img),reject()},img.src=url,document.body.appendChild(img)}))}},"./packages/juno-core/src/foundation/utils/removeClassName.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var getRefElement_1=__webpack_require__("./packages/juno-core/src/foundation/utils/getRefElement.ts");function removeClassName(target,removeClass,_a){var _b=void 0===_a?{}:_a,_c=_b.scanChildren,scanChildren=void 0!==_c&&_c,_d=_b.fullMatch,fullMatch=void 0!==_d&&_d,elm=getRefElement_1.getRefElement(target);if(elm&&(elm.className.includes(removeClass)&&(elm.className=cleanClass(elm,removeClass,fullMatch)),scanChildren)){var nodes=elm.querySelectorAll('[class*="'+removeClass+'"]');(null==nodes?void 0:nodes.length)>0&&nodes.forEach((function(node){return node.className=cleanClass(node,removeClass,fullMatch)}))}}function cleanClass(elm,removeClass,fullMatch){return elm.className.trim().split(/\s+/).filter((function(className){return!(fullMatch?className===removeClass:className.includes(removeClass))})).join(" ")}exports.removeClassName=removeClassName;try{removeClassName.displayName="removeClassName",removeClassName.__docgenInfo={description:"remove className from element, default will not scan child nodes, if you want to scan child nodes, set `scanChildren` to `true`.",displayName:"removeClassName",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/utils/removeClassName.tsx#removeClassName"]={docgenInfo:removeClassName.__docgenInfo,name:"removeClassName",path:"packages/juno-core/src/foundation/utils/removeClassName.tsx#removeClassName"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/foundation/utils/selectionHandler.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var getRefElement_1=__webpack_require__("./packages/juno-core/src/foundation/utils/getRefElement.ts");exports.getSelectionPosition=function getSelectionPosition(sourceTarget){var input=getRefElement_1.getRefElement(sourceTarget),currentPosition=null==input?void 0:input.selectionStart,currentPositionEnd=null==input?void 0:input.selectionEnd;return{isSelectRange:currentPosition!==currentPositionEnd,position:{start:currentPosition||0,end:currentPositionEnd||0}}},exports.setSelectionPosition=function setSelectionPosition(target,options){var elm=getRefElement_1.getRefElement(target);elm&&null!==options.start&&null!==options.end&&(options.scrollIntoView&&elm.blur(),elm.setSelectionRange(options.start,options.end,options.direction),options.scrollIntoView&&elm.focus())},exports.clearWindowSelection=function clearWindowSelection(){var _a,_b;if(window.getSelection){var selection=window.getSelection();selection&&(null===(_a=selection.empty)||void 0===_a||_a.call(selection),null===(_b=selection.removeAllRanges)||void 0===_b||_b.call(selection))}}},"./packages/juno-core/src/foundation/utils/shallowEqual.ts":(__unused_webpack_module,exports)=>{"use strict";function is(x,y){return x===y?0!==x||1/x==1/y:Number.isNaN(x)&&Number.isNaN(y)}Object.defineProperty(exports,"__esModule",{value:!0});var hasOwnProperty=Object.prototype.hasOwnProperty;exports.shallowEqual=function shallowEqual(objA,objB){if(is(objA,objB))return!0;if("object"!=typeof objA||null===objA||"object"!=typeof objB||null===objB)return!1;var keysA=Object.keys(objA),keysB=Object.keys(objB);if(keysA.length!==keysB.length)return!1;for(var i=0;i{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.pxToNumber=function(style){return void 0===style&&(style=""),parseFloat(style)}},"./packages/juno-core/src/foundation/utils/swapArrayLocs.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.swapArrayLocs=function(arr,index1,index2){var temp=arr[index1];return arr[index1]=arr[index2],arr[index2]=temp,arr}},"./packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});__webpack_require__("./node_modules/tslib/tslib.es6.js"),__webpack_require__("./node_modules/react/index.js"),__webpack_require__("./packages/juno-core/src/foundation/config.ts");exports.logInDev=function logInDev(args,cb){0},exports.useDeprecatedLog=function(){for(var args=[],_i=0;_i string"}},toLocaleString:{defaultValue:null,description:"Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",name:"toLocaleString",required:!1,type:{name:"() => string"}},pop:{defaultValue:null,description:"Removes the last element from an array and returns it.",name:"pop",required:!0,type:{name:"() => Function | ShowDeprecatedArgs | undefined"}},push:{defaultValue:null,description:"Appends new elements to an array, and returns the new length of the array.\n@param",name:"push",required:!0,type:{name:"(...items: (Function | ShowDeprecatedArgs | undefined)[]) => number"}},concat:{defaultValue:null,description:"Combines two or more arrays.\nCombines two or more arrays.\n@param \n@param",name:"concat",required:!0,type:{name:"{ (...items: ConcatArray[]): (Function | ShowDeprecatedArgs | undefined)[]; (...items: (Function | ... 2 more ... | undefined)[]): (Function | ... 1 more ... | undefined)[]; }"}},join:{defaultValue:null,description:"Adds all the elements of an array separated by the specified separator string.\n@param",name:"join",required:!0,type:{name:"(separator?: string | undefined) => string"}},reverse:{defaultValue:null,description:"Reverses the elements in an Array.",name:"reverse",required:!0,type:{name:"() => (Function | ShowDeprecatedArgs | undefined)[]"}},shift:{defaultValue:null,description:"Removes the first element from an array and returns it.",name:"shift",required:!0,type:{name:"() => Function | ShowDeprecatedArgs | undefined"}},slice:{defaultValue:null,description:"Returns a section of an array.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => (Function | ShowDeprecatedArgs | undefined)[]"}},sort:{defaultValue:null,description:"Sorts an array.\n@param",name:"sort",required:!0,type:{name:"(compareFn?: ((a: Function | ShowDeprecatedArgs | undefined, b: Function | ShowDeprecatedArgs | undefined) => number) | undefined) => [...]"}},splice:{defaultValue:null,description:"Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\nRemoves elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\n@param \n@param \n@param \n@param \n@param",name:"splice",required:!0,type:{name:"{ (start: number, deleteCount?: number | undefined): (Function | ShowDeprecatedArgs | undefined)[]; (start: number, deleteCount: number, ...items: (Function | ShowDeprecatedArgs | undefined)[]): (Function | ... 1 more ... | undefined)[]; }"}},unshift:{defaultValue:null,description:"Inserts new elements at the start of an array.\n@param",name:"unshift",required:!0,type:{name:"(...items: (Function | ShowDeprecatedArgs | undefined)[]) => number"}},indexOf:{defaultValue:null,description:"Returns the index of the first occurrence of a value in an array.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchElement: Function | ShowDeprecatedArgs | undefined, fromIndex?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the index of the last occurrence of a specified value in an array.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchElement: Function | ShowDeprecatedArgs | undefined, fromIndex?: number | undefined) => number"}},every:{defaultValue:null,description:"Determines whether all the members of an array satisfy the specified test.\n@param \n@param",name:"every",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => unknown, thisArg?: any) => boolean"}},some:{defaultValue:null,description:"Determines whether the specified callback function returns true for any element of an array.\n@param \n@param",name:"some",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => unknown, thisArg?: any) => boolean"}},forEach:{defaultValue:null,description:"Performs the specified action for each element in an array.\n@param \n@param",name:"forEach",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => void, thisArg?: any) => void"}},map:{defaultValue:null,description:"Calls a defined callback function on each element of an array, and returns an array that contains the results.\n@param \n@param",name:"map",required:!0,type:{name:"(callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => U, thisArg?: any) => U[]"}},filter:{defaultValue:null,description:"Returns the elements of an array that meet the condition specified in a callback function.\nReturns the elements of an array that meet the condition specified in a callback function.\n@param \n@param \n@param \n@param",name:"filter",required:!0,type:{name:"{ (callbackfn: (value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ... 1 more ... | undefined)[]) => value is S, thisArg?: any): S[]; (callbackfn: (value: Function | ... 1 more ... | undefined, index: number, array: (Function | ......"}},reduce:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduce",required:!0,type:{name:"{ (callbackfn: (previousValue: Function | ShowDeprecatedArgs | undefined, currentValue: Function | ShowDeprecatedArgs | undefined, currentIndex: number, array: (Function | ... 1 more ... | undefined)[]) => Function | ... 1 more ... | undefined): Function | ... 1 more ... | undefined; (callbackfn: (previousValue: Fun..."}},reduceRight:{defaultValue:null,description:"Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\nCalls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.\n@param \n@param \n@param \n@param",name:"reduceRight",required:!0,type:{name:"{ (callbackfn: (previousValue: Function | ShowDeprecatedArgs | undefined, currentValue: Function | ShowDeprecatedArgs | undefined, currentIndex: number, array: (Function | ... 1 more ... | undefined)[]) => Function | ... 1 more ... | undefined): Function | ... 1 more ... | undefined; (callbackfn: (previousValue: Fun..."}},find:{defaultValue:null,description:"Returns the value of the first element in the array where predicate is true, and undefined\notherwise.\n@param \n@param",name:"find",required:!0,type:{name:"{ (predicate: (this: void, value: Function | ShowDeprecatedArgs | undefined, index: number, obj: (Function | ... 1 more ... | undefined)[]) => value is S, thisArg?: any): S | undefined; (predicate: (value: Function | ... 1 more ... | undefined, index: number, obj:..."}},findIndex:{defaultValue:null,description:"Returns the index of the first element in the array where predicate is true, and -1\notherwise.\n@param \n@param",name:"findIndex",required:!0,type:{name:"(predicate: (value: Function | ShowDeprecatedArgs | undefined, index: number, obj: (Function | ShowDeprecatedArgs | undefined)[]) => unknown, thisArg?: any) => number"}},fill:{defaultValue:null,description:"Returns the this object after filling the section identified by start and end with value\n@param \n@param \n@param",name:"fill",required:!0,type:{name:"(value: Function | ShowDeprecatedArgs | undefined, start?: number | undefined, end?: number | undefined) => [ShowDeprecatedArgs, (Function | undefined)?]"}},copyWithin:{defaultValue:null,description:"Returns the this object after copying a section of the array identified by start and end\nto the same array starting at position target\n@param \n@param \n@param",name:"copyWithin",required:!0,type:{name:"(target: number, start: number, end?: number | undefined) => [ShowDeprecatedArgs, (Function | undefined)?]"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},entries:{defaultValue:null,description:"Returns an iterable of key, value pairs for every entry in the array",name:"entries",required:!0,type:{name:"() => IterableIterator<[number, Function | ShowDeprecatedArgs | undefined]>"}},keys:{defaultValue:null,description:"Returns an iterable of keys in the array",name:"keys",required:!0,type:{name:"() => IterableIterator"}},values:{defaultValue:null,description:"Returns an iterable of values in the array",name:"values",required:!0,type:{name:"() => IterableIterator"}},"__@unscopables":{defaultValue:null,description:"Returns an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",name:"__@unscopables",required:!0,type:{name:"() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }"}},includes:{defaultValue:null,description:"Determines whether an array includes a certain element, returning true or false as appropriate.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchElement: Function | ShowDeprecatedArgs | undefined, fromIndex?: number | undefined) => boolean"}},flatMap:{defaultValue:null,description:"Calls a defined callback function on each element of an array. Then, flattens the result into\na new array.\nThis is identical to a map followed by flat with depth 1.\n@param \n@param",name:"flatMap",required:!0,type:{name:"(callback: (this: This, value: Function | ShowDeprecatedArgs | undefined, index: number, array: (Function | ShowDeprecatedArgs | undefined)[]) => U | readonly U[], thisArg?: This | undefined) => U[]"}},flat:{defaultValue:null,description:"Returns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth.\nReturns a new array with all sub-array elements concatenated into it recursively up to the\nspecified depth. If no depth is provided, flat method defaults to the depth of 1.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"flat",required:!0,type:{name:"{ (this: U[][][][][][][][], depth: 7): U[]; (this: U[][][][][][][], depth: 6): U[]; (this: U[][][][][][], depth: 5): U[]; (this: U[][][][][], depth: 4): U[]; (this: U[][][][], depth: 3): U[]; (this: U[][][], depth: 2): U[]; (this: U[][], depth?: 1 | undefined): U[]; (this: U[], depth: 0): U[]..."}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => Function | ShowDeprecatedArgs | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx#useDeprecatedLog"]={docgenInfo:useDeprecatedLog.__docgenInfo,name:"useDeprecatedLog",path:"packages/juno-core/src/foundation/utils/withDeprecatedCheck.tsx#useDeprecatedLog"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-core/src/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/components/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-core/src/foundation/index.ts"),exports)},"./packages/juno-icon/devUtils/iconSymbol.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default='\n'},"./packages/juno-icon/devUtils/svgToComponentMapping.ts":module=>{module.exports={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",ThumbDownBorderSp:"thumb-down_border_sp",ThumbDownSp:"thumb-down_sp",ThumbUpBorderSp:"thumb-up_border_sp",ThumbUpSp:"thumb-up_sp",AiSparkle:"ai-sparkle",HomeBorder:"home_border",IdBorder:"ID_border",WorkflowOutlined:"workflow-outlined",WorkflowFilled:"workflow-filled",ViewInConversationThread:"view-in-conversation-thread",RecordingInsights:"recording-insights",KeypadOffSp:"keypad-off_sp",Disposition:"Disposition",AiIndicator:"ai-indicator",TakeNotes:"take-notes",Regenerate:"regenerate",AiSmartNotesSp:"ai-smart-notes_sp",ImproveWithAi:"improve-with-ai",SupportCase:"support-case",WhatsNew:"whats-new",SmartCompose:"smart-compose",SmartSummary:"smart-summary",AiWritingOptions:"ai-writing-options",ChangeLength:"change-length",Translate:"translate",Export:"export",MissedCallDnd:"missed-call-dnd",CameraFilled:"camera-filled",CameraOutlined:"camera-outlined",MarkReplyAsUnread:"mark-reply-as-unread",AiSmartNotes:"ai-smart-notes",SmsTemplate:"sms-template",AiSparkles:"ai-sparkles",SharedDirectory:"shared-directory",ReportAnIssueAlternative:"report-an-issue-alternative",Transcribe:"transcribe",ControlRoom:"control-room",PersonalMeeting:"personal-meeting",Globe:"globe",Swap:"swap",PaymentMethod:"payment-method",AdditionalNumbers:"additional-numbers",Bundle:"bundle",PurchaseCart:"purchase-cart",Device:"device",PushToTalk:"push-to-talk",MarkAsReadBorder:"mark-as-read_border",Update:"update",Conversion:"conversion",Category:"category",ThreadReplySnackbar:"thread-reply-snackbar",Reminder:"reminder",ReminderBorder:"reminder_border",AvatarDelegatedLines:"avatar-delegated-lines",ThreadReply:"thread-reply",StopSp:"stop_sp",CcLSp:"cc_l_sp",HideSp:"hide_sp",ParkedCallBorder:"parked-call_border",Salesforce:"salesforce",PivotalTracker:"pivotal-tracker",Crashlytics:"crashlytics",Airbrake:"airbrake",Hangouts:"hangouts",Zapier:"zapier",Trello:"trello",Stripe:"stripe",Mailchimp:"mailchimp",Harvest:"harvest",Glipwebhooks:"glipwebhooks",Donedone:"donedone",Pagerduty:"pagerduty",Bitbucket:"bitbucket",Asana:"asana",Github:"github",Zendesk:"zendesk",Jira:"jira",NoAudioSp:"no-audio_sp",AskfirstSp:"askfirst_sp",HangUpSp:"hang-up_sp",LeaveSp:"leave_sp",WhisperSp:"whisper_sp",BargeSp:"barge_sp",TakeOverSp:"take-over_sp",ExpandSp:"expand_sp",Ringsense:"ringsense",TransciptSp:"transcipt_sp",HoldSp:"hold_sp",VideoMeetingSp:"video_meeting_sp",E2EeSp:"e2ee_sp",FlipSp:"flip_sp",TransferCallSp:"transfer-call_sp",ParkCallSp:"park-call_sp",CcSp:"cc_sp",RecordSp:"record_sp",RecTransciptSp:"rec-transcipt_sp",CallAddSp:"call-add_sp",AudioLowSp:"audio-low_sp",AudioSp:"audio_sp",CallMoreSp:"call-more_sp",KeypadSp:"keypad_sp",MicOffSp:"mic-off_sp",MicSp:"mic_sp",FontSize:"font-size",RemoveMemberBorder:"remove-member_border",Compose:"compose",Callrail:"callrail",CallrailBorder:"callrail_border",TxtBorder:"txt_border",MicrosoftTeams2019:"microsoft-teams-2019",PdfBorder:"pdf_border",GoogleChromeLogo:"google-chrome-logo",ExternalLinkGlobal:"external-link-global",ReportAnIssue:"report-an-issue",DeskphonePairingInfo:"deskphone-pairing-info",Deskphone:"deskphone",RcApp:"rc-app",RcLogo:"rc-logo",WhatIsNew:"what-is-new",CalendarDay:"calendar-day",CalendarWeek:"calendar-week",CalendarMonth:"calendar-month",Features:"features",Folder:"folder",FolderBorder:"folder_border",Recent:"recent",AdvancedSetting:"advanced-setting",Billing:"billing",AddFolderBorder:"add-folder_border",PinWindow:"pin-window",PopIn:"pop-in",PopOut:"pop-out",Whiteboard:"whiteboard",Notes:"notes",Summary:"summary",Transcript:"transcript",Chat:"chat",Highlight:"highlight",Calls:"calls",CallsBorder:"calls_border",PhoneInbox:"phone-inbox",PhoneInboxBorder:"phone-inbox_border",TranscriptBottom:"transcript_bottom",ListBulletL:"list-bullet_l",GoogleBusiness:"google-business",Yelp:"yelp",SwitchboardBorder:"switchboard_border",Switchboard:"switchboard",Scan:"scan",PhoneS:"phone_s",SortMessage:"sort-message",Welcome:"welcome",CompanyLineBorder:"company-line_border",DirectLineBorder:"direct-line_border",ExtensionLineBorder:"extension-line_border",HudBorder:"hud_border",DialerS:"dialer_s",EngageBorder:"engage_border",EngageDigitalBorder:"engage-digital_border",RcCcBorder:"rc-cc_border",RcLogoChatbot:"RC-logo-chatbot",Country:"Country",RbnOff:"rbn-off",RbnOn:"rbn-on",AddTextLog:"Add-text-log",SelectMore:"Select-more",FacebookShareNumberIcon:"facebook-share-number-icon",JumpTo:"Jump-to",TodayCalendarIco:"today-calendar-ico",HybridContact:"hybrid-contact",AppsInstalled:"apps-installed",AppsDevelopers:"apps-developers",AppsCategories:"apps-categories",AppsDiscovery:"apps-discovery",AppsProduct:"apps-product",Shield:"shield",MicrosoftExchangeServerLogoWine:"Microsoft_Exchange_Server_Logo_wine",RecordBorder:"record_border",VoicemailBorder:"voicemail_border",Customize:"customize",ParkLocationFull:"park-location-full",ParkLocation:"park-location",Mobile:"mobile",Ar:"ar",CallQueue:"Call-queue",Limited:"Limited",Message:"Message",Paging:"Paging",SharedLine:"Shared-line",Announcement:"Announcement",AvatarRooms:"avatar_rooms",PollBorder:"poll_border",Poll:"poll",Description:"Description",Info:"info",InProgress:"in-progress",Gmail:"gmail",CustomizeTabs:"customize-tabs",Connect:"connect",ViewLogBorder:"view-log_border",AppleLogo:"apple-logo",LeaveMeeting:"leave-meeting",Warning:"warning",RcBlog:"rc_blog",RcHelp:"rc_help",Hd:"hd",GdriveLogo:"gdrive-logo",WebinarBorder:"webinar_border",Webinar:"webinar",AddParkLocation:"add-park-location",ParkCallText:"park-call-text",ParkCallMessage:"park-call-message",ParkCall:"park-call",Expand:"expand",RollAp:"roll-ap",DownwardsArrowWithTipRightwards:"downwards-arrow-with-tip-rightwards",DeletedFileD:"deleted_file_D",MicrosoftLogoDisabled:"microsoft-logo-disabled",GoogleLogoDisabled:"google-logo-disabled",AddNewFolder:"add_new_folder",Foldercreated:"foldercreated",JoinAudioPoc:"join-audio-poc",SmsInviteBorder:"sms_invite_border",Advanced:"advanced",OuboundCallOnBehalf:"oubound_call_on_behalf",InboundCallOnBehalf:"inbound_call_on_behalf",CallOnBehalf:"call_on_behalf",AddReactions:"add-reactions",AddEmojiMore:"add-emoji-more",RcvMicOff:"rcv_mic-off",RcvVideocamOff:"rcv_videocam-off",Whisper:"whisper",Barge:"barge",TakeOver:"take_over",MonitorCall:"monitor_call",PickUpCall:"pick_up_call",Help:"help",HelpBorder:"help_border",OpenFolder:"open-folder",WatchVideo:"watch-video",GoodConnection:"good-connection",NoConnection:"no-connection",PoorConnection:"poor-connection",WeakConnection:"weak-connection",DeletedFile:"deleted_file",DragableArea:"dragable_area",DockBorder:"dock_border",Undock:"undock",UndockBorder:"undock_border",Hud:"HUD",CompanySetup:"Company-setup",CompanySetupBorder:"Company-setup_border",DefaultBoxD:"default-box-D",DefaultGdriveD:"default-gdrive-D",MacNumbersD:"mac-numbers-D",MacKeynoteD:"mac-keynote-D",MacPagesD:"mac-pages-D",GoogleDocD:"google-doc-D",GoogleSlideD:"google-slide-D",GoogleSheetD:"google-sheet-D",DefaultVideoD:"default-video-D",GifFileD:"gif-file-D",ZipD:"zip-D",DefaultFileD:"default-file-D",ImageBrokenD:"image-broken-D",ExcelD:"excel-D",PdfD:"pdf-D",PptD:"ppt-D",DocD:"doc-D",DefaultMusicD:"default-music-D",ImagePreviewD:"image-preview-D",CodeSnippets:"code_snippets",Theme:"theme",RcCloudContact:"rc_cloud_contact",PartnerCloudContact:"partner_cloud_contact",StartMeeting:"start_meeting",ScheduleMeeting:"schedule_meeting",JoinMeeting:"join_meeting",VideoAndMessage:"video_and_message",ScreenshareBorder:"screenshare_border",Screenshare:"screenshare",SmsDefault:"sms-default",TeamDefault:"team-default",GroupDefault:"group-default",UserDefault:"user-default",SendFilled:"send_filled",CloudContact:"cloud_contact",Nickname:"nickname",Birthday:"birthday",Address:"address",Apps:"apps",Department:"department",AddField:"add_field",RemoveField:"remove_field",ContactsAndCalendars:"contacts_and_calendars",Text:"text",RcContact:"rc_contact",Ical:"ical",GoogleLogo:"google-logo",MicrosoftLogo:"microsoft-logo",NewEmail:"New-email",VideoMeeting:"video_meeting",Sort:"sort",Radio:"radio",RadioUnselect:"radio_unselect",AddTask:"add-task",AddEvent:"add-event",HideBorder:"hide_border",WorkspaceBorder:"workspace_border",Workspace:"workspace",NewNote:"new-note",NewFile:"new-file",ForwardingBorder:"forwarding_border",Forwarding:"forwarding",AddIntegration:"add-integration",ListView:"list-view",ResendFax:"resend-fax",AudioLow:"audio-low",NoAudio:"no-audio",Audio:"audio",NewFax:"new-fax",Fax:"fax",FaxBorder:"fax_border",FailedFax:"failed-fax",FailedFaxBorder:"failed-fax_border",InboundFaxBorder:"inbound-fax_border",InboundFax:"inbound-fax",OutboundFaxBorder:"outbound-fax_border",OutboundFax:"outbound-fax",StopCircleBorder:"stop_circle_border",StopCircle:"stop_circle",Stop:"stop",StopBorder:"stop_border",PlayCircle:"play_circle",PlayCircleBorder:"play_circle_border",Play:"play",PlayBorder:"play_border",PauseCircle:"pause_circle",PauseCircleBorder:"pause_circle_border",Pause:"pause",PauseBorder:"pause_border",AlignCenter:"align-center",AlignJustify:"align-justify",AlignLeft:"align-left",AlignRight:"align-right",Bold:"bold",Italic:"italic",Underline:"underline",Strike:"strike",Indent:"indent",Outdent:"outdent",InsertCode:"insert-code",InsertImage:"insert-image",InsertLink:"insert-link",InsertTable:"insert-table",InsertVideo:"insert-video",FontColor:"font-color",HorizontalLine:"horizontal-line",ListBullet:"list-bullet",ListOrdered:"list-ordered",Sharepoint:"sharepoint",Box:"box",Evernote:"evernote",Dropbox:"dropbox",Google:"google",Onedrive:"onedrive",GifFile:"gif-file",MacPages:"mac-pages",MacNumbers:"mac-numbers",MacKeynote:"mac-keynote",GoogleDoc:"google-doc",GoogleSheet:"google-sheet",GoogleSlide:"google-slide",DefaultGdrive:"default-gdrive",DefaultBox:"default-box",DefaultFile:"default-file",DefaultMusic:"default-music",DefaultVideo:"default-video",Zip:"zip",Doc:"doc",Excel:"excel",Pdf:"pdf",Ppt:"ppt",GoogleCalendar2019:"google-calendar-2019",MicrosoftOutlook2019:"microsoft-outlook-2019",EndAnswer:"end--answer",HoldAnswer:"hold-answer",MarkerS:"marker_s",MarkerM:"marker_m",StopRecord:"stop-record",ImagePreview:"image-preview",ImageBroken:"image-broken",AdminBorder:"admin_border",Admin:"admin",AddTeamBorder:"add-team_border",AddTeam:"add-team",TeamBorder:"team_border",Team:"team",MemberBorder:"member_border",People:"people",AddMemberBorder:"add-member_border",AddMember:"add-member",ContactsBorder:"contacts_border",Contacts:"contacts",Asterisk:"asterisk",Hash:"hash",Transcription:"transcription",Comments:"comments",Quote:"quote",ChatBubble:"chat_bubble",Dial:"dial",Deletenumber:"deletenumber",ActiveCall:"active-call",Merge:"merge",Record:"record",Keypad:"keypad",Dialer:"dialer",Hold:"hold",CallAdd:"call-add",Ignore:"ignore",CallMore:"call-more",HandUp:"hand-up",Voicemail:"voicemail",Askfirst:"askfirst",Signal0:"signal-0",Signal1:"signal-1",Signal2:"signal-2",Signal3:"signal-3",MicBorder:"mic_border",Mic:"mic",MicOffBorder:"mic-off_border",MicOff:"mic-off",BubbleLinesBorder:"bubble_lines_border",BubbleLines:"bubble_lines",VideocamBorder:"videocam_border",Videocam:"videocam",VideocamOffBorder:"videocam-off_border",VideocamOff:"videocam-off",PhoneBorder:"phone_border",Phone:"phone",PhoneOffBorder:"phone-off_border",PhoneOff:"phone-off",TransferCallBorder:"transfer_call_border",IncallBorder:"incall_border",HoldcallBorder:"holdcall_border",ActivecallBorder:"activecall_border",Incall:"incall",OutcallBorder:"outcall_border",Outcall:"outcall",MissedcallBorder:"missedcall_border",Missedcall:"missedcall",Forwardcall:"forwardcall",CallList:"call-list",TransferCall:"transfer-call",ArrowUp:"arrow-up",ArrowDown:"arrow-down",ArrowLeft:"arrow-left",ArrowRight1:"arrow_right1",ArrowDown2:"arrow_down",ArrowLeft2:"arrow_left",ArrowRight:"arrow_right",ArrowUp2:"arrow_up",ChevronLeft:"chevron_left",ChevronRight:"chevron_right",DoubleChevronLeft:"double-chevron_left",DoubleChevronRight:"double-chevron_right",Previous:"previous",Forward:"forward",JumpToLatest:"jump-to-latest",JumpToUnread:"jump-to-unread",UnfoldLess:"unfold_less",UnfoldMore:"unfold_more",FileBorder:"file_border",File:"file",BookmarkBorder:"bookmark_border",Bookmark:"bookmark",StarBorder:"star_border",Star:"star",NotificationBorder:"notification_border",Notification:"notification",MuteNotificationBorder:"mute-notification_border",MuteNotification:"mute-notification",ThumbupBorder:"thumbup_border",Thumbup:"thumbup",Unpin:"unpin",UnpinSlash:"unpin-slash",Pin:"pin",Close:"close",DeleteCircle:"delete_circle",SettingsBorder:"settings_border",Settings:"settings",NoteBorder:"note_border",Note:"note",TaskNewBorder:"task-new_border",TaskNew:"task-new",EventNewBorder:"event-new_border",EventNew:"event-new",DashboardBorder:"dashboard_border",Dashboard:"dashboard",Unselect:"unselect",Indeterminate:"indeterminate",Selects:"selects",Unlock:"unlock",LockBorder:"lock_border",Lock:"lock",AddBorder:"add_border",Add:"add",RemoveBorder:"remove_border",Remove:"remove",ViewBorder:"view_border",View:"view",Blocked:"blocked",Unblocked:"unblocked",Read:"read",Unread:"unread",ShortcutBorder:"shortcut_border",Shortcut:"shortcut",TimeBorder:"time_border",Time:"time",DateBorder:"date_border",Date:"date",MentionBorder:"mention_border",Mention:"mention",AnalyticsBorder:"analytics_border",Analytics:"analytics",LocationBorder:"location_border",Location:"location",ConferenceBorder:"conference_border",Conference:"conference",DefaultIntegrationBorder:"default-integration_border",DefaultIntegration:"default-integration",SmsBorder:"sms_border",Sms:"sms",Check:"check",Computer:"computer",Copy:"copy",Delete:"delete",Logout:"Logout",Archive:"archive",Download:"download",Draft:"draft",Edit:"edit",NonEdit:"non-edit",Email:"email",Gif:"gif",ExternalLink:"external_link",Filter:"filter",Inbox:"inbox",InfoBorder:"info_border",Leave:"leave",Login:"login",MoreHoriz:"more_horiz",MoreVert:"more_vert",Refresh:"refresh",Repeat:"repeat",Reply:"reply",ResetZoom:"reset-zoom",SaveDraft:"save-draft",Send:"send",Share:"share",SpeakerDown:"speaker-down",SpeakerMute:"speaker-mute",SpeakerUp:"speaker-up",Webpage:"webpage",Work:"work",ZoomIn:"zoom-in",ZoomOut:"zoom-out",Search:"search",SearchNav:"search_nav",NewAction:"new-action",DefaultTeamAvatar:"default-team-avatar",Minimize:"minimize",Schedule:"schedule",Join:"join",Start:"start",Feedback:"feedback",DefaultGroupAvatar:"default-group-avatar",DefaultAvatar:"default-avatar",Assignment:"assignment",ItemListSelected:"item-list-selected",ChangeTone:"change-tone",RichTextEditor:"rich_text_editor",Attachment:"attachment",Emoji:"emoji"}},"./packages/juno-icon/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-icon/src/index.tsx"),exports)},"./packages/juno-icon/src/0.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon0=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16 7c.489 0 .948.09 1.376.271s.8.456 1.114.827c.314.371.562.839.744 1.405s.273 1.234.273 2.004c0 .771-.091 1.438-.273 2.001s-.43 1.03-.744 1.399-.685.643-1.114.824-.887.27-1.376.27c-.494 0-.952-.09-1.376-.271s-.793-.455-1.107-.824c-.314-.369-.561-.835-.74-1.399s-.269-1.231-.269-2.001c0-.771.09-1.439.269-2.004s.426-1.034.74-1.405.683-.646 1.107-.827.883-.271 1.376-.271zm0 .928c-.296 0-.581.06-.855.181s-.514.321-.72.599c-.206.279-.371.646-.495 1.103s-.185 1.021-.185 1.694c0 .672.062 1.236.185 1.691s.288.822.495 1.1c.206.279.446.478.72.599s.559.181.855.181c.296 0 .581-.06.855-.181s.515-.321.724-.599c.209-.279.375-.646.498-1.1s.185-1.018.185-1.691c0-.672-.062-1.237-.185-1.694s-.289-.825-.498-1.103c-.209-.279-.45-.478-.724-.599s-.559-.181-.855-.181z"}),React.createElement("path",{fill:"#9e9e9e",d:"M16.198 20.583v1.471H17.6v.465h-1.402V24h-.503v-1.481H14.3v-.465h1.395v-1.471z"}))})));Icon0.displayName="Icon0",Icon0.iconName="0",exports.default=Icon0},"./packages/juno-icon/src/1.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon1=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.498 15.148h1.805V9.025c0-.184.006-.37.018-.558L13.82 9.84c-.039.033-.078.057-.117.072a.308.308 0 0 1-.269-.019.292.292 0 0 1-.105-.097l-.328-.483L15.498 7h.85v8.148h1.653V16h-4.502v-.852z"}))})));Icon1.displayName="Icon1",Icon1.iconName="1",exports.default=Icon1},"./packages/juno-icon/src/2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16.119 7c.381 0 .736.056 1.067.168s.616.274.857.488c.241.213.43.473.568.779s.207.654.207 1.043c0 .331-.05.638-.151.919s-.236.552-.408.811a6.033 6.033 0 0 1-.593.752c-.149.162-.305.325-.466.491l-2.613 2.648c.167-.046.337-.082.508-.109s.337-.04.496-.04h3.013c.121 0 .218.035.289.106s.107.162.107.273V16h-6v-.379a.647.647 0 0 1 .201-.472l2.881-2.863c.238-.24.456-.471.653-.693s.365-.444.505-.668c.14-.224.248-.45.323-.68s.113-.475.113-.736-.042-.49-.126-.686a1.35 1.35 0 0 0-.86-.777 2.039 2.039 0 0 0-.634-.096c-.226 0-.435.033-.628.099a1.687 1.687 0 0 0-.888.695 1.62 1.62 0 0 0-.217.534c-.033.12-.084.207-.151.261s-.155.081-.264.081l-.066-.003a1.577 1.577 0 0 1-.078-.009l-.584-.099c.059-.406.172-.765.339-1.078s.38-.575.637-.786c.257-.211.552-.372.885-.481s.691-.165 1.076-.165z"}),React.createElement("path",{fill:"#9e9e9e",d:"M14.357 24h-.375c-.043 0-.078-.011-.105-.032s-.047-.049-.06-.082l-.335-.865h-1.607l-.335.865c-.012.03-.032.057-.06.08s-.063.035-.105.035H11l1.433-3.582h.492l1.433 3.582zm-2.347-1.33h1.338l-.563-1.457a2.72 2.72 0 0 1-.107-.337l-.054.189-.051.151-.563 1.455zm2.8 1.33v-3.582h1.143c.22 0 .41.022.569.065s.29.105.392.185c.102.08.178.178.227.294s.074.246.074.391c0 .088-.014.173-.041.255s-.069.157-.125.227c-.056.07-.126.133-.21.188s-.183.1-.296.135c.262.052.459.146.593.282s.2.317.2.54c0 .152-.028.29-.084.415s-.137.233-.245.323c-.108.09-.239.16-.395.209s-.334.074-.534.074H14.81zm.485-1.633v1.247h.775c.138 0 .257-.016.356-.047s.181-.076.245-.134c.064-.058.111-.126.141-.205s.045-.166.045-.261c0-.185-.065-.331-.196-.439s-.329-.161-.594-.161h-.773zm0-.344h.64c.137 0 .255-.015.355-.045s.183-.072.249-.125c.066-.053.115-.118.146-.194s.047-.159.047-.249c0-.21-.063-.364-.19-.462s-.323-.148-.59-.148h-.658v1.223zm5.275 1.237c.027 0 .051.011.073.032l.19.207c-.147.17-.325.302-.534.398s-.461.142-.756.142c-.258 0-.492-.045-.703-.134s-.389-.214-.538-.375c-.148-.161-.263-.354-.345-.579s-.122-.473-.122-.742c0-.27.044-.517.131-.742s.21-.418.369-.58c.158-.162.348-.287.569-.376s.465-.134.731-.134c.263 0 .49.041.681.122s.36.192.509.332l-.157.223c-.012.017-.025.03-.04.041s-.037.016-.065.016a.125.125 0 0 1-.069-.024l-.086-.059c-.033-.023-.073-.048-.117-.075s-.098-.052-.16-.075a1.373 1.373 0 0 0-.497-.083c-.192 0-.367.033-.526.099a1.19 1.19 0 0 0-.68.726 1.7 1.7 0 0 0-.096.587c0 .223.032.422.096.598s.152.323.262.444c.111.121.242.213.394.276s.315.095.49.095c.107 0 .203-.006.288-.019s.164-.032.236-.059c.073-.027.14-.06.203-.101l.094-.067.095-.079c.028-.025.056-.038.082-.038z"}))})));Icon2.displayName="Icon2",Icon2.iconName="2",exports.default=Icon2},"./packages/juno-icon/src/3.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon3=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16.193 7c.378 0 .728.053 1.048.16s.596.258.826.455c.231.197.411.434.54.713s.193.588.193.928c0 .278-.036.527-.109.746a1.802 1.802 0 0 1-.802.998 2.721 2.721 0 0 1-.642.276c.582.152 1.02.405 1.313.762s.44.803.44 1.339c0 .405-.078.77-.234 1.094s-.369.599-.639.826c-.27.227-.585.401-.945.522s-.745.181-1.157.181c-.474 0-.879-.058-1.216-.175s-.622-.277-.854-.482c-.233-.205-.424-.447-.574-.728s-.277-.585-.38-.912l.474-.197a.666.666 0 0 1 .262-.055c.083 0 .157.017.221.052a.31.31 0 0 1 .108.096l.051.093.037.085c.058.119.129.253.212.402s.195.29.337.421c.141.131.317.242.527.332s.471.135.783.135c.312 0 .585-.05.82-.15s.43-.23.586-.39a1.637 1.637 0 0 0 .471-1.118c0-.238-.032-.455-.097-.651s-.181-.367-.349-.51c-.168-.143-.401-.256-.699-.338s-.679-.123-1.145-.123v-.793c.378-.004.702-.045.97-.123s.488-.184.658-.319c.17-.135.294-.297.371-.485s.115-.397.115-.627c0-.254-.041-.475-.122-.663s-.192-.344-.334-.467c-.141-.123-.309-.215-.502-.276s-.402-.092-.627-.092c-.225 0-.432.033-.624.098s-.361.157-.508.273c-.148.117-.271.256-.371.418s-.175.337-.225.525c-.033.119-.083.205-.15.258s-.152.08-.256.08l-.066-.003a1.577 1.577 0 0 1-.078-.009l-.58-.098c.058-.401.17-.757.337-1.066s.377-.568.633-.777c.256-.209.549-.368.879-.476s.687-.163 1.07-.163z"}),React.createElement("path",{fill:"#9e9e9e",d:"M14.54 22.21c0 .268-.043.512-.127.733s-.205.408-.36.565c-.155.157-.341.278-.557.364s-.457.129-.72.129h-1.34v-3.582h1.34c.263 0 .503.043.72.129a1.587 1.587 0 0 1 .917.931c.085.22.127.464.127.733zm-.497 0c0-.22-.03-.417-.09-.59s-.145-.32-.255-.44c-.11-.12-.243-.212-.4-.275s-.331-.095-.523-.095h-.852v2.797h.852c.192 0 .366-.032.523-.095s.29-.155.4-.274c.11-.119.195-.265.255-.439s.09-.37.09-.59zm3.364-1.792v.395h-1.72v1.19h1.393v.38h-1.393v1.223h1.72v.395H15.2v-3.582h2.207zm2.906 0v.395h-1.72v1.253h1.47v.395h-1.47v1.54h-.488v-3.582h2.207z"}))})));Icon3.displayName="Icon3",Icon3.iconName="3",exports.default=Icon3},"./packages/juno-icon/src/4.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon4=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M17.594 7v5.753H19v.641c0 .067-.021.124-.062.17s-.105.069-.191.069h-1.154v2.368h-1.018v-2.368h-4.116c-.086 0-.161-.024-.224-.072s-.103-.108-.12-.179l-.117-.572 4.518-5.809h1.076zm-.966 1.3-3.377 4.453h3.325V9.041c0-.109.003-.226.01-.352l.015-.192.027-.198z"}),React.createElement("path",{fill:"#9e9e9e",d:"M13.607 23.648c.097 0 .185-.005.266-.014a1.728 1.728 0 0 0 .432-.107c.064-.026.127-.055.19-.089v-.79h-.555c-.032 0-.057-.009-.076-.027s-.029-.041-.029-.067v-.275h1.1v1.375a1.883 1.883 0 0 1-.594.291c-.111.032-.23.057-.356.073s-.264.024-.412.024c-.26 0-.498-.045-.715-.134a1.642 1.642 0 0 1-.926-.954 2.044 2.044 0 0 1-.131-.742c0-.273.043-.523.129-.747s.208-.418.367-.579c.159-.161.352-.285.578-.374s.479-.133.759-.133c.142 0 .273.01.395.031s.235.051.339.09a1.651 1.651 0 0 1 .537.331l-.137.22c-.028.045-.065.067-.11.067a.181.181 0 0 1-.088-.027l-.14-.085c-.052-.033-.115-.065-.189-.096a1.545 1.545 0 0 0-.621-.111c-.202 0-.384.033-.547.099a1.17 1.17 0 0 0-.683.727 1.74 1.74 0 0 0-.092.586c0 .227.032.429.096.606s.155.328.271.451c.117.123.255.218.415.282s.337.098.53.098zm4.978.352h-.488v-1.63h-1.93V24h-.488v-3.582h.488v1.598h1.93v-1.598h.488V24zm1.45 0h-.485v-3.582h.485V24z"}))})));Icon4.displayName="Icon4",Icon4.iconName="4",exports.default=Icon4},"./packages/juno-icon/src/5.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon5=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M18.711 7.484c0 .157-.053.287-.158.388s-.282.152-.532.152h-2.954l-.433 2.335c.49-.099.943-.149 1.359-.149.49 0 .922.068 1.297.205s.688.325.942.565c.254.24.445.524.574.851s.194.683.194 1.068a2.936 2.936 0 0 1-.982 2.258c-.304.271-.662.479-1.073.624s-.856.217-1.333.217c-.276 0-.54-.026-.794-.078a4.195 4.195 0 0 1-1.32-.506 3.542 3.542 0 0 1-.499-.354l.354-.472a.371.371 0 0 1 .315-.162c.083 0 .181.032.292.096s.246.136.404.214c.158.079.342.15.555.214s.465.096.758.096c.328 0 .624-.05.886-.149s.487-.241.673-.425c.186-.184.329-.405.43-.662s.151-.544.151-.863c0-.277-.043-.528-.128-.752s-.214-.414-.387-.571c-.173-.157-.388-.28-.647-.366s-.56-.13-.906-.13a5.103 5.103 0 0 0-1.523.236l-.735-.205.761-4.162h4.457v.484z"}),React.createElement("path",{fill:"#9e9e9e",d:"M13.633 22.762c0 .2-.025.379-.074.538s-.122.292-.217.401c-.096.109-.214.193-.354.251s-.301.087-.482.087c-.162 0-.33-.023-.505-.07l.027-.285c.003-.028.014-.051.031-.069s.044-.026.079-.026c.02 0 .044.003.073.01l.047.012c.05.015.117.023.2.023.11 0 .208-.017.294-.05s.158-.085.217-.155c.059-.07.104-.16.135-.269s.046-.239.046-.389v-2.355h.482v2.345zm1.404-.774h.182c.063 0 .114-.008.151-.024s.073-.043.106-.081l1.193-1.35c.037-.042.072-.071.106-.089s.078-.026.131-.026h.413l-1.365 1.543c-.035.038-.068.071-.099.098s-.064.048-.099.065c.047.015.088.038.123.067s.072.067.11.113l1.425 1.698h-.42c-.032 0-.058-.003-.08-.008s-.04-.012-.056-.02l-.023-.014-.061-.061-1.238-1.422-.051-.051a.238.238 0 0 0-.127-.057l-.046-.005-.275-.002v1.64h-.482V20.42h.482v1.57zm3.358 1.605h1.55V24H17.91v-3.582h.485v3.175z"}))})));Icon5.displayName="Icon5",Icon5.iconName="5",exports.default=Icon5},"./packages/juno-icon/src/6.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon6=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m17.919 7-3.087 3.907c.211-.145.445-.258.702-.338s.534-.121.832-.121c.356 0 .694.059 1.012.177s.598.29.838.516c.24.226.431.503.571.832s.211.705.211 1.127c0 .41-.075.791-.224 1.143s-.357.658-.624.919-.589.466-.966.615-.791.224-1.242.224c-.447 0-.852-.071-1.214-.214s-.672-.346-.929-.609-.454-.582-.593-.957-.208-.794-.208-1.258c0-.389.087-.803.261-1.242s.449-.911.826-1.416l2.255-3.037c.058-.075.139-.138.242-.189s.222-.078.354-.078h.981zm-1.913 4.292c-.298 0-.567.051-.807.152s-.444.238-.612.41c-.168.172-.296.371-.385.596s-.134.461-.134.705c0 .286.041.547.124.783s.204.439.363.609c.159.17.354.301.584.394s.492.14.786.14c.298 0 .567-.048.807-.143s.446-.228.618-.398.304-.371.398-.603.14-.484.14-.758c0-.29-.046-.552-.137-.786s-.219-.433-.385-.596c-.166-.164-.364-.289-.596-.376s-.487-.13-.764-.13z"}),React.createElement("path",{fill:"#9e9e9e",d:"M19.94 20.378c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739c0 .268-.043.515-.128.739s-.205.417-.36.579c-.155.162-.341.287-.559.376s-.458.134-.721.134c-.263 0-.503-.045-.72-.134s-.402-.215-.558-.376c-.155-.162-.275-.355-.36-.579s-.128-.47-.128-.739c0-.268.043-.515.128-.739s.205-.418.36-.58c.155-.163.341-.289.558-.379s.457-.135.72-.135zm-9.583.04c.043 0 .077.004.1.012s.046.032.068.07l1.27 2.267.08.198.026-.068.027-.065c.018-.043.039-.085.063-.129l1.213-2.203c.022-.038.044-.062.068-.07s.057-.012.1-.012h.357V24h-.425l.001-2.687.009-.181-1.227 2.24c-.042.075-.1.113-.175.113h-.07c-.075 0-.133-.038-.175-.113l-1.255-2.247.011.128.004.115v2.633h-.425v-3.582h.357zm4.493 0c.043 0 .075.005.096.016s.045.033.071.066l2.075 2.7-.01-.126-.003-.119v-2.538h.425v3.582h-.245c-.038 0-.07-.007-.096-.02s-.051-.036-.076-.067l-2.072-2.697.01.233v2.553H14.6v-3.582h.25zm5.09.379c-.192 0-.366.032-.523.098s-.29.158-.401.279c-.111.121-.196.269-.256.444s-.09.372-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098z"}))})));Icon6.displayName="Icon6",Icon6.iconName="6",exports.default=Icon6},"./packages/juno-icon/src/7.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon7=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M19 7v.502c0 .142-.015.26-.046.352s-.063.17-.095.232l-3.653 7.518c-.053.109-.127.202-.222.279s-.222.116-.382.116h-.782l3.708-7.424c.053-.105.108-.201.163-.289s.118-.172.188-.251h-4.608c-.07 0-.132-.028-.188-.085S13 7.83 13 7.758v-.76h6z"}),React.createElement("path",{fill:"#9e9e9e",d:"M10.482 22.66V24H10v-3.582h1.058c.227 0 .424.026.591.079s.306.127.416.224c.11.097.192.213.246.35s.081.289.081.457c0 .167-.029.319-.088.457s-.144.258-.256.358c-.113.1-.252.178-.419.234s-.357.084-.572.084h-.575zm0-.385h.575c.138 0 .26-.018.366-.055s.195-.088.266-.154c.072-.066.126-.145.162-.236s.055-.192.055-.302c0-.228-.07-.407-.211-.535s-.354-.192-.639-.192h-.575v1.475zm5.85-.065c0 .168-.017.328-.051.48s-.084.293-.149.424a1.615 1.615 0 0 1-.553.633l.92.992h-.4c-.06 0-.113-.008-.16-.025s-.089-.046-.127-.087l-.63-.685a1.96 1.96 0 0 1-.617.095c-.263 0-.503-.045-.72-.134a1.613 1.613 0 0 1-.917-.955 2.066 2.066 0 0 1-.127-.739c0-.268.043-.515.127-.739s.205-.418.36-.58c.155-.163.341-.289.557-.379s.457-.135.72-.135c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739zm-.497 0c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098c-.192 0-.366.032-.522.098a1.136 1.136 0 0 0-.657.723 1.82 1.82 0 0 0-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591zm1.692.295V24h-.483v-3.582h1.012c.227 0 .422.023.587.069s.301.112.409.199c.108.087.187.191.239.314s.078.26.078.411c0 .127-.02.245-.06.355s-.098.209-.174.296c-.076.087-.168.162-.277.224s-.233.108-.371.14c.06.035.113.086.16.152L19.692 24h-.43c-.088 0-.153-.034-.195-.102l-.93-1.28c-.028-.04-.059-.069-.093-.086s-.083-.026-.15-.026h-.367zm0-.353h.508c.142 0 .266-.017.374-.051s.198-.082.27-.145c.073-.063.127-.137.164-.224s.055-.183.055-.288c0-.213-.07-.374-.211-.483s-.35-.163-.629-.163h-.53v1.352zm4.523-1.175c-.015.025-.031.044-.047.056s-.038.019-.065.019a.129.129 0 0 1-.063-.019l-.036-.024a1.223 1.223 0 0 0-.349-.188.903.903 0 0 0-.294-.043c-.108 0-.204.015-.288.044s-.153.069-.209.119c-.056.05-.098.109-.126.176s-.043.14-.043.219c0 .1.025.183.074.249s.114.122.195.169c.081.047.172.087.275.121l.315.106c.108.037.212.078.315.124s.194.104.275.174c.081.07.146.156.195.258s.074.227.074.375c0 .157-.027.304-.08.441s-.131.257-.234.359c-.102.102-.228.182-.378.24s-.319.087-.509.087c-.232 0-.443-.042-.634-.126s-.354-.198-.489-.341l.14-.23c.013-.018.03-.034.049-.046s.04-.019.064-.019a.15.15 0 0 1 .077.025l.148.111.064.044c.067.045.149.086.245.124s.213.056.351.056c.115 0 .218-.016.308-.047s.166-.076.229-.134c.063-.058.11-.126.144-.206s.05-.169.05-.267c0-.108-.025-.197-.074-.266s-.114-.127-.194-.174a1.354 1.354 0 0 0-.274-.119l-.315-.1c-.108-.034-.212-.074-.315-.119s-.194-.103-.274-.175c-.08-.072-.145-.161-.194-.269s-.074-.24-.074-.399a.947.947 0 0 1 .288-.682c.093-.092.209-.165.346-.22s.295-.082.474-.082c.2 0 .383.032.547.095s.309.155.433.275l-.117.23z"}))})));Icon7.displayName="Icon7",Icon7.iconName="7",exports.default=Icon7},"./packages/juno-icon/src/8.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon8=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16 7c.402 0 .768.059 1.099.178s.615.283.851.491a2.162 2.162 0 0 1 .74 1.646c0 .475-.12.884-.36 1.226s-.592.599-1.056.771c.555.156.981.417 1.279.783s.447.832.447 1.398a2.293 2.293 0 0 1-.836 1.83c-.263.217-.579.384-.947.501s-.774.175-1.217.175c-.443 0-.849-.058-1.217-.175s-.685-.284-.95-.501c-.265-.217-.47-.48-.615-.789s-.217-.656-.217-1.041c0-.565.149-1.031.447-1.398s.725-.628 1.28-.783c-.468-.172-.821-.429-1.059-.771s-.357-.751-.357-1.226a2.159 2.159 0 0 1 .74-1.646c.236-.209.519-.373.848-.491S15.597 7 16.003 7zm0 4.78c-.244 0-.478.032-.702.095s-.421.163-.593.298c-.172.135-.309.31-.41.525s-.152.474-.152.777c0 .246.042.47.127.673s.207.377.366.522c.159.145.354.258.584.338s.49.12.78.12c.29 0 .55-.04.779-.12s.424-.193.584-.338c.159-.145.282-.319.366-.522s.127-.427.127-.673c0-.303-.051-.562-.152-.777s-.238-.39-.41-.525-.37-.234-.593-.298-.458-.095-.702-.095zm0-3.932c-.265 0-.498.039-.699.117s-.369.184-.503.319c-.135.135-.236.293-.304.473s-.102.373-.102.577c0 .201.029.395.087.584s.151.355.28.501c.128.145.295.262.5.35s.452.132.742.132.537-.044.742-.132.372-.205.5-.35.222-.312.279-.501.087-.383.087-.584c0-.205-.034-.397-.102-.577a1.335 1.335 0 0 0-.807-.792 1.946 1.946 0 0 0-.699-.117z"}),React.createElement("path",{fill:"#9e9e9e",d:"M13.875 20.418v.407h-1.158V24h-.485v-3.175H11.07v-.407h2.805zm1.902 3.197c.148 0 .281-.025.398-.075s.215-.12.296-.21c.081-.09.142-.198.185-.323s.064-.262.064-.413v-2.177h.483v2.178c0 .207-.033.398-.099.575s-.16.33-.282.459c-.122.129-.272.23-.449.304s-.375.11-.595.11c-.22 0-.418-.037-.595-.11a1.297 1.297 0 0 1-.734-.763 1.63 1.63 0 0 1-.099-.575v-2.178h.482v2.175c0 .15.021.288.064.413s.104.233.185.323.18.16.297.211.25.076.399.076zm1.843-3.197h.387c.043 0 .078.011.105.032s.047.049.06.082l1.012 2.527.033.089.03.096c.019.067.038.136.056.207.015-.072.031-.141.049-.207s.038-.128.061-.185l1.008-2.527c.012-.028.032-.055.06-.079s.063-.036.105-.036h.39l-1.46 3.582h-.438l-1.46-3.582z"}))})));Icon8.displayName="Icon8",Icon8.iconName="8",exports.default=Icon8},"./packages/juno-icon/src/9.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Icon9=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M16.058 7c.443 0 .845.07 1.206.211s.671.337.929.59c.258.253.457.555.597.907s.21.741.21 1.168a3.494 3.494 0 0 1-.29 1.404c-.095.219-.208.438-.339.655s-.281.442-.448.674l-2.252 3.13c-.056.079-.135.142-.239.189s-.222.071-.355.071h-1.058l2.813-3.547.265-.342c.082-.108.159-.215.232-.323-.237.182-.503.321-.8.416s-.611.143-.942.143c-.348 0-.678-.056-.99-.168s-.586-.276-.823-.494c-.237-.217-.425-.484-.565-.801s-.21-.68-.21-1.09c0-.389.075-.754.226-1.093s.361-.636.632-.888c.271-.253.594-.451.968-.596s.785-.217 1.232-.217zm-.013.925c-.284 0-.543.045-.777.134s-.434.212-.6.37c-.166.157-.294.346-.384.565s-.135.46-.135.72c0 .282.042.533.126.755s.204.409.361.562c.157.153.348.269.574.348s.479.118.758.118c.31 0 .584-.049.823-.146s.44-.227.603-.388c.163-.162.288-.348.374-.559s.129-.431.129-.658c0-.277-.046-.529-.139-.755s-.22-.417-.384-.575c-.163-.157-.358-.278-.584-.363s-.474-.127-.745-.127z"}),React.createElement("path",{fill:"#9e9e9e",d:"M8.8 20.418h.402c.043 0 .079.011.107.032s.047.049.057.082l.74 2.49.019.07.048.238.054-.239.864-2.558c.01-.028.03-.055.059-.079s.065-.036.106-.036h.14c.043 0 .079.011.106.032s.047.049.059.082l.838 2.49c.03.087.057.186.08.297l.042-.23.761-2.558a.167.167 0 0 1 .162-.115h.377l-1.117 3.582h-.435l-.908-2.733a1.618 1.618 0 0 1-.05-.18l-.035.14-.925 2.772h-.435l-1.117-3.582zm6.327 1.742-1.182-1.742h.482c.035 0 .061.006.078.017s.032.028.045.05l.935 1.435a.67.67 0 0 1 .053-.115l.883-1.31c.015-.023.031-.042.049-.056s.039-.021.064-.021h.462l-1.188 1.72 1.227 1.863h-.48c-.037 0-.065-.01-.086-.029s-.038-.04-.051-.064l-.96-1.503a.6.6 0 0 1-.045.1l-.935 1.402c-.015.023-.032.045-.051.064s-.046.029-.081.029h-.45l1.232-1.84zm3.763.415V24h-.483v-1.425l-1.313-2.157h.425c.043 0 .078.011.102.032s.047.048.065.08l.82 1.393c.033.058.061.113.084.165l.061.152.06-.155c.022-.052.049-.106.082-.163l.817-1.393c.015-.027.035-.052.061-.076s.06-.036.101-.036h.43l-1.315 2.157zm4.26-2.157v.18c0 .057-.017.11-.052.16l-2.027 2.848h2.045v.395h-2.68v-.19c0-.05.016-.098.047-.142l2.03-2.855H20.53v-.395h2.62z"}))})));Icon9.displayName="Icon9",Icon9.iconName="9",exports.default=Icon9},"./packages/juno-icon/src/ActiveCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ActiveCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.075 22.515c-1.339-1.139-2.75-2.35-4.061-3.626-.515-.541-1.445-.635-2.13-.2-.41.266-.69.605-.995.941-.205.235-.41.47-.65.67 0 0-.106.035-.24.035-.346 0-1.614-.17-3.75-2.72-1.96-2.419-2.026-3.626-1.995-4.066 0-.2.106-.301.106-.301.24-.205.485-.37.79-.506.379-.2.79-.405 1.134-.739.586-.57.69-1.41.24-2.08-.995-1.51-1.96-3.05-2.75-4.63a1.899 1.899 0 0 0-1.995-.974c-.72.106-2.27.875-2.854 1.374-2.235 1.946-1.586 7.65 4.054 14.494 3.885 4.694 8.186 7.52 11.485 7.52.859 0 1.614-.2 2.165-.666.65-.506 1.75-1.814 1.995-2.45.341-.706.101-1.541-.55-2.08l.002.002z"}),React.createElement("path",{d:"M21.285 17.026a.984.984 0 0 0 1.254-.83c.155-1.294.11-3.421-1.421-4.866-1.445-1.365-3.365-1.47-4.574-1.365a.987.987 0 0 0-.87 1.245v.005a.993.993 0 0 0 1.035.725c.84-.075 2.155-.019 3.05.83.915.866.925 2.294.814 3.19-.05.475.245.93.71 1.066h.002z"}),React.createElement("path",{d:"M24.72 7.595c-1.626-1.541-3.901-2.374-6.57-2.419a15.07 15.07 0 0 0-2.454.17.986.986 0 0 0-.8 1.24c.13.485.61.795 1.106.72.546-.085 1.31-.165 2.17-.146 2.174.045 3.925.68 5.19 1.875 1.27 1.2 1.92 2.981 1.93 5.285.005.955-.106 1.814-.214 2.414-.09.499.21.986.694 1.13a.99.99 0 0 0 1.25-.774c.125-.685.25-1.64.25-2.72 0-2.854-.88-5.2-2.55-6.774z"}))})));ActiveCall.displayName="ActiveCall",ActiveCall.iconName="active-call",exports.default=ActiveCall},"./packages/juno-icon/src/ActivecallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ActivecallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm10.421 2.915a8.962 8.962 0 0 1 3.94 2.305 8.963 8.963 0 0 1 2.313 3.968 1 1 0 1 1-1.929.531 6.965 6.965 0 0 0-1.799-3.085 6.973 6.973 0 0 0-3.063-1.793 1 1 0 0 1 .537-1.927zm-.113-5.14c2.855.475 5.499 1.819 7.589 3.909s3.434 4.735 3.91 7.59a1 1 0 1 1-1.973.329c-.407-2.447-1.558-4.711-3.351-6.504s-4.056-2.943-6.503-3.351a1 1 0 1 1 .329-1.973z"}))})));ActivecallBorder.displayName="ActivecallBorder",ActivecallBorder.iconName="activecall_border",exports.default=ActivecallBorder},"./packages/juno-icon/src/Add.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Add=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 6.101c5.467 5.467 5.467 14.332 0 19.799s-14.332 5.467-19.799 0C.633 20.433.633 11.568 6.1 6.101s14.332-5.467 19.799 0zm-8.898 8.898L17 9a1 1 0 0 0-1.993-.117L15 9l.001 5.999L9 15a1 1 0 0 0-.117 1.993L9 17l6.001-.001L15 23a1 1 0 0 0 1.993.117L17 23l.001-6.001L23 17a1 1 0 0 0 .117-1.993L23 15l-5.999-.001z"}))})));Add.displayName="Add",Add.iconName="add",exports.default=Add},"./packages/juno-icon/src/AddBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 4a1 1 0 0 1 .993.883L17 9l.001 5.999L23 15l.117.007a1 1 0 0 1 0 1.986L23 17l-5.999-.001L17 23l-.007.117a1 1 0 0 1-1.986 0L15 23l.001-6.001L9 17l-.117-.007a1 1 0 0 1 0-1.986L9 15l6.001-.001L15 9l.007-.117A1 1 0 0 1 16 8z"}))})));AddBorder.displayName="AddBorder",AddBorder.iconName="add_border",exports.default=AddBorder},"./packages/juno-icon/src/AddEmojiMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddEmojiMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.786 4c6.509 0 11.786 5.366 11.786 11.986 0 .776-.072 1.534-.211 2.269a6.598 6.598 0 0 0-1.743.091c.177-.758.27-1.548.27-2.361 0-5.674-4.523-10.273-10.102-10.273s-10.102 4.6-10.102 10.273c0 5.674 4.523 10.273 10.102 10.273a9.925 9.925 0 0 0 4.425-1.035c.021.607.121 1.193.29 1.749a11.56 11.56 0 0 1-4.715.999C7.277 27.971 2 22.605 2 15.985S7.277 3.999 13.786 3.999zm6.774 17.471c.745 0 1.349.614 1.349 1.371s-.604 1.371-1.349 1.371-1.349-.614-1.349-1.371.604-1.371 1.349-1.371zm4.046 0c.745 0 1.349.614 1.349 1.371s-.604 1.371-1.349 1.371-1.349-.614-1.349-1.371.604-1.371 1.349-1.371zm4.045 0c.745 0 1.349.614 1.349 1.371s-.604 1.371-1.349 1.371-1.349-.614-1.349-1.371.604-1.371 1.349-1.371zM18.58 17.82a.864.864 0 0 1 .306 1.17c-1.047 1.835-2.975 2.989-5.1 2.989-2.109 0-4.025-1.137-5.077-2.949-.236-.407-.104-.932.297-1.172s.916-.105 1.153.302a4.194 4.194 0 0 0 3.628 2.108 4.195 4.195 0 0 0 3.644-2.136.835.835 0 0 1 1.151-.311zm-9.003-6.971c.93 0 1.684.767 1.684 1.712s-.754 1.712-1.684 1.712c-.93 0-1.684-.767-1.684-1.712s.754-1.712 1.684-1.712zm8.418 0c.93 0 1.684.767 1.684 1.712s-.754 1.712-1.684 1.712c-.93 0-1.684-.767-1.684-1.712s.754-1.712 1.684-1.712z"}))})));AddEmojiMore.displayName="AddEmojiMore",AddEmojiMore.iconName="add-emoji-more",exports.default=AddEmojiMore},"./packages/juno-icon/src/AddEvent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddEvent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L24 28a1 1 0 0 1-2 0l-.001-4H18a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM21 2a1 1 0 0 1 .993.883L22 3v1h4a2 2 0 0 1 1.994 1.851L28 6l.001 10.755a7.992 7.992 0 0 0-2-1.173L26 10H6v15a1 1 0 0 0 .883.993L7 26l8.582.001a8.01 8.01 0 0 0 1.173 2L6 28a2.001 2.001 0 0 1-1.995-1.851L3.999 26V6c0-1.054.816-1.918 1.851-1.995L5.999 4h4V3a1 1 0 0 1 1.993-.117l.007.117v1h8V3a1 1 0 0 1 1-1zm4 4H7a1 1 0 0 0-.993.883L6 7v1h20V7a1 1 0 0 0-.883-.993L25 6z"}))})));AddEvent.displayName="AddEvent",AddEvent.iconName="add-event",exports.default=AddEvent},"./packages/juno-icon/src/AddField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddField=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 6a2 2 0 0 0-2 2v4h-4a2 2 0 1 0 0 4h4v4a2 2 0 1 0 4 0v-4h4a2 2 0 1 0 0-4h-4v-4a2 2 0 0 0-2-2z"}))})));AddField.displayName="AddField",AddField.iconName="add_field",exports.default=AddField},"./packages/juno-icon/src/AddFolderBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddFolderBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM11.821 4a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2l.001 8.71a8.05 8.05 0 0 0-2-1.639L28 10a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6H5.001a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1l11.582.001a8.01 8.01 0 0 0 1.173 2L4.001 28a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821z"}))})));AddFolderBorder.displayName="AddFolderBorder",AddFolderBorder.iconName="add-folder_border",exports.default=AddFolderBorder},"./packages/juno-icon/src/AddIntegration.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddIntegration=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.241 0a5.517 5.517 0 0 1 5.517 5.517h5.517c1.219 0 2.207.988 2.207 2.207v5.517a5.517 5.517 0 1 1 0 11.034v5.517a2.207 2.207 0 0 1-2.207 2.207h-7.724v-2.207a3.31 3.31 0 0 0-3.116-3.305l-.194-.006a3.31 3.31 0 0 0-3.305 3.116l-.006.195v2.207H2.206a2.207 2.207 0 0 1-2.207-2.207v-7.724h2.207a3.31 3.31 0 0 0 3.305-3.116l.006-.195a3.31 3.31 0 0 0-3.116-3.305l-.195-.006H-.001V7.722c0-1.219.988-2.207 2.207-2.207h5.517A5.517 5.517 0 0 1 13.24-.002zm0 2.207a3.31 3.31 0 0 0-3.305 3.116l-.006.194v2.207H2.206v5.517l.064.001.258.008c2.83.164 5.068 2.449 5.189 5.324l.005.248-.008.258a5.517 5.517 0 0 1-5.265 5.19l-.243.005v5.517h5.517l.001-.064.008-.258c.164-2.83 2.449-5.068 5.324-5.189l.248-.005.258.008a5.517 5.517 0 0 1 5.19 5.265l.005.243h5.517v-7.724h2.207a3.31 3.31 0 0 0 .194-6.615l-.195-.006h-2.207V7.723h-7.724V5.516a3.31 3.31 0 0 0-3.31-3.31z"}),React.createElement("path",{d:"M15.448 11.034c.609 0 1.103.494 1.103 1.103v3.31h3.31a1.103 1.103 0 0 1 0 2.206H16.55l.001 3.31a1.103 1.103 0 0 1-2.206 0l-.001-3.31h-3.309a1.103 1.103 0 0 1 0-2.206h3.31v-3.31c0-.609.494-1.103 1.103-1.103z"}))})));AddIntegration.displayName="AddIntegration",AddIntegration.iconName="add-integration",exports.default=AddIntegration},"./packages/juno-icon/src/AddMember.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddMember=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 16a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm-10 1c1.037 0 2.046.117 3.004.338A8.965 8.965 0 0 0 14 23c0 1.851.559 3.571 1.516 5.001L4 28a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm10 1a1 1 0 0 0-.993.883L22 19v3h-3a1 1 0 0 0-.117 1.993L19 24h2.999L22 27a1 1 0 0 0 1.993.117L24 27l-.001-3H27a1 1 0 0 0 .117-1.993L27 22h-3v-3a1 1 0 0 0-1-1zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"}))})));AddMember.displayName="AddMember",AddMember.iconName="add-member",exports.default=AddMember},"./packages/juno-icon/src/AddMemberBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddMemberBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-11 0c1.722 0 3.365.324 4.831.907a8.026 8.026 0 0 0-1.09 1.726A11.152 11.152 0 0 0 13 19.001c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l12.029.001a8.01 8.01 0 0 0 1.173 2l-13.755-.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm0-14a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));AddMemberBorder.displayName="AddMemberBorder",AddMemberBorder.iconName="add-member_border",exports.default=AddMemberBorder},"./packages/juno-icon/src/AddNewFolder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddNewFolder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.545 3A2.552 2.552 0 0 0 2 5.545v15.273c0 1.4 1.145 2.545 2.545 2.545h10.284a8.899 8.899 0 0 1-.102-1.273 8.91 8.91 0 0 1 8.909-8.909c1.368 0 2.66.319 3.818.87V8.09c0-1.4-1.145-2.545-2.545-2.545h-9.128a2.545 2.545 0 0 1-1.8-.746l-1.054-1.054a2.547 2.547 0 0 0-1.8-.746H4.545zm19.101 12.747c-1.625 0-3.249.623-4.492 1.864a6.325 6.325 0 0 0 0 8.978c2.484 2.484 6.497 2.484 8.981 0s2.484-6.499 0-8.984a6.326 6.326 0 0 0-4.489-1.859zm.005 2.528c.703.001 1.273.57 1.273 1.273v1.273h1.273a1.273 1.273 0 0 1 0 2.546h-1.273v1.273a1.273 1.273 0 0 1-2.546 0v-1.273h-1.273a1.273 1.273 0 0 1 0-2.546h1.273v-1.273c0-.703.57-1.273 1.273-1.273z"}))})));AddNewFolder.displayName="AddNewFolder",AddNewFolder.iconName="add_new_folder",exports.default=AddNewFolder},"./packages/juno-icon/src/AddParkLocation.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddParkLocation=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 2.995 2.824L30 5v11h-2V5a1 1 0 0 0-.883-.993L27 4H5a1 1 0 0 0-.993.883L4 5v22a1 1 0 0 0 .883.993L5 28h12v2H5a3 3 0 0 1-2.995-2.824L2 27V5a3 3 0 0 1 2.824-2.995L5 2h22zm-3 15a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-6.423-8.4c2.782 0 4.743 2.008 4.743 4.894 0 2.818-1.876 4.805-4.54 4.91l-.224.004h-5.988v4.608c0 .602-.359.983-.924.983-.524 0-.872-.328-.919-.857l-.005-.126V9.582c0-.559.31-.928.806-.977l.118-.006h6.933zm-.483 1.691h-5.527v6.426h5.527c2.115 0 3.326-1.194 3.326-3.224 0-2.019-1.201-3.203-3.326-3.203z"}))})));AddParkLocation.displayName="AddParkLocation",AddParkLocation.iconName="add-park-location",exports.default=AddParkLocation},"./packages/juno-icon/src/AddReactions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddReactions=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.921 18.612c.44.23.589.737.334 1.133-1.145 1.776-3.253 2.893-5.576 2.893-2.306 0-4.4-1.1-5.551-2.855-.258-.394-.113-.902.325-1.135s1.002-.102 1.261.292c.823 1.255 2.318 2.04 3.966 2.04 1.66 0 3.165-.798 3.984-2.068.255-.396.818-.531 1.258-.301z"}),React.createElement("path",{d:"M13.867 3.049c7.152-.626 13.458 4.665 14.084 11.818.012.142.022.283.03.424a7.435 7.435 0 0 0-2.021-.233l-.002-.016c-.529-6.052-5.865-10.529-11.917-9.999S3.512 10.908 4.042 16.96c.529 6.052 5.865 10.529 11.917 9.999a10.981 10.981 0 0 0 3.518-.907 7.424 7.424 0 0 0 1.185 1.656 12.966 12.966 0 0 1-4.528 1.244c-7.152.626-13.458-4.665-14.084-11.818S6.715 3.676 13.868 3.05z"}),React.createElement("path",{d:"M26.379 18.517a1 1 0 0 1 1 1l-.001 2.62 2.621.001a1 1 0 0 1 1 1v.069a1 1 0 0 1-1 1l-2.621-.001.001 2.621a1 1 0 0 1-1 1h-.069a1 1 0 0 1-1-1l-.001-2.621-2.62.001a1 1 0 0 1-1-1v-.069a1 1 0 0 1 1-1l2.62-.001.001-2.62a1 1 0 0 1 1-1h.069zM12.5 12.25a1.75 1.75 0 1 1-3.501-.001 1.75 1.75 0 0 1 3.501.001zM20.5 12.25a1.75 1.75 0 1 1-3.501-.001 1.75 1.75 0 0 1 3.501.001z"}))})));AddReactions.displayName="AddReactions",AddReactions.iconName="add-reactions",exports.default=AddReactions},"./packages/juno-icon/src/AddTask.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTask=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14 0 .968-.098 1.914-.285 2.827a6.986 6.986 0 0 0-1.824-1.204c.072-.531.109-1.072.109-1.623 0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12c1.039 0 2.047-.132 3.008-.38a7.02 7.02 0 0 0 1.406 1.669A13.947 13.947 0 0 1 16 30C8.268 30 2 23.732 2 16S8.268 2 16 2zm9 17a1 1 0 0 1 1 1v3h3a1 1 0 0 1 0 2h-3.001L26 28a1 1 0 0 1-2 0l-.001-3H21a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 1-1zm-2.624-7.259a.999.999 0 0 1 0 1.414l-7.071 7.071a.99.99 0 0 1-.531.277l-.117.014h-.118a.997.997 0 0 1-.648-.291l-4.243-4.243a.999.999 0 1 1 1.414-1.414l3.535 3.535 6.365-6.363a.999.999 0 0 1 1.414 0z"}))})));AddTask.displayName="AddTask",AddTask.iconName="add-task",exports.default=AddTask},"./packages/juno-icon/src/AddTeam.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTeam=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 19a5 5 0 1 1-.001 10.001A5 5 0 0 1 27 19zM8 19c.9 0 1.769.13 2.582.373C8.969 21.185 8 23.459 8 26c0 .638.149 1.241.415 1.776l.121.225L2 28a2 2 0 0 1-2-2c0-3.955 3.654-7 8-7zm13-2c1.216 0 2.392.161 3.495.461A7.004 7.004 0 0 0 21.255 28H12a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm6 3c-.473 0-.87.329-.974.771l-.02.113-.007.117v2h-2l-.117.007a1 1 0 0 0-.112 1.967l.113.02.117.007h1.999l.001 2 .007.117a1 1 0 0 0 1.967.112l.02-.113.007-.117-.001-2h2.001l.117-.007a1 1 0 0 0 .112-1.967l-.113-.02L30 23h-2v-2l-.007-.117A1 1 0 0 0 27 20zM8 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 8 7zm13-4a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"}))})));AddTeam.displayName="AddTeam",AddTeam.iconName="add-team",exports.default=AddTeam},"./packages/juno-icon/src/AddTeamBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTeamBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 19a1 1 0 0 1 1 1v3h3a1 1 0 0 1 0 2h-3.001L28 28a1 1 0 0 1-2 0l-.001-3H23a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 1-1zM8 19c.9 0 1.769.13 2.582.373a10.632 10.632 0 0 0-1.267 1.747A7.162 7.162 0 0 0 8 21c-3.081 0-5.619 1.935-5.961 4.426-.039.285.052.557.324.574l.1.003c.444.008 2.176.007 5.195-.002L7.999 26l.009.271a3.97 3.97 0 0 0 .406 1.505l.121.225L1.999 28a2 2 0 0 1-2-2c0-3.955 3.654-7 8-7zm13-2c1.216 0 2.392.161 3.495.461-.925.355-1.755.9-2.443 1.587A11.391 11.391 0 0 0 21 19c-4.791 0-8.708 2.912-8.984 6.584-.014.182.063.364.201.407l.063.009h8.01c.215.723.544 1.396.965 2H12a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zM8 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 8 7zm13-4a6 6 0 1 1 0 12 6 6 0 0 1 0-12zM8 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm13-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));AddTeamBorder.displayName="AddTeamBorder",AddTeamBorder.iconName="add-team_border",exports.default=AddTeamBorder},"./packages/juno-icon/src/AddTextLog.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AddTextLog=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.248 2c.51 0 .923.418.923.933a.931.931 0 0 1-.757.918l-.166.015H7.323c-.753 0-1.374.57-1.465 1.306l-.011.187v21.28c0 .761.563 1.39 1.292 1.482l.185.012h17.354c.753 0 1.374-.57 1.465-1.306l.012-.187V16.323c0-.515.413-.933.923-.933.453 0 .83.33.908.766l.015.168v10.317c0 1.763-1.343 3.209-3.051 3.349l-.273.011H7.323c-1.744 0-3.173-1.358-3.312-3.084L4 26.641V5.361c0-1.763 1.343-3.209 3.051-3.349l.273-.011h8.925zm5.823 17c.513 0 .929.448.929 1 0 .491-.328.899-.762.984l-.167.016H10.928c-.513 0-.929-.448-.929-1 0-.491.328-.899.762-.984l.167-.016h11.143zM18.1 13c.497 0 .9.448.9 1 0 .491-.318.899-.738.984L18.1 15h-7.2c-.497 0-.9-.448-.9-1 0-.491.318-.899.738-.984L10.9 13h7.2zM23 2c.491 0 .899.303.984.703l.016.154V7h4.143c.473 0 .857.448.857 1 0 .491-.303.899-.703.984L28.143 9H24v4.143c0 .473-.448.857-1 .857-.491 0-.899-.303-.984-.703L22 13.143V9h-4.143C17.384 9 17 8.552 17 8c0-.491.303-.899.703-.984L17.857 7H22V2.857c0-.473.448-.857 1-.857z"}))})));AddTextLog.displayName="AddTextLog",AddTextLog.iconName="Add-text-log",exports.default=AddTextLog},"./packages/juno-icon/src/AdditionalNumbers.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AdditionalNumbers=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.077 2.003a.999.999 0 0 1 .92 1.074l-2 26a.999.999 0 1 1-1.994-.154l2-26a.999.999 0 0 1 1.074-.92zM21.077 2.003a.999.999 0 0 1 .92 1.074l-2 26a.999.999 0 1 1-1.994-.154l2-26a.999.999 0 0 1 1.074-.92z"}),React.createElement("path",{d:"M2 20a1 1 0 0 1 1-1h24a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zM4 12a1 1 0 0 1 1-1h24a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1z"}))})));AdditionalNumbers.displayName="AdditionalNumbers",AdditionalNumbers.iconName="additional-numbers",exports.default=AdditionalNumbers},"./packages/juno-icon/src/Address.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Address=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.491 12.295 16.545 2.124a1.212 1.212 0 0 0-1.067 0L1.532 12.295c-.512.289-.683.91-.384 1.406s.939.662 1.452.372l1.42-.992V28.93c0 .579.47 1.034 1.067 1.034h21.821c.598 0 1.067-.455 1.067-1.034V13.081l1.406.992c.171.083.342.124.512.124.384 0 .726-.165.939-.537.342-.455.128-1.075-.342-1.364zM12.024 28V17h7.967v11h-7.967zm13.975 0h-4.001V16.141c0-.579-.47-1.034-1.067-1.034h-9.866c-.598 0-1.067.455-1.067 1.034V28H6.03V11.881l9.96-7.649 10.009 7.649V28z"}))})));Address.displayName="Address",Address.iconName="address",exports.default=Address},"./packages/juno-icon/src/Admin.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Admin=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.281 16.083c.826.297 1.59.754 2.255 1.346.459.409.61 1.066.383 1.635-.097.245-.081.521.044.749s.334.364.563.382a1.435 1.435 0 0 1 1.287 1.122 7.696 7.696 0 0 1 .001 3.367 1.434 1.434 0 0 1-1.288 1.123c-.228.017-.437.154-.562.381s-.141.504-.044.749a1.467 1.467 0 0 1-.383 1.634 6.908 6.908 0 0 1-2.255 1.346 1.418 1.418 0 0 1-1.692-.604c-.137-.224-.356-.351-.589-.351s-.453.127-.59.352a1.417 1.417 0 0 1-1.691.603 6.899 6.899 0 0 1-2.256-1.346 1.466 1.466 0 0 1-.383-1.635c.097-.245.081-.521-.044-.749s-.334-.364-.563-.382a1.435 1.435 0 0 1-1.287-1.122 7.696 7.696 0 0 1-.001-3.367 1.434 1.434 0 0 1 1.288-1.123c.228-.017.437-.154.562-.381s.141-.504.044-.749a1.467 1.467 0 0 1 .383-1.634 6.908 6.908 0 0 1 2.255-1.346 1.418 1.418 0 0 1 1.692.604.693.693 0 0 0 .589.351.68.68 0 0 0 .508-.233l.056-.075.089-.139a1.416 1.416 0 0 1 1.629-.509zM13 17c1.439 0 2.821.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058a3.447 3.447 0 0 0-1.636 2.229A9.627 9.627 0 0 0 15.001 23c0 .718.079 1.43.236 2.125l.048.189c.25.873.827 1.598 1.587 2.037l.106.058.001.175c.004.14.017.278.038.416H4.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm11 4a2 2 0 1 0-.001 3.999A2 2 0 0 0 24 21zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12z"}))})));Admin.displayName="Admin",Admin.iconName="admin",exports.default=Admin},"./packages/juno-icon/src/AdminBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AdminBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.653 16.592a1.416 1.416 0 0 1 1.629-.509c.826.297 1.59.754 2.255 1.346.459.409.61 1.066.383 1.635-.097.245-.081.521.044.749s.334.364.563.382a1.435 1.435 0 0 1 1.287 1.122 7.696 7.696 0 0 1 .001 3.367 1.434 1.434 0 0 1-1.288 1.123c-.228.017-.437.154-.562.381s-.141.504-.044.749a1.467 1.467 0 0 1-.383 1.634 6.908 6.908 0 0 1-2.255 1.346 1.418 1.418 0 0 1-1.692-.604c-.137-.224-.356-.351-.589-.351s-.453.127-.59.352a1.417 1.417 0 0 1-1.691.603 6.899 6.899 0 0 1-2.256-1.346 1.466 1.466 0 0 1-.383-1.635c.097-.245.081-.521-.044-.749s-.334-.364-.563-.382a1.435 1.435 0 0 1-1.287-1.122 7.696 7.696 0 0 1-.001-3.367 1.434 1.434 0 0 1 1.288-1.123c.228-.017.437-.154.562-.381s.141-.504.044-.749a1.467 1.467 0 0 1 .383-1.634 6.908 6.908 0 0 1 2.255-1.346 1.418 1.418 0 0 1 1.692.604.693.693 0 0 0 .589.351.68.68 0 0 0 .508-.233l.056-.075.089-.139zM13 17c1.439 0 2.821.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 13 19c-4.878 0-8.85 3.019-8.996 6.786L4 26l11.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H4.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm9.001 1.129-.095.044c-.16.078-.315.166-.466.262l-.223.15-.158.119.008.027a2.888 2.888 0 0 1-.1 1.656l-.081.196-.096.191a2.734 2.734 0 0 1-1.45 1.259l-.185.06-.084.02-.035.258-.015.156-.011.157-.009.315c0 .141.005.281.015.42l.019.208.035.256.085.022a2.7 2.7 0 0 1 1.426.994l.114.166.094.159c.31.565.417 1.212.317 1.837l-.041.207-.007.026.158.12c.146.104.298.2.453.288l.236.124.094.043.041-.047a2.678 2.678 0 0 1 1.569-.833l.203-.022.187-.007c.684 0 1.327.264 1.817.72l.142.143.039.046.096-.043c.16-.078.315-.166.466-.262l.223-.15.157-.12-.007-.026a2.888 2.888 0 0 1 .1-1.656l.081-.196.096-.191a2.734 2.734 0 0 1 1.45-1.259l.185-.06.084-.021.037-.257.015-.156.011-.157L29 23c0-.141-.005-.281-.015-.42l-.019-.208-.036-.257-.084-.021a2.7 2.7 0 0 1-1.426-.994l-.114-.166-.094-.159a2.874 2.874 0 0 1-.317-1.837l.047-.234-.157-.119a5.013 5.013 0 0 0-.453-.288l-.236-.124-.094-.043-.065.074a2.68 2.68 0 0 1-1.551.807l-.2.022-.184.006a2.663 2.663 0 0 1-1.817-.72l-.142-.143-.04-.047zM24 21a2 2 0 1 1 .001 3.999A2 2 0 0 1 24 21zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));AdminBorder.displayName="AdminBorder",AdminBorder.iconName="admin_border",exports.default=AdminBorder},"./packages/juno-icon/src/Advanced.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Advanced=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.399 4h-9.405a4 4 0 0 0-3.453 1.981l-4.678 8a4.001 4.001 0 0 0 0 4.038l4.678 8A4 4 0 0 0 10.994 28h9.405a4 4 0 0 0 3.457-1.988l4.656-8a4 4 0 0 0 0-4.024l-4.656-8A4 4 0 0 0 20.399 4zm-4.716 18c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.667 6-6 6z"}))})));Advanced.displayName="Advanced",Advanced.iconName="advanced",exports.default=Advanced},"./packages/juno-icon/src/AdvancedSetting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AdvancedSetting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.612 2a9.24 9.24 0 0 0-8.403 5.393h6.788a2.08 2.08 0 0 1 2.083 2.081v3.031a2.08 2.08 0 0 1-2.083 2.081H2a9.248 9.248 0 0 0 12.268 5.128l9.372 9.366a3.138 3.138 0 0 0 4.44 0 3.136 3.136 0 0 0 0-4.44l-9.228-9.226a9.207 9.207 0 0 0 1-4.186c0-5.097-4.135-9.23-9.239-9.23z"}))})));AdvancedSetting.displayName="AdvancedSetting",AdvancedSetting.iconName="advanced-setting",exports.default=AdvancedSetting},"./packages/juno-icon/src/AiIndicator.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiIndicator=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 34 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.453 3.322c.665 2.016 1.213 2.564 3.224 3.231a.941.941 0 0 1 0 1.793c-2.011.667-2.558 1.215-3.224 3.231a.938.938 0 0 1-1.789 0c-.665-2.016-1.213-2.564-3.224-3.231a.91.91 0 0 1-.651-.889.94.94 0 0 1 .651-.904c2.011-.667 2.558-1.215 3.224-3.231a.938.938 0 0 1 1.789 0zm-3.49 11.382 2.972.86v-.015c.858.252 1.464 1.052 1.464 1.956s-.606 1.704-1.479 1.956l-2.972.845c-2.248.652-3.978 2.371-4.614 4.624l-.858 2.979c-.251.845-1.02 1.423-1.952 1.423s-1.701-.563-1.952-1.423l-.858-2.979c-.651-2.253-2.366-3.987-4.614-4.624l-2.972-.86c-.858-.252-1.464-1.052-1.464-1.956s.606-1.704 1.479-1.956l2.972-.845c2.248-.652 3.978-2.371 4.614-4.624l.858-2.979c.251-.86 1.05-1.467 1.952-1.467s1.701.608 1.952 1.467l.858 2.994c.651 2.253 2.366 3.987 4.614 4.624z"}))})));AiIndicator.displayName="AiIndicator",AiIndicator.iconName="ai-indicator",exports.default=AiIndicator},"./packages/juno-icon/src/AiSmartNotes.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSmartNotes=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.422 14.622c.997 0 1.889.463 2.49 1.196l.65.797c.481.587.771 1.345.771 2.174a3.406 3.406 0 0 1-1.155 2.57l-6.155 5.366c-.493.427-1.07.69-1.687.776l-6.003.832 1.805-5.966.006-.024a3.355 3.355 0 0 1 1.002-1.544l6.153-5.363a3.176 3.176 0 0 1 2.123-.814zm-.01 2.405a.896.896 0 0 0-.594.225l-6.158 5.366a.99.99 0 0 0-.304.463l-.718 2.374 2.391-.333a.907.907 0 0 0 .474-.214l6.159-5.368a.975.975 0 0 0 .346-.749.977.977 0 0 0-.22-.622l-.655-.801a.91.91 0 0 0-.72-.34l-.001-.001zM12 21.6V24H2v-2.4h10zm4-6V18H2v-2.4h14zm5-6V12H2V9.6h19zm4.087-8.433c.049-.222.419-.222.493 0l.419 1.433c.394 1.334 1.404 2.347 2.709 2.718l1.428.42a.241.241 0 0 1 .197.247c0 .195-.246.265-.446.321l-.033.009-.032.009-1.115.328c-1.33.395-2.34 1.408-2.709 2.718l-.419 1.433a.24.24 0 0 1-.246.198c-.195 0-.263-.245-.319-.446a1.038 1.038 0 0 0-.019-.066l-.327-1.119c-.394-1.334-1.404-2.347-2.709-2.718l-1.429-.42a.241.241 0 0 1-.197-.247c0-.195.245-.264.446-.321l.065-.018 1.115-.328c1.33-.395 2.34-1.408 2.709-2.718l.419-1.433z"}))})));AiSmartNotes.displayName="AiSmartNotes",AiSmartNotes.iconName="ai-smart-notes",exports.default=AiSmartNotes},"./packages/juno-icon/src/AiSmartNotesSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSmartNotesSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.703 14.002c.872 0 1.653.405 2.178 1.047l.569.697c.421.513.674 1.177.674 1.902 0 .899-.391 1.705-1.01 2.249l-5.386 4.696a2.84 2.84 0 0 1-1.476.679L13.999 26l1.579-5.221.006-.021a2.94 2.94 0 0 1 .876-1.351l5.384-4.692a2.786 2.786 0 0 1 1.859-.713zm-.008 2.105a.782.782 0 0 0-.52.197l-5.389 4.695a.875.875 0 0 0-.266.405l-.628 2.078 2.092-.291a.79.79 0 0 0 .415-.188l5.389-4.697a.852.852 0 0 0 .302-.656.855.855 0 0 0-.193-.544l-.574-.701a.798.798 0 0 0-.629-.298zM12 19.5v2.625H6V19.5h6zm3.585-4.5v2.625H6V15h9.585zM20 10.375V13H6v-2.625h14zm3.16-7.229c.043-.195.366-.195.431 0l.366 1.254c.345 1.167 1.228 2.054 2.371 2.378l1.25.367a.21.21 0 0 1 .172.216c0 .171-.215.232-.391.281l-.029.008-.028.008-.975.287a3.459 3.459 0 0 0-2.371 2.378l-.366 1.254a.21.21 0 0 1-.216.173c-.17 0-.23-.214-.279-.39l-.016-.057-.286-.979c-.345-1.167-1.228-2.054-2.371-2.378l-1.25-.367A.21.21 0 0 1 19 7.363c0-.171.215-.231.39-.281l.057-.016.976-.287a3.459 3.459 0 0 0 2.371-2.378l.366-1.254z"}))})));AiSmartNotesSp.displayName="AiSmartNotesSp",AiSmartNotesSp.iconName="ai-smart-notes_sp",exports.default=AiSmartNotesSp},"./packages/juno-icon/src/AiSparkle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSparkle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.88 2.236h2.24l2.683 6.975c.398 1.035.53 1.354.714 1.613.181.255.404.478.659.659.259.184.578.316 1.613.714l6.975 2.683v2.24l-6.975 2.683c-1.035.398-1.354.53-1.613.714a2.786 2.786 0 0 0-.659.659c-.184.259-.316.578-.714 1.613l-2.683 6.975h-2.24l-2.683-6.975c-.398-1.035-.53-1.354-.714-1.613a2.786 2.786 0 0 0-.659-.659c-.259-.184-.578-.316-1.613-.714L2.236 17.12v-2.24l6.975-2.683c1.035-.398 1.354-.53 1.613-.714.255-.181.478-.404.659-.659.184-.259.316-.578.714-1.613l2.683-6.975zM16 6.009l-1.563 4.063-.049.128c-.328.854-.568 1.477-.949 2.014a5.177 5.177 0 0 1-1.225 1.224c-.537.382-1.16.621-2.014.949l-.128.049-4.063 1.563 4.063 1.563.128.049c.854.328 1.477.567 2.014.949.474.337.888.751 1.224 1.224.382.537.621 1.16.949 2.014l.049.128 1.563 4.063 1.563-4.063.049-.128c.328-.854.567-1.477.949-2.014a5.191 5.191 0 0 1 1.224-1.224c.537-.382 1.16-.621 2.014-.949l.128-.049 4.063-1.563-4.063-1.563-.128-.049c-.854-.328-1.477-.568-2.014-.949a5.177 5.177 0 0 1-1.224-1.225c-.382-.537-.621-1.16-.949-2.014l-.049-.128-1.563-4.063z"}))})));AiSparkle.displayName="AiSparkle",AiSparkle.iconName="ai-sparkle",exports.default=AiSparkle},"./packages/juno-icon/src/AiSparkles.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiSparkles=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.943 5.806a2.566 2.566 0 0 1-1.761-1.767l-.272-.931c-.048-.144-.288-.144-.32 0l-.272.931a2.57 2.57 0 0 1-1.761 1.767l-.725.213-.042.012c-.13.037-.29.082-.29.208 0 .08.048.145.128.161l.929.273a2.566 2.566 0 0 1 1.761 1.767l.213.727.012.043c.036.13.081.29.207.29.08 0 .144-.048.16-.129l.272-.931a2.57 2.57 0 0 1 1.761-1.767l.724-.213.042-.012c.131-.037.29-.082.29-.209a.158.158 0 0 0-.128-.161l-.928-.273zM3.356 13.738l2.618.739a7.146 7.146 0 0 1 4.931 4.945l.737 2.625c.051.204.254.357.457.357s.407-.153.458-.357l.737-2.625a7.192 7.192 0 0 1 4.931-4.945l2.618-.739c.203-.051.356-.255.356-.459s-.152-.408-.356-.459l-2.618-.739a7.146 7.146 0 0 1-4.931-4.945l-.737-2.626c-.127-.408-.813-.408-.915 0l-.737 2.626a7.192 7.192 0 0 1-4.931 4.945l-2.618.739c-.203.051-.356.255-.356.459s.153.408.356.459zm22.519 10.126-1.396-.401a3.853 3.853 0 0 1-2.639-2.642l-.403-1.403c-.06-.224-.432-.224-.492 0l-.402 1.403c-.373 1.284-1.357 2.284-2.639 2.642l-1.401.403c-.104.03-.179.134-.179.254s.075.209.179.254l1.401.403a3.853 3.853 0 0 1 2.639 2.642l.402 1.403c.03.105.134.179.253.179s.209-.075.253-.179l.403-1.403a3.853 3.853 0 0 1 2.639-2.642l1.401-.403a.26.26 0 0 0 .179-.254.273.273 0 0 0-.171-.25.047.047 0 0 0-.017-.004l-.012-.002z"}))})));AiSparkles.displayName="AiSparkles",AiSparkles.iconName="ai-sparkles",exports.default=AiSparkles},"./packages/juno-icon/src/AiWritingOptions.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AiWritingOptions=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.522 25.987A1.58 1.58 0 0 1 7.438 24.9l-.167-.573c-.03-.089-.177-.089-.197 0l-.167.573a1.58 1.58 0 0 1-1.084 1.087l-.446.131c-.083.024-.204.049-.204.136 0 .049.03.089.079.099l.571.168a1.58 1.58 0 0 1 1.084 1.087l.131.448c.024.083.048.204.135.204.049 0 .089-.03.099-.079l.167-.573a1.58 1.58 0 0 1 1.084-1.087l.446-.131c.083-.024.204-.049.204-.136a.097.097 0 0 0-.079-.099l-.571-.168zM22.288 6.943l.863.244a2.358 2.358 0 0 1 1.626 1.63l.243.866c.017.067.084.118.151.118s.134-.05.151-.118l.243-.866a2.37 2.37 0 0 1 1.626-1.63l.863-.244c.067-.017.117-.084.117-.151s-.05-.134-.117-.151l-.863-.244a2.358 2.358 0 0 1-1.626-1.63l-.243-.866c-.042-.134-.268-.134-.302 0l-.243.866a2.37 2.37 0 0 1-1.626 1.63l-.863.244c-.067.017-.117.084-.117.151s.05.134.117.151zM26.008 14.387l.093.055.083.063.052.046 1.884 1.722a.938.938 0 0 1 .344 1.005l-.034.099-.044.091-.074.129-9.63 9.762a1.3 1.3 0 0 1-.407.275l-.135.053-.124.034-2.468.552h-.09l-.104-.003a.924.924 0 0 1-.792-.586l-.028-.09-.021-.12-.012-.141.438-2.428a1.23 1.23 0 0 1 .184-.45l.083-.118.082-.092 9.612-9.747a1.018 1.018 0 0 1 1.106-.112l.003-.001zm-3.067 4.296-6.467 6.559-.238 1.321 1.36-.303 6.417-6.504-1.072-1.074zm2.622-2.659-1.45 1.47 1.074 1.074 1.5-1.52-1.123-1.024zM13.009 15.163l-.92-2.954h-.065l-.918 2.954h1.902z"}),React.createElement("path",{d:"m13.699 24.273-.199.002c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10l-.002.199-9.799 9.799zm-5.758-5.83h2.147l.544-1.75h2.854l.545 1.75h2.147l-2.789-8.333H10.73l-2.789 8.333zm9.151-6.426-.013 6.426h1.973V10.11h-1.96v1.907z"}))})));AiWritingOptions.displayName="AiWritingOptions",AiWritingOptions.iconName="ai-writing-options",exports.default=AiWritingOptions},"./packages/juno-icon/src/Airbrake.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Airbrake=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.175 2.248 13.642 6.947v13.541L16.21 29.753l-.035-.001-.072.001h-.416L2.184 22.736V9.195l13.503-6.947h.488zm1.179 7.11h-2.793l-4.303 10.767c-.122.335-.285.411-.632.411H9.3v2.071h1.611c1.02 0 1.366-.243 1.692-1.083l.897-2.314h4.894l.897 2.314c.326.84.693 1.083 1.713 1.083h1.59v-2.071h-.326c-.346 0-.509-.075-.632-.411L17.354 9.358zm-1.387 2.537s.306 1.251.571 1.979l1.244 3.322h-3.67l1.244-3.322c.265-.727.571-1.979.571-1.979z"}))})));Airbrake.displayName="Airbrake",Airbrake.iconName="airbrake",exports.default=Airbrake},"./packages/juno-icon/src/AlignCenter.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignCenter=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm-4-9a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14zm4-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignCenter.displayName="AlignCenter",AlignCenter.iconName="align-center",exports.default=AlignCenter},"./packages/juno-icon/src/AlignJustify.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignJustify=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignJustify.displayName="AlignJustify",AlignJustify.iconName="align-justify",exports.default=AlignJustify},"./packages/juno-icon/src/AlignLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm-8-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h14zm8-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignLeft.displayName="AlignLeft",AlignLeft.iconName="align-left",exports.default=AlignLeft},"./packages/juno-icon/src/AlignRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AlignRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zm0-9a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));AlignRight.displayName="AlignRight",AlignRight.iconName="align-right",exports.default=AlignRight},"./packages/juno-icon/src/Analytics.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Analytics=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-17 8a1 1 0 0 0-.993.883L10 12v6a1 1 0 0 0 1.993.117L12 18v-6a1 1 0 0 0-1-1zm5-2a1 1 0 0 0-.993.883L15 10v8a1 1 0 0 0 1.993.117L17 18v-8a1 1 0 0 0-1-1zm5 4a1 1 0 0 0-.993.883L20 14v4a1 1 0 0 0 1.993.117L22 18v-4a1 1 0 0 0-1-1z"}))})));Analytics.displayName="Analytics",Analytics.iconName="analytics",exports.default=Analytics},"./packages/juno-icon/src/AnalyticsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AnalyticsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-16 6a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0v-6a1 1 0 0 1 1-1zm5-2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zm5 4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z"}))})));AnalyticsBorder.displayName="AnalyticsBorder",AnalyticsBorder.iconName="analytics_border",exports.default=AnalyticsBorder},"./packages/juno-icon/src/Announcement.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Announcement=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.024 11.159c.559 0 1.012.435 1.012.971v7.765c0 .536-.453.971-1.012.971l-6.07-1.726v2.346a.674.674 0 0 1-1.348 0l-.001-2.73-1.685-.478c-.598-.145-1.012-.471-1.012-.971v-2.588c0-.468.412-.793 1.012-.971l9.104-2.588zm7.258 1.575.047.054c.596.837.919 1.842.914 2.896s-.338 2.062-.943 2.906a.354.354 0 1 1-.578-.412c.518-.723.803-1.585.808-2.49s-.272-1.764-.783-2.482a.358.358 0 0 1 .085-.498.357.357 0 0 1 .45.026zm-4.373 3.295c0 1.456-1.535 2.259-1.535 2.103v-4.206c0-.163 1.535.647 1.535 2.103zm3.157-1.921a3.222 3.222 0 0 1-.017 3.176.358.358 0 1 1-.622-.352 2.516 2.516 0 0 0 .014-2.47.36.36 0 0 1 .626-.355z"}))})));Announcement.displayName="Announcement",Announcement.iconName="Announcement",exports.default=Announcement},"./packages/juno-icon/src/AppleLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppleLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.73 8.462c1.264 0 2.848-.854 3.791-1.994.854-1.032 1.477-2.474 1.477-3.916A2.68 2.68 0 0 0 21.945 2c-1.406.053-3.097.943-4.112 2.136-.801.908-1.531 2.332-1.531 3.791 0 .214.036.427.053.498.089.018.231.036.374.036zM12.28 30c1.727 0 2.492-1.157 4.646-1.157 2.189 0 2.67 1.121 4.593 1.121 1.887 0 3.151-1.744 4.343-3.453 1.335-1.958 1.887-3.88 1.922-3.97-.125-.036-3.738-1.513-3.738-5.661 0-3.596 2.848-5.215 3.008-5.34-1.887-2.706-4.753-2.777-5.536-2.777-2.118 0-3.845 1.282-4.931 1.282-1.175 0-2.723-1.21-4.557-1.21-3.489 0-7.031 2.884-7.031 8.331 0 3.382 1.317 6.96 2.937 9.274C9.324 28.398 10.535 30 12.279 30z"}))})));AppleLogo.displayName="AppleLogo",AppleLogo.iconName="apple-logo",exports.default=AppleLogo},"./packages/juno-icon/src/Apps.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Apps=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm-16 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0-16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm16 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8z"}))})));Apps.displayName="Apps",Apps.iconName="apps",exports.default=Apps},"./packages/juno-icon/src/AppsCategories.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsCategories=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 5h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM4 19h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zM14 5h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM14 19h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z"}))})));AppsCategories.displayName="AppsCategories",AppsCategories.iconName="apps-categories",exports.default=AppsCategories},"./packages/juno-icon/src/AppsDevelopers.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsDevelopers=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.833 3.038c.76.173 1.253.895 1.156 1.653l-.025.142-5 23a1.5 1.5 0 0 1-2.951-.523l.025-.142 5-23a1.5 1.5 0 0 1 1.795-1.13zm5.614 5.298.114.103 6 6a1.5 1.5 0 0 1 .103 2.007l-.103.114-6 6a1.5 1.5 0 0 1-2.224-2.007l.103-.114 4.94-4.939-4.94-4.939a1.5 1.5 0 0 1-.103-2.007l.103-.114a1.5 1.5 0 0 1 2.007-.103zm-16.894 0a1.5 1.5 0 0 1 2.007.103l.103.114a1.5 1.5 0 0 1-.103 2.007l-4.94 4.939 4.94 4.939.103.114a1.5 1.5 0 0 1-2.224 2.007l-6-6-.103-.114a1.5 1.5 0 0 1 .103-2.007l6-6z"}))})));AppsDevelopers.displayName="AppsDevelopers",AppsDevelopers.iconName="apps-developers",exports.default=AppsDevelopers},"./packages/juno-icon/src/AppsDiscovery.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsDiscovery=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.919 17.75a1.2 1.2 0 0 1 1.479-.832l11.593 3.246a1.2 1.2 0 0 1 .014 2.307l-5.824 1.709-1.71 5.825a1.201 1.201 0 0 1-2.307-.014l-3.246-11.594a1.205 1.205 0 0 1 0-.647zM11 17a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6zm0-14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6zm14 0a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6z"}))})));AppsDiscovery.displayName="AppsDiscovery",AppsDiscovery.iconName="apps-discovery",exports.default=AppsDiscovery},"./packages/juno-icon/src/AppsInstalled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsInstalled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.172 2a3.724 3.724 0 0 1 3.724 3.724v.931h5.586c1.028 0 1.862.834 1.862 1.862v5.586h.931a3.724 3.724 0 1 1 0 7.448h-.931v5.586a1.862 1.862 0 0 1-1.862 1.862h-5.586v-.931a3.725 3.725 0 0 0-3.538-3.72l-.186-.005a3.725 3.725 0 0 0-3.72 3.538l-.005.186v.931H4.861a1.862 1.862 0 0 1-1.862-1.862V21.55h.931a3.725 3.725 0 0 0 3.72-3.538l.005-.186a3.725 3.725 0 0 0-3.538-3.72l-.186-.005H3V8.515c0-1.028.834-1.862 1.862-1.862h5.586v-.931a3.724 3.724 0 0 1 3.724-3.724z"}))})));AppsInstalled.displayName="AppsInstalled",AppsInstalled.iconName="apps-installed",exports.default=AppsInstalled},"./packages/juno-icon/src/AppsProduct.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AppsProduct=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2zm-5.103 4.038a1.5 1.5 0 0 0-2.074-.447 7.857 7.857 0 0 1-4.278 1.26 7.87 7.87 0 0 1-4.279-1.26 1.5 1.5 0 1 0-1.625 2.521 10.863 10.863 0 0 0 5.904 1.738c2.122 0 4.157-.611 5.905-1.739a1.5 1.5 0 0 0 .447-2.074zM6.618 8a1 1 0 0 1-.894-1.448l1.829-3.658a1 1 0 0 1 1.342-.447l8.282 4.141 3.216-3.858a1 1 0 0 1 1.267-.227l.101.067 4.84 3.63a1 1 0 0 1-.6 1.8z"}))})));AppsProduct.displayName="AppsProduct",AppsProduct.iconName="apps-product",exports.default=AppsProduct},"./packages/juno-icon/src/Ar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.72 22c.181 0 .335-.051.46-.152s.209-.213.252-.336l.864-2.36h4.792l.864 2.36a.729.729 0 0 0 .72.488h1.664l-4.544-11.568h-2.2L5.048 22H6.72zm5.816-4.368H8.848l1.408-3.832c.069-.176.14-.381.212-.616s.145-.488.22-.76a15.419 15.419 0 0 0 .44 1.36l1.408 3.848zM19.752 22v-4.52h.92c.213 0 .375.029.484.088s.209.157.3.296l2.432 3.704c.091.139.201.245.332.32s.289.112.476.112h1.936l-2.896-4.272a2.132 2.132 0 0 0-.704-.664c.405-.128.767-.299 1.084-.512s.584-.461.8-.744c.216-.283.381-.597.496-.944s.172-.715.172-1.104c0-.491-.084-.94-.252-1.348s-.432-.759-.792-1.052c-.36-.293-.821-.521-1.384-.684s-1.239-.244-2.028-.244H17.6V22h2.152zm1.344-6.064h-1.344v-3.84h1.376c.795 0 1.385.157 1.772.472s.58.765.58 1.352c0 .293-.048.563-.144.808s-.241.457-.436.636-.443.319-.744.42-.655.152-1.06.152z"}))})));Ar.displayName="Ar",Ar.iconName="ar",exports.default=Ar},"./packages/juno-icon/src/Archive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Archive=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-2 8H6v15a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V11zm-7 4a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h6zm8-10H5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"}))})));Archive.displayName="Archive",Archive.iconName="archive",exports.default=Archive},"./packages/juno-icon/src/ArrowDown.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowDown=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.707 20.293 5.586-5.586A.999.999 0 0 0 21.586 13H10.414a1 1 0 0 0-.707 1.707l5.586 5.586a.999.999 0 0 0 1.414 0z"}))})));ArrowDown.displayName="ArrowDown",ArrowDown.iconName="arrow-down",exports.default=ArrowDown},"./packages/juno-icon/src/ArrowDown2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowDown2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.636 13.05a.999.999 0 0 1 1.414 0L16 18l4.95-4.95a.999.999 0 1 1 1.414 1.414l-5.657 5.657a.999.999 0 0 1-1.414 0l-5.657-5.657a.999.999 0 0 1 0-1.414z"}))})));ArrowDown2.displayName="ArrowDown2",ArrowDown2.iconName="arrow_down",exports.default=ArrowDown2},"./packages/juno-icon/src/ArrowLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m11.707 15.293 5.586-5.586a.999.999 0 0 1 1.707.707v11.172a1 1 0 0 1-1.707.707l-5.586-5.586a.999.999 0 0 1 0-1.414z"}))})));ArrowLeft.displayName="ArrowLeft",ArrowLeft.iconName="arrow-left",exports.default=ArrowLeft},"./packages/juno-icon/src/ArrowLeft2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowLeft2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.95 9.636a.999.999 0 0 1 0 1.414L14 16l4.95 4.95a.999.999 0 1 1-1.414 1.414l-5.657-5.657a.999.999 0 0 1 0-1.414l5.657-5.657a.999.999 0 0 1 1.414 0z"}))})));ArrowLeft2.displayName="ArrowLeft2",ArrowLeft2.iconName="arrow_left",exports.default=ArrowLeft2},"./packages/juno-icon/src/ArrowRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.05 9.636a.999.999 0 0 0 0 1.414L18 16l-4.95 4.95a.999.999 0 1 0 1.414 1.414l5.657-5.657a.999.999 0 0 0 0-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0z"}))})));ArrowRight.displayName="ArrowRight",ArrowRight.iconName="arrow_right",exports.default=ArrowRight},"./packages/juno-icon/src/ArrowRight1.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowRight1=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.293 15.293-5.586-5.586a.999.999 0 0 0-1.707.707v11.172a1 1 0 0 0 1.707.707l5.586-5.586a.999.999 0 0 0 0-1.414z"}))})));ArrowRight1.displayName="ArrowRight1",ArrowRight1.iconName="arrow_right1",exports.default=ArrowRight1},"./packages/juno-icon/src/ArrowUp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowUp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.707 11.707 5.586 5.586A.999.999 0 0 1 21.586 19H10.414a1 1 0 0 1-.707-1.707l5.586-5.586a.999.999 0 0 1 1.414 0z"}))})));ArrowUp.displayName="ArrowUp",ArrowUp.iconName="arrow-up",exports.default=ArrowUp},"./packages/juno-icon/src/ArrowUp2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ArrowUp2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.636 18.95a.999.999 0 0 0 1.414 0L16 14l4.95 4.95a.999.999 0 1 0 1.414-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0l-5.657 5.657a.999.999 0 0 0 0 1.414z"}))})));ArrowUp2.displayName="ArrowUp2",ArrowUp2.iconName="arrow_up",exports.default=ArrowUp2},"./packages/juno-icon/src/Asana.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Asana=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.027 24c1.106 0 1.973.878 1.973 2 0 1.103-.885 2.001-1.973 2.001-1.07 0-1.973-.916-1.973-2.001 0-1.103.886-2 1.973-2zM11.443 4c7.883 0 10.693 3.445 10.693 6.668v16.774h-2.178l-.731-1.852c-1.959 1.279-5.873 2.411-8.529 2.411C3.6 28.001 0 25.723 0 21.23c0-4.281 3.612-6.581 11.367-7.239 4.935-.425 7.652-1.615 7.652-3.351 0-2.107-2.99-3.469-7.617-3.469-6.303 0-7.569 2.141-7.97 3.743a9.508 9.508 0 0 0-.197.859H.397s.022-.655.082-.988c.733-4.564 4.319-6.783 10.964-6.783zm7.697 11.503c-1.955 1.018-4.139 1.372-7.7 1.693-7.262.657-8.193 2.5-8.193 4.032 0 2.323 2.646 3.603 7.451 3.603 4.586 0 8.294-2.568 8.442-3.389zm10.887.498c1.106 0 1.973.878 1.973 2 0 1.103-.885 2-1.973 2-1.07 0-1.973-.915-1.973-2 0-1.103.886-2 1.973-2zm0-8.001C31.133 8 32 8.878 32 10c0 1.103-.885 2.001-1.973 2.001-1.07 0-1.973-.916-1.973-2.001 0-1.103.886-2 1.973-2z"}))})));Asana.displayName="Asana",Asana.iconName="asana",exports.default=Asana},"./packages/juno-icon/src/Askfirst.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Askfirst=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 19a2 2 0 0 1 1.994 1.851L27 21v6a2 2 0 0 1-1.851 1.994L25 29h-1a3 3 0 0 1-2.995-2.824L21 26v-4a3 3 0 0 1 2.824-2.995L24 19h1zM8 19a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h1zm8-17c7.732 0 14 6.268 14 14v7a1 1 0 0 1-2 0v-7c0-6.525-5.209-11.834-11.695-11.996L16 4C9.475 4 4.166 9.209 4.004 15.695L4 16v7a1 1 0 0 1-2 0v-7C2 8.268 8.268 2 16 2z"}))})));Askfirst.displayName="Askfirst",Askfirst.iconName="askfirst",exports.default=Askfirst},"./packages/juno-icon/src/AskfirstSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AskfirstSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.846 14.358 3.614 1.362a2.966 2.966 0 0 1 1.961 2.786l-.003.155c0 .551.344 1.021.828 1.208l.144.046c.653.169 1.635.376 2.617.406.981.005 1.959-.097 2.918-.303a.975.975 0 0 0 .746-.783l.013-.133.009-.275a2.986 2.986 0 0 1 1.924-2.696l.218-.072 3.949-1.152.243.943c1 1.851 1.157 3.671.451 5.269h-.002a5.938 5.938 0 0 1-1.054 1.591l-.371.376a8.966 8.966 0 0 1-1.789 1.286l-.047.023c-1.906 1.038-4.321 1.598-6.848 1.598l-.531-.009c-4.646-.139-8.706-2.146-10.107-4.994-.618-1.257-1.014-3.29.606-5.831l.512-.8zM16 14.71a1.289 1.289 0 1 1 0 2.578l-.14-.008a1.29 1.29 0 0 1 .14-2.571zm1.794-9.153a3.39 3.39 0 0 1 1.278 1.159c.323.502.489 1.08.489 1.718 0 .385-.071.751-.213 1.088a3.07 3.07 0 0 1-.659.956 7.249 7.249 0 0 1-.989.806l-.025.016c-.24.159-.449.328-.642.512l.002-.002a.768.768 0 0 0-.181.252l-.002.005a1.153 1.153 0 0 0-.056.361v.715h-1.714v-.681c0-.36.055-.689.158-.981.135-.345.332-.639.58-.882.264-.255.551-.489.858-.697l.022-.014a5.65 5.65 0 0 0 .773-.618c.123-.118.224-.257.296-.411.05-.12.079-.26.079-.406v-.019l.001-.041c0-.221-.051-.43-.142-.616l-.072-.129a1.662 1.662 0 0 0-.628-.568l-.009-.004a2.176 2.176 0 0 0-1.772-.058l-.178.081-.132.08a1.692 1.692 0 0 0-.761 1.451v.001h-1.714v-.047c0-1.284.712-2.401 1.763-2.979l.018-.009c1.062-.589 2.505-.599 3.575-.038z"}))})));AskfirstSp.displayName="AskfirstSp",AskfirstSp.iconName="askfirst_sp",exports.default=AskfirstSp},"./packages/juno-icon/src/Assignment.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Assignment=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.333 4H19.76C19.2 2.453 17.733 1.333 16 1.333S12.8 2.453 12.24 4H6.667A2.675 2.675 0 0 0 4 6.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667V6.667C28.001 5.2 26.801 4 25.334 4zM16 4c.733 0 1.333.6 1.333 1.333s-.6 1.333-1.333 1.333-1.333-.6-1.333-1.333S15.267 4 16 4zm0 5.333c2.213 0 4 1.787 4 4s-1.787 4-4 4-4-1.787-4-4 1.787-4 4-4zm8 16H8v-1.867c0-2.667 5.333-4.133 8-4.133s8 1.467 8 4.133v1.867z"}))})));Assignment.displayName="Assignment",Assignment.iconName="assignment",exports.default=Assignment},"./packages/juno-icon/src/Asterisk.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Asterisk=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.583 20v-2.463a1.93 1.93 0 0 0-.212-.896c.097.133.207.245.331.336s.265.182.424.274l2.291 1.244.583-.933-2.291-1.257c-.15-.091-.298-.16-.444-.205s-.298-.077-.457-.093a2.09 2.09 0 0 0 .901-.311l2.278-1.244-.583-.933-2.278 1.232c-.15.091-.285.182-.404.274s-.227.199-.325.323a2.04 2.04 0 0 0 .185-.896v-2.451h-1.166v2.463c0 .166.015.326.046.479s.086.305.166.454a2.224 2.224 0 0 0-.755-.647l-2.291-1.244-.583.933 2.291 1.257c.159.1.316.172.47.218s.32.077.497.093a2.365 2.365 0 0 0-.967.299l-2.278 1.244.583.933 2.278-1.232c.291-.166.525-.352.702-.56-.062.133-.104.27-.126.411s-.033.29-.033.448v2.451h1.166z"}))})));Asterisk.displayName="Asterisk",Asterisk.iconName="asterisk",exports.default=Asterisk},"./packages/juno-icon/src/Attachment.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Attachment=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.828 24.056a4 4 0 0 1-5.657-5.657l8.485-8.485a.999.999 0 1 1 1.414 1.414l-8.485 8.485a2 2 0 1 0 2.828 2.828l10.96-10.96a4.5 4.5 0 0 0-6.364-6.364l-10.96 10.96a7 7 0 0 0 9.899 9.899l8.485-8.485a.999.999 0 1 1 1.414 1.414l-8.485 8.485a9 9 0 0 1-12.728 0 9 9 0 0 1 0-12.728l10.96-10.96a6.5 6.5 0 0 1 9.192 9.192l-10.96 10.96z"}))})));Attachment.displayName="Attachment",Attachment.iconName="attachment",exports.default=Attachment},"./packages/juno-icon/src/Audio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Audio=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0zm8.919 3.335C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z"}))})));Audio.displayName="Audio",Audio.iconName="audio",exports.default=Audio},"./packages/juno-icon/src/AudioLow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AudioLow=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0z"}),React.createElement("path",{fill:"#000",opacity:.32,d:"M27.398 7.869C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z"}))})));AudioLow.displayName="AudioLow",AudioLow.iconName="audio-low",exports.default=AudioLow},"./packages/juno-icon/src/AudioLowSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AudioLowSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m18.286 26.946-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.434-1.457-1.401-3.514-1.39-4.393l.002-.745-.002-.198c-.015-.933-.043-2.877 1.365-4.309.958-.971 2.381-1.486 4.231-1.529l6.835-4.552v21.808z"}),React.createElement("path",{fill:"#000",opacity:.32,d:"m22.869 9.456.034.019A7.651 7.651 0 0 1 26.579 16l-.007.306c-.109 2.636-1.552 4.928-3.703 6.239l-.88-1.471.026-.015A5.94 5.94 0 0 0 24.864 16c-.005-2.143-1.144-4.018-2.875-5.073l.88-1.471zm-1.783 3.295.017.009A3.806 3.806 0 0 1 22.93 16a3.81 3.81 0 0 1-1.843 3.25l-.88-1.472c.631-.378 1.007-1.042 1.007-1.778s-.376-1.4-1.007-1.778l.88-1.471z"}))})));AudioLowSp.displayName="AudioLowSp",AudioLowSp.iconName="audio-low_sp",exports.default=AudioLowSp},"./packages/juno-icon/src/AudioSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AudioSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m18.286 26.946-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.434-1.457-1.401-3.514-1.39-4.393l.002-.745-.002-.198c-.015-.933-.043-2.877 1.365-4.309.958-.971 2.381-1.486 4.231-1.529l6.835-4.552v21.808zM26.578 16a7.653 7.653 0 0 0-3.676-6.525l-.034-.019-.88 1.471c1.731 1.055 2.871 2.93 2.875 5.072V16a5.94 5.94 0 0 1-2.849 5.059l-.026.015.88 1.471c2.234-1.361 3.704-3.781 3.71-6.544V16zm-3.649 0a3.805 3.805 0 0 0-1.827-3.24l-.017-.009-.88 1.471c.631.378 1.007 1.042 1.007 1.778s-.376 1.4-1.007 1.778l.88 1.472A3.808 3.808 0 0 0 22.928 16v-.001z"}))})));AudioSp.displayName="AudioSp",AudioSp.iconName="audio_sp",exports.default=AudioSp},"./packages/juno-icon/src/AvatarDelegatedLines.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AvatarDelegatedLines=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.241 12.001a1.75 1.75 0 0 1 2.384.665l.235.414.293.5.155.252.186.285.111.164.405.578a1.554 1.554 0 0 1-.532 2.275l-.41.22.046.12c.095.217.268.491.524.813l.135.165c.401.478.767.81 1.087 1l.104.058.298-.357.108-.11a1.543 1.543 0 0 1 2.18.094c.175.19.334.359.479.506l.269.264.119.11c.033.03.068.061.106.093l.258.215.318.252.398.305.148.129a1.75 1.75 0 0 1 .129 2.362l-.337.41a3.437 3.437 0 0 1-3.892 1.026c-1.654-.637-3.269-1.909-4.856-3.801l-.272-.331c-1.238-1.538-2.019-2.974-2.335-4.32a3.75 3.75 0 0 1 1.586-3.987l.467-.308zm1.077 1.401a.25.25 0 0 0-.341-.095l-.481.317a2.249 2.249 0 0 0-.951 2.392c.278 1.183 1.039 2.531 2.296 4.029l.269.314c1.345 1.536 2.673 2.549 3.977 3.051.78.3 1.664.067 2.194-.578l.337-.41a.25.25 0 0 0-.035-.352l-.217-.165-.374-.292-.316-.257-.259-.223a9.72 9.72 0 0 1-.444-.427l-.342-.356-.185-.2a.044.044 0 0 0-.061-.003l-.39.467a1.25 1.25 0 0 1-1.403.369c-.654-.248-1.301-.774-1.967-1.568-.644-.767-1.012-1.434-1.084-2.049a1.25 1.25 0 0 1 .652-1.247l.579-.31a.053.053 0 0 0 .022-.074l-.432-.617-.226-.339-.096-.149-.168-.273-.198-.335zM20 7.25A4.753 4.753 0 0 1 24.645 11H25a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1l-.691.001A4.75 4.75 0 0 1 20 16.75a.75.75 0 0 1 0-1.5 3.25 3.25 0 1 0-3.245-3.434L16.75 12v1.251a.75.75 0 0 1-.75.75L15.985 14H15a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.355A4.752 4.752 0 0 1 20 7.25zm0 2.25a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"}))})));AvatarDelegatedLines.displayName="AvatarDelegatedLines",AvatarDelegatedLines.iconName="avatar-delegated-lines",exports.default=AvatarDelegatedLines},"./packages/juno-icon/src/AvatarRooms.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),AvatarRooms=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.024 22.814c.244 0 .442.198.442.441v.441a.441.441 0 0 1-.442.441h-6.047a.442.442 0 0 1-.442-.441v-.441c0-.244.198-.441.442-.441zM16 19.137c.774 0 1.401.625 1.401 1.397s-.627 1.397-1.401 1.397-1.401-.625-1.401-1.397.627-1.397 1.401-1.397zm6.858-8.97a1.476 1.476 0 0 1 1.475 1.471v7.353a1.478 1.478 0 0 1-1.475 1.471h-.434a.315.315 0 0 1-.316-.294c-.195-3.222-2.872-5.735-6.109-5.735s-5.914 2.513-6.109 5.735a.315.315 0 0 1-.316.294H9.14a1.476 1.476 0 0 1-1.475-1.471v-7.353a1.478 1.478 0 0 1 1.475-1.471zM16 16.049a4.494 4.494 0 0 1 4.476 4.044.338.338 0 0 1-.34.368h-.8a.342.342 0 0 1-.338-.303c-.189-1.507-1.474-2.638-2.997-2.638s-2.808 1.131-2.997 2.638a.342.342 0 0 1-.338.303h-.8a.338.338 0 0 1-.341-.368 4.493 4.493 0 0 1 4.476-4.044z"}))})));AvatarRooms.displayName="AvatarRooms",AvatarRooms.iconName="avatar_rooms",exports.default=AvatarRooms},"./packages/juno-icon/src/Barge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Barge=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m8 21 4 2v3a2 2 0 1 1-4 0v-5zM24.849 5.225c.099.242.151.5.151.761v16.027a2 2 0 0 1-2.762 1.849l-13-5.353a2.001 2.001 0 0 1-1.239-1.849v-5.321c0-.81.489-1.541 1.239-1.849l13-5.353a2 2 0 0 1 2.611 1.088zM6 10v8a4 4 0 0 1 0-8zm21 1a3 3 0 0 1 .176 5.995L27 17v-6z"}))})));Barge.displayName="Barge",Barge.iconName="barge",exports.default=Barge},"./packages/juno-icon/src/BargeSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BargeSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m14.57 22.093.301.148.197.087c.91.379 1.513 1.02 1.929 1.925.301.702.492 1.406.616 2.194l.057.402.058.608-.578.003-6.03-.003-2.913-.014-1.388-.014H4.573c-.025-2.306.247-3.547 1.142-4.296.628-.526 1.587-.806 3.041-1.005l.608-.076.325-.035 1.059-.099c1.701-.147 2.918-.091 3.821.175zm6.681-.176.721.065.663.069c1.801.204 2.938.485 3.651 1.08.896.749 1.168 1.99 1.143 4.296l-4.86.007-3.115.013-.045-.494c-.234-2.152-.818-3.796-1.831-4.931.972-.209 2.121-.239 3.673-.105zm-.733-8.299c.768-.499 1.728-.651 2.706-.423 2.057.481 3.149 2.301 2.654 4.423-.406 1.739-1.757 2.826-3.368 2.826-.281 0-.57-.033-.863-.102-.903-.21-1.674-.719-2.174-1.429-.408-.582-.824-1.571-.49-2.997.23-.989.776-1.806 1.535-2.299zm-11.742-.423c.977-.226 1.936-.077 2.707.423.758.494 1.304 1.311 1.534 2.299.333 1.425-.082 2.415-.49 2.997l-.007.011a3.665 3.665 0 0 1-2.166 1.419 3.876 3.876 0 0 1-.864.101c-1.609 0-2.96-1.087-3.366-2.824-.496-2.125.595-3.943 2.653-4.425zm8.023-8.624v6.561l2.167-2.167 1.211 1.211L16 14.354l-4.177-4.178 1.211-1.211 2.05 2.048V4.571h1.714z"}))})));BargeSp.displayName="BargeSp",BargeSp.iconName="barge_sp",exports.default=BargeSp},"./packages/juno-icon/src/Billing.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Billing=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m11.511 21.198-.087.081-2.17 2.316-.67-.715-.091-.087a.875.875 0 0 0-1.228.08c-.325.347-.357.92-.072 1.313l.078.094 1.192 1.272.056.082.065.077a.89.89 0 0 0 1.217.09l.087-.081 2.849-3.04.08-.098a1.045 1.045 0 0 0-.089-1.293.896.896 0 0 0-1.124-.158l-.094.067zM25.005 23h-8.009a.987.987 0 0 0-.995 1c0 .498.384.933.879.993l.116.007h8.009A.987.987 0 0 0 26 24c0-.536-.446-1-.995-1zm-13.494-7.802-.087.081-2.17 2.316-.67-.715-.091-.087a.875.875 0 0 0-1.228.08c-.325.347-.357.92-.072 1.313l.078.094 1.192 1.272.056.082.065.077a.89.89 0 0 0 1.217.09l.087-.081 2.849-3.04.08-.098a1.045 1.045 0 0 0-.089-1.293.892.892 0 0 0-1.217-.091zM25.005 17h-8.009a.987.987 0 0 0-.995 1c0 .498.384.933.879.993l.116.007h8.009A.987.987 0 0 0 26 18c0-.536-.446-1-.995-1zM6 11v2h20V8h2l.136.005c.99.072 1.781.851 1.858 1.83l.006.156v18.016c0 1.05-.82 1.91-1.863 1.987l-.151.005H4.014a2.003 2.003 0 0 1-2.008-1.843L2 28.007V9.991c0-1.1.9-1.992 2.014-1.992H6v3h2v-3c0-1.056.825-1.918 1.847-1.995l.147-.005H11.1a5.003 5.003 0 0 1 4.9-4 5.004 5.004 0 0 1 4.852 3.788l.048.212h1.106a1.99 1.99 0 0 1 1.989 1.848l.005.15v3.002H6zm10-7a2 2 0 1 0 .001 4.001A2 2 0 0 0 16 4z"}))})));Billing.displayName="Billing",Billing.iconName="billing",exports.default=Billing},"./packages/juno-icon/src/Birthday.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Birthday=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.68 1.36c.469.793 2 3.473 2 4.636 0 .64-.228 1.229-.606 1.689.49.431.8 1.063.8 1.765v7.527h2.139l.001-2.814c0-.702.31-1.334.801-1.766a2.644 2.644 0 0 1-.607-1.688c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0 .469.793 2 3.473 2 4.636 0 .62-.213 1.191-.571 1.645.58.432.979 1.083.979 1.809v2.814h1.34c1.305 0 2.389.779 2.389 2.078l-1.511 6.665 1.021.001a.787.787 0 0 1 .687 1.17l-1.293 3.708a.787.787 0 0 1-.688.401H3.225a.79.79 0 0 1-.688-.401l-1.434-3.708a.784.784 0 0 1 .687-1.17l.978-.001L1.3 19.055c0-1.299 1.038-2.078 2.343-2.078h1.378v-2.814c0-.727.402-1.379.984-1.811a2.652 2.652 0 0 1-.569-1.643c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0 .469.793 2 3.473 2 4.636 0 .64-.228 1.229-.606 1.689.49.431.8 1.063.8 1.765v2.814h2.139l.001-7.527c0-.702.31-1.334.801-1.766a2.644 2.644 0 0 1-.607-1.688c0-1.164 1.531-3.843 2-4.636.283-.479 1.076-.479 1.359 0zM29.298 27H2.703l.839 1.963h24.772L29.299 27zm-5.624-4.572-1.126 1.122a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0l-1.126 1.122c-.348.347-.812.538-1.305.538s-.957-.191-1.305-.538l-1.126-1.122a.272.272 0 0 0-.381 0l-1.126 1.122a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0L6.817 23.55a1.854 1.854 0 0 1-2.611 0l-.249-.249.428 1.68h23.048l.428-1.503-.071.072a1.855 1.855 0 0 1-2.611 0l-1.126-1.122a.272.272 0 0 0-.381 0zm4.616-3.373H3.619c-.435 0-.743-.433-.743 0l.589 2.312c.198-.228.454-.328.733-.05l1.126 1.121a.27.27 0 0 0 .38 0l1.126-1.122a1.853 1.853 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.125-1.121a1.854 1.854 0 0 1 2.611 0l1.126 1.122c.137.136.243.136.38 0l1.126-1.122a1.853 1.853 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.125-1.121a1.854 1.854 0 0 1 2.611 0l1.126 1.122a.27.27 0 0 0 .381 0l1.126-1.121c.207-.206.45-.165.681-.014l.641-2.248c0-.433-.399 0-.834 0zM16.508 8.665h-1.015c-.435 0-.572.352-.572.786l-.023 7.527h2.204l.023-7.527c0-.433-.183-.786-.617-.786zm-7.887 4.713H7.606c-.435 0-.572.352-.572.786l-.023 2.814h1.965v-2.814c0-.433.079-.786-.355-.786zm15.773 0h-1.015c-.435 0-.377.352-.377.786v2.814h1.987l.023-2.814c0-.433-.183-.786-.617-.786zM8.114 8.086c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623zm15.772 0c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623zM16 3.373c-.605 1.144-1.102 2.26-1.102 2.623a1.101 1.101 0 0 0 2.204 0c0-.362-.497-1.479-1.102-2.623z"}))})));Birthday.displayName="Birthday",Birthday.iconName="birthday",exports.default=Birthday},"./packages/juno-icon/src/Bitbucket.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bitbucket=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.924 15.51a1.928 1.928 0 0 1-1.933 1.916 1.92 1.92 0 0 1-1.911-1.932 1.914 1.914 0 0 1 1.928-1.914 1.922 1.922 0 0 1 1.915 1.93zm7.177 6.578a.833.833 0 0 1-.019.238c-.268 1.412-.54 2.82-.802 4.232a2.287 2.287 0 0 1-.637 1.212c-.371.38-.807.661-1.274.899-.862.438-1.776.714-2.713.907-1.212.252-2.438.364-3.135.358-2.12-.005-3.681-.174-5.205-.614a8.728 8.728 0 0 1-2.023-.838 4.434 4.434 0 0 1-.916-.695 2.283 2.283 0 0 1-.652-1.228c-.261-1.411-.536-2.821-.805-4.231a1.034 1.034 0 0 1-.017-.215c.017-.346.326-.525.637-.372.032.019.063.036.092.055 1.033.75 2.185 1.251 3.394 1.633 1.11.352 2.248.564 3.407.667 1.337.121 2.667.091 3.993-.097 1.76-.247 3.441-.749 5.003-1.608.311-.171.603-.378.901-.568.049-.032.096-.067.148-.092.298-.133.592.034.622.355zM23.636 5.93a1.59 1.59 0 0 1-.383.314c-.396.236-.837.36-1.279.477-.837.213-1.692.337-2.547.426a33.041 33.041 0 0 1-3.335.165c-1.311-.007-2.564-.059-3.811-.209-.936-.114-1.868-.256-2.768-.557a6.127 6.127 0 0 1-.777-.335 1.236 1.236 0 0 1-.339-.267c-.173-.19-.173-.397.004-.583.103-.111.228-.204.358-.278.373-.216.783-.343 1.196-.45.865-.225 1.746-.354 2.634-.448a33.199 33.199 0 0 1 4.369-.151c1.34.04 2.679.139 4.003.379.62.112 1.238.241 1.825.48.207.084.408.191.601.304a.952.952 0 0 1 .253.234c.124.16.13.349-.004.5zm-7.654 13.412a3.835 3.835 0 0 1-3.812-3.855 3.82 3.82 0 0 1 3.843-3.816 3.828 3.828 0 0 1 3.827 3.859c-.01 2.109-1.741 3.819-3.858 3.812zM27.759 5.16a3.03 3.03 0 0 0-.641-.648c-.537-.419-1.141-.717-1.769-.97-1.334-.537-2.724-.854-4.136-1.081-1.722-.275-3.459-.385-5.284-.396-1.631.014-3.34.118-5.036.382-1.204.189-2.393.445-3.549.836-.764.262-1.504.571-2.179 1.025a3.656 3.656 0 0 0-.859.764c-.303.386-.432.815-.354 1.301.152.961.293 1.923.452 2.879.232 1.417.472 2.834.713 4.247.269 1.571.546 3.143.808 4.715.062.366.216.676.462.941.157.171.326.332.505.478.642.519 1.374.889 2.139 1.191 1.831.73 3.746 1.06 5.705 1.169 1.422.079 2.842.029 4.256-.165 1.204-.163 2.384-.421 3.529-.834.849-.307 1.662-.682 2.397-1.215.312-.229.601-.482.831-.794.16-.209.268-.443.312-.708.349-2.059.712-4.116 1.052-6.177.318-1.91.616-3.823.93-5.734a1.564 1.564 0 0 0-.285-1.206z"}))})));Bitbucket.displayName="Bitbucket",Bitbucket.iconName="bitbucket",exports.default=Bitbucket},"./packages/juno-icon/src/Blocked.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Blocked=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm19.063 2.15L8.252 25.163c4.715 3.996 11.786 3.77 16.234-.678 4.376-4.376 4.666-11.292.868-16.004l-.19-.23zM7.515 7.515c-4.448 4.448-4.674 11.52-.678 16.235L23.75 6.837c-4.715-3.997-11.787-3.771-16.235.678z"}))})));Blocked.displayName="Blocked",Blocked.iconName="blocked",exports.default=Blocked},"./packages/juno-icon/src/Bold.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bold=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.776 28c1.386 0 2.618-.177 3.696-.531s1.985-.844 2.723-1.469c.737-.625 1.298-1.369 1.683-2.232s.578-1.804.578-2.822c0-2.822-1.639-4.603-4.917-5.344.737-.255 1.372-.564 1.906-.929s.974-.772 1.32-1.22c.346-.448.602-.929.767-1.444s.247-1.054.247-1.618c0-.985-.165-1.87-.495-2.656s-.85-1.455-1.559-2.008c-.709-.553-1.617-.979-2.723-1.278s-2.439-.448-4.001-.448H9.768c-1.105 0-2 .901-2 2.012v19.976c0 1.111.895 2.012 2 2.012h7.009zm-4.571-13.61V7.452H16c1.496 0 2.596.266 3.3.797s1.056 1.422 1.056 2.672c0 1.206-.39 2.086-1.172 2.639s-1.925.83-3.432.83h-3.547zm0 10.125v-7.037h4.488c.781 0 1.447.077 1.997.232s1.001.379 1.353.672c.352.293.611.647.776 1.062s.247.882.247 1.402c0 .498-.074.968-.223 1.411s-.39.83-.726 1.162c-.335.332-.781.598-1.337.797s-1.246.299-2.071.299h-4.505z"}))})));Bold.displayName="Bold",Bold.iconName="bold",exports.default=Bold},"./packages/juno-icon/src/Bookmark.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bookmark=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 3a2 2 0 0 1 2 2v23.178a1 1 0 0 1-1.537.844l-8.926-5.68a1.002 1.002 0 0 0-1.074 0l-8.926 5.68A1.001 1.001 0 0 1 5 28.178V5a2 2 0 0 1 2-2h18z"}))})));Bookmark.displayName="Bookmark",Bookmark.iconName="bookmark",exports.default=Bookmark},"./packages/juno-icon/src/BookmarkBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BookmarkBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 3a2 2 0 0 1 2 2v23.178a1 1 0 0 1-1.537.844l-8.926-5.68a1.002 1.002 0 0 0-1.074 0l-8.926 5.68A1.001 1.001 0 0 1 5 28.178V5a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-1 1v20.357l7.926-5.044a2 2 0 0 1 2.148 0L25 26.357V6a1 1 0 0 0-1-1z"}))})));BookmarkBorder.displayName="BookmarkBorder",BookmarkBorder.iconName="bookmark_border",exports.default=BookmarkBorder},"./packages/juno-icon/src/Box.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Box=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M1.279 7.364C.559 7.364 0 7.924 0 8.563v10.065a6.122 6.122 0 0 0 6.119 5.992h.034-.002a6.29 6.29 0 0 0 5.497-3.244l.016-.032c1.039 1.917 3.116 3.276 5.432 3.276 3.436 0 6.232-2.716 6.232-6.151.08-3.276-2.716-5.993-6.151-5.993-2.317 0-4.393 1.279-5.432 3.196-1.04-1.917-3.117-3.196-5.513-3.196-1.439 0-2.717.48-3.756 1.199V8.563A1.227 1.227 0 0 0 1.28 7.364h-.001zm22.19 4.983a1.265 1.265 0 0 0-.943.213l.004-.003c-.48.4-.639 1.199-.24 1.757l3.196 4.155-3.195 4.153c-.4.56-.32 1.28.24 1.68.559.4 1.355.397 1.755-.163l2.719-3.515L29.8 24.22c.4.48 1.199.559 1.757.16.48-.4.56-1.12.161-1.679l-3.117-4.153 3.117-4.076c.4-.559.397-1.357-.161-1.757-.64-.4-1.359-.32-1.757.24l-2.795 3.435-2.72-3.593c-.199-.24-.497-.4-.816-.451zM6.151 14.872c2.077 0 3.756 1.68 3.756 3.677 0 2.077-1.679 3.675-3.756 3.675s-3.755-1.597-3.755-3.675c0-1.997 1.677-3.677 3.755-3.677zm11.026 0c2.077 0 3.755 1.68 3.755 3.677-.08 2.077-1.757 3.675-3.755 3.675-2.077 0-3.756-1.597-3.756-3.675 0-1.997 1.679-3.677 3.756-3.677z"}))})));Box.displayName="Box",Box.iconName="box",exports.default=Box},"./packages/juno-icon/src/BubbleLines.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BubbleLines=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 25H4.001a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h18zm6-6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-9a2.001 2.001 0 0 0-1.851-1.995L23 8H8V5a2 2 0 0 1 2-2h18z"}))})));BubbleLines.displayName="BubbleLines",BubbleLines.iconName="bubble_lines",exports.default=BubbleLines},"./packages/juno-icon/src/BubbleLinesBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),BubbleLinesBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 25H4.001a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h18zm-1 2H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L13 26.172l2.586-2.586A2 2 0 0 1 17 23h4a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1zm7-8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-2h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2H8V5a2 2 0 0 1 2-2h18z"}))})));BubbleLinesBorder.displayName="BubbleLinesBorder",BubbleLinesBorder.iconName="bubble_lines_border",exports.default=BubbleLinesBorder},"./packages/juno-icon/src/Bundle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Bundle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.658 2.553a3.001 3.001 0 0 1 2.683 0l11.105 5.553a1 1 0 0 1 0 1.788L17.34 15.447a3.001 3.001 0 0 1-2.683 0L3.551 9.894a1 1 0 0 1 0-1.788l11.106-5.553zm1.789 1.789a.998.998 0 0 0-.894 0L6.236 9l9.317 4.658a.998.998 0 0 0 .894 0L25.764 9l-9.317-4.658z"}),React.createElement("path",{d:"m11.241 13.294-5.206 2.937 9.473 5.344a1 1 0 0 0 .983 0l9.473-5.344-5.206-2.937.983-1.742 6.75 3.808a1 1 0 0 1 0 1.742l-11.017 6.215a3 3 0 0 1-2.948 0L3.509 17.102a1 1 0 0 1 0-1.742l6.75-3.808.983 1.742z"}),React.createElement("path",{d:"m6.191 22.846 4.265-2.187-.913-1.78-6 3.077a1 1 0 0 0 0 1.78l11.087 5.686a2.999 2.999 0 0 0 2.738 0l11.087-5.686a1 1 0 0 0 0-1.78l-6-3.077-.913 1.78 4.265 2.187-9.352 4.796a1 1 0 0 1-.913 0L6.19 22.846z"}))})));Bundle.displayName="Bundle",Bundle.iconName="bundle",exports.default=Bundle},"./packages/juno-icon/src/CalendarDay.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CalendarDay=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-3 9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h12zm-1 2H11v4h10v-4zm1-8a1 1 0 0 1 0 2H10a1 1 0 0 1 0-2h12z"}))})));CalendarDay.displayName="CalendarDay",CalendarDay.iconName="calendar-day",exports.default=CalendarDay},"./packages/juno-icon/src/CalendarMonth.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CalendarMonth=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-15 9a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 15zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 15zm-6-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 9zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 9zm6 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 22 9z"}))})));CalendarMonth.displayName="CalendarMonth",CalendarMonth.iconName="calendar-month",exports.default=CalendarMonth},"./packages/juno-icon/src/CalendarWeek.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CalendarWeek=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h20zm-1 2H7a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM10 9a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L10 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L10 9zm12 0a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L22 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L22 9zm-6 0a1 1 0 0 1 1 1v12a1 1 0 0 1-.883.993L16 23a1 1 0 0 1-1-1V10a1 1 0 0 1 .883-.993L16 9z"}))})));CalendarWeek.displayName="CalendarWeek",CalendarWeek.iconName="calendar-week",exports.default=CalendarWeek},"./packages/juno-icon/src/CallAdd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallAdd=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4a2 2 0 0 1 2 2v8h8a2 2 0 1 1 0 4h-8v8a2 2 0 1 1-4 0v-8H6a2 2 0 1 1 0-4h8V6a2 2 0 0 1 2-2z"}))})));CallAdd.displayName="CallAdd",CallAdd.iconName="call-add",exports.default=CallAdd},"./packages/juno-icon/src/CallAddSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallAddSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.714 6.857v7.429h7.429v3.429h-7.429v7.429h-3.429v-7.429H6.856v-3.429h7.429V6.857z"}))})));CallAddSp.displayName="CallAddSp",CallAddSp.iconName="call-add_sp",exports.default=CallAddSp},"./packages/juno-icon/src/CallList.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallList=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.185 11.773 1.148 3.329c.13.367.05.712-.326.928l-1.005.58c-.961.555-1.055 1.421-.724 2.377.228.657.717 1.604 1.27 2.563l.278.473c.464.775.928 1.472 1.312 1.917.657.755 1.454 1.107 2.415.552l1.005-.58c.376-.217.715-.114.967.182l2.224 2.561c.733.806.399 1.477-.606 2.057-.909.525-1.846.576-2.845.317-2.547-.679-5.07-3.234-6.828-6.279s-2.709-6.508-2.024-9.053c.276-.995.789-1.781 1.697-2.305.948-.547 1.69-.557 2.043.382zM29 24a1 1 0 0 1 0 2H19a1 1 0 0 1 0-2h10zm0-9a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h16zm0-9a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26z"}))})));CallList.displayName="CallList",CallList.iconName="call-list",exports.default=CallList},"./packages/juno-icon/src/CallMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));CallMore.displayName="CallMore",CallMore.iconName="call-more",exports.default=CallMore},"./packages/juno-icon/src/CallMoreSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallMoreSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.286 13.429a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.714 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.714 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142z"}))})));CallMoreSp.displayName="CallMoreSp",CallMoreSp.iconName="call-more_sp",exports.default=CallMoreSp},"./packages/juno-icon/src/CallOnBehalf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallOnBehalf=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.11 11.037c.405.063.849.222 1.37.477.495.242.886.48 1.188.733.693.585 1.117 1.376 1.263 2.319.137.8.076 1.695-.171 2.661-.232.907-.625 1.862-1.178 2.871-.542.998-1.236 2.007-2.08 3.024a20.858 20.858 0 0 1-1.956 2.035 14.3 14.3 0 0 1-1.999 1.57c-.696.448-1.385.796-2.07 1.042a6.334 6.334 0 0 1-2.144.397c-.458 0-.889-.062-1.289-.19a3.418 3.418 0 0 1-.943-.467l-.208-.159c-.261-.195-.578-.517-.917-.931-.309-.376-.536-.712-.688-1.032l-.069-.159c-.233-.461-.284-1.074-.125-1.676a2.824 2.824 0 0 1 .953-1.467l.845-.71.494-.429c.338-.299.664-.597.978-.895.391-.423.989-.701 1.658-.761a2.912 2.912 0 0 1 1.767.398l.125.085a4.6 4.6 0 0 1 .205.152l.135.114-.052.049c.183-.164.39-.383.619-.654l.148-.183.176-.232.078-.11.09-.135-.154-.111a5.72 5.72 0 0 1-.175-.142c-.517-.518-.789-1.055-.868-1.66a2.577 2.577 0 0 1 .418-1.771l.206-.302.369-.561c.114-.178.219-.348.317-.51.241-.401.454-.788.639-1.159.318-.585.758-1.006 1.317-1.27a2.937 2.937 0 0 1 1.731-.25zM12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26h10.981a1 1 0 0 0-.098 1.993L14 28H3a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm14.233-3.904a.853.853 0 0 0-.398.386c-.193.387-.431.819-.697 1.263s-.581.928-.946 1.461a.56.56 0 0 0-.094.397c.021.16.091.298.246.455l.008.003.123.087.089.058c.032.02.067.04.104.06l.091.059.076.038.11.06.068.031.707.375-.146.729a2.586 2.586 0 0 1-.153.479 4.367 4.367 0 0 1-.405.782c-.178.282-.4.582-.663.898a8.648 8.648 0 0 1-.816.859 4.275 4.275 0 0 1-.755.557c-.086.048-.167.09-.242.124l-.664.302-.608-.669h-.002l.002-.146h-.126l-.01-.014.007.014-.207-.2a1.714 1.714 0 0 0-.217-.167.9.9 0 0 0-.519-.094c-.19.017-.327.08-.415.175-.281.269-.545.513-.809.751l-.424.376-.556.477-.674.564a.832.832 0 0 0-.294.437.492.492 0 0 0 .015.349c.091.218.237.443.479.738.247.301.459.516.613.632.174.143.334.23.519.289.196.063.422.095.68.095.456 0 .945-.092 1.469-.28a8.166 8.166 0 0 0 1.662-.84c.575-.37 1.154-.826 1.731-1.364a18.76 18.76 0 0 0 1.774-1.845c.758-.913 1.379-1.815 1.858-2.697.479-.873.809-1.675.997-2.409.181-.71.223-1.325.134-1.845-.077-.495-.266-.848-.576-1.11-.158-.132-.417-.291-.778-.467-.357-.174-.625-.27-.802-.298a.946.946 0 0 0-.567.083zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));CallOnBehalf.displayName="CallOnBehalf",CallOnBehalf.iconName="call_on_behalf",exports.default=CallOnBehalf},"./packages/juno-icon/src/CallQueue.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallQueue=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.5 14c2.5 0 4.646 1.54 5.562 3.735l.49.001c.247 0 .448.201.448.448v3.632a.449.449 0 0 1-.448.448h-.49C17.146 24.459 15.001 26 12.5 26c-.336-.022-.505-.178-.505-.469s.168-.436.505-.436c2.821 0 5.107-2.23 5.107-4.981l-.005.001.004-.113v-.001l-.004-.113h.005c0-2.751-2.287-4.981-5.107-4.981-2.446 0-4.49 1.677-4.99 3.916a5.176 5.176 0 0 0-.115 1.16l-.001-.058c0 .839.198 1.634.55 2.341H6.449a.449.449 0 0 1-.448-.448v-3.632c0-.247.201-.448.448-.448h.49c.916-2.195 3.061-3.736 5.562-3.736zm.005 2.027c2.209 0 4 1.747 4 3.901s-1.791 3.901-4 3.901-4-1.747-4-3.901 1.791-3.901 4-3.901zM18.5 5c2.5 0 4.646 1.54 5.562 3.735l.49.001c.247 0 .448.201.448.448v3.632a.449.449 0 0 1-.448.448h-.49a6.095 6.095 0 0 1-3.42 3.34 9.625 9.625 0 0 0-.515-.769c1.956-.639 3.384-2.403 3.476-4.505l.005-.216-.005.001.004-.113v-.001l-.004-.113h.005c0-2.751-2.287-4.981-5.107-4.981-2.447 0-4.492 1.678-4.991 3.919a5.233 5.233 0 0 0-.116 1.061l.002.05-.002.036.007.229c.014.276.05.547.106.811l.01.042a9.484 9.484 0 0 0-1.518-.041L12 9.185c0-.247.201-.448.448-.448h.49c.916-2.195 3.061-3.736 5.562-3.736zm.005 2.027c2.209 0 4 1.747 4 3.901 0 1.922-1.425 3.52-3.301 3.842a9.463 9.463 0 0 0-4.457-2.503 3.79 3.79 0 0 1-.242-1.339c0-2.155 1.791-3.901 4-3.901z"}))})));CallQueue.displayName="CallQueue",CallQueue.iconName="Call-queue",exports.default=CallQueue},"./packages/juno-icon/src/Callrail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Callrail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c6.971 0 12.997 4.876 13 12.13a.243.243 0 0 1-.243.24L17 15.342v-4.341l-.007-.117a1 1 0 0 0-1.967-.112l-.02.113-.007.117v10l.007.117a1 1 0 0 0 1.967.112l.02-.113.007-.117v-3.535l11.515.001c.208 0 .377.169.377.377l-.001.026-.015.187-.034.332c-.012.1-.025.189-.038.262-1.109 6.122-6.595 9.92-12.804 9.92a13.12 13.12 0 0 1-6.257-1.576 8.682 8.682 0 0 1-2.041 1.664c-1.885 1.088-4.418-.622-3.668-2.942.529-1.638.576-2.86-.067-5.082a12.577 12.577 0 0 1-.968-4.848c0-7.099 5.86-12.785 13-12.785zm-2.75 12.25a.75.75 0 0 0-.743.648L12.5 16v3.75a.75.75 0 0 0 1.493.102L14 19.75V16a.75.75 0 0 0-.75-.75zm-2.5-3A.75.75 0 0 0 10 13v5a.75.75 0 0 0 1.5 0v-5a.75.75 0 0 0-.75-.75z"}))})));Callrail.displayName="Callrail",Callrail.iconName="callrail",exports.default=Callrail},"./packages/juno-icon/src/CallrailBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallrailBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.25 15.25A.75.75 0 0 1 14 16v3.75a.75.75 0 0 1-1.5 0V16a.75.75 0 0 1 .75-.75zM11.5 13a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 1.5 0v-5z"}),React.createElement("path",{d:"M28.804 18.651c-1.109 6.122-6.595 9.92-12.804 9.92a13.12 13.12 0 0 1-6.257-1.576 8.682 8.682 0 0 1-2.041 1.664l-.001.001c-1.884 1.087-4.416-.623-3.667-2.943.529-1.638.576-2.86-.067-5.082a12.577 12.577 0 0 1-.968-4.848c0-7.099 5.86-12.785 13-12.785 6.971 0 12.997 4.876 13 12.13 0 .6-.231 1.141-.606 1.544.37.552.541 1.247.409 1.977zM9.291 24.333c.522.395 1.081.744 1.672 1.043a11.125 11.125 0 0 0 5.038 1.195c5.058 0 9.321-2.849 10.605-7.293.093-.32.169-.648.23-.983a.709.709 0 0 0-.706-.829H17v3.535a1 1 0 0 1-2 0v-10a1 1 0 0 1 2 0v4.341l9.725.059a.272.272 0 0 0 .275-.27C26.997 9.177 22.073 5 16 5S5 9.828 5 15.785c0 1.481.304 2.892.855 4.177.569 1.929.713 3.332.477 4.78l-.048.271-.013.066a9.905 9.905 0 0 1-.189.775v.001c-.044.157-.092.315-.144.476-.146.451.349.835.764.596.119-.069.242-.146.366-.231a6.767 6.767 0 0 0 1.106-.95l.066-.07c.344-.371.685-.81 1.006-1.325l.013-.021.008-.013.002-.001.002.001.021.016z"}))})));CallrailBorder.displayName="CallrailBorder",CallrailBorder.iconName="callrail_border",exports.default=CallrailBorder},"./packages/juno-icon/src/Calls.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Calls=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 0 0-.993.883L15 7v9l.009.131c.023.173.091.338.197.477l.087.099 4 4 .094.083a1 1 0 0 0 1.226 0l.094-.083.083-.094a1 1 0 0 0 0-1.226l-.083-.094L17 15.585V7l-.007-.117A1 1 0 0 0 16 6z"}))})));Calls.displayName="Calls",Calls.iconName="calls",exports.default=Calls},"./packages/juno-icon/src/CallsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CallsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 2a1 1 0 0 1 .993.883L17 7v8.585l3.707 3.708a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.32.083l-.094-.083-4-4a1.002 1.002 0 0 1-.284-.576L15 16V7a1 1 0 0 1 1-1z"}))})));CallsBorder.displayName="CallsBorder",CallsBorder.iconName="calls_border",exports.default=CallsBorder},"./packages/juno-icon/src/CameraFilled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CameraFilled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm-7 8.75a5.25 5.25 0 1 0 .001 10.501A5.25 5.25 0 0 0 16 10.75zm7-3.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 23 7.25z"}))})));CameraFilled.displayName="CameraFilled",CameraFilled.iconName="camera-filled",exports.default=CameraFilled},"./packages/juno-icon/src/CameraOutlined.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CameraOutlined=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm0 2.1H9a4.9 4.9 0 0 0-4.891 4.601L4.1 9v14a4.9 4.9 0 0 0 4.601 4.891L9 27.9h14a4.9 4.9 0 0 0 4.891-4.602l.009-.299v-14a4.9 4.9 0 0 0-4.602-4.891l-.299-.009zm-7 6.3a5.6 5.6 0 1 1 0 11.2 5.6 5.6 0 0 1 0-11.2zm0 2.1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm7-5.25a1.75 1.75 0 1 1-.001 3.501A1.75 1.75 0 0 1 23 7.25z"}))})));CameraOutlined.displayName="CameraOutlined",CameraOutlined.iconName="camera-outlined",exports.default=CameraOutlined},"./packages/juno-icon/src/Category.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Category=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2H4v8h8V4zm16-2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2h-8v8h8V4zM12 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0 2H4v8h8v-8zm16-2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm0 2h-8v8h8v-8z"}))})));Category.displayName="Category",Category.iconName="category",exports.default=Category},"./packages/juno-icon/src/CcLSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CcLSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2.16C1.539 2.16 0 3.461 0 16c0 12.541 1.48 13.84 16 13.84S32 28.541 32 16C32 3.461 30.461 2.16 16 2.16zm0 25.28C2.44 27.44 2.44 26.8 2.44 16S2.44 4.56 16 4.56 29.56 5.2 29.56 16s0 11.44-13.56 11.44zM8 16c0 2.501 0 2.501 2.539 2.501 2.541 0 2.461-.122 2.461-.762h2c0 2.762-2.28 2.762-4.461 2.762C6.68 20.501 6 19.821 6 16c0-3.819.68-4.499 4.539-4.499 2.181 0 4.461 0 4.461 2.739h-2c0-.619 0-.739-2.461-.739C8.08 13.501 8 13.501 8 16zm11 0c0 2.501 0 2.501 2.539 2.501 2.541 0 2.461-.101 2.461-.762h2c0 2.762-2.16 2.762-4.461 2.762C17.68 20.501 17 19.821 17 16c0-3.819.68-4.499 4.539-4.499 2.301 0 4.461 0 4.461 2.739h-2c0-.64 0-.739-2.461-.739-2.459 0-2.539 0-2.539 2.499z"}))})));CcLSp.displayName="CcLSp",CcLSp.iconName="cc_l_sp",exports.default=CcLSp},"./packages/juno-icon/src/CcSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CcSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m15.283 6.859 1.775.002.988.015.618.017.869.038.541.034.512.043.484.052.456.061c2.875.431 4.044 1.52 4.495 4.155l.064.418.053.443.044.469.035.495.027.522.019.55.017.88.005.947-.009 1.232-.02.848-.022.531-.029.504-.037.478-.046.452-.056.427-.066.403c-.407 2.216-1.357 3.301-3.49 3.819l-.389.086-.414.075-.44.064-.467.055-.244.024-.509.041-.538.033-.567.026-.598.019-.956.018-1.388.008-1.388-.008-.956-.018-.598-.019-.567-.026-.538-.033-.509-.041-.481-.05-.454-.059a53.406 53.406 0 0 1-.217-.033l-.414-.075-.389-.086c-2.133-.518-3.083-1.602-3.49-3.819l-.066-.403-.056-.427-.046-.452-.037-.478-.029-.504-.022-.531-.02-.848-.008-.913.002-.954.013-.902.016-.565.023-.537.031-.509.039-.482.023-.231.053-.443c.341-2.51 1.218-3.739 3.348-4.326l.377-.095c.13-.03.264-.057.403-.083l.429-.072.224-.032.47-.056.498-.047.527-.038.556-.031.587-.023.618-.017 1.333-.017zm-1.22 2.287-1.121.015-.743.024-.451.024-.418.032-.385.04-.354.05c-1.582.26-2.192.877-2.431 2.343l-.046.327-.036.354-.037.585-.016.427-.017.947L8 16.29l.008 1.842.016.676.018.413.026.384.034.356.044.329c.254 1.631.951 2.227 2.853 2.444l.383.038.415.029.447.022.481.016.788.014 1.5.007 2.9-.002 1.105-.013.735-.021.447-.022.415-.029.384-.038c1.902-.218 2.599-.814 2.853-2.444l.044-.329.034-.356.026-.384.018-.413.016-.676.008-1.286-.002-2.242-.012-.981-.022-.653-.023-.398-.031-.369-.04-.341-.051-.315c-.253-1.359-.859-1.945-2.311-2.2l-.337-.051-.366-.042-.396-.033-.427-.025-.46-.019-.494-.013-1.391-.016-3.575-.001zm-1.178 3.712.223.004c1.546.05 2.199.507 2.305 1.662l.011.17.004.193-.057.28-1.658-.057.054-.363-.393-.032-.402-.014-.175-.002-.886-.001-.104.007c-.213.025-.321.116-.359.313l-.012.091-.007.177v1.51l.005.112c.02.232.096.341.277.378l.084.011.079.004.911-.001.321-.005.341-.015.269.021.056-.485 1.657.057-.002.409c-.049 1.283-.641 1.775-2.235 1.849l-.224.008-.375.003-.419-.007c-1.865-.065-2.388-.621-2.451-2.676l-.007-.463.006-.459c.056-1.906.517-2.521 2.072-2.652l.192-.013.395-.014.505-.001zm6.741-.001.223.002.419.013.208.013c1.366.103 1.884.523 1.969 1.643l.01.173.003.185-.057.281-1.658-.057.053-.362-.303-.03-.346-.015-1.1-.012-.152.004-.109.015c-.158.032-.253.108-.298.239l-.021.086-.012.136.004.654-.001.745-.004.257.007.112c.025.223.124.329.348.36l.104.009.181.001 1.047-.011.342-.014.262.027.056-.492 1.657.057-.002.412c-.042 1.254-.541 1.718-1.99 1.828l-.203.013-.42.013h-.436c-1.902-.03-2.509-.494-2.635-2.267l-.021-.416-.007-.462.006-.461c.059-1.971.544-2.56 2.257-2.662l.195-.009.424-.008z"}))})));CcSp.displayName="CcSp",CcSp.iconName="cc_sp",exports.default=CcSp},"./packages/juno-icon/src/ChangeLength.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChangeLength=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.523 23.373a1 1 0 0 0-1.412-1.415l-1.627 1.627V8.413l1.627 1.627a1.001 1.001 0 0 0 1.414-1.415L9.192 5.292a1.001 1.001 0 0 0-1.415 0L4.444 8.625a1 1 0 1 0 1.415 1.415l1.627-1.627v15.172l-1.627-1.627a1 1 0 1 0-1.415 1.415l3.333 3.333a1.015 1.015 0 0 0 .707.293.992.992 0 0 0 .707-.293l3.333-3.333zM18.821 18a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2h-8zM15.821 25.06a1 1 0 0 1 1-1h10a1 1 0 0 1 0 2h-10a1 1 0 0 1-1-1zM16.821 12a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2h-10z"}))})));ChangeLength.displayName="ChangeLength",ChangeLength.iconName="change-length",exports.default=ChangeLength},"./packages/juno-icon/src/ChangeTone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChangeTone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 6.5a1 1 0 0 1 1 1v17a1 1 0 0 1-2 0v-17a1 1 0 0 1 1-1zM10 11a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zM4 13.677a1 1 0 0 1 1 1V17.5a1 1 0 0 1-2 0v-2.823a1 1 0 0 1 1-1zM22 11a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 1-1zM28 13.677a1 1 0 0 1 1 1V17.5a1 1 0 0 1-2 0v-2.823a1 1 0 0 1 1-1z"}))})));ChangeTone.displayName="ChangeTone",ChangeTone.iconName="change-tone",exports.default=ChangeTone},"./packages/juno-icon/src/Chat.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Chat=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 2H4.8a2.796 2.796 0 0 0-2.786 2.8L2 30l5.6-5.6h19.6c1.54 0 2.8-1.26 2.8-2.8V4.8C30 3.26 28.74 2 27.2 2zM7.6 11.8h16.8v2.8H7.6v-2.8zm11.2 7H7.6V16h11.2v2.8zm5.6-8.4H7.6V7.6h16.8v2.8z"}))})));Chat.displayName="Chat",Chat.iconName="chat",exports.default=Chat},"./packages/juno-icon/src/ChatBubble.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChatBubble=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-7.222 3a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0l.001-4.585-6.072 6.07a.999.999 0 1 1-1.414-1.414l6.072-6.07L12.779 11a1 1 0 0 1 0-2h7z"}))})));ChatBubble.displayName="ChatBubble",ChatBubble.iconName="chat_bubble",exports.default=ChatBubble},"./packages/juno-icon/src/Check.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Check=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.678 8.293a.999.999 0 0 1 1.497 1.32l-.083.094-12.314 12.314a1 1 0 0 1-1.32.083l-.094-.083-7.071-7.071a.999.999 0 0 1 1.32-1.497l.094.083L13.07 19.9 24.678 8.293z"}))})));Check.displayName="Check",Check.iconName="check",exports.default=Check},"./packages/juno-icon/src/ChevronLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChevronLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.318 14.939a1.5 1.5 0 0 0 0 2.121l10.607 10.607a1.5 1.5 0 1 0 2.121-2.121L12.5 16l9.546-9.546a1.5 1.5 0 1 0-2.121-2.121L9.318 14.94z"}))})));ChevronLeft.displayName="ChevronLeft",ChevronLeft.iconName="chevron_left",exports.default=ChevronLeft},"./packages/juno-icon/src/ChevronRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ChevronRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.682 14.939a1.5 1.5 0 0 1 0 2.121L12.075 27.667a1.5 1.5 0 1 1-2.121-2.121L19.5 16 9.954 6.454a1.5 1.5 0 1 1 2.121-2.121L22.682 14.94z"}))})));ChevronRight.displayName="ChevronRight",ChevronRight.iconName="chevron_right",exports.default=ChevronRight},"./packages/juno-icon/src/Close.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Close=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 7.515 17.414 16l8.485 8.486a1 1 0 0 1-1.414 1.414L16 17.413 7.515 25.9a1 1 0 0 1-1.414-1.414l8.485-8.487-8.485-8.484a.999.999 0 1 1 1.414-1.414l8.486 8.485 8.485-8.485A.999.999 0 1 1 25.9 7.515z"}))})));Close.displayName="Close",Close.iconName="close",exports.default=Close},"./packages/juno-icon/src/CloudContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CloudContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm7 7H9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h2.793c.133 0 .26.053.354.146l3.571 5.571a.4.4 0 0 0 .566 0l3.571-5.571a.5.5 0 0 1 .354-.146h2.793a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1z"}))})));CloudContact.displayName="CloudContact",CloudContact.iconName="cloud_contact",exports.default=CloudContact},"./packages/juno-icon/src/CodeSnippets.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CodeSnippets=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm0 7H4v14a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V11zM9.707 13.293l4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a1 1 0 0 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414zM23 21a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h6zm4-15H5a1 1 0 0 0-1 1v2h24V7a1 1 0 0 0-1-1z"}))})));CodeSnippets.displayName="CodeSnippets",CodeSnippets.iconName="code_snippets",exports.default=CodeSnippets},"./packages/juno-icon/src/Comments.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Comments=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM9 12a2 2 0 1 1 .001 3.999A2 2 0 0 1 9 12zm7 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 12zm7 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 23 12z"}))})));Comments.displayName="Comments",Comments.iconName="comments",exports.default=Comments},"./packages/juno-icon/src/CompanyLineBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CompanyLineBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 5v19.833h2.333V26c0 2.579 2.087 4.667 4.667 4.667S13.667 28.58 13.667 26v-1.167H30V5H11.333v21c0 1.39-.943 2.333-2.333 2.333S6.667 27.39 6.667 26v-1.167H9V5H2zm2.333 2.333h2.333V22.5H4.333V7.333zm9.334 0h14V22.5h-14V7.333zM16 9.667V12h9.333V9.667H16zm0 4.666v2.333h2.333v-2.333H16zm3.5 0v2.333h2.333v-2.333H19.5zm3.5 0v2.333h2.333v-2.333H23zm-7 3.5v2.333h2.333v-2.333H16zm3.5 0v2.333h2.333v-2.333H19.5zm3.5 0v2.333h2.333v-2.333H23z"}))})));CompanyLineBorder.displayName="CompanyLineBorder",CompanyLineBorder.iconName="company-line_border",exports.default=CompanyLineBorder},"./packages/juno-icon/src/CompanySetup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CompanySetup=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.999 2.012a2 2 0 0 1 1.994 1.851l.006.149V28h.997V9.012h6.007a2 2 0 0 1 1.994 1.851l.006.149L30.002 28l.114.007A1 1 0 0 1 30.002 30l.001.012h-8.007V30h-.997v.012L2 30a1 1 0 0 1 0-2h.006l.001-23.988a2 2 0 0 1 1.851-1.994l.149-.006H19zm8.003 18.989h-2.005l-.116.007a.999.999 0 0 0 0 1.986l.116.007h2.005l.116-.007a.999.999 0 0 0-.117-1.993zM14.985 21l-7.089.007a1 1 0 0 0 0 1.986l.117.007 7.089-.007A1 1 0 0 0 14.985 21zm12.017-5.999h-2.005l-.116.007a.999.999 0 0 0 0 1.986l.116.007h2.005l.116-.007a.999.999 0 0 0-.117-1.993zM14.985 15l-7.089.007a1 1 0 0 0 0 1.986l.117.007 7.089-.007A1 1 0 0 0 14.985 15zm0-5.988-7.089.007a1 1 0 0 0 0 1.986l.117.007 7.089-.007a1 1 0 0 0-.117-1.993z"}))})));CompanySetup.displayName="CompanySetup",CompanySetup.iconName="Company-setup",exports.default=CompanySetup},"./packages/juno-icon/src/CompanySetupBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CompanySetupBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.999 2.012a2 2 0 0 1 2 2L20.998 28h7.005l.001-15.988a1 1 0 0 0-.883-.993l-.117-.007h-5.007v-2h6.007a2 2 0 0 1 2 2L30.003 28l.114.007A1 1 0 0 1 30.003 30l.001.012h-8.007V30h-.998l.001.012L2.001 30a1 1 0 0 1 0-2h.006l.001-23.988a2 2 0 0 1 1.851-1.994l.149-.006zm-1 2.001H4.998a1 1 0 0 0-1 1V28h15.001V5.013a1 1 0 0 0-.883-.993l-.117-.007zm8.003 16.988a1 1 0 0 1 .117 1.993l-.116.007h-2.005a1 1 0 0 1-.117-1.993l.116-.007h2.005zM14.985 21a1 1 0 0 1 .117 1.993l-.117.007H8.012a1 1 0 0 1-.117-1.993L8.012 21h6.973zm11.017-5.999a1 1 0 0 1 .117 1.993l-.116.007h-2.005a1 1 0 0 1-.117-1.993l.116-.007h2.005zM14.985 15a1 1 0 0 1 .117 1.993l-.117.007H8.012a1 1 0 0 1-.117-1.993L8.012 15h6.973zm0-5.988a1 1 0 0 1 .117 1.993l-.117.007H8.012a1 1 0 0 1-.117-1.993l.117-.007h6.973z"}))})));CompanySetupBorder.displayName="CompanySetupBorder",CompanySetupBorder.iconName="Company-setup_border",exports.default=CompanySetupBorder},"./packages/juno-icon/src/Compose.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Compose=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m14.67 5 1.394.003c-.504.66-.9 1.395-1.173 2.178l-2.015.008-1.015.017-.472.014-.666.029-.416.026-.395.031-.374.038-.354.045-.17.025-.325.056-.306.064c-1.631.376-2.431 1.153-2.824 2.751l-.067.3c-.01.052-.021.104-.03.157l-.055.328-.047.348-.04.368-.034.388-.028.409-.022.431-.018.454-.023.977-.011 1.073v2.956l.015 1.318.018.72.017.452.022.43.027.408.033.387.039.367.046.347.053.327.061.309c.022.1.045.197.07.29l.079.273c.446 1.409 1.303 2.088 2.949 2.415l.318.057.337.05.357.042.377.036.397.03.419.024.44.019.703.021 1.018.016 2.326.007 1.707-.007 1.016-.016.702-.021.651-.031.407-.027.387-.033.186-.019.356-.042.171-.024.327-.053.309-.061c.1-.022.197-.045.29-.069l.273-.078.13-.043.247-.093c1.117-.458 1.704-1.255 2.012-2.643l.062-.306.054-.325.046-.344.04-.364.048-.584.035-.631.018-.448.023-.964.011-1.058.003-1.462a7.684 7.684 0 0 0 1.889-.935l.289-.205.005 1.069-.01 1.59-.017.884-.027.833-.039.783-.033.496-.04.475-.047.454-.054.434c-.01.071-.019.141-.03.21l-.065.405c-.058.33-.124.64-.201.931l-.096.341c-.574 1.883-1.622 2.931-3.505 3.505l-.341.096c-.233.061-.478.116-.736.165l-.396.069-.205.032-.424.058-.444.05-.464.043-.485.037-.506.03-.528.025-.833.027-.884.017-1.59.01-1.297-.006-.612-.009-.874-.021-.554-.02-.532-.025-.51-.031-.488-.037-.467-.044a15.612 15.612 0 0 1-.226-.025l-.437-.055-.417-.063a12.952 12.952 0 0 1-.397-.071l-.378-.08c-2.152-.493-3.359-1.458-4.025-3.298l-.109-.324a9.38 9.38 0 0 1-.188-.702l-.08-.378-.071-.397-.063-.417-.055-.437-.048-.457-.041-.478-.034-.499-.028-.521-.032-.823-.021-.874-.013-1.249V16.35l.008-.936.017-.884.027-.833.039-.783.033-.496.04-.475.047-.454.054-.434c.01-.071.019-.141.03-.21l.065-.405c.058-.33.124-.64.201-.931l.096-.341c.574-1.883 1.622-2.931 3.505-3.505l.341-.096c.233-.061.478-.116.736-.165l.396-.069.205-.032.424-.058.444-.05.464-.043.485-.037.506-.03.528-.025.833-.027.884-.017 1.26-.01zm11.687-2 .204.01a3.1 3.1 0 0 1 1.963.907l.137.148.618.713a2.952 2.952 0 0 1-.223 4.098l-.144.127-7.66 6.564a3.127 3.127 0 0 1-1.374.655l-.216.036-5.661.741 1.701-5.317a2.97 2.97 0 0 1 .788-1.254l.162-.143 7.662-6.564A3.114 3.114 0 0 1 26.358 3zm.027 2.145a.884.884 0 0 0-.547.129l-.093.067-7.662 6.564a.872.872 0 0 0-.24.296l-.048.118-.676 2.116 2.253-.296a.888.888 0 0 0 .347-.121l.101-.071 7.662-6.566a.849.849 0 0 0 .19-1.129l-.069-.092-.618-.713a.873.873 0 0 0-.599-.301z"}))})));Compose.displayName="Compose",Compose.iconName="compose",exports.default=Compose},"./packages/juno-icon/src/Computer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Computer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 24.005a2.002 2.002 0 0 1-2-2v-16a2.002 2.002 0 0 1 2-2h22a2.002 2.002 0 0 1 2 2v16a2.003 2.003 0 0 1-2 2H5zm0-17v14a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1zm-3 19h28a1 1 0 0 1 0 2H2a1 1 0 0 1 0-2z"}))})));Computer.displayName="Computer",Computer.iconName="computer",exports.default=Computer},"./packages/juno-icon/src/Conference.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Conference=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.758 21.902a3 3 0 1 1-3 5.196 3 3 0 1 1 3-5.196zM7.34 23a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zM16 10a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));Conference.displayName="Conference",Conference.iconName="conference",exports.default=Conference},"./packages/juno-icon/src/ConferenceBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ConferenceBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.758 21.902a3 3 0 1 1-3 5.196 3 3 0 1 1 3-5.196zM7.34 23a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zM16 10a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm10.392 14a1 1 0 1 0 1.733 1 1 1 0 0 0-1.733-1zm-22.15-.366a1 1 0 1 0 1.001 1.732 1 1 0 0 0-1.001-1.732zM16 12a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0-10a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"}))})));ConferenceBorder.displayName="ConferenceBorder",ConferenceBorder.iconName="conference_border",exports.default=ConferenceBorder},"./packages/juno-icon/src/Connect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Connect=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.344 16.945a1 1 0 0 0-1.32.083l-.083.094a1 1 0 0 0 .083 1.32l2.562 2.563L12.953 21a1 1 0 0 0 .117 1.993l11.518.012-2.564 2.565-.083.094a1 1 0 0 0 1.497 1.32l4.271-4.271.083-.094a1 1 0 0 0-.083-1.32l-4.271-4.271zM8.654 4.962l-.094.083-4.271 4.271a1 1 0 0 0-.083 1.32l.083.094 4.271 4.271a.999.999 0 0 0 1.497-1.32l-.083-.094-2.564-2.565 12.586-.012a1 1 0 0 0 .117-1.993l-.117-.007-12.584.012 2.562-2.563a1 1 0 0 0 .083-1.32l-.083-.094a1 1 0 0 0-1.32-.083z"}))})));Connect.displayName="Connect",Connect.iconName="connect",exports.default=Connect},"./packages/juno-icon/src/Contacts.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Contacts=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 18c-3.715 0-7.059 1.506-9.059 3.87.352.405.731.786 1.134 1.14l.307.261.082.067.272.213c2.017 1.536 4.534 2.448 7.265 2.448s5.248-.912 7.265-2.448l.272-.213.081-.066.307-.261c.403-.355.782-.736 1.135-1.142-2-2.363-5.345-3.869-9.06-3.869zm0-13a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 7z"}))})));Contacts.displayName="Contacts",Contacts.iconName="contacts",exports.default=Contacts},"./packages/juno-icon/src/ContactsAndCalendars.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ContactsAndCalendars=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 2a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 1 1 4 0v2h8V4a2 2 0 0 1 2-2zm0 18H10a2.001 2.001 0 0 0-1.995 1.851L8 22v4h16v-4a2 2 0 0 0-2-2zm-6-10a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));ContactsAndCalendars.displayName="ContactsAndCalendars",ContactsAndCalendars.iconName="contacts_and_calendars",exports.default=ContactsAndCalendars},"./packages/juno-icon/src/ContactsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ContactsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 20c-3.209 0-6.025 1.306-7.618 3.272l.082.067c2.06 1.665 4.682 2.662 7.537 2.662s5.477-.997 7.537-2.662l.081-.066c-1.594-1.966-4.41-3.272-7.618-3.272zm8.199 2.763-.251.229a9.08 9.08 0 0 0 .251-.229zM16 4C9.373 4 4 9.373 4 16c0 3.011 1.109 5.763 2.941 7.87C8.94 21.506 12.285 20 16 20s7.059 1.506 9.059 3.868A11.948 11.948 0 0 0 28 16c0-6.627-5.373-12-12-12zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));ContactsBorder.displayName="ContactsBorder",ContactsBorder.iconName="contacts_border",exports.default=ContactsBorder},"./packages/juno-icon/src/ControlRoom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ControlRoom=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.669 8.368c.012.15-.038.298-.139.408s-.243.173-.392.172H23.89a.534.534 0 0 1-.527-.477C22 5 17.5 4.317 16.003 4.317S10 5 8.668 8.471a.535.535 0 0 1-.527.477H6.893a.532.532 0 0 1-.532-.58c.354-3.614 4.964-6.369 9.64-6.369s9.312 2.754 9.667 6.369zm-7.482 5.695c0-1.216-.978-2.2-2.185-2.2s-2.185.984-2.185 2.2c0 1.216.978 2.2 2.185 2.2s2.185-.984 2.185-2.2zm4.797-.695c-.356-3.614-3.374-6.367-6.982-6.369-3.608 0-6.626 2.754-6.98 6.369a.535.535 0 0 0 .532.58h1.248a.536.536 0 0 0 .527-.477c.295-2.373 2.299-4.154 4.675-4.154s4.38 1.781 4.675 4.154c.03.271.257.476.527.477h1.248a.537.537 0 0 0 .531-.58zM16 21a7.87 7.87 0 0 0 4-1.096V24a4 4 0 0 1-8 0v-4.096A7.86 7.86 0 0 0 16 21zm-6-1.764c0-1.055 1.949-1.716 2.845-1.158.858.534 1.909.922 3.155.922s2.297-.388 3.155-.922c.896-.558 2.845.103 2.845 1.158V24a6 6 0 1 1-12 0v-4.764z"}))})));ControlRoom.displayName="ControlRoom",ControlRoom.iconName="control-room",exports.default=ControlRoom},"./packages/juno-icon/src/Conversion.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Conversion=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 18a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM20.974 6.076A12.002 12.002 0 0 1 28 17a11.97 11.97 0 0 1-4.064 9.001L29 26v2h-9v-9h2l.001 6A9.985 9.985 0 0 0 26 17a10 10 0 0 0-5.884-9.116l.858-1.807zM10 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Conversion.displayName="Conversion",Conversion.iconName="conversion",exports.default=Conversion},"./packages/juno-icon/src/Copy.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Copy=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 28H10a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1zm1-21H9a2 2 0 0 0-2 2v19a2 2 0 0 0 2 2h19a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM3 18a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h13a1 1 0 0 1 0 2H5a1 1 0 0 0-1 1v12a1 1 0 0 1-1 1z"}))})));Copy.displayName="Copy",Copy.iconName="copy",exports.default=Copy},"./packages/juno-icon/src/Country.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Country=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 29.333c-1.844 0-3.578-.35-5.2-1.05s-3.033-1.65-4.233-2.85c-1.2-1.2-2.15-2.611-2.85-4.233s-1.05-3.356-1.05-5.2c0-1.844.35-3.578 1.05-5.2s1.65-3.033 2.85-4.233c1.2-1.2 2.611-2.15 4.233-2.85s3.356-1.05 5.2-1.05c1.844 0 3.578.35 5.2 1.05s3.033 1.65 4.233 2.85c1.2 1.2 2.15 2.611 2.85 4.233s1.05 3.356 1.05 5.2c0 1.844-.35 3.578-1.05 5.2s-1.65 3.033-2.85 4.233c-1.2 1.2-2.611 2.15-4.233 2.85s-3.356 1.05-5.2 1.05zM14.567 27.3v-2.733c-.778 0-1.433-.289-1.967-.867s-.8-1.256-.8-2.033V20.2l-6.833-6.833c-.111.444-.189.883-.233 1.317s-.067.872-.067 1.317c0 2.889.939 5.411 2.817 7.567s4.239 3.4 7.083 3.733zm9.8-3.6c.489-.533.917-1.1 1.283-1.7s.678-1.228.933-1.883c.256-.656.444-1.328.567-2.017s.183-1.389.183-2.1c0-2.356-.644-4.494-1.933-6.417s-3.011-3.328-5.167-4.217v.6c0 .778-.267 1.456-.8 2.033s-1.189.867-1.967.867h-2.9v2.9c0 .378-.15.689-.45.933s-.639.367-1.017.367h-2.767v2.933h8.6c.378 0 .689.144.933.433s.367.622.367 1v4.233h1.433c.644 0 1.211.189 1.7.567s.822.867 1 1.467z"}))})));Country.displayName="Country",Country.iconName="Country",exports.default=Country},"./packages/juno-icon/src/Crashlytics.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Crashlytics=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m17.25 2.04 1.662.003c1.116.003 1.836.712 1.839 1.822.005 2.162.002 4.325 0 6.488 0 .113-.013.228-.022.388-2.037-1.179-4.115-1.354-6.228-.376-1.579.731-2.674 1.951-3.256 3.595-1.16 3.278.614 6.879 3.932 8.003 3.443 1.165 7.338-.75 8.303-4.685.099.083 3.365 3.29 4.901 4.813.834.827.833 1.817.002 2.644-.757.753-1.517 1.504-2.278 2.254-.847.832-1.85.836-2.69.01-.762-.748-2.675-2.619-2.675-2.619v.101l.001.167c.002.438.007 1.342.008 2.177v1.059l-.001.279c-.007 1.064-.729 1.787-1.789 1.793-1.134.005-2.268.005-3.402 0-1.082-.005-1.81-.721-1.823-1.81-.003-.243-.005-.574-.006-.938l-.001-.374V26.065l.001-.548v-.169l.001-.31v-.137l.001-.233v-.092l.001-.175s-1.845 1.852-2.598 2.591c-.846.829-1.845.829-2.689.001-.753-.739-1.504-1.48-2.252-2.223-.872-.865-.869-1.832-.014-2.7.832-.843 2.555-2.609 2.555-2.609H8.69l-.707.001H5.457l-.321-.001-.279-.001c-1.181-.006-1.861-.691-1.865-1.871a489.145 489.145 0 0 1 0-3.205c.005-1.151.69-1.839 1.849-1.846l.429-.002.336-.001h2.521l.521.001h.097l-.552-.552-.888-.888-.407-.406-.132-.131-.676-.675c-.796-.793-.803-1.797-.014-2.585.792-.792 1.588-1.581 2.391-2.364.756-.736 1.8-.743 2.544.005.864.867 2.713 2.605 2.713 2.605l.001-1.427v-.182l.001-.56.005-1.476c.008-1.139.726-1.857 1.854-1.86 1.107-.004 2.215-.004 3.323 0zm.018 11.393a2.56 2.56 0 0 1 2.57 2.553c.001 1.419-1.132 2.546-2.564 2.551-1.455.005-2.595-1.124-2.589-2.564a2.561 2.561 0 0 1 2.583-2.54z"}))})));Crashlytics.displayName="Crashlytics",Crashlytics.iconName="crashlytics",exports.default=Crashlytics},"./packages/juno-icon/src/Customize.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Customize=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.077 10c.51 0 .923.448.923 1 0 .513-.356.935-.815.993l-.108.007H4.923C4.413 12 4 11.552 4 11c0-.513.356-.935.815-.993L4.923 10h22.154zM27.077 20c.51 0 .923.448.923 1 0 .513-.356.936-.815.993l-.108.007H4.923C4.413 22 4 21.552 4 21c0-.513.356-.936.815-.993L4.923 20h22.154z"}))})));Customize.displayName="Customize",Customize.iconName="customize",exports.default=Customize},"./packages/juno-icon/src/CustomizeTabs.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),CustomizeTabs=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.32 22.967a1.742 1.742 0 0 1 0 3.484H4.306a1.742 1.742 0 0 1 0-3.484H22.32zm5.374-8.709a1.742 1.742 0 0 1 0 3.484H13.263a1.742 1.742 0 0 1 0-3.484h14.431zM22.32 5.55a1.742 1.742 0 0 1 0 3.484H4.306a1.742 1.742 0 0 1 0-3.484H22.32z"}))})));CustomizeTabs.displayName="CustomizeTabs",CustomizeTabs.iconName="customize-tabs",exports.default=CustomizeTabs},"./packages/juno-icon/src/Dashboard.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dashboard=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zM13 21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8zm0-18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8z"}))})));Dashboard.displayName="Dashboard",Dashboard.iconName="dashboard",exports.default=Dashboard},"./packages/juno-icon/src/DashboardBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DashboardBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zM13 21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8zM26 5h-6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM12 23H6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm1-20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8zm-1 2H6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"}))})));DashboardBorder.displayName="DashboardBorder",DashboardBorder.iconName="dashboard_border",exports.default=DashboardBorder},"./packages/juno-icon/src/Date.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Date=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4h-4V3a1 1 0 0 0-2 0v1h-8V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM4 10h24v2H4v-2z"}))})));Date.displayName="Date",Date.iconName="date",exports.default=Date},"./packages/juno-icon/src/DateBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DateBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4h-4V3a1 1 0 0 0-2 0v1h-8V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-1 22H7a1 1 0 0 1-1-1V12h20v13a1 1 0 0 1-1 1zm1-16H6V7a1 1 0 0 1 1-1h3v1a1 1 0 0 0 2 0V6h8v1a1 1 0 0 0 2 0V6h3a1 1 0 0 1 1 1v3z"}))})));DateBorder.displayName="DateBorder",DateBorder.iconName="date_border",exports.default=DateBorder},"./packages/juno-icon/src/DefaultAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultAvatar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.333 24.867c.04 0 .08-.041.113-.041a42.167 42.167 0 0 1 5.467-2.049c.113 0 .113 0 .113-.621a4.708 4.708 0 0 0-.227-1.523c-.113-.512-.38-1.25-.5-2.049a4.743 4.743 0 0 1-.873-2.049 2.76 2.76 0 0 1 0-1.755v-.061c0-.232-.12-1.407-.233-2.418a4.398 4.398 0 0 1 .88-3.162 4.382 4.382 0 0 1 3.48-1.755h1.113a4.349 4.349 0 0 1 3.473 1.755 4.398 4.398 0 0 1 .88 3.162 22.43 22.43 0 0 0-.113 2.418v.116c.183.57.183 1.185 0 1.755a4.849 4.849 0 0 1-.953 2.049 4.71 4.71 0 0 1-.5 2.049 7.383 7.383 0 0 0-.38 1.523c0 .621 0 .621.113.621a49.085 49.085 0 0 1 5.54 2.049 12.771 12.771 0 0 1-17.393-.014zm18.794-.074v-.04c.121-.147.268-.3.389-.453v-.08c.121-.147.235-.3.349-.453.04-.04.04-.08.074-.08.121-.147.194-.3.308-.453.04-.04.04-.08.08-.113.074-.153.188-.307.268-.46.04-.04.04-.073.074-.113l.235-.46c.04-.033.04-.113.074-.153.083-.143.148-.295.194-.453.04-.08.04-.113.08-.193s.114-.3.188-.42.04-.113.08-.187.114-.267.154-.42c.04-.153.034-.153.074-.227s.08-.267.114-.42c.034-.153.04-.153.08-.227l.114-.42c0-.08.04-.153.04-.233s.04-.267.074-.413c.034-.147.04-.153.04-.267s.04-.307.08-.42c.04-.113 0-.153 0-.267s.04-.307.04-.493v-.92a13.144 13.144 0 0 0-1.81-6.891c-.22-.369-.462-.725-.724-1.066-.268-.34-.536-.666-.804-.993a11.07 11.07 0 0 0-.925-.913 6.628 6.628 0 0 0-.496-.42 12.834 12.834 0 0 0-2.735-1.713c-.389-.187-.811-.34-1.193-.493-.415-.15-.838-.277-1.267-.38a12.53 12.53 0 0 0-3.264-.42C8.7 2.662 2.684 8.626 2.666 15.995v.953c0 .153.04.307.04.46s.034.187.034.26c0 .073.04.267.04.42s.04.193.04.267c0 .073.04.267.074.42s.04.193.08.267c.04.073.074.267.114.38s.04.193.08.267c.04.073.074.267.114.38.032.087.057.176.074.267.037.132.088.259.154.38l.121.233c.034.113.114.267.147.38l.121.227c.074.113.114.267.188.38l.121.233c.079.118.142.246.188.38.04.073.08.113.121.187s.154.267.228.38c.074.113.074.12.114.193s.194.267.268.38c.074.113.08.113.121.153s.188.267.302.38l.121.113c.114.153.228.267.342.42.04.04.08.08.08.113.114.153.268.267.382.42l.074.08.463.453c5.377 4.898 13.7 4.646 18.768-.566l.349-.46z"}))})));DefaultAvatar.displayName="DefaultAvatar",DefaultAvatar.iconName="default-avatar",exports.default=DefaultAvatar},"./packages/juno-icon/src/DefaultBox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultBoxD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultBoxD.tsx")),DefaultBox=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultBoxD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#0061d5",d:"M4.959 9C4.419 9 4 9.419 4 9.897v7.531a4.586 4.586 0 0 0 4.589 4.483h.025-.001a4.718 4.718 0 0 0 4.123-2.427l.012-.024c.779 1.434 2.337 2.451 4.074 2.451 2.577 0 4.674-2.032 4.674-4.602.06-2.451-2.037-4.484-4.613-4.484-1.738 0-3.295.957-4.074 2.391-.78-1.434-2.338-2.391-4.135-2.391a4.935 4.935 0 0 0-2.817.897V9.897A.92.92 0 0 0 4.96 9h-.001zm16.643 3.728a.944.944 0 0 0-.707.16l.003-.002c-.36.299-.479.897-.18 1.315l2.397 3.108-2.396 3.107c-.3.419-.24.958.18 1.257.419.299 1.016.297 1.316-.122l2.039-2.63 2.096 2.69c.3.359.899.418 1.318.12.36-.299.42-.838.121-1.256l-2.338-3.107 2.338-3.05c.3-.418.298-1.016-.121-1.315-.48-.299-1.019-.239-1.318.18l-2.096 2.57-2.04-2.688a1.001 1.001 0 0 0-.612-.337zM8.613 14.617c1.558 0 2.817 1.257 2.817 2.751 0 1.554-1.259 2.749-2.817 2.749s-2.816-1.195-2.816-2.749c0-1.494 1.258-2.751 2.816-2.751zm8.27 0c1.558 0 2.816 1.257 2.816 2.751-.06 1.554-1.318 2.749-2.816 2.749-1.558 0-2.817-1.195-2.817-2.749 0-1.494 1.259-2.751 2.817-2.751z"}))})));DefaultBox.displayName="DefaultBox",DefaultBox.iconName="default-box",exports.default=DefaultBox},"./packages/juno-icon/src/DefaultBoxD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultBoxD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#0061d5",d:"M4.959 9C4.419 9 4 9.419 4 9.897v7.531a4.586 4.586 0 0 0 4.589 4.483h.025-.001a4.718 4.718 0 0 0 4.123-2.427l.012-.024c.779 1.434 2.337 2.451 4.074 2.451 2.577 0 4.674-2.032 4.674-4.602.06-2.451-2.037-4.484-4.613-4.484-1.738 0-3.295.957-4.074 2.391-.78-1.434-2.338-2.391-4.135-2.391a4.935 4.935 0 0 0-2.817.897V9.897A.92.92 0 0 0 4.96 9h-.001zm16.643 3.728a.944.944 0 0 0-.707.16l.003-.002c-.36.299-.479.897-.18 1.315l2.397 3.108-2.396 3.107c-.3.419-.24.958.18 1.257.419.299 1.016.297 1.316-.122l2.039-2.63 2.096 2.69c.3.359.899.418 1.318.12.36-.299.42-.838.121-1.256l-2.338-3.107 2.338-3.05c.3-.418.298-1.016-.121-1.315-.48-.299-1.019-.239-1.318.18l-2.096 2.57-2.04-2.688a1.001 1.001 0 0 0-.612-.337zM8.613 14.617c1.558 0 2.817 1.257 2.817 2.751 0 1.554-1.259 2.749-2.817 2.749s-2.816-1.195-2.816-2.749c0-1.494 1.258-2.751 2.816-2.751zm8.27 0c1.558 0 2.816 1.257 2.816 2.751-.06 1.554-1.318 2.749-2.816 2.749-1.558 0-2.817-1.195-2.817-2.749 0-1.494 1.259-2.751 2.817-2.751z"}))})));DefaultBoxD.displayName="DefaultBoxD",DefaultBoxD.iconName="default-box-D",exports.default=DefaultBoxD},"./packages/juno-icon/src/DefaultFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultFileD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultFileD.tsx")),DefaultFile=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultFileD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2f51b1",d:"M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 0 0 .136-.052.933.933 0 0 1 .522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 0 0 .182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z"}),React.createElement("path",{fill:"#4b77f1",d:"M23.965 13.314a1.879 1.879 0 0 0-.928-.242h-8.563a1.113 1.113 0 0 1-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 0 0-.907.232 1.779 1.779 0 0 0-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 0 0-.924-1.55z"}))})));DefaultFile.displayName="DefaultFile",DefaultFile.iconName="default-file",exports.default=DefaultFile},"./packages/juno-icon/src/DefaultFileD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultFileD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2f51b1",d:"M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 0 0 .136-.052.933.933 0 0 1 .522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 0 0 .182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z"}),React.createElement("path",{fill:"#356afd",d:"M23.965 13.314a1.879 1.879 0 0 0-.928-.242h-8.563a1.113 1.113 0 0 1-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 0 0-.907.232 1.779 1.779 0 0 0-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 0 0-.924-1.55z"}))})));DefaultFileD.displayName="DefaultFileD",DefaultFileD.iconName="default-file-D",exports.default=DefaultFileD},"./packages/juno-icon/src/DefaultGdrive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultGdriveD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultGdriveD.tsx")),DefaultGdrive=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultGdriveD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffc107",d:"M13.333 8.889h5.778l5.778 9.778h-5.778z"}),React.createElement("path",{fill:"#1976d2",d:"m9.778 24 3.039-5.333h12.072L21.878 24z"}),React.createElement("path",{fill:"#4caf50",d:"M7.111 19.015 10.021 24 16 13.926l-2.963-5.037z"}))})));DefaultGdrive.displayName="DefaultGdrive",DefaultGdrive.iconName="default-gdrive",exports.default=DefaultGdrive},"./packages/juno-icon/src/DefaultGdriveD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultGdriveD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffc107",d:"M13.333 8.889h5.778l5.778 9.778h-5.778z"}),React.createElement("path",{fill:"#1976d2",d:"m9.778 24 3.038-5.333h12.073L21.877 24z"}),React.createElement("path",{fill:"#4caf50",d:"M7.111 19.015 10.021 24 16 13.926l-2.963-5.037z"}))})));DefaultGdriveD.displayName="DefaultGdriveD",DefaultGdriveD.iconName="default-gdrive-D",exports.default=DefaultGdriveD},"./packages/juno-icon/src/DefaultGroupAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultGroupAvatar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5.483 27.417c1.234-.457 2.559-.914 3.61-1.188.137 0 .137 0 .137-.731 0-.868-.137-1.279-.274-1.691-.137-.548-.411-1.416-.548-2.285-.274-.274-.731-1.005-1.005-2.285-.274-1.142-.137-1.554 0-2.011v-.137c0-.274-.137-1.554-.274-2.696-.137-.731 0-2.285 1.005-3.564.548-.868 1.828-1.828 3.975-2.011h1.279c2.102.183 3.381 1.188 3.975 2.056 1.005 1.279 1.142 2.833 1.005 3.564-.137 1.005-.137 2.422-.137 2.696v.137c.137.411.274.868 0 2.011-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691 0 .731 0 .731.137.731 2.011.548 5.118 1.691 6.397 2.285.503.228.868.503 1.142.823a15.519 15.519 0 0 1-7.905 2.148 15.9 15.9 0 0 1-10.556-4.113zm18.918 1.599c-.228-.32-.457-.548-.685-.685-1.371-.594-4.524-1.965-6.626-2.559-.137 0-.32 0-.137-.777.046-.32.183-.548.32-.868.228-.64.548-1.325.548-2.239.32-.32.777-1.051 1.051-2.422.32-1.188.137-1.645 0-2.102v-.137c0-.32 0-1.828.137-2.879.137-.777 0-2.422-1.051-3.793-.503-.731-1.554-1.645-3.107-2.056.685-.64 1.828-1.188 3.381-1.325h1.279c2.148.137 3.427 1.142 3.975 2.011 1.005 1.279 1.142 2.833 1.005 3.564-.137 1.005-.137 2.422-.137 2.696v.137c.137.411.274.868 0 2.011-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691 0 .731 0 .731.137.731 1.508.411 3.61 1.188 5.164 1.782-1.051 1.005-2.102 1.873-3.29 2.65z"}))})));DefaultGroupAvatar.displayName="DefaultGroupAvatar",DefaultGroupAvatar.iconName="default-group-avatar",exports.default=DefaultGroupAvatar},"./packages/juno-icon/src/DefaultIntegration.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultIntegration=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 1a4 4 0 0 1 4 4v1h6a2 2 0 0 1 2 2v6h1a4 4 0 0 1 0 8h-1v6a2 2 0 0 1-2 2h-6v-1a4 4 0 0 0-3.8-3.995L14 25a4 4 0 0 0-3.995 3.8L10 29v1H4a2 2 0 0 1-2-2v-6h1a4 4 0 0 0 3.995-3.8L7 18a4 4 0 0 0-3.8-3.995L3 14H2V8a2 2 0 0 1 2-2h6V5a4 4 0 0 1 4-4z"}))})));DefaultIntegration.displayName="DefaultIntegration",DefaultIntegration.iconName="default-integration",exports.default=DefaultIntegration},"./packages/juno-icon/src/DefaultIntegrationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultIntegrationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 1a5 5 0 0 1 5 5h5a2 2 0 0 1 2 2v5a5 5 0 0 1 0 10v5a2 2 0 0 1-2 2h-7v-2a3 3 0 0 0-2.824-2.995L14 25a3 3 0 0 0-2.995 2.824L11 28v2H4a2 2 0 0 1-2-2v-7h2a3 3 0 0 0 2.995-2.824L7 18a3 3 0 0 0-2.824-2.995L4 15H2V8a2 2 0 0 1 2-2h5a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-2.995 2.824L11 6v2H4v5l.058.001.234.008c2.564.149 4.593 2.219 4.702 4.825l.005.225-.008.234a5 5 0 0 1-4.772 4.703l-.22.005v5h5L9 27.943l.008-.234c.149-2.564 2.219-4.593 4.825-4.703l.225-.005.234.008a5 5 0 0 1 4.703 4.772l.005.22h5v-7h2a3 3 0 0 0 .176-5.995L26 15.001h-2v-7h-7v-2a3 3 0 0 0-3-3z"}))})));DefaultIntegrationBorder.displayName="DefaultIntegrationBorder",DefaultIntegrationBorder.iconName="default-integration_border",exports.default=DefaultIntegrationBorder},"./packages/juno-icon/src/DefaultMusic.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultMusicD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultMusicD.tsx")),DefaultMusic=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultMusicD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4b77f1",d:"M22.222 7.111a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667h12.444zm-1.429 2.676-8 1.778a.444.444 0 0 0-.348.434v7.032a2.567 2.567 0 0 0-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 0 0-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 0 0-.54-.434z"}))})));DefaultMusic.displayName="DefaultMusic",DefaultMusic.iconName="default-music",exports.default=DefaultMusic},"./packages/juno-icon/src/DefaultMusicD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultMusicD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"M22.222 7.111a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667h12.444z"}),React.createElement("path",{fill:"#f1f1f1",d:"m20.793 9.787-8 1.778a.444.444 0 0 0-.348.434v7.032a2.567 2.567 0 0 0-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 0 0-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 0 0-.54-.434z"}))})));DefaultMusicD.displayName="DefaultMusicD",DefaultMusicD.iconName="default-music-D",exports.default=DefaultMusicD},"./packages/juno-icon/src/DefaultTeamAvatar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultTeamAvatar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.002 10c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S22 11.083 22 10c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm-20 0c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S2 11.083 2 10c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10 17.999c0 1.083-.396 2.021-1.188 2.813S17.084 32 16.001 32c-1.083 0-2.021-.396-2.813-1.188S12 29.082 12 27.999c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10-5.999c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S22 23.083 22 22c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm-20 0c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S2 23.083 2 22c0-1.083.396-2.021 1.188-2.813s1.73-1.188 2.813-1.188c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813zm10-17.999c0 1.083-.396 2.021-1.188 2.813s-1.73 1.188-2.813 1.188c-1.083 0-2.021-.396-2.813-1.188S12 5.084 12 4.001c0-1.083.396-2.021 1.188-2.813S14.918 0 16.001 0c1.083 0 2.021.396 2.813 1.188s1.188 1.73 1.188 2.813z"}))})));DefaultTeamAvatar.displayName="DefaultTeamAvatar",DefaultTeamAvatar.iconName="default-team-avatar",exports.default=DefaultTeamAvatar},"./packages/juno-icon/src/DefaultVideo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultVideoD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DefaultVideoD.tsx")),DefaultVideo=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DefaultVideoD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4b77f1",d:"M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 0 0 0-17.778zm3.497 9.66-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z"}))})));DefaultVideo.displayName="DefaultVideo",DefaultVideo.iconName="default-video",exports.default=DefaultVideo},"./packages/juno-icon/src/DefaultVideoD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DefaultVideoD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 0 0 0-17.778z"}),React.createElement("path",{fill:"#f1f1f1",d:"m19.497 16.771-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z"}))})));DefaultVideoD.displayName="DefaultVideoD",DefaultVideoD.iconName="default-video-D",exports.default=DefaultVideoD},"./packages/juno-icon/src/Delete.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Delete=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 2a2 2 0 0 1 2 2v2h6a1 1 0 0 1 0 2h-1.083l-.837 20.083A2 2 0 0 1 24.082 30H7.919a2 2 0 0 1-1.998-1.917L5.084 8H4.001a1 1 0 0 1 0-2h6V4a2 2 0 0 1 2-2h8zm4.914 6H7.085l.793 19.042a1 1 0 0 0 .999.958h14.245a1 1 0 0 0 .999-.958L24.913 8zM13 12a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V13a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V13a1 1 0 0 1 1-1zm0-8h-6a1 1 0 0 0-1 1v1h8V5a1 1 0 0 0-1-1z"}))})));Delete.displayName="Delete",Delete.iconName="delete",exports.default=Delete},"./packages/juno-icon/src/DeleteCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeleteCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-4.243 8.343a.999.999 0 0 0-1.497 1.32l.083.094 4.243 4.241-4.243 4.244a.999.999 0 0 0 1.32 1.497l.094-.083L16 17.412l4.243 4.244a.999.999 0 0 0 1.497-1.32l-.083-.094-4.243-4.244 4.243-4.241a.999.999 0 0 0-1.32-1.497l-.094.083L16 14.584l-4.243-4.241z"}))})));DeleteCircle.displayName="DeleteCircle",DeleteCircle.iconName="delete_circle",exports.default=DeleteCircle},"./packages/juno-icon/src/DeletedFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeletedFileD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DeletedFileD.tsx")),DeletedFile=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DeletedFileD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#e8e9ed",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#81899d",d:"M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 1 1 0 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 0 1-1.778-1.778v-9.778h-.889a.889.889 0 1 1 0-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.556zm0 6.222a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm-3.556 0a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z"}))})));DeletedFile.displayName="DeletedFile",DeletedFile.iconName="deleted_file",exports.default=DeletedFile},"./packages/juno-icon/src/DeletedFileD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeletedFileD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#30323a",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#8f9199",d:"M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 1 1 0 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 0 1-1.778-1.778v-9.778h-.889a.889.889 0 1 1 0-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.555zm0 6.222a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm-3.556 0a.889.889 0 0 0-.883.785l-.006.104v5.333a.889.889 0 0 0 1.772.104l.006-.104v-5.333a.889.889 0 0 0-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z"}))})));DeletedFileD.displayName="DeletedFileD",DeletedFileD.iconName="deleted_file_D",exports.default=DeletedFileD},"./packages/juno-icon/src/Deletenumber.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Deletenumber=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H10.891a2.003 2.003 0 0 1-1.487-.662l-7.2-8a2 2 0 0 1 0-2.676l7.2-8c.379-.421.92-.662 1.487-.662H28zm-1 2H11.336a.996.996 0 0 0-.743.331l-6.3 7a1 1 0 0 0 0 1.338l6.3 7a1 1 0 0 0 .743.331H27a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm-10.536 3.05L20 14.584l3.536-3.534a.999.999 0 1 1 1.414 1.414l-3.536 3.534 3.536 3.537a.999.999 0 1 1-1.414 1.414L20 17.412l-3.536 3.537a.999.999 0 1 1-1.414-1.414l3.536-3.537-3.536-3.534a.999.999 0 1 1 1.414-1.414z"}))})));Deletenumber.displayName="Deletenumber",Deletenumber.iconName="deletenumber",exports.default=Deletenumber},"./packages/juno-icon/src/Department.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Department=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm18 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8zm-18 2H3v8h8v-8zm18 0h-8v8h8v-8zM20 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8zm0 2h-8v8h8V4z"}))})));Department.displayName="Department",Department.iconName="department",exports.default=Department},"./packages/juno-icon/src/Description.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Description=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.25 24c.414 0 .75.448.75 1s-.336 1-.75 1H2.75c-.414 0-.75-.448-.75-1s.336-1 .75-1h16.5zm9.583-9c.644 0 1.167.448 1.167 1s-.522 1-1.167 1H3.166c-.644 0-1.167-.448-1.167-1s.522-1 1.167-1h25.667zm0-9C29.477 6 30 6.448 30 7s-.522 1-1.167 1H3.166c-.644 0-1.167-.448-1.167-1s.522-1 1.167-1h25.667z"}))})));Description.displayName="Description",Description.iconName="Description",exports.default=Description},"./packages/juno-icon/src/Deskphone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Deskphone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4zm20 1a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14zm-9 16h-2a1 1 0 0 0-.117 1.993L17 23h2a1 1 0 0 0 0-2zm6 0h-2a1 1 0 0 0-.117 1.993L23 23h2a1 1 0 0 0 0-2zm-6-4h-2a1 1 0 0 0-.117 1.993L17 19h2a1 1 0 0 0 0-2zm6 0h-2a1 1 0 0 0-.117 1.993L23 19h2a1 1 0 0 0 0-2zm0-8h-8a1 1 0 0 0-.993.883L16 10v2a1 1 0 0 0 .883.993L17 13h8a1 1 0 0 0 .993-.883L26 12v-2a1 1 0 0 0-1-1z"}))})));Deskphone.displayName="Deskphone",Deskphone.iconName="deskphone",exports.default=Deskphone},"./packages/juno-icon/src/DeskphonePairingInfo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DeskphonePairingInfo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 9a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 11zm1 5v3h-2v-3h2zm0-3v2h-2v-2h2z"}))})));DeskphonePairingInfo.displayName="DeskphonePairingInfo",DeskphonePairingInfo.iconName="deskphone-pairing-info",exports.default=DeskphonePairingInfo},"./packages/juno-icon/src/Device.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Device=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h13a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H14.829A3.001 3.001 0 0 1 12 31H8a3.001 3.001 0 0 1-2.829-2H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4zm0 3H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h1V7zm10 20h13a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H15v20zM8 3a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H8zm9 8a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1zm3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1z"}))})));Device.displayName="Device",Device.iconName="device",exports.default=Device},"./packages/juno-icon/src/Dial.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dial=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a1 1 0 0 0-1 1v12a1 1 0 0 1-1 1l-19.586.001 6.536-6.536a.999.999 0 1 0-1.414-1.414l-8.243 8.243a.999.999 0 0 0 0 1.414l8.243 8.243a.999.999 0 1 0 1.414-1.414l-6.536-6.535L27 19.001a2 2 0 0 0 2-2v-13a1 1 0 0 0-1-1z"}))})));Dial.displayName="Dial",Dial.iconName="dial",exports.default=Dial},"./packages/juno-icon/src/Dialer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dialer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 17a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));Dialer.displayName="Dialer",Dialer.iconName="dialer",exports.default=Dialer},"./packages/juno-icon/src/DialerS.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DialerS=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 24.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM7.5 17a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-17-7.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM7.5 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM16 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm8.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"}))})));DialerS.displayName="DialerS",DialerS.iconName="dialer_s",exports.default=DialerS},"./packages/juno-icon/src/DirectLineBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DirectLineBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 2v25.76c0 .586.206 1.186.63 1.61s1.024.63 1.61.63h11.2c.586 0 1.186-.206 1.61-.63s.63-1.024.63-1.61V7.6c0-.586-.206-1.186-.63-1.61s-1.024-.63-1.61-.63h-11.2V2H8zm2.24 5.6h11.2v4.48h-11.2V7.6zm0 6.72h11.2v13.44h-11.2V14.32zm1.12 2.24v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm-6.72 3.36v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm-6.72 3.36v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24zm3.36 0v2.24h2.24v-2.24h-2.24z"}))})));DirectLineBorder.displayName="DirectLineBorder",DirectLineBorder.iconName="direct-line_border",exports.default=DirectLineBorder},"./packages/juno-icon/src/Disposition.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Disposition=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.858 5.1 10.929.005c2.794.07 3.803.829 4.069 3.278l.036.401.014.211.019.445.006.234.005.49a.9.9 0 0 1-1.8 0l-.005-.797-.008-.344-.014-.311-.022-.279-.031-.249c-.137-.899-.503-1.17-1.474-1.251l-.267-.017-.296-.01-.686-.006H6.86a.963.963 0 0 0-.951.861l-.006.114v16.773c0 .503.372.915.846.971l.111.007h9.918a.9.9 0 0 1 .113 1.793l-.113.007H6.86a2.767 2.767 0 0 1-2.753-2.609l-.005-.169V7.875a2.767 2.767 0 0 1 2.589-2.77l.168-.005z"}),React.createElement("path",{d:"M16.776 10.649a.9.9 0 0 1 .113 1.793l-.113.007h-8.32a.9.9 0 0 1-.113-1.793l.113-.007h8.32zm-3.429 3.044a.9.9 0 0 1 .113 1.793l-.113.007H8.456a.9.9 0 0 1-.113-1.793l.113-.007h4.891zm15.166-1.244-3.421-3.274-9.026 9.154-.604 4.309 4.299-.888 8.753-9.301zm-3.421-1.226 1.405 1.322-7.509 7.795-2.083.789.492-1.915 7.694-7.99z"}),React.createElement("path",{d:"M22.601 12.071a.9.9 0 0 1 1.181-.08l1.737 1.688c.176.176.189.361.189.592s-.063.461-.239.636a.933.933 0 0 1-1.205.08l-1.663-1.644a.901.901 0 0 1 0-1.273z"}))})));Disposition.displayName="Disposition",Disposition.iconName="Disposition",exports.default=Disposition},"./packages/juno-icon/src/Doc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DocD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/DocD.tsx")),Doc=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(DocD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4169a1",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4169a1",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm5.09 12.53-1.202-4.842h-.038l-1.24 4.842h-1.052l-1.954-6.128h1.09l1.39 5.031 1.24-5.031h1.09l1.277 5.031L19 14.402h1.014l-1.916 6.128h-1.09z"}))})));Doc.displayName="Doc",Doc.iconName="doc",exports.default=Doc},"./packages/juno-icon/src/DocD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DocD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222f42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4169a1",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z"}),React.createElement("path",{fill:"#f1f1f1",d:"m17.009 20.53-1.202-4.842h-.037l-1.24 4.842h-1.052l-1.954-6.129h1.09l1.39 5.032 1.24-5.032h1.089l1.278 5.032 1.39-5.032h1.014l-1.916 6.129z"}))})));DocD.displayName="DocD",DocD.iconName="doc-D",exports.default=DocD},"./packages/juno-icon/src/DockBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DockBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 10v2H4v16h16v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h4zm20-8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H12a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16zm0 2H12v16h16V4zm-2.808 2.707a.999.999 0 0 1 0 1.414l-6.498 6.499 2.356 2.309h-6L15 11l2.266 2.221 6.513-6.514a.999.999 0 0 1 1.414 0z"}))})));DockBorder.displayName="DockBorder",DockBorder.iconName="dock_border",exports.default=DockBorder},"./packages/juno-icon/src/Donedone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Donedone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.04 2C8.33 2 2.08 8.251 2.08 15.962s6.25 13.962 13.96 13.962c7.71 0 13.96-6.251 13.96-13.962S23.75 2 16.04 2zm-5.781 16.048L6.575 14.42a.492.492 0 0 1-.011-.705l1.741-1.74a.506.506 0 0 1 .704-.007l1.679 1.623 6.348-6.285a.508.508 0 0 1 .72-.008l1.789 1.741a.481.481 0 0 1 .006.691l-8.579 8.33a.516.516 0 0 1-.713-.013zm15.323-1.607-8.579 8.329a.515.515 0 0 1-.713-.013l-3.684-3.627a.492.492 0 0 1-.011-.705l1.74-1.74a.507.507 0 0 1 .704-.008l1.679 1.624 6.348-6.285a.508.508 0 0 1 .72-.008l1.789 1.74c.195.19.202.504.007.692z"}))})));Donedone.displayName="Donedone",Donedone.iconName="donedone",exports.default=Donedone},"./packages/juno-icon/src/DoubleChevronLeft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DoubleChevronLeft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 4a1 1 0 0 1 1 1v22a1 1 0 0 1-2 0V5a1 1 0 0 1 1-1zm12.314 2.101a.999.999 0 0 1 0 1.414L9.827 15H27a1 1 0 0 1 0 2H9.829l7.485 7.485a.999.999 0 1 1-1.414 1.414l-9.192-9.192a.999.999 0 0 1 0-1.414L15.9 6.101a.999.999 0 0 1 1.414 0z"}))})));DoubleChevronLeft.displayName="DoubleChevronLeft",DoubleChevronLeft.iconName="double-chevron_left",exports.default=DoubleChevronLeft},"./packages/juno-icon/src/DoubleChevronRight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DoubleChevronRight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.899 4a1 1 0 0 0-1 1v22a1 1 0 0 0 2 0V5a1 1 0 0 0-1-1zM14.586 6.101a.999.999 0 0 0 0 1.414L22.073 15H5a1 1 0 0 0 0 2h17.07l-7.485 7.485a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 0 0 0-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0z"}))})));DoubleChevronRight.displayName="DoubleChevronRight",DoubleChevronRight.iconName="double-chevron_right",exports.default=DoubleChevronRight},"./packages/juno-icon/src/Download.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Download=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 26a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM16 3a1 1 0 0 1 .993.883L17 4v16.17l6.885-6.875a.998.998 0 0 1 1.493 1.316l-.083.094-8.588 8.588a.999.999 0 0 1-1.414 0l-8.588-8.588a.998.998 0 0 1 1.316-1.493l.094.083L15 20.17V4a1 1 0 0 1 1-1z"}))})));Download.displayName="Download",Download.iconName="download",exports.default=Download},"./packages/juno-icon/src/DownwardsArrowWithTipRightwards.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DownwardsArrowWithTipRightwards=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 3a1 1 0 0 1 1 1v12a1 1 0 0 0 1 1l19.586.001-6.536-6.536a.999.999 0 1 1 1.414-1.414l8.243 8.243a.999.999 0 0 1 0 1.414l-8.243 8.243a.999.999 0 1 1-1.414-1.414l6.536-6.535L5 19.001a2 2 0 0 1-2-2v-13a1 1 0 0 1 1-1z"}))})));DownwardsArrowWithTipRightwards.displayName="DownwardsArrowWithTipRightwards",DownwardsArrowWithTipRightwards.iconName="downwards-arrow-with-tip-rightwards",exports.default=DownwardsArrowWithTipRightwards},"./packages/juno-icon/src/Draft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Draft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 27a1 1 0 0 1 0 2H14a1 1 0 0 1 0-2h15zm-.99-23a4 4 0 0 1 0 5.657L10.761 26.906c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022L22.353 4.001a4 4 0 0 1 5.657 0zm-7.071 4.242L6.597 22.584l2.828 2.828L23.767 11.07l-2.828-2.828zm2.828-2.828-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 1 0-2.828-2.828z"}))})));Draft.displayName="Draft",Draft.iconName="draft",exports.default=Draft},"./packages/juno-icon/src/DragableArea.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),DragableArea=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 23a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM11 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM11 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));DragableArea.displayName="DragableArea",DragableArea.iconName="dragable_area",exports.default=DragableArea},"./packages/juno-icon/src/Dropbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Dropbox=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m10.519 22.653-7.852-5.227 5.416-4.441 7.916 4.998-5.48 4.67zm5.48-4.671 7.918-4.997 5.416 4.44-7.837 5.228-5.497-4.671zm.033 1.017 5.496 4.653 2.357-1.572v1.769l-7.853 4.801v.016l-.016-.016-.017.016v-.016l-7.835-4.801V22.08l2.356 1.572L16 18.999v-.033l.017.016.016-.016v.033zM2.667 8.56l7.852-5.227 5.48 4.671-7.916 4.981L2.667 8.56zm18.829-5.227 7.837 5.227-5.416 4.425-7.918-4.981 5.497-4.671z"}))})));Dropbox.displayName="Dropbox",Dropbox.iconName="dropbox",exports.default=Dropbox},"./packages/juno-icon/src/E2EeSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),E2EeSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16 5.714 2.522 1.026 3.081.715 2.481.417v9.093c.008.423-.061.935-.257 1.561-.489 1.387-1.203 2.573-2.301 3.798-.31.34-.637.664-.981.967a23.95 23.95 0 0 1-1.097.921c-.369.292-.772.584-1.176.869l-1.034.723-1.234.825-.88-.54c-1.352-.904-1.841-1.292-2.329-1.694l-.729-.605a19.483 19.483 0 0 1-1.696-1.574c-1.001-1.061-1.671-2.147-2.065-3.217-.25-.681-.364-1.28-.387-1.784l-.004-9.372 1.061-.145.845-.121.588-.089 3.48-.885c.225-.082.43-.169.642-.257l.912-.367.559-.265zm-.019 1.834-.518.205-.54.224-.364.144-.334.122-.378.134-.411.14-.339.111-.28.085-.255.069-.128.032-.285.059-.321.06-.265.047-.349.058-.693.109-.463.07-.485.069v7.764c.002.328.073.73.221 1.181l.068.196c.329.892.896 1.784 1.714 2.651.367.388.789.787 1.261 1.193l.94.785.549.445.321.25.152.114.294.212.315.216.159.107.406.264.322-.22 1.055-.738.353-.252.453-.334.263-.203c.381-.303.722-.59 1.031-.866.296-.261.581-.542.845-.832.852-.951 1.448-1.878 1.798-2.756l.103-.276c.147-.428.221-.794.234-1.026l.002-.08-.004-.11-.001-7.695-.642-.107-.476-.083-.959-.172-.346-.065-.316-.061-.383-.081-.223-.052-.19-.051-.36-.109-.428-.145-.476-.173-1.066-.393-.311-.123-.268-.114zm-.011 1.541 1.149.425.503.183.338.116.204.066.105.031.05.016.178.052.209.056.095.024.185.042.406.086.336.065.355.066.912.163.001 6.489.002.088-.001.03a1.902 1.902 0 0 1-.059.314l-.03.11-.066.208-.083.22c-.285.71-.79 1.494-1.532 2.323-.222.243-.47.488-.727.715-.221.198-.456.399-.712.607l-.263.212-.241.187-.274.204-.488.35-.569.398-.178-.126-.275-.205-.299-.233-.334-.269-.184-.151-.916-.765a15.616 15.616 0 0 1-1.157-1.093c-.626-.663-1.066-1.325-1.336-1.97l-.076-.193-.049-.139a2.859 2.859 0 0 1-.149-.673l-.003-.081v-6.521l.436-.069.359-.06.467-.083.156-.03.31-.064.12-.028.13-.033.289-.08.252-.077.192-.062.374-.125.419-.146.557-.202.401-.159.508-.212z"}))})));E2EeSp.displayName="E2EeSp",E2EeSp.iconName="e2ee_sp",exports.default=E2EeSp},"./packages/juno-icon/src/Edit.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Edit=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.01 4a4 4 0 0 1 0 5.657L10.761 26.906c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022L22.353 4.001a4 4 0 0 1 5.657 0zm-4.242 7.07L20.94 8.242 6.598 22.584l2.828 2.828L23.768 11.07zm2.827-5.656a2 2 0 0 0-2.828 0l-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 0 0 0-2.828z"}))})));Edit.displayName="Edit",Edit.iconName="edit",exports.default=Edit},"./packages/juno-icon/src/Email.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Email=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h24zM4 9.032v13.744l7.698-7.146 1.529 1.31-8.601 7.988A.992.992 0 0 0 5 25h22c.132 0 .259-.026.374-.072l-8.602-7.988-.82.704-.149.12a3 3 0 0 1-3.599.005l-.157-.126L3.999 9.031zm24-.001-7.699 6.599L28 22.779V24l-.007.122A.987.987 0 0 0 28 24V9.031zM27 7H5a.98.98 0 0 0-.255.033l10.701 9.166a1 1 0 0 0 1.097.007l.107-.08 10.605-9.092a.982.982 0 0 0-.256-.033z"}))})));Email.displayName="Email",Email.iconName="email",exports.default=Email},"./packages/juno-icon/src/Emoji.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Emoji=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm4.328 14.505a1 1 0 1 1 1.73 1.004A6.997 6.997 0 0 1 16 23a6.996 6.996 0 0 1-6.031-3.445 1 1 0 1 1 1.723-1.017A4.997 4.997 0 0 0 16.001 21a4.995 4.995 0 0 0 4.328-2.495zM11 10a2 2 0 1 1 .001 3.999A2 2 0 0 1 11 10zm10 0a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 10z"}))})));Emoji.displayName="Emoji",Emoji.iconName="emoji",exports.default=Emoji},"./packages/juno-icon/src/EndAnswer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EndAnswer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f54c3d",d:"M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 0 0-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zm0 6.541c-1.621.015-2.615.344-3.437 1.021-.383.315-.53.678-.53 1.156l.003.07.01.06a.866.866 0 0 0 .272.478c.192.158.419.227.751.18l1.121-.188c.382-.072.399-.404.391-.697l-.004-.22.001-.03c.011-.135.104-.213.347-.228.219-.015.89-.001 1.116 0 .183.001.759-.019.954 0 .254.024.348.109.352.261l-.003.218.002.048c.024.286.158.618.555.673l1.123.188.061.006a.964.964 0 0 0 .67-.213.776.776 0 0 0 .276-.443l.018-.113-.002-.077c-.017-.479-.154-.814-.608-1.188-.745-.614-1.815-.978-3.44-.964z"}),React.createElement("path",{fill:"#299e0b",d:"M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 0 0-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 0 0-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 0 0-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 0 0-.786-.362 1.437 1.437 0 0 0-.868.193 2.097 2.097 0 0 0-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 0 1-.125-.064 2.47 2.47 0 0 1-.427-.317 5.516 5.516 0 0 1-.531-.557 5.786 5.786 0 0 1-.436-.586 2.595 2.595 0 0 1-.241-.462 1.307 1.307 0 0 1-.073-.219.645.645 0 0 1 .058-.027.767.767 0 0 0 .089-.048l.068-.033a.428.428 0 0 0 .087-.055 2.329 2.329 0 0 0 .411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 0 0-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 0 0-.631-.6z"}))})));EndAnswer.displayName="EndAnswer",EndAnswer.iconName="end--answer",exports.default=EndAnswer},"./packages/juno-icon/src/EngageBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EngageBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.3 19c0-1.5-.5-3.2-2.7-4.3v-.1c0-6.1-4.1-12.3-12-12.3C7.3 2.3 4.3 9 4.3 14.6v.1c-2.1 1.1-2.7 2.9-2.7 4.3 0 2 1 4.6 6 5.3h1.6c.6 0 1-.4 1-1v-8.7c0-.6-.4-1-1-1H7.8c-.5.1-.9.2-1.4.3.2-4.8 2.7-9.6 9.3-9.6s9.7 4.9 10 9.6c-.4-.1-.9-.2-1.4-.3h-1.6c-.6 0-1 .4-1 1v8.7c0 .6.4 1 1 1h1.6c-.3 1.1-1.2 2.5-4.6 3.1.1-.2.1-.5.1-.8 0-2-1.6-3.7-3.7-3.7-2 0-3.7 1.6-3.7 3.7 0 2 1.6 3.7 3.7 3.7.8 0 1.5-.3 2.1-.7 6.3-.6 8-3.4 8.2-5.8 3.2-1 3.9-3.1 3.9-4.8zM7.9 15.7h.4v6.7h-.4c-3.8-.5-4.3-2.2-4.3-3.3 0-.9.2-2 1.9-2.7.1 0 .2-.1.2-.1.7-.3 1.4-.5 2.2-.6zM16 28.3c-.9 0-1.7-.7-1.7-1.7S15.1 25 16 25s1.7.7 1.7 1.7-.8 1.6-1.7 1.6zm8.1-6h-.4v-6.7h.4c.9.1 1.6.3 2.1.5.1 0 .1.1.2.1 1.7.7 1.9 1.9 1.9 2.7 0 1.3-.4 2.9-4.2 3.4z"}))})));EngageBorder.displayName="EngageBorder",EngageBorder.iconName="engage_border",exports.default=EngageBorder},"./packages/juno-icon/src/EngageDigitalBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EngageDigitalBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.7 11.7c-2.4 0-4.3 1.9-4.3 4.3s1.9 4.3 4.3 4.3S13 18.4 13 16s-1.9-4.3-4.3-4.3zm0 6.6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3c0 1.3-1 2.3-2.3 2.3zm18-6h-9.3c-.6 0-1 .4-1 1s.4 1 1 1h9.3c.6 0 1-.4 1-1s-.5-1-1-1zM13.3 9h13.3c.6 0 1-.4 1-1s-.4-1-1-1H13.3c-.6 0-1 .4-1 1s.5 1 1 1zm13.4 14H13.3c-.6 0-1 .4-1 1s.4 1 1 1h13.3c.6 0 1-.4 1-1s-.4-1-.9-1zm0-5.3h-9.3c-.6 0-1 .4-1 1s.4 1 1 1h9.3c.6 0 1-.4 1-1s-.5-1-1-1zM6 22.3c-.9 0-1.7.7-1.7 1.7S5 25.7 6 25.7 7.6 25 7.6 24s-.7-1.7-1.6-1.7zM6 9.6c.9 0 1.6-.7 1.6-1.6S6.9 6.4 6 6.4c-.9 0-1.6.7-1.6 1.6S5.1 9.6 6 9.6z"}))})));EngageDigitalBorder.displayName="EngageDigitalBorder",EngageDigitalBorder.iconName="engage-digital_border",exports.default=EngageDigitalBorder},"./packages/juno-icon/src/EventNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EventNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 10v16a2 2 0 0 1-1.851 1.994L26 28H6a2.001 2.001 0 0 1-1.995-1.851L3.999 26V10h24zm-9 3h-6l-.117.007a1 1 0 0 0 0 1.986L13 15h4.301l-4.175 7.514-.051.105a1 1 0 0 0 1.736.965l.063-.099 5-9 .049-.101a1 1 0 0 0-.805-1.378L19 12.999zM4 6c0-1.054.816-1.918 1.851-1.995L6 3.999h4v-1a1 1 0 0 1 1.993-.117l.007.117v1h8v-1a1 1 0 0 1 1.993-.117l.007.117v1h4a2 2 0 0 1 1.994 1.851l.006.149v2H4v-2z"}))})));EventNew.displayName="EventNew",EventNew.iconName="event-new",exports.default=EventNew},"./packages/juno-icon/src/EventNewBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),EventNewBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 2a1 1 0 0 1 .993.883L22 3v1h4a2 2 0 0 1 1.994 1.851L28 6v20a2 2 0 0 1-1.851 1.994L26 28H6a2.001 2.001 0 0 1-1.995-1.851L3.999 26V6c0-1.054.816-1.918 1.851-1.995l.149-.006h4v-1a1 1 0 0 1 1.993-.117l.007.117v1h8v-1a1 1 0 0 1 1-1zm5 8H6v15a1 1 0 0 0 .883.993L7 26h18a1 1 0 0 0 .993-.883L26 25V10zm-13 3h6a1 1 0 0 1 .923 1.385l-.049.101-5 9a1 1 0 0 1-1.799-.866l.051-.105 4.175-7.514h-4.3a1 1 0 0 1-.117-1.993l.117-.007zm12-7H7a1 1 0 0 0-.993.883L6 7v1h20V7a1 1 0 0 0-.883-.993L25 6z"}))})));EventNewBorder.displayName="EventNewBorder",EventNewBorder.iconName="event-new_border",exports.default=EventNewBorder},"./packages/juno-icon/src/Evernote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Evernote=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.631 15.271a5.645 5.645 0 0 0-1.063.063c.094-.744.407-1.657 1.515-1.619 1.226.042 1.397 1.18 1.401 1.95-.517-.227-1.157-.371-1.854-.395zm5.242-8.073c-.206-1.077-.857-1.609-1.446-1.817-.636-.226-1.927-.46-3.548-.648-1.305-.151-2.836-.138-3.763-.111-.112-.747-.645-1.431-1.242-1.667-1.592-.629-4.051-.477-4.683-.303-.502.138-1.057.419-1.366.854-.207.291-.342.663-.343 1.183 0 .295.008.988.016 1.604.007.618.016 1.17.016 1.174 0 .55-.454.997-1.017.998h-2.58c-.55 0-.971.091-1.292.234s-.55.338-.723.566c-.344.455-.405 1.015-.403 1.587 0 0 .005.468.12 1.373.096.7.869 5.593 1.603 7.081.285.578.474.82 1.034 1.075 1.246.524 4.094 1.108 5.428 1.275 1.332.167 2.168.52 2.667-.507.001-.003.099-.256.235-.626.433-1.287.493-2.43.493-3.256 0-.085.126-.088.126 0 0 .583-.114 2.648 1.474 3.203.627.218 1.928.413 3.249.565 1.196.135 2.063.597 2.063 3.608 0 1.832-.392 2.083-2.44 2.083-1.66 0-2.294.043-2.294-1.253 0-1.047 1.055-.937 1.836-.937.349 0 .096-.255.096-.901 0-.643.409-1.014.023-1.023-2.701-.073-4.292-.004-4.292 3.316 0 3.013 1.174 3.573 5.009 3.573 3.007 0 4.068-.097 5.309-3.88.246-.746.841-3.027 1.199-6.854.228-2.42-.214-9.724-.564-11.567zm-20.076.531h2.582a.265.265 0 0 0 .267-.262c0-.001-.031-2.172-.031-2.777v-.006c0-.496.106-.929.29-1.291l.088-.163a.056.056 0 0 0-.03.016L4.95 8.128a.059.059 0 0 0-.019.029c.104-.05.246-.119.266-.127.436-.194.966-.3 1.599-.3z"}))})));Evernote.displayName="Evernote",Evernote.iconName="evernote",exports.default=Evernote},"./packages/juno-icon/src/Excel.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExcelD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ExcelD.tsx")),Excel=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ExcelD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#007640",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#007640",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm2.343 6.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.837 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.346-1.575-2.346z"}))})));Excel.displayName="Excel",Excel.iconName="excel",exports.default=Excel},"./packages/juno-icon/src/ExcelD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExcelD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1e2f27",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#008f4d",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z"}),React.createElement("path",{fill:"#f1f1f1",d:"M14.258 14.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.836 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.347-1.575-2.347z"}))})));ExcelD.displayName="ExcelD",ExcelD.iconName="excel-D",exports.default=ExcelD},"./packages/juno-icon/src/Expand.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Expand=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 18a1 1 0 0 1 1 1l.001 5.586 5.827-5.829a.999.999 0 1 1 1.414 1.414L7.415 26H13a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1zM27 4a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a.999.999 0 1 1-1.414-1.414L24.585 6H19a1 1 0 0 1 0-2h8z"}))})));Expand.displayName="Expand",Expand.iconName="expand",exports.default=Expand},"./packages/juno-icon/src/ExpandSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExpandSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.8 3.2v25.6H2.4V3.2h2.4zm24.8 11.6H10.139l8.221-8.219L16.68 4.8 5.6 16l11.2 11.2 1.68-1.699-8.341-8.301H29.6v-2.4z"}))})));ExpandSp.displayName="ExpandSp",ExpandSp.iconName="expand_sp",exports.default=ExpandSp},"./packages/juno-icon/src/Export.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Export=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.121 2.001c6.584 0 11.922 5.418 11.922 12.101l.001 2.229a7.948 7.948 0 0 0-1.987-.892l-.001-1.337c0-5.569-4.448-10.084-9.935-10.084H6.18a1 1 0 0 0-.993 1.008v22.185a1 1 0 0 0 .993 1.008l10.465.001a8.045 8.045 0 0 0 2.508 2.017l-13.966-.001c-1.097 0-1.987-.903-1.987-2.017V4.017C3.2 2.903 4.09 2 5.187 2l9.934.001zm1.428 16.134a8.007 8.007 0 0 0-1.174 2.017h-5.222a1 1 0 0 1-.993-1.008 1 1 0 0 1 .993-1.008l6.396-.001zm7.365-.309 4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414l2.879-2.879H17.82a1 1 0 0 1 0-2h7.559L22.5 19.24a1 1 0 0 1 1.414-1.414zm-3.826-5.741c.549 0 .993.451.993 1.008a1 1 0 0 1-.993 1.008h-9.935a1 1 0 0 1-.993-1.008 1 1 0 0 1 .993-1.008h9.935z"}))})));Export.displayName="Export",Export.iconName="export",exports.default=Export},"./packages/juno-icon/src/ExtensionLineBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExtensionLineBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4c-4.194 0-7.745.77-10.13 1.481A5.42 5.42 0 0 0 2 10.664v3.029a2.17 2.17 0 0 0 2.154 2.154h4.308a2.17 2.17 0 0 0 2.154-2.154v-2.827c.202-.093.244-.13.841-.303.98-.286 2.478-.572 4.543-.572s3.563.286 4.543.572c.597.172.639.21.841.303v2.827a2.17 2.17 0 0 0 2.154 2.154h4.308A2.17 2.17 0 0 0 30 13.693v-3.029a5.426 5.426 0 0 0-3.87-5.183A35.975 35.975 0 0 0 16 4zm0 2.154c3.929 0 7.29.715 9.524 1.38a3.248 3.248 0 0 1 2.322 3.13v3.029h-4.308V9.52L23 9.217s-.686-.4-1.851-.74-2.877-.639-5.149-.639c-2.272 0-3.984.299-5.149.639S9 9.217 9 9.217l-.538.303v4.173H4.154v-3.029c0-1.443.93-2.718 2.322-3.13A33.908 33.908 0 0 1 16 6.154zM9.538 18c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S10.729 18 9.538 18zM16 18c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S17.191 18 16 18zm6.462 0c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154S23.653 18 22.462 18zM9.538 24.462c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154zm6.462 0c-1.191 0-2.154.963-2.154 2.154S14.809 28.77 16 28.77c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154zm6.462 0c-1.191 0-2.154.963-2.154 2.154s.963 2.154 2.154 2.154c1.191 0 2.154-.963 2.154-2.154s-.963-2.154-2.154-2.154z"}))})));ExtensionLineBorder.displayName="ExtensionLineBorder",ExtensionLineBorder.iconName="extension-line_border",exports.default=ExtensionLineBorder},"./packages/juno-icon/src/ExternalLink.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExternalLink=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 29H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h8a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-7a1 1 0 0 1 2 0v8a2 2 0 0 1-2 2zM20 4a1 1 0 0 0 1 1h4.59l-7.885 7.885a.998.998 0 0 0 1.41 1.41L27 6.41V11a1 1 0 0 0 2 0V4a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1z"}))})));ExternalLink.displayName="ExternalLink",ExternalLink.iconName="external_link",exports.default=ExternalLink},"./packages/juno-icon/src/ExternalLinkGlobal.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ExternalLinkGlobal=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.778 8.222a1 1 0 0 0 1 1h10.586L7.515 23.072a.999.999 0 1 0 1.414 1.414L22.78 10.635l-.001 10.588a1 1 0 0 0 2 0v-13a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1z"}))})));ExternalLinkGlobal.displayName="ExternalLinkGlobal",ExternalLinkGlobal.iconName="external-link-global",exports.default=ExternalLinkGlobal},"./packages/juno-icon/src/FacebookShareNumberIcon.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FacebookShareNumberIcon=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#3768ea",d:"M16 2C8.268 2 2 8.273 2 16.01c0 7.024 5.171 12.824 11.907 13.837V19.722h-3.464V16.04h3.464v-2.451c0-4.057 1.975-5.838 5.345-5.838 1.613 0 2.468.12 2.871.174v3.214h-2.298c-1.43 0-1.93 1.358-1.93 2.887v2.013h4.192l-.568 3.682h-3.624v10.154C24.728 28.948 30 23.101 30 16.008c0-7.737-6.268-14.01-14-14.01z"}))})));FacebookShareNumberIcon.displayName="FacebookShareNumberIcon",FacebookShareNumberIcon.iconName="facebook-share-number-icon",exports.default=FacebookShareNumberIcon},"./packages/juno-icon/src/FailedFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FailedFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zM28 22a2 2 0 1 1 .001 3.999A2 2 0 0 1 28 22zm0-16c.552 0 1 .348 1 .778v12.444c0 .43-.448.778-1 .778s-1-.348-1-.778V6.778c0-.43.448-.778 1-.778zm-12.833 8H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z"}))})));FailedFax.displayName="FailedFax",FailedFax.iconName="failed-fax",exports.default=FailedFax},"./packages/juno-icon/src/FailedFaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FailedFaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm5 18a2 2 0 1 1 .001 3.999A2 2 0 0 1 28 22zM19 6H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zM28 6c.552 0 1 .348 1 .778v12.444c0 .43-.448.778-1 .778s-1-.348-1-.778V6.778c0-.43.448-.778 1-.778zm-12.833 8c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z"}))})));FailedFaxBorder.displayName="FailedFaxBorder",FailedFaxBorder.iconName="failed-fax_border",exports.default=FailedFaxBorder},"./packages/juno-icon/src/Fax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Fax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 3a1 1 0 0 1 0 2h-2v15h-7a2 2 0 0 0-1.994 1.851L18 22v7H7a2 2 0 0 1-2-2V5H3a1 1 0 0 1 0-2h26zm-2.272 19-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V23a1 1 0 0 1 .883-.993L21 22h5.728zM21 14H11a1 1 0 0 0-.117 1.993L11 16h10a1 1 0 0 0 0-2zm0-6H11a1 1 0 0 0-.117 1.993L11 10h10a1 1 0 0 0 0-2z"}))})));Fax.displayName="Fax",Fax.iconName="fax",exports.default=Fax},"./packages/juno-icon/src/FaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 3a1 1 0 0 1 0 2h-2v15.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H6.999a2 2 0 0 1-2-2V5h-2a1 1 0 0 1 0-2h26zm-4 2H7v21a1 1 0 0 0 1 1h10v-5a2 2 0 0 1 2-2h5V5zm-.83 17H21a1 1 0 0 0-1 1v3.17L24.17 22zM21 14a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10zm0-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));FaxBorder.displayName="FaxBorder",FaxBorder.iconName="fax_border",exports.default=FaxBorder},"./packages/juno-icon/src/Features.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Features=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.197 2.6 11.92 9.42l-4.396 4.836-1.571 1.753-.121.157-.039.056-.109.178c-.02.035-.041.073-.061.112a2.558 2.558 0 0 0-.263.743l-.026.188c-.109 1.176.793 2.039 2.12 2.039h7.468l-2.468 8.765a1.492 1.492 0 0 0 2.533 1.414l2.014-2.224 5.594-6.249 4.416-4.973.087-.186.082-.192c.59-1.522-.381-2.769-1.937-2.769l-7.396-.001 2.847-8.984A1.492 1.492 0 0 0 18.197 2.6z"}))})));Features.displayName="Features",Features.iconName="features",exports.default=Features},"./packages/juno-icon/src/Feedback.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Feedback=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.667 2.667a2.667 2.667 0 0 1 2.667 2.667v16a2.667 2.667 0 0 1-2.667 2.667h-12L9.113 29a.666.666 0 0 1-1.112-.496v-4.503H5.334a2.667 2.667 0 0 1-2.667-2.667v-16a2.667 2.667 0 0 1 2.667-2.667h21.333zM15.994 17.333a1.334 1.334 0 1 0-.002 2.666 1.334 1.334 0 1 0 .002-2.666zM16 6.667l-.142.005a1.853 1.853 0 0 0-1.705 1.989l.411 5.343a1.44 1.44 0 0 0 2.872 0l.415-5.414.001-.071A1.852 1.852 0 0 0 16 6.667z"}))})));Feedback.displayName="Feedback",Feedback.iconName="feedback",exports.default=Feedback},"./packages/juno-icon/src/File.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),File=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 14v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V14h28zM2 6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2v3H2V6z"}))})));File.displayName="File",File.iconName="file",exports.default=File},"./packages/juno-icon/src/FileBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FileBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 26a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2v17zm-2-12H4v11a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V14zM10.955 6H5a1 1 0 0 0-1 1v5h24v-2a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6z"}))})));FileBorder.displayName="FileBorder",FileBorder.iconName="file_border",exports.default=FileBorder},"./packages/juno-icon/src/Filter.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Filter=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18 29h-4a2 2 0 0 1-2-2v-8.176a.997.997 0 0 0-.293-.707L4.59 11A1.996 1.996 0 0 1 4 9.59V5a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v4.59a1.996 1.996 0 0 1-.59 1.41l-7.117 7.117a1 1 0 0 0-.293.707V27a2 2 0 0 1-2 2zM6 6v3.176c0 .265.105.52.293.707l7.121 7.121A2 2 0 0 1 14 18.418V26a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-7.582a2 2 0 0 1 .586-1.414l7.121-7.121A1 1 0 0 0 26 9.176V6a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z"}))})));Filter.displayName="Filter",Filter.iconName="filter",exports.default=Filter},"./packages/juno-icon/src/FlipSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FlipSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.571 14.881V16c0 2.445 1.819 4.443 4.09 4.565l.221.006 6.073-.001-2.537-2.536 1.615-1.615 5.297 5.295-5.297 5.295-1.615-1.615 2.538-2.538-6.074.001c-3.473 0-6.323-2.802-6.578-6.34l-.014-.26L6.285 16v-1.119h2.286zm5.395-9.891 1.615 1.615-2.539 2.537h6.074c3.474 0 6.324 2.802 6.579 6.34l.014.26.005.257v1.119h-2.286v-1.119c0-2.445-1.819-4.443-4.091-4.565l-.221-.006h-6.073l2.538 2.537-1.615 1.615-5.297-5.295 5.297-5.295z"}))})));FlipSp.displayName="FlipSp",FlipSp.iconName="flip_sp",exports.default=FlipSp},"./packages/juno-icon/src/Folder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Folder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m13.281 4.632 1.923 2.052a.996.996 0 0 0 .612.309l.118.007h12.067a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632z"}))})));Folder.displayName="Folder",Folder.iconName="folder",exports.default=Folder},"./packages/juno-icon/src/FolderBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FolderBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m13.281 4.632 1.923 2.052a.996.996 0 0 0 .612.309l.118.007h12.067a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.821a2 2 0 0 1 1.459.632zM10.955 6H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 6z"}))})));FolderBorder.displayName="FolderBorder",FolderBorder.iconName="folder_border",exports.default=FolderBorder},"./packages/juno-icon/src/Foldercreated.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Foldercreated=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 7.95H16l-1.98-1.944a2.826 2.826 0 0 0-1.98-.806H4.799c-1.54 0-2.8 1.237-2.8 2.75v16.5c0 1.512 1.26 2.75 2.8 2.75h22.4c1.54 0 2.8-1.238 2.8-2.75V10.7c0-1.512-1.26-2.75-2.8-2.75z"}))})));Foldercreated.displayName="Foldercreated",Foldercreated.iconName="foldercreated",exports.default=Foldercreated},"./packages/juno-icon/src/FontColor.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FontColor=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m16.873 3.511.054.113 7.5 18.5a1 1 0 0 1-1.803.857l-.05-.106-1.976-4.876h-9.195l-1.975 4.876a1.001 1.001 0 0 1-1.192.589l-.111-.038a1.001 1.001 0 0 1-.589-1.192l.038-.111 7.5-18.5c.304-.751 1.294-.824 1.732-.22l.068.107zM16 6.66 12.213 16h7.573L16 6.66z"}),React.createElement("path",{fill:"#212121",d:"M27 25v3H5v-3z"}))})));FontColor.displayName="FontColor",FontColor.iconName="font-color",exports.default=FontColor},"./packages/juno-icon/src/FontSize.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),FontSize=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.304 4.402.068.106.054.113 9 22a1 1 0 0 1-1.801.862l-.05-.105-2.746-6.713H14.172l-2.745 6.713a1 1 0 0 1-1.194.585l-.111-.038a1 1 0 0 1-.585-1.194l.038-.11 9-22c.306-.748 1.291-.821 1.729-.219zM9.81 12.411l.067.109.053.115 2.089 5.318-1.106 2.654-1.914-4.872-2.266 5.766 3.808-.001-.833 2.001h-3.76L4.43 27.367a1 1 0 0 1-1.185.601l-.111-.036a1 1 0 0 1-.601-1.185l.036-.111 5.5-14c.3-.763 1.303-.838 1.741-.224zM19.5 7.64l-4.511 11.026h9.021L19.5 7.64z"}))})));FontSize.displayName="FontSize",FontSize.iconName="font-size",exports.default=FontSize},"./packages/juno-icon/src/Forward.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Forward=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.101 6.101a.999.999 0 0 0 0 1.414L24.586 15H5a1 1 0 0 0 0 2h19.588L17.1 24.486a.999.999 0 1 0 1.414 1.414l9.192-9.192a.999.999 0 0 0 0-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0z"}))})));Forward.displayName="Forward",Forward.iconName="forward",exports.default=Forward},"./packages/juno-icon/src/Forwardcall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Forwardcall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm15.916-.06 4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414zm-5 0 4.243 4.243a.999.999 0 0 1 0 1.414l-4.243 4.243a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 1 1 1.414-1.414z"}))})));Forwardcall.displayName="Forwardcall",Forwardcall.iconName="forwardcall",exports.default=Forwardcall},"./packages/juno-icon/src/Forwarding.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Forwarding=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.287 27.703.127-.117 10.172-10.172a2 2 0 0 0 .117-2.701l-.117-.127L19.414 4.414a2 2 0 0 0-3.408 1.265L16 5.828 15.999 11 15 10.999c-7.18 0-13 5.82-13 13v3c0 1.192 1.711 1.384 1.975.221a8 8 0 0 1 7.538-6.217l.263-.004h4.222l.001 5.171a2 2 0 0 0 3.287 1.531z"}))})));Forwarding.displayName="Forwarding",Forwarding.iconName="forwarding",exports.default=Forwarding},"./packages/juno-icon/src/ForwardingBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ForwardingBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.287 27.703.127-.117 10.172-10.172a2 2 0 0 0 .117-2.701l-.117-.127L19.414 4.414a2 2 0 0 0-3.408 1.265L16 5.828 15.999 11 15 10.999c-7.18 0-13 5.82-13 13v3c0 1.192 1.711 1.384 1.975.221a8 8 0 0 1 7.538-6.217l.263-.004h4.222l.001 5.171a2 2 0 0 0 3.287 1.531zM14 13h2.999a1 1 0 0 0 .993-.883l.007-.117L18 6.311c0-.11.09-.2.2-.2.053 0 .104.021.141.059l9.689 9.689a.2.2 0 0 1 0 .283l-9.689 9.689a.2.2 0 0 1-.342-.141l-.001-5.688a1 1 0 0 0-1-1l-5.531.005a9.996 9.996 0 0 0-7.179 3.365l-.202.235.04-.284c.759-4.955 4.824-8.822 9.873-9.277l-.001-.045z"}))})));ForwardingBorder.displayName="ForwardingBorder",ForwardingBorder.iconName="forwarding_border",exports.default=ForwardingBorder},"./packages/juno-icon/src/GdriveLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GdriveLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#0066da",d:"m4.117 24.441 1.235 2.133c.257.449.625.802 1.058 1.058l4.41-7.633H2c0 .497.128.994.385 1.443l1.732 2.999z"}),React.createElement("path",{fill:"#00ac47",d:"m16 11.018-4.41-7.633a2.909 2.909 0 0 0-1.058 1.058L2.385 18.555A2.9 2.9 0 0 0 2 19.998h8.82L16 11.017z"}),React.createElement("path",{fill:"#ea4335",d:"M25.59 27.632a2.909 2.909 0 0 0 1.058-1.058l.513-.882 2.454-4.25A2.9 2.9 0 0 0 30 19.999h-8.821l1.877 3.688 2.534 3.945z"}),React.createElement("path",{fill:"#00832d",d:"m16 11.018 4.41-7.633A2.815 2.815 0 0 0 18.967 3h-5.934a2.98 2.98 0 0 0-1.443.385L16 11.018z"}),React.createElement("path",{fill:"#2684fc",d:"M21.18 19.999H10.82l-4.41 7.633c.433.257.93.385 1.443.385h16.293a2.98 2.98 0 0 0 1.443-.385l-4.41-7.633z"}),React.createElement("path",{fill:"#ffba00",d:"m25.542 11.499-4.073-7.056a2.909 2.909 0 0 0-1.058-1.058l-4.41 7.633 5.18 8.981h8.804a2.9 2.9 0 0 0-.385-1.443L25.543 11.5z"}))})));GdriveLogo.displayName="GdriveLogo",GdriveLogo.iconName="gdrive-logo",exports.default=GdriveLogo},"./packages/juno-icon/src/Gif.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Gif=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.36 18.008c.464 0 .897.034 1.298.103s.775.168 1.121.298c.346.13.666.288.96.474.293.185.566.393.82.625l.123.112-.529.846c-.126.2-.305.309-.521.309a.766.766 0 0 1-.382-.116l-.293-.174-.284-.177a4.048 4.048 0 0 0-.45-.217 4.647 4.647 0 0 0-.805-.241 5.347 5.347 0 0 0-1.106-.1c-.621 0-1.179.101-1.677.302-.496.2-.917.485-1.265.855s-.617.822-.805 1.354a5.407 5.407 0 0 0-.285 1.809c0 .703.099 1.327.296 1.872.196.543.471 1 .825 1.375s.772.659 1.258.856a4.265 4.265 0 0 0 1.621.297c.302 0 .579-.014.829-.043.25-.028.485-.071.705-.127s.428-.124.622-.203c.161-.066.322-.139.484-.221V25.67h-1.576c-.151 0-.282-.047-.382-.143s-.154-.221-.154-.361v-.58a.5.5 0 0 1 .5-.5h2.42a1 1 0 0 1 1 1v3.6l-.083.162a6.276 6.276 0 0 1-1.961.962 7.46 7.46 0 0 1-1.171.239c-.414.052-.862.078-1.345.078-.857 0-1.646-.148-2.364-.443s-1.339-.711-1.859-1.245c-.52-.534-.926-1.174-1.215-1.919s-.434-1.56-.434-2.448c0-.898.142-1.72.425-2.463.284-.746.691-1.387 1.221-1.921s1.169-.949 1.917-1.242c.747-.292 1.581-.438 2.501-.438zm7.616.128c.539 0 .976.437.976.976v9.912a.976.976 0 0 1-1.952 0v-9.912c0-.539.437-.976.976-.976zm10.28 0a.832.832 0 0 1 0 1.664h-4.672v3.608h3.872a.832.832 0 0 1 0 1.664h-3.872v3.948a.98.98 0 0 1-1.96 0v-9.884a1 1 0 0 1 1-1h5.632zM19.249 2c.484 0 .952.176 1.317.495l6.751 5.908A2 2 0 0 1 28 9.908V15a1 1 0 0 1-2 0v-4.639c0-.288-.124-.563-.341-.753l-6.127-5.361A.996.996 0 0 0 18.873 4H7a1 1 0 0 0-1 1v10a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2h13.249z"}))})));Gif.displayName="Gif",Gif.iconName="gif",exports.default=Gif},"./packages/juno-icon/src/GifFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GifFileD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GifFileD.tsx")),GifFile=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GifFileD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4975ed",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4b77f1",d:"M9.778 7.111h12.444a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667z"}),React.createElement("path",{fill:"#fff",d:"M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 0 1 .922.142c.12.041.23.09.329.147l.291.169a.407.407 0 0 0 .218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z"}))})));GifFile.displayName="GifFile",GifFile.iconName="gif-file",exports.default=GifFile},"./packages/juno-icon/src/GifFileD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GifFileD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"M9.778 7.111h12.444a2.667 2.667 0 0 1 2.667 2.667v12.444a2.667 2.667 0 0 1-2.667 2.667H9.778a2.667 2.667 0 0 1-2.667-2.667V9.778a2.667 2.667 0 0 1 2.667-2.667z"}),React.createElement("path",{fill:"#f1f1f1",d:"M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 0 1 .922.142c.12.041.23.09.329.147l.291.169a.407.407 0 0 0 .218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z"}))})));GifFileD.displayName="GifFileD",GifFileD.iconName="gif-file-D",exports.default=GifFileD},"./packages/juno-icon/src/Github.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Github=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.901 13.759c.102-.652.167-1.367.183-2.169-.006-3.439-1.649-4.656-1.965-5.226.465-2.606-.078-3.791-.33-4.197-.931-.332-3.238.854-4.499 1.688-2.057-.602-6.4-.544-8.029.156-3.006-2.157-4.596-1.828-4.596-1.828S6.637 4.03 7.393 6.732c-.989 1.263-1.726 2.156-1.726 4.524 0 .568.035 1.103.095 1.619.852 4.488 4.4 6.424 7.886 6.758-.525.399-1.154 1.155-1.241 2.031-.659.427-1.985.568-3.016.243-1.445-.457-1.997-3.324-4.161-2.915-.468.088-.375.398.03.661.659.428 1.28.96 1.758 2.1.367.875 1.14 2.436 3.584 2.436.97 0 1.65-.114 1.65-.114s.018 2.229.018 3.098c0 1-1.347 1.281-1.347 1.761 0 .191.446.209.804.209.708 0 2.182-.591 2.182-1.631 0-.826.013-3.602.013-4.089 0-1.063.568-1.4.568-1.4s.069 5.672-.137 6.432c-.242.894-.68.768-.68 1.165 0 .594 1.772.146 2.36-1.154.455-1.015.251-6.578.251-6.578l.473-.011s.006 2.548-.01 3.712c-.018 1.205-.142 2.73.573 3.449.469.472 1.906 1.303 1.906.544 0-.44-1.007-.803-1.007-1.994v-5.487c.612 0 .738 1.804.738 1.804l.22 3.35s-.147 1.222 1.319 1.733c.517.181 1.622.23 1.675-.074.051-.305-1.332-.757-1.346-1.703-.006-.577.027-.913.027-3.42 0-2.505-.336-3.432-1.506-4.171 3.395-.349 6.919-1.869 7.555-5.863z"}))})));Github.displayName="Github",Github.iconName="github",exports.default=Github},"./packages/juno-icon/src/Glipwebhooks.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Glipwebhooks=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.001 6.548a3.046 3.046 0 0 1 3.455.944c.667.846.879 1.797.528 2.84-.098.291-.224.573-.361.917l.883 1.561 1.774 3.136c4.471-1.388 7.843 1.095 9.053 3.751 1.461 3.209.462 7.011-2.407 8.991-2.945 2.032-6.669 1.685-9.279-.925l2.048-1.718c2.577 1.674 4.831 1.594 6.505-.387a4.505 4.505 0 0 0-.073-5.866c-1.695-1.91-3.965-1.968-6.708-.134-1.139-2.024-2.297-4.033-3.399-6.072-.372-.687-.782-1.086-1.62-1.231-1.399-.243-2.302-1.448-2.356-2.797a3.073 3.073 0 0 1 1.957-3.01zm-8.434 9.069.689 2.507c-3.043 1.557-4.097 3.518-3.245 5.971.749 2.158 2.88 3.342 5.192 2.883 2.362-.467 3.552-2.435 3.407-5.592 2.239 0 4.48-.023 6.719.012.875.014 1.549-.077 2.208-.85 1.084-1.272 3.081-1.157 4.248.043 1.194 1.228 1.137 3.202-.126 4.378a3.041 3.041 0 0 1-4.285-.148c-.234-.252-.419-.552-.65-.861h-5.383c-.516 2.128-1.631 3.846-3.551 4.938-1.492.849-3.102 1.137-4.814.86-3.153-.51-5.731-3.356-5.958-6.56-.257-3.631 2.232-6.857 5.549-7.581zm4.407-11.521a7.172 7.172 0 0 1 8.967-.943c2.739 1.763 3.993 5.199 2.924 8.14l-2.51-.683c.336-1.635.087-3.104-1.013-4.361-.726-.831-1.659-1.266-2.719-1.426-2.126-.322-4.213 1.047-4.832 3.139-.703 2.374.361 4.312 3.268 5.774-1.248 2.103-2.444 4.14-3.664 6.161-.314.52-.469.942-.218 1.602.692 1.823-.284 3.596-2.117 4.077-1.729.454-3.413-.685-3.756-2.54-.304-1.643.967-3.253 2.773-3.509.152-.021.306-.024.56-.043l2.748-4.618c-1.728-1.722-2.757-3.736-2.529-6.231.161-1.763.853-3.288 2.117-4.537z"}))})));Glipwebhooks.displayName="Glipwebhooks",Glipwebhooks.iconName="glipwebhooks",exports.default=Glipwebhooks},"./packages/juno-icon/src/Globe.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Globe=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3.629c-6.834 0-12.373 5.54-12.373 12.373S9.167 28.375 16 28.375c6.834 0 12.373-5.54 12.373-12.373S22.833 3.629 16 3.629zM1.706 16.003c0-7.894 6.399-14.293 14.293-14.293s14.293 6.399 14.293 14.293c0 7.894-6.399 14.293-14.293 14.293S1.706 23.897 1.706 16.003z"}),React.createElement("path",{d:"M1.706 16.001c0-.53.43-.96.96-.96h26.667a.96.96 0 0 1 0 1.92H2.666a.96.96 0 0 1-.96-.96z"}),React.createElement("path",{d:"M16 1.709c.27 0 .527.113.709.313a21.36 21.36 0 0 1 5.584 13.961v.04a21.36 21.36 0 0 1-5.584 13.961.96.96 0 0 1-1.418 0 21.36 21.36 0 0 1-5.584-13.961v-.04a21.36 21.36 0 0 1 5.584-13.961.961.961 0 0 1 .709-.313zm-4.374 14.294a19.438 19.438 0 0 0 4.373 11.865 19.438 19.438 0 0 0 4.373-11.865 19.438 19.438 0 0 0-4.373-11.865 19.438 19.438 0 0 0-4.373 11.865z"}))})));Globe.displayName="Globe",Globe.iconName="globe",exports.default=Globe},"./packages/juno-icon/src/Gmail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Gmail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4285f4",d:"M3.909 27h4.455V15.67L2 10.671v14.33C2 26.107 2.856 27 3.909 27z"}),React.createElement("path",{fill:"#34a853",d:"M23.636 27h4.455C29.147 27 30 26.104 30 25.001v-14.33l-6.364 4.999z"}),React.createElement("path",{fill:"#fbbc04",d:"M23.636 7.005v8.664L30 10.67V8.004c0-2.473-2.695-3.882-4.582-2.399z"}),React.createElement("path",{fill:"#ea4335",d:"M8.364 15.67V7.006L16 13.004l7.636-5.998v8.664L16 21.668z"}),React.createElement("path",{fill:"#c5221f",d:"M2 8.005v2.666l6.364 4.999V7.006l-1.782-1.4C4.692 4.123 2 5.533 2 8.005z"}))})));Gmail.displayName="Gmail",Gmail.iconName="gmail",exports.default=Gmail},"./packages/juno-icon/src/GoodConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoodConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2z"}))})));GoodConnection.displayName="GoodConnection",GoodConnection.iconName="good-connection",exports.default=GoodConnection},"./packages/juno-icon/src/Google.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Google=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.667 20.421 6.864 28l8.148-14.527-4.321-7.579-8.025 14.527zm10.494 0L8.964 28h16.173l4.197-7.579H13.161zM20.197 4h-8.395l8.518 15.158h8.395L20.197 4z"}))})));Google.displayName="Google",Google.iconName="google",exports.default=Google},"./packages/juno-icon/src/GoogleBusiness.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleBusiness=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4989f5",d:"M4.907 28.439a1.5 1.5 0 0 1-1.5-1.5v-10.66c0-.382.022-.758.066-1.128.15-1.666.605-5.169 1.161-5.169l1.148-.001a9.518 9.518 0 0 1 7.167-3.242 9.54 9.54 0 0 1 2.27.274l3.792.929a11.657 11.657 0 0 1 4.283 2.04l3.36.001a1.244 1.244 0 0 1 1.24 1.24l.001 7.513c.008.181.013.362.013.545 0 .163-.004.324-.013.485l-.001 7.434a1.244 1.244 0 0 1-1.24 1.24H4.908z"}),React.createElement("path",{fill:"#3c4ba6",d:"M9.001 13.188h7V4.001h-5.952z"}),React.createElement("path",{fill:"#7babf7",d:"M23.001 13.188h-7V4.001h5.952l1.048 9.187zm4.93-7.446.033.1c-.008-.035-.024-.068-.033-.1z"}),React.createElement("path",{fill:"#3f51b5",d:"m27.915 5.773-.009-.031A2.215 2.215 0 0 0 25.744 4h-3.792l1.047 9.188h7l-2.085-7.415z"}),React.createElement("path",{fill:"#7babf7",d:"m4.144 5.742-.033.1c.008-.035.024-.068.033-.1z"}),React.createElement("path",{fill:"#7babf7",d:"m4.086 5.773.009-.031A2.215 2.215 0 0 1 6.257 4h3.793l-1.049 9.188h-7l2.086-7.415z"}),React.createElement("path",{fill:"#709be0",d:"M9.013 13.185a3.498 3.498 0 1 1-6.996 0h6.996z"}),React.createElement("path",{fill:"#3c4ba6",d:"M16.009 13.185a3.498 3.498 0 1 1-6.996 0h6.996z"}),React.createElement("path",{fill:"#709be0",d:"M23.005 13.185a3.498 3.498 0 1 1-6.996 0h6.996z"}),React.createElement("path",{fill:"#3c4ba6",d:"M30 13.185a3.498 3.498 0 1 1-6.996 0H30z"}),React.createElement("path",{fill:"#fff",d:"M26.502 22.662a6.518 6.518 0 0 0-.062-.513h-3.816c0 .534 0 1.116-.002 1.65h2.211a1.922 1.922 0 0 1-.809 1.234s0-.009-.002-.009a2.3 2.3 0 0 1-.895.349c-.32.059-.648.057-.968-.004a2.412 2.412 0 0 1-.903-.391 2.529 2.529 0 0 1-.888-1.134l-.039-.108v-.004l.003-.003a2.448 2.448 0 0 1-.001-1.575c.122-.358.323-.685.587-.955a2.385 2.385 0 0 1 2.403-.626c.328.101.627.277.874.515l.746-.746c.132-.133.268-.262.395-.399a3.932 3.932 0 0 0-1.306-.809 4.104 4.104 0 0 0-2.732-.024c-.031.011-.062.021-.092.033A4.084 4.084 0 0 0 19 21.12a4.059 4.059 0 0 0 2.574 5.742 4.339 4.339 0 0 0 2.076.022 3.69 3.69 0 0 0 1.662-.863 3.695 3.695 0 0 0 1.026-1.691c.154-.541.21-1.106.165-1.667z"}))})));GoogleBusiness.displayName="GoogleBusiness",GoogleBusiness.iconName="google-business",exports.default=GoogleBusiness},"./packages/juno-icon/src/GoogleCalendar2019.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleCalendar2019=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#c7c7c7",d:"M26 2.357H6c-.789 0-1.429.639-1.429 1.429v2.143h22.857V3.786c0-.789-.639-1.429-1.429-1.429zM8.857 4.5a.714.714 0 1 1 0-1.429.714.714 0 0 1 0 1.429zm14.286 0a.714.714 0 1 1 0-1.429.714.714 0 0 1 0 1.429z"}),React.createElement("path",{fill:"#1976d2",d:"M30.286 6.643c.074-.416-1.006-1.429-1.429-1.429H3.143c-.714 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714h24.286s1.555-7.383 2.143-10.714z"}),React.createElement("path",{fill:"#1e88e5",d:"M28.143 17.357H3.857S2.302 24.74 1.714 28.071c0 .819.566 1.429 1.429 1.429h25.714c.422 0 1.429-.357 1.429-1.429-.588-3.331-2.143-10.714-2.143-10.714z"}),React.createElement("path",{fill:"#fafafa",d:"M13.524 17.357c.703.232 1.205.607 1.504 1.112.309.523.464 1.107.464 1.755 0 1.13-.371 2.019-1.111 2.666s-1.688.971-2.841.971c-1.13 0-2.066-.305-2.807-.916s-1.097-1.439-1.069-2.483l.026-.051h1.601c0 .653.2 1.173.601 1.559s.95.579 1.649.579c.71 0 1.266-.193 1.669-.579s.605-.957.605-1.712c0-.766-.179-1.331-.536-1.695s-.923-.545-1.695-.545h-1.465v-.661h3.406zm7.931 0h1.678v6.326h-1.678v-6.326z"}),React.createElement("path",{fill:"#e0e0e0",d:"M9.376 14.526h-1.61l-.017-.051c-.029-.937.311-1.734 1.018-2.389s1.631-.984 2.773-.984c1.147 0 2.061.305 2.743.916s1.022 1.481 1.022 2.611c0 .511-.155 1.021-.464 1.529s-.774.896-1.393 1.163l.076.037h-3.407v-.651h1.465c.744 0 1.271-.186 1.58-.558s.464-.89.464-1.554c0-.71-.176-1.249-.528-1.619s-.871-.554-1.559-.554c-.653 0-1.177.191-1.571.575-.381.37-.579.859-.592 1.529zm13.757 2.831h-1.678v-4.441l-2.539.034v-1.21l4.216-.46v6.077z"}),React.createElement("path",{fill:"#1976d2",d:"M3.143 5.214c-1.027 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714L3.143 5.214zm25 12.143s1.555-7.383 2.143-10.714c0-1.161-1.006-1.429-1.429-1.429l-.714 12.143z"}))})));GoogleCalendar2019.displayName="GoogleCalendar2019",GoogleCalendar2019.iconName="google-calendar-2019",exports.default=GoogleCalendar2019},"./packages/juno-icon/src/GoogleChromeLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleChromeLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1e8e3e",d:"m3.01 8.502 6.492 11.245a7.295 7.295 0 0 0 .625.918l.12.147.147.169c.332.376.702.717 1.104 1.018l.338.238.183.118.269.162.279.151c.174.089.351.172.533.249l.348.136.309.104.301.088.381.091.257.05.222.035.248.033.22.021.288.018.329.007c.156 0 .311-.005.466-.014l.319-.028.156-.017.292-.043.412-.08.315-.078.136-.038.318-.1.187-.067.278-.109.289-.127.312-.155.271-.149.311-.19.204-.137.181-.129.165-.125.259-.211.183-.162.275-.264.208-.219.21-.24.216-.27.176-.239.01-.015c.103-.146.201-.297.293-.451L16.004 31A15 15 0 0 1 2.786 8.908l.226-.406z"}),React.createElement("path",{fill:"#fcc934",d:"M28.988 8.5a15.003 15.003 0 0 1 .003 15 14.994 14.994 0 0 1-12.526 7.492l-.464.007 6.444-11.161a7.5 7.5 0 0 0-6.363-11.339l12.906.001z"}),React.createElement("path",{fill:"#d93025",d:"m10.777 10.616-.187.188-.127.136a7.47 7.47 0 0 0-1.932 4.379l-.025.386-.006.294.009.378a7.453 7.453 0 0 0 .903 3.21l.09.16L3.01 8.502c1.243-2.154 3-3.963 5.113-5.267l.376-.225a14.995 14.995 0 0 1 15 0 14.995 14.995 0 0 1 5.266 5.114l.225.377-12.989-.002a7.473 7.473 0 0 0-5.223 2.118z"}),React.createElement("path",{fill:"#1a73e8",d:"M16.001 21.939a5.938 5.938 0 1 0 0-11.876 5.938 5.938 0 0 0 0 11.876z"}))})));GoogleChromeLogo.displayName="GoogleChromeLogo",GoogleChromeLogo.iconName="google-chrome-logo",exports.default=GoogleChromeLogo},"./packages/juno-icon/src/GoogleDoc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleDocD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GoogleDocD.tsx")),GoogleDoc=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GoogleDocD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2196f3",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2196f3",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm4.579 12.148h-4.938v.988h4.938v-.988zm3.95-1.975h-8.889v.988h8.889v-.988zm0-1.975h-8.889v.988h8.889v-.988zm0-1.976h-8.889v.988h8.889v-.988z"}))})));GoogleDoc.displayName="GoogleDoc",GoogleDoc.iconName="google-doc",exports.default=GoogleDoc},"./packages/juno-icon/src/GoogleDocD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleDocD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#223442",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#2196f3",d:"m16.759 8.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624l4.844.023z"}),React.createElement("path",{fill:"#f1f1f1",d:"M16.494 20.148v.988h-4.938v-.988h4.938zm3.95-1.975v.988h-8.889v-.988h8.889zm0-1.975v.988h-8.889v-.988h8.889zm0-1.976v.988h-8.889v-.988h8.889z"}))})));GoogleDocD.displayName="GoogleDocD",GoogleDocD.iconName="google-doc-D",exports.default=GoogleDocD},"./packages/juno-icon/src/GoogleLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#ffc107",d:"M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 0 1 8.8 16 7.2 7.2 0 0 1 16 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z"}),React.createElement("path",{fill:"#ff3d00",d:"m5.384 10.415 3.943 2.891A7.197 7.197 0 0 1 16.001 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16.001 4c-4.609 0-8.606 2.602-10.616 6.415z"}),React.createElement("path",{fill:"#4caf50",d:"M16 28c3.1 0 5.916-1.186 8.045-3.115l-3.714-3.143A7.143 7.143 0 0 1 16 23.2c-3.121 0-5.771-1.99-6.77-4.768l-3.913 3.015C7.303 25.333 11.336 28 16 28z"}),React.createElement("path",{fill:"#1976d2",d:"M27.767 13.65H26.8v-.05H16v4.8h6.782a7.229 7.229 0 0 1-2.452 3.343l.002-.001 3.714 3.143c-.263.239 3.955-2.884 3.955-8.884 0-.805-.083-1.59-.233-2.35z"}))})));GoogleLogo.displayName="GoogleLogo",GoogleLogo.iconName="google-logo",exports.default=GoogleLogo},"./packages/juno-icon/src/GoogleLogoDisabled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleLogoDisabled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 0 1 8.8 16 7.2 7.2 0 0 1 16 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0 0 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z"}))})));GoogleLogoDisabled.displayName="GoogleLogoDisabled",GoogleLogoDisabled.iconName="google-logo-disabled",exports.default=GoogleLogoDisabled},"./packages/juno-icon/src/GoogleSheet.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSheetD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GoogleSheetD.tsx")),GoogleSheet=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GoogleSheetD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#43a047",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#43a047",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm7.542 6.222h-7.901v6.914h8.889v-6.914h-.988zm-6.914.988h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm6.914.988h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988z"}))})));GoogleSheet.displayName="GoogleSheet",GoogleSheet.iconName="google-sheet",exports.default=GoogleSheet},"./packages/juno-icon/src/GoogleSheetD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSheetD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1e2f1f",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#43a047",d:"m11.915 8 4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z"}),React.createElement("path",{fill:"#f1f1f1",d:"M20.444 14.222v6.914h-8.889v-6.914h8.889zm-5.926 4.938h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988z"}))})));GoogleSheetD.displayName="GoogleSheetD",GoogleSheetD.iconName="google-sheet-D",exports.default=GoogleSheetD},"./packages/juno-icon/src/GoogleSlide.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSlideD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/GoogleSlideD.tsx")),GoogleSlide=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(GoogleSlideD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#f6ad16",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#f6ad16",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018zm1.911 7.111h-5.333a.889.889 0 0 0-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 0 0 .889-.889V16a.889.889 0 0 0-.889-.889z"}))})));GoogleSlide.displayName="GoogleSlide",GoogleSlide.iconName="google-slide",exports.default=GoogleSlide},"./packages/juno-icon/src/GoogleSlideD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GoogleSlideD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#2f291e",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#f6ad16",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018z"}),React.createElement("path",{fill:"#f1f1f1",d:"M18.667 15.111h-5.333a.889.889 0 0 0-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 0 0 .889-.889V16a.889.889 0 0 0-.889-.889z"}))})));GoogleSlideD.displayName="GoogleSlideD",GoogleSlideD.iconName="google-slide-D",exports.default=GoogleSlideD},"./packages/juno-icon/src/GroupDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),GroupDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.389 8.019c2.102.183 3.381 1.188 3.975 2.056 1.005 1.279 1.142 2.833 1.005 3.564-.119.87-.135 2.048-.137 2.527v.306l.047.146c.116.38.195.855-.047 1.864-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691l.001.292c.003.439.021.439.137.439 2.011.548 5.118 1.691 6.397 2.285.413.188 1.041.688 1.404 1.038a15.134 15.134 0 0 1-8.205 2.402 15.154 15.154 0 0 1-10.749-4.453l.232-.13.324-.119c1.138-.416 2.327-.819 3.286-1.069l.037-.001c.1-.007.1-.072.1-.73 0-.868-.137-1.279-.274-1.691l-.037-.144c-.145-.549-.386-1.345-.511-2.141l-.04-.042c-.277-.303-.704-1.024-.965-2.242-.274-1.142-.137-1.554 0-2.011v-.137c0-.274-.137-1.554-.274-2.696-.137-.731 0-2.285 1.005-3.564.548-.868 1.828-1.828 3.975-2.011h1.279zm6.123-1.645c2.148.137 3.427 1.142 3.976 2.011 1.005 1.279 1.142 2.833 1.005 3.564-.125.92-.136 2.184-.137 2.602v.231l.047.146c.116.38.195.855-.047 1.864-.274 1.279-.731 2.011-1.005 2.285 0 .868-.274 1.691-.548 2.285-.137.548-.411 1.142-.411 1.691l.001.292c.003.439.021.439.136.439 1.418.387 3.633 1.303 5.184 1.905a15.26 15.26 0 0 1-2.902 2.699 8.23 8.23 0 0 0-1.094-.857l-.972-.42c-1.576-.675-3.957-1.66-5.653-2.139l-.038-.001c-.129-.006-.265-.07-.099-.776.046-.32.183-.548.32-.868l.054-.149c.222-.598.494-1.247.494-2.091l.044-.046c.317-.341.745-1.067 1.007-2.376.32-1.188.137-1.645 0-2.102l.002-.563c.006-.607.032-1.66.135-2.453.137-.777 0-2.422-1.051-3.793-.503-.731-1.554-1.645-3.107-2.056.685-.64 1.828-1.188 3.381-1.325h1.279z"}))})));GroupDefault.displayName="GroupDefault",GroupDefault.iconName="group-default",exports.default=GroupDefault},"./packages/juno-icon/src/HandUp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HandUp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.52 20.419a3.22 3.22 0 0 1-2.233.709l-.204-.021-4.453-.628c-1.326-.181-2.174-.863-2.253-1.818l-.006-.162.01-.728c-.01-.507-.324-.789-1.172-.871a25.213 25.213 0 0 0-2.087-.104 37.206 37.206 0 0 0-2.448.085c-.811.052-1.122.309-1.158.761l-.003.1.012.734c.027.979-.735 1.68-2.01 1.919l-.217.035-4.068.592c-1.108.157-1.863-.074-2.503-.602-.446-.367-.781-.99-.905-1.595l-.033-.2-.009-.233c-.003-1.594.49-2.804 1.766-3.855 2.739-2.257 6.051-3.353 11.456-3.402 5.419-.049 8.985 1.166 11.468 3.212 1.515 1.248 1.97 2.363 2.027 3.961l.006.256-.061.377c-.122.585-.453 1.091-.92 1.476z"}))})));HandUp.displayName="HandUp",HandUp.iconName="hand-up",exports.default=HandUp},"./packages/juno-icon/src/HangUpSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HangUpSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m15.653 7.245.525.01c5.934.179 11.101 2.67 12.856 6.238.948 1.933.908 4.197-.584 6.699l-.301.482-4.399-1.28a3.124 3.124 0 0 1-2.078-2.837l-.001-.418a2.605 2.605 0 0 0-1.96-2.422c-1.232-.32-2.513-.538-3.711-.575-1.305-.039-2.726.13-4.132.427a2.2 2.2 0 0 0-1.024.534c-.388.388-.611.825-.672 1.314l-.016.212-.014.364a3.121 3.121 0 0 1-2.08 2.863l-.196.063-4.447 1.008-.104-.187c-1.271-2.281-1.498-4.518-.642-6.456a7.122 7.122 0 0 1 1.017-1.618l.254-.288.283-.296.157-.152.363-.322a11.08 11.08 0 0 1 1.941-1.322c2.484-1.349 5.649-2.066 8.965-2.042z"}))})));HangUpSp.displayName="HangUpSp",HangUpSp.iconName="hang-up_sp",exports.default=HangUpSp},"./packages/juno-icon/src/Hangouts.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hangouts=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.739 14.293-1.354 2.732h-2.031l1.354-2.732h-2.032v-4.098h4.062v4.098zm-5.416 0-1.354 2.732h-2.031l1.354-2.732h-2.031v-4.098h4.062v4.098zM16 2C9.636 2 4.491 7.19 4.491 13.61S9.636 25.22 16 25.22h.677v4.781c6.634-3.142 10.832-10.244 10.832-16.39 0-6.42-5.146-11.61-11.509-11.61z"}))})));Hangouts.displayName="Hangouts",Hangouts.iconName="hangouts",exports.default=Hangouts},"./packages/juno-icon/src/Harvest.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Harvest=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.292 14.254h-4.474V7.598h-3.274v16.75h3.274v-7.257h4.474v7.257h3.274V7.598h-3.274v6.656zM2.033 4.366a2.333 2.333 0 0 1 2.334-2.334h23.268a2.334 2.334 0 0 1 2.334 2.334v23.268a2.333 2.333 0 0 1-2.334 2.334H4.367a2.334 2.334 0 0 1-2.334-2.334V4.366z"}))})));Harvest.displayName="Harvest",Harvest.iconName="harvest",exports.default=Harvest},"./packages/juno-icon/src/Hash.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hash=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.523 11-.559 2.65h1.645l.559-2.65h.526c.111 0 .203.031.276.094s.11.144.11.245a.367.367 0 0 1-.007.082l-.486 2.23h1.412l-.087.471c-.022.121-.074.21-.157.267s-.208.085-.376.085h-.919l-.433 2.047h1.192c.107 0 .189.024.246.072s.087.133.087.254l-.008.101-.066.395H17.9L17.341 20h-.54c-.102 0-.189-.036-.26-.107s-.107-.163-.107-.276l.001-.024.007-.047.479-2.202h-1.645l-.473 2.23c-.036.155-.103.265-.203.33s-.214.097-.343.097h-.526l.566-2.657h-.972c-.102 0-.182-.024-.24-.072s-.087-.131-.087-.248l.001-.033.007-.074.059-.396h1.359l.433-2.047h-1.545l.087-.465c.022-.121.073-.211.153-.27s.206-.088.38-.088h1.052l.48-2.248c.027-.126.088-.224.183-.295s.21-.107.343-.107h.533zm.959 3.473h-1.645l-.433 2.047h1.645l.433-2.047z"}))})));Hash.displayName="Hash",Hash.iconName="hash",exports.default=Hash},"./packages/juno-icon/src/Hd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hd=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M3.5 7A1.5 1.5 0 0 1 5 8.5L4.999 14H10V8.5A1.5 1.5 0 0 1 11.5 7h1A1.5 1.5 0 0 1 14 8.5v16a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V18H4.999L5 24.5A1.5 1.5 0 0 1 3.5 26h-1A1.5 1.5 0 0 1 1 24.5v-16A1.5 1.5 0 0 1 2.5 7h1zm18.217 0c2.374 0 4.487.607 6.291 1.87 1.828 1.239 2.991 4.57 2.991 7.509 0 2.987-1.163 6.319-2.968 7.654C26.227 25.32 24.066 26 21.716 26h-3.229c-1.424 0-2.489-.79-2.489-2.248V9.366c0-1.457 1.064-2.367 2.489-2.367h3.229zm-.55 4H20v10.984l1.167.016c4.473 0 5.909-2.456 5.909-6 0-3.148-1.437-5-5.909-5z"}))})));Hd.displayName="Hd",Hd.iconName="hd",exports.default=Hd},"./packages/juno-icon/src/Help.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Help=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-.42 18.75c-.213 0-.413.04-.6.12s-.348.187-.485.32-.243.293-.32.48-.115.383-.115.59c0 .213.038.412.115.595s.183.342.32.475a1.56 1.56 0 0 0 1.085.43 1.532 1.532 0 0 0 1.07-.43c.133-.133.24-.292.32-.475s.12-.382.12-.595c0-.207-.04-.403-.12-.59s-.187-.347-.32-.48-.293-.24-.48-.32-.383-.12-.59-.12zM16 9c-.427 0-.823.038-1.19.115s-.707.182-1.02.315c-.313.133-.605.29-.875.47s-.518.37-.745.57l.7 1.11c.108.147.264.22.47.22.1 0 .213-.042.34-.125s.282-.177.465-.28c.183-.103.407-.197.67-.28s.585-.125.965-.125c.26 0 .502.037.725.11s.415.178.575.315c.16.137.285.3.375.49s.135.405.135.645c0 .36-.073.673-.22.94s-.33.505-.55.715c-.22.21-.457.405-.71.585s-.49.365-.71.555c-.22.19-.403.393-.55.61s-.22.472-.22.765l.002.124.008.046.17 1.63h1.69l.23-1.46.028-.125c.049-.164.141-.314.277-.45.17-.17.372-.343.605-.52l.74-.565c.26-.2.502-.437.725-.71s.408-.595.555-.965.22-.808.22-1.315c0-.52-.093-.99-.28-1.41s-.45-.778-.79-1.075c-.34-.297-.748-.525-1.225-.685S16.58 9 16 9z"}))})));Help.displayName="Help",Help.iconName="help",exports.default=Help},"./packages/juno-icon/src/HelpBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HelpBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-.42 16.75c.207 0 .403.04.59.12s.347.187.48.32.24.293.32.48.12.383.12.59c0 .213-.04.412-.12.595s-.187.342-.32.475a1.532 1.532 0 0 1-1.07.43 1.56 1.56 0 0 1-1.085-.43c-.137-.133-.243-.292-.32-.475s-.115-.382-.115-.595c0-.207.038-.403.115-.59s.183-.347.32-.48.298-.24.485-.32.387-.12.6-.12zM16 9c.58 0 1.108.08 1.585.24s.885.388 1.225.685c.34.297.603.655.79 1.075s.28.89.28 1.41c0 .507-.073.945-.22 1.315s-.332.692-.555.965c-.223.273-.465.51-.725.71l-.74.565c-.233.177-.435.35-.605.52a1.064 1.064 0 0 0-.277.45l-.028.125-.23 1.46h-1.69l-.17-1.63-.008-.046-.002-.124c0-.293.073-.548.22-.765s.33-.42.55-.61c.22-.19.457-.375.71-.555s.49-.375.71-.585c.22-.21.403-.448.55-.715s.22-.58.22-.94c0-.24-.045-.455-.135-.645s-.215-.353-.375-.49-.352-.242-.575-.315-.465-.11-.725-.11c-.38 0-.702.042-.965.125s-.487.177-.67.28c-.183.103-.338.197-.465.28s-.24.125-.34.125c-.206 0-.362-.073-.47-.22l-.7-1.11c.227-.2.475-.39.745-.57a5.336 5.336 0 0 1 1.895-.785A5.79 5.79 0 0 1 16 9z"}))})));HelpBorder.displayName="HelpBorder",HelpBorder.iconName="help_border",exports.default=HelpBorder},"./packages/juno-icon/src/HideBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HideBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.749 3.293a.999.999 0 0 1 0 1.414l-3.546 3.546C28.731 10.822 31 14.256 31 16c0 3-6.716 11-15 11-2.706 0-5.245-.854-7.437-2.108l-3.856 3.856a.999.999 0 1 1-1.414-1.414L27.335 3.292a.999.999 0 0 1 1.414 0zm-4.978 6.392-2.862 2.863a6 6 0 0 1-8.36 8.36l-2.514 2.514C11.952 24.433 13.987 25 16 25c3.233 0 6.526-1.462 9.29-3.88 1.169-1.022 2.162-2.156 2.853-3.223.569-.878.857-1.609.857-1.897s-.289-1.019-.857-1.897c-.691-1.066-1.684-2.2-2.853-3.223a18.306 18.306 0 0 0-1.519-1.195zM16 5c2.201 0 4.292.565 6.176 1.451l-1.515 1.516c-1.523-.625-3.099-.966-4.661-.966-3.233 0-6.526 1.462-9.29 3.88-1.169 1.022-2.162 2.156-2.853 3.223-.568.878-.857 1.609-.857 1.897s.289 1.019.857 1.897c.691 1.066 1.684 2.2 2.853 3.223.142.125.286.247.432.366l-1.421 1.42C2.815 20.471 1 17.561 1 16.001c0-3 6.716-11 15-11zm3.462 8.995-5.467 5.467a4 4 0 0 0 5.467-5.467zM16 10c.78 0 1.525.149 2.208.419l-1.624 1.623a4 4 0 0 0-4.542 4.542l-1.623 1.624A6 6 0 0 1 16 10z"}))})));HideBorder.displayName="HideBorder",HideBorder.iconName="hide_border",exports.default=HideBorder},"./packages/juno-icon/src/HideSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HideSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 28.8V3.2h2.4v25.6h-2.4zM2.4 17.2h19.46l-8.22 8.22 1.68 1.78L26.4 16 15.2 4.8l-1.68 1.7 8.34 8.3H2.4v2.4z"}))})));HideSp.displayName="HideSp",HideSp.iconName="hide_sp",exports.default=HideSp},"./packages/juno-icon/src/Highlight.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Highlight=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m20.701 10.969 8.394 1.186c.578.084.982.604.893 1.167a1.016 1.016 0 0 1-.307.588l-6.073 5.757 1.435 8.13c.099.559-.288 1.09-.863 1.186a1.08 1.08 0 0 1-.671-.103l-7.508-3.838-7.508 3.838a1.074 1.074 0 0 1-1.472-.523.999.999 0 0 1-.062-.561l1.435-8.13-6.073-5.757a1.014 1.014 0 0 1-.02-1.456c.162-.161.374-.267.605-.299l8.394-1.186 3.752-7.397a1.076 1.076 0 0 1 1.418-.466c.208.1.377.264.479.466l3.752 7.397z"}))})));Highlight.displayName="Highlight",Highlight.iconName="highlight",exports.default=Highlight},"./packages/juno-icon/src/Hold.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hold=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 4a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L10 28a2 2 0 0 1-2-2V6c0-1.054.816-1.918 1.851-1.995L10 3.999zm12 0a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L22 28a2 2 0 0 1-2-2V6c0-1.054.816-1.918 1.851-1.995L22 3.999z"}))})));Hold.displayName="Hold",Hold.iconName="hold",exports.default=Hold},"./packages/juno-icon/src/HoldAnswer.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HoldAnswer=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4475fd",d:"M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 0 0-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zM6.2 4.8l-.045.002A.6.6 0 0 0 5.6 5.4v5.2a.6.6 0 0 0 .6.6l.045-.002A.6.6 0 0 0 6.8 10.6V5.4a.6.6 0 0 0-.6-.6zm3.6 0-.045.002A.6.6 0 0 0 9.2 5.4v5.2a.6.6 0 0 0 .6.6l.045-.002a.6.6 0 0 0 .555-.598V5.4a.6.6 0 0 0-.6-.6z"}),React.createElement("path",{fill:"#299e0b",d:"M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 0 0-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 0 0-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 0 0-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 0 0-.786-.362 1.437 1.437 0 0 0-.868.193 2.097 2.097 0 0 0-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 0 1-.125-.064 2.47 2.47 0 0 1-.427-.317 5.516 5.516 0 0 1-.531-.557 5.786 5.786 0 0 1-.436-.586 2.595 2.595 0 0 1-.241-.462 1.307 1.307 0 0 1-.073-.219.645.645 0 0 1 .058-.027.767.767 0 0 0 .089-.048l.068-.033a.428.428 0 0 0 .087-.055 2.329 2.329 0 0 0 .411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 0 0-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 0 0-.631-.6z"}))})));HoldAnswer.displayName="HoldAnswer",HoldAnswer.iconName="hold-answer",exports.default=HoldAnswer},"./packages/juno-icon/src/HoldSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HoldSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.143 8v16H9.714V8h3.429zm9.143 0v16h-3.429V8h3.429z"}))})));HoldSp.displayName="HoldSp",HoldSp.iconName="hold_sp",exports.default=HoldSp},"./packages/juno-icon/src/HoldcallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HoldcallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM27 3a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1zm-6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1z"}))})));HoldcallBorder.displayName="HoldcallBorder",HoldcallBorder.iconName="holdcall_border",exports.default=HoldcallBorder},"./packages/juno-icon/src/HomeBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HomeBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m29.201 15.933-.001.05.001.05a14.276 14.276 0 0 1-1.623 6.97l-.002-.001a11.72 11.72 0 0 1-4.456 4.502l-.053.027-.019.01c-1.919 1.041-4.221 1.661-6.683 1.661-.114 0-.223-.001-.327-.003l-.049-.001-.049.001a14.2 14.2 0 0 1-6.964-1.644l.001-.002a11.723 11.723 0 0 1-4.501-4.439l-.025-.048-.008-.016c-1.031-1.918-1.647-4.216-1.647-6.67 0-.113.002-.229.004-.352l.001-.036-.001-.036a13.947 13.947 0 0 1 1.752-7.002l.002.001a11.49 11.49 0 0 1 4.342-4.47l.043-.023.013-.007c1.919-1.042 4.221-1.663 6.681-1.663.116 0 .226.001.332.003l.033.001h.033a14.273 14.273 0 0 1 7.006 1.755l.001.001a11.48 11.48 0 0 1 4.477 4.352l.022.041.006.012c1.039 1.899 1.66 4.179 1.66 6.616 0 .118-.002.238-.004.36zm.122 8.047.026-.05a16.267 16.267 0 0 0 1.851-7.951c.003-.135.005-.271.005-.407 0-2.775-.706-5.384-1.905-7.576l-.035-.065a13.484 13.484 0 0 0-5.266-5.135 16.268 16.268 0 0 0-7.987-2 15.88 15.88 0 0 0-.378-.004c-2.794 0-5.424.705-7.635 1.905l-.065.034a13.475 13.475 0 0 0-5.078 5.161l-.014.025-.044.079.042-.08-.044.079-.008.015a15.942 15.942 0 0 0-1.989 7.975c-.003.131-.005.263-.005.395 0 2.786.698 5.409 1.885 7.617l.035.068a13.713 13.713 0 0 0 5.174 5.17l.028.016.084.047-.086-.043.085.046.04.021a16.2 16.2 0 0 0 7.952 1.875c.124.003.248.004.373.004 2.795 0 5.425-.704 7.636-1.903l.068-.035a13.704 13.704 0 0 0 5.185-5.167l.019-.033.048-.085-.043.088.046-.087zm-14.644-.94c.168.576.68.954 1.302.96h.038c.622-.006 1.134-.384 1.302-.96l.578-2.01c.439-1.52 1.595-2.69 3.11-3.12l2.004-.58c.578-.17.987-.71.987-1.32s-.409-1.15-.997-1.32l-2.004-.57a4.509 4.509 0 0 1-3.11-3.12l-.578-2.01A1.38 1.38 0 0 0 16 8a1.38 1.38 0 0 0-1.311.99L14.111 11a4.51 4.51 0 0 1-3.11 3.12l-2.004.57c-.588.17-.997.71-.997 1.32s.409 1.15.987 1.32l2.004.58a4.509 4.509 0 0 1 3.11 3.12l.578 2.01zm1.326-2.658L16 20.364l-.005.018a6.51 6.51 0 0 0-4.354-4.366 6.508 6.508 0 0 0 4.36-4.351 6.506 6.506 0 0 0 4.36 4.351 6.513 6.513 0 0 0-4.355 4.366z"}))})));HomeBorder.displayName="HomeBorder",HomeBorder.iconName="home_border",exports.default=HomeBorder},"./packages/juno-icon/src/HorizontalLine.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HorizontalLine=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5 15h22a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z"}))})));HorizontalLine.displayName="HorizontalLine",HorizontalLine.iconName="horizontal-line",exports.default=HorizontalLine},"./packages/juno-icon/src/Hud.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Hud=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-3 3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16z"}))})));Hud.displayName="Hud",Hud.iconName="HUD",exports.default=Hud},"./packages/juno-icon/src/HudBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HudBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-3 3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h16zm-1 2H9v8h14v-8z"}))})));HudBorder.displayName="HudBorder",HudBorder.iconName="hud_border",exports.default=HudBorder},"./packages/juno-icon/src/HybridContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),HybridContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h26zm-4.912 3.957c-.48-.019-1.531.204-1.919.432-.436.242-.667.732-.568 1.256.252 1.087.403 2.221.529 3.352.052.505.437.879.946.932.299.031.578-.028.84-.076.201-.052.384-.066.581-.058 0 0 .091.009.171.107.19.205.64.825.666 2.78-.007 2.088-.548 2.664-.714 2.799a.509.509 0 0 1-.129.076c-.195-.005-.387-.042-.579-.078-.281-.047-.551-.105-.853-.077-.502.052-.911.459-.942.926-.12 1.138-.313 2.284-.501 3.366l-.018.128c-.041.472.176.913.584 1.11.371.218 1.422.436 1.936.432.45.016.892-.179 1.305-.513 1.583-1.282 2.519-4.347 2.509-8.171-.026-5.567-1.992-8.632-3.842-8.723zm-8.086 10.021-10.16.006a1.998 1.998 0 0 0-1.818 1.677l-.019.161-.005.149V24h14v-5.029l-.005-.149a1.996 1.996 0 0 0-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986 3.996-1.784 3.996-3.986S13.219 7 11.012 7z"}))})));HybridContact.displayName="HybridContact",HybridContact.iconName="hybrid-contact",exports.default=HybridContact},"./packages/juno-icon/src/Ical.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ical=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571v14.857a4.571 4.571 0 0 1-4.571 4.571H8.571A4.571 4.571 0 0 1 4 23.428V8.571A4.571 4.571 0 0 1 8.571 4z"}),React.createElement("path",{fill:"#f8f8f8",d:"M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571v14.857a4.571 4.571 0 0 1-4.571 4.571H8.571A4.571 4.571 0 0 1 4 23.428V8.571A4.571 4.571 0 0 1 8.571 4z"}),React.createElement("path",{fill:"#e23736",d:"M8.571 4h14.857a4.571 4.571 0 0 1 4.571 4.571V11.2h-24V8.571A4.571 4.571 0 0 1 8.57 4z"}),React.createElement("path",{fill:"#f4f2f2",d:"M12.395 9.22c.256 0 .459-.039.61-.118s.266-.176.346-.293c.08-.117.131-.242.154-.377s.034-.258.034-.37V5.715h-.754v2.314c0 .061-.002.124-.007.19s-.019.126-.043.182c-.024.056-.063.102-.118.137s-.131.053-.23.053c-.09 0-.162-.014-.218-.043s-.1-.068-.132-.118c-.032-.05-.054-.11-.067-.18s-.019-.147-.019-.23v-.154h-.682v.298c0 .189.032.35.096.482s.149.242.254.326c.106.085.226.147.36.187s.274.06.418.06zm3.49 0c.458 0 .816-.113 1.075-.338s.389-.57.389-1.034V5.717h-.754v2.131c0 .256-.051.444-.154.564s-.288.18-.557.18c-.154 0-.276-.022-.367-.065s-.162-.099-.214-.168c-.051-.069-.085-.148-.101-.238s-.024-.181-.024-.274V5.716h-.754v2.131c0 .467.127.813.382 1.037s.614.336 1.078.336zm4.776-.077v-.634h-1.67V5.715h-.754v3.427h2.424z"}),React.createElement("path",{fill:"#212121",d:"M13.138 24.4V14.254h-.942l-2.735 1.877v.977l2.721-1.828h.028v9.12h.928zm4.247 0 4.648-9.246v-.9h-6.609v.858h5.646v.028l-4.704 9.26h1.02z"}))})));Ical.displayName="Ical",Ical.iconName="ical",exports.default=Ical},"./packages/juno-icon/src/IdBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),IdBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.255 5.034c-1.052-.698-2.285-1.033-3.67-1.033L22.701 4c-.831 0-1.452.503-1.452 1.308v7.95c0 .806.621 1.242 1.452 1.242h1.884c1.371 0 2.631-.376 3.683-1.087 1.053-.738 1.731-2.579 1.731-4.23 0-1.624-.678-3.465-1.745-4.149zM23 5.75h1.265c2.728 0 3.985 1.113 3.985 3.349s-1.221 3.651-3.985 3.651H23v-7zm-12.801-.129a2.996 2.996 0 0 0-1.38-1.313l-.002.001a3.171 3.171 0 0 0-1.866-.269c-.481.075-1.063.285-1.766.627-.689.334-1.221.655-1.599.971-.817.685-1.312 1.613-1.49 2.755-.185 1.081-.101 2.3.246 3.651.341 1.327.93 2.747 1.766 4.261.831 1.523 1.9 3.066 3.206 4.63a32.018 32.018 0 0 0 3.017 3.119l.377.342a21.313 21.313 0 0 0 2.663 2.036c1.029.659 2.039 1.166 3.032 1.52 1.018.363 1.997.547 2.936.547.579 0 1.114-.076 1.6-.231a3.928 3.928 0 0 0 1.326-.716l.141-.111c.335-.276.717-.671 1.133-1.175.483-.585.808-1.08.977-1.499l.076-.17c.183-.461.208-.985.065-1.525-.158-.599-.5-1.116-1.012-1.537l-.988-.821-.829-.704-.402-.349a61.83 61.83 0 0 1-1.632-1.485c-.421-.451-1.017-.73-1.719-.792a3.127 3.127 0 0 0-1.898.423c-.223.15-.39.281-.54.417l-.043.039-.238.232-.222.23-.074.094-.07.069-.191.209a3.776 3.776 0 0 1-.273-.139 5.363 5.363 0 0 1-.934-.692 12.245 12.245 0 0 1-1.162-1.217c-.386-.461-.704-.89-.954-1.282a5.638 5.638 0 0 1-.527-1.01l-.086-.226a2.032 2.032 0 0 1-.073-.254 2.59 2.59 0 0 1 .126-.059l.039-.019.156-.086.15-.073a.99.99 0 0 0 .191-.12 5.182 5.182 0 0 0 .898-.617c.502-.506.775-1.051.855-1.663.081-.621-.063-1.217-.425-1.765a44.232 44.232 0 0 1-1.484-2.276 29.261 29.261 0 0 1-1.1-1.982zM5.95 6.24c.57-.276.995-.428 1.27-.471l.002-.001c.298-.046.575-.007.854.124l.105.055c.201.117.355.279.484.514.312.625.701 1.325 1.137 2.046s.947 1.505 1.543 2.367a.762.762 0 0 1 .129.543l-.018.095a1.051 1.051 0 0 1-.253.462l-.043.046-.089.073-.153.111c-.085.059-.185.12-.303.184l-.125.075-.044.031-.097.047-.156.086-.219.105a1.751 1.751 0 0 0-.897 1.892c.049.246.134.501.255.799l.064.16c.15.355.353.729.605 1.125.293.46.657.949 1.088 1.465.473.559.916 1.023 1.34 1.401.432.385.847.692 1.249.916.143.08.277.148.402.204a1.749 1.749 0 0 0 2.012-.413l.137-.151.139-.142.079-.091.032-.041.199-.202.14-.133.069-.06c.048-.04.102-.081.165-.127l.043-.031.104-.055c.221-.102.458-.141.724-.117.281.025.475.115.596.244l.077.077.546.509c.368.339.745.679 1.131 1.018l.412.359.715.608 1.133.943c.236.194.371.399.434.635.053.202.041.352-.015.464l-.093.206c-.107.221-.327.546-.669.96-.395.479-.732.819-.973.999l-.136.105a2.23 2.23 0 0 1-.672.343 3.513 3.513 0 0 1-1.07.149c-.727 0-1.509-.146-2.348-.445-.862-.307-1.753-.755-2.677-1.346a20.127 20.127 0 0 1-2.795-2.189 30.501 30.501 0 0 1-2.873-2.969c-1.226-1.468-2.229-2.918-3.003-4.334-.773-1.401-1.305-2.686-1.606-3.858-.29-1.129-.356-2.102-.216-2.92.12-.768.411-1.309.891-1.711.247-.206.661-.457 1.239-.738zM19.5 4.875a.875.875 0 0 0-1.75 0v8.75a.875.875 0 0 0 1.75 0v-8.75z"}))})));IdBorder.displayName="IdBorder",IdBorder.iconName="ID_border",exports.default=IdBorder},"./packages/juno-icon/src/Ignore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ignore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.286 14c.947 0 1.714.895 1.714 2s-.767 2-1.714 2H5.715c-.947 0-1.714-.895-1.714-2s.768-2 1.714-2h20.571z"}))})));Ignore.displayName="Ignore",Ignore.iconName="ignore",exports.default=Ignore},"./packages/juno-icon/src/ImageBroken.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImageBrokenD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ImageBrokenD.tsx")),ImageBroken=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ImageBrokenD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",d:"M11.893 8.018 16.755 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625z"}),React.createElement("path",{fill:"#f1f1f2",d:"M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388c.134.291.216.453.32.64.083.15.157.267.221.351l.057.069.027-.021c.255-.235.893-1.441 1.677-3.452l.195-.509.832.313-.323.84c-1.01 2.563-1.726 3.74-2.456 3.74l-.121-.005c-.444-.039-.66-.336-1.255-1.633l-.608-1.346-.151-.314c-.316-.637-.559-.994-.585-.994-.06 0-.34.43-.826 1.361l-.464.91c-.747 1.461-1.143 2.021-1.771 2.021-.595 0-1.021-.552-1.704-1.811l-.675-1.274c-.445-.822-.688-1.208-.702-1.208l-.008-.002c-.028-.016.01-.11-.16.161l-2.439 4.071-.763-.456 1.744-2.952c.081-.134.145-.241.188-.309l.211-.331c.502-.764.815-1.071 1.227-1.071l.113.004c.415.029.619.259 1.261 1.456l.784 1.487.209.374c.165.285.307.506.438.676.16.207.275.296.276.296.079 0 .382-.414.805-1.202l.36-.7.298-.587c.764-1.487 1.025-1.803 1.599-1.803z"}))})));ImageBroken.displayName="ImageBroken",ImageBroken.iconName="image-broken",exports.default=ImageBroken},"./packages/juno-icon/src/ImageBrokenD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImageBrokenD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#30323a",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#8f9199",d:"M11.893 8.018 16.755 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625z"}),React.createElement("path",{fill:"#f1f1f1",d:"M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388.141.297.06.121.119.223.118.2c.037.059.072.109.104.151l.057.069.027-.021a.753.753 0 0 0 .086-.097l.106-.152.126-.206.144-.259.161-.311.176-.362.19-.413.1-.225-.006 1.994c-.41.651-.782.962-1.157.962l-.121-.005c-.327-.029-.53-.198-.853-.803l-.146-.287-.165-.346-.091-.197-.608-1.346-.151-.314-.151-.295-.135-.246-.115-.195-.091-.142-.063-.087c-.016-.019-.026-.029-.03-.029-.008 0-.02.008-.036.023l-.059.07-.082.118-.105.167-.2.344-.161.293-.184.346-.579 1.133-.215.403c-.548.998-.913 1.395-1.442 1.395-.525 0-.919-.43-1.473-1.396l-.231-.415-.675-1.274-.258-.469-.302-.522-.102-.163-.034-.048c-.003-.004-.006-.006-.007-.006l-.008-.002-.016-.026c-.003-.004-.008-.005-.016.003l-.042.052-.086.131-2.212 3.692-.005-1.744.868-1.464.08-.13.211-.331.219-.321c.381-.531.659-.75 1.008-.75l.113.004c.3.021.49.147.814.666l.16.269.184.331.103.191.784 1.487.209.374c.165.285.307.506.438.676.046.059.088.109.124.149l.124.124.028.022c.017 0 .044-.019.081-.057l.085-.1.108-.149.129-.197.148-.245.166-.291.089-.163.36-.7.404-.792.193-.364.172-.306c.408-.699.658-.904 1.048-.927l.08-.002z"}))})));ImageBrokenD.displayName="ImageBrokenD",ImageBrokenD.iconName="image-broken-D",exports.default=ImageBrokenD},"./packages/juno-icon/src/ImagePreview.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImagePreviewD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ImagePreviewD.tsx")),ImagePreview=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ImagePreviewD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#a7aaae",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018zm.637 6.633-2.153 4.02-1.562-2.081-2.209 3.896h5.134l-.012-.015 3.789.001-2.987-5.82zm-3.615-2.189a1.333 1.333 0 1 0 0 2.667 1.333 1.333 0 0 0 0-2.667z"}))})));ImagePreview.displayName="ImagePreview",ImagePreview.iconName="image-preview",exports.default=ImagePreview},"./packages/juno-icon/src/ImagePreviewD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImagePreviewD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#30323a",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#8f9199",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l4.862-.018z"}),React.createElement("path",{fill:"#f1f1f1",d:"m17.393 14.633 2.987 5.82-3.789-.001.012.015h-5.134l2.209-3.896 1.562 2.081 2.153-4.02zm-3.615-2.189a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667z"}))})));ImagePreviewD.displayName="ImagePreviewD",ImagePreviewD.iconName="image-preview-D",exports.default=ImagePreviewD},"./packages/juno-icon/src/ImproveWithAi.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ImproveWithAi=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m15.636 13.944 13.113 13.113c.467.467.467 1.235 0 1.703s-1.235.467-1.703 0L13.933 15.647c-.467-.467-.467-1.235 0-1.703s1.235-.467 1.703 0zm-4.153 7.559a1.038 1.038 0 0 1 1.263-.736c.558.155.875.717.733 1.265l-1.01 3.775c-.157.574-.713.887-1.258.738a1.04 1.04 0 0 1-.738-1.266l1.01-3.775zm-7.847-5.358 3.783-1.012a1.03 1.03 0 0 1 1.257.728c.148.533-.17 1.1-.725 1.256l-3.783 1.012a1.03 1.03 0 0 1-1.257-.728c-.148-.533.17-1.1.725-1.256zM9.6 9.813a1.022 1.022 0 0 1-1.454 0L5.377 7.044c-.405-.405-.405-1.049 0-1.454s1.049-.405 1.454 0L9.6 8.359a1.022 1.022 0 0 1 0 1.454zm7.303-1.865a1.038 1.038 0 0 1-1.263.736 1.038 1.038 0 0 1-.733-1.265l1.01-3.775a1.037 1.037 0 0 1 1.263-.736c.558.155.875.717.733 1.265l-1.01 3.775zm8.47 4.72L21.59 13.68a1.03 1.03 0 0 1-1.257-.728c-.148-.533.17-1.1.725-1.256l3.783-1.012a1.028 1.028 0 0 1 1.256.728c.148.533-.17 1.1-.725 1.256z"}))})));ImproveWithAi.displayName="ImproveWithAi",ImproveWithAi.iconName="improve-with-ai",exports.default=ImproveWithAi},"./packages/juno-icon/src/InProgress.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InProgress=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-.117 7.073a.744.744 0 0 0 0 1.053l5.575 5.574H8.744a.745.745 0 1 0 0 1.49h12.712l-5.574 5.574a.744.744 0 1 0 1.053 1.053l6.846-6.846a.744.744 0 0 0 0-1.053l-6.846-6.846a.744.744 0 0 0-1.053 0z"}))})));InProgress.displayName="InProgress",InProgress.iconName="in-progress",exports.default=InProgress},"./packages/juno-icon/src/InboundCallOnBehalf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InboundCallOnBehalf=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm18.701-1.701a1.02 1.02 0 0 1 0 1.443l-7.217 7.216 5.701.001a1.02 1.02 0 1 1 0 2.042H21.02a1.02 1.02 0 0 1-1.021-1.021v-8.165a1.02 1.02 0 1 1 2.042 0l-.001 5.7 7.217-7.216a1.02 1.02 0 0 1 1.443 0zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));InboundCallOnBehalf.displayName="InboundCallOnBehalf",InboundCallOnBehalf.iconName="inbound_call_on_behalf",exports.default=InboundCallOnBehalf},"./packages/juno-icon/src/InboundFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InboundFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zm7.651-10.293a1 1 0 0 1 1.497 1.32l-.083.094L26.086 16l3.707 3.879a1 1 0 0 1-1.32 1.497l-.094-.083-4.586-4.586a1 1 0 0 1-.083-1.32l.083-.094 4.586-4.586zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z"}))})));InboundFax.displayName="InboundFax",InboundFax.iconName="inbound-fax",exports.default=InboundFax},"./packages/juno-icon/src/InboundFaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InboundFaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm-4 2H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zm10.209-10.293a1 1 0 0 1 1.497 1.32l-.083.094L26.086 16l3.707 3.879a1 1 0 0 1-1.32 1.497l-.094-.083-4.586-4.586a1 1 0 0 1-.083-1.32l.083-.094 4.586-4.586zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z"}))})));InboundFaxBorder.displayName="InboundFaxBorder",InboundFaxBorder.iconName="inbound-fax_border",exports.default=InboundFaxBorder},"./packages/juno-icon/src/Inbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Inbox=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 25a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V14.333c0-.865.281-1.708.8-2.4L7.4 5.8A2 2 0 0 1 9 5h14c.63 0 1.222.296 1.6.8l4.6 6.133c.519.692.8 1.535.8 2.4V25zM11.1 15H4v9a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-9h-7.1a5.002 5.002 0 0 1-9.752.212L11.1 15zm11.4-8h-13a1 1 0 0 0-.8.4l-3.96 5.28a.2.2 0 0 0 .16.32H12a1 1 0 0 1 1 1 3 3 0 0 0 5.995.176l.012-.293A1 1 0 0 1 20 13h7.1a.2.2 0 0 0 .16-.32L23.3 7.4a1 1 0 0 0-.8-.4z"}))})));Inbox.displayName="Inbox",Inbox.iconName="inbox",exports.default=Inbox},"./packages/juno-icon/src/Incall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Incall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm19.916-.06a.999.999 0 0 1 0 1.414l-7.072 7.07 5.586.001a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 2 0l-.001 5.585 7.072-7.07a.999.999 0 0 1 1.414 0z"}))})));Incall.displayName="Incall",Incall.iconName="incall",exports.default=Incall},"./packages/juno-icon/src/IncallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),IncallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695a71.406 71.406 0 0 1-1.764-1.573l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm21.741-1.729a.999.999 0 0 1 0 1.414l-7.072 7.07 5.586.001a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 2 0l-.001 5.585 7.072-7.07a.999.999 0 0 1 1.414 0z"}))})));IncallBorder.displayName="IncallBorder",IncallBorder.iconName="incall_border",exports.default=IncallBorder},"./packages/juno-icon/src/Indent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Indent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM5.598 12.201l.174.114 3.737 2.73c.591.444.658 1.332.152 1.85l-.152.131-3.737 2.684c-.772.548-1.656.304-1.761-.611l-.01-.206v-5.748c-.01-1.043.784-1.413 1.598-.943zM27 15a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));Indent.displayName="Indent",Indent.iconName="indent",exports.default=Indent},"./packages/juno-icon/src/Indeterminate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Indeterminate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm-3.333 12.667H8.334a1.333 1.333 0 0 0-.128 2.66l.128.006h15.333a1.333 1.333 0 0 0 .128-2.66l-.128-.006z"}))})));Indeterminate.displayName="Indeterminate",Indeterminate.iconName="indeterminate",exports.default=Indeterminate},"./packages/juno-icon/src/Info.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Info=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 11a1 1 0 0 0-1 1v10a1 1 0 0 0 2 0V14a1 1 0 0 0-1-1zm0-6a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 7z"}))})));Info.displayName="Info",Info.iconName="info",exports.default=Info},"./packages/juno-icon/src/InfoBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InfoBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 9a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V14a1 1 0 0 1 1-1zm0-6a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 7z"}))})));InfoBorder.displayName="InfoBorder",InfoBorder.iconName="info_border",exports.default=InfoBorder},"./packages/juno-icon/src/InsertCode.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertCode=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.722 4.025a1 1 0 0 1 .773 1.082l-.019.115-5 22a1 1 0 0 1-1.97-.329l.019-.115 5-22a.999.999 0 0 1 1.197-.753zm5.983 5.68 4.881 4.881a2 2 0 0 1 0 2.828l-4.881 4.881a.998.998 0 0 1-1.411-1.411l4.17-4.178a1 1 0 0 0 0-1.413l-4.17-4.178a.998.998 0 0 1 1.411-1.411zm-16 0a.999.999 0 0 1 .001 1.411l-4.17 4.178a1 1 0 0 0 0 1.413l4.17 4.178a.998.998 0 0 1-1.411 1.411l-4.881-4.881a2 2 0 0 1 0-2.828l4.881-4.881a.998.998 0 0 1 1.41 0z"}))})));InsertCode.displayName="InsertCode",InsertCode.iconName="insert-code",exports.default=InsertCode},"./packages/juno-icon/src/InsertImage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertImage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 28a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v20a2 2 0 0 1-1.851 1.994L28 28H4zM27 6H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h1.585L17.42 15.166a3.999 3.999 0 0 1 5.111-.456l.173.127L28 18.955V7a1 1 0 0 0-1-1zm-8.035 10.461-.13.119L9.415 26h17.586a1 1 0 0 0 1-.983v-3.528l-6.523-5.074a2 2 0 0 0-2.512.045zM10 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));InsertImage.displayName="InsertImage",InsertImage.iconName="insert-image",exports.default=InsertImage},"./packages/juno-icon/src/InsertLink.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertLink=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.607 5.494a7 7 0 0 1 9.899 9.899l-2.364 2.367a9.05 9.05 0 0 0-.122-2.708l1.071-1.073a5 5 0 0 0 0-7.071 5 5 0 0 0-7.071 0l-4.243 4.243a5 5 0 0 0 2.828 8.485l-1.645 1.645a6.999 6.999 0 0 1-2.597-11.544l4.243-4.243zM6 16.101l2.364-2.367a9.05 9.05 0 0 0 .122 2.708l-1.071 1.073a5 5 0 0 0 0 7.071 5 5 0 0 0 7.071 0l4.243-4.243a5 5 0 0 0-2.828-8.485l1.645-1.645a6.999 6.999 0 0 1 2.597 11.544L15.9 26a7 7 0 0 1-9.899-9.899z"}))})));InsertLink.displayName="InsertLink",InsertLink.iconName="insert-link",exports.default=InsertLink},"./packages/juno-icon/src/InsertTable.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertTable=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zM11 15H4v10a1 1 0 0 0 1 1h6V15zm17 0H13v11h14a1 1 0 0 0 1-1V15zM5 6a1 1 0 0 0-1 1v6h7V6H5zm8 7h15V7a1 1 0 0 0-1-1H13v7z"}))})));InsertTable.displayName="InsertTable",InsertTable.iconName="insert-table",exports.default=InsertTable},"./packages/juno-icon/src/InsertVideo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),InsertVideo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-12.337 6.241.109.074 3.737 2.73c.606.455.661 1.38.11 1.891l-.11.091-3.737 2.684c-.791.562-1.7.291-1.768-.681L13 18.893v-5.748c-.01-1.024.756-1.4 1.554-.967l.109.064z"}))})));InsertVideo.displayName="InsertVideo",InsertVideo.iconName="insert-video",exports.default=InsertVideo},"./packages/juno-icon/src/Italic.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Italic=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 4a1 1 0 0 1 0 2h-6.237l-5.455 20H20a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h6.236L17.69 6H12a1 1 0 0 1 0-2h14z"}))})));Italic.displayName="Italic",Italic.iconName="italic",exports.default=Italic},"./packages/juno-icon/src/ItemListSelected.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ItemListSelected=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#4475fd",d:"M16 2.667C8.64 2.667 2.667 8.64 2.667 16S8.64 29.333 16 29.333 29.333 23.36 29.333 16 23.36 2.667 16 2.667zm-2.286 19.908L8 16.861l1.611-1.611 4.103 4.091 8.674-8.674 1.611 1.623-10.286 10.286z"}))})));ItemListSelected.displayName="ItemListSelected",ItemListSelected.iconName="item-list-selected",exports.default=ItemListSelected},"./packages/juno-icon/src/Jira.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Jira=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11.883 21.685c1.422 1.453 2.498 2.673 3.304 3.716-1.463 2.172-1.63 3.513-1.428 4.572H9.216l-.004-.12-.001-.18c.01-1.02.235-4.487 2.672-7.988zM5.576 9.015c-.001-1.031.894-.494.894-.494 1.549 1.247 3.732 1.331 4.016 1.336h.031c.729 3.159 4.911 7.072 5.552 7.658.962-.909 4.725-4.611 5.413-7.592 0 0 2.387-.034 4.047-1.369 0 0 .895-.571.894.461v.109c-.018.708-.378 4.801-6.048 10.369-.363.356-.706.698-1.03 1.03 3.173 3.807 3.435 7.814 3.444 8.899v.122a4.112 4.112 0 0 1-.004.162h-4.543c.342-1.722-.369-4.213-6.616-10.346-5.67-5.568-6.03-9.553-6.048-10.241zm12.638 1.224s.587-.083.444.696c-.138.752-1.302 2.027-2.036 2.769l-.216.215c-.231.228-.383.368-.383.368s-.082-.076-.218-.21l-.153-.153c-.564-.572-1.632-1.73-2.197-2.837 0 0-.319-.848.256-.848zm3.716-6.623a1.968 1.968 0 1 1-.001 3.935 1.968 1.968 0 0 1 .001-3.935zm-11.586 0a1.968 1.968 0 1 1-.001 3.935 1.968 1.968 0 0 1 .001-3.935zm5.906-1.589a1.967 1.967 0 1 1 0 3.934 1.967 1.967 0 0 1 0-3.934z"}))})));Jira.displayName="Jira",Jira.iconName="jira",exports.default=Jira},"./packages/juno-icon/src/Join.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Join=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 27 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.667 5.49h21.02a2.667 2.667 0 0 1 2.667 2.667v21.02a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 29.177V8.157A2.667 2.667 0 0 1 2.667 5.49zm.666 3.334V28.51h19.686V8.824H3.333zM13.176 0a5.49 5.49 0 0 1 5.49 5.49h-3.294a2.196 2.196 0 1 0-4.392 0H7.686A5.49 5.49 0 0 1 13.176 0z"}),React.createElement("path",{d:"M14.274 19.765a5.49 5.49 0 0 1 5.49 5.49h-2.196a3.294 3.294 0 0 0-3.294-3.294h-2.196a3.294 3.294 0 0 0-3.294 3.294H6.588l.007-.274a5.49 5.49 0 0 1 5.483-5.216zm-1.098-8.785a3.294 3.294 0 1 1 0 6.589 3.294 3.294 0 0 1 0-6.589zm0 2.196a1.099 1.099 0 1 0 .001 2.197 1.099 1.099 0 0 0-.001-2.197z"}))})));Join.displayName="Join",Join.iconName="join",exports.default=Join},"./packages/juno-icon/src/JoinAudioPoc.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JoinAudioPoc=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 6.101c5.467 5.467 5.467 14.332 0 19.799s-14.332 5.467-19.799 0C.633 20.433.633 11.568 6.1 6.101s14.332-5.467 19.799 0zm-8.898 8.898L17 9a1 1 0 0 0-1.993-.117L15 9l.001 5.999L9 15a1 1 0 0 0-.117 1.993L9 17l6.001-.001L15 23a1 1 0 0 0 1.993.117L17 23l.001-6.001L23 17a1 1 0 0 0 .117-1.993L23 15l-5.999-.001z"}))})));JoinAudioPoc.displayName="JoinAudioPoc",JoinAudioPoc.iconName="join-audio-poc",exports.default=JoinAudioPoc},"./packages/juno-icon/src/JoinMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JoinMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.556 5.333A2.667 2.667 0 0 1 30.223 8v16a2.667 2.667 0 0 1-2.667 2.667H8A2.667 2.667 0 0 1 5.333 24v-4.444h1.778V24c0 .456.343.832.785.883l.104.006h19.556a.889.889 0 0 0 .883-.785l.006-.104V8a.889.889 0 0 0-.785-.883l-.104-.006H8a.889.889 0 0 0-.883.785L7.111 8v4.444H5.333V8A2.667 2.667 0 0 1 8 5.333h19.556zM12.597 11.34l3.619 3.619a.91.91 0 0 1 .172.241.89.89 0 0 1 0 1.602.863.863 0 0 1-.171.241l-3.619 3.619a.889.889 0 0 1-1.257-1.257l2.513-2.515H2.667a.889.889 0 1 1 0-1.778h11.187l-2.513-2.514a.889.889 0 0 1 1.257-1.257z"}))})));JoinMeeting.displayName="JoinMeeting",JoinMeeting.iconName="join_meeting",exports.default=JoinMeeting},"./packages/juno-icon/src/JumpTo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JumpTo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m23.879 9.464 5.657 5.657.083.094a.998.998 0 0 1 .065 1.514l-.096.082-5.666 5.666a.999.999 0 1 1-1.414-1.414l4.063-4.064H3.001a1 1 0 0 1 0-2h23.586l-4.122-4.121a.999.999 0 1 1 1.414-1.414z"}))})));JumpTo.displayName="JumpTo",JumpTo.iconName="Jump-to",exports.default=JumpTo},"./packages/juno-icon/src/JumpToLatest.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JumpToLatest=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 17.101a.999.999 0 0 1 1.414 0L15 24.586V5a1 1 0 0 1 2 0v19.588l7.486-7.488a.999.999 0 1 1 1.414 1.414l-9.192 9.192a.999.999 0 0 1-1.414 0l-9.192-9.192a.999.999 0 0 1 0-1.414z"}))})));JumpToLatest.displayName="JumpToLatest",JumpToLatest.iconName="jump-to-latest",exports.default=JumpToLatest},"./packages/juno-icon/src/JumpToUnread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),JumpToUnread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 14.899a.999.999 0 0 0 1.414 0L15 7.413v19.586a1 1 0 0 0 2 0V7.411l7.486 7.488a.999.999 0 1 0 1.414-1.414l-9.192-9.192a.999.999 0 0 0-1.414 0l-9.192 9.192a.999.999 0 0 0 0 1.414z"}))})));JumpToUnread.displayName="JumpToUnread",JumpToUnread.iconName="jump-to-unread",exports.default=JumpToUnread},"./packages/juno-icon/src/Keypad.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Keypad=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 22a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM7 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"}))})));Keypad.displayName="Keypad",Keypad.iconName="keypad",exports.default=Keypad},"./packages/juno-icon/src/KeypadOffSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),KeypadOffSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m8.439 5.893 16.824 18.685a1.144 1.144 0 0 1-1.699 1.531l-2.176-2.417-.053-.025a2.725 2.725 0 0 1-.595-.427 2.24 2.24 0 0 1-.5-.739l-.052-.143-4.405-4.889a1.876 1.876 0 0 1-.269-.099 2.816 2.816 0 0 1-.751-.512 2.409 2.409 0 0 1-.512-.739 2.059 2.059 0 0 1-.152-.523l-4.001-4.443A2.127 2.127 0 0 1 9.489 11c-.261-.111-.512-.277-.751-.5s-.413-.468-.524-.739a2.292 2.292 0 0 1-.167-.881v-.005L6.738 7.422a1.144 1.144 0 0 1 1.699-1.531l.003.001zm1.944 13.417c.333 0 .631.056.893.167s.512.277.751.5c.223.223.389.468.5.739s.167.564.167.881c0 .333-.06.631-.179.893s-.281.512-.488.751c-.223.239-.468.409-.739.512s-.572.155-.905.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.239-.223-.409-.468-.512-.739s-.155-.572-.155-.905c0-.317.056-.607.167-.869s.277-.512.5-.751.468-.409.739-.512c.271-.103.564-.155.881-.155zm6 0c.317 0 .607.056.869.167s.512.277.751.5c.239.223.413.468.524.739s.167.564.167.881c0 .333-.06.631-.179.893s-.289.512-.512.751c-.223.239-.468.409-.739.512s-.564.155-.881.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.223-.223-.393-.468-.512-.739s-.179-.572-.179-.905c0-.317.06-.607.179-.869s.289-.512.512-.751c.223-.223.468-.389.739-.5s.564-.167.881-.167zm6 0c.317 0 .607.056.869.167s.512.277.751.5c.239.223.409.468.512.739s.155.564.155.881c0 .225-.025.436-.076.629l-2.601-2.888c.125-.017.256-.025.392-.025l-.001-.003zm-12.024-6.381c.317 0 .607.06.869.179s.512.289.751.512c.239.239.413.488.524.751s.167.552.167.869c0 .317-.06.607-.179.869s-.289.512-.512.751c-.223.239-.468.413-.739.524s-.564.167-.881.167c-.317 0-.607-.06-.869-.179s-.512-.289-.751-.512c-.239-.223-.413-.468-.524-.739s-.167-.564-.167-.881c0-.317.06-.607.179-.869s.289-.512.512-.751c.207-.223.448-.393.727-.512s.576-.179.893-.179zm11.976 0c.333 0 .631.06.893.179s.512.289.751.512c.207.239.369.488.488.751s.179.552.179.869c0 .317-.06.607-.179.869s-.281.512-.488.751c-.223.239-.468.413-.739.524s-.572.167-.905.167c-.317 0-.607-.06-.869-.179s-.512-.289-.751-.512c-.239-.223-.409-.468-.512-.739s-.155-.564-.155-.881c0-.317.056-.607.167-.869s.277-.512.5-.751c.223-.223.468-.393.739-.512s.564-.179.881-.179zm-5.952 0c.317 0 .607.06.869.179s.512.289.751.512c.223.239.393.488.512.751s.179.552.179.869c0 .137-.011.269-.033.397l-2.432-2.701.156-.005-.001-.001zm-.024-6.358c.317 0 .607.056.869.167s.512.277.751.5c.239.223.409.472.512.751s.155.576.155.893-.056.607-.167.869c-.111.263-.277.512-.5.751s-.468.409-.739.512a2.457 2.457 0 0 1-.881.155c-.333 0-.631-.056-.893-.167s-.512-.277-.751-.5c-.223-.223-.389-.468-.5-.739s-.167-.564-.167-.881c0-.333.056-.631.167-.893s.277-.512.5-.751c.223-.223.468-.389.739-.5s.572-.167.905-.167zm5.976 0c.333 0 .631.056.893.167s.512.277.751.5c.239.223.409.472.512.751s.155.576.155.893-.06.607-.179.869a3.093 3.093 0 0 1-.488.751c-.223.239-.468.409-.739.512s-.572.155-.905.155c-.317 0-.607-.056-.869-.167s-.512-.277-.751-.5c-.239-.223-.409-.468-.512-.739s-.155-.564-.155-.881c0-.333.056-.631.167-.893s.277-.512.5-.751c.223-.239.468-.409.739-.512s.564-.155.881-.155zm-11.832.004c.261.015.504.068.725.163.261.111.512.277.751.5s.413.472.524.751c.111.277.167.576.167.893l-.001.099-2.165-2.405z"}))})));KeypadOffSp.displayName="KeypadOffSp",KeypadOffSp.iconName="keypad-off_sp",exports.default=KeypadOffSp},"./packages/juno-icon/src/KeypadSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),KeypadSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.857 20.571a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zM8.857 13.429a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zM8.857 6.286a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142zm7.143 0a2.57 2.57 0 1 1 0 5.142 2.57 2.57 0 0 1 0-5.142z"}))})));KeypadSp.displayName="KeypadSp",KeypadSp.iconName="keypad_sp",exports.default=KeypadSp},"./packages/juno-icon/src/Leave.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Leave=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11.272 2.688a4.5 4.5 0 0 1 5.231 6.274c.309.075.607.2.88.371l4.986-1.336a1.998 1.998 0 0 1 1.932.518l2.726 2.797a3 3 0 1 1-4.243 4.243l-1.094-1.164-1.011.271 2.849 4.747 3.028-.222.234-.009c.242-.005.566-.003.702.009 1.377.118 2.362.715 2.739 2.121a3 3 0 0 1-2.121 3.674l-6.258.784a1.001 1.001 0 0 1-.711-.182l-3.374-2.443-1.227.731.963 3.591a3 3 0 0 1-5.795 1.553L9.93 22.855a3 3 0 0 1 1.038-3.131c.137-.116.287-.223.449-.316l1.616-.88-.834-.986-.581.301c-.928.473-1.652.799-2.172.979-.936.323-2.188.514-3.099-.059a2.998 2.998 0 0 1-.806-.576l-2.958-3.356a3 3 0 1 1 4.243-4.243l1.867 1.689 2.037-1.078a4.5 4.5 0 0 1 .543-8.51zm-7.276 9.314a1 1 0 0 0-.078 1.327l3.036 3.443c.054.054.112.1.173.139l.284.158a1 1 0 0 0 .809.116l-.299.111.525-.207c.793-.31 1.999-.904 3.62-1.781a1 1 0 0 1 1.302.267l.064.099 1.825 2.704a1 1 0 0 1-.269 1.302l-.112.072-2.458 1.387a1.386 1.386 0 0 0-.208.153 1 1 0 0 0-.37.927l.024.117 1.778 6.161a1 1 0 0 0 1.956-.403l-.024-.114-1.159-4.322a1 1 0 0 1 .477-1.131l2.565-1.338a.998.998 0 0 1 1.06.085l3.151 2.35c.213.159.48.226.743.188l5.182-.762a1 1 0 0 0 .707-1.225c-.133-.495-.605-.776-1.111-.731l-1.902.146-2.031.149c-.472.061-.92-.082-1.14-.49l-5.46-9.523a1 1 0 0 0-1.262-.418l-.104.053-6.927 3.766-2.952-2.774a.999.999 0 0 0-1.414 0zm14.746-.964.969 1.811 2.577-.689 1.911 1.98a.999.999 0 0 0 1.492-1.327l-.078-.087-2.726-2.797-4.145 1.109zM11.79 4.619a2.5 2.5 0 1 0 1.294 4.83 2.5 2.5 0 0 0-1.294-4.83z"}))})));Leave.displayName="Leave",Leave.iconName="leave",exports.default=Leave},"./packages/juno-icon/src/LeaveMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LeaveMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30.825 21.116a3.86 3.86 0 0 1-2.674.85l-.245-.026-5.332-.752c-1.588-.217-2.603-1.034-2.697-2.177l-.007-.193.012-.872c-.012-.608-.388-.945-1.403-1.042a30.137 30.137 0 0 0-2.5-.125 43.57 43.57 0 0 0-2.932.102c-.971.063-1.344.371-1.386.911l-.004.119.014.879c.032 1.172-.88 2.012-2.406 2.298l-.26.042-4.872.709c-1.326.187-2.23-.088-2.998-.72-.534-.44-.936-1.186-1.084-1.909l-.04-.24L0 18.691c-.003-1.909.587-3.357 2.115-4.616 3.28-2.703 7.246-4.015 13.718-4.074 6.49-.058 10.759 1.396 13.733 3.847 1.814 1.495 2.359 2.83 2.428 4.743l.007.307-.073.451c-.146.7-.543 1.306-1.102 1.767z"}))})));LeaveMeeting.displayName="LeaveMeeting",LeaveMeeting.iconName="leave-meeting",exports.default=LeaveMeeting},"./packages/juno-icon/src/LeaveSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LeaveSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.886 3.657A2.743 2.743 0 0 1 22.629 6.4v6.171h-2.057V6.4a.686.686 0 0 0-.562-.675l-.123-.011h-7.883l4.453 1.573a2.057 2.057 0 0 1 1.372 1.94v14.316h2.057a.686.686 0 0 0 .675-.562l.011-.123v-4.114h2.057v4.114a2.743 2.743 0 0 1-2.743 2.743h-2.057v1.207a2.057 2.057 0 0 1-2.742 1.94l-7.085-2.501a2.743 2.743 0 0 1-1.83-2.587V6.401a2.743 2.743 0 0 1 2.743-2.743h10.971zm5.182 7.031 5.017 5.013-5.017 5.013-1.454-1.454 2.6-2.6-7.014.027V14.63l6.872-.027-2.458-2.46 1.454-1.454z"}))})));LeaveSp.displayName="LeaveSp",LeaveSp.iconName="leave_sp",exports.default=LeaveSp},"./packages/juno-icon/src/Limited.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Limited=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.671 11.107c.319.15.567.385.743.707.172.343.37.699.592 1.067s.488.776.799 1.225c.195.295.273.616.229.95-.043.329-.19.623-.46.895a2.753 2.753 0 0 1-.484.332.544.544 0 0 1-.103.065l-.08.039-.084.046-.021.01c-.025.011-.048.021-.068.032.008.037.02.082.039.137l.046.122a3 3 0 0 0 .284.544c.134.211.306.442.513.69.225.265.434.484.626.656.186.166.355.29.503.373.057.032.107.057.147.075l.103-.113.038-.037.04-.05.12-.124.105-.103.047-.043c.081-.074.171-.144.291-.225.31-.183.656-.26 1.022-.228.378.033.699.184.926.426.282.267.575.533.879.8l.216.188.446.379c.163.137.34.284.532.442.276.227.46.505.545.828.077.291.064.573-.035.821l-.041.091c-.091.226-.266.492-.526.807a4.7 4.7 0 0 1-.61.633l-.076.06c-.207.171-.446.3-.714.385-.262.083-.55.124-.861.124a4.712 4.712 0 0 1-1.581-.294 8.118 8.118 0 0 1-1.633-.818 11.46 11.46 0 0 1-1.434-1.096l-.203-.184a17.168 17.168 0 0 1-1.624-1.68 15.494 15.494 0 0 1-1.726-2.493c-.45-.816-.767-1.58-.951-2.295-.187-.727-.232-1.384-.132-1.966.096-.616.362-1.115.802-1.484.204-.17.49-.343.861-.523.379-.184.692-.297.951-.337a1.709 1.709 0 0 1 1.005.145zm9.815-2.981c.163.091.298.225.389.389l3.3 5.941a1 1 0 0 1-.875 1.486h-6.601a1 1 0 0 1-.874-1.486l3.301-5.941a1 1 0 0 1 1.36-.389zm-.444 5.252a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm.008-4.437c-.307 0-.562.074-.615.171l-.01.037v3.333c0 .115.28.208.625.208.307 0 .562-.074.615-.171l.01-.037V9.149c0-.115-.28-.208-.625-.208z"}))})));Limited.displayName="Limited",Limited.iconName="Limited",exports.default=Limited},"./packages/juno-icon/src/ListBullet.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListBullet=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 23a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 23zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM6 14a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 14zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM6 5a2 2 0 1 1 .001 3.999A2 2 0 0 1 6 5zm21 1a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16z"}))})));ListBullet.displayName="ListBullet",ListBullet.iconName="list-bullet",exports.default=ListBullet},"./packages/juno-icon/src/ListBulletL.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListBulletL=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.333 22.667c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm21 0c1.234 0 2.246.96 2.328 2.174l.005.16a2.334 2.334 0 0 1-2.333 2.333h-14a2.334 2.334 0 0 1 0-4.666h14zm-21-9.334c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm18.667 0c1.234 0 2.246.96 2.328 2.174l.005.16A2.334 2.334 0 0 1 23 18H11.333a2.334 2.334 0 0 1 0-4.666H23zM4.333 4c1.234 0 2.246.96 2.328 2.174l.005.16c0 1.234-.96 2.246-2.174 2.328l-.16.005a2.334 2.334 0 0 1-.159-4.661l.16-.005zm23.334 0c1.234 0 2.246.96 2.328 2.174l.005.16a2.334 2.334 0 0 1-2.333 2.333H11.334a2.334 2.334 0 0 1 0-4.666h16.333z"}))})));ListBulletL.displayName="ListBulletL",ListBulletL.iconName="list-bullet_l",exports.default=ListBulletL},"./packages/juno-icon/src/ListOrdered.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListOrdered=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5.172 21.127c1.285 0 2.215.561 2.215 1.531 0 .715-.429 1.155-1.075 1.322l-.142.032v.041c.957.082 1.436.615 1.436 1.34 0 1.094-.916 1.791-2.434 1.791-1.053 0-2.256-.492-2.256-1.395 0-.369.26-.602.656-.602.219 0 .369.109.52.273.246.301.602.547 1.08.547.492 0 .875-.287.875-.711 0-.416-.303-.647-.866-.679l-.146-.004h-.219c-.342 0-.561-.205-.561-.52 0-.32.177-.507.462-.541l.099-.006h.205c.574 0 .93-.232.93-.629 0-.438-.328-.67-.793-.67-.328 0-.581.097-.834.368l-.095.11c-.178.219-.301.314-.574.314-.355 0-.602-.232-.602-.574 0-.848 1.094-1.34 2.119-1.34zm-.027-8.285c1.367 0 2.242.711 2.242 1.736 0 .702-.274 1.118-1.077 1.826l-.18.156-1.176.998v.041h2.064c.328 0 .561.219.561.588a.544.544 0 0 1-.468.554l-.092.007H3.601c-.397 0-.656-.26-.656-.629a.81.81 0 0 1 .237-.6l.091-.084 1.764-1.518c.697-.588.875-.861.875-1.23 0-.396-.314-.684-.738-.684-.377 0-.645.151-.825.434l-.063.112c-.15.301-.342.396-.629.396-.383 0-.643-.205-.643-.602 0-.82.889-1.504 2.133-1.504zM27 24a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zm0-9a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16zM5.596 4.543c.48 0 .819.28.869.731l.006.116v4.43c0 .533-.314.793-.779.793-.442 0-.732-.221-.774-.675l-.005-.118V6.074h-.027l-.684.492c-.219.15-.301.178-.465.178a.532.532 0 0 1-.547-.547c0-.223.1-.365.301-.522l.109-.08.984-.684c.301-.219.561-.369 1.012-.369zM27 6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h16z"}))})));ListOrdered.displayName="ListOrdered",ListOrdered.iconName="list-ordered",exports.default=ListOrdered},"./packages/juno-icon/src/ListView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ListView=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.667 22.667a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333zm0-8a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333zm0-8a1.333 1.333 0 0 1 0 2.666H5.334a1.333 1.333 0 0 1 0-2.666h21.333z"}))})));ListView.displayName="ListView",ListView.iconName="list-view",exports.default=ListView},"./packages/juno-icon/src/Location.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Location=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 7a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Location.displayName="Location",Location.iconName="location",exports.default=Location},"./packages/juno-icon/src/LocationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LocationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 2C10.477 4 6 8.477 6 14c0 3.433 3.233 8.527 9.801 15.024l.199.196.199-.196c6.442-6.372 9.675-11.395 9.797-14.824L26 14c0-5.523-4.477-10-10-10zm0 4a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 8zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}))})));LocationBorder.displayName="LocationBorder",LocationBorder.iconName="location_border",exports.default=LocationBorder},"./packages/juno-icon/src/Lock.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Lock=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a6 6 0 0 1 6 6l-.001 6H24a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 0 1 6-6zm0 17a1 1 0 0 0-.993.883L15 20v4a1 1 0 0 0 1.993.117L17 24v-4a1 1 0 0 0-1-1zm0-15a4 4 0 0 0-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 0 0-3.8-3.995L16 4z"}))})));Lock.displayName="Lock",Lock.iconName="lock",exports.default=Lock},"./packages/juno-icon/src/LockBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),LockBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a6 6 0 0 1 6 6l-.001 6H24a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 0 1 6-6zm7 14H9a1 1 0 0 0-.993.883L8 17v10a1 1 0 0 0 .883.993L9 28h14a1 1 0 0 0 .993-.883L24 27V17a1 1 0 0 0-.883-.993L23 16zm-7 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1zm0-15a4 4 0 0 0-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 0 0-3.8-3.995L16 4z"}))})));LockBorder.displayName="LockBorder",LockBorder.iconName="lock_border",exports.default=LockBorder},"./packages/juno-icon/src/Login.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Login=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 29H12a2.002 2.002 0 0 1-2-2v-2a1 1 0 0 1 2 0v1a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H13a1 1 0 0 0-1 1v1a1 1 0 0 1-2 0V5a2.002 2.002 0 0 1 2-2h15a2.002 2.002 0 0 1 2 2v22a2.002 2.002 0 0 1-2 2zm-12.707-9.121L17.172 17H4a1 1 0 0 1 0-2h13.172l-2.879-2.879a1 1 0 0 1 1.414-1.414l4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414z"}))})));Login.displayName="Login",Login.iconName="login",exports.default=Login},"./packages/juno-icon/src/Logout.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Logout=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 29h16a2.002 2.002 0 0 0 2-2v-2a1 1 0 0 0-2 0v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V5a2.002 2.002 0 0 0-2-2H8a2.002 2.002 0 0 0-2 2v22a2.002 2.002 0 0 0 2 2zm15.615-9.121L26.494 17H13.322a1 1 0 0 1 0-2h13.172l-2.879-2.879a1 1 0 0 1 1.414-1.414l4.586 4.586a.999.999 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414z"}))})));Logout.displayName="Logout",Logout.iconName="Logout",exports.default=Logout},"./packages/juno-icon/src/MacKeynote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacKeynoteD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/MacKeynoteD.tsx")),MacKeynote=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(MacKeynoteD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#039dfa",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#039dfa",d:"M24.889 16a8.894 8.894 0 0 1-5.787 8.333 8.864 8.864 0 0 1-3.102.556 8.876 8.876 0 0 1-3.163-.579A8.89 8.89 0 1 1 24.889 16z"}),React.createElement("path",{fill:"#f2f2f2",d:"M9.114 17.12c0 .377.301.683.673.683h12.675a.678.678 0 0 0 .673-.683H9.114zM19.195 24.33a8.67 8.67 0 0 1-3.07.558 8.68 8.68 0 0 1-3.13-.581.357.357 0 0 1 .113-.019h1.911a.72.72 0 0 0 .714-.724v-5.307h.673v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041zM22.314 11.334a.697.697 0 0 0-.691-.663H11.34v-.788c0-.308.247-.559.551-.559h1.735c.074.261.31.452.591.452h1.387a.62.62 0 0 0 .615-.624v-.133a.62.62 0 0 0-.615-.624h-1.387a.618.618 0 0 0-.605.512H11.89a.97.97 0 0 0-.962.976v.788h-.412a.696.696 0 0 0-.691.663l-.298 5.33h13.086l-.298-5.33z"}))})));MacKeynote.displayName="MacKeynote",MacKeynote.iconName="mac-keynote",exports.default=MacKeynote},"./packages/juno-icon/src/MacKeynoteD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacKeynoteD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#223642",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#039dfa",d:"M24.889 16a8.894 8.894 0 0 1-5.787 8.333 8.864 8.864 0 0 1-3.102.556 8.876 8.876 0 0 1-3.163-.579A8.89 8.89 0 1 1 24.889 16z"}),React.createElement("path",{fill:"#f1f1f1",d:"M16.406 18.258v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041a8.67 8.67 0 0 1-3.07.558 8.68 8.68 0 0 1-3.13-.581.357.357 0 0 1 .113-.019h1.911a.72.72 0 0 0 .714-.724v-5.307h.673zm6.73-1.138a.678.678 0 0 1-.673.683H9.788a.678.678 0 0 1-.673-.683zm-7.533-8.724a.62.62 0 0 1 .615.624v.133a.62.62 0 0 1-.615.624h-1.387a.616.616 0 0 1-.591-.452H11.89a.556.556 0 0 0-.551.559v.788h10.283c.367 0 .671.291.691.663l.298 5.33H9.525l.298-5.33a.697.697 0 0 1 .691-.663h.412v-.788a.97.97 0 0 1 .962-.976h1.722a.618.618 0 0 1 .605-.512z"}))})));MacKeynoteD.displayName="MacKeynoteD",MacKeynoteD.iconName="mac-keynote-D",exports.default=MacKeynoteD},"./packages/juno-icon/src/MacNumbers.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacNumbersD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/MacNumbersD.tsx")),MacNumbers=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(MacNumbersD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#54cb43",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#54cb43",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 0 1-2.222 2.222H9.334a2.222 2.222 0 0 1-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333zM22.389 21H9.611v.556h12.778V21zm-10-2.222H9.611v1.667h2.778v-1.667zM15.722 16h-2.778v4.444h2.778V16zm3.334-5.556h-2.778v10h2.778v-10zm3.333 2.778h-2.778v7.222h2.778v-7.222z"}))})));MacNumbers.displayName="MacNumbers",MacNumbers.iconName="mac-numbers",exports.default=MacNumbers},"./packages/juno-icon/src/MacNumbersD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacNumbersD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#2a3d27",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#54cb43",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 0 1-2.222 2.222H9.334a2.222 2.222 0 0 1-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333z"}),React.createElement("path",{fill:"#f1f1f1",d:"M22.389 21v.556H9.611V21h12.778zm-3.333-10.556v10h-2.778v-10h2.778zm-6.667 8.334v1.667H9.611v-1.667h2.778zM15.722 16v4.444h-2.778V16h2.778zm6.667-2.778v7.222h-2.778v-7.222h2.778z"}))})));MacNumbersD.displayName="MacNumbersD",MacNumbersD.iconName="mac-numbers-D",exports.default=MacNumbersD},"./packages/juno-icon/src/MacPages.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacPagesD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/MacPagesD.tsx")),MacPages=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(MacPagesD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffbc31",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffbc31",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 0 0-.039.378l.038.004h13.726v1.263a2.222 2.222 0 0 1-2.222 2.222H9.333a2.222 2.222 0 0 1-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333zM11.537 19.85l-.303.466a.157.157 0 0 0 .022.194.154.154 0 0 0 .148.04l.038-.016.496-.289-.401-.395zm7.809-8.311-7.002 7.07a2.863 2.863 0 0 0-.298.351l-.087.127-.344.63.469.466.627-.325c.15-.087.291-.19.419-.308l.094-.091 6.994-7.057-.872-.864zm2.001-1.11a.612.612 0 0 0-.814-.045l-.054.048-.982.99.873.864.982-.99a.613.613 0 0 0-.005-.867z"}))})));MacPages.displayName="MacPages",MacPages.iconName="mac-pages",exports.default=MacPages},"./packages/juno-icon/src/MacPagesD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MacPagesD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#2f291e",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#ffbc31",d:"M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 0 0-.039.378l.038.004h13.726v1.263a2.222 2.222 0 0 1-2.222 2.222H9.333a2.222 2.222 0 0 1-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333z"}),React.createElement("path",{fill:"#fff",d:"M24.889 21.022v.382L11.125 21.4a.19.19 0 0 1 .039-.378H24.89zM11.537 19.85l.401.395-.496.289-.038.016a.154.154 0 0 1-.19-.184l.02-.049.303-.466zm7.809-8.311.872.864-7.088 7.147c-.085.078-.176.15-.272.215l-.147.092-.627.325-.469-.466.344-.63.087-.127c.06-.083.124-.163.192-.239l.105-.111 7.002-7.07zm2.001-1.11a.61.61 0 0 1 .076.781l-.07.086-.982.99-.873-.864.982-.99.054-.048a.612.612 0 0 1 .814.045z"}))})));MacPagesD.displayName="MacPagesD",MacPagesD.iconName="mac-pages-D",exports.default=MacPagesD},"./packages/juno-icon/src/Mailchimp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mailchimp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.425 20.54a46.843 46.843 0 0 0-.133-.4 1.4 1.4 0 0 1-.067-.034l-.034-.134-.201-.166-.1-.133a5.164 5.164 0 0 1-.133-.034c-.011-.022-.022-.045-.034-.066h-.067v-.034h-.066v-.034h-.101l-.034-.066a3.862 3.862 0 0 0-.099.034l-.034-.1a1.4 1.4 0 0 1-.067-.034l-.034-.3h-.033v-.066h-.034v-.1h-.034v-.1h-.034v-.1h-.033v-.066h-.034v-.067h-.033v-.066h-.034v-.1h-.034a.275.275 0 0 1 .068-.134h.033l.034-.1.067-.033v-.067l.068-.033v-.066l.067-.034v-.1h.033v-.066l.068-.034v-.166h.034c.043-.146-.004-.438-.034-.533v-.133h-.034v-.067h-.034v-.1h-.033l-.034-.133-.067-.034v-.066a4.338 4.338 0 0 1-.1-.067v-.066h-.034l-.1-.134h-.067l-.1-.133a5.164 5.164 0 0 1-.133-.034v-.033h-.068v-.034c-.067-.022-.133-.045-.201-.066v-.034a16.91 16.91 0 0 1-.201-.034l-.235-.266h-.066l-.135-.166-.133-.034-.067-.1h-.067l-.034-.066a.62.62 0 0 0-.235-.1v-.066c-.148-.021-.146-.085-.3-.1 0 0-.006-.13-.034-.067v.034h-.034v-.066l-.167-.034c-.038-.098.006-.037-.1-.034v-.066l-.168-.034c0-.001.009-.119-.033-.066-.024.007.009.056-.034.034-.022-.012-.017-.079-.067-.067v.034h-.034v-.066c-.118-.013-.162-.048-.267-.067v-.066h-.1c-.007-.126-.043-.211-.068-.3-.02-.077.041-.092.034-.133h-.034v-.167h-.033c-.031-.107.044-.212.033-.266h-.033v-.133h-.033v-.367h-.034v-.4h-.034v-.166h-.034c-.021-.075.038-.149.034-.166h-.034v-.1h-.033v-.266h-.034v-.234h-.033l-.068-.366h-.034v-.134h-.033v-.1h-.034l-.033-.133h-.034c-.034-.1-.068-.2-.1-.3l-.067-.034-.068-.2h-.034c-.058-.074-.111-.12-.133-.233-.107-.029-.118-.086-.201-.134v-.066a5.164 5.164 0 0 1-.133-.034 15.711 15.711 0 0 0-.068-.2h-.034v-.066l-.066-.034-.068-.2-.068-.033v-.067l-.066-.033v-.067l-.067-.033v-.067h-.034c-.06-.073-.11-.12-.133-.233-.094-.023-.128-.061-.167-.134-.037-.037-.015.001-.034-.066.062-.05.16-.194.201-.266v-.067c.023-.011.045-.021.067-.033.011-.045.023-.089.033-.134l.068-.034.034-.1h.034v-.066l.066-.066v-.066h.034v-.067h.034v-.066h.034v-.066h.034v-.067h.033v-.066h.033v-.066h.034v-.067h.034v-.066h.034v-.1l.067-.034v-.1h.033v-.066h.034v-.1h.034l.034-.133h.033l.034-.2h.033v-.1h.034v-.1h.034v-.067h.034V6.25h.033l.033-.266.068-.034.068-.633h.033v-.133h.033v-.8h-.033c-.003-.045.055-.054.033-.133h-.033v-.134h-.033v-.2h-.034l-.034-.234h-.034l-.034-.166h-.033v-.066h-.033v-.1h-.034v-.066l-.068-.034c-.011-.045-.023-.089-.033-.134l-.067-.033a2.931 2.931 0 0 0-.034-.1h-.034l-.034-.1h-.067a.25.25 0 0 0-.2-.2v-.067c-.225-.061-.311-.275-.569-.299v-.067c-.014.016-.113.028-.167 0l-.034-.066h-.134v-.034h-.133l-.034-.066c-.039.007-.062.06-.133.034v-.034h-.068v-.034h-.334v-.033c-.163-.049-.653 0-.769.033l-.368-.033v.066l-.201.034c-.004-.001-.013-.049-.068-.034v.034h-.067v.033c-.072.023-.099-.044-.134-.033l-.034.066h-.2v.034h-.067v.033l-.067-.033c-.028.013.003.044-.099.066-.038-.037 0-.014-.068-.034v.067l-.268.033-.033.067-.1-.034-.034.066-.334.066v.067a2.931 2.931 0 0 1-.1-.034v.066l-.301.067-.034.066h-.067v.034l-.167.033-.034.067-.067-.034v.066c-.129.016-.139.055-.268.067v.066l-.234.066-.033.067-.135.033v.034l-.133.034-.034.066c-.034.022-.275.12-.334.1v-.034l-.1-.033v-.034h-.033v-.066c-.038-.043-.082-.002-.135-.034a1.353 1.353 0 0 0-.033-.066.654.654 0 0 0-.267-.167v-.066l-.435-.3V2.58c-.137-.019-.143-.074-.267-.1 0 0-.005-.13-.033-.066-.047.007.013.031-.034.033v-.066a1.84 1.84 0 0 1-.268-.066l-.033-.067a2.931 2.931 0 0 0-.1.034c-.011-.022-.022-.045-.034-.066h-.033v.033c-.051-.014-.054-.028-.134-.033v-.067c-.114.021-.175.046-.301 0v-.033c-.065-.023-.116-.013-.167-.034v.066l-.401-.033c-.079.022-.147.061-.268.066-.038-.098.006-.037-.1-.034v.067c-.082.006-.098.031-.134.033-.018-.012-.026-.061-.1-.033l-.033.066a6.573 6.573 0 0 1-.134-.034v.067l-.402.066-.033.066h-.1v.034l-.201.033-.033.067h-.1v.033a.71.71 0 0 1-.268.067s-.005.129-.033.066c-.046-.008.014-.032-.033-.034v.067c-.129.015-.138.054-.268.066v.066a6.573 6.573 0 0 0-.134.034l-.033.066-.134.034v.034l-.067-.034v.066h-.067v.034l-.134.066v-.033h-.033v.066c-.151.042-.152.146-.334.166v.066a.648.648 0 0 0-.234.1l-.067.1c-.051.031-.103-.013-.134.034v.066c-.274.073-.401.376-.669.433v.066c-.114.031-.086.071-.2.1v.066c-.103.03-.125.08-.201.134v.034h-.1c-.049.179-.217.196-.301.333h-.067c-.038.137-.101.128-.201.2l-.368.4h-.067l-.267.3a10.87 10.87 0 0 0-.167.134v.066l-.134.1c-.133.134-.341.338-.435.5h-.067c-.044.159-.198.291-.301.4l-.067.033v.066l-.234.2v.067h-.033c-.048.058-.078.08-.1.166h-.067a.606.606 0 0 1-.134.234c-.022.01-.045.021-.067.033v.067c-.022.01-.045.021-.067.033v.034a8.687 8.687 0 0 0-.1.066v.066l-.134.1v.067l-.067.033v.067l-.1.066v.066l-.1.067v.066l-.134.1v.066l-.067.034-.033.1h-.033v.066l-.067.034v.066l-.1.066v.067c-.023.011-.045.021-.067.033v.067c-.022.011-.045.021-.067.033v.067h-.034l-.033.1-.067.033v.067c-.034.021-.067.044-.1.066l-.034.133-.067.034v.066a1.4 1.4 0 0 0-.067.034v.066l-.067.034v.066l-.067.034-.067.2h-.033l-.033.1-.067.034v.066l-.067.034v.066l-.067.066v.066h-.034v.067l-.067.033v.067l-.067.066v.066h-.033v.067c-.022.011-.045.021-.067.033l-.033.134-.067.066v.067h-.033v.066h-.033v.066h-.034v.066h-.033v.067h-.033v.066h-.034v.066h-.033v.067l-.067.066v.066l-.067.034-.033.2h-.034l-.067.2h-.034v.066h-.033l-.033.166h-.034v.067h-.033l-.067.3h-.033l-.033.133h-.033l-.034.234h-.033v.1h-.033v.066h-.034l-.033.234h-.033v.133a1.4 1.4 0 0 0-.067.034v.166h-.033v.167h-.033v.199h-.034v.2h-.033v.1h-.033v.334c-.03.096-.076.693-.034.832h.034v.266h.033v.1h.033l-.033.1.067.034.033.234h.033l.067.2h.033v.066h.033l.034.133.067.034v.066l.067.034v.066h.033l.033.1c.121.033.14.112.235.167v.066c.092.023.122.064.201.1v.066c.121.012.142.026.167.134.101.014.108.021.167.066v.034h.067l.034.066h.067l.1.134h.067l.067.1h.067l.033.066.201.134c-.012.13-.065.258-.1.366v.133h-.033v.067h-.033v.033h.033v.034h-.033v.2h-.034v.533l-.033.433.067.034v.266h.033l.067.366h.034v.134h.033v.066h.033v.1h.034l.033.2h.033v.066l.067.034v.1h.033v.066h.034v.066l.067.034.067.2.067.034v.066h.034a.416.416 0 0 1 .1.2h.067c.045.178.214.291.334.4l.034.066h.067v.066h.034v.034h.067l.1.134h.067v.066c.101.015.107.021.167.066v.034l.134.034.067.1h.067l.033.066a1.4 1.4 0 0 0 .067-.034v.066c.104.022.149.058.267.067.038.098-.005.036.1.033v.067l.234.033.034.067.1-.034.033.066c.033-.011.067-.021.1-.033v.033h.067v.034h.234c.223.066.513.056.735.034.021.074.028.082.067.133h.033l.034.134.067.034v.066l.067.034.033.133.1.066.033.1h.034v.067h.033a.412.412 0 0 1 .1.2h.067a.556.556 0 0 0 .134.233l.067.034.034.1.1.066v.066l.134.1v.067l.134.1v.066h.067v.066h.033l.167.2.067.034c.046.062-.015.049.067.1v.066c.139.038.18.146.267.234l.301.266.1.134h.067v.033c.085.071.147.168.267.2v.067c.033.01.067.021.1.033l.1.134h.067l.1.133h.067l.067.1.1.034.033.066a.548.548 0 0 0 .234.134v.066l.134.034v.066c.156.022.155.102.301.134v.066c.229.033.306.22.535.266v.067c.075.01.088.002.134.033v.034h.067l.033.066.301.1.033.067.301.1.033.066h.067v.034c.056.01.112.021.167.033v.066l.301.067v.066l.435.1v.066c.034-.011.067-.021.1-.033l.034.066h.1l.033.034v.033c.033-.011.067-.021.1-.033v.066l.1-.034.033.067c.134.021.268.044.401.066l.034.066.1-.033v.033h.067v.034h.134v.034h.201l.033.066c.036.011.06-.058.134-.034v.034h.067v.034c.055.017.062-.033.067-.034h.034v.034h.099l.034.066.201-.034.034.067c.034.01.067.021.099.033v-.066c.134.013.204.057.302.1v-.066c.099.01.201.021.3.033v.066h.134v-.033l1.204.033c.355 0 .614-.029.937 0v-.066c.119-.001.181-.018.267-.033v.066h.034c-.005-.065.113-.048.167-.066v-.034c.138-.044.363-.007.468 0v-.066c.08-.007.102-.033.134-.034.02.012.004.052.067.034v-.034h.067v-.034c.077-.024.09.03.134.034l.033-.066h.168v-.034h.167c.011-.022.022-.045.034-.066l.201-.034.033.034.034-.067.401-.066v-.066l.235-.034.033-.066h.067v-.034l.101.034v-.067l.3-.066c.037-.098-.006-.037.101-.034v-.066c.227-.053.337-.224.601-.233v-.067c.162-.038.193-.147.369-.166v-.066h.133v-.067c.153-.042.195-.163.368-.2v-.066c.141-.025.151-.094.235-.166l.067.033v-.066h.033l.034-.066h.068v-.034c.09-.055.064.03.099-.1.114-.031.086-.071.201-.1v-.066c.116-.031.191-.128.268-.2l.034-.066h.066l.034-.067h.068c.034-.055.067-.11.099-.166h.068l.034-.066.099-.066v-.067l.067-.033v-.067l.133-.1c.13-.13.289-.292.368-.466h.068c.024-.112.073-.161.133-.233h.034l.034-.1.1-.067v-.066l.067-.034.034-.1h.034v-.066l.067-.034v-.066l.1-.066v-.067a.832.832 0 0 0 .067-.033l.034-.134.067-.033.034-.1h.034l.033-.134.1-.066v-.1l.068-.034c.01-.045.022-.089.033-.134l.067-.033v-.067l.068-.066v-.066h.033v-.066l.067-.034.034-.166.068-.034v-.066h.033v-.067h.034v-.1h.033v-.066l.068-.034v-.1h.034v-.066h.033l.067-.2h.034v-.1h.034v-.066h.034v-.1h.033c.011-.045.023-.089.033-.134h.034v-.1h.034l.034-.2c.023-.01.044-.021.067-.033v-.134h.033l.034-.2h.034v-.066h.034v-.134h.033v-.1h.034v-.066h.033v-.066l.068-.034v-.066h.034v-.1h.033v-.066h.034c.01-.045.022-.09.033-.134h.034v-.1h.034v-.134c.023-.011.045-.021.067-.033l-.033-.034c-.007-.182.143-.392.066-.633zM9.527 22.671H9.46v.034h-.067v.034h-.1v.033a6.573 6.573 0 0 0-.134.034v.034h-.1c-.286.114-.804.245-1.204.133l-.368-.033a4.285 4.285 0 0 1-1.104-.566l-.2-.234-.167-.134v-.066l-.1-.066v-.067l-.1-.066-.033-.133a1.4 1.4 0 0 1-.067-.034l-.033-.134H5.65l-.034-.133h-.033v-.1H5.55a6.573 6.573 0 0 0-.034-.134h-.033l-.033-.266c-.139-.411-.18-.991-.033-1.432v-.134h.033v-.134h.033v-.1h.033v-.1h.034v-.066h.033v-.1h.033l.034-.133h.033v-.067c.022-.011.045-.021.067-.033l.067-.2.1-.067v-.066l.1-.066v-.067l.134-.099.234-.267h.067l.067-.1h.067l.034-.066h.067c.011-.022.022-.045.034-.066h.067l.034-.067a3.27 3.27 0 0 0 .134-.033v-.034l.134-.034v-.033h.1v-.034h.1v-.034h.1v-.033h.1v-.034h.167c.451-.136 1.04-.044 1.405.1l.301.1.067.1.201.166v.067c.022.011.045.021.067.033.011.045.023.089.033.134h.034l.067.2h.034v.1c.093.23.202.512.2.832h.067l.201-.666h.033c.09.218.128.491.201.732.041.136-.009.376.067.467v.599h.033l.268-.466c.02-.066-.005-.028.033-.066.27 1.485-.614 2.614-1.438 3.131zm2.106-12.956v.066l-.201.166v.067l-.167.133v.067l-.201.166v.066l-.201.167v.066l-.1.066v.034l-.067.033v.067l-.2.166v.066l-.167.134v.066l-.168.134v.066l-.2.166v.067l-.167.133v.067l-.167.133v.067c-.023.011-.045.021-.067.033-.049.052-.079.121-.134.167v.033h-.034c.026-.116.086-.181.134-.266v-.066l.067-.034.067-.2.067-.034v-.066l.067-.066v-.067l.067-.033.033-.134.067-.033v-.067l.067-.033v-.067l.067-.033v-.067c.022-.011.045-.021.067-.033v-.067a.832.832 0 0 0 .067-.033v-.067h.033l.034-.1.067-.033v-.067c.034-.021.067-.044.1-.066v-.066a1.4 1.4 0 0 0 .067-.034v-.066l.134-.1v-.066l.1-.067v-.066l.1-.066v-.067l.1-.066v-.066l.134-.1v-.066l.134-.1.034-.1.067-.034v-.066a1.4 1.4 0 0 0 .067-.034v-.034c.022-.011.045-.021.067-.033v-.067l.134-.1v-.066l.167-.134v-.066l.167-.133v-.067l.201-.166v-.066l.234-.2v-.067l.301-.266v-.066l.602-.566v-.067l.268-.233.1-.134h.067l.034-.066.334-.3v-.066a.429.429 0 0 0-.201.1v.033h-.067l-.033.067h-.067l-.033.066h-.067l-.067.1h-.067l-.033.066h-.067l-.1.134h-.067l-.034.066h-.067l-.067.1h-.067l-.1.134-.1.033-.033.067h-.067l-.167.2h-.067l-.1.133h-.034l-.033.067h-.067l-.301.333h-.067l-.401.433c-.326.325-.661.62-.936.999l-.268.234v.066l-.201.166v.067l-.167.133v.067l-.134.1v.066l-.134.1v.066l-.134.1v.066l-.1.067-.033.1-.067.033v.067l-.1.066-.033.1a1.4 1.4 0 0 0-.067.034v.066l-.1.066v.067c-.022.01-.045.021-.067.033l-.034.1h-.033v.066l-.1.067v.066l-.067.034-.033.1h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.1h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.133-.1.067v.066h-.033v.066a1.4 1.4 0 0 0-.067.034l-.033.133-.067.034c-.011.045-.023.089-.033.134-.022.011-.045.021-.067.033-.011.045-.023.089-.033.134l-.067.034-.067.2c-.022.01-.045.021-.067.033v.067l-.067.066v.066h-.033v.066h-.033v.067l-.067.033v.067l-.067.066v.066h-.033v.067h-.033v.066H7.36v.066h-.033v.067h-.033v.066h-.033v.066h-.034v.067h-.033v.066h-.033v.1h-.034v.066h-.033v.066h-.033l-.034.134h-.033v.1h-.033a6.573 6.573 0 0 1-.034.134h-.033v.1h-.033v.066h-.033l-.034.166h-.033v.1h-.033v.066h-.034l-.067.3h-.034v.067H6.56v.133c-.058.158-.163.321-.167.534-.033.011-.067.021-.1.033v.034h-.067v.034h-.067l-.067.1h-.067l-.067.1h-.067l-.167.2h-.067l-.1.133-.067.034-.033.1-.201.166c-.063.088-.077.174-.168.233v.033c-.033-.011-.067-.021-.1-.033v-.034a2.931 2.931 0 0 1-.1-.034 4.012 4.012 0 0 1-.034-.066h-.067l-.067-.1h-.067l-.1-.134h-.067l-.1-.133h-.067l-.134-.166h-.067l-.067-.1-.167-.134v-.066l-.067-.034-.067-.2h-.033v-.1h-.034v-.1H3.65c-.046-.131-.122-.873-.067-1.066h.033v-.3h.033v-.2c.05-.165.113-.373.167-.533v-.134h.033v-.1h.033v-.1h.034v-.1h.033l.033-.2h.034v-.066h.033l.067-.3h.033l.033-.133h.033v-.1h.034v-.067h.033v-.1h.033l.067-.2h.033v-.066h.034v-.1l.067-.033.1-.3h.033v-.067h.034v-.066l.067-.066v-.067c.022-.01.045-.021.067-.033v-.067l.067-.066v-.066h.033v-.067h.033v-.066l.067-.066v-.066l.067-.034v-.066l.067-.067v-.066h.033v-.066a1.4 1.4 0 0 0 .067-.034v-.066h.033v-.067l.067-.033.033-.134a1.4 1.4 0 0 0 .067-.034v-.066h.033v-.066a1.4 1.4 0 0 0 .067-.034l.033-.1h.033l.034-.133.067-.034v-.066a1.4 1.4 0 0 0 .067-.034v-.066l.067-.034v-.066l.067-.034v-.066l.067-.034v-.066h.033l.033-.1a1.4 1.4 0 0 0 .067-.034v-.066l.1-.066V9.48c.023-.011.045-.021.067-.033V9.38l.1-.066.034-.1.067-.034v-.066l.067-.034v-.066l.134-.1v-.066l.1-.066v-.067l.134-.1v-.066l.134-.1v-.066l.134-.1v-.067l.167-.133v-.067l.234-.199V7.75l.234-.2v-.066h.033l.067-.1.301-.266v-.066l.368-.334c.281-.28.543-.563.87-.8l.234-.266h.067v-.034l.1-.066.067-.1h.067l.134-.166h.067l.033-.067.1-.033.1-.134h.067l.1-.133h.067l.033-.067h.067l.067-.1h.067l.067-.1h.067l.034-.066h.067l.067-.1h.067l.033-.066h.067l.033-.067c.045-.01.089-.022.134-.033l.033-.066h.067l.033-.067h.067l.033-.066h.067v-.034h.067l.034-.066h.067l.067-.066h.067v-.034h.067l.034-.066h.067l.067-.067h.067v-.033h.067v-.034h.067v-.034h.067v-.033l.201-.067v-.033h.1v-.033h.067v-.034h.1v-.033h.067V3.42l.201-.033v-.034h.1v-.034h.1v-.033h.1v-.034h.134v-.034h.201c.131-.039.502-.122.702-.066.045.012.206.067.301.034v-.034l.134-.034v-.033h.1v-.034l.201-.034v-.033c.145.04.114.105.201.166h.067v.034l.101.066.033.066h.067l.167.2h.068l.133.166h.068l.133.167h.067l.067.1.1.066v.034h.068v.033c.075.064.124.138.234.167v.033l.1-.033v-.034h.067c.011-.022.022-.045.034-.066l.2-.067.034-.066h.068l.067-.066h.067v-.034h.068l.034-.066h.066v-.034l.168-.034.033-.066h.068v-.034l.3-.1v-.033l.135-.034v-.034h.099v-.033l.134-.034v-.033h.1v-.034h.067v-.034h.1V3.28h.068v-.034l.201-.034v-.033h.099v-.034h.101v-.034h.099v-.033h.134c.202-.072.473-.169.736-.167v.034l-.201.034v.033h-.101v.034h-.099v.034h-.101v.033h-.099v.034h-.067v.034h-.099v.033h-.068v.034h-.1v.034l-.134.033v.034h-.099v.034l-.201.066v.033h-.068v.034h-.067v.034h-.067v.033h-.068v.034h-.067v.034h-.067l-.068.066h-.067l-.033.066-.201.067-.034.066-.201.066v.034c-.034.011-.068.022-.1.034a4.012 4.012 0 0 0-.034.066l-.134.034-.033.066h-.067l-.034.066h-.068l-.066.1h-.068a4.012 4.012 0 0 1-.034.066h-.067a3.481 3.481 0 0 1-.067.1h-.068l-.033.067h-.067l-.068.1h-.067a1.353 1.353 0 0 0-.033.066h-.068l-.068.1h-.066l-.034.066h-.068l-.034.067-.099.033-.067.1h-.067l-.067.1h-.068l-.067.1h-.067l-.068.1h-.066l-.101.134c-.034.011-.067.021-.099.033l-.034.067h-.068a5.712 5.712 0 0 0-.099.133h-.068l-.1.134h-.067l-.1.134h-.067l-.1.133h-.067l-.134.166h-.067l-.134.167h-.067l-.1.133h-.033l-.034.067h-.067l-.268.3h-.067l-.234.266-.569.532v.067l-.301.266v.066l-.267.233v.066l-.201.166v.067l-.234.199v.067h-.033a3.481 3.481 0 0 0-.067.1l-.1.066v.066l-.201.167v.066l-.234.2zm2.709.2-.033.066h-.067l-.067.1h-.067l-.067.1h-.067l-.067.1h-.067l-.1.134h-.067l-.134.166h-.067l-.167.2h-.067c-.112.121-.223.244-.334.366h-.067l-.234.266-.1.067v.066l-.334.3v.066a1.4 1.4 0 0 0-.067.034l-.1.133h-.033v.067h-.033c-.048.058-.076.08-.1.166h-.067l.167-.3h.033c.011-.034.023-.066.033-.1a1.4 1.4 0 0 0 .067-.034v-.066l.067-.034v-.066l.1-.066v-.067l.1-.066v-.066l.134-.1v-.066l.134-.1v-.067l.167-.133v-.067l.301-.266v-.066l.201-.166.268-.3h.067v-.034l.1-.066.167-.2h.067l.134-.166h.067l.1-.134h.067l.1-.134h.067l.067-.1h.067l.033-.066h.067l.067-.1h.067l.033-.066.1-.034v-.034h.067l.033-.066.1-.033v-.034h.067v-.034h.067l.033-.066c.061-.039.075-.001.134-.066.038-.029.005.004.033-.034h-.033c-.055-.041-.505.026-.636.034v-.067a.282.282 0 0 0 .134-.066v-.034h.067v-.033h.067l.033-.067h.067v-.033l.803-.334h.133v-.034h.067v-.033h.134c.118-.041.24-.096.402-.1v-.066c-.257-.051-.503-.106-.837-.1v-.067l.803-.266.401-.034c.403-.115.921-.043 1.338 0v-.066c-.033-.062-.48-.259-.602-.266v-.034a2.803 2.803 0 0 1 1.338.067h.167v.033c.118.043.191.015.268.1h.1c-.068-.148-.196-.32-.335-.4V6.75l.568.133v.034h.068v.034h.099v.033l.135.034v.034l.133.033v.034l.133.033c.096.051.127.119.268.134a.47.47 0 0 0-.167-.233v-.034c.221.022.385.137.535.233h.068l.033.067.134.033c.034.045.067.089.099.134h.068l.167.2.068.034v.066l.099.066c.056.08.063.172.134.234v.066c-.112-.066-.222-.134-.335-.2h-.099v-.033h-.101v-.034h-.099v-.034h-.101v-.033h-.167v-.034l-.769-.034c-.649 0-1.217.041-1.705.2l-.636.134v.033l-.602.167v.033h-.066v.034h-.101v.034l-.201.033v.034l-.133.034v.033h-.1v.034l-.134.034v.033l-.167.034v.034l-.201.066v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033h-.067v.034h-.068v.033h-.067l-.067.067h-.068l-.034.066c-.066.022-.133.045-.2.066l-.034.067-.201.066v.034c-.033.011-.067.021-.1.033l-.033.067-.134.033-.033.067h-.067l-.033.066h-.067l-.033.066h-.067v.034l-.1.034-.033.066h-.067l-.067.1h-.067zm14.147 11.192h-.034v.066h-.033l-.033.166h-.034v.067c-.023.01-.045.021-.068.033v.067a3.403 3.403 0 0 0-.099.066v.066h-.034l-.068.366h-.033v.1h-.034v.067h-.033l-.034.2h-.034v.066h-.034v.1h-.033l-.033.133h-.034v.067h-.034v.1l-.068.033v.067l-.066.066v.066h-.034v.067h-.034v.066l-.067.066v.067h-.034l-.033.1-.068.033-.034.134a4.208 4.208 0 0 1-.067.033v.067l-.067.033v.067a2.472 2.472 0 0 0-.1.066v.066l-.067.034v.066l-.068.034v.034c-.023.01-.044.021-.067.033v.067l-.134.1v.066l-.234.2v.066l-.168.134c-.099.11-.201.221-.3.333h-.068l-.201.234h-.067l-.1.133h-.067l-.034.067h-.033l-.034.066h-.068l-.033.066h-.067l-.068.1h-.067l-.033.067c-.034.011-.068.021-.101.033v.034l-.133.034a4.012 4.012 0 0 0-.034.066c-.034.011-.068.022-.1.034v.033l-.134.034-.033.066h-.067l-.068.067h-.067v.033h-.067v.034h-.068v.033h-.067v.034h-.067v.034c-.068.021-.134.044-.201.066v.034l-.201.033v.034a6.573 6.573 0 0 0-.134.034v.033l-.301.067v.033h-.067v.034h-.1v.034l-.267.033v.034h-.1v.034h-.134v.033h-.134v.034h-.167v.034h-.167v.033l-.401.034c-.291.084-.699.066-1.07.066h-.434v-.033h-.335v-.034h-.2v-.034h-.168v-.033h-.168v-.034h-.133v-.034h-.133v-.033h-.101v-.034h-.099v-.034h-.101v-.033l-.201-.034v-.034l-.201-.066v-.034h-.066v-.033h-.068v-.034a5.164 5.164 0 0 1-.133-.034 4.012 4.012 0 0 1-.034-.066h-.068l-.033-.066h-.067l-.068-.1h-.067l-.067-.1-.235-.2v-.066l-.133-.1v-.067c-.034-.021-.068-.044-.101-.066v-.066l-.067-.034v-.066l-.067-.034-.034-.134a.832.832 0 0 1-.067-.033c-.011-.045-.023-.089-.033-.134-.079-.143-.197-.286-.234-.466h-.101l-.066.534H16.5l-.133-.367h-.034l-.034-.2a3.496 3.496 0 0 1-.235-1.365l-.099.033-.068.2c-.076.14-.22.306-.235.5h-.066l-.168-.566-.067-.633c-.006-.135-.035-.425.033-.499v-.3h-.033l-.235.366h-.033c.001-.287-.078-.626 0-.9v-.366h.033v-.234h.034v-.133h.033v-.134h.033v-.133h.034l.067-.3h.034v-.067h.033v-.1h.033l.067-.2h.033l.034-.133a1.4 1.4 0 0 0 .067-.034l.067-.2h.034l.034-.1.067-.033v-.067l.067-.033v-.067c.034-.021.068-.044.101-.066v-.066l.133-.1v-.067l.167-.133v-.066l.068-.034.167-.2h.067v-.066a116.84 116.84 0 0 0-.335-.134v-.034h-.067v-.033h-.067l-.068-.067h-.066l-.034-.066h-.068l-.034-.066-.133-.034-.068-.1h-.066l-.034-.066h-.067c-.022-.014-.023-.045-.067-.066.032-.03.307-.064.369-.067-.095-.158-.276-.239-.402-.366l-.067-.1h-.033v-.066l-.201-.166v-.067l-.1-.066v-.066l-.067-.034v-.066a1.4 1.4 0 0 1-.067-.034c-.011-.034-.023-.066-.033-.1h-.034l-.033-.134h-.033l-.067-.2h-.033v-.099h-.033v-.067h-.034v-.1h-.033c-.011-.078-.023-.155-.033-.233h-.034v-.134c.167.098.295.317.502.366-.026-.138-.063-.335-.1-.466v-.433h-.033c-.029-.101.019-.25.033-.3v-.434h.033v-.233h.034v-.167h.033v-.133h.033l.034-.2h.033v-.067h.033v-.099h.033v-.067h.034l.067-.2c.022-.011.045-.021.067-.033v-.067c.023-.011.045-.021.067-.033v-.067l.1-.066v-.066l.301-.266.133-.167h.068l.034-.066.099-.034v-.033h.068l.033-.067h.067l.068-.066h.067v-.034h.067v-.033h.067v-.034l.602-.166h.3v-.034h.469v.034h.769v.033h.602v-.033h.334v-.034l.301-.034v-.033h.134v-.034h.099v-.034c.045-.01.09-.022.134-.033v-.034h.1v-.034h.068v-.033h.066l.034-.066.134-.034.033-.066h.068l.067-.1h.067l.101-.134h.067l.267-.3h.068l.099-.134c.045-.01.09-.021.134-.033v-.034l.201-.066v-.034h.134v-.033h.201v-.034c.087-.025.439.042.501.066v.034h.1l.034.066h.067l.034.066h.067l.1.134.067.034v.066l.066.034.034.1h.034l.234.599v.134h.033v.1h.034v.2h.033v.234h.034v.299h.034v.334h.034v.3h.033v.366h.034v.366h.033v.3h.034v.2h.034v.134h.034v.133h.033v.1h.033l.034.134.068.034c.034.044.067.089.099.133h.068l.067.067h.067v.033h.068v.034h.067v.033h.067v.034h.101v.034l.201.066v.034h.066v.033h.068v.034h.068v.034h.066v.033h.068v.034h.067v.034h.067v.033l.134.034.034.066.2.067v.033l.101.034.034.066h.066l.034.067h.068l.034.066.099.033.1.134h.067l.368.4.401.066.034.067h.067c.056.039.085.121.167.166l.034.166h.033a.559.559 0 0 1-.134.366 8.499 8.499 0 0 0-.099.067v.066l-.602.566-.268.3h-.067l-.167.2h-.067l-.101.133h-.066l-.068.1h-.068a8.687 8.687 0 0 1-.066.1h-.067l-.034.067h-.067v.033l-.1.034-.067.1-.134.034-.034.066a3.862 3.862 0 0 0-.099.034v.033h-.068v.034h-.067l-.033.066h-.067l-.068.067h-.066v.033h-.068l-.034.067-.201.066v.033h-.067v.034l-.2.066v.034h-.101v.034l-.133.033v.034h-.068v.034h-.099v.033l-.134.034v.034l-.301.066v.034h-.068v.033l-.334.067v.033h-.1v.034h-.1v.034h-.133v.033l-.268.034v.034h-.099v.033h-.168c-.205.064-.494.106-.703.166l-2.24.167v.033h-.068v.034h-.1l-.033.066h-.068l-.034.067h-.066l-.101.133a1.4 1.4 0 0 0-.067.034v.066l-.1.067-.068.199h-.033v.067h-.033v.133h-.034v.134h-.034v.666c.207.695.574 1.062 1.204 1.332h.099v.034h.101v.034h.133v.033h.167v.034h.167c.257.077.849.114 1.138.034l.669-.034v-.034h.201v-.033h.201v-.034h.167l1.171-.334v-.033h.068v-.034l.3-.066v-.034h.068v-.034l.167-.033v-.034l.201-.066v-.034h.067v-.033h.1v-.034c.068-.022.133-.045.201-.066v-.034h.067v-.034l.133-.033.034-.067h.067l.067-.066h.068v-.034h.067l.033-.066.201-.066v-.034l.101-.034.033-.066.134-.034v-.033a2.29 2.29 0 0 0 .099-.034l.034-.066h.068l.067-.1h.067c.011-.022.022-.045.034-.066h.067l.034-.067c.033-.011.067-.021.1-.033l.067-.1h.067l.134-.167h.067l.201-.233h.068c.067-.078.133-.156.201-.233l.067-.033v-.067l.201-.166v-.066l.1-.067a.95.95 0 0 0 .133-.3c-.126.035-.217.121-.3.2l-.034.067h-.068l-.099.133h-.067l-.067.1h-.067l-.101.134h-.066l-.068.1h-.068l-.033.066h-.067l-.068.1h-.067l-.033.066-.101.034v.034h-.067l-.033.066-.134.034-.033.066-.101.034v.033a6.484 6.484 0 0 0-.133.034 4.012 4.012 0 0 1-.034.066 5.164 5.164 0 0 0-.133.034 4.012 4.012 0 0 1-.034.066h-.068v.034h-.067l-.033.066h-.068l-.067.067h-.067v.033h-.068v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033h-.067v.034h-.068v.034h-.067v.033l-.134.034v.034h-.067v.033h-.1v.034a5.164 5.164 0 0 0-.133.034v.033h-.101v.034h-.066v.034h-.101v.033h-.067v.034a14.05 14.05 0 0 0-.201.034v.033a14.05 14.05 0 0 0-.201.034v.034h-.067v.033h-.1v.034l-.369.066v.034l-1.203.233-.936.034c-.84 0-1.98-.212-2.006-.966 1.261.226 2.822.058 3.812-.3h.134v-.033h.1v-.034h.099v-.034h.101v-.033l.201-.034v-.034h.067v-.033h.1v-.034h.067v-.034h.1v-.033l.201-.067v-.033h.068v-.034l.167-.034.034-.066.2-.066.034-.067h.067v-.033c.034-.011.068-.022.1-.034v-.066c-.13.014-.207.066-.301.1l-.235.033v.034h-.066v.034h-.134v.033h-.1v.034l-.334.066v.034l-1.405.334h-.201c-.193.056-.469.076-.669.133h-.401c-.118.034-.774.078-.937.034v-.034l-.535-.033c-.122-.037-.238-.091-.401-.1.005-.331.196-.643.435-.733h.201v-.033h.869v-.034h.435v-.034h.268v-.033h.234v-.034h.201v-.034h.234v-.033h.168v-.034h.134v-.034c.099-.011.201-.021.3-.033v-.034l.301-.034v-.033h.1v-.034h.1v-.034c.089-.011.179-.021.267-.033v-.034h.068v-.034h.099v-.033l.235-.034v-.034h.068v-.033h.099v-.034h.068v-.033h.1v-.034h.1v-.034l.133-.033v-.034h.101v-.034h.066v-.033h.101v-.034c.067-.022.133-.045.201-.066v-.034h.067v-.034h.067v-.033h.068v-.034h.066v-.034h.068l.067-.066h.066c.011-.022.022-.045.034-.066h.068l.067-.067h.067v-.033h.068l.033-.067h.067v-.033h.068l.034-.067.133-.033c.011-.022.022-.045.034-.066h.067l.033-.067h.068l.034-.066h.067v-.034c.033-.011.067-.021.1-.033l.034-.067h.067l.033-.066.101-.034.067-.1h.067l.1-.133h.067l.167-.2h.068c.068-.078.133-.156.201-.233h.067l.034.134.067.033.034.167h.034c.011.066.023.133.033.2.119.3.21.672.201 1.099.249-.01.653-.107.803.067.121.029.177.107.2.233.054.061.073.327.034.434zM14.844 4.185c.114.048.212.096.368.1l-.267-.999h-.067c-.039.176-.229.536-.067.699a.523.523 0 0 0 .034.2zm-.602 1.699.201.233h.1l.067-.1c.088-.083.205-.122.267-.233.013-.021.052-.004.033-.067l-.435-.333-.033-.067h-.067l-.033-.066h-.033l-.034-.066h-.067l-.134-.166h-.067l-.134-.167h-.067a19.497 19.497 0 0 0-.134-.166h-.067l-.033-.066h-.033l-.034-.067h-.067a3.481 3.481 0 0 1-.067-.1h-.033a4.012 4.012 0 0 1-.034-.066h-.067l-.033-.066-.1-.066v-.034h-.067v-.034c-.049-.038-.059-.048-.134-.066l.1.732c.121.057.209.147.301.234l.034.066h.067l.201.234h.067l.033.066h.034l.167.2h.067l.201.234h.067zm1.906-1.033h.034l.033-.066c.123-.064.265-.082.301-.234-.131-.036-.12-.093-.201-.166a2.931 2.931 0 0 1-.1-.034l-.033-.066a.46.46 0 0 0-.234-.133c.015.149.127.59.201.666v.033zm-1.304.034h.067l.1.134c.034.01.067.021.1.033l.033.067c.079.073.22.205.335.233.1-.122.284-.163.368-.3h.033v-.033l-1.237-.367v.067c.033.011.067.021.1.033l.1.134zm7.291 9.326c.036.122-.008.256.068.334v.066c.064.099.372-.006.501.034.136.041.269.122.435.133a2.416 2.416 0 0 0-.167-.732v-.1h-.034v-.066h-.034a9.88 9.88 0 0 0-.034-.167c-.023-.01-.044-.021-.067-.033l-.033-.134a2.154 2.154 0 0 1-.068-.034 3.862 3.862 0 0 0-.034-.099l-.099-.034-.068-.1H22.3v.034c-.034.01-.067.021-.099.033-.07.086-.16.656-.101.866h.034zm-3.111 1.499.201.033v.034l.133.034v.033h.135v.034a.414.414 0 0 0 .167-.034.35.35 0 0 0-.101-.233h-.033v-.067l-.067-.066h-.068a4.2 4.2 0 0 1-.099-.134h-.068a4.012 4.012 0 0 1-.034-.066c-.33-.209-.748-.246-1.304-.233-.074.065-.197.028-.301.066v.034h-.1c-.236.119-.706.394-.769.666h-.034l.034.1c.238-.008.373-.097.535-.167h.101v-.033h.099v-.034l.235-.034v-.033h.133c.416-.133.867-.026 1.204.1zm4.013-.233h-.066l-.068.1h-.034v.066h-.033a.575.575 0 0 0-.034.4h.034c.034.079-.034.036.033.1.039.064.09.079.134.134.16-.013.301-.093.335-.234h.034v-.133h.033a.38.38 0 0 0-.067-.3c-.025-.094-.06-.096-.101-.167h-.201v.034zm-1.003 1.2v-.034l.134-.034c.015-.072.021-.094.067-.133-.007-.268-.107-.275-.201-.433-.151-.036-.414-.195-.568-.033-.048.029-.076.046-.1.1v.066h-.034c.024.236.144.281.235.433.114.024.293.127.468.067zm-3.511-.134h.099v-.034c.219-.069.758.091.903-.033h.033c-.072-.276-.619-.403-.97-.3l-.266.033-.034.067-.167.033-.068.1h-.067v.034l-.134.1c-.015.082-.032.122-.034.234a.959.959 0 0 0 .335-.1v-.034c.123-.022.245-.045.369-.066v-.034z"}))})));Mailchimp.displayName="Mailchimp",Mailchimp.iconName="mailchimp",exports.default=Mailchimp},"./packages/juno-icon/src/MarkAsReadBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkAsReadBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 8a3 3 0 1 1 6 0 3 3 0 1 1-6 0zm3-5a5 5 0 0 0 0 10 5 5 0 0 0 0-10zM6 7a1 1 0 0 1 1-1h7a1 1 0 0 0 0-2H7a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h2v5a1 1 0 0 0 1.651.759L17.37 23H24a3 3 0 0 0 3-3v-3a1 1 0 0 0-2 0v3a1 1 0 0 1-1 1h-7a.996.996 0 0 0-.651.241l.001-.001L11 25.827V22a1 1 0 0 0-1-1H7a1 1 0 0 1-1-1V7z"}))})));MarkAsReadBorder.displayName="MarkAsReadBorder",MarkAsReadBorder.iconName="mark-as-read_border",exports.default=MarkAsReadBorder},"./packages/juno-icon/src/MarkReplyAsUnread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkReplyAsUnread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.368 6.667c.455 0 .842.158 1.161.474.292.29.466.634.521 1.033l.012.11v4.249c0 .224.168.409.383.433l.047.003h.445c1.53 0 2.96.297 4.289.892 1.348.595 2.522 1.408 3.524 2.44s1.794 2.235 2.377 3.611c.55 1.317.841 2.708.872 4.174l.003.259v2.649c0 .52-.25.809-.751.864s-.815-.177-.942-.697a6.683 6.683 0 0 0-.847-2.119c-.401-.669-.883-1.241-1.448-1.715s-1.202-.86-1.912-1.157a6.25 6.25 0 0 0-2-.438l-.212-.008h-3.395a.432.432 0 0 0-.427.388l-.003.047v4.082c0 .242-.041.469-.123.683s-.205.404-.369.572c-.286.292-.63.457-1.032.495l-.102.007-.11.002a1.613 1.613 0 0 1-.882-.265l-.086-.06-.083-.067-8.769-9.035a1.592 1.592 0 0 1-.505-1.157 1.866 1.866 0 0 1 .331-1.124l.065-.089 8.769-9.007c.164-.167.351-.297.56-.39s.423-.139.642-.139zm-.307 2.476-7.973 8.189 7.973 8.216.003-3.494.011-.154a2.434 2.434 0 0 1 2.21-2.167l.206-.009 3.473.002.243.01c.921.05 1.804.243 2.664.59a9.392 9.392 0 0 1 2.735 1.743l.163.158-.069-.296a9.203 9.203 0 0 0-.258-.832l-.159-.406a9.644 9.644 0 0 0-1.97-2.998 9.134 9.134 0 0 0-2.906-2.008 8.277 8.277 0 0 0-3.007-.707l-.465-.011-.554-.003-.156-.012a2.433 2.433 0 0 1-2.156-2.216l-.008-.205V9.142zm10.606-6.476a4.667 4.667 0 1 1 0 9.334 4.667 4.667 0 0 1 0-9.334zm0 1.866a2.8 2.8 0 1 0 .001 5.601 2.8 2.8 0 0 0-.001-5.601z"}))})));MarkReplyAsUnread.displayName="MarkReplyAsUnread",MarkReplyAsUnread.iconName="mark-reply-as-unread",exports.default=MarkReplyAsUnread},"./packages/juno-icon/src/MarkerM.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkerM=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",d:"m15.76 28.205.662-.632.675-.651c5.969-5.818 8.982-10.512 8.982-14.218 0-5.776-4.617-10.464-10.32-10.464S5.439 6.928 5.439 12.704c0 3.843 3.24 8.75 9.658 14.869l.662.632zm-8.4-15.501c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z"}),React.createElement("path",{fill:"#ffd800",d:"M7.36 12.704c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z"}))})));MarkerM.displayName="MarkerM",MarkerM.iconName="marker_m",exports.default=MarkerM},"./packages/juno-icon/src/MarkerS.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MarkerS=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",d:"m14.671 28.015 1.079 1.032.69-.658C23.125 22.015 26.5 16.904 26.5 12.9 26.5 6.884 21.691 2 15.75 2S5 6.883 5 12.9c0 3.925 3.244 8.914 9.671 15.115zM7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z"}),React.createElement("path",{fill:"#4475fd",d:"M7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z"}))})));MarkerS.displayName="MarkerS",MarkerS.iconName="marker_s",exports.default=MarkerS},"./packages/juno-icon/src/MemberBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MemberBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 18c7.067 0 13 4.315 13 10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2c0-5.685 5.933-10 13-10zm0 2c-5.736 0-10.447 3.193-10.955 7.269-.063.503.17.731.567.731H26.53c.239 0 .48-.158.444-.551C26.585 23.288 21.82 20 16 20zm0-18a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 2a5 5 0 1 0 .001 10.001A5 5 0 0 0 16 4z"}))})));MemberBorder.displayName="MemberBorder",MemberBorder.iconName="member_border",exports.default=MemberBorder},"./packages/juno-icon/src/Mention.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mention=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.755 0 14 5.37 14 12.554 0 4.812-3.235 8.711-7.071 8.711-1.666 0-3.019-.715-3.692-1.915l-.1-.194-.03.046c-.807 1.176-2.027 1.895-3.489 2.027l-.261.017-.239.005c-3.525 0-5.948-2.964-5.948-7.147 0-4.133 2.424-7.086 5.899-7.086 1.279 0 2.439.429 3.296 1.179l.179.165.117.12.003-.051c.054-.746.51-1.276 1.199-1.39l.141-.017.147-.006c.856 0 1.426.564 1.486 1.412l.005.153v8.3c0 1.067.544 1.618 1.606 1.618 1.877 0 3.806-2.639 3.806-5.863 0-5.623-5.063-9.717-11.078-9.717-6.2 0-10.87 4.793-10.87 11.151 0 6.5 4.719 10.992 11.286 10.992 1.371 0 2.455-.143 3.965-.497l.569-.137a2.62 2.62 0 0 1 .546-.065 1.29 1.29 0 0 1 1.308 1.296c0 .753-.5 1.333-1.459 1.638-1.31.428-3.32.698-5.321.698-7.986 0-14-5.844-14-14 0-8.064 6.024-14 14-14zm-.556 10.346c-1.884 0-3.098 1.567-3.098 4.149 0 2.628 1.201 4.197 3.086 4.197 1.924 0 3.184-1.62 3.184-4.246 0-2.568-1.223-4.1-3.171-4.1z"}))})));Mention.displayName="Mention",Mention.iconName="mention",exports.default=Mention},"./packages/juno-icon/src/MentionBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MentionBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 16c0 8.366 6.205 14 14 14 2.107 0 4.113-.292 5.357-.698.876-.279 1.155-.736 1.155-1.206s-.368-.825-.838-.825c-.122 0-.276.016-.457.055l-.14.034c-1.549.381-2.882.635-4.672.635-6.944 0-12.223-4.745-12.223-11.918 0-6.868 5.063-12.083 11.791-12.083 5.954 0 12.007 4.007 12.007 10.596 0 3.847-2.371 6.599-4.466 6.599-1.396 0-2.184-.813-2.184-2.196v-8.607c0-.686-.381-1.104-1.028-1.104-.635 0-1.028.419-1.028 1.104v1.447h-.114c-.647-1.562-2.234-2.552-4.126-2.552-3.288 0-5.599 2.806-5.599 6.83 0 4.063 2.298 6.894 5.649 6.894 1.968 0 3.491-1.066 4.228-2.869h.114c.241 1.79 1.752 2.882 3.758 2.882 3.542 0 6.814-3.641 6.814-8.516 0-7.376-6.497-12.5-14-12.5-7.884 0-14 5.824-14 14zm13.313 5.25c-2.272 0-3.72-1.892-3.72-4.9 0-2.958 1.46-4.85 3.732-4.85 2.336 0 3.809 1.854 3.809 4.799 0 3.009-1.511 4.951-3.821 4.951z"}))})));MentionBorder.displayName="MentionBorder",MentionBorder.iconName="mention_border",exports.default=MentionBorder},"./packages/juno-icon/src/Merge.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Merge=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.221 12.175c.312.457.108.828-.439.828h-5.074l.002.813c.008.593.036-.467-.015.708-.059 1.373.436 2.492 1.285 3.516.701.846 1.523 1.523 2.451 2.104.874.548 1.748 1.121 2.522 1.799 1.454 1.272 2.151 2.994 2.553 4.846.416 1.919.461 3.954.461 3.954a.482.482 0 0 1-.489.505h-2.432a.53.53 0 0 1-.514-.406l-.011-.087s-.03-1.06-.081-1.829c-.097-1.479-.27-1.465-.818-2.86a4.394 4.394 0 0 0-1.857-2.207c-.736-.449-1.474-.896-2.19-1.378-1.032-.696-1.871-1.595-2.576-2.659l-.092.094a.253.253 0 0 0-.033.042c-.848 1.289-1.978 2.272-3.285 3.062l-.824.505-.417.243c-1.212.676-1.901 1.739-2.264 3.051l-.238.867c-.268 1.005-.352 1.512-.38 2.753l-.006.326a.488.488 0 0 1-.496.474H5.495a.468.468 0 0 1-.471-.403l-.004-.089s.065-3.058.867-5.46c.64-1.919 1.848-3.386 3.534-4.467.436-.279.873-.557 1.323-.813 1.104-.63 1.956-1.527 2.687-2.55.53-.741.807-1.564.793-2.495l-.002-1.933H9.786c-.354 0-.463-.32-.357-.586l.022-.05 6.041-10.536c.254-.443.659-.472.938-.091l.738 1.209c2.41 3.898 6.051 9.198 6.051 9.198z"}))})));Merge.displayName="Merge",Merge.iconName="merge",exports.default=Merge},"./packages/juno-icon/src/Message.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Message=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.5 11c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25h-2.866a.625.625 0 0 0-.442.183l-1.963 1.963a.5.5 0 0 1-.707 0l-1.963-1.963a.625.625 0 0 0-.442-.183h-2.866c-.69 0-1.25-.56-1.25-1.25v-7.5c0-.69.56-1.25 1.25-1.25h11.25z"}))})));Message.displayName="Message",Message.iconName="Message",exports.default=Message},"./packages/juno-icon/src/Mic.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mic=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055A9 9 0 0 1 7 16v-3a1 1 0 0 1 2 0v3a7 7 0 1 0 14 0v-3a1 1 0 0 1 1-1zM16 2a5 5 0 0 1 5 5v9a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5z"}))})));Mic.displayName="Mic",Mic.iconName="mic",exports.default=Mic},"./packages/juno-icon/src/MicBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055A9 9 0 0 1 7 16v-3a1 1 0 0 1 2 0v3a7 7 0 1 0 14 0v-3a1 1 0 0 1 1-1zM16 2a5 5 0 0 1 5 5v9a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-3 3v9a3 3 0 1 0 6 0V7a3 3 0 0 0-3-3z"}))})));MicBorder.displayName="MicBorder",MicBorder.iconName="mic_border",exports.default=MicBorder},"./packages/juno-icon/src/MicOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 23 16v-3a1 1 0 0 1 1-1zm5.435-8.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 13.828V16a5 5 0 0 1-6.827 4.656L21 13.828zM8 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 7 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-9.655 9.656A4.978 4.978 0 0 1 11 15.999v-9a5 5 0 0 1 5-5z"}))})));MicOff.displayName="MicOff",MicOff.iconName="mic-off",exports.default=MicOff},"./packages/juno-icon/src/MicOffBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicOffBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 23 16v-3a1 1 0 0 1 1-1zm5.435-8.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 13.828V16a5 5 0 0 1-6.827 4.656l1.661-1.66.165.004a3 3 0 0 0 3-3v-.172l2-2zM8 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 7 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-2 2V7a3 3 0 1 0-6 0v9l.005.167-1.66 1.662A4.978 4.978 0 0 1 11 16V7a5 5 0 0 1 5-5z"}))})));MicOffBorder.displayName="MicOffBorder",MicOffBorder.iconName="mic-off_border",exports.default=MicOffBorder},"./packages/juno-icon/src/MicOffSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicOffSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m23.686 13.822 1.714.071c-.269 6.28-3.219 9.743-8.543 10.074v3.462h-1.714v-3.462c-1.819-.114-3.361-.593-4.614-1.425l1.504-1.129c1.088.581 2.411.873 3.967.873 4.862 0 7.447-2.848 7.686-8.464zm1.556-5.765.943 1.301L6.758 23.943l-.944-1.299L25.243 8.058zM14.489 19.568l6.572-4.934-.047.437c-.326 2.592-1.43 4.643-5.013 4.643a7.266 7.266 0 0 1-1.511-.146zm-6.175-5.746c.081 1.895.428 3.475 1.04 4.736l-1.41 1.058c-.794-1.524-1.247-3.437-1.345-5.723l1.714-.071zM16 5.143c3.59 0 4.692 2.06 5.015 4.659l-9.573 7.188c-.439-1.125-.556-2.495-.58-3.91l-.004-.876.01-.673.026-.665.013-.219.034-.433c.013-.143.029-.285.046-.425l.06-.415C11.44 6.981 12.611 5.145 16 5.145z"}))})));MicOffSp.displayName="MicOffSp",MicOffSp.iconName="mic-off_sp",exports.default=MicOffSp},"./packages/juno-icon/src/MicSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.857 23.967v3.462h-1.714v-3.462c-5.322-.333-8.274-3.794-8.543-10.074l1.714-.071c.239 5.616 2.824 8.464 7.686 8.464s7.447-2.848 7.686-8.464l1.714.071c-.269 6.28-3.219 9.743-8.543 10.074zm-6-11.538c0-3.686.398-7.286 5.143-7.286 4.746 0 5.143 3.6 5.143 7.286s-.397 7.286-5.143 7.286c-4.745 0-5.143-3.6-5.143-7.286z"}))})));MicSp.displayName="MicSp",MicSp.iconName="mic_sp",exports.default=MicSp},"./packages/juno-icon/src/MicrosoftExchangeServerLogoWine.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftExchangeServerLogoWine=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#28a8ea",d:"M29.068 3h-6.652c-.504 0-.988.199-1.344.554L5.371 19.153a1.884 1.884 0 0 0-.557 1.336v6.608c0 .502.201.982.557 1.337.357.354.841.553 1.345.553h6.652c.504 0 .988-.199 1.345-.554l15.7-15.599a1.88 1.88 0 0 0 .557-1.336V4.89c0-.501-.2-.982-.557-1.337S29.573 3 29.068 3z"}),React.createElement("path",{fill:"#0078d4",d:"M29.068 28.987h-6.652c-.504 0-.988-.199-1.344-.553l-3.18-3.159v-5.903c0-1.866 1.522-3.378 3.4-3.378h5.942l3.179 3.159c.357.354.557.835.557 1.336v6.609a1.895 1.895 0 0 1-1.902 1.889z"}),React.createElement("path",{fill:"#50d9ff",d:"M6.716 3h6.652c.504 0 .988.199 1.345.553l3.179 3.159v5.903c0 1.866-1.522 3.379-3.4 3.379H8.551l-3.18-3.16a1.884 1.884 0 0 1-.557-1.336V4.889C4.814 3.846 5.666 3 6.716 3z"}),React.createElement("path",{fill:"#000",opacity:.2,d:"M16.802 9.675v14.261a.92.92 0 0 1-.021.216 1.26 1.26 0 0 1-1.248 1.045H4.814V8.414h10.719a1.267 1.267 0 0 1 1.269 1.261z"}),React.createElement("path",{fill:"#000",opacity:.1,d:"M17.347 9.675v13.178a1.825 1.825 0 0 1-1.814 1.803H4.814V7.873h10.719c1 .003 1.811.808 1.814 1.802z"}),React.createElement("path",{fill:"#000",opacity:.2,d:"M16.802 9.675v13.178c.001.335-.133.656-.371.893a1.27 1.27 0 0 1-.898.368H4.814v-15.7h10.719a1.267 1.267 0 0 1 1.269 1.261z"}),React.createElement("path",{fill:"#000",opacity:.1,d:"M16.257 9.675v13.178c.001.335-.133.656-.371.893a1.27 1.27 0 0 1-.898.368H4.814v-15.7h10.174a1.267 1.267 0 0 1 1.269 1.261z"}),React.createElement("path",{fill:"#0078d4",d:"M2.271 23.573H1V8.414H16.258v15.159H2.271z"}),React.createElement("path",{fill:"#fff",d:"M11.127 13.222H7.56v2.073h3.348v1.328H7.56v2.153h3.757v1.323H5.94v-8.211h5.187z"}))})));MicrosoftExchangeServerLogoWine.displayName="MicrosoftExchangeServerLogoWine",MicrosoftExchangeServerLogoWine.iconName="Microsoft_Exchange_Server_Logo_wine",exports.default=MicrosoftExchangeServerLogoWine},"./packages/juno-icon/src/MicrosoftLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f1511b",d:"M15.403 15.403H4V4h11.403z"}),React.createElement("path",{fill:"#80cc28",d:"M27.997 15.403H16.592V4h11.403v11.403z"}),React.createElement("path",{fill:"#00adef",d:"M15.403 28H4V16.597h11.403z"}),React.createElement("path",{fill:"#fbbc09",d:"M27.997 28H16.592V16.597h11.403V28z"}))})));MicrosoftLogo.displayName="MicrosoftLogo",MicrosoftLogo.iconName="microsoft-logo",exports.default=MicrosoftLogo},"./packages/juno-icon/src/MicrosoftLogoDisabled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftLogoDisabled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.403 15.403H4V4h11.403zM27.997 15.403H16.592V4h11.403v11.403zM15.403 28H4V16.597h11.403zM27.997 28H16.592V16.597h11.403V28z"}))})));MicrosoftLogoDisabled.displayName="MicrosoftLogoDisabled",MicrosoftLogoDisabled.iconName="microsoft-logo-disabled",exports.default=MicrosoftLogoDisabled},"./packages/juno-icon/src/MicrosoftOutlook2019.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftOutlook2019=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#1a237e",d:"m30.005 15.68-5.116-2.98v8.281h5.396v-4.813a.567.567 0 0 0-.281-.489z"}),React.createElement("path",{fill:"#0c4999",d:"M23.085 5.029h6.461v-.791c0-.684-.554-1.237-1.236-1.237H11.476c-.683 0-1.237.554-1.237 1.237v.791h12.846z"}),React.createElement("path",{fill:"#0f73d9",d:"M23.085 22.659h5.224c.683 0 1.237-.554 1.237-1.237v-4.876h-6.461v6.114z"}),React.createElement("path",{fill:"#0f439d",d:"M10.24 16.546v4.876c0 .683.554 1.237 1.237 1.237h5.195v-6.113l-6.432-.001z"}),React.createElement("path",{fill:"#2ecdfd",d:"M23.085 5.029h6.461v5.734h-6.461z"}),React.createElement("path",{fill:"#1c5fb0",d:"M10.24 5.029h6.432v5.734H10.24z"}),React.createElement("path",{fill:"#1467c7",d:"M16.671 16.546h6.414v6.113h-6.414z"}),React.createElement("path",{fill:"#1690d5",d:"M16.671 5.029h6.414v5.734h-6.414z"}),React.createElement("path",{fill:"#1bb4ff",d:"M23.085 10.762h6.461v5.783h-6.461z"}),React.createElement("path",{fill:"#074daf",d:"M10.24 10.762h6.432v5.783H10.24z"}),React.createElement("path",{fill:"#2076d4",d:"M16.671 10.762h6.414v5.783h-6.414z"}),React.createElement("path",{fill:"#2ed0ff",d:"M9.886 28.714h19.193c.666 0 1.206-.54 1.206-1.206V16.17s-.021.47-1.251 1.155c-.929.517-19.646 11.079-19.646 11.079s.167.31.498.31z"}),React.createElement("path",{fill:"#139fe2",d:"m29.056 28.712-18.993.002c-.666 0-1.206-.54-1.206-1.206V16.619l20.974 11.83c-.175.14-.397.263-.774.263z"}),React.createElement("path",{fill:"#00488d",d:"M14.799 23H2.915a1.201 1.201 0 0 1-1.201-1.201V9.915c0-.663.538-1.201 1.201-1.201h11.884c.663 0 1.201.538 1.201 1.201v11.884c0 .663-.538 1.201-1.201 1.201z"}),React.createElement("path",{fill:"#fff",d:"M8.796 12.096c-2.236 0-3.584 1.709-3.584 3.816s1.342 3.816 3.584 3.816 3.584-1.709 3.584-3.816-1.347-3.816-3.584-3.816zm0 6.344c-1.269 0-2.027-1.131-2.027-2.528s.762-2.528 2.027-2.528c1.265 0 2.028 1.132 2.028 2.528s-.76 2.528-2.028 2.528z"}))})));MicrosoftOutlook2019.displayName="MicrosoftOutlook2019",MicrosoftOutlook2019.iconName="microsoft-outlook-2019",exports.default=MicrosoftOutlook2019},"./packages/juno-icon/src/MicrosoftTeams2019.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MicrosoftTeams2019=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#5059c9",d:"M31 14.526v5.895c0 2.442-2.014 4.421-4.5 4.421S22 22.863 22 20.421v-7.368h7.5c.829 0 1.5.659 1.5 1.474zm-4.5-4.421c1.657 0 3-1.32 3-2.947s-1.343-2.947-3-2.947-3 1.32-3 2.947 1.343 2.947 3 2.947z"}),React.createElement("path",{fill:"#7b83eb",d:"M24.25 14.526v8.105c0 4.232-3.631 7.631-8 7.352-3.986-.253-7-3.681-7-7.605v-9.326h13.5c.829 0 1.5.659 1.5 1.474zm-7.5-3.684c2.486 0 4.5-1.979 4.5-4.421S19.236 2 16.75 2s-4.5 1.979-4.5 4.421 2.014 4.421 4.5 4.421z"}),React.createElement("path",{fill:"#7b83eb",d:"M21.25 6.421c0 2.442-2.015 4.421-4.5 4.421s-4.5-1.979-4.5-4.421S14.265 2 16.75 2s4.5 1.979 4.5 4.421z"}),React.createElement("path",{fill:"#000",opacity:.05,d:"M17.5 22.867v-9.814H9.25v9.326c0 1.13.257 2.216.708 3.2h4.78c1.525 0 2.761-1.214 2.761-2.712z"}),React.createElement("path",{fill:"#000",opacity:.07,d:"M9.25 13.053v9.326c0 .855.151 1.683.415 2.463h4.993c1.293 0 2.341-1.029 2.341-2.3v-9.49h-7.75z"}),React.createElement("path",{fill:"#000",opacity:.09,d:"M16.5 13.053H9.25v9.326c0 .591.076 1.167.206 1.726h5.124c1.06 0 1.92-.844 1.92-1.886v-9.166h.001z"}),React.createElement("path",{fill:"#5961c3",d:"M14.5 23.369h-12c-.829 0-1.5-.659-1.5-1.474v-11.79c0-.814.671-1.474 1.5-1.474h12c.829 0 1.5.659 1.5 1.474v11.79c0 .814-.671 1.474-1.5 1.474z"}),React.createElement("path",{fill:"#fff",d:"M11.551 12.315H5.449v1.267h2.285v6.101h1.531v-6.101h2.285z"}))})));MicrosoftTeams2019.displayName="MicrosoftTeams2019",MicrosoftTeams2019.iconName="microsoft-teams-2019",exports.default=MicrosoftTeams2019},"./packages/juno-icon/src/Minimize.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Minimize=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M5.333 18v-4h21.333v4z"}))})));Minimize.displayName="Minimize",Minimize.iconName="minimize",exports.default=Minimize},"./packages/juno-icon/src/MissedCallDnd.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MissedCallDnd=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.791 3.353a3.627 3.627 0 0 0-2.133-.308c-.55.086-1.215.325-2.018.716-.788.383-1.395.75-1.828 1.11-.934.784-1.499 1.843-1.703 3.149-.212 1.235-.116 2.629.281 4.173.39 1.516 1.063 3.139 2.018 4.87.95 1.74 2.172 3.504 3.664 5.291a36.73 36.73 0 0 0 3.448 3.565l.431.391a24.3 24.3 0 0 0 3.044 2.327c1.176.753 2.331 1.332 3.466 1.737 1.163.415 2.283.625 3.356.625.662 0 1.272-.087 1.829-.264a4.481 4.481 0 0 0 1.516-.818l.161-.127c.383-.315.819-.767 1.295-1.343.552-.669.924-1.233 1.117-1.713l.087-.194c.209-.527.238-1.126.074-1.743-.182-.684-.571-1.275-1.157-1.757l-1.129-.938-.947-.804-.459-.399a73.401 73.401 0 0 1-1.865-1.697c-.482-.515-1.162-.834-1.965-.905a3.573 3.573 0 0 0-2.169.483 5.112 5.112 0 0 0-.617.477l-.049.045-.272.265-.254.263-.085.107-.08.079-.218.239a4.97 4.97 0 0 1-.312-.159c-.315-.175-.673-.439-1.068-.791a14.026 14.026 0 0 1-1.328-1.391 14.205 14.205 0 0 1-1.09-1.465 6.411 6.411 0 0 1-.602-1.154l-.098-.258a2.282 2.282 0 0 1-.083-.29c.043-.023.091-.045.144-.067l.045-.022.178-.098.171-.083a1.18 1.18 0 0 0 .218-.137 6.076 6.076 0 0 0 1.027-.705c.574-.578.886-1.201.977-1.9.093-.711-.072-1.392-.486-2.017a50.889 50.889 0 0 1-1.696-2.601 33.63 33.63 0 0 1-1.257-2.265 3.43 3.43 0 0 0-1.577-1.5zM6.966 5.022c.34-.053.657-.008.976.142l.12.063c.23.133.406.319.553.588.357.713.801 1.514 1.299 2.338.497.822 1.081 1.72 1.763 2.705a.87.87 0 0 1 .147.621l-.02.109a1.201 1.201 0 0 1-.289.528l-.049.052-.102.083-.175.127a4.017 4.017 0 0 1-.346.21l-.143.086-.05.036-.111.054-.178.098-.25.12a2.002 2.002 0 0 0-1.025 2.162c.056.281.153.573.292.913l.073.183c.172.406.404.833.691 1.286.335.527.75 1.085 1.243 1.674a16.124 16.124 0 0 0 1.531 1.601c.494.441.968.792 1.428 1.047.164.091.317.169.459.233a2 2 0 0 0 2.3-.472l.157-.172.159-.162.09-.104.036-.047.227-.231.16-.152.079-.069c.055-.046.117-.094.189-.145l.049-.035.119-.063c.253-.117.523-.161.827-.134.321.028.543.131.681.279l.088.088.624.582c.421.388.852.775 1.293 1.163l.471.41.817.695 1.295 1.078c.27.222.424.456.496.726.061.231.047.403-.017.53l-.106.236c-.122.252-.374.623-.765 1.097-.452.547-.838.937-1.112 1.142l-.155.12a2.565 2.565 0 0 1-.768.392 4.05 4.05 0 0 1-1.223.17c-.831 0-1.725-.167-2.684-.509-.984-.351-2.004-.862-3.059-1.538a22.88 22.88 0 0 1-3.194-2.502 34.87 34.87 0 0 1-3.283-3.393c-1.401-1.677-2.548-3.335-3.432-4.954-.883-1.601-1.492-3.07-1.836-4.41-.332-1.289-.407-2.403-.247-3.337.137-.878.47-1.496 1.018-1.956.282-.235.755-.522 1.416-.843.651-.317 1.137-.49 1.451-.538zM24 3l-.225.004A6 6 0 0 0 24 15l.225-.004A6 6 0 0 0 30 9l-.004-.225A6 6 0 0 0 24 3zm2.637 6.694h-5.275A.697.697 0 0 1 20.668 9a.697.697 0 0 1 .694-.694h5.275a.697.697 0 0 1 .694.694.697.697 0 0 1-.694.694z"}))})));MissedCallDnd.displayName="MissedCallDnd",MissedCallDnd.iconName="missed-call-dnd",exports.default=MissedCallDnd},"./packages/juno-icon/src/Missedcall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Missedcall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm11.416-.06 3.536 3.535 3.535-3.535a.999.999 0 1 1 1.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 1 1-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 1 1 1.414-1.414z"}))})));Missedcall.displayName="Missedcall",Missedcall.iconName="missedcall",exports.default=Missedcall},"./packages/juno-icon/src/MissedcallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MissedcallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm13.241-1.729 3.536 3.535 3.535-3.535a.999.999 0 1 1 1.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 1 1-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 1 1-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 1 1 1.414-1.414z"}))})));MissedcallBorder.displayName="MissedcallBorder",MissedcallBorder.iconName="missedcall_border",exports.default=MissedcallBorder},"./packages/juno-icon/src/Mobile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Mobile=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m9.571 2 12.857.013c1.358 0 2.478 1.044 2.566 2.366l.006.167v22.909c0 1.344-1.066 2.453-2.403 2.54l-.168.005H9.572c-1.358 0-2.478-1.056-2.566-2.379l-.005-.167V4.545c0-1.344 1.066-2.453 2.403-2.54L9.572 2zM22 4H10a1 1 0 0 0-.993.883L9 5v22a1 1 0 0 0 .883.993L10 28h12a1 1 0 0 0 .993-.883L23 27V5a1 1 0 0 0-.883-.993L22 4zm-4 20a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4z"}))})));Mobile.displayName="Mobile",Mobile.iconName="mobile",exports.default=Mobile},"./packages/juno-icon/src/MonitorCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MonitorCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17 24a3 3 0 1 1 0 6h-2a3 3 0 1 1 0-6h2zm1-22a8 8 0 0 1 8 8v1h1a3 3 0 0 1 2.995 2.824L30 14v4a3 3 0 0 1-3 3h-1v3a4 4 0 0 1-4 4h-2v-2.001L22 26a2 2 0 0 0 1.994-1.851L24 24V10a6 6 0 0 0-5.775-5.996L18 4h-4a6 6 0 0 0-5.996 5.775L8 10v11H5a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3h1v-1a8 8 0 0 1 8-8h4zm-1 24h-2a1 1 0 0 0-.117 1.993L15 28h2a1 1 0 0 0 .117-1.993L17 26zM6 13H5a1 1 0 0 0-.993.883L4 14v4a1 1 0 0 0 .883.993L5 19h1v-6zm21 0h-1v6h1l.117-.007A1 1 0 0 0 28 18v-4l-.007-.117A1 1 0 0 0 27 13z"}))})));MonitorCall.displayName="MonitorCall",MonitorCall.iconName="monitor_call",exports.default=MonitorCall},"./packages/juno-icon/src/MoreHoriz.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MoreHoriz=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9 16a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm9.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm9.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"}))})));MoreHoriz.displayName="MoreHoriz",MoreHoriz.iconName="more_horiz",exports.default=MoreHoriz},"./packages/juno-icon/src/MoreVert.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MoreVert=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 23a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0-9.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM16 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"}))})));MoreVert.displayName="MoreVert",MoreVert.iconName="more_vert",exports.default=MoreVert},"./packages/juno-icon/src/MuteNotification.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MuteNotification=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0H8.827l15.746-15.746c.277.865.426 1.787.426 2.745zm4.435-9.021a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM18.829 26.001h-5.658a3 3 0 0 0 5.658 0zM16 2a1 1 0 0 1 1 1l.001 1.055a8.975 8.975 0 0 1 5.449 2.668L3.725 25.448a2.003 2.003 0 0 1-.195-2.681l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1z"}))})));MuteNotification.displayName="MuteNotification",MuteNotification.iconName="mute-notification",exports.default=MuteNotification},"./packages/juno-icon/src/MuteNotificationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),MuteNotificationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.574 10.255c.277.865.426 1.787.426 2.745v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0H8.827L10.828 24h16.066l-2.195-2.805a8.001 8.001 0 0 1-1.7-4.93v-3.264c0-.369-.029-.732-.084-1.086l1.658-1.659zm4.861-6.276a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM18.829 26.001h-5.658a3 3 0 0 0 5.658 0zM16 2a1 1 0 0 1 1 1l.001 1.055a8.975 8.975 0 0 1 5.449 2.668l-1.414 1.415A7 7 0 0 0 9 13v3.264a7.995 7.995 0 0 1-1.7 4.93l-2.195 2.805h.067l-1.447 1.448a2.003 2.003 0 0 1-.195-2.681l2.195-2.805A6 6 0 0 0 7 16.263v-3.264a9 9 0 0 1 8-8.945V2.999a1 1 0 0 1 1-1z"}))})));MuteNotificationBorder.displayName="MuteNotificationBorder",MuteNotificationBorder.iconName="mute-notification_border",exports.default=MuteNotificationBorder},"./packages/juno-icon/src/NewAction.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewAction=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3a1.5 1.5 0 0 1 1.5 1.5v10h10a1.5 1.5 0 0 1 0 3H17.499l.001 10a1.5 1.5 0 0 1-3 0l-.001-10H4.5a1.5 1.5 0 0 1 0-3h10v-10A1.5 1.5 0 0 1 16 3z"}))})));NewAction.displayName="NewAction",NewAction.iconName="new-action",exports.default=NewAction},"./packages/juno-icon/src/NewEmail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewEmail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm4-12a2 2 0 0 1 2 2l.001 10.71a8.05 8.05 0 0 0-2-1.639L28 9l-10.197 8.764a3 3 0 0 1-3.599.005l-.157-.126-.822-.705-8.6 7.989a.992.992 0 0 0 .374.072h11.252c.183.71.46 1.382.819 2.001l-13.071-.001a2 2 0 0 1-2-2v-18a2 2 0 0 1 2-2h24zM4 9.032v13.744l7.698-7.146L4 9.032zM27 7H5a.98.98 0 0 0-.255.033l10.701 9.166a1 1 0 0 0 1.097.007l.107-.08 10.605-9.092a.982.982 0 0 0-.256-.033z"}))})));NewEmail.displayName="NewEmail",NewEmail.iconName="New-email",exports.default=NewEmail},"./packages/juno-icon/src/NewFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.999 18a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001l.001 4a1 1 0 0 1-2 0l-.001-4h-3.999a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM29 3a1 1 0 0 1 0 2h-2v12a1 1 0 0 1-2 0V5H7v21a1 1 0 0 0 1 1h8a1 1 0 0 1 0 2H7a2 2 0 0 1-2-2V5H3a1 1 0 0 1 0-2h26zm-8 11a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10zm0-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));NewFax.displayName="NewFax",NewFax.iconName="new-fax",exports.default=NewFax},"./packages/juno-icon/src/NewFile.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewFile=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 17a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zM11.821 3a2 2 0 0 1 1.459.632l1.923 2.052a.996.996 0 0 0 .612.309l.118.007H28a2 2 0 0 1 2 2l.001 9.71a8.05 8.05 0 0 0-2-1.639L28 13H4v11a1 1 0 0 0 1 1h11.252c.183.71.46 1.382.819 2.001L4 27a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.821zm-.866 2H5a1 1 0 0 0-1 1v5h24V9a1 1 0 0 0-1-1l-11.419-.021a2.998 2.998 0 0 1-1.836-.928l-1.33-1.419A2 2 0 0 0 10.956 5z"}))})));NewFile.displayName="NewFile",NewFile.iconName="new-file",exports.default=NewFile},"./packages/juno-icon/src/NewNote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NewNote=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.999 2c6.525 0 11.834 5.209 11.996 11.695l.004.305v3a1 1 0 0 1-1.993.117L25.999 17v-3c0-5.429-4.327-9.848-9.72-9.996L15.999 4H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h8.999a1 1 0 0 1 .117 1.993l-.117.007H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.999zm7 16a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001l.001 4a1 1 0 0 1-2 0l-.001-4h-3.999a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1zm-7-1 .117.007a1 1 0 0 1 0 1.986l-.117.007h-4.997l-.117-.007a1 1 0 0 1 0-1.986l.117-.007h4.997zm5-6 .117.007a1 1 0 0 1 0 1.986l-.117.007-10.113-.007a1 1 0 0 1 0-1.986l.117-.007H21z"}))})));NewNote.displayName="NewNote",NewNote.iconName="new-note",exports.default=NewNote},"./packages/juno-icon/src/Nickname.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Nickname=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13 17c1.722 0 3.365.324 4.831.907a8.026 8.026 0 0 0-1.09 1.726A11.152 11.152 0 0 0 13 19.001c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l12.029.001a8.01 8.01 0 0 0 1.173 2l-13.755-.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm16 9a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zm-4-4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm4-4a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Nickname.displayName="Nickname",Nickname.iconName="nickname",exports.default=Nickname},"./packages/juno-icon/src/NoAudio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoAudio=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0zm4.693 7.223 2.83 2.828 2.827-2.828a.999.999 0 1 1 1.414 1.414l-2.827 2.828 2.827 2.828a.999.999 0 1 1-1.414 1.414l-2.827-2.828-2.83 2.828a.999.999 0 1 1-1.414-1.414l2.83-2.828-2.83-2.828a.999.999 0 1 1 1.414-1.414z"}))})));NoAudio.displayName="NoAudio",NoAudio.iconName="no-audio",exports.default=NoAudio},"./packages/juno-icon/src/NoAudioSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoAudioSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.286 5.138v21.808l-6.835-4.549c-1.834-.046-3.249-.56-4.206-1.534-1.06-1.077-1.319-2.482-1.377-3.496l-.013-.341-.001-.435.002-.121.002-.745-.005-.632.008-.341c.042-1.015.272-2.427 1.36-3.534.958-.971 2.381-1.486 4.231-1.529l6.835-4.552zm8.505 6.291 1.7 1.7L25.7 16l2.871 2.791-1.7 1.7L24 17.7l-2.791 2.871-1.78-1.78L22.3 16l-2.871-2.791 1.78-1.78L24 14.3l2.791-2.871z"}))})));NoAudioSp.displayName="NoAudioSp",NoAudioSp.iconName="no-audio_sp",exports.default=NoAudioSp},"./packages/juno-icon/src/NoConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",opacity:.32,d:"M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-8.634l2.191 2.165a1.593 1.593 0 0 0 2.257 0l1.069-1.058.092-.103.098-.136c.456-.695.372-1.634-.218-2.218l-2.039-2.017h.551zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2zm8.026-6 2.759 2.727a.769.769 0 0 1 .053 1.005l-.025.031-1.068 1.058a.593.593 0 0 1-.851 0l-2.893-2.86.005-.109a2.001 2.001 0 0 1 1.838-1.845l.183-.006z"}),React.createElement("path",{fill:"#f54c3d",d:"m11 10.018 4.893-4.838a.59.59 0 0 1 .774-.065l.076.065 1.041 1.029a.774.774 0 0 1 .061.995l-.061.069L13.003 12l4.781 4.728a.769.769 0 0 1 .053 1.005l-.025.031-1.068 1.058a.593.593 0 0 1-.851 0L11 13.983l-4.894 4.839a.59.59 0 0 1-.774.065l-.076-.065-1.041-1.029a.774.774 0 0 1-.061-.995l.061-.069 4.78-4.728-4.78-4.727a.769.769 0 0 1-.053-1.005l.053-.059 1.041-1.029a.593.593 0 0 1 .851 0L11 10.019z"}))})));NoConnection.displayName="NoConnection",NoConnection.iconName="no-connection",exports.default=NoConnection},"./packages/juno-icon/src/NonEdit.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NonEdit=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.565 3.979a1 1 0 0 1 1.32-.083l.094.083 24.042 24.042a.999.999 0 0 1-1.32 1.497l-.094-.083L2.565 5.393a.999.999 0 0 1 0-1.414zm9.197 10.611 1.414 1.414-6.579 6.58 2.828 2.828 6.579-6.579 1.414 1.414-6.659 6.659c-.279.279-.635.47-1.022.547l-5.006 1.001a1 1 0 0 1-1.177-1.176l1.001-5.006c.077-.387.268-.743.547-1.022l6.658-6.659zM28.01 4a4 4 0 0 1 0 5.657l-7.763 7.762-1.414-1.414 4.935-4.934-2.828-2.828-4.935 4.934-1.414-1.414 7.762-7.762a4 4 0 0 1 5.657 0zm-4.243 1.414-1.413 1.413 2.828 2.828 1.413-1.414a2 2 0 1 0-2.828-2.828z"}))})));NonEdit.displayName="NonEdit",NonEdit.iconName="non-edit",exports.default=NonEdit},"./packages/juno-icon/src/Note.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Note=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10zm2 16h-7a1 1 0 0 0-.117 1.993L11 20h7a1 1 0 0 0 .117-1.993L18 18zm3-6H11a1 1 0 0 0-.117 1.993L11 14h10a1 1 0 0 0 .117-1.993L21 12z"}))})));Note.displayName="Note",Note.iconName="note",exports.default=Note},"./packages/juno-icon/src/NoteBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NoteBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c6.627 0 12 5.373 12 12v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10zm0 2H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V14c0-5.523-4.477-10-10-10zm2 14a1 1 0 0 1 0 2h-7a1 1 0 0 1 0-2h7zm3-6a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));NoteBorder.displayName="NoteBorder",NoteBorder.iconName="note_border",exports.default=NoteBorder},"./packages/juno-icon/src/Notes.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Notes=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.406 2.001c.328 0 .593.266.593.593l-.001.829h3.915l.001-.83c0-.328.266-.593.593-.593h.83c.328 0 .593.266.593.593l-.001.83h3.915l.001-.83c0-.328.266-.593.593-.593h.83c.328 0 .593.266.593.593l-.001.83h.599c2.334 0 4.247 1.813 4.368 4.087l.006.229v6.27c0 .695-.569 1.258-1.272 1.258a1.266 1.266 0 0 1-1.271-1.258v-6.27c0-.993-.821-1.802-1.832-1.802h-.598l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69h-3.915l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69H9.998l.001.69a.593.593 0 0 1-.593.593h-.83a.593.593 0 0 1-.593-.593l-.001-.69h-.607c-.954 0-1.739.723-1.823 1.638l-.008.164v17.944c0 .993.821 1.802 1.832 1.802h5.831c.702 0 1.272.562 1.272 1.258 0 .694-.569 1.256-1.272 1.256H7.375c-2.412 0-4.374-1.935-4.374-4.316V7.739c0-2.38 1.962-4.315 4.374-4.315l.607-.001.001-.83c0-.328.266-.593.593-.593h.83v.001zm14.638 16.422a3.137 3.137 0 0 1 4.386 0 3.032 3.032 0 0 1 0 4.326l-5.666 5.576a1.047 1.047 0 0 1-.454.261l-4.174 1.139a1.048 1.048 0 0 1-1.017-.27 1.007 1.007 0 0 1-.249-1.008l1.236-4.012c.05-.161.139-.308.26-.426l5.678-5.584zm-.201 3.079-3.832 3.769-.615 1.993 2.1-.572 3.808-3.749-1.462-1.441zm-8.149-.637c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593v-1.186c0-.328.266-.593.593-.593h7.118zm5.339-5.339c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593v-1.186c0-.328.266-.593.593-.593h12.457zm0-5.339c.328 0 .593.266.593.593v1.186a.593.593 0 0 1-.593.593H8.576a.593.593 0 0 1-.593-.593V10.78c0-.328.266-.593.593-.593h12.457z"}))})));Notes.displayName="Notes",Notes.iconName="notes",exports.default=Notes},"./packages/juno-icon/src/Notification.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Notification=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a1 1 0 0 1 1 1l.001 1.055A9.001 9.001 0 0 1 25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0L5.105 26a2 2 0 0 1-1.575-3.233l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1zm2.829 24.001h-5.658a3 3 0 0 0 5.658 0z"}))})));Notification.displayName="Notification",Notification.iconName="notification",exports.default=Notification},"./packages/juno-icon/src/NotificationBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),NotificationBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2a1 1 0 0 1 1 1l.001 1.055A9.001 9.001 0 0 1 25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0 1 26.895 26l-5.995.001a5.002 5.002 0 0 1-9.8 0L5.105 26a2 2 0 0 1-1.575-3.233l2.195-2.805A6 6 0 0 0 7 16.264V13a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1zm2.829 24.001h-5.658a3 3 0 0 0 5.658 0zM16 6a7 7 0 0 0-7 7v3.264a7.995 7.995 0 0 1-1.7 4.93l-2.195 2.805h21.79L24.7 21.194a8.001 8.001 0 0 1-1.7-4.93V13a7 7 0 0 0-7-7z"}))})));NotificationBorder.displayName="NotificationBorder",NotificationBorder.iconName="notification_border",exports.default=NotificationBorder},"./packages/juno-icon/src/Onedrive.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Onedrive=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.933 18.397c1.492.535 2.193 1.659 2.065 3.311-.083 1.081-.586 1.944-1.386 2.372l-.375.201-8.349.016c-6.415.013-8.454-.01-8.806-.098-1.695-.424-2.64-1.774-2.643-3.777-.001-.64.045-.947.205-1.359.391-1.009 1.427-1.771 2.789-2.051.678-.14.887-.289.887-.636 0-.109.081-.433.179-.72.448-1.304 1.278-2.392 2.164-2.837.928-.465 1.396-.57 2.519-.565 1.594.008 2.389.355 3.501 1.525l.611.644.548-.19c2.652-.92 5.296.645 5.509 3.261l.058.715.522.188zM7.729 22.665c.099.194.154.379.123.411-.081.081-2.67.053-3.028-.032-.99-.236-2.038-1.111-2.53-2.113C2.015 20.363 2 20.28 2 19.275c0-.956.024-1.11.246-1.584.468-1 1.365-1.723 2.491-2.007.237-.06.46-.156.496-.213s.074-.367.087-.689c.079-2.001 1.39-3.765 3.22-4.332.989-.305 2.232-.23 3.307.2.341.137.303.167 1.024-.781.427-.56 1.289-1.258 1.995-1.613.761-.383 1.553-.559 2.5-.557 2.648.007 4.929 1.665 5.772 4.197.27.808.256 1.035-.062 1.042-.139.003-.536.08-.883.17l-.631.165-.576-.577c-1.624-1.626-4.274-1.978-6.527-.866a5.417 5.417 0 0 0-2.169 1.914c-.39.592-.886 1.699-.886 1.973 0 .194-.157.292-.83.513-2.082.683-3.297 2.262-3.296 4.283 0 .736.19 1.636.452 2.151z"}))})));Onedrive.displayName="Onedrive",Onedrive.iconName="onedrive",exports.default=Onedrive},"./packages/juno-icon/src/OpenFolder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OpenFolder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.004 19.489c.489 0 .896.352.98.817l.016.179v5.976a.996.996 0 0 1-1.976.179l-.016-.179-.002-3.239-5.381 5.382a.996.996 0 0 1-1.524-1.271l.115-.138 5.715-5.717-3.904.002a.996.996 0 0 1-.98-.817l-.016-.179c0-.489.352-.896.817-.98l.179-.016h5.976zM11.783 2.999a1.99 1.99 0 0 1 1.453.63l1.915 2.044a1 1 0 0 0 .61.308l.117.007h12.019c1.1 0 1.992.892 1.992 1.992l.001 9.671a8.002 8.002 0 0 0-1.992-1.632l-.001-3.059H3.992v10.957c0 .55.446.996.996.996h11.208c.182.707.459 1.376.816 1.993l-13.019-.001c-1.1 0-1.992-.892-1.992-1.992V4.992c0-1.1.892-1.992 1.992-1.992h7.79zm-.864 1.992H4.988a.996.996 0 0 0-.996.996v4.98h23.905V8.975a.996.996 0 0 0-.996-.996l-11.374-.021a2.989 2.989 0 0 1-1.829-.924L12.373 5.62a1.992 1.992 0 0 0-1.453-.63z"}))})));OpenFolder.displayName="OpenFolder",OpenFolder.iconName="open-folder",exports.default=OpenFolder},"./packages/juno-icon/src/OuboundCallOnBehalf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OuboundCallOnBehalf=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 0 0-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0 0 12 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 0 0 1.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm17.979-2A1.02 1.02 0 0 1 31 16.021v8.165a1.02 1.02 0 1 1-2.042 0l.001-5.7-7.217 7.216a1.02 1.02 0 1 1-1.443-1.443l7.217-7.216-5.701-.001a1.02 1.02 0 1 1 0-2.042h8.165zM12 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));OuboundCallOnBehalf.displayName="OuboundCallOnBehalf",OuboundCallOnBehalf.iconName="oubound_call_on_behalf",exports.default=OuboundCallOnBehalf},"./packages/juno-icon/src/OutboundFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OutboundFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13h-7a2.001 2.001 0 0 0-1.995 1.851L12 21v7H5a2 2 0 0 1-2-2V6H1a1 1 0 0 1 0-2h22zm-2.272 17-.025.058a3.003 3.003 0 0 1-.582.82l-5.536 5.536a2.022 2.022 0 0 1-.415.319l-.17.086V22a1 1 0 0 1 .883-.993L15 21h5.728zm4.479-10.293 4.586 4.586a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 0 1 1.414-1.414zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z"}))})));OutboundFax.displayName="OutboundFax",OutboundFax.iconName="outbound-fax",exports.default=OutboundFax},"./packages/juno-icon/src/OutboundFaxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OutboundFaxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23 4a1 1 0 0 1 0 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 0 1-1.238.578l-.176.008H4.999a2 2 0 0 1-2-2V6h-2a1 1 0 0 1 0-2h22zm-4 2H5v19a1 1 0 0 0 1 1h6v-5a2 2 0 0 1 2-2h5V6zm-.83 15H15a1 1 0 0 0-1 1v3.17L18.17 21zm7.037-10.293 4.586 4.586a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 0 1 1.414-1.414zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z"}))})));OutboundFaxBorder.displayName="OutboundFaxBorder",OutboundFaxBorder.iconName="outbound-fax_border",exports.default=OutboundFaxBorder},"./packages/juno-icon/src/Outcall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Outcall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM29 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l.001-5.585-7.072 7.07a.999.999 0 1 1-1.414-1.414l7.072-7.07L21.001 4a1 1 0 0 1 0-2h8z"}))})));Outcall.displayName="Outcall",Outcall.iconName="outcall",exports.default=Outcall},"./packages/juno-icon/src/OutcallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),OutcallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM29 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l.001-5.585-7.072 7.07a.999.999 0 1 1-1.414-1.414l7.072-7.07L21.001 4a1 1 0 0 1 0-2h8z"}))})));OutcallBorder.displayName="OutcallBorder",OutcallBorder.iconName="outcall_border",exports.default=OutcallBorder},"./packages/juno-icon/src/Outdent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Outdent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 24a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22zM8.402 12.201c.776-.449 1.535-.132 1.594.805l.004.138v5.748l-.01.206c-.101.872-.907 1.135-1.65.684l-.111-.073-3.737-2.684-.152-.131c-.474-.485-.445-1.297.048-1.762l.105-.088 3.737-2.73.174-.114zM27 15a1 1 0 0 1 0 2H13a1 1 0 0 1 0-2h14zm0-9a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2h22z"}))})));Outdent.displayName="Outdent",Outdent.iconName="outdent",exports.default=Outdent},"./packages/juno-icon/src/Pagerduty.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Pagerduty=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.01 2.214a3.778 3.778 0 0 1 3.776 3.776v20.02a3.778 3.778 0 0 1-3.776 3.776H5.99a3.778 3.778 0 0 1-3.776-3.776V5.99A3.778 3.778 0 0 1 5.99 2.214zm-13.978 8.31H7.503a3.02 3.02 0 0 0-3.023 3.022v4.909c0 .128.008.254.023.378H4.48v6.798h2.644v-4.178c.124.015.251.024.38.024h4.529a3.02 3.02 0 0 0 3.023-3.022v-4.909a3.024 3.024 0 0 0-3.023-3.022zm15.487-4.155h-2.644v4.178a3.164 3.164 0 0 0-.38-.024h-4.529a3.02 3.02 0 0 0-3.023 3.022v4.909a3.024 3.024 0 0 0 3.023 3.022h4.529a3.02 3.02 0 0 0 3.023-3.022v-4.909a2.95 2.95 0 0 0-.024-.378h.024V6.369zM12.037 12.79c.415 0 .752.336.752.755v4.91a.754.754 0 0 1-.752.755H7.876a.752.752 0 0 1-.752-.755v-4.91c0-.417.337-.755.752-.755zm12.086 0c.416 0 .752.336.752.755v4.91a.754.754 0 0 1-.752.755h-4.16a.752.752 0 0 1-.752-.755v-4.91c0-.417.337-.755.752-.755z"}))})));Pagerduty.displayName="Pagerduty",Pagerduty.iconName="pagerduty",exports.default=Pagerduty},"./packages/juno-icon/src/Paging.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Paging=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 11a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h12zm-10 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-3.5-4h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm2-2h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z"}))})));Paging.displayName="Paging",Paging.iconName="Paging",exports.default=Paging},"./packages/juno-icon/src/ParkCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.837 3.75c4.69 0 7.803 2.902 7.803 7.298 0 4.216-2.865 7.052-7.271 7.269l-.303.011-.245.003h-8.829l.001 8.259c0 .476-.232.864-.621 1.049l-.135.054-.133.035-.13.018-.111.005c-.566 0-.986-.356-1.09-.906l-.019-.141-.005-.114V4.911c0-.582.334-1.024.866-1.135l.137-.021.111-.005h9.974zm-.208 2.132h-8.637v10.315l8.64.001c3.585 0 5.75-1.949 5.75-5.15 0-3.061-1.944-4.971-5.228-5.152l-.293-.011-.233-.003z"}))})));ParkCall.displayName="ParkCall",ParkCall.iconName="park-call",exports.default=ParkCall},"./packages/juno-icon/src/ParkCallMessage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCallMessage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 8.587 26H4.001a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h18zm-1 2H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L13 27.172l2.586-2.586A2 2 0 0 1 17 24h4a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-6.656 2.382c1.74 0 2.98 1.306 2.98 3.117 0 1.75-1.162 3.034-2.806 3.123l-.185.005-2.632-.001.001 1.965c0 .505-.295.898-.746 1l-.116.019-.122.007c-.54 0-.925-.376-.977-.902l-.006-.124v-7.184c0-.547.346-.963.861-1.019l.122-.007h3.625zM28 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1H8V4a2 2 0 0 1 2-2h18zM14.091 14.287l-2.39-.001v2.437h2.39c.826 0 1.239-.411 1.239-1.224 0-.757-.359-1.16-1.088-1.208l-.151-.005z"}))})));ParkCallMessage.displayName="ParkCallMessage",ParkCallMessage.iconName="park-call-message",exports.default=ParkCallMessage},"./packages/juno-icon/src/ParkCallSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCallSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.429 12c0 5.554 4.217 10.117 9.488 10.281l.289.005 5.895-.001-1.598-1.596 1.215-1.214 3.665 3.667-3.666 3.665-1.213-1.213 1.597-1.597h-5.89c-6.105.002-11.155-5.008-11.48-11.351l-.013-.326-.003-.321h1.713zm10-6.857a7.294 7.294 0 0 1 7.281 7.024l.005.262a7.294 7.294 0 0 1-7.024 7.281l-.262.005a7.295 7.295 0 0 1-7.286-7.285 7.293 7.293 0 0 1 7.024-7.281l.262-.005zm.857 3.428h-1.714v4.598l2.791 2.901 1.209-1.213-2.286-2.399V8.571z"}))})));ParkCallSp.displayName="ParkCallSp",ParkCallSp.iconName="park-call_sp",exports.default=ParkCallSp},"./packages/juno-icon/src/ParkCallText.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkCallText=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c1.944 0 3.762.304 5.454.912 1.711.627 3.199 1.48 4.463 2.559s2.256 2.353 2.975 3.824C29.631 11.766 30 13.354 30 15.06s-.369 3.304-1.108 4.794c-.739 1.49-1.74 2.794-3.004 3.912s-2.751 2-4.462 2.647c-1.692.627-3.5.941-5.425.941-.369 0-.739-.01-1.108-.029s-.739-.059-1.108-.118l-.467-.088-.058.059c-.719.627-1.556 1.137-2.508 1.529s-2.012.608-3.179.647H5.59c-.35 0-.617-.162-.802-.485s-.18-.642.015-.956l.817-1.324c.292-.51.525-.946.7-1.309s.311-.681.408-.956l.029-.029-.292-.235c-.681-.569-1.293-1.186-1.837-1.853s-1.006-1.368-1.385-2.103c-.379-.735-.676-1.505-.89-2.309s-.331-1.608-.35-2.412v-.324c0-1.706.369-3.294 1.108-4.765.719-1.451 1.711-2.721 2.975-3.809s2.751-1.936 4.463-2.544C12.241 3.314 14.059 3 16.003 3zm0 1.882c-1.692 0-3.276.265-4.754.794s-2.761 1.25-3.85 2.162a10.343 10.343 0 0 0-2.596 3.25 8.707 8.707 0 0 0-.933 3.971c0 .765.097 1.52.292 2.265.214.765.51 1.495.89 2.191s.851 1.348 1.415 1.956a13.026 13.026 0 0 0 1.896 1.676c.136.098.243.23.321.397s.097.338.058.515c-.058.373-.185.789-.379 1.25S7.893 26.333 7.543 27l-.263.471h.292c.953-.039 1.818-.226 2.596-.559s1.458-.765 2.042-1.294l.175-.176c.117-.098.248-.172.394-.221s.287-.054.423-.015c.506.098.987.167 1.444.206s.909.059 1.356.059c1.672 0 3.247-.274 4.725-.824s2.766-1.294 3.865-2.235a10.26 10.26 0 0 0 2.581-3.324c.642-1.255.962-2.598.962-4.029s-.311-2.765-.933-4c-.622-1.235-1.483-2.309-2.581-3.221s-2.387-1.632-3.865-2.162c-1.478-.529-3.063-.794-4.754-.794zm.989 5.618c2.052 0 3.511 1.537 3.511 3.678 0 2.076-1.377 3.591-3.328 3.687l-.197.005h-3.303v2.493c0 .57-.332 1.007-.84 1.113l-.12.019-.126.006c-.602 0-1.027-.418-1.081-1.009l-.006-.129V11.64c0-.614.385-1.073.96-1.132l.126-.006h4.402zm-.307 2.098h-3.009v3.173h3.009c1.062 0 1.612-.547 1.612-1.593 0-.982-.486-1.518-1.439-1.575l-.173-.005z"}))})));ParkCallText.displayName="ParkCallText",ParkCallText.iconName="park-call-text",exports.default=ParkCallText},"./packages/juno-icon/src/ParkLocation.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkLocation=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 2a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8h12zm0 2H10a6 6 0 0 0-5.996 5.775L4 10v12a6 6 0 0 0 5.775 5.996L10 28h12a6 6 0 0 0 5.996-5.775L28 22V10a6 6 0 0 0-5.775-5.996L22 4zm-4.639 5.226c2.548 0 4.333 1.816 4.333 4.399 0 2.379-1.6 4.129-3.912 4.328l-.219.014-.221.005-2.959-.001.001 3.527c0 .58-.467 1.05-1.046 1.05-.488 0-.904-.337-1.017-.812l-.022-.122-.007-.116V11.039c0-.888.638-1.635 1.499-1.787l.154-.021.153-.007h3.262zm-.417 1.922h-2.561v4.903h2.561c1.679 0 2.612-.871 2.612-2.424s-.831-2.409-2.411-2.475l-.201-.004z"}))})));ParkLocation.displayName="ParkLocation",ParkLocation.iconName="park-location",exports.default=ParkLocation},"./packages/juno-icon/src/ParkLocationFull.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkLocationFull=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 2a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8h12zm-4.639 7.226h-3.262l-.153.007-.154.021a1.813 1.813 0 0 0-1.499 1.787V21.5l.007.116.022.122c.113.475.529.812 1.017.812.578 0 1.046-.47 1.046-1.05l-.001-3.527 2.959.001.221-.005.219-.014c2.312-.2 3.912-1.95 3.912-4.328 0-2.582-1.785-4.399-4.333-4.399zm-.417 1.922.201.004c1.58.066 2.411.921 2.411 2.475s-.933 2.424-2.612 2.424h-2.561v-4.903h2.561z"}))})));ParkLocationFull.displayName="ParkLocationFull",ParkLocationFull.iconName="park-location-full",exports.default=ParkLocationFull},"./packages/juno-icon/src/ParkedCallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ParkedCallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.792 2.353a3.425 3.425 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.355-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.15.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM7.966 4.022c-.314.049-.799.221-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.274-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 0 1-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zM24.634.986l.321.005c.736.022 1.382.123 1.938.301.636.204 1.161.489 1.575.855s.72.804.918 1.314c.198.51.297 1.068.297 1.674 0 .63-.105 1.207-.315 1.732s-.525.976-.945 1.354c-.42.378-.945.672-1.575.882s-1.368.315-2.214.315h-1.818v4.581h-2.421V.985h4.239zm0 1.872h-1.818v4.671h1.818c.444 0 .831-.056 1.161-.167s.603-.27.819-.477c.216-.207.378-.459.486-.756s.162-.628.162-.995c0-.348-.054-.663-.162-.945s-.27-.522-.486-.72c-.216-.198-.489-.349-.819-.454s-.717-.158-1.161-.158z"}))})));ParkedCallBorder.displayName="ParkedCallBorder",ParkedCallBorder.iconName="parked-call_border",exports.default=ParkedCallBorder},"./packages/juno-icon/src/PartnerCloudContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PartnerCloudContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H7.986V3H28zM5.971 3v26H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.971zm18.024 14.014H13.982a2 2 0 0 0-2 2v5.047h14.013v-5.047a2 2 0 0 0-2-2zM19 7a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));PartnerCloudContact.displayName="PartnerCloudContact",PartnerCloudContact.iconName="partner_cloud_contact",exports.default=PartnerCloudContact},"./packages/juno-icon/src/Pause.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Pause=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 5c1.054 0 1.918.816 1.995 1.851L14 7v18a2 2 0 0 1-1.851 1.994L12 27H8a2.001 2.001 0 0 1-1.995-1.851L6 25V7c0-1.054.816-1.918 1.851-1.995L8 5h4zm12 0a2 2 0 0 1 1.994 1.851L26 7v18a2 2 0 0 1-1.851 1.994L24 27h-4a2 2 0 0 1-1.994-1.851L18 25V7c0-1.054.816-1.918 1.851-1.995L20 5h4z"}))})));Pause.displayName="Pause",Pause.iconName="pause",exports.default=Pause},"./packages/juno-icon/src/PauseBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PauseBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 25H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm1-20H8a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm11 20h-2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm1-20h-4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z"}))})));PauseBorder.displayName="PauseBorder",PauseBorder.iconName="pause_border",exports.default=PauseBorder},"./packages/juno-icon/src/PauseCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PauseCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-3 8a1 1 0 0 0-.993.883L12 11v10a1 1 0 0 0 1.993.117L14 21V11a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-.993.883L18 11v10a1 1 0 0 0 1.993.117L20 21V11a1 1 0 0 0-1-1z"}))})));PauseCircle.displayName="PauseCircle",PauseCircle.iconName="pause_circle",exports.default=PauseCircle},"./packages/juno-icon/src/PauseCircleBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PauseCircleBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-3 6a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1z"}))})));PauseCircleBorder.displayName="PauseCircleBorder",PauseCircleBorder.iconName="pause_circle_border",exports.default=PauseCircleBorder},"./packages/juno-icon/src/PaymentMethod.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PaymentMethod=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 9a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9zm3-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5z"}),React.createElement("path",{d:"M3 12h26v4H3v-4zM6 21a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1z"}))})));PaymentMethod.displayName="PaymentMethod",PaymentMethod.iconName="payment-method",exports.default=PaymentMethod},"./packages/juno-icon/src/Pdf.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PdfD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/PdfD.tsx")),Pdf=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(PdfD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#e6413c",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#e6413c",d:"M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8zm4.239 3.029-.049-.057a.839.839 0 0 0-.9-.225c-.311.104-.569.365-.719.825-.264.808-.106 2.047.432 3.062l.076.137.08.134a24.63 24.63 0 0 1-1.257 2.712c-.948.334-1.704.773-2.25 1.306-.718.701-1.018 1.403-.802 1.933.115.282.36.467.667.514l.078.009.081.003.097-.004a1.59 1.59 0 0 0 .722-.268c.497-.325 1.116-1.18 1.753-2.271l.091-.157.183-.324a12.122 12.122 0 0 1 2.4-.469c.213-.021.425-.037.631-.049.852.897 1.556 1.376 2.209 1.497.088.016.177.027.264.033l.13.004.102-.003c.494-.026.899-.237 1.096-.579a.871.871 0 0 0-.009-.89c-.37-.641-1.462-.981-3.075-.981l-.169.001-.17.004-.26-.297-.236-.281-.267-.328-.959-1.201-.041-.05c.237-.679.373-1.234.403-1.654.07-.97-.018-1.633-.28-2.02l-.048-.066zm-3.106 7.909-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.001.009.044-.004.05-.011a.854.854 0 0 0 .233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103.104.087.111.088c.33.251.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 0 0 .328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097-.127.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 0 1 1.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127-.021.021-.022.029a.793.793 0 0 0-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z"}))})));Pdf.displayName="Pdf",Pdf.iconName="pdf",exports.default=Pdf},"./packages/juno-icon/src/PdfBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PdfBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.419 17.2c.762 0 1.422.094 1.986.285.562.19 1.027.461 1.397.811.37.346.643.763.819 1.258.182.493.272 1.04.272 1.64s-.096 1.152-.288 1.658c-.194.499-.478.93-.853 1.293a3.856 3.856 0 0 1-1.405.846c-.557.197-1.2.294-1.928.294H4.584v3.766c0 .523-.395.949-.882.949s-.88-.426-.88-.949V17.809c0-.336.253-.61.565-.61h3.032zm9.504 0c.883 0 1.685.155 2.406.464a5.358 5.358 0 0 1 1.861 1.31c.518.558.918 1.232 1.2 2.022.286.786.43 1.653.43 2.603 0 .957-.144 1.827-.43 2.611a5.902 5.902 0 0 1-1.2 2.024 5.405 5.405 0 0 1-1.861 1.301c-.722.309-1.523.464-2.406.464h-3.776c-.381 0-.69-.333-.69-.742V17.942c0-.41.309-.742.69-.742h3.776zm13.384 0c.395 0 .715.346.715.771s-.32.771-.715.771h-4.875v4.286h4.048c.395 0 .715.346.715.771s-.32.771-.715.771h-4.048v4.475c0 .526-.397.954-.885.954-.49 0-.885-.427-.885-.954V17.576c0-.208.157-.378.35-.378h6.294zm-13.384 1.533h-2.696v9.734h2.696a4.16 4.16 0 0 0 1.688-.33 3.493 3.493 0 0 0 1.29-.954c.358-.422.634-.934.827-1.534s.29-1.283.29-2.05c0-.76-.096-1.442-.29-2.042-.194-.606-.469-1.117-.827-1.533a3.443 3.443 0 0 0-1.29-.963 4.177 4.177 0 0 0-1.688-.33zm-9.504-.045H4.584v5.099h1.835c.446 0 .838-.062 1.174-.187.342-.125.626-.301.853-.526.23-.232.405-.504.52-.819.117-.322.174-.675.174-1.061 0-.779-.227-1.39-.678-1.837-.446-.445-1.128-.669-2.043-.669zM19.248 2a2 2 0 0 1 1.317.494l6.752 5.907c.434.381.683.93.683 1.506V15a1 1 0 0 1-2 0v-4.638c0-.288-.125-.563-.341-.752l-6.128-5.362A.997.997 0 0 0 18.872 4H7a1 1 0 0 0-1 1v10a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2h13.248z"}))})));PdfBorder.displayName="PdfBorder",PdfBorder.iconName="pdf_border",exports.default=PdfBorder},"./packages/juno-icon/src/PdfD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PdfD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#43201f",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#de4944",d:"M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8z"}),React.createElement("path",{fill:"#f1f1f1",d:"M15.208 10.748a.834.834 0 0 1 .9.225l.049.057.048.066c.262.387.35 1.05.28 2.02-.03.42-.166.975-.403 1.654l.041.05.959 1.201.267.328.236.281.26.297.17-.004.169-.001c1.613 0 2.705.34 3.075.981a.871.871 0 0 1 .009.89c-.197.341-.602.552-1.096.579l-.102.003-.13-.004a2.44 2.44 0 0 1-.264-.033c-.653-.12-1.357-.6-2.209-1.497-.206.012-.417.028-.631.049-.768.074-1.605.222-2.4.469l-.183.323-.091.157c-.637 1.091-1.256 1.946-1.753 2.271a1.59 1.59 0 0 1-.722.268l-.097.004-.081-.003-.078-.009a.836.836 0 0 1-.667-.514c-.216-.53.084-1.232.802-1.933.546-.533 1.302-.972 2.25-1.306a24.63 24.63 0 0 0 1.257-2.712l-.08-.134-.076-.137c-.537-1.015-.695-2.253-.432-3.062.15-.459.408-.72.719-.825zm-2.156 8.19-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.002.009.044-.004.05-.011a.854.854 0 0 0 .233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103.104.086.111.088c.33.252.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 0 0 .328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097-.128.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 0 1 1.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127-.021.021-.022.029a.793.793 0 0 0-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z"}))})));PdfD.displayName="PdfD",PdfD.iconName="pdf-D",exports.default=PdfD},"./packages/juno-icon/src/People.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),People=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 18c7.067 0 13 4.315 13 10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2c0-5.685 5.933-10 13-10zm0-16a7 7 0 1 1 0 14 7 7 0 0 1 0-14z"}))})));People.displayName="People",People.iconName="people",exports.default=People},"./packages/juno-icon/src/PersonalMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PersonalMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.777 1.777 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.876v-9.79z"}),React.createElement("path",{d:"M14.373 16.369c1.169-.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384.756 2.434 1.925 2.837-3.097.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984.936 2.984 2.985h1.493c0-2.211-.284-4.072-3.381-4.415zm-2.624-2.836c0-1.131.823-1.533 1.528-1.533s1.528.402 1.528 1.533c0 .958-.571 1.531-1.528 1.531s-1.528-.573-1.528-1.531z"}))})));PersonalMeeting.displayName="PersonalMeeting",PersonalMeeting.iconName="personal-meeting",exports.default=PersonalMeeting},"./packages/juno-icon/src/Phone.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Phone=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.228 14.296c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.078c-.004.003.001-.001.009-.015l.076-.093c.226-.238.417-.428.575-.573.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905.599.566 1.221 1.131 1.865 1.697s1.489 1.28 2.534 2.141c.586.482.976 1.073 1.157 1.757.184.694.125 1.365-.161 1.937-.193.479-.565 1.044-1.117 1.713-.544.659-1.035 1.155-1.456 1.47-.44.363-.947.637-1.516.818a6.01 6.01 0 0 1-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.989 24.989 0 0 1-3.475-2.719 36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716.735-.115 1.455-.01 2.133.308s1.204.818 1.577 1.5a33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083a2.256 2.256 0 0 1-.223.12 1.99 1.99 0 0 0-.144.067c.027.132.084.31.182.548z"}))})));Phone.displayName="Phone",Phone.iconName="phone",exports.default=Phone},"./packages/juno-icon/src/PhoneBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zm-.849 1.811a1.627 1.627 0 0 0-.976-.142c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 0 1-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063z"}))})));PhoneBorder.displayName="PhoneBorder",PhoneBorder.iconName="phone_border",exports.default=PhoneBorder},"./packages/juno-icon/src/PhoneInbox.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneInbox=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 7a1 1 0 0 1 .117 1.993L10 9H7.7l-3.273 9h4.745c.729 0 1.431.266 1.977.743l.145.136 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.006h4.744l-3.272-9H22a1 1 0 0 1-.117-1.993L22 7.001h2.3a2 2 0 0 1 1.82 1.171l.059.145 3.761 10.342a.978.978 0 0 1 .053.226l.007.116v7a2 2 0 0 1-1.851 1.994l-.149.006H4a2 2 0 0 1-1.994-1.851L2 26.001v-7c0-.078.009-.155.027-.23l.033-.111L5.821 8.318a1.999 1.999 0 0 1 1.723-1.31l.157-.006h2.3zm6-5a1 1 0 0 1 1 1v10.999l1.95-1.949a.999.999 0 1 1 1.414 1.414l-3.657 3.657a.999.999 0 0 1-1.414 0l-3.657-3.657a.999.999 0 1 1 1.414-1.414L15 14.001V3a1 1 0 0 1 1-1z"}))})));PhoneInbox.displayName="PhoneInbox",PhoneInbox.iconName="phone-inbox",exports.default=PhoneInbox},"./packages/juno-icon/src/PhoneInboxBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneInboxBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 7a1 1 0 0 1 .117 1.993L10 9H7.7l-3.273 9h4.745c.729 0 1.431.266 1.977.743l.145.136 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.006h4.744l-3.272-9H22a1 1 0 0 1-.117-1.993L22 7.001h2.3a2 2 0 0 1 1.82 1.171l.059.145 3.761 10.342a.978.978 0 0 1 .053.226l.007.116v7a2 2 0 0 1-1.851 1.994l-.149.006H4a2 2 0 0 1-1.994-1.851L2 26.001v-7c0-.078.009-.155.027-.23l.033-.111L5.821 8.318a1.999 1.999 0 0 1 1.723-1.31l.157-.006h2.3zm18 19v-6h-5.172a1 1 0 0 0-.608.206l-.099.087-1.828 1.828a3 3 0 0 1-1.923.872l-.198.006h-4.343a3.006 3.006 0 0 1-1.977-.743l-.145-.136-1.828-1.828a.996.996 0 0 0-.576-.284l-.132-.009H3.999v6h24zM16 2a1 1 0 0 1 1 1v10.999l1.95-1.949a.999.999 0 1 1 1.414 1.414l-3.657 3.657a.999.999 0 0 1-1.414 0l-3.657-3.657a.999.999 0 1 1 1.414-1.414L15 14.001V3a1 1 0 0 1 1-1z"}))})));PhoneInboxBorder.displayName="PhoneInboxBorder",PhoneInboxBorder.iconName="phone-inbox_border",exports.default=PhoneInboxBorder},"./packages/juno-icon/src/PhoneOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.373 17.3c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a34.21 34.21 0 0 1-1.339-1.27l5.212-5.216.048.041c.319.269.611.477.874.623.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483zm8.062-13.321a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.117.314.304.677.56 1.086l-5.28 5.281c-1.239-1.551-2.272-3.085-3.099-4.599-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308z"}))})));PhoneOff.displayName="PhoneOff",PhoneOff.iconName="phone-off",exports.default=PhoneOff},"./packages/juno-icon/src/PhoneOffBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneOffBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.373 17.3c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399.947.804c.346.29.722.603 1.129.938.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a34.21 34.21 0 0 1-1.339-1.27l1.414-1.415c.282.283.566.557.852.823l.431.394a22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695a71.406 71.406 0 0 1-1.764-1.573l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233 7.973 7.973 0 0 1-1.367-.993l1.416-1.419.048.041c.319.269.611.477.874.623.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.222-.218a5.112 5.112 0 0 1 .716-.569 3.574 3.574 0 0 1 2.169-.483zm8.062-13.321a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM10.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 0 0-.144.067c.016.079.043.175.083.29l.098.258c.117.314.304.677.56 1.086l-1.444 1.446c-.07-.103-.137-.205-.201-.306a8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.74 1.355 1.664 2.737 2.767 4.135L8.508 20.66c-1.239-1.551-2.272-3.085-3.099-4.599-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308z"}))})));PhoneOffBorder.displayName="PhoneOffBorder",PhoneOffBorder.iconName="phone-off_border",exports.default=PhoneOffBorder},"./packages/juno-icon/src/PhoneS.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PhoneS=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.917 19.961c-.771-.449-1.676-1.258-2.708-2.509-.955-1.192-1.557-2.191-1.871-3.004-.209-.54-.264-.915-.242-1.206.208-.178.41-.307.647-.412.087-.044.17-.088.26-.137l.23-.126c.399-.225.7-.435.974-.706.866-.857 1.015-2.138.352-3.146-1.329-2.041-2.285-3.65-3.067-5.232-.597-1.085-1.739-1.642-2.899-1.443-.893.126-2.747 1.043-3.516 1.715-3.168 2.796-1.505 10.028 4.506 17.424 4.493 5.506 9.488 8.822 13.431 8.822 1.152 0 2.125-.294 2.843-.916.831-.648 2.118-2.233 2.422-3.049.488-1.008.151-2.266-.802-3.06-2.144-1.849-3.311-2.895-4.54-4.11-.779-.822-2.152-.96-3.163-.31-.377.248-.632.492-1.043.95l-.203.227a7.645 7.645 0 0 1-.562.607c-.227-.001-.566-.096-1.049-.377v-.001z"}))})));PhoneS.displayName="PhoneS",PhoneS.iconName="phone_s",exports.default=PhoneS},"./packages/juno-icon/src/PickUpCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PickUpCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.064 16.054a2.241 2.241 0 0 1 2.146 2.168c.054.846.025 1.695.036 2.543l-.018.279c3.111.906 8.414.901 11.523-.014l-.011-2.01a3.597 3.597 0 0 1 .223-1.575 2.116 2.116 0 0 1 1.919-1.353 90.817 90.817 0 0 1 4.868.009 2.262 2.262 0 0 1 2.167 2.102c.022.275.039.613.052.984l.02.775.01.804v1.137l-.008.63c-.032.772-.313 2.513-.8 3.109a1.638 1.638 0 0 0-.08.149l-.649.673-.71.518c-.119.085-.239.169-.362.249a16.805 16.805 0 0 1-4.005 1.772l-.529.146c-2.453.707-6.002 1.02-8.552.927-3.121-.131-7.154-.682-10.021-1.992a10.117 10.117 0 0 1-2.869-1.852c-.858-.747-1.362-3.825-1.389-4.969l-.02-1.148a20.044 20.044 0 0 1 .031-1.717c.109-1.461.956-2.316 2.407-2.368a65.916 65.916 0 0 1 4.621.025zm-4.549 1.974-.165.01c-.211.022-.271.084-.302.317l-.017.182-.021.393-.009.427.004.73.02 1.128c.02.888.461 3.296.742 3.541a8.167 8.167 0 0 0 2.018 1.358l.329.148c2.432 1.111 6.133 1.681 9.263 1.812 2.158.079 5.316-.16 7.447-.719l.532-.146a14.715 14.715 0 0 0 3.938-1.654l.221-.15.629-.459.346-.359.068-.109.085-.104c.213-.261.337-1.587.35-1.879l.007-.581.002-.92-.01-.916-.013-.574-.018-.52-.023-.445a7.104 7.104 0 0 0-.014-.188c-.011-.142-.118-.247-.229-.25a90.072 90.072 0 0 0-4.764-.009.111.111 0 0 0-.097.064 1.586 1.586 0 0 0-.104.558l.012.296.02 3.515-1.444.425c-3.324.978-8.847 1.025-12.191.142l-.455-.126-1.517-.442.093-1.834-.002-1.41-.005-.36-.01-.314-.016-.309a.25.25 0 0 0-.167-.233l-.057-.01a64.05 64.05 0 0 0-4.473-.025zM16 2c.32 0 .604.15.787.383a.994.994 0 0 1 .091.081l5.657 5.657a.999.999 0 1 1-1.414 1.414l-4.122-4.122v12.586a1 1 0 0 1-2 0V5.412l-4.121 4.123a.999.999 0 1 1-1.414-1.414l5.657-5.657.094-.083A.998.998 0 0 1 15.999 2z"}))})));PickUpCall.displayName="PickUpCall",PickUpCall.iconName="pick_up_call",exports.default=PickUpCall},"./packages/juno-icon/src/Pin.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Pin=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4.302 14.798a1.141 1.141 0 0 1 0-1.613 10.248 10.248 0 0 1 8.724-2.901l5.045-8.715a1.14 1.14 0 0 1 1.793-.234l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-8.715 5.046a10.246 10.246 0 0 1-2.901 8.723 1.141 1.141 0 0 1-1.613 0l-5.644-5.644-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256-5.644-5.644z"}))})));Pin.displayName="Pin",Pin.iconName="pin",exports.default=Pin},"./packages/juno-icon/src/PinWindow.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PinWindow=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.59 1.52C27.684.617 26.434.058 25.054.058s-2.63.558-3.536 1.462a4.984 4.984 0 0 0-1.452 3.524c0 .955.268 1.848.732 2.607l-.012-.022-6.579 6.578 1.696 1.698 6.579-6.579a4.945 4.945 0 0 0 2.571.728H25.067a4.987 4.987 0 0 0 4.987-4.987v-.012.001-.014c0-1.376-.56-2.621-1.464-3.52zm-1.696 5.374a2.603 2.603 0 0 1-3.684-3.679 2.603 2.603 0 0 1 3.684 3.678h-.002zm.244 6.592A90.8 90.8 0 0 1 27.199 17c0 11.061-1.232 12.2-13.198 12.2S.801 28.059.801 17s1.234-12.2 13.2-12.2h.8v2.4h-.8c-10.598 0-10.8.182-10.8 9.8s.2 9.8 10.8 9.8c10.6 0 10.8-.182 10.8-9.8 0-1.283-.019-2.422-.059-3.416l2.397-.098z"}))})));PinWindow.displayName="PinWindow",PinWindow.iconName="pin-window",exports.default=PinWindow},"./packages/juno-icon/src/PivotalTracker.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PivotalTracker=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.001 2.003c7.718 0 13.996 6.278 13.996 13.995 0 7.72-6.278 13.999-13.996 13.999S2.003 23.717 2.003 15.998c0-7.717 6.279-13.995 13.998-13.995zm0 2.834c-6.165 0-11.163 4.997-11.163 11.161 0 6.167 4.998 11.165 11.163 11.165s11.162-4.999 11.162-11.165c0-6.165-4.997-11.161-11.162-11.161zm-.949 13.195a2.226 2.226 0 0 0 1.531.135l3.125 5.413-3.555 2.052-2.745-4.754zm-1.286-1.838c.046.518.272 1.012.649 1.391l-3.127 5.417-3.555-2.054 2.746-4.753zm10.655.385v4.104H18.93l-1.644-2.847a2.241 2.241 0 0 0 .881-1.256h6.255zm-3.71-7.581 3.554 2.052-2.747 4.756h-3.285a2.242 2.242 0 0 0-.65-1.394l3.127-5.415zm-7.638 2.318 1.643 2.844a2.225 2.225 0 0 0-.882 1.26H7.582v.035H7.58v-4.14h5.493zm2.773-4.95 2.746 4.755-1.643 2.846a2.24 2.24 0 0 0-1.53-.137l-3.125-5.412 3.552-2.052z"}))})));PivotalTracker.displayName="PivotalTracker",PivotalTracker.iconName="pivotal-tracker",exports.default=PivotalTracker},"./packages/juno-icon/src/Play.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Play=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m10.614 5.267.193.101 16.217 9.164c1.294.837 1.303 2.087.017 2.934l-.214.13-16.185 9.128c-1.409.694-2.538.035-2.633-1.519l-.007-.217-.003-17.973.005-.201c.087-1.567 1.206-2.229 2.609-1.547z"}))})));Play.displayName="Play",Play.iconName="play",exports.default=Play},"./packages/juno-icon/src/PlayBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PlayBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m10.614 5.267.193.101 16.217 9.164c1.294.837 1.303 2.087.017 2.934l-.214.13-16.185 9.128c-1.409.694-2.538.035-2.633-1.519l-.007-.217-.003-17.973.005-.201c.087-1.567 1.206-2.229 2.609-1.547zm-.615 1.941.003 17.587 15.576-8.789L9.999 7.208z"}))})));PlayBorder.displayName="PlayBorder",PlayBorder.iconName="play_border",exports.default=PlayBorder},"./packages/juno-icon/src/PlayCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PlayCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-2.693 8.146c-.662-.351-1.198-.049-1.292.706l-.012.138-.003.11.002 9.803.003.119c.045.801.551 1.166 1.201.885l.116-.056.089-.051 8.11-4.998c.605-.435.637-1.064.099-1.518l-.108-.083-.093-.061-8.112-4.993z"}))})));PlayCircle.displayName="PlayCircle",PlayCircle.iconName="play_circle",exports.default=PlayCircle},"./packages/juno-icon/src/PlayCircleBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PlayCircleBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-3.432 5.17.116.065 9.73 5.832c.776.533.782 1.328.01 1.867l-.128.083-9.711 5.808c-.845.442-1.523.022-1.58-.967l-.004-.138-.002-11.437.003-.128c.052-.997.724-1.418 1.565-.984zm.431 2.584.002 8.494 7.093-4.245-7.095-4.249z"}))})));PlayCircleBorder.displayName="PlayCircleBorder",PlayCircleBorder.iconName="play_circle_border",exports.default=PlayCircleBorder},"./packages/juno-icon/src/Poll.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Poll=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-14 8a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-1-1zm5-3a1 1 0 0 0-1 1v10a1 1 0 0 0 2 0V11a1 1 0 0 0-1-1zm5 5a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1z"}))})));Poll.displayName="Poll",Poll.iconName="poll",exports.default=Poll},"./packages/juno-icon/src/PollBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PollBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-.993.883L7 8v16a1 1 0 0 0 .883.993L8 25h16a1 1 0 0 0 .993-.883L25 24V8a1 1 0 0 0-1-1zm-13 6a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1zm5-3a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V11a1 1 0 0 1 1-1zm5 5a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0v-5a1 1 0 0 1 1-1z"}))})));PollBorder.displayName="PollBorder",PollBorder.iconName="poll_border",exports.default=PollBorder},"./packages/juno-icon/src/PoorConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PoorConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",opacity:.32,d:"M27 4a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zM17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2z"}),React.createElement("path",{fill:"#000",d:"M5 20h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z"}))})));PoorConnection.displayName="PoorConnection",PoorConnection.iconName="poor-connection",exports.default=PoorConnection},"./packages/juno-icon/src/PopIn.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PopIn=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8a1 1 0 0 1 2 0v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9zm12.885-1.295a.998.998 0 0 1 1.493 1.316l-.083.094L14.41 19H20a1 1 0 0 1 .117 1.993L20 21h-8a1 1 0 0 1-.993-.883L11 20v-8a1 1 0 0 1 1.993-.117L13 12v5.59L26.885 3.705z"}))})));PopIn.displayName="PopIn",PopIn.iconName="pop-in",exports.default=PopIn},"./packages/juno-icon/src/PopOut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PopOut=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8a1 1 0 0 1 2 0v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9zm14-2a1 1 0 0 1 .993.883L29 4v8a1 1 0 0 1-1.993.117L27 12V6.41L13.115 20.295a.998.998 0 0 1-1.493-1.316l.083-.094L25.59 5H20a1 1 0 0 1-.117-1.993L20 3h8z"}))})));PopOut.displayName="PopOut",PopOut.iconName="pop-out",exports.default=PopOut},"./packages/juno-icon/src/Ppt.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PptD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/PptD.tsx")),Ppt=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(PptD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#d5583c",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#d5583c",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm2.245 8.984v-3.102h2.217c.301 0 .57.032.808.095s.432.158.582.284c.15.151.257.322.319.511s.094.41.094.662c0 .252-.031.473-.094.662s-.169.359-.319.511c-.15.126-.344.221-.582.284s-.507.095-.808.095h-2.217zm-.939-4.048h3.532c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436z"}))})));Ppt.displayName="Ppt",Ppt.iconName="ppt",exports.default=Ppt},"./packages/juno-icon/src/PptD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PptD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#43261f",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#d5583c",d:"M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z"}),React.createElement("path",{fill:"#f1f1f1",d:"M16.756 12.936c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436h3.532zm-.375.946h-2.217v3.102h2.217c.301 0 .57-.032.808-.095s.432-.158.582-.284c.15-.151.257-.322.319-.511s.094-.41.094-.662c0-.252-.031-.473-.094-.662s-.169-.359-.319-.511c-.15-.126-.344-.221-.582-.284s-.507-.095-.808-.095z"}))})));PptD.displayName="PptD",PptD.iconName="ppt-D",exports.default=PptD},"./packages/juno-icon/src/Previous.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Previous=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.899 6.101a.999.999 0 0 1 0 1.414L7.413 15h19.586a1 1 0 0 1 0 2H7.411l7.488 7.486a.999.999 0 1 1-1.414 1.414l-9.192-9.192a.999.999 0 0 1 0-1.414l9.192-9.192a.999.999 0 0 1 1.414 0z"}))})));Previous.displayName="Previous",Previous.iconName="previous",exports.default=Previous},"./packages/juno-icon/src/PurchaseCart.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PurchaseCart=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10 28a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM29.217 7.024a1 1 0 0 1 .759 1.193l-2 9a1 1 0 1 1-1.952-.434l2-9a1 1 0 0 1 1.193-.759zM2 3a1 1 0 0 1 1-1h2c.489 0 .906.353.986.836L8.847 20H27a1 1 0 0 1 0 2H8a.999.999 0 0 1-.986-.836L4.153 4H3a1 1 0 0 1-1-1zM24 28a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}),React.createElement("path",{d:"M5 8a1 1 0 0 1 1-1h23a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1zM7 17a1 1 0 0 1 1-1h19a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1z"}))})));PurchaseCart.displayName="PurchaseCart",PurchaseCart.iconName="purchase-cart",exports.default=PurchaseCart},"./packages/juno-icon/src/PushToTalk.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),PushToTalk=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11 1a1 1 0 0 1 1 1l-.001 3.008 11.997.001a3 3 0 0 1 2.993 2.795l.007.205v12.387c0 .591-.175 1.169-.502 1.662l-1.543 2.317-.686 4.119a3 3 0 0 1-2.777 2.501l-.182.006H10.695a3 3 0 0 1-2.959-2.507l-.687-4.119-1.536-2.32a2.999 2.999 0 0 1-.491-1.436l-.008-.22V8.01a3 3 0 0 1 3-3H10V2.002a1 1 0 0 1 1-1zm12.996 6.009H8.014a1 1 0 0 0-1 1v12.389c0 .196.058.388.166.552l1.772 2.676.756 4.539a1 1 0 0 0 .986.836h10.611a1 1 0 0 0 .986-.836l.757-4.54 1.78-2.675c.109-.164.167-.357.167-.554V8.009a1 1 0 0 0-1-1zM18 24a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm2-4a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2h8zm.667-9.667a1 1 0 0 1 1 1v4.333a1 1 0 0 1-1 1h-9.333a1 1 0 0 1-1-1v-4.333a1 1 0 0 1 1-1h9.333zm-1 2h-7.333v2.333h7.333v-2.333z"}))})));PushToTalk.displayName="PushToTalk",PushToTalk.iconName="push-to-talk",exports.default=PushToTalk},"./packages/juno-icon/src/Quote.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Quote=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-15 4a3 3 0 0 1 2.98 2.65l.015.185.005.164-.004.147a2.529 2.529 0 0 1-.01.152l.001-.031a6.958 6.958 0 0 1-3.056 5.525.5.5 0 0 1-.579-.818 6.018 6.018 0 0 0 2.026-2.31 3 3 0 1 1-1.376-5.666zm8 0a3 3 0 0 1 2.98 2.65l.015.185.005.164-.004.147a2.529 2.529 0 0 1-.01.152v-.031a6.958 6.958 0 0 1-3.056 5.525.5.5 0 0 1-.579-.818 6.018 6.018 0 0 0 2.026-2.31 3 3 0 1 1-1.376-5.666z"}))})));Quote.displayName="Quote",Quote.iconName="quote",exports.default=Quote},"./packages/juno-icon/src/Radio.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Radio=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 2.5C8.544 2.5 2.5 8.544 2.5 16S8.544 29.5 16 29.5 29.5 23.456 29.5 16 23.456 2.5 16 2.5zM16 7c4.971 0 9 4.029 9 9s-4.029 9-9 9-9-4.029-9-9 4.029-9 9-9z"}))})));Radio.displayName="Radio",Radio.iconName="radio",exports.default=Radio},"./packages/juno-icon/src/RadioUnselect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RadioUnselect=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 2.5C8.544 2.5 2.5 8.544 2.5 16S8.544 29.5 16 29.5 29.5 23.456 29.5 16 23.456 2.5 16 2.5z"}))})));RadioUnselect.displayName="RadioUnselect",RadioUnselect.iconName="radio_unselect",exports.default=RadioUnselect},"./packages/juno-icon/src/RbnOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RbnOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.728 3.272a2 2 0 0 1 0 2.828L6.101 28.727a2 2 0 1 1-2.828-2.828L25.9 3.272a2 2 0 0 1 2.828 0zm-.41 6.068A13.96 13.96 0 0 1 30 16c0 3.771-1.501 7.31-4.12 9.919a1.999 1.999 0 1 1-2.822-2.834A9.961 9.961 0 0 0 26.001 16a9.994 9.994 0 0 0-.688-3.654l3.006-3.006zM8.919 6.107a2 2 0 0 1 .003 2.828A9.961 9.961 0 0 0 6 15.999c0 1.274.239 2.509.688 3.655L3.682 22.66a13.964 13.964 0 0 1-1.683-6.661c0-3.757 1.489-7.283 4.091-9.89a2 2 0 0 1 2.828-.003zm14.81 7.823a8.013 8.013 0 0 1-2.051 7.706 2 2 0 0 1-2.849-2.808l4.901-4.899zm-10.646-3.541a2 2 0 0 1 .159 2.699l-.115.129-4.856 4.855A8.028 8.028 0 0 1 8 16c0-2.105.819-4.086 2.255-5.567a2 2 0 0 1 2.828-.044z"}))})));RbnOff.displayName="RbnOff",RbnOff.iconName="rbn-off",exports.default=RbnOff},"./packages/juno-icon/src/RbnOn.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RbnOn=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.919 6.107a2 2 0 0 1 .003 2.828A9.963 9.963 0 0 0 6 15.999a9.96 9.96 0 0 0 2.962 7.104 2 2 0 1 1-2.815 2.841A13.962 13.962 0 0 1 2 15.999c0-3.757 1.489-7.283 4.091-9.89a2 2 0 0 1 2.828-.003zm17.001.014A13.96 13.96 0 0 1 30 16c0 3.771-1.501 7.31-4.12 9.919a1.999 1.999 0 1 1-2.822-2.834A9.961 9.961 0 0 0 26.001 16a9.962 9.962 0 0 0-2.915-7.057 2 2 0 1 1 2.834-2.822zm-12.837 4.268a2 2 0 0 1 .159 2.699l-.115.129A3.976 3.976 0 0 0 12 16c0 1.028.388 1.99 1.071 2.724l.163.165a2 2 0 1 1-2.767 2.889A7.98 7.98 0 0 1 8 16c0-2.105.819-4.086 2.255-5.567a2 2 0 0 1 2.828-.044zm8.528-.092A7.981 7.981 0 0 1 24 16a7.98 7.98 0 0 1-2.322 5.636 2 2 0 1 1-2.838-2.818A3.982 3.982 0 0 0 20.001 16a3.975 3.975 0 0 0-1.037-2.687l-.158-.164a2 2 0 1 1 2.805-2.851z"}))})));RbnOn.displayName="RbnOn",RbnOn.iconName="rbn-on",exports.default=RbnOn},"./packages/juno-icon/src/RcApp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcApp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.015 2h-10.03c-2.649 0-3.921.246-5.244.953a6.715 6.715 0 0 0-2.788 2.788C2.246 7.063 2 8.336 2 10.985v10.03c0 2.649.246 3.921.953 5.244a6.715 6.715 0 0 0 2.788 2.788c1.322.707 2.595.953 5.244.953h10.03c2.649 0 3.921-.246 5.244-.953a6.715 6.715 0 0 0 2.788-2.788c.707-1.322.953-2.595.953-5.244v-10.03c0-2.649-.246-3.921-.953-5.244a6.715 6.715 0 0 0-2.788-2.788C24.937 2.246 23.664 2 21.015 2zM10.948 4.406l11.645.044.054.004.054.004.053.004.052.004.051.004.051.004.05.005.074.007.048.005.048.005.047.005.046.005.046.006.045.006.045.006.044.006.043.006.043.006.042.006.041.007.041.007a.918.918 0 0 1 .02.003l.04.007.04.007.039.007.019.004c.524.101.9.24 1.355.483a4.314 4.314 0 0 1 1.801 1.801c.244.456.382.832.483 1.355l.007.039.007.039a.142.142 0 0 0 .004.02l.007.04.007.041.007.041.003.021.006.042.006.043.006.043.006.044.006.044.006.045.006.046.005.046.005.047.005.048.005.048.005.049.007.075.004.051.004.051.004.052.004.053.004.054.004.054.004.055.003.056.003.056.003.057.003.058.003.059.004.09.002.061.002.062.002.062.003.095.003.097.002.099.002.101.001.068.001.104.001.07.001.107v10.4l-.001.109-.001.071-.001.07-.001.104-.001.068-.001.067-.002.099-.003.098-.002.064-.003.094-.003.093-.002.061-.004.09-.004.088-.003.058-.005.085-.003.056-.004.055-.004.054-.004.054-.004.053-.004.052-.004.051-.004.051-.005.05-.007.074-.005.048-.005.048-.005.047-.005.046-.006.046-.006.045-.006.044-.006.044-.006.043-.006.043-.006.042-.007.041-.007.041a.918.918 0 0 1-.003.02l-.007.04-.007.04-.007.039-.004.019c-.101.524-.24.9-.483 1.355a4.314 4.314 0 0 1-1.801 1.801 4.417 4.417 0 0 1-1.355.483l-.039.007-.039.007a.142.142 0 0 0-.02.004l-.04.007-.041.007-.041.007-.021.003-.042.006-.043.006-.043.006-.044.006-.045.006-.045.006-.046.006-.046.005-.047.005-.048.005-.048.005-.049.005-.075.007-.051.004-.051.004-.052.004-.053.004-.054.004-.054.004-.055.004-.056.003-.056.003-.057.003-.058.003-.059.003-.09.004-.061.002-.062.002-.062.002-.095.003-.097.003-.099.002-.101.002-.068.001-.174.002-.18.001h-.111l-11.645-.044-.054-.004-.054-.004-.053-.004-.052-.004-.051-.004-.051-.004-.05-.005-.074-.007-.048-.005-.048-.005-.047-.005-.046-.005-.046-.006-.045-.006-.045-.006-.044-.006-.043-.006-.043-.006-.042-.006-.041-.007-.041-.007a.918.918 0 0 1-.02-.003l-.04-.007-.04-.007-.039-.007-.019-.004c-.524-.101-.9-.24-1.355-.483a4.314 4.314 0 0 1-1.801-1.801 4.417 4.417 0 0 1-.483-1.355l-.007-.039-.007-.039a.142.142 0 0 0-.004-.02l-.007-.04-.007-.041-.007-.041-.003-.021-.006-.042-.006-.043-.006-.043-.006-.044-.006-.045-.006-.045-.006-.046-.005-.046-.005-.047-.005-.048-.005-.048-.005-.049-.007-.075-.004-.051-.004-.051-.004-.052-.004-.053-.004-.054-.004-.054-.004-.055-.003-.056-.003-.056-.003-.057-.003-.058-.003-.059-.004-.09-.002-.061-.002-.062-.002-.062-.003-.095-.003-.097-.002-.099-.002-.101-.001-.068-.001-.104-.001-.07-.001-.107v-10.4l.001-.109.001-.071.001-.07.001-.104.001-.068.001-.067.002-.099.002-.098.002-.064.003-.094.003-.093.002-.061.004-.09.004-.088.003-.058.005-.085.003-.056.004-.055.004-.054.004-.054.004-.053.004-.052.004-.051.004-.051.005-.05.007-.074.005-.048.005-.048.005-.047.005-.046.006-.046.006-.045.006-.044.006-.044.006-.043.006-.043.006-.042.007-.041.007-.041a.918.918 0 0 1 .003-.02l.007-.04.007-.04.007-.039.004-.019c.101-.524.24-.9.483-1.355a4.314 4.314 0 0 1 1.801-1.801 4.417 4.417 0 0 1 1.355-.483l.039-.007.039-.007a.142.142 0 0 0 .02-.004l.04-.007.041-.007.041-.007.021-.003.042-.006.043-.006.043-.006.044-.006.045-.006.045-.006.046-.006.046-.005.047-.005.048-.005.048-.005.049-.005.075-.007.051-.004.051-.004.052-.004.053-.004.054-.004.054-.004.055-.004.056-.003.056-.003.057-.003.058-.003.059-.003.09-.004.061-.002.062-.002.062-.002.095-.003.097-.003.099-.002.101-.002.068-.001.174-.002.18-.001h.111z"}),React.createElement("path",{d:"M11.426 24.081c.055.002.11-.007.162-.026a.381.381 0 0 0 .227-.227.41.41 0 0 0 .027-.162V11.98a.327.327 0 0 1 .368-.37h7.577c.049-.005.099.001.146.017s.089.044.124.08a.32.32 0 0 1 .089.273v3.648a.332.332 0 0 1-.088.274.327.327 0 0 1-.271.097h-3.413a.33.33 0 0 0-.375.37v1.617a4.86 4.86 0 0 0 .104 1.096c.079.326.216.635.404.912l2.355 3.695a.84.84 0 0 0 .785.393h3.072c.154 0 .255-.041.302-.128.021-.051.028-.107.02-.162s-.031-.106-.067-.149l-2.335-3.772c-.108-.154-.068-.277.117-.37l1.638-.738a2.751 2.751 0 0 0 1.283-1.063 3.168 3.168 0 0 0 .406-1.654v-5.358c0-.909-.235-1.598-.704-2.067s-1.159-.704-2.068-.704H10.687c-.89 0-1.574.235-2.053.704s-.719 1.159-.719 2.067v12.979a.41.41 0 0 0 .115.3c.04.039.087.069.138.088s.107.029.162.027h3.095z"}))})));RcApp.displayName="RcApp",RcApp.iconName="rc-app",exports.default=RcApp},"./packages/juno-icon/src/RcBlog.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcBlog=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 1a4 4 0 0 1 4 4v22a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5a4 4 0 0 1 4-4h22zm-8 22H8a1 1 0 0 0 0 2h11a1 1 0 0 0 0-2zm5-6H8a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2zM23 7H9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2v2H9V9h14z"}))})));RcBlog.displayName="RcBlog",RcBlog.iconName="rc_blog",exports.default=RcBlog},"./packages/juno-icon/src/RcCcBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcCcBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.7 21c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.3-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.4 3-3 3zm18.6-8c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm-1-12h-2.1l3.1 3.1 3.1-3.1h-2.1v-4.7H17v-1.4c2.3-.5 4-2.5 4-4.9 0-2.8-2.2-5-5-5s-5 2.2-5 5c0 2.4 1.7 4.4 4 4.9v1.4H5.7V17H3.6l3.1 3.1 3-3.1h-2v-2.7h16.6V17zM13 6c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3-3-1.3-3-3z"}))})));RcCcBorder.displayName="RcCcBorder",RcCcBorder.iconName="rc-cc_border",exports.default=RcCcBorder},"./packages/juno-icon/src/RcCloudContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcCloudContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.906 4h16.188A3.912 3.912 0 0 1 28 7.913v7.285c0 2.86-2.71 4.652-4.673 5.232.882 1.667 2.262 4.193 4.142 7.57h-6.365l-4.2-7.285h-.275c-.477 0-1.603-.243-1.603-.721v-4.988h7.981V8.919H8.957v10.42c0 1.855 1.789 5.395 4.591 8.661H7.183C4.844 26.285 4 22.778 4 20.715V7.913A3.912 3.912 0 0 1 7.906 4z"}))})));RcCloudContact.displayName="RcCloudContact",RcCloudContact.iconName="rc_cloud_contact",exports.default=RcCloudContact},"./packages/juno-icon/src/RcContact.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcContact=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f80",d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24z"}))})));RcContact.displayName="RcContact",RcContact.iconName="rc_contact",exports.default=RcContact},"./packages/juno-icon/src/RcHelp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcHelp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm1.205 20.001h-2.204V22h2.204v-1.999zM15.913 9c-.893 0-1.645.198-2.258.595-.97.621-1.593 1.933-1.655 3.42h2.25c0-.433.232-1.109.484-1.511s.679-.602 1.281-.602c.612 0 1.034.163 1.265.489s.346.687.346 1.084c0 .344-.104.66-.311.947a2.004 2.004 0 0 1-.451.462l-.568.446c-.56.438-.908.825-1.043 1.162s-.117 1.657-.148 2.539h2.102c.005-.417-.062-.437 0-.635.099-.313.298-1.587.599-1.822l.553-.43c.561-.438.939-.798 1.137-1.08.337-.464.506-1.035.506-1.714 0-1.106-.388-1.94-1.164-2.504s-1.75-.845-2.923-.845z"}))})));RcHelp.displayName="RcHelp",RcHelp.iconName="rc_help",exports.default=RcHelp},"./packages/juno-icon/src/RcLogo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcLogo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#ff7a00",d:"M21.732 0H10.269C7.242 0 5.787.281 4.276 1.089a7.683 7.683 0 0 0-3.187 3.186C.281 5.786 0 7.241 0 10.268v11.463c0 3.027.281 4.482 1.089 5.993a7.672 7.672 0 0 0 3.187 3.186c1.511.808 2.966 1.089 5.993 1.089h11.463c3.027 0 4.482-.281 5.993-1.089a7.675 7.675 0 0 0 3.186-3.186C31.719 26.213 32 24.758 32 21.731V10.268c0-3.027-.281-4.482-1.089-5.993a7.683 7.683 0 0 0-3.186-3.187C26.214.28 24.759-.001 21.732-.001zM10.226 2.75l12.816.024.102.005.1.005.066.003.097.006.064.004.063.004.062.004.061.004.06.005.06.005.059.005.058.005.057.005.084.008.055.006.055.006.054.006.053.006.052.006.052.007.051.007.05.007.049.007.049.007.048.007.047.008.047.008.023.004.046.008.045.008.045.008.022.004a5.084 5.084 0 0 1 1.549.552 4.921 4.921 0 0 1 2.058 2.058c.278.521.437.95.552 1.549l.008.044.008.045.004.023.008.046.008.046.008.047.004.024.007.048.007.049.007.049.007.05.007.051.007.052.006.052.006.053.006.054.006.054.006.055.006.056.008.085.005.058.005.059.005.06.005.06.004.061.004.062.004.063.004.064.004.065.004.065.003.066.003.067.005.102.003.069.003.07.002.071.003.109.003.111.003.113.002.115.001.078.002.119.001.08.001.123v11.883l-.001.124-.001.081-.001.08-.002.119-.001.078-.001.077-.002.114-.003.111-.002.073-.003.108-.004.106-.003.069-.005.102-.005.1-.003.066-.006.097-.004.064-.004.063-.004.062-.004.061-.005.06-.005.06-.005.059-.005.058-.005.057-.008.084-.006.055-.006.055-.006.054-.006.053-.006.052-.007.052-.007.051-.007.05-.007.049-.007.049-.007.048-.008.047-.008.047-.004.023-.008.046-.008.045-.008.045-.004.022a5.084 5.084 0 0 1-.552 1.549 4.921 4.921 0 0 1-2.058 2.058c-.521.278-.95.437-1.549.552l-.044.008-.045.008-.023.004-.046.008-.046.008-.047.008-.024.004-.048.007-.049.007-.049.007-.05.007-.051.007-.052.007-.052.006-.053.006-.054.006-.055.006-.055.006-.056.006-.085.008-.058.005-.059.005-.06.005-.06.005-.061.004-.062.004-.063.004-.064.004-.065.004-.065.004-.066.003-.067.003-.102.005-.069.003-.07.003-.071.002-.109.003-.111.003-.113.003-.115.002-.078.001-.119.002-.08.001-.123.001H21.776L8.96 29.221l-.102-.005-.1-.005-.066-.003-.097-.006-.064-.004-.063-.004-.062-.004-.061-.004-.06-.005-.06-.005-.059-.005-.058-.005-.057-.005-.084-.008-.055-.006-.054-.006-.054-.006-.053-.006-.052-.006-.052-.007-.051-.007-.05-.007-.049-.007-.049-.007-.048-.007-.047-.008-.047-.008-.023-.004-.046-.008-.045-.008-.045-.008-.022-.004a5.084 5.084 0 0 1-1.549-.552 4.921 4.921 0 0 1-2.058-2.058 5.049 5.049 0 0 1-.552-1.549l-.008-.044-.008-.045-.004-.023-.008-.046-.008-.046-.008-.047-.004-.024-.007-.048-.007-.049-.007-.049-.007-.05-.007-.051-.007-.052-.006-.052-.006-.053-.006-.054-.006-.055-.006-.055-.006-.056-.008-.085-.005-.058-.005-.059-.005-.06-.005-.06-.004-.061-.004-.062-.004-.063-.004-.064-.004-.065-.004-.065-.003-.066-.003-.067-.005-.102-.003-.069-.003-.07-.002-.071-.003-.109-.003-.111-.003-.113-.002-.115-.001-.078-.002-.119-.001-.08-.001-.123V10.097l.001-.124.001-.081.001-.08.002-.119.001-.078.001-.077.002-.114.003-.111.002-.073.003-.108.004-.106.003-.069.005-.102.005-.1.003-.066.006-.097.004-.064.004-.063.004-.062.004-.061.005-.06.005-.06.005-.059.005-.058.005-.057.008-.084.006-.055.006-.054.006-.054.006-.053.006-.052.007-.052.007-.051.007-.05.007-.049.007-.049.007-.048.008-.047.008-.047.004-.023.008-.046.008-.045.008-.045.004-.022a5.084 5.084 0 0 1 .552-1.549 4.921 4.921 0 0 1 2.058-2.058c.521-.278.95-.437 1.549-.552l.044-.008.045-.008.023-.004.046-.008.046-.008.047-.008.024-.004.048-.007.049-.007.049-.007.05-.007.051-.007.052-.007.052-.006.053-.006.054-.006.054-.006.055-.006.056-.006.085-.008.058-.005.059-.005.06-.005.06-.005.061-.004.062-.004.063-.004.064-.004.065-.004.065-.004.066-.003.067-.003.102-.005.069-.003.07-.003.071-.002.109-.003.111-.003.113-.003.115-.002.078-.001.119-.002.08-.001.123-.001H10.226z"}),React.createElement("path",{fill:"#fff",d:"m10.206 2.704 12.86.024.103.005.101.005.066.003.098.006.064.004.063.004.062.004.061.004.061.005.06.005.059.005.058.005.057.005.085.008.055.006.055.006.054.006.053.006.052.006.052.007.051.007.05.007.05.007.049.007.048.007.048.008.047.008.023.004.046.008.045.008.045.008.022.004c.6.116 1.032.275 1.554.554a4.947 4.947 0 0 1 2.066 2.066c.279.522.438.954.554 1.554l.008.044.008.045.004.023.008.046.008.047.008.047.004.024.007.048.007.049.007.05.007.05.007.051.007.052.006.052.006.053.006.054.006.055.006.055.006.056.008.086.005.058.005.059.005.06.005.061.004.061.004.062.004.063.004.064.004.065.004.066.003.067.003.067.005.103.003.07.003.071.002.072.003.109.003.111.003.113.002.116.001.078.002.119.001.081.001.123v11.925l-.001.125-.001.082-.001.081-.002.119-.001.078-.001.077-.002.114-.003.112-.002.073-.003.108-.004.106-.003.07-.005.103-.005.101-.003.066-.006.098-.004.064-.004.063-.004.062-.004.061-.005.061-.005.06-.005.059-.005.058-.005.057-.008.085-.006.055-.006.055-.006.054-.006.053-.006.052-.007.052-.007.051-.007.05-.007.05-.007.049-.007.048-.008.048-.008.047-.004.023-.008.046-.008.045-.008.045-.004.022a5.081 5.081 0 0 1-.554 1.554 4.953 4.953 0 0 1-2.066 2.066 5.081 5.081 0 0 1-1.554.554l-.044.008-.045.008-.023.004-.046.008-.047.008-.047.008-.024.004-.048.007-.049.007-.05.007-.05.007-.051.007-.052.007-.052.006-.053.006-.054.006-.055.006-.055.006-.056.006-.086.008-.058.005-.059.005-.06.005-.061.005-.061.004-.062.004-.063.004-.064.004-.065.004-.066.004-.067.003-.067.003-.103.005-.07.003-.071.003-.072.002-.109.003-.111.003-.113.003-.116.002-.078.001-.119.002-.081.001-.206.001h-.127l-12.86-.024-.103-.005-.101-.005-.066-.003-.098-.006-.064-.004-.063-.004-.062-.004-.061-.004-.061-.005-.06-.005-.059-.005-.058-.005-.057-.005-.085-.008-.055-.006-.055-.006-.054-.006-.053-.006-.052-.006-.052-.007-.051-.007-.05-.007-.05-.007-.049-.007-.048-.007-.048-.008-.047-.008-.023-.004-.046-.008-.045-.008-.045-.008-.022-.004a5.081 5.081 0 0 1-1.554-.554 4.953 4.953 0 0 1-2.066-2.066 5.081 5.081 0 0 1-.554-1.554l-.008-.044-.008-.045-.004-.023-.008-.046-.008-.047-.008-.047-.004-.024-.007-.048-.007-.049-.007-.05-.007-.05-.007-.051-.007-.052-.006-.052-.006-.053-.006-.054-.006-.055-.006-.055-.006-.056-.008-.086-.005-.058-.005-.059-.005-.06-.005-.061-.004-.061-.004-.062-.004-.063-.004-.064-.004-.065-.004-.066-.003-.067-.003-.067-.005-.103-.003-.07-.003-.071-.002-.072-.003-.109-.003-.111-.003-.113-.002-.116-.001-.078-.002-.119-.001-.081-.001-.123V10.079l.001-.125.001-.082.001-.081.002-.119.001-.078.001-.077.002-.114.003-.112.002-.073.003-.108.004-.106.003-.07.005-.103.005-.101.003-.066.006-.098.004-.064.004-.063.004-.062.004-.061.005-.061.005-.06.005-.059.005-.058.005-.057.008-.085.006-.055.006-.055.006-.054.006-.053.006-.052.007-.052.007-.051.007-.05.007-.05.007-.049.007-.048.008-.048.008-.047.004-.023.008-.046.008-.045.008-.045.004-.022c.116-.6.275-1.032.554-1.554a4.953 4.953 0 0 1 2.066-2.066 5.081 5.081 0 0 1 1.554-.554l.044-.008.045-.008.023-.004.046-.008.047-.008.047-.008.024-.004.048-.007.049-.007.05-.007.05-.007.051-.007.052-.007.052-.006.053-.006.054-.006.055-.006.055-.006.056-.006.086-.008.058-.005.059-.005.06-.005.061-.005.061-.004.062-.004.063-.004.064-.004.065-.004.066-.004.067-.003.067-.003.103-.005.07-.003.071-.003.072-.002.109-.003.111-.003.113-.003.116-.002.078-.001.119-.002.081-.001.206-.001h.127z"}),React.createElement("path",{fill:"#0684bc",d:"M10.772 25.236a.467.467 0 0 0 .343-.131.472.472 0 0 0 .133-.343V11.407a.382.382 0 0 1 .105-.317.373.373 0 0 1 .315-.106h8.659a.377.377 0 0 1 .308.111.374.374 0 0 1 .102.312v4.169a.366.366 0 0 1-.243.404c-.054.019-.111.026-.168.019h-3.901a.376.376 0 0 0-.414.25.362.362 0 0 0-.015.173v1.848c-.008.421.032.841.119 1.252.09.372.247.726.462 1.043l2.691 4.223a.954.954 0 0 0 .897.45h3.511c.177 0 .291-.047.345-.146a.346.346 0 0 0-.053-.355l-2.669-4.311c-.123-.177-.078-.316.133-.423l1.872-.844a3.134 3.134 0 0 0 1.466-1.215c.325-.576.485-1.23.464-1.891V9.929c0-1.039-.268-1.826-.805-2.363s-1.324-.805-2.363-.805H9.925c-1.017 0-1.799.268-2.347.805s-.821 1.324-.821 2.363v14.834a.467.467 0 0 0 .131.343.47.47 0 0 0 .343.131h3.537z"}))})));RcLogo.displayName="RcLogo",RcLogo.iconName="rc-logo",exports.default=RcLogo},"./packages/juno-icon/src/RcLogoChatbot.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcLogoChatbot=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#0684bc",d:"M29.851 5.385c-.312-1.539-1.2-2.593-2.728-3.062a6.888 6.888 0 0 0-2.04-.253H7.059a9.272 9.272 0 0 0-1.403.083c-1.574.24-2.741 1.032-3.321 2.567-.287.758-.331 1.56-.331 2.355V29.211c0 .628.22.846.847.846H7.95c.637 0 .852-.223.852-.872V9.182c0-.5.2-.72.663-.72h13.016c.493 0 .704.22.704.72v6.179c0 .498-.208.708-.707.708H16.63c-.428 0-.63.192-.631.612 0 1.13-.019 2.261.006 3.39.023.935.197 1.848.707 2.654a1309.26 1309.26 0 0 0 4.275 6.707 1.321 1.321 0 0 0 1.158.632c1.828.005 3.658.005 5.488 0 .561 0 .72-.32.419-.804a8360.64 8360.64 0 0 0-3.936-6.353c-.276-.446-.229-.607.24-.822.879-.397 1.754-.806 2.639-1.184 2.019-.861 2.976-2.424 2.99-4.574.019-3.129.007-6.258-.007-9.388a7.863 7.863 0 0 0-.127-1.554z"}))})));RcLogoChatbot.displayName="RcLogoChatbot",RcLogoChatbot.iconName="RC-logo-chatbot",exports.default=RcLogoChatbot},"./packages/juno-icon/src/RcvMicOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcvMicOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#6a7186",d:"M23.5 12a1 1 0 0 1 1 1v3c0 4.632-3.5 8.447-7.999 8.945L16.5 29a1 1 0 0 1-2 0v-4.055a8.952 8.952 0 0 1-3.791-1.325l1.461-1.461A7 7 0 0 0 22.5 16v-3a1 1 0 0 1 1-1zm-3 1.828V16a5 5 0 0 1-6.827 4.656l6.827-6.828zM7.5 12a1 1 0 0 1 1 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 0 1 6.5 16v-3a1 1 0 0 1 1-1zm8-10a5 5 0 0 1 5 5v1.172l-9.655 9.656a4.978 4.978 0 0 1-.345-1.829v-9a5 5 0 0 1 5-5z"}),React.createElement("path",{fill:"#f54c3d",d:"M28.935 3.979a.999.999 0 0 1 0 1.414L4.893 29.435a.999.999 0 1 1-1.414-1.414L27.521 3.979a.999.999 0 0 1 1.414 0z"}))})));RcvMicOff.displayName="RcvMicOff",RcvMicOff.iconName="rcv_mic-off",exports.default=RcvMicOff},"./packages/juno-icon/src/RcvVideocamOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RcvVideocamOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#6a7186",d:"M21 5.5c.597 0 1.132.261 1.499.675L3.172 25.5H3a2 2 0 0 1-2-2v-16a2 2 0 0 1 2-2h18zm2 5.828V23.5a2 2 0 0 1-2 2H8.827L23 11.328zm7-2.21a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.381v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z"}),React.createElement("path",{fill:"#f54c3d",d:"M29.435 3.479a.999.999 0 0 1 0 1.414L5.393 28.935a.999.999 0 1 1-1.414-1.414L28.021 3.479a.999.999 0 0 1 1.414 0z"}))})));RcvVideocamOff.displayName="RcvVideocamOff",RcvVideocamOff.iconName="rcv_videocam-off",exports.default=RcvVideocamOff},"./packages/juno-icon/src/Read.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Read=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.615 2a2 2 0 0 1 1.752 2.965L24 11.08l3.331 5.943a2 2 0 0 1-1.745 2.978H6v9a1 1 0 0 1-2 0v-26a1 1 0 0 1 1-1h20.615zm-.001 2H6v14h19.586l-3.331-5.943a2 2 0 0 1-.084-1.789l.076-.154 3.366-6.115z"}))})));Read.displayName="Read",Read.iconName="read",exports.default=Read},"./packages/juno-icon/src/RecTransciptSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecTransciptSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.571 8a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm12.572 11.429v2.286h-3.429v-2.286h3.429zm-12.572-9.143a5.714 5.714 0 1 0 0 11.427 5.714 5.714 0 0 0 0-11.427zm0 1.714a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm14.858 2.857v2.286h-5.714v-2.286h5.714zm0-4.571v2.286h-5.714v-2.286h5.714z"}))})));RecTransciptSp.displayName="RecTransciptSp",RecTransciptSp.iconName="rec-transcipt_sp",exports.default=RecTransciptSp},"./packages/juno-icon/src/Recent.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Recent=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17 24a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h14zm6-13.002.117.007c.459.053.823.418.877.877l.007.117v10.585l3.793-3.792.094-.083a1 1 0 0 1 1.403 1.403l-.083.094-5.5 5.5-.085.076c-.608.491-1.534.107-1.617-.67L22 24.998v-13l.007-.117c.053-.459.418-.823.877-.877l.117-.007zM17 15a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h14zm12-9a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26z"}))})));Recent.displayName="Recent",Recent.iconName="recent",exports.default=Recent},"./packages/juno-icon/src/Record.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Record=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4zm0 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"}))})));Record.displayName="Record",Record.iconName="record",exports.default=Record},"./packages/juno-icon/src/RecordBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecordBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 7a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 11z"}))})));RecordBorder.displayName="RecordBorder",RecordBorder.iconName="record_border",exports.default=RecordBorder},"./packages/juno-icon/src/RecordSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecordSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.001 6.857a9.157 9.157 0 0 1 9.137 8.858l.005.285-.004.285A9.143 9.143 0 0 1 16 25.143a9.143 9.143 0 0 1-.285-18.281L16 6.858zm0 2.286-.258.005A6.857 6.857 0 0 0 16 22.857c3.621 0 6.599-2.812 6.84-6.353l.012-.254.004-.246a6.871 6.871 0 0 0-6.6-6.856l-.257-.005z"}),React.createElement("path",{d:"M16 11.429a4.572 4.572 0 0 1 .229 9.137l-.228.006-.228-.006a4.572 4.572 0 0 1 .229-9.137z"}))})));RecordSp.displayName="RecordSp",RecordSp.iconName="record_sp",exports.default=RecordSp},"./packages/juno-icon/src/RecordingInsights.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RecordingInsights=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.581 1.167c-.074-.222-.444-.222-.493 0L24.669 2.6C24.3 3.91 23.29 4.923 21.96 5.318l-1.181.346c-.201.057-.445.126-.445.321 0 .123.074.222.197.247l1.429.42c1.305.371 2.315 1.384 2.709 2.718l.327 1.119.019.066c.056.201.124.446.319.446a.24.24 0 0 0 .246-.198l.419-1.433c.369-1.31 1.379-2.323 2.709-2.718l1.18-.346c.2-.056.446-.126.446-.321a.241.241 0 0 0-.197-.247l-1.428-.42C27.404 4.947 26.394 3.934 26 2.6l-.419-1.433z"}),React.createElement("path",{d:"M16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11c0-.577-.044-1.142-.129-1.694a1 1 0 1 1 1.977-.305c.101.652.153 1.32.153 1.999 0 7.18-5.82 13-13 13s-13-5.82-13-13 5.82-13 13-13c.679 0 1.347.052 1.999.153a1 1 0 1 1-.305 1.977 11.118 11.118 0 0 0-1.694-.129z"}),React.createElement("path",{d:"M21 16a5 5 0 1 1-10.001-.001A5 5 0 0 1 21 16z"}))})));RecordingInsights.displayName="RecordingInsights",RecordingInsights.iconName="recording-insights",exports.default=RecordingInsights},"./packages/juno-icon/src/Refresh.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Refresh=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a1 1 0 0 1 1 1v6a1 1 0 0 1-.883.993L27 11h-6a1 1 0 0 1 0-2l3.486-.001A10.981 10.981 0 0 0 16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11a1 1 0 0 1 2 0c0 7.18-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3a12.98 12.98 0 0 1 10.001 4.693L26 4a1 1 0 0 1 1-1z"}))})));Refresh.displayName="Refresh",Refresh.iconName="refresh",exports.default=Refresh},"./packages/juno-icon/src/Regenerate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Regenerate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28.915 17.441a12.992 12.992 0 0 1-23.914 5.474v3.752a.997.997 0 0 1-1 1 .997.997 0 0 1-1-1V20a.997.997 0 0 1 1-1h6.667a.997.997 0 0 1 1 1 .997.997 0 0 1-1 1h-4.44a10.983 10.983 0 0 0 17.828 2.514 10.978 10.978 0 0 0 2.879-6.288 1.01 1.01 0 0 1 .712-.868 1.005 1.005 0 0 1 .769.083 1.01 1.01 0 0 1 .48.607c.036.128.045.262.029.393h-.007zM28 4.333a.997.997 0 0 0-1 1v3.752a12.991 12.991 0 0 0-23.914 5.474 1.001 1.001 0 0 0 .887 1.103h.109a1.004 1.004 0 0 0 .992-.892 10.98 10.98 0 0 1 20.7-3.77h-4.44a.997.997 0 0 0-1 1 .997.997 0 0 0 1 1h6.667a.997.997 0 0 0 1-1V5.333a.997.997 0 0 0-1-1z"}))})));Regenerate.displayName="Regenerate",Regenerate.iconName="regenerate",exports.default=Regenerate},"./packages/juno-icon/src/Reminder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Reminder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.582 2.406a1.002 1.002 0 0 1-.207 1.398l-.003.002-6.778 5a1 1 0 0 1-1.19-1.608l.003-.002 6.778-5a.998.998 0 0 1 1.397.208l.002.003zm10.835 0a1 1 0 0 1 1.401-.208l-.003-.002 6.778 5a1 1 0 1 1-1.191 1.607l.003.002-6.777-5a1 1 0 0 1-.21-1.401l-.002.003zM28 18c0 6.627-5.373 12-12 12S4 24.627 4 18 9.373 6 16 6s12 5.373 12 12zm-11-7a1 1 0 0 0-2 0v6a2 2 0 0 0 2 2h4.5a1 1 0 0 0 0-2H17v-6z"}))})));Reminder.displayName="Reminder",Reminder.iconName="reminder",exports.default=Reminder},"./packages/juno-icon/src/ReminderBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ReminderBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.371 3.805 3.597 8.803a1 1 0 1 1-1.191-1.608l6.775-4.998a1 1 0 1 1 1.189 1.608zm12.445-1.61 6.781 5.002A.998.998 0 0 1 29.001 9a.993.993 0 0 1-.594-.195l-6.78-5.002A.998.998 0 0 1 22.223 2a.99.99 0 0 1 .593.195zM17 11v6h4.5a1 1 0 0 1 0 2H17a2 2 0 0 1-2-2v-6a1 1 0 0 1 2 0zm9 7c0-5.523-4.477-10-10-10S6 12.477 6 18s4.477 10 10 10 10-4.477 10-10zm2 0c0 6.627-5.373 12-12 12S4 24.627 4 18 9.373 6 16 6s12 5.373 12 12z"}))})));ReminderBorder.displayName="ReminderBorder",ReminderBorder.iconName="reminder_border",exports.default=ReminderBorder},"./packages/juno-icon/src/Remove.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Remove=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.899 6.101C20.432.634 11.567.634 6.1 6.101S.633 20.433 6.1 25.9c5.467 5.467 14.332 5.467 19.799 0s5.467-14.332 0-19.799zM9 15h14a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2z"}))})));Remove.displayName="Remove",Remove.iconName="remove",exports.default=Remove},"./packages/juno-icon/src/RemoveBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RemoveBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm7 11a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14z"}))})));RemoveBorder.displayName="RemoveBorder",RemoveBorder.iconName="remove_border",exports.default=RemoveBorder},"./packages/juno-icon/src/RemoveField.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RemoveField=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm3.712 7.813-3.713 3.713-3.712-3.712a1.75 1.75 0 0 0-2.475 2.475l3.712 3.712-3.713 3.713a1.75 1.75 0 0 0 2.475 2.475l3.712-3.713 3.713 3.713a1.75 1.75 0 0 0 2.475-2.475l-3.713-3.713 3.713-3.712a1.75 1.75 0 0 0-2.475-2.475z"}))})));RemoveField.displayName="RemoveField",RemoveField.iconName="remove_field",exports.default=RemoveField},"./packages/juno-icon/src/RemoveMemberBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RemoveMemberBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13 17c.96 0 1.895.101 2.789.291-.4.575-.742 1.193-1.016 1.846A11.424 11.424 0 0 0 12.999 19c-4.709 0-8.573 2.812-8.967 6.395-.05.451.335.605.519.605l9.905.001c.221.703.518 1.373.88 2L3.998 28a2 2 0 0 1-2-2c0-5.096 5.019-9 11-9zm7.172 1.757L23 21.585l2.828-2.828a.999.999 0 1 1 1.414 1.414l-2.828 2.828 2.828 2.828a.999.999 0 1 1-1.414 1.414l-2.829-2.829-2.828 2.829a.999.999 0 1 1-1.414-1.414l2.828-2.829-2.828-2.828a.999.999 0 1 1 1.414-1.414zM13 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));RemoveMemberBorder.displayName="RemoveMemberBorder",RemoveMemberBorder.iconName="remove-member_border",exports.default=RemoveMemberBorder},"./packages/juno-icon/src/Repeat.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Repeat=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 15a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1l-17.829.001 2.536-2.536a.999.999 0 1 0-1.414-1.414L4.05 23.294a.999.999 0 0 0 0 1.414l4.243 4.243a.999.999 0 1 0 1.414-1.414l-2.536-2.535L26 25.001a2 2 0 0 0 2-2v-7a1 1 0 0 0-1-1zM22.293 3.05a.999.999 0 0 0 0 1.414l2.536 2.535L6 7a2 2 0 0 0-2 2v7a1 1 0 0 0 2 0v-6a1 1 0 0 1 1-1l17.829-.001-2.536 2.536a.999.999 0 1 0 1.414 1.414l4.243-4.243a.999.999 0 0 0 0-1.414l-4.243-4.243a.999.999 0 0 0-1.414 0z"}))})));Repeat.displayName="Repeat",Repeat.iconName="repeat",exports.default=Repeat},"./packages/juno-icon/src/Reply.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Reply=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.287 4.297.127.117 10.172 10.172a2 2 0 0 1 .117 2.701l-.117.127-10.172 10.172a2 2 0 0 1-3.408-1.265L16 26.172 15.999 21l-.999.001c-7.18 0-13-5.82-13-13v-3c0-1.192 1.711-1.384 1.975-.221a8 8 0 0 0 7.538 6.217l.263.004h4.222l.001-5.171a2 2 0 0 1 3.287-1.531zM14 19h2.999a1 1 0 0 1 .993.883l.007.117.001 5.689c0 .11.09.2.2.2a.197.197 0 0 0 .141-.059l9.689-9.689a.2.2 0 0 0 0-.283l-9.689-9.689a.2.2 0 0 0-.342.141l-.001 5.688a1 1 0 0 1-1 1l-5.531-.005a9.996 9.996 0 0 1-7.179-3.365l-.202-.235.04.284c.759 4.955 4.824 8.822 9.873 9.277l-.001.045z"}))})));Reply.displayName="Reply",Reply.iconName="reply",exports.default=Reply},"./packages/juno-icon/src/ReportAnIssue.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ReportAnIssue=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.894 2.683c.387.194.701.507.894.894l11.764 23.528a2 2 0 0 1-1.788 2.894H4.236a2 2 0 0 1-1.789-2.894L14.211 3.577a2 2 0 0 1 2.683-.894zM16 4.472 4.236 28h23.528L16 4.472zM16 22a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 22zm0-11a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1z"}))})));ReportAnIssue.displayName="ReportAnIssue",ReportAnIssue.iconName="report-an-issue",exports.default=ReportAnIssue},"./packages/juno-icon/src/ReportAnIssueAlternative.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ReportAnIssueAlternative=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.45 3C27.95 3 30 5.082 30 7.624v12.09c0 2.539-2.049 4.623-4.55 4.623h-8.051L10.4 29.67c-1.1.839-2.8-.024-2.8-1.423v-3.91H6.55c-2.5 0-4.55-2.084-4.55-4.623V7.624C2 5.082 4.049 3 6.55 3h18.9zm0 2.134H6.55c-1.364 0-2.449 1.103-2.449 2.49v12.09c0 1.387 1.085 2.489 2.449 2.489h2.1c.58 0 1.05.477 1.05 1.066v4.268l6.72-5.119c.18-.14.403-.215.63-.215h8.4c1.364 0 2.45-1.102 2.45-2.489V7.624c0-1.387-1.085-2.49-2.45-2.49zM16 16.436c.553 0 1.001.479 1.001 1.071 0 .591-.448 1.071-1.001 1.071-.551 0-.999-.48-.999-1.071s.448-1.071.999-1.071zm0-9.282c.521 0 .947.424.995.968l.006.105v5.711c0 .591-.448 1.069-1.001 1.069-.522-.006-.954-.426-.995-.966l-.004-.105V8.225c0-.592.448-1.071.999-1.071z"}))})));ReportAnIssueAlternative.displayName="ReportAnIssueAlternative",ReportAnIssueAlternative.iconName="report-an-issue-alternative",exports.default=ReportAnIssueAlternative},"./packages/juno-icon/src/ResendFax.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ResendFax=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.258 4.144c.223-.069.448.1.445.335l-.084 5.619a.345.345 0 0 1-.548.276l-1.785-1.3c-1.844 3.856-2.155 8.04-.407 11.695 1.895 3.962 5.623 6.577 10.568 6.718.666.019 1.156.596 1.114 1.31-.044.786-.706 1.434-1.441 1.412-5.832-.166-10.264-3.245-12.55-8.034-2.167-4.528-2.223-9.621.667-14.592L.642 6.424a.345.345 0 0 1 .103-.61zM17.193 0c4.967 0 9.624 2.747 12.252 6.831 2.772 4.306 2.97 9.477.592 14.67a1.373 1.373 0 0 1-.134.226l1.913 1.021a.348.348 0 0 1-.02.624l-5.231 2.411a.348.348 0 0 1-.489-.273l-.69-5.575a.347.347 0 0 1 .507-.348l1.835.98c.012-.032.019-.063.031-.091 2.017-4.404 1.879-8.736-.414-12.3-2.183-3.399-6.249-5.549-10.22-5.688a1.244 1.244 0 0 1-1.206-1.162 1.26 1.26 0 0 1 1.272-1.328z"}))})));ResendFax.displayName="ResendFax",ResendFax.iconName="resend-fax",exports.default=ResendFax},"./packages/juno-icon/src/ResetZoom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ResetZoom=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h22zm-1 2H6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-2 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 1-1zM14 7a1 1 0 0 1 0 2H9v5a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1h6z"}))})));ResetZoom.displayName="ResetZoom",ResetZoom.iconName="reset-zoom",exports.default=ResetZoom},"./packages/juno-icon/src/RichTextEditor.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RichTextEditor=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m22.118 24.538.796 1.96a1.176 1.176 0 0 1-2.121 1.008l-.059-.124-.406-1.053 1.791-1.791zM13.947 4.475l.08.126.063.133 4.188 10.33-1.772 1.772L13 8.306l-4.508 10.71 5.835-.001-1.982 1.982-4.894.001-2.184 6.385a1.176 1.176 0 0 1-1.402.692l-.13-.044a1.176 1.176 0 0 1-.692-1.402l.044-.13L11.91 4.735c.358-.884 1.522-.97 2.038-.259zm11.825 6.893.112.066.099.076.062.055 2.257 2.062c.381.289.536.765.412 1.204l-.041.118-.053.109-.089.155-11.533 11.692a1.56 1.56 0 0 1-.487.329l-.162.064-.149.041-2.956.661h-.108l-.124-.003a1.106 1.106 0 0 1-.948-.702l-.034-.108-.025-.144-.015-.169.524-2.908c.034-.181.102-.355.221-.539l.099-.141.098-.11 11.512-11.673a1.219 1.219 0 0 1 1.325-.134zm-3.673 5.145-7.745 7.856-.285 1.582 1.629-.363 7.685-7.789-1.285-1.285zm3.141-3.185-1.737 1.76 1.286 1.286 1.796-1.82-1.345-1.227z"}))})));RichTextEditor.displayName="RichTextEditor",RichTextEditor.iconName="rich_text_editor",exports.default=RichTextEditor},"./packages/juno-icon/src/Ringsense.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Ringsense=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.89 24.459a8.676 8.676 0 0 1-6.174-2.557l1.443-1.441a6.65 6.65 0 0 0 4.731 1.953 6.687 6.687 0 0 0 6.686-6.683 6.687 6.687 0 0 0-6.686-6.682 6.644 6.644 0 0 0-6.21 4.199l-1.9-.767a8.684 8.684 0 0 1 8.11-5.497c4.823 0 8.732 3.908 8.732 8.728s-3.91 8.728-8.732 8.728v.018zm-7.617.657a11.946 11.946 0 0 1-4.22-9.111C4.035 9.414 9.406 4.045 16 4.045V2C8.273 2 1.989 8.281 1.989 16.005a14.055 14.055 0 0 0 4.933 10.682l1.333-1.571h.018zm3.397 1.17c-.949 0-1.734.767-1.734 1.733 0 .968.767 1.735 1.734 1.735.969 0 1.736-.767 1.736-1.735 0-.967-.767-1.733-1.736-1.733zm15.144-1.516c2.374-2.885 3.471-6.537 3.105-10.261a13.935 13.935 0 0 0-5.972-10.133l-1.171 1.679a11.96 11.96 0 0 1 5.097 8.655 11.914 11.914 0 0 1-2.649 8.764 11.985 11.985 0 0 1-8.074 4.328l.2 2.045a13.96 13.96 0 0 0 9.463-5.058v-.018zM20.238 5.287a1.724 1.724 0 1 0-.329-3.434 1.724 1.724 0 1 0 .329 3.434zm-1.461 14.516h-1.808l-.11-.182c-.128-.22-.274-.73-.53-1.863-.2-.949-.511-1.132-1.132-1.151h-.512v3.196h-1.68v-7.942l.292-.056a11.28 11.28 0 0 1 1.9-.164c1.113 0 1.844.22 2.374.694.438.384.695 1.004.695 1.681 0 .821-.384 1.515-1.023 1.935.328.31.565.767.711 1.387.166.748.384 1.662.53 1.937l.292.529zm-4.11-4.656h.603c.804 0 1.297-.401 1.297-1.041 0-.256 0-1.004-1.333-1.023-.238 0-.438 0-.566.036v2.027z"}))})));Ringsense.displayName="Ringsense",Ringsense.iconName="ringsense",exports.default=Ringsense},"./packages/juno-icon/src/RollAp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),RollAp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13 18a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a.999.999 0 1 1-1.414-1.414L10.585 20H5a1 1 0 0 1 0-2h8zm6-14a1 1 0 0 1 1 1l.001 5.586 5.827-5.829a.999.999 0 1 1 1.414 1.414L21.415 12H27a1 1 0 0 1 0 2h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}))})));RollAp.displayName="RollAp",RollAp.iconName="roll-ap",exports.default=RollAp},"./packages/juno-icon/src/Salesforce.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Salesforce=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.484 8.29a5.258 5.258 0 0 1 3.804-1.634c1.98 0 3.708 1.104 4.628 2.744a6.387 6.387 0 0 1 2.616-.557c3.572 0 6.467 2.922 6.467 6.525s-2.895 6.525-6.467 6.525c-.436 0-.862-.044-1.274-.127a4.726 4.726 0 0 1-6.194 1.946 5.395 5.395 0 0 1-10.028-.244c-.332.07-.676.107-1.029.107-2.766 0-5.008-2.265-5.008-5.059a5.071 5.071 0 0 1 2.504-4.384A5.823 5.823 0 0 1 8.85 5.999c1.889 0 3.568.899 4.633 2.29z"}))})));Salesforce.displayName="Salesforce",Salesforce.iconName="salesforce",exports.default=Salesforce},"./packages/juno-icon/src/SaveDraft.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SaveDraft=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.172 3a2 2 0 0 1 1.414.586l4.828 4.828A2 2 0 0 1 29 9.828V27a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h17.172zM10 5H6a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V10.243a.997.997 0 0 0-.293-.707L23 5.829V13c0 1.105-.767 2-1.714 2h-9.571c-.947 0-1.714-.895-1.714-2V5zm11.286 0h-9.571v7a1 1 0 0 0 1 1h7.571a1 1 0 0 0 1-1V5zM19 7a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z"}))})));SaveDraft.displayName="SaveDraft",SaveDraft.iconName="save-draft",exports.default=SaveDraft},"./packages/juno-icon/src/Scan.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Scan=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M13.38 28v2h-2v-2h2zM17 28v2h-2v-2h2zm3.66 0v2h-2v-2h2zM7 25.765V27a1 1 0 0 0 .883.993L8 28h1.356v2H8a3 3 0 0 1-2.995-2.824L5 27v-1.235h2zm20 .014V27a3 3 0 0 1-2.824 2.995L24 30h-1.286v-2H24a1 1 0 0 0 .993-.883L25 27v-1.221h2zM7 22.3v2H5v-2h2zm20 0v2h-2v-2h2zm2-5.3a1 1 0 0 1 .993.883L30 18v4a1 1 0 0 1-1.993.117L28 22v-1H4v1a1 1 0 0 1-1.993.117L2 22v-4a1 1 0 0 1 1.993-.117L4 18v1h24v-1a1 1 0 0 1 1-1zM19.425 2 27 9.625v7.973h-2v-5.973h-6.575a1 1 0 0 1-.993-.883l-.007-.117L17.424 4H8a1 1 0 0 0-.993.883L7 5v12.598H5V5a3 3 0 0 1 2.824-2.995L8 2h11.425zm-.001 2.837v4.788h4.756l-4.756-4.788z"}))})));Scan.displayName="Scan",Scan.iconName="scan",exports.default=Scan},"./packages/juno-icon/src/Schedule.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Schedule=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 33 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.793 30.946a8.434 8.434 0 1 0-.001-16.867 8.434 8.434 0 0 0 .001 16.867zm0-3.2a5.233 5.233 0 1 1 0-10.466 5.233 5.233 0 0 1 0 10.466z"}),React.createElement("path",{d:"M23.793 19.351c.582 0 1.054.472 1.054 1.054v1.054h1.054a1.054 1.054 0 0 1 0 2.108h-1.054v1.054a1.054 1.054 0 0 1-2.108 0v-1.054h-1.054a1.054 1.054 0 0 1 0-2.108h1.054v-1.054c0-.582.472-1.054 1.054-1.054zM1.431 10.24h23.04v3.2H1.431v-3.2zM8 0a1.6 1.6 0 0 1 1.6 1.6v1.92a1.6 1.6 0 1 1-3.2 0V1.6A1.6 1.6 0 0 1 8 0zM18.24 0a1.6 1.6 0 0 1 1.6 1.6v1.92a1.6 1.6 0 1 1-3.2 0V1.6a1.6 1.6 0 0 1 1.6-1.6z"}),React.createElement("path",{d:"M1.6 3.84a1.6 1.6 0 0 1 1.6 1.6V24A1.6 1.6 0 1 1 0 24V5.44a1.6 1.6 0 0 1 1.6-1.6zM24.64 3.84a1.6 1.6 0 0 1 1.6 1.6v9.6a1.6 1.6 0 1 1-3.2 0v-9.6a1.6 1.6 0 0 1 1.6-1.6z"}),React.createElement("path",{d:"M1.6 3.84h23.04a1.6 1.6 0 1 1 0 3.2H1.6a1.6 1.6 0 1 1 0-3.2zM1.6 22.4h14.72a1.6 1.6 0 1 1 0 3.2H1.6a1.6 1.6 0 1 1 0-3.2z"}))})));Schedule.displayName="Schedule",Schedule.iconName="schedule",exports.default=Schedule},"./packages/juno-icon/src/ScheduleMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ScheduleMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.889 5.333A2.667 2.667 0 0 1 27.556 8v16a2.667 2.667 0 0 1-2.667 2.667H7.111A2.667 2.667 0 0 1 4.444 24V8a2.667 2.667 0 0 1 2.667-2.667h17.778zm.889 8H6.222V24c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V13.333zm-10.667 7.111a.889.889 0 1 1 0 1.778H9.778a.889.889 0 1 1 0-1.778h5.333zM22.222 16a.889.889 0 1 1 0 1.778H9.778a.889.889 0 1 1 0-1.778h12.444zm2.667-8.889H7.111a.889.889 0 0 0-.883.785L6.222 8v3.556h19.556V8a.889.889 0 0 0-.785-.883l-.104-.006z"}))})));ScheduleMeeting.displayName="ScheduleMeeting",ScheduleMeeting.iconName="schedule_meeting",exports.default=ScheduleMeeting},"./packages/juno-icon/src/Screenshare.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Screenshare=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 5H5a2 2 0 0 0-2 2v18H1a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2h-2V7a2 2 0 0 0-2-2zm-10.293 5.293 4.657 4.657a1 1 0 0 1-1.32 1.497l-.094-.083-2.951-2.95L17 21a1 1 0 0 1-2 0l-.001-7.586-2.949 2.95a1 1 0 0 1-1.497-1.32l.083-.094 4.657-4.657a1 1 0 0 1 1.32-.083l.094.083z"}))})));Screenshare.displayName="Screenshare",Screenshare.iconName="screenshare",exports.default=Screenshare},"./packages/juno-icon/src/ScreenshareBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ScreenshareBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 5a2 2 0 0 1 1.994 1.851L29 7v18h2a1 1 0 0 1 .117 1.993L31 27H1a1 1 0 0 1-.117-1.993L1 25h2V7c0-1.054.816-1.918 1.851-1.995L5 5h22zm0 2H5v18h22V7zm-10.387 3.21.094.083 4.657 4.657a1 1 0 0 1-1.32 1.497l-.094-.083-2.951-2.95L17 21a1 1 0 0 1-2 0l-.001-7.586-2.949 2.95a1 1 0 0 1-1.497-1.32l.083-.094 4.657-4.657a1 1 0 0 1 1.32-.083z"}))})));ScreenshareBorder.displayName="ScreenshareBorder",ScreenshareBorder.iconName="screenshare_border",exports.default=ScreenshareBorder},"./packages/juno-icon/src/Search.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Search=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.778 6.222c4.057 4.057 4.283 10.495.676 14.817l6.395 6.396a.999.999 0 1 1-1.414 1.414l-6.395-6.396c-4.322 3.607-10.76 3.382-14.818-.675-4.296-4.296-4.296-11.261 0-15.556s11.261-4.296 15.556 0zm-.859 13.535c2.968-3.556 2.744-8.822-.555-12.121a9 9 0 0 0-12.728 0 9 9 0 0 0 0 12.728c3.299 3.299 8.566 3.522 12.122.554l.633-.528.528-.633z"}))})));Search.displayName="Search",Search.iconName="search",exports.default=Search},"./packages/juno-icon/src/SearchNav.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SearchNav=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 3c6.075 0 11 4.925 11 11a10.95 10.95 0 0 1-2.454 6.926l6.197 6.195a1.5 1.5 0 1 1-2.121 2.121l-6.265-6.264A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14S7.925 3 14 3zm0 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"}))})));SearchNav.displayName="SearchNav",SearchNav.iconName="search_nav",exports.default=SearchNav},"./packages/juno-icon/src/SelectMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SelectMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.704 21.723a1 1 0 0 1 .053 1.322l-.085.092-4.944 4.724a1 1 0 0 1-1.314.059l-.092-.084-2.505-2.569a.999.999 0 0 1 1.339-1.481l.093.084 1.813 1.859 4.229-4.04a1 1 0 0 1 1.414.032zM28 24a1 1 0 0 1 0 2H16a1 1 0 0 1 0-2zM12.704 12.723a1 1 0 0 1 .053 1.322l-.085.092-4.944 4.724a1 1 0 0 1-1.314.059l-.092-.084-2.505-2.569a.999.999 0 0 1 1.339-1.481l.093.084 1.813 1.859 4.229-4.04a1 1 0 0 1 1.414.032zM28 15a1 1 0 0 1 0 2H16a1 1 0 0 1 0-2zM12.704 3.723a1 1 0 0 1 .053 1.322l-.085.092-4.944 4.724a1 1 0 0 1-1.314.059l-.092-.084-2.505-2.569a.999.999 0 0 1 1.339-1.481l.093.084 1.813 1.859 4.229-4.04a1 1 0 0 1 1.414.032zM28 6a1 1 0 0 1 0 2H16a1 1 0 0 1 0-2z"}))})));SelectMore.displayName="SelectMore",SelectMore.iconName="Select-more",exports.default=SelectMore},"./packages/juno-icon/src/Selects.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Selects=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm-4.593 8.375-8.201 7.993-3.433-3.412a1.334 1.334 0 0 0-1.878 1.894l4.36 4.331a1.333 1.333 0 0 0 1.865.012l9.14-8.9a1.332 1.332 0 1 0-1.853-1.917z"}))})));Selects.displayName="Selects",Selects.iconName="selects",exports.default=Selects},"./packages/juno-icon/src/Send.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Send=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m28.941 4.342-8.666 24c-.305.843-1.48.891-1.851.074l-4.637-10.201-10.201-4.637c-.816-.371-.769-1.546.074-1.851l24-8.666a1 1 0 0 1 1.28 1.28zm-3.406 3.539-9.796 9.796 3.489 7.675 6.307-17.471zM24.12 6.466 6.65 12.775l7.674 3.487 9.796-9.796z"}))})));Send.displayName="Send",Send.iconName="send",exports.default=Send},"./packages/juno-icon/src/SendFilled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SendFilled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m28.941 4.342-8.666 24c-.305.843-1.48.891-1.851.074l-4.196-9.23 7.309-7.307-1.414-1.414-7.308 7.308-9.227-4.193c-.816-.371-.769-1.546.074-1.851l24-8.666a1 1 0 0 1 1.28 1.28z"}))})));SendFilled.displayName="SendFilled",SendFilled.iconName="send_filled",exports.default=SendFilled},"./packages/juno-icon/src/Settings.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Settings=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.857 2.057a15.048 15.048 0 0 1 4.823 2.688c.357.296.477.786.297 1.21a4.13 4.13 0 0 0 .241 3.731 4.29 4.29 0 0 0 3.411 2.095c.467.033.858.359.966.806a14.528 14.528 0 0 1 .001 6.827c-.108.448-.5.774-.967.807a4.285 4.285 0 0 0-3.411 2.094 4.132 4.132 0 0 0-.241 3.732c.18.423.06.913-.296 1.209a15.044 15.044 0 0 1-4.822 2.689 1.081 1.081 0 0 1-1.249-.428c-.783-1.2-2.13-1.939-3.608-1.939s-2.825.739-3.61 1.939a1.08 1.08 0 0 1-1.248.427 15.014 15.014 0 0 1-4.822-2.687 1.04 1.04 0 0 1-.297-1.21 4.13 4.13 0 0 0-.241-3.731 4.29 4.29 0 0 0-3.411-2.095 1.066 1.066 0 0 1-.966-.806 14.528 14.528 0 0 1-.001-6.827c.108-.448.5-.774.967-.807a4.285 4.285 0 0 0 3.411-2.094 4.135 4.135 0 0 0 .242-3.732 1.04 1.04 0 0 1 .296-1.209 15.044 15.044 0 0 1 4.822-2.689c.467-.157.982.02 1.249.428a4.295 4.295 0 0 0 3.608 1.94c1.458 0 2.789-.719 3.562-1.867l.038-.06a1.08 1.08 0 0 1 1.257-.441zM16 12a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));Settings.displayName="Settings",Settings.iconName="settings",exports.default=Settings},"./packages/juno-icon/src/SettingsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SettingsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.857 2.057a15.048 15.048 0 0 1 4.823 2.688c.357.296.477.786.297 1.21a4.13 4.13 0 0 0 .241 3.731 4.29 4.29 0 0 0 3.411 2.095c.467.033.858.359.966.806a14.528 14.528 0 0 1 .001 6.827c-.108.448-.5.774-.967.807a4.285 4.285 0 0 0-3.411 2.094 4.132 4.132 0 0 0-.241 3.732c.18.423.06.913-.296 1.209a15.044 15.044 0 0 1-4.822 2.689 1.081 1.081 0 0 1-1.249-.428c-.783-1.2-2.13-1.939-3.608-1.939s-2.825.739-3.61 1.939a1.08 1.08 0 0 1-1.248.427 15.014 15.014 0 0 1-4.822-2.687 1.04 1.04 0 0 1-.297-1.21 4.13 4.13 0 0 0-.241-3.731 4.29 4.29 0 0 0-3.411-2.095 1.066 1.066 0 0 1-.966-.806 14.528 14.528 0 0 1-.001-6.827c.108-.448.5-.774.967-.807a4.285 4.285 0 0 0 3.411-2.094 4.135 4.135 0 0 0 .242-3.732 1.04 1.04 0 0 1 .296-1.209 15.044 15.044 0 0 1 4.822-2.689c.467-.157.982.02 1.249.428a4.295 4.295 0 0 0 3.608 1.94c1.458 0 2.789-.719 3.562-1.867l.038-.06a1.08 1.08 0 0 1 1.257-.441zm-9.694 2.121-.205.082c-.945.39-1.841.889-2.667 1.487l-.176.131.023.076a6.126 6.126 0 0 1-.495 4.501l-.136.244a6.27 6.27 0 0 1-4.229 2.975l-.063.01-.037.2c-.095.556-.152 1.12-.171 1.688L3 15.999c0 .714.06 1.421.179 2.115l.037.198.063.012a6.279 6.279 0 0 1 4.093 2.756l.136.22a6.13 6.13 0 0 1 .63 4.746l-.023.075.176.132a13.017 13.017 0 0 0 2.667 1.486l.205.081.027-.031a6.302 6.302 0 0 1 4.545-2.207l.267-.006a6.3 6.3 0 0 1 4.811 2.215l.025.03.206-.081c.945-.39 1.841-.889 2.667-1.487l.175-.132-.022-.075a6.126 6.126 0 0 1 .495-4.501l.136-.244a6.27 6.27 0 0 1 4.229-2.975l.062-.011.038-.199c.095-.556.152-1.12.171-1.688l.007-.427c0-.714-.06-1.421-.179-2.115l-.038-.199-.062-.011a6.279 6.279 0 0 1-4.093-2.756l-.136-.22a6.13 6.13 0 0 1-.63-4.746l.022-.076-.175-.131a13.05 13.05 0 0 0-2.668-1.487l-.203-.08-.087.104a6.305 6.305 0 0 1-4.489 2.134l-.262.005a6.3 6.3 0 0 1-4.811-2.215l-.026-.032zM16 11a5 5 0 1 1-.001 10.001A5 5 0 0 1 16 11zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}))})));SettingsBorder.displayName="SettingsBorder",SettingsBorder.iconName="settings_border",exports.default=SettingsBorder},"./packages/juno-icon/src/Share.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Share=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26 30H6a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h3a1 1 0 0 1 0 2H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2zM19.884 8.292 17 5.416v11.17a1 1 0 0 1-2 0V5.416l-2.884 2.876a.998.998 0 0 1-1.411-1.411l4.588-4.588a.999.999 0 0 1 1.414 0l4.588 4.588a.998.998 0 0 1-1.411 1.411z"}))})));Share.displayName="Share",Share.iconName="share",exports.default=Share},"./packages/juno-icon/src/SharedDirectory.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SharedDirectory=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M30 5v22a2 2 0 0 1-2 2H7.986V3H28a2 2 0 0 1 2 2zM5.971 29V3H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h1.971zm11.136-11.645c-.615-.108-1.147-.161-1.596-.161a9.504 9.504 0 0 0-3.361.674 5.154 5.154 0 0 0-1.428.835c-.39.342-.586.737-.586 1.186v1.486h10.75v-1.486c0-.449-.196-.844-.586-1.186-.39-.332-.866-.611-1.428-.835s-1.15-.396-1.765-.513zm7.627.67c-.541-.09-1.008-.134-1.402-.134a8.669 8.669 0 0 0-2.391.372c.246.216.459.485.612.753.157.28.206.746.206 1.12v1.238h6.294v-1.238c0-.374-.171-.703-.514-.988-.343-.277-.761-.509-1.254-.696s-1.01-.329-1.55-.427zm.265-4.956c-.462-.435-1.018-.653-1.668-.653s-1.206.217-1.668.653-.692.962-.692 1.581.231 1.147.692 1.587 1.018.659 1.668.659c.65 0 1.206-.22 1.668-.659s.692-.968.692-1.587-.231-1.145-.692-1.581zm-7.59-1.661c-.526-.523-1.158-.784-1.898-.784s-1.373.261-1.899.784-.788 1.155-.788 1.897.262 1.376.788 1.904 1.159.791 1.899.791 1.373-.263 1.898-.791.789-1.161.789-1.904c0-.742-.263-1.374-.789-1.897z"}))})));SharedDirectory.displayName="SharedDirectory",SharedDirectory.iconName="shared-directory",exports.default=SharedDirectory},"./packages/juno-icon/src/SharedLine.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SharedLine=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.339 13.628c.291.136.516.35.676.643.157.312.336.636.539.971s.444.706.727 1.115c.177.268.248.56.208.865a1.381 1.381 0 0 1-.419.814 2.678 2.678 0 0 1-.441.303.532.532 0 0 1-.094.059l-.073.035a.878.878 0 0 1-.095.051.6.6 0 0 0-.062.029c.008.038.021.084.042.141l.036.094c.053.142.139.307.258.495.122.192.278.402.467.628.205.242.395.44.569.596.169.151.323.264.458.339.052.029.097.052.134.068l.093-.102.034-.033.004-.006.032-.04c.097-.102.179-.183.247-.245.073-.067.155-.131.264-.204.282-.166.596-.236.93-.207.344.03.636.167.842.388.257.242.523.485.799.727s.638.548 1.086.918c.251.206.418.46.496.753.079.298.053.585-.069.83-.083.206-.242.447-.479.734a3.94 3.94 0 0 1-.624.63 1.908 1.908 0 0 1-.65.35 2.57 2.57 0 0 1-.784.113c-.46 0-.94-.09-1.438-.268a7.335 7.335 0 0 1-1.485-.744c-.5-.32-.997-.71-1.489-1.165A15.646 15.646 0 0 1 8.6 21.775a14.086 14.086 0 0 1-1.57-2.268c-.409-.742-.698-1.437-.865-2.087-.17-.662-.211-1.259-.12-1.788.087-.56.33-1.014.73-1.35.186-.155.446-.312.784-.476.344-.167.629-.27.865-.307.315-.049.624-.004.914.132zm5.064-1.612 3.913 1.205c.226.097.273.388.089.54l-2.645 2.566-.447-1.422a2.613 2.613 0 0 0-.202.206 3.72 3.72 0 0 0-.907 2.677.478.478 0 0 1-.422.491.504.504 0 0 1-.574-.465 4.886 4.886 0 0 1 1.148-3.42c.182-.215.393-.393.624-.544l-.576-1.835zm5.405-5.901c.211.103.375.266.491.487.114.236.244.482.392.735s.323.534.528.844a.97.97 0 0 1 .151.655 1.066 1.066 0 0 1-.304.617 2.076 2.076 0 0 1-.32.229.4.4 0 0 1-.068.045l-.053.027a.774.774 0 0 1-.114.061 2.14 2.14 0 0 0 .245.553c.089.145.202.305.339.476.149.183.287.334.414.452.123.114.235.2.333.257.038.022.07.039.097.052l.068-.078.025-.025.003-.005.024-.03c.07-.077.13-.139.179-.186.053-.051.113-.099.192-.155a1.08 1.08 0 0 1 .676-.157.92.92 0 0 1 .612.294c.187.184.38.367.581.551s.464.415.79.695c.183.156.304.348.361.57a.92.92 0 0 1-.05.629c-.06.156-.176.339-.348.556a2.835 2.835 0 0 1-.454.477 1.372 1.372 0 0 1-.472.265 1.813 1.813 0 0 1-.57.086 2.99 2.99 0 0 1-1.045-.203 5.266 5.266 0 0 1-1.08-.564 7.785 7.785 0 0 1-1.082-.883c-.364-.34-.722-.725-1.074-1.157a10.72 10.72 0 0 1-1.142-1.718 7.061 7.061 0 0 1-.629-1.581c-.124-.501-.153-.954-.087-1.355.063-.424.24-.768.531-1.023.135-.117.324-.236.57-.361.25-.127.457-.205.629-.232.229-.037.453-.003.664.1z"}))})));SharedLine.displayName="SharedLine",SharedLine.iconName="Shared-line",exports.default=SharedLine},"./packages/juno-icon/src/Sharepoint.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Sharepoint=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M18.257 2c-.041-.002-.081.009-.122.017L2.455 4.975a.57.57 0 0 0-.455.56v20.877c0 .269.19.51.455.56l15.68 3.011c.035.006.07.017.105.017a.535.535 0 0 0 .35-.123.576.576 0 0 0 .21-.437V2.56a.58.58 0 0 0-.21-.437.546.546 0 0 0-.333-.123zm1.663 4.533v6.615a3.303 3.303 0 0 0 2.66-2.362 5.718 5.718 0 0 1 2.607 2.187A3.362 3.362 0 0 0 23.28 16a3.36 3.36 0 0 0 1.89 3.01 5.738 5.738 0 0 1-2.607 2.153 3.301 3.301 0 0 0-2.643-2.31v6.615c1.562-.251 2.717-1.544 2.783-3.167a6.817 6.817 0 0 0 3.57-2.957c.118.013.245.017.367.017a3.363 3.363 0 0 0 3.36-3.36 3.365 3.365 0 0 0-3.692-3.343 6.813 6.813 0 0 0-3.605-3.01c-.09-1.599-1.238-2.865-2.783-3.115zm-9.747 4.095c.56 0 1.008.048 1.4.105s.783.168 1.12.28V13.2a5.117 5.117 0 0 0-.56-.333c-.195-.1-.4-.176-.613-.227-.223-.057-.444-.105-.613-.105a2.26 2.26 0 0 0-.613-.07c-.28 0-.512.013-.735.07s-.392.099-.56.21a.977.977 0 0 0-.456.788c0 .168.066.343.123.455.111.112.216.274.385.385s.389.221.613.332c.223.112.507.239.787.35.391.169.783.337 1.12.56.337.169.617.385.84.665.223.223.391.503.56.84.111.337.175.676.175 1.067-.057.617-.164 1.061-.332 1.453-.223.392-.519.722-.91.945s-.774.396-1.278.507c-.503.111-1.015.175-1.575.175s-1.124-.063-1.627-.175a3.844 3.844 0 0 1-1.278-.385v-2.292c.395.342.853.603 1.348.77.503.168.949.28 1.452.28.28 0 .564.004.787-.053s.392-.116.56-.228c.169-.111.276-.221.333-.332s.105-.274.105-.385c0-.223-.046-.391-.157-.56s-.287-.286-.455-.455c-.223-.112-.455-.274-.735-.385s-.556-.234-.892-.402c-.783-.337-1.394-.722-1.785-1.225s-.613-1.061-.613-1.733c0-.56.11-1.008.333-1.4s.501-.682.893-.962c.392-.223.792-.449 1.295-.56s.997-.158 1.557-.158h.001z"}))})));Sharepoint.displayName="Sharepoint",Sharepoint.iconName="sharepoint",exports.default=Sharepoint},"./packages/juno-icon/src/Shield.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Shield=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16 2 .507.223.622.263c.18.075.378.15.58.224l.608.22 1.12.414.343.12.393.132.148.044.139.044.373.102.233.053.503.106.414.08.471.088 1.327.238.66.115 2.556.426v12.466l.003.05c.008.514-.086 1.197-.344 2.022l-.092.28-.035.098c-.544 1.525-1.525 3.15-3.029 4.829-.426.467-.876.912-1.35 1.33-.459.412-.969.839-1.521 1.277-.512.405-1.072.811-1.631 1.205l-1.442 1.008-.519.356-.245.163-.793.522-1.047-.642-.654-.424-.493-.333a29.192 29.192 0 0 1-2.088-1.595l-1.02-.846a26.759 26.759 0 0 1-2.346-2.177c-1.368-1.45-2.286-2.933-2.824-4.394-.337-.917-.491-1.723-.522-2.388l-.006-.216V4.858l1.21-.166 1.186-.17.839-.127.748-.119.474-.079.602-.107.318-.063.214-.045.198-.05.353-.101.201-.062.444-.145.549-.188.802-.287c.422-.154.797-.317 1.197-.483l.955-.381.712-.287zm-.027 2.167-.725.287-.756.314-.51.202-.468.171-.53.188-.575.197-.475.155-.393.119-.357.096-.179.044-.399.083-.449.083-.371.066-.488.081-.97.152-.648.098-.679.097v10.87c.003.459.102 1.022.309 1.653l.096.274c.46 1.249 1.255 2.497 2.4 3.711a23.547 23.547 0 0 0 1.766 1.67l1.316 1.099.768.623.449.349.212.16.412.297.441.302.223.149.568.37.451-.307 1.477-1.034.494-.353.634-.468.368-.285a32.274 32.274 0 0 0 1.443-1.212c.414-.365.813-.759 1.184-1.165 1.192-1.331 2.027-2.629 2.518-3.858l.144-.386c.206-.6.309-1.112.327-1.436l.003-.112-.005-.154-.001-10.772-.899-.149-.667-.116-1.343-.241-.484-.09-.443-.086-.536-.113-.313-.073-.267-.072-.504-.152-.599-.203-.666-.242-1.492-.55-.436-.172-.375-.159zm-.727 2.453.712-.296 1.609.594.705.256.474.162.286.093.148.044.071.023.25.073.292.079.133.033.259.059.568.12.471.092.497.093 1.276.229.001 9.084.003.124-.002.042a2.704 2.704 0 0 1-.082.44l-.042.154-.093.291-.116.308c-.399.994-1.105 2.091-2.145 3.252-.311.341-.658.683-1.017 1-.309.277-.639.558-.997.85l-.368.296-.338.262-.384.285-.683.49-.797.558-.249-.176-.385-.286-.418-.326-.467-.377-.257-.211-1.283-1.07a21.85 21.85 0 0 1-1.619-1.53c-.876-.928-1.492-1.854-1.87-2.757l-.106-.27-.068-.195a4.071 4.071 0 0 1-.209-.942l-.005-.114v-9.13l.611-.097.503-.084.654-.116.218-.042.434-.09.167-.039.182-.046.404-.112.353-.108.269-.087.524-.175.587-.204.78-.283.562-.222z"}))})));Shield.displayName="Shield",Shield.iconName="shield",exports.default=Shield},"./packages/juno-icon/src/Shortcut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Shortcut=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 24a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h12zM17.2 2.9l12.4 9.3A1 1 0 0 1 29 14h-5v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7H3a1 1 0 0 1-.6-1.8l12.4-9.3a2.001 2.001 0 0 1 2.4 0z"}))})));Shortcut.displayName="Shortcut",Shortcut.iconName="shortcut",exports.default=Shortcut},"./packages/juno-icon/src/ShortcutBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ShortcutBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 24a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h12zm-1 2H11a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2zM17.2 2.9l12.4 9.3A1 1 0 0 1 29 14h-5v7a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-7H3a1 1 0 0 1-.6-1.8l12.4-9.3a2.001 2.001 0 0 1 2.4 0zM16 4.5 5.999 11.999 9 12a1 1 0 0 1 1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 1 1-1l3-.001L16 4.5z"}))})));ShortcutBorder.displayName="ShortcutBorder",ShortcutBorder.iconName="shortcut_border",exports.default=ShortcutBorder},"./packages/juno-icon/src/Signal0.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal0=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM6 14a2 2 0 1 0-.001 3.999A2 2 0 0 0 6 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z"}))})));Signal0.displayName="Signal0",Signal0.iconName="signal-0",exports.default=Signal0},"./packages/juno-icon/src/Signal1.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal1=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-10 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 14zm10 0a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z"}))})));Signal1.displayName="Signal1",Signal1.iconName="signal-1",exports.default=Signal1},"./packages/juno-icon/src/Signal2.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal2=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6 12a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm10 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2a2 2 0 1 0-.001 3.999A2 2 0 0 0 26 14z"}))})));Signal2.displayName="Signal2",Signal2.iconName="signal-2",exports.default=Signal2},"./packages/juno-icon/src/Signal3.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Signal3=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M10.667 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM20 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM29.333 16a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"}))})));Signal3.displayName="Signal3",Signal3.iconName="signal-3",exports.default=Signal3},"./packages/juno-icon/src/SmartCompose.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmartCompose=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.806 8.448a2.396 2.396 0 0 0-.521-2.617l-1.128-1.128a2.411 2.411 0 0 0-1.698-.704 2.396 2.396 0 0 0-1.698.704l-1.057 1.058a.871.871 0 0 0-.08.07l-.022.023a.606.606 0 0 0-.047.056l-8.31 8.323a.79.79 0 0 0-.185.186l-.483.484a.796.796 0 0 0-.21.371l-1.136 4.528a.8.8 0 0 0 .973.97l4.528-1.152a.791.791 0 0 0 .368-.21L25.284 9.226c.223-.223.4-.488.521-.779zm-3.652-2.787a.803.803 0 0 1 .872.174l1.128 1.128a.785.785 0 0 1 .174.872.787.787 0 0 1-.174.26l-.563.563L21.328 6.4l.566-.567a.826.826 0 0 1 .259-.174zm-1.956 1.872L22.46 9.79l-7.356 7.356-2.254-2.253 7.348-7.359zm-8.391 8.579 2.074 2.074-2.771.705.697-2.779zM6.069 23.666a1.6 1.6 0 0 1 1.131-.469.8.8 0 1 0 0-1.6 3.2 3.2 0 1 0 0 6.4h20a.8.8 0 1 0 0-1.6h-20a1.6 1.6 0 0 1-1.131-2.731z"}))})));SmartCompose.displayName="SmartCompose",SmartCompose.iconName="smart-compose",exports.default=SmartCompose},"./packages/juno-icon/src/SmartSummary.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmartSummary=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m21.752 3.626-.312 1.072-.005.021a2.974 2.974 0 0 1-2.029 2.019l-.884.26c-.15.042-.334.094-.334.24v.009a.18.18 0 0 0 .148.177l1.07.314a2.96 2.96 0 0 1 2.032 2.038l.246.84.014.05c.042.15.094.334.24.334h.007a.18.18 0 0 0 .177-.148l.314-1.074.005-.021a2.977 2.977 0 0 1 2.027-2.019l.836-.246.024-.006.024-.008c.152-.04.336-.094.336-.24v-.009a.18.18 0 0 0-.148-.177l-1.072-.312a2.974 2.974 0 0 1-2.032-2.04l-.314-1.074c-.056-.168-.332-.168-.37 0zM1.312 13.5c0 .69.56 1.25 1.25 1.25h12.5a1.25 1.25 0 0 0 0-2.5h-12.5c-.69 0-1.25.56-1.25 1.25zm1.248 3.75h8.974a1.25 1.25 0 0 1 0 2.5H2.562a1.25 1.25 0 0 1 0-2.5zM1.312 23.5c0 .69.56 1.25 1.25 1.25h6.324a1.25 1.25 0 0 0 0-2.5H2.562c-.69 0-1.25.56-1.25 1.25zm26.376-12.29-.116-.068h-.004a1.266 1.266 0 0 0-1.385.142l.002-.002-12.016 12.184-.1.114-.104.148c-.109.16-.189.348-.23.55l-.002.01-.546 3.036.016.178.026.15.034.112c.162.408.538.698.986.732h.004l.13.004h.112l3.086-.69.154-.042.17-.068c.197-.085.366-.201.508-.342l12.038-12.204.092-.16.056-.116.042-.122a1.174 1.174 0 0 0-.427-1.256l-.003-.002-2.356-2.152-.064-.056-.104-.08zm-12.034 13.5 8.084-8.2 1.34 1.344-8.02 8.128-1.7.38.296-1.652zm11.362-11.524 1.404 1.28-1.876 1.9-1.34-1.342 1.812-1.838z"}))})));SmartSummary.displayName="SmartSummary",SmartSummary.iconName="smart-summary",exports.default=SmartSummary},"./packages/juno-icon/src/Sms.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Sms=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3C8.252 3 2 8.199 2 14.889l.005.314c.1 3.24 1.738 6.355 4.449 8.564l.294.232-.013.04c-.191.526-.539 1.231-1.119 2.237l-.811 1.308A.929.929 0 0 0 5.6 29h1.652l.333-.005c2.311-.074 4.224-.916 5.687-2.147l.048-.042.461.072a15.9 15.9 0 0 0 2.221.16c7.694 0 14-5.417 14-12.148 0-6.715-6.237-11.889-14-11.889z"}))})));Sms.displayName="Sms",Sms.iconName="sms",exports.default=Sms},"./packages/juno-icon/src/SmsBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c7.763 0 14 5.174 14 11.889 0 6.732-6.306 12.148-14 12.148-.586 0-1.172-.035-1.77-.103l-.451-.057-.461-.072-.048.042c-1.386 1.166-3.175 1.983-5.325 2.129l-.362.018-.333.005H5.598a.929.929 0 0 1-.848-1.317l.054-.099.811-1.308.271-.479.122-.221.217-.41.184-.368c.112-.232.202-.439.275-.624l.051-.135.013-.04-.294-.232c-2.617-2.133-4.235-5.11-4.433-8.229l-.016-.335L2 14.888C2 8.198 8.252 2.999 16 2.999zm0 2C9.351 5 4.167 9.285 4.004 14.6L4 14.858l.004.284c.078 2.528 1.326 5.014 3.433 6.84l.257.216 1.4 1.105-.478 1.417c-.202.557-.515 1.21-.993 2.069l-.116.206.014.001c1.623-.052 3.05-.576 4.203-1.467l.227-.183.75-.659 1.357.211c.672.094 1.311.141 1.942.141 6.671 0 12-4.61 12-10.148 0-5.485-5.223-9.889-12-9.889z"}))})));SmsBorder.displayName="SmsBorder",SmsBorder.iconName="sms_border",exports.default=SmsBorder},"./packages/juno-icon/src/SmsDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 8c-4.649 0-8.4 3.159-8.4 7.225l.003.191c.06 1.969 1.043 3.862 2.669 5.204l.176.141-.008.024c-.114.32-.324.748-.671 1.36l-.486.795c-.23.376.038.86.477.86h.991l.2-.003a5.452 5.452 0 0 0 3.412-1.305l.029-.026.276.043c.454.065.893.097 1.332.097 4.616 0 8.4-3.292 8.4-7.382 0-4.081-3.742-7.225-8.4-7.225z"}))})));SmsDefault.displayName="SmsDefault",SmsDefault.iconName="sms-default",exports.default=SmsDefault},"./packages/juno-icon/src/SmsInviteBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsInviteBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 3c7.763 0 14 5.174 14 11.889 0 .858-.102 1.694-.297 2.501a8.047 8.047 0 0 0-1.779-1.363c.05-.374.076-.754.076-1.138C28 9.404 22.777 5 16 5 9.351 5 4.167 9.285 4.004 14.6L4 14.858l.004.284c.078 2.528 1.326 5.014 3.433 6.84l.257.216 1.4 1.105-.478 1.417c-.202.557-.515 1.21-.993 2.069l-.116.206.014.001c1.623-.052 3.05-.576 4.203-1.467l.227-.183.75-.659 1.357.211c.672.094 1.311.141 1.942.141l.261-.002c.183.698.458 1.358.811 1.968a15.607 15.607 0 0 1-2.842-.069l-.451-.057-.461-.072-.048.042c-1.386 1.166-3.175 1.983-5.325 2.129l-.362.018-.333.005H5.598a.929.929 0 0 1-.848-1.317l.054-.099.811-1.308.271-.479.122-.221.217-.41.184-.368c.112-.232.202-.439.275-.624l.051-.135.013-.04-.294-.232c-2.617-2.133-4.235-5.11-4.433-8.229l-.016-.335L2 14.89C2 8.2 8.252 3.001 16 3.001zm8 14a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4.001L25 28a1 1 0 0 1-2 0l-.001-4H19a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1z"}))})));SmsInviteBorder.displayName="SmsInviteBorder",SmsInviteBorder.iconName="sms_invite_border",exports.default=SmsInviteBorder},"./packages/juno-icon/src/SmsTemplate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SmsTemplate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.129 16.509a1 1 0 0 1 1.742 0l1.996 3.542 3.988.806a1 1 0 0 1 .615 1.564l-.076.093-2.754 2.993.468 4.041a1 1 0 0 1-1.303 1.066l-.107-.042L23 28.88l-3.698 1.692a1 1 0 0 1-1.416-.91l.007-.114.467-4.041-2.753-2.993a1 1 0 0 1 .422-1.626l.117-.031 3.987-.806zM16 2c6.627 0 12 5.373 12 12v1h-2v-1c0-5.523-4.477-10-10-10H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h8v2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 17.037-1.351 2.396a.998.998 0 0 1-.673.489l-2.697.544 1.862 2.025a.997.997 0 0 1 .264.668l-.007.124-.316 2.732 2.502-1.144a.999.999 0 0 1 .717-.044l.115.044 2.501 1.144-.315-2.732a1 1 0 0 1 .179-.696l.078-.096 1.861-2.025-2.696-.544a1.001 1.001 0 0 1-.606-.385l-.067-.104zM18 14a1 1 0 0 1 0 2h-7a1 1 0 0 1 0-2zm2-5a1 1 0 0 1 0 2h-9a1 1 0 0 1 0-2z"}))})));SmsTemplate.displayName="SmsTemplate",SmsTemplate.iconName="sms-template",exports.default=SmsTemplate},"./packages/juno-icon/src/Sort.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Sort=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",d:"m16.707 5.293 5.586 5.586a1 1 0 0 1-.707 1.707H10.414a1 1 0 0 1-.707-1.707l5.586-5.586a.999.999 0 0 1 1.414 0z"}),React.createElement("path",{fill:"#212121",d:"m16.703 26.293 5.586-5.586A1 1 0 0 0 21.582 19H10.41a1 1 0 0 0-.707 1.707l5.586 5.586a1 1 0 0 0 1.414 0z"}))})));Sort.displayName="Sort",Sort.iconName="sort",exports.default=Sort},"./packages/juno-icon/src/SortMessage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SortMessage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m4.914 21.5 2.879 2.879V5.207a1 1 0 0 1 2 0v19.172l2.879-2.879a1 1 0 0 1 1.414 1.414L9.5 27.5a.999.999 0 0 1-1.414 0L3.5 22.914A1 1 0 0 1 4.914 21.5zm14-11 2.879-2.879v19.172a1 1 0 0 0 2 0V7.621l2.879 2.879a1 1 0 0 0 1.414-1.414L23.5 4.5a.999.999 0 0 0-1.414 0L17.5 9.086a1 1 0 0 0 1.414 1.414z"}))})));SortMessage.displayName="SortMessage",SortMessage.iconName="sort-message",exports.default=SortMessage},"./packages/juno-icon/src/SpeakerDown.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SpeakerDown=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.414 3.414A2 2 0 0 1 22 4.828v22.343a2 2 0 0 1-3.414 1.414L12 21.999H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM20 4.828l-6.586 6.586A2 2 0 0 1 12 12H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L20 27.172V4.829zm5.511 5.551a1 1 0 0 1 1.332.474A11.959 11.959 0 0 1 28 16c0 1.839-.415 3.621-1.202 5.24a1 1 0 1 1-1.799-.875 9.958 9.958 0 0 0 1-4.366 9.96 9.96 0 0 0-.963-4.288 1 1 0 0 1 .474-1.332z"}))})));SpeakerDown.displayName="SpeakerDown",SpeakerDown.iconName="speaker-down",exports.default=SpeakerDown},"./packages/juno-icon/src/SpeakerMute.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SpeakerMute=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.414 3.414A2 2 0 0 1 20 4.828v22.343a2 2 0 0 1-3.414 1.414L10 21.999H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM18 4.828l-6.586 6.586A2 2 0 0 1 10 12H5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L18 27.172V4.829zm5.172 6.929 2.83 2.828 2.827-2.828a.999.999 0 1 1 1.414 1.414l-2.827 2.828 2.827 2.828a.999.999 0 1 1-1.414 1.414l-2.827-2.828-2.83 2.828a.999.999 0 1 1-1.414-1.414l2.83-2.828-2.83-2.828a.999.999 0 1 1 1.414-1.414z"}))})));SpeakerMute.displayName="SpeakerMute",SpeakerMute.iconName="speaker-mute",exports.default=SpeakerMute},"./packages/juno-icon/src/SpeakerUp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SpeakerUp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M19.414 3.414A2 2 0 0 1 20 4.828v22.343a2 2 0 0 1-3.414 1.414L10 21.999H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6l6.586-6.586a2 2 0 0 1 2.828 0zM18 4.828l-6.586 6.586A2 2 0 0 1 10 12H5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5a2 2 0 0 1 1.414.586L18 27.172V4.829zm8.003 2.809a1 1 0 0 1 1.395.232C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 .232-1.395zm-3.521 3.568a1 1 0 0 1 1.362.38A8.963 8.963 0 0 1 25 16.001a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16.001a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 .38-1.362z"}))})));SpeakerUp.displayName="SpeakerUp",SpeakerUp.iconName="speaker-up",exports.default=SpeakerUp},"./packages/juno-icon/src/Star.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Star=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.885 1.726c.394.195.714.514.908.908l2.97 6.018a1 1 0 0 0 .753.547l6.641.965a2.001 2.001 0 0 1 1.109 3.412L24.46 18.26c-.236.23-.343.561-.288.885l1.134 6.614a1.999 1.999 0 0 1-2.902 2.108l-5.94-3.123a1.002 1.002 0 0 0-.931 0l-5.94 3.123a2 2 0 0 1-2.902-2.109l1.134-6.614a.999.999 0 0 0-.288-.885l-4.806-4.684a2 2 0 0 1 1.109-3.411l6.641-.965a1 1 0 0 0 .753-.547l2.97-6.018a2 2 0 0 1 2.679-.908z"}))})));Star.displayName="Star",Star.iconName="star",exports.default=Star},"./packages/juno-icon/src/StarBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StarBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.885 1.726c.394.195.714.514.908.908l2.97 6.018a1 1 0 0 0 .753.547l6.641.965a2.001 2.001 0 0 1 1.109 3.412L24.46 18.26c-.236.23-.343.561-.288.885l1.134 6.614a1.999 1.999 0 0 1-2.902 2.108l-5.94-3.123a1.002 1.002 0 0 0-.931 0l-5.94 3.123a2 2 0 0 1-2.902-2.109l1.134-6.614a.999.999 0 0 0-.288-.885l-4.806-4.684a2 2 0 0 1 1.109-3.411l6.641-.965a1 1 0 0 0 .753-.547l2.97-6.018a2 2 0 0 1 2.679-.908zM13.03 9.537a3.001 3.001 0 0 1-2.259 1.641l-6.24.907a.2.2 0 0 0-.111.341l4.515 4.401a3 3 0 0 1 .863 2.655l-1.066 6.215a.2.2 0 0 0 .29.211l5.581-2.934a3.003 3.003 0 0 1 2.792 0l5.581 2.934a.2.2 0 0 0 .27-.084c.02-.039.028-.084.02-.127L22.2 19.482a3 3 0 0 1 .863-2.655l4.515-4.401a.2.2 0 0 0-.11-.341l-6.24-.907a3.001 3.001 0 0 1-2.259-1.641l-2.791-5.655a.2.2 0 0 0-.359 0l-2.791 5.655z"}))})));StarBorder.displayName="StarBorder",StarBorder.iconName="star_border",exports.default=StarBorder},"./packages/juno-icon/src/Start.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Start=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 27 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2.667 5.49h21.02a2.667 2.667 0 0 1 2.667 2.667v21.02a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 29.177V8.157A2.667 2.667 0 0 1 2.667 5.49zm.666 3.334V28.51h19.686V8.824H3.333z"}),React.createElement("path",{d:"M13.176 13.176c.606 0 1.098.492 1.098 1.098v3.294h3.294a1.099 1.099 0 0 1 0 2.196h-3.294v3.294a1.099 1.099 0 0 1-2.196 0v-3.294H8.784a1.099 1.099 0 0 1 0-2.196h3.294v-3.294c0-.606.492-1.098 1.098-1.098zM13.176 0a5.49 5.49 0 0 1 5.49 5.49h-3.294a2.196 2.196 0 1 0-4.392 0H7.686A5.49 5.49 0 0 1 13.176 0z"}))})));Start.displayName="Start",Start.iconName="start",exports.default=Start},"./packages/juno-icon/src/StartMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StartMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.778 1.778 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.877v-9.79zm-15.111.451c.491 0 .889.398.889.889v2.667h2.667a.889.889 0 1 1 0 1.778h-2.667v2.667a.889.889 0 1 1-1.778 0v-2.668l-2.667.001a.889.889 0 1 1 0-1.778l2.667-.001v-2.666c0-.491.398-.889.889-.889z"}))})));StartMeeting.displayName="StartMeeting",StartMeeting.iconName="start_meeting",exports.default=StartMeeting},"./packages/juno-icon/src/Stop.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Stop=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18z"}))})));Stop.displayName="Stop",Stop.iconName="stop",exports.default=Stop},"./packages/juno-icon/src/StopBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25 5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18zm-1 2H8a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1z"}))})));StopBorder.displayName="StopBorder",StopBorder.iconName="stop_border",exports.default=StopBorder},"./packages/juno-icon/src/StopCircle.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopCircle=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm3 9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6z"}))})));StopCircle.displayName="StopCircle",StopCircle.iconName="stop_circle",exports.default=StopCircle},"./packages/juno-icon/src/StopCircleBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopCircleBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm3 7a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6z"}))})));StopCircleBorder.displayName="StopCircleBorder",StopCircleBorder.iconName="stop_circle_border",exports.default=StopCircleBorder},"./packages/juno-icon/src/StopRecord.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopRecord=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#f44336",d:"M26 23.441A2.54 2.54 0 0 1 23.441 26H8.558a2.54 2.54 0 0 1-2.559-2.559V8.558a2.54 2.54 0 0 1 2.559-2.559h14.883A2.54 2.54 0 0 1 26 8.558v14.883z"}))})));StopRecord.displayName="StopRecord",StopRecord.iconName="stop-record",exports.default=StopRecord},"./packages/juno-icon/src/StopSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),StopSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.001 8C8.824 8 8 8.822 8 16s.824 8 8.001 8c7.086 0 7.984-.858 7.999-7.655v-.689c-.014-6.798-.913-7.655-7.999-7.655z"}))})));StopSp.displayName="StopSp",StopSp.iconName="stop_sp",exports.default=StopSp},"./packages/juno-icon/src/Strike.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Strike=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24.21 18c.824.974 1.212 2.165 1.212 3.633 0 4.412-3.691 7.383-9.369 7.383-4.781 0-8.402-2.18-9.281-5.66a3.708 3.708 0 0 1-.105-.844c0-.721.422-1.16 1.143-1.16.615 0 .879.299 1.125.967.791 2.777 3.568 4.553 7.137 4.553 4.061 0 6.855-2.092 6.855-4.975 0-1.815-.992-3.004-3.256-3.896h4.54zM29 16a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h26zM16 3c4.518 0 7.928 2.215 8.701 5.396.07.264.105.58.105.791 0 .686-.439 1.09-1.125 1.09-.563 0-.879-.264-1.072-.809C21.888 6.779 19.41 5.144 16 5.144c-3.604 0-6.328 1.969-6.328 4.764 0 1.997 1.371 3.193 4.449 4.092H8.743c-1.062-1.035-1.567-2.329-1.567-3.934C7.176 5.935 10.973 3 16 3z"}))})));Strike.displayName="Strike",Strike.iconName="strike",exports.default=Strike},"./packages/juno-icon/src/Stripe.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Stripe=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M2 2v28h28V2H2zm17.932 20.643c-.968.775-2.402 1.182-4.126 1.182-2.169 0-4.261-.659-5.384-1.298l.581-3.622c1.317.775 3.331 1.375 4.552 1.375.988 0 1.53-.368 1.53-1.007 0-.659-.562-1.085-2.247-1.685-2.615-.949-4.222-2.072-4.222-4.707 0-1.453.523-2.653 1.53-3.486.968-.794 2.324-1.22 3.951-1.22 2.305 0 3.971.639 4.784 1.027l-.581 3.583c-1.027-.504-2.518-1.065-3.971-1.065-.794 0-1.24.31-1.24.852 0 .639.775 1.046 2.189 1.569 2.653.949 4.3 2.072 4.3 4.765 0 1.627-.562 2.886-1.646 3.738z"}))})));Stripe.displayName="Stripe",Stripe.iconName="stripe",exports.default=Stripe},"./packages/juno-icon/src/Summary.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Summary=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.446 2h9.555c.897 0 1.759.35 2.402.975l5.953 5.788a3.448 3.448 0 0 1 1.044 2.471v15.32A3.446 3.446 0 0 1 23.954 30H8.446A3.446 3.446 0 0 1 5 26.554V5.446A3.446 3.446 0 0 1 8.446 2zm13.096 8.615V9.581H10.074l4.205 7.065-4.205 7.065h11.468v-3.044h-2.068v.976h-5.763l2.974-4.997-2.974-4.997h5.763v.976h2.068v-2.01z"}))})));Summary.displayName="Summary",Summary.iconName="summary",exports.default=Summary},"./packages/juno-icon/src/SupportCase.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SupportCase=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M3 7v3.341a6.003 6.003 0 0 1 0 11.318V25h10.935A8.96 8.96 0 0 1 13 21a9 9 0 0 1 9-9 9 9 0 0 1 3 .512V7H3zm12.292 20H3a2 2 0 0 1-2-2v-4.714a4.286 4.286 0 0 0 0-8.572V7a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v6.515A9 9 0 1 1 15.292 27zM9 11a1 1 0 0 1 2 0v10a1 1 0 0 1-2 0V11zm13 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm0-12a1 1 0 0 0-1 1v3h-3a1 1 0 0 0 0 2h3v3a1 1 0 0 0 2 0v-3h3a1 1 0 0 0 0-2h-3v-3a1 1 0 0 0-1-1z"}))})));SupportCase.displayName="SupportCase",SupportCase.iconName="support-case",exports.default=SupportCase},"./packages/juno-icon/src/Swap.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Swap=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14.6 10.5c0-3.038 2.507-5.5 5.6-5.5s5.6 2.462 5.6 5.5v11H30L24.4 27l-5.6-5.5H23v-11c0-1.519-1.254-2.75-2.8-2.75s-2.8 1.231-2.8 2.75v11c0 3.038-2.507 5.5-5.6 5.5s-5.6-2.462-5.6-5.5v-11H2L7.6 5l5.6 5.5H9v11c0 1.519 1.254 2.75 2.8 2.75s2.8-1.231 2.8-2.75v-11z"}))})));Swap.displayName="Swap",Swap.iconName="swap",exports.default=Swap},"./packages/juno-icon/src/Switchboard.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Switchboard=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m17.954 3.672-.057.003-.862-.003-.262.003-.454.016a5.253 5.253 0 0 0-.195.014l-.876.097c-.901.102-1.466.207-2.054.422-1.026.376-1.754.993-2.677 2.081l-.693.827-.221.251-.103.112c-.42.448-.795.931-1.265 1.602l-.729 1.053-.361.5c-1.139 1.525-1.723 2.556-2.008 3.851-.414 1.882.133 2.976 1.956 3.647.408.15.814.231 1.351.288l1.274.103 1.866.091.345.024-.178.308a16.09 16.09 0 0 1-.354.564l-.371.549-1.474 2.098-.646.96-.413.628-.367.573-.337.544c-.055.09-.109.179-.162.269-.567.949-.239 2.419.807 2.819.879.336 1.371.455 1.999.322 1.55-.327 2.592-.62 3.6-1.068 1.469-.652 2.955-1.437 4.672-2.444l.872-.523c1.095-.674 1.939-1.27 2.716-1.94l.667-.581.585-.524c1.187-1.084 1.875-1.856 2.548-2.892.5-.769.773-1.37.878-2.098.162-1.122-.409-2.183-1.457-2.603a4.932 4.932 0 0 0-1.46-.346l-.988-.058-1.608-.07-.521-.03-.036.171c.063-.367.194-.714.361-.95l.521-.722 1.578-2.1.539-.738.462-.666c.53-.784.794-1.549.642-2.298-.197-.972-1.017-1.573-2.271-1.791l-.358-.061-.642-.101-.559-.075a16.134 16.134 0 0 0-.497-.053l-.454-.033c-.147-.008-.29-.014-.432-.017l-1.837-.006z"}))})));Switchboard.displayName="Switchboard",Switchboard.iconName="switchboard",exports.default=Switchboard},"./packages/juno-icon/src/SwitchboardBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),SwitchboardBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m17.954 3.672-.057.003-.862-.003-.262.003-.454.016a5.253 5.253 0 0 0-.195.014l-.876.097c-.901.102-1.466.207-2.054.422-1.026.376-1.754.993-2.677 2.081l-.693.827-.221.251-.103.112c-.42.448-.795.931-1.265 1.602l-.729 1.053-.361.5c-1.139 1.525-1.723 2.556-2.008 3.851-.414 1.882.133 2.976 1.956 3.647.408.15.814.231 1.351.288l1.274.103 1.866.091.345.024-.178.308a16.09 16.09 0 0 1-.354.564l-.371.549-1.474 2.098-.646.96-.413.628-.367.573-.337.544c-.055.09-.109.179-.162.269-.567.949-.239 2.419.807 2.819.879.336 1.371.455 1.999.322 1.55-.327 2.592-.62 3.6-1.068 1.469-.652 2.955-1.437 4.672-2.444l.872-.523c1.095-.674 1.939-1.27 2.716-1.94l.667-.581.585-.524c1.187-1.084 1.875-1.856 2.548-2.892.5-.769.773-1.37.878-2.098.162-1.122-.409-2.183-1.457-2.603a4.932 4.932 0 0 0-1.46-.346l-.988-.058-1.608-.07-.521-.03-.036.171c.063-.367.194-.714.361-.95l.521-.722 1.578-2.1.539-.738.462-.666c.53-.784.794-1.549.642-2.298-.197-.972-1.017-1.573-2.271-1.791l-.358-.061-.642-.101-.559-.075a16.134 16.134 0 0 0-.497-.053l-.454-.033c-.147-.008-.29-.014-.432-.017l-1.837-.006zm1.453 2.003.162.001c.123.001.245.003.369.008l.383.022.417.038.228.026.506.069.59.093.332.057c.116.02.212.04.292.06l.192.056.112.049c.039.022.054.04.056.052.019.092-.057.329-.249.642l-.306.455-.597.832-1.813 2.418-.338.468-.112.157c-.351.498-.588 1.123-.698 1.766-.201 1.176.584 2.072 1.761 2.154l.849.048 1.774.078.594.038c.276.02.577.093.862.207.168.067.255.229.222.461-.055.385-.22.746-.575 1.293a10.36 10.36 0 0 1-1.385 1.706l-.412.405c-.073.07-.149.141-.228.214l-.505.459-.579.51-.32.277c-.861.743-1.848 1.404-3.293 2.252-1.657.972-3.079 1.723-4.471 2.341-.85.377-1.778.638-3.202.939l-.047.004c-.073 0-.188-.022-.355-.073l-.274-.091.314-.514.337-.534.582-.89.649-.965 1.536-2.189.09-.132c.383-.564.697-1.073.967-1.581.65-1.223-.039-2.55-1.429-2.681l-.497-.04-.829-.044-.908-.041-1.262-.091c-.519-.045-.843-.1-1.112-.199l-.151-.057-.248-.104c-.392-.184-.451-.357-.359-.866l.064-.313c.208-.943.677-1.771 1.667-3.097l.382-.529.737-1.065c.348-.496.629-.867.912-1.189l.415-.457.428-.503.415-.497c.713-.84 1.212-1.263 1.835-1.491.249-.091.514-.157.862-.215l.461-.066 1.105-.125.321-.017.517-.008.785.003h.712l.664.007.097-.007z"}))})));SwitchboardBorder.displayName="SwitchboardBorder",SwitchboardBorder.iconName="switchboard_border",exports.default=SwitchboardBorder},"./packages/juno-icon/src/TakeNotes.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TakeNotes=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.573 5.6c.997 0 1.889.463 2.49 1.196l.65.797c.481.587.771 1.345.771 2.174a3.406 3.406 0 0 1-1.155 2.57L16.69 25.187c-.493.427-1.07.69-1.687.776L9 26.795l1.805-5.966.006-.024a3.355 3.355 0 0 1 1.002-1.544L25.45 6.414a3.176 3.176 0 0 1 2.123-.814zm-.01 2.405a.896.896 0 0 0-.594.225L13.327 21.08a.99.99 0 0 0-.304.463l-.718 2.374 2.391-.333a.907.907 0 0 0 .474-.214l13.643-12.852a.975.975 0 0 0 .346-.749.977.977 0 0 0-.22-.622l-.655-.801a.91.91 0 0 0-.721-.341z"}))})));TakeNotes.displayName="TakeNotes",TakeNotes.iconName="take-notes",exports.default=TakeNotes},"./packages/juno-icon/src/TakeOver.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TakeOver=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M9.064 16.054a2.241 2.241 0 0 1 2.146 2.168c.054.846.025 1.695.036 2.543l-.018 1.279c3.111.906 6.414.901 9.523-.014l-.011-3.01a3.597 3.597 0 0 1 .223-1.575 2.116 2.116 0 0 1 1.919-1.353 90.817 90.817 0 0 1 4.868.009 2.262 2.262 0 0 1 2.167 2.102c.022.275.039.613.052.984l.02.775.01.804v1.137l-.008.63c-.032.772-.313 2.513-.8 3.109a1.638 1.638 0 0 0-.08.149l-.649.673-.71.518c-.119.085-.239.169-.362.249a16.805 16.805 0 0 1-4.005 1.772l-.529.146a24.097 24.097 0 0 1-7.552.927c-3.121-.131-6.154-.682-9.021-1.992a10.117 10.117 0 0 1-2.869-1.852c-.858-.747-1.362-3.825-1.389-4.969l-.02-1.148a20.044 20.044 0 0 1 .031-1.717c.109-1.461.956-2.316 2.407-2.368a65.916 65.916 0 0 1 4.621.025zM16 2c.32 0 .604.15.787.383a.994.994 0 0 1 .091.081l5.657 5.657a.999.999 0 1 1-1.414 1.414l-4.122-4.122v12.586a1 1 0 0 1-2 0V5.412l-4.121 4.123a.999.999 0 1 1-1.414-1.414l5.657-5.657.094-.083A.998.998 0 0 1 15.999 2z"}))})));TakeOver.displayName="TakeOver",TakeOver.iconName="take_over",exports.default=TakeOver},"./packages/juno-icon/src/TakeOverSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TakeOverSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m6.846 14.358 3.614 1.362a2.966 2.966 0 0 1 1.961 2.786l-.003.155c0 .551.344 1.021.828 1.208l.144.046c.653.169 1.635.376 2.617.406.981.005 1.959-.097 2.918-.303a.975.975 0 0 0 .746-.783l.013-.133.009-.275a2.986 2.986 0 0 1 1.924-2.696l.218-.072 3.949-1.152.243.943c1 1.851 1.157 3.671.451 5.269h-.002a5.938 5.938 0 0 1-1.054 1.591l-.371.376a8.966 8.966 0 0 1-1.789 1.286l-.047.023c-1.906 1.038-4.321 1.598-6.848 1.598l-.531-.009c-4.646-.139-8.706-2.146-10.107-4.994-.618-1.257-1.014-3.29.606-5.831l.512-.8zM16 4.571l4.177 4.181-1.211 1.211-2.167-2.167v8.847h-1.714V7.915l-2.05 2.048-1.211-1.211 4.177-4.181z"}))})));TakeOverSp.displayName="TakeOverSp",TakeOverSp.iconName="take-over_sp",exports.default=TakeOverSp},"./packages/juno-icon/src/TaskNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TaskNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm6.376 9.741a1 1 0 0 0-1.32-.083l-.094.083-6.365 6.363-3.535-3.535a.999.999 0 0 0-1.497 1.32l.083.094 4.243 4.243a.99.99 0 0 0 .531.277l.117.014h.118l.117-.014a.99.99 0 0 0 .436-.194l.094-.083 7.071-7.071a.999.999 0 0 0 0-1.414z"}))})));TaskNew.displayName="TaskNew",TaskNew.iconName="task-new",exports.default=TaskNew},"./packages/juno-icon/src/TaskNewBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TaskNewBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm6.376 7.741a.999.999 0 0 1 0 1.414l-7.071 7.071a.99.99 0 0 1-.531.277l-.117.014h-.118a.997.997 0 0 1-.648-.291l-4.243-4.243a.999.999 0 1 1 1.414-1.414l3.535 3.535 6.365-6.363a.999.999 0 0 1 1.414 0z"}))})));TaskNewBorder.displayName="TaskNewBorder",TaskNewBorder.iconName="task-new_border",exports.default=TaskNewBorder},"./packages/juno-icon/src/Team.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Team=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001A3.98 3.98 0 0 1 8 26c0-2.541.969-4.815 2.582-6.627A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"}))})));Team.displayName="Team",Team.iconName="team",exports.default=Team},"./packages/juno-icon/src/TeamBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TeamBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 19c-4.346 0-8 3.045-8 7a2 2 0 0 0 2 2l6.536.001a3.98 3.98 0 0 1-.527-1.73L8 26c-3.576.011-5.455.011-5.637 0-.272-.017-.363-.289-.324-.574C2.381 22.935 4.919 21 8 21c.452 0 .892.042 1.315.12.358-.62.784-1.204 1.267-1.747A9.02 9.02 0 0 0 8 19zm13-2c-5.981 0-11 3.904-11 9a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2c0-5.096-5.019-9-11-9zm0 2c4.707 0 8.571 2.811 8.967 6.393.053.479-.253.607-.448.607H12.28c-.177 0-.279-.209-.264-.416C12.293 21.912 16.209 19 21 19zM8 7a5 5 0 1 0 .001 10.001A5 5 0 0 0 8 7zm13-4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zM8 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm13-4a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"}))})));TeamBorder.displayName="TeamBorder",TeamBorder.iconName="team_border",exports.default=TeamBorder},"./packages/juno-icon/src/TeamDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TeamDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.6 12.7c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm-10.999 0c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm5.499 9.899c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm5.5-3.299c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zm-10.999 0c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547zM18.1 9.401c0 .596-.218 1.112-.653 1.547s-.951.653-1.547.653-1.111-.218-1.547-.653-.653-.951-.653-1.547.218-1.112.653-1.547.951-.653 1.547-.653 1.111.218 1.547.653.653.951.653 1.547z"}))})));TeamDefault.displayName="TeamDefault",TeamDefault.iconName="team-default",exports.default=TeamDefault},"./packages/juno-icon/src/Text.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Text=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.533 5.001c.466-.02.906.263 1.069.719l7.279 20.333a.92.92 0 0 1-.628 1.2 1.086 1.086 0 0 1-1.303-.683l-2.126-5.939a.978.978 0 0 1-.163.013h-8.553l-2.12 5.926c-.19.532-.757.829-1.303.683a.921.921 0 0 1-.651-1.128c.007-.024.014-.048.023-.072L15.336 5.72a1.086 1.086 0 0 1 1.135-.714zm3.578 13.644L16.467 8.463l-3.645 10.182h7.289z"}))})));Text.displayName="Text",Text.iconName="text",exports.default=Text},"./packages/juno-icon/src/Theme.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Theme=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-5-7a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM9 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM6.5 17a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14a2.333 2.333 0 0 0 2.333-2.333c0-.607-.233-1.151-.607-1.556a2.407 2.407 0 0 1-.591-1.556 2.333 2.333 0 0 1 2.333-2.333h2.753a7.777 7.777 0 0 0 7.778-7.778C29.999 7.568 23.73 2 15.999 2z"}))})));Theme.displayName="Theme",Theme.iconName="theme",exports.default=Theme},"./packages/juno-icon/src/ThreadReply.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThreadReply=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.099 6.667c.872 0 1.586.67 1.649 1.521l.005.122.001 4.249.826-.001c5.939 0 10.753 4.782 10.753 10.681v2.465c0 .979-1.415 1.137-1.634.182-.662-2.897-3.226-5.017-6.235-5.108l-.218-.003h-3.492l-.001 4.249c0 .435-.175.854-.485 1.162a1.662 1.662 0 0 1-2.234.096l-.001.002-.105-.096-8.414-8.358a1.636 1.636 0 0 1-.097-2.219l.097-.104 8.414-8.358a1.66 1.66 0 0 1 1.17-.481zm-3.671.187c.29.311.294.792.011 1.108l-.155.172-8.441 8.532 8.441 8.4.152.169a.824.824 0 0 1-1.059 1.243l-.11-.086-8.588-8.546a1.654 1.654 0 0 1-.041-2.338l.065-.064.068-.06 8.496-8.571a.822.822 0 0 1 1.161.041zm3.506 1.688a.165.165 0 0 0-.117.048l-8.014 7.961a.164.164 0 0 0 0 .233l8.014 7.961a.167.167 0 0 0 .283-.116l.001-4.673c0-.454.371-.822.827-.822l4.575.004a8.293 8.293 0 0 1 5.938 2.765l.167.193-.033-.233c-.628-4.071-3.99-7.248-8.166-7.622l.001-.037-2.482-.001a.824.824 0 0 1-.821-.726l-.006-.096-.001-4.674a.165.165 0 0 0-.165-.164z"}))})));ThreadReply.displayName="ThreadReply",ThreadReply.iconName="thread-reply",exports.default=ThreadReply},"./packages/juno-icon/src/ThreadReplySnackbar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThreadReplySnackbar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.407 4.089c1.027 0 1.869.801 1.943 1.818l.006.146.001 5.08.973-.001c6.998 0 12.67 5.717 12.67 12.77v2.947c0 1.17-1.667 1.359-1.925.218-.78-3.463-3.801-5.998-7.346-6.107l-.257-.004h-4.114l-.001 5.08c0 .52-.206 1.021-.571 1.389a1.938 1.938 0 0 1-2.632.115l-.001.002-.124-.115-9.914-9.992a1.976 1.976 0 0 1-.114-2.653l.114-.124 9.914-9.992a1.942 1.942 0 0 1 1.379-.575l.001-.001zm-4.325.224a.994.994 0 0 1 .013 1.325l-.183.206-9.946 10.2 9.946 10.042.179.202a.994.994 0 0 1-.07 1.39.958.958 0 0 1-1.178.096l-.13-.103L.594 17.454a1.998 1.998 0 0 1-.048-2.795l.077-.076.08-.072 10.01-10.247a.959.959 0 0 1 1.368.049zm4.131 2.018a.194.194 0 0 0-.138.057l-9.443 9.518a.197.197 0 0 0 0 .279l9.443 9.518a.196.196 0 0 0 .334-.139l.001-5.587a.98.98 0 0 1 .974-.983l5.39.005a9.71 9.71 0 0 1 6.996 3.306l.197.231-.039-.279c-.74-4.867-4.701-8.665-9.622-9.112l.001-.044-2.924-.001a.975.975 0 0 1-.967-.868l-.007-.115-.001-5.588a.195.195 0 0 0-.194-.196l-.001-.001z"}))})));ThreadReplySnackbar.displayName="ThreadReplySnackbar",ThreadReplySnackbar.iconName="thread-reply-snackbar",exports.default=ThreadReplySnackbar},"./packages/juno-icon/src/ThumbDownBorderSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThumbDownBorderSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.139 27.554 2.537.846 4.928-10.678h3.232a2.8 2.8 0 0 0 2.8-2.8v-9.6a2.8 2.8 0 0 0-2.8-2.8H8.809a2.8 2.8 0 0 0-2.67 1.957l-3.132 9.918c-.896 2.836 1.222 5.725 4.196 5.725h4.834v1.74a6 6 0 0 0 4.103 5.692zm5.898-12.162-4.639 10.052-.499-.166a3.6 3.6 0 0 1-2.462-3.415v-4.14H7.203a2 2 0 0 1-1.907-2.602l3.132-9.918a.401.401 0 0 1 .381-.28h13.227v10.47zm2.4-.07v-10.4h2.4a.4.4 0 0 1 .4.4v9.6a.4.4 0 0 1-.4.4h-2.4z"}))})));ThumbDownBorderSp.displayName="ThumbDownBorderSp",ThumbDownBorderSp.iconName="thumb-down_border_sp",exports.default=ThumbDownBorderSp},"./packages/juno-icon/src/ThumbDownSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThumbDownSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.139 27.554 2.537.846 4.928-10.678h3.232a2.8 2.8 0 0 0 2.8-2.8v-9.6a2.8 2.8 0 0 0-2.8-2.8H8.809a2.8 2.8 0 0 0-2.67 1.957l-3.132 9.918c-.896 2.836 1.222 5.725 4.196 5.725h4.834v1.74a6 6 0 0 0 4.103 5.692zm7.493-12.232v-10.4h3.205a.4.4 0 0 1 .4.4v9.6a.4.4 0 0 1-.4.4h-3.205z"}))})));ThumbDownSp.displayName="ThumbDownSp",ThumbDownSp.iconName="thumb-down_sp",exports.default=ThumbDownSp},"./packages/juno-icon/src/ThumbUpBorderSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThumbUpBorderSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.297 3.368-2.537-.846L8.832 13.2H5.6A2.8 2.8 0 0 0 2.8 16v9.6a2.8 2.8 0 0 0 2.8 2.8h18.027a2.8 2.8 0 0 0 2.67-1.957l3.132-9.918c.896-2.836-1.222-5.725-4.196-5.725h-4.834V9.06a6 6 0 0 0-4.103-5.692zM10.4 15.53l4.639-10.052.499.166A3.6 3.6 0 0 1 18 9.059v4.14h7.234a2 2 0 0 1 1.907 2.602l-3.132 9.918a.4.4 0 0 1-.381.28H10.401v-10.47zM8 15.6V26H5.6a.4.4 0 0 1-.4-.4V16a.4.4 0 0 1 .4-.4H8z"}))})));ThumbUpBorderSp.displayName="ThumbUpBorderSp",ThumbUpBorderSp.iconName="thumb-up_border_sp",exports.default=ThumbUpBorderSp},"./packages/juno-icon/src/ThumbUpSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThumbUpSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.297 3.368-2.537-.846L8.832 13.2H5.6A2.8 2.8 0 0 0 2.8 16v9.6a2.8 2.8 0 0 0 2.8 2.8h18.027a2.8 2.8 0 0 0 2.67-1.957l3.132-9.918c.896-2.836-1.222-5.725-4.196-5.725h-4.834V9.06a6 6 0 0 0-4.103-5.692zM8.8 15.6V26H5.6a.4.4 0 0 1-.4-.4V16a.4.4 0 0 1 .4-.4h3.2z"}))})));ThumbUpSp.displayName="ThumbUpSp",ThumbUpSp.iconName="thumb-up_sp",exports.default=ThumbUpSp},"./packages/juno-icon/src/Thumbup.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Thumbup=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 15v13H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h3zM19 2a2.305 2.305 0 0 1 2.227 2.899L19.867 10H26a4 4 0 0 1 4 4v4.5a9.5 9.5 0 0 1-9.5 9.5H9V13.37l5.825-9.49A4 4 0 0 1 18.217 2H19z"}))})));Thumbup.displayName="Thumbup",Thumbup.iconName="thumbup",exports.default=Thumbup},"./packages/juno-icon/src/ThumbupBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ThumbupBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M4 28a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h4l6.825-11.12A4 4 0 0 1 18.217 2H19a2.305 2.305 0 0 1 2.227 2.899L19.867 10H26a4 4 0 0 1 4 4v4.5a9.5 9.5 0 0 1-9.5 9.5H4zm3-11H5a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2v-9zM19 4h-.783a1.99 1.99 0 0 0-1.687.926l-6.825 11.12C9.341 16.639 9 17 9 17v9h11.5a7.5 7.5 0 0 0 7.5-7.5V14a2 2 0 0 0-2-2h-6.133a2 2 0 0 1-1.933-2.515l1.36-5.101A.305.305 0 0 0 18.999 4z"}))})));ThumbupBorder.displayName="ThumbupBorder",ThumbupBorder.iconName="thumbup_border",exports.default=ThumbupBorder},"./packages/juno-icon/src/Time.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Time=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 0 0-.993.883L15 7v8H9a1 1 0 0 0-.117 1.993L9 17l7.117-.007c.459-.053.823-.418.877-.877l.007-.117v-9a1 1 0 0 0-1-1z"}))})));Time.displayName="Time",Time.iconName="time",exports.default=Time},"./packages/juno-icon/src/TimeBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TimeBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zM9 17a1 1 0 0 1 0-2h6V7a1 1 0 0 1 2 0v9a1 1 0 0 1-.883.993L16 17H9z"}))})));TimeBorder.displayName="TimeBorder",TimeBorder.iconName="time_border",exports.default=TimeBorder},"./packages/juno-icon/src/TodayCalendarIco.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TodayCalendarIco=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.056 2C4.278 2 2 4.277 2 7.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056V7.056C30.001 4.278 27.724 2 24.945 2H7.056zm0 2.333h17.889a2.706 2.706 0 0 1 2.722 2.722v1.167H4.334V7.055a2.706 2.706 0 0 1 2.722-2.722zm-2.723 6.223h23.333v14.389a2.706 2.706 0 0 1-2.722 2.722H7.055a2.706 2.706 0 0 1-2.722-2.722V10.556zm17.532 3.098a1.168 1.168 0 0 0-.899.398l-6.18 6.863-3.018-3.018a1.166 1.166 0 1 0-1.651 1.65l3.889 3.889a1.165 1.165 0 0 0 1.693-.044l7-7.778a1.166 1.166 0 0 0-.836-1.96h.001z"}))})));TodayCalendarIco.displayName="TodayCalendarIco",TodayCalendarIco.iconName="today-calendar-ico",exports.default=TodayCalendarIco},"./packages/juno-icon/src/TransciptSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransciptSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m19.049 13.523 1.751.071c-.274 6.312-3.288 9.793-8.725 10.126v3.48h-1.751v-3.48c-5.436-.334-8.45-3.814-8.725-10.126l1.751-.071c.244 5.645 2.884 8.507 7.849 8.507s7.605-2.863 7.849-8.507zM27.2 20.8V24h-4.8v-3.2h4.8zm-16-16c3.855 0 4.901 2.289 5.167 5.09l.042.548c.006.092.011.185.015.278l.019.562.008.567-.003.832-.013.551-.025.544-.04.535c-.259 2.823-1.294 5.139-5.171 5.139-3.855 0-4.9-2.289-5.167-5.09l-.042-.548a12.597 12.597 0 0 1-.015-.278l-.019-.562-.008-.567.003-.832.013-.551.025-.544.04-.535C6.288 7.116 7.323 4.8 11.2 4.8zm19.2 9.6v3.2h-8v-3.2h8zm0-6.4v3.2h-8V8h8z"}))})));TransciptSp.displayName="TransciptSp",TransciptSp.iconName="transcipt_sp",exports.default=TransciptSp},"./packages/juno-icon/src/Transcribe.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Transcribe=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 9h18v3H7V9zm0 5h18v3H7v-3zm0 5h14v3H7v-3z"}))})));Transcribe.displayName="Transcribe",Transcribe.iconName="transcribe",exports.default=Transcribe},"./packages/juno-icon/src/Transcript.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Transcript=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7.25 2A5.25 5.25 0 0 0 2 7.25v17.5A5.25 5.25 0 0 0 7.25 30h17.5c2.9 0 5.25-2.35 5.25-5.25V7.25A5.25 5.25 0 0 0 24.75 2H7.25zM9 11.625V9h12.25v2.625H9zm14 5.688H9v-2.625h14v2.625zM9 23v-2.625h8.75V23H9z"}))})));Transcript.displayName="Transcript",Transcript.iconName="transcript",exports.default=Transcript},"./packages/juno-icon/src/TranscriptBottom.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TranscriptBottom=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 29.172l2.586-2.586A2 2 0 0 1 20 26h7a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-3 11a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1zm17-4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2h2zm-6 0a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5zm-9 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h3z"}))})));TranscriptBottom.displayName="TranscriptBottom",TranscriptBottom.iconName="transcript_bottom",exports.default=TranscriptBottom},"./packages/juno-icon/src/Transcription.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Transcription=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 4a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-7.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141a1 1 0 0 0-.707-.293H4.001a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7a2 2 0 0 1 1.414.586L16 25.172l2.586-2.586A2 2 0 0 1 20 22h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-3 11a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h4zm-8 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1zm17-4a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2h2zm-6 0a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5zm-9 0a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h3z"}))})));Transcription.displayName="Transcription",Transcription.iconName="transcription",exports.default=Transcription},"./packages/juno-icon/src/TransferCall.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransferCall=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M15.998 19.956c-.011.453.06.432-.433.556-.803.208-1.633.268-2.456.314a99.83 99.83 0 0 1-3.946.156c-2.256.038-4.513.035-6.758-.236a8.248 8.248 0 0 1-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a16.172 16.172 0 0 1 0-.853.269.269 0 0 0-.111-.234 3.778 3.778 0 0 1-1.009-1.211c-.544-1.027-.652-2.114-.425-3.241.199-.972.627-1.822 1.373-2.491 1.274-1.139 3.143-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.593 3.596-.04.032-.066.11-.066.164-.009.297 0 .597-.006.897-.003.101.028.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.65.32 1.177.796 1.479 1.476.242.545.311 1.122.293 1.71zm14.704 4.291c.242.545.311 1.122.296 1.707-.011.45.06.432-.436.559-.803.208-1.632.268-2.456.314a99.78 99.78 0 0 1-3.945.156c-2.256.038-4.512.035-6.757-.236a8.248 8.248 0 0 1-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a20.214 20.214 0 0 1 0-.853.269.269 0 0 0-.111-.234 3.763 3.763 0 0 1-1.008-1.211c-.544-1.026-.652-2.114-.424-3.241.199-.972.627-1.822 1.373-2.491 1.273-1.139 3.142-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.592 3.596-.04.032-.066.11-.066.164-.009.3 0 .597-.006.897-.003.101.029.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.649.32 1.176.796 1.478 1.476zM13.996 6.08a.765.765 0 0 1-.933-.448.806.806 0 0 1 .481-1.079c1.296-.419 3.451-.733 5.761.358.407.192.77.445 1.099.739L23.001 4l-.242 6.546a.51.51 0 0 1-.798.361L16.9 7.881l2.012-1.28a4.005 4.005 0 0 0-.402-.227c-1.838-.873-3.434-.64-4.513-.294z"}))})));TransferCall.displayName="TransferCall",TransferCall.iconName="transfer-call",exports.default=TransferCall},"./packages/juno-icon/src/TransferCallBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransferCallBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.791 2.353a3.42 3.42 0 0 1 1.577 1.5 33.63 33.63 0 0 0 1.257 2.265 49.99 49.99 0 0 0 1.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 0 1-1.027.705 1.161 1.161 0 0 1-.218.137l-.171.083-.137.078a7.09 7.09 0 0 1-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 0 0 1.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 0 1 2.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 0 0 1.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 0 1-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 0 1-3.044-2.327l-.431-.391a36.73 36.73 0 0 1-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87C.992 9.65.896 8.256 1.108 7.021c.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 0 1 2.133.308zM6.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 0 0 3.283 3.393 22.997 22.997 0 0 0 3.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 0 1-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 0 0-.827.134l-.119.063-.049.035a3.377 3.377 0 0 0-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 0 1-.09.104l-.159.162-.157.172a1.998 1.998 0 0 1-2.3.472 6.246 6.246 0 0 1-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 0 1-1.531-1.601 16.348 16.348 0 0 1-1.243-1.674 8.88 8.88 0 0 1-.691-1.286l-.073-.183a5.005 5.005 0 0 1-.292-.913 2 2 0 0 1 1.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 0 0-.147-.621 52.75 52.75 0 0 1-1.763-2.705 34.089 34.089 0 0 1-1.299-2.338 1.447 1.447 0 0 0-.553-.588l-.12-.063a1.627 1.627 0 0 0-.976-.142zm17.135 1.265a1.014 1.014 0 0 1 1.414 0l5.192 5.019a.968.968 0 0 1 0 1.388l-5.192 5.019c-.391.383-1.024.383-1.414 0s-.391-1.004 0-1.388l3.488-3.344H17.001c-.552 0-1-.439-1-.981s.448-.981 1-.981h10.586l-3.486-3.344a.968.968 0 0 1 0-1.388z"}))})));TransferCallBorder.displayName="TransferCallBorder",TransferCallBorder.iconName="transfer_call_border",exports.default=TransferCallBorder},"./packages/juno-icon/src/TransferCallSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TransferCallSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m26.759 17.143-7.665 7.665-1.616-1.616 3.762-3.763H5.714v-2.286h21.045zm-7.665-9.951 7.665 7.665H5.714v-2.286H21.24l-3.762-3.763 1.616-1.616z"}))})));TransferCallSp.displayName="TransferCallSp",TransferCallSp.iconName="transfer-call_sp",exports.default=TransferCallSp},"./packages/juno-icon/src/Translate.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Translate=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.106 19.332c.28.277.372.692.234 1.06l-.099.267a1 1 0 0 1-1.644.358l-2.454-2.454-5.007 5.007a1 1 0 0 1-1.414 0l-.204-.204a1 1 0 0 1 .005-1.419l5.1-5.03a20.249 20.249 0 0 1-2.719-3.829c-.348-.636.133-1.382.857-1.382h.131c.375 0 .717.211.899.539a17.903 17.903 0 0 0 2.352 3.29 18.024 18.024 0 0 0 3.623-6.114H4.001a1 1 0 0 1-1-1v-.286a1 1 0 0 1 1-1h7V5.849a1 1 0 0 1 1-1h.286a1 1 0 0 1 1 1v1.286h7a1 1 0 0 1 1 1v.286a1 1 0 0 1-1 1h-2.349a20.013 20.013 0 0 1-4.24 7.463.048.048 0 0 0 0 .068l2.408 2.38zM27.559 27a1 1 0 0 0 .937-1.35l-4.485-12a1 1 0 0 0-.937-.65h-1.137a1 1 0 0 0-.936.649l-4.493 12A1 1 0 0 0 17.444 27h.492c.209 0 .384-.061.525-.184s.236-.258.286-.407l.995-2.856h5.519l.995 2.856c.068.168.169.31.304.426.135.11.31.165.525.165h.475zm-4.557-9.943 1.622 4.657h-4.238l1.612-4.638c.08-.213.163-.462.249-.745.086-.291.169-.6.249-.93.086.329.172.636.258.92s.169.529.249.736z"}))})));Translate.displayName="Translate",Translate.iconName="translate",exports.default=Translate},"./packages/juno-icon/src/Trello.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Trello=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.018 17.16c0 .169-.054.308-.163.417s-.247.163-.417.163h-8.699c-.17 0-.308-.054-.417-.163s-.163-.248-.163-.417V5.562c0-.17.054-.308.163-.417s.248-.163.417-.163h8.699c.17 0 .308.054.417.163s.163.247.163.417V17.16zM14.84 24.119c0 .169-.054.308-.163.417s-.248.163-.417.163H5.561c-.169 0-.308-.054-.417-.163s-.163-.248-.163-.417V5.562c0-.17.054-.308.163-.417s.248-.163.417-.163h8.699c.169 0 .308.054.417.163s.163.247.163.417v18.557zM29.573 2.427a1.111 1.111 0 0 0-.816-.344H3.241c-.314 0-.586.114-.815.344s-.344.502-.344.816v25.516c0 .314.115.586.344.815s.502.344.815.344h25.516c.315 0 .587-.114.816-.344s.344-.502.344-.815V3.243a1.12 1.12 0 0 0-.344-.816z"}))})));Trello.displayName="Trello",Trello.iconName="trello",exports.default=Trello},"./packages/juno-icon/src/TxtBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),TxtBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.565 2.494A2.02 2.02 0 0 0 19.248 2H6c-1.08 0-2 .907-2 2v11c0 .546.466.99 1.006.99S6 15.546 6 15V5c0-.546.46-1 1-1h11.872c.238 0 .481.09.659.248l6.128 5.362c.211.187.383.514.383.799l-.043 4.592c0 .546.46 1 1 1s1-.454 1-1V9.959c0-.57-.259-1.18-.683-1.557l-6.752-5.907zm9.256 16.672c.482 0 .872-.412.872-.919s-.39-.919-.872-.919h-6.838c-.481 0-.872.412-.872.919s.392.919.872.919h2.391v9.739c0 .605.465 1.095 1.038 1.095s1.038-.489 1.038-1.095v-9.739h2.371zm-7.919 9.503c.354.572-.036 1.331-.684 1.331h-.559a.521.521 0 0 1-.363-.124 1.18 1.18 0 0 1-.215-.279l-3.635-4.81-3.724 4.81a2.33 2.33 0 0 1-.225.279.448.448 0 0 1-.323.124h-.428c-.651 0-1.04-.765-.68-1.337l3.968-5-3.747-4.992c-.365-.572.024-1.342.677-1.342h.532c.15 0 .261.024.334.073.072.048.133.12.186.215l3.556 4.951 3.547-4.909c.058-.111.124-.193.196-.249s.163-.082.274-.082h.437c.658 0 1.046.776.673 1.348l-3.755 4.893 3.957 5.1zM9.404 19.166c.481 0 .872-.412.872-.919s-.392-.919-.872-.919H2.566c-.482 0-.872.412-.872.919s.39.919.872.919h2.39v9.739c0 .605.465 1.095 1.04 1.095.573 0 1.038-.489 1.038-1.095v-9.739h2.371z"}))})));TxtBorder.displayName="TxtBorder",TxtBorder.iconName="txt_border",exports.default=TxtBorder},"./packages/juno-icon/src/Unblocked.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unblocked=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M6.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm16.97 1.414L7.515 23.071a.999.999 0 0 0 1.32 1.497l.094-.083L24.485 8.929a.999.999 0 0 0-1.32-1.497l-.094.083z"}))})));Unblocked.displayName="Unblocked",Unblocked.iconName="unblocked",exports.default=Unblocked},"./packages/juno-icon/src/Underline.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Underline=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 26a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2h16zm0-22a1 1 0 0 1 1 1v10c0 4.971-4.029 9-9 9s-9-4.029-9-9V5a1 1 0 0 1 2 0v10a7 7 0 0 0 6.759 6.996L16 22a7 7 0 0 0 6.996-6.759L23 15V5a1 1 0 0 1 1-1z"}))})));Underline.displayName="Underline",Underline.iconName="underline",exports.default=Underline},"./packages/juno-icon/src/Undock.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Undock=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16zm-3 5h-6l2.243 2.242-6.536 6.536a.999.999 0 0 0 1.32 1.497l.094-.083 6.536-6.536L17 21v-6zM28 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-4V8H10V4a2 2 0 0 1 2-2h16z"}))})));Undock.displayName="Undock",Undock.iconName="undock",exports.default=Undock},"./packages/juno-icon/src/UndockBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UndockBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20 10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16zm0 2H4v16h16V12zm-3 3v6l-2.343-2.344-6.536 6.536a.999.999 0 1 1-1.414-1.414l6.536-6.536L11 15h6zM28 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-4v-2h4V4H12v4h-2V4a2 2 0 0 1 2-2h16z"}))})));UndockBorder.displayName="UndockBorder",UndockBorder.iconName="undock_border",exports.default=UndockBorder},"./packages/juno-icon/src/UnfoldLess.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UnfoldLess=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m11.05 27.621 4.95-4.95 4.95 4.95a.999.999 0 1 0 1.414-1.414l-5.657-5.657a.999.999 0 0 0-1.414 0l-5.657 5.657a.999.999 0 1 0 1.414 1.414zM9.636 5.707l5.657 5.657a1 1 0 0 0 1.32.083l.094-.083 5.657-5.657a.999.999 0 0 0-1.32-1.497l-.094.083L16 9.243l-4.95-4.95a.999.999 0 0 0-1.497 1.32l.083.094z"}))})));UnfoldLess.displayName="UnfoldLess",UnfoldLess.iconName="unfold_less",exports.default=UnfoldLess},"./packages/juno-icon/src/UnfoldMore.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UnfoldMore=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M11.05 20.55 16 25.5l4.95-4.95a.999.999 0 1 1 1.414 1.414l-5.657 5.657a.999.999 0 0 1-1.414 0l-5.657-5.657a.999.999 0 1 1 1.414-1.414zM9.636 9.95l5.657-5.657a1 1 0 0 1 1.32-.083l.094.083 5.657 5.657a.999.999 0 0 1-1.32 1.497l-.094-.083L16 6.414l-4.95 4.95a.999.999 0 0 1-1.497-1.32l.083-.094z"}))})));UnfoldMore.displayName="UnfoldMore",UnfoldMore.iconName="unfold_more",exports.default=UnfoldMore},"./packages/juno-icon/src/Unlock.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unlock=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M24 2a6 6 0 0 1 6 6v4h-2V8a4 4 0 0 0-3.8-3.995L24 4a4 4 0 0 0-3.995 3.8L20 8v6h4a2 2 0 0 1 1.994 1.851L26 16v12a2 2 0 0 1-1.851 1.994L24 30H8a2.001 2.001 0 0 1-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h10V8a6 6 0 0 1 6-6zm-1 14H9a1 1 0 0 0-.993.883L8 17v10a1 1 0 0 0 .883.993L9 28h14a1 1 0 0 0 .993-.883L24 27V17a1 1 0 0 0-.883-.993L23 16zm-7 3a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z"}))})));Unlock.displayName="Unlock",Unlock.iconName="unlock",exports.default=Unlock},"./packages/juno-icon/src/Unpin.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unpin=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m9.946 20.442 1.613 1.613-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256zM19.63 1.154c.086.05.165.11.235.181l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-8.715 5.046a10.246 10.246 0 0 1-2.901 8.723 1.141 1.141 0 0 1-1.613 0l-12.9-12.9a1.141 1.141 0 0 1 0-1.613 10.248 10.248 0 0 1 8.724-2.901l5.045-8.715a1.14 1.14 0 0 1 1.558-.415zm-.389 2.385-5.161 8.917-1.338-.192a8.249 8.249 0 0 0-6.105 1.54l-.281.219 11.62 11.62.029-.033a8.24 8.24 0 0 0 1.768-6.055l-.037-.296-.192-1.338 8.916-5.163-9.219-9.219z"}))})));Unpin.displayName="Unpin",Unpin.iconName="unpin",exports.default=Unpin},"./packages/juno-icon/src/UnpinSlash.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UnpinSlash=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M3.565 2.979a.999.999 0 0 1 1.414 0l24.042 24.042a.999.999 0 1 1-1.414 1.414l-5.984-5.983-.078.359a10.215 10.215 0 0 1-2.73 4.888 1.141 1.141 0 0 1-1.613 0l-5.644-5.644-7.256 7.256c-.445.445-2.78 2.058-3.225 1.613s1.167-2.78 1.613-3.225l7.256-7.256-5.644-5.644a1.141 1.141 0 0 1 0-1.613 10.214 10.214 0 0 1 5.246-2.808L3.565 4.394a.999.999 0 0 1 0-1.414zm7.788 9.202a8.23 8.23 0 0 0-4.716 1.623l-.281.219 11.62 11.62.029-.033a8.234 8.234 0 0 0 1.814-4.964l-8.466-8.465zM19.63 1.154c.086.05.165.11.235.181l10.802 10.801a1.141 1.141 0 0 1-.235 1.794l-7.394 4.28-1.464-1.463 6.887-3.988-9.219-9.219-3.987 6.888-1.463-1.464 4.28-7.394a1.14 1.14 0 0 1 1.558-.415z"}))})));UnpinSlash.displayName="UnpinSlash",UnpinSlash.iconName="unpin-slash",exports.default=UnpinSlash},"./packages/juno-icon/src/Unread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.615 2a2 2 0 0 1 1.752 2.965L24 11.08l3.331 5.943a2 2 0 0 1-1.745 2.978H6v9a1 1 0 0 1-2 0v-26a1 1 0 0 1 1-1h20.615z"}))})));Unread.displayName="Unread",Unread.iconName="unread",exports.default=Unread},"./packages/juno-icon/src/Unselect.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Unselect=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 2a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h22zm0 2.5H5a.5.5 0 0 0-.492.41L4.5 5v22a.5.5 0 0 0 .41.492L5 27.5h22a.5.5 0 0 0 .492-.41L27.5 27V5a.5.5 0 0 0-.41-.492L27 4.5z"}))})));Unselect.displayName="Unselect",Unselect.iconName="unselect",exports.default=Unselect},"./packages/juno-icon/src/Update.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Update=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m25.813 6.324-1.964-4.598a.5.5 0 0 0-.893-.054l-.965 1.671A13.95 13.95 0 0 0 16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14c0-.757-.06-1.499-.176-2.224a.936.936 0 0 0-.937-.776c-.641 0-1.109.606-1.016 1.24.084.574.128 1.162.128 1.76 0 6.627-5.373 12-12 12s-12-5.373-12-12 5.373-12 12-12c1.779 0 3.468.387 4.987 1.082l-1.031 1.786a.5.5 0 0 0 .493.746l4.964-.598a.5.5 0 0 0 .4-.693zm-4.106 5.969a1 1 0 0 1 0 1.414L14 21.414l-3.707-3.707a.999.999 0 1 1 1.414-1.414L14 18.586l6.293-6.293a1 1 0 0 1 1.414 0z"}))})));Update.displayName="Update",Update.iconName="update",exports.default=Update},"./packages/juno-icon/src/UserDefault.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),UserDefault=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.8 5.66a5.222 5.222 0 0 1 4.168 2.106 5.276 5.276 0 0 1 1.056 3.794 26.765 26.765 0 0 0-.136 2.901v.139a3.457 3.457 0 0 1 0 2.106 5.804 5.804 0 0 1-1.144 2.459 5.648 5.648 0 0 1-.6 2.459 8.879 8.879 0 0 0-.456 1.828v.155c.001.59.01.59.136.59 2.188.662 4.644 1.774 6.763 2.708A15.152 15.152 0 0 1 16 31.199a15.151 15.151 0 0 1-10.724-4.428.14.14 0 0 1 .059-.021 57.038 57.038 0 0 1 6.96-2.618h.019c.117-.002.117-.037.117-.746a5.668 5.668 0 0 0-.272-1.828c-.136-.615-.456-1.5-.6-2.459a5.694 5.694 0 0 1-1.048-2.459 3.3 3.3 0 0 1 0-2.106v-.074c0-.279-.144-1.688-.28-2.901a5.276 5.276 0 0 1 1.056-3.794 5.259 5.259 0 0 1 4.176-2.106h1.336z"}))})));UserDefault.displayName="UserDefault",UserDefault.iconName="user-default",exports.default=UserDefault},"./packages/juno-icon/src/VideoAndMessage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideoAndMessage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4.586a.997.997 0 0 0-.707.293l-3.141 3.141a.8.8 0 0 1-1.131 0l-3.141-3.141A1 1 0 0 0 7.587 24H3.001a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm-1 2H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a2 2 0 0 1 1.414.586L12 25.172l2.586-2.586A2 2 0 0 1 16 22h4a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm10 .618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 17.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528zM13 16a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h7zm5-4a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2h12z"}))})));VideoAndMessage.displayName="VideoAndMessage",VideoAndMessage.iconName="video_and_message",exports.default=VideoAndMessage},"./packages/juno-icon/src/VideoMeeting.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideoMeeting=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21.182 8C22.186 8 23 8.761 23 9.7v13.6c0 .939-.814 1.7-1.818 1.7H4.818C3.814 25 3 24.239 3 23.3V9.7C3 8.761 3.814 8 4.818 8h16.364zm7.104 3c.366 0 .668.333.709.761l.005.101v9.276c0 .134-.026.266-.075.385-.164.395-.545.572-.882.425l-.077-.04-3.571-2.154c-.215-.13-.36-.38-.389-.663L24 18.983v-4.967c0-.29.121-.558.318-.717l.077-.054 3.571-2.154a.615.615 0 0 1 .319-.091z"}))})));VideoMeeting.displayName="VideoMeeting",VideoMeeting.iconName="video_meeting",exports.default=VideoMeeting},"./packages/juno-icon/src/VideoMeetingSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideoMeetingSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M26.286 10.427v12.049l-4.36-2.732c.079-.826.119-1.773.119-2.853v-.64c0-1.107-.04-2.079-.132-2.92l4.372-2.905zM13.09 9.143c-6.616 0-7.376.764-7.376 7.429s.76 7.429 7.376 7.429c6.533 0 7.36-.797 7.374-7.109v-.64c-.013-6.312-.841-7.109-7.374-7.109z"}))})));VideoMeetingSp.displayName="VideoMeetingSp",VideoMeetingSp.iconName="video_meeting_sp",exports.default=VideoMeetingSp},"./packages/juno-icon/src/Videocam.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Videocam=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm9 3.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z"}))})));Videocam.displayName="Videocam",Videocam.iconName="videocam",exports.default=Videocam},"./packages/juno-icon/src/VideocamBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideocamBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm-1 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm10 1.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528z"}))})));VideocamBorder.displayName="VideocamBorder",VideocamBorder.iconName="videocam_border",exports.default=VideocamBorder},"./packages/juno-icon/src/VideocamOff.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideocamOff=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.435 3.979a.999.999 0 0 1 0 1.414L5.393 29.435a.999.999 0 1 1-1.414-1.414L28.021 3.979a.999.999 0 0 1 1.414 0zM21 6c.597 0 1.132.261 1.499.675L3.172 26H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zm2 5.828V24a2 2 0 0 1-2 2H8.827L23 11.828zm7-2.21a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z"}))})));VideocamOff.displayName="VideocamOff",VideocamOff.iconName="videocam-off",exports.default=VideocamOff},"./packages/juno-icon/src/VideocamOffBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VideocamOffBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6c.597 0 1.132.261 1.499.675l-1.711 1.709A.998.998 0 0 0 20 8H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1.172l-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h18zM5.393 29.434a.999.999 0 1 1-1.414-1.414L28.021 3.978a.999.999 0 1 1 1.414 1.414L23 11.827v12.172a2 2 0 0 1-2 2H8.827l2-2H20a1 1 0 0 0 1-1v-9.172L5.393 29.433zM30 9.618a1 1 0 0 1 .993.883l.007.117v10.764a1 1 0 0 1-1.34.94l-.107-.046-5-2.5a1 1 0 0 1-.545-.77L24 18.881v-5.764a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106zm-1 2.618-3 1.5v4.528l3 1.5v-7.528z"}))})));VideocamOffBorder.displayName="VideocamOffBorder",VideocamOffBorder.iconName="videocam-off_border",exports.default=VideocamOffBorder},"./packages/juno-icon/src/View.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),View=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 5c8.284 0 15 8 15 11s-6.716 11-15 11C7.716 27 1 19 1 16S7.716 5 16 5zm0 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"}))})));View.displayName="View",View.iconName="view",exports.default=View},"./packages/juno-icon/src/ViewBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ViewBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 5c8.284 0 15 8 15 11s-6.716 11-15 11C7.716 27 1 19 1 16S7.716 5 16 5zm0 2c-3.233 0-6.526 1.462-9.29 3.88-1.169 1.022-2.162 2.156-2.853 3.223C3.289 14.981 3 15.712 3 16s.289 1.019.857 1.897c.691 1.066 1.684 2.2 2.853 3.223C9.474 23.538 12.766 25 16 25s6.526-1.462 9.29-3.88c1.169-1.022 2.162-2.156 2.853-3.223.569-.878.857-1.609.857-1.897s-.289-1.019-.857-1.897c-.691-1.066-1.684-2.2-2.853-3.223C22.526 8.462 19.234 7 16 7zm0 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"}))})));ViewBorder.displayName="ViewBorder",ViewBorder.iconName="view_border",exports.default=ViewBorder},"./packages/juno-icon/src/ViewInConversationThread.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ViewInConversationThread=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M25.333 4A2.667 2.667 0 0 1 28 6.667v2.667h-2V6.667a.668.668 0 0 0-.547-.656L25.333 6H6.666a.668.668 0 0 0-.656.547l-.011.12V20c0 .327.236.599.547.656l.12.011h4.804l4.529 4.683 4.529-4.683h4.804a.668.668 0 0 0 .656-.547l.011-.12v-2.667h2V20a2.667 2.667 0 0 1-2.667 2.667h-3.956l-4.914 5.081a.668.668 0 0 1-.852.063l-.091-.079-4.898-5.065H6.665A2.667 2.667 0 0 1 3.998 20V6.667A2.667 2.667 0 0 1 6.665 4h18.667zm-5.948 4.627a1 1 0 0 1 .095 1.302l-.097.112-2.299 2.292H31a1 1 0 0 1 0 2H17.355l1.976 1.704a1 1 0 0 1 .192 1.291l-.088.119a1 1 0 0 1-1.291.192l-.119-.088-3.525-3.044a1.667 1.667 0 0 1-.152-2.254l.122-.135 3.502-3.493a1 1 0 0 1 1.414.002z"}))})));ViewInConversationThread.displayName="ViewInConversationThread",ViewInConversationThread.iconName="view-in-conversation-thread",exports.default=ViewInConversationThread},"./packages/juno-icon/src/ViewLogBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ViewLogBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M14 2a1 1 0 0 1 0 2H7a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V16l.007-.117A1 1 0 0 1 28 16v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 17a1 1 0 0 1 .117 1.993L21 21h-9.997a1 1 0 0 1-.117-1.993l.117-.007H21zm-5-6a1 1 0 0 1 .117 1.993L16 15h-4.997a1 1 0 0 1-.117-1.993l.117-.007H16zM27 2a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0l-.001-5.586-5.827 5.829a1 1 0 0 1-1.414-1.414L24.585 4H19a1 1 0 0 1 0-2h8z"}))})));ViewLogBorder.displayName="ViewLogBorder",ViewLogBorder.iconName="view-log_border",exports.default=ViewLogBorder},"./packages/juno-icon/src/Voicemail.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Voicemail=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8 23a7 7 0 1 1 6.326-3.999h3.348A7 7 0 1 1 24 23H8zm0-10a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm16 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}))})));Voicemail.displayName="Voicemail",Voicemail.iconName="voicemail",exports.default=Voicemail},"./packages/juno-icon/src/VoicemailBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),VoicemailBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M7 24v-.016a7.5 7.5 0 1 1 5.598-1.983h6.804a7.5 7.5 0 1 1 5.599 1.983L25 24H7zm.5-13a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11zm17 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11z"}))})));VoicemailBorder.displayName="VoicemailBorder",VoicemailBorder.iconName="voicemail_border",exports.default=VoicemailBorder},"./packages/juno-icon/src/Warning.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Warning=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.999 4.27c.304.176.557.428.733.733l11.537 19.998a2 2 0 0 1-1.732 3H4.463a2 2 0 0 1-1.732-2.999L14.268 5.004A2 2 0 0 1 17 4.271zM16 22a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm0-10a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1z"}))})));Warning.displayName="Warning",Warning.iconName="warning",exports.default=Warning},"./packages/juno-icon/src/WatchVideo.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WatchVideo=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M17.818 5a5 5 0 0 1 5 5v3.92l6.328-5.751c.614-.559 1.584-.166 1.667.629l.006.111v14.545c0 .868-1.03 1.324-1.673.74l-6.328-5.753v3.922a4.999 4.999 0 0 1-4.783 4.995l-.217.005H6a5 5 0 0 1-5-5V9.999a5 5 0 0 1 5-5zm0 2H6a3 3 0 0 0-3 3v12.364a3 3 0 0 0 3 3h11.818a3 3 0 0 0 3-3V10a3 3 0 0 0-3-3zm11 4.168-5.514 5.012 5.514 5.014V11.168z"}))})));WatchVideo.displayName="WatchVideo",WatchVideo.iconName="watch-video",exports.default=WatchVideo},"./packages/juno-icon/src/WeakConnection.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WeakConnection=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#000",opacity:.32,d:"M25 4h2a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"}),React.createElement("path",{fill:"#000",d:"M17 14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V16a2 2 0 0 1 2-2h2zM7 20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2z"}))})));WeakConnection.displayName="WeakConnection",WeakConnection.iconName="weak-connection",exports.default=WeakConnection},"./packages/juno-icon/src/Webinar.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Webinar=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-6 14c-3.262 0-6 2.157-6 5 0 .552.413 1 .923 1h10.154c.51 0 .923-.448.923-1 0-2.843-2.738-5-6-5zm-9-2H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zm9-6.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM13 9H7a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2z"}))})));Webinar.displayName="Webinar",Webinar.iconName="webinar",exports.default=Webinar},"./packages/juno-icon/src/WebinarBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WebinarBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 3a2 2 0 0 1 2 2v18c0 .073-.004.146-.012.217.008.146.012.297.012.45 0 .736-.905 1.333-1.506 1.333H17v2h4a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h4v-2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h24zm-1 2H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10.026c.336-4.169 3.838-6 7.49-6 2.063 0 4.07.576 5.485 1.834L28 6a1 1 0 0 0-1-1zm-4.484 14c-3.035 0-5.09 1.341-5.484 3.775a.197.197 0 0 0 .168.223l.028.002H27a1 1 0 0 0 .902-.568c-.502-2.167-2.374-3.359-5.127-3.429L22.517 19zM13 15a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h6zm9.5-7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 2a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 22.5 10zM13 9a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h6z"}))})));WebinarBorder.displayName="WebinarBorder",WebinarBorder.iconName="webinar_border",exports.default=WebinarBorder},"./packages/juno-icon/src/Webpage.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Webpage=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16.607 5.494a7 7 0 0 1 9.899 9.899l-2.364 2.367a9.05 9.05 0 0 0-.122-2.708l1.071-1.073a5 5 0 0 0 0-7.071 5 5 0 0 0-7.071 0l-4.243 4.243a5 5 0 0 0 2.828 8.485l-1.645 1.645a6.999 6.999 0 0 1-2.597-11.544l4.243-4.243zM6 16.101l2.364-2.367a9.05 9.05 0 0 0 .122 2.708l-1.071 1.073a5 5 0 0 0 0 7.071 5 5 0 0 0 7.071 0l4.243-4.243a5 5 0 0 0-2.828-8.485l1.645-1.645a6.999 6.999 0 0 1 2.597 11.544L15.9 26a7 7 0 0 1-9.899-9.899z"}))})));Webpage.displayName="Webpage",Webpage.iconName="webpage",exports.default=Webpage},"./packages/juno-icon/src/Welcome.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Welcome=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M20.892 2a.976.976 0 0 0-.539 1.795c1.732 1.164 2.99 2.992 2.99 2.992a.978.978 0 0 0 1.687-.119.974.974 0 0 0-.069-.974s-1.377-2.078-3.519-3.518a.978.978 0 0 0-.551-.174zm-4.584 1.303a.978.978 0 0 0-.407 1.855c2.181 1.097 4.142 4.187 4.142 4.187a.98.98 0 0 0 1.692-.027.977.977 0 0 0-.016-.977s-1.945-3.42-4.941-4.927a.975.975 0 0 0-.47-.111zm-5.465 1.328a1.305 1.305 0 0 0-.964.544c-.379.526-.267 1.266.192 1.724l5.657 5.657a.65.65 0 1 1-.921.921L7.902 6.573a1.302 1.302 0 0 0-1.983.167c-.379.526-.267 1.264.192 1.723l6.856 6.856a.65.65 0 1 1-.921.921l-6.019-6.018a1.302 1.302 0 0 0-1.983.167c-.379.526-.267 1.266.192 1.724l6.43 6.43a.65.65 0 1 1-.921.921l-4.472-4.478c-.458-.459-1.197-.571-1.724-.192a1.302 1.302 0 0 0-.168 1.983L13.61 27.011a5.598 5.598 0 0 0 7.919.001l5.151-5.151c.62-.62 1.132-1.85 1.13-2.727-.01-3.823.657-5.585 1.092-7.629.324-1.522-1.075-2.949-2.559-2.023-2.518 1.57-1.543 5.053-3.249 6.759L11.863 5.01a1.297 1.297 0 0 0-1.02-.378zM4.637 22.175a.98.98 0 0 0-.889 1.426c2.128 4.255 6.296 6.296 6.296 6.296a.976.976 0 1 0 .873-1.747s-3.644-1.865-5.423-5.421a.976.976 0 0 0-.858-.553z"}))})));Welcome.displayName="Welcome",Welcome.iconName="welcome",exports.default=Welcome},"./packages/juno-icon/src/WhatIsNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WhatIsNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h22zm-8 13H9a1 1 0 0 0-.117 1.993L9 18h10a1 1 0 0 0 .117-1.993L19 16zm4-6H9a1 1 0 0 0-.117 1.993L9 12h14a1 1 0 0 0 .117-1.993L23 10z"}))})));WhatIsNew.displayName="WhatIsNew",WhatIsNew.iconName="what-is-new",exports.default=WhatIsNew},"./packages/juno-icon/src/WhatsNew.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WhatsNew=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12 10.048v8H8v-8h4zm2-.292 10-4.754v18.092L14 18.34V9.755zM8 8.048a2 2 0 0 0-2 2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2c0 .74.402 1.387 1 1.732v5.268a3 3 0 1 0 6 0v-5l10.257 4.903A2 2 0 0 0 26 23.094v-5.046a4 4 0 0 0 0-8V5.002a2 2 0 0 0-2.743-1.857L13 8.048H8zm-4 4h2v4H4v-4zm5 13v-5h2v5a1 1 0 0 1-2 0zm19-11a2 2 0 0 1-2 2v-4a2 2 0 0 1 2 2z"}))})));WhatsNew.displayName="WhatsNew",WhatsNew.iconName="whats-new",exports.default=WhatsNew},"./packages/juno-icon/src/Whisper.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Whisper=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M8.832 6.356c.365-1.305 2.042-2.795 3.836-2.234s4.948-.047 4.983-.047a.16.16 0 0 1 .11.04.162.162 0 0 1 .056.112c.012.454-.157.894-.47 1.218 2.67 1.811 2.004 5.368 1.696 6.89l.027.037c.642.862.69 2.075.458 2.907-.142.523-.407 1.462-1.007 2.062-.24.846-.978 1.633-1.505 2.331v.922c0 .029.019.054.047.062 2.281.538 7.938 2.252 7.938 6.536 0 .462-.453.803-.908.808H1.727c-.454-.01-.729-.352-.726-.813 0-4.289 5.718-6.058 8.004-6.593a.063.063 0 0 0 .047-.062v-.907c-.528-.704-1.332-1.44-1.571-2.292-.598-.6-.862-1.549-1.004-2.062-.233-.832-.112-2.038.528-2.899l.029-.037c-.044-.249-.427-.498-.447-.747-.289-1.953-.071-3.408.664-4.322.391-.5.959-.826 1.582-.909zm15.908-.822 1.86 1.022A6.985 6.985 0 0 0 24 12a6.992 6.992 0 0 0 2.902 5.676l-1.706 1.203A8.98 8.98 0 0 1 22 12a8.97 8.97 0 0 1 2.74-6.466zm2.821 1.549 2.093 1.149a4.002 4.002 0 0 0-.03 7.525l-1.849 1.304A5.995 5.995 0 0 1 25 12a5.992 5.992 0 0 1 2.561-4.917zM31 9v2a1 1 0 0 0 0 2v1.787l-.283.2A3 3 0 0 1 31 9z"}))})));Whisper.displayName="Whisper",Whisper.iconName="whisper",exports.default=Whisper},"./packages/juno-icon/src/WhisperSp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WhisperSp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m16.811 25.606-.22.001-.26-.007-.367-.024-.099-.011-.239 1.697-.039-.004c.015.002.021.002.019-.001l-.061-.024-.564-.165-4.162-1.125a11.43 11.43 0 0 0 1.557-1.497l.257-.311.233-.303.197-.274.21-.313-.049.076c.147-.223.282-.446.407-.668l.174-.321.141-.28.08-.167a11.737 11.737 0 0 0 .469-1.152l.085-.252c.111-.339.203-.666.281-.977l.1-.425.111-.544.059-.326.164-.982c.026-.152.307-.37.743-.37.401 0 .683.191.741.348l.011.057.002 4.775.75.095c.402.05 1.632.343 1.993 1.014.183.342.127.815-.165 1.405a1.257 1.257 0 0 1-.115.191l-.103.125-.04.041-.123.11-.097.073-.137.087-.207.105-.169.069-.166.056-.212.058-.318.064-.205.03-.162.018-.137.012-.37.017zM16 5.143c5.681 0 10.286 4.605 10.286 10.286 0 3.749-2.006 7.029-5.003 8.827.164-.777.022-1.38-.179-1.806l-.062-.122c-.532-.982-1.595-1.467-2.376-1.699l-.163-.046v-3.32c0-1.169-1.105-2.119-2.464-2.119-1.157 0-2.135.669-2.393 1.613l-.038.169-.202 1.2-.081.417-.099.443c-.365 1.518-1.093 3.416-2.835 5.063a10.269 10.269 0 0 1-4.677-8.621C5.714 9.747 10.319 5.142 16 5.142zm4.286 6.75a1.25 1.25 0 0 0-.268 2.473l.132.021.136.007.136-.007a1.252 1.252 0 0 0-.136-2.495zm-8.572-.002a1.25 1.25 0 1 0 .269.029l-.132-.021-.136-.007z"}))})));WhisperSp.displayName="WhisperSp",WhisperSp.iconName="whisper_sp",exports.default=WhisperSp},"./packages/juno-icon/src/Whiteboard.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Whiteboard=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M27.2 3A2.8 2.8 0 0 1 30 5.8v15.4a2.8 2.8 0 0 1-2.8 2.8h-4.724l1.396 5.209-2.028.543L20.303 24H11.7l-1.541 5.752-2.028-.543L9.527 24H4.802a2.8 2.8 0 0 1-2.8-2.8V5.8a2.8 2.8 0 0 1 2.8-2.8h22.4zM16.562 7.268c-.694-.223-1.521.115-2.627.989l-.38.312-.396.347-.231.209-.402.379-.296.287-.355.354-.568.581-.67.705-.969 1.051-.626.692-1.169 1.31-.321.364-.487.544-.296.321-.079.081-.013.008a.986.986 0 0 0-.375.487l-.035.123-.063.293.051.044.002.013a.997.997 0 0 0 .155.408.962.962 0 0 0 .483.381l.12.034.124.023a.741.741 0 0 0 .157.009c.203-.007.365-.079.561-.241l.139-.125.188-.189.275-.295.557-.624.715-.806 1.166-1.292.568-.618.633-.678.504-.529.305-.316.729-.734.442-.429.435-.404.361-.321.406-.338.258-.195.119-.082v.014a7.315 7.315 0 0 1-.115 1.053l-.075.388-.127.553-.095.366-.226.789-.133.437-.271.93-.108.405-.081.362-.047.266-.004.032c-.089.607-.036 1.082.217 1.457l.099.131c.133.149.293.268.473.349l.166.062c.175.053.357.069.536.05l.357-.061.27-.064.369-.111.367-.134.129-.052.444-.193.569-.272.507-.258.701-.373.971-.525.402-.211.593-.292.356-.151.197-.064.002.018c.005.053.007.114.005.183-.006.21-.049.459-.129.73l-.081.245c-.325.907-.298 1.679.128 2.238l.097.117.053.055c.342.324.784.511 1.246.53l.195-.002a5.19 5.19 0 0 0 1.203-.183l.294-.089.06-.021a.994.994 0 0 0 .619-1.104l-.034-.135a.966.966 0 0 0-1.037-.667l-.113.022-.708.18a2.445 2.445 0 0 1-.171.02l-.108.005c.01-.052.024-.107.043-.168l.04-.121c.442-1.249.441-2.389-.062-3.112l-.1-.131a1.807 1.807 0 0 0-.682-.486l-.19-.065a1.768 1.768 0 0 0-.738-.04l-.227.049-.289.079-.242.086-.389.167-.366.177-.437.225-.525.279-1.158.624-.624.323-.487.236-.294.134-.205.088-.322.125.08-.319.088-.325.188-.674.227-.777.227-.838.109-.453.063-.291.05-.251c.145-.768.205-1.454.166-2.077l-.026-.287-.001-.033a1.5 1.5 0 0 0-.273-.773 1.457 1.457 0 0 0-.531-.459l-.164-.071z"}))})));Whiteboard.displayName="Whiteboard",Whiteboard.iconName="whiteboard",exports.default=Whiteboard},"./packages/juno-icon/src/Work.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Work=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M22 3a2 2 0 0 1 2 2v3h4a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h4V5a2 2 0 0 1 2-2h12zm5 7H5a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1zm-6-5H11a1 1 0 0 0-1 1v2h12V6a1 1 0 0 0-1-1z"}))})));Work.displayName="Work",Work.iconName="work",exports.default=Work},"./packages/juno-icon/src/WorkflowFilled.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WorkflowFilled=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M21 6v.001a5 5 0 0 1-3.967 4.893L17 10.9V15h5a5 5 0 0 1 5 5v1.1c2.299.482 4 2.492 4 4.899a5 5 0 1 1-6.033-4.893L25 21.1V20a3 3 0 0 0-3-3H10a3 3 0 0 0-3 3v1.1c2.299.482 4 2.492 4 4.899a5 5 0 1 1-6.033-4.893L5 21.1V20a5 5 0 0 1 5-5h5v-4.1c-2.299-.482-4-2.492-4-4.899A5 5 0 0 1 21 6z"}))})));WorkflowFilled.displayName="WorkflowFilled",WorkflowFilled.iconName="workflow-filled",exports.default=WorkflowFilled},"./packages/juno-icon/src/WorkflowOutlined.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WorkflowOutlined=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 8.533a3.2 3.2 0 0 0 0-6.4 3.2 3.2 0 0 0 0 6.4zm5.333-3.2v.001a5.334 5.334 0 0 1-4.232 5.219l-.035.006v4.373h5.333a5.333 5.333 0 0 1 5.333 5.333v1.173c2.452.514 4.267 2.658 4.267 5.226a5.333 5.333 0 1 1-6.434-5.219l.035-.006v-1.173a3.2 3.2 0 0 0-3.2-3.2H9.6a3.2 3.2 0 0 0-3.2 3.2v1.173c2.452.514 4.267 2.658 4.267 5.226a5.333 5.333 0 1 1-6.434-5.219l.035-.006v-1.173a5.333 5.333 0 0 1 5.333-5.333h5.333v-4.373c-2.452-.514-4.267-2.658-4.267-5.226a5.333 5.333 0 0 1 10.666-.001zm-16 24.534a3.2 3.2 0 0 0 0-6.4 3.2 3.2 0 0 0 0 6.4zm18.134-3.2a3.2 3.2 0 0 0 6.4 0 3.2 3.2 0 0 0-6.4 0z"}))})));WorkflowOutlined.displayName="WorkflowOutlined",WorkflowOutlined.iconName="workflow-outlined",exports.default=WorkflowOutlined},"./packages/juno-icon/src/Workspace.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Workspace=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"m9.172 20 .131.009c.173.023.338.091.477.197l.099.087 1.828 1.828.145.135c.491.43 1.108.688 1.759.735l.218.008h4.343l.198-.007a3 3 0 0 0 1.764-.724l.16-.148 1.828-1.828.099-.087c.139-.106.303-.174.477-.197l.131-.009h7.172v6a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-6h7.172zM23.558 4a2 2 0 0 1 1.897 1.368L29.666 18l-7.037.007a3 3 0 0 0-1.764.724l-.16.148-1.828 1.828-.099.087a1.003 1.003 0 0 1-.477.197L18.17 21h-4.343l-.131-.009a1.007 1.007 0 0 1-.477-.197l-.099-.087-1.828-1.828-.145-.135a2.996 2.996 0 0 0-1.759-.735l-.218-.008H2.33L6.542 5.369a2 2 0 0 1 1.897-1.368h15.117zM23 13H9a1 1 0 0 0-.117 1.993L9 15h14a1 1 0 0 0 .117-1.993L23 13zm-2-5H11a1 1 0 0 0-.117 1.993L11 10h10a1 1 0 0 0 .117-1.993L21 8z"}))})));Workspace.displayName="Workspace",Workspace.iconName="workspace",exports.default=Workspace},"./packages/juno-icon/src/WorkspaceBorder.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),WorkspaceBorder=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M23.558 4a2 2 0 0 1 1.897 1.368l4.236 12.709c.204.612.308 1.252.308 1.897V26a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-6.026c0-.645.104-1.286.308-1.897L6.543 5.368A2 2 0 0 1 8.44 4h15.117zM9.172 20H4v5a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-5h-5.172a1 1 0 0 0-.608.206l-.099.087-1.828 1.828a3 3 0 0 1-1.923.872l-.198.007h-4.343a3.006 3.006 0 0 1-1.977-.743l-.145-.135-1.828-1.828a.996.996 0 0 0-.576-.284l-.131-.009zM22.838 6H9.163a1 1 0 0 0-.949.684L4.441 18h4.731c.729 0 1.431.266 1.977.743l.145.135 1.828 1.828a.996.996 0 0 0 .576.284l.131.009h4.343a1 1 0 0 0 .608-.206l.099-.087 1.828-1.828a3 3 0 0 1 1.923-.872l.198-.007h4.73L23.786 6.683a1 1 0 0 0-.949-.684zM23 13a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h14zm-2-5a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2h10z"}))})));WorkspaceBorder.displayName="WorkspaceBorder",WorkspaceBorder.iconName="workspace_border",exports.default=WorkspaceBorder},"./packages/juno-icon/src/Yelp.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Yelp=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#dd2c00",d:"M7.117 22.105c-.334 0-.601-.209-.801-.557-.133-.279-.2-.697-.267-1.184-.133-1.533 0-3.832.467-4.529a.938.938 0 0 1 .801-.488c.2 0 .4.07 4.738 1.951l1.268.557c.467.209.734.697.734 1.254s-.334.975-.801 1.115l-1.802.627c-4.004 1.254-4.137 1.254-4.337 1.254zm8.874 2.508c0 4.389 0 4.529-.067 4.738a.972.972 0 0 1-.734.627c-1.068.209-4.404-1.115-5.138-1.951a2.146 2.146 0 0 1-.267-.557c0-.139 0-.279.067-.418.067-.209.2-.418 3.203-4.111l.867-1.115c.267-.418.867-.488 1.335-.348.467.209.801.627.734 1.115v2.02zm-.801-9.336c-.2.07-.867.279-1.668-1.115 0 0-5.405-8.988-5.538-9.266-.067-.279 0-.697.267-.975.801-.906 5.138-2.16 6.272-1.881.4.07.601.348.734.697.067.418.601 8.709.667 10.59.133 1.672-.534 1.881-.734 1.951zm2.936 2.09c-.267-.418-.267-.975 0-1.324l1.134-1.602c2.402-3.484 2.536-3.693 2.736-3.762.267-.209.601-.209.934-.07.934.488 2.936 3.553 3.069 4.668v.07c0 .418-.133.697-.4.906-.2.139-.334.209-4.938 1.324-.734.209-1.134.279-1.334.348v-.07c-.4.209-.934-.07-1.201-.488zm7.807 5.922c-.133 1.115-2.335 4.041-3.403 4.459-.334.139-.667.139-.934-.139-.2-.139-.334-.418-2.736-4.459l-.734-1.184c-.267-.418-.2-.975.133-1.463.334-.418.801-.557 1.268-.418l1.802.627c4.004 1.393 4.137 1.393 4.27 1.533.267.348.4.697.334 1.045z"}))})));Yelp.displayName="Yelp",Yelp.iconName="yelp",exports.default=Yelp},"./packages/juno-icon/src/Zapier.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Zapier=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M29.749 13.676H21.61l5.756-5.756a13.996 13.996 0 0 0-3.288-3.286l-5.755 5.755V2.251a13.932 13.932 0 0 0-2.317-.195h-.015c-.789 0-1.562.067-2.316.195v8.139L7.92 4.635c-.635.451-1.231.955-1.78 1.506l-.003.002a14.043 14.043 0 0 0-1.504 1.778l5.756 5.756H2.25s-.194 1.528-.194 2.319v.01c0 .791.067 1.565.194 2.319h8.139l-5.756 5.756a14.047 14.047 0 0 0 3.287 3.286l5.755-5.756v8.139c.753.126 1.526.193 2.314.194h.019a14.004 14.004 0 0 0 2.314-.194v-8.139l5.755 5.756a13.934 13.934 0 0 0 1.781-1.506l.001-.001a14.304 14.304 0 0 0 1.506-1.78l-5.756-5.756h8.139c.126-.753.193-1.525.194-2.314v-.019a14.004 14.004 0 0 0-.194-2.314zm-10.263 2.33a8.354 8.354 0 0 1-.535 2.944 8.36 8.36 0 0 1-2.945.536h-.012a8.359 8.359 0 0 1-2.944-.536 8.35 8.35 0 0 1-.536-2.944v-.012a8.354 8.354 0 0 1 .535-2.944 8.364 8.364 0 0 1 2.945-.536h.012a8.36 8.36 0 0 1 2.945.536c.344.915.535 1.908.535 2.944v.012z"}))})));Zapier.displayName="Zapier",Zapier.iconName="zapier",exports.default=Zapier},"./packages/juno-icon/src/Zendesk.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),Zendesk=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M12.178 19.074c1.487 1.368 3.12 2.282 3.752 2.607a7.719 7.719 0 0 0 4.179 4.134 7.719 7.719 0 0 1-4.014 3.97 7.84 7.84 0 0 1-4.104-4.025 7.555 7.555 0 0 1-.674-3.142c0-1.237.299-2.453.861-3.545zm-2.661-4.098c.314 1.295 1.074 2.441 1.971 3.407a7.899 7.899 0 0 0-1.455 4.556c0 .695.094 1.397.289 2.098a7.93 7.93 0 0 1-1.886.231 7.707 7.707 0 0 1-3.712-.95 8.777 8.777 0 0 1-.262-2.095c0-1.22.292-2.455.907-3.611a7.716 7.716 0 0 1 4.149-3.636zm17.237 3.617a7.715 7.715 0 0 1 .905 3.626c0 .67-.084 1.333-.249 1.977a8.13 8.13 0 0 1-3.834.985 7.614 7.614 0 0 1-1.864-.229 7.712 7.712 0 0 1-4.675-3.381c.709-.384 2.115-1.209 3.424-2.39.715.286 1.562.428 2.419.428a7.907 7.907 0 0 0 3.874-1.017zm-1.593-9.772c.096.016.181.054.274.074 1.808.454 3.431 1.496 4.535 2.949a7.828 7.828 0 0 1-2.912 4.951 7.714 7.714 0 0 1-4.761 1.64c-.334 0-.671-.023-1.006-.064 1.168-1.268 2.103-2.845 2.105-4.655 0-.312-.034-.609-.083-.883.94-1.024 1.61-2.402 1.842-3.95zm-16.883.038c1.398 0 2.731.38 3.892 1.057-1.499.384-2.809 1.69-2.806 3.797 0 .083.004.171.004.25-1.68.324-3.305 1.329-4.464 2.883a7.716 7.716 0 0 1-2.874-4.85A7.818 7.818 0 0 1 8.278 8.86zm1.46-6.53c.041.024.151.024.267.024 1.824 0 3.657.634 5.133 1.942a7.704 7.704 0 0 1 2.6 5.779c0 .09-.004.18-.004.267-.526.245-1.021.722-1.354 1.377-.623-1.217-1.806-1.83-2.962-1.911C12.041 8.445 10.099 7.6 7.976 7.6c-.091 0-.178.004-.265.004.01-.016.01-.04.01-.069 0-1.991.757-3.821 2.016-5.205zm12.081-.115a7.817 7.817 0 0 1 2.106 5.345 7.738 7.738 0 0 1-1.104 3.984c-.696-1.128-1.911-1.726-3.116-1.75h-.084c-.313 0-.632.037-.947.118.004-.148.009-.298.009-.45 0-1.888-.505-3.776-1.904-5.265 1.466-1.325 3.081-1.981 4.927-1.981z"}))})));Zendesk.displayName="Zendesk",Zendesk.iconName="zendesk",exports.default=Zendesk},"./packages/juno-icon/src/Zip.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),core_1=__webpack_require__("./node_modules/@material-ui/core/esm/index.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZipD_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-icon/src/ZipD.tsx")),Zip=react_1.memo(react_1.forwardRef((function(inProps,ref){var theme=core_1.useTheme(),_a=inProps.themeType,themeType=void 0===_a?theme.palette.type:_a,props=tslib_1.__rest(inProps,["themeType"]);return"dark"===themeType?React.createElement(ZipD_1.default,tslib_1.__assign({},props,{ref})):React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#fff",opacity:.992,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4475fd",opacity:.16,d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#4475fd",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z"}))})));Zip.displayName="Zip",Zip.iconName="zip",exports.default=Zip},"./packages/juno-icon/src/ZipD.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZipD=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{fill:"#222b42",d:"M3.556 0h24.889a3.556 3.556 0 0 1 3.556 3.556v24.889a3.556 3.556 0 0 1-3.556 3.556H3.556A3.556 3.556 0 0 1 0 28.445V3.556A3.556 3.556 0 0 1 3.556 0z"}),React.createElement("path",{fill:"#356afd",d:"m16.756 8 5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z"}),React.createElement("path",{fill:"#f1f1f1",d:"M13.333 8.012v1.766h-1.777v.889h1.777v1.777h-1.777v.889h1.777v1.778h-1.777V16h1.777v1.778h-1.777v.889H16v-.889h-1.778V16H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.888h-1.778V8.009z"}))})));ZipD.displayName="ZipD",ZipD.iconName="zip-D",exports.default=ZipD},"./packages/juno-icon/src/ZoomIn.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZoomIn=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M16 4a1 1 0 0 1 1 1v10h10a1 1 0 0 1 0 2H17v10a1 1 0 0 1-2 0V17H5a1 1 0 0 1 0-2h10V5a1 1 0 0 1 1-1z"}))})));ZoomIn.displayName="ZoomIn",ZoomIn.iconName="zoom-in",exports.default=ZoomIn},"./packages/juno-icon/src/ZoomOut.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),React=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),react_1=__webpack_require__("./node_modules/react/index.js"),ZoomOut=react_1.memo(react_1.forwardRef((function(props,ref){return React.createElement("svg",tslib_1.__assign({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",ref},props),React.createElement("path",{d:"M28 16a1 1 0 0 1-1 1H5a1 1 0 0 1 0-2h22a1 1 0 0 1 1 1z"}))})));ZoomOut.displayName="ZoomOut",ZoomOut.iconName="zoom-out",exports.default=ZoomOut},"./packages/juno-icon/src/index.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var _0_1=__webpack_require__("./packages/juno-icon/src/0.tsx");exports.Svg0=_0_1.default;var _1_1=__webpack_require__("./packages/juno-icon/src/1.tsx");exports.Svg1=_1_1.default;var _2_1=__webpack_require__("./packages/juno-icon/src/2.tsx");exports.Svg2=_2_1.default;var _3_1=__webpack_require__("./packages/juno-icon/src/3.tsx");exports.Svg3=_3_1.default;var _4_1=__webpack_require__("./packages/juno-icon/src/4.tsx");exports.Svg4=_4_1.default;var _5_1=__webpack_require__("./packages/juno-icon/src/5.tsx");exports.Svg5=_5_1.default;var _6_1=__webpack_require__("./packages/juno-icon/src/6.tsx");exports.Svg6=_6_1.default;var _7_1=__webpack_require__("./packages/juno-icon/src/7.tsx");exports.Svg7=_7_1.default;var _8_1=__webpack_require__("./packages/juno-icon/src/8.tsx");exports.Svg8=_8_1.default;var _9_1=__webpack_require__("./packages/juno-icon/src/9.tsx");exports.Svg9=_9_1.default;var AddTextLog_1=__webpack_require__("./packages/juno-icon/src/AddTextLog.tsx");exports.AddTextLog=AddTextLog_1.default;var Announcement_1=__webpack_require__("./packages/juno-icon/src/Announcement.tsx");exports.Announcement=Announcement_1.default;var CallQueue_1=__webpack_require__("./packages/juno-icon/src/CallQueue.tsx");exports.CallQueue=CallQueue_1.default;var CompanySetupBorder_1=__webpack_require__("./packages/juno-icon/src/CompanySetupBorder.tsx");exports.CompanySetupBorder=CompanySetupBorder_1.default;var CompanySetup_1=__webpack_require__("./packages/juno-icon/src/CompanySetup.tsx");exports.CompanySetup=CompanySetup_1.default;var Country_1=__webpack_require__("./packages/juno-icon/src/Country.tsx");exports.Country=Country_1.default;var Description_1=__webpack_require__("./packages/juno-icon/src/Description.tsx");exports.Description=Description_1.default;var Disposition_1=__webpack_require__("./packages/juno-icon/src/Disposition.tsx");exports.Disposition=Disposition_1.default;var Hud_1=__webpack_require__("./packages/juno-icon/src/Hud.tsx");exports.Hud=Hud_1.default;var IdBorder_1=__webpack_require__("./packages/juno-icon/src/IdBorder.tsx");exports.IdBorder=IdBorder_1.default;var JumpTo_1=__webpack_require__("./packages/juno-icon/src/JumpTo.tsx");exports.JumpTo=JumpTo_1.default;var Limited_1=__webpack_require__("./packages/juno-icon/src/Limited.tsx");exports.Limited=Limited_1.default;var Logout_1=__webpack_require__("./packages/juno-icon/src/Logout.tsx");exports.Logout=Logout_1.default;var Message_1=__webpack_require__("./packages/juno-icon/src/Message.tsx");exports.Message=Message_1.default;var MicrosoftExchangeServerLogoWine_1=__webpack_require__("./packages/juno-icon/src/MicrosoftExchangeServerLogoWine.tsx");exports.MicrosoftExchangeServerLogoWine=MicrosoftExchangeServerLogoWine_1.default;var NewEmail_1=__webpack_require__("./packages/juno-icon/src/NewEmail.tsx");exports.NewEmail=NewEmail_1.default;var Paging_1=__webpack_require__("./packages/juno-icon/src/Paging.tsx");exports.Paging=Paging_1.default;var RcLogoChatbot_1=__webpack_require__("./packages/juno-icon/src/RcLogoChatbot.tsx");exports.RcLogoChatbot=RcLogoChatbot_1.default;var SelectMore_1=__webpack_require__("./packages/juno-icon/src/SelectMore.tsx");exports.SelectMore=SelectMore_1.default;var SharedLine_1=__webpack_require__("./packages/juno-icon/src/SharedLine.tsx");exports.SharedLine=SharedLine_1.default;var ActiveCall_1=__webpack_require__("./packages/juno-icon/src/ActiveCall.tsx");exports.ActiveCall=ActiveCall_1.default;var ActivecallBorder_1=__webpack_require__("./packages/juno-icon/src/ActivecallBorder.tsx");exports.ActivecallBorder=ActivecallBorder_1.default;var AddBorder_1=__webpack_require__("./packages/juno-icon/src/AddBorder.tsx");exports.AddBorder=AddBorder_1.default;var AddEmojiMore_1=__webpack_require__("./packages/juno-icon/src/AddEmojiMore.tsx");exports.AddEmojiMore=AddEmojiMore_1.default;var AddEvent_1=__webpack_require__("./packages/juno-icon/src/AddEvent.tsx");exports.AddEvent=AddEvent_1.default;var AddField_1=__webpack_require__("./packages/juno-icon/src/AddField.tsx");exports.AddField=AddField_1.default;var AddFolderBorder_1=__webpack_require__("./packages/juno-icon/src/AddFolderBorder.tsx");exports.AddFolderBorder=AddFolderBorder_1.default;var AddIntegration_1=__webpack_require__("./packages/juno-icon/src/AddIntegration.tsx");exports.AddIntegration=AddIntegration_1.default;var AddMemberBorder_1=__webpack_require__("./packages/juno-icon/src/AddMemberBorder.tsx");exports.AddMemberBorder=AddMemberBorder_1.default;var AddMember_1=__webpack_require__("./packages/juno-icon/src/AddMember.tsx");exports.AddMember=AddMember_1.default;var AddNewFolder_1=__webpack_require__("./packages/juno-icon/src/AddNewFolder.tsx");exports.AddNewFolder=AddNewFolder_1.default;var AddParkLocation_1=__webpack_require__("./packages/juno-icon/src/AddParkLocation.tsx");exports.AddParkLocation=AddParkLocation_1.default;var AddReactions_1=__webpack_require__("./packages/juno-icon/src/AddReactions.tsx");exports.AddReactions=AddReactions_1.default;var AddTask_1=__webpack_require__("./packages/juno-icon/src/AddTask.tsx");exports.AddTask=AddTask_1.default;var AddTeamBorder_1=__webpack_require__("./packages/juno-icon/src/AddTeamBorder.tsx");exports.AddTeamBorder=AddTeamBorder_1.default;var AddTeam_1=__webpack_require__("./packages/juno-icon/src/AddTeam.tsx");exports.AddTeam=AddTeam_1.default;var Add_1=__webpack_require__("./packages/juno-icon/src/Add.tsx");exports.Add=Add_1.default;var AdditionalNumbers_1=__webpack_require__("./packages/juno-icon/src/AdditionalNumbers.tsx");exports.AdditionalNumbers=AdditionalNumbers_1.default;var Address_1=__webpack_require__("./packages/juno-icon/src/Address.tsx");exports.Address=Address_1.default;var AdminBorder_1=__webpack_require__("./packages/juno-icon/src/AdminBorder.tsx");exports.AdminBorder=AdminBorder_1.default;var Admin_1=__webpack_require__("./packages/juno-icon/src/Admin.tsx");exports.Admin=Admin_1.default;var AdvancedSetting_1=__webpack_require__("./packages/juno-icon/src/AdvancedSetting.tsx");exports.AdvancedSetting=AdvancedSetting_1.default;var Advanced_1=__webpack_require__("./packages/juno-icon/src/Advanced.tsx");exports.Advanced=Advanced_1.default;var AiIndicator_1=__webpack_require__("./packages/juno-icon/src/AiIndicator.tsx");exports.AiIndicator=AiIndicator_1.default;var AiSmartNotesSp_1=__webpack_require__("./packages/juno-icon/src/AiSmartNotesSp.tsx");exports.AiSmartNotesSp=AiSmartNotesSp_1.default;var AiSmartNotes_1=__webpack_require__("./packages/juno-icon/src/AiSmartNotes.tsx");exports.AiSmartNotes=AiSmartNotes_1.default;var AiSparkle_1=__webpack_require__("./packages/juno-icon/src/AiSparkle.tsx");exports.AiSparkle=AiSparkle_1.default;var AiSparkles_1=__webpack_require__("./packages/juno-icon/src/AiSparkles.tsx");exports.AiSparkles=AiSparkles_1.default;var AiWritingOptions_1=__webpack_require__("./packages/juno-icon/src/AiWritingOptions.tsx");exports.AiWritingOptions=AiWritingOptions_1.default;var Airbrake_1=__webpack_require__("./packages/juno-icon/src/Airbrake.tsx");exports.Airbrake=Airbrake_1.default;var AlignCenter_1=__webpack_require__("./packages/juno-icon/src/AlignCenter.tsx");exports.AlignCenter=AlignCenter_1.default;var AlignJustify_1=__webpack_require__("./packages/juno-icon/src/AlignJustify.tsx");exports.AlignJustify=AlignJustify_1.default;var AlignLeft_1=__webpack_require__("./packages/juno-icon/src/AlignLeft.tsx");exports.AlignLeft=AlignLeft_1.default;var AlignRight_1=__webpack_require__("./packages/juno-icon/src/AlignRight.tsx");exports.AlignRight=AlignRight_1.default;var AnalyticsBorder_1=__webpack_require__("./packages/juno-icon/src/AnalyticsBorder.tsx");exports.AnalyticsBorder=AnalyticsBorder_1.default;var Analytics_1=__webpack_require__("./packages/juno-icon/src/Analytics.tsx");exports.Analytics=Analytics_1.default;var AppleLogo_1=__webpack_require__("./packages/juno-icon/src/AppleLogo.tsx");exports.AppleLogo=AppleLogo_1.default;var AppsCategories_1=__webpack_require__("./packages/juno-icon/src/AppsCategories.tsx");exports.AppsCategories=AppsCategories_1.default;var AppsDevelopers_1=__webpack_require__("./packages/juno-icon/src/AppsDevelopers.tsx");exports.AppsDevelopers=AppsDevelopers_1.default;var AppsDiscovery_1=__webpack_require__("./packages/juno-icon/src/AppsDiscovery.tsx");exports.AppsDiscovery=AppsDiscovery_1.default;var AppsInstalled_1=__webpack_require__("./packages/juno-icon/src/AppsInstalled.tsx");exports.AppsInstalled=AppsInstalled_1.default;var AppsProduct_1=__webpack_require__("./packages/juno-icon/src/AppsProduct.tsx");exports.AppsProduct=AppsProduct_1.default;var Apps_1=__webpack_require__("./packages/juno-icon/src/Apps.tsx");exports.Apps=Apps_1.default;var Ar_1=__webpack_require__("./packages/juno-icon/src/Ar.tsx");exports.Ar=Ar_1.default;var Archive_1=__webpack_require__("./packages/juno-icon/src/Archive.tsx");exports.Archive=Archive_1.default;var ArrowDown2_1=__webpack_require__("./packages/juno-icon/src/ArrowDown2.tsx");exports.ArrowDown2=ArrowDown2_1.default;var ArrowDown_1=__webpack_require__("./packages/juno-icon/src/ArrowDown.tsx");exports.ArrowDown=ArrowDown_1.default;var ArrowLeft2_1=__webpack_require__("./packages/juno-icon/src/ArrowLeft2.tsx");exports.ArrowLeft2=ArrowLeft2_1.default;var ArrowLeft_1=__webpack_require__("./packages/juno-icon/src/ArrowLeft.tsx");exports.ArrowLeft=ArrowLeft_1.default;var ArrowRight_1=__webpack_require__("./packages/juno-icon/src/ArrowRight.tsx");exports.ArrowRight=ArrowRight_1.default;var ArrowRight1_1=__webpack_require__("./packages/juno-icon/src/ArrowRight1.tsx");exports.ArrowRight1=ArrowRight1_1.default;var ArrowUp2_1=__webpack_require__("./packages/juno-icon/src/ArrowUp2.tsx");exports.ArrowUp2=ArrowUp2_1.default;var ArrowUp_1=__webpack_require__("./packages/juno-icon/src/ArrowUp.tsx");exports.ArrowUp=ArrowUp_1.default;var Asana_1=__webpack_require__("./packages/juno-icon/src/Asana.tsx");exports.Asana=Asana_1.default;var AskfirstSp_1=__webpack_require__("./packages/juno-icon/src/AskfirstSp.tsx");exports.AskfirstSp=AskfirstSp_1.default;var Askfirst_1=__webpack_require__("./packages/juno-icon/src/Askfirst.tsx");exports.Askfirst=Askfirst_1.default;var Assignment_1=__webpack_require__("./packages/juno-icon/src/Assignment.tsx");exports.Assignment=Assignment_1.default;var Asterisk_1=__webpack_require__("./packages/juno-icon/src/Asterisk.tsx");exports.Asterisk=Asterisk_1.default;var Attachment_1=__webpack_require__("./packages/juno-icon/src/Attachment.tsx");exports.Attachment=Attachment_1.default;var AudioLowSp_1=__webpack_require__("./packages/juno-icon/src/AudioLowSp.tsx");exports.AudioLowSp=AudioLowSp_1.default;var AudioLow_1=__webpack_require__("./packages/juno-icon/src/AudioLow.tsx");exports.AudioLow=AudioLow_1.default;var AudioSp_1=__webpack_require__("./packages/juno-icon/src/AudioSp.tsx");exports.AudioSp=AudioSp_1.default;var Audio_1=__webpack_require__("./packages/juno-icon/src/Audio.tsx");exports.Audio=Audio_1.default;var AvatarDelegatedLines_1=__webpack_require__("./packages/juno-icon/src/AvatarDelegatedLines.tsx");exports.AvatarDelegatedLines=AvatarDelegatedLines_1.default;var AvatarRooms_1=__webpack_require__("./packages/juno-icon/src/AvatarRooms.tsx");exports.AvatarRooms=AvatarRooms_1.default;var BargeSp_1=__webpack_require__("./packages/juno-icon/src/BargeSp.tsx");exports.BargeSp=BargeSp_1.default;var Barge_1=__webpack_require__("./packages/juno-icon/src/Barge.tsx");exports.Barge=Barge_1.default;var Billing_1=__webpack_require__("./packages/juno-icon/src/Billing.tsx");exports.Billing=Billing_1.default;var Birthday_1=__webpack_require__("./packages/juno-icon/src/Birthday.tsx");exports.Birthday=Birthday_1.default;var Bitbucket_1=__webpack_require__("./packages/juno-icon/src/Bitbucket.tsx");exports.Bitbucket=Bitbucket_1.default;var Blocked_1=__webpack_require__("./packages/juno-icon/src/Blocked.tsx");exports.Blocked=Blocked_1.default;var Bold_1=__webpack_require__("./packages/juno-icon/src/Bold.tsx");exports.Bold=Bold_1.default;var BookmarkBorder_1=__webpack_require__("./packages/juno-icon/src/BookmarkBorder.tsx");exports.BookmarkBorder=BookmarkBorder_1.default;var Bookmark_1=__webpack_require__("./packages/juno-icon/src/Bookmark.tsx");exports.Bookmark=Bookmark_1.default;var Box_1=__webpack_require__("./packages/juno-icon/src/Box.tsx");exports.Box=Box_1.default;var BubbleLines_1=__webpack_require__("./packages/juno-icon/src/BubbleLines.tsx");exports.BubbleLines=BubbleLines_1.default;var BubbleLinesBorder_1=__webpack_require__("./packages/juno-icon/src/BubbleLinesBorder.tsx");exports.BubbleLinesBorder=BubbleLinesBorder_1.default;var Bundle_1=__webpack_require__("./packages/juno-icon/src/Bundle.tsx");exports.Bundle=Bundle_1.default;var CalendarDay_1=__webpack_require__("./packages/juno-icon/src/CalendarDay.tsx");exports.CalendarDay=CalendarDay_1.default;var CalendarMonth_1=__webpack_require__("./packages/juno-icon/src/CalendarMonth.tsx");exports.CalendarMonth=CalendarMonth_1.default;var CalendarWeek_1=__webpack_require__("./packages/juno-icon/src/CalendarWeek.tsx");exports.CalendarWeek=CalendarWeek_1.default;var CallAddSp_1=__webpack_require__("./packages/juno-icon/src/CallAddSp.tsx");exports.CallAddSp=CallAddSp_1.default;var CallAdd_1=__webpack_require__("./packages/juno-icon/src/CallAdd.tsx");exports.CallAdd=CallAdd_1.default;var CallList_1=__webpack_require__("./packages/juno-icon/src/CallList.tsx");exports.CallList=CallList_1.default;var CallMoreSp_1=__webpack_require__("./packages/juno-icon/src/CallMoreSp.tsx");exports.CallMoreSp=CallMoreSp_1.default;var CallMore_1=__webpack_require__("./packages/juno-icon/src/CallMore.tsx");exports.CallMore=CallMore_1.default;var CallOnBehalf_1=__webpack_require__("./packages/juno-icon/src/CallOnBehalf.tsx");exports.CallOnBehalf=CallOnBehalf_1.default;var CallrailBorder_1=__webpack_require__("./packages/juno-icon/src/CallrailBorder.tsx");exports.CallrailBorder=CallrailBorder_1.default;var Callrail_1=__webpack_require__("./packages/juno-icon/src/Callrail.tsx");exports.Callrail=Callrail_1.default;var CallsBorder_1=__webpack_require__("./packages/juno-icon/src/CallsBorder.tsx");exports.CallsBorder=CallsBorder_1.default;var Calls_1=__webpack_require__("./packages/juno-icon/src/Calls.tsx");exports.Calls=Calls_1.default;var CameraFilled_1=__webpack_require__("./packages/juno-icon/src/CameraFilled.tsx");exports.CameraFilled=CameraFilled_1.default;var CameraOutlined_1=__webpack_require__("./packages/juno-icon/src/CameraOutlined.tsx");exports.CameraOutlined=CameraOutlined_1.default;var Category_1=__webpack_require__("./packages/juno-icon/src/Category.tsx");exports.Category=Category_1.default;var CcLSp_1=__webpack_require__("./packages/juno-icon/src/CcLSp.tsx");exports.CcLSp=CcLSp_1.default;var CcSp_1=__webpack_require__("./packages/juno-icon/src/CcSp.tsx");exports.CcSp=CcSp_1.default;var ChangeLength_1=__webpack_require__("./packages/juno-icon/src/ChangeLength.tsx");exports.ChangeLength=ChangeLength_1.default;var ChangeTone_1=__webpack_require__("./packages/juno-icon/src/ChangeTone.tsx");exports.ChangeTone=ChangeTone_1.default;var ChatBubble_1=__webpack_require__("./packages/juno-icon/src/ChatBubble.tsx");exports.ChatBubble=ChatBubble_1.default;var Chat_1=__webpack_require__("./packages/juno-icon/src/Chat.tsx");exports.Chat=Chat_1.default;var Check_1=__webpack_require__("./packages/juno-icon/src/Check.tsx");exports.Check=Check_1.default;var ChevronLeft_1=__webpack_require__("./packages/juno-icon/src/ChevronLeft.tsx");exports.ChevronLeft=ChevronLeft_1.default;var ChevronRight_1=__webpack_require__("./packages/juno-icon/src/ChevronRight.tsx");exports.ChevronRight=ChevronRight_1.default;var Close_1=__webpack_require__("./packages/juno-icon/src/Close.tsx");exports.Close=Close_1.default;var CloudContact_1=__webpack_require__("./packages/juno-icon/src/CloudContact.tsx");exports.CloudContact=CloudContact_1.default;var CodeSnippets_1=__webpack_require__("./packages/juno-icon/src/CodeSnippets.tsx");exports.CodeSnippets=CodeSnippets_1.default;var Comments_1=__webpack_require__("./packages/juno-icon/src/Comments.tsx");exports.Comments=Comments_1.default;var CompanyLineBorder_1=__webpack_require__("./packages/juno-icon/src/CompanyLineBorder.tsx");exports.CompanyLineBorder=CompanyLineBorder_1.default;var Compose_1=__webpack_require__("./packages/juno-icon/src/Compose.tsx");exports.Compose=Compose_1.default;var Computer_1=__webpack_require__("./packages/juno-icon/src/Computer.tsx");exports.Computer=Computer_1.default;var ConferenceBorder_1=__webpack_require__("./packages/juno-icon/src/ConferenceBorder.tsx");exports.ConferenceBorder=ConferenceBorder_1.default;var Conference_1=__webpack_require__("./packages/juno-icon/src/Conference.tsx");exports.Conference=Conference_1.default;var Connect_1=__webpack_require__("./packages/juno-icon/src/Connect.tsx");exports.Connect=Connect_1.default;var ContactsAndCalendars_1=__webpack_require__("./packages/juno-icon/src/ContactsAndCalendars.tsx");exports.ContactsAndCalendars=ContactsAndCalendars_1.default;var ContactsBorder_1=__webpack_require__("./packages/juno-icon/src/ContactsBorder.tsx");exports.ContactsBorder=ContactsBorder_1.default;var Contacts_1=__webpack_require__("./packages/juno-icon/src/Contacts.tsx");exports.Contacts=Contacts_1.default;var ControlRoom_1=__webpack_require__("./packages/juno-icon/src/ControlRoom.tsx");exports.ControlRoom=ControlRoom_1.default;var Conversion_1=__webpack_require__("./packages/juno-icon/src/Conversion.tsx");exports.Conversion=Conversion_1.default;var Copy_1=__webpack_require__("./packages/juno-icon/src/Copy.tsx");exports.Copy=Copy_1.default;var Crashlytics_1=__webpack_require__("./packages/juno-icon/src/Crashlytics.tsx");exports.Crashlytics=Crashlytics_1.default;var CustomizeTabs_1=__webpack_require__("./packages/juno-icon/src/CustomizeTabs.tsx");exports.CustomizeTabs=CustomizeTabs_1.default;var Customize_1=__webpack_require__("./packages/juno-icon/src/Customize.tsx");exports.Customize=Customize_1.default;var DashboardBorder_1=__webpack_require__("./packages/juno-icon/src/DashboardBorder.tsx");exports.DashboardBorder=DashboardBorder_1.default;var Dashboard_1=__webpack_require__("./packages/juno-icon/src/Dashboard.tsx");exports.Dashboard=Dashboard_1.default;var DateBorder_1=__webpack_require__("./packages/juno-icon/src/DateBorder.tsx");exports.DateBorder=DateBorder_1.default;var Date_1=__webpack_require__("./packages/juno-icon/src/Date.tsx");exports.Date=Date_1.default;var DefaultAvatar_1=__webpack_require__("./packages/juno-icon/src/DefaultAvatar.tsx");exports.DefaultAvatar=DefaultAvatar_1.default;var DefaultBoxD_1=__webpack_require__("./packages/juno-icon/src/DefaultBoxD.tsx");exports.DefaultBoxD=DefaultBoxD_1.default;var DefaultBox_1=__webpack_require__("./packages/juno-icon/src/DefaultBox.tsx");exports.DefaultBox=DefaultBox_1.default;var DefaultFileD_1=__webpack_require__("./packages/juno-icon/src/DefaultFileD.tsx");exports.DefaultFileD=DefaultFileD_1.default;var DefaultFile_1=__webpack_require__("./packages/juno-icon/src/DefaultFile.tsx");exports.DefaultFile=DefaultFile_1.default;var DefaultGdriveD_1=__webpack_require__("./packages/juno-icon/src/DefaultGdriveD.tsx");exports.DefaultGdriveD=DefaultGdriveD_1.default;var DefaultGdrive_1=__webpack_require__("./packages/juno-icon/src/DefaultGdrive.tsx");exports.DefaultGdrive=DefaultGdrive_1.default;var DefaultGroupAvatar_1=__webpack_require__("./packages/juno-icon/src/DefaultGroupAvatar.tsx");exports.DefaultGroupAvatar=DefaultGroupAvatar_1.default;var DefaultIntegrationBorder_1=__webpack_require__("./packages/juno-icon/src/DefaultIntegrationBorder.tsx");exports.DefaultIntegrationBorder=DefaultIntegrationBorder_1.default;var DefaultIntegration_1=__webpack_require__("./packages/juno-icon/src/DefaultIntegration.tsx");exports.DefaultIntegration=DefaultIntegration_1.default;var DefaultMusicD_1=__webpack_require__("./packages/juno-icon/src/DefaultMusicD.tsx");exports.DefaultMusicD=DefaultMusicD_1.default;var DefaultMusic_1=__webpack_require__("./packages/juno-icon/src/DefaultMusic.tsx");exports.DefaultMusic=DefaultMusic_1.default;var DefaultTeamAvatar_1=__webpack_require__("./packages/juno-icon/src/DefaultTeamAvatar.tsx");exports.DefaultTeamAvatar=DefaultTeamAvatar_1.default;var DefaultVideoD_1=__webpack_require__("./packages/juno-icon/src/DefaultVideoD.tsx");exports.DefaultVideoD=DefaultVideoD_1.default;var DefaultVideo_1=__webpack_require__("./packages/juno-icon/src/DefaultVideo.tsx");exports.DefaultVideo=DefaultVideo_1.default;var DeleteCircle_1=__webpack_require__("./packages/juno-icon/src/DeleteCircle.tsx");exports.DeleteCircle=DeleteCircle_1.default;var Delete_1=__webpack_require__("./packages/juno-icon/src/Delete.tsx");exports.Delete=Delete_1.default;var DeletedFile_1=__webpack_require__("./packages/juno-icon/src/DeletedFile.tsx");exports.DeletedFile=DeletedFile_1.default;var DeletedFileD_1=__webpack_require__("./packages/juno-icon/src/DeletedFileD.tsx");exports.DeletedFileD=DeletedFileD_1.default;var Deletenumber_1=__webpack_require__("./packages/juno-icon/src/Deletenumber.tsx");exports.Deletenumber=Deletenumber_1.default;var Department_1=__webpack_require__("./packages/juno-icon/src/Department.tsx");exports.Department=Department_1.default;var DeskphonePairingInfo_1=__webpack_require__("./packages/juno-icon/src/DeskphonePairingInfo.tsx");exports.DeskphonePairingInfo=DeskphonePairingInfo_1.default;var Deskphone_1=__webpack_require__("./packages/juno-icon/src/Deskphone.tsx");exports.Deskphone=Deskphone_1.default;var Device_1=__webpack_require__("./packages/juno-icon/src/Device.tsx");exports.Device=Device_1.default;var Dial_1=__webpack_require__("./packages/juno-icon/src/Dial.tsx");exports.Dial=Dial_1.default;var DialerS_1=__webpack_require__("./packages/juno-icon/src/DialerS.tsx");exports.DialerS=DialerS_1.default;var Dialer_1=__webpack_require__("./packages/juno-icon/src/Dialer.tsx");exports.Dialer=Dialer_1.default;var DirectLineBorder_1=__webpack_require__("./packages/juno-icon/src/DirectLineBorder.tsx");exports.DirectLineBorder=DirectLineBorder_1.default;var DocD_1=__webpack_require__("./packages/juno-icon/src/DocD.tsx");exports.DocD=DocD_1.default;var Doc_1=__webpack_require__("./packages/juno-icon/src/Doc.tsx");exports.Doc=Doc_1.default;var DockBorder_1=__webpack_require__("./packages/juno-icon/src/DockBorder.tsx");exports.DockBorder=DockBorder_1.default;var Donedone_1=__webpack_require__("./packages/juno-icon/src/Donedone.tsx");exports.Donedone=Donedone_1.default;var DoubleChevronLeft_1=__webpack_require__("./packages/juno-icon/src/DoubleChevronLeft.tsx");exports.DoubleChevronLeft=DoubleChevronLeft_1.default;var DoubleChevronRight_1=__webpack_require__("./packages/juno-icon/src/DoubleChevronRight.tsx");exports.DoubleChevronRight=DoubleChevronRight_1.default;var Download_1=__webpack_require__("./packages/juno-icon/src/Download.tsx");exports.Download=Download_1.default;var DownwardsArrowWithTipRightwards_1=__webpack_require__("./packages/juno-icon/src/DownwardsArrowWithTipRightwards.tsx");exports.DownwardsArrowWithTipRightwards=DownwardsArrowWithTipRightwards_1.default;var Draft_1=__webpack_require__("./packages/juno-icon/src/Draft.tsx");exports.Draft=Draft_1.default;var DragableArea_1=__webpack_require__("./packages/juno-icon/src/DragableArea.tsx");exports.DragableArea=DragableArea_1.default;var Dropbox_1=__webpack_require__("./packages/juno-icon/src/Dropbox.tsx");exports.Dropbox=Dropbox_1.default;var E2EeSp_1=__webpack_require__("./packages/juno-icon/src/E2EeSp.tsx");exports.E2EeSp=E2EeSp_1.default;var Edit_1=__webpack_require__("./packages/juno-icon/src/Edit.tsx");exports.Edit=Edit_1.default;var Email_1=__webpack_require__("./packages/juno-icon/src/Email.tsx");exports.Email=Email_1.default;var Emoji_1=__webpack_require__("./packages/juno-icon/src/Emoji.tsx");exports.Emoji=Emoji_1.default;var EndAnswer_1=__webpack_require__("./packages/juno-icon/src/EndAnswer.tsx");exports.EndAnswer=EndAnswer_1.default;var EngageBorder_1=__webpack_require__("./packages/juno-icon/src/EngageBorder.tsx");exports.EngageBorder=EngageBorder_1.default;var EngageDigitalBorder_1=__webpack_require__("./packages/juno-icon/src/EngageDigitalBorder.tsx");exports.EngageDigitalBorder=EngageDigitalBorder_1.default;var EventNewBorder_1=__webpack_require__("./packages/juno-icon/src/EventNewBorder.tsx");exports.EventNewBorder=EventNewBorder_1.default;var EventNew_1=__webpack_require__("./packages/juno-icon/src/EventNew.tsx");exports.EventNew=EventNew_1.default;var Evernote_1=__webpack_require__("./packages/juno-icon/src/Evernote.tsx");exports.Evernote=Evernote_1.default;var ExcelD_1=__webpack_require__("./packages/juno-icon/src/ExcelD.tsx");exports.ExcelD=ExcelD_1.default;var Excel_1=__webpack_require__("./packages/juno-icon/src/Excel.tsx");exports.Excel=Excel_1.default;var ExpandSp_1=__webpack_require__("./packages/juno-icon/src/ExpandSp.tsx");exports.ExpandSp=ExpandSp_1.default;var Expand_1=__webpack_require__("./packages/juno-icon/src/Expand.tsx");exports.Expand=Expand_1.default;var Export_1=__webpack_require__("./packages/juno-icon/src/Export.tsx");exports.Export=Export_1.default;var ExtensionLineBorder_1=__webpack_require__("./packages/juno-icon/src/ExtensionLineBorder.tsx");exports.ExtensionLineBorder=ExtensionLineBorder_1.default;var ExternalLinkGlobal_1=__webpack_require__("./packages/juno-icon/src/ExternalLinkGlobal.tsx");exports.ExternalLinkGlobal=ExternalLinkGlobal_1.default;var ExternalLink_1=__webpack_require__("./packages/juno-icon/src/ExternalLink.tsx");exports.ExternalLink=ExternalLink_1.default;var FacebookShareNumberIcon_1=__webpack_require__("./packages/juno-icon/src/FacebookShareNumberIcon.tsx");exports.FacebookShareNumberIcon=FacebookShareNumberIcon_1.default;var FailedFaxBorder_1=__webpack_require__("./packages/juno-icon/src/FailedFaxBorder.tsx");exports.FailedFaxBorder=FailedFaxBorder_1.default;var FailedFax_1=__webpack_require__("./packages/juno-icon/src/FailedFax.tsx");exports.FailedFax=FailedFax_1.default;var FaxBorder_1=__webpack_require__("./packages/juno-icon/src/FaxBorder.tsx");exports.FaxBorder=FaxBorder_1.default;var Fax_1=__webpack_require__("./packages/juno-icon/src/Fax.tsx");exports.Fax=Fax_1.default;var Features_1=__webpack_require__("./packages/juno-icon/src/Features.tsx");exports.Features=Features_1.default;var Feedback_1=__webpack_require__("./packages/juno-icon/src/Feedback.tsx");exports.Feedback=Feedback_1.default;var FileBorder_1=__webpack_require__("./packages/juno-icon/src/FileBorder.tsx");exports.FileBorder=FileBorder_1.default;var File_1=__webpack_require__("./packages/juno-icon/src/File.tsx");exports.File=File_1.default;var Filter_1=__webpack_require__("./packages/juno-icon/src/Filter.tsx");exports.Filter=Filter_1.default;var FlipSp_1=__webpack_require__("./packages/juno-icon/src/FlipSp.tsx");exports.FlipSp=FlipSp_1.default;var FolderBorder_1=__webpack_require__("./packages/juno-icon/src/FolderBorder.tsx");exports.FolderBorder=FolderBorder_1.default;var Folder_1=__webpack_require__("./packages/juno-icon/src/Folder.tsx");exports.Folder=Folder_1.default;var Foldercreated_1=__webpack_require__("./packages/juno-icon/src/Foldercreated.tsx");exports.Foldercreated=Foldercreated_1.default;var FontColor_1=__webpack_require__("./packages/juno-icon/src/FontColor.tsx");exports.FontColor=FontColor_1.default;var FontSize_1=__webpack_require__("./packages/juno-icon/src/FontSize.tsx");exports.FontSize=FontSize_1.default;var Forward_1=__webpack_require__("./packages/juno-icon/src/Forward.tsx");exports.Forward=Forward_1.default;var Forwardcall_1=__webpack_require__("./packages/juno-icon/src/Forwardcall.tsx");exports.Forwardcall=Forwardcall_1.default;var ForwardingBorder_1=__webpack_require__("./packages/juno-icon/src/ForwardingBorder.tsx");exports.ForwardingBorder=ForwardingBorder_1.default;var Forwarding_1=__webpack_require__("./packages/juno-icon/src/Forwarding.tsx");exports.Forwarding=Forwarding_1.default;var GdriveLogo_1=__webpack_require__("./packages/juno-icon/src/GdriveLogo.tsx");exports.GdriveLogo=GdriveLogo_1.default;var GifFileD_1=__webpack_require__("./packages/juno-icon/src/GifFileD.tsx");exports.GifFileD=GifFileD_1.default;var GifFile_1=__webpack_require__("./packages/juno-icon/src/GifFile.tsx");exports.GifFile=GifFile_1.default;var Gif_1=__webpack_require__("./packages/juno-icon/src/Gif.tsx");exports.Gif=Gif_1.default;var Github_1=__webpack_require__("./packages/juno-icon/src/Github.tsx");exports.Github=Github_1.default;var Glipwebhooks_1=__webpack_require__("./packages/juno-icon/src/Glipwebhooks.tsx");exports.Glipwebhooks=Glipwebhooks_1.default;var Globe_1=__webpack_require__("./packages/juno-icon/src/Globe.tsx");exports.Globe=Globe_1.default;var Gmail_1=__webpack_require__("./packages/juno-icon/src/Gmail.tsx");exports.Gmail=Gmail_1.default;var GoodConnection_1=__webpack_require__("./packages/juno-icon/src/GoodConnection.tsx");exports.GoodConnection=GoodConnection_1.default;var GoogleBusiness_1=__webpack_require__("./packages/juno-icon/src/GoogleBusiness.tsx");exports.GoogleBusiness=GoogleBusiness_1.default;var GoogleCalendar2019_1=__webpack_require__("./packages/juno-icon/src/GoogleCalendar2019.tsx");exports.GoogleCalendar2019=GoogleCalendar2019_1.default;var GoogleChromeLogo_1=__webpack_require__("./packages/juno-icon/src/GoogleChromeLogo.tsx");exports.GoogleChromeLogo=GoogleChromeLogo_1.default;var GoogleDocD_1=__webpack_require__("./packages/juno-icon/src/GoogleDocD.tsx");exports.GoogleDocD=GoogleDocD_1.default;var GoogleDoc_1=__webpack_require__("./packages/juno-icon/src/GoogleDoc.tsx");exports.GoogleDoc=GoogleDoc_1.default;var GoogleLogoDisabled_1=__webpack_require__("./packages/juno-icon/src/GoogleLogoDisabled.tsx");exports.GoogleLogoDisabled=GoogleLogoDisabled_1.default;var GoogleLogo_1=__webpack_require__("./packages/juno-icon/src/GoogleLogo.tsx");exports.GoogleLogo=GoogleLogo_1.default;var GoogleSheetD_1=__webpack_require__("./packages/juno-icon/src/GoogleSheetD.tsx");exports.GoogleSheetD=GoogleSheetD_1.default;var GoogleSheet_1=__webpack_require__("./packages/juno-icon/src/GoogleSheet.tsx");exports.GoogleSheet=GoogleSheet_1.default;var GoogleSlideD_1=__webpack_require__("./packages/juno-icon/src/GoogleSlideD.tsx");exports.GoogleSlideD=GoogleSlideD_1.default;var GoogleSlide_1=__webpack_require__("./packages/juno-icon/src/GoogleSlide.tsx");exports.GoogleSlide=GoogleSlide_1.default;var Google_1=__webpack_require__("./packages/juno-icon/src/Google.tsx");exports.Google=Google_1.default;var GroupDefault_1=__webpack_require__("./packages/juno-icon/src/GroupDefault.tsx");exports.GroupDefault=GroupDefault_1.default;var HandUp_1=__webpack_require__("./packages/juno-icon/src/HandUp.tsx");exports.HandUp=HandUp_1.default;var HangUpSp_1=__webpack_require__("./packages/juno-icon/src/HangUpSp.tsx");exports.HangUpSp=HangUpSp_1.default;var Hangouts_1=__webpack_require__("./packages/juno-icon/src/Hangouts.tsx");exports.Hangouts=Hangouts_1.default;var Harvest_1=__webpack_require__("./packages/juno-icon/src/Harvest.tsx");exports.Harvest=Harvest_1.default;var Hash_1=__webpack_require__("./packages/juno-icon/src/Hash.tsx");exports.Hash=Hash_1.default;var Hd_1=__webpack_require__("./packages/juno-icon/src/Hd.tsx");exports.Hd=Hd_1.default;var HelpBorder_1=__webpack_require__("./packages/juno-icon/src/HelpBorder.tsx");exports.HelpBorder=HelpBorder_1.default;var Help_1=__webpack_require__("./packages/juno-icon/src/Help.tsx");exports.Help=Help_1.default;var HideBorder_1=__webpack_require__("./packages/juno-icon/src/HideBorder.tsx");exports.HideBorder=HideBorder_1.default;var HideSp_1=__webpack_require__("./packages/juno-icon/src/HideSp.tsx");exports.HideSp=HideSp_1.default;var Highlight_1=__webpack_require__("./packages/juno-icon/src/Highlight.tsx");exports.Highlight=Highlight_1.default;var HoldAnswer_1=__webpack_require__("./packages/juno-icon/src/HoldAnswer.tsx");exports.HoldAnswer=HoldAnswer_1.default;var HoldSp_1=__webpack_require__("./packages/juno-icon/src/HoldSp.tsx");exports.HoldSp=HoldSp_1.default;var Hold_1=__webpack_require__("./packages/juno-icon/src/Hold.tsx");exports.Hold=Hold_1.default;var HoldcallBorder_1=__webpack_require__("./packages/juno-icon/src/HoldcallBorder.tsx");exports.HoldcallBorder=HoldcallBorder_1.default;var HomeBorder_1=__webpack_require__("./packages/juno-icon/src/HomeBorder.tsx");exports.HomeBorder=HomeBorder_1.default;var HorizontalLine_1=__webpack_require__("./packages/juno-icon/src/HorizontalLine.tsx");exports.HorizontalLine=HorizontalLine_1.default;var HudBorder_1=__webpack_require__("./packages/juno-icon/src/HudBorder.tsx");exports.HudBorder=HudBorder_1.default;var HybridContact_1=__webpack_require__("./packages/juno-icon/src/HybridContact.tsx");exports.HybridContact=HybridContact_1.default;var Ical_1=__webpack_require__("./packages/juno-icon/src/Ical.tsx");exports.Ical=Ical_1.default;var Ignore_1=__webpack_require__("./packages/juno-icon/src/Ignore.tsx");exports.Ignore=Ignore_1.default;var ImageBrokenD_1=__webpack_require__("./packages/juno-icon/src/ImageBrokenD.tsx");exports.ImageBrokenD=ImageBrokenD_1.default;var ImageBroken_1=__webpack_require__("./packages/juno-icon/src/ImageBroken.tsx");exports.ImageBroken=ImageBroken_1.default;var ImagePreviewD_1=__webpack_require__("./packages/juno-icon/src/ImagePreviewD.tsx");exports.ImagePreviewD=ImagePreviewD_1.default;var ImagePreview_1=__webpack_require__("./packages/juno-icon/src/ImagePreview.tsx");exports.ImagePreview=ImagePreview_1.default;var ImproveWithAi_1=__webpack_require__("./packages/juno-icon/src/ImproveWithAi.tsx");exports.ImproveWithAi=ImproveWithAi_1.default;var InProgress_1=__webpack_require__("./packages/juno-icon/src/InProgress.tsx");exports.InProgress=InProgress_1.default;var InboundCallOnBehalf_1=__webpack_require__("./packages/juno-icon/src/InboundCallOnBehalf.tsx");exports.InboundCallOnBehalf=InboundCallOnBehalf_1.default;var InboundFaxBorder_1=__webpack_require__("./packages/juno-icon/src/InboundFaxBorder.tsx");exports.InboundFaxBorder=InboundFaxBorder_1.default;var InboundFax_1=__webpack_require__("./packages/juno-icon/src/InboundFax.tsx");exports.InboundFax=InboundFax_1.default;var Inbox_1=__webpack_require__("./packages/juno-icon/src/Inbox.tsx");exports.Inbox=Inbox_1.default;var IncallBorder_1=__webpack_require__("./packages/juno-icon/src/IncallBorder.tsx");exports.IncallBorder=IncallBorder_1.default;var Incall_1=__webpack_require__("./packages/juno-icon/src/Incall.tsx");exports.Incall=Incall_1.default;var Indent_1=__webpack_require__("./packages/juno-icon/src/Indent.tsx");exports.Indent=Indent_1.default;var Indeterminate_1=__webpack_require__("./packages/juno-icon/src/Indeterminate.tsx");exports.Indeterminate=Indeterminate_1.default;var InfoBorder_1=__webpack_require__("./packages/juno-icon/src/InfoBorder.tsx");exports.InfoBorder=InfoBorder_1.default;var Info_1=__webpack_require__("./packages/juno-icon/src/Info.tsx");exports.Info=Info_1.default;var InsertCode_1=__webpack_require__("./packages/juno-icon/src/InsertCode.tsx");exports.InsertCode=InsertCode_1.default;var InsertImage_1=__webpack_require__("./packages/juno-icon/src/InsertImage.tsx");exports.InsertImage=InsertImage_1.default;var InsertLink_1=__webpack_require__("./packages/juno-icon/src/InsertLink.tsx");exports.InsertLink=InsertLink_1.default;var InsertTable_1=__webpack_require__("./packages/juno-icon/src/InsertTable.tsx");exports.InsertTable=InsertTable_1.default;var InsertVideo_1=__webpack_require__("./packages/juno-icon/src/InsertVideo.tsx");exports.InsertVideo=InsertVideo_1.default;var Italic_1=__webpack_require__("./packages/juno-icon/src/Italic.tsx");exports.Italic=Italic_1.default;var ItemListSelected_1=__webpack_require__("./packages/juno-icon/src/ItemListSelected.tsx");exports.ItemListSelected=ItemListSelected_1.default;var Jira_1=__webpack_require__("./packages/juno-icon/src/Jira.tsx");exports.Jira=Jira_1.default;var JoinAudioPoc_1=__webpack_require__("./packages/juno-icon/src/JoinAudioPoc.tsx");exports.JoinAudioPoc=JoinAudioPoc_1.default;var JoinMeeting_1=__webpack_require__("./packages/juno-icon/src/JoinMeeting.tsx");exports.JoinMeeting=JoinMeeting_1.default;var Join_1=__webpack_require__("./packages/juno-icon/src/Join.tsx");exports.Join=Join_1.default;var JumpToLatest_1=__webpack_require__("./packages/juno-icon/src/JumpToLatest.tsx");exports.JumpToLatest=JumpToLatest_1.default;var JumpToUnread_1=__webpack_require__("./packages/juno-icon/src/JumpToUnread.tsx");exports.JumpToUnread=JumpToUnread_1.default;var KeypadOffSp_1=__webpack_require__("./packages/juno-icon/src/KeypadOffSp.tsx");exports.KeypadOffSp=KeypadOffSp_1.default;var KeypadSp_1=__webpack_require__("./packages/juno-icon/src/KeypadSp.tsx");exports.KeypadSp=KeypadSp_1.default;var Keypad_1=__webpack_require__("./packages/juno-icon/src/Keypad.tsx");exports.Keypad=Keypad_1.default;var LeaveMeeting_1=__webpack_require__("./packages/juno-icon/src/LeaveMeeting.tsx");exports.LeaveMeeting=LeaveMeeting_1.default;var LeaveSp_1=__webpack_require__("./packages/juno-icon/src/LeaveSp.tsx");exports.LeaveSp=LeaveSp_1.default;var Leave_1=__webpack_require__("./packages/juno-icon/src/Leave.tsx");exports.Leave=Leave_1.default;var ListBulletL_1=__webpack_require__("./packages/juno-icon/src/ListBulletL.tsx");exports.ListBulletL=ListBulletL_1.default;var ListBullet_1=__webpack_require__("./packages/juno-icon/src/ListBullet.tsx");exports.ListBullet=ListBullet_1.default;var ListOrdered_1=__webpack_require__("./packages/juno-icon/src/ListOrdered.tsx");exports.ListOrdered=ListOrdered_1.default;var ListView_1=__webpack_require__("./packages/juno-icon/src/ListView.tsx");exports.ListView=ListView_1.default;var LocationBorder_1=__webpack_require__("./packages/juno-icon/src/LocationBorder.tsx");exports.LocationBorder=LocationBorder_1.default;var Location_1=__webpack_require__("./packages/juno-icon/src/Location.tsx");exports.Location=Location_1.default;var LockBorder_1=__webpack_require__("./packages/juno-icon/src/LockBorder.tsx");exports.LockBorder=LockBorder_1.default;var Lock_1=__webpack_require__("./packages/juno-icon/src/Lock.tsx");exports.Lock=Lock_1.default;var Login_1=__webpack_require__("./packages/juno-icon/src/Login.tsx");exports.Login=Login_1.default;var MacKeynoteD_1=__webpack_require__("./packages/juno-icon/src/MacKeynoteD.tsx");exports.MacKeynoteD=MacKeynoteD_1.default;var MacKeynote_1=__webpack_require__("./packages/juno-icon/src/MacKeynote.tsx");exports.MacKeynote=MacKeynote_1.default;var MacNumbersD_1=__webpack_require__("./packages/juno-icon/src/MacNumbersD.tsx");exports.MacNumbersD=MacNumbersD_1.default;var MacNumbers_1=__webpack_require__("./packages/juno-icon/src/MacNumbers.tsx");exports.MacNumbers=MacNumbers_1.default;var MacPagesD_1=__webpack_require__("./packages/juno-icon/src/MacPagesD.tsx");exports.MacPagesD=MacPagesD_1.default;var MacPages_1=__webpack_require__("./packages/juno-icon/src/MacPages.tsx");exports.MacPages=MacPages_1.default;var Mailchimp_1=__webpack_require__("./packages/juno-icon/src/Mailchimp.tsx");exports.Mailchimp=Mailchimp_1.default;var MarkAsReadBorder_1=__webpack_require__("./packages/juno-icon/src/MarkAsReadBorder.tsx");exports.MarkAsReadBorder=MarkAsReadBorder_1.default;var MarkReplyAsUnread_1=__webpack_require__("./packages/juno-icon/src/MarkReplyAsUnread.tsx");exports.MarkReplyAsUnread=MarkReplyAsUnread_1.default;var MarkerM_1=__webpack_require__("./packages/juno-icon/src/MarkerM.tsx");exports.MarkerM=MarkerM_1.default;var MarkerS_1=__webpack_require__("./packages/juno-icon/src/MarkerS.tsx");exports.MarkerS=MarkerS_1.default;var MemberBorder_1=__webpack_require__("./packages/juno-icon/src/MemberBorder.tsx");exports.MemberBorder=MemberBorder_1.default;var MentionBorder_1=__webpack_require__("./packages/juno-icon/src/MentionBorder.tsx");exports.MentionBorder=MentionBorder_1.default;var Mention_1=__webpack_require__("./packages/juno-icon/src/Mention.tsx");exports.Mention=Mention_1.default;var Merge_1=__webpack_require__("./packages/juno-icon/src/Merge.tsx");exports.Merge=Merge_1.default;var MicBorder_1=__webpack_require__("./packages/juno-icon/src/MicBorder.tsx");exports.MicBorder=MicBorder_1.default;var MicOffBorder_1=__webpack_require__("./packages/juno-icon/src/MicOffBorder.tsx");exports.MicOffBorder=MicOffBorder_1.default;var MicOffSp_1=__webpack_require__("./packages/juno-icon/src/MicOffSp.tsx");exports.MicOffSp=MicOffSp_1.default;var MicOff_1=__webpack_require__("./packages/juno-icon/src/MicOff.tsx");exports.MicOff=MicOff_1.default;var MicSp_1=__webpack_require__("./packages/juno-icon/src/MicSp.tsx");exports.MicSp=MicSp_1.default;var Mic_1=__webpack_require__("./packages/juno-icon/src/Mic.tsx");exports.Mic=Mic_1.default;var MicrosoftLogoDisabled_1=__webpack_require__("./packages/juno-icon/src/MicrosoftLogoDisabled.tsx");exports.MicrosoftLogoDisabled=MicrosoftLogoDisabled_1.default;var MicrosoftLogo_1=__webpack_require__("./packages/juno-icon/src/MicrosoftLogo.tsx");exports.MicrosoftLogo=MicrosoftLogo_1.default;var MicrosoftOutlook2019_1=__webpack_require__("./packages/juno-icon/src/MicrosoftOutlook2019.tsx");exports.MicrosoftOutlook2019=MicrosoftOutlook2019_1.default;var MicrosoftTeams2019_1=__webpack_require__("./packages/juno-icon/src/MicrosoftTeams2019.tsx");exports.MicrosoftTeams2019=MicrosoftTeams2019_1.default;var Minimize_1=__webpack_require__("./packages/juno-icon/src/Minimize.tsx");exports.Minimize=Minimize_1.default;var MissedCallDnd_1=__webpack_require__("./packages/juno-icon/src/MissedCallDnd.tsx");exports.MissedCallDnd=MissedCallDnd_1.default;var MissedcallBorder_1=__webpack_require__("./packages/juno-icon/src/MissedcallBorder.tsx");exports.MissedcallBorder=MissedcallBorder_1.default;var Missedcall_1=__webpack_require__("./packages/juno-icon/src/Missedcall.tsx");exports.Missedcall=Missedcall_1.default;var Mobile_1=__webpack_require__("./packages/juno-icon/src/Mobile.tsx");exports.Mobile=Mobile_1.default;var MonitorCall_1=__webpack_require__("./packages/juno-icon/src/MonitorCall.tsx");exports.MonitorCall=MonitorCall_1.default;var MoreHoriz_1=__webpack_require__("./packages/juno-icon/src/MoreHoriz.tsx");exports.MoreHoriz=MoreHoriz_1.default;var MoreVert_1=__webpack_require__("./packages/juno-icon/src/MoreVert.tsx");exports.MoreVert=MoreVert_1.default;var MuteNotificationBorder_1=__webpack_require__("./packages/juno-icon/src/MuteNotificationBorder.tsx");exports.MuteNotificationBorder=MuteNotificationBorder_1.default;var MuteNotification_1=__webpack_require__("./packages/juno-icon/src/MuteNotification.tsx");exports.MuteNotification=MuteNotification_1.default;var NewAction_1=__webpack_require__("./packages/juno-icon/src/NewAction.tsx");exports.NewAction=NewAction_1.default;var NewFax_1=__webpack_require__("./packages/juno-icon/src/NewFax.tsx");exports.NewFax=NewFax_1.default;var NewFile_1=__webpack_require__("./packages/juno-icon/src/NewFile.tsx");exports.NewFile=NewFile_1.default;var NewNote_1=__webpack_require__("./packages/juno-icon/src/NewNote.tsx");exports.NewNote=NewNote_1.default;var Nickname_1=__webpack_require__("./packages/juno-icon/src/Nickname.tsx");exports.Nickname=Nickname_1.default;var NoAudioSp_1=__webpack_require__("./packages/juno-icon/src/NoAudioSp.tsx");exports.NoAudioSp=NoAudioSp_1.default;var NoAudio_1=__webpack_require__("./packages/juno-icon/src/NoAudio.tsx");exports.NoAudio=NoAudio_1.default;var NoConnection_1=__webpack_require__("./packages/juno-icon/src/NoConnection.tsx");exports.NoConnection=NoConnection_1.default;var NonEdit_1=__webpack_require__("./packages/juno-icon/src/NonEdit.tsx");exports.NonEdit=NonEdit_1.default;var NoteBorder_1=__webpack_require__("./packages/juno-icon/src/NoteBorder.tsx");exports.NoteBorder=NoteBorder_1.default;var Note_1=__webpack_require__("./packages/juno-icon/src/Note.tsx");exports.Note=Note_1.default;var Notes_1=__webpack_require__("./packages/juno-icon/src/Notes.tsx");exports.Notes=Notes_1.default;var NotificationBorder_1=__webpack_require__("./packages/juno-icon/src/NotificationBorder.tsx");exports.NotificationBorder=NotificationBorder_1.default;var Notification_1=__webpack_require__("./packages/juno-icon/src/Notification.tsx");exports.Notification=Notification_1.default;var Onedrive_1=__webpack_require__("./packages/juno-icon/src/Onedrive.tsx");exports.Onedrive=Onedrive_1.default;var OpenFolder_1=__webpack_require__("./packages/juno-icon/src/OpenFolder.tsx");exports.OpenFolder=OpenFolder_1.default;var OuboundCallOnBehalf_1=__webpack_require__("./packages/juno-icon/src/OuboundCallOnBehalf.tsx");exports.OuboundCallOnBehalf=OuboundCallOnBehalf_1.default;var OutboundFaxBorder_1=__webpack_require__("./packages/juno-icon/src/OutboundFaxBorder.tsx");exports.OutboundFaxBorder=OutboundFaxBorder_1.default;var OutboundFax_1=__webpack_require__("./packages/juno-icon/src/OutboundFax.tsx");exports.OutboundFax=OutboundFax_1.default;var OutcallBorder_1=__webpack_require__("./packages/juno-icon/src/OutcallBorder.tsx");exports.OutcallBorder=OutcallBorder_1.default;var Outcall_1=__webpack_require__("./packages/juno-icon/src/Outcall.tsx");exports.Outcall=Outcall_1.default;var Outdent_1=__webpack_require__("./packages/juno-icon/src/Outdent.tsx");exports.Outdent=Outdent_1.default;var Pagerduty_1=__webpack_require__("./packages/juno-icon/src/Pagerduty.tsx");exports.Pagerduty=Pagerduty_1.default;var ParkCallMessage_1=__webpack_require__("./packages/juno-icon/src/ParkCallMessage.tsx");exports.ParkCallMessage=ParkCallMessage_1.default;var ParkCallSp_1=__webpack_require__("./packages/juno-icon/src/ParkCallSp.tsx");exports.ParkCallSp=ParkCallSp_1.default;var ParkCallText_1=__webpack_require__("./packages/juno-icon/src/ParkCallText.tsx");exports.ParkCallText=ParkCallText_1.default;var ParkCall_1=__webpack_require__("./packages/juno-icon/src/ParkCall.tsx");exports.ParkCall=ParkCall_1.default;var ParkLocationFull_1=__webpack_require__("./packages/juno-icon/src/ParkLocationFull.tsx");exports.ParkLocationFull=ParkLocationFull_1.default;var ParkLocation_1=__webpack_require__("./packages/juno-icon/src/ParkLocation.tsx");exports.ParkLocation=ParkLocation_1.default;var ParkedCallBorder_1=__webpack_require__("./packages/juno-icon/src/ParkedCallBorder.tsx");exports.ParkedCallBorder=ParkedCallBorder_1.default;var PartnerCloudContact_1=__webpack_require__("./packages/juno-icon/src/PartnerCloudContact.tsx");exports.PartnerCloudContact=PartnerCloudContact_1.default;var PauseBorder_1=__webpack_require__("./packages/juno-icon/src/PauseBorder.tsx");exports.PauseBorder=PauseBorder_1.default;var PauseCircle_1=__webpack_require__("./packages/juno-icon/src/PauseCircle.tsx");exports.PauseCircle=PauseCircle_1.default;var PauseCircleBorder_1=__webpack_require__("./packages/juno-icon/src/PauseCircleBorder.tsx");exports.PauseCircleBorder=PauseCircleBorder_1.default;var Pause_1=__webpack_require__("./packages/juno-icon/src/Pause.tsx");exports.Pause=Pause_1.default;var PaymentMethod_1=__webpack_require__("./packages/juno-icon/src/PaymentMethod.tsx");exports.PaymentMethod=PaymentMethod_1.default;var PdfD_1=__webpack_require__("./packages/juno-icon/src/PdfD.tsx");exports.PdfD=PdfD_1.default;var PdfBorder_1=__webpack_require__("./packages/juno-icon/src/PdfBorder.tsx");exports.PdfBorder=PdfBorder_1.default;var Pdf_1=__webpack_require__("./packages/juno-icon/src/Pdf.tsx");exports.Pdf=Pdf_1.default;var People_1=__webpack_require__("./packages/juno-icon/src/People.tsx");exports.People=People_1.default;var PersonalMeeting_1=__webpack_require__("./packages/juno-icon/src/PersonalMeeting.tsx");exports.PersonalMeeting=PersonalMeeting_1.default;var PhoneBorder_1=__webpack_require__("./packages/juno-icon/src/PhoneBorder.tsx");exports.PhoneBorder=PhoneBorder_1.default;var PhoneInboxBorder_1=__webpack_require__("./packages/juno-icon/src/PhoneInboxBorder.tsx");exports.PhoneInboxBorder=PhoneInboxBorder_1.default;var PhoneInbox_1=__webpack_require__("./packages/juno-icon/src/PhoneInbox.tsx");exports.PhoneInbox=PhoneInbox_1.default;var PhoneOffBorder_1=__webpack_require__("./packages/juno-icon/src/PhoneOffBorder.tsx");exports.PhoneOffBorder=PhoneOffBorder_1.default;var PhoneOff_1=__webpack_require__("./packages/juno-icon/src/PhoneOff.tsx");exports.PhoneOff=PhoneOff_1.default;var PhoneS_1=__webpack_require__("./packages/juno-icon/src/PhoneS.tsx");exports.PhoneS=PhoneS_1.default;var Phone_1=__webpack_require__("./packages/juno-icon/src/Phone.tsx");exports.Phone=Phone_1.default;var PickUpCall_1=__webpack_require__("./packages/juno-icon/src/PickUpCall.tsx");exports.PickUpCall=PickUpCall_1.default;var PinWindow_1=__webpack_require__("./packages/juno-icon/src/PinWindow.tsx");exports.PinWindow=PinWindow_1.default;var Pin_1=__webpack_require__("./packages/juno-icon/src/Pin.tsx");exports.Pin=Pin_1.default;var PivotalTracker_1=__webpack_require__("./packages/juno-icon/src/PivotalTracker.tsx");exports.PivotalTracker=PivotalTracker_1.default;var PlayBorder_1=__webpack_require__("./packages/juno-icon/src/PlayBorder.tsx");exports.PlayBorder=PlayBorder_1.default;var PlayCircle_1=__webpack_require__("./packages/juno-icon/src/PlayCircle.tsx");exports.PlayCircle=PlayCircle_1.default;var PlayCircleBorder_1=__webpack_require__("./packages/juno-icon/src/PlayCircleBorder.tsx");exports.PlayCircleBorder=PlayCircleBorder_1.default;var Play_1=__webpack_require__("./packages/juno-icon/src/Play.tsx");exports.Play=Play_1.default;var PollBorder_1=__webpack_require__("./packages/juno-icon/src/PollBorder.tsx");exports.PollBorder=PollBorder_1.default;var Poll_1=__webpack_require__("./packages/juno-icon/src/Poll.tsx");exports.Poll=Poll_1.default;var PoorConnection_1=__webpack_require__("./packages/juno-icon/src/PoorConnection.tsx");exports.PoorConnection=PoorConnection_1.default;var PopIn_1=__webpack_require__("./packages/juno-icon/src/PopIn.tsx");exports.PopIn=PopIn_1.default;var PopOut_1=__webpack_require__("./packages/juno-icon/src/PopOut.tsx");exports.PopOut=PopOut_1.default;var PptD_1=__webpack_require__("./packages/juno-icon/src/PptD.tsx");exports.PptD=PptD_1.default;var Ppt_1=__webpack_require__("./packages/juno-icon/src/Ppt.tsx");exports.Ppt=Ppt_1.default;var Previous_1=__webpack_require__("./packages/juno-icon/src/Previous.tsx");exports.Previous=Previous_1.default;var PurchaseCart_1=__webpack_require__("./packages/juno-icon/src/PurchaseCart.tsx");exports.PurchaseCart=PurchaseCart_1.default;var PushToTalk_1=__webpack_require__("./packages/juno-icon/src/PushToTalk.tsx");exports.PushToTalk=PushToTalk_1.default;var Quote_1=__webpack_require__("./packages/juno-icon/src/Quote.tsx");exports.Quote=Quote_1.default;var RadioUnselect_1=__webpack_require__("./packages/juno-icon/src/RadioUnselect.tsx");exports.RadioUnselect=RadioUnselect_1.default;var Radio_1=__webpack_require__("./packages/juno-icon/src/Radio.tsx");exports.Radio=Radio_1.default;var RbnOff_1=__webpack_require__("./packages/juno-icon/src/RbnOff.tsx");exports.RbnOff=RbnOff_1.default;var RbnOn_1=__webpack_require__("./packages/juno-icon/src/RbnOn.tsx");exports.RbnOn=RbnOn_1.default;var RcApp_1=__webpack_require__("./packages/juno-icon/src/RcApp.tsx");exports.RcApp=RcApp_1.default;var RcBlog_1=__webpack_require__("./packages/juno-icon/src/RcBlog.tsx");exports.RcBlog=RcBlog_1.default;var RcCcBorder_1=__webpack_require__("./packages/juno-icon/src/RcCcBorder.tsx");exports.RcCcBorder=RcCcBorder_1.default;var RcCloudContact_1=__webpack_require__("./packages/juno-icon/src/RcCloudContact.tsx");exports.RcCloudContact=RcCloudContact_1.default;var RcContact_1=__webpack_require__("./packages/juno-icon/src/RcContact.tsx");exports.RcContact=RcContact_1.default;var RcHelp_1=__webpack_require__("./packages/juno-icon/src/RcHelp.tsx");exports.RcHelp=RcHelp_1.default;var RcLogo_1=__webpack_require__("./packages/juno-icon/src/RcLogo.tsx");exports.RcLogo=RcLogo_1.default;var RcvMicOff_1=__webpack_require__("./packages/juno-icon/src/RcvMicOff.tsx");exports.RcvMicOff=RcvMicOff_1.default;var RcvVideocamOff_1=__webpack_require__("./packages/juno-icon/src/RcvVideocamOff.tsx");exports.RcvVideocamOff=RcvVideocamOff_1.default;var Read_1=__webpack_require__("./packages/juno-icon/src/Read.tsx");exports.Read=Read_1.default;var RecTransciptSp_1=__webpack_require__("./packages/juno-icon/src/RecTransciptSp.tsx");exports.RecTransciptSp=RecTransciptSp_1.default;var Recent_1=__webpack_require__("./packages/juno-icon/src/Recent.tsx");exports.Recent=Recent_1.default;var RecordBorder_1=__webpack_require__("./packages/juno-icon/src/RecordBorder.tsx");exports.RecordBorder=RecordBorder_1.default;var RecordSp_1=__webpack_require__("./packages/juno-icon/src/RecordSp.tsx");exports.RecordSp=RecordSp_1.default;var Record_1=__webpack_require__("./packages/juno-icon/src/Record.tsx");exports.Record=Record_1.default;var RecordingInsights_1=__webpack_require__("./packages/juno-icon/src/RecordingInsights.tsx");exports.RecordingInsights=RecordingInsights_1.default;var Refresh_1=__webpack_require__("./packages/juno-icon/src/Refresh.tsx");exports.Refresh=Refresh_1.default;var Regenerate_1=__webpack_require__("./packages/juno-icon/src/Regenerate.tsx");exports.Regenerate=Regenerate_1.default;var ReminderBorder_1=__webpack_require__("./packages/juno-icon/src/ReminderBorder.tsx");exports.ReminderBorder=ReminderBorder_1.default;var Reminder_1=__webpack_require__("./packages/juno-icon/src/Reminder.tsx");exports.Reminder=Reminder_1.default;var RemoveBorder_1=__webpack_require__("./packages/juno-icon/src/RemoveBorder.tsx");exports.RemoveBorder=RemoveBorder_1.default;var RemoveField_1=__webpack_require__("./packages/juno-icon/src/RemoveField.tsx");exports.RemoveField=RemoveField_1.default;var RemoveMemberBorder_1=__webpack_require__("./packages/juno-icon/src/RemoveMemberBorder.tsx");exports.RemoveMemberBorder=RemoveMemberBorder_1.default;var Remove_1=__webpack_require__("./packages/juno-icon/src/Remove.tsx");exports.Remove=Remove_1.default;var Repeat_1=__webpack_require__("./packages/juno-icon/src/Repeat.tsx");exports.Repeat=Repeat_1.default;var Reply_1=__webpack_require__("./packages/juno-icon/src/Reply.tsx");exports.Reply=Reply_1.default;var ReportAnIssueAlternative_1=__webpack_require__("./packages/juno-icon/src/ReportAnIssueAlternative.tsx");exports.ReportAnIssueAlternative=ReportAnIssueAlternative_1.default;var ReportAnIssue_1=__webpack_require__("./packages/juno-icon/src/ReportAnIssue.tsx");exports.ReportAnIssue=ReportAnIssue_1.default;var ResendFax_1=__webpack_require__("./packages/juno-icon/src/ResendFax.tsx");exports.ResendFax=ResendFax_1.default;var ResetZoom_1=__webpack_require__("./packages/juno-icon/src/ResetZoom.tsx");exports.ResetZoom=ResetZoom_1.default;var RichTextEditor_1=__webpack_require__("./packages/juno-icon/src/RichTextEditor.tsx");exports.RichTextEditor=RichTextEditor_1.default;var Ringsense_1=__webpack_require__("./packages/juno-icon/src/Ringsense.tsx");exports.Ringsense=Ringsense_1.default;var RollAp_1=__webpack_require__("./packages/juno-icon/src/RollAp.tsx");exports.RollAp=RollAp_1.default;var Salesforce_1=__webpack_require__("./packages/juno-icon/src/Salesforce.tsx");exports.Salesforce=Salesforce_1.default;var SaveDraft_1=__webpack_require__("./packages/juno-icon/src/SaveDraft.tsx");exports.SaveDraft=SaveDraft_1.default;var Scan_1=__webpack_require__("./packages/juno-icon/src/Scan.tsx");exports.Scan=Scan_1.default;var ScheduleMeeting_1=__webpack_require__("./packages/juno-icon/src/ScheduleMeeting.tsx");exports.ScheduleMeeting=ScheduleMeeting_1.default;var Schedule_1=__webpack_require__("./packages/juno-icon/src/Schedule.tsx");exports.Schedule=Schedule_1.default;var ScreenshareBorder_1=__webpack_require__("./packages/juno-icon/src/ScreenshareBorder.tsx");exports.ScreenshareBorder=ScreenshareBorder_1.default;var Screenshare_1=__webpack_require__("./packages/juno-icon/src/Screenshare.tsx");exports.Screenshare=Screenshare_1.default;var SearchNav_1=__webpack_require__("./packages/juno-icon/src/SearchNav.tsx");exports.SearchNav=SearchNav_1.default;var Search_1=__webpack_require__("./packages/juno-icon/src/Search.tsx");exports.Search=Search_1.default;var Selects_1=__webpack_require__("./packages/juno-icon/src/Selects.tsx");exports.Selects=Selects_1.default;var SendFilled_1=__webpack_require__("./packages/juno-icon/src/SendFilled.tsx");exports.SendFilled=SendFilled_1.default;var Send_1=__webpack_require__("./packages/juno-icon/src/Send.tsx");exports.Send=Send_1.default;var SettingsBorder_1=__webpack_require__("./packages/juno-icon/src/SettingsBorder.tsx");exports.SettingsBorder=SettingsBorder_1.default;var Settings_1=__webpack_require__("./packages/juno-icon/src/Settings.tsx");exports.Settings=Settings_1.default;var Share_1=__webpack_require__("./packages/juno-icon/src/Share.tsx");exports.Share=Share_1.default;var SharedDirectory_1=__webpack_require__("./packages/juno-icon/src/SharedDirectory.tsx");exports.SharedDirectory=SharedDirectory_1.default;var Sharepoint_1=__webpack_require__("./packages/juno-icon/src/Sharepoint.tsx");exports.Sharepoint=Sharepoint_1.default;var Shield_1=__webpack_require__("./packages/juno-icon/src/Shield.tsx");exports.Shield=Shield_1.default;var ShortcutBorder_1=__webpack_require__("./packages/juno-icon/src/ShortcutBorder.tsx");exports.ShortcutBorder=ShortcutBorder_1.default;var Shortcut_1=__webpack_require__("./packages/juno-icon/src/Shortcut.tsx");exports.Shortcut=Shortcut_1.default;var Signal0_1=__webpack_require__("./packages/juno-icon/src/Signal0.tsx");exports.Signal0=Signal0_1.default;var Signal1_1=__webpack_require__("./packages/juno-icon/src/Signal1.tsx");exports.Signal1=Signal1_1.default;var Signal2_1=__webpack_require__("./packages/juno-icon/src/Signal2.tsx");exports.Signal2=Signal2_1.default;var Signal3_1=__webpack_require__("./packages/juno-icon/src/Signal3.tsx");exports.Signal3=Signal3_1.default;var SmartCompose_1=__webpack_require__("./packages/juno-icon/src/SmartCompose.tsx");exports.SmartCompose=SmartCompose_1.default;var SmartSummary_1=__webpack_require__("./packages/juno-icon/src/SmartSummary.tsx");exports.SmartSummary=SmartSummary_1.default;var SmsBorder_1=__webpack_require__("./packages/juno-icon/src/SmsBorder.tsx");exports.SmsBorder=SmsBorder_1.default;var SmsDefault_1=__webpack_require__("./packages/juno-icon/src/SmsDefault.tsx");exports.SmsDefault=SmsDefault_1.default;var SmsInviteBorder_1=__webpack_require__("./packages/juno-icon/src/SmsInviteBorder.tsx");exports.SmsInviteBorder=SmsInviteBorder_1.default;var SmsTemplate_1=__webpack_require__("./packages/juno-icon/src/SmsTemplate.tsx");exports.SmsTemplate=SmsTemplate_1.default;var Sms_1=__webpack_require__("./packages/juno-icon/src/Sms.tsx");exports.Sms=Sms_1.default;var SortMessage_1=__webpack_require__("./packages/juno-icon/src/SortMessage.tsx");exports.SortMessage=SortMessage_1.default;var Sort_1=__webpack_require__("./packages/juno-icon/src/Sort.tsx");exports.Sort=Sort_1.default;var SpeakerDown_1=__webpack_require__("./packages/juno-icon/src/SpeakerDown.tsx");exports.SpeakerDown=SpeakerDown_1.default;var SpeakerMute_1=__webpack_require__("./packages/juno-icon/src/SpeakerMute.tsx");exports.SpeakerMute=SpeakerMute_1.default;var SpeakerUp_1=__webpack_require__("./packages/juno-icon/src/SpeakerUp.tsx");exports.SpeakerUp=SpeakerUp_1.default;var StarBorder_1=__webpack_require__("./packages/juno-icon/src/StarBorder.tsx");exports.StarBorder=StarBorder_1.default;var Star_1=__webpack_require__("./packages/juno-icon/src/Star.tsx");exports.Star=Star_1.default;var StartMeeting_1=__webpack_require__("./packages/juno-icon/src/StartMeeting.tsx");exports.StartMeeting=StartMeeting_1.default;var Start_1=__webpack_require__("./packages/juno-icon/src/Start.tsx");exports.Start=Start_1.default;var StopBorder_1=__webpack_require__("./packages/juno-icon/src/StopBorder.tsx");exports.StopBorder=StopBorder_1.default;var StopCircle_1=__webpack_require__("./packages/juno-icon/src/StopCircle.tsx");exports.StopCircle=StopCircle_1.default;var StopCircleBorder_1=__webpack_require__("./packages/juno-icon/src/StopCircleBorder.tsx");exports.StopCircleBorder=StopCircleBorder_1.default;var StopRecord_1=__webpack_require__("./packages/juno-icon/src/StopRecord.tsx");exports.StopRecord=StopRecord_1.default;var StopSp_1=__webpack_require__("./packages/juno-icon/src/StopSp.tsx");exports.StopSp=StopSp_1.default;var Stop_1=__webpack_require__("./packages/juno-icon/src/Stop.tsx");exports.Stop=Stop_1.default;var Strike_1=__webpack_require__("./packages/juno-icon/src/Strike.tsx");exports.Strike=Strike_1.default;var Stripe_1=__webpack_require__("./packages/juno-icon/src/Stripe.tsx");exports.Stripe=Stripe_1.default;var Summary_1=__webpack_require__("./packages/juno-icon/src/Summary.tsx");exports.Summary=Summary_1.default;var SupportCase_1=__webpack_require__("./packages/juno-icon/src/SupportCase.tsx");exports.SupportCase=SupportCase_1.default;var Swap_1=__webpack_require__("./packages/juno-icon/src/Swap.tsx");exports.Swap=Swap_1.default;var SwitchboardBorder_1=__webpack_require__("./packages/juno-icon/src/SwitchboardBorder.tsx");exports.SwitchboardBorder=SwitchboardBorder_1.default;var Switchboard_1=__webpack_require__("./packages/juno-icon/src/Switchboard.tsx");exports.Switchboard=Switchboard_1.default;var TakeNotes_1=__webpack_require__("./packages/juno-icon/src/TakeNotes.tsx");exports.TakeNotes=TakeNotes_1.default;var TakeOverSp_1=__webpack_require__("./packages/juno-icon/src/TakeOverSp.tsx");exports.TakeOverSp=TakeOverSp_1.default;var TakeOver_1=__webpack_require__("./packages/juno-icon/src/TakeOver.tsx");exports.TakeOver=TakeOver_1.default;var TaskNewBorder_1=__webpack_require__("./packages/juno-icon/src/TaskNewBorder.tsx");exports.TaskNewBorder=TaskNewBorder_1.default;var TaskNew_1=__webpack_require__("./packages/juno-icon/src/TaskNew.tsx");exports.TaskNew=TaskNew_1.default;var TeamBorder_1=__webpack_require__("./packages/juno-icon/src/TeamBorder.tsx");exports.TeamBorder=TeamBorder_1.default;var TeamDefault_1=__webpack_require__("./packages/juno-icon/src/TeamDefault.tsx");exports.TeamDefault=TeamDefault_1.default;var Team_1=__webpack_require__("./packages/juno-icon/src/Team.tsx");exports.Team=Team_1.default;var Text_1=__webpack_require__("./packages/juno-icon/src/Text.tsx");exports.Text=Text_1.default;var Theme_1=__webpack_require__("./packages/juno-icon/src/Theme.tsx");exports.Theme=Theme_1.default;var ThreadReplySnackbar_1=__webpack_require__("./packages/juno-icon/src/ThreadReplySnackbar.tsx");exports.ThreadReplySnackbar=ThreadReplySnackbar_1.default;var ThreadReply_1=__webpack_require__("./packages/juno-icon/src/ThreadReply.tsx");exports.ThreadReply=ThreadReply_1.default;var ThumbDownBorderSp_1=__webpack_require__("./packages/juno-icon/src/ThumbDownBorderSp.tsx");exports.ThumbDownBorderSp=ThumbDownBorderSp_1.default;var ThumbDownSp_1=__webpack_require__("./packages/juno-icon/src/ThumbDownSp.tsx");exports.ThumbDownSp=ThumbDownSp_1.default;var ThumbUpBorderSp_1=__webpack_require__("./packages/juno-icon/src/ThumbUpBorderSp.tsx");exports.ThumbUpBorderSp=ThumbUpBorderSp_1.default;var ThumbUpSp_1=__webpack_require__("./packages/juno-icon/src/ThumbUpSp.tsx");exports.ThumbUpSp=ThumbUpSp_1.default;var ThumbupBorder_1=__webpack_require__("./packages/juno-icon/src/ThumbupBorder.tsx");exports.ThumbupBorder=ThumbupBorder_1.default;var Thumbup_1=__webpack_require__("./packages/juno-icon/src/Thumbup.tsx");exports.Thumbup=Thumbup_1.default;var TimeBorder_1=__webpack_require__("./packages/juno-icon/src/TimeBorder.tsx");exports.TimeBorder=TimeBorder_1.default;var Time_1=__webpack_require__("./packages/juno-icon/src/Time.tsx");exports.Time=Time_1.default;var TodayCalendarIco_1=__webpack_require__("./packages/juno-icon/src/TodayCalendarIco.tsx");exports.TodayCalendarIco=TodayCalendarIco_1.default;var TransciptSp_1=__webpack_require__("./packages/juno-icon/src/TransciptSp.tsx");exports.TransciptSp=TransciptSp_1.default;var Transcribe_1=__webpack_require__("./packages/juno-icon/src/Transcribe.tsx");exports.Transcribe=Transcribe_1.default;var TranscriptBottom_1=__webpack_require__("./packages/juno-icon/src/TranscriptBottom.tsx");exports.TranscriptBottom=TranscriptBottom_1.default;var Transcript_1=__webpack_require__("./packages/juno-icon/src/Transcript.tsx");exports.Transcript=Transcript_1.default;var Transcription_1=__webpack_require__("./packages/juno-icon/src/Transcription.tsx");exports.Transcription=Transcription_1.default;var TransferCallSp_1=__webpack_require__("./packages/juno-icon/src/TransferCallSp.tsx");exports.TransferCallSp=TransferCallSp_1.default;var TransferCall_1=__webpack_require__("./packages/juno-icon/src/TransferCall.tsx");exports.TransferCall=TransferCall_1.default;var TransferCallBorder_1=__webpack_require__("./packages/juno-icon/src/TransferCallBorder.tsx");exports.TransferCallBorder=TransferCallBorder_1.default;var Translate_1=__webpack_require__("./packages/juno-icon/src/Translate.tsx");exports.Translate=Translate_1.default;var Trello_1=__webpack_require__("./packages/juno-icon/src/Trello.tsx");exports.Trello=Trello_1.default;var TxtBorder_1=__webpack_require__("./packages/juno-icon/src/TxtBorder.tsx");exports.TxtBorder=TxtBorder_1.default;var Unblocked_1=__webpack_require__("./packages/juno-icon/src/Unblocked.tsx");exports.Unblocked=Unblocked_1.default;var Underline_1=__webpack_require__("./packages/juno-icon/src/Underline.tsx");exports.Underline=Underline_1.default;var UndockBorder_1=__webpack_require__("./packages/juno-icon/src/UndockBorder.tsx");exports.UndockBorder=UndockBorder_1.default;var Undock_1=__webpack_require__("./packages/juno-icon/src/Undock.tsx");exports.Undock=Undock_1.default;var UnfoldLess_1=__webpack_require__("./packages/juno-icon/src/UnfoldLess.tsx");exports.UnfoldLess=UnfoldLess_1.default;var UnfoldMore_1=__webpack_require__("./packages/juno-icon/src/UnfoldMore.tsx");exports.UnfoldMore=UnfoldMore_1.default;var Unlock_1=__webpack_require__("./packages/juno-icon/src/Unlock.tsx");exports.Unlock=Unlock_1.default;var UnpinSlash_1=__webpack_require__("./packages/juno-icon/src/UnpinSlash.tsx");exports.UnpinSlash=UnpinSlash_1.default;var Unpin_1=__webpack_require__("./packages/juno-icon/src/Unpin.tsx");exports.Unpin=Unpin_1.default;var Unread_1=__webpack_require__("./packages/juno-icon/src/Unread.tsx");exports.Unread=Unread_1.default;var Unselect_1=__webpack_require__("./packages/juno-icon/src/Unselect.tsx");exports.Unselect=Unselect_1.default;var Update_1=__webpack_require__("./packages/juno-icon/src/Update.tsx");exports.Update=Update_1.default;var UserDefault_1=__webpack_require__("./packages/juno-icon/src/UserDefault.tsx");exports.UserDefault=UserDefault_1.default;var VideoAndMessage_1=__webpack_require__("./packages/juno-icon/src/VideoAndMessage.tsx");exports.VideoAndMessage=VideoAndMessage_1.default;var VideoMeeting_1=__webpack_require__("./packages/juno-icon/src/VideoMeeting.tsx");exports.VideoMeeting=VideoMeeting_1.default;var VideoMeetingSp_1=__webpack_require__("./packages/juno-icon/src/VideoMeetingSp.tsx");exports.VideoMeetingSp=VideoMeetingSp_1.default;var VideocamBorder_1=__webpack_require__("./packages/juno-icon/src/VideocamBorder.tsx");exports.VideocamBorder=VideocamBorder_1.default;var VideocamOffBorder_1=__webpack_require__("./packages/juno-icon/src/VideocamOffBorder.tsx");exports.VideocamOffBorder=VideocamOffBorder_1.default;var VideocamOff_1=__webpack_require__("./packages/juno-icon/src/VideocamOff.tsx");exports.VideocamOff=VideocamOff_1.default;var Videocam_1=__webpack_require__("./packages/juno-icon/src/Videocam.tsx");exports.Videocam=Videocam_1.default;var ViewBorder_1=__webpack_require__("./packages/juno-icon/src/ViewBorder.tsx");exports.ViewBorder=ViewBorder_1.default;var ViewInConversationThread_1=__webpack_require__("./packages/juno-icon/src/ViewInConversationThread.tsx");exports.ViewInConversationThread=ViewInConversationThread_1.default;var ViewLogBorder_1=__webpack_require__("./packages/juno-icon/src/ViewLogBorder.tsx");exports.ViewLogBorder=ViewLogBorder_1.default;var View_1=__webpack_require__("./packages/juno-icon/src/View.tsx");exports.View=View_1.default;var VoicemailBorder_1=__webpack_require__("./packages/juno-icon/src/VoicemailBorder.tsx");exports.VoicemailBorder=VoicemailBorder_1.default;var Voicemail_1=__webpack_require__("./packages/juno-icon/src/Voicemail.tsx");exports.Voicemail=Voicemail_1.default;var Warning_1=__webpack_require__("./packages/juno-icon/src/Warning.tsx");exports.Warning=Warning_1.default;var WatchVideo_1=__webpack_require__("./packages/juno-icon/src/WatchVideo.tsx");exports.WatchVideo=WatchVideo_1.default;var WeakConnection_1=__webpack_require__("./packages/juno-icon/src/WeakConnection.tsx");exports.WeakConnection=WeakConnection_1.default;var WebinarBorder_1=__webpack_require__("./packages/juno-icon/src/WebinarBorder.tsx");exports.WebinarBorder=WebinarBorder_1.default;var Webinar_1=__webpack_require__("./packages/juno-icon/src/Webinar.tsx");exports.Webinar=Webinar_1.default;var Webpage_1=__webpack_require__("./packages/juno-icon/src/Webpage.tsx");exports.Webpage=Webpage_1.default;var Welcome_1=__webpack_require__("./packages/juno-icon/src/Welcome.tsx");exports.Welcome=Welcome_1.default;var WhatIsNew_1=__webpack_require__("./packages/juno-icon/src/WhatIsNew.tsx");exports.WhatIsNew=WhatIsNew_1.default;var WhatsNew_1=__webpack_require__("./packages/juno-icon/src/WhatsNew.tsx");exports.WhatsNew=WhatsNew_1.default;var WhisperSp_1=__webpack_require__("./packages/juno-icon/src/WhisperSp.tsx");exports.WhisperSp=WhisperSp_1.default;var Whisper_1=__webpack_require__("./packages/juno-icon/src/Whisper.tsx");exports.Whisper=Whisper_1.default;var Whiteboard_1=__webpack_require__("./packages/juno-icon/src/Whiteboard.tsx");exports.Whiteboard=Whiteboard_1.default;var Work_1=__webpack_require__("./packages/juno-icon/src/Work.tsx");exports.Work=Work_1.default;var WorkflowFilled_1=__webpack_require__("./packages/juno-icon/src/WorkflowFilled.tsx");exports.WorkflowFilled=WorkflowFilled_1.default;var WorkflowOutlined_1=__webpack_require__("./packages/juno-icon/src/WorkflowOutlined.tsx");exports.WorkflowOutlined=WorkflowOutlined_1.default;var WorkspaceBorder_1=__webpack_require__("./packages/juno-icon/src/WorkspaceBorder.tsx");exports.WorkspaceBorder=WorkspaceBorder_1.default;var Workspace_1=__webpack_require__("./packages/juno-icon/src/Workspace.tsx");exports.Workspace=Workspace_1.default;var Yelp_1=__webpack_require__("./packages/juno-icon/src/Yelp.tsx");exports.Yelp=Yelp_1.default;var Zapier_1=__webpack_require__("./packages/juno-icon/src/Zapier.tsx");exports.Zapier=Zapier_1.default;var Zendesk_1=__webpack_require__("./packages/juno-icon/src/Zendesk.tsx");exports.Zendesk=Zendesk_1.default;var ZipD_1=__webpack_require__("./packages/juno-icon/src/ZipD.tsx");exports.ZipD=ZipD_1.default;var Zip_1=__webpack_require__("./packages/juno-icon/src/Zip.tsx");exports.Zip=Zip_1.default;var ZoomIn_1=__webpack_require__("./packages/juno-icon/src/ZoomIn.tsx");exports.ZoomIn=ZoomIn_1.default;var ZoomOut_1=__webpack_require__("./packages/juno-icon/src/ZoomOut.tsx");exports.ZoomOut=ZoomOut_1.default},"./packages/juno-storybook/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-storybook/src/index.ts"),exports)},"./packages/juno-storybook/src/assets/BrightnessContrast.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),BrightnessContrast=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{d:"M16 8a8 8 0 100 16 8 8 0 000-16zm0 13V11c2.757 0 5 2.243 5 5s-2.243 5-5 5zm0 5a2 2 0 012 2v2a2 2 0 11-4 0v-2a2 2 0 012-2zm0-20a2 2 0 01-2-2V2a2 2 0 114 0v2a2 2 0 01-2 2zm14 8a2 2 0 110 4h-2a2 2 0 110-4h2zM6 16a2 2 0 01-2 2H2a2 2 0 110-4h2a2 2 0 012 2zm19.899 7.071l1.414 1.414a2 2 0 11-2.828 2.828l-1.414-1.414a2 2 0 112.828-2.828zM6.101 8.929L4.687 7.515a2 2 0 112.828-2.828l1.414 1.414a2 2 0 11-2.828 2.828zm19.798 0a2 2 0 11-2.828-2.828l1.414-1.414a2 2 0 112.828 2.828l-1.414 1.414zM6.101 23.071a2 2 0 112.828 2.828l-1.414 1.414a2 2 0 11-2.828-2.828l1.414-1.414z"}))})));BrightnessContrast.displayName="BrightnessContrast",BrightnessContrast.iconName="brightness-contrast",exports.default=BrightnessContrast},"./packages/juno-storybook/src/assets/CenterFocusWeak.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),CenterFocusWeak=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:svgRef},props),react_1.default.createElement("path",{d:"M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}))})));CenterFocusWeak.displayName="CenterFocusWeak",CenterFocusWeak.iconName="center_focus_weak",exports.default=CenterFocusWeak},"./packages/juno-storybook/src/assets/Sun.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),Sun=react_1.memo(react_1.forwardRef((function(props,svgRef){return react_1.default.createElement("svg",tslib_1.__assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",ref:svgRef},props),react_1.default.createElement("path",{d:"M16 26a2 2 0 012 2v2a2 2 0 11-4 0v-2a2 2 0 012-2zm0-20a2 2 0 01-2-2V2a2 2 0 114 0v2a2 2 0 01-2 2zm14 8a2 2 0 110 4h-2a2 2 0 110-4h2zM6 16a2 2 0 01-2 2H2a2 2 0 110-4h2a2 2 0 012 2zm19.899 7.071l1.414 1.414a2 2 0 11-2.828 2.828l-1.414-1.414a2 2 0 112.828-2.828zM6.101 8.929L4.687 7.515a2 2 0 112.828-2.828l1.414 1.414a2 2 0 11-2.828 2.828zm19.798 0a2 2 0 11-2.828-2.828l1.414-1.414a2 2 0 112.828 2.828l-1.414 1.414zM6.101 23.071a2 2 0 112.828 2.828l-1.414 1.414a2 2 0 11-2.828-2.828l1.414-1.414zM16 8a8 8 0 100 16 8 8 0 000-16zm0 13a5 5 0 11.001-10.001A5 5 0 0116 21z"}))})));Sun.displayName="Sun",Sun.iconName="sun",exports.default=Sun},"./packages/juno-storybook/src/assets/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var BrightnessContrast_1=__webpack_require__("./packages/juno-storybook/src/assets/BrightnessContrast.tsx");exports.BrightnessContrast=BrightnessContrast_1.default;var CenterFocusWeak_1=__webpack_require__("./packages/juno-storybook/src/assets/CenterFocusWeak.tsx");exports.CenterFocusWeak=CenterFocusWeak_1.default;var Sun_1=__webpack_require__("./packages/juno-storybook/src/assets/Sun.tsx");exports.Sun=Sun_1.default},"./packages/juno-storybook/src/components/MainStoryView.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,templateObject_2,templateObject_3,templateObject_4,templateObject_5,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),CenterFocusWeak_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-storybook/src/assets/CenterFocusWeak.tsx")),Tag_1=__webpack_require__("./packages/juno-storybook/src/components/Tag.tsx"),GlobalStyle=juno_1.createGlobalStyle(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n .sb-show-main,\n .sbdocs-preview {\n background-color: ",";\n }\n"],["\n .sb-show-main,\n .sbdocs-preview {\n background-color: ",";\n }\n"])),(function(_a){var backgroundColor=_a.backgroundColor;return backgroundColor?juno_1.getParsePaletteColor(backgroundColor):juno_1.palette2("neutral","b01")})),ThemeContainer=juno_1.styled.div(templateObject_2||(templateObject_2=tslib_1.__makeTemplateObject(["\n display: block;\n position: fixed;\n right: 0;\n top: 7px;\n"],["\n display: block;\n position: fixed;\n right: 0;\n top: 7px;\n"]))),FocusButton=juno_1.styled(juno_1.RcButtonBase)(templateObject_3||(templateObject_3=tslib_1.__makeTemplateObject(["\n top: 0;\n left: 0;\n width: 16px;\n height: 16px;\n position: absolute;\n pointer-events: none;\n margin-left: -16px;\n margin-top: -8px;\n overflow: visible;\n border-radius: ",";\n"],["\n top: 0;\n left: 0;\n width: 16px;\n height: 16px;\n position: absolute;\n pointer-events: none;\n margin-left: -16px;\n margin-top: -8px;\n overflow: visible;\n border-radius: ",";\n"])),juno_1.radius("circle")),Header=juno_1.styled.header(templateObject_4||(templateObject_4=tslib_1.__makeTemplateObject(["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n margin-right: 32px;\n margin-bottom: 0.5rem;\n > * + * {\n margin-left: 0.5em;\n }\n"],["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n margin-right: 32px;\n margin-bottom: 0.5rem;\n > * + * {\n margin-left: 0.5em;\n }\n"]))),Main=juno_1.styled.main(templateObject_5||(templateObject_5=tslib_1.__makeTemplateObject(["\n position: relative;\n"],["\n position: relative;\n"])));exports.MainStoryView=function(_a){var tags=_a.tags,name=_a.name,children=_a.children,backgroundColor=_a.backgroundColor,themeChildren=_a.themeChildren,ref=react_1.useRef(null);return react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(Header,null,react_1.default.createElement(juno_1.RcIconButton,{symbol:CenterFocusWeak_1.default,size:"small",title:"Reset focus to test keyboard navigation",onClick:function(){return ref.current.focusVisible()}}),tags.length>0&&tags.map((function(tag,i){var _a,_b,tagColor=null!==(_a=tag.color)&&void 0!==_a?_a:{Spec:"avatar.oasis",Mui:"content.brand",Accessibility:void 0,Source:void 0}[tag.name],tagValue=null!==(_b=tag.value)&&void 0!==_b?_b:{Spec:"abstract",Mui:name,Accessibility:void 0,Source:void 0}[tag.name];return react_1.default.createElement(Tag_1.Tag,{key:tag.name+"-"+i,color:tagColor},react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"neutral.f01"},tag.name),tag.href?react_1.default.createElement(juno_1.RcLink,{variant:"caption1",color:"neutral.f06",href:tag.href,target:"_blank"},tagValue):react_1.default.createElement(juno_1.RcTypography,{variant:"caption1",color:"neutral.f06"},tagValue))}))),react_1.default.createElement(Main,null,react_1.default.createElement(FocusButton,{focusRipple:!0,tabIndex:-1,"aria-label":"A generic container that is programmatically focused to test keyboard navigation of our components.",action:ref}),children),react_1.default.createElement(GlobalStyle,{backgroundColor}),react_1.default.createElement(ThemeContainer,null,themeChildren))};try{MainStoryView.displayName="MainStoryView",MainStoryView.__docgenInfo={description:"",displayName:"MainStoryView",props:{tags:{defaultValue:null,description:"",name:"tags",required:!0,type:{name:"TagProps[]"}},name:{defaultValue:null,description:"",name:"name",required:!0,type:{name:"string"}},backgroundColor:{defaultValue:null,description:"",name:"backgroundColor",required:!0,type:{name:"string"}},themeChildren:{defaultValue:null,description:"",name:"themeChildren",required:!0,type:{name:"ReactNode"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/components/MainStoryView.tsx#MainStoryView"]={docgenInfo:MainStoryView.__docgenInfo,name:"MainStoryView",path:"packages/juno-storybook/src/components/MainStoryView.tsx#MainStoryView"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/components/Tag.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var templateObject_1,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.Tag=juno_1.styled.div(templateObject_1||(templateObject_1=tslib_1.__makeTemplateObject(["\n display: inline-flex;\n border-radius: ",";\n overflow: hidden;\n box-shadow: ",";\n ",";\n\n > * {\n margin: 0;\n padding: 0;\n padding: ",";\n }\n\n > :first-child {\n background: ",";\n }\n\n > :last-child {\n background: ",";\n }\n"],["\n display: inline-flex;\n border-radius: ",";\n overflow: hidden;\n box-shadow: ",";\n ",";\n\n > * {\n margin: 0;\n padding: 0;\n padding: ",";\n }\n\n > :first-child {\n background: ",";\n }\n\n > :last-child {\n background: ",";\n }\n"])),juno_1.radius("xxl"),juno_1.shadows("4"),juno_1.typography("caption1"),juno_1.spacing(1,2),(function(_a){var color=_a.color;return juno_1.getParsePaletteColor(color)}),juno_1.palette2("neutral","b02")),exports.Tag.defaultProps={color:"success.b04"};try{Tag.displayName="Tag",Tag.__docgenInfo={description:"",displayName:"Tag",props:{}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/components/Tag.tsx#Tag"]={docgenInfo:Tag.__docgenInfo,name:"Tag",path:"packages/juno-storybook/src/components/Tag.tsx#Tag"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/components/Title.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.Title=function(_a){var children=_a.children,rest=tslib_1.__rest(_a,["children"]);return react_1.default.createElement(juno_1.RcTypography,tslib_1.__assign({color:"neutral.f06",variant:"headline1",paragraph:!0,display:"block"},rest),children)};try{Title.displayName="Title",Title.__docgenInfo={description:"",displayName:"Title",props:{variant:{defaultValue:null,description:"variant of Typography, view `RcTypographyVariant`",name:"variant",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"display4"'},{value:'"display3"'},{value:'"display2"'},{value:'"display1"'},{value:'"headline2"'},{value:'"headline1"'},{value:'"title2"'},{value:'"title1"'},{value:'"subheading2"'},{value:'"subheading1"'},{value:'"body2"'},{value:'"body1"'},{value:'"caption2"'},{value:'"caption1"'}]}},component:{defaultValue:null,description:"component for root render, default value can view `RcCustomTypographyVariant`\ndefault variant `body1` is `p`
    ",name:"component",required:!1,type:{name:'"symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | ... 158 more ...'}},color:{defaultValue:null,description:"color for apply to text, support full palette",name:"color",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"primary"'},{value:'"secondary"'},{value:'"action.grayDark"'},{value:'"action.grayLight"'},{value:'"action.primary"'},{value:'"avatar.ash"'},{value:'"avatar.blueberry"'},{value:'"avatar.brass"'},{value:'"avatar.global"'},{value:'"avatar.gold"'},{value:'"avatar.lake"'},{value:'"avatar.oasis"'},{value:'"avatar.pear"'},{value:'"avatar.persimmon"'},{value:'"avatar.sage"'},{value:'"avatar.tomato"'},{value:'"content.brand"'},{value:'"danger.b01"'},{value:'"danger.b02"'},{value:'"danger.b03"'},{value:'"danger.b04"'},{value:'"danger.f01"'},{value:'"danger.f02"'},{value:'"danger.f11"'},{value:'"dialHeader.avatarBg"'},{value:'"dialHeader.avatarIcon"'},{value:'"dialHeader.bg"'},{value:'"dialHeader.focusBorder"'},{value:'"dialHeader.icon"'},{value:'"dialHeader.text"'},{value:'"dialHeader.textHint"'},{value:'"disabled.b01"'},{value:'"disabled.f01"'},{value:'"disabled.f02"'},{value:'"header.bgLeft"'},{value:'"header.bgOverlay"'},{value:'"header.bgOverlayDisabled"'},{value:'"header.bgRight"'},{value:'"header.border"'},{value:'"header.divider"'},{value:'"header.fabBg"'},{value:'"header.fabIcon"'},{value:'"header.focusBorder"'},{value:'"header.icon"'},{value:'"header.iconDisabled"'},{value:'"header.text"'},{value:'"header.textHint"'},{value:'"highContrast"'},{value:'"highlight.b01"'},{value:'"highlight.b02"'},{value:'"highlight.b03"'},{value:'"highlight.f01"'},{value:'"highlight.f02"'},{value:'"informative.b01"'},{value:'"informative.f01"'},{value:'"informative.f02"'},{value:'"interactive.b01"'},{value:'"interactive.b02"'},{value:'"interactive.f01"'},{value:'"label.black02"'},{value:'"label.blue01"'},{value:'"label.blue02"'},{value:'"label.green01"'},{value:'"label.green02"'},{value:'"label.orange01"'},{value:'"label.orange02"'},{value:'"label.purple01"'},{value:'"label.purple02"'},{value:'"label.red01"'},{value:'"label.red02"'},{value:'"label.teal01"'},{value:'"label.teal02"'},{value:'"label.yellow01"'},{value:'"label.yellow02"'},{value:'"nav.b01"'},{value:'"nav.b02"'},{value:'"nav.bookmark"'},{value:'"nav.ctlDefault"'},{value:'"nav.ctlSelected"'},{value:'"nav.f01"'},{value:'"nav.f02"'},{value:'"nav.f03"'},{value:'"nav.f04"'},{value:'"nav.iconDefault"'},{value:'"nav.iconSelected"'},{value:'"nav.line"'},{value:'"nav.mention"'},{value:'"nav.menuBg"'},{value:'"nav.menuText"'},{value:'"neutral.b01"'},{value:'"neutral.b02"'},{value:'"neutral.b03"'},{value:'"neutral.b04"'},{value:'"neutral.b05"'},{value:'"neutral.b06"'},{value:'"neutral.elevation"'},{value:'"neutral.f01"'},{value:'"neutral.f02"'},{value:'"neutral.f03"'},{value:'"neutral.f04"'},{value:'"neutral.f05"'},{value:'"neutral.f06"'},{value:'"neutral.f07"'},{value:'"neutral.f11"'},{value:'"neutral.l01"'},{value:'"neutral.l02"'},{value:'"neutral.l03"'},{value:'"neutral.l04"'},{value:'"neutral.transparent"'},{value:'"presence.available"'},{value:'"presence.busy"'},{value:'"presence.invisible"'},{value:'"subAction"'},{value:'"success.b01"'},{value:'"success.b02"'},{value:'"success.b03"'},{value:'"success.b04"'},{value:'"success.b05"'},{value:'"success.f01"'},{value:'"success.f02"'},{value:'"success.f11"'},{value:'"tab.default"'},{value:'"tab.selected"'},{value:'"umi.bg"'},{value:'"umi.mentioned"'},{value:'"umi.text"'},{value:'"warning.b01"'},{value:'"warning.b02"'},{value:'"warning.b03"'},{value:'"warning.f01"'},{value:'"warning.f02"'},{value:'"warning.f11"'},{value:'"textPrimary"'},{value:'"textSecondary"'},{value:'"error"'},{value:'"initial"'}]}},weight:{defaultValue:null,description:"custom weight",name:"weight",required:!1,type:{name:"enum",value:[{value:'"normal"'},{value:'"bold"'}]}},style:{defaultValue:null,description:"",name:"style",required:!1,type:{name:"CSSProperties"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},children:{defaultValue:null,description:"The content of the component.",name:"children",required:!1,type:{name:"ReactNode"}},innerRef:{defaultValue:null,description:"",name:"innerRef",required:!1,type:{name:"((instance: any) => void) | RefObject | null"}},ref:{defaultValue:null,description:"",name:"ref",required:!1,type:{name:"((instance: HTMLSpanElement | null) => void) | RefObject | null"}},display:{defaultValue:null,description:"",name:"display",required:!1,type:{name:"enum",value:[{value:'"inline"'},{value:'"initial"'},{value:'"block"'}]}},align:{defaultValue:null,description:"",name:"align",required:!1,type:{name:"enum",value:[{value:'"inherit"'},{value:'"left"'},{value:'"right"'},{value:'"center"'},{value:'"justify"'}]}},gutterBottom:{defaultValue:null,description:"",name:"gutterBottom",required:!1,type:{name:"boolean"}},noWrap:{defaultValue:null,description:"",name:"noWrap",required:!1,type:{name:"boolean"}},paragraph:{defaultValue:null,description:"",name:"paragraph",required:!1,type:{name:"boolean"}},title:{defaultValue:null,description:"title on list root",name:"title",required:!1,type:{name:"string | number | boolean | {} | ReactElement ReactElement | null) | (new (props: any) => Component)> | Iterable<...> | ReactPortal"}},useRcTooltip:{defaultValue:null,description:"html native title or not, default `false`",name:"useRcTooltip",required:!1,type:{name:"boolean"}},TooltipProps:{defaultValue:null,description:"props for pass into `RcTooltip` when useRcTooltip is `true`",name:"TooltipProps",required:!1,type:{name:"Partial"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/components/Title.tsx#Title"]={docgenInfo:Title.__docgenInfo,name:"Title",path:"packages/juno-storybook/src/components/Title.tsx#Title"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/components/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/MainStoryView.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/Tag.tsx"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/Title.tsx"),exports)},"./packages/juno-storybook/src/decorators/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-storybook/src/decorators/withThemeProvider.tsx"),exports)},"./packages/juno-storybook/src/decorators/withThemeProvider.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importDefault(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts"),addons_1=__webpack_require__("./node_modules/@storybook/addons/dist/esm/public_api.js"),core_events_1=__webpack_require__("./node_modules/@storybook/core-events/dist/esm/index.js"),BrightnessContrast_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-storybook/src/assets/BrightnessContrast.tsx")),Sun_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-storybook/src/assets/Sun.tsx")),components_1=__webpack_require__("./packages/juno-storybook/src/components/index.ts"),isTestEnv_1=__webpack_require__("./packages/juno-storybook/src/isTestEnv.ts"),channel=addons_1.addons.getChannel(),themeMap={light:{},dark:juno_1.RcDefaultDarkTheme,highContrast:juno_1.RcDefaultHighContrastTheme};exports.withThemeProvider=function withThemeProvider(Story,context){var themeId=context.globals.themeId,backgroundColor=context.parameters.backgroundColor,tags=context.parameters.tags||[];return react_1.default.createElement(juno_1.RcThemeProvider,{theme:themeMap[themeId]},isTestEnv_1.isTestEnv?react_1.default.createElement(Story,tslib_1.__assign({},context)):react_1.default.createElement(components_1.MainStoryView,{tags,name:context.name,backgroundColor,themeChildren:react_1.default.createElement(juno_1.RcIconButton,{variant:"round",symbol:"dark"!==themeId?Sun_1.default:BrightnessContrast_1.default,"aria-label":"switch-icon-button",onClick:function(){return channel.emit(core_events_1.UPDATE_GLOBALS,{globals:{themeId:"light"===themeId?"dark":"light"}})},size:"medium",color:"neutral.f06"})},react_1.default.createElement(Story,tslib_1.__assign({},context))))}},"./packages/juno-storybook/src/hooks/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),__webpack_require__("./node_modules/tslib/tslib.es6.js").__exportStar(__webpack_require__("./packages/juno-storybook/src/hooks/useCheckRenderButton.tsx"),exports)},"./packages/juno-storybook/src/hooks/useCheckRenderButton.tsx":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),react_1=tslib_1.__importStar(__webpack_require__("./node_modules/react/index.js")),juno_1=__webpack_require__("./packages/juno-core/index.ts");exports.useCheckRenderButton=function(label){void 0===label&&(label="render time");var _a=tslib_1.__read(react_1.useState(0),2),count=_a[0],setCount=_a[1];return{count,element:react_1.default.createElement(react_1.default.Fragment,null,react_1.default.createElement(juno_1.RcTypography,{color:"neutral.f06"},label,": ",count),react_1.default.createElement(juno_1.RcButton,{onClick:function(){return setCount(count+1)}},"Click"))}};try{useCheckRenderButton.displayName="useCheckRenderButton",useCheckRenderButton.__docgenInfo={description:"use for check is that memo correctly,\n\n```tsx\nconst button = useCheckRenderButton();\nreturn (\n <>\n {button}\n ...\n \n```",displayName:"useCheckRenderButton",props:{toString:{defaultValue:null,description:"Returns a string representation of a string.",name:"toString",required:!1,type:{name:"() => string"}},charAt:{defaultValue:null,description:"Returns the character at the specified index.\n@param",name:"charAt",required:!0,type:{name:"(pos: number) => string"}},charCodeAt:{defaultValue:null,description:"Returns the Unicode value of the character at the specified location.\n@param",name:"charCodeAt",required:!0,type:{name:"(index: number) => number"}},concat:{defaultValue:null,description:"Returns a string that contains the concatenation of two or more strings.\n@param",name:"concat",required:!0,type:{name:"(...strings: string[]) => string"}},indexOf:{defaultValue:null,description:"Returns the position of the first occurrence of a substring.\n@param \n@param",name:"indexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},lastIndexOf:{defaultValue:null,description:"Returns the last occurrence of a substring in the string.\n@param \n@param",name:"lastIndexOf",required:!0,type:{name:"(searchString: string, position?: number | undefined) => number"}},localeCompare:{defaultValue:null,description:"Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param \n@param \n@param \n@param",name:"localeCompare",required:!0,type:{name:"{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; }"}},match:{defaultValue:null,description:"Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string an object that supports being matched against, and returns an array containing the results of that search.\n@param \n@param",name:"match",required:!0,type:{name:"{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"}},replace:{defaultValue:null,description:"Replaces text in a string, using a regular expression or search string.\nReplaces text in a string, using a regular expression or search string.\nReplaces text in a string, using an object that supports replacement within a string.\nReplaces text in a string, using an object that supports replacement within a string.\n@param \n@param \n@param \n@param \n@param \n@param \n@param \n@param",name:"replace",required:!0,type:{name:"{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"}},search:{defaultValue:null,description:"Finds the first substring match in a regular expression search.\nFinds the first substring match in a regular expression search.\n@param \n@param",name:"search",required:!0,type:{name:"{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"}},slice:{defaultValue:null,description:"Returns a section of a string.\n@param \n@param",name:"slice",required:!0,type:{name:"(start?: number | undefined, end?: number | undefined) => string"}},split:{defaultValue:null,description:"Split a string into substrings using the specified separator and return them as an array.\nSplit a string into substrings using the specified separator and return them as an array.\n@param \n@param \n@param \n@param",name:"split",required:!0,type:{name:"{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"}},substring:{defaultValue:null,description:"Returns the substring at the specified location within a String object.\n@param \n@param",name:"substring",required:!0,type:{name:"(start: number, end?: number | undefined) => string"}},toLowerCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to lowercase.",name:"toLowerCase",required:!0,type:{name:"() => string"}},toLocaleLowerCase:{defaultValue:null,description:"Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",name:"toLocaleLowerCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},toUpperCase:{defaultValue:null,description:"Converts all the alphabetic characters in a string to uppercase.",name:"toUpperCase",required:!0,type:{name:"() => string"}},toLocaleUpperCase:{defaultValue:null,description:"Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",name:"toLocaleUpperCase",required:!0,type:{name:"(locales?: string | string[] | undefined) => string"}},trim:{defaultValue:null,description:"Removes the leading and trailing white space and line terminator characters from a string.",name:"trim",required:!0,type:{name:"() => string"}},length:{defaultValue:null,description:"Returns the length of a String object.",name:"length",required:!0,type:{name:"number"}},substr:{defaultValue:null,description:"Gets a substring beginning at the specified location and having the specified length.\n@param \n@param",name:"substr",required:!0,type:{name:"(from: number, length?: number | undefined) => string"}},valueOf:{defaultValue:null,description:"Returns the primitive value of the specified object.",name:"valueOf",required:!1,type:{name:"() => string"}},codePointAt:{defaultValue:null,description:"Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",name:"codePointAt",required:!0,type:{name:"(pos: number) => number | undefined"}},includes:{defaultValue:null,description:"Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param \n@param",name:"includes",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},endsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",name:"endsWith",required:!0,type:{name:"(searchString: string, endPosition?: number | undefined) => boolean"}},normalize:{defaultValue:null,description:"Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\nReturns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param \n@param",name:"normalize",required:!0,type:{name:'{ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; (form?: string | undefined): string; }'}},repeat:{defaultValue:null,description:"Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param",name:"repeat",required:!0,type:{name:"(count: number) => string"}},startsWith:{defaultValue:null,description:"Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",name:"startsWith",required:!0,type:{name:"(searchString: string, position?: number | undefined) => boolean"}},anchor:{defaultValue:null,description:"Returns an
    HTML anchor element and sets the name attribute to the text value\n@param",name:"anchor",required:!0,type:{name:"(name: string) => string"}},big:{defaultValue:null,description:"Returns a HTML element",name:"big",required:!0,type:{name:"() => string"}},blink:{defaultValue:null,description:"Returns a HTML element",name:"blink",required:!0,type:{name:"() => string"}},bold:{defaultValue:null,description:"Returns a HTML element",name:"bold",required:!0,type:{name:"() => string"}},fixed:{defaultValue:null,description:"Returns a HTML element",name:"fixed",required:!0,type:{name:"() => string"}},fontcolor:{defaultValue:null,description:"Returns a HTML element and sets the color attribute value",name:"fontcolor",required:!0,type:{name:"(color: string) => string"}},fontsize:{defaultValue:null,description:"Returns a HTML element and sets the size attribute value\nReturns a HTML element and sets the size attribute value",name:"fontsize",required:!0,type:{name:"{ (size: number): string; (size: string): string; }"}},italics:{defaultValue:null,description:"Returns an HTML element",name:"italics",required:!0,type:{name:"() => string"}},link:{defaultValue:null,description:"Returns an HTML element and sets the href attribute value",name:"link",required:!0,type:{name:"(url: string) => string"}},small:{defaultValue:null,description:"Returns a HTML element",name:"small",required:!0,type:{name:"() => string"}},strike:{defaultValue:null,description:"Returns a HTML element",name:"strike",required:!0,type:{name:"() => string"}},sub:{defaultValue:null,description:"Returns a HTML element",name:"sub",required:!0,type:{name:"() => string"}},sup:{defaultValue:null,description:"Returns a HTML element",name:"sup",required:!0,type:{name:"() => string"}},"__@iterator":{defaultValue:null,description:"Iterator",name:"__@iterator",required:!0,type:{name:"() => IterableIterator"}},padStart:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param \n@param",name:"padStart",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},padEnd:{defaultValue:null,description:"Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param \n@param",name:"padEnd",required:!0,type:{name:"(maxLength: number, fillString?: string | undefined) => string"}},trimEnd:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimEnd",required:!0,type:{name:"() => string"}},trimStart:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimStart",required:!0,type:{name:"() => string"}},trimLeft:{defaultValue:null,description:"Removes the leading white space and line terminator characters from a string.",name:"trimLeft",required:!0,type:{name:"() => string"}},trimRight:{defaultValue:null,description:"Removes the trailing white space and line terminator characters from a string.",name:"trimRight",required:!0,type:{name:"() => string"}},matchAll:{defaultValue:null,description:"Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param",name:"matchAll",required:!0,type:{name:"(regexp: RegExp) => IterableIterator"}},at:{defaultValue:null,description:"Takes an integer value and returns the item at that index,\nallowing for positive and negative integers.\nNegative integers count back from the last item in the array.",name:"at",required:!0,type:{name:"(index: number) => string | undefined"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["packages/juno-storybook/src/hooks/useCheckRenderButton.tsx#useCheckRenderButton"]={docgenInfo:useCheckRenderButton.__docgenInfo,name:"useCheckRenderButton",path:"packages/juno-storybook/src/hooks/useCheckRenderButton.tsx#useCheckRenderButton"})}catch(__react_docgen_typescript_loader_error){}},"./packages/juno-storybook/src/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/assets/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/components/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/decorators/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/hooks/index.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/isTestEnv.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/index.ts"),exports)},"./packages/juno-storybook/src/isTestEnv.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isTestEnv=window.TEST_ENV},"./packages/juno-storybook/src/utils/index.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js");tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/notShowInDocTable.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/originChoice.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/paletteChoice.ts"),exports),tslib_1.__exportStar(__webpack_require__("./packages/juno-storybook/src/utils/sleep.ts"),exports)},"./packages/juno-storybook/src/utils/notShowInDocTable.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var disableTable={table:{disable:!0,type:null}},disableControl={control:{type:null}};exports.notShowInDocTable=function notShowInDocTable(keys){return keys.reduce((function(acc,curr){return acc[curr]=disableTable,acc}),{})},exports.notControlInDocTable=function notControlInDocTable(keys){return keys.reduce((function(acc,curr){return acc[curr]=disableControl,acc}),{})},exports.sortInDocTable=function sortInDocTable(keys){return keys.reduce((function(acc,curr){return acc[curr]={},acc}),{})}},"./packages/juno-storybook/src/utils/originChoice.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var originArr,verticalOption=["top","center","bottom"],horizontalOption=["left","center","right"];exports.originChoice=(originArr=[],verticalOption.forEach((function(v){horizontalOption.forEach((function(h){originArr.push('{ "vertical": "'+v+'", "horizontal": "'+h+'" }')}))})),originArr),exports.originChoiceStringToObj=function(str){return str?JSON.parse(str):{vertical:verticalOption[0],horizontal:horizontalOption[0]}}},"./packages/juno-storybook/src/utils/paletteChoice.ts":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/core-js/modules/es.array.includes.js"),Object.defineProperty(exports,"__esModule",{value:!0});var arr,tslib_1=__webpack_require__("./node_modules/tslib/tslib.es6.js"),palette_light_json_1=tslib_1.__importDefault(__webpack_require__("./packages/juno-core/src/foundation/theme/assets/palette.light.json")),loopGetValue=function(acc,obj,parentKey){void 0===parentKey&&(parentKey=[]),Object.entries(obj).forEach((function(_a){var _b=tslib_1.__read(_a,2),key=_b[0],value=_b[1];switch(typeof value){case"object":loopGetValue(acc,value,tslib_1.__spread(parentKey,[key]));break;case"string":acc.push(tslib_1.__spread(parentKey,[key]))}}))};exports.allPaletteChoice=Object.keys((loopGetValue(arr=[],palette_light_json_1.default),arr.reduce((function(acc,curr){return acc[curr.join(".")]=curr,acc}),{})));var ignorePaletteKeys=tslib_1.__spread(["vDisabled","vNeutral","vDanger","vDisabled","text","primary","secondary","info","grey","error","common","background","action"].map((function(x){return x+"\\."})),["success.light","success.main","warning.light","warning.main",".contrastText",".dark","divider","type"]),includePalettes=["header.divider","action.grayLight","action.grayDark","action.primary"];exports.isValidPalettes=function(x){return!x.match(function stringArrToRegExp(keyToTags){return new RegExp((null==keyToTags?void 0:keyToTags.join("|"))||"","g")}(ignorePaletteKeys))||includePalettes.includes(x)},exports.paletteChoice=exports.allPaletteChoice.filter((function(x){return exports.isValidPalettes(x)})),exports.textPaletteChoice=exports.paletteChoice.filter((function(x){return x.includes("text.")||x.includes("neutral.")||x.includes("interactive.")||x.includes("content.")}))},"./packages/juno-storybook/src/utils/sleep.ts":(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.sleep=function(time){return new Promise((function(resolve){return setTimeout(resolve,time)}))}},"./storybook-init-framework-entry.js":(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__("./node_modules/@storybook/react/dist/esm/client/index.js")},"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Avatar",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Avatar"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Avatar")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Avatar"),",")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-avatar--avatar"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-avatar--avatar",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Iamge"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support custome image with"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-avatar--avatar-with-custom-img",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Avatar",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Button",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Button"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Button")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Button"),", we provide more type of button, and different size for you use in different place.\nAll ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," props still work, see more in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"material-ui")," doc.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-buttons--button"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"With Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can use icon with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"startIcon")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"endIcon"),", that will provide you a buildin spacing between content."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"also you still can put Icon inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"children"),", but that will out of our controll, you should make that style by yourself.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-icon",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom button color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color")," prop set with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color token"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'logout\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-custom-color",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variant"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"'text' | 'outlined' | 'contained' | 'plain'")," variants, each variant have same button function, but different in display style."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-variants",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Button have different size show below, can use in different place."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-sizes",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Loading"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Loading props can help you add loading spinner on Button with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"loadingMode"),","),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"when you want some custom prop, also can set that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcCircularProgress")," props with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"CircularProgressProps")," prop."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-loading",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Disabled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Disabled have different variants can use"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"normal"),": default disabled button style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"mask"),": with mask cover on button, and do not change the button base color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-disabled",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can set that button radius with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"radius")," props, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"round")," below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-custom-radius",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"KeepElevation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"In ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"contained")," variant, we default not have elevation in button style, if you still want that, you can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keepElevation")," as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"that elevation will show more clearly in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"light")," mode theme.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-buttons--button-with-keep-elevation",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Cursor not-allowed"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"view that in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://material-ui.com/components/buttons/#cursor-not-allowed"},"Mui Button")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Button",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/IconButton",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"IconButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"IconButton")," can provide you in different use case when you need icon action.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-iconbutton--icon-button"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variant, Tooltip and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h2"},"stretchIcon")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support different variant button, that can be use in different use case."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"default support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcTooltip"),", can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"title")," to show tooltip, also support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"TooltipProps")," for custom tooltip props."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you want browser default title, set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useRcTooltip={false}")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-examples",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Color and Size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color")," token and different ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-color-and-size",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Elevation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When button active, that default ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"activeElevation")," will ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"+11")," from current elevation."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-elevation",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can set that button radius with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"radius")," props, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"sm")," below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-radius",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use color when disabled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When disabled button, default will become color ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabled.f02"),",\nif you still want use color when disabled, use can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useColorWhenDisabled")," as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-iconbutton--icon-button-with-disabled-color",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/IconButton",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Downshift",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Downshift"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"The ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Downshift")," is a normal text input enhanced by a panel of suggested options, that api base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"autocomplete"),", but implement with different a11y behaviors, and support with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"virtual list"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-downshift--downshift"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Autocomplete"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use that downshift like a autocomplete"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"Default options change will reset highlightedIndex to 0, you must only call that before options change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-autocomplete",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Input render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderInput"),": Render the input, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcTextField"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-with-custom-input",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Disabled item"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"By default, that options highlight will skip ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabled")," item, if you still want highlight on disabled item,\nset ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabledItemsHighlightable"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabledItemsHighlightable"),": no skip disabled option highlight.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-disabled",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom render options"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getOptionLabel"),": Used to determine the string value for a given option.\nIt's used to fill the input (and the list box options if ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOption")," is not provided)."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOption"),": Render the option, use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getOptionLabel")," by default.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-with-avatar",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Better performance"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Our virtualized List base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://virtuoso.dev/"},"virtuoso"),", that automatically handles content resizing."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you have fixed item height, you can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fixedItemHeight")," to improve performance.\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fixedItemHeight"),": Can be used to improve performance if the rendered items are of known size. Setting it causes the component to skip item measurements."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-fixed-item-height",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Group Items"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"groupBy"),": If provided, the options will be grouped under the returned string. The groupBy value is also used as the text for group headings when ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderGroup")," is not provided."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderGroup"),": Render the group title item, also with for toggle button props."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onGroupExpanded"),": Trigger when group item expanded state change.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-group-by",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Debug with inspect the popup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"debug"),": If ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", the popup will ignore the blur event. You can inspect the popup markup with your browser tools. Consider this option when you need to customize the component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-debug",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Lazyload items depend on scroll"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"SuggestionListProps")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"rangeChanged")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"endReached")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"atBottomStateChange")," to implement that,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Remember")," call ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"actionRef.current.keepHighlightedIndex();")," before you change options."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"Default options change will reset highlightedIndex to 0, you must only call that before options change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-lazy-load-examples",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Disabled chrome autofill"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When have some country or address label or others chrome support autofill\nthat will support auto fill address in input\nif you not need should use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},'autoComplete="chrome-off"'),"\nmore detail ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill"},"https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{withSource:"none",mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-downshift--downshift-group-by",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Downshift",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Drawer",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Drawer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Drawer")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Drawer"),", we provide ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inlinePaper")," mode.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-drawer--drawer"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-drawer--drawer",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Inline Paper"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"when variant is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"temporary")," if you want only render your children content,\nyou can set that as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", that will overwrite default paper\nbackground as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"transparent")," and remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"shadow")," and keep chidden in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"center")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-drawer--drawer-with-inline-paper",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can set that papper radius with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"radius")," props."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"lg"),", that radius only apply on inner side.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-drawer--drawer-examples",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Drawer",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Icon/__stories__/Icon.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Icon",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Icon")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Icon"),", we add support for setting color and symbol.\nAll ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," props still work, see more in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"material-ui")," doc.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-icon--icon"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Set symbol"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can pass SVG icon as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"symbol")," into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcIcon"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { Add } from '@ringcentral/juno-icon';\n\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-symbol",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Get all icon list ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%94%A7-foundation-icon-list--icon-list"},"here"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom icon color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color")," prop to set with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color token"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-custom-color",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size")," prop to customize size."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-custom-size",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Icon with svg theme auto switching"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Svg component can switch to dark or light mode according to current theme automaticaly."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-icon--icon-with-dark-theme",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Icon",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/InlineEditable",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"InlineEditable"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"InlineEditable")," provide you can make you text editable, and provide more helpful feature let you use easily.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-inlineeditable--inline-editable"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"InlineEditable will can become editable when be focused,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"When in editing mode, user keydown ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter")," or leave editable area, that will trigger onChange event with different reason ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"'leave' | 'confirm'"),",\nafter leave editing mode, that focus with be track to this label, you can keydowm ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter")," again to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"editing")," mode.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"When ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"disabled"),", that will just like plain string, and don't have placeholder."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Multiline"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"multiline"),": If ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", a textarea element will be rendered instead of an input."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"multiline: auto ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"trim end")," of you value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"non multiline: auto ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"trim")," of you value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-multiline",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"text variant and color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"variant"),": can custom text variant, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"body1"),"\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),": color for apply to text, support full palette, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"neutral.f06")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-custom-variant",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Tooltip"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"That tooltip only show when not editing, you can use Tooltip props to set that."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"editing: non tooltip"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"not editing: show Juno Tooltip with your ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TooltipProp")," title"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"disabled: show value as title")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-with-tooltip",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Loading"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"onChange")," with async method, that will be saving mode when onChange not complete,\nthat will make that component to non clickable, and keydowm ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter")," to editing event will not work anymore when saving,\nalso you can custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"saving")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-loading",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Trigger only when keydown Enter"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you only want trigger update value when keydown enter, you can write like below"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"const [value, setValue] = useState('');\n\nreturn (\n {\n console.log(newValue, reason);\n if (reason === 'confirm') {\n setValue(newValue);\n }\n }}\n placeholder=\"Enter value here\"\n multiline\n />\n);\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-inlineeditable--inline-editable-only-enter",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/InlineEditable",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Component Docs/Tooltip",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Tooltip"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Tooltip")," base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui Tooltip"),", we provide more type of Tooltip, and different size for you use in different place.\nAll ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Mui")," props still work, see more in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"material-ui")," doc.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%9A%80-cleanup-components-tooltip--tooltip"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Tooltip have different size show below, can use in different place."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-sizes",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Tooltip on disabled item"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When you want make disabled item with tooltip, you can set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ignorePointer={true}"),"\nthat will wrap your compoent with a ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"span")," mask"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"also if you want custom that wrapper props, you can use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"maskProps")," to set that props,")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-with-disabled-children",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if you want to change that default ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"span"),", you can set styled-components props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},'as="div"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"\n disabled item also have Tooltip\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"ForceHide"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"When set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"forceHide={true}"),", that will never show tooltip, whatever focus or hover"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-with-force-hide",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We support token use in"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"color: set tooltip background color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"textColor: set tooltip text color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🚀-cleanup-components-tooltip--tooltip-with-custom-color",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Component Docs/Tooltip",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/__stories__/config.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/config",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"config"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"classes/rcconfig.md"},"RcConfig"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcconfigure"},"RcConfigure")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#warningfunctiontype"},"WarningFunctionType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-juno_warning_ignore_key"},"JUNO_WARNING_IGNORE_KEY")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcconfiguration"},"rcConfiguration"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-configure"},"configure"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcConfigure"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcConfigure"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"warning"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"warningFunction"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#warningfunctiontype"},"WarningFunctionType"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WarningFunctionType"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"WarningFunctionType"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"message"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),': Pick‹ShowDeprecatedArgs, "level"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"message")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'Pick‹ShowDeprecatedArgs, "level"›')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," JUNO_WARNING_IGNORE_KEY"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"JUNO_WARNING_IGNORE_KEY"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"em"},"JUNO_WARNING_IGNORE"),'"'),' = "',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"JUNO_WARNING_IGNORE"),'"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," rcConfiguration"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"rcConfiguration"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"classes/rcconfig.md"},"RcConfig"),"‹›")," = new RcConfig()"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"config instance"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," configure"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"configure"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"set config with Juno"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"warning")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"warningFunction")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"RcConfig"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Constructors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#constructor"},"constructor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#private-_warning_ignore"},"_","WARNING_IGNORE"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Accessors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#warning_function"},"WARNING_FUNCTION")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#warning_ignore"},"WARNING_IGNORE"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Methods"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#private-_warning_function"},"_","WARNING_FUNCTION"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Constructors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"constructor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"+"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"new RcConfig"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:""},"RcConfig"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:""},"RcConfig"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Private")," ","_","WARNING_IGNORE"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","WARNING_IGNORE"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")," = false"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Accessors"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WARNING_FUNCTION"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"get WARNING_FUNCTION"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"message"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),': Pick‹ShowDeprecatedArgs, "level"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"message")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'Pick‹ShowDeprecatedArgs, "level"›')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"set WARNING_FUNCTION"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"func"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#warningfunctiontype"},"WarningFunctionType"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"func")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#warningfunctiontype"},"WarningFunctionType"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WARNING_IGNORE"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"get WARNING_IGNORE"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"set WARNING_IGNORE"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Methods"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Private")," ","_","WARNING_FUNCTION"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","WARNING_FUNCTION"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"message"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options"),": undefined | object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"message")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/config",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hoc/withDelay/__stories__/withDelay.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hoc/withDelay",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"withDelay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#withdelay"},"WithDelay"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#withdelay"},"withDelay"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"WithDelay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"WithDelay"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"delay"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"placeholder"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ReactNode")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"withDelay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"withDelay"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Component"),": ComponentType‹T›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ComponentClass‹T & object, any› | FunctionComponent‹T & object›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"Component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ComponentType‹T›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ComponentClass‹T & object, any› | FunctionComponent‹T & object›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hoc/withDelay",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hoc/withResponsive",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"withResponsive"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#responsivecomponentprops"},"ResponsiveComponentProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#withresponsive"},"withResponsive"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"ResponsiveComponentProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ResponsiveComponentProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Omit‹P, K› & object & object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"withResponsive"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"withResponsive"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Component"),": ComponentType‹P›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"responsivePropKeys"),": K[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ForwardRefExoticComponent‹RefAttributes‹any››")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Make component can responsive size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof P")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"Component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ComponentType‹P›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"responsivePropKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ForwardRefExoticComponent‹RefAttributes‹any››")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hoc/withResponsive",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/__stories__/useA11yKeyEvent.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useA11yKeyEvent",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useA11yKeyEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usea11ykeyeventoptions"},"useA11yKeyEventOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usea11ykeyevent"},"useA11yKeyEvent"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useA11yKeyEventOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useA11yKeyEventOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"checkKeys"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string[]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onlyOnFocus"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"preventDefault"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useA11yKeyEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useA11yKeyEvent"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fn?"),": Function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"bind event with a11y keyboard, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"space"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"enter"),", only trigger when key includes in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"checkKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that will auto preventDefault by default, if you don't want that, set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"false")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"preventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"fn"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"checkKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"['Enter', ' ']")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onlyOnFocus")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"preventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useA11yKeyEvent",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useAnnouncer",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useAnnouncer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-visuallyhiddenstyles"},"visuallyHiddenStyles"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useannouncer"},"useAnnouncer"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," visuallyHiddenStyles"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"visuallyHiddenStyles"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"\nclip-path: inset(100%);\nclip: rect(1px, 1px, 1px, 1px);\nheight: 1px;\noverflow: hidden;\nposition: absolute;\nwhite-space: nowrap;\nwidth: 1px;\n"')," = ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"}," clip-path: inset(100%); clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useAnnouncer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useAnnouncer"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"id?"),": undefined | string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"read announce when need read message."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"id?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useAnnouncer",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useAudio",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useAudio"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useaudio"},"useAudio"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useAudio"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useAudio"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"init?"),": undefined | function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"HTMLAudioElement")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get Browser ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Audio")," instance, and auto destroy when component be destroyed."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'const audio = useAudio((instance) => {\n instance.src = "https://your.audio";\n});\n\nconst click = () => audio.play();\n\nclick();\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," stories ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer"},"🔧-foundation-hooks-useaudio--simple-announcer")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🔧-foundation-hooks-useaudio--simple-announcer",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://chromium-review.googlesource.com/c/chromium/src/+/2816118"},"https://chromium-review.googlesource.com/c/chromium/src/+/2816118")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"init?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"a callback when you init that audio")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"HTMLAudioElement")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useAudio",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useChange/__stories__/useChange.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useChange",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useChange"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usechange"},"useChange")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usedepschange"},"useDepsChange"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useChange"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useChange"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"listenCb"),": function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get value when prev listen value change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that method you want calculate to get value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prevValue"),": K | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"nextValue"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prevValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"nextValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"listenCb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"prev compare listener value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useDepsChange"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useDepsChange"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"deps"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get value when prev deps one of array value change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Array‹any›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that method you want calculate to get value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prevValue"),": K | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"nextValue"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prevValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"nextValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"prev compare value array"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useChange",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useDebounce",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useDebounce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usedebounce"},"useDebounce"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useDebounce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useDebounce"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fn"),": F, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"debounceTime"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"provide a debounce method for debounce method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"fn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"F"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"method for debounce")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"debounceTime")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"200"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"debounce timeout value, default is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"200"),"ms")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useDebounce",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useEventCallback/__stories__/useEventCallback.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useEventCallback",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useEventCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useeventcallback"},"useEventCallback"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useEventCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useEventCallback"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"func"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"func")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useEventCallback",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useEventListener",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useEventListener"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useeventlistener"},"useEventListener"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useEventListener"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useEventListener"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"target?"),": EventTarget | null | RefObject‹HTMLElement›, ...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"o"),": Parameters‹EventTarget",'["addEventListener"]',"›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"bind event when component mount and auto remove event when destroy.\ncan remove listener by call returned function or pass empty 'target'."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'useEventListener(window, "keyup", () => console.log("window key up"));\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"target?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"EventTarget ","|"," null ","|"," RefObject‹HTMLElement›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"listener will be removed when target is changed to null, or rebinding to new element when ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"ref.current")," change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...o")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Parameters‹EventTarget",'["addEventListener"]',"›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"a method object"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"listen() listen listener again, if that have listener, that will not listen again"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"remove() remove listener")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"listen"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"remove"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useEventListener",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useForceUpdate",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useForceUpdate"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useforceupdate"},"useForceUpdate"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useForceUpdate"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useForceUpdate"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"a method for trigger force update"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"force update method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useForceUpdate",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useForkRef",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useForkRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useforkref"},"useForkRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useForkRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useForkRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"useForkRef")," = MuiUseForkRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"That method will give you ability fork same value ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ref object")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"method"),"\nExample:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const refA = useRef();\nconst refB = useRef();\n\nconst ref = useForkRef(refA, refB);\n\nuseEffect(() => {\n console.log(refA); // get that current div dom\n console.log(refB); // also get that current div dom\n}, []);\n\nreturn
    ;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useForkRef",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useId",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useId"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-default_prefix"},"DEFAULT_PREFIX"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useid"},"useId"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," DEFAULT_PREFIX"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"DEFAULT_PREFIX"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"rc-juno-id-"'),' = "rc-juno-id-"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useId"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useId"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"id?"),": undefined | string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prefixMode?"),": undefined | false | true): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Generates a unique ID."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example")),"\nuseId() => 'rc-juno-id-xxxx'\nuseId('') => 'rc-juno-id-xxxx'\nuseId(null) => 'rc-juno-id-xxxx'\nuseId(undefined) => 'rc-juno-id-xxxx'\nuseId('nameId') => 'nameId'\nuseId('nameId', true) => 'nameId-xxxx'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"id?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," string"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Default component id or prefix id.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prefixMode?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Whether enable prefix the ID with.")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"unique ID"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useId",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useInterval",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useInterval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useinterval"},"useInterval"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useInterval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useInterval"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"callback"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"delay"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"startImmediately"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"controllable interval, provide easy way to control interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cancel: cancel current interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"pause: pause current interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"play: play current interval"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"getRunning: return current interval running state")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'const { cancel, play, pause } = useInterval(() => {\n console.log("interval be triggered");\n}, 1000);\n\n// get current run times\nuseInterval((times) => {\n console.log("current times start from 1", times);\n}, 2000);\n\n// not start interval immediately\nuseInterval(\n (times) => {\n console.log("current times start from 1", times);\n },\n 2000,\n false\n);\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"callback"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"times"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"times")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"delay"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"),"= 0"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"startImmediately"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean"),"= true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cancel"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getRunning"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pause"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"play"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useInterval",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useKeyDownOnce",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useKeyDownOnce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usekeydownonce"},"UseKeyDownOnce"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usekeydownonce"},"useKeyDownOnce"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseKeyDownOnce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseKeyDownOnce"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyDown"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyUp"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useKeyDownOnce"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useKeyDownOnce"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"includeKeys"),": string[], ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide user trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"onKeyDown")," only one time when hold press on key."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"includeKeys"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that check include keys"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyDown"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyUp"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyUp"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useKeyDownOnce",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/moveIndexInTwoDimension.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/moveIndexInTwoDimension",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"moveIndexInTwoDimension"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#moveindexintwodimensionaloptions"},"MoveIndexInTwoDimensionalOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#moveindexintwodimension"},"moveIndexInTwoDimension"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"MoveIndexInTwoDimensionalOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"MoveIndexInTwoDimensionalOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"columns"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"currIndex"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"infinite"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'boolean | "order"'))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"total"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"moveIndexInTwoDimension"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"moveIndexInTwoDimension"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"direction"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#moveindexintwodimensionaloptions"},"MoveIndexInTwoDimensionalOptions"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that can move index in column array"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"direction")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#moveindexintwodimensionaloptions"},"MoveIndexInTwoDimensionalOptions"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/moveIndexInTwoDimension",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useKeyboardMoveFocus.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useKeyboardMoveFocus",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useKeyboardMoveFocus"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usekeyboardmovefocusparams"},"UseKeyboardMoveFocusParams"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usekeyboardmovefocus"},"useKeyboardMoveFocus"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseKeyboardMoveFocusParams"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseKeyboardMoveFocusParams"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'object & Pick‹MoveIndexInTwoDimensionalOptions, "infinite"›')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useKeyboardMoveFocus"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useKeyboardMoveFocus"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"use keyboard move index in two dimensional"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"columns")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"endSearchDebounceTime")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"500")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"focusedIndexRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"MutableRefObject‹number›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"getOptionDisabled")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"getOptionSearchText")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"infinite")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true ","|",' "order"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onFocusedIndexChange")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getNextFocusableOption"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getPrevFocusableOption"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyFocusedIndexHandle"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"onKeyFocusedIndexHandle")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useKeyboardMoveFocus",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useOnlyOneFocusable",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useOnlyOneFocusable"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useonlyonefocusableparams"},"UseOnlyOneFocusableParams"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-move_attr_key"},"MOVE_ATTR_KEY"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useonlyonefocusable"},"useOnlyOneFocusable"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseOnlyOneFocusableParams"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseOnlyOneFocusableParams"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"containerRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLElement›"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusedIndexRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹number›"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"retryOptions"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"UseRetryOptions")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," MOVE_ATTR_KEY"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"MOVE_ATTR_KEY"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"data-move-focused"'),' = "data-move-focused"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useOnlyOneFocusable"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useOnlyOneFocusable"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"when focus in container below element with binding ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"getItemProps"),",\nthat will only have one element can be focusable."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"containerRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"focusedIndexRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"MutableRefObject‹number›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"retryOptions")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusIndex"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"retry")," = focusIndexWithRetry")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"moveFocusedId"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"setIndexTabIndex"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"setIndexTabIndex"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getItemProps"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"index"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),': Omit‹HTMLAttributes‹HTMLElement›, "children"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useOnlyOneFocusable",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useLongPress",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useLongPress"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Interfaces"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"interfaces/uselongpressoptions.md"},"UseLongPressOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#uselongpresseventreason"},"UseLongPressEventReason")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#uselongpressinput"},"UseLongPressInput")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#uselongpressoutput"},"UseLongPressOutput"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-uselongpress"},"useLongPress"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseLongPressEventReason"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseLongPressEventReason"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"keyboard" | "click" | "tap"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseLongPressInput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseLongPressInput"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object & UseTouchMouseEvent‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseLongPressOutput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseLongPressOutput"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onPress"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTap"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useLongPress"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useLongPress"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide longPress helper, both ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"click"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"tab"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keydown")," will trigger event"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onTap")," when user action leave small than delay time."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPress")," when action time is long than delay time.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"default"))," UseLongPressOptions { isPreventDefault = true, delay = 300 }"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onPress")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTap")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onContextMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onKeyUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseUpArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchEnd")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchStart")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"delay")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"300")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"isPreventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onContextMenu"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleContextMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyDown"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onKeyUp"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")," = handleKeyUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ref"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLElement›")," = elmRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UseLongPressOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-delay"},"delay")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ispreventdefault"},"isPreventDefault"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," delay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"delay"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"the longPress delay"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," isPreventDefault"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isPreventDefault"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"is prevent all non need event"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useLongPress",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useMountState/__stories__/useMountState.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useMountState",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useMountState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usemountstate"},"useMountState"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useMountState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useMountState"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹boolean›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get that component mounted state ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ref")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'const isMountedRef = useMountState();\n\nif (isMountedRef.current) {\n console.log("component mounted");\n}\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹boolean›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useMountState",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useOnReRender",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useOnReRender"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useonrerender"},"useOnReRender"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useOnReRender"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useOnReRender"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"deps?"),": DependencyList): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"only trigger when re-render, not trigger on component first render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DependencyList")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useOnReRender",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useOverflow",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useOverflow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useoverflow"},"useOverflow"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useOverflow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useOverflow"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"innerRef"),": RefObject‹HTMLElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"performance"),": PerformanceOptions): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"trigger when overflow state change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"innerRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"state"),": boolean, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"state"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"value"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"clientHeight")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"clientWidth")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"scrollHeight")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"scrollWidth")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"performance"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"PerformanceOptions"),"= {\nmode: 'throttle',\ntime: 200,\n}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useOverflow",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/usePrevious",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"usePrevious"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useprevious"},"usePrevious"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"usePrevious"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"usePrevious"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"isDefault?"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get previous render value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that get method of target value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isDefault"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"if set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"true"),", the first time will get value from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"previous value get from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/usePrevious",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useRefState",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useRefState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-userefstate"},"useRefState"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useRefState"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useRefState"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"customUpdate?"),": undefined | function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"[MutableRefObject‹T›, (Anonymous function)]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Returns a stateful like state with Ref, and a function to update it current value.\ncan trigger update value without re-render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const [inputRef, updateInput] = useRefState(123);\n\nif (needReRender) {\n updateInput(456); // trigger re-render\n} else {\n updateInput(456, false); // not trigger re-render\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"init value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"customUpdate?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"you can custom you update method, or just set your ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"forceUpdate")," to reuse same instance")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"[MutableRefObject‹T›, (Anonymous function)]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"an array with ","[ref, update]"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useRefState",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useResizeObserver",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useResizeObserver"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#performanceoptions"},"PerformanceOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-getresizeobserver"},"getResizeObserver")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useresizeobserver"},"useResizeObserver"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"PerformanceOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"PerformanceOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ignoreFireWhenObserve"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"mode"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"debounce" | "throttle" | "none"'))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"time"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," getResizeObserver"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getResizeObserver"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"callback"),": ResizeObserverCallback, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"externalWindow"),": undefined | Window): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"callback")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ResizeObserverCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ResizeObserverCallback")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"externalWindow")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," Window"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"options that external window")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useResizeObserver"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useResizeObserver"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"ref"),": RefObject‹HTMLElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"callback"),": ResizeObserverCallback, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"performance"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#performanceoptions"},"PerformanceOptions"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get resize event with auto disconnect when layout destroy.\nbring with debounce for event not too many"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"ref")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"that ref for element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"callback")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ResizeObserverCallback"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"callback when element resize")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"performance")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#performanceoptions"},"PerformanceOptions")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"{}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"options that improve performance")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ResizeObserver")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useResizeObserver",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useResponsiveMatch",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useResponsiveMatch"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useresponsivematch"},"useResponsiveMatch"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useResponsiveMatch"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useResponsiveMatch"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"defaultBreakpoint?"),": MatchedBreakpoint): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"BreakpointMatchMap")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get all matched breakpoints"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultBreakpoint?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"MatchedBreakpoint"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"use defaultBreakpoint when Responsive init (will pass undefined)")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"BreakpointMatchMap")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useResponsiveMatch",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useResultRef",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useResultRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useresultref"},"useResultRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useResultRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useResultRef"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": function): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"provide a ref for only calculate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb")," once\nprevent ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useRef(getValue())"),", that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"getValue")," calculate every re-render"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cb"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that get method of get this ref init value, only calculate once"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MutableRefObject‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"same as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useRef")," result"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useResultRef",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useRetry",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useRetry"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#useretryoptions"},"UseRetryOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-useretry"},"useRetry"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UseRetryOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UseRetryOptions"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"intervalTime"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onCancel"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onComplete"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onStart"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onSuccess"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | function"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"retryTimes"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useRetry"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useRetry"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"cb"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options?"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#useretryoptions"},"UseRetryOptions"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"retry times when exec callback fail"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"retry"),": that will auto add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"times")," end of your call back"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"cancel"),": cancel that retry event, that only cancel inner interval promise, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"if you need cancel your ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"cb")," promise, you should handle by yourself."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"cb")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"options?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#useretryoptions"},"UseRetryOptions"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cancel"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"cancel"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"retry"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"retry")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useRetry",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useSleep",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useSleep"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usesleep"},"useSleep"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useSleep"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useSleep"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"cancelable sleep method."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"sleep: a promise sleep"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cancel: cancel that sleep event"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"getSleeping: get current sleeping state")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cancel"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"cancel"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"sleep"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"sleep"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getSleeping"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useSleep",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useThrottle",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useThrottle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usethrottle"},"useThrottle"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useThrottle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useThrottle"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fn"),": F, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"debounceTime"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"provide a throttle method for throttle method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"F"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"fn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"F"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"method for throttle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"debounceTime")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"200"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"DebouncedFunc‹F›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useThrottle",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Hooks/useTouchMouseEvent",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useTouchMouseEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Interfaces"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"interfaces/usetouchmouseevent.md"},"UseTouchMouseEvent")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"interfaces/usetouchmouseeventoptions.md"},"UseTouchMouseEventOptions"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-iselmequalorcontainref"},"isElmEqualOrContainRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usetouchmouseevent"},"useTouchMouseEvent"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," isElmEqualOrContainRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isElmEqualOrContainRef"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elm"),": Element | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elmRef"),": RefObject‹HTMLElement›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elm")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Element ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elmRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useTouchMouseEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useTouchMouseEvent"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide a utils for switch trigger touch event or mouse event between different device"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"touch")," event in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"touch support")," device",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onTouchStart"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onTouchEnd"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"mouse")," event in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"non touch support")," device",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onMouseDown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"onMouseUp")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent"},"https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Event order:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"touchstart"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Zero or more touchmove events, depending on movement of the finger(s)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"touchend"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"mousemove"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"mousedown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"mouseup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"click")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseDownArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onMouseUpArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchEndArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"onTouchStartArg")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," bivarianceHack")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"isPreventDefault")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseDown"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"bivarianceHack"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseUp"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchEnd"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchStart"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UseTouchMouseEvent"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-onmousedown"},"onMouseDown")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-onmouseup"},"onMouseUp")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ontouchend"},"onTouchEnd")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ontouchstart"},"onTouchStart"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onMouseDown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseDown"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MouseEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onMouseUp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onMouseUp"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"MouseEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onTouchEnd"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchEnd"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"TouchEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," onTouchStart"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"onTouchStart"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"TouchEventHandler‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UseTouchMouseEventOptions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#optional-ispreventdefault"},"isPreventDefault"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Properties"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Optional")," isPreventDefault"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isPreventDefault"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Hooks/useTouchMouseEvent",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/GlobalScrollBarStyle",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"GlobalScrollBarStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcglobalscrollbarstyle"},"RcGlobalScrollBarStyle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-scrollbarcolor"},"scrollBarColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcGlobalScrollBarStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcGlobalScrollBarStyle"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"GlobalStyleClass‹object, object & object & DefaultTheme & object›")," = createGlobalStyle`\n/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"}," Firefox-only "),"/"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"{\nscrollbar-color: ${scrollBarColor} transparent;\n}\n/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"li"},"\n/")," Works on Chrome/Edge/Safari ","*","/\n::-webkit-scrollbar {\nwidth: 10px;\nheight: 10px;\n};")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"::-webkit-scrollbar-track {\nbackground-color: transparent;\n};"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"::-webkit-scrollbar-thumb {\nbackground-color: ${scrollBarColor};\nborder-radius: 10px;\n};\n`"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Provide you to change whole app scrollBar color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," scrollBarColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"scrollBarColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"rgba(80,80,80,0.7)"'),' = "rgba(80,80,80,0.7)"'))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/GlobalScrollBarStyle",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyleGuide.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/Custom Scroll bar",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"GlobalScrollBarStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"GlobalScrollBarStyle")," overwrite browser scroll bar follow by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"juno")," style.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%92%85-style-system-utils-globalscrollbarstyle--global-scroll-bar-style-example"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { RcThemeProvider, RcGlobalScrollBarStyle } from '@ringcentral/juno';\n\nconst App = () => {\n return (\n \n \n \n );\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"💅-style-system-utils-globalscrollbarstyle--global-scroll-bar-style-example",mdxType:"Story"})))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/Custom Scroll bar",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/colorManipulator.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/colorManipulator",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"colorManipulator"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#darken"},"darken")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-getcontrastbgcolor"},"getContrastBgColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#lighten"},"lighten"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"darken"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"darken"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"colorInput"),": ReturnType‹typeof palette2›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"coefficient"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get darken coefficient of color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'const Darken = styled(Basic)`\n background-color: ${darken(palette2("interactive", "b02"), 0.5)};\n`;\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"colorInput")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ReturnType‹typeof palette2›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coefficient")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," getContrastBgColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getContrastBgColor"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get color from palette, and contrast color defined in mui"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const [currColor, contrastBgColor] = getContrastBgColor(props);\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|",' "highContrast" ',"|",' "subAction" ',"|",' "action.grayDark" ',"|",' "action.grayLight" ',"|",' "action.primary" ',"|",' "avatar.ash" ',"|",' "avatar.blueberry" ',"|",' "avatar.brass" ',"|",' "avatar.global" ',"|",' "avatar.gold" ',"|",' "avatar.lake" ',"|",' "avatar.oasis" ',"|",' "avatar.pear" ',"|",' "avatar.persimmon" ',"|",' "avatar.sage" ',"|",' "avatar.tomato" ',"|",' "content.brand" ',"|",' "danger.b01" ',"|",' "danger.b02" ',"|",' "danger.b03" ',"|",' "danger.b04" ',"|",' "danger.f01" ',"|",' "danger.f02" ',"|",' "danger.f11" ',"|",' "dialHeader.avatarBg" ',"|",' "dialHeader.avatarIcon" ',"|",' "dialHeader.bg" ',"|",' "dialHeader.focusBorder" ',"|",' "dialHeader.icon" ',"|",' "dialHeader.text" ',"|",' "dialHeader.textHint" ',"|",' "disabled.b01" ',"|",' "disabled.f01" ',"|",' "disabled.f02" ',"|",' "header.bgLeft" ',"|",' "header.bgOverlay" ',"|",' "header.bgOverlayDisabled" ',"|",' "header.bgRight" ',"|",' "header.border" ',"|",' "header.divider" ',"|",' "header.fabBg" ',"|",' "header.fabIcon" ',"|",' "header.focusBorder" ',"|",' "header.icon" ',"|",' "header.iconDisabled" ',"|",' "header.text" ',"|",' "header.textHint" ',"|",' "highlight.b01" ',"|",' "highlight.b02" ',"|",' "highlight.b03" ',"|",' "highlight.f01" ',"|",' "highlight.f02" ',"|",' "informative.b01" ',"|",' "informative.f01" ',"|",' "informative.f02" ',"|",' "interactive.b01" ',"|",' "interactive.b02" ',"|",' "interactive.f01" ',"|",' "label.black02" ',"|",' "label.blue01" ',"|",' "label.blue02" ',"|",' "label.green01" ',"|",' "label.green02" ',"|",' "label.orange01" ',"|",' "label.orange02" ',"|",' "label.purple01" ',"|",' "label.purple02" ',"|",' "label.red01" ',"|",' "label.red02" ',"|",' "label.teal01" ',"|",' "label.teal02" ',"|",' "label.yellow01" ',"|",' "label.yellow02" ',"|",' "nav.b01" ',"|",' "nav.b02" ',"|",' "nav.bookmark" ',"|",' "nav.ctlDefault" ',"|",' "nav.ctlSelected" ',"|",' "nav.f01" ',"|",' "nav.f02" ',"|",' "nav.f03" ',"|",' "nav.f04" ',"|",' "nav.iconDefault" ',"|",' "nav.iconSelected" ',"|",' "nav.line" ',"|",' "nav.mention" ',"|",' "nav.menuBg" ',"|",' "nav.menuText" ',"|",' "neutral.b01" ',"|",' "neutral.b02" ',"|",' "neutral.b03" ',"|",' "neutral.b04" ',"|",' "neutral.b05" ',"|",' "neutral.b06" ',"|",' "neutral.elevation" ',"|",' "neutral.f01" ',"|",' "neutral.f02" ',"|",' "neutral.f03" ',"|",' "neutral.f04" ',"|",' "neutral.f05" ',"|",' "neutral.f06" ',"|",' "neutral.f07" ',"|",' "neutral.f11" ',"|",' "neutral.l01" ',"|",' "neutral.l02" ',"|",' "neutral.l03" ',"|",' "neutral.l04" ',"|",' "neutral.transparent" ',"|",' "presence.available" ',"|",' "presence.busy" ',"|",' "presence.invisible" ',"|",' "success.b01" ',"|",' "success.b02" ',"|",' "success.b03" ',"|",' "success.b04" ',"|",' "success.b05" ',"|",' "success.f01" ',"|",' "success.f02" ',"|",' "success.f11" ',"|",' "tab.default" ',"|",' "tab.selected" ',"|",' "umi.bg" ',"|",' "umi.mentioned" ',"|",' "umi.text" ',"|",' "warning.b01" ',"|",' "warning.b02" ',"|",' "warning.b03" ',"|",' "warning.f01" ',"|",' "warning.f02" ',"|",' "warning.f11"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"lighten"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"lighten"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"colorInput"),": ReturnType‹typeof palette2› | string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"coefficient"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get lighten coefficient of color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'const Lighten = styled(Basic)`\n background-color: ${lighten(palette2("interactive", "b02"), 0.5)};\n`;\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"colorInput")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ReturnType‹typeof palette2› ","|"," string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coefficient")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/colorManipulator",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/ellipsis.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/ellipsis",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"ellipsis"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#ellipsis"},"ellipsis"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"ellipsis"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ellipsis"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"ellipsis style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"white-space: nowrap;\noverflow: hidden;\ntext-overflow: ellipsis;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/ellipsis",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/fakeBorder.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/fakeBorder",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"fakeBorder"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#fakeborderoption"},"FakeBorderOption")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#shadowborderparams"},"ShadowBorderParams"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-fakeborder"},"fakeBorder"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"FakeBorderOption"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"FakeBorderOption"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"allowTransparent"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"color"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ShadowBorderParams","[1]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inset"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pseudo"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"radius"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ShadowBorderParams","[0]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"size"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"ShadowBorderParams"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"ShadowBorderParams"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Parameters‹typeof shadowBorder›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," fakeBorder"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"fakeBorder"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Default value")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object"),"= {}"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"allowTransparent")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"palette2('highContrast')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"inset")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"pseudo")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"radius")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|",' "circle" ',"|",' "lg" ',"|",' "md" ',"|",' "round" ',"|",' "sm" ',"|",' "xl" ',"|",' "xxl" ',"|",' "zero"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"size")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"1")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/fakeBorder",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/flexCenter.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/flexCenter",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"flexCenter"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-flexcenterstyle"},"flexCenterStyle"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," flexCenterStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"flexCenterStyle"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")," = css",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"}," display: flex; justify-content: center; align-items: center;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"apply flex center style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre"},"// display: flex;\n// justify-content: center;\n// align-items: center;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/flexCenter",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/flexWidth.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/flexWidth",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"flexWidth"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-flexwidth"},"flexWidth"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," flexWidth"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"flexWidth"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"width"),': LiteralUnion‹"auto"›): ',(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"flex width set"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'`${flexWidth("auto")}`// flex: 1 1 auto\n// max-width: unset\n// max-width: unset\n\n`${flexWidth("500px")}`;\n// flex: 1 1 500px\n// max-width: 500px\n// max-width: 500px\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"width")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'LiteralUnion‹"auto"›')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/flexWidth",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/focusVisible.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/focusVisible",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"focusVisible"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focusvisible"},"focusVisible")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focusvisiblecolor"},"focusVisibleColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focuswithin"},"focusWithin"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-focusvisibleshadowstyle"},"focusVisibleShadowStyle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-shadowborder"},"shadowBorder"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusVisible"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusVisible"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"&.focus-visible, &',"[data-focus-visible-added]",'"'),' = "&.focus-visible, &',"[data-focus-visible-added]",'"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusVisibleColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusVisibleColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = palette2('interactive', 'f01')"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusWithin"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusWithin"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"&:hover, &:focus-within"'),' = "&:hover, &:focus-within"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," focusVisibleShadowStyle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"focusVisibleShadowStyle"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"r?"),": Parameters‹typeof radius›","[0]",", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color?"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"r?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Parameters‹typeof radius›","[0]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," shadowBorder"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"shadowBorder"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"r"),": Parameters‹typeof radius›","[0]",", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),": any, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inset"),": boolean, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"r")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Parameters‹typeof radius›","[0]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'"zero"')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"focusVisibleColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"inset")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"size")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"1")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/focusVisible",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/lineClamp.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/lineClamp",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"lineClamp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#lineclamp"},"lineClamp"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"lineClamp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"lineClamp"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"lineNumber"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"maxHeight"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"lineClamp helper"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"lineNumber")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"maxHeight")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/lineClamp",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/newPalette.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/newPalette",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"newPalette"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#nu"},"NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#palettereturntype"},"PaletteReturnType")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#pl"},"Pl"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#getpalettecolor"},"getPaletteColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#getparsepalettecolor"},"getParsePaletteColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#palette2"},"palette2"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"NU"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"NU"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"PaletteReturnType"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"PaletteReturnType"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Pl"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Pl"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RcPalette")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"getPaletteColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getPaletteColor"),"(...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"args"),": any[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...args")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"getParsePaletteColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getParsePaletteColor"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color?"),": RcPaletteProp, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"defaultColor?"),": RcPaletteProp | null, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useMain"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultColor?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp ","|"," null"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"useMain")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object & object & DefaultTheme & object")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"palette2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop2"),": P2): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop2"),": P2, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop3"),": P3): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">","[P2]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop3")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P3"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"palette2"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P4"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop1"),": P1, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop2"),": P2, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop3"),": P3, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prop4"),": P4): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"This is the new version palette, support five layer types palette color get,\n! Not support opacity, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity")," to do that,\n! like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"setOpacity(palette2('neutral', 'b05'), '80')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pl")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P1"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P2"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P3"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">","[P2]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"P4"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof NU","[P1]",">","[P2]",">","[P3]",">")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"main color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P1"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop3")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P3"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prop4")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"P4"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"sub")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"em",href:"#palettereturntype"},"PaletteReturnType"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/newPalette",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/nonStyleButton.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/nonStyleButton",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"nonStyleButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#nonstylebutton"},"nonStyleButton"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"nonStyleButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"nonStyleButton"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"reset browser button style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any›)[]")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/nonStyleButton",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/nonTouchHoverMedia.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/nonTouchHoverMedia",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"nonTouchHoverMedia"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-nontouchhovermedia"},"nonTouchHoverMedia"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," nonTouchHoverMedia"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"nonTouchHoverMedia"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'"@media (hover: hover) and (pointer: fine)"'),' = "@media (hover: hover) and (pointer: fine)"'))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/nonTouchHoverMedia",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/opacity.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/opacity",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#doalpha"},"doAlpha")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#opacity"},"opacity"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"doAlpha"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"doAlpha"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),": string, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"opacity"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"theme"),": RcTheme): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"inner method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"opacity")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcTheme")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"opacity"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": keyof RcTheme",'["opacity"]',", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"reverse?"),": undefined | false | true): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["opacity"]')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"reverse?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/opacity",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/paletteContrastText.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/paletteContrastText",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"paletteContrastText"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#palettecontrasttext"},"paletteContrastText"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"paletteContrastText"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"paletteContrastText"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"colorFn"),": ReturnType‹typeof palette2›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get current palette contrast text"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"colorFn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"ReturnType‹typeof palette2›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/paletteContrastText",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/px.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/px",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"px"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#px"},"px"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"px"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"px"),"(...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"values"),": number[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"add px for values\npx(1, 2, 3, 4); // returns: 1px 2px 3px 4px"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...values")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null})))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/px",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/radius.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/radius",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#radius"},"radius"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"radius"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": keyof RcTheme",'["radius"]',"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["radius"]')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/radius",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/shadows.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/shadows",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"shadows"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#shadows"},"shadows"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"shadows"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"shadows"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elevation"),": keyof RcTheme",'["shadows"]',"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"shadow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elevation")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["shadows"]'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"0 ~ 24 for different elevation shadow")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/shadows",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/spacing.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/spacing",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#spacing"},"spacing")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#spacingunit"},"spacingUnit")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#tospacing"},"toSpacing"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"spacing"),"(...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"values"),": number[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"...values")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null})))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"spacingUnit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"spacingUnit"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"values"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"spacing unit value"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"values")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null})))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"toSpacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"toSpacing"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/spacing",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/typography.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/typography",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"typography"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#typography"},"typography")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#typographyprop"},"typographyProp"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"typography"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"typography"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": RcTypographyKeys, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"fontOnly"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get typography style from token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'typography("body1");\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcTypographyKeys"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"fontOnly")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"false")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(undefined | null | string | number | false | Styles | Keyframes | StyledComponentClass‹any, any, any› | function)[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"typographyProp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"typographyProp"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": RcTypographyKeys, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"key"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | (Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get typography key value with token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},'typographyProp("body1", "fontSize");\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcTypographyKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"key")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | (Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/typography",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/styles/__stories__/zIndex.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Styles/zIndex",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#zindex"},"zIndex"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"zIndex"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"name"),": keyof RcTheme",'["zIndex"]',"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof RcTheme",'["zIndex"]')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"(Anonymous function)")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Styles/zIndex",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/ThemeSwitcherProvider.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/theme/ThemeSwitcherProvider",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"ThemeSwitcherProvider"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcdefaultdarktheme"},"RcDefaultDarkTheme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcdefaulthighcontrasttheme"},"RcDefaultHighContrastTheme"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcthemeswitcherprovider"},"RcThemeSwitcherProvider"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Object literals"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcthemeswitcherdefaulttheme"},"RcThemeSwitcherDefaultTheme"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcDefaultDarkTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcDefaultDarkTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")," = darkTheme as RcThemeInput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcDefaultHighContrastTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcDefaultHighContrastTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")," = highContrast as RcThemeInput"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcThemeSwitcherProvider"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcThemeSwitcherProvider"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Element‹›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"children")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," null ","|"," string ","|"," number ","|"," false ","|"," true ","|"," object ","|"," ReactElement‹any, string ","|"," function ","|"," object› ","|"," ReactNodeArray‹› ","|"," ReactPortal‹›"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultTheme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcThemeSwitcherDefaultTheme.defaultTheme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"themeMap")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"object ","|"," object"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcThemeSwitcherDefaultTheme.themeMap")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Element‹›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Object literals"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcThemeSwitcherDefaultTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"h3"},"RcThemeSwitcherDefaultTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"h3"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"defaultTheme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"defaultTheme"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string"),' = "light"'),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"themeMap"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"light"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"li"},"object"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/theme/ThemeSwitcherProvider",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/useThemeSwitcher.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/theme/useThemeSwitcher",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useThemeSwitcher"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-usethemeswitcher"},"useThemeSwitcher"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," useThemeSwitcher"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useThemeSwitcher"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object & object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object & object")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/theme/useThemeSwitcher",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/theme/useThemeProps",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"useThemeProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#usethemeprops"},"useThemeProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useThemeProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"useThemeProps"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"use combine props from default theme props"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," stories ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/?path=/story/api-reference-hooks-usethemeprops--page"},"🔧-foundation-hooks-usethemeprops--use-theme-props-example")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%94%A7-foundation-hooks-usethemeprops--use-theme-props-example"},"Go to this canvas")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.Xz,{mdxType:"Canvas"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.oG,{id:"🔧-foundation-hooks-usethemeprops--use-theme-props-example",mdxType:"Story"})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof RcComponentsProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"name")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/theme/useThemeProps",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseColor.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseColor",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basecolor"},"BaseColor")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbasecolor"},"RcBaseColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"action"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"default"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"error"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inherit"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"negative"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"neutral"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"positive"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"primary"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"secondary"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseColor",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseDirection.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseDirection",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseDirection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basedirections"},"BaseDirections")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbasedirection"},"RcBaseDirection"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseDirections"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseDirections"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"horizontal"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"vertical"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseDirection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseDirection"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseDirection",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseFormControlLabel.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseFormControlLabel",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseFormControlLabel"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbaseformcontrollabelprops"},"RcBaseFormControlLabelProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseFormControlLabelProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseFormControlLabelProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},'object & RcBaseProps‹MuiFormControlLabelProps, "label" | "labelPlacement" | "control"›')))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseFormControlLabel",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseLabelPlacement.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseLabelPlacement",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseLabelPlacement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#baselabelplacement"},"BaseLabelPlacement")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbaselabelplacement"},"RcBaseLabelPlacement"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseLabelPlacement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseLabelPlacement"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"bottom"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"end"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"start"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"top"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseLabelPlacement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseLabelPlacement"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseLabelPlacement",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseProps.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseProps",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbaseprops"},"RcBaseProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Omit‹T, K›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseProps",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/BaseSize.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/BaseSize",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"BaseSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basesizekey"},"BaseSizeKey")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#basesizes"},"BaseSizes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcbasesize"},"RcBaseSize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseSizeKey"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseSizeKey"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof BaseSizes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"BaseSizes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BaseSizes"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inherit"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"large"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"medium"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"small"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xlarge"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xsmall"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxlarge"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxsmall"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxxlarge"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"xxxsmall"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcBaseSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcBaseSize"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/BaseSize",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/UnionOmit.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/UnionOmit",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UnionOmit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#literalunion"},"LiteralUnion")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#unionomit"},"UnionOmit")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#unionpick"},"UnionPick"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"LiteralUnion"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"LiteralUnion"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T | string & object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UnionOmit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UnionOmit"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Omit, K>")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"UnionPick"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"UnionPick"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof Pick, K>")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/UnionOmit",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/UnitMap.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/UnitMap",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"UnitMap"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#classes"},"Classes"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Classes"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ClassesReturn‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get type of ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes")," prop"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"returns"))," classes type of prop"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/UnitMap",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/deepPartial.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/deepPartial",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"deepPartial"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#deeppartial"},"DeepPartial"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"DeepPartial"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"DeepPartial"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/deepPartial",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/typings/__stories__/notNullRecord.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Typings/notNullRecord",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"notNullRecord"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#notnullrecord"},"NotNullRecord"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"NotNullRecord"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"NotNullRecord"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Partial‹Record‹NonNullable‹T›, K››")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Typings/notNullRecord",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/classes.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/classes",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcclassesprops"},"RcClassesProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-rcclasses"},"RcClasses"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcClassesProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcClassesProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"classes"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"li"},"Partial‹ClassNameMap‹T››"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," RcClasses"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcClasses"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),": Classes‹T›[], ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"prefix"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"classes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Classes‹T›[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"prefix")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/classes",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/combineProps.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/combineProps",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"combineProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#groupchildprops"},"GroupChildProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-combineclasses"},"combineClasses")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-combineprops"},"combineProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-innercombineprops"},"innerCombineProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#mergechildprops"},"mergeChildProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"GroupChildProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"GroupChildProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"baseProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"combineAllString"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"coverPropKeys"),"? : ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any[]"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"newProps"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," combineClasses"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"combineClasses"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"baseClasses"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"newClasses"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Combine two classes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"combineClasses(\n{\nroot: 'a1',\ninput: 'a1',\nun1: undefined,\nun2: 'a4',\n},\n{\nroot: 'a1',\ninput: 'a2',\nun1: 'a3',\nun2: undefined,\nun3: 'a5',\n},\n)\n// output result:\n{\nroot: 'a1 a1',\ninput: 'a1 a2',\nun1: 'a3',\nun2: 'a4',\nun3: 'a5',\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"baseClasses")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"base classes you want to combine together")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"newClasses")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"new classes want to combine in to props")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," combineProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"combineProps"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"baseProps"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"newProps"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"coverPropKeys?"),": keyof T[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Combine props object together"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"that will group className, classes together\nfunction will auto combine together,\ntrigger order is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"intoProps.someFn(e) => defaultProps.someFn(e)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"combineProps(\n{\nchildren: ,\nvalue: '1',\nclassName: 'a1',\nclasses: {\nroot: 'root1'\n},\ncount: 1,\nsize: 'large',\nonClick: fn1\n},\n{\nchildren: ,\nvalue: '2',\nclassName: 'a2',\nclasses: {\nroot: 'root2'\n},\ncount: 2,\nsize: undefined,\nonClick: fn2\n},\n)\n// output result:\n{\nchildren: ,\nvalue: '2',\nclassName: 'a1 a2',\nclasses: {\nroot: 'root1 root2'\n},\ncount: 2,\nsize: 'large',\nonClick: (e) => {\nfn2(e);\nfn1(e);\n}\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"baseProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"base props you want to combine together")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"newProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"want to combine in to props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coverPropKeys?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"keyof T[]"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"some prop key you want to cover, not combine when type is function, ex. ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"ComponentType"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"NonNullable‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," innerCombineProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"innerCombineProps"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"params"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"#groupchildprops"},"GroupChildProps"),"): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"params")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"td",href:"#groupchildprops"},"GroupChildProps"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"mergeChildProps"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"mergeChildProps"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__namedParameters"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"_","_","namedParameters"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"baseProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"combineAllString")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"coverPropKeys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," any[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"newProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"any")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/combineProps",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/deepmerge.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/deepmerge",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"deepmerge"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#deepmerge"},"deepmerge"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"deepmerge"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deepmerge"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"x"),": Partial‹T›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"y"),": Partial‹T›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"deep merge two object"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"x")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"y")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"deepmerge"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T1"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T2"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"x"),": Partial‹T1›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"y"),": Partial‹T2›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T1 & T2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"x")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T1›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"y")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Partial‹T2›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T1 & T2")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/deepmerge",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/getScrollbarSize.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/getScrollbarSize",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"getScrollbarSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-getscrollbarsize"},"getScrollbarSize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," getScrollbarSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getScrollbarSize"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = MuiGetScrollbarSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get document scrollbar size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"this method inside mui utils"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/utils/getScrollbarSize.js"},"mui-source")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/getScrollbarSize",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/hasValue.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/hasValue",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"hasValue"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-hasvalue"},"hasValue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-isfilled"},"isFilled"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," hasValue"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"hasValue"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = MuiHasValue"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Copy from Mui"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"see"))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://facebook.github.io/react/docs/forms.html#controlled-components"},"https://facebook.github.io/react/docs/forms.html#controlled-components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"param"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"returns"))," true if string (including '') or number (including zero)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"value"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," isFilled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isFilled"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"function")," = MuiIsFilled"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Determine if field is empty or filled.\nResponse determines if label is presented above field or as placeholder."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"param"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"param"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"returns"))," False when not present or empty string.\nTrue when any number or string with length."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Type declaration:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": object, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"SSR?"),": undefined | false | true): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"obj"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Optional")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"SSR"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"undefined | false | true")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/hasValue",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/isRcElement.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/isRcElement",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"isRcElement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#isrcelement"},"isRcElement"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"isRcElement"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isRcElement"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"element"),": any, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"names"),": string[]): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"element is ReactElement‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"names")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string[]")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"element is ReactElement‹T›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/isRcElement",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/isRef.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/isRef",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"isRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-isref"},"isRef"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," isRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isRef"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"obj"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"obj is RefObject‹T›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"obj")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"obj is RefObject‹T›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/isRef",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/isUrl.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/isUrl",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"isUrl"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#isurl"},"isUrl"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"isUrl"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isUrl"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"url"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | RegExpMatchArray‹›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"url")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | RegExpMatchArray‹›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/isUrl",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/omit.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/omit",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"omit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-omit"},"omit"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," omit"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"omit"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),": T | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keys"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Partial‹object›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"enhance lodash type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof T[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"classes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"keys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Partial‹object›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/omit",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/outerSize.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/outerSize",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"outerSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#outersize"},"outerSize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"outerSize"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"outerSize"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"el"),": HTMLElement): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get that full height and margin with margin\nthat will ignore transform animation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"el")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"HTMLElement")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"height"),":")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"width"),":"))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/outerSize",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/parseColor.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/parseColor",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"parseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#rcparsecolor"},"RcParseColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#parsecolor"},"parseColor"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Type aliases"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"RcParseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ƭ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"RcParseColor"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"ReturnType‹typeof parseColor›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"parseColor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"parseColor"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color?"),": RcPaletteProp, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"defaultColor?"),": RcPaletteProp | null, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useMain"),": boolean): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | string & object | string[] | function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"income color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"defaultColor?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RcPaletteProp ","|"," null"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"-"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"when not income color use default color")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"useMain")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"boolean"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"is use primary.main to set color when not have value")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"null | string & object | string[] | function")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/parseColor",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/pick.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/pick",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"pick"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-pick"},"pick"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," pick"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pick"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),": T | undefined, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"keys"),": K): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"enhance lodash type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"K"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"keyof T[]")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"classes")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T ","|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"keys")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"K")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/pick",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/preloadImg.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/preloadImg",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"preloadImg"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#preloadimg"},"preloadImg"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"preloadImg"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"preloadImg"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"url"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Promise‹void›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"preload image file"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"url")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"Promise‹void›")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/preloadImg",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/removeClassName.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/removeClassName",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"removeClassName"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#cleanclass"},"cleanClass")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#removeclassname"},"removeClassName"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"cleanClass"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"cleanClass"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elm"),": Element, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"removeClass"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elm")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"removeClass")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"string")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"removeClassName"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"removeClassName"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"elmRef"),": RefObject‹HTMLElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"removeClass"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"elmRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"removeClass")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/removeClassName",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/selectionHandler.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/selectionHandler",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"selectionHandler"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#clearwindowselection"},"clearWindowSelection")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#getselectionposition"},"getSelectionPosition")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#setselectionposition"},"setSelectionPosition"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"clearWindowSelection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"clearWindowSelection"),"(): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"clean whole selection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"getSelectionPosition"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"getSelectionPosition"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inputRef"),": RefObject‹HTMLInputElement›): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"get current input element selection position and is that selectRange state"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"inputRef")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"RefObject‹HTMLInputElement›")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"isSelectRange"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"h3"},"position"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"h3"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"end"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")," = currentPositionEnd || 0")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"start"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")," = currentPosition || 0"))))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"setSelectionPosition"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"setSelectionPosition"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"inputRef"),": RefObject‹HTMLInputElement›, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"options"),": object): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"set input element selection position position,\nif you need scroll that into view set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"scrollIntoView")," as true"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"inputRef"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"RefObject‹HTMLInputElement›")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"options"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"object")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"direction?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'"forward" ',"|",' "backward" ',"|",' "none" ',"|"," undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"end")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number ","|"," null")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"scrollIntoView?")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"undefined ","|"," false ","|"," true")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"start")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number ","|"," null")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"void")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/selectionHandler",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/shallowEqual.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/shallowEqual",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"shallowEqual"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-hasownproperty"},"hasOwnProperty"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#is"},"is")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#shallowequal"},"shallowEqual"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Variables"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," hasOwnProperty"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"• ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"hasOwnProperty"),": ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"hasOwnProperty")," = Object.prototype.hasOwnProperty"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"is"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"is"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"x"),": any, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"y"),": any): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"inlined Object.is polyfill to avoid requiring consumers ship their own\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is"},"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"x")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"y")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"any")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"shallowEqual"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"shallowEqual"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"objA"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"objB"),": T): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Performs equality by iterating through keys on an object and returning false\nwhen any key has values which are not strictly equal between the arguments.\nReturns true when the values of all keys are strictly equal."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"objA")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"objB")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"boolean")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/shallowEqual",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/styleParser.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/styleParser",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"styleParser"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-pxtonumber"},"pxToNumber"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," pxToNumber"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"pxToNumber"),"(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"style"),": string): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"parse px to number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Default"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"style")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"string"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},'""')))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"number")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/styleParser",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-core/src/foundation/utils/__stories__/swapArrayLocs.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"API Reference/Utils/swapArrayLocs",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"swapArrayLocs"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"#const-swaparraylocs"},"swapArrayLocs"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Functions"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"Const")," swapArrayLocs"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▸ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"swapArrayLocs"),"‹",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T"),"›(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"arr"),": T, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"index1"),": number, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"index2"),": number): ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"swap position of an array,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"strong"},"example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"const arr = [0, 1, 2, 3];\nswapArrayLocs(arr, 0, 3);\nconsole.log(arr); // result: [3, 1 ,2 ,0]\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Type parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"▪ ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"T")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Parameters:")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Description"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"arr")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"T"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"source arr")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"index1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"source index")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"index2")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"number"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"target index")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Returns:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"p"},"T")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"API Reference/Utils/swapArrayLocs",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/CHANGELOG.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"CHANGELOG",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"CHANGELOG"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.42.2...juno-core-v2.42.3"},"2.42.3")," (2024-09-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"List, Menu:")," ","[juno-core]"," fix list item focus inside issue with mui focus-visible issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/985231bce9fc05873f0bb6554babcbc9e1c1826a"},"985231b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"List, Menu:")," ","[juno-core]"," remove not need class (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b4a8b9fb7392e1f8bfa995c1223a572284d2d2c"},"4b4a8b9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.42.0...juno-core-v2.42.2"},"2.42.2")," (2024-07-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," ","[juno-core]"," fix ut and lint (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a3fe95024097535ca959a564043d1f5db8bbebe"},"6a3fe95"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," ","[juno-core]"," remove downshift lisbox useless aria attr (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/57d59c09199dda4a6c9c2d3905c766df7a514643"},"57d59c0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.4...juno-core-v2.42.0"},"2.42.0")," (2024-07-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyAudio")," change API change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"processor"),", no longer have ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"volume")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"muted"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," ","[juno-core]"," support DialPad with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"sinkId")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05622adb22965c6661c16fc8ae4fdfcfcfacd2cd"},"05622ad"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.3...juno-core-v2.41.4"},"2.41.4")," (2024-06-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Select:")," ","[juno-core]"," fix Select issue with aria-selected same as latest mui for fix a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/75d95de790b5cbdd22eee36819f4f2d85c8e6b40"},"75d95de"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.2...juno-core-v2.41.3"},"2.41.3")," (2024-06-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.1...juno-core-v2.41.2"},"2.41.2")," (2024-05-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," support focus inside with Pickers (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7584a91bb268ba7c35af450fb3849d20644063d8"},"7584a91"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.41.0...juno-core-v2.41.1"},"2.41.1")," (2024-05-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Dialer:")," support external window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1159cca660ef22ee0079c2fdad40984089d7746e"},"1159cca"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.40.1...juno-core-v2.41.0"},"2.41.0")," (2023-12-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," update react-virtuoso version update to v4.6.2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/feef2bb38a4c680e16e2479cc5cf2ba79dd6af04"},"feef2bb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Doc:")," ","[juno-core]"," fix error doc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dee6bcd3babb6bbd55ca8dfcdf7ebbc71fb54d14"},"dee6bcd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.40.0...juno-core-v2.40.1"},"2.40.1")," (2023-12-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," hide tooltip when host element be hidden or disappear (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/12ea133e952c5698a835562145f121ff09fb8068"},"12ea133"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Doc:")," ","[juno-core]"," update example to OGG (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0162006462c645d94ff5c659f9865b702ea768b6"},"0162006"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.39.2...juno-core-v2.40.0"},"2.40.0")," (2023-12-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialerPad:")," change default RcDialerPadSounds to MPEG format for better work with most browser, if you need ogg, please import by your self with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"import { RcDialerPadSoundsOGG } from @ringcentral/juno;"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialerPad:")," ","[juno-core]"," add DialerPad mpeg format sound for work with safari (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c64461a0ac9d674a68d97b2f4720d6a575d2085d"},"c64461a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"project:")," ","[juno-core]"," update miss update dark json in example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff1fb7e396a6d51167ffb7d52ea0868b50d2d1fe"},"ff1fb7e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.39.1...juno-core-v2.39.2"},"2.39.2")," (2023-12-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," fix datepicker style issue with small size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd8b4a0102ec2aa04e2441fafac9982667ced97e"},"fd8b4a0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.39.0...juno-core-v2.39.1"},"2.39.1")," (2023-09-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," fix time picker minute gap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/349323f8b9573ba8156d9e8b48129fce8b054393"},"349323f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.38.0...juno-core-v2.39.0"},"2.39.0")," (2023-09-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," update the minute step from 15 to 5")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," update the minute step from 15 to 5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3d293dbd21abad1073a20d2ff533b0f64ac1c2e3"},"3d293db"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.37.0...juno-core-v2.38.0"},"2.38.0")," (2023-09-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-typography:")," update fontSize of body1 and body2 to 14px; update lineHight of body1 and body2 to 20px")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-typography:")," ","[Theme]"," update typography body1 and body2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bcd0d64c507cd5f04dac7f05c4cf8030acd95ad4"},"bcd0d64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.5...juno-core-v2.37.0"},"2.37.0")," (2023-08-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Browser compatibility:")," remove prop fixWebKit154 of ThemeProvider; remove utils about safari 15.4 animation issue")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Browser compatibility:")," remove hack fixing about safari 15.4 animation issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2818acb8ed9554e39a0ca582da4dd0f1827e434"},"e2818ac"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"VirtualizedMenu:")," Fix menu position issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0dd51212c28480daf012c5bb6c0f4fafb284253e"},"0dd5121"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.4...juno-core-v2.36.5"},"2.36.5")," (2023-08-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tooltip:")," Fix tooltip position when it is near the edge of the screen (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/62580dfb9589e7a03926fca5dfcb3cbf7747227b"},"62580df"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.3...juno-core-v2.36.4"},"2.36.4")," (2023-08-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Popper:")," fix the issue with blurry rendering of popper. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d43bfa114de77b5082d243f95f2cd1e25ee4a54"},"1d43bfa"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.2...juno-core-v2.36.3"},"2.36.3")," (2023-07-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"typography-warning:")," ","[typography]"," warning when typography is not existed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35291e5e7b52dc2cfb59071a7d39750edaee8527"},"35291e5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.1...juno-core-v2.36.2"},"2.36.2")," (2023-06-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-typography-type:")," ","[Types]"," improve RcLink, RcText, RcTypography, RcInlineEditable variant type for extension typography token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/67c2763af841f8f397c849eafe83a5ec045c9352"},"67c2763"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.36.0...juno-core-v2.36.1"},"2.36.1")," (2023-06-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-typography-extend:")," ","[DefaultTheme]"," fix typography type extension (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/68680ba9eea44524fdfda7ff44d55d8a9ead85bd"},"68680ba"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.5...juno-core-v2.36.0"},"2.36.0")," (2023-06-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-3428:")," ","[SubMenu]"," support touch interaction on mobile (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/641c74cad1493fc0d72bacc8570b03521cfa354b"},"641c74c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.4...juno-core-v2.35.5"},"2.35.5")," (2023-05-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," fix issue on 1080p dark theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8a4e921ce2389b6fd940f06f3284b4bf18aec3f3"},"8a4e921"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.3...juno-core-v2.35.4"},"2.35.4")," (2023-05-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dot-badge:")," ","[Badge]"," fix issue about dot Badge does not support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"invisible")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"showZero")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4600acac9fe80d1b45d1d04777cd8e1fff717b45"},"4600aca"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.2...juno-core-v2.35.3"},"2.35.3")," (2023-05-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-DatePicker:")," ","[DatePicker]"," get document/window from RcPortalWindowContext (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/84138106eab9eb80f53a94da0d4a089e46214175"},"8413810"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.1...juno-core-v2.35.2"},"2.35.2")," (2023-05-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-more-tabs:")," ","[MoreMenuTabs]"," fix issue about update groupInfo incorrectly (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/938dbb2c4fc5b1c85e9cc2e5f9e786682c2d591d"},"938dbb2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.35.0...juno-core-v2.35.1"},"2.35.1")," (2023-05-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-3143:")," ","[useTouchMouseEvent]"," fix ios touch issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ae344cee65f47919b53383d6517e93af3ead6a3"},"8ae344c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," ","[Presence]"," fix not pick custom props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/486efdb36f0f1b55326955c9c1a768545475d72e"},"486efdb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.34.0...juno-core-v2.35.0"},"2.35.0")," (2023-04-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"undockMoreMenu:")," ","[MoreMenuTabs]"," support external window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e86467b0fa537aca5bc3fee1afc7768b6c3a5112"},"e86467b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.33.0...juno-core-v2.34.0"},"2.34.0")," (2023-04-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," Change the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xsmall")," size of RcPresence from 8px to 10px.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2860:")," ","[MoreMenuTabs]"," refactor more menu responsive logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b14711e26e4b1a97ede0b43d1364b7ca045d050"},"3b14711"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2860:")," ","[useDebounce/useThrottle]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"leading")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"trailing")," setting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2c86c88bb60e784f3e8d83d08a6679e12040bb96"},"2c86c88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," update presence size for xsmall (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3077e88f73390bd582bfdff409ba233c33092a20"},"3077e88"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," change align draft when zoom in (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3cda8f22fc58f57632f2cd9c0586fc67f9a77d81"},"3cda8f2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.32.0...juno-core-v2.33.0"},"2.33.0")," (2023-03-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2378:")," ","[MoreMenuTab]"," support custom icon by menu open state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c417d8090d3294c1c14cbb01b5cfb3368f730bc"},"9c417d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-2378:")," ","[TabList]"," memo children to reduce moreMenu variant re-render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/84c3ff1d3450b2f9f691637111b35c8115d05214"},"84c3ff1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," update style of offline, unavailable, notReady,DND status (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/95ab7a66bb01deb36abd4464b3e80ba1d22c39dd"},"95ab7a6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," change presence border to box shadow to avoid zoom in/ zoom out issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44fc213d04d66c3ba3e61920246f8dd01e7171b8"},"44fc213"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," change presence border to box shadow to avoid zoom in/ zoom out issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/91812d1df4bbf3f6b80b3f5c56005f99dced195c"},"91812d1"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.31.0...juno-core-v2.32.0"},"2.32.0")," (2023-03-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," support custom period text (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31b17ee9286d5d71ed8f5beaa939cc4caaf37560"},"31b17ee"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"focusRing:")," fix focusRing color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0a237d393de9f1d9f85d694ed378062fbd1b00e9"},"0a237d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"VirtualizedMenu:")," fix VirtualizedMenu position issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d09675a05c5449c217e799a380047d8821e0b8ea"},"d09675a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.30.1...juno-core-v2.31.0"},"2.31.0")," (2023-03-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," revert changes for Presence icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a75e4be392b9423c692c1851a0f678605281a1a"},"6a75e4b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.30.0...juno-core-v2.30.1"},"2.30.1")," (2023-03-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI:")," ","[TextField]"," support placeholder ellipsis (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f2e460cbfbcc53bfe87c076b762e12e417c1e620"},"f2e460c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.29.0...juno-core-v2.30.0"},"2.30.0")," (2023-03-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon PresenceDnd (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da22fd8fc0734a911f0b63b27b8582c4bd81af06"},"da22fd8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," update style of offline, unavailable, notReady status and remove unused CircleDiv component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48a8f25229ee2947f7cdfdbcf76c2ef3942370f4"},"48a8f25"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.28.0...juno-core-v2.29.0"},"2.29.0")," (2023-02-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Presence:")," add new icon support for Presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a31c980a81ce48d7dbc69dd71cd778194f0a1c1"},"9a31c98"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.27.0...juno-core-v2.28.0"},"2.28.0")," (2023-02-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"improve-more-menu-tabs-resize:")," ","[Tabs]"," add prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"resizeThrottleTime")," to improve resize performance (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1578f1a2d111db454fb9da13f466bbd76cf8db37"},"1578f1a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.26.2...juno-core-v2.27.0"},"2.27.0")," (2023-01-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," Remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"overcan")," of VirtualizedMenuList. If you need this to improve performance, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"increaseViewportBy")," to replace it."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," Remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"retryOptions")," of useOnlyOneFocusable. If you need this, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useRetry")," directly")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"transcript-bottom")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/26cb5762f6b0426e5771d51dc4dbf19a104133e8"},"26cb576"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," ","[useOnlyOneFocusable]"," remove retry logic of ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"focusIndex")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d24b3acd3830592642cb44e9cb53669343c0f08a"},"d24b3ac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," ","[VirtualizedMenuList]"," improve focus logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2f8d4919460678202e8596982f3801fa015463b0"},"2f8d491"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JMX-1543:")," ","[Virtuoso]"," fix virtuoso root HtmlElement type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/07e2dc293893b8067b28e2ae7d2141f02a13f603"},"07e2dc2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.26.1...juno-core-v2.26.2"},"2.26.2")," (2023-01-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FiJI-59870:")," ","[DatePicker]"," change focusVisible style to focusRing style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/956ebc982de44c9138aa1a2e96c35d806349d922"},"956ebc9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.26.0...juno-core-v2.26.1"},"2.26.1")," (2023-01-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker:")," change TimePicker open focus to hour (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/908b75cf39d082f2012f86e261f4d4e2f77097ee"},"908b75c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.25.1...juno-core-v2.26.0"},"2.26.0")," (2023-01-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DatePicker/TimePicker:")," revert improve DatePicker/TimePicker first focus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b90a190641ac975580a104864e5a66f677f316cf"},"b90a190"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.25.0...juno-core-v2.25.1"},"2.25.1")," (2022-12-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-56688:")," ","[Tab]"," fix MoreMenuTabs compute tab error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/15bf2bbfd95f87a930134c618daa4d1bc86db50c"},"15bf2bb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"JUP-911:")," ","[A11y]"," fix IconButton, Button, Switch focusRing style issue in safari (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba1df4ed4bf005f440ce3196439386e6b805ee6d"},"ba1df4e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.24.0...juno-core-v2.25.0"},"2.25.0")," (2022-12-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-55778:")," ","[DatePicker/TimePicker]"," improve DatePicker/TimePicker first focus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf3b38dd07057b9d06e37fe7b0096a51a2c939a0"},"cf3b38d"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.23.1...juno-core-v2.24.0"},"2.24.0")," (2022-12-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-53990:")," ","[Downshift]"," improve Downshift focus logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c667abb91d3195da2f7a20bb36cc6f5528604f71"},"c667abb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-53990:")," ","[Form]"," fix issue about screen reader cannot read label if id are not passed to Select and TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/de6e3ce72a9cdc7c4b0263f1b368522fd0081a63"},"de6e3ce"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.23.0...juno-core-v2.23.1"},"2.23.1")," (2022-12-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-59449:")," ","[Switch]"," fix switch overflow issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d932f65d7779ed3044326b1881809f1b7e774c0f"},"d932f65"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.22.1...juno-core-v2.23.0"},"2.23.0")," (2022-11-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58646:")," ","[DatePicker]"," replace moment with dayjs (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/15ce1abc889e543bf7fea5e8c872d79eb2112b39"},"15ce1ab"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.22.0...juno-core-v2.22.1"},"2.22.1")," (2022-11-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-theme-props:")," ","[Components]"," fix ThemeProvider cannot set default focusVariant issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b2852b8a7bd5bf72811baa71e5f29ec033d49861"},"b2852b8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.21.2...juno-core-v2.22.0"},"2.22.0")," (2022-11-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58545:")," ","[A11y]"," Button, IconButton, ListItem, MenuItem support focusRing; improve Switch focusRing (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4881099339f27c18e5573d6f7f9501152e0d785f"},"4881099"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.21.1...juno-core-v2.21.2"},"2.21.2")," (2022-11-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-downshift-blurry:")," ","[Downshift]"," fix downshift blurry issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3e120b6bce7a951e349493f6dc55cb69994e34ea"},"3e120b6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.21.0...juno-core-v2.21.1"},"2.21.1")," (2022-10-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"IconButton:")," ","[juno-core]"," remove autoFocus pick and error autoFocus deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0f6038c157596a6dbab61a3988a5a9ceecb9c15b"},"0f6038c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.20.3...juno-core-v2.21.0"},"2.21.0")," (2022-10-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"imporve-downshift-focus:")," ","[downshift]"," imporve downshift focus when delete chip by clicking remove icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ed61369d732402f979ad30e5a4d03180090477f0"},"ed61369"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.20.1...juno-core-v2.20.3"},"2.20.3")," (2022-09-30)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-56688:")," ","[MoreMenuTab]"," fix re-calculate logic at “moreMenu” mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/abb89b62c85490bed78d4990eddddff8841ec143"},"abb89b6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.20.0...juno-core-v2.20.1"},"2.20.1")," (2022-09-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," change badge default color to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"umi.mentioned")," and text color to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"umi.text")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0258805a112499fbf391a141743f7b0fb08ab67d"},"0258805"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.19.2...juno-core-v2.20.0"},"2.20.0")," (2022-08-30)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support toggleWithInput with autocomplete variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f550774d4a97a6585bc14d775d42e65466547ec"},"6f55077"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," not focus again when toggle with input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d030c707b503dbb45443d4f84b2528c7c953ba5b"},"d030c70"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.19.0...juno-core-v2.19.2"},"2.19.2")," (2022-08-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," accept custom style outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9667d3b0eacab3282c9434910cc4e11993374b15"},"9667d3b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," fix autoComplete mode scroll init position (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f14de9556c02401ec1c1d38e42ae0b72bd3b14e"},"3f14de9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.18.0...juno-core-v2.19.0"},"2.19.0")," (2022-08-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"vite-support:")," ","[Package]"," add createESMPkg script to create package.json for all subpath")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.17.0...juno-core-v2.18.0"},"2.18.0")," (2022-08-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-backdrop-color:")," ","[Dialog]"," bump up the backdrop color to 70% opacity")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.16.1...juno-core-v2.17.0"},"2.17.0")," (2022-08-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Autocomplete]"," remove autocomplete should use downshift"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Grid]"," remove deprecated Grid, should use new Grid"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[ImageView]"," remove ImageView"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Tables]"," remove deprecated Tables, should use new Table"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[TextWithEllipsis, TextWithHighlight, TextWithLink, TextWithTooltip]"," remove all not need Text related components, should use Text Component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Cleanup:")," ","[Components]"," remove all not need deprecated components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ed79974fad985f861a92d57fa4e27ea74ff4be20"},"ed79974"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.16.0...juno-core-v2.16.1"},"2.16.1")," (2022-07-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-downshift-type-issue:")," ","[downshift]"," fix highlighted type of RcDownshiftRenderOptionState (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/16b222e38b725d792a236c22bfc1db21fd7e336f"},"16b222e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.15.0...juno-core-v2.16.0"},"2.16.0")," (2022-07-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-707:")," ","[Downshift]"," change ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOptions")," callback function field ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"selected")," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highlighted"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"if you use RcMenu ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"selected")," to show highlighted, you need to change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"focused"),"\nif you use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"selected")," to show highlighted, you need to change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"highlighted"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"example:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"renderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n) => (\n \n {label}\n \n)}\n\n// switch to =>\n\nrenderOption={(\n { label, id, error, unSelectable, isSuggestion, isError, ...restProps },\n state,\n) => (\n `focused`\n // value: `selected` => `highlighted`\n focused={state.highlighted}\n key={`${id || label}-${state.index}`}\n >\n {label}\n \n)}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," change ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderOptions")," callback function field ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"selected")," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highlighted")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4db0c3a99dbdbb8f97c4fb4a268cf1cecfe3190b"},"4db0c3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," separate highlighted and selected when in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"autocomplete")," variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e450cb98c0188cdfcee9521adb10614312cdcec"},"2e450cb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PopperComponent")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e68721e86f8c1a9c630821f557e11b751aa233d5"},"e68721e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"MenuItem, ListItem:")," support focused for add focused style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6672509c04483a9823d60e6c4b3bbe8c78ff40ac"},"6672509"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"MenuItem, ListItem:")," sync ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"MenuItem")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ListItem")," style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/757e7d88090155fc73769915834806ca597bba8c"},"757e7d8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.14.0...juno-core-v2.15.0"},"2.15.0")," (2022-07-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," ","[Downshift]"," that popper root element will be wrap a ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"div")," for support animation work")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support animation with menu and non virtualize mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7b97be3374ca240916365596c66525df62ad4103"},"7b97be3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support custom anchorElType with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PopperProps.anchorElType")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb74ead7581b7b6e71fd77ae08e5d6dc19669e20"},"eb74ead"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," support custom toggleButton with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getToggleButtonProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3848237416d5dc197fedcf1a84b903e98fba467d"},"3848237"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift:")," fix popper position show position with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"bottom-start")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"top-start")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/45149bd9f9a063272e18bb704ebb59127b499065"},"45149bd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.13.1...juno-core-v2.14.0"},"2.14.0")," (2022-06-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Select:")," ","[Select]"," when add title in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSelet")," title will move to root element not in input element")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Select:")," ","[Select]"," fix select title prop pass in incorrect dom (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4bd94f9b110593753e32ddcbca72cd10a0f46549"},"4bd94f9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.13.0...juno-core-v2.13.1"},"2.13.1")," (2022-05-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-size:")," ","[Dialog]"," make sure ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"fullScreen")," can work correctly when ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxWidth")," is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xs")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/95e3014cc0c9865f76dbbdf66c8b11560ee0d538"},"95e3014"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.13.0"},"2.13.0")," (2022-05-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-size:")," change Dialog ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"max-width")," to 400px from 444px when maxWidth=",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xs"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-card-hover-action:")," ","[CardHoverActions]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"z-index")," to make sure ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardHoverActions")," would not be covered by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardSelectionArea")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4e80bca4b806fc479ae38f6dcb43eecfcfe67f4"},"e4e80bc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-size:")," ","[Dialog]"," change Dialog ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"max-width")," to to follow design when maxWidth=",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xs")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c92cec7312f9d45957a3e4c80820f02f19c16bdb"},"c92cec7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-useEventListener-type:")," ","[useEventListener]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"callback")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"event")," type issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a04229a2bfd1dfe74ae368c0777be3a64fcb14a"},"9a04229"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.12.4"},"2.12.4")," (2022-05-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-card-hover-action:")," ","[CardHoverActions]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"z-index")," to make sure ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardHoverActions")," would not be covered by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"CardSelectionArea")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4e80bca4b806fc479ae38f6dcb43eecfcfe67f4"},"e4e80bc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-useEventListener-type:")," ","[useEventListener]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"callback")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"event")," type issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a04229a2bfd1dfe74ae368c0777be3a64fcb14a"},"9a04229"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.2...juno-core-v2.12.3"},"2.12.3")," (2022-05-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-dialog-a11y:")," ","[Dialog]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"aria-modal=true")," attribute (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/38895cdb63bb432d1067b018d0f48a506dedc675"},"38895cd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.1...juno-core-v2.12.2"},"2.12.2")," (2022-05-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50300:")," ","[PortalManager]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"_feedbackMap")," memory leak issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/216ac96298aac897a178bd9540a2e5940e66b90e"},"216ac96"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.12.0...juno-core-v2.12.1"},"2.12.1")," (2022-05-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Virtuoso:")," ","[Virtuoso]"," ignore flushSync cause framer still not support that flushSync (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/273e8978f601d45d541dc4ddb10ed61953c79bac"},"273e897"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.11.0...juno-core-v2.12.0"},"2.12.0")," (2022-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," fix externalWindow for DialPadButton")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," support externalWindow for RcDialPadButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13d935e85b1320e9ce951ef4dc11d723fcd85976"},"13d935e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-change-log:")," ","[PortalHost]"," export ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"HasPortalParentProvider")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dd1aadd1991265a46c2aa707423bbfcf92fb5524"},"dd1aadd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.10.0...juno-core-v2.11.0"},"2.11.0")," (2022-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[virtuoso]"," upgrade virtuoso version to v2.10.1 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ad9cdf7e17b39ba664727be1406144022e85d2ab"},"ad9cdf7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tabs:")," support updateAllTabsSize in computeWhetherToUseMoreMode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/622264f5f3d6a0f6636e427abf48d578ac40fb03"},"622264f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[PortalHost]"," fix issue about nested components that support portalManager (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dba042698bd7adc1f12fb577198b7f704b031037"},"dba0426"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[TextField]"," fix issue about clear button lost when TextField is uncontrolled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/270728012ffaae1110e72f921a2294c572ff3c2f"},"2707280"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[VirtualizedMenu]"," change vl menu animation to fade (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4d28642ef48ce071a86d8d5b79310c43d061051"},"d4d2864"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.8.1...juno-core-v2.9.0"},"2.9.0")," (2022-04-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-disabled:")," ","[Themes]"," update palette.light (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c644b98c636f517d715c1a22a25310c685f2b5df"},"c644b98"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-disabled:")," ","[IconButton]"," fix contained IconButton ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabled")," style issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b9a216cf1897a739efb5684b67c6d7603087149c"},"b9a216c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.8.0...juno-core-v2.8.1"},"2.8.1")," (2022-04-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," ","[IconButton]"," fix icon size issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60af02656b3315659864619d1cf3160be24526a5"},"60af026"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.7.0...juno-core-v2.8.0"},"2.8.0")," (2022-04-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," By default, RcIcon color will inherit RcIconButton color. No more set RcIcon color directly anyway")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," ","[IconButton]"," fix custom icon color issue when variant of IconButton is contained (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fa661c68f8bfab08be07820319b4aa1deed23b0e"},"fa661c6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.7.0...juno-core-v2.7.0"},"2.7.0")," (2022-04-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.6.0...juno-core-v2.7.0"},"2.7.0")," (2022-04-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," By default, RcIcon color will inherit RcIconButton color when variant of IconButton is contained. No more set RcIcon color directly")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DialPad:")," ","[DialPad]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"autoSize")," prop for use can custom dialpad style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/747a7f750840816a3966c6f3254d60fd74d1b6d6"},"747a7f7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-iconButton-contained:")," ","[IconButton]"," fix custom icon color issue when variant of IconButton is contained (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e9506a50bba5c7a2241c554a3ac67e51aac4c28e"},"e9506a5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.5.0...juno-core-v2.6.0"},"2.6.0")," (2022-04-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useLongPress]"," no longer export ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onTouchStart")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onTouchEnd")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onContextMenu"),", those to be inside handle with addEventListener, if you still need preventDefault, use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"isPreventDefault")," config")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useGlobalListener]"," support startImmediately (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0f819f878d0d14ffb306d30839e816d0c12eba3"},"d0f819f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"IconButton:")," ","[IconButton]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4febee3f08d194b9a381d91a9aba3ea77a43014f"},"4febee3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useGlobalListener]"," support listener options with overload method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0b85147941407e3e078e161973d020d16bd81e23"},"0b85147"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useLongPress]"," switch to use useGlobalListener and fix touch screen logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05270571eef2fe87beb6aae0e2f94d7feddaf01b"},"0527057"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[useTouchMouseEvent]"," remove addition check because in production should never switch between touch and mouse (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/65986d6a9224d147b5529098e1115a5b73b78332"},"65986d6"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.4.1...juno-core-v2.4.2"},"2.4.2")," (2022-04-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"ThemeProvider:")," add isSafari154 check point with 15_4 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b6283118e411abddf74c777d82f8d20aa099d7f"},"4b62831"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.4.0...juno-core-v2.4.1"},"2.4.1")," (2022-04-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"ThemeProvider:")," add more check with iPhone, iPad (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/00de83ae67e8421057e69d11c89d08fcc26d910f"},"00de83a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"ThemeProvider:")," support outside custom should enable ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"fixSafari154")," style fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/935bc0ed124d7a40efa06fd51596543755e33330"},"935bc0e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.7...juno-core-v2.4.0"},"2.4.0")," (2022-04-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"BaseProps:")," fix RcVirtualizedDivider to optional (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7435083bb8948e0ab8e246bc78132e5b0951e1ac"},"7435083"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Grow:")," fix Grow issue with safari issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77aadc1191ee83373a6c18d7dbb48de247406c60"},"77aadc1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"SubMenu:")," fix error binding transform-origin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/53fc7b8bdd628c6b6e14e8df106817a05a06be98"},"53fc7b8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.6...juno-core-v2.3.7"},"2.3.7")," (2022-04-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Bug:")," ","[Downshift]"," fix Downshift clearBtn style error with CleanBtnRefactor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/16f9addca4c016866d66ae92096f41ec348e71e6"},"16f9add"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.5...juno-core-v2.3.6"},"2.3.6")," (2022-04-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Bug:")," ","[useA11yKeyEvent]"," fix a11yKeyEvent error binding with key as Space to ' ' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4920e49ff88f602203894ac0334bd46dd25c49b7"},"4920e49"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.4...juno-core-v2.3.5"},"2.3.5")," (2022-04-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"VirtualizedMenuList:")," ","[VirtualizedMenuList]"," support disablePadding (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fcf9222267c8a5b8dee44d223951fa47b3211d4d"},"fcf9222"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.3...juno-core-v2.3.4"},"2.3.4")," (2022-04-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"table-issue:")," ","[DialogContent]"," fix default color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/daf8c46a42567ab57ca961a31ad734c4e25fdc20"},"daf8c46"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"table-issue:")," ","[Table]"," fix some css issue and mui warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/76aa08c09d1d40df961019e31c7be0bb93fd9e6a"},"76aa08c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.1...juno-core-v2.3.3"},"2.3.3")," (2022-04-01)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-portalmanager-issue:")," ","[portalmanager]"," fix ThrottleScheduler issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f3e66e22e4ef1dbfde86cbbf7a6fc570d73a895c"},"f3e66e2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.0...juno-core-v2.3.1"},"2.3.1")," (2022-03-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," ","[Badge]"," fix bug with combine classes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b81895dc7639e437fd0e672b19e7ac2ebd49b92e"},"b81895d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-48582:")," ","[TextField]"," fix issue about tooltip show incorrectly after click textField clean button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39b674914bc026ede0de910861053bb4323c02ee"},"39b6749"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.3.0...juno-core-v2.3.0"},"2.3.0")," (2022-03-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.2.0...juno-core-v2.3.0"},"2.3.0")," (2022-03-29)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Deprecated Tables:")," remove tables export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a62ba0adf65365c2aaa718235c38dd5ade5a9d1"},"3a62ba0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[foundation]"," implement ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useGlobalListener")," for share event (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6e6e05aa58a865431de0a2e5babad4fcda636fe0"},"6e6e05a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation:")," ","[foundation]"," support getRefElement for some element event related method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bcc321e27190fca6a2066a4bc7a59fdea8da1b13"},"bcc321e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Table:")," new table base on mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c29f8e72203657e69da169d977d77ceb578b13de"},"c29f8e7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Foundation:")," ","[useGlobalListener]"," change array to Set (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4fcad29a8c7baf88bd9325317541d07be544c7b"},"d4fcad2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Highlight:")," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"action")," prop type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/888bba1c7ece7f0fb8c51ad80cd59f77378225af"},"888bba1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," ","[Tooptip]"," fix tooltipForceHide alway binding event issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b4ceeaeb01749a83b8b7b0ccdba395b0c018b78b"},"b4ceeae"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.1.2...juno-core-v2.2.0"},"2.2.0")," (2022-03-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," support round overlap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/06d67a1ea0dcd5e4ba5c85f993080384524e3a18"},"06d67a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Chip:")," support component prop with overridableStyled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee650aa9f2d1680afd4727557ddc35d0e985a544"},"ee650aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"MoreMenuTab:")," support custom MenuItemComponent for moreMenu variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/49c59fc80a595fb32f375a055027cc1f98b9de0b"},"49c59fc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.1.1...juno-core-v2.1.2"},"2.1.2")," (2022-03-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Badge:")," support round overlap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af73059345fe39ceb1f0c492db749cd13cc0682f"},"af73059"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.1.0...juno-core-v2.1.1"},"2.1.1")," (2022-03-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RcTab:")," fix dynamic children (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48f9c77433ea8333ceb9e9629a9ae9a8d1dc66f1"},"48f9c77"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RcTab:")," fix dynamic children (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1d085e7c5075f4566eb373bf9a23b7a508e32bf"},"d1d085e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RcTab:")," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/91093c79494685e3e0992c10d485fbcc6f4785de"},"91093c7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.3...juno-core-v2.1.0"},"2.1.0")," (2022-03-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Chip:")," support outlined variant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d3f630851600faa5d633355a410204b9d57fd65b"},"d3f6308"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-core:")," ","[Menu]"," re-export RcMenuOnCloseReasonsType (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd786310a284725ccd4e47209e6e0d6de5df71cb"},"fd78631"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.1...juno-core-v2.0.3"},"2.0.3")," (2022-02-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DatePicker:")," fix DatePicker error when RcThemeProvider are provided ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"prefixGlobalClass")," prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fad20a05a71499320c67100ecf259e40102efc4"},"8fad20a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.1...juno-core-v2.0.2"},"2.0.2")," (2022-02-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-core-v2.0.0...juno-core-v2.0.1"},"2.0.1")," (2022-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tabs Tabs:")," fix tabs children change not re-render issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31de650cd5b237f727d730a8357e55be00ad9180"},"31de650"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"2.0.0 (2022-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DetachedWindow:")," remove deprecated props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"replace")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b81cf0296657725704e9ee8aecb8c1288b0aeb44"},"b81cf02"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Monorepo:")," migrate to monorepo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7f727156f5716f6dc1d0894ffd2faf46d9ebce06"},"7f72715"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Text:")," fix title issue check, let user can set null to cancel title (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6355c445061e9c617b340ee22e3862d84910786"},"c6355c4"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.5...1.12.6"},"1.12.6")," (2022-02-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," remove min-width"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," ","[TimePicker]"," remove prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"times"),", pelease migrate to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"value"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," ","[AppBar]"," remove min-width (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/149d73c9e21c60a48024d2cdb5c0027613c265a6"},"149d73c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," fix current day styles (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0c33f559797e2bb8c9992a35c3b542d50465d342"},"0c33f55"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," support default picker value; remove prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"times")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35070fc587e8870fa9b60b6ce27ffc1a64ec6747"},"35070fc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-667:")," ","[storybook]"," fix story name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b88a09fd57a133205c400925192f68ab2cd9476"},"8b88a09"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.4...1.12.5"},"1.12.5")," (2022-01-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-678:")," ","[ThemeProvider]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSubThemeProvider"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-678:")," ","[ThemeProvider]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSubThemeProvider")," and make ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemeProvider")," support nesting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/948061c46aca67441b63917fe88f2a1d6096e68b"},"948061c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-681:")," ","[a11y]"," Convert role none presentation to presentation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/54758ef4172417978460eb18371516338ed507dc"},"54758ef"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-681:")," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/834df67bd6b6e82e65c7e28bc11df8e4a40b141d"},"834df67"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-679:")," ","[Textarea]"," remove not support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")," prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/356875fa1a338340bfaab63edd092be94c954f05"},"356875f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-679:")," ","[TextField]"," fix outline variant multiline height not auto issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/241a871cf1852a1108258e98cec589de43726d7e"},"241a871"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-679:")," ","[TextField]"," outline mode remove non multiline padding issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32ae13fa0246ea124fd4764a30b4593e810c352f"},"32ae13f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-682:")," ","[Select]"," fix defaultValue not work issue, and open some miss props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aeb88a88dc2070267f1b3c177e0d0f6fa796b530"},"aeb88a8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-682:")," ","[Select]"," fix Select MenuProps not working issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1db387b7bbc35c5c3ad9cefcb1472c6afd97b86d"},"1db387b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-683:")," ","[PlainSelect]"," re-export miss PlainSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c499c947f9298af6d49c3b1f65425891b2aad1f6"},"c499c94"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.3...1.12.4"},"1.12.4")," (2021-12-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," emit ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"null")," when click clear, previous is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"undefined"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-672:")," ","[ThemeProvider][jss]"," support prefix class (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29c6fbe377518374cff89d69ddc6bf9cf12f3748"},"29c6fbe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-673:")," ","[Fix runtime error when render in next.js]"," detect window existed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e44ccb7d43d16a488b4298fa88325038b0e8172d"},"e44ccb7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-675:")," ","[useEver]"," provide hook for return ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"true")," when the value ever to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"you want value")," once. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e288f84417df2504e6fa46471957a2393cb69abe"},"e288f84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-675:")," ","[SplitButton]"," improve the render performance (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e288f84417df2504e6fa46471957a2393cb69abe"},"e288f84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-676:")," ","[Downshift]"," support indexInOwnGroup field (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/556eeb3ce69f03ec7c808c5a7a79fabc47491296"},"556eeb3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-677:")," ","[Type]"," improve PortalManager and SubThemeProvider type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff85a94efc803fd8e403fd5cde9e3d57dbe9a0fb"},"ff85a94"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," add description for time picker utils, and re-export that (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efe6d8ee057891ea85e8cb0990d06ec34f819ed3"},"efe6d8e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," fix TimePicker text be empty when is 00:00 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff498ce07c4a2594a30c0612e997652b4e9bc496"},"ff498ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-674:")," ","[TimePicker]"," support dateMode type generic and emit ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"null")," when click clear (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9253eba0ca59e2cd81a1754e0a39b6851763809a"},"9253eba"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.2...1.12.3"},"1.12.3")," (2021-12-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-665:")," ","[PortalManager]"," updateProps support 'function' param (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/976fdec18f993490e93630ef6552fbd703a0254e"},"976fdec"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-665:")," ","[Webstorm]"," add .idea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8f4ace90134c6b08c20b968e4bada0018cbc13da"},"8f4ace9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-665:")," ","[withTooltip]"," fix withTooltip type error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f80522e102f79a532aa1d12e492a4fa22fe9c0e3"},"f80522e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," provide autocomplete mode default filter and export inputChanged state for outside use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f4d89519030615b816dde73baec9682d1a1d854a"},"f4d8951"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[SuggestionList]"," support useSuggestionList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f4897e0a25669256f433bdd049c74ecb0713bac8"},"f4897e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[useSuggestionList, useDownshift]"," export id (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f72c3737204f1a30ac452cfe17fd827cf2cdfa9a"},"f72c373"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-669:")," ","[SubMenu]"," added ability to set placement via props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8c853a817709f503d4081ee071e1cb069bb380e1"},"8c853a8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[Card]"," rename type name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4168f74e9388e6dc1e0a50db1cf3e93a88b81c1"},"a4168f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[Chid]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"color")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"focused")," prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3450df9cb9f50e814300e0f5d8165f939b89b5b6"},"3450df9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[TextField, Select, Downshift]"," support color prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39bbd2b8377c2661e6d44787813910d3e6d0290e"},"39bbd2b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[TextField]"," color follow color prop in normal status (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c30409bb1e617395555332d26d3fc7463e2fb009"},"c30409b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," fix inputChanged type to optional (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4847bd8f21bb836d150f17df609e65352a06edf"},"a4847bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," fix padding issue with (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/94c66ae967b538063e9b404f20b9c7b63e97fa66"},"94c66ae"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[Downshift]"," support groupDefaultExpanded and fill miss type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d59ea5b23c1ac949a70976b3cb424a2488b47c80"},"d59ea5b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-666:")," ","[useKeyboardMoveFocus]"," fix when focusedIndex is -1 and move to 0 not move issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77e21a4a8e48b7c64413edc1340be622a03fbc20"},"77e21a4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[Button]"," fix button color prop to RcPaletteProp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51ec458016a725218eb43aa0bd9bb0d400d94f3f"},"51ec458"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-670:")," ","[PlainSelect]"," fix wrapper with width issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d654ad6c4bf83f06ac7ed7ea4380dd0737c85b9"},"0d654ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-671:")," ","[TimePicker]"," add Math.floor check for minute (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bb36c408a128669a56e64b4b76829063200704c1"},"bb36c40"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-671:")," ","[TimePicker]"," remove time number disabled check, always be clickable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e637df842c979c7355557fe5d7da733835e32b8c"},"e637df8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.1...1.12.2"},"1.12.2")," (2021-12-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-664:")," ","[Dialog, PopupBox, Snackbar]"," fix error TransitionProps combine, and remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disableBackdropClick")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/965a6068ba2cad242f7c449f87369fa9cbe016c9"},"965a606"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.12.0...1.12.1"},"1.12.1")," (2021-12-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-647:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/379f8c9c383d245df8eb7201b2c041b061352596"},"379f8c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-660:")," ","[Icon]"," update icon (Description) (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ff9f4f926495d4a0a415e69d27b26e1b0791b6e"},"0ff9f4f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-661:")," ","[Hooks]"," implement controllable interval (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/354d03ef490c629638ff3359fbd343f9b1e5ba23"},"354d03e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Project:")," ","[DialPad]"," add miss export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61e279157707806d704528e34e0feefed4241cf4"},"61e2791"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-663:")," ","[TextField]"," fix type with rows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f67d15f2bb583298c835d899f0f81a4e2128153a"},"f67d15f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.11.5...1.12.0"},"1.12.0")," (2021-11-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangePage")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPageChange"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onRowsPerPageChange")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangeRowsPerPage")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[StepContent]"," remove StepContent temporary, because we not support orientation vertical"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badges]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Badges")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[ButtonBar]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ButtonBar")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Menu]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Menu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Text]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Text")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[ThemeProvider]"," remove deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ThemeProvider"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-649:")," ","[ThemeProvider]"," subThemeProvider use parent theme as default when not pass theme into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ddc31a1616ab687b0214d085818f3f4c5a388bcc"},"ddc31a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-652:")," ","[AppBar]"," cleanup AppBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61bb92492f1f64b3a4dd95a30abdbb437fd54c22"},"61bb924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change default word break rules like textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2adcba78e90db00515e7e429019199f93820dae"},"d2adcba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Package]"," update mui version to v4.12.3 for prepare upgrade to v5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ada509caccb303b717a96fdc69f2b723dec03e8c"},"ada509c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-657:")," ","[Link]"," support underline prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f984f645f07cf914bdc22ea089481ca707013080"},"f984f64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Project:")," ","[Package]"," fix type for ready to upgrade type to latest styled-components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6666cfb114181b391e8478cfe12012a29422ee1c"},"6666cfb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-651:")," ","[Tag]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"margin-left")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d378e803d11af960c5987b6ffb632cf84c336b"},"e6d378e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change 'anwhere' to 'anywhere' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2d1d5ca8a067192d93a9f3d274c591efeef42da"},"e2d1d5c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[AppBar]"," use RcAppBarProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9527047ad84c3f6e6d5bdc15a46b499987a6bd7e"},"9527047"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4581f6d2c278158eb77666eb7a88dd1a5f29d0d"},"c4581f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[createTheme]"," rename mud createTheme to createTheme, fade to alpha (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef352ddd88cbc6090d9f41010901c1f12ba4138"},"cef352d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bb80e0415264fa5b4065f03bcac47740e6bf163"},"0bb80e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Icon]"," change icon dep on juno main library to @material-ui/core (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c41c9646050a43da1620fe324eafd68cfc306cbf"},"c41c964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[MenuList]"," pick forget props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb6df9b8f16b3a6b31bc0de134928441b4679782"},"cb6df9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Stepper]"," remove StepContent temporary, because we not support orientation vertical (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32fa9add92a0eeb916357fbb3e16201a5568cb4f"},"32fa9ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name onChangePage, onChangeRowsPerPage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8a5704773ea7598967ef4d0ce53d8c9e3bf49c6"},"f8a5704"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TextField, Textarea, Select]"," remove rowsMax and rows, and switch to new props minRows, maxRows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66f9b691d8423b7a92013c350814d23c7173fc31"},"66f9b69"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.5...1.11.6"},"1.11.6")," (2021-11-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangePage")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPageChange"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onRowsPerPageChange")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangeRowsPerPage")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[StepContent]"," remove StepContent temporary, because we not support orientation vertical")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-649:")," ","[ThemeProvider]"," subThemeProvider use parent theme as default when not pass theme into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ddc31a1616ab687b0214d085818f3f4c5a388bcc"},"ddc31a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-652:")," ","[AppBar]"," cleanup AppBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61bb92492f1f64b3a4dd95a30abdbb437fd54c22"},"61bb924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change default word break rules like textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2adcba78e90db00515e7e429019199f93820dae"},"d2adcba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Package]"," update mui version to v4.12.3 for prepare upgrade to v5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ada509caccb303b717a96fdc69f2b723dec03e8c"},"ada509c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-657:")," ","[Link]"," support underline prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f984f645f07cf914bdc22ea089481ca707013080"},"f984f64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-651:")," ","[Tag]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"margin-left")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d378e803d11af960c5987b6ffb632cf84c336b"},"e6d378e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change 'anwhere' to 'anywhere' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2d1d5ca8a067192d93a9f3d274c591efeef42da"},"e2d1d5c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[AppBar]"," use RcAppBarProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9527047ad84c3f6e6d5bdc15a46b499987a6bd7e"},"9527047"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4581f6d2c278158eb77666eb7a88dd1a5f29d0d"},"c4581f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[createTheme]"," rename mud createTheme to createTheme, fade to alpha (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef352ddd88cbc6090d9f41010901c1f12ba4138"},"cef352d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bb80e0415264fa5b4065f03bcac47740e6bf163"},"0bb80e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Icon]"," change icon dep on juno main library to @material-ui/core (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c41c9646050a43da1620fe324eafd68cfc306cbf"},"c41c964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[MenuList]"," pick forget props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb6df9b8f16b3a6b31bc0de134928441b4679782"},"cb6df9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Stepper]"," remove StepContent temporary, because we not support orientation vertical (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32fa9add92a0eeb916357fbb3e16201a5568cb4f"},"32fa9ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name onChangePage, onChangeRowsPerPage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8a5704773ea7598967ef4d0ce53d8c9e3bf49c6"},"f8a5704"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TextField, Textarea, Select]"," remove rowsMax and rows, and switch to new props minRows, maxRows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66f9b691d8423b7a92013c350814d23c7173fc31"},"66f9b69"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.5...1.11.6"},"1.11.6")," (2021-11-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular'"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangePage")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onPageChange"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onRowsPerPageChange")," => ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onChangeRowsPerPage")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[StepContent]"," remove StepContent temporary, because we not support orientation vertical")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-649:")," ","[ThemeProvider]"," subThemeProvider use parent theme as default when not pass theme into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ddc31a1616ab687b0214d085818f3f4c5a388bcc"},"ddc31a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-652:")," ","[AppBar]"," cleanup AppBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/61bb92492f1f64b3a4dd95a30abdbb437fd54c22"},"61bb924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change default word break rules like textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2adcba78e90db00515e7e429019199f93820dae"},"d2adcba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Package]"," update mui version to v4.12.3 for prepare upgrade to v5 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ada509caccb303b717a96fdc69f2b723dec03e8c"},"ada509c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-657:")," ","[Link]"," support underline prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f984f645f07cf914bdc22ea089481ca707013080"},"f984f64"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-651:")," ","[Tag]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"margin-left")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d378e803d11af960c5987b6ffb632cf84c336b"},"e6d378e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-654:")," ","[InlineEditable]"," change 'anwhere' to 'anywhere' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2d1d5ca8a067192d93a9f3d274c591efeef42da"},"e2d1d5c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[AppBar]"," use RcAppBarProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9527047ad84c3f6e6d5bdc15a46b499987a6bd7e"},"9527047"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Badge]"," rename circle and rectangle to 'circular' and 'rectangular' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4581f6d2c278158eb77666eb7a88dd1a5f29d0d"},"c4581f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[createTheme]"," rename mud createTheme to createTheme, fade to alpha (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef352ddd88cbc6090d9f41010901c1f12ba4138"},"cef352d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Dialog, Snackbar, TimePicker, VirtualizedMenu]"," move ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onXXX")," inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TransitionProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bb80e0415264fa5b4065f03bcac47740e6bf163"},"0bb80e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Icon]"," change icon dep on juno main library to @material-ui/core (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c41c9646050a43da1620fe324eafd68cfc306cbf"},"c41c964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[MenuList]"," pick forget props ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb6df9b8f16b3a6b31bc0de134928441b4679782"},"cb6df9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[Stepper]"," remove StepContent temporary, because we not support orientation vertical (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32fa9add92a0eeb916357fbb3e16201a5568cb4f"},"32fa9ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TablePagination]"," change deprecated props to new name onChangePage, onChangeRowsPerPage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8a5704773ea7598967ef4d0ce53d8c9e3bf49c6"},"f8a5704"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-655:")," ","[TextField, Textarea, Select]"," remove rowsMax and rows, and switch to new props minRows, maxRows (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66f9b691d8423b7a92013c350814d23c7173fc31"},"66f9b69"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.4...1.11.5"},"1.11.5")," (2021-10-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-647:")," ","[Icon]"," Info => InfoBorder")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-648:")," ","[type error]"," fix PortalManager.open return type, it would lost after build (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a74d0b373ef64ffe3d97f99209454dfc4cf0948c"},"a74d0b3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-647:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b2787202ee84536f133db8f55447434e993745d1"},"b278720"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.3...1.11.4"},"1.11.4")," (2021-09-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[Icon]"," add custom tab icon, delete menu fax icon")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DetachedWindow:")," RcDetachedWindowStylesProvider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/158ba6d66f6408ca735c2d9db5bfa6ecee174e84"},"158ba6d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[Picker]"," add PickerBaseIconButton for picker use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a260fe76f516dbed6fdee3f1c4c6b1ed590af661"},"a260fe7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[TimePicker]"," forwardRef with TimePicker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/97ca673a3078b47716675b4a2ff8a4af6432f935"},"97ca673"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[update-icon]"," update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/139286475e2b33040a8de5490a98b4fb193494bc"},"1392864"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[DatePicker]"," fix whole date picker range logic, and make that support uncontrolled component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/649e7a629d6a85ba1256e048656fc27e7904b64e"},"649e7a6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[DatePicker]"," migrate and cleanup to new PickerBaseButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf83ae5aabbb73a07e3c6a82fdfd1aa04f08b540"},"cf83ae5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," fix interaction state color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/41f1c572e00d6c0d9ace04aa01465613ed554942"},"41f1c57"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," follow interation color, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inverse")," background color from .20=>.16 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fb25099e428620907a53d28af04b56d68ae8743c"},"fb25099"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," follow interation color, ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inverse")," hover 0.4=>0.24, focus 0.4=>0.32 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2da0f1d99f7872e578ae8d619c8eb21153bdb235"},"2da0f1d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[IconButton]"," text inside icon also set color style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ced39bad869d956adb44bc66f90f78cacb3d2f41"},"ced39ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[Picker]"," fix not need memo and error naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fdfaf1ff96d062a639ec2b901df57b6a69e88b0"},"9fdfaf1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[TimePicker]"," migrate and cleanup to new PickerBaseButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/033c6fb2754addab93f6de1ecbc8d15dda5f26af"},"033c6fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-645:")," fix DatePicker disabled bug (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a3621a34c00494646c5ba05b0218e8907bdbd9ee"},"a3621a3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.2...1.11.3"},"1.11.3")," (2021-09-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," vertical from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"spacing(4)")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"spacing(2)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[Icon]"," add connect icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," change default group way to normal group, previous is expanded group")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," fix some problem and refactor types (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5c66036d7f09e412c77f40a2507045ce1c815ec"},"e5c6603"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," make Dialog, Snackbar support portalMnager (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0158f31b01a30de281b26e5141b22293fe54998b"},"0158f31"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," PortalHost (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/862f6454eddfcd9cb3403e5269a72388203a5ed5"},"862f645"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-593:")," PortalManager (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6796908e915100cf0200c475d8726e8ca9035d24"},"6796908"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"groupVariant")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"groupExpanded")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31c34a13e0bdcace853bf5746b78d1f2a8ae737d"},"31c34a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," support action with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getFilterResultItems")," to get current filter result items (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f40f34b712f29b730ca95bcd99428a7734ee8217"},"f40f34b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[useHighlightScroll]"," support custom topHighlightIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c8a9347dc427fb46c04061e4bbde7ce99630685a"},"c8a9347"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DatePicker]"," migrate deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcButtonBar")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcIconButtonGroup")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/400ab9e67785e5cdb2737a52a151d817cd54badc"},"400ab9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[Dialog]"," support childrenSize with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DialogActions"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DialogContent"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DialogTitle")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82ac2215156019e5d9548602767397e454bc4122"},"82ac221"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[Dialog]"," support typography size with DialogContentText and Title (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/90a742eb6a5ddcc4bf3ca4ca0d7aafcc24f3ef2c"},"90a742e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," change default space between items to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"spacing(2)")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/56c514df572129332456c530cac4a14ae306e196"},"56c514d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"reverse")," and fix mui gutterBottom bug (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d6671b7ec3d9134e4733b3807be76438e8c81ef"},"0d6671b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[DialogActions]"," when size is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"small")," default direction to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"vertical")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29d2f054e4feae26c0cfc215e790022bebb68f69"},"29d2f05"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-639:")," ","[PopupBox]"," migrate to Dialog new API (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82796d217ccfbef59befe7208796b18e84d496f3"},"82796d2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-642:")," ","[Switch]"," fix error token from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highContrast")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"neutral-f11")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1801b7ddca3244019340d121104f1ebebecf7da9"},"1801b7d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-643:")," ","[DatePicker]"," support today disabled when today is not validate item (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4241d9cf95eed9b5600a91c7985362f7c5abb263"},"4241d9c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[update-icon]"," update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f7414c073ec4a1ca78171149dbed0d87c953cf0"},"6f7414c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-618:")," ","[Downshift]"," fix groupStateMap logic with group name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34760c2eb979dc620430b225babe85c985efefb5"},"34760c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-640:")," ","[ListItem]"," move default baseColorProp into style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f47fe3a916be4c763385382b5640ece64e004672"},"f47fe3a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.1...1.11.2"},"1.11.2")," (2021-08-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[TextField]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant=“outline”")," font-size from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"subheading1")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"body1")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[TextField]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant=“outline”")," clear icon follow size auto change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," when loading, default will disabled button"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[Icon]"," gif-D rename to gif-file-D")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"mask")," disabledVariant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b1255d863f773f7304c5a92e8fa9f674927473c6"},"b1255d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," support loading mask (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/96404a23103d7b62c7f51e6899301bdb83a7a566"},"96404a2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[SplitButton]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"loading")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60c1dab1810c00f8eaa35a4846b17c724cc6c224"},"60c1dab"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon:")," ","[update-icon]"," fix gif dark icon name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c86edcb8801de2d4e7f0a50c4d38163e8fbcf92d"},"c86edcb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," loading mask use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"neutral.b01")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"0.32")," opacity (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/70b6de8bb84f89de81995d3eed8b9af03445b8ac"},"70b6de8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-633:")," ","[Button]"," when loading button always be disabled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b4bdf6a2d649b626cf5490acbe9c385e77268cb0"},"b4bdf6a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-635:")," ","[InlineEditable]"," fix empty placeholder problem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7ca1f5b7cc057e6cc0d8c72b5b547db2d38669f"},"c7ca1f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-636:")," ","[Downshift]"," fix autocomplete mode value be clear issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c329a842d05a67feacffb3c46f7ce0214b433c13"},"c329a84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[OutlineTextField]"," add OutlineTextField sizes with token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee3415eefa2947d80a0991423e1b3983b0589029"},"ee3415e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-638:")," ","[OutlineTextField]"," fix typography size miss use in OutlineTextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a998b164e7ff3794bb15c74752c6190ebf69746d"},"a998b16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"script:")," export miss ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemeProviderProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d4e7152980eefab9a6f26bce5f2a098207028ac"},"1d4e715"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.11.0...1.11.1"},"1.11.1")," (2021-08-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-631:")," [","[Icon]"," update icon] update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ffdba00cb2ffeb912aeb8deb042544887fb03551"},"ffdba00"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Box:")," change RcBox to forwardable component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc33225a599f544de733225212acfc404fbbf0c5"},"bc33225"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-632:")," ","[Downshift]"," fix useDownshift set inner input value not emit issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29cc6e408f02b5a0b0ae909e164c9ac871f25333"},"29cc6e4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-632:")," ","[Downshift]",": fix init don't have textFieldRef open issue, and change ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onInputChange")," type to non optional (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c2f044e55dd763a1f49542add3db3b81334b1f02"},"c2f044e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.10.1...1.11.0"},"1.11.0")," (2021-08-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-625:")," ","[Responsive]"," breakpoint pattern follow mui, use small than logic currently (before is large than)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-629:")," ","[Tooltip]"," tooltip ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"medium")," size ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-top")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-bottom")," to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"4px")," (before is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"1px"),"), ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"font-size")," to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"caption1")," (before is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"body1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-629:")," ","[Tooltip]"," tooltip ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"large")," size ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-top")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"padding-bottom")," to be ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"4px")," (before is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"3px"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-619:")," [","[Icon]"," add dark prop to svg component] add story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ebbe618690f761c415e93f2202a76d8d0df9e649"},"ebbe618"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-619:")," [","[Icon]"," add dark prop to svg component] make svg comp use global theme default (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8994565c60130e1d61c9cde9e6897a6da904b2c1"},"8994565"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-619:")," [","[Icon]"," add dark prop to svg component] update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5454c7adb2adf8dee204c0372fa95e1ba647b913"},"5454c7a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-625:")," ","[Responsive]"," breakpoint pattern follow mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4f7f815816f5c04192c1831a7eae01ea287e62e3"},"4f7f815"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-625:")," ","[Responsive]"," update storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/52a99233ffcf35f93eecd852d9965ae87614dcd7"},"52a9923"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-629:")," ","[Tooltip]"," clean up tooltip spec and new size ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xlarge")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e1cf5d57d58e68c047ee4f24339c4c11f766575b"},"e1cf5d5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-628:")," ","[Presence]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"box-sizing: content-box")," to prevent reset outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99c2c4e8cde8ad904e280a578268dff43c5b26fc"},"99c2c4e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-630:")," ","[TimePicker]"," reset view to main page when open (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/284c8a27d1c598739fac4c169d28ff45f26adddb"},"284c8a2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.10.0...1.10.1"},"1.10.1")," (2021-08-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-616:")," ","[Drawer]"," add multi drawer example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23ae2c276667e2823ce39a5496e4beeacb467176"},"23ae2c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-622:")," ","[Dialog]"," add Responsive dialog Example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6ec071d39b71c5b6aeec81899a356e06380dd0ae"},"6ec071d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-623:")," implement ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useAudio")," get Browser ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Audio")," instance, and auto destroy when component be destroyed. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/424dc38ffa6a801031329698336ed2f7eb9d5db8"},"424dc38"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-624:")," ","[Hidden]"," reexport Hidden component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47b82931583b6d50b9c9a2bae5cddfaa0add39fd"},"47b8293"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-617:")," ","[ListItem]"," list item interaction style follow spec (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1da96c4bbfbc1339941e9d722b3a23004de6a5f0"},"1da96c4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-621:")," ","[Deepmerge]"," switch deepmerge to mui inner deepmerge (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/56af37a2c7c966cc8eec0f99e0dce1e6adf70331"},"56af37a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-623:")," ","[DialPad]"," switch to useAudio (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77ae33adab416cd3a47769e1fd118e32d95e0de7"},"77ae33a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.9.0...1.10.0"},"1.10.0")," (2021-07-27)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[switchSize]"," move foundation switchSize into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Icon")," component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[useHiddenToFocus]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHiddenTabindex")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Textarea")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabIconButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RoundButton")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[foundation]"," whole file structure have a big cleanup, should switch all import to '@ringcentral/juno', if there is not have that file, should move that file into your repo, that will no longer provide from juno"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[theme style]"," remove not need style method"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[lineClamp]"," maxHeight not more have height * 4"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"AnnotationRightRail")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BorderLessTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"OutlineTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LineSelect")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LozengeButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ExpansionPanel")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Autocomplete]"," deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Autocomplete"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-36407:")," ","[RcInlineEditable]"," support custom inputProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d08ca41be0cf40ad0f868dbbdfed3c28d0ded872"},"d08ca41"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-550:")," [","[Card]"," move Jui card example into Juno] add media card example and icon card example & remove knob in simple card example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/719c8123cdd98acf5cac57882debdc7080f0f511"},"719c812"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-583:")," [","[Text]"," support two(or more) line ellipsis] add jsdoc and remove useless style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/73f0fa915c7abff781f944c68b570c6f4ad52df5"},"73f0fa9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-583:")," [","[Text]"," support two(or more) line ellipsis] add line clamp support (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/90480a646539f6c0a1469eb7fefcdb9ef856b2cf"},"90480a6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-596:")," ","[CustomTheme]"," support custom theme with styled-component type, and palette2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7cbb33194aaf77684c25debae7aa550e3bb5d9b3"},"7cbb331"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-597:")," ","[Test]"," add UT for ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyboardMoveFocus")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a617afdec6aa932c52a3b3772c8a8ed8ab19064"},"5a617af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onOpen")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onClose")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"open")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/10354e8f59a83e9172ee2623aa37ec14a7f4f799"},"10354e8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support autocomplete mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d689586eb2ebf592f9789aaf72ef4785a254b8e"},"4d68958"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support custom ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"renderInput")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21d2cd401830cdbe3753ff5fec674ac4abb154a1"},"21d2cd4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Downshift]"," support padding with SuggestionList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/11c9c545b3a72f6149a4e0e65d67330e9beeeb84"},"11c9c54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-611:")," ","[Theme]"," fix token use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f965f1e4c58a7c87c7e05a85323b8bed3ff241e"},"6f965f1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-611:")," ","[Theme]"," not merge mui base theme token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34c273eb89a833c349b72093cfaa8ee0fbac6860"},"34c273e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-611:")," ","[Theme]"," update scss theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d49e54f1878288ace0fbf1842af3d26747bc4f7a"},"d49e54f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-613:")," ","[Button]"," change button small font-size to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"caption2")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/83d2548269386302f7573dd6e5955769d8e16775"},"83d2548"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-613:")," ","[Button]"," change button small padding from 12px to 16px (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8a1f54041fcec1a262f3c84d03a0a27bd7fdcd6f"},"8a1f540"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"package:")," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"@types/smoothscroll-polyfill")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3309f11bb4a04d9a8a6934e1994489a609f91c3b"},"3309f11"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-606:")," ","[DafaultTheme]"," fix error default theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/be432ff8ca1b49bb2f6ffd75988f13825fd2a06b"},"be432ff"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[Autocomplete]"," deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Autocomplete")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5710b0b94c33920eca43e1b3f99fb9281991a8b5"},"5710b0b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-607:")," ","[useKeyboardMoveFocus]"," fix loop when total is zero (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af548a3878a7d7f017b64002b98e3e5222612e5d"},"af548a3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-608:")," ","[IconButton]"," remove transition delay and easing (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a0faa540dbd8441df82dfef6e48561dd9114fe45"},"a0faa54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," migrate width and height to directly write down value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/214326f2232dcca2bb67302ea1509fb1677541eb"},"214326f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"AnnotationRightRail")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d63aece418bd846725ef3e674ef742ef449b8152"},"d63aece"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BorderLessTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"OutlineTextField"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a08ecff476eb68e6b164deae82c0230461e409d"},"2a08ecf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"BoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LineSelect")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b1e009a23ef4abc92dea21a01e69184d8fc185f2"},"b1e009a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"LozengeButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ExpansionPanel")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/201d748718ec80f23fd548fccea6d8527cbdd906"},"201d748"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcFabIconButton"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RoundButton")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ef6c000e4fb0aa8e3f44a1cad6c735db8ffdbc59"},"ef6c000"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Textarea")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6672753ff172cda4ee4111c82bd9d2dd98256fc"},"e667275"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Deprecated]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextField")," and move inner TextField outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c19858bfc4e074acb71217c5d0eb50be5095d5b"},"6c19858"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Downshift]"," fix safari tab and enter in composition mode issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/920f10ce18f51acd585c9e48f3ba472cea518524"},"920f10c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[FormLabel]"," cleanup FormLablel (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82892351a840e8e57f4114e76c932bd9586bd9ec"},"8289235"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[foundation]"," cleanup whole foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b97ed9b1d76f969620a712aef15a4fda479e2fe"},"5b97ed9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[lineClamp]"," maxHeight not more have height * 4 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/45e53c8f52f053f980941de91caa1aab1761601b"},"45e53c8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Path]"," TextField related path change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/25ffd5f038243823d2decf9172f85aacff890dec"},"25ffd5f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Script]"," fix json to scss method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/680e426d158b91e721cd4d49b12431f42836012b"},"680e426"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[switchSize]"," move foundation switchSize into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Icon")," component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/744b639f768ab9cc07fb01582511832623d2bfce"},"744b639"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[theme style]"," remove not need style method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d4a964f2fc429b29409f8adaf585529550d3deb"},"1d4a964"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[Type]"," fix rippleStyle type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/564fc99ff48547d428369fbc9cb6529c5fa2aca8"},"564fc99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[useHiddenToFocus]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHiddenTabindex")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/78a9390316c917574fa3dff05cb9de1e6f0a5235"},"78a9390"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-609:")," ","[useSleep]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getSleeping")," to get current sleeping state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4972e4bec1ac7a82642d17879510d70214f5119"},"a4972e4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-615:")," ","[DialPad]"," also set srcObject as null (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3e75f16e53d39894a63ea3943a24e045582e745e"},"3e75f16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-615:")," ","[DialPad]"," remove audio instance after destroy (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13e53631c720e6247e48300369d5e85d37b87899"},"13e5363"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.8.7...1.9.0"},"1.9.0")," (2021-07-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[ThemeProvider]"," deprecated old ThemeProvider, RcIconService, RcThemeHandler")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[ThemeProvider]"," deprecated old ThemeProvider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/115c3acc0c14e157ac48973dccd11aa68773396e"},"115c3ac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[ThemeProvider]"," support subThemeProvider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b2f55a49d26b23b1ebee75c7ff2d43619d8b5cb"},"5b2f55a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-605:")," ","[createTheme]"," fix error createTheme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/091d6feca2af64e7253426698456b870da31ab40"},"091d6fe"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.6...1.8.7"},"1.8.7")," (2021-07-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[ZoomArea]"," remove ZoomArea"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[useA11yKeyDown]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useA11yKeyEvent")," and change api using way"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[Deprecated]"," remove Deprecated ListItemIcon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove Deprecated IconButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," AutoSizer, DeprecteadDownshift, DeprecatedInlineEditable, VirtualizedList, VirtualizedMenus, VirtualizedSelects, useCallbackWithTimeout, useFocusHelper, useHoveredOnceHelper, useHoverHelper, useLazyRender, usePopupHelper, useRenderedOnceHelper, useShallowDependency")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add forwardRef and remove useThemeProps in deprecated components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d381f3a73f182dfa4ddd4a30855ea1cb2888e86d"},"d381f3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add useThemeProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/59da666c94c50abe5d1c310e14a539cfb37d4999"},"59da666"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add useThemeProps story and update custom theme doc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/be950be2ef1663bb392dbb582f5bc09814d917c3"},"be950be"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," add useThemePropsd (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f01dd61f0f3dfbcbcbd2bc730429150776b75b5f"},"f01dd61"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix circular type reference cause by 'typeof' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab2f4877887bfd07f84187e495d401378e1f4059"},"ab2f487"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/594041d0145acf76f9826ef9f4f63503dc31cadb"},"594041d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix prettier problem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1abbd1466830fe50475f85eebb63f0ec8094f415"},"1abbd14"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," fix tablepagination (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d85849431ef022f6e3783463c6e17a1eacbce9ea"},"d858494"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," rm DialPadButton in theme.ts (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c46b11a9ae386217ed5e0318ee2a35a933d1397e"},"c46b11a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," update story snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6f9234135375aa6a2ff8f4f5126cafb1f77eb01"},"c6f9234"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-598:")," [","[build]"," Support tree-shaking when importing by subpath] config (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/049383f199138bce57e74a395ae2227e9a5dbf52"},"049383f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," clone virtuoso into project 1.9.3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c3f6f9399f8d62a09665b6207da7d25353c11d25"},"c3f6f93"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," format and fix eslint with package (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2f828802cfbfb1ba6a8e24883f09543070ff1290"},"2f82880"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PortalWindowContext")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6a98e39aec248ccd57a12f0ff9dad6dc803cca9"},"e6a98e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-600:")," ","[Virtuoso]"," update virtuoso version to 1.9.3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7dd3958922cebb2f02adf05a84139cdc8672162a"},"7dd3958"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-602:")," ","[TablePagination]"," implement whole new TablePagination (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0fd3c9d8848161fe06b23c5797c623ca28cc7efb"},"0fd3c9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Downshift]"," remove deprecated component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d81a37c11bc7ada2dd0297186bfb2c63fc0f156"},"1d81a37"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Downshift]"," remove deprecated component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f0dd2e45619afccdbe8c3280a8bcb76ef1e265b"},"3f0dd2e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Theme]"," fix create theme for dark and light palette (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c8f5abc4d9f99c695a34e22426d029acd49715ea"},"c8f5abc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[dependencies]"," remove dependencies, downshift, react-resize-detector, react-sortable-hoc, smoothscroll-polyfill (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/465fd18400ba5472029a905ab9b548b31632190c"},"465fd18"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/965dd2783316986f249285d52fec6d7c304b1e78"},"965dd27"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-604:")," ","[ZoomArea]"," remove ZoomArea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b635e54475402cc66a228aa6914e018ec29978d2"},"b635e54"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[add useThemeProps to components]"," remove any (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efe6e6ced9f0b92546870b3be94dd78c7f9c3def"},"efe6e6c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-595:")," ","[Type]"," add miss WithTooltip props type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1e8167f522f9dcf6331e53c8fc1ce2be0e8cbe2"},"f1e8167"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[Deprecated]"," remove Deprecated ListItemIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c5052eefd1ddbed1847385524bb244d1fb3b3c8a"},"c5052ee"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[Tooltip]"," fix forceHide logic, also bind blur event with item (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1ed8407344dc7f39d35dc2153b9c7d3181333858"},"1ed8407"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[VisuallyHidden]"," share style between useAnnouncer and VisuallyHidden (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b1f983b56c481f1bc1edebccf14dfd3a15c7f83"},"3b1f983"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove deprecated export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/86b4532c9a312d6a8268bed42c336c42fc7fdc23"},"86b4532"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove Deprecated IconButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f88c8524d7ee0ea81d1edb5cb02247566265f187"},"f88c852"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Deprecated]"," remove VirtualizedList related code (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/358e5b83bc2df43b2ad807939ddb1a6659ea4119"},"358e5b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Hoc]"," migrate withDelay import path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/406bf393f592de4a7c8330b6f088bb5c89bffe3f"},"406bf39"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Hoc]"," move hoc into foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b7e09661b96d5da6c91eceb3c6e82c879ff6103"},"8b7e096"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[Hoc]"," move withToolTip into Tooltip component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/93d6ca0aed210382d293d9ec7f2cb50c18563cc1"},"93d6ca0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[TableHeadCell]"," switch error import from util to lodash method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5f2d860b5bbc64ad6a92728cf84adc77d736a97f"},"5f2d860"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[useA11yKeyDown]"," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useA11yKeyEvent")," and change api using way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/36528bd82dfb3516a3a2725d4bd57c74dff0b24c"},"36528bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[VirtualizedDivider]"," fix VirtualizedDivider style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e65917013d4d0fee6c3c0067ae045334284df3c"},"5e65917"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-603:")," ","[withToolTip]"," migrate withToolTip import path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee62c3e7629c680e748df64440ddb9b7e6eaf4a0"},"ee62c3e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.5...1.8.6"},"1.8.6")," (2021-07-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[MenuList]"," Remove not need min-width and max-width for menu list"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Downshift]"," rename ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"noSkip")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabledItemsHighlightable"),", follow ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"MenuList")," like prop naming."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[SuggestionList]"," rename to RcSuggestionList and move folder location"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Select]"," that old menu props with old vl props will broken"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[VirtualizedMenu]"," mark old ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"VirtualizedMenu"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"VirtualizedMenuList")," deprecated"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Portal]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useportal"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"animejs")," dependencies. should use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcPortal")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Animation]"," old animation be remove, should switch to new Transitions, Animations"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[ZoomArea]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcZoomProps")," rename to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcZoomAreaProps"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," provide groupBy feature (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5d6554c9181218382a7f22b4ed99d33b37ee98dc"},"5d6554c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Animation]"," implement whole animations (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e59265fece1fc7956d7edafc495947a32c4acec"},"4e59265"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Portal]"," provide Mui portal outside, remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useportal")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7ae8866fdc409da20d97fdc038f872a95fc56bfb"},"7ae8866"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," [","[VirtualizedList]","Make virtualized list compatible with chrome 91+] only use overflow-anchor in chrome and do not use both solutions at the same time (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b7e0d9f7dca8336e292ebf8becce229a2eed9bc"},"8b7e0d9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-591:")," ","[Avatar]"," provide shortName and colorToken hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d7dda3d419aa189b09a220be6925d44f2c89eb9"},"4d7dda3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Downshift]"," migrate to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyboardMoveFocus")," to control all focus behaviours. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/411294053c1b68120417dae50cab89984205e595"},"4112940"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHiddenToFocus")," to move focus from hidden element (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3cd4cd7a8ce9f3baf3053956e90743918e5f8fdd"},"3cd4cd7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide cancelable sleep method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/26350ba55fb610aac718e5234222d9d55dfbb0b9"},"26350ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide hook for useKeyboardMoveFocus, useOnlyOneFocusable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31cc258d512e974b26187f331584ed4d4f5bf7bd"},"31cc258"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Hook]"," provide useRetry for retry times when exec callback fail (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4f132b81bd31a05bb077961ba83a433a585efc96"},"4f132b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[RcPortalWindowContext]"," init document ad default value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23e8de4b2ddd6278dd7a4199aae20ad2315c5c2a"},"23e8de4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Select]"," migrate to new VirtualizedMenu with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Virtuoso")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/55f7d7595e94db8e107bc0b9c6fd36ecc6dc3b4d"},"55f7d75"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Utils]"," provide getScrollbarSize from Mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0bc53ce43eb968dcb14549bcefa15e513a7f852d"},"0bc53ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[VirtualizedMenu]"," new VirtualizedMenu with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Virtuoso")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a54ab71b3a6cd00acb141b366bf4e98cad8b6c1e"},"a54ab71"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Virtuoso]"," provide ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useDynamicHeight"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useHighlightScroll")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/116ec8b6def2b68fd6aa8c49ed8ff461d197431f"},"116ec8b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Virtuoso]"," provide utils with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"isOutOfRange")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/06581b8d1201e2a13400f78e58ede2bfa9025d24"},"06581b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Virtuoso]"," re-export virtuoso (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee661a03fb0e344ec184aaff7b21772c126fcb7e"},"ee661a0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-599:")," ","[Hook]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useOverflow")," hook for trigger when overflow state change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3ff87231982f5e5f23f6bc8e3df4b9fb627660c2"},"3ff8723"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-601:")," ","[focusVisible]"," change focusVisible color to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"interactive.f01")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66970dd7c8feb6b810ac1dbd5067bdd72747da68"},"66970dd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Animation]"," remove all old animation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4425358ba1332a5fe870d0c5efd9ac490c5edcfa"},"4425358"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[Hoc]"," re-export Hoc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e6d9871de9f60a0bfd7bba0db1621a7ddfc0169"},"8e6d987"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-584:")," ","[ZoomArea]"," fix ZoomArea type naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1baa7f3ddea71622d634128a6979656d871a1b83"},"1baa7f3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Select]"," boxSelect should have outline in highContast Theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a75772273b7bb3f857e005495a6110ee33f6842"},"2a75772"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," [","[VirtualizedList]","Make virtualized list compatible with chrome 91+] fix check logic code (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/18ad8337b0d8726fc1b7df832e86560d2e15739c"},"18ad833"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-592:")," ","[Responsive]"," change default breakpointMap same with theme breakpoint tokens (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b85dc26a253f07574a25aef0b5c91f44f7859901"},"b85dc26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[Dialer]"," migrate to useKeyboardMoveFocus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ecdd0f8d34dfc89057050514383f615c10b50afb"},"ecdd0f8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[MenuItem]"," fix menu item menuItemId with useId (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a97bdb26fc2afc3b42969a5981f5b452f6789443"},"a97bdb2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[MenuList]"," remove MenuList min-width and max-width for use easy (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5ea4b1902fafcd14a4137e1275b2669ad76ab493"},"5ea4b19"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-594:")," ","[VirtualizedMenus]"," deprecated old VirtualizedMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fc9bb85f4a785f378ce6eb547c42aad280cd33d7"},"fc9bb85"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-599:")," ","[Text]"," fix useRcTooltip with open error, migrate to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useOverflow")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b44aee30312275cc190247225effa4e40bc541e"},"4b44aee"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.4...1.8.5"},"1.8.5")," (2021-06-30)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Remove deprecated palette tokens🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"[Palette, Typography]"),": pick only our palette and typography type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"InlineEditable"),": release component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Dialer"),": support keypadMode with Dialer."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift"),": support noSkip that will no skip disabled item highlight.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-587:")," ","[foundation]"," rename ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getCursorPosition")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getSelectionPosition")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[InlineEditable]"," cleanup component, old InlineEditable mark as deprecated")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[InlineEditable]"," cleanup InlineEditable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b13ad4c92f1685d5936bf9efdde2b5c69c777435"},"b13ad4c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-580:")," ","[SplitButton]"," keep active style when menu open (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6d850690104c031358eca1993462bb77d354dc41"},"6d85069"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-581:")," ","[Foundation]"," provide GlobalScrollBarStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a61633a087c0b103261069d0aabafa403144b88e"},"a61633a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," remove deprecated token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efb872b1fe8ca3e600bdf614379c368b9c7e4ec1"},"efb872b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," remove deprecated token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77a15aade8f74f58815b36a9780db4f59a0f2a56"},"77a15aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," remove mui default typography (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3c462ddd2fccb49207497cc934e8de8583474214"},"3c462dd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," Sync themes and change default theme to rcBlue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e32ff00a3c337b241e4c85e9da13d473cb9fda3"},"5e32ff0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," Sync themes and change default theme to rcBlue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7281f5568ead2d9ac442340a4e065db6e1702d73"},"7281f55"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Theme]"," Sync themes and update scss (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3af58cb0fa83725db81f3c1c1fecc942e15b9c36"},"3af58cb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," fix theme merge (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0d1f9d63062a7923239b48d6018509c05bb0441"},"d0d1f9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," update default theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/270171a5f58a1bdb4531d91d531bf5476d4aec75"},"270171a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-587:")," ","[Dialer]"," support keypadMode with Dialer, new util setSelectionPosition, useFixedEndSelection (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a07cc1eb1ae1f6a27c1fcc533d078834446acb6a"},"a07cc1e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-588:")," ","[Downshift]"," support noSkip that will no skip disabled item highlight (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7a76dc794841333b297242d1557566e6ddfb7e56"},"7a76dc7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Palette, Typography]"," pick only our palette and typography type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/86b0c7e18e8267448ff7307c0f95947bd17deb91"},"86b0c7e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-585:")," ","[Scss]"," update scss (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cc59c9eb7b1e56556cc43c2f2b933e684ca19316"},"cc59c9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," defined spacing (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b019361ac9eb0ebdeeb09b9fcb86c80aa924856e"},"b019361"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-586:")," ","[Theme]"," update sass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44a7c517c1818355e12d572fd526a2ba8644e66a"},"44a7c51"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-587:")," ","[Dialer]"," fix error refactor with delete char (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a5294cbd267c249d553bbf113b7a38d0ad97249"},"5a5294c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," ","[Make virtualized list compatible with chrome 91+]"," fix the scrollTop jump after load more data (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/12a3854a5ad78e73605bf601fd391562cb330eae"},"12a3854"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-590:")," ","[Virtualized List]"," fix some code (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/59e2d31d0942d9e5c45d561b09569fc2f65b5005"},"59e2d31"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.3...1.8.4"},"1.8.4")," (2021-06-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcSizeMeasurer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcSizeDetector"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcMarquee"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcVirtualList Version 2"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcVideoPlayer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcDragArea"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcAtMention"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcAudioPlayer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," remove RcAutoCollapseActions")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[DialTextField]"," support onlyAllowKeypadValue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/887a25305662e07d89098c9c2728470400ba3803"},"887a253"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Downshift]"," support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SuggestionList"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useDownshift")," export, support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"maxContainerHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b322a20dee47a81eb0860914bc68882a0502b3dd"},"b322a20"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"flexWidth")," Provide utils for set width in flex box (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a54778efa1987007ea564772e7d47688125e6ff"},"9a54778"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[IconButton]"," support elevation and activeElevation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e96a6d80e0872a4a898158ed19399aff7221e1eb"},"e96a6d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Select]"," support Select with textVariant (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/952d7d8077a1709a1f33a8c00d2be89671d04a36"},"952d7d8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/10455187af210a6c0cf101c0a19856924c65acc2"},"1045518"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5277229b37d872e1c9eaaeac1fdd4505d192dd91"},"5277229"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2081a576f6470e6e2ee66e81d7464df9d144352"},"e2081a5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1f9beb335a85379fc4809d6de4765fc86301499"},"f1f9beb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7daf0f0b1c81dc88ec5148d8d1f1b7cd25249298"},"7daf0f0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fd55b8b1a6b5d042385a07aef92f45b3a2edb0e"},"8fd55b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c1bd0e56a4e84176a9ffd13c51fd26e7e0934ba8"},"c1bd0e5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7aacdf216783acdd7fea26a3416c0e19aba48e5"},"d7aacdf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," move deprecated to jupiter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/14a598ad10ee868b230976fcf9910355a5a4da85"},"14a598a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-578:")," ","[Deprecated]"," remove all ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"mock")," folder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/02e82a9b900aca1887bb44400aeac7d860679488"},"02e82a9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Export]"," re-export missing components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e327bc7bfdd1f710a047276b4949718f788a5a7f"},"e327bc7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Typography]"," fix typography with inherit variant not have font-family issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/17f2522af8668206a5f86f62bdc0147501b06211"},"17f2522"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.2...1.8.3"},"1.8.3")," (2021-06-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Full Support touch device style🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Dialer"),": full support dialer logic with touch device and accessibility."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Drawer"),": new component Drawer")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Fix"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"TimePicker"),": fix min and max check timing when range change")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Others"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": provide clearWindowSelection method to clear window current selection cursor"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useDepsChange"),": provide a deps listen for sync check is that value have change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useRefState"),": provide a deps listen for sync check is that value have change"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": useKeyDownOnce Provide user trigger onKeyDown only one time when hold press on key."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": useLongPress Provide longPress helper, both click/tab/keydown will trigger event."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"foundation"),": useTouchMouseEvent Provide a utils for switch trigger touch event or mouse event between different device")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-34913:")," ","[Icons]"," update icon list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2b60791c525c38ab686b0d7fb30021d05727a7a3"},"2b60791"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," provide clearWindowSelection method to clear window current selection cursor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9d7cc42b846d773b028509de4455d33f57343df4"},"9d7cc42"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," provide getCursorPosition utils for get current input element cursor position and is that selectRange state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/18528b392e2594048336a5eee12ad4cf277e200d"},"18528b3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-519:")," ","[nonTouchHoverMedia]"," apply hover style to all need only have hover style in desktop components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b53d3533465f51ab97339bbc13af2e8e72672d0f"},"b53d353"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-519:")," ","[nonTouchHoverMedia]"," apply to clean button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/517e79a8b9ca1e215cd5534a141c04b123f18ef6"},"517e79a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Global Theme Props]"," support set props global with Downshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a80ae2939f89befa1b670dec95f2ac9865b6fad"},"3a80ae2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[Timepicker]"," provide getTimestampFromHourAndMin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/898f91b3d52682e04e1cb99f42e17b4acd762394"},"898f91b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[useDepsChange]"," provide a deps listen for sync check is that value have change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba180c92aba5cb6c34e7ed7313c1be4e0f6c93bf"},"ba180c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[useRefState]"," provide a deps listen for sync check is that value have change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0132f3ec3b80151225941609e5dd71d935cd0c63"},"0132f3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-570:")," ","[Drawer]"," new component ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Drawer")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/927b8c853389ea34863bfc433100f8524137bed0"},"927b8c8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-574:")," ","[Dialer]"," add token color for dialer icon second text (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1c7464833b5cc5461eed322bce263679cc6ec718"},"1c74648"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Dialer]"," init whole dialer related components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cbeab72909acfcd764aafd7f5d64c935119370c4"},"cbeab72"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Dialer]"," refactor whole dialer with useLongPress (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0bca54d51848bbaf2867c0a7c83f2bc95a0c4ef"},"d0bca54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[Dialer]"," support touch device (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/45b7331fada5d19e8d64c9a15aa46a06387c1c57"},"45b7331"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[DialerPad]"," support arrow direction (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/37446a952c5504526b8059eb198c93bf42cd8524"},"37446a9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useKeyDownOnce")," Provide user trigger ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"onKeyDown")," only one time when hold press on key. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/605b70947a260aad8a17418fb8cf0fe9ab2b67d4"},"605b709"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useLongPress")," Provide longPress helper, both ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"click"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"tab"),"/",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"keydown")," will trigger event (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b9df3d13ff8c0616fc1c6d59474e02dc3925cc8"},"3b9df3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[foundation]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useTouchMouseEvent")," Provide a utils for switch trigger touch event or mouse event between different device (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b1be6088841a0378bbd6e73d413c8847dd6c1977"},"b1be608"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[IconButton]"," support persistBg class, let user can set color by className (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51f9f0734ba41d2c1ddb3c22b9022683adf44c86"},"51f9f07"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[DialPad]"," comment for props type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/327d53f69eb8fd934c17f7b643f2c2b9038df8e7"},"327d53f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," fix useDebounce and useThrottle type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9b0a576e76e736bedf1d19a7bc343974757148b2"},"9b0a576"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-391:")," ","[foundation]"," remove useEventListener warning, just destroy listener (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fdee13a97df8868a49b680192a43c548aae3d994"},"fdee13a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix array polluted issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c09be16339a16f68139f641a77f515f238b63ed"},"9c09be1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix copy paste when disableCloseOnSelect={true} not open issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1936db495ffdf3d8c397479ece3655b4f49e37e"},"d1936db"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix jest issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d5a7df9c46dba797355225ea671bf0a4c58bf243"},"d5a7df9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix popper position issue when at the bottom and item number small that max (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/53f6c8396d70f88800e25b77a97165e67ada809d"},"53f6c83"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix scroll scrollIssue, when optionItems.length is zero, just return -1 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1037ed3f2a7b38fc4fcced02d4d441180723f02f"},"1037ed3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-554:")," ","[Tooltip]"," fix logic with forceHide (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7a1bf7bf8c5edb0f09bfb0286bfb9dae71ae19b3"},"7a1bf7b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-554:")," ","[Tooltip]"," fix when children button is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"disabled")," that error in Mui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/43ce47b5c99933d6df5b6081a4b8913770a1d3f8"},"43ce47b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-554:")," ","[Tooltip]"," support show tooltip when switch tooltipForceHide (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e543b5a2f0d6e23f5ba7c893d534100603b136a6"},"e543b5a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-560:")," ","[Timepicker]"," fix min and max check timing when range change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c2b0bfa7c3d883ea86310c472c044863b7051e4"},"6c2b0bf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[Snapshot]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fcb8b111c5c7c6181abce6e49464c6dd310d208d"},"fcb8b11"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," check boundary after get original show hour value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9862c300ecd59a85c81f32f29cde3b5b1f05dab"},"a9862c3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix init selectionView init value when no value and has range set error show (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a163e1dc75fd2c9e44f431d9235ee1120b27e0c1"},"a163e1d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix min and max logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a0d7ddce2a839e121cd193f5de0ac9f55b322f70"},"a0d7ddc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix period init value with undefined (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/201851911a4738217fefcdc78ff66ebee76f29bb"},"2018519"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-562:")," ","[TimePicker]"," fix period switch logic when only have min (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39c2df7c925f990c3d28198962a71fde5054df36"},"39c2df7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card Pressed State]"," Apply card pressed state when ripple is disabled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ca90fcc60ac7ebc97009016ac6bf2c8b539ce45d"},"ca90fcc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card Pressed State]"," Removed unused vars (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dfaea59f94477a7efc5b543e365dd0f8bb3b37f5"},"dfaea59"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card Pressed State]"," Updated story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ae39394bc3114854b896e39607c9f8662aab1eca"},"ae39394"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Card]"," fix logic with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useThemeProps")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ef519680106b85c87062f4f41e7b23b8cb49f67"},"8ef5196"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-565:")," ","[Types]"," fix RcComponentsProps type for that can use Mui base props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8b5df58c69c448b2e033697b28b95693da96cbd2"},"8b5df58"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-566:")," ","[PortalWindow]"," add some miss PortalWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/feb4c5bc7f8ecdf2835d4df5fd342c2208330c84"},"feb4c5b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-566:")," ","[SubMenu]"," fix DetchedWindow popper postiton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/839d3fb131c37f12bff564ee347092f3f67cfe47"},"839d3fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-567:")," ","[Tabs]"," should not reorder the fixed item when switch to first item in MoreMenu varaint (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b631d791ca0423eaaad5f17cdd6b02c079962819"},"b631d79"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-570:")," ","[Drawer]"," set default radius as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"lg")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/026226255a2e6493308c49f8371f9c1acc0e00ff"},"0262262"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-572:")," ","[Menu]"," deprecated menu support detachWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44317c113a216919d369d06c6282ad92273fca95"},"44317c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-575:")," ","[Menu]"," popper outside the viewport (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b35b82714d62dbf8c8c4f31863d80eb8d06295d5"},"b35b827"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-576:")," ","[DialerPad]"," fix keydown delete button not re-focus issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/20f80d4dc3fe4a6ed9798bab480dc44832a759b2"},"20f80d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-577:")," ","[IconButton]"," fix style with plain logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2636f2c5da6360c81c6adade52c0abd177e6e917"},"2636f2c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.1...1.8.2"},"1.8.2")," (2021-05-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," migrate VirtualizedList to 3rd react-virtuoso, when you use dynamic item height, you need add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"dynamic")," prop"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-426:")," ","[Avatar Type]"," when set clickable that component type will switch to HTMLButtonElement")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Package:")," ","[Lodash]"," update lodash to 4.17.21 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c3fbe4dc0ceceb86bf839fe2be8766b6e9c4871"},"6c3fbe4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-426:")," ","[Avatar]"," move opacity to wrapper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da66eb14e3d53b51570fc5f96c49f2a6a74e513b"},"da66eb1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-426:")," ","[Avatar]"," support disabled when clickable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d9bfdeb0d9c137a6dc9efb87285352504297c38"},"0d9bfde"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," migrate VirtualizedList to 3rd react-virtuoso (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7c131bc78117bd6e0f96cb6054f6121ddda91e2"},"a7c131b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," support debug with popup menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/01f6a9e0269544a464a4a0874608246be8e5c649"},"01f6a9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[outerSize]"," provide a utils for get element outerSize (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fee4ebff2d597ca1443b8bf264ac0161653a9fae"},"fee4ebf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[useResizeObserver]"," support ignoreFireWhenObserve (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47d4a1b65331853fe8d614e5a96986e9a61391df"},"47d4a1b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[SubMenu]"," support DetachedWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9d09cd4c865ac87fa4d88a613eb376c25b68ad2b"},"9d09cd4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[Token]"," add palette type dark (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/288d85f1b25f3539baee07e5388bba2469fa45ef"},"288d85f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[Token]"," update theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/63965b39b0e84db16882c1ffe16455ea81a2ec41"},"63965b3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-549:")," ","[Token]"," update theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a059cd85b0fe8c92a9b9ed640882872574f96013"},"a059cd8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-555:")," ","[DialPad]"," support addition props on DialPadButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72962d9361d38336c0f65dee54e79a29867bdd4e"},"72962d9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Package:")," ","[Eslint]"," update eslint related change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8802f5f2bd095a5e1a94ed5910e8cd8eb6492b9"},"f8802f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Package:")," ","[Jest]"," fix tsConfig to tsconfig (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2162994b42134777d6f4d02ad9be15e17ccd3a52"},"2162994"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix init with zero items height issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a06fe23b28def2641cb2b7f4a3c1c13ba888c270"},"a06fe23"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," fix scroll logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b8bbf23c3a32cf88a51e29a6b1ec0fb4a489dd99"},"b8bbf23"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[Downshift]"," migrate virtual list to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"react-virtuoso")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23b241d3f620c929661b0126bd3923464a9b18b3"},"23b241d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[useVirtualDynamicHeight]"," refactor whole with Hoc and make that easy to use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2881d24a28a610ecbcecd0e7e84b543c8be918a6"},"2881d24"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[useVirtualDynamicHeight]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useVirtualDynamicHeight")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e745efddc54527dcf26d84842baee60432f42e6a"},"e745efd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-533:")," ","[VirtualizedList]"," relive vl (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf176d4d5821fb22de3b63aafaa3bc79a8c98b25"},"cf176d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Styled-component]"," support outside custom theme with DefaultTheme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f28faa5a3e2c13a6b52195931fe2ffec2aa47570"},"f28faa5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[styled-components]"," migrate inner lot of styled-components to foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1984ac52c34b1c8d6ca76f68903f7c7334bb7218"},"1984ac5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Type]"," fix Hoc type implement way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/920950e08328cfc07a35e633a64c09826df718d4"},"920950e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-551:")," ","[Scss]"," fix variable non correct string type issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1778c0bb33f6565aa17ebf503a2ee18e01d6bacb"},"1778c0b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-553:")," ","[TimePicker]"," error with max (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/509e4ed8b83a89a8f8dd257df72a372a05c8063a"},"509e4ed"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.8.0...1.8.1"},"1.8.1")," (2021-05-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Upgrade React default support version to v17🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift"),": provide action ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"keepHighlightedIndex()")," when options change not want reset highlighted item"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Button"),": support xlarge size"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tag"),": support support custom radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"SubMenu"),": add onClose prop to MenuList and SubMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New hooks"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Ripple"),": support disabled all ripple in Mui theme with all component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useResizeObserver"),": support detachedWindow with externalWindow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useId"),": add useId hook, support auto increase id")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Others"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Token"),": apply all miss new tokens")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[Dialog]"," remove deprecated Dialog"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[palette3]"," remove palette3"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-535:")," remove RcPopperMenu")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-271:")," ","[React]"," upgrade react/react-dom version to 17.0.2 and enzyme-adapter-react-17 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/62ce09b56700211d48e1527a5d0e3e7f6968c456"},"62ce09b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-271:")," ","[React]"," upgrade react/react-dom version to 17.0.2 and enzyme-adapter-react-17 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/333c473c7b01cf54da87368db841346fe2c52fd2"},"333c473"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-511:")," ","[SubMenu]"," add onClose prop to MenuList and SubMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/02a02b24af389235d719164bf2a6920f7fa01d35"},"02a02b2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Menu]"," use useId in menu component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9589d813f99db9ea2ed39013d9194c1a668969fd"},"9589d81"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Package]"," remove not need @react-aria/utils (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/761603a45a9ee0fd7e849703ff378dabb85bd537"},"761603a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[useId]"," add useId hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7e40e7588fba9829a32dc1cf930514d883be4a88"},"7e40e75"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Downshift]"," support click area focus on input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d2349d603d468293830c67f0b51f084b362c98f4"},"d2349d6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-524:")," ","[Downshift]"," set z-index for before and after to prevent line behind tags (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5360594cdfc4e49bb773f84f38979a5f12607b98"},"5360594"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-525:")," ","[RCTable - Make sort arrows consistent with DataGrid]"," Changed sort arrow display to match JUI DataGrid. Temporarily using arrowUp and arrowDown icons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fad59f5ddb45c83e0fb6619edf70745de306c0b"},"9fad59f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[ResizeObserver Polyfill]"," fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29a1ba44cd94817a618199b4ad11b41742a8f288"},"29a1ba4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[ResizeObserver Polyfill]"," fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/96b830dfb584ae81485a9923dd0dc3117914f0ea"},"96b830d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[Tabs]"," add ResizeObserver polyfill (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d757bec3828df1f69325b2fdc00747986b07303e"},"d757bec"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[Tabs]"," add window for ResizeObserver polyfill (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/014d7840ba3b4e12cfd934d275e814c27c18b7aa"},"014d784"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[useResizeObserver]"," fix type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e7b0f70ed58d2808abc89c90212da758ac51560"},"8e7b0f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-526:")," ","[useResizeObserver]"," support detachedWindow with externalWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d184ac704ab3045107784ed2b9d34bdf764ecd47"},"d184ac7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-529:")," ","[Downshift]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"keepHighlightedIndex")," when options change reset highlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/764788ca24e52db5e38fb7d1ff98be32a998ee94"},"764788c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-529:")," ","[Downshift]"," trim value for avoid paste with newline end (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23ca9974c3743a493c3127a8dba03560df2d7221"},"23ca997"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-534:")," ","[Menu]"," support in DecatedWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da594261312b5cc6d15ed665c81687772231d048"},"da59426"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-535:")," ","[PopperMenu]"," fix type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46c674fdfe2735b06f3d96e958cfb13d0dd6d084"},"46c674f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-535:")," ","[PopperMenu]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e144d4336073d8535b97bfff8c4966ecaa0e56a"},"2e144d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Ripple]"," fix component disableRipple prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a519c26814a0198cadfc086d651b59f6bf0d3158"},"a519c26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tab]"," remove not need observed prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/36d24c677cfd8ae330bb0ef4e95cd3ce8a3a51c2"},"36d24c6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tab]"," remove rename prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/69a2c7986a34909662e2727a062091ca4ef60a5f"},"69a2c79"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tabs]"," support Custom MoreButton when variant is moreMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0c7da8c112ee90012ef8e82eb66985ca31000b8f"},"0c7da8c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tabs]"," support Custom MoreButton when variant is moreMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a91f88482a2fbf83f54bd71e0ed6771640ab8a5"},"5a91f88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Tabs]"," update story example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a15f33e0779882df04ab715080d7913270eb05ed"},"a15f33e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[SnackbarAction]"," support color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/111a8319decd40c02f9bceb83c74cf5d051e650e"},"111a831"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-540:")," ","[Animation]"," remove tinycolor2 replace with mui fade (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fe4fce1ebe1b746983848b862cb7b6f776cfeaf0"},"fe4fce1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-540:")," ","[IconButton]"," support radius for IconButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a96683c345c82e6f298b458e6c8bdc6cf41a9e8"},"5a96683"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-540:")," ","[Tag]"," support radius for Tag (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21ad16bd54df0f7662ed575775aa3e5ba5d4e8bd"},"21ad16b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-541:")," ","[Button]"," support xlarge size with Button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/14372f150dff1e8276d710f5fedc27d881e945e2"},"14372f1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-547:")," ","[ResizeObserver]"," remove fork resize-observer-polyfill, provide getResizeObserver for check is that have ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ResizeObserver")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/915327e9bf8caafd84ae59452be5f6ebb64cb3ce"},"915327e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-:")," ","[Icon]"," update icons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7243ba273d28dca9ab59d21ee034bfcb87dd9e2"},"c7243ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[dependencies]"," move not need dependency shelljs to devDependencies (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8d120460c1ee65693bd74e452a8ce021d23ebbba"},"8d12046"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[Dependencies]"," remove re-resizable dep (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5356db23b05cef44d7ffb2b42b711c7ae1aae4e"},"e5356db"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[Deprecated]"," remove deprecated Dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf9ebd7c2ab4f42a984895b87abf1395477514e4"},"cf9ebd7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-164:")," ","[foundation]"," fix some foundation type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3772899481fddff81ea3cb4dd8d05fe638e6e54b"},"3772899"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," fix highlightedIndex be reset to first when disableCloseOnSelect is true (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0347970eef692d1f335042903834951131792520"},"0347970"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Tab]"," remove children cache (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c83ea272eaeef22749d59d1beba581be22fa0ab"},"9c83ea2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[Tabs]"," fix component tabs size computed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89ac5498a38d8121ec9ced4fd56f14120b0b084e"},"89ac549"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-518:")," ","[useId]"," add test and fix logic, fix useResultRef type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cd89a085056cc638cbf5c8b41a56e340cf285574"},"cd89a08"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-520:")," ","[style]"," remove const styles (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8408fc0fc96e3d0b2d6e410ad11a0399f45a46e9"},"8408fc0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-520:")," ","[style]"," remove const styles (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/afa15d1f1b5869ff790e6721cd70aeee59d0f950"},"afa15d1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Cards]"," Changed default styling to preserve original styling (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d18515ef3f08c02d05e79693c3af657eddc1e3e8"},"d18515e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Cards]"," fix storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/028214a5afe6c7f9ce51ecf734800091123023df"},"028214a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-523:")," ","[Cards]"," remove all not need defaultProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a8abe79db3a4edf51e1b7422eda9168cc79c73b5"},"a8abe79"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-524:")," ","[Downshift]"," support scroll in downshift tags area (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd43b7837aad5d7284ea7cff8a20dd19d4fa706a"},"fd43b78"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-528:")," ","[Picker]"," support type required for picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4bfe3aec6281773076b23194c426dfafb503be6a"},"4bfe3ae"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-532:")," ","[Link]"," fix default color to 'informative.f02' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f68e0e92d83cada38dde8e58cadf5c786da4d50d"},"f68e0e9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-536:")," ","[Badge]"," fix none invisible style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/058e31edc440f07f823ecfa675ed605ab00d9892"},"058e31e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-537:")," ","[Downshift]"," apply keepHighlightedIndex logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a862578433be299f5aae9ae27ceafa9aab92a69"},"9a86257"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-537:")," ","[Downshift]"," remove not need logic because migrate to new downshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c1cd2726d0d2340de03320d2790040c04ae7ab49"},"c1cd272"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[Color token]"," migrate all miss token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fd97f28ce83a534b3990d9f17bd121c13ad8105"},"9fd97f2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[ColorProp]"," migrate all RcColorSet to RcPaletteProp for full support correct type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b61c2639f39454a2eb3371f6737eff0716ceb26e"},"b61c263"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[Tag]"," fix tag color to new structure and fix color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ea6b8d380c9e1f7b196b0953d98c18b71b09b444"},"ea6b8d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-538:")," ","[Typography]"," fix data-color show logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b8ac6540ab42d90b5ca1d378dcbae2c11d2efdb8"},"b8ac654"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-544:")," ","[Build]"," fix build polyfills folder Lost (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/71389d1428442c50e3b192b716d2aa8ab8d076d1"},"71389d1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-544:")," ","[Build]"," fix build polyfills folder Lost (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d16d159796328a64afc00d0309f2ae7bde1d5dd"},"4d16d15"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Styled-component]"," fix type for prepare update styled-component version (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/545452543ef020a114fd8ff8491ed980c84579dd"},"5454525"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-545:")," ","[Type]"," fix NodeJs Type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/051467a297f779125beaa0bd00021a431571bf0f"},"051467a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-546:")," ","[TimePicker]"," Value is wrong when set min props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0864015270b7d71d1c632ef41a420ca6a98daef2"},"0864015"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.7.0...1.8.0"},"1.8.0")," (2021-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉Responsive API announce🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We announce new responsive API for you to easy to switch size between different size of device, view ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/?path=/story/responsive--responsive-button"},"Responsive")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New Components"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Card")," are surfaces that display content and actions on a single topic."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Downshift"),": new downshift full support a11y"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Tab"),": new Tab components for easy to use")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New hooks"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useResultRef"),"]",": provide a method for enhance useRef, provide useRef can get follow function value once, prevent useRef(getValue()), that"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useResizeObserver"),"]",": support throttle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"useChange"),"]",": improve useChange with emit prev and next value")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Others"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"isRef"),"]",": provide isRef to check object is useRef"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"nonTouchHoverMedia"),"]",": new style tag for only apply hover in desktop"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"DeprecatedMessage"),"]",": that deprecated message no longer show in production mode and when set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"WARNING_IGNORE")," as ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"true"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[usePrevious]"," init not have null value anymore, default is undefined")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," implement whole downshift behaviour (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3274b99cbddc57a63b4fbfc8ec454c34cc16ef14"},"3274b99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[isRef]"," provide isRef to check object is useRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04682a59332f3343a1bd75198c9d4063ed049a04"},"04682a5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[RcVirtualizedList]"," part implement vl v2, not complete yet, but is ok to use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c219192dbf164e86f941b05633464c9d4bfcfa46"},"c219192"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useForceUpdate]"," implement useForceUpdate (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e172d9b6471217c4cf46dcd1be287deb9f0d8298"},"e172d9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useOnReRender]"," provide method for only trigger when rerender (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e7820193380d0f57f5d1acce3b7a8ffa561e301a"},"e782019"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useResultRef]"," provide a method for enhance useRef, provide useRef can get follow function value once, prevent ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"useRef(getValue())"),", that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"getValue")," calculate every re-render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b12af260841b40fccab783b7c8f72ea3e190f476"},"b12af26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[VirtualizedList]"," provide getIsScrolling state ref (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fea92013b6ae5c92c1953b23977815021c9cfc9d"},"fea9201"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," support SuggestionListProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a6427adc36bf88e458f6084d5e86aa9f7c6bb233"},"a6427ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-486:")," ","[Tabs]"," component cleanup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f0664613f77ccda8589319025715cff69c72dbc3"},"f066461"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-487:")," ","[Infinite List]"," extend infinite list with customized scrollbar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/74870e74bc426f9caf0981c0c5fc238f2e615b22"},"74870e7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-487:")," ","[Vertualized list]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b68e5dff195c81e2da8e91c5f51bb8432d87840e"},"b68e5df"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[TabContext]"," add displayName (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5d05d097178abede4f5911fce91afe99a1cb917e"},"5d05d09"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[TabList][tabpanel]"," cleanup component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f4495f684d596d715a1bc2e9eeb8245cc0172e91"},"f4495f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[Tabs]"," fix performance (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e5d85771a44daa61661066eb3c3774265300230"},"5e5d857"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[Tabs]"," remove console (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66847e45ec9f40163d815b63558b2ecf59fa47d2"},"66847e4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-488:")," ","[useThrottle]"," fix provide useThrottle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8c11edef70e0049bf1323019cab2ad9c5365aca3"},"8c11ede"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-489:")," ","[SplitButton]"," set menuProps keepMounted false (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4521e31ee6cc7b380fb8345a7d8dbe496f5cf10"},"e4521e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-492:")," ","[Card Components]"," new Card component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a7da7e67c3a095d77dc08260898b32fe8684013"},"5a7da7e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-492:")," ","[Virtualized list]"," customized vertical scroller (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9ab402562dedacb8b4e4851ce718511bb6fbde49"},"9ab4025"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-498:")," ","[SplitButton]"," fix ripple in safari issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9bac1f5127cec8fa98abbf7adb6593f81c38bb87"},"9bac1f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," add common responsive hoc, hook, context (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2844ecddf0ac9dc1612ef42f710914d133bb8605"},"2844ecd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," add some demo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e0b469f48b9af3d39e287d3dfd6ca3ce3921b4b"},"4e0b469"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," get width by clientWidth (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dd5095d5ba8dbb2fd270b16dcccef9a15f3c0a2b"},"dd5095d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[Responsive]"," withResponsive (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/366b051bd64820714cdf69b6652fce56681ffbc6"},"366b051"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[useResizeObserver]"," add throttle option (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d021fbef9961d0533ea7e62f9dabed1a08550e80"},"d021fbe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-500:")," ","[Icon]"," supports to be auto-updated when theme changes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a7fbd2d34979ca97dff30bc94286576a32fa6d0"},"3a7fbd2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-501:")," ","[AtMention]"," fix color token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e8ee734129778d9a7f135e2ff1ce70e5a2d76b22"},"e8ee734"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-501:")," ","[Switch]"," fix track color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d86c8c1957fe461f0dac67b2b1058b225315cb77"},"d86c8c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-503:")," ","[Hover]"," add common media string to fix hover issue in touch devices (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1d7574e7588c169b03a2ddf955e999418171445"},"f1d7574"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-506:")," ","[Tabs]"," use new token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2293524783bc78cff9c48dd2cfd7df78b299fdad"},"2293524"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-507:")," ","[Downshift]"," getOptionDisabled support (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c811ac6fff48cfc15227859a83742a22ecac6aa9"},"c811ac6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-507:")," ","[Downshift]"," memo defaultHighlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/729c0fdf6d84f53cca547eec5f8310d16a0f3cea"},"729c0fd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-507:")," ","[Downshift]"," support check defaultHighlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b38168ac0924706ea9945b8b8b65d34ad8b93a2f"},"b38168a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," optimate getFiltered result only when menu isOpen (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ac8990f9c09f0514494997e443d9c19466413c9"},"4ac8990"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," remove downshiftjs and support generic type with options (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aa675c7a3cebef2bb9e1b91bc7557d8049d6c16d"},"aa675c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-513:")," ","[SplitButton]"," change combine onClick together to cover (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cc120e7bda80d8a16f0fdaf750373a2b8b7e25e8"},"cc120e7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," add id for clearButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b16dbb4537b9ac9967b34ed952d373b850b4277a"},"b16dbb4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-515:")," ","[Update theme token]"," add new theme token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aaae2984611c2195d7374fbf6ac75f20817952e6"},"aaae298"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[combineProps]"," change combineProps not be undefined, always have value after combine (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f004196c216ce58ff01689287b8848f50814be4"},"6f00419"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," fix \\n issue with RegExp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/92feda7dbfb97e062abf07d34f62c3ab79ab3b11"},"92feda7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," fix error logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/115619d993ab6ef77561cd3d589cdeb234fbfe5f"},"115619d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[Downshift]"," fix shift tab auto select issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b9d0587b1af17249d578929c31074229f548767f"},"b9d0587"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[RcVirtualizedList]"," a little vl change, wait whole refactor to switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e830077cc28fdc2f51308919868ef62556af251b"},"e830077"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useChange]"," improve useChange with emit prev and next value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/58d7d569c40ee4a58340a6a71578205756f2a3ec"},"58d7d56"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[useEventListener]"," change useEventListener implementation, make that more useful (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/94573af22fcdc2824209e0bac13377ea0ebed491"},"94573af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-475:")," ","[usePrevious]"," support use previous can have default value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8357bfb4b2fb3a92dddbb697532128e513b24d3b"},"8357bfb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-487:")," ","[Virtualized list]"," remove divRef error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4126d881e25380ac9217abb6e5b241c91cf9c85f"},"4126d88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-490:")," ","[SubMenu]"," fix disabled props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cb92a55d186bfca5d0feb1ae25e292e39aa5364a"},"cb92a55"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-490:")," ","[SubMenu]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/247033e32dd041d6119803197612edf306636b67"},"247033e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-498:")," ","[VirtualizedList]"," fix vl logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eac547be03c34639a5637c7f47af96a5f2a9eb31"},"eac547b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-499:")," ","[UT]"," fix UT of 'getMatchedBreakPoint' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/53f789360300bf18aa438b71fbb5d003e0d148d4"},"53f7893"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-502:")," ","[ListItem]"," button mode should not have TouchRippleProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a11fbd4f9a67e95e275941394cbafc2e86182b1"},"6a11fbd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-504:")," ","[Switch]"," fix trackColor pass to dom node (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5cf2aa3840999b6b5cb94550ae6aab1cf3ad419b"},"5cf2aa3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," fix token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1036c4b865b2dcb07a9169dc6c7cd91c3f676f27"},"1036c4b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," fix token issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c3300241599f75d9f0a614d2c7c00a3be0421fac"},"c330024"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/715d44f46882e54d6bc17d4c08b6b4f819db071d"},"715d44f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/202e81a05258338aea8642b444e04814ded028c6"},"202e81a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/781688cf990175cc1c5ce90c48553343ee0ba8c7"},"781688c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-505:")," ","[ThemeToken]"," update theme from rcTheme to rcJupiterBlue theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d08da914d9de1a65d889df25b1ec0cc4dde843a7"},"d08da91"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-509:")," ","[SubMenu]"," The SubMenu of the first level is in the MenuList and cannot be closed by Esc or Tab (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a40b431c52ac06d84b993ec12c6adefcb77ceb8a"},"a40b431"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," add TabIndicatorProps for RcTabs component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7bb36865480592d2275d6dcd4f2ae3b34c125c6c"},"7bb3686"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," optimize (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c441a161e2f081d193042d74b29ae88e1a0dce2"},"7c441a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," update palette to palette2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a0217cf3bc4fdb82198804867f330c5f1449f854"},"a0217cf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," use combinProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/940789533fc5473fc031007cff70d2a1a0eec37d"},"9407895"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-510:")," ","[ThemeToken]"," use combinProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2276a670759651e9063db3b574718bbe7b45045c"},"2276a67"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc2733aa63deb01e29e46329d44b0ad2e506ccd1"},"bc2733a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix a11y issue listbox back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/67ba3c7c5d7b1ba92ff58f8070636fb4691c97be"},"67ba3c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix data-item-last error logic, onPaste only need check when freeSolo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b5fe93313c6128d701d12db788cbcaa1995c96d2"},"b5fe933"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," fix freeSolo when Enter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/df75fc42e4173cd1b453f2610c0ba6a87196bcd9"},"df75fc4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," remove textarea use onPaste to prevent a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a656746ada6fe79256d771e57da1a4f4c6bcb769"},"a656746"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-512:")," ","[Downshift]"," setHighlightedIndex outside alway render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99e06b43e5c900f74cfbe2b6929455fe554c2940"},"99e06b4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-514:")," ","[Downshift]"," fix onMouseDown event stop target and provide id for popper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d602aa92e94da9653ca7208d3c5be5a438e1b9ae"},"d602aa9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-516:")," ","[DeprecatedMessage]"," change all related deprecated components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab94d805affa0d341570dbbe060f1c1a12af2e90"},"ab94d80"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-516:")," ","[DeprecatedMessage]"," only when open isShowJunoWarning will register useEffect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7a2b368a1679b462bcc48e7ea1c364c211f7adc"},"d7a2b36"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix bug when not open set to defaultHighlightedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b430ce312f2ec7a957bdebb13dd91cd273ba91e3"},"b430ce3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix bug when paste non become tags, text change twice issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1b9ad4c312c97cce7d97c8aabaf034d1eabc698"},"f1b9ad4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix bug when with paste value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2190d2c4095464caff1b159fa976f0621b74de5e"},"2190d2c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-517:")," ","[Downshift]"," fix highlightedIndex is -1 issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/726d8f94e3ec9e8b9330e146ebab5d9094d45c96"},"726d8f9"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.6.0...1.7.0"},"1.7.0")," (2021-04-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"🎉🎉🎉🎉New tokens use in all components🎉🎉🎉🎉🎉"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[Tooltip]",": support ignorePointer"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[CombineProps]",": fix combineProps logic, more detail please view that comment above ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"combineProps")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"[CombineClasses]",": if you only want to combine classes, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"combineClasses"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-445:")," ","[Update new tokens]"," apply new token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dc0c8eb14080a4d71d3e138f051d4e091ffa857b"},"dc0c8eb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-456:")," ","[Pagination]"," cleanup Pagination (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1962fc3156fb9c6afb91a66c457514819865a49a"},"1962fc3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-479:")," ","[Presence]"," change attended and unattended icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efeb2aac3b2aa71700aba63614700bd54bbbbf85"},"efeb2aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-479:")," ","[Presence]"," new type avariable and unAvariable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ad21f5e5662cd0ec5791a5219807e41c984d909"},"8ad21f5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-480:")," ","[combineProps]"," change logic about group function (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d9f3d0298da19e134b94f33c6635e38025376d7"},"0d9f3d0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-480:")," ","[combineProps]"," change logic about undefined prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb587c35b8228e8b124c11db25669ae9bb9ebe09"},"eb587c3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-:")," ","[Dialog]"," add miss useRcPortalWindowContext with new dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff78353b38b5397fd758d00881e905cf28ddf949"},"ff78353"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-445:")," ","[RcTextPaletteKeys]"," temp support all color token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/65a302420cfa24cd834d3ff0db65e16bd27ec990"},"65a3024"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-456:")," ","[Foundation]"," change overridableStyled method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d33f332f4384c4603fefb152309396372743cbe6"},"d33f332"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-462:")," ","[CombineProps]"," change classes from combineProps to combineClasses (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/09f769af8d26dd9ead4411885ec1e84a294d5a40"},"09f769a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-462:")," ","[CombineProps]"," complete combineProps, support full type of object (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6beea3d1cea6499afcfeba52a20f08cd8276daa3"},"6beea3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-462:")," ","[CombineProps]"," fix combineProps logic with null and undefined check (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e25773ca84bba38bfb50e1921f5f3e5b773f6e7d"},"e25773c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-467:")," ","[Select]"," more example and remove not need svg style assign (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b6a1deb39586f2cba0eab5c1d36d5ed70d575250"},"b6a1deb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[Button, SplitButton]"," support color for custom all palette color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4214d5716a2f18082ce659f63e917a28d9d9516c"},"4214d57"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," fix className remove issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d9ac801508b880b714a644a359a30ab6c94b06f1"},"d9ac801"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," fix plainIcon style again (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7f6392d6552a8eea5ccf01ee39c3412401c11323"},"7f6392d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," fix SplitButton style issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5d4721cbd4984e1b3e09259a51338c7d62bff269"},"5d4721c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," remove focusWithin color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cfa4f3e6f31d28632585cdab2cd03ecfd931c1d4"},"cfa4f3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," remove not need custom style for plain (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/69cf5b3fc6d729132cfdb1f4c63a78ae48ae3243"},"69cf5b3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," remove roundSpacingSize, just use size and confirm is that variant come from Button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/70bc9952b8c0fa418f2243b78467679a4e7e77ce"},"70bc995"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[SplitButton]"," use className to replace :last-child selector (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/468a0033af34b55f2aab8c7befe5281dc0cbad2d"},"468a003"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-469:")," ","[Tooltip]"," support ignorePointer just wrap a span, let user decide when to use by themself (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fbd94aab06682f51def368889377dfb41b2fb891"},"fbd94aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-472:")," ","[Downshift]"," fix loop onClick issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4eb033441e1ac224067bbf4788e6448f8b72786"},"d4eb033"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-473:")," ","[ListItem]"," list item truncated error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af1b1f307a2acfeee495756a626c3d5db294adf6"},"af1b1f3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-482:")," ","[Button]"," fix Icon can't custom size issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b7ec7748a8d6a773cba46b34cd8615acaa429412"},"b7ec774"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-484:")," ","[Tooltip]",": style error classes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2ce2b0b3cd98b7ffb6fc5c1f52bdb8ada626ffa8"},"2ce2b0b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-484:")," ","[Tooltip]",": style error with popper custom issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5390f95130fd85e1d8adef1a90a6e4945b10464e"},"5390f95"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.5.1...1.6.0"},"1.6.0")," (2021-04-01)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"New Feature:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Box")," component support mui style system and our token use, more detail please view ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Box")," doc."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Downshift")," new Downshift, follow Mui Autocomplete API and follow Angular behavior."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Tooltip")," support custom portal target window with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ignorePointer"),",")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"}," If `true`, always have tooltip whether the children `pointer-event: none`,\n that will create a `hidden-mask` element `Portal` cover on whole element to support tooltip.\n\n that don't auto change hide focus element size when resize,\n if you need resize on your children element need set that `resize`\n\n ## This value couldn't change after first init\n\n - `true`: create a `hidden-mask` element `Portal` cover on whole element to support tooltip.\n - `resize`: bind resize with element, auto change `hidden-mask` element size.\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," the default ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcBadge")," change to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"components/Badge")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Dialog]"," deprecated old Dialog"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Modal]"," deprecated Modal, please switch to PopupBox"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Dialer]"," Cleanup component add focusTarget; pad button background can persist when manual trigger by action (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9e922d77c757c727010517ce03a0538163eb0e95"},"9e922d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," new Downshift, follow Mui Autocomplete API and follow Angular behavior (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f39db78d9883a357f2e09115ba54ea5f5983ca14"},"f39db78"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[ToggleButton, ToggleButtonGroup]"," new component ToggleButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7a8c678a5914fea211f98206dd50fab6787bf7a7"},"7a8c678"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-408:")," ","[SubMenu]"," support child item to receive mouseEnter event (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/501ce5e3cbdea17400c11b9b6634d30a1262fb75"},"501ce5e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-411:")," ","[Chip]"," cleanup whole Chip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b79184f05fadd465b3ff08c45f7e04f55a40430e"},"b79184f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] add focusTarget; pad button background can persist when manual trigger by action (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9e922d77c757c727010517ce03a0538163eb0e95"},"9e922d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] change function showDeprecatedInDev name to logInDev (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c74fd6cd68f09eea73be3de670368c0a75eef451"},"c74fd6c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] clean up dialer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46af03205ff3d3ccd669b3429ccb10f1525b9859"},"46af032"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] make Dialer can auto fill parent (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89a5df6fe0de32ab2b0e163806f6331ef20e57a8"},"89a5df6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] prevent error when keyboard prop change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2cbfcd061c81e4a1b5b33f74d0b8acf2f6e1eaaa"},"2cbfcd0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] remove focusTarget (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4cd06843a49e8b51c879f190a50cc1d92f9e461a"},"4cd0684"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] remove keyboard event, update storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bf41564298e19f8837c2a14bb280e7366c9bb6fc"},"bf41564"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useDebounce]"," new method use debounce (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7db55b070078ad9d50457318faa045ba49ea3d1"},"c7db55b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useEventListener]"," custom event target (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6ee0c28133dbb06c4735a8747921ec96046d2de"},"e6ee0c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useEventListener]"," new method useEventListener (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5869c3e082a96cd5fcd96c31574f3a27bf523902"},"5869c3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix a11y issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/49dc5837d448d9f7af4e347e33c0607b09c71a2e"},"49dc583"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support first tag tagFocusable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/671ca5f460f11226d4be00726ac17983362c2ff6"},"671ca5f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support full tagFocusable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/62d423010ea4c00af0a444a9764053db8e4d86de"},"62d4230"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support multiple false with can't typing anything (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1fa64aa8eefe1290e2065b615d5ab7b7294f57c"},"d1fa64a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change filterOptions to not have default filter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cd68533c8c9a9ed8f4e385f3fe3241b2adf5b9f5"},"cd68533"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," implement new Downshift with full support deprecated props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da45ad6c91c7e8259ed2c2b3384f92d1b133f57e"},"da45ad6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," prevent escape propagation when menu is open (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af5d86a0dcb3f72b5960e12d4a10ee06b640c78c"},"af5d86a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support autoClose menu when options is zero (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f39db78d9883a357f2e09115ba54ea5f5983ca14"},"f39db78"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support outside change downshift inputValue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc27b3ee36f6fa90ab85985ea62ba0f3be80f25a"},"bc27b3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," support element type assign for isRcElement (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c9ecbbcf984573ec21cbe297f232fbe32bfed889"},"c9ecbbc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Loading]"," new component Loading to replace withLoading hoc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1bf091a0b331c4a140707a174c4835929dd7ea30"},"1bf091a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Package]"," update downshift version to 6.1.0 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04050a3eb6028a5670e46fc9e2096ab8f84229c6"},"04050a3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[PopupBox]"," new PopupBox component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f99378734f9dcb8d1ea274fd0063a7c054d27d3f"},"f993787"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDragDropContext (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/97d6506ad2d44880fc8b913eb79c37dd87a8a003"},"97d6506"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDraggable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2d72c7cab12db34a76dca94d79021c3d430ef009"},"2d72c7c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDragHandle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8856b2ac463d1df34d6bac257142fcc0dad7d1e7"},"8856b2a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," cleanup RcDroppable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/171044b0bafcf6d0509f84072c3edc9731c087c7"},"171044b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," fix RcDragHandle style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b70ecb0433615b1e2230830022345d42712b4da5"},"b70ecb0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," remove utils (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7476d7d621f0b4e9a2e69efe75ee4dc424aed2fa"},"7476d7d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-446:")," ","[DnD]"," update story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1644ba53f8388f2185038bf3757ff5b68c23e322"},"1644ba5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-450:")," ","[Foundation]"," fix swapArrayLocs for testcafe (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/93f4745133ea6ae8223cc06f00505680a6ec7411"},"93f4745"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-452:")," ","[Box]"," release base component Box (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/424af472f5a6ecd4a41f954eb38da2bc6596e4ad"},"424af47"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," support full Badge component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9f88ebdcac345d4259223e062f7d594e49ce85ed"},"9f88ebd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," support custom portal target window with ignorePointer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7b297db7fadd24ac5d1dbfe2fea73972adfc638"},"d7b297d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," support hiddenMask action and Props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5612083f7f765977aa8bbeeaf2048db2294d2bbf"},"5612083"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," support tooltip ignore children pointer-event none (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6176d40ca2ed7a526e7fce7dd49ceec7c64f94e5"},"6176d40"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-166:")," [","[DialPad]"," dail pad 0 not support long touch to input + on surface] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7630ba88400765d80b3b32d173f396d084be4379"},"7630ba8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Deprecatede]"," mark FabButton, FabIconButton, LozengeButton, VirtualizedSelects deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4301bd92b8c6bcc30241c44628aeee54848e6552"},"4301bd9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[IconButton]"," share plainIconButtonFocusStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3cb072d2e40041d854cc10ad98863e86c704f837"},"3cb072d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[ToggleButton]"," fix radius in standard and box focusVisible (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ec782a7bb9d34fa85cbcb4553a38ad07619be81"},"0ec782a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] fix DialPadProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32356042c66a180f1ca4d9428c4032f580ee32b9"},"3235604"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] fix MenuItem import (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2db334e5d7f6cf1d5796f2615b44f2b5f00d990d"},"2db334e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," [","[Dialer]"," Cleanup component] fix some layer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8bcea1457e63308e198ed0ebe26032761afea345"},"8bcea14"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Dialer]"," fix some code structure and naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9d99dae01a8bb5d05703f6b5f1a7c6888b168fdf"},"9d99dae"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[showDeprecatedInDev]"," change to logInDev (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/df2de0c893727d5d384bc877e54855695da68b75"},"df2de0c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[useDebounce]"," fix useDebounce logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3236a3cf70c47ed1cfff65ced63da97c0beb4d11"},"3236a3c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Accordion]"," export miss Accordion (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9f4f03ad4f07a1574b4d867737df3f3723f7b08a"},"9f4f03a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Chip]"," fix chip border issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d69ecc557b1cda07c532eebd828a1dd6b1d77b2f"},"d69ecc5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Chip]"," remove multiple class :not selector, that not support in Chrom87 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05beb2b73e04bc0d50fd1dff746749214984edf5"},"05beb2b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Dialer]"," change layout from grid to flex to support IE (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fae0e46065a9b0b2cbe31bef3139a1396cc470e2"},"fae0e46"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix not multiple with FunctionSetSelectedItems not check issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/507c2394ac0103863518f54796d8d06f38212476"},"507c239"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," implement create multiple free tags once (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8094ca0e4307e2028e1a1002251d8e30cdd9cfe7"},"8094ca0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," add data-suggestion-item-id back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77ea3e0b66c0c998a8f682aea950321929429cb9"},"77ea3e0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," add miss deprecated tag props back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1367f903114c6de26198d565f8a7f1db039ecdd8"},"1367f90"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change backspace in tagFocusable mode, that will focus into last tag (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2445f0840e7c3e18ace4886691c6b7c825d79334"},"2445f08"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change downshift freeSolo select item logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b97fb8e261b3dc5fc6b0ea5d142ada2d466891e7"},"b97fb8e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," change error name with blurOnSelect to autoSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b75c410d66ff379f86a873d0400b13725d92eb8b"},"b75c410"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix backspace when have value in input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c334cbd16d10993625558743a4fa743b2d6f8514"},"c334cbd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix error icon color, and disabled hover clearBtn issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aec1efd6242c5141f6b9633b3dd2ac521bd92eaa"},"aec1efd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix highItem non speak issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/52dc00bde35e3e75e0bb3802de844826e87a498b"},"52dc00b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix is disabled logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b8986953765d8bef7f24a35bed939b76ab389a94"},"b898695"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix item change outside not update issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/569860f823a9360a10e0e45d61e1dcf006b9e5cd"},"569860f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix on tag tab not reset ActiveIndex issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/19b9fefab00b8bb9e8fb7c222c71bf3b5ff2e064"},"19b9fef"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," fix toggleButton false no clearButton issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04e130ac2bba610fd0ef73618490038666862992"},"04e130a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," mark deprecated props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/66e2d4dea65897546323a2d1591a51f80b6ddb49"},"66e2d4d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," mark downshift deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/91275d7ba9ef346c1cc76de273b90babd00e84e1"},"91275d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," move logic into useDownshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ae75f6746d8ab09bae7f89a9d7d398d04ee20a0c"},"ae75f67"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"autoClose")," not autoClose, just only stopPropagation when have filter result (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3ef59f03adc0a2bcf54c3ab0f80b3060e85a3507"},"3ef59f0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," remove role in input and tag, that need fix when we can make that speak correctly. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ed2a7d79f9fec7eb4284d0fdddb6a8a23ee42a1f"},"ed2a7d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Downshift]"," support all chip error when downshift error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f2e18a2e57fcabde86d7ad76adb9ba83acb23cb1"},"f2e18a2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," full EventListener params (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46c4466a8c247db531a3a947b7feceb8a1466ee7"},"46c4466"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," provide hook useChange that will reset value when listener change (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fe75e14bec90c7cab61c7f400af88980a5e7a419"},"fe75e14"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[Foundation]"," remove not need ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"isEmail")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/50a072b056451d89709fc16ff53042d0fc82ca6e"},"50a072b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[VirtualizedMenu]"," change style way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/71be8d37659078db41776d0d7c4f559827577426"},"71be8d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-424:")," ","[withTooltip]"," rename WithTooltipProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8dcb70f92e5e2c73c706390e50c737aa46d4ec89"},"8dcb70f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-449:")," ","[VirtualizedMenu]"," fix a11y issue with items not wrap with listbox (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/953ffbed56514ac7fd2838d0bbc5af5a9a5c93db"},"953ffbe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-452:")," ","[IconButtonGroup]"," fix some hint message, and reexport from Buttons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c96a4330f8e5879629b22d3dd2fec802acdcc9ca"},"c96a433"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Dialog]"," deprecated old Dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/290582f98ef11485669214b4865a8f2efd9e2529"},"290582f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Dialog]"," implement new Dialog (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c82a501c9d0a0b1b938975a4ff81f81818e91e63"},"c82a501"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[Downshift]"," support check props is that has forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c5db2c7adbed26a07860374a8cf3b4edb31ca56e"},"c5db2c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[withDelay]"," fix withDelay Hoc type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/97050bf3a04e60b9072fe6c70dc7f06e8f742937"},"97050bf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-454:")," ","[withLoading]"," remove withLoading Hoc, should use RcLoading directly (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5e6c8c1390f7792aea3b31a327195f0fccedac40"},"5e6c8c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-457:")," ","[SplitButton]"," fix split button ControlButtonProps, ActionButtonProps combine issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff7cc60c67fc16460d98ec4c6b59fa29c0cb500d"},"ff7cc60"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Avatar]"," change avatar presence style way with just css (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3600ec2d6fc84c7f86b542f41aaa91e14694edd1"},"3600ec2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," fix check has manyChar logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b5964763afe8ece9a54832dce7579023b55b8027"},"b596476"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-458:")," ","[Badge]"," old RcBadge be deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e66e87a4a2e43ed79fad2aa5d69a8dfe28b2f4e6"},"e66e87a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-460:")," ","[Downshift]"," fix select item very quick issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/592d72c68c3e2a414a067bee14ccbe2858bd4ced"},"592d72c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[Tooltip]"," fix useHiddenTooltip logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b3918ddc4a11adca44893d7f42318fa316e0f86f"},"b3918dd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-461:")," ","[useResizeObserver]"," fix useResizeObserver logic need, a wrapper for that can get new state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7ddf8910d5ac6cd5c7b0ad1b65422ede901809ce"},"7ddf891"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-467:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/750532fe55e60ab4b4888b9b18d64ccc2b7c57b9"},"750532f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.5.0...1.5.1"},"1.5.1")," (2021-03-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," RcMenuItemActionWrapper component deprecated;"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," RcMenuItemSubAction component deprecated;"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," RcMenuOption component deprecated;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-365:")," ","[Accessibility][mac]"," Can't read out the month in real-time when hit Enter to change month in date selector dialog. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d62729f3625bb77a0e66098829cb6fc4192154cd"},"d62729f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Aria utils]"," add @react-aria/utils (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3fa027f2a92431cbe02dc27369d17fbc7bfffe7c"},"3fa027f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," cleanup the Menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9a7a03ffa8995f72c0ccb8201c577d8f9a96c5f"},"a9a7a03"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," cleanup the Menu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/32249476545f470d08db93824e623b877f547ea2"},"3224947"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," depreacted the storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf51f26998f56db79afc77365848f72272779d6e"},"cf51f26"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," move to deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e386444bc80297dc581552124bc484ff72ec45ab"},"e386444"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[MenuItem]"," cleanup the MenuItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5f99d65ca21d634661cf5bf0cd0047a7379ad675"},"5f99d65"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[MenuList]"," cleanup the MenuList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/43531962077a1ee162bd6b368f9b8ee86b6fa939"},"4353196"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Popper]"," component cleanup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e85d779ac29392377495441581e840ce85916274"},"e85d779"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-411:")," ","[Slider]"," cleanup whole Slider and support custom color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6d0d9f0931ca9aab629f48e2c1e5a7636deac44"},"c6d0d9f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[Snackbar]"," cleanup support full size and type with ContentProps pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c9e436953165135ffb8b766e144c2c5b24565a3"},"9c9e436"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[SnackbarContent]"," support auto set action size, when user not set (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/668bf81546f0f05104d614725bf19ba9e96dcd03"},"668bf81"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Backdrop]"," cleanup Backdrop, mark old Backdrop deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6b9b64fcbbe45130ebad71ca1e7464301f978df"},"e6b9b64"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Grid]"," cleanup Grid (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ae00b109159c8b050ff976c67bca834516476bd1"},"ae00b10"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[Paper]"," cleanup Backdrop, mark old Paper deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d5fa56eed18a4146bc2d18995cc40ed501fd3c1"},"4d5fa56"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-416:")," ","[Popover]"," Component CleanUp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efdfd487ef9320967f98f8834ff2a5fa83c3297e"},"efdfd48"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-421:")," ","[Downshift]"," update RcDownshiftProps to support list to be always opened (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23f90752d472722cff23b578bc56e36b9d902788"},"23f9075"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-422:")," [","[RcTabs][updated]"," Fix the display of More button on undocked window] add TooltipProps into MoreButtonProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9a778606c370705a5e64ef210edd335ea61fa9fc"},"9a77860"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListButtonItem]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/67a18af82a124f36219df4beeea6834cde4e1868"},"67a18af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListItemSecondarySpan]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a450ad6c7e1407940994f3f853e5097b8c826c8b"},"a450ad6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListItemSecondaryText]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bd7d06e7e01272698c2fe88cc1d50fd787cfada4"},"bd7d06e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListItemWithHover]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c110e3fbf5c37feb721fd1d503a4b83ef5e4128"},"7c110e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListLoading]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efae4d7172345adddd3faf4f6779151f00650c77"},"efae4d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[ListNavItem]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f6a32a093cf74124df350d9d1d3bb1a3688c540b"},"f6a32a0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[MinimizedWindow]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eed8e3d7d17b5bcee28dc0002328b8c26e5722fc"},"eed8e3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-423:")," ","[VirtualList]"," add ListLading for virtualList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8993db1b91e169a2cf2e61d3d9d2e7d3ef58ce7f"},"8993db1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-427:")," ","[IconButton]"," add variant contained type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e43576a8cc76870320f5605312c20229d84a08a9"},"e43576a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-428:")," ","[Downshift]"," Update Downshift component props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cef69cb825fda9a3ff3da1ea07545e97dd625505"},"cef69cb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[CoverAvatar]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8825dd347ae9eab50ada1b28464e7564df1fb66d"},"8825dd3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Grid]"," move depreacted path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3dc866882a49fe5bbb6e1745b09a7f15d9069014"},"3dc8668"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Marker]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0539313dd297794f69e48ae6a5e56e053d9ab75b"},"0539313"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Responsive]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8ff252aee81d32b15cd5e0c70f9f60dd89a2144d"},"8ff252a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[SuffixFollowTextField]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e36864f8ba714bab3d898a2382ed0cd5617d54ef"},"e36864f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Toast]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3c753171065ffcd391fbcdacff7ed720ac17199a"},"3c75317"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[Toast]"," remove component and rebase (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/24fce39bb7c9b645e4c1e719d39c959d2bcf0332"},"24fce39"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-429:")," ","[UMI]"," remove component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/30e01f775684c0bcabe05c2ca6880d8b9c0577bc"},"30e01f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-436:")," ","[Table]"," new component for table body cell content, support TableHeadCell text align (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c05d9468988afcaf3e1184f18369cdd9f6d38c05"},"c05d946"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-439:")," ","[SplitButton]"," add MenuProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6425f228309dd41d55a3850226dc48d548d3ba5b"},"6425f22"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-209:")," ","[Dialog]"," fix dialog title color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8d09802aea434230a264df43b5a65af7c446238b"},"8d09802"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," fix component circle import (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/58c99dacdfad8d2c756f0fe97419adc1ca025c82"},"58c99da"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," fix export (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4be6ac57f15a3db666ef1316662079350dcfadd3"},"4be6ac5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[Menu]"," fix some code structure and more storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/09a343fd62f2493e2028a22b9ba3b3c7f8f7fd76"},"09a343f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[MenuItemActionWrapper, MenuItemSubAction, MenuOption, VirtualizedSelects, a11yKeyboardCode]"," mark component deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5eb0fa9d7629dc95dd004dee300f3c2fff781c4f"},"5eb0fa9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-407:")," ","[withTooltip]"," add miss withTooltip for menu and list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5a57f134da3ad5e3442dc2ac42e9367c794e7c15"},"5a57f13"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[Stepper]"," cleanup whole Stepper and profermance fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f2889ad9f7b889f201c023287c143f26c1133f3c"},"f2889ad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[Snackbar]"," change default transition animation to slide down (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a343157c88342bd9ab44089ddd6e1dda79777f5"},"2a34315"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-412:")," ","[Toast]"," change toast format and mark deprecated for move back to Jui (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/efa962737f223a4348494f75fe12a3d0d4274d2a"},"efa9627"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[DetachedWindow]"," re export DetachedWindow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/98fb95c87d62c556e89b968f1d2b93a62a7231a4"},"98fb95c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-413:")," ","[TextField]"," make TextField can be uncontrol component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb214668a4ffe4060ef8e5db1b680bed548c792b"},"eb21466"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-427:")," ","[IconButton]"," rebase (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47758324767797343965b42f43c5234d3cf42cf2"},"4775832"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-427:")," ","[IconButton]"," use transition create function (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b3b1f5000b5119ab7c41efdc2ff0cc06f2172777"},"b3b1f50"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-435:")," ","[rcui table bugs]"," Reimplement header bottom border (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af4581e0e9b47134275cf5c52eda5f5ffa2f9399"},"af4581e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-437:")," ","[TextField]"," try cache clearReactReferencesInNode for IE render issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/925dac6c1d741349dfd3570ca0c8cad4d99b3008"},"925dac6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-439:")," ","[SplitButton]"," plain onOpen and onClose on SplitButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c0b1f71166cddc1bb281f230ca2c23f305641ec"},"7c0b1f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-440:")," ","[DatePicker]"," fix below icon with empty margin from TextField issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/94875e99959884ae8c2291919dbb95d546a9781c"},"94875e9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-443:")," ","[Select]"," never switch control component to uncontrol component in select (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f9ab7549357838fb8be981cfae88f1d9657ca031"},"f9ab754"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.4.1...1.5.0"},"1.5.0")," (2021-03-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Button]"," button with icon that spacing will be cut some by design spec"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ListItemIcon has deprecated"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," drepacted component ListNavItem ListItemWithHover ListButtonItem ListItemSecondaryText ListItemSecondarySpan ListLoading"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Downshift]"," remove deprecated Downshift")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Button]"," refactor whole button and add size with 'xsmall' | 'small'` (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8828a1e1f986e690f9324356dc50764be71a3398"},"8828a1e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Foundation]"," export useForkRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a05d624c1df1f4feef6b4ad694247f07179ac6e3"},"a05d624"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Foundation]"," new method swapArrayLocs (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d95e85b0199a20e7a9bd1de27bdf57f1fe47f046"},"d95e85b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Foundation]"," pick remove class method in foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/84a894c260b0146d5c2a9f6af06625cf596e9e71"},"84a894c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," add deprecated warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f80da2931de6897b0e08920545b4008b91fc5a18"},"f80da29"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," cleanup components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f036d9db306c31b04011f96fc7100830bb7d7c5c"},"f036d9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," cleanup components and story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2aa384ec4872c6f13e9af4b7237c4e7e6497a7db"},"2aa384e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," delete RcList default dense prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e0ec3f6ebd39228e2e656d205b92bea282f9689"},"2e0ec3f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[List]"," fix import path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d1e81d4bfd327e0e8bb3e469a76a4ec1d85835d9"},"d1e81d4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItemIcon]"," refact ListItemIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d966027fdbdaba8a67ab92b8606a66539df5568a"},"d966027"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[PlainSelect]"," fix PlainSelect style import (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3c98445bf6cda977d6605ec07e7a555cf34d928d"},"3c98445"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Chip]"," add disabled for deleteIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/22d0c7b3488349e4decee5fadf3e0a8525897415"},"22d0c7b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Downshift]"," add support with downshift disabled and some deprecated code fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6da09b4a8c66d8d35277aeefffeb2ac77f0e06f"},"e6da09b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-401:")," ","[Token]"," change typography display3, display4 default font-weight to 700 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04b3fa64bb323b965994c4566b20165e5dbb1818"},"04b3fa6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[DetachedWindow]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a35b489ba46be40fc458a293a1cbdf2695d10f9a"},"a35b489"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[DeteachedWindow]"," init detached window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab4c1ac5b0430d3bff05baba5812b1b07575282e"},"ab4c1ac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[Dialog]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6a1877b0e14e2bc3570657caeccc731c1a95907a"},"6a1877b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[M enu]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b78ea8571ebbff3e637593c17a0218ccf3d85451"},"b78ea85"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[PortalWindowContext]"," init PortalWindowContext for share window (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0c1b31b7f671ca02816684c27a26267c5747eee"},"d0c1b31"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-402:")," ","[Tooltip]"," support render in custom portal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9b1de982b23cba12c3a2348f80abca62ae999069"},"9b1de98"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[Accordion]"," cleanup RcExpansionPanel to new name Accordion (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e3ec29c1c1927c9f93eaeb4dfe3e3ec3fa47e641"},"e3ec29c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[Material Upgrade]"," upgrade Mui version to 4.11.3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5549a3d3e2ed88a3dc94da13d09463d479040682"},"5549a3d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[DetachedWindow]"," support getWindow method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0caeb7429c0405bcd61d97be39b24264f153f2d4"},"0caeb74"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Button, SplitButton, PlainSelect, Text]"," fix ref issue, should switch to innerRef, ref will be change by Tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/96160966aee4e9ed5daf7244ad0fdbd625f62a08"},"9616096"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[Button]"," remove not need class ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"MuiButton-iconSizeMedium")," after view render (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cffad2be78ebfbe46259da8bb5b7fa3e6c703b63"},"cffad2b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[Button]"," support radius for button, and add keepElevation when user want to keep contained button elevation in normal state (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a065f0c5f7130592cb5fc67255d920d10d0b8899"},"a065f0c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Button]"," rename switch method to getButtonIconSize (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3750ad71fd9187b78c87439b07c2d7a8adf7e95e"},"3750ad7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[RoundButton]"," deprecated round button (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/38a1406ac53428b2854378ebf1c36b9554d8806d"},"38a1406"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-398:")," ","[Foundation]"," remove not need ' ' in content (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a5c29b6488472640c080e4c013028748fff3343"},"1a5c29b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[Lis]"," some coding fix and fix ripple color when set baseColor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/64a9c2dffba26bef4daa2e8af2016db8de46c1a2"},"64a9c2d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItem]"," fix listItem with controls style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/64e1e2f14ca29f38d9cbb980ef5fcea4aa9e493f"},"64e1e2f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItem]"," update storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/beecefb9a078badae46e58c1b35b8ea53ca42790"},"beecefb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListItemText]"," fix primaryProps/secondaryProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/241ca13cbfcf2f3b145bd962dde50ac0537e42ad"},"241ca13"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-399:")," ","[ListSubheader]"," fix gutter inset prop style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7ba6e31c6d486808c41e97da528a29a9e8c0885d"},"7ba6e31"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-400:")," ","[Downshift]"," remove deprecated Downshift (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b596cd4b37c4b4bca5c052e4285796d720fa1f81"},"b596cd4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-403:")," ","[CheckBox, Radio]"," change ripple apply size way with padding, avoid set display issue with that element (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a5a72c9fa3d9189f921c92459cbf10b9cf5b3a64"},"a5a72c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-404:")," ","[Downshift]"," ] fix can't select suggestion item when use Chinese pinyin language input (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c80599d89d0c987ef6f77eae9af40b216f9d3a3e"},"c80599d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-404:")," ","[Downshift]"," ] remove select highlighted; fix can't select first suggestion item when use Chinese (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1b03322eb1a3db4a1bd48236c800e990c942eb49"},"1b03322"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-405:")," ","[Select]"," fix number zero issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f91892417d3a654709db38e4910c917c83ffc9b2"},"f918924"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-405:")," ","[Select]"," fix select with non label margin issue, and default width same as TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/30521a7dc492debe8002d2236af918412063a9bb"},"30521a7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-405:")," ","[Textarea]"," fix more pick issue with Textarea (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c639561a6bef56cfba8bb4f3e4e55289359309c"},"9c63956"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[ExpansionPanel]"," fix style not change issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/823d935fb1efeba90858fc15c775df07d76bf794"},"823d935"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-406:")," ","[ExpansionPanel]"," mark ExpansionPanel as deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1fdc3661662a29ec27f1a2004564123f60f234bd"},"1fdc366"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[Accordion]"," fix default arrow direct (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d3247783f10fc76266d1dce68a1424dd9686f983"},"d324778"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-409:")," ","[Accordion]"," support expandIcon type ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"false")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/edcd4b2ee81ae635f43a66cc23483141cf34cfc0"},"edcd4b2"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.4.0...1.4.1"},"1.4.1")," (2021-02-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[IconButton]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"tiny"),", please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xsmall")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[IconButton]"," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xxxlarge")," size follow RcIcon size, no longer with 48px ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconButton")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Icon]"," size cleanup ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xlarge => xxlarge")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"xxlarge => xxxlarge")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Icon]"," not use fill to change that below icon color, just use color to set that")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[FormContext]"," provide useRcFormContext for work with RcFormContext (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6b8adf351286e1df714fab281d2fbd59c9487510"},"6b8adf3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Icon]"," refactor whole icon not use fill to change that below icon color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c76cfff2686a851c7c5b3cc24a3355e8964d4480"},"c76cfff"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[VirtualizedList]"," Keep scrollTop after switch native/custom scrollbar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7c9a542564b015098bd390525a96f08213866b7"},"c7c9a54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-380:")," ","[SplitButton]"," implement control button size with RcIconButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aef010a2bda8a736f16b22dd66b52e58bd338e6c"},"aef010a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-380:")," ","[SplitButton]"," implement SplitButton round spacing size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/42528f2080619080078b64e118c5e410b0ce894b"},"42528f2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Foundation]"," support size for fakeBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a8e23481eb9d7227ced231c25906cbdc2b6c3a6c"},"a8e2348"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[OutlineTextField, TextField, BorderLessTextField]"," group TextField together, full support all with those just style different components (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6c71c2c0567d1ee9a7dae23c67ca01445047cfed"},"6c71c2c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Icon]"," support switch loading size with Icon size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b7edf30bd9d570e034151cf0592aad509ccb995"},"5b7edf3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[IconButtonGroup]"," new component IconButtonGroup for replace ButtonBar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8be4cea7c9908bcc77a8ae257ae9b7c5e2920048"},"8be4cea"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[IconButton]"," RcIcon change related style fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cce6db8324172f26f77a6c726839fc12a98e8a59"},"cce6db8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Picker]"," RcIcon change related style fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44de5963f8fa3f236ca7bf90c50df4bc095eecb8"},"44de596"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Radio]"," release radio (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c7b900ad7ddf454dac08b3882841afcd3e658f2"},"9c7b900"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-243:")," ","[Rating]"," switch to new structure style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/312184ce7ea8436b2a599f3729e858852385586c"},"312184c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-282:")," ","[Package]"," not lock material ui version in juno, only lock in inner release (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fafca68590bbb9746b18ed6e21e9c6b718a50d3"},"8fafca6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Menu]"," remove enableCloseMenuWhenItemClicked (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23fc4071fb239247f3713b57e03e2db1960cfaa1"},"23fc407"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Scss]"," fix miss dark scss (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/798a77334baee7d19f16c9460edb54ca958c34b4"},"798a773"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Scss]"," fix theme issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/be889bb0cb06606342f6cba38b2b9800eeb48b40"},"be889bb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Tooltip]"," remove all injectGlobalStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f52e27a3060c814508c8eb713b6fc3828ebebdbe"},"f52e27a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Foundation]"," try catch with setOpacity (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c222e16530d07447864120baf158c0627e4af99e"},"c222e16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Select]"," pick Select prop outside make that easy to understand (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89a4a41b0607d97125d0b8a7b2af9b0a6b6d6d19"},"89a4a41"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Table]"," export RcTableRow (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e3708cdb25290ba3fedb56f2e94eb9677800a973"},"e3708cd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Text]"," change useRcTooltip hide tooltip logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3ef5bb3b07032d94c1d721854173e863e72d0c11"},"3ef5bb3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Text]"," combine outside props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/151ec3a0b6156c4c989c206f906d222b5695bca8"},"151ec3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-381:")," ","[Typography, Text]"," fix titleWhenOverflow and miss withTooltip HoC (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34e78941dca98ac73bf1b8b55d383e8b1211299d"},"34e7894"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-382:")," ","[RcAudioPlayer]"," fix storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7feaed5a269c40a974af8f67093e43b66e93aec2"},"7feaed5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Checkbox]"," move checkbox to forms (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21aa5c2271699b24b02edb03fd0e10c2a57d210d"},"21aa5c2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Downshift]"," mark Downshift deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35cef336a6c3390440073cc9108e42b1ed9e7484"},"35cef33"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Foundation]"," rename ReturnType to PaletteReturnType (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/24243f1dfe6eb55ef190a9cca7f226a54022ea10"},"24243f1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Icon]"," update icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f757c0f9d79beb3f075dc7a6e3a101fdc5d16326"},"f757c0f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Picker]"," picker with clearLabel tooltip float issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9109e2136a2a0db43ae3f0c6551e336dca8f3fa"},"a9109e2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Select]"," imgrate to new TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4acfd78425865bc03cfed529cd77ca07ff8cdd56"},"4acfd78"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Select]"," mark BoxSelect, LineSelect deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4aff9354e0d4c2070add9be1a57927b98642f881"},"4aff935"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Switch, Checkbox]"," release Checkbox and Switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5aa1facafb841bf081b331074424cb04f5b712b1"},"5aa1fac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Switch]"," move Switch to forms (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/34a130229575cbe44c020e66c073aab7a231ef26"},"34a1302"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-388:")," ","[Text]"," mark deprecated Text related component Text deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/04b25c5a2ee303d766598f4b2557982b7ce17d74"},"04b25c5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[RcIconButton]"," sync IconButton size with Icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ac65b94a10601c1f5a659ae3cd4f6fcd3cd0b36f"},"ac65b94"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-392:")," ","[Theme]"," correct theme with RcTheme type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3fd3abee2a94a954c79257630898b00088b35428"},"3fd3abe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-395:")," ","[DatePicker, TimePicker]"," release picker, wrapper with styled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bf1a0573d42b066ae56981fc71a73298af8e4085"},"bf1a057"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[ButtonBar]"," mark deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eed8b8a9607db273cec1b20a733cad7d6ee7f993"},"eed8b8a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Checkbox]"," change iconSize type to RcIconButtonSize, exclude ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inherit")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf2b5c4dbf9dcd9a4937536102926165c23db264"},"cf2b5c4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[CheckedStyles]"," remove ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"inherit")," in size list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d8e7fccbe6426f037fe7f6092e2830c3526891e8"},"d8e7fcc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Icon]"," add check deprecated iconColorProp back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/01cf2ed5e02caab0f35b5a934149462d321baa6f"},"01cf2ed"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Picker]"," remove clearLabel props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4d0446e0cfcf6287308c8518b59dcb265dfb4054"},"4d0446e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[Radio]"," use Mui default RadioIconButton and custom style with that. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b6e941df70be54e31b0d9ffc8bbf9492ca4d53ab"},"b6e941d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-396:")," ","[TextField]"," deprecated clearLabel, should use clearButtonProps replace that (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a56187a7d125f888674a43a905dd9dd063aafdf"},"2a56187"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.3.2...1.4.0"},"1.4.0")," (2021-02-01)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Main change:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"highContrast")," theme for components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Typography")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup typography for type and logic, only support text ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"rc-token")," related ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Weight")," for set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"font-weight")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"normal(400)")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"bold(700)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"variant mapping default component")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"}," display4: 'h1',\n display3: 'h2',\n display2: 'h3',\n display1: 'h4',\n headline: 'h5',\n headline2: 'h5',\n title2: 'h6',\n title1: 'h6',\n subheading2: 'h6',\n subheading1: 'h6',\n body2: 'p',\n body1: 'p',\n caption2: 'p',\n caption1: 'p',\n inherit: 'p',\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Text"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"deprecated ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextWithHighlight"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextWithLink"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TextWithTooltip"),", please follow guideline to migrate"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Text"),", support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"flexFull"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"highlight"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"titleWhenOverflow")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"titleWhenOverflow")," implement with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ResizeObserver"),", that response time is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"200ms"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Select"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"New Select for full a11y support, migrate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcBoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcLineSelect")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Select")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"support ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"virtualize")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"VirtualizeMenu"),", migrate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcVirtualizedBoxSelect"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcVirtualizedLineSelect")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"virtualize"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:5},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"PlainSelect"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"New Select component, for use select like button.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:6},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"TimePicker"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup picker, full support a11y, and lot of bug fixed.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:7},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"DatePicker"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Cleanup picker, full support a11y, and lot of bug fixed.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:8},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Link"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"new prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")," for custom link size, please migrate ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"size")," to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:9},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Tooltip"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"remove global style inject")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:10},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconButton"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup whole ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"IconButton")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcButtonBase"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:11},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Switch"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup whole ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Switch"),", fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"overflow")," issue when have ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"label")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"placement")," is ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"end"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:12},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Alert"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"support icon props")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:13},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SnackbarContent")," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SnackbarAction"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"cleanup")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("hr",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"more detail, please view changelog below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Text]"," deprecated all old RcText component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[ellipsis]"," remove not need word-break: break-word"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[PlusButton]"," remove this component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[Select]"," LineSelect, BoxSelect is deprecated, please use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcSelect")," component with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"variant")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Button]"," when user pass RcIcon in children, that margin right will be remove")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[hook]"," implement useResizeObserver (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8fa01753bef8ba2e9361e6104625b9d0253ed526"},"8fa0175"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Link]"," add props variant for just typography use, deprecated size, that confused (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f37ec7f4e81f1e20c7174982f9d79eb333d4938"},"6f37ec7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Text]"," implement new version Text with full type support (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/78aba8c43f0f8c6365dc39ec751075bce4488154"},"78aba8c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Typography]"," implement full typography with correct type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/92e771a28bec49d6fb2663e0143bcf85aab7b699"},"92e771a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-252:")," ","[Select]"," init new Select support full vl and select (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3bfccccb573bb176b30f68d9af146179fadd56e3"},"3bfcccc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[ListItemIcon]"," support color with listItemIcon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ab825569dd0766aa994ab05c7451993a8b91a59"},"4ab8255"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[PlainSelect]"," init plainSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c93a5bf1cb438dad93466b9987d911d4bee3340f"},"c93a5bf"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-330:")," ","[Accessibility]"," Focus on Year selector dialog shouldn't read out extra years & Windows: Focus on the date shouldn't read out the date twice (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ef3c6cc210cc37817942f32a5bb993bd34416f4e"},"ef3c6cc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Theme]"," update theme token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4fba5e5e67876d233f0c7c20634f94feeafdfd05"},"4fba5e5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Tooltip]"," clean up styled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aba370f2207c463324b540aa9ee3d11c8cc1d58a"},"aba370f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Tooltip]"," remove GlobalTooltipStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a659e280d4b108be6b089432066eb623b3651b24"},"a659e28"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-356:")," ","[fakeBorder]"," support to custom 'inset' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3375a6566f9d933a2ebb6fc569a88bac30407317"},"3375a65"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-358:")," ","[RcLink]"," use \\$color-text-link (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e690e59c78eb780a83c131bb5790fc25f1c705ec"},"e690e59"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-363:")," ","[RcDownshift]"," enableAutoTransform improvement (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/faf8d3e25ff941649c4beb300ae6e243a29597e1"},"faf8d3e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[Chip, TextField, AudioAction]"," swith inner tooltipTitle to title (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0b2395dd06bd7ec9a056bc8a176e830282f394f0"},"0b2395d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[IconButton]"," refactor whole IconButton with ButtonBase and fix a lot of style issue, mark this release (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e79cb62c911cd6c4d8e640e92abc098be839f03b"},"e79cb62"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[RcFormControlLabel]"," cleanup component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7e567131a1939997ec56c0da0e04d768aa1f56c"},"a7e5671"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[RcSwitch]"," cleanup component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1f0112c8ea8cb54946f2eab0a821955a2d93139e"},"1f0112c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Button]"," fix button token use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/47482daf1ce124a2c0de59f1d8c7e396bfe87922"},"47482da"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Foundation]"," fix type with only apply for our typography (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c0cd0fb695e42cb6acb23f4970d02295a0dfd883"},"c0cd0fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Foundation]"," remove not need break-word in ellipsis (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c368f254af22baa434352e0384c7d09b86c0772d"},"c368f25"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[InlineEditable]"," change variant to correct typographyKeys (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ab798906e1f0aa9f0a430438de522180dfd504f9"},"ab79890"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Link]"," fix link style and logic, that only be click when press Enter (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1edbb06fa2e10b9104d5fd38ba23ba6079825ebd"},"1edbb06"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Text]"," deprecated all old RcText component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2d4ed33b7301f5f7e20af9bd0e4e037f1fbf5fd7"},"2d4ed33"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[TimePicker]"," fix timePicker token when medium (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/982e60c3d57f67dcc7222171152c5bdf1d2b5f18"},"982e60c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Token]"," add miss token headline2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4400aba243d7c33a3fd84f6b96b449c1cc8dfb99"},"4400aba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Token]"," remove not need subheading3 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c605b412eb62a59c2862de483ea7b34b0d63350e"},"c605b41"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-180:")," ","[Typography]"," switch old typography as deparcated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6ea1726f929d1b3d3feba8cf3c96adbd17aa816"},"e6ea172"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Button]"," change button with icon will effect below all RcIcon margin issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ca5b2a9c126e35afffc044566187858b1c183c22"},"ca5b2a9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Button]"," pre cleanup refactor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c9a972c09ff70242cebf746764031ae130afdfd2"},"c9a972c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[CombineProps]"," fix combine props logic with only stop event pass with stop propagation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dae4fba7997a4f6988c532a99c458448ee904191"},"dae4fba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[SplitButton]"," fix style with button remove two layer cause issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e8de3ccb74d312b770c4c4ca4569fa91b142ccd2"},"e8de3cc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-252:")," ","[RegionSelect]"," remove not need RegionSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/653fb2996457eff4e59490b53d2dba43cb97f1a5"},"653fb29"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-252:")," ","[VirtualizedMenu]"," fix VirtualizedMenu code and logic (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aa43d1c38aeaec863249c8f34d1085b402cae754"},"aa43d1c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[LineSelect, BoxSelect]"," mark original storybook and components deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/68849e2e7593f656eed55c4251cfe86c3c49c753"},"68849e2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[Plain]"," refactor with style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46be2a082c51e34e22898e64cce5e13502639819"},"46be2a0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[Plain]"," update naming (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7352dacc7eda8c10d956b08d32c4790e2a5953ad"},"7352dac"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-294:")," ","[TextField]"," remove not need two layer class name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c1842dc6f0ff3bb72a1469e8c5abf1e2c2743180"},"c1842dc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[DatePicker]"," fix date picker range overflow issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b4ec384754b2c5f6deaa0c5b0a16b3b8b1842bb"},"5b4ec38"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Alert]"," update with new file structure (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3b98998a210ea0ca3e30a51442d0721e9df2263f"},"3b98998"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Divider]"," change divider to hr (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1005986fbef753bd5e2b2ce826ce4a849e5e6fc5"},"1005986"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Foundation]"," rename cssValue to px (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/296eb5ec7046c96de44f109921b13c00c57b8f20"},"296eb5e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Icon]"," memo icon for pure render component, and remove width (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fd0354e1656b73e37f67b877f62ea072172c689e"},"fd0354e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Tooltip]"," pick className only pass into popper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a3ec0e208a5804166f9efddd35cbd56683e92604"},"a3ec0e2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-357:")," ","[Downshift]"," enableAutoTransform should emit when textField blur and have suggestion list (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/69459e1fee85f68d04ad14574dbfd41fcfcdd218"},"69459e1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-359:")," ","[ButtonBar]"," add handleOnKeyDown. should follow isStopPropagation, also keep keyup work (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c7058aa852f754b856c6f5a1628e8bccda5acb14"},"c7058aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-360:")," ","[TextField]"," color of underline to be icon.dark when hover (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ff30bc96259539932d7dcb02071aa25fe3d1f72"},"4ff30bc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-364:")," ","[useFocusHelper]"," support outside setFousedIndex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7574d6636220653722c372a7b93349e12abde012"},"7574d66"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-365:")," [","[Accessibility][mac]","] Can't read out the month in real-time when hit Enter to change month in date selector dialog. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e9025a16cb389a4c83f65ad41ea2f3d9866d8cf2"},"e9025a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-366:")," ","[Snackbar]"," update calendar text selected color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0a327d118541a58d10cb7aa74084cebbe8d2ba04"},"0a327d1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-366:")," ","[Snackbar]"," update warning text color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c0638db593da556ebc7f26cd7c4d61aa5ef20961"},"c0638db"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[ButtonBase]"," change buttonBase props with ComponentProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/22dd1f7569a2dcb0a097d6d1912ce7d933e0e269"},"22dd1f7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[Deprecated]"," mark some theme method deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/310e32981d052db2483464e591bdbaa1896382ad"},"310e329"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[IconButton]"," deprecated props fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1236493f288d9b1f881ff82a4c101f0ed804b39"},"f123649"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[IconButton]"," refactor with styled method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/89153d65e1fc15bf88fad63584cc93bef3d57352"},"89153d6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[PlusButton]"," remove not need PlusButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a86e9d7e1a79d263eedbd0f65a0eb1a00dd476e6"},"a86e9d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[RcPlusButton]"," mark RcPlusButton deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/476614be8a93821f58fd2634595827d32449f49e"},"476614b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-367:")," ","[SplitButton]"," fix style with setOpaciaty (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d53afe9bebad48bb254e17ab91cbbc2a9ab836e"},"0d53afe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-369:")," ","[VirtualizedBoxSelect]"," fix disabled style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a1d8e3bedc93836b21906c2967e86dd2a1119ef9"},"a1d8e3b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-370:")," ","[Opacity]"," swith tinycolor2 to mui method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee326fa5099ee8ec54fb58bf40b68e5fab6ef717"},"ee326fa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-371:")," ","[Deprecated]"," mark activeOpacity and disabledOpacity deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/878a35d9ab598be218b2263cd7515ff39350c48b"},"878a35d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-371:")," ","[SnackbarAction]"," cleanup snackbar action code style and props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ff6cad879126b828cc917bfdd33ec813602a98b"},"0ff6cad"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-371:")," ","[SnackbarContent]"," cleanup snackbar content code style and props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/161366a711cb1f79bd554679339ffffd14221005"},"161366a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-372:")," ","[Accessibility][mac]"," Revert Can't read out the month in real-time when hit Enter to change month in date selector dialog. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b0871a1390dc1d1d9035fb5ec0661aa73dd3cb5e"},"b0871a1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-373:")," ","[Select]"," fix disabled style when have selected item (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a3ecf157342bba479fd249b1d471e7150db3139"},"1a3ecf1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-375:")," ","[SplitButton]"," fix style with injectFirst (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aa223520588af6d193683f2ebf6873ee5230353a"},"aa22352"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Classes]"," fix omit type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4539bea32b4054b86fe85f7aa2b0771f12537853"},"4539bea"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-377:")," ","[Switch]"," fix disabled color append issue and some forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/442ae3a04ed9600ce4756fa449092f4f5b03352c"},"442ae3a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.3.1...1.3.2"},"1.3.2")," (2021-01-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-337:")," ","[Icon]"," remove icon position: relative style")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[DnD]"," implement new component Drag and drop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5914754bc0bb97fa09f565463311314bc23b5317"},"5914754"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-324:")," ","[Chip][button]"," cleanup work for High Contrast Theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1b1ca1dffee1974bb6e4a27f7db2e336e731ca5c"},"1b1ca1d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-327:")," ","[Divider]"," support a11y with divider role (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/517f4390a8f8e1ebef7d30a0944cb3a4ffd90d5f"},"517f439"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-328:")," [","[Date picker][deque report]","] support screenreader (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b46b89ba8bcf189ac5de5db7613e75be4ff89f4e"},"b46b89b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-334:")," ","[TimePicker][deque report]"," add aria-label to fix deque issues (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7f8a72a2fb8769c748b08198ea348c65cff4e73e"},"7f8a72a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-335:")," ","[Link]"," remove link mocks folder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/540df8d72c7d5495bd200a6aafed8a33a5a80248"},"540df8d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-336:")," ","[usePortal]"," add usePortal hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fc358ce1771407c341c10328a6801e42bc163a46"},"fc358ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-340:")," ","[Scss]"," update scss file with token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e1d523d8b14e2fc5dc7510b30b204f474df22cb"},"2e1d523"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-340:")," ","[Update token]"," Update tokens in JUNO (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e4a5c7bd645b8f93040d40637efb3335d01443d"},"4e4a5c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-342:")," ","[Form]"," init form relate component, FormHelperText, InputLabel (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/087ea4bc8d5511ce9fcb41d252f6e673a6894f30"},"087ea4b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-342:")," ","[Foundation]"," implement UnionOmit (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/28cefea35ba3f948b0b4a32c5ad06c0c1ab3ad75"},"28cefea"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-343:")," ","[High Contrast]"," add highContrast color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fbf1654723d8e1f6f20289b0ad5e6f756c7abb7"},"9fbf165"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-343:")," ","[Picker]"," support highContrast in TimePicker and DatePicker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff3149b3f38d9e9b7acd20c2744e9baf10b3c418"},"ff3149b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[Animation]"," add util transitionendSubscriber (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1de2668683edc5026bfbb5763a0e885910adcf58"},"1de2668"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[focusVisible]"," add pointer-event: none in fake border (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2543749cad4151e6d51b6197808084d8c298349a"},"2543749"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[AppBar]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f8123bd776914ff2448783592d8956d9b3c303a3"},"f8123bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Avatar]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/03b4de8cc01017379955dac786fbee8cffb09f72"},"03b4de8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[BoxSelect]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/10cd864f383133745eae252e2f49c0a70623d7e3"},"10cd864"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Chip]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da1f2c53c256572f6f26a839fd699f07e254ade3"},"da1f2c5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[DatePicker, TimePicker]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2062d5053e6e748d195299da9cce327393886dcd"},"2062d50"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[DnD]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13649b5da24fd3da56951eb301ef736819f3e9d9"},"13649b5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[FabButton]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fabab6751a736a4b630534d713eb5ac5debc18a1"},"fabab67"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[ListButtonItem]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a39f52a2b4a9533aecada6ab1375d5a43f2a7a6"},"2a39f52"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[LozengeButton]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9ca384158127987f9c9fe93a10dbf659a5276b01"},"9ca3841"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[OutlineTextField]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/804e3039f21c765e059ea5386eae0637fa0954ef"},"804e303"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[RoundButton]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ec619bb9668e2b5b41b1650ce9e4948f04b7386c"},"ec619bb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Table]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/68c5f54919260c6d8dc95f9ca67e38e7edf6c174"},"68c5f54"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Textarea]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ad2a994b66c08decb51e50adcc02da9dee8fa45d"},"ad2a994"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Theme]"," update token with highContrast (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/eb5e9537d82af85e12ac26a5b41f9b5c3445431e"},"eb5e953"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Thumbnail]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cf2668c712f9fc15f0f9d05aa8e44378f70b279f"},"cf2668c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[Tooltip]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ef37e7265cd0457a8b3fdc580ab5c7ef2a66e368"},"ef37e72"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[VideoPlayer]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/501c0aff316b3fa1132387367f82378e88f5a119"},"501c0af"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[VirtualizedSelects]"," adjustments for high contrast theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/23caacc074162b31301611e3dfd17e8cf8f846ae"},"23caacc"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-346:")," ","[useAnnouncer]"," add announce hook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/160d1231d1b549d04a9b7f1f5554eaca8303f6f0"},"160d123"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-353:")," ","[fakeBorder]"," avoid overriding box-shadow for light/dark theme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5da78522f9536fbf30cceee60c34d4e86f9cbde"},"e5da785"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[Select]"," fix placeholder with empty value also display placeholder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/28612106eda262acb83dfeb907ca2d9b58951b5c"},"2861210"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-330:")," ","[DatePicker]"," refactor whole datepicker for sync spec (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51b9972217a6bede0917773d5a217285ccecc52d"},"51b9972"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-334:")," ","[TimePicker]"," fix code rerender issue with picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fde62ecf76931bb719136f58ebc45813bc6632a"},"9fde62e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-334:")," ","[TimePicker]"," full all props pass with Picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6f56d0808554e7590cc9d23dfeebd7fd5b2fcf2f"},"6f56d08"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-337:")," ","[Icon]"," remove not need icon position: relative (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/00ffc6e4ce2628db6532d0c85aa587d30ce09ed8"},"00ffc6e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-337:")," ","[ThemeProvider]"," inject Mui class first as default (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b3f7f8bfe07ffe77ca90719b5fd041bcb6a610a5"},"b3f7f8b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-338:")," ","[Avatar]"," presenceSize value compute incorrect fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b5f9f166404e47376515d2244ddf4f39b20afb6f"},"b5f9f16"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-339:")," ","[DnD]"," export require type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d566447b4aee9bd0694a22225105ef223027c3a2"},"d566447"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-339:")," ","[LineSelect]"," add displayName (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c2377f0a09e2815e81ffe5c073220dbbb5f1ab79"},"c2377f0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-339:")," ","[usePortal]"," modify the story (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/59fc28575e27f2050c8d07ccaafe9bd64863a100"},"59fc285"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-340:")," ","[getParsePaletteColor]"," fix support palette function and string type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0f8c4ce297cfda875fa71a5c46ee4dfca55317e2"},"0f8c4ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[DatePicker]"," add close in datePicker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d3948b667ca9004dfa3f82123fa7461349f2360c"},"d3948b6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TextField, OutlineTextField]"," fix TextField issue with disable in safari (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c967d3c70130424dccf02859895d6478565f5b4"},"7c967d3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," fix default value issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d796f804cfff72fcb555360903a6777a35b6067f"},"d796f80"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," fix render value issue with hour (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a2196945ebb2fe83f5f9fa5de231401829589e50"},"a219694"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," fix style with textfield, and anchor position (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5fbed40ff763faf82f71d87aef3355a0f647dbad"},"5fbed40"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-344:")," ","[TimePicker]"," pick PickerTextField for support shared in Date and Time picker (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/574ea88f049edfd88c6d56784296cda950cf8b42"},"574ea88"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-345:")," ","[DatePicker, TimePicker]"," add miss props back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7abf62a8573ff0d323af526a1237bcc64a2586e"},"a7abf62"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-348:")," ","[Menu]"," change context jsx layer, only for children as customer (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c410da482c99c3609e31827493de6d3f61d1e908"},"c410da4"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-349:")," ","[Menu]"," fix menu with memo, refactor with focus ref future (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/aca2eb3f26eaa8726ef0c81623ee54552238caab"},"aca2eb3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Downshift]"," remove uuid, replace with uniqueId (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba0977a91ff1dc1a7c94b22368dab8d7fbcc7960"},"ba0977a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-351:")," ","[Menu]"," refactor come code and remove uuid package (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cdcb87ca7901241198784f9bdea7761b9394e5d2"},"cdcb87c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-352:")," ","[TimePicker, DatePicker]"," remove GlobalPickerStyle (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9dba93905a27da3d992b5385b3010d8eb638988d"},"9dba939"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.3.0...1.3.1"},"1.3.1")," (2021-01-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," change the avatar style follow with spec"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," fix a11y event with native button and lot of style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," remove not need background-color on StyledIconAvatar"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," remove not need StyledMaskWrapper"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," fix avatar position with custom presence"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," remove props: customColor, shouldRenderPresenceHovered, selectorId")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," add warning with all script (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a625183a05a304ca6411874eb2d8bb5bedcad408"},"a625183"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," release whole avatar component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2e8bca7d5291ec4410bf9c8ada675693f464969d"},"2e8bca7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," add nonStyleButton for a11y button use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bac0b7f3653eb203d638dd7bbc79806eceb1b11"},"5bac0b7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," add reverse with opacity (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/128da2dcee28a8663d1ca4a29918c3d3b20b3a01"},"128da2d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," export mui useTheme (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f3c54688dfeacb2e3d10f9de332ceb408859c68a"},"f3c5468"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[foundation]"," move a11yKeyboardCode into foundation (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9cd206bc3bb3251de180b5436e6306394b071218"},"9cd206b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Release]","Avatar (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/480432c2732150b49d24685229c97b7747111c0f"},"480432c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[Select]"," add placeholder with Select and move storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9720c2a2942543b3cb2cf9f47cdc94f526a48fe0"},"9720c2a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-295:")," ","[Storybook]"," add tag for storybook a11y (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d9e2731dd510a63b7ab074793cd58be559804107"},"d9e2731"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Avatar]"," add shouldRenderPresenceHovered feat back (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d88ec24f989e65b7ed1d5794ec4b2f8190e68aba"},"d88ec24"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-181:")," ","[Icon]"," fix defaultProps loadingSize issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1328560fc8f26e66f16219bd047b34392e8e11e9"},"1328560"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.2.6...1.3.0"},"1.3.0")," (2020-12-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Divider]"," release Divider (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a21f72c562b79c429149bc350d5827498e6c4123"},"a21f72c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Presence]"," forwardRef Presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5fdbd1f1e0ea9b9d14271f9a93aeb67e20d7685e"},"5fdbd1f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Presence]"," release Presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4035c73f72c75fd8ecdf789c6c9a76cb1b206fc"},"e4035c7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Rating]"," release Rating (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c3ca773086d61eda30d61ec87492ac9c49a36114"},"c3ca773"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Table]"," add classes for apply class to part of component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bc23b9d7225295caf4169b2449f94977b770f2f6"},"bc23b9d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Table]"," switch table to styled component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a113ba9507bd7adf67158ce7cb603fa1d192b9d5"},"a113ba9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Token]"," add presence token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/258989c88cb0fd648f880b55538d815c1d48af91"},"258989c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Tooltip]"," release tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9ce497c251980ba35fb952674018b66884db678d"},"9ce497c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-321:")," Paddings in menu with groups (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6623511e12ef822df754160ce5a9412ea94ea2bf"},"6623511"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-321:")," Paddings in menu with groups update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9c4282d5603bbef39668e9e8c0418b1ef1aa4b1"},"a9c4282"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-322:")," [","[SubMenu]"," add MenuListProps for subMenuList] add MenuListProps prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d0d42ceb67221d9cab4102289fcbf52b95a36cad"},"d0d42ce"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Avatar]"," fix avatar with presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6fd647218fa7a739ae17a2dac23c34c5e2aa688f"},"6fd6472"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Foundation]"," add comment for classesProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/325e6365db64d4286cc122b8402ee70c75410350"},"325e636"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Link]"," remove link below span issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72a1c3043e7d3872968dc88f64b7608945616d8f"},"72a1c30"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[newPalette]"," fix type and mark height and width deprecated (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77b0eb645b569ced1fd3562555db1706a2cc0d17"},"77b0eb6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Presence]"," switch presence token to presence (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a13a9b6fc0e6b0f31a82dc3d754642441c455a82"},"a13a9b6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-315:")," ","[Tooltip]"," sync tooltip default color to bg.neutral (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f121d0e14b48af84a8535022a8cf49bba40f4fd1"},"f121d0e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-321:")," ","[Menu]"," remove not need memo and forwardRef for outside use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/52781ea01d765d8c46bc6b30d1f0962b80b17549"},"52781ea"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-322:")," ","[SubMenu]"," remove not need destructure (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2b48c1178311ca8f3f3fc51a3cfe443ae9486fe2"},"2b48c11"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.5...1.2.6"},"1.2.6")," (2020-12-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-312:")," [","[Tag]"," TS to support basic HTML attributes] fix TS (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7b5af9973b4bce2d521bcfb60d9daeeaaa8bcd68"},"7b5af99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-313:")," ","[VerticalScrollbar]"," TypeError VerticalScrollbar.prototype.","_","smoothScrollBy(main.1c9ce9a5.chunk) error Object doesn't support property or method 'scrollBy' (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a17e1406d6ce30e695c560b27c8d36b085c1fee"},"1a17e14"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," fix switch error (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a96bfcca1abe12937bb07531fc605d03c06db530"},"a96bfcc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.4...1.2.5"},"1.2.5")," (2020-12-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[TextField]"," remove avoidArrowUpKeydown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[TextArea]"," remove avoidArrowUpKeydown"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[AudioPlayer]"," change to Svg Icon, that will make class change from name2Icon")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[LineSelect]"," deprecated props and release for warning use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4e686447ae3cf8b32c63a28251079c244ef90664"},"4e68644"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[Scss]"," add shadows scss mixin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4d73e661c0d07adbc0164ab05b4011b4ff37926"},"e4d73e6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-307:")," ","[hooks]"," fix useReneredOnceHelper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2a7ed7a421dd9d27b64c1e66ebf7c4e721b8abf1"},"2a7ed7a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-309:")," ","[HoverHelper]"," Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'. fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2be3819ec8fa753a86e6d28b3f6400e9e6faa7ed"},"2be3819"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-310:")," ","[ThemeSwitcherProvider]"," init themeSwitcher for theme switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d295e3a4e29e45c60a5c726f42f5b71f61df0cbf"},"d295e3a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-306:")," [","[Downshift]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"key")," prop of InputItem in RcTextFieldWithFreeChips] fix key. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2f7d59dcef0a8c4e08336e035fa01c71c0f0acf9"},"2f7d59d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Lint]"," fix error hook use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/357a5e7c14ab3d7ab28b7b428db24c4d7e8dd7a4"},"357a5e7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[BoxSelect]"," fix BoxSelect style (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ea199431e74a9baf3430317953ba405125063924"},"ea19943"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," fix icon switch bug (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f26564cc3753ae3435b9fb5696797211e9aa9575"},"f26564c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," fix inner user icon way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a9326074a5dfdc5b17e8ef6edfe2f5788a46eaec"},"a932607"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/786047191b550aa262d7c58f9d30915e437003b4"},"7860471"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4bcd09cdf4795829086e5b24d0d3c9a16704241e"},"4bcd09c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5997238d785b7bf12e36d0b7ccf3629ae84b27eb"},"5997238"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-301:")," [","[Downshift]"," input not need required attr when downshift have selectedItems] update ut (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9c897a5009b7ab35a3e59f5f545b1db45408cec4"},"9c897a5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[ListButtonItem]"," fix type issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e5f83494778dfafb2f8d958f8ea54617a406b8d6"},"e5f8349"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[Shadows]"," add miss shadow token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/29000f8bcb7a4db6832d372679e9346f9136050d"},"29000f8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-302:")," ","[Snapshot]"," update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f568ca6b31a871582a13907e815b82814427415e"},"f568ca6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[Textarea]"," fix Textarea color with use same base with TextField (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f437e8f7cd804987ac838473a75c778bfada25bb"},"f437e8f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[Textared]"," fix color when disabled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/334863989a1c7c54cf60075de8aaf7aebba01d4d"},"3348639"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-303:")," ","[Textared]"," remove hover color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5eb9642f42cfb4e5220b52309bfe9aac7e818fc2"},"5eb9642"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[AduioPlayer]"," fix icon name use to Svg Icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba8dc994549a02951b82b127dd8757f0a748ba64"},"ba8dc99"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[Icon]"," fix all inner icon use way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72cdb9ef8ae1f1caedb92cd1a6369d240635eae7"},"72cdb9e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[Marker]"," change use icon way (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6687abb76a22b2b9a9f356381ccc9bef6a972fe9"},"6687abb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-304:")," ","[Thumbnail]"," release thumbnail (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4b7a0577795cb2b7ebe1c888c112f2181055a160"},"4b7a057"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.3...1.2.4"},"1.2.4")," (2020-12-17)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," remove RcCheckboxButton, should use RcCheckBox to replace that"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," RcColorSet switch to string[], that will support type in v4 ts"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," remove method ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"paletteColorSet")," from foundation"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-293:")," remove prop ","`","localeOptions","`",", that should custom outside")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[CheckBox]"," support RcCheckBox with tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/db61d3556fe5e9b808be1b34eb0d05a5c0ddfc83"},"db61d35"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[FabButton]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e8aeb85c57dd3cae8c6df074a0c8291741bc604"},"8e8aeb8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[FabIconButton]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4be29073d9a0a3006d260c84300a7f0f131c9ca"},"a4be290"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[IconButton]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0a408f9fb7018dad1ae3a8f8d6768c5f768670a4"},"0a408f9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-288:")," ","[hooks]"," add new utils useRenderedOnceHelper (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/27bd9c1c07a123ef2c361b45da8572cb9ac99b4c"},"27bd9c1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-288:")," ","[hooks]"," UseRenderedOnceHelper. change KeyboardEvent to FocusEvent for onFocus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a7a380029cd8dea4484f25ceb5ec6ca4f2b06107"},"a7a3800"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-290:")," [","[LineSelect][virtuallist]"," fix accessibility support] fix MenuList (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e23719261edbc59fbf38e5b9dc92df95e17bcba6"},"e237192"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," ","[Scss]"," init all theme token for normal sass use (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/57e2c039ca6ef36620f28a6f0471f6747d081bb8"},"57e2c03"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-183:")," [","[Release]","Presence] use palette2 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4a297d59037ae064c7d1cf1c79f271a897f7cac"},"a4a297d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[CheckboxButton]"," remove RcCheckboxButton, should use RcCheckBox to replace that (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/42ee5c98faeb0b6887e5fd3587fb24d53c4dbfde"},"42ee5c9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[getParsePaletteColor]"," change color to optional value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/19408388d3e8a5a0f34b57bff8247aef466e27e6"},"1940838"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[IconButton]"," show warning when use tiny color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fbdb22e4d1a1f1417caa46cb9e5bb7baa311b250"},"fbdb22e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Link]"," release Link withDeprecatedCheck (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/51a25654c493afed7970bbee5d5e231ec93ef941"},"51a2565"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-234:")," ","[Link]"," support full color set pass (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4c87d73b79721c6abacd9767e3359f0d43a7b231"},"4c87d73"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-277:")," ","[Table a11y]"," RcTableProps.desc no longer required prop, to avoid breaking existing use cases (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1befabdf8ef1cedc91498e7529c7324555dcf216"},"1befabd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-29ˊ:")," ","[BoxSelect]"," pick heightSize from MuiSelect (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/21db54c1274be9afdd8d4fdb269dac53bb12f2bf"},"21db54c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-293:")," ","[DatePicker]"," remove prop ","`","localeOptions","`",", that should custom outside (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bf534f6e5695de7e58819abb2f2081718960135"},"5bf534f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[BoxSelect]"," fix error style cause with remove align center and flex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5127b9b3e69b88b8bcf05f6e81eda243b60f9161"},"5127b9b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[DialDad]"," fix svg 0-9 icon fill color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a74cc86914910469bc82cf22b471291bfef4fbc4"},"a74cc86"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[OutlineTextField]"," fix HelperText style and pass props into (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/204502359f857304eb6f099f9bc4f7b32f7edfc5"},"2045023"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TablePagination]"," fix root text color error in dark mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2811210d276e67815037d39376607f5330831a14"},"2811210"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TextField]"," fix disabled color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/33612883256031f869c8d47185e4a76d7f749ed5"},"3361288"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TextField]"," fix error disable style with value (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d025664bd9f4b0a64969f5b51b3d20caf0140ccd"},"d025664"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[TextField]"," fix helperText color (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d5e73c6ab259f547df10b57ed1a9051a1c1e8fa7"},"d5e73c6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-296:")," ","[VirtualizeSelect]"," fix props not correct issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/228fcb641f00ac0f04930ebe9aaab7c221cad4d4"},"228fcb6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-297:")," ","[Table]"," Modifying check for presence of valid sortKey to set tabindex (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3e1229d1d289f65d649bec86172245be187495e7"},"3e1229d"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-298:")," ","[RcColorSet]"," change to just use string[] that will refactor in the future when ts v4 work (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b42765039afde105623c7622fd05da2b86a21c14"},"b427650"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-300:")," ","[Scss]"," rename custom-palette => custom-rc-palette (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c478d4500f22d06c9c171367455e40fac4ca83bd"},"c478d45"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.2...1.2.3"},"1.2.3")," (2020-12-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-278:")," [","[RcVirtualizedList]"," fix scrollContainer props for container wrapper div] fix scrollContainerProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7c79c327cdb0ac393fc4e01d2656a13759d3f40a"},"7c79c32"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-278:")," [","[RcVirtualizedList]"," fix scrollContainer props for container wrapper div] fix scrollContainerProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ea61941d2a99aa675d485db395a535d241120680"},"ea61941"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-278:")," [","[RcVirtualizedList]"," fix scrollContainer props for container wrapper div] fix scrollContainerProps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d4ff9bdebb5016c12fa77a65baa99d78af7ea551"},"d4ff9bd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-280:")," [","[Downshift]"," suggestion list support accessibility] fix suggestion list a11y (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/953f67bc8bcef03c1a17d7d827c606be2d2d9beb"},"953f67b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-283:")," [","[RcChip]"," Update RcChip supports truncate] just add storybook demo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8cc549b6351d9ee3af21f6ac5d53d1a8791c6e51"},"8cc549b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-283:")," [","[RcChip]"," Update RcChip supports truncate] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e11a63c162b521bd42a3e4918ab1679ac4a0a4d8"},"e11a63c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-287:")," [","[RcTag]"," Update ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"color")," props to support more colors.] add more colors. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6b22e84c0f18b9fc63fc013e29f76de905ce27ad"},"6b22e84"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-287:")," ","[Tag]"," complete Tag Release (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/819e0103505ca65628955aeceeef91ec9270e9c9"},"819e010"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-289:")," [","[IconButton]"," fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"mocks")," file] fix mock file (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d5d80a8a455dbfa39806b0c4dde6704d33a8ecb"},"1d5d80a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-284:")," [","[IconButton]"," buttonRef not working] fix tooltip prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"tooltipForceHide")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b9aa7beb6427bff85f293967f0e1a277c42663fd"},"b9aa7be"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Button]"," export SplitButton and related ButtonGroup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0154e6929722eac4ef471f2a853f9b170a92245f"},"0154e69"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," add static icon name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1d4f7044efabf44598c29bc64c4b4e64b4128bb"},"f1d4f70"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," switch all inner svg use to component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a67d140e17f7503f51c410f93cbc43b24324fce2"},"a67d140"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-293:")," ","[DatePicker]"," fix datePicker type issue and local issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0953ca71ed860522920f26815870922315037b0f"},"0953ca7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.1...1.2.2"},"1.2.2")," (2020-12-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Package]"," fix cli into dev deps (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2899f91d4ce78092c48cf8e21a884046529f0b63"},"2899f91"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.2.0...1.2.1"},"1.2.1")," (2020-12-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," init all icon component from svg to component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6fcb2295878d8790c039101592ad22f61273e096"},"6fcb229"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-285:")," ","[isShowJunoWarning]"," fix localStorage not exist issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/64986cee2836dc57c7f8ac802979269fad9e18da"},"64986ce"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-286:")," ","[Icon]"," switch all inner svg use to component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a129b01fe2dd3ad95634de026110d0b514c63bd2"},"a129b01"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/1.1.3...1.2.0"},"1.2.0")," (2020-12-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," remove RcBanner, should use Alert"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," free chip id not equal label, add isSuggestion prop to flag")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-179:")," ","[Icon]"," make all deprecated props warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bf26ef1c122c2c7507db609b141f801da54f22b1"},"bf26ef1"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-179:")," ","[Icon]"," ready to release icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/644680212cbc01f1e879ee858f106c7ed1cd0016"},"6446802"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60847089ca145614bfafcf37d6096cf1a24475f8"},"6084708"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/098ff9fd3957a39b83dbe0c5c9c08615254e5ed3"},"098ff9f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7253bd7c8fef35f6696c51d572c18a45a0e84f8b"},"7253bd7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48dd45f64d9f39bddd0253712d4283d9e6c36897"},"48dd45f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-189:")," [","[Downshift]"," refactor the downshift] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/435e097e66d25926beb1a472090aec0ead2901e7"},"435e097"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-214:")," ","[DatePicker]"," support accessibility (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5333154bfa617e45867919b5b5848d36282202f0"},"5333154"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-215:")," ","[TimePicker]"," add aria-live for screen reader (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/13150f241d3676a67d14fbac322bff61a751bcd0"},"13150f2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-215:")," ","[TimePicker]"," support A11y (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bfc04b2c77224bef3ae2f36799593a51d2c8f08a"},"bfc04b2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-215:")," ","[TimePicker]"," support accessbility (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e2fcfeda178979d75ba1fe852b09a1d77bd3fd01"},"e2fcfed"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Banner]"," remove RcBanner, full alert component (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4ab8cc54a6c2d77aafb7794bcbaf2bacfbdf4de7"},"4ab8cc5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[Button, ListItem, MenuItem]"," apply withTooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6fa09a915a2735d9012de5a56f9554cd5c422e05"},"6fa09a9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[ButtonGroup]"," implement ButtonGroup (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/63a82388d5f0c5e53d1a4bb0a23a839cf2b5df34"},"63a8238"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[SplitButton]"," implement SplitButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8db5deff9836e7fb28bbc36dbf03acad5990741c"},"8db5def"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[withTooltip]"," implement with Tooltip hoc (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/31a5259f5337b3efc62bfdfb09ac32865478a833"},"31a5259"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-242:")," [","[Component update]"," Icon button/plain- add offset for focus indicator] add offset to keyboard focus (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e91a7330cbcb1a47c3cf53a554dcf5608954a581"},"e91a733"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-249:")," [","[RcVirtualizedList]"," add scrollContainer props] add scrollContainerProps props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/72c2271b98df36662e5e6e21bd5d825010f8f839"},"72c2271"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-249:")," [","[RcVirtualizedList]"," add scrollContainer props] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/476c1d904b82b301336597e6b9909c2140f992e7"},"476c1d9"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-261:")," ","[DatePicker]"," add automation id for month year day (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/12591159d51978d1edf3fc3205178982b4019650"},"1259115"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-264:")," [","[Downshift]"," add unSelectable to replace the isMember] add unSelectable (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8603078a52e437a5f2e9499c823baf7aae8c7f95"},"8603078"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-265:")," ","[Add auto hide feature to scrollbar in virtualized list]"," add auto hide. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/16bec33467c384aecb3336e3fedcbcda1f4580bc"},"16bec33"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Deprecate check]"," add production check with warning only show in dev mode (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/38b43de45a9dfca7223a4c05d5219f32819c2a54"},"38b43de"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Deprecate check]"," add tooltip depecrate warning (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7e8c6aa2507995ad4b1516c89fec145065498d41"},"7e8c6aa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Deprecate check]"," implement deprecate check method (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e015d771f7701b928210cf9cf802347bfbf2f32"},"8e015d7"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-273:")," [","[AutoCollapseAction][iconbutton]","[InlineEditable]"," deprecated tooltipForceHide] remove tooltipForceHide (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4140f29a88418497467da48d1f28bdaaedf15608"},"4140f29"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-281:")," [","[MenuItem]"," add props deprecate warning] add deprecated prop waring (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5f1b5e83d29cb0e290f58b4a3105501f77bf84d3"},"5f1b5e8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-205:")," ","[IconButton]"," forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/11ed19bc62ccfa5fe3b0056e8f21db5c94d20421"},"11ed19b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-222:")," [","[Switch]"," error style in dark theme] fix switch token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c54b69612cbf0ede808b5740fcfb927ea79abb31"},"c54b696"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Alert]"," full alert component with RcAlert (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b259d6b213aeb296a2eb35cd840de7dca0aaed67"},"b259d6b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Alert]"," only need align (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a133d2e1c7f11644e78e3d41738f83f961840784"},"a133d2e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-233:")," ","[Banner]"," mark deprecated and remove storybook (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/862c4a6d09c15950ff65fa7435693bb09728cb6f"},"862c4a6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[Button]"," forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5b3240bee73b980ab01fb2bd9528f535f1a9ac04"},"5b3240b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[ListItem]"," forwardRef ListItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ceee3fa7daa35d6ef1f946f17812a4fc128e2b17"},"ceee3fa"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[MenuItem]"," forwardRef (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3a28015d071b06af16b22d3a73ba40dd7616a556"},"3a28015"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[palette]"," fix setOpacity props not pass full issue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b627d25b3486bad0253dd0cdee2864323b3bb332"},"b627d25"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[SplitButton]"," add TooltipProps enterNextDelay for first menuItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c743e3acde5023c855fa9abb21ce0842e19e66ae"},"c743e3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-241:")," ","[Tooltip]"," forwardRef tooltip (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/db4fb23b5fc7d3d5eb97f7afe0abc05509d212bb"},"db4fb23"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-254:")," [","[Checkbox]"," should fix style utils import path] fix path (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d530e0fcef7f73bbad990e577af22571356ce8f0"},"d530e0f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-254:")," [","[Checkbox]"," should fix style utils import path] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/15b77fb7165c1a1fce23c1280eb7f2b9d250cefa"},"15b77fb"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-256:")," ","[VirtualizedMenuList]"," should keep focus on the top/bottom item when ","`","loop","`"," is false and keep pressing up/down (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d7faf05d8f8ed1d3df2e7fb1711f69d81de29f22"},"d7faf05"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-257:")," [","[Downshift][windows]","Focus not on the chip when hit Del to delete chip.] handle Delete key (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/181ccb02867c5660fd698a801eb6f29c84cbfa2e"},"181ccb0"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-260:")," ","[fix ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"do not disturb")," color of presence]"," fix color token (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6023e593be974437bb74d3cc72fe977e55c2ccf3"},"6023e59"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-262:")," [","[Downshift]"," It did't scroll to top when input changed] let suggestion list scroll to top when input changed (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1d15b2521f88e84438fe445a587d01dae9cf9a9b"},"1d15b25"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-266:")," ","[Select]"," truncated when text too long (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/98cc6fea9f95d6a59420964157eb5e4193295198"},"98cc6fe"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-268:")," ","[Expose autoHideScrollbar prop for RcInfiniteList]"," forward prop. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99dafdd4b8f4cffbf7e24bfa6bc1c9ef69dfe283"},"99dafdd"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-268:")," ","[Expose autoHideScrollbar prop for RcInfiniteList]"," normalize props. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f10fb4ec0d845b1b94e9eb95b0747731820fba9d"},"f10fb4e"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-270:")," [","[Downshift]"," onKeydown was override] avoid override onKeyDown (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8674d8a74d7e2c8e3c305001011967543f0b0a70"},"8674d8a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-272:")," ","[Icon]"," apply withDeprecatedCheck with props (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/83be6e8a3d102c54d8df480b75a9b0caa536fe6f"},"83be6e8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.1.2...1.1.3"},"1.1.3")," (2020-11-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," remove ToggleButton"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItem"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItemGroup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSectionTitle"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItem"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormItemGroup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSection"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," Remove FormSectionTitle")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," ","[ToggleButton]"," remove ToggleButton (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bc5a734a6781784dc3d3dfcaf73b44277d73251"},"5bc5a73"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," [","[Form]"," remove FormItem FormItemGroup FormSection FormSectionTitle] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c4f19f6e9d0b44dbfbf7f4bdc45ab4e4df093236"},"c4f19f6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-213:")," [","[Form]"," remove FormItem FormItemGroup FormSection FormSectionTitle] update snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/46cd42fd21c1de9afe6b787455fbfc9555e4a028"},"46cd42f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-221:")," [","[DatePicker]"," upgrade @material-ui/pickers to 3.2.10] upgrade mui picker version (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cbbcac599c9e8d6e810845c3406e613a91335f35"},"cbbcac5"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," change to RcMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/40f6764b73415fd1d7f22bffff61d70bc4a4049e"},"40f6764"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," change to RcMenu (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3083792be3228f05e96a34d7a8f0ff5da2c4de2c"},"3083792"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," fix key issue and example (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/7686ea65f2cf9c2487ab9ec02b44a80566bdd02b"},"7686ea6"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," fix lint (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/6bfc5602452a8d863570a0d82a742c954bdea9ac"},"6bfc560"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," remove anchorOrigin (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/222a47a89f80017da2cfa5fb25cfbf516ac04183"},"222a47a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," remove RcMenuItem (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c168d3a23b3be04791b4a5999e7af289b1ddd098"},"c168d3a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-225:")," [","[Rating]"," New component] show tooltip when tab on a star & fix error margin when enable readonly prop (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ecfe6e35cd7ce95058b698ba44ef7861da7bef0b"},"ecfe6e3"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-230:")," ","[mention]"," focus style. (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/24551a20db3ff3be8719e0703a220028486c45dd"},"24551a2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-235:")," ","[Checkbox - should have 4 px padding between the label and the button]"," fix padding with label (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba3f20aa0099b5a1f6a719bd3951535cdb250e86"},"ba3f20a"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-240:")," ","[Link]"," add a11y suppor (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/39c29bd6b98bfda453eeef21869f78da14b637a6"},"39c29bd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-216:")," [","[AutoSizer]"," Should call setSize when element was hide or size not changed] avoid re-render when element hide/show (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4a570ba496086b341ccfb8f2f8246a403773e053"},"4a570ba"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-224:")," ","[AutoCollapseActions]"," fix props type (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/76f0cdee41aff2012f715b054b8e81db9e615e6e"},"76f0cde"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-227:")," [","[Dark Theme]"," fix wrong color usage in components] ExpansionPanelDetails, Tabs, Thumbnail (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c44acf2858f02f216cec0a987d9c5fae33d95e47"},"c44acf2"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-228:")," [","[VirtualizedScrollContainer]"," fix tabIndex] fix (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0d0461bda94c9d0108c3254f0955e64d13d9f3bb"},"0d0461b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-232:")," ","[AtMention]"," should not show outline when focused (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44da67b612c4128bc464ed814a3b286009a2dad4"},"44da67b"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," ","[Icon]"," mark iconColor and iconSize deprecated, replace with color and size (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9532322b1b2d226ef3f4efd47751f289f79d5eb3"},"9532322"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-74:")," ","[Presence]"," fix issue - pass color object into div (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f79fdcbab10cea5da70ebc1e7eb526642e2ca9d"},"3f79fdc"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/1.1.1...1.1.2"},"1.1.2")," (2020-11-03)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-207:")," ","[Release]"," add release note with standard-version (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/546063f6d9b7115edcd8ba0e3879210bb3b82031"},"546063f"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Alert]"," init Alert component with desing spec (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/44979b814507d3f36f0d31752320b168483d927a"},"44979b8"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Storybook]"," change alert and confirm dialog name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2c2726c1619247ee9a3fded218e6bc74e8e52868"},"2c2726c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Alert]"," remove not need comment and fix comment (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f1f49dfa184081bfaca210695705ad2f1b7e8c23"},"f1f49df"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Alert]"," support size switch (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d6da1590f5240bf3ed35f62bd3001dedd8a69aad"},"d6da159"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Snapshot]"," update-snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/36bd04ca367cd212046019d8c183f793a74ca70d"},"36bd04c"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"RCUI-90:")," ","[Snapshot]"," update-snapshot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3f5534287086ec9d175fc85b455a7c9e7b28baf9"},"3f55342"),")")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"CHANGELOG",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/CONTRIBUTION.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"CONTRIBUTION/Contribution Guide",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"CONTRIBUTION"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Setup"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Install the dependencies with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"yarn")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// install deps\nyarn\n\n// normal start, fast speed in develop component\nyarn start\n\n// start with docgen, that run when you write doc in component\nyarn storybook:docgen\n\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Coding style guide"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Component file structure:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"./assets/component-structure.jpg",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"├── index.ts // All item reexport from here, no logic involved.\n├── InlineEditable.tsx // The main logic file.\n├── __stories__\n│ ├── InlineEditable.story.mdx // The component document page.\n│ ├── InlineEditable.story.tsx // The component storybook.\n│ └── __snapshots__\n│ └── InlineEditable.story.tsx.snap // Auto generate snapshot.\n├── __tests__\n│ └── InlineEditable.test.tsx // Unit test for that component\n├── styles\n│ ├── InlineEditableStyle.tsx // Main custom style file\n│ ├── index.ts // Re-export\n│ └── textFieldStyle.tsx // Addition style\n└── utils // All token and related method put in here.\n ├── InlineEditableUtils.ts\n └── index.ts // Re-export\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Main Logic File"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"type RcButtonColor = RcBaseColor<\n 'primary' | 'secondary' | 'negative' | 'positive' | 'action' | 'neutral'\n>;\n\ntype RcButtonColorLoadingMode = 'prefix' | 'replace' | 'suffix';\n\ntype RcButtonVariant = 'text' | 'outlined' | 'contained' | 'plain';\n\ntype RcButtonRadius = keyof RcTheme['radius'];\n\ntype RcButtonProps = {\n /** size of button, default is `large` */\n size?: RcButtonSize;\n /** variant of button, default is `contained` */\n variant?: RcButtonVariant;\n /** color of button */\n color?: RcPaletteKeys | RcButtonColor;\n /** is button loading */\n loading?: boolean;\n /** loading mode with button, default is `replace` */\n loadingMode?: RcButtonColorLoadingMode;\n /** Props send to `RcCircularProgress` when loading is `true` */\n CircularProgressProps?: RcCircularProgressProps;\n /** component for render root button, default is `button` */\n component?: React.ElementType;\n /** border radius for button */\n radius?: RcButtonRadius;\n /** should keep elevation when type is `container` */\n keepElevation?: boolean;\n /** @deprecated Icon, please use startIcon with `` */\n IconProps?: RcIconProps;\n} & RcBaseProps<\n ComponentProps,\n | 'color'\n | 'size'\n | 'variant'\n | 'title'\n // * use disableFocusRipple, so omit that\n | 'focusRipple'\n>;\n\nconst _RcButton = forwardRef(\n (inProps: RcButtonProps, ref) => {\n const props = useThemeProps({ props: inProps, name: 'RcButton' });\n const {\n children: childrenProp,\n classes: classesProp,\n startIcon: startIconProp,\n endIcon: endIconProp,\n // omit all your custom props\n loading,\n loadingMode,\n IconProps,\n size,\n color,\n CircularProgressProps,\n variant,\n radius,\n keepElevation,\n ...rest\n } = props;\n\n ...\n\n const classes = useMemo(\n () => combineClasses(RcButtonClasses, classesProp),\n [classesProp],\n );\n\n return (\n \n ...\n \n );\n },\n);\n\nconst RcButton = styled(_RcButton)`\n ${buttonStyle}\n`;\n\nRcButton.defaultProps = {\n size: 'large',\n color: 'primary',\n variant: 'contained',\n loadingMode: 'replace',\n};\n\nRcButton.displayName = 'RcButton';\n\nexport { RcButton };\n\nexport type {\n RcButtonColor,\n RcButtonColorLoadingMode,\n RcButtonProps,\n RcButtonSize,\n RcButtonVariant,\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Import ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"import React, { FunctionComponent } from 'react';")," and not using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"React.xxx"),", other import should keep short and clear.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"The component ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"props")," related type should be the top of file after all ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"import")," and naming for ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"[Name]Props"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Here is some ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Base")," type from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"foundation"),", you should use that to unified token, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"size"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"color"),", you need using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"BaseSize")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"BaseColor")," to pick that.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Custom props you should add comment with and show the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"default value"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Join with Material Props with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"&")," by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"BaseProps")," and Omit props you want omit in the second argument, and that should join after our addition props.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Destructure props you need for logic inside ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Component")," not on the function argument, and pass whole props into ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Styled[Name]"),", keep all props go into Styled.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Custom class should using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"utils")," set classes like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcButtonClasses"),", that implement will in the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"Token Utils")," section.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"All props we custom cover with need combine with out side pass in props, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"classes"),", user can add custom class name for this component, if we don't using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"combineClasses")," to combine those props, that will make outside props not working.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"When custom event should use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"combineProps")," to wrapper methods, that will combine two method together,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"combineProps({ onClick: onClickProp }, { onClick: handleClose });\n"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"final export with styled to contain this private component ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"_[Name]")," assign to ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"FunctionComponent<[Name]Props>"),", that for us can using this component in other ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled")," to styled that.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Component need assign displayName for Storybook using show with correct name example ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"[Name].displayName = '[Name]';"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"At Main Component file, All export in main file should put in the bottom of file.(Other utils file can export directly)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Styled Component"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre"},"\n1. Using styled from foundation.\n\n```ts\nimport { styled, css, RcThemedStyled } from '../../../../foundation';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Pick material props from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"forward")," component and remove all props which ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"should not pass")," to material.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// ButtonStyle.tsx\nexport const buttonStyle: RcThemedStyled = (props) => {\n const { variant, size, radius: radiusProp, keepElevation } = props;\n const plainTextColor = plainButtonTextColor(props);\n\n const iconSpace = spacing(RcButtonIconSpace[size!]);\n\n const isPlain = variant === 'plain';\n\n return css`\n ...some style\n `;\n};\n\n// Button.tsx\nconst RcButton = styled(_RcButton)`\n ${buttonStyle}\n`;\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"All method contain in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"styled")," style template block will auto pass ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"({ theme })")," after function return with function.",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"like above ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"palette2('primary', 'main')"),", it will return ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"({ theme }: ThemeProps) => any"),", that will auto be pass with theme, don't pass manually like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"palette2('primary', 'main')({theme})"),".")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"All token styled utils contain in ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"foundation")," folder, we should using that from there."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { palette2, spacing, typography } from '../../../../foundation';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Custom class should get from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"utils"),", don't use plain string like below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"}," &.${ButtonClasses.contained} {\n ...;\n }\n")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"If you want to pick method out of styled block, you need using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemedStyled")," to declare method, like below",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"const buttonHoverColor: RcThemedStyled = ({\n color,\n theme,\n}) => setOpacity(palette2('neutral.b02'), '08');\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"RcThemedStyled")," generic type first arg is the method argument type, and the second type is that return type, default with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"(themeOptions: RcThemeProps) => any"),", that will auto run with ({ theme }).")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Token Utils"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { palette, Classes, PaletteType, UnitMap } from '../../../../foundation';\nimport { ButtonColor, ButtonProps, ButtonSize } from '../Button';\n\nexport const ButtonClasses = Classes(\n ['disabled', 'contained', 'text', 'outlined'],\n 'Button',\n);\n\nexport const ButtonColors: UnitMap = {\n primary: palette2('primary', 'main'),\n secondary: palette2('secondary', 'main'),\n negative: palette2('semantic', 'positive'),\n positive: palette2('semantic', 'negative'),\n action: palette2('common', 'white'),\n};\n\nexport const ButtonSizes: UnitMap = {\n medium: '36px',\n large: '40px',\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Classes related should use to contain, that will make all using class to unified ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"[alias]-[classType]")," like above disabled will be: ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Button-disabled"),", that will make us easy to debug and identify.",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"Classes<[Name]Props>([...classTypes], 'alias')`\n"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Token relate should using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"UnitMap<[Name][TokenName]>")," to unified size and check we has implement with, like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"size")," and ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"color"),", and the second type will assign for every item type.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can import svg icon components from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"icon/xxx.tsx")," like below,"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { ArrowDown } from '@ringcentral/juno-icon';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Debug with vscode"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Launch Debug"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"ctrl + shift + p\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Typing ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"task")," and choice ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Run Storybook"),", that will serve the application."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Press ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"F5")," to run ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Launch Chrome")," and you can debug with vscode."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Attach Debug"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("em",{parentName:"strong"},"Before you using attach debug, you should close all of chrome, and using terminal to open chrome."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"ctrl + shift + p\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Typing ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"task")," and choice ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Run app"),", to run app."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Press ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"F5")," to run ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Attach Browser")," and you can using vscode debug in the IDE now."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Typescript"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://jkchao.github.io/typescript-book-chinese"},"https://jkchao.github.io/typescript-book-chinese"),"\n",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.typescriptlang.org/docs/handbook/utility-types.html"},"https://www.typescriptlang.org/docs/handbook/utility-types.html")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Testing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-shell"},"yarn test\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Git flow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"checkout branch from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"main"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"commit with message like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"feat(Ticket-Number): [Update-scope] what change you made"),", like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"chore(RCUI-100): [Snapshot] update snapshot"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"We test components change base on snapshot, run ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"yarn update-snapshot")," to update snapshot before you push.")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"CONTRIBUTION/Contribution Guide",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Guides/DeprecatedWarning.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Guides/Deprecated Warning",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Deprecated Warning"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"If you use some deprecated methods, we will show warning when you use in development mode,\nif you don't want see those warning, you can turn off that by set"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import { configure } from '@ringcentral/juno';\n\nconfigure({\n warning: false,\n});\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"or just use window to set"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"window.__JUNO__.WARNING_IGNORE = true;\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"BUT, Don't recommended you close it, we should avoid use any deprecated props or methods.")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Guides/Deprecated Warning",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Guides/Fonts.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Guides/Use Lato Font",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Font"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"JUNO was designed with the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://fonts.google.com/specimen/Lato"},"Lato")," font in mind.\nBut the Lato font will ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"p"},"not")," be automatically loaded by JUNO. The developer is responsible for loading all fonts used in their application."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Lato font CDN"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Shown below is a sample link markup used to load the Lato font from a CDN:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-html"},'\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Install with npm package"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"JUNO depends on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"typeface-lato")," package. If you are using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"webpack")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"css-loader")," or ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"scss-loader"),", you can import it directly in your project."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"In your JS entry-point:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-js"},"import 'typeface-lato'\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Or in your SCSS file:"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-scss"},"@import '~typeface-lato/index.css';\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Guides/Use Lato Font",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Guides/Icon.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"📖 Guides/Use Svg with Juno Icon",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use Svg"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"using ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"@svgr/webpack")," to load svg as component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"you can import from ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"'@ringcentral/juno/icons/*.svg"),", using like below."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import phoneSvg from '@ringcentral/juno-icons/icon-phone.svg';\n\nconst App = (props) => {\n return (\n \n \n \n );\n};\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"📖 Guides/Use Svg with Juno Icon",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/HOW_TO_WRITE_DOCS.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"CONTRIBUTION/How to write storybook document",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"How to write storybook document"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Clone repo from git")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"git clone git@github.com:ringcentral/juno.git\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Run app")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"cd rcui\n\nyarn start\n# or run storybook if you need component doc generator\nyarn storybook\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Checkout branch")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"## switch to develop branch\ngit checkout develop\n\n## create a branch follow with you want to write component\ngit checkout -b 'RCUI-DOC-Button'\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Find Component folder under ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"src/components/${component name}"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"In that ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"__stories__")," folder, create a file name follow with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"${component name}.story.mdx")," like ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"Drawer.story.mdx"),".")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"Open that file and follow below guide to start write components document."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Quick Teaplate generator"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Use vscode launch feature to create"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Open ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Run and Debug")," in sidebar"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Choice ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"create mdx")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Press ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"F5")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Enter Component name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Press Enter to confirm")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"./assets/create-mdx.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You also can use script to create template quickly!"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre"},"yarn create-mdx -- ComponentName\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"that will create mdx template in root, put that file to target folder.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Component Story Doc Guide"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Need show component reference in document."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"All custom props need follow with one example."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Let user know...",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"How to use component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Which component we base onHow to use component."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Each addition props we supportHow to use component."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Make User easy to use components, and can find their use case in our examples."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Show all props for user to know how to use, and detail description with each prop.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Template structure"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"./assets/mdx-example.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Only use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://storybook.js.org/docs/react/writing-docs/mdx#embedding-stories"},"embedding-stories"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("blockquote",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"blockquote"},"We want user can control props in component page, so we only use embedding-stories")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"like below, that id can get from browser target story url."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'\n \n\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"keep write example simple, not too complete example, that will make user confuse, and diffcult to view code in example")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"keep example code in one file, because our story code plugin only can show one file in story tab."))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"How to use image"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"Put file below ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"assets/*"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"and use markdown to view that"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-md"},"![](./assets/mdx-example.png)\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Push your code"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Update snapshot first")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"yarn update-snapshot\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:2},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Commit your code")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"git commit -m 'doc(RCUI-DOC): [Button] create button doc page'\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:3},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Push to remote branch")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-bash"},"git push --set-upstream origin RCUI-DOC-Button\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",{start:4},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},"Open ","[","github","]","(",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/-/merge_requests"},"https://github.com/ringcentral/juno/-/merge_requests"),") to create a merge-request, title same as your commit message ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"doc(RCUI-DOC): [Button] create button doc page"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"How to write mdx"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://storybook.js.org/docs/react/writing-docs/mdx"},"Storybook document")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.youtube.com/watch?v=HUBNt18RFbo"},"Markdown Crash Course")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.runoob.com/markdown/md-tutorial.html"},"md-tutorial")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"CONTRIBUTION/How to write storybook document",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/README.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"README",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"Juno"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"https://img.shields.io/badge/juno-core-f54785",alt:"Static Badge"})," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.npmjs.com/package/@ringcentral/juno"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/npm/v/@ringcentral/juno/latest.svg",alt:"NPM version"}))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"p",src:"https://img.shields.io/badge/juno-icon-f5c747",alt:"Static Badge"})," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://www.npmjs.com/package/@ringcentral/juno-icon"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/npm/v/@ringcentral/juno-icon/latest.svg",alt:"NPM version"}))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://github.com/ringcentral/juno"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/badge/github-8A2BE2",alt:"Static Badge"}))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://stackblitz.com/edit/juno-vite-example-zksfob?file=src%2FApp.tsx"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/badge/stackblitz-8A2BE2",alt:"Static Badge"}))," ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://codesandbox.io/s/4j370"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"a",src:"https://img.shields.io/badge/Codesandbox-8A2BE2",alt:"Static Badge"}))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Ringcentral React Component library, make your app have the same user experience as Ringcentral Apps."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://material-ui.com/"},"MATERIAL-UI"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Explore Juno with the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://ringcentral.github.io/juno/"},"interactive live Storybook instance"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Install"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"npm i @ringcentral/juno @ringcentral/juno-icon styled-components dayjs\n// or\nyarn add @ringcentral/juno @ringcentral/juno-icon styled-components dayjs\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Quick Start"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"All components we using need contain in the ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcThemeProvider"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import {\n RcAvatar,\n RcTooltip,\n RcButton,\n RcIcon,\n RcLink,\n RcCircularProgress,\n RcThemeProvider,\n} from '@ringcentral/juno';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-html"},'\n SH\n Button\n LINK\n \n \n\n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use Juno Icon"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"We can use any component with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcIcon")," prop ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"symbol"),", pass component into symbol that will render svg icon with our ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcIcon")," style."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { RcIcon } from '@ringcentral/juno';\n\nimport { Phone } from '@ringcentral/juno-icon';\n\nconst App = (props) => {\n return (\n \n \n \n );\n};\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"README",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/CustomTheme.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/Custom theme",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Custom Theme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can custom theme by ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"theme")," props with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcThemeInput")," object like below, all of option you can see type ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcThemeInput"),";"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"const defaultTheme: RcThemeInput = {\n palette: {\n blue: {\n top:'#0088ff'\n bottom:'#0088'\n },\n primary: {\n main: '#0684bd',\n },\n ...\n },\n props: {\n RcAccordion: {\n expandIcon: true,\n ...\n }\n }\n};\n\nconst App = (props) => {\n return (\n \n \n \n );\n};\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Typescript"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Create a declarations file\nTypeScript definitions for ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components")," can be extended by using declaration."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"So the first step is creating a declarations file. Let's name it ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"juno.d.ts")," for example."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"styled")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"@ringcentral/juno")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// import original module declarations\nimport '@ringcentral/juno';\n\n// and extend them!\ndeclare module '@ringcentral/juno' {\n interface DefaultTheme {\n palette: {\n blue: {\n top:'#0088ff'\n bottom:'#0088'\n },\n };\n }\n\n // before ts 4.1, the only way to use Literal Types, you should use script to create all possible color type\n interface DefaultPaletteKeys {\n ['blue.top']: string;\n ['blue.bottom']: string;\n }\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Then you can use styled like below"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { styled, palette2 } from '@ringcentral/juno';\n\nconst Button = styled.div`\n color: ${({ theme }) => theme.palette.blue.top}; // result will be `#0088ff`\n background-color: ${palette2('blue', 'top')}; // also can use palette2\n`;\n\n// also have type in `color` prop\nreturn Click\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"styled")," with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"h3"},"styled-components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"If you work with other ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components")," library, you should set ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://styled-components.com/docs/api#create-a-declarations-file"},"custom theme")," for whole ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ol",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"create ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"juno.type.d.ts")," like above")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ol"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},"create another ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components.type.d.ts")," to extends ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"RcTheme")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"// import original module declarations\nimport 'styled-components';\nimport { RcTheme } from '@ringcentral/juno';\n\n// and extend them!\ndeclare module 'styled-components' {\n export interface DefaultTheme extends RcTheme {}\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Then you can use styled like below"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-ts"},"import styled from 'styled-components';\n\nconst Button = styled.div`\n color: ${({ theme }) => theme.palette.blue}; // result will be `#0088ff`\n background-color: ${palette2('blue', 'top')}; // also can use palette2\n`;\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/Custom theme",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/SwitchTheme.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/Switch Theme",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Switch theme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"https://codesandbox.io/s/juno-theme-switcher-4j370?file=/src/App.tsx"},"https://codesandbox.io/s/juno-theme-switcher-4j370?file=/src/App.tsx")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},'const themeMap = {\n light: {}, // that theme you want to overwrite default theme\n dark: RcDefaultDarkTheme // that theme you want to overwrite default theme\n}\n...\n\n \n \n
    123
    \n
    Abc
    \n
    \n
    \n')),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"useThemeSwitcher"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"use ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"useThemeSwitcher")," to set theme or get theme value from hook."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},"ThemeSwitcher")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-tsx"},"import { RcButton, useThemeSwitcher } from '@ringcentral/juno';\nimport React, { FunctionComponent } from 'react';\n\nexport interface ThemeSwitcherProps {}\n\nexport const ThemeSwitcher: FunctionComponent = () => {\n const { setTheme, themeMap } = useThemeSwitcher();\n\n return (\n <>\n {Object.keys(themeMap).map((key) => (\n {\n setTheme(key);\n }}\n >\n {key}\n \n ))}\n \n );\n};\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/Switch Theme",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/UseToken/Scss.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/🎨 Use Juno Token(Scss)",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use Rc Token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Scss"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can also use token with scss file"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"@import '@ringcentral/juno/scss/theming';\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"buildIn mixin and function"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("table",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("thead",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"thead"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"name"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"description"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"Example"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("th",{parentName:"tr",align:null},"result"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tbody",{parentName:"table"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-opacity"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get opacity from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"opacity: rc-opacity('1')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"opacity: 0.1"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-breakpoints"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get breakpoint from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@media screen and (max-width: rc-breakpoints('md')) { }")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@media screen and (max-width: 640px) { }"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-shape"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get shape from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"border: rc-shape('border3')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"border: 1px solid rgba(0, 0, 0, 0.36)"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-shadow"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append shadow style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-shadow(1)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-typography"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append typography style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-typography('body1')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"font-size: 3.5rem; font-weight: 400; line-height: 72px"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-zIndex"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append zIndex style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-zIndex('banner')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"z-index: 9500"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-radius"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append border-radius style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-radius('circle')")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"border-radius: 50%"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-spacing"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"append spacing style from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"margin: rc-spacing(1, 2, 3, 4)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"margin: 4 8 12 16"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-palette"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@function")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"get palette from theme token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color: rc-palette(element, primary)")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"color: #4475FD"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"with-rc-theme"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"let user can use this to get both theme color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"td",src:"./assets/with-rc-theme.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"[light]"," .paper { color: #4475FD } ","[dark]"," .paper { color: #729AFF }")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"with-rc-theme-type"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"let user can use this to get target theme color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"td",src:"./assets/with-rc-theme-type.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"[dark]"," .paper { color: #729AFF }")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"custom-rc-palette"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Set custom palette color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("img",{parentName:"td",src:"./assets/custom-rc-palette.png",alt:null})),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"that will change the whole project default light and dark theme")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-utilities"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"Set custom palette color"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-utilities();")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"only include utilities class")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("tr",{parentName:"tbody"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"rc-core"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@mixin")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"include all rc class"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"td"},"@include rc-core();")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("td",{parentName:"tr",align:null},"include all rc color and utilities")))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h4",null,"Create global color style"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Include all rc color and utilities class with ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"rc-core"),"."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"@include rc-core();\n/**\n rc-bg-xxx, ex: rc-bg-primary-main => background-color: #4475fd\n rc-text-xxx, ex: rc-text-primary-main => color: #4475fd\n rc-border-xxx, ex: rc-border-primary-main => border-color: #4475fd\n\n ----- also import all utilities -----\n rc-opacity-xxx\n rc-zIndex-xxx\n rc-radius-xxx\n rc-shadow-xxx\n rc-typography-xxx\n rc-m-xxx\n rc-mt-xxx\n rc-b-xxx\n rc-bt-xxx\n ...\n*/\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Only import utils"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"With ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"rc-utilities")," that will only include utilities class."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"@include rc-utilities();\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Custom your global class"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"/** custom your light variable */\n$rc-palette-custom-light-variable: (\n primary: (\n main: red\n )\n);\n\n/** custom your dark variable */\n$rc-palette-custom-dark-variable: (\n primary: (\n main: black\n )\n);\n\n/** set custom palette before include all theme class */\n@include custom-rc-palette(\n $rc-palette-custom-light-variable,\n $rc-palette-custom-dark-variable\n);\n\n/** include your class */\n:global {\n @include rc-core();\n}\n")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Only include what you want"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"You can only import some utilities from rc-utilities"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("pre",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("code",{parentName:"pre",className:"language-css"},"// add opacity\n@include add-style('rc-opacity', 'opacity', $rc-opacity-variable);\n\n// add z-index\n@include add-style('rc-zIndex', 'z-index', $rc-zIndex-variable);\n\n// add radius\n@include add-style('rc-radius', 'border-radius', $rc-radius-variable);\n\n// add shadows\n@include add-rc-shadow($rc-shadows-variable);\n\n// some typography you want to include\n@include add-rc-typography(\n 'display4',\n 'display3',\n 'display2',\n 'display1',\n 'headline1',\n 'headline2',\n 'title2',\n 'title1',\n 'subheading2',\n 'subheading1',\n 'body2',\n 'body1',\n 'caption2',\n 'caption1',\n 'button'\n);\n\n// margin\n@include add-rc-spacing(5, $rc-unit, 'm');\n// padding\n@include add-rc-spacing(5, $rc-unit, 'p');\n")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/🎨 Use Juno Token(Scss)",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/Theming/UseToken/Styled-component.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"💅 Style system/🎨 Use Juno Token",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,"Use Rc Token"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"Our style system base on ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"p"},"styled-components"),", we provide utils let you can use token easily."),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",null,"View more detail"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/story/%F0%9F%92%85-style-system-utils--palette-example"},"utils example"))),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("p",{parentName:"li"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"p",href:"?path=/docs/api-reference-styles-ellipsis--page"},"API reference")))))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"💅 Style system/🎨 Use Juno Token",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{__namedExportsOrder:()=>__namedExportsOrder,__page:()=>__page,default:()=>__WEBPACK_DEFAULT_EXPORT__});__webpack_require__("./node_modules/react/index.js");var _mdx_js_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/@mdx-js/react/dist/esm.js"),_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/@storybook/addon-docs/dist/esm/index.js"),_excluded=["components"];function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var layoutProps={};function MDXContent(_ref){var components=_ref.components,props=_objectWithoutProperties(_ref,_excluded);return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("wrapper",_extends({},layoutProps,props,{components,mdxType:"MDXLayout"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.h_,{title:"ICON-CHANGELOG",mdxType:"Meta"}),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h1",null,"CHANGELOG"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("br",null),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.77.0...juno-icon-v1.78.0"},"1.78.0")," (2024-09-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons AiSparkle, ThumbUpSp, ThumbDownSp, ThumbUpBorderSp, ThumbDownBorderSp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dcbbbaef0cd8494a0a0ae21d87a376a779203f91"},"dcbbbae"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.76.0...juno-icon-v1.77.0"},"1.77.0")," (2024-07-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon HomeBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af9902bb917aabac40e72cb7a77b0033300aa730"},"af9902b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.75.0...juno-icon-v1.76.0"},"1.76.0")," (2024-07-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.74.0...juno-icon-v1.75.0"},"1.75.0")," (2024-07-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons WorkflowFilled, WorkflowOutlined (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/568d8a7c445188720e9347eaa34a573906587d10"},"568d8a7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.73.0...juno-icon-v1.74.0"},"1.74.0")," (2024-06-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon ViewInConversationThread (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8519b263b8f9bc2545a13cf161355c23527b17e2"},"8519b26"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.72.0...juno-icon-v1.73.0"},"1.73.0")," (2024-06-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons KeypadOffSp, RecordingInsights (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/207263266c7124ee66f21c7025e5cef5e5e73c8f"},"2072632"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.71.0...juno-icon-v1.72.0"},"1.72.0")," (2024-05-24)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Add icon Disposition (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/842dc502053f7d6b935c896c4c7964221de60042"},"842dc50"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.70.0...juno-icon-v1.71.0"},"1.71.0")," (2024-05-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiIndicator (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9fbf85860461385686b589dc513a28b30c6f2acf"},"9fbf858"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.69.0...juno-icon-v1.70.0"},"1.70.0")," (2024-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Regenerate, TakeNotes; update icon SmartSummary (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dfc56176a87d35ccf5d93642151c5b6258fe5bf2"},"dfc5617"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.68.0...juno-icon-v1.69.0"},"1.69.0")," (2024-04-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiSmartNotesSp; update icon AiSmartNotes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05709d387b8c47f93a769decd015c1f092ef617c"},"05709d3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.67.0...juno-icon-v1.68.0"},"1.68.0")," (2024-03-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icons SupportCase, WhatsNew (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/35fa4c5275281b9c44fc2fcc9d112f7ce90a117f"},"35fa4c5"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.66.0...juno-icon-v1.67.0"},"1.67.0")," (2024-03-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," ImproveWithAi is renamed to SmartSummary")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," rename ImproveWithAi to SmartSummary; add new icon ImproveWithAi (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ba7a2524a526c363e84d4a63e4ced4491cbaf4a6"},"ba7a252"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.65.0...juno-icon-v1.66.0"},"1.66.0")," (2024-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons AiWritingOptions, CameraFilled, CameraOutlined, ChangeLength, ChangeTone, ImproveWithAi, SmartCompose, Translate (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3fac949725d1b7567d69f4da75bc142ae1bd1d0b"},"3fac949"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.64.0...juno-icon-v1.65.0"},"1.65.0")," (2024-02-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," RcDirectory has already been removed, pls use SharedDirectory as a replacement.")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Add new icons Export, MissedCallDnd, SharedDirectory. Remove icon RcDirectory (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/827d1410c81625f78abac9adf28cb34bbb8cbf15"},"827d141"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.63.0...juno-icon-v1.64.0"},"1.64.0")," (2024-01-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon MarkReplyAsUnread (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/18798bb9d4ccd779c822bbcfb8bd3d4f8cb74299"},"18798bb"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.62.0...juno-icon-v1.63.0"},"1.63.0")," (2024-01-24)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiSmartNotes (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/143643aeeffd089a9251f5fbeba6f8607cbf009f"},"143643a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.61.0...juno-icon-v1.62.0"},"1.62.0")," (2024-01-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon SmsTemplate (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a1d6f41628c69c8630adb236c2d5250ade0e8b82"},"a1d6f41"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.60.0...juno-icon-v1.61.0"},"1.61.0")," (2024-01-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AdditionalNumbers (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c198d84e38b553c46a1f05190f65376a1e272214"},"c198d84"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.59.0...juno-icon-v1.60.0"},"1.60.0")," (2023-12-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon AvatarDelegatedLines (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/4588532dd35ed083fd97d6494bf6867604c4e31d"},"4588532"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.58.0...juno-icon-v1.59.0"},"1.59.0")," (2023-12-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AiSparkles, RcDirectory, ReportAnIssueAlternative (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cfc3d1ecff0a2a47dc81974e30ba9990bccd9ba2"},"cfc3d1e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.57.0...juno-icon-v1.58.0"},"1.58.0")," (2023-11-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon Transcribe (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5bf6193b928fd4e62a31ccf4106044434578b24d"},"5bf6193"),")"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon PersonalMeeting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/cba83e01f1173d891e36d42c49a4facfafe1ab8f"},"cba83e0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.56.0...juno-icon-v1.57.0"},"1.57.0")," (2023-11-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon Globe (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d446bf70cd28d2725803936e79d7112a9fd48654"},"d446bf7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.55.0...juno-icon-v1.56.0"},"1.56.0")," (2023-11-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icons ControlRoom, PersonalMeeting (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/60378fa1116fbc13b0e24e6922a9f7a4b7b30518"},"60378fa"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.54.0...juno-icon-v1.55.0"},"1.55.0")," (2023-11-17)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new Icon Swap (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d8d025ac3c3a98bff0f040a7365eed0e45fa5f5b"},"d8d025a"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.53.0...juno-icon-v1.54.0"},"1.54.0")," (2023-11-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Bundle, Device, PaymentMethod, PurchaseCart, PushToTalk (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c6c749c5188cda5c132f7a57c4c028f05b42c803"},"c6c749c"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.52.0...juno-icon-v1.53.0"},"1.53.0")," (2023-10-25)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon AvatarDelegatedLines (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d8e6d8e4b0d3b9037d6e587204838d86208789f9"},"d8e6d8e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.51.0...juno-icon-v1.52.0"},"1.52.0")," (2023-09-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-230928:")," ","[Icon]"," Update icon RecordSp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b661c03a34930f6e648c9bdc3d31d88dd57ba87a"},"b661c03"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.50.0...juno-icon-v1.51.0"},"1.51.0")," (2023-09-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Category, Conversion, MarkAsReadBorder, Update (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/05105720ef81cb2691d5bebd51d0dc4ea9c68b50"},"0510572"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.49.0...juno-icon-v1.50.0"},"1.50.0")," (2023-08-31)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon ThreadReplySnackbar; update icon AvatarDelegatedLines (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3344a6dd3daa13720d5496f7b990e0153f4ae8a2"},"3344a6d"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.48.0...juno-icon-v1.49.0"},"1.49.0")," (2023-08-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," rename DelegatedLines to AvatarDelegatedLines; rename icon-thread_reply.svg to icon-thread-reply.svg;")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Reminder, ReminderBorder; rename DelegatedLines to AvatarDelegatedLines; rename icon-thread_reply.svg to icon-thread-reply.svg (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0ab21185ae5d84f7c34f62faffca0be17ab39812"},"0ab2118"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.47.0...juno-icon-v1.48.0"},"1.48.0")," (2023-08-10)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons: DelegatedLines, ThreadReply (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1a872d81318e16639694f47ac223cfd89f81501e"},"1a872d8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.46.0...juno-icon-v1.47.0"},"1.47.0")," (2023-08-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons CcLSp, HideSp, ParkedCallBorder, StopSp; update icon ExpandSp, ReportAnIssue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a4c684f05cdbb4382112e3f063ce740854e67841"},"a4c684f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.45.0...juno-icon-v1.46.0"},"1.46.0")," (2023-07-04)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add 18 thrid party icons (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/082506f2f92b452cf1d08b9bfe43a004e82f6983"},"082506f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.44.0...juno-icon-v1.45.0"},"1.45.0")," (2023-05-24)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new experimental icon AskfirstSp, E2EeSp, NoAudioSp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/af5878fe1628d668a3418e27c640a694b726f89f"},"af5878f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.43.0...juno-icon-v1.44.0"},"1.44.0")," (2023-05-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add 24 experimental icons, update PinWindow icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/d69589227450bdc637a46036aed402481f76a7b7"},"d695892"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.42.0...juno-icon-v1.43.0"},"1.43.0")," (2023-05-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon RemoveMemberBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3237bbed50f495c450a8698becddc31a8f7c7ed8"},"3237bbe"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.41.0...juno-icon-v1.42.0"},"1.42.0")," (2023-04-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Deskphone, DeskphonePairingInfo, Compose, Callrail, CallrailBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f9c0df7aba5189fcdb42bb2f33b07a0dad3b4393"},"f9c0df7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.40.0...juno-icon-v1.41.0"},"1.41.0")," (2023-04-11)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon TxtBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ee084b3c880cff14dfaf8e3f73cdaf8363590a67"},"ee084b3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.39.0...juno-icon-v1.40.0"},"1.40.0")," (2023-03-29)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon MicrosoftTeams2019 (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/82c9f47ca82e3564ed44dfd88ae75d5f38d4b89f"},"82c9f47"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.38.0...juno-icon-v1.39.0"},"1.39.0")," (2023-03-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon0328:")," ","[Icon]"," update icon ExternalLinkGlobal (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e01ef67a34e131ddaf7aa9c95b4755fa9bc69cb2"},"e01ef67"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.37.0...juno-icon-v1.38.0"},"1.38.0")," (2023-03-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons Folder, PdfBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/fecad4bbf97f1377bf3216aa5b89e9dc201b620c"},"fecad4b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.36.0...juno-icon-v1.37.0"},"1.37.0")," (2023-03-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon ReportAnIssue (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5ea3f000690aca596e9f2321c82a49d1fcbc3f2a"},"5ea3f00"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.35.0...juno-icon-v1.36.0"},"1.36.0")," (2023-03-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," remove icon PresenceAvailable, PresenceAvailable, PresenceDnd, PresenceOffline")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon ExternalLinkGlobal, GoogleChromeLogo; remove icon PresenceAvailable, PresenceAvailable, PresenceDnd, PresenceOffline (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/41449b874f21ac4bcb669050f5e9fe3c2aec77f8"},"41449b8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.34.0...juno-icon-v1.35.0"},"1.35.0")," (2023-03-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new Icon RcApp (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b04b12f527142baeafab6370e69c0b468df3e7e6"},"b04b12f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.33.0...juno-icon-v1.34.0"},"1.34.0")," (2023-03-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," update icon PresenceDnd (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/da22fd8fc0734a911f0b63b27b8582c4bd81af06"},"da22fd8"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.31.0...juno-icon-v1.33.0"},"1.33.0")," (2023-03-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon RcLogo (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5cf1931c291e45c10422aa2505eabd540e901203"},"5cf1931"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.30.0...juno-icon-v1.31.0"},"1.31.0")," (2023-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Icon PrisenceAvailable, PrisenceAway, PrisenceDontDisturb, PrisenceOffline are renamed. Please use PresenceAvailable, PresenceAway, PresenceDnd, PresenceOffline")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," Fix misspelled icons; Update icons PresenceAvailable, PresenceAway, PresenceDnd, PresenceOffline (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/f99a66f87ed2b2abaedbca0ec5a002e4d5b29291"},"f99a66f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.29.0...juno-icon-v1.30.0"},"1.30.0")," (2023-02-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new Icons AdvancedSetting, Billing, CalendarDay, CalendarMonth, CalendarWeek, Features, FolderBorder, Recent, WhatIsNew (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/dffcd50181003f471cedba708160da582d090a40"},"dffcd50"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.28.0...juno-icon-v1.29.0"},"1.29.0")," (2023-02-20)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons PrisenceAvailable, PrisenceAway, PrisenceDontDisturb, PrisenceOffline (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1bdfd07a547c5a77c01596421d6816cdbbd85b77"},"1bdfd07"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.27.0...juno-icon-v1.28.0"},"1.28.0")," (2023-02-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icon AddFolderBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/77f29f0564418cd14fe5189a7ef29ecc4d18d7ae"},"77f29f0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.26.0...juno-icon-v1.27.0"},"1.27.0")," (2023-02-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add new icons PinWindow, PopIn, PopOut (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/df81c876a028a6e1bb1268211f5b70e9c8fd1209"},"df81c87"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.25.0...juno-icon-v1.26.0"},"1.26.0")," (2023-01-16)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icons:")," add new icon Chat, Highlight, Summary, Notes, Transcript, Whiteboard (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/8e02257e11172bd779e329709d2a86c1e42ecdd0"},"8e02257"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.24.0...juno-icon-v1.25.0"},"1.25.0")," (2023-01-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"calls-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"phone-inbox-border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"transcript-bottom")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/26cb5762f6b0426e5771d51dc4dbf19a104133e8"},"26cb576"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.23.0...juno-icon-v1.24.0"},"1.24.0")," (2022-12-26)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-60177:")," ","[Icons]"," add ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"ListBulletL")," icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/1c2f5154dda281ccb865166f38c59440127e0748"},"1c2f515"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.22.0...juno-icon-v1.23.0"},"1.23.0")," (2022-12-22)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-60106:")," ","[Icons]"," add icons Yelp, GoogleBusiness (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/a2d4490b0bea4e10c8b5f2c60ca9a48c7ace9f3b"},"a2d4490"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.21.0...juno-icon-v1.22.0"},"1.22.0")," (2022-12-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-59809:")," ","[Icon]"," add icons Switchboard, SwitchboardBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/977ea5b2a85d617c43313c346e4ab5d4adb4f8e0"},"977ea5b"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.20.0...juno-icon-v1.21.0"},"1.21.0")," (2022-12-09)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-59435:")," ","[Icon]"," add icon Scan (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/765aebdac5c451a488174feed2ad05a56c044245"},"765aebd"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.19.0...juno-icon-v1.20.0"},"1.20.0")," (2022-11-18)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58757:")," ","[Icon]"," add icon PhoneS (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2315dc3940e13b3a7b810c771925035f8f48d9eb"},"2315dc3"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.18.0...juno-icon-v1.19.0"},"1.19.0")," (2022-11-14)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-58542:")," ","[Icons]"," add icon SortMessage (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/0f160d70ebac1b81ec142e59f79b16e96f37c9e0"},"0f160d7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.17.0...juno-icon-v1.18.0"},"1.18.0")," (2022-10-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"⚠ BREAKING CHANGES"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-icon-name:")," renamed ComplanyLine to CompanyLineBorder; renamed DirectLine to DirectLineBorder; renamed ExtentionLine to ExtensionLineBorder")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"fix-icon-name:")," ","[Icons]"," fix icon name (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/80f26a7da7e59d5327bc4b2aa67a3a1001c8d1d6"},"80f26a7"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.16.0...juno-icon-v1.17.0"},"1.17.0")," (2022-10-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-57851:")," ","[Icons]"," add icons ComplanyLine, DirectLine, ExtentionLine, Welcome (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e4c56193aa23752b257ab04f495473e2efe4434a"},"e4c5619"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.15.0...juno-icon-v1.16.0"},"1.16.0")," (2022-10-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-57410:")," ","[icon]"," add icons HudBorder, DialerS; update icon VoicemailBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/de2f253bea7d641912873c485de0f4e79719ed8e"},"de2f253"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.14.0...juno-icon-v1.15.0"},"1.15.0")," (2022-09-19)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-56027:")," ","[Icons]"," add new Icon EngageBorder, EngageDigitalBorder, RcCcBorder (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/99a390e24acd85634a6ef9625427b7eda759ef95"},"99a390e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.13.0...juno-icon-v1.14.0"},"1.14.0")," (2022-09-06)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-55457:")," ","[Icons]"," add icon RcLogoChatbot (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/48b35fe5c2c68d13e023005cf1b2d83474e34770"},"48b35fe"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.12.0...juno-icon-v1.13.0"},"1.13.0")," (2022-08-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220812:")," ","[Icon]"," add icon Country, RbnOff, RbnOn (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/563f20427e54eea1f1de6140b4101e7f55d1d77d"},"563f204"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.11.0...juno-icon-v1.12.0"},"1.12.0")," (2022-07-29)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"Icon:")," ","[juno-icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"AddTextLog")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/74aa673c4cd6cc0c1a079ee811a58160a8821655"},"74aa673"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.10.0...juno-icon-v1.11.0"},"1.11.0")," (2022-07-15)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-53452:")," ","[Icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"FacebookShareNumberIcon"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"SelectMore")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2ef450ee09dae94b6ea63b7b9145d1d1d1622051"},"2ef450e"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.9.0...juno-icon-v1.10.0"},"1.10.0")," (2022-07-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50678:")," ","[icon]"," add icon AR, remove icon color of Announcement, CallQueue, Limited, Message, Paging, SharedLine (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/70f81ee6361c4e47cd01334e4a70f7e3c7d81840"},"70f81ee"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.8.0...juno-icon-v1.9.0"},"1.9.0")," (2022-06-21)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-52441:")," ","[Icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"JumpTo")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/bdc81238038cc031078f222cf3b63821bdb6528d"},"bdc8123"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.7.0...juno-icon-v1.8.0"},"1.8.0")," (2022-06-13)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-51927:")," ","[Icon]"," add icons: AudioLow, TodayCalendarIco (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/ff9a48fa051790070121bc84e019a4db874efe7d"},"ff9a48f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.6.1...juno-icon-v1.7.0"},"1.7.0")," (2022-05-12)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50567:")," ","[Icon]"," add icon HybridContact, update icon AppsCategories, AppsDiscovery, AppsProduct (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/c8bd630d0e355ccacd83151f46b756d5e6d6dbc8"},"c8bd630"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.6.0...juno-icon-v1.6.1"},"1.6.1")," (2022-05-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220505:")," ","[Icon]"," fix size of AppsInstalled (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e6d4cc0e078ff5e969f430e1ad5430d984e7b9d3"},"e6d4cc0"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.5.0...juno-icon-v1.6.0"},"1.6.0")," (2022-05-05)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220505:")," ","[Icon]"," add icons AppsCategories, AppsDevelopers, AppsDiscovery, AppsInstalled, AppsProduct (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/889d8248a3609f2a74ea07e66081b55709eeabb0"},"889d824"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.4.0...juno-icon-v1.5.0"},"1.5.0")," (2022-04-28)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-50006:")," ","[Icon]"," add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"shield")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/b255589e6cbb7a590c38a221432719f557db3535"},"b255589"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.2.0...juno-icon-v1.2.1"},"1.2.1")," (2022-04-02)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Bug Fixes"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220402:")," ","[icon]"," fix icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"record_border")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/9dc74283d7d2b4cd27800ffd83c7251b469890bf"},"9dc7428"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h2",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h2",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.3...juno-icon-v1.1.0"},"1.1.0")," (2022-03-17)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"FIJI-48126:")," ","[Icon]"," remove icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"box_border"),"; update icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"box"),"; add icon ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"voicemail_border"),", ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"record_border")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/3152943032d1c50c6940cd687add13b943ae70c7"},"3152943"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.2...juno-icon-v1.0.3"},"1.0.3")," (2022-03-08)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220308:")," ","[Icon]"," update ",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("inlineCode",{parentName:"li"},"Customize")," (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/5ee9851d0afea20cfe29698b8e282935497f2c1f"},"5ee9851"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.1...juno-icon-v1.0.2"},"1.0.2")," (2022-03-07)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"update-icon-220307:")," ","[Icon]"," add icon ParkLocation, ParkLocationFull; update icon AvatarRooms (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/2409f3f6af389420f7709b9af85ebb6163847099"},"2409f3f"),")")),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"h3",href:"https://github.com/ringcentral/juno/compare/juno-icon-v1.0.0...juno-icon-v1.0.1"},"1.0.1")," (2022-02-23)"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("h3",null,"Features"),(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("ul",null,(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("li",{parentName:"ul"},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("strong",{parentName:"li"},"juno-icon:")," update-icon (",(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)("a",{parentName:"li",href:"https://github.com/ringcentral/juno/commit/e741a8db4ebe5ca28e3a30cca93d3bd4c768f1fe"},"e741a8d"),")")))}MDXContent.displayName="MDXContent",MDXContent.isMDXComponent=!0;var __page=function(){throw new Error("Docs-only story")};__page.parameters={docsOnly:!0};var componentMeta={title:"ICON-CHANGELOG",includeStories:["__page"]},mdxStoryNameToKey={};componentMeta.parameters=componentMeta.parameters||{},componentMeta.parameters.docs=Object.assign({},componentMeta.parameters.docs||{},{page:function(){return(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(_storybook_addon_docs__WEBPACK_IMPORTED_MODULE_2__.aT,{mdxStoryNameToKey,mdxComponentAnnotations:componentMeta},(0,_mdx_js_react__WEBPACK_IMPORTED_MODULE_1__.kt)(MDXContent,null))}});const __WEBPACK_DEFAULT_EXPORT__=componentMeta;var __namedExportsOrder=["__page"]},"./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.mdx)$":(module,__unused_webpack_exports,__webpack_require__)=>{var map={"./juno-core/src/components/Avatar/__stories__/Avatar.story.mdx":"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.mdx","./juno-core/src/components/Buttons/Button/__stories__/Button.story.mdx":"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.mdx","./juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.mdx":"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.mdx","./juno-core/src/components/Downshift/__stories__/Downshift.story.mdx":"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.mdx","./juno-core/src/components/Drawer/__stories__/Drawer.story.mdx":"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.mdx","./juno-core/src/components/Icon/__stories__/Icon.story.mdx":"./packages/juno-core/src/components/Icon/__stories__/Icon.story.mdx","./juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.mdx":"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.mdx","./juno-core/src/components/Tooltip/__stories__/Tooltip.story.mdx":"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.mdx","./juno-core/src/foundation/__stories__/config.story.mdx":"./packages/juno-core/src/foundation/__stories__/config.story.mdx","./juno-core/src/foundation/hoc/withDelay/__stories__/withDelay.story.mdx":"./packages/juno-core/src/foundation/hoc/withDelay/__stories__/withDelay.story.mdx","./juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.mdx":"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.mdx","./juno-core/src/foundation/hooks/useA11yKeyEvent/__stories__/useA11yKeyEvent.story.mdx":"./packages/juno-core/src/foundation/hooks/useA11yKeyEvent/__stories__/useA11yKeyEvent.story.mdx","./juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.mdx":"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.mdx","./juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.mdx":"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.mdx","./juno-core/src/foundation/hooks/useChange/__stories__/useChange.story.mdx":"./packages/juno-core/src/foundation/hooks/useChange/__stories__/useChange.story.mdx","./juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.mdx":"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.mdx","./juno-core/src/foundation/hooks/useEventCallback/__stories__/useEventCallback.story.mdx":"./packages/juno-core/src/foundation/hooks/useEventCallback/__stories__/useEventCallback.story.mdx","./juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.mdx":"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.mdx","./juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.mdx":"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.mdx","./juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.mdx":"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.mdx","./juno-core/src/foundation/hooks/useId/__stories__/useId.story.mdx":"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.mdx","./juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.mdx":"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.mdx","./juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.mdx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/moveIndexInTwoDimension.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/moveIndexInTwoDimension.story.mdx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useKeyboardMoveFocus.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useKeyboardMoveFocus.story.mdx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.mdx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.mdx","./juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.mdx":"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.mdx","./juno-core/src/foundation/hooks/useMountState/__stories__/useMountState.story.mdx":"./packages/juno-core/src/foundation/hooks/useMountState/__stories__/useMountState.story.mdx","./juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.mdx":"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.mdx","./juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.mdx":"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.mdx","./juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.mdx":"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.mdx","./juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.mdx":"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.mdx","./juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.mdx":"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.mdx","./juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.mdx":"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.mdx","./juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.mdx":"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.mdx","./juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.mdx":"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.mdx","./juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.mdx":"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.mdx","./juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.mdx":"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.mdx","./juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.mdx":"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.mdx","./juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.mdx":"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.mdx","./juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyleGuide.story.mdx":"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyleGuide.story.mdx","./juno-core/src/foundation/styles/__stories__/colorManipulator.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/colorManipulator.story.mdx","./juno-core/src/foundation/styles/__stories__/ellipsis.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/ellipsis.story.mdx","./juno-core/src/foundation/styles/__stories__/fakeBorder.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/fakeBorder.story.mdx","./juno-core/src/foundation/styles/__stories__/flexCenter.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/flexCenter.story.mdx","./juno-core/src/foundation/styles/__stories__/flexWidth.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/flexWidth.story.mdx","./juno-core/src/foundation/styles/__stories__/focusVisible.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/focusVisible.story.mdx","./juno-core/src/foundation/styles/__stories__/lineClamp.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/lineClamp.story.mdx","./juno-core/src/foundation/styles/__stories__/newPalette.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/newPalette.story.mdx","./juno-core/src/foundation/styles/__stories__/nonStyleButton.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/nonStyleButton.story.mdx","./juno-core/src/foundation/styles/__stories__/nonTouchHoverMedia.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/nonTouchHoverMedia.story.mdx","./juno-core/src/foundation/styles/__stories__/opacity.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/opacity.story.mdx","./juno-core/src/foundation/styles/__stories__/paletteContrastText.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/paletteContrastText.story.mdx","./juno-core/src/foundation/styles/__stories__/px.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/px.story.mdx","./juno-core/src/foundation/styles/__stories__/radius.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/radius.story.mdx","./juno-core/src/foundation/styles/__stories__/shadows.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/shadows.story.mdx","./juno-core/src/foundation/styles/__stories__/spacing.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/spacing.story.mdx","./juno-core/src/foundation/styles/__stories__/typography.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/typography.story.mdx","./juno-core/src/foundation/styles/__stories__/zIndex.story.mdx":"./packages/juno-core/src/foundation/styles/__stories__/zIndex.story.mdx","./juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/ThemeSwitcherProvider.story.mdx":"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/ThemeSwitcherProvider.story.mdx","./juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/useThemeSwitcher.story.mdx":"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/__stories__/useThemeSwitcher.story.mdx","./juno-core/src/foundation/theme/__stories__/useThemeProps.story.mdx":"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseColor.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseColor.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseDirection.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseDirection.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseFormControlLabel.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseFormControlLabel.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseLabelPlacement.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseLabelPlacement.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseProps.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseProps.story.mdx","./juno-core/src/foundation/typings/__stories__/BaseSize.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/BaseSize.story.mdx","./juno-core/src/foundation/typings/__stories__/UnionOmit.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/UnionOmit.story.mdx","./juno-core/src/foundation/typings/__stories__/UnitMap.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/UnitMap.story.mdx","./juno-core/src/foundation/typings/__stories__/deepPartial.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/deepPartial.story.mdx","./juno-core/src/foundation/typings/__stories__/notNullRecord.story.mdx":"./packages/juno-core/src/foundation/typings/__stories__/notNullRecord.story.mdx","./juno-core/src/foundation/utils/__stories__/classes.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/classes.story.mdx","./juno-core/src/foundation/utils/__stories__/combineProps.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/combineProps.story.mdx","./juno-core/src/foundation/utils/__stories__/deepmerge.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/deepmerge.story.mdx","./juno-core/src/foundation/utils/__stories__/getScrollbarSize.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/getScrollbarSize.story.mdx","./juno-core/src/foundation/utils/__stories__/hasValue.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/hasValue.story.mdx","./juno-core/src/foundation/utils/__stories__/isRcElement.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/isRcElement.story.mdx","./juno-core/src/foundation/utils/__stories__/isRef.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/isRef.story.mdx","./juno-core/src/foundation/utils/__stories__/isUrl.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/isUrl.story.mdx","./juno-core/src/foundation/utils/__stories__/omit.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/omit.story.mdx","./juno-core/src/foundation/utils/__stories__/outerSize.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/outerSize.story.mdx","./juno-core/src/foundation/utils/__stories__/parseColor.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/parseColor.story.mdx","./juno-core/src/foundation/utils/__stories__/pick.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/pick.story.mdx","./juno-core/src/foundation/utils/__stories__/preloadImg.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/preloadImg.story.mdx","./juno-core/src/foundation/utils/__stories__/removeClassName.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/removeClassName.story.mdx","./juno-core/src/foundation/utils/__stories__/selectionHandler.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/selectionHandler.story.mdx","./juno-core/src/foundation/utils/__stories__/shallowEqual.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/shallowEqual.story.mdx","./juno-core/src/foundation/utils/__stories__/styleParser.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/styleParser.story.mdx","./juno-core/src/foundation/utils/__stories__/swapArrayLocs.story.mdx":"./packages/juno-core/src/foundation/utils/__stories__/swapArrayLocs.story.mdx","./juno-storybook/src/docs/CHANGELOG.story.mdx":"./packages/juno-storybook/src/docs/CHANGELOG.story.mdx","./juno-storybook/src/docs/CONTRIBUTION.story.mdx":"./packages/juno-storybook/src/docs/CONTRIBUTION.story.mdx","./juno-storybook/src/docs/Guides/DeprecatedWarning.story.mdx":"./packages/juno-storybook/src/docs/Guides/DeprecatedWarning.story.mdx","./juno-storybook/src/docs/Guides/Fonts.story.mdx":"./packages/juno-storybook/src/docs/Guides/Fonts.story.mdx","./juno-storybook/src/docs/Guides/Icon.story.mdx":"./packages/juno-storybook/src/docs/Guides/Icon.story.mdx","./juno-storybook/src/docs/HOW_TO_WRITE_DOCS.story.mdx":"./packages/juno-storybook/src/docs/HOW_TO_WRITE_DOCS.story.mdx","./juno-storybook/src/docs/README.story.mdx":"./packages/juno-storybook/src/docs/README.story.mdx","./juno-storybook/src/docs/Theming/CustomTheme.story.mdx":"./packages/juno-storybook/src/docs/Theming/CustomTheme.story.mdx","./juno-storybook/src/docs/Theming/SwitchTheme.story.mdx":"./packages/juno-storybook/src/docs/Theming/SwitchTheme.story.mdx","./juno-storybook/src/docs/Theming/UseToken/Scss.story.mdx":"./packages/juno-storybook/src/docs/Theming/UseToken/Scss.story.mdx","./juno-storybook/src/docs/Theming/UseToken/Styled-component.story.mdx":"./packages/juno-storybook/src/docs/Theming/UseToken/Styled-component.story.mdx","./juno-storybook/src/docs/icon-CHANGELOG.story.mdx":"./packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx"};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id="./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.mdx)$"},"./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.tsx)$":(module,__unused_webpack_exports,__webpack_require__)=>{var map={"./juno-core/src/components/Accordion/AccordionDetails/__stories__/AccordionDetails.story.tsx":"./packages/juno-core/src/components/Accordion/AccordionDetails/__stories__/AccordionDetails.story.tsx","./juno-core/src/components/Accordion/AccordionSummary/__stories__/AccordionSummary.story.tsx":"./packages/juno-core/src/components/Accordion/AccordionSummary/__stories__/AccordionSummary.story.tsx","./juno-core/src/components/Accordion/__stories__/Accordion.story.tsx":"./packages/juno-core/src/components/Accordion/__stories__/Accordion.story.tsx","./juno-core/src/components/Alert/__stories__/Alert.story.tsx":"./packages/juno-core/src/components/Alert/__stories__/Alert.story.tsx","./juno-core/src/components/Animations/Highlight/__stories__/Highlight.story.tsx":"./packages/juno-core/src/components/Animations/Highlight/__stories__/Highlight.story.tsx","./juno-core/src/components/AppBar/__stories__/AppBar.story.tsx":"./packages/juno-core/src/components/AppBar/__stories__/AppBar.story.tsx","./juno-core/src/components/Avatar/__stories__/Avatar.story.tsx":"./packages/juno-core/src/components/Avatar/__stories__/Avatar.story.tsx","./juno-core/src/components/Backdrop/__stories__/Backdrop.story.tsx":"./packages/juno-core/src/components/Backdrop/__stories__/Backdrop.story.tsx","./juno-core/src/components/Badge/__stories__/Badge.story.tsx":"./packages/juno-core/src/components/Badge/__stories__/Badge.story.tsx","./juno-core/src/components/Box/__stories__/Box.story.tsx":"./packages/juno-core/src/components/Box/__stories__/Box.story.tsx","./juno-core/src/components/Buttons/Button/__stories__/Button.story.tsx":"./packages/juno-core/src/components/Buttons/Button/__stories__/Button.story.tsx","./juno-core/src/components/Buttons/ButtonBase/__stories__/ButtonBase.story.tsx":"./packages/juno-core/src/components/Buttons/ButtonBase/__stories__/ButtonBase.story.tsx","./juno-core/src/components/Buttons/ButtonGroup/__stories__/ButtonGroup.story.tsx":"./packages/juno-core/src/components/Buttons/ButtonGroup/__stories__/ButtonGroup.story.tsx","./juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.tsx":"./packages/juno-core/src/components/Buttons/IconButton/__stories__/IconButton.story.tsx","./juno-core/src/components/Buttons/IconButtonGroup/__stories__/IconButtonGroup.story.tsx":"./packages/juno-core/src/components/Buttons/IconButtonGroup/__stories__/IconButtonGroup.story.tsx","./juno-core/src/components/Buttons/SplitButton/__stories__/SplitButton.story.tsx":"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitButton.story.tsx","./juno-core/src/components/Buttons/SplitButton/__stories__/SplitRoundButton.story.tsx":"./packages/juno-core/src/components/Buttons/SplitButton/__stories__/SplitRoundButton.story.tsx","./juno-core/src/components/Buttons/ToggleButton/__stories__/ToggleButton.story.tsx":"./packages/juno-core/src/components/Buttons/ToggleButton/__stories__/ToggleButton.story.tsx","./juno-core/src/components/Buttons/ToggleButtonGroup/__stories__/ToggleButtonGroup.story.tsx":"./packages/juno-core/src/components/Buttons/ToggleButtonGroup/__stories__/ToggleButtonGroup.story.tsx","./juno-core/src/components/Card/Card/__stories__/Card.story.tsx":"./packages/juno-core/src/components/Card/Card/__stories__/Card.story.tsx","./juno-core/src/components/Card/CardActionArea/__stories__/CardActionArea.story.tsx":"./packages/juno-core/src/components/Card/CardActionArea/__stories__/CardActionArea.story.tsx","./juno-core/src/components/Card/CardActions/__stories__/CardActions.story.tsx":"./packages/juno-core/src/components/Card/CardActions/__stories__/CardActions.story.tsx","./juno-core/src/components/Card/CardContent/__stories__/CardContent.story.tsx":"./packages/juno-core/src/components/Card/CardContent/__stories__/CardContent.story.tsx","./juno-core/src/components/Card/CardHeader/__stories__/CardHeader.story.tsx":"./packages/juno-core/src/components/Card/CardHeader/__stories__/CardHeader.story.tsx","./juno-core/src/components/Card/CardHoverActions/__stories__/CardHoverActions.story.tsx":"./packages/juno-core/src/components/Card/CardHoverActions/__stories__/CardHoverActions.story.tsx","./juno-core/src/components/Card/CardMedia/__stories__/CardMedia.story.tsx":"./packages/juno-core/src/components/Card/CardMedia/__stories__/CardMedia.story.tsx","./juno-core/src/components/Card/CardSelectionArea/__stories__/CardSelectionArea.story.tsx":"./packages/juno-core/src/components/Card/CardSelectionArea/__stories__/CardSelectionArea.story.tsx","./juno-core/src/components/Card/__stories__/CardExample.story.tsx":"./packages/juno-core/src/components/Card/__stories__/CardExample.story.tsx","./juno-core/src/components/Chip/__stories__/Chip.story.tsx":"./packages/juno-core/src/components/Chip/__stories__/Chip.story.tsx","./juno-core/src/components/DetachedWindow/__stories__/DetachedWindow.story.tsx":"./packages/juno-core/src/components/DetachedWindow/__stories__/DetachedWindow.story.tsx","./juno-core/src/components/Dialer/DialDelete/__stories__/DialDelete.story.tsx":"./packages/juno-core/src/components/Dialer/DialDelete/__stories__/DialDelete.story.tsx","./juno-core/src/components/Dialer/DialPad/__stories__/DialPad.story.tsx":"./packages/juno-core/src/components/Dialer/DialPad/__stories__/DialPad.story.tsx","./juno-core/src/components/Dialer/DialTextField/__stories__/DialTextField.story.tsx":"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/DialTextField.story.tsx","./juno-core/src/components/Dialer/DialTextField/__stories__/useFixedEndSelection.story.tsx":"./packages/juno-core/src/components/Dialer/DialTextField/__stories__/useFixedEndSelection.story.tsx","./juno-core/src/components/Dialer/__stories__/Dialer.story.tsx":"./packages/juno-core/src/components/Dialer/__stories__/Dialer.story.tsx","./juno-core/src/components/Dialog/DialogActions/__stories__/DialogActions.story.tsx":"./packages/juno-core/src/components/Dialog/DialogActions/__stories__/DialogActions.story.tsx","./juno-core/src/components/Dialog/DialogContent/__stories__/DialogContent.story.tsx":"./packages/juno-core/src/components/Dialog/DialogContent/__stories__/DialogContent.story.tsx","./juno-core/src/components/Dialog/DialogContentText/__stories__/DialogContentText.story.tsx":"./packages/juno-core/src/components/Dialog/DialogContentText/__stories__/DialogContentText.story.tsx","./juno-core/src/components/Dialog/DialogTitle/__stories__/DialogTitle.story.tsx":"./packages/juno-core/src/components/Dialog/DialogTitle/__stories__/DialogTitle.story.tsx","./juno-core/src/components/Dialog/__stories__/Dialog.story.tsx":"./packages/juno-core/src/components/Dialog/__stories__/Dialog.story.tsx","./juno-core/src/components/Divider/__stories__/Divider.story.tsx":"./packages/juno-core/src/components/Divider/__stories__/Divider.story.tsx","./juno-core/src/components/DnD/__stories__/DnD.story.tsx":"./packages/juno-core/src/components/DnD/__stories__/DnD.story.tsx","./juno-core/src/components/DnD/__stories__/DnDList.story.tsx":"./packages/juno-core/src/components/DnD/__stories__/DnDList.story.tsx","./juno-core/src/components/DnD/__stories__/DnDListPortal.story.tsx":"./packages/juno-core/src/components/DnD/__stories__/DnDListPortal.story.tsx","./juno-core/src/components/Downshift/__stories__/Downshift.story.tsx":"./packages/juno-core/src/components/Downshift/__stories__/Downshift.story.tsx","./juno-core/src/components/Downshift/__stories__/useSuggestionList.story.tsx":"./packages/juno-core/src/components/Downshift/__stories__/useSuggestionList.story.tsx","./juno-core/src/components/Drawer/__stories__/Drawer.story.tsx":"./packages/juno-core/src/components/Drawer/__stories__/Drawer.story.tsx","./juno-core/src/components/Forms/Checkbox/__stories__/Checkbox.story.tsx":"./packages/juno-core/src/components/Forms/Checkbox/__stories__/Checkbox.story.tsx","./juno-core/src/components/Forms/FormGroup/__stories__/FormGroup.story.tsx":"./packages/juno-core/src/components/Forms/FormGroup/__stories__/FormGroup.story.tsx","./juno-core/src/components/Forms/Picker/DatePicker/__stories__/DatePicker.story.tsx":"./packages/juno-core/src/components/Forms/Picker/DatePicker/__stories__/DatePicker.story.tsx","./juno-core/src/components/Forms/Picker/TimePicker/__stories__/TimePicker.story.tsx":"./packages/juno-core/src/components/Forms/Picker/TimePicker/__stories__/TimePicker.story.tsx","./juno-core/src/components/Forms/Radio/__stories__/Radio.story.tsx":"./packages/juno-core/src/components/Forms/Radio/__stories__/Radio.story.tsx","./juno-core/src/components/Forms/RadioGroup/__stories__/RadioGroup.story.tsx":"./packages/juno-core/src/components/Forms/RadioGroup/__stories__/RadioGroup.story.tsx","./juno-core/src/components/Forms/Select/PlainSelect/__stories__/PlainSelects.story.tsx":"./packages/juno-core/src/components/Forms/Select/PlainSelect/__stories__/PlainSelects.story.tsx","./juno-core/src/components/Forms/Select/__stories__/Selects.story.tsx":"./packages/juno-core/src/components/Forms/Select/__stories__/Selects.story.tsx","./juno-core/src/components/Forms/Slider/__stories__/Slider.story.tsx":"./packages/juno-core/src/components/Forms/Slider/__stories__/Slider.story.tsx","./juno-core/src/components/Forms/Switch/__stories__/Switch.story.tsx":"./packages/juno-core/src/components/Forms/Switch/__stories__/Switch.story.tsx","./juno-core/src/components/Forms/TextField/__stories__/BorderLessTextField.story.tsx":"./packages/juno-core/src/components/Forms/TextField/__stories__/BorderLessTextField.story.tsx","./juno-core/src/components/Forms/TextField/__stories__/OutlineTextField.story.tsx":"./packages/juno-core/src/components/Forms/TextField/__stories__/OutlineTextField.story.tsx","./juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx":"./packages/juno-core/src/components/Forms/TextField/__stories__/TextField.story.tsx","./juno-core/src/components/Forms/Textarea/__stories__/Textarea.story.tsx":"./packages/juno-core/src/components/Forms/Textarea/__stories__/Textarea.story.tsx","./juno-core/src/components/Grid/__stories__/Grid.story.tsx":"./packages/juno-core/src/components/Grid/__stories__/Grid.story.tsx","./juno-core/src/components/Grid/__stories__/GridItem.story.tsx":"./packages/juno-core/src/components/Grid/__stories__/GridItem.story.tsx","./juno-core/src/components/Hidden/__stories__/Hidden.story.tsx":"./packages/juno-core/src/components/Hidden/__stories__/Hidden.story.tsx","./juno-core/src/components/Icon/__stories__/Icon.story.tsx":"./packages/juno-core/src/components/Icon/__stories__/Icon.story.tsx","./juno-core/src/components/Icon/__stories__/IconList.story.tsx":"./packages/juno-core/src/components/Icon/__stories__/IconList.story.tsx","./juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.tsx":"./packages/juno-core/src/components/InlineEditable/__stories__/InlineEditable.story.tsx","./juno-core/src/components/Link/__stories__/Link.story.tsx":"./packages/juno-core/src/components/Link/__stories__/Link.story.tsx","./juno-core/src/components/List/List/__stories__/List.story.tsx":"./packages/juno-core/src/components/List/List/__stories__/List.story.tsx","./juno-core/src/components/List/List/__stories__/ListExamples.story.tsx":"./packages/juno-core/src/components/List/List/__stories__/ListExamples.story.tsx","./juno-core/src/components/List/ListItem/__stories__/ListItem.story.tsx":"./packages/juno-core/src/components/List/ListItem/__stories__/ListItem.story.tsx","./juno-core/src/components/List/ListItem/__stories__/ListItemExamples.story.tsx":"./packages/juno-core/src/components/List/ListItem/__stories__/ListItemExamples.story.tsx","./juno-core/src/components/List/ListItemAvatar/__stories__/ListItemAvatar.story.tsx":"./packages/juno-core/src/components/List/ListItemAvatar/__stories__/ListItemAvatar.story.tsx","./juno-core/src/components/List/ListItemIcon/__stories__/ListItemIcon.story.tsx":"./packages/juno-core/src/components/List/ListItemIcon/__stories__/ListItemIcon.story.tsx","./juno-core/src/components/List/ListItemSecondaryAction/__stories__/ListItemSecondaryAction.story.tsx":"./packages/juno-core/src/components/List/ListItemSecondaryAction/__stories__/ListItemSecondaryAction.story.tsx","./juno-core/src/components/List/ListItemText/__stories__/ListItemText.story.tsx":"./packages/juno-core/src/components/List/ListItemText/__stories__/ListItemText.story.tsx","./juno-core/src/components/List/ListSubheader/__stories__/ListSubheader.story.tsx":"./packages/juno-core/src/components/List/ListSubheader/__stories__/ListSubheader.story.tsx","./juno-core/src/components/Loading/__stories__/Loading.story.tsx":"./packages/juno-core/src/components/Loading/__stories__/Loading.story.tsx","./juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx":"./packages/juno-core/src/components/Menu/Menu/__stories__/Menu.story.tsx","./juno-core/src/components/Menu/MenuItem/__stories__/MenuItem.story.tsx":"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItem.story.tsx","./juno-core/src/components/Menu/MenuItem/__stories__/MenuItemExamples.story.tsx":"./packages/juno-core/src/components/Menu/MenuItem/__stories__/MenuItemExamples.story.tsx","./juno-core/src/components/Menu/MenuList/__stories__/MenuList.story.tsx":"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuList.story.tsx","./juno-core/src/components/Menu/MenuList/__stories__/MenuListExamples.story.tsx":"./packages/juno-core/src/components/Menu/MenuList/__stories__/MenuListExamples.story.tsx","./juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx":"./packages/juno-core/src/components/Menu/SubMenu/__stories__/SubMenu.story.tsx","./juno-core/src/components/Pagination/Pagination/__stories__/Pagination.story.tsx":"./packages/juno-core/src/components/Pagination/Pagination/__stories__/Pagination.story.tsx","./juno-core/src/components/Paper/__stories__/Paper.story.tsx":"./packages/juno-core/src/components/Paper/__stories__/Paper.story.tsx","./juno-core/src/components/Popover/__stories__/Popover.story.tsx":"./packages/juno-core/src/components/Popover/__stories__/Popover.story.tsx","./juno-core/src/components/Popper/__stories__/Popper.story.tsx":"./packages/juno-core/src/components/Popper/__stories__/Popper.story.tsx","./juno-core/src/components/PopupBox/__stories__/PopupBox.story.tsx":"./packages/juno-core/src/components/PopupBox/__stories__/PopupBox.story.tsx","./juno-core/src/components/Portal/__stories__/Portal.story.tsx":"./packages/juno-core/src/components/Portal/__stories__/Portal.story.tsx","./juno-core/src/components/PortalHost/__stories__/PortalHost.story.tsx":"./packages/juno-core/src/components/PortalHost/__stories__/PortalHost.story.tsx","./juno-core/src/components/Presence/__stories__/Presence.story.tsx":"./packages/juno-core/src/components/Presence/__stories__/Presence.story.tsx","./juno-core/src/components/Progress/CircularProgress/__stories__/CircularProgress.story.tsx":"./packages/juno-core/src/components/Progress/CircularProgress/__stories__/CircularProgress.story.tsx","./juno-core/src/components/Progress/LinearProgress/__stories__/LinearProgress.story.tsx":"./packages/juno-core/src/components/Progress/LinearProgress/__stories__/LinearProgress.story.tsx","./juno-core/src/components/Rating/__stories__/Rating.story.tsx":"./packages/juno-core/src/components/Rating/__stories__/Rating.story.tsx","./juno-core/src/components/Responsive/__stories__/Responsive.story.tsx":"./packages/juno-core/src/components/Responsive/__stories__/Responsive.story.tsx","./juno-core/src/components/Snackbar/SnackbarAction/__stories__/SnackbarAction.story.tsx":"./packages/juno-core/src/components/Snackbar/SnackbarAction/__stories__/SnackbarAction.story.tsx","./juno-core/src/components/Snackbar/SnackbarContent/__stories__/SnackbarContent.story.tsx":"./packages/juno-core/src/components/Snackbar/SnackbarContent/__stories__/SnackbarContent.story.tsx","./juno-core/src/components/Snackbar/__stories__/Snackbar.story.tsx":"./packages/juno-core/src/components/Snackbar/__stories__/Snackbar.story.tsx","./juno-core/src/components/Stepper/Step/__stories__/Step.story.tsx":"./packages/juno-core/src/components/Stepper/Step/__stories__/Step.story.tsx","./juno-core/src/components/Stepper/StepButton/__stories__/StepButton.story.tsx":"./packages/juno-core/src/components/Stepper/StepButton/__stories__/StepButton.story.tsx","./juno-core/src/components/Stepper/StepLabel/__stories__/StepLabel.story.tsx":"./packages/juno-core/src/components/Stepper/StepLabel/__stories__/StepLabel.story.tsx","./juno-core/src/components/Stepper/__stories__/Stepper.story.tsx":"./packages/juno-core/src/components/Stepper/__stories__/Stepper.story.tsx","./juno-core/src/components/Stepper/__stories__/StepperState.story.tsx":"./packages/juno-core/src/components/Stepper/__stories__/StepperState.story.tsx","./juno-core/src/components/Table/TableBody/__stories__/TableBody.story.tsx":"./packages/juno-core/src/components/Table/TableBody/__stories__/TableBody.story.tsx","./juno-core/src/components/Table/TableCell/__stories__/TableCell.story.tsx":"./packages/juno-core/src/components/Table/TableCell/__stories__/TableCell.story.tsx","./juno-core/src/components/Table/TableContainer/__stories__/TableContainer.story.tsx":"./packages/juno-core/src/components/Table/TableContainer/__stories__/TableContainer.story.tsx","./juno-core/src/components/Table/TableHead/__stories__/TableHead.story.tsx":"./packages/juno-core/src/components/Table/TableHead/__stories__/TableHead.story.tsx","./juno-core/src/components/Table/TableRow/__stories__/TableRow.story.tsx":"./packages/juno-core/src/components/Table/TableRow/__stories__/TableRow.story.tsx","./juno-core/src/components/Table/__stories__/Table.story.tsx":"./packages/juno-core/src/components/Table/__stories__/Table.story.tsx","./juno-core/src/components/TablePagination/__stories__/TablePaginationComponent.story.tsx":"./packages/juno-core/src/components/TablePagination/__stories__/TablePaginationComponent.story.tsx","./juno-core/src/components/Tabs/Tab/__stories__/Tab.story.tsx":"./packages/juno-core/src/components/Tabs/Tab/__stories__/Tab.story.tsx","./juno-core/src/components/Tabs/TabList/__stories__/TabList.story.tsx":"./packages/juno-core/src/components/Tabs/TabList/__stories__/TabList.story.tsx","./juno-core/src/components/Tabs/TabPanel/__stories__/TabPanel.story.tsx":"./packages/juno-core/src/components/Tabs/TabPanel/__stories__/TabPanel.story.tsx","./juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx":"./packages/juno-core/src/components/Tabs/Tabs/__stories__/Tabs.story.tsx","./juno-core/src/components/Tag/__stories__/Tag.story.tsx":"./packages/juno-core/src/components/Tag/__stories__/Tag.story.tsx","./juno-core/src/components/Text/__stories__/Text.story.tsx":"./packages/juno-core/src/components/Text/__stories__/Text.story.tsx","./juno-core/src/components/Thumbnail/__stories__/Thumbnail.story.tsx":"./packages/juno-core/src/components/Thumbnail/__stories__/Thumbnail.story.tsx","./juno-core/src/components/Tooltip/__stories__/Tooltip.story.tsx":"./packages/juno-core/src/components/Tooltip/__stories__/Tooltip.story.tsx","./juno-core/src/components/Tooltip/withTooltip/__stories__/withTooltip.story.tsx":"./packages/juno-core/src/components/Tooltip/withTooltip/__stories__/withTooltip.story.tsx","./juno-core/src/components/Transitions/Collapse/__stories__/Collapse.story.tsx":"./packages/juno-core/src/components/Transitions/Collapse/__stories__/Collapse.story.tsx","./juno-core/src/components/Transitions/Fade/__stories__/Fade.story.tsx":"./packages/juno-core/src/components/Transitions/Fade/__stories__/Fade.story.tsx","./juno-core/src/components/Transitions/Grow/__stories__/Grow.story.tsx":"./packages/juno-core/src/components/Transitions/Grow/__stories__/Grow.story.tsx","./juno-core/src/components/Transitions/Slide/__stories__/Slide.story.tsx":"./packages/juno-core/src/components/Transitions/Slide/__stories__/Slide.story.tsx","./juno-core/src/components/Transitions/Zoom/__stories__/Zoom.story.tsx":"./packages/juno-core/src/components/Transitions/Zoom/__stories__/Zoom.story.tsx","./juno-core/src/components/Transitions/ZoomFrom/__stories__/ZoomFrom.story.tsx":"./packages/juno-core/src/components/Transitions/ZoomFrom/__stories__/ZoomFrom.story.tsx","./juno-core/src/components/Transitions/ZoomInFadeOut/__stories__/ZoomInFadeOut.story.tsx":"./packages/juno-core/src/components/Transitions/ZoomInFadeOut/__stories__/ZoomInFadeOut.story.tsx","./juno-core/src/components/Typography/__stories__/Typography.story.tsx":"./packages/juno-core/src/components/Typography/__stories__/Typography.story.tsx","./juno-core/src/components/Typography/__stories__/TypographyExamples.story.tsx":"./packages/juno-core/src/components/Typography/__stories__/TypographyExamples.story.tsx","./juno-core/src/components/VirtualizedMenu/VirtualizedDivider/__stories__/VirtualizedDivider.story.tsx":"./packages/juno-core/src/components/VirtualizedMenu/VirtualizedDivider/__stories__/VirtualizedDivider.story.tsx","./juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx":"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenu.story.tsx","./juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenuList.story.tsx":"./packages/juno-core/src/components/VirtualizedMenu/__stories__/VirtualizedMenuList.story.tsx","./juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx":"./packages/juno-core/src/components/Virtuoso/__stories__/Virtuoso.story.tsx","./juno-core/src/foundation/__stories__/Palette.story.tsx":"./packages/juno-core/src/foundation/__stories__/Palette.story.tsx","./juno-core/src/foundation/__stories__/Spacing.story.tsx":"./packages/juno-core/src/foundation/__stories__/Spacing.story.tsx","./juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.tsx":"./packages/juno-core/src/foundation/hoc/withResponsive/__stories__/withResponsive.story.tsx","./juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.tsx":"./packages/juno-core/src/foundation/hooks/useAnnouncer/__stories__/useAnnouncer.story.tsx","./juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.tsx":"./packages/juno-core/src/foundation/hooks/useAudio/__stories__/useAudio.story.tsx","./juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.tsx":"./packages/juno-core/src/foundation/hooks/useDebounce/__stories__/useDebounce.story.tsx","./juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.tsx":"./packages/juno-core/src/foundation/hooks/useEventListener/__stories__/useEventListener.story.tsx","./juno-core/src/foundation/hooks/useEver/__stories__/useEver.story.tsx":"./packages/juno-core/src/foundation/hooks/useEver/__stories__/useEver.story.tsx","./juno-core/src/foundation/hooks/useFocusInside/__stories__/useFocusInside.story.tsx":"./packages/juno-core/src/foundation/hooks/useFocusInside/__stories__/useFocusInside.story.tsx","./juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.tsx":"./packages/juno-core/src/foundation/hooks/useForceUpdate/__stories__/useForceUpdate.story.tsx","./juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.tsx":"./packages/juno-core/src/foundation/hooks/useForkRef/__stories__/useForkRef.story.tsx","./juno-core/src/foundation/hooks/useGlobalListener/__stories__/useGlobalListener.story.tsx":"./packages/juno-core/src/foundation/hooks/useGlobalListener/__stories__/useGlobalListener.story.tsx","./juno-core/src/foundation/hooks/useHiddenTabindex/__stories__/useHiddenTabindex.story.tsx":"./packages/juno-core/src/foundation/hooks/useHiddenTabindex/__stories__/useHiddenTabindex.story.tsx","./juno-core/src/foundation/hooks/useId/__stories__/useId.story.tsx":"./packages/juno-core/src/foundation/hooks/useId/__stories__/useId.story.tsx","./juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.tsx":"./packages/juno-core/src/foundation/hooks/useInterval/__stories__/useInterval.story.tsx","./juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.tsx":"./packages/juno-core/src/foundation/hooks/useKeyDownOnce/__stories__/useKeyDownOnce.story.tsx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useMoveFocusedIndex.story.tsx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useMoveFocusedIndex.story.tsx","./juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.tsx":"./packages/juno-core/src/foundation/hooks/useKeyboardMoveFocus/__stories__/useOnlyOneFocusable.story.tsx","./juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.tsx":"./packages/juno-core/src/foundation/hooks/useLongPress/__stories__/useLongPress.story.tsx","./juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.tsx":"./packages/juno-core/src/foundation/hooks/useOnReRender/__stories__/useOnReRender.story.tsx","./juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.tsx":"./packages/juno-core/src/foundation/hooks/useOverflow/__stories__/useOverflow.story.tsx","./juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.tsx":"./packages/juno-core/src/foundation/hooks/usePrevious/__stories__/usePrevious.story.tsx","./juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.tsx":"./packages/juno-core/src/foundation/hooks/useRefState/__stories__/useRefState.story.tsx","./juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.tsx":"./packages/juno-core/src/foundation/hooks/useResizeObserver/__stories__/useResizeObserver.story.tsx","./juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.tsx":"./packages/juno-core/src/foundation/hooks/useResponsiveMatch/__stories__/useResponsiveMatch.story.tsx","./juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.tsx":"./packages/juno-core/src/foundation/hooks/useResultRef/__stories__/useResultRef.story.tsx","./juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.tsx":"./packages/juno-core/src/foundation/hooks/useRetry/__stories__/useRetry.story.tsx","./juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.tsx":"./packages/juno-core/src/foundation/hooks/useSleep/__stories__/useSleep.story.tsx","./juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.tsx":"./packages/juno-core/src/foundation/hooks/useThrottle/__stories__/useThrottle.story.tsx","./juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.tsx":"./packages/juno-core/src/foundation/hooks/useTouchMouseEvent/__stories__/useTouchMouseEvent.story.tsx","./juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.tsx":"./packages/juno-core/src/foundation/styles/GlobalScrollBarStyle/__stories__/GlobalScrollBarStyle.story.tsx","./juno-core/src/foundation/styles/__stories__/styleSystem.story.tsx":"./packages/juno-core/src/foundation/styles/__stories__/styleSystem.story.tsx","./juno-core/src/foundation/theme/__stories__/useTheme.story.tsx":"./packages/juno-core/src/foundation/theme/__stories__/useTheme.story.tsx","./juno-core/src/foundation/theme/__stories__/useThemeProps.story.tsx":"./packages/juno-core/src/foundation/theme/__stories__/useThemeProps.story.tsx"};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id="./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.tsx)$"},"./packages/juno-core/src/components/Avatar/__stories__/img/avatar.jpg":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module.exports=__webpack_require__.p+"static/media/avatar.fe411800.jpg"},"?4f7e":()=>{},"./generated-stories-entry.cjs":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module=__webpack_require__.nmd(module),(0,__webpack_require__("./node_modules/@storybook/react/dist/esm/client/index.js").configure)([__webpack_require__("./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.tsx)$"),__webpack_require__("./packages sync recursive ^\\.(?:(?:^%7C\\/%7C(?:(?:(?%21(?:^%7C\\/)\\.).)*?)\\/)(?%21\\.)(?=.)[^/]*?\\.story\\.mdx)$")],module,!1)},"./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsMPEG.json":module=>{"use strict";module.exports=JSON.parse('{"0":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIPgBiYmJiYmJiYmJiYmJiYnt7e3t7e3t7e3t7e3t7kZGRkZGRkZGRkZGRkZG3t7e3t7e3t7e3t7e3t7fj4+Pj4+Pj4+Pj4+Pj4/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACD55gMG+AAAAAAD/+7DEAAAIHDk0dPwAKbcMq3896IAF3fgC973v6N5KwkBYEmPWS98WxNBxmIQGApZOv+78vzzsAAAAAAeHv/AAAP/MPDw9J+AAAB4eH/gAAAAIf/+kEBGgCAAAAjOngYBAAAAAAAJ4GA0CQ7JACxWKgCxgfBCmRmuOqYwFA6fCgBJkFkoGPeeKYnQExg6CZDwHBKA0b1wsQkLyYDQKqgQ8BPPMJZ0voFAKw6uEmANv2U6pKzl+b2////4KWM40y7vwkHSq+SAgAAAuAAAAAcAaKsGF1n2VOJAE0pGoRgUYCgEYerkb+NiZPCKYSAeCRIMfxyOnYvNJkjTzwx0Ac5lL88yl1W9/2eTQgAAAArksyEQojgYSF7jJiAD5mrHjMYOAJZi+jrHpGUiY24Jxg9AImB2BUYIwf5vmR0Hs4JrQuCjJH1Yziw9Sx+N00Zh2K9ELVd9yQAAUkAAAl0hUKIlHvIuCshOIFKmNGOgwWEXMGWOHQhKgBIcyqGhoLKYTwOc4sWcWHrNqTXKXJ5AAAAAJ+AEqgscAFWWeCOUx7RBIIkQeaYPoEJjbDhH5AT+ZAAIBhHgcmCQB4YJYtZhy3sGtwRtw6YaAIDWDOLFp0iB1h2eN3lV25LOZU9yknbwAAAN6AAAA+TnDQSYiCKAmXlR0Zwa8hm0qBwt0YF4DWmEBk/xoOpuGYRyDaGBTASJgN4BOYGEFgGYFK1ZgFQRaLAzQKAfSIAuStVfDLXhcjgAV6CCTp+gu6SxFgGSJhypCWpZmz/////wQvX93////6fpqtAAAAF+qa20tIcQACiwhgHACoYFEB3GBtAZRgaQFIYICC//7UMTXAMh0QzH93YAhJghjuZ9tFTmEFhwJjSZQ2bQWfHGEgAxhgwQBiYPCHKmMikDZrx6tMab5BJhPkPGOIG4YRgPRgRAbmCGAiYCICqPStDcGSruijKTAWAIbuYFYBZgGgFhAAZgEgNmB+AMYJwChgHAEGAMAMAgCGOl1zAAAALiJgNcpWtrvcegZ277/v/D8/qkpI3L+yikllJzOkllJzedPnrPPPPv//9/9YYc/eGGH7zz/88862Q142FYt/d+n7//t1WqpxAAAAARkNlj/+0DE7YBHED0zzPcIoUUJ432fbRXaBAAAAAMCJAiTAdQHgAgEBgF4B00kAAFJWAjmAdF5Jgh4GIYSQRemAwAQZgUAKCY6YDwGDNIDJk7wjOYsoCTmCGAEhgvYREc6AuwCKgNUQ1cICrMEcOIwvwNDAhAIMB0A0wBQATAWBLHAIDAHAQMDYCZJ1asXMAcAMsmh1AIBCZbObKhs27MpEgCCYAhShnrDmOrFLgo9F3sqCp+4u3zX5P/7cMT5AE6AUxGt/wjjVBxh9r/gBLAj5MShmHcMZTjzuXPqbyzv57lNampscdf/9//vXtQTD4uEgaJfBB0HwIEQVER5Ql/lw+cw+EgarBUU/76k/+wqzQ7MgAa/fRgAY1MeLkYbGIi0wqRcQHjgJD8BIUrLUMIIMDFgQznUR+ulExSu1Ssl6gOTc24j1w+Zo7yG8Z3COqs3Vs7uE50mzNFznUTdqTmk4kaHek4KvkpWd3aAI32+YAA/eMpcmy4KtoEKYzFsgUJl6hoOq+JclkrMXck8SA8/0t2Ky9EDLxyJKq9VTkVskUAkmNBQElVkUZIo05Fwr4R22bRBhIsYlNVMQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+4DE5oAdPM0Zuf8AAWIR43+w8AVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7IMTxAskohRfsMNBoG4WglACZRlVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAGkAAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","1":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIpwBpaWlpaWlpaWlpaWlpaX5+fn5+fn5+fn5+fn5+k5OTk5OTk5OTk5OTk5O9vb29vb29vb29vb29vb3n5+fn5+fn5+fn5+fn5/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACKcwz1uOAAAAAAD/+8DEAAAInC80dYYAKrGWZn89wEgKXfgDP9xNc5f8uWv9DA2tNIVfug1yIqZqbyIAcA47vzmHgAAAACoeHh/gAAAACMPD/8zwAAAw8PD3gAAAACMf/7ADP/aGwAAAAAEESi/n9nYpAAABgKAMGAkBiLACmCeBkAAADAvBbMJYQAx2QDTAuZGFo5jA2boMsUCwwAwIjFgEcMO4tg3GjlTCZKSN10pEWaacpmibmSwWaAjRmEFGKQeYUACryIAsqQeFgTBkfe9rjiQIw67lLiyLImJOU28qpHLduAWIs5tVYjDsM5U0vin24xGIzEnKcrHWX///OT+uU9Pby3S0s7zhQEHqBqwFVeAAAAFwAAAACQEAUBepiDAAUKDARAeMDcHIwoQejBHRqNPIbQwAQATAXAWBwCRgFASmBYFWZoSThnVi0GGaGYb00mzQIofpmvy+0/urX5q/TDfl1AAADgAhzNOC3ZgBQFDmKMGJMm2nGH5zHdAJBwaq1LEEIBgQQjGXCDJYTjAMCUAZmA0hv3kn7GcCTmdy0vCAAALwAAAAKgmY4YZZpOGGWaUBkJqa9OGMKded8wmoYIgTAtFAJpWCaHDCmnWLyGbWGGWB6YEoLYgEIEYNgoASwqCZq67Esn7HQXKEIAAQgmg0AQzKQMUs1ojAXAnMEQIoxA3AzZcHhEIGitIXAZFQWjAOFLMTG7ExrhcxgFAIeHpTGFECzFUTyyK8/croMcGKdBAAAACP/gAAEhzZAxjOUjGM5YMB8DMwQAxDB1/XNQ8/sxFQwjCEAvAwf5hQAxGKqLGb6GEJ1QjcmLMGgZ+XBovXgFdmFAwXDYA7coMMhcLgNAAxgMBhcN138VXTDXpJHkS/d6EQG6yxIlMtbgJlkUmmuQW8laURSUXqkw/kj/Cn/+f/3kAAAAXb4A0ADMAhAKy2xgAgBoYEYBQGAXAJpgQIMOYc+KhmJNq2ZryYvaYoCP/7QMTqAMo4QSW97YAo94fmea7g3FUmDXgxpgYIHcYOMEtGHbDZxk6TTwZ5OEEmDYgjpkufZl7N5hAfZnCPZiSGZMGagiXgOChkAcFrACUAQwKWDBwaJWg4EzAkAy3YYBgQBivx4HwsAzHzAUAy3AOBslA4QAEX3BIEFwC0ojAVUKL7IkmE9JWjQmgoI1OXofqj7//////////////Sf+9/jr6+GdblgOC3JqZV//T/2f/Ke+ph//tAxPKByYA/HazvxCkWB6P5n2ilAAAAE1XWXlUBgEAAAwFADmMB0A0wwBKMDNBWSUAeEgKswLxKxM/jCczDOD50yLMaaMCQBEzAMAF8ws8gANTPG1zApgZgyr0tyMA0AFzAZgMs68/oz7Ew6hVkzKCUwAB0wmBUEAWYJAQAgYMMjXMagwYYBgRXkmMYMAMYWguBgTIgDMFALMJQWMHw2MHQ+MBQEUxQCl3VnrHccwCAJDARA6D/+4DE+gBQnIcV7HuFIzGaIfa/0ASAfEABmAwAA4DEli6wVAJjLXYci9H/+xVe7B4HZY7kM6u2crX/+srX2I3T08orVu/zesqa3nv////d7meedSphvHHWWX/////////T59sBgPmv/9ADD4IAmHwx/3//QfetmhQIQN1//gAAxhmW2FjIPgKIAQkSIWIBAASNqrFrF6tWXaQskqhrDLEf7KiWaNhrZGByUU7Rl9GYnzk+WpYqhcXsWbMmWVxiq1WvWF7G50FBYVFMQQBZVDBHjbgAAD8Rkw6RAMOd6xssMER6dElCQRpM0ikX6cqIgc9VhqAmZ9NkwV/zCjbcACaZgDpNfMhRFM4JVa/yWxpQvMuy+CiicSxahkxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqTP/7gMT9ACBZGyO5/pIBTJAjP7DwBUFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//sQxP0AxkA/G+BlI6hvheCQDASsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE1gPAAAH+AAAAIAAANIAAAASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg==","2":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIWQBtbW1tbW1tbW1tbW1tbYaGhoaGhoaGhoaGhoaGmJiYmJiYmJiYmJiYmJi+vr6+vr6+vr6+vr6+vr7j4+Pj4+Pj4+Pj4+Pj4/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACFkQEeB2AAAAAAD/+8DEAAAKrDkydYwAKj0P57895IEFS7cC3+33UzLhlm2LluDnM4pDBvEX8LSIAHNQTmhBmEhpIXbcuH7edIAAAAAB4eH/gAf/5h4f+vwAAAPDw8PwAAAAEB5/+GAAAACA8//1gAAAgPDx4DgAAAAACDBtm4aAAAAAABgQAPGAIDeW8MEUBZBgwJwSTLGSIN/UL8wYJVDabDyEQlwODeML8BsxWzMTBVB9M6aUYKADGAaLUbZAmQkKoYuxf5gjgsGHWAaNABCAAEiAGFQCgMAa3VvRIEmE8Z8qd2YdJABwSAAyNXO98+0yZqUmf2WsCYNKrf///Z1WGkhSwAADgAAABPZLtE0AAFhABBgPgXGCeE4YbIVBg1rgGzgSAYA4CoOAqMBoC8HAUGA+BkYOohhjIi6G8qzOcJ7xxFxGiRkVgcwACS9M6/zvUtL/Bs0qYAAgAMIw5jkQFDmKLGFImWVGLNm6oGJqcwdfQShhYAVmBeAcYCQBZgAgDAwAMGgMGA0Gybbz6B2NGaYMmEgCFLEndpp2Rydp1XMPD1r8hQWgSOAAABUJs4Y1nLgJCaJAEk3PDC5dOxA0aLinxYEFtwIGI+VQUZ7lIKJgQIl6v0wV3orafKSSmm46CAAQAEfgAvOaqGM5usYTnDRgOgYmCcFQYk8AJuiEXmAiCEYBwA4GAiBwDhgHgMgACowExMzDDpgO3kOoFEjSXLXn5kVlTlc7dorbzkzZDAeS0QAAAm9YAACmZhQYYSEmMDhh4mZMVGTmZq3UYEOkCmLhiTJgnIHoYDgA4mAYgHxgBABeDAEAwCECHMCQCejKnEwsRA6IkCtAYBtFgBYeAAWXPlfQCP04dWXoV22MtTw0oAJwFYAEAANAOgULKYag3G1//HYe///yPXAAAO/oCoAGYBCAVpfAgAiMBmAdDAHgDMwF0ElMLBECTDfUKk0jESBMPRB5TBHwOcwIUAYMCGAgDP/7UMTwgMpcPSFd7gApN4fj+a9s3QMgDUwO0JxMSvGMTSI0LgDdiXEDDOZwDLEKADC8FYDAwCkDBSAsDAOAUOKDjBTBOo7xzQTAEFoAAADh3EUFbiUwMAYEwyEBUBoGBMCYBIEx5UyYs8BcCoAwIxzyLm6S/qoJmYoMkP//////c/pNZN3/////6uloAAAABN2u7qMEAAAAAwCQCCMAuAjzAIwBIwOEFxHQCwMA2jAajJ8yrkDfMIqKiTF7xBQwSgIVMCQBUzBOwfEwOJANMBn/+zDE/YBHhD89zGeEIUaII72PaKWA5TFLgOEwTYArME/B1jnAFsJifTUkNxMHEBcwcQ9jDLA6BwRTQ3nBAQ5ghAoGAABQYCAEycrdi0hgMgAmAeAOvcEAKGBaBCYA4AqEalywJd1ACNAGNMi662wDQCCQoYAKyh3ASAQYDIChgFgJICSyMs3Vl9m29DX3fcdpjuM5lUajWPMO4fz/+3DE+gBPLIcTrf2n4rqbYmq/YATPtFT09+oGIKiIOkGGXtmwQGgqIgqJflwuCBd7usJHv/QYNmiwlOqeHQBQAaP/oAAIBUfWYo6rQpeYBHZUWNuCoF6QwqwpEWbTFWULMGizrZplsSS6qZKLRrCu30VndtF9umvLfeBI9n7yWjNWG1ywbVfw5vF2dRuHnbaAsj7JYAABdkMSl0BO1HDCRHsAkErL2jIWOlC3ZAFA7ZGbMuloZLEwAT3YdPAXLJrtt86QYVDgSYaV/YN64SKc1CphZgrkjNfVq2JEUxyvFkxBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVV//twxPgAHmi1Gbn/AAFJkKM/sPAFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7IMTnAMeEaROsMHBoU4WgoAM8RVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAH+AAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","3":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAJKgBjY2NjY2NjY2NjY2NjY4CAgICAgICAgICAgICAk5OTk5OTk5OTk5OTk5O7u7u7u7u7u7u7u7u7u7vp6enp6enp6enp6enp6fT09PT09PT09PT09PT0//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACSoUJt7SAAAAAAD/+8DEAAAJIDs0dYeAKsaXJT894AAF3fgDP9xNc6EsvG0MvYbWmspfOHlyKCLojKmYAQAKAVA4FRDT6jZ4lAAAAAMPD/8AADP8PDw8eI8AAAMPD/2AAAj0Y//2Af/7IWAAAAAANSJZuvwlCYAAAMBABowFAQ20MBEABHQwGQMTE4IIM5sFcwGEODL5BGMBhKQx6QTAcC8YNof5EBaYnQ9RgOAAmNiHCaApe5hHgWmckd8YDwCZjBoimBmBIDgNELFfgkCsZAAMAkAIwAgA6l5obLHUhBcKEsSlUwncr5SUWeCMO3E3RWFSFlV/X//w3Zh+Rv5FIjATlOVS3v///+d1+efaarSxnL6vxAZg0eiU6oAAAu4AAAWCT7LqmAEAiDgFDAnA4MF8LYw+wwjB9aQN1wpIwCwEzAxAWMAYAURAJmCACaYLQT5iDAsGJkAqYXyUpuZqlGQGIcYaoTQKCKRBMAoA9KBQJyY5FsbOP9/6Zn1rtWAZcFQ1/////RKiABuABCRM02MKRMsmAocxRgy606XAxm0sj5EDIMO4EcwRQHjASATMAMBAAAUmAOD8YQAVJh0BbmN8UmfWxvxj3A7mEiBcfyJtgBCqZzmQVQ02Pd9//sU3N8lN7lX8hQaQA1AAABUJu4Y1nLgJCaJAEk3PDC5dOxA0aQivmElxDC4BfgaD4OEQhQBipglQAPSz6AY9dqWL/OyAAAB/gAuCaTgFDMpAxSzWiMCUDswXAxDFRkjOEwoEwFQVjAQAZCoBxAAmIgLDAJCJMGgMAEgzGM+JifpI8xj3gAhwio3kRYlBycDB33mLv3afusaR4+O0P/9q8IAAAG/yIABdc1QMYzk4ylOVjAfAxMEQMgwgf1zUDQBMQkM4waASTAhAgCgAokAyYLoHRj9AZmSsKOY+T8J2+VeGNILSYQYShwpZnVBih5aposieWGryCiYlnTM1BA4Ihmw9v3UburGzxf/7YMTlgU2MWR9d7wAhcwtjfa9k5I7fxyK5buOJyDJC0iTfHIZhb6Q+4/f/7ks/////duo+cKI2PkFYAb/tAAGACgBpgGoCCkMDACIwGYB0MAgALzAXQSEwskQNMN5QrTSNxIEw8cHtMEXA8zAmwBcwDwBSAQCiDQEEwm0GjMLfDUzGFB8I1RIsVMEDBETBCwDcwF4BYMAqAKhIBQMANADVxPCpOYohYAiMACAAWvxcdAA0XwsALFABSFQBCShwAwpSVgA5AABJvID1hyYAT7Nu2mc4iw5cgFABkB32wFnwgAPLtycto7ks3K2Rvnewwww/5uYl+WGH0GFDMcl+f/hZzufysv/7QMT4gEdgPT3MZ4QhbYljdZ9krTrsoHt8KkAAAAAEJbJangIAQAADASALAwFACpMARAATAqwWUqgBAsArGBTJW5n+4LaYa8famRxjJBgRgIGYCIBOmBpgJ5guJJeYC4BgGF5CngKBATAewNA1YUW9CBHMxYgBhMKJBVzAHQH4wHUAwMA1AazAYADgwBYAMMCZAZAUBYDwDCYAKAJuYWeMAgADjAGAAQaAIDAFAAgwKABbBQHE//uAxP2BEeyjFax7RWNAmKJqv/AFYCWADEwB2WmWiXdQCmAOgBpgA4ASjmXcfwMADGDmAFgBgYAAiwBYwJIpIZ0WIxd5IQ5r1u+DgAFINA9a6eiuExX2iz7Y3JmxVzqXLMAPvBsdjE1y/ullNympqent8/7GHL9atdmatSpzeOOssv/eeff/8MOZ527dq9es2+54Zf/////////4Ycz7//+GGW+czzzwuXK4uEP8L7k/6DYFsT/5TwHd/mAAHMlLP4uWeBMAjXC4ErGDiUGSs2fUt/JGjLAASREmmoB+qBC3h8Q5GSEbqcYbQn7xnVr6FGZ9SucSDiK6zFg6rLcBjDgK2q66Z3U1gBRtaAAACkPy8dQlBJ9zg0kIbmkVEGw3rLlS0CmUDM1fpr18AUddLNSStJvbiUmsvO+mdToTRwF9IWSINKJ53X2ftA9Q5imQ1xpMQU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqr/+5DE+YAnbXMjuf+SATyO4zey8ASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpMQU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE+gDG/EkX5mGFaFKFoKAUvFSqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7EMTWA8AAAf4AAAAgAAA0gAAABKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq","4":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIJQBwcHBwcHBwcHBwcHBwcIaGhoaGhoaGhoaGhoaGmZmZmZmZmZmZmZmZmZm5ubm5ubm5ubm5ubm5ubnm5ubm5ubm5ubm5ubm5vPz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACCX5GP/bAAAAAAD/+8DEAAAKiDcwdYeAKliRqD89xIAFS3cDPOvDbD0h0i3uQSGlICerHNUTS0h0w4eELEPMtn3mG/jgAAAAAGHh4ePAAD/8PDw8eI8AAAMPDw8eAO////zAAAAAEYeHv9wAAACMPDz/YMkA2AAAAADYaM9uFoCAAAAAEAA5gPAbGAmAUYFgKiWhgGgfmLYSEbFCmRlZkDmN0zyYFwKJh7gxGIoE8aSR6BhnHKHAog6YCYIRh5ghniQCYcDJnK1mUwqYSIQkFjEYbDgwHDcoBMGOMCgTJ+p5r0dWWq3OzMOVrX/BDMIg/9DAKwrEcaX///q5yOfsXn1iUPSoJflhKdKq/JMAAAagAABP0OEthGASviEE7YMFKCDHk2xJqdlwU9ThZjmji0wuIkqZ1FfbzBhbqEAAAABOAAZ0GpYBEaIl1jJcEgGGBUH4YygMJh5PunLAI0YLwJ5gDgjGACDuYIQvxj86EGWcNgYN4QJw25/sxgjQs7TgfuEW3cgiL2Dw9ar9gAAABLAAAAKQETFVCnUnhibYhgMgMKphMlZ1ECgkAswt8iC00XEUoxwIDMueQUEokdeKZubdCKSe92XIAAAAH4AAqYqVFGBX6OgzEgAcFRQjBQAvMQgUE8LgDAEHgYDYFIIBwMAoXcxXdVTHsGtCgMxrgB+WBixwtBTOb2RUSsbhwRVw59SxEncwAAAAj8AAABQIKmmJAa/4AWMvkwAIA0MA3B3DA5wCEwWYW+NFyApzAwAB4wF8A1MCIAVjBKwS0xtwqdMlVBdTBLgKgzgnDOt3BqfMIBJHtgEbjAXAakgUKBgAKsVOgIYo1uKVKTrwtu4mc+bAAAC/kJQSdpphFFUVFc3XDASgBwwPELcMLrAMjCTESI2cIIbDAnkwK8AcMCYA7zBpQ1oyMpvKMwlDhDBdgIMwEACmMDMCAzAWALMwFsAGSFYQmjBRMFBgBOVOZMwxd0yLwM0GTv/7QMTtgEYAO0fdp4AhPQdjvY9opWphIlGEDMtCj4MQCUhnCb6Sb7yOUSzcrvwxOv5S09vVJVl9aXiAaBBrj5w+7/u/azV6nf/5ivr/1YiQAAAAAn5kAAwDwmzEcEYMXMPswQQkTRsLKN1Et8wlgQzCFM0NPsq04t3ojTAj5NAIuAxJQazF7HhNABRIzxdAaMeHDjTCyAYwIBKTAeANAwUEBCMAeAIBkw3dTegSbBp4FPUoR4EZ//swxP4AR2g/M8x3JSE2COO9j2ilIUIUUC6YWEdwgCGQ4gjoMC0j+KqsSM00xMgKSnWgADDSK4QKGM+CkUBacjiLrUuDjUax0BCU/D7u+6kbZc0GG31txDB13UjrrSa5hXwsT9ilv3e1Kf71vXLm86TPt7Pudz87H51M+Xbn19czuZEQiMRFwUgMQFwWhcZGMLKTsrD1v9rT1ff9//tgxP0ATYRXF+z/hSp7ECH1n+is//+RLiAEAASd8MEBMSUHDZikYjbHFJgo0y2CA8CKhZaOjU60FXGgKYogIvFYQUwPNF8VzQHFJcIUYZGjYZGmwyIlBMQnBMQ00hOiwqVcTFXSWE4VRJnkm0KFiSGUlv6QKpVXdlEgWW24AAAbSQBBkx0RzESiFgxYEwInQEj8MgB1r7vrdf6+pk30RiTFt7LwoBGFJpwwwoMdpwFvQ5GCef2PTSWqtIFErW5pdZgalrhJWkxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpM//uAxO+AXiz/D+9/LGl7kON9rKS1QU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE8wDHAGcZ42BlqF+FoGAcGKSqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7EMTWA8AAAf4AAAAgAAA0gAAABKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq","5":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIJQBwcHBwcHBwcHBwcHBwcImJiYmJiYmJiYmJiYmJn5+fn5+fn5+fn5+fn5/AwMDAwMDAwMDAwMDAwMDm5ubm5ubm5ubm5ubm5vPz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACCXotwc/AAAAAAD/+8DEAAAJeDswdYwAIsAWZDc94AABS7gDPOvDbD1A1B4GQSGlZpKWvfNWwtgWgX4XvNzjYYuhIXDa/D9vOksAgCAIAmD5/BAMcHwfB8+6CAIAmD4fwQBB1PLggCAIHE+4sAAAAAsFV3ShsEgAAARgTmAQB4YEYDRgQAkCAAgwKQfTFeI4Nk5SIyoyFTHQYxMjw1c4qz9jDQA1MScmswfwMjLGcsMJcLYwzZWDUsDiEg8DESJPMDcD42OQ4TCbAkUIEgA2dGAkAG1UOAFHgMZiXR5rbhxtImRT9VY0zDstZZco4w/DRF3LDUONaXU28YEgemwlcN00pd12abP///+3Sf3CksbypqZp7ny4fcsFcGmkAAAAcAAAAJvhwBL4pkI1EIBRgIgQmDkGwYawZBg3PcmikTcYW4GJgrAsmCkA6YCYHxhHiaGOyNccUrq5pnERp+gxlCHRMCZgMBocAsgZ0/UpU4djVMAAIADmKAAAzFONSECiGhGFQADAcC8MTAEUwrGCzc2DIMEYB0wGQAAwAFtx0AYwGgwzYCbaOdgTPBEDETEWvQ7LsFXQbBL25Tq4MAAQAG4AAAAMdYCRjpQw6k8MIjICBgECEGHYCOYcyTZz9BNGDQA2YEoBRgBAAhcA4kAhCofxoDxnnHEBp4gDhVDZxX6itqHI5VtAsKLUEAAAADfgAEgoZEIiDAJGKOgyERgOCGiGUh6cOoZ4VALAoPkmBCDgEDAFABMAQCwwERNzDLpiPHsCWIORI0tOgWXXoXDdNdzz+uHmSc7VhRAAAACf8AAABkghyFEGHYgACcmACAHBgHoOkYHSAVmCxC4BovAFCLAshMAvigAWOACxgDIC2YC0DyGQSHUZgAwK+DgPYmAMCIAKY480mlx4AaGCiTSk1zSjgWW3GBtmyrlz1n5V4hqOS3uuEAAAB/0AeALTAIwDcwAkAPMAHACjAOAEwwFICCMC+AWDBP/7UMTlAMqcOR+97oApJwfkOZ9spZwUAwycDvMFKMODSugr8waAIkMFcAxDAxgK4wBYCLMERCezExxi00h1C0Pt1rMcWkNYCaMWhYMEAfMKwJAICpDCQKF7mYMSkqE4WCowoBQwRClixgmFKfdYHASRA/BAEBZDGeoyID5fbfZ////1HRSlKjBQAAAAAGI5ZPIEQAAAAAFazB0BmMAMBYwbxITBWBpCwaZj2kCmMyjGZ50KJwc0KGEkG6YawtZh4hTmDM6iZiIj5tfChmHoEwb/+0DE8wBJxD0f7PtlKTgIo73PaRU75VBoyBJDQgJtXI5mEiAyYSIpBiGgpBAVwQAO25gOBCmBAB0BQIDAyAqT5ViFgCQ4BsmAOHgGzAFBKMC0BEEgDl1kUkyUTUArKMOf63XUkM9WgiRT8QjH///+qentyykwri4JdAPgQ5d/mynPfrFxRP//b3PVngyMCd/7oAAMe3bsVgEAICMomAtoYku8JSeNBZoL7MnBkjdNRlIOqitqpv/7YMT1AE14YRfsfwViToxidr/QBIukOXkObMqZXJ0uKhgvWVu1LaE+fPn0Z8+i5i1rreYa8UFBQYKCgoKqt3ShHt2oAAE0BKJX0ARFuz2J6jGBGVBEgiS3TUTHTWi0ZxoYdjkjQTrFjH+p2M6nGZgZKIKElHo4AGSNkXckZmaQPORS4qxWWqVQHFUqW5sllVqaTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpMQU1FMy4xMDCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7cMTtABfIlSX57wJBUA/jP7DwBaqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE9YDHGG8XoWBloGwFoJAA4EWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv/7EMTWA8AAAf4AAAAgAAA0gAAABKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq","6":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAJEABkZGRkZGRkZGRkZGRkZIGBgYGBgYGBgYGBgYGBkpKSkpKSkpKSkpKSkpK7u7u7u7u7u7u7u7u7u7vp6enp6enp6enp6enp6fT09PT09PT09PT09PT0//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACRC2VtxSAAAAAAD/+8DEAAAK5Ds0dYeAKpuVqH895MAFS7cDP85W4a72JxZOQwjAQ0F3XjjDGISFc4AQAKAbg4FRDT6jZ4lAAAAAMPDx/gBn/4eH/7vAAADDw8PnAAAAAEYeP/MAAAAARh4//cAAAAjDw8PHgAAAOAAAAAAIQQfoKQQAAAAAOACmAkBUYDYCRgZAxIMGAmCWYmw/RrAI+G22puaR33pgSAhmGyCwNDgGGiMOARkDVwhMT7MDUBE1+UbTDbBNP1r/ww5gnzAxCzYkDgNIdUmBQMRUAItUAgBdy5PNajZpCy5/FYmZSRbS62gtUUMdCH4BZCl6g6+rXf//+rbo6O9ZiMql1Njc/////9f//TAqEwV/walirYZAAAAAD8AAABnqfL4oMJdEoEKZmBwXGFwVGB0omohXBgrgoBQIAZgIAZgMDZh0BQYSphMr5xOyBkWIBheDg8AURXbJpVZ1l8Wmcf/8prv3b31AE4ALPGCAgEEYYmY0wayKYCIFBgwDfGVsFuY1GqJ/rDvGFYC6YHIAwYBACQLzABC+MMIQExbBGTCqg981cYUsMLuAvzA2wFQwGoAlMA3AEgMAYiQAcqxsDoxrjvONf//nIesWmkvKGv/////////v/pAAUAFAAAAGgBQ8VQFJUPhReChigFCKYPIGcmAcLAKGDYaCo0G1eBhbMYgYAuoy1WSAKKos+gGPXZRYv8pyAAAAAP+AI1FS4wYQ5UUGVjAWEMaMjCs3VITqqAaMGQAcwEwAAQAKSANAUGMwSAjhCCUYnIcZ3gi4BBd40GKPAlEwDKMTFHHhuY39gBwzoKJ3qvQAAABf6CAAQlA10EJGXSIAASyYAcAqGAnhNhgmYCCYO4PAGtbAa5gdAAsHANYsAEGAMAA5gOICkYSIAimFVAvJhHxHmZpUYhGDvA05gTYFYcq6adcY4yYEEzF/mKw1RNbUrhfGZuZSoT1AlIJbrGb1KtYisP/7YMTkAUokVzH93oAhw4rita98pF6AoO+4yy9BE5EMN/+onIX/f+JHwi9uw5IMWc93///v//64gAL/igAB4A1MAlANzAFwBswBMAUMA2ATjAUgIIwLwBaMEpBPjDMQPswUgxANLOCtzBugiwwWACOMCGAhjAAgHUwFUBbMJxBqzC3w1cxiwfGNUYLEzA/QRcwRUA/MBsAUjAJAC4MAWDAFQA9Qtna14hREoAKhIbd9xUADVY/gIAAQ4AfJgAglAETAEQBOMI4AQAAQtoRkAJcuNv+msyxQNpinQ0AGSyk5NqHrcQcfik///////84/L8sMOUGNJutV7/4Wc7f/+H6wvFacxv/7MMT7AEewPTXM94ZhSogj/Y54jO///p11KgAAAAYmauyaJAAAAAJAADDECsKAAjCVHpMDAD0KBMmn2pmaANjpmxO4m6jHcYRgZ5hOCNmOyDkYiLmJlihIGSYeYYVgRRi4jzGhBiM5g1oACGEQBg7IHaYEmCQGCHgQRgG4DSYCwAgGAOACRgMoCMTAMAQAWmAFgMaqhgCoA4LAIv/7gMT2ARLwgxOs/0VjR5qidr/wBBgAgAgEAFhgBgAkYBgAMgoASMAJABkWjAAwABfKElB0wB8ATAQAupeLAACsDapBmAGgCAKADQgAUEYAEYASACGADgBytqKNLCZZnNxtMVq615c+D8RmVd1+VW9dpcKl6aicdlNJTZ5bxxyyyzt58/eGGGWVa7VCRAShIGpc/KBgHzYcAJsWZyvDCdBYk4eKCovPL///r//9X/zVQV/+AAAhiH4BgeGF1lgQPESEOTw5ZkQDwojJNSRnirwa9Acg5m6sATtSCKWtLZhgUUtT0rh6PS2EWbF2l+XV5TVr0uql3LWdzOs8IJJHh4RgBY+4AAAx5bnXpZq6ZiCoSAJGXZByoOWe5Ysi0OUV8WlCDyFdRkVXGGLk7gTuDSYZz2zsctm9+4i1XEmQAVGQxTWAKVgF480JtIzi2nyS1dOT3UtMQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVV//uQxO0AI0zjF7nvgAE9DyM3sYAFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQxP4Ax/BvGey9LOBdhiDQBLyNVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAH+AAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","7":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAHogBpaWlpaWlpaWlpaWlpaYyMjIyMjIyMjIyMjIyMoKCgoKCgoKCgoKCgoKC7u7u7u7u7u7u7u7u7u7vk5OTk5OTk5OTk5OTk5PLy8vLy8vLy8vLy8vLy//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAAB6KRMvxRAAAAAAD/+7DEAAAGUDcydPeAIhER5/89xIAF3cADMN+/f7gPKvIjeW8ScHODnHGxC3i5nW57zd/cEAQBAEAGD78EAxwfD+6CAIAPwQAWAAAAAAQ3NN3DYAAAAAAZmFwkWDGBUCitkcBcMW8PMxdj4TIyBPM06wQsADmE+AAAoXjVMReMMdKI5JEvzBaBUMSEFUTrxi4PmiM+ZpCYECizjC4PMDABIovYwiVr9s+r55G9hKSywssp8su+7zWoahuC4suVYtA7X///d5l3nO5ZVsWoAAAAcAAAAJooqu4AQBC5xgJgGGBwCAYPwJoIAWMCIE8xRECzsQKMMNIOswoAkzCkFbNZh9w2QycjFzFuPswTvO8KP4sMs1Z1Lr8pv34VFSwAAAAAwoFEQ4VBgwssGIiRj5B7cowYOGZMYI548iBPTEKBWMGUHEwaBfjIL0IMtQbIwdwgzRzs4BmMEGBY7TwfuET6sDYn/Aw8P0r+gCAgBbAAAGLgYwzwzkYQBmkgpcJjjQJVfMIZo6wfzEQYBQnFjYbxHZOtAgToCyCAlAjrdo7QXX0lknvdpzAAAABuAAYSAAYhEgIHDqFRjAWZuIn9khnhKZ9HmE66Eak5N5g0ggGAcCAYCgnZiS3amNcLaIgVANEPKmMOIFmKonlk9513bkhofJWVAAAAAI/AAAAMJDjBCEVAAsJplBYdMhazw5Q0RVOWkzIJWwP88ecxeQOjDAAsMScQc2CJWzg5FNMRAJoywhjM9HCqJMFAxL9wH3mAECygHCwQQD0eUHUdtuD35fQMsbnC+YAAAAPeAGAGABhgBQAk5gBADTADQCEwFMBVMBqAlf/7YMTTAMn8OR297YApLgdjua9tFTA4gNowPQFYMIDBrTCqxmE1kUQAMIpBmzAeAUIwkITwMeAUZjLkwWUwTcDNMzp8zn2TEC5NTlkxiHSsCqaJaK8MCAQaACmEsUwL2pqNYFAAx6Vu2sODg2VQSHAd36MH/////+j///9CBlACAAAASGVH3zkBAAAAAFADDAICdMCwCsxPAtzAsBNAAFRhiCcG6ERQYkhLJpswHGAiA8YDAJRrQohHUibKZ5IjxrbrdGEOD8YHAjZ1b/GfwocvQI80DBApMZBkKBEw8EgEFDRhjMSlMxmOTMxBMChowWAEKAgBwy7wyBwoAiUAM+MFgZS15v/7MMT9AEegPzXM8yihMYdj/b9pFWurfnIfZJsHBdxUk16yqDX9fmPSr89Yd3Famdaf5KsaspEXLucb2/aAE93wAAESeaAn7TtXapoX0WDMWNR4BBmZweSBwzGjKCmQASXkilDMyraqUyPVqrOE6pmpVvZG1zVCHN7XVWREQr2NTvVYi2Fuq8kjWhQLQLSEqgB3YwMnj/UAAC7FY//7UMT7gEw8WRnt+4iiFwtidr/ABDJxAcChaaYnv8WhirAkJMOK3SKPT0gF4OI4RmeckalhSzRpqDQW55vRQB1wVYdQFfLSFKzMFD5WMvSrc15wZZFqTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+3DE5QAVwJkd+e4AAVEQYrey8AWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//sQxPWAxqxZG+Bgw6hchWBgAWBMqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE1gPAAAH+AAAAIAAANIAAAASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg==","8":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAHogB3d3d3d3d3d3d3d3d3d4+Pj4+Pj4+Pj4+Pj4+Pp6enp6enp6enp6enp6fCwsLCwsLCwsLCwsLCwsLk5OTk5OTk5OTk5OTk5PLy8vLy8vLy8vLy8vLy//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAAB6KAn4BlAAAAAAD/+8DEAAAH2DsydPwAIr2XJf894AgBS7gDMN+/f2YFZNo/xbxc0uPgFIOgM80KNAkNJC7blw/bzpLAIAgCAJg/wQdwfP+CAIAMH+CH8uCAIAgcT7hQAAAAAAEgFZ95+PxKAAAFbwqBysYwHAPxwAURBYGDqCKYRQp5hbAHmIwfUOh/mviIEYvIHJgrhymE+DAYghYxouBxGMDUgZBAKA8CIYLwbpgBgGG4mIWYWIFytKz1Oi2pgAAFmAgAaUAa2HYawkWyuNoAW3gNwWb139wcSXyN3H4bA1pwrtN+X/8CRetSP/DcapYdhm1X////l8sztyyWWKW5TSrf1umD5qCp1YiPKrlQEAAAPgAAABOVUruAECMCLRLsL4tgVVMOJE9oTDCgVQNfQAiAyCNjwNDM/MNGWDBVHDMt5laxx/mdnmOQAAAAMYS4imQbCyCh4gYMGY/+yqMdIJh9EzHDkGGYVAAxMCsNAGgEAIwGAnzVAX+OHczMg0MFkwXeh2mpfm3aqP03GQ2IEAAAAG+AAAAb8ugYNAZiQLKDmBgMZBCxxkPmOAGIEiYWEChtwFhmDwEEYDYGJgDAQA0D0VEoNJmg06IwNZGAEQl0mWv1DtqBI5KZdjZARXsmDAA9AAGGAyoOeOIMOCOA8yGGTkYuMmDEygrTC9hSNeEtkwdwgDAiAjCAHjAGAiMBMS0wzaYDBhBmCAuQcBEjS06BZdehcTlV14Pgd2yGAAAAAH4AAAAMEg4wEHwaGDAgxGQADBeYzR5wlgGZjWbAY5hTI7wakiFBmDXgRhgQwCCYBiAdCEBvMBgCIDJOkLUwhkwVHh4gEQWW60KERd+qB4VKExENGrTBcwMAEi4AAAAngAMASAKjAHADJoBgAYAmYAmAVmAwgM5gPAFqYIAB4GCKAzxhLYO6YYiObmysiYhhQoRaYHOA3mBcgeZgkYWaYp6N2mpJphxoKjOmDuPEYzAWxv/7QMTrgMeERTn9zQAhFghkeZ9tFA2A1GAgBqYGoCZgCgHpXA4CQtYnSCQAWHBgBIQCew8wDwFTARARWJUBCSWIMAAAAADGTWYeBkAAAAAAcAKMAYL8aFBMq4M8wEAHQCB0YAQCRh2AhGKoVCa0cfBgQgdGCAD6YVIDpgJDSmimBiaJAkoMCuMU8bIw9gDCgBE0hi9SIJcwdQ3DCtAwMHsAgmAXUzMDoOMwNAWCQEAwCAOAYACB//tAxPsBSihBHe57aKE3B6O9nniMgBUeGl29hcBIWAfWO64EAJbm3WU///6PixG0U3ZfUprXLP///9ukpMLY7f37iAt39AAAlz/X5mKsJTpZ0r4EFB20FEASPySKANkKYZUCwq7du0qZXVcYrUxMzaoZIK5ULLBbU69cYTk3PnLbMzbki9LlqpsN7MA7SQAAAYSMNAh6HlUFLIl4gSKH1gmVrcjLJm9h6ykUKJkAngFhcl2JSBX/+1DE/ABL8EsV7n+IogQJoja/4ARcEGZiSQ4hZQrV52W1QAawmrRLM0xBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//tgxOkAFCSPO/nvBIkjjmL3sPAFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQxOwAxXQ/E6DgxWBVheCgB4SsVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE1gPAAAH+AAAAIAAANIAAAARVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQ==","9":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIwQBoaGhoaGhoaGhoaGhoaICAgICAgICAgICAgICAlJSUlJSUlJSUlJSUlJS+vr6+vr6+vr6+vr6+vr7o6Ojo6Ojo6Ojo6Ojo6PT09PT09PT09PT09PT0//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACMFobdQOAAAAAAD/+8DEAAAKSEEwdPwAKfgMqT895ggAuXcDMN+r39mBDHCpPwbYGcWNTC2GIHGZjGYhaBOiBJW7bvxexhhhYAAAPDw9+AB//mHn/r8AAADw9/4AAB/v//DAAAABAeHn/rAAAAAPDw9+gsAAAEAAA1g/KAgAAAAAAAuAKYAodLLjAiBFmSoAQZG4tJk/L2jwCJgOBQFQBkxAwIDZXEBMXcwEwCQBjAYA0HhZTCTBBO4OJMxsQnTBYBeh0wdRby2xgbAENRVrMBMBNIZAEYAQAeW1XwmHaVFZtdeXOw/5IxJ+qF/fhIOlVcAAAAAeAAAACABSyMsS+LnGAmAUYHQHxg/AmiABwwFgSzFOQVOxgngxABAzCEBrMI4IkwcgrzEmBwMVwA0w7FUzgxYKMk0TIw8wsgEFEKAAmAkAqiwoE4sSntw7uxnYvArvhgAA8ABeUYEBCGgAkRnCxAY6zHJxZKUG0jZg/glYaCcDAmCpAEwsBnGAYAD5gE4EQYFABdmCCAbJhAgXuaGMIAGEaARpgUoB0coyaUIDjKETNIAiNNjFIann1lEO8f9xMCABQAAAamEAGmOdzyxzCCTWE2xIkgpMEWQ5YazCAQVXf5vBIjmJwACWUZMlZIDlsg8PKaFI5H0uYAAAAB9wDHAAUIQkAtQgo6FTJ4fOojoy8PTMDLMN2Xo2vTRTCBCmMCAE8GgkAEJUwZgxjADBoMaESs/QR7jHvAHFhCRYG4eAxKADk4GDvvMXf+kq09eMa//1hhh3CxgRXXWFAAAAAAu4AAAMIhQwgIQuEAIKRUDAQcmP1ScvcRnZBm5HCYXiQ9Gu4hdZj0hEGEkBmGAdGCiCEZHQHplbC7mR5HSelmHBjyDMmFCFYYJgLpgXgYGAkAuAQBF4yJqMWzvNXWi1eDXRLzwuAEcHqYothqCCB5UT78DtJUnJX2UM5//5CyHFshhbaNtP//9MAAD/yIABgAgAQf/7UMT6gUxASx297wAhdwmjPb/pHIAEAGMUMAHAGTAGQDUwHUB5MCQAzzBKgRgwUAHYMK9CCzDYyE83OEVyML5CuTBRwJ8wPMDzMBTAHTDBwgUw68RPMgUKQjbgjmkwVUFbMFlAQTAmAHYwEQBEBQD4YAyALoXrAoD2sRJBwuayJocOEQAMEAIjFhgACBAA2YAmAEhwBAMAAgOAMAqAJAYAgMAUADo6IQBsEgBI6AAFlA4AVKgAQEAAiYixH4vZ14bciHKrt09PT36kbp7f4Yb/+0DE+ABHPD03zPGI4YqMY32eeI0YbwwsYYf9azhqgt515qcwzlHP+nwwqbBB4WmvZ1P1f///Z6ExZRhAAAAAAEFHN7tIkgAAAAAAA4YCQbJhbBpmWMMiYDAE4NBCMMITw3MimDEyJZNOF/AwDQHjAkArNQUBEwD0rTPTC4MUQmYKhNGIGKEdnZf4GI7MuoBoxOwlzA/C6MLcFYwPQZTBOAyAQEBgqgiBgIIKAdMBkB9uLOl6GP/7gMT6ARG0cRPuf8gjq5th9r/wBA0BgYBwBwOBAMBwBEu0EABMWBIASyVSpimAeAWAgA1vqkXapQsEAQDC/peFwnCZ1QyaKN61ySQO97EYlA2daax/uX8m9VfsUliVVaWlETeD+CAwGgVO/LvlDh8RBUFdn93QWJdjvEGJgAr97GAA3rjTr5KxNoCRAIgJkSxGQAxDCSaSmt1/k3gBcuQzhumYhrLCkV6qP5ubi9n+5uCbhRmpX7cFuEsWZYsHD5au9tPis8WW27PdZxbV30fUeECUzb92ubWy6FgubasAAY7x5nZzQZMlRZQWGDihRCWYIylFtMNAk9VBQoxyYUNV072KpjSUUNDWZ5gBWUAiREjnqqS06tytZI1LbEFBvGgoThE/mCzLFUxBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVM//uAxOmAG/SzHfnvAAF7kuM/sPAFQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+xDE9gDJFH8VrDzLaB2EoJQAiM1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7EMTWA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV","#":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAICwBxcXFxcXFxcXFxcXFxcYuLi4uLi4uLi4uLi4uLpaWlpaWlpaWlpaWlpaXFxcXFxcXFxcXFxcXFxcXm5ubm5ubm5ubm5ubm5vPz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACAuixEhuAAAAAAD/+8DEAAALdDkydPeAKuKWZTc/4AkBOW7i973v6NZBwVBJC7hHwkZY5GEScAAAAgDAOBUN6HoezxAAAAAAPDz/wAAB3pw///8AAADx//gAAAAID//wwAAAAQH///gAAAgPDx/4CP/w8PDw9IAABnh4eCAAAABIHZNNVaGwAAAsQwAIAUjJYAJH2IAGQwBAAdMDZCTTAIQB4wIIM9S7MHcDezAswO4wJcERMRQA3DBYgcI0FoDIMRtCqTQDL3MI0C0zjDuDAiARNHPEkwxQpAUCgHAEIRgkBtG4BABGA4AjNZK1qaMkewEgAXoAZUEAEJoqCrte+PTDlvu3Fdq7dYxKHoaq0r/u5bn3cfiM1o1DWOGOtZf85P5YSuV26a7Syls3/8xIIfwK+kFVyTAAAAAHwAAAHLf16AKAjIizYQCSty9hkADA8EjFt7DpiMTMwbTFoSzDAMTFQFB4xDDxzztODjL8WjEULBoEn1UBg6NUust4zurcGooQAPQBMvEgyIWGeiGQw2gIyZKRzvGDAB2YpYzB3BkgmL2CEYMwFJgYgvGDcD6YVAR5ipD9nagVsYuAKpg2gRHQGDog4VXz2TEprdgKD8nazmWbIAAAAA4AAAAf6TEwZFBCyKgpZEogE6ZlZgAhICI8MwlVRAuE2YAoFwGBNMPEBExAQYDBLOuMahT8RBMBYDUVgMBWU2WITlHeySsVZAQDgCNN3QKGZtgFehdI4QQLBfQEznrbRvsCemHsAQEA1GAEBmYCwKBABcYZYRZv0h5Bw9Y8DiTARIsqfeyH5XU30twAAAB/AAAA/rvJCgoKYaY+NG7khoRaaWdGxxBhFCkmL+9weUdS5jYivGEoE6YSIRBkEAsmSoJmY+D7Z3DVgGNILWYSIRxtp5oUxiCZaZqsucWD66V73xBoCm8Yg5kEhZW8/wBGbHbeABfgKrtgUABGABhrBgDwBcYDIBMGBFAPhgQADP/7UMTYgUmARy393oAhRgkj/Z9lHYYFCBzmCkhJpiNY16aMaU1GCmAiBgbgAWYEuBUmEZgw5hUoXuYrENoGk/E3pgc4HuYHWAWmAqAIRgDwBADgDwwA0AJc96VN5VYachYyBYqYjDxoAWGQAlr6HoyACs3SUEgAF7aen7RVdiAAAAAAQEhU1ojBAAAAAMDMEMwPQjjABAkMGUEJaJgFAhjQN5gUSMmFyDYY2TUZgkA1mDcGua6RMhgUpsm8UWyY9RRBhaAIGISMYdk5cIQQsZf/+1DE5wFJbD0h7PsI6Q4HpL2N+QRwARibhKmCqFsYWIKAVBNMCoBoOAAMDECIiAcThAIGbsAEAIeACMBAAYQAMCoBhgIAAiQASdUbAQAy8VhWcrft9/4lh2kllvePb////9inp7dJSdMOfwG7PEGQAr/+gAARXHOtTTjckyiGQz4BeJxJ9gcSdijTJk9xhhI0VQbJYXBwOplVstn7AqlXD7K+2pdWX6w1a9qwulbFgxsBR26VTEEAqkA2RwAAAfIaL7GoYKCW+EQ2UCjUkGvP//tgxP0BTORdFa37SOIQDGK2v/AE/PITVAWchYaDq7XydhR4YMagIr2pUrsKzppwDvYzQ0iZDicy2ppTkJJkcYTABBUfPrXaqkxBTUUzLjEwMKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqTEFNRTMuMTAwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//tgxP8AFUSTHfnvAAEhjiM/sPAFqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq//sQxPyAxnBjD6DgZ2hihqCgB7Ckqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr/+xDE1gPAAAH+AAAAIAAANIAAAASqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg==","*":"data:audio/mpeg;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU5LjI3LjEwMAAAAAAAAAAAAAAA//tAwAAAAAAAAAAAAAAAAAAAAAAAWGluZwAAAA8AAAAHAAAIjQBqampqampqampqampqaoODg4ODg4ODg4ODg4ODmJiYmJiYmJiYmJiYmJi8vLy8vLy8vLy8vLy8vLzn5+fn5+fn5+fn5+fn5/Pz8/Pz8/Pz8/Pz8/Pz//////////////////8AAAAATGF2YzU5LjM3AAAAAAAAAAAAAAAAJAPpAAAAAAAACI0Bco0qAAAAAAD/+8DEAAAHUDswdYeAIn6XJPc9wAABTcADPPPPPPcBqBltEADyMjLVmEZjCgvDwR8JGS9nveG/jxKAgCAIAmD/BA5wff4IAgCYPg+fggCGkAAAAACNNeb6B0JAAABFAwCgHoyVQHqxUAWMCACUxFSkzAtAwMJY9t+jDUGBMMkVozBiejUqLUNYYts2SCKjWDHtOCgkAA8yI4zGoDMtNIyGAjDIFAQkgYWAqykhi/M97U2WNpAiw0M3oKXdTfCmbySkf+N1lAUhX2iz78//jc5Ty+MQ5Vmo0/1Xn///+Hdczz7TTMZhmt2r0QQMxEelTqrwAAAB8MIAANJlMEA0ABI4wDQBzBhAgMA0CASAuCoHBg5g9GLWz4cQDn5lzDkmLQQKbRUdhuPlmGNiN4ByB4gbci4FEeBYOh7oYiE7OISkGEJTVE1MSZDaS6l+s9Lht////+o9//rQ8AABtwH9dJGURkmEhVcZFsYBiZNIcVcYE0AqmD/hJhoiYaaYSOAgmCBA7BhX6HkYd8EbGBSgXJtauddHGJEwcvjwA27yS93IhL8P7utb/9f/6/5bWcq09f////kq33FAAAWwAACXSFPMmo95TgoAx4IiYPlULDsZMJ44Ch8FCw4uSxuOAobhUEcoJRI6z6CZq6+kUk97ryAAAAANvwJc9ZIAKts8Ecpj1gyAsEk3Bg6gYmNoOgfjxT5jzBeGDqOSYuflpkTD6mAQEEaAJHJmhhosHKKFzQYVRMncOPYkSwgQP0yn+PAqaAAAAACf+GAAIzLlNQEKdkyI46pI1xM2aI3+QwUA+zD7X4Oc2CEw8RZjDFFjNfCUM4LRUzD+CaMGQIYwZxQxUIswCACkV2AQHQGBGBCRAFg4CRqc5cXZYhtubyYORz3ok2DgAnuAAJZn//j4f/EegAAAD/0ZbYxYAMFFxQuFAkxBMOijDQ4ELkBu7eYIoC8GGSkr5tnJmkYbKEwmBf/7UMT1gUzcoxu96oAhcowjPa/tFCiCBkSTdEZhaHVGC5AVJgIQE4YG8EDmAbAXpgJIAsVB0il8pFAgJrMWfNTAaVCroACEPK0iyZhRC7IGDTIbQBbpyFp4g1tujaEpy3rEMSZyKsvuWP+val8xet+2Nv34xvU8eirp2t5Ya////3/f/////nzFT/3qxhhrD+1GjrH9aKrks7qOK9Pt+xOT76eVAAAAKPesAAw0R2jBmIPMCgBgwvQ5jHKHzMB88siNEMF4O8mAPMGYQcxey/j/+0DE8QBHLD8zzHMooT+Ho32fbRXP6uHPMRfczORGDNuOWO3PHg2EyczI+DmMHIAcwcAhDEJBQHgPBAMcKILAakaaYDHHhSyACfOIAQGHOaBsCEY0DAcu4pfAWLY4OAFl0WBkkGNAkVxwIERHvyocgJX6FyTAMLRzzNNLZEIwNCflBOg486toyUvdoqMrCuluVVoU4q6ntGAfKTYbSFIaNKLqNmD6iqstJfrmkz7NPZWmzKns1P/7cMT8gE3UixnteOnq7Zzh9b/lHNmU3Rg+NTdIeSDYbEpINhoZSS1KWxLRTtiXksbIr30NVld9tVSkAAAALu9MNY1xBAqdRYNQM1KCHWAIWIHkhgbMmYf9m7cFmfBLcRtARCJSdLWoNlk8IVzKJsMkS5kVHAkFRonJS00IfgTEMDSFA1qqEmO35wVYuOxcinJNykpMCHiEAWif/wAAPzlgrWG2IADSlUANmCBjHUKAoLR9pF26s4wC/M1bwiVt9ZCBCteQCMMay1D6Sl2Cs7GcAWUNvbJ5fKJOcISw5G1mkP09QdVMQU1FMy4xMDBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUz/+4DE+YBeXQ0T72UxqWuR472cJH1BTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7EMT+AMd4dR3jZGXoToUgIAfglVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//sQxNYDwAAB/gAAACAAADSAAAAEVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU="}')},"./packages/juno-core/src/components/Dialer/DialPad/assets/RcDialerPadSoundsOGG.json":module=>{"use strict";module.exports=JSON.parse('{"0":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACDysA+AAAAACIxnH8BHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAg8rAPgEAAAAQY/YRET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAg8rAPgIAAAAxnIFhCT+MbWrc/6wBAWTZ+Evw/ho7cMnGPSs7KM691xaACcDCt6An5xY4vn60/ee7fBDIvv/9pZ8gk+id3DlOjvqoG+/D8DixatJ5EVoVJMsuEvC4WKpMFeTlGAbTZLjf/b/H/V84AAtAkn7IHXvGwhEAAAAAjGQUAKDdmUfKcebS+Cx8d/sjEx4ckz89PHzBcaaA/fezjK56847A1lpG4bYebN+NhOn8/BWzzf+66osgima3VfNafB2OEcC1Qcp41hgXIRjiZTh5f29T9932YITrxIrLEFABXiXkPg7fg/zSlkp9KN5gRk0SYHx8HAiAJNkOAAAAAAAIMJIBAAAAACBo8oWYvhsXG2CcmgP7r6PBSAAAAAAAABhIS0bC2tdV5IciAKrG3OaLfQ6MflwUo13ornCmM0//NGSB6JCYFwihFoABAF4l5D4OP9cPqavUxUtk1CQB9hFwACTJTgAAAAAAgDEGAAAAAACmcVrww9p29vcM+8dXAfavtWQrAQAAAAAAIObBmuBGzrth/h+4CgCqxr72edYiQBWucPNrjK1ljeSjV79qN+8GvcqCVQG+JSTM6QfcL11fpfLYtSM5OXw9RLM4PbPUwOBG1wAAIElTqkYBAgCAAmC8TTIAKEUS1+hmf+jDEfbfSGC/j1YMjvfU/9RKgffRWqP1cr8O2VSv6750EGOtNeHxfz2X/+b3DmrjN5k2ACU6cFC4/05eBx0Utk7UjumHWPcY/t/x2LANN5MZr+L++nDSsL759s5Ejf34338fGuv33PnRjwQ+fPzffx8f9c23P7pnxovH9w/NCdswM5kRtOLxfY/Qw2SiNbZ+pXP4QPnB1r+T10EZ//4b676MM8+0tiACPoTj+bsdpC/9b074kd0fR3Vl+vTs5OSk7IzFnT3hEuPpjSZNtU04/tCPWLws7VF9OKIZpmkhOI5XM8aV8/P7Q8355/v+UDPnL/b9Ifb5i33+Ifb5i8fnH+JyftUPY1zO54dKBiDMtvalbUaofdlUxPRYaIdIdMZAfxR/kVqI9CUqVk77G1bPsMZZ3uiv4fv1YHD5FFuc5vs/7fpXa7jxOM7uT4eHT9HkpzXc/Le4v0Wt/yDuPoSDy2dG7X90eLiG79eajeUzbHE67H+16/v1cOO36N6PDn/WxerweRX4jR+8d5oqh1949or9K+K33nnLLbeopqdPn36mDSXp6J57feR2//6hYNPp1LnJ3zlU0aMfv735vz3U4KMfP2v+78wZfIKmYn3+d+YsPrqp6MIhtYtPUG3657+jffvjn/qch8PhEMJNb+/O+tje7t+fL4x3f/zju36+nT7z9Aqd797yzlv2UsqnvvT/vnSmL3rr7/497ziOnD71hWc/s4JIdm+5ZYyCy6XTp5dqxG/v3p06bG/35w8FN502Vffzv6Nd9gQV+PrrcDw861sOAA4O","1":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAAB0Nx8FAAAAALH2CDABHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAdDcfBQEAAADtBChfET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAdDcfBQIAAAB90D1rDDpdT59ucP8Z/9ABAaTZln09D/JG7sabbYw8/3w7bAMkwcd7qbhiUI+pv/9pfRIZbvhutwvREnt/XRVOxPzgbye2O4+g9wDsBfs+4S5v9bPxrca9rX6ZJznncX+UNb59K+H4u5ectvX3bjdOX5w59ox/HbyCr8E1T/z3UAT/7Pi7Jf1ds66v/byiSjQmXCJ9yFsikxOro+c/77GT3/X/P3BOWgr0DfuRcO8b/8tDMVPtPpV82Q4AvJyz3/yQxKnzzfPGcM+Y5h8A7hbOFWmnb8AeyqVaWWg3XobuFMIjYfEc1bXHS0siGVXw2/3QxqmfWgEAmhVE3OV7Jaa29JUUWxOHZkeGLWcvv/zyF3mRF7zI5RPO/xUAgJiff/75VQAAAhzJGAAgaioLI//Z9+P9Pm5idsVuN30wlEIAO70fOaTn1iBS/Z92QWlxTYNgZu/P//dxPp1Px9P1cn88P78n/zG9eL4+19M6fCIYUkUB9SsW7GunNmyCn9abCQT6ZqvY6WD56pdRfllZHvc2AgwYEi4AXiUk3UXiVpx/NlcV7/OLovbIsPcAAAAAFAAIEGKMAgAAAH96PoD93xMAAEXUJXptF+XSVp7Eqstrl3bdSlEEEBSDE7E83tFLDJoAwH3VCdb3j/g0bV13ZNjZNstz+0TC92XyoxbxfTViEkjBAgweJeT1VcILMf/bXlX0fYmiZmTYewAAAAAAAAGOYxQAAAB4cxcSYP96VgAAKEaTbep+MOvLLAY3RsPsoNvNCVEAQBFxjXboxp5vuRpRIFVBcQSlMln0lAbTgh4vYl2mLq3QjARRuGDHwBr8rkIcRIACfhVE+e02imO+VPFQ43w9Miw5gmu7Q+Lbt0YF377x3jcAAGLrHmCMAONUJWMA4CbJYrIrUflM2lgD7LPRgpm9Luo9n3EBODixMlodb4P/ZdEVRl0xMcss+Xz2+F7HtQ31OP3/4vZE6Go7/k/2f7J/8/6N91+/f/0m++X9ZwoAlQMcZO8gBw5y0EH7smbNmjVr1vzJevXLivkQ8ydd9/KTNkx0lFHQ48+HI/bAM1ZWs+VnvXt1a3bW0/s+a/mMZ325NU+dPOtdn7Xm6qdXf7l3Xb36rC+++zlnnHHG0885Y/nUqTPOODl5/+/jk5Pj8fjheNybZrftx92+tl08zGOF1QgHDjpwYMtBBw5aBw7KbDlo30HhoE1YGd5zExv5/F5ixutCEUVpnG/qfpqiti12j/fcfd7wqMThSPPNvpvbxk44xuHOSDju3LxtLDzcublrJMaRkZEY48hIVI/Rhj7//PPPP//888/P559//vnnn3/++SIVhFMAeYWNT9pWluxDKmm7j+TOc98cqtIZ5qqog/y72c49TV3+64am1vZPyuHz4/FxPp72j4fxND4cxg0tPhzGNS0+zMfT+PB4OPyBW+XKZPeWMQoku2MUQOPUR5U53g4hsN1f0m05P72irudPPXN6aempZ545c8XpL3zpS2eefuZ3fveXnnnmS//v937p2V/6f//f7/2yL/3O//f//e4vfen//X//35c9+3f+3//3e5/9zJd+9+/9smee+cLv/rIzT5/+wrPPXFra/9TpecJ2CG30gfHuj+9Ohze9/Z237LnpB37wO95yyw/8PX/PD/17fugP/sF/9+/5we+85e3vfOetbrnllltu2TM6umfPaDZN02wqZTlLwWTJhb8zfzgc7t+/f//+/X//97///e9/p0+fPn369DPPPPPMM88888wzzzzzhS89+5lnnnnmmTNPnz79zOnT//vf//53//79+/fnD4fD4XCY8/M5FxYWAAlOZQEODg==","2":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACJxMsaAAAAACFJmsEBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAicTLGgEAAABPCsGtET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAicTLGgIAAACZ4j2hCjw0kHFs1v/hAQG02dZbNRRjB27ZOF306aN423sHYAbA3m/F9B77seH07DLtuImrer2eviFt53d7fezPsHfy7W8HLhCA8QD0AadL8COW8k9oXLVuq38pZg0gcQDudX3y+PYt2mDGLnCDg4ArJeygyTb/iNPZ0IMGY0somiUkuONr4zZ8WKnYmmwq6jK8fP5v/Oa/+Y/4od/8R9zoT+5+HABAcvW0bdu2bZsAAADGGAUATHfGRD/bmMJ/g4v9z7QwIjBN0wTT9xG7oYGCYd6+naYDQXALnlbj5Xm5P/7/z3U3bq6fz/N2Puwv96/5cDRfA+oAF1m1qDnRtBGaaX/+PPEEJ+vwNkvSqCAAPiUk5Spxo+e/8bdKvc+vhPoeAAAAOGKWAAAAAUIkBQAAAH55EQCwv4x89xQAAAAAAAAAAABAMRokC322aZex8iBG3Vxe1Xh4KAoAAIAiuGRhOzz/V4DheE1HryekjVUs9cuchYRHHaUtUhnZdEBQIgAeJeT1LuHWz3/bX5XqWymhvgcAAAAOcQAARohRAAAA4MtLTQBc70cAIOJubEpF1bezwVQWMbkx7qvHfWteoAAAACiCk+nHnrLXl4sMBwAAAAAAwCCCUTRLKZNGMQUK1YytQOyVq+0qESmFRASeJQTh8Q+9Tb+wSo/9yp7H0mUwz6mu9zrBPLevAABJuo+QAB4EAgCMAAgQsjLJAEDrZhE4VbUy3jm/26M/xbgBwP71TGlDq/7qXRj/f1+crh0ppRBUYjXsqiga8rodl2dj3vut37/roIPg/2QHgf9AAoAF7uSVlQmo293ENmgADD14tB9PGjZN2Bu2m5kJ5cmJhKfj8f0k9m9+dMeLxwbmLOFW/vBZXrQ1wkQFQ08mCv7w/w9sk0EgRhsmN14ej0c203Ercj85aZ1Bfvm9g0Lh/mshGQUAXmRDG37XwPPBrduQ4U8Qr9On+9O+67YxzULced+4cdWf1LY1puC7H7FftjyZxYcjShYfjoz4ocY3zs+Lv2N4Na7+Oj8/j7lU51u7svj7g8Xvh31+/hBXJn+oXVn8rV2qn3/Y578xe85/P8QVn51f/dZ2fmv5sliN90MlA+A7gzGhFvu9kfMKdCiq+qJm0tH1P7YJq7VXrPL72rZ6L5yYbZS7tdWe2/Wv5zNvnKG7XnvjF1usirsPz+P08s9zbGV8+JBrQ+7E/PRH+tF6b/vG0E3Wzi1st8cPZpuwIB1BdNdrb555Z4dtW6lWI43BpG27/mi7LfZjbnB4KzrJfxHvVs/ok/ih9E7wT7z/4/bO2ur4tKjtpR+t98Xa/5N4v74aOx+PPxC/nk+xxXN79tC8f/utcs18SedpFpdLS0003p318xDSeDsrt/v/m6fx7pS3Q2i3P77X3/79X1Oko4pZOt3ku7fspSr3n9aj0THk9Jlnt0U3vXNvcn56Bdq+ZS/v0//3e1d13/6D93Zt/e9/x3HF/jN9/be/M3fyW//flw/YfPutVNNnzvRtvv2ducVTX1pFDPdkzfz0Ehru2aMyb/dDm876+XZ/nsa7s/5nWh/tsj8ttVj++fp4+PPrQHUEDg4=","3":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACKbKcmAAAAAN6zHmMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAimynJgEAAABXp6toET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAimynJgIAAAAK7cXqDD5Y5XBs/x///w8BAaTZ3HOl8NrTgbfc6XNPT/jHkyyacwAgCcAg5vLF3IO04PfZSiFg0oc5zKEadaTmnuPk3SK9m67/Hz+M4mgE9AXzzfPnc+wPLP3460Pd/9B8LlCm3t0dLE7POK3t99/JOH1x7nTGvw6iCX2TqbhINnJ4/VOvZvL/jGnedfMtS6XnXP2df2eoxdNn+aMd52ZmX/xyDyzTFpoVRPz1i2/Dp1WfsdXZamIZXj7/N37z3/xH/NBv/iNu9CfbJwEAvCMAAAXASAtICgDTpjmRtGxeJnu50vqJmcYCADA82hcAvC/6w/V0PJxPx91+1Wceqmlz//0/79f1dL6cV0N9BhlclrOpKbNkUBNiyvKiLMqizPYak1UkBgAAAADg8/XXXwe0+/rrr79+V2Gtk+Xl5eXl97q8momHL+dzX38LD4e3w9vz7f79t7/35xXzh/kigzSDdTd79/bu3buz07t3706n01l/djoePnrC119/23//hYWFKW3hQhRPnjq5IgAeJeTlTeJFzP/GR3X+m0iG9wAAAADLYwEAAIAAIcYAAACAX14EAMBf//IGAABAxWgwWeizVbuMlScx6ubyqsbDQ1EAAAAAAEBQUr+9hv6PIgAAAAAAEAXFDTU0I+dPwzZOh7S9Zj8xF/eXQlowhQoA/iRU5E3Ci5j/bR/V+beSCcF7AAAAgOURAAAAIMAYAQAAAODLS00AQO1bCgAAoCLqxqRUVH07GPZlEZMb47563LfmBQoAAAAAACCoTLunnFNEAQAAAAAwrAV6xpvbfJVsOD82+1MxSViSiMEFnhVE4eUTPps+W3Ue08pWk3gZxjyn2ux1Gua5fQUAWOYAACRjjFMNyQCAr20oVfW4uZ1LvjejP9m4AQDcf84MANnp2pDylKegYoum67qmyqI1xhgbs2qwGrwvr9/le17Pxzq5ijHGGCMiIsbYO3c8isfjMTIAAFfPH+aWGFvb10EH4f47WRv2wv03QhvAXhv4/6+DAu6/eayDMr9/I1qaNX+YW7T9+YlEHmLdI6HW2N////EJD5OJ1jaER0bCZvlZZ7V7mCPnZG+nr3hzO6Fq5alW5U1OnXFGe//5f+t5rz3HOhwJNHvye77cmmR4R+ccASI8GGHN4uP/f2jQAYIe7tyZUDwemxgRY4zQk5mJxgrYviPNugW/fyfLcCDcAp6EQ8P+9KjIN1wZmuwTzmf69LnlYOe2Mc3C8PrvjH/0zdnJTNSanEz7cGTkah893tW2yZimSW0Xc6X6+Qez5HK+H4KR8xczfB6zz0f1/RAXZp+fn8fwjSvnvx/4pj/s86tf57+nz+03hju7wuTsO7t2mWf69LmzaR8JM50U37ltT7hO9k9KjExPltO+c3MWf2uX/OGHy/npsvj7Q22upH1+9YcxfI7zz39jhs8/7POrLH4/1C5V2fnVz2MQJAV4F/hY+IHb/AclU1SXohgv+21l3SR+GR/8GbkGRCGsWkHpmt43amfDL+ISrtVi5/9r+P7YclsE3Zhte+PX4jfR/um/OI/V9m3Jz2nebYaTlfBiwj0bfkWToeE+/rUnbcj/5e//2vH+kP7Op3fmGvJP6OVW/Wv1n5/ww13ySnBRrK2KP6zxCqXsfj2Tfz3Gzot9eWTI/I9v+dEp1p1e4VqusN/GWa6wOEo6Maqt17X4j5nctN7bbk/XNtaf8cuMEMxku8eW27y2tLEeWm4DZ8O17OfUK3OFjx45zp94q63ZWvM74GhEO+S71l9CoxW/w7W5aIKhD+LhKXZ7+kBc0Y056X70R9o9ttTG41/EO8H9JjRWxcnXmb7NH/h7bk01feaZNpEo5vipM/X+TbfspZhahySVxb//+yi027tTriI39flPf4eUU+1iefyWg2MEAA4O","4":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAACMCx80AAAAABSEACwBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAjAsfNAEAAACe3diTET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAjAsfNAIAAAAfzUHJCj5OsWtqrP+MAQGE2fqlgVBemoEnG+PN5R939PYRUDAAPt44xbCrPTma4tv3Wc/LvLyJvDdW9Ir4kQLn/jwdoxNtHd3MRoJ1GPQFx5lglzf6t4ciqXVfycs8bQKI8EG3PPn2nG1u3+oqi6UWvJBYzc6nvrXBKbwU1M0/HK7t+Ix+ZEcGVcuNqx7y1/8/daeb64xmLfJABhol5O2r5Aud8qurIln5Y8OWwe6zf8Nv+k2/4bM/+7Of+MTHH38cAEDMf/jhhx8AAJgUkJQCANF1t7b8P98x0749YmqSw58fCWD48vZp8jeaN6DfeC5C5geDHLcZbKvs5+/d1CRsPVge7p9bfJz7W3a6/x7niQBQAOs40Y1Tdi4wfvedg9+nt4t/JD4w3utfhWrbKgxrq2ptBeKL+bl5/87ykpKSsNwyVvQJn3Df1RwMAB4l5KeLX9Bifi5dFa+OQ9Mjw5IDAKQJdSS0GSoKgAUKAGCMAQAAAKTrWFhStSrhETULoP/3Btns1b6ytzgCoAhBWraLc1HhSAEIzUNttpRZp5Tw7oxFe6F267ONcvZu8sdj3CRvxc+EDVIBHiXkl6vfKfbnpVZx1SPDkgTmudcYB4AFAAABRjIKAAAAcEZw9O77Y957tYzH+ElVgP7ri0ni37fD6eEqAgAiwVszVZdPJY7grihPSmf3/u3mx+ZT/g02xZwiRU+lB9PMw8kZjdCsLsCNAF4lJJStyICII3ymai6KyMiw5ICgu7u7e+3atSFplk7PAAAQTwEQsiQpACDEzeR9zOj84ej7vQBwOpyMl/F63DyqaI2IiLGxqAa/TWWHs/N+Ox9/yHYMYByPR3YaCSPj/vX7Nx44CP7nAfw7GUCYNeu3XweMuGliv9yZ0XjnaBrxcXI6YlBPSGRkrYc8to/StCdEmm7Nn287RkiLWO21AkX7fV5jOjKZ7+Pehgr+Y8O5b8eAda6KIpvFea3pyXP7ZXjztl3hmmaG6ekP3ZgCdffo8W7bTvX9ULuS7XJ+9XMNwkpzOd8P5PeD85PZWpIUQG9s9YIZHEZXDBENGRFrQLr+/+P7wZSLP9FOm9IqkpNhW/J0WrXVxFvrQ3h5nA4KyeHfKN39+bPNx+Nf4o/Wx6K72qo/NO9tt6P9B/zwr+g+Pu2+/Z3jyHJJh0TB5f7TTRrv3vVRhXE65e3+/XlyUx9VNN7eneXt/v0QzmE7HGj84cezvL0dyE153f/fR+L64x/PclmjZHRUmT71hVVEf88YslzSoxvv3It6/Du/+2xiuEeVO/mt/+/Lt/XffqtscXoF0X/7rXKLz790JjHck3XHp9vE7jtvpSqeOrPJh6Pk9Kln2qIbt+yllEtNlIxm8fypM33R7p4srpd0PhzN4vlTp1v97qyfhwONP/x4Nr7dn6dx6ufh/oHGu7O8vc2HdnvXz7f78zTenbr8O4WPv/u3SeWsP4sezVrQvt3ep93x8NvOxPs1AA4O","5":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAADiL9EHAAAAADf5nsMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAA4i/RBwEAAACPUfTcET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAA4i/RBwIAAADRxk18CzRZR5hqc8T/XgEBjNnyw/OnPnbglm28Kbkpzg2gBGDQLks91hH64NEb89RKhIF5GEP3v3k2esf7OeQ/ypI6AewFxyXhUyzlD3yjse8b/0sx6678QVlQpy/aNr+9k5N0/N/vta3f6nrz+67AO/E3zz1Fm4I/YrWDhzF8aaUAsXJgOQ+9ZzqqU1XEP/+RzvbkWSuTt33Ff04G5A3zrRFCLM2f8MrXf/qRf5RaZFDxQ9g74+J0eVIiXIipx9QYWCyeW3fifLp6ptXLm96Rp0/aUgfzHddbaH9zbzxvayJlIgA6JeTYIfHKb/2OFUpV1GWoj/6tf9u/7Tf7TZ/9+H4ax6unFgBIrkN2bdu27a5tEwAAMI4xAIBGzVi469ZXafZEWFMmY/y/anEYhgQ7PR5n/j8e3t7e/qPz22k6zAvzcDi3j6M0693187mvWit5M62Or981Lyb7/joHwEowBDcIraKOB0Lnp8xY1KIJ+djQe1vhKmu+ggIgAB4l5ObVL0i9P69+VSqZg5YkcHd3d8cCgCYnRQAAAIAAYxQAAABT7nZHI+jvs/PrW38fANi/jasADYYAAAAAAAAAQO3lfX/mFY4AAIi4Wjsu5n19rAEyIaXEuqd/Wzv5Mbb0C5s9XGXhJgAeNeSm3S8IfZ+XX5WqOrPRkgTez35WAQBoclIEAAAAGGMMAAAAUN7gbp3cFQhnv+Uj/d+qALD/Z1wXaDAAAAAAAAAAALNf7re3U6YqAgAgom5tny1X+QQoXYRINiThFY4jxgmzE0d7TpeRVmgFMJSrwgAAnhVE3Clhrjc3g0oVfsZ3LE0O1kdlyVzfbSyWNAg4BQBI8trRkEAQBIALMACMYCUZBQDxbbPHnHjuBz5UrAKAxyO7cOeFq4te3tJxf+a/53xWrvfrsXYTjahiYrU4vC6bED6R/KwiGquQTCnkiQCLAxxktbEy40Amf+CRP+jHrCke2TReRya9jids2N+PbOuf/zeaFqdaHjLLK1sYFsurPU7/fJCNxvtJm5Enx9j5dTH/STfleu8x+UCImTet36pWcIADAF5jI4d97RvhOZg5ioxXnFfizm1j4eGuXWMxxpGR8PQ0299vE9h9pufluhFA2yZq27qc78pi5ycWOz8thrdtyUsKAKJhK016CT8d4Wyd2b2vK5NM04Hmr6xT+T+aq41377z2DKzZSIrt3GI8/tXa+M3HH1qXx2H6EL4f7T+Eg8t/T62c3/jxvT7c7V2f4aZTTpT3a5dNtG1/KkJuh5Cwvc2HVIf782Ftb/fnq97+/ehQ29v/7h/q8O//7ofb2/8+mq/t/v/mwzr8+9E85dv/PhLIt/sheLs/T6OfG413/Sy7vesD4927PtzdH886d/vjH8+68Ycf3+u72x//eNZ3tz/+8ez09ocf3zsdb39876wbb398r+/G2x/P+m68nfWdG2+nDBurrRRZ2mXTh4rPDGj701LbvxNWbW/3D7W93Z8Pa3u7f6jc7t8/VB3uH8I6/B2tk0PVXlggX7fzLQcODg==","6":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAABiIZRJAAAAACp8LFkBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAYiGUSQEAAABRsbVnET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAYiGUSQIAAACV9JeIC0FKtGhq/wz/zgEBhNnkUz1H154OvOU2/zjUgZ8PtWjOcTgAI1jtlHGty7pnza39nZTn6MMc5jDtl+OF8O+8vOPV9/wY7B3h5uwa1ATUAd2tnqM59m+BG1Pbbyo5u3w3UZinYf/V8N66pVN13FA9wbR16Tyfp09pvrWPBrbR8K7kz89OFO/tNGKeftd97f+tTlLKUw0nABol5IOrZFtT/u336l0UacTLoP3MZ/+m3/TZn/3Zn/3Exx9//HEAgGUOAEABEGAcYwAAEN3GnhTLYRI55yDzfvvwz8afJmAYBgyP9gWAmx2f29VpeH39noftrLaSD7a3z/ZwfX3ft/vlvBrqO8jgspxNTZklg4rbFPMsz/Isjz+enToGqggAAD5ffx0AxkRrSJt1pJQbOmGw1WkvOdQGiJOtpDxib+upzTz1j2ncoVNUrlIBJB4l5Oe7X5C+P6+v6iUtJAnM8fFxAADLYwEAAIAAYxQAAABAGFEm7ieVEdcm43S3mgUA+P3fAgBxeG0/xVkcQQEAAABACe0z/7cfFAAAAAAAMDCexeeGbuzvf2tMJ+Zau1NZCbeIGKQEHiXk55tfEDF/Xj+qc6khSeByjWuMAwBYHgEAAADGGAUAAKC4ePPvY7Gt9d5bxqP+sGYBAGpfCwAQ/62yvgcXQQEAAAAQVJ7dpjqniAIAAAAAAAVI3DFLxFHPdev/O9S/6mZL/hApyeEDIp4lRPzll/nMDUN1Hn4UrUmcHLVolKB77dq1IanF0hIAwDLrb/+feZ4BYIwxQlZBMgBYxFkfo7HbjK+s+3shAOD0ISZvUfWjKeOjOgMDMq0z6D9jWTy2i6awImKMzYqqqqoiWmNszIqbGY/i8XhsIgAABx2U+f0b/53soIMC99/J9sC/EQC0gf95exncfydjHRTuvz0cdFDGdPv27ZGr115WQsj9/cPxyNCeHvQwuZnoePz4w8cnMQH0m29/9KM5Oh4/fDiefHj/uO2Pdtzcze3UOYOwQUXj1JPVZzgRHsmEWTY8CAMsTj583ERAQ+thMpmIb7uzY3crvKH8aePM+++/8cBBYeb++y+gAD504+zN+xCW2cZQxOeFcF5rerJ/f9p3du0KkzPD9PSHbvSnCWNS2/bafeaJXW2bjGmaaBdz8f0hWu3K+T7znR/2+Yvx/WHM5Xz7/MV7uv+5s5PikRKGO7t2VX8Y4/2wz5/z4Ycx+/y0q98faoN9fn4eA+efT+Y7xvlVNQOgFHvKIBa3ujsDRKOM+PcfaElxO2lskLrv4M6Jr39GrgEYigZP3v6DWEH//m+d+BHlGmd03v21qH1M5+nx1ADpV2vjnnACg9kKHjdYM5zI93+xn1ML6rYj9ssHdRm7xifV5P33XW2/9aLAPTNA9yG8iP3km+IPYv84z4L4BzGF396EkT6IAVv8/0U7MQre2hbPrYICtbN8/MF8CDd+ixCk/WNLbdxIv8Tdn2MDgPRndfmMvx+Nf7UibbgnCxYN3/6D3zG3eOpLz16BAMqlJT256Z3vHEeWS7UFKPc/80yb2H37rcYoADwdVYqnfud3P9uX7I7JYkh23/7OvbzH/+f/e642JKFcgmRUMY//3//3XL5kd08WA99++zv3Jo9/53d/2QodwFjLt9/+zr2yZr7UtACmvj9P490f3/VRBXOow9shtHHqGIBzDt++zuF4uE8ADg4=","7":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAAAj1thEAAAAAG6Exb8BHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAI9bYRAEAAADmsWEqET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAI9bYRAIAAADes0kGCj1Hn2RkuP9PAQGM2calEaK8NAMNSdePb+1/3t4dd4cBYDgAkY4wT+XsL/LJ16Lvp9y23bbgIhbhzr+m7rZ/Ce2fqQ8vBwYAhAHlmSuP2Ii/pBCKENsoftnLPAUAx83vRp7xFgCs21Du+a73bLh3TXD31L5CaDyFkp7kOhrLaBGxMcJVPJD59+T67R3KJgJaJSTYTaQDcvkM1SgrfTC0DPXRb/rsg2k8/fzf+P/9iHfcuAIASNLn9u9fnpxMZwEAAIAARzIGACBqKp8avlTbHE52snjS7HTWsQH6/tDEQvlFPl4UMzO77B+v5Wf7rc6L7/2wXa03+8N9/RzOx/Lze9+uEYDKQIOh2VCxuPJYuP0YEE/IUBH2iWIcpK9g6XhF8TXGGvP2buHbtxwoAQAeJeRvd++PNX6lSlzHlCwMiSkAFigAEGCESAAAOP1jg/7fGwCA4UU0Wb/7+h9fv18vEOBJxRkBAJwr28W5qHCkAFCMqx7v3hlb6UD305QptWtWks63HABiSscJEsMQVAnyy0ICPiUkHxc/I5MrVdE6npJHhokpAAAAgADJGAUA4OKloP/rDgAAcMMNL+JF53YNvyHQn+K+LQoAANW3VGt/FuIIIADdXqQXuCVu3x1893rsDqbZ3a315uvku50aklGae6iCextQAB4lVOnNL9g4vHbHcNd1Z4ENS46m0UF3d3fQvfbW7hDNEgAA8RQAIZtkBAAg/vYd7zRX3Sw52d8WgNPhpG3Hqb0MKVlFIyJiYtbcVpWdzY7b9bz/IdsdADjg4XCYFQD//f938t5BB8G/ERD8tgNhOmv+MPe479w0TRP15OaemRkDE2NvjicfEsPMzI1H2swynrRPjhEutEFfMBkmlfu+r9i25OpZ5Rb849/J4aAtM/F+P6g1eJtGWAD+Y8P2t2MY6/QRRTaL8+pRp0+fOyvDm7ft0spo25e3+oF2f7/btlN9P4yB8xcD5lVbW5IUwBWMkoMZj7+6sXhvq0lzagjdxZiwqdbLv9bsQYz8icpzO94/xm6LWr9N//o7zUMOpMNhXt/++MezflbBOWxv9+fLxqnPANzocx7+jtYy4PbHb68OhyIgt0NhvHt31mUVAbm93Z8nu72blQA8SVNc7n/mdBPJVAJAsnvLXtli/zNnNhFAOV/So7f+7g+9laqYNy3H5eMvfelMYvvttxqjGAsyVczxM1860xeNjqYYeLK7ZxRPn3rmzCYCsLWOkt1b9srieqm2YMr50n0x/vDje2e5qsDY3v730byNU98BNk6nfr79+9F8CHMAbHr37pTzcCgyzu1woPHu3VkfWQBQh7dD2fj4q11ezvp8qaSchfJqs+YXsA6fCBcADg4=","8":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAABQ3o5GAAAAACUPBlcBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAUN6ORgEAAAAskylcET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAUN6ORgIAAADQHCLbCzhcSpRlZZf/GAEBjNn6LeFTjB24pPfj3r2jeLMOgCQAtAggFvMby/VF2AmHXPe73/31CXXF/+MRTA19cFq/PnRxRAScBc0lF89jKb+HNxsjv+yXLNZx7W+gLGhOX5jrv73dSXjy3Uvm9q21P/6+KyB+2rBBO5TJfNP+9nnJ7j6snUfzkm+fwqezUxabqzZPvyM5k6fftdX9is/7v3YEAJwN5a0RR7G0f8LLdpjeeVbMgNJ8P6zZN/eYR2eXjQj/G2OyX/PR4rj3T9FZ51CXZ7LheVUbe6eurnX+6P6/E+/fvXV8+0wfkhMBWiUk3SFicL/S748KJUOLvAyOn/+hH3rHjdh95t/6TZ/9+D4AQHIdst/d39/f32/bBAAABAgxCgDgX9EzUrNJwhSfawQ8Nj288PgTYB9XO+vtv5+/vz9mfjtNB4JwP7yv1fP6fw/G2+u8Wc6m4TicZsvN8TGoP+Pv6+DwCED7Wu4qXhjUiqSQ6hRj9VPIbwukowQMAF4lJB6r39bDb69KfTXeiVDFFADQ5KQUAAAAwBgDAIDrvzED7L9RyyINhgAAAAAAAAAAAAC44SaZXn34+q6Lg8xGnVXuAAAiqtZOg74+LYEArJHKkqxf/veqn1ltvP9uCeGKJIYFXiUkHru/1sOvj0p9G2/ZyGIKAGhyUgQAAAAYYxQAgKpqAOz/GdcFGgwAAAAAAAAAAAAAACOpZ5eylGCagGUYsvNKlwgAIKJqbd/sV/kEAlAKqnfNusa+4E8V/74mlqv8xEGAggF+FSTg4R2YHj4fVXrYjDVycjQNdXpmRVk8O9eCBQBAkt5YGxIIAgFcAADAeJJRAEgikjoZ6n5EopP/7PAM8HgkPnNeqgwE9ZaCab69X8Lr073sb9snFQHEZM1st2o21WnvoLDXxspgr9pkZDaNgxprC38gjaz5ySInORkGrbsWQl+GECQsOiMrs2DCc6its6oUoAAl4hoAHmTD6Ms7aOHDT0cJtSrOa50Yw/C8f9ljPT2bhnF8q/nsg0D9TM93S+/oAzUBkmOEeI4RIikAqE0emKfijS/X9rbbPtCpKMteQULcSmy3p1vywi6u9f83aLekfZvGlm/vyWKU7I5RgA9vutd34w8/nnVueveu79z08Zc/uqnKH13t8jsrKH+C8vLHX35ntcsfXe3yR1dw+OGHH3744Ycffvjhhx9++OHHwyc6HDdgYWHh7yws/J2/83f+zt/5O39nqX/ncDgc3u4fDofD4XA4HA5/5+/8nb/zd/7O35nz84WFP8+5sLDw9dfnvw5Adh2ePfzwww8//PDDDz+8vLy8KeXl5eVP8PgrKC8vLy8//PDDDz/c0gcADg4=","9":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAABwncJuAAAAAO8QcZMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAcJ3CbgEAAACo/1bgET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAcJ3CbgIAAADrgeKcCTufZmD+/7sBAYTZ5FMDo2u1B95y/fgwVv/5CXNzeAMg0VCv75qoz6ZpjN/fDKoZvX23O5SwO+9DenwHM//JqLfbbjIAOhUkxVUkALH8+qya4sNNsAzjeCMe/Ybf9Jv9pice3N/f3wcAWD4AAACAAGMMAMD3tPRosHgdzQ77x6DsNAxDTcc5MAH08PotnwDgce2y++qwPPlX54/XftYWybqYcrA83F//72n53CDHw2dZJYMKalJWVnVVF3kMRk/Fr3OnJvo6KTepV/zJ7ebx7Us9Ze7KtDu5v3lerLFhFWEJvEAF/iRU7nffA778tlSvddT1QUwBAJZHAQAAgABjFADA9f9OAHD2+yIAAAAAN7zs3//5F6/u+ziiZHmdGQcAAAAAReTXfD+vNiEAAAAAAIBhXqWv/N6tEHpx/knz++Vcenu7S6Qg6aEAPiXk7jc/HdP8tVTn26i3gpgCACyPBQAAAAKMpAAA9oUqAPDXvwMAAACAMNEKexRaLR1XczU0l+xQrEcFAAAAAJRUXqdU/1AAAAAAAIBUgR1ltksdxhyCgLYNSl+XhmEAnhVE+uIbuE9+f1XvzVeM6bM4Sfzz+Bln/Pj77wAA70AAAKMEGCErSTIA+I78Fd4qK5qpqKNl1cAd/cUiANTv8gCARDZYbBf/bJU3gyazou4hlW1dl3ly28yG9bd9Hc1u00VRd1X3EIIrgIh5yMx2+3ZkzRp+/0524CD33+hAxm8yABAY7AUms4L7r3VQG//+S9NZs7bH3U1sw8TzCPH4vjcMPZnMeDqPxw8nR9hw8+0dz+PjP/99fMRw882PfuRVtbx6ZcsvBjt23nksAbPl//47sk3m3LmZUIzHD0fxNQ85J53/Pi6uqXXWdrftNPugzPPff+PeQcGYbLUhDwDehEPKywWkmt9+07q3+FwAUT1xJA5vjlWm7p4VLRnu3PzAhyROJ3NlYLhrqd195uB5FYS2VduQnPWVxb4/xD5/zvfDD3Hl/MXvhx/iyvlV88MPrpxffT+MceX8fD+MaSUDMNOT544pmCBa11NJ9ZqqT2OEpWPl04pR/yIm/zHZi/ld/h//PImTn9bm4szi/+a19Ee8jyrN/ca+LQCkD+aDWGn+mfdbhGrfrn+JAbsvur95LX7Ynq0JrPFvqf2PxvsP+H6tGVw+o//NczX3fyl/f0x29517k7U+/8KzfQDJjVvGKBLmp1fMH8J+9+7du7O8Hd7u3w9tnN7enWXU4W0+JLjHX236t4eqXXZnebtwqKLyx1/B5G8PVfTox1/t94fD4UA2Tu/enXIe7t+/fyC7/eHH9055u/+//310QP09t+y1J+vmT33pS2c2+S7Rf/vf/XvecRx5/IXf/bufvQJd+9t/zw99x3Hu8e/+3V/27Lboxjt/8A9+x9ziqd/53V+2iujf9M533moMWe5/6swVNUqGu3vGKKa8f//+/RDj7d27sy63t/uHSh79+FnzfzvnOvzw7Levc2QBDg4=","*":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAAC0fMFwAAAAAKxAgE8BHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAAtHzBcAEAAACRnqZfET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAAtHzBcAIAAAAbCNR+Cjxd9Wln9f+eAQFM2cLZuAQfeeBNP+6f/H/ebqcWYAJpmcF5xBCcPs+4tqyuWDzpRPc0IetsJ/2dz4fqsQ2XMBswb7gnwRdcDeHZuIJ8w0/qwzcbD/Pd91Kb5/pxUNb49u6E4/+93Gnb/u2djNNvz53O+NfBXuWHqDbYFB8tfBV+/lu0o/+hcNmdaWsvKU3Lo0sdW9tKaWV0/R06F+/+PdfkBAAaJVT9TQTBxCHXjuGpL97JAhtaBsbT3/w3/xu/+f/v//ebv+MqKjgAknT//uXJyXTOAAAMFCykZBQAACGyCnOI82MaW8XzrKSHIf9HVYV+PTRNivyUj6OIDWdm8839ezvOdL7aHObLy2RtPTxPV15fc7r/XtfD54cffvjhWYBvX+cAoLjl66+//vrrr7/++nyjjsNPJelwdHR0dMxNe/aM2zNud3T27qz0pUyjsMLtcP/v/L8f/fvR/bf//Xv//tv8/fu/55DaIt5Y6UfMTv1x9nb2djqd+lPfOZdZaIjJ1MLXX3/99buvv/66VjZGzB5+8mRWBF4lJN53v8PKZs9KFN5BnyTAPjoCBwAFAAKMZBQAAAAAgCmWVF5pbVvpwvW/wD/eQFvJSFhum9d1rYqgvPiqyQocKQCwkrRupv/1Tq7N1Nn8iTyvkojK41oaa7P/Lp2XO5WU1arqABJ+AD4lJN8X3z8ms1WR6IfGhpIEGBwcBAAAAIBkjAEAAAAKQWSIbRSkC5Yo7GfL8PUgai9MUiu+Wu+fZa6A6krK57SOokjYwgRbUzykxqwrOUxt+4qHPPK9kB4jfR8Zj138FnaEonDBAgCeJSTS1Wt4Okl3R/Pwo9/LAhtM5tujIRanz86tLDVLSw3quq5ftmLSr/ec5xQxApQAwQ1JMgAo3PEifL3T7px8vHfa0//z/n2KruS6tVJ83OT8//yQgTxmBRJChFkErrE7YiDMmrX991/sHdQGCsD/ydg7KID/EQcOCvfff/8dSw+TyUQbct+Px5MPRyfYkc6dO2cyrIDGqXc/61lnBOIoPOjceceOkQy45Xc/61lnrfQcF4MdO92s88gA+f7+4Z8PHz5I6Mmdb380cxnAuTcfPhybhF3ud9Za9/5zonbbns6aNX+Y7fbteeuggzL8+2+kTcBvAL5jA/a32/Cto6DIpnE+vrNrLBxHdu0aqZPnzqYlDkdGrn9gT4xxePO2sTgy1e8PtfMXc35+HgPhDnzHOP98fH/4wVzJy/n5/WEMrpyffmgjOApg0RoMNaPv0vFD7GbhtGsmhQt7P+2dmNSY1m1BfSkbWuanh21ZG+7/Yo3VVkFprB1Ph8Ph8PBnffXfMh+Pxw/Xw8GggPbtKg5vbbX/v6fn59Pj4yfivl3wl//zGgTc8n/e6K/h/Z/n5+FNt+S6+VNnrtC5BGOt3f7w41neDoewkHU4hBjv3nvXRxWAevv3f/Nlt3dnfefcdOrn21PPnNlEMpVSJqN7bhmjlPufOXNFbcu61qPdH/jB7/jMmU89c7opdn/g7/l73nGvLAZb7n/qS7/72W1ouOeWvcaMjo5mFXP8hS996dkrdJBpOnrT22+1VxaX+0+fXlqq61rnw5vefqu9stjUdV0vnT79v/my2x9+fO/dqXPI7f5Tz5xuWp6Ojo6Ojo6mCq7D2/35QxHMTae306m9ycLCgqjs0RXYoV1Y0Mapww/n29cBDg4=","#":"data:audio/ogg;base64,T2dnUwACAAAAAAAAAADa7NUXAAAAAGqqJRIBHgF2b3JiaXMAAAAAAUSsAAAAAAAAMKkDAAAAAAC4AU9nZ1MAAAAAAAAAAAAA2uzVFwEAAACtgpoiET3////////////////////VA3ZvcmJpcy0AAABYaXBoLk9yZyBsaWJWb3JiaXMgSSAyMDEwMTEwMSAoU2NoYXVmZW51Z2dldCkAAAAAAQV2b3JiaXMrQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd/3fd/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd/Xfd/XjV8XhmVZlmVZlmVZlmVZlmVZlmUJQkNWAQAgAAAAQgghhBRSSCGFlGKMMcecg05CCYHQkFUAACAAgAAAAABHcRTHkRzJkSRLsiRN0izN8jRP8zTRE0VRNE1TFV3RFXXTFmVTNl3TNWXTVWXVdmXZtmVbt31Ztn3f933f933f933f933f13UgNGQVACABAKAjOZIiKZIiOY7jSJIEhIasAgBkAAAEAKAojuI4jiNJkiRZkiZ5lmeJmqmZnumpogqEhqwCAAABAAQAAAAAAKBoiqeYiqeIiueIjiiJlmmJmqq5omzKruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6ruu6QGjIKgBAAgBAR3IkR3IkRVIkRXIkBwgNWQUAyAAACADAMRxDUiTHsixN8zRP8zTREz3RMz1VdEUXCA1ZBQAAAgAIAAAAAADAkAxLsRzN0SRRUi3VUjXVUi1VVD1VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXVNE3TNIHQkJUAABkAAOjFCCGEEJKjlloQvlfKOSg1914xZhTE3nulmEGOcvCZYko5KLWnzjGliJFcWyuRIsRhDjpVTimoQefWSQgtB0JDVgQAUQAAAEKIMcQYYoxByCBEjDEIGYSIMQYhg9BBCCWFlDIIIZWQUsQYg9BBySCElEJJGZSQUkilAACAAAcAgAALodCQFQFAnAAAgpBziDEIFWMQOgipdBBSqhiDkDknJXMOSiglpRBKShVjEDLnJGTOSQklpBRKSamDkFIopaVQSmoppRhTSi12EFIKpaQUSmkptRRbSi3GijEImXNSMuekhFJaCqWkljknpYOQUgehlJJSa6Wk1jLnpHTQSekglFJSaamU1FooJbWSUmslldZaazGm1mIMpaQUSmmtpNRiaim21lqsFWMQMuekZM5JCaWkFEpJLXNOSgchlc5BKSWV1kpJqWXOSekglNJBKKWk0lpJpbVQSkslpdZCKa211mJMqbUaSkmtpNRaSam11FqtrbUYOwgphVJaCqW0llqKMaUWYyiltZJSayWl1lprtbbWYgyltFRSaa2k1FpqrcbWWqyppRhTazG21mqNMcYcY805pRRjainG1FqMLbYcY6w1dxBSCqWkFkpJLbUUY2otxlBKaiWV1kpJLbbWakytxRpKaa2k1FpJqbXWWo2ttRpTSjGm1mpMqcUYY8y1tRhzai3G1lqsqbUYY6w1xxhrLQAAYMABACDAhDJQaMhKACAKAAAxBiHGnDMIKcUYhMYgpRiDECnFmHMQIqUYcw5CxphzEErJGHMOQikdhBJKSamDEEopKRUAAFDgAAAQYIOmxOIAhYasBABCAgAYhJRizDnnIJSSUoSQUow55xyEUlKKEFKKMeecg1BKSpVSTDHmHIRSUmqpUkoxxpyDUEpKqWWMMeYchBBKSam1jDHGnIMQQikptdY55xx0EkpJpaXYOuecgxBKKSWl1lrnHIQQSkmlpdZi65yDEEIpJaXUWoshhFJKSSWllmKLMYRSSiklpZRaizGWVFJKqaXWYouxxlJKSiml1lqLMcaaUmqptdZijLHGWlNKqbXWWosxxlprAQAABw4AAAFG0ElGlUXYaMKFB6DQkBUBQBQAAGAMYgwxhpxzEDIIkXMMQgchcs5J6aRkUkJpIaVMSkglpBY556R0UjIpoaVQUiYlpFRaKQAA7MABAOzAQig0ZCUAkAcAACGkFGOMMYaUUooxxhxDSinFGGOMKaUYY4wx55RSjDHGmHOMMcYcc845xhhjzDnnHGPMMeecc44xxpxzzjnHHHPOOeecY84555xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAhDFKMeYchFIahRhzzjkIpTRIMeaccxBKqRhzzjkIpZRSMeaccxBKKSVzzjkIIZSSUuaccxBCKCWlzjkIIYRSSkqdcxBCKKGUlEIIpZRSUkqphRBKKaWUVFoqpZSSUkqptVZKKSWllFpqrQAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAwBiDkEEGIWMQQgghhBBCCAkAABhwAAAIMKEMFBqyEgBIBQAADFKKMQelpBQpxZhzEEpJKVKKMecglJJSxZhzEEpJqbWKMecglJJSa51zEEpJqbUYO+cglJJSazGGEEpJqbUYYwwhlJJSazHWWkpJqbUYa8y1lJJSazHWWmtKrbUYa60155RaazHWWnPOBQAgNDgAgB3YsDrCSdFYYKEhKwGAPAAASCnGGGOMMaUUY4wxxphSijHGGGOMMcYYY4wxphhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMeYYY4wxxhhjzDnGGGOMOeYcY4wxxpxzTgAAUIEDAECAjSKbE4wEFRqyEgAIBwAAjGHMOecglJBKo5RzEEIoJZVWGqWcgxJCKSm1ljknJaVSUmottsw5KSmVklJrLXYSUmotpdZirLGDkFJrqbUWY40dhFJaii3GGnPtIJSSWmsxxlprKKWl2GKssdaaQymptRZjrTXnXFJqLcZaa82155JSazHGWmutuafWYqyx1lxz7z21FmONteace84FAJg8OABAJdg4w0rSWeFocKEhKwGA3AAARinGnHMOQgghhBBCCJVSjDnnHIQQQgghhBAqpRhzzjkIIYQQQgghZIw55xx0EEIIIYQQQsgYc845CCGEEEIIIYTQOecchBBCCCGEUEIppXPOOQchhBBCCCGEUErnHIQQQgghhBJKKKWUzjkIIYQQQgilhFJKKSGEEEIIIYQSSimllFI6CCGEEEIIpZRSSimlhBBCCCGEEEoppZRSSgkhhBBCCCGUUkoppZQSQgghhBJKKaWUUkopJYQQQgihlFJKKaWUUkoIIYRSSimllFJKKaWUEEIoIZRSSimllFJKKSGEEkoopZRSSimllFJCCCWUUkoppZRSSimlhBBCKKWUUkoppZRSSgkhlFJKKaWUUkoppZRSAADQgQMAQIARlRZipxlXHoEjChkmoEJDVgIA4QAAACGUUkoppZRSaiSllFJKKaWUUiMlpZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKpZRSSimllFJKKaWUUkoppZRSSimlAKjLDAfA6AkbZ1hJOiscDS40ZCUAkBYAABjDmGOOQSehlJRaa5iCUELopKTSSmyxNUpBCCGEUlJKrbXWMuiolJJKSq3FFmOMmYNSUiolpdRijLHWDkJKLbUWW4ux5lprB6GklFqLLcZaa669g5BKa63lGGOwOefaQSgptdhijDXXWnsOqbQWY4y19lxrzTmIUlKKMdYac80199xLSq3FmmuuNQefcxCmpdhqjTXnnHsQOvjUWo255h500EHnHnRKrdZaa849ByF88Lm1WGvNNefegw86CN9qqzXnXGvvPfeeg24x1lxz0MEHIXzwQbgYa8859xyEDjr4HgwAyI1wAEBcMJKQOsuw0ogbT8AQgRQasgoAiAEAIIxBBiGElFJKKaWUYoopxhhjjDHGGGOMMcYYY4wxxgQAACY4AAAEWMGuzNKqjeKmTvKiDwKf0BGbkSGXUjGTE0GP1FCLlWCHVnCDF4CFhqwEAMgAABCIseZac44QlNZi7blUSjlqseeUIYKctJxLyQxBTlprLWTIKCcxthQyhBS02lrplFKMYquxdIwxSanFlkrnIAAAAIIAAAMRMhMIFECBgQwAOEBIkAIACgsMHcNFQEAuIaPAoHBMOCedNgAAQYjMEImIxSAxoRooKqYDgMUFhnwAyNDYSLu4gC4DXNDFXQdCCEIQglgcQAEJODjhhife8IQbnKBTVOogAAAAAAAQAOABACDZACKimZnj6PD4AAkRGSEpMTlBSVEJAAAAAAAgAPgAAEhWgIhoZuY4Ojw+QEJERkhKTE5QUlQCAAAAAAAAAACAgIAAAAAAAEAAAACAgE9nZ1MABNcZAAAAAAAA2uzVFwIAAADu/EL/CzVbS6Bibab/RgEBVNnQl0aAfmMPvOWnD4ex+ocDcwNQHACPlnE9zfXy/3/HIjbccAVs5a1uMnn44hj5H3VzZTNEAYVL4zLqY39g2ViaL7/I5bvz4WcElKl3d8vi2bm0Ln/7QePJt+d0+8ZoXrQacMIGVzODf4i+ufY9KMUk32ebEU7d2CgqU+ogeH7x01rRjpvlzH77yz1w/qwAVAnpfeNKmBfpbzC10/X/xJ2LCYUzud/YuW1M8w8SOHgD0yF7bnS246h8zMcOP4oen8J6On2miYapYj5PeoL++Qq9+/0/OM/HcwIAWiUk9U2kIH3y+KwuB9FTYRnq7rOfeLAdx7f+xm/+m//mP/QWAMDyAQAAAAQIMQoAIFYXW4vRiATfu7uqpedE7DT9ZaMPCfD0ZhgAcP///5/f93Oehqfte9x+PtfNvMvFls04XK62l/dtILND2tz/v+ftfDrutqvlbBr0TV3k0eX9119bh2dBSYOyWGM2SQ/yackRnmtwvhxHSHHqOIoaAB4lVF5374N9kmJ1LgqTkCTA4OAgAMDyCAAAAIAxCgAAAECkIUPsiHSCSaAAHlktAlD7UAEAWik0SdRwGW+2OougAACAoIy5vS5DRAEAAAAAGIvL6+7PrLanzF1/3UYEgg4AHiVUXnfv1ychV+eDKExCkgB3192BBWB5HAAAABBgjAIAAACA0/y09vZJcciOLcHp2yMB+NX/RAKAFyapFdfneF8+ayuKAAAAgr3J6na7qwAAAAAAAGDo+Tkv3ElrHuZv/6dZW1QlLFXGiqWLAH4VRPriH6xO+rWyhxqjGHFyMJ9Z8VA9O2cGcnqmpQAA7wAAQAFQxpOMAoAy1sVy6jdi0meQ3xgA7DevHgAwhlRP2+tlPZ/H93G9nLe5A6qYrBkMuq7v6/u5ux86qyk4YmO0grsrxtgB3JK9csZK7H/0nykgWfBvfCvyef8+19ZGRn6d/X9+NcaYe4yRmyZGxJMdX5yQ4Hxc6nzmHb87xX4ECZagBQAeZIPgxwesO8tv5rM0P3ElCOfVd8L4zq6xyHDXnjDU1vj80sPBFmiv/fnz72jaNtG2bVvb8xdfzs/L+USqAl5SQiQFAM8i4gjeYUP7kO8Pu5r+y5FvJqyj6y6Mv0OlVzPAZ1M/CPjPv98VumuP40b3ofX+dPjT3rzxA++4VzYd3TMmK2WaTXHYFAq7CUFVAXU4VNX2dgirXlpaquf7n3rm9NL+Z770pTNPf+F3/+4vnfnUF373lz379FNf+NKzzzz91BeefebS0ulnzlyql06fvn84HO7fP9R2OBwKWe18Zodbh4ePbqq4J2iq8sc/nU6n0+l0Op3e3p1Op7d3Z6fT6d270+n07t270+n08VfwBI+//Akef/nhhx9++ESHx6/bffv666+//vrPS11YWPjz31nq54e6sHCoCwsLX3/99dftwLcADg4="}')},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcDark.json":module=>{"use strict";module.exports=JSON.parse('{"breakpoints":{"keys":["xs","sm","md","lg","xl"],"values":{"lg":1280,"md":960,"sm":641,"xl":1920,"xs":0}},"opacity":{"12":0.12,"16":0.16,"24":0.24,"32":0.32,"40":0.4,"48":0.48,"56":0.56,"64":0.64,"72":0.72,"80":0.8,"88":0.88,"96":0.96,"08":0.08},"palette":{"action":{"grayDark":"#FFFFFF","grayLight":"#A0A2A9","primary":"#729AFF"},"avatar":{"ash":"#666666","blueberry":"#5A5ABF","brass":"#8E6B2B","global":"#6990FD","gold":"#7A7000","lake":"#1A70C1","oasis":"#04549F","pear":"#3C7E44","persimmon":"#A14B00","sage":"#047C68","tomato":"#C93637"},"content":{"brand":"#729AFF"},"danger":{"b01":"#391D19","b02":"#49241F","b03":"#D53C32","b04":"#D53C32","f01":"#49241F","f02":"#E68B85","f11":"#E68B85"},"dialHeader":{"avatarBg":"#6990FD","avatarIcon":"#FFFFFF","bg":"#383A43","focusBorder":"#729AFF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"#898B94"},"disabled":{"b01":"#44464E","f01":"#72747E","f02":"#54565E"},"error":{"main":"#DD6057"},"header":{"bgLeft":"#30323A","bgOverlay":"rgba(137,139,148,0.16)","bgOverlayDisabled":"rgba(137,139,148,0.08)","bgRight":"#30323A","border":"transparent","divider":"rgba(0,0,0,0.12)","fabBg":"#282A32","fabIcon":"#FFFFFF","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"#898B94"},"highContrast":"transparent","highlight":{"b01":"#FFFFFF","b02":"#3E2A19","b03":"#884C12","f01":"#FF8800","f02":"#FF8800"},"info":{"main":"#A0A2A9"},"informative":{"b01":"#282A32","f01":"#222E49","f02":"#729AFF"},"interactive":{"b01":"#29334C","b02":"#356AFD","f01":"#729AFF"},"label":{"black02":"#FFFFFF","blue01":"#729AFF","blue02":"#729AFF","green01":"#72B375","green02":"#72B375","orange01":"#FF8800","orange02":"#FF8800","purple01":"#A89CD6","purple02":"#A89CD6","red01":"#E68B85","red02":"#E68B85","teal01":"#71ADBA","teal02":"#71ADBA","yellow01":"#D99F26","yellow02":"#D99F26"},"nav":{"b01":"#1e2027","b02":"#282A32","bookmark":"#729AFF","ctlDefault":"#72747E","ctlSelected":"#729AFF","f01":"#898B94","f02":"#A0A2A9","f03":"#BCBDC2","f04":"#FFFFFF","iconDefault":"#FFFFFF","iconSelected":"#729AFF","line":"#383A43","mention":"#FF8800","menuBg":"#356AFD","menuText":"#FFFFFF"},"neutral":{"b01":"#1e2027","b02":"#30323A","b03":"#383A43","b04":"#72747E","b05":"#72747E","b06":"#1e2027","elevation":"#282A32","f01":"#FFFFFF","f02":"#72747E","f03":"#898B94","f04":"#A0A2A9","f05":"#BCBDC2","f06":"#FFFFFF","f07":"#1e2027","f11":"#FFFFFF","l01":"#1e2027","l02":"#383A43","l03":"#54565E","l04":"#A0A2A9","transparent":"transparent"},"presence":{"available":"#3D9A4A","busy":"#DD6057","invisible":"#72747E"},"primary":{"main":"#356AFD"},"secondary":{"main":"#884C12"},"subAction":"#729AFF","success":{"b01":"#1C281B","b02":"#223221","b03":"#368440","b04":"#368440","b05":"#A0A2A9","f01":"#223221","f02":"#72B375","f11":"#72B375","main":"#3D9A4A"},"tab":{"default":"#FFFFFF","selected":"#729AFF"},"type":"dark","umi":{"bg":"#72747E","mentioned":"#FF8800","text":"#FFFFFF"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#2B2416","b02":"#373D1B","b03":"#D99F26","f01":"#D99F26","f02":"#D99F26","f11":"#D99F26","main":"#74561D"}},"radius":{"circle":"50%","lg":"4px","md":"3px","round":"100vw","sm":"2px","xl":"8px","xxl":"16px","zero":"0px"},"shadows":["none","0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)","0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)","0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)","0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)","0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)","0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)","0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)","0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)","0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)","0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)","0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)","0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)","0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)","0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)","0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)","0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)","0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)","0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)"],"typography":{"body1":{"fontSize":"0.875rem","fontWeight":400,"lineHeight":"20px"},"body2":{"fontSize":"0.875rem","fontWeight":700,"lineHeight":"20px"},"button":{"fontSize":"0.9375rem","fontWeight":700,"lineHeight":"20px","textTransform":"none"},"caption1":{"fontSize":"0.75rem","fontWeight":400,"lineHeight":"16px"},"caption2":{"fontSize":"0.75rem","fontWeight":700,"lineHeight":"16px"},"codeFontFamily":"Courier","display1":{"fontSize":"2.125rem","fontWeight":400,"lineHeight":"40px"},"display2":{"fontSize":"2.8125rem","fontWeight":400,"lineHeight":"56px"},"display3":{"fontSize":"3.5rem","fontWeight":700,"lineHeight":"72px"},"display4":{"fontSize":"6rem","fontWeight":700,"lineHeight":"112px"},"fontFamily":"Lato, Helvetica, Arial, sans-serif","fontSize":14,"fontWeightBold":700,"fontWeightLight":300,"fontWeightMedium":500,"fontWeightRegular":400,"headline1":{"fontSize":"1.5rem","fontWeight":400,"lineHeight":"32px"},"headline2":{"fontSize":"1.5rem","fontWeight":700,"lineHeight":"32px"},"htmlFontSize":16,"subheading1":{"fontSize":"1rem","fontWeight":400,"lineHeight":"24px"},"subheading2":{"fontSize":"1rem","fontWeight":700,"lineHeight":"24px"},"title1":{"fontSize":"1.25rem","fontWeight":400,"lineHeight":"28px"},"title2":{"fontSize":"1.25rem","fontWeight":700,"lineHeight":"28px"}},"unit":"4px","overrides":{"MuiPaper":{"root":{"backgroundColor":"#282A32","color":"#FFFFFF"}}}}')},"./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json":module=>{"use strict";module.exports=JSON.parse('{"breakpoints":{"keys":["xs","sm","md","lg","xl"],"values":{"lg":1280,"md":960,"sm":641,"xl":1920,"xs":0}},"opacity":{"12":0.12,"16":0.16,"24":0.24,"32":0.32,"40":0.4,"48":0.48,"56":0.56,"64":0.64,"72":0.72,"80":0.8,"88":0.88,"96":0.96,"08":0.08},"overrides":{"MuiPaper":{"root":{"backgroundColor":"#000000","color":"#FFFFFF"},"elevation1":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation2":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation3":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation4":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation5":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation6":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation7":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation8":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation9":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation10":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation11":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation12":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation13":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation14":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation15":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation16":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation17":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation18":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation19":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation20":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation21":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation22":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation23":{"box-shadow":"0 0 0 1px #FFFFFF"},"elevation24":{"box-shadow":"0 0 0 1px #FFFFFF"}}},"palette":{"action":{"grayDark":"#FFFFFF","grayLight":"#FFFFFF","primary":"#35C6FF"},"avatar":{"ash":"#FFFFFF","blueberry":"#AE9CFF","brass":"#EBA800","global":"#84CCFF","gold":"#FEFF05","lake":"#12F7FF","oasis":"#00C5BE","pear":"#7FFF5D","persimmon":"#FF833B","sage":"#42FFA0","tomato":"#FF827A"},"content":{"brand":"#35C6FF"},"danger":{"b01":"#391D19","b02":"#49241F","b03":"#FF827A","b04":"#FF827A","f01":"#49241F","f02":"#FF827A","f11":"#FF827A"},"dialHeader":{"avatarBg":"#84CCFF","avatarIcon":"#FFFFFF","bg":"#000000","focusBorder":"#35C6FF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"#FFFFFF"},"disabled":{"b01":"#4D4D4D","f01":"#000000","f02":"#4D4D4D"},"error":{"main":"#DD6057"},"header":{"bgLeft":"#000000","bgOverlay":"rgba(255,255,255,0.16)","bgOverlayDisabled":"rgba(255,255,255,0.08)","bgRight":"#000000","border":"#FFFFFF","divider":"#FFFFFF","fabBg":"#000000","fabIcon":"#FFFFFF","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"#FFFFFF"},"highContrast":"#FFFFFF","highlight":{"b01":"#FFFFFF","b02":"#3E2A19","b03":"#884C12","f01":"#FFA43B","f02":"#FFA43B"},"info":{"main":"#FFFFFF"},"informative":{"b01":"#000000","f01":"#222E49","f02":"#35C6FF"},"interactive":{"b01":"#29334C","b02":"#35C6FF","f01":"#35C6FF"},"label":{"black02":"#FFFFFF","blue01":"#35C6FF","blue02":"#35C6FF","green01":"#7FFF5D","green02":"#7FFF5D","orange01":"#FFA43B","orange02":"#FFA43B","purple01":"#AE9CFF","purple02":"#AE9CFF","red01":"#FF827A","red02":"#FF827A","teal01":"#12F7FF","teal02":"#12F7FF","yellow01":"#FEFF05","yellow02":"#FEFF05"},"nav":{"b01":"#000000","b02":"#000000","bookmark":"#35C6FF","ctlDefault":"#FFFFFF","ctlSelected":"#35C6FF","f01":"#FFFFFF","f02":"#FFFFFF","f03":"#FFFFFF","f04":"#FFFFFF","iconDefault":"#FFFFFF","iconSelected":"#35C6FF","line":"#FFFFFF","mention":"#FFA43B","menuBg":"#35C6FF","menuText":"#000000"},"neutral":{"b01":"#000000","b02":"#000000","b03":"#000000","b04":"#FFFFFF","b05":"#FFFFFF","b06":"#000000","elevation":"#000000","f01":"#000000","f02":"#808080","f03":"#FFFFFF","f04":"#FFFFFF","f05":"#FFFFFF","f06":"#FFFFFF","f07":"#000000","f11":"#FFFFFF","l01":"#000000","l02":"#FFFFFF","l03":"#FFFFFF","l04":"#FFFFFF","transparent":"transparent"},"presence":{"available":"#7FFF5D","busy":"#FF827A","invisible":"#808080"},"primary":{"main":"#35C6FF"},"secondary":{"main":"#884C12"},"subAction":"#35C6FF","success":{"b01":"#1C281B","b02":"#223221","b03":"#7FFF5D","b04":"#7FFF5D","b05":"#FFFFFF","f01":"#223221","f02":"#7FFF5D","f11":"#7FFF5D","main":"#3D9A4A"},"tab":{"default":"#FFFFFF","selected":"#35C6FF"},"type":"dark","umi":{"bg":"#FFFFFF","mentioned":"#FFA43B","text":"#000000"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#2B2416","b02":"#373D1B","b03":"#FEFF05","f01":"#FEFF05","f02":"#FEFF05","f11":"#FEFF05","main":"#74561D"}},"radius":{"circle":"50%","lg":"4px","md":"3px","round":"100vw","sm":"2px","xl":"8px","xxl":"16px","zero":"0px"},"shadows":["none","0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)","0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)","0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)","0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)","0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)","0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)","0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)","0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)","0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)","0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)","0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)","0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)","0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)","0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)","0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)","0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)","0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)","0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)"],"typography":{"body1":{"fontSize":"0.875rem","fontWeight":400,"lineHeight":"20px"},"body2":{"fontSize":"0.875rem","fontWeight":700,"lineHeight":"20px"},"button":{"fontSize":"0.9375rem","fontWeight":700,"lineHeight":"20px","textTransform":"none"},"caption1":{"fontSize":"0.75rem","fontWeight":400,"lineHeight":"16px"},"caption2":{"fontSize":"0.75rem","fontWeight":700,"lineHeight":"16px"},"codeFontFamily":"Courier","display1":{"fontSize":"2.125rem","fontWeight":400,"lineHeight":"40px"},"display2":{"fontSize":"2.8125rem","fontWeight":400,"lineHeight":"56px"},"display3":{"fontSize":"3.5rem","fontWeight":700,"lineHeight":"72px"},"display4":{"fontSize":"6rem","fontWeight":700,"lineHeight":"112px"},"fontFamily":"Lato, Helvetica, Arial, sans-serif","fontSize":14,"fontWeightBold":700,"fontWeightLight":300,"fontWeightMedium":500,"fontWeightRegular":400,"headline1":{"fontSize":"1.5rem","fontWeight":400,"lineHeight":"32px"},"headline2":{"fontSize":"1.5rem","fontWeight":700,"lineHeight":"32px"},"htmlFontSize":16,"subheading1":{"fontSize":"1rem","fontWeight":400,"lineHeight":"24px"},"subheading2":{"fontSize":"1rem","fontWeight":700,"lineHeight":"24px"},"title1":{"fontSize":"1.25rem","fontWeight":400,"lineHeight":"28px"},"title2":{"fontSize":"1.25rem","fontWeight":700,"lineHeight":"28px"}},"unit":"4px"}')},"./packages/juno-core/src/foundation/theme/assets/breakpoints.json":module=>{"use strict";module.exports=JSON.parse('{"keys":["xs","sm","md","lg","xl"],"values":{"xs":0,"sm":641,"md":960,"lg":1280,"xl":1920}}')},"./packages/juno-core/src/foundation/theme/assets/opacity.json":module=>{"use strict";module.exports=JSON.parse('{"12":0.12,"16":0.16,"24":0.24,"32":0.32,"40":0.4,"48":0.48,"56":0.56,"64":0.64,"72":0.72,"80":0.8,"88":0.88,"96":0.96,"08":0.08}')},"./packages/juno-core/src/foundation/theme/assets/palette.dark.json":module=>{"use strict";module.exports=JSON.parse('{"action":{"grayDark":"#FFFFFF","grayLight":"#A0A2A9","primary":"#729AFF"},"avatar":{"ash":"#666666","blueberry":"#5A5ABF","brass":"#8E6B2B","global":"#6990FD","gold":"#7A7000","lake":"#1A70C1","oasis":"#04549F","pear":"#3C7E44","persimmon":"#A14B00","sage":"#047C68","tomato":"#C93637"},"content":{"brand":"#729AFF"},"danger":{"b01":"#391D19","b02":"#49241F","b03":"#D53C32","b04":"#D53C32","f01":"#49241F","f02":"#E68B85","f11":"#E68B85"},"dialHeader":{"avatarBg":"#6990FD","avatarIcon":"#FFFFFF","bg":"#383A43","focusBorder":"#729AFF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"#898B94"},"disabled":{"b01":"#44464E","f01":"#72747E","f02":"#54565E"},"error":{"main":"#DD6057"},"header":{"bgLeft":"#30323A","bgOverlay":"rgba(137,139,148,0.16)","bgOverlayDisabled":"rgba(137,139,148,0.08)","bgRight":"#30323A","border":"transparent","divider":"rgba(0,0,0,0.12)","fabBg":"#282A32","fabIcon":"#FFFFFF","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"#898B94"},"highContrast":"transparent","highlight":{"b01":"#FFFFFF","b02":"#3E2A19","b03":"#884C12","f01":"#FF8800","f02":"#FF8800"},"info":{"main":"#A0A2A9"},"informative":{"b01":"#282A32","f01":"#222E49","f02":"#729AFF"},"interactive":{"b01":"#29334C","b02":"#356AFD","f01":"#729AFF"},"label":{"black02":"#FFFFFF","blue01":"#729AFF","blue02":"#729AFF","green01":"#72B375","green02":"#72B375","orange01":"#FF8800","orange02":"#FF8800","purple01":"#A89CD6","purple02":"#A89CD6","red01":"#E68B85","red02":"#E68B85","teal01":"#71ADBA","teal02":"#71ADBA","yellow01":"#D99F26","yellow02":"#D99F26"},"nav":{"b01":"#1e2027","b02":"#282A32","bookmark":"#729AFF","ctlDefault":"#72747E","ctlSelected":"#729AFF","f01":"#898B94","f02":"#A0A2A9","f03":"#BCBDC2","f04":"#FFFFFF","iconDefault":"#FFFFFF","iconSelected":"#729AFF","line":"#383A43","mention":"#FF8800","menuBg":"#356AFD","menuText":"#FFFFFF"},"neutral":{"b01":"#1e2027","b02":"#30323A","b03":"#383A43","b04":"#72747E","b05":"#72747E","b06":"#1e2027","elevation":"#282A32","f01":"#FFFFFF","f02":"#72747E","f03":"#898B94","f04":"#A0A2A9","f05":"#BCBDC2","f06":"#FFFFFF","f07":"#1e2027","f11":"#FFFFFF","l01":"#1e2027","l02":"#383A43","l03":"#54565E","l04":"#A0A2A9","transparent":"transparent"},"presence":{"available":"#3D9A4A","busy":"#DD6057","invisible":"#72747E"},"primary":{"main":"#356AFD"},"secondary":{"main":"#884C12"},"subAction":"#729AFF","success":{"b01":"#1C281B","b02":"#223221","b03":"#368440","b04":"#368440","b05":"#A0A2A9","f01":"#223221","f02":"#72B375","f11":"#72B375","main":"#3D9A4A"},"tab":{"default":"#FFFFFF","selected":"#729AFF"},"type":"dark","umi":{"bg":"#72747E","mentioned":"#FF8800","text":"#FFFFFF"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#2B2416","b02":"#373D1B","b03":"#D99F26","f01":"#D99F26","f02":"#D99F26","f11":"#D99F26","main":"#74561D"}}')},"./packages/juno-core/src/foundation/theme/assets/palette.light.json":module=>{"use strict";module.exports=JSON.parse('{"action":{"grayDark":"#494949","grayLight":"#666666","primary":"#066FAC"},"avatar":{"ash":"#666666","blueberry":"#5A5ABF","brass":"#8E6B2B","global":"#509AC4","gold":"#7A7000","lake":"#1A70C1","oasis":"#04549F","pear":"#3C7E44","persimmon":"#A14B00","sage":"#047C68","tomato":"#C93637"},"content":{"brand":"#066FAC"},"danger":{"b01":"#FFF7F5","b02":"#FFE5E0","b03":"#E6413C","b04":"#D63E39","f01":"#FFE5E0","f02":"#BE3933","f11":"#F88878"},"dialHeader":{"avatarBg":"#FFFFFF","avatarIcon":"#066FAC","bg":"#066FAC","focusBorder":"#FFFFFF","icon":"#FFFFFF","text":"#FFFFFF","textHint":"rgba(255,255,255,0.88)"},"disabled":{"b01":"#E5E5E5","f01":"#939393","f02":"#C7C7C7"},"error":{"main":"#D63E39"},"header":{"bgLeft":"#066FAC","bgOverlay":"rgba(255,255,255,0.16)","bgOverlayDisabled":"rgba(255,255,255,0.08)","bgRight":"#509AC4","border":"transparent","divider":"rgba(0,0,0,0.12)","fabBg":"#FFFFFF","fabIcon":"#121212","focusBorder":"#FFFFFF","icon":"#FFFFFF","iconDisabled":"rgba(255,255,255,0.32)","text":"#FFFFFF","textHint":"rgba(255,255,255,0.48)"},"highContrast":"transparent","highlight":{"b01":"#FF8800","b02":"#FFDFB1","b03":"#FF8800","f01":"#121212","f02":"#FF8800"},"info":{"main":"#666666"},"informative":{"b01":"#F6F9FC","f01":"#E3EBF4","f02":"#066FAC"},"interactive":{"b01":"#E6F2F8","b02":"#066FAC","f01":"#066FAC"},"label":{"black02":"#121212","blue01":"#066FAC","blue02":"#066FAC","green01":"#3C9949","green02":"#32773B","orange01":"#CD6E0D","orange02":"#A15600","purple01":"#8A77E3","purple02":"#6C5DAF","red01":"#E6413C","red02":"#BE3933","teal01":"#3093A4","teal02":"#2B727F","yellow01":"#B17D1A","yellow02":"#896219"},"nav":{"b01":"#FFFFFF","b02":"#F9F9F9","bookmark":"#066FAC","ctlDefault":"#939393","ctlSelected":"#066FAC","f01":"#757575","f02":"#666666","f03":"#494949","f04":"#121212","iconDefault":"#121212","iconSelected":"#066FAC","line":"#E5E5E5","mention":"#FF8800","menuBg":"#066FAC","menuText":"#FFFFFF"},"neutral":{"b01":"#FFFFFF","b02":"#F9F9F9","b03":"#F3F3F3","b04":"#666666","b05":"#494949","b06":"#000000","elevation":"#FFFFFF","f01":"#FFFFFF","f02":"#939393","f03":"#757575","f04":"#666666","f05":"#494949","f06":"#121212","f07":"#121212","f11":"#FFFFFF","l01":"#FFFFFF","l02":"#E5E5E5","l03":"#C7C7C7","l04":"#666666","transparent":"transparent"},"presence":{"available":"#3C9949","busy":"#E6413C","invisible":"#939393"},"primary":{"main":"#066FAC"},"secondary":{"main":"#FF8800"},"subAction":"#066FAC","success":{"b01":"#F0FCEF","b02":"#CEF4CE","b03":"#3C9949","b04":"#368541","b05":"#3C9949","f01":"#CEF4CE","f02":"#32773B","f11":"#46BE59","main":"#368541"},"tab":{"default":"#121212","selected":"#066FAC"},"type":"light","umi":{"bg":"#666666","mentioned":"#FF8800","text":"#FFFFFF"},"vDanger":{"f01":"#DD6057"},"vDisabled":{"f01":"#54565E"},"vNeutral":{"b01":"#1e2027","b02":"#282A32","b03":"#30323A","b04":"#383A43","f01":"#FFFFFF"},"warning":{"b01":"#FFF7EB","b02":"#FFE7C1","b03":"#F6AD16","f01":"#F6AD16","f02":"#896219","f11":"#F6AD16","main":"#F6AD16"}}')},"./packages/juno-core/src/foundation/theme/assets/radius.json":module=>{"use strict";module.exports=JSON.parse('{"circle":"50%","lg":"4px","md":"3px","round":"100vw","sm":"2px","xl":"8px","xxl":"16px","zero":"0px"}')},"./packages/juno-core/src/foundation/theme/assets/shadows.json":module=>{"use strict";module.exports=JSON.parse('["none","0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)","0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12)","0px 1px 8px 0px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 3px 3px -2px rgba(0,0,0,0.12)","0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)","0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)","0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)","0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)","0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)","0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)","0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)","0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)","0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)","0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)","0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)","0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)","0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)","0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)","0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)","0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)","0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)","0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)"]')},"./packages/juno-core/src/foundation/theme/assets/shape.json":module=>{"use strict";module.exports={borderRadius:4}},"./packages/juno-core/src/foundation/theme/assets/transition.json":module=>{"use strict";module.exports=JSON.parse('{"duration":{"complex":375,"enteringScreen":225,"leavingScreen":195,"short":250,"shorter":200,"shortest":150,"standard":300},"easing":{"easeIn":"cubic-bezier(0.4, 0, 1, 1)","easeInOut":"cubic-bezier(0.4, 0, 0.2, 1)","easeOut":"cubic-bezier(0.0, 0, 0.2, 1)","sharp":"cubic-bezier(0.4, 0, 0.6, 1)"}}')},"./packages/juno-core/src/foundation/theme/assets/typography.json":module=>{"use strict";module.exports=JSON.parse('{"body1":{"fontSize":"0.875rem","fontWeight":400,"lineHeight":"20px"},"body2":{"fontSize":"0.875rem","fontWeight":700,"lineHeight":"20px"},"button":{"fontSize":"0.9375rem","fontWeight":700,"lineHeight":"20px","textTransform":"none"},"caption1":{"fontSize":"0.75rem","fontWeight":400,"lineHeight":"16px"},"caption2":{"fontSize":"0.75rem","fontWeight":700,"lineHeight":"16px"},"codeFontFamily":"Courier","display1":{"fontSize":"2.125rem","fontWeight":400,"lineHeight":"40px"},"display2":{"fontSize":"2.8125rem","fontWeight":400,"lineHeight":"56px"},"display3":{"fontSize":"3.5rem","fontWeight":700,"lineHeight":"72px"},"display4":{"fontSize":"6rem","fontWeight":700,"lineHeight":"112px"},"fontFamily":"Lato, Helvetica, Arial, sans-serif","fontSize":14,"fontWeightBold":700,"fontWeightLight":300,"fontWeightMedium":500,"fontWeightRegular":400,"headline1":{"fontSize":"1.5rem","fontWeight":400,"lineHeight":"32px"},"headline2":{"fontSize":"1.5rem","fontWeight":700,"lineHeight":"32px"},"htmlFontSize":16,"subheading1":{"fontSize":"1rem","fontWeight":400,"lineHeight":"24px"},"subheading2":{"fontSize":"1rem","fontWeight":700,"lineHeight":"24px"},"title1":{"fontSize":"1.25rem","fontWeight":400,"lineHeight":"28px"},"title2":{"fontSize":"1.25rem","fontWeight":700,"lineHeight":"28px"}}')},"./packages/juno-core/src/foundation/theme/assets/zIndex.json":module=>{"use strict";module.exports=JSON.parse('{"appBar":1100,"drawer":1200,"mobileStepper":1000,"modal":1300,"snackbar":1400,"speedDial":1050,"tooltip":1500}')},"./packages/juno-core/src/foundation/theme/options.json":module=>{"use strict";module.exports=JSON.parse('{"brandThemeFile":"theme","basePath":"/theme/"}')},"./packages/juno-icon/devUtils/iconJsonSymbol.json":module=>{"use strict";module.exports=JSON.parse('{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M516.456 881.741l81.179 27.059 157.707-341.697h103.429c49.485 0 89.6-40.116 89.6-89.6v-307.2c0-49.485-40.115-89.6-89.6-89.6h-576.876c-39.091 0-73.669 25.341-85.441 62.619l-100.225 317.383c-28.657 90.748 39.097 183.2 134.264 183.2h154.679v55.693c0 82.643 52.883 156.013 131.284 182.144zM705.171 492.536l-148.461 321.672-15.965-5.325c-47.041-15.68-78.771-59.707-78.771-109.287v-132.493h-231.479c-43.257 0-74.055-42.023-61.029-83.272l100.227-317.381c1.681-5.325 6.621-8.945 12.205-8.945h423.276v335.032zM781.971 490.303v-332.8h76.8c7.072 0 12.8 5.731 12.8 12.8v307.2c0 7.069-5.728 12.8-12.8 12.8h-76.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["thumb-down_border_sp"]},"attrs":[{}],"properties":{"order":1194,"id":719,"name":"thumb-down_border_sp","prevSize":32},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M516.456 881.741l81.179 27.059 157.707-341.697h103.429c49.485 0 89.6-40.116 89.6-89.6v-307.2c0-49.485-40.115-89.6-89.6-89.6h-576.876c-39.091 0-73.669 25.341-85.441 62.619l-100.225 317.383c-28.657 90.748 39.097 183.2 134.264 183.2h154.679v55.693c0 82.643 52.883 156.013 131.284 182.144zM756.217 490.303v-332.8h102.553c7.072 0 12.8 5.731 12.8 12.8v307.2c0 7.069-5.728 12.8-12.8 12.8h-102.553z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["thumb-down_sp"]},"attrs":[{}],"properties":{"order":1195,"id":718,"name":"thumb-down_sp","prevSize":32},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M521.509 107.763l-81.179-27.059-157.707 341.697h-103.429c-49.485 0-89.6 40.115-89.6 89.6v307.199c0 49.485 40.115 89.6 89.6 89.6h576.877c39.091 0 73.669-25.344 85.44-62.619l100.224-317.383c28.659-90.749-39.097-183.199-134.259-183.199h-154.681v-55.692c0-82.643-52.883-156.013-131.284-182.147zM332.793 496.969l148.463-321.669 15.967 5.323c47.041 15.681 78.771 59.703 78.771 109.288v132.492h231.481c43.259 0 74.053 42.023 61.024 83.272l-100.224 317.379c-1.683 5.331-6.624 8.947-12.205 8.947h-423.277v-335.031zM255.993 499.201v332.799h-76.8c-7.069 0-12.8-5.728-12.8-12.8v-307.199c0-7.069 5.731-12.8 12.8-12.8h76.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["thumb-up_border_sp"]},"attrs":[{}],"properties":{"order":1196,"id":717,"name":"thumb-up_border_sp","prevSize":32},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M521.509 107.763l-81.179-27.059-157.707 341.697h-103.429c-49.485 0-89.6 40.115-89.6 89.6v307.199c0 49.485 40.115 89.6 89.6 89.6h576.877c39.091 0 73.669-25.344 85.44-62.619l100.224-317.383c28.659-90.749-39.097-183.199-134.259-183.199h-154.681v-55.692c0-82.643-52.883-156.013-131.284-182.147zM281.593 499.201v332.799h-102.4c-7.069 0-12.8-5.728-12.8-12.8v-307.199c0-7.069 5.731-12.8 12.8-12.8h102.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["thumb-up_sp"]},"attrs":[{}],"properties":{"order":1197,"id":716,"name":"thumb-up_sp","prevSize":32},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M476.157 71.547h71.683l85.843 223.193c12.739 33.119 16.963 43.327 22.858 51.615 5.805 8.163 12.938 15.296 21.101 21.101 8.288 5.894 18.496 10.118 51.616 22.858l223.194 85.843v71.683l-223.194 85.843c-33.12 12.739-43.328 16.963-51.616 22.858-8.163 5.805-15.296 12.938-21.101 21.101-5.894 8.288-10.118 18.496-22.858 51.616l-85.843 223.194h-71.683l-85.843-223.194c-12.739-33.12-16.963-43.328-22.858-51.616-5.805-8.163-12.938-15.296-21.101-21.101-8.288-5.894-18.496-10.118-51.615-22.858l-223.193-85.843v-71.683l223.193-85.843c33.119-12.739 43.327-16.963 51.615-22.858 8.163-5.805 15.296-12.938 21.101-21.101 5.894-8.288 10.118-18.496 22.858-51.615l85.843-223.193zM511.997 192.302l-50 130.009c-0.534 1.382-1.059 2.749-1.574 4.096-10.499 27.325-18.16 47.277-30.378 64.454-10.778 15.162-24.022 28.406-39.184 39.184-17.178 12.218-37.13 19.878-64.454 30.378-1.347 0.515-2.714 1.040-4.096 1.574l-130.009 50 130.009 50.003c1.382 0.534 2.749 1.059 4.096 1.574 27.325 10.499 47.277 18.16 64.454 30.378 15.162 10.778 28.406 24.022 39.184 39.184 12.218 17.178 19.878 37.13 30.378 64.454 0.515 1.347 1.040 2.714 1.574 4.096l50.003 130.010 50-130.010c0.534-1.382 1.059-2.749 1.574-4.096 10.499-27.325 18.16-47.277 30.378-64.454 10.778-15.162 24.022-28.406 39.184-39.184 17.178-12.218 37.13-19.882 64.458-30.378 1.347-0.518 2.71-1.040 4.093-1.574l130.010-50.003-130.010-50c-1.382-0.534-2.746-1.059-4.093-1.574-27.328-10.499-47.28-18.16-64.458-30.378-15.162-10.778-28.406-24.022-39.184-39.184-12.218-17.178-19.878-37.13-30.378-64.454-0.515-1.347-1.040-2.714-1.574-4.096l-50.003-130.009z"],"attrs":[{}],"grid":16,"tags":["ai-sparkle"],"isMulticolor":false,"isMulticolor2":false},"attrs":[{}],"properties":{"order":1193,"id":715,"name":"ai-sparkle","prevSize":32},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M934.419 509.856l-0.038 1.603 0.045 1.603c0.074 2.787 0.102 6.422 0.102 10.49 0 76.842-18.813 149.088-52.042 212.528l-0.074-0.042c-34.486 61.536-83.613 110.682-142.605 144.061l-1.709 0.88-0.605 0.33c-61.408 33.299-135.085 53.155-213.85 53.155-3.658 0-7.136-0.029-10.47-0.106l-1.578-0.035-1.574 0.042c-2.589 0.070-5.942 0.099-9.674 0.099-77.13 0-149.613-19.075-213.17-52.701l0.035-0.064c-61.444-34.33-110.555-83.267-144.028-142.035l-0.786-1.526-0.272-0.506c-32.995-61.376-52.691-134.906-52.691-213.44 0-3.613 0.055-7.318 0.141-11.254l0.025-1.155-0.017-1.155c-0.030-2.099-0.053-4.39-0.053-6.595 0-79.043 20.382-153.117 56.128-217.471l0.064 0.034c33.305-60.941 81.233-109.741 138.952-143.052l1.386-0.724 0.431-0.234c61.41-33.329 135.077-53.209 213.79-53.209 3.706 0 7.226 0.029 10.634 0.107l1.069 0.025 1.072-0.012c78.266-0.835 155.456 18.522 224.176 56.145l0.032 0.018c61.107 33.408 109.971 81.428 143.277 139.276l0.707 1.312 0.202 0.37c33.245 60.779 53.107 133.714 53.107 211.72 0 3.782-0.048 7.629-0.141 11.52zM938.339 767.376l0.838-1.59c37.92-72.397 59.35-154.81 59.35-242.234 0-4.288-0.032-8.573-0.128-12.189 0.102-4.326 0.16-8.678 0.16-13.027 0-88.8-22.592-172.288-60.96-242.433l-1.12-2.080c-39.264-68.544-96.928-125.184-168.512-164.32-78.317-42.878-166.323-64.956-255.59-64.004-4.029-0.092-8.061-0.124-12.093-0.124-89.408 0-173.568 22.56-244.319 60.96l-2.080 1.088c-67.479 38.654-123.452 95.14-162.484 165.154l-0.442 0.794-1.394 2.532 1.344-2.56-1.409 2.526-0.259 0.468c-40.597 73.417-63.708 157.846-63.708 247.696 0 2.627 0.028 5.254 0.060 7.504-0.092 4.208-0.156 8.416-0.156 12.656 0 89.152 22.336 173.088 60.32 243.744l1.12 2.176c38.676 68.416 95.272 125.35 165.556 165.443l0.884 0.506c0.891 0.506 1.785 1.008 2.68 1.507l-2.752-1.376 2.713 1.456 1.294 0.688c72.549 38.381 155.279 60.128 243.096 60.128 3.987 0 7.971-0.032 11.37-0.122 3.955 0.090 7.942 0.122 11.926 0.122 89.44 0 173.603-22.528 244.355-60.896l2.176-1.12c68.602-38.544 125.68-95.094 165.926-165.347l0.598-1.043c0.515-0.909 1.030-1.818 1.539-2.73l-1.376 2.816 1.475-2.768zM469.728 737.283c5.386 18.422 21.77 30.541 41.667 30.717h1.21c19.898-0.176 36.282-12.294 41.667-30.717l18.502-64.32c14.035-48.643 51.040-86.086 99.526-99.84l64.118-18.563c18.502-5.443 31.581-22.723 31.581-42.24 0-19.523-13.078-36.803-31.901-42.243l-64.118-18.237c-48.49-14.080-85.814-51.2-99.53-99.84l-18.502-64.322c-5.408-18.508-22.554-31.607-41.949-31.678-19.395 0.071-36.541 13.17-41.949 31.678l-18.502 64.322c-13.715 48.64-51.040 85.76-99.53 99.84l-64.119 18.237c-18.822 5.44-31.9 22.72-31.9 42.243 0 19.517 13.078 36.797 31.58 42.24l64.119 18.563c48.486 13.754 85.491 51.197 99.526 99.84l18.502 64.32zM512.17 652.221l-0.17-0.566-0.17 0.566c-20.352-66.874-71.782-119.331-139.344-139.699 66.829-20.326 119.094-71.811 139.514-139.232 20.419 67.421 72.685 118.906 139.514 139.232-67.562 20.368-118.992 72.826-139.344 139.699z"],"tags":["home_border"]},"attrs":[{}],"properties":{"code":60408,"id":714,"name":"home_border","order":1191,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M904.174 161.085c-33.673-22.334-73.114-33.068-117.426-33.068l-60.29-0.017c-26.6 0-46.458 16.092-46.458 41.856v254.392c0 25.782 19.88 39.752 46.458 39.752h60.273c43.865 0 84.196-12.025 117.869-34.783 33.695-23.607 55.401-82.528 55.401-135.348 0-51.971-21.706-110.874-55.826-132.784zM736 184h40.482c87.287 0 127.518 35.601 127.518 107.171s-39.071 116.829-127.518 116.829h-40.482v-224zM326.358 179.863c-10.443-19.097-25.17-33.097-44.152-42.001l-0.056 0.028c-18.982-8.904-39.141-11.844-59.719-8.624-15.399 2.408-34.017 9.128-56.499 20.049-22.034 10.696-39.057 20.973-51.18 31.081-26.15 21.925-41.968 51.605-47.68 88.174-5.935 34.581-3.248 73.614 7.867 116.847 10.919 42.449 29.761 87.894 56.499 136.364 26.598 48.721 60.811 98.115 102.583 148.152 31.693 37.269 63.834 70.506 96.536 99.823l12.067 10.948c28.194 25.089 56.667 46.873 85.225 65.158 32.925 21.085 65.262 37.297 97.040 48.637 32.589 11.62 63.918 17.5 93.96 17.5 18.534 0 35.641-2.436 51.208-7.392 15.931-5.068 30.125-12.74 42.444-22.905l4.508-3.556c10.723-8.82 22.93-21.477 36.257-37.605 15.455-18.733 25.87-34.553 31.273-47.965l2.436-5.432c5.851-14.756 6.663-31.529 2.072-48.805-5.068-19.153-15.987-35.701-32.393-49.197l-31.609-26.265-26.514-22.513-12.851-11.172c-18.030-15.848-35.445-31.669-52.215-47.517-13.467-14.42-32.533-23.353-55.015-25.341-21.782-1.932-42.304 2.66-60.727 13.524-7.139 4.788-12.487 8.988-17.274 13.356l-1.372 1.26-7.615 7.42-7.111 7.364-2.38 2.996-2.24 2.212-6.103 6.692c-2.408-1.064-5.348-2.576-8.735-4.452-8.819-4.9-18.842-12.292-29.901-22.149-11.395-10.164-23.826-23.157-37.181-38.949-12.347-14.756-22.538-28.477-30.517-41.021-7.783-12.236-13.383-23.045-16.855-32.313l-2.744-7.224c-1.12-3.22-1.876-5.908-2.324-8.12 1.204-0.616 2.548-1.26 4.032-1.876l1.26-0.616 4.984-2.744 4.788-2.324c2.212-1.064 4.228-2.352 6.103-3.836 5.32-2.912 10.163-5.852 14.531-8.848 4.9-3.36 9.631-7 14.223-10.892 16.071-16.184 24.806-33.629 27.354-53.202 2.604-19.881-2.016-38.949-13.607-56.478-18.506-26.741-34.241-50.877-47.484-72.83-13.215-21.897-24.946-43.037-35.193-63.422zM190.413 199.689c18.227-8.847 31.835-13.691 40.626-15.063l0.056-0.028c9.548-1.484 18.395-0.224 27.327 3.976l3.36 1.764c6.44 3.752 11.368 8.931 15.483 16.462 9.996 19.99 22.427 42.388 36.37 65.458 13.915 23.042 30.295 48.155 49.362 75.733 3.612 5.487 4.956 11.059 4.116 17.386l-0.56 3.052c-1.176 5.012-3.612 9.659-8.092 14.783l-1.372 1.456-2.856 2.324-4.9 3.556c-2.716 1.876-5.936 3.836-9.688 5.879l-4.004 2.408-1.4 1.008-3.108 1.512-4.984 2.744-7 3.36c-21.923 11.619-33.571 36.228-28.699 60.53 1.568 7.867 4.284 16.042 8.176 25.561l2.044 5.123c4.816 11.367 11.284 23.322 19.347 36.004 9.38 14.727 21.027 30.377 34.803 46.867 15.147 17.89 29.315 32.729 42.866 44.824 13.831 12.319 27.103 22.146 39.982 29.313 4.592 2.548 8.876 4.732 12.851 6.523 22.063 9.995 48.046 4.676 64.397-13.215l4.396-4.816 4.452-4.536 2.52-2.912 1.008-1.316 6.356-6.467 4.48-4.256 2.212-1.932c1.54-1.288 3.276-2.604 5.292-4.060l1.372-0.98 3.332-1.764c7.084-3.248 14.671-4.508 23.155-3.752 8.988 0.812 15.203 3.668 19.067 7.811l2.464 2.464 17.471 16.294c11.787 10.863 23.855 21.726 36.202 32.561l13.187 11.479 22.875 19.458 36.258 30.181c7.56 6.215 11.871 12.767 13.887 20.326 1.708 6.467 1.316 11.255-0.476 14.839l-2.968 6.607c-3.416 7.083-10.472 17.47-21.419 30.713-12.655 15.314-23.435 26.205-31.135 31.973l-4.34 3.36c-7.112 5.207-13.831 8.539-21.503 10.975-9.828 3.136-21.195 4.76-34.243 4.76-23.267 0-48.298-4.676-75.149-14.251-27.579-9.827-56.11-24.162-85.648-43.060-29.679-19.010-59.581-42.416-89.428-70.049-31.443-28.193-61.821-59.606-91.92-94.995-39.226-46.979-71.341-93.371-96.092-138.698-24.723-44.824-41.746-85.952-51.406-123.468-9.296-36.116-11.396-67.277-6.916-93.427 3.836-24.582 13.159-41.884 28.503-54.763 7.896-6.579 21.139-14.615 39.646-23.602zM624 156c0-15.456-12.544-28-28-28s-28 12.544-28 28v280c0 15.456 12.544 28 28 28s28-12.544 28-28v-280z"],"tags":["ID_border"]},"attrs":[{}],"properties":{"code":60409,"id":713,"name":"ID_border","order":1190,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 273.067c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0zM682.667 170.667c0 0.010 0 0.023 0 0.035 0 82.174-58.076 150.784-135.422 167.023l-1.111 0.195v139.947h170.667c94.257 0 170.667 76.41 170.667 170.667v0 37.547c78.458 16.435 136.533 85.045 136.533 167.218 0 94.257-76.41 170.667-170.667 170.667s-170.667-76.41-170.667-170.667c0-82.174 58.076-150.784 135.422-167.023l1.111-0.195v-37.547c0-56.554-45.846-102.4-102.4-102.4v0h-409.6c-56.554 0-102.4 45.846-102.4 102.4v0 37.547c78.458 16.435 136.533 85.045 136.533 167.218 0 94.257-76.41 170.667-170.667 170.667s-170.667-76.41-170.667-170.667c0-82.174 58.076-150.784 135.422-167.023l1.111-0.195v-37.547c0-94.257 76.41-170.667 170.667-170.667v0h170.667v-139.947c-78.458-16.435-136.533-85.045-136.533-167.218 0-94.257 76.41-170.667 170.667-170.667 94.244 0 170.647 76.39 170.667 170.63l0 0.002zM170.667 955.733c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0zM750.933 853.333c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4v0c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4v0z"],"tags":["workflow-outlined"]},"attrs":[{}],"properties":{"code":60410,"id":712,"name":"workflow-outlined","order":1186,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c0 0.010 0 0.021 0 0.033 0 77.038-54.446 141.36-126.958 156.584l-1.042 0.183v131.2h160c88.366 0 160 71.634 160 160v0 35.2c73.554 15.408 128 79.729 128 156.767 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-77.038 54.446-141.36 126.958-156.584l1.042-0.183v-35.2c0-53.019-42.981-96-96-96v0h-384c-53.019 0-96 42.981-96 96v0 35.2c73.554 15.408 128 79.729 128 156.767 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-77.038 54.446-141.36 126.958-156.584l1.042-0.183v-35.2c0-88.366 71.634-160 160-160v0h160v-131.2c-73.554-15.408-128-79.729-128-156.767 0-88.366 71.634-160 160-160 88.354 0 159.981 71.616 160 159.966l0 0.002z"],"tags":["workflow-filled"]},"attrs":[{}],"properties":{"code":60411,"id":711,"name":"workflow-filled","order":594,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M810.667 128c47.128 0 85.333 38.205 85.333 85.333v85.333h-64v-85.333c0-10.473-7.547-19.183-17.499-20.99l-3.835-0.344h-597.333c-10.473 0-19.183 7.547-20.99 17.499l-0.344 3.835v426.667c0 10.473 7.547 19.183 17.499 20.99l3.835 0.344h153.732l144.935 149.845 144.935-149.845h153.732c10.473 0 19.183-7.547 20.99-17.499l0.344-3.835v-85.333h64v85.333c0 47.128-38.205 85.333-85.333 85.333h-126.592l-157.245 162.585c-7.529 7.28-19.036 7.911-27.253 2.012l-2.913-2.518-156.739-162.079h-126.592c-47.128 0-85.333-38.205-85.333-85.333v-426.667c0-47.128 38.205-85.333 85.333-85.333h597.333zM620.325 276.069c11.346 11.376 12.355 29.155 3.044 41.67l-3.103 3.585-73.578 73.343h445.312c17.673 0 32 14.327 32 32s-14.327 32-32 32h-436.651l63.227 54.535c12.163 10.497 14.496 28.151 6.144 41.327l-2.827 3.807c-10.497 12.163-28.151 14.496-41.327 6.144l-3.807-2.827-112.789-97.424c-0.266-0.255-0.583-0.565-1.057-1.029-19.414-19.465-20.67-50.179-3.795-71.099l3.894-4.325 112.058-111.766c12.513-12.48 32.774-12.454 45.255 0.059z"],"tags":["view-in-conversation-thread"]},"attrs":[{}],"properties":{"code":60407,"id":710,"name":"view-in-conversation-thread","order":595,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M818.592 37.344c-2.368-7.104-14.208-7.104-15.776 0l-13.408 45.856c-11.808 41.92-44.128 74.336-86.688 86.976l-37.808 11.085c-6.422 1.821-14.224 4.034-14.224 10.259 0 3.936 2.368 7.104 6.304 7.904l45.728 13.44c41.76 11.872 74.080 44.288 86.688 86.976l10.464 35.808c0.224 0.672 0.416 1.376 0.608 2.112 1.789 6.426 3.974 14.272 10.208 14.272 3.936 0 7.072-2.368 7.872-6.336l13.408-45.856c11.808-41.92 44.128-74.336 86.688-86.976l37.76-11.072c6.4-1.792 14.272-4.032 14.272-10.272 0-3.936-2.368-7.104-6.304-7.904l-45.696-13.44c-41.76-11.872-74.080-44.288-86.688-86.976l-13.408-45.856z","M512 160c-194.404 0-352 157.596-352 352s157.596 352 352 352c194.403 0 352-157.597 352-352 0-18.451-1.418-36.547-4.141-54.195-2.698-17.466 9.274-33.811 26.742-36.509 17.466-2.698 33.811 9.277 36.506 26.742 3.222 20.867 4.893 42.23 4.893 63.962 0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416 21.731 0 43.094 1.669 63.962 4.891 17.466 2.697 29.437 19.042 26.739 36.508-2.694 17.466-19.040 29.439-36.506 26.742-17.648-2.725-35.747-4.141-54.195-4.141z","M672 512.003c0 88.365-71.635 160-160 160s-160-71.635-160-160c0-88.368 71.635-160 160-160s160 71.632 160 160z"],"tags":["recording-insights"]},"attrs":[{},{},{}],"properties":{"code":60403,"id":709,"name":"recording-insights","order":596,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M270.040 188.567l538.369 597.929c13.523 15.021 12.288 38.144-2.688 51.67s-38.144 12.288-51.67-2.688l-69.632-77.354-1.706-0.813c-6.573-3.411-12.928-7.978-19.030-13.651-7.126-7.126-12.458-14.976-16-23.638l-1.664-4.566-140.97-156.458c-2.989-0.854-5.846-1.878-8.621-3.158-8.362-3.795-16.384-9.258-24.019-16.384-7.126-7.123-12.589-14.976-16.384-23.635-2.349-5.293-3.968-10.88-4.864-16.726l-128.045-142.166c-6.954-0.723-13.439-2.346-19.498-4.906-8.363-3.542-16.384-8.874-24.021-16s-13.227-14.976-16.768-23.637c-3.541-8.619-5.333-18.048-5.333-28.203v-0.171l-41.899-46.507c-13.525-15.019-12.288-38.144 2.688-51.669s38.144-12.288 51.669 2.688l0.085 0.043zM332.25 617.92c10.666 0 20.179 1.792 28.586 5.334s16.384 8.874 24.022 16c7.123 7.126 12.458 14.976 16 23.638 3.539 8.659 5.331 18.048 5.331 28.202 0 10.666-1.92 20.182-5.715 28.586-3.798 8.406-9.005 16.384-15.616 24.022-7.126 7.638-14.976 13.098-23.638 16.384s-18.304 4.95-28.97 4.95c-10.157 0-19.414-1.792-27.82-5.334s-16.384-8.874-24.021-16c-7.637-7.126-13.099-14.976-16.384-23.638-3.285-8.659-4.949-18.304-4.949-28.97 0-10.154 1.792-19.414 5.333-27.818 3.541-8.406 8.875-16.384 16-24.022s14.976-13.098 23.637-16.384c8.661-3.286 18.047-4.95 28.204-4.95zM524.25 617.92c10.154 0 19.411 1.792 27.818 5.334s16.384 8.874 24.022 16c7.635 7.126 13.226 14.976 16.768 23.638 3.539 8.659 5.331 18.048 5.331 28.202 0 10.666-1.92 20.182-5.715 28.586-3.798 8.406-9.261 16.384-16.384 24.022-7.126 7.638-14.976 13.098-23.638 16.384s-18.048 4.95-28.202 4.95c-10.157 0-19.414-1.792-27.821-5.334-8.403-3.542-16.384-8.874-24.019-16-7.126-7.126-12.589-14.976-16.384-23.638-3.798-8.659-5.718-18.304-5.718-28.97 0-10.154 1.92-19.414 5.718-27.818 3.795-8.406 9.258-16.384 16.384-24.022 7.123-7.126 14.976-12.458 23.635-16 8.662-3.542 18.048-5.334 28.205-5.334zM716.25 617.92c10.154 0 19.411 1.792 27.818 5.334s16.384 8.874 24.022 16c7.635 7.126 13.098 14.976 16.384 23.638 3.283 8.659 4.947 18.048 4.947 28.202 0 7.21-0.81 13.952-2.432 20.138l-83.242-92.416c4.010-0.554 8.192-0.81 12.544-0.81l-0.042-0.086zM331.482 413.718c10.154 0 19.411 1.92 27.818 5.718 8.406 3.795 16.384 9.258 24.022 16.384 7.635 7.635 13.226 15.616 16.768 24.019 3.539 8.406 5.331 17.664 5.331 27.821 0 10.154-1.92 19.411-5.715 27.818-3.798 8.406-9.261 16.384-16.384 24.022-7.126 7.635-14.976 13.226-23.638 16.768-8.662 3.539-18.048 5.331-28.202 5.331-10.157 0-19.414-1.92-27.82-5.715-8.405-3.798-16.384-9.261-24.021-16.384-7.637-7.126-13.227-14.976-16.768-23.638s-5.333-18.048-5.333-28.202c0-10.157 1.92-19.414 5.717-27.821 3.797-8.403 9.259-16.384 16.384-24.019 6.613-7.126 14.336-12.589 23.253-16.384 8.917-3.798 18.431-5.718 28.588-5.718zM714.714 413.718c10.666 0 20.179 1.92 28.586 5.718 8.406 3.795 16.384 9.258 24.022 16.384 6.611 7.635 11.818 15.616 15.616 24.019 3.795 8.406 5.715 17.664 5.715 27.821 0 10.154-1.92 19.411-5.715 27.818-3.798 8.406-9.005 16.384-15.616 24.022-7.126 7.635-14.976 13.226-23.638 16.768-8.662 3.539-18.304 5.331-28.97 5.331-10.157 0-19.414-1.92-27.821-5.715-8.403-3.798-16.384-9.261-24.019-16.384-7.638-7.126-13.101-14.976-16.384-23.638-3.286-8.662-4.95-18.048-4.95-28.202 0-10.157 1.792-19.414 5.334-27.821 3.539-8.403 8.874-16.384 16-24.019 7.123-7.126 14.976-12.589 23.635-16.384 8.662-3.798 18.048-5.718 28.205-5.718zM524.25 413.718c10.154 0 19.411 1.92 27.818 5.718 8.406 3.795 16.384 9.258 24.022 16.384 7.123 7.635 12.586 15.616 16.384 24.019 3.795 8.406 5.715 17.664 5.715 27.821 0 4.394-0.339 8.618-1.066 12.714l-77.824-86.442 4.992-0.173-0.042-0.042zM523.482 210.284c10.154 0 19.411 1.792 27.818 5.333s16.384 8.875 24.022 16c7.635 7.125 13.098 15.104 16.384 24.021 3.283 8.917 4.947 18.432 4.947 28.587s-1.792 19.413-5.331 27.819c-3.542 8.404-8.877 16.385-16 24.020-7.126 7.638-14.976 13.101-23.638 16.384-8.662 3.286-18.048 4.95-28.202 4.95-10.669 0-20.182-1.792-28.589-5.334-8.403-3.539-16.384-8.874-24.019-16-7.126-7.123-12.461-14.976-16-23.636-3.542-8.661-5.334-18.048-5.334-28.203 0-10.667 1.792-20.181 5.334-28.587 3.539-8.405 8.874-16.384 16-24.021 7.123-7.125 14.976-12.459 23.635-16 8.662-3.541 18.304-5.333 28.973-5.333zM714.714 210.284c10.666 0 20.179 1.792 28.586 5.333s16.384 8.875 24.022 16c7.635 7.125 13.098 15.104 16.384 24.021 3.283 8.917 4.947 18.432 4.947 28.587s-1.92 19.413-5.715 27.819c-3.798 8.404-9.005 16.385-15.616 24.020-7.126 7.638-14.976 13.101-23.638 16.384-8.662 3.286-18.304 4.95-28.97 4.95-10.157 0-19.414-1.792-27.821-5.334-8.403-3.539-16.384-8.874-24.019-16-7.638-7.123-13.101-14.976-16.384-23.636-3.286-8.661-4.95-18.048-4.95-28.203 0-10.667 1.792-20.181 5.334-28.587 3.539-8.405 8.874-16.384 16-24.021 7.123-7.637 14.976-13.099 23.635-16.384 8.662-3.285 18.048-4.949 28.205-4.949zM336.090 210.412c8.362 0.469 16.128 2.176 23.21 5.205 8.362 3.541 16.384 8.875 24.022 16 7.635 7.125 13.226 15.104 16.768 24.021 3.539 8.875 5.331 18.432 5.331 28.587 0 1.067 0 2.133-0.042 3.157l-69.29-76.971z"],"tags":["keypad-off_sp"]},"attrs":[{}],"properties":{"code":60404,"id":708,"name":"keypad-off_sp","order":597,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M219.443 163.2l349.729 0.174c89.423 2.233 121.682 26.525 130.199 104.883l1.152 12.826c0.161 2.214 0.306 4.467 0.437 6.759l0.615 14.227c0.075 2.451 0.136 4.943 0.185 7.475l0.144 15.69c0 15.906-12.894 28.8-28.8 28.8s-28.8-12.894-28.8-28.8l-0.159-25.489-0.27-11.023-0.46-9.949-0.698-8.929-0.983-7.964c-4.375-28.752-16.086-37.453-47.178-40.029l-8.558-0.542-9.485-0.319-21.941-0.189h-335.13c-15.668 0-28.66 11.984-30.436 27.555l-0.207 3.653v536.727c0 16.097 11.894 29.271 27.083 31.070l3.56 0.21h317.379c15.906 0 28.8 12.894 28.8 28.8 0 14.682-10.987 26.798-25.187 28.576l-3.613 0.224h-317.379c-46.994 0-85.309-36.974-88.082-83.474l-0.161-5.406v-536.727c0-47.188 36.572-85.847 82.861-88.646l5.383-0.162z","M536.819 340.763c15.906 0 28.8 12.894 28.8 28.8 0 14.682-10.987 26.798-25.187 28.576l-3.613 0.224h-266.249c-15.906 0-28.8-12.894-28.8-28.8 0-14.682 10.987-26.798 25.187-28.576l3.613-0.224h266.249zM427.091 438.17c15.906 0 28.8 12.894 28.8 28.8 0 14.682-10.987 26.798-25.187 28.576l-3.613 0.224h-156.521c-15.906 0-28.8-12.894-28.8-28.8 0-14.682 10.987-26.798 25.187-28.576l3.613-0.224h156.521zM912.407 398.363l-109.47-104.761-288.843 292.916-19.342 137.893 137.57-28.42 280.085-297.628zM802.937 359.126l44.968 42.302-240.274 249.428-66.657 25.245 15.757-61.288 246.206-255.688z","M723.222 386.26c10.314-10.306 26.496-11.159 37.781-2.563l55.59 54.028c5.621 5.626 6.063 11.567 6.060 18.937s-2.031 14.74-7.657 20.361c-10.314 10.306-27.283 11.159-38.568 2.563l-53.222-52.598c-11.243-11.251-11.236-29.487 0.016-40.729z"],"tags":["Disposition"]},"attrs":[{},{},{}],"properties":{"code":60406,"id":707,"name":"Disposition","order":1192,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M814.483 106.299c21.293 64.501 38.803 82.049 103.162 103.391 27.917 9.485 27.917 47.901 0 57.386-64.358 21.343-81.869 38.891-103.162 103.391-9.466 27.983-47.795 27.983-57.261 0-21.293-64.5-38.803-82.049-103.162-103.391-13.722-4.268-20.823-16.125-20.823-28.456 0-12.33 7.101-24.188 20.823-28.93 64.358-21.343 81.869-38.89 103.162-103.391 9.466-27.982 47.795-27.982 57.261 0zM702.803 470.54l95.117 27.506v-0.474c27.443 8.064 46.848 33.674 46.848 62.607 0 28.928-19.405 54.542-47.322 62.601l-95.117 27.038c-71.932 20.864-127.299 75.878-147.646 147.974l-27.444 95.322c-8.045 27.034-32.654 45.53-62.468 45.53-29.81 0-54.418-18.022-62.463-45.53l-27.447-95.322c-20.822-72.096-75.715-127.584-147.645-147.974l-95.117-27.512c-27.447-8.064-46.849-33.674-46.849-62.602 0-28.933 19.402-54.542 47.322-62.606l95.117-27.032c71.93-20.869 127.296-75.885 147.644-147.974l27.447-95.329c8.045-27.508 33.597-46.953 62.464-46.953s54.424 19.445 62.464 46.953l27.449 95.802c20.821 72.090 75.715 127.58 147.645 147.974z"],"tags":["ai-indicator"],"width":1075},"attrs":[{}],"properties":{"code":60405,"id":706,"name":"ai-indicator","order":599,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M882.342 179.203c31.904 0 60.448 14.816 79.68 38.271l20.8 25.504c15.392 18.783 24.672 43.039 24.672 69.567 0 32.896-14.272 62.335-36.96 82.239l-436.454 411.193c-15.776 13.664-34.24 22.080-53.984 24.832l-192.096 26.624 57.76-190.906 0.192-0.768c5.984-19.424 17.184-36.449 32.064-49.409l436.39-411.1c18.24-16.255 41.952-26.047 67.936-26.047zM882.022 256.162c-7.264 0-13.92 2.72-19.008 7.2l-436.55 411.198c-4.448 3.776-7.84 8.8-9.728 14.816l-22.976 75.968 76.512-10.656c5.856-0.8 11.040-3.264 15.168-6.848l436.582-411.263c6.752-5.664 11.072-14.304 11.072-23.968 0-7.616-2.656-14.56-7.040-19.903l-20.96-25.632c-4.928-6.048-12.096-10.080-20.192-10.752-0.928-0.096-1.92-0.16-2.88-0.16z"],"tags":["take-notes"]},"attrs":[{}],"properties":{"code":60396,"id":705,"name":"take-notes","order":600,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M925.267 558.123c-9.51 85.749-45.466 166.415-102.88 230.812s-133.44 109.331-217.542 128.582c-84.1 19.245-172.105 11.853-251.813-21.165-79.709-33.011-147.171-90.010-193.032-163.085v120.064c0 8.486-3.372 16.627-9.373 22.63s-14.14 9.37-22.627 9.37c-8.487 0-16.627-3.366-22.627-9.37s-9.373-14.144-9.373-22.63v-213.331c0-8.487 3.372-16.627 9.373-22.627s14.14-9.373 22.627-9.373h213.333c8.487 0 16.627 3.372 22.628 9.373s9.372 14.14 9.372 22.627c0 8.486-3.372 16.627-9.372 22.63-6.001 5.997-14.141 9.37-22.628 9.37h-142.080c34.252 67.507 89.388 122.144 157.201 155.782s144.676 44.474 219.146 30.899c74.474-13.574 142.563-50.835 194.147-106.24s83.891-125.982 92.122-201.231c0.384-4.232 1.606-8.344 3.603-12.097 1.99-3.753 4.71-7.071 7.994-9.763 3.29-2.691 7.085-4.7 11.155-5.91s8.346-1.597 12.57-1.138c4.224 0.459 8.314 1.755 12.032 3.811s6.989 4.833 9.626 8.168c2.63 3.334 4.576 7.16 5.715 11.253s1.453 8.372 0.922 12.588h-0.218zM896 138.667c-8.486 0-16.627 3.371-22.63 9.372-5.997 6.001-9.37 14.141-9.37 22.628v120.064c-45.862-73.075-113.325-130.071-193.030-163.084-79.71-33.014-167.715-40.409-251.815-21.161s-160.128 64.185-217.542 128.582c-57.414 64.397-93.37 145.061-102.882 230.81-0.456 4.18-0.084 8.41 1.096 12.446s3.142 7.8 5.778 11.077c2.635 3.277 5.89 6.003 9.579 8.021s7.74 3.29 11.921 3.741h3.499c7.876-0.017 15.47-2.939 21.327-8.205s9.566-12.508 10.417-20.339c8.324-75.166 40.679-145.64 92.255-200.95s119.622-92.501 194.024-106.049c74.403-13.548 151.19-2.729 218.952 30.849 67.763 33.578 122.88 88.124 157.171 155.531h-142.080c-8.486 0-16.627 3.372-22.63 9.373s-9.37 14.14-9.37 22.627c0 8.487 3.366 16.626 9.37 22.627s14.144 9.373 22.63 9.373h213.331c8.486 0 16.627-3.372 22.63-9.373 5.997-6.001 9.37-14.14 9.37-22.627v-213.333c0-8.487-3.373-16.627-9.37-22.628-6.003-6.001-14.144-9.372-22.63-9.372z"],"tags":["regenerate"]},"attrs":[{}],"properties":{"code":60401,"id":704,"name":"regenerate","order":601,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M758.497 448.072c27.912 0 52.89 12.959 69.709 33.5l18.209 22.308c13.466 16.425 21.583 37.67 21.583 60.872 0 28.782-12.498 54.556-32.328 71.964l-172.347 150.259c-13.804 11.963-29.955 19.31-47.232 21.729l-168.092 23.296 50.532-167.060 0.177-0.663c5.228-16.991 15.030-31.877 28.042-43.241l172.273-150.159c15.959-14.208 36.744-22.804 59.474-22.804zM758.236 515.415c-6.362 0-12.186 2.383-16.64 6.298l-172.436 150.254c-3.884 3.302-6.851 7.711-8.507 12.954l-20.101 66.481 66.941-9.318c5.12-0.694 9.659-2.847 13.284-6.003l172.442-150.3c5.906-4.951 9.679-12.508 9.679-20.977 0-6.656-2.335-12.751-6.17-17.421l-18.353-22.441c-4.319-5.289-10.596-8.822-17.661-9.403-0.814-0.079-1.644-0.123-2.478-0.123zM384 624v83.999h-192v-83.999h192zM498.708 480v83.999h-306.708v-83.999h306.708zM640 332.001v83.999h-448v-83.999h448zM741.11 100.669c1.377-6.225 11.722-6.225 13.793 0l11.722 40.126c11.036 37.357 39.306 65.721 75.863 76.097l39.995 11.755c3.451 0.695 5.519 3.461 5.519 6.918 0 5.472-6.874 7.41-12.5 8.991l-0.916 0.257-0.886 0.257-31.212 9.175c-37.24 11.068-65.518 39.436-75.863 76.097l-11.722 40.118c-0.691 3.461-3.453 5.537-6.902 5.537-5.455 0-7.37-6.863-8.94-12.48-0.177-0.632-0.348-1.249-0.52-1.838l-9.16-31.337c-11.034-37.356-39.309-65.72-75.86-76.097l-40-11.76c-3.451-0.689-5.519-3.46-5.519-6.919 0-5.465 6.868-7.399 12.488-8.979l1.81-0.518 31.222-9.179c37.24-11.069 65.513-39.434 75.86-76.097l11.727-40.124z"],"tags":["ai-smart-notes_sp"]},"attrs":[{}],"properties":{"code":60402,"id":703,"name":"ai-smart-notes_sp","order":602,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M500.338 446.204l419.626 419.626c14.95 14.95 14.95 39.532 0 54.482s-39.532 14.95-54.482 0l-419.626-419.626c-14.95-14.95-14.95-39.532 0-54.482s39.532-14.95 54.482 0zM367.472 688.080c4.906-17.872 22.88-28.070 40.412-23.566 17.846 4.948 28.008 22.938 23.46 40.468l-32.312 120.796c-5.036 18.356-22.808 28.368-40.27 23.604-17.934-4.89-28.162-22.93-23.602-40.504l32.312-120.798zM116.351 516.628l121.061-32.384c17.078-4.73 35.272 5.468 40.21 23.296 4.72 17.048-5.43 35.204-23.198 40.182l-121.060 32.384c-17.079 4.73-35.273-5.468-40.21-23.298-4.721-17.046 5.43-35.202 23.196-40.18zM307.196 314.006c-12.96 12.96-33.56 12.96-46.518 0l-88.605-88.604c-12.959-12.958-12.959-33.559 0-46.517s33.559-12.959 46.517 0l88.606 88.605c12.958 12.958 12.958 33.558 0 46.516zM540.902 254.326c-4.906 17.872-22.88 28.070-40.41 23.566-17.846-4.948-28.010-22.938-23.462-40.466l32.312-120.798c4.906-17.873 22.882-28.071 40.412-23.566 17.846 4.947 28.010 22.938 23.462 40.466l-32.314 120.798zM811.952 405.36l-121.060 32.384c-17.080 4.73-35.272-5.468-40.21-23.298-4.72-17.046 5.43-35.204 23.196-40.182l121.062-32.382c17.078-4.73 35.272 5.468 40.208 23.296 4.722 17.048-5.43 35.204-23.196 40.182z"],"tags":["improve with ai","improve-with-ai","ai"]},"attrs":[{}],"properties":{"code":60393,"id":700,"name":"improve-with-ai","order":605,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M96 224v106.925c74.572 26.358 128 97.478 128 181.075s-53.428 154.717-128 181.075v106.925h349.936c-19.162-38.56-29.936-82.022-29.936-128 0-159.059 128.941-288 288-288 33.661 0 65.974 5.776 96 16.387v-176.387h-704zM489.334 864h-393.334c-35.346 0-64-28.653-64-64v-150.858c75.742 0 137.143-61.402 137.143-137.142s-61.401-137.142-137.143-137.142v-150.858c0-35.346 28.654-64 64-64h704c35.347 0 64 28.654 64 64v208.496c77.184 51.667 128 139.651 128 239.504 0 159.059-128.941 288-288 288-85.296 0-161.933-37.082-214.666-96zM288 352c0-17.674 14.327-32 32-32s32 14.326 32 32v320c0 17.674-14.326 32-32 32s-32-14.326-32-32v-320zM704 896c123.712 0 224-100.288 224-224s-100.288-224-224-224c-123.712 0-224 100.288-224 224s100.288 224 224 224zM704 512c-17.674 0-32 14.326-32 32v96h-96c-17.674 0-32 14.326-32 32s14.326 32 32 32h96v96c0 17.674 14.326 32 32 32s32-14.326 32-32v-96h96c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-96c0-17.674-14.326-32-32-32z"],"tags":["support-case"]},"attrs":[{}],"properties":{"code":60394,"id":699,"name":"support-case","order":606,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M384 321.533v256h-128v-256h128zM448 312.18l320-152.117v578.939l-320-152.115v-274.706zM256 257.533c-35.346 0-63.999 28.653-64 64h-64c-35.346 0-64 28.653-64 64v128c0 35.344 28.654 64 64 64h64c0 23.69 12.87 44.371 32 55.437v168.563c0 53.018 42.981 96 96 96 53.021 0 96-42.982 96-96v-160l328.23 156.893c42.038 16.816 87.77-14.144 87.77-59.424v-161.469c70.691 0 128-57.309 128-128 0-70.694-57.309-128-128-128v-161.47c0-45.278-45.731-76.238-87.77-59.422l-328.23 156.892h-160zM128 385.533h64v128h-64v-128zM288 801.533v-160h64v160c0 17.67-14.326 32-32 32s-32-14.33-32-32zM896 449.533c0 35.344-28.653 64-64 64v-128c35.347 0 64 28.653 64 64z"],"tags":["whats-new"]},"attrs":[{}],"properties":{"code":60395,"id":698,"name":"whats-new","order":607,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M825.802 270.346c3.866-9.323 5.856-19.316 5.856-29.409s-1.99-20.087-5.856-29.41c-3.862-9.319-9.523-17.785-16.659-24.916l-36.086-36.086c-7.13-7.136-15.606-12.807-24.928-16.67-9.322-3.865-19.315-5.854-29.408-5.854s-20.086 1.989-29.408 5.854c-9.325 3.864-17.795 9.529-24.928 16.67l-33.811 33.863c-0.886 0.683-1.741 1.429-2.55 2.244-0.243 0.241-0.477 0.486-0.707 0.735-0.538 0.584-1.046 1.187-1.52 1.807l-265.923 266.34c-1.117 0.803-2.186 1.709-3.19 2.714-1.014 1.014-1.926 2.093-2.733 3.222l-15.456 15.478c-3.27 3.274-5.59 7.373-6.717 11.859l-36.35 144.896c-2.194 8.742 0.373 17.997 6.758 24.362 6.387 6.365 15.648 8.899 24.386 6.678l144.896-36.867c4.461-1.133 8.531-3.45 11.789-6.707l325.878-325.876c7.139-7.133 12.803-15.602 16.669-24.927zM708.915 181.151c3.11-1.288 6.442-1.951 9.805-1.951s6.698 0.663 9.805 1.951c3.107 1.288 5.939 3.187 8.317 5.566l36.106 36.107c2.381 2.378 4.269 5.201 5.555 8.308 1.29 3.108 1.955 6.439 1.955 9.804s-0.666 6.695-1.955 9.803c-1.286 3.108-3.184 5.941-5.565 8.319l-18.016 18.015-72.41-72.24 18.099-18.129c2.378-2.378 5.2-4.265 8.304-5.553zM646.336 241.065l72.384 72.212-235.392 235.391-72.112-72.112 235.12-235.492zM377.84 515.587l66.374 66.371-88.688 22.566 22.314-88.938z","M194.195 757.309c9.604-9.603 22.625-14.995 36.205-14.995 14.139 0 25.6-11.462 25.6-25.603 0-14.138-11.461-25.597-25.6-25.597-27.158 0-53.205 10.787-72.408 29.99s-29.992 45.251-29.992 72.41c0 27.158 10.789 53.203 29.992 72.406s45.25 29.994 72.408 29.994h640c14.138 0 25.6-11.462 25.6-25.6 0-14.141-11.462-25.603-25.6-25.603h-640c-13.58 0-26.602-5.392-36.205-14.995-9.602-9.6-14.996-22.624-14.996-36.202 0-13.581 5.394-26.605 14.996-36.205z"],"tags":["smart compose","ai","ai smart compose"]},"attrs":[{},{}],"properties":{"code":60391,"id":697,"name":"smart-compose","order":608,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M696.064 116.032l-9.984 34.304-0.167 0.67c-9.007 30.938-33.35 55.345-64.921 64.61l-26.752 7.872-1.536 0.448c-4.8 1.344-10.688 3.008-10.688 7.68l0.001-0.014c-0.005 0.098-0.007 0.197-0.007 0.296 0 2.822 2.029 5.169 4.743 5.669l34.24 10.048c31.36 8.896 55.616 33.216 65.024 65.216l7.872 26.88 0.448 1.6c1.344 4.8 3.008 10.688 7.68 10.688l-0.011-0c0.076 0.003 0.153 0.005 0.23 0.005 2.821 0 5.168-2.028 5.669-4.74l10.048-34.368 0.167-0.67c8.995-30.925 33.312-55.326 64.857-64.61l26.752-7.872 0.768-0.192 0.768-0.256c4.864-1.28 10.752-3.008 10.752-7.68l-0.001 0.014c0.005-0.098 0.007-0.197 0.007-0.296 0-2.822-2.029-5.169-4.743-5.669l-34.304-9.984c-31.296-8.96-55.552-33.28-65.024-65.28l-10.048-34.368c-1.792-5.376-10.624-5.376-11.84 0zM41.984 432v0c0 22.091 17.909 40 40 40h400v0c22.091 0 40-17.909 40-40s-17.909-40-40-40h-400c-22.080 0-40 17.92-40 40zM81.92 552h287.168v0c22.091 0 40 17.909 40 40s-17.909 40-40 40h-287.104v0c-22.091 0-40-17.909-40-40s17.909-40 40-40zM41.984 752v0c0 22.091 17.909 40 40 40h202.368v0c22.091 0 40-17.909 40-40s-17.909-40-40-40h-202.368c-22.080 0-40 17.92-40 40zM886.016 358.72l-3.712-2.176h-0.128c-5.424-2.859-11.854-4.537-18.675-4.537-9.711 0-18.628 3.401-25.625 9.076l0.076-0.059-384.512 389.888-3.2 3.648-3.328 4.736c-3.477 5.109-6.062 11.126-7.371 17.605l-0.053 0.315-17.472 97.152 0.512 5.696 0.832 4.8 1.088 3.584c5.182 13.045 17.224 22.321 31.555 23.416l0.125 0.008 4.16 0.128h3.584l98.752-22.080 4.928-1.344 5.44-2.176c6.31-2.732 11.701-6.421 16.259-10.947l-0.003 0.003 385.216-390.528 2.944-5.12 1.792-3.712 1.344-3.904c0.88-3.031 1.387-6.513 1.387-10.112 0-12.301-5.912-23.221-15.049-30.074l-0.097-0.070-75.392-68.864-2.048-1.792-3.328-2.56zM500.928 790.72l258.688-262.4 42.88 43.008-256.64 260.096-54.4 12.16 9.472-52.864zM864.512 421.952l44.928 40.96-60.032 60.8-42.88-42.944 57.984-58.816z"],"tags":["smart summary","smart-summary","ai"]},"attrs":[{}],"properties":{"code":60392,"codes":[60392,60393,60394,60395,60396],"id":695,"name":"smart-summary","order":1187,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"attrs":[{},{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M272.695 831.581c-16.712-4.742-29.636-17.709-34.68-34.787l-5.359-18.342c-0.946-2.845-5.675-2.845-6.306 0l-5.359 18.342c-4.732 16.762-17.655 29.728-34.68 34.787l-14.273 4.198c-2.663 0.781-6.537 1.565-6.537 4.339 0 1.584 0.946 2.848 2.524 3.165l18.286 5.376c16.709 4.742 29.636 17.709 34.68 34.787l4.187 14.326c0.778 2.662 1.549 6.544 4.324 6.544 1.577 0 2.839-0.947 3.154-2.531l5.359-18.339c4.728-16.762 17.655-29.728 34.68-34.787l14.268-4.195c2.664-0.784 6.539-1.568 6.539-4.346 0-1.578-0.946-2.845-2.524-3.162l-18.283-5.376z","M713.226 222.172l27.622 7.798c25.206 7.26 44.781 26.622 52.022 52.168l7.776 27.698c0.538 2.152 2.682 3.764 4.826 3.764 2.147 0 4.291-1.612 4.829-3.764l7.776-27.698c7.238-25.277 26.816-44.908 52.022-52.168l27.619-7.798c2.147-0.538 3.754-2.689 3.754-4.84s-1.606-4.303-3.754-4.84l-27.619-7.798c-25.206-7.26-44.784-26.622-52.022-52.168l-7.776-27.698c-1.341-4.303-8.582-4.303-9.654 0l-7.776 27.698c-7.242 25.277-26.816 44.908-52.022 52.168l-27.622 7.798c-2.144 0.538-3.754 2.689-3.754 4.84s1.61 4.302 3.754 4.84z","M832.246 460.397l2.992 1.766 2.643 2.029 1.658 1.469 60.304 55.094c10.182 7.725 14.323 20.442 11.008 32.173l-1.094 3.152-1.414 2.912-2.381 4.141-308.15 312.4c-3.501 3.501-7.587 6.387-13.011 8.79l-4.33 1.712-3.981 1.094-78.982 17.661h-2.886l-3.312-0.080c-11.677-0.989-21.456-8.445-25.331-18.758l-0.906-2.883-0.669-3.85-0.4-4.515 14-77.699c0.909-4.835 2.726-9.485 5.904-14.4l2.646-3.77 2.618-2.938 307.59-311.891c10.074-8.205 24.128-9.434 35.402-3.581l0.083-0.029zM734.106 597.869l-206.941 209.904-7.613 42.269 43.523-9.699 205.338-208.115-34.307-34.358zM818.029 512.768l-46.41 47.024 34.362 34.362 47.987-48.627-35.939-32.758z","M416.304 485.226l-29.437-94.531h-2.067l-29.373 94.531h60.877z","M438.362 776.73c-2.115 0.042-4.237 0.061-6.362 0.061-176.731 0-320-143.267-320-320 0-176.731 143.269-320 320-320 176.73 0 320 143.269 320 320 0 2.125-0.019 4.246-0.061 6.362l-313.578 313.578zM254.111 590.173h68.702l17.398-55.987h91.338l17.434 55.987h68.704l-89.235-266.666h-85.104l-89.236 266.666zM546.938 384.531l-0.419 205.642h63.149v-266.666h-62.73v61.024z"],"tags":["ai-writing-options"]},"attrs":[{},{},{},{},{}],"properties":{"code":60397,"id":694,"name":"ai-writing-options","order":610,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"attrs":[{},{},{},{},{}],"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 208c17.674 0 32 14.327 32 32v544c0 17.674-14.326 32-32 32v0c-17.674 0-32-14.326-32-32v-544c0-17.673 14.326-32 32-32v0z","M320 352c17.674 0 32 14.326 32 32v256c0 17.674-14.326 32-32 32v0c-17.673 0-32-14.326-32-32v-256c0-17.674 14.327-32 32-32v0 0z","M128 437.648c17.673 0 32 14.326 32 32v90.352c0 17.674-14.327 32-32 32v0 0c-17.673 0-32-14.326-32-32v-90.352c0-17.674 14.327-32 32-32v0z","M704 352c17.674 0 32 14.326 32 32v256c0 17.674-14.326 32-32 32v0c-17.674 0-32-14.326-32-32v-256c0-17.674 14.326-32 32-32v0 0z","M896 437.648c17.674 0 32 14.326 32 32v90.352c0 17.674-14.326 32-32 32v0 0c-17.674 0-32-14.326-32-32v-90.352c0-17.674 14.326-32 32-32v0z"],"tags":["tone","ai","ai-tone","change tone","change-tone"]},"attrs":[{},{},{},{},{}],"properties":{"code":60398,"id":693,"name":"change-tone","order":611,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M400.739 747.942c12.502-12.502 12.502-32.768 0-45.27s-32.73-12.502-45.187 0l-52.052 52.051v-485.5l52.052 52.053c6.23 6.272 14.422 9.386 22.614 9.386s16.384-3.158 22.614-9.386c12.502-12.502 12.502-32.771 0-45.272l-106.667-106.667c-2.944-2.944-6.481-5.285-10.406-6.906-7.808-3.243-16.64-3.243-24.448 0-3.925 1.621-7.473 3.962-10.417 6.906l-106.667 106.667c-12.501 12.501-12.501 32.77 0 45.272 12.501 12.499 32.77 12.499 45.271 0l52.052-52.053v485.5l-52.052-52.051c-12.501-12.502-32.77-12.502-45.271 0s-12.501 32.768 0 45.27l106.667 106.666c2.944 2.944 6.439 5.296 10.364 6.918 3.925 1.619 8.069 2.467 12.25 2.467s8.367-0.848 12.25-2.467c3.883-1.622 7.42-3.974 10.364-6.918l106.667-106.666z","M602.282 576c-17.674 0-32 14.326-32 32s14.326 32 32 32h256c17.674 0 32-14.326 32-32s-14.326-32-32-32h-256z","M506.282 801.923c0-17.674 14.326-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-320c-17.674 0-32-14.326-32-32z","M538.282 384c-17.674 0-32 14.326-32 32s14.326 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-320z"],"tags":["length","ai","ai-length","change length","change-length"]},"attrs":[{},{},{},{}],"properties":{"code":60399,"id":692,"name":"change-length","order":612,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M515.379 618.637c8.957 8.851 11.888 22.134 7.494 33.933l-3.181 8.538c-8.134 21.837-36.138 27.933-52.614 11.456l-78.512-78.512-160.227 160.227c-12.497 12.496-32.758 12.496-45.255 0l-6.518-6.518c-12.558-12.56-12.488-32.941 0.157-45.411l163.203-160.96c-34.238-38.074-63.348-79.226-87.022-122.534-11.126-20.352 4.24-44.23 27.436-44.23h4.192c12.005 0 22.934 6.758 28.77 17.248 20.689 37.203 45.78 72.608 75.265 105.267 52.662-58.515 91.427-125.44 115.93-195.656h-376.496c-17.673 0-32-14.327-32-32v-9.142c0-17.673 14.327-32 32-32h223.997v-41.141c0-17.673 14.326-32 32-32h9.142c17.67 0 32 14.327 32 32v41.141h223.994c17.674 0 32 14.327 32 32v9.142c0 17.673-14.326 32-32 32h-75.152c-26.698 86.308-72.045 167.86-135.677 238.808-0.605 0.605-0.602 1.587 0.006 2.189l77.069 76.157z","M881.875 864c22.33 0 37.792-22.288 29.974-43.203l-143.536-384c-4.675-12.506-16.624-20.797-29.974-20.797h-36.397c-13.344 0-25.286 8.282-29.968 20.778l-143.789 384c-7.834 20.918 7.632 43.222 29.968 43.222h15.76c6.682 0 12.285-1.962 16.806-5.888 4.518-3.923 7.565-8.259 9.139-13.011l31.84-91.395h176.602l31.84 91.395c2.163 5.37 5.405 9.914 9.731 13.632 4.323 3.51 9.926 5.267 16.803 5.267h15.2zM736.067 545.814l51.891 149.024h-135.622l51.597-148.403c2.554-6.816 5.206-14.768 7.958-23.856 2.752-9.296 5.405-19.21 7.962-29.744 2.752 10.534 5.504 20.346 8.256 29.434s5.405 16.938 7.958 23.546z"],"tags":["language","translate","translate to","ai"]},"attrs":[{},{}],"properties":{"code":60400,"id":691,"name":"translate","order":613,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M483.872 64.032c210.688 0 381.504 173.376 381.504 387.232l0.032 71.328c-19.584-12.256-40.928-21.92-63.584-28.544l-0.032-42.784c0-178.208-142.336-322.688-317.92-322.688h-286.112c-17.568 0-31.776 14.432-31.776 32.256v709.92c0 17.824 14.24 32.256 31.776 32.256l334.88 0.032c22.016 26.56 49.312 48.608 80.256 64.544l-446.912-0.032c-35.104 0-63.584-28.896-63.584-64.544v-774.464c0-35.648 28.48-64.544 63.584-64.544l317.888 0.032zM529.568 580.32c-15.488 19.424-28.192 41.12-37.568 64.544h-167.104c-17.568 0-31.776-14.432-31.776-32.256s14.24-32.256 31.776-32.256l204.672-0.032zM765.248 570.432l146.749 146.749c12.497 12.497 12.497 32.758 0 45.255l-146.749 146.749c-12.495 12.495-32.753 12.495-45.248 0s-12.495-32.753 0-45.248l92.128-92.128h-241.88c-17.673 0-32-14.327-32-32s14.327-32 32-32h241.88l-92.128-92.128c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0zM642.816 386.72c17.568 0 31.776 14.432 31.776 32.256s-14.24 32.256-31.776 32.256h-317.92c-17.568 0-31.776-14.432-31.776-32.256s14.24-32.256 31.776-32.256h317.92z"],"tags":["export"]},"attrs":[{}],"properties":{"code":60389,"id":690,"name":"export","order":614,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M281.326 107.301c-21.684-10.177-44.729-13.537-68.244-9.85-17.597 2.737-38.866 10.412-64.574 22.908-25.2 12.248-44.642 23.984-58.502 35.534-29.874 25.083-47.98 58.977-54.495 100.783-6.778 39.515-3.717 84.135 8.986 133.531 12.478 48.523 34.022 100.449 64.567 155.84 30.385 55.672 69.492 112.131 117.248 169.313 36.219 42.593 72.946 80.563 110.333 114.070l13.79 12.521c32.221 28.676 64.748 53.566 97.397 74.472 37.623 24.092 74.576 42.639 110.905 55.588 37.228 13.27 73.041 19.99 107.377 19.99 21.175 0 40.712-2.783 58.512-8.44 18.211-5.787 34.449-14.537 48.516-26.162l5.152-4.050c12.264-10.080 26.2-24.544 41.431-42.988 17.673-21.4 29.582-39.462 35.757-54.804l2.777-6.213c6.686-16.863 7.609-36.021 2.365-55.772-5.809-21.887-18.287-40.8-37.033-56.218l-36.12-30.015-30.289-25.726-14.685-12.77c-20.602-18.107-40.492-36.209-59.672-54.308-15.415-16.479-37.198-26.675-62.892-28.945-24.9-2.2-48.374 3.037-69.422 15.46-8.161 5.487-14.262 10.264-19.75 15.266l-1.554 1.432-8.718 8.488-8.142 8.406-2.72 3.415-2.57 2.531-6.979 7.64c-2.736-1.238-6.088-2.94-9.97-5.097-10.087-5.606-21.538-14.044-34.172-25.324-13.040-11.639-27.234-26.489-42.51-44.524-14.097-16.868-25.754-32.548-34.866-46.877-8.892-13.984-15.308-26.33-19.27-36.925l-3.146-8.255c-1.289-3.692-2.156-6.752-2.665-9.284 1.369-0.725 2.904-1.446 4.606-2.155l1.431-0.689 5.698-3.14 5.464-2.655c2.533-1.231 4.852-2.704 6.991-4.39 6.078-3.322 11.614-6.689 16.614-10.12 5.602-3.846 11.023-7.998 16.267-12.458 18.353-18.48 28.341-38.441 31.263-60.794 2.97-22.744-2.301-44.529-15.545-64.556-21.124-30.538-39.119-58.144-54.259-83.218-15.105-25.016-28.507-49.176-40.215-72.479-11.955-21.822-28.767-37.802-50.468-47.986zM222.919 160.69c10.885-1.707 21.015-0.241 31.216 4.547v0l3.833 2c7.364 4.267 12.986 10.2 17.697 18.8 11.425 22.83 25.632 48.438 41.556 74.809 15.89 26.317 34.607 55.025 56.412 86.547 4.131 6.271 5.663 12.626 4.718 19.859v0l-0.629 3.501c-1.329 5.736-4.125 11.044-9.233 16.896v0l-1.578 1.662-3.261 2.66-5.587 4.054c-3.115 2.137-6.808 4.387-11.085 6.724v0l-4.582 2.759-1.597 1.147-3.557 1.737-5.709 3.143-8.007 3.846c-25.035 13.258-38.375 41.397-32.792 69.17 1.805 8.978 4.894 18.338 9.354 29.213v0l2.338 5.843c5.513 12.983 12.913 26.647 22.127 41.138 10.716 16.851 24.007 34.723 39.764 53.578 17.309 20.437 33.522 37.412 49 51.228 15.801 14.107 30.971 25.334 45.701 33.52 5.238 2.91 10.139 5.411 14.673 7.463 25.225 11.415 54.93 5.315 73.615-15.117v0l5.037-5.515 5.076-5.192 2.896-3.33 1.155-1.509 7.28-7.381 5.119-4.872 2.534-2.211c1.772-1.481 3.737-2.993 6.056-4.648v0l1.572-1.113 3.811-2.004c8.102-3.738 16.75-5.161 26.458-4.303 10.261 0.907 17.37 4.192 21.787 8.915v0l2.815 2.828 19.972 18.617c13.473 12.409 27.264 24.813 41.372 37.213v0l15.067 13.104 26.135 22.242 41.447 34.49c8.647 7.112 13.572 14.585 15.869 23.239 1.963 7.396 1.5 12.886-0.542 16.975v0l-3.381 7.545c-3.901 8.079-11.954 19.949-24.465 35.098-14.466 17.517-26.809 29.982-35.594 36.559v0l-4.957 3.841c-8.148 5.958-15.83 9.777-24.584 12.559-11.216 3.565-24.221 5.435-39.13 5.435-26.601 0-55.195-5.334-85.888-16.275-31.502-11.229-64.127-27.587-97.882-49.201-33.94-21.732-68.117-48.479-102.215-80.054-35.947-32.227-70.668-68.124-105.062-108.571-44.826-53.678-81.55-106.707-109.826-158.514-28.257-51.243-47.732-98.233-58.761-141.118-10.608-41.251-13.017-76.881-7.89-106.771 4.386-28.099 15.049-47.879 32.57-62.59 9.024-7.519 24.172-16.706 45.324-26.986 20.847-10.133 36.378-15.666 46.436-17.23zM768 96l-7.198 0.132c-102.704 3.785-184.802 88.239-184.802 191.868 0 106.038 85.961 192 192 192l7.198-0.132c102.703-3.785 184.802-88.239 184.802-191.868l-0.132-7.198c-3.785-102.704-88.239-184.802-191.868-184.802zM852.4 310.2h-168.8c-5.888 0-11.534-2.339-15.698-6.502s-6.502-9.81-6.502-15.698c0-5.888 2.339-11.534 6.502-15.698s9.81-6.502 15.698-6.502h168.8c5.888 0 11.534 2.339 15.698 6.502s6.502 9.81 6.502 15.698c0 5.888-2.339 11.534-6.502 15.698s-9.81 6.502-15.698 6.502z"],"tags":["missed-call-dnd"]},"attrs":[{}],"properties":{"code":60390,"id":689,"name":"missed-call-dnd","order":615,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 64c123.712 0 224 100.288 224 224v448c0 123.712-100.288 224-224 224h-448c-123.712 0-224-100.288-224-224v-448c0-123.712 100.288-224 224-224h448zM512 344c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168s-75.216-168-168-168zM736 232c-30.928 0-56 25.072-56 56s25.072 56 56 56c30.928 0 56-25.072 56-56s-25.072-56-56-56z"],"tags":["camera-filled"]},"attrs":[{}],"properties":{"code":59648,"id":688,"name":"camera-filled","order":616,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 64c123.712 0 224 100.288 224 224v448c0 123.712-100.288 224-224 224h-448c-123.712 0-224-100.288-224-224v-448c0-123.712 100.288-224 224-224h448zM736 131.2h-448c-83.391 0-151.577 65.098-156.514 147.248l-0.286 9.552v448c0 83.391 65.098 151.577 147.248 156.514l9.552 0.286h448c83.391 0 151.577-65.098 156.514-147.248l0.286-9.552v-448c0-83.391-65.098-151.577-147.248-156.514l-9.552-0.286zM512 332.8c98.969 0 179.2 80.231 179.2 179.2s-80.231 179.2-179.2 179.2c-98.969 0-179.2-80.231-179.2-179.2s80.231-179.2 179.2-179.2zM512 400c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112s-50.144-112-112-112zM736 232c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56s25.072-56 56-56z"],"tags":["camera-outlined"]},"attrs":[{}],"properties":{"code":59649,"id":687,"name":"camera-outlined","order":617,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M459.774 213.333c14.57 0 26.955 5.056 37.154 15.169 9.349 9.27 14.903 20.29 16.661 33.059l0.385 3.526v135.976c0 7.182 5.362 13.094 12.251 13.85l1.498 0.082h14.226c48.955 0 94.705 9.518 137.25 28.554 43.127 19.036 80.718 45.062 112.772 78.077s57.406 71.534 76.056 115.554c17.614 42.137 26.91 86.661 27.888 133.574l0.086 8.303v84.769c0 16.656-8.014 25.877-24.041 27.662s-26.080-5.651-30.16-22.308c-5.245-24.39-14.279-46.995-27.1-67.816-12.822-21.415-28.266-39.708-46.333-54.877s-38.465-27.513-61.194-37.031c-20.133-8.112-41.47-12.782-64.012-14.011l-6.799-0.265h-108.64c-7.087 0-12.922 5.434-13.668 12.414l-0.081 1.518v130.622c0 7.733-1.311 15.021-3.934 21.862s-6.557 12.938-11.802 18.292c-9.145 9.335-20.153 14.615-33.023 15.84l-3.256 0.222-3.53 0.050c-10.472-0.149-19.879-2.974-28.22-8.477l-2.741-1.933-2.662-2.132-280.619-289.108c-10.49-10.113-15.881-22.456-16.173-37.031-0.267-13.36 3.261-25.345 10.585-35.956l2.091-2.86 280.619-288.216c5.245-5.354 11.219-9.518 17.921-12.492s13.55-4.462 20.544-4.462zM449.963 292.565l-255.147 262.059 255.147 262.912 0.102-111.82 0.353-4.927c3.971-37.131 33.718-66.215 70.706-69.332l6.599-0.277 111.137 0.049 7.786 0.312c29.487 1.608 57.73 7.79 85.248 18.883 28.616 11.983 54.563 27.685 77.627 47.050 3.371 2.831 6.67 5.742 9.896 8.731l5.203 5.048-2.195-9.473c-2.328-9.017-5.079-17.894-8.252-26.632l-5.076-13.003c-15.592-36.804-36.558-68.658-63.044-95.939-26.287-27.075-57.051-48.375-92.992-64.24-29.938-13.395-61.884-20.937-96.239-22.614l-14.872-0.359-17.713-0.095-4.996-0.369c-37.272-4.093-65.924-34.147-68.992-70.914l-0.272-6.554-0.011-108.498zM789.333 85.333c82.475 0 149.333 66.859 149.333 149.333s-66.859 149.333-149.333 149.333c-82.475 0-149.333-66.859-149.333-149.333s66.859-149.333 149.333-149.333zM789.333 145.067c-49.485 0-89.6 40.115-89.6 89.6s40.115 89.6 89.6 89.6c49.485 0 89.6-40.115 89.6-89.6s-40.115-89.6-89.6-89.6z"],"tags":["mark-reply-as-unread"]},"attrs":[{}],"properties":{"code":60386,"id":686,"name":"mark-reply-as-unread","order":618,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M845.517 467.91c31.904 0 60.448 14.816 79.68 38.272l20.8 25.504c15.392 18.784 24.672 43.040 24.672 69.568 0 32.896-14.272 62.336-36.96 82.24l-196.96 171.712c-15.776 13.664-34.24 22.080-53.984 24.832l-192.096 26.624 57.76-190.912 0.192-0.768c5.984-19.424 17.184-36.448 32.064-49.408l196.896-171.616c18.24-16.256 41.952-26.048 67.936-26.048zM845.197 544.87c-7.264 0-13.92 2.72-19.008 7.2l-197.056 171.712c-4.448 3.776-7.84 8.8-9.728 14.816l-22.976 75.968 76.512-10.656c5.856-0.8 11.040-3.264 15.168-6.848l197.088-171.776c6.752-5.664 11.072-14.304 11.072-23.968 0-7.616-2.656-14.56-7.040-19.904l-20.96-25.632c-4.928-6.048-12.096-10.080-20.192-10.752-0.928-0.096-1.888-0.128-2.848-0.128l-0.032-0.032zM384.003 691.194v76.806h-320.003v-76.806h320.003zM512.003 499.194v76.806h-448.003v-76.806h448.003zM672.003 307.195v76.805h-608.003v-76.805h608.003zM802.797 37.344c1.568-7.104 13.408-7.104 15.776 0l13.408 45.856c12.608 42.688 44.928 75.104 86.688 86.976l45.696 13.44c3.936 0.8 6.304 3.968 6.304 7.904 0 6.24-7.872 8.48-14.272 10.272l-1.056 0.288-1.024 0.288-35.68 10.496c-42.56 12.64-74.88 45.056-86.688 86.976l-13.408 45.856c-0.8 3.968-3.936 6.336-7.872 6.336-6.24 0-8.416-7.84-10.208-14.272-0.192-0.736-0.384-1.44-0.608-2.112l-10.464-35.808c-12.608-42.688-44.928-75.104-86.688-86.976l-45.728-13.44c-3.936-0.8-6.304-3.968-6.304-7.904 0-6.24 7.84-8.448 14.272-10.272l2.080-0.576 35.68-10.496c42.56-12.64 74.88-45.056 86.688-86.976l13.408-45.856z"],"tags":["ai-smart-notes"]},"attrs":[{}],"properties":{"code":60385,"id":685,"name":"ai-smart-notes","order":619,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M708.123 528.287c12.24-21.717 43.513-21.717 55.754 0l63.867 113.345 127.622 25.78c23.15 4.671 33.042 31.611 19.674 50.038l-2.445 2.987-88.115 95.787 14.972 129.322c2.719 23.526-19.979 41.291-41.69 34.114l-3.416-1.343-118.347-54.157-118.347 54.157c-21.534 9.856-45.444-6.241-45.328-29.107l0.222-3.664 14.94-129.322-88.083-95.787c-15.983-17.386-8.151-44.995 13.495-52.045l3.734-0.979 127.59-25.78zM512 64c212.077 0 384 171.923 384 384v32h-64v-32c0-176.731-143.269-320-320-320h-288c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32h256v64h-288c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64zM736 609.184l-43.222 76.67c-4.566 8.102-12.431 13.816-21.548 15.655l-86.303 17.403 59.59 64.81c5.395 5.868 8.373 13.5 8.441 21.378l-0.211 3.953-10.125 87.427 80.059-36.617c7.248-3.317 15.426-3.791 22.94-1.422l3.694 1.422 80.027 36.617-10.093-87.427c-0.915-7.919 1.161-15.843 5.737-22.257l2.494-3.074 59.558-64.81-86.271-17.403c-7.814-1.577-14.709-6-19.395-12.334l-2.153-3.322zM576 448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32zM640 288c17.673 0 32 14.327 32 32s-14.327 32-32 32h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["sms-template"]},"attrs":[{}],"properties":{"code":60384,"id":684,"name":"sms-template","order":620,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M894.19 185.804c-27.158-7.708-48.158-28.779-56.356-56.53l-8.708-29.807c-1.538-4.623-9.222-4.623-10.246 0l-8.71 29.807c-7.688 27.236-28.69 48.308-56.354 56.53l-23.194 6.819c-0.43 0.127-0.882 0.254-1.344 0.383-4.174 1.174-9.278 2.61-9.278 6.671 0 2.571 1.538 4.627 4.1 5.141l29.716 8.736c27.152 7.708 48.158 28.78 56.354 56.53l6.804 23.28c0.128 0.438 0.254 0.896 0.386 1.366 1.164 4.172 2.588 9.27 6.64 9.27 2.562 0 4.614-1.542 5.126-4.114l8.708-29.802c7.684-27.236 28.69-48.308 56.356-56.53l23.184-6.816c0.43-0.126 0.878-0.254 1.338-0.382h0.002c4.178-1.176 9.286-2.614 9.286-6.679 0-2.566-1.538-4.622-4.1-5.137l-29.71-8.736zM107.388 439.6l83.781 23.656c76.461 22.024 135.841 80.754 157.803 158.244l23.588 84.016c1.626 6.528 8.134 11.416 14.64 11.416 6.508 0 13.016-4.888 14.642-11.416l23.59-84.016c21.962-76.674 81.34-136.22 157.802-158.244l83.78-23.656c6.512-1.63 11.386-8.156 11.386-14.682 0-6.524-4.874-13.050-11.386-14.682l-83.78-23.656c-76.462-22.022-135.84-80.752-157.802-158.242l-23.59-84.017c-4.066-13.051-26.028-13.051-29.282 0l-23.588 84.017c-21.962 76.674-81.342 136.22-157.803 158.242l-83.781 23.656c-6.507 1.632-11.388 8.158-11.388 14.682 0 6.526 4.881 13.052 11.388 14.682zM828.014 763.648l-44.66-12.844c-41.026-11.936-72.514-43.462-84.438-84.536l-12.884-44.896c-1.908-7.162-13.832-7.162-15.742 0l-12.878 44.896c-11.928 41.074-43.412 73.078-84.444 84.536l-44.84 12.898c-3.342 0.956-5.728 4.296-5.728 8.12 0 3.818 2.386 6.684 5.728 8.118l44.84 12.894c41.032 11.942 72.516 43.462 84.444 84.54l12.878 44.892c0.956 3.344 4.296 5.734 8.11 5.734 3.818 0 6.678-2.39 8.11-5.734l12.884-44.892c11.922-41.078 43.412-72.598 84.438-84.54l44.844-12.894c3.338-0.956 5.724-4.3 5.724-8.118 0-3.724-2.264-6.536-5.464-8.004-0.17-0.078-0.356-0.116-0.542-0.116-0.13 0-0.258-0.018-0.38-0.054z"],"tags":["ai sparkles magic"]},"attrs":[{}],"properties":{"code":60383,"id":683,"name":"ai-sparkles","order":621,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 160v704c0 35.346-28.654 64-64 64h-640.434v-832h640.434c35.346 0 64 28.654 64 64zM191.058 928v-832h-63.058c-35.346 0-64 28.654-64 64v704c0 35.346 28.654 64 64 64h63.058zM547.41 555.366c-19.668-3.44-36.694-5.16-51.076-5.16-14.358 0-31.384 1.72-51.078 5.16-19.692 3.738-38.512 9.198-56.484 16.402-17.974 7.204-33.204 16.102-45.694 26.722-12.488 10.944-18.744 23.582-18.744 37.964v47.538h344v-47.538c0-14.382-6.258-27.020-18.746-37.964-12.488-10.62-27.72-19.544-45.692-26.722-17.974-7.18-36.794-12.664-56.486-16.402zM791.476 576.804c-17.3-2.868-32.256-4.288-44.87-4.288-12.638 0-27.57 1.42-44.844 4.288-10.87 1.944-21.438 4.486-31.684 7.602 7.878 6.904 14.682 15.504 19.594 24.104 5.010 8.95 6.58 23.882 6.58 35.846v39.61h201.414v-39.61c0-11.964-5.484-22.508-16.452-31.632-10.968-8.85-24.354-16.278-40.132-22.26-15.78-5.984-32.332-10.544-49.606-13.66zM799.976 418.214c-14.782-13.934-32.58-20.89-53.37-20.89-20.814 0-38.588 6.956-53.37 20.89s-22.16 30.786-22.16 50.578c0 19.792 7.378 36.718 22.16 50.778 14.782 14.058 32.58 21.088 53.37 21.088 20.814 0 38.588-7.030 53.37-21.088 14.782-14.060 22.16-30.986 22.16-50.778s-7.378-36.644-22.16-50.578zM557.082 365.068c-16.826-16.726-37.068-25.076-60.748-25.076-23.706 0-43.948 8.35-60.774 25.076s-25.226 36.944-25.226 60.7c0 23.73 8.376 44.046 25.226 60.922 16.852 16.876 37.092 25.302 60.774 25.302 23.68 0 43.922-8.426 60.748-25.302s25.252-37.166 25.252-60.922c0-23.756-8.426-43.974-25.252-60.7z"],"tags":["shared directory"]},"attrs":[{}],"properties":{"code":60382,"id":682,"name":"shared-directory","order":622,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M814.4 96c80 0 145.6 66.624 145.6 147.968v386.88c0 81.248-65.568 147.936-145.6 147.936h-257.632l-223.968 170.656c-35.2 26.848-89.6-0.768-89.6-45.536v-125.12h-33.6c-80 0-145.6-66.688-145.6-147.936v-386.88c0-81.344 65.568-147.968 145.6-147.968h604.8zM814.4 164.288h-604.8c-43.648 0-78.368 35.296-78.368 79.68v386.88c0 44.384 34.72 79.648 78.368 79.648h67.2c18.56 0 33.6 15.264 33.6 34.112v136.576l215.040-163.808c5.76-4.48 12.896-6.88 20.16-6.88h268.8c43.648 0 78.4-35.264 78.4-79.648v-386.88c0-44.384-34.72-79.68-78.4-79.68zM512 525.952c17.696 0 32.032 15.328 32.032 34.272 0 18.912-14.336 34.272-32.032 34.272-17.632 0-31.968-15.36-31.968-34.272 0-18.944 14.336-34.272 31.968-34.272zM512 228.928c16.672 0 30.304 13.568 31.84 30.976l0.192 3.36v182.752c0 18.912-14.336 34.208-32.032 34.208-16.704-0.192-30.528-13.632-31.84-30.912l-0.128-3.36v-182.752c0-18.944 14.336-34.272 31.968-34.272z"],"tags":["report-an-issue-alternative"]},"attrs":[{}],"properties":{"code":60380,"id":680,"name":"report-an-issue-alternative","order":623,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 288h576v96h-576v-96zM224 448h576v96h-576v-96zM224 608h448v96h-448v-96z"],"tags":["transcribe"]},"attrs":[{}],"properties":{"code":60379,"id":679,"name":"transcribe","order":624,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M821.408 267.792c0.4 4.788-1.2 9.524-4.445 13.052-3.242 3.527-7.786 5.543-12.528 5.493h-39.933c-8.634-0.050-15.923-6.602-16.87-15.269-43.629-111.068-187.629-132.939-235.53-132.939s-192.099 21.871-234.716 132.939c-0.998 8.668-8.236 15.219-16.871 15.269h-39.933c-4.742 0-9.334-1.965-12.579-5.493s-4.842-8.265-4.443-13.052c11.331-115.653 158.846-203.792 308.491-203.792 149.648 0 297.974 88.139 309.357 203.792zM581.984 450.016c0-38.906-31.296-70.4-69.933-70.4-38.634 0-69.933 31.494-69.933 70.4 0 38.902 31.299 70.4 69.933 70.4 38.637 0 69.933-31.498 69.933-70.4zM735.475 427.792c-11.379-115.654-107.968-203.742-223.424-203.793-115.456 0-212.042 88.139-223.373 203.793-0.399 4.787 1.198 9.523 4.443 13.053 3.244 3.526 7.837 5.491 12.579 5.491h39.932c8.637-0.051 15.872-6.602 16.87-15.27 9.437-75.942 73.578-132.937 149.6-132.937s140.163 56.995 149.597 132.937c0.95 8.669 8.237 15.219 16.874 15.27h39.933c4.742 0.051 9.283-1.965 12.528-5.491 3.245-3.53 4.842-8.266 4.442-13.053zM512 672c50.458 0 93.36-14.864 128-35.085v131.085c0 70.691-57.309 128-128 128s-128-57.309-128-128v-131.085c34.64 20.221 77.542 35.085 128 35.085zM320 615.555c0-33.77 62.381-54.912 91.043-37.059 27.446 17.091 61.098 29.504 100.957 29.504s73.51-12.413 100.957-29.504c28.662-17.853 91.043 3.29 91.043 37.059v152.445c0 106.038-85.962 192-192 192s-192-85.962-192-192v-152.445z"],"tags":["ico_controlRoom"]},"attrs":[{}],"properties":{"code":60371,"id":678,"name":"control-room","order":625,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M711.112 199.109c47.124 0 85.33 38.204 85.33 85.332v68.892l101.437-53.508c30.674-6.816 61.056 12.524 67.876 43.192 0.901 4.052 1.357 8.19 1.357 12.342v313.272c0 31.421-25.472 56.893-56.888 56.893-4.152 0-8.289-0.456-12.344-1.357l-101.437-53.535v68.92c0 47.13-38.205 85.33-85.33 85.33h-568.892c-47.128 0-85.332-38.205-85.332-85.33v-455.11c0-47.128 38.204-85.332 85.332-85.332l568.892-0.002zM711.112 255.999h-568.892c-14.588 0-26.61 10.98-28.254 25.128l-0.192 3.318v455.113c0 14.587 10.98 26.609 25.126 28.252l3.318 0.195h568.889c14.587 0 26.609-10.982 28.257-25.129l0.189-3.318v-455.109c0-14.586-10.977-26.61-25.124-28.252l-3.318-0.198zM910.223 355.361l-113.782 60.048v193.175l113.782 60.047v-313.27z","M459.931 523.822c37.42-12.901 61.608-46.498 61.608-90.778 0-127.081-193.342-127.081-193.342 0 0 44.279 24.187 77.876 61.607 90.778-99.1 10.977-108.203 70.528-108.203 141.271h47.762c0-65.562 0-95.524 95.505-95.524 95.504 0 95.504 29.962 95.504 95.524h47.764c0-70.743-9.103-130.294-108.205-141.271zM375.958 433.044c0-36.181 26.349-49.044 48.908-49.044s48.909 12.863 48.909 49.044c0 30.663-18.285 49.006-48.909 49.006s-48.908-18.343-48.908-49.006z"],"tags":["ico_personalMeeting"]},"attrs":[{},{}],"properties":{"code":60372,"id":677,"name":"personal-meeting","order":626,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.987 116.14c-218.675 0-395.946 177.271-395.946 395.947s177.271 395.945 395.946 395.945c218.673 0 395.948-177.27 395.948-395.945s-177.275-395.947-395.948-395.947zM54.6 512.087c0-252.608 204.779-457.387 457.386-457.387 252.609 0 457.388 204.779 457.388 457.387 0 252.605-204.78 457.385-457.388 457.385-252.607 0-457.386-204.78-457.386-457.385z","M54.6 512.020c0-16.967 13.754-30.721 30.72-30.721h853.335c16.963 0 30.72 13.754 30.72 30.721 0 16.968-13.757 30.72-30.72 30.72h-853.335c-16.966 0-30.72-13.752-30.72-30.72z","M511.987 54.7c8.63 0 16.863 3.63 22.68 10.002 111.744 122.334 175.247 281.093 178.698 446.745 0.010 0.426 0.010 0.855 0 1.28-3.451 165.652-66.954 324.408-178.698 446.746-5.816 6.369-14.049 9.999-22.68 9.999s-16.862-3.63-22.682-9.999c-111.743-122.337-175.247-281.093-178.698-446.746-0.009-0.425-0.009-0.854 0-1.28 3.451-165.652 66.954-324.411 178.698-446.745 5.82-6.372 14.052-10.002 22.682-10.002zM372.047 512.087c3.037 138.936 52.49 272.512 139.94 379.684 87.448-107.172 136.902-240.748 139.938-379.684-3.036-138.937-52.49-272.512-139.938-379.682-87.45 107.17-136.903 240.745-139.94 379.682z"],"tags":["globe"]},"attrs":[{},{},{}],"properties":{"code":60377,"id":676,"name":"globe","order":627,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":41},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M467.2 336c0-97.202 80.231-176 179.2-176s179.2 78.798 179.2 176v352h134.4l-179.2 176-179.2-176h134.4v-352c0-48.601-40.115-88-89.6-88s-89.6 39.399-89.6 88v352c0 97.202-80.231 176-179.2 176s-179.2-78.798-179.2-176v-352h-134.4l179.2-176 179.2 176h-134.4v352c0 48.601 40.115 88 89.6 88s89.6-39.399 89.6-88v-352z"],"tags":["swap"]},"attrs":[{}],"properties":{"code":60378,"id":675,"name":"swap","order":628,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":42},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 288c0-53.019 42.981-96 96-96h704c53.021 0 96 42.981 96 96v448c0 53.021-42.979 96-96 96h-704c-53.019 0-96-42.979-96-96v-448zM160 256c-17.673 0-32 14.327-32 32v448c0 17.674 14.327 32 32 32h704c17.674 0 32-14.326 32-32v-448c0-17.673-14.326-32-32-32h-704z","M96 384h832v128h-832v-128z","M192 672c0-17.674 14.327-32 32-32h192c17.674 0 32 14.326 32 32s-14.326 32-32 32h-192c-17.673 0-32-14.326-32-32z"],"tags":["payment_method"]},"attrs":[{},{},{}],"properties":{"code":60370,"id":669,"name":"payment-method","order":629,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":43},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M418.454 64.094c17.622 1.356 30.806 16.739 29.453 34.36l-64 832c-1.357 17.622-16.739 30.806-34.362 29.453-17.622-1.357-30.807-16.739-29.453-34.362l64-832c1.357-17.621 16.739-30.807 34.362-29.452z","M674.454 64.094c17.622 1.356 30.806 16.739 29.453 34.36l-64 832c-1.357 17.622-16.739 30.806-34.362 29.453-17.622-1.357-30.806-16.739-29.453-34.362l64-832c1.357-17.621 16.739-30.807 34.362-29.452z","M64 640c0-17.674 14.327-32 32-32h768c17.674 0 32 14.326 32 32s-14.326 32-32 32h-768c-17.673 0-32-14.326-32-32z","M128 384c0-17.674 14.327-32 32-32h768c17.674 0 32 14.326 32 32s-14.326 32-32 32h-768c-17.673 0-32-14.326-32-32z"],"tags":["additional_numbers"]},"attrs":[{},{},{},{}],"properties":{"code":60381,"id":681,"name":"additional-numbers","order":630,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":44},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M469.066 81.69c27.027-13.514 58.842-13.514 85.869 0l355.376 177.691c10.842 5.42 17.69 16.501 17.69 28.622s-6.848 23.201-17.69 28.621l-355.379 177.686c-27.024 13.514-58.838 13.514-85.862 0l-355.38-177.686c-10.841-5.42-17.689-16.501-17.689-28.621s6.848-23.201 17.689-28.622l355.377-177.691zM526.31 138.933c-9.008-4.505-19.613-4.505-28.621 0l-298.135 149.069 298.135 149.067c9.008 4.502 19.613 4.502 28.621 0l298.134-149.067-298.134-149.069z","M359.722 425.411l-166.591 93.974 303.148 171.005c9.757 5.507 21.686 5.507 31.443 0l303.149-171.005-166.592-93.974 31.443-55.744 216 121.85c10.058 5.67 16.278 16.323 16.278 27.869 0 11.549-6.221 22.198-16.278 27.872l-352.554 198.877c-29.277 16.515-65.059 16.515-94.336 0l-352.554-198.877c-10.057-5.674-16.278-16.323-16.278-27.872 0-11.546 6.22-22.198 16.277-27.869l216.001-121.85 31.443 55.744z","M198.127 731.078l136.475-69.987-29.204-56.95-192 98.464c-10.681 5.478-17.398 16.47-17.398 28.474s6.717 22.998 17.398 28.474l354.797 181.946c27.501 14.102 60.109 14.102 87.61 0l354.797-181.946c10.682-5.475 17.398-16.47 17.398-28.474s-6.717-22.995-17.398-28.474l-192-98.464-29.203 56.95 136.474 69.987-299.27 153.472c-9.168 4.701-20.035 4.701-29.203 0l-299.272-153.472z"],"tags":["bundle"]},"attrs":[{},{},{}],"properties":{"code":60374,"id":673,"name":"bundle","order":631,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":45},{"icon":{"attrs":[{},{},{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 896c-17.673 0-32-14.326-32-32s14.327-32 32-32c17.674 0 32 14.326 32 32s-14.326 32-32 32zM320 960c53.021 0 96-42.979 96-96s-42.979-96-96-96c-53.019 0-96 42.979-96 96s42.981 96 96 96z","M934.941 224.762c17.254 3.834 28.131 20.928 24.298 38.18l-64 287.999c-3.834 17.254-20.928 28.131-38.179 24.298-17.254-3.834-28.131-20.928-24.298-38.179l64-288.001c3.834-17.252 20.928-28.13 38.179-24.296z","M64 96c0-17.673 14.327-32 32-32h64c15.643 0 28.993 11.309 31.564 26.739l91.544 549.261h580.892c17.674 0 32 14.326 32 32s-14.326 32-32 32h-608c-15.643 0-28.993-11.309-31.564-26.739l-91.544-549.261h-36.892c-17.673 0-32-14.327-32-32z","M768 896c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.674 0 32 14.326 32 32s-14.326 32-32 32zM768 960c53.021 0 96-42.979 96-96s-42.979-96-96-96c-53.021 0-96 42.979-96 96s42.979 96 96 96z","M160 256c0-17.673 14.327-32 32-32h736c17.674 0 32 14.327 32 32s-14.326 32-32 32h-736c-17.673 0-32-14.327-32-32z","M224 544c0-17.674 14.327-32 32-32h608c17.674 0 32 14.326 32 32s-14.326 32-32 32h-608c-17.673 0-32-14.326-32-32z"],"tags":["purchase_cart"]},"attrs":[{},{},{},{},{},{}],"properties":{"code":60373,"id":674,"name":"purchase-cart","order":632,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":46},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 128c0-53.019 42.981-96 96-96h128c53.021 0 96 42.981 96 96v32h416c53.021 0 96 42.981 96 96v576c0 53.021-42.979 96-96 96h-421.462c-13.178 37.286-48.739 64-90.538 64h-128c-41.799 0-77.359-26.714-90.537-64h-37.463c-53.019 0-96-42.979-96-96v-576c0-53.020 42.981-96 96-96h32v-32zM160 224h-32c-17.673 0-32 14.327-32 32v576c0 17.674 14.327 32 32 32h32v-640zM480 864h416c17.674 0 32-14.326 32-32v-576c0-17.673-14.326-32-32-32h-416v640zM256 96c-17.673 0-32 14.327-32 32v768c0 17.674 14.327 32 32 32h128c17.674 0 32-14.326 32-32v-768c0-17.673-14.326-32-32-32h-128zM544 352c0-17.674 14.326-32 32-32h256c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32zM544 480c0-17.674 14.326-32 32-32h256c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32zM544 608c0-17.674 14.326-32 32-32h256c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32zM640 736c0-17.674 14.326-32 32-32h64c17.674 0 32 14.326 32 32s-14.326 32-32 32h-64c-17.674 0-32-14.326-32-32z"],"tags":["device"]},"attrs":[{}],"properties":{"code":60375,"id":672,"name":"device","order":633,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":47},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 32c17.674 0 32 14.327 32 32l-0.032 96.256 383.898 0.017c50.81 0 92.4 39.473 95.779 89.427l0.221 6.573v396.382c0 18.922-5.59 37.421-16.070 53.174l-49.363 74.138-21.952 131.814c-7.395 44.362-44.486 77.37-88.867 80.042l-5.827 0.176h-339.568c-46.929 0-86.979-33.93-94.695-80.218l-21.985-131.814-49.144-74.237c-9.105-13.754-14.492-29.584-15.697-45.955l-0.259-7.046v-396.457c0-53.019 42.981-96 96-96l63.563-0.011v-96.263c0-17.673 14.326-31.999 32-31.999zM767.866 224.275h-511.428c-17.673 0-32 14.327-32 32v396.458c0 6.285 1.849 12.429 5.319 17.667l56.689 85.619 24.207 145.245c2.572 15.427 15.924 26.739 31.565 26.739h339.568c15.642 0 28.992-11.312 31.565-26.739l24.214-145.28 56.947-85.6c3.491-5.251 5.357-11.418 5.357-17.725v-396.383c0-17.674-14.326-32-32-32l-0.003-0.002zM576 768c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128zM640 640c17.674 0 32 14.326 32 32s-14.326 32-32 32h-256c-17.674 0-32-14.326-32-32s14.326-32 32-32h256zM661.334 330.666c17.674 0 32 14.33 32 32v138.669c0 17.674-14.326 32-32 32h-298.669c-17.674 0-32-14.326-32-32v-138.669c0-17.67 14.326-32 32-32h298.669zM629.334 394.666h-234.669v74.669h234.669v-74.669z"],"tags":["push_to_talk"]},"attrs":[{}],"properties":{"code":60376,"id":671,"name":"push-to-talk","order":634,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":48},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 256c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM736 96c-88.366 0-160 71.634-160 160s71.634 160 160 160v0c88.366 0 160-71.634 160-160s-71.634-160-160-160v0zM192 224c0-17.673 14.327-32 32-32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224c-53.019 0-96 42.981-96 96v0 416c0 53.019 42.981 96 96 96v0h64v160c-0 0.001-0 0.001-0 0.002 0 17.673 14.327 32 32 32 7.961 0 15.243-2.907 20.842-7.718l-0.042 0.036 215.040-184.32h212.16c53.019 0 96-42.981 96-96v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673-14.327 32-32 32v0h-224c-0.001-0-0.002-0-0.002-0-7.96 0-15.241 2.906-20.84 7.716l0.043-0.036-171.2 146.784v-122.464c0-17.673-14.327-32-32-32v0h-96c-17.673 0-32-14.327-32-32v0-416z"],"tags":["mark-as-read_border"]},"attrs":[{}],"properties":{"code":60369,"id":666,"name":"mark-as-read_border","order":635,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":49},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M826.019 202.354l-62.851-147.139c-5.178-12.125-21.978-13.133-28.57-1.715l-30.874 53.477c-58.122-27.562-123.123-42.982-191.725-42.982-247.424 0-448 200.577-448 448.001s200.576 448 448 448c247.424 0 448-200.576 448-448 0-24.218-1.92-47.984-5.619-71.158-2.326-14.576-15.213-24.842-29.974-24.842-20.518 0-35.488 19.386-32.506 39.686 2.701 18.381 4.099 37.184 4.099 56.314 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.078 171.923-384.001 384-384.001 56.944 0 110.992 12.395 159.594 34.633l-32.995 57.149c-6.592 11.418 2.682 25.462 15.77 23.885l158.851-19.138c10.592-1.276 16.992-12.361 12.8-22.17zM694.627 393.37c12.496 12.496 12.496 32.758 0 45.254l-246.627 246.627-118.627-118.627c-12.497-12.496-12.497-32.758 0-45.254s32.758-12.496 45.254 0l73.373 73.373 201.373-201.373c12.496-12.496 32.758-12.496 45.254 0z"],"tags":["update"]},"attrs":[{}],"properties":{"code":60365,"id":665,"name":"update","order":636,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":50},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 576c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM320 640c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128zM671.174 194.441c132.638 60.495 224.826 194.261 224.826 349.559 0 114.715-50.302 217.681-130.052 288.045l162.052-0.045v64h-288v-288h64l0.035 191.997c77.704-58.383 127.965-151.32 127.965-255.997 0-129.782-77.26-241.518-188.295-291.726l27.468-57.833zM320 64c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM320 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["conversion"]},"attrs":[{}],"properties":{"code":60366,"id":664,"name":"conversion","order":637,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":51},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M384 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 128h-256v256h256v-256zM896 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM896 128h-256v256h256v-256zM384 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 640h-256v256h256v-256zM896 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM896 640h-256v256h256v-256z"],"tags":["category"]},"attrs":[{}],"properties":{"code":60367,"id":663,"name":"category","order":638,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":52},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M525.024 130.846c32.878 0 59.799 25.632 62.174 58.189l0.189 4.667 0.038 162.554 31.144-0.038c223.924 0 405.432 182.945 405.432 408.624v94.304c0 37.454-53.351 43.498-61.608 6.963-24.96-110.831-121.633-191.936-235.085-195.417l-8.219-0.115h-131.663l-0.038 162.554c0 16.642-6.598 32.672-18.286 44.455-23.075 23.26-59.723 24.485-84.231 3.673l-0.038 0.077-3.959-3.673-317.242-319.753c-23.075-23.26-24.281-60.178-3.657-84.892l3.657-3.979 317.242-319.753c11.688-11.783 27.562-18.402 44.114-18.402l0.038-0.038zM386.613 138c10.934 11.898 11.085 30.3 0.415 42.389l-5.844 6.58-318.26 326.409 318.26 321.359 5.731 6.465c11.5 12.893 10.482 32.825-2.225 44.493-10.595 9.717-26.129 10.712-37.704 3.061l-4.147-3.29-323.802-326.945c-24.772-24.255-25.45-64.31-1.546-89.445l2.451-2.448 2.564-2.295 320.334-327.901c12.518-11.821 32.124-11.133 43.774 1.569v0zM518.803 202.578c-1.659 0-3.243 0.65-4.411 1.836l-302.16 304.565c-2.451 2.448-2.451 6.427 0 8.914l302.16 304.565c2.451 2.448 6.41 2.448 8.823 0 1.169-1.186 1.848-2.755 1.848-4.438l0.038-178.775c0-17.369 13.988-31.447 31.181-31.447l172.496 0.153c88.341 2.716 168.386 42.733 223.887 105.781l6.297 7.384-1.244-8.914c-23.678-155.745-150.439-277.287-307.891-291.595l0.038-1.416-93.581-0.038c-15.987 0-29.183-12.127-30.955-27.775l-0.226-3.673-0.038-178.814c0-3.443-2.79-6.274-6.221-6.274l-0.038-0.038z"],"tags":["thread_reply_snackbar"]},"attrs":[{}],"properties":{"code":60368,"id":662,"name":"thread-reply-snackbar","order":639,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":53},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M338.624 76.992c3.916 5.248 6.271 11.862 6.271 19.026 0 10.517-5.073 19.848-12.906 25.681l-0.085 0.061-216.896 160c-5.245 3.906-11.853 6.254-19.008 6.254-17.681 0-32.014-14.333-32.014-32.014 0-10.525 5.079-19.864 12.921-25.699l0.085-0.061 216.896-160c5.245-3.91 11.854-6.259 19.011-6.259 10.526 0 19.864 5.082 25.696 12.926l0.061 0.085zM685.344 76.992c5.894-7.917 15.225-12.991 25.742-12.991 7.164 0 13.778 2.354 19.111 6.331l-0.085-0.060 216.896 160c7.919 5.894 12.993 15.226 12.993 25.744 0 17.674-14.327 32.001-32.001 32.001-7.156 0-13.763-2.349-19.093-6.317l0.085 0.061-216.864-160c-7.941-5.892-13.032-15.238-13.032-25.772 0-7.151 2.345-13.753 6.309-19.081l-0.061 0.085zM896 576c0 212.064-171.936 384-384 384s-384-171.936-384-384 171.936-384 384-384 384 171.936 384 384zM544 352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 35.346 28.654 64 64 64v0h144c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-144v-192z"],"tags":["reminder_filled"]},"attrs":[{}],"properties":{"code":60364,"id":661,"name":"reminder","order":640,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":54},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M331.872 121.76l-216.864 160 0.085-0.061c-5.331 3.967-11.938 6.314-19.093 6.314-17.681 0-32.014-14.333-32.014-32.014 0-10.525 5.079-19.864 13.006-25.76l216.896-160-0.085 0.061c5.327-3.961 11.929-6.305 19.077-6.305 17.675 0 32.004 14.329 32.004 32.004 0 10.527-5.082 19.866-13.012 25.76zM730.112 70.24l216.896 160 0.085 0.061c7.841 5.835 12.921 15.174 12.921 25.699 0 17.681-14.333 32.014-32.014 32.014-7.155 0-13.763-2.348-19.008-6.254l-216.864-160-0.085-0.061c-7.845-5.833-12.927-15.173-12.927-25.699 0-17.675 14.329-32.004 32.004-32.004 7.149 0 13.75 2.344 18.992 6.244zM544 352v192h144v0c17.673 0 32 14.327 32 32s-14.327 32-32 32h-144v0c-35.346 0-64-28.654-64-64v-192 0c0-17.673 14.327-32 32-32s32 14.327 32 32zM832 576c0-176.736-143.264-320-320-320s-320 143.264-320 320c0 176.736 143.264 320 320 320s320-143.264 320-320zM896 576c0 212.064-171.936 384-384 384s-384-171.936-384-384 171.936-384 384-384 384 171.936 384 384z"],"tags":["reminder_border"]},"attrs":[{}],"properties":{"code":60363,"id":660,"name":"reminder_border","order":641,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":55},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M295.698 384.020c26.94-15.192 61.094-5.668 76.286 21.272l7.532 13.234 9.381 15.993 4.961 8.069 5.958 9.129c1.122 1.675 2.307 3.427 3.557 5.254l12.969 18.497c1.249 1.748 2.384 3.574 3.397 5.468 12.962 24.229 3.828 54.379-20.402 67.341l-13.128 7.042 1.48 3.852c3.042 6.931 8.58 15.715 16.762 26.023l4.312 5.279c12.832 15.293 24.555 25.907 34.79 32.014l3.327 1.852 9.523-11.425 3.471-3.519c20.095-18.431 51.327-17.082 69.757 3.013 5.586 6.090 10.703 11.487 15.336 16.182l8.618 8.45 3.818 3.517c1.055 0.947 2.19 1.945 3.406 2.992l8.256 6.884 10.167 8.066 12.74 9.752 4.743 4.136c20.597 20.087 22.726 52.949 4.13 75.592l-10.779 13.124c-30.101 36.65-80.303 49.883-124.558 32.831-52.92-20.39-104.604-61.081-155.403-121.636l-8.71-10.599c-39.603-49.226-64.611-95.182-74.708-138.225-11.483-48.955 8.773-99.878 50.746-127.569l14.931-9.85zM330.174 428.869c-2.17-3.849-7.049-5.209-10.898-3.039l-15.407 10.141c-25.183 16.615-37.337 47.168-30.447 76.541 8.881 37.862 33.238 80.988 73.46 128.937l8.611 10.050c43.025 49.138 85.547 81.566 127.275 97.644 24.944 9.611 53.241 2.153 70.207-18.505l10.779-13.124c2.804-3.414 2.31-8.456-1.105-11.26l-6.952-5.289-11.976-9.329-10.115-8.226-8.272-7.142c-4.31-3.87-9.045-8.417-14.22-13.65l-10.939-11.384-5.917-6.384c-0.512-0.558-1.379-0.595-1.937-0.083l-12.477 14.945c-10.922 13.104-28.953 17.838-44.903 11.792-20.918-7.929-41.633-24.778-62.947-50.179-20.598-24.548-32.392-45.89-34.691-65.56-1.901-16.323 6.372-32.15 20.864-39.902l18.529-9.913c0.854-0.457 1.177-1.52 0.719-2.375l-13.823-19.746-7.248-10.836-3.062-4.765-5.367-8.721-6.35-10.733zM640 232c72.967 0 133.926 51.415 148.624 119.992l11.376 0.008c17.673 0 32 14.327 32 32v32c0 17.673-14.327 32-32 32l-22.1 0.022c-24.163 51.957-76.824 87.978-137.9 87.978-13.255 0-24-10.745-24-24s10.745-24 24-24c57.438 0 104-46.562 104-104s-46.562-104-104-104c-55.457 0-100.776 43.407-103.835 98.098l-0.165 5.902v40.046c0 13.255-10.745 24-24 24l-0.488-0.046h-31.512c-17.673 0-32-14.327-32-32v-32c0-17.673 14.327-32 32-32l11.376-0.008c14.698-68.577 75.657-119.992 148.624-119.992zM640 304c44.183 0 80 35.817 80 80s-35.817 80-80 80-80-35.817-80-80 35.817-80 80-80z"],"tags":["avatar-delegated-lines"]},"attrs":[{}],"properties":{"code":60362,"id":659,"name":"avatar-delegated-lines","order":642,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":56},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M515.179 213.333c27.897 0 50.766 21.454 52.777 48.667l0.159 3.918 0.026 135.983 26.442-0.026c190.040 0 344.084 153.020 344.084 341.798v78.876c0 31.34-45.287 36.388-52.274 5.811-21.174-92.706-103.225-160.54-199.516-163.458l-6.961-0.105h-111.748l-0.026 135.957c0 13.935-5.585 27.318-15.51 37.177-19.586 19.456-50.686 20.482-71.49 3.076l-0.026 0.053-3.361-3.076-269.232-267.444c-19.586-19.456-20.619-50.349-3.097-71.015l3.097-3.339 269.232-267.444c9.925-9.86 23.398-15.407 37.426-15.407zM397.696 219.331c9.273 9.953 9.421 25.337 0.342 35.467l-4.945 5.518-270.119 273.017 270.119 268.795 4.872 5.394c9.754 10.799 8.907 27.461-1.892 37.215-8.989 8.119-22.164 8.955-32.013 2.548l-3.523-2.742-274.828-273.472c-21.025-20.301-21.613-53.802-1.312-74.828l2.075-2.034 2.183-1.917 271.882-274.277c10.624-9.898 27.261-9.308 37.158 1.316zM509.885 273.358c-1.403 0-2.753 0.552-3.732 1.551l-256.448 254.745c-2.065 2.051-2.065 5.39 0 7.441l256.448 254.745c2.065 2.051 5.426 2.051 7.49 0 1.006-0.999 1.562-2.314 1.562-3.707l0.026-149.55c0-14.513 11.858-26.292 26.468-26.292l146.394 0.131c74.984 2.261 142.901 35.731 190.014 88.473l5.347 6.179-1.059-7.467c-20.089-130.278-127.682-231.949-261.318-243.912l0.026-1.183-79.43-0.026c-13.578 0-24.774-10.149-26.283-23.216l-0.185-3.076-0.026-149.576c0-2.892-2.382-5.258-5.294-5.258z"],"tags":["thread-reply"]},"attrs":[{}],"properties":{"code":60361,"id":658,"name":"thread-reply","order":643,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":57},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512.037 256c-229.659 0-256.037 26.312-256.037 256s26.379 256 256.037 256c226.76 0 255.488-27.452 255.963-244.975v-22.050c-0.44-217.523-29.202-244.975-255.963-244.975z"],"tags":["stop_sp"]},"attrs":[{}],"properties":{"code":60357,"id":657,"name":"stop_sp","order":644,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":58},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 69.12c-462.746 0-512 41.626-512 442.88 0 401.306 47.36 442.88 512 442.88s512-41.574 512-442.88c0-401.254-49.254-442.88-512-442.88zM512 878.080c-433.92 0-433.92-20.48-433.92-366.080s0-366.080 433.92-366.080c433.92 0 433.92 20.48 433.92 366.080s0 366.080-433.92 366.080v0zM256 512c0 80.026 0 80.026 81.254 80.026 81.306 0 78.746-3.89 78.746-24.37h64c0 88.37-72.96 88.37-142.746 88.37-123.494 0-145.254-21.76-145.254-144.026 0-122.214 21.76-143.974 145.254-143.974 69.786 0 142.746 0 142.746 87.654h-64c0-19.814 0-23.654-78.746-23.654-78.694 0-81.254 0-81.254 79.974v0zM608 512c0 80.026 0 80.026 81.254 80.026 81.306 0 78.746-3.226 78.746-24.37h64c0 88.37-69.12 88.37-142.746 88.37-123.494 0-145.254-21.76-145.254-144.026 0-122.214 21.76-143.974 145.254-143.974 73.626 0 142.746 0 142.746 87.654h-64c0-20.48 0-23.654-78.746-23.654-78.694 0-81.254 0-81.254 79.974v0z"],"tags":["cc_l_sp"]},"attrs":[{}],"properties":{"code":60358,"id":656,"name":"cc_l_sp","order":645,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":59},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 921.6v-819.2l76.8-0v819.2h-76.8zM76.8 550.4l622.72-0-263.040 263.040 53.76 56.96 354.56-358.4-358.4-358.4-53.76 54.4 266.88 265.6-622.72 0v76.8z"],"tags":["hide_sp"]},"attrs":[{}],"properties":{"code":60359,"id":655,"name":"hide_sp","order":646,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":60},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.336 75.3c21.692 10.186 38.502 26.166 50.458 47.988 11.708 23.302 25.11 47.464 40.214 72.48 15.14 25.074 33.134 52.68 54.26 83.218 13.244 20.026 18.514 41.812 15.546 64.556-2.92 22.354-12.908 42.314-31.262 60.794-5.244 4.46-10.666 8.612-16.266 12.458-5 3.43-10.536 6.798-16.614 10.12-2.14 1.686-4.458 3.158-6.99 4.39l-5.464 2.654-5.698 3.14-1.43 0.69c-1.702 0.71-3.238 1.43-4.606 2.154 0.51 2.532 1.378 5.594 2.666 9.284l3.146 8.254c3.962 10.596 10.378 22.94 19.27 36.926 9.112 14.33 20.77 30.010 34.866 46.876 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.086 19.718 34.172 25.324 3.882 2.158 7.236 3.86 9.97 5.096l6.98-7.64 2.57-2.53 2.72-3.414 8.142-8.406 8.718-8.488 1.554-1.432c5.486-5.002 11.59-9.778 19.75-15.266 21.048-12.424 44.524-17.66 69.422-15.46 25.692 2.27 47.476 12.466 62.892 28.946 19.18 18.098 39.070 36.2 59.672 54.308l14.684 12.77 30.288 25.726 36.12 30.014c18.746 15.418 31.224 34.33 37.034 56.218 5.244 19.75 4.322 38.908-2.366 55.772l-2.778 6.212c-6.176 15.342-18.084 33.404-35.756 54.804-15.232 18.444-29.168 32.908-41.432 42.988l-5.152 4.050c-14.068 11.626-30.304 20.376-48.516 26.162-17.8 5.658-37.336 8.44-58.512 8.44-34.336 0-70.15-6.72-107.376-19.99-36.328-12.948-73.28-31.496-110.904-55.588-32.65-20.906-65.176-45.796-97.396-74.472l-13.79-12.52c-37.388-33.506-74.114-71.476-110.332-114.070-47.756-57.182-86.862-113.64-117.248-169.312-30.546-55.392-52.088-107.318-64.566-155.84-12.702-49.396-15.764-94.016-8.986-133.532 6.516-41.806 24.62-75.7 54.496-100.784 13.86-11.55 33.302-23.286 58.502-35.534 25.71-12.496 46.978-20.17 64.574-22.908 23.514-3.686 46.56-0.326 68.244 9.85zM254.91 128.7c-10.048 1.554-25.578 7.088-46.426 17.22-21.152 10.28-36.3 19.468-45.324 26.986-17.522 14.712-28.182 34.492-32.57 62.59-5.126 29.89-2.718 65.52 7.89 106.772 11.028 42.886 30.504 89.876 58.76 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.448 69.116 76.344 105.062 108.572 34.098 31.576 68.276 58.322 102.214 80.054 33.754 21.614 66.38 37.972 97.882 49.202 30.692 10.942 59.288 16.274 85.888 16.274 14.908 0 27.914-1.87 39.13-5.434 8.754-2.782 16.436-6.6 24.584-12.558l4.956-3.842c8.784-6.576 21.126-19.044 35.594-36.558 12.51-15.15 20.564-27.020 24.466-35.098l3.38-7.544c2.042-4.090 2.504-9.58 0.542-16.976-2.298-8.654-7.222-16.128-15.87-23.24l-41.448-34.49-26.134-22.242-15.068-13.104c-14.11-12.4-27.9-24.804-41.372-37.212l-19.972-18.616-2.816-2.828c-4.418-4.722-11.526-8.008-21.788-8.914-9.708-0.858-18.356 0.566-26.458 4.302l-3.812 2.004-1.572 1.114c-2.318 1.654-4.284 3.168-6.056 4.648l-2.534 2.212-5.12 4.872-7.28 7.38-1.154 1.51-2.896 3.33-5.076 5.192-5.038 5.514c-18.684 20.432-48.39 26.532-73.616 15.116-4.534-2.052-9.436-4.552-14.674-7.462-14.73-8.186-29.9-19.414-45.702-33.52-15.478-13.816-31.69-30.792-49-51.228-15.758-18.854-29.048-36.726-39.764-53.578-9.214-14.49-16.614-28.154-22.128-41.138l-2.338-5.844c-4.46-10.874-7.55-20.236-9.354-29.214-5.584-27.774 7.758-55.912 32.792-69.17l8.008-3.846 5.71-3.142 3.558-1.738 1.596-1.146 4.582-2.76c4.276-2.336 7.972-4.586 11.084-6.724l5.586-4.054 3.262-2.66 1.578-1.662c5.108-5.854 7.904-11.16 9.234-16.896l0.63-3.5c0.944-7.234-0.588-13.588-4.718-19.858-21.806-31.522-40.522-60.23-56.412-86.546-15.924-26.372-30.132-51.98-41.556-74.808-4.712-8.6-10.334-14.532-17.698-18.8l-3.834-2c-10.202-4.788-20.332-6.254-31.216-4.546zM788.288 31.552l10.264 0.153c23.541 0.714 44.216 3.927 62.024 9.639 20.352 6.528 37.152 15.648 50.4 27.36s23.040 25.728 29.376 42.048c6.336 16.32 9.504 34.176 9.504 53.568 0 20.16-3.36 38.64-10.080 55.44s-16.8 31.248-30.24 43.344c-13.44 12.096-30.24 21.504-50.4 28.224s-43.776 10.080-70.848 10.080v0h-58.176v146.592h-77.472v-416.448h135.648zM788.288 91.456h-58.176v149.472h58.176c14.208 0 26.592-1.776 37.152-5.328s19.296-8.64 26.208-15.264c6.912-6.624 12.096-14.688 15.552-24.192s5.184-20.112 5.184-31.824c0-11.136-1.728-21.216-5.184-30.24s-8.64-16.704-15.552-23.040c-6.912-6.336-15.648-11.184-26.208-14.544s-22.944-5.040-37.152-5.040v0z"],"tags":["parked-call_border"]},"attrs":[{}],"properties":{"code":60360,"id":654,"name":"parked-call_border","order":647,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":61},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M431.501 265.293c30.954-32.252 74.068-52.283 121.734-52.283 63.371 0 118.658 35.343 148.094 87.823 25.602-11.445 53.921-17.814 83.717-17.814 114.297 0 206.954 93.489 206.954 208.8 0 115.308-92.656 208.795-206.954 208.795-13.953 0-27.588-1.401-40.768-4.066-25.93 46.252-75.337 77.498-132.043 77.498-23.752 0-46.206-5.468-66.188-15.231-26.291 61.851-87.524 105.186-158.901 105.186-74.332 0-137.663-47.008-161.979-112.979-10.626 2.242-21.639 3.421-32.928 3.421-88.505 0-160.24-72.48-160.24-161.902 0-59.942 32.24-112.28 80.126-140.273-9.866-22.692-15.347-47.71-15.347-74.051 0-102.855 83.495-186.215 186.462-186.215 60.459 0 114.186 28.753 148.26 73.293z"],"tags":["Salesforce"]},"attrs":[{}],"properties":{"code":60337,"id":652,"name":"salesforce","order":648,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":62},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512.032 64.085c246.975 0 447.868 200.894 447.868 447.852 0 247.024-200.893 447.979-447.868 447.979-246.989 0-447.93-200.955-447.93-447.979 0-246.956 200.941-447.852 447.93-447.852zM512.032 154.776c-197.283 0-357.226 159.895-357.226 357.161 0 197.33 159.943 357.288 357.226 357.288 197.267 0 357.177-159.957 357.177-357.288 0-197.266-159.91-357.161-357.177-357.161zM481.649 577.016c15.777 7.412 33.132 8.601 49.002 4.317v0l99.995 173.216-113.755 65.672-87.827-152.14zM440.509 518.195c1.486 16.574 8.71 32.396 20.783 44.498v0l-100.074 173.343-113.752-65.735 87.876-152.107zM781.458 530.544v131.312h-175.721l-52.599-91.096c8.351-5.847 15.592-13.446 21.047-22.89 3.191-5.568 5.521-11.383 7.128-17.326v0h200.145zM662.765 287.932l113.736 65.673-87.891 152.203h-105.106c-1.455-16.638-8.679-32.524-20.812-44.595v-0.001l100.073-173.28zM418.324 362.111l52.568 91.005c-8.38 5.846-15.667 13.509-21.093 22.922-3.235 5.596-5.535 11.444-7.128 17.419v0h-200.051v1.125h-0.062v-132.47h175.767zM507.058 203.719l87.874 152.169-52.585 91.068c-15.743-7.383-33.084-8.601-48.971-4.381v0l-99.993-173.185 113.674-65.672z"],"tags":["Pivotal-tracker"]},"attrs":[{}],"properties":{"code":60338,"id":651,"name":"pivotal-tracker","order":649,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":63},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M551.991 65.28l53.168 0.088c35.714 0.086 58.767 22.791 58.855 58.301 0.159 69.192 0.058 138.411 0.013 207.6 0 3.631-0.405 7.288-0.709 12.428-65.17-37.718-131.676-43.321-199.283-12.021-50.536 23.403-85.552 62.426-104.18 115.038-37.133 104.903 19.658 220.113 125.839 256.087 110.173 37.282 234.806-24.011 265.7-149.906 3.166 2.642 107.676 105.28 156.833 154.001 26.702 26.449 26.655 58.157 0.077 84.608-24.233 24.1-48.532 48.141-72.893 72.123-27.090 26.624-59.187 26.741-86.075 0.32-24.373-23.952-85.594-83.795-85.594-83.795v0l0.008 1.465c0.003 0.478 0.006 1.068 0.010 1.761l0.029 5.346c0.074 14.015 0.215 42.953 0.264 69.676l-0.006 33.902c-0.011 3.235-0.025 6.231-0.044 8.924-0.219 34.059-23.316 57.171-57.258 57.373-36.281 0.174-72.574 0.145-108.852 0-34.639-0.146-57.927-23.084-58.347-57.924-0.094-7.786-0.149-18.36-0.178-30.020l-0.021-11.96c-0.002-2.033-0.004-4.080-0.005-6.133l-0.001-12.337c0.001-2.048 0.002-4.087 0.003-6.109l0.022-17.524c0.003-1.849 0.007-3.657 0.010-5.416l0.022-9.91c0.004-1.534 0.007-3.003 0.011-4.4l0.021-7.452c0.003-1.077 0.006-2.065 0.009-2.958l0.019-5.609c0 0-59.043 59.261-83.127 82.924-27.061 26.539-59.029 26.539-86.059 0.029-24.1-23.637-48.126-47.357-72.080-71.135-27.917-27.672-27.816-58.623-0.435-86.41 26.611-26.973 81.748-83.473 81.748-83.473s-0.479 0.001-1.381 0.002l-22.61 0.029c-1.588 0.002-3.233 0.003-4.927 0.005l-70.358 0.001c-1.878-0.003-3.722-0.006-5.524-0.009l-10.262-0.024c-3.218-0.010-6.214-0.021-8.932-0.033-37.788-0.204-59.536-22.097-59.666-59.871-0.101-34.175-0.131-68.38 0.015-102.554 0.159-36.846 22.093-58.854 59.158-59.085 3.984-0.026 8.625-0.047 13.729-0.063l10.764-0.028c1.877-0.004 3.792-0.007 5.736-0.010l70.287 0.007c1.614 0.002 3.171 0.004 4.663 0.006l16.656 0.025c0.668 0.001 1.236 0.002 1.696 0.003l1.409 0.003-17.664-17.653c-8.132-8.126-18.228-18.215-28.423-28.401l-13.017-13.003c-1.42-1.418-2.825-2.822-4.211-4.206l-21.642-21.607c-25.466-25.376-25.683-57.49-0.45-82.721 25.348-25.346 50.826-50.606 76.523-75.636 24.184-23.547 57.589-23.779 81.413 0.174 27.642 27.759 86.801 83.361 86.801 83.361v0l0.021-45.651c0.002-1.918 0.004-3.861 0.006-5.821l0.026-17.912c0.032-17.977 0.082-35.543 0.163-47.222 0.246-36.439 23.242-59.435 59.333-59.521 35.436-0.117 70.874-0.117 106.325 0zM552.592 429.843c45.626 0.204 82.198 36.527 82.241 81.707 0.043 45.409-36.222 81.471-82.052 81.616-46.559 0.144-83.026-35.972-82.839-82.052 0.177-45.093 37.152-81.444 82.65-81.271z"],"tags":["Crashlytics"]},"attrs":[{}],"properties":{"code":60339,"id":650,"name":"crashlytics","order":650,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":64},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M517.595 71.933l436.53 222.291v433.315l-435.415 224.528-1.115-0.034-2.302 0.034h-13.321l-432.097-224.528v-433.315l432.098-222.291h15.622zM555.32 299.46h-89.388l-137.686 344.558c-3.901 10.736-9.119 13.137-20.222 13.137v0h-10.437v66.285h51.547c32.626 0 43.71-7.768 54.146-34.643v0l28.709-74.054h156.608l28.708 74.054c10.435 26.875 22.172 34.643 54.816 34.643v0h50.878v-66.285h-10.436c-11.086 0-16.304-2.401-20.222-13.137v0l-137.021-344.558zM510.943 380.646c0 0 9.785 40.045 18.271 63.318v0l39.811 106.294h-117.45l39.795-106.294c8.484-23.273 18.271-63.318 18.271-63.318v0z"],"tags":["Airbrake"]},"attrs":[{}],"properties":{"code":60340,"id":649,"name":"airbrake","order":651,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":65},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M663.662 457.361l-43.34 87.429h-64.98l43.339-87.429h-65.010v-131.131h129.991v131.131zM490.329 457.361l-43.325 87.429h-64.994l43.325-87.429h-64.994v-131.131h129.991v131.131h-0.003zM512 64c-203.647 0-368.303 166.078-368.303 371.511s164.655 371.509 368.303 371.509h21.671v152.979c212.295-100.528 346.632-327.811 346.632-524.489 0-205.432-164.668-371.509-368.303-371.509v0z"],"tags":["Hangouts"]},"attrs":[{}],"properties":{"code":60341,"id":648,"name":"hangouts","order":652,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":66},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M951.974 437.647h-260.462l184.183-184.181c-14.503-20.322-30.624-39.368-48.209-56.985v0c-17.585-17.584-36.661-33.707-56.986-48.148l-184.148 184.152v-260.431c-24.12-4.076-48.862-6.224-74.133-6.224h-0.467c-25.257 0-49.997 2.148-74.118 6.224v260.433l-184.15-184.153c-20.322 14.441-39.383 30.564-56.953 48.179l-0.093 0.062c-17.568 17.555-33.658 36.599-48.13 56.892l184.182 184.18h-260.449c0 0-6.208 48.894-6.208 74.195v0.312c0 25.301 2.148 50.077 6.208 74.195h260.448l-184.182 184.181c28.96 40.615 64.533 76.218 105.179 105.162l184.15-184.183v260.462c24.103 4.045 48.831 6.164 74.055 6.193h0.621c25.208-0.029 49.984-2.148 74.041-6.193v-260.462l184.15 184.182c20.355-14.471 39.399-30.594 56.986-48.178l0.030-0.030c17.554-17.617 33.706-36.661 48.179-56.954l-184.183-184.179h260.462c4.045-24.089 6.164-48.8 6.193-74.041v-0.621c-0.029-25.242-2.148-49.952-6.193-74.042l-0.002 0.001zM623.543 512.188c0 33.175-6.102 64.888-17.117 94.206-29.318 11.048-61.062 17.117-94.236 17.148h-0.377c-33.144-0.030-64.903-6.099-94.206-17.148-11.047-29.286-17.131-61.032-17.148-94.206v-0.376c0.016-33.144 6.084-64.919 17.117-94.206 29.301-11.047 61.077-17.117 94.236-17.149h0.377c33.174 0.030 64.919 6.102 94.236 17.149 11.016 29.287 17.117 61.062 17.117 94.206v0.376z"],"tags":["Zapier"]},"attrs":[{}],"properties":{"code":60342,"id":647,"name":"zapier","order":653,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":67},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864.582 549.115c0 5.398-1.738 9.857-5.218 13.336-3.48 3.48-7.902 5.221-13.339 5.221h-278.353c-5.438 0-9.86-1.741-13.336-5.221-3.48-3.48-5.221-7.937-5.221-13.336v-371.14c0-5.437 1.741-9.858 5.221-13.337 3.478-3.48 7.936-5.22 13.336-5.22h278.353c5.438 0 9.86 1.738 13.339 5.22s5.218 7.902 5.218 13.337v371.14zM474.885 771.799c0 5.398-1.72 9.857-5.201 13.337-3.496 3.48-7.936 5.219-13.355 5.219h-278.354c-5.398 0-9.857-1.738-13.336-5.219-3.463-3.48-5.221-7.938-5.221-13.337v-593.823c0-5.437 1.741-9.858 5.221-13.337 3.48-3.48 7.937-5.22 13.336-5.22h278.354c5.419 0 9.858 1.738 13.355 5.22 3.481 3.48 5.201 7.901 5.201 13.337v593.823zM946.348 77.652c-7.32-7.359-16.018-11.019-26.096-11.019h-816.505c-10.057 0-18.757 3.66-26.094 11.019-7.341 7.357-11.020 16.056-11.020 26.096v816.504c0 10.040 3.68 18.739 11.020 26.094 7.356 7.359 16.057 11.020 26.094 11.020h816.505c10.079 0 18.776-3.66 26.096-11.020 7.321-7.355 11.020-16.056 11.020-26.094v-816.504c0-10.079-3.698-18.739-11.020-26.096z"],"tags":["Trello"]},"attrs":[{}],"properties":{"code":60345,"id":646,"name":"trello","order":654,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":68},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 64v896h896v-896h-896zM637.819 724.587c-30.989 24.792-76.855 37.809-132.017 37.809-69.415 0-136.354-21.073-172.301-41.527l18.593-115.901c42.148 24.791 106.605 44.005 145.654 44.005 31.607 0 48.96-11.775 48.96-32.228 0-21.073-17.972-34.707-71.896-53.923-83.67-30.369-135.114-66.317-135.114-150.61 0-46.484 16.736-84.91 48.963-111.562 30.99-25.411 74.377-39.046 126.44-39.046 73.756 0 127.057 20.454 153.089 32.849l-18.594 114.661c-32.849-16.115-80.574-34.087-127.058-34.087-25.412 0-39.666 9.915-39.666 27.269 0 20.453 24.791 33.472 70.037 50.205 84.911 30.37 137.593 66.319 137.593 152.47 0 52.062-17.975 92.348-52.682 119.618v-0.001z"],"tags":["Stripe"]},"attrs":[{}],"properties":{"code":60346,"id":645,"name":"stripe","order":655,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":69},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M941.595 657.293c-1.41-4.275-2.822-8.55-4.263-12.796-0.72-0.358-1.441-0.716-2.13-1.075-0.359-1.405-0.722-2.841-1.082-4.275-2.13-1.765-4.292-3.529-6.422-5.321-1.051-1.406-2.13-2.841-3.211-4.247-1.441-0.357-2.852-0.716-4.265-1.075-0.359-0.717-0.719-1.435-1.080-2.122h-2.159v-1.077h-2.102v-1.076h-3.242c-0.359-0.688-0.719-1.405-1.079-2.122-1.050 0.36-2.1 0.717-3.18 1.076-0.362-1.076-0.722-2.153-1.082-3.198-0.72-0.358-1.441-0.718-2.13-1.076-0.362-3.198-0.72-6.398-1.079-9.597h-1.052v-2.124h-1.080v-3.198h-1.079v-3.199h-1.080v-3.199h-1.052v-2.123h-1.079v-2.152h-1.051v-2.122h-1.080v-3.198h-1.079c0.66-2.362 0.901-2.69 2.161-4.275h1.051c0.359-1.047 0.719-2.124 1.079-3.201 0.691-0.327 1.413-0.688 2.134-1.046v-2.153c0.719-0.328 1.44-0.688 2.161-1.045v-2.122c0.721-0.36 1.412-0.719 2.133-1.077v-3.198h1.050v-2.125c0.722-0.357 1.441-0.715 2.162-1.073v-5.323h1.080c1.38-4.663-0.121-14.019-1.080-17.068v-4.248h-1.082v-2.151h-1.080v-3.2h-1.050c-0.362-1.406-0.72-2.84-1.080-4.244-0.691-0.36-1.413-0.719-2.133-1.077v-2.124c-1.079-0.717-2.161-1.434-3.213-2.152v-2.124h-1.079c-1.051-1.405-2.133-2.839-3.212-4.275h-2.132c-1.050-1.405-2.13-2.84-3.212-4.245-1.441-0.358-2.852-0.718-4.262-1.076v-1.047h-2.161v-1.075c-2.133-0.719-4.263-1.435-6.424-2.123v-1.077c-2.13-0.358-4.263-0.716-6.422-1.075-2.491-2.841-4.982-5.682-7.504-8.521h-2.102c-1.44-1.765-2.879-3.558-4.32-5.321-1.412-0.358-2.822-0.719-4.264-1.077-0.719-1.075-1.44-2.122-2.13-3.198h-2.132c-0.362-0.719-0.721-1.406-1.079-2.122-2.344-1.557-4.534-2.602-7.504-3.201v-2.122c-4.744-0.657-4.684-2.72-9.605-3.199 0 0-0.18-4.156-1.079-2.153v1.077h-1.082v-2.122c-1.802-0.358-3.572-0.719-5.343-1.077-1.2-3.14 0.18-1.195-3.212-1.075v-2.122c-1.771-0.358-3.572-0.718-5.374-1.077 0-0.030 0.303-3.795-1.051-2.122-0.78 0.208 0.272 1.793-1.079 1.077-0.691-0.389-0.539-2.544-2.13-2.153v1.075h-1.082v-2.122c-3.781-0.418-5.193-1.528-8.553-2.153v-2.124h-3.212c-0.211-4.036-1.38-6.756-2.161-9.597-0.632-2.451 1.318-2.96 1.079-4.244h-1.079v-5.352h-1.052c-0.991-3.436 1.409-6.788 1.052-8.52h-1.052v-4.245h-1.051v-11.75h-1.080v-12.796h-1.080v-5.321h-1.080c-0.659-2.39 1.201-4.752 1.080-5.321h-1.080v-3.199h-1.051v-8.521h-1.079v-7.474h-1.050c-0.722-3.914-1.441-7.8-2.162-11.717h-1.079v-4.275h-1.051v-3.199h-1.080c-0.332-1.405-0.691-2.84-1.051-4.246h-1.081c-1.078-3.198-2.161-6.397-3.211-9.594-0.72-0.36-1.41-0.719-2.13-1.077l-2.162-6.398h-1.081c-1.859-2.361-3.54-3.826-4.262-7.444-3.421-0.926-3.782-2.748-6.423-4.275v-2.124c-1.443-0.358-2.852-0.716-4.264-1.074-0.719-2.124-1.44-4.278-2.161-6.4h-1.082v-2.122c-0.691-0.358-1.408-0.719-2.099-1.075-0.722-2.122-1.442-4.246-2.162-6.399-0.722-0.357-1.44-0.686-2.162-1.045v-2.153c-0.691-0.36-1.41-0.688-2.101-1.048v-2.151c-0.72-0.36-1.441-0.689-2.159-1.047v-2.153h-1.082c-1.92-2.332-3.512-3.855-4.263-7.442-3.003-0.748-4.081-1.944-5.342-4.275-1.199-1.198-0.481 0.027-1.079-2.122 1.98-1.616 5.104-6.22 6.422-8.522v-2.153c0.72-0.357 1.441-0.688 2.133-1.043 0.361-1.435 0.72-2.841 1.051-4.275 0.718-0.358 1.44-0.718 2.162-1.077 0.358-1.046 0.718-2.122 1.079-3.198h1.080v-2.124l2.101-2.124v-2.123h1.079v-2.152h1.081v-2.123h1.080v-2.122h1.081v-2.152h1.049v-2.123h1.050v-2.122h1.082v-2.153h1.080v-2.118h1.080v-3.199c0.691-0.358 1.412-0.717 2.133-1.075v-3.199h1.050v-2.122h1.082v-3.199h1.080c0.36-1.405 0.72-2.841 1.079-4.246h1.050c0.36-2.152 0.72-4.275 1.081-6.397h1.049v-3.199h1.080v-3.198h1.080v-2.153h1.082v-4.245h1.051c0.358-2.84 0.719-5.681 1.049-8.521l2.162-1.075c0.721-6.755 1.441-13.514 2.162-20.271h1.051v-4.245h1.050v-25.59h-1.050c-0.090-1.435 1.77-1.731 1.050-4.245h-1.050v-4.275h-1.051v-6.397h-1.079c-0.36-2.481-0.72-4.962-1.082-7.474h-1.080c-0.359-1.763-0.72-3.527-1.081-5.321h-1.048v-2.124h-1.051v-3.198h-1.082v-2.124l-2.162-1.075c-0.358-1.435-0.72-2.841-1.049-4.275-0.721-0.358-1.443-0.719-2.133-1.047-0.359-1.075-0.719-2.152-1.079-3.199h-1.080c-0.362-1.075-0.721-2.151-1.082-3.199h-2.13c-0.841-3.436-2.941-5.618-6.393-6.397v-2.153c-7.205-1.943-9.967-8.789-18.221-9.567v-2.152c-0.449 0.508-3.631 0.896-5.342 0-0.359-0.719-0.722-1.405-1.080-2.124h-4.292v-1.077h-4.262c-0.362-0.716-0.72-1.404-1.079-2.123-1.262 0.239-1.983 1.914-4.265 1.077v-1.076h-2.161v-1.075h-10.69v-1.047c-5.223-1.555-20.892 0-24.613 1.047-3.932-0.359-7.863-0.689-11.766-1.047v2.122c-2.161 0.36-4.292 0.719-6.424 1.077-0.12-0.029-0.42-1.555-2.161-1.077v1.077h-2.133v1.045c-2.312 0.749-3.182-1.403-4.292-1.045-0.359 0.688-0.72 1.405-1.082 2.123h-6.391v1.075h-2.134v1.048c-0.72-0.36-1.441-0.719-2.16-1.048-0.904 0.421 0.089 1.406-3.184 2.125-1.23-1.198 0-0.452-2.162-1.077v2.152c-2.852 0.329-5.703 0.688-8.584 1.048-0.331 0.715-0.691 1.434-1.050 2.153-1.051-0.36-2.13-0.719-3.212-1.077-0.359 0.716-0.72 1.404-1.080 2.122-3.543 0.717-7.145 1.435-10.688 2.122v2.153c-1.079-0.358-2.16-0.717-3.211-1.076v2.122c-3.212 0.719-6.423 1.435-9.634 2.153-0.362 0.719-0.722 1.405-1.079 2.122h-2.134v1.077c-1.77 0.358-3.571 0.717-5.341 1.047-0.359 0.716-0.721 1.435-1.081 2.151-0.691-0.358-1.409-0.715-2.13-1.075v2.124c-4.142 0.507-4.443 1.763-8.584 2.151v2.125c-2.46 0.715-4.982 1.403-7.475 2.122-0.36 0.718-0.691 1.435-1.051 2.153-1.44 0.327-2.882 0.688-4.32 1.046v1.075c-1.41 0.358-2.821 0.718-4.263 1.075-0.362 0.688-0.719 1.406-1.079 2.124-1.082 0.688-8.796 3.826-10.688 3.198v-1.075c-1.080-0.358-2.162-0.717-3.211-1.046v-1.076h-1.051v-2.124c-1.2-1.375-2.611-0.058-4.322-1.075-0.331-0.719-0.691-1.435-1.048-2.122-2.372-2.185-5.014-4.396-8.556-5.353v-2.122c-4.622-3.2-9.275-6.399-13.928-9.599v-2.122c-4.382-0.597-4.562-2.362-8.555-3.198 0 0-0.151-4.156-1.051-2.122-1.5 0.236 0.42 0.985-1.079 1.045v-2.122c-1.561-0.271-7.159-1.435-8.569-2.124-0.36-0.717-0.719-1.434-1.064-2.152-1.079 0.358-2.147 0.716-3.214 1.077-0.359-0.719-0.719-1.437-1.079-2.125h-1.065v1.048c-1.636-0.451-1.741-0.897-4.278-1.048v-2.153c-3.646 0.66-5.613 1.465-9.634 0v-1.047c-2.087-0.748-3.704-0.417-5.342-1.077v2.123c-4.292-0.358-8.569-0.716-12.847-1.045-2.52 0.688-4.713 1.944-8.568 2.123-1.202-3.14 0.18-1.195-3.198-1.077v2.153c-2.64 0.181-3.136 0.989-4.292 1.048-0.572-0.388-0.839-1.944-3.211-1.048-0.346 0.688-0.706 1.406-1.066 2.125-1.426-0.361-2.851-0.719-4.276-1.077v2.152c-4.278 0.688-8.57 1.404-12.848 2.124-0.358 0.716-0.705 1.404-1.065 2.122h-3.211v1.077c-2.147 0.357-4.279 0.715-6.422 1.043-0.359 0.719-0.722 1.435-1.065 2.153h-3.212v1.046c-2.67 1.286-5.237 1.884-8.57 2.153 0 0-0.148 4.125-1.065 2.122-1.485-0.27 0.436-1.016-1.065-1.075v2.153c-4.128 0.478-4.428 1.734-8.57 2.122v2.124c-1.426 0.358-2.849 0.715-4.276 1.075-0.362 0.717-0.722 1.435-1.065 2.122-1.427 0.358-2.868 0.717-4.292 1.077v1.075c-0.706-0.36-1.426-0.717-2.133-1.075v2.122h-2.146v1.075c-1.427 0.717-2.852 1.404-4.279 2.124v-1.046h-1.064v2.122c-4.831 1.344-4.863 4.665-10.701 5.321v2.124c-2.927 0.626-5.223 1.674-7.502 3.2-0.708 1.075-1.426 2.151-2.134 3.198-1.636 0.985-3.299-0.418-4.275 1.077v2.122c-8.78 2.332-12.833 12.046-21.418 13.871v2.124c-3.662 0.987-2.746 2.272-6.408 3.198v2.124c-3.303 0.956-4.006 2.57-6.423 4.275v1.075h-3.212c-1.561 5.74-6.935 6.278-9.637 10.644h-2.144c-1.202 4.393-3.227 4.094-6.422 6.397-3.919 4.275-7.852 8.521-11.767 12.796h-2.148c-2.851 3.199-5.703 6.397-8.553 9.596-1.786 1.405-3.573 2.841-5.358 4.275v2.122c-1.426 1.077-2.853 2.124-4.278 3.199-4.261 4.276-10.897 10.824-13.913 15.995h-2.13c-1.411 5.084-6.333 9.298-9.634 12.795-0.72 0.328-1.423 0.688-2.147 1.047v2.122c-2.491 2.153-4.996 4.275-7.488 6.398v2.152h-1.064c-1.532 1.855-2.493 2.571-3.214 5.322h-2.147c-0.705 2.749-2.609 5.65-4.276 7.473-0.72 0.331-1.426 0.688-2.147 1.047v2.153c-0.706 0.329-1.426 0.688-2.133 1.047v1.075c-1.078 0.718-2.144 1.406-3.212 2.124v2.124c-1.424 1.075-2.85 2.152-4.292 3.198v2.153c-0.705 0.358-1.423 0.688-2.13 1.046v2.153c-1.065 0.688-2.147 1.405-3.211 2.122v2.123c-1.065 0.718-2.148 1.435-3.212 2.152v2.123c-1.426 1.075-2.852 2.124-4.278 3.201v2.122c-0.72 0.358-1.424 0.715-2.147 1.075-0.36 1.077-0.705 2.122-1.065 3.199h-1.065v2.122c-0.72 0.358-1.441 0.719-2.147 1.075v2.124c-1.065 0.717-2.145 1.434-3.211 2.122v2.153c-0.722 0.358-1.426 0.686-2.148 1.047v2.151c-0.705 0.36-1.426 0.688-2.13 1.048v2.153h-1.082c-0.345 1.045-0.705 2.123-1.065 3.198-0.705 0.328-1.426 0.689-2.13 1.047v2.153c-1.079 0.688-2.144 1.403-3.211 2.122-0.361 1.406-0.722 2.841-1.082 4.244-0.705 0.36-1.426 0.719-2.13 1.077v2.124c-0.722 0.359-1.426 0.717-2.147 1.077v2.123c-0.706 0.357-1.426 0.715-2.147 1.075v2.123c-0.706 0.358-1.426 0.718-2.133 1.076-0.72 2.123-1.423 4.275-2.145 6.398h-1.066c-0.359 1.075-0.719 2.122-1.064 3.198-0.72 0.36-1.426 0.718-2.147 1.077v2.122c-0.72 0.36-1.426 0.718-2.147 1.077v2.124l-2.133 2.122v2.123h-1.079v2.153c-0.708 0.358-1.426 0.716-2.134 1.047v2.151l-2.143 2.124v2.122h-1.066v2.153c-0.72 0.358-1.426 0.688-2.147 1.046-0.362 1.435-0.706 2.84-1.065 4.275l-2.144 2.124v2.153h-1.066v2.122h-1.069v2.122h-1.079v2.123h-1.064v2.153h-1.066v2.123h-1.081v2.124h-1.064v2.151l-2.133 2.125v2.122c-0.719 0.358-1.44 0.719-2.144 1.077-0.361 2.122-0.722 4.275-1.065 6.397h-1.081c-0.705 2.122-1.426 4.275-2.13 6.397h-1.079v2.124h-1.065c-0.36 1.793-0.706 3.558-1.066 5.321h-1.080v2.153h-1.065c-0.705 3.199-1.423 6.397-2.147 9.596h-1.066c-0.36 1.405-0.705 2.841-1.064 4.245h-1.066c-0.359 2.481-0.722 4.993-1.080 7.474h-1.064v3.199h-1.066v2.122h-1.081c-0.345 2.482-0.705 4.993-1.066 7.474h-1.064v4.245c-0.722 0.359-1.427 0.717-2.148 1.077v5.322h-1.064v5.35h-1.066v6.37h-1.079v6.397h-1.064v3.198h-1.066v10.676c-0.945 3.076-2.431 22.18-1.082 26.634h1.082v8.522h1.066v3.198h1.064c-0.36 1.077-0.705 2.152-1.064 3.199 0.705 0.359 1.425 0.716 2.144 1.076 0.346 2.481 0.706 4.962 1.066 7.474h1.064c0.722 2.122 1.427 4.244 2.148 6.397h1.064v2.123h1.066c0.359 1.406 0.722 2.841 1.082 4.245 0.705 0.358 1.424 0.717 2.13 1.077v2.122c0.72 0.359 1.427 0.719 2.147 1.076v2.124h1.064c0.363 1.075 0.722 2.153 1.066 3.198 3.858 1.048 4.488 3.587 7.504 5.353v2.124c2.942 0.746 3.9 2.032 6.422 3.199v2.122c3.886 0.388 4.55 0.835 5.345 4.275 3.226 0.449 3.451 0.658 5.356 2.122v1.076h2.133c0.36 0.719 0.72 1.407 1.081 2.122h2.13c1.079 1.437 2.143 2.841 3.211 4.275h2.146c0.706 1.048 1.426 2.125 2.133 3.199h2.147c0.363 0.688 0.72 1.407 1.065 2.124 2.144 1.435 4.277 2.84 6.423 4.274-0.391 4.155-2.072 8.252-3.212 11.719v4.248h-1.066v2.151h-1.064v1.047h1.064v1.077h-1.064v6.397h-1.080v17.042c-0.346 4.633-0.705 9.235-1.065 13.871 0.72 0.358 1.426 0.716 2.147 1.077v8.517h1.064c0.706 3.917 1.426 7.804 2.133 11.72h1.079v4.275h1.066v2.122h1.065v3.199h1.079c0.359 2.122 0.706 4.275 1.065 6.397h1.066v2.124c0.719 0.358 1.426 0.717 2.144 1.076v3.198h1.065v2.123h1.082v2.124c0.705 0.358 1.426 0.717 2.13 1.076 0.72 2.122 1.426 4.275 2.146 6.397 0.706 0.36 1.426 0.719 2.13 1.077v2.124h1.081c1.56 1.972 2.595 3.408 3.211 6.397h2.133c1.44 5.682 6.856 9.327 10.701 12.795 0.361 0.688 0.72 1.406 1.079 2.124h2.13v2.122h1.081v1.075h2.13c1.079 1.435 2.147 2.841 3.212 4.275h2.147v2.122c3.228 0.479 3.423 0.659 5.345 2.124v1.075c1.422 0.359 2.865 0.719 4.292 1.075 0.705 1.047 1.426 2.124 2.13 3.199h2.144c0.362 0.688 0.708 1.407 1.065 2.123 0.722-0.359 1.426-0.716 2.147-1.074v2.122c3.333 0.717 4.773 1.853 8.555 2.153 1.202 3.14-0.165 1.163 3.212 1.046v2.152c2.493 0.358 4.996 0.688 7.489 1.046 0.359 0.719 0.722 1.434 1.082 2.153 1.065-0.358 2.13-0.719 3.211-1.076l1.065 2.122c1.064-0.358 2.133-0.688 3.212-1.046v1.046h2.13v1.076h7.504c7.128 2.122 16.42 1.795 23.534 1.077 0.674 2.362 0.901 2.631 2.144 4.244h1.065c0.361 1.435 0.72 2.84 1.082 4.275 0.705 0.359 1.426 0.717 2.13 1.074v2.125c0.719 0.357 1.426 0.715 2.144 1.075 0.362 1.405 0.708 2.839 1.065 4.245 1.067 0.719 2.148 1.435 3.212 2.122 0.361 1.077 0.722 2.153 1.065 3.199h1.081v2.153h1.064c1.575 1.944 2.582 3.409 3.211 6.398h2.147c0.749 2.928 2.461 5.472 4.277 7.444 0.706 0.358 1.427 0.718 2.133 1.077 0.359 1.076 0.72 2.122 1.079 3.198 1.064 0.718 2.13 1.406 3.212 2.122v2.124c1.426 1.077 2.85 2.152 4.277 3.199v2.153c1.426 1.047 2.853 2.122 4.276 3.199v2.122h2.147v2.123h1.069c1.784 2.152 3.57 4.275 5.356 6.397 0.706 0.36 1.426 0.718 2.133 1.076 1.485 1.975-0.481 1.556 2.144 3.201v2.122c4.457 1.225 5.763 4.665 8.556 7.474 3.211 2.841 6.422 5.681 9.634 8.518 1.065 1.437 2.143 2.84 3.211 4.276h2.148v1.046c2.715 2.272 4.697 5.38 8.553 6.397v2.153c1.065 0.33 2.147 0.688 3.212 1.046 1.065 1.435 2.147 2.841 3.211 4.275h2.148c1.065 1.405 2.13 2.841 3.197 4.246h2.144c0.722 1.077 1.427 2.152 2.148 3.199 1.064 0.358 2.13 0.716 3.212 1.076 0.345 0.716 0.705 1.434 1.065 2.122 1.948 1.794 4.547 3.587 7.488 4.275v2.124c1.426 0.358 2.853 0.717 4.278 1.076v2.122c4.983 0.719 4.968 3.259 9.634 4.276v2.122c7.339 1.047 9.799 7.026 17.123 8.521v2.153c2.387 0.329 2.822 0.058 4.278 1.045v1.077h2.146c0.362 0.716 0.706 1.435 1.066 2.124 3.211 1.074 6.422 2.152 9.634 3.199 0.361 0.716 0.72 1.434 1.066 2.152 3.211 1.046 6.423 2.124 9.633 3.199l1.069 2.122h2.144v1.077c1.787 0.328 3.573 0.686 5.358 1.045v2.122c3.212 0.718 6.408 1.437 9.62 2.153v2.123c4.636 1.077 9.275 2.124 13.91 3.201v2.122c1.079-0.36 2.148-0.688 3.214-1.046 0.359 0.686 0.719 1.404 1.079 2.124h3.212l1.064 1.075v1.046c1.065-0.358 2.13-0.688 3.211-1.046v2.122c1.068-0.36 2.133-0.717 3.214-1.076 0.346 0.716 0.705 1.434 1.064 2.153 4.278 0.688 8.57 1.403 12.832 2.122 0.362 0.719 0.721 1.405 1.080 2.122 1.079-0.358 2.161-0.716 3.211-1.046v1.046h2.133v1.075h4.292v1.077h6.424c0.331 0.688 0.688 1.405 1.049 2.122 1.141 0.361 1.922-1.852 4.292-1.075v1.075h2.134v1.077c1.77 0.538 1.98-1.046 2.158-1.077h1.082v1.077h3.183c0.358 0.686 0.72 1.405 1.079 2.122 2.162-0.358 4.261-0.716 6.422-1.076 0.359 0.718 0.721 1.437 1.082 2.152 1.080 0.33 2.13 0.688 3.183 1.048v-2.124c4.292 0.419 6.543 1.822 9.665 3.2v-2.124c3.182 0.33 6.422 0.688 9.604 1.048v2.122h4.292v-1.046c12.817 0.358 25.664 0.716 38.513 1.046 11.345 0 19.658-0.927 29.986 0v-2.122c3.81-0.031 5.791-0.569 8.552-1.048v2.125h1.080c-0.148-2.093 3.604-1.526 5.343-2.124v-1.075c4.412-1.404 11.615-0.239 14.978 0v-2.122c2.55-0.21 3.272-1.046 4.292-1.077 0.63 0.389 0.121 1.674 2.133 1.077v-1.077h2.13v-1.075c2.462-0.779 2.883 0.956 4.292 1.075 0.361-0.717 0.72-1.435 1.051-2.122h5.371v-1.077h5.344c0.359-0.716 0.719-1.435 1.078-2.122 2.133-0.357 4.293-0.717 6.426-1.076l1.049 1.076c0.36-0.717 0.722-1.434 1.082-2.153 4.262-0.686 8.584-1.404 12.847-2.122v-2.122c2.491-0.36 4.983-0.717 7.504-1.076 0.359-0.719 0.72-1.437 1.050-2.124h2.13v-1.076c1.080 0.358 2.162 0.716 3.242 1.076v-2.152c3.183-0.688 6.422-1.407 9.605-2.125 1.199-3.139-0.18-1.195 3.241-1.076v-2.122c7.265-1.703 10.775-7.174 19.24-7.444v-2.153c5.193-1.225 6.183-4.693 11.796-5.322v-2.122h4.262v-2.153c4.895-1.344 6.244-5.23 11.767-6.397v-2.122c4.502-0.809 4.832-3.021 7.504-5.321 0.721 0.359 1.441 0.717 2.133 1.047v-2.123h1.050c0.36-0.718 0.719-1.406 1.080-2.124h2.162v-1.077c2.882-1.762 2.040 0.959 3.18-3.198 3.663-0.988 2.763-2.271 6.424-3.199v-2.122c3.723-0.987 6.124-4.095 8.585-6.397 0.361-0.719 0.72-1.437 1.080-2.125h2.101c0.359-0.715 0.722-1.434 1.082-2.148h2.162c1.080-1.765 2.13-3.529 3.179-5.323h2.162c0.362-0.716 0.722-1.404 1.082-2.122 1.080-0.719 2.13-1.435 3.184-2.124v-2.152c0.718-0.358 1.441-0.718 2.158-1.046v-2.153c1.443-1.046 2.852-2.122 4.264-3.199 4.173-4.156 9.242-9.359 11.766-14.917h2.161c0.782-3.587 2.342-5.144 4.263-7.445h1.079c0.36-1.077 0.72-2.153 1.081-3.2 1.079-0.715 2.132-1.434 3.211-2.152v-2.122c0.691-0.359 1.41-0.717 2.133-1.076 0.358-1.047 0.719-2.123 1.079-3.199h1.080v-2.123c0.722-0.358 1.413-0.718 2.133-1.075v-2.125c1.049-0.716 2.13-1.404 3.211-2.124v-2.152c0.721-0.33 1.44-0.686 2.13-1.046 0.362-1.435 0.721-2.841 1.081-4.275 0.691-0.358 1.409-0.717 2.133-1.046 0.359-1.075 0.72-2.153 1.079-3.2h1.080c0.362-1.434 0.691-2.839 1.052-4.275 1.049-0.716 2.13-1.435 3.211-2.122v-3.199c0.722-0.358 1.441-0.716 2.162-1.077 0.329-1.434 0.691-2.839 1.050-4.275 0.691-0.328 1.41-0.688 2.132-1.046v-2.153l2.162-2.122v-2.122h1.051v-2.123c0.719-0.36 1.441-0.718 2.133-1.075 0.359-1.798 0.718-3.56 1.080-5.323 0.719-0.358 1.441-0.716 2.161-1.077v-2.122h1.051v-2.153h1.080v-3.198h1.050v-2.122c0.722-0.358 1.44-0.718 2.162-1.077v-3.198h1.079v-2.124h1.050c0.722-2.124 1.41-4.246 2.13-6.398h1.080v-3.198h1.082v-2.125h1.079v-3.198h1.050c0.362-1.435 0.722-2.841 1.052-4.275h1.078v-3.199h1.080c0.36-2.124 0.72-4.245 1.080-6.399 0.722-0.328 1.413-0.688 2.133-1.046v-4.275h1.050c0.359-2.123 0.72-4.244 1.081-6.398h1.080v-2.122h1.079v-4.276h1.051v-3.199h1.081v-2.122h1.049v-2.122c0.722-0.359 1.441-0.719 2.162-1.077v-2.123h1.082v-3.198h1.049v-2.124h1.082c0.331-1.435 0.691-2.87 1.049-4.275h1.082v-3.199h1.079v-4.275c0.722-0.358 1.441-0.688 2.13-1.046l-1.049-1.076c-0.236-5.819 4.566-12.545 2.106-20.258l0.002 0.005zM304.855 725.483h-2.144v1.076h-2.148v1.077h-3.211v1.048c-1.426 0.357-2.851 0.716-4.278 1.074v1.075h-3.212c-9.137 3.649-25.739 7.834-38.525 4.247-3.916-0.358-7.85-0.688-11.765-1.046-13.568-4.754-24.704-10.525-35.33-18.116-2.13-2.513-4.276-4.993-6.408-7.475-1.786-1.435-3.571-2.84-5.357-4.275v-2.122c-1.065-0.717-2.148-1.403-3.212-2.122v-2.153c-1.065-0.688-2.133-1.407-3.212-2.122-0.361-1.407-0.706-2.841-1.065-4.246-0.722-0.358-1.426-0.717-2.147-1.077-0.345-1.435-0.705-2.84-1.065-4.275h-1.065c-0.361-1.403-0.72-2.839-1.079-4.244h-1.064v-3.199h-1.067c-0.359-1.434-0.72-2.841-1.080-4.275h-1.065c-0.36-2.841-0.705-5.681-1.065-8.521-4.443-13.154-5.762-31.72-1.065-45.828v-4.274h1.065v-4.275h1.065v-3.2h1.065v-3.199h1.080v-2.124h1.067v-3.198h1.064c0.361-1.405 0.72-2.841 1.079-4.246h1.065v-2.153c0.72-0.357 1.426-0.686 2.147-1.045 0.706-2.153 1.425-4.275 2.13-6.4 1.080-0.715 2.147-1.434 3.212-2.15v-2.125c1.064-0.715 2.147-1.403 3.212-2.122v-2.153c1.426-1.043 2.853-2.122 4.278-3.166 2.505-2.872 4.997-5.712 7.486-8.551h2.147c0.722-1.047 1.426-2.124 2.147-3.199h2.133c0.359-0.688 0.72-1.405 1.082-2.123h2.13c0.359-0.717 0.719-1.435 1.079-2.122h2.13c0.361-0.718 0.722-1.435 1.082-2.153 1.426-0.329 2.852-0.688 4.276-1.046v-1.077c1.426-0.357 2.851-0.716 4.277-1.075v-1.046h3.214v-1.076h3.211v-1.077h3.212v-1.043h3.212v-1.077h5.341c14.424-4.364 33.287-1.405 44.949 3.199 3.212 1.075 6.424 2.122 9.634 3.198 0.722 1.077 1.427 2.124 2.148 3.199 2.13 1.763 4.277 3.56 6.422 5.321v2.153c0.706 0.36 1.426 0.688 2.13 1.047 0.362 1.435 0.722 2.839 1.066 4.276h1.079c0.706 2.122 1.426 4.275 2.133 6.397h1.079v3.198c2.987 7.354 6.454 16.384 6.408 26.638h2.147c2.147-7.116 4.277-14.202 6.424-21.318h1.066c2.88 6.966 4.11 15.726 6.422 23.439 1.306 4.366-0.299 12.047 2.144 14.947v19.162h1.069c2.85-4.962 5.703-9.926 8.568-14.915 0.631-2.125-0.148-0.897 1.064-2.125 8.645 47.533-19.644 83.65-46.016 100.18l0.003-0.002zM372.27 310.868v2.122c-2.144 1.794-4.277 3.559-6.423 5.322v2.152c-1.786 1.405-3.571 2.841-5.342 4.246v2.153c-2.147 1.763-4.292 3.558-6.422 5.321v2.122c-2.147 1.794-4.278 3.557-6.424 5.352v2.124c-1.064 0.716-2.147 1.404-3.212 2.122v1.075c-0.722 0.358-1.427 0.717-2.144 1.047v2.153c-2.134 1.763-4.279 3.557-6.408 5.321v2.122c-1.787 1.435-3.574 2.841-5.358 4.275v2.124c-1.786 1.435-3.574 2.841-5.36 4.275v2.122c-2.13 1.793-4.275 3.558-6.407 5.321v2.153c-1.786 1.405-3.571 2.841-5.356 4.246v2.151c-1.787 1.406-3.575 2.841-5.345 4.246v2.153c-0.72 0.358-1.441 0.688-2.147 1.046-1.561 1.674-2.538 3.886-4.277 5.351v1.046h-1.082c0.841-3.706 2.746-5.798 4.292-8.518v-2.122c0.705-0.361 1.426-0.719 2.13-1.077 0.722-2.124 1.427-4.275 2.148-6.398 0.705-0.359 1.426-0.717 2.13-1.075v-2.125l2.148-2.122v-2.153c0.717-0.329 1.423-0.688 2.144-1.045 0.347-1.435 0.705-2.841 1.066-4.275 0.72-0.358 1.426-0.718 2.146-1.046v-2.153c0.706-0.36 1.426-0.719 2.133-1.047v-2.152c0.72-0.358 1.424-0.688 2.144-1.046v-2.153c0.706-0.358 1.426-0.688 2.13-1.047v-2.153c0.722-0.328 1.427-0.688 2.148-1.047v-2.151h1.064c0.362-1.047 0.722-2.124 1.082-3.199 0.706-0.33 1.424-0.689 2.133-1.047v-2.153c1.078-0.686 2.144-1.404 3.211-2.122v-2.124c0.72-0.358 1.426-0.717 2.147-1.075v-2.124c1.426-1.075 2.852-2.122 4.278-3.198v-2.123c1.066-0.718 2.144-1.435 3.211-2.153v-2.123c1.065-0.718 2.148-1.406 3.212-2.122v-2.153c1.066-0.689 2.147-1.406 3.211-2.123v-2.125c1.426-1.075 2.852-2.153 4.278-3.198v-2.122c1.427-1.077 2.851-2.153 4.278-3.199 0.36-1.075 0.72-2.153 1.079-3.2 0.705-0.358 1.426-0.717 2.13-1.075v-2.123c0.722-0.36 1.427-0.718 2.148-1.076v-1.075c0.705-0.36 1.425-0.688 2.13-1.048v-2.151c1.441-1.047 2.865-2.125 4.292-3.2v-2.122c1.786-1.404 3.556-2.841 5.342-4.276v-2.122c1.784-1.405 3.571-2.84 5.357-4.246v-2.151c2.13-1.763 4.278-3.558 6.423-5.323v-2.122c2.492-2.153 4.983-4.275 7.488-6.397v-2.153c3.212-2.841 6.424-5.68 9.634-8.52v-2.122c6.408-6.040 12.833-12.078 19.255-18.119v-2.152c2.852-2.481 5.718-4.962 8.57-7.444 1.064-1.435 2.13-2.84 3.212-4.274h2.13c0.362-0.719 0.72-1.406 1.079-2.123 3.556-3.201 7.131-6.4 10.701-9.598v-2.122c-3.001 0.686-4.428 1.613-6.422 3.198v1.046h-2.148c-0.358 0.717-0.705 1.435-1.064 2.153h-2.147c-0.359 0.688-0.705 1.405-1.064 2.122h-2.148c-0.705 1.076-1.426 2.124-2.13 3.201h-2.147c-0.359 0.716-0.72 1.404-1.064 2.123h-2.148c-1.064 1.434-2.144 2.839-3.212 4.274h-2.13c-0.362 0.716-0.72 1.404-1.079 2.123h-2.13c-0.722 1.075-1.426 2.122-2.148 3.198h-2.143c-1.069 1.435-2.134 2.841-3.214 4.275-1.064 0.36-2.13 0.718-3.212 1.047-0.345 0.717-0.705 1.434-1.064 2.152h-2.133c-1.786 2.124-3.571 4.245-5.356 6.399h-2.147c-1.065 1.405-2.133 2.841-3.198 4.246h-1.078c-0.362 0.716-0.706 1.434-1.066 2.151h-2.148c-3.211 3.529-6.422 7.087-9.634 10.645h-2.13c-4.276 4.633-8.568 9.238-12.847 13.871-10.446 10.403-21.147 19.851-29.954 31.958-2.868 2.482-5.718 4.993-8.569 7.474v2.122c-2.148 1.795-4.278 3.558-6.423 5.323v2.153c-1.787 1.404-3.557 2.838-5.344 4.245v2.153c-1.426 1.045-2.865 2.123-4.292 3.198v2.122c-1.426 1.077-2.851 2.124-4.278 3.199v2.124c-1.426 1.077-2.851 2.122-4.275 3.199v2.123c-1.066 0.718-2.148 1.434-3.214 2.153-0.359 1.047-0.719 2.122-1.064 3.198-0.722 0.359-1.426 0.719-2.147 1.047v2.153c-1.065 0.689-2.147 1.406-3.212 2.123-0.36 1.077-0.705 2.124-1.064 3.199-0.722 0.36-1.426 0.717-2.148 1.075v2.124c-1.066 0.717-2.13 1.405-3.211 2.124v2.153c-0.706 0.328-1.426 0.686-2.13 1.043-0.362 1.077-0.722 2.122-1.081 3.199h-1.065v2.123c-1.064 0.718-2.144 1.435-3.212 2.153v2.123c-0.705 0.36-1.425 0.718-2.147 1.075-0.346 1.048-0.705 2.125-1.064 3.199h-1.066v2.125c-0.72 0.358-1.426 0.716-2.147 1.077-0.345 1.043-0.706 2.122-1.065 3.198h-1.065v2.122c-0.72 0.358-1.425 0.719-2.144 1.077-0.361 1.403-0.722 2.841-1.068 4.244-1.080 0.719-2.144 1.435-3.211 2.153v2.122h-1.065v2.125c-0.722 0.358-1.443 0.716-2.148 1.076-0.359 1.404-0.72 2.839-1.065 4.245-0.719 0.358-1.44 0.718-2.144 1.077-0.361 1.435-0.722 2.84-1.065 4.275-0.72 0.357-1.426 0.686-2.147 1.045-0.362 1.435-0.722 2.841-1.065 4.275-0.72 0.36-1.426 0.719-2.147 1.077-0.706 2.122-1.424 4.245-2.147 6.399-0.705 0.328-1.426 0.688-2.13 1.047v2.153l-2.148 2.122v2.123h-1.064v2.122h-1.065v2.153c-0.719 0.358-1.426 0.718-2.144 1.046v2.153l-2.148 2.124v2.122h-1.066v2.153h-1.064v2.122h-1.080v2.122h-1.069v2.153h-1.064v2.122h-1.065v2.123h-1.079v2.152h-1.064v2.123h-1.065v3.201h-1.081v2.122h-1.065v2.122h-1.064c-0.362 1.434-0.722 2.841-1.079 4.275h-1.069v3.199h-1.064c-0.359 1.435-0.72 2.841-1.079 4.275h-1.066v3.198h-1.064v2.125h-1.065c-0.36 1.763-0.722 3.556-1.081 5.32h-1.065v3.199h-1.064v2.122h-1.079c-0.706 3.199-1.426 6.399-2.13 9.598h-1.082v2.153h-1.069v4.244c-1.862 5.052-5.223 10.284-5.359 17.072-1.064 0.357-2.13 0.686-3.194 1.043v1.077h-2.148v1.076h-2.143c-0.708 1.046-1.426 2.122-2.134 3.199h-2.144c-0.706 1.047-1.426 2.122-2.148 3.198h-2.13c-1.785 2.124-3.571 4.248-5.359 6.399h-2.13c-1.080 1.404-2.144 2.839-3.212 4.245-0.72 0.358-1.425 0.717-2.147 1.076-0.36 1.046-0.705 2.122-1.065 3.199-2.147 1.763-4.278 3.556-6.422 5.321-2.029 2.811-2.448 5.559-5.36 7.472v1.048c-1.065-0.36-2.13-0.688-3.197-1.048v-1.073c-1.079-0.36-2.144-0.719-3.211-1.077-0.361-0.686-0.722-1.405-1.082-2.124h-2.13c-0.722-1.075-1.426-2.122-2.147-3.198h-2.147c-1.065-1.435-2.133-2.84-3.212-4.275h-2.133c-1.064-1.404-2.144-2.84-3.211-4.245h-2.147c-1.426-1.795-2.851-3.557-4.278-5.321h-2.13c-0.72-1.077-1.441-2.152-2.147-3.2-1.786-1.434-3.571-2.868-5.357-4.275v-2.122c-0.708-0.358-1.426-0.718-2.134-1.077-0.717-2.122-1.423-4.275-2.144-6.397h-1.066v-3.198h-1.082v-3.201h-1.062c-1.486-4.185-3.902-27.921-2.133-34.109h1.065v-9.598h1.066v-6.398c1.605-5.292 3.618-11.928 5.357-17.042v-4.275h1.069v-3.199h1.065v-3.198h1.078v-3.199h1.066c0.359-2.124 0.705-4.245 1.065-6.398h1.081v-2.122h1.064c0.705-3.199 1.426-6.397 2.147-9.597h1.064c0.362-1.404 0.708-2.84 1.066-4.245h1.068v-3.199h1.078v-2.153h1.066v-3.198h1.065c0.72-2.122 1.426-4.246 2.147-6.398h1.065v-2.122h1.079v-3.2c0.705-0.358 1.426-0.717 2.13-1.046 1.066-3.199 2.145-6.397 3.212-9.596h1.065v-2.153h1.079v-2.122l2.133-2.125v-2.151c0.719-0.33 1.426-0.688 2.144-1.048v-2.151l2.148-2.124v-2.122h1.065v-2.153h1.065v-2.122l2.146-2.122v-2.122c0.706-0.36 1.426-0.719 2.13-1.077v-2.124l2.147-2.152v-2.124h1.066v-2.123c0.722-0.358 1.426-0.718 2.148-1.075v-2.124h1.065v-2.151c0.72-0.331 1.426-0.689 2.145-1.047 0.361-1.434 0.705-2.841 1.065-4.275 0.722-0.36 1.426-0.718 2.147-1.077v-2.122h1.065v-2.124c0.722-0.358 1.426-0.717 2.147-1.075 0.359-1.046 0.706-2.124 1.068-3.199h1.064c0.36-1.404 0.72-2.841 1.080-4.245 0.705-0.358 1.426-0.718 2.13-1.076v-2.123c0.722-0.36 1.426-0.718 2.148-1.075v-2.122c0.705-0.36 1.426-0.718 2.144-1.077v-2.124c0.706-0.358 1.426-0.717 2.133-1.074v-2.125c0.72-0.357 1.426-0.716 2.147-1.075v-2.122h1.065c0.36-1.077 0.72-2.122 1.065-3.199 0.721-0.358 1.426-0.719 2.148-1.075v-2.122c1.066-0.719 2.144-1.435 3.211-2.124v-2.153c0.722-0.357 1.426-0.686 2.148-1.045v-2.153c1.064-0.688 2.13-1.406 3.194-2.124 0.362-1.075 0.722-2.122 1.080-3.199 0.708-0.358 1.426-0.715 2.134-1.075v-2.122c0.717-0.358 1.422-0.717 2.144-1.077v-2.122c1.426-1.077 2.853-2.122 4.278-3.199v-2.122c1.079-0.717 2.144-1.435 3.211-2.125v-2.151c1.427-1.048 2.853-2.124 4.279-3.201v-2.123c1.426-1.075 2.865-2.122 4.292-3.198v-2.122c1.426-1.077 2.851-2.153 4.278-3.199v-2.153c1.784-1.404 3.571-2.841 5.342-4.245v-2.152c2.506-2.124 4.996-4.245 7.503-6.37v-2.151c2.492-2.124 4.982-4.246 7.489-6.399v-2.122h1.065c0.72-1.076 1.426-2.124 2.147-3.199 3.212-2.84 6.423-5.68 9.637-8.52v-2.123c3.917-3.558 7.833-7.115 11.766-10.673 8.99-8.968 17.365-18.027 27.826-25.59 2.491-2.84 4.996-5.677 7.487-8.518h2.147v-1.077c1.069-0.688 2.133-1.405 3.212-2.122 0.705-1.075 1.426-2.124 2.13-3.201h2.148c1.426-1.762 2.853-3.557 4.276-5.32h2.147c0.345-0.717 0.705-1.435 1.066-2.153 1.064-0.328 2.145-0.689 3.212-1.047 1.065-1.434 2.143-2.841 3.211-4.275h2.148c1.064-1.404 2.13-2.841 3.194-4.245h2.148c0.358-0.717 0.72-1.435 1.065-2.152h2.144c0.722-1.047 1.427-2.124 2.148-3.199h2.13c0.719-1.046 1.426-2.124 2.144-3.199h2.133c0.359-0.688 0.72-1.405 1.082-2.122h2.13c0.72-1.077 1.426-2.125 2.147-3.2h2.147c0.346-0.718 0.705-1.406 1.064-2.122h2.148c0.345-0.718 0.705-1.434 1.065-2.152 1.425-0.33 2.85-0.689 4.276-1.047 0.362-0.717 0.722-1.435 1.068-2.124h2.144c0.362-0.717 0.722-1.434 1.065-2.152h2.148c0.359-0.717 0.719-1.404 1.065-2.124h2.146v-1.075h2.13c0.36-0.717 0.722-1.405 1.082-2.124h2.13l2.148-2.122h2.144v-1.075h2.13c0.362-0.719 0.721-1.434 1.082-2.123h2.133l2.143-2.152h2.133v-1.047h2.147v-1.075h2.147v-1.077h2.133v-1.047c2.143-0.717 4.275-1.435 6.423-2.151v-1.048h3.211v-1.069h2.148v-1.076h3.212v-1.047h2.13v-1.075c2.144-0.358 4.278-0.717 6.422-1.046v-1.076h3.212v-1.077h3.211v-1.046h3.214v-1.075h4.275v-1.075h6.426c4.201-1.254 16.057-3.918 22.464-2.124 1.443 0.388 6.604 2.152 9.637 1.077v-1.077c1.427-0.357 2.853-0.717 4.277-1.075v-1.047h3.214v-1.075c2.144-0.361 4.292-0.719 6.422-1.077v-1.047c4.653 1.286 3.661 3.35 6.422 5.321h2.13v1.077c1.080 0.688 2.162 1.403 3.241 2.122 0.332 0.718 0.691 1.406 1.051 2.122h2.133c1.8 2.153 3.572 4.275 5.343 6.398h2.162c1.44 1.795 2.852 3.558 4.261 5.322h2.162c1.44 1.793 2.852 3.558 4.265 5.352h2.157c0.722 1.045 1.443 2.123 2.134 3.199 1.049 0.688 2.13 1.406 3.211 2.122v1.077h2.161v1.046c2.401 2.035 3.962 4.425 7.474 5.351v1.047c1.051-0.36 2.13-0.718 3.212-1.047v-1.075h2.133c0.36-0.717 0.719-1.435 1.079-2.124 2.13-0.716 4.292-1.434 6.393-2.152 0.359-0.717 0.72-1.405 1.080-2.124h2.161l2.132-2.122h2.13v-1.075h2.162c0.362-0.719 0.721-1.434 1.082-2.123h2.1v-1.076c1.8-0.359 3.602-0.717 5.375-1.075 0.359-0.688 0.688-1.406 1.049-2.122h2.162v-1.077c3.212-1.047 6.424-2.123 9.605-3.198v-1.048c1.44-0.358 2.882-0.717 4.321-1.075v-1.076h3.183v-1.047c1.441-0.358 2.879-0.715 4.292-1.075v-1.046h3.211v-1.076h2.134v-1.077h3.211v-1.046h2.162v-1.075c2.133-0.358 4.263-0.719 6.424-1.075v-1.046h3.182v-1.077h3.243v-1.076h3.179v-1.047h4.292c6.454-2.301 15.129-5.413 23.563-5.351v1.076c-2.161 0.358-4.321 0.717-6.422 1.075v1.047h-3.242v1.077h-3.18v1.075h-3.243v1.047h-3.181v1.076h-2.16v1.077h-3.184v1.046h-2.162v1.075h-3.212v1.075c-1.408 0.331-2.852 0.688-4.292 1.046v1.077h-3.182v1.076c-2.162 0.688-4.291 1.406-6.424 2.122v1.047h-2.162v1.075h-2.131v1.075h-2.13v1.048h-2.162v1.075h-2.13v1.075h-2.13l-2.162 2.124h-2.13c-0.362 0.715-0.722 1.435-1.051 2.122-2.161 0.716-4.321 1.434-6.424 2.153-0.359 0.689-0.721 1.404-1.080 2.123-2.162 0.717-4.292 1.434-6.424 2.122v1.075c-1.079 0.36-2.162 0.718-3.211 1.077-0.362 0.688-0.721 1.404-1.081 2.122-1.409 0.36-2.853 0.719-4.292 1.075-0.362 0.688-0.691 1.406-1.052 2.124h-2.13c-0.359 0.717-0.72 1.405-1.079 2.124h-2.162c-0.691 1.075-1.41 2.123-2.101 3.198h-2.162c-0.358 0.717-0.72 1.436-1.079 2.124h-2.13c-0.691 1.075-1.413 2.151-2.132 3.198h-2.161c-0.36 0.718-0.722 1.434-1.051 2.153h-2.133c-0.72 1.047-1.44 2.123-2.162 3.2h-2.13c-0.359 0.686-0.72 1.404-1.050 2.122h-2.162c-0.72 1.075-1.44 2.124-2.162 3.199h-2.099c-0.362 0.717-0.721 1.405-1.079 2.124h-2.162c-0.359 0.716-0.722 1.434-1.082 2.152-1.048 0.328-2.101 0.688-3.183 1.046-0.718 1.077-1.441 2.153-2.158 3.199h-2.134c-0.691 1.075-1.408 2.123-2.13 3.198h-2.164c-0.717 1.077-1.408 2.123-2.13 3.2h-2.13c-0.722 1.075-1.44 2.124-2.162 3.198h-2.101c-1.079 1.437-2.159 2.84-3.242 4.278-1.079 0.357-2.133 0.686-3.183 1.045-0.358 0.717-0.718 1.435-1.079 2.153h-2.162c-1.079 1.404-2.13 2.841-3.182 4.244h-2.162c-1.065 1.435-2.13 2.841-3.211 4.276h-2.13c-1.081 1.405-2.148 2.84-3.212 4.275h-2.147c-1.068 1.405-2.148 2.84-3.212 4.246h-2.13c-1.443 1.793-2.865 3.556-4.292 5.321h-2.133c-1.425 1.794-2.849 3.557-4.292 5.351h-2.13c-1.065 1.407-2.144 2.841-3.211 4.244h-1.066c-0.36 0.719-0.72 1.437-1.082 2.153h-2.13c-2.852 3.199-5.718 6.4-8.57 9.598h-2.13c-2.506 2.841-4.996 5.68-7.502 8.518-6.064 5.681-12.126 11.363-18.192 17.040v2.152c-3.211 2.841-6.422 5.682-9.633 8.521v2.124c-2.852 2.481-5.705 4.962-8.556 7.472v2.122c-2.143 1.765-4.276 3.56-6.422 5.323v2.151c-2.492 2.124-4.998 4.246-7.489 6.368v2.153h-1.066c-0.72 1.046-1.441 2.124-2.147 3.199-1.065 0.719-2.147 1.406-3.211 2.122v2.125c-2.148 1.793-4.278 3.557-6.426 5.352v2.123c-2.489 2.114-4.995 4.267-7.487 6.389l-0.009-0.008zM458.958 317.266c-0.362 0.719-0.722 1.406-1.069 2.124h-2.144c-0.706 1.074-1.426 2.123-2.133 3.198h-2.147c-0.72 1.077-1.427 2.123-2.147 3.199h-2.13c-0.722 1.075-1.426 2.123-2.148 3.198h-2.144c-1.069 1.435-2.133 2.84-3.198 4.275h-2.144c-1.426 1.765-2.852 3.528-4.278 5.321h-2.147c-1.786 2.124-3.572 4.245-5.356 6.398h-2.134c-3.571 3.887-7.142 7.803-10.701 11.719h-2.144c-2.492 2.84-4.998 5.681-7.489 8.522-1.065 0.716-2.148 1.435-3.212 2.153v2.122c-3.572 3.198-7.128 6.397-10.701 9.594v2.125c-0.722 0.357-1.426 0.715-2.147 1.073-1.064 1.406-2.13 2.841-3.212 4.246h-1.065v2.153h-1.065c-1.546 1.852-2.446 2.57-3.212 5.321h-2.146c1.784-3.199 3.572-6.397 5.357-9.596h1.065c0.362-1.075 0.722-2.124 1.065-3.198 0.722-0.36 1.427-0.719 2.148-1.077v-2.124c0.719-0.359 1.424-0.717 2.144-1.075v-2.124c1.065-0.715 2.13-1.403 3.212-2.122v-2.153c1.066-0.688 2.133-1.403 3.211-2.122v-2.122c1.426-1.075 2.853-2.122 4.278-3.199v-2.124c1.427-1.075 2.851-2.152 4.278-3.198v-2.153c1.785-1.405 3.571-2.839 5.341-4.246v-2.151c3.212-2.841 6.426-5.682 9.637-8.521v-2.124c2.146-1.793 4.292-3.556 6.423-5.321 2.852-3.198 5.718-6.398 8.57-9.594h2.13v-1.077c1.082-0.718 2.148-1.404 3.212-2.124 1.786-2.152 3.572-4.275 5.358-6.397h2.13c1.426-1.793 2.865-3.557 4.292-5.321h2.13c1.081-1.434 2.148-2.872 3.214-4.275h2.144c1.069-1.434 2.133-2.841 3.212-4.275h2.13c0.722-1.048 1.427-2.124 2.148-3.199h2.144c0.346-0.689 0.708-1.405 1.065-2.124h2.13c0.722-1.075 1.443-2.122 2.148-3.198h2.144c0.346-0.717 0.708-1.404 1.068-2.124 1.065-0.357 2.147-0.717 3.211-1.075v-1.077h2.148c0.345-0.686 0.705-1.403 1.064-2.122 1.066-0.357 2.13-0.717 3.211-1.045v-1.077h2.133v-1.076h2.144c0.36-0.719 0.722-1.406 1.066-2.122 1.951-1.257 2.4-0.031 4.292-2.125 1.202-0.926 0.164 0.121 1.064-1.075h-1.064c-1.77-1.314-16.163 0.838-20.337 1.075v-2.152c2.388-0.686 2.659-0.866 4.278-2.123v-1.075h2.148v-1.047h2.13c0.361-0.717 0.72-1.434 1.065-2.153h2.148v-1.045c8.568-3.559 17.123-7.116 25.708-10.673h4.263v-1.076h2.13v-1.047h4.292c3.784-1.314 7.685-3.077 12.85-3.198v-2.125c-8.226-1.644-16.091-3.378-26.776-3.198v-2.152c8.584-2.841 17.138-5.682 25.695-8.521 4.261-0.358 8.584-0.717 12.846-1.075 12.906-3.677 29.476-1.376 42.804 0v-2.124c-1.052-1.972-15.369-8.279-19.271-8.518v-1.076c14.89-2.691 29.656-2.003 42.803 2.152h5.342v1.047c3.781 1.375 6.124 0.479 8.584 3.198h3.211c-2.189-4.723-6.272-10.254-10.715-12.795v-1.047c6.064 1.406 12.126 2.841 18.189 4.247v1.075h2.162v1.077h3.18v1.045c1.442 0.358 2.884 0.718 4.324 1.076v1.076c1.409 0.328 2.821 0.688 4.262 1.047v1.075c1.44 0.358 2.851 0.718 4.261 1.046 3.061 1.644 4.053 3.797 8.584 4.275-0.69-2.69-3.301-6.189-5.341-7.444v-1.076c7.083 0.716 12.305 4.395 17.109 7.444h2.161c0.329 0.717 0.691 1.435 1.050 2.152 1.41 0.36 2.852 0.718 4.292 1.047 1.082 1.434 2.13 2.84 3.182 4.275h2.162c1.801 2.122 3.572 4.275 5.343 6.397 0.717 0.359 1.441 0.719 2.161 1.077v2.122c1.050 0.719 2.133 1.406 3.18 2.123 1.805 2.571 2.014 5.501 4.292 7.474v2.124c-3.57-2.124-7.113-4.275-10.715-6.398h-3.183v-1.047h-3.242v-1.075h-3.181v-1.077h-3.241v-1.047h-5.343v-1.075c-8.195-0.358-16.389-0.718-24.612-1.075-20.772 0-38.932 1.315-54.57 6.397-6.784 1.435-13.567 2.841-20.351 4.275v1.047c-6.424 1.793-12.847 3.557-19.27 5.351v1.046h-2.101v1.076h-3.241v1.077c-2.132 0.357-4.263 0.688-6.424 1.045v1.077c-1.412 0.359-2.822 0.717-4.264 1.076v1.047h-3.211v1.075c-1.413 0.36-2.853 0.719-4.292 1.077v1.045c-1.772 0.36-3.543 0.718-5.342 1.077v1.075c-2.133 0.688-4.263 1.406-6.425 2.125v1.073h-2.13v1.048h-2.133v1.075h-2.162v1.077h-2.13v1.045h-2.13v1.077h-2.162v1.045h-2.133l-2.132 2.153h-2.162c-0.36 0.719-0.719 1.406-1.079 2.124-2.101 0.717-4.263 1.435-6.393 2.122-0.359 0.717-0.72 1.436-1.079 2.153-2.13 0.686-4.278 1.405-6.423 2.122v1.075c-1.065 0.36-2.134 0.688-3.214 1.048-0.345 0.715-0.705 1.435-1.065 2.153-1.426 0.359-2.851 0.689-4.278 1.045-0.361 0.717-0.719 1.435-1.064 2.153h-2.147c-0.36 0.689-0.722 1.405-1.067 2.124h-2.144c-0.36 0.717-0.705 1.404-1.065 2.122h-2.147v1.075c-1.065 0.358-2.133 0.718-3.211 1.077-0.346 0.686-0.706 1.404-1.066 2.122h-2.148c-0.705 1.043-1.426 2.122-2.13 3.198h-2.148l0.012 0.007zM911.638 675.411h-1.079v2.122h-1.050c-0.359 1.763-0.691 3.556-1.050 5.32h-1.080v2.153c-0.722 0.33-1.441 0.688-2.162 1.046v2.153c-1.050 0.688-2.13 1.405-3.183 2.122v2.124h-1.080c-0.72 3.914-1.442 7.832-2.161 11.717h-1.052v3.199h-1.079v2.153h-1.051c-0.359 2.124-0.721 4.245-1.080 6.398h-1.080v2.122h-1.082v3.199h-1.049c-0.359 1.405-0.721 2.839-1.050 4.244h-1.080v2.153h-1.082v3.198c-0.721 0.36-1.44 0.688-2.161 1.047v2.153l-2.101 2.122v2.122h-1.080v2.153h-1.080v2.122l-2.133 2.124v2.151h-1.082c-0.358 1.047-0.691 2.124-1.049 3.199-0.719 0.33-1.441 0.688-2.162 1.048-0.359 1.434-0.72 2.839-1.082 4.275-0.719 0.358-1.409 0.715-2.13 1.046v2.152c-0.691 0.358-1.408 0.688-2.132 1.046v2.153c-1.079 0.688-2.161 1.407-3.212 2.122v2.122c-0.72 0.361-1.409 0.719-2.13 1.077v2.123c-0.719 0.36-1.441 0.718-2.162 1.075v1.077c-0.72 0.33-1.409 0.688-2.13 1.048v2.15c-1.41 1.048-2.852 2.125-4.293 3.201v2.123c-2.491 2.122-4.983 4.244-7.473 6.397v2.124c-1.77 1.435-3.572 2.84-5.372 4.275-3.184 3.527-6.422 7.086-9.606 10.643h-2.162c-2.13 2.482-4.261 4.993-6.422 7.474h-2.133c-1.051 1.405-2.131 2.841-3.211 4.245h-2.133c-0.359 0.717-0.72 1.434-1.080 2.153h-1.051c-0.358 0.717-0.718 1.403-1.079 2.122h-2.162c-0.361 0.717-0.691 1.434-1.051 2.123h-2.13c-0.72 1.076-1.441 2.153-2.162 3.199h-2.13c-0.358 0.716-0.72 1.434-1.049 2.152-1.081 0.359-2.162 0.688-3.243 1.045v1.077c-1.411 0.36-2.821 0.718-4.262 1.075-0.361 0.688-0.72 1.407-1.079 2.123-1.080 0.36-2.161 0.718-3.212 1.077v1.047c-1.41 0.357-2.852 0.716-4.292 1.076-0.36 0.716-0.72 1.405-1.051 2.122h-2.13l-2.162 2.153h-2.13v1.046h-2.133v1.076h-2.161v1.046h-2.133v1.076h-2.13v1.077c-2.162 0.688-4.292 1.405-6.425 2.122v1.076c-2.161 0.359-4.292 0.719-6.423 1.047v1.077c-1.441 0.358-2.852 0.716-4.292 1.075v1.048c-3.212 0.715-6.392 1.435-9.637 2.151v1.047h-2.13v1.077h-3.211v1.075c-2.853 0.358-5.705 0.688-8.556 1.046v1.076h-3.211v1.077h-4.292v1.046h-4.292v1.076h-5.342v1.076h-5.344v1.046c-4.261 0.358-8.553 0.719-12.845 1.077-9.305 2.691-22.364 2.122-34.25 2.122h-13.896v-1.046h-10.715v-1.075h-6.393v-1.077h-5.375v-1.046h-5.373v-1.075h-4.262v-1.076h-4.263v-1.046h-3.239v-1.077h-3.184v-1.076h-3.241v-1.046c-2.101-0.36-4.263-0.717-6.425-1.076v-1.082c-2.1-0.686-4.261-1.405-6.422-2.124v-1.074h-2.101v-1.048h-2.162v-1.075c-1.44-0.359-2.852-0.717-4.261-1.077-0.362-0.688-0.721-1.403-1.082-2.123h-2.162c-0.36-0.716-0.691-1.435-1.049-2.122h-2.133c-0.72-1.077-1.441-2.153-2.162-3.199h-2.133c-0.719-1.075-1.409-2.122-2.13-3.198-2.521-2.124-5.013-4.275-7.504-6.4v-2.123c-1.44-1.075-2.851-2.152-4.261-3.198v-2.153c-1.080-0.688-2.162-1.405-3.241-2.123v-2.122c-0.722-0.36-1.413-0.718-2.132-1.077v-2.122c-0.691-0.36-1.412-0.718-2.133-1.077-0.359-1.404-0.719-2.839-1.082-4.275-0.72-0.33-1.44-0.686-2.13-1.046-0.359-1.435-0.72-2.841-1.050-4.275-2.521-4.575-6.304-9.148-7.502-14.919h-3.243c-0.691 5.682-1.411 11.362-2.101 17.073h-2.16c-1.442-3.918-2.852-7.833-4.263-11.749h-1.082c-0.359-2.123-0.718-4.246-1.080-6.398-4.741-11.928-7.863-26.637-7.504-43.679-1.050 0.331-2.101 0.688-3.18 1.047-0.72 2.152-1.442 4.275-2.162 6.398-2.431 4.485-7.025 9.777-7.504 15.992h-2.101c-1.801-6.039-3.588-12.075-5.372-18.115-0.705-6.756-1.427-13.513-2.13-20.268-0.196-4.305-1.127-13.601 1.064-15.963v-9.598h-1.064c-2.507 3.887-5 7.803-7.505 11.719h-1.065c0.045-9.177-2.492-20.029 0-28.788v-11.719h1.065v-7.474h1.079v-4.246h1.067v-4.275h1.065v-4.245h1.079c0.705-3.198 1.424-6.399 2.13-9.596h1.082v-2.152h1.064v-3.201h1.065c0.72-2.123 1.426-4.245 2.144-6.397h1.065c0.36-1.407 0.722-2.841 1.082-4.245 0.72-0.36 1.44-0.719 2.13-1.077 0.722-2.124 1.413-4.245 2.13-6.398h1.080c0.36-1.046 0.72-2.122 1.079-3.199 0.722-0.357 1.413-0.688 2.131-1.045v-2.152c0.721-0.359 1.412-0.688 2.133-1.047v-2.153c1.082-0.688 2.162-1.405 3.242-2.123v-2.122c1.41-1.077 2.823-2.153 4.263-3.201v-2.152c1.8-1.404 3.543-2.839 5.342-4.245v-2.122c0.72-0.359 1.441-0.719 2.162-1.077 1.77-2.123 3.541-4.275 5.341-6.397h2.134v-2.124c-3.575-1.434-7.118-2.84-10.719-4.275v-1.074h-2.13v-1.047h-2.13l-2.162-2.153h-2.101l-1.079-2.122h-2.162l-1.079-2.122c-1.412-0.358-2.821-0.719-4.263-1.077-0.72-1.043-1.441-2.122-2.162-3.198h-2.101c-0.359-0.719-0.72-1.407-1.079-2.122h-2.148c-0.691-0.449-0.749-1.437-2.144-2.125 1.035-0.955 9.815-2.032 11.794-2.151-3.030-5.053-8.822-7.654-12.86-11.72-0.72-1.075-1.427-2.122-2.147-3.198h-1.065v-2.122c-2.144-1.795-4.278-3.56-6.422-5.323v-2.153c-1.065-0.716-2.13-1.404-3.212-2.123v-2.122c-0.706-0.358-1.427-0.718-2.13-1.077v-2.122c-0.722-0.36-1.427-0.717-2.147-1.075-0.36-1.077-0.722-2.122-1.068-3.199h-1.079c-0.345-1.434-0.705-2.841-1.064-4.275h-1.066c-0.72-2.124-1.426-4.245-2.147-6.399h-1.065v-3.169h-1.065v-2.153h-1.078v-3.198h-1.065c-0.36-2.483-0.722-4.962-1.065-7.445h-1.082v-4.275c5.344 3.139 9.442 10.136 16.059 11.72-0.825-4.425-2.011-10.733-3.211-14.919v-13.842h-1.068c-0.913-3.228 0.617-8.012 1.068-9.596v-13.873h1.065v-7.444h1.079v-5.351h1.064v-4.245h1.065c0.36-2.153 0.72-4.276 1.082-6.399h1.064v-2.153h1.065v-3.168h1.065v-2.153h1.079c0.708-2.123 1.426-4.248 2.134-6.398 0.719-0.36 1.426-0.688 2.144-1.047v-2.153c0.722-0.358 1.426-0.688 2.148-1.046v-2.153c1.064-0.688 2.13-1.403 3.211-2.122v-2.122c3.212-2.841 6.393-5.682 9.634-8.521 1.413-1.793 2.852-3.558 4.263-5.352h2.162c0.359-0.715 0.719-1.403 1.079-2.122 1.051-0.358 2.101-0.719 3.182-1.075v-1.046h2.162c0.359-0.719 0.719-1.435 1.050-2.153h2.13l2.162-2.122h2.13v-1.077h2.134v-1.045h2.158v-1.077c6.427-1.763 12.85-3.558 19.271-5.323h9.605v-1.075h15.008v1.075h24.613v1.048h19.269v-1.048h10.686v-1.075c3.211-0.359 6.425-0.717 9.638-1.075v-1.047h4.292v-1.077h3.18v-1.075c1.441-0.328 2.882-0.689 4.292-1.047v-1.075h3.212v-1.077h2.161v-1.045h2.101c0.359-0.718 0.721-1.435 1.081-2.122 1.441-0.36 2.879-0.719 4.292-1.077 0.359-0.719 0.691-1.435 1.050-2.122h2.161c0.721-1.077 1.441-2.153 2.133-3.201h2.133c1.078-1.434 2.161-2.839 3.24-4.275h2.133c2.85-3.198 5.704-6.398 8.554-9.597h2.162c1.049-1.404 2.099-2.839 3.18-4.275 1.443-0.329 2.883-0.686 4.292-1.043v-1.077c2.133-0.717 4.293-1.405 6.426-2.124v-1.075h4.292v-1.046h6.422v-1.077c2.791-0.805 14.048 1.348 16.028 2.124v1.075h3.212c0.363 0.718 0.72 1.406 1.080 2.124h2.13c0.362 0.717 0.722 1.435 1.082 2.122h2.133c1.051 1.436 2.132 2.87 3.213 4.275 0.718 0.359 1.441 0.719 2.16 1.077v2.122c0.691 0.359 1.41 0.719 2.101 1.075 0.359 1.047 0.722 2.124 1.079 3.199h1.082c2.492 6.398 4.982 12.798 7.503 19.163v4.275h1.051v3.201h1.080v6.397h1.050v7.473h1.082v9.567h1.080v10.673h1.080v9.598h1.050v11.716h1.082v11.719h1.049v9.597h1.080v6.398h1.080v4.276h1.082v4.244h1.051v3.198h1.048c0.362 1.436 0.722 2.841 1.081 4.275 0.72 0.36 1.441 0.719 2.162 1.077 1.079 1.405 2.13 2.841 3.18 4.246h2.161l2.133 2.151h2.132v1.048h2.162v1.075h2.13v1.046h2.132v1.075h3.241v1.077c2.102 0.715 4.263 1.403 6.422 2.122v1.075h2.102v1.046h2.162v1.077h2.162v1.075h2.098v1.046h2.162v1.075h2.13v1.077h2.132v1.047c1.441 0.358 2.883 0.716 4.292 1.076 0.362 0.716 0.721 1.435 1.080 2.123 2.134 0.716 4.292 1.435 6.393 2.153v1.047c1.082 0.357 2.162 0.715 3.243 1.075 0.358 0.716 0.717 1.404 1.080 2.122h2.098c0.362 0.718 0.722 1.435 1.081 2.153h2.162c0.358 0.688 0.72 1.405 1.080 2.123 1.050 0.358 2.102 0.718 3.184 1.046 1.077 1.435 2.16 2.87 3.212 4.275h2.13c3.933 4.275 7.862 8.52 11.766 12.796 4.32 0.719 8.584 1.436 12.846 2.125 0.359 0.716 0.721 1.434 1.082 2.151h2.16c1.802 1.257 2.731 3.858 5.343 5.321 0.362 1.763 0.721 3.559 1.080 5.322h1.049c-0.209 5.142-1.74 8.847-4.292 11.719-1.049 0.716-2.13 1.435-3.182 2.152v2.125c-6.422 6.036-12.847 12.075-19.269 18.114-2.882 3.201-5.705 6.399-8.584 9.599h-2.13c-1.772 2.122-3.575 4.275-5.345 6.397h-2.13c-1.081 1.407-2.162 2.841-3.243 4.245h-2.099c-0.722 1.077-1.44 2.152-2.162 3.199h-2.162c-0.691 1.075-1.41 2.153-2.101 3.2h-2.16c-0.362 0.715-0.722 1.434-1.082 2.151h-2.133v1.047c-1.051 0.358-2.132 0.718-3.212 1.077-0.719 1.075-1.441 2.122-2.133 3.198-1.409 0.358-2.851 0.718-4.292 1.076-0.358 0.688-0.719 1.405-1.080 2.123-1.050 0.36-2.098 0.717-3.18 1.076v1.046h-2.162v1.075h-2.13c-0.362 0.718-0.691 1.437-1.052 2.125h-2.16l-2.161 2.15h-2.102v1.047h-2.162c-0.36 0.717-0.719 1.435-1.080 2.153-2.132 0.688-4.262 1.405-6.423 2.122v1.047h-2.131v1.075c-2.134 0.719-4.293 1.435-6.396 2.124v1.075h-3.241v1.075c-1.41 0.359-2.821 0.719-4.263 1.047v1.077h-2.161v1.075h-3.182v1.048c-1.441 0.358-2.882 0.715-4.292 1.074v1.077c-3.212 0.686-6.424 1.404-9.634 2.124v1.074h-2.162v1.047c-3.543 0.717-7.113 1.434-10.688 2.153v1.046h-3.211v1.076h-3.212v1.075h-4.261v1.046c-2.884 0.359-5.705 0.719-8.584 1.077v1.075h-3.183v1.046h-5.375c-6.571 2.033-15.818 3.379-22.48 5.321-23.894 1.794-47.783 3.558-71.678 5.353v1.046h-2.162v1.075h-3.211c-0.329 0.716-0.691 1.435-1.051 2.122h-2.162c-0.359 0.719-0.72 1.435-1.079 2.153h-2.101c-1.079 1.404-2.162 2.841-3.242 4.244-0.721 0.36-1.441 0.719-2.13 1.077v2.122c-1.052 0.719-2.134 1.435-3.212 2.153-0.722 2.122-1.441 4.246-2.162 6.368h-1.051v2.152h-1.049v4.246h-1.080v4.275h-1.079v21.314c6.634 22.243 18.369 33.994 38.541 42.632h3.182v1.075h3.241v1.077h4.265v1.048h5.341v1.075h5.342c8.224 2.451 27.166 3.647 36.409 1.074 7.113-0.357 14.258-0.715 21.401-1.074v-1.075h6.422v-1.048h6.425v-1.077h5.342c12.487-3.556 24.971-7.111 37.461-10.672v-1.046h2.161v-1.076c3.182-0.719 6.424-1.407 9.605-2.122v-1.077h2.162v-1.076c1.77-0.33 3.54-0.688 5.341-1.047v-1.074c2.134-0.719 4.265-1.407 6.426-2.124v-1.077h2.13v-1.047h3.211v-1.075c2.161-0.716 4.264-1.435 6.424-2.122v-1.077h2.16v-1.076c1.413-0.358 2.822-0.688 4.264-1.046 0.359-0.717 0.718-1.435 1.080-2.153h2.13l2.13-2.122h2.162v-1.076h2.13c0.359-0.688 0.691-1.406 1.051-2.122 2.162-0.719 4.292-1.437 6.424-2.124v-1.076c1.082-0.358 2.162-0.717 3.241-1.074 0.362-0.688 0.691-1.407 1.051-2.124 1.409-0.357 2.853-0.716 4.293-1.076v-1.046c1.080-0.359 2.13-0.716 3.179-1.076 0.362-0.717 0.722-1.405 1.082-2.123h2.162c0.72-1.076 1.41-2.122 2.13-3.199h2.134c0.359-0.718 0.719-1.434 1.077-2.122h2.134c0.358-0.718 0.717-1.435 1.079-2.153 1.051-0.36 2.132-0.688 3.213-1.048 0.717-1.074 1.441-2.152 2.13-3.198h2.13c1.441-1.793 2.883-3.558 4.292-5.353h2.13c2.162-2.481 4.293-4.962 6.424-7.444h2.162c2.13-2.482 4.263-4.992 6.422-7.472 0.722-0.36 1.413-0.718 2.133-1.048v-2.153c2.13-1.762 4.291-3.556 6.422-5.321v-2.122c1.051-0.717 2.133-1.434 3.212-2.153 1.71-2.451 3.541-6.368 4.262-9.596-4.024 1.106-6.935 3.887-9.606 6.399-0.359 0.715-0.719 1.434-1.080 2.153h-2.162c-1.049 1.403-2.13 2.839-3.181 4.244h-2.16c-0.722 1.075-1.441 2.153-2.133 3.198h-2.13c-1.080 1.437-2.162 2.841-3.241 4.276h-2.102c-0.719 1.075-1.44 2.124-2.161 3.198h-2.161c-0.33 0.719-0.691 1.406-1.052 2.124h-2.13c-0.722 1.076-1.441 2.122-2.162 3.199h-2.13c-0.359 0.715-0.691 1.435-1.051 2.122-1.079 0.358-2.162 0.718-3.241 1.076v1.077h-2.13c-0.332 0.718-0.691 1.404-1.052 2.122-1.441 0.358-2.882 0.718-4.292 1.077-0.359 0.686-0.719 1.404-1.050 2.122-1.080 0.358-2.162 0.716-3.242 1.075v1.046c-1.44 0.36-2.821 0.717-4.261 1.075-0.359 0.719-0.722 1.437-1.082 2.124-1.44 0.359-2.852 0.717-4.263 1.077-0.359 0.716-0.72 1.435-1.080 2.122h-2.162v1.076h-2.133c-0.36 0.717-0.691 1.405-1.051 2.124h-2.161l-2.133 2.153h-2.13v1.045h-2.162v1.076h-2.13v1.045h-2.13v1.077h-2.162v1.076h-2.13v1.046h-2.133v1.076h-2.161v1.077h-2.133v1.047c-1.41 0.357-2.852 0.716-4.292 1.074v1.076h-2.132v1.047h-3.212v1.077c-1.441 0.357-2.851 0.716-4.262 1.076v1.046h-3.242v1.076h-2.101v1.077h-3.241v1.045h-2.13v1.077c-2.133 0.359-4.293 0.717-6.425 1.075v1.046c-2.13 0.359-4.292 0.719-6.422 1.075v1.077h-2.133v1.047h-3.212v1.075c-3.933 0.719-7.833 1.407-11.794 2.123v1.077c-12.817 2.482-25.664 4.962-38.512 7.444-9.995 0.357-19.961 0.717-29.955 1.076-26.893 0-63.364-6.786-64.203-30.913 40.341 7.236 90.317 1.855 121.983-9.596h4.292v-1.046h3.212v-1.077h3.184v-1.076h3.241v-1.047c2.131-0.358 4.262-0.716 6.424-1.074v-1.077h2.13v-1.046h3.212v-1.077h2.133v-1.076h3.212v-1.046c2.161-0.717 4.292-1.435 6.422-2.153v-1.043h2.162v-1.077c1.77-0.358 3.541-0.717 5.343-1.076 0.358-0.688 0.719-1.405 1.079-2.124 2.101-0.717 4.262-1.405 6.396-2.123 0.358-0.716 0.719-1.434 1.080-2.152h2.13v-1.045c1.082-0.36 2.162-0.718 3.212-1.076v-2.124c-4.173 0.451-6.635 2.124-9.634 3.201-2.493 0.359-4.982 0.716-7.505 1.045v1.077h-2.099v1.075h-4.292v1.047h-3.212v1.076c-3.571 0.718-7.145 1.435-10.684 2.124v1.076c-15.010 3.558-29.986 7.116-44.966 10.672h-6.422c-6.183 1.794-15.008 2.424-21.401 4.247h-12.837c-3.784 1.076-24.764 2.51-29.986 1.076v-1.076c-5.704-0.358-11.408-0.718-17.109-1.046-3.901-1.196-7.624-2.899-12.847-3.201 0.152-10.582 6.272-20.566 13.929-23.466h6.422v-1.047h27.795v-1.076h13.928v-1.077h8.584v-1.046h7.475v-1.076h6.422v-1.077h7.475v-1.045h5.374v-1.077h4.292v-1.076c3.18-0.358 6.422-0.688 9.605-1.046v-1.075c3.239-0.358 6.422-0.719 9.634-1.077v-1.045h3.211v-1.077h3.212v-1.076c2.852-0.358 5.734-0.688 8.555-1.046v-1.076h2.162v-1.077h3.182v-1.048c2.521-0.357 5.014-0.715 7.504-1.075v-1.076h2.161v-1.047h3.183v-1.077h2.162v-1.045h3.212v-1.077h3.211v-1.075c1.442-0.358 2.852-0.717 4.263-1.046v-1.076h3.241v-1.077h2.101v-1.046h3.242v-1.076c2.133-0.719 4.262-1.434 6.424-2.122v-1.077h2.13v-1.075h2.132v-1.048h2.161v-1.074h2.102v-1.077h2.161l2.16-2.124h2.102c0.36-0.716 0.719-1.435 1.080-2.123h2.162l2.13-2.153h2.13v-1.047h2.162c0.359-0.716 0.721-1.434 1.050-2.151h2.132v-1.047h2.161c0.363-0.718 0.722-1.434 1.080-2.152 1.413-0.33 2.823-0.688 4.264-1.047 0.359-0.717 0.717-1.435 1.079-2.122h2.132c0.359-0.719 0.719-1.435 1.050-2.153h2.162c0.359-0.717 0.722-1.405 1.082-2.124h2.13v-1.074c1.049-0.36 2.13-0.688 3.211-1.047 0.362-0.717 0.722-1.434 1.082-2.153h2.13c0.362-0.688 0.691-1.405 1.052-2.122 1.080-0.359 2.158-0.717 3.239-1.077 0.72-1.045 1.411-2.122 2.133-3.198h2.132c1.081-1.405 2.162-2.841 3.212-4.246h2.13c1.801-2.151 3.601-4.275 5.343-6.398h2.161c2.161-2.481 4.263-4.99 6.424-7.472h2.132c0.359 1.434 0.721 2.839 1.079 4.275 0.691 0.358 1.41 0.717 2.133 1.046 0.358 1.793 0.719 3.558 1.079 5.352h1.079c0.361 2.122 0.722 4.245 1.051 6.397 3.813 9.597 6.726 21.495 6.422 35.158 7.957-0.33 20.893-3.409 25.695 2.153 3.872 0.925 5.672 3.436 6.393 7.442 1.736 1.946 2.337 10.466 1.076 13.876l0.008 0.012zM475.013 133.92c3.632 1.526 6.785 3.079 11.768 3.199-2.853-10.644-5.704-21.315-8.555-31.959h-2.147c-1.262 5.62-7.327 17.159-2.148 22.361 0.063 3.049 0.377 4.572 1.080 6.398l0.001 0.001zM455.744 188.298c2.144 2.482 4.277 4.962 6.422 7.445h3.212c0.72-1.047 1.427-2.124 2.144-3.2 2.807-2.662 6.559-3.916 8.556-7.442 0.419-0.688 1.665-0.121 1.066-2.153-4.639-3.557-9.277-7.085-13.915-10.644-0.345-0.715-0.705-1.435-1.064-2.153h-2.147c-0.346-0.686-0.706-1.403-1.064-2.123h-1.069c-0.358-0.715-0.72-1.403-1.079-2.122h-2.13c-1.427-1.794-2.851-3.556-4.278-5.321h-2.144c-1.426-1.795-2.852-3.558-4.278-5.351h-2.148c-1.424-1.763-2.848-3.559-4.275-5.322h-2.148c-0.361-0.716-0.705-1.403-1.066-2.123h-1.064c-0.36-0.718-0.722-1.435-1.079-2.153h-2.13c-0.722-1.047-1.426-2.123-2.148-3.198h-1.064c-0.362-0.688-0.722-1.406-1.079-2.124h-2.133c-0.359-0.717-0.719-1.404-1.064-2.122-1.079-0.717-2.147-1.435-3.211-2.124v-1.075h-2.148v-1.075c-1.575-1.226-1.89-1.523-4.278-2.124 1.066 7.804 2.134 15.636 3.214 23.439 3.872 1.824 6.693 4.692 9.62 7.474 0.359 0.716 0.719 1.403 1.079 2.122h2.13c2.146 2.483 4.292 4.993 6.423 7.472h2.148c0.36 0.719 0.705 1.407 1.064 2.123h1.079c1.772 2.125 3.556 4.278 5.342 6.4h2.148c2.13 2.481 4.276 4.962 6.422 7.473l2.132 0.001zM516.752 155.235h1.080c0.359-0.688 0.719-1.406 1.050-2.124 3.933-2.064 8.494-2.631 9.638-7.474-4.205-1.167-3.843-2.99-6.425-5.321-1.082-0.357-2.13-0.717-3.212-1.075-0.331-0.689-0.691-1.407-1.050-2.123-2.162-2.003-4.023-3.499-7.503-4.247 0.478 4.784 4.052 18.895 6.423 21.315v1.047l-0.001 0.001zM475.013 156.311h2.134c1.079 1.405 2.144 2.84 3.211 4.275 1.082 0.328 2.147 0.688 3.212 1.046 0.36 0.719 0.72 1.434 1.065 2.153 2.524 2.33 7.056 6.547 10.716 7.444 3.212-3.888 9.095-5.202 11.766-9.597h1.051v-1.046c-13.178-3.917-26.384-7.832-39.577-11.749v2.153c1.065 0.358 2.13 0.686 3.212 1.046 1.066 1.435 2.132 2.839 3.211 4.275zM708.31 454.755c1.141 3.916-0.24 8.19 2.162 10.673v2.122c2.040 3.169 11.918-0.18 16.028 1.077 4.353 1.313 8.616 3.914 13.928 4.244-0.481-8.491-2.792-17.042-5.343-23.438v-3.199h-1.080v-2.124h-1.082c-0.358-1.793-0.718-3.557-1.077-5.351-0.722-0.328-1.413-0.688-2.133-1.046-0.359-1.434-0.691-2.841-1.050-4.275-0.722-0.359-1.441-0.719-2.162-1.077-0.359-1.045-0.717-2.122-1.079-3.168-1.050-0.36-2.13-0.718-3.18-1.077-0.722-1.075-1.441-2.122-2.162-3.198h-6.422v1.075c-1.082 0.328-2.133 0.688-3.184 1.047-2.252 2.748-5.132 20.984-3.242 27.712h1.080l-0.001 0.003zM608.778 502.735c2.162 0.358 4.293 0.688 6.425 1.047v1.076c1.441 0.359 2.852 0.716 4.262 1.074v1.048h4.324v1.075c2.79-0.12 3.602-0.418 5.341-1.075-0.359-3.828-1.38-5.203-3.241-7.445h-1.051v-2.153l-2.13-2.122h-2.162c-1.079-1.406-2.13-2.841-3.182-4.275h-2.162c-0.359-0.688-0.72-1.406-1.080-2.122-10.565-6.699-23.952-7.862-41.721-7.445-2.372 2.093-6.302 0.896-9.637 2.122v1.075h-3.212c-7.564 3.799-22.602 12.617-24.612 21.315h-1.079c0.358 1.048 0.72 2.124 1.079 3.201 7.624-0.271 11.947-3.111 17.11-5.352h3.241v-1.047h3.181v-1.077c2.521-0.358 5.013-0.715 7.504-1.075v-1.046h4.262c13.297-4.242 27.736-0.837 38.541 3.2h-0.001zM737.188 495.262h-2.102c-0.719 1.075-1.441 2.122-2.162 3.199h-1.077v2.122h-1.052c-1.71 3.2-2.46 9.327-1.080 12.796h1.080c1.082 2.542-1.080 1.167 1.052 3.199 1.259 2.061 2.879 2.54 4.291 4.275 5.133-0.417 9.636-2.991 10.715-7.474h1.082v-4.245h1.049c1.050-3.259-0.87-8.462-2.13-9.598-0.812-3.018-1.922-3.080-3.242-5.351h-6.422v1.077zM705.1 533.648v-1.075c1.413-0.358 2.852-0.718 4.292-1.077 0.482-2.301 0.664-3.020 2.134-4.245-0.212-8.579-3.422-8.787-6.425-13.871-4.832-1.165-13.236-6.247-18.189-1.047-1.53 0.927-2.429 1.466-3.211 3.199v2.123h-1.080c0.78 7.563 4.622 8.997 7.504 13.84 3.661 0.776 9.365 4.065 14.976 2.152h-0.001zM592.751 529.371h3.183v-1.075c7.022-2.212 24.253 2.899 28.904-1.047h1.051c-2.311-8.847-19.81-12.885-31.037-9.596-2.821 0.358-5.703 0.718-8.524 1.046-0.359 0.719-0.721 1.435-1.080 2.153-1.8 0.36-3.571 0.717-5.341 1.047-0.721 1.074-1.441 2.15-2.162 3.198h-2.132v1.077c-1.412 1.074-2.852 2.122-4.293 3.198-0.48 2.631-1.021 3.915-1.080 7.474 4.321-0.479 7.323-1.584 10.715-3.199v-1.076c3.932-0.718 7.835-1.435 11.796-2.122v-1.078z"],"tags":["Mailchimp"]},"attrs":[{}],"properties":{"code":60347,"id":644,"name":"mailchimp","order":656,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":70},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M585.33 456.131h-143.168v-213.004h-104.755v536.002h104.755v-232.211h143.168v232.211h104.756v-536.002h-104.756v213.004zM65.041 139.718c0-41.247 33.41-74.676 74.675-74.676h744.568c41.249 0 74.676 33.429 74.676 74.676v744.568c0 41.249-33.392 74.674-74.676 74.674h-744.567c-41.247 0-74.676-33.425-74.676-74.674v-744.568z"],"tags":["Harvest"]},"attrs":[{}],"properties":{"code":60348,"id":643,"name":"harvest","order":657,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":71},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M480.036 209.534c38.851-14.904 84.453-2.88 110.561 30.213 21.355 27.062 28.121 57.515 16.908 90.881-3.135 9.315-7.178 18.324-11.554 29.333 9.375 16.586 18.803 33.255 28.254 49.963l56.76 100.362c143.075-44.406 250.99 35.024 289.691 120.045 46.749 102.704 14.785 224.34-77.030 287.713-94.242 65.036-213.404 53.926-296.935-29.603 21.286-17.886 42.673-35.804 65.542-54.977 82.454 53.553 154.596 51.013 208.153-12.397 45.637-54.094 44.66-134.745-2.325-187.721-54.226-61.105-126.874-62.967-214.651-4.302-36.44-64.763-73.493-129.055-108.753-194.292-11.893-21.985-25.028-34.753-51.838-39.393-44.763-7.791-73.657-46.339-75.395-89.492-1.701-42.714 23.392-81.296 62.613-96.334zM210.153 499.75c7.326 26.657 14.736 53.62 22.059 80.211-97.385 49.826-131.101 112.592-103.837 191.073 23.976 69.068 92.154 106.937 166.147 92.271 75.582-14.936 113.674-77.905 109.028-178.948 71.637 0 143.363-0.746 215.004 0.373 27.985 0.442 49.578-2.473 70.66-27.199 34.689-40.714 98.586-37.024 135.94 1.391 38.193 39.29 36.374 102.463-4.043 140.098-39.002 36.31-100.61 34.345-137.118-4.744-7.475-8.065-13.404-17.65-20.813-27.542v0h-172.244c-16.522 68.084-52.189 123.059-113.643 158.016-47.759 27.165-99.26 36.38-154.057 27.505-100.891-16.327-183.396-107.379-190.654-209.908-8.215-116.185 71.423-219.426 177.57-242.597zM351.168 131.087c77.484-76.551 195.706-88.948 286.95-30.178 87.637 56.429 127.782 166.38 93.566 260.479-25.801-7.013-51.768-14.090-80.333-21.848 10.744-52.333 2.795-99.315-32.401-139.554-23.239-26.592-53.081-40.512-86.999-45.629-68.016-10.297-134.805 33.499-154.613 100.432-22.496 75.976 11.539 137.996 104.567 184.775-39.933 67.306-78.194 132.476-117.247 197.137-10.035 16.632-15.003 30.146-6.99 51.25 22.129 58.326-9.074 115.063-67.732 130.476-55.319 14.53-109.212-21.917-120.191-81.295-9.716-52.569 30.952-104.089 88.749-112.286 4.848-0.675 9.786-0.777 17.918-1.388 28.327-47.59 57.34-96.368 87.924-147.787-55.303-55.107-88.209-119.568-80.918-199.406 5.155-56.43 27.285-105.205 67.75-145.178z"],"tags":["Glipwebhooks"]},"attrs":[{}],"properties":{"code":60349,"id":642,"name":"glipwebhooks","order":658,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":72},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M513.29 64c-246.711 0-446.712 200.025-446.712 446.797s200 446.796 446.712 446.796c246.711 0 446.71-200.022 446.71-446.796s-199.999-446.797-446.709-446.797h-0.001zM328.276 577.525l-117.88-116.095c-6.528-6.42-6.528-16.362-0.358-22.564l55.699-55.694c6.060-6.076 16.265-6.296 22.513-0.219l53.72 51.922 203.15-201.115c6.651-6.607 16.686-6.42 23.043-0.249l57.241 55.725c6.232 6.045 6.434 16.080 0.204 22.127l-274.521 266.564c-6.124 5.953-16.437 5.859-22.809-0.403l-0.001 0.001zM818.61 526.098l-274.521 266.534c-6.122 5.951-16.452 5.89-22.822-0.407l-117.88-116.064c-6.513-6.419-6.528-16.393-0.342-22.564l55.683-55.694c6.076-6.076 16.266-6.295 22.53-0.249l53.72 51.957 203.133-201.115c6.651-6.607 16.686-6.42 23.042-0.25l57.242 55.693c6.232 6.078 6.451 16.113 0.218 22.159h-0.002z"],"tags":["Donedone"]},"attrs":[{}],"properties":{"code":60350,"id":641,"name":"donedone","order":659,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":73},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832.313 70.862c66.722 0 120.826 54.199 120.826 120.826v0 640.627c0 66.732-54.197 120.823-120.826 120.823v0h-640.627c-66.726 0-120.823-54.197-120.823-120.823v0-640.627c0-66.735 54.19-120.826 120.823-120.826v0zM385.038 336.753h-144.914c-53.542 0-96.746 43.292-96.746 96.7v0 157.094c0 4.096 0.254 8.134 0.75 12.097v0h-0.75v217.547h84.603v-133.699c3.976 0.494 8.031 0.754 12.144 0.754v0h144.915c53.542 0 96.746-43.29 96.746-96.699v0-157.094c0-53.372-43.32-96.7-96.748-96.7v0zM880.622 203.809h-84.603v133.699c-3.976-0.495-8.024-0.754-12.144-0.754v0h-144.912c-53.549 0-96.748 43.292-96.748 96.7v0 157.093c0 53.374 43.317 96.7 96.748 96.7v0h144.912c53.548 0 96.747-43.292 96.747-96.7v0-157.093c0-4.096-0.259-8.134-0.755-12.098v0h0.755v-217.547zM385.197 409.269c13.296 0 24.072 10.753 24.072 24.171v0 157.118c0 13.348-10.8 24.171-24.072 24.171v0h-133.146c-13.297 0-24.071-10.753-24.071-24.171v0-157.118c0-13.349 10.799-24.171 24.071-24.171v0zM771.942 409.269c13.302 0 24.078 10.753 24.078 24.171v0 157.118c0 13.348-10.8 24.171-24.078 24.171v0h-133.134c-13.304 0-24.078-10.753-24.078-24.171v0-157.118c0-13.349 10.799-24.171 24.078-24.171v0z"],"tags":["Pagerduty"]},"attrs":[{}],"properties":{"code":60351,"id":640,"name":"pagerduty","order":660,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":74},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M573.552 496.332c-0.125 33.86-27.921 61.494-61.843 61.305-33.921-0.095-61.32-27.797-61.148-61.81 0.113-34.11 27.59-61.402 61.702-61.241 34.033 0.187 61.354 27.666 61.29 61.748l-0.001-0.001zM803.234 706.814c0.256 2.46-0.127 5.147-0.597 7.607-8.59 45.168-17.281 90.238-25.65 135.437-2.841 15.192-9.695 27.888-20.369 38.786-11.874 12.159-25.836 21.16-40.779 28.77-27.571 14.029-56.82 22.837-86.824 29.028-38.786 8.055-78.013 11.655-100.312 11.466-67.843-0.16-117.78-5.559-166.563-19.648-22.582-6.472-44.391-14.903-64.748-26.814-10.657-6.252-20.609-13.487-29.324-22.236-10.929-11.023-18.019-23.815-20.863-39.289-8.336-45.137-17.149-90.273-25.758-135.405-0.454-2.274-0.583-4.58-0.534-6.887 0.534-11.084 10.422-16.801 20.387-11.906 1.012 0.598 2.023 1.138 2.952 1.77 33.056 24.004 69.93 40.047 108.604 52.24 35.519 11.274 71.948 18.033 109.015 21.35 42.796 3.884 85.34 2.905 127.791-3.094 56.314-7.897 110.103-23.973 160.102-51.451 9.949-5.465 19.3-12.098 28.835-18.163 1.58-1.012 3.066-2.147 4.74-2.938 9.535-4.264 18.948 1.074 19.895 11.374l0.001 0.001zM756.362 189.772c-3.472 3.915-7.707 7.39-12.255 10.043-12.665 7.548-26.782 11.527-40.933 15.255-26.783 6.824-54.136 10.772-81.518 13.645-36.041 3.822-72.203 5.15-106.707 5.277-41.948-0.222-82.046-1.898-121.952-6.697-29.954-3.633-59.788-8.178-88.563-17.813-8.525-2.939-16.833-6.635-24.855-10.71-4.108-2.050-7.74-5.208-10.863-8.559-5.546-6.067-5.53-12.697 0.141-18.667 3.285-3.537 7.31-6.537 11.45-8.906 11.938-6.918 25.061-10.96 38.263-14.405 27.669-7.198 55.872-11.335 84.282-14.338 46.494-4.768 93.11-6.221 139.811-4.831 42.89 1.265 85.721 4.454 128.108 12.127 19.831 3.571 39.607 7.708 58.396 15.35 6.636 2.686 13.047 6.098 19.236 9.729 3.032 1.801 5.845 4.613 8.085 7.485 3.983 5.117 4.17 11.179-0.125 16.014h-0.004zM511.425 618.943c-67.562-0.222-122.2-55.464-121.978-123.37 0.171-67.846 55.113-122.361 122.988-122.107 68.255 0.223 122.705 55.18 122.457 123.495-0.319 67.496-55.719 122.201-123.466 121.981h-0.001zM888.293 165.135c-5.72-8.024-12.702-14.783-20.501-20.75-17.183-13.393-36.511-22.93-56.601-31.046-42.701-17.183-87.173-27.32-132.336-34.587-55.117-8.813-110.672-12.321-169.072-12.667-52.18 0.443-106.88 3.761-161.161 12.223-38.534 6.034-76.592 14.246-113.578 26.754-24.463 8.37-48.133 18.287-69.722 32.786-10.282 6.854-19.739 14.653-27.477 24.446-9.68 12.347-13.817 26.084-11.32 41.625 4.877 30.763 9.381 61.525 14.449 92.132 7.42 45.355 15.114 90.679 22.82 135.907 8.623 50.286 17.466 100.564 25.852 150.879 1.97 11.718 6.914 21.638 14.797 30.102 5.036 5.462 10.422 10.611 16.171 15.288 20.547 16.61 43.963 28.456 68.456 38.121 58.605 23.374 119.881 33.922 182.545 37.398 45.5 2.525 90.948 0.916 136.177-5.277 38.534-5.21 76.274-13.482 112.943-26.689 27.164-9.822 53.19-21.825 76.69-38.879 9.98-7.328 19.236-15.413 26.595-25.396 5.116-6.693 8.59-14.18 9.98-22.645 11.18-65.886 22.77-131.708 33.668-197.654 10.171-61.117 19.71-122.33 29.751-183.473 2.402-14.12-0.853-26.881-9.126-38.598h0.001z"],"tags":["Bitbucket"]},"attrs":[{}],"properties":{"code":60352,"id":639,"name":"bitbucket","order":661,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":75},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960.871 767.993c35.4 0 63.129 28.11 63.129 63.989 0 35.289-28.312 64.018-63.129 64.018-34.23 0-63.125-29.317-63.125-64.018 0-35.289 28.343-63.989 63.125-63.989zM366.175 128c252.27 0 342.184 110.229 342.184 213.371v0 536.757h-69.693l-23.403-59.268c-62.675 40.933-187.94 77.138-272.931 77.138-227.146 0-342.332-72.906-342.332-216.685 0-136.993 115.58-210.588 363.751-231.643 157.921-13.613 244.874-51.691 244.874-107.246 0-67.429-95.665-111.019-243.752-111.019-201.689 0-242.195 68.514-255.050 119.776-3.608 12.331-6.307 27.483-6.307 27.483v0h-90.824c0 0 0.7-20.956 2.619-31.616 23.452-146.044 138.22-217.048 350.862-217.048zM612.464 496.11c-62.545 32.566-132.434 43.916-246.388 54.181-232.374 21.023-262.182 79.989-262.182 129.023 0 74.349 84.679 115.311 238.437 115.311 146.766 0 265.42-82.187 270.133-108.458v0.001zM960.871 512.018c35.4 0 63.129 28.107 63.129 63.986 0 35.287-28.312 63.985-63.129 63.985-34.23 0-63.125-29.289-63.125-63.985 0-35.288 28.343-63.986 63.125-63.986zM960.871 256.007c35.4 0 63.129 28.104 63.129 63.985 0 35.291-28.312 64.022-63.129 64.022-34.23 0-63.127-29.325-63.125-64.022 0-35.291 28.343-63.985 63.125-63.985z"],"tags":["Asana"]},"attrs":[{}],"properties":{"code":60353,"id":638,"name":"asana","order":662,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":76},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M860.816 440.279c3.274-20.875 5.35-43.737 5.854-69.398-0.187-110.048-52.771-148.997-62.879-167.228 14.894-83.376-2.488-121.321-10.548-134.293-29.786-10.611-103.623 27.329-143.958 54.032-65.809-19.27-204.807-17.414-256.935 5.006-96.178-69.019-147.062-58.504-147.062-58.504s-32.887 59.101-8.689 145.565c-31.645 40.428-55.242 68.99-55.242 144.779 0 18.166 1.132 35.296 3.039 51.795 27.251 143.613 140.81 205.58 252.352 216.253-16.785 12.784-36.934 36.966-39.721 64.988-21.096 13.668-63.527 18.171-96.507 7.779-46.226-14.609-63.919-106.363-133.145-93.264-14.974 2.802-11.996 12.721 0.975 21.16 21.079 13.697 40.949 30.731 56.253 67.194 11.758 27.992 36.492 77.962 114.674 77.962 31.046 0 52.79-3.652 52.79-3.652s0.581 71.318 0.581 99.15c0 31.992-43.105 40.997-43.105 56.364 0 6.109 14.264 6.673 25.74 6.673 22.653 0 69.821-18.922 69.821-52.206 0-26.417 0.427-115.275 0.427-130.858 0-34.007 18.18-44.806 18.18-44.806s2.221 181.489-4.375 205.828c-7.747 28.623-21.775 24.562-21.775 37.282 0 19.018 56.694 4.658 75.508-36.934 14.545-32.496 8.028-210.492 8.028-210.492l15.146-0.346c0 0 0.188 81.521-0.316 118.769-0.566 38.571-4.535 87.346 18.326 110.363 15.018 15.112 60.99 41.688 60.99 17.41 0-14.072-32.211-25.691-32.211-63.793v-175.569c19.586 0 23.615 57.716 23.615 57.716l7.054 107.213c0 0-4.691 39.107 42.193 55.449 16.53 5.794 51.892 7.368 53.59-2.36 1.638-9.763-42.631-24.214-43.076-54.506-0.187-18.451 0.853-29.221 0.853-109.448 0-80.168-10.737-109.828-48.208-133.475 108.628-11.178 221.417-59.794 241.759-187.6h0.002z"],"tags":["Github"]},"attrs":[{}],"properties":{"code":60354,"id":637,"name":"github","order":663,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":77},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M389.706 610.373c47.593 43.786 99.832 73.025 120.062 83.432 23.655 56.761 70.415 106.027 133.735 132.293-26.063 59.003-72.938 103.050-128.458 127.043-55.111-23.233-104.071-67.69-131.328-128.792-14.882-32.711-21.559-66.905-21.559-100.546 0-39.588 9.563-78.507 27.548-113.43zM304.539 479.22c10.044 41.452 34.357 78.097 63.071 109.026-29.764 42.098-46.57 92.91-46.57 145.791 0 22.241 3.003 44.689 9.256 67.136-20.305 4.955-40.463 7.405-60.345 7.405-42.097 0-82.777-10.67-118.795-30.406-5.117-20.523-8.395-43.668-8.395-67.051 0-39.033 9.343-78.564 29.020-115.558 29.619-55.942 77.647-95.909 132.757-116.344zM856.14 594.982c19.59 36.85 28.976 76.7 28.976 116.026 0 21.455-2.682 42.65-7.959 63.26-36.119 19.473-78.565 31.513-122.7 31.513-19.708 0-39.706-2.303-59.646-7.317-64.542-16.064-116.753-56.117-149.608-108.184 22.68-12.272 67.69-38.684 109.582-76.465 22.883 9.153 49.996 13.701 77.398 13.701 42.008 0.001 84.715-10.524 123.956-32.535zM805.153 282.268c3.060 0.524 5.801 1.72 8.772 2.36 57.868 14.518 109.788 47.868 145.12 94.365-9.095 59.208-40.697 117.279-93.169 158.441-45.39 35.391-99.087 52.473-152.348 52.473-10.699 0-21.484-0.729-32.185-2.040 37.373-40.578 67.282-91.041 67.37-148.967 0-9.997-1.078-19.502-2.653-28.247 30.086-32.766 51.513-76.874 58.945-126.402v0zM264.907 283.493c44.732 0 87.399 12.155 124.536 33.815-47.984 12.274-89.888 54.078-89.787 121.507 0 2.649 0.118 5.479 0.118 7.986-53.773 10.379-105.75 42.532-142.847 92.266-50.797-39.586-82.252-95.647-91.973-155.204 35.74-48.1 90.749-84.687 156.487-96.493 14.488-2.624 29.093-3.877 43.465-3.877zM311.624 74.533c1.3 0.757 4.825 0.757 8.544 0.757 58.36 0 117.029 20.291 164.255 62.152 54.952 48.624 83.2 116.695 83.2 184.939 0 2.888-0.116 5.744-0.116 8.542-16.822 7.842-32.68 23.088-43.335 44.049-19.94-38.947-57.794-58.567-94.773-61.16-44.066-43.581-106.203-70.634-174.141-70.634-2.898 0-5.712 0.117-8.482 0.117 0.321-0.497 0.321-1.283 0.321-2.217 0-63.698 24.225-122.263 64.527-166.545zM698.192 70.86c41.076 43.785 67.401 104.306 67.401 171.036 0 46.642-13.033 90.165-35.332 127.479-22.273-36.090-61.161-55.243-99.701-56.002v0h-2.681c-10.028 0-20.23 1.196-30.318 3.761 0.119-4.723 0.294-9.533 0.293-14.4 0-60.402-16.151-120.835-60.928-168.469 46.906-42.415 98.59-63.405 157.652-63.405v0z"],"tags":["Zendesk"]},"attrs":[{}],"properties":{"code":60355,"id":636,"name":"zendesk","order":664,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":78},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M380.241 693.931c45.514 46.497 79.929 85.546 105.723 118.908-46.805 69.489-52.153 112.412-45.704 146.307v0h-145.386c0 0-0.075-1.318-0.116-3.825l-0.016-5.766c0.312-32.635 7.524-143.583 85.5-255.624zM178.443 288.488c-0.041-33.005 28.608-15.815 28.608-15.815 49.583 39.891 119.416 42.579 128.507 42.76l0.989 0.013c23.325 101.090 157.136 226.31 177.673 245.047 30.796-29.072 151.194-147.559 173.203-242.934 0 0 76.374-1.101 129.512-43.816 0 0 28.644-18.261 28.622 14.744v0l-0.005 3.489c-0.581 22.663-12.1 153.643-193.543 331.81-11.616 11.377-22.577 22.342-32.975 32.973 101.534 121.822 109.908 250.057 110.196 284.784l-0.001 3.918c-0.031 3.394-0.136 5.195-0.136 5.195v0h-145.385c10.932-55.104-11.823-134.81-211.718-331.070-181.454-178.167-192.963-305.686-193.542-327.71zM582.845 327.655c0 0 18.794-2.652 14.208 22.279-4.425 24.052-41.659 64.851-65.137 88.593l-6.903 6.891c-7.393 7.286-12.254 11.775-12.254 11.775-0.001 0-2.612-2.425-6.964-6.723l-4.9-4.903c-18.054-18.288-52.231-55.352-70.314-90.776 0 0-10.215-27.136 8.191-27.136v0zM701.75 115.727c34.758 0 62.938 28.181 62.938 62.97 0 34.761-28.181 62.937-62.938 62.937-34.758 0-62.966-28.176-62.966-62.937 0-34.789 28.206-62.97 62.966-62.97zM331.009 115.727c34.757 0 62.95 28.181 62.95 62.97 0 34.761-28.194 62.937-62.95 62.937-34.777 0-62.957-28.176-62.957-62.937 0-34.789 28.18-62.97 62.957-62.97zM520.014 64.854c34.772 0 62.95 28.177 62.95 62.938 0 34.789-28.177 62.97-62.95 62.97-34.774 0-62.953-28.181-62.953-62.97 0-34.762 28.178-62.938 62.953-62.938z"],"tags":["Jira"]},"attrs":[{}],"properties":{"code":60356,"id":635,"name":"jira","order":665,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":79},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M585.143 164.426v697.856l-218.733-145.554c-58.697-1.463-103.973-17.92-134.583-49.079-33.924-34.465-42.195-79.418-44.053-111.883l-0.421-10.902-0.045-13.917c0.015-1.361 0.032-2.655 0.048-3.877l0.073-23.844-0.174-20.217 0.254-10.9c1.331-32.482 8.697-77.675 43.513-113.085 30.647-31.086 76.179-47.543 135.387-48.933l218.734-145.664zM857.326 365.714l54.4 54.4-89.326 91.886 91.886 89.326-54.4 54.4-91.886-89.326-89.326 91.886-56.96-56.96 91.886-89.326-91.886-89.326 56.96-56.96 89.326 91.886 89.326-91.886z"],"tags":["no-audio_sp"]},"attrs":[{}],"properties":{"code":59743,"id":634,"name":"no-audio_sp","order":666,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":80},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M219.064 459.449l115.639 43.593c36.887 13.51 62.737 48.314 62.737 89.157l-0.091 4.964c0 17.618 10.997 32.669 26.499 38.662l4.623 1.471c20.883 5.413 52.333 12.033 83.749 12.983 31.379 0.147 62.683-3.109 93.367-9.691 12.322-2.803 21.768-12.691 23.863-25.070l0.421-4.261 0.293-8.814c1.29-39.574 26.49-72.964 61.57-86.266l6.966-2.312 126.354-36.864 7.79 30.171c32 59.246 37.010 117.467 14.446 168.594l-0.077 0.001c-8.411 18.651-19.821 35.876-33.719 50.907l-11.886 12.033c-17.109 15.854-36.387 29.767-57.239 41.163l-1.494 0.749c-61.001 33.207-138.276 51.127-219.136 51.127l-17.006-0.293c-148.663-4.461-278.601-68.681-323.437-159.817-19.786-40.229-32.439-105.289 19.383-186.587l16.384-25.6zM512 470.71c22.784 0 41.253 18.469 41.253 41.253s-18.47 41.253-41.253 41.253v0l-4.495-0.242c-20.67-2.24-36.758-19.747-36.758-41.011 0-22.783 18.47-41.253 41.253-41.253zM569.419 177.811c17.043 9.033 30.793 21.504 40.887 37.084 10.35 16.056 15.653 34.56 15.653 54.967 0 12.324-2.267 24.027-6.803 34.816-5.29 11.9-12.397 22.051-21.089 30.597l-0.014 0.014c-9.721 9.456-20.333 18.106-31.661 25.776l-0.814 0.519c-7.666 5.103-14.357 10.483-20.533 16.397l0.053-0.050c-2.453 2.263-4.43 5-5.79 8.073l-0.061 0.156c-1.147 3.45-1.807 7.42-1.807 11.546l0.016 22.869h-54.857v-21.796c0-11.52 1.756-22.053 5.047-31.379 4.32-11.046 10.631-20.457 18.564-28.22l0.014-0.014c8.434-8.153 17.634-15.633 27.441-22.289l0.719-0.46c10.533-7.204 18.799-13.897 24.721-19.786 3.95-3.767 7.167-8.229 9.471-13.166 1.6-3.849 2.529-8.319 2.529-13.004l-0.006-0.6c0.013-0.387 0.019-0.843 0.019-1.299 0-7.075-1.635-13.77-4.548-19.724l-2.311-4.137c-5.106-7.786-11.996-14.009-20.111-18.184l-0.296-0.137c-8.89-4.406-19.357-6.983-30.426-6.983-9.294 0-18.162 1.817-26.271 5.114l-5.686 2.601-4.231 2.547c-15.47 10.164-24.775 27.646-24.339 46.42l0.004 0.034h-54.857l-0.010-1.491c0-41.083 22.794-76.843 56.426-95.321l0.563-0.283c33.974-18.834 80.164-19.164 114.396-1.207z"],"tags":["askfirst_sp"]},"attrs":[{}],"properties":{"code":60343,"id":633,"name":"askfirst_sp","order":667,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":81},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M500.904 231.841l16.793 0.321c189.894 5.729 355.231 85.453 411.399 199.63 30.35 61.855 29.070 134.308-18.699 214.357l-9.641 15.411-140.756-40.945c-38.932-13.858-64.988-49.803-66.484-90.773l-0.017-13.37c-1.405-36.562-26.715-68.308-62.731-77.494-39.423-10.249-80.405-17.214-118.766-18.407-41.771-1.255-87.23 4.176-132.239 13.673-12.484 2.774-23.85 8.721-32.757 17.090-12.406 12.406-19.56 26.413-21.508 42.035l-0.516 6.794-0.436 11.652c-1.028 41.438-27.521 77.699-66.562 91.628l-6.267 2.011-142.312 32.261-3.332-5.981c-40.657-72.98-47.945-144.56-20.558-206.58 8.485-18.658 19.415-36.054 32.543-51.773l8.139-9.227 9.065-9.481 5.020-4.866 11.613-10.303c19.205-16.293 40.036-30.49 62.121-42.314 79.494-43.163 180.774-66.128 286.89-65.35z"],"tags":["hang-up_sp"]},"attrs":[{}],"properties":{"code":60288,"id":631,"name":"hang-up_sp","order":668,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":82},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M636.343 117.029c48.475 0 87.771 39.297 87.771 87.771v197.486h-65.829v-197.486c0-10.772-7.762-19.731-17.999-21.589l-3.944-0.354h-252.255l142.507 50.328c26.319 9.289 43.919 34.166 43.919 62.076v458.111h65.829c10.772 0 19.731-7.762 21.589-17.999l0.354-3.944v-131.657h65.829v131.657c0 48.475-39.297 87.771-87.771 87.771h-65.829v38.615c0 36.356-29.472 65.829-65.829 65.829-7.463 0-14.872-1.269-21.909-3.753l-226.732-80.023c-35.092-12.385-58.559-45.554-58.559-82.768v-552.3c0-48.475 39.297-87.771 87.771-87.771h351.086zM802.164 342.009l160.536 160.404-160.534 160.402-46.519-46.519 83.206-83.208-224.454 0.855v-65.828l219.888-0.855-78.643-78.732 46.519-46.519z"],"tags":["leave_sp"]},"attrs":[{}],"properties":{"code":60304,"id":630,"name":"leave_sp","order":669,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":83},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M537.949 819.394l-7.027 0.040-8.316-0.209-11.73-0.782-3.153-0.341-7.644 54.309-1.239-0.13c0.465 0.060 0.672 0.053 0.623-0.020l-1.957-0.776-18.060-5.292-133.185-35.987c19.183-15.28 35.653-31.391 49.823-47.888l8.229-9.941 7.465-9.698 6.312-8.778 6.719-10.009-1.576 2.441c4.689-7.123 9.020-14.259 13.022-21.372l5.563-10.266 4.522-8.967 2.553-5.358c3.024-6.458 5.802-12.865 8.357-19.193 2.42-5.986 4.625-11.87 6.654-17.662l2.728-8.059c3.553-10.842 6.502-21.318 8.987-31.278l3.195-13.613 3.552-17.417 1.887-10.434 5.258-31.437c0.841-4.866 9.837-11.85 23.771-11.85 12.841 0 21.867 6.127 23.715 11.135l0.35 1.812 0.073 152.796 23.99 3.036c12.874 1.609 52.226 10.971 63.781 32.439 5.851 10.934 4.059 26.076-5.267 44.946-1.068 2.172-2.305 4.209-3.692 6.118l-3.291 4.005-1.275 1.325-3.942 3.532-3.104 2.323-4.395 2.784-6.623 3.37-5.398 2.198-5.309 1.791-6.797 1.859-10.187 2.057-6.565 0.948-5.18 0.571-4.376 0.371-11.842 0.55zM512 164.571c181.781 0 329.143 147.362 329.143 329.143 0 119.967-64.182 224.943-160.081 282.464 5.233-24.874 0.712-44.17-5.727-57.801l-1.981-3.919c-17.031-31.435-51.043-46.943-76.019-54.372l-5.204-1.471v-106.24c0-37.414-35.364-67.804-78.847-67.804-37.026 0-68.311 21.4-76.572 51.628l-1.215 5.423-6.469 38.412-2.6 13.338-3.173 14.189c-11.67 48.581-34.97 109.326-90.722 162.023-90.14-58.693-149.675-160.33-149.675-275.872 0-181.781 147.362-329.143 329.143-329.143zM649.143 380.563c-22.106 0-40.027 17.92-40.027 40.027 0 19.16 13.46 35.174 31.44 39.104l4.225 0.688 4.362 0.235 4.361-0.235c20.054-2.173 35.666-19.159 35.666-39.792 0-22.107-17.92-40.027-40.027-40.027zM374.857 380.526c-22.107 0-40.027 17.92-40.027 40.027s17.92 40.027 40.027 40.027c22.107 0 40.027-17.92 40.027-40.027 0-19.16-13.46-35.174-31.44-39.104l-4.225-0.688-4.362-0.235z"],"tags":["whisper_sp"]},"attrs":[{}],"properties":{"code":60305,"id":629,"name":"whisper_sp","order":670,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":84},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M466.234 706.971l9.632 4.729 6.307 2.788c29.114 12.134 48.43 32.644 61.726 61.59 9.644 22.474 15.73 44.978 19.727 70.199l1.831 12.849 1.868 19.465-18.508 0.086-192.948-0.081-93.201-0.436-44.403-0.447h-71.878c-0.801-73.792 7.905-113.508 36.549-137.471 20.102-16.817 50.796-25.779 97.301-32.149l19.458-2.422c3.388-0.385 6.849-0.761 10.385-1.131l33.888-3.183c54.441-4.703 93.375-2.911 122.268 5.612zM680.019 701.358l23.066 2.093 21.23 2.22c57.621 6.541 94.029 15.512 116.825 34.572 28.662 23.964 37.376 63.68 36.574 137.471l-155.511 0.217-99.669 0.41-1.448-15.824c-7.474-68.853-26.183-121.473-58.598-157.793 31.111-6.703 67.885-7.662 117.53-3.367zM656.566 435.787c24.576-15.981 55.297-20.846 86.601-13.531 65.828 15.397 100.754 73.618 84.918 141.531-12.983 55.661-56.21 90.441-107.776 90.441-8.996 0-18.25-1.061-27.611-3.256-28.891-6.73-53.577-23.004-69.558-45.714-13.057-18.614-26.369-50.286-15.69-95.89 7.351-31.634 24.833-57.783 49.116-73.581zM280.831 422.254c31.27-7.241 61.953-2.45 86.638 13.531 24.247 15.799 41.728 41.947 49.078 73.581 10.643 45.604-2.633 77.274-15.689 95.89v0l-0.231 0.336c-16.361 22.479-40.541 38.898-69.327 45.416-9.363 2.157-18.616 3.219-27.649 3.219-51.493 0-94.72-34.78-107.703-90.368-15.873-67.986 19.053-126.171 84.881-141.604zM537.564 146.286v209.957l69.34-69.338 38.766 38.766-133.67 133.704-133.668-133.705 38.766-38.766 65.61 65.536v-206.152h54.857z"],"tags":["barge_sp"]},"attrs":[{}],"properties":{"code":60306,"id":628,"name":"barge_sp","order":671,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":85},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M219.064 459.449l115.639 43.593c36.887 13.51 62.737 48.314 62.737 89.157l-0.091 4.964c0 17.618 10.997 32.669 26.499 38.662l4.623 1.471c20.883 5.413 52.333 12.033 83.749 12.983 31.379 0.147 62.683-3.109 93.367-9.691 12.322-2.803 21.768-12.691 23.863-25.070l0.421-4.261 0.293-8.814c1.29-39.574 26.49-72.964 61.57-86.266l6.966-2.312 126.354-36.864 7.79 30.171c32 59.246 37.010 117.467 14.446 168.594l-0.077 0.001c-8.411 18.651-19.821 35.876-33.719 50.907l-11.886 12.033c-17.109 15.854-36.387 29.767-57.239 41.163l-1.494 0.749c-61.001 33.207-138.276 51.127-219.136 51.127l-17.006-0.293c-148.663-4.461-278.601-68.681-323.437-159.817-19.786-40.229-32.439-105.289 19.383-186.587l16.384-25.6zM512.001 146.286l133.668 133.778-38.766 38.766-69.34-69.338v283.1h-54.857v-279.295l-65.61 65.536-38.766-38.766 133.67-133.78z"],"tags":["take-over_sp"]},"attrs":[{}],"properties":{"code":60307,"id":627,"name":"take-over_sp","order":672,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":86},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M153.6 102.4v819.2h-76.8v-819.2h76.8zM947.2 473.6h-622.746l263.066-263.014-53.76-56.986-354.56 358.4 358.4 358.4 53.76-54.374-266.906-265.626h622.746v-76.8z"],"tags":["expand_sp"]},"attrs":[{}],"properties":{"code":60308,"id":626,"name":"expand_sp","order":673,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":87},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M508.481 782.698c-74.824 0-144.971-29.204-197.571-81.824l46.186-46.121c40.351 40.289 94.109 62.503 151.385 62.503 118.115 0 213.961-95.803 213.961-213.864 0-118.017-95.846-213.82-213.961-213.82-88.23 0-165.993 52.576-198.729 134.355l-60.794-24.529c41.999-106.487 145.016-176.291 259.523-175.892 154.324 0 279.432 125.053 279.432 279.308s-125.107 279.306-279.432 279.306v0.579zM264.725 803.711c-85.647-72.609-135.039-179.229-135.039-291.548-0.579-210.926 171.293-382.721 382.315-382.721v-65.441c-247.275 0-448.365 200.999-448.365 448.163 0.089 131.506 57.766 256.424 157.843 341.809l42.667-50.261h0.579zM373.442 841.151c-30.375 0-55.494 24.529-55.494 55.469 0 30.985 24.54 55.514 55.494 55.514 30.998 0 55.539-24.529 55.539-55.514 0-30.94-24.54-55.469-55.539-55.469zM858.061 792.626c75.982-92.33 111.078-209.19 99.364-328.365-12.738-130.972-82.663-249.657-191.113-324.269l-37.457 53.733c92.372 64.284 152.008 164.761 163.098 276.946 9.932 101.679-19.864 200.999-84.756 280.463-64.358 78.574-157.308 128.345-258.365 138.495l6.413 65.441c119.273-11.708 226.832-69.537 302.814-161.867v-0.579zM647.618 169.196c30.375-2.894 52.599-29.872 49.704-60.188-2.895-30.361-29.885-52.576-60.215-49.682-30.375 2.894-52.599 29.872-49.704 60.188 2.895 30.361 29.885 52.576 60.215 49.682zM600.853 633.697h-57.855l-3.519-5.832c-4.098-7.034-8.774-23.372-16.969-59.61-6.413-30.361-16.345-36.238-36.209-36.816h-16.39v102.258h-53.757v-254.153l9.353-1.781c15.766-2.894 38.57-5.253 60.794-5.253 35.63 0 59.013 7.034 75.982 22.214 14.029 12.287 22.224 32.142 22.224 53.778 0 26.266-12.293 48.48-32.735 61.925 10.511 9.928 18.082 24.529 22.759 44.384 5.3 23.951 12.293 53.199 16.969 61.969l9.353 16.917zM469.333 484.695h19.285c25.743 0 41.509-12.821 41.509-33.299 0-8.191 0-32.142-42.667-32.721-7.616 0-14.029 0-18.127 1.157v64.863z"],"tags":["ringsense"]},"attrs":[{}],"properties":{"code":60309,"id":625,"name":"ringsense","order":674,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":88},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M609.576 432.747l56.024 2.279c-8.777 201.991-105.213 313.37-279.188 324.030v111.344h-56.024v-111.344c-173.937-10.697-270.411-122.040-279.188-324.030l56.024-2.279c7.805 180.633 92.29 272.238 251.176 272.238s243.369-91.603 251.176-272.238zM870.4 665.6v102.4h-153.6v-102.4h153.6zM358.4 153.6c123.376 0 156.819 73.255 165.339 162.886l1.355 17.537c0.18 2.952 0.338 5.917 0.477 8.893l0.618 17.979 0.258 18.159-0.087 26.631-0.405 17.621-0.793 17.41-1.278 17.115c-8.281 90.339-41.394 164.445-165.484 164.445-123.346 0-156.806-73.255-165.335-162.886l-1.357-17.537c-0.18-2.952-0.339-5.917-0.478-8.893l-0.619-17.979-0.258-18.159 0.087-26.631 0.405-17.621 0.794-17.41 1.279-17.115c8.29-90.339 41.421-164.445 165.481-164.445zM972.8 460.8v102.4h-256v-102.4h256zM972.8 256v102.4h-256v-102.4h256z"],"tags":["transcipt_sp"]},"attrs":[{}],"properties":{"code":60318,"id":624,"name":"transcipt_sp","order":675,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":89},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M420.571 256v512h-109.714v-512h109.714zM713.143 256v512h-109.714v-512h109.714z"],"tags":["hold_sp"]},"attrs":[{}],"properties":{"code":60319,"id":623,"name":"hold_sp","order":676,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":90},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M841.143 333.657v385.58l-139.51-87.428c2.537-26.447 3.822-56.75 3.822-91.285v-20.475c0-35.422-1.285-66.544-4.228-93.435l139.916-92.957zM418.891 292.571c-211.718 0-236.034 24.433-236.034 237.714s24.318 237.714 236.034 237.714c209.045 0 235.528-25.491 235.967-227.477v-20.475c-0.406-201.986-26.92-227.477-235.967-227.477z"],"tags":["video_meeting_sp"]},"attrs":[{}],"properties":{"code":60320,"id":622,"name":"video_meeting_sp","order":677,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":91},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 182.857l80.705 32.84 98.577 22.87 79.394 13.355-0.001 290.987c0.256 13.523-1.961 29.914-8.223 49.946-15.64 44.39-38.498 82.321-73.62 121.522-9.91 10.875-20.395 21.238-31.38 30.932-10.601 9.495-22.364 19.349-35.098 29.482-11.8 9.347-24.712 18.695-37.623 27.8l-33.079 23.133-39.484 26.387-28.168-17.279c-43.254-28.931-58.908-41.354-74.532-54.206l-23.316-19.344c-20.269-16.824-38.499-33.683-54.282-50.365-32.039-33.948-53.487-68.707-66.095-102.932-8.001-21.788-11.632-40.967-12.383-57.097l-0.139-299.904 33.942-4.647 27.040-3.867 18.809-2.843 111.345-28.324c7.189-2.639 13.77-5.393 20.551-8.227l29.186-11.75 17.875-8.469zM511.384 241.531l-16.576 6.556-17.281 7.183-11.66 4.62-10.703 3.913-12.11 4.3-13.151 4.493-10.853 3.539-8.971 2.727-8.163 2.196-4.101 1.011-9.127 1.903-10.273 1.907-8.477 1.499-11.157 1.857-22.163 3.483-14.814 2.244-15.517 2.206v248.446c0.077 10.481 2.331 23.356 7.069 37.779l2.183 6.274c10.521 28.557 28.679 57.077 54.859 84.819 11.759 12.427 25.263 25.199 40.359 38.176l30.084 25.11 17.553 14.236 10.269 7.984c1.643 1.25 3.26 2.466 4.856 3.65l9.407 6.799 10.074 6.913 5.1 3.411 12.99 8.451 10.299-7.026 33.77-23.624 11.297-8.061 14.49-10.701 8.404-6.51c12.179-9.691 23.107-18.864 32.979-27.704 9.461-8.35 18.584-17.346 27.053-26.637 27.25-30.416 46.324-60.086 57.55-88.177l3.296-8.819c4.719-13.709 7.074-25.419 7.48-32.82l0.061-2.569-0.12-3.513-0.020-246.226-20.549-3.411-15.246-2.66-30.7-5.51-11.067-2.069-10.117-1.963-12.25-2.587-7.143-1.664-6.093-1.641-11.521-3.474-13.699-4.644-15.227-5.53-34.104-12.56-9.956-3.94-8.57-3.641zM511.040 290.833l36.777 13.586 16.109 5.853 10.824 3.696 6.527 2.127 3.373 1.006 1.613 0.527 5.711 1.667 6.681 1.804 3.043 0.764 5.917 1.35 12.991 2.749 10.766 2.094 11.367 2.124 29.17 5.227 0.020 207.643 0.071 2.826-0.037 0.967c-0.149 2.173-0.734 5.611-1.881 10.060l-0.969 3.523-2.117 6.649-2.641 7.041c-9.126 22.727-25.264 47.804-49.027 74.327-7.104 7.791-15.044 15.623-23.251 22.864-7.070 6.33-14.606 12.754-22.79 19.437l-8.407 6.774-7.727 5.98-8.77 6.526-15.604 11.199-18.221 12.744-5.699-4.031-8.809-6.549-9.557-7.441-10.68-8.607-5.877-4.827-29.321-24.467c-13.963-11.999-26.357-23.719-37.014-34.981-20.026-21.219-34.096-42.387-42.737-63.027l-2.431-6.174-1.556-4.449c-2.877-8.679-4.377-16.023-4.771-21.534l-0.107-2.6v-208.681l13.964-2.214 11.487-1.911 14.949-2.661 4.98-0.956 9.914-2.063 3.826-0.897 4.153-1.059 9.241-2.559 8.063-2.473 6.139-1.987 11.976-4 13.411-4.661 17.834-6.466 12.834-5.079 16.271-6.779z"],"tags":["e2ee_sp"]},"attrs":[{}],"properties":{"code":60344,"id":632,"name":"e2ee_sp","order":678,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":92},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M274.286 476.197v35.803c0 78.243 58.202 142.176 130.871 146.095l7.076 0.19 194.341-0.037-81.172-81.152 51.695-51.695 169.495 169.455-169.495 169.455-51.695-51.695 81.209-81.225-194.377 0.037c-111.128 0-202.341-89.665-210.497-202.894l-0.448-8.326-0.146-8.208v-35.803h73.143zM446.904 159.688l51.695 51.695-81.245 81.189h194.377c111.157 0 202.377 89.659 210.534 202.893l0.448 8.327 0.146 8.209v35.804h-73.143v-35.804c0-78.248-58.207-142.176-130.905-146.095l-7.079-0.19h-194.34l81.209 81.189-51.695 51.695-169.495-169.455 169.495-169.455z"],"tags":["flip_sp"]},"attrs":[{}],"properties":{"code":60321,"id":621,"name":"flip_sp","order":679,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":93},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M856.291 548.571l-245.288 245.288-51.72-51.72 120.397-120.426h-496.823v-73.143h673.434zM611.003 230.14l245.288 245.288h-673.434v-73.143h496.823l-120.397-120.426 51.72-51.72z"],"tags":["transfer-call_sp"]},"attrs":[{}],"properties":{"code":60322,"id":613,"name":"transfer-call_sp","order":680,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":94},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M237.714 384c0 177.717 134.938 323.74 303.629 328.997l9.243 0.145 188.655-0.040-51.15-51.085 38.875-38.839 117.285 117.358-117.321 117.285-38.802-38.802 51.089-51.090-188.485 0c-195.37 0.070-356.96-160.252-367.346-363.216l-0.4-10.438-0.092-10.273h54.821zM557.714 164.571c125.905 0.143 228.451 99.955 232.987 224.771l0.156 8.372c-0.143 125.905-99.955 228.451-224.771 232.987l-8.372 0.156c-128.703-0.146-232.997-104.44-233.143-233.129 0.143-125.919 99.955-228.465 224.771-233.001l8.372-0.156zM585.143 274.286h-54.857v147.127l89.309 92.819 38.691-38.803-73.143-76.764v-124.379z"],"tags":["park-call_sp"]},"attrs":[{}],"properties":{"code":60323,"id":620,"name":"park-call_sp","order":681,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":95},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M489.059 219.49l56.803 0.079 31.616 0.475 19.787 0.54 27.808 1.204 17.328 1.099 16.39 1.362 15.477 1.649 14.59 1.958c92.005 13.785 129.399 48.641 143.842 132.971l2.045 13.368 1.709 14.172 1.398 14.998 1.112 15.848 0.853 16.72 0.619 17.616 0.545 28.153 0.162 30.298-0.28 39.421-0.654 27.147-0.694 16.988-0.93 16.125-1.191 15.285-1.476 14.466-1.787 13.67-2.123 12.896c-13.028 70.926-43.433 105.629-111.688 122.205l-12.442 2.741-13.253 2.386-14.089 2.054-14.95 1.744-7.805 0.763-16.288 1.321-17.211 1.066-18.159 0.833-19.133 0.622-30.579 0.587-44.412 0.252-44.412-0.252-30.579-0.587-19.133-0.622-18.159-0.833-17.211-1.066-16.288-1.321-15.389-1.597-14.516-1.896c-2.348-0.342-4.661-0.698-6.938-1.067l-13.253-2.386-12.442-2.741c-68.255-16.576-98.66-51.279-111.688-122.205l-2.123-12.896-1.787-13.67-1.476-14.466-1.191-15.285-0.93-16.125-0.694-16.988-0.654-27.147-0.264-29.212 0.053-30.518 0.406-28.869 0.51-18.078 0.731-17.171 0.978-16.287 1.25-15.426 0.735-7.397 1.706-14.177c10.911-80.332 38.991-119.638 107.122-138.446l12.076-3.027c4.159-0.945 8.453-1.826 12.886-2.649l13.722-2.293 7.183-1.020 15.024-1.803 15.924-1.505 16.85-1.229 17.801-0.977 18.778-0.748 19.78-0.542 42.67-0.557zM450.012 292.678l-35.867 0.475-23.776 0.763-14.441 0.767-13.363 1.014-12.327 1.296-11.333 1.611c-50.631 8.31-70.156 28.057-77.793 74.97l-1.462 10.474-1.14 11.34-1.198 18.71-0.519 13.656-0.555 30.305-0.24 63.222 0.254 58.932 0.521 21.622 0.583 13.205 0.818 12.276 1.092 11.381 1.406 10.52c8.143 52.189 30.421 71.262 91.301 78.223l12.272 1.202 13.275 0.933 14.318 0.698 15.4 0.497 25.216 0.443 47.996 0.213 92.815-0.070 35.376-0.402 23.518-0.681 14.318-0.698 13.275-0.933 12.272-1.202c60.879-6.961 83.158-26.034 91.301-78.223l1.406-10.52 1.092-11.381 0.818-12.276 0.583-13.205 0.521-21.622 0.253-41.159-0.063-71.755-0.398-31.384-0.703-20.887-0.734-12.727-0.99-11.809-1.285-10.926-1.619-10.077c-8.093-43.49-27.486-62.244-73.937-70.41l-10.774-1.646-11.704-1.332-12.671-1.052-13.677-0.807-14.722-0.597-15.805-0.421-44.502-0.508-114.404-0.039zM412.314 411.455l7.139 0.143c49.486 1.606 70.362 16.233 73.763 53.193l0.368 5.433 0.132 6.162-1.829 8.955-53.067-1.834 1.717-11.609-12.573-1.023-12.862-0.441-5.599-0.064-28.363-0.021-3.343 0.226c-6.816 0.811-10.265 3.703-11.503 10.005l-0.399 2.914-0.223 5.678 0.007 48.329 0.16 3.583c0.631 7.427 3.059 10.921 8.861 12.098l2.698 0.367 2.531 0.12 29.158-0.036 10.258-0.147 10.909-0.481 8.603 0.673 1.792-15.529 53.029 1.838-0.069 13.082c-1.558 41.070-20.52 56.805-71.525 59.175l-7.155 0.241-12.009 0.086-13.423-0.217c-59.672-2.087-76.417-19.863-78.428-85.639l-0.212-14.807 0.2-14.673c1.793-60.997 16.531-80.675 66.314-84.871l6.144-0.431 12.635-0.448 16.165-0.031zM628.022 411.429l7.131 0.067 13.395 0.421 6.659 0.418c43.703 3.305 60.289 16.726 63.014 52.574l0.306 5.547 0.102 5.913-1.829 9.007-53.066-1.834 1.688-11.577-9.699-0.948-11.073-0.488-35.202-0.387-4.861 0.135-3.481 0.469c-5.044 1.030-8.084 3.444-9.527 7.647l-0.678 2.74-0.397 4.338 0.133 20.941-0.044 23.831-0.125 8.218 0.21 3.569c0.815 7.13 3.974 10.537 11.137 11.526l3.32 0.28 5.8 0.042 33.517-0.362 10.936-0.447 8.382 0.871 1.792-15.756 53.029 1.837-0.058 13.186c-1.35 40.127-17.324 54.983-63.681 58.503l-6.511 0.411-13.429 0.421-13.943-0.007c-60.849-0.972-80.281-15.799-84.331-72.534l-0.657-13.309-0.211-14.768 0.204-14.757c1.882-63.076 17.414-81.933 72.228-85.19l6.253-0.299 13.565-0.249z"],"tags":["cc_sp"]},"attrs":[{}],"properties":{"code":60324,"id":619,"name":"cc_sp","order":682,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":96},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512.019 219.43c158.406 0.258 287.338 126.205 292.394 283.466l0.154 9.107-0.141 9.114c-4.816 157.366-133.901 283.459-292.432 283.459-161.581 0-292.572-130.989-292.572-292.573 0-158.534 126.095-287.618 283.461-292.431l9.136-0.142zM512.019 292.572l-8.25 0.152c-117.376 4.326-211.202 100.844-211.202 219.276 0 121.187 98.242 219.427 219.429 219.427 115.872 0 211.178-89.981 218.896-203.299l0.4-8.134 0.128-7.875c-0.192-118.419-93.958-214.877-211.187-219.385l-8.214-0.162z","M511.99 365.715c80.79 0 146.288 65.494 146.288 146.285 0 78.342-61.587 142.304-138.989 146.106l-7.299 0.179-7.302-0.179c-77.398-3.802-138.986-67.763-138.986-146.106 0-80.79 65.498-146.285 146.288-146.285z"],"tags":["record_sp"]},"attrs":[{},{}],"properties":{"code":60325,"id":618,"name":"record_sp","order":683,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":97},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M402.286 256c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM804.571 621.714v73.143h-109.714v-73.143h109.714zM402.286 329.143c-100.989 0-182.857 81.868-182.857 182.857s81.868 182.857 182.857 182.857c100.989 0 182.857-81.868 182.857-182.857s-81.868-182.857-182.857-182.857zM402.286 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM877.714 475.429v73.143h-182.857v-73.143h182.857zM877.714 329.143v73.143h-182.857v-73.143h182.857z"],"tags":["rec-transcipt_sp"]},"attrs":[{}],"properties":{"code":60326,"id":617,"name":"rec-transcipt_sp","order":684,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":98},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M566.857 219.429v237.714h237.714v109.714h-237.714v237.714h-109.714v-237.714h-237.714v-109.714h237.714v-237.714z"],"tags":["call-add_sp"]},"attrs":[{}],"properties":{"code":60327,"id":616,"name":"call-add_sp","order":685,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":99},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M585.143 862.281l-218.733-145.554c-58.697-1.463-103.973-17.92-134.583-49.079-45.897-46.629-44.837-112.457-44.471-140.58l0.073-23.844-0.073-6.327c-0.476-29.841-1.39-92.050 43.666-137.874 30.647-31.086 76.179-47.543 135.387-48.933l218.734-145.664v697.856z","M731.796 302.593l1.079 0.611c70.384 42.921 117.426 120.343 117.633 208.796v0 0.003l-0.213 9.807c-3.497 84.348-49.673 157.708-118.498 199.636v0l-28.16-47.067 0.834-0.474c54.54-33.314 90.99-93.331 91.179-161.903v0c-0.154-68.57-36.617-128.589-92.013-162.341v0l28.16-47.067zM674.743 408.027l0.536 0.304c34.949 21.319 58.314 59.749 58.454 103.669v0c-0.126 43.933-23.496 82.381-58.99 104.009v0l-28.16-47.104c20.186-12.106 32.219-33.354 32.219-56.906s-12.031-44.799-32.219-56.904v0l28.16-47.067z"],"tags":["audio-low_sp"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"properties":{"code":60328,"codes":[60328,60329],"id":615,"name":"audio-low_sp","order":686,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":100},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M585.143 862.281l-218.733-145.554c-58.697-1.463-103.973-17.92-134.583-49.079-45.897-46.629-44.837-112.457-44.471-140.58l0.073-23.844-0.073-6.327c-0.476-29.841-1.39-92.050 43.666-137.874 30.647-31.086 76.179-47.543 135.387-48.933l218.734-145.664v697.856zM850.507 512c-0.207-88.453-47.249-165.874-117.633-208.796l-1.079-0.611-28.16 47.067c55.396 33.753 91.859 93.771 92.013 162.319v0.023c-0.189 68.571-36.639 128.589-91.179 161.903l-0.834 0.474 28.16 47.067c71.473-43.54 118.52-120.977 118.711-209.416v-0.030zM733.733 512c-0.14-43.92-23.506-82.35-58.454-103.669l-0.536-0.304-28.16 47.067c20.187 12.106 32.219 33.353 32.219 56.904s-12.033 44.8-32.219 56.906l28.16 47.104c35.494-21.627 58.864-60.076 58.99-103.99v-0.019z"],"tags":["audio_sp"]},"attrs":[{}],"properties":{"code":60330,"id":614,"name":"audio_sp","order":687,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":101},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M265.143 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM758.857 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286z"],"tags":["call-more_sp"]},"attrs":[{}],"properties":{"code":60331,"id":612,"name":"call-more_sp","order":688,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":102},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M283.429 658.286c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 658.286c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM740.571 658.286c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM283.429 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM740.571 429.714c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM283.429 201.143c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM512 201.143c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286zM740.571 201.143c45.445 0 82.286 36.841 82.286 82.286s-36.841 82.286-82.286 82.286c-45.445 0-82.286-36.841-82.286-82.286s36.841-82.286 82.286-82.286z"],"tags":["keypad_sp"]},"attrs":[{}],"properties":{"code":60332,"id":611,"name":"keypad_sp","order":689,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":103},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M757.943 442.294l54.857 2.267c-8.594 200.96-103.021 311.771-273.371 322.377v110.776h-54.857v-110.776c-58.211-3.638-107.562-18.973-147.651-45.608l48.124-36.131c34.802 18.601 77.145 27.943 126.956 27.943 155.576 0 238.299-91.136 245.943-270.849zM807.753 257.829l30.171 41.619-621.679 466.724-30.207-41.581 621.714-466.761zM463.646 626.186l210.296-157.889-1.517 13.973c-10.43 82.928-45.761 148.587-160.424 148.587-18.004 0-34.052-1.619-48.354-4.671zM266.057 442.294c2.579 60.635 13.705 111.186 33.292 151.556l-45.108 33.847c-25.405-48.774-39.913-109.979-43.042-183.136l54.857-2.267zM512 164.571c114.887 0 150.132 65.915 160.485 149.073l-306.349 230.007c-14.040-35.991-17.798-79.85-18.548-125.107l-0.142-28.046 0.306-21.551 0.825-21.283c0.127-2.344 0.267-4.68 0.42-7.008l1.097-13.852c0.427-4.577 0.918-9.111 1.482-13.595l1.918-13.293c12.564-76.568 50.047-135.344 158.507-135.344z"],"tags":["mic-off_sp"]},"attrs":[{}],"properties":{"code":60333,"id":610,"name":"mic-off_sp","order":690,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":104},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M539.429 766.939v110.776h-54.857v-110.776c-170.313-10.643-264.777-121.417-273.371-322.377l54.857-2.267c7.643 179.711 90.367 270.849 245.943 270.849s238.299-91.136 245.943-270.849l54.857 2.267c-8.594 200.96-103.021 311.771-273.371 322.377zM347.429 397.714c0-117.943 12.727-233.143 164.571-233.143 151.881 0 164.571 115.2 164.571 233.143s-12.69 233.143-164.571 233.143c-151.844 0-164.571-115.2-164.571-233.143z"],"tags":["mic_sp"]},"attrs":[{}],"properties":{"code":60334,"id":609,"name":"mic_sp","order":691,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":105},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M649.722 140.87l2.17 3.407 1.725 3.607 288 704c6.692 16.357-1.144 35.042-17.501 41.734-15.189 6.214-32.385-0.099-40.121-14.129l-1.612-3.373-87.886-214.804h-341.024l-87.854 214.804c-6.214 15.189-22.768 23.030-38.198 18.715l-3.536-1.214c-15.189-6.214-23.030-22.768-18.715-38.198l1.214-3.536 288-704c9.786-23.92 41.305-26.258 55.339-7.014zM313.925 397.138l2.158 3.478 1.701 3.682 66.847 170.165-35.392 84.928-61.239-155.904-72.512 184.512 121.847-0.032-26.656 64.032h-120.311l-48.584 123.701c-6.001 15.274-22.444 23.346-37.933 19.247l-3.552-1.164c-15.274-6.001-23.346-22.444-19.247-37.933l1.164-3.552 176-448c9.594-24.42 41.712-26.807 55.709-7.161zM624 244.48l-144.352 352.832h288.672l-144.32-352.832z"],"tags":["font-size"]},"attrs":[{}],"properties":{"code":60335,"id":608,"name":"font-size","order":692,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":106},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M416 544c30.723 0 60.654 3.219 89.254 9.299-12.812 18.384-23.732 38.162-32.497 59.069-18.313-2.869-37.31-4.368-56.757-4.368-150.678 0-274.33 89.999-286.941 204.653-1.586 14.422 10.729 19.348 16.623 19.349l316.976 0.027c7.072 22.508 16.563 43.944 28.17 64.003l-362.829-0.032c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM645.49 600.235l90.51 90.51 90.51-90.51c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-90.51 90.51 90.51 90.51c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-90.532-90.532-90.487 90.532c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l90.487-90.532-90.487-90.487c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192-192-85.961-192-192 85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.308-128-128-128z"],"tags":["remove-member_border"]},"attrs":[{}],"properties":{"code":60317,"id":607,"name":"remove-member_border","order":693,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":107},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M469.441 160.012l44.595 0.105c-16.116 21.12-28.8 44.625-37.527 69.702l-64.492 0.252-32.492 0.553-15.115 0.446-21.31 0.933-13.325 0.824-12.64 1.007-11.974 1.207-11.325 1.426c-1.834 0.257-3.643 0.524-5.425 0.801l-10.386 1.788-9.783 2.052c-52.179 12.044-77.797 36.88-90.363 88.024l-2.144 9.592c-0.334 1.648-0.657 3.321-0.97 5.019l-1.746 10.495-1.504 11.12-1.279 11.763-1.073 12.424-0.884 13.104-0.714 13.801-0.562 14.516-0.739 31.25-0.346 34.327-0.004 94.607 0.474 42.182 0.581 23.039 0.547 14.451 0.696 13.744 0.863 13.055 1.047 12.384 1.249 11.731 1.469 11.095 1.707 10.477 1.962 9.877c0.698 3.194 1.442 6.291 2.235 9.294l2.525 8.729c14.274 45.081 41.7 66.815 94.363 77.282l10.173 1.833 10.782 1.587 11.409 1.358 12.054 1.147 12.716 0.954 13.396 0.779 14.094 0.621 22.488 0.674 32.591 0.511 74.418 0.224 54.631-0.225 32.525-0.511 22.449-0.672 20.847-0.986 13.037-0.861 12.37-1.044c2.007-0.19 3.987-0.389 5.94-0.596l11.401-1.352c1.848-0.244 3.669-0.497 5.465-0.76l10.471-1.699 9.873-1.953c3.193-0.695 6.29-1.435 9.293-2.223l8.73-2.512c1.409-0.444 2.796-0.9 4.16-1.37l7.919-2.978c35.733-14.657 54.519-40.172 64.386-84.566l1.981-9.805 1.725-10.4 1.487-11.013 1.267-11.644 1.525-18.686 1.128-20.204 0.561-14.341 0.741-30.855 0.351-33.868 0.104-46.787c21.444-7.181 41.777-17.227 60.449-29.916l9.253-6.564 0.175 34.211-0.317 50.88-0.551 28.279-0.88 26.65-1.256 25.069-1.070 15.858-1.272 15.19-1.489 14.537-1.719 13.898c-0.307 2.264-0.623 4.502-0.951 6.714l-2.092 12.965c-1.852 10.551-3.981 20.472-6.423 29.801l-3.084 10.913c-18.354 60.254-51.89 93.789-112.144 112.144l-10.913 3.084c-7.463 1.954-15.306 3.707-23.546 5.278l-12.662 2.223c-2.161 0.349-4.347 0.686-6.559 1.013l-13.583 1.84-14.216 1.602-14.862 1.379-15.522 1.169-16.197 0.974-16.885 0.792-26.65 0.88-28.279 0.551-50.88 0.317-41.495-0.203-19.589-0.275-27.976-0.671-17.734-0.64-17.017-0.812-16.315-0.998-15.628-1.198-14.955-1.414c-2.437-0.254-4.847-0.518-7.23-0.792l-13.973-1.764-13.336-2.015c-4.341-0.715-8.578-1.475-12.714-2.281l-12.107-2.562c-68.878-15.79-107.487-46.641-128.812-105.539l-3.489-10.374c-2.216-7.102-4.216-14.581-6.020-22.455l-2.56-12.11-2.28-12.717-2.014-13.339-1.762-13.976-1.525-14.627-1.303-15.293-1.095-15.973-0.902-16.668-1.022-26.337-0.669-27.982-0.429-39.954v-41.956l0.27-29.955 0.551-28.279 0.88-26.65 1.256-25.069 1.070-15.858 1.272-15.19 1.489-14.537 1.719-13.898c0.307-2.264 0.623-4.502 0.951-6.714l2.092-12.965c1.852-10.551 3.981-20.472 6.423-29.801l3.084-10.913c18.354-60.254 51.89-93.789 112.144-112.144l10.913-3.084c7.463-1.954 15.306-3.707 23.546-5.278l12.662-2.223c2.161-0.349 4.347-0.686 6.559-1.013l13.583-1.84 14.216-1.602 14.862-1.379 15.522-1.169 16.197-0.974 16.885-0.792 26.65-0.88 28.279-0.551 40.321-0.306zM843.435 96.012l6.526 0.314c23.96 1.882 46.25 12.247 62.816 29.030l4.373 4.735 19.765 22.814c33.567 38.938 29.993 96.438-7.137 131.125l-4.616 4.050-245.13 210.063c-12.996 10.68-27.962 17.735-43.958 20.975l-6.916 1.154-181.158 23.727 54.441-170.138c4.861-15.271 13.527-29.058 25.215-40.137l5.192-4.579 245.189-210.063c18.225-15.267 41.511-23.44 65.399-23.071v0zM844.29 164.655c-6.189-0.57-12.337 0.919-17.497 4.138l-2.97 2.136-245.189 210.063c-3.245 2.567-5.866 5.807-7.689 9.456l-1.551 3.776-21.636 67.702 72.101-9.468c3.947-0.513 7.73-1.829 11.101-3.874l3.225-2.286 245.189-210.12c5.848-4.62 9.59-11.35 10.292-18.708 0.585-6.131-0.901-12.263-4.222-17.404l-2.21-2.958-19.765-22.814c-4.853-5.647-11.637-9.069-19.18-9.639z"],"tags":["compose"]},"attrs":[{}],"properties":{"code":60313,"id":606,"name":"compose","order":694,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":108},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.998 96c223.074 0 415.89 156.038 416 388.146-0.038 4.259-3.507 7.688-7.766 7.678l-376.232-0.898v-138.926l-0.215-3.732c-1.848-15.915-15.373-28.268-31.785-28.268-15.149 0-27.839 10.525-31.155 24.662l-0.63 3.606-0.215 3.732v320l0.215 3.732c1.848 15.915 15.373 28.268 31.785 28.268 15.149 0 27.839-10.525 31.155-24.662l0.63-3.606 0.215-3.732v-113.12l368.465 0.046c6.662 0.001 12.062 5.402 12.061 12.064-0 0.275-0.009 0.55-0.028 0.824v0 0c-0.158 2.052-0.322 4.048-0.491 5.975l-1.080 10.638c-0.382 3.204-0.785 6.034-1.211 8.389-35.476 195.908-211.050 317.45-409.716 317.45-72.466 0-140.758-18.272-200.226-50.438-21.31 23.25-43.718 40.762-65.302 53.236-60.326 34.804-141.368-19.92-117.372-94.16 16.926-52.406 18.44-91.514-2.138-162.634-19.966-47.898-30.964-100.336-30.964-155.152 0-227.156 187.534-409.118 416-409.118zM424 488c-12.15 0-22.192 9.030-23.781 20.744l-0.219 3.256v120c0 13.254 10.746 24 24 24 12.15 0 22.192-9.030 23.781-20.744l0.219-3.256v-120c0-13.254-10.746-24-24-24zM344 392c-13.254 0-24 10.746-24 24v160c0 13.254 10.746 24 24 24s24-10.746 24-24v-160c0-13.254-10.746-24-24-24z"],"tags":["callrail"]},"attrs":[{}],"properties":{"code":60314,"id":605,"name":"callrail","order":695,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":109},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M424 488c13.254 0 24 10.746 24 24v120c0 13.254-10.746 24-24 24s-24-10.746-24-24v-120c0-13.254 10.746-24 24-24zM368 416c0-13.254-10.746-24-24-24s-24 10.746-24 24v160c0 13.254 10.746 24 24 24s24-10.746 24-24v-160z","M921.718 596.816c-35.478 195.908-211.052 317.45-409.718 317.45-72.466 0-140.758-18.272-200.226-50.438-21.31 23.25-43.718 40.762-65.302 53.236l-0.044 0.026c-60.282 34.778-141.324-19.946-117.328-94.186 16.926-52.406 18.44-91.514-2.138-162.634-19.966-47.898-30.964-100.336-30.964-155.152 0-227.156 187.534-409.118 416-409.118 223.074 0 415.89 156.038 416 388.146 0 19.184-7.386 36.508-19.38 49.412 11.856 17.674 17.322 39.89 13.098 63.258h0.002zM297.302 778.656c16.706 12.624 34.6 23.808 53.494 33.366 48.298 24.438 103.104 38.244 161.202 38.244 161.862 0 298.26-91.172 339.374-233.386 2.96-10.23 5.424-20.722 7.37-31.47 2.496-13.804-8.26-26.53-22.576-26.53h-292.166v113.12c0 17.674-14.326 32-32 32s-32-14.326-32-32v-320c0-17.674 14.326-32 32-32s32 14.326 32 32v138.926l311.206 1.904c4.874 0.028 8.794-3.876 8.794-8.65-0.090-190.53-157.674-324.178-352-324.178s-352 154.502-352 345.118c0 47.386 9.742 92.558 27.358 133.65 18.2 61.716 22.82 106.63 15.276 152.948-0.468 2.88-0.986 5.766-1.548 8.662l-0.418 2.11c-1.646 8.154-3.66 16.39-6.034 24.812l-0.012 0.042c-1.412 5.008-2.952 10.080-4.618 15.236-4.664 14.416 11.17 26.736 24.448 19.076 3.818-2.208 7.73-4.662 11.704-7.38 8.332-5.702 16.964-12.562 25.622-20.698 1.758-1.648 3.514-3.35 5.272-5.106 1.488-1.486 2.986-3.020 4.472-4.586 0.702-0.74 1.404-1.486 2.106-2.244 11.014-11.882 21.916-25.93 32.202-42.406l0.414-0.666 0.254-0.414 0.072-0.026 0.078 0.026 0.662 0.502-0.008-0.002z"],"tags":["callrail_border"]},"attrs":[{},{}],"properties":{"code":60315,"id":604,"name":"callrail_border","order":696,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":110},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M658.074 79.82c-11.375-10.086-26.955-15.82-42.138-15.82h-423.936c-34.576 0-64 29.027-64 64v352c0 17.486 14.917 31.678 32.205 31.678s31.795-14.192 31.795-31.678c0-11.658 0-118.324 0-320 0-17.486 14.712-32 32-32h379.904c7.617 0 15.381 2.867 21.094 7.936l196.096 171.57c6.765 5.981 12.268 16.434 12.268 25.557l-1.362 146.937c0 17.486 14.712 32.002 32 32.002s32-14.516 32-32.002v-161.331c0-18.247-8.282-37.755-21.862-49.819l-216.064-189.030zM954.285 613.312c15.434 0 27.912-13.178 27.912-29.397s-12.477-29.397-27.912-29.397h-218.832c-15.384 0-27.912 13.178-27.912 29.397s12.528 29.397 27.912 29.397h76.519v311.664c0 19.362 14.883 35.024 33.223 35.024s33.223-15.662 33.223-35.024v-311.664h75.867zM700.876 917.424c11.325 18.297-1.153 42.576-21.898 42.576h-17.889c-4.811 0-8.669-1.318-11.626-3.953-2.906-2.889-5.211-5.829-6.865-8.921l-116.306-153.931-119.163 153.931c-2.105 3.092-4.509 6.032-7.215 8.921-2.706 2.636-6.164 3.953-10.323 3.953h-13.68c-20.846 0-33.273-24.481-21.748-42.778l126.979-160.014-119.914-159.76c-11.676-18.297 0.752-42.93 21.648-42.93h17.038c4.811 0 8.368 0.76 10.673 2.332 2.305 1.521 4.259 3.852 5.963 6.893l113.801 158.442 113.5-157.074c1.854-3.548 3.959-6.184 6.264-7.958s5.211-2.636 8.769-2.636h13.981c21.046 0 33.474 24.836 21.547 43.133l-120.165 156.567 126.629 163.207zM300.94 613.312c15.384 0 27.912-13.178 27.912-29.397s-12.528-29.397-27.912-29.397h-218.832c-15.434 0-27.912 13.178-27.912 29.397s12.477 29.397 27.912 29.397h76.469v311.664c0 19.362 14.883 35.024 33.273 35.024 18.34 0 33.223-15.662 33.223-35.024v-311.664h75.867z"],"tags":["txt_border"]},"attrs":[{}],"properties":{"code":60316,"id":603,"name":"txt_border","order":697,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":111},{"icon":{"attrs":[{"fill":"rgb(80, 89, 201)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(0, 0, 0)","opacity":0.05},{"fill":"rgb(0, 0, 0)","opacity":0.07},{"fill":"rgb(0, 0, 0)","opacity":0.09},{"fill":"rgb(89, 97, 195)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M992 464.845v188.633c0 78.141-64.464 141.475-144 141.475s-144-63.334-144-141.475v-235.791h240c26.52 0 48 21.103 48 47.158zM848 323.371c53.016 0 96-42.23 96-94.317s-42.984-94.317-96-94.317c-53.016 0-96 42.23-96 94.317s42.984 94.317 96 94.317z","M776 464.845v259.371c0 135.415-116.184 244.186-255.984 235.273-127.56-8.111-224.016-117.778-224.016-243.36v-298.441h432c26.52 0 48 21.103 48 47.158zM536 346.95c79.536 0 144-63.334 144-141.475s-64.464-141.475-144-141.475c-79.536 0-144 63.334-144 141.475s64.464 141.475 144 141.475z","M680 205.475c0 78.134-64.471 141.475-144 141.475s-144-63.34-144-141.475c0-78.134 64.471-141.475 144-141.475s144 63.34 144 141.475z","M560 731.738v-314.051h-264v298.441c0 36.17 8.232 70.926 22.656 102.404h152.976c48.816 0 88.368-38.858 88.368-86.795z","M296 417.687v298.441c0 27.352 4.824 53.855 13.296 78.825h159.792c41.376 0 74.904-32.94 74.904-73.591v-303.676h-247.992z","M528.008 417.687h-232.008v298.441c0 18.91 2.424 37.349 6.576 55.246h163.968c33.936 0 61.44-27.022 61.44-60.363v-293.325h0.024z","M464 747.795h-384c-26.52 0-48-21.103-48-47.158v-377.266c0-26.055 21.48-47.158 48-47.158h384c26.52 0 48 21.103 48 47.158v377.266c0 26.055-21.48 47.158-48 47.158z","M369.632 394.084h-195.264v40.556h73.128v195.235h49.008v-195.235h73.128z"],"tags":["microsoft-teams-2019"]},"attrs":[{"fill":"rgb(80, 89, 201)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(123, 131, 235)"},{"fill":"rgb(0, 0, 0)","opacity":0.05},{"fill":"rgb(0, 0, 0)","opacity":0.07},{"fill":"rgb(0, 0, 0)","opacity":0.09},{"fill":"rgb(89, 97, 195)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60284,"codes":[60284,60285,60286,60297,60298,60300,60302,60303],"id":602,"name":"microsoft-teams-2019","order":698,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":112},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M205.414 550.4c24.371 0 45.517 3.021 63.539 9.114 17.971 6.093 32.87 14.746 44.698 25.958 11.827 11.059 20.582 24.422 26.214 40.243 5.837 15.77 8.704 33.28 8.704 52.48s-3.072 36.864-9.216 53.043c-6.195 15.974-15.309 29.747-27.29 41.37-11.981 11.571-26.982 20.634-44.954 27.085-17.818 6.298-38.4 9.421-61.696 9.421h-58.726v120.525c0 16.742-12.646 30.362-28.211 30.362s-28.16-13.619-28.16-30.362v-359.731c0-10.752 8.090-19.507 18.074-19.507h97.024zM509.542 550.4c28.262 0 53.914 4.966 77.005 14.848 23.142 9.882 42.957 23.859 59.546 41.933 16.589 17.869 29.389 39.424 38.4 64.717 9.165 25.139 13.773 52.89 13.773 83.302 0 30.618-4.608 58.47-13.773 83.558-9.011 25.139-21.811 46.694-38.4 64.768-16.589 17.869-36.403 31.744-59.546 41.626-23.091 9.882-48.742 14.848-77.005 14.848h-120.832c-12.186 0-22.067-10.65-22.067-23.757v-362.086c0-13.107 9.882-23.757 22.067-23.757h120.832zM937.83 550.4c12.646 0 22.886 11.059 22.886 24.678s-10.24 24.678-22.886 24.678h-156.006v137.165h129.536c12.646 0 22.886 11.059 22.886 24.678s-10.24 24.678-22.886 24.678h-129.536v143.206c0 16.845-12.698 30.515-28.314 30.515-15.667 0-28.314-13.67-28.314-30.515v-367.002c0-6.656 5.018-12.083 11.213-12.083h201.421zM509.542 599.45h-86.272v311.501h86.272c19.968 0 37.939-3.533 54.016-10.547 16.23-7.066 30.003-17.203 41.267-30.515 11.469-13.517 20.275-29.901 26.47-49.101s9.267-41.062 9.267-65.587c0-24.32-3.072-46.131-9.267-65.331-6.195-19.405-15.002-35.738-26.47-49.050-11.264-13.517-25.037-23.757-41.267-30.822-16.077-7.014-34.048-10.547-54.016-10.547zM205.414 598.016h-58.726v163.174h58.726c14.285 0 26.829-1.997 37.581-5.99 10.957-3.994 20.019-9.626 27.29-16.845 7.373-7.424 12.954-16.128 16.64-26.214 3.738-10.291 5.581-21.606 5.581-33.946 0-24.934-7.27-44.493-21.709-58.778-14.285-14.234-36.096-21.402-65.382-21.402zM615.936 64c15.514 0 30.515 5.632 42.138 15.821l216.064 189.030c13.875 12.186 21.862 29.747 21.862 48.179v162.97c0 17.664-14.336 32-32 32s-32-14.336-32-32v-148.429c0-9.216-3.994-18.022-10.906-24.064l-196.096-171.571c-5.837-5.12-13.312-7.936-21.094-7.936h-379.904c-17.664 0-32 14.336-32 32v320c0 17.664-14.336 32-32 32s-32-14.336-32-32v-352c0-35.328 28.672-64 64-64h423.936z"],"tags":["pdf_border"]},"attrs":[{}],"properties":{"code":60296,"id":600,"name":"pdf_border","order":699,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":113},{"icon":{"attrs":[{"fill":"rgb(30, 142, 62)"},{"fill":"rgb(252, 201, 52)"},{"fill":"rgb(217, 48, 37)"},{"fill":"rgb(26, 115, 232)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M96.332 272.075l207.734 359.845c3.142 5.437 6.492 10.739 10.038 15.896 3.159 4.621 6.479 9.117 9.948 13.487l3.849 4.718 4.701 5.401c10.632 12.018 22.464 22.929 35.314 32.576l10.803 7.621 5.844 3.784 8.621 5.179 8.94 4.843c5.553 2.862 11.239 5.519 17.040 7.955l11.137 4.35 9.9 3.329 9.622 2.803 12.177 2.923 8.225 1.601 7.089 1.123 7.946 1.049 7.032 0.679 9.228 0.587 10.517 0.23c4.978 0 9.946-0.155 14.897-0.463l10.218-0.894 5.005-0.547 9.331-1.383 13.175-2.56 10.080-2.498 4.346-1.211 10.166-3.202 5.989-2.141 8.907-3.498 9.245-4.061 9.988-4.945 8.669-4.78 9.958-6.088 6.538-4.376 5.787-4.136 5.292-4.001 8.282-6.765 5.854-5.173 8.799-8.448 6.66-7.018 6.73-7.683 6.905-8.642 5.623-7.647 0.309-0.486c3.308-4.683 6.426-9.495 9.372-14.422l-206.108 357.012c-84.261 0.019-167.033-22.135-240.019-64.256s-133.585-102.701-175.725-175.668c-42.14-72.967-64.313-155.739-64.313-240 0-79.305 19.658-157.29 57.103-227.023l7.229-12.977z","M927.63 272c42.159 72.948 64.351 155.72 64.37 239.981s-22.154 167.052-64.275 240.019c-42.121 72.967-102.72 133.566-175.687 175.687-68.675 39.661-146.035 61.635-225.148 64.068l-14.852 0.227 206.217-357.145c21.455-35.938 33.783-77.956 33.783-122.855 0-131.697-106.046-238.607-237.412-240.005l413.005 0.024z","M344.871 339.724l-5.987 6.021-4.078 4.35c-34.424 37.663-57.001 86.338-61.834 140.129l-0.792 12.354-0.181 9.405 0.302 12.1c1.837 37.070 12.088 71.932 28.883 102.71l2.891 5.112-207.744-359.847c39.763-68.914 96.008-126.811 163.604-168.531l12.045-7.193c72.967-42.14 155.739-64.332 240-64.332s167.033 22.173 240 64.313c68.914 39.781 126.795 96.044 168.497 163.657l7.19 12.049-415.649-0.057c-64.984 0-123.932 25.82-167.148 67.761z","M512.019 702.035c104.945 0 190.016-85.072 190.016-190.016s-85.072-190.016-190.016-190.016c-104.945 0-190.016 85.072-190.016 190.016s85.072 190.016 190.016 190.016z"],"tags":["google-chrome-logo"]},"attrs":[{"fill":"rgb(30, 142, 62)"},{"fill":"rgb(252, 201, 52)"},{"fill":"rgb(217, 48, 37)"},{"fill":"rgb(26, 115, 232)"}],"properties":{"code":60277,"codes":[60277,60279,60280,60281],"id":598,"name":"google-chrome-logo","order":700,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":114},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M312.902 263.098c0 17.673 14.327 32 32 32l338.741-0.014-443.172 443.189c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l443.217-443.235-0.041 338.804c0 17.673 14.327 32 32 32s32-14.327 32-32v-416c0-17.673-14.327-32-32-32h-416c-17.673 0-32 14.327-32 32z"],"tags":["external-link-global"]},"attrs":[{}],"properties":{"code":60282,"id":597,"name":"external-link-global","order":701,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":115},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M540.622 85.864c12.386 6.192 22.428 16.236 28.622 28.622l376.446 752.892c15.808 31.616 2.994 70.058-28.622 85.866-8.886 4.442-18.686 6.756-28.622 6.756h-752.892c-35.346 0-64-28.654-64-64 0-9.936 2.314-19.736 6.758-28.622l376.446-752.892c15.808-31.614 54.25-44.43 85.864-28.622zM512 143.108l-376.446 752.892h752.892l-376.446-752.892zM512 704c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 352c17.674 0 32 14.326 32 32v224c0 17.674-14.326 32-32 32s-32-14.326-32-32v-224c0-17.674 14.326-32 32-32z"],"tags":["report-an-issue"]},"attrs":[{}],"properties":{"code":60301,"id":582,"name":"report-an-issue","order":702,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":116},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 288c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224zM512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM544 512v96h-64v-96h64zM544 416v64h-64v-64h64z"],"tags":["deskphone-pairing-info"]},"attrs":[{}],"properties":{"code":60299,"id":601,"name":"deskphone-pairing-info","order":703,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":117},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-128c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h128zM896 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-448c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h448zM608 672h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM800 672h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM608 544h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM800 544h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32s-14.327-32-32-32zM800 288h-256c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v64c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h256c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-64c0-17.673-14.327-32-32-32z"],"tags":["deskphone"]},"attrs":[{}],"properties":{"code":60287,"id":548,"name":"deskphone","order":704,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":118},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672.483 64h-320.966c-84.758 0-125.486 7.864-167.799 30.495-38.365 20.519-68.705 50.857-89.222 89.222-22.631 42.315-30.496 83.043-30.496 167.8v320.966c0 84.758 7.865 125.484 30.496 167.799 20.517 38.365 50.857 68.705 89.222 89.222 42.315 22.631 83.043 30.496 167.799 30.496h320.966c84.758 0 125.484-7.865 167.799-30.496 38.365-20.517 68.705-50.857 89.222-89.222 22.631-42.315 30.496-83.043 30.496-167.799v-320.966c0-84.758-7.865-125.485-30.496-167.799-20.517-38.365-50.857-68.705-89.222-89.222-42.315-22.631-83.043-30.497-167.799-30.497v0zM350.323 141.002l366.375 1.043 2.721 0.156 1.783 0.108 1.761 0.114 1.738 0.119 1.713 0.124 1.691 0.128 1.668 0.133 1.645 0.136 1.624 0.142 1.601 0.147 2.361 0.229 1.549 0.157 1.526 0.163 1.507 0.168 1.486 0.173 1.465 0.178 1.444 0.184 1.425 0.187 1.405 0.193 1.384 0.196 1.367 0.201 1.348 0.206 1.328 0.21 1.309 0.215c0.217 0.037 0.434 0.072 0.648 0.11l1.283 0.222 1.265 0.228 1.246 0.233c0.206 0.040 0.413 0.079 0.618 0.119 16.753 3.236 28.786 7.674 43.365 15.47 24.946 13.34 44.294 32.69 57.636 57.634 7.796 14.579 12.234 26.612 15.468 43.365l0.236 1.237 0.231 1.256c0.038 0.212 0.075 0.423 0.114 0.633l0.222 1.283 0.219 1.3 0.214 1.319c0.035 0.22 0.070 0.444 0.105 0.667l0.206 1.347 0.201 1.367 0.198 1.384 0.192 1.403 0.187 1.424 0.182 1.445 0.177 1.465 0.173 1.486 0.168 1.507 0.165 1.526 0.159 1.549 0.154 1.568 0.222 2.394 0.142 1.624 0.138 1.645 0.133 1.668 0.128 1.69 0.123 1.715 0.117 1.738 0.114 1.76 0.109 1.783 0.105 1.808 0.1 1.832 0.095 1.857 0.089 1.881 0.126 2.868 0.079 1.944 0.074 1.969 0.068 1.997 0.093 3.041 0.084 3.103 0.072 3.16 0.063 3.222 0.037 2.184 0.046 3.325 0.024 2.252 0.026 3.432 0.012 2.324 0.009 3.54v323.354l-0.009 3.54-0.019 3.475-0.019 2.28-0.024 2.252-0.046 3.327-0.037 2.184-0.040 2.154-0.068 3.181-0.080 3.122-0.060 2.048-0.096 3.022-0.108 2.964-0.079 1.944-0.126 2.868-0.136 2.814-0.096 1.844-0.156 2.721-0.109 1.783-0.114 1.76-0.117 1.738-0.123 1.713-0.128 1.691-0.133 1.668-0.138 1.645-0.142 1.624-0.147 1.601-0.229 2.361-0.159 1.549-0.165 1.526-0.168 1.507-0.173 1.486-0.177 1.465-0.182 1.444-0.187 1.424-0.192 1.405-0.198 1.384-0.201 1.367-0.206 1.348-0.21 1.328-0.215 1.309c-0.037 0.217-0.072 0.434-0.11 0.648l-0.222 1.283-0.228 1.265-0.233 1.246c-0.038 0.206-0.079 0.413-0.117 0.618-3.236 16.753-7.674 28.786-15.468 43.365-13.34 24.946-32.69 44.294-57.636 57.636-14.579 7.796-26.612 12.234-43.365 15.468l-1.237 0.236-1.255 0.231c-0.21 0.038-0.422 0.075-0.635 0.114l-1.283 0.222-1.3 0.219-1.32 0.214c-0.222 0.035-0.443 0.070-0.667 0.105l-1.348 0.206-1.367 0.201-1.384 0.198-1.405 0.192-1.425 0.187-1.444 0.182-1.465 0.177-1.486 0.173-1.507 0.168-1.526 0.164-1.549 0.159-1.57 0.154-2.394 0.222-1.624 0.142-1.645 0.138-1.668 0.133-1.691 0.128-1.713 0.122-1.738 0.117-1.761 0.114-1.783 0.108-1.808 0.105-1.832 0.1-1.857 0.095-1.881 0.089-2.868 0.126-1.944 0.079-1.969 0.073-1.995 0.068-3.042 0.093-3.101 0.084-3.162 0.072-3.222 0.063-2.184 0.037-3.327 0.045-2.252 0.025-5.756 0.038-3.54 0.009-366.374-1.041-2.721-0.156-1.783-0.108-1.761-0.114-1.738-0.117-1.715-0.122-1.691-0.128-1.668-0.133-1.645-0.138-1.624-0.142-1.601-0.147-2.363-0.229-1.549-0.159-1.526-0.164-1.507-0.168-1.486-0.173-1.465-0.177-1.446-0.182-1.425-0.187-1.404-0.192-1.384-0.198-1.367-0.201-1.348-0.206-1.328-0.21-1.311-0.215c-0.217-0.037-0.434-0.072-0.649-0.11l-1.283-0.222-1.265-0.228-1.248-0.233c-0.207-0.038-0.413-0.079-0.618-0.117-16.753-3.236-28.786-7.674-43.365-15.468-24.946-13.34-44.294-32.69-57.635-57.636-7.798-14.579-12.234-26.612-15.47-43.365l-0.236-1.237-0.231-1.255c-0.039-0.21-0.077-0.422-0.114-0.635l-0.222-1.283-0.219-1.3-0.214-1.32c-0.035-0.222-0.070-0.443-0.105-0.667l-0.207-1.348-0.201-1.367-0.196-1.384-0.193-1.405-0.187-1.425-0.184-1.444-0.179-1.465-0.173-1.486-0.168-1.507-0.163-1.526-0.158-1.549-0.154-1.57-0.222-2.394-0.142-1.624-0.137-1.645-0.133-1.668-0.128-1.69-0.124-1.713-0.119-1.738-0.114-1.761-0.109-1.783-0.103-1.808-0.1-1.832-0.095-1.857-0.089-1.881-0.126-2.868-0.077-1.944-0.074-1.969-0.068-1.995-0.093-3.041-0.082-3.101-0.072-3.162-0.061-3.222-0.035-2.184-0.046-3.327-0.024-2.252-0.026-3.432-0.012-2.324-0.009-3.54v-323.354l0.009-3.54 0.019-3.475 0.019-2.282 0.024-2.252 0.046-3.325 0.035-2.184 0.040-2.156 0.068-3.181 0.079-3.122 0.060-2.047 0.098-3.022 0.109-2.964 0.077-1.944 0.126-2.868 0.137-2.812 0.098-1.844 0.156-2.721 0.109-1.783 0.114-1.76 0.119-1.738 0.124-1.715 0.128-1.69 0.133-1.668 0.137-1.645 0.142-1.624 0.147-1.601 0.229-2.362 0.158-1.549 0.163-1.526 0.168-1.507 0.173-1.486 0.179-1.465 0.184-1.445 0.187-1.424 0.193-1.403 0.196-1.384 0.201-1.367 0.207-1.347 0.21-1.328 0.215-1.311c0.037-0.217 0.072-0.434 0.11-0.649l0.222-1.283 0.228-1.265 0.233-1.248c0.040-0.206 0.079-0.413 0.119-0.618 3.236-16.753 7.674-28.786 15.47-43.365 13.34-24.946 32.69-44.294 57.635-57.634 14.579-7.798 26.612-12.234 43.365-15.47l1.237-0.236 1.257-0.231c0.212-0.038 0.424-0.077 0.634-0.114l1.283-0.222 1.3-0.219 1.32-0.213c0.221-0.035 0.445-0.070 0.667-0.105l1.348-0.207 1.367-0.201 1.384-0.196 1.404-0.192 1.425-0.187 1.446-0.184 1.465-0.179 1.486-0.173 1.507-0.168 1.526-0.163 1.549-0.158 1.568-0.154 2.394-0.222 1.624-0.142 1.645-0.136 1.668-0.133 1.691-0.128 1.715-0.124 1.738-0.119 1.761-0.114 1.783-0.109 1.808-0.103 1.832-0.1 1.857-0.094 1.881-0.089 2.868-0.126 1.944-0.077 1.969-0.074 1.997-0.068 3.042-0.093 3.103-0.082 3.161-0.072 3.222-0.061 2.184-0.035 3.325-0.045 2.252-0.025 5.756-0.038 3.539-0.012z","M365.627 770.601c1.768 0.075 3.532-0.214 5.18-0.845s3.155-1.598 4.419-2.835c1.241-1.262 2.214-2.765 2.856-4.415s0.942-3.414 0.88-5.184v-373.954c-0.229-1.603-0.082-3.237 0.427-4.774s1.372-2.935 2.513-4.083c1.143-1.148 2.536-2.014 4.071-2.532s3.168-0.674 4.772-0.452h242.463c1.582-0.173 3.183 0.018 4.681 0.558s2.853 1.414 3.962 2.555c1.108 1.143 1.943 2.52 2.436 4.034s0.639 3.117 0.42 4.695v116.739c0.231 1.579 0.096 3.188-0.396 4.706s-1.323 2.903-2.434 4.048c-1.111 1.144-2.471 2.018-3.974 2.553-1.502 0.536-3.108 0.719-4.694 0.534h-109.218c-1.621-0.261-3.281-0.136-4.846 0.362s-2.991 1.362-4.16 2.515c-1.171 1.153-2.053 2.566-2.574 4.121s-0.67 3.215-0.434 4.84v51.73c-0.21 11.776 0.908 23.537 3.334 35.061 2.527 10.428 6.907 20.319 12.933 29.199l75.36 118.232c2.609 4.219 6.34 7.63 10.778 9.852 4.435 2.222 9.401 3.169 14.343 2.735h98.296c4.944 0 8.162-1.321 9.657-4.081 0.683-1.636 0.905-3.428 0.639-5.18s-1.001-3.398-2.133-4.762l-74.729-120.704c-3.449-4.944-2.184-8.851 3.736-11.84l52.425-23.623c16.877-6.816 31.218-18.707 41.043-34.029 9.091-16.126 13.584-34.436 12.99-52.937v-171.458c0-29.083-7.511-51.137-22.535-66.157s-37.077-22.531-66.162-22.531h-339.956c-28.473 0-50.376 7.509-65.704 22.531s-22.993 37.074-22.993 66.157v415.34c-0.072 1.768 0.217 3.528 0.851 5.178s1.596 3.155 2.83 4.42c1.267 1.234 2.77 2.196 4.421 2.83s3.414 0.92 5.18 0.85h99.047z"],"tags":["icon_RC app"]},"attrs":[{},{}],"properties":{"code":60310,"id":576,"name":"rc-app","order":705,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":119},{"icon":{"attrs":[{"fill":"rgb(255, 122, 0)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(6, 132, 188)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M695.409 0h-366.817c-96.865 0-143.411 8.988-191.771 34.852-43.846 23.449-78.519 58.122-101.968 101.968-25.864 48.361-34.852 94.906-34.852 191.771v366.817c0 96.865 8.988 143.411 34.852 191.771 23.449 43.846 58.122 78.519 101.968 101.968 48.361 25.864 94.906 34.852 191.771 34.852h366.817c96.865 0 143.411-8.988 191.771-34.852 43.846-23.449 78.519-58.122 101.968-101.968 25.864-48.361 34.852-94.906 34.852-191.771v-366.817c0-96.865-8.988-143.411-34.852-191.771-23.449-43.846-58.122-78.519-101.968-101.968-48.361-25.864-94.906-34.852-191.771-34.852zM327.226 88.001l398.709 0.388 2.34 0.068 3.454 0.111 3.388 0.124 2.222 0.089 3.279 0.144 3.215 0.156 2.108 0.111 3.11 0.177 2.039 0.124 2.012 0.13 1.985 0.135 1.959 0.141 1.932 0.146 1.906 0.152 1.881 0.157 1.855 0.162 1.83 0.168 2.699 0.262 1.769 0.181 1.744 0.187 1.721 0.192 1.697 0.198 1.674 0.203 1.651 0.209 1.628 0.214 1.605 0.22 1.583 0.225 1.561 0.231 1.54 0.236 1.518 0.241 1.497 0.247c0.248 0.042 0.495 0.083 0.741 0.125l1.466 0.255 1.446 0.261 1.425 0.266c0.236 0.045 0.471 0.090 0.705 0.135 19.146 3.697 32.898 8.769 49.56 17.679 28.51 15.247 50.622 37.359 65.869 65.869 8.911 16.662 13.982 30.414 17.679 49.56l0.269 1.415 0.263 1.435c0.043 0.241 0.087 0.483 0.13 0.725l0.255 1.466 0.25 1.487 0.244 1.508c0.040 0.253 0.080 0.507 0.12 0.762l0.236 1.54 0.231 1.561 0.225 1.583 0.22 1.605 0.214 1.628 0.209 1.651 0.203 1.674 0.198 1.697 0.192 1.721 0.187 1.744 0.181 1.769 0.176 1.793 0.254 2.736 0.162 1.855 0.157 1.881 0.152 1.906 0.146 1.932 0.141 1.959 0.135 1.985 0.13 2.012 0.124 2.039 0.119 2.066 0.114 2.094 0.108 2.122 0.103 2.15 0.144 3.279 0.089 2.222 0.084 2.251 0.078 2.281 0.107 3.477 0.095 3.545 0.083 3.613 0.071 3.683 0.041 2.495 0.051 3.801 0.027 2.574 0.030 3.922 0.013 2.656 0.010 4.046v369.548l-0.010 4.046-0.022 3.971-0.022 2.607-0.027 2.574-0.051 3.801-0.041 2.495-0.046 2.463-0.079 3.636-0.091 3.567-0.068 2.34-0.111 3.454-0.124 3.388-0.089 2.222-0.144 3.279-0.156 3.215-0.111 2.108-0.177 3.11-0.124 2.039-0.13 2.012-0.135 1.985-0.141 1.959-0.146 1.932-0.152 1.906-0.157 1.881-0.162 1.855-0.168 1.83-0.262 2.699-0.181 1.769-0.187 1.744-0.192 1.721-0.198 1.697-0.203 1.674-0.209 1.651-0.214 1.628-0.22 1.605-0.225 1.583-0.231 1.561-0.236 1.54-0.241 1.518-0.247 1.497c-0.042 0.248-0.083 0.495-0.125 0.741l-0.255 1.466-0.261 1.446-0.266 1.425c-0.045 0.236-0.090 0.471-0.135 0.705-3.697 19.146-8.769 32.898-17.679 49.56-15.247 28.51-37.359 50.622-65.869 65.869-16.662 8.911-30.414 13.982-49.56 17.679l-1.415 0.269-1.435 0.263c-0.241 0.043-0.483 0.087-0.725 0.13l-1.466 0.255-1.487 0.25-1.508 0.244c-0.253 0.040-0.507 0.080-0.762 0.12l-1.54 0.236-1.561 0.231-1.583 0.225-1.605 0.22-1.628 0.214-1.651 0.209-1.674 0.203-1.697 0.198-1.721 0.192-1.744 0.187-1.769 0.181-1.793 0.176-2.736 0.254-1.855 0.162-1.881 0.157-1.906 0.152-1.932 0.146-1.959 0.141-1.985 0.135-2.012 0.13-2.039 0.124-2.066 0.119-2.094 0.114-2.122 0.108-2.15 0.103-3.279 0.144-2.222 0.089-2.251 0.084-2.281 0.078-3.477 0.107-3.545 0.095-3.613 0.083-3.683 0.071-2.495 0.041-3.801 0.051-2.574 0.027-3.922 0.030-2.656 0.013-4.046 0.010-398.709-0.388-2.34-0.068-3.454-0.111-3.388-0.124-2.222-0.089-3.279-0.144-3.215-0.156-2.108-0.111-3.11-0.177-2.039-0.124-2.012-0.13-1.985-0.135-1.959-0.141-1.932-0.146-1.906-0.152-1.881-0.157-1.855-0.162-1.83-0.168-2.699-0.262-1.769-0.181-1.744-0.187-1.721-0.192-1.697-0.198-1.674-0.203-1.651-0.209-1.628-0.214-1.605-0.22-1.583-0.225-1.561-0.231-1.54-0.236-1.518-0.241-1.497-0.247c-0.248-0.042-0.495-0.083-0.741-0.125l-1.466-0.255-1.446-0.261-1.425-0.266c-0.236-0.045-0.471-0.090-0.705-0.135-19.146-3.697-32.898-8.769-49.56-17.679-28.51-15.247-50.622-37.359-65.869-65.869-8.911-16.662-13.982-30.414-17.679-49.56l-0.269-1.415-0.263-1.435c-0.043-0.241-0.087-0.483-0.13-0.725l-0.255-1.466-0.25-1.487-0.244-1.508c-0.040-0.253-0.080-0.507-0.12-0.762l-0.236-1.54-0.231-1.561-0.225-1.583-0.22-1.605-0.214-1.628-0.209-1.651-0.203-1.674-0.198-1.697-0.192-1.721-0.187-1.744-0.181-1.769-0.176-1.793-0.254-2.736-0.162-1.855-0.157-1.881-0.152-1.906-0.146-1.932-0.141-1.959-0.135-1.985-0.13-2.012-0.124-2.039-0.119-2.066-0.114-2.094-0.108-2.122-0.103-2.15-0.144-3.279-0.089-2.222-0.084-2.251-0.078-2.281-0.107-3.477-0.095-3.545-0.083-3.613-0.071-3.683-0.041-2.495-0.051-3.801-0.027-2.574-0.030-3.922-0.013-2.656-0.010-4.046v-369.548l0.010-4.046 0.022-3.971 0.022-2.607 0.027-2.574 0.051-3.801 0.041-2.495 0.046-2.463 0.079-3.636 0.091-3.567 0.068-2.34 0.111-3.454 0.124-3.388 0.089-2.222 0.144-3.279 0.156-3.215 0.111-2.108 0.177-3.11 0.124-2.039 0.13-2.012 0.135-1.985 0.141-1.959 0.146-1.932 0.152-1.906 0.157-1.881 0.162-1.855 0.168-1.83 0.262-2.699 0.181-1.769 0.187-1.744 0.192-1.721 0.198-1.697 0.203-1.674 0.209-1.651 0.214-1.628 0.22-1.605 0.225-1.583 0.231-1.561 0.236-1.54 0.241-1.518 0.247-1.497c0.042-0.248 0.083-0.495 0.125-0.741l0.255-1.466 0.261-1.446 0.266-1.425c0.045-0.236 0.090-0.471 0.135-0.705 3.697-19.146 8.769-32.898 17.679-49.56 15.247-28.51 37.359-50.622 65.869-65.869 16.662-8.911 30.414-13.982 49.56-17.679l1.415-0.269 1.435-0.263c0.241-0.043 0.483-0.087 0.725-0.13l1.466-0.255 1.487-0.25 1.508-0.244c0.253-0.040 0.507-0.080 0.762-0.12l1.54-0.236 1.561-0.231 1.583-0.225 1.605-0.22 1.628-0.214 1.651-0.209 1.674-0.203 1.697-0.198 1.721-0.192 1.744-0.187 1.769-0.181 1.793-0.176 2.736-0.254 1.855-0.162 1.881-0.157 1.906-0.152 1.932-0.146 1.959-0.141 1.985-0.135 2.012-0.13 2.039-0.124 2.066-0.119 2.094-0.114 2.122-0.108 2.15-0.103 3.279-0.144 2.222-0.089 2.251-0.084 2.281-0.078 3.477-0.107 3.545-0.095 3.613-0.083 3.683-0.071 2.495-0.041 3.801-0.051 2.574-0.027 3.922-0.030 2.656-0.013 4.046-0.010z","M326.587 86.535l400.087 0.39 2.348 0.068 3.466 0.112 3.399 0.124 2.23 0.090 3.29 0.144 3.226 0.157 2.115 0.111 3.121 0.177 2.046 0.125 2.019 0.13 1.992 0.136 1.965 0.141 1.939 0.147 1.913 0.152 1.887 0.158 1.862 0.163 1.837 0.168 2.708 0.263 1.775 0.182 1.75 0.188 1.727 0.193 1.703 0.199 1.679 0.204 1.656 0.209 1.633 0.215 1.611 0.22 1.589 0.226 1.567 0.231 1.545 0.237 1.523 0.242 1.502 0.248c0.249 0.042 0.496 0.084 0.743 0.126l1.471 0.256 1.451 0.261 1.43 0.267c0.237 0.045 0.473 0.090 0.708 0.136 19.212 3.71 33.012 8.799 49.731 17.74 28.609 15.3 50.797 37.488 66.097 66.097 8.942 16.719 14.030 30.519 17.74 49.731l0.27 1.42 0.264 1.44c0.044 0.242 0.087 0.484 0.13 0.728l0.256 1.471 0.25 1.492 0.245 1.513c0.040 0.254 0.081 0.509 0.12 0.764l0.237 1.545 0.231 1.567 0.226 1.589 0.22 1.611 0.215 1.633 0.209 1.656 0.204 1.679 0.199 1.703 0.193 1.727 0.188 1.75 0.182 1.775 0.177 1.799 0.255 2.745 0.163 1.862 0.158 1.887 0.152 1.913 0.147 1.939 0.141 1.965 0.136 1.992 0.13 2.019 0.125 2.046 0.119 2.074 0.114 2.101 0.109 2.129 0.103 2.158 0.144 3.29 0.090 2.23 0.084 2.259 0.079 2.288 0.108 3.489 0.096 3.557 0.083 3.626 0.071 3.696 0.041 2.503 0.051 3.814 0.027 2.583 0.030 3.936 0.014 2.665 0.010 4.060v370.825l-0.010 4.060-0.022 3.985-0.022 2.616-0.027 2.583-0.051 3.814-0.041 2.503-0.046 2.472-0.079 3.649-0.091 3.58-0.068 2.348-0.112 3.466-0.124 3.399-0.090 2.23-0.144 3.29-0.157 3.226-0.111 2.115-0.177 3.121-0.125 2.046-0.13 2.019-0.136 1.992-0.141 1.965-0.147 1.939-0.152 1.913-0.158 1.887-0.163 1.862-0.168 1.837-0.263 2.708-0.182 1.775-0.188 1.75-0.193 1.727-0.199 1.703-0.204 1.679-0.209 1.656-0.215 1.633-0.22 1.611-0.226 1.589-0.231 1.567-0.237 1.545-0.242 1.523-0.248 1.502c-0.042 0.249-0.084 0.496-0.126 0.743l-0.256 1.471-0.261 1.451-0.267 1.43c-0.045 0.237-0.090 0.473-0.135 0.708-3.71 19.212-8.799 33.012-17.74 49.731-15.3 28.609-37.488 50.797-66.097 66.097-16.719 8.942-30.519 14.030-49.731 17.74l-1.42 0.27-1.44 0.264c-0.242 0.044-0.484 0.087-0.728 0.13l-1.471 0.256-1.492 0.25-1.513 0.245c-0.254 0.040-0.509 0.081-0.764 0.12l-1.545 0.237-1.567 0.231-1.589 0.226-1.611 0.22-1.633 0.215-1.656 0.209-1.679 0.204-1.703 0.199-1.727 0.193-1.75 0.188-1.775 0.182-1.799 0.177-2.745 0.255-1.862 0.163-1.887 0.158-1.913 0.152-1.939 0.147-1.965 0.141-1.992 0.136-2.019 0.13-2.046 0.125-2.074 0.119-2.101 0.114-2.129 0.109-2.158 0.103-3.29 0.144-2.23 0.090-2.259 0.084-2.288 0.079-3.489 0.108-3.557 0.096-3.626 0.083-3.696 0.071-2.503 0.041-3.814 0.051-2.583 0.027-3.936 0.030-2.665 0.014-4.060 0.010-400.087-0.39-2.348-0.068-3.466-0.112-3.399-0.124-2.23-0.090-3.29-0.144-3.226-0.157-2.115-0.111-3.121-0.177-2.046-0.125-2.019-0.13-1.992-0.136-1.965-0.141-1.939-0.147-1.913-0.152-1.887-0.158-1.862-0.163-1.837-0.168-2.708-0.263-1.775-0.182-1.75-0.188-1.727-0.193-1.703-0.199-1.679-0.204-1.656-0.209-1.633-0.215-1.611-0.22-1.589-0.226-1.567-0.231-1.545-0.237-1.523-0.242-1.502-0.248c-0.249-0.042-0.496-0.084-0.743-0.126l-1.471-0.256-1.451-0.261-1.43-0.267c-0.237-0.045-0.473-0.090-0.708-0.135-19.212-3.71-33.012-8.799-49.731-17.74-28.609-15.3-50.797-37.488-66.097-66.097-8.942-16.719-14.030-30.519-17.74-49.731l-0.27-1.42-0.264-1.44c-0.044-0.242-0.087-0.484-0.13-0.728l-0.256-1.471-0.25-1.492-0.245-1.513c-0.040-0.254-0.081-0.509-0.12-0.764l-0.237-1.545-0.231-1.567-0.226-1.589-0.22-1.611-0.215-1.633-0.209-1.656-0.204-1.679-0.199-1.703-0.193-1.727-0.188-1.75-0.182-1.775-0.177-1.799-0.255-2.745-0.163-1.862-0.158-1.887-0.152-1.913-0.147-1.939-0.141-1.965-0.136-1.992-0.13-2.019-0.125-2.046-0.119-2.074-0.114-2.101-0.109-2.129-0.103-2.158-0.144-3.29-0.090-2.23-0.084-2.259-0.079-2.288-0.108-3.489-0.096-3.557-0.083-3.626-0.071-3.696-0.041-2.503-0.051-3.814-0.027-2.583-0.030-3.936-0.014-2.665-0.010-4.060v-370.825l0.010-4.060 0.022-3.985 0.022-2.616 0.027-2.583 0.051-3.814 0.041-2.503 0.046-2.472 0.079-3.649 0.091-3.58 0.068-2.348 0.112-3.466 0.124-3.399 0.090-2.23 0.144-3.29 0.157-3.226 0.111-2.115 0.177-3.121 0.125-2.046 0.13-2.019 0.136-1.992 0.141-1.965 0.147-1.939 0.152-1.913 0.158-1.887 0.163-1.862 0.168-1.837 0.263-2.708 0.182-1.775 0.188-1.75 0.193-1.727 0.199-1.703 0.204-1.679 0.209-1.656 0.215-1.633 0.22-1.611 0.226-1.589 0.231-1.567 0.237-1.545 0.242-1.523 0.248-1.502c0.042-0.249 0.084-0.496 0.126-0.743l0.256-1.471 0.261-1.451 0.267-1.43c0.045-0.237 0.090-0.473 0.136-0.708 3.71-19.212 8.799-33.012 17.74-49.731 15.3-28.609 37.488-50.797 66.097-66.097 16.719-8.942 30.519-14.030 49.731-17.74l1.42-0.27 1.44-0.264c0.242-0.044 0.484-0.087 0.728-0.13l1.471-0.256 1.492-0.25 1.513-0.245c0.254-0.040 0.509-0.081 0.764-0.12l1.545-0.237 1.567-0.231 1.589-0.226 1.611-0.22 1.633-0.215 1.656-0.209 1.679-0.204 1.703-0.199 1.727-0.193 1.75-0.188 1.775-0.182 1.799-0.177 2.745-0.255 1.862-0.163 1.887-0.158 1.913-0.152 1.939-0.147 1.965-0.141 1.992-0.136 2.019-0.13 2.046-0.125 2.074-0.119 2.101-0.114 2.129-0.109 2.158-0.103 3.29-0.144 2.23-0.090 2.259-0.084 2.288-0.079 3.489-0.108 3.557-0.096 3.626-0.083 3.696-0.071 2.503-0.041 3.814-0.051 2.583-0.027 3.936-0.030 2.665-0.014 4.060-0.010z","M344.717 807.545c2.019 0.087 4.035-0.243 5.921-0.965 1.887-0.723 3.606-1.825 5.050-3.239 1.419-1.443 2.53-3.16 3.264-5.046s1.077-3.902 1.006-5.924v-427.376c-0.261-1.832-0.094-3.7 0.489-5.456s1.567-3.353 2.872-4.665c1.306-1.312 2.898-2.302 4.651-2.894 1.754-0.591 3.621-0.769 5.455-0.516h277.1c1.809-0.198 3.638 0.020 5.349 0.637 1.712 0.616 3.26 1.615 4.527 2.92 1.266 1.305 2.22 2.881 2.785 4.61 0.566 1.728 0.73 3.563 0.479 5.365v133.416c0.264 1.804 0.109 3.644-0.452 5.378-0.561 1.735-1.512 3.318-2.782 4.626s-2.824 2.306-4.541 2.918c-1.717 0.612-3.552 0.821-5.364 0.611h-124.82c-1.853-0.299-3.75-0.156-5.538 0.415-1.788 0.572-3.417 1.556-4.753 2.874-1.338 1.317-2.345 2.931-2.943 4.71-0.597 1.78-0.767 3.675-0.496 5.532v59.121c-0.24 13.458 1.038 26.899 3.81 40.070 2.888 11.919 7.895 23.223 14.781 33.371l86.126 135.123c2.983 4.821 7.247 8.719 12.317 11.26 5.068 2.54 10.744 3.622 16.392 3.127h112.338c5.65 0 9.328-1.511 11.036-4.664 0.78-1.87 1.033-3.917 0.731-5.92-0.301-2.002-1.144-3.885-2.439-5.443l-85.403-137.949c-3.942-5.649-2.496-10.116 4.27-13.532l59.914-26.998c19.287-7.79 35.678-21.379 46.906-38.889 10.389-18.43 15.523-39.355 14.847-60.5v-195.953c0-33.239-8.584-58.442-25.753-75.609-17.168-17.167-42.373-25.75-75.614-25.75h-388.519c-32.541 0-57.571 8.583-75.090 25.75s-26.277 42.37-26.277 75.609v474.673c-0.083 2.019 0.248 4.032 0.971 5.919 0.723 1.886 1.823 3.605 3.233 5.051 1.447 1.411 3.166 2.511 5.052 3.234s3.901 1.053 5.919 0.971h113.192z"],"tags":["rc-logo"]},"attrs":[{"fill":"rgb(255, 122, 0)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(6, 132, 188)"}],"properties":{"code":60260,"codes":[60260,60275,60276],"id":570,"name":"rc-logo","order":706,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":120},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h704zM608 512h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM736 320h-448c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["wn"]},"attrs":[{}],"properties":{"code":60289,"id":556,"name":"what-is-new","order":707,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":121},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h640zM800 192h-576c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM704 480c17.673 0 32 14.327 32 32v192c0 17.673-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32v-192c0-17.673 14.327-32 32-32h384zM672 544h-320v128h320v-128zM704 288c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32h384z"],"tags":["calendar-day"]},"attrs":[{}],"properties":{"code":60290,"id":561,"name":"calendar-day","order":708,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":122},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h640zM800 192h-576c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM320 288c17.673 0 32 14.327 32 32v384c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215c-17.673 0-32-14.327-32-32v-384c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215zM704 288c17.673 0 32 14.327 32 32v384c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215c-17.673 0-32-14.327-32-32v-384c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215zM512 288c17.673 0 32 14.327 32 32v384c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215c-17.673 0-32-14.327-32-32v-384c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215z"],"tags":["calendar-week"]},"attrs":[{}],"properties":{"code":60291,"id":562,"name":"calendar-week","order":709,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":123},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h640zM800 192h-576c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM320 480c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 480c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM320 288c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 288c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM704 288c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["calendar-month"]},"attrs":[{}],"properties":{"code":60292,"id":563,"name":"calendar-month","order":710,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":124},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M582.314 83.187l-200.871 218.23-140.676 154.744-50.272 56.089-3.879 5.023-1.251 1.808-3.491 5.695c-0.645 1.131-1.31 2.337-1.966 3.591-3.906 7.459-6.864 15.187-8.41 23.764l-0.825 6.020c-3.501 37.62 25.379 65.246 67.854 65.246l238.971-0.004-78.968 280.482c-4.898 17.392 0.447 36.056 13.807 48.221 19.441 17.7 49.492 16.324 67.252-2.974l64.458-71.167 179.005-199.957 141.328-159.151 2.787-5.954 2.624-6.131c18.892-48.697-12.199-88.593-61.974-88.593l-236.683-0.045 91.091-287.482c5.582-17.623 0.48-36.883-13.092-49.433-19.179-17.73-48.881-16.676-66.819 1.983l0.001-0.003z"],"tags":["features"]},"attrs":[{}],"properties":{"code":60293,"id":564,"name":"features","order":711,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":125},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M424.98 148.232l61.538 65.654c5.186 5.532 12.134 9.010 19.584 9.892l3.762 0.222h386.136c35.346 0 64 28.654 64 64v544c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.284c17.692 0 34.596 7.324 46.694 20.232h0.002z"],"tags":["folder"]},"attrs":[{}],"properties":{"code":60283,"id":599,"name":"folder","order":712,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":126},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M424.98 148.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64v544c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.285c17.692 0 34.595 7.324 46.695 20.232zM350.555 192h-190.555c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-480c0-17.673-14.327-32-32-32l-361.662-0.332-3.755-0.332c-22.439-2.655-43.259-13.147-58.76-29.681l-42.574-45.421c-12.099-12.908-29.002-20.232-46.695-20.232z"],"tags":["folder_border"]},"attrs":[{}],"properties":{"code":60294,"id":559,"name":"folder_border","order":713,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":127},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M544 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM736 351.936l3.732 0.215c14.691 1.706 26.347 13.362 28.053 28.053l0.215 3.732v338.72l121.373-121.347 3.015-2.662c12.553-9.761 30.705-8.873 42.24 2.662s12.423 29.687 2.662 42.24l-2.662 3.015-176 176-2.707 2.436c-19.458 15.707-49.077 3.438-51.729-21.427l-0.191-3.636v-416l0.215-3.732c1.706-14.691 13.362-26.347 28.053-28.053l3.732-0.215zM544 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM928 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32h832z"],"tags":["recent"]},"attrs":[{}],"properties":{"code":60295,"id":560,"name":"recent","order":714,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":128},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M339.585 64c-119.428 0-222.195 70.737-268.896 172.588h217.209c36.85 0 66.646 29.778 66.646 66.604v96.99c0 36.827-29.796 66.604-66.646 66.604h-223.898c43.053 110.116 150.197 188.145 275.585 188.145 41.593 0 81.119-8.629 116.996-24.065l299.908 299.72c19.58 19.568 45.363 29.413 71.025 29.413s51.444-9.845 71.025-29.413c39.282-39.258 39.282-102.824 0-142.081l-295.287-295.223c20.432-40.23 31.985-85.686 31.985-133.938 0-163.108-132.32-295.345-295.652-295.345v0z"],"tags":["advanced-setting"]},"attrs":[{}],"properties":{"code":60311,"id":558,"name":"advanced-setting","order":715,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":129},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M368.355 678.344l-2.769 2.593-69.437 74.101-21.426-22.864-2.921-2.769c-12.078-10.124-28.578-8.868-39.286 2.559-10.396 11.092-11.409 29.437-2.294 42.022l2.49 3.019 38.132 40.692 1.784 2.613 2.068 2.449c10.396 11.094 27.402 12.371 38.958 2.896l2.769-2.593 91.173-97.294 2.565-3.147c8.56-12.103 7.784-30.033-2.85-41.381-9.528-10.168-24.613-12.090-35.962-5.042l-2.996 2.145zM800.148 736h-256.296c-18.102 0-31.852 14.326-31.852 32 0 15.931 12.296 29.868 28.137 31.777l3.715 0.223h256.296c18.102 0 31.852-14.326 31.852-32 0-17.156-14.26-32-31.852-32zM368.355 486.344l-2.769 2.593-69.437 74.099-21.426-22.864-2.921-2.769c-12.078-10.124-28.578-8.868-39.286 2.559-10.396 11.094-11.409 29.437-2.294 42.022l2.49 3.019 38.132 40.692 1.784 2.615 2.068 2.45c10.396 11.094 27.402 12.371 38.958 2.896l2.769-2.593 91.173-97.294 2.565-3.147c8.56-12.102 7.784-30.034-2.85-41.381-10.394-11.092-27.402-12.371-38.958-2.896zM800.148 544h-256.296c-18.102 0-31.852 14.326-31.852 32 0 15.931 12.296 29.868 28.137 31.777l3.715 0.223h256.296c18.102 0 31.852-14.326 31.852-32 0-17.156-14.26-32-31.852-32zM192 352v64h640v-160h64l4.361 0.174c31.673 2.307 56.992 27.223 59.445 58.569l0.195 5v576.512c0 33.6-26.241 61.135-59.631 63.569l-4.817 0.175h-767.104c-33.967 0-61.81-25.95-64.271-58.979l-0.177-4.765v-576.512c0-35.2 28.8-63.744 64.448-63.744h63.552v96h64v-96c0-33.786 26.416-61.385 59.099-63.825l4.709-0.175h35.392c14.848-73.024 79.424-128 156.8-128 74.958 0 137.904 51.594 155.263 121.208l1.537 6.792h35.392c33.661 0 61.199 25.833 63.633 59.13l0.175 4.806v96.064h-576zM512 128c-35.328 0-64 28.672-64 64s28.672 64 64 64c35.328 0 64-28.672 64-64s-28.672-64-64-64z"],"tags":["billing"]},"attrs":[{}],"properties":{"code":60312,"id":557,"name":"billing","order":716,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":130},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.673 0 32 14.327 32 32v128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128.032l0.032 128c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-128h-127.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-128c0-17.673 14.327-32 32-32zM378.285 128c17.692 0 34.595 7.324 46.695 20.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64l0.041 278.714c-18.301-20.745-39.911-38.502-64.004-52.444l-0.037-194.27c0-17.673-14.327-32-32-32l-361.662-0.332-3.755-0.332c-22.439-2.655-43.259-13.147-58.76-29.681l-42.574-45.421c-12.099-12.908-29.002-20.232-46.695-20.232h-190.555c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32l370.621 0.031c9.402 23.217 22.111 44.742 37.543 63.989l-440.164-0.019c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.285z"],"tags":["add-folder_border"]},"attrs":[{}],"properties":{"code":60274,"id":551,"name":"add-folder_border","order":717,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":131},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M914.894 48.64c-28.984-28.902-68.98-46.772-113.152-46.772s-84.168 17.87-113.156 46.776l0.004-0.004c-28.724 28.922-46.476 68.774-46.476 112.77 0 30.562 8.566 59.122 23.426 83.412l-0.4-0.7-210.534 210.484 54.272 54.322 210.534-210.534c23.462 14.492 51.87 23.14 82.286 23.296h0.044c0.122 0 0.266 0 0.41 0 88.14 0 159.59-71.45 159.59-159.59 0-0.126 0-0.252 0-0.378v0.020c0-0.132 0-0.288 0-0.444 0-44.028-17.91-83.874-46.842-112.648l-0.006-0.010zM860.62 220.622c-15.076 15.094-35.914 24.432-58.932 24.432-45.998 0-83.288-37.29-83.288-83.288 0-22.98 9.308-43.786 24.356-58.854v0.002c15.080-15.106 35.928-24.45 58.956-24.45 46.008 0 83.306 37.296 83.306 83.306 0 22.98-9.304 43.784-24.35 58.856l-0.048-0.004zM868.404 431.564c1.28 32.716 1.946 70.194 1.946 112.436 0 353.946-39.424 390.4-422.348 390.4s-422.4-36.506-422.4-390.4c0-353.894 39.474-390.4 422.4-390.4h25.6v76.8h-25.6c-339.15 0-345.6 5.836-345.6 313.6s6.4 313.6 345.6 313.6c339.2 0 345.6-5.836 345.6-313.6 0-41.062-0.614-77.516-1.894-109.312l76.696-3.124z"],"tags":["pin-window"]},"attrs":[{}],"properties":{"code":60263,"id":546,"name":"pin-window","order":718,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":132},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 160c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v288c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h288zM860.32 118.56c12.46-12.46 32.66-12.46 45.12 0 11.501 11.501 12.386 29.598 2.654 42.114l-2.654 3.006-444.32 444.32h178.88c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-256c-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-256c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v178.88l444.32-444.32z"],"tags":["pop-in"]},"attrs":[{}],"properties":{"code":60266,"id":547,"name":"pop-in","order":719,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":133},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 160c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v288c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h288zM896 96c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v256c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-178.88l-444.32 444.32c-12.46 12.46-32.66 12.46-45.12 0-11.501-11.501-12.386-29.598-2.654-42.114l2.654-3.006 444.32-444.32h-178.88c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h256z"],"tags":["pop-out"]},"attrs":[{}],"properties":{"code":60268,"id":545,"name":"pop-out","order":720,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":134},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 96c49.486 0 89.6 40.115 89.6 89.6v492.8c0 49.486-40.114 89.6-89.6 89.6h-151.16l44.666 166.687-64.911 17.391-49.325-184.079h-275.291l-49.323 184.079-64.91-17.391 44.663-166.687h-151.209c-49.485 0-89.6-40.114-89.6-89.6v-492.8c0-49.485 40.115-89.6 89.6-89.6h716.8zM529.969 232.561c-22.2-7.126-48.665 3.696-84.070 31.634l-12.172 9.981-12.685 11.1-7.391 6.677-12.879 12.113-9.484 9.189-11.356 11.319-18.175 18.6-21.443 22.574-31.022 33.639-20.047 22.129-37.398 41.905-10.277 11.639-15.575 17.423-9.484 10.268-2.537 2.607-0.413 0.255c-5.551 3.763-9.758 9.225-12.016 15.595l-1.116 3.924-2.030 9.381 1.618 1.398 0.064 0.417c0.666 4.641 2.347 9.090 4.948 13.064 3.753 5.723 9.203 9.969 15.468 12.2l3.85 1.093 3.965 0.73c1.776 0.287 3.14 0.349 5.012 0.287 6.498-0.219 11.691-2.538 17.936-7.721l4.458-4.012 6.027-6.039 8.786-9.444 17.827-19.967 22.87-25.787 37.303-41.332 18.175-19.777 20.269-21.684 16.114-16.915 9.77-10.11 23.344-23.496 14.148-13.736 13.928-12.94 11.545-10.27 13.005-10.81 8.248-6.232 3.804-2.639v0.445c-0.28 10.098-1.511 21.336-3.665 33.68l-2.392 12.422-4.059 17.71-3.046 11.7-7.231 25.245-4.252 13.99-8.66 29.76-3.459 12.974-2.598 11.572-1.492 8.521-0.125 1.017c-2.859 19.43-1.138 34.611 6.936 46.63l3.18 4.177c4.24 4.781 9.392 8.587 15.148 11.155l5.313 1.976c5.584 1.681 11.409 2.221 17.153 1.587l11.425-1.937 8.628-2.034 11.8-3.562 11.738-4.292 4.122-1.653 14.211-6.169 18.207-8.709 16.213-8.27 22.422-11.921 31.087-16.787 12.849-6.742 18.968-9.345 11.388-4.834 6.312-2.034 0.063 0.569c0.157 1.684 0.22 3.656 0.157 5.851-0.176 6.716-1.553 14.692-4.126 23.345l-2.598 7.845c-10.391 29.023-9.538 53.725 4.084 71.623l3.115 3.73 1.684 1.752c10.939 10.37 25.085 16.347 39.858 16.965l6.227-0.053c12.942-0.43 25.884-2.408 38.502-5.853l9.398-2.857 1.935-0.668c14.375-5.488 22.455-20.488 19.796-35.339l-1.083-4.309c-4.714-14.412-18.724-23.216-33.177-21.332l-3.617 0.697-22.651 5.752c-1.965 0.299-3.791 0.51-5.467 0.637l-3.444 0.16c0.317-1.655 0.775-3.435 1.365-5.371l1.27-3.885c14.15-39.976 14.11-76.464-1.997-99.597l-3.209-4.179c-6.13-6.968-13.564-12.236-21.837-15.547l-6.073-2.067c-7.716-2.086-15.757-2.523-23.6-1.264l-7.267 1.581-9.26 2.512-7.741 2.766-12.432 5.342-11.706 5.659-13.987 7.186-16.813 8.934-37.050 19.967-19.981 10.332-15.577 7.567-9.421 4.292-6.563 2.8-10.308 4.005 2.567-10.205 2.822-10.398 6.030-21.555 7.262-24.864 7.262-26.803 3.49-14.498 2.029-9.316 1.586-8.044c4.637-24.565 6.551-46.526 5.301-66.458l-0.825-9.182-0.031-1.049c-0.573-8.934-3.588-17.487-8.727-24.736-4.413-6.253-10.26-11.292-17.004-14.674l-5.261-2.272z"],"tags":["whiteboard"]},"attrs":[{}],"properties":{"code":60267,"id":542,"name":"whiteboard","order":721,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":135},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M301.008 64.038c10.484 0 18.982 8.499 18.982 18.982l-0.038 26.537h125.283l0.038-26.575c0-10.484 8.499-18.982 18.982-18.982h26.575c10.484 0 18.982 8.499 18.982 18.982l-0.038 26.575h125.283l0.038-26.575c0-10.484 8.499-18.982 18.982-18.982h26.575c10.484 0 18.982 8.499 18.982 18.982l-0.038 26.575h19.172c74.676 0 135.913 58.010 139.785 130.788l0.19 7.327v200.642c0 22.247-18.223 40.242-40.698 40.242-22.336 0.105-40.534-17.906-40.66-40.242v-200.642c0-31.776-26.271-57.668-58.617-57.668h-19.134l0.038 22.095c0 10.484-8.499 18.982-18.982 18.982h-26.575c-10.484 0-18.982-8.499-18.982-18.982l-0.038-22.095h-125.283l0.038 22.095c0 10.484-8.499 18.982-18.982 18.982h-26.575c-10.484 0-18.982-8.499-18.982-18.982l-0.038-22.095h-125.283l0.038 22.095c0 10.484-8.499 18.982-18.982 18.982h-26.575c-10.484 0-18.982-8.499-18.982-18.982l-0.038-22.095h-19.438c-30.523 0-55.656 23.12-58.351 52.429l-0.266 5.239v574.213c0 31.776 26.271 57.668 58.617 57.668h186.595c22.475 0 40.698 17.995 40.698 40.242 0 22.209-18.223 40.204-40.698 40.204h-186.633c-77.182 0-139.975-61.92-139.975-138.115v-574.213c0-76.157 62.793-138.077 139.975-138.077l19.438-0.038 0.038-26.575c0-10.484 8.499-18.982 18.982-18.982h26.575v0.038zM769.414 589.542c39.010-38.144 101.345-38.144 140.355 0 18.573 18.239 29.037 43.178 29.037 69.209s-10.463 50.97-29.037 69.209l-181.318 178.433c-4.052 3.983-9.058 6.859-14.54 8.352l-133.559 36.446c-11.613 3.165-24.031-0.139-32.536-8.656-8.419-8.455-11.485-20.867-7.973-32.27l39.559-128.396c1.599-5.162 4.456-9.845 8.314-13.629l181.698-178.699zM762.96 688.060l-122.625 120.613-19.666 63.78 67.197-18.299 121.866-119.968-46.772-46.127zM502.22 667.673c10.484 0 18.982 8.499 18.982 18.982v37.964c0 10.484-8.499 18.982-18.982 18.982h-227.787c-10.484 0-18.982-8.499-18.982-18.982v-37.964c0-10.484 8.499-18.982 18.982-18.982h227.787zM673.060 496.833c10.484 0 18.982 8.499 18.982 18.982v37.964c0 10.484-8.499 18.982-18.982 18.982h-398.627c-10.484 0-18.982-8.499-18.982-18.982v-37.964c0-10.484 8.499-18.982 18.982-18.982h398.627zM673.060 325.993c10.484 0 18.982 8.499 18.982 18.982v37.964c0 10.484-8.499 18.982-18.982 18.982h-398.627c-10.484 0-18.982-8.499-18.982-18.982v-37.964c0-10.484 8.499-18.982 18.982-18.982h398.627z"],"tags":["notes"]},"attrs":[{}],"properties":{"code":60269,"id":541,"name":"notes","order":722,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":136},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M270.277 64h305.754c28.705 0 56.285 11.196 76.869 31.209l190.498 185.202c21.355 20.763 33.403 49.282 33.403 79.068v490.244c0 60.906-49.371 110.277-110.277 110.277h-496.246c-60.904 0-110.277-49.371-110.277-110.277v-675.446c0-60.904 49.373-110.277 110.277-110.277zM689.329 339.692v-33.083h-366.968l134.565 226.068-134.565 226.068h366.968v-97.413h-66.166v31.247h-184.416l95.18-159.902-95.18-159.902h184.416v31.247h66.166v-64.33z"],"tags":["summary"]},"attrs":[{}],"properties":{"code":60270,"id":540,"name":"summary","order":723,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":137},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M232 64c-92.784 0-168 75.216-168 168v560c0 92.786 75.216 168 168 168h560c92.786 0 168-75.214 168-168v-560c0-92.784-75.214-168-168-168h-560zM288 372v-84h392v84h-392zM736 554h-448v-84h448v84zM288 736v-84h280v84h-280z"],"tags":["transcript"]},"attrs":[{}],"properties":{"code":60271,"id":539,"name":"transcript","order":724,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":138},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 64h-716.8c-49.28 0-89.152 40.32-89.152 89.6l-0.448 806.4 179.2-179.2h627.2c49.28 0 89.6-40.32 89.6-89.6v-537.6c0-49.28-40.32-89.6-89.6-89.6zM243.2 377.6h537.6v89.6h-537.6v-89.6zM601.6 601.6h-358.4v-89.6h358.4v89.6zM780.8 332.8h-537.6v-89.6h537.6v89.6z"],"tags":["chat"]},"attrs":[{}],"properties":{"code":60272,"id":538,"name":"chat","order":725,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":139},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M662.435 351.012l268.605 37.959c18.512 2.674 31.418 19.341 28.564 37.343-1.061 7.197-4.55 13.78-9.838 18.824l-194.339 184.236 45.911 260.155c3.177 17.898-9.204 34.871-27.612 37.96-7.296 1.232-14.914 0.104-21.476-3.292l-240.25-122.829-240.249 122.829c-5.586 2.865-11.886 4.155-18.185 3.718s-12.348-2.579-17.459-6.193c-5.111-3.609-9.079-8.538-11.455-14.227s-3.065-11.913-1.988-17.966l45.913-260.155-194.338-184.236c-6.435-6.1-10.117-14.435-10.239-23.171-0.116-8.741 3.337-17.166 9.604-23.43 5.183-5.143 11.954-8.538 19.36-9.566l268.603-37.959 120.070-236.7c8.362-16.254 28.673-22.94 45.385-14.916 6.666 3.189 12.059 8.435 15.34 14.916l120.073 236.7z"],"tags":["highlight"]},"attrs":[{}],"properties":{"code":60273,"id":537,"name":"highlight","order":726,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":140},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 192c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v288l0.278 4.206c0.735 5.548 2.914 10.808 6.317 15.251l2.778 3.17 128 128 3.015 2.662c11.507 8.947 27.718 8.947 39.226 0l3.015-2.662 2.662-3.015c8.947-11.507 8.947-27.718 0-39.226l-2.662-3.015-118.627-118.653v-274.72l-0.215-3.732c-1.848-15.915-15.374-28.268-31.785-28.268z"],"tags":["calls"]},"attrs":[{}],"properties":{"code":60261,"id":531,"name":"calls","order":727,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":141},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.076 0-384 171.924-384 384s171.924 384 384 384c212.076 0 384-171.924 384-384s-171.924-384-384-384zM512 192c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v274.72l118.627 118.653c11.535 11.535 12.423 29.687 2.662 42.24l-2.662 3.015c-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-128-128c-5.001-5.001-8.176-11.487-9.095-18.421l-0.278-4.206v-288c0-17.673 14.327-32 32-32z"],"tags":["calls_border"]},"attrs":[{}],"properties":{"code":60262,"id":530,"name":"calls_border","order":728,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":142},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 224c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-73.586l-104.75 288 151.826 0.002c23.338 0 45.802 8.5 63.25 23.784l4.63 4.336 58.51 58.51c5 5 11.488 8.176 18.42 9.096l4.206 0.278h138.982c7.072 0 13.904-2.342 19.456-6.596l3.17-2.778 58.51-58.51c16.504-16.504 38.396-26.376 61.542-27.908l6.34-0.208 151.798-0.006-104.718-288h-73.586c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h73.586c25.23 0 47.934 14.798 58.251 37.487l1.895 4.641 120.34 330.936c0.85 2.337 1.423 4.761 1.71 7.222l0.216 3.714v224c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-768c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-224c0-2.486 0.29-4.96 0.861-7.372l1.066-3.564 120.34-330.936c8.622-23.711 30.288-39.991 55.137-41.933l5.009-0.195h73.586zM512 64c17.673 0 32 14.327 32 32v351.968l62.392-62.36c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-117.019 117.019c-12.497 12.497-32.758 12.497-45.255 0l-117.019-117.019c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l62.392 62.424v-352.032c0-17.673 14.327-32 32-32z"],"tags":["inbox"]},"attrs":[{}],"properties":{"code":60264,"id":532,"name":"phone-inbox","order":729,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":143},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 224c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-73.586l-104.75 288 151.826 0.002c23.338 0 45.802 8.5 63.25 23.784l4.63 4.336 58.51 58.51c5 5 11.488 8.176 18.42 9.096l4.206 0.278h138.982c7.072 0 13.904-2.342 19.456-6.596l3.17-2.778 58.51-58.51c16.504-16.504 38.396-26.376 61.542-27.908l6.34-0.208 151.798-0.006-104.718-288h-73.586c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h73.586c25.23 0 47.934 14.798 58.251 37.487l1.895 4.641 120.34 330.936c0.85 2.337 1.423 4.761 1.71 7.222l0.216 3.714v224c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-768c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-224c0-2.486 0.29-4.96 0.861-7.372l1.066-3.564 120.34-330.936c8.622-23.711 30.288-39.991 55.137-41.933l5.009-0.195h73.586zM896 832v-192h-165.49c-7.072 0-13.904 2.342-19.456 6.596l-3.17 2.778-58.51 58.51c-16.504 16.504-38.396 26.376-61.542 27.908l-6.34 0.208h-138.98c-23.338 0-45.802-8.5-63.25-23.784l-4.63-4.336-58.51-58.51c-5-5-11.488-8.176-18.42-9.096l-4.212-0.274h-165.49v192h768zM512 64c17.673 0 32 14.327 32 32v351.968l62.392-62.36c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-117.019 117.019c-12.497 12.497-32.758 12.497-45.255 0l-117.019-117.019c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l62.392 62.424v-352.032c0-17.673 14.327-32 32-32z"],"tags":["inbox_border"]},"attrs":[{}],"properties":{"code":60278,"id":529,"name":"phone-inbox_border","order":730,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":144},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 256c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.746c-8.486 0-16.626 3.37-22.626 9.374l-100.524 100.524c-9.996 9.996-26.206 9.996-36.204 0l-100.526-100.524c-6-6-14.14-9.374-22.628-9.374h-242.746c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 320h-704c-17.674 0-32 14.326-32 32v448c0 17.674 14.326 32 32 32h224c16.974 0 33.252 6.744 45.254 18.746l82.746 82.746 82.746-82.746c12.002-12.002 28.28-18.746 45.254-18.746h224c17.674 0 32-14.326 32-32v-448c0-17.674-14.326-32-32-32zM768 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128zM512 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128zM256 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-32c-17.674 0-32-14.326-32-32s14.326-32 32-32h32zM800 544c17.674 0 32 14.326 32 32s-14.326 32-32 32h-64c-17.674 0-32-14.326-32-32s14.326-32 32-32h64zM608 544c17.674 0 32 14.326 32 32s-14.326 32-32 32h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h160zM320 544c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96c-17.674 0-32-14.326-32-32s14.326-32 32-32h96z"],"tags":["transcript_bottom"]},"attrs":[{}],"properties":{"code":60265,"id":528,"name":"transcript_bottom","order":731,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":145},{"icon":{"attrs":[],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M138.667 725.333c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 39.499-30.721 71.866-69.557 74.494l-5.11 0.172c-41.216 0-74.667-33.451-74.667-74.667 0-39.499 30.721-71.866 69.557-74.494l5.11-0.172zM810.667 725.333c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 41.216-33.451 74.667-74.667 74.667h-448c-41.216 0-74.667-33.451-74.667-74.667s33.451-74.667 74.667-74.667h448zM138.667 426.667c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 39.499-30.721 71.866-69.557 74.494l-5.11 0.172c-41.216 0-74.667-33.451-74.667-74.667 0-39.499 30.721-71.866 69.557-74.494l5.11-0.172zM736 426.667c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 41.216-33.451 74.667-74.667 74.667h-373.333c-41.216 0-74.667-33.451-74.667-74.667s33.451-74.667 74.667-74.667h373.333zM138.667 128c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 39.499-30.721 71.866-69.557 74.494l-5.11 0.172c-41.216 0-74.667-33.451-74.667-74.667 0-39.499 30.721-71.866 69.557-74.494l5.11-0.172zM885.333 128c39.499 0 71.866 30.721 74.494 69.557l0.172 5.11c0 41.216-33.451 74.667-74.667 74.667h-522.667c-41.216 0-74.667-33.451-74.667-74.667s33.451-74.667 74.667-74.667h522.667z"],"tags":["list-bullet_l"]},"attrs":[],"properties":{"code":60201,"id":527,"name":"list-bullet_l","order":732,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":146},{"icon":{"attrs":[{"fill":"rgb(73, 137, 245)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(63, 81, 181)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M157.011 910.055c-26.51 0-48-21.49-48-48v-341.112c0-12.213 0.717-24.258 2.111-36.096 4.788-53.3 19.357-165.42 37.139-165.42v0l36.729-0.041c55.954-63.616 137.958-103.76 229.338-103.76 24.472 0 48.856 2.942 72.625 8.763l121.358 29.72c50.928 12.472 97.253 35.054 137.051 65.294l107.53 0.024c21.891 0.060 39.624 17.789 39.688 39.68v0l0.026 240.405c0.268 5.782 0.403 11.594 0.403 17.431 0 5.207-0.136 10.382-0.404 15.522l-0.026 237.902c-0.060 21.895-17.794 39.629-39.688 39.688v0h-695.882z","M288.025 422.004h224v-293.996h-190.459z","M736.025 422.004h-224v-293.996h190.459l33.541 293.996zM893.8 183.739l1.056 3.2c-0.256-1.129-0.768-2.178-1.056-3.2z","M893.288 184.733l-0.278-1.002c-7.101-32.52-35.885-55.709-69.171-55.731h-121.356l33.516 294.004h224l-66.712-237.272z","M132.608 183.739l-1.056 3.2c0.256-1.129 0.768-2.178 1.056-3.2z","M130.754 184.733l0.278-1.002c7.101-32.52 35.885-55.709 69.171-55.731h121.364l-33.566 294.004h-224l66.754-237.272z","M288.404 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M512.278 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M736.152 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M960 421.928c0 61.821-50.116 111.937-111.937 111.937s-111.937-50.116-111.937-111.937h223.874z","M848.067 725.196c-0.396-5.331-1.053-10.198-1.987-16.413h-122.105c0 17.078 0 35.714-0.067 52.8h70.737c-3.035 16.083-12.354 30.293-25.895 39.486 0 0 0-0.295-0.051-0.303-8.658 5.685-18.412 9.492-28.632 11.175-10.246 1.874-20.752 1.829-30.981-0.135-10.387-2.15-20.222-6.412-28.893-12.522-12.799-9.076-22.67-21.69-28.404-36.295-0.438-1.137-0.842-2.282-1.255-3.444v-0.126l0.109-0.084c-5.565-16.334-5.58-34.048-0.042-50.392 3.901-11.465 10.32-21.91 18.787-30.568 19.863-20.547 49.54-28.275 76.901-20.025 10.491 3.218 20.078 8.86 27.983 16.472l23.865-23.865c4.211-4.253 8.581-8.371 12.632-12.766-12.101-11.287-26.305-20.083-41.802-25.886-28.204-10.227-59.057-10.497-87.436-0.766-0.988 0.337-1.971 0.688-2.947 1.053-30.616 11.51-55.803 34.082-70.585 63.259-5.22 10.327-9.021 21.312-11.301 32.657-13.517 67.176 27.472 133.3 93.651 151.074 21.634 5.794 44.632 5.651 66.434 0.699 19.809-4.473 38.125-13.99 53.171-27.629 15.697-14.442 26.947-33.684 32.842-54.122 4.928-17.319 6.714-35.382 5.272-53.331v0z"],"tags":["google-business"]},"attrs":[{"fill":"rgb(73, 137, 245)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(63, 81, 181)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(123, 171, 247)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(112, 155, 224)"},{"fill":"rgb(60, 75, 166)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60248,"codes":[60248,60249,60250,60251,60252,60253,60254,60255,60256,60257,60258],"id":526,"name":"google-business","order":733,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":147},{"icon":{"attrs":[{"fill":"rgb(221, 44, 0)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M227.733 707.361c-10.676 0-19.217-6.688-25.623-17.836-4.27-8.918-6.406-22.295-8.541-37.901-4.27-49.049 0-122.622 14.947-144.917 6.406-11.147 17.082-15.606 25.623-15.606 6.406 0 12.811 2.229 151.601 62.426 0 0 40.569 17.836 40.569 17.836 14.947 6.688 23.487 22.295 23.487 40.131s-10.676 31.213-25.623 35.672c0 0-57.651 20.065-57.651 20.065-128.113 40.131-132.384 40.131-138.789 40.131zM511.717 787.623c0 140.458 0 144.917-2.135 151.606-4.27 11.147-12.811 17.836-23.487 20.065-34.164 6.688-140.924-35.672-164.412-62.426-4.27-6.688-6.406-11.147-8.541-17.836 0-4.459 0-8.918 2.135-13.377 2.135-6.688 6.406-13.377 102.491-131.54 0 0 27.758-35.672 27.758-35.672 8.541-13.377 27.758-15.606 42.704-11.147 14.947 6.688 25.623 20.065 23.487 35.672 0 2.229 0 64.655 0 64.655zM486.095 488.87c-6.406 2.229-27.758 8.918-53.38-35.672 0 0-172.953-287.605-177.223-296.523-2.135-8.918 0-22.295 8.541-31.213 25.623-28.983 164.412-69.114 200.711-60.196 12.811 2.229 19.217 11.147 23.487 22.295 2.135 13.377 19.217 278.687 21.352 338.884 4.27 53.508-17.082 60.196-23.487 62.426zM580.044 555.755c-8.541-13.377-8.541-31.213 0-42.36 0 0 36.299-51.278 36.299-51.278 76.868-111.475 81.138-118.163 87.544-120.393 8.541-6.688 19.217-6.688 29.893-2.229 29.893 15.606 93.95 113.704 98.22 149.376 0 0 0 0 0 2.229 0 13.377-4.27 22.295-12.811 28.983-6.406 4.459-10.676 6.688-158.006 42.36-23.487 6.688-36.299 8.918-42.704 11.147 0 0 0-2.229 0-2.229-12.811 6.688-29.893-2.229-38.434-15.606zM829.865 745.262c-4.27 35.672-74.733 129.311-108.896 142.688-10.676 4.459-21.352 4.459-29.893-4.459-6.406-4.459-10.676-13.377-87.544-142.688l-23.487-37.901c-8.541-13.377-6.406-31.213 4.27-46.819 10.676-13.377 25.623-17.836 40.569-13.377 0 0 57.651 20.065 57.651 20.065 128.113 44.59 132.384 44.59 136.654 49.049 8.541 11.147 12.811 22.295 10.676 33.442z"],"tags":["yelp"]},"attrs":[{"fill":"rgb(221, 44, 0)"}],"properties":{"code":60259,"id":525,"name":"yelp","order":734,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":148},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M574.52 117.512l-1.836 0.081-27.572-0.081-8.376 0.104-14.519 0.515c-2.189 0.124-4.269 0.269-6.248 0.437l-28.026 3.095c-28.828 3.274-46.926 6.636-65.718 13.52-32.817 12.020-56.124 31.786-85.67 66.601l-22.172 26.448-7.073 8.037-3.305 3.585c-13.44 14.333-25.433 29.782-40.473 51.256l-23.319 33.699-11.55 15.987c-36.45 48.814-55.15 81.794-64.271 123.228-13.262 60.224 4.26 95.228 62.586 116.694 13.065 4.807 26.034 7.394 43.231 9.217l40.773 3.304 59.727 2.913 11.032 0.754-5.69 9.871c-3.484 5.823-7.245 11.805-11.329 18.039l-11.865 17.575-47.158 67.147-20.656 30.705-13.218 20.091-11.741 18.327-10.783 17.405c-1.746 2.871-3.474 5.738-5.194 8.62-18.137 30.368-7.657 77.418 25.839 90.22 28.143 10.763 43.881 14.548 63.98 10.299 49.605-10.469 82.956-19.849 115.214-34.164 47.015-20.868 94.555-45.994 149.489-78.204l27.894-16.724c35.053-21.569 62.046-40.628 86.924-62.088l21.341-18.592 18.729-16.777c37.994-34.673 59.987-59.392 81.521-92.536 15.993-24.603 24.743-43.846 28.097-67.14 5.173-35.9-13.088-69.848-46.628-83.291-15.050-6.037-31.119-9.918-46.726-11.064l-31.603-1.844-51.465-2.239-16.674-0.96-1.148 5.465c2.003-11.737 6.217-22.843 11.544-30.395l16.684-23.090 50.493-67.202 17.241-23.613 14.779-21.297c16.967-25.094 25.401-49.559 20.548-73.547-6.292-31.102-32.544-50.344-72.67-57.305l-11.472-1.949-20.553-3.228-17.903-2.414c-5.598-0.679-10.861-1.239-15.898-1.694l-14.539-1.067c-4.691-0.262-9.264-0.435-13.825-0.534l-58.8-0.202zM621.013 181.589l5.175 0.028c3.933 0.026 7.835 0.109 11.811 0.265l12.26 0.7 13.348 1.232c2.351 0.255 4.773 0.536 7.282 0.845l16.178 2.209 18.864 2.981 10.639 1.81c3.714 0.644 6.796 1.288 9.348 1.912l6.16 1.794 3.569 1.564c1.237 0.706 1.726 1.283 1.804 1.667 0.594 2.937-1.819 10.519-7.97 20.559l-9.803 14.576-19.118 26.628-58.015 77.381-10.831 14.978c-1.179 1.656-2.365 3.329-3.572 5.038-11.24 15.932-18.822 35.92-22.339 56.524-6.423 37.624 18.681 66.308 56.341 68.915l27.16 1.549 56.782 2.507 19.006 1.203c8.821 0.648 18.472 2.978 27.596 6.638 5.379 2.156 8.17 7.344 7.101 14.763-1.774 12.32-7.027 23.872-18.414 41.39-12.607 19.405-25.803 35.797-44.334 54.607l-13.196 12.959c-2.349 2.239-4.776 4.523-7.289 6.86l-16.154 14.704-18.516 16.315c-3.3 2.873-6.712 5.829-10.241 8.873-27.551 23.766-59.126 44.943-105.385 72.063-53.025 31.091-98.544 55.149-143.081 74.917-27.202 12.071-56.904 20.425-102.479 30.044l-1.515 0.14c-2.344 0-6.016-0.714-11.367-2.339l-8.767-2.927 10.036-16.45 10.769-17.075 18.638-28.493 20.783-30.871 49.146-70.042 2.869-4.209c12.249-18.044 22.302-34.347 30.939-50.596 20.787-39.141-1.254-81.594-45.723-85.784l-15.898-1.293-26.517-1.412-29.067-1.311-40.371-2.9c-16.607-1.426-26.961-3.199-35.577-6.369l-4.823-1.81-7.932-3.317c-12.543-5.894-14.442-11.437-11.487-27.726l2.058-10.018c6.641-30.17 21.672-56.679 53.355-99.114l12.223-16.923 23.585-34.073c11.12-15.877 20.143-27.758 29.191-38.048l13.284-14.63 13.701-16.094 13.282-15.902c22.819-26.888 38.772-40.417 58.723-47.725 7.975-2.921 16.459-5.037 27.585-6.882l14.757-2.117 35.356-3.986 10.266-0.541 16.545-0.258 25.105 0.102 22.789-0.005 21.26 0.216 3.113-0.219z"],"tags":["switchboard_border"]},"attrs":[{}],"properties":{"code":60246,"id":524,"name":"switchboard_border","order":735,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":149},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M574.52 117.512l-1.836 0.081-27.572-0.081-8.376 0.104-14.519 0.515c-2.189 0.124-4.269 0.269-6.248 0.437l-28.026 3.095c-28.828 3.274-46.926 6.636-65.718 13.52-32.817 12.020-56.124 31.786-85.67 66.601l-22.172 26.448-7.073 8.037-3.305 3.585c-13.44 14.333-25.433 29.782-40.473 51.256l-23.319 33.699-11.55 15.987c-36.45 48.814-55.15 81.794-64.271 123.228-13.262 60.224 4.26 95.228 62.586 116.694 13.065 4.807 26.034 7.394 43.231 9.217l40.773 3.304 59.727 2.913 11.032 0.754-5.69 9.871c-3.484 5.823-7.245 11.805-11.329 18.039l-11.865 17.575-47.158 67.147-20.656 30.705-13.218 20.091-11.741 18.327-10.783 17.405c-1.746 2.871-3.474 5.738-5.194 8.62-18.137 30.368-7.657 77.418 25.839 90.22 28.143 10.763 43.881 14.548 63.98 10.299 49.605-10.469 82.956-19.849 115.214-34.164 47.015-20.868 94.555-45.994 149.489-78.204l27.894-16.724c35.053-21.569 62.046-40.628 86.924-62.088l21.341-18.592 18.729-16.777c37.994-34.673 59.987-59.392 81.521-92.536 15.993-24.603 24.743-43.846 28.097-67.14 5.173-35.9-13.088-69.848-46.628-83.291-15.050-6.037-31.119-9.918-46.726-11.064l-31.603-1.844-51.465-2.239-16.674-0.96-1.148 5.465c2.003-11.737 6.217-22.843 11.544-30.395l16.684-23.090 50.493-67.202 17.241-23.613 14.779-21.297c16.967-25.094 25.401-49.559 20.548-73.547-6.292-31.102-32.544-50.344-72.67-57.305l-11.472-1.949-20.553-3.228-17.903-2.414c-5.598-0.679-10.861-1.239-15.898-1.694l-14.539-1.067c-4.691-0.262-9.264-0.435-13.825-0.534l-58.8-0.202z"],"tags":["switchboard"]},"attrs":[{}],"properties":{"code":60247,"id":523,"name":"switchboard","order":736,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":150},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M428.16 896v64h-64v-64h64zM544 896v64h-64v-64h64zM661.12 896v64h-64v-64h64zM224 824.482v39.518c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h43.391v64h-43.391c-51.126 0-92.917-39.965-95.837-90.359l-0.163-5.641v-39.518h64zM864 824.94v39.060c0 51.126-39.965 92.917-90.359 95.837l-5.641 0.163h-41.142v-64h41.142c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-39.060h64zM224 713.6v64h-64v-64h64zM864 713.6v64h-64v-64h64zM928 544c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v128c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-32h-768v32c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-128c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h768v-32c0-17.673 14.327-32 32-32zM621.592 64l242.408 244.012v255.125h-64v-191.137l-210.408 0.012c-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732-0.024-212.012h-301.568c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v403.137h-64v-403.137c0-51.126 39.965-92.917 90.359-95.837l5.641-0.163h365.592zM621.568 154.784l0.005 153.204 152.187 0.012-152.192-153.216z"],"tags":["scan"]},"attrs":[{}],"properties":{"code":60197,"id":522,"name":"scan","order":737,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":151},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M541.351 638.74c-24.677-14.371-53.632-40.25-86.648-80.284-30.554-38.157-49.816-70.099-59.878-96.132-6.677-17.294-8.462-29.264-7.754-38.588 6.646-5.693 13.108-9.816 20.708-13.17 2.769-1.416 5.446-2.831 8.308-4.37s5.108-2.769 7.354-4.031c12.769-7.201 22.4-13.909 31.17-22.587 27.724-27.418 32.493-68.406 11.262-100.686-42.524-65.298-73.109-116.81-98.156-167.43-19.108-34.711-55.632-52.559-92.771-46.189-28.585 4.031-87.909 33.388-112.525 54.866-101.386 89.485-48.155 320.89 144.187 557.558 143.787 176.2 303.605 282.302 429.792 282.302 36.862 0 68.001-9.416 90.986-29.326 26.585-20.74 67.786-71.453 77.509-97.578 15.6-32.249 4.831-72.499-25.662-97.916-68.617-59.175-105.94-92.624-145.264-131.519-24.924-26.31-68.863-30.71-101.202-9.909-12.062 7.939-20.216 15.755-33.385 30.403-3.292 3.693-4.892 5.477-6.492 7.262-8.554 9.847-13.293 15.078-17.97 19.417-7.262-0.031-18.123-3.077-33.57-12.063v-0.031z"],"tags":["phone_s"]},"attrs":[{}],"properties":{"code":60207,"id":521,"name":"phone_s","order":738,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":152},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M157.245 688.003l92.128 92.128v-613.504c0-17.673 14.327-32 32-32s32 14.327 32 32v613.504l92.128-92.128c12.495-12.495 32.753-12.495 45.248 0s12.495 32.753 0 45.248l-146.749 146.749c-12.497 12.497-32.758 12.497-45.255 0l-146.749-146.749c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0zM605.245 335.997l92.128-92.128v613.504c0 17.673 14.327 32 32 32s32-14.327 32-32v-613.504l92.128 92.128c12.495 12.495 32.753 12.495 45.248 0s12.495-32.753 0-45.248l-146.749-146.749c-12.497-12.497-32.758-12.497-45.255 0l-146.749 146.749c-12.495 12.495-12.495 32.753 0 45.248s32.753 12.495 45.248 0z"],"tags":["sort-message"]},"attrs":[{}],"properties":{"code":60199,"id":519,"name":"sort-message","order":739,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":153},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M668.53 64c-13.852-0.068-26.096 8.991-30.082 22.257s1.236 27.573 12.831 35.152c55.431 37.252 95.694 95.734 95.694 95.734 6.25 9.252 16.962 14.467 28.099 13.68s21.009-7.456 25.897-17.495c4.887-10.039 4.048-21.923-2.203-31.175 0 0-44.063-66.505-112.619-112.578-5.176-3.591-11.317-5.534-17.617-5.574v0zM521.856 105.704c-14.445 0.286-26.811 10.437-29.906 24.549s3.887 28.507 16.886 34.812c69.785 35.103 132.555 133.979 132.555 133.979 5.74 9.582 16.157 15.373 27.325 15.191s21.391-6.309 26.816-16.073c5.425-9.764 5.228-21.681-0.517-31.26 0 0-62.241-109.437-158.106-157.659-4.642-2.422-9.819-3.64-15.054-3.54v0zM346.987 148.18c-11.699 0.893-23.112 6.686-30.84 17.414-12.124 16.832-8.542 40.505 6.144 55.17l181.012 181.012c8.145 8.145 8.145 21.333 0 29.457-8.145 8.145-21.333 8.145-29.457 0l-220.966-220.925c-17.894-17.894-48.013-16.126-63.47 5.33-12.124 16.832-8.542 40.464 6.144 55.13l219.379 219.379c8.145 8.145 8.145 21.333 0 29.457-8.145 8.145-21.333 8.145-29.457 0l-192.608-192.567c-17.894-17.894-48.013-16.126-63.47 5.33-12.124 16.832-8.542 40.505 6.144 55.17l205.749 205.749c8.145 8.145 8.145 21.333 0 29.457-8.145 8.145-21.333 8.145-29.457 0l-143.093-143.296c-14.665-14.686-38.318-18.267-55.17-6.144-21.477 15.457-23.265 45.576-5.371 63.47l327.319 327.482c69.972 69.993 183.421 70.034 253.393 0.041l164.819-164.819c19.852-19.852 36.232-59.191 36.17-87.272-0.333-122.342 21.013-178.706 34.949-244.116 10.374-48.704-34.385-94.374-81.901-64.732-80.575 50.245-49.375 161.688-103.953 216.287l-359.38-359.38c-8.947-8.947-20.931-12.977-32.63-12.084zM148.399 709.607c-11.029-0.243-21.368 5.347-27.205 14.708s-6.306 21.105-1.235 30.901c68.083 136.167 201.477 201.477 201.477 201.477 15.437 7.719 34.208 1.461 41.927-13.976s1.461-34.208-13.976-41.927c0 0-116.622-59.677-173.526-173.485-5.096-10.596-15.708-17.435-27.463-17.698z"],"tags":["action-plan-welcome"]},"attrs":[{}],"properties":{"code":60202,"id":517,"name":"welcome","order":740,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":154},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 160v634.667h74.667v37.333c0 82.542 66.792 149.333 149.333 149.333s149.333-66.792 149.333-149.333v-37.333h522.667v-634.667h-597.333v672c0 44.479-30.188 74.667-74.667 74.667s-74.667-30.188-74.667-74.667v-37.333h74.667v-634.667h-224zM138.667 234.667h74.667v485.333h-74.667v-485.333zM437.333 234.667h448v485.333h-448v-485.333zM512 309.333v74.667h298.667v-74.667h-298.667zM512 458.667v74.667h74.667v-74.667h-74.667zM624 458.667v74.667h74.667v-74.667h-74.667zM736 458.667v74.667h74.667v-74.667h-74.667zM512 570.667v74.667h74.667v-74.667h-74.667zM624 570.667v74.667h74.667v-74.667h-74.667zM736 570.667v74.667h74.667v-74.667h-74.667z"],"tags":["action-plan-your-complany-line"]},"attrs":[{}],"properties":{"code":60203,"id":516,"name":"company-line_border","order":741,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":155},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 64v824.32c0 18.76 6.58 37.94 20.16 51.52s32.76 20.16 51.52 20.16h358.4c18.76 0 37.94-6.58 51.52-20.16s20.16-32.76 20.16-51.52v-645.12c0-18.76-6.58-37.94-20.16-51.52s-32.76-20.16-51.52-20.16h-358.4v-107.52h-71.68zM327.68 243.2h358.4v143.36h-358.4v-143.36zM327.68 458.24h358.4v430.080h-358.4v-430.080zM363.52 529.92v71.68h71.68v-71.68h-71.68zM471.040 529.92v71.68h71.68v-71.68h-71.68zM578.56 529.92v71.68h71.68v-71.68h-71.68zM363.52 637.44v71.68h71.68v-71.68h-71.68zM471.040 637.44v71.68h71.68v-71.68h-71.68zM578.56 637.44v71.68h71.68v-71.68h-71.68zM363.52 744.96v71.68h71.68v-71.68h-71.68zM471.040 744.96v71.68h71.68v-71.68h-71.68zM578.56 744.96v71.68h71.68v-71.68h-71.68z"],"tags":["action-plan-your-direct-line"]},"attrs":[{}],"properties":{"code":60205,"id":515,"name":"direct-line_border","order":742,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":156},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c-134.212 0-247.827 24.635-324.154 47.385-73.096 21.673-123.846 89.385-123.846 165.846v96.923c0 37.692 31.231 68.923 68.923 68.923h137.846c37.692 0 68.923-31.231 68.923-68.923v-90.462c6.462-2.962 7.808-4.173 26.923-9.692 31.365-9.154 79.288-18.308 145.385-18.308s114.019 9.154 145.385 18.308c19.115 5.519 20.462 6.731 26.923 9.692v90.462c0 37.692 31.231 68.923 68.923 68.923h137.846c37.692 0 68.923-31.231 68.923-68.923v-96.923c0-76.462-50.75-144.038-123.846-165.846-76.327-22.615-189.942-47.385-324.154-47.385zM512 196.923c125.731 0 233.288 22.885 304.769 44.154 44.558 13.192 74.308 53.981 74.308 100.154v96.923h-137.846v-133.538l-17.231-9.692c0 0-21.942-12.788-59.231-23.692s-92.077-20.462-164.769-20.462c-72.692 0-127.481 9.558-164.769 20.462s-59.231 23.692-59.231 23.692l-17.231 9.692v133.538h-137.846v-96.923c0-46.173 29.75-86.962 74.308-100.154 71.481-21.269 179.038-44.154 304.769-44.154zM305.231 576c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM512 576c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM718.769 576c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM305.231 782.769c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM512 782.769c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923zM718.769 782.769c-38.096 0-68.923 30.827-68.923 68.923s30.827 68.923 68.923 68.923c38.096 0 68.923-30.827 68.923-68.923s-30.827-68.923-68.923-68.923z"],"tags":["action-plan-your-extention-line"]},"attrs":[{}],"properties":{"code":60206,"id":514,"name":"extension-line_border","order":743,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":157},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.328 0 64 28.672 64 64v576c0 35.328-28.672 64-64 64h-352v64h128c17.664 0 32 14.336 32 32s-14.336 32-32 32h-320c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-64h-352c-35.328 0-64-28.672-64-64v-576c0-35.328 28.672-64 64-64h768zM864 160h-704c-17.664 0-32 14.336-32 32v512c0 17.664 14.336 32 32 32h704c17.664 0 32-14.336 32-32v-512c0-17.664-14.336-32-32-32zM768 256c17.664 0 32 14.336 32 32v320c0 17.664-14.336 32-32 32h-512c-17.664 0-32-14.336-32-32v-320c0-17.664 14.336-32 32-32h512zM736 320h-448v256h448v-256z"],"tags":["hud_border"]},"attrs":[{}],"properties":{"code":60194,"id":513,"name":"hud_border","order":744,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":158},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 784c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM240 544c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 544c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM784 544c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM240 304c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 304c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM784 304c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM240 64c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 64c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM784 64c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80z"],"tags":["dialer-s"]},"attrs":[{}],"properties":{"code":60195,"id":512,"name":"dialer_s","order":745,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":159},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M969.6 608c0-48-16-102.4-86.4-137.6v-3.2c0-195.2-131.2-393.6-384-393.6-265.6 0-361.6 214.4-361.6 393.6v3.2c-67.2 35.2-86.4 92.8-86.4 137.6 0 64 32 147.2 192 169.6h51.2c19.2 0 32-12.8 32-32v-278.4c0-19.2-12.8-32-32-32h-44.8c-16 3.2-28.8 6.4-44.8 9.6 6.4-153.6 86.4-307.2 297.6-307.2s310.4 156.8 320 307.2c-12.8-3.2-28.8-6.4-44.8-9.6h-51.2c-19.2 0-32 12.8-32 32v278.4c0 19.2 12.8 32 32 32h51.2c-9.6 35.2-38.4 80-147.2 99.2 3.2-6.4 3.2-16 3.2-25.6 0-64-51.2-118.4-118.4-118.4-64 0-118.4 51.2-118.4 118.4 0 64 51.2 118.4 118.4 118.4 25.6 0 48-9.6 67.2-22.4 201.6-19.2 256-108.8 262.4-185.6 102.4-32 124.8-99.2 124.8-153.6zM252.8 502.4h12.8v214.4h-12.8c-121.6-16-137.6-70.4-137.6-105.6 0-28.8 6.4-64 60.8-86.4 3.2 0 6.4-3.2 6.4-3.2 22.4-9.6 44.8-16 70.4-19.2zM512 905.6c-28.8 0-54.4-22.4-54.4-54.4s25.6-51.2 54.4-51.2 54.4 22.4 54.4 54.4-25.6 51.2-54.4 51.2zM771.2 713.6h-12.8v-214.4h12.8c28.8 3.2 51.2 9.6 67.2 16 3.2 0 3.2 3.2 6.4 3.2 54.4 22.4 60.8 60.8 60.8 86.4 0 41.6-12.8 92.8-134.4 108.8z"],"tags":["Engage_32"]},"attrs":[{}],"properties":{"code":59959,"id":511,"name":"engage_border","order":746,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":160},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M278.4 374.4c-76.8 0-137.6 60.8-137.6 137.6s60.8 137.6 137.6 137.6 137.6-60.8 137.6-137.6-60.8-137.6-137.6-137.6zM278.4 585.6c-41.6 0-73.6-32-73.6-73.6s32-73.6 73.6-73.6 73.6 32 73.6 73.6c0 41.6-32 73.6-73.6 73.6zM854.4 393.6h-297.6c-19.2 0-32 12.8-32 32s12.8 32 32 32h297.6c19.2 0 32-12.8 32-32s-16-32-32-32zM425.6 288h425.6c19.2 0 32-12.8 32-32s-12.8-32-32-32h-425.6c-19.2 0-32 12.8-32 32s16 32 32 32zM854.4 736h-428.8c-19.2 0-32 12.8-32 32s12.8 32 32 32h425.6c19.2 0 32-12.8 32-32s-12.8-32-28.8-32zM854.4 566.4h-297.6c-19.2 0-32 12.8-32 32s12.8 32 32 32h297.6c19.2 0 32-12.8 32-32s-16-32-32-32zM192 713.6c-28.8 0-54.4 22.4-54.4 54.4s22.4 54.4 54.4 54.4 51.2-22.4 51.2-54.4-22.4-54.4-51.2-54.4zM192 307.2c28.8 0 51.2-22.4 51.2-51.2s-22.4-51.2-51.2-51.2c-28.8 0-51.2 22.4-51.2 51.2s22.4 51.2 51.2 51.2z"],"tags":["Engage_Digital_32"]},"attrs":[{}],"properties":{"code":60144,"id":510,"name":"engage-digital_border","order":747,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":161},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M214.4 672c-89.6 0-160 70.4-160 160s70.4 160 160 160 160-70.4 160-160-73.6-160-160-160zM214.4 928c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-44.8 96-96 96zM809.6 672c-89.6 0-160 70.4-160 160s70.4 160 160 160 160-70.4 160-160-70.4-160-160-160zM809.6 928c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-41.6 96-96 96zM777.6 544h-67.2l99.2 99.2 99.2-99.2h-67.2v-150.4h-297.6v-44.8c73.6-16 128-80 128-156.8 0-89.6-70.4-160-160-160s-160 70.4-160 160c0 76.8 54.4 140.8 128 156.8v44.8h-297.6v150.4h-67.2l99.2 99.2 96-99.2h-64v-86.4h531.2v86.4zM416 192c0-54.4 41.6-96 96-96s96 41.6 96 96-41.6 96-96 96-96-41.6-96-96z"],"tags":["RC_CC_32"]},"attrs":[{}],"properties":{"code":60186,"id":509,"name":"rc-cc_border","order":748,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":162},{"icon":{"attrs":[{"fill":"rgb(6, 132, 188)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M955.239 172.329c-9.984-49.261-38.395-82.973-87.303-97.986-21.229-5.95-43.229-8.681-65.268-8.101-192.271 0-384.533 0-576.774 0-15.007-0.254-30.011 0.632-44.883 2.649-50.371 7.679-87.727 33.020-106.271 82.128-9.176 24.266-10.597 49.914-10.597 75.369 0 113.885 0 227.79 0 341.724 0 122.199 0 244.412 0 366.635 0 20.082 7.026 27.071 27.105 27.071h163.169c20.389 0 27.259-7.142 27.259-27.916v-640.090c0-16.009 6.411-23.038 21.229-23.038h416.527c15.777 0 22.534 7.029 22.534 23.038v197.738c0 15.935-6.643 22.652-22.613 22.652h-187.126c-13.706 0-20.156 6.144-20.196 19.583 0 36.166-0.613 72.337 0.193 108.468 0.732 29.908 6.297 59.13 22.613 84.931 45.384 71.669 90.98 143.215 136.794 214.632 3.86 6.327 9.312 11.526 15.817 15.075 6.5 3.554 13.825 5.333 21.234 5.16 58.512 0.153 117.043 0.153 175.609 0 17.967 0 23.033-10.256 13.395-25.727-41.949-67.779-83.937-135.549-125.965-203.303-8.828-14.284-7.335-19.43 7.681-26.3 28.139-12.713 56.129-25.806 84.461-37.901 64.616-27.565 95.216-77.556 95.676-146.363 0.613-100.134 0.232-200.269-0.232-300.403 0.302-16.671-1.063-33.327-4.068-49.725v0z"],"tags":["RC-logo-chatbot"]},"attrs":[{"fill":"rgb(6, 132, 188)"}],"properties":{"code":60187,"id":508,"name":"RC-logo-chatbot","order":749,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":163},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 938.667c-59.022 0-114.489-11.2-166.4-33.6s-97.067-52.8-135.467-91.2c-38.4-38.4-68.8-83.556-91.2-135.467s-33.6-107.378-33.6-166.4c0-59.022 11.2-114.489 33.6-166.4s52.8-97.067 91.2-135.467c38.4-38.4 83.556-68.8 135.467-91.2s107.378-33.6 166.4-33.6c59.022 0 114.489 11.2 166.4 33.6s97.067 52.8 135.467 91.2c38.4 38.4 68.8 83.556 91.2 135.467s33.6 107.378 33.6 166.4c0 59.022-11.2 114.489-33.6 166.4s-52.8 97.067-91.2 135.467c-38.4 38.4-83.556 68.8-135.467 91.2s-107.378 33.6-166.4 33.6zM466.133 873.6v-87.467c-24.889 0-45.867-9.244-62.933-27.733s-25.6-40.178-25.6-65.067v-46.933l-218.667-218.667c-3.556 14.222-6.044 28.267-7.467 42.133s-2.133 27.911-2.133 42.133c0 92.444 30.044 173.156 90.133 242.133s135.644 108.8 226.667 119.467zM779.733 758.4c15.644-17.067 29.333-35.2 41.067-54.4s21.689-39.289 29.867-60.267c8.178-20.978 14.222-42.489 18.133-64.533s5.867-44.444 5.867-67.2c0-75.378-20.622-143.822-61.867-205.333s-96.356-106.489-165.333-134.933v19.2c0 24.889-8.533 46.578-25.6 65.067s-38.044 27.733-62.933 27.733h-92.8v92.8c0 12.089-4.8 22.044-14.4 29.867s-20.444 11.733-32.533 11.733h-88.533v93.867h275.2c12.089 0 22.044 4.622 29.867 13.867s11.733 19.911 11.733 32v135.467h45.867c20.622 0 38.756 6.044 54.4 18.133s26.311 27.733 32 46.933z"],"tags":["Country"]},"attrs":[{}],"properties":{"code":60191,"id":507,"name":"Country","order":750,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":164},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M919.294 104.706c24.994 24.994 24.994 65.516 0 90.51l-724.077 724.077c-24.994 24.994-65.516 24.994-90.51 0s-24.994-65.516 0-90.51l724.077-724.077c24.994-24.994 65.516-24.994 90.51 0zM906.166 298.888c34.881 64.416 53.834 137.296 53.834 213.112 0 120.684-48.028 233.919-131.835 317.402-25.042 24.945-65.565 24.866-90.509-0.176s-24.866-65.565 0.176-90.509c59.935-59.702 94.169-140.417 94.169-226.716 0-40.764-7.638-80.283-22.017-116.931l96.182-96.181zM285.414 195.439c25.018 24.969 25.058 65.492 0.089 90.51-59.531 59.647-93.503 140.080-93.503 226.051 0 40.775 7.643 80.303 22.027 116.955l-96.176 96.188c-34.885-64.414-53.851-137.306-53.851-213.143 0-120.224 47.661-233.065 130.905-316.472 24.969-25.018 65.492-25.058 90.51-0.089zM759.327 445.754c5.698 21.321 8.673 43.556 8.673 66.246 0 68.435-27.062 132.752-74.319 180.355-24.902 25.085-65.425 25.232-90.509 0.33-24.971-24.79-25.23-65.058-0.666-90.168l156.821-156.763zM418.653 332.434c24.046 23.304 25.881 60.896 5.092 86.37l-3.674 4.129-155.383 155.368c-5.706-21.334-8.688-43.588-8.688-66.3 0-67.354 26.211-130.743 72.155-178.149 24.599-25.382 65.117-26.017 90.499-1.418z"],"tags":["rbn-off"]},"attrs":[{}],"properties":{"code":60189,"id":506,"name":"rbn-off","order":751,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":165},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M285.414 195.437c25.018 24.969 25.058 65.492 0.089 90.51-59.531 59.647-93.503 140.080-93.503 226.051 0 86.6 34.475 167.572 94.78 227.324 25.109 24.878 25.296 65.4 0.418 90.509s-65.4 25.296-90.509 0.418c-84.324-83.55-132.689-197.145-132.689-318.25 0-120.224 47.661-233.065 130.905-316.472 24.969-25.018 65.492-25.058 90.51-0.089zM829.429 195.86c83.042 83.379 130.571 196.079 130.571 316.138 0 120.684-48.028 233.919-131.835 317.402-25.042 24.945-65.565 24.866-90.509-0.176s-24.866-65.565 0.176-90.509c59.935-59.702 94.169-140.417 94.169-226.716 0-85.854-33.879-166.185-93.264-225.812-24.943-25.044-24.861-65.567 0.183-90.509s65.567-24.861 90.509 0.183zM418.653 332.432c24.046 23.304 25.881 60.896 5.092 86.37l-3.674 4.129c-23.027 23.76-36.071 55.304-36.071 89.068 0 32.903 12.401 63.693 34.265 87.169l5.212 5.285c25.526 24.45 26.398 64.963 1.948 90.489s-64.963 26.398-90.489 1.948c-50.047-47.938-78.937-114.19-78.937-184.891 0-67.354 26.211-130.743 72.155-178.149 24.599-25.382 65.117-26.017 90.499-1.418zM691.537 329.508c48.555 47.773 76.463 112.996 76.463 182.49 0 68.435-27.062 132.752-74.319 180.355-24.902 25.085-65.425 25.232-90.509 0.33s-25.232-65.425-0.33-90.509c23.689-23.863 37.158-55.873 37.158-90.176 0-32.343-11.978-62.647-33.18-85.988l-5.055-5.26c-25.196-24.79-25.525-65.311-0.735-90.507s65.311-25.525 90.507-0.735z"],"tags":["rbn-on"]},"attrs":[{}],"properties":{"code":60190,"id":505,"name":"rbn-on","order":752,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":166},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M519.931 64c16.314 0 29.538 13.372 29.538 29.867 0 14.662-10.449 26.857-24.229 29.385l-5.31 0.481h-285.592c-24.094 0-43.977 18.23-46.893 41.792l-0.368 5.994v680.96c0 24.362 18.030 44.466 41.333 47.414l5.928 0.372h555.323c24.094 0 43.977-18.23 46.893-41.792l0.368-5.994v-330.141c0-16.495 13.225-29.867 29.538-29.867 14.501 0 26.561 10.565 29.063 24.498l0.476 5.369v330.141c0 56.413-42.967 102.678-97.617 107.164l-8.721 0.356h-555.323c-55.793 0-101.55-43.445-105.986-98.702l-0.353-8.818v-680.96c0-56.413 42.967-102.678 97.617-107.164l8.721-0.356h285.592zM706.286 608c16.411 0 29.714 14.327 29.714 32 0 15.709-10.511 28.775-24.373 31.484l-5.341 0.516h-356.571c-16.411 0-29.714-14.327-29.714-32 0-15.709 10.511-28.775 24.373-31.484l5.341-0.516h356.571zM579.2 416c15.906 0 28.8 14.327 28.8 32 0 15.709-10.188 28.775-23.623 31.484l-5.177 0.516h-230.4c-15.906 0-28.8-14.327-28.8-32 0-15.709 10.188-28.775 23.623-31.484l5.177-0.516h230.4zM736 64c15.709 0 28.775 9.703 31.484 22.498l0.516 4.93v132.571h132.571c15.148 0 27.429 14.327 27.429 32 0 15.709-9.703 28.775-22.498 31.484l-4.93 0.516h-132.571v132.571c0 15.148-14.327 27.429-32 27.429-15.709 0-28.775-9.703-31.484-22.498l-0.516-4.93v-132.571h-132.571c-15.148 0-27.429-14.327-27.429-32 0-15.709 9.703-28.775 22.498-31.484l4.93-0.516h132.571v-132.571c0-15.148 14.327-27.429 32-27.429z"],"tags":["Add-text-log"]},"attrs":[{}],"properties":{"code":60185,"id":504,"name":"Add-text-log","order":753,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":167},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M406.541 695.121c11.27 11.795 11.745 29.961 1.702 42.29l-2.73 2.953-158.195 151.167c-11.71 11.19-29.722 11.749-42.059 1.888l-2.959-2.682-80.156-82.198c-12.339-12.653-12.084-32.913 0.569-45.251 11.68-11.39 29.841-12.048 42.27-2.131l2.981 2.7 58.019 59.503 135.314-129.267c12.777-12.21 33.033-11.749 45.243 1.028zM896 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32zM406.541 407.121c11.27 11.795 11.745 29.961 1.702 42.29l-2.73 2.953-158.195 151.167c-11.71 11.19-29.722 11.749-42.059 1.888l-2.959-2.682-80.156-82.198c-12.339-12.653-12.084-32.913 0.569-45.251 11.68-11.39 29.841-12.048 42.27-2.131l2.981 2.7 58.019 59.503 135.314-129.267c12.777-12.21 33.033-11.749 45.243 1.028zM896 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32zM406.541 119.121c11.27 11.795 11.745 29.961 1.702 42.29l-2.73 2.953-158.195 151.167c-11.71 11.19-29.722 11.749-42.059 1.888l-2.959-2.682-80.156-82.198c-12.339-12.653-12.084-32.913 0.569-45.251 11.68-11.389 29.841-12.048 42.27-2.131l2.981 2.7 58.019 59.503 135.314-129.267c12.777-12.21 33.033-11.749 45.243 1.028zM896 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["Select-more"]},"attrs":[{}],"properties":{"code":60182,"id":503,"name":"Select-more","order":754,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":168},{"icon":{"attrs":[{"fill":"rgb(55, 104, 234)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c-247.408 0-448 200.74-448 448.33 0 224.763 165.461 410.371 381.024 442.8v-323.993h-110.843v-117.836h110.843v-78.42c0-129.829 63.205-186.804 171.024-186.804 51.632 0 78.96 3.848 91.877 5.567v102.854h-73.547c-45.771 0-61.749 43.451-61.749 92.393v64.41h134.139l-18.181 117.836h-115.957v324.927c218.661-29.664 387.371-216.767 387.371-443.734 0-247.59-200.592-448.33-448-448.33z"],"tags":["facebook-share-number-icon"]},"attrs":[{"fill":"rgb(55, 104, 234)"}],"properties":{"code":60184,"id":502,"name":"facebook-share-number-icon","order":755,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":169},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M764.118 302.863l181.019 181.019 2.662 3.015c7.523 5.998 12.201 15.004 12.201 25.103 0 9.209-3.89 17.509-10.116 23.348l-3.081 2.63-181.32 181.324c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l130.013-130.060-754.24 0.014c-17.673 0-32-14.327-32-32s14.327-32 32-32l754.752-0.014-131.889-131.869c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["Jump-to"]},"attrs":[{}],"properties":{"code":60245,"id":501,"name":"Jump-to","order":756,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":170},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M225.778 64c-88.903 0-161.778 72.875-161.778 161.778v572.444c0 88.903 72.875 161.778 161.778 161.778h572.444c88.903 0 161.778-72.875 161.778-161.778v-572.444c0-88.903-72.875-161.778-161.778-161.778h-572.444zM225.778 138.667h572.444c48.517 0 87.111 38.594 87.111 87.111v37.333h-746.667v-37.333c0-48.517 38.594-87.111 87.111-87.111zM138.667 337.778h746.667v460.444c0 48.517-38.594 87.111-87.111 87.111h-572.444c-48.517 0-87.111-38.594-87.111-87.111v-460.444zM699.695 436.935c-11.017-0.199-21.537 4.48-28.772 12.743l-197.751 219.62-96.569-96.569c-9.358-9.723-23.263-13.606-36.305-10.188-13.042 3.385-23.263 13.606-26.681 26.648s0.465 26.913 10.188 36.305l124.444 124.444c7.234 7.234 17.124 11.217 27.378 10.951 10.221-0.265 19.911-4.745 26.78-12.345l224-248.889c9.989-10.785 12.743-26.482 6.969-40.021-5.774-13.573-18.982-22.433-33.716-22.699h0.033z"],"tags":["today-calendar-ico"]},"attrs":[{}],"properties":{"code":60242,"id":499,"name":"today-calendar-ico","order":757,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":171},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-832c-35.346 0-64-28.654-64-64v-704c-0-35.346 28.654-64 64-64h832zM770.826 222.608c-15.347-0.613-48.992 6.525-61.399 13.814-13.95 7.744-21.346 23.432-18.191 40.188 8.060 34.774 12.909 71.059 16.923 107.267 1.66 16.169 13.992 28.13 30.262 29.835 9.555 0.999 18.487-0.884 26.866-2.444 6.431-1.655 12.296-2.1 18.599-1.853 0 0 2.91 0.277 5.466 3.433 6.089 6.563 20.496 26.415 21.305 88.962-0.218 66.806-17.538 85.262-22.845 89.56-2.064 1.671-4.135 2.43-4.135 2.43-6.242-0.17-12.392-1.335-18.542-2.498-8.986-1.501-17.621-3.37-27.305-2.468-16.078 1.65-29.149 14.701-30.151 29.641-3.83 36.418-10.029 73.080-16.037 107.709v0l-0.565 4.092c-1.328 15.099 5.631 29.208 18.692 35.527 11.874 6.977 45.504 13.939 61.94 13.837 14.402 0.5 28.556-5.736 41.751-16.421 50.668-41.030 80.617-139.101 80.298-261.486-0.839-178.143-63.745-276.223-122.932-279.123zM512.061 543.306l-325.131 0.193c-29.653 2.291-53.635 24.759-58.161 53.656l-0.594 5.163-0.175 4.759v160.923h448v-160.923l-0.175-4.759c-2.441-32.997-30.056-59.012-63.763-59.012zM352.371 224c-70.624 0-127.877 57.103-127.877 127.542s57.253 127.542 127.877 127.542c70.624 0 127.877-57.103 127.877-127.542s-57.253-127.542-127.877-127.542z"],"tags":["hybrid-contact"]},"attrs":[{}],"properties":{"code":60239,"id":498,"name":"hybrid-contact","order":758,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":172},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M453.517 64c65.817 0 119.172 53.355 119.172 119.172v29.793h178.759c32.909 0 59.586 26.678 59.586 59.586v178.759h29.793c65.817 0 119.172 53.355 119.172 119.172s-53.355 119.172-119.172 119.172h-29.793v178.759c0 32.909-26.678 59.586-59.586 59.586h-178.759v-29.793c0-63.823-50.171-115.927-113.225-119.027l-5.948-0.146c-63.823 0-115.927 50.171-119.027 113.225l-0.146 5.948v29.793h-178.759c-32.909 0-59.586-26.678-59.586-59.586v-178.759h29.793c63.823 0 115.927-50.171 119.027-113.225l0.146-5.948c0-63.823-50.171-115.927-113.225-119.027l-5.948-0.146h-29.793v-178.759c0-32.909 26.678-59.586 59.586-59.586h178.759v-29.793c0-65.817 53.355-119.172 119.172-119.172z"],"tags":["apps-installed"]},"attrs":[{}],"properties":{"code":60241,"id":497,"name":"apps-installed","order":759,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":173},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M602.648 97.204c24.33 5.53 40.105 28.637 36.979 52.888l-0.81 4.556-160 736c-5.875 25.85-31.594 42.044-57.444 36.169-24.33-5.53-40.105-28.637-36.979-52.888l0.81-4.556 160-736c5.875-25.85 31.594-42.044 57.444-36.169zM782.296 266.764l3.646 3.295 192 192c17.574 17.574 18.672 45.384 3.295 64.237l-3.295 3.646-192 192c-18.745 18.745-49.137 18.745-67.882 0-17.574-17.574-18.672-45.384-3.295-64.237l3.295-3.646 158.069-158.059-158.069-158.059c-17.574-17.574-18.672-45.384-3.295-64.237l3.295-3.646c17.574-17.574 45.384-18.672 64.237-3.295zM241.704 266.764c18.853-15.377 46.663-14.279 64.237 3.295v0l3.295 3.646c15.377 18.853 14.279 46.663-3.295 64.237v0l-158.069 158.059 158.069 158.059 3.295 3.646c15.377 18.853 14.279 46.663-3.295 64.237-18.745 18.745-49.137 18.745-67.882 0v0l-192-192-3.295-3.646c-15.377-18.853-14.279-46.663 3.295-64.237v0l192-192z"],"tags":["apps-developers"]},"attrs":[{}],"properties":{"code":60236,"id":496,"name":"apps-developers","order":760,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":174},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 160h128c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-128c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z","M128 608h128c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-128c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z","M448 160h448c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-448c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z","M448 608h448c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-448c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z"],"tags":["apps-categories"]},"attrs":[{},{},{},{}],"properties":{"code":60237,"id":495,"name":"apps-categories","order":761,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":175},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M541.403 567.995c5.719-20.422 26.91-32.341 47.333-26.622v0l370.97 103.886c12.751 3.571 22.763 13.459 26.491 26.165 5.972 20.35-5.684 41.687-26.034 47.659v0l-186.359 54.688-54.712 186.395c-3.729 12.705-13.742 22.593-26.493 26.163-20.422 5.718-41.613-6.203-47.331-26.626v0l-103.866-371c-1.896-6.772-1.896-13.935 0.001-20.708zM352 544c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192zM352 96c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192zM800 96c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192z"],"tags":["apps-discovery"]},"attrs":[{}],"properties":{"code":60238,"id":494,"name":"apps-discovery","order":762,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":176},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 320c35.346 0 64 28.654 64 64v0 480c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-480c0-35.346 28.654-64 64-64v0zM732.695 449.231c-14.374-22.274-44.084-28.678-66.358-14.304-40.561 26.176-87.63 40.307-136.91 40.307-49.222 0-96.298-14.133-136.935-40.323-22.283-14.361-51.989-7.939-66.349 14.344s-7.939 51.989 14.344 66.349c55.993 36.086 121.089 55.629 188.94 55.629 67.919 0 133.029-19.547 188.965-55.645 22.274-14.374 28.678-44.084 14.304-66.358z","M211.777 256c-4.968 0-9.867-1.157-14.311-3.378-15.807-7.904-22.214-27.125-14.311-42.933v0l58.534-117.067c7.904-15.807 27.125-22.214 42.933-14.311v0l265.010 132.505 102.906-123.461c10.067-12.081 27.242-14.926 40.545-7.252l3.239 2.138 154.879 116.159c8.058 6.043 12.8 15.528 12.8 25.6 0 17.673-14.327 32-32 32v0z"],"tags":["apps-product"]},"attrs":[{},{}],"properties":{"code":60240,"id":492,"name":"apps-product","order":763,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":177},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64l16.236 7.123 19.918 8.408c5.762 2.391 12.081 4.789 18.551 7.164l19.452 7.031 35.828 13.263 10.976 3.852 12.592 4.224 4.721 1.407 4.432 1.407 11.93 3.269 7.457 1.699 16.109 3.395 13.254 2.566 15.075 2.815 42.452 7.618 21.122 3.685 81.797 13.626v398.914l0.083 1.615c0.26 16.438-2.767 38.31-11.014 64.711l-2.945 8.967-1.118 3.149c-17.395 48.786-48.788 100.805-96.913 154.52-13.624 14.95-28.037 29.198-43.195 42.574-14.704 13.17-31.021 26.837-48.664 40.877-16.376 12.971-34.299 25.942-52.181 38.556l-46.132 32.264-16.608 11.388-7.828 5.218-25.387 16.692-33.506-20.543-20.916-13.584-15.777-10.643c-23.387-15.958-45.137-33.205-66.807-51.030l-32.639-27.080c-28.041-23.273-53.261-46.593-75.088-69.66-43.776-46.385-73.141-93.847-90.368-140.607-10.773-29.334-15.708-55.147-16.708-76.411l-0.19-6.918v-404.010l38.724-5.302 37.936-5.426 26.835-4.057 23.939-3.809 15.158-2.526 19.256-3.436 10.188-2.029 6.834-1.448 6.335-1.615 11.308-3.228 6.418-1.988 14.207-4.638 17.562-6.005 25.678-9.19c13.512-4.939 25.493-10.159 38.292-15.449l30.553-12.179 22.776-9.19zM511.136 133.344l-23.204 9.178-24.195 10.055-16.324 6.468-14.984 5.477-16.954 6.021-18.412 6.29-15.195 4.953-12.56 3.817-11.427 3.073-5.742 1.416-12.779 2.665-14.382 2.67-11.867 2.099-15.62 2.601-31.029 4.875-20.74 3.142-21.724 3.089v347.824c0.108 14.674 3.264 32.697 9.896 52.89l3.057 8.783c14.73 39.98 40.15 79.908 76.802 118.745 16.462 17.397 35.369 35.279 56.503 53.446l42.118 35.155 24.575 19.93 14.376 11.178c2.301 1.751 4.564 3.451 6.798 5.11l13.171 9.518 14.103 9.677 7.139 4.776 18.185 11.833 14.418-9.837 47.279-33.074 15.816-11.286 20.286-14.982 11.766-9.113c17.050-13.568 32.349-26.41 46.17-38.786 13.247-11.69 26.017-24.285 37.873-37.292 38.151-42.583 64.854-84.12 80.57-123.447l4.613-12.346c6.606-19.192 9.903-35.586 10.472-45.949l0.087-3.597-0.169-4.918-0.029-344.716-28.767-4.776-21.344-3.724-42.979-7.714-15.494-2.895-14.163-2.749-17.149-3.622-10.001-2.329-8.53-2.298-16.131-4.864-19.179-6.502-21.319-7.741-47.745-17.584-13.938-5.517-11.998-5.094zM487.877 211.851l22.779-9.483 51.487 19.019 22.552 8.193 15.153 5.173 9.138 2.977 4.721 1.407 2.258 0.738 7.996 2.334 9.354 2.526 4.261 1.071 8.284 1.889 18.189 3.848 15.072 2.932 15.913 2.974 40.838 7.318 0.029 290.7 0.099 3.956-0.053 1.354c-0.209 3.042-1.027 7.855-2.633 14.084l-1.356 4.932-2.964 9.309-3.697 9.858c-12.776 31.818-35.371 66.926-68.638 104.058-9.946 10.907-21.063 21.872-32.552 32.010-9.898 8.862-20.448 17.856-31.906 27.211l-11.77 9.484-10.817 8.372-12.277 9.136-21.847 15.678-25.51 17.842-7.978-5.645-12.332-9.167-13.38-10.417-14.952-12.050-8.229-6.758-41.051-34.255c-19.548-16.799-36.9-33.206-51.82-48.974-28.035-29.706-47.733-59.343-59.833-88.238l-3.403-8.645-2.177-6.228c-4.029-12.15-6.127-22.432-6.681-30.148l-0.15-3.641v-292.154l19.551-3.101 16.083-2.676 20.928-3.726 6.971-1.339 13.879-2.888 5.356-1.256 5.814-1.482 12.937-3.582 11.288-3.461 8.594-2.782 16.766-5.6 18.777-6.525 24.968-9.053 17.968-7.11z"],"tags":["shield"]},"attrs":[{}],"properties":{"code":59825,"id":491,"name":"shield","order":764,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":178},{"icon":{"attrs":[{"fill":"rgb(40, 168, 234)"},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(80, 217, 255)"},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M930.176 96h-212.864c-16.128 0-31.616 6.368-43.008 17.728l-502.432 499.168c-11.392 11.328-17.824 26.688-17.824 42.752v211.456c0 16.064 6.432 31.424 17.824 42.784 11.424 11.328 26.912 17.696 43.040 17.696h212.864c16.128 0 31.616-6.368 43.040-17.728l502.4-499.168c11.424-11.328 17.824-26.688 17.824-42.752v-211.456c0-16.032-6.4-31.424-17.824-42.784-11.424-11.328-26.88-17.696-43.040-17.696z","M930.176 927.584h-212.864c-16.128 0-31.616-6.368-43.008-17.696l-101.76-101.088v-188.896c0-59.712 48.704-108.096 108.8-108.096h190.144l101.728 101.088c11.424 11.328 17.824 26.72 17.824 42.752v211.488c0 33.376-27.232 60.448-60.864 60.448z","M214.912 96h212.864c16.128 0 31.616 6.368 43.040 17.696l101.728 101.088v188.896c0 59.712-48.704 108.128-108.8 108.128h-190.112l-101.76-101.12c-11.392-11.328-17.824-26.688-17.824-42.752v-211.488c0-33.376 27.264-60.448 60.864-60.448z","M537.664 309.6v456.352c0.064 2.336-0.192 4.64-0.672 6.912-3.296 19.36-20.192 33.504-39.936 33.44h-343.008v-537.056h343.008c10.784-0.032 21.12 4.224 28.736 11.808 7.616 7.552 11.904 17.856 11.872 28.544z","M555.104 309.6v421.696c-0.288 31.744-26.112 57.408-58.048 57.696h-343.008v-537.056h343.008c32 0.096 57.952 25.856 58.048 57.664z","M537.664 309.6v421.696c0.032 10.72-4.256 20.992-11.872 28.576-7.616 7.552-17.952 11.808-28.736 11.776h-343.008v-502.4h343.008c10.784-0.032 21.12 4.224 28.736 11.808 7.616 7.552 11.904 17.856 11.872 28.544z","M520.224 309.6v421.696c0.032 10.72-4.256 20.992-11.872 28.576-7.616 7.552-17.952 11.808-28.736 11.776h-325.568v-502.4h325.568c10.784-0.032 21.12 4.224 28.736 11.808 7.616 7.552 11.904 17.856 11.872 28.544z","M72.672 754.336c-22.464 0-40.672 0-40.672 0v-485.088c0 0 18.208 0 40.672 0h406.88c22.464 0 40.704 0 40.704 0v485.088c0 0-18.24 0-40.704 0h-406.88z","M356.064 423.104h-114.144v66.336h107.136v42.496h-107.136v68.896h120.224v42.336h-172.064v-262.752h165.984z"],"tags":["Microsoft_Exchange_Server_Logo_wine"]},"attrs":[{"fill":"rgb(40, 168, 234)"},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(80, 217, 255)"},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 0, 0)","opacity":0.2},{"fill":"rgb(0, 0, 0)","opacity":0.1},{"fill":"rgb(0, 120, 212)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60149,"codes":[60149,60212,60215,60216,60217,60218,60219,60220,60221],"id":490,"name":"Microsoft_Exchange_Server_Logo_wine","order":765,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":179},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM512 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160z"],"tags":["record_border"]},"attrs":[{}],"properties":{"code":60222,"id":486,"name":"record_border","order":766,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":180},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 768l0.013-0.524c-125.095-8.227-224.013-112.3-224.013-239.476 0-132.548 107.452-240 240-240s240 107.452 240 240c0 69.555-29.588 132.199-76.864 176.032h217.728c-47.276-43.833-76.864-106.477-76.864-176.032 0-132.548 107.452-240 240-240s240 107.452 240 240c0 127.166-98.902 231.231-223.981 239.474l-0.019 0.526h-576zM240 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176s-78.798-176-176-176zM784 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176s-78.798-176-176-176z"],"tags":["voicemail_border"]},"attrs":[{}],"properties":{"code":60223,"id":485,"name":"voicemail_border","order":767,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":181},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M866.462 320c16.314 0 29.538 14.327 29.538 32 0 16.411-11.403 29.936-26.094 31.785l-3.445 0.215h-708.923c-16.314 0-29.538-14.327-29.538-32 0-16.411 11.403-29.936 26.094-31.785l3.445-0.215h708.923z","M866.462 640c16.314 0 29.538 14.327 29.538 32 0 16.411-11.403 29.936-26.094 31.785l-3.445 0.215h-708.923c-16.314 0-29.538-14.327-29.538-32 0-16.411 11.403-29.936 26.094-31.785l3.445-0.215h708.923z"],"tags":["customize"]},"attrs":[{},{}],"properties":{"code":60224,"id":484,"name":"customize","order":768,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":182},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 64c141.385 0 256 114.615 256 256v384c0 141.385-114.615 256-256 256h-384c-141.385 0-256-114.615-256-256v-384c0-141.385 114.615-256 256-256h384zM555.556 295.236h-104.391l-4.891 0.213-4.932 0.656c-27.545 4.856-47.955 28.77-47.955 57.173v0 334.673l0.214 3.708 0.701 3.888c3.627 15.199 16.923 25.997 32.543 25.997 18.508 0 33.458-15.029 33.458-33.593v0l-0.046-112.879 94.695 0.028 7.079-0.151 7.002-0.453c73.989-6.393 125.189-62.393 125.189-138.506 0-82.626-57.126-140.754-138.667-140.754v0zM542.222 356.738l6.444 0.132c50.558 2.108 77.147 29.456 77.147 79.191 0 49.707-29.854 77.572-83.591 77.572v0h-81.966v-156.897l81.966 0.002z"],"tags":["park-location-full"]},"attrs":[{}],"properties":{"code":60213,"id":483,"name":"park-location-full","order":769,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":183},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 64c141.385 0 256 114.615 256 256v384c0 141.385-114.615 256-256 256h-384c-141.385 0-256-114.615-256-256v-384c0-141.385 114.615-256 256-256h384zM704 128h-384c-103.629 0-188.082 82.098-191.868 184.802l-0.132 7.198v384c0 103.629 82.098 188.082 184.802 191.868l7.198 0.132h384c103.629 0 188.082-82.098 191.868-184.802l0.132-7.198v-384c0-103.629-82.098-188.082-184.802-191.868l-7.198-0.132zM555.556 295.236c81.541 0 138.667 58.128 138.667 140.754 0 76.113-51.201 132.113-125.189 138.506l-7.002 0.453-7.079 0.151-94.695-0.028 0.046 112.879c0 18.564-14.95 33.593-33.458 33.593-15.62 0-28.917-10.799-32.543-25.997l-0.701-3.888-0.214-3.708v-334.673c0-28.403 20.41-52.317 47.955-57.173l4.932-0.656 4.891-0.213h104.391zM542.222 356.738l-81.966-0.002v156.897h81.966c53.737 0 83.591-27.865 83.591-77.572 0-49.735-26.588-77.083-77.147-79.191l-6.444-0.132z"],"tags":["park-location"]},"attrs":[{}],"properties":{"code":60214,"id":482,"name":"park-location","order":770,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":184},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M306.286 64l411.429 0.407c43.447 0 79.31 33.405 82.11 75.714l0.176 5.333v733.091c0 43.008-34.126 78.509-76.896 81.28l-5.39 0.174h-411.429c-43.447 0-79.31-33.781-82.11-76.119l-0.176-5.335v-733.091c0-43.008 34.126-78.509 76.896-81.28l5.39-0.174zM704 128h-384c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v704c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h384c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-704c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM576 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128z"],"tags":["mobile"]},"attrs":[{}],"properties":{"code":60180,"id":479,"name":"mobile","order":771,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":185},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M215.040 704c5.802 0 10.71-1.62 14.72-4.864s6.7-6.826 8.064-10.752v0l27.648-75.52h153.344l27.648 75.52c1.706 4.438 4.48 8.15 8.32 11.136s8.748 4.48 14.72 4.48v0h53.248l-145.408-370.176h-70.4l-145.408 370.176h53.504zM401.152 564.224h-118.016l45.056-122.624c2.218-5.632 4.48-12.202 6.784-19.712s4.652-15.616 7.040-24.32c2.39 8.704 4.822 16.768 7.296 24.192s4.736 13.868 6.784 19.328v0l45.056 123.136zM632.064 704v-144.64h29.44c6.826 0 11.99 0.938 15.488 2.816s6.698 5.034 9.6 9.472v0l77.824 118.528c2.9 4.438 6.442 7.85 10.624 10.24s9.26 3.584 15.232 3.584v0h61.952l-92.672-136.704c-6.316-9.216-13.824-16.298-22.528-21.248 12.972-4.096 24.534-9.558 34.688-16.384s18.688-14.764 25.6-23.808c6.912-9.046 12.202-19.116 15.872-30.208s5.504-22.87 5.504-35.328c0-15.702-2.688-30.080-8.064-43.136s-13.824-24.276-25.344-33.664c-11.52-9.388-26.284-16.682-44.288-21.888s-39.638-7.808-64.896-7.808v0h-112.896v370.176h68.864zM675.072 509.952h-43.008v-122.88h44.032c25.428 0 44.332 5.036 56.704 15.104s18.56 24.49 18.56 43.264c0 9.388-1.536 18.004-4.608 25.856s-7.722 14.634-13.952 20.352c-6.23 5.716-14.164 10.198-23.808 13.44s-20.948 4.864-33.92 4.864v0 0z"],"tags":["non user avatars_department"]},"attrs":[{}],"properties":{"code":60181,"codes":[60181,60182],"id":478,"name":"ar","order":772,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":186},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M400.004 448c80.011 0 148.661 49.28 177.975 119.508l15.687 0.038c7.916 0.002 14.334 6.42 14.334 14.338v116.232c0 7.918-6.418 14.336-14.336 14.336l-15.672 0.007c-29.306 70.246-97.966 119.541-177.992 119.541-10.766-0.702-16.15-5.708-16.15-15.018s5.384-13.966 16.152-13.966c90.26 0 163.428-71.362 163.428-159.394v0l-0.166 0.022 0.125-3.624-0.001-0.031-0.124-3.613h0.168c0-88.032-73.168-159.394-163.428-159.394-78.266 0-143.682 53.658-159.686 125.312-2.368 10.983-3.645 22.383-3.726 34.061 0.098 1.032 0.061 2.044 0.034 3.058l-0.040-1.871c0 26.862 6.326 52.284 17.606 74.924l-47.856-0.014c-7.918 0-14.336-6.418-14.336-14.336v-116.232c0-7.918 6.418-14.336 14.336-14.336l15.675-0.007c29.306-70.245 97.964-119.541 177.993-119.541zM400.16 512.874c70.692 0 128 55.894 128 124.842s-57.308 124.842-128 124.842c-70.692 0-128-55.894-128-124.842s57.308-124.842 128-124.842zM592.004 160c80.011 0 148.661 49.28 177.975 119.508l15.687 0.038c7.916 0.002 14.334 6.42 14.334 14.338v116.234c0 7.918-6.418 14.336-14.336 14.336l-15.672 0.005c-20.467 49.059-60.129 87.899-109.451 106.866-5.109-8.522-10.612-16.717-16.49-24.617 62.607-20.444 108.285-76.91 111.228-144.17l0.151-6.914-0.166 0.020 0.125-3.624-0.001-0.031-0.124-3.614h0.168c0-88.032-73.168-159.396-163.428-159.396-78.301 0-143.74 53.707-159.705 125.411-2.358 10.971-3.626 22.329-3.707 33.962l0.064 1.585-0.052 1.166 0.216 7.337c0.462 8.842 1.611 17.507 3.395 25.946l0.315 1.333c-10.688-1.137-21.54-1.72-32.53-1.72-5.378 0-10.722 0.14-16.031 0.415l0.031-90.531c0-7.918 6.418-14.336 14.336-14.336l15.676-0.007c29.306-70.245 97.966-119.541 177.992-119.541zM592.16 224.874c70.692 0 128 55.894 128 124.842 0 61.511-45.611 112.632-105.646 122.945-38.707-38.616-87.751-66.803-142.611-80.107-5.009-13.343-7.743-27.779-7.743-42.837 0-68.948 57.308-124.842 128-124.842z"],"tags":["non user avatars_call queue"]},"attrs":[{}],"properties":{"code":60183,"codes":[60183,60184,60185,60186,60187,60188,60189,60190,60191,60192],"id":477,"name":"Call-queue","order":773,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":187},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M341.472 355.432c10.22 4.806 18.138 12.334 23.772 22.616 5.516 10.978 11.832 22.362 18.948 34.15 7.132 11.814 15.61 24.82 25.564 39.208 6.24 9.436 8.724 19.7 7.324 30.416-1.376 10.532-6.082 19.936-14.728 28.642-2.472 2.1-5.024 4.058-7.664 5.87-2.356 1.616-4.964 3.202-7.828 4.768-1.008 0.794-2.1 1.488-3.294 2.068l-2.574 1.25-2.686 1.48-0.674 0.326c-0.802 0.336-1.526 0.674-2.17 1.014 0.24 1.192 0.65 2.636 1.256 4.374l1.482 3.89c1.868 4.992 4.89 10.808 9.080 17.398 4.294 6.752 9.786 14.14 16.428 22.086 7.198 8.496 13.884 15.494 20.028 20.978 5.952 5.316 11.348 9.29 16.1 11.932 1.83 1.018 3.408 1.818 4.698 2.4l3.288-3.6 1.212-1.192 1.282-1.61 3.836-3.962 3.346-3.284c0.518-0.492 1.014-0.956 1.494-1.39 2.584-2.356 5.462-4.606 9.306-7.192 9.916-5.854 20.978-8.322 32.708-7.284 12.106 1.070 22.368 5.874 29.632 13.638 9.038 8.528 18.408 17.056 28.116 25.586l6.918 6.018 14.27 12.12c5.216 4.378 10.888 9.092 17.018 14.14 8.832 7.264 14.712 16.174 17.448 26.486 2.472 9.304 2.036 18.332-1.116 26.278l-1.308 2.928c-2.91 7.228-8.52 15.738-16.846 25.822-7.178 8.69-13.744 15.504-19.52 20.254l-2.428 1.908c-6.628 5.478-14.278 9.6-22.858 12.326-8.386 2.666-17.592 3.976-27.568 3.976-16.178 0-33.050-3.166-50.592-9.418-17.116-6.1-34.526-14.84-52.252-26.19-15.382-9.85-30.708-21.576-45.888-35.088l-6.498-5.9c-17.616-15.786-34.918-33.676-51.984-53.744-22.5-26.942-40.926-53.542-55.242-79.772-14.392-26.098-24.54-50.562-30.42-73.426-5.986-23.274-7.426-44.296-4.234-62.914 3.070-19.698 11.6-35.666 25.676-47.486 6.53-5.442 15.69-10.972 27.564-16.742 12.112-5.888 22.134-9.502 30.424-10.794 11.080-1.738 21.938-0.154 32.154 4.642zM655.542 260.034c5.224 2.902 9.53 7.21 12.432 12.432l105.616 190.108c8.582 15.45 3.018 34.93-12.432 43.514-4.754 2.642-10.102 4.026-15.542 4.026h-211.23c-17.674 0-32-14.326-32-32 0-5.438 1.386-10.786 4.026-15.54l105.616-190.108c8.582-15.45 28.066-21.014 43.514-12.432zM641.338 428.104c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM641.6 286.114c-9.819 0-17.984 2.359-19.678 5.468l-0.322 1.198v106.668c0 3.682 8.954 6.666 20 6.666 9.819 0 17.984-2.359 19.678-5.468l0.322-1.198v-106.668c0-3.682-8.954-6.666-20-6.666z"],"tags":["non user avatars_limited"]},"attrs":[{}],"properties":{"code":60193,"codes":[60193,60194,60195],"id":475,"name":"Limited","order":774,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":188},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M688 352c22.092 0 40 17.908 40 40v240c0 22.092-17.908 40-40 40h-91.716c-5.304 0-10.39 2.106-14.14 5.86l-62.826 62.828c-6.25 6.248-16.38 6.248-22.628 0l-62.83-62.828c-3.75-3.75-8.836-5.86-14.142-5.86h-91.716c-22.092 0-40-17.908-40-40v-240c0-22.092 17.908-40 40-40h359.998z"],"tags":["non user avatars_message"]},"attrs":[{}],"properties":{"code":60196,"codes":[60196,60197],"id":474,"name":"Message","order":775,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":189},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 352c35.346 0 64 28.654 64 64v224c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-224c0-35.346 28.654-64 64-64h384zM384 608c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM512 608c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM640 608c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.674 0 32-14.326 32-32s-14.326-32-32-32zM528 480h-160c-8.836 0-16 7.164-16 16s7.164 16 16 16v0h160c8.836 0 16-7.164 16-16s-7.164-16-16-16v0zM592 416h-224c-8.836 0-16 7.164-16 16s7.164 16 16 16v0h224c8.836 0 16-7.164 16-16s-7.164-16-16-16v0z"],"tags":["non user avatars_paging"]},"attrs":[{}],"properties":{"code":60198,"codes":[60198,60199],"id":473,"name":"Paging","order":776,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":190},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M298.854 436.108c9.3 4.366 16.504 11.214 21.63 20.564 5.018 9.988 10.762 20.342 17.236 31.062 6.488 10.746 14.2 22.576 23.254 35.666 5.676 8.582 7.936 17.918 6.664 27.668-1.25 9.58-5.532 18.134-13.398 26.054-2.248 1.91-4.572 3.692-6.972 5.34-2.142 1.47-4.514 2.914-7.12 4.336-0.916 0.722-1.912 1.352-2.996 1.88l-2.342 1.136c-0.87 0.538-1.766 1.034-3.056 1.64-0.728 0.304-1.388 0.614-1.974 0.924 0.241 1.205 0.674 2.691 1.333 4.516l1.155 3.002-0.004 0.008c1.698 4.542 4.448 9.832 8.26 15.826 3.904 6.14 8.902 12.86 14.942 20.092 6.548 7.73 12.63 14.092 18.218 19.082 5.416 4.834 10.322 8.452 14.644 10.852 1.664 0.924 3.1 1.654 4.274 2.184 0.802-0.878 1.77-1.938 2.99-3.274l1.1-1.070c-0.048 0.048 0.008-0.020 0.13-0.2l1.036-1.278c3.098-3.26 5.714-5.87 7.892-7.854 2.35-2.144 4.966-4.192 8.464-6.544 9.022-5.326 19.082-7.568 29.752-6.626 11.012 0.972 20.346 5.342 26.954 12.404 8.22 7.756 16.744 15.514 25.574 23.274 8.826 7.756 20.416 17.55 34.754 29.36 8.034 6.608 13.382 14.712 15.872 24.092 2.528 9.524 1.712 18.722-2.204 26.566-2.648 6.576-7.75 14.316-15.324 23.486-7.462 9.034-14.196 15.84-19.964 20.158-6.028 4.982-12.988 8.732-20.794 11.212-7.63 2.424-16 3.616-25.076 3.616-14.714 0-30.064-2.88-46.018-8.568-15.57-5.548-31.406-13.498-47.53-23.822-15.99-10.24-31.914-22.71-47.652-37.282-16.024-14.36-31.762-30.634-47.286-48.888-20.466-24.506-37.228-48.702-50.248-72.562-13.092-23.74-22.324-45.994-27.67-66.788-5.444-21.17-6.756-40.294-3.85-57.228 2.794-17.916 10.55-32.442 23.354-43.192 5.94-4.95 14.272-9.98 25.072-15.228 11.020-5.356 20.132-8.644 27.676-9.818 10.076-1.58 19.954-0.14 29.248 4.222zM460.896 384.514l125.206 38.552c7.24 3.104 8.724 12.404 2.838 17.286l-84.65 82.116-14.312-45.5c-2.314 2.114-4.458 4.274-6.464 6.588-26.376 30.988-30.142 63.032-29.038 85.67 0.348 7.896-5.484 14.598-13.494 15.71-9.418 1.202-17.88-5.664-18.362-14.87-1.388-27.198 3.702-70.464 36.736-109.444 5.82-6.878 12.584-12.572 19.964-17.404l-18.424-58.704zM633.844 195.666c6.76 3.306 11.998 8.496 15.722 15.58 3.648 7.566 7.822 15.41 12.528 23.532 4.716 8.14 10.322 17.104 16.904 27.020 4.126 6.502 5.768 13.574 4.842 20.96-0.91 7.258-4.020 13.738-9.74 19.738-1.634 1.448-3.322 2.796-5.068 4.046-1.558 1.114-3.282 2.206-5.176 3.286-0.668 0.548-1.39 1.024-2.178 1.426l-1.702 0.862c-0.632 0.408-1.284 0.782-2.222 1.244-0.53 0.23-1.010 0.464-1.434 0.7 0.264 1.37 0.84 3.216 1.814 5.694 1.238 3.438 3.236 7.446 6.008 11.986 2.84 4.654 6.472 9.744 10.862 15.22 4.76 5.856 9.182 10.678 13.244 14.456 3.936 3.662 7.504 6.402 10.646 8.222 1.208 0.702 2.254 1.252 3.106 1.654 0.582-0.666 1.288-1.468 2.174-2.48l0.8-0.81c-0.036 0.036 0.006-0.016 0.096-0.152l0.754-0.968c2.252-2.472 4.154-4.448 5.736-5.95 1.708-1.624 3.61-3.176 6.154-4.956 6.558-4.034 13.87-5.734 21.628-5.020 8.004 0.738 14.792 4.048 19.592 9.398 5.976 5.876 12.172 11.752 18.59 17.632 6.416 5.878 14.842 13.296 25.264 22.242 5.84 5.006 9.728 11.146 11.538 18.252 1.838 7.214 1.244 14.184-1.602 20.126-1.924 4.98-5.634 10.846-11.14 17.794-5.424 6.844-10.318 12-14.514 15.272-4.384 3.774-9.442 6.616-15.116 8.494-5.544 1.836-11.632 2.74-18.23 2.74-10.698 0-21.856-2.182-33.452-6.49-11.318-4.204-22.83-10.226-34.552-18.048-11.624-7.758-23.198-17.204-34.64-28.244-11.648-10.88-23.090-23.206-34.374-37.036-14.878-18.566-27.062-36.896-36.528-54.972-9.516-17.984-16.226-34.844-20.116-50.596-3.956-16.038-4.91-30.524-2.798-43.354 2.030-13.574 7.67-24.578 16.978-32.722 4.318-3.75 10.376-7.56 18.226-11.538 8.010-4.056 14.636-6.55 20.116-7.438 7.326-1.198 14.504-0.106 21.26 3.198z"],"tags":["non user avatars_shared line"]},"attrs":[{}],"properties":{"code":60200,"codes":[60200,60201,60202,60203],"id":472,"name":"Shared-line","order":777,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":191},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M544.782 357.072c17.878 0 32.37 13.906 32.37 31.060v248.472c0 17.154-14.494 31.058-32.37 31.058l-194.238-55.23 0.012 75.058c0 11.918-9.662 21.582-21.582 21.582s-21.582-9.662-21.582-21.582l-0.016-87.346-53.932-15.306c-19.128-4.626-32.372-15.088-32.372-31.058v-82.824c0-14.978 13.17-25.368 32.372-31.060l291.338-82.824zM777.026 407.493l1.518 1.729-0.002 0.002c19.076 26.786 29.408 58.93 29.238 92.676s-10.826 65.998-30.172 92.98c-3.692 5.15-10.826 6.372-15.938 2.73s-6.264-10.764-2.572-15.914c16.582-23.126 25.706-50.736 25.85-79.682 0.144-28.944-8.702-56.464-25.048-79.424-3.64-5.112-2.418-12.248 2.73-15.94 4.504-3.23 10.523-2.751 14.396 0.843zM637.072 512.916c0 46.588-49.13 72.302-49.13 67.294v-134.588c0-5.228 49.13 20.706 49.13 67.294zM738.112 451.456c8.596 15.31 13.146 32.636 13.076 50.624-0.068 18.106-4.81 35.576-13.63 51.022-3.152 5.524-10.166 7.476-15.664 4.366s-7.4-10.11-4.248-15.632c6.852-12.004 10.534-25.566 10.588-39.668 0.054-14.012-3.476-27.464-10.156-39.358-3.092-5.51-1.116-12.516 4.418-15.652s12.524-1.21 15.616 4.298z"],"tags":["non user avatars_announcement"]},"attrs":[{}],"properties":{"code":60204,"codes":[60204,60205,60206,60207],"id":471,"name":"Announcement","order":778,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":192},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M608.755 730.039c7.82 0 14.159 6.321 14.159 14.118v0 14.118c0 7.797-6.339 14.118-14.159 14.118v0h-193.51c-7.82 0-14.159-6.321-14.159-14.118v0-14.118c0-7.797 6.339-14.118 14.159-14.118v0zM512 612.392c24.763 0 44.838 20.016 44.838 44.706s-20.075 44.706-44.838 44.706c-24.763 0-44.838-20.016-44.838-44.706s20.075-44.706 44.838-44.706zM731.469 325.333c26.035 0.075 47.122 21.1 47.198 47.059v0 235.294c-0.075 25.959-21.162 46.984-47.198 47.059v0h-13.876c-5.337 0.021-9.77-4.102-10.119-9.412-6.225-103.091-91.892-183.517-195.474-183.517s-189.249 80.427-195.474 183.517c-0.351 5.309-4.783 9.431-10.119 9.412v0h-13.876c-26.034-0.078-47.12-21.101-47.198-47.059v0-235.294c0.078-25.958 21.163-46.981 47.198-47.059v0zM512 513.569c74.006 0.017 135.942 55.981 143.221 129.412 0.258 3.035-0.775 6.038-2.847 8.276s-4.992 3.504-8.047 3.489v0h-25.591c-5.548-0.037-10.194-4.202-10.818-9.699-6.044-48.232-47.165-84.428-95.915-84.428s-89.871 36.196-95.915 84.428c-0.624 5.497-5.269 9.662-10.818 9.699v0h-25.595c-3.055 0.016-5.977-1.25-8.050-3.488s-3.107-5.242-2.848-8.277c7.279-73.431 69.215-129.395 143.221-129.412z"],"tags":["avatar_rooms"]},"attrs":[{}],"properties":{"code":60208,"id":470,"name":"avatar_rooms","order":779,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":193},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576zM768 224h-512c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v512c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h512c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-512c0-17.673-14.327-32-32-32zM352 416c17.673 0 32 14.327 32 32v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v-224c0-17.673 14.327-32 32-32zM512 320c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM672 480c17.673 0 32 14.327 32 32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v-160c0-17.673 14.327-32 32-32z"],"tags":["poll_border"]},"attrs":[{}],"properties":{"code":60209,"id":469,"name":"poll_border","order":780,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":194},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576zM352 416c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32zM512 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32zM672 480c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32z"],"tags":["poll"]},"attrs":[{}],"properties":{"code":60210,"id":468,"name":"poll","order":781,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":195},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M616 768c13.255 0 24 14.327 24 32s-10.745 32-24 32h-528c-13.255 0-24-14.327-24-32s10.745-32 24-32h528zM922.667 480c20.619 0 37.333 14.327 37.333 32s-16.715 32-37.333 32h-821.333c-20.619 0-37.333-14.327-37.333-32s16.715-32 37.333-32h821.333zM922.667 192c20.619 0 37.333 14.327 37.333 32s-16.715 32-37.333 32h-821.333c-20.619 0-37.333-14.327-37.333-32s16.715-32 37.333-32h821.333z"],"tags":["Description"]},"attrs":[{}],"properties":{"code":60211,"id":466,"name":"Description","order":782,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":196},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 416c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32zM512 224c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["info"]},"attrs":[{}],"properties":{"code":60173,"id":464,"name":"info","order":783,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":197},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM508.262 290.35c-9.306 9.306-9.306 24.395 0 33.701l178.41 178.376h-406.842c-13.161 0-23.83 10.669-23.83 23.83s10.669 23.83 23.83 23.83h406.794l-178.363 178.376c-9.306 9.306-9.306 24.395 0 33.701s24.395 9.306 33.701 0l219.057-219.057c9.306-9.306 9.306-24.395 0-33.701l-219.057-219.057c-9.306-9.306-24.395-9.306-33.701 0z"],"tags":["in-progress"]},"attrs":[{}],"properties":{"code":60174,"id":463,"name":"in-progress","order":784,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":198},{"icon":{"attrs":[{"fill":"rgb(66, 133, 244)"},{"fill":"rgb(52, 168, 83)"},{"fill":"rgb(251, 188, 4)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(197, 34, 31)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M125.091 864h142.545v-362.573l-203.636-159.959v458.548c0 35.404 27.389 63.983 61.091 63.983z","M756.364 864h142.545c33.804 0 61.091-28.686 61.091-63.983v-458.548l-203.636 159.959z","M756.364 224.165v277.262l203.636-159.959v-85.311c0-79.126-86.24-124.235-146.618-76.78z","M267.636 501.427v-277.262l244.364 191.95 244.364-191.95v277.262l-244.364 191.95z","M64 256.157v85.311l203.636 159.959v-277.262l-57.018-44.788c-60.48-47.454-146.618-2.346-146.618 76.78z"],"tags":["gmail"]},"attrs":[{"fill":"rgb(66, 133, 244)"},{"fill":"rgb(52, 168, 83)"},{"fill":"rgb(251, 188, 4)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(197, 34, 31)"}],"properties":{"code":60175,"codes":[60175,60176,60177,60178,60179],"id":462,"name":"gmail","order":785,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":199},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M714.232 734.933c30.781 0 55.733 24.953 55.733 55.733s-24.953 55.733-55.733 55.733h-576.442c-30.781 0-55.733-24.953-55.733-55.733s24.953-55.733 55.733-55.733h576.442zM886.21 456.267c30.781 0 55.733 24.953 55.733 55.733s-24.953 55.733-55.733 55.733h-461.79c-30.781 0-55.733-24.953-55.733-55.733s24.953-55.733 55.733-55.733h461.79zM714.232 177.6c30.781 0 55.733 24.953 55.733 55.733s-24.953 55.733-55.733 55.733h-576.442c-30.781 0-55.733-24.953-55.733-55.733s24.953-55.733 55.733-55.733h576.442z"],"tags":["customize-tabs"]},"attrs":[{}],"properties":{"code":60172,"id":461,"name":"customize-tabs","order":786,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":200},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M747.020 542.225c-12.553-9.761-30.705-8.873-42.24 2.662v0l-2.662 3.015c-9.761 12.553-8.873 30.705 2.662 42.24v0l81.991 82.013-372.244-0.172c-15.915 1.848-28.268 15.374-28.268 31.785 0 17.673 14.327 32 32 32v0l368.576 0.387-82.055 82.077-2.662 3.015c-9.761 12.553-8.873 30.705 2.662 42.24 12.497 12.497 32.758 12.497 45.255 0v0l136.672-136.672 2.662-3.015c9.761-12.553 8.873-30.705-2.662-42.24v0l-136.672-136.672zM276.917 158.779l-3.015 2.662-136.672 136.672c-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015 136.672 136.672c12.497 12.497 32.758 12.497 45.255 0 11.535-11.535 12.423-29.687 2.662-42.24l-2.662-3.015-82.051-82.077 402.752-0.387c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215-402.688 0.387 81.987-82.013c11.535-11.535 12.423-29.687 2.662-42.24l-2.662-3.015c-11.535-11.535-29.687-12.423-42.24-2.662z"],"tags":["connect"]},"attrs":[{}],"properties":{"code":60171,"id":460,"name":"connect","order":787,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":201},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-352l0.215-3.732c1.848-15.915 15.374-28.268 31.785-28.268 17.673 0 32 14.327 32 32v0 384c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-768c0-35.346 28.654-64 64-64v0zM672 608c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-319.898c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h319.898zM512 416c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-159.898c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h159.898zM864 64c17.674 0 32 14.326 32 32v256c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.034-178.75-186.476 186.514c-12.498 12.496-32.758 12.496-45.254 0s-12.498-32.758 0-45.254l186.476-186.514-178.712 0.004c-17.674 0-32-14.326-32-32s14.326-32 32-32h256z"],"tags":["view-log_border"]},"attrs":[{}],"properties":{"code":60127,"id":457,"name":"view-log_border","order":788,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":202},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M535.374 270.769c40.442 0 91.138-27.341 121.327-63.797 27.341-33.038 47.278-79.176 47.278-125.315 0-6.266-0.57-12.531-1.709-17.658-44.999 1.709-99.113 30.189-131.58 68.353-25.633 29.050-48.987 74.619-48.987 121.327 0 6.835 1.139 13.671 1.709 15.949 2.848 0.57 7.405 1.139 11.962 1.139zM392.971 960c55.252 0 79.746-37.025 148.669-37.025 70.062 0 85.442 35.886 146.96 35.886 60.379 0 100.821-55.822 138.985-110.505 42.721-62.657 60.379-124.175 61.518-127.024-3.987-1.139-119.619-48.417-119.619-181.137 0-115.062 91.138-166.896 96.264-170.884-60.379-86.581-152.086-88.86-177.149-88.86-67.784 0-123.036 41.012-157.783 41.012-37.594 0-87.151-38.734-145.821-38.734-111.644 0-224.997 92.277-224.997 266.579 0 108.226 42.151 222.718 93.986 296.768 44.43 62.657 83.163 113.922 138.985 113.922z"],"tags":["apple-logo"]},"attrs":[{}],"properties":{"code":60167,"id":455,"name":"apple-logo","order":789,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":203},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M986.404 675.725c-22.693 18.697-54.19 29.365-85.566 27.185l-7.836-0.816-170.624-24.053c-50.808-6.932-83.296-33.086-86.314-69.661l-0.228-6.191 0.382-27.906c-0.399-19.445-12.404-30.247-44.908-33.358-25.003-2.393-56.664-3.899-79.987-3.998-28.876-0.122-65.794 1.324-93.824 3.264-31.084 2.004-43.012 11.86-44.365 29.16l-0.131 3.821 0.453 28.138c1.022 37.495-28.173 64.392-77.007 73.539l-8.319 1.359-155.895 22.674c-42.442 5.997-71.372-2.818-95.931-23.051-17.079-14.072-29.947-37.945-34.691-61.099l-1.275-7.677-0.337-8.923c-0.098-61.076 18.771-107.433 67.664-147.715 104.967-86.481 231.867-128.493 438.979-130.364 207.667-1.868 344.28 44.687 439.444 123.092 58.062 47.836 75.498 90.546 77.69 151.772l0.223 9.825-2.325 14.433c-4.673 22.4-17.372 41.801-35.271 56.549z"],"tags":["leave-meeting"]},"attrs":[{}],"properties":{"code":60165,"id":454,"name":"leave-meeting","order":790,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":204},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M543.982 136.635c9.743 5.621 17.833 13.711 23.454 23.454l369.19 639.929c17.663 30.616 7.163 69.755-23.454 87.418-9.725 5.611-20.755 8.564-31.982 8.564h-738.38c-35.346 0-64-28.654-64-64 0-11.227 2.954-22.257 8.564-31.982l369.19-639.929c17.663-30.616 56.802-41.117 87.418-23.454zM512 704c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32s-14.327-32-32-32zM512 384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32z"],"tags":["warning"]},"attrs":[{}],"properties":{"code":59883,"id":453,"name":"warning","order":791,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":205},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 32c70.692 0 128 57.308 128 128v704c0 70.692-57.308 128-128 128h-704c-70.692 0-128-57.308-128-128v-704c0-70.692 57.308-128 128-128h704zM608 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 544h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 224h-448c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-64c0-35.346-28.654-64-64-64v0zM736 288v64h-448v-64h448z"],"tags":["rc-blog"]},"attrs":[{}],"properties":{"code":59939,"id":451,"name":"rc_blog","order":792,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":206},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM550.569 640.018h-70.534v63.982h70.534v-63.982zM509.217 288c-28.565 0-52.645 6.343-72.242 19.029-31.056 19.863-50.982 61.863-52.975 109.434h71.993c0-13.854 7.429-35.49 15.484-48.342s21.714-19.279 40.979-19.279c19.597 0 33.090 5.216 40.48 15.649s11.085 21.991 11.085 34.677c0 11.017-3.321 21.115-9.964 30.296-3.654 5.341-8.47 10.265-14.448 14.772l-18.185 14.271c-17.936 14.021-29.063 26.415-33.381 37.181s-3.737 53.029-4.733 81.238h67.26c0.166-13.353-1.993-13.977 0-20.32 3.155-10.015 9.549-50.778 19.182-58.29l17.687-13.771c17.936-14.021 30.059-25.538 36.37-34.552 10.795-14.856 16.192-33.133 16.192-54.833 0-35.387-12.414-62.093-37.242-80.121s-56.008-27.041-93.541-27.041z"],"tags":["rc-help"]},"attrs":[{}],"properties":{"code":60048,"id":452,"name":"rc_help","order":793,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":207},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M112 224c26.51 0 48 21.49 48 48l-0.032 176h160.032v-176c0-26.51 21.49-48 48-48h32c26.51 0 48 21.49 48 48v512c0 26.51-21.49 48-48 48h-32c-26.51 0-48-21.49-48-48v-208h-160.032l0.032 208c0 26.51-21.49 48-48 48h-32c-26.51 0-48-21.49-48-48v-512c0-26.51 21.49-48 48-48h32zM694.952 223.998c75.972 0 143.586 19.432 201.324 59.842 58.498 39.634 95.724 146.24 95.724 240.274 0 95.588-37.226 202.194-94.964 244.938-57.738 41.188-126.872 62.948-202.082 62.948v0h-103.322c-45.582 0-79.632-25.294-79.632-71.924v0-460.344c0-46.628 34.048-75.734 79.632-75.734v0h103.32zM677.332 352h-37.332v351.502l37.332 0.498c143.12 0 189.092-78.578 189.092-192 0-100.726-45.972-160-189.092-160v0z"],"tags":["hd"]},"attrs":[{}],"properties":{"code":60049,"id":450,"name":"hd","order":794,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":208},{"icon":{"attrs":[{"fill":"rgb(0, 102, 218)"},{"fill":"rgb(0, 172, 71)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(0, 131, 45)"},{"fill":"rgb(38, 132, 252)"},{"fill":"rgb(255, 186, 0)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M131.739 782.112l39.514 68.252c8.211 14.369 20.014 25.659 33.869 33.869l141.123-244.27h-282.245c0 15.908 4.105 31.817 12.316 46.186l55.423 95.963z","M512 352.586l-141.123-244.27c-13.856 8.211-25.659 19.501-33.869 33.869l-260.692 451.592c-8.060 14.059-12.305 29.98-12.316 46.186h282.245l165.755-287.377z","M818.877 884.234c13.856-8.211 25.659-19.501 33.869-33.869l16.422-28.225 78.515-135.991c8.211-14.369 12.316-30.277 12.316-46.186h-282.266l60.062 118.030 81.081 126.241z","M512 352.586l141.123-244.27c-13.856-8.211-29.764-12.316-46.186-12.316h-189.874c-16.422 0-32.33 4.619-46.186 12.316l141.123 244.27z","M677.755 639.963h-331.51l-141.123 244.27c13.856 8.211 29.764 12.316 46.186 12.316h521.384c16.422 0 32.33-4.619 46.186-12.316l-141.123-244.27z","M817.338 367.982l-130.346-225.796c-8.211-14.369-20.014-25.659-33.869-33.869l-141.123 244.27 165.755 287.377h281.732c0-15.908-4.105-31.817-12.316-46.186l-129.833-225.796z"],"tags":["gdrive-logo"]},"attrs":[{"fill":"rgb(0, 102, 218)"},{"fill":"rgb(0, 172, 71)"},{"fill":"rgb(234, 67, 53)"},{"fill":"rgb(0, 131, 45)"},{"fill":"rgb(38, 132, 252)"},{"fill":"rgb(255, 186, 0)"}],"properties":{"code":60052,"codes":[60052,60055,60159,60160,60161,60162],"id":449,"name":"gdrive-logo","order":795,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":209},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 2.344-0.126 4.658-0.372 6.937 0.246 4.68 0.372 9.492 0.372 14.396 0 23.564-28.97 42.667-48.18 42.667h-367.82v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM864 160h-704c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32l320.843-0.016c10.761-133.407 122.83-191.984 239.679-191.984 66.029 0 130.23 18.437 175.51 58.674l-0.032-410.674c0-17.673-14.327-32-32-32zM720.526 608c-97.125 0-162.868 42.916-175.5 120.792-0.492 3.454 1.91 6.653 5.364 7.145l0.89 0.063h312.719c12.723 0 23.711-7.425 28.869-18.178-16.049-69.342-75.964-107.488-164.072-109.719l-8.271-0.104zM416 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h192zM720 256c61.856 0 112 50.144 112 112s-50.144 112-112 112c-61.856 0-112-50.144-112-112s50.144-112 112-112zM720 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48s-21.49-48-48-48zM416 288c17.673 0 32 14.327 32 32s-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h192z"],"tags":["webinar_border"]},"attrs":[{}],"properties":{"code":60157,"id":447,"name":"webinar_border","order":796,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":210},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM704 544c-104.378 0-192 69.035-192 160 0 17.673 13.225 32 29.538 32v0h324.923c16.314 0 29.538-14.327 29.538-32 0-90.965-87.622-160-192-160zM416 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM704 272c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96zM416 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"tags":["webinar"]},"attrs":[{}],"properties":{"code":60158,"id":446,"name":"webinar","order":797,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":211},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c51.126 0 92.917 39.965 95.837 90.359l0.163 5.641v352h-64v-352c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215h-704c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v704c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h384v64h-384c-51.126 0-92.917-39.965-95.837-90.359l-0.163-5.641v-704c0-51.126 39.965-92.917 90.359-95.837l5.641-0.163h704zM768 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32zM562.462 275.2c89.030 0 151.778 64.264 151.778 156.6 0 90.17-60.024 153.764-145.273 157.136l-7.162 0.141h-191.631v147.468c0 19.279-11.498 31.455-29.567 31.455-16.778 0-27.891-10.499-29.393-27.435l-0.174-4.021v-429.889c0-17.902 9.914-29.68 25.798-31.271l3.77-0.185h221.855zM547.022 329.317h-176.848v205.643h176.848c67.676 0 106.441-38.22 106.441-103.16 0-64.602-38.437-102.483-106.441-102.483z"],"tags":["add-park-location"]},"attrs":[{}],"properties":{"code":59912,"id":444,"name":"add-park-location","order":798,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":212},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 96c62.222 0 120.4 9.725 174.533 29.176 54.756 20.078 102.356 47.373 142.8 81.882s72.178 75.294 95.2 122.353c23.644 47.059 35.467 97.882 35.467 152.471s-11.822 105.725-35.467 153.412c-23.644 47.686-55.689 89.412-96.133 125.176s-88.044 64-142.8 84.706c-54.133 20.078-112 30.118-173.6 30.118-11.822 0-23.644-0.314-35.467-0.941s-23.644-1.882-35.467-3.765v0l-14.933-2.824-1.867 1.882c-23.022 20.078-49.778 36.392-80.267 48.941s-64.4 19.451-101.733 20.706v0h-63.467c-11.2 0-19.756-5.176-25.667-15.529s-5.756-20.549 0.467-30.588v0l26.133-42.353c9.333-16.314 16.8-30.275 22.4-41.882s9.956-21.804 13.067-30.588v0l0.933-0.941-9.333-7.529c-21.778-18.196-41.378-37.961-58.8-59.294s-32.2-43.765-44.333-67.294c-12.133-23.529-21.622-48.157-28.467-73.882s-10.578-51.451-11.2-77.176v0-10.353c0-54.588 11.822-105.412 35.467-152.471 23.022-46.431 54.756-87.059 95.2-121.882s88.044-61.961 142.8-81.412c54.133-20.078 112.311-30.118 174.533-30.118zM512 156.235c-54.133 0-104.844 8.471-152.133 25.412s-88.356 40-123.2 69.176c-34.844 29.176-62.533 63.843-83.067 104-19.911 39.529-29.867 81.882-29.867 127.059 0 24.471 3.111 48.627 9.333 72.471 6.844 24.471 16.333 47.843 28.467 70.118s27.222 43.137 45.267 62.588c18.044 19.451 38.267 37.333 60.667 53.647 4.356 3.137 7.778 7.373 10.267 12.706s3.111 10.824 1.867 16.471c-1.867 11.922-5.911 25.255-12.133 40s-14.933 32.784-26.133 54.118v0l-8.4 15.059h9.333c30.489-1.255 58.178-7.216 83.067-17.882s46.667-24.471 65.333-41.412v0l5.6-5.647c3.733-3.137 7.933-5.49 12.6-7.059s9.178-1.725 13.533-0.471c16.178 3.137 31.578 5.333 46.2 6.588s29.089 1.882 43.4 1.882c53.511 0 103.911-8.784 151.2-26.353s88.511-41.412 123.667-71.529c35.156-30.118 62.689-65.569 82.6-106.353 20.533-40.157 30.8-83.137 30.8-128.941s-9.956-88.471-29.867-128c-19.911-39.529-47.444-73.882-82.6-103.059s-76.378-52.235-123.667-69.176c-47.289-16.941-98-25.412-152.133-25.412zM543.633 336c65.658 0 112.367 49.182 112.367 117.688 0 66.439-44.071 114.916-106.483 117.974l-6.301 0.153-105.68-0.008 0.009 79.766c0 18.251-10.622 32.227-26.884 35.629l-3.851 0.595-4.037 0.202c-19.256 0-32.858-13.386-34.586-32.292l-0.186-4.133v-279.149c0-19.655 12.319-34.351 30.735-36.224l4.037-0.202h140.86zM533.83 403.141l-96.294-0.005v101.536l96.294 0.003c33.992 0 51.582-17.515 51.582-50.987 0-31.439-15.537-48.58-46.043-50.388l-5.539-0.16z"],"tags":["park-call-text"]},"attrs":[{}],"properties":{"code":60146,"id":443,"name":"park-call-text","order":799,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":213},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 256c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-448c0-35.346 28.654-64 64-64h576zM672 320h-512c-17.673 0-32 14.327-32 32v384c0 17.673 14.327 32 32 32h128c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h128c17.673 0 32-14.327 32-32v-384c0-17.673-14.327-32-32-32zM458.992 396.235c55.664 0 95.361 41.799 95.361 99.743 0 55.993-37.18 97.082-89.796 99.945l-5.909 0.16-84.217-0.020 0.017 62.88c0 16.159-9.445 28.73-23.859 31.992l-3.705 0.618-3.896 0.21c-17.276 0-29.594-12.045-31.266-28.859l-0.194-3.962v-229.887c0-17.506 11.084-30.801 27.564-32.611l3.896-0.21h116.003zM896 64c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-96v-64h64c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32h-512c-17.673 0-32 14.327-32 32v32h-64v-64c0-35.346 28.654-64 64-64h576zM450.919 457.175l-76.487-0.023v77.984l76.487 0.008c26.437 0 39.656-13.163 39.656-39.166 0-24.233-11.492-37.134-34.83-38.652l-4.826-0.152z"],"tags":["park-call-message"]},"attrs":[{}],"properties":{"code":60154,"id":442,"name":"park-call-message","order":800,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":214},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M634.79 120c150.085 0 249.7 92.85 249.7 233.544 0 134.916-91.674 225.654-232.668 232.61l-9.689 0.344-7.849 0.085-282.542-0.014 0.020 264.287c0 15.225-7.422 27.643-19.858 33.558l-4.328 1.726-4.24 1.125-4.147 0.576-3.561 0.158c-18.127 0-31.559-11.4-34.87-28.978l-0.614-4.52-0.145-3.645v-693.713c0-18.626 10.675-32.78 27.698-36.325l4.386-0.662 3.545-0.157h319.161zM628.114 188.225l-276.372-0.004v330.090l276.484 0.044c114.734 0 183.996-62.372 183.996-164.811 0-97.945-62.207-159.088-167.283-164.865l-9.382-0.366-7.443-0.089z"],"tags":["park-call"]},"attrs":[{}],"properties":{"code":60155,"id":441,"name":"park-call","order":801,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":215},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 576c17.673 0 32 14.327 32 32l0.034 178.75 186.476-186.514c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-186.476 186.514 178.711-0.005c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32zM864 128c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.034-178.75-186.476 186.515c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l186.476-186.514-178.711 0.005c-17.673 0-32-14.327-32-32s14.327-32 32-32h256z"],"tags":["expand"]},"attrs":[{}],"properties":{"code":60067,"id":439,"name":"expand","order":802,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":216},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M416 576c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.034-178.75-186.476 186.514c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l186.476-186.514-178.711 0.005c-17.673 0-32-14.327-32-32s14.327-32 32-32h256zM608 128c17.673 0 32 14.327 32 32l0.034 178.75 186.476-186.514c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-186.476 186.514 178.711-0.005c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32z"],"tags":["collapse"]},"attrs":[{}],"properties":{"code":60068,"id":438,"name":"roll-ap","order":803,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":217},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 96c17.673 0 32 14.327 32 32v384c0 17.673 14.327 32 32 32l626.752 0.021-209.144-209.158c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l263.765 263.765c12.497 12.497 12.497 32.758 0 45.255l-263.765 263.765c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l209.144-209.117-658.752-0.021c-35.346 0-64-28.654-64-64v-416c0-17.673 14.327-32 32-32z"],"tags":["downwards-arrow-with-tip-rightwards"]},"attrs":[{}],"properties":{"code":60061,"id":432,"name":"downwards-arrow-with-tip-rightwards","order":804,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":218},{"icon":{"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M568.89 256c31.418 0 56.89 25.47 56.89 56.89v28.444h113.778c15.708 0 28.444 12.736 28.444 28.444s-12.736 28.444-28.444 28.444h-28.444v312.89c0 31.418-25.47 56.89-56.89 56.89h-284.444c-31.418 0-56.89-25.47-56.89-56.89v-312.89h-28.444c-15.71 0-28.444-12.736-28.444-28.444s12.736-28.444 28.444-28.444h113.778v-28.444c0-31.418 25.47-56.89 56.89-56.89h113.776zM568.89 455.11c-14.586 0-26.61 10.98-28.254 25.128l-0.192 3.318v170.666c0 15.708 12.736 28.444 28.444 28.444 14.586 0 26.61-10.98 28.254-25.126l0.192-3.318v-170.668c0-15.71-12.736-28.444-28.444-28.444v0zM455.11 455.11c-14.586 0-26.61 10.98-28.252 25.128l-0.19 3.318v170.666c0 15.708 12.736 28.444 28.444 28.444 14.586 0 26.61-10.98 28.252-25.126l0.19-3.318v-170.668c0-15.71-12.736-28.444-28.444-28.444v0zM568.89 312.89h-113.778v28.444h113.778v-28.444z"],"tags":["deleted_file_D"]},"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"}],"properties":{"code":60147,"codes":[60147,60148],"id":431,"name":"deleted_file_D","order":805,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":219},{"icon":{"attrs":[{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M492.91 492.91h-364.91v-364.91h364.91z","M895.89 492.91h-364.966v-364.91h364.91v364.91z","M492.91 896h-364.91v-364.91h364.91z","M895.89 896h-364.966v-364.91h364.91v364.91z"],"tags":["microsoft-logo-disabled"]},"attrs":[{},{},{},{}],"properties":{"code":60036,"id":430,"name":"microsoft-logo-disabled","order":806,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":220},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M888.532 436.794h-30.932v-1.594h-345.6v153.6h217.018c-31.662 89.414-116.736 153.6-217.020 153.6-127.24 0-230.4-103.16-230.4-230.4s103.162-230.4 230.4-230.4c58.732 0 112.168 22.156 152.852 58.348l108.614-108.614c-68.582-63.916-160.32-103.332-261.464-103.332-212.064 0-384 171.936-384 384s171.936 384 384 384c212.064 0 384-171.936 384-384 0-25.748-2.65-50.88-7.468-75.206v-0.002z"],"tags":["google-logo-disabled"]},"attrs":[{}],"properties":{"code":60121,"id":429,"name":"google-logo-disabled","order":807,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":221},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M145.455 96c-44.8 0-81.455 36.655-81.455 81.455v488.727c0 44.8 36.655 81.455 81.455 81.455h329.080c-1.914-13.318-3.261-26.88-3.261-40.727 0-157.452 127.639-285.091 285.091-285.091 43.782 0 85.12 10.206 122.182 27.841v-190.75c0-44.8-36.655-81.455-81.455-81.455h-292.091c-21.585 0-42.318-8.591-57.591-23.864l-33.727-33.727c-15.273-15.273-36.005-23.864-57.591-23.864h-210.636zM756.682 503.909c-51.993 0.015-103.968 19.93-143.739 59.659-39.75 39.75-59.818 91.61-59.818 143.659s20.068 103.95 59.818 143.659c79.5 79.5 207.898 79.5 287.398 0s79.5-207.978 0-287.477c-39.709-39.668-91.666-59.515-143.659-59.5zM756.841 584.807c22.481 0.041 40.727 18.246 40.727 40.727v40.727h40.727c22.481 0 40.727 18.246 40.727 40.727s-18.246 40.727-40.727 40.727h-40.727v40.727c0 22.481-18.246 40.727-40.727 40.727s-40.727-18.246-40.727-40.727v-40.727h-40.727c-22.481 0-40.727-18.246-40.727-40.727s18.246-40.727 40.727-40.727h40.727v-40.727c0-22.481 18.246-40.727 40.727-40.727z"],"tags":["Add_new_folder-icon"]},"attrs":[{}],"properties":{"code":60125,"id":425,"name":"add_new_folder","order":808,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":222},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M870.4 254.4h-358.4l-63.347-62.216c-16.8-16.5-39.603-25.784-63.347-25.784h-231.706c-49.28 0-89.6 39.6-89.6 88v528c0 48.4 40.32 88 89.6 88h716.8c49.28 0 89.6-39.6 89.6-88v-440c0-48.4-40.32-88-89.6-88z"],"tags":["Foldercreated"]},"attrs":[{}],"properties":{"code":60126,"id":424,"name":"foldercreated","order":809,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":223},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.768 195.232c174.944 174.944 174.944 458.624 0 633.568s-458.624 174.944-633.568 0c-174.944-174.944-174.944-458.624 0-633.568s458.624-174.944 633.568 0zM544.032 479.968l-0.032-191.968c0-17.664-14.336-32-32-32-16.416 0-29.92 12.352-31.776 28.256l-0.224 3.744 0.032 191.968-192.032 0.032c-17.664 0-32 14.336-32 32 0 16.416 12.352 29.952 28.256 31.776l3.744 0.224 192.032-0.032-0.032 192.032c0 17.664 14.336 32 32 32 16.416 0 29.952-12.352 31.776-28.256l0.224-3.744 0.032-192.032 191.968 0.032c17.664 0 32-14.336 32-32 0-16.416-12.352-29.92-28.256-31.776l-3.744-0.224-191.968-0.032z"],"tags":["join-audio-poc"]},"attrs":[{}],"properties":{"code":60128,"id":422,"name":"join-audio-poc","order":810,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":224},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.999 96c248.423 0 448.001 165.581 448.001 380.457 0 27.447-3.276 54.21-9.502 80.019-16.792-17.071-35.944-31.783-56.932-43.619 1.615-11.973 2.435-24.115 2.435-36.401 0-175.53-167.133-316.457-384.001-316.457-212.783 0-378.66 137.114-383.88 307.209l-0.127 8.256 0.132 9.072c2.493 80.9 42.429 160.447 109.845 218.888l8.221 6.91 44.791 35.375-15.299 45.331c-6.454 17.827-16.467 38.713-31.767 66.214l-3.724 6.586 0.451 0.023c51.935-1.664 97.585-18.448 134.507-46.953l7.267-5.856 24.010-21.101 43.417 6.743c21.505 3.022 41.941 4.505 62.154 4.505l8.36-0.068c5.856 22.326 14.651 43.461 25.947 62.968-11.32 0.719-22.765 1.1-34.308 1.1-18.759 0-37.5-1.106-56.632-3.289l-14.429-1.839-14.745-2.288-1.527 1.342c-44.347 37.304-101.616 63.462-170.403 68.126l-11.571 0.577-10.651 0.17h-52.867c-22.146 0-36.159-22.896-27.142-42.139l1.719-3.169 25.946-41.843 8.67-15.313 3.893-7.088 6.944-13.107 5.874-11.773c3.574-7.428 6.477-14.040 8.796-19.982l1.631-4.332 0.427-1.265-9.407-7.43c-83.751-68.243-135.517-163.523-141.864-263.341l-0.506-10.711-0.155-10.056c0-214.080 200.062-380.451 447.999-380.451zM768 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32z"],"tags":["sms_invite_border"]},"attrs":[{}],"properties":{"code":60129,"id":421,"name":"sms_invite_border","order":811,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":225},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M652.783 128h-300.961c-45.479 0-87.542 24.131-110.498 63.391l-149.685 256c-23.336 39.912-23.336 89.306 0 129.217l149.685 256c22.956 39.26 65.019 63.391 110.498 63.391h300.961c45.572 0 87.708-24.23 110.63-63.618l148.982-256c23.16-39.797 23.16-88.967 0-128.764l-148.982-256c-22.922-39.388-65.058-63.618-110.63-63.618zM501.863 704c-105.6 0-192-86.4-192-192s86.4-192 192-192c105.6 0 192 86.4 192 192s-85.333 192-192 192z"],"tags":["advanced"]},"attrs":[{}],"properties":{"code":60130,"id":420,"name":"advanced","order":812,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":226},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M383.998 544.004c46.036-0.004 90.29 7.222 130.956 20.472-2.19 8.102-3.394 16.422-3.652 24.808l-0.038 5.596-3.372 1.852c-10.812 6.254-20.476 14.316-28.572 23.798-29.808-8.104-61.898-12.53-95.318-12.53-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 434.042 0.042c9.722 18.076 24.258 33.028 41.84 43.202l3.38 1.846 0.024 5.616c0.136 4.466 0.542 8.91 1.208 13.312l-480.498-0.014c-35.346 0-64-28.654-64-64 0-163.076 160.616-288 352-288zM959.343 480c18.036 0 32.657 14.621 32.657 32.659v261.269c0 18.038-14.621 32.659-32.659 32.659s-32.659-14.621-32.659-32.659l0.020-182.404-230.952 230.911c-12.753 12.755-33.432 12.755-46.186 0s-12.753-33.432 0-46.185l230.952-230.911-182.444-0.020c-18.038 0-32.659-14.621-32.659-32.659s14.621-32.659 32.659-32.659h261.27zM384 96c106.038 0 192 85.962 192 192s-85.962 192-192 192c-106.038 0-192-85.962-192-192s85.962-192 192-192zM384 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["oubound_call_on_behalf"]},"attrs":[{}],"properties":{"code":60131,"id":419,"name":"oubound_call_on_behalf","order":813,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":227},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M383.998 544.004c46.036-0.004 90.29 7.222 130.956 20.472-2.19 8.102-3.394 16.422-3.652 24.808l-0.038 5.596-3.372 1.852c-10.812 6.254-20.476 14.316-28.572 23.798-29.808-8.104-61.898-12.53-95.318-12.53-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 434.042 0.042c9.722 18.076 24.258 33.028 41.84 43.202l3.38 1.846 0.024 5.616c0.136 4.466 0.542 8.91 1.208 13.312l-480.498-0.014c-35.346 0-64-28.654-64-64 0-163.076 160.616-288 352-288zM982.433 489.565c12.755 12.749 12.755 33.428 0.002 46.184l-230.951 230.914 182.443 0.020c18.038 0 32.659 14.621 32.659 32.659s-14.621 32.659-32.659 32.659h-261.268c-18.038 0-32.659-14.621-32.659-32.659v-261.27c0-18.038 14.621-32.659 32.659-32.659s32.659 14.621 32.659 32.659l-0.020 182.405 230.951-230.912c12.753-12.753 33.432-12.753 46.185 0zM384 96c106.038 0 192 85.962 192 192s-85.962 192-192 192c-106.038 0-192-85.962-192-192s85.962-192 192-192zM384 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["inbound_call_on_behalf"]},"attrs":[{}],"properties":{"code":60132,"id":418,"name":"inbound_call_on_behalf","order":814,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":228},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M867.518 353.178c12.974 2.031 27.168 7.118 43.842 15.27 15.831 7.74 28.339 15.371 38.003 23.472 22.17 18.725 35.733 44.034 40.409 74.215 4.371 25.614 2.448 54.227-5.458 85.155-7.418 29.017-20.015 59.594-37.709 91.871-17.329 31.939-39.562 64.234-66.573 96.769-20.592 24.364-41.368 45.97-62.604 65.115-20.776 19.357-42.269 36.277-63.969 50.255-22.271 14.346-44.334 25.474-66.246 33.331-23.447 8.408-46.35 12.706-68.618 12.706-14.65 0-28.437-1.994-41.253-6.092-10.942-3.497-21.058-8.496-30.181-14.94l-6.654-5.103c-8.358-6.249-18.495-16.548-29.359-29.781-9.888-12.046-17.166-22.786-22.010-33.022l-2.22-5.080c-7.442-14.764-9.087-34.357-4-53.632 4.864-18.432 15.323-34.397 30.483-46.94l27.049-22.712 15.819-13.716c10.813-9.561 21.246-19.112 31.297-28.652 12.501-13.534 31.656-22.442 53.062-24.344 20.056-1.783 39.409 2.554 56.552 12.734l3.984 2.72c2.474 1.733 4.609 3.323 6.551 4.87l4.329 3.636-1.659 1.559c5.85-5.253 12.494-12.251 19.795-20.921l4.741-5.859 5.622-7.434c0.868-1.2 1.701-2.378 2.499-3.535l2.876-4.321-4.931-3.567c-1.897-1.461-3.759-2.974-5.587-4.538-16.531-16.583-25.248-33.749-27.764-53.125-2.596-20.010 2.073-39.491 13.365-56.668l6.584-9.679 11.8-17.959c3.645-5.699 7.013-11.126 10.136-16.328 7.709-12.843 14.53-25.21 20.463-37.089 10.175-18.723 24.25-32.185 42.142-40.631 17.481-8.252 36.386-11.004 55.392-8.007zM383.998 544.004c46.036-0.004 90.29 7.222 130.956 20.472-2.19 8.102-3.394 16.422-3.652 24.808l-0.038 5.596-3.372 1.852c-10.812 6.254-20.476 14.316-28.572 23.798-29.808-8.104-61.898-12.53-95.318-12.53-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 351.382 0.006c-17.39 0.327-31.386 14.526-31.386 31.994 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215-352 0.004c-35.346 0-64-28.654-64-64 0-163.076 160.616-288 352-288zM839.447 419.060c-5.481 2.588-9.508 6.439-12.733 12.36-6.166 12.391-13.783 26.2-22.319 40.422-8.528 14.207-18.576 29.712-30.287 46.74-2.613 3.987-3.601 8.111-3.004 12.719 0.667 5.133 2.898 9.528 7.871 14.564l0.24 0.111 3.937 2.791 2.851 1.846c1.029 0.629 2.137 1.27 3.323 1.922l2.911 1.895 2.426 1.21 3.518 1.92 2.176 0.997 22.618 12.011-4.661 23.333c-0.931 4.66-2.543 9.573-4.883 15.313-2.61 7.104-7.073 15.721-12.948 25.017-5.703 9.022-12.792 18.611-21.21 28.744-9.237 10.971-17.886 20.081-26.125 27.479-8.378 7.525-16.405 13.5-24.164 17.838-2.762 1.545-5.353 2.874-7.738 3.959l-21.239 9.659-19.443-21.399-0.078 0.001 0.078-4.675-4.019-0.012-0.31-0.449 0.237 0.461-6.62-6.413c-1.834-1.682-3.916-3.306-6.941-5.352-3.94-2.275-9.87-3.604-16.617-3.004-6.080 0.54-10.455 2.575-13.264 5.596-9.005 8.612-17.437 16.424-25.889 24.034l-13.567 12.032-17.784 15.258-21.57 18.049c-5.066 4.191-8.033 8.72-9.42 13.978-1.229 4.656-0.92 8.342 0.491 11.184 2.906 6.986 7.586 14.183 15.323 23.608 7.908 9.632 14.689 16.522 19.602 20.222 5.577 4.588 10.673 7.352 16.614 9.251 6.275 2.007 13.509 3.053 21.765 3.053 14.595 0 30.25-2.938 47.017-8.95 17.137-6.144 34.866-15.086 53.191-26.89 18.4-11.852 36.92-26.432 55.389-43.635 19.413-17.506 38.189-37.034 56.781-59.030 24.258-29.221 44.131-58.088 59.446-86.314 15.315-27.937 25.889-53.603 31.89-77.078 5.806-22.711 7.13-42.41 4.297-59.025-2.456-15.824-8.517-27.136-18.447-35.523-5.041-4.226-13.356-9.299-24.909-14.947-11.417-5.582-19.984-8.652-25.664-9.541-6.308-0.995-12.225-0.133-18.138 2.658zM384 96c106.038 0 192 85.962 192 192s-85.962 192-192 192c-106.038 0-192-85.962-192-192s85.962-192 192-192zM384 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["call_on_behalf"]},"attrs":[{}],"properties":{"code":60133,"id":417,"name":"call_on_behalf","order":815,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":229},{"icon":{"attrs":[{},{},{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M637.462 595.582c14.068 7.351 18.857 23.578 10.692 36.247-36.625 56.833-104.083 92.584-178.429 92.584-73.784 0-140.809-35.212-177.631-91.361-8.27-12.611-3.621-28.871 10.386-36.319s32.064-3.26 40.336 9.351c26.333 40.154 74.182 65.293 126.911 65.293 53.129 0 101.289-25.522 127.477-66.164 8.167-12.667 26.189-16.979 40.257-9.628v-0.004z","M443.743 97.583c228.876-20.024 430.65 149.284 450.674 378.16 0.397 4.535 0.719 9.059 0.968 13.571-20.702-5.343-42.401-7.948-64.66-7.47l-0.065-0.522c-16.943-193.664-187.675-336.925-381.339-319.982s-336.925 187.675-319.982 381.339c16.943 193.664 187.675 336.925 381.339 319.982 39.998-3.499 77.846-13.559 112.577-29.025 10.212 19.449 23.020 37.24 37.907 52.979-44.226 21.393-93.036 35.265-144.906 39.803-228.876 20.024-430.65-149.284-450.674-378.16s149.284-430.65 378.16-450.674z","M844.138 592.552c17.673 0 32 14.327 32 32l-0.021 83.84 83.883 0.022c17.673 0 32 14.327 32 32v2.207c0 17.673-14.327 32-32 32l-83.883-0.021 0.021 83.883c0 17.673-14.327 32-32 32h-2.207c-17.673 0-32-14.327-32-32l-0.022-83.883-83.84 0.021c-17.673 0-32-14.327-32-32v-2.207c0-17.673 14.327-32 32-32l83.84-0.022 0.022-83.84c0-17.673 14.327-32 32-32h2.207z","M400 392c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56s56 25.072 56 56z","M656 392c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56s56 25.072 56 56z"],"tags":["add-reactions"]},"attrs":[{},{},{},{},{}],"properties":{"code":60134,"id":416,"name":"add-reactions","order":816,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":230},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M441.143 128c208.291 0 377.143 171.718 377.143 383.543 0 24.823-2.319 49.096-6.748 72.606-5.57-0.467-11.171-0.692-16.823-0.692-13.299 0-26.312 1.244-38.933 3.625 5.658-24.242 8.627-49.538 8.627-75.54 0-181.563-144.732-328.751-323.266-328.751s-323.266 147.188-323.266 328.751c0 181.563 144.732 328.751 323.266 328.751 50.788 0 98.841-11.911 141.604-33.136 0.659 19.421 3.875 38.185 9.291 55.965-46.194 20.567-97.236 31.963-150.895 31.963-208.291 0-377.143-171.718-377.143-383.543s168.852-383.543 377.143-383.543zM657.933 687.082c23.832 0 43.152 19.648 43.152 43.885s-19.32 43.885-43.152 43.885c-23.832 0-43.152-19.648-43.152-43.885s19.32-43.885 43.152-43.885zM787.39 687.082c23.832 0 43.152 19.648 43.152 43.885s-19.32 43.885-43.152 43.885c-23.832 0-43.152-19.648-43.152-43.885s19.32-43.885 43.152-43.885zM916.848 687.082c23.832 0 43.152 19.648 43.152 43.885s-19.32 43.885-43.152 43.885c-23.832 0-43.152-19.648-43.152-43.885s19.32-43.885 43.152-43.885zM594.565 570.224c12.868 7.594 17.248 24.358 9.78 37.445-33.5 58.713-95.203 95.646-163.204 95.646-67.487 0-128.794-36.377-162.475-94.382-7.565-13.028-3.312-29.827 9.499-37.52s29.328-3.368 36.894 9.66c24.087 41.483 67.852 67.451 116.081 67.451 48.596 0 92.646-26.367 116.601-68.353 7.469-13.087 23.954-17.54 36.822-9.946zM306.449 347.168c29.756 0 53.878 24.531 53.878 54.792s-24.122 54.792-53.878 54.792c-29.756 0-53.878-24.531-53.878-54.792s24.122-54.792 53.878-54.792zM575.837 347.168c29.756 0 53.878 24.531 53.878 54.792s-24.122 54.792-53.878 54.792c-29.756 0-53.878-24.531-53.878-54.792s24.122-54.792 53.878-54.792z"],"tags":["add-emoji-more"]},"attrs":[{}],"properties":{"code":60135,"id":415,"name":"add-emoji-more","order":817,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":231},{"icon":{"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M752 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-44.23-4.888-85.442-19.792-121.317-42.394l46.758-46.765c31.687 17.167 67.98 26.915 106.549 26.915 123.712 0 224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM656 442.496v69.504c0 88.366-71.634 160-160 160-20.627 0-40.343-3.903-58.449-11.012l218.449-218.492zM240 384c17.673 0 32 14.327 32 32v96c0 38.596 9.761 74.911 26.949 106.613l-46.781 46.723c-27.98-44.4-44.169-96.978-44.169-153.336v-96c0-17.673 14.327-32 32-32zM496 64c88.366 0 160 71.634 160 160v37.504l-308.963 309.008c-7.124-18.123-11.037-37.861-11.037-58.512v-288c0-88.366 71.634-160 160-160z","M925.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["rcv_mic-off"]},"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"properties":{"code":60136,"codes":[60136,60137],"id":414,"name":"rcv_mic-off","order":818,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":232},{"icon":{"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M672 176c19.091 0 36.229 8.359 47.955 21.616l-618.451 618.384h-5.504c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM736 362.496v389.504c0 35.346-28.654 64-64 64h-389.536l453.536-453.504zM960 291.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378z","M941.921 111.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["rcv_videocam-off"]},"attrs":[{"fill":"rgb(106, 113, 134)"},{"fill":"rgb(245, 76, 61)"}],"properties":{"code":60138,"codes":[60138,60139],"id":413,"name":"rcv_videocam-off","order":819,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":233},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M282.621 203.385c11.68-41.767 65.33-89.441 122.76-71.498s158.349-1.514 159.447-1.514c1.289-0.023 2.542 0.431 3.528 1.275 1.052 0.899 1.702 2.193 1.803 3.587 0.392 14.531-5.040 28.599-15.051 38.977 85.446 57.947 64.141 171.77 54.264 220.471v0l0.862 1.196c20.538 27.579 22.089 66.396 14.642 93.019-4.547 16.739-13.013 46.788-32.219 65.998-7.684 27.063-31.294 52.263-48.164 74.606v0 29.492c0.001 0.928 0.61 1.743 1.489 1.993 72.982 17.217 254.018 72.056 254.018 209.153 0 14.8-14.494 25.687-29.048 25.862v0h-715.708c-14.523-0.305-23.327-11.251-23.239-26.021 0-137.256 182.974-193.849 256.112-210.986 0.896-0.225 1.516-1.055 1.489-1.993v0-29.014c-16.91-22.524-42.614-46.081-50.258-73.331-19.127-19.21-27.594-49.578-32.14-65.998-7.447-26.622-3.575-65.201 16.885-92.78v0l0.941-1.196c-1.411-7.971-13.671-15.942-14.298-23.912-9.25-62.491-2.273-109.040 21.244-138.293 12.527-16.013 30.687-26.445 50.64-29.093zM791.679 177.080l59.518 32.696c-50.75 41.066-83.197 103.855-83.197 174.224 0 74.743 36.607 140.935 92.87 181.627l-54.587 38.502c-62.555-52.83-102.283-131.84-102.283-220.129 0-81.207 33.61-154.565 87.679-206.92zM881.946 226.652l66.97 36.78c-49.497 17.689-84.916 64.992-84.916 120.568 0 55.225 34.973 102.282 83.98 120.23l-59.167 41.714c-53.402-34.098-88.813-93.885-88.813-161.943 0-65.097 32.396-122.627 81.946-157.348zM992 288v64c-17.673 0-32 14.327-32 32s14.327 32 32 32v57.176l-9.055 6.402c-48.773-4.563-86.945-45.613-86.945-95.579 0-53.019 42.981-96 96-96z"],"tags":["whisper"]},"attrs":[{}],"properties":{"code":60141,"id":411,"name":"whisper","order":820,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":234},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 672l128 64v96c0 35.346-28.654 64-64 64s-64-28.654-64-64v-160zM795.179 167.198c3.183 7.73 4.821 16.008 4.821 24.368v512.868c0 35.346-28.654 64-64 64-8.36 0-16.638-1.638-24.368-4.821l-416-171.294c-23.981-9.874-39.632-33.245-39.632-59.179v-170.279c0-25.934 15.651-49.305 39.632-59.179l416-171.294c32.684-13.458 70.089 2.128 83.547 34.811zM192 320v256c-70.692 0-128-57.308-128-128s57.308-128 128-128zM864 352c53.019 0 96 42.981 96 96 0 51.126-39.965 92.917-90.359 95.837l-5.641 0.163v-192z"],"tags":["barge"]},"attrs":[{}],"properties":{"code":60142,"id":410,"name":"barge","order":821,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":235},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M290.054 513.736c37.333 1.416 67.293 31.655 68.685 69.361 1.715 27.072 0.787 54.225 1.15 81.379l-0.575 40.932c99.562 28.977 205.238 28.824 304.72-0.438l-0.363-96.309c-1.412-17.131 1.029-34.365 7.132-50.416 9.987-25.595 34.186-42.645 61.422-43.287 51.869-1.294 103.799-1.202 155.779 0.285 36.718 1.283 66.597 30.28 69.331 67.273 0.711 8.787 1.254 19.619 1.658 31.479l0.633 24.788 0.316 25.722v36.379l-0.247 20.148c-1.029 24.709-10.027 80.41-25.612 99.487-0.938 1.528-1.796 3.127-2.572 4.756l-20.76 21.531-22.713 16.587c-3.813 2.726-7.663 5.399-11.584 7.969-40.125 24.444-83.208 43.497-128.149 56.692l-16.938 4.673c-78.51 22.631-160.067 32.643-241.663 29.669-99.865-4.186-196.936-21.827-288.671-63.738-33.692-14.381-64.731-34.426-91.795-59.277-27.458-23.894-43.598-122.401-44.435-158.996l-0.648-36.739c-0.283-18.364-0.282-36.702 1.002-54.937 3.5-46.739 30.605-74.107 77.037-75.767 49.206-1.579 98.786-1.080 147.861 0.794zM512 64c10.227 0 19.333 4.797 25.191 12.264 1.022 0.806 1.996 1.668 2.927 2.599l181.019 181.019c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-131.896-131.889 0.014 402.752c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.014-402.784-131.869 131.921c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l181.019-181.019 3.015-2.662c5.998-7.523 15.004-12.201 25.103-12.201z"],"tags":["take_over"]},"attrs":[{}],"properties":{"code":60143,"id":409,"name":"take_over","order":822,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":236},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M544 768c53.019 0 96 42.981 96 96s-42.981 96-96 96h-64c-53.019 0-96-42.981-96-96s42.981-96 96-96h64zM576 64c141.385 0 256 114.615 256 256v32h32c51.126 0 92.917 39.965 95.837 90.359l0.163 5.641v128c0 53.019-42.981 96-96 96v0h-32v96c0 70.692-57.308 128-128 128h-64v-64.019l64 0.019c33.74 0 61.381-26.108 63.824-59.224l0.176-4.776v-448c0-103.629-82.098-188.082-184.802-191.868l-7.198-0.132h-128c-103.629 0-188.082 82.098-191.868 184.802l-0.132 7.198v352h-96c-53.019 0-96-42.981-96-96v-128c0-53.019 42.981-96 96-96h32v-32c0-141.385 114.615-256 256-256h128zM544 832h-64c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h64c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM192 416h-32c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v128c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h32v-192zM864 416h-32v192h32l3.732-0.215c15.915-1.848 28.268-15.374 28.268-31.785v0-128l-0.215-3.732c-1.848-15.915-15.374-28.268-31.785-28.268v0z"],"tags":["monitor_call"]},"attrs":[{}],"properties":{"code":60145,"id":407,"name":"monitor_call","order":823,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":237},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M258.054 513.736c37.333 1.416 67.293 31.655 68.685 69.361 1.715 27.072 0.787 54.225 1.15 81.379l-0.575 8.932c99.562 28.977 269.238 28.824 368.72-0.438l-0.363-64.309c-1.412-17.131 1.029-34.365 7.132-50.416 9.987-25.595 34.186-42.645 61.422-43.287 51.869-1.294 103.799-1.202 155.779 0.285 36.718 1.283 66.597 30.28 69.331 67.273 0.711 8.787 1.254 19.619 1.658 31.479l0.633 24.788 0.316 25.722v36.379l-0.247 20.148c-1.029 24.709-10.027 80.41-25.612 99.487-0.938 1.528-1.796 3.127-2.572 4.756l-20.76 21.531-22.713 16.587c-3.813 2.726-7.663 5.399-11.584 7.969-40.125 24.444-83.208 43.497-128.149 56.692l-16.938 4.673c-78.51 22.631-192.067 32.643-273.663 29.669-99.865-4.186-228.936-21.827-320.671-63.738-33.692-14.381-64.731-34.426-91.795-59.277-27.458-23.894-43.598-122.401-44.435-158.996l-0.648-36.739c-0.283-18.364-0.282-36.702 1.002-54.937 3.5-46.739 30.605-74.107 77.037-75.767 49.206-1.579 98.786-1.080 147.861 0.794zM112.48 576.901l-5.267 0.316c-6.76 0.693-8.676 2.678-9.657 10.146l-0.558 5.837-0.686 12.583-0.295 13.655 0.141 23.373 0.628 36.11c0.65 28.413 14.755 105.472 23.738 113.319 19.009 17.455 40.448 31.947 64.591 43.456l10.513 4.75c77.831 35.56 196.266 53.794 296.406 57.993 69.068 2.517 170.104-5.112 238.296-22.994l17.030-4.684c44.967-11.615 88.025-29.827 126.006-52.924l7.059-4.805 20.118-14.696 11.072-11.488 2.181-3.487 2.723-3.333c6.82-8.348 10.777-50.773 11.185-60.141l0.239-18.599 0.052-29.452-0.316-29.321-0.415-18.365-0.579-16.642-0.744-14.253c-0.138-2.139-0.282-4.152-0.433-6.023-0.336-4.544-3.784-7.89-7.335-8.015-50.791-1.453-101.578-1.545-152.442-0.277-1.358 0.032-2.682 0.964-3.107 2.049-2.17 5.709-3.299 11.757-3.342 17.845l0.387 9.466 0.635 112.477-46.211 13.593c-106.378 31.29-283.101 32.806-390.109 4.53l-14.555-4.041-48.549-14.13 2.975-58.693-0.072-45.111-0.159-11.518-0.32-10.047-0.522-9.903c-0.134-3.627-2.408-6.504-5.333-7.445l-1.838-0.323c-50.398-1.925-97.995-2.236-143.132-0.789zM512 64c10.227 0 19.333 4.797 25.191 12.264 1.022 0.806 1.996 1.668 2.927 2.599l181.019 181.019c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-131.896-131.889 0.014 402.752c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.014-402.784-131.869 131.921c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l181.019-181.019 3.015-2.662c5.998-7.523 15.004-12.201 25.103-12.201z"],"tags":["pick_up_call"]},"attrs":[{}],"properties":{"code":60150,"id":406,"name":"pick_up_call","order":824,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":238},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM498.56 664c-6.828 0-13.228 1.28-19.2 3.84s-11.148 5.972-15.52 10.24c-4.372 4.268-7.786 9.388-10.24 15.36s-3.68 12.266-3.68 18.88c0 6.828 1.226 13.172 3.68 19.040s5.868 10.932 10.24 15.2c4.374 4.268 9.546 7.626 15.52 10.080s12.374 3.68 19.2 3.68c6.614 0 12.908-1.226 18.88-3.68s11.092-5.812 15.36-10.080c4.268-4.268 7.68-9.334 10.24-15.2s3.84-12.214 3.84-19.040c0-6.612-1.28-12.908-3.84-18.88s-5.972-11.092-10.24-15.36c-4.268-4.268-9.386-7.68-15.36-10.24s-12.268-3.84-18.88-3.84zM511.998 288c-13.652 0-26.346 1.228-38.080 3.68s-22.614 5.814-32.64 10.080c-10.026 4.266-19.36 9.28-28 15.040s-16.588 11.84-23.84 18.24v0l22.394 35.508c3.45 4.702 8.464 7.052 15.048 7.052 3.2 0 6.826-1.334 10.88-4s9.012-5.652 14.88-8.96c5.868-3.306 13.012-6.294 21.44-8.96s18.72-4 30.88-4c8.32 0 16.054 1.174 23.2 3.52s13.28 5.708 18.4 10.080c5.12 4.372 9.12 9.6 12 15.68s4.32 12.96 4.32 20.64c0 11.52-2.348 21.546-7.040 30.080s-10.56 16.16-17.6 22.88c-7.040 6.72-14.612 12.96-22.72 18.72s-15.68 11.68-22.72 17.76c-7.040 6.080-12.906 12.588-17.6 19.52s-7.040 15.094-7.040 24.48v0l0.080 3.96 0.24 1.48 5.44 52.16h54.080l7.36-46.72 0.902-4.014c1.554-5.238 4.506-10.034 8.858-14.386 5.44-5.44 11.894-10.988 19.36-16.64v0l23.68-18.080c8.32-6.4 16.052-13.972 23.2-22.72 7.146-8.748 13.066-19.040 17.76-30.88s7.040-25.866 7.040-42.080c0-16.64-2.988-31.68-8.96-45.12s-14.4-24.908-25.28-34.4c-10.88-9.492-23.946-16.8-39.2-21.92s-32.16-7.68-50.72-7.68z"],"tags":["help"]},"attrs":[{}],"properties":{"code":60140,"id":412,"name":"help","order":825,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":239},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM498.56 664c6.613 0 12.907 1.28 18.88 3.84s11.093 5.973 15.36 10.24c4.267 4.267 7.68 9.387 10.24 15.36s3.84 12.267 3.84 18.88c0 6.827-1.28 13.173-3.84 19.040s-5.973 10.933-10.24 15.2c-4.267 4.267-9.387 7.627-15.36 10.080s-12.267 3.68-18.88 3.68c-6.827 0-13.227-1.227-19.2-3.68s-11.147-5.813-15.52-10.080c-4.373-4.267-7.787-9.333-10.24-15.2s-3.68-12.213-3.68-19.040c0-6.613 1.227-12.907 3.68-18.88s5.867-11.093 10.24-15.36c4.373-4.267 9.547-7.68 15.52-10.24s12.373-3.84 19.2-3.84zM512 288c18.56 0 35.467 2.56 50.72 7.68s28.32 12.427 39.2 21.92c10.88 9.493 19.307 20.96 25.28 34.4s8.96 28.48 8.96 45.12c0 16.213-2.347 30.24-7.040 42.080s-10.613 22.133-17.76 30.88c-7.147 8.747-14.88 16.32-23.2 22.72l-23.68 18.080c-7.467 5.653-13.92 11.2-19.36 16.64-4.352 4.352-7.305 9.148-8.858 14.387l-0.902 4.013-7.36 46.72h-54.080l-5.44-52.16-0.24-1.48-0.080-3.96c0-9.387 2.347-17.547 7.040-24.48s10.56-13.44 17.6-19.52c7.040-6.080 14.613-12 22.72-17.76s15.68-12 22.72-18.72c7.040-6.72 12.907-14.347 17.6-22.88s7.040-18.56 7.040-30.080c0-7.68-1.44-14.56-4.32-20.64s-6.88-11.307-12-15.68c-5.12-4.373-11.253-7.733-18.4-10.080s-14.88-3.52-23.2-3.52c-12.16 0-22.453 1.333-30.88 4s-15.573 5.653-21.44 8.96c-5.867 3.307-10.827 6.293-14.88 8.96s-7.68 4-10.88 4c-6.583 0-11.598-2.351-15.047-7.053l-22.393-35.507c7.253-6.4 15.2-12.48 23.84-18.24s17.973-10.773 28-15.040c10.027-4.267 20.907-7.627 32.64-10.080s24.427-3.68 38.080-3.68z"],"tags":["help"]},"attrs":[{}],"properties":{"code":60122,"id":405,"name":"help_border","order":826,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":240},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928.126 623.654c15.647 0 28.661 11.275 31.36 26.144l0.514 5.729v191.241c0 17.603-14.27 31.874-31.874 31.874-15.647 0-28.661-11.275-31.36-26.144l-0.514-5.729-0.061-103.632-172.184 172.21c-12.447 12.447-32.629 12.447-45.076 0-11.064-11.064-12.294-28.239-3.688-40.662l3.688-4.414 182.892-182.942-124.939 0.073c-15.647 0-28.661-11.275-31.36-26.144l-0.514-5.729c0-15.647 11.275-28.661 26.144-31.36l5.729-0.514h191.241zM377.042 95.968c17.622 0 34.459 7.297 46.509 20.154l61.295 65.394c5.166 5.51 12.086 8.974 19.507 9.853l3.747 0.221h384.612c35.206 0 63.747 28.541 63.747 63.747l0.042 309.486c-18.23-20.664-39.752-38.35-63.751-52.237l-0.038-97.882h-764.964v350.609c0 17.604 14.269 31.874 31.874 31.874l358.645 0.010c5.825 22.626 14.678 44.035 26.098 63.773l-416.617-0.038c-35.206 0-63.747-28.541-63.747-63.747v-637.47c0-35.206 28.541-63.747 63.747-63.747h249.295zM349.423 159.721l-189.803-0.004c-17.604 0-31.874 14.269-31.874 31.874v159.368h764.964v-63.747c0-17.604-14.269-31.874-31.874-31.874l-363.972-0.661c-22.351-2.644-43.089-13.094-58.528-29.563l-42.406-45.24c-12.050-12.857-28.887-20.152-46.509-20.152z"],"tags":["open-folder"]},"attrs":[{}],"properties":{"code":60123,"id":404,"name":"open-folder","order":827,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":241},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M570.182 160c88.366 0 160 71.634 160 160v0l-0.006 125.44 202.48-184.027c19.662-17.875 50.682-5.308 53.342 20.131l0.183 3.547v465.455c0 27.781-32.97 42.365-53.526 23.678v0l-202.48-184.080 0.006 125.492c0 86.040-67.914 156.218-153.060 159.852l-6.94 0.148h-378.182c-88.366 0-160-71.634-160-160v0-395.636c0-88.366 71.634-160 160-160v0zM570.182 224h-378.182c-53.019 0-96 42.981-96 96v0 395.636c0 53.019 42.981 96 96 96v0h378.182c53.019 0 96-42.981 96-96v0-395.636c0-53.019-42.981-96-96-96v0zM922.176 357.376l-176.448 160.384 176.448 160.448v-320.832z"],"tags":["watch-video"]},"attrs":[{}],"properties":{"code":60124,"id":403,"name":"watch-video","order":828,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":242},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h64zM544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-320c0-35.346 28.654-64 64-64h64zM224 640c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h64z"],"tags":["good-connection"]},"attrs":[{}],"properties":{"code":60035,"id":402,"name":"good-connection","order":829,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":243},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(245, 76, 61)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M864 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h64zM544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-276.288l70.106 69.292c20.222 20.002 51.996 20.002 72.222-0.004l34.2-33.862 2.938-3.302 3.15-4.342c14.596-22.25 11.89-52.274-6.986-70.96l-65.262-64.534h17.632zM224 640c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h64zM480.832 448l88.284 87.268c8.456 8.372 9.212 22.764 1.708 32.144l-0.812 0.98-34.188 33.852c-7.756 7.672-19.46 7.672-27.216 0l-92.576-91.524 0.144-3.496c2.321-31.46 27.384-56.595 58.812-59.030l5.845-0.193z","M352 320.566l156.578-154.812c6.972-6.916 17.164-7.588 24.78-2.072l2.436 2.072 33.32 32.928c0.588 0.588 1.176 1.232 1.708 1.876 6.888 8.624 6.832 21.448 0.252 29.96l-1.96 2.212-152.994 151.256 152.994 151.284c8.456 8.372 9.212 22.764 1.708 32.144l-0.812 0.98-34.188 33.852c-7.756 7.672-19.46 7.672-27.216 0l-156.578-154.838-156.606 154.838c-6.972 6.916-17.164 7.588-24.78 2.072l-2.436-2.072-33.32-32.928c-0.588-0.588-1.176-1.232-1.708-1.876-6.888-8.624-6.832-21.42-0.252-29.96l1.96-2.212 152.966-151.284-152.966-151.254c-8.456-8.372-9.212-22.764-1.708-32.172l1.708-1.876 33.32-32.928c7.756-7.672 19.46-7.672 27.216 0l156.578 154.81z"],"tags":["no-connection"]},"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(245, 76, 61)"}],"properties":{"code":60046,"codes":[60046,60047,60048,60049],"id":401,"name":"no-connection","order":830,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":244},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M864 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h64zM544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-320c0-35.346 28.654-64 64-64h64z","M160 640h64c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64z"],"tags":["poor-connection"]},"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"properties":{"code":60050,"codes":[60050,60051,60052],"id":400,"name":"poor-connection","order":831,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":245},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M800 128h64c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64z","M544 448c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-320c0-35.346 28.654-64 64-64h64zM224 640c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h64z"],"tags":["weak-connection"]},"attrs":[{"fill":"rgb(0, 0, 0)","opacity":0.32},{"fill":"rgb(0, 0, 0)"}],"properties":{"code":60053,"codes":[60053,60054,60055],"id":399,"name":"weak-connection","order":832,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":246},{"icon":{"attrs":[{"fill":"rgb(232, 233, 237)"},{"fill":"rgb(129, 137, 157)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M568.889 256c31.419 0 56.889 25.47 56.889 56.889v28.444h113.778c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-28.444v312.889c0 31.419-25.47 56.889-56.889 56.889h-284.444c-31.419 0-56.889-25.47-56.889-56.889v-312.889h-28.444c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444h113.778v-28.444c0-31.419 25.47-56.889 56.889-56.889h113.778zM568.889 455.111c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v170.667c0 15.709 12.735 28.444 28.444 28.444 14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-170.667c0-15.709-12.735-28.444-28.444-28.444zM455.111 455.111c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v170.667c0 15.709 12.735 28.444 28.444 28.444 14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-170.667c0-15.709-12.735-28.444-28.444-28.444zM568.889 312.889h-113.778v28.444h113.778v-28.444z"],"tags":["deleted_file"]},"attrs":[{"fill":"rgb(232, 233, 237)"},{"fill":"rgb(129, 137, 157)"}],"properties":{"code":60056,"codes":[60056,60057],"id":398,"name":"deleted_file","order":833,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":247},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 736c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 736c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM352 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM352 96c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 96c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["dragable_area"]},"attrs":[{}],"properties":{"code":60058,"id":397,"name":"dragable_area","order":834,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":248},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 320v64h-128v512h512v-128h64v128c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h128zM896 64c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h512zM896 128h-512v512h512v-512zM806.156 214.627c12.497 12.497 12.497 32.758 0 45.255l-207.93 207.96 75.382 73.883h-192l-1.608-189.726 72.496 71.063 208.405-208.435c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["dock_border"]},"attrs":[{}],"properties":{"code":60059,"id":393,"name":"dock_border","order":835,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":249},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 320c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h512zM544 480h-192l71.777 71.737-209.15 209.165c-12.497 12.497-12.497 32.758 0 45.255 11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 209.15-209.165 74.968 75.008v-192zM896 64c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-128v-448h-448v-128c0-35.346 28.654-64 64-64h512z"],"tags":["undock"]},"attrs":[{}],"properties":{"code":60060,"id":394,"name":"undock","order":836,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":250},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 320c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-512c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h512zM640 384h-512v512h512v-512zM544 480v192l-74.968-75.008-209.15 209.165c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l209.15-209.165-71.777-71.737h192zM896 64c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-128v-64h128v-512h-512v128h-64v-128c0-35.346 28.654-64 64-64h512z"],"tags":["undock_border"]},"attrs":[{}],"properties":{"code":60062,"id":395,"name":"undock_border","order":837,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":251},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM864 160h-704c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-512c0-17.673-14.327-32-32-32zM768 256c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32v-320c0-17.673 14.327-32 32-32h512z"],"tags":["HUD"]},"attrs":[{}],"properties":{"code":60063,"id":392,"name":"HUD","order":838,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":252},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M607.98 64.375c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776-0.012 767.616h31.904l0.012-607.605h192.232c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776-0.020 543.605 3.636 0.224c15.915 1.848 28.268 15.374 28.268 31.785 0 17.64-14.274 31.947-31.902 32l0.018 0.375h-256.232l-0.012-0.384h-31.904l0.012 0.384-607.98-0.375c-17.673 0-32-14.327-32-32s14.327-32 32-32l0.192-0.009 0.016-767.616c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h479.773zM864.077 672.030h-64.154l-3.723 0.215c-15.877 1.848-28.2 15.374-28.2 31.785s12.324 29.936 28.2 31.785l3.723 0.215h64.154l3.723-0.215c15.877-1.848 28.2-15.374 28.2-31.785 0-17.673-14.292-32-31.923-32zM479.531 672l-226.854 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215 226.854-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-17.673-14.327-32-32-32zM864.077 480.030h-64.154l-3.723 0.215c-15.877 1.848-28.2 15.374-28.2 31.785s12.324 29.936 28.2 31.785l3.723 0.215h64.154l3.723-0.215c15.877-1.848 28.2-15.374 28.2-31.785 0-17.673-14.292-32-31.923-32zM479.531 480l-226.854 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215 226.854-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-17.673-14.327-32-32-32zM479.531 288.386l-226.854 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215 226.854-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-17.673-14.327-32-32-32z"],"tags":["Company-setup"]},"attrs":[{}],"properties":{"code":60064,"id":391,"name":"Company-setup","order":839,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":253},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M607.982 64.373c35.346 0.001 63.999 28.655 63.997 64.001v0l-0.043 767.615h224.16l0.020-511.604c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215h-160.232v-64h192.232c35.346 0 64 28.654 64 64v0l-0.020 543.604 3.636 0.226c15.915 1.848 28.268 15.374 28.268 31.785 0 17.64-14.274 31.947-31.902 32l0.018 0.375h-256.232l-0.012-0.385h-31.936l0.026 0.385-607.962-0.375c-17.673 0-32-14.327-32-32s14.327-32 32-32l0.192-0.011 0.016-767.615c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176zM575.972 128.408h-416.024c-17.673 0-32 14.327-32 32v0l-0.012 735.582h480.032l0.004-735.582c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM832.077 672.030c17.631 0 31.923 14.327 31.923 32 0 16.411-12.324 29.936-28.2 31.785l-3.723 0.215h-64.154c-17.631 0-31.923-14.327-31.923-32 0-16.411 12.324-29.936 28.2-31.785l3.723-0.215h64.154zM479.531 672c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-223.122c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h223.122zM832.077 480.030c17.631 0 31.923 14.327 31.923 32 0 16.411-12.324 29.936-28.2 31.785l-3.723 0.215h-64.154c-17.631 0-31.923-14.327-31.923-32 0-16.411 12.324-29.936 28.2-31.785l3.723-0.215h64.154zM479.531 480c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-223.122c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h223.122zM479.531 288.386c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-223.122c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h223.122z"],"tags":["Company-setup_border"]},"attrs":[{}],"properties":{"code":60065,"id":390,"name":"Company-setup_border","order":840,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":254},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(0, 97, 213)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.792 0h796.448c62.848 0 113.792 50.944 113.792 113.792v796.448c0 62.848-50.944 113.792-113.792 113.792h-796.448c-62.848 0-113.792-50.944-113.792-113.792v-796.448c0-62.848 50.944-113.792 113.792-113.792z","M158.688 288c-17.28 0-30.688 13.41-30.688 28.699v240.977c1.72 79.592 66.807 143.459 146.846 143.459 0.27 0 0.54 0 0.81 0h-0.042c56.781-0.070 106.21-31.4 131.926-77.664l0.393-0.771c24.928 45.904 74.784 78.434 130.367 78.434 82.464 0 149.567-65.027 149.567-147.258 1.92-78.431-65.184-143.488-147.616-143.488-55.615 0-105.439 30.613-130.367 76.516-24.96-45.904-74.815-76.516-132.319-76.516-34.528 0-65.215 11.492-90.144 28.697v-122.387c-0.366-15.689-13.011-28.313-28.701-28.698h-0.033zM691.262 407.294c-1.536-0.274-3.303-0.431-5.106-0.431-6.523 0-12.565 2.048-17.517 5.538l0.094-0.063c-11.52 9.576-15.328 28.698-5.76 42.074l76.704 99.468-76.672 99.437c-9.6 13.407-7.68 30.645 5.76 40.221 13.407 9.576 32.512 9.514 42.112-3.895l65.247-84.146 67.071 86.092c9.6 11.492 28.767 13.374 42.177 3.831 11.52-9.576 13.44-26.814 3.873-40.188l-74.815-99.437 74.815-97.584c9.6-13.376 9.537-32.497-3.873-42.074-15.36-9.576-32.607-7.661-42.177 5.746l-67.071 82.23-65.28-86.028c-4.767-5.746-11.935-9.576-19.584-10.788l0.002-0.003zM275.614 467.752c49.855 0 90.144 40.223 90.144 88.041 0 49.735-40.287 87.975-90.144 87.975s-90.112-38.243-90.112-87.975c0-47.818 40.257-88.041 90.112-88.041v0zM540.253 467.752c49.857 0 90.112 40.223 90.112 88.041-1.92 49.735-42.177 87.975-90.112 87.975-49.857 0-90.144-38.243-90.144-87.975 0-47.818 40.287-88.041 90.144-88.041v0z"],"tags":["default-box-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(0, 97, 213)"}],"properties":{"code":60225,"codes":[60225,60226],"id":488,"name":"default-box-D","order":841,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":255},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M426.656 284.448h184.896l184.896 312.896h-184.896z","M312.896 768l97.216-170.656h386.336l-96.384 170.656z","M227.552 608.48l93.12 159.52 191.328-322.368-94.816-161.184z"],"tags":["default-gdrive-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"properties":{"code":60066,"codes":[60066,60151,60152,60153],"id":389,"name":"default-gdrive-D","order":842,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":256},{"icon":{"attrs":[{"fill":"rgb(42, 61, 39)"},{"fill":"rgb(84, 203, 67)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v426.668c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.114 71.11-71.114h426.666z","M716.444 672v17.778h-408.89v-17.778h408.89zM609.778 334.222v320h-88.89v-320h88.89zM396.444 600.89v53.332h-88.89v-53.332h88.89zM503.11 512v142.222h-88.89v-142.222h88.89zM716.444 423.11v231.11h-88.89v-231.11h88.89z"],"tags":["mac-numbers-D"]},"attrs":[{"fill":"rgb(42, 61, 39)"},{"fill":"rgb(84, 203, 67)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60069,"codes":[60069,60070,60071],"id":388,"name":"mac-numbers-D","order":843,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":257},{"icon":{"attrs":[{"fill":"rgb(34, 54, 66)"},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M796.444 512c0 122.182-77.044 226.37-185.192 266.646-30.906 11.506-64.342 17.798-99.252 17.798-35.642 0-69.764-6.56-101.204-18.53-107.124-40.798-183.24-144.462-183.24-265.914 0-157.094 127.35-284.444 284.444-284.444s284.444 127.35 284.444 284.444z","M524.98 584.252v169.828c0 12.788 10.216 23.164 22.832 23.164h61.144c1.884 0 3.702 0.478 5.288 1.328-30.588 11.554-63.684 17.872-98.238 17.872-35.278 0-69.052-6.586-100.17-18.606 1.15-0.384 2.368-0.596 3.62-0.596h61.144c12.618 0 22.834-10.376 22.834-23.164v-169.826h21.546zM740.338 547.84c0 12.064-9.64 21.846-21.534 21.846v0h-405.602c-11.894 0-21.538-9.778-21.538-21.846v0zM499.308 268.676c10.874 0 19.69 8.942 19.69 19.976v0 4.242c0 11.034-8.816 19.976-19.692 19.976v0h-44.37c-8.986 0-16.552-6.114-18.914-14.46v0h-55.534c-9.724 0-17.632 8.024-17.632 17.886v0 25.202h329.060c11.75 0 21.458 9.302 22.124 21.204l0.004 0.002 9.548 170.572h-418.762l9.55-170.57c0.668-11.9 10.374-21.204 22.124-21.204v0h13.196v-25.202c0-17.224 13.814-31.238 30.792-31.238v0h55.088c1.67-9.316 9.692-16.386 19.358-16.386v0z"],"tags":["mac-keynote-D"]},"attrs":[{"fill":"rgb(34, 54, 66)"},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60072,"codes":[60072,60073,60074],"id":387,"name":"mac-keynote-D","order":844,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":258},{"icon":{"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(255, 188, 49)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v374.042h-439.23c-3.372 0-6.108 2.734-6.108 6.108 0 2.952 2.094 5.414 4.878 5.982l1.23 0.124h439.23v40.408c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.11 71.11-71.11h426.666z","M796.442 672.71v12.214l-440.46-0.124c-2.784-0.568-4.878-3.030-4.878-5.982 0-3.374 2.736-6.108 6.108-6.108v0h439.23zM369.168 635.192l12.826 12.65-15.88 9.25-1.202 0.504c-1.658 0.44-3.472-0.034-4.73-1.29-1.244-1.242-1.702-2.977-1.338-4.613l0.64-1.581 9.684-14.92zM619.058 369.24l27.92 27.66-226.806 228.712c-2.735 2.503-5.638 4.801-8.697 6.882l-4.703 2.958-20.068 10.384-15.008-14.92 10.992-20.156 2.782-4.054c1.92-2.657 3.971-5.214 6.152-7.652l3.37-3.564 224.066-226.25zM683.102 333.732c6.907 6.748 7.674 17.288 2.427 25.001l-2.249 2.747-31.412 31.672-27.922-27.66 31.41-31.672 1.714-1.528c7.71-6.124 18.902-5.69 26.032 1.44z"],"tags":["mac-pages-D"]},"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(255, 188, 49)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":60075,"codes":[60075,60076,60077],"id":386,"name":"mac-pages-D","order":845,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":259},{"icon":{"attrs":[{"fill":"rgb(34, 52, 66)"},{"fill":"rgb(33, 150, 243)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.284 256.73l174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982l155.014 0.73z","M527.802 644.74v31.606h-158.024v-31.606h158.024zM654.222 581.53v31.606h-284.444v-31.606h284.444zM654.222 518.322v31.606h-284.444v-31.606h284.444zM654.222 455.11v31.606h-284.444v-31.606h284.444z"],"tags":["google-doc-D"]},"attrs":[{"fill":"rgb(34, 52, 66)"},{"fill":"rgb(33, 150, 243)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60078,"codes":[60078,60079,60080],"id":385,"name":"google-doc-D","order":846,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":260},{"icon":{"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(246, 173, 22)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572z","M597.332 483.556h-170.668c-15.71 0-28.444 12.736-28.444 28.444v0 142.222c0 15.708 12.736 28.444 28.444 28.444v0h170.668c15.708 0 28.444-12.736 28.444-28.444v0-142.222c0-15.71-12.736-28.444-28.444-28.444v0z"],"tags":["google-slide-D"]},"attrs":[{"fill":"rgb(47, 41, 30)"},{"fill":"rgb(246, 173, 22)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60081,"codes":[60081,60082,60083],"id":384,"name":"google-slide-D","order":847,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":261},{"icon":{"attrs":[{"fill":"rgb(30, 47, 31)"},{"fill":"rgb(67, 160, 71)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002z","M654.22 455.11v221.236h-284.444v-221.236h284.444zM464.592 613.136h-63.21v31.606h63.21v-31.606zM622.616 613.134h-126.42v31.606h126.42v-31.606zM464.592 549.926h-63.21v31.606h63.21v-31.606zM622.616 549.924h-126.42v31.606h126.42v-31.606zM464.592 486.716h-63.21v31.606h63.21v-31.606zM622.616 486.716h-126.42v31.606h126.42v-31.606z"],"tags":["google-sheet-D"]},"attrs":[{"fill":"rgb(30, 47, 31)"},{"fill":"rgb(67, 160, 71)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60084,"codes":[60084,60085,60086],"id":383,"name":"google-sheet-D","order":848,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":262},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M512.002 227.556c-157.106 0-284.448 127.35-284.448 284.438 0 157.102 127.342 284.452 284.448 284.452 157.1 0 284.442-127.35 284.442-284.452 0-157.088-127.342-284.438-284.442-284.438z","M623.9 536.678l-157.362 108.606c-19.648 13.572-35.82 4.976-35.82-19.11v-228.352c0-24.074 16.172-32.676 35.82-19.104l157.316 108.606c19.634 13.568 19.682 35.776 0.048 49.354h-0.002z"],"tags":["default-video-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60087,"codes":[60087,60088,60089],"id":382,"name":"default-video-D","order":849,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":263},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M312.89 227.556h398.222c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332z","M396.658 628.052c8.44 0 16.308-0.45 23.608-1.35s14.152-2.252 20.55-4.052c6.4-1.802 12.42-4.1 18.062-6.898s11.070-6.092 16.284-9.884v0-83.2h-68.408v21.618c0 1.99 0.712 3.674 2.132 5.048s3.366 2.062 5.832 2.062v0h25.742v37.404c-5.784 2.75-11.876 4.908-18.276 6.472s-13.914 2.346-22.542 2.346c-9.766 0-18.774-1.682-27.022-5.048s-15.36-8.226-21.334-14.578c-5.974-6.352-10.62-14.15-13.938-23.396s-4.978-19.794-4.978-31.644c0-11 1.564-20.954 4.692-29.868s7.584-16.546 13.368-22.898c5.784-6.354 12.776-11.236 20.978-14.65s17.376-5.12 27.52-5.12c6.258 0 11.782 0.428 16.57 1.28s9.102 1.944 12.942 3.272c3.84 1.326 7.348 2.892 10.524 4.692s6.282 3.604 9.316 5.404c2.37 1.516 4.692 2.276 6.968 2.276 3.604 0 6.496-1.754 8.676-5.262v0l11.094-17.35c-8.534-7.964-18.94-14.436-31.218-19.414s-26.81-7.466-43.592-7.466c-16.404 0-31.194 2.56-44.372 7.68s-24.392 12.326-33.636 21.618c-9.244 9.292-16.38 20.384-21.404 33.28s-7.538 27.070-7.538 42.524c0 15.264 2.584 29.346 7.75 42.24s12.35 23.988 21.548 33.28c9.198 9.292 20.1 16.544 32.712 21.76s26.406 7.822 41.388 7.822h0.002zM553.956 625.778v-205.654h-38.4v205.654h38.4zM638.72 625.778v-83.77h76.942v-30.578h-76.942v-60.87h91.164v-30.436h-129.706v205.654h38.542z"],"tags":["gif-file-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60090,"codes":[60090,60091,60092],"id":381,"name":"gif-file-D","order":850,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":264},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.996l174.928 158.774-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l46.082-0.174v56.49h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.888h-56.89v28.444h142.222v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.604l81.072-0.284z","M426.656 256.384v56.512h-56.864v28.448h56.864v56.864h-56.864v28.448h56.864v56.896h-56.864v28.448h56.864v56.896h-56.864v28.448h142.208v-28.448h-56.896v-56.896h56.896v-28.448h-56.896v-56.896h56.896v-28.448h-56.896v-56.896h56.896v-28.416h-56.896v-56.608z"],"tags":["zip-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60093,"codes":[60093,60094,60095],"id":380,"name":"zip-D","order":851,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":265},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(53, 106, 253)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M707.37 284.444h-390.786c-31.662-0.058-57.372 28.85-57.424 64.57 0 2.906 0.166 5.81 0.508 8.69 0.814 7.1 6.578 12.112 12.874 11.194 1.534-0.224 3.012-0.794 4.344-1.678 5.072-3.328 10.846-5.048 16.712-4.978h81.836c14.77 0.046 27.89 10.642 32.688 26.398l1.954 7.106c7.908 26.41 29.838 44.216 54.548 44.29h265.734c6.028 0.006 11.948 1.794 17.172 5.188 1.764 1.162 3.772 1.77 5.816 1.764 6.348 0 11.494-5.806 11.494-12.966v-84.744c0-35.804-25.73-64.83-57.47-64.83v-0.004z","M766.886 426.058c-9.016-5.086-19.266-7.762-29.702-7.756h-274.014c-15.228-0.040-28.76-9.416-33.706-23.358l-2.014-6.286c-8.156-23.37-30.768-39.126-56.25-39.198h-84.386c-10.182-0.090-20.204 2.47-29.012 7.42-18.682 10.12-30.246 29.228-30.246 49.954v275.36c0 31.682 26.532 57.366 59.258 57.366h450.37c32.728 0 59.26-25.684 59.26-57.366v-206.52c0.072-20.478-11.212-39.418-29.558-49.61v-0.006z"],"tags":["default-file-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(53, 106, 253)"}],"properties":{"code":60096,"codes":[60096,60097,60098],"id":379,"name":"default-file-D","order":852,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":266},{"icon":{"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M380.584 256.572l155.598-0.572 174.928 158.77-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l-0.002 0.002z","M586.538 471.6c18.722 0 30.22 17.12 49.348 58.318l20.066 44.404 4.508 9.511c0.668 1.36 1.306 2.634 1.935 3.861l3.804 7.124 3.767 6.406c1.183 1.874 2.291 3.485 3.317 4.824l1.82 2.206 0.866-0.672c0.798-0.738 1.714-1.773 2.74-3.102l3.404-4.858 4.025-6.585 4.603-8.283 5.138-9.951 5.63-11.59 6.080-13.2c1.048-2.332 2.114-4.731 3.195-7.194l-0.187 63.798c-13.114 20.822-25.009 30.776-37.023 30.776l-3.88-0.156c-10.462-0.924-16.976-6.328-27.29-25.711l-4.676-9.19-5.276-11.068c-0.937-2.010-1.905-4.106-2.906-6.29l-19.458-43.078-4.816-10.038-4.841-9.436-4.324-7.873-3.679-6.242-2.906-4.543-2.005-2.776c-0.504-0.623-0.836-0.94-0.975-0.94-0.255 0-0.635 0.245-1.139 0.739l-1.885 2.239-2.625 3.772-3.358 5.337-6.398 11.010-5.163 9.391-5.875 11.070-18.529 36.258-6.872 12.888c-17.535 31.932-29.204 44.642-46.13 44.642-16.807 0-29.399-13.758-47.142-44.657l-7.394-13.281-21.612-40.764-8.251-15.005-9.66-16.714-3.261-5.21-1.088-1.526c-0.108-0.126-0.179-0.189-0.213-0.189l-0.272-0.068-0.511-0.818c-0.102-0.133-0.244-0.157-0.523 0.085l-1.343 1.676-2.74 4.197-70.794 118.128-0.16-55.808 27.766-46.845 2.55-4.147 6.764-10.58 7.014-10.268c12.197-16.98 21.088-23.996 32.242-23.996l3.63 0.112c9.588 0.672 15.666 4.692 26.038 21.304l5.121 8.595 5.901 10.585c1.058 1.941 2.156 3.974 3.296 6.102l25.1 47.586 6.68 11.972c5.268 9.13 9.832 16.202 14.010 21.618 1.463 1.896 2.808 3.482 3.983 4.78l3.979 3.975 0.882 0.717c0.543 0 1.415-0.608 2.581-1.812l2.718-3.198 3.449-4.764 4.122-6.307 4.738-7.829 5.297-9.328c0.926-1.678 1.873-3.418 2.84-5.219l11.52-22.39 12.92-25.337 6.18-11.632 5.508-9.807c13.042-22.353 21.052-28.921 33.537-29.655l2.57-0.074z"],"tags":["image-broken-D"]},"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60099,"codes":[60099,60100,60101],"id":378,"name":"image-broken-D","order":853,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":267},{"icon":{"attrs":[{"fill":"rgb(30, 47, 39)"},{"fill":"rgb(0, 143, 77)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002z","M456.256 449.632h-44.384l73.184 100.512-79.168 112.64h41.984l58.784-88.416 58.752 88.416h45.6l-82.784-115.040 73.184-98.112h-41.984l-52.768 75.104-50.4-75.104z"],"tags":["excel-D"]},"attrs":[{"fill":"rgb(30, 47, 39)"},{"fill":"rgb(0, 143, 77)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60102,"codes":[60102,60103,60104],"id":377,"name":"excel-D","order":854,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":268},{"icon":{"attrs":[{"fill":"rgb(67, 32, 31)"},{"fill":"rgb(222, 73, 68)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256h152.062l177.628 153.106v289.894c0 19.368-6.614 35.71-19.838 49.026s-29.456 19.974-48.692 19.974h-261.16c-19.236 0-35.466-6.658-48.692-19.974s-19.838-29.656-19.838-49.026v-374c0-19.368 6.614-35.71 19.838-49.026s29.454-19.974 48.692-19.974v0z","M486.67 343.928c10.514-3.536 21.336-0.848 28.814 7.192v0l1.56 1.828 1.538 2.096c8.38 12.398 11.202 33.608 8.952 64.638-0.972 13.448-5.31 31.202-12.896 52.938v0l1.31 1.606 30.7 38.418 8.554 10.48 7.562 8.984 8.334 9.506 5.442-0.114 5.416-0.038c51.62 0 86.564 10.886 98.404 31.39 5.296 9.17 5.408 19.606 0.276 28.496-6.308 10.928-19.25 17.672-35.070 18.514v0l-3.278 0.086-4.144-0.134c-2.784-0.176-5.608-0.528-8.434-1.052-20.89-3.856-43.42-19.186-70.688-47.894-6.59 0.378-13.358 0.902-20.188 1.566-24.568 2.36-51.368 7.108-76.79 15.004v0l-5.844 10.352-2.916 5.036c-20.378 34.898-40.188 62.28-56.086 72.67-7.604 4.954-15.456 7.894-23.096 8.568v0l-3.090 0.134-2.576-0.096-2.498-0.284c-9.832-1.508-17.674-7.432-21.344-16.462-6.91-16.958 2.682-39.414 25.652-61.842 17.468-17.064 41.674-31.092 72.002-41.784 15.618-29.088 29.982-60.084 40.22-86.786v0l-2.57-4.282-2.42-4.38c-17.194-32.47-22.242-72.1-13.81-97.97 4.788-14.69 13.052-23.046 23.002-26.384zM417.648 606.024l-5.238 3.082-4.968 3.186c-6.442 4.318-12.162 8.914-17.14 13.774-13.474 13.164-19.366 24.366-19.344 29.106l0.048 0.298 1.412-0.12 1.59-0.352c2.224-0.62 4.832-1.836 7.464-3.554 7.522-4.914 19.644-19.89 33.548-41.326l2.628-4.094zM600.296 570.732l3.326 2.762 3.566 2.808c10.546 8.048 19.75 12.738 27.714 14.212l2.518 0.39 2.374 0.232 2.486 0.084 2.146-0.068c4.866-0.318 8.698-1.682 10.48-3.192l0.634-0.654-0.774-1.14-0.97-1.096c-6.142-6.188-23.174-11.904-49.086-14.020l-4.414-0.318zM502.714 503.608l-4.082 9.604c-5.604 12.932-11.834 26.322-18.456 39.654 19.030-4.37 37.784-7.25 54.994-8.942l-4.836-5.828-10.88-13.44-16.74-21.048zM495.12 371.568l-0.656 0.66-0.702 0.928c-0.954 1.41-1.966 3.492-2.806 6.074-4.712 14.448-3.132 37.072 4.338 58.414 1.982-7.872 3.188-14.612 3.578-20.034 1.846-25.48-0.048-39.378-3.186-45.114l-0.566-0.928z"],"tags":["pdf-D"]},"attrs":[{"fill":"rgb(67, 32, 31)"},{"fill":"rgb(222, 73, 68)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60105,"codes":[60105,60106,60107],"id":376,"name":"pdf-D","order":855,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":269},{"icon":{"attrs":[{"fill":"rgb(67, 38, 31)"},{"fill":"rgb(213, 88, 60)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062z","M536.204 413.946c13.626 0 25.448 1.818 35.468 5.45s18.636 8.676 25.85 15.132c7.214 7.262 12.424 15.738 15.63 25.42s4.808 20.982 4.808 33.894c0 12.106-1.602 23.202-4.808 33.288s-8.416 18.764-15.63 26.026c-7.214 6.456-15.83 11.5-25.85 15.132s-21.842 5.448-35.468 5.448h-82.96v110.158h-30.058v-269.948h113.018zM524.18 444.21h-70.936v99.264l70.936-0.002c9.62 0 18.234-1.010 25.85-3.026s13.828-5.044 18.636-9.078c4.81-4.842 8.216-10.29 10.22-16.342s3.006-13.114 3.006-21.184c0-8.070-1.002-15.13-3.006-21.184s-5.412-11.5-10.22-16.342c-4.81-4.036-11.022-7.064-18.636-9.080s-16.232-3.026-25.85-3.026v0z"],"tags":["ppt-D"]},"attrs":[{"fill":"rgb(67, 38, 31)"},{"fill":"rgb(213, 88, 60)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60108,"codes":[60108,60109,60110],"id":375,"name":"ppt-D","order":856,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":270},{"icon":{"attrs":[{"fill":"rgb(34, 47, 66)"},{"fill":"rgb(65, 105, 161)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062z","M544.288 656.96l-38.464-154.944h-1.184l-39.68 154.944h-33.664l-62.528-196.128h34.88l44.48 161.024 39.68-161.024h34.848l40.896 161.024 44.48-161.024h32.448l-61.312 196.128z"],"tags":["doc-D"]},"attrs":[{"fill":"rgb(34, 47, 66)"},{"fill":"rgb(65, 105, 161)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60111,"codes":[60111,60112,60113],"id":374,"name":"doc-D","order":857,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":271},{"icon":{"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M711.11 227.556c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332h398.222z","M665.372 313.194l-256 56.894c-6.514 1.452-11.15 7.226-11.15 13.882v225.016c-11.918-7.226-26.596-11.664-42.668-11.664-39.196 0-71.11 25.518-71.11 56.894s31.916 56.894 71.11 56.894c39.196 0 71.11-25.518 71.11-56.894v-173.498l227.556-50.58v121.952c-11.918-7.226-26.596-11.664-42.668-11.664-39.226 0-71.11 25.518-71.11 56.894s31.886 56.894 71.11 56.894c39.226 0 71.11-25.518 71.11-56.894v-270.248c0-4.324-1.934-8.392-5.318-11.094-3.328-2.702-7.708-3.642-11.976-2.788l0.004 0.004z"],"tags":["default-music-D"]},"attrs":[{"fill":"rgb(34, 43, 66)"},{"fill":"rgb(53, 106, 253)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60114,"codes":[60114,60115,60116],"id":373,"name":"default-music-D","order":858,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":272},{"icon":{"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572z","M556.578 468.27l95.572 186.244-121.25-0.020 0.396 0.494h-164.294l70.7-124.658 49.988 66.594 68.888-128.654zM440.89 398.222c23.564 0 42.668 19.104 42.668 42.668s-19.104 42.668-42.668 42.668c-23.564 0-42.668-19.104-42.668-42.668s19.104-42.668 42.668-42.668z"],"tags":["image-preview-D"]},"attrs":[{"fill":"rgb(48, 50, 58)"},{"fill":"rgb(143, 145, 153)"},{"fill":"rgb(241, 241, 241)"}],"properties":{"code":60117,"codes":[60117,60118,60119],"id":372,"name":"image-preview-D","order":859,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":273},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768zM896 352h-768v448c0 17.674 14.326 32 32 32h704c17.674 0 32-14.326 32-32v-448zM310.628 425.372l135.764 135.764c12.498 12.496 12.498 32.758 0 45.254l-135.764 135.764c-12.498 12.496-32.758 12.496-45.254 0s-12.498-32.758 0-45.254l113.138-113.138-113.138-113.138c-12.498-12.498-12.498-32.758 0-45.254s32.758-12.498 45.254 0v0.002zM736 672c17.674 0 32 14.326 32 32s-14.326 32-32 32h-192c-17.674 0-32-14.326-32-32s14.326-32 32-32h192zM864 192h-704c-17.674 0-32 14.326-32 32v64h768v-64c0-17.674-14.326-32-32-32z"],"tags":["code_snippets"]},"attrs":[{}],"properties":{"code":60168,"id":456,"name":"code_snippets","order":860,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":274},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M816 544c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80s-35.817 80-80 80zM656 320c-21.217 0-41.566-8.429-56.569-23.431s-23.431-35.351-23.431-56.569c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80zM288 240c0-21.217 8.429-41.566 23.431-56.569s35.351-23.431 56.569-23.431c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80zM208 544c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80s-35.817 80-80 80zM512 64c-247.424 0-448 200.576-448 448s200.576 448 448 448c41.237 0 74.667-33.429 74.667-74.667 0-19.413-7.467-36.836-19.413-49.778-11.449-13.44-18.916-30.862-18.916-49.778 0-41.237 33.429-74.667 74.667-74.667h88.107c66.009 0 129.315-26.222 175.991-72.898s72.898-109.982 72.898-175.991c0-220.018-200.604-398.222-448-398.222z"],"tags":["theme"]},"attrs":[{}],"properties":{"code":60120,"id":370,"name":"theme","order":861,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":275},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M252.987 128h518.025c68.975 0 124.987 56.118 124.987 125.221v233.105c0 91.52-86.72 148.874-149.522 167.425 28.238 53.335 72.369 134.187 132.548 242.249h-203.683l-134.4-233.127h-8.795c-15.276 0-51.304-7.779-51.304-23.083v-159.602h255.398v-194.777h-449.613v333.43c0 59.364 57.244 172.655 146.896 277.16h-203.683c-74.838-54.881-101.842-167.116-101.842-233.127v-409.652c0-69.103 56.013-125.221 124.987-125.221z"],"tags":["rc_cloud_contact"]},"attrs":[{}],"properties":{"code":60033,"id":368,"name":"rc_cloud_contact","order":862,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":276},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-640.434v-832h640.434zM191.059 96v832h-63.059c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h63.059zM767.844 544.451h-320.43c-35.346 0-64 28.654-64 64v0 161.5h448.43v-161.5c0-35.346-28.654-64-64-64v0zM608 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["partner_cloud_contact"]},"attrs":[{}],"properties":{"code":60034,"id":369,"name":"partner_cloud_contact","order":863,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":277},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M711.111 199.111c47.128 0 85.333 38.205 85.333 85.333v68.892l101.437-53.508c30.671-6.816 61.059 12.523 67.875 43.193 0.9 4.052 1.355 8.19 1.355 12.341v313.274c0 31.419-25.47 56.889-56.889 56.889-4.151 0-8.289-0.454-12.341-1.355l-101.437-53.536v68.921c0 47.128-38.205 85.333-85.333 85.333h-568.889c-47.128 0-85.333-38.205-85.333-85.333v-455.111c0-47.128 38.205-85.333 85.333-85.333h568.889zM711.111 256h-568.889c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v455.111c0 14.587 10.981 26.61 25.127 28.253l3.317 0.191h568.889c14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-455.111c0-14.587-10.981-26.61-25.127-28.253l-3.317-0.191zM910.222 355.363l-113.778 60.049v193.175l113.778 60.049v-313.274zM426.667 369.778c15.709 0 28.444 12.735 28.444 28.444v85.333h85.333c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-85.333v85.333c0 15.709-12.735 28.444-28.444 28.444s-28.444-12.735-28.444-28.444v-85.362l-85.333 0.028c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444l85.333-0.028v-85.305c0-15.709 12.735-28.444 28.444-28.444z"],"tags":["start_meeting"]},"attrs":[{}],"properties":{"code":60028,"id":365,"name":"start_meeting","order":864,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":278},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M796.444 170.667c47.128 0 85.333 38.205 85.333 85.333v512c0 47.128-38.205 85.333-85.333 85.333h-568.889c-47.128 0-85.333-38.205-85.333-85.333v-512c0-47.128 38.205-85.333 85.333-85.333h568.889zM824.889 426.667h-625.778v341.333c0 14.587 10.981 26.61 25.127 28.253l3.317 0.191h568.889c14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-341.333zM483.556 654.222c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-170.667c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444h170.667zM711.111 512c15.709 0 28.444 12.735 28.444 28.444s-12.735 28.444-28.444 28.444h-398.222c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444h398.222zM796.444 227.556h-568.889c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v113.778h625.778v-113.778c0-14.587-10.981-26.61-25.127-28.253l-3.317-0.191z"],"tags":["schedule_meeting"]},"attrs":[{}],"properties":{"code":60030,"id":364,"name":"schedule_meeting","order":865,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":279},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M881.778 170.667c47.128 0 85.333 38.205 85.333 85.333v512c0 47.128-38.205 85.333-85.333 85.333h-625.778c-47.128 0-85.333-38.205-85.333-85.333v-142.222h56.889v142.222c0 14.587 10.981 26.61 25.127 28.253l3.317 0.191h625.778c14.587 0 26.61-10.981 28.253-25.127l0.191-3.317v-512c0-14.587-10.981-26.61-25.127-28.253l-3.317-0.191h-625.778c-14.587 0-26.61 10.981-28.253 25.127l-0.191 3.317v142.222h-56.889v-142.222c0-47.128 38.205-85.333 85.333-85.333h625.778zM403.103 362.876l115.799 115.799c2.31 2.31 4.14 4.919 5.489 7.702 9.492 4.603 16.053 14.347 16.053 25.623s-6.561 21.020-16.074 25.621c-1.328 2.785-3.158 5.393-5.468 7.704l-115.799 115.799c-11.108 11.108-29.118 11.108-40.227 0s-11.108-29.118 0-40.227l80.431-80.468-357.973 0.015c-15.709 0-28.444-12.735-28.444-28.444s12.735-28.444 28.444-28.444l357.973-0.015-80.431-80.438c-11.108-11.108-11.108-29.118 0-40.227s29.118-11.108 40.227 0z"],"tags":["join_meeting"]},"attrs":[{}],"properties":{"code":60031,"id":363,"name":"join_meeting","order":866,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":280},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-448c0-35.346 28.654-64 64-64h576zM640 256h-512c-17.673 0-32 14.327-32 32v384c0 17.673 14.327 32 32 32h128c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h128c17.673 0 32-14.327 32-32v-384c0-17.673-14.327-32-32-32zM960 275.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378zM928 359.554l-96 48v144.892l96 48v-240.892zM416 512c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32h224zM576 384c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32h384z"],"tags":["video_and_message"]},"attrs":[{}],"properties":{"code":60032,"id":362,"name":"video_and_message","order":867,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":281},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 160c33.739 0 61.381 26.108 63.824 59.224l0.176 4.776v576h64c17.674 0 32 14.326 32 32 0 16.412-12.353 29.936-28.268 31.785l-3.732 0.215h-960c-17.674 0-32-14.326-32-32 0-16.412 12.353-29.936 28.268-31.785l3.732-0.215h64v-576c0-33.739 26.108-61.381 59.224-63.824l4.776-0.176h704zM864 224h-704v576h704v-576zM531.618 326.712l3.010 2.662 149.020 149.020c12.496 12.498 12.496 32.758 0 45.256-11.534 11.534-29.688 12.424-42.24 2.662l-3.014-2.662-94.418-94.4 0.028 242.752c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.026-242.752-94.366 94.398c-12.498 12.496-32.758 12.496-45.254 0-11.536-11.534-12.424-29.688-2.662-42.24l2.662-3.014 149.020-149.020c11.536-11.536 29.686-12.424 42.24-2.662z"],"tags":["screenshare_border"]},"attrs":[{}],"properties":{"code":59839,"id":361,"name":"screenshare_border","order":868,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":282},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v576h-64c-17.674 0-32 14.326-32 32s14.326 32 32 32h960c17.674 0 32-14.326 32-32s-14.326-32-32-32h-64v-576c0-35.346-28.654-64-64-64zM534.628 329.374l149.020 149.020c12.496 12.498 12.496 32.758 0 45.256-11.534 11.534-29.688 12.424-42.24 2.662l-3.014-2.662-94.418-94.4 0.028 242.752c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.026-242.752-94.366 94.398c-12.498 12.496-32.758 12.496-45.254 0-11.536-11.534-12.424-29.688-2.662-42.24l2.662-3.014 149.020-149.020c11.536-11.536 29.686-12.424 42.24-2.662l3.010 2.662z"],"tags":["screenshare"]},"attrs":[{}],"properties":{"code":60026,"id":360,"name":"screenshare","order":869,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":283},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 256c-148.76 0-268.798 101.104-268.798 231.198l0.092 6.11c1.918 63.010 33.376 123.586 85.422 166.538l5.644 4.514-0.254 0.77c-3.658 10.236-10.354 23.942-21.486 43.506l-15.568 25.428c-7.36 12.030 1.228 27.534 15.254 27.534h31.722l6.392-0.102c44.372-1.44 81.098-17.822 109.184-41.75l0.916-0.816 8.846 1.39c14.514 2.066 28.568 3.116 42.638 3.116 147.726 0 268.798-105.334 268.798-236.236 0-130.58-119.746-231.2-268.798-231.2v0h-0.004z"],"tags":["sms-default"]},"attrs":[{}],"properties":{"code":59838,"codes":[59838,59839],"id":345,"name":"sms-default","order":870,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":284},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M755.2 406.4c0 19.060-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.058 0-35.568-6.97-49.504-20.908s-20.908-30.448-20.908-49.51c0-19.060 6.97-35.57 20.908-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51zM403.226 406.4c0 19.060-6.968 35.57-20.906 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.060 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.060 0 35.568 6.97 49.504 20.908s20.906 30.448 20.906 49.51zM579.212 723.182c0 19.062-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.062 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51zM755.2 617.6c0 19.062-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.058 0-35.568-6.97-49.504-20.908s-20.908-30.448-20.908-49.51c0-19.062 6.97-35.57 20.908-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51zM403.226 617.6c0 19.062-6.968 35.57-20.906 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.062 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.060 0 35.568 6.97 49.504 20.908s20.906 30.448 20.906 49.51zM579.212 300.818c0 19.060-6.97 35.57-20.908 49.51s-30.446 20.908-49.504 20.908c-19.060 0-35.568-6.97-49.504-20.908s-20.906-30.448-20.906-49.51c0-19.060 6.968-35.57 20.906-49.51s30.446-20.908 49.504-20.908c19.058 0 35.568 6.97 49.504 20.908s20.908 30.448 20.908 49.51v0z"],"tags":["team-default"]},"attrs":[{}],"properties":{"code":60024,"codes":[60024,60026],"id":344,"name":"team-default","order":871,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":285},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M428.438 256.61c67.264 5.85 108.206 38.022 127.212 65.802 32.168 40.942 36.558 90.658 32.168 114.056-3.796 27.838-4.308 65.538-4.376 80.866l-0.010 9.792 1.51 4.682c3.72 12.174 6.244 27.352-1.51 59.658-8.77 40.942-23.396 64.336-32.168 73.11 0 27.784-8.77 54.102-17.548 73.11-4.384 17.548-13.158 36.558-13.158 54.104l0.018 9.342c0.090 14.052 0.668 14.052 4.37 14.052 64.338 17.548 163.77 54.102 204.712 73.11 13.21 6.004 33.298 22.020 44.918 33.224-75.746 48.654-165.864 76.88-262.574 76.88-134.33 0-255.938-54.452-343.962-142.49l7.43-4.168 10.358-3.81c36.43-13.308 74.454-26.198 105.16-34.21l1.19-0.024c3.2-0.212 3.2-2.316 3.2-23.374 0-27.784-4.388-40.942-8.772-54.104l-1.182-4.594c-4.636-17.584-12.342-43.048-16.366-68.516l-1.292-1.352c-8.86-9.688-22.522-32.764-30.876-71.76-8.772-36.554-4.388-49.716 0-64.336v-4.386c0-8.774-4.388-49.716-8.772-86.272-4.388-23.396 0-73.112 32.168-114.056 17.548-27.784 58.488-58.488 127.214-64.336h40.938zM624.376 203.966c68.724 4.386 109.668 36.558 127.216 64.34 32.168 40.942 36.554 90.658 32.168 114.056-4.014 29.43-4.354 69.88-4.384 83.27l-0.004 7.392 1.51 4.682c3.72 12.174 6.244 27.354-1.51 59.658-8.774 40.94-23.396 64.336-32.168 73.11 0 27.784-8.772 54.102-17.548 73.112-4.386 17.548-13.158 36.556-13.158 54.102l0.018 9.342c0.090 14.052 0.668 14.052 4.366 14.052 45.364 12.372 116.26 41.702 165.9 60.966-27.046 32.664-58.278 61.726-92.874 86.374-10.712-10.44-29.106-23.89-35.010-27.432l-31.116-13.426c-50.438-21.588-126.626-53.12-180.908-68.458l-1.222-0.020c-4.13-0.188-8.478-2.24-3.162-24.842 1.462-10.236 5.848-17.548 10.236-27.784l1.732-4.754c7.092-19.136 15.816-39.9 15.816-66.898l1.422-1.478c10.13-10.928 23.832-34.146 32.21-76.022 10.236-38.020 4.386-52.64 0-67.264l0.066-18.014c0.198-19.412 1.012-53.116 4.322-78.492 4.388-24.858 0-77.5-33.63-121.368-16.086-23.394-49.716-52.642-99.436-65.8 21.936-20.472 58.488-38.020 108.204-42.404h40.944z"],"tags":["group-default"]},"attrs":[{}],"properties":{"code":60027,"codes":[60027,60028],"id":343,"name":"group-default","order":872,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":286},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M537.602 181.136c52.258 0.056 101.528 24.956 133.378 67.398 26.436 34.334 38.58 77.966 33.792 121.418-3.122 30.84-4.576 61.832-4.35 92.834v4.456c7.014 21.892 7.014 45.504 0 67.396-5.86 28.852-18.418 55.842-36.606 78.674-0.37 27.394-6.942 54.324-19.2 78.674-6.924 18.894-11.816 38.504-14.592 58.48l0.002 4.976c0.024 18.886 0.326 18.886 4.35 18.886 70.010 21.192 148.598 56.76 216.424 86.668-87.586 85.038-207.076 137.396-338.798 137.396-133.918 0-255.196-54.12-343.154-141.682 0.676-0.358 1.314-0.688 1.902-0.688 68.15-31.072 151.092-62.472 222.724-83.79l0.62-0.004c3.734-0.058 3.734-1.19 3.734-23.862 0.322-19.856-2.62-39.624-8.702-58.48-4.354-19.668-14.592-47.99-19.2-78.674-17.214-23.068-28.718-50.058-33.538-78.674-7.354-21.832-7.354-45.562 0-67.396v-2.358c0-8.916-4.608-54.024-8.96-92.834-4.786-43.452 7.356-87.086 33.792-121.418 32.028-42.358 81.332-67.224 133.632-67.396h42.75z"],"tags":["user-default"]},"attrs":[{}],"properties":{"code":60029,"codes":[60029,60030],"id":342,"name":"user-default","order":873,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":287},{"icon":{"attrs":[{}],"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M707.776 785.216l25.456 62.735c7.811 19.268-1.476 41.22-20.744 49.032-17.892 7.253-38.098-0.237-47.147-16.771l-1.884-3.974-12.992-33.711 57.312-57.312zM446.314 143.211l2.55 4.027 2.023 4.263 134.008 330.546-56.704 56.704-112.192-272.968-144.241 342.72 186.705-0.024-63.424 63.424-156.608 0.030-69.888 204.305c-7.253 17.892-26.7 27.178-44.868 22.159l-4.164-1.415c-17.892-7.253-27.178-26.7-22.159-44.868l1.415-4.164 282.344-696.449c11.462-28.273 48.701-31.037 65.202-8.291zM824.715 363.771l3.595 2.113 3.182 2.432 1.999 1.759 72.232 65.994c12.181 9.237 17.159 24.488 13.195 38.515l-1.304 3.789-1.702 3.478-2.849 4.946-369.066 374.137c-4.188 4.205-9.103 7.646-15.586 10.531l-5.169 2.063-4.763 1.312-94.598 21.158h-3.441l-3.96-0.108c-13.981-1.169-25.692-10.101-30.35-22.472l-1.092-3.456-0.785-4.593-0.467-5.392 16.774-93.070c1.094-5.798 3.252-11.344 7.066-17.257l3.18-4.513 3.131-3.513 368.374-373.55c12.063-9.82 28.897-11.285 42.405-4.304zM707.177 528.429l-247.835 251.378-9.122 50.621 52.143-11.63 245.934-249.249-41.12-41.12zM807.686 426.5l-55.58 56.329 41.152 41.152 57.48-58.229-43.051-39.252z"],"tags":["rich_text_editor"]},"attrs":[{}],"properties":{"code":60037,"id":338,"name":"rich_text_editor","order":874,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":288},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M926.099 138.934l-277.321 768c-9.747 26.992-47.354 28.499-59.23 2.373l-134.284-295.356 233.873-233.834-45.255-45.255-233.866 233.841-295.257-134.185c-26.126-11.875-24.619-49.483 2.373-59.23l768-277.321c25.494-9.206 50.172 15.472 40.966 40.966z"],"tags":["send_filled"]},"attrs":[{}],"properties":{"code":60038,"id":331,"name":"send_filled","order":875,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":289},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM736 288h-448c-17.673 0-32 14.327-32 32v0 288c0 17.673 14.327 32 32 32v0h89.373c4.244 0 8.314 1.687 11.314 4.687v0l114.263 178.262c4.999 4.998 13.104 4.998 18.102 0v0l114.262-178.262c3-3.002 7.070-4.687 11.313-4.687v0h89.373c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0z"],"tags":["cloud_contact"]},"attrs":[{}],"properties":{"code":60039,"id":330,"name":"cloud_contact","order":876,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":290},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M416 544c55.117 0 107.682 10.361 154.594 29.011-13.868 16.768-25.614 35.299-34.872 55.22-36.428-12.992-76.988-20.231-119.722-20.231-150.678 0-274.33 89.999-286.941 204.653-1.586 14.422 10.729 19.348 16.623 19.349l384.939 0.030c9.402 23.217 22.111 44.742 37.543 63.989l-440.164-0.019c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM928 832c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32h256zM800 704c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128zM928 576c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32h256zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["nickname"]},"attrs":[{}],"properties":{"code":60025,"id":329,"name":"nickname","order":877,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":291},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M533.748 43.506c15.008 25.381 63.988 111.124 63.988 148.361 0 20.493-7.282 39.322-19.405 54.054 15.693 13.794 25.615 34.004 25.615 56.48l-0.010 240.862h68.448l0.023-90.045c0-22.477 9.922-42.687 25.633-56.514-12.14-14.699-19.422-33.528-19.422-54.021 0-37.238 48.98-122.98 63.988-148.361 9.069-15.342 34.428-15.342 43.496 0 15.008 25.381 63.988 111.124 63.988 148.361 0 19.838-6.825 38.117-18.258 52.63 18.548 13.813 31.315 34.645 31.315 57.904l-0.010 90.045 42.868 0.002c41.747 0 76.435 24.925 76.435 66.508l-48.359 213.267 32.684 0.022c8.958 0 17.251 4.738 21.773 12.433 4.534 7.695 4.621 17.22 0.234 25.001l-41.387 118.666c-4.461 7.929-12.876 12.838-22.007 12.838h-822.238c-9.131 0-17.546-4.909-22.007-12.838l-45.902-118.666c-4.387-7.781-4.3-17.306 0.234-25.001 4.522-7.695 12.815-12.433 21.773-12.433l31.308-0.022-46.983-213.267c0-41.582 33.23-66.508 74.977-66.508l44.103-0.002 0.001-90.045c0-23.273 12.848-44.115 31.482-57.958-11.407-14.511-18.212-32.766-18.212-52.576 0-37.238 48.98-122.98 63.988-148.361 9.069-15.342 34.428-15.342 43.496 0 15.008 25.381 63.988 111.124 63.988 148.361 0 20.493-7.282 39.322-19.405 54.054 15.693 13.794 25.615 34.004 25.615 56.48l-0.009 90.045h68.448l0.022-240.862c0-22.477 9.922-42.687 25.633-56.514-12.14-14.699-19.422-33.528-19.422-54.021 0-37.238 48.98-122.98 63.988-148.361 9.069-15.342 34.428-15.342 43.496 0zM937.526 864h-851.052l26.84 62.809h792.69l31.522-62.809zM757.576 717.681l-36.017 35.888c-23.030 22.927-60.513 22.915-83.543 0.012l-36.029-35.9c-3.376-3.338-8.835-3.338-12.186 0l-36.029 35.888c-11.151 11.107-25.987 17.232-41.771 17.232s-30.62-6.124-41.771-17.232l-36.029-35.888c-3.327-3.314-8.81-3.338-12.186 0l-36.017 35.888c-23.042 22.927-60.525 22.915-83.543 0.012l-36.029-35.9c-3.376-3.338-8.835-3.338-12.186 0l-36.029 35.888c-23.042 22.951-60.501 22.951-83.543 0l-7.977-7.969 13.696 53.744h737.537l13.694-48.080-2.281 2.305c-23.030 22.927-60.513 22.927-83.543 0l-36.029-35.888c-3.327-3.314-8.81-3.338-12.186 0zM905.284 609.773h-789.467c-13.911 0-23.786-13.857-23.786 0l18.857 73.973c6.339-7.307 14.527-10.489 23.445-1.597l36.017 35.875c3.352 3.338 8.823 3.338 12.174 0l36.029-35.888c23.030-22.939 60.501-22.964 83.555 0l36.017 35.888c3.352 3.338 8.823 3.351 12.199-0.012l36.005-35.875c23.042-22.951 60.513-22.951 83.555 0l36.029 35.888c4.387 4.345 7.787 4.345 12.174 0l36.029-35.888c23.030-22.939 60.501-22.964 83.555 0l36.017 35.888c3.352 3.338 8.823 3.351 12.199-0.012l36.005-35.875c23.042-22.951 60.513-22.951 83.555 0l36.029 35.888c3.352 3.338 8.81 3.351 12.186-0.012l36.017-35.875c6.618-6.599 14.389-5.287 21.789-0.434l20.5-71.93c0-13.857-12.774 0-26.685 0zM528.24 277.266h-32.481c-13.911 0-18.296 11.279-18.296 25.136l-0.729 240.863h70.531l0.729-240.863c0-13.857-5.843-25.136-19.754-25.136zM275.887 428.083h-32.481c-13.911 0-18.296 11.279-18.296 25.136l-0.729 90.047h62.88v-90.047c0-13.857 2.537-25.136-11.375-25.136zM780.594 428.083h-32.481c-13.911 0-12.066 11.279-12.066 25.136v90.047h63.572l0.729-90.047c0-13.857-5.843-25.136-19.754-25.136zM259.647 258.758c-19.358 36.612-35.265 72.327-35.265 83.926 0 19.368 15.821 35.127 35.265 35.127s35.265-15.759 35.265-35.127c0-11.598-15.908-47.314-35.265-83.926zM764.353 258.758c-19.358 36.612-35.265 72.327-35.265 83.926 0 19.368 15.821 35.127 35.265 35.127s35.265-15.759 35.265-35.127c0-11.598-15.908-47.314-35.265-83.926zM512 107.942c-19.358 36.612-35.265 72.327-35.265 83.926 0 19.368 15.821 35.127 35.265 35.127s35.265-15.759 35.265-35.127c0-11.598-15.908-47.314-35.265-83.926z"],"tags":["birthday"]},"attrs":[{}],"properties":{"code":60017,"id":328,"name":"birthday","order":878,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":292},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M975.705 393.426l-446.272-325.457c-10.93-5.292-23.227-5.292-34.157 0l-446.272 325.457c-16.395 9.261-21.861 29.106-12.297 44.982s30.058 21.168 46.454 11.907l45.444-31.752v507.171c0 18.522 15.029 33.075 34.157 33.075h698.279c19.128 0 34.157-14.553 34.157-33.075v-507.171l44.983 31.752c5.465 2.646 10.93 3.969 16.395 3.969 12.297 0 23.227-5.292 30.058-17.199 10.93-14.553 4.099-34.398-10.93-43.659zM384.755 896v-352h254.948v352h-254.948zM831.964 896h-128.021v-379.497c0-18.522-15.029-33.075-34.157-33.075h-315.712c-19.128 0-34.157 14.553-34.157 33.075v379.497h-126.974v-515.804l318.728-244.755 320.293 244.755v515.804z"],"tags":["address"]},"attrs":[{}],"properties":{"code":60018,"id":327,"name":"address","order":879,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":293},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM384 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM896 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256z"],"tags":["apps"]},"attrs":[{}],"properties":{"code":60019,"id":326,"name":"apps","order":880,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":294},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM928 576c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM352 640h-256v256h256v-256zM928 640h-256v256h256v-256zM640 64c35.346 0 64 28.654 64 64v256c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h256zM640 128h-256v256h256v-256z"],"tags":["department"]},"attrs":[{}],"properties":{"code":60020,"id":325,"name":"department","order":881,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":295},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 256c-35.346 0-64 28.654-64 64v0 128h-128c-35.346 0-64 28.654-64 64s28.654 64 64 64v0h128v128c0 35.346 28.654 64 64 64s64-28.654 64-64v0-128h128c35.346 0 64-28.654 64-64s-28.654-64-64-64v0h-128v-128c0-35.346-28.654-64-64-64z"],"tags":["add_field"]},"attrs":[{}],"properties":{"code":60021,"id":324,"name":"add_field","order":882,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":296},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM630.792 314.009l-118.812 118.803-118.778-118.799c-21.866-21.869-57.32-21.873-79.189-0.007-0.001 0.001-0.002 0.002-0.003 0.003-21.867 21.867-21.867 57.322 0 79.189 0.001 0.001 0.002 0.002 0.003 0.003l118.799 118.778-118.803 118.812c-21.869 21.87-21.868 57.328 0.001 79.198 21.867 21.867 57.32 21.867 79.187 0 0.001-0.002 0.003-0.003 0.004-0.004l118.778-118.806 118.814 118.81c21.87 21.869 57.327 21.869 79.196-0s21.87-57.327 0-79.196l-118.81-118.814 118.806-118.778c21.869-21.864 21.873-57.318 0.009-79.187-0.002-0.002-0.003-0.003-0.004-0.004-21.87-21.87-57.327-21.87-79.198-0.001z"],"tags":["remove_field"]},"attrs":[{}],"properties":{"code":60022,"id":323,"name":"remove_field","order":883,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":297},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 64c35.346 0 64 28.654 64 64v64h128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h128v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64h256v-64c0-35.346 28.654-64 64-64zM704 640h-384c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v128h512v-128c0-35.346-28.654-64-64-64zM512 320c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["contacts_and_calendars"]},"attrs":[{}],"properties":{"code":60023,"id":322,"name":"contacts_and_calendars","order":884,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":298},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M529.059 160.033c14.912-0.655 28.982 8.411 34.205 23.002v0l232.921 650.666c0.271 0.758 0.512 1.528 0.72 2.306 4.214 15.726-5.119 31.891-20.845 36.104-17.466 4.68-35.6-4.822-41.695-21.846v0l-68.034-190.040c-1.702 0.28-3.449 0.425-5.229 0.425l-273.71-0.011-67.841 189.626c-6.094 17.024-24.229 26.526-41.695 21.846-15.726-4.214-25.059-20.378-20.845-36.104 0.208-0.778 0.449-1.547 0.72-2.306l232.921-650.666c5.469-15.278 20.636-24.497 36.313-22.845zM643.552 596.64l-116.608-325.824-116.64 325.824h233.248z"],"tags":["text"]},"attrs":[{}],"properties":{"code":60000,"id":321,"name":"text","order":885,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":299},{"icon":{"attrs":[{"fill":"rgb(255, 136, 0)"}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.746c-8.486 0-16.626 3.37-22.626 9.374l-100.524 100.524c-9.996 9.996-26.206 9.996-36.204 0l-100.526-100.524c-6-6-14.14-9.374-22.628-9.374h-242.746c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768z"],"tags":["rc_contact"]},"attrs":[{"fill":"rgb(255, 136, 0)"}],"properties":{"code":60001,"id":320,"name":"rc_contact","order":886,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":300},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(248, 248, 248)"},{"fill":"rgb(226, 55, 54)"},{"fill":"rgb(244, 242, 242)"},{"fill":"rgb(33, 33, 33)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M274.286 128h475.429c80.791 0 146.286 65.494 146.286 146.286v475.429c0 80.791-65.494 146.286-146.286 146.286h-475.429c-80.791 0-146.286-65.494-146.286-146.286v-475.429c0-80.791 65.494-146.286 146.286-146.286z","M274.286 128h475.429c80.791 0 146.286 65.494 146.286 146.286v475.429c0 80.791-65.494 146.286-146.286 146.286h-475.429c-80.791 0-146.286-65.494-146.286-146.286v-475.429c0-80.791 65.494-146.286 146.286-146.286z","M274.286 128h475.429c80.791 0 146.286 65.494 146.286 146.286v84.114h-768v-84.114c0-80.791 65.494-146.286 146.286-146.286z","M396.646 295.029c8.192 0 14.694-1.254 19.507-3.763s8.499-5.632 11.059-9.37c2.56-3.738 4.198-7.757 4.915-12.058s1.075-8.243 1.075-11.827v-75.11h-24.115v74.035c0 1.946-0.077 3.968-0.23 6.067s-0.614 4.045-1.382 5.837c-0.768 1.792-2.022 3.251-3.763 4.378s-4.198 1.69-7.373 1.69c-2.867 0-5.197-0.461-6.989-1.382s-3.2-2.176-4.224-3.763c-1.024-1.587-1.741-3.507-2.15-5.76s-0.614-4.71-0.614-7.373v-4.915h-21.811v9.523c0 6.042 1.024 11.187 3.072 15.437s4.762 7.731 8.141 10.445c3.379 2.714 7.219 4.71 11.52 5.99s8.755 1.92 13.363 1.92zM508.314 295.029c14.643 0 26.112-3.61 34.406-10.829s12.442-18.253 12.442-33.101v-68.198h-24.115v68.198c0 8.192-1.638 14.208-4.915 18.048s-9.216 5.76-17.818 5.76c-4.915 0-8.832-0.691-11.75-2.074s-5.197-3.174-6.835-5.376c-1.638-2.202-2.714-4.736-3.226-7.603s-0.768-5.786-0.768-8.755v-68.198h-24.115v68.198c0 14.95 4.070 26.010 12.211 33.178s19.635 10.752 34.483 10.752zM661.146 292.571v-20.275h-53.453v-89.395h-24.115v109.67h77.568z","M420.425 780.8v-324.675h-30.15l-87.525 60.075v31.275l87.075-58.5h0.9v291.825h29.7zM556.325 780.8l148.725-295.875v-28.8h-211.5v27.45h180.675v0.9l-150.525 296.325h32.625z"],"tags":["ical"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(248, 248, 248)"},{"fill":"rgb(226, 55, 54)"},{"fill":"rgb(244, 242, 242)"},{"fill":"rgb(33, 33, 33)"}],"properties":{"code":60227,"codes":[60227,60228,60229,60230,60231],"id":489,"name":"ical","order":887,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":301},{"icon":{"attrs":[{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(255, 61, 0)"},{"fill":"rgb(76, 175, 80)"},{"fill":"rgb(25, 118, 210)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M888.532 436.794h-30.932v-1.594h-345.6v153.6h217.017c-31.661 89.415-116.736 153.6-217.019 153.6-127.239 0-230.4-103.161-230.4-230.4s103.161-230.4 230.4-230.4c58.733 0 112.167 22.156 152.852 58.348l108.614-108.614c-68.582-63.916-160.32-103.333-261.465-103.333-212.064 0-384 171.936-384 384s171.936 384 384 384c212.064 0 384-171.936 384-384 0-25.748-2.651-50.88-7.468-75.206l0.001-0.002z","M172.276 333.268l126.163 92.524c34.139-84.518 116.813-144.192 213.563-144.192 58.732 0 112.167 22.156 152.852 58.348l108.614-108.614c-68.582-63.916-160.32-103.333-261.465-103.333-147.494 0-275.405 83.271-339.726 205.267v-0.001z","M512 896.001c99.188 0 189.312-37.959 257.452-99.687l-118.848-100.569c-38.553 29.204-86.476 46.656-138.604 46.656-99.878 0-184.684-63.686-216.634-152.564l-125.222 96.48c63.552 124.359 192.614 209.683 341.856 209.683v0z","M888.532 436.794h-30.932v-1.594h-345.6v153.6h217.017c-15.206 42.951-42.836 79.988-78.47 106.964 0.020-0.020 0.039-0.020 0.057-0.039l118.848 100.569c-8.409 7.641 126.548-92.293 126.548-284.293 0-25.748-2.651-50.88-7.468-75.206z"],"tags":["google-logo"]},"attrs":[{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(255, 61, 0)"},{"fill":"rgb(76, 175, 80)"},{"fill":"rgb(25, 118, 210)"}],"properties":{"code":60002,"codes":[60002,60003,60004,60005],"id":319,"name":"google-logo","order":888,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":302},{"icon":{"attrs":[{"fill":"rgb(241, 81, 27)"},{"fill":"rgb(128, 204, 40)"},{"fill":"rgb(0, 173, 239)"},{"fill":"rgb(251, 188, 9)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M492.91 492.91h-364.91v-364.91h364.91z","M895.891 492.91h-364.965v-364.91h364.91v364.91z","M492.91 896h-364.91v-364.91h364.91z","M895.891 896h-364.965v-364.91h364.91v364.91z"],"tags":["microsoft-logo"]},"attrs":[{"fill":"rgb(241, 81, 27)"},{"fill":"rgb(128, 204, 40)"},{"fill":"rgb(0, 173, 239)"},{"fill":"rgb(251, 188, 9)"}],"properties":{"code":60006,"codes":[60006,60007,60013,60014],"id":318,"name":"microsoft-logo","order":889,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":303},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.673 0 32 14.327 32 32v128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128.032l0.032 128c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-128h-127.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-128c0-17.673 14.327-32 32-32zM896 160c35.346 0 64 28.654 64 64l0.041 342.714c-18.301-20.745-39.911-38.502-64.004-52.444l-0.037-226.27-326.307 280.441c-34.046 25.631-81.048 25.689-115.153 0.174l-5.016-4.019-26.292-22.548-275.203 255.638c3.698 1.493 7.739 2.314 11.971 2.314l360.068 0.011c5.848 22.715 14.735 44.21 26.202 64.026l-418.27-0.037c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM128 289.024v439.808l246.336-228.682-246.336-211.126zM864 224h-704c-2.817 0-5.549 0.364-8.151 1.047l342.434 293.31c10.605 7.062 24.443 7.132 35.112 0.212l3.43-2.566 339.358-290.948c-2.612-0.689-5.355-1.056-8.184-1.056z"],"tags":["New email"]},"attrs":[{}],"properties":{"code":60015,"id":317,"name":"New-email","order":890,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":304},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M677.818 256c32.133 0 58.182 24.356 58.182 54.4v435.2c0 30.044-26.049 54.4-58.182 54.4h-523.636c-32.133 0-58.182-24.356-58.182-54.4v-435.2c0-30.044 26.049-54.4 58.182-54.4h523.636zM905.143 352c11.722 0 21.383 10.646 22.703 24.361l0.154 3.216v296.839c0 4.281-0.826 8.504-2.413 12.333-5.242 12.65-17.455 18.314-28.213 13.605l-2.453-1.272-114.286-68.943c-6.883-4.152-11.513-12.159-12.457-21.223l-0.178-3.443v-158.953c0-9.285 3.865-17.861 10.162-22.934l2.473-1.732 114.286-68.943c3.174-1.915 6.674-2.911 10.222-2.911z"],"tags":["video_meeting"]},"attrs":[{}],"properties":{"code":60016,"id":316,"name":"video_meeting","order":891,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":305},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M534.626 169.372l178.746 178.746c12.496 12.498 12.496 32.758 0 45.254-6 6-14.14 9.372-22.626 9.372h-357.49c-17.674 0-32-14.326-32-32 0-8.488 3.37-16.626 9.372-22.628l178.746-178.746c12.498-12.498 32.758-12.498 45.256 0l-0.004 0.002z","M534.494 841.38l178.746-178.746c12.496-12.496 12.496-32.758 0-45.254-6-6-14.14-9.374-22.626-9.374h-357.49c-17.674 0-32 14.326-32 32 0 8.486 3.37 16.626 9.372 22.626l178.746 178.746c12.498 12.496 32.758 12.496 45.256 0l-0.004 0.002z"],"tags":["sort"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"properties":{"code":60008,"codes":[60008,60040],"id":312,"name":"sort","order":892,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":306},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432s-193.413-432-432-432zM512 224c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288s128.942-288 288-288z"],"tags":["radio"]},"attrs":[{}],"properties":{"code":60009,"id":311,"name":"radio","order":893,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":307},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432s-193.413-432-432-432z"],"tags":["radio_unselect"]},"attrs":[{}],"properties":{"code":60010,"id":310,"name":"radio_unselect","order":894,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":308},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448 0 30.987-3.146 61.24-9.136 90.456-17.221-15.733-36.886-28.774-58.362-38.524 2.312-16.984 3.498-34.319 3.498-51.931 0-212.077-171.923-384-384-384s-384 171.923-384 384c0 212.077 171.923 384 384 384 33.24 0 65.495-4.224 96.255-12.163 12.138 20.079 27.362 38.101 45.004 53.41-44.399 14.77-91.896 22.753-141.258 22.753-247.424 0-448-200.576-448-448s200.576-448 448-448zM800 608c17.673 0 32 14.327 32 32v96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-96.032l0.032 96c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-96h-95.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h96v-96c0-17.673 14.327-32 32-32zM716.034 375.724c12.497 12.497 12.497 32.758 0 45.255l-226.274 226.274c-4.806 4.806-10.762 7.764-16.982 8.873l-3.757 0.444h-3.778c-7.549-0.444-14.971-3.549-20.738-9.317l-135.765-135.765c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l113.117 113.11 203.667-203.619c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["add-task"]},"attrs":[{}],"properties":{"code":60011,"id":309,"name":"add-task","order":895,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":309},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32zM672 64c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776 0.019 344.164c-19.247-15.432-40.771-28.141-63.989-37.543l-0.031-178.621h-640v480c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215 274.621 0.031c9.402 23.217 22.111 44.742 37.543 63.989l-344.164-0.019c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h256v-32c0-17.673 14.327-32 32-32zM800 192h-576c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v32h640v-32c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["add-event"]},"attrs":[{}],"properties":{"code":60012,"id":308,"name":"add-event","order":896,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":310},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M919.96 105.373c12.497 12.497 12.497 32.758 0 45.255l-113.461 113.474c112.883 82.222 185.501 192.093 185.501 247.898 0 96-214.903 352-480 352-86.592 0-167.829-27.314-237.97-67.444l-123.403 123.404c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM760.664 309.932l-91.589 91.625c22.003 31.236 34.925 69.331 34.925 110.443 0 106.039-85.961 192-192 192-41.112 0-79.206-12.922-110.443-34.925l-80.445 80.443c61.337 32.354 126.477 50.482 190.887 50.482 103.471 0 208.823-46.781 297.269-124.166 37.396-32.719 69.195-69.007 91.294-103.127 18.192-28.087 27.437-51.492 27.437-60.707s-9.245-32.62-27.437-60.707c-22.1-34.119-53.898-70.407-91.294-103.127-15.704-13.74-31.94-26.515-48.604-38.234zM512 160c70.447 0 137.35 18.078 197.617 46.429l-48.468 48.498c-48.744-20.010-99.166-30.926-149.149-30.926-103.471 0-208.823 46.781-297.269 124.166-37.396 32.719-69.195 69.007-91.294 103.127-18.192 28.087-27.437 51.492-27.437 60.707s9.245 32.62 27.437 60.707c22.1 34.119 53.898 70.407 91.294 103.127 4.559 3.989 9.163 7.896 13.809 11.72l-45.466 45.425c-93.004-77.939-151.074-171.076-151.074-220.979 0-96 214.903-352 480-352zM622.782 447.838l-174.944 174.944c18.864 10.949 40.781 17.218 64.162 17.218 70.692 0 128-57.308 128-128 0-23.381-6.269-45.298-17.218-64.162zM512 320c24.952 0 48.792 4.76 70.662 13.421l-51.968 51.935c-6.102-0.893-12.344-1.355-18.693-1.355-70.692 0-128 57.308-128 128 0 6.35 0.462 12.591 1.355 18.693l-51.935 51.968c-8.661-21.87-13.421-45.71-13.421-70.662 0-106.039 85.961-192 192-192z"],"tags":["hide_border"]},"attrs":[{}],"properties":{"code":59975,"id":307,"name":"hide_border","order":897,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":311},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M753.871 128c27.548 0 52.004 17.628 60.716 43.761l135.56 406.68c6.526 19.578 9.853 40.079 9.853 60.716v192.843c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-192.843c0-20.637 3.327-41.138 9.853-60.716l135.56-406.68c8.711-26.134 33.168-43.761 60.716-43.761h483.743zM293.49 640h-165.49v160c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-160h-165.49c-7.072 0-13.903 2.341-19.457 6.595l-3.17 2.778-58.51 58.51c-16.503 16.503-38.396 26.377-61.542 27.908l-6.34 0.209h-138.981c-23.339 0-45.802-8.499-63.251-23.783l-4.631-4.335-58.51-58.51c-5.001-5.001-11.487-8.176-18.421-9.095l-4.206-0.278zM730.807 192h-437.614c-13.774 0-26.002 8.814-30.358 21.881l-120.723 362.119h151.378c23.339 0 45.802 8.499 63.251 23.783l4.631 4.335 58.51 58.51c5.001 5.001 11.487 8.176 18.421 9.095l4.206 0.278h138.981c7.072 0 13.903-2.341 19.457-6.595l3.17-2.778 58.51-58.51c16.503-16.503 38.396-26.377 61.542-27.908l6.34-0.209h151.346l-120.691-362.119c-4.356-13.067-16.584-21.881-30.358-21.881zM736 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM672 256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["workspace_border"]},"attrs":[{}],"properties":{"code":59977,"id":306,"name":"workspace_border","order":898,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":312},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M293.49 640l4.206 0.278c5.548 0.735 10.808 2.914 15.251 6.317l3.17 2.778 58.51 58.51 4.631 4.335c15.704 13.755 35.469 22.015 56.28 23.529l6.971 0.253h138.981l6.34-0.209c20.831-1.378 40.648-9.514 56.433-23.158l5.109-4.75 58.51-58.51 3.17-2.778c4.443-3.403 9.703-5.582 15.251-6.317l4.206-0.278h229.49v192c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-192h229.49zM753.871 128c27.548 0 52.004 17.628 60.716 43.761l134.757 404.239-225.175 0.209c-20.831 1.378-40.648 9.514-56.433 23.158l-5.109 4.75-58.51 58.51-3.17 2.778c-4.443 3.403-9.703 5.582-15.251 6.317l-4.206 0.278h-138.981l-4.206-0.278c-5.548-0.735-10.808-2.914-15.251-6.317l-3.17-2.778-58.51-58.51-4.631-4.335c-15.704-13.755-35.469-22.015-56.28-23.529l-6.971-0.253h-218.866l134.789-404.239c8.711-26.134 33.168-43.761 60.716-43.761h483.743zM736 416h-448c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM672 256h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["workspace"]},"attrs":[{}],"properties":{"code":59978,"id":305,"name":"workspace","order":899,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":313},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.967 64c208.815 0 378.701 166.673 383.878 374.241l0.122 9.759v96c0 17.673-14.327 32-32 32-16.411 0-29.936-12.353-31.785-28.268l-0.215-3.732v-96c0-173.736-138.453-315.134-311.043-319.877l-8.957-0.123h-287.968c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32h287.968c17.673 0 32 14.327 32 32 0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-319.967c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64h319.967zM735.967 576c17.664 0 32 14.336 32 32v128h128c17.664 0 32 14.336 32 32s-14.336 32-32 32h-128.032l0.032 128c0 17.664-14.336 32-32 32s-32-14.336-32-32l-0.032-128h-127.968c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-128c0-17.664 14.336-32 32-32zM511.967 544l3.732 0.215c15.915 1.848 28.268 15.374 28.268 31.785s-12.353 29.936-28.268 31.785l-3.732 0.215h-159.898l-3.732-0.215c-15.915-1.848-28.268-15.374-28.268-31.785s12.353-29.936 28.268-31.785l3.732-0.215h159.898zM671.967 352l3.732 0.215c15.915 1.848 28.268 15.374 28.268 31.785s-12.353 29.936-28.268 31.785l-3.732 0.215-323.63-0.215c-15.915-1.848-28.268-15.374-28.268-31.785s12.353-29.936 28.268-31.785l3.732-0.215h319.898z"],"tags":["new note"]},"attrs":[{}],"properties":{"code":59979,"id":304,"name":"new-note","order":900,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":314},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.674 0 32 14.326 32 32v128h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128.032l0.032 128c0 17.674-14.326 32-32 32s-32-14.326-32-32l-0.032-128h-127.968c-17.674 0-32-14.326-32-32s14.326-32 32-32h128v-128c0-17.674 14.326-32 32-32zM378.284 96c17.692 0 34.596 7.324 46.694 20.232l61.538 65.654c5.186 5.532 12.134 9.010 19.584 9.892l3.762 0.222h386.138c35.346 0 64 28.654 64 64l0.041 310.714c-18.301-20.745-39.911-38.502-64.004-52.444l-0.037-98.27h-768v352c0 17.674 14.326 32 32 32l360.068 0.011c5.848 22.715 14.735 44.21 26.202 64.026l-418.27-0.037c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.284zM350.556 160.004l-190.556-0.004c-17.674 0-32 14.326-32 32v160h768v-64c0-17.674-14.326-32-32-32l-365.416-0.664c-22.44-2.654-43.26-13.146-58.76-29.68l-42.574-45.42c-12.098-12.908-29.002-20.232-46.694-20.232z"],"tags":["new file"]},"attrs":[{}],"properties":{"code":59980,"id":303,"name":"new-file","order":901,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":315},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M617.184 886.484l4.072-3.74 325.49-325.49c23.678-23.678 24.924-61.294 3.74-86.438l-3.74-4.072-325.49-325.49c-12.002-12.002-28.28-18.746-45.254-18.746-33.74 0-61.38 26.108-63.824 59.224l-0.176 4.776-0.032 165.51-31.968-0.018c-229.75 0-416 186.25-416 416v96c0 38.152 54.76 44.29 63.206 7.084 25.612-112.834 124.814-195.392 241.232-198.93l8.426-0.13 135.104-0.002 0.032 165.472c0 16.974 6.742 33.254 18.744 45.254 23.678 23.678 61.294 24.924 86.438 3.74v-0.004zM448 416l95.968 0.014c16.41 0.002 29.938-12.35 31.788-28.264l0.216-3.732 0.024-182.062c0-3.534 2.866-6.4 6.4-6.4 1.698 0 3.326 0.674 4.524 1.876l310.042 310.042c2.5 2.5 2.5 6.552 0 9.050l-310.042 310.042c-2.5 2.498-6.552 2.498-9.052 0-1.2-1.2-1.874-2.828-1.876-4.526l-0.024-182.024c-0.006-17.672-14.332-31.996-32.004-32l-176.986 0.152c-90.666 2.754-172.782 43.48-229.722 107.69l-6.456 7.512 1.27-9.086c24.278-158.574 154.376-282.306 315.95-296.856l-0.022-1.432 0.002 0.004z"],"tags":["forwarding_border"]},"attrs":[{}],"properties":{"code":59972,"id":295,"name":"forwarding_border","order":902,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":316},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M617.184 886.484l4.072-3.74 325.49-325.49c23.678-23.678 24.924-61.294 3.74-86.438l-3.74-4.072-325.49-325.49c-12.002-12.002-28.28-18.746-45.254-18.746-33.74 0-61.38 26.108-63.824 59.224l-0.176 4.776-0.032 165.51-31.968-0.018c-229.75 0-416 186.25-416 416v96c0 38.152 54.76 44.29 63.206 7.084 25.612-112.834 124.814-195.392 241.232-198.93l8.426-0.13 135.104-0.002 0.032 165.472c0 16.974 6.742 33.254 18.744 45.254 23.678 23.678 61.294 24.924 86.438 3.74v-0.004z"],"tags":["forward"]},"attrs":[{}],"properties":{"code":59961,"id":294,"name":"forwarding","order":903,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":317},{"icon":{"attrs":[{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M423.724 0c97.507 0 176.552 79.045 176.552 176.552h176.552c39.003 0 70.621 31.618 70.621 70.621v176.552c97.507 0 176.552 79.045 176.552 176.552s-79.045 176.552-176.552 176.552v176.552c0 39.003-31.618 70.621-70.621 70.621h-247.172v-70.621c0-56.415-44.1-102.529-99.707-105.751l-6.224-0.18c-56.415 0-102.529 44.1-105.751 99.707l-0.18 6.224v70.621h-247.172c-39.003 0-70.621-31.618-70.621-70.621v-247.172h70.621c56.415 0 102.529-44.1 105.751-99.707l0.18-6.224c0-56.415-44.1-102.529-99.707-105.751l-6.224-0.18h-70.621v-247.172c0-39.003 31.618-70.621 70.621-70.621h176.552c0-97.507 79.045-176.552 176.552-176.552zM423.724 70.621c-56.415 0-102.529 44.1-105.751 99.707l-0.18 6.224v70.621h-247.172v176.552l2.039 0.029 8.27 0.269c90.55 5.247 162.166 78.365 166.047 170.363l0.166 7.931-0.269 8.27c-5.247 90.55-78.365 162.166-168.488 166.074l-7.765 0.168v176.552h176.552l0.029-2.039 0.269-8.27c5.247-90.55 78.365-162.166 170.363-166.047l7.931-0.166 8.27 0.269c90.55 5.247 162.166 78.365 166.074 168.488l0.168 7.765h176.552v-247.172h70.621c58.504 0 105.931-47.427 105.931-105.931 0-56.415-44.1-102.529-99.707-105.751l-6.224-0.18h-70.621v-247.172h-247.172v-70.621c0-58.504-47.427-105.931-105.931-105.931z","M494.345 353.103c19.501 0 35.31 15.809 35.31 35.31v105.931h105.931c19.501 0 35.31 15.809 35.31 35.31s-15.809 35.31-35.31 35.31h-105.966l0.035 105.931c0 19.501-15.809 35.31-35.31 35.31s-35.31-15.809-35.31-35.31l-0.035-105.931h-105.896c-19.501 0-35.31-15.809-35.31-35.31s15.809-35.31 35.31-35.31h105.931v-105.931c0-19.501 15.809-35.31 35.31-35.31z"],"tags":["add-integration"]},"attrs":[{},{}],"properties":{"code":59876,"id":293,"name":"add-integration","order":904,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":318},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M853.332 725.332c23.564 0 42.668 19.102 42.668 42.668s-19.102 42.668-42.668 42.668h-682.668c-23.564 0-42.668-19.102-42.668-42.668s19.104-42.668 42.668-42.668h682.668zM853.332 469.334c23.564 0 42.668 19.104 42.668 42.666s-19.102 42.668-42.668 42.668h-682.668c-23.564 0-42.668-19.102-42.668-42.668s19.104-42.668 42.668-42.668h682.668zM853.332 213.332c23.564 0 42.668 19.104 42.668 42.668s-19.102 42.668-42.668 42.668h-682.668c-23.564 0-42.668-19.104-42.668-42.668s19.104-42.668 42.668-42.668h682.668z"],"tags":["list_view"]},"attrs":[{}],"properties":{"code":59873,"id":290,"name":"list-view","order":905,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":319},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M200.262 132.616c7.12-2.213 14.336 3.207 14.24 10.712v0l-2.694 179.794c-0.096 9.012-10.327 14.144-17.543 8.82v0l-57.12-41.597c-59.012 123.38-68.954 257.279-13.021 374.245 60.648 126.779 179.922 210.454 338.164 214.977v0c21.328 0.609 36.979 19.083 35.664 41.918-1.411 25.144-22.578 45.895-46.119 45.189-186.625-5.324-328.446-103.848-401.602-257.087-69.339-144.9-71.135-307.888 21.36-466.932v0l-51.026-37.075c-7.409-5.388-5.42-16.934 3.303-19.532v0zM550.164-0c158.947 0 307.984 87.909 392.076 218.601 88.71 137.78 95.028 303.27 18.954 469.433-1.187 2.598-2.694 5.003-4.298 7.216v0l61.225 32.681c8.082 4.33 7.793 16.068-0.641 19.981v0l-167.382 77.164c-6.831 3.111-14.753-1.315-15.651-8.724v0l-22.065-178.415c-1.123-8.916 8.307-15.33 16.228-11.129v0l58.723 31.366c0.385-1.026 0.609-2.021 0.994-2.919 64.528-140.923 60.134-279.537-13.246-393.584-69.852-108.755-199.967-177.581-327.035-182.007-20.526-0.674-37.267-16.613-38.582-37.171-1.411-23.252 17.351-42.495 40.699-42.495z"],"tags":["resend-fax"]},"attrs":[{}],"properties":{"code":59960,"id":288,"name":"resend-fax","order":906,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":320},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M591.338 145.078c10.668 10.936 16.662 25.766 16.662 41.23v651.384c0 32.202-25.47 58.308-56.89 58.308-15.088 0-29.558-6.144-40.226-17.078l-219.33-192h-170.668c-31.418 0-56.89-26.106-56.89-58.308v-233.23c0-32.202 25.47-58.308 56.89-58.308h170.668l219.33-192c22.216-22.77 58.236-22.77 80.452 0l0.002 0.002z","M876.742 251.82c53.844 75.352 83.258 165.598 83.258 260.18 0 94.59-29.418 184.842-83.266 260.196-10.274 14.38-30.26 17.706-44.64 7.432s-17.706-30.26-7.432-44.64c46.152-64.586 71.336-141.85 71.336-222.986 0-81.13-25.182-158.39-71.328-222.974-10.274-14.38-6.946-34.366 7.432-44.64s34.366-6.946 44.64 7.432v0zM763.004 370.7c24.128 42.778 36.996 91.142 36.996 141.3 0 50.484-13.034 99.148-37.46 142.122-8.732 15.366-28.268 20.74-43.632 12.010s-20.74-28.268-12.010-43.632c18.982-33.4 29.1-71.174 29.1-110.5 0-39.070-9.988-76.616-28.738-109.858-8.682-15.394-3.24-34.912 12.152-43.594s34.912-3.24 43.592 12.152v0z"],"tags":["audio-low"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)","opacity":0.32}],"properties":{"code":60243,"codes":[60243,60244],"id":500,"name":"audio-low","order":907,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":321},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M591.338 145.078c10.669 10.935 16.662 25.765 16.662 41.23v651.385c0 32.202-25.47 58.307-56.889 58.307-15.088 0-29.558-6.143-40.227-17.078l-219.329-192h-170.667c-31.419 0-56.889-26.105-56.889-58.307v-233.23c0-32.202 25.47-58.307 56.889-58.307h170.667l219.329-192c22.216-22.77 58.237-22.77 80.453 0zM741.49 376.235l90.555 90.51 90.464-90.51c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-90.464 90.51 90.464 90.51c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-90.464-90.51-90.555 90.51c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l90.555-90.51-90.555-90.51c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["no-audio"]},"attrs":[{}],"properties":{"code":59954,"id":287,"name":"no-audio","order":908,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":322},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M591.338 145.078c10.669 10.935 16.662 25.765 16.662 41.23v651.385c0 32.202-25.47 58.307-56.889 58.307-15.088 0-29.558-6.143-40.227-17.078l-219.329-192h-170.667c-31.419 0-56.889-26.105-56.889-58.307v-233.23c0-32.202 25.47-58.307 56.889-58.307h170.667l219.329-192c22.216-22.77 58.237-22.77 80.453 0zM876.745 251.82c53.84 75.352 83.255 165.597 83.255 260.18 0 94.59-29.419 184.841-83.266 260.196-10.275 14.379-30.261 17.706-44.64 7.431s-17.706-30.261-7.431-44.64c46.152-64.586 71.337-141.851 71.337-222.987 0-81.13-25.182-158.39-71.328-222.973-10.274-14.38-6.946-34.366 7.433-44.64s34.366-6.946 44.64 7.433zM763.007 370.7c24.127 42.778 36.993 91.141 36.993 141.3 0 50.484-13.034 99.147-37.459 142.122-8.733 15.365-28.268 20.741-43.632 12.009s-20.741-28.268-12.009-43.632c18.982-33.399 29.1-71.175 29.1-110.499 0-39.070-9.988-76.615-28.738-109.859-8.682-15.394-3.241-34.911 12.152-43.593s34.911-3.241 43.593 12.152z"],"tags":["audio"]},"attrs":[{}],"properties":{"code":59955,"id":286,"name":"audio","order":909,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":323},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M735.967 576c17.664 0 32 14.336 32 32v128h128c17.664 0 32 14.336 32 32s-14.336 32-32 32h-128.032l0.032 128c0 17.664-14.336 32-32 32s-32-14.336-32-32l-0.032-128h-127.968c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-128c0-17.664 14.336-32 32-32zM928 96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v-384h-576v672c0 17.673 14.327 32 32 32h256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-288c-35.346 0-64-28.654-64-64v-704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM672 448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320zM672 256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["new-fax"]},"attrs":[{}],"properties":{"code":60169,"id":459,"name":"new-fax","order":910,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":324},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v480h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-352c-35.346 0-64-28.654-64-64v-704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM855.296 704l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM672 448h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32s-14.327-32-32-32zM672 256h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32s-14.327-32-32-32z"],"tags":["fax"]},"attrs":[{}],"properties":{"code":60170,"id":458,"name":"fax","order":911,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":325},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v504.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-389.49c-35.346 0-64-28.654-64-64v-704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM800 160h-576v672c0 17.673 14.327 32 32 32h320v-160c0-35.346 28.654-64 64-64h160v-480zM773.44 704h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM672 448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320zM672 256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["fax_border"]},"attrs":[{}],"properties":{"code":59675,"id":285,"name":"fax_border","order":912,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":326},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v416h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-224c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM663.296 672l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM896 704c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM896 192c17.674 0 32 11.142 32 24.889v398.222c0 13.746-14.326 24.889-32 24.889s-32-11.142-32-24.889v-398.222c0-13.746 14.326-24.889 32-24.889zM485.333 448h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32zM485.333 288h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32z"],"tags":["failed fax"]},"attrs":[{}],"properties":{"code":59841,"id":284,"name":"failed-fax","order":913,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":327},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v440.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-261.49c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM896 704c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM608 192h-448v608c0 17.673 14.327 32 32 32h192v-160c0-35.346 28.654-64 64-64h160v-416zM581.44 672h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM896 192c17.674 0 32 11.142 32 24.889v398.222c0 13.746-14.326 24.889-32 24.889s-32-11.142-32-24.889v-398.222c0-13.746 14.326-24.889 32-24.889zM485.333 448c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667zM485.333 288c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667z"],"tags":["failed fax_border"]},"attrs":[{}],"properties":{"code":59934,"id":283,"name":"failed-fax_border","order":914,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":328},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v440.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-261.49c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM608 192h-448v608c0 17.673 14.327 32 32 32h192v-160c0-35.346 28.654-64 64-64h160v-416zM581.44 672h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM908.124 342.626c12.494-12.496 32.752-12.496 45.248 0 11.535 11.535 12.422 29.682 2.662 42.234l-2.662 3.014-118.624 124.128 118.624 124.128c12.496 12.494 12.494 32.752 0 45.248-11.533 11.535-29.681 12.422-42.234 2.662l-3.014-2.662-146.75-146.75c-11.535-11.537-12.422-29.687-2.662-42.241l2.662-3.015 146.75-146.746zM485.333 448c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667zM485.333 288c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667z"],"tags":["inbound fax_border"]},"attrs":[{}],"properties":{"code":59935,"id":282,"name":"inbound-fax_border","order":915,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":329},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v416h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-224c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM663.296 672l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM908.124 342.626c12.494-12.496 32.752-12.496 45.248 0 11.535 11.535 12.422 29.682 2.662 42.234l-2.662 3.014-118.624 124.128 118.624 124.128c12.496 12.494 12.494 32.752 0 45.248-11.533 11.535-29.681 12.422-42.234 2.662l-3.014-2.662-146.75-146.75c-11.535-11.537-12.422-29.687-2.662-42.241l2.662-3.015 146.75-146.746zM485.333 448h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32zM485.333 288h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32z"],"tags":["inbound fax"]},"attrs":[{}],"properties":{"code":59936,"id":281,"name":"inbound-fax","order":916,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":330},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v440.235c0 25.461-10.114 49.879-28.118 67.882l-177.137 177.137c-10.669 10.669-24.716 17.182-39.628 18.497l-5.627 0.248h-261.49c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM608 192h-448v608c0 17.673 14.327 32 32 32h192v-160c0-35.346 28.654-64 64-64h160v-416zM581.44 672h-101.44c-17.673 0-32 14.327-32 32v101.44l133.44-133.44zM806.622 342.626l146.75 146.746c12.496 12.498 12.496 32.758 0 45.256l-146.75 146.75c-12.496 12.496-32.754 12.496-45.248 0s-12.496-32.754 0-45.248l118.624-124.128-118.624-124.128c-12.496-12.496-12.496-32.752 0-45.248s32.754-12.496 45.248 0zM485.333 448c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667zM485.333 288c14.728 0 26.667 14.327 26.667 32s-11.939 32-26.667 32h-202.667c-14.728 0-26.667-14.327-26.667-32s11.939-32 26.667-32h202.667z"],"tags":["outbound fax_border"]},"attrs":[{}],"properties":{"code":59937,"id":280,"name":"outbound-fax_border","order":917,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":331},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64v416h-224c-33.74 0-61.381 26.108-63.824 59.224l-0.176 4.776v224h-224c-35.346 0-64-28.654-64-64v-640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM663.296 672l-0.795 1.872c-4.642 9.644-10.906 18.533-18.619 26.245l-177.137 177.137c-4.001 4.001-8.477 7.417-13.295 10.194l-5.45 2.759v-186.208c0-16.411 12.353-29.936 28.268-31.785l3.732-0.215h183.296zM806.622 342.626l146.75 146.746c12.496 12.498 12.496 32.758 0 45.256l-146.75 146.75c-12.496 12.496-32.754 12.496-45.248 0s-12.496-32.754 0-45.248l118.624-124.128-118.624-124.128c-12.496-12.496-12.496-32.752 0-45.248s32.754-12.496 45.248 0zM485.333 448h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32zM485.333 288h-202.667c-14.728 0-26.667 14.327-26.667 32 0 16.411 10.294 29.936 23.557 31.785l3.11 0.215h202.667c14.728 0 26.667-14.327 26.667-32s-11.939-32-26.667-32z"],"tags":["outbound fax"]},"attrs":[{}],"properties":{"code":59938,"id":279,"name":"outbound-fax","order":918,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":332},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM608 352c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192z"],"tags":["stop_circle_border"]},"attrs":[{}],"properties":{"code":59679,"id":267,"name":"stop_circle_border","order":919,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":333},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c-247.424 0-448 200.576-448 448s200.576 448 448 448c247.424 0 448-200.576 448-448s-200.576-448-448-448zM608 352c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h192z"],"tags":["stop_circle"]},"attrs":[{}],"properties":{"code":59680,"id":266,"name":"stop_circle","order":920,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":334},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576z"],"tags":["stop"]},"attrs":[{}],"properties":{"code":59681,"id":265,"name":"stop","order":921,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":335},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h576zM768 224h-512c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32h512c17.673 0 32-14.327 32-32v-512c0-17.673-14.327-32-32-32z"],"tags":["stop_border"]},"attrs":[{}],"properties":{"code":59682,"id":268,"name":"stop_border","order":922,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":336},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM425.823 324.664c-21.189-11.242-38.342-1.562-41.354 22.591l-0.383 4.411-0.087 3.514 0.052 313.707 0.105 3.795c1.443 25.62 17.639 37.3 38.421 28.314l3.713-1.802 2.85-1.644 259.522-159.948c19.354-13.92 20.372-34.061 3.162-48.562l-3.441-2.65-2.972-1.959-259.589-159.768z"],"tags":["play_circle"]},"attrs":[{}],"properties":{"code":59844,"id":264,"name":"play_circle","order":923,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":337},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM402.188 293.441l3.704 2.064 311.37 186.617c24.848 17.043 25.010 42.491 0.334 59.747l-4.103 2.654-310.744 185.87c-27.047 14.134-48.727 0.718-50.561-30.93l-0.126-4.428-0.062-365.992 0.104-4.099c1.668-31.911 23.161-45.39 50.084-31.502zM415.968 376.128l0.064 271.808 226.976-135.84-227.040-135.968z"],"tags":["play_circle_border"]},"attrs":[{}],"properties":{"code":59653,"id":263,"name":"play_circle_border","order":924,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":338},{"icon":{"attrs":[{}],"defaultCode":59813,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M339.646 168.551l6.173 3.244 518.95 293.256c41.413 26.782 41.683 66.772 0.557 93.888l-6.838 4.171-517.906 292.081c-45.079 22.21-81.212 1.129-84.269-48.605l-0.21-6.958-0.103-575.13 0.174-6.442c2.781-50.146 38.602-71.326 83.473-49.504z"],"tags":["play"]},"attrs":[{}],"properties":{"code":59813,"id":75,"name":"play","order":925,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":339},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M339.646 168.551l6.173 3.244 518.95 293.256c41.413 26.782 41.683 66.772 0.557 93.888l-6.838 4.171-517.906 292.081c-45.079 22.21-81.212 1.129-84.269-48.605l-0.21-6.958-0.103-575.13 0.174-6.442c2.781-50.146 38.602-71.326 83.473-49.504zM319.968 230.656l0.096 562.784 498.432-281.248-498.528-281.536z"],"tags":["play_border"]},"attrs":[{}],"properties":{"code":59654,"id":262,"name":"play_border","order":926,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":340},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM416 320c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-17.673-14.327-32-32-32zM608 320c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-17.673-14.327-32-32-32z"],"tags":["pause_circle"]},"attrs":[{}],"properties":{"code":59677,"id":261,"name":"pause_circle","order":927,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":341},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM416 320c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM608 320c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32z"],"tags":["pause_circle_border"]},"attrs":[{}],"properties":{"code":59671,"id":260,"name":"pause_circle_border","order":928,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":342},{"icon":{"attrs":[{}],"defaultCode":59812,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M384 160c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v576c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-128c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-576c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128zM768 160c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v576c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-128c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-576c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128z"],"tags":["pause"]},"attrs":[{}],"properties":{"code":59812,"id":74,"name":"pause","order":929,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":343},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M352 800h-64c-17.673 0-32-14.327-32-32v-512c0-17.673 14.327-32 32-32h64c17.673 0 32 14.327 32 32v512c0 17.673-14.327 32-32 32zM384 160h-128c-35.346 0-64 28.654-64 64v576c0 35.346 28.654 64 64 64h128c35.346 0 64-28.654 64-64v-576c0-35.346-28.654-64-64-64zM736 800h-64c-17.673 0-32-14.327-32-32v-512c0-17.673 14.327-32 32-32h64c17.673 0 32 14.327 32 32v512c0 17.673-14.327 32-32 32zM768 160h-128c-35.346 0-64 28.654-64 64v576c0 35.346 28.654 64 64 64h128c35.346 0 64-28.654 64-64v-576c0-35.346-28.654-64-64-64z"],"tags":["pause_border"]},"attrs":[{}],"properties":{"code":59670,"id":259,"name":"pause_border","order":930,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":344},{"icon":{"attrs":[{}],"defaultCode":59878,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-center"]},"attrs":[{}],"properties":{"code":59878,"id":20,"name":"align-center","order":931,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":345},{"icon":{"attrs":[{}],"defaultCode":59879,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-justify"]},"attrs":[{}],"properties":{"code":59879,"id":21,"name":"align-justify","order":932,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":346},{"icon":{"attrs":[{}],"defaultCode":59880,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM608 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-left"]},"attrs":[{}],"properties":{"code":59880,"id":22,"name":"align-left","order":933,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":347},{"icon":{"attrs":[{}],"defaultCode":59881,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["align-right"]},"attrs":[{}],"properties":{"code":59881,"id":23,"name":"align-right","order":934,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":348},{"icon":{"attrs":[{}],"defaultCode":59882,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M536.816 896c44.352 0 83.776-5.665 118.272-16.996s63.536-26.999 87.12-47.004c23.584-20.006 41.536-43.817 53.856-71.436s18.48-57.715 18.48-90.29c0-90.29-52.448-147.297-157.344-171.021 23.584-8.144 43.912-18.058 60.984-29.743s31.152-24.697 42.24-39.037c11.088-14.34 19.272-29.743 24.552-46.207s7.92-33.726 7.92-51.784c0-31.513-5.28-59.84-15.84-84.979s-27.192-46.562-49.896-64.266c-22.704-17.704-51.744-31.336-87.12-40.896s-78.056-14.34-128.040-14.34h-199.472c-35.346 0-64 28.823-64 64.378v639.244c0 35.555 28.654 64.378 64 64.378h224.288zM390.56 460.481v-222.008h121.44c47.872 0 83.072 8.498 105.6 25.494s33.792 45.499 33.792 85.51c0 38.595-12.496 66.744-37.488 84.448s-61.6 26.556-109.824 26.556h-113.52zM390.56 784.465v-225.195h143.616c24.992 0 46.288 2.479 63.888 7.436s32.032 12.127 43.296 21.51c11.264 9.383 19.536 20.714 24.816 33.992s7.92 28.238 7.92 44.88c0 15.934-2.376 30.982-7.128 45.145s-12.496 26.556-23.232 37.178c-10.736 10.622-24.992 19.12-42.768 25.494s-39.864 9.56-66.264 9.56h-144.144z"],"tags":["bold"]},"attrs":[{}],"properties":{"code":59882,"id":24,"name":"bold","order":935,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":349},{"icon":{"attrs":[{}],"defaultCode":59891,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-199.584l-174.56 640h182.144c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h199.552l174.528-640h-182.080c-17.673 0-32-14.327-32-32s14.327-32 32-32h448z"],"tags":["italic"]},"attrs":[{}],"properties":{"code":59891,"id":33,"name":"italic","order":936,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":350},{"icon":{"attrs":[{}],"defaultCode":59896,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 832c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM768 128c17.673 0 32 14.327 32 32v320c0 159.058-128.942 288-288 288s-288-128.942-288-288v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v320c0 121.134 96.153 219.811 216.299 223.87l7.701 0.13c121.134 0 219.811-96.153 223.87-216.299l0.13-7.701v-320c0-17.673 14.327-32 32-32z"],"tags":["underline"]},"attrs":[{}],"properties":{"code":59896,"id":38,"name":"underline","order":937,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":351},{"icon":{"attrs":[{}],"defaultCode":59895,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M774.718 575.997c26.365 31.181 38.782 69.283 38.782 116.253 0 141.188-118.125 236.25-299.812 236.25-153 0-268.875-69.75-297-181.125-2.25-9.563-3.375-18.563-3.375-27 0-23.063 13.5-37.125 36.563-37.125 19.688 0 28.125 9.562 36 30.938 25.313 88.875 114.187 145.688 228.375 145.688 129.938 0 219.375-66.938 219.375-159.188 0-58.082-31.731-96.124-104.2-124.678l145.292-0.013zM928.013 511.987c17.673 0 32 14.327 32 32s-14.327 32-32 32h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32h832zM512 96c144.562 0 253.688 70.875 278.438 172.688 2.25 8.437 3.375 18.562 3.375 25.312 0 21.938-14.062 34.875-36 34.875-18 0-28.125-8.438-34.312-25.875-23.062-86.062-102.375-138.375-211.5-138.375-115.312 0-202.5 63-202.5 152.438 0 63.892 43.883 102.185 142.362 130.951l-172.094 0.015c-33.988-33.123-50.143-74.531-50.143-125.903 0-132.188 121.5-226.125 282.375-226.125z"],"tags":["strike"]},"attrs":[{}],"properties":{"code":59895,"id":37,"name":"strike","order":938,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":352},{"icon":{"attrs":[{}],"defaultCode":59885,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM179.125 390.436l5.572 3.642 119.581 87.362c18.9 14.192 21.050 42.632 4.868 59.198l-4.868 4.204-119.579 85.888c-24.696 17.546-52.983 9.726-56.365-19.568l-0.332-6.604v-183.941c-0.32-33.372 25.1-45.23 51.122-30.18zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["indent"]},"attrs":[{}],"properties":{"code":59885,"id":27,"name":"indent","order":939,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":353},{"icon":{"attrs":[{}],"defaultCode":59894,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM268.875 390.436c24.839-14.366 49.13-4.214 51.009 25.763l0.114 4.417v183.941l-0.332 6.604c-3.221 27.899-29.031 36.32-52.815 21.902l-3.549-2.334-119.579-85.888-4.868-4.204c-15.171-15.531-14.229-41.497 1.521-56.376l3.347-2.822 119.581-87.362 5.572-3.642zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704z"],"tags":["outdent"]},"attrs":[{}],"properties":{"code":59894,"id":36,"name":"outdent","order":940,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":354},{"icon":{"attrs":[{}],"defaultCode":59886,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M599.092 128.796c16.003 3.637 26.454 18.681 24.73 34.609l-0.617 3.687-160 704c-3.917 17.234-21.062 28.029-38.296 24.112-16.003-3.637-26.454-18.681-24.73-34.609l0.617-3.687 160-704c3.917-17.234 21.062-28.029 38.296-24.112zM790.56 310.56l156.185 156.185c24.994 24.994 24.994 65.516 0 90.51l-156.185 156.185c-12.46 12.46-32.66 12.46-45.12 0-12.463-12.463-12.472-32.666-0.020-45.14l133.453-133.693c12.47-12.492 12.47-32.722 0-45.214l-133.453-133.693c-12.452-12.474-12.443-32.677 0.020-45.14 12.46-12.46 32.66-12.46 45.12 0zM278.56 310.56c12.463 12.463 12.472 32.666 0.020 45.14l-133.453 133.693c-12.47 12.492-12.47 32.722 0 45.214l133.453 133.693c12.452 12.474 12.443 32.677-0.020 45.14-12.46 12.46-32.66 12.46-45.12 0l-156.185-156.185c-24.994-24.994-24.994-65.516 0-90.51l156.185-156.185c12.46-12.46 32.66-12.46 45.12 0z"],"tags":["insert-code"]},"attrs":[{}],"properties":{"code":59886,"id":28,"name":"insert-code","order":941,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":355},{"icon":{"attrs":[{}],"defaultCode":59887,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 896c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768c35.346 0 64 28.654 64 64v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-768zM864 192h-704c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h50.72l346.727-346.702c44.016-44.016 112.995-49.785 163.554-14.605l5.54 4.077 169.459 131.79v-382.56c0-17.673-14.327-32-32-32zM606.864 526.739l-4.162 3.814-301.454 301.447h562.752c17.488 0 31.7-14.029 32-31.446v-112.906l-208.751-162.359c-23.979-18.65-57.497-17.748-80.385 1.45zM320 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["insert-image"]},"attrs":[{}],"properties":{"code":59887,"id":29,"name":"insert-image","order":942,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":356},{"icon":{"attrs":[{}],"defaultCode":59888,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M531.411 175.805c87.477-87.477 229.306-87.477 316.784 0s87.477 229.306 0 316.784l-75.646 75.732c3.054-28.867 1.756-58.107-3.895-86.657l34.286-34.33c62.484-62.484 62.484-163.79 0-226.274s-163.79-62.484-226.274 0l-135.765 135.765c-62.484 62.484-62.484 163.79 0 226.274 25.467 25.467 57.382 40.554 90.49 45.261l-52.629 52.63c-30.344-10.801-58.826-28.346-83.116-52.637-87.477-87.477-87.477-229.306 0-316.784l135.765-135.765zM192 515.216l75.646-75.732c-3.054 28.867-1.756 58.107 3.895 86.657l-34.286 34.33c-62.484 62.484-62.484 163.79 0 226.274s163.79 62.484 226.274 0l135.765-135.764c62.484-62.484 62.484-163.79 0-226.274-25.467-25.467-57.382-40.554-90.49-45.261l52.629-52.63c30.344 10.801 58.826 28.346 83.116 52.637 87.477 87.477 87.477 229.306 0 316.784l-135.765 135.765c-87.477 87.477-229.306 87.477-316.784 0s-87.477-229.306 0-316.784z"],"tags":["insert-link"]},"attrs":[{}],"properties":{"code":59888,"id":30,"name":"insert-link","order":943,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":357},{"icon":{"attrs":[{}],"defaultCode":59889,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768zM352 480h-224v320c0 17.673 14.327 32 32 32h192v-352zM896 480h-480v352h448c17.673 0 32-14.327 32-32v-320zM160 192c-17.673 0-32 14.327-32 32v192h224v-224h-192zM416 416h480v-192c0-17.673-14.327-32-32-32h-448v224z"],"tags":["insert-table"]},"attrs":[{}],"properties":{"code":59889,"id":31,"name":"insert-table","order":944,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":358},{"icon":{"attrs":[{}],"defaultCode":59890,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-576c0-17.673-14.327-32-32-32zM469.216 391.706l3.484 2.372 119.58 87.362c19.403 14.571 21.154 44.162 3.532 60.501l-3.532 2.901-119.58 85.888c-25.31 17.983-54.389 9.321-56.57-21.791l-0.128-4.381v-183.94c-0.315-32.776 24.201-44.799 49.729-30.96l3.485 2.048z"],"tags":["insert-video"]},"attrs":[{}],"properties":{"code":59890,"id":32,"name":"insert-video","order":945,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":359},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"defaultCode":59883,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M539.936 112.353l1.72 3.624 240 592c6.64 16.378-1.255 35.038-17.633 41.678-15.208 6.166-32.384-0.201-40.077-14.256l-1.602-3.378-63.24-156.023h-294.24l-63.208 156.023c-6.166 15.208-22.695 23.102-38.139 18.836l-3.539-1.203c-15.208-6.166-23.102-22.695-18.836-38.139l1.203-3.539 240-592c9.743-24.033 41.397-26.382 55.424-7.047l2.168 3.423zM512 213.12l-121.184 298.88h242.336l-121.152-298.88z","M864 800v96h-704v-96z"],"tags":["font-color"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(33, 33, 33)"}],"properties":{"code":59884,"codes":[59884,60166],"id":25,"name":"font-color","order":946,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":360},{"icon":{"attrs":[{}],"defaultCode":59884,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 480h704c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["horizontal-line"]},"attrs":[{}],"properties":{"code":59892,"id":26,"name":"horizontal-line","order":947,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":361},{"icon":{"attrs":[{}],"defaultCode":59892,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 736c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM192 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM192 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512z"],"tags":["list-bullet"]},"attrs":[{}],"properties":{"code":59893,"id":34,"name":"list-bullet","order":948,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":362},{"icon":{"attrs":[{}],"defaultCode":59893,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M165.5 676.062c41.125 0 70.875 17.938 70.875 49 0 22.867-13.72 36.968-34.402 42.303l-4.536 1.009v1.313c30.625 2.625 45.937 19.687 45.937 42.875 0 35-29.312 57.313-77.875 57.313-33.687 0-72.187-15.75-72.187-44.625 0-11.812 8.312-19.25 21-19.25 7 0 11.812 3.5 16.625 8.75 7.875 9.625 19.25 17.5 34.562 17.5 15.75 0 28-9.188 28-22.75 0-13.327-9.692-20.689-27.701-21.743l-4.674-0.132h-7c-10.937 0-17.937-6.562-17.937-16.625 0-10.238 5.67-16.222 14.777-17.317l3.16-0.183h6.563c18.375 0 29.75-7.438 29.75-20.125 0-14-10.5-21.437-25.375-21.437-10.5 0-18.58 3.111-26.699 11.791l-3.051 3.521c-5.688 7-9.625 10.062-18.375 10.062-11.375 0-19.25-7.438-19.25-18.375 0-27.125 35-42.875 67.812-42.875zM164.625 410.938c43.75 0 71.75 22.75 71.75 55.562 0 22.458-8.766 35.77-34.478 58.432l-5.772 5.006-37.625 31.937v1.313h66.063c10.5 0 17.937 7 17.937 18.812 0 9.45-6.379 16.419-14.99 17.719l-2.947 0.219h-109.375c-12.688 0-21-8.313-21-20.125 0-7.5 2.25-13.714 7.577-19.194l2.923-2.681 56.437-48.563c22.313-18.812 28-27.562 28-39.375 0-12.688-10.062-21.875-23.625-21.875-12.056 0-20.654 4.84-26.411 13.904l-2.027 3.596c-4.813 9.625-10.938 12.688-20.125 12.688-12.25 0-20.563-6.562-20.563-19.25 0-26.25 28.438-48.125 68.25-48.125zM864 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM864 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM179.063 145.375c15.346 0 26.219 8.947 27.801 23.399l0.199 3.726v141.75c0 17.062-10.063 25.375-24.938 25.375-14.135 0-23.423-7.083-24.768-21.593l-0.169-3.782v-119.875h-0.875l-21.875 15.75c-7 4.812-9.625 5.687-14.875 5.687-9.625 0-17.5-7-17.5-17.5 0-7.125 3.214-11.679 9.643-16.691l3.482-2.559 31.5-21.875c9.625-7 17.937-11.812 32.375-11.812zM864 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512z"],"tags":["list-ordered"]},"attrs":[{}],"properties":{"code":59897,"id":35,"name":"list-ordered","order":949,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":363},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M584.236 64.009c-1.326-0.072-2.58 0.287-3.907 0.556l-501.76 94.652c-8.476 1.613-14.569 9.3-14.569 17.92v668.051c0 8.619 6.093 16.307 14.569 17.92l501.76 96.337c1.111 0.197 2.24 0.556 3.351 0.556 4.122 0 7.974-1.254 11.2-3.924 4.122-3.423 6.72-8.602 6.72-13.995v-860.151c0-5.322-2.598-10.573-6.72-13.995-3.012-2.457-6.758-3.838-10.644-3.924zM637.44 209.052v211.669c40.681-6.45 73.906-35.953 85.12-75.586 34.272 14.321 63.373 38.735 83.436 69.995-37.259 17.893-60.98 55.542-61.036 96.875 0 42.345 24.855 78.811 60.48 96.319-20.252 30.829-49.33 54.835-83.436 68.884-11.665-38.827-44.525-67.551-84.564-73.919v211.669c49.997-8.046 86.948-49.423 89.044-101.354 47.972-17.22 88.394-50.705 114.24-94.635 3.763 0.412 7.831 0.556 11.756 0.556 59.297 0 107.52-48.222 107.52-107.519-0.047-30.35-12.904-59.27-35.405-79.638s-52.555-30.291-82.76-27.325c-25.822-44.76-66.702-78.895-115.351-96.319-2.867-51.161-39.621-91.696-89.044-99.67zM325.524 340.082c17.92 0 32.256 1.541 44.8 3.369 12.526 1.81 25.052 5.376 35.84 8.96v69.995c-5.394-3.584-10.788-7.078-17.92-10.644-6.227-3.186-12.807-5.628-19.604-7.275-7.132-1.828-14.211-3.369-19.604-3.369-6.401-1.642-12.998-2.396-19.604-2.24-8.96 0-16.379 0.43-23.511 2.24-7.132 1.828-12.544 3.154-17.92 6.72-5.376 3.584-8.817 7.634-10.644 11.2-1.81 3.584-3.924 8.619-3.924 14.013 0 5.376 2.115 10.985 3.942 14.551 3.548 3.584 6.917 8.763 12.311 12.329 5.376 3.566 12.454 7.060 19.604 10.626 7.132 3.584 16.236 7.634 25.196 11.2 12.526 5.394 25.052 10.788 35.84 17.92 10.77 5.394 19.73 12.329 26.88 21.289 7.132 7.132 12.526 16.092 17.92 26.88 3.566 10.788 5.591 21.629 5.591 34.155-1.81 19.748-5.251 33.958-10.627 46.484-7.15 12.544-16.594 23.117-29.12 30.249-12.544 7.132-24.783 12.669-40.893 16.235-16.092 3.566-32.471 5.591-50.391 5.591s-35.983-2.025-52.076-5.591c-14.246-1.693-28.086-5.866-40.893-12.329v-73.346c12.641 10.937 27.292 19.306 43.133 24.64 16.092 5.376 30.374 8.96 46.467 8.96 8.96 0 18.063 0.125 25.196-1.684 7.15-1.828 12.544-3.709 17.92-7.293 5.394-3.566 8.835-7.060 10.644-10.626 1.828-3.584 3.369-8.763 3.369-12.329 0-7.132-1.469-12.526-5.036-17.92-3.584-5.376-9.175-9.157-14.569-14.551-7.132-3.584-14.569-8.763-23.529-12.329s-17.777-7.49-28.547-12.866c-25.070-10.788-44.603-23.117-57.129-39.209s-19.604-33.958-19.604-55.444c0-17.92 3.512-32.256 10.644-44.8 7.15-12.526 16.038-21.826 28.564-30.786 12.544-7.15 25.339-14.354 41.449-17.92 16.092-3.584 31.898-5.053 49.818-5.053h0.018z"],"tags":["sharepoint"]},"attrs":[{}],"properties":{"code":60156,"id":433,"name":"sharepoint","order":950,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":364},{"icon":{"attrs":[{}],"defaultCode":59692,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M40.918 235.648c-23.040 0-40.918 17.924-40.918 38.36v322.090c2.294 106.383 89.076 191.747 195.795 191.747 0.36 0 0.72 0 1.080 0h-0.056c75.708-0.094 141.613-41.97 175.901-103.805l0.524-1.030c33.238 61.356 99.711 104.835 173.823 104.835 109.951 0 199.423-86.916 199.423-196.825 2.56-104.831-86.912-191.787-196.821-191.787-74.154 0-140.585 40.918-173.823 102.271-33.28-61.356-99.753-102.271-176.425-102.271-46.038 0-86.954 15.36-120.191 38.356v-163.583c-0.488-20.97-17.348-37.844-38.268-38.358h-0.044zM751.016 395.097c-2.048-0.366-4.404-0.576-6.808-0.576-8.698 0-16.754 2.738-23.356 7.402l0.126-0.084c-15.36 12.8-20.438 38.358-7.68 56.236l102.271 132.949-102.229 132.907c-12.8 17.92-10.24 40.96 7.68 53.76 17.876 12.8 43.35 12.716 56.15-5.206l86.996-112.469 89.428 115.071c12.8 15.36 38.356 17.876 56.236 5.12 15.36-12.8 17.92-35.84 5.164-53.716l-99.753-132.907 99.753-130.431c12.8-17.878 12.716-43.436-5.164-56.236-20.48-12.8-43.476-10.24-56.236 7.68l-89.428 109.909-87.040-114.985c-6.356-7.68-15.914-12.8-26.112-14.42l0.002-0.004zM196.819 475.905c66.474 0 120.191 53.762 120.191 117.675 0 66.476-53.716 117.587-120.191 117.587s-120.149-51.116-120.149-117.587c0-63.914 53.676-117.675 120.149-117.675v0zM549.671 475.905c66.476 0 120.149 53.762 120.149 117.675-2.56 66.476-56.236 117.587-120.149 117.587-66.476 0-120.191-51.116-120.191-117.587 0-63.914 53.716-117.675 120.191-117.675v0z"],"tags":["box"]},"attrs":[{}],"properties":{"code":59692,"id":219,"name":"box","order":951,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":365},{"icon":{"attrs":[{}],"defaultCode":59667,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M692.197 488.68c-11.896-0.388-23.307 0.328-34.002 2.023 3.004-23.795 13.037-53.010 48.477-51.793 39.224 1.341 44.693 37.75 44.844 62.41-16.551-7.258-37.036-11.871-59.321-12.642v0l0.002 0.002zM859.943 230.348c-6.577-34.476-27.419-51.497-46.286-58.158-20.362-7.228-61.658-14.727-113.529-20.734-41.752-4.817-90.765-4.432-120.414-3.543-3.573-23.916-20.633-45.78-39.735-53.338-50.935-20.141-129.63-15.262-149.842-9.697-16.055 4.402-33.819 13.416-43.701 27.337-6.637 9.311-10.932 21.209-10.962 37.84 0 9.43 0.27 31.622 0.513 51.315 0.239 19.783 0.511 37.452 0.511 37.571-0.015 17.613-14.54 31.92-32.54 31.95h-82.569c-17.612 0-31.069 2.916-41.357 7.495-10.303 4.611-17.586 10.801-23.128 18.118-11.023 14.548-12.946 32.485-12.902 50.78 0 0 0.165 14.961 3.832 43.938 3.064 22.403 27.796 178.965 51.299 226.588 9.117 18.502 15.182 26.24 33.099 34.389 39.886 16.778 130.997 35.461 173.708 40.785 42.618 5.355 69.377 16.628 85.329-16.213 0.043-0.087 3.183-8.179 7.508-20.020 13.845-41.199 15.769-77.762 15.769-104.206 0-2.707 4.024-2.829 4.024 0 0 18.651-3.638 84.751 47.183 102.48 20.064 6.989 61.693 13.209 103.983 18.086 38.267 4.314 66.016 19.097 66.016 115.452 0 58.633-12.558 66.665-78.091 66.665-53.134 0-73.408 1.368-73.408-40.101 0-33.495 33.758-29.987 58.747-29.987 11.176 0 3.066-8.151 3.066-28.823 0-20.589 13.093-32.455 0.722-32.752-86.446-2.347-137.351-0.117-137.351 106.112 0 96.413 37.577 114.32 160.296 114.32 96.234 0 130.173-3.095 169.878-124.168 7.868-23.884 26.912-96.859 38.383-219.332 7.299-77.431-6.848-311.16-18.052-370.154v0.002zM217.508 247.335h82.628c4.729 0 8.53-3.779 8.545-8.39 0-0.028-1.003-69.519-1.003-88.857v-0.207c0-15.887 3.39-29.718 9.293-41.32l2.827-5.205c-0.319 0.060-0.634 0.207-0.949 0.505l-160.417 156.236c-0.317 0.266-0.511 0.597-0.599 0.923 3.321-1.607 7.857-3.807 8.5-4.076 13.966-6.218 30.908-9.609 51.177-9.609h-0.002z"],"tags":["evernote"]},"attrs":[{}],"properties":{"code":59667,"id":215,"name":"evernote","order":952,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":366},{"icon":{"attrs":[{}],"defaultCode":59666,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M336.612 724.894l-251.278-167.26 173.326-142.116 253.31 159.944-175.358 149.432zM511.97 575.434l253.368-159.914 173.326 142.086-250.78 167.288-175.914-149.46zM513.022 607.958l175.884 148.908 75.41-50.318v56.62l-251.292 153.642v0.524l-0.514-0.524-0.54 0.524v-0.524l-250.736-153.642v-56.62l75.38 50.318 175.358-148.908v-1.044l0.54 0.52 0.514-0.52v1.044h-0.004zM85.332 273.928l251.278-167.262 175.356 149.464-253.308 159.39-173.326-141.592zM687.884 106.668l250.782 167.262-173.326 141.592-253.37-159.39 175.914-149.464z"],"tags":["dropbox"]},"attrs":[{}],"properties":{"code":59666,"id":218,"name":"dropbox","order":953,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":367},{"icon":{"attrs":[{}],"defaultCode":59668,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M85.332 653.472l134.314 242.528 260.746-464.858-138.274-242.528-256.786 464.858zM421.138 653.472l-134.318 242.528h517.532l134.314-242.528h-517.528zM646.314 128h-268.63l272.59 485.052h268.632l-272.592-485.052z"],"tags":["google"]},"attrs":[{}],"properties":{"code":59668,"id":216,"name":"google","order":954,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":368},{"icon":{"attrs":[{}],"defaultCode":59669,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M893.846 588.694v0.002c47.745 17.123 70.173 53.089 66.080 105.963-2.647 34.596-18.765 62.192-44.348 75.893l-12.005 6.435-267.157 0.51c-205.264 0.405-270.514-0.324-281.796-3.15-54.252-13.568-84.474-56.753-84.566-120.853-0.025-20.486 1.446-30.313 6.551-43.479 12.526-32.303 45.659-56.668 89.257-65.634 21.707-4.472 28.388-9.263 28.388-20.354 0-3.503 2.578-13.867 5.733-23.047 14.343-41.726 40.886-76.538 69.25-90.779 29.686-14.888 44.68-18.256 80.597-18.065 51.002 0.27 76.452 11.358 112.034 48.808l19.566 20.596 17.538-6.086c84.875-29.425 169.481 20.648 176.298 104.351l1.87 22.881 16.709 6.007zM247.33 725.265c3.168 6.221 4.933 12.116 3.931 13.139-2.582 2.585-85.451 1.697-96.907-1.023-31.665-7.541-65.225-35.563-80.957-67.601-8.929-18.171-9.397-20.839-9.397-52.983 0-30.581 0.761-35.509 7.857-50.694 14.986-32.009 43.68-55.137 79.703-64.21 7.591-1.911 14.727-4.98 15.862-6.81 1.124-1.805 2.378-11.736 2.782-22.051 2.513-64.047 44.468-120.472 103.037-138.619 31.65-9.769 71.416-7.375 105.834 6.41 10.918 4.387 9.692 5.329 32.772-24.983 13.66-17.934 41.249-40.249 63.824-51.613 24.364-12.249 49.693-17.903 80.009-17.827 84.743 0.22 157.718 53.282 184.719 134.291 8.637 25.871 8.208 33.113-1.975 33.331-4.437 0.108-17.16 2.556-28.257 5.439l-20.181 5.275-18.444-18.465c-51.966-52.043-136.761-63.297-208.869-27.703-28.801 14.214-51.939 34.652-69.423 61.247-12.471 18.951-28.362 54.356-28.362 63.131 0 6.217-5.027 9.342-26.547 16.421-66.616 21.86-105.498 72.392-105.47 137.059 0.013 23.561 6.067 52.339 14.461 68.84z"],"tags":["onedrive"]},"attrs":[{}],"properties":{"code":59683,"id":217,"name":"onedrive","order":955,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":369},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"},{"fill":"rgb(255, 255, 255)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M312.89 227.556h398.222c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332z","M396.658 628.052c8.44 0 16.308-0.45 23.608-1.35s14.152-2.252 20.55-4.052c6.4-1.802 12.42-4.1 18.062-6.898s11.070-6.092 16.284-9.884v0-83.2h-68.408v21.618c0 1.99 0.712 3.674 2.132 5.048s3.366 2.062 5.832 2.062v0h25.742v37.404c-5.784 2.75-11.876 4.908-18.276 6.472s-13.914 2.346-22.542 2.346c-9.766 0-18.774-1.682-27.022-5.048s-15.36-8.226-21.334-14.578c-5.974-6.352-10.62-14.15-13.938-23.396s-4.978-19.794-4.978-31.644c0-11 1.564-20.954 4.692-29.868s7.584-16.546 13.368-22.898c5.784-6.354 12.776-11.236 20.978-14.65s17.376-5.12 27.52-5.12c6.258 0 11.782 0.428 16.57 1.28s9.102 1.944 12.942 3.272c3.84 1.326 7.348 2.892 10.524 4.692s6.282 3.604 9.316 5.404c2.37 1.516 4.692 2.276 6.968 2.276 3.604 0 6.496-1.754 8.676-5.262v0l11.094-17.35c-8.534-7.964-18.94-14.436-31.218-19.414s-26.81-7.466-43.592-7.466c-16.404 0-31.194 2.56-44.372 7.68s-24.392 12.326-33.636 21.618c-9.244 9.292-16.38 20.384-21.404 33.28s-7.538 27.070-7.538 42.524c0 15.264 2.584 29.346 7.75 42.24s12.35 23.988 21.548 33.28c9.198 9.292 20.1 16.544 32.712 21.76s26.406 7.822 41.388 7.822h0.002zM553.956 625.778v-205.654h-38.4v205.654h38.4zM638.72 625.778v-83.77h76.942v-30.578h-76.942v-60.87h91.164v-30.436h-129.706v205.654h38.542z"],"tags":["gif-file"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":59964,"codes":[59964,59981,59982,59983],"id":278,"name":"gif-file","order":956,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":370},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(255, 188, 49)","opacity":0.16},{"fill":"rgb(255, 188, 49)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v374.042h-439.23c-3.372 0-6.108 2.734-6.108 6.108 0 2.952 2.094 5.414 4.878 5.982l1.23 0.124h439.23v40.408c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.11 71.11-71.11h426.666zM369.168 635.192l-9.684 14.92c-1.222 2.006-0.96 4.538 0.698 6.194 1.258 1.256 3.072 1.73 4.73 1.29l1.202-0.504 15.88-9.25-12.826-12.65zM619.058 369.24l-224.066 226.25c-3.468 3.47-6.642 7.23-9.522 11.216l-2.782 4.054-10.992 20.156 15.008 14.92 20.068-10.384c4.816-2.792 9.298-6.086 13.4-9.84l3.004-2.9 223.802-225.812-27.92-27.66zM683.102 333.732c-7.13-7.13-18.322-7.564-26.032-1.44l-1.714 1.528-31.41 31.672 27.922 27.66 31.412-31.672c7.592-7.766 7.592-20.156-0.174-27.748v0h-0.004z"],"tags":["mac-pages"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(255, 188, 49)","opacity":0.16},{"fill":"rgb(255, 188, 49)"}],"properties":{"code":59941,"codes":[59941,59984,59985],"id":276,"name":"mac-pages","order":957,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":371},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(84, 203, 67)","opacity":0.16},{"fill":"rgb(84, 203, 67)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M725.332 227.556c39.274 0 71.11 31.838 71.11 71.112v426.668c0 39.274-31.838 71.11-71.11 71.11h-426.666c-39.274 0-71.11-31.838-71.11-71.11v-426.666c0-39.274 31.838-71.114 71.11-71.114h426.666zM716.444 672h-408.89v17.778h408.89v-17.778zM396.444 600.89h-88.89v53.332h88.89v-53.332zM503.11 512h-88.89v142.222h88.89v-142.222zM609.778 334.222h-88.89v320h88.89v-320zM716.444 423.11h-88.89v231.11h88.89v-231.11z"],"tags":["mac-numbers"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(84, 203, 67)","opacity":0.16},{"fill":"rgb(84, 203, 67)"}],"properties":{"code":59942,"codes":[59942,59986,59987],"id":275,"name":"mac-numbers","order":958,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":372},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(3, 157, 250)","opacity":0.16},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M796.444 512c0 122.182-77.044 226.37-185.192 266.646-30.906 11.506-64.342 17.798-99.252 17.798-35.642 0-69.764-6.56-101.204-18.53-107.124-40.798-183.24-144.462-183.24-265.914 0-157.094 127.35-284.444 284.444-284.444s284.444 127.35 284.444 284.444z","M291.664 547.84c0 12.068 9.644 21.846 21.538 21.846h405.602c11.894 0 21.534-9.782 21.534-21.846h-448.674z","M614.246 778.574c-30.59 11.552-63.686 17.87-98.24 17.87-35.278 0-69.052-6.586-100.17-18.606 1.15-0.384 2.368-0.596 3.62-0.596h61.144c12.618 0 22.834-10.376 22.834-23.164v-169.826h21.546v169.828c0 12.788 10.216 23.164 22.832 23.164h61.144c1.884 0 3.702 0.478 5.288 1.328l0.002 0.002z","M714.040 362.702c-0.666-11.902-10.374-21.204-22.124-21.204h-329.060v-25.202c0-9.862 7.908-17.886 17.632-17.886h55.534c2.362 8.346 9.928 14.46 18.914 14.46h44.37c10.876 0 19.692-8.942 19.692-19.976v-4.242c0-11.034-8.816-19.976-19.69-19.976h-44.37c-9.666 0-17.688 7.070-19.358 16.386h-55.088c-16.978 0-30.792 14.014-30.792 31.238v25.202h-13.196c-11.75 0-21.456 9.304-22.124 21.204l-9.55 170.57h418.762l-9.548-170.572-0.004-0.002z"],"tags":["mac-keynote"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(3, 157, 250)","opacity":0.16},{"fill":"rgb(3, 157, 250)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"},{"fill":"rgb(242, 242, 242)"}],"properties":{"code":59943,"codes":[59943,59988,59989,59990,59991,59992],"id":274,"name":"mac-keynote","order":959,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":373},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(33, 150, 243)","opacity":0.16},{"fill":"rgb(33, 150, 243)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002zM527.802 644.74h-158.024v31.606h158.024v-31.606zM654.222 581.53h-284.444v31.606h284.444v-31.606zM654.222 518.322h-284.444v31.606h284.444v-31.606zM654.222 455.11h-284.444v31.606h284.444v-31.606z"],"tags":["google-doc"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(33, 150, 243)","opacity":0.16},{"fill":"rgb(33, 150, 243)"}],"properties":{"code":59688,"codes":[59688,59993,59994],"id":251,"name":"google-doc","order":960,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":374},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(67, 160, 71)","opacity":0.16},{"fill":"rgb(67, 160, 71)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002zM622.616 455.11h-252.84v221.236h284.444v-221.236h-31.604zM401.382 486.716h63.21v31.606h-63.21v-31.606zM401.382 549.926h63.21v31.606h-63.21v-31.606zM401.382 613.136h63.21v31.606h-63.21v-31.606zM622.616 644.74h-126.42v-31.606h126.42v31.606zM622.616 581.53h-126.42v-31.606h126.42v31.606zM622.616 518.322h-126.42v-31.606h126.42v31.606z"],"tags":["google-sheet"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(67, 160, 71)","opacity":0.16},{"fill":"rgb(67, 160, 71)"}],"properties":{"code":59665,"codes":[59665,59995,59996],"id":252,"name":"google-sheet","order":961,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":375},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(246, 173, 22)","opacity":0.16},{"fill":"rgb(246, 173, 22)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572zM597.332 483.556h-170.668c-15.71 0-28.444 12.736-28.444 28.444v0 142.222c0 15.708 12.736 28.444 28.444 28.444v0h170.668c15.708 0 28.444-12.736 28.444-28.444v0-142.222c0-15.71-12.736-28.444-28.444-28.444v0z"],"tags":["google-slide"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(246, 173, 22)","opacity":0.16},{"fill":"rgb(246, 173, 22)"}],"properties":{"code":59664,"codes":[59664,59956,59650],"id":253,"name":"google-slide","order":962,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":376},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M426.666 284.444h184.89l184.89 312.89h-184.89z","M312.89 768l97.234-170.668h386.32l-96.366 170.668z","M227.556 608.494l93.122 159.506 191.322-322.37-94.814-161.186z"],"tags":["default-gdrive"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(255, 193, 7)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(76, 175, 80)"}],"properties":{"code":59658,"codes":[59658,59659,59660,59661,59662,59663,59671],"id":258,"name":"default-gdrive","order":963,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":377},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.992},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(0, 97, 213)"}],"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M158.688 288c-17.28 0-30.688 13.41-30.688 28.699v240.977c1.72 79.592 66.807 143.459 146.846 143.459 0.27 0 0.54 0 0.81 0h-0.042c56.781-0.070 106.21-31.4 131.926-77.664l0.393-0.771c24.928 45.904 74.784 78.434 130.367 78.434 82.464 0 149.567-65.027 149.567-147.258 1.92-78.431-65.184-143.488-147.616-143.488-55.615 0-105.439 30.613-130.367 76.516-24.96-45.904-74.815-76.516-132.319-76.516-34.528 0-65.215 11.492-90.144 28.697v-122.387c-0.366-15.689-13.011-28.313-28.701-28.698h-0.033zM691.262 407.294c-1.536-0.274-3.303-0.431-5.106-0.431-6.523 0-12.565 2.048-17.517 5.538l0.094-0.063c-11.52 9.576-15.328 28.698-5.76 42.074l76.704 99.468-76.672 99.437c-9.6 13.407-7.68 30.645 5.76 40.221 13.407 9.576 32.512 9.514 42.112-3.895l65.247-84.146 67.071 86.092c9.6 11.492 28.767 13.374 42.177 3.831 11.52-9.576 13.44-26.814 3.873-40.188l-74.815-99.437 74.815-97.584c9.6-13.376 9.537-32.497-3.873-42.074-15.36-9.576-32.607-7.661-42.177 5.746l-67.071 82.23-65.28-86.028c-4.767-5.746-11.935-9.576-19.584-10.788l0.002-0.003zM275.614 467.752c49.855 0 90.144 40.223 90.144 88.041 0 49.735-40.287 87.975-90.144 87.975s-90.112-38.243-90.112-87.975c0-47.818 40.257-88.041 90.112-88.041v0zM540.253 467.752c49.857 0 90.112 40.223 90.112 88.041-1.92 49.735-42.177 87.975-90.112 87.975-49.857 0-90.144-38.243-90.144-87.975 0-47.818 40.287-88.041 90.144-88.041v0z"],"tags":["default-box"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.992},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(0, 97, 213)"}],"properties":{"code":60232,"codes":[60232,60233,60234],"id":487,"name":"default-box","order":964,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":378},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(75, 119, 241)"}],"defaultCode":59708,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M707.37 284.444h-390.786c-31.662-0.058-57.372 28.85-57.424 64.57 0 2.906 0.166 5.81 0.508 8.69 0.814 7.1 6.578 12.112 12.874 11.194 1.534-0.224 3.012-0.794 4.344-1.678 5.072-3.328 10.846-5.048 16.712-4.978h81.836c14.77 0.046 27.89 10.642 32.688 26.398l1.954 7.106c7.908 26.41 29.838 44.216 54.548 44.29h265.734c6.028 0.006 11.948 1.794 17.172 5.188 1.764 1.162 3.772 1.77 5.816 1.764 6.348 0 11.494-5.806 11.494-12.966v-84.744c0-35.804-25.73-64.83-57.47-64.83v-0.004z","M766.886 426.058c-9.016-5.086-19.266-7.762-29.702-7.756h-274.014c-15.228-0.040-28.76-9.416-33.706-23.358l-2.014-6.286c-8.156-23.37-30.768-39.126-56.25-39.196h-84.386c-10.182-0.092-20.204 2.468-29.012 7.418-18.682 10.12-30.246 29.228-30.246 49.954v275.36c0 31.682 26.532 57.366 59.258 57.366h450.37c32.728 0 59.26-25.684 59.26-57.366v-206.52c0.072-20.478-11.212-39.418-29.558-49.61v-0.006z"],"tags":["default-file"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(47, 81, 177)"},{"fill":"rgb(75, 119, 241)"}],"properties":{"code":59708,"codes":[59708,59749,59651,59652],"id":164,"name":"default-file","order":965,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":379},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"defaultCode":59709,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M711.11 227.556c47.128 0 85.332 38.206 85.332 85.332v398.222c0 47.128-38.206 85.332-85.332 85.332h-398.222c-47.128 0-85.332-38.206-85.332-85.332v-398.222c0-47.128 38.206-85.332 85.332-85.332h398.222zM665.372 313.194l-256 56.894c-6.514 1.452-11.15 7.226-11.15 13.882v225.016c-11.918-7.226-26.596-11.664-42.668-11.664-39.196 0-71.11 25.518-71.11 56.894s31.916 56.894 71.11 56.894c39.196 0 71.11-25.518 71.11-56.894v-173.498l227.556-50.58v121.952c-11.918-7.226-26.596-11.664-42.668-11.664-39.226 0-71.11 25.518-71.11 56.894s31.886 56.894 71.11 56.894c39.226 0 71.11-25.518 71.11-56.894v-270.248c0-4.324-1.934-8.392-5.318-11.094-3.328-2.702-7.708-3.642-11.976-2.788l0.004 0.004z"],"tags":["default-music"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"properties":{"code":59709,"codes":[59709,59750,59655],"id":165,"name":"default-music","order":966,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":380},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"defaultCode":59710,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M512.002 227.556c-157.106 0-284.448 127.35-284.448 284.438 0 157.102 127.342 284.452 284.448 284.452 157.1 0 284.442-127.35 284.442-284.452 0-157.088-127.342-284.438-284.442-284.438zM623.9 536.678l-157.362 108.606c-19.648 13.572-35.82 4.976-35.82-19.11v-228.352c0-24.074 16.172-32.676 35.82-19.104l157.316 108.606c19.634 13.568 19.682 35.776 0.048 49.354h-0.002z"],"tags":["default-video"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(73, 117, 237)","opacity":0.16},{"fill":"rgb(75, 119, 241)"}],"properties":{"code":59710,"codes":[59710,59751,59656],"id":166,"name":"default-video","order":967,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":381},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(68, 117, 253)","opacity":0.16},{"fill":"rgb(68, 117, 253)"}],"defaultCode":59711,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.996l174.928 158.774-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l46.082-0.174v56.49h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.89h-56.89v28.444h56.89v56.888h-56.89v28.444h142.222v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.89h56.89v-28.444h-56.89v-56.604l81.072-0.284z"],"tags":["zip"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(68, 117, 253)","opacity":0.16},{"fill":"rgb(68, 117, 253)"}],"properties":{"code":59953,"codes":[59953,59957,59657],"id":167,"name":"zip","order":968,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":382},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(65, 105, 161)","opacity":0.16},{"fill":"rgb(65, 105, 161)"}],"defaultCode":59701,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062zM544.304 656.948l-38.474-154.948h-1.202l-39.676 154.948h-33.664l-62.52-196.106h34.868l44.486 161 39.676-161h34.866l40.878 161 44.486-161h32.462l-61.318 196.106h-34.868z"],"tags":["doc"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(65, 105, 161)","opacity":0.16},{"fill":"rgb(65, 105, 161)"}],"properties":{"code":59701,"codes":[59701,59744,59663],"id":160,"name":"doc","order":969,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":383},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(0, 118, 64)","opacity":0.16},{"fill":"rgb(0, 118, 64)"}],"defaultCode":59702,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.268 256l155.016 0.73 174.828 163.664v284.462c0 19.376-6.864 29.84-20.058 43.162s-29.39 19.982-48.586 19.982h-261.464c-19.194 0-35.39-6.66-48.584-19.982s-19.528-23.784-19.528-43.162v-379.826c0-19.378 6.598-35.726 19.794-49.048s29.392-19.982 48.584-19.982h-0.002zM456.256 449.642h-44.386l73.178 100.516-79.176 112.626h41.988l58.782-88.406 58.782 88.406h45.586l-82.774-115.050 73.178-98.096h-41.986l-52.784 75.086-50.388-75.082z"],"tags":["excel"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(0, 118, 64)","opacity":0.16},{"fill":"rgb(0, 118, 64)"}],"properties":{"code":59900,"codes":[59900,59997,59998],"id":161,"name":"excel","order":970,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":384},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(230, 65, 60)","opacity":0.16},{"fill":"rgb(230, 65, 60)"}],"defaultCode":59703,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256h152.062l177.628 153.106v289.894c0 19.368-6.614 35.71-19.838 49.026s-29.456 19.974-48.692 19.974h-261.16c-19.236 0-35.466-6.658-48.692-19.974s-19.838-29.656-19.838-49.026v-374c0-19.368 6.614-35.71 19.838-49.026s29.454-19.974 48.692-19.974zM517.046 352.938l-1.563-1.818c-7.479-8.041-18.3-10.728-28.815-7.193-9.949 3.338-18.213 11.694-23.003 26.384-8.433 25.871-3.385 65.501 13.811 97.97l2.42 4.381 2.57 4.281c-10.238 26.702-24.602 57.698-40.22 86.787-30.328 10.692-54.535 24.72-72.002 41.783-22.97 22.429-32.563 44.885-25.651 61.841 3.67 9.030 11.513 14.954 21.344 16.462l2.498 0.284 2.576 0.096 3.090-0.135c7.64-0.673 15.492-3.614 23.096-8.568 15.898-10.39 35.708-37.772 56.087-72.67l2.915-5.036 5.844-10.353c25.422-7.896 52.222-12.644 76.79-15.005 6.83-0.664 13.598-1.188 20.189-1.566 27.268 28.708 49.798 44.039 70.687 47.893 2.826 0.523 5.65 0.875 8.435 1.052l4.145 0.133 3.278-0.085c15.82-0.841 28.762-7.586 35.070-18.515 5.132-8.89 5.019-19.327-0.276-28.496-11.84-20.504-46.783-31.389-98.403-31.389l-5.416 0.037-5.441 0.113-8.334-9.506-7.562-8.984-8.555-10.48-30.7-38.419-1.31-1.605c7.587-21.736 11.923-39.491 12.896-52.937 2.25-31.030-0.571-52.241-8.952-64.637l-1.537-2.096v0zM417.648 606.025l-5.238 3.081-4.968 3.186c-6.443 4.318-12.161 8.913-17.139 13.773-13.474 13.163-19.365 24.367-19.343 29.107l0.047 0.297 1.412-0.119 1.59-0.352c2.223-0.62 4.832-1.837 7.465-3.554 7.522-4.913 19.644-19.889 33.548-41.325l2.627-4.094zM600.294 570.725l3.328 2.768 3.565 2.807c10.546 8.047 19.75 12.738 27.714 14.211l2.517 0.39 2.374 0.232 2.487 0.084 2.146-0.069c4.867-0.317 8.698-1.681 10.48-3.193l0.635-0.655-0.775-1.141-0.97-1.096c-6.142-6.189-23.174-11.905-49.087-14.019l-4.414-0.319zM502.711 503.609l-4.080 9.604c-5.603 12.931-11.834 26.322-18.456 39.655 19.030-4.37 37.784-7.249 54.994-8.941l-4.837-5.829-10.88-13.44-16.741-21.048zM495.123 371.568l-0.658 0.66-0.701 0.929c-0.954 1.41-1.966 3.493-2.805 6.074-4.711 14.447-3.132 37.073 4.338 58.414 1.982-7.872 3.187-14.613 3.578-20.034 1.847-25.48-0.048-39.377-3.186-45.114l-0.566-0.928z"],"tags":["pdf"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(230, 65, 60)","opacity":0.16},{"fill":"rgb(230, 65, 60)"}],"properties":{"code":59703,"codes":[59703,59747,59669],"id":162,"name":"pdf","order":971,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":385},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(213, 88, 60)","opacity":0.16},{"fill":"rgb(213, 88, 60)"}],"defaultCode":59704,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M381.42 256c-19.238 0-35.468 6.658-48.692 19.974s-19.838 29.658-19.838 49.026v374c0 19.37 6.612 35.71 19.838 49.026s29.456 19.974 48.692 19.974h261.16c19.236 0 35.468-6.658 48.692-19.974s19.838-29.658 19.838-49.026v-289.894l-177.628-153.106h-152.062zM453.244 543.474v-99.264h70.936c9.618 0 18.236 1.010 25.85 3.026s13.826 5.044 18.636 9.080c4.808 4.842 8.216 10.288 10.22 16.342s3.006 13.114 3.006 21.184c0 8.070-1.002 15.132-3.006 21.184s-5.41 11.5-10.22 16.342c-4.808 4.034-11.020 7.062-18.636 9.078s-16.23 3.026-25.85 3.026l-70.936 0.002zM423.188 413.946h113.016c13.626 0 25.448 1.818 35.468 5.45s18.636 8.676 25.85 15.132c7.214 7.262 12.424 15.738 15.63 25.42s4.808 20.982 4.808 33.894c0 12.106-1.602 23.202-4.808 33.288s-8.416 18.764-15.63 26.026c-7.214 6.456-15.83 11.5-25.85 15.132s-21.842 5.448-35.468 5.448h-82.96v110.158h-30.058v-269.948h0.002z"],"tags":["ppt"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(213, 88, 60)","opacity":0.16},{"fill":"rgb(213, 88, 60)"}],"properties":{"code":59711,"codes":[59711,59958,59685],"id":163,"name":"ppt","order":972,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":386},{"icon":{"attrs":[{"fill":"rgb(199, 199, 199)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(30, 136, 229)"},{"fill":"rgb(250, 250, 250)"},{"fill":"rgb(224, 224, 224)"},{"fill":"rgb(25, 118, 210)"}],"defaultCode":59859,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M832.001 75.43c-144.045 0-495.956 0-639.999 0-25.258 0-45.716 20.458-45.716 45.716 0 69.645 0 68.572 0 68.572h731.43c0 0 0 1.073 0-68.572 0-25.258-20.456-45.716-45.716-45.716zM283.428 144.001c-12.617 0-22.858-10.239-22.858-22.856s10.241-22.856 22.856-22.856c12.615 0 22.856 10.239 22.856 22.856s-10.241 22.856-22.856 22.856h0.002zM740.57 144.001c-12.617 0-22.856-10.239-22.856-22.856s10.241-22.856 22.856-22.856c12.615 0 22.856 10.239 22.856 22.856s-10.241 22.856-22.856 22.856z","M969.144 212.573c2.355-13.303-32.205-45.716-45.716-45.716-162.538 0-660.319 0-822.857 0-22.856 0-48.069 32.413-45.716 45.716 18.812 106.605 68.571 342.857 68.571 342.857h777.141c0 0 49.759-236.25 68.571-342.857h0.004z","M900.573 555.43h-777.141c0 0-49.759 236.25-68.571 342.857 0 26.194 18.103 45.716 45.716 45.716 162.536 0 660.319 0 822.857 0 13.509 0 45.716-11.43 45.716-45.716-18.812-106.607-68.571-342.857-68.571-342.857h-0.004z","M432.779 555.43c22.491 7.427 38.559 19.429 48.114 35.589 9.898 16.731 14.859 35.43 14.859 56.16 0 36.161-11.863 64.594-35.565 85.324-23.702 20.709-54.013 31.086-90.904 31.086-36.161 0-66.103-9.761-89.829-29.304s-35.109-46.035-34.217-79.451l0.823-1.646h51.246c0 20.893 6.401 37.53 19.221 49.873 12.801 12.366 30.399 18.538 52.755 18.538 22.719 0 40.526-6.171 53.417-18.538s19.361-30.628 19.361-54.789c0-24.525-5.715-42.604-17.166-54.24s-29.531-17.441-54.24-17.441h-46.879v-21.165l109.005 0.002zM686.561 555.43h53.691v202.423h-53.691v-202.423z","M300.046 464.821h-51.519l-0.549-1.646c-0.915-29.987 9.943-55.474 32.571-76.457s52.206-31.474 88.731-31.474c36.709 0 65.966 9.759 87.771 29.301s32.709 47.383 32.709 83.544c0 16.365-4.961 32.664-14.859 48.939s-24.754 28.663-44.571 37.211l2.447 1.189h-109.029v-20.822h46.879c23.816 0 40.663-5.944 50.561-17.85s14.859-28.481 14.859-49.736c0-22.719-5.623-39.977-16.89-51.795s-27.885-17.715-49.873-17.715c-20.893 0-37.667 6.124-50.284 18.401-12.206 11.839-18.514 27.474-18.949 48.915l-0.006-0.004zM740.251 555.43h-53.691v-142.127l-81.234 1.097v-38.721l134.927-14.719-0.002 194.471z","M100.571 166.857c-32.867 0-48.069 32.413-45.716 45.716 18.812 106.605 68.571 342.857 68.571 342.857l-22.856-388.573zM900.573 555.43c0 0 49.759-236.25 68.571-342.857 0-37.144-32.205-45.716-45.716-45.716l-22.856 388.573z"],"tags":["google-calendar-2019"]},"attrs":[{"fill":"rgb(199, 199, 199)"},{"fill":"rgb(25, 118, 210)"},{"fill":"rgb(30, 136, 229)"},{"fill":"rgb(250, 250, 250)"},{"fill":"rgb(224, 224, 224)"},{"fill":"rgb(25, 118, 210)"}],"properties":{"code":59859,"codes":[59859,59860,59861,59862,59863,59864],"id":40,"name":"google-calendar-2019","order":973,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":387},{"icon":{"attrs":[{"fill":"rgb(26, 35, 126)"},{"fill":"rgb(12, 73, 153)"},{"fill":"rgb(15, 115, 217)"},{"fill":"rgb(15, 67, 157)"},{"fill":"rgb(46, 205, 253)"},{"fill":"rgb(28, 95, 176)"},{"fill":"rgb(20, 103, 199)"},{"fill":"rgb(22, 144, 213)"},{"fill":"rgb(27, 180, 255)"},{"fill":"rgb(7, 77, 175)"},{"fill":"rgb(32, 118, 212)"},{"fill":"rgb(46, 208, 255)"},{"fill":"rgb(19, 159, 226)"},{"fill":"rgb(0, 72, 141)"},{"fill":"rgb(255, 255, 255)"}],"defaultCode":59752,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M960.161 501.761l-163.701-95.359v265.007h172.686v-154.011c0-6.424-3.429-12.388-8.983-15.634l-0.002-0.002z","M738.721 160.914h206.764v-25.326c0-21.874-17.715-39.589-39.566-39.589h-538.674c-21.851 0-39.589 17.715-39.589 39.589v25.326h411.064z","M738.721 725.074h167.177c21.851 0 39.587-17.715 39.587-39.587v-156.047h-206.764v195.634z","M327.68 529.464v156.047c0 21.851 17.715 39.587 39.589 39.587h166.241v-195.613l-205.83-0.021z","M738.721 160.914h206.764v183.474h-206.764z","M327.68 160.914h205.83v183.474h-205.828z","M533.484 529.464h205.234v195.613h-205.234z","M533.484 160.914h205.234v183.474h-205.234z","M738.721 344.389h206.764v185.051h-206.764z","M327.68 344.389h205.83v185.051h-205.828z","M533.484 344.389h205.234v185.051h-205.234z","M316.366 918.859c10.584 0 614.171 0 614.171 0 21.326 0 38.606-17.282 38.606-38.608v-362.811c0 0-0.686 15.041-40.024 36.96-29.713 16.549-628.686 354.538-628.686 354.538s5.349 9.921 15.932 9.921h0.002z","M929.806 918.789c-3.679 0-607.772 0.069-607.772 0.069-21.326 0-38.606-17.28-38.606-38.606v-348.435l671.156 378.559c-5.599 4.481-12.707 8.411-24.778 8.411v0.002z","M473.579 735.999h-380.297c-21.21 0-38.421-17.211-38.421-38.421v-380.297c0-21.212 17.211-38.421 38.421-38.421h380.297c21.212 0 38.421 17.211 38.421 38.421v380.297c0 21.212-17.211 38.421-38.421 38.421z","M281.463 387.062c-71.567 0-114.673 54.673-114.673 122.126s42.949 122.102 114.673 122.102c71.749 0 114.673-54.673 114.673-122.102 0-67.451-43.11-122.126-114.673-122.126v0zM281.463 590.079c-40.594 0-64.869-36.206-64.869-80.893s24.388-80.893 64.869-80.893c40.481 0 64.89 36.227 64.89 80.893s-24.321 80.893-64.89 80.893z"],"tags":["microsoft-outlook-2019"]},"attrs":[{"fill":"rgb(26, 35, 126)"},{"fill":"rgb(12, 73, 153)"},{"fill":"rgb(15, 115, 217)"},{"fill":"rgb(15, 67, 157)"},{"fill":"rgb(46, 205, 253)"},{"fill":"rgb(28, 95, 176)"},{"fill":"rgb(20, 103, 199)"},{"fill":"rgb(22, 144, 213)"},{"fill":"rgb(27, 180, 255)"},{"fill":"rgb(7, 77, 175)"},{"fill":"rgb(32, 118, 212)"},{"fill":"rgb(46, 208, 255)"},{"fill":"rgb(19, 159, 226)"},{"fill":"rgb(0, 72, 141)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"code":59752,"codes":[59752,59753,59754,59755,59756,59757,59758,59759,59760,59761,59762,59763,59764,59765,59766],"id":39,"name":"microsoft-outlook-2019","order":974,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":388},{"icon":{"attrs":[{"fill":"rgb(245, 76, 61)"},{"fill":"rgb(41, 158, 11)"}],"defaultCode":59836,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M256-0.002c139.864 0 253.532 111.889 255.96 250.829-123.233 40.515-220.618 137.9-261.138 261.096l5.178 0.075c-141.384 0-256-114.332-256-255.366v-1.267c0-138.644 110.764-251.483 248.834-255.268l7.166-0.098zM256 209.318c-51.887 0.469-83.679 10.994-109.977 32.66-12.249 10.092-16.976 21.705-16.951 37.007v0l0.084 2.235 0.319 1.923c1.189 5.801 4.412 11.782 8.691 15.307 6.153 5.069 13.4 7.277 24.033 5.775v0l35.886-6.021c12.234-2.292 12.754-12.923 12.498-22.316v0l-0.113-7.049 0.033-0.957c0.339-4.334 3.327-6.803 11.115-7.305 7.022-0.486 28.489-0.031 35.723 0 5.843 0.025 24.277-0.6 30.541 0 8.143 0.779 11.151 3.486 11.251 8.357v0l-0.096 6.991 0.057 1.551c0.756 9.163 5.044 19.792 17.773 21.529v0l35.926 6.026 1.963 0.204c7.861 0.546 15.751-2.127 21.437-6.811 4.484-3.695 7.666-8.555 8.836-14.167v0l0.582-3.616-0.056-2.461c-0.549-15.339-4.917-26.039-19.463-38.023-23.841-19.643-58.067-31.306-110.093-30.838z","M640 256c212.078 0 384 171.922 384 384s-171.922 384-384 384c-212.078 0-384-171.922-384-384s171.922-384 384-384zM573.33 465.32c-8.674-4.071-17.892-5.415-27.298-3.94-7.039 1.095-15.546 4.165-25.83 9.163-10.080 4.899-17.857 9.594-23.401 14.214-11.95 10.033-19.192 23.591-21.798 40.313-2.711 15.806-1.487 33.654 3.594 53.412 4.991 19.409 13.609 40.18 25.827 62.336 12.154 22.269 27.797 44.852 46.899 67.725 14.488 17.037 29.178 32.225 44.133 45.628 14.688 13.601 29.55 25.24 44.475 34.797 15.049 9.637 29.83 17.056 44.362 22.235 14.891 5.308 29.217 7.996 42.951 7.996 8.47 0 16.285-1.113 23.405-3.376 7.284-2.315 13.78-5.815 19.406-10.465 5.384-4.031 11.67-10.384 18.633-18.815 7.069-8.56 11.833-15.785 14.303-21.922 3.654-7.318 4.416-15.906 2.057-24.794-2.324-8.755-7.315-16.32-14.813-22.487-13.382-11.024-24.2-20.164-32.437-27.404-8.241-7.243-16.197-14.484-23.869-21.723-6.166-6.591-14.879-10.67-25.157-11.578-9.96-0.88-19.35 1.215-27.769 6.184-3.264 2.195-5.705 4.106-7.9 6.106-2.031 1.851-4.474 4.286-7.366 7.331v0l-0.967 1.194c-0.115 0.167-0.167 0.23-0.122 0.186v0l-1.027 0.999c-1.14 1.246-2.043 2.237-2.792 3.056-1.094-0.495-2.435-1.176-3.988-2.039-4.035-2.242-8.615-5.618-13.669-10.13-5.216-4.656-10.894-10.596-17.004-17.809-5.639-6.747-10.301-13.019-13.946-18.751-3.557-5.594-6.123-10.532-7.708-14.77v0c-1.247-3.052-1.985-5.328-2.324-7.016 0.548-0.29 1.161-0.579 1.842-0.862 1.203-0.568 2.040-1.029 2.852-1.532v0l2.186-1.062c1.013-0.492 1.941-1.082 2.796-1.756 2.431-1.329 4.646-2.676 6.646-4.048 2.241-1.538 4.409-3.199 6.507-4.983 7.341-7.392 11.337-15.376 12.505-24.318 1.188-9.098-0.92-17.812-6.218-25.822-8.45-12.215-15.648-23.258-21.704-33.287-6.042-10.006-11.403-19.671-16.086-28.992-4.782-8.729-11.507-15.121-20.187-19.194z"],"tags":["end & answer"]},"attrs":[{"fill":"rgb(245, 76, 61)"},{"fill":"rgb(41, 158, 11)"}],"properties":{"code":59836,"codes":[59836,59837,59838,59839],"id":52,"name":"end--answer","order":975,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":389},{"icon":{"attrs":[{"fill":"rgb(68, 117, 253)"},{"fill":"rgb(41, 158, 11)"}],"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M256-0.002c139.864 0 253.532 111.889 255.96 250.829-123.233 40.515-220.618 137.9-261.138 261.096l5.178 0.075c-141.384 0-256-114.332-256-255.366v-1.267c0-138.644 110.764-251.483 248.834-255.268l7.166-0.098zM198.4 153.6l-1.433 0.053c-9.935 0.733-17.767 9.025-17.767 19.147v0 166.4c0 10.604 8.596 19.2 19.2 19.2v0l1.433-0.053c9.935-0.733 17.767-9.025 17.767-19.147v0-166.4c0-10.604-8.596-19.2-19.2-19.2v0zM313.6 153.6l-1.433 0.053c-9.935 0.733-17.767 9.025-17.767 19.147v0 166.4c0 10.604 8.596 19.2 19.2 19.2v0l1.433-0.053c9.935-0.733 17.767-9.025 17.767-19.147v0-166.4c0-10.604-8.596-19.2-19.2-19.2v0z","M640 256c212.078 0 384 171.922 384 384s-171.922 384-384 384c-212.078 0-384-171.922-384-384s171.922-384 384-384zM573.33 465.32c-8.674-4.071-17.892-5.415-27.298-3.94-7.039 1.095-15.546 4.165-25.83 9.163-10.080 4.899-17.857 9.594-23.401 14.214-11.95 10.033-19.192 23.591-21.798 40.313-2.711 15.806-1.487 33.654 3.594 53.412 4.991 19.409 13.609 40.18 25.827 62.336 12.154 22.269 27.797 44.852 46.899 67.725 14.488 17.037 29.178 32.225 44.133 45.628 14.688 13.601 29.55 25.24 44.475 34.797 15.049 9.637 29.83 17.056 44.362 22.235 14.891 5.308 29.217 7.996 42.951 7.996 8.47 0 16.285-1.113 23.405-3.376 7.284-2.315 13.78-5.815 19.406-10.465 5.384-4.031 11.67-10.384 18.633-18.815 7.069-8.56 11.833-15.785 14.303-21.922 3.654-7.318 4.416-15.906 2.057-24.794-2.324-8.755-7.315-16.32-14.813-22.487-13.382-11.024-24.2-20.164-32.437-27.404-8.241-7.243-16.197-14.484-23.869-21.723-6.166-6.591-14.879-10.67-25.157-11.578-9.96-0.88-19.35 1.215-27.769 6.184-3.264 2.195-5.705 4.106-7.9 6.106-2.031 1.851-4.474 4.286-7.366 7.331v0l-0.967 1.194c-0.115 0.167-0.167 0.23-0.122 0.186v0l-1.027 0.999c-1.14 1.246-2.043 2.237-2.792 3.056-1.094-0.495-2.435-1.176-3.988-2.039-4.035-2.242-8.615-5.618-13.669-10.13-5.216-4.656-10.894-10.596-17.004-17.809-5.639-6.747-10.301-13.019-13.946-18.751-3.557-5.594-6.123-10.532-7.708-14.77v0c-1.247-3.052-1.985-5.328-2.324-7.016 0.548-0.29 1.161-0.579 1.842-0.862 1.203-0.568 2.040-1.029 2.852-1.532v0l2.186-1.062c1.013-0.492 1.941-1.082 2.796-1.756 2.431-1.329 4.646-2.676 6.646-4.048 2.241-1.538 4.409-3.199 6.507-4.983 7.341-7.392 11.337-15.376 12.505-24.318 1.188-9.098-0.92-17.812-6.218-25.822-8.45-12.215-15.648-23.258-21.704-33.287-6.042-10.006-11.403-19.671-16.086-28.992-4.782-8.729-11.507-15.121-20.187-19.194z"],"tags":["hold-answer"]},"attrs":[{"fill":"rgb(68, 117, 253)"},{"fill":"rgb(41, 158, 11)"}],"properties":{"code":60041,"codes":[60041,60042],"id":348,"name":"hold-answer","order":976,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":390},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(68, 117, 253)"}],"defaultCode":59870,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M469.456 896.48l34.544 33.010 22.083-21.058c213.917-203.982 321.917-367.53 321.917-495.632 0-192.528-153.904-348.8-344-348.8s-344 156.272-344 348.8c0 125.59 103.806 285.251 309.456 483.68zM224 412.8c0-157.399 125.471-284.8 280-284.8s280 127.401 280 284.8c0 99.124-88.81 239.323-268.174 416.423l-11.826 11.602c-187.287-182.588-280-326.747-280-428.026z","M224 412.8c0-157.399 125.471-284.8 280-284.8s280 127.401 280 284.8c0 99.124-88.81 239.323-268.174 416.423l-11.826 11.602c-187.287-182.588-280-326.747-280-428.026z"],"tags":["marker_s"]},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(68, 117, 253)"}],"properties":{"code":59870,"codes":[59870,59871],"id":45,"name":"marker_s","order":977,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":391},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 216, 0)"}],"defaultCode":59868,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M504.32 902.55l21.2-20.215 21.614-20.833c191.020-186.161 287.426-336.389 287.426-454.974 0-184.827-147.748-334.848-330.24-334.848s-330.24 150.021-330.24 334.848c0 122.978 103.68 279.985 309.040 475.807l21.2 20.215zM235.52 406.528c0-151.103 120.452-273.408 268.8-273.408s268.8 122.305 268.8 273.408c0 95.427-85.739 230.509-258.905 401.205l-9.895 9.7c-179.795-175.285-268.8-313.677-268.8-410.905z","M235.52 406.528c0-151.103 120.452-273.408 268.8-273.408s268.8 122.305 268.8 273.408c0 95.427-85.739 230.509-258.905 401.205l-9.895 9.7c-179.795-175.285-268.8-313.677-268.8-410.905z"],"tags":["marker_m"]},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 216, 0)"}],"properties":{"code":59868,"codes":[59868,59869],"id":44,"name":"marker_m","order":978,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":392},{"icon":{"attrs":[{"fill":"rgb(244, 67, 54)"}],"defaultCode":59648,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 750.125c0 45.688-36.188 81.875-81.875 81.875h-476.25c-45.687 0-81.875-36.188-81.875-81.875v-476.25c0-45.687 36.188-81.875 81.875-81.875h476.25c45.688 0 81.875 36.188 81.875 81.875v476.25z"],"tags":["stop-record"]},"attrs":[{"fill":"rgb(244, 67, 54)"}],"properties":{"code":59672,"id":105,"name":"stop-record","order":979,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":393},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"}],"defaultCode":59712,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M536.182 255.998l174.928 158.772-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l155.596-0.572zM556.578 468.27l-68.888 128.654-49.988-66.594-70.7 124.658h164.294l-0.396-0.494 121.25 0.020-95.572-186.244zM440.89 398.222c-23.564 0-42.668 19.104-42.668 42.668s19.104 42.668 42.668 42.668c23.564 0 42.668-19.104 42.668-42.668s-19.104-42.668-42.668-42.668z"],"tags":["image-preview"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"}],"properties":{"code":59712,"codes":[59712,59726,59727],"id":168,"name":"image-preview","order":980,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":394},{"icon":{"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"},{"fill":"rgb(241, 241, 242)"}],"defaultCode":59732,"grid":16,"isMulticolor":true,"isMulticolor2":true,"paths":["M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M113.778 0h796.444c62.838 0 113.778 50.94 113.778 113.778v796.444c0 62.838-50.94 113.778-113.778 113.778h-796.444c-62.838 0-113.778-50.94-113.778-113.778v-796.444c0-62.838 50.94-113.778 113.778-113.778z","M380.584 256.572l155.598-0.572 174.928 158.77-0.76 284.090c0 19.408-6.532 35.784-19.596 49.126s-29.096 20.014-48.1 20.014h-260.942c-19.002 0-35.036-6.672-48.1-20.014s-19.596-29.718-19.596-49.126l-1.126-373.15c0-19.408 6.532-35.784 19.596-49.126s29.096-20.014 48.1-20.014l-0.002 0.002z","M586.538 471.6c18.722 0 30.22 17.12 49.348 58.318l20.066 44.404c4.302 9.318 6.922 14.494 10.246 20.496 2.652 4.788 5.032 8.552 7.084 11.23l1.82 2.206 0.866-0.672c8.148-7.534 28.576-46.096 53.668-110.472l6.242-16.298 26.62 10.020-10.338 26.888c-32.306 82.026-55.222 119.672-78.586 119.672l-3.88-0.156c-14.198-1.254-21.126-10.76-40.148-52.26l-19.458-43.078-4.816-10.038c-10.114-20.39-17.896-31.812-18.732-31.812-1.91 0-10.872 13.758-26.442 43.558l-14.846 29.114c-23.9 46.752-36.586 64.674-56.686 64.674-19.048 0-32.682-17.672-54.536-57.938l-21.612-40.764c-14.234-26.312-22-38.644-22.474-38.644l-0.272-0.068c-0.888-0.512 0.33-3.512-5.116 5.14l-78.060 130.274-24.414-14.596 55.822-94.466c2.58-4.294 4.654-7.71 6.014-9.884l6.764-10.58c16.052-24.464 26.074-34.264 39.256-34.264l3.63 0.112c13.276 0.93 19.822 8.28 40.356 46.586l25.1 47.586 6.68 11.972c5.268 9.13 9.832 16.202 14.010 21.618 5.122 6.636 8.788 9.472 8.844 9.472 2.536 0 12.21-13.242 25.746-38.456l11.52-22.39 9.536-18.792c24.434-47.574 32.794-57.71 51.168-57.71l0.010-0.002z"],"tags":["image-broken"]},"attrs":[{"fill":"rgb(255, 255, 255)","opacity":0.991775},{"fill":"rgb(167, 170, 174)","opacity":0.16},{"fill":"rgb(167, 170, 174)"},{"fill":"rgb(241, 241, 242)"}],"properties":{"code":59732,"codes":[59732,59767,59673,59674],"id":169,"name":"image-broken","order":981,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":395},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M788.881 530.947c11.742-16.254 32.821-23.227 52.125-16.278 26.416 9.509 50.882 24.13 72.165 43.066 14.698 13.078 19.508 34.098 12.261 52.323-3.113 7.829-2.6 16.66 1.402 23.955 3.993 7.279 10.691 11.662 18.005 12.212 20.229 1.519 36.738 16.277 41.179 35.9 3.976 17.569 5.983 35.624 5.983 53.874 0 18.227-2.002 36.27-5.967 53.855-4.431 19.65-20.963 34.43-41.218 35.937-7.302 0.543-13.99 4.918-17.982 12.195-4.003 7.296-4.518 16.136-1.406 23.973 7.233 18.214 2.427 39.215-12.253 52.289-21.269 18.941-45.74 33.57-72.168 43.083-20.445 7.359-42.924-0.892-54.154-19.332-4.368-7.172-11.395-11.242-18.853-11.242-7.462 0-14.504 4.076-18.885 11.257-11.232 18.407-33.679 26.645-54.104 19.308-26.409-9.486-50.886-24.108-72.182-43.056-14.698-13.078-19.508-34.098-12.261-52.323 3.113-7.829 2.6-16.66-1.402-23.955-3.993-7.279-10.691-11.662-18.005-12.212-20.229-1.519-36.738-16.277-41.179-35.9-3.976-17.569-5.983-35.624-5.983-53.875 0-18.227 2.002-36.27 5.967-53.854 4.431-19.65 20.963-34.43 41.218-35.937 7.302-0.543 13.99-4.918 17.982-12.195 4.003-7.296 4.518-16.136 1.406-23.973-7.233-18.214-2.427-39.215 12.253-52.289 21.269-18.941 45.74-33.57 72.168-43.083 20.444-7.359 42.921 0.891 54.152 19.329 4.371 7.176 11.397 11.246 18.855 11.246 6.29 0 12.3-2.894 16.24-7.446l1.789-2.408 2.852-4.442zM416 544c46.034 0 90.287 7.227 130.954 20.475-2.19 8.102-3.395 16.421-3.652 24.808l-0.038 5.597-3.372 1.853c-10.813 6.254-20.475 14.315-28.573 23.798-29.808-8.104-61.898-12.531-95.318-12.531-156.112 0-283.214 96.608-287.868 217.152l-0.132 6.848 370.042 0.041c9.721 18.076 24.257 33.027 41.841 43.201l3.381 1.846 0.025 5.615c0.136 4.465 0.541 8.91 1.209 13.311l-416.498-0.014c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM704.032 580.128l-3.043 1.412c-5.107 2.509-10.087 5.305-14.92 8.375l-7.135 4.811-5.046 3.803 0.245 0.874c4.13 17.577 3.036 36.031-3.208 52.992l-2.583 6.286-3.065 6.118c-10.42 18.993-26.97 33.14-46.416 40.277l-5.917 1.929-2.704 0.644-1.136 8.26-0.482 4.99-0.345 5.014-0.277 10.088c0 4.503 0.164 8.985 0.492 13.438l0.614 6.657 1.134 8.193 2.72 0.705c18.138 5.193 34.158 16.332 45.643 31.798l3.657 5.314 3.017 5.098c9.919 18.080 13.339 38.797 10.153 58.777l-1.307 6.628-0.236 0.832 5.043 3.836c4.683 3.343 9.521 6.415 14.495 9.205l7.559 3.972 3.016 1.387 1.321-1.492c13.309-14.336 30.929-23.798 50.21-26.67l6.485-0.711 5.984-0.211c21.901 0 42.461 8.449 58.133 23.052l4.551 4.563 1.252 1.47 3.075-1.379c5.107-2.509 10.087-5.305 14.92-8.375l7.135-4.811 5.014-3.835-0.213-0.842c-4.13-17.577-3.036-36.031 3.208-52.992l2.583-6.286 3.065-6.118c10.42-18.993 26.97-33.14 46.416-40.277l5.917-1.929 2.672-0.677 1.168-8.228 0.482-4.99 0.345-5.014 0.277-10.088c0-4.503-0.164-8.985-0.492-13.438l-0.614-6.657-1.166-8.225-2.688-0.673c-18.138-5.193-34.158-16.332-45.643-31.798l-3.657-5.314-3.017-5.098c-9.919-18.080-13.339-38.797-10.153-58.777l1.51-7.493-5.009-3.803c-4.683-3.343-9.522-6.417-14.498-9.21l-7.564-3.977-3.009-1.378-2.092 2.376c-13.215 13.874-30.643 23.034-49.635 25.816l-6.385 0.689-5.887 0.204c-21.9 0-42.459-8.449-58.131-23.050l-4.551-4.563-1.286-1.503zM768 672c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["admin_border"]},"attrs":[{}],"properties":{"code":59676,"id":257,"name":"admin_border","order":982,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":396},{"icon":{"attrs":[{}],"defaultCode":59903,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M841.006 514.669c26.416 9.509 50.882 24.13 72.165 43.066 14.698 13.078 19.508 34.098 12.261 52.323-3.113 7.829-2.6 16.66 1.402 23.955 3.993 7.279 10.691 11.662 18.005 12.212 20.229 1.519 36.738 16.277 41.179 35.9 3.976 17.569 5.983 35.624 5.983 53.874 0 18.227-2.002 36.27-5.967 53.855-4.431 19.65-20.963 34.43-41.218 35.937-7.302 0.543-13.99 4.918-17.982 12.195-4.003 7.296-4.518 16.136-1.406 23.973 7.233 18.214 2.427 39.215-12.253 52.289-21.269 18.941-45.74 33.57-72.168 43.083-20.445 7.359-42.924-0.892-54.154-19.332-4.368-7.172-11.395-11.242-18.853-11.242-7.462 0-14.504 4.076-18.885 11.257-11.232 18.407-33.679 26.645-54.104 19.308-26.409-9.486-50.886-24.108-72.182-43.056-14.698-13.078-19.508-34.098-12.261-52.323 3.113-7.829 2.6-16.66-1.402-23.955-3.993-7.279-10.691-11.662-18.005-12.212-20.229-1.519-36.738-16.277-41.179-35.9-3.976-17.569-5.983-35.624-5.983-53.875 0-18.227 2.002-36.27 5.967-53.854 4.431-19.65 20.963-34.43 41.218-35.937 7.302-0.543 13.99-4.918 17.982-12.195 4.003-7.296 4.518-16.136 1.406-23.973-7.233-18.214-2.427-39.215 12.253-52.289 21.269-18.941 45.74-33.57 72.168-43.083 20.444-7.359 42.921 0.891 54.152 19.329 4.371 7.176 11.397 11.246 18.855 11.246 6.29 0 12.3-2.894 16.24-7.446l1.789-2.408 2.852-4.442c11.742-16.254 32.821-23.227 52.125-16.278zM416 544c46.034 0 90.287 7.227 130.954 20.475-2.19 8.102-3.395 16.421-3.652 24.808l-0.038 5.597-3.372 1.853c-26.066 15.076-45.438 40.648-52.357 71.334-5.011 22.224-7.535 44.989-7.535 67.933 0 22.982 2.532 45.776 7.561 68l1.551 6.059c7.994 27.943 26.473 51.124 50.771 65.183l3.381 1.846 0.025 5.615c0.136 4.465 0.541 8.91 1.209 13.311l-416.498-0.014c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM768 672c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192z"],"tags":["admin"]},"attrs":[{}],"properties":{"code":59903,"id":10,"name":"admin","order":983,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":397},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 608c17.673 0 32 14.327 32 32v96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-96.032l0.032 96c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-96h-95.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h96v-96c0-17.673 14.327-32 32-32zM256 608c28.786 0 56.623 4.175 82.629 11.936-15.466 17.375-29.083 36.079-40.551 55.918-13.542-2.523-27.623-3.854-42.078-3.854-98.581 0-179.81 61.913-190.747 141.623-1.253 9.129 1.67 17.826 10.378 18.377l3.212 0.096c14.213 0.258 69.63 0.237 166.252-0.062l10.905-0.034 0.289 8.677c1.152 17.205 5.703 33.479 12.988 48.156l3.867 7.202-209.145-0.035c-35.346 0-64-28.654-64-64 0-126.556 116.933-224 256-224zM672 544c38.915 0 76.557 5.165 111.836 14.765-29.597 11.355-56.158 28.789-78.165 50.78-11.032-1.030-22.274-1.545-33.671-1.545-153.31 0-278.641 93.17-287.499 210.683-0.438 5.81 2.018 11.649 6.432 13.017l2.009 0.3 256.335 0.001c6.881 23.122 17.396 44.679 30.881 64.009l-296.157-0.011c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM256 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM672 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM256 288c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96zM672 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["add-team_border"]},"attrs":[{}],"properties":{"code":59678,"id":256,"name":"add-team_border","order":984,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":398},{"icon":{"attrs":[{}],"defaultCode":59720,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 608c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM256 608c28.786 0 56.623 4.175 82.629 11.936-51.612 57.982-82.629 130.758-82.629 212.064 0 20.413 4.778 39.71 13.277 56.833l3.867 7.202-209.145-0.035c-35.346 0-64-28.654-64-64 0-126.556 116.933-224 256-224zM672 544c38.915 0 76.557 5.165 111.836 14.765-84.126 32.266-143.836 113.777-143.836 209.235 0 47.597 14.845 91.726 40.157 128.011l-296.157-0.011c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM864 640c-15.148 0-27.838 10.526-31.155 24.663l-0.63 3.605-0.215 3.732v64h-64l-3.732 0.215c-15.915 1.848-28.268 15.374-28.268 31.785 0 15.148 10.526 27.838 24.663 31.155l3.605 0.63 3.732 0.215h63.968l0.032 64 0.215 3.732c1.848 15.915 15.374 28.268 31.785 28.268 15.148 0 27.838-10.526 31.155-24.663l0.63-3.605 0.215-3.732-0.032-64h64.032l3.732-0.215c15.915-1.848 28.268-15.374 28.268-31.785 0-15.148-10.526-27.838-24.663-31.155l-3.605-0.63-3.732-0.215h-64v-64l-0.215-3.732c-1.848-15.915-15.374-28.268-31.785-28.268zM256 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM672 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192z"],"tags":["addteam"]},"attrs":[{}],"properties":{"code":59720,"id":142,"name":"add-team","order":985,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":399},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 608c-139.067 0-256 97.444-256 224 0 35.346 28.654 64 64 64l209.145 0.035c-9.541-16.481-15.512-35.286-16.855-55.359l-0.289-8.677c-114.441 0.367-174.564 0.367-180.369 0-8.708-0.551-11.631-9.248-10.378-18.377 10.938-79.711 92.166-141.623 190.747-141.623 14.455 0 28.536 1.331 42.078 3.854 11.468-19.839 25.085-38.543 40.551-55.918-26.007-7.761-53.844-11.936-82.629-11.936zM672 544c-191.384 0-352 124.923-352 288 0 35.346 28.654 64 64 64h576c35.346 0 64-28.654 64-64 0-163.077-160.616-288-352-288zM672 608c150.639 0 274.266 89.953 286.931 204.564 1.694 15.326-8.103 19.436-14.329 19.436-123.083 0-306.97 0-551.66 0-5.662 0-8.942-6.677-8.441-13.317 8.859-117.512 134.19-210.683 287.499-210.683zM256 224c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM672 96c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM256 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM672 160c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128z"],"tags":["team_border"]},"attrs":[{}],"properties":{"code":59684,"id":255,"name":"team_border","order":986,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":400},{"icon":{"attrs":[{}],"defaultCode":59700,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 608c-139.067 0-256 97.444-256 224 0 35.346 28.654 64 64 64l209.145 0.035c-10.904-18.835-17.145-40.706-17.145-64.035 0-81.306 31.017-154.081 82.629-212.064-26.007-7.761-53.844-11.936-82.629-11.936zM672 544c-191.384 0-352 124.923-352 288 0 35.346 28.654 64 64 64h576c35.346 0 64-28.654 64-64 0-163.077-160.616-288-352-288zM256 224c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM672 96c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192z"],"tags":["team"]},"attrs":[{}],"properties":{"code":59700,"id":159,"name":"team","order":987,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":401},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 576c226.153 0 416 138.070 416 320 0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64 0-181.93 189.847-320 416-320zM512 640c-183.564 0-334.31 102.189-350.551 232.614-2.004 16.098 5.44 23.386 18.145 23.386 149.577 0 372.708 0 669.391 0 7.652 0 15.369-5.041 14.194-17.618-12.445-133.167-164.918-238.382-351.18-238.382zM512 64c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224zM512 128c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160z"],"tags":["member_border"]},"attrs":[{}],"properties":{"code":59922,"id":254,"name":"member_border","order":988,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":402},{"icon":{"attrs":[{}],"defaultCode":59699,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 576c226.153 0 416 138.070 416 320 0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64 0-181.93 189.847-320 416-320zM512 64c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224z"],"tags":["people"]},"attrs":[{}],"properties":{"code":59976,"id":158,"name":"people","order":989,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":403},{"icon":{"attrs":[{}],"defaultCode":59829,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 544c17.673 0 32 14.327 32 32v128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128.032l0.032 128c0 17.673-14.327 32-32 32s-32-14.327-32-32l-0.032-128h-127.968c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-128c0-17.673 14.327-32 32-32zM416 544c55.117 0 107.682 10.361 154.594 29.011-13.868 16.768-25.614 35.299-34.872 55.22-36.428-12.992-76.988-20.231-119.722-20.231-150.678 0-274.33 89.999-286.941 204.653-1.586 14.422 10.729 19.348 16.623 19.349 85.542 0.007 213.855 0.016 384.939 0.030 9.402 23.217 22.111 44.742 37.543 63.989l-440.164-0.019c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM416 160c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["add member"]},"attrs":[{}],"properties":{"code":59963,"id":3,"name":"add-member_border","order":990,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":404},{"icon":{"attrs":[{}],"defaultCode":59719,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M736 512c123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224s100.288-224 224-224zM416 544c33.192 0 65.458 3.757 96.122 10.82-40.105 49.498-64.122 112.534-64.122 181.18 0 59.221 17.875 114.268 48.523 160.039l-368.523-0.039c-35.346 0-64-28.654-64-64 0-163.077 160.616-288 352-288zM736 576c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v96h-96c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h95.968l0.032 96c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732-0.032-96h96.032c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215h-96v-96c0-17.673-14.327-32-32-32zM416 96c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192z"],"tags":["addmember"]},"attrs":[{}],"properties":{"code":59719,"id":141,"name":"add-member","order":991,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":405},{"icon":{"attrs":[{}],"defaultCode":59802,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 704c-102.672 0-192.796 41.787-243.791 104.689l2.608 2.137c65.921 53.272 149.826 85.174 241.183 85.174s175.262-31.902 241.183-85.174l2.603-2.122c-51.005-62.923-141.122-104.704-243.786-104.704zM774.354 792.406l-8.043 7.318c2.708-2.395 5.393-4.838 8.043-7.318zM512 128c-212.077 0-384 171.923-384 384 0 96.357 35.491 184.425 94.113 251.845 63.983-75.638 170.999-123.845 289.887-123.845 118.872 0 225.873 48.193 289.891 123.789 58.629-67.392 94.109-155.447 94.109-251.789 0-212.077-171.923-384-384-384zM512 192c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM512 256c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["contacts_border"]},"attrs":[{}],"properties":{"code":59802,"id":212,"name":"contacts_border","order":992,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":406},{"icon":{"attrs":[{}],"defaultCode":59671,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 640c-118.889 0-225.904 48.207-289.887 123.845 11.263 12.954 23.381 25.145 36.278 36.493l9.818 8.351 2.608 2.137 8.7 6.826c64.532 49.159 145.099 78.348 232.483 78.348s167.951-29.189 232.483-78.348l8.7-6.826 2.603-2.122 9.812-8.35c12.894-11.349 25.025-23.551 36.321-36.532-64.015-75.614-171.030-123.821-289.919-123.821zM512 224c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160s-71.634-160-160-160z"],"tags":["contacts"]},"attrs":[{}],"properties":{"code":59687,"id":211,"name":"contacts","order":993,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":407},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59775,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M512 224c15.648 0 30.336 2.88 44.032 8.672s25.6 14.592 35.648 26.464c10.048 11.872 17.984 26.848 23.808 44.96s8.736 39.488 8.736 64.128c0 24.672-2.912 46.016-8.736 64.032s-13.76 32.96-23.808 44.768c-10.048 11.808-21.92 20.576-35.648 26.368s-28.384 8.64-44.032 8.64c-15.808 0-30.464-2.88-44.032-8.672s-25.376-14.56-35.424-26.368c-10.048-11.808-17.952-26.72-23.68-44.768s-8.608-39.392-8.608-64.032c0-24.672 2.88-46.048 8.608-64.128s13.632-33.088 23.68-44.96c10.048-11.872 21.856-20.672 35.424-26.464s28.256-8.672 44.032-8.672zM512 253.696c-9.472 0-18.592 1.92-27.36 5.792s-16.448 10.272-23.040 19.168c-6.592 8.928-11.872 20.672-15.84 35.296s-5.92 32.672-5.92 54.208c0 21.504 1.984 39.552 5.92 54.112s9.216 26.304 15.84 35.2c6.592 8.928 14.272 15.296 23.040 19.168s17.888 5.792 27.36 5.792c9.472 0 18.592-1.92 27.36-5.792s16.48-10.272 23.168-19.168c6.688-8.928 12-20.672 15.936-35.2s5.92-32.576 5.92-54.112c0-21.504-1.984-39.584-5.92-54.208s-9.248-26.4-15.936-35.296c-6.688-8.928-14.4-15.296-23.168-19.168s-17.888-5.792-27.36-5.792z","M518.336 658.656v47.072h44.864v14.88h-44.864v47.392h-16.096v-47.392h-44.64v-14.88h44.64v-47.072z"],"tags":["0"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59775,"codes":[59775,59776],"id":92,"name":"0","order":994,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":408},{"icon":{"attrs":[{}],"defaultCode":59777,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M431.936 484.736h57.76v-195.936c0-5.888 0.192-11.84 0.576-17.856l-48.032 43.936c-1.248 1.056-2.496 1.824-3.744 2.304s-2.432 0.704-3.552 0.704c-1.888 0-3.552-0.448-5.056-1.312s-2.624-1.92-3.36-3.104l-10.496-15.456 79.904-74.016h27.2v260.736h52.896v27.264h-144.064v-27.264z"],"tags":["1"]},"attrs":[{}],"properties":{"code":59777,"id":93,"name":"1","order":995,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":409},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59778,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M515.808 224c12.192 0 23.552 1.792 34.144 5.376s19.712 8.768 27.424 15.616c7.712 6.816 13.76 15.136 18.176 24.928s6.624 20.928 6.624 33.376c0 10.592-1.6 20.416-4.832 29.408s-7.552 17.664-13.056 25.952c-5.504 8.288-11.808 16.288-18.976 24.064-4.768 5.184-9.76 10.4-14.912 15.712l-83.616 84.736c5.344-1.472 10.784-2.624 16.256-3.488s10.784-1.28 15.872-1.28h96.416c3.872 0 6.976 1.12 9.248 3.392s3.424 5.184 3.424 8.736v21.472h-192v-12.128c0-2.528 0.512-5.088 1.504-7.744s2.656-5.088 4.928-7.36l92.192-91.616c7.616-7.68 14.592-15.072 20.896-22.176s11.68-14.208 16.16-21.376c4.48-7.168 7.936-14.4 10.336-21.76s3.616-15.2 3.616-23.552c0-8.352-1.344-15.68-4.032-21.952s-6.368-11.488-11.040-15.616c-4.672-4.096-10.176-7.2-16.48-9.248s-13.056-3.072-20.288-3.072c-7.232 0-13.92 1.056-20.096 3.168s-11.616 5.056-16.352 8.832c-4.768 3.776-8.768 8.256-12.064 13.408s-5.6 10.88-6.944 17.088c-1.056 3.84-2.688 6.624-4.832 8.352s-4.96 2.592-8.448 2.592l-2.112-0.096c-0.736-0.064-1.568-0.16-2.496-0.288l-18.688-3.168c1.888-12.992 5.504-24.48 10.848-34.496s12.16-18.4 20.384-25.152c8.224-6.752 17.664-11.904 28.32-15.392s22.112-5.28 34.432-5.28z","M459.424 768h-12c-1.376 0-2.496-0.352-3.36-1.024s-1.504-1.568-1.92-2.624l-10.72-27.68h-51.424l-10.72 27.68c-0.384 0.96-1.024 1.824-1.92 2.56s-2.016 1.12-3.36 1.12h-12l45.856-114.624h15.744l45.856 114.624zM384.32 725.44h42.816l-18.016-46.624c-1.184-2.88-2.304-6.496-3.424-10.784l-1.728 6.048-1.632 4.832-18.016 46.56zM473.92 768v-114.624h36.576c7.040 0 13.12 0.704 18.208 2.080s9.28 3.36 12.544 5.92c3.264 2.56 5.696 5.696 7.264 9.408s2.368 7.872 2.368 12.512c0 2.816-0.448 5.536-1.312 8.16s-2.208 5.024-4 7.264c-1.792 2.24-4.032 4.256-6.72 6.016s-5.856 3.2-9.472 4.32c8.384 1.664 14.688 4.672 18.976 9.024s6.4 10.144 6.4 17.28c0 4.864-0.896 9.28-2.688 13.28s-4.384 7.456-7.84 10.336c-3.456 2.88-7.648 5.12-12.64 6.688s-10.688 2.368-17.088 2.368h-40.576zM489.44 715.744v39.904h24.8c4.416 0 8.224-0.512 11.392-1.504s5.792-2.432 7.84-4.288c2.048-1.856 3.552-4.032 4.512-6.56s1.44-5.312 1.44-8.352c0-5.92-2.080-10.592-6.272-14.048s-10.528-5.152-19.008-5.152h-24.736zM489.44 704.736h20.48c4.384 0 8.16-0.48 11.36-1.44s5.856-2.304 7.968-4c2.112-1.696 3.68-3.776 4.672-6.208s1.504-5.088 1.504-7.968c0-6.72-2.016-11.648-6.080-14.784s-10.336-4.736-18.88-4.736h-21.056v39.136zM658.24 744.32c0.864 0 1.632 0.352 2.336 1.024l6.080 6.624c-4.704 5.44-10.4 9.664-17.088 12.736s-14.752 4.544-24.192 4.544c-8.256 0-15.744-1.44-22.496-4.288s-12.448-6.848-17.216-12c-4.736-5.152-8.416-11.328-11.040-18.528s-3.904-15.136-3.904-23.744c0-8.64 1.408-16.544 4.192-23.744s6.72-13.376 11.808-18.56c5.056-5.184 11.136-9.184 18.208-12.032s14.88-4.288 23.392-4.288c8.416 0 15.68 1.312 21.792 3.904s11.52 6.144 16.288 10.624l-5.024 7.136c-0.384 0.544-0.8 0.96-1.28 1.312s-1.184 0.512-2.080 0.512c-0.704 0-1.44-0.256-2.208-0.768l-2.752-1.888c-1.056-0.736-2.336-1.536-3.744-2.4s-3.136-1.664-5.12-2.4c-1.984-0.736-4.256-1.376-6.88-1.888s-5.632-0.768-9.024-0.768c-6.144 0-11.744 1.056-16.832 3.168s-9.472 5.12-13.152 8.992c-3.68 3.904-6.56 8.64-8.608 14.24s-3.072 11.872-3.072 18.784c0 7.136 1.024 13.504 3.072 19.136s4.864 10.336 8.384 14.208c3.552 3.872 7.744 6.816 12.608 8.832s10.080 3.040 15.68 3.040c3.424 0 6.496-0.192 9.216-0.608s5.248-1.024 7.552-1.888c2.336-0.864 4.48-1.92 6.496-3.232l3.008-2.144 3.040-2.528c0.896-0.8 1.792-1.216 2.624-1.216z"],"tags":["2"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59778,"codes":[59778,59779],"id":94,"name":"2","order":996,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":410},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59780,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M518.176 224c12.096 0 23.296 1.696 33.536 5.12s19.072 8.256 26.432 14.56c7.392 6.304 13.152 13.888 17.28 22.816s6.176 18.816 6.176 29.696c0 8.896-1.152 16.864-3.488 23.872s-5.664 13.184-9.984 18.464c-4.32 5.312-9.536 9.792-15.68 13.472s-12.96 6.624-20.544 8.832c18.624 4.864 32.64 12.96 42.016 24.384s14.080 25.696 14.080 42.848c0 12.96-2.496 24.64-7.488 35.008s-11.808 19.168-20.448 26.432c-8.64 7.264-18.72 12.832-30.24 16.704s-23.84 5.792-37.024 5.792c-15.168 0-28.128-1.856-38.912-5.6s-19.904-8.864-27.328-15.424c-7.456-6.56-13.568-14.304-18.368-23.296s-8.864-18.72-12.16-29.184l15.168-6.304c2.784-1.184 5.6-1.76 8.384-1.76 2.656 0 5.024 0.544 7.072 1.664 1.376 0.736 2.528 1.76 3.456 3.072l1.632 2.976 1.184 2.72c1.856 3.808 4.128 8.096 6.784 12.864s6.24 9.28 10.784 13.472c4.512 4.192 10.144 7.744 16.864 10.624s15.072 4.32 25.056 4.32c9.984 0 18.72-1.6 26.24-4.8s13.76-7.36 18.752-12.48c4.992-5.12 8.736-10.816 11.264-17.088s3.808-12.512 3.808-18.688c0-7.616-1.024-14.56-3.104-20.832s-5.792-11.744-11.168-16.32c-5.376-4.576-12.832-8.192-22.368-10.816s-21.728-3.936-36.64-3.936v-25.376c12.096-0.128 22.464-1.44 31.040-3.936s15.616-5.888 21.056-10.208c5.44-4.32 9.408-9.504 11.872-15.52s3.68-12.704 3.68-20.064c0-8.128-1.312-15.2-3.904-21.216s-6.144-11.008-10.688-14.944c-4.512-3.936-9.888-6.88-16.064-8.832s-12.864-2.944-20.064-2.944c-7.2 0-13.824 1.056-19.968 3.136s-11.552 5.024-16.256 8.736c-4.736 3.744-8.672 8.192-11.872 13.376s-5.6 10.784-7.2 16.8c-1.056 3.808-2.656 6.56-4.8 8.256s-4.864 2.56-8.192 2.56l-2.112-0.096c-0.736-0.064-1.568-0.16-2.496-0.288l-18.56-3.136c1.856-12.832 5.44-24.224 10.784-34.112s12.064-18.176 20.256-24.864c8.192-6.688 17.568-11.776 28.128-15.232s21.984-5.216 34.24-5.216z","M465.28 710.72c0 8.576-1.376 16.384-4.064 23.456s-6.56 13.056-11.52 18.080c-4.96 5.024-10.912 8.896-17.824 11.648s-14.624 4.128-23.040 4.128h-42.88v-114.624h42.88c8.416 0 16.096 1.376 23.040 4.128s12.864 6.624 17.824 11.68c4.96 5.024 8.8 11.072 11.52 18.112s4.064 14.848 4.064 23.456zM449.376 710.72c0-7.040-0.96-13.344-2.88-18.88s-4.64-10.24-8.16-14.080c-3.52-3.84-7.776-6.784-12.8-8.8s-10.592-3.040-16.736-3.040h-27.264v89.504h27.264c6.144 0 11.712-1.024 16.736-3.040s9.28-4.96 12.8-8.768c3.52-3.808 6.24-8.48 8.16-14.048s2.88-11.84 2.88-18.88zM557.024 653.376v12.64h-55.040v38.080h44.576v12.16h-44.576v39.136h55.040v12.64h-70.624v-114.624h70.624zM650.016 653.376v12.64h-55.040v40.096h47.040v12.64h-47.040v49.28h-15.616v-114.624h70.624z"],"tags":["3"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59780,"codes":[59780,59781],"id":95,"name":"3","order":997,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":411},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59782,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M563.008 224v184.096h44.992v20.512c0 2.144-0.672 3.968-1.984 5.44s-3.36 2.208-6.112 2.208h-36.928v75.776h-32.576v-75.776h-131.712c-2.752 0-5.152-0.768-7.168-2.304s-3.296-3.456-3.84-5.728l-3.744-18.304 144.576-185.888h34.432zM532.096 265.6l-108.064 142.496h106.4v-118.784c0-3.488 0.096-7.232 0.32-11.264l0.48-6.144 0.864-6.336z","M435.424 756.736c3.104 0 5.92-0.16 8.512-0.448s5.024-0.736 7.328-1.312c2.304-0.576 4.448-1.28 6.496-2.112s4.064-1.76 6.080-2.848v-25.28h-17.76c-1.024 0-1.824-0.288-2.432-0.864s-0.928-1.312-0.928-2.144v-8.8h35.2v44c-2.88 2.080-5.888 3.904-8.992 5.44s-6.464 2.848-10.016 3.872c-3.552 1.024-7.36 1.824-11.392 2.336s-8.448 0.768-13.184 0.768c-8.32 0-15.936-1.44-22.88-4.288s-12.896-6.848-17.92-12c-5.024-5.152-8.928-11.328-11.712-18.528s-4.192-15.136-4.192-23.744c0-8.736 1.376-16.736 4.128-23.904s6.656-13.376 11.744-18.528c5.088-5.152 11.264-9.12 18.496-11.968s15.328-4.256 24.288-4.256c4.544 0 8.736 0.32 12.64 0.992s7.52 1.632 10.848 2.88c3.328 1.248 6.4 2.784 9.248 4.544s5.472 3.808 7.936 6.048l-4.384 7.040c-0.896 1.44-2.080 2.144-3.52 2.144-0.864 0-1.792-0.288-2.816-0.864l-4.48-2.72c-1.664-1.056-3.68-2.080-6.048-3.072s-5.184-1.824-8.384-2.528c-3.232-0.704-7.040-1.024-11.488-1.024-6.464 0-12.288 1.056-17.504 3.168s-9.696 5.12-13.376 9.024c-3.68 3.904-6.496 8.672-8.48 14.24s-2.944 11.84-2.944 18.752c0 7.264 1.024 13.728 3.072 19.392s4.96 10.496 8.672 14.432c3.744 3.936 8.16 6.976 13.28 9.024s10.784 3.136 16.96 3.136zM594.72 768h-15.616v-52.16h-61.76v52.16h-15.616v-114.624h15.616v51.136h61.76v-51.136h15.616v114.624zM641.12 768h-15.52v-114.624h15.52v114.624z"],"tags":["4"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59782,"codes":[59782,59783],"id":96,"name":"4","order":998,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":412},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59784,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M598.752 239.488c0 5.024-1.696 9.184-5.056 12.416s-9.024 4.864-17.024 4.864h-94.528l-13.856 74.72c15.68-3.168 30.176-4.768 43.488-4.768 15.68 0 29.504 2.176 41.504 6.56s22.016 10.4 30.144 18.080c8.128 7.68 14.24 16.768 18.368 27.232s6.208 21.856 6.208 34.176c0 15.104-2.816 28.768-8.416 40.96s-13.28 22.624-23.008 31.296c-9.728 8.672-21.184 15.328-34.336 19.968s-27.392 6.944-42.656 6.944c-8.832 0-17.28-0.832-25.408-2.496s-15.68-3.872-22.688-6.656c-7.008-2.784-13.504-5.952-19.552-9.536s-11.328-7.36-15.968-11.328l11.328-15.104c2.528-3.456 5.888-5.184 10.080-5.184 2.656 0 5.792 1.024 9.344 3.072s7.872 4.352 12.928 6.848c5.056 2.528 10.944 4.8 17.76 6.848s14.88 3.072 24.256 3.072c10.496 0 19.968-1.6 28.352-4.768s15.584-7.712 21.536-13.6c5.952-5.888 10.528-12.96 13.76-21.184s4.832-17.408 4.832-27.616c0-8.864-1.376-16.896-4.096-24.064s-6.848-13.248-12.384-18.272c-5.536-5.024-12.416-8.96-20.704-11.712s-17.92-4.16-28.992-4.16c-7.552 0-15.392 0.608-23.52 1.792s-16.512 3.104-25.216 5.76l-23.52-6.56 24.352-133.184h142.624v15.488z","M436.256 728.384c0 6.4-0.8 12.128-2.368 17.216s-3.904 9.344-6.944 12.832c-3.072 3.488-6.848 6.176-11.328 8.032s-9.632 2.784-15.424 2.784c-5.184 0-10.56-0.736-16.16-2.24l0.864-9.12c0.096-0.896 0.448-1.632 0.992-2.208s1.408-0.832 2.528-0.832c0.64 0 1.408 0.096 2.336 0.32l1.504 0.384c1.6 0.48 3.744 0.736 6.4 0.736 3.52 0 6.656-0.544 9.408-1.6s5.056-2.72 6.944-4.96c1.888-2.24 3.328-5.12 4.32-8.608s1.472-7.648 1.472-12.448v-75.36h15.424v75.040zM481.184 703.616h5.824c2.016 0 3.648-0.256 4.832-0.768s2.336-1.376 3.392-2.592l38.176-43.2c1.184-1.344 2.304-2.272 3.392-2.848s2.496-0.832 4.192-0.832h13.216l-43.68 49.376c-1.12 1.216-2.176 2.272-3.168 3.136s-2.048 1.536-3.168 2.080c1.504 0.48 2.816 1.216 3.936 2.144s2.304 2.144 3.52 3.616l45.6 54.336h-13.44c-1.024 0-1.856-0.096-2.56-0.256s-1.28-0.384-1.792-0.64l-0.736-0.448-1.952-1.952-39.616-45.504-1.632-1.632c-0.512-0.448-1.088-0.832-1.76-1.152s-1.44-0.544-2.304-0.672l-1.472-0.16-8.8-0.064v52.48h-15.424v-114.624h15.424v50.24zM588.64 754.976h49.6v13.024h-65.12v-114.624h15.52v101.6z"],"tags":["5"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59784,"codes":[59784,59785],"id":97,"name":"5","order":999,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":413},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59786,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M573.408 224l-98.784 125.024c6.752-4.64 14.24-8.256 22.464-10.816s17.088-3.872 26.624-3.872c11.392 0 22.208 1.888 32.384 5.664s19.136 9.28 26.816 16.512c7.68 7.232 13.792 16.096 18.272 26.624s6.752 22.56 6.752 36.064c0 13.12-2.4 25.312-7.168 36.576s-11.424 21.056-19.968 29.408c-8.544 8.352-18.848 14.912-30.912 19.68s-25.312 7.168-39.744 7.168c-14.304 0-27.264-2.272-38.848-6.848s-21.504-11.072-29.728-19.488c-8.224-8.416-14.528-18.624-18.976-30.624s-6.656-25.408-6.656-40.256c0-12.448 2.784-25.696 8.352-39.744s14.368-29.152 26.432-45.312l72.16-97.184c1.856-2.4 4.448-4.416 7.744-6.048s7.104-2.496 11.328-2.496h31.392zM512.192 361.344c-9.536 0-18.144 1.632-25.824 4.864s-14.208 7.616-19.584 13.12c-5.376 5.504-9.472 11.872-12.32 19.072s-4.288 14.752-4.288 22.56c0 9.152 1.312 17.504 3.968 25.056s6.528 14.048 11.616 19.488c5.088 5.44 11.328 9.632 18.688 12.608s15.744 4.48 25.152 4.48c9.536 0 18.144-1.536 25.824-4.576s14.272-7.296 19.776-12.736c5.504-5.44 9.728-11.872 12.736-19.296s4.48-15.488 4.48-24.256c0-9.28-1.472-17.664-4.384-25.152s-7.008-13.856-12.32-19.072c-5.312-5.248-11.648-9.248-19.072-12.032s-15.584-4.16-24.448-4.16z","M638.080 652.096c8.416 0 16.128 1.44 23.072 4.32s12.928 6.912 17.888 12.128c4.96 5.216 8.8 11.392 11.52 18.56s4.096 15.040 4.096 23.648c0 8.576-1.376 16.48-4.096 23.648s-6.56 13.344-11.52 18.528c-4.96 5.184-10.912 9.184-17.888 12.032s-14.656 4.288-23.072 4.288c-8.416 0-16.096-1.44-23.040-4.288s-12.864-6.88-17.856-12.032c-4.96-5.184-8.8-11.36-11.52-18.528s-4.096-15.040-4.096-23.648c0-8.576 1.376-16.48 4.096-23.648s6.56-13.376 11.52-18.56c4.96-5.216 10.912-9.248 17.856-12.128s14.624-4.32 23.040-4.32zM331.424 653.376c1.376 0 2.464 0.128 3.2 0.384s1.472 1.024 2.176 2.24l40.64 72.544 2.56 6.336 0.832-2.176 0.864-2.080c0.576-1.376 1.248-2.72 2.016-4.128l38.816-70.496c0.704-1.216 1.408-1.984 2.176-2.24s1.824-0.384 3.2-0.384h11.424v114.624h-13.6l0.032-85.984 0.288-5.792-39.264 71.68c-1.344 2.4-3.2 3.616-5.6 3.616h-2.24c-2.4 0-4.256-1.216-5.6-3.616l-40.16-71.904 0.352 4.096 0.128 3.68v84.256h-13.6v-114.624h11.424zM475.2 653.376c1.376 0 2.4 0.16 3.072 0.512s1.44 1.056 2.272 2.112l66.4 86.4-0.32-4.032-0.096-3.808v-81.216h13.6v114.624h-7.84c-1.216 0-2.24-0.224-3.072-0.64s-1.632-1.152-2.432-2.144l-66.304-86.304 0.32 7.456v81.696h-13.6v-114.624h8zM638.080 665.504c-6.144 0-11.712 1.024-16.736 3.136s-9.28 5.056-12.832 8.928c-3.552 3.872-6.272 8.608-8.192 14.208s-2.88 11.904-2.88 18.976c0 7.040 0.96 13.344 2.88 18.912s4.64 10.304 8.192 14.144c3.552 3.872 7.84 6.816 12.832 8.864s10.592 3.072 16.736 3.072c6.176 0 11.776-1.024 16.8-3.072s9.28-5.024 12.8-8.864c3.52-3.872 6.24-8.576 8.16-14.144s2.88-11.872 2.88-18.912c0-7.040-0.96-13.376-2.88-18.976s-4.64-10.336-8.16-14.208c-3.52-3.872-7.776-6.848-12.8-8.928s-10.624-3.136-16.8-3.136z"],"tags":["6"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59786,"codes":[59786,59787],"id":98,"name":"6","order":1000,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":414},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59788,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M608 224v16.064c0 4.544-0.48 8.32-1.472 11.264s-2.016 5.44-3.040 7.424l-116.896 240.576c-1.696 3.488-4.064 6.464-7.104 8.928s-7.104 3.712-12.224 3.712h-25.024l118.656-237.568c1.696-3.36 3.456-6.432 5.216-9.248s3.776-5.504 6.016-8.032h-147.456c-2.24 0-4.224-0.896-6.016-2.72s-2.656-3.84-2.656-6.144v-24.32h192z","M335.424 725.12v42.88h-15.424v-114.624h33.856c7.264 0 13.568 0.832 18.912 2.528s9.792 4.064 13.312 7.168c3.52 3.104 6.144 6.816 7.872 11.2s2.592 9.248 2.592 14.624c0 5.344-0.928 10.208-2.816 14.624s-4.608 8.256-8.192 11.456c-3.616 3.2-8.064 5.696-13.408 7.488s-11.424 2.688-18.304 2.688h-18.4zM335.424 712.8h18.4c4.416 0 8.32-0.576 11.712-1.76s6.24-2.816 8.512-4.928c2.304-2.112 4.032-4.64 5.184-7.552s1.76-6.144 1.76-9.664c0-7.296-2.24-13.024-6.752-17.12s-11.328-6.144-20.448-6.144h-18.4v47.2zM522.624 710.72c0 5.376-0.544 10.496-1.632 15.36s-2.688 9.376-4.768 13.568c-2.080 4.192-4.608 8-7.616 11.392s-6.336 6.368-10.080 8.864l29.44 31.744h-12.8c-1.92 0-3.616-0.256-5.12-0.8s-2.848-1.472-4.064-2.784l-20.16-21.92c-3.040 0.96-6.208 1.696-9.472 2.24s-6.72 0.8-10.272 0.8c-8.416 0-16.096-1.44-23.040-4.288s-12.864-6.88-17.824-12.032c-4.96-5.184-8.8-11.36-11.52-18.528s-4.064-15.040-4.064-23.648c0-8.576 1.376-16.48 4.064-23.648s6.56-13.376 11.52-18.56c4.96-5.216 10.912-9.248 17.824-12.128s14.624-4.32 23.040-4.32c8.416 0 16.128 1.44 23.072 4.32s12.928 6.912 17.888 12.128c4.96 5.216 8.8 11.392 11.52 18.56s4.096 15.040 4.096 23.648zM506.72 710.72c0-7.040-0.96-13.376-2.88-18.976s-4.64-10.336-8.16-14.208c-3.52-3.872-7.776-6.848-12.8-8.928s-10.624-3.136-16.8-3.136c-6.144 0-11.712 1.024-16.704 3.136s-9.28 5.056-12.832 8.928c-3.552 3.872-6.272 8.608-8.192 14.208s-2.88 11.904-2.88 18.976c0 7.040 0.96 13.344 2.88 18.912s4.64 10.304 8.192 14.144c3.552 3.872 7.84 6.816 12.832 8.864s10.592 3.072 16.736 3.072c6.176 0 11.776-1.024 16.8-3.072s9.28-5.024 12.8-8.864c3.52-3.872 6.24-8.576 8.16-14.144s2.88-11.872 2.88-18.912zM560.864 720.16v47.84h-15.456v-114.624h32.384c7.264 0 13.504 0.736 18.784 2.208s9.632 3.584 13.088 6.368c3.456 2.784 5.984 6.112 7.648 10.048s2.496 8.32 2.496 13.152c0 4.064-0.64 7.84-1.92 11.36s-3.136 6.688-5.568 9.472c-2.432 2.784-5.376 5.184-8.864 7.168s-7.456 3.456-11.872 4.48c1.92 1.12 3.616 2.752 5.12 4.864l33.44 45.504h-13.76c-2.816 0-4.896-1.088-6.24-3.264l-29.76-40.96c-0.896-1.28-1.888-2.208-2.976-2.752s-2.656-0.832-4.8-0.832h-11.744zM560.864 708.864h16.256c4.544 0 8.512-0.544 11.968-1.632s6.336-2.624 8.64-4.64c2.336-2.016 4.064-4.384 5.248-7.168s1.76-5.856 1.76-9.216c0-6.816-2.24-11.968-6.752-15.456s-11.2-5.216-20.128-5.216h-16.96v43.264zM705.6 671.264c-0.48 0.8-0.992 1.408-1.504 1.792s-1.216 0.608-2.080 0.608c-0.608 0-1.28-0.192-2.016-0.608l-1.152-0.768c-1.216-0.896-2.72-1.92-4.544-3.008s-4.064-2.080-6.624-3.008c-2.592-0.896-5.728-1.376-9.408-1.376-3.456 0-6.528 0.48-9.216 1.408s-4.896 2.208-6.688 3.808c-1.792 1.6-3.136 3.488-4.032 5.632s-1.376 4.48-1.376 7.008c0 3.2 0.8 5.856 2.368 7.968s3.648 3.904 6.24 5.408c2.592 1.504 5.504 2.784 8.8 3.872l10.080 3.392c3.456 1.184 6.784 2.496 10.080 3.968s6.208 3.328 8.8 5.568c2.592 2.24 4.672 4.992 6.24 8.256s2.368 7.264 2.368 12c0 5.024-0.864 9.728-2.56 14.112s-4.192 8.224-7.488 11.488c-3.264 3.264-7.296 5.824-12.096 7.68s-10.208 2.784-16.288 2.784c-7.424 0-14.176-1.344-20.288-4.032s-11.328-6.336-15.648-10.912l4.48-7.36c0.416-0.576 0.96-1.088 1.568-1.472s1.28-0.608 2.048-0.608c0.736 0 1.568 0.256 2.464 0.8l4.736 3.552c0.64 0.448 1.312 0.928 2.048 1.408 2.144 1.44 4.768 2.752 7.84 3.968s6.816 1.792 11.232 1.792c3.68 0 6.976-0.512 9.856-1.504s5.312-2.432 7.328-4.288c2.016-1.856 3.52-4.032 4.608-6.592s1.6-5.408 1.6-8.544c0-3.456-0.8-6.304-2.368-8.512s-3.648-4.064-6.208-5.568c-2.56-1.504-5.472-2.752-8.768-3.808l-10.080-3.2c-3.456-1.088-6.784-2.368-10.080-3.808s-6.208-3.296-8.768-5.6c-2.56-2.304-4.64-5.152-6.208-8.608s-2.368-7.68-2.368-12.768c0-4.064 0.8-7.968 2.368-11.744s3.84-7.136 6.848-10.080c2.976-2.944 6.688-5.28 11.072-7.040s9.44-2.624 15.168-2.624c6.4 0 12.256 1.024 17.504 3.040s9.888 4.96 13.856 8.8l-3.744 7.36z"],"tags":["7"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59788,"codes":[59788,59789],"id":99,"name":"7","order":1001,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":415},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59790,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M512 224c12.864 0 24.576 1.888 35.168 5.696s19.68 9.056 27.232 15.712c7.552 6.688 13.376 14.56 17.504 23.584s6.176 18.752 6.176 29.088c0 15.2-3.84 28.288-11.52 39.232s-18.944 19.168-33.792 24.672c17.76 4.992 31.392 13.344 40.928 25.056s14.304 26.624 14.304 44.736c0 12.32-2.336 23.424-7.072 33.312s-11.264 18.304-19.68 25.248c-8.416 6.944-18.528 12.288-30.304 16.032s-24.768 5.6-38.944 5.6c-14.176 0-27.168-1.856-38.944-5.6s-21.92-9.088-30.4-16.032c-8.48-6.944-15.040-15.36-19.68-25.248s-6.944-20.992-6.944-33.312c0-18.080 4.768-32.992 14.304-44.736s23.2-20.096 40.96-25.056c-14.976-5.504-26.272-13.728-33.888-24.672s-11.424-24.032-11.424-39.232c0-10.368 2.048-20.064 6.176-29.088s9.952-16.896 17.504-23.584c7.552-6.688 16.608-11.936 27.136-15.712s22.304-5.696 35.296-5.696zM512 376.96c-7.808 0-15.296 1.024-22.464 3.040s-13.472 5.216-18.976 9.536c-5.504 4.32-9.888 9.92-13.12 16.8s-4.864 15.168-4.864 24.864c0 7.872 1.344 15.040 4.064 21.536s6.624 12.064 11.712 16.704c5.088 4.64 11.328 8.256 18.688 10.816s15.68 3.84 24.96 3.84c9.28 0 17.6-1.28 24.928-3.84s13.568-6.176 18.688-10.816c5.088-4.64 9.024-10.208 11.712-16.704s4.064-13.664 4.064-21.536c0-9.696-1.632-17.984-4.864-24.864s-7.616-12.48-13.12-16.8c-5.504-4.32-11.84-7.488-18.976-9.536s-14.656-3.040-22.464-3.040zM512 251.136c-8.48 0-15.936 1.248-22.368 3.744s-11.808 5.888-16.096 10.208c-4.32 4.32-7.552 9.376-9.728 15.136s-3.264 11.936-3.264 18.464c0 6.432 0.928 12.64 2.784 18.688s4.832 11.36 8.96 16.032c4.096 4.64 9.44 8.384 16 11.2s14.464 4.224 23.744 4.224c9.28 0 17.184-1.408 23.744-4.224s11.904-6.56 16-11.2c4.096-4.64 7.104-9.984 8.928-16.032s2.784-12.256 2.784-18.688c0-6.56-1.088-12.704-3.264-18.464s-5.44-10.816-9.728-15.136c-4.32-4.32-9.664-7.744-16.096-10.208s-13.888-3.744-22.368-3.744z","M444 653.376v13.024h-37.056v101.6h-15.52v-101.6h-37.184v-13.024h89.76zM504.864 755.68c4.736 0 8.992-0.8 12.736-2.4s6.88-3.84 9.472-6.72c2.592-2.88 4.544-6.336 5.92-10.336s2.048-8.384 2.048-13.216v-69.664h15.456v69.696c0 6.624-1.056 12.736-3.168 18.4s-5.12 10.56-9.024 14.688c-3.904 4.128-8.704 7.36-14.368 9.728s-12 3.52-19.040 3.52c-7.040 0-13.376-1.184-19.040-3.52s-10.464-5.6-14.4-9.728c-3.936-4.128-6.976-9.024-9.088-14.688s-3.168-11.776-3.168-18.4v-69.696h15.424v69.6c0 4.8 0.672 9.216 2.048 13.216s3.328 7.456 5.92 10.336c2.592 2.88 5.76 5.12 9.504 6.752s8 2.432 12.768 2.432zM563.84 653.376h12.384c1.376 0 2.496 0.352 3.36 1.024s1.504 1.568 1.92 2.624l32.384 80.864 1.056 2.848 0.96 3.072c0.608 2.144 1.216 4.352 1.792 6.624 0.48-2.304 0.992-4.512 1.568-6.624s1.216-4.096 1.952-5.92l32.256-80.864c0.384-0.896 1.024-1.76 1.92-2.528s2.016-1.152 3.36-1.152h12.48l-46.72 114.624h-14.016l-46.72-114.624z"],"tags":["8"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59790,"codes":[59790,59791],"id":100,"name":"8","order":1002,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":416},{"icon":{"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"defaultCode":59792,"grid":16,"isMulticolor":true,"isMulticolor2":false,"paths":["M513.856 224c14.176 0 27.040 2.24 38.592 6.752s21.472 10.784 29.728 18.88c8.256 8.096 14.624 17.76 19.104 29.024s6.72 23.712 6.72 37.376c0 8.224-0.8 16-2.368 23.36s-3.904 14.528-6.912 21.568c-3.040 7.008-6.656 14.016-10.848 20.96s-8.992 14.144-14.336 21.568l-72.064 100.16c-1.792 2.528-4.32 4.544-7.648 6.048s-7.104 2.272-11.36 2.272h-33.856l90.016-113.504 8.48-10.944c2.624-3.456 5.088-6.88 7.424-10.336-7.584 5.824-16.096 10.272-25.6 13.312s-19.552 4.576-30.144 4.576c-11.136 0-21.696-1.792-31.68-5.376s-18.752-8.832-26.336-15.808c-7.584-6.944-13.6-15.488-18.080-25.632s-6.72-21.76-6.72-34.88c0-12.448 2.4-24.128 7.232-34.976s11.552-20.352 20.224-28.416c8.672-8.096 19.008-14.432 30.976-19.072s25.12-6.944 39.424-6.944zM513.44 253.6c-9.088 0-17.376 1.44-24.864 4.288s-13.888 6.784-19.2 11.84c-5.312 5.024-9.408 11.072-12.288 18.080s-4.32 14.72-4.32 23.040c0 9.024 1.344 17.056 4.032 24.16s6.528 13.088 11.552 17.984c5.024 4.896 11.136 8.608 18.368 11.136s15.328 3.776 24.256 3.776c9.92 0 18.688-1.568 26.336-4.672s14.080-7.264 19.296-12.416c5.216-5.184 9.216-11.136 11.968-17.888s4.128-13.792 4.128-21.056c0-8.864-1.472-16.928-4.448-24.16s-7.040-13.344-12.288-18.4c-5.216-5.024-11.456-8.896-18.688-11.616s-15.168-4.064-23.84-4.064z","M281.6 653.376h12.864c1.376 0 2.528 0.352 3.424 1.024s1.504 1.568 1.824 2.624l23.68 79.68 0.608 2.24 1.536 7.616 1.728-7.648 27.648-81.856c0.32-0.896 0.96-1.76 1.888-2.528s2.080-1.152 3.392-1.152h4.48c1.376 0 2.528 0.352 3.392 1.024s1.504 1.568 1.888 2.624l26.816 79.68c0.96 2.784 1.824 5.952 2.56 9.504l1.344-7.36 24.352-81.856c0.256-0.96 0.864-1.824 1.792-2.56s2.080-1.12 3.392-1.12h12.064l-35.744 114.624h-13.92l-29.056-87.456c-0.576-1.664-1.12-3.584-1.6-5.76l-1.12 4.48-29.6 88.704h-13.92l-35.744-114.624zM484.064 709.12l-37.824-55.744h15.424c1.12 0 1.952 0.192 2.496 0.544s1.024 0.896 1.44 1.6l29.92 45.92c0.384-1.12 0.928-2.336 1.696-3.68l28.256-41.92c0.48-0.736 0.992-1.344 1.568-1.792s1.248-0.672 2.048-0.672h14.784l-38.016 55.040 39.264 59.616h-15.36c-1.184 0-2.080-0.32-2.752-0.928s-1.216-1.28-1.632-2.048l-30.72-48.096c-0.384 1.12-0.864 2.176-1.44 3.2l-29.92 44.864c-0.48 0.736-1.024 1.44-1.632 2.048s-1.472 0.928-2.592 0.928h-14.4l39.424-58.88zM604.48 722.4v45.6h-15.456v-45.6l-42.016-69.024h13.6c1.376 0 2.496 0.352 3.264 1.024s1.504 1.536 2.080 2.56l26.24 44.576c1.056 1.856 1.952 3.616 2.688 5.28l1.952 4.864 1.92-4.96c0.704-1.664 1.568-3.392 2.624-5.216l26.144-44.576c0.48-0.864 1.12-1.664 1.952-2.432s1.92-1.152 3.232-1.152h13.76l-42.080 69.024zM740.8 653.376v5.76c0 1.824-0.544 3.52-1.664 5.12l-64.864 91.136h65.44v12.64h-85.76v-6.080c0-1.6 0.512-3.136 1.504-4.544l64.96-91.36h-63.456v-12.64h83.84z"],"tags":["9"]},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(158, 158, 158)"}],"properties":{"code":59792,"codes":[59792,59793],"id":101,"name":"9","order":1003,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":417},{"icon":{"attrs":[{}],"defaultCode":59795,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M530.649 640v-78.83c0-10.351-2.26-19.907-6.781-28.666 3.108 4.247 6.64 7.83 10.596 10.75s8.477 5.839 13.563 8.759l73.325 39.813 18.649-29.86-73.325-40.212c-4.804-2.92-9.536-5.109-14.199-6.569s-9.536-2.455-14.623-2.986c5.086-0.531 9.96-1.593 14.623-3.185s9.395-3.849 14.199-6.768l72.901-39.813-18.649-29.86-72.901 39.415c-4.804 2.92-9.113 5.839-12.927 8.759s-7.276 6.37-10.384 10.351c3.956-8.228 5.934-17.783 5.934-28.666v-78.432h-37.298v78.83c0 5.308 0.494 10.418 1.483 15.328s2.755 9.754 5.298 14.532c-6.216-8.494-14.269-15.395-24.159-20.703l-73.325-39.813-18.649 29.86 73.325 40.212c5.086 3.185 10.102 5.508 15.046 6.967s10.243 2.455 15.894 2.986c-10.455 0.796-20.768 3.981-30.94 9.555l-72.901 39.813 18.649 29.86 72.901-39.415c9.325-5.308 16.812-11.28 22.464-17.916-1.978 4.247-3.32 8.626-4.026 13.138s-1.060 9.29-1.060 14.333v78.432h37.298z"],"tags":["asterisk"]},"attrs":[{}],"properties":{"code":59795,"id":103,"name":"asterisk","order":1004,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":418},{"icon":{"attrs":[{}],"defaultCode":59794,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M528.746 352l-17.903 84.812h52.643l17.903-84.812h16.837c3.552 0 6.5 1.005 8.845 3.015s3.517 4.622 3.517 7.838c0 1.072-0.071 1.943-0.213 2.613l-15.559 71.347h45.184l-2.771 15.073c-0.71 3.886-2.38 6.733-5.009 8.542s-6.643 2.713-12.042 2.713h-29.412l-13.853 65.518h38.15c3.41 0 6.039 0.77 7.886 2.311s2.771 4.254 2.771 8.14l-0.24 3.241-2.105 12.636h-50.512l-17.903 85.013h-17.264c-3.268 0-6.039-1.139-8.312-3.417s-3.41-5.225-3.41-8.843l0.027-0.779 0.213-1.507 15.319-70.468h-52.643l-15.132 71.347c-1.137 4.957-3.304 8.475-6.5 10.551s-6.856 3.115-10.976 3.115h-16.837l18.116-85.013h-31.117c-3.268 0-5.826-0.77-7.673-2.311s-2.771-4.187-2.771-7.939l0.027-1.055 0.213-2.361 1.892-12.662h43.479l13.853-65.518h-49.446l2.771-14.872c0.71-3.886 2.344-6.766 4.902-8.642s6.607-2.814 12.148-2.814h33.675l15.345-71.95c0.853-4.020 2.806-7.168 5.861-9.446s6.714-3.417 10.976-3.417h17.050zM559.437 463.14h-52.643l-13.853 65.518h52.643l13.853-65.518z"],"tags":["hash"]},"attrs":[{}],"properties":{"code":59794,"id":102,"name":"hash","order":1005,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":419},{"icon":{"attrs":[{}],"defaultCode":59814,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM768 544c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128zM512 544c17.673 0 32 14.327 32 32s-14.327 32-32 32h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32h128zM256 544c17.673 0 32 14.327 32 32s-14.327 32-32 32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32h32zM800 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h64zM608 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32h160zM320 416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32h96z"],"tags":["transcription"]},"attrs":[{}],"properties":{"code":59814,"id":76,"name":"transcription","order":1006,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":420},{"icon":{"attrs":[{}],"defaultCode":59873,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM288 384c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 384c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM736 384c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["comments"]},"attrs":[{}],"properties":{"code":59913,"id":47,"name":"comments","order":1007,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":421},{"icon":{"attrs":[{}],"defaultCode":59707,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM384 320c49.232 0 89.809 37.060 95.354 84.804l0.476 5.936 0.17 5.26-0.136 4.703c-0.055 1.621-0.175 3.249-0.335 4.865l0.016-0.989c-2.474 73.544-40.702 138.017-97.787 176.815-2.641 1.8-5.836 2.892-9.287 2.892-8.837 0-16-7.163-16-16 0-5.386 2.661-10.151 6.741-13.050 27.517-18.521 49.965-44 64.834-73.916-13.206 6.83-28.176 10.681-44.046 10.681-53.019 0-96-42.981-96-96s42.981-96 96-96zM640 320c49.232 0 89.809 37.060 95.354 84.804l0.476 5.936 0.17 5.26-0.136 4.703c-0.055 1.621-0.175 3.249-0.335 4.865l0.016-0.989c-2.474 73.544-40.702 138.017-97.787 176.815-2.641 1.8-5.836 2.892-9.287 2.892-8.837 0-16-7.163-16-16 0-5.386 2.661-10.151 6.741-13.050 27.517-18.521 49.965-44 64.834-73.916-13.206 6.83-28.176 10.681-44.046 10.681-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["quote"]},"attrs":[{}],"properties":{"code":59707,"id":151,"name":"quote","order":1008,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":422},{"icon":{"attrs":[{}],"defaultCode":59819,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 128c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-242.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-242.745c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h768zM864 192h-704c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h224c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h224c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM632.902 288c17.673 0 32 14.327 32 32v224c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.019-146.726-194.293 194.255c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l194.294-194.255-146.764-0.019c-17.673 0-32-14.327-32-32s14.327-32 32-32h224z"],"tags":["chat_bubble"]},"attrs":[{}],"properties":{"code":59819,"id":81,"name":"chat_bubble","order":1009,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":423},{"icon":{"attrs":[{}],"defaultCode":59823,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c-17.673 0-32 14.327-32 32v384c0 17.673-14.327 32-32 32l-626.752 0.021 209.144-209.158c12.497-12.497 12.497-32.758 0-45.255s-32.758-12.497-45.255 0l-263.765 263.765c-12.497 12.497-12.497 32.758 0 45.255l263.765 263.765c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-209.144-209.117 658.752-0.021c35.346 0 64-28.654 64-64v-416c0-17.673-14.327-32-32-32z"],"tags":["dial"]},"attrs":[{}],"properties":{"code":59823,"id":85,"name":"dial","order":1010,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":424},{"icon":{"attrs":[{}],"defaultCode":59769,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 192c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-547.497c-18.143 0-35.434-7.701-47.571-21.186l-230.4-256c-21.906-24.34-21.906-61.288 0-85.627l230.4-256c12.137-13.486 29.428-21.186 47.571-21.186h547.497zM864 256h-501.245c-9.072 0-17.717 3.85-23.785 10.593l-201.6 224c-10.953 12.17-10.953 30.644 0 42.814l201.6 224c6.069 6.743 14.714 10.593 23.785 10.593h501.245c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM526.863 353.608l113.137 113.092 113.137-113.092c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-113.137 113.092 113.137 113.182c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-113.137-113.182-113.137 113.182c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.137-113.182-113.137-113.092c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["deletenumber"]},"attrs":[{}],"properties":{"code":59770,"id":86,"name":"deletenumber","order":1011,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":425},{"icon":{"attrs":[{},{},{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M802.406 720.486c-42.854-36.454-88.014-75.212-129.946-116.020-16.486-17.306-46.234-20.326-68.148-6.4-13.106 8.5-22.068 19.354-31.846 30.106-6.554 7.526-13.106 15.052-20.788 21.452 0 0-3.38 1.126-7.68 1.126-11.058 0-51.662-5.428-120.014-87.040-62.72-77.414-64.82-116.020-63.846-130.098 0-6.4 3.38-9.626 3.38-9.626 7.68-6.554 15.514-11.826 25.294-16.178 12.134-6.4 25.294-12.954 36.3-23.654 18.738-18.226 22.068-45.108 7.68-66.56-31.846-48.332-62.72-97.586-88.014-148.174-13.106-23.654-38.4-35.534-63.846-31.182-23.040 3.378-72.654 28.006-91.342 43.98-71.526 62.258-50.74 244.788 129.74 463.822 124.314 150.222 261.94 240.64 367.514 240.64 27.494 0 51.66-6.4 69.274-21.298 20.788-16.178 56.014-58.062 63.846-78.386 10.906-22.578 3.226-49.306-17.614-66.56l0.052 0.052z","M681.114 544.818c18.74 5.428 37.938-7.22 40.14-26.572 4.966-41.42 3.534-109.466-45.466-155.7-46.234-43.674-107.674-47.052-146.38-43.674-19.662 1.586-33.126 20.786-27.854 39.834v0.154c4.146 14.746 18.074 24.474 33.126 23.194 26.88-2.406 68.966-0.614 97.586 26.572 29.286 27.7 29.594 73.42 26.062 102.094-1.586 15.206 7.834 29.746 22.732 34.1h0.052z","M791.040 243.046c-52.020-49.306-124.826-75.98-210.226-77.414-31.028-0.462-58.572 2.406-78.54 5.426-18.738 2.866-30.566 21.3-25.6 39.68 4.146 15.514 19.508 25.446 35.378 23.040 17.458-2.714 41.932-5.274 69.428-4.658 69.582 1.434 125.594 21.76 166.092 60.006 40.654 38.4 61.44 95.386 61.746 169.114 0.154 30.566-3.38 58.062-6.86 77.26-2.866 15.974 6.706 31.538 22.222 36.148 17.92 5.274 36.658-6.246 39.986-24.78 3.994-21.914 7.986-52.48 7.986-87.040 0-91.342-28.16-166.4-81.614-216.782v0z"],"tags":["active-call"]},"attrs":[{},{},{}],"properties":{"code":59944,"id":273,"name":"active-call","order":1012,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":426},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M743.066 389.604c9.988 14.628 3.466 26.488-14.032 26.488h-162.38l0.062 26.012c0.258 18.988 1.14-14.94-0.466 22.656-1.876 43.924 13.962 79.75 41.118 112.518 22.424 27.056 48.732 48.726 78.418 67.332 27.97 17.526 55.932 35.88 80.716 57.558 46.534 40.702 68.826 95.794 81.692 155.082 13.328 61.412 14.76 126.542 14.76 126.542 0.362 8.928-6.588 16.168-15.634 16.168h-77.818c-7.996 0-14.828-5.71-16.448-12.988l-0.356-2.794c0 0-0.976-33.91-2.592-58.524-3.11-47.326-8.636-46.864-26.172-91.508-11.932-30.378-31.69-53.726-59.414-70.628-23.562-14.362-47.184-28.684-70.066-44.1-33.040-22.26-59.86-51.026-82.418-85.072l-2.942 2.994c-0.402 0.438-0.76 0.87-1.064 1.334-27.144 41.252-63.306 72.692-105.118 97.994l-26.366 16.158-13.354 7.766c-38.796 21.628-60.83 55.64-72.464 97.638l-7.618 27.74c-8.588 32.172-11.254 48.376-12.172 88.1l-0.194 10.444c-0.004 8.384-7.274 15.182-15.874 15.182h-79.002c-7.788 0-14.070-5.544-15.082-12.904l-0.126-2.838c0 0 2.090-97.846 27.736-174.712 20.494-61.418 59.122-108.36 113.072-142.938 13.942-8.938 27.948-17.824 42.322-26.024 35.33-20.154 62.604-48.86 85.99-81.6 16.95-23.728 25.822-50.044 25.386-79.846l-0.052-61.844h-141.94c-11.324 0-14.82-10.226-11.412-18.75l0.714-1.602 193.326-337.142c8.122-14.168 21.096-15.106 30.024-2.9l23.606 38.682c77.124 124.734 193.638 294.336 193.638 294.336z"],"tags":["merge"]},"attrs":[{}],"properties":{"code":59945,"id":272,"name":"merge","order":1013,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":427},{"icon":{"attrs":[{}],"defaultCode":59738,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c212.077 0 384 171.923 384 384s-171.923 384-384 384c-212.077 0-384-171.923-384-384s171.923-384 384-384zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256s-114.615-256-256-256z"],"tags":["record"]},"attrs":[{}],"properties":{"code":59738,"id":126,"name":"record","order":1014,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":428},{"icon":{"attrs":[{}],"defaultCode":59758,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 704c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 704c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 704c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["keypad"]},"attrs":[{}],"properties":{"code":59769,"id":48,"name":"keypad","order":1015,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":429},{"icon":{"attrs":[{}],"defaultCode":59735,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 544c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 544c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 800c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 544c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 288c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM224 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM800 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["dialer"]},"attrs":[{}],"properties":{"code":59735,"id":123,"name":"dialer","order":1016,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":430},{"icon":{"attrs":[{}],"defaultCode":59734,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M320 128c35.346 0 64 28.654 64 64v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176c-35.346 0-64-28.654-64-64v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176zM704 128c35.346 0 64 28.654 64 64v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176c-35.346 0-64-28.654-64-64v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176z"],"tags":["hold"]},"attrs":[{}],"properties":{"code":59734,"id":122,"name":"hold","order":1017,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":431},{"icon":{"attrs":[{}],"defaultCode":59754,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c35.346 0 64 28.654 64 64v256h256c35.346 0 64 28.654 64 64s-28.654 64-64 64h-256v256c0 35.346-28.654 64-64 64s-64-28.654-64-64v-256h-256c-35.346 0-64-28.654-64-64s28.654-64 64-64h256v-256c0-35.346 28.654-64 64-64z"],"tags":["call-add"]},"attrs":[{}],"properties":{"code":59768,"id":119,"name":"call-add","order":1018,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":432},{"icon":{"attrs":[{}],"defaultCode":59828,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M841.143 448c30.297 0 54.857 28.654 54.857 64s-24.56 64-54.857 64h-658.286c-30.297 0-54.857-28.654-54.857-64s24.56-64 54.857-64h658.286z"],"tags":["ignore"]},"attrs":[{}],"properties":{"code":59828,"id":51,"name":"ignore","order":1019,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":433},{"icon":{"attrs":[{}],"defaultCode":59755,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM832 416c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["call-more"]},"attrs":[{}],"properties":{"code":59910,"id":120,"name":"call-more","order":1020,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":434},{"icon":{"attrs":[{}],"defaultCode":59733,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M912.646 653.411c-18.951 15.614-45.254 24.523-71.456 22.702l-6.544-0.681-142.487-20.086c-42.43-5.789-69.56-27.63-72.080-58.174l-0.19-5.17 0.319-23.304c-0.333-16.239-10.359-25.259-37.503-27.857-20.88-1.998-47.32-3.256-66.796-3.338-24.114-0.102-54.944 1.105-78.352 2.726-25.958 1.673-35.919 9.904-37.049 24.351l-0.11 3.191 0.378 23.498c0.854 31.312-23.527 53.773-64.309 61.412l-6.947 1.135-130.188 18.935c-35.443 5.008-59.603-2.353-80.111-19.25-14.263-11.751-25.008-31.688-28.97-51.024l-1.065-6.411-0.282-7.451c-0.082-51.005 15.676-89.716 56.506-123.356 87.658-72.22 193.631-107.304 366.589-108.866 173.421-1.56 287.506 37.318 366.978 102.793 48.487 39.948 63.048 75.615 64.878 126.744l0.186 8.204-1.941 12.053c-3.903 18.706-14.507 34.908-29.455 47.224z"],"tags":["hand-up"]},"attrs":[{}],"properties":{"code":59733,"id":121,"name":"hand-up","order":1021,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":435},{"icon":{"attrs":[{}],"defaultCode":59772,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224 0 34.364-7.738 66.921-21.567 96.024h107.135c-13.829-29.102-21.567-61.659-21.567-96.024 0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224h-512zM256 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96zM768 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96z"],"tags":["voicemail"]},"attrs":[{}],"properties":{"code":59772,"id":89,"name":"voicemail","order":1022,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":436},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 608c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v192c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-32c-51.126 0-92.917-39.965-95.837-90.359l-0.163-5.641v-128c0-51.126 39.965-92.917 90.359-95.837l5.641-0.163h32zM256 608c53.019 0 96 42.981 96 96v128c0 53.019-42.981 96-96 96h-32c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h32zM512 64c247.424 0 448 200.576 448 448v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v-224c0-208.815-166.673-378.701-374.241-383.878l-9.759-0.122c-208.815 0-378.701 166.673-383.878 374.241l-0.122 9.759v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v-224c0-247.424 200.576-448 448-448z"],"tags":["askfirst"]},"attrs":[{}],"properties":{"code":59686,"id":229,"name":"askfirst","order":1023,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":437},{"icon":{"attrs":[{}],"defaultCode":59739,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM192 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM512 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM832 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["signal-0"]},"attrs":[{}],"properties":{"code":59739,"id":127,"name":"signal-0","order":1024,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":438},{"icon":{"attrs":[{}],"defaultCode":59740,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM832 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["signal-1"]},"attrs":[{}],"properties":{"code":59740,"id":128,"name":"signal-1","order":1025,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":439},{"icon":{"attrs":[{}],"defaultCode":59741,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M192 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM832 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z"],"tags":["signal-2"]},"attrs":[{}],"properties":{"code":59741,"id":129,"name":"signal-2","order":1026,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":440},{"icon":{"attrs":[],"defaultCode":59742,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M341.333 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z","M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z","M938.667 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"],"tags":["signal-3"]},"attrs":[],"properties":{"code":59742,"id":130,"name":"signal-3","order":1027,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":441},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-144.003-15.914-256.010-137.998-256.010-286.243v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v96c0 123.712 100.288 224 224 224s224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v288c0 88.366-71.634 160-160 160s-160-71.634-160-160v-288c0-88.366 71.634-160 160-160zM512 128c-53.019 0-96 42.981-96 96v288c0 53.019 42.981 96 96 96s96-42.981 96-96v-288c0-53.019-42.981-96-96-96z"],"tags":["mic_border"]},"attrs":[{}],"properties":{"code":59689,"id":221,"name":"mic_border","order":1028,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":442},{"icon":{"attrs":[{}],"defaultCode":59743,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-144.003-15.914-256.010-137.998-256.010-286.243v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v96c0 123.712 100.288 224 224 224s224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v288c0 88.366-71.634 160-160 160s-160-71.634-160-160v-288c0-88.366 71.634-160 160-160z"],"tags":["mic"]},"attrs":[{}],"properties":{"code":60336,"id":131,"name":"mic","order":1029,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":443},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-44.23-4.888-85.442-19.792-121.317-42.394l46.758-46.765c31.687 17.167 67.98 26.915 106.549 26.915 123.712 0 224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM672 442.496v69.504c0 88.366-71.634 160-160 160-20.627 0-40.343-3.903-58.449-11.012l53.156-53.131 5.293 0.143c53.019 0 96-42.981 96-96v-5.504l64-64zM256 384c17.673 0 32 14.327 32 32v96c0 38.596 9.761 74.911 26.949 106.613l-46.781 46.723c-27.98-44.4-44.169-96.978-44.169-153.336v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v37.504l-64 64v-101.504c0-53.019-42.981-96-96-96s-96 42.981-96 96v288l0.16 5.344-53.123 53.168c-7.124-18.123-11.037-37.861-11.037-58.512v-288c0-88.366 71.634-160 160-160z"],"tags":["mic-off_border"]},"attrs":[{}],"properties":{"code":59690,"id":220,"name":"mic-off_border","order":1030,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":444},{"icon":{"attrs":[{}],"defaultCode":59799,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 384c17.673 0 32 14.327 32 32v96c0 148.234-111.99 270.311-255.978 286.24l-0.022 129.76c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.010-129.757c-44.23-4.888-85.442-19.792-121.317-42.394l46.758-46.765c31.687 17.167 67.98 26.915 106.549 26.915 123.712 0 224-100.288 224-224v-96c0-17.673 14.327-32 32-32zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM672 442.496v69.504c0 88.366-71.634 160-160 160-20.627 0-40.343-3.903-58.449-11.012l218.449-218.492zM256 384c17.673 0 32 14.327 32 32v96c0 38.596 9.761 74.911 26.949 106.613l-46.781 46.723c-27.98-44.4-44.169-96.978-44.169-153.336v-96c0-17.673 14.327-32 32-32zM512 64c88.366 0 160 71.634 160 160v37.504l-308.963 309.008c-7.124-18.123-11.037-37.861-11.037-58.512v-288c0-88.366 71.634-160 160-160z"],"tags":["mic-off"]},"attrs":[{}],"properties":{"code":59799,"id":108,"name":"mic-off","order":1031,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":445},{"icon":{"attrs":[{}],"defaultCode":59767,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 288c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h576zM672 352h-512c-17.673 0-32 14.327-32 32v320c0 17.673 14.327 32 32 32h128c16.974 0 33.253 6.743 45.255 18.745l82.745 82.745 82.745-82.745c12.002-12.002 28.281-18.745 45.255-18.745h128c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32zM896 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-96v-64h64c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32h-512c-17.673 0-32 14.327-32 32v64h-64v-96c0-35.346 28.654-64 64-64h576z"],"tags":["bubble_lines_border"]},"attrs":[{}],"properties":{"code":59857,"id":184,"name":"bubble_lines_border","order":1032,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":446},{"icon":{"attrs":[{}],"defaultCode":59675,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 288c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-146.745c-8.487 0-16.626 3.371-22.627 9.373l-100.525 100.525c-9.997 9.997-26.206 9.997-36.204 0l-100.525-100.525c-6.001-6.001-14.14-9.373-22.627-9.373h-146.745c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h576zM896 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-96v-288c0-33.74-26.108-61.381-59.224-63.824l-4.776-0.176h-480v-96c0-35.346 28.654-64 64-64h576z"],"tags":["bubble_lines"]},"attrs":[{}],"properties":{"code":59691,"id":183,"name":"bubble_lines","order":1033,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":447},{"icon":{"attrs":[{}],"defaultCode":59766,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM640 256h-512c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h512c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378zM928 391.554l-96 48v144.892l96 48v-240.892z"],"tags":["videocam_border"]},"attrs":[{}],"properties":{"code":59773,"id":181,"name":"videocam_border","order":1034,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":448},{"icon":{"attrs":[{}],"defaultCode":59674,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378z"],"tags":["videocam"]},"attrs":[{}],"properties":{"code":59693,"id":182,"name":"videocam","order":1035,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":449},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 192c19.091 0 36.229 8.359 47.955 21.616l-54.74 54.679c-5.857-7.485-14.974-12.295-25.215-12.295h-512c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h37.504l-64 64h-5.504c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM172.589 941.903c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-205.921 205.925v389.504c0 35.346-28.654 64-64 64h-389.536l64-64h293.536c17.673 0 32-14.327 32-32v-293.504l-499.411 499.407zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378zM928 391.554l-96 48v144.892l96 48v-240.892z"],"tags":["videocam-off_border"]},"attrs":[{}],"properties":{"code":59694,"id":224,"name":"videocam-off_border","order":1036,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":450},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM672 192c19.091 0 36.229 8.359 47.955 21.616l-618.451 618.384h-5.504c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h576zM736 378.496v389.504c0 35.346-28.654 64-64 64h-389.536l453.536-453.504zM960 307.777c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v344.446c0 4.968-1.157 9.867-3.378 14.311-7.339 14.678-24.437 21.251-39.498 15.787l-3.434-1.476-160-80c-9.637-4.818-16.118-14.109-17.439-24.626l-0.25-3.995v-184.446c0-10.774 5.411-20.726 14.227-26.612l3.462-2.010 160-80c4.443-2.222 9.343-3.378 14.311-3.378z"],"tags":["videocam-off"]},"attrs":[{}],"properties":{"code":59695,"id":225,"name":"videocam-off","order":1037,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":451},{"icon":{"attrs":[{}],"defaultCode":59768,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M345.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-4.396 2.485c-0.831 0.428-1.731 0.871-2.734 1.344-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406c3.808-3.842 7.225-7.144 10.272-9.92 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77c18.246 15.718 40.388 34.305 66.408 55.741 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM318.135 133.237c-10.201-4.788-20.332-6.254-31.216-4.547-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49c-15.698-13.219-29.431-25-41.202-35.346-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509c-0.917 1.119-1.882 2.229-2.896 3.33l-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2z"],"tags":["phone_border"]},"attrs":[{}],"properties":{"code":59952,"id":204,"name":"phone_border","order":1038,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":452},{"icon":{"attrs":[{}],"defaultCode":59676,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M423.291 457.48c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097 1.872-2.047 4.13-4.525 6.979-7.64l2.568-2.496c-0.113 0.11 0.018-0.047 0.304-0.466l2.418-2.984c7.229-7.611 13.336-13.699 18.414-18.327 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308 20.594 18.1 47.639 40.95 81.093 68.511 18.745 15.418 31.224 34.33 37.033 56.218 5.899 22.22 3.994 43.689-5.142 61.985-6.176 15.343-18.084 33.405-35.757 54.804-17.408 21.078-33.123 36.96-46.584 47.038-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-37.313-23.892-74.467-52.989-111.187-86.993-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85 21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655c-2.030 1.256-4.122 2.41-7.129 3.829-1.702 0.709-3.237 1.43-4.606 2.155 0.848 4.22 2.693 9.908 5.823 17.54h-0.012z"],"tags":["phone"]},"attrs":[{}],"properties":{"code":59855,"id":205,"name":"phone","order":1039,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":453},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M683.935 553.589c25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726c11.069 9.291 23.11 19.297 36.12 30.015 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-14.372-12.881-28.647-26.421-42.833-40.629l45.239-45.287c9.030 9.043 18.118 17.822 27.279 26.35l13.799 12.607c34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242c-5.336-4.598-10.359-8.966-15.067-13.104-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509c-0.917 1.119-1.882 2.229-2.896 3.33l-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.118-7.846-28.642-18.486-43.737-31.779l45.325-45.405 1.547 1.321c10.195 8.611 19.548 15.249 27.954 19.921 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 7.101-6.968c1.099-1.043 2.155-2.027 3.171-2.952 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM345.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.757 10.045 9.718 21.663 17.905 34.76l-46.211 46.287c-2.237-3.297-4.381-6.557-6.43-9.78-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 23.665 43.359 53.248 87.574 88.544 132.308l-45.552 45.536c-39.638-49.63-72.711-98.705-99.169-147.183-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85z"],"tags":["phone-off_border"]},"attrs":[{}],"properties":{"code":59696,"id":222,"name":"phone-off_border","order":1040,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":454},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M683.935 553.589c25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77c18.246 15.718 40.388 34.305 66.408 55.741 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-14.372-12.881-28.647-26.421-42.833-40.629l166.797-166.912 1.547 1.321c10.195 8.611 19.548 15.249 27.954 19.921 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406c3.808-3.842 7.225-7.144 10.272-9.92 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46zM941.921 127.316c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM345.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-4.396 2.485c-0.831 0.428-1.731 0.871-2.734 1.344-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.757 10.045 9.718 21.663 17.905 34.76l-168.964 168.99c-39.638-49.63-72.711-98.705-99.169-147.183-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85z"],"tags":["phone-off"]},"attrs":[{}],"properties":{"code":59697,"id":223,"name":"phone-off","order":1041,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":455},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M281.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-4.396 2.485c-0.831 0.428-1.731 0.871-2.734 1.344-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406c3.808-3.842 7.225-7.144 10.272-9.92 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77c18.246 15.718 40.388 34.305 66.408 55.741 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM222.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49c-15.698-13.219-29.431-25-41.202-35.346-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509c-0.917 1.119-1.882 2.229-2.896 3.33l-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM771.216 169.196c12.497-12.261 32.758-12.261 45.255 0v0l166.156 160.604c12.497 12.261 12.497 32.14 0 44.401v0l-166.156 160.604c-12.497 12.261-32.758 12.261-45.255 0s-12.497-32.14 0-44.401v0l111.6-107.020-338.816 0.012c-17.673 0-32-14.056-32-31.396s14.327-31.396 32-31.396v0l338.752-0.012-111.536-106.996c-12.497-12.261-12.497-32.14 0-44.401z"],"tags":["transfer_call_border"]},"attrs":[{}],"properties":{"code":60163,"id":448,"name":"transfer_call_border","order":1042,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":456},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 7.101-6.968c1.099-1.043 2.155-2.027 3.171-2.952 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726c11.069 9.291 23.11 19.297 36.12 30.015 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242c-5.336-4.598-10.359-8.966-15.067-13.104-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM950.627 73.373c12.497 12.497 12.497 32.758 0 45.255l-226.294 226.255 178.764 0.019c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32l-0.019 178.726 226.293-226.255c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["incall_border"]},"attrs":[{}],"properties":{"code":59698,"id":228,"name":"incall_border","order":1043,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":457},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM864 96c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM672 96c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32z"],"tags":["holdcall_border"]},"attrs":[{}],"properties":{"code":60043,"id":347,"name":"holdcall_border","order":1044,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":458},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM588.389 221.999c47.31 13.188 90.607 38.287 126.074 73.754 35.698 35.698 60.892 79.325 74.007 126.984 4.691 17.040-5.323 34.654-22.36 39.345s-34.654-5.323-39.345-22.36c-10.195-37.040-29.751-70.904-57.558-98.712-27.627-27.627-61.238-47.113-98.002-57.361-17.024-4.746-26.978-22.395-22.233-39.418s22.395-26.978 39.417-22.231zM584.754 57.513c91.355 15.208 175.968 58.223 242.847 125.103 66.885 66.885 109.901 151.505 125.108 242.864 2.903 17.433-8.877 33.917-26.31 36.82s-33.917-8.877-36.82-26.31c-13.035-78.304-49.861-150.745-107.233-208.117-57.368-57.368-129.805-94.192-208.103-107.23-17.433-2.903-29.212-19.389-26.31-36.82s19.389-29.212 36.82-26.31z"],"tags":["activecall_border"]},"attrs":[{}],"properties":{"code":60044,"id":346,"name":"activecall_border","order":1045,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":459},{"icon":{"attrs":[{}],"defaultCode":59806,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 7.101-6.968c1.099-1.043 2.155-2.027 3.171-2.952 5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726c11.069 9.291 23.11 19.297 36.12 30.015 18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM950.627 73.373c12.497 12.497 12.497 32.758 0 45.255l-226.294 226.255 178.764 0.019c17.673 0 32 14.327 32 32s-14.327 32-32 32h-256c-17.673 0-32-14.327-32-32v-256c0-17.673 14.327-32 32-32s32 14.327 32 32l-0.019 178.726 226.293-226.255c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["incall"]},"attrs":[{}],"properties":{"code":59806,"id":68,"name":"incall","order":1046,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":460},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM928 64c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.019-178.726-226.293 226.255c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l226.294-226.255-178.764-0.019c-17.673 0-32-14.327-32-32s14.327-32 32-32h256z"],"tags":["outcall_border"]},"attrs":[{}],"properties":{"code":59699,"id":227,"name":"outcall_border","order":1047,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":461},{"icon":{"attrs":[{}],"defaultCode":59808,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM928 64c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32l0.019-178.726-226.293 226.255c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l226.294-226.255-178.764-0.019c-17.673 0-32-14.327-32-32s14.327-32 32-32h256z"],"tags":["outcall"]},"attrs":[{}],"properties":{"code":59808,"id":70,"name":"outcall","order":1048,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":462},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM254.919 128.69c-10.058 1.565-25.588 7.098-46.436 17.23-21.153 10.28-36.3 19.467-45.324 26.986-17.521 14.711-28.183 34.491-32.57 62.59-5.127 29.89-2.718 65.519 7.89 106.771 11.028 42.886 30.504 89.875 58.761 141.118 28.276 51.808 65 104.836 109.826 158.514 34.394 40.447 69.115 76.344 105.062 108.571 34.099 31.575 68.276 58.322 102.215 80.054 33.754 21.614 66.379 37.972 97.882 49.201 30.693 10.941 59.287 16.275 85.888 16.275 14.909 0 27.914-1.87 39.13-5.435 8.754-2.782 16.436-6.601 24.584-12.559l4.957-3.841c8.785-6.577 21.127-19.043 35.594-36.559 12.511-15.149 20.564-27.019 24.465-35.098l3.381-7.545c2.042-4.089 2.505-9.58 0.542-16.975-2.297-8.654-7.222-16.128-15.869-23.239l-41.447-34.49-26.135-22.242-15.067-13.104c-14.109-12.4-27.899-24.805-41.372-37.213l-19.972-18.617-2.815-2.828c-4.417-4.722-11.526-8.008-21.787-8.915-9.708-0.858-18.356 0.565-26.458 4.303l-3.811 2.004-1.572 1.113c-2.319 1.655-4.284 3.167-6.056 4.648l-2.534 2.211-5.119 4.872-7.28 7.381-1.155 1.509-2.896 3.33-5.076 5.192-5.037 5.515c-18.685 20.432-48.39 26.532-73.615 15.117-4.534-2.052-9.435-4.553-14.673-7.463-14.73-8.186-29.9-19.413-45.701-33.52-15.478-13.816-31.691-30.792-49-51.228-15.757-18.854-29.048-36.726-39.764-53.578-9.214-14.491-16.614-28.155-22.127-41.138l-2.338-5.843c-4.46-10.874-7.55-20.235-9.354-29.213-5.583-27.773 7.758-55.912 32.792-69.17l8.007-3.846 5.709-3.143 3.557-1.737 1.597-1.147 4.582-2.759c4.277-2.337 7.971-4.586 11.085-6.724l5.587-4.054 3.261-2.66 1.578-1.662c5.108-5.853 7.904-11.16 9.233-16.896l0.629-3.501c0.945-7.234-0.588-13.588-4.718-19.859-21.805-31.522-40.522-60.23-56.412-86.547-15.924-26.372-30.131-51.979-41.556-74.809-4.711-8.6-10.333-14.533-17.697-18.8l-3.833-2c-10.201-4.788-20.332-6.254-31.216-4.547zM678.627 73.373l113.16 113.114 113.114-113.114c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-113.114 113.114 113.114 113.16c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-113.114-113.16-113.16 113.16c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.16-113.16-113.16-113.114c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["missedcall_border"]},"attrs":[{}],"properties":{"code":59702,"id":226,"name":"missedcall_border","order":1049,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":463},{"icon":{"attrs":[{}],"defaultCode":59807,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM678.627 73.373l113.16 113.114 113.114-113.114c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-113.114 113.114 113.114 113.16c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-113.114-113.16-113.16 113.16c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.16-113.16-113.16-113.114c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["missedcall"]},"attrs":[{}],"properties":{"code":59807,"id":69,"name":"missedcall","order":1050,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":464},{"icon":{"attrs":[{}],"defaultCode":59809,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M313.326 75.301c21.702 10.184 38.513 26.164 50.468 47.986 11.708 23.303 25.11 47.464 40.215 72.479 15.14 25.074 33.135 52.681 54.259 83.218 13.244 20.027 18.515 41.812 15.545 64.556-2.921 22.353-12.909 42.314-31.263 60.794-5.244 4.459-10.665 8.612-16.267 12.458-5 3.431-10.536 6.799-16.614 10.12-2.139 1.685-4.458 3.159-6.991 4.39l-5.464 2.655-5.698 3.14-1.431 0.689c-1.702 0.709-3.237 1.43-4.606 2.155 0.509 2.532 1.377 5.593 2.665 9.284l3.146 8.255c3.962 10.595 10.378 22.941 19.27 36.925 9.112 14.329 20.77 30.010 34.866 46.877 15.276 18.034 29.47 32.884 42.51 44.524 12.634 11.28 24.085 19.718 34.172 25.324 3.882 2.157 7.235 3.859 9.97 5.097l6.979-7.64 2.57-2.531 2.72-3.415 8.142-8.406 8.718-8.488 1.554-1.432c5.487-5.002 11.589-9.779 19.75-15.266 21.048-12.423 44.523-17.66 69.422-15.46 25.693 2.27 47.477 12.467 62.892 28.945 19.18 18.098 39.070 36.2 59.672 54.308l14.685 12.77 30.289 25.726 36.12 30.015c18.745 15.418 31.224 34.33 37.033 56.218 5.243 19.751 4.321 38.909-2.365 55.772l-2.777 6.213c-6.176 15.343-18.084 33.405-35.757 54.804-15.232 18.444-29.168 32.908-41.431 42.988l-5.152 4.050c-14.067 11.625-30.305 20.375-48.516 26.162-17.8 5.657-37.337 8.44-58.512 8.44-34.336 0-70.15-6.72-107.377-19.99-36.329-12.949-73.281-31.496-110.905-55.588-32.649-20.906-65.176-45.796-97.397-74.472l-13.79-12.521c-37.387-33.507-74.114-71.477-110.333-114.070-47.756-57.182-86.863-113.641-117.248-169.313-30.545-55.391-52.089-107.317-64.567-155.84-12.702-49.396-15.764-94.016-8.986-133.531 6.515-41.806 24.621-75.7 54.495-100.783 13.861-11.55 33.302-23.286 58.502-35.534 25.709-12.496 46.978-20.171 64.574-22.908 23.515-3.687 46.56-0.327 68.244 9.85zM822.627 73.373l135.765 135.765c12.497 12.497 12.497 32.758 0 45.255l-135.765 135.765c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.137-113.137-113.137-113.137c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0zM662.627 73.373l135.765 135.765c12.497 12.497 12.497 32.758 0 45.255l-135.765 135.765c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l113.137-113.137-113.137-113.137c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["forwardcall"]},"attrs":[{}],"properties":{"code":59809,"id":71,"name":"forwardcall","order":1051,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":465},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M197.924 376.738l36.733 106.525c4.165 11.733 1.593 22.771-10.427 29.711l-32.147 18.56c-30.749 17.753-33.755 45.472-23.182 76.051 7.286 21.013 22.931 51.338 40.635 82.003l8.893 15.125c14.855 24.788 29.705 47.102 41.971 61.354 21.030 24.159 46.538 35.416 77.287 17.663l32.147-18.56c12.020-6.94 22.866-3.649 30.945 5.825l71.169 81.951c23.472 25.806 12.759 47.276-19.388 65.836-29.072 16.785-59.058 18.43-91.047 10.151-81.498-21.728-162.251-103.495-218.508-200.934s-86.692-208.257-64.76-289.7c8.824-31.843 25.242-56.988 54.314-73.773 30.325-17.508 54.078-17.84 65.365 12.212zM928 768c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320zM928 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32h512zM928 192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32h832z"],"tags":["call-list"]},"attrs":[{}],"properties":{"code":60045,"id":349,"name":"call-list","order":1052,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":466},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.921 638.606c-0.364 14.486 1.914 13.839-13.858 17.808-25.71 6.643-52.241 8.582-78.589 10.057-42.029 2.398-84.15 4.244-126.272 4.983-72.207 1.201-144.414 1.106-216.257-7.566-12.034-1.477-23.887-4.52-35.648-7.659-3.464-0.923-6.198-4.613-9.298-7.105v-22.606c0.364-1.477 0.729-3.045 1.002-4.52 1.459-7.75 2.28-15.594 4.376-23.066 7.112-25.097 23.341-43.181 45.038-56.837 20.605-13.011 43.488-21.313 65.551-31.279 19.785-8.858 39.112-18.822 58.714-28.234 3.283-1.569 4.193-3.784 4.103-7.381-0.274-9.134-0.181-18.177 0-27.311 0-3.228-0.912-5.352-3.556-7.474-13.493-10.611-24.251-23.622-32.275-38.752-17.414-32.848-20.878-67.633-13.585-103.71 6.381-31.094 20.058-58.312 43.944-79.719 40.754-36.445 100.561-34.785 138.762 4.153 28.263 28.788 41.027 64.402 42.029 104.262 1.186 46.226-14.222 85.44-50.965 115.057-1.276 1.014-2.097 3.506-2.097 5.259-0.274 9.504 0 19.098-0.181 28.696-0.091 3.228 0.912 5.259 3.829 6.643 17.961 8.489 35.739 17.347 53.792 25.558 21.515 9.781 43.58 18.361 64.731 28.788 20.787 10.242 37.653 25.466 47.317 47.242 7.749 17.44 9.937 35.891 9.391 54.714zM982.463 775.892c7.748 17.44 9.936 35.891 9.48 54.623-0.364 14.393 1.915 13.839-13.947 17.899-25.706 6.643-52.233 8.582-78.578 10.057-42.023 2.398-84.139 4.244-126.253 4.983-72.196 1.201-144.393 1.106-216.225-7.566-12.032-1.477-23.883-4.52-35.642-7.659-3.464-0.923-6.199-4.613-9.297-7.105v-22.606c0.364-1.477 0.729-3.045 1.002-4.52 1.459-7.75 2.279-15.594 4.376-23.066 7.109-25.097 23.337-43.181 45.032-56.837 20.601-13.011 43.482-21.314 65.543-31.279 19.782-8.858 39.106-18.822 58.705-28.234 3.281-1.569 4.193-3.784 4.103-7.381-0.183-9.136-0.183-18.177 0-27.311 0-3.228-0.912-5.352-3.555-7.474-13.491-10.611-24.247-23.622-32.27-38.752-17.411-32.848-20.875-67.633-13.583-103.71 6.381-31.095 20.055-58.312 43.938-79.719 40.747-36.445 100.547-34.785 138.741 4.153 28.259 28.787 41.021 64.402 42.023 104.262 1.185 46.226-14.222 85.44-50.957 115.057-1.276 1.014-2.096 3.506-2.096 5.259-0.274 9.596 0 19.1-0.183 28.696-0.091 3.228 0.912 5.259 3.828 6.643 17.957 8.488 35.734 17.345 53.784 25.558 21.512 9.781 43.573 18.362 64.721 28.787 20.783 10.242 37.647 25.466 47.31 47.242l0.002 0.002zM447.862 194.562c-12.051 3.816-24.821-2.421-29.858-14.336-5.756-14.059 1.349-29.978 15.378-34.538 41.459-13.406 110.434-23.46 184.358 11.451 13.040 6.144 24.64 14.244 35.163 23.647l83.097-52.785-7.734 209.468c-1.799 12.475-15.558 18.619-25.54 11.544l-161.964-96.82 64.39-40.963c-4.227-2.7-8.453-5.12-12.86-7.262-58.815-27.929-109.895-20.481-144.429-9.403l-0.001-0.002z"],"tags":["transfer-call"]},"attrs":[{}],"properties":{"code":59946,"id":271,"name":"transfer-call","order":1053,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":467},{"icon":{"attrs":[{}],"defaultCode":59902,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M534.627 374.627l178.745 178.745c12.497 12.497 12.497 32.758 0 45.255-6.001 6.001-14.14 9.373-22.627 9.373h-357.49c-17.673 0-32-14.327-32-32 0-8.487 3.371-16.626 9.373-22.627l178.745-178.745c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["arrow-up"]},"attrs":[{}],"properties":{"code":59902,"id":9,"name":"arrow-up","order":1054,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":468},{"icon":{"attrs":[{}],"defaultCode":59875,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M534.627 649.373l178.745-178.745c12.497-12.497 12.497-32.758 0-45.255-6.001-6.001-14.14-9.373-22.627-9.373h-357.49c-17.673 0-32 14.327-32 32 0 8.487 3.371 16.626 9.373 22.627l178.745 178.745c12.497 12.497 32.758 12.497 45.255 0z"],"tags":["arrow-down"]},"attrs":[{}],"properties":{"code":59875,"id":17,"name":"arrow-down","order":1055,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":469},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M374.627 489.373l178.745-178.745c12.497-12.497 32.758-12.497 45.255 0 6.001 6.001 9.373 14.14 9.373 22.627v357.49c0 17.673-14.327 32-32 32-8.487 0-16.626-3.371-22.627-9.373l-178.745-178.745c-12.497-12.497-12.497-32.758 0-45.255z"],"tags":["arrow-left"]},"attrs":[{}],"properties":{"code":59704,"id":230,"name":"arrow-left","order":1056,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":470},{"icon":{"attrs":[{}],"defaultCode":59822,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M649.373 489.373l-178.745-178.745c-12.497-12.497-32.758-12.497-45.255 0-6.001 6.001-9.373 14.14-9.373 22.627v357.49c0 17.673 14.327 32 32 32 8.487 0 16.626-3.371 22.627-9.373l178.745-178.745c12.497-12.497 12.497-32.758 0-45.255z"],"tags":["arrow_right"]},"attrs":[{}],"properties":{"code":59822,"id":84,"name":"arrow_right1","order":1057,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":471},{"icon":{"attrs":[{}],"defaultCode":59697,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M308.353 417.608c12.497-12.497 32.758-12.497 45.255 0l158.392 158.392 158.392-158.392c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-181.019 181.019c-12.497 12.497-32.758 12.497-45.255 0l-181.019-181.019c-12.497-12.497-12.497-32.758 0-45.255z"],"tags":["arrow_down"]},"attrs":[{}],"properties":{"code":59705,"id":156,"name":"arrow_down","order":1058,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":472},{"icon":{"attrs":[{}],"defaultCode":59901,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M606.392 308.353c12.497 12.497 12.497 32.758 0 45.255l-158.392 158.392 158.392 158.392c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-181.019-181.019c-12.497-12.497-12.497-32.758 0-45.255l181.019-181.019c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["arrow_left"]},"attrs":[{}],"properties":{"code":59901,"id":8,"name":"arrow_left","order":1059,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":473},{"icon":{"attrs":[{}],"defaultCode":59900,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M417.608 308.353c-12.497 12.497-12.497 32.758 0 45.255l158.392 158.392-158.392 158.392c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l181.019-181.019c12.497-12.497 12.497-32.758 0-45.255l-181.019-181.019c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["arrow_right"]},"attrs":[{}],"properties":{"code":59974,"id":7,"name":"arrow_right","order":1060,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":474},{"icon":{"attrs":[{}],"defaultCode":59696,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M308.353 606.392c12.497 12.497 32.758 12.497 45.255 0l158.392-158.392 158.392 158.392c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-181.019-181.019c-12.497-12.497-32.758-12.497-45.255 0l-181.019 181.019c-12.497 12.497-12.497 32.758 0 45.255z"],"tags":["arrow_up"]},"attrs":[{}],"properties":{"code":59706,"id":155,"name":"arrow_up","order":1061,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":475},{"icon":{"attrs":[{}],"defaultCode":59689,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M298.177 478.059c-18.745 18.745-18.745 49.137 0 67.882l339.411 339.411c18.745 18.745 49.137 18.745 67.882 0s18.745-49.137 0-67.882l-305.47-305.47 305.47-305.47c18.745-18.745 18.745-49.137 0-67.882s-49.137-18.745-67.882 0l-339.411 339.411z"],"tags":["chevron_left"]},"attrs":[{}],"properties":{"code":59713,"id":195,"name":"chevron_left","order":1062,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":476},{"icon":{"attrs":[{}],"defaultCode":59691,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M725.823 478.059c18.745 18.745 18.745 49.137 0 67.882l-339.411 339.411c-18.745 18.745-49.137 18.745-67.882 0s-18.745-49.137 0-67.882l305.47-305.47-305.47-305.47c-18.745-18.745-18.745-49.137 0-67.882s49.137-18.745 67.882 0l339.411 339.411z"],"tags":["chevron_right"]},"attrs":[{}],"properties":{"code":59714,"id":196,"name":"chevron_right","order":1063,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":477},{"icon":{"attrs":[{}],"defaultCode":59682,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 128c17.673 0 32 14.327 32 32v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v-704c0-17.673 14.327-32 32-32zM554.039 195.216c12.497 12.497 12.497 32.758 0 45.255l-239.575 239.529h549.536c17.673 0 32 14.327 32 32s-14.327 32-32 32h-549.472l239.511 239.529c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-294.156-294.156c-12.497-12.497-12.497-32.758 0-45.255l294.156-294.156c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["doublechevron_left"]},"attrs":[{}],"properties":{"code":59715,"id":198,"name":"double-chevron_left","order":1064,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":478},{"icon":{"attrs":[{}],"defaultCode":59680,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M860.784 128c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32s32-14.327 32-32v-704c0-17.673-14.327-32-32-32zM466.745 195.216c-12.497 12.497-12.497 32.758 0 45.255l239.575 239.529h-546.32c-17.673 0-32 14.327-32 32s14.327 32 32 32h546.256l-239.511 239.529c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l294.156-294.156c12.497-12.497 12.497-32.758 0-45.255l-294.156-294.156c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["doublechevron_right"]},"attrs":[{}],"properties":{"code":59716,"id":197,"name":"double-chevron_right","order":1065,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":479},{"icon":{"attrs":[{}],"defaultCode":59729,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M476.784 195.216c12.497 12.497 12.497 32.758 0 45.255l-239.536 239.517 626.752 0.012c17.673 0 32 14.327 32 32s-14.327 32-32 32l-626.816-0.012 239.6 239.541c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-294.156-294.156c-12.497-12.497-12.497-32.758 0-45.255l294.156-294.156c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["previous"]},"attrs":[{}],"properties":{"code":59729,"id":133,"name":"previous","order":1066,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":480},{"icon":{"attrs":[{}],"defaultCode":59728,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M547.216 195.216c-12.497 12.497-12.497 32.758 0 45.255l239.536 239.517-626.752 0.012c-17.673 0-32 14.327-32 32s14.327 32 32 32l626.816-0.012-239.6 239.541c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l294.156-294.156c12.497-12.497 12.497-32.758 0-45.255l-294.156-294.156c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["forward"]},"attrs":[{}],"properties":{"code":59948,"id":132,"name":"forward","order":1067,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":481},{"icon":{"attrs":[{}],"defaultCode":59834,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 547.216c12.497-12.497 32.758-12.497 45.255 0l239.517 239.536 0.012-626.752c0-17.673 14.327-32 32-32s32 14.327 32 32l-0.012 626.816 239.541-239.6c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-294.156 294.156c-12.497 12.497-32.758 12.497-45.255 0l-294.156-294.156c-12.497-12.497-12.497-32.758 0-45.255z"],"tags":["jump-to-latest"]},"attrs":[{}],"properties":{"code":59834,"id":61,"name":"jump-to-latest","order":1068,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":482},{"icon":{"attrs":[{}],"defaultCode":59835,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 476.784c12.497 12.497 32.758 12.497 45.255 0l239.517-239.536 0.012 626.752c0 17.673 14.327 32 32 32s32-14.327 32-32l-0.012-626.816 239.541 239.6c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-294.156-294.156c-12.497-12.497-32.758-12.497-45.255 0l-294.156 294.156c-12.497 12.497-12.497 32.758 0 45.255z"],"tags":["jump-to-unread"]},"attrs":[{}],"properties":{"code":59835,"id":62,"name":"jump-to-unread","order":1069,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":483},{"icon":{"attrs":[{}],"defaultCode":59686,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M353.608 883.882l158.392-158.392 158.392 158.392c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-181.019-181.019c-12.497-12.497-32.758-12.497-45.255 0l-181.019 181.019c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0zM308.353 182.627l181.019 181.019c11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 181.019-181.019c12.497-12.497 12.497-32.758 0-45.255-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662-158.392 158.392-158.392-158.392c-12.497-12.497-32.758-12.497-45.255 0-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015v0z"],"tags":["unfold_less"]},"attrs":[{}],"properties":{"code":59717,"id":193,"name":"unfold_less","order":1070,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":484},{"icon":{"attrs":[{}],"defaultCode":59687,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M353.608 657.608l158.392 158.392 158.392-158.392c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-181.019 181.019c-12.497 12.497-32.758 12.497-45.255 0l-181.019-181.019c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0zM308.353 318.392l181.019-181.019c11.535-11.535 29.687-12.423 42.24-2.662l3.015 2.662 181.019 181.019c12.497 12.497 12.497 32.758 0 45.255-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-158.392-158.392-158.392 158.392c-12.497 12.497-32.758 12.497-45.255 0-11.535-11.535-12.423-29.687-2.662-42.24l2.662-3.015v0z"],"tags":["unfold_more"]},"attrs":[{}],"properties":{"code":59718,"id":194,"name":"unfold_more","order":1071,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":485},{"icon":{"attrs":[{}],"defaultCode":59759,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 832c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h250.285c17.692 0 34.595 7.324 46.695 20.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64v544zM896 448h-768v352c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-352zM350.555 192h-190.555c-17.673 0-32 14.327-32 32v160h768v-64c0-17.673-14.327-32-32-32l-361.662-0.332-3.755-0.332c-22.439-2.655-43.259-13.147-58.76-29.681l-42.574-45.421c-12.099-12.908-29.002-20.232-46.695-20.232z"],"tags":["file_border"]},"attrs":[{}],"properties":{"code":59940,"id":113,"name":"file_border","order":1072,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":486},{"icon":{"attrs":[{}],"defaultCode":59760,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 448v384c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-384h896zM64 192c0-35.346 28.654-64 64-64h250.285c17.692 0 34.595 7.324 46.695 20.232l61.538 65.654c5.185 5.531 12.135 9.011 19.584 9.892l3.761 0.222h386.137c35.346 0 64 28.654 64 64v96h-896v-192z"],"tags":["file"]},"attrs":[{}],"properties":{"code":59797,"id":114,"name":"file","order":1073,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":487},{"icon":{"attrs":[{}],"defaultCode":59651,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 96c35.346 0 64 28.654 64 64v741.706c0 17.673-14.327 32.004-32 32.004-6.086 0-12.046-1.74-17.18-5.007l-285.64-181.771c-10.482-6.67-23.878-6.67-34.36 0l-285.64 181.771c-14.91 9.488-34.689 5.093-44.177-9.817-3.267-5.134-5.003-11.094-5.003-17.18v-741.706c0-35.346 28.654-64 64-64h576zM768 160h-512c-17.673 0-32 14.327-32 32v651.413l253.64-161.407c20.964-13.341 47.756-13.341 68.72 0l253.64 161.407v-651.413c0-17.673-14.327-32-32-32z"],"tags":["bookmark_border"]},"attrs":[{}],"properties":{"code":59721,"id":175,"name":"bookmark_border","order":1074,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":488},{"icon":{"attrs":[{}],"defaultCode":59650,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 96c35.346 0 64 28.654 64 64v741.706c0 17.673-14.327 32.004-32 32.004-6.086 0-12.046-1.74-17.18-5.007l-285.64-181.771c-10.482-6.67-23.878-6.67-34.36 0l-285.64 181.771c-14.91 9.488-34.689 5.093-44.177-9.817-3.267-5.134-5.003-11.094-5.003-17.18v-741.706c0-35.346 28.654-64 64-64h576z"],"tags":["bookmark"]},"attrs":[{}],"properties":{"code":59970,"id":174,"name":"bookmark","order":1075,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":489},{"icon":{"attrs":[{}],"defaultCode":59664,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M540.324 55.22c12.622 6.229 22.838 16.445 29.067 29.067l95.041 192.574c4.661 9.445 13.671 15.991 24.094 17.505l212.518 30.881c34.979 5.083 59.214 37.559 54.132 72.538-2.024 13.929-8.583 26.802-18.662 36.626l-153.78 149.898c-7.542 7.352-10.984 17.944-9.203 28.324l36.302 211.659c5.975 34.838-17.423 67.923-52.26 73.898-13.872 2.379-28.142 0.119-40.601-6.431l-190.082-99.932c-9.322-4.901-20.459-4.901-29.782 0l-190.082 99.932c-31.286 16.448-69.982 4.419-86.43-26.867-6.55-12.458-8.81-26.728-6.431-40.601l36.302-211.659c1.78-10.381-1.661-20.973-9.203-28.324l-153.78-149.898c-25.311-24.672-25.829-65.191-1.157-90.502 9.825-10.079 22.698-16.638 36.626-18.662l212.518-30.881c10.423-1.515 19.433-8.061 24.094-17.505l95.041-192.574c15.643-31.696 54.019-44.71 85.715-29.067zM416.959 305.185c-13.984 28.334-41.014 47.972-72.282 52.516l-199.685 29.016c-3.498 0.508-5.921 3.756-5.413 7.254 0.202 1.393 0.858 2.68 1.866 3.663l144.494 140.846c22.626 22.055 32.951 53.831 27.609 84.973l-34.11 198.878c-0.598 3.484 1.742 6.792 5.226 7.39 1.387 0.238 2.814 0.012 4.060-0.643l178.604-93.898c27.967-14.703 61.378-14.703 89.345 0l178.604 93.898c3.129 1.645 6.998 0.442 8.643-2.687 0.655-1.246 0.881-2.673 0.643-4.060l-34.11-198.878c-5.341-31.142 4.983-62.918 27.609-84.973l144.494-140.846c2.531-2.467 2.583-6.519 0.116-9.050-0.982-1.008-2.27-1.664-3.663-1.866l-199.685-29.016c-31.268-4.544-58.298-24.182-72.282-52.516l-89.302-180.945c-1.564-3.17-5.402-4.471-8.572-2.907-1.262 0.623-2.284 1.645-2.907 2.907l-89.302 180.945z"],"tags":["star_border"]},"attrs":[{}],"properties":{"code":59722,"id":171,"name":"star_border","order":1076,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":490},{"icon":{"attrs":[{}],"defaultCode":59663,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M540.324 55.22c12.622 6.229 22.838 16.445 29.067 29.067l95.041 192.574c4.661 9.445 13.671 15.991 24.094 17.505l212.518 30.881c34.979 5.083 59.214 37.559 54.132 72.538-2.024 13.929-8.583 26.802-18.662 36.626l-153.78 149.898c-7.542 7.352-10.984 17.944-9.203 28.324l36.302 211.659c5.975 34.838-17.423 67.923-52.26 73.898-13.872 2.379-28.142 0.119-40.601-6.431l-190.082-99.932c-9.322-4.901-20.459-4.901-29.782 0l-190.082 99.932c-31.286 16.448-69.982 4.419-86.43-26.867-6.55-12.458-8.81-26.728-6.431-40.601l36.302-211.659c1.78-10.381-1.661-20.973-9.203-28.324l-153.78-149.898c-25.311-24.672-25.829-65.191-1.157-90.502 9.825-10.079 22.698-16.638 36.626-18.662l212.518-30.881c10.423-1.515 19.433-8.061 24.094-17.505l95.041-192.574c15.643-31.696 54.019-44.71 85.715-29.067z"],"tags":["star"]},"attrs":[{}],"properties":{"code":59723,"id":170,"name":"star","order":1077,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":491},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c17.673 0 32 14.327 32 32l0.022 33.76c143.988 15.928 255.978 138.006 255.978 286.24v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-191.856-0.038c-35.346 0-64-28.654-64-64 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971zM512 192c-123.712 0-224 100.288-224 224v104.459c0 57.19-19.15 112.733-54.395 157.771l-70.252 89.77h697.294l-70.252-89.77c-35.246-45.038-54.395-100.581-54.395-157.771v-104.459c0-123.712-100.288-224-224-224z"],"tags":["notification_border"]},"attrs":[{}],"properties":{"code":59724,"id":232,"name":"notification_border","order":1078,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":492},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c17.673 0 32 14.327 32 32l0.022 33.76c143.988 15.928 255.978 138.006 255.978 286.24v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-191.856-0.038c-35.346 0-64-28.654-64-64 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971z"],"tags":["notification"]},"attrs":[{}],"properties":{"code":59725,"id":233,"name":"notification","order":1079,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":493},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M786.364 328.175c8.856 27.688 13.636 57.198 13.636 87.825v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-72.72-0.006 64.032-64.032h514.126l-70.252-89.77c-35.246-45.038-54.395-100.581-54.395-157.771v-104.459c0-11.82-0.916-23.426-2.68-34.752l53.043-53.073zM941.921 127.334c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971zM512 64c17.673 0 32 14.327 32 32l0.022 33.76c68.098 7.533 129.040 38.81 174.362 85.367l-45.247 45.274c-40.734-42.175-97.873-68.402-161.137-68.402-123.712 0-224 100.288-224 224v104.459c0 57.19-19.15 112.733-54.395 157.771l-70.252 89.77h2.144l-46.302 46.326c-12.225-11.656-19.842-28.101-19.842-46.326 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32z"],"tags":["mute-notification_border"]},"attrs":[{}],"properties":{"code":59728,"id":231,"name":"mute-notification_border","order":1080,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":494},{"icon":{"attrs":[{}],"defaultCode":59843,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 416v104.459c0 42.892 14.362 84.55 40.797 118.328l70.252 89.77c21.784 27.836 16.877 68.060-10.958 89.844-11.259 8.811-25.145 13.599-39.443 13.599l-191.856 0.038c-14.839 73.013-79.398 127.962-156.792 127.962s-141.952-54.949-156.792-127.962l-72.72-0.006 503.875-503.857c8.856 27.688 13.636 57.198 13.636 87.825zM941.921 127.334c12.497 12.497 12.497 32.758 0 45.255l-769.332 769.332c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l769.332-769.332c12.497-12.497 32.758-12.497 45.255 0zM602.527 832.029h-181.054c13.187 37.271 48.739 63.971 90.527 63.971s77.34-26.7 90.527-63.971zM512 64c17.673 0 32 14.327 32 32l0.022 33.76c68.098 7.533 129.040 38.81 174.362 85.367l-599.189 599.198c-12.225-11.656-19.842-28.101-19.842-46.326 0-14.297 4.787-28.183 13.599-39.443l70.252-89.77c26.434-33.778 40.797-75.436 40.797-118.328v-104.459c0-148.245 112.007-270.33 256.010-286.243l-0.010-33.757c0-17.673 14.327-32 32-32z"],"tags":["mute notification"]},"attrs":[{}],"properties":{"code":59843,"codes":[59843,59844],"id":56,"name":"mute-notification","order":1081,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":495},{"icon":{"attrs":[{}],"defaultCode":59659,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M128 896c-35.346 0-64-28.654-64-64v-288c0-35.346 28.654-64 64-64h128l218.4-355.84c23.391-37.425 64.411-60.16 108.544-60.16h25.056c40.734 0 73.755 33.021 73.755 73.755 0 6.416-0.837 12.805-2.49 19.004l-43.52 163.241h196.256c70.692 0 128 57.308 128 128v144c0 167.895-136.105 304-304 304h-528zM224 544h-64c-17.673 0-32 14.327-32 32v224c0 17.673 14.327 32 32 32h64v-288zM608 128h-25.056c-22.067 0-42.577 11.368-53.998 29.638l-218.4 355.84c-11.64 18.964-22.546 30.522-22.546 30.522v288h368c132.548 0 240-107.452 240-240v-144c0-35.346-28.654-64-64-64h-196.256c-42.048 0-72.672-39.857-61.84-80.487l43.521-163.245c0.219-0.82 0.329-1.665 0.329-2.513 0-5.387-4.367-9.755-9.755-9.755z"],"tags":["thumbup_border"]},"attrs":[{}],"properties":{"code":59730,"id":177,"name":"thumbup_border","order":1082,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":496},{"icon":{"attrs":[{}],"defaultCode":59658,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M224 480v416h-96c-35.346 0-64-28.654-64-64v-288c0-35.346 28.654-64 64-64h96zM608 64c40.734 0 73.755 33.021 73.755 73.755 0 6.416-0.837 12.805-2.49 19.004l-43.52 163.241h196.256c70.692 0 128 57.308 128 128v144c0 167.895-136.105 304-304 304h-368v-468.16l186.4-303.68c23.391-37.425 64.411-60.16 108.544-60.16h25.056z"],"tags":["thumbup"]},"attrs":[{}],"properties":{"code":59731,"id":176,"name":"thumbup","order":1083,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":497},{"icon":{"attrs":[{}],"defaultCode":59774,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M318.273 654.128l51.602 51.601-232.208 232.206c-14.249 14.249-88.954 65.851-103.203 51.601s37.352-88.953 51.602-103.203l232.208-232.206zM628.146 36.916c2.747 1.59 5.275 3.532 7.519 5.777l345.648 345.646c14.249 14.249 14.249 37.352 0 51.601-2.244 2.244-4.772 4.186-7.519 5.777l-278.879 161.481c14.202 98.905-16.742 203.045-92.833 279.135-14.249 14.249-37.352 14.249-51.602 0l-412.814-412.811c-14.249-14.249-14.249-37.352 0-51.601 76.102-76.102 180.263-107.044 279.182-92.826l161.437-278.884c10.097-17.44 32.42-23.392 49.859-13.296zM615.712 113.248l-165.147 285.352-42.821-6.155c-69.282-9.958-139.291 7.616-195.348 49.272l-9.004 7.019 371.84 371.84 0.938-1.056c44.028-54.798 64.046-124.304 56.583-193.755l-1.188-9.469-6.147-42.81 285.303-165.229-295.008-295.008z"],"tags":["unpin"]},"attrs":[{}],"properties":{"code":59798,"id":91,"name":"unpin","order":1084,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":498},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M114.079 95.316c12.497-12.497 32.758-12.497 45.255 0v0l769.332 769.332c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0v0l-191.475-191.471-2.491 11.496c-13.538 57.317-42.659 111.703-87.362 156.406-14.249 14.249-37.352 14.249-51.602 0l-180.606-180.605-232.208 232.206c-14.249 14.249-88.954 65.851-103.203 51.601s37.352-88.953 51.602-103.203l232.208-232.206-180.606-180.605c-14.249-14.249-14.249-37.352 0-51.601 47.675-47.674 106.361-77.626 167.871-89.855l-191.459-191.496c-12.497-12.497-12.497-32.758 0-45.255zM363.296 389.792c-54.136 1.311-106.83 19.175-150.9 51.925l-9.004 7.019 371.84 371.84 0.938-1.056c36.636-45.597 56.647-101.378 58.034-158.837l-270.908-270.89zM628.146 36.916c2.747 1.59 5.275 3.532 7.519 5.777l345.648 345.646c14.249 14.249 14.249 37.352 0 51.601-2.244 2.244-4.772 4.186-7.519 5.777l-236.61 136.971-46.848-46.816 220.384-127.616-295.008-295.008-127.584 220.416-46.816-46.848 136.974-236.604c10.097-17.44 32.42-23.392 49.859-13.296z"],"tags":["unpin-slash"]},"attrs":[{}],"properties":{"code":59947,"id":277,"name":"unpin-slash","order":1085,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":499},{"icon":{"attrs":[{}],"defaultCode":59723,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M137.667 473.523c-14.249-14.249-14.249-37.352 0-51.601 76.102-76.102 180.263-107.044 279.182-92.826l161.437-278.884c10.097-17.44 32.42-23.392 49.859-13.296 2.747 1.59 5.275 3.532 7.519 5.777l345.648 345.646c14.249 14.249 14.249 37.352 0 51.601-2.244 2.244-4.772 4.186-7.519 5.777l-278.879 161.481c14.202 98.905-16.742 203.045-92.833 279.135-14.249 14.249-37.352 14.249-51.602 0l-180.606-180.605-232.208 232.206c-14.249 14.249-88.954 65.851-103.203 51.601s37.352-88.953 51.602-103.203l232.208-232.206-180.606-180.605z"],"tags":["pin"]},"attrs":[{}],"properties":{"code":59736,"id":138,"name":"pin","order":1086,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":500},{"icon":{"attrs":[{}],"defaultCode":59665,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.784 240.47l-271.506 271.506 271.506 271.552c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0l-271.528-271.574-271.528 271.574c-12.498 12.496-32.758 12.496-45.254 0s-12.498-32.758 0-45.254l271.528-271.574-271.528-271.484c-12.498-12.498-12.498-32.758 0-45.254s32.758-12.498 45.254 0l271.552 271.506 271.506-271.506c12.496-12.498 32.758-12.498 45.254 0 12.494 12.498 12.494 32.758-0.002 45.254z"],"tags":["close"]},"attrs":[{}],"properties":{"code":59737,"id":192,"name":"close","order":1087,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":501},{"icon":{"attrs":[{}],"defaultCode":59713,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM376.235 330.981c-12.497-12.497-32.758-12.497-45.255 0-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015 135.764 135.719-135.764 135.81c-12.497 12.497-12.497 32.758 0 45.255 11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 135.765-135.81 135.765 135.81c12.497 12.497 32.758 12.497 45.255 0 11.535-11.535 12.423-29.687 2.662-42.24l-2.662-3.015-135.764-135.81 135.764-135.719c12.497-12.497 12.497-32.758 0-45.255-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662-135.765 135.719-135.765-135.719z"],"tags":["delete_circle"]},"attrs":[{}],"properties":{"code":59971,"id":147,"name":"delete_circle","order":1088,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":502},{"icon":{"attrs":[{}],"defaultCode":59801,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M667.421 65.816c56.518 18.988 108.816 48.221 154.328 86.016 11.426 9.488 15.267 25.159 9.492 38.715-16.438 38.581-13.986 82.499 7.705 119.4 23.060 39.23 63.985 63.87 109.159 67.037 14.931 1.047 27.444 11.486 30.912 25.789 8.601 35.472 12.984 72.071 12.984 109.227 0 37.124-4.375 73.713-12.958 109.236-3.46 14.323-15.991 24.778-30.941 25.816-45.171 3.137-86.093 27.766-109.156 67.001-21.688 36.896-24.147 80.819-7.728 119.408 5.765 13.549 1.926 29.205-9.486 38.691-45.474 37.798-97.775 67.039-154.31 86.033-14.942 5.020-31.442-0.633-39.963-13.692-25.056-38.4-68.163-62.062-115.458-62.062-47.287 0-90.409 23.657-115.504 62.040-8.522 13.035-24.999 18.678-39.925 13.674-56.483-18.936-108.79-48.166-154.32-85.976-11.426-9.488-15.267-25.159-9.492-38.715 16.438-38.581 13.986-82.499-7.705-119.4-23.060-39.23-63.985-63.87-109.159-67.037-14.931-1.047-27.444-11.486-30.912-25.789-8.601-35.472-12.984-72.071-12.984-109.227 0-37.124 4.375-73.713 12.958-109.236 3.46-14.323 15.991-24.778 30.941-25.816 45.171-3.137 86.093-27.766 109.156-67.001 21.688-36.896 24.147-80.819 7.728-119.408-5.765-13.549-1.926-29.205 9.486-38.691 45.474-37.798 97.775-67.039 154.31-86.033 14.941-5.020 31.44 0.633 39.961 13.69 25.064 38.405 68.167 62.064 115.46 62.064 46.645 0 89.256-23.013 113.984-59.736l1.207-1.911c8.425-13.335 25.111-19.186 40.229-14.107zM357.216 133.696l-6.565 2.622c-30.254 12.482-58.904 28.462-85.354 47.59l-5.617 4.188 0.734 2.447c13.217 48.023 7.807 99.357-15.825 144.025l-4.36 7.811c-29.464 50.125-78.94 84.349-135.339 95.211l-2.010 0.329-1.17 6.388c-3.037 17.8-4.869 35.835-5.48 54.023l-0.229 13.669c0 22.844 1.916 45.463 5.718 67.684l1.194 6.332 2.012 0.375c53.703 10.374 101.124 41.914 130.963 88.181l4.343 7.050c27.298 46.44 34.179 101.008 20.162 151.857l-0.743 2.394 5.638 4.227c26.475 19.134 55.126 35.103 85.351 47.557l6.547 2.583 0.852-0.997c36.128-42.456 88.692-68.273 145.425-70.635l8.54-0.178c59.999 0 116.059 26.253 153.965 70.867l0.787 0.975 6.597-2.59c30.254-12.482 58.904-28.462 85.354-47.59l5.585-4.22-0.702-2.415c-13.217-48.023-7.807-99.357 15.825-144.025l4.36-7.811c29.464-50.125 78.94-84.349 135.339-95.211l1.978-0.361 1.202-6.356c3.037-17.8 4.869-35.835 5.48-54.023l0.229-13.669c0-22.844-1.916-45.462-5.718-67.683l-1.226-6.364-1.98-0.343c-53.703-10.374-101.124-41.914-130.963-88.181l-4.343-7.050c-27.298-46.44-34.179-101.008-20.162-151.857l0.711-2.426-5.6-4.191c-26.471-19.132-55.127-35.11-85.377-47.59l-6.495-2.556-2.792 3.344c-35.873 41.027-87.844 66.008-143.656 68.294l-8.399 0.172c-59.997 0-116.051-26.25-153.961-70.864l-0.823-1.009zM512 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM512 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96z"],"tags":["settings_border"]},"attrs":[{}],"properties":{"code":59801,"id":186,"name":"settings_border","order":1089,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":503},{"icon":{"attrs":[{}],"defaultCode":59677,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M667.421 65.816c56.518 18.988 108.816 48.221 154.328 86.016 11.426 9.488 15.267 25.159 9.492 38.715-16.438 38.581-13.986 82.499 7.705 119.4 23.060 39.23 63.985 63.87 109.159 67.037 14.931 1.047 27.444 11.486 30.912 25.789 8.601 35.472 12.984 72.071 12.984 109.227 0 37.124-4.375 73.713-12.958 109.236-3.46 14.323-15.991 24.778-30.941 25.816-45.171 3.137-86.093 27.766-109.156 67.001-21.688 36.896-24.147 80.819-7.728 119.408 5.765 13.549 1.926 29.205-9.486 38.691-45.474 37.798-97.775 67.039-154.31 86.033-14.942 5.020-31.442-0.633-39.963-13.692-25.056-38.4-68.163-62.062-115.458-62.062-47.287 0-90.409 23.657-115.504 62.040-8.522 13.035-24.999 18.678-39.925 13.674-56.483-18.936-108.79-48.166-154.32-85.976-11.426-9.488-15.267-25.159-9.492-38.715 16.438-38.581 13.986-82.499-7.705-119.4-23.060-39.23-63.985-63.87-109.159-67.037-14.931-1.047-27.444-11.486-30.912-25.789-8.601-35.472-12.984-72.071-12.984-109.227 0-37.124 4.375-73.713 12.958-109.236 3.46-14.323 15.991-24.778 30.941-25.816 45.171-3.137 86.093-27.766 109.156-67.001 21.688-36.896 24.147-80.819 7.728-119.408-5.765-13.549-1.926-29.205 9.486-38.691 45.474-37.798 97.775-67.039 154.31-86.033 14.941-5.020 31.44 0.633 39.961 13.69 25.064 38.405 68.167 62.064 115.46 62.064 46.645 0 89.256-23.013 113.984-59.736l1.207-1.911c8.425-13.335 25.111-19.186 40.229-14.107zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["settings"]},"attrs":[{}],"properties":{"code":59745,"id":187,"name":"settings","order":1090,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":504},{"icon":{"attrs":[{}],"defaultCode":59761,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384v448c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64h320zM512 128h-288c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-416c0-176.731-143.269-320-320-320zM576 576c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32h224zM672 384c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320z"],"tags":["note-new_border"]},"attrs":[{}],"properties":{"code":59800,"id":115,"name":"note_border","order":1091,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":505},{"icon":{"attrs":[{}],"defaultCode":59683,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384v448c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-768c0-35.346 28.654-64 64-64h320zM576 576h-224c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h224c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM672 384h-320c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h320c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["note"]},"attrs":[{}],"properties":{"code":59746,"id":200,"name":"note","order":1092,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":506},{"icon":{"attrs":[{}],"defaultCode":59757,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM716.034 375.724c12.497 12.497 12.497 32.758 0 45.255l-226.274 226.274c-4.806 4.806-10.762 7.764-16.982 8.873l-3.757 0.444h-3.778c-7.549-0.444-14.971-3.549-20.738-9.317l-135.765-135.765c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0l113.117 113.11 203.667-203.619c12.497-12.497 32.758-12.497 45.255 0z"],"tags":["task-new_border"]},"attrs":[{}],"properties":{"code":59803,"id":112,"name":"task-new_border","order":1093,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":507},{"icon":{"attrs":[{}],"defaultCode":59756,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM716.034 375.724c-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662-203.667 203.619-113.117-113.11c-12.497-12.497-32.758-12.497-45.255 0-11.535 11.535-12.423 29.687-2.662 42.24l2.662 3.015 135.765 135.765c4.806 4.806 10.761 7.764 16.982 8.873l3.757 0.444h3.778l3.757-0.444c4.976-0.887 9.783-2.958 13.967-6.211l3.015-2.662 226.274-226.274c12.497-12.497 12.497-32.758 0-45.255z"],"tags":["task-new"]},"attrs":[{}],"properties":{"code":59804,"id":111,"name":"task-new","order":1094,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":508},{"icon":{"attrs":[{}],"defaultCode":59763,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M672 64c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v640c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-640c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-640c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h256v-32c0-17.673 14.327-32 32-32zM832 320h-640v480c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h576c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-480zM416 416h192c23.18 0 38.258 23.656 29.548 44.308l-1.575 3.232-160 288c-8.583 15.449-28.065 21.015-43.514 12.432-14.346-7.97-20.17-25.337-14.057-40.147l1.624-3.367 133.589-240.459h-137.616c-17.673 0-32-14.327-32-32 0-16.411 12.353-29.936 28.268-31.785l3.732-0.215v0zM800 192h-576c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v32h640v-32c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215z"],"tags":["event-new_border"]},"attrs":[{}],"properties":{"code":59805,"id":117,"name":"event-new_border","order":1095,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":509},{"icon":{"attrs":[{}],"defaultCode":59764,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 320v512c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-640c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-512h768zM608 416h-192l-3.732 0.215c-15.915 1.848-28.268 15.374-28.268 31.785s12.353 29.936 28.268 31.785l3.732 0.215h137.616l-133.589 240.459-1.624 3.367c-6.113 14.81-0.289 32.177 14.057 40.147s32.168 3.74 41.513-9.275l2.001-3.158 160-288 1.575-3.232c8.226-19.505-4.767-41.689-25.763-44.094l-3.786-0.214zM128 192c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h128v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h256v-32c0-17.673 14.327-32 32-32 16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v32h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v64h-768v-64z"],"tags":["event-new"]},"attrs":[{}],"properties":{"code":59968,"id":118,"name":"event-new","order":1096,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":510},{"icon":{"attrs":[{}],"defaultCode":59800,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h256zM416 672c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h256zM832 160h-192c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h192c17.673 0 32-14.327 32-32v-640c0-17.673-14.327-32-32-32zM384 736h-192c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32h192c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32zM416 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h256zM384 160h-192c-17.673 0-32 14.327-32 32v320c0 17.673 14.327 32 32 32h192c17.673 0 32-14.327 32-32v-320c0-17.673-14.327-32-32-32z"],"tags":["dashboard_border"]},"attrs":[{}],"properties":{"code":59811,"id":109,"name":"dashboard_border","order":1097,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":511},{"icon":{"attrs":[{}],"defaultCode":59695,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h256zM416 672c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h256zM416 96c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-256c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h256z"],"tags":["Dashboard"]},"attrs":[{}],"properties":{"code":59748,"id":154,"name":"dashboard","order":1098,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":512},{"icon":{"attrs":[{}],"defaultCode":59832,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-704c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96h704zM864 144h-704c-7.855 0-14.387 5.66-15.742 13.124l-0.258 2.876v704c0 7.855 5.66 14.387 13.124 15.742l2.876 0.258h704c7.855 0 14.387-5.66 15.742-13.124l0.258-2.876v-704c0-7.855-5.66-14.387-13.124-15.742l-2.876-0.258z"],"tags":["unselect"]},"attrs":[{}],"properties":{"code":59832,"id":59,"name":"unselect","order":1099,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":513},{"icon":{"attrs":[{}],"defaultCode":59830,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-704c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96h704zM757.333 469.333h-490.667c-23.564 0-42.667 19.103-42.667 42.667 0 22.178 16.921 40.404 38.558 42.471l4.109 0.195h490.667c23.564 0 42.667-19.103 42.667-42.667 0-22.178-16.921-40.404-38.558-42.471l-4.109-0.195z"],"tags":["indeterminate"]},"attrs":[{}],"properties":{"code":59830,"id":57,"name":"indeterminate","order":1100,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":514},{"icon":{"attrs":[{}],"defaultCode":59831,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 64c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-704c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96h704zM717.017 331.986l-262.447 255.777-109.862-109.2c-16.733-16.591-43.748-16.476-60.339 0.258s-16.476 43.748 0.258 60.339l139.52 138.606c16.481 16.341 43.001 16.511 59.691 0.383l292.48-284.8c16.945-16.375 17.406-43.386 1.031-60.331s-43.386-17.406-60.331-1.031z"],"tags":["selects"]},"attrs":[{}],"properties":{"code":59831,"id":58,"name":"selects","order":1101,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":515},{"icon":{"attrs":[{}],"defaultCode":59662,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M768 64c106.039 0 192 85.961 192 192v128h-64v-128c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388v192h128c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v384c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-512c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-384c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h320v-192c0-106.039 85.961-192 192-192zM736 512h-448c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM512 608c17.673 0 32 14.327 32 32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673 14.327-32 32-32z"],"tags":["unlock"]},"attrs":[{}],"properties":{"code":59771,"id":172,"name":"unlock","order":1102,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":516},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c106.039 0 192 85.961 192 192l-0.032 192h64.032c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v384c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-512c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-384c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h63.968l0.032-192c0-106.039 85.961-192 192-192zM736 512h-448c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v320c0 16.411 12.353 29.936 28.268 31.785l3.732 0.215h448c16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-320c0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215zM512 608c17.673 0 32 14.327 32 32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673 14.327-32 32-32zM512 128c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388-0.032 192h256l0.032-192c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157z"],"tags":["lock_border"]},"attrs":[{}],"properties":{"code":59774,"id":234,"name":"lock_border","order":1103,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":517},{"icon":{"attrs":[{}],"defaultCode":59661,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c106.039 0 192 85.961 192 192l-0.032 192h64.032c33.74 0 61.381 26.108 63.824 59.224l0.176 4.776v384c0 33.74-26.108 61.381-59.224 63.824l-4.776 0.176h-512c-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776v-384c0-33.74 26.108-61.381 59.224-63.824l4.776-0.176h63.968l0.032-192c0-106.039 85.961-192 192-192zM512 608c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v128c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-128c0-17.673-14.327-32-32-32zM512 128c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388-0.032 192h256l0.032-192c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157z"],"tags":["lock"]},"attrs":[{}],"properties":{"code":59796,"id":173,"name":"lock","order":1104,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":518},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM512 256c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732 0.032 191.968 191.968 0.032 3.732 0.215c15.915 1.848 28.268 15.374 28.268 31.785s-12.353 29.936-28.268 31.785l-3.732 0.215-191.968-0.032-0.032 192.032-0.215 3.732c-1.848 15.915-15.374 28.268-31.785 28.268s-29.936-12.353-31.785-28.268l-0.215-3.732 0.032-192.032-192.032 0.032-3.732-0.215c-15.915-1.848-28.268-15.374-28.268-31.785s12.353-29.936 28.268-31.785l3.732-0.215 192.032-0.032-0.032-191.968 0.215-3.732c1.848-15.915 15.374-28.268 31.785-28.268z"],"tags":["add_border"]},"attrs":[{}],"properties":{"code":59810,"id":235,"name":"add_border","order":1105,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":519},{"icon":{"attrs":[{}],"defaultCode":59688,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.784 195.216c174.955 174.955 174.955 458.613 0 633.568s-458.613 174.955-633.568 0c-174.955-174.955-174.955-458.613 0-633.568s458.613-174.955 633.568 0zM544.032 479.968l-0.032-191.968c0-17.673-14.327-32-32-32-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732 0.032 191.968-192.032 0.032c-17.673 0-32 14.327-32 32 0 16.411 12.353 29.936 28.268 31.785l3.732 0.215 192.032-0.032-0.032 192.032c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732 0.032-192.032 191.968 0.032c17.673 0 32-14.327 32-32 0-16.411-12.353-29.936-28.268-31.785l-3.732-0.215-191.968-0.032v0z"],"tags":["add"]},"attrs":[{}],"properties":{"code":59815,"id":208,"name":"add","order":1106,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":520},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32h448z"],"tags":["remove_border"]},"attrs":[{}],"properties":{"code":59816,"id":236,"name":"remove_border","order":1107,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":521},{"icon":{"attrs":[{}],"defaultCode":59678,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M828.784 195.216c-174.955-174.955-458.613-174.955-633.568 0s-174.955 458.613 0 633.568c174.955 174.955 458.613 174.955 633.568 0s174.955-458.613 0-633.568zM288 480h448c17.673 0 32 14.327 32 32s-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["remove"]},"attrs":[{}],"properties":{"code":59817,"id":207,"name":"remove","order":1108,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":522},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 160c265.097 0 480 256 480 352s-214.903 352-480 352c-265.097 0-480-256-480-352s214.903-352 480-352zM512 224c-103.471 0-208.823 46.781-297.269 124.166-37.396 32.719-69.195 69.007-91.294 103.127-18.192 28.087-27.437 51.492-27.437 60.707s9.245 32.62 27.437 60.707c22.1 34.119 53.898 70.407 91.294 103.127 88.446 77.385 193.798 124.166 297.269 124.166s208.823-46.781 297.269-124.166c37.396-32.719 69.195-69.007 91.294-103.127 18.192-28.087 27.437-51.492 27.437-60.707s-9.245-32.62-27.437-60.707c-22.1-34.119-53.898-70.407-91.294-103.127-88.446-77.385-193.798-124.166-297.269-124.166zM512 320c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["view_border"]},"attrs":[{}],"properties":{"code":59818,"id":237,"name":"view_border","order":1109,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":523},{"icon":{"attrs":[{}],"defaultCode":59833,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 160c265.097 0 480 256 480 352s-214.903 352-480 352c-265.097 0-480-256-480-352s214.903-352 480-352zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128z"],"tags":["view"]},"attrs":[{}],"properties":{"code":59833,"id":60,"name":"view","order":1110,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":524},{"icon":{"attrs":[{}],"defaultCode":59818,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 195.216c174.955-174.955 458.613-174.955 633.568 0s174.955 458.613-0 633.568c-174.955 174.955-458.613 174.955-633.568-0s-174.955-458.613 0-633.568zM805.237 264.039l-541.197 541.197c150.872 127.866 377.152 120.63 519.49-21.708 140.042-140.042 149.305-361.34 27.789-512.131l-6.082-7.358zM240.471 240.471c-142.346 142.346-149.575 368.642-21.687 519.514l541.201-541.201c-150.872-127.888-377.169-120.659-519.514 21.687z"],"tags":["blocked"]},"attrs":[{}],"properties":{"code":59969,"id":80,"name":"blocked","order":1111,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":525},{"icon":{"attrs":[{}],"defaultCode":59805,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M195.216 195.216c174.955-174.955 458.613-174.955 633.568 0s174.955 458.613 0 633.568c-174.955 174.955-458.613 174.955-633.568 0s-174.955-458.613 0-633.568zM738.274 240.471l-497.803 497.803c-12.497 12.497-12.497 32.758 0 45.255 11.535 11.535 29.687 12.423 42.24 2.662l3.015-2.662 497.803-497.803c12.497-12.497 12.497-32.758 0-45.255-11.535-11.535-29.687-12.423-42.24-2.662l-3.015 2.662z"],"tags":["unblocked"]},"attrs":[{}],"properties":{"code":59820,"id":67,"name":"unblocked","order":1112,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":526},{"icon":{"attrs":[{}],"defaultCode":59816,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M819.693 64c35.346 0 64 28.654 64 64 0 10.796-2.731 21.416-7.939 30.873l-107.755 195.672 106.588 190.163c17.282 30.833 6.297 69.838-24.536 87.12-9.559 5.358-20.334 8.172-31.292 8.172h-626.76v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v-832c0-17.673 14.327-32 32-32h659.693zM819.648 128h-627.648v448h626.76l-106.588-190.163c-9.911-17.682-10.811-38.906-2.676-57.241l2.443-4.924 107.709-195.672z"],"tags":["read"]},"attrs":[{}],"properties":{"code":59821,"id":78,"name":"read","order":1113,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":527},{"icon":{"attrs":[{}],"defaultCode":59817,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M819.693 64c35.346 0 64 28.654 64 64 0 10.796-2.731 21.416-7.939 30.873l-107.755 195.672 106.588 190.163c17.282 30.833 6.297 69.838-24.536 87.12-9.559 5.358-20.334 8.172-31.292 8.172h-626.76v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v-832c0-17.673 14.327-32 32-32h659.693z"],"tags":["unread"]},"attrs":[{}],"properties":{"code":59824,"id":79,"name":"unread","order":1114,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":528},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 768c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64h384zM672 832h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32h320c17.673 0 32-14.327 32-32s-14.327-32-32-32zM550.4 92.8l396.8 297.6c14.138 10.604 17.004 30.662 6.4 44.8-6.043 8.058-15.528 12.8-25.6 12.8h-160v224c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-224h-160c-17.673 0-32-14.327-32-32 0-10.072 4.742-19.557 12.8-25.6l396.8-297.6c22.756-17.067 54.044-17.067 76.8 0zM512 144l-320.032 239.968 96.032 0.024c17.67 0.012 31.992 14.338 32 32.008v224c0 17.673 14.327 32 32 32h320c17.673 0 32-14.327 32-32v-224c0.008-17.67 14.33-31.996 32-32.008l96-0.024-320-239.968z"],"tags":["shortcut_border"]},"attrs":[{}],"properties":{"code":59826,"id":238,"name":"shortcut_border","order":1115,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":529},{"icon":{"attrs":[{}],"defaultCode":59874,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 768c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64h384zM550.4 92.8l396.8 297.6c14.138 10.604 17.004 30.662 6.4 44.8-6.043 8.058-15.528 12.8-25.6 12.8h-160v224c0 35.346-28.654 64-64 64h-384c-35.346 0-64-28.654-64-64v-224h-160c-17.673 0-32-14.327-32-32 0-10.072 4.742-19.557 12.8-25.6l396.8-297.6c22.756-17.067 54.044-17.067 76.8 0z"],"tags":["shortcut"]},"attrs":[{}],"properties":{"code":59874,"id":16,"name":"shortcut","order":1116,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":530},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.076 0-384 171.924-384 384s171.924 384 384 384c212.076 0 384-171.924 384-384s-171.924-384-384-384zM288 544c-17.674 0-32-14.326-32-32s14.326-32 32-32h192v-256c0-17.674 14.326-32 32-32s32 14.326 32 32v288c0 16.412-12.352 29.936-28.268 31.784l-3.732 0.216h-224z"],"tags":["time_border"]},"attrs":[{}],"properties":{"code":59827,"id":239,"name":"time_border","order":1117,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":531},{"icon":{"attrs":[{}],"defaultCode":59907,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 192c-16.412 0-29.936 12.353-31.785 28.268l-0.215 3.732v256h-192c-17.674 0-32 14.326-32 32 0 16.412 12.353 29.936 28.268 31.785l3.732 0.215 227.732-0.216c14.692-1.706 26.347-13.36 28.053-28.052l0.215-3.732v-288c0-17.674-14.326-32-32-32z"],"tags":["time"]},"attrs":[{}],"properties":{"code":59907,"id":14,"name":"time","order":1118,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":532},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-256v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-128c-35.346 0-64 28.654-64 64v640c0 35.346 28.654 64 64 64h640c35.346 0 64-28.654 64-64v-640c0-35.346-28.654-64-64-64zM800 832h-576c-17.673 0-32-14.327-32-32v-416h640v416c0 17.673-14.327 32-32 32zM832 320h-640v-96c0-17.673 14.327-32 32-32h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v-32h256v32c0 17.673 14.327 32 32 32s32-14.327 32-32v-32h96c17.673 0 32 14.327 32 32v96z"],"tags":["date_border"]},"attrs":[{}],"properties":{"code":59872,"id":240,"name":"date_border","order":1119,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":533},{"icon":{"attrs":[{}],"defaultCode":59908,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-256v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v32h-128c-35.346 0-64 28.654-64 64v640c0 35.346 28.654 64 64 64h640c35.346 0 64-28.654 64-64v-640c0-35.346-28.654-64-64-64zM128 320h768v64h-768v-64z"],"tags":["date"]},"attrs":[{}],"properties":{"code":59908,"id":15,"name":"date","order":1120,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":534},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M64 512c0 267.719 198.563 448 448 448 67.438 0 131.625-9.344 171.438-22.344 28.031-8.938 36.969-23.562 36.969-38.594s-11.781-26.406-26.812-26.406c-3.9 0-8.84 0.52-14.612 1.768l-4.482 1.076c-49.562 12.188-92.219 20.312-149.5 20.312-222.219 0-391.125-151.844-391.125-381.375 0-219.781 162-386.656 377.313-386.656 190.531 0 384.219 128.219 384.219 339.063 0 123.094-75.875 211.156-142.906 211.156-44.688 0-69.875-26-69.875-70.281v-275.437c0-21.938-12.188-35.344-32.906-35.344-20.312 0-32.906 13.406-32.906 35.344v46.312h-3.656c-20.719-49.969-71.5-81.656-132.031-81.656-105.219 0-179.156 89.781-179.156 218.562 0 130 73.531 220.594 180.781 220.594 62.969 0 111.719-34.125 135.281-91.812h3.656c7.719 57.281 56.062 92.219 120.25 92.219 113.344 0 218.062-116.5 218.062-272.5 0-236.031-207.906-400-448-400-252.281 0-448 186.375-448 448zM490.031 680c-72.719 0-119.031-60.531-119.031-156.812 0-94.656 46.719-155.188 119.438-155.188 74.75 0 121.875 59.312 121.875 153.562 0 96.281-48.344 158.438-122.281 158.438z"],"tags":["mention_border"]},"attrs":[{}],"properties":{"code":59829,"id":241,"name":"mention_border","order":1121,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":535},{"icon":{"attrs":[{}],"defaultCode":59706,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c248.161 0 448 171.828 448 401.714 0 153.996-103.532 278.768-226.275 278.768-53.322 0-96.597-22.869-118.154-61.267l-3.187-6.192-0.945 1.483c-25.813 37.645-64.851 60.629-111.664 64.869l-8.341 0.553-7.639 0.161c-112.806 0-190.325-94.856-190.325-228.715 0-132.255 77.568-226.757 188.758-226.757 40.922 0 78.035 13.74 105.467 37.713l5.728 5.292 3.73 3.833 0.092-1.62c1.736-23.866 16.317-40.82 38.356-44.479l4.506-0.553 4.695-0.187c27.392 0 45.618 18.059 47.559 45.2l0.172 4.882v265.6c0 34.145 17.404 51.771 51.379 51.771 60.063 0 121.802-84.439 121.802-187.615 0-179.95-162.017-310.953-354.497-310.953-198.408 0-347.837 153.369-347.837 356.847 0 207.989 150.994 351.754 361.156 351.754 43.887 0 78.549-4.588 126.887-15.894l18.214-4.369c6.347-1.372 12.276-2.066 17.471-2.066 23.334 0 41.855 18.131 41.855 41.463 0 24.092-16.003 42.644-46.682 52.425-41.921 13.688-106.224 22.336-170.281 22.336-255.55 0-448-187.009-448-448 0-258.035 192.763-448 448-448zM494.21 395.077c-60.284 0-99.133 50.155-99.133 132.76 0 84.084 38.429 134.317 98.741 134.317 61.561 0 101.874-51.829 101.874-135.875 0-82.179-39.137-131.202-101.483-131.202z"],"tags":["mention"]},"attrs":[{}],"properties":{"code":59840,"id":150,"name":"mention","order":1122,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":536},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM864 160h-704c-17.673 0-32 14.327-32 32v512c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-512c0-17.673-14.327-32-32-32zM352 352c17.673 0 32 14.327 32 32v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v-192c0-17.673 14.327-32 32-32zM512 288c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v-256c0-17.673 14.327-32 32-32zM672 416c17.673 0 32 14.327 32 32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673 14.327-32 32-32z"],"tags":["analytics_border"]},"attrs":[{}],"properties":{"code":59842,"id":242,"name":"analytics_border","order":1123,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":537},{"icon":{"attrs":[{}],"defaultCode":59909,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-352v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h128v-64h-352c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM352 352c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v192c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-192c0-17.673-14.327-32-32-32zM512 288c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v256c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-256c0-17.673-14.327-32-32-32zM672 416c-16.411 0-29.936 12.353-31.785 28.268l-0.215 3.732v128c0 17.673 14.327 32 32 32 16.411 0 29.936-12.353 31.785-28.268l0.215-3.732v-128c0-17.673-14.327-32-32-32z"],"tags":["analytics"]},"attrs":[{}],"properties":{"code":59909,"id":0,"name":"analytics","order":1124,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":538},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384 0 141.385-128 333.385-384 576-256-242.615-384-434.615-384-576 0-212.077 171.923-384 384-384zM512 128c-176.731 0-320 143.269-320 320 0 109.847 103.447 272.863 313.625 480.774l6.375 6.266 6.375-6.266c206.137-203.913 309.607-364.641 313.51-474.378l0.115-6.396c0-176.731-143.269-320-320-320zM512 256c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM512 320c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96s-42.981-96-96-96z"],"tags":["location_border"]},"attrs":[{}],"properties":{"code":59845,"id":243,"name":"location_border","order":1125,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":539},{"icon":{"attrs":[{}],"defaultCode":59716,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c212.077 0 384 171.923 384 384 0 141.385-128 333.385-384 576-256-242.615-384-434.615-384-576 0-212.077 171.923-384 384-384zM512 288c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128z"],"tags":["location"]},"attrs":[{}],"properties":{"code":59846,"id":146,"name":"location","order":1126,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":540},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M920.267 700.862c45.916 26.51 61.648 85.222 35.138 131.138s-85.222 61.648-131.138 35.138c-45.916-26.51-61.648-85.222-35.138-131.138s85.222-61.648 131.138-35.138zM234.872 736c26.51 45.916 10.778 104.629-35.138 131.138s-104.629 10.778-131.138-35.138c-26.51-45.916-10.778-104.629 35.138-131.138s104.629-10.778 131.138 35.138zM512 320c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM844.554 768c-8.837 15.305-3.593 34.876 11.713 43.713s34.876 3.593 43.713-11.713c8.837-15.305 3.593-34.876-11.713-43.713s-34.876-3.593-43.713 11.713zM135.733 756.287c-15.305 8.837-20.549 28.407-11.713 43.713s28.407 20.549 43.713 11.713c15.305-8.837 20.549-28.407 11.713-43.713s-28.407-20.549-43.713-11.713zM512 384c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 64c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96zM512 128c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32s-14.327-32-32-32z"],"tags":["conference_border"]},"attrs":[{}],"properties":{"code":59962,"id":244,"name":"conference_border","order":1127,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":541},{"icon":{"attrs":[{}],"defaultCode":59718,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M920.267 700.862c45.916 26.51 61.648 85.222 35.138 131.138s-85.222 61.648-131.138 35.138c-45.916-26.51-61.648-85.222-35.138-131.138s85.222-61.648 131.138-35.138zM234.872 736c26.51 45.916 10.778 104.629-35.138 131.138s-104.629 10.778-131.138-35.138c-26.51-45.916-10.778-104.629 35.138-131.138s104.629-10.778 131.138 35.138zM512 320c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM512 64c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96z"],"tags":["conference"]},"attrs":[{}],"properties":{"code":59847,"id":143,"name":"conference","order":1128,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":542},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 32c88.366 0 160 71.634 160 160h160c35.346 0 64 28.654 64 64v160c88.366 0 160 71.634 160 160s-71.634 160-160 160v160c0 35.346-28.654 64-64 64h-224v-64c0-51.126-39.965-92.917-90.359-95.837l-5.641-0.163c-51.126 0-92.917 39.965-95.837 90.359l-0.163 5.641v64h-224c-35.346 0-64-28.654-64-64v-224h64c51.126 0 92.917-39.965 95.837-90.359l0.163-5.641c0-51.126-39.965-92.917-90.359-95.837l-5.641-0.163h-64v-224c0-35.346 28.654-64 64-64h160c0-88.366 71.634-160 160-160zM448 96c-51.126 0-92.917 39.965-95.837 90.359l-0.163 5.641v64h-224v160l1.848 0.027 7.495 0.243c82.061 4.755 146.963 71.019 150.48 154.391l0.15 7.187-0.243 7.495c-4.755 82.061-71.019 146.963-152.693 150.505l-7.037 0.152v160h160l0.027-1.848 0.243-7.495c4.755-82.061 71.019-146.963 154.391-150.48l7.187-0.15 7.495 0.243c82.061 4.755 146.963 71.019 150.505 152.693l0.152 7.037h160v-224h64c53.019 0 96-42.981 96-96 0-51.126-39.965-92.917-90.359-95.837l-5.641-0.163h-64v-224h-224v-64c0-53.019-42.981-96-96-96z"],"tags":["default-integration_border"]},"attrs":[{}],"properties":{"code":59848,"id":245,"name":"default-integration_border","order":1129,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":543},{"icon":{"attrs":[{}],"defaultCode":59722,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 32c70.692 0 128 57.308 128 128v32h192c35.346 0 64 28.654 64 64v192h32c70.692 0 128 57.308 128 128s-57.308 128-128 128h-32v192c0 35.346-28.654 64-64 64h-192v-32c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157c-68.55 0-124.515 53.887-127.843 121.612l-0.157 6.388v32h-192c-35.346 0-64-28.654-64-64v-192h32c68.55 0 124.515-53.887 127.843-121.612l0.157-6.388c0-68.55-53.887-124.515-121.612-127.843l-6.388-0.157h-32v-192c0-35.346 28.654-64 64-64h192v-32c0-70.692 57.308-128 128-128z"],"tags":["default-integration"]},"attrs":[{}],"properties":{"code":59849,"id":139,"name":"default-integration","order":1130,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":544},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.999 96c248.423 0 448.001 165.581 448.001 380.457 0 215.411-201.789 388.744-448.001 388.744-18.759 0-37.5-1.106-56.632-3.289l-14.429-1.839-14.745-2.288-1.527 1.342c-44.347 37.304-101.616 63.462-170.403 68.126l-11.571 0.577-10.651 0.17h-52.867c-22.146 0-36.159-22.896-27.142-42.139l1.719-3.169 25.946-41.843 8.67-15.313c1.346-2.424 2.643-4.786 3.893-7.088l6.944-13.107 5.874-11.773c3.574-7.428 6.477-14.040 8.796-19.982l1.631-4.332 0.427-1.265-9.407-7.43c-83.751-68.243-135.517-163.523-141.864-263.341l-0.506-10.711-0.155-10.056c0-214.080 200.062-380.451 447.999-380.451zM511.999 160c-212.783 0-378.66 137.114-383.88 307.209l-0.127 8.256 0.132 9.072c2.493 80.9 42.429 160.447 109.845 218.888l8.221 6.91 44.791 35.375-15.299 45.331c-6.454 17.827-16.467 38.713-31.767 66.214l-3.724 6.586 0.451 0.023c51.935-1.664 97.585-18.448 134.507-46.953l7.267-5.856 24.010-21.101 43.417 6.743c21.505 3.022 41.941 4.505 62.154 4.505 213.465 0 384.001-147.516 384.001-324.744 0-175.53-167.133-316.457-384.001-316.457z"],"tags":["sms_border"]},"attrs":[{}],"properties":{"code":59850,"id":246,"name":"sms_border","order":1131,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":545},{"icon":{"attrs":[{}],"defaultCode":59815,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M511.999 96c-247.937 0-447.999 166.371-447.999 380.451l0.155 10.056c3.195 103.688 55.628 203.371 142.369 274.052l9.407 7.43-0.427 1.265c-6.098 16.845-17.258 39.399-35.809 71.596l-25.946 41.843c-12.267 19.797 2.048 45.308 25.424 45.308h52.867l10.651-0.17c73.955-2.369 135.163-29.326 181.974-68.703l1.527-1.342 14.745 2.288c24.192 3.4 47.613 5.128 71.061 5.128 246.212 0 448.001-173.333 448.001-388.744 0-214.876-199.578-380.457-448.001-380.457z"],"tags":["sms"]},"attrs":[{}],"properties":{"code":59851,"id":77,"name":"sms","order":1132,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":546},{"icon":{"attrs":[],"defaultCode":59653,"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M506.51 769.803c-49.987 49.987-131.032 49.987-181.019 0s-49.987-131.032 0-181.019l271.529-271.529c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-271.529 271.529c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l350.725-350.725c56.235-56.235 56.235-147.411 0-203.647s-147.411-56.235-203.647 0l-350.725 350.725c-87.477 87.477-87.477 229.306 0 316.784s229.306 87.477 316.784 0l271.529-271.529c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-271.529 271.529c-112.471 112.471-294.823 112.471-407.294 0s-112.471-294.823 0-407.294l350.725-350.725c81.229-81.229 212.927-81.229 294.156 0s81.229 212.927 0 294.156l-350.725 350.725z"],"tags":["attachment"]},"attrs":[],"properties":{"code":59852,"id":188,"name":"attachment","order":1133,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":547},{"icon":{"attrs":[{}],"defaultCode":59803,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M789.685 265.373c12.497-12.497 32.758-12.497 45.255 0 11.535 11.535 12.423 29.687 2.662 42.24l-2.662 3.015-394.039 394.039c-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-226.274-226.274c-12.497-12.497-12.497-32.758 0-45.255 11.535-11.535 29.687-12.423 42.24-2.662l3.015 2.662 203.601 203.647 371.457-371.411z"],"tags":["check"]},"attrs":[{}],"properties":{"code":59853,"id":65,"name":"check","order":1134,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":548},{"icon":{"attrs":[{}],"defaultCode":59655,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M160 768.16c-35.332-0.035-63.965-28.668-64-64v-512c0.035-35.332 28.668-63.965 64-64h704c35.332 0.035 63.965 28.668 64 64v512c-0.053 35.324-28.676 63.947-64 64h-704zM160 224.16v448c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32zM64 832.16h896c17.673 0 32 14.327 32 32s-14.327 32-32 32h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32z"],"tags":["computer"]},"attrs":[{}],"properties":{"code":59854,"id":189,"name":"computer","order":1135,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":549},{"icon":{"attrs":[{}],"defaultCode":59672,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 896h-544c-17.673 0-32-14.327-32-32v-544c0-17.673 14.327-32 32-32h544c17.673 0 32 14.327 32 32v544c0 17.673-14.327 32-32 32zM896 224h-608c-35.346 0-64 28.654-64 64v608c0 35.346 28.654 64 64 64h608c35.346 0 64-28.654 64-64v-608c0-35.346-28.654-64-64-64zM96 576c-17.673 0-32-14.327-32-32v-416c0-35.346 28.654-64 64-64h416c17.673 0 32 14.327 32 32s-14.327 32-32 32h-384c-17.673 0-32 14.327-32 32v384c0 17.673-14.327 32-32 32z"],"tags":["copy"]},"attrs":[{}],"properties":{"code":59856,"id":202,"name":"copy","order":1136,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":550},{"icon":{"attrs":[{}],"defaultCode":59654,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M640 64c35.346 0 64 28.654 64 64v64h192c17.673 0 32 14.327 32 32s-14.327 32-32 32h-34.656l-26.788 642.664c-1.428 34.28-29.635 61.336-63.945 61.336h-517.222c-34.31 0-62.516-27.056-63.945-61.336l-26.788-642.664h-34.656c-17.673 0-32-14.327-32-32s14.327-32 32-32h192v-64c0-35.346 28.654-64 64-64h256zM797.248 256h-570.528l25.391 609.332c0.714 17.14 14.817 30.668 31.972 30.668h455.833c17.155 0 31.258-13.528 31.972-30.668l25.359-609.332zM416 384c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM608 384c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM608 128h-192c-17.673 0-32 14.327-32 32v32h256v-32c0-17.673-14.327-32-32-32z"],"tags":["delete"]},"attrs":[{}],"properties":{"code":59858,"id":180,"name":"delete","order":1137,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":551},{"icon":{"attrs":[{}],"defaultCode":59897,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M256 928h512c35.332-0.035 63.965-28.668 64-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v32c0 17.673-14.327 32-32 32h-448c-17.673 0-32-14.327-32-32v-640c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v-64c-0.035-35.332-28.668-63.965-64-64h-512c-35.332 0.035-63.965 28.668-64 64v704c0.035 35.332 28.668 63.965 64 64zM755.688 636.128l92.128-92.128h-421.504c-17.673 0-32-14.327-32-32s14.327-32 32-32h421.504l-92.128-92.128c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0l146.749 146.749c12.497 12.497 12.497 32.758 0 45.255l-146.749 146.749c-12.495 12.495-32.753 12.495-45.248 0s-12.495-32.753 0-45.248z"],"tags":["Logout"]},"attrs":[{}],"properties":{"code":59898,"id":4,"name":"Logout","order":1138,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":552},{"icon":{"attrs":[{}],"defaultCode":59904,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 96c35.346 0 64 28.654 64 64v128c0 35.346-28.654 64-64 64v512c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-512c-35.346 0-64-28.654-64-64v-128c0-35.346 28.654-64 64-64h768zM832 352h-640v480c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-480zM608 480c17.673 0 32 14.327 32 32s-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h192zM864 160h-704c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32z"],"tags":["archive"]},"attrs":[{}],"properties":{"code":59904,"id":11,"name":"archive","order":1139,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":553},{"icon":{"attrs":[{}],"defaultCode":59657,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 832c17.673 0 32 14.327 32 32s-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704zM512 96c16.411 0 29.936 12.353 31.785 28.268l0.215 3.732v517.44l220.305-220.015c12.47-12.454 32.673-12.447 45.135 0.015 11.501 11.501 12.386 29.598 2.654 42.114l-2.654 3.006-274.813 274.813c-12.497 12.497-32.758 12.497-45.255 0l-274.813-274.813c-12.46-12.46-12.46-32.66 0-45.12 11.503-11.503 29.602-12.394 42.127-2.668l3.008 2.653 220.305 220.015v-517.44c0-17.673 14.327-32 32-32z"],"tags":["download"]},"attrs":[{}],"properties":{"code":59965,"id":190,"name":"download","order":1140,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":554},{"icon":{"attrs":[{}],"defaultCode":59714,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M928 864c17.673 0 32 14.327 32 32s-14.327 32-32 32h-480c-17.673 0-32-14.327-32-32s14.327-32 32-32h480zM896.307 128c49.987 49.987 49.987 131.032 0 181.019l-551.983 551.983c-8.934 8.934-20.314 15.024-32.703 17.502l-160.205 32.041c-17.33 3.466-34.188-7.773-37.654-25.103-0.829-4.143-0.829-8.409 0-12.551l32.041-160.205c2.478-12.39 8.568-23.769 17.502-32.703l551.983-551.983c49.987-49.987 131.032-49.987 181.019 0zM670.055 263.742l-458.952 458.952 90.51 90.51 458.952-458.952-90.51-90.51zM760.542 173.255l-45.232 45.232 90.51 90.51 45.232-45.232c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0z"],"tags":["draft"]},"attrs":[{}],"properties":{"code":59865,"id":148,"name":"draft","order":1141,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":555},{"icon":{"attrs":[{}],"defaultCode":59705,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896.307 128c49.987 49.987 49.987 131.032 0 181.019l-551.983 551.983c-8.934 8.934-20.314 15.024-32.703 17.502l-160.205 32.041c-17.33 3.466-34.188-7.773-37.654-25.103-0.829-4.143-0.829-8.409 0-12.551l32.041-160.205c2.478-12.39 8.568-23.769 17.502-32.703l551.983-551.983c49.987-49.987 131.032-49.987 181.019 0zM760.565 354.252l-90.51-90.51-458.952 458.952 90.51 90.51 458.952-458.952zM851.052 173.255c-24.994-24.994-65.516-24.994-90.51 0l-45.232 45.232 90.51 90.51 45.232-45.232c24.994-24.994 24.994-65.516 0-90.51z"],"tags":["edit"]},"attrs":[{}],"properties":{"code":59999,"id":149,"name":"edit","order":1142,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":556},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M82.079 127.316c11.535-11.535 29.687-12.423 42.24-2.662l3.015 2.662 769.332 769.332c12.497 12.497 12.497 32.758 0 45.255-11.535 11.535-29.687 12.423-42.24 2.662l-3.015-2.662-769.332-769.332c-12.497-12.497-12.497-32.758 0-45.255zM376.371 466.894l45.248 45.248-210.516 210.552 90.51 90.51 210.534-210.534 45.248 45.248-213.072 213.085c-8.934 8.934-20.314 15.024-32.703 17.502l-160.205 32.041c-17.33 3.466-34.188-7.773-37.654-25.103-0.829-4.143-0.829-8.409 0-12.551l32.041-160.205c2.478-12.39 8.568-23.769 17.502-32.703l213.067-213.090zM896.307 128c49.987 49.987 49.987 131.032 0 181.019l-248.415 248.37-45.248-45.248 157.922-157.89-90.51-90.51-157.908 157.904-45.248-45.248 248.388-248.398c49.987-49.987 131.032-49.987 181.019 0zM760.542 173.255l-45.232 45.232 90.51 90.51 45.232-45.232c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0z"],"tags":["non-edit"]},"attrs":[{}],"properties":{"code":59866,"id":247,"name":"non-edit","order":1143,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":557},{"icon":{"attrs":[{}],"defaultCode":59693,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64h768zM128 289.024v439.808l246.336-228.682 48.928 41.92-275.235 255.615c3.698 1.493 7.739 2.314 11.971 2.314h704c4.233 0 8.273-0.822 11.971-2.314l-275.267-255.606-26.228 22.516-4.783 3.845c-34.046 25.631-81.048 25.689-115.153 0.174l-5.016-4.019-321.524-275.572zM896 288.992l-246.368 211.168 246.368 228.758v39.082l-0.235 3.894c0.155-1.276 0.235-2.576 0.235-3.894v-479.008zM864 224h-704c-2.817 0-5.549 0.364-8.151 1.047l342.434 293.31c10.605 7.062 24.443 7.132 35.112 0.212l3.43-2.566 339.358-290.948c-2.612-0.689-5.355-1.056-8.184-1.056z"],"tags":["email"]},"attrs":[{}],"properties":{"code":59867,"id":152,"name":"email","order":1144,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":558},{"icon":{"attrs":[],"defaultCode":59771,"grid":32,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM650.508 592.16c8.87-15.286 28.452-20.488 43.738-11.618s20.488 28.452 11.618 43.738c-39.793 68.58-113.090 111.72-193.865 111.72-80.165 0-152.992-42.49-193.001-110.244-8.986-15.218-3.934-34.839 11.284-43.826s34.839-3.934 43.826 11.284c28.612 48.454 80.601 78.786 137.891 78.786 57.725 0 110.053-30.798 138.508-79.84zM352 320c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM672 320c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["emoji"]},"attrs":[],"properties":{"code":59877,"id":88,"name":"emoji","order":1145,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":559},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M299.52 576.256c14.857 0 28.7 1.095 41.528 3.292 12.849 2.2 24.803 5.376 35.86 9.534 11.068 4.162 21.315 9.219 30.735 15.173 9.363 5.918 18.111 12.589 26.24 20.012l3.938 3.596-16.918 27.068c-4.019 6.384-9.753 9.902-16.68 9.902-3.962 0-8.015-1.274-12.223-3.71l-9.378-5.56-9.092-5.65c-4.145-2.364-8.942-4.682-14.388-6.946-7.21-2.998-15.802-5.575-25.768-7.716-9.847-2.116-21.65-3.185-35.391-3.185-19.857 0-37.735 3.224-53.671 9.648-15.874 6.398-29.346 15.514-40.478 27.372-11.155 11.882-19.743 26.304-25.769 43.324-6.061 17.119-9.105 36.41-9.105 57.896 0 22.5 3.169 42.461 9.475 59.904 6.279 17.37 15.081 32.013 26.407 43.986 11.315 11.962 24.715 21.084 40.255 27.397 15.596 6.336 32.869 9.513 51.863 9.513 9.667 0 18.516-0.457 26.543-1.367 7.992-0.906 15.512-2.262 22.559-4.065 7.061-1.806 13.696-3.977 19.905-6.51 5.153-2.102 10.311-4.456 15.473-7.062v-70.596h-50.432c-4.817 0-9.015-1.514-12.232-4.591-3.227-3.087-4.92-7.062-4.92-11.537v-18.56c0-8.837 7.163-16 16-16h77.44c17.673 0 32 14.327 32 32v115.2l-2.653 5.188c-9.501 6.862-19.403 12.847-29.705 17.954-10.324 5.118-21.339 9.392-33.042 12.823-11.688 3.427-24.184 5.97-37.487 7.633-13.245 1.656-27.588 2.481-43.034 2.481-27.439 0-52.671-4.72-75.652-14.178-22.986-9.46-42.834-22.75-59.493-39.853-16.654-17.097-29.619-37.584-38.884-61.41-9.256-23.802-13.875-49.931-13.875-78.352 0-28.746 4.528-55.032 13.604-78.825 9.102-23.859 22.127-44.372 39.063-61.485 16.94-17.117 37.41-30.365 61.354-39.73 23.898-9.347 50.585-14.008 80.027-14.008zM543.232 580.352c17.249 0 31.232 13.983 31.232 31.232v317.184c0 17.249-13.983 31.232-31.232 31.232s-31.232-13.983-31.232-31.232v-317.184c0-17.249 13.983-31.232 31.232-31.232zM872.192 580.352c14.704 0 26.624 11.92 26.624 26.624s-11.92 26.624-26.624 26.624h-149.504v115.456h123.904c14.704 0 26.624 11.92 26.624 26.624s-11.92 26.624-26.624 26.624h-123.904v126.336c0 17.32-14.040 31.36-31.36 31.36s-31.36-14.040-31.36-31.36v-316.288c0-17.673 14.327-32 32-32h180.224zM615.953 64c15.502 0 30.478 5.627 42.144 15.835l216.047 189.041c13.889 12.153 21.856 29.71 21.856 48.165v162.959c0 17.673-14.327 32-32 32s-32-14.327-32-32v-148.438c0-9.228-3.983-18.006-10.928-24.082l-196.071-171.562c-5.833-5.104-13.321-7.918-21.072-7.918h-379.929c-17.673 0-32 14.327-32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-352c0-35.346 28.654-64 64-64h423.953z"],"tags":["gif"]},"attrs":[{}],"properties":{"code":59966,"id":292,"name":"gif","order":1146,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":560},{"icon":{"attrs":[{}],"defaultCode":59820,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M800 928h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64h256c17.673 0 32 14.327 32 32s-14.327 32-32 32h-224c-17.673 0-32 14.327-32 32v576c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v256c0 35.346-28.654 64-64 64zM640 128c0 17.673 14.327 32 32 32h146.88l-252.32 252.32c-12.46 12.46-12.46 32.66 0 45.12s32.66 12.46 45.12 0l252.32-252.32v146.88c0 17.673 14.327 32 32 32s32-14.327 32-32v-224c0-17.673-14.327-32-32-32h-224c-17.673 0-32 14.327-32 32z"],"tags":["external_link"]},"attrs":[{}],"properties":{"code":59899,"id":82,"name":"external_link","order":1147,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":561},{"icon":{"attrs":[{}],"defaultCode":59804,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M576 928h-128c-35.346 0-64-28.654-64-64v-261.625c0-8.487-3.371-16.626-9.373-22.627l-227.747-227.747c-12.019-11.947-18.809-28.174-18.88-45.12v-146.88c0-35.346 28.654-64 64-64h640c35.346 0 64 28.654 64 64v146.88c-0.071 16.946-6.861 33.173-18.88 45.12l-227.747 227.747c-6.001 6.001-9.373 14.14-9.373 22.627v261.625c0 35.346-28.654 64-64 64zM192 192v101.625c0 8.487 3.371 16.626 9.373 22.627l227.882 227.882c12.002 12.002 18.745 28.281 18.745 45.255v242.61c0 17.673 14.327 32 32 32h64c17.673 0 32-14.327 32-32v-242.61c0-16.974 6.743-33.253 18.745-45.255l227.882-227.882c6.001-6.001 9.373-14.14 9.373-22.627v-101.625c0-17.673-14.327-32-32-32h-576c-17.673 0-32 14.327-32 32z"],"tags":["filter"]},"attrs":[{}],"properties":{"code":60235,"id":66,"name":"filter","order":1148,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":562},{"icon":{"attrs":[{}],"defaultCode":59673,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960 800c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-341.333c0-27.695 8.983-54.644 25.6-76.8l147.2-196.267c12.087-16.116 31.056-25.6 51.2-25.6h448c20.144 0 39.113 9.484 51.2 25.6l147.2 196.267c16.617 22.156 25.6 49.105 25.6 76.8v341.333zM355.201 480h-227.201v288c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-288h-227.201c-14.825 73.032-79.393 128-156.799 128-74.988 0-137.927-51.586-155.265-121.207l-1.534-6.793zM720 224h-416c-10.072 0-19.557 4.742-25.6 12.8l-126.72 168.96c-2.121 2.828-1.548 6.839 1.28 8.96 1.108 0.831 2.455 1.28 3.84 1.28h227.2c17.673 0 32 14.327 32 32 0 53.019 42.981 96 96 96 51.126 0 92.917-39.965 95.837-90.359l0.378-9.373c1.848-15.915 15.374-28.268 31.785-28.268h227.2c3.535 0 6.4-2.865 6.4-6.4 0-1.385-0.449-2.732-1.28-3.84l-126.72-168.96c-6.043-8.058-15.528-12.8-25.6-12.8z"],"tags":["inbox"]},"attrs":[{}],"properties":{"code":59905,"id":203,"name":"inbox","order":1149,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":563},{"icon":{"attrs":[{}],"defaultCode":59725,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 64c247.424 0 448 200.576 448 448s-200.576 448-448 448c-247.424 0-448-200.576-448-448s200.576-448 448-448zM512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384s-171.923-384-384-384zM512 416c17.673 0 32 14.327 32 32v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320c0-17.673 14.327-32 32-32zM512 224c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64z"],"tags":["info_border"]},"attrs":[{}],"properties":{"code":59906,"id":136,"name":"info_border","order":1150,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":564},{"icon":{"attrs":[{}],"defaultCode":59905,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M360.706 86.002c76.819-20.584 155.78 25.004 176.363 101.823 9.207 34.361 5.175 69.151-8.97 98.954 9.892 2.395 19.423 6.394 28.159 11.857l159.566-42.757c22.086-5.918 45.651 0.396 61.819 16.564l87.23 89.501c37.49 37.49 37.49 98.274 0 135.765s-98.274 37.49-135.764 0l-35.002-37.238-32.345 8.664 91.171 151.904 96.908-7.096 7.489-0.282c7.751-0.153 18.121-0.089 22.452 0.282 44.053 3.776 75.572 22.866 87.634 67.882 13.722 51.213-16.67 103.853-67.882 117.576l-200.243 25.083c-8.047 1.008-16.176-1.077-22.744-5.833l-107.955-78.165-39.26 23.399 30.814 114.917c13.722 51.213-16.67 103.853-67.882 117.576s-103.853-16.67-117.576-67.882l-56.899-197.153c-10.229-38.175 4.055-77.144 33.202-100.195 4.387-3.724 9.179-7.121 14.354-10.109l51.704-28.17-26.678-31.548-18.6 9.643c-29.693 15.132-52.858 25.571-69.494 31.315-29.945 10.34-70.015 16.444-99.183-1.898-9.315-4.529-18.059-10.676-25.808-18.425l-94.672-107.397c-37.49-37.49-37.49-98.274 0-135.765s98.274-37.49 135.765 0l59.759 54.041 65.19-34.506c-40.114-16.489-72.351-50.838-84.443-95.965-20.584-76.819 25.004-155.78 101.823-176.363zM127.867 384.049c-11.604 11.604-12.433 29.903-2.487 42.464l97.159 110.188c1.721 1.721 3.569 3.201 5.525 4.441l9.097 5.060c7.798 4.904 17.198 6.21 25.883 3.725l-9.577 3.552 16.792-6.616c25.36-9.935 63.974-28.931 115.842-56.99 14.199-8.228 32.089-4.3 41.651 8.556l2.045 3.155 58.395 86.537c8.199 14.216 4.256 32.104-8.606 41.657l-3.574 2.305-78.668 44.381c-1.765 1.019-3.413 2.182-6.655 4.883-8.963 7.088-13.476 18.394-11.852 29.676l0.771 3.754 56.899 197.153c4.574 17.071 22.121 27.202 39.192 22.627 15.852-4.247 25.719-19.68 23.387-35.525l-0.757-3.659-37.085-138.313c-3.79-14.134 2.491-29.038 15.253-36.197l82.093-42.822c10.893-5.682 24.078-4.626 33.928 2.718l100.84 75.187c6.815 5.081 15.371 7.242 23.781 6.006l165.833-24.373c17.071-4.574 27.202-22.121 22.627-39.192-4.247-15.852-19.353-24.842-35.538-23.384l-60.874 4.675c-17.891 1.324-39.553 2.911-64.984 4.76-15.092 1.958-29.432-2.635-36.483-15.692l-174.73-304.747c-8.205-14.212-25.666-19.749-40.38-13.388l-3.341 1.68-221.679 120.524-94.465-88.769c-12.497-12.497-32.758-12.497-45.255 0zM599.754 353.202l30.999 57.951 82.467-22.061 61.143 63.362c12.497 12.497 32.758 12.497 45.255 0 11.604-11.604 12.433-29.903 2.487-42.464l-2.487-2.791-87.23-89.501-132.634 35.503zM377.271 147.821c-42.677 11.435-68.004 55.302-56.569 97.98s55.302 68.004 97.98 56.569c42.677-11.435 68.004-55.302 56.569-97.98s-55.302-68.004-97.98-56.569z"],"tags":["leave"]},"attrs":[{}],"properties":{"code":59911,"id":12,"name":"leave","order":1151,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":565},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 928h-480c-35.332-0.035-63.965-28.668-64-64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v32c0 17.673 14.327 32 32 32h416c17.673 0 32-14.327 32-32v-640c0-17.673-14.327-32-32-32h-416c-17.673 0-32 14.327-32 32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v-64c0.035-35.332 28.668-63.965 64-64h480c35.332 0.035 63.965 28.668 64 64v704c-0.035 35.332-28.668 63.965-64 64zM457.376 636.128l92.128-92.128h-421.504c-17.673 0-32-14.327-32-32s14.327-32 32-32h421.504l-92.128-92.128c-12.495-12.495-12.495-32.753 0-45.248s32.753-12.495 45.248 0l146.749 146.749c12.497 12.497 12.497 32.758 0 45.255l-146.749 146.749c-12.495 12.495-32.753 12.495-45.248 0s-12.495-32.753 0-45.248z"],"tags":["login"]},"attrs":[{}],"properties":{"code":59914,"id":250,"name":"login","order":1152,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":566},{"icon":{"attrs":[{}],"defaultCode":59656,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M288 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80s80 35.817 80 80zM592 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80s80 35.817 80 80zM896 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80s80 35.817 80 80z"],"tags":["more_horiz"]},"attrs":[{}],"properties":{"code":59915,"id":179,"name":"more_horiz","order":1153,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":567},{"icon":{"attrs":[{}],"defaultCode":59649,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 736c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 432c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80zM512 128c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80s35.817-80 80-80z"],"tags":["more_vert"]},"attrs":[{}],"properties":{"code":59973,"id":178,"name":"more_vert","order":1154,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":568},{"icon":{"attrs":[{}],"defaultCode":59660,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c17.673 0 32 14.327 32 32v192c0 16.411-12.353 29.936-28.268 31.785l-3.732 0.215h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32l111.557-0.017c-65.913-79.898-164.578-127.983-271.557-127.983-194.404 0-352 157.596-352 352s157.596 352 352 352c194.404 0 352-157.596 352-352 0-17.673 14.327-32 32-32s32 14.327 32 32c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416 125.931 0 242.172 56.431 320.044 150.191l-0.044-118.191c0-17.673 14.327-32 32-32z"],"tags":["refresh"]},"attrs":[{}],"properties":{"code":59916,"id":191,"name":"refresh","order":1155,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":569},{"icon":{"attrs":[{}],"defaultCode":59721,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 480c-17.673 0-32 14.327-32 32v192c0 17.673-14.327 32-32 32l-570.517 0.021 81.144-81.158c12.497-12.497 12.497-32.758 0-45.255s-32.758-12.497-45.255 0l-135.765 135.765c-12.497 12.497-12.497 32.758 0 45.255l135.765 135.765c12.497 12.497 32.758 12.497 45.255 0s12.497-32.758 0-45.255l-81.144-81.117 602.517-0.021c35.346 0 64-28.654 64-64v-224c0-17.673-14.327-32-32-32zM713.373 97.608c-12.497 12.497-12.497 32.758 0 45.255l81.144 81.117-602.517 0.021c-35.346 0-64 28.654-64 64v224c0 17.673 14.327 32 32 32s32-14.327 32-32v-192c0-17.673 14.327-32 32-32l570.517-0.021-81.144 81.158c-12.497 12.497-12.497 32.758 0 45.255s32.758 12.497 45.255 0l135.765-135.765c12.497-12.497 12.497-32.758 0-45.255l-135.765-135.765c-12.497-12.497-32.758-12.497-45.255 0z"],"tags":["repeat"]},"attrs":[{}],"properties":{"code":59950,"id":140,"name":"repeat","order":1156,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":570},{"icon":{"attrs":[{}],"defaultCode":59872,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M617.184 137.516l4.071 3.739 325.49 325.49c23.678 23.678 24.924 61.294 3.739 86.439l-3.739 4.071-325.49 325.49c-12.002 12.002-28.281 18.745-45.255 18.745-33.74 0-61.381-26.108-63.824-59.224l-0.176-4.776-0.032-165.509-31.968 0.018c-229.75 0-416-186.25-416-416v-96c0-38.152 54.761-44.289 63.206-7.084 25.612 112.833 124.814 195.391 241.232 198.931l8.425 0.131 135.105 0.003 0.032-165.472c0-16.974 6.743-33.253 18.745-45.255 23.678-23.678 61.294-24.924 86.439-3.739zM448 608l95.968-0.014c16.411-0.002 29.938 12.349 31.789 28.263l0.216 3.732 0.025 182.061c0 3.535 2.866 6.399 6.401 6.399 1.697 0 3.325-0.675 4.525-1.875l310.042-310.042c2.499-2.499 2.499-6.552 0-9.051l-310.042-310.042c-2.499-2.499-6.552-2.499-9.051 0-1.2 1.2-1.874 2.828-1.875 4.525l-0.025 182.024c-0.006 17.672-14.333 31.996-32.004 31.999l-176.987-0.152c-90.666-2.754-172.782-43.481-229.722-107.691l-6.457-7.512 1.27 9.086c24.279 158.573 154.375 282.305 315.949 296.855l-0.022 1.433z"],"tags":["reply"]},"attrs":[{}],"properties":{"code":59924,"id":46,"name":"reply","order":1157,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":571},{"icon":{"attrs":[{}],"defaultCode":59753,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h704zM832 160h-640c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32v-640c0-17.673-14.327-32-32-32zM768 544c17.673 0 32 14.327 32 32v192c0 17.673-14.327 32-32 32h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32h160v-160c0-17.673 14.327-32 32-32zM448 224c17.673 0 32 14.327 32 32s-14.327 32-32 32h-160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v-192c0-17.673 14.327-32 32-32h192z"],"tags":["reset-zoom"]},"attrs":[{}],"properties":{"code":59917,"id":110,"name":"reset-zoom","order":1158,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":572},{"icon":{"attrs":[{}],"defaultCode":59877,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M709.49 96c16.974 0 33.253 6.743 45.255 18.745l154.51 154.51c12.002 12.002 18.745 28.281 18.745 45.255v549.49c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-704c0-35.346 28.654-64 64-64h549.49zM320 160h-128c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32v-504.235c0-8.487-3.371-16.626-9.373-22.627l-118.627-118.609v229.472c0 35.346-24.56 64-54.857 64h-306.286c-30.297 0-54.857-28.654-54.857-64v-256zM681.143 160h-306.286v224c0 17.673 14.327 32 32 32h242.286c17.673 0 32-14.327 32-32v-224zM608 224c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v-64c0-17.673 14.327-32 32-32z"],"tags":["save-draft"]},"attrs":[{}],"properties":{"code":59918,"id":19,"name":"save-draft","order":1159,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":573},{"icon":{"attrs":[{}],"defaultCode":59770,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M926.099 138.934l-277.321 768c-9.747 26.992-47.354 28.499-59.23 2.373l-148.372-326.417-326.417-148.372c-26.126-11.875-24.619-49.483 2.373-59.23l768-277.321c25.494-9.206 50.172 15.472 40.966 40.966zM817.12 252.192l-313.472 313.472 111.633 245.594 201.839-559.066zM771.84 206.912l-559.031 201.874 245.559 111.598 313.472-313.472z"],"tags":["send"]},"attrs":[{}],"properties":{"code":59919,"id":87,"name":"send","order":1160,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":574},{"icon":{"attrs":[{}],"defaultCode":59821,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M832 960h-640c-35.346 0-64-28.654-64-64v-512c0-35.346 28.654-64 64-64h96c17.673 0 32 14.327 32 32s-14.327 32-32 32h-64c-17.673 0-32 14.327-32 32v448c0 17.673 14.327 32 32 32h576c17.673 0 32-14.327 32-32v-448c0-17.673-14.327-32-32-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32h96c35.346 0 64 28.654 64 64v512c0 35.346-28.654 64-64 64zM636.289 265.337l-92.289-92.031v357.44c0 17.673-14.327 32-32 32s-32-14.327-32-32v-357.44l-92.289 92.031c-12.482 12.447-32.687 12.433-45.151-0.031-12.46-12.46-12.46-32.66 0-45.12l146.813-146.813c12.497-12.497 32.758-12.497 45.255 0l146.813 146.813c12.46 12.46 12.46 32.66 0 45.12-12.465 12.465-32.669 12.479-45.151 0.031z"],"tags":["share"]},"attrs":[{}],"properties":{"code":59920,"id":83,"name":"share","order":1161,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":575},{"icon":{"attrs":[{}],"defaultCode":59810,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M685.255 109.255c12.002 12.002 18.745 28.281 18.745 45.255v714.981c0 35.346-28.654 64-64 64-16.974 0-33.253-6.743-45.255-18.745l-210.745-210.745h-192c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h192l210.745-210.745c24.994-24.994 65.516-24.994 90.51 0zM640 154.51l-210.745 210.745c-12.002 12.002-28.281 18.745-45.255 18.745h-160c-17.673 0-32 14.327-32 32v192c0 17.673 14.327 32 32 32h160c16.974 0 33.253 6.743 45.255 18.745l210.745 210.745v-714.981zM816.338 332.142c15.961-7.588 35.052-0.801 42.64 15.16 24.262 51.030 37.022 106.99 37.022 164.698 0 58.843-13.268 115.862-38.454 167.678-7.726 15.895-26.875 22.517-42.77 14.791s-22.517-26.875-14.791-42.77c20.971-43.144 32.015-90.602 32.015-139.699 0-48.151-10.621-94.729-30.822-137.218-7.588-15.961-0.801-35.052 15.16-42.64z"],"tags":["speaker-mute"]},"attrs":[{}],"properties":{"code":59921,"id":72,"name":"speaker-down","order":1162,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":576},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M621.255 109.255c12.002 12.002 18.745 28.281 18.745 45.255v714.981c0 35.346-28.654 64-64 64-16.974 0-33.253-6.743-45.255-18.745l-210.745-210.745h-192c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h192l210.745-210.745c24.994-24.994 65.516-24.994 90.51 0zM576 154.51l-210.745 210.745c-12.002 12.002-28.281 18.745-45.255 18.745h-160c-17.673 0-32 14.327-32 32v192c0 17.673 14.327 32 32 32h160c16.974 0 33.253 6.743 45.255 18.745l210.745 210.745v-714.981zM741.49 376.235l90.555 90.51 90.464-90.51c12.497-12.497 32.758-12.497 45.255 0s12.497 32.758 0 45.255l-90.464 90.51 90.464 90.51c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-90.464-90.51-90.555 90.51c-12.497 12.497-32.758 12.497-45.255 0s-12.497-32.758 0-45.255l90.555-90.51-90.555-90.51c-12.497-12.497-12.497-32.758 0-45.255s32.758-12.497 45.255 0z"],"tags":["speaker-mute"]},"attrs":[{}],"properties":{"code":59923,"id":248,"name":"speaker-mute","order":1163,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":577},{"icon":{"attrs":[{}],"defaultCode":59811,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M621.255 109.255c12.002 12.002 18.745 28.281 18.745 45.255v714.981c0 35.346-28.654 64-64 64-16.974 0-33.253-6.743-45.255-18.745l-210.745-210.745h-192c-35.346 0-64-28.654-64-64v-256c0-35.346 28.654-64 64-64h192l210.745-210.745c24.994-24.994 65.516-24.994 90.51 0zM576 154.51l-210.745 210.745c-12.002 12.002-28.281 18.745-45.255 18.745h-160c-17.673 0-32 14.327-32 32v192c0 17.673 14.327 32 32 32h160c16.974 0 33.253 6.743 45.255 18.745l210.745 210.745v-714.981zM832.105 244.386c14.38-10.274 34.366-6.946 44.64 7.433 53.84 75.352 83.255 165.597 83.255 260.18 0 94.59-29.419 184.841-83.266 260.196-10.275 14.379-30.261 17.706-44.64 7.431s-17.706-30.261-7.431-44.64c46.152-64.586 71.337-141.851 71.337-222.987 0-81.13-25.182-158.39-71.328-222.973-10.274-14.38-6.946-34.366 7.433-44.64zM719.414 358.548c15.394-8.682 34.911-3.241 43.593 12.152 24.127 42.778 36.993 91.141 36.993 141.3 0 50.484-13.034 99.147-37.459 142.122-8.733 15.365-28.268 20.741-43.632 12.009s-20.741-28.268-12.009-43.632c18.982-33.399 29.1-71.175 29.1-110.499 0-39.070-9.988-76.615-28.738-109.859-8.682-15.394-3.241-34.911 12.152-43.593z"],"tags":["speaker"]},"attrs":[{}],"properties":{"code":59925,"id":73,"name":"speaker-up","order":1164,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":578},{"icon":{"attrs":[{}],"defaultCode":59715,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M531.411 175.805c87.477-87.477 229.306-87.477 316.784 0s87.477 229.306 0 316.784l-75.646 75.732c3.054-28.867 1.756-58.107-3.895-86.657l34.286-34.33c62.484-62.484 62.484-163.79 0-226.274s-163.79-62.484-226.274 0l-135.765 135.765c-62.484 62.484-62.484 163.79 0 226.274 25.467 25.467 57.382 40.554 90.49 45.261l-52.629 52.63c-30.344-10.801-58.826-28.346-83.116-52.637-87.477-87.477-87.477-229.306 0-316.784l135.765-135.765zM192 515.216l75.646-75.732c-3.054 28.867-1.756 58.107 3.895 86.657l-34.286 34.33c-62.484 62.484-62.484 163.79 0 226.274s163.79 62.484 226.274 0l135.765-135.764c62.484-62.484 62.484-163.79 0-226.274-25.467-25.467-57.382-40.554-90.49-45.261l52.629-52.63c30.344 10.801 58.826 28.346 83.116 52.637 87.477 87.477 87.477 229.306 0 316.784l-135.765 135.765c-87.477 87.477-229.306 87.477-316.784 0s-87.477-229.306 0-316.784z"],"tags":["webpage"]},"attrs":[{}],"properties":{"code":59926,"id":145,"name":"webpage","order":1165,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":579},{"icon":{"attrs":[{}],"defaultCode":59694,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M704 96c35.346 0 64 28.654 64 64v96h128c35.346 0 64 28.654 64 64v544c0 35.346-28.654 64-64 64h-768c-35.346 0-64-28.654-64-64v-544c0-35.346 28.654-64 64-64h128v-96c0-35.346 28.654-64 64-64h384zM864 320h-704c-17.673 0-32 14.327-32 32v480c0 17.673 14.327 32 32 32h704c17.673 0 32-14.327 32-32v-480c0-17.673-14.327-32-32-32zM672 160h-320c-17.673 0-32 14.327-32 32v64h384v-64c0-17.673-14.327-32-32-32z"],"tags":["work"]},"attrs":[{}],"properties":{"code":59927,"id":153,"name":"work","order":1166,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":580},{"icon":{"attrs":[{}],"defaultCode":59731,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 128c17.673 0 32 14.327 32 32v320h320c17.673 0 32 14.327 32 32s-14.327 32-32 32h-320v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v-320h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32h320v-320c0-17.673 14.327-32 32-32z"],"tags":["zoom-in"]},"attrs":[{}],"properties":{"code":59967,"id":135,"name":"zoom-in","order":1167,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":581},{"icon":{"attrs":[{}],"defaultCode":59730,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M896 512c0 17.673-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32h704c17.673 0 32 14.327 32 32z"],"tags":["zoom-out"]},"attrs":[{}],"properties":{"code":59928,"id":134,"name":"zoom-out","order":1168,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":582},{"icon":{"attrs":[{}],"defaultCode":59736,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M696.902 199.098c129.831 129.831 137.041 335.851 21.628 474.143l204.647 204.679c12.497 12.497 12.497 32.758 0 45.255s-32.758 12.497-45.255 0l-204.655-204.667c-138.293 115.434-344.329 108.232-474.168-21.607-137.465-137.465-137.465-360.339 0-497.803s360.339-137.465 497.803 0zM669.393 632.234c94.964-113.79 87.819-282.316-17.746-387.881-112.471-112.471-294.823-112.471-407.294 0s-112.471 294.823 0 407.294c105.572 105.572 274.112 112.711 387.901 17.729l20.243-16.897 16.895-20.244z"],"tags":["search"]},"attrs":[{}],"properties":{"code":116,"id":206,"name":"search","order":1169,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":583},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M448 96c194.404 0 352 157.596 352 352 0 83.999-29.422 161.125-78.523 221.636l198.288 198.246c18.745 18.745 18.745 49.137 0 67.882s-49.137 18.745-67.882 0l-200.467-200.456c-57.441 40.743-127.632 64.692-203.416 64.692-194.404 0-352-157.596-352-352s157.596-352 352-352zM448 192c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256s-114.615-256-256-256z"],"tags":["search_nav"]},"attrs":[{}],"properties":{"code":59929,"id":269,"name":"search_nav","order":1170,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":584},{"icon":{"attrs":[{}],"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 96c26.51 0 48 21.49 48 48v320h320c26.51 0 48 21.49 48 48s-21.49 48-48 48h-320.032l0.032 320c0 26.51-21.49 48-48 48s-48-21.49-48-48l-0.032-320h-319.968c-26.51 0-48-21.49-48-48s21.49-48 48-48h320v-320c0-26.51 21.49-48 48-48z"],"tags":["new-action"]},"attrs":[{}],"properties":{"code":60164,"id":270,"name":"new-action","order":1171,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":585},{"icon":{"attrs":[],"defaultCode":59827,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M960.064 320c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM320.064 320c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM640.064 895.968c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM960.064 704c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM320.064 704c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016zM640.064 128.032c0 34.656-12.672 64.672-38.016 90.016s-55.36 38.016-90.016 38.016c-34.656 0-64.672-12.672-90.016-38.016s-38.016-55.36-38.016-90.016c0-34.656 12.672-64.672 38.016-90.016s55.36-38.016 90.016-38.016c34.656 0 64.672 12.672 90.016 38.016s38.016 55.36 38.016 90.016v0z"],"tags":["default-team-avatar"]},"attrs":[],"properties":{"code":59930,"id":50,"name":"default-team-avatar","order":1172,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":586},{"icon":{"attrs":[],"defaultCode":59737,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M170.667 576v-128h682.667v128z"],"tags":["minimize"]},"attrs":[],"properties":{"code":59931,"id":125,"name":"minimize","order":1173,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":587},{"icon":{"attrs":[],"defaultCode":59866,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M761.374 990.268c149.036 0 269.854-120.818 269.854-269.854s-120.818-269.854-269.854-269.854c-149.036 0-269.854 120.818-269.854 269.854s120.818 269.854 269.854 269.854zM761.374 887.868c-92.482 0-167.454-74.972-167.454-167.454s74.972-167.454 167.454-167.454c92.482 0 167.454 74.972 167.454 167.454s-74.972 167.454-167.454 167.454z","M761.374 619.219c18.63 0 33.732 15.102 33.732 33.732l-0.005 33.729 33.737 0.002c18.63 0 33.732 15.102 33.732 33.732s-15.102 33.732-33.732 33.732l-33.737-0.005 0.005 33.737c0 18.63-15.102 33.732-33.732 33.732s-33.732-15.102-33.732-33.732l-0.002-33.737-33.729 0.005c-18.63 0-33.732-15.102-33.732-33.732s15.102-33.732 33.732-33.732l33.729-0.002 0.002-33.729c0-18.63 15.102-33.732 33.732-33.732z","M45.779 327.68h737.28v102.4h-737.28v-102.4z","M256 0c28.277 0 51.2 22.923 51.2 51.2v61.44c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-61.44c0-28.277 22.923-51.2 51.2-51.2z","M583.68 0c28.277 0 51.2 22.923 51.2 51.2v61.44c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-61.44c0-28.277 22.923-51.2 51.2-51.2z","M51.2 122.88c28.277 0 51.2 22.923 51.2 51.2v593.92c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-593.92c0-28.277 22.923-51.2 51.2-51.2z","M788.48 122.88c28.277 0 51.2 22.923 51.2 51.2v307.2c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-307.2c0-28.277 22.923-51.2 51.2-51.2z","M51.2 122.88h737.28c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-737.28c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2z","M51.2 716.8h471.040c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-471.040c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2z"],"tags":["schedule"],"width":1065},"attrs":[],"properties":{"code":59932,"id":42,"name":"schedule","order":1174,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":588},{"icon":{"attrs":[],"defaultCode":59865,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M85.333 175.686h672.627c47.128 0 85.333 38.205 85.333 85.333v672.627c0 47.128-38.205 85.333-85.333 85.333h-672.627c-47.128 0-85.333-38.205-85.333-85.333v-672.627c0-47.128 38.205-85.333 85.333-85.333zM106.667 282.353v629.961h629.961v-629.961h-629.961z","M421.647 0c97.029 0 175.686 78.657 175.686 175.686h-105.412c0-38.812-31.463-70.275-70.275-70.275s-70.275 31.463-70.275 70.275h-105.412c0-97.029 78.657-175.686 175.686-175.686z","M456.784 632.471c97.029 0 175.686 78.657 175.686 175.686v0h-70.275c0-58.217-47.194-105.412-105.412-105.412v0h-70.275c-58.217 0-105.412 47.194-105.412 105.412v0h-70.275l0.215-8.769c4.569-92.955 81.383-166.918 175.471-166.918v0zM421.647 351.373c58.217 0 105.412 47.194 105.412 105.412s-47.194 105.412-105.412 105.412c-58.217 0-105.412-47.194-105.412-105.412s47.194-105.412 105.412-105.412zM421.647 421.647c-19.406 0-35.137 15.731-35.137 35.137s15.731 35.137 35.137 35.137c19.406 0 35.137-15.731 35.137-35.137s-15.731-35.137-35.137-35.137z"],"tags":["join"],"width":853},"attrs":[],"properties":{"code":59933,"id":41,"name":"join","order":1175,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":589},{"icon":{"attrs":[],"defaultCode":59867,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M85.333 175.686h672.627c47.128 0 85.333 38.205 85.333 85.333v672.627c0 47.128-38.205 85.333-85.333 85.333h-672.627c-47.128 0-85.333-38.205-85.333-85.333v-672.627c0-47.128 38.205-85.333 85.333-85.333zM106.667 282.353v629.961h629.961v-629.961h-629.961z","M421.647 421.647c19.406 0 35.137 15.731 35.137 35.137l-0.008 105.407 105.419 0.005c19.406 0 35.137 15.731 35.137 35.137s-15.731 35.137-35.137 35.137l-105.419-0.008 0.008 105.419c0 19.406-15.731 35.137-35.137 35.137s-35.137-15.731-35.137-35.137l-0.005-105.419-105.407 0.008c-19.406 0-35.137-15.731-35.137-35.137s15.731-35.137 35.137-35.137l105.407-0.005 0.005-105.407c0-19.406 15.731-35.137 35.137-35.137z","M421.647 0c97.029 0 175.686 78.657 175.686 175.686h-105.412c0-38.812-31.463-70.275-70.275-70.275s-70.275 31.463-70.275 70.275h-105.412c0-97.029 78.657-175.686 175.686-175.686z"],"tags":["start"],"width":853},"attrs":[],"properties":{"code":59949,"id":43,"name":"start","order":1176,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":590},{"icon":{"attrs":[],"defaultCode":59906,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M853.333 85.333c47.128 0 85.333 38.205 85.333 85.333v512c0 47.128-38.205 85.333-85.333 85.333h-384l-177.729 159.956c-8.758 7.882-22.246 7.172-30.128-1.586-3.526-3.917-5.476-9.001-5.476-14.271v-144.099h-85.333c-47.128 0-85.333-38.205-85.333-85.333v-512c0-47.128 38.205-85.333 85.333-85.333h682.667zM511.808 554.667c-23.607 0-42.709 19.103-42.709 42.667s19.103 42.667 42.667 42.667v0c23.607 0 42.709-19.103 42.709-42.667s-19.103-42.667-42.667-42.667v0zM512 213.333l-4.545 0.175c-32.635 2.51-57.056 31.002-54.546 63.637v0l13.152 170.981c1.847 24.005 21.863 42.541 45.939 42.541s44.093-18.536 45.939-42.541v0l13.283-173.252 0.044-2.274c0-32.732-26.534-59.266-59.266-59.266v0z"],"tags":["feedback"]},"attrs":[],"properties":{"code":59951,"id":13,"name":"feedback","order":1177,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":591},{"icon":{"attrs":[],"defaultCode":59826,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M175.468 877.343c39.481-14.621 81.887-29.245 115.517-38.019 4.387 0 4.387 0 4.387-23.396 0-27.783-4.387-40.943-8.772-54.104-4.387-17.547-13.16-45.328-17.547-73.111-8.772-8.775-23.396-32.169-32.169-73.113-8.772-36.555-4.387-49.716 0-64.337v-4.387c0-8.773-4.387-49.716-8.772-86.272-4.387-23.396 0-73.112 32.169-114.055 17.547-27.783 58.488-58.489 127.215-64.337h40.943c67.263 5.849 108.205 38.019 127.213 65.8 32.169 40.943 36.557 90.659 32.169 114.056-4.387 32.169-4.387 77.499-4.387 86.272v4.387c4.387 13.159 8.773 27.783 0 64.339-8.771 40.941-23.396 64.337-32.169 73.111 0 27.783-8.771 54.103-17.547 73.111-4.385 17.549-13.159 36.557-13.159 54.104 0 23.396 0 23.396 4.387 23.396 64.339 17.547 163.769 54.103 204.713 73.111 16.085 7.311 27.783 16.084 36.557 26.32-74.575 43.867-160.847 68.725-252.969 68.725-131.603-1.46-248.581-51.177-337.78-131.6v0zM780.833 928.521c-7.311-10.235-14.621-17.545-21.933-21.933-43.867-19.009-144.761-62.877-212.025-81.885-4.385 0-10.233 0-4.385-24.859 1.461-10.236 5.848-17.547 10.235-27.783 7.311-20.473 17.547-42.405 17.547-71.649 10.236-10.236 24.857-33.631 33.632-77.499 10.236-38.019 4.387-52.641 0-67.264v-4.387c0-10.236 0-58.491 4.387-92.121 4.388-24.859 0-77.499-33.631-121.367-16.085-23.395-49.717-52.641-99.435-65.801 21.935-20.471 58.489-38.019 108.205-42.404h40.944c68.724 4.385 109.667 36.556 127.215 64.339 32.169 40.943 36.555 90.659 32.169 114.055-4.387 32.169-4.387 77.499-4.387 86.272v4.387c4.387 13.159 8.772 27.783 0 64.34-8.775 40.94-23.396 64.337-32.169 73.111 0 27.783-8.772 54.103-17.547 73.112-4.387 17.547-13.159 36.556-13.159 54.103 0 23.396 0 23.396 4.385 23.396 48.255 13.16 115.519 38.020 165.235 57.027-33.631 32.169-67.264 59.951-105.283 84.812v0z"],"tags":["default-group-avatar"]},"attrs":[],"properties":{"code":60188,"id":49,"name":"default-group-avatar","order":1178,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":592},{"icon":{"attrs":[],"defaultCode":59724,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M234.667 795.747c1.28 0 2.56-1.311 3.627-1.311 56.792-25.892 115.238-47.796 174.933-65.561 3.627 0 3.627 0 3.627-19.887 0.268-16.546-2.184-33.021-7.253-48.734-3.627-16.39-12.16-39.992-16-65.561-14.344-19.223-23.932-41.717-27.947-65.561-6.128-18.195-6.128-37.969 0-56.164v-1.967c0-7.43-3.84-45.019-7.467-77.362-3.989-36.21 6.13-72.571 28.16-101.182 26.69-35.298 67.775-56.019 111.36-56.164h35.627c43.548 0.047 84.608 20.795 111.147 56.164 22.030 28.612 32.149 64.972 28.16 101.182-2.603 25.699-3.814 51.526-3.627 77.362v3.715c5.846 18.242 5.846 37.921 0 56.164-4.884 24.045-15.348 46.533-30.507 65.561-0.309 22.828-5.786 45.27-16 65.561-5.77 15.744-9.847 32.085-12.16 48.734 0 19.887 0 19.887 3.627 19.887 60.303 18.255 119.5 40.147 177.28 65.561-158.317 145.74-398.488 145.551-556.587-0.437zM836.071 793.365v-1.28c3.861-4.692 8.58-9.597 12.441-14.502 0-1.28 0-1.28 0-2.559 3.861-4.692 7.507-9.597 11.154-14.502 1.287-1.28 1.287-2.559 2.359-2.559 3.861-4.692 6.22-9.597 9.867-14.502 1.287-1.28 1.287-2.559 2.574-3.625 2.359-4.905 6.006-9.81 8.58-14.715 1.287-1.28 1.287-2.346 2.359-3.625l7.507-14.715c1.287-1.066 1.287-3.625 2.359-4.905 2.65-4.569 4.738-9.438 6.22-14.502 1.287-2.559 1.287-3.625 2.574-6.185s3.646-9.597 6.006-13.435c2.359-3.839 1.287-3.625 2.574-5.971s3.646-8.53 4.933-13.435c1.287-4.905 1.072-4.905 2.359-7.251s2.574-8.53 3.646-13.435c1.072-4.905 1.287-4.905 2.574-7.251l3.646-13.435c0-2.559 1.287-4.905 1.287-7.464s1.287-8.53 2.359-13.222c1.072-4.692 1.287-4.905 1.287-8.53s1.287-9.81 2.574-13.435c1.287-3.625 0-4.905 0-8.53s1.287-9.81 1.287-15.781v-29.43c1.377-77.391-18.656-153.671-57.914-220.513-7.052-11.81-14.787-23.203-23.166-34.122-8.58-10.876-17.16-21.326-25.74-31.776-9.272-10.317-19.157-20.073-29.601-29.217-5.062-4.739-10.36-9.223-15.873-13.435-26.732-21.863-56.137-40.278-87.515-54.808-12.441-5.971-25.954-10.876-38.18-15.781-13.271-4.812-26.806-8.871-40.54-12.156-34.069-9.054-69.195-13.572-104.46-13.435-237.184-0.118-429.688 190.705-430.28 426.523v30.496c0 4.905 1.287 9.81 1.287 14.715s1.072 5.971 1.072 8.317c0 2.346 1.287 8.53 1.287 13.435s1.287 6.185 1.287 8.53c0 2.346 1.287 8.53 2.359 13.435s1.287 6.185 2.574 8.53c1.287 2.346 2.359 8.53 3.646 12.156s1.287 6.185 2.574 8.53c1.287 2.346 2.359 8.53 3.646 12.156 1.024 2.773 1.813 5.627 2.359 8.53 1.177 4.224 2.832 8.302 4.933 12.156l3.861 7.464c1.072 3.625 3.646 8.53 4.719 12.156l3.861 7.251c2.359 3.625 3.646 8.53 6.006 12.156l3.861 7.464c2.514 3.782 4.532 7.867 6.006 12.156 1.287 2.346 2.574 3.625 3.861 5.971s4.933 8.53 7.293 12.156c2.359 3.625 2.359 3.839 3.646 6.185s6.22 8.53 8.58 12.156c2.359 3.625 2.574 3.625 3.861 4.905s6.006 8.53 9.652 12.156l3.861 3.625c3.646 4.905 7.293 8.53 10.939 13.435 1.287 1.28 2.574 2.559 2.574 3.625 3.646 4.905 8.58 8.53 12.226 13.435l2.359 2.559 14.8 14.502c172.078 156.721 438.39 148.683 600.59-18.127l11.154-14.715z"],"tags":["default-avatar"]},"attrs":[],"properties":{"code":60192,"id":137,"name":"default-avatar","order":1179,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":593},{"icon":{"attrs":[],"defaultCode":59679,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M810.667 128h-178.347c-17.92-49.493-64.853-85.333-120.32-85.333s-102.4 35.84-120.32 85.333h-178.347c-46.933 0-85.333 38.4-85.333 85.333v597.333c0 46.933 38.4 85.333 85.333 85.333h597.333c46.933 0 85.333-38.4 85.333-85.333v-597.333c0-46.933-38.4-85.333-85.333-85.333zM512 128c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667zM512 298.667c70.827 0 128 57.173 128 128s-57.173 128-128 128c-70.827 0-128-57.173-128-128s57.173-128 128-128zM768 810.667h-512v-59.733c0-85.333 170.667-132.267 256-132.267s256 46.933 256 132.267v59.733z"],"tags":["assignment"]},"attrs":[],"properties":{"code":60387,"id":210,"name":"assignment","order":1180,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":594},{"icon":{"attrs":[{"fill":"rgb(68, 117, 253)"}],"defaultCode":59842,"grid":16,"isMulticolor":false,"isMulticolor2":false,"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667c235.52 0 426.667-191.147 426.667-426.667s-191.147-426.667-426.667-426.667zM438.857 722.408l-182.857-182.857 51.566-51.566 131.291 130.926 277.577-277.577 51.566 51.931-329.143 329.143z"],"tags":["item list selected"]},"attrs":[{"fill":"rgb(68, 117, 253)"}],"properties":{"code":60388,"id":55,"name":"item-list-selected","order":1181,"prevSize":32},"setIdx":0,"setId":0,"iconIdx":595}],"height":1024,"preferences":{"fontCF":{"time":1720666856144,"url":"https://cdn.icomoon.io/79019/Jupiternewicontest/style.css?wtedu6"},"fontHostingName":"Jupiternewicontest","fontPref":{"autoHost":true,"hideFormats":false,"metadata":{"fontFamily":"icomoon","majorVersion":1,"minorVersion":0},"metrics":{"baseline":6.25,"emSize":1024,"whitespace":50},"prefix":"icon-","showMetadata":true,"showMetrics":true,"showSelector":true,"showVersion":true},"fontUploadTime":"11/07/2024, 11:00:56","fontUrlHash":"wtedu6","fontUrlS3":"https://cdn.icomoon.io/79019/Jupiternewicontest/style.css?wtedu6","gridSize":16,"historySize":50,"imageCF":{"time":1720604321979,"url":"https://cdn.icomoon.io/79019/Jupiternewicontest"},"imageHostingName":"Jupiternewicontest","imagePref":{"addTitleTags":true,"autoHost":true,"bgColor":16777215,"classSelector":".icon","color":0,"columns":16,"height":32,"margin":16,"name":"icomoon","png":true,"prefix":"icon-","useClassSelector":true},"imageUploadTime":"10/07/2024, 17:38:41","imageUrlHash":"cs58vw","imageUrlS3":"https://cdn.icomoon.io/79019/Jupiternewicontest","quickUsageToken":{"Jupiternewicontest":null},"showCodes":true,"showGlyphs":true,"showGrid":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true}}')}},__webpack_require__=>{var __webpack_exec__=moduleId=>__webpack_require__(__webpack_require__.s=moduleId);__webpack_require__.O(0,[968],(()=>(__webpack_exec__("./node_modules/@storybook/core-client/dist/esm/globals/polyfills.js"),__webpack_exec__("./node_modules/@storybook/core-client/dist/esm/globals/globals.js"),__webpack_exec__("./storybook-init-framework-entry.js"),__webpack_exec__("./node_modules/@storybook/react/dist/esm/client/docs/config-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/react/dist/esm/client/preview/config-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-a11y/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-docs/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-actions/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-backgrounds/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-measure/preview.js-generated-config-entry.js"),__webpack_exec__("./node_modules/@storybook/addon-outline/preview.js-generated-config-entry.js"),__webpack_exec__("./.storybook.doc/preview.js-generated-config-entry.js"),__webpack_exec__("./generated-stories-entry.cjs"))));__webpack_require__.O()}]); \ No newline at end of file diff --git a/project.json b/project.json index 6ec6c3f7..211f11cb 100644 --- a/project.json +++ b/project.json @@ -1 +1 @@ -{"generatedAt":1726121746320,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"monorepo":"Nx","packageManager":{"type":"yarn","version":"1.22.22"},"typescriptOptions":{"check":false,"checkOptions":{},"reactDocgen":"react-docgen-typescript","reactDocgenTypescriptOptions":{"shouldExtractLiteralValuesFromEnum":true,"shouldRemoveUndefinedFromOptional":true}},"storybookVersion":"6.5.9","language":"typescript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/addon-storyshots":{"version":"6.5.9"},"@storybook/addons":{"version":"6.5.9"},"@storybook/builder-webpack5":{"version":"6.5.9"},"@storybook/manager-webpack5":{"version":"6.5.9"},"@storybook/react":{"version":"6.5.9"},"@storybook/theming":{"version":"6.5.9"},"eslint-plugin-storybook":{"version":"0.6.1"}},"framework":{"name":"react"},"addons":{"@storybook/addon-storysource":{"version":"6.5.9"},"@storybook/addon-a11y":{"version":"6.5.9"},"@storybook/addon-docs":{"options":{"sourceLoaderOptions":{"injectStoryParameters":false}},"version":"6.5.9"},"@storybook/addon-essentials":{"version":"6.5.9"}}} +{"generatedAt":1726636223741,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"monorepo":"Nx","packageManager":{"type":"yarn","version":"1.22.22"},"typescriptOptions":{"check":false,"checkOptions":{},"reactDocgen":"react-docgen-typescript","reactDocgenTypescriptOptions":{"shouldExtractLiteralValuesFromEnum":true,"shouldRemoveUndefinedFromOptional":true}},"storybookVersion":"6.5.9","language":"typescript","storybookPackages":{"@percy/storybook":{"version":null},"@storybook/addon-storyshots":{"version":"6.5.9"},"@storybook/addons":{"version":"6.5.9"},"@storybook/builder-webpack5":{"version":"6.5.9"},"@storybook/manager-webpack5":{"version":"6.5.9"},"@storybook/react":{"version":"6.5.9"},"@storybook/theming":{"version":"6.5.9"},"eslint-plugin-storybook":{"version":"0.6.1"}},"framework":{"name":"react"},"addons":{"@storybook/addon-storysource":{"version":"6.5.9"},"@storybook/addon-a11y":{"version":"6.5.9"},"@storybook/addon-docs":{"options":{"sourceLoaderOptions":{"injectStoryParameters":false}},"version":"6.5.9"},"@storybook/addon-essentials":{"version":"6.5.9"}}}